diff --git a/CMakeLists.txt b/CMakeLists.txt
index 109c4227bd21f49d63673d1d869b41c684e4f7dd..bf2606e6b4e6716669884ac7d8fab997e8f0dae2 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,14 +1,9 @@
-#
-# Copyright (c) 2023 Nordic Semiconductor ASA
-#
 # SPDX-License-Identifier: Apache-2.0
 
 cmake_minimum_required(VERSION 3.20.0)
 
 find_package(Zephyr REQUIRED HINTS $ENV{ZEPHYR_BASE})
-project(Projet)
+project(lorawan)
 
 FILE(GLOB app_sources src/*.c)
 target_sources(app PRIVATE ${app_sources})
-
-target_include_directories(app PRIVATE include)
diff --git a/README.md b/README.md
deleted file mode 100644
index 6f5adb1ebc688cb5297ad229fd150b8275f1b46d..0000000000000000000000000000000000000000
--- a/README.md
+++ /dev/null
@@ -1,93 +0,0 @@
-# Menacer_Project
-
-
-
-## Getting started
-
-To make it easy for you to get started with GitLab, here's a list of recommended next steps.
-
-Already a pro? Just edit this README.md and make it your own. Want to make it easy? [Use the template at the bottom](#editing-this-readme)!
-
-## Add your files
-
-- [ ] [Create](https://docs.gitlab.com/ee/user/project/repository/web_editor.html#create-a-file) or [upload](https://docs.gitlab.com/ee/user/project/repository/web_editor.html#upload-a-file) files
-- [ ] [Add files using the command line](https://docs.gitlab.com/ee/gitlab-basics/add-file.html#add-a-file-using-the-command-line) or push an existing Git repository with the following command:
-
-```
-cd existing_repo
-git remote add origin https://etulab.univ-amu.fr/m24024310/menacer_project.git
-git branch -M main
-git push -uf origin main
-```
-
-## Integrate with your tools
-
-- [ ] [Set up project integrations](https://etulab.univ-amu.fr/m24024310/menacer_project/-/settings/integrations)
-
-## Collaborate with your team
-
-- [ ] [Invite team members and collaborators](https://docs.gitlab.com/ee/user/project/members/)
-- [ ] [Create a new merge request](https://docs.gitlab.com/ee/user/project/merge_requests/creating_merge_requests.html)
-- [ ] [Automatically close issues from merge requests](https://docs.gitlab.com/ee/user/project/issues/managing_issues.html#closing-issues-automatically)
-- [ ] [Enable merge request approvals](https://docs.gitlab.com/ee/user/project/merge_requests/approvals/)
-- [ ] [Set auto-merge](https://docs.gitlab.com/ee/user/project/merge_requests/merge_when_pipeline_succeeds.html)
-
-## Test and Deploy
-
-Use the built-in continuous integration in GitLab.
-
-- [ ] [Get started with GitLab CI/CD](https://docs.gitlab.com/ee/ci/quick_start/)
-- [ ] [Analyze your code for known vulnerabilities with Static Application Security Testing (SAST)](https://docs.gitlab.com/ee/user/application_security/sast/)
-- [ ] [Deploy to Kubernetes, Amazon EC2, or Amazon ECS using Auto Deploy](https://docs.gitlab.com/ee/topics/autodevops/requirements.html)
-- [ ] [Use pull-based deployments for improved Kubernetes management](https://docs.gitlab.com/ee/user/clusters/agent/)
-- [ ] [Set up protected environments](https://docs.gitlab.com/ee/ci/environments/protected_environments.html)
-
-***
-
-# Editing this README
-
-When you're ready to make this README your own, just edit this file and use the handy template below (or feel free to structure it however you want - this is just a starting point!). Thanks to [makeareadme.com](https://www.makeareadme.com/) for this template.
-
-## Suggestions for a good README
-
-Every project is different, so consider which of these sections apply to yours. The sections used in the template are suggestions for most open source projects. Also keep in mind that while a README can be too long and detailed, too long is better than too short. If you think your README is too long, consider utilizing another form of documentation rather than cutting out information.
-
-## Name
-Choose a self-explaining name for your project.
-
-## Description
-Let people know what your project can do specifically. Provide context and add a link to any reference visitors might be unfamiliar with. A list of Features or a Background subsection can also be added here. If there are alternatives to your project, this is a good place to list differentiating factors.
-
-## Badges
-On some READMEs, you may see small images that convey metadata, such as whether or not all the tests are passing for the project. You can use Shields to add some to your README. Many services also have instructions for adding a badge.
-
-## Visuals
-Depending on what you are making, it can be a good idea to include screenshots or even a video (you'll frequently see GIFs rather than actual videos). Tools like ttygif can help, but check out Asciinema for a more sophisticated method.
-
-## Installation
-Within a particular ecosystem, there may be a common way of installing things, such as using Yarn, NuGet, or Homebrew. However, consider the possibility that whoever is reading your README is a novice and would like more guidance. Listing specific steps helps remove ambiguity and gets people to using your project as quickly as possible. If it only runs in a specific context like a particular programming language version or operating system or has dependencies that have to be installed manually, also add a Requirements subsection.
-
-## Usage
-Use examples liberally, and show the expected output if you can. It's helpful to have inline the smallest example of usage that you can demonstrate, while providing links to more sophisticated examples if they are too long to reasonably include in the README.
-
-## Support
-Tell people where they can go to for help. It can be any combination of an issue tracker, a chat room, an email address, etc.
-
-## Roadmap
-If you have ideas for releases in the future, it is a good idea to list them in the README.
-
-## Contributing
-State if you are open to contributions and what your requirements are for accepting them.
-
-For people who want to make changes to your project, it's helpful to have some documentation on how to get started. Perhaps there is a script that they should run or some environment variables that they need to set. Make these steps explicit. These instructions could also be useful to your future self.
-
-You can also document commands to lint the code or run tests. These steps help to ensure high code quality and reduce the likelihood that the changes inadvertently break something. Having instructions for running tests is especially helpful if it requires external setup, such as starting a Selenium server for testing in a browser.
-
-## Authors and acknowledgment
-Show your appreciation to those who have contributed to the project.
-
-## License
-For open source projects, say how it is licensed.
-
-## Project status
-If you have run out of energy or time for your project, put a note at the top of the README saying that development has slowed down or stopped completely. Someone may choose to fork your project or volunteer to step in as a maintainer or owner, allowing your project to keep going. You can also make an explicit request for maintainers.
diff --git a/README.rst b/README.rst
index 8b91fb432770ea9ed414eef1d1d3159145e83add..22d9b8f3a4820770059ee61136cf86c9ed22be1d 100644
--- a/README.rst
+++ b/README.rst
@@ -1,23 +1,27 @@
-.. _bluetooth-bthome-sensor-template-sample:
+.. zephyr:code-sample:: lorawan-class-a
+   :name: LoRaWAN class A device
+   :relevant-api: lorawan_api
 
-Bluetooth: BTHome sensor template
-#################################
+   Join a LoRaWAN network and send a message periodically.
 
-Template for a `BTHome <https://bthome.io/>`_ sensor.
+Overview
+********
 
-Requirements
-************
-
-* A board with BLE support
-* A BTHome compatible listener, for example `Home Assistant <https://www.home-assistant.io/>`_ with the BTHome integration running.
+A simple application to demonstrate the :ref:`LoRaWAN subsystem <lorawan_api>` of Zephyr.
 
 Building and Running
 ********************
 
-This sample can be found under :zephyr_file:`samples/bluetooth/bthome_sensor_template` in the Zephyr tree.
+This sample can be found under
+:zephyr_file:`samples/subsys/lorawan/class_a` in the Zephyr tree.
+
+Before building the sample, make sure to select the correct region in the
+``prj.conf`` file.
 
-See :ref:`bluetooth samples section <bluetooth-samples>` for details.
+The following commands build and flash the sample.
 
-When the sample is running, navigate to Devices & Services under settings in Home
-Assistant. There you will be asked to configure the BTHome sensor if everything
-went well.
+.. zephyr-app-commands::
+   :zephyr-app: samples/subsys/lorawan/class_a
+   :board: nucleo_wl55jc
+   :goals: build flash
+   :compact:
diff --git a/boards/adafruit_feather_m0_basic_proto.overlay b/boards/adafruit_feather_m0_basic_proto.overlay
deleted file mode 100644
index ca73008cf8efb567f8a5c52038199f59a4d5b617..0000000000000000000000000000000000000000
--- a/boards/adafruit_feather_m0_basic_proto.overlay
+++ /dev/null
@@ -1,14 +0,0 @@
-/*
- * Copyright (c) 2020 Jacek Ozimek <jacek.ozmk@gmail.com>
- *
- * SPDX-License-Identifier: Apache-2.0
- */
-
- &feather_i2c {
-    bme280: bme280@76 {
-        /* 0x76 - SDO <-> GND */
-        /* 0x77 - SDO <-> VCC */
-        compatible = "bosch,bme280";
-        reg = <0x76>;
-    };
-};
\ No newline at end of file
diff --git a/boards/bbc_microbit_v2.overlay b/boards/bbc_microbit_v2.overlay
index 11d922039bc03427d0370d76650f267b8e98fb61..a787a7d481d8552b30fd1ac59ae97333eee1c30c 100644
--- a/boards/bbc_microbit_v2.overlay
+++ b/boards/bbc_microbit_v2.overlay
@@ -4,38 +4,35 @@
  * SPDX-License-Identifier: Apache-2.0
  */
 
-/ {
-	aliases {
-		adc0 = &adc;
-	};
+ / {
+    aliases {
+        lora0 = &lora;
+        adc0 = &adc;
+    };
 };
 
 &adc {
-	status="okay";
-	#address-cells = <1>;
-	#size-cells = <0>;
+    status = "okay";
+    #address-cells = <1>;
+    #size-cells = <0>;
 
-	channel@0 {
-		reg = <0>;
-		zephyr,gain = "ADC_GAIN_1_6";
-		zephyr,reference = "ADC_REF_INTERNAL";
-		zephyr,acquisition-time = <ADC_ACQ_TIME_DEFAULT>;
-		zephyr,input-positive = <NRF_SAADC_VDD>;
-		zephyr,oversampling = <8>;
-	};
+    channel@0 {
+        reg = <0>;
+        zephyr,gain = "ADC_GAIN_1_6";
+        zephyr,reference = "ADC_REF_INTERNAL";
+        zephyr,acquisition-time = <ADC_ACQ_TIME_DEFAULT>;
+        zephyr,input-positive = <NRF_SAADC_VDD>;
+        zephyr,oversampling = <8>;
+    };
 };
 
-
-
-
-//------------
-
+// SPI configuration for LoRa and BME280
 &pinctrl {
     spi1_default_alt: spi1_default_alt {
         group1 {
             psels = <NRF_PSEL(SPIM_SCK, 0, 17)>,  // P13 : SCL -> SPI Clock (SCK)
                     <NRF_PSEL(SPIM_MOSI, 0, 13)>, // P15 : SDA -> SPI MOSI
-                    <NRF_PSEL(SPIM_MISO, 0, 1)>; // P14: SDO -> SPI MISO
+                    <NRF_PSEL(SPIM_MISO, 0, 1)>; // P14 : SDO -> SPI MISO
         };
     };
 
@@ -50,17 +47,29 @@
 };
 
 &spi1 {
-    compatible = "nordic,nrf-spi";
+    compatible = "nordic,nrf-spim";
     status = "okay";
     pinctrl-0 = <&spi1_default_alt>;
     pinctrl-1 = <&spi1_sleep_alt>;
     pinctrl-names = "default", "sleep";
-    cs-gpios = <&gpio1 2 GPIO_ACTIVE_LOW>;  /* CSB connecté à P16 */
+    cs-gpios = <&gpio0 11 GPIO_ACTIVE_LOW>, <&gpio0 23 GPIO_ACTIVE_LOW>;  /* CSB connecté à P16 */
 
-    bme280@0 {
-        compatible = "bosch,bme280";
+    // LoRa configuration (SX1276)
+    lora: lora_radio@0 {
+        status = "okay";
         reg = <0>;
-        spi-max-frequency = <1000000>; /* conservatively set to 1MHz */
+        compatible = "semtech,sx1276";
+        reset-gpios = <&gpio0 12 GPIO_ACTIVE_LOW>; /* P12 */
+        dio-gpios = <&gpio1 2 (GPIO_PULL_DOWN | GPIO_ACTIVE_HIGH)>; /* P16 */
+        spi-max-frequency = <1000000>;  // Frequency set to 1MHz
+        power-amplifier-output = "pa-boost";
+    };
+
+    // BME280 configuration
+    bme280@1 {
+        compatible = "bosch,bme280";
+        reg = <1>;
+        spi-max-frequency = <1000000>;  // conservatively set to 1MHz
         status = "okay";
     };
-};
\ No newline at end of file
+};
diff --git a/boards/intel_adl_crb.overlay b/boards/intel_adl_crb.overlay
deleted file mode 100644
index 6c4edf6cfc66b72d99ef3f3d498d944a9a807a5a..0000000000000000000000000000000000000000
--- a/boards/intel_adl_crb.overlay
+++ /dev/null
@@ -1,13 +0,0 @@
-/*
- * Copyright (c) 2023 Intel Corporation
- *
- * SPDX-License-Identifier: Apache-2.0
- */
-
- &i2c0 {
-    bme280@76 {
-        compatible = "bosch,bme280";
-        reg = <0x76>;
-        status = "okay";
-    };
-};
\ No newline at end of file
diff --git a/boards/intel_rpl_p_crb.overlay b/boards/intel_rpl_p_crb.overlay
deleted file mode 100644
index cb3bf8239ccda988d6598d45afdfbcf21f094a26..0000000000000000000000000000000000000000
--- a/boards/intel_rpl_p_crb.overlay
+++ /dev/null
@@ -1,13 +0,0 @@
-/*
- * Copyright (c) 2023 Intel Corporation
- *
- * SPDX-License-Identifier: Apache-2.0
- */
-
- &i2c1 {
-    bme280@76 {
-        compatible = "bosch,bme280";
-        reg = <0x76>;
-        status = "okay";
-    };
-};
\ No newline at end of file
diff --git a/boards/rpi_pico.overlay b/boards/rpi_pico.overlay
deleted file mode 100644
index baa67d6925016fc0d2d665d667dc2392d121b436..0000000000000000000000000000000000000000
--- a/boards/rpi_pico.overlay
+++ /dev/null
@@ -1,10 +0,0 @@
-&spi0 {
-    status = "okay";
-    cs-gpios = <&gpio0 17 GPIO_ACTIVE_LOW>;
-    pinctrl-0 = <&spi0_default>;
-    bme280@0 {
-        compatible = "bosch,bme280";
-        reg = <0>;
-        spi-max-frequency = <1000000>; /* conservatively set to 1MHz */
-    };
-};
\ No newline at end of file
diff --git a/build/.cache/clangd/index/adc.h.ECD3A378DD31867A.idx b/build/.cache/clangd/index/adc.h.ECD3A378DD31867A.idx
new file mode 100644
index 0000000000000000000000000000000000000000..e515f93f1dc9596b5b4173c5f25eb4018a6d378e
Binary files /dev/null and b/build/.cache/clangd/index/adc.h.ECD3A378DD31867A.idx differ
diff --git a/build/.cache/clangd/index/autoconf.h.64AE701DA0710CBD.idx b/build/.cache/clangd/index/autoconf.h.64AE701DA0710CBD.idx
new file mode 100644
index 0000000000000000000000000000000000000000..dc23812f54b4c090fe10d047d9772f59d1b1e5bc
Binary files /dev/null and b/build/.cache/clangd/index/autoconf.h.64AE701DA0710CBD.idx differ
diff --git a/build/.cache/clangd/index/configs.c.5A988312B14CAC79.idx b/build/.cache/clangd/index/configs.c.5A988312B14CAC79.idx
new file mode 100644
index 0000000000000000000000000000000000000000..c9c6232750648a5a0fa003a21ae2f8c25686af12
Binary files /dev/null and b/build/.cache/clangd/index/configs.c.5A988312B14CAC79.idx differ
diff --git a/build/.cache/clangd/index/device.h.D7E7D9963AF0ECA4.idx b/build/.cache/clangd/index/device.h.D7E7D9963AF0ECA4.idx
new file mode 100644
index 0000000000000000000000000000000000000000..6655806827e5c104a7f0bcade75eda3e8b7230a0
Binary files /dev/null and b/build/.cache/clangd/index/device.h.D7E7D9963AF0ECA4.idx differ
diff --git a/build/.cache/clangd/index/devicetree_generated.h.2467B583258886DD.idx b/build/.cache/clangd/index/devicetree_generated.h.2467B583258886DD.idx
new file mode 100644
index 0000000000000000000000000000000000000000..fc13ccfffe6a5bbab4d4886972a9d33a117bbedf
Binary files /dev/null and b/build/.cache/clangd/index/devicetree_generated.h.2467B583258886DD.idx differ
diff --git a/build/.cache/clangd/index/isr_tables.c.BA5E50D31C320B96.idx b/build/.cache/clangd/index/isr_tables.c.BA5E50D31C320B96.idx
new file mode 100644
index 0000000000000000000000000000000000000000..3b1d987ef14d83b1539d79ea8e8d0e30b0088bab
Binary files /dev/null and b/build/.cache/clangd/index/isr_tables.c.BA5E50D31C320B96.idx differ
diff --git a/build/.cache/clangd/index/kernel.h.2459D5CF1DC46E3C.idx b/build/.cache/clangd/index/kernel.h.2459D5CF1DC46E3C.idx
new file mode 100644
index 0000000000000000000000000000000000000000..067410b772e184ce37a2c41be06a4a9ba2853fe3
Binary files /dev/null and b/build/.cache/clangd/index/kernel.h.2459D5CF1DC46E3C.idx differ
diff --git a/build/.cache/clangd/index/kobj-types-enum.h.789B2F1BD5E789F4.idx b/build/.cache/clangd/index/kobj-types-enum.h.789B2F1BD5E789F4.idx
new file mode 100644
index 0000000000000000000000000000000000000000..ae08447c04cd0c08200fd78789e11b482cc72d06
Binary files /dev/null and b/build/.cache/clangd/index/kobj-types-enum.h.789B2F1BD5E789F4.idx differ
diff --git a/build/.cache/clangd/index/kobject.h.FFEB7820A7C4B630.idx b/build/.cache/clangd/index/kobject.h.FFEB7820A7C4B630.idx
new file mode 100644
index 0000000000000000000000000000000000000000..c3e909ec6c14dcfa5f0d0eca77912f623e06c9f4
Binary files /dev/null and b/build/.cache/clangd/index/kobject.h.FFEB7820A7C4B630.idx differ
diff --git a/build/.cache/clangd/index/log_msg.h.6A071BAF7CBEB321.idx b/build/.cache/clangd/index/log_msg.h.6A071BAF7CBEB321.idx
new file mode 100644
index 0000000000000000000000000000000000000000..b36f653eed6268368c83250fe7df302a79fd87ad
Binary files /dev/null and b/build/.cache/clangd/index/log_msg.h.6A071BAF7CBEB321.idx differ
diff --git a/build/.cache/clangd/index/offsets.h.0E23AB645D0553B2.idx b/build/.cache/clangd/index/offsets.h.0E23AB645D0553B2.idx
new file mode 100644
index 0000000000000000000000000000000000000000..9d356e823978fc55f890246c5a34cf6cd9cdbc87
Binary files /dev/null and b/build/.cache/clangd/index/offsets.h.0E23AB645D0553B2.idx differ
diff --git a/build/.cache/clangd/index/rtio.h.9A3F62C146300210.idx b/build/.cache/clangd/index/rtio.h.9A3F62C146300210.idx
new file mode 100644
index 0000000000000000000000000000000000000000..ab35fa37f3c588fe6a22a38ef7bffb9fbb6b70be
Binary files /dev/null and b/build/.cache/clangd/index/rtio.h.9A3F62C146300210.idx differ
diff --git a/build/.cache/clangd/index/sensor.h.1C1447208FE40F3A.idx b/build/.cache/clangd/index/sensor.h.1C1447208FE40F3A.idx
new file mode 100644
index 0000000000000000000000000000000000000000..ccc8a184ea1ff3f96d5bebf3b280e8a5f76f61d1
Binary files /dev/null and b/build/.cache/clangd/index/sensor.h.1C1447208FE40F3A.idx differ
diff --git a/build/.cache/clangd/index/syscall_list.h.56E6AC6BAEECDEF3.idx b/build/.cache/clangd/index/syscall_list.h.56E6AC6BAEECDEF3.idx
new file mode 100644
index 0000000000000000000000000000000000000000..943837fa06a162c9bf3b3b262277fb72d6d4829b
Binary files /dev/null and b/build/.cache/clangd/index/syscall_list.h.56E6AC6BAEECDEF3.idx differ
diff --git a/build/.ninja_deps b/build/.ninja_deps
new file mode 100644
index 0000000000000000000000000000000000000000..ebb9fc7def442979b243563b13f6e80ae4320525
Binary files /dev/null and b/build/.ninja_deps differ
diff --git a/build/.ninja_log b/build/.ninja_log
new file mode 100644
index 0000000000000000000000000000000000000000..d1595c4e6777ec42f4eecd30ea716535ea672dc0
--- /dev/null
+++ b/build/.ninja_log
@@ -0,0 +1,849 @@
+# ninja log v5
+1089	1660	1741874708557584811	/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/zephyr.stat	6de649ee83456b28
+1089	1660	1741874708557584811	/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/zephyr.bin	6de649ee83456b28
+1089	1660	1741874708557584811	zephyr/zephyr.map	6de649ee83456b28
+1068	1071	1741872179488171762	zephyr/CMakeFiles/zephyr_final.dir/misc/empty_file.c.obj	a8f3fbb0f8cbf613
+717	939	1741874708221581147	/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/isr_tables_swi.ld	4086ae10e6f14581
+717	939	1741874708221581147	/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/isr_tables_vt.ld	4086ae10e6f14581
+717	939	1741874708221581147	/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/isr_tables.c	4086ae10e6f14581
+717	939	1741874708221581147	zephyr/isr_tables_swi.ld	4086ae10e6f14581
+543	682	1741874707969578399	zephyr/zephyr_pre0.map	21eb1c5332d5f636
+1089	1660	1741874708557584811	zephyr/zephyr.bin	6de649ee83456b28
+543	682	1741874707969578399	zephyr/zephyr_pre0.elf	21eb1c5332d5f636
+620	643	1741872179060166674	zephyr/kernel/CMakeFiles/kernel.dir/sched.c.obj	2e5154eae82f008b
+620	632	1741872179052166579	zephyr/kernel/CMakeFiles/kernel.dir/thread.c.obj	21ec699a1c17aeff
+620	630	1741872179048166531	zephyr/kernel/CMakeFiles/kernel.dir/priority_queues.c.obj	ef9b0e2d396553ea
+619	630	1741872179048166531	zephyr/kernel/CMakeFiles/kernel.dir/work.c.obj	a5ffbf4d6e1eaf8e
+611	629	1741872179040166436	zephyr/kernel/CMakeFiles/kernel.dir/mutex.c.obj	36d35caa332309d4
+600	628	1741872179040166436	modules/nrf/drivers/mpsl/flash_sync/lib..__nrf__drivers__mpsl__flash_sync.a	c42fdc400357fba3
+610	627	1741872179040166436	zephyr/kernel/CMakeFiles/kernel.dir/msg_q.c.obj	d89fbe6229f37b43
+607	627	1741872179040166436	zephyr/kernel/CMakeFiles/kernel.dir/mailbox.c.obj	31ed41369d692731
+600	621	1741872179040166436	modules/nrf/drivers/mpsl/clock_control/lib..__nrf__drivers__mpsl__clock_control.a	27736a246abceaa3
+604	621	1741872179036166389	zephyr/kernel/CMakeFiles/kernel.dir/mem_slab.c.obj	cb57eecee141dd06
+601	620	1741872179036166389	modules/nrf/drivers/mpsl/temp_nrf5/lib..__nrf__drivers__mpsl__temp_nrf5.a	19679b61cf1429e4
+599	619	1741872179036166389	modules/nrf/subsys/mpsl/fem/lib..__nrf__subsys__mpsl__fem.a	65db3ef21a92c72b
+602	619	1741872179032166341	zephyr/kernel/CMakeFiles/kernel.dir/fatal.c.obj	41369734a3bfb791
+602	619	1741872179032166341	zephyr/kernel/CMakeFiles/kernel.dir/errno.c.obj	d6c3d2a5656f24d1
+599	614	1741872179032166341	modules/nrf/subsys/bluetooth/controller/lib..__nrf__subsys__bluetooth__controller.a	3fd6f1fe548c721f
+599	612	1741872179028166294	zephyr/kernel/CMakeFiles/kernel.dir/main_weak.c.obj	f933ff7d7cfa3790
+605	610	1741872179028166294	zephyr/kernel/CMakeFiles/kernel.dir/version.c.obj	4a83e7b57429046d
+588	605	1741872179020166198	zephyr/drivers/spi/libdrivers__spi.a	4ff9d0b37f96d4d2
+587	605	1741872179024166246	zephyr/drivers/serial/libdrivers__serial.a	3b4908f32b4a1b37
+590	604	1741872179020166198	modules/hal_nordic/nrfx/CMakeFiles/modules__hal_nordic__nrfx.dir/opt/ncs/modules/hal/nordic/nrfx/drivers/src/nrfx_spim.c.obj	ffc9bcf0cf3c0b19
+586	602	1741872179020166198	zephyr/drivers/sensor/st/lis2mdl/libdrivers__sensor__st__lis2mdl.a	8192457d1e193afc
+588	601	1741872179016166151	modules/hal_nordic/nrfx/CMakeFiles/modules__hal_nordic__nrfx.dir/nrfx_glue.c.obj	69a1cbd8eb594905
+603	629	1741872179040166436	zephyr/kernel/CMakeFiles/kernel.dir/kheap.c.obj	b5b89e98848e4808
+587	601	1741872179012166104	modules/hal_nordic/nrfx/CMakeFiles/modules__hal_nordic__nrfx.dir/opt/ncs/modules/hal/nordic/nrfx/mdk/system_nrf52833.c.obj	e97030e61ca400e8
+586	600	1741872179016166151	modules/nrf/drivers/mpsl/flash_sync/CMakeFiles/..__nrf__drivers__mpsl__flash_sync.dir/flash_sync_mpsl.c.obj	7ccd97adb9e38f3e
+576	599	1741872179008166056	modules/nrf/subsys/bluetooth/controller/CMakeFiles/..__nrf__subsys__bluetooth__controller.dir/ecdh.c.obj	5d05b5fb396d2d42
+575	599	1741872179008166056	zephyr/drivers/sensor/st/lis2dh/libdrivers__sensor__st__lis2dh.a	e6da53b3ddc4c01c
+576	599	1741872179000165961	modules/nrf/subsys/mpsl/fem/CMakeFiles/..__nrf__subsys__mpsl__fem.dir/api_init/mpsl_fem_api_init.c.obj	1c314bad2900f14
+571	590	1741872179004166008	modules/nrf/subsys/bluetooth/controller/CMakeFiles/..__nrf__subsys__bluetooth__controller.dir/hci_internal.c.obj	5fe2e51a2af5d06c
+571	590	1741872179000165961	modules/nrf/subsys/bluetooth/controller/CMakeFiles/..__nrf__subsys__bluetooth__controller.dir/hci_driver.c.obj	a580541dc5d2db58
+570	589	1741872179000165961	modules/nrf/lib/multithreading_lock/CMakeFiles/..__nrf__lib__multithreading_lock.dir/multithreading_lock.c.obj	e97ffb2eb6829b1f
+570	589	1741872179004166008	zephyr/drivers/sensor/bosch/bme280/libdrivers__sensor__bosch__bme280.a	59c0100d1dc9c064
+562	588	1741872179000165961	zephyr/drivers/spi/CMakeFiles/drivers__spi.dir/spi_nrfx_spim.c.obj	b09c3c6814ddf963
+536	587	1741872178996165913	zephyr/drivers/flash/libdrivers__flash.a	f2b3b5d870c732c
+533	587	1741872179004166008	zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a	2bd44f4564af3365
+561	586	1741872178992165866	zephyr/drivers/serial/CMakeFiles/drivers__serial.dir/uart_nrfx_uart.c.obj	411b73f8ac4ed581
+560	586	1741872178992165866	zephyr/drivers/pinctrl/libdrivers__pinctrl.a	8a75a4d6431744e1
+560	575	1741872178988165818	zephyr/drivers/sensor/st/lis2dh/CMakeFiles/drivers__sensor__st__lis2dh.dir/lis2dh_spi.c.obj	47cb6fef67b435b5
+538	573	1741872178988165818	zephyr/drivers/sensor/st/lis2dh/CMakeFiles/drivers__sensor__st__lis2dh.dir/lis2dh_i2c.c.obj	34c89f546ee27856
+536	571	1741872178988165818	zephyr/drivers/sensor/st/lis2dh/CMakeFiles/drivers__sensor__st__lis2dh.dir/lis2dh.c.obj	df386c175b687a3a
+532	570	1741872178980165723	zephyr/drivers/sensor/bosch/bme280/CMakeFiles/drivers__sensor__bosch__bme280.dir/bme280_i2c.c.obj	e9fd717977b09905
+526	569	1741872178984165771	zephyr/drivers/console/libdrivers__console.a	52dafec6c06dd0a5
+501	562	1741872178980165723	zephyr/subsys/lorawan/libloramac-node.a	a517c15b0ff21684
+526	561	1741872178956165438	zephyr/drivers/clock_control/libdrivers__clock_control.a	89fc85539847a0c
+525	561	1741872178952165390	zephyr/drivers/sensor/bosch/bme280/CMakeFiles/drivers__sensor__bosch__bme280.dir/bme280.c.obj	4001792cfc214404
+524	560	1741872178952165390	zephyr/drivers/pinctrl/CMakeFiles/drivers__pinctrl.dir/pinctrl_nrf.c.obj	fdd52fa2d23c0dd2
+524	560	1741872178956165438	zephyr/drivers/i2c/CMakeFiles/drivers__i2c.dir/i2c_nrfx_twim.c.obj	cf72a5d4866552a4
+1089	1660	1741874708557584811	zephyr/zephyr.hex	6de649ee83456b28
+521	559	1741872178952165390	zephyr/drivers/i2c/CMakeFiles/drivers__i2c.dir/i2c_common.c.obj	c3497869b7f1296
+520	536	1741872178948165342	zephyr/drivers/gpio/CMakeFiles/drivers__gpio.dir/gpio_nrfx.c.obj	ceda412c7c254876
+516	535	1741872178948165342	zephyr/drivers/entropy/CMakeFiles/drivers__entropy.dir/entropy_bt_hci.c.obj	ad7fdda3bc8199c9
+514	535	1741872178944165295	zephyr/drivers/entropy/CMakeFiles/drivers__entropy.dir/entropy_nrf5.c.obj	b59fe51414a399ae
+511	534	1741872178944165295	zephyr/subsys/random/libsubsys__random.a	adc5cccbd568dd81
+511	534	1741872178948165342	zephyr/subsys/bluetooth/common/libsubsys__bluetooth__common.a	1026626d544474e4
+508	533	1741872178948165342	zephyr/drivers/adc/CMakeFiles/drivers__adc.dir/adc_common.c.obj	75322f6a5b442d5e
+504	533	1741872178944165295	zephyr/subsys/bluetooth/host/CMakeFiles/subsys__bluetooth__host.dir/conn.c.obj	2cf6729bcb2ba991
+513	526	1741872178940165248	zephyr/drivers/console/CMakeFiles/drivers__console.dir/uart_console.c.obj	d36c282cbaba5839
+510	525	1741872178940165248	zephyr/drivers/adc/CMakeFiles/drivers__adc.dir/adc_nrfx_saadc.c.obj	7d90ca3e58553874
+500	525	1741872178940165248	zephyr/subsys/bluetooth/host/CMakeFiles/subsys__bluetooth__host.dir/id.c.obj	6dc6478906c24f8c
+508	524	1741872178936165200	zephyr/subsys/net/CMakeFiles/subsys__net.dir/buf_simple.c.obj	725a9386e6fee0c6
+506	521	1741872178940165248	zephyr/subsys/bluetooth/host/CMakeFiles/subsys__bluetooth__host.dir/gatt.c.obj	86dea71fad5d04be
+499	520	1741872178936165200	zephyr/subsys/bluetooth/host/CMakeFiles/subsys__bluetooth__host.dir/hci_core.c.obj	90aa0ef69a4d18be
+505	519	1741872178936165200	zephyr/subsys/bluetooth/host/CMakeFiles/subsys__bluetooth__host.dir/l2cap.c.obj	c1ba4368a1febe81
+506	516	1741872178936165200	zephyr/subsys/bluetooth/host/CMakeFiles/subsys__bluetooth__host.dir/smp_null.c.obj	b1336f4dce343f2
+500	514	1741872178932165152	zephyr/subsys/bluetooth/host/CMakeFiles/subsys__bluetooth__host.dir/adv.c.obj	5697d7737b45dc97
+499	511	1741872178928165105	zephyr/arch/common/libarch__common.a	3a7c58eb7548beec
+492	510	1741872178928165105	zephyr/soc/soc/nrf52833/libsoc__nordic.a	9d6a6e6c83bf545a
+535	576	1741872178992165866	zephyr/drivers/entropy/libdrivers__entropy.a	f186c2714aef2f40
+482	508	1741872178928165105	zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a	87aa588f758e7740
+496	506	1741872178924165058	zephyr/subsys/random/CMakeFiles/subsys__random.dir/random_entropy_device.c.obj	dfa33311965d928a
+498	505	1741872178924165058	zephyr/subsys/bluetooth/host/CMakeFiles/subsys__bluetooth__host.dir/uuid.c.obj	4fc6db523017499c
+498	505	1741872178924165058	zephyr/subsys/bluetooth/host/CMakeFiles/subsys__bluetooth__host.dir/addr.c.obj	454aff26d50f72f
+682	717	1741874708005578792	zephyr/linker.cmd	1204342c6ebd9df5
+498	524	1741872178940165248	zephyr/subsys/bluetooth/host/CMakeFiles/subsys__bluetooth__host.dir/buf.c.obj	a5ec9a59de6c25d8
+496	504	1741872178920165010	zephyr/subsys/bluetooth/common/CMakeFiles/subsys__bluetooth__common.dir/addr.c.obj	bda8c5c6212aa265
+495	500	1741872178920165010	zephyr/subsys/lorawan/CMakeFiles/loramac-node.dir/opt/ncs/modules/lib/loramac-node/src/mac/region/RegionCommon.c.obj	77dc48646afc20cb
+621	642	1741872179060166674	zephyr/kernel/CMakeFiles/kernel.dir/xip.c.obj	1bef7d146bf9a227
+494	500	1741872178916164962	zephyr/subsys/lorawan/CMakeFiles/loramac-node.dir/opt/ncs/modules/lib/loramac-node/src/mac/region/Region.c.obj	a277e401cd5fb3ef
+589	603	1741872179020166198	modules/nrf/lib/multithreading_lock/lib..__nrf__lib__multithreading_lock.a	f682c6a8163c3d79
+490	499	1741872178916164962	zephyr/subsys/lorawan/CMakeFiles/loramac-node.dir/opt/ncs/modules/lib/loramac-node/src/mac/LoRaMacClassB.c.obj	fc017b76fd6fe99e
+463	499	1741872178916164962	zephyr/arch/common/libisr_tables.a	b571686188fd740d
+492	499	1741872178916164962	zephyr/subsys/lorawan/CMakeFiles/loramac-node.dir/opt/ncs/modules/lib/loramac-node/src/mac/LoRaMacParser.c.obj	5ca0270e1a7fbe81
+612	631	1741872179048166531	modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a	96eb5667ab9e0d58
+26	29	0	/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_toolchain	8b211a8a5d6d6fd3
+354	368	1741872178788163440	zephyr/CMakeFiles/offsets.dir/arch/arm/core/offsets/offsets.c.obj	f2c478fecf3433c0
+467	494	1741872178912164915	zephyr/arch/arch/arm/core/libarch__arm__core.a	2afd90f8e39a5c8e
+26	29	0	/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_task_wdt	8b211a8a5d6d6fd3
+26	29	0	/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_mgmt_mcumgr_grp_fs_mgmt	8b211a8a5d6d6fd3
+26	29	0	/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_storage	8b211a8a5d6d6fd3
+26	29	0	zephyr/misc/generated/syscalls_links/include_zephyr_usb_class	8b211a8a5d6d6fd3
+26	29	0	/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_sd	8b211a8a5d6d6fd3
+26	29	0	/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_llext	8b211a8a5d6d6fd3
+26	29	0	/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_posix	8b211a8a5d6d6fd3
+495	511	1741872178928165105	zephyr/subsys/random/CMakeFiles/subsys__random.dir/random_xoshiro128.c.obj	ec4622dc26f710bd
+26	29	0	/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_arch_common	8b211a8a5d6d6fd3
+26	29	0	/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_net	8b211a8a5d6d6fd3
+26	29	0	/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_modem	8b211a8a5d6d6fd3
+26	29	0	/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_modbus	8b211a8a5d6d6fd3
+26	29	0	/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_mgmt	8b211a8a5d6d6fd3
+600	620	1741872179036166389	modules/nrf/subsys/mpsl/init/lib..__nrf__subsys__mpsl__init.a	6c05bf56f7c8c315
+26	29	0	zephyr/misc/generated/syscalls_links/include_zephyr_lorawan	8b211a8a5d6d6fd3
+26	29	0	/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_mem_mgmt	8b211a8a5d6d6fd3
+500	532	1741872178948165342	zephyr/subsys/bluetooth/host/CMakeFiles/subsys__bluetooth__host.dir/hci_common.c.obj	bd3f17bb8b6a7390
+26	29	0	/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_math	8b211a8a5d6d6fd3
+441	455	1741872178868164391	zephyr/CMakeFiles/zephyr.dir/subsys/settings/src/settings_init.c.obj	7cb3464b0dde4d6
+26	29	0	/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_linker	8b211a8a5d6d6fd3
+26	29	0	zephyr/misc/generated/syscalls_links/include_zephyr_arch_arm_cortex_m	8b211a8a5d6d6fd3
+26	29	0	zephyr/misc/generated/syscalls_links/include_zephyr_drivers_gpio	8b211a8a5d6d6fd3
+570	589	1741872179000165961	zephyr/drivers/timer/CMakeFiles/drivers__timer.dir/nrf_rtc_timer.c.obj	3e68ebf32f52dfc1
+26	29	0	/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_display	8b211a8a5d6d6fd3
+26	29	0	zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_led	8b211a8a5d6d6fd3
+590	603	1741872179020166198	modules/hal_nordic/nrfx/CMakeFiles/modules__hal_nordic__nrfx.dir/opt/ncs/modules/hal/nordic/nrfx/drivers/src/nrfx_nvmc.c.obj	b2fe62538b91ac87
+26	29	0	/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_debug	8b211a8a5d6d6fd3
+26	29	0	/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_crypto	8b211a8a5d6d6fd3
+26	29	0	/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_bluetooth	8b211a8a5d6d6fd3
+518	536	1741872178948165342	zephyr/drivers/flash/CMakeFiles/drivers__flash.dir/soc_flash_nrf.c.obj	ce6daecb74c9b81a
+26	29	0	/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_arch	8b211a8a5d6d6fd3
+427	441	1741872178856164249	zephyr/CMakeFiles/zephyr.dir/lib/os/mpsc_pbuf.c.obj	42b09031e4de0527
+26	29	0	zephyr/misc/generated/syscalls_links/include_zephyr_xen_public_io	8b211a8a5d6d6fd3
+26	29	0	/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_drivers	8b211a8a5d6d6fd3
+26	29	0	/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_tracing	8b211a8a5d6d6fd3
+26	29	0	zephyr/misc/generated/syscalls_links/include_zephyr_posix_sys	8b211a8a5d6d6fd3
+26	29	0	/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_stats	8b211a8a5d6d6fd3
+26	29	0	/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include	8b211a8a5d6d6fd3
+561	576	1741872178992165866	zephyr/drivers/sensor/st/lis2mdl/CMakeFiles/drivers__sensor__st__lis2mdl.dir/lis2mdl_trigger.c.obj	6e4d928659732700
+524	538	1741872178948165342	zephyr/drivers/pinctrl/CMakeFiles/drivers__pinctrl.dir/common.c.obj	772188f905946daa
+26	29	0	/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_arch_arm_cortex_m	8b211a8a5d6d6fd3
+26	29	0	zephyr/misc/generated/syscalls_links/include_zephyr_net_http	8b211a8a5d6d6fd3
+569	588	1741872179000165961	zephyr/drivers/timer/CMakeFiles/drivers__timer.dir/sys_clock_init.c.obj	b533a2476142ec06
+26	29	0	/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_console	8b211a8a5d6d6fd3
+26	29	0	zephyr/misc/generated/syscalls_links/include_zephyr_net_conn_mgr	8b211a8a5d6d6fd3
+26	29	0	zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_lvgl	8b211a8a5d6d6fd3
+717	939	1741874708221581147	zephyr/isr_tables_vt.ld	4086ae10e6f14581
+26	29	0	zephyr/misc/generated/syscalls_links/include_zephyr_mgmt_mcumgr_grp_stat_mgmt	8b211a8a5d6d6fd3
+26	29	0	zephyr/misc/generated/syscalls_links/include_zephyr_mgmt_mcumgr_grp_settings_mgmt	8b211a8a5d6d6fd3
+26	29	0	zephyr/misc/generated/syscalls_links/include_zephyr_dsp	8b211a8a5d6d6fd3
+606	629	1741872179040166436	zephyr/kernel/CMakeFiles/kernel.dir/idle.c.obj	4d9dfe56533d5112
+60	292	1741872178708162489	zephyr/misc/generated/struct_tags.json	f9ab59b34dddb49a
+26	29	0	zephyr/misc/generated/syscalls_links/include_zephyr_mgmt_mcumgr_transport	8b211a8a5d6d6fd3
+26	29	0	/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_arch_riscv_common	8b211a8a5d6d6fd3
+26	29	0	/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_spi	8b211a8a5d6d6fd3
+26	29	0	zephyr/misc/generated/syscalls_links/include_zephyr_sys_internal	8b211a8a5d6d6fd3
+26	29	0	zephyr/misc/generated/syscalls_links/include_zephyr_modem_backend	8b211a8a5d6d6fd3
+621	635	1741872179052166579	zephyr/kernel/CMakeFiles/kernel.dir/timeout.c.obj	496039b84c72e123
+26	29	0	zephyr/misc/generated/syscalls_links/include_zephyr_modem	8b211a8a5d6d6fd3
+26	29	0	zephyr/misc/generated/syscalls_links/include_zephyr_mgmt_ec_host_cmd	8b211a8a5d6d6fd3
+26	29	0	zephyr/misc/generated/syscalls_links/include_zephyr_mgmt_mcumgr_grp_os_mgmt	8b211a8a5d6d6fd3
+26	29	0	/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_net_conn_mgr	8b211a8a5d6d6fd3
+26	29	0	zephyr/misc/generated/syscalls_links/include_zephyr_kernel_mm	8b211a8a5d6d6fd3
+26	29	0	zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_pinctrl_renesas	8b211a8a5d6d6fd3
+26	29	0	/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_pinctrl_renesas	8b211a8a5d6d6fd3
+26	29	0	zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_usb	8b211a8a5d6d6fd3
+26	29	0	/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_rdc	8b211a8a5d6d6fd3
+26	29	0	zephyr/misc/generated/syscalls_links/include_zephyr_kernel	8b211a8a5d6d6fd3
+26	29	0	zephyr/misc/generated/syscalls_links/include_zephyr_random	8b211a8a5d6d6fd3
+627	636	1741872179056166627	zephyr/kernel/CMakeFiles/kernel.dir/timer.c.obj	7a7bd15c635a3a3a
+561	586	1741872178992165866	zephyr/drivers/sensor/st/lis2mdl/CMakeFiles/drivers__sensor__st__lis2mdl.dir/lis2mdl.c.obj	747bec2de15adffa
+26	29	0	/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_pcie_endpoint	8b211a8a5d6d6fd3
+26	29	0	zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_reset	8b211a8a5d6d6fd3
+26	29	0	/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_pm	8b211a8a5d6d6fd3
+717	939	1741874708221581147	zephyr/isr_tables.c	4086ae10e6f14581
+26	29	0	zephyr/misc/generated/syscalls_links/include_zephyr_posix	8b211a8a5d6d6fd3
+53	60	1741872451831407389	/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/zephyr_commit.h	9585db86d75160ec
+589	606	1741872179024166246	zephyr/drivers/timer/libdrivers__timer.a	a5855602e4182b81
+26	29	0	zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_pwm	8b211a8a5d6d6fd3
+26	29	0	zephyr/misc/generated/syscalls_links/include_zephyr_drivers_regulator	8b211a8a5d6d6fd3
+26	29	0	zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_pinctrl	8b211a8a5d6d6fd3
+26	29	0	/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_arch_arc	8b211a8a5d6d6fd3
+26	29	0	zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_mipi_dbi	8b211a8a5d6d6fd3
+26	29	0	zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_display	8b211a8a5d6d6fd3
+26	29	0	zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_memory-controller	8b211a8a5d6d6fd3
+26	29	0	/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_i2c	8b211a8a5d6d6fd3
+569	588	1741872179000165961	zephyr/drivers/spi/CMakeFiles/drivers__spi.dir/spi_nrfx_common.c.obj	ddd50fda8c9df772
+26	29	0	/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_xen_public	8b211a8a5d6d6fd3
+534	570	1741872178984165771	zephyr/drivers/sensor/st/stmemsc/CMakeFiles/drivers__sensor__st__stmemsc.dir/stmemsc_i2c.c.obj	a4e59daae1774b62
+26	29	0	zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_lora	8b211a8a5d6d6fd3
+26	29	0	zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_ipc_service	8b211a8a5d6d6fd3
+26	29	0	/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_mfd	8b211a8a5d6d6fd3
+26	29	0	/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_pm	8b211a8a5d6d6fd3
+571	590	1741872179004166008	zephyr/drivers/sensor/st/stmemsc/libdrivers__sensor__st__stmemsc.a	6054058bdec5aab9
+525	561	1741872178956165438	zephyr/drivers/sensor/bosch/bme280/CMakeFiles/drivers__sensor__bosch__bme280.dir/bme280_spi.c.obj	69aa741937e8c418
+464	477	1741872178892164677	zephyr/lib/libc/newlib/CMakeFiles/lib__libc__newlib.dir/libc-hooks.c.obj	c4e8b2e3af3f92d9
+26	29	0	zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_flash_controller	8b211a8a5d6d6fd3
+26	29	0	zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_dac	8b211a8a5d6d6fd3
+26	29	0	/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_devicetree	8b211a8a5d6d6fd3
+26	29	0	zephyr/misc/generated/syscalls_links/include_zephyr_drivers_pcie_endpoint	8b211a8a5d6d6fd3
+576	600	1741872179004166008	modules/nrf/subsys/mpsl/init/CMakeFiles/..__nrf__subsys__mpsl__init.dir/mpsl_init.c.obj	b245b19fb0981f4f
+560	577	1741872178992165866	zephyr/drivers/i2c/libdrivers__i2c.a	e5b4967d6ecb2717
+26	29	0	zephyr/misc/generated/syscalls_links/include_zephyr_drivers_misc_timeaware_gpio	8b211a8a5d6d6fd3
+429	435	1741872178852164202	zephyr/CMakeFiles/zephyr.dir/lib/utils/timeutil.c.obj	cd4bcdf4416c2086
+511	526	1741872178940165248	zephyr/drivers/clock_control/CMakeFiles/drivers__clock_control.dir/clock_control_nrf.c.obj	2d5fda8fcb903660
+26	29	0	/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_timer	8b211a8a5d6d6fd3
+26	29	0	zephyr/misc/generated/syscalls_links/include_zephyr_drivers_misc_pio_rpi_pico	8b211a8a5d6d6fd3
+26	29	0	zephyr/misc/generated/syscalls_links/include_zephyr_xen_public	8b211a8a5d6d6fd3
+26	29	0	zephyr/misc/generated/syscalls_links/include_zephyr_arch_mips	8b211a8a5d6d6fd3
+26	29	0	zephyr/misc/generated/syscalls_links/include_zephyr_drivers_rtc	8b211a8a5d6d6fd3
+26	29	0	zephyr/misc/generated/syscalls_links/include_zephyr_drivers_misc_ft8xx	8b211a8a5d6d6fd3
+26	29	0	/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_console	8b211a8a5d6d6fd3
+487	496	1741872178912164915	zephyr/CMakeFiles/zephyr_pre0.dir/misc/empty_file.c.obj	f471714e22d116ba
+26	29	0	zephyr/misc/generated/syscalls_links/include_zephyr_drivers_i2c_target	8b211a8a5d6d6fd3
+26	29	0	zephyr/misc/generated/syscalls_links/include_zephyr_arch_riscv_riscv-privileged	8b211a8a5d6d6fd3
+26	29	0	zephyr/misc/generated/syscalls_links/include_zephyr_mgmt	8b211a8a5d6d6fd3
+598	607	1741872179024166246	modules/hal_nordic/nrfx/CMakeFiles/modules__hal_nordic__nrfx.dir/opt/ncs/modules/hal/nordic/nrfx/drivers/src/nrfx_twi_twim.c.obj	18ff00079d614c2f
+26	29	0	/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_mgmt_mcumgr_grp	8b211a8a5d6d6fd3
+26	29	0	zephyr/misc/generated/syscalls_links/include_zephyr_arch_arm	8b211a8a5d6d6fd3
+26	29	0	zephyr/misc/generated/syscalls_links/include_zephyr_arch_arm_cortex_a_r	8b211a8a5d6d6fd3
+26	29	0	/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_logging	8b211a8a5d6d6fd3
+26	29	0	zephyr/misc/generated/syscalls_links/include_zephyr_toolchain	8b211a8a5d6d6fd3
+497	508	1741872178928165105	zephyr/subsys/bluetooth/common/CMakeFiles/subsys__bluetooth__common.dir/dummy.c.obj	f87aa2a476d50007
+26	29	0	zephyr/misc/generated/syscalls_links/include_zephyr_drivers_misc_grove_lcd	8b211a8a5d6d6fd3
+453	463	1741872178880164535	zephyr/arch/common/CMakeFiles/isr_tables.dir/isr_tables.c.obj	c8fe0103416b66d6
+26	29	0	zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_pm	8b211a8a5d6d6fd3
+26	29	0	zephyr/misc/generated/syscalls_links/include_zephyr_mgmt_mcumgr_mgmt	8b211a8a5d6d6fd3
+26	29	0	zephyr/misc/generated/syscalls_links/include_zephyr_timing	8b211a8a5d6d6fd3
+26	29	0	zephyr/misc/generated/syscalls_links/include_zephyr_arch_arc	8b211a8a5d6d6fd3
+26	29	0	/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_can	8b211a8a5d6d6fd3
+26	29	0	/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_bluetooth_services	8b211a8a5d6d6fd3
+26	29	0	zephyr/misc/generated/syscalls_links/include_zephyr_storage	8b211a8a5d6d6fd3
+26	29	0	/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_fs	8b211a8a5d6d6fd3
+26	29	0	/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_portability	8b211a8a5d6d6fd3
+26	29	0	zephyr/misc/generated/syscalls_links/include_zephyr_rtio	8b211a8a5d6d6fd3
+26	29	0	/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_arch_posix	8b211a8a5d6d6fd3
+26	29	0	zephyr/misc/generated/syscalls_links/include_zephyr_arch_arc_v2	8b211a8a5d6d6fd3
+26	29	0	zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_inputmux	8b211a8a5d6d6fd3
+26	29	0	zephyr/misc/generated/syscalls_links/include_zephyr_pm	8b211a8a5d6d6fd3
+26	29	0	zephyr/misc/generated/syscalls_links/include_zephyr_audio	8b211a8a5d6d6fd3
+26	29	0	/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_arch_arm_mpu	8b211a8a5d6d6fd3
+26	29	0	/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_zbus	8b211a8a5d6d6fd3
+26	29	0	/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_mgmt_mcumgr_grp_zephyr	8b211a8a5d6d6fd3
+437	456	1741872178872164439	zephyr/CMakeFiles/zephyr.dir/subsys/storage/flash_map/flash_map.c.obj	633eb69dd4ace50a
+26	29	0	/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_kernel	8b211a8a5d6d6fd3
+441	454	1741872178868164391	zephyr/CMakeFiles/zephyr.dir/subsys/settings/src/settings.c.obj	b68f6ae5996f3a1b
+26	29	0	zephyr/misc/generated/syscalls_links/include_zephyr_mgmt_mcumgr_smp	8b211a8a5d6d6fd3
+26	29	0	zephyr/misc/generated/syscalls_links/include_zephyr_llext	8b211a8a5d6d6fd3
+26	29	0	zephyr/misc/generated/syscalls_links/include_zephyr_posix_arpa	8b211a8a5d6d6fd3
+26	29	0	zephyr/misc/generated/syscalls_links/include_zephyr_kernel_internal	8b211a8a5d6d6fd3
+432	448	1741872178864164344	zephyr/CMakeFiles/zephyr.dir/lib/utils/onoff.c.obj	1424fb16ff823668
+26	29	0	/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_data	8b211a8a5d6d6fd3
+26	29	0	zephyr/misc/generated/syscalls_links/include_zephyr_arch_arm64_scripts	8b211a8a5d6d6fd3
+534	570	1741872178984165771	zephyr/drivers/adc/libdrivers__adc.a	e9c68ba281b39cd4
+26	29	0	/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_arch_arm64_scripts	8b211a8a5d6d6fd3
+26	29	0	zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_dma	8b211a8a5d6d6fd3
+26	29	0	zephyr/misc/generated/syscalls_links/include_zephyr_settings	8b211a8a5d6d6fd3
+425	436	1741872178852164202	zephyr/CMakeFiles/zephyr.dir/lib/os/cbprintf_packaged.c.obj	20ab8a09ea6e7e90
+33	60	1741872178476159731	/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_subdirs.trigger	3d2ed8003e1486fa
+26	29	0	zephyr/misc/generated/syscalls_links/include_zephyr_sd	8b211a8a5d6d6fd3
+26	29	0	zephyr/misc/generated/syscalls_links/include_zephyr_multi_heap	8b211a8a5d6d6fd3
+33	60	1741872178476159731	zephyr/misc/generated/syscalls_subdirs.trigger	3d2ed8003e1486fa
+26	29	0	zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_power	8b211a8a5d6d6fd3
+26	29	0	/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_xen_dom0	8b211a8a5d6d6fd3
+26	29	0	zephyr/misc/generated/syscalls_links/include_zephyr_drivers_modem	8b211a8a5d6d6fd3
+619	630	1741872179048166531	zephyr/kernel/CMakeFiles/kernel.dir/system_work_q.c.obj	9a057d52851d42f8
+26	29	0	zephyr/misc/generated/syscalls_links/include_zephyr_mem_mgmt	8b211a8a5d6d6fd3
+26	29	0	zephyr/misc/generated/syscalls_links/include_zephyr_drivers_pcie	8b211a8a5d6d6fd3
+614	630	1741872179048166531	zephyr/kernel/CMakeFiles/kernel.dir/sem.c.obj	124712e6cb9b4736
+536	576	1741872178996165913	zephyr/drivers/gpio/libdrivers__gpio.a	9b574fe19416fce
+26	29	0	/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_regulator	8b211a8a5d6d6fd3
+26	29	0	/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_multi_heap	8b211a8a5d6d6fd3
+26	29	0	zephyr/misc/generated/syscalls_links/include_zephyr_drivers_adc	8b211a8a5d6d6fd3
+26	29	0	/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_modem_backend	8b211a8a5d6d6fd3
+26	29	0	zephyr/misc/generated/syscalls_links/include_zephyr_debug	8b211a8a5d6d6fd3
+26	29	0	zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_regulator	8b211a8a5d6d6fd3
+26	29	0	/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_adc	8b211a8a5d6d6fd3
+26	29	0	zephyr/misc/generated/syscalls_links/include_zephyr_display	8b211a8a5d6d6fd3
+26	29	0	zephyr/misc/generated/syscalls_links/include_zephyr_drivers_mipi_dsi	8b211a8a5d6d6fd3
+26	29	0	/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_arch_nios2	8b211a8a5d6d6fd3
+26	29	0	zephyr/misc/generated/syscalls_links/include_zephyr_drivers_sip_svc	8b211a8a5d6d6fd3
+605	629	1741872179044166484	zephyr/kernel/CMakeFiles/kernel.dir/float.c.obj	7b9d3e609f6e0eb9
+490	498	1741872178916164962	zephyr/subsys/lorawan/CMakeFiles/loramac-node.dir/opt/ncs/modules/lib/loramac-node/src/mac/LoRaMacCommands.c.obj	9ee98c2aef9b2a5a
+26	29	0	zephyr/misc/generated/syscalls_links/include_zephyr_shell	8b211a8a5d6d6fd3
+26	29	0	/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_net_http	8b211a8a5d6d6fd3
+26	29	0	zephyr/misc/generated/syscalls_links/include_zephyr_drivers_ethernet	8b211a8a5d6d6fd3
+26	29	0	zephyr/misc/generated/syscalls_links/include_zephyr_drivers_i3c	8b211a8a5d6d6fd3
+423	432	1741872178848164154	zephyr/CMakeFiles/zephyr.dir/lib/crc/crc32c_sw.c.obj	388bf77c74791757
+26	29	0	/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_timing	8b211a8a5d6d6fd3
+26	29	0	zephyr/misc/generated/syscalls_links/include_zephyr_drivers_pm_cpu_ops	8b211a8a5d6d6fd3
+26	29	0	zephyr/misc/generated/syscalls_links/include_zephyr_input	8b211a8a5d6d6fd3
+26	29	0	/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_pm_cpu_ops	8b211a8a5d6d6fd3
+533	570	1741872178988165818	zephyr/subsys/net/libsubsys__net.a	9f7d5f4578b5fd57
+26	29	0	zephyr/misc/generated/syscalls_links/include_zephyr_usb_c	8b211a8a5d6d6fd3
+26	29	0	zephyr/misc/generated/syscalls_links/include_zephyr_math	8b211a8a5d6d6fd3
+26	29	0	/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_rtc	8b211a8a5d6d6fd3
+26	29	0	/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_canbus	8b211a8a5d6d6fd3
+26	29	0	zephyr/misc/generated/syscalls_links/include_zephyr_bluetooth_mesh	8b211a8a5d6d6fd3
+26	29	0	zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_mipi_dsi	8b211a8a5d6d6fd3
+27	36	1741872178456159494	zephyr/include/generated/ncs_version.h	b44dee9c02b3940d
+26	29	0	zephyr/misc/generated/syscalls_links/include_zephyr_drivers_usb_c	8b211a8a5d6d6fd3
+26	29	0	zephyr/misc/generated/syscalls_links/include_zephyr_usb	8b211a8a5d6d6fd3
+26	29	0	/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_bluetooth_audio	8b211a8a5d6d6fd3
+26	29	0	zephyr/misc/generated/syscalls_links/include_zephyr_drivers_interrupt_controller	8b211a8a5d6d6fd3
+26	29	0	zephyr/misc/generated/syscalls_links/include_zephyr_posix_net	8b211a8a5d6d6fd3
+26	29	0	zephyr/misc/generated/syscalls_links/include_zephyr_task_wdt	8b211a8a5d6d6fd3
+26	29	0	zephyr/misc/generated/syscalls_links/include_zephyr_arch_riscv_common	8b211a8a5d6d6fd3
+26	29	0	zephyr/misc/generated/syscalls_links/include_zephyr_acpi	8b211a8a5d6d6fd3
+1089	1660	1741874708557584811	/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/zephyr.map	6de649ee83456b28
+26	29	0	zephyr/misc/generated/syscalls_links/include_zephyr_net	8b211a8a5d6d6fd3
+26	29	0	/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_lorawan	8b211a8a5d6d6fd3
+26	29	0	zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_misc	8b211a8a5d6d6fd3
+26	29	0	zephyr/misc/generated/syscalls_links/include_zephyr	8b211a8a5d6d6fd3
+26	29	0	zephyr/misc/generated/syscalls_links/include_zephyr_devicetree	8b211a8a5d6d6fd3
+587	601	1741872179016166151	modules/nrf/drivers/mpsl/temp_nrf5/CMakeFiles/..__nrf__drivers__mpsl__temp_nrf5.dir/temp_nrf5_mpsl.c.obj	423d9de97553c6ae
+26	29	0	zephyr/misc/generated/syscalls_links/include_zephyr_tracing	8b211a8a5d6d6fd3
+483	506	1741872178924165058	zephyr/lib/libc/common/liblib__libc__common.a	51d07e998eeb0b8f
+26	29	0	/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_dsp	8b211a8a5d6d6fd3
+26	29	0	zephyr/misc/generated/syscalls_links/include_zephyr_arch_arm_cortex_m_scripts	8b211a8a5d6d6fd3
+26	29	0	/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_power	8b211a8a5d6d6fd3
+26	29	0	zephyr/misc/generated/syscalls_links/include_zephyr_fs	8b211a8a5d6d6fd3
+26	29	0	zephyr/misc/generated/syscalls_links/include_zephyr_arch_x86_intel64	8b211a8a5d6d6fd3
+26	29	0	zephyr/misc/generated/syscalls_links/include_zephyr_arch_x86_ia32_scripts	8b211a8a5d6d6fd3
+26	29	0	/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_misc	8b211a8a5d6d6fd3
+26	29	0	zephyr/misc/generated/syscalls_links/include_zephyr_arch_arm_mmu	8b211a8a5d6d6fd3
+293	354	1741872178768163202	/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/otype-to-str.h	7d17176e9d917391
+26	29	0	/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_sip_svc	8b211a8a5d6d6fd3
+26	29	0	zephyr/misc/generated/syscalls_links/include_zephyr_drivers_ieee802154	8b211a8a5d6d6fd3
+26	29	0	zephyr/misc/generated/syscalls_links/include_zephyr_arch_x86_ia32	8b211a8a5d6d6fd3
+455	472	1741872178884164581	zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/exc_exit.c.obj	81e35fe3212e2664
+478	492	1741872178908164867	zephyr/subsys/lorawan/CMakeFiles/loramac-node.dir/opt/ncs/zephyr/drivers/lora/sx127x.c.obj	4c1d2b317fd26e88
+26	29	0	/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_internal	8b211a8a5d6d6fd3
+458	470	1741872178888164629	zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/swap.c.obj	f046287e9c79ff9
+26	29	0	zephyr/misc/generated/syscalls_links/include_zephyr_sip_svc	8b211a8a5d6d6fd3
+621	634	1741872179052166579	zephyr/kernel/CMakeFiles/kernel.dir/timeslicing.c.obj	3e1dedb3e35a9f10
+26	29	0	zephyr/misc/generated/syscalls_links/include_zephyr_arch_arc_v2_dsp	8b211a8a5d6d6fd3
+26	29	0	zephyr/misc/generated/syscalls_links/include_zephyr_drivers_power	8b211a8a5d6d6fd3
+436	451	1741872178864164344	zephyr/CMakeFiles/zephyr.dir/subsys/logging/log_msg.c.obj	57535ad265947560
+26	29	0	/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_settings	8b211a8a5d6d6fd3
+26	29	0	zephyr/misc/generated/syscalls_links/include_zephyr_internal	8b211a8a5d6d6fd3
+26	29	0	/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_memory-attr	8b211a8a5d6d6fd3
+505	518	1741872178936165200	zephyr/subsys/bluetooth/host/CMakeFiles/subsys__bluetooth__host.dir/att.c.obj	4e92e442fcd831e2
+458	469	1741872178884164581	zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/vector_table.S.obj	2e889acb92015ee8
+26	29	0	zephyr/misc/generated/syscalls_links/include_zephyr_ipc	8b211a8a5d6d6fd3
+26	29	0	zephyr/misc/generated/syscalls_links/include_zephyr_data	8b211a8a5d6d6fd3
+26	29	0	zephyr/misc/generated/syscalls_links/include_zephyr_crypto	8b211a8a5d6d6fd3
+535	569	1741872178980165723	zephyr/drivers/sensor/st/stmemsc/CMakeFiles/drivers__sensor__st__stmemsc.dir/stmemsc_mdelay.c.obj	e7a43b9c6fa7cf29
+26	29	0	zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_gpio	8b211a8a5d6d6fd3
+26	29	0	zephyr/misc/generated/syscalls_links/include_zephyr_drivers_pwm	8b211a8a5d6d6fd3
+26	29	0	zephyr/misc/generated/syscalls_links/include_zephyr_portability	8b211a8a5d6d6fd3
+26	29	0	zephyr/misc/generated/syscalls_links/include_zephyr_canbus	8b211a8a5d6d6fd3
+26	29	0	/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_mgmt_mcumgr_grp_os_mgmt	8b211a8a5d6d6fd3
+26	29	0	/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_usb-c	8b211a8a5d6d6fd3
+26	29	0	/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_sensing	8b211a8a5d6d6fd3
+939	1089	1741874708377582848	zephyr/CMakeFiles/zephyr_final.dir/isr_tables.c.obj	3c766a73e604db42
+479	485	1741872178900164772	zephyr/subsys/lorawan/CMakeFiles/loramac-node.dir/opt/ncs/modules/lib/loramac-node/src/boards/mcu/utilities.c.obj	bfbade3dd83fe0f2
+26	29	0	zephyr/misc/generated/syscalls_links/include_zephyr_drivers_mm	8b211a8a5d6d6fd3
+26	29	0	/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_flash	8b211a8a5d6d6fd3
+26	29	0	/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_mgmt_mcumgr_grp_shell_mgmt	8b211a8a5d6d6fd3
+577	600	1741872179016166151	modules/nrf/drivers/mpsl/clock_control/CMakeFiles/..__nrf__drivers__mpsl__clock_control.dir/nrfx_clock_mpsl.c.obj	713a804a6a1243bf
+26	29	0	zephyr/misc/generated/syscalls_links/include_zephyr_linker_common-rom	8b211a8a5d6d6fd3
+433	441	1741872178856164249	zephyr/CMakeFiles/zephyr.dir/misc/generated/configs.c.obj	c9f27205b2f0c97d
+26	29	0	zephyr/misc/generated/syscalls_links/include_zephyr_drivers_serial	8b211a8a5d6d6fd3
+454	467	1741872178884164581	zephyr/arch/arch/arm/core/CMakeFiles/arch__arm__core.dir/nmi.c.obj	53c43e39b07bbfc0
+612	629	1741872179040166436	zephyr/kernel/CMakeFiles/kernel.dir/queue.c.obj	6eaafd58e9b08b5d
+26	29	0	zephyr/misc/generated/syscalls_links/include_zephyr_arch_posix	8b211a8a5d6d6fd3
+436	453	1741872178868164391	zephyr/CMakeFiles/zephyr.dir/subsys/logging/log_output.c.obj	beb954c1c8d2089
+26	29	0	/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_shell	8b211a8a5d6d6fd3
+26	29	0	zephyr/misc/generated/syscalls_links/include_zephyr_arch_riscv	8b211a8a5d6d6fd3
+26	29	0	/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_lvgl	8b211a8a5d6d6fd3
+26	29	0	/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_memory-controller	8b211a8a5d6d6fd3
+26	29	0	zephyr/misc/generated/syscalls_links/include_zephyr_arch_sparc	8b211a8a5d6d6fd3
+26	29	0	zephyr/misc/generated/syscalls_links/include_zephyr_xen_public_hvm	8b211a8a5d6d6fd3
+26	29	0	zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_acpi	8b211a8a5d6d6fd3
+26	29	0	zephyr/misc/generated/syscalls_links/include_zephyr_drivers_console	8b211a8a5d6d6fd3
+26	29	0	zephyr/misc/generated/syscalls_links/include_zephyr_drivers_led_strip	8b211a8a5d6d6fd3
+26	29	0	zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_pcie	8b211a8a5d6d6fd3
+26	29	0	/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_power	8b211a8a5d6d6fd3
+26	29	0	zephyr/misc/generated/syscalls_links/include_zephyr_arch_xtensa	8b211a8a5d6d6fd3
+619	630	1741872179048166531	zephyr/kernel/CMakeFiles/kernel.dir/stack.c.obj	8f84297a1b2a935d
+26	29	0	zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings	8b211a8a5d6d6fd3
+26	29	0	zephyr/misc/generated/syscalls_links/include_zephyr_mgmt_mcumgr_grp_img_mgmt	8b211a8a5d6d6fd3
+26	29	0	/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_kernel_mm	8b211a8a5d6d6fd3
+26	29	0	/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_posix_sys	8b211a8a5d6d6fd3
+26	29	0	zephyr/misc/generated/syscalls_links/include_zephyr_drivers_led	8b211a8a5d6d6fd3
+26	29	0	zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_dai	8b211a8a5d6d6fd3
+26	29	0	/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_misc_nxp_flexio	8b211a8a5d6d6fd3
+26	29	0	/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_mipi_dsi	8b211a8a5d6d6fd3
+26	29	0	/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_retention	8b211a8a5d6d6fd3
+26	29	0	zephyr/misc/generated/syscalls_links/include_zephyr_posix_netinet	8b211a8a5d6d6fd3
+485	495	1741872178908164867	zephyr/subsys/lorawan/CMakeFiles/loramac-node.dir/opt/ncs/modules/lib/loramac-node/src/peripherals/soft-se/cmac.c.obj	390ea6879692af70
+603	621	1741872179032166341	zephyr/kernel/CMakeFiles/kernel.dir/init.c.obj	66137580192e003b
+26	29	0	zephyr/misc/generated/syscalls_links/include_zephyr_arch_arm_cortex_a_r_scripts	8b211a8a5d6d6fd3
+26	29	0	zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_interrupt-controller	8b211a8a5d6d6fd3
+26	29	0	/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_timer	8b211a8a5d6d6fd3
+26	29	0	zephyr/misc/generated/syscalls_links/include_zephyr_arch_arc_asm-compat	8b211a8a5d6d6fd3
+26	29	0	/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_rtio	8b211a8a5d6d6fd3
+26	29	0	zephyr/misc/generated/syscalls_links/include_zephyr_bluetooth_classic	8b211a8a5d6d6fd3
+26	29	0	/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_interrupt-controller	8b211a8a5d6d6fd3
+26	29	0	zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_usb-c	8b211a8a5d6d6fd3
+26	29	0	zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_clock	8b211a8a5d6d6fd3
+519	536	1741872178952165390	zephyr/drivers/flash/CMakeFiles/drivers__flash.dir/flash_page_layout.c.obj	1ca7e09f4e1130d7
+26	29	0	/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_arch_riscv	8b211a8a5d6d6fd3
+26	29	0	zephyr/misc/generated/syscalls_links/include_zephyr_arch_arm_cortex_r	8b211a8a5d6d6fd3
+1089	1660	1741874708557584811	/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/zephyr.hex	6de649ee83456b28
+589	602	1741872179016166151	modules/hal_nordic/nrfx/CMakeFiles/modules__hal_nordic__nrfx.dir/opt/ncs/modules/hal/nordic/nrfx/drivers/src/nrfx_gpiote.c.obj	447605d7df18f6ea
+468	484	1741872178900164772	zephyr/soc/soc/nrf52833/CMakeFiles/soc__nordic.dir/validate_base_addresses.c.obj	dbe8138f312c71f8
+474	490	1741872178908164867	zephyr/subsys/lorawan/CMakeFiles/loramac-node.dir/nvm/lorawan_nvm_settings.c.obj	1f028e7f0ac7519b
+26	29	0	zephyr/misc/generated/syscalls_links/include_zephyr_arch_arm_mpu	8b211a8a5d6d6fd3
+573	598	1741872179004166008	modules/nrf/subsys/bluetooth/controller/CMakeFiles/..__nrf__subsys__bluetooth__controller.dir/crypto.c.obj	148c5c9bd0d0df5e
+26	29	0	zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_adc	8b211a8a5d6d6fd3
+424	429	1741872178848164154	zephyr/CMakeFiles/zephyr.dir/lib/crc/crc24_sw.c.obj	260fbbb735bc4905
+26	29	0	zephyr/misc/generated/syscalls_links/include_zephyr_arch_arm_cortex_r_scripts	8b211a8a5d6d6fd3
+26	29	0	zephyr/misc/generated/syscalls_links/include	8b211a8a5d6d6fd3
+26	29	0	zephyr/misc/generated/syscalls_links/include_zephyr_drivers_misc_nxp_flexio	8b211a8a5d6d6fd3
+26	29	0	zephyr/misc/generated/syscalls_links/include_zephyr_logging	8b211a8a5d6d6fd3
+26	29	0	/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_acpi	8b211a8a5d6d6fd3
+26	29	0	/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_misc_grove_lcd	8b211a8a5d6d6fd3
+1089	1660	1741874708557584811	zephyr/zephyr.stat	6de649ee83456b28
+26	29	0	zephyr/misc/generated/syscalls_links/include_zephyr_sensing	8b211a8a5d6d6fd3
+26	29	0	zephyr/misc/generated/syscalls_links/include_zephyr_drivers_bluetooth	8b211a8a5d6d6fd3
+450	458	1741872178872164439	zephyr/CMakeFiles/zephyr.dir/opt/ncs/modules/crypto/tinycrypt/lib/source/aes_decrypt.c.obj	4ba7350724352a4b
+26	29	0	/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_interrupt_controller	8b211a8a5d6d6fd3
+26	29	0	zephyr/misc/generated/syscalls_links/include_zephyr_drivers_can	8b211a8a5d6d6fd3
+26	29	0	zephyr/misc/generated/syscalls_links/include_zephyr_arch_arc_v2_secureshield	8b211a8a5d6d6fd3
+26	29	0	zephyr/misc/generated/syscalls_links/include_zephyr_mgmt_mcumgr_grp_zephyr	8b211a8a5d6d6fd3
+26	29	0	zephyr/misc/generated/syscalls_links/include_zephyr_drivers_flash	8b211a8a5d6d6fd3
+26	29	0	/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_misc_devmux	8b211a8a5d6d6fd3
+628	642	1741872179060166674	zephyr/kernel/CMakeFiles/kernel.dir/poll.c.obj	db36b0f0b83b1dc1
+26	29	0	zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_memory-attr	8b211a8a5d6d6fd3
+426	437	1741872178852164202	zephyr/CMakeFiles/zephyr.dir/lib/os/thread_entry.c.obj	a70ebb76a4e85718
+26	29	0	/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_audio	8b211a8a5d6d6fd3
+26	29	0	zephyr/misc/generated/syscalls_links/include_zephyr_drivers_dma	8b211a8a5d6d6fd3
+26	29	0	zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_sensor	8b211a8a5d6d6fd3
+26	29	0	zephyr/misc/generated/syscalls_links/include_zephyr_drivers_sensor	8b211a8a5d6d6fd3
+682	717	1741874708005578792	/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/linker.cmd	1204342c6ebd9df5
+26	29	0	zephyr/misc/generated/syscalls_links/include_zephyr_drivers_i2c	8b211a8a5d6d6fd3
+26	29	0	/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_arch_arm64_cortex_r	8b211a8a5d6d6fd3
+26	29	0	/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_modem	8b211a8a5d6d6fd3
+26	29	0	zephyr/misc/generated/syscalls_links/include_zephyr_linker	8b211a8a5d6d6fd3
+26	29	0	zephyr/misc/generated/syscalls_links/include_zephyr_arch_x86	8b211a8a5d6d6fd3
+469	480	1741872178896164725	zephyr/soc/soc/nrf52833/CMakeFiles/soc__nordic.dir/validate_binding_headers.c.obj	b079a36edd367e61
+26	29	0	zephyr/misc/generated/syscalls_links/include_zephyr_drivers_eeprom	8b211a8a5d6d6fd3
+26	29	0	/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_arch_x86_ia32	8b211a8a5d6d6fd3
+470	485	1741872178904164819	zephyr/soc/soc/nrf52833/CMakeFiles/soc__nordic.dir/nrf52/soc.c.obj	334edb5aef769f77
+26	29	0	zephyr/misc/generated/syscalls_links/include_zephyr_retention	8b211a8a5d6d6fd3
+26	29	0	zephyr/misc/generated/syscalls_links/include_zephyr_stats	8b211a8a5d6d6fd3
+26	29	0	zephyr/misc/generated/syscalls_links/include_zephyr_drivers_mfd	8b211a8a5d6d6fd3
+369	423	1741872178836164012	zephyr/include/generated/offsets.h	f7734448a182e55c
+26	29	0	zephyr/misc/generated/syscalls_links/include_zephyr_drivers_misc	8b211a8a5d6d6fd3
+534	571	1741872178984165771	zephyr/drivers/sensor/st/stmemsc/CMakeFiles/drivers__sensor__st__stmemsc.dir/stmemsc_spi.c.obj	5504ddc0d936888
+26	29	0	/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_random	8b211a8a5d6d6fd3
+508	533	1741872178944165295	zephyr/subsys/net/CMakeFiles/subsys__net.dir/buf.c.obj	5a43758769201b5b
+26	29	0	zephyr/misc/generated/syscalls_links/include_zephyr_drivers_usb	8b211a8a5d6d6fd3
+26	29	0	zephyr/misc/generated/syscalls_links/include_zephyr_drivers_pinctrl	8b211a8a5d6d6fd3
+26	29	0	zephyr/misc/generated/syscalls_links/include_zephyr_arch_common	8b211a8a5d6d6fd3
+439	457	1741872178868164391	zephyr/CMakeFiles/zephyr.dir/subsys/storage/flash_map/flash_map_default.c.obj	bbf544a559d245b3
+449	458	1741872178872164439	zephyr/CMakeFiles/zephyr.dir/opt/ncs/modules/crypto/tinycrypt/lib/source/utils.c.obj	93ed9520234ace9a
+26	29	0	zephyr/misc/generated/syscalls_links/include_zephyr_drivers_gnss	8b211a8a5d6d6fd3
+26	29	0	/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_usb	8b211a8a5d6d6fd3
+26	29	0	zephyr/misc/generated/syscalls_links/include_zephyr_bluetooth_services_nus	8b211a8a5d6d6fd3
+26	29	0	/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_usb_c	8b211a8a5d6d6fd3
+26	29	0	/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_xen	8b211a8a5d6d6fd3
+26	29	0	/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_arch_arm64	8b211a8a5d6d6fd3
+26	29	0	/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_arch_mips	8b211a8a5d6d6fd3
+26	29	0	/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_arch_sparc	8b211a8a5d6d6fd3
+26	29	0	/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_gnss	8b211a8a5d6d6fd3
+369	423	1741872178836164012	/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/offsets.h	f7734448a182e55c
+26	29	0	/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_posix_arpa	8b211a8a5d6d6fd3
+457	469	1741872178888164629	zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/scb.c.obj	e7140b9ec6982df
+26	29	0	/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_arch_x86	8b211a8a5d6d6fd3
+292	331	1741872178744162917	zephyr/include/generated/syscall_list.h	9cee4d675c881555
+26	29	0	/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_ipc	8b211a8a5d6d6fd3
+26	29	0	/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_arch_xtensa	8b211a8a5d6d6fd3
+26	29	0	/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_arch_arc_v2_dsp	8b211a8a5d6d6fd3
+26	29	0	/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_arch_arc_v2_mpu	8b211a8a5d6d6fd3
+26	29	0	zephyr/misc/generated/syscalls_links/include_zephyr_xen	8b211a8a5d6d6fd3
+26	29	0	/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_arch_arc_v2_secureshield	8b211a8a5d6d6fd3
+26	29	0	zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_rdc	8b211a8a5d6d6fd3
+26	29	0	/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_reset	8b211a8a5d6d6fd3
+26	29	0	/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_arch_arm_cortex_a_r	8b211a8a5d6d6fd3
+26	29	0	/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_display	8b211a8a5d6d6fd3
+26	29	0	zephyr/misc/generated/syscalls_links/include_zephyr_mgmt_mcumgr_grp_fs_mgmt	8b211a8a5d6d6fd3
+451	459	1741872178876164487	zephyr/CMakeFiles/zephyr.dir/opt/ncs/modules/crypto/tinycrypt/lib/source/aes_encrypt.c.obj	34b1fdabc8412f45
+26	29	0	/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_arch_arm_cortex_r	8b211a8a5d6d6fd3
+427	440	1741872178856164249	zephyr/CMakeFiles/zephyr.dir/lib/os/assert.c.obj	6cd8c1c8926e1d77
+26	29	0	/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_arch_arm_mmu	8b211a8a5d6d6fd3
+26	29	0	/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_arch_arm_cortex_a_r_scripts	8b211a8a5d6d6fd3
+26	29	0	/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_arch_arm_cortex_m_scripts	8b211a8a5d6d6fd3
+26	29	0	/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_arch_arm_cortex_r_scripts	8b211a8a5d6d6fd3
+26	29	0	/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_linker_common-rom	8b211a8a5d6d6fd3
+531	543	1741874707837576960	app/libapp.a	acb531bb6b4eb243
+26	29	0	/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_arch_riscv_riscv-privileged	8b211a8a5d6d6fd3
+26	29	0	zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_spi	8b211a8a5d6d6fd3
+26	29	0	/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_ethernet	8b211a8a5d6d6fd3
+26	29	0	/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_arch_x86_intel64	8b211a8a5d6d6fd3
+26	29	0	/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_arch_x86_ia32_scripts	8b211a8a5d6d6fd3
+27	36	1741872178456159494	/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/ncs_version.h	b44dee9c02b3940d
+26	29	0	/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_mgmt_mcumgr_mgmt	8b211a8a5d6d6fd3
+26	29	0	/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_acpi	8b211a8a5d6d6fd3
+26	29	0	/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_bluetooth_mesh	8b211a8a5d6d6fd3
+26	29	0	/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_bluetooth_services_nus	8b211a8a5d6d6fd3
+26	29	0	/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_bluetooth	8b211a8a5d6d6fd3
+455	468	1741872178884164581	zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/fault.c.obj	60a8cc614292f8bb
+462	477	1741872178892164677	zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/irq_init.c.obj	3f4d1a52685c4bc9
+26	29	0	/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_clock_control	8b211a8a5d6d6fd3
+26	29	0	/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_dma	8b211a8a5d6d6fd3
+441	457	1741872178872164439	zephyr/CMakeFiles/zephyr.dir/subsys/settings/src/settings_store.c.obj	f39430e6eea7f16a
+26	29	0	/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_eeprom	8b211a8a5d6d6fd3
+26	29	0	/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_misc	8b211a8a5d6d6fd3
+26	29	0	zephyr/misc/generated/syscalls_links/include_zephyr_sys	8b211a8a5d6d6fd3
+477	490	1741872178908164867	zephyr/subsys/lorawan/CMakeFiles/loramac-node.dir/opt/ncs/zephyr/drivers/lora/sx12xx_common.c.obj	a72924a20bb599e0
+26	29	0	zephyr/misc/generated/syscalls_links/include_zephyr_drivers_misc_devmux	8b211a8a5d6d6fd3
+26	29	0	/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_arch_arc_asm-compat	8b211a8a5d6d6fd3
+26	29	0	/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_gpio	8b211a8a5d6d6fd3
+26	29	0	zephyr/misc/generated/syscalls_links/include_zephyr_drivers_timer	8b211a8a5d6d6fd3
+26	29	0	/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_i3c	8b211a8a5d6d6fd3
+26	29	0	/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_sys_internal	8b211a8a5d6d6fd3
+26	29	0	/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_ieee802154	8b211a8a5d6d6fd3
+588	602	1741872179016166151	modules/hal_nordic/nrfx/CMakeFiles/modules__hal_nordic__nrfx.dir/opt/ncs/modules/hal/nordic/nrfx/helpers/nrfx_flag32_allocator.c.obj	34bb8654fa5acadb
+442	455	1741872178872164439	zephyr/CMakeFiles/zephyr.dir/subsys/settings/src/settings_line.c.obj	e4743604326b2644
+26	29	0	/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_led	8b211a8a5d6d6fd3
+26	29	0	/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_led_strip	8b211a8a5d6d6fd3
+26	29	0	/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_mipi_dsi	8b211a8a5d6d6fd3
+493	500	1741872178920165010	zephyr/subsys/lorawan/CMakeFiles/loramac-node.dir/opt/ncs/modules/lib/loramac-node/src/mac/LoRaMacSerializer.c.obj	443b3503366372dd
+292	331	1741872178744162917	/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/syscall_dispatch.c	9cee4d675c881555
+26	29	0	/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_mm	8b211a8a5d6d6fd3
+26	29	0	/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_pinctrl	8b211a8a5d6d6fd3
+26	29	0	zephyr/misc/generated/syscalls_links/include_zephyr_bluetooth_audio	8b211a8a5d6d6fd3
+484	489	1741872178908164867	zephyr/subsys/lorawan/CMakeFiles/loramac-node.dir/opt/ncs/modules/lib/loramac-node/src/radio/sx1276/sx1276.c.obj	26270b99c8ddf060
+26	29	0	/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_pwm	8b211a8a5d6d6fd3
+292	331	1741872178744162917	/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/syscall_list.h	9cee4d675c881555
+26	29	0	/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_sensor	8b211a8a5d6d6fd3
+26	29	0	/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_adc	8b211a8a5d6d6fd3
+26	29	0	/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_serial	8b211a8a5d6d6fd3
+26	29	0	/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_sip_svc	8b211a8a5d6d6fd3
+489	497	1741872178912164915	zephyr/subsys/lorawan/CMakeFiles/loramac-node.dir/opt/ncs/modules/lib/loramac-node/src/mac/LoRaMac.c.obj	5dc59e18c1dfa99a
+26	29	0	/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_uart	8b211a8a5d6d6fd3
+26	29	0	/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_usb	8b211a8a5d6d6fd3
+26	29	0	/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_usb_c	8b211a8a5d6d6fd3
+26	29	0	/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_misc_ft8xx	8b211a8a5d6d6fd3
+26	29	0	/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_misc_pio_rpi_pico	8b211a8a5d6d6fd3
+26	29	0	zephyr/misc/generated/syscalls_links/include_zephyr_arch	8b211a8a5d6d6fd3
+26	29	0	zephyr/misc/generated/syscalls_links/include_zephyr_mgmt_mcumgr_grp_shell_mgmt	8b211a8a5d6d6fd3
+26	29	0	/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_clock	8b211a8a5d6d6fd3
+26	29	0	/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_dac	8b211a8a5d6d6fd3
+26	29	0	zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_timer	8b211a8a5d6d6fd3
+460	479	1741872178892164677	zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/thread.c.obj	4805d2f1e4eda73b
+26	29	0	/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_dai	8b211a8a5d6d6fd3
+26	29	0	/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_dma	8b211a8a5d6d6fd3
+454	460	1741872178876164487	zephyr/arch/arch/arm/core/CMakeFiles/arch__arm__core.dir/nmi_on_reset.S.obj	4b301151ff1af680
+26	29	0	/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_dfu	8b211a8a5d6d6fd3
+26	29	0	/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_espi	8b211a8a5d6d6fd3
+26	29	0	zephyr/misc/generated/syscalls_links/include_zephyr_arch_arc_v2_mpu	8b211a8a5d6d6fd3
+26	29	0	/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_ethernet	8b211a8a5d6d6fd3
+26	29	0	/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_flash_controller	8b211a8a5d6d6fd3
+26	29	0	/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_gnss	8b211a8a5d6d6fd3
+26	29	0	/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_gpio	8b211a8a5d6d6fd3
+423	429	1741872178848164154	zephyr/CMakeFiles/zephyr.dir/lib/crc/crc32_sw.c.obj	8de4d0df194dbba5
+26	29	0	/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_ipc_service	8b211a8a5d6d6fd3
+26	29	0	/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_led	8b211a8a5d6d6fd3
+26	29	0	/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_input	8b211a8a5d6d6fd3
+26	29	0	/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_lora	8b211a8a5d6d6fd3
+26	29	0	/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_mipi_dbi	8b211a8a5d6d6fd3
+428	435	1741872178852164202	zephyr/CMakeFiles/zephyr.dir/lib/utils/dec.c.obj	431952b37859197a
+26	29	0	zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_input	8b211a8a5d6d6fd3
+26	29	0	/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_pcie	8b211a8a5d6d6fd3
+26	29	0	/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_pinctrl	8b211a8a5d6d6fd3
+26	29	0	/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_regulator	8b211a8a5d6d6fd3
+620	634	1741872179052166579	zephyr/kernel/CMakeFiles/kernel.dir/condvar.c.obj	1312e30e63a5a6b2
+472	484	1741872178904164819	zephyr/subsys/lorawan/CMakeFiles/loramac-node.dir/lorawan.c.obj	7e0920728bd01884
+26	29	0	zephyr/misc/generated/syscalls_links/include_zephyr_zbus	8b211a8a5d6d6fd3
+26	29	0	/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_sensor	8b211a8a5d6d6fd3
+601	620	1741872179036166389	zephyr/kernel/CMakeFiles/kernel.dir/busy_wait.c.obj	8d44d0fbe7f7af30
+26	29	0	/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_usb	8b211a8a5d6d6fd3
+26	29	0	/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_mgmt_mcumgr_grp_img_mgmt	8b211a8a5d6d6fd3
+26	29	0	/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_kernel_internal	8b211a8a5d6d6fd3
+26	29	0	zephyr/misc/generated/syscalls_links/include_zephyr_arch_nios2	8b211a8a5d6d6fd3
+448	457	1741872178872164439	zephyr/CMakeFiles/zephyr.dir/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver/lis2mdl_reg.c.obj	6493f59e5385dd3f
+26	29	0	zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_i2c	8b211a8a5d6d6fd3
+26	29	0	/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_mgmt_ec_host_cmd	8b211a8a5d6d6fd3
+26	29	0	/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_mgmt_mcumgr_smp	8b211a8a5d6d6fd3
+26	29	0	/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_input	8b211a8a5d6d6fd3
+469	492	1741872178904164819	zephyr/soc/soc/nrf52833/CMakeFiles/soc__nordic.dir/validate_enabled_instances.c.obj	eb7acdf2ea2ab194
+26	29	0	zephyr/misc/generated/syscalls_links/include_zephyr_bluetooth_services	8b211a8a5d6d6fd3
+26	29	0	zephyr/misc/generated/syscalls_links/include_zephyr_drivers_clock_control	8b211a8a5d6d6fd3
+26	29	0	/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_mgmt_mcumgr_transport	8b211a8a5d6d6fd3
+26	29	0	zephyr/misc/generated/syscalls_links/include_zephyr_mgmt_mcumgr	8b211a8a5d6d6fd3
+26	29	0	/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_sys	8b211a8a5d6d6fd3
+26	29	0	/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_mgmt_mcumgr_grp_stat_mgmt	8b211a8a5d6d6fd3
+26	29	0	zephyr/misc/generated/syscalls_links/include_zephyr_bluetooth	8b211a8a5d6d6fd3
+26	29	0	/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_arch_arm	8b211a8a5d6d6fd3
+26	29	0	/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_posix_net	8b211a8a5d6d6fd3
+26	29	0	/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_posix_netinet	8b211a8a5d6d6fd3
+26	29	0	/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr	8b211a8a5d6d6fd3
+26	29	0	zephyr/misc/generated/syscalls_links/include_zephyr_arch_arm64	8b211a8a5d6d6fd3
+26	29	0	/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_usb_class	8b211a8a5d6d6fd3
+26	29	0	/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_xen_public_hvm	8b211a8a5d6d6fd3
+26	29	0	/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_mgmt_mcumgr_grp_settings_mgmt	8b211a8a5d6d6fd3
+26	29	0	/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_xen_public_io	8b211a8a5d6d6fd3
+495	501	1741872178920165010	zephyr/subsys/lorawan/CMakeFiles/loramac-node.dir/opt/ncs/modules/lib/loramac-node/src/mac/region/RegionEU868.c.obj	e55599b5771bd373
+26	29	0	/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_mgmt_mcumgr	8b211a8a5d6d6fd3
+53	60	1741872451831407389	zephyr/include/generated/zephyr_commit.h	9585db86d75160ec
+53	60	1741872451707405917	zephyr/include/generated/ncs_commit.h	a9e0190105007f63
+629	643	1741872179060166674	zephyr/kernel/CMakeFiles/kernel.dir/dynamic_disabled.c.obj	90894369dae9fce9
+53	60	1741872451707405917	/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/ncs_commit.h	a9e0190105007f63
+36	47	1741872178464159588	zephyr/include/generated/version.h	fcd0b03b13f9cb3f
+26	29	0	zephyr/misc/generated/syscalls_links/include_zephyr_drivers	8b211a8a5d6d6fd3
+36	47	1741872178464159588	/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/version.h	fcd0b03b13f9cb3f
+60	292	1741872178708162489	zephyr/misc/generated/syscalls.json	f9ab59b34dddb49a
+543	682	1741874707969578399	/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/zephyr_pre0.map	21eb1c5332d5f636
+601	611	1741872179028166294	zephyr/kernel/CMakeFiles/kernel.dir/banner.c.obj	5110d07db85fac3b
+60	292	1741872178708162489	/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls.json	f9ab59b34dddb49a
+60	292	1741872178708162489	/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/struct_tags.json	f9ab59b34dddb49a
+643	670	1741872179088167008	zephyr/kernel/libkernel.a	a01b99aba9b0674d
+292	331	1741872178744162917	zephyr/include/generated/syscall_dispatch.c	9cee4d675c881555
+26	29	0	zephyr/misc/generated/syscalls_links/include_zephyr_console	8b211a8a5d6d6fd3
+292	352	1741872178768163202	zephyr/include/generated/driver-validation.h	78b0d48568c92c9e
+292	352	1741872178768163202	/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/driver-validation.h	78b0d48568c92c9e
+26	29	0	zephyr/misc/generated/syscalls_links/include_zephyr_app_memory	8b211a8a5d6d6fd3
+293	354	1741872178768163202	zephyr/include/generated/kobj-types-enum.h	7d17176e9d917391
+26	29	0	/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_misc_timeaware_gpio	8b211a8a5d6d6fd3
+293	354	1741872178768163202	zephyr/include/generated/otype-to-str.h	7d17176e9d917391
+26	29	0	/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_i2c	8b211a8a5d6d6fd3
+293	354	1741872178768163202	zephyr/include/generated/otype-to-size.h	7d17176e9d917391
+26	29	0	zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_gnss	8b211a8a5d6d6fd3
+435	442	1741872178860164296	zephyr/CMakeFiles/zephyr.dir/subsys/logging/log_cache.c.obj	f12df4b5809f9913
+293	354	1741872178768163202	/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/kobj-types-enum.h	7d17176e9d917391
+590	611	1741872179028166294	modules/hal_nordic/nrfx/CMakeFiles/modules__hal_nordic__nrfx.dir/opt/ncs/modules/hal/nordic/nrfx/drivers/src/nrfx_twim.c.obj	f830e985619cce95
+435	453	1741872178868164391	zephyr/CMakeFiles/zephyr.dir/subsys/logging/log_mgmt.c.obj	8450fcebb49de67c
+26	29	0	zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_espi	8b211a8a5d6d6fd3
+31	530	1741874707817576742	CMakeFiles/app.dir/src/main.c.obj	720591c7a9063f9
+293	354	1741872178768163202	/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/otype-to-size.h	7d17176e9d917391
+424	433	1741872178848164154	zephyr/CMakeFiles/zephyr.dir/lib/crc/crc8_sw.c.obj	5f9598610888643d
+425	433	1741872178848164154	zephyr/CMakeFiles/zephyr.dir/lib/crc/crc4_sw.c.obj	61f93b8c166d94c0
+26	29	0	zephyr/misc/generated/syscalls_links/include_zephyr_modbus	8b211a8a5d6d6fd3
+428	435	1741872178852164202	zephyr/CMakeFiles/zephyr.dir/lib/utils/hex.c.obj	21cd54909a774422
+424	436	1741872178852164202	zephyr/CMakeFiles/zephyr.dir/lib/crc/crc7_sw.c.obj	3ae985f7b5e4e1e0
+425	436	1741872178852164202	zephyr/CMakeFiles/zephyr.dir/lib/heap/heap.c.obj	641331e274700d7b
+425	438	1741872178856164249	zephyr/CMakeFiles/zephyr.dir/lib/os/sem.c.obj	6b1611101faa44d0
+499	508	1741872178924165058	zephyr/subsys/bluetooth/host/CMakeFiles/subsys__bluetooth__host.dir/data.c.obj	9ea337cdc35ce0ce
+426	439	1741872178856164249	zephyr/CMakeFiles/zephyr.dir/lib/os/cbprintf_complete.c.obj	8767a2c4f760b9fc
+26	29	0	zephyr/misc/generated/syscalls_links/include_zephyr_xen_dom0	8b211a8a5d6d6fd3
+426	439	1741872178856164249	zephyr/CMakeFiles/zephyr.dir/lib/os/cbprintf.c.obj	9236b49fa2fb525
+428	441	1741872178856164249	zephyr/CMakeFiles/zephyr.dir/lib/utils/rb.c.obj	35f1905e0bb9d8a4
+26	29	0	zephyr/misc/generated/syscalls_links/include_zephyr_drivers_virtualization	8b211a8a5d6d6fd3
+433	443	1741872178860164296	zephyr/CMakeFiles/zephyr.dir/lib/utils/notify.c.obj	a1749a823d7178b6
+425	447	1741872178864164344	zephyr/CMakeFiles/zephyr.dir/lib/os/printk.c.obj	d23fd136ecf6a7a1
+440	452	1741872178864164344	zephyr/CMakeFiles/zephyr.dir/subsys/net/lib/utils/addr_utils.c.obj	7f2a5fba2d5a575
+429	448	1741872178860164296	zephyr/CMakeFiles/zephyr.dir/lib/utils/bitarray.c.obj	40fabb1fcbe36c34
+26	29	0	/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_pcie	8b211a8a5d6d6fd3
+436	451	1741872178864164344	zephyr/CMakeFiles/zephyr.dir/subsys/logging/backends/log_backend_uart.c.obj	80ff07dea56bed29
+439	452	1741872178864164344	zephyr/CMakeFiles/zephyr.dir/subsys/tracing/tracing_none.c.obj	587eb6093af3a0ae
+439	454	1741872178864164344	zephyr/CMakeFiles/zephyr.dir/subsys/storage/flash_map/flash_map_layout.c.obj	e7da33d52342ea1
+447	458	1741872178876164487	zephyr/CMakeFiles/zephyr.dir/opt/ncs/nrf/lib/boot_banner/banner.c.obj	7f21b912c47f1145
+26	29	0	/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_virtualization	8b211a8a5d6d6fd3
+451	459	1741872178876164487	zephyr/CMakeFiles/zephyr.dir/opt/ncs/modules/crypto/tinycrypt/lib/source/cmac_mode.c.obj	ae8e072e29ab2968
+435	450	1741872178864164344	zephyr/CMakeFiles/zephyr.dir/subsys/logging/log_core.c.obj	d9015ab00ac19155
+443	460	1741872178876164487	zephyr/CMakeFiles/zephyr.dir/subsys/settings/src/settings_nvs.c.obj	758a9fdb4371267a
+26	29	0	/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_inputmux	8b211a8a5d6d6fd3
+456	461	1741872178880164535	zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/fault_s.S.obj	7ee8a4e958c30b50
+472	524	1741872178940165248	zephyr/libzephyr.a	77a6d85cf372bde8
+26	29	0	/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_i2c_target	8b211a8a5d6d6fd3
+452	462	1741872178880164535	zephyr/arch/common/CMakeFiles/arch__common.dir/sw_isr_common.c.obj	39260fa1f48f9c5e
+26	29	0	/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_app_memory	8b211a8a5d6d6fd3
+453	463	1741872178880164535	zephyr/arch/arch/arm/core/CMakeFiles/arch__arm__core.dir/fatal.c.obj	6c8ebc8e7e7acf1b
+26	29	0	/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings	8b211a8a5d6d6fd3
+457	464	1741872178880164535	zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/reset.S.obj	8a43ff12ab240410
+448	471	1741872178888164629	zephyr/CMakeFiles/zephyr.dir/opt/ncs/nrf/subsys/bluetooth/host_extensions/host_extensions.c.obj	35c20be632a6584a
+26	29	0	zephyr/misc/generated/syscalls_links/include_zephyr_arch_arm64_cortex_r	8b211a8a5d6d6fd3
+464	473	1741872178892164677	zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/isr_wrapper.c.obj	e4023ee4dea49aea
+461	474	1741872178892164677	zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/cpu_idle.c.obj	f783b10a3163d8aa
+497	513	1741872178932165152	zephyr/subsys/bluetooth/host/CMakeFiles/subsys__bluetooth__host.dir/long_wq.c.obj	f6b22035fd465fa3
+458	476	1741872178892164677	zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/thread_abort.c.obj	924a9c3c137ee258
+1089	1660	1741874708557584811	zephyr/zephyr.elf	6de649ee83456b28
+26	29	0	zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_ethernet	8b211a8a5d6d6fd3
+457	478	1741872178896164725	zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/fpu.c.obj	1d626847843a67b
+26	29	0	/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_arch_arc_v2	8b211a8a5d6d6fd3
+459	479	1741872178892164677	zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/swap_helper.S.obj	4ba5e715a745cb13
+26	29	0	zephyr/misc/generated/syscalls_links/include_zephyr_dfu	8b211a8a5d6d6fd3
+459	479	1741872178896164725	zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/irq_manage.c.obj	2048a99f6f2c7d62
+460	482	1741872178896164725	zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/prep_c.c.obj	9c09f7e2495e1847
+466	483	1741872178896164725	zephyr/lib/libc/common/CMakeFiles/lib__libc__common.dir/source/stdlib/abort.c.obj	21ecf6eec82b044f
+497	511	1741872178928165105	zephyr/subsys/bluetooth/common/CMakeFiles/subsys__bluetooth__common.dir/bt_str.c.obj	4735090899a4aea6
+433	448	1741872178864164344	zephyr/CMakeFiles/zephyr.dir/subsys/fs/nvs/nvs.c.obj	9c5d90598d731a53
+452	487	1741872178900164772	zephyr/linker_zephyr_pre0.cmd	7d411eccf2cec3e6
+452	487	1741872178900164772	/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/linker_zephyr_pre0.cmd	7d411eccf2cec3e6
+602	620	1741872179028166294	zephyr/kernel/CMakeFiles/kernel.dir/device.c.obj	5726dea316c0a61c
+476	488	1741872178904164819	zephyr/subsys/lorawan/CMakeFiles/loramac-node.dir/opt/ncs/zephyr/drivers/lora/hal_common.c.obj	1549dd76af831d8
+479	490	1741872178904164819	zephyr/subsys/lorawan/CMakeFiles/loramac-node.dir/opt/ncs/modules/lib/loramac-node/src/system/systime.c.obj	bc6c2a32e3af70ee
+26	29	0	zephyr/misc/generated/syscalls_links/include_zephyr_mgmt_mcumgr_grp	8b211a8a5d6d6fd3
+473	489	1741872178904164819	zephyr/subsys/lorawan/CMakeFiles/loramac-node.dir/lw_priv.c.obj	e37d185abb949654
+26	29	0	zephyr/misc/generated/syscalls_links/include_zephyr_drivers_uart	8b211a8a5d6d6fd3
+424	433	1741872178848164154	zephyr/CMakeFiles/zephyr.dir/lib/crc/crc16_sw.c.obj	d172fb1611d20fe7
+479	491	1741872178904164819	zephyr/subsys/lorawan/CMakeFiles/loramac-node.dir/opt/ncs/modules/lib/loramac-node/src/system/timer.c.obj	4118f291e32ffc6f
+485	492	1741872178908164867	zephyr/subsys/lorawan/CMakeFiles/loramac-node.dir/opt/ncs/modules/lib/loramac-node/src/peripherals/soft-se/aes.c.obj	926d89067307ea55
+26	29	0	/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_bluetooth_classic	8b211a8a5d6d6fd3
+477	495	1741872178912164915	zephyr/lib/libc/newlib/liblib__libc__newlib.a	a0a693da1d61ea73
+480	495	1741872178908164867	zephyr/subsys/lorawan/CMakeFiles/loramac-node.dir/opt/ncs/modules/lib/loramac-node/src/system/delay.c.obj	585afdc4431c1b8b
+486	496	1741872178912164915	zephyr/subsys/lorawan/CMakeFiles/loramac-node.dir/opt/ncs/modules/lib/loramac-node/src/peripherals/soft-se/soft-se.c.obj	96f25b89334229d9
+488	497	1741872178912164915	zephyr/subsys/lorawan/CMakeFiles/loramac-node.dir/opt/ncs/modules/lib/loramac-node/src/peripherals/soft-se/soft-se-hal.c.obj	c1856462dc1c5e31
+628	642	1741872179060166674	zephyr/kernel/CMakeFiles/kernel.dir/mempool.c.obj	91b14ad66da5e74a
+489	497	1741872178912164915	zephyr/subsys/lorawan/CMakeFiles/loramac-node.dir/opt/ncs/modules/lib/loramac-node/src/mac/LoRaMacAdr.c.obj	bf62a3cec9a4d3c1
+26	29	0	/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_pwm	8b211a8a5d6d6fd3
+490	498	1741872178916164962	zephyr/subsys/lorawan/CMakeFiles/loramac-node.dir/opt/ncs/modules/lib/loramac-node/src/mac/LoRaMacConfirmQueue.c.obj	c2a835f42f51cce8
+491	498	1741872178916164962	zephyr/subsys/lorawan/CMakeFiles/loramac-node.dir/opt/ncs/modules/lib/loramac-node/src/mac/LoRaMacCrypto.c.obj	d7bc849fe5632ac7
+23	3661	1741874860147253318	build.ninja	2a1b37ed53a8750d
+30	491	1741874859907250654	zephyr/misc/generated/syscalls.json	f9ab59b34dddb49a
+30	491	1741874859907250654	zephyr/misc/generated/struct_tags.json	f9ab59b34dddb49a
+30	491	1741874859907250654	/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls.json	f9ab59b34dddb49a
+30	491	1741874859907250654	/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/struct_tags.json	f9ab59b34dddb49a
+492	502	1741874860727259756	CMakeFiles/app.dir/src/main.c.obj	720591c7a9063f9
+502	515	1741874860743259933	app/libapp.a	acb531bb6b4eb243
+492	526	1741874860747259978	zephyr/linker_zephyr_pre0.cmd	7d411eccf2cec3e6
+492	526	1741874860747259978	/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/linker_zephyr_pre0.cmd	7d411eccf2cec3e6
+526	663	1741874860883261487	zephyr/zephyr_pre0.elf	21eb1c5332d5f636
+526	663	1741874860883261487	zephyr/zephyr_pre0.map	21eb1c5332d5f636
+526	663	1741874860883261487	/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/zephyr_pre0.map	21eb1c5332d5f636
+663	695	1741874860919261887	zephyr/linker.cmd	1204342c6ebd9df5
+663	695	1741874860919261887	/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/linker.cmd	1204342c6ebd9df5
+695	913	1741874861131264241	zephyr/isr_tables.c	4086ae10e6f14581
+695	913	1741874861131264241	zephyr/isr_tables_vt.ld	4086ae10e6f14581
+695	913	1741874861131264241	zephyr/isr_tables_swi.ld	4086ae10e6f14581
+695	913	1741874861131264241	/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/isr_tables.c	4086ae10e6f14581
+695	913	1741874861131264241	/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/isr_tables_vt.ld	4086ae10e6f14581
+695	913	1741874861131264241	/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/isr_tables_swi.ld	4086ae10e6f14581
+913	922	1741874861147264418	zephyr/CMakeFiles/zephyr_final.dir/isr_tables.c.obj	3c766a73e604db42
+922	1535	1741874861351266682	zephyr/zephyr.elf	6de649ee83456b28
+922	1535	1741874861351266682	zephyr/zephyr.map	6de649ee83456b28
+922	1535	1741874861351266682	zephyr/zephyr.hex	6de649ee83456b28
+922	1535	1741874861351266682	zephyr/zephyr.bin	6de649ee83456b28
+922	1535	1741874861351266682	zephyr/zephyr.stat	6de649ee83456b28
+922	1535	1741874861351266682	/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/zephyr.map	6de649ee83456b28
+922	1535	1741874861351266682	/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/zephyr.hex	6de649ee83456b28
+922	1535	1741874861351266682	/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/zephyr.bin	6de649ee83456b28
+922	1535	1741874861351266682	/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/zephyr.stat	6de649ee83456b28
+31	640	1741875190162965233	CMakeFiles/app.dir/src/main.c.obj	720591c7a9063f9
+640	654	1741875190182965461	app/libapp.a	acb531bb6b4eb243
+654	817	1741875190338967234	zephyr/zephyr_pre0.elf	21eb1c5332d5f636
+654	817	1741875190338967234	zephyr/zephyr_pre0.map	21eb1c5332d5f636
+654	817	1741875190338967234	/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/zephyr_pre0.map	21eb1c5332d5f636
+817	852	1741875190374967643	zephyr/linker.cmd	1204342c6ebd9df5
+817	852	1741875190374967643	/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/linker.cmd	1204342c6ebd9df5
+852	1088	1741875190602970235	zephyr/isr_tables.c	4086ae10e6f14581
+852	1088	1741875190602970235	zephyr/isr_tables_vt.ld	4086ae10e6f14581
+852	1088	1741875190602970235	zephyr/isr_tables_swi.ld	4086ae10e6f14581
+852	1088	1741875190602970235	/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/isr_tables.c	4086ae10e6f14581
+852	1088	1741875190602970235	/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/isr_tables_vt.ld	4086ae10e6f14581
+852	1088	1741875190602970235	/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/isr_tables_swi.ld	4086ae10e6f14581
+1088	1245	1741875190770972145	zephyr/CMakeFiles/zephyr_final.dir/isr_tables.c.obj	3c766a73e604db42
+1245	1820	1741875190942974101	zephyr/zephyr.elf	6de649ee83456b28
+1245	1820	1741875190942974101	zephyr/zephyr.map	6de649ee83456b28
+1245	1820	1741875190942974101	zephyr/zephyr.hex	6de649ee83456b28
+1245	1820	1741875190942974101	zephyr/zephyr.bin	6de649ee83456b28
+1245	1820	1741875190942974101	zephyr/zephyr.stat	6de649ee83456b28
+1245	1820	1741875190942974101	/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/zephyr.map	6de649ee83456b28
+1245	1820	1741875190942974101	/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/zephyr.hex	6de649ee83456b28
+1245	1820	1741875190942974101	/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/zephyr.bin	6de649ee83456b28
+1245	1820	1741875190942974101	/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/zephyr.stat	6de649ee83456b28
+31	659	1741876161074160703	CMakeFiles/app.dir/src/main.c.obj	720591c7a9063f9
+659	671	1741876161094160936	app/libapp.a	acb531bb6b4eb243
+671	796	1741876161214162330	zephyr/zephyr_pre0.elf	21eb1c5332d5f636
+671	796	1741876161214162330	zephyr/zephyr_pre0.map	21eb1c5332d5f636
+671	796	1741876161214162330	/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/zephyr_pre0.map	21eb1c5332d5f636
+796	833	1741876161246162701	zephyr/linker.cmd	1204342c6ebd9df5
+796	833	1741876161246162701	/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/linker.cmd	1204342c6ebd9df5
+833	1049	1741876161462165212	zephyr/isr_tables.c	4086ae10e6f14581
+833	1049	1741876161462165212	zephyr/isr_tables_vt.ld	4086ae10e6f14581
+833	1049	1741876161462165212	zephyr/isr_tables_swi.ld	4086ae10e6f14581
+833	1049	1741876161462165212	/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/isr_tables.c	4086ae10e6f14581
+833	1049	1741876161462165212	/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/isr_tables_vt.ld	4086ae10e6f14581
+833	1049	1741876161462165212	/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/isr_tables_swi.ld	4086ae10e6f14581
+1049	1197	1741876161614166978	zephyr/CMakeFiles/zephyr_final.dir/isr_tables.c.obj	3c766a73e604db42
+1197	1763	1741876161790169022	zephyr/zephyr.elf	6de649ee83456b28
+1197	1763	1741876161790169022	zephyr/zephyr.map	6de649ee83456b28
+1197	1763	1741876161790169022	zephyr/zephyr.hex	6de649ee83456b28
+1197	1763	1741876161790169022	zephyr/zephyr.bin	6de649ee83456b28
+1197	1763	1741876161790169022	zephyr/zephyr.stat	6de649ee83456b28
+1197	1763	1741876161790169022	/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/zephyr.map	6de649ee83456b28
+1197	1763	1741876161790169022	/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/zephyr.hex	6de649ee83456b28
+1197	1763	1741876161790169022	/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/zephyr.bin	6de649ee83456b28
+1197	1763	1741876161790169022	/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/zephyr.stat	6de649ee83456b28
+30	691	1741876455725587420	CMakeFiles/app.dir/src/main.c.obj	720591c7a9063f9
+691	703	1741876455741587606	app/libapp.a	acb531bb6b4eb243
+703	831	1741876455865589050	zephyr/zephyr_pre0.elf	21eb1c5332d5f636
+703	831	1741876455865589050	zephyr/zephyr_pre0.map	21eb1c5332d5f636
+703	831	1741876455865589050	/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/zephyr_pre0.map	21eb1c5332d5f636
+831	865	1741876455897589422	zephyr/linker.cmd	1204342c6ebd9df5
+831	865	1741876455897589422	/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/linker.cmd	1204342c6ebd9df5
+865	1085	1741876456113591936	zephyr/isr_tables.c	4086ae10e6f14581
+865	1085	1741876456113591936	zephyr/isr_tables_vt.ld	4086ae10e6f14581
+865	1085	1741876456113591936	zephyr/isr_tables_swi.ld	4086ae10e6f14581
+865	1085	1741876456113591936	/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/isr_tables.c	4086ae10e6f14581
+865	1085	1741876456113591936	/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/isr_tables_vt.ld	4086ae10e6f14581
+865	1085	1741876456113591936	/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/isr_tables_swi.ld	4086ae10e6f14581
+1085	1236	1741876456273593798	zephyr/CMakeFiles/zephyr_final.dir/isr_tables.c.obj	3c766a73e604db42
+1236	1815	1741876456441595754	zephyr/zephyr.elf	6de649ee83456b28
+1236	1815	1741876456441595754	zephyr/zephyr.map	6de649ee83456b28
+1236	1815	1741876456441595754	zephyr/zephyr.hex	6de649ee83456b28
+1236	1815	1741876456441595754	zephyr/zephyr.bin	6de649ee83456b28
+1236	1815	1741876456441595754	zephyr/zephyr.stat	6de649ee83456b28
+1236	1815	1741876456441595754	/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/zephyr.map	6de649ee83456b28
+1236	1815	1741876456441595754	/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/zephyr.hex	6de649ee83456b28
+1236	1815	1741876456441595754	/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/zephyr.bin	6de649ee83456b28
+1236	1815	1741876456441595754	/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/zephyr.stat	6de649ee83456b28
+32	659	1741876519138325544	CMakeFiles/app.dir/src/main.c.obj	720591c7a9063f9
+659	671	1741876519154325731	app/libapp.a	acb531bb6b4eb243
+671	799	1741876519278327174	zephyr/zephyr_pre0.elf	21eb1c5332d5f636
+671	799	1741876519278327174	zephyr/zephyr_pre0.map	21eb1c5332d5f636
+671	799	1741876519278327174	/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/zephyr_pre0.map	21eb1c5332d5f636
+799	833	1741876519314327593	zephyr/linker.cmd	1204342c6ebd9df5
+799	833	1741876519314327593	/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/linker.cmd	1204342c6ebd9df5
+833	1050	1741876519526330061	zephyr/isr_tables.c	4086ae10e6f14581
+833	1050	1741876519526330061	zephyr/isr_tables_vt.ld	4086ae10e6f14581
+833	1050	1741876519526330061	zephyr/isr_tables_swi.ld	4086ae10e6f14581
+833	1050	1741876519526330061	/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/isr_tables.c	4086ae10e6f14581
+833	1050	1741876519526330061	/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/isr_tables_vt.ld	4086ae10e6f14581
+833	1050	1741876519526330061	/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/isr_tables_swi.ld	4086ae10e6f14581
+1050	1206	1741876519690331971	zephyr/CMakeFiles/zephyr_final.dir/isr_tables.c.obj	3c766a73e604db42
+1207	1785	1741876519870334066	zephyr/zephyr.elf	6de649ee83456b28
+1207	1785	1741876519870334066	zephyr/zephyr.map	6de649ee83456b28
+1207	1785	1741876519870334066	zephyr/zephyr.hex	6de649ee83456b28
+1207	1785	1741876519870334066	zephyr/zephyr.bin	6de649ee83456b28
+1207	1785	1741876519870334066	zephyr/zephyr.stat	6de649ee83456b28
+1207	1785	1741876519870334066	/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/zephyr.map	6de649ee83456b28
+1207	1785	1741876519870334066	/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/zephyr.hex	6de649ee83456b28
+1207	1785	1741876519870334066	/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/zephyr.bin	6de649ee83456b28
+1207	1785	1741876519870334066	/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/zephyr.stat	6de649ee83456b28
+32	661	1741876593799194818	CMakeFiles/app.dir/src/main.c.obj	720591c7a9063f9
+662	674	1741876593815195004	app/libapp.a	acb531bb6b4eb243
+674	799	1741876593935196401	zephyr/zephyr_pre0.elf	21eb1c5332d5f636
+674	799	1741876593935196401	zephyr/zephyr_pre0.map	21eb1c5332d5f636
+674	799	1741876593935196401	/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/zephyr_pre0.map	21eb1c5332d5f636
+799	836	1741876593975196867	zephyr/linker.cmd	1204342c6ebd9df5
+799	836	1741876593975196867	/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/linker.cmd	1204342c6ebd9df5
+836	1069	1741876594203199522	zephyr/isr_tables.c	4086ae10e6f14581
+836	1069	1741876594203199522	zephyr/isr_tables_vt.ld	4086ae10e6f14581
+836	1069	1741876594203199522	zephyr/isr_tables_swi.ld	4086ae10e6f14581
+836	1069	1741876594203199522	/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/isr_tables.c	4086ae10e6f14581
+836	1069	1741876594203199522	/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/isr_tables_vt.ld	4086ae10e6f14581
+836	1069	1741876594203199522	/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/isr_tables_swi.ld	4086ae10e6f14581
+1069	1077	1741876594219199709	zephyr/CMakeFiles/zephyr_final.dir/isr_tables.c.obj	3c766a73e604db42
+1077	1663	1741876594387201664	zephyr/zephyr.elf	6de649ee83456b28
+1077	1663	1741876594387201664	zephyr/zephyr.map	6de649ee83456b28
+1077	1663	1741876594387201664	zephyr/zephyr.hex	6de649ee83456b28
+1077	1663	1741876594387201664	zephyr/zephyr.bin	6de649ee83456b28
+1077	1663	1741876594387201664	zephyr/zephyr.stat	6de649ee83456b28
+1077	1663	1741876594387201664	/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/zephyr.map	6de649ee83456b28
+1077	1663	1741876594387201664	/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/zephyr.hex	6de649ee83456b28
+1077	1663	1741876594387201664	/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/zephyr.bin	6de649ee83456b28
+1077	1663	1741876594387201664	/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/zephyr.stat	6de649ee83456b28
diff --git a/build/CMakeCache.txt b/build/CMakeCache.txt
new file mode 100644
index 0000000000000000000000000000000000000000..c522dbf980fe89dd6dcede0f4f7b29514ee86e47
--- /dev/null
+++ b/build/CMakeCache.txt
@@ -0,0 +1,625 @@
+# This is the CMakeCache file.
+# For build in directory: /home/code/workspace/projet_systm_menacer/projetalexiot/build
+# It was generated by CMake: /opt/bin/cmake
+# You can edit this file to change values found and used by cmake.
+# If you do not want to change any of the values, simply exit the editor.
+# If you do want to change a value, simply edit, save, and exit the editor.
+# The syntax for the file is as follows:
+# KEY:TYPE=VALUE
+# KEY is the name of a variable in the cache.
+# TYPE is a hint to GUIs for the type of VALUE, DO NOT EDIT TYPE!.
+# VALUE is the current value for the KEY.
+
+########################
+# EXTERNAL cache entries
+########################
+
+//Application Binary Directory
+APPLICATION_BINARY_DIR:PATH=/home/code/workspace/projet_systm_menacer/projetalexiot/build
+
+//Application Source Directory
+APPLICATION_SOURCE_DIR:PATH=/home/code/workspace/projet_systm_menacer/projetalexiot
+
+//Selected board
+BOARD:STRING=bbc_microbit_v2
+
+//Board directory for board (bbc_microbit_v2)
+BOARD_DIR:PATH=/opt/ncs/zephyr/boards/bbc/microbit_v2
+
+//Support board extensions
+BOARD_EXTENSIONS:BOOL=ON
+
+//Path to a program.
+BOSSAC:FILEPATH=/opt/zephyr-sdk-0.16.8/sysroots/x86_64-pokysdk-linux/usr/bin/bossac
+
+//Kernel binary file
+BYPRODUCT_KERNEL_BIN_NAME:FILEPATH=/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/zephyr.bin
+
+//Kernel elf file
+BYPRODUCT_KERNEL_ELF_NAME:FILEPATH=/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/zephyr.elf
+
+//Kernel hex file
+BYPRODUCT_KERNEL_HEX_NAME:FILEPATH=/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/zephyr.hex
+
+//Selected board
+CACHED_BOARD:STRING=bbc_microbit_v2
+
+//Selected shield
+CACHED_SHIELD:STRING=
+
+//Selected snippet
+CACHED_SNIPPET:STRING=
+
+//Path to a program.
+CCACHE_FOUND:FILEPATH=/usr/bin/ccache
+
+//Path to a program.
+CCACHE_PROGRAM:FILEPATH=/usr/bin/ccache
+
+//Path to a program.
+CMAKE_ADDR2LINE:FILEPATH=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-addr2line
+
+//Path to a program.
+CMAKE_AR:FILEPATH=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-ar
+
+//Path to a program.
+CMAKE_AS:FILEPATH=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-as
+
+//ASM compiler
+CMAKE_ASM_COMPILER:FILEPATH=/opt/zephyr-sdk-0.16.8/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=/opt/zephyr-sdk-0.16.8/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=/opt/zephyr-sdk-0.16.8/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=/opt/zephyr-sdk-0.16.8/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=/opt/zephyr-sdk-0.16.8/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=/opt/zephyr-sdk-0.16.8/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
+
+//Path to a program.
+CMAKE_C_COMPILER:FILEPATH=/opt/zephyr-sdk-0.16.8/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=/opt/zephyr-sdk-0.16.8/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=/opt/zephyr-sdk-0.16.8/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=
+
+//Export CMake compile commands. Used by gen_app_partitions.py
+// script
+CMAKE_EXPORT_COMPILE_COMMANDS:BOOL=TRUE
+
+//Value Computed by CMake.
+CMAKE_FIND_PACKAGE_REDIRECTS_DIR:STATIC=/home/code/workspace/projet_systm_menacer/projetalexiot/build/CMakeFiles/pkgRedirects
+
+//Path to a program.
+CMAKE_GCOV:FILEPATH=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcov
+
+//Path to a program.
+CMAKE_GDB:FILEPATH=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-gdb
+
+//Path to a program.
+CMAKE_GDB_NO_PY:FILEPATH=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-gdb
+
+//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=/usr/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=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-nm
+
+//Path to a program.
+CMAKE_OBJCOPY:FILEPATH=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-objcopy
+
+//Path to a program.
+CMAKE_OBJDUMP:FILEPATH=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-objdump
+
+//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=lorawan
+
+//Value Computed by CMake
+CMAKE_PROJECT_VERSION:STATIC=3.6.99
+
+//Value Computed by CMake
+CMAKE_PROJECT_VERSION_MAJOR:STATIC=3
+
+//Value Computed by CMake
+CMAKE_PROJECT_VERSION_MINOR:STATIC=6
+
+//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=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-ranlib
+
+//Path to a program.
+CMAKE_READELF:FILEPATH=/opt/zephyr-sdk-0.16.8/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 linker during the creation of static libraries
+// during all build types.
+CMAKE_STATIC_LINKER_FLAGS:STRING=
+
+//Flags used by the linker during the creation of static libraries
+// during DEBUG builds.
+CMAKE_STATIC_LINKER_FLAGS_DEBUG:STRING=
+
+//Flags used by the linker during the creation of static libraries
+// during MINSIZEREL builds.
+CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL:STRING=
+
+//Flags used by the linker during the creation of static libraries
+// during RELEASE builds.
+CMAKE_STATIC_LINKER_FLAGS_RELEASE:STRING=
+
+//Flags used by the linker during the creation of static libraries
+// during RELWITHDEBINFO builds.
+CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO:STRING=
+
+//Path to a program.
+CMAKE_STRIP:FILEPATH=/opt/zephyr-sdk-0.16.8/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
+// .config file or its default .conf file.Multiple files may be
+// listed, e.g. CONF_FILE="prj1.conf;prj2.conf" The CACHED_CONF_FILE
+// is internal Zephyr variable used between CMake runs. To change
+// CONF_FILE, use the CONF_FILE variable.
+CONF_FILE:STRING=/home/code/workspace/projet_systm_menacer/projetalexiot/prj.conf
+
+//Path to a program.
+DTC:FILEPATH=/opt/zephyr-sdk-0.16.8/sysroots/x86_64-pokysdk-linux/usr/bin/dtc
+
+//If desired, you can build the application using the DT configuration
+// settings specified in an alternate .overlay file using this
+// parameter. These settings will override the settings in the
+// board's .dts file. Multiple files may be listed, e.g. DTC_OVERLAY_FILE="dts1.overlay
+// dts2.overlay"
+DTC_OVERLAY_FILE:STRING=/home/code/workspace/projet_systm_menacer/projetalexiot/boards/bbc_microbit_v2.overlay
+
+//Git command line client
+GIT_EXECUTABLE:FILEPATH=/usr/bin/git
+
+//Linker BFD compatibility (compiler reported)
+GNULD_LINKER_IS_BFD:BOOL=ON
+
+//GNU ld version
+GNULD_VERSION_STRING:STRING=2.38
+
+//Path to a program.
+GPERF:FILEPATH=/usr/bin/gperf
+
+//Path to a program.
+IMGTOOL:FILEPATH=/opt/venv/bin/imgtool
+
+//NRFXLIB root directory
+NRFXLIB_DIR:PATH=/opt/ncs/nrfxlib
+
+//nrfx Directory
+NRFX_DIR:PATH=/opt/ncs/modules/hal/nordic/nrfx
+
+//NCS root directory
+NRF_DIR:PATH=/opt/ncs/nrf
+
+//The directory containing a CMake configuration file for NcsToolchain.
+NcsToolchain_DIR:PATH=NcsToolchain_DIR-NOTFOUND
+
+//Path to a program.
+OPENOCD:FILEPATH=/opt/zephyr-sdk-0.16.8/sysroots/x86_64-pokysdk-linux/usr/bin/openocd
+
+//Path to a program.
+PAHOLE:FILEPATH=PAHOLE-NOTFOUND
+
+//Path to a program.
+PUNCOVER:FILEPATH=PUNCOVER-NOTFOUND
+
+//Value Computed by CMake
+Picolibc_BINARY_DIR:STATIC=/home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/picolibc
+
+//Value Computed by CMake
+Picolibc_IS_TOP_LEVEL:STATIC=OFF
+
+//Value Computed by CMake
+Picolibc_SOURCE_DIR:STATIC=/opt/ncs/modules/lib/picolibc
+
+//Path to the SoC directory.
+SOC_FULL_DIR:PATH=/opt/ncs/zephyr/soc/nordic
+
+//Path to a CMSIS-SVD file
+SOC_SVD_FILE:FILEPATH=/opt/ncs/modules/hal/nordic/nrfx/mdk/nrf52833.svd
+
+//True if toolchain supports newlib
+TOOLCHAIN_HAS_NEWLIB:BOOL=ON
+
+//True if toolchain supports picolibc
+TOOLCHAIN_HAS_PICOLIBC:BOOL=ON
+
+//Zephyr toolchain root
+TOOLCHAIN_ROOT:STRING=/opt/ncs/zephyr
+
+//No help, variable specified on the command line.
+WEST_PYTHON:UNINITIALIZED=/opt/venv/bin/python3
+
+//Zephyr base
+ZEPHYR_BASE:PATH=/opt/ncs/zephyr
+
+//Path to Zephyr git repository index file
+ZEPHYR_GIT_INDEX:PATH=/opt/ncs/zephyr/.git/index
+
+//Value Computed by CMake
+Zephyr-Kernel_BINARY_DIR:STATIC=/home/code/workspace/projet_systm_menacer/projetalexiot/build
+
+//Value Computed by CMake
+Zephyr-Kernel_IS_TOP_LEVEL:STATIC=ON
+
+//Value Computed by CMake
+Zephyr-Kernel_SOURCE_DIR:STATIC=/home/code/workspace/projet_systm_menacer/projetalexiot
+
+//The directory containing a CMake configuration file for Zephyr-sdk.
+Zephyr-sdk_DIR:PATH=/opt/zephyr-sdk-0.16.8/cmake
+
+//The directory containing a CMake configuration file for ZephyrAppConfiguration.
+ZephyrAppConfiguration_DIR:PATH=ZephyrAppConfiguration_DIR-NOTFOUND
+
+//The directory containing a CMake configuration file for ZephyrBuildConfiguration.
+ZephyrBuildConfiguration_DIR:PATH=/opt/ncs/nrf/share/zephyrbuild-package/cmake
+
+//The directory containing a CMake configuration file for Zephyr.
+Zephyr_DIR:PATH=/opt/ncs/zephyr/share/zephyr-package/cmake
+
+//Value Computed by CMake
+lorawan_BINARY_DIR:STATIC=/home/code/workspace/projet_systm_menacer/projetalexiot/build
+
+//Value Computed by CMake
+lorawan_IS_TOP_LEVEL:STATIC=ON
+
+//Value Computed by CMake
+lorawan_SOURCE_DIR:STATIC=/home/code/workspace/projet_systm_menacer/projetalexiot
+
+
+########################
+# INTERNAL cache entries
+########################
+
+//The application configuration folder
+APPLICATION_CONFIG_DIR:INTERNAL=/home/code/workspace/projet_systm_menacer/projetalexiot
+//DT bindings root directories
+CACHED_DTS_ROOT_BINDINGS:INTERNAL=/opt/ncs/nrf/dts/bindings;/opt/ncs/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/code/workspace/projet_systm_menacer/projetalexiot/build
+//Major version of cmake used to create the current loaded cache
+CMAKE_CACHE_MAJOR_VERSION:INTERNAL=3
+//Minor version of cmake used to create the current loaded cache
+CMAKE_CACHE_MINOR_VERSION:INTERNAL=30
+//Patch version of cmake used to create the current loaded cache
+CMAKE_CACHE_PATCH_VERSION:INTERNAL=3
+//Path to CMake executable.
+CMAKE_COMMAND:INTERNAL=/opt/bin/cmake
+//Path to cpack program executable.
+CMAKE_CPACK_COMMAND:INTERNAL=/opt/bin/cpack
+//Path to ctest program executable.
+CMAKE_CTEST_COMMAND:INTERNAL=/opt/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_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
+//Path to cache edit program executable.
+CMAKE_EDIT_COMMAND:INTERNAL=/opt/bin/ccmake
+//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
+//Name of external makefile project generator.
+CMAKE_EXTRA_GENERATOR:INTERNAL=
+//Name of generator.
+CMAKE_GENERATOR:INTERNAL=Ninja
+//Generator instance identifier.
+CMAKE_GENERATOR_INSTANCE:INTERNAL=
+//Name of generator platform.
+CMAKE_GENERATOR_PLATFORM:INTERNAL=
+//Name of generator toolset.
+CMAKE_GENERATOR_TOOLSET:INTERNAL=
+//Source directory with the top level CMakeLists.txt file for this
+// project
+CMAKE_HOME_DIRECTORY:INTERNAL=/home/code/workspace/projet_systm_menacer/projetalexiot
+//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=206
+//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
+//Path to CMake installation.
+CMAKE_ROOT:INTERNAL=/opt/share/cmake-3.30
+//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=/usr/bin/uname
+//ADVANCED property for variable: CMAKE_VERBOSE_MAKEFILE
+CMAKE_VERBOSE_MAKEFILE-ADVANCED:INTERNAL=1
+//The build type
+CONF_FILE_BUILD_TYPE:INTERNAL=
+//Details about finding Dtc
+FIND_PACKAGE_MESSAGE_DETAILS_Dtc:INTERNAL=[/opt/zephyr-sdk-0.16.8/sysroots/x86_64-pokysdk-linux/usr/bin/dtc][v1.6.0(1.4.6)]
+//Details about finding GnuLd
+FIND_PACKAGE_MESSAGE_DETAILS_GnuLd:INTERNAL=[/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/bin/ld.bfd][v2.38()]
+//Details about finding Python3
+FIND_PACKAGE_MESSAGE_DETAILS_Python3:INTERNAL=[/opt/venv/bin/python3][cfound components: Interpreter ][v3.11.2(3.8)]
+//ADVANCED property for variable: GIT_EXECUTABLE
+GIT_EXECUTABLE-ADVANCED:INTERNAL=1
+//Zephyr hardware model version
+HWM:INTERNAL=v2
+//Zephyr hardware model
+HWMv2:INTERNAL=True
+//SoC Linker script
+SOC_LINKER_SCRIPT:INTERNAL=/opt/ncs/zephyr/include/zephyr/arch/arm/cortex_m/scripts/linker.ld
+//West
+WEST:INTERNAL=/opt/venv/bin/python3;-m;west
+//a configuration file for the runners Python package
+ZEPHYR_RUNNERS_YAML:INTERNAL=/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/runners.yaml
+//Cached environment variable ZEPHYR_SDK_INSTALL_DIR
+ZEPHYR_SDK_INSTALL_DIR:INTERNAL=/opt/zephyr-sdk-0.16.8
+//Cached environment variable ZEPHYR_TOOLCHAIN_VARIANT
+ZEPHYR_TOOLCHAIN_VARIANT:INTERNAL=zephyr
+//Compiler reason failure
+_Python3_Compiler_REASON_FAILURE:INTERNAL=
+//Development reason failure
+_Python3_Development_REASON_FAILURE:INTERNAL=
+_Python3_EXECUTABLE:INTERNAL=/opt/venv/bin/python3
+//Python3 Properties
+_Python3_INTERPRETER_PROPERTIES:INTERNAL=Python;3;11;2;64;<none>;cpython-311-x86_64-linux-gnu.so;abi3;/usr/lib/python3.11;/opt/venv/lib/python3.11;/opt/venv/lib/python3.11/site-packages;/opt/venv/lib/python3.11/site-packages
+_Python3_INTERPRETER_SIGNATURE:INTERNAL=9b8f322880b2614edc26c24cd78b7e77
+//Interpreter reason failure
+_Python3_Interpreter_REASON_FAILURE:INTERNAL=
+//NumPy reason failure
+_Python3_NumPy_REASON_FAILURE:INTERNAL=
+
diff --git a/build/CMakeFiles/3.30.3/CMakeASMCompiler.cmake b/build/CMakeFiles/3.30.3/CMakeASMCompiler.cmake
new file mode 100644
index 0000000000000000000000000000000000000000..a821da10c11ec1bf8a54928fd4c80b8570ffef78
--- /dev/null
+++ b/build/CMakeFiles/3.30.3/CMakeASMCompiler.cmake
@@ -0,0 +1,28 @@
+set(CMAKE_ASM_COMPILER "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc")
+set(CMAKE_ASM_COMPILER_ARG1 "")
+set(CMAKE_AR "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-ar")
+set(CMAKE_ASM_COMPILER_AR "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc-ar")
+set(CMAKE_RANLIB "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-ranlib")
+set(CMAKE_ASM_COMPILER_RANLIB "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc-ranlib")
+set(CMAKE_LINKER "/opt/zephyr-sdk-0.16.8/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_IGNORE_EXTENSIONS h;H;o;O;obj;OBJ;def;DEF;rc;RC)
+set(CMAKE_ASM_LINKER_PREFERENCE 0)
+set(CMAKE_ASM_LINKER_DEPFILE_SUPPORTED )
+
+
diff --git a/build/CMakeFiles/3.30.3/CMakeCCompiler.cmake b/build/CMakeFiles/3.30.3/CMakeCCompiler.cmake
new file mode 100644
index 0000000000000000000000000000000000000000..dc3f6effe1b1a262f5bf6cdee20902450c12de11
--- /dev/null
+++ b/build/CMakeFiles/3.30.3/CMakeCCompiler.cmake
@@ -0,0 +1,81 @@
+set(CMAKE_C_COMPILER "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc")
+set(CMAKE_C_COMPILER_ARG1 "")
+set(CMAKE_C_COMPILER_ID "GNU")
+set(CMAKE_C_COMPILER_VERSION "12.2.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 "")
+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_SIMULATE_VERSION "")
+
+
+
+
+set(CMAKE_AR "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-ar")
+set(CMAKE_C_COMPILER_AR "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc-ar")
+set(CMAKE_RANLIB "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-ranlib")
+set(CMAKE_C_COMPILER_RANLIB "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc-ranlib")
+set(CMAKE_LINKER "/opt/zephyr-sdk-0.16.8/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 )
+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 )
+
+# 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/build/CMakeFiles/3.30.3/CMakeCXXCompiler.cmake b/build/CMakeFiles/3.30.3/CMakeCXXCompiler.cmake
new file mode 100644
index 0000000000000000000000000000000000000000..527e32fe84308800a9245211df41c53455c08473
--- /dev/null
+++ b/build/CMakeFiles/3.30.3/CMakeCXXCompiler.cmake
@@ -0,0 +1,97 @@
+set(CMAKE_CXX_COMPILER "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-g++")
+set(CMAKE_CXX_COMPILER_ARG1 "")
+set(CMAKE_CXX_COMPILER_ID "GNU")
+set(CMAKE_CXX_COMPILER_VERSION "12.2.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 "")
+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_SIMULATE_VERSION "")
+
+
+
+
+set(CMAKE_AR "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-ar")
+set(CMAKE_CXX_COMPILER_AR "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc-ar")
+set(CMAKE_RANLIB "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-ranlib")
+set(CMAKE_CXX_COMPILER_RANLIB "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc-ranlib")
+set(CMAKE_LINKER "/opt/zephyr-sdk-0.16.8/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 )
+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 )
+
+# 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/build/CMakeFiles/3.30.3/CMakeSystem.cmake b/build/CMakeFiles/3.30.3/CMakeSystem.cmake
new file mode 100644
index 0000000000000000000000000000000000000000..ce5dbb01679c3fc49265f04e16cd739147c0c2e5
--- /dev/null
+++ b/build/CMakeFiles/3.30.3/CMakeSystem.cmake
@@ -0,0 +1,15 @@
+set(CMAKE_HOST_SYSTEM "Linux-6.1.0-28-amd64")
+set(CMAKE_HOST_SYSTEM_NAME "Linux")
+set(CMAKE_HOST_SYSTEM_VERSION "6.1.0-28-amd64")
+set(CMAKE_HOST_SYSTEM_PROCESSOR "x86_64")
+
+
+
+set(CMAKE_SYSTEM "Generic-3.6.99")
+set(CMAKE_SYSTEM_NAME "Generic")
+set(CMAKE_SYSTEM_VERSION "3.6.99")
+set(CMAKE_SYSTEM_PROCESSOR "arm")
+
+set(CMAKE_CROSSCOMPILING "TRUE")
+
+set(CMAKE_SYSTEM_LOADED 1)
diff --git a/build/CMakeFiles/3.30.3/CompilerIdC/CMakeCCompilerId.c b/build/CMakeFiles/3.30.3/CompilerIdC/CMakeCCompilerId.c
new file mode 100644
index 0000000000000000000000000000000000000000..8d8bb038bb31ba5cdd84cc5caef665b2b42e24ff
--- /dev/null
+++ b/build/CMakeFiles/3.30.3/CompilerIdC/CMakeCCompilerId.c
@@ -0,0 +1,904 @@
+#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__)
+
+
+#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(__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(__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__)
+#  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
+
+#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__)
+# 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(__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
+#ifdef COMPILER_VERSION_INTERNAL
+  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/build/CMakeFiles/3.30.3/CompilerIdC/CMakeCCompilerId.o b/build/CMakeFiles/3.30.3/CompilerIdC/CMakeCCompilerId.o
new file mode 100644
index 0000000000000000000000000000000000000000..41ab329981341afa46421ea6c63d3b20db6e4f8e
Binary files /dev/null and b/build/CMakeFiles/3.30.3/CompilerIdC/CMakeCCompilerId.o differ
diff --git a/build/CMakeFiles/3.30.3/CompilerIdCXX/CMakeCXXCompilerId.cpp b/build/CMakeFiles/3.30.3/CompilerIdCXX/CMakeCXXCompilerId.cpp
new file mode 100644
index 0000000000000000000000000000000000000000..da6c824af3adbe6b0940fcfbec0885ea53ee54af
--- /dev/null
+++ b/build/CMakeFiles/3.30.3/CompilerIdCXX/CMakeCXXCompilerId.cpp
@@ -0,0 +1,919 @@
+/* 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__)
+
+
+#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(__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
+
+
+/* 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__)
+#  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
+
+#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(__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
+#ifdef COMPILER_VERSION_INTERNAL
+  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/build/CMakeFiles/3.30.3/CompilerIdCXX/CMakeCXXCompilerId.o b/build/CMakeFiles/3.30.3/CompilerIdCXX/CMakeCXXCompilerId.o
new file mode 100644
index 0000000000000000000000000000000000000000..2dbd86ab99aaebe80298eb287d95c2bf4153773b
Binary files /dev/null and b/build/CMakeFiles/3.30.3/CompilerIdCXX/CMakeCXXCompilerId.o differ
diff --git a/build/CMakeFiles/CMakeConfigureLog.yaml b/build/CMakeFiles/CMakeConfigureLog.yaml
new file mode 100644
index 0000000000000000000000000000000000000000..bb92e9731b4f5d6a1e516d89fc93da3826e72b5a
--- /dev/null
+++ b/build/CMakeFiles/CMakeConfigureLog.yaml
@@ -0,0 +1,133 @@
+
+---
+events:
+  -
+    kind: "message-v1"
+    backtrace:
+      - "/opt/share/cmake-3.30/Modules/CMakeDetermineSystem.cmake:200 (message)"
+      - "/opt/ncs/zephyr/cmake/modules/kernel.cmake:128 (project)"
+      - "/opt/ncs/zephyr/cmake/modules/zephyr_default.cmake:141 (include)"
+      - "/opt/ncs/zephyr/share/zephyr-package/cmake/ZephyrConfig.cmake:66 (include)"
+      - "/opt/ncs/zephyr/share/zephyr-package/cmake/ZephyrConfig.cmake:92 (include_boilerplate)"
+      - "CMakeLists.txt:5 (find_package)"
+    message: |
+      The target system is: Generic - 3.6.99 - arm
+      The host system is: Linux - 6.1.0-28-amd64 - x86_64
+  -
+    kind: "message-v1"
+    backtrace:
+      - "/opt/share/cmake-3.30/Modules/CMakeDetermineCompilerId.cmake:17 (message)"
+      - "/opt/share/cmake-3.30/Modules/CMakeDetermineCompilerId.cmake:64 (__determine_compiler_id_test)"
+      - "/opt/share/cmake-3.30/Modules/CMakeDetermineCCompiler.cmake:123 (CMAKE_DETERMINE_COMPILER_ID)"
+      - "/opt/ncs/zephyr/cmake/modules/kernel.cmake:128 (project)"
+      - "/opt/ncs/zephyr/cmake/modules/zephyr_default.cmake:141 (include)"
+      - "/opt/ncs/zephyr/share/zephyr-package/cmake/ZephyrConfig.cmake:66 (include)"
+      - "/opt/ncs/zephyr/share/zephyr-package/cmake/ZephyrConfig.cmake:92 (include_boilerplate)"
+      - "CMakeLists.txt:5 (find_package)"
+    message: |
+      Compiling the C compiler identification source file "CMakeCCompilerId.c" failed.
+      Compiler: /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc 
+      Build flags: 
+      Id flags:  
+      
+      The output was:
+      1
+      /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/../../../../arm-zephyr-eabi/bin/ld: /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/../../../../arm-zephyr-eabi/lib/libc.a(lib_a-exit.o): in function `exit':
+      exit.c:(.text.exit+0x34): undefined reference to `_exit'
+      collect2: error: ld returned 1 exit status
+      
+      
+  -
+    kind: "message-v1"
+    backtrace:
+      - "/opt/share/cmake-3.30/Modules/CMakeDetermineCompilerId.cmake:17 (message)"
+      - "/opt/share/cmake-3.30/Modules/CMakeDetermineCompilerId.cmake:64 (__determine_compiler_id_test)"
+      - "/opt/share/cmake-3.30/Modules/CMakeDetermineCCompiler.cmake:123 (CMAKE_DETERMINE_COMPILER_ID)"
+      - "/opt/ncs/zephyr/cmake/modules/kernel.cmake:128 (project)"
+      - "/opt/ncs/zephyr/cmake/modules/zephyr_default.cmake:141 (include)"
+      - "/opt/ncs/zephyr/share/zephyr-package/cmake/ZephyrConfig.cmake:66 (include)"
+      - "/opt/ncs/zephyr/share/zephyr-package/cmake/ZephyrConfig.cmake:92 (include_boilerplate)"
+      - "CMakeLists.txt:5 (find_package)"
+    message: |
+      Compiling the C compiler identification source file "CMakeCCompilerId.c" succeeded.
+      Compiler: /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc 
+      Build flags: 
+      Id flags: -c 
+      
+      The output was:
+      0
+      
+      
+      Compilation of the C compiler identification source "CMakeCCompilerId.c" produced "CMakeCCompilerId.o"
+      
+      The C compiler identification is GNU, found in:
+        /home/code/workspace/projet_systm_menacer/projetalexiot/build/CMakeFiles/3.30.3/CompilerIdC/CMakeCCompilerId.o
+      
+  -
+    kind: "message-v1"
+    backtrace:
+      - "/opt/share/cmake-3.30/Modules/CMakeDetermineCompilerId.cmake:17 (message)"
+      - "/opt/share/cmake-3.30/Modules/CMakeDetermineCompilerId.cmake:64 (__determine_compiler_id_test)"
+      - "/opt/share/cmake-3.30/Modules/CMakeDetermineCXXCompiler.cmake:126 (CMAKE_DETERMINE_COMPILER_ID)"
+      - "/opt/ncs/zephyr/cmake/modules/kernel.cmake:128 (project)"
+      - "/opt/ncs/zephyr/cmake/modules/zephyr_default.cmake:141 (include)"
+      - "/opt/ncs/zephyr/share/zephyr-package/cmake/ZephyrConfig.cmake:66 (include)"
+      - "/opt/ncs/zephyr/share/zephyr-package/cmake/ZephyrConfig.cmake:92 (include_boilerplate)"
+      - "CMakeLists.txt:5 (find_package)"
+    message: |
+      Compiling the CXX compiler identification source file "CMakeCXXCompilerId.cpp" failed.
+      Compiler: /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-g++ 
+      Build flags: 
+      Id flags:  
+      
+      The output was:
+      1
+      /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/../../../../arm-zephyr-eabi/bin/ld: /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/../../../../arm-zephyr-eabi/lib/libc.a(lib_a-exit.o): in function `exit':
+      exit.c:(.text.exit+0x34): undefined reference to `_exit'
+      collect2: error: ld returned 1 exit status
+      
+      
+  -
+    kind: "message-v1"
+    backtrace:
+      - "/opt/share/cmake-3.30/Modules/CMakeDetermineCompilerId.cmake:17 (message)"
+      - "/opt/share/cmake-3.30/Modules/CMakeDetermineCompilerId.cmake:64 (__determine_compiler_id_test)"
+      - "/opt/share/cmake-3.30/Modules/CMakeDetermineCXXCompiler.cmake:126 (CMAKE_DETERMINE_COMPILER_ID)"
+      - "/opt/ncs/zephyr/cmake/modules/kernel.cmake:128 (project)"
+      - "/opt/ncs/zephyr/cmake/modules/zephyr_default.cmake:141 (include)"
+      - "/opt/ncs/zephyr/share/zephyr-package/cmake/ZephyrConfig.cmake:66 (include)"
+      - "/opt/ncs/zephyr/share/zephyr-package/cmake/ZephyrConfig.cmake:92 (include_boilerplate)"
+      - "CMakeLists.txt:5 (find_package)"
+    message: |
+      Compiling the CXX compiler identification source file "CMakeCXXCompilerId.cpp" succeeded.
+      Compiler: /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-g++ 
+      Build flags: 
+      Id flags: -c 
+      
+      The output was:
+      0
+      
+      
+      Compilation of the CXX compiler identification source "CMakeCXXCompilerId.cpp" produced "CMakeCXXCompilerId.o"
+      
+      The CXX compiler identification is GNU, found in:
+        /home/code/workspace/projet_systm_menacer/projetalexiot/build/CMakeFiles/3.30.3/CompilerIdCXX/CMakeCXXCompilerId.o
+      
+  -
+    kind: "message-v1"
+    backtrace:
+      - "/opt/share/cmake-3.30/Modules/CMakeDetermineCompilerId.cmake:1192 (message)"
+      - "/opt/share/cmake-3.30/Modules/CMakeDetermineASMCompiler.cmake:135 (CMAKE_DETERMINE_COMPILER_ID_VENDOR)"
+      - "/opt/ncs/zephyr/cmake/modules/kernel.cmake:134 (enable_language)"
+      - "/opt/ncs/zephyr/cmake/modules/zephyr_default.cmake:141 (include)"
+      - "/opt/ncs/zephyr/share/zephyr-package/cmake/ZephyrConfig.cmake:66 (include)"
+      - "/opt/ncs/zephyr/share/zephyr-package/cmake/ZephyrConfig.cmake:92 (include_boilerplate)"
+      - "CMakeLists.txt:5 (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 0.16.8) 12.2.0
+      Copyright (C) 2022 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.
+      
+...
diff --git a/build/CMakeFiles/TargetDirectories.txt b/build/CMakeFiles/TargetDirectories.txt
new file mode 100644
index 0000000000000000000000000000000000000000..ec22bef04288198f41dd0faf038f52ec0764448c
--- /dev/null
+++ b/build/CMakeFiles/TargetDirectories.txt
@@ -0,0 +1,498 @@
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/CMakeFiles/boards.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/CMakeFiles/shields.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/CMakeFiles/snippets_scope.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/CMakeFiles/snippets.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/CMakeFiles/devicetree_target.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/CMakeFiles/menuconfig.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/CMakeFiles/guiconfig.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/CMakeFiles/hardenconfig.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/CMakeFiles/config-twister.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/CMakeFiles/asm.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/CMakeFiles/compiler.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/CMakeFiles/compiler-cpp.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/CMakeFiles/linker.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/CMakeFiles/bintools.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/CMakeFiles/code_data_relocation_target.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/CMakeFiles/runners_yaml_props_target.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/CMakeFiles/pristine.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/CMakeFiles/zephyr_property_target.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/CMakeFiles/app.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/CMakeFiles/edit_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/CMakeFiles/rebuild_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/CMakeFiles/zephyr.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/CMakeFiles/version_h.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/CMakeFiles/syscall_list_h_target.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/CMakeFiles/parse_syscalls_target.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/CMakeFiles/driver_validation_h_target.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/CMakeFiles/kobj_types_h_target.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/CMakeFiles/zephyr_generated_headers.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/CMakeFiles/offsets.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/CMakeFiles/offsets_h.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/CMakeFiles/linker_zephyr_prebuilt_script_target.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/CMakeFiles/zephyr_pre0.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/CMakeFiles/linker_zephyr_final_script_target.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/CMakeFiles/zephyr_final.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/CMakeFiles/initlevels.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/CMakeFiles/run.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/CMakeFiles/llext-edk.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/CMakeFiles/edit_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/CMakeFiles/rebuild_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/arch/CMakeFiles/edit_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/arch/CMakeFiles/rebuild_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/arch/common/CMakeFiles/arch__common.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/arch/common/CMakeFiles/isr_tables.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/arch/common/CMakeFiles/edit_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/arch/common/CMakeFiles/rebuild_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/arch/arch/arm/CMakeFiles/edit_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/arch/arch/arm/CMakeFiles/rebuild_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/arch/arch/arm/core/CMakeFiles/arch__arm__core.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/arch/arch/arm/core/CMakeFiles/edit_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/arch/arch/arm/core/CMakeFiles/rebuild_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/edit_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/rebuild_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/lib/CMakeFiles/edit_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/lib/CMakeFiles/rebuild_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/lib/crc/CMakeFiles/edit_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/lib/crc/CMakeFiles/rebuild_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/lib/libc/CMakeFiles/edit_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/lib/libc/CMakeFiles/rebuild_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/lib/libc/newlib/CMakeFiles/lib__libc__newlib.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/lib/libc/newlib/CMakeFiles/edit_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/lib/libc/newlib/CMakeFiles/rebuild_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/lib/libc/common/CMakeFiles/lib__libc__common.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/lib/libc/common/CMakeFiles/edit_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/lib/libc/common/CMakeFiles/rebuild_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/lib/posix/CMakeFiles/edit_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/lib/posix/CMakeFiles/rebuild_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/lib/posix/options/CMakeFiles/lib__posix__options.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/lib/posix/options/CMakeFiles/edit_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/lib/posix/options/CMakeFiles/rebuild_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/lib/hash/CMakeFiles/edit_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/lib/hash/CMakeFiles/rebuild_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/lib/heap/CMakeFiles/edit_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/lib/heap/CMakeFiles/rebuild_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/lib/mem_blocks/CMakeFiles/edit_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/lib/mem_blocks/CMakeFiles/rebuild_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/lib/os/CMakeFiles/edit_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/lib/os/CMakeFiles/rebuild_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/lib/utils/CMakeFiles/edit_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/lib/utils/CMakeFiles/rebuild_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/soc/CMakeFiles/edit_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/soc/CMakeFiles/rebuild_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/soc/common/CMakeFiles/edit_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/soc/common/CMakeFiles/rebuild_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/soc/soc/nrf52833/CMakeFiles/soc__nordic.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/soc/soc/nrf52833/CMakeFiles/edit_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/soc/soc/nrf52833/CMakeFiles/rebuild_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/soc/soc/nrf52833/nrf52/CMakeFiles/edit_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/soc/soc/nrf52833/nrf52/CMakeFiles/rebuild_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/soc/soc/nrf52833/common/CMakeFiles/edit_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/soc/soc/nrf52833/common/CMakeFiles/rebuild_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/boards/CMakeFiles/edit_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/boards/CMakeFiles/rebuild_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/subsys/CMakeFiles/edit_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/subsys/CMakeFiles/rebuild_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/subsys/lorawan/CMakeFiles/loramac-node.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/subsys/lorawan/CMakeFiles/edit_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/subsys/lorawan/CMakeFiles/rebuild_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/subsys/lorawan/services/CMakeFiles/edit_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/subsys/lorawan/services/CMakeFiles/rebuild_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/subsys/lorawan/nvm/CMakeFiles/edit_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/subsys/lorawan/nvm/CMakeFiles/rebuild_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/subsys/canbus/CMakeFiles/edit_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/subsys/canbus/CMakeFiles/rebuild_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/subsys/debug/CMakeFiles/edit_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/subsys/debug/CMakeFiles/rebuild_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/subsys/fb/CMakeFiles/edit_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/subsys/fb/CMakeFiles/rebuild_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/subsys/fs/CMakeFiles/edit_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/subsys/fs/CMakeFiles/rebuild_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/subsys/fs/nvs/CMakeFiles/edit_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/subsys/fs/nvs/CMakeFiles/rebuild_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/subsys/ipc/CMakeFiles/edit_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/subsys/ipc/CMakeFiles/rebuild_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/subsys/logging/CMakeFiles/edit_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/subsys/logging/CMakeFiles/rebuild_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/subsys/logging/backends/CMakeFiles/edit_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/subsys/logging/backends/CMakeFiles/rebuild_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/subsys/mem_mgmt/CMakeFiles/edit_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/subsys/mem_mgmt/CMakeFiles/rebuild_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/subsys/mgmt/CMakeFiles/edit_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/subsys/mgmt/CMakeFiles/rebuild_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/subsys/modbus/CMakeFiles/edit_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/subsys/modbus/CMakeFiles/rebuild_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/subsys/pm/CMakeFiles/edit_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/subsys/pm/CMakeFiles/rebuild_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/subsys/portability/CMakeFiles/edit_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/subsys/portability/CMakeFiles/rebuild_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/subsys/random/CMakeFiles/subsys__random.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/subsys/random/CMakeFiles/edit_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/subsys/random/CMakeFiles/rebuild_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/subsys/rtio/CMakeFiles/edit_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/subsys/rtio/CMakeFiles/rebuild_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/subsys/sd/CMakeFiles/edit_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/subsys/sd/CMakeFiles/rebuild_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/subsys/stats/CMakeFiles/edit_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/subsys/stats/CMakeFiles/rebuild_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/subsys/storage/CMakeFiles/edit_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/subsys/storage/CMakeFiles/rebuild_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/subsys/storage/flash_map/CMakeFiles/edit_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/subsys/storage/flash_map/CMakeFiles/rebuild_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/subsys/task_wdt/CMakeFiles/edit_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/subsys/task_wdt/CMakeFiles/rebuild_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/subsys/testsuite/CMakeFiles/edit_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/subsys/testsuite/CMakeFiles/rebuild_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/subsys/tracing/CMakeFiles/edit_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/subsys/tracing/CMakeFiles/rebuild_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/subsys/usb/CMakeFiles/edit_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/subsys/usb/CMakeFiles/rebuild_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/subsys/bluetooth/CMakeFiles/edit_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/subsys/bluetooth/CMakeFiles/rebuild_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/subsys/bluetooth/common/CMakeFiles/subsys__bluetooth__common.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/subsys/bluetooth/common/CMakeFiles/edit_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/subsys/bluetooth/common/CMakeFiles/rebuild_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/subsys/bluetooth/host/CMakeFiles/subsys__bluetooth__host.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/subsys/bluetooth/host/CMakeFiles/edit_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/subsys/bluetooth/host/CMakeFiles/rebuild_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/subsys/bluetooth/services/CMakeFiles/edit_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/subsys/bluetooth/services/CMakeFiles/rebuild_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/subsys/bluetooth/lib/CMakeFiles/edit_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/subsys/bluetooth/lib/CMakeFiles/rebuild_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/subsys/net/CMakeFiles/subsys__net.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/subsys/net/CMakeFiles/edit_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/subsys/net/CMakeFiles/rebuild_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/subsys/net/lib/CMakeFiles/edit_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/subsys/net/lib/CMakeFiles/rebuild_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/subsys/net/lib/utils/CMakeFiles/edit_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/subsys/net/lib/utils/CMakeFiles/rebuild_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/subsys/settings/CMakeFiles/edit_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/subsys/settings/CMakeFiles/rebuild_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/subsys/settings/src/CMakeFiles/edit_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/subsys/settings/src/CMakeFiles/rebuild_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/drivers/CMakeFiles/edit_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/drivers/CMakeFiles/rebuild_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/drivers/disk/CMakeFiles/edit_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/drivers/disk/CMakeFiles/rebuild_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/drivers/interrupt_controller/CMakeFiles/drivers__interrupt_controller.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/drivers/interrupt_controller/CMakeFiles/edit_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/drivers/interrupt_controller/CMakeFiles/rebuild_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/drivers/misc/CMakeFiles/edit_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/drivers/misc/CMakeFiles/rebuild_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/drivers/pcie/CMakeFiles/edit_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/drivers/pcie/CMakeFiles/rebuild_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/drivers/usb/CMakeFiles/edit_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/drivers/usb/CMakeFiles/rebuild_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/drivers/usb/common/CMakeFiles/edit_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/drivers/usb/common/CMakeFiles/rebuild_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/drivers/usb/common/nrf_usbd_common/CMakeFiles/edit_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/drivers/usb/common/nrf_usbd_common/CMakeFiles/rebuild_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/drivers/usb_c/CMakeFiles/edit_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/drivers/usb_c/CMakeFiles/rebuild_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/drivers/adc/CMakeFiles/drivers__adc.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/drivers/adc/CMakeFiles/edit_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/drivers/adc/CMakeFiles/rebuild_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/drivers/clock_control/CMakeFiles/drivers__clock_control.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/drivers/clock_control/CMakeFiles/edit_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/drivers/clock_control/CMakeFiles/rebuild_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/drivers/console/CMakeFiles/drivers__console.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/drivers/console/CMakeFiles/edit_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/drivers/console/CMakeFiles/rebuild_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/drivers/entropy/CMakeFiles/drivers__entropy.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/drivers/entropy/CMakeFiles/edit_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/drivers/entropy/CMakeFiles/rebuild_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/drivers/flash/CMakeFiles/drivers__flash.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/drivers/flash/CMakeFiles/edit_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/drivers/flash/CMakeFiles/rebuild_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/drivers/gpio/CMakeFiles/drivers__gpio.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/drivers/gpio/CMakeFiles/edit_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/drivers/gpio/CMakeFiles/rebuild_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/drivers/i2c/CMakeFiles/drivers__i2c.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/drivers/i2c/CMakeFiles/edit_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/drivers/i2c/CMakeFiles/rebuild_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/drivers/lora/CMakeFiles/edit_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/drivers/lora/CMakeFiles/rebuild_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/drivers/pinctrl/CMakeFiles/drivers__pinctrl.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/drivers/pinctrl/CMakeFiles/edit_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/drivers/pinctrl/CMakeFiles/rebuild_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/drivers/pinctrl/renesas/CMakeFiles/edit_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/drivers/pinctrl/renesas/CMakeFiles/rebuild_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/drivers/sensor/CMakeFiles/drivers__sensor.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/drivers/sensor/CMakeFiles/edit_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/drivers/sensor/CMakeFiles/rebuild_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/drivers/sensor/adi/CMakeFiles/edit_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/drivers/sensor/adi/CMakeFiles/rebuild_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/drivers/sensor/ams/CMakeFiles/edit_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/drivers/sensor/ams/CMakeFiles/rebuild_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/drivers/sensor/aosong/CMakeFiles/edit_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/drivers/sensor/aosong/CMakeFiles/rebuild_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/drivers/sensor/asahi_kasei/CMakeFiles/edit_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/drivers/sensor/asahi_kasei/CMakeFiles/rebuild_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/drivers/sensor/bosch/CMakeFiles/edit_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/drivers/sensor/bosch/CMakeFiles/rebuild_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/drivers/sensor/bosch/bme280/CMakeFiles/drivers__sensor__bosch__bme280.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/drivers/sensor/bosch/bme280/CMakeFiles/edit_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/drivers/sensor/bosch/bme280/CMakeFiles/rebuild_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/drivers/sensor/espressif/CMakeFiles/edit_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/drivers/sensor/espressif/CMakeFiles/rebuild_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/drivers/sensor/honeywell/CMakeFiles/edit_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/drivers/sensor/honeywell/CMakeFiles/rebuild_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/drivers/sensor/infineon/CMakeFiles/edit_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/drivers/sensor/infineon/CMakeFiles/rebuild_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/drivers/sensor/ite/CMakeFiles/edit_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/drivers/sensor/ite/CMakeFiles/rebuild_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/drivers/sensor/maxim/CMakeFiles/edit_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/drivers/sensor/maxim/CMakeFiles/rebuild_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/drivers/sensor/meas/CMakeFiles/edit_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/drivers/sensor/meas/CMakeFiles/rebuild_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/drivers/sensor/microchip/CMakeFiles/edit_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/drivers/sensor/microchip/CMakeFiles/rebuild_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/drivers/sensor/nordic/CMakeFiles/edit_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/drivers/sensor/nordic/CMakeFiles/rebuild_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/drivers/sensor/nordic/temp/CMakeFiles/edit_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/drivers/sensor/nordic/temp/CMakeFiles/rebuild_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/drivers/sensor/nuvoton/CMakeFiles/edit_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/drivers/sensor/nuvoton/CMakeFiles/rebuild_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/drivers/sensor/nxp/CMakeFiles/edit_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/drivers/sensor/nxp/CMakeFiles/rebuild_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/drivers/sensor/rohm/CMakeFiles/edit_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/drivers/sensor/rohm/CMakeFiles/rebuild_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/drivers/sensor/seeed/CMakeFiles/edit_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/drivers/sensor/seeed/CMakeFiles/rebuild_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/drivers/sensor/sensirion/CMakeFiles/edit_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/drivers/sensor/sensirion/CMakeFiles/rebuild_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/drivers/sensor/silabs/CMakeFiles/edit_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/drivers/sensor/silabs/CMakeFiles/rebuild_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/drivers/sensor/st/CMakeFiles/edit_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/drivers/sensor/st/CMakeFiles/rebuild_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/drivers/sensor/st/stmemsc/CMakeFiles/drivers__sensor__st__stmemsc.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/drivers/sensor/st/stmemsc/CMakeFiles/edit_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/drivers/sensor/st/stmemsc/CMakeFiles/rebuild_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/drivers/sensor/st/lis2dh/CMakeFiles/drivers__sensor__st__lis2dh.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/drivers/sensor/st/lis2dh/CMakeFiles/edit_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/drivers/sensor/st/lis2dh/CMakeFiles/rebuild_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/drivers/sensor/st/lis2mdl/CMakeFiles/drivers__sensor__st__lis2mdl.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/drivers/sensor/st/lis2mdl/CMakeFiles/edit_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/drivers/sensor/st/lis2mdl/CMakeFiles/rebuild_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/drivers/sensor/ti/CMakeFiles/edit_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/drivers/sensor/ti/CMakeFiles/rebuild_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/drivers/sensor/vishay/CMakeFiles/edit_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/drivers/sensor/vishay/CMakeFiles/rebuild_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/drivers/sensor/wsen/CMakeFiles/edit_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/drivers/sensor/wsen/CMakeFiles/rebuild_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/drivers/serial/CMakeFiles/drivers__serial.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/drivers/serial/CMakeFiles/edit_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/drivers/serial/CMakeFiles/rebuild_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/drivers/spi/CMakeFiles/drivers__spi.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/drivers/spi/CMakeFiles/edit_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/drivers/spi/CMakeFiles/rebuild_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/drivers/timer/CMakeFiles/drivers__timer.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/drivers/timer/CMakeFiles/edit_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/drivers/timer/CMakeFiles/rebuild_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/nrf/CMakeFiles/ncs_version_h.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/nrf/CMakeFiles/ncs_commit_h.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/nrf/CMakeFiles/zephyr_commit_h.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/nrf/CMakeFiles/app_subimage.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/nrf/CMakeFiles/edit_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/nrf/CMakeFiles/rebuild_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/nrf/ext/CMakeFiles/edit_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/nrf/ext/CMakeFiles/rebuild_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/nrf/lib/CMakeFiles/edit_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/nrf/lib/CMakeFiles/rebuild_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/nrf/lib/bin/CMakeFiles/edit_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/nrf/lib/bin/CMakeFiles/rebuild_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/nrf/lib/multithreading_lock/CMakeFiles/..__nrf__lib__multithreading_lock.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/nrf/lib/multithreading_lock/CMakeFiles/edit_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/nrf/lib/multithreading_lock/CMakeFiles/rebuild_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/nrf/lib/flash_patch/CMakeFiles/edit_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/nrf/lib/flash_patch/CMakeFiles/rebuild_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/nrf/lib/fatal_error/CMakeFiles/edit_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/nrf/lib/fatal_error/CMakeFiles/rebuild_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/nrf/lib/boot_banner/CMakeFiles/edit_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/nrf/lib/boot_banner/CMakeFiles/rebuild_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/nrf/samples/CMakeFiles/edit_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/nrf/samples/CMakeFiles/rebuild_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/nrf/samples/common/CMakeFiles/edit_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/nrf/samples/common/CMakeFiles/rebuild_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/nrf/samples/common/mcumgr_bt_ota_dfu/CMakeFiles/edit_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/nrf/samples/common/mcumgr_bt_ota_dfu/CMakeFiles/rebuild_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/nrf/subsys/CMakeFiles/edit_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/nrf/subsys/CMakeFiles/rebuild_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/nrf/subsys/bluetooth/CMakeFiles/edit_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/nrf/subsys/bluetooth/CMakeFiles/rebuild_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/nrf/subsys/bluetooth/controller/CMakeFiles/..__nrf__subsys__bluetooth__controller.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/nrf/subsys/bluetooth/controller/CMakeFiles/edit_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/nrf/subsys/bluetooth/controller/CMakeFiles/rebuild_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/nrf/subsys/bluetooth/host_extensions/CMakeFiles/edit_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/nrf/subsys/bluetooth/host_extensions/CMakeFiles/rebuild_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/nrf/subsys/net/CMakeFiles/edit_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/nrf/subsys/net/CMakeFiles/rebuild_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/nrf/subsys/net/lib/CMakeFiles/edit_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/nrf/subsys/net/lib/CMakeFiles/rebuild_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/nrf/subsys/dfu/CMakeFiles/edit_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/nrf/subsys/dfu/CMakeFiles/rebuild_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/nrf/subsys/mpsl/CMakeFiles/edit_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/nrf/subsys/mpsl/CMakeFiles/rebuild_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/nrf/subsys/mpsl/init/CMakeFiles/..__nrf__subsys__mpsl__init.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/nrf/subsys/mpsl/init/CMakeFiles/edit_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/nrf/subsys/mpsl/init/CMakeFiles/rebuild_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/nrf/subsys/mpsl/fem/CMakeFiles/..__nrf__subsys__mpsl__fem.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/nrf/subsys/mpsl/fem/CMakeFiles/edit_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/nrf/subsys/mpsl/fem/CMakeFiles/rebuild_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/nrf/subsys/shell/CMakeFiles/edit_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/nrf/subsys/shell/CMakeFiles/rebuild_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/nrf/subsys/debug/CMakeFiles/edit_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/nrf/subsys/debug/CMakeFiles/rebuild_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/nrf/subsys/suit/CMakeFiles/edit_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/nrf/subsys/suit/CMakeFiles/rebuild_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/nrf/subsys/suit/provisioning/CMakeFiles/edit_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/nrf/subsys/suit/provisioning/CMakeFiles/rebuild_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/nrf/modules/CMakeFiles/edit_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/nrf/modules/CMakeFiles/rebuild_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/nrf/modules/hostap/CMakeFiles/edit_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/nrf/modules/hostap/CMakeFiles/rebuild_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/nrf/modules/wfa-qt/CMakeFiles/edit_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/nrf/modules/wfa-qt/CMakeFiles/rebuild_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/nrf/drivers/CMakeFiles/edit_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/nrf/drivers/CMakeFiles/rebuild_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/nrf/drivers/sensor/CMakeFiles/edit_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/nrf/drivers/sensor/CMakeFiles/rebuild_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/nrf/drivers/mpsl/CMakeFiles/edit_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/nrf/drivers/mpsl/CMakeFiles/rebuild_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/nrf/drivers/mpsl/clock_control/CMakeFiles/..__nrf__drivers__mpsl__clock_control.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/nrf/drivers/mpsl/clock_control/CMakeFiles/edit_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/nrf/drivers/mpsl/clock_control/CMakeFiles/rebuild_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/nrf/drivers/mpsl/flash_sync/CMakeFiles/..__nrf__drivers__mpsl__flash_sync.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/nrf/drivers/mpsl/flash_sync/CMakeFiles/edit_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/nrf/drivers/mpsl/flash_sync/CMakeFiles/rebuild_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/nrf/drivers/mpsl/temp_nrf5/CMakeFiles/..__nrf__drivers__mpsl__temp_nrf5.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/nrf/drivers/mpsl/temp_nrf5/CMakeFiles/edit_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/nrf/drivers/mpsl/temp_nrf5/CMakeFiles/rebuild_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/nrf/drivers/hw_cc3xx/CMakeFiles/edit_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/nrf/drivers/hw_cc3xx/CMakeFiles/rebuild_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/nrf/drivers/entropy/CMakeFiles/edit_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/nrf/drivers/entropy/CMakeFiles/rebuild_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/nrf/drivers/serial/CMakeFiles/edit_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/nrf/drivers/serial/CMakeFiles/rebuild_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/nrf/drivers/flash/CMakeFiles/edit_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/nrf/drivers/flash/CMakeFiles/rebuild_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/nrf/tests/CMakeFiles/edit_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/nrf/tests/CMakeFiles/rebuild_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/nrf/tests/mocks/CMakeFiles/edit_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/nrf/tests/mocks/CMakeFiles/rebuild_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/mcuboot/CMakeFiles/edit_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/mcuboot/CMakeFiles/rebuild_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/mcuboot/boot/bootutil/zephyr/CMakeFiles/edit_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/mcuboot/boot/bootutil/zephyr/CMakeFiles/rebuild_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/mbedtls/CMakeFiles/edit_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/mbedtls/CMakeFiles/rebuild_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/trusted-firmware-m/CMakeFiles/edit_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/trusted-firmware-m/CMakeFiles/rebuild_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/cjson/CMakeFiles/edit_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/cjson/CMakeFiles/rebuild_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/azure-sdk-for-c/CMakeFiles/edit_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/azure-sdk-for-c/CMakeFiles/rebuild_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/cirrus-logic/CMakeFiles/edit_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/cirrus-logic/CMakeFiles/rebuild_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/openthread/CMakeFiles/edit_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/openthread/CMakeFiles/rebuild_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/suit-processor/CMakeFiles/edit_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/suit-processor/CMakeFiles/rebuild_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/memfault-firmware-sdk/CMakeFiles/edit_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/memfault-firmware-sdk/CMakeFiles/rebuild_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/canopennode/CMakeFiles/edit_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/canopennode/CMakeFiles/rebuild_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/chre/CMakeFiles/edit_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/chre/CMakeFiles/rebuild_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/lz4/CMakeFiles/edit_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/lz4/CMakeFiles/rebuild_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/nanopb/CMakeFiles/edit_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/nanopb/CMakeFiles/rebuild_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/zscilib/CMakeFiles/edit_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/zscilib/CMakeFiles/rebuild_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/cmsis/CMakeFiles/edit_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/cmsis/CMakeFiles/rebuild_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/cmsis/cmsis/CMakeFiles/edit_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/cmsis/cmsis/CMakeFiles/rebuild_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/cmsis/cmsis/CMSIS/CMakeFiles/edit_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/cmsis/cmsis/CMSIS/CMakeFiles/rebuild_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/cmsis/cmsis/CMSIS/Core/CMakeFiles/edit_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/cmsis/cmsis/CMSIS/Core/CMakeFiles/rebuild_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/cmsis-dsp/CMakeFiles/edit_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/cmsis-dsp/CMakeFiles/rebuild_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/cmsis-nn/CMakeFiles/edit_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/cmsis-nn/CMakeFiles/rebuild_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/fatfs/CMakeFiles/edit_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/fatfs/CMakeFiles/rebuild_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/hal_nordic/CMakeFiles/edit_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/hal_nordic/CMakeFiles/rebuild_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/hal_nordic/nrfx/CMakeFiles/modules__hal_nordic__nrfx.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/hal_nordic/nrfx/CMakeFiles/edit_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/hal_nordic/nrfx/CMakeFiles/rebuild_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/hal_st/CMakeFiles/edit_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/hal_st/CMakeFiles/rebuild_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/hal_st/sensor/stmemsc/CMakeFiles/edit_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/hal_st/sensor/stmemsc/CMakeFiles/rebuild_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/hal_wurthelektronik/CMakeFiles/edit_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/hal_wurthelektronik/CMakeFiles/rebuild_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/libmetal/CMakeFiles/edit_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/libmetal/CMakeFiles/rebuild_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/liblc3/CMakeFiles/edit_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/liblc3/CMakeFiles/rebuild_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/littlefs/CMakeFiles/edit_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/littlefs/CMakeFiles/rebuild_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/loramac-node/CMakeFiles/edit_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/loramac-node/CMakeFiles/rebuild_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/lvgl/CMakeFiles/edit_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/lvgl/CMakeFiles/rebuild_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/mipi-sys-t/CMakeFiles/edit_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/mipi-sys-t/CMakeFiles/rebuild_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/nrf_hw_models/CMakeFiles/edit_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/nrf_hw_models/CMakeFiles/rebuild_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/open-amp/CMakeFiles/edit_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/open-amp/CMakeFiles/rebuild_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/picolibc/CMakeFiles/edit_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/picolibc/CMakeFiles/rebuild_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/segger/CMakeFiles/edit_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/segger/CMakeFiles/rebuild_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/tinycrypt/CMakeFiles/edit_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/tinycrypt/CMakeFiles/rebuild_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/tinycrypt/lib/CMakeFiles/edit_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/tinycrypt/lib/CMakeFiles/rebuild_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/uoscore-uedhoc/CMakeFiles/edit_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/uoscore-uedhoc/CMakeFiles/rebuild_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/zcbor/CMakeFiles/edit_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/zcbor/CMakeFiles/rebuild_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/nrfxlib/CMakeFiles/edit_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/nrfxlib/CMakeFiles/rebuild_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/nrfxlib/nrfxlib/CMakeFiles/edit_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/nrfxlib/nrfxlib/CMakeFiles/rebuild_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/nrfxlib/nrfxlib/crypto/CMakeFiles/edit_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/nrfxlib/nrfxlib/crypto/CMakeFiles/rebuild_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/nrfxlib/nrfxlib/softdevice_controller/CMakeFiles/edit_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/nrfxlib/nrfxlib/softdevice_controller/CMakeFiles/rebuild_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/nrfxlib/nrfxlib/mpsl/CMakeFiles/edit_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/nrfxlib/nrfxlib/mpsl/CMakeFiles/rebuild_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/nrfxlib/nrfxlib/mpsl/fem/CMakeFiles/edit_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/nrfxlib/nrfxlib/mpsl/fem/CMakeFiles/rebuild_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/nrfxlib/nrf_802154/CMakeFiles/edit_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/nrfxlib/nrf_802154/CMakeFiles/rebuild_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/connectedhomeip/CMakeFiles/edit_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/connectedhomeip/CMakeFiles/rebuild_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/kernel/CMakeFiles/kernel.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/kernel/CMakeFiles/edit_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/kernel/CMakeFiles/rebuild_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/cmake/flash/CMakeFiles/flash.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/cmake/flash/CMakeFiles/debug.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/cmake/flash/CMakeFiles/debugserver.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/cmake/flash/CMakeFiles/attach.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/cmake/flash/CMakeFiles/edit_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/cmake/flash/CMakeFiles/rebuild_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/cmake/usage/CMakeFiles/usage.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/cmake/usage/CMakeFiles/edit_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/cmake/usage/CMakeFiles/rebuild_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/cmake/reports/CMakeFiles/ram_report.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/cmake/reports/CMakeFiles/rom_report.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/cmake/reports/CMakeFiles/footprint.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/cmake/reports/CMakeFiles/edit_cache.dir
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/cmake/reports/CMakeFiles/rebuild_cache.dir
diff --git a/build/CMakeFiles/app.dir/src/main.c.obj b/build/CMakeFiles/app.dir/src/main.c.obj
new file mode 100644
index 0000000000000000000000000000000000000000..31a91af2034f3d02112ecc8c0fbc6075b25753eb
Binary files /dev/null and b/build/CMakeFiles/app.dir/src/main.c.obj differ
diff --git a/build/CMakeFiles/clean_additional.cmake b/build/CMakeFiles/clean_additional.cmake
new file mode 100644
index 0000000000000000000000000000000000000000..5fa69c41ade9d238eddbce9ce915edd183f33749
--- /dev/null
+++ b/build/CMakeFiles/clean_additional.cmake
@@ -0,0 +1,8 @@
+# Additional clean files
+cmake_minimum_required(VERSION 3.16)
+
+if("${CONFIG}" STREQUAL "" OR "${CONFIG}" STREQUAL "")
+  file(REMOVE_RECURSE
+  "zephyr/include/generated/syscalls"
+  )
+endif()
diff --git a/build/CMakeFiles/cmake.check_cache b/build/CMakeFiles/cmake.check_cache
new file mode 100644
index 0000000000000000000000000000000000000000..3dccd731726d7faa8b29d8d7dba3b981a53ca497
--- /dev/null
+++ b/build/CMakeFiles/cmake.check_cache
@@ -0,0 +1 @@
+# This file is generated by cmake for dependency checking of the CMakeCache.txt file
diff --git a/build/CMakeFiles/rules.ninja b/build/CMakeFiles/rules.ninja
new file mode 100644
index 0000000000000000000000000000000000000000..727209d7d0f3c72d59d4b6d9a8832fafb022559e
--- /dev/null
+++ b/build/CMakeFiles/rules.ninja
@@ -0,0 +1,900 @@
+# CMAKE generated file: DO NOT EDIT!
+# Generated by "Ninja" Generator, CMake Version 3.30
+
+# 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: lorawan
+# Configurations: 
+# =============================================================================
+# =============================================================================
+
+#############################################
+# Rule for compiling C files.
+
+rule C_COMPILER__app_unscanned_
+  depfile = $DEP_FILE
+  deps = gcc
+  command = ccache ${LAUNCHER}${CODE_CHECK}/opt/zephyr-sdk-0.16.8/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 && ccache /opt/bin/cmake -E rm -f $TARGET_FILE && ccache /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-ar qc $TARGET_FILE $LINK_FLAGS $in && ccache /opt/zephyr-sdk-0.16.8/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 = ccache ${LAUNCHER}${CODE_CHECK}/opt/zephyr-sdk-0.16.8/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 && ccache /opt/bin/cmake -E rm -f $TARGET_FILE && ccache /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-ar qc $TARGET_FILE $LINK_FLAGS $in && ccache /opt/zephyr-sdk-0.16.8/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 = ccache ${LAUNCHER}${CODE_CHECK}/opt/zephyr-sdk-0.16.8/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 = ccache ${LAUNCHER}${CODE_CHECK}/opt/zephyr-sdk-0.16.8/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 && ccache /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc $FLAGS $LINK_FLAGS $in -o $TARGET_FILE $LINK_PATH $LINK_LIBRARIES && $POST_BUILD
+  description = Linking C executable $TARGET_FILE
+  restat = $RESTAT
+
+
+#############################################
+# Rule for compiling C files.
+
+rule C_COMPILER__zephyr_final_unscanned_
+  depfile = $DEP_FILE
+  deps = gcc
+  command = ccache ${LAUNCHER}${CODE_CHECK}/opt/zephyr-sdk-0.16.8/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 && ccache /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc $FLAGS $LINK_FLAGS $in -o $TARGET_FILE $LINK_PATH $LINK_LIBRARIES && $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 = ccache ${LAUNCHER}${CODE_CHECK}/opt/zephyr-sdk-0.16.8/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 && ccache /opt/bin/cmake -E rm -f $TARGET_FILE && ccache /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-ar qc $TARGET_FILE $LINK_FLAGS $in && ccache /opt/zephyr-sdk-0.16.8/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 = ccache ${LAUNCHER}${CODE_CHECK}/opt/zephyr-sdk-0.16.8/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 && ccache /opt/bin/cmake -E rm -f $TARGET_FILE && ccache /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-ar qc $TARGET_FILE $LINK_FLAGS $in && ccache /opt/zephyr-sdk-0.16.8/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 = ccache ${LAUNCHER}${CODE_CHECK}/opt/zephyr-sdk-0.16.8/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 = ccache ${LAUNCHER}${CODE_CHECK}/opt/zephyr-sdk-0.16.8/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 && ccache /opt/bin/cmake -E rm -f $TARGET_FILE && ccache /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-ar qc $TARGET_FILE $LINK_FLAGS $in && ccache /opt/zephyr-sdk-0.16.8/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 = ccache ${LAUNCHER}${CODE_CHECK}/opt/zephyr-sdk-0.16.8/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 = ccache ${LAUNCHER}${CODE_CHECK}/opt/zephyr-sdk-0.16.8/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 && ccache /opt/bin/cmake -E rm -f $TARGET_FILE && ccache /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-ar qc $TARGET_FILE $LINK_FLAGS $in && ccache /opt/zephyr-sdk-0.16.8/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__newlib_unscanned_
+  depfile = $DEP_FILE
+  deps = gcc
+  command = ccache ${LAUNCHER}${CODE_CHECK}/opt/zephyr-sdk-0.16.8/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__newlib_
+  command = $PRE_LINK && ccache /opt/bin/cmake -E rm -f $TARGET_FILE && ccache /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-ar qc $TARGET_FILE $LINK_FLAGS $in && ccache /opt/zephyr-sdk-0.16.8/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 = ccache ${LAUNCHER}${CODE_CHECK}/opt/zephyr-sdk-0.16.8/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 && ccache /opt/bin/cmake -E rm -f $TARGET_FILE && ccache /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-ar qc $TARGET_FILE $LINK_FLAGS $in && ccache /opt/zephyr-sdk-0.16.8/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__posix__options_unscanned_
+  depfile = $DEP_FILE
+  deps = gcc
+  command = ccache ${LAUNCHER}${CODE_CHECK}/opt/zephyr-sdk-0.16.8/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__posix__options_
+  command = $PRE_LINK && ccache /opt/bin/cmake -E rm -f $TARGET_FILE && ccache /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-ar qc $TARGET_FILE $LINK_FLAGS $in && ccache /opt/zephyr-sdk-0.16.8/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__soc__nordic_unscanned_
+  depfile = $DEP_FILE
+  deps = gcc
+  command = ccache ${LAUNCHER}${CODE_CHECK}/opt/zephyr-sdk-0.16.8/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__soc__nordic_
+  command = $PRE_LINK && ccache /opt/bin/cmake -E rm -f $TARGET_FILE && ccache /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-ar qc $TARGET_FILE $LINK_FLAGS $in && ccache /opt/zephyr-sdk-0.16.8/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__loramac-node_unscanned_
+  depfile = $DEP_FILE
+  deps = gcc
+  command = ccache ${LAUNCHER}${CODE_CHECK}/opt/zephyr-sdk-0.16.8/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__loramac-node_
+  command = $PRE_LINK && ccache /opt/bin/cmake -E rm -f $TARGET_FILE && ccache /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-ar qc $TARGET_FILE $LINK_FLAGS $in && ccache /opt/zephyr-sdk-0.16.8/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__subsys__random_unscanned_
+  depfile = $DEP_FILE
+  deps = gcc
+  command = ccache ${LAUNCHER}${CODE_CHECK}/opt/zephyr-sdk-0.16.8/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__random_
+  command = $PRE_LINK && ccache /opt/bin/cmake -E rm -f $TARGET_FILE && ccache /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-ar qc $TARGET_FILE $LINK_FLAGS $in && ccache /opt/zephyr-sdk-0.16.8/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__subsys__bluetooth__common_unscanned_
+  depfile = $DEP_FILE
+  deps = gcc
+  command = ccache ${LAUNCHER}${CODE_CHECK}/opt/zephyr-sdk-0.16.8/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__bluetooth__common_
+  command = $PRE_LINK && ccache /opt/bin/cmake -E rm -f $TARGET_FILE && ccache /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-ar qc $TARGET_FILE $LINK_FLAGS $in && ccache /opt/zephyr-sdk-0.16.8/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__subsys__bluetooth__host_unscanned_
+  depfile = $DEP_FILE
+  deps = gcc
+  command = ccache ${LAUNCHER}${CODE_CHECK}/opt/zephyr-sdk-0.16.8/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__bluetooth__host_
+  command = $PRE_LINK && ccache /opt/bin/cmake -E rm -f $TARGET_FILE && ccache /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-ar qc $TARGET_FILE $LINK_FLAGS $in && ccache /opt/zephyr-sdk-0.16.8/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__subsys__net_unscanned_
+  depfile = $DEP_FILE
+  deps = gcc
+  command = ccache ${LAUNCHER}${CODE_CHECK}/opt/zephyr-sdk-0.16.8/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__net_
+  command = $PRE_LINK && ccache /opt/bin/cmake -E rm -f $TARGET_FILE && ccache /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-ar qc $TARGET_FILE $LINK_FLAGS $in && ccache /opt/zephyr-sdk-0.16.8/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 = ccache ${LAUNCHER}${CODE_CHECK}/opt/zephyr-sdk-0.16.8/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 && ccache /opt/bin/cmake -E rm -f $TARGET_FILE && ccache /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-ar qc $TARGET_FILE $LINK_FLAGS $in && ccache /opt/zephyr-sdk-0.16.8/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__adc_unscanned_
+  depfile = $DEP_FILE
+  deps = gcc
+  command = ccache ${LAUNCHER}${CODE_CHECK}/opt/zephyr-sdk-0.16.8/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__adc_
+  command = $PRE_LINK && ccache /opt/bin/cmake -E rm -f $TARGET_FILE && ccache /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-ar qc $TARGET_FILE $LINK_FLAGS $in && ccache /opt/zephyr-sdk-0.16.8/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 = ccache ${LAUNCHER}${CODE_CHECK}/opt/zephyr-sdk-0.16.8/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 && ccache /opt/bin/cmake -E rm -f $TARGET_FILE && ccache /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-ar qc $TARGET_FILE $LINK_FLAGS $in && ccache /opt/zephyr-sdk-0.16.8/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__console_unscanned_
+  depfile = $DEP_FILE
+  deps = gcc
+  command = ccache ${LAUNCHER}${CODE_CHECK}/opt/zephyr-sdk-0.16.8/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__console_
+  command = $PRE_LINK && ccache /opt/bin/cmake -E rm -f $TARGET_FILE && ccache /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-ar qc $TARGET_FILE $LINK_FLAGS $in && ccache /opt/zephyr-sdk-0.16.8/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__entropy_unscanned_
+  depfile = $DEP_FILE
+  deps = gcc
+  command = ccache ${LAUNCHER}${CODE_CHECK}/opt/zephyr-sdk-0.16.8/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__entropy_
+  command = $PRE_LINK && ccache /opt/bin/cmake -E rm -f $TARGET_FILE && ccache /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-ar qc $TARGET_FILE $LINK_FLAGS $in && ccache /opt/zephyr-sdk-0.16.8/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 = ccache ${LAUNCHER}${CODE_CHECK}/opt/zephyr-sdk-0.16.8/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 && ccache /opt/bin/cmake -E rm -f $TARGET_FILE && ccache /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-ar qc $TARGET_FILE $LINK_FLAGS $in && ccache /opt/zephyr-sdk-0.16.8/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__gpio_unscanned_
+  depfile = $DEP_FILE
+  deps = gcc
+  command = ccache ${LAUNCHER}${CODE_CHECK}/opt/zephyr-sdk-0.16.8/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__gpio_
+  command = $PRE_LINK && ccache /opt/bin/cmake -E rm -f $TARGET_FILE && ccache /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-ar qc $TARGET_FILE $LINK_FLAGS $in && ccache /opt/zephyr-sdk-0.16.8/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__i2c_unscanned_
+  depfile = $DEP_FILE
+  deps = gcc
+  command = ccache ${LAUNCHER}${CODE_CHECK}/opt/zephyr-sdk-0.16.8/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__i2c_
+  command = $PRE_LINK && ccache /opt/bin/cmake -E rm -f $TARGET_FILE && ccache /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-ar qc $TARGET_FILE $LINK_FLAGS $in && ccache /opt/zephyr-sdk-0.16.8/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__pinctrl_unscanned_
+  depfile = $DEP_FILE
+  deps = gcc
+  command = ccache ${LAUNCHER}${CODE_CHECK}/opt/zephyr-sdk-0.16.8/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__pinctrl_
+  command = $PRE_LINK && ccache /opt/bin/cmake -E rm -f $TARGET_FILE && ccache /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-ar qc $TARGET_FILE $LINK_FLAGS $in && ccache /opt/zephyr-sdk-0.16.8/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__sensor_unscanned_
+  depfile = $DEP_FILE
+  deps = gcc
+  command = ccache ${LAUNCHER}${CODE_CHECK}/opt/zephyr-sdk-0.16.8/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__sensor_
+  command = $PRE_LINK && ccache /opt/bin/cmake -E rm -f $TARGET_FILE && ccache /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-ar qc $TARGET_FILE $LINK_FLAGS $in && ccache /opt/zephyr-sdk-0.16.8/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__sensor__bosch__bme280_unscanned_
+  depfile = $DEP_FILE
+  deps = gcc
+  command = ccache ${LAUNCHER}${CODE_CHECK}/opt/zephyr-sdk-0.16.8/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__sensor__bosch__bme280_
+  command = $PRE_LINK && ccache /opt/bin/cmake -E rm -f $TARGET_FILE && ccache /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-ar qc $TARGET_FILE $LINK_FLAGS $in && ccache /opt/zephyr-sdk-0.16.8/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__sensor__st__stmemsc_unscanned_
+  depfile = $DEP_FILE
+  deps = gcc
+  command = ccache ${LAUNCHER}${CODE_CHECK}/opt/zephyr-sdk-0.16.8/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__sensor__st__stmemsc_
+  command = $PRE_LINK && ccache /opt/bin/cmake -E rm -f $TARGET_FILE && ccache /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-ar qc $TARGET_FILE $LINK_FLAGS $in && ccache /opt/zephyr-sdk-0.16.8/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__sensor__st__lis2dh_unscanned_
+  depfile = $DEP_FILE
+  deps = gcc
+  command = ccache ${LAUNCHER}${CODE_CHECK}/opt/zephyr-sdk-0.16.8/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__sensor__st__lis2dh_
+  command = $PRE_LINK && ccache /opt/bin/cmake -E rm -f $TARGET_FILE && ccache /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-ar qc $TARGET_FILE $LINK_FLAGS $in && ccache /opt/zephyr-sdk-0.16.8/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__sensor__st__lis2mdl_unscanned_
+  depfile = $DEP_FILE
+  deps = gcc
+  command = ccache ${LAUNCHER}${CODE_CHECK}/opt/zephyr-sdk-0.16.8/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__sensor__st__lis2mdl_
+  command = $PRE_LINK && ccache /opt/bin/cmake -E rm -f $TARGET_FILE && ccache /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-ar qc $TARGET_FILE $LINK_FLAGS $in && ccache /opt/zephyr-sdk-0.16.8/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__serial_unscanned_
+  depfile = $DEP_FILE
+  deps = gcc
+  command = ccache ${LAUNCHER}${CODE_CHECK}/opt/zephyr-sdk-0.16.8/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__serial_
+  command = $PRE_LINK && ccache /opt/bin/cmake -E rm -f $TARGET_FILE && ccache /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-ar qc $TARGET_FILE $LINK_FLAGS $in && ccache /opt/zephyr-sdk-0.16.8/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__spi_unscanned_
+  depfile = $DEP_FILE
+  deps = gcc
+  command = ccache ${LAUNCHER}${CODE_CHECK}/opt/zephyr-sdk-0.16.8/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__spi_
+  command = $PRE_LINK && ccache /opt/bin/cmake -E rm -f $TARGET_FILE && ccache /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-ar qc $TARGET_FILE $LINK_FLAGS $in && ccache /opt/zephyr-sdk-0.16.8/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 = ccache ${LAUNCHER}${CODE_CHECK}/opt/zephyr-sdk-0.16.8/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 && ccache /opt/bin/cmake -E rm -f $TARGET_FILE && ccache /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-ar qc $TARGET_FILE $LINK_FLAGS $in && ccache /opt/zephyr-sdk-0.16.8/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__nrf__lib__multithreading_lock_unscanned_
+  depfile = $DEP_FILE
+  deps = gcc
+  command = ccache ${LAUNCHER}${CODE_CHECK}/opt/zephyr-sdk-0.16.8/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__nrf__lib__multithreading_lock_
+  command = $PRE_LINK && ccache /opt/bin/cmake -E rm -f $TARGET_FILE && ccache /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-ar qc $TARGET_FILE $LINK_FLAGS $in && ccache /opt/zephyr-sdk-0.16.8/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__nrf__subsys__bluetooth__controller_unscanned_
+  depfile = $DEP_FILE
+  deps = gcc
+  command = ccache ${LAUNCHER}${CODE_CHECK}/opt/zephyr-sdk-0.16.8/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__nrf__subsys__bluetooth__controller_
+  command = $PRE_LINK && ccache /opt/bin/cmake -E rm -f $TARGET_FILE && ccache /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-ar qc $TARGET_FILE $LINK_FLAGS $in && ccache /opt/zephyr-sdk-0.16.8/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__nrf__subsys__mpsl__init_unscanned_
+  depfile = $DEP_FILE
+  deps = gcc
+  command = ccache ${LAUNCHER}${CODE_CHECK}/opt/zephyr-sdk-0.16.8/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__nrf__subsys__mpsl__init_
+  command = $PRE_LINK && ccache /opt/bin/cmake -E rm -f $TARGET_FILE && ccache /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-ar qc $TARGET_FILE $LINK_FLAGS $in && ccache /opt/zephyr-sdk-0.16.8/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__nrf__subsys__mpsl__fem_unscanned_
+  depfile = $DEP_FILE
+  deps = gcc
+  command = ccache ${LAUNCHER}${CODE_CHECK}/opt/zephyr-sdk-0.16.8/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__nrf__subsys__mpsl__fem_
+  command = $PRE_LINK && ccache /opt/bin/cmake -E rm -f $TARGET_FILE && ccache /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-ar qc $TARGET_FILE $LINK_FLAGS $in && ccache /opt/zephyr-sdk-0.16.8/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__nrf__drivers__mpsl__clock_control_unscanned_
+  depfile = $DEP_FILE
+  deps = gcc
+  command = ccache ${LAUNCHER}${CODE_CHECK}/opt/zephyr-sdk-0.16.8/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__nrf__drivers__mpsl__clock_control_
+  command = $PRE_LINK && ccache /opt/bin/cmake -E rm -f $TARGET_FILE && ccache /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-ar qc $TARGET_FILE $LINK_FLAGS $in && ccache /opt/zephyr-sdk-0.16.8/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__nrf__drivers__mpsl__flash_sync_unscanned_
+  depfile = $DEP_FILE
+  deps = gcc
+  command = ccache ${LAUNCHER}${CODE_CHECK}/opt/zephyr-sdk-0.16.8/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__nrf__drivers__mpsl__flash_sync_
+  command = $PRE_LINK && ccache /opt/bin/cmake -E rm -f $TARGET_FILE && ccache /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-ar qc $TARGET_FILE $LINK_FLAGS $in && ccache /opt/zephyr-sdk-0.16.8/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__nrf__drivers__mpsl__temp_nrf5_unscanned_
+  depfile = $DEP_FILE
+  deps = gcc
+  command = ccache ${LAUNCHER}${CODE_CHECK}/opt/zephyr-sdk-0.16.8/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__nrf__drivers__mpsl__temp_nrf5_
+  command = $PRE_LINK && ccache /opt/bin/cmake -E rm -f $TARGET_FILE && ccache /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-ar qc $TARGET_FILE $LINK_FLAGS $in && ccache /opt/zephyr-sdk-0.16.8/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__modules__hal_nordic__nrfx_unscanned_
+  depfile = $DEP_FILE
+  deps = gcc
+  command = ccache ${LAUNCHER}${CODE_CHECK}/opt/zephyr-sdk-0.16.8/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__modules__hal_nordic__nrfx_
+  command = $PRE_LINK && ccache /opt/bin/cmake -E rm -f $TARGET_FILE && ccache /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-ar qc $TARGET_FILE $LINK_FLAGS $in && ccache /opt/zephyr-sdk-0.16.8/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 = ccache ${LAUNCHER}${CODE_CHECK}/opt/zephyr-sdk-0.16.8/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 && ccache /opt/bin/cmake -E rm -f $TARGET_FILE && ccache /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-ar qc $TARGET_FILE $LINK_FLAGS $in && ccache /opt/zephyr-sdk-0.16.8/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 = /opt/bin/cmake --regenerate-during-build -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  description = Re-running CMake...
+  generator = 1
+
+
+#############################################
+# Rule for cleaning additional files.
+
+rule CLEAN_ADDITIONAL
+  command = /opt/bin/cmake -DCONFIG=$CONFIG -P CMakeFiles/clean_additional.cmake
+  description = Cleaning additional files...
+
+
+#############################################
+# Rule for cleaning all built files.
+
+rule CLEAN
+  command = /usr/bin/ninja $FILE_ARG -t clean $TARGETS
+  description = Cleaning all built files...
+
+
+#############################################
+# Rule for printing all primary targets available.
+
+rule HELP
+  command = /usr/bin/ninja -t targets
+  description = All primary targets available:
+
diff --git a/build/Kconfig/Kconfig.dts b/build/Kconfig/Kconfig.dts
new file mode 100644
index 0000000000000000000000000000000000000000..c897f134ad7314906d72e04b73eb5bd09c02b8f6
--- /dev/null
+++ b/build/Kconfig/Kconfig.dts
@@ -0,0 +1,9478 @@
+# Generated devicetree Kconfig
+#
+# SPDX-License-Identifier: Apache-2.0
+
+DT_COMPAT_ADAFRUIT_FEATHER_HEADER := adafruit-feather-header
+
+config DT_HAS_ADAFRUIT_FEATHER_HEADER_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ADAFRUIT_FEATHER_HEADER))
+
+DT_COMPAT_ADC_KEYS := adc-keys
+
+config DT_HAS_ADC_KEYS_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ADC_KEYS))
+
+DT_COMPAT_ADI_AD559X := adi,ad559x
+
+config DT_HAS_ADI_AD559X_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ADI_AD559X))
+
+DT_COMPAT_ADI_AD559X_ADC := adi,ad559x-adc
+
+config DT_HAS_ADI_AD559X_ADC_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ADI_AD559X_ADC))
+
+DT_COMPAT_ADI_AD559X_DAC := adi,ad559x-dac
+
+config DT_HAS_ADI_AD559X_DAC_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ADI_AD559X_DAC))
+
+DT_COMPAT_ADI_AD559X_GPIO := adi,ad559x-gpio
+
+config DT_HAS_ADI_AD559X_GPIO_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ADI_AD559X_GPIO))
+
+DT_COMPAT_ADI_AD5628 := adi,ad5628
+
+config DT_HAS_ADI_AD5628_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ADI_AD5628))
+
+DT_COMPAT_ADI_AD5648 := adi,ad5648
+
+config DT_HAS_ADI_AD5648_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ADI_AD5648))
+
+DT_COMPAT_ADI_AD5668 := adi,ad5668
+
+config DT_HAS_ADI_AD5668_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ADI_AD5668))
+
+DT_COMPAT_ADI_AD5672 := adi,ad5672
+
+config DT_HAS_ADI_AD5672_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ADI_AD5672))
+
+DT_COMPAT_ADI_AD5674 := adi,ad5674
+
+config DT_HAS_ADI_AD5674_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ADI_AD5674))
+
+DT_COMPAT_ADI_AD5676 := adi,ad5676
+
+config DT_HAS_ADI_AD5676_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ADI_AD5676))
+
+DT_COMPAT_ADI_AD5679 := adi,ad5679
+
+config DT_HAS_ADI_AD5679_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ADI_AD5679))
+
+DT_COMPAT_ADI_AD5684 := adi,ad5684
+
+config DT_HAS_ADI_AD5684_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ADI_AD5684))
+
+DT_COMPAT_ADI_AD5686 := adi,ad5686
+
+config DT_HAS_ADI_AD5686_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ADI_AD5686))
+
+DT_COMPAT_ADI_AD5687 := adi,ad5687
+
+config DT_HAS_ADI_AD5687_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ADI_AD5687))
+
+DT_COMPAT_ADI_AD5689 := adi,ad5689
+
+config DT_HAS_ADI_AD5689_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ADI_AD5689))
+
+DT_COMPAT_ADI_AD5691 := adi,ad5691
+
+config DT_HAS_ADI_AD5691_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ADI_AD5691))
+
+DT_COMPAT_ADI_AD5692 := adi,ad5692
+
+config DT_HAS_ADI_AD5692_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ADI_AD5692))
+
+DT_COMPAT_ADI_AD5693 := adi,ad5693
+
+config DT_HAS_ADI_AD5693_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ADI_AD5693))
+
+DT_COMPAT_ADI_ADIN1100_PHY := adi,adin1100-phy
+
+config DT_HAS_ADI_ADIN1100_PHY_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ADI_ADIN1100_PHY))
+
+DT_COMPAT_ADI_ADIN1110 := adi,adin1110
+
+config DT_HAS_ADI_ADIN1110_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ADI_ADIN1110))
+
+DT_COMPAT_ADI_ADIN2111 := adi,adin2111
+
+config DT_HAS_ADI_ADIN2111_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ADI_ADIN2111))
+
+DT_COMPAT_ADI_ADIN2111_MDIO := adi,adin2111-mdio
+
+config DT_HAS_ADI_ADIN2111_MDIO_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ADI_ADIN2111_MDIO))
+
+DT_COMPAT_ADI_ADIN2111_PHY := adi,adin2111-phy
+
+config DT_HAS_ADI_ADIN2111_PHY_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ADI_ADIN2111_PHY))
+
+DT_COMPAT_ADI_ADLTC2990 := adi,adltc2990
+
+config DT_HAS_ADI_ADLTC2990_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ADI_ADLTC2990))
+
+DT_COMPAT_ADI_ADP5360 := adi,adp5360
+
+config DT_HAS_ADI_ADP5360_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ADI_ADP5360))
+
+DT_COMPAT_ADI_ADP5360_REGULATOR := adi,adp5360-regulator
+
+config DT_HAS_ADI_ADP5360_REGULATOR_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ADI_ADP5360_REGULATOR))
+
+DT_COMPAT_ADI_ADP5585 := adi,adp5585
+
+config DT_HAS_ADI_ADP5585_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ADI_ADP5585))
+
+DT_COMPAT_ADI_ADP5585_GPIO := adi,adp5585-gpio
+
+config DT_HAS_ADI_ADP5585_GPIO_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ADI_ADP5585_GPIO))
+
+DT_COMPAT_ADI_ADT7310 := adi,adt7310
+
+config DT_HAS_ADI_ADT7310_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ADI_ADT7310))
+
+DT_COMPAT_ADI_ADT7420 := adi,adt7420
+
+config DT_HAS_ADI_ADT7420_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ADI_ADT7420))
+
+DT_COMPAT_ADI_ADXL345 := adi,adxl345
+
+config DT_HAS_ADI_ADXL345_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ADI_ADXL345))
+
+DT_COMPAT_ADI_ADXL362 := adi,adxl362
+
+config DT_HAS_ADI_ADXL362_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ADI_ADXL362))
+
+DT_COMPAT_ADI_ADXL367 := adi,adxl367
+
+config DT_HAS_ADI_ADXL367_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ADI_ADXL367))
+
+DT_COMPAT_ADI_ADXL372 := adi,adxl372
+
+config DT_HAS_ADI_ADXL372_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ADI_ADXL372))
+
+DT_COMPAT_ADI_MAX32_GCR := adi,max32-gcr
+
+config DT_HAS_ADI_MAX32_GCR_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ADI_MAX32_GCR))
+
+DT_COMPAT_ADI_SDP_120 := adi,sdp-120
+
+config DT_HAS_ADI_SDP_120_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ADI_SDP_120))
+
+DT_COMPAT_ALTR_JTAG_UART := altr,jtag-uart
+
+config DT_HAS_ALTR_JTAG_UART_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ALTR_JTAG_UART))
+
+DT_COMPAT_ALTR_MSGDMA := altr,msgdma
+
+config DT_HAS_ALTR_MSGDMA_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ALTR_MSGDMA))
+
+DT_COMPAT_ALTR_NIOS2_I2C := altr,nios2-i2c
+
+config DT_HAS_ALTR_NIOS2_I2C_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ALTR_NIOS2_I2C))
+
+DT_COMPAT_ALTR_NIOS2_QSPI := altr,nios2-qspi
+
+config DT_HAS_ALTR_NIOS2_QSPI_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ALTR_NIOS2_QSPI))
+
+DT_COMPAT_ALTR_NIOS2_QSPI_NOR := altr,nios2-qspi-nor
+
+config DT_HAS_ALTR_NIOS2_QSPI_NOR_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ALTR_NIOS2_QSPI_NOR))
+
+DT_COMPAT_ALTR_NIOS2F := altr,nios2f
+
+config DT_HAS_ALTR_NIOS2F_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ALTR_NIOS2F))
+
+DT_COMPAT_ALTR_PIO_1_0 := altr,pio-1.0
+
+config DT_HAS_ALTR_PIO_1_0_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ALTR_PIO_1_0))
+
+DT_COMPAT_ALTR_UART := altr,uart
+
+config DT_HAS_ALTR_UART_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ALTR_UART))
+
+DT_COMPAT_AMBIQ_AM1805 := ambiq,am1805
+
+config DT_HAS_AMBIQ_AM1805_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_AMBIQ_AM1805))
+
+DT_COMPAT_AMBIQ_APOLLO3_PINCTRL := ambiq,apollo3-pinctrl
+
+config DT_HAS_AMBIQ_APOLLO3_PINCTRL_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_AMBIQ_APOLLO3_PINCTRL))
+
+DT_COMPAT_AMBIQ_APOLLO4_PINCTRL := ambiq,apollo4-pinctrl
+
+config DT_HAS_AMBIQ_APOLLO4_PINCTRL_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_AMBIQ_APOLLO4_PINCTRL))
+
+DT_COMPAT_AMBIQ_BT_HCI_SPI := ambiq,bt-hci-spi
+
+config DT_HAS_AMBIQ_BT_HCI_SPI_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_AMBIQ_BT_HCI_SPI))
+
+DT_COMPAT_AMBIQ_CLKCTRL := ambiq,clkctrl
+
+config DT_HAS_AMBIQ_CLKCTRL_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_AMBIQ_CLKCTRL))
+
+DT_COMPAT_AMBIQ_COUNTER := ambiq,counter
+
+config DT_HAS_AMBIQ_COUNTER_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_AMBIQ_COUNTER))
+
+DT_COMPAT_AMBIQ_FLASH_CONTROLLER := ambiq,flash-controller
+
+config DT_HAS_AMBIQ_FLASH_CONTROLLER_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_AMBIQ_FLASH_CONTROLLER))
+
+DT_COMPAT_AMBIQ_GPIO := ambiq,gpio
+
+config DT_HAS_AMBIQ_GPIO_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_AMBIQ_GPIO))
+
+DT_COMPAT_AMBIQ_GPIO_BANK := ambiq,gpio-bank
+
+config DT_HAS_AMBIQ_GPIO_BANK_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_AMBIQ_GPIO_BANK))
+
+DT_COMPAT_AMBIQ_I2C := ambiq,i2c
+
+config DT_HAS_AMBIQ_I2C_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_AMBIQ_I2C))
+
+DT_COMPAT_AMBIQ_MSPI := ambiq,mspi
+
+config DT_HAS_AMBIQ_MSPI_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_AMBIQ_MSPI))
+
+DT_COMPAT_AMBIQ_PWRCTRL := ambiq,pwrctrl
+
+config DT_HAS_AMBIQ_PWRCTRL_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_AMBIQ_PWRCTRL))
+
+DT_COMPAT_AMBIQ_SPI := ambiq,spi
+
+config DT_HAS_AMBIQ_SPI_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_AMBIQ_SPI))
+
+DT_COMPAT_AMBIQ_STIMER := ambiq,stimer
+
+config DT_HAS_AMBIQ_STIMER_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_AMBIQ_STIMER))
+
+DT_COMPAT_AMBIQ_UART := ambiq,uart
+
+config DT_HAS_AMBIQ_UART_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_AMBIQ_UART))
+
+DT_COMPAT_AMBIQ_WATCHDOG := ambiq,watchdog
+
+config DT_HAS_AMBIQ_WATCHDOG_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_AMBIQ_WATCHDOG))
+
+DT_COMPAT_AMBIQ_HEADER := ambiq-header
+
+config DT_HAS_AMBIQ_HEADER_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_AMBIQ_HEADER))
+
+DT_COMPAT_AMD_SB_TSI := amd,sb-tsi
+
+config DT_HAS_AMD_SB_TSI_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_AMD_SB_TSI))
+
+DT_COMPAT_AMS_AS5600 := ams,as5600
+
+config DT_HAS_AMS_AS5600_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_AMS_AS5600))
+
+DT_COMPAT_AMS_AS6212 := ams,as6212
+
+config DT_HAS_AMS_AS6212_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_AMS_AS6212))
+
+DT_COMPAT_AMS_CCS811 := ams,ccs811
+
+config DT_HAS_AMS_CCS811_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_AMS_CCS811))
+
+DT_COMPAT_AMS_ENS210 := ams,ens210
+
+config DT_HAS_AMS_ENS210_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_AMS_ENS210))
+
+DT_COMPAT_AMS_IAQCORE := ams,iaqcore
+
+config DT_HAS_AMS_IAQCORE_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_AMS_IAQCORE))
+
+DT_COMPAT_AMS_TCS3400 := ams,tcs3400
+
+config DT_HAS_AMS_TCS3400_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_AMS_TCS3400))
+
+DT_COMPAT_AMS_TMD2620 := ams,tmd2620
+
+config DT_HAS_AMS_TMD2620_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_AMS_TMD2620))
+
+DT_COMPAT_AMS_TSL2540 := ams,tsl2540
+
+config DT_HAS_AMS_TSL2540_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_AMS_TSL2540))
+
+DT_COMPAT_AMS_TSL2561 := ams,tsl2561
+
+config DT_HAS_AMS_TSL2561_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_AMS_TSL2561))
+
+DT_COMPAT_AMS_TSL2591 := ams,tsl2591
+
+config DT_HAS_AMS_TSL2591_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_AMS_TSL2591))
+
+DT_COMPAT_ANALOG_AXIS := analog-axis
+
+config DT_HAS_ANALOG_AXIS_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ANALOG_AXIS))
+
+DT_COMPAT_ANDESTECH_ANDESCORE_V5 := andestech,andescore-v5
+
+config DT_HAS_ANDESTECH_ANDESCORE_V5_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ANDESTECH_ANDESCORE_V5))
+
+DT_COMPAT_ANDESTECH_ATCDMAC300 := andestech,atcdmac300
+
+config DT_HAS_ANDESTECH_ATCDMAC300_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ANDESTECH_ATCDMAC300))
+
+DT_COMPAT_ANDESTECH_ATCGPIO100 := andestech,atcgpio100
+
+config DT_HAS_ANDESTECH_ATCGPIO100_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ANDESTECH_ATCGPIO100))
+
+DT_COMPAT_ANDESTECH_ATCIIC100 := andestech,atciic100
+
+config DT_HAS_ANDESTECH_ATCIIC100_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ANDESTECH_ATCIIC100))
+
+DT_COMPAT_ANDESTECH_ATCPIT100 := andestech,atcpit100
+
+config DT_HAS_ANDESTECH_ATCPIT100_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ANDESTECH_ATCPIT100))
+
+DT_COMPAT_ANDESTECH_ATCSPI200 := andestech,atcspi200
+
+config DT_HAS_ANDESTECH_ATCSPI200_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ANDESTECH_ATCSPI200))
+
+DT_COMPAT_ANDESTECH_ATCWDT200 := andestech,atcwdt200
+
+config DT_HAS_ANDESTECH_ATCWDT200_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ANDESTECH_ATCWDT200))
+
+DT_COMPAT_ANDESTECH_L2C := andestech,l2c
+
+config DT_HAS_ANDESTECH_L2C_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ANDESTECH_L2C))
+
+DT_COMPAT_ANDESTECH_MACHINE_TIMER := andestech,machine-timer
+
+config DT_HAS_ANDESTECH_MACHINE_TIMER_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ANDESTECH_MACHINE_TIMER))
+
+DT_COMPAT_ANDESTECH_PLIC_SW := andestech,plic-sw
+
+config DT_HAS_ANDESTECH_PLIC_SW_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ANDESTECH_PLIC_SW))
+
+DT_COMPAT_ANDESTECH_QSPI_NOR := andestech,qspi-nor
+
+config DT_HAS_ANDESTECH_QSPI_NOR_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ANDESTECH_QSPI_NOR))
+
+DT_COMPAT_AOSONG_AGS10 := aosong,ags10
+
+config DT_HAS_AOSONG_AGS10_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_AOSONG_AGS10))
+
+DT_COMPAT_AOSONG_AHT20 := aosong,aht20
+
+config DT_HAS_AOSONG_AHT20_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_AOSONG_AHT20))
+
+DT_COMPAT_AOSONG_AM2301B := aosong,am2301b
+
+config DT_HAS_AOSONG_AM2301B_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_AOSONG_AM2301B))
+
+DT_COMPAT_AOSONG_DHT := aosong,dht
+
+config DT_HAS_AOSONG_DHT_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_AOSONG_DHT))
+
+DT_COMPAT_AOSONG_DHT20 := aosong,dht20
+
+config DT_HAS_AOSONG_DHT20_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_AOSONG_DHT20))
+
+DT_COMPAT_AP_FCX_MLDX5 := ap,fcx-mldx5
+
+config DT_HAS_AP_FCX_MLDX5_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_AP_FCX_MLDX5))
+
+DT_COMPAT_APA_APA102 := apa,apa102
+
+config DT_HAS_APA_APA102_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_APA_APA102))
+
+DT_COMPAT_APTINA_MT9M114 := aptina,mt9m114
+
+config DT_HAS_APTINA_MT9M114_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_APTINA_MT9M114))
+
+DT_COMPAT_ARC_DCCM := arc,dccm
+
+config DT_HAS_ARC_DCCM_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ARC_DCCM))
+
+DT_COMPAT_ARC_ICCM := arc,iccm
+
+config DT_HAS_ARC_ICCM_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ARC_ICCM))
+
+DT_COMPAT_ARC_XCCM := arc,xccm
+
+config DT_HAS_ARC_XCCM_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ARC_XCCM))
+
+DT_COMPAT_ARC_YCCM := arc,yccm
+
+config DT_HAS_ARC_YCCM_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ARC_YCCM))
+
+DT_COMPAT_ARDUINO_UNO_ADC := arduino,uno-adc
+
+config DT_HAS_ARDUINO_UNO_ADC_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ARDUINO_UNO_ADC))
+
+DT_COMPAT_ARDUINO_HEADER_R3 := arduino-header-r3
+
+config DT_HAS_ARDUINO_HEADER_R3_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ARDUINO_HEADER_R3))
+
+DT_COMPAT_ARDUINO_MKR_HEADER := arduino-mkr-header
+
+config DT_HAS_ARDUINO_MKR_HEADER_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ARDUINO_MKR_HEADER))
+
+DT_COMPAT_ARDUINO_NANO_HEADER_R3 := arduino-nano-header-r3
+
+config DT_HAS_ARDUINO_NANO_HEADER_R3_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ARDUINO_NANO_HEADER_R3))
+
+DT_COMPAT_ARM_ARMV6M_MPU := arm,armv6m-mpu
+
+config DT_HAS_ARM_ARMV6M_MPU_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ARM_ARMV6M_MPU))
+
+DT_COMPAT_ARM_ARMV6M_SYSTICK := arm,armv6m-systick
+
+config DT_HAS_ARM_ARMV6M_SYSTICK_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ARM_ARMV6M_SYSTICK))
+
+DT_COMPAT_ARM_ARMV7M_ITM := arm,armv7m-itm
+
+config DT_HAS_ARM_ARMV7M_ITM_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ARM_ARMV7M_ITM))
+
+DT_COMPAT_ARM_ARMV7M_MPU := arm,armv7m-mpu
+
+config DT_HAS_ARM_ARMV7M_MPU_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ARM_ARMV7M_MPU))
+
+DT_COMPAT_ARM_ARMV7M_SYSTICK := arm,armv7m-systick
+
+config DT_HAS_ARM_ARMV7M_SYSTICK_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ARM_ARMV7M_SYSTICK))
+
+DT_COMPAT_ARM_ARMV8_TIMER := arm,armv8-timer
+
+config DT_HAS_ARM_ARMV8_TIMER_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ARM_ARMV8_TIMER))
+
+DT_COMPAT_ARM_ARMV8_1M_MPU := arm,armv8.1m-mpu
+
+config DT_HAS_ARM_ARMV8_1M_MPU_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ARM_ARMV8_1M_MPU))
+
+DT_COMPAT_ARM_ARMV8_1M_SYSTICK := arm,armv8.1m-systick
+
+config DT_HAS_ARM_ARMV8_1M_SYSTICK_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ARM_ARMV8_1M_SYSTICK))
+
+DT_COMPAT_ARM_ARMV8M_ITM := arm,armv8m-itm
+
+config DT_HAS_ARM_ARMV8M_ITM_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ARM_ARMV8M_ITM))
+
+DT_COMPAT_ARM_ARMV8M_MPU := arm,armv8m-mpu
+
+config DT_HAS_ARM_ARMV8M_MPU_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ARM_ARMV8M_MPU))
+
+DT_COMPAT_ARM_ARMV8M_SYSTICK := arm,armv8m-systick
+
+config DT_HAS_ARM_ARMV8M_SYSTICK_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ARM_ARMV8M_SYSTICK))
+
+DT_COMPAT_ARM_BEETLE_SYSCON := arm,beetle-syscon
+
+config DT_HAS_ARM_BEETLE_SYSCON_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ARM_BEETLE_SYSCON))
+
+DT_COMPAT_ARM_CMSDK_DTIMER := arm,cmsdk-dtimer
+
+config DT_HAS_ARM_CMSDK_DTIMER_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ARM_CMSDK_DTIMER))
+
+DT_COMPAT_ARM_CMSDK_GPIO := arm,cmsdk-gpio
+
+config DT_HAS_ARM_CMSDK_GPIO_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ARM_CMSDK_GPIO))
+
+DT_COMPAT_ARM_CMSDK_TIMER := arm,cmsdk-timer
+
+config DT_HAS_ARM_CMSDK_TIMER_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ARM_CMSDK_TIMER))
+
+DT_COMPAT_ARM_CMSDK_UART := arm,cmsdk-uart
+
+config DT_HAS_ARM_CMSDK_UART_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ARM_CMSDK_UART))
+
+DT_COMPAT_ARM_CMSDK_WATCHDOG := arm,cmsdk-watchdog
+
+config DT_HAS_ARM_CMSDK_WATCHDOG_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ARM_CMSDK_WATCHDOG))
+
+DT_COMPAT_ARM_CORTEX_A53 := arm,cortex-a53
+
+config DT_HAS_ARM_CORTEX_A53_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ARM_CORTEX_A53))
+
+DT_COMPAT_ARM_CORTEX_A55 := arm,cortex-a55
+
+config DT_HAS_ARM_CORTEX_A55_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ARM_CORTEX_A55))
+
+DT_COMPAT_ARM_CORTEX_A72 := arm,cortex-a72
+
+config DT_HAS_ARM_CORTEX_A72_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ARM_CORTEX_A72))
+
+DT_COMPAT_ARM_CORTEX_A76 := arm,cortex-a76
+
+config DT_HAS_ARM_CORTEX_A76_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ARM_CORTEX_A76))
+
+DT_COMPAT_ARM_CORTEX_M0 := arm,cortex-m0
+
+config DT_HAS_ARM_CORTEX_M0_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ARM_CORTEX_M0))
+
+DT_COMPAT_ARM_CORTEX_M0_ := arm,cortex-m0+
+
+config DT_HAS_ARM_CORTEX_M0__ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ARM_CORTEX_M0_))
+
+DT_COMPAT_ARM_CORTEX_M1 := arm,cortex-m1
+
+config DT_HAS_ARM_CORTEX_M1_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ARM_CORTEX_M1))
+
+DT_COMPAT_ARM_CORTEX_M23 := arm,cortex-m23
+
+config DT_HAS_ARM_CORTEX_M23_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ARM_CORTEX_M23))
+
+DT_COMPAT_ARM_CORTEX_M3 := arm,cortex-m3
+
+config DT_HAS_ARM_CORTEX_M3_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ARM_CORTEX_M3))
+
+DT_COMPAT_ARM_CORTEX_M33 := arm,cortex-m33
+
+config DT_HAS_ARM_CORTEX_M33_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ARM_CORTEX_M33))
+
+DT_COMPAT_ARM_CORTEX_M33F := arm,cortex-m33f
+
+config DT_HAS_ARM_CORTEX_M33F_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ARM_CORTEX_M33F))
+
+DT_COMPAT_ARM_CORTEX_M4 := arm,cortex-m4
+
+config DT_HAS_ARM_CORTEX_M4_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ARM_CORTEX_M4))
+
+DT_COMPAT_ARM_CORTEX_M4F := arm,cortex-m4f
+
+config DT_HAS_ARM_CORTEX_M4F_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ARM_CORTEX_M4F))
+
+DT_COMPAT_ARM_CORTEX_M7 := arm,cortex-m7
+
+config DT_HAS_ARM_CORTEX_M7_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ARM_CORTEX_M7))
+
+DT_COMPAT_ARM_CORTEX_R4 := arm,cortex-r4
+
+config DT_HAS_ARM_CORTEX_R4_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ARM_CORTEX_R4))
+
+DT_COMPAT_ARM_CORTEX_R4F := arm,cortex-r4f
+
+config DT_HAS_ARM_CORTEX_R4F_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ARM_CORTEX_R4F))
+
+DT_COMPAT_ARM_CORTEX_R5 := arm,cortex-r5
+
+config DT_HAS_ARM_CORTEX_R5_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ARM_CORTEX_R5))
+
+DT_COMPAT_ARM_CORTEX_R52 := arm,cortex-r52
+
+config DT_HAS_ARM_CORTEX_R52_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ARM_CORTEX_R52))
+
+DT_COMPAT_ARM_CORTEX_R5F := arm,cortex-r5f
+
+config DT_HAS_ARM_CORTEX_R5F_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ARM_CORTEX_R5F))
+
+DT_COMPAT_ARM_CORTEX_R7 := arm,cortex-r7
+
+config DT_HAS_ARM_CORTEX_R7_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ARM_CORTEX_R7))
+
+DT_COMPAT_ARM_CORTEX_R82 := arm,cortex-r82
+
+config DT_HAS_ARM_CORTEX_R82_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ARM_CORTEX_R82))
+
+DT_COMPAT_ARM_CRYPTOCELL_310 := arm,cryptocell-310
+
+config DT_HAS_ARM_CRYPTOCELL_310_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ARM_CRYPTOCELL_310))
+
+DT_COMPAT_ARM_CRYPTOCELL_312 := arm,cryptocell-312
+
+config DT_HAS_ARM_CRYPTOCELL_312_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ARM_CRYPTOCELL_312))
+
+DT_COMPAT_ARM_DMA_PL330 := arm,dma-pl330
+
+config DT_HAS_ARM_DMA_PL330_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ARM_DMA_PL330))
+
+DT_COMPAT_ARM_DTCM := arm,dtcm
+
+config DT_HAS_ARM_DTCM_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ARM_DTCM))
+
+DT_COMPAT_ARM_ETHOS_U := arm,ethos-u
+
+config DT_HAS_ARM_ETHOS_U_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ARM_ETHOS_U))
+
+DT_COMPAT_ARM_GIC := arm,gic
+
+config DT_HAS_ARM_GIC_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ARM_GIC))
+
+DT_COMPAT_ARM_GIC_V1 := arm,gic-v1
+
+config DT_HAS_ARM_GIC_V1_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ARM_GIC_V1))
+
+DT_COMPAT_ARM_GIC_V2 := arm,gic-v2
+
+config DT_HAS_ARM_GIC_V2_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ARM_GIC_V2))
+
+DT_COMPAT_ARM_GIC_V3 := arm,gic-v3
+
+config DT_HAS_ARM_GIC_V3_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ARM_GIC_V3))
+
+DT_COMPAT_ARM_GIC_V3_ITS := arm,gic-v3-its
+
+config DT_HAS_ARM_GIC_V3_ITS_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ARM_GIC_V3_ITS))
+
+DT_COMPAT_ARM_ITCM := arm,itcm
+
+config DT_HAS_ARM_ITCM_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ARM_ITCM))
+
+DT_COMPAT_ARM_MHU := arm,mhu
+
+config DT_HAS_ARM_MHU_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ARM_MHU))
+
+DT_COMPAT_ARM_MPS2_FPGAIO_GPIO := arm,mps2-fpgaio-gpio
+
+config DT_HAS_ARM_MPS2_FPGAIO_GPIO_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ARM_MPS2_FPGAIO_GPIO))
+
+DT_COMPAT_ARM_MPS3_FPGAIO_GPIO := arm,mps3-fpgaio-gpio
+
+config DT_HAS_ARM_MPS3_FPGAIO_GPIO_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ARM_MPS3_FPGAIO_GPIO))
+
+DT_COMPAT_ARM_PL011 := arm,pl011
+
+config DT_HAS_ARM_PL011_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ARM_PL011))
+
+DT_COMPAT_ARM_PL022 := arm,pl022
+
+config DT_HAS_ARM_PL022_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ARM_PL022))
+
+DT_COMPAT_ARM_PSCI_0_2 := arm,psci-0.2
+
+config DT_HAS_ARM_PSCI_0_2_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ARM_PSCI_0_2))
+
+DT_COMPAT_ARM_PSCI_1_1 := arm,psci-1.1
+
+config DT_HAS_ARM_PSCI_1_1_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ARM_PSCI_1_1))
+
+DT_COMPAT_ARM_SBSA_UART := arm,sbsa-uart
+
+config DT_HAS_ARM_SBSA_UART_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ARM_SBSA_UART))
+
+DT_COMPAT_ARM_SCC := arm,scc
+
+config DT_HAS_ARM_SCC_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ARM_SCC))
+
+DT_COMPAT_ARM_V6M_NVIC := arm,v6m-nvic
+
+config DT_HAS_ARM_V6M_NVIC_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ARM_V6M_NVIC))
+
+DT_COMPAT_ARM_V7M_NVIC := arm,v7m-nvic
+
+config DT_HAS_ARM_V7M_NVIC_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ARM_V7M_NVIC))
+
+DT_COMPAT_ARM_V8_1M_NVIC := arm,v8.1m-nvic
+
+config DT_HAS_ARM_V8_1M_NVIC_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ARM_V8_1M_NVIC))
+
+DT_COMPAT_ARM_V8M_NVIC := arm,v8m-nvic
+
+config DT_HAS_ARM_V8M_NVIC_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ARM_V8M_NVIC))
+
+DT_COMPAT_ARM_VERSATILE_I2C := arm,versatile-i2c
+
+config DT_HAS_ARM_VERSATILE_I2C_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ARM_VERSATILE_I2C))
+
+DT_COMPAT_ASAHI_KASEI_AK8975 := asahi-kasei,ak8975
+
+config DT_HAS_ASAHI_KASEI_AK8975_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ASAHI_KASEI_AK8975))
+
+DT_COMPAT_ASAHI_KASEI_AKM09918C := asahi-kasei,akm09918c
+
+config DT_HAS_ASAHI_KASEI_AKM09918C_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ASAHI_KASEI_AKM09918C))
+
+DT_COMPAT_ASMEDIA_ASM2364 := asmedia,asm2364
+
+config DT_HAS_ASMEDIA_ASM2364_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ASMEDIA_ASM2364))
+
+DT_COMPAT_ASPEED_AST10X0_CLOCK := aspeed,ast10x0-clock
+
+config DT_HAS_ASPEED_AST10X0_CLOCK_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ASPEED_AST10X0_CLOCK))
+
+DT_COMPAT_ASPEED_AST10X0_RESET := aspeed,ast10x0-reset
+
+config DT_HAS_ASPEED_AST10X0_RESET_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ASPEED_AST10X0_RESET))
+
+DT_COMPAT_ATMEL_AT24 := atmel,at24
+
+config DT_HAS_ATMEL_AT24_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ATMEL_AT24))
+
+DT_COMPAT_ATMEL_AT24MAC402 := atmel,at24mac402
+
+config DT_HAS_ATMEL_AT24MAC402_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ATMEL_AT24MAC402))
+
+DT_COMPAT_ATMEL_AT25 := atmel,at25
+
+config DT_HAS_ATMEL_AT25_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ATMEL_AT25))
+
+DT_COMPAT_ATMEL_AT45 := atmel,at45
+
+config DT_HAS_ATMEL_AT45_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ATMEL_AT45))
+
+DT_COMPAT_ATMEL_ATAES132A := atmel,ataes132a
+
+config DT_HAS_ATMEL_ATAES132A_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ATMEL_ATAES132A))
+
+DT_COMPAT_ATMEL_RF2XX := atmel,rf2xx
+
+config DT_HAS_ATMEL_RF2XX_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ATMEL_RF2XX))
+
+DT_COMPAT_ATMEL_SAM_ADC := atmel,sam-adc
+
+config DT_HAS_ATMEL_SAM_ADC_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ATMEL_SAM_ADC))
+
+DT_COMPAT_ATMEL_SAM_AFEC := atmel,sam-afec
+
+config DT_HAS_ATMEL_SAM_AFEC_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ATMEL_SAM_AFEC))
+
+DT_COMPAT_ATMEL_SAM_CAN := atmel,sam-can
+
+config DT_HAS_ATMEL_SAM_CAN_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ATMEL_SAM_CAN))
+
+DT_COMPAT_ATMEL_SAM_DAC := atmel,sam-dac
+
+config DT_HAS_ATMEL_SAM_DAC_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ATMEL_SAM_DAC))
+
+DT_COMPAT_ATMEL_SAM_FLASH := atmel,sam-flash
+
+config DT_HAS_ATMEL_SAM_FLASH_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ATMEL_SAM_FLASH))
+
+DT_COMPAT_ATMEL_SAM_FLASH_CONTROLLER := atmel,sam-flash-controller
+
+config DT_HAS_ATMEL_SAM_FLASH_CONTROLLER_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ATMEL_SAM_FLASH_CONTROLLER))
+
+DT_COMPAT_ATMEL_SAM_GMAC := atmel,sam-gmac
+
+config DT_HAS_ATMEL_SAM_GMAC_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ATMEL_SAM_GMAC))
+
+DT_COMPAT_ATMEL_SAM_GPIO := atmel,sam-gpio
+
+config DT_HAS_ATMEL_SAM_GPIO_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ATMEL_SAM_GPIO))
+
+DT_COMPAT_ATMEL_SAM_HSMCI := atmel,sam-hsmci
+
+config DT_HAS_ATMEL_SAM_HSMCI_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ATMEL_SAM_HSMCI))
+
+DT_COMPAT_ATMEL_SAM_I2C_TWI := atmel,sam-i2c-twi
+
+config DT_HAS_ATMEL_SAM_I2C_TWI_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ATMEL_SAM_I2C_TWI))
+
+DT_COMPAT_ATMEL_SAM_I2C_TWIHS := atmel,sam-i2c-twihs
+
+config DT_HAS_ATMEL_SAM_I2C_TWIHS_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ATMEL_SAM_I2C_TWIHS))
+
+DT_COMPAT_ATMEL_SAM_I2C_TWIM := atmel,sam-i2c-twim
+
+config DT_HAS_ATMEL_SAM_I2C_TWIM_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ATMEL_SAM_I2C_TWIM))
+
+DT_COMPAT_ATMEL_SAM_MDIO := atmel,sam-mdio
+
+config DT_HAS_ATMEL_SAM_MDIO_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ATMEL_SAM_MDIO))
+
+DT_COMPAT_ATMEL_SAM_PINCTRL := atmel,sam-pinctrl
+
+config DT_HAS_ATMEL_SAM_PINCTRL_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ATMEL_SAM_PINCTRL))
+
+DT_COMPAT_ATMEL_SAM_PMC := atmel,sam-pmc
+
+config DT_HAS_ATMEL_SAM_PMC_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ATMEL_SAM_PMC))
+
+DT_COMPAT_ATMEL_SAM_PWM := atmel,sam-pwm
+
+config DT_HAS_ATMEL_SAM_PWM_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ATMEL_SAM_PWM))
+
+DT_COMPAT_ATMEL_SAM_RSTC := atmel,sam-rstc
+
+config DT_HAS_ATMEL_SAM_RSTC_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ATMEL_SAM_RSTC))
+
+DT_COMPAT_ATMEL_SAM_RTC := atmel,sam-rtc
+
+config DT_HAS_ATMEL_SAM_RTC_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ATMEL_SAM_RTC))
+
+DT_COMPAT_ATMEL_SAM_SMC := atmel,sam-smc
+
+config DT_HAS_ATMEL_SAM_SMC_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ATMEL_SAM_SMC))
+
+DT_COMPAT_ATMEL_SAM_SPI := atmel,sam-spi
+
+config DT_HAS_ATMEL_SAM_SPI_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ATMEL_SAM_SPI))
+
+DT_COMPAT_ATMEL_SAM_SSC := atmel,sam-ssc
+
+config DT_HAS_ATMEL_SAM_SSC_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ATMEL_SAM_SSC))
+
+DT_COMPAT_ATMEL_SAM_SUPC := atmel,sam-supc
+
+config DT_HAS_ATMEL_SAM_SUPC_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ATMEL_SAM_SUPC))
+
+DT_COMPAT_ATMEL_SAM_TC := atmel,sam-tc
+
+config DT_HAS_ATMEL_SAM_TC_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ATMEL_SAM_TC))
+
+DT_COMPAT_ATMEL_SAM_TC_QDEC := atmel,sam-tc-qdec
+
+config DT_HAS_ATMEL_SAM_TC_QDEC_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ATMEL_SAM_TC_QDEC))
+
+DT_COMPAT_ATMEL_SAM_TRNG := atmel,sam-trng
+
+config DT_HAS_ATMEL_SAM_TRNG_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ATMEL_SAM_TRNG))
+
+DT_COMPAT_ATMEL_SAM_UART := atmel,sam-uart
+
+config DT_HAS_ATMEL_SAM_UART_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ATMEL_SAM_UART))
+
+DT_COMPAT_ATMEL_SAM_USART := atmel,sam-usart
+
+config DT_HAS_ATMEL_SAM_USART_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ATMEL_SAM_USART))
+
+DT_COMPAT_ATMEL_SAM_USBC := atmel,sam-usbc
+
+config DT_HAS_ATMEL_SAM_USBC_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ATMEL_SAM_USBC))
+
+DT_COMPAT_ATMEL_SAM_USBHS := atmel,sam-usbhs
+
+config DT_HAS_ATMEL_SAM_USBHS_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ATMEL_SAM_USBHS))
+
+DT_COMPAT_ATMEL_SAM_WATCHDOG := atmel,sam-watchdog
+
+config DT_HAS_ATMEL_SAM_WATCHDOG_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ATMEL_SAM_WATCHDOG))
+
+DT_COMPAT_ATMEL_SAM_XDMAC := atmel,sam-xdmac
+
+config DT_HAS_ATMEL_SAM_XDMAC_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ATMEL_SAM_XDMAC))
+
+DT_COMPAT_ATMEL_SAM0_ADC := atmel,sam0-adc
+
+config DT_HAS_ATMEL_SAM0_ADC_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ATMEL_SAM0_ADC))
+
+DT_COMPAT_ATMEL_SAM0_CAN := atmel,sam0-can
+
+config DT_HAS_ATMEL_SAM0_CAN_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ATMEL_SAM0_CAN))
+
+DT_COMPAT_ATMEL_SAM0_DAC := atmel,sam0-dac
+
+config DT_HAS_ATMEL_SAM0_DAC_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ATMEL_SAM0_DAC))
+
+DT_COMPAT_ATMEL_SAM0_DMAC := atmel,sam0-dmac
+
+config DT_HAS_ATMEL_SAM0_DMAC_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ATMEL_SAM0_DMAC))
+
+DT_COMPAT_ATMEL_SAM0_EIC := atmel,sam0-eic
+
+config DT_HAS_ATMEL_SAM0_EIC_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ATMEL_SAM0_EIC))
+
+DT_COMPAT_ATMEL_SAM0_GMAC := atmel,sam0-gmac
+
+config DT_HAS_ATMEL_SAM0_GMAC_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ATMEL_SAM0_GMAC))
+
+DT_COMPAT_ATMEL_SAM0_GPIO := atmel,sam0-gpio
+
+config DT_HAS_ATMEL_SAM0_GPIO_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ATMEL_SAM0_GPIO))
+
+DT_COMPAT_ATMEL_SAM0_I2C := atmel,sam0-i2c
+
+config DT_HAS_ATMEL_SAM0_I2C_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ATMEL_SAM0_I2C))
+
+DT_COMPAT_ATMEL_SAM0_ID := atmel,sam0-id
+
+config DT_HAS_ATMEL_SAM0_ID_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ATMEL_SAM0_ID))
+
+DT_COMPAT_ATMEL_SAM0_NVMCTRL := atmel,sam0-nvmctrl
+
+config DT_HAS_ATMEL_SAM0_NVMCTRL_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ATMEL_SAM0_NVMCTRL))
+
+DT_COMPAT_ATMEL_SAM0_PINCTRL := atmel,sam0-pinctrl
+
+config DT_HAS_ATMEL_SAM0_PINCTRL_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ATMEL_SAM0_PINCTRL))
+
+DT_COMPAT_ATMEL_SAM0_PINMUX := atmel,sam0-pinmux
+
+config DT_HAS_ATMEL_SAM0_PINMUX_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ATMEL_SAM0_PINMUX))
+
+DT_COMPAT_ATMEL_SAM0_RTC := atmel,sam0-rtc
+
+config DT_HAS_ATMEL_SAM0_RTC_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ATMEL_SAM0_RTC))
+
+DT_COMPAT_ATMEL_SAM0_SERCOM := atmel,sam0-sercom
+
+config DT_HAS_ATMEL_SAM0_SERCOM_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ATMEL_SAM0_SERCOM))
+
+DT_COMPAT_ATMEL_SAM0_SPI := atmel,sam0-spi
+
+config DT_HAS_ATMEL_SAM0_SPI_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ATMEL_SAM0_SPI))
+
+DT_COMPAT_ATMEL_SAM0_TC32 := atmel,sam0-tc32
+
+config DT_HAS_ATMEL_SAM0_TC32_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ATMEL_SAM0_TC32))
+
+DT_COMPAT_ATMEL_SAM0_TCC_PWM := atmel,sam0-tcc-pwm
+
+config DT_HAS_ATMEL_SAM0_TCC_PWM_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ATMEL_SAM0_TCC_PWM))
+
+DT_COMPAT_ATMEL_SAM0_UART := atmel,sam0-uart
+
+config DT_HAS_ATMEL_SAM0_UART_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ATMEL_SAM0_UART))
+
+DT_COMPAT_ATMEL_SAM0_USB := atmel,sam0-usb
+
+config DT_HAS_ATMEL_SAM0_USB_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ATMEL_SAM0_USB))
+
+DT_COMPAT_ATMEL_SAM0_WATCHDOG := atmel,sam0-watchdog
+
+config DT_HAS_ATMEL_SAM0_WATCHDOG_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ATMEL_SAM0_WATCHDOG))
+
+DT_COMPAT_ATMEL_SAM4L_FLASHCALW_CONTROLLER := atmel,sam4l-flashcalw-controller
+
+config DT_HAS_ATMEL_SAM4L_FLASHCALW_CONTROLLER_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ATMEL_SAM4L_FLASHCALW_CONTROLLER))
+
+DT_COMPAT_ATMEL_SAM4L_GPIO := atmel,sam4l-gpio
+
+config DT_HAS_ATMEL_SAM4L_GPIO_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ATMEL_SAM4L_GPIO))
+
+DT_COMPAT_ATMEL_SAM4L_UID := atmel,sam4l-uid
+
+config DT_HAS_ATMEL_SAM4L_UID_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ATMEL_SAM4L_UID))
+
+DT_COMPAT_ATMEL_SAMC2X_GCLK := atmel,samc2x-gclk
+
+config DT_HAS_ATMEL_SAMC2X_GCLK_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ATMEL_SAMC2X_GCLK))
+
+DT_COMPAT_ATMEL_SAMC2X_MCLK := atmel,samc2x-mclk
+
+config DT_HAS_ATMEL_SAMC2X_MCLK_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ATMEL_SAMC2X_MCLK))
+
+DT_COMPAT_ATMEL_SAMD2X_GCLK := atmel,samd2x-gclk
+
+config DT_HAS_ATMEL_SAMD2X_GCLK_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ATMEL_SAMD2X_GCLK))
+
+DT_COMPAT_ATMEL_SAMD2X_PM := atmel,samd2x-pm
+
+config DT_HAS_ATMEL_SAMD2X_PM_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ATMEL_SAMD2X_PM))
+
+DT_COMPAT_ATMEL_SAMD5X_GCLK := atmel,samd5x-gclk
+
+config DT_HAS_ATMEL_SAMD5X_GCLK_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ATMEL_SAMD5X_GCLK))
+
+DT_COMPAT_ATMEL_SAMD5X_MCLK := atmel,samd5x-mclk
+
+config DT_HAS_ATMEL_SAMD5X_MCLK_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ATMEL_SAMD5X_MCLK))
+
+DT_COMPAT_ATMEL_SAML2X_GCLK := atmel,saml2x-gclk
+
+config DT_HAS_ATMEL_SAML2X_GCLK_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ATMEL_SAML2X_GCLK))
+
+DT_COMPAT_ATMEL_SAML2X_MCLK := atmel,saml2x-mclk
+
+config DT_HAS_ATMEL_SAML2X_MCLK_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ATMEL_SAML2X_MCLK))
+
+DT_COMPAT_ATMEL_WINC1500 := atmel,winc1500
+
+config DT_HAS_ATMEL_WINC1500_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ATMEL_WINC1500))
+
+DT_COMPAT_ATMEL_XPLAINED_HEADER := atmel-xplained-header
+
+config DT_HAS_ATMEL_XPLAINED_HEADER_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ATMEL_XPLAINED_HEADER))
+
+DT_COMPAT_ATMEL_XPLAINED_PRO_HEADER := atmel-xplained-pro-header
+
+config DT_HAS_ATMEL_XPLAINED_PRO_HEADER_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ATMEL_XPLAINED_PRO_HEADER))
+
+DT_COMPAT_AVAGO_APDS9960 := avago,apds9960
+
+config DT_HAS_AVAGO_APDS9960_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_AVAGO_APDS9960))
+
+DT_COMPAT_BOSCH_BMA280 := bosch,bma280
+
+config DT_HAS_BOSCH_BMA280_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_BOSCH_BMA280))
+
+DT_COMPAT_BOSCH_BMA4XX := bosch,bma4xx
+
+config DT_HAS_BOSCH_BMA4XX_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_BOSCH_BMA4XX))
+
+DT_COMPAT_BOSCH_BMC150_MAGN := bosch,bmc150_magn
+
+config DT_HAS_BOSCH_BMC150_MAGN_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_BOSCH_BMC150_MAGN))
+
+DT_COMPAT_BOSCH_BME280 := bosch,bme280
+
+config DT_HAS_BOSCH_BME280_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_BOSCH_BME280))
+
+DT_COMPAT_BOSCH_BME680 := bosch,bme680
+
+config DT_HAS_BOSCH_BME680_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_BOSCH_BME680))
+
+DT_COMPAT_BOSCH_BMG160 := bosch,bmg160
+
+config DT_HAS_BOSCH_BMG160_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_BOSCH_BMG160))
+
+DT_COMPAT_BOSCH_BMI08X_ACCEL := bosch,bmi08x-accel
+
+config DT_HAS_BOSCH_BMI08X_ACCEL_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_BOSCH_BMI08X_ACCEL))
+
+DT_COMPAT_BOSCH_BMI08X_GYRO := bosch,bmi08x-gyro
+
+config DT_HAS_BOSCH_BMI08X_GYRO_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_BOSCH_BMI08X_GYRO))
+
+DT_COMPAT_BOSCH_BMI160 := bosch,bmi160
+
+config DT_HAS_BOSCH_BMI160_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_BOSCH_BMI160))
+
+DT_COMPAT_BOSCH_BMI270 := bosch,bmi270
+
+config DT_HAS_BOSCH_BMI270_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_BOSCH_BMI270))
+
+DT_COMPAT_BOSCH_BMI323 := bosch,bmi323
+
+config DT_HAS_BOSCH_BMI323_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_BOSCH_BMI323))
+
+DT_COMPAT_BOSCH_BMM150 := bosch,bmm150
+
+config DT_HAS_BOSCH_BMM150_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_BOSCH_BMM150))
+
+DT_COMPAT_BOSCH_BMP388 := bosch,bmp388
+
+config DT_HAS_BOSCH_BMP388_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_BOSCH_BMP388))
+
+DT_COMPAT_BOSCH_BMP581 := bosch,bmp581
+
+config DT_HAS_BOSCH_BMP581_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_BOSCH_BMP581))
+
+DT_COMPAT_BRCM_BCM2711_AUX_UART := brcm,bcm2711-aux-uart
+
+config DT_HAS_BRCM_BCM2711_AUX_UART_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_BRCM_BCM2711_AUX_UART))
+
+DT_COMPAT_BRCM_BCM2711_GPIO := brcm,bcm2711-gpio
+
+config DT_HAS_BRCM_BCM2711_GPIO_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_BRCM_BCM2711_GPIO))
+
+DT_COMPAT_BRCM_BRCMSTB_GPIO := brcm,brcmstb-gpio
+
+config DT_HAS_BRCM_BRCMSTB_GPIO_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_BRCM_BRCMSTB_GPIO))
+
+DT_COMPAT_BRCM_IPROC_PAX_DMA_V1 := brcm,iproc-pax-dma-v1
+
+config DT_HAS_BRCM_IPROC_PAX_DMA_V1_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_BRCM_IPROC_PAX_DMA_V1))
+
+DT_COMPAT_BRCM_IPROC_PAX_DMA_V2 := brcm,iproc-pax-dma-v2
+
+config DT_HAS_BRCM_IPROC_PAX_DMA_V2_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_BRCM_IPROC_PAX_DMA_V2))
+
+DT_COMPAT_BRCM_IPROC_PCIE_EP := brcm,iproc-pcie-ep
+
+config DT_HAS_BRCM_IPROC_PCIE_EP_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_BRCM_IPROC_PCIE_EP))
+
+DT_COMPAT_CAF_AGGREGATOR := caf,aggregator
+
+config DT_HAS_CAF_AGGREGATOR_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_CAF_AGGREGATOR))
+
+DT_COMPAT_CAN_TRANSCEIVER_GPIO := can-transceiver-gpio
+
+config DT_HAS_CAN_TRANSCEIVER_GPIO_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_CAN_TRANSCEIVER_GPIO))
+
+DT_COMPAT_CDNS_I3C := cdns,i3c
+
+config DT_HAS_CDNS_I3C_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_CDNS_I3C))
+
+DT_COMPAT_CDNS_NAND := cdns,nand
+
+config DT_HAS_CDNS_NAND_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_CDNS_NAND))
+
+DT_COMPAT_CDNS_QSPI_NOR := cdns,qspi-nor
+
+config DT_HAS_CDNS_QSPI_NOR_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_CDNS_QSPI_NOR))
+
+DT_COMPAT_CDNS_SDHC := cdns,sdhc
+
+config DT_HAS_CDNS_SDHC_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_CDNS_SDHC))
+
+DT_COMPAT_CDNS_TENSILICA_XTENSA_LX3 := cdns,tensilica-xtensa-lx3
+
+config DT_HAS_CDNS_TENSILICA_XTENSA_LX3_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_CDNS_TENSILICA_XTENSA_LX3))
+
+DT_COMPAT_CDNS_TENSILICA_XTENSA_LX4 := cdns,tensilica-xtensa-lx4
+
+config DT_HAS_CDNS_TENSILICA_XTENSA_LX4_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_CDNS_TENSILICA_XTENSA_LX4))
+
+DT_COMPAT_CDNS_TENSILICA_XTENSA_LX6 := cdns,tensilica-xtensa-lx6
+
+config DT_HAS_CDNS_TENSILICA_XTENSA_LX6_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_CDNS_TENSILICA_XTENSA_LX6))
+
+DT_COMPAT_CDNS_TENSILICA_XTENSA_LX7 := cdns,tensilica-xtensa-lx7
+
+config DT_HAS_CDNS_TENSILICA_XTENSA_LX7_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_CDNS_TENSILICA_XTENSA_LX7))
+
+DT_COMPAT_CDNS_UART := cdns,uart
+
+config DT_HAS_CDNS_UART_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_CDNS_UART))
+
+DT_COMPAT_CDNS_XTENSA_CORE_INTC := cdns,xtensa-core-intc
+
+config DT_HAS_CDNS_XTENSA_CORE_INTC_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_CDNS_XTENSA_CORE_INTC))
+
+DT_COMPAT_CHIPSEMI_CHSC6X := chipsemi,chsc6x
+
+config DT_HAS_CHIPSEMI_CHSC6X_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_CHIPSEMI_CHSC6X))
+
+DT_COMPAT_CIRQUE_PINNACLE := cirque,pinnacle
+
+config DT_HAS_CIRQUE_PINNACLE_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_CIRQUE_PINNACLE))
+
+DT_COMPAT_CIRRUS_CP9314 := cirrus,cp9314
+
+config DT_HAS_CIRRUS_CP9314_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_CIRRUS_CP9314))
+
+DT_COMPAT_CIRRUS_CS47L63 := cirrus,cs47l63
+
+config DT_HAS_CIRRUS_CS47L63_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_CIRRUS_CS47L63))
+
+DT_COMPAT_CURRENT_SENSE_AMPLIFIER := current-sense-amplifier
+
+config DT_HAS_CURRENT_SENSE_AMPLIFIER_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_CURRENT_SENSE_AMPLIFIER))
+
+DT_COMPAT_CURRENT_SENSE_SHUNT := current-sense-shunt
+
+config DT_HAS_CURRENT_SENSE_SHUNT_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_CURRENT_SENSE_SHUNT))
+
+DT_COMPAT_CYPRESS_CY8C95XX_GPIO := cypress,cy8c95xx-gpio
+
+config DT_HAS_CYPRESS_CY8C95XX_GPIO_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_CYPRESS_CY8C95XX_GPIO))
+
+DT_COMPAT_CYPRESS_CY8C95XX_GPIO_PORT := cypress,cy8c95xx-gpio-port
+
+config DT_HAS_CYPRESS_CY8C95XX_GPIO_PORT_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_CYPRESS_CY8C95XX_GPIO_PORT))
+
+DT_COMPAT_CYPRESS_PSOC6_FLASH_CONTROLLER := cypress,psoc6-flash-controller
+
+config DT_HAS_CYPRESS_PSOC6_FLASH_CONTROLLER_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_CYPRESS_PSOC6_FLASH_CONTROLLER))
+
+DT_COMPAT_CYPRESS_PSOC6_GPIO := cypress,psoc6-gpio
+
+config DT_HAS_CYPRESS_PSOC6_GPIO_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_CYPRESS_PSOC6_GPIO))
+
+DT_COMPAT_CYPRESS_PSOC6_HSIOM := cypress,psoc6-hsiom
+
+config DT_HAS_CYPRESS_PSOC6_HSIOM_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_CYPRESS_PSOC6_HSIOM))
+
+DT_COMPAT_CYPRESS_PSOC6_INTMUX := cypress,psoc6-intmux
+
+config DT_HAS_CYPRESS_PSOC6_INTMUX_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_CYPRESS_PSOC6_INTMUX))
+
+DT_COMPAT_CYPRESS_PSOC6_INTMUX_CH := cypress,psoc6-intmux-ch
+
+config DT_HAS_CYPRESS_PSOC6_INTMUX_CH_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_CYPRESS_PSOC6_INTMUX_CH))
+
+DT_COMPAT_CYPRESS_PSOC6_PINCTRL := cypress,psoc6-pinctrl
+
+config DT_HAS_CYPRESS_PSOC6_PINCTRL_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_CYPRESS_PSOC6_PINCTRL))
+
+DT_COMPAT_CYPRESS_PSOC6_SPI := cypress,psoc6-spi
+
+config DT_HAS_CYPRESS_PSOC6_SPI_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_CYPRESS_PSOC6_SPI))
+
+DT_COMPAT_CYPRESS_PSOC6_UART := cypress,psoc6-uart
+
+config DT_HAS_CYPRESS_PSOC6_UART_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_CYPRESS_PSOC6_UART))
+
+DT_COMPAT_CYPRESS_PSOC6_UID := cypress,psoc6-uid
+
+config DT_HAS_CYPRESS_PSOC6_UID_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_CYPRESS_PSOC6_UID))
+
+DT_COMPAT_DECAWAVE_DW1000 := decawave,dw1000
+
+config DT_HAS_DECAWAVE_DW1000_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_DECAWAVE_DW1000))
+
+DT_COMPAT_DFROBOT_A01NYUB := dfrobot,a01nyub
+
+config DT_HAS_DFROBOT_A01NYUB_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_DFROBOT_A01NYUB))
+
+DT_COMPAT_DIGILENT_PMOD := digilent,pmod
+
+config DT_HAS_DIGILENT_PMOD_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_DIGILENT_PMOD))
+
+DT_COMPAT_DIODES_PI3USB9201 := diodes,pi3usb9201
+
+config DT_HAS_DIODES_PI3USB9201_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_DIODES_PI3USB9201))
+
+DT_COMPAT_EFINIX_SAPPHIRE_GPIO := efinix,sapphire-gpio
+
+config DT_HAS_EFINIX_SAPPHIRE_GPIO_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_EFINIX_SAPPHIRE_GPIO))
+
+DT_COMPAT_EFINIX_SAPPHIRE_TIMER0 := efinix,sapphire-timer0
+
+config DT_HAS_EFINIX_SAPPHIRE_TIMER0_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_EFINIX_SAPPHIRE_TIMER0))
+
+DT_COMPAT_EFINIX_SAPPHIRE_UART0 := efinix,sapphire-uart0
+
+config DT_HAS_EFINIX_SAPPHIRE_UART0_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_EFINIX_SAPPHIRE_UART0))
+
+DT_COMPAT_EFINIX_VEXRISCV_SAPPHIRE := efinix,vexriscv-sapphire
+
+config DT_HAS_EFINIX_VEXRISCV_SAPPHIRE_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_EFINIX_VEXRISCV_SAPPHIRE))
+
+DT_COMPAT_ENE_KB1200_ADC := ene,kb1200-adc
+
+config DT_HAS_ENE_KB1200_ADC_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ENE_KB1200_ADC))
+
+DT_COMPAT_ENE_KB1200_GCFG := ene,kb1200-gcfg
+
+config DT_HAS_ENE_KB1200_GCFG_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ENE_KB1200_GCFG))
+
+DT_COMPAT_ENE_KB1200_GPIO := ene,kb1200-gpio
+
+config DT_HAS_ENE_KB1200_GPIO_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ENE_KB1200_GPIO))
+
+DT_COMPAT_ENE_KB1200_I2C := ene,kb1200-i2c
+
+config DT_HAS_ENE_KB1200_I2C_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ENE_KB1200_I2C))
+
+DT_COMPAT_ENE_KB1200_PINCTRL := ene,kb1200-pinctrl
+
+config DT_HAS_ENE_KB1200_PINCTRL_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ENE_KB1200_PINCTRL))
+
+DT_COMPAT_ENE_KB1200_PMU := ene,kb1200-pmu
+
+config DT_HAS_ENE_KB1200_PMU_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ENE_KB1200_PMU))
+
+DT_COMPAT_ENE_KB1200_PWM := ene,kb1200-pwm
+
+config DT_HAS_ENE_KB1200_PWM_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ENE_KB1200_PWM))
+
+DT_COMPAT_ENE_KB1200_TACH := ene,kb1200-tach
+
+config DT_HAS_ENE_KB1200_TACH_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ENE_KB1200_TACH))
+
+DT_COMPAT_ENE_KB1200_UART := ene,kb1200-uart
+
+config DT_HAS_ENE_KB1200_UART_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ENE_KB1200_UART))
+
+DT_COMPAT_ENE_KB1200_WATCHDOG := ene,kb1200-watchdog
+
+config DT_HAS_ENE_KB1200_WATCHDOG_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ENE_KB1200_WATCHDOG))
+
+DT_COMPAT_EPCOS_B57861S0103A039 := epcos,b57861s0103a039
+
+config DT_HAS_EPCOS_B57861S0103A039_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_EPCOS_B57861S0103A039))
+
+DT_COMPAT_ESPRESSIF_ESP_AT := espressif,esp-at
+
+config DT_HAS_ESPRESSIF_ESP_AT_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ESPRESSIF_ESP_AT))
+
+DT_COMPAT_ESPRESSIF_ESP32_ADC := espressif,esp32-adc
+
+config DT_HAS_ESPRESSIF_ESP32_ADC_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ESPRESSIF_ESP32_ADC))
+
+DT_COMPAT_ESPRESSIF_ESP32_DAC := espressif,esp32-dac
+
+config DT_HAS_ESPRESSIF_ESP32_DAC_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ESPRESSIF_ESP32_DAC))
+
+DT_COMPAT_ESPRESSIF_ESP32_ETH := espressif,esp32-eth
+
+config DT_HAS_ESPRESSIF_ESP32_ETH_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ESPRESSIF_ESP32_ETH))
+
+DT_COMPAT_ESPRESSIF_ESP32_FLASH_CONTROLLER := espressif,esp32-flash-controller
+
+config DT_HAS_ESPRESSIF_ESP32_FLASH_CONTROLLER_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ESPRESSIF_ESP32_FLASH_CONTROLLER))
+
+DT_COMPAT_ESPRESSIF_ESP32_GDMA := espressif,esp32-gdma
+
+config DT_HAS_ESPRESSIF_ESP32_GDMA_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ESPRESSIF_ESP32_GDMA))
+
+DT_COMPAT_ESPRESSIF_ESP32_GPIO := espressif,esp32-gpio
+
+config DT_HAS_ESPRESSIF_ESP32_GPIO_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ESPRESSIF_ESP32_GPIO))
+
+DT_COMPAT_ESPRESSIF_ESP32_I2C := espressif,esp32-i2c
+
+config DT_HAS_ESPRESSIF_ESP32_I2C_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ESPRESSIF_ESP32_I2C))
+
+DT_COMPAT_ESPRESSIF_ESP32_INTC := espressif,esp32-intc
+
+config DT_HAS_ESPRESSIF_ESP32_INTC_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ESPRESSIF_ESP32_INTC))
+
+DT_COMPAT_ESPRESSIF_ESP32_IPM := espressif,esp32-ipm
+
+config DT_HAS_ESPRESSIF_ESP32_IPM_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ESPRESSIF_ESP32_IPM))
+
+DT_COMPAT_ESPRESSIF_ESP32_LEDC := espressif,esp32-ledc
+
+config DT_HAS_ESPRESSIF_ESP32_LEDC_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ESPRESSIF_ESP32_LEDC))
+
+DT_COMPAT_ESPRESSIF_ESP32_MCPWM := espressif,esp32-mcpwm
+
+config DT_HAS_ESPRESSIF_ESP32_MCPWM_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ESPRESSIF_ESP32_MCPWM))
+
+DT_COMPAT_ESPRESSIF_ESP32_MDIO := espressif,esp32-mdio
+
+config DT_HAS_ESPRESSIF_ESP32_MDIO_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ESPRESSIF_ESP32_MDIO))
+
+DT_COMPAT_ESPRESSIF_ESP32_PCNT := espressif,esp32-pcnt
+
+config DT_HAS_ESPRESSIF_ESP32_PCNT_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ESPRESSIF_ESP32_PCNT))
+
+DT_COMPAT_ESPRESSIF_ESP32_PINCTRL := espressif,esp32-pinctrl
+
+config DT_HAS_ESPRESSIF_ESP32_PINCTRL_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ESPRESSIF_ESP32_PINCTRL))
+
+DT_COMPAT_ESPRESSIF_ESP32_RTC := espressif,esp32-rtc
+
+config DT_HAS_ESPRESSIF_ESP32_RTC_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ESPRESSIF_ESP32_RTC))
+
+DT_COMPAT_ESPRESSIF_ESP32_RTC_TIMER := espressif,esp32-rtc-timer
+
+config DT_HAS_ESPRESSIF_ESP32_RTC_TIMER_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ESPRESSIF_ESP32_RTC_TIMER))
+
+DT_COMPAT_ESPRESSIF_ESP32_SDHC := espressif,esp32-sdhc
+
+config DT_HAS_ESPRESSIF_ESP32_SDHC_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ESPRESSIF_ESP32_SDHC))
+
+DT_COMPAT_ESPRESSIF_ESP32_SDHC_SLOT := espressif,esp32-sdhc-slot
+
+config DT_HAS_ESPRESSIF_ESP32_SDHC_SLOT_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ESPRESSIF_ESP32_SDHC_SLOT))
+
+DT_COMPAT_ESPRESSIF_ESP32_SPI := espressif,esp32-spi
+
+config DT_HAS_ESPRESSIF_ESP32_SPI_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ESPRESSIF_ESP32_SPI))
+
+DT_COMPAT_ESPRESSIF_ESP32_SYSTIMER := espressif,esp32-systimer
+
+config DT_HAS_ESPRESSIF_ESP32_SYSTIMER_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ESPRESSIF_ESP32_SYSTIMER))
+
+DT_COMPAT_ESPRESSIF_ESP32_TEMP := espressif,esp32-temp
+
+config DT_HAS_ESPRESSIF_ESP32_TEMP_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ESPRESSIF_ESP32_TEMP))
+
+DT_COMPAT_ESPRESSIF_ESP32_TIMER := espressif,esp32-timer
+
+config DT_HAS_ESPRESSIF_ESP32_TIMER_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ESPRESSIF_ESP32_TIMER))
+
+DT_COMPAT_ESPRESSIF_ESP32_TOUCH := espressif,esp32-touch
+
+config DT_HAS_ESPRESSIF_ESP32_TOUCH_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ESPRESSIF_ESP32_TOUCH))
+
+DT_COMPAT_ESPRESSIF_ESP32_TRNG := espressif,esp32-trng
+
+config DT_HAS_ESPRESSIF_ESP32_TRNG_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ESPRESSIF_ESP32_TRNG))
+
+DT_COMPAT_ESPRESSIF_ESP32_TWAI := espressif,esp32-twai
+
+config DT_HAS_ESPRESSIF_ESP32_TWAI_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ESPRESSIF_ESP32_TWAI))
+
+DT_COMPAT_ESPRESSIF_ESP32_UART := espressif,esp32-uart
+
+config DT_HAS_ESPRESSIF_ESP32_UART_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ESPRESSIF_ESP32_UART))
+
+DT_COMPAT_ESPRESSIF_ESP32_USB_SERIAL := espressif,esp32-usb-serial
+
+config DT_HAS_ESPRESSIF_ESP32_USB_SERIAL_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ESPRESSIF_ESP32_USB_SERIAL))
+
+DT_COMPAT_ESPRESSIF_ESP32_WATCHDOG := espressif,esp32-watchdog
+
+config DT_HAS_ESPRESSIF_ESP32_WATCHDOG_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ESPRESSIF_ESP32_WATCHDOG))
+
+DT_COMPAT_ESPRESSIF_ESP32_WIFI := espressif,esp32-wifi
+
+config DT_HAS_ESPRESSIF_ESP32_WIFI_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ESPRESSIF_ESP32_WIFI))
+
+DT_COMPAT_ESPRESSIF_RISCV := espressif,riscv
+
+config DT_HAS_ESPRESSIF_RISCV_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ESPRESSIF_RISCV))
+
+DT_COMPAT_ETHERNET_PHY := ethernet-phy
+
+config DT_HAS_ETHERNET_PHY_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ETHERNET_PHY))
+
+DT_COMPAT_FCS_FXL6408 := fcs,fxl6408
+
+config DT_HAS_FCS_FXL6408_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_FCS_FXL6408))
+
+DT_COMPAT_FESTO_VEAA_X_3 := festo,veaa-x-3
+
+config DT_HAS_FESTO_VEAA_X_3_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_FESTO_VEAA_X_3))
+
+DT_COMPAT_FINTEK_F75303 := fintek,f75303
+
+config DT_HAS_FINTEK_F75303_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_FINTEK_F75303))
+
+DT_COMPAT_FIXED_CLOCK := fixed-clock
+
+config DT_HAS_FIXED_CLOCK_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_FIXED_CLOCK))
+
+DT_COMPAT_FIXED_FACTOR_CLOCK := fixed-factor-clock
+
+config DT_HAS_FIXED_FACTOR_CLOCK_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_FIXED_FACTOR_CLOCK))
+
+DT_COMPAT_FIXED_PARTITIONS := fixed-partitions
+
+config DT_HAS_FIXED_PARTITIONS_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_FIXED_PARTITIONS))
+
+DT_COMPAT_FOCALTECH_FT5336 := focaltech,ft5336
+
+config DT_HAS_FOCALTECH_FT5336_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_FOCALTECH_FT5336))
+
+DT_COMPAT_FRIDA_NT35510 := frida,nt35510
+
+config DT_HAS_FRIDA_NT35510_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_FRIDA_NT35510))
+
+DT_COMPAT_FSL_IMX21_I2C := fsl,imx21-i2c
+
+config DT_HAS_FSL_IMX21_I2C_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_FSL_IMX21_I2C))
+
+DT_COMPAT_FSL_IMX27_PWM := fsl,imx27-pwm
+
+config DT_HAS_FSL_IMX27_PWM_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_FSL_IMX27_PWM))
+
+DT_COMPAT_FTDI_FT800 := ftdi,ft800
+
+config DT_HAS_FTDI_FT800_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_FTDI_FT800))
+
+DT_COMPAT_FUJITSU_MB85RCXX := fujitsu,mb85rcxx
+
+config DT_HAS_FUJITSU_MB85RCXX_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_FUJITSU_MB85RCXX))
+
+DT_COMPAT_GAISLER_APBUART := gaisler,apbuart
+
+config DT_HAS_GAISLER_APBUART_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_GAISLER_APBUART))
+
+DT_COMPAT_GAISLER_GPTIMER := gaisler,gptimer
+
+config DT_HAS_GAISLER_GPTIMER_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_GAISLER_GPTIMER))
+
+DT_COMPAT_GAISLER_IRQMP := gaisler,irqmp
+
+config DT_HAS_GAISLER_IRQMP_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_GAISLER_IRQMP))
+
+DT_COMPAT_GAISLER_LEON3 := gaisler,leon3
+
+config DT_HAS_GAISLER_LEON3_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_GAISLER_LEON3))
+
+DT_COMPAT_GAISLER_SPIMCTRL := gaisler,spimctrl
+
+config DT_HAS_GAISLER_SPIMCTRL_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_GAISLER_SPIMCTRL))
+
+DT_COMPAT_GALAXYCORE_GC9X01X := galaxycore,gc9x01x
+
+config DT_HAS_GALAXYCORE_GC9X01X_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_GALAXYCORE_GC9X01X))
+
+DT_COMPAT_GD_GD32_ADC := gd,gd32-adc
+
+config DT_HAS_GD_GD32_ADC_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_GD_GD32_ADC))
+
+DT_COMPAT_GD_GD32_AFIO := gd,gd32-afio
+
+config DT_HAS_GD_GD32_AFIO_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_GD_GD32_AFIO))
+
+DT_COMPAT_GD_GD32_CCTL := gd,gd32-cctl
+
+config DT_HAS_GD_GD32_CCTL_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_GD_GD32_CCTL))
+
+DT_COMPAT_GD_GD32_DAC := gd,gd32-dac
+
+config DT_HAS_GD_GD32_DAC_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_GD_GD32_DAC))
+
+DT_COMPAT_GD_GD32_DMA := gd,gd32-dma
+
+config DT_HAS_GD_GD32_DMA_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_GD_GD32_DMA))
+
+DT_COMPAT_GD_GD32_DMA_V1 := gd,gd32-dma-v1
+
+config DT_HAS_GD_GD32_DMA_V1_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_GD_GD32_DMA_V1))
+
+DT_COMPAT_GD_GD32_EXTI := gd,gd32-exti
+
+config DT_HAS_GD_GD32_EXTI_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_GD_GD32_EXTI))
+
+DT_COMPAT_GD_GD32_FLASH_CONTROLLER := gd,gd32-flash-controller
+
+config DT_HAS_GD_GD32_FLASH_CONTROLLER_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_GD_GD32_FLASH_CONTROLLER))
+
+DT_COMPAT_GD_GD32_FWDGT := gd,gd32-fwdgt
+
+config DT_HAS_GD_GD32_FWDGT_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_GD_GD32_FWDGT))
+
+DT_COMPAT_GD_GD32_GPIO := gd,gd32-gpio
+
+config DT_HAS_GD_GD32_GPIO_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_GD_GD32_GPIO))
+
+DT_COMPAT_GD_GD32_I2C := gd,gd32-i2c
+
+config DT_HAS_GD_GD32_I2C_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_GD_GD32_I2C))
+
+DT_COMPAT_GD_GD32_NV_FLASH_V1 := gd,gd32-nv-flash-v1
+
+config DT_HAS_GD_GD32_NV_FLASH_V1_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_GD_GD32_NV_FLASH_V1))
+
+DT_COMPAT_GD_GD32_NV_FLASH_V2 := gd,gd32-nv-flash-v2
+
+config DT_HAS_GD_GD32_NV_FLASH_V2_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_GD_GD32_NV_FLASH_V2))
+
+DT_COMPAT_GD_GD32_NV_FLASH_V3 := gd,gd32-nv-flash-v3
+
+config DT_HAS_GD_GD32_NV_FLASH_V3_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_GD_GD32_NV_FLASH_V3))
+
+DT_COMPAT_GD_GD32_PINCTRL_AF := gd,gd32-pinctrl-af
+
+config DT_HAS_GD_GD32_PINCTRL_AF_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_GD_GD32_PINCTRL_AF))
+
+DT_COMPAT_GD_GD32_PINCTRL_AFIO := gd,gd32-pinctrl-afio
+
+config DT_HAS_GD_GD32_PINCTRL_AFIO_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_GD_GD32_PINCTRL_AFIO))
+
+DT_COMPAT_GD_GD32_PWM := gd,gd32-pwm
+
+config DT_HAS_GD_GD32_PWM_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_GD_GD32_PWM))
+
+DT_COMPAT_GD_GD32_RCTL := gd,gd32-rctl
+
+config DT_HAS_GD_GD32_RCTL_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_GD_GD32_RCTL))
+
+DT_COMPAT_GD_GD32_RCU := gd,gd32-rcu
+
+config DT_HAS_GD_GD32_RCU_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_GD_GD32_RCU))
+
+DT_COMPAT_GD_GD32_SPI := gd,gd32-spi
+
+config DT_HAS_GD_GD32_SPI_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_GD_GD32_SPI))
+
+DT_COMPAT_GD_GD32_SYSCFG := gd,gd32-syscfg
+
+config DT_HAS_GD_GD32_SYSCFG_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_GD_GD32_SYSCFG))
+
+DT_COMPAT_GD_GD32_TIMER := gd,gd32-timer
+
+config DT_HAS_GD_GD32_TIMER_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_GD_GD32_TIMER))
+
+DT_COMPAT_GD_GD32_USART := gd,gd32-usart
+
+config DT_HAS_GD_GD32_USART_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_GD_GD32_USART))
+
+DT_COMPAT_GD_GD32_WWDGT := gd,gd32-wwdgt
+
+config DT_HAS_GD_GD32_WWDGT_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_GD_GD32_WWDGT))
+
+DT_COMPAT_GENERIC_FEM_TWO_CTRL_PINS := generic-fem-two-ctrl-pins
+
+config DT_HAS_GENERIC_FEM_TWO_CTRL_PINS_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_GENERIC_FEM_TWO_CTRL_PINS))
+
+DT_COMPAT_GENERIC_RADIO_COEX_ONE_WIRE := generic-radio-coex-one-wire
+
+config DT_HAS_GENERIC_RADIO_COEX_ONE_WIRE_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_GENERIC_RADIO_COEX_ONE_WIRE))
+
+DT_COMPAT_GENERIC_RADIO_COEX_THREE_WIRE := generic-radio-coex-three-wire
+
+config DT_HAS_GENERIC_RADIO_COEX_THREE_WIRE_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_GENERIC_RADIO_COEX_THREE_WIRE))
+
+DT_COMPAT_GNSS_NMEA_GENERIC := gnss-nmea-generic
+
+config DT_HAS_GNSS_NMEA_GENERIC_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_GNSS_NMEA_GENERIC))
+
+DT_COMPAT_GOODIX_GT911 := goodix,gt911
+
+config DT_HAS_GOODIX_GT911_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_GOODIX_GT911))
+
+DT_COMPAT_GPIO_I2C := gpio-i2c
+
+config DT_HAS_GPIO_I2C_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_GPIO_I2C))
+
+DT_COMPAT_GPIO_I2C_SWITCH := gpio-i2c-switch
+
+config DT_HAS_GPIO_I2C_SWITCH_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_GPIO_I2C_SWITCH))
+
+DT_COMPAT_GPIO_KBD_MATRIX := gpio-kbd-matrix
+
+config DT_HAS_GPIO_KBD_MATRIX_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_GPIO_KBD_MATRIX))
+
+DT_COMPAT_GPIO_KEYS := gpio-keys
+
+config DT_HAS_GPIO_KEYS_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_GPIO_KEYS))
+
+DT_COMPAT_GPIO_LEDS := gpio-leds
+
+config DT_HAS_GPIO_LEDS_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_GPIO_LEDS))
+
+DT_COMPAT_GPIO_QDEC := gpio-qdec
+
+config DT_HAS_GPIO_QDEC_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_GPIO_QDEC))
+
+DT_COMPAT_GPIO_RADIO_COEX := gpio-radio-coex
+
+config DT_HAS_GPIO_RADIO_COEX_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_GPIO_RADIO_COEX))
+
+DT_COMPAT_GREELED_LPD8803 := greeled,lpd8803
+
+config DT_HAS_GREELED_LPD8803_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_GREELED_LPD8803))
+
+DT_COMPAT_GREELED_LPD8806 := greeled,lpd8806
+
+config DT_HAS_GREELED_LPD8806_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_GREELED_LPD8806))
+
+DT_COMPAT_GROVE_HEADER := grove-header
+
+config DT_HAS_GROVE_HEADER_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_GROVE_HEADER))
+
+DT_COMPAT_GSS_EXPLORIR_M := gss,explorir-m
+
+config DT_HAS_GSS_EXPLORIR_M_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_GSS_EXPLORIR_M))
+
+DT_COMPAT_HAMAMATSU_S11059 := hamamatsu,s11059
+
+config DT_HAS_HAMAMATSU_S11059_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_HAMAMATSU_S11059))
+
+DT_COMPAT_HIMAX_HX8394 := himax,hx8394
+
+config DT_HAS_HIMAX_HX8394_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_HIMAX_HX8394))
+
+DT_COMPAT_HIT_HD44780 := hit,hd44780
+
+config DT_HAS_HIT_HD44780_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_HIT_HD44780))
+
+DT_COMPAT_HOLTEK_HT16K33 := holtek,ht16k33
+
+config DT_HAS_HOLTEK_HT16K33_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_HOLTEK_HT16K33))
+
+DT_COMPAT_HONEYWELL_HMC5883L := honeywell,hmc5883l
+
+config DT_HAS_HONEYWELL_HMC5883L_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_HONEYWELL_HMC5883L))
+
+DT_COMPAT_HONEYWELL_MPR := honeywell,mpr
+
+config DT_HAS_HONEYWELL_MPR_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_HONEYWELL_MPR))
+
+DT_COMPAT_HONEYWELL_SM351LT := honeywell,sm351lt
+
+config DT_HAS_HONEYWELL_SM351LT_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_HONEYWELL_SM351LT))
+
+DT_COMPAT_HOPERF_HP206C := hoperf,hp206c
+
+config DT_HAS_HOPERF_HP206C_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_HOPERF_HP206C))
+
+DT_COMPAT_HOPERF_TH02 := hoperf,th02
+
+config DT_HAS_HOPERF_TH02_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_HOPERF_TH02))
+
+DT_COMPAT_HYNITRON_CST816S := hynitron,cst816s
+
+config DT_HAS_HYNITRON_CST816S_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_HYNITRON_CST816S))
+
+DT_COMPAT_HZGROW_R502A := hzgrow,r502a
+
+config DT_HAS_HZGROW_R502A_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_HZGROW_R502A))
+
+DT_COMPAT_ILITEK_ILI9340 := ilitek,ili9340
+
+config DT_HAS_ILITEK_ILI9340_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ILITEK_ILI9340))
+
+DT_COMPAT_ILITEK_ILI9341 := ilitek,ili9341
+
+config DT_HAS_ILITEK_ILI9341_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ILITEK_ILI9341))
+
+DT_COMPAT_ILITEK_ILI9342C := ilitek,ili9342c
+
+config DT_HAS_ILITEK_ILI9342C_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ILITEK_ILI9342C))
+
+DT_COMPAT_ILITEK_ILI9488 := ilitek,ili9488
+
+config DT_HAS_ILITEK_ILI9488_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ILITEK_ILI9488))
+
+DT_COMPAT_INFINEON_AIROC_WIFI := infineon,airoc-wifi
+
+config DT_HAS_INFINEON_AIROC_WIFI_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_INFINEON_AIROC_WIFI))
+
+DT_COMPAT_INFINEON_CAT1_ADC := infineon,cat1-adc
+
+config DT_HAS_INFINEON_CAT1_ADC_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_INFINEON_CAT1_ADC))
+
+DT_COMPAT_INFINEON_CAT1_BLESS_HCI := infineon,cat1-bless-hci
+
+config DT_HAS_INFINEON_CAT1_BLESS_HCI_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_INFINEON_CAT1_BLESS_HCI))
+
+DT_COMPAT_INFINEON_CAT1_COUNTER := infineon,cat1-counter
+
+config DT_HAS_INFINEON_CAT1_COUNTER_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_INFINEON_CAT1_COUNTER))
+
+DT_COMPAT_INFINEON_CAT1_FLASH_CONTROLLER := infineon,cat1-flash-controller
+
+config DT_HAS_INFINEON_CAT1_FLASH_CONTROLLER_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_INFINEON_CAT1_FLASH_CONTROLLER))
+
+DT_COMPAT_INFINEON_CAT1_GPIO := infineon,cat1-gpio
+
+config DT_HAS_INFINEON_CAT1_GPIO_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_INFINEON_CAT1_GPIO))
+
+DT_COMPAT_INFINEON_CAT1_I2C := infineon,cat1-i2c
+
+config DT_HAS_INFINEON_CAT1_I2C_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_INFINEON_CAT1_I2C))
+
+DT_COMPAT_INFINEON_CAT1_PINCTRL := infineon,cat1-pinctrl
+
+config DT_HAS_INFINEON_CAT1_PINCTRL_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_INFINEON_CAT1_PINCTRL))
+
+DT_COMPAT_INFINEON_CAT1_SCB := infineon,cat1-scb
+
+config DT_HAS_INFINEON_CAT1_SCB_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_INFINEON_CAT1_SCB))
+
+DT_COMPAT_INFINEON_CAT1_SDHC_SDIO := infineon,cat1-sdhc-sdio
+
+config DT_HAS_INFINEON_CAT1_SDHC_SDIO_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_INFINEON_CAT1_SDHC_SDIO))
+
+DT_COMPAT_INFINEON_CAT1_SPI := infineon,cat1-spi
+
+config DT_HAS_INFINEON_CAT1_SPI_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_INFINEON_CAT1_SPI))
+
+DT_COMPAT_INFINEON_CAT1_UART := infineon,cat1-uart
+
+config DT_HAS_INFINEON_CAT1_UART_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_INFINEON_CAT1_UART))
+
+DT_COMPAT_INFINEON_CAT1_WATCHDOG := infineon,cat1-watchdog
+
+config DT_HAS_INFINEON_CAT1_WATCHDOG_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_INFINEON_CAT1_WATCHDOG))
+
+DT_COMPAT_INFINEON_CYW43XXX_BT_HCI := infineon,cyw43xxx-bt-hci
+
+config DT_HAS_INFINEON_CYW43XXX_BT_HCI_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_INFINEON_CYW43XXX_BT_HCI))
+
+DT_COMPAT_INFINEON_DPS310 := infineon,dps310
+
+config DT_HAS_INFINEON_DPS310_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_INFINEON_DPS310))
+
+DT_COMPAT_INFINEON_TLE9104 := infineon,tle9104
+
+config DT_HAS_INFINEON_TLE9104_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_INFINEON_TLE9104))
+
+DT_COMPAT_INFINEON_TLE9104_DIAGNOSTICS := infineon,tle9104-diagnostics
+
+config DT_HAS_INFINEON_TLE9104_DIAGNOSTICS_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_INFINEON_TLE9104_DIAGNOSTICS))
+
+DT_COMPAT_INFINEON_TLE9104_GPIO := infineon,tle9104-gpio
+
+config DT_HAS_INFINEON_TLE9104_GPIO_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_INFINEON_TLE9104_GPIO))
+
+DT_COMPAT_INFINEON_XMC4XXX_ADC := infineon,xmc4xxx-adc
+
+config DT_HAS_INFINEON_XMC4XXX_ADC_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_INFINEON_XMC4XXX_ADC))
+
+DT_COMPAT_INFINEON_XMC4XXX_CAN := infineon,xmc4xxx-can
+
+config DT_HAS_INFINEON_XMC4XXX_CAN_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_INFINEON_XMC4XXX_CAN))
+
+DT_COMPAT_INFINEON_XMC4XXX_CAN_NODE := infineon,xmc4xxx-can-node
+
+config DT_HAS_INFINEON_XMC4XXX_CAN_NODE_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_INFINEON_XMC4XXX_CAN_NODE))
+
+DT_COMPAT_INFINEON_XMC4XXX_CCU4_PWM := infineon,xmc4xxx-ccu4-pwm
+
+config DT_HAS_INFINEON_XMC4XXX_CCU4_PWM_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_INFINEON_XMC4XXX_CCU4_PWM))
+
+DT_COMPAT_INFINEON_XMC4XXX_CCU8_PWM := infineon,xmc4xxx-ccu8-pwm
+
+config DT_HAS_INFINEON_XMC4XXX_CCU8_PWM_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_INFINEON_XMC4XXX_CCU8_PWM))
+
+DT_COMPAT_INFINEON_XMC4XXX_DMA := infineon,xmc4xxx-dma
+
+config DT_HAS_INFINEON_XMC4XXX_DMA_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_INFINEON_XMC4XXX_DMA))
+
+DT_COMPAT_INFINEON_XMC4XXX_ETHERNET := infineon,xmc4xxx-ethernet
+
+config DT_HAS_INFINEON_XMC4XXX_ETHERNET_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_INFINEON_XMC4XXX_ETHERNET))
+
+DT_COMPAT_INFINEON_XMC4XXX_FLASH_CONTROLLER := infineon,xmc4xxx-flash-controller
+
+config DT_HAS_INFINEON_XMC4XXX_FLASH_CONTROLLER_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_INFINEON_XMC4XXX_FLASH_CONTROLLER))
+
+DT_COMPAT_INFINEON_XMC4XXX_GPIO := infineon,xmc4xxx-gpio
+
+config DT_HAS_INFINEON_XMC4XXX_GPIO_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_INFINEON_XMC4XXX_GPIO))
+
+DT_COMPAT_INFINEON_XMC4XXX_I2C := infineon,xmc4xxx-i2c
+
+config DT_HAS_INFINEON_XMC4XXX_I2C_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_INFINEON_XMC4XXX_I2C))
+
+DT_COMPAT_INFINEON_XMC4XXX_INTC := infineon,xmc4xxx-intc
+
+config DT_HAS_INFINEON_XMC4XXX_INTC_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_INFINEON_XMC4XXX_INTC))
+
+DT_COMPAT_INFINEON_XMC4XXX_MDIO := infineon,xmc4xxx-mdio
+
+config DT_HAS_INFINEON_XMC4XXX_MDIO_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_INFINEON_XMC4XXX_MDIO))
+
+DT_COMPAT_INFINEON_XMC4XXX_NV_FLASH := infineon,xmc4xxx-nv-flash
+
+config DT_HAS_INFINEON_XMC4XXX_NV_FLASH_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_INFINEON_XMC4XXX_NV_FLASH))
+
+DT_COMPAT_INFINEON_XMC4XXX_PINCTRL := infineon,xmc4xxx-pinctrl
+
+config DT_HAS_INFINEON_XMC4XXX_PINCTRL_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_INFINEON_XMC4XXX_PINCTRL))
+
+DT_COMPAT_INFINEON_XMC4XXX_SPI := infineon,xmc4xxx-spi
+
+config DT_HAS_INFINEON_XMC4XXX_SPI_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_INFINEON_XMC4XXX_SPI))
+
+DT_COMPAT_INFINEON_XMC4XXX_TEMP := infineon,xmc4xxx-temp
+
+config DT_HAS_INFINEON_XMC4XXX_TEMP_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_INFINEON_XMC4XXX_TEMP))
+
+DT_COMPAT_INFINEON_XMC4XXX_UART := infineon,xmc4xxx-uart
+
+config DT_HAS_INFINEON_XMC4XXX_UART_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_INFINEON_XMC4XXX_UART))
+
+DT_COMPAT_INFINEON_XMC4XXX_WATCHDOG := infineon,xmc4xxx-watchdog
+
+config DT_HAS_INFINEON_XMC4XXX_WATCHDOG_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_INFINEON_XMC4XXX_WATCHDOG))
+
+DT_COMPAT_INPUT_KEYMAP := input-keymap
+
+config DT_HAS_INPUT_KEYMAP_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_INPUT_KEYMAP))
+
+DT_COMPAT_INTEL_ACE_ART_COUNTER := intel,ace-art-counter
+
+config DT_HAS_INTEL_ACE_ART_COUNTER_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_INTEL_ACE_ART_COUNTER))
+
+DT_COMPAT_INTEL_ACE_INTC := intel,ace-intc
+
+config DT_HAS_INTEL_ACE_INTC_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_INTEL_ACE_INTC))
+
+DT_COMPAT_INTEL_ACE_RTC_COUNTER := intel,ace-rtc-counter
+
+config DT_HAS_INTEL_ACE_RTC_COUNTER_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_INTEL_ACE_RTC_COUNTER))
+
+DT_COMPAT_INTEL_ACE_TIMESTAMP := intel,ace-timestamp
+
+config DT_HAS_INTEL_ACE_TIMESTAMP_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_INTEL_ACE_TIMESTAMP))
+
+DT_COMPAT_INTEL_ADSP_COMMUNICATION_WIDGET := intel,adsp-communication-widget
+
+config DT_HAS_INTEL_ADSP_COMMUNICATION_WIDGET_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_INTEL_ADSP_COMMUNICATION_WIDGET))
+
+DT_COMPAT_INTEL_ADSP_DFPMCCH := intel,adsp-dfpmcch
+
+config DT_HAS_INTEL_ADSP_DFPMCCH_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_INTEL_ADSP_DFPMCCH))
+
+DT_COMPAT_INTEL_ADSP_DFPMCCU := intel,adsp-dfpmccu
+
+config DT_HAS_INTEL_ADSP_DFPMCCU_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_INTEL_ADSP_DFPMCCU))
+
+DT_COMPAT_INTEL_ADSP_DMIC_VSS := intel,adsp-dmic-vss
+
+config DT_HAS_INTEL_ADSP_DMIC_VSS_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_INTEL_ADSP_DMIC_VSS))
+
+DT_COMPAT_INTEL_ADSP_GPDMA := intel,adsp-gpdma
+
+config DT_HAS_INTEL_ADSP_GPDMA_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_INTEL_ADSP_GPDMA))
+
+DT_COMPAT_INTEL_ADSP_HDA_DMIC_CAP := intel,adsp-hda-dmic-cap
+
+config DT_HAS_INTEL_ADSP_HDA_DMIC_CAP_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_INTEL_ADSP_HDA_DMIC_CAP))
+
+DT_COMPAT_INTEL_ADSP_HDA_HOST_IN := intel,adsp-hda-host-in
+
+config DT_HAS_INTEL_ADSP_HDA_HOST_IN_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_INTEL_ADSP_HDA_HOST_IN))
+
+DT_COMPAT_INTEL_ADSP_HDA_HOST_OUT := intel,adsp-hda-host-out
+
+config DT_HAS_INTEL_ADSP_HDA_HOST_OUT_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_INTEL_ADSP_HDA_HOST_OUT))
+
+DT_COMPAT_INTEL_ADSP_HDA_LINK_IN := intel,adsp-hda-link-in
+
+config DT_HAS_INTEL_ADSP_HDA_LINK_IN_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_INTEL_ADSP_HDA_LINK_IN))
+
+DT_COMPAT_INTEL_ADSP_HDA_LINK_OUT := intel,adsp-hda-link-out
+
+config DT_HAS_INTEL_ADSP_HDA_LINK_OUT_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_INTEL_ADSP_HDA_LINK_OUT))
+
+DT_COMPAT_INTEL_ADSP_HDA_SSP_CAP := intel,adsp-hda-ssp-cap
+
+config DT_HAS_INTEL_ADSP_HDA_SSP_CAP_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_INTEL_ADSP_HDA_SSP_CAP))
+
+DT_COMPAT_INTEL_ADSP_HOST_IPC := intel,adsp-host-ipc
+
+config DT_HAS_INTEL_ADSP_HOST_IPC_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_INTEL_ADSP_HOST_IPC))
+
+DT_COMPAT_INTEL_ADSP_IDC := intel,adsp-idc
+
+config DT_HAS_INTEL_ADSP_IDC_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_INTEL_ADSP_IDC))
+
+DT_COMPAT_INTEL_ADSP_IMR := intel,adsp-imr
+
+config DT_HAS_INTEL_ADSP_IMR_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_INTEL_ADSP_IMR))
+
+DT_COMPAT_INTEL_ADSP_MAILBOX := intel,adsp-mailbox
+
+config DT_HAS_INTEL_ADSP_MAILBOX_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_INTEL_ADSP_MAILBOX))
+
+DT_COMPAT_INTEL_ADSP_MEM_WINDOW := intel,adsp-mem-window
+
+config DT_HAS_INTEL_ADSP_MEM_WINDOW_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_INTEL_ADSP_MEM_WINDOW))
+
+DT_COMPAT_INTEL_ADSP_MTL_TLB := intel,adsp-mtl-tlb
+
+config DT_HAS_INTEL_ADSP_MTL_TLB_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_INTEL_ADSP_MTL_TLB))
+
+DT_COMPAT_INTEL_ADSP_POWER_DOMAIN := intel,adsp-power-domain
+
+config DT_HAS_INTEL_ADSP_POWER_DOMAIN_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_INTEL_ADSP_POWER_DOMAIN))
+
+DT_COMPAT_INTEL_ADSP_SHA := intel,adsp-sha
+
+config DT_HAS_INTEL_ADSP_SHA_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_INTEL_ADSP_SHA))
+
+DT_COMPAT_INTEL_ADSP_SHIM_CLKCTL := intel,adsp-shim-clkctl
+
+config DT_HAS_INTEL_ADSP_SHIM_CLKCTL_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_INTEL_ADSP_SHIM_CLKCTL))
+
+DT_COMPAT_INTEL_ADSP_TIMER := intel,adsp-timer
+
+config DT_HAS_INTEL_ADSP_TIMER_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_INTEL_ADSP_TIMER))
+
+DT_COMPAT_INTEL_ADSP_TLB := intel,adsp-tlb
+
+config DT_HAS_INTEL_ADSP_TLB_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_INTEL_ADSP_TLB))
+
+DT_COMPAT_INTEL_ADSP_WATCHDOG := intel,adsp-watchdog
+
+config DT_HAS_INTEL_ADSP_WATCHDOG_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_INTEL_ADSP_WATCHDOG))
+
+DT_COMPAT_INTEL_AGILEX_CLOCK := intel,agilex-clock
+
+config DT_HAS_INTEL_AGILEX_CLOCK_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_INTEL_AGILEX_CLOCK))
+
+DT_COMPAT_INTEL_AGILEX5_CLOCK := intel,agilex5-clock
+
+config DT_HAS_INTEL_AGILEX5_CLOCK_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_INTEL_AGILEX5_CLOCK))
+
+DT_COMPAT_INTEL_ALDER_LAKE := intel,alder-lake
+
+config DT_HAS_INTEL_ALDER_LAKE_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_INTEL_ALDER_LAKE))
+
+DT_COMPAT_INTEL_ALH_DAI := intel,alh-dai
+
+config DT_HAS_INTEL_ALH_DAI_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_INTEL_ALH_DAI))
+
+DT_COMPAT_INTEL_APOLLO_LAKE := intel,apollo-lake
+
+config DT_HAS_INTEL_APOLLO_LAKE_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_INTEL_APOLLO_LAKE))
+
+DT_COMPAT_INTEL_BLINKY_PWM := intel,blinky-pwm
+
+config DT_HAS_INTEL_BLINKY_PWM_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_INTEL_BLINKY_PWM))
+
+DT_COMPAT_INTEL_CAVS_I2S := intel,cavs-i2s
+
+config DT_HAS_INTEL_CAVS_I2S_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_INTEL_CAVS_I2S))
+
+DT_COMPAT_INTEL_CAVS_INTC := intel,cavs-intc
+
+config DT_HAS_INTEL_CAVS_INTC_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_INTEL_CAVS_INTC))
+
+DT_COMPAT_INTEL_DAI_DMIC := intel,dai-dmic
+
+config DT_HAS_INTEL_DAI_DMIC_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_INTEL_DAI_DMIC))
+
+DT_COMPAT_INTEL_E1000 := intel,e1000
+
+config DT_HAS_INTEL_E1000_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_INTEL_E1000))
+
+DT_COMPAT_INTEL_ELKHART_LAKE := intel,elkhart-lake
+
+config DT_HAS_INTEL_ELKHART_LAKE_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_INTEL_ELKHART_LAKE))
+
+DT_COMPAT_INTEL_EMMC_HOST := intel,emmc-host
+
+config DT_HAS_INTEL_EMMC_HOST_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_INTEL_EMMC_HOST))
+
+DT_COMPAT_INTEL_GPIO := intel,gpio
+
+config DT_HAS_INTEL_GPIO_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_INTEL_GPIO))
+
+DT_COMPAT_INTEL_HDA_DAI := intel,hda-dai
+
+config DT_HAS_INTEL_HDA_DAI_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_INTEL_HDA_DAI))
+
+DT_COMPAT_INTEL_HPET := intel,hpet
+
+config DT_HAS_INTEL_HPET_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_INTEL_HPET))
+
+DT_COMPAT_INTEL_IBECC := intel,ibecc
+
+config DT_HAS_INTEL_IBECC_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_INTEL_IBECC))
+
+DT_COMPAT_INTEL_IOAPIC := intel,ioapic
+
+config DT_HAS_INTEL_IOAPIC_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_INTEL_IOAPIC))
+
+DT_COMPAT_INTEL_ISH := intel,ish
+
+config DT_HAS_INTEL_ISH_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_INTEL_ISH))
+
+DT_COMPAT_INTEL_LAKEMONT := intel,lakemont
+
+config DT_HAS_INTEL_LAKEMONT_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_INTEL_LAKEMONT))
+
+DT_COMPAT_INTEL_LOAPIC := intel,loapic
+
+config DT_HAS_INTEL_LOAPIC_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_INTEL_LOAPIC))
+
+DT_COMPAT_INTEL_LPSS := intel,lpss
+
+config DT_HAS_INTEL_LPSS_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_INTEL_LPSS))
+
+DT_COMPAT_INTEL_LW_UART := intel,lw-uart
+
+config DT_HAS_INTEL_LW_UART_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_INTEL_LW_UART))
+
+DT_COMPAT_INTEL_MULTIBOOT_FRAMEBUFFER := intel,multiboot-framebuffer
+
+config DT_HAS_INTEL_MULTIBOOT_FRAMEBUFFER_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_INTEL_MULTIBOOT_FRAMEBUFFER))
+
+DT_COMPAT_INTEL_NIOSV := intel,niosv
+
+config DT_HAS_INTEL_NIOSV_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_INTEL_NIOSV))
+
+DT_COMPAT_INTEL_PCH_SMBUS := intel,pch-smbus
+
+config DT_HAS_INTEL_PCH_SMBUS_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_INTEL_PCH_SMBUS))
+
+DT_COMPAT_INTEL_PENWELL_SPI := intel,penwell-spi
+
+config DT_HAS_INTEL_PENWELL_SPI_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_INTEL_PENWELL_SPI))
+
+DT_COMPAT_INTEL_RAPTOR_LAKE := intel,raptor-lake
+
+config DT_HAS_INTEL_RAPTOR_LAKE_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_INTEL_RAPTOR_LAKE))
+
+DT_COMPAT_INTEL_SEDI_GPIO := intel,sedi-gpio
+
+config DT_HAS_INTEL_SEDI_GPIO_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_INTEL_SEDI_GPIO))
+
+DT_COMPAT_INTEL_SEDI_I2C := intel,sedi-i2c
+
+config DT_HAS_INTEL_SEDI_I2C_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_INTEL_SEDI_I2C))
+
+DT_COMPAT_INTEL_SEDI_IPM := intel,sedi-ipm
+
+config DT_HAS_INTEL_SEDI_IPM_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_INTEL_SEDI_IPM))
+
+DT_COMPAT_INTEL_SEDI_SPI := intel,sedi-spi
+
+config DT_HAS_INTEL_SEDI_SPI_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_INTEL_SEDI_SPI))
+
+DT_COMPAT_INTEL_SEDI_UART := intel,sedi-uart
+
+config DT_HAS_INTEL_SEDI_UART_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_INTEL_SEDI_UART))
+
+DT_COMPAT_INTEL_SEDI_DMA := intel,sedi_dma
+
+config DT_HAS_INTEL_SEDI_DMA_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_INTEL_SEDI_DMA))
+
+DT_COMPAT_INTEL_SOCFPGA_AGILEX_SIP_SMC := intel,socfpga-agilex-sip-smc
+
+config DT_HAS_INTEL_SOCFPGA_AGILEX_SIP_SMC_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_INTEL_SOCFPGA_AGILEX_SIP_SMC))
+
+DT_COMPAT_INTEL_SOCFPGA_RESET := intel,socfpga-reset
+
+config DT_HAS_INTEL_SOCFPGA_RESET_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_INTEL_SOCFPGA_RESET))
+
+DT_COMPAT_INTEL_SSP := intel,ssp
+
+config DT_HAS_INTEL_SSP_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_INTEL_SSP))
+
+DT_COMPAT_INTEL_SSP_DAI := intel,ssp-dai
+
+config DT_HAS_INTEL_SSP_DAI_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_INTEL_SSP_DAI))
+
+DT_COMPAT_INTEL_SSP_SSPBASE := intel,ssp-sspbase
+
+config DT_HAS_INTEL_SSP_SSPBASE_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_INTEL_SSP_SSPBASE))
+
+DT_COMPAT_INTEL_TCO_WDT := intel,tco-wdt
+
+config DT_HAS_INTEL_TCO_WDT_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_INTEL_TCO_WDT))
+
+DT_COMPAT_INTEL_TIMEAWARE_GPIO := intel,timeaware-gpio
+
+config DT_HAS_INTEL_TIMEAWARE_GPIO_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_INTEL_TIMEAWARE_GPIO))
+
+DT_COMPAT_INTEL_VT_D := intel,vt-d
+
+config DT_HAS_INTEL_VT_D_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_INTEL_VT_D))
+
+DT_COMPAT_INTEL_X86 := intel,x86
+
+config DT_HAS_INTEL_X86_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_INTEL_X86))
+
+DT_COMPAT_INVENSENSE_ICM42605 := invensense,icm42605
+
+config DT_HAS_INVENSENSE_ICM42605_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_INVENSENSE_ICM42605))
+
+DT_COMPAT_INVENSENSE_ICM42670 := invensense,icm42670
+
+config DT_HAS_INVENSENSE_ICM42670_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_INVENSENSE_ICM42670))
+
+DT_COMPAT_INVENSENSE_ICM42688 := invensense,icm42688
+
+config DT_HAS_INVENSENSE_ICM42688_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_INVENSENSE_ICM42688))
+
+DT_COMPAT_INVENSENSE_ICP10125 := invensense,icp10125
+
+config DT_HAS_INVENSENSE_ICP10125_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_INVENSENSE_ICP10125))
+
+DT_COMPAT_INVENSENSE_MPU6050 := invensense,mpu6050
+
+config DT_HAS_INVENSENSE_MPU6050_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_INVENSENSE_MPU6050))
+
+DT_COMPAT_INVENSENSE_MPU9250 := invensense,mpu9250
+
+config DT_HAS_INVENSENSE_MPU9250_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_INVENSENSE_MPU9250))
+
+DT_COMPAT_INVENTEK_ESWIFI := inventek,eswifi
+
+config DT_HAS_INVENTEK_ESWIFI_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_INVENTEK_ESWIFI))
+
+DT_COMPAT_INVENTEK_ESWIFI_UART := inventek,eswifi-uart
+
+config DT_HAS_INVENTEK_ESWIFI_UART_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_INVENTEK_ESWIFI_UART))
+
+DT_COMPAT_ISENTEK_IST8310 := isentek,ist8310
+
+config DT_HAS_ISENTEK_IST8310_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ISENTEK_IST8310))
+
+DT_COMPAT_ISIL_ISL29035 := isil,isl29035
+
+config DT_HAS_ISIL_ISL29035_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ISIL_ISL29035))
+
+DT_COMPAT_ISSI_IS31FL3216A := issi,is31fl3216a
+
+config DT_HAS_ISSI_IS31FL3216A_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ISSI_IS31FL3216A))
+
+DT_COMPAT_ISSI_IS31FL3733 := issi,is31fl3733
+
+config DT_HAS_ISSI_IS31FL3733_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ISSI_IS31FL3733))
+
+DT_COMPAT_IST_TSIC_XX6 := ist,tsic-xx6
+
+config DT_HAS_IST_TSIC_XX6_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_IST_TSIC_XX6))
+
+DT_COMPAT_ITE_ENHANCE_I2C := ite,enhance-i2c
+
+config DT_HAS_ITE_ENHANCE_I2C_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ITE_ENHANCE_I2C))
+
+DT_COMPAT_ITE_IT82XX2_USB := ite,it82xx2-usb
+
+config DT_HAS_ITE_IT82XX2_USB_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ITE_IT82XX2_USB))
+
+DT_COMPAT_ITE_IT8XXX2_ADC := ite,it8xxx2-adc
+
+config DT_HAS_ITE_IT8XXX2_ADC_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ITE_IT8XXX2_ADC))
+
+DT_COMPAT_ITE_IT8XXX2_BBRAM := ite,it8xxx2-bbram
+
+config DT_HAS_ITE_IT8XXX2_BBRAM_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ITE_IT8XXX2_BBRAM))
+
+DT_COMPAT_ITE_IT8XXX2_ESPI := ite,it8xxx2-espi
+
+config DT_HAS_ITE_IT8XXX2_ESPI_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ITE_IT8XXX2_ESPI))
+
+DT_COMPAT_ITE_IT8XXX2_FLASH_CONTROLLER := ite,it8xxx2-flash-controller
+
+config DT_HAS_ITE_IT8XXX2_FLASH_CONTROLLER_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ITE_IT8XXX2_FLASH_CONTROLLER))
+
+DT_COMPAT_ITE_IT8XXX2_GPIO := ite,it8xxx2-gpio
+
+config DT_HAS_ITE_IT8XXX2_GPIO_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ITE_IT8XXX2_GPIO))
+
+DT_COMPAT_ITE_IT8XXX2_GPIO_V2 := ite,it8xxx2-gpio-v2
+
+config DT_HAS_ITE_IT8XXX2_GPIO_V2_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ITE_IT8XXX2_GPIO_V2))
+
+DT_COMPAT_ITE_IT8XXX2_GPIOKSCAN := ite,it8xxx2-gpiokscan
+
+config DT_HAS_ITE_IT8XXX2_GPIOKSCAN_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ITE_IT8XXX2_GPIOKSCAN))
+
+DT_COMPAT_ITE_IT8XXX2_I2C := ite,it8xxx2-i2c
+
+config DT_HAS_ITE_IT8XXX2_I2C_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ITE_IT8XXX2_I2C))
+
+DT_COMPAT_ITE_IT8XXX2_ILM := ite,it8xxx2-ilm
+
+config DT_HAS_ITE_IT8XXX2_ILM_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ITE_IT8XXX2_ILM))
+
+DT_COMPAT_ITE_IT8XXX2_INTC := ite,it8xxx2-intc
+
+config DT_HAS_ITE_IT8XXX2_INTC_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ITE_IT8XXX2_INTC))
+
+DT_COMPAT_ITE_IT8XXX2_INTC_V2 := ite,it8xxx2-intc-v2
+
+config DT_HAS_ITE_IT8XXX2_INTC_V2_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ITE_IT8XXX2_INTC_V2))
+
+DT_COMPAT_ITE_IT8XXX2_KBD := ite,it8xxx2-kbd
+
+config DT_HAS_ITE_IT8XXX2_KBD_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ITE_IT8XXX2_KBD))
+
+DT_COMPAT_ITE_IT8XXX2_PECI := ite,it8xxx2-peci
+
+config DT_HAS_ITE_IT8XXX2_PECI_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ITE_IT8XXX2_PECI))
+
+DT_COMPAT_ITE_IT8XXX2_PINCTRL := ite,it8xxx2-pinctrl
+
+config DT_HAS_ITE_IT8XXX2_PINCTRL_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ITE_IT8XXX2_PINCTRL))
+
+DT_COMPAT_ITE_IT8XXX2_PINCTRL_FUNC := ite,it8xxx2-pinctrl-func
+
+config DT_HAS_ITE_IT8XXX2_PINCTRL_FUNC_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ITE_IT8XXX2_PINCTRL_FUNC))
+
+DT_COMPAT_ITE_IT8XXX2_PWM := ite,it8xxx2-pwm
+
+config DT_HAS_ITE_IT8XXX2_PWM_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ITE_IT8XXX2_PWM))
+
+DT_COMPAT_ITE_IT8XXX2_PWMPRS := ite,it8xxx2-pwmprs
+
+config DT_HAS_ITE_IT8XXX2_PWMPRS_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ITE_IT8XXX2_PWMPRS))
+
+DT_COMPAT_ITE_IT8XXX2_SHA := ite,it8xxx2-sha
+
+config DT_HAS_ITE_IT8XXX2_SHA_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ITE_IT8XXX2_SHA))
+
+DT_COMPAT_ITE_IT8XXX2_SHA_V2 := ite,it8xxx2-sha-v2
+
+config DT_HAS_ITE_IT8XXX2_SHA_V2_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ITE_IT8XXX2_SHA_V2))
+
+DT_COMPAT_ITE_IT8XXX2_SHI := ite,it8xxx2-shi
+
+config DT_HAS_ITE_IT8XXX2_SHI_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ITE_IT8XXX2_SHI))
+
+DT_COMPAT_ITE_IT8XXX2_SSPI := ite,it8xxx2-sspi
+
+config DT_HAS_ITE_IT8XXX2_SSPI_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ITE_IT8XXX2_SSPI))
+
+DT_COMPAT_ITE_IT8XXX2_TACH := ite,it8xxx2-tach
+
+config DT_HAS_ITE_IT8XXX2_TACH_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ITE_IT8XXX2_TACH))
+
+DT_COMPAT_ITE_IT8XXX2_TIMER := ite,it8xxx2-timer
+
+config DT_HAS_ITE_IT8XXX2_TIMER_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ITE_IT8XXX2_TIMER))
+
+DT_COMPAT_ITE_IT8XXX2_UART := ite,it8xxx2-uart
+
+config DT_HAS_ITE_IT8XXX2_UART_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ITE_IT8XXX2_UART))
+
+DT_COMPAT_ITE_IT8XXX2_USBPD := ite,it8xxx2-usbpd
+
+config DT_HAS_ITE_IT8XXX2_USBPD_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ITE_IT8XXX2_USBPD))
+
+DT_COMPAT_ITE_IT8XXX2_VCMP := ite,it8xxx2-vcmp
+
+config DT_HAS_ITE_IT8XXX2_VCMP_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ITE_IT8XXX2_VCMP))
+
+DT_COMPAT_ITE_IT8XXX2_WATCHDOG := ite,it8xxx2-watchdog
+
+config DT_HAS_ITE_IT8XXX2_WATCHDOG_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ITE_IT8XXX2_WATCHDOG))
+
+DT_COMPAT_ITE_IT8XXX2_WUC := ite,it8xxx2-wuc
+
+config DT_HAS_ITE_IT8XXX2_WUC_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ITE_IT8XXX2_WUC))
+
+DT_COMPAT_ITE_IT8XXX2_WUC_MAP := ite,it8xxx2-wuc-map
+
+config DT_HAS_ITE_IT8XXX2_WUC_MAP_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ITE_IT8XXX2_WUC_MAP))
+
+DT_COMPAT_ITE_RISCV_ITE := ite,riscv-ite
+
+config DT_HAS_ITE_RISCV_ITE_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ITE_RISCV_ITE))
+
+DT_COMPAT_JEDEC_SPI_NOR := jedec,spi-nor
+
+config DT_HAS_JEDEC_SPI_NOR_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_JEDEC_SPI_NOR))
+
+DT_COMPAT_JHD_JHD1313 := jhd,jhd1313
+
+config DT_HAS_JHD_JHD1313_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_JHD_JHD1313))
+
+DT_COMPAT_KVASER_PCICAN := kvaser,pcican
+
+config DT_HAS_KVASER_PCICAN_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_KVASER_PCICAN))
+
+DT_COMPAT_LATTICE_ICE40_FPGA := lattice,ice40-fpga
+
+config DT_HAS_LATTICE_ICE40_FPGA_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_LATTICE_ICE40_FPGA))
+
+DT_COMPAT_LED_STRIP_MATRIX := led-strip-matrix
+
+config DT_HAS_LED_STRIP_MATRIX_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_LED_STRIP_MATRIX))
+
+DT_COMPAT_LINARO_96B_LSCON_1V8 := linaro,96b-lscon-1v8
+
+config DT_HAS_LINARO_96B_LSCON_1V8_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_LINARO_96B_LSCON_1V8))
+
+DT_COMPAT_LINARO_96B_LSCON_3V3 := linaro,96b-lscon-3v3
+
+config DT_HAS_LINARO_96B_LSCON_3V3_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_LINARO_96B_LSCON_3V3))
+
+DT_COMPAT_LINARO_IVSHMEM_IPM := linaro,ivshmem-ipm
+
+config DT_HAS_LINARO_IVSHMEM_IPM_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_LINARO_IVSHMEM_IPM))
+
+DT_COMPAT_LITEX_CLK := litex,clk
+
+config DT_HAS_LITEX_CLK_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_LITEX_CLK))
+
+DT_COMPAT_LITEX_CLKOUT := litex,clkout
+
+config DT_HAS_LITEX_CLKOUT_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_LITEX_CLKOUT))
+
+DT_COMPAT_LITEX_DNA0 := litex,dna0
+
+config DT_HAS_LITEX_DNA0_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_LITEX_DNA0))
+
+DT_COMPAT_LITEX_ETH0 := litex,eth0
+
+config DT_HAS_LITEX_ETH0_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_LITEX_ETH0))
+
+DT_COMPAT_LITEX_GPIO := litex,gpio
+
+config DT_HAS_LITEX_GPIO_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_LITEX_GPIO))
+
+DT_COMPAT_LITEX_I2C := litex,i2c
+
+config DT_HAS_LITEX_I2C_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_LITEX_I2C))
+
+DT_COMPAT_LITEX_I2S := litex,i2s
+
+config DT_HAS_LITEX_I2S_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_LITEX_I2S))
+
+DT_COMPAT_LITEX_PRBS := litex,prbs
+
+config DT_HAS_LITEX_PRBS_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_LITEX_PRBS))
+
+DT_COMPAT_LITEX_PWM := litex,pwm
+
+config DT_HAS_LITEX_PWM_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_LITEX_PWM))
+
+DT_COMPAT_LITEX_SPI := litex,spi
+
+config DT_HAS_LITEX_SPI_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_LITEX_SPI))
+
+DT_COMPAT_LITEX_TIMER0 := litex,timer0
+
+config DT_HAS_LITEX_TIMER0_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_LITEX_TIMER0))
+
+DT_COMPAT_LITEX_UART0 := litex,uart0
+
+config DT_HAS_LITEX_UART0_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_LITEX_UART0))
+
+DT_COMPAT_LITEX_VEXRISCV_STANDARD := litex,vexriscv-standard
+
+config DT_HAS_LITEX_VEXRISCV_STANDARD_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_LITEX_VEXRISCV_STANDARD))
+
+DT_COMPAT_LLTC_LTC1660 := lltc,ltc1660
+
+config DT_HAS_LLTC_LTC1660_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_LLTC_LTC1660))
+
+DT_COMPAT_LLTC_LTC1665 := lltc,ltc1665
+
+config DT_HAS_LLTC_LTC1665_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_LLTC_LTC1665))
+
+DT_COMPAT_LLTC_LTC2451 := lltc,ltc2451
+
+config DT_HAS_LLTC_LTC2451_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_LLTC_LTC2451))
+
+DT_COMPAT_LM35 := lm35
+
+config DT_HAS_LM35_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_LM35))
+
+DT_COMPAT_LM75 := lm75
+
+config DT_HAS_LM75_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_LM75))
+
+DT_COMPAT_LM77 := lm77
+
+config DT_HAS_LM77_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_LM77))
+
+DT_COMPAT_LOWRISC_IBEX := lowrisc,ibex
+
+config DT_HAS_LOWRISC_IBEX_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_LOWRISC_IBEX))
+
+DT_COMPAT_LOWRISC_MACHINE_TIMER := lowrisc,machine-timer
+
+config DT_HAS_LOWRISC_MACHINE_TIMER_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_LOWRISC_MACHINE_TIMER))
+
+DT_COMPAT_LOWRISC_OPENTITAN_AONTIMER := lowrisc,opentitan-aontimer
+
+config DT_HAS_LOWRISC_OPENTITAN_AONTIMER_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_LOWRISC_OPENTITAN_AONTIMER))
+
+DT_COMPAT_LOWRISC_OPENTITAN_PWRMGR := lowrisc,opentitan-pwrmgr
+
+config DT_HAS_LOWRISC_OPENTITAN_PWRMGR_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_LOWRISC_OPENTITAN_PWRMGR))
+
+DT_COMPAT_LOWRISC_OPENTITAN_SPI := lowrisc,opentitan-spi
+
+config DT_HAS_LOWRISC_OPENTITAN_SPI_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_LOWRISC_OPENTITAN_SPI))
+
+DT_COMPAT_LOWRISC_OPENTITAN_UART := lowrisc,opentitan-uart
+
+config DT_HAS_LOWRISC_OPENTITAN_UART_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_LOWRISC_OPENTITAN_UART))
+
+DT_COMPAT_LTR_F216A := ltr,f216a
+
+config DT_HAS_LTR_F216A_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_LTR_F216A))
+
+DT_COMPAT_LUATOS_AIR530Z := luatos,air530z
+
+config DT_HAS_LUATOS_AIR530Z_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_LUATOS_AIR530Z))
+
+DT_COMPAT_M5STACK_ATOM_HEADER := m5stack,atom-header
+
+config DT_HAS_M5STACK_ATOM_HEADER_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_M5STACK_ATOM_HEADER))
+
+DT_COMPAT_M5STACK_MBUS_HEADER := m5stack,mbus-header
+
+config DT_HAS_M5STACK_MBUS_HEADER_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_M5STACK_MBUS_HEADER))
+
+DT_COMPAT_M5STACK_STAMPS3_HEADER := m5stack,stamps3-header
+
+config DT_HAS_M5STACK_STAMPS3_HEADER_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_M5STACK_STAMPS3_HEADER))
+
+DT_COMPAT_MAXIM_DS1307 := maxim,ds1307
+
+config DT_HAS_MAXIM_DS1307_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_MAXIM_DS1307))
+
+DT_COMPAT_MAXIM_DS18B20 := maxim,ds18b20
+
+config DT_HAS_MAXIM_DS18B20_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_MAXIM_DS18B20))
+
+DT_COMPAT_MAXIM_DS18S20 := maxim,ds18s20
+
+config DT_HAS_MAXIM_DS18S20_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_MAXIM_DS18S20))
+
+DT_COMPAT_MAXIM_DS2482_800 := maxim,ds2482-800
+
+config DT_HAS_MAXIM_DS2482_800_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_MAXIM_DS2482_800))
+
+DT_COMPAT_MAXIM_DS2482_800_CHANNEL := maxim,ds2482-800-channel
+
+config DT_HAS_MAXIM_DS2482_800_CHANNEL_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_MAXIM_DS2482_800_CHANNEL))
+
+DT_COMPAT_MAXIM_DS2484 := maxim,ds2484
+
+config DT_HAS_MAXIM_DS2484_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_MAXIM_DS2484))
+
+DT_COMPAT_MAXIM_DS2485 := maxim,ds2485
+
+config DT_HAS_MAXIM_DS2485_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_MAXIM_DS2485))
+
+DT_COMPAT_MAXIM_DS3231 := maxim,ds3231
+
+config DT_HAS_MAXIM_DS3231_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_MAXIM_DS3231))
+
+DT_COMPAT_MAXIM_MAX11102 := maxim,max11102
+
+config DT_HAS_MAXIM_MAX11102_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_MAXIM_MAX11102))
+
+DT_COMPAT_MAXIM_MAX11103 := maxim,max11103
+
+config DT_HAS_MAXIM_MAX11103_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_MAXIM_MAX11103))
+
+DT_COMPAT_MAXIM_MAX11105 := maxim,max11105
+
+config DT_HAS_MAXIM_MAX11105_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_MAXIM_MAX11105))
+
+DT_COMPAT_MAXIM_MAX11106 := maxim,max11106
+
+config DT_HAS_MAXIM_MAX11106_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_MAXIM_MAX11106))
+
+DT_COMPAT_MAXIM_MAX11110 := maxim,max11110
+
+config DT_HAS_MAXIM_MAX11110_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_MAXIM_MAX11110))
+
+DT_COMPAT_MAXIM_MAX11111 := maxim,max11111
+
+config DT_HAS_MAXIM_MAX11111_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_MAXIM_MAX11111))
+
+DT_COMPAT_MAXIM_MAX11115 := maxim,max11115
+
+config DT_HAS_MAXIM_MAX11115_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_MAXIM_MAX11115))
+
+DT_COMPAT_MAXIM_MAX11116 := maxim,max11116
+
+config DT_HAS_MAXIM_MAX11116_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_MAXIM_MAX11116))
+
+DT_COMPAT_MAXIM_MAX11117 := maxim,max11117
+
+config DT_HAS_MAXIM_MAX11117_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_MAXIM_MAX11117))
+
+DT_COMPAT_MAXIM_MAX11253 := maxim,max11253
+
+config DT_HAS_MAXIM_MAX11253_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_MAXIM_MAX11253))
+
+DT_COMPAT_MAXIM_MAX11254 := maxim,max11254
+
+config DT_HAS_MAXIM_MAX11254_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_MAXIM_MAX11254))
+
+DT_COMPAT_MAXIM_MAX17048 := maxim,max17048
+
+config DT_HAS_MAXIM_MAX17048_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_MAXIM_MAX17048))
+
+DT_COMPAT_MAXIM_MAX17055 := maxim,max17055
+
+config DT_HAS_MAXIM_MAX17055_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_MAXIM_MAX17055))
+
+DT_COMPAT_MAXIM_MAX17262 := maxim,max17262
+
+config DT_HAS_MAXIM_MAX17262_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_MAXIM_MAX17262))
+
+DT_COMPAT_MAXIM_MAX20335 := maxim,max20335
+
+config DT_HAS_MAXIM_MAX20335_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_MAXIM_MAX20335))
+
+DT_COMPAT_MAXIM_MAX20335_CHARGER := maxim,max20335-charger
+
+config DT_HAS_MAXIM_MAX20335_CHARGER_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_MAXIM_MAX20335_CHARGER))
+
+DT_COMPAT_MAXIM_MAX20335_REGULATOR := maxim,max20335-regulator
+
+config DT_HAS_MAXIM_MAX20335_REGULATOR_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_MAXIM_MAX20335_REGULATOR))
+
+DT_COMPAT_MAXIM_MAX30101 := maxim,max30101
+
+config DT_HAS_MAXIM_MAX30101_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_MAXIM_MAX30101))
+
+DT_COMPAT_MAXIM_MAX31790 := maxim,max31790
+
+config DT_HAS_MAXIM_MAX31790_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_MAXIM_MAX31790))
+
+DT_COMPAT_MAXIM_MAX31790_FAN_FAULT := maxim,max31790-fan-fault
+
+config DT_HAS_MAXIM_MAX31790_FAN_FAULT_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_MAXIM_MAX31790_FAN_FAULT))
+
+DT_COMPAT_MAXIM_MAX31790_FAN_SPEED := maxim,max31790-fan-speed
+
+config DT_HAS_MAXIM_MAX31790_FAN_SPEED_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_MAXIM_MAX31790_FAN_SPEED))
+
+DT_COMPAT_MAXIM_MAX31790_PWM := maxim,max31790-pwm
+
+config DT_HAS_MAXIM_MAX31790_PWM_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_MAXIM_MAX31790_PWM))
+
+DT_COMPAT_MAXIM_MAX31855 := maxim,max31855
+
+config DT_HAS_MAXIM_MAX31855_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_MAXIM_MAX31855))
+
+DT_COMPAT_MAXIM_MAX31865 := maxim,max31865
+
+config DT_HAS_MAXIM_MAX31865_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_MAXIM_MAX31865))
+
+DT_COMPAT_MAXIM_MAX31875 := maxim,max31875
+
+config DT_HAS_MAXIM_MAX31875_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_MAXIM_MAX31875))
+
+DT_COMPAT_MAXIM_MAX3421E_SPI := maxim,max3421e_spi
+
+config DT_HAS_MAXIM_MAX3421E_SPI_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_MAXIM_MAX3421E_SPI))
+
+DT_COMPAT_MAXIM_MAX44009 := maxim,max44009
+
+config DT_HAS_MAXIM_MAX44009_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_MAXIM_MAX44009))
+
+DT_COMPAT_MAXIM_MAX6675 := maxim,max6675
+
+config DT_HAS_MAXIM_MAX6675_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_MAXIM_MAX6675))
+
+DT_COMPAT_MAXIM_MAX7219 := maxim,max7219
+
+config DT_HAS_MAXIM_MAX7219_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_MAXIM_MAX7219))
+
+DT_COMPAT_MEAS_MS5607 := meas,ms5607
+
+config DT_HAS_MEAS_MS5607_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_MEAS_MS5607))
+
+DT_COMPAT_MEAS_MS5837 := meas,ms5837
+
+config DT_HAS_MEAS_MS5837_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_MEAS_MS5837))
+
+DT_COMPAT_MEMSIC_MC3419 := memsic,mc3419
+
+config DT_HAS_MEMSIC_MC3419_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_MEMSIC_MC3419))
+
+DT_COMPAT_MICROBIT_EDGE_CONNECTOR := microbit,edge-connector
+
+config DT_HAS_MICROBIT_EDGE_CONNECTOR_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_MICROBIT_EDGE_CONNECTOR))
+
+DT_COMPAT_MICROCHIP_CAP1203 := microchip,cap1203
+
+config DT_HAS_MICROCHIP_CAP1203_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_MICROCHIP_CAP1203))
+
+DT_COMPAT_MICROCHIP_COREUART := microchip,coreuart
+
+config DT_HAS_MICROCHIP_COREUART_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_MICROCHIP_COREUART))
+
+DT_COMPAT_MICROCHIP_ENC28J60 := microchip,enc28j60
+
+config DT_HAS_MICROCHIP_ENC28J60_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_MICROCHIP_ENC28J60))
+
+DT_COMPAT_MICROCHIP_ENC424J600 := microchip,enc424j600
+
+config DT_HAS_MICROCHIP_ENC424J600_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_MICROCHIP_ENC424J600))
+
+DT_COMPAT_MICROCHIP_KSZ8081 := microchip,ksz8081
+
+config DT_HAS_MICROCHIP_KSZ8081_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_MICROCHIP_KSZ8081))
+
+DT_COMPAT_MICROCHIP_KSZ8794 := microchip,ksz8794
+
+config DT_HAS_MICROCHIP_KSZ8794_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_MICROCHIP_KSZ8794))
+
+DT_COMPAT_MICROCHIP_KSZ8863 := microchip,ksz8863
+
+config DT_HAS_MICROCHIP_KSZ8863_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_MICROCHIP_KSZ8863))
+
+DT_COMPAT_MICROCHIP_LAN865X := microchip,lan865x
+
+config DT_HAS_MICROCHIP_LAN865X_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_MICROCHIP_LAN865X))
+
+DT_COMPAT_MICROCHIP_MCP230XX := microchip,mcp230xx
+
+config DT_HAS_MICROCHIP_MCP230XX_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_MICROCHIP_MCP230XX))
+
+DT_COMPAT_MICROCHIP_MCP23S17 := microchip,mcp23s17
+
+config DT_HAS_MICROCHIP_MCP23S17_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_MICROCHIP_MCP23S17))
+
+DT_COMPAT_MICROCHIP_MCP23SXX := microchip,mcp23sxx
+
+config DT_HAS_MICROCHIP_MCP23SXX_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_MICROCHIP_MCP23SXX))
+
+DT_COMPAT_MICROCHIP_MCP2515 := microchip,mcp2515
+
+config DT_HAS_MICROCHIP_MCP2515_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_MICROCHIP_MCP2515))
+
+DT_COMPAT_MICROCHIP_MCP251XFD := microchip,mcp251xfd
+
+config DT_HAS_MICROCHIP_MCP251XFD_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_MICROCHIP_MCP251XFD))
+
+DT_COMPAT_MICROCHIP_MCP3204 := microchip,mcp3204
+
+config DT_HAS_MICROCHIP_MCP3204_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_MICROCHIP_MCP3204))
+
+DT_COMPAT_MICROCHIP_MCP3208 := microchip,mcp3208
+
+config DT_HAS_MICROCHIP_MCP3208_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_MICROCHIP_MCP3208))
+
+DT_COMPAT_MICROCHIP_MCP4725 := microchip,mcp4725
+
+config DT_HAS_MICROCHIP_MCP4725_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_MICROCHIP_MCP4725))
+
+DT_COMPAT_MICROCHIP_MCP4728 := microchip,mcp4728
+
+config DT_HAS_MICROCHIP_MCP4728_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_MICROCHIP_MCP4728))
+
+DT_COMPAT_MICROCHIP_MCP7940N := microchip,mcp7940n
+
+config DT_HAS_MICROCHIP_MCP7940N_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_MICROCHIP_MCP7940N))
+
+DT_COMPAT_MICROCHIP_MCP9600 := microchip,mcp9600
+
+config DT_HAS_MICROCHIP_MCP9600_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_MICROCHIP_MCP9600))
+
+DT_COMPAT_MICROCHIP_MCP970X := microchip,mcp970x
+
+config DT_HAS_MICROCHIP_MCP970X_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_MICROCHIP_MCP970X))
+
+DT_COMPAT_MICROCHIP_MCP9808 := microchip,mcp9808
+
+config DT_HAS_MICROCHIP_MCP9808_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_MICROCHIP_MCP9808))
+
+DT_COMPAT_MICROCHIP_MPFS_GPIO := microchip,mpfs-gpio
+
+config DT_HAS_MICROCHIP_MPFS_GPIO_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_MICROCHIP_MPFS_GPIO))
+
+DT_COMPAT_MICROCHIP_MPFS_I2C := microchip,mpfs-i2c
+
+config DT_HAS_MICROCHIP_MPFS_I2C_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_MICROCHIP_MPFS_I2C))
+
+DT_COMPAT_MICROCHIP_MPFS_QSPI := microchip,mpfs-qspi
+
+config DT_HAS_MICROCHIP_MPFS_QSPI_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_MICROCHIP_MPFS_QSPI))
+
+DT_COMPAT_MICROCHIP_MPFS_SPI := microchip,mpfs-spi
+
+config DT_HAS_MICROCHIP_MPFS_SPI_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_MICROCHIP_MPFS_SPI))
+
+DT_COMPAT_MICROCHIP_TCN75A := microchip,tcn75a
+
+config DT_HAS_MICROCHIP_TCN75A_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_MICROCHIP_TCN75A))
+
+DT_COMPAT_MICROCHIP_XEC_ADC := microchip,xec-adc
+
+config DT_HAS_MICROCHIP_XEC_ADC_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_MICROCHIP_XEC_ADC))
+
+DT_COMPAT_MICROCHIP_XEC_BBLED := microchip,xec-bbled
+
+config DT_HAS_MICROCHIP_XEC_BBLED_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_MICROCHIP_XEC_BBLED))
+
+DT_COMPAT_MICROCHIP_XEC_BBRAM := microchip,xec-bbram
+
+config DT_HAS_MICROCHIP_XEC_BBRAM_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_MICROCHIP_XEC_BBRAM))
+
+DT_COMPAT_MICROCHIP_XEC_DMAC := microchip,xec-dmac
+
+config DT_HAS_MICROCHIP_XEC_DMAC_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_MICROCHIP_XEC_DMAC))
+
+DT_COMPAT_MICROCHIP_XEC_ECIA := microchip,xec-ecia
+
+config DT_HAS_MICROCHIP_XEC_ECIA_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_MICROCHIP_XEC_ECIA))
+
+DT_COMPAT_MICROCHIP_XEC_ECIA_GIRQ := microchip,xec-ecia-girq
+
+config DT_HAS_MICROCHIP_XEC_ECIA_GIRQ_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_MICROCHIP_XEC_ECIA_GIRQ))
+
+DT_COMPAT_MICROCHIP_XEC_ECS := microchip,xec-ecs
+
+config DT_HAS_MICROCHIP_XEC_ECS_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_MICROCHIP_XEC_ECS))
+
+DT_COMPAT_MICROCHIP_XEC_EEPROM := microchip,xec-eeprom
+
+config DT_HAS_MICROCHIP_XEC_EEPROM_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_MICROCHIP_XEC_EEPROM))
+
+DT_COMPAT_MICROCHIP_XEC_ESPI := microchip,xec-espi
+
+config DT_HAS_MICROCHIP_XEC_ESPI_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_MICROCHIP_XEC_ESPI))
+
+DT_COMPAT_MICROCHIP_XEC_ESPI_HOST_DEV := microchip,xec-espi-host-dev
+
+config DT_HAS_MICROCHIP_XEC_ESPI_HOST_DEV_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_MICROCHIP_XEC_ESPI_HOST_DEV))
+
+DT_COMPAT_MICROCHIP_XEC_ESPI_SAF := microchip,xec-espi-saf
+
+config DT_HAS_MICROCHIP_XEC_ESPI_SAF_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_MICROCHIP_XEC_ESPI_SAF))
+
+DT_COMPAT_MICROCHIP_XEC_ESPI_SAF_V2 := microchip,xec-espi-saf-v2
+
+config DT_HAS_MICROCHIP_XEC_ESPI_SAF_V2_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_MICROCHIP_XEC_ESPI_SAF_V2))
+
+DT_COMPAT_MICROCHIP_XEC_ESPI_V2 := microchip,xec-espi-v2
+
+config DT_HAS_MICROCHIP_XEC_ESPI_V2_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_MICROCHIP_XEC_ESPI_V2))
+
+DT_COMPAT_MICROCHIP_XEC_ESPI_VW_ROUTING := microchip,xec-espi-vw-routing
+
+config DT_HAS_MICROCHIP_XEC_ESPI_VW_ROUTING_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_MICROCHIP_XEC_ESPI_VW_ROUTING))
+
+DT_COMPAT_MICROCHIP_XEC_GPIO := microchip,xec-gpio
+
+config DT_HAS_MICROCHIP_XEC_GPIO_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_MICROCHIP_XEC_GPIO))
+
+DT_COMPAT_MICROCHIP_XEC_GPIO_V2 := microchip,xec-gpio-v2
+
+config DT_HAS_MICROCHIP_XEC_GPIO_V2_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_MICROCHIP_XEC_GPIO_V2))
+
+DT_COMPAT_MICROCHIP_XEC_I2C := microchip,xec-i2c
+
+config DT_HAS_MICROCHIP_XEC_I2C_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_MICROCHIP_XEC_I2C))
+
+DT_COMPAT_MICROCHIP_XEC_I2C_V2 := microchip,xec-i2c-v2
+
+config DT_HAS_MICROCHIP_XEC_I2C_V2_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_MICROCHIP_XEC_I2C_V2))
+
+DT_COMPAT_MICROCHIP_XEC_KBD := microchip,xec-kbd
+
+config DT_HAS_MICROCHIP_XEC_KBD_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_MICROCHIP_XEC_KBD))
+
+DT_COMPAT_MICROCHIP_XEC_PCR := microchip,xec-pcr
+
+config DT_HAS_MICROCHIP_XEC_PCR_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_MICROCHIP_XEC_PCR))
+
+DT_COMPAT_MICROCHIP_XEC_PECI := microchip,xec-peci
+
+config DT_HAS_MICROCHIP_XEC_PECI_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_MICROCHIP_XEC_PECI))
+
+DT_COMPAT_MICROCHIP_XEC_PINCTRL := microchip,xec-pinctrl
+
+config DT_HAS_MICROCHIP_XEC_PINCTRL_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_MICROCHIP_XEC_PINCTRL))
+
+DT_COMPAT_MICROCHIP_XEC_PS2 := microchip,xec-ps2
+
+config DT_HAS_MICROCHIP_XEC_PS2_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_MICROCHIP_XEC_PS2))
+
+DT_COMPAT_MICROCHIP_XEC_PWM := microchip,xec-pwm
+
+config DT_HAS_MICROCHIP_XEC_PWM_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_MICROCHIP_XEC_PWM))
+
+DT_COMPAT_MICROCHIP_XEC_PWMBBLED := microchip,xec-pwmbbled
+
+config DT_HAS_MICROCHIP_XEC_PWMBBLED_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_MICROCHIP_XEC_PWMBBLED))
+
+DT_COMPAT_MICROCHIP_XEC_QMSPI := microchip,xec-qmspi
+
+config DT_HAS_MICROCHIP_XEC_QMSPI_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_MICROCHIP_XEC_QMSPI))
+
+DT_COMPAT_MICROCHIP_XEC_QMSPI_LDMA := microchip,xec-qmspi-ldma
+
+config DT_HAS_MICROCHIP_XEC_QMSPI_LDMA_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_MICROCHIP_XEC_QMSPI_LDMA))
+
+DT_COMPAT_MICROCHIP_XEC_RTOS_TIMER := microchip,xec-rtos-timer
+
+config DT_HAS_MICROCHIP_XEC_RTOS_TIMER_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_MICROCHIP_XEC_RTOS_TIMER))
+
+DT_COMPAT_MICROCHIP_XEC_SYMCR := microchip,xec-symcr
+
+config DT_HAS_MICROCHIP_XEC_SYMCR_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_MICROCHIP_XEC_SYMCR))
+
+DT_COMPAT_MICROCHIP_XEC_TACH := microchip,xec-tach
+
+config DT_HAS_MICROCHIP_XEC_TACH_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_MICROCHIP_XEC_TACH))
+
+DT_COMPAT_MICROCHIP_XEC_TIMER := microchip,xec-timer
+
+config DT_HAS_MICROCHIP_XEC_TIMER_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_MICROCHIP_XEC_TIMER))
+
+DT_COMPAT_MICROCHIP_XEC_UART := microchip,xec-uart
+
+config DT_HAS_MICROCHIP_XEC_UART_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_MICROCHIP_XEC_UART))
+
+DT_COMPAT_MICROCHIP_XEC_WATCHDOG := microchip,xec-watchdog
+
+config DT_HAS_MICROCHIP_XEC_WATCHDOG_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_MICROCHIP_XEC_WATCHDOG))
+
+DT_COMPAT_MICRON_MT25QU02G := micron,mt25qu02g
+
+config DT_HAS_MICRON_MT25QU02G_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_MICRON_MT25QU02G))
+
+DT_COMPAT_MIKRO_BUS := mikro-bus
+
+config DT_HAS_MIKRO_BUS_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_MIKRO_BUS))
+
+DT_COMPAT_MMIO_SRAM := mmio-sram
+
+config DT_HAS_MMIO_SRAM_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_MMIO_SRAM))
+
+DT_COMPAT_MOTOROLA_MC146818 := motorola,mc146818
+
+config DT_HAS_MOTOROLA_MC146818_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_MOTOROLA_MC146818))
+
+DT_COMPAT_MTI_CPU_INTC := mti,cpu-intc
+
+config DT_HAS_MTI_CPU_INTC_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_MTI_CPU_INTC))
+
+DT_COMPAT_MURATA_NCP15WB473 := murata,ncp15wb473
+
+config DT_HAS_MURATA_NCP15WB473_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_MURATA_NCP15WB473))
+
+DT_COMPAT_MURATA_NCP15XH103 := murata,ncp15xh103
+
+config DT_HAS_MURATA_NCP15XH103_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_MURATA_NCP15XH103))
+
+DT_COMPAT_NEORV32_CPU := neorv32-cpu
+
+config DT_HAS_NEORV32_CPU_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NEORV32_CPU))
+
+DT_COMPAT_NEORV32_GPIO := neorv32-gpio
+
+config DT_HAS_NEORV32_GPIO_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NEORV32_GPIO))
+
+DT_COMPAT_NEORV32_MACHINE_TIMER := neorv32-machine-timer
+
+config DT_HAS_NEORV32_MACHINE_TIMER_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NEORV32_MACHINE_TIMER))
+
+DT_COMPAT_NEORV32_TRNG := neorv32-trng
+
+config DT_HAS_NEORV32_TRNG_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NEORV32_TRNG))
+
+DT_COMPAT_NEORV32_UART := neorv32-uart
+
+config DT_HAS_NEORV32_UART_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NEORV32_UART))
+
+DT_COMPAT_NIOSV_MACHINE_TIMER := niosv-machine-timer
+
+config DT_HAS_NIOSV_MACHINE_TIMER_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NIOSV_MACHINE_TIMER))
+
+DT_COMPAT_NORDIC_ENTROPY_PRNG := nordic,entropy-prng
+
+config DT_HAS_NORDIC_ENTROPY_PRNG_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NORDIC_ENTROPY_PRNG))
+
+DT_COMPAT_NORDIC_GPIO_PINS := nordic,gpio-pins
+
+config DT_HAS_NORDIC_GPIO_PINS_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NORDIC_GPIO_PINS))
+
+DT_COMPAT_NORDIC_MBOX_NRF_IPC := nordic,mbox-nrf-ipc
+
+config DT_HAS_NORDIC_MBOX_NRF_IPC_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NORDIC_MBOX_NRF_IPC))
+
+DT_COMPAT_NORDIC_MRAM := nordic,mram
+
+config DT_HAS_NORDIC_MRAM_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NORDIC_MRAM))
+
+DT_COMPAT_NORDIC_NPM1100 := nordic,npm1100
+
+config DT_HAS_NORDIC_NPM1100_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NORDIC_NPM1100))
+
+DT_COMPAT_NORDIC_NPM1300 := nordic,npm1300
+
+config DT_HAS_NORDIC_NPM1300_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NORDIC_NPM1300))
+
+DT_COMPAT_NORDIC_NPM1300_CHARGER := nordic,npm1300-charger
+
+config DT_HAS_NORDIC_NPM1300_CHARGER_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NORDIC_NPM1300_CHARGER))
+
+DT_COMPAT_NORDIC_NPM1300_GPIO := nordic,npm1300-gpio
+
+config DT_HAS_NORDIC_NPM1300_GPIO_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NORDIC_NPM1300_GPIO))
+
+DT_COMPAT_NORDIC_NPM1300_LED := nordic,npm1300-led
+
+config DT_HAS_NORDIC_NPM1300_LED_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NORDIC_NPM1300_LED))
+
+DT_COMPAT_NORDIC_NPM1300_REGULATOR := nordic,npm1300-regulator
+
+config DT_HAS_NORDIC_NPM1300_REGULATOR_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NORDIC_NPM1300_REGULATOR))
+
+DT_COMPAT_NORDIC_NPM1300_WDT := nordic,npm1300-wdt
+
+config DT_HAS_NORDIC_NPM1300_WDT_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NORDIC_NPM1300_WDT))
+
+DT_COMPAT_NORDIC_NPM6001 := nordic,npm6001
+
+config DT_HAS_NORDIC_NPM6001_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NORDIC_NPM6001))
+
+DT_COMPAT_NORDIC_NPM6001_GPIO := nordic,npm6001-gpio
+
+config DT_HAS_NORDIC_NPM6001_GPIO_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NORDIC_NPM6001_GPIO))
+
+DT_COMPAT_NORDIC_NPM6001_REGULATOR := nordic,npm6001-regulator
+
+config DT_HAS_NORDIC_NPM6001_REGULATOR_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NORDIC_NPM6001_REGULATOR))
+
+DT_COMPAT_NORDIC_NPM6001_WDT := nordic,npm6001-wdt
+
+config DT_HAS_NORDIC_NPM6001_WDT_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NORDIC_NPM6001_WDT))
+
+DT_COMPAT_NORDIC_NRF_ACL := nordic,nrf-acl
+
+config DT_HAS_NORDIC_NRF_ACL_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NORDIC_NRF_ACL))
+
+DT_COMPAT_NORDIC_NRF_ADC := nordic,nrf-adc
+
+config DT_HAS_NORDIC_NRF_ADC_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NORDIC_NRF_ADC))
+
+DT_COMPAT_NORDIC_NRF_AUXPLL := nordic,nrf-auxpll
+
+config DT_HAS_NORDIC_NRF_AUXPLL_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NORDIC_NRF_AUXPLL))
+
+DT_COMPAT_NORDIC_NRF_BELLBOARD_LOCAL := nordic,nrf-bellboard-local
+
+config DT_HAS_NORDIC_NRF_BELLBOARD_LOCAL_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NORDIC_NRF_BELLBOARD_LOCAL))
+
+DT_COMPAT_NORDIC_NRF_BELLBOARD_REMOTE := nordic,nrf-bellboard-remote
+
+config DT_HAS_NORDIC_NRF_BELLBOARD_REMOTE_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NORDIC_NRF_BELLBOARD_REMOTE))
+
+DT_COMPAT_NORDIC_NRF_BICR := nordic,nrf-bicr
+
+config DT_HAS_NORDIC_NRF_BICR_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NORDIC_NRF_BICR))
+
+DT_COMPAT_NORDIC_NRF_BPROT := nordic,nrf-bprot
+
+config DT_HAS_NORDIC_NRF_BPROT_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NORDIC_NRF_BPROT))
+
+DT_COMPAT_NORDIC_NRF_CAN := nordic,nrf-can
+
+config DT_HAS_NORDIC_NRF_CAN_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NORDIC_NRF_CAN))
+
+DT_COMPAT_NORDIC_NRF_CCM := nordic,nrf-ccm
+
+config DT_HAS_NORDIC_NRF_CCM_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NORDIC_NRF_CCM))
+
+DT_COMPAT_NORDIC_NRF_CLIC := nordic,nrf-clic
+
+config DT_HAS_NORDIC_NRF_CLIC_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NORDIC_NRF_CLIC))
+
+DT_COMPAT_NORDIC_NRF_CLOCK := nordic,nrf-clock
+
+config DT_HAS_NORDIC_NRF_CLOCK_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NORDIC_NRF_CLOCK))
+
+DT_COMPAT_NORDIC_NRF_COMP := nordic,nrf-comp
+
+config DT_HAS_NORDIC_NRF_COMP_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NORDIC_NRF_COMP))
+
+DT_COMPAT_NORDIC_NRF_CTRLAPPERI := nordic,nrf-ctrlapperi
+
+config DT_HAS_NORDIC_NRF_CTRLAPPERI_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NORDIC_NRF_CTRLAPPERI))
+
+DT_COMPAT_NORDIC_NRF_DCNF := nordic,nrf-dcnf
+
+config DT_HAS_NORDIC_NRF_DCNF_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NORDIC_NRF_DCNF))
+
+DT_COMPAT_NORDIC_NRF_DPPIC := nordic,nrf-dppic
+
+config DT_HAS_NORDIC_NRF_DPPIC_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NORDIC_NRF_DPPIC))
+
+DT_COMPAT_NORDIC_NRF_DPPIC_GLOBAL := nordic,nrf-dppic-global
+
+config DT_HAS_NORDIC_NRF_DPPIC_GLOBAL_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NORDIC_NRF_DPPIC_GLOBAL))
+
+DT_COMPAT_NORDIC_NRF_DPPIC_LOCAL := nordic,nrf-dppic-local
+
+config DT_HAS_NORDIC_NRF_DPPIC_LOCAL_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NORDIC_NRF_DPPIC_LOCAL))
+
+DT_COMPAT_NORDIC_NRF_ECB := nordic,nrf-ecb
+
+config DT_HAS_NORDIC_NRF_ECB_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NORDIC_NRF_ECB))
+
+DT_COMPAT_NORDIC_NRF_EGU := nordic,nrf-egu
+
+config DT_HAS_NORDIC_NRF_EGU_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NORDIC_NRF_EGU))
+
+DT_COMPAT_NORDIC_NRF_EXMIF := nordic,nrf-exmif
+
+config DT_HAS_NORDIC_NRF_EXMIF_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NORDIC_NRF_EXMIF))
+
+DT_COMPAT_NORDIC_NRF_FICR := nordic,nrf-ficr
+
+config DT_HAS_NORDIC_NRF_FICR_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NORDIC_NRF_FICR))
+
+DT_COMPAT_NORDIC_NRF_GPIO := nordic,nrf-gpio
+
+config DT_HAS_NORDIC_NRF_GPIO_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NORDIC_NRF_GPIO))
+
+DT_COMPAT_NORDIC_NRF_GPIO_FORWARDER := nordic,nrf-gpio-forwarder
+
+config DT_HAS_NORDIC_NRF_GPIO_FORWARDER_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NORDIC_NRF_GPIO_FORWARDER))
+
+DT_COMPAT_NORDIC_NRF_GPIOTE := nordic,nrf-gpiote
+
+config DT_HAS_NORDIC_NRF_GPIOTE_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NORDIC_NRF_GPIOTE))
+
+DT_COMPAT_NORDIC_NRF_GPREGRET := nordic,nrf-gpregret
+
+config DT_HAS_NORDIC_NRF_GPREGRET_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NORDIC_NRF_GPREGRET))
+
+DT_COMPAT_NORDIC_NRF_GRTC := nordic,nrf-grtc
+
+config DT_HAS_NORDIC_NRF_GRTC_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NORDIC_NRF_GRTC))
+
+DT_COMPAT_NORDIC_NRF_HFXO := nordic,nrf-hfxo
+
+config DT_HAS_NORDIC_NRF_HFXO_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NORDIC_NRF_HFXO))
+
+DT_COMPAT_NORDIC_NRF_HSFLL := nordic,nrf-hsfll
+
+config DT_HAS_NORDIC_NRF_HSFLL_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NORDIC_NRF_HSFLL))
+
+DT_COMPAT_NORDIC_NRF_I2S := nordic,nrf-i2s
+
+config DT_HAS_NORDIC_NRF_I2S_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NORDIC_NRF_I2S))
+
+DT_COMPAT_NORDIC_NRF_IEEE802154 := nordic,nrf-ieee802154
+
+config DT_HAS_NORDIC_NRF_IEEE802154_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NORDIC_NRF_IEEE802154))
+
+DT_COMPAT_NORDIC_NRF_IPC := nordic,nrf-ipc
+
+config DT_HAS_NORDIC_NRF_IPC_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NORDIC_NRF_IPC))
+
+DT_COMPAT_NORDIC_NRF_IPC_UART := nordic,nrf-ipc-uart
+
+config DT_HAS_NORDIC_NRF_IPC_UART_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NORDIC_NRF_IPC_UART))
+
+DT_COMPAT_NORDIC_NRF_IPCT_GLOBAL := nordic,nrf-ipct-global
+
+config DT_HAS_NORDIC_NRF_IPCT_GLOBAL_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NORDIC_NRF_IPCT_GLOBAL))
+
+DT_COMPAT_NORDIC_NRF_IPCT_LOCAL := nordic,nrf-ipct-local
+
+config DT_HAS_NORDIC_NRF_IPCT_LOCAL_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NORDIC_NRF_IPCT_LOCAL))
+
+DT_COMPAT_NORDIC_NRF_KMU := nordic,nrf-kmu
+
+config DT_HAS_NORDIC_NRF_KMU_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NORDIC_NRF_KMU))
+
+DT_COMPAT_NORDIC_NRF_LED_MATRIX := nordic,nrf-led-matrix
+
+config DT_HAS_NORDIC_NRF_LED_MATRIX_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NORDIC_NRF_LED_MATRIX))
+
+DT_COMPAT_NORDIC_NRF_LFXO := nordic,nrf-lfxo
+
+config DT_HAS_NORDIC_NRF_LFXO_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NORDIC_NRF_LFXO))
+
+DT_COMPAT_NORDIC_NRF_LPCOMP := nordic,nrf-lpcomp
+
+config DT_HAS_NORDIC_NRF_LPCOMP_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NORDIC_NRF_LPCOMP))
+
+DT_COMPAT_NORDIC_NRF_MPU := nordic,nrf-mpu
+
+config DT_HAS_NORDIC_NRF_MPU_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NORDIC_NRF_MPU))
+
+DT_COMPAT_NORDIC_NRF_MUTEX := nordic,nrf-mutex
+
+config DT_HAS_NORDIC_NRF_MUTEX_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NORDIC_NRF_MUTEX))
+
+DT_COMPAT_NORDIC_NRF_MWU := nordic,nrf-mwu
+
+config DT_HAS_NORDIC_NRF_MWU_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NORDIC_NRF_MWU))
+
+DT_COMPAT_NORDIC_NRF_NFCT := nordic,nrf-nfct
+
+config DT_HAS_NORDIC_NRF_NFCT_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NORDIC_NRF_NFCT))
+
+DT_COMPAT_NORDIC_NRF_OSCILLATORS := nordic,nrf-oscillators
+
+config DT_HAS_NORDIC_NRF_OSCILLATORS_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NORDIC_NRF_OSCILLATORS))
+
+DT_COMPAT_NORDIC_NRF_PDM := nordic,nrf-pdm
+
+config DT_HAS_NORDIC_NRF_PDM_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NORDIC_NRF_PDM))
+
+DT_COMPAT_NORDIC_NRF_PINCTRL := nordic,nrf-pinctrl
+
+config DT_HAS_NORDIC_NRF_PINCTRL_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NORDIC_NRF_PINCTRL))
+
+DT_COMPAT_NORDIC_NRF_POWER := nordic,nrf-power
+
+config DT_HAS_NORDIC_NRF_POWER_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NORDIC_NRF_POWER))
+
+DT_COMPAT_NORDIC_NRF_PPI := nordic,nrf-ppi
+
+config DT_HAS_NORDIC_NRF_PPI_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NORDIC_NRF_PPI))
+
+DT_COMPAT_NORDIC_NRF_PWM := nordic,nrf-pwm
+
+config DT_HAS_NORDIC_NRF_PWM_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NORDIC_NRF_PWM))
+
+DT_COMPAT_NORDIC_NRF_QDEC := nordic,nrf-qdec
+
+config DT_HAS_NORDIC_NRF_QDEC_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NORDIC_NRF_QDEC))
+
+DT_COMPAT_NORDIC_NRF_QSPI := nordic,nrf-qspi
+
+config DT_HAS_NORDIC_NRF_QSPI_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NORDIC_NRF_QSPI))
+
+DT_COMPAT_NORDIC_NRF_RADIO := nordic,nrf-radio
+
+config DT_HAS_NORDIC_NRF_RADIO_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NORDIC_NRF_RADIO))
+
+DT_COMPAT_NORDIC_NRF_REGULATORS := nordic,nrf-regulators
+
+config DT_HAS_NORDIC_NRF_REGULATORS_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NORDIC_NRF_REGULATORS))
+
+DT_COMPAT_NORDIC_NRF_RESET := nordic,nrf-reset
+
+config DT_HAS_NORDIC_NRF_RESET_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NORDIC_NRF_RESET))
+
+DT_COMPAT_NORDIC_NRF_RESETINFO := nordic,nrf-resetinfo
+
+config DT_HAS_NORDIC_NRF_RESETINFO_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NORDIC_NRF_RESETINFO))
+
+DT_COMPAT_NORDIC_NRF_RNG := nordic,nrf-rng
+
+config DT_HAS_NORDIC_NRF_RNG_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NORDIC_NRF_RNG))
+
+DT_COMPAT_NORDIC_NRF_RTC := nordic,nrf-rtc
+
+config DT_HAS_NORDIC_NRF_RTC_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NORDIC_NRF_RTC))
+
+DT_COMPAT_NORDIC_NRF_SAADC := nordic,nrf-saadc
+
+config DT_HAS_NORDIC_NRF_SAADC_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NORDIC_NRF_SAADC))
+
+DT_COMPAT_NORDIC_NRF_SPI := nordic,nrf-spi
+
+config DT_HAS_NORDIC_NRF_SPI_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NORDIC_NRF_SPI))
+
+DT_COMPAT_NORDIC_NRF_SPIM := nordic,nrf-spim
+
+config DT_HAS_NORDIC_NRF_SPIM_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NORDIC_NRF_SPIM))
+
+DT_COMPAT_NORDIC_NRF_SPIS := nordic,nrf-spis
+
+config DT_HAS_NORDIC_NRF_SPIS_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NORDIC_NRF_SPIS))
+
+DT_COMPAT_NORDIC_NRF_SPU := nordic,nrf-spu
+
+config DT_HAS_NORDIC_NRF_SPU_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NORDIC_NRF_SPU))
+
+DT_COMPAT_NORDIC_NRF_SW_LPUART := nordic,nrf-sw-lpuart
+
+config DT_HAS_NORDIC_NRF_SW_LPUART_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NORDIC_NRF_SW_LPUART))
+
+DT_COMPAT_NORDIC_NRF_SW_PWM := nordic,nrf-sw-pwm
+
+config DT_HAS_NORDIC_NRF_SW_PWM_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NORDIC_NRF_SW_PWM))
+
+DT_COMPAT_NORDIC_NRF_SWI := nordic,nrf-swi
+
+config DT_HAS_NORDIC_NRF_SWI_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NORDIC_NRF_SWI))
+
+DT_COMPAT_NORDIC_NRF_TEMP := nordic,nrf-temp
+
+config DT_HAS_NORDIC_NRF_TEMP_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NORDIC_NRF_TEMP))
+
+DT_COMPAT_NORDIC_NRF_TEMP_NRFS := nordic,nrf-temp-nrfs
+
+config DT_HAS_NORDIC_NRF_TEMP_NRFS_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NORDIC_NRF_TEMP_NRFS))
+
+DT_COMPAT_NORDIC_NRF_TIMER := nordic,nrf-timer
+
+config DT_HAS_NORDIC_NRF_TIMER_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NORDIC_NRF_TIMER))
+
+DT_COMPAT_NORDIC_NRF_TWI := nordic,nrf-twi
+
+config DT_HAS_NORDIC_NRF_TWI_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NORDIC_NRF_TWI))
+
+DT_COMPAT_NORDIC_NRF_TWIM := nordic,nrf-twim
+
+config DT_HAS_NORDIC_NRF_TWIM_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NORDIC_NRF_TWIM))
+
+DT_COMPAT_NORDIC_NRF_TWIS := nordic,nrf-twis
+
+config DT_HAS_NORDIC_NRF_TWIS_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NORDIC_NRF_TWIS))
+
+DT_COMPAT_NORDIC_NRF_UART := nordic,nrf-uart
+
+config DT_HAS_NORDIC_NRF_UART_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NORDIC_NRF_UART))
+
+DT_COMPAT_NORDIC_NRF_UARTE := nordic,nrf-uarte
+
+config DT_HAS_NORDIC_NRF_UARTE_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NORDIC_NRF_UARTE))
+
+DT_COMPAT_NORDIC_NRF_UICR := nordic,nrf-uicr
+
+config DT_HAS_NORDIC_NRF_UICR_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NORDIC_NRF_UICR))
+
+DT_COMPAT_NORDIC_NRF_UICR_V2 := nordic,nrf-uicr-v2
+
+config DT_HAS_NORDIC_NRF_UICR_V2_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NORDIC_NRF_UICR_V2))
+
+DT_COMPAT_NORDIC_NRF_USBD := nordic,nrf-usbd
+
+config DT_HAS_NORDIC_NRF_USBD_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NORDIC_NRF_USBD))
+
+DT_COMPAT_NORDIC_NRF_USBREG := nordic,nrf-usbreg
+
+config DT_HAS_NORDIC_NRF_USBREG_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NORDIC_NRF_USBREG))
+
+DT_COMPAT_NORDIC_NRF_VEVIF_LOCAL := nordic,nrf-vevif-local
+
+config DT_HAS_NORDIC_NRF_VEVIF_LOCAL_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NORDIC_NRF_VEVIF_LOCAL))
+
+DT_COMPAT_NORDIC_NRF_VEVIF_REMOTE := nordic,nrf-vevif-remote
+
+config DT_HAS_NORDIC_NRF_VEVIF_REMOTE_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NORDIC_NRF_VEVIF_REMOTE))
+
+DT_COMPAT_NORDIC_NRF_VMC := nordic,nrf-vmc
+
+config DT_HAS_NORDIC_NRF_VMC_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NORDIC_NRF_VMC))
+
+DT_COMPAT_NORDIC_NRF_VPR_COPROCESSOR := nordic,nrf-vpr-coprocessor
+
+config DT_HAS_NORDIC_NRF_VPR_COPROCESSOR_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NORDIC_NRF_VPR_COPROCESSOR))
+
+DT_COMPAT_NORDIC_NRF_WDT := nordic,nrf-wdt
+
+config DT_HAS_NORDIC_NRF_WDT_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NORDIC_NRF_WDT))
+
+DT_COMPAT_NORDIC_NRF21540_FEM := nordic,nrf21540-fem
+
+config DT_HAS_NORDIC_NRF21540_FEM_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NORDIC_NRF21540_FEM))
+
+DT_COMPAT_NORDIC_NRF21540_FEM_SPI := nordic,nrf21540-fem-spi
+
+config DT_HAS_NORDIC_NRF21540_FEM_SPI_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NORDIC_NRF21540_FEM_SPI))
+
+DT_COMPAT_NORDIC_NRF2220_FEM := nordic,nrf2220-fem
+
+config DT_HAS_NORDIC_NRF2220_FEM_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NORDIC_NRF2220_FEM))
+
+DT_COMPAT_NORDIC_NRF2220_FEM_TWI := nordic,nrf2220-fem-twi
+
+config DT_HAS_NORDIC_NRF2220_FEM_TWI_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NORDIC_NRF2220_FEM_TWI))
+
+DT_COMPAT_NORDIC_NRF2240_FEM := nordic,nrf2240-fem
+
+config DT_HAS_NORDIC_NRF2240_FEM_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NORDIC_NRF2240_FEM))
+
+DT_COMPAT_NORDIC_NRF2240_FEM_TWI := nordic,nrf2240-fem-twi
+
+config DT_HAS_NORDIC_NRF2240_FEM_TWI_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NORDIC_NRF2240_FEM_TWI))
+
+DT_COMPAT_NORDIC_NRF51_FLASH_CONTROLLER := nordic,nrf51-flash-controller
+
+config DT_HAS_NORDIC_NRF51_FLASH_CONTROLLER_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NORDIC_NRF51_FLASH_CONTROLLER))
+
+DT_COMPAT_NORDIC_NRF52_FLASH_CONTROLLER := nordic,nrf52-flash-controller
+
+config DT_HAS_NORDIC_NRF52_FLASH_CONTROLLER_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NORDIC_NRF52_FLASH_CONTROLLER))
+
+DT_COMPAT_NORDIC_NRF53_FLASH_CONTROLLER := nordic,nrf53-flash-controller
+
+config DT_HAS_NORDIC_NRF53_FLASH_CONTROLLER_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NORDIC_NRF53_FLASH_CONTROLLER))
+
+DT_COMPAT_NORDIC_NRF700X_COEX := nordic,nrf700x-coex
+
+config DT_HAS_NORDIC_NRF700X_COEX_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NORDIC_NRF700X_COEX))
+
+DT_COMPAT_NORDIC_NRF700X_QSPI := nordic,nrf700x-qspi
+
+config DT_HAS_NORDIC_NRF700X_QSPI_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NORDIC_NRF700X_QSPI))
+
+DT_COMPAT_NORDIC_NRF700X_SPI := nordic,nrf700x-spi
+
+config DT_HAS_NORDIC_NRF700X_SPI_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NORDIC_NRF700X_SPI))
+
+DT_COMPAT_NORDIC_NRF700X_TX_POWER_CEILING := nordic,nrf700x-tx-power-ceiling
+
+config DT_HAS_NORDIC_NRF700X_TX_POWER_CEILING_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NORDIC_NRF700X_TX_POWER_CEILING))
+
+DT_COMPAT_NORDIC_NRF91_FLASH_CONTROLLER := nordic,nrf91-flash-controller
+
+config DT_HAS_NORDIC_NRF91_FLASH_CONTROLLER_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NORDIC_NRF91_FLASH_CONTROLLER))
+
+DT_COMPAT_NORDIC_NRF91_SLM := nordic,nrf91-slm
+
+config DT_HAS_NORDIC_NRF91_SLM_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NORDIC_NRF91_SLM))
+
+DT_COMPAT_NORDIC_OWNED_MEMORY := nordic,owned-memory
+
+config DT_HAS_NORDIC_OWNED_MEMORY_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NORDIC_OWNED_MEMORY))
+
+DT_COMPAT_NORDIC_OWNED_PARTITIONS := nordic,owned-partitions
+
+config DT_HAS_NORDIC_OWNED_PARTITIONS_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NORDIC_OWNED_PARTITIONS))
+
+DT_COMPAT_NORDIC_QSPI_NOR := nordic,qspi-nor
+
+config DT_HAS_NORDIC_QSPI_NOR_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NORDIC_QSPI_NOR))
+
+DT_COMPAT_NORDIC_RRAM_CONTROLLER := nordic,rram-controller
+
+config DT_HAS_NORDIC_RRAM_CONTROLLER_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NORDIC_RRAM_CONTROLLER))
+
+DT_COMPAT_NORDIC_SENSOR_SIM := nordic,sensor-sim
+
+config DT_HAS_NORDIC_SENSOR_SIM_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NORDIC_SENSOR_SIM))
+
+DT_COMPAT_NORDIC_SENSOR_STUB := nordic,sensor-stub
+
+config DT_HAS_NORDIC_SENSOR_STUB_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NORDIC_SENSOR_STUB))
+
+DT_COMPAT_NORDIC_VPR := nordic,vpr
+
+config DT_HAS_NORDIC_VPR_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NORDIC_VPR))
+
+DT_COMPAT_NORDIC_THINGY53_EDGE_CONNECTOR := nordic-thingy53-edge-connector
+
+config DT_HAS_NORDIC_THINGY53_EDGE_CONNECTOR_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NORDIC_THINGY53_EDGE_CONNECTOR))
+
+DT_COMPAT_NORITAKE_ITRON := noritake,itron
+
+config DT_HAS_NORITAKE_ITRON_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NORITAKE_ITRON))
+
+DT_COMPAT_NS16550 := ns16550
+
+config DT_HAS_NS16550_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NS16550))
+
+DT_COMPAT_NTC_THERMISTOR_GENERIC := ntc-thermistor-generic
+
+config DT_HAS_NTC_THERMISTOR_GENERIC_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NTC_THERMISTOR_GENERIC))
+
+DT_COMPAT_NUCLEI_BUMBLEBEE := nuclei,bumblebee
+
+config DT_HAS_NUCLEI_BUMBLEBEE_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NUCLEI_BUMBLEBEE))
+
+DT_COMPAT_NUCLEI_ECLIC := nuclei,eclic
+
+config DT_HAS_NUCLEI_ECLIC_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NUCLEI_ECLIC))
+
+DT_COMPAT_NUCLEI_SYSTIMER := nuclei,systimer
+
+config DT_HAS_NUCLEI_SYSTIMER_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NUCLEI_SYSTIMER))
+
+DT_COMPAT_NUVOTON_ADC_CMP := nuvoton,adc-cmp
+
+config DT_HAS_NUVOTON_ADC_CMP_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NUVOTON_ADC_CMP))
+
+DT_COMPAT_NUVOTON_NCT38XX := nuvoton,nct38xx
+
+config DT_HAS_NUVOTON_NCT38XX_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NUVOTON_NCT38XX))
+
+DT_COMPAT_NUVOTON_NCT38XX_GPIO := nuvoton,nct38xx-gpio
+
+config DT_HAS_NUVOTON_NCT38XX_GPIO_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NUVOTON_NCT38XX_GPIO))
+
+DT_COMPAT_NUVOTON_NCT38XX_GPIO_ALERT := nuvoton,nct38xx-gpio-alert
+
+config DT_HAS_NUVOTON_NCT38XX_GPIO_ALERT_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NUVOTON_NCT38XX_GPIO_ALERT))
+
+DT_COMPAT_NUVOTON_NCT38XX_GPIO_PORT := nuvoton,nct38xx-gpio-port
+
+config DT_HAS_NUVOTON_NCT38XX_GPIO_PORT_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NUVOTON_NCT38XX_GPIO_PORT))
+
+DT_COMPAT_NUVOTON_NPCX_ADC := nuvoton,npcx-adc
+
+config DT_HAS_NUVOTON_NPCX_ADC_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NUVOTON_NPCX_ADC))
+
+DT_COMPAT_NUVOTON_NPCX_BBRAM := nuvoton,npcx-bbram
+
+config DT_HAS_NUVOTON_NPCX_BBRAM_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NUVOTON_NPCX_BBRAM))
+
+DT_COMPAT_NUVOTON_NPCX_BOOTER_VARIANT := nuvoton,npcx-booter-variant
+
+config DT_HAS_NUVOTON_NPCX_BOOTER_VARIANT_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NUVOTON_NPCX_BOOTER_VARIANT))
+
+DT_COMPAT_NUVOTON_NPCX_DRBG := nuvoton,npcx-drbg
+
+config DT_HAS_NUVOTON_NPCX_DRBG_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NUVOTON_NPCX_DRBG))
+
+DT_COMPAT_NUVOTON_NPCX_ESPI := nuvoton,npcx-espi
+
+config DT_HAS_NUVOTON_NPCX_ESPI_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NUVOTON_NPCX_ESPI))
+
+DT_COMPAT_NUVOTON_NPCX_ESPI_TAF := nuvoton,npcx-espi-taf
+
+config DT_HAS_NUVOTON_NPCX_ESPI_TAF_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NUVOTON_NPCX_ESPI_TAF))
+
+DT_COMPAT_NUVOTON_NPCX_ESPI_VW_CONF := nuvoton,npcx-espi-vw-conf
+
+config DT_HAS_NUVOTON_NPCX_ESPI_VW_CONF_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NUVOTON_NPCX_ESPI_VW_CONF))
+
+DT_COMPAT_NUVOTON_NPCX_FIU_NOR := nuvoton,npcx-fiu-nor
+
+config DT_HAS_NUVOTON_NPCX_FIU_NOR_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NUVOTON_NPCX_FIU_NOR))
+
+DT_COMPAT_NUVOTON_NPCX_FIU_QSPI := nuvoton,npcx-fiu-qspi
+
+config DT_HAS_NUVOTON_NPCX_FIU_QSPI_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NUVOTON_NPCX_FIU_QSPI))
+
+DT_COMPAT_NUVOTON_NPCX_GPIO := nuvoton,npcx-gpio
+
+config DT_HAS_NUVOTON_NPCX_GPIO_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NUVOTON_NPCX_GPIO))
+
+DT_COMPAT_NUVOTON_NPCX_HOST_SUB := nuvoton,npcx-host-sub
+
+config DT_HAS_NUVOTON_NPCX_HOST_SUB_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NUVOTON_NPCX_HOST_SUB))
+
+DT_COMPAT_NUVOTON_NPCX_HOST_UART := nuvoton,npcx-host-uart
+
+config DT_HAS_NUVOTON_NPCX_HOST_UART_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NUVOTON_NPCX_HOST_UART))
+
+DT_COMPAT_NUVOTON_NPCX_I2C_CTRL := nuvoton,npcx-i2c-ctrl
+
+config DT_HAS_NUVOTON_NPCX_I2C_CTRL_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NUVOTON_NPCX_I2C_CTRL))
+
+DT_COMPAT_NUVOTON_NPCX_I2C_PORT := nuvoton,npcx-i2c-port
+
+config DT_HAS_NUVOTON_NPCX_I2C_PORT_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NUVOTON_NPCX_I2C_PORT))
+
+DT_COMPAT_NUVOTON_NPCX_I3C := nuvoton,npcx-i3c
+
+config DT_HAS_NUVOTON_NPCX_I3C_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NUVOTON_NPCX_I3C))
+
+DT_COMPAT_NUVOTON_NPCX_ITIM_TIMER := nuvoton,npcx-itim-timer
+
+config DT_HAS_NUVOTON_NPCX_ITIM_TIMER_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NUVOTON_NPCX_ITIM_TIMER))
+
+DT_COMPAT_NUVOTON_NPCX_KBD := nuvoton,npcx-kbd
+
+config DT_HAS_NUVOTON_NPCX_KBD_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NUVOTON_NPCX_KBD))
+
+DT_COMPAT_NUVOTON_NPCX_LEAKAGE_IO := nuvoton,npcx-leakage-io
+
+config DT_HAS_NUVOTON_NPCX_LEAKAGE_IO_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NUVOTON_NPCX_LEAKAGE_IO))
+
+DT_COMPAT_NUVOTON_NPCX_LVOLCTRL_CONF := nuvoton,npcx-lvolctrl-conf
+
+config DT_HAS_NUVOTON_NPCX_LVOLCTRL_CONF_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NUVOTON_NPCX_LVOLCTRL_CONF))
+
+DT_COMPAT_NUVOTON_NPCX_MIWU := nuvoton,npcx-miwu
+
+config DT_HAS_NUVOTON_NPCX_MIWU_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NUVOTON_NPCX_MIWU))
+
+DT_COMPAT_NUVOTON_NPCX_MIWU_INT_MAP := nuvoton,npcx-miwu-int-map
+
+config DT_HAS_NUVOTON_NPCX_MIWU_INT_MAP_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NUVOTON_NPCX_MIWU_INT_MAP))
+
+DT_COMPAT_NUVOTON_NPCX_MIWU_WUI_MAP := nuvoton,npcx-miwu-wui-map
+
+config DT_HAS_NUVOTON_NPCX_MIWU_WUI_MAP_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NUVOTON_NPCX_MIWU_WUI_MAP))
+
+DT_COMPAT_NUVOTON_NPCX_PCC := nuvoton,npcx-pcc
+
+config DT_HAS_NUVOTON_NPCX_PCC_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NUVOTON_NPCX_PCC))
+
+DT_COMPAT_NUVOTON_NPCX_PECI := nuvoton,npcx-peci
+
+config DT_HAS_NUVOTON_NPCX_PECI_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NUVOTON_NPCX_PECI))
+
+DT_COMPAT_NUVOTON_NPCX_PINCTRL := nuvoton,npcx-pinctrl
+
+config DT_HAS_NUVOTON_NPCX_PINCTRL_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NUVOTON_NPCX_PINCTRL))
+
+DT_COMPAT_NUVOTON_NPCX_PINCTRL_CONF := nuvoton,npcx-pinctrl-conf
+
+config DT_HAS_NUVOTON_NPCX_PINCTRL_CONF_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NUVOTON_NPCX_PINCTRL_CONF))
+
+DT_COMPAT_NUVOTON_NPCX_PINCTRL_DEF := nuvoton,npcx-pinctrl-def
+
+config DT_HAS_NUVOTON_NPCX_PINCTRL_DEF_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NUVOTON_NPCX_PINCTRL_DEF))
+
+DT_COMPAT_NUVOTON_NPCX_POWER_PSL := nuvoton,npcx-power-psl
+
+config DT_HAS_NUVOTON_NPCX_POWER_PSL_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NUVOTON_NPCX_POWER_PSL))
+
+DT_COMPAT_NUVOTON_NPCX_PS2_CHANNEL := nuvoton,npcx-ps2-channel
+
+config DT_HAS_NUVOTON_NPCX_PS2_CHANNEL_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NUVOTON_NPCX_PS2_CHANNEL))
+
+DT_COMPAT_NUVOTON_NPCX_PS2_CTRL := nuvoton,npcx-ps2-ctrl
+
+config DT_HAS_NUVOTON_NPCX_PS2_CTRL_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NUVOTON_NPCX_PS2_CTRL))
+
+DT_COMPAT_NUVOTON_NPCX_PWM := nuvoton,npcx-pwm
+
+config DT_HAS_NUVOTON_NPCX_PWM_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NUVOTON_NPCX_PWM))
+
+DT_COMPAT_NUVOTON_NPCX_RST := nuvoton,npcx-rst
+
+config DT_HAS_NUVOTON_NPCX_RST_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NUVOTON_NPCX_RST))
+
+DT_COMPAT_NUVOTON_NPCX_SCFG := nuvoton,npcx-scfg
+
+config DT_HAS_NUVOTON_NPCX_SCFG_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NUVOTON_NPCX_SCFG))
+
+DT_COMPAT_NUVOTON_NPCX_SHA := nuvoton,npcx-sha
+
+config DT_HAS_NUVOTON_NPCX_SHA_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NUVOTON_NPCX_SHA))
+
+DT_COMPAT_NUVOTON_NPCX_SHI := nuvoton,npcx-shi
+
+config DT_HAS_NUVOTON_NPCX_SHI_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NUVOTON_NPCX_SHI))
+
+DT_COMPAT_NUVOTON_NPCX_SHI_ENHANCED := nuvoton,npcx-shi-enhanced
+
+config DT_HAS_NUVOTON_NPCX_SHI_ENHANCED_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NUVOTON_NPCX_SHI_ENHANCED))
+
+DT_COMPAT_NUVOTON_NPCX_SOC_ID := nuvoton,npcx-soc-id
+
+config DT_HAS_NUVOTON_NPCX_SOC_ID_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NUVOTON_NPCX_SOC_ID))
+
+DT_COMPAT_NUVOTON_NPCX_SPIP := nuvoton,npcx-spip
+
+config DT_HAS_NUVOTON_NPCX_SPIP_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NUVOTON_NPCX_SPIP))
+
+DT_COMPAT_NUVOTON_NPCX_TACH := nuvoton,npcx-tach
+
+config DT_HAS_NUVOTON_NPCX_TACH_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NUVOTON_NPCX_TACH))
+
+DT_COMPAT_NUVOTON_NPCX_UART := nuvoton,npcx-uart
+
+config DT_HAS_NUVOTON_NPCX_UART_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NUVOTON_NPCX_UART))
+
+DT_COMPAT_NUVOTON_NPCX_WATCHDOG := nuvoton,npcx-watchdog
+
+config DT_HAS_NUVOTON_NPCX_WATCHDOG_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NUVOTON_NPCX_WATCHDOG))
+
+DT_COMPAT_NUVOTON_NUMAKER_ADC := nuvoton,numaker-adc
+
+config DT_HAS_NUVOTON_NUMAKER_ADC_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NUVOTON_NUMAKER_ADC))
+
+DT_COMPAT_NUVOTON_NUMAKER_CANFD := nuvoton,numaker-canfd
+
+config DT_HAS_NUVOTON_NUMAKER_CANFD_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NUVOTON_NUMAKER_CANFD))
+
+DT_COMPAT_NUVOTON_NUMAKER_ETHERNET := nuvoton,numaker-ethernet
+
+config DT_HAS_NUVOTON_NUMAKER_ETHERNET_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NUVOTON_NUMAKER_ETHERNET))
+
+DT_COMPAT_NUVOTON_NUMAKER_FMC := nuvoton,numaker-fmc
+
+config DT_HAS_NUVOTON_NUMAKER_FMC_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NUVOTON_NUMAKER_FMC))
+
+DT_COMPAT_NUVOTON_NUMAKER_GPIO := nuvoton,numaker-gpio
+
+config DT_HAS_NUVOTON_NUMAKER_GPIO_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NUVOTON_NUMAKER_GPIO))
+
+DT_COMPAT_NUVOTON_NUMAKER_I2C := nuvoton,numaker-i2c
+
+config DT_HAS_NUVOTON_NUMAKER_I2C_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NUVOTON_NUMAKER_I2C))
+
+DT_COMPAT_NUVOTON_NUMAKER_PCC := nuvoton,numaker-pcc
+
+config DT_HAS_NUVOTON_NUMAKER_PCC_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NUVOTON_NUMAKER_PCC))
+
+DT_COMPAT_NUVOTON_NUMAKER_PINCTRL := nuvoton,numaker-pinctrl
+
+config DT_HAS_NUVOTON_NUMAKER_PINCTRL_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NUVOTON_NUMAKER_PINCTRL))
+
+DT_COMPAT_NUVOTON_NUMAKER_PWM := nuvoton,numaker-pwm
+
+config DT_HAS_NUVOTON_NUMAKER_PWM_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NUVOTON_NUMAKER_PWM))
+
+DT_COMPAT_NUVOTON_NUMAKER_RMC := nuvoton,numaker-rmc
+
+config DT_HAS_NUVOTON_NUMAKER_RMC_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NUVOTON_NUMAKER_RMC))
+
+DT_COMPAT_NUVOTON_NUMAKER_RST := nuvoton,numaker-rst
+
+config DT_HAS_NUVOTON_NUMAKER_RST_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NUVOTON_NUMAKER_RST))
+
+DT_COMPAT_NUVOTON_NUMAKER_RTC := nuvoton,numaker-rtc
+
+config DT_HAS_NUVOTON_NUMAKER_RTC_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NUVOTON_NUMAKER_RTC))
+
+DT_COMPAT_NUVOTON_NUMAKER_SCC := nuvoton,numaker-scc
+
+config DT_HAS_NUVOTON_NUMAKER_SCC_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NUVOTON_NUMAKER_SCC))
+
+DT_COMPAT_NUVOTON_NUMAKER_SPI := nuvoton,numaker-spi
+
+config DT_HAS_NUVOTON_NUMAKER_SPI_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NUVOTON_NUMAKER_SPI))
+
+DT_COMPAT_NUVOTON_NUMAKER_UART := nuvoton,numaker-uart
+
+config DT_HAS_NUVOTON_NUMAKER_UART_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NUVOTON_NUMAKER_UART))
+
+DT_COMPAT_NUVOTON_NUMAKER_USBD := nuvoton,numaker-usbd
+
+config DT_HAS_NUVOTON_NUMAKER_USBD_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NUVOTON_NUMAKER_USBD))
+
+DT_COMPAT_NUVOTON_NUMAKER_WWDT := nuvoton,numaker-wwdt
+
+config DT_HAS_NUVOTON_NUMAKER_WWDT_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NUVOTON_NUMAKER_WWDT))
+
+DT_COMPAT_NUVOTON_NUMICRO_GPIO := nuvoton,numicro-gpio
+
+config DT_HAS_NUVOTON_NUMICRO_GPIO_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NUVOTON_NUMICRO_GPIO))
+
+DT_COMPAT_NUVOTON_NUMICRO_PINCTRL := nuvoton,numicro-pinctrl
+
+config DT_HAS_NUVOTON_NUMICRO_PINCTRL_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NUVOTON_NUMICRO_PINCTRL))
+
+DT_COMPAT_NUVOTON_NUMICRO_UART := nuvoton,numicro-uart
+
+config DT_HAS_NUVOTON_NUMICRO_UART_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NUVOTON_NUMICRO_UART))
+
+DT_COMPAT_NVME_CONTROLLER := nvme-controller
+
+config DT_HAS_NVME_CONTROLLER_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NVME_CONTROLLER))
+
+DT_COMPAT_NXP_CTIMER_PWM := nxp,ctimer-pwm
+
+config DT_HAS_NXP_CTIMER_PWM_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NXP_CTIMER_PWM))
+
+DT_COMPAT_NXP_DAI_ESAI := nxp,dai-esai
+
+config DT_HAS_NXP_DAI_ESAI_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NXP_DAI_ESAI))
+
+DT_COMPAT_NXP_DAI_SAI := nxp,dai-sai
+
+config DT_HAS_NXP_DAI_SAI_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NXP_DAI_SAI))
+
+DT_COMPAT_NXP_DCNANO_LCDIF := nxp,dcnano-lcdif
+
+config DT_HAS_NXP_DCNANO_LCDIF_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NXP_DCNANO_LCDIF))
+
+DT_COMPAT_NXP_DMIC := nxp,dmic
+
+config DT_HAS_NXP_DMIC_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NXP_DMIC))
+
+DT_COMPAT_NXP_EDMA := nxp,edma
+
+config DT_HAS_NXP_EDMA_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NXP_EDMA))
+
+DT_COMPAT_NXP_EHCI := nxp,ehci
+
+config DT_HAS_NXP_EHCI_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NXP_EHCI))
+
+DT_COMPAT_NXP_ENET := nxp,enet
+
+config DT_HAS_NXP_ENET_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NXP_ENET))
+
+DT_COMPAT_NXP_ENET_MAC := nxp,enet-mac
+
+config DT_HAS_NXP_ENET_MAC_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NXP_ENET_MAC))
+
+DT_COMPAT_NXP_ENET_MDIO := nxp,enet-mdio
+
+config DT_HAS_NXP_ENET_MDIO_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NXP_ENET_MDIO))
+
+DT_COMPAT_NXP_ENET_PTP_CLOCK := nxp,enet-ptp-clock
+
+config DT_HAS_NXP_ENET_PTP_CLOCK_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NXP_ENET_PTP_CLOCK))
+
+DT_COMPAT_NXP_ENET_QOS := nxp,enet-qos
+
+config DT_HAS_NXP_ENET_QOS_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NXP_ENET_QOS))
+
+DT_COMPAT_NXP_ENET_QOS_MAC := nxp,enet-qos-mac
+
+config DT_HAS_NXP_ENET_QOS_MAC_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NXP_ENET_QOS_MAC))
+
+DT_COMPAT_NXP_ENET_QOS_MDIO := nxp,enet-qos-mdio
+
+config DT_HAS_NXP_ENET_QOS_MDIO_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NXP_ENET_QOS_MDIO))
+
+DT_COMPAT_NXP_FLEXCAN := nxp,flexcan
+
+config DT_HAS_NXP_FLEXCAN_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NXP_FLEXCAN))
+
+DT_COMPAT_NXP_FLEXCAN_FD := nxp,flexcan-fd
+
+config DT_HAS_NXP_FLEXCAN_FD_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NXP_FLEXCAN_FD))
+
+DT_COMPAT_NXP_FLEXIO := nxp,flexio
+
+config DT_HAS_NXP_FLEXIO_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NXP_FLEXIO))
+
+DT_COMPAT_NXP_FLEXIO_SPI := nxp,flexio-spi
+
+config DT_HAS_NXP_FLEXIO_SPI_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NXP_FLEXIO_SPI))
+
+DT_COMPAT_NXP_FLEXPWM := nxp,flexpwm
+
+config DT_HAS_NXP_FLEXPWM_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NXP_FLEXPWM))
+
+DT_COMPAT_NXP_FLEXRAM := nxp,flexram
+
+config DT_HAS_NXP_FLEXRAM_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NXP_FLEXRAM))
+
+DT_COMPAT_NXP_FS26_WDOG := nxp,fs26-wdog
+
+config DT_HAS_NXP_FS26_WDOG_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NXP_FS26_WDOG))
+
+DT_COMPAT_NXP_FXAS21002 := nxp,fxas21002
+
+config DT_HAS_NXP_FXAS21002_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NXP_FXAS21002))
+
+DT_COMPAT_NXP_FXOS8700 := nxp,fxos8700
+
+config DT_HAS_NXP_FXOS8700_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NXP_FXOS8700))
+
+DT_COMPAT_NXP_GAU_ADC := nxp,gau-adc
+
+config DT_HAS_NXP_GAU_ADC_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NXP_GAU_ADC))
+
+DT_COMPAT_NXP_GAU_DAC := nxp,gau-dac
+
+config DT_HAS_NXP_GAU_DAC_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NXP_GAU_DAC))
+
+DT_COMPAT_NXP_GPIO_CLUSTER := nxp,gpio-cluster
+
+config DT_HAS_NXP_GPIO_CLUSTER_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NXP_GPIO_CLUSTER))
+
+DT_COMPAT_NXP_GPT_HW_TIMER := nxp,gpt-hw-timer
+
+config DT_HAS_NXP_GPT_HW_TIMER_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NXP_GPT_HW_TIMER))
+
+DT_COMPAT_NXP_IAP_FMC11 := nxp,iap-fmc11
+
+config DT_HAS_NXP_IAP_FMC11_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NXP_IAP_FMC11))
+
+DT_COMPAT_NXP_IAP_FMC54 := nxp,iap-fmc54
+
+config DT_HAS_NXP_IAP_FMC54_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NXP_IAP_FMC54))
+
+DT_COMPAT_NXP_IAP_FMC55 := nxp,iap-fmc55
+
+config DT_HAS_NXP_IAP_FMC55_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NXP_IAP_FMC55))
+
+DT_COMPAT_NXP_IAP_FMC553 := nxp,iap-fmc553
+
+config DT_HAS_NXP_IAP_FMC553_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NXP_IAP_FMC553))
+
+DT_COMPAT_NXP_IAP_MSF1 := nxp,iap-msf1
+
+config DT_HAS_NXP_IAP_MSF1_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NXP_IAP_MSF1))
+
+DT_COMPAT_NXP_IMX_ANATOP := nxp,imx-anatop
+
+config DT_HAS_NXP_IMX_ANATOP_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NXP_IMX_ANATOP))
+
+DT_COMPAT_NXP_IMX_CAAM := nxp,imx-caam
+
+config DT_HAS_NXP_IMX_CAAM_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NXP_IMX_CAAM))
+
+DT_COMPAT_NXP_IMX_CCM := nxp,imx-ccm
+
+config DT_HAS_NXP_IMX_CCM_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NXP_IMX_CCM))
+
+DT_COMPAT_NXP_IMX_CCM_FNPLL := nxp,imx-ccm-fnpll
+
+config DT_HAS_NXP_IMX_CCM_FNPLL_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NXP_IMX_CCM_FNPLL))
+
+DT_COMPAT_NXP_IMX_CCM_REV2 := nxp,imx-ccm-rev2
+
+config DT_HAS_NXP_IMX_CCM_REV2_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NXP_IMX_CCM_REV2))
+
+DT_COMPAT_NXP_IMX_CSI := nxp,imx-csi
+
+config DT_HAS_NXP_IMX_CSI_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NXP_IMX_CSI))
+
+DT_COMPAT_NXP_IMX_DTCM := nxp,imx-dtcm
+
+config DT_HAS_NXP_IMX_DTCM_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NXP_IMX_DTCM))
+
+DT_COMPAT_NXP_IMX_ECSPI := nxp,imx-ecspi
+
+config DT_HAS_NXP_IMX_ECSPI_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NXP_IMX_ECSPI))
+
+DT_COMPAT_NXP_IMX_ELCDIF := nxp,imx-elcdif
+
+config DT_HAS_NXP_IMX_ELCDIF_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NXP_IMX_ELCDIF))
+
+DT_COMPAT_NXP_IMX_EPIT := nxp,imx-epit
+
+config DT_HAS_NXP_IMX_EPIT_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NXP_IMX_EPIT))
+
+DT_COMPAT_NXP_IMX_FLEXSPI := nxp,imx-flexspi
+
+config DT_HAS_NXP_IMX_FLEXSPI_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NXP_IMX_FLEXSPI))
+
+DT_COMPAT_NXP_IMX_FLEXSPI_APS6408L := nxp,imx-flexspi-aps6408l
+
+config DT_HAS_NXP_IMX_FLEXSPI_APS6408L_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NXP_IMX_FLEXSPI_APS6408L))
+
+DT_COMPAT_NXP_IMX_FLEXSPI_HYPERFLASH := nxp,imx-flexspi-hyperflash
+
+config DT_HAS_NXP_IMX_FLEXSPI_HYPERFLASH_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NXP_IMX_FLEXSPI_HYPERFLASH))
+
+DT_COMPAT_NXP_IMX_FLEXSPI_IS66WVQ8M4 := nxp,imx-flexspi-is66wvq8m4
+
+config DT_HAS_NXP_IMX_FLEXSPI_IS66WVQ8M4_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NXP_IMX_FLEXSPI_IS66WVQ8M4))
+
+DT_COMPAT_NXP_IMX_FLEXSPI_MX25UM51345G := nxp,imx-flexspi-mx25um51345g
+
+config DT_HAS_NXP_IMX_FLEXSPI_MX25UM51345G_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NXP_IMX_FLEXSPI_MX25UM51345G))
+
+DT_COMPAT_NXP_IMX_FLEXSPI_NOR := nxp,imx-flexspi-nor
+
+config DT_HAS_NXP_IMX_FLEXSPI_NOR_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NXP_IMX_FLEXSPI_NOR))
+
+DT_COMPAT_NXP_IMX_FLEXSPI_S27KS0641 := nxp,imx-flexspi-s27ks0641
+
+config DT_HAS_NXP_IMX_FLEXSPI_S27KS0641_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NXP_IMX_FLEXSPI_S27KS0641))
+
+DT_COMPAT_NXP_IMX_FLEXSPI_W956A8MBYA := nxp,imx-flexspi-w956a8mbya
+
+config DT_HAS_NXP_IMX_FLEXSPI_W956A8MBYA_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NXP_IMX_FLEXSPI_W956A8MBYA))
+
+DT_COMPAT_NXP_IMX_GPIO := nxp,imx-gpio
+
+config DT_HAS_NXP_IMX_GPIO_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NXP_IMX_GPIO))
+
+DT_COMPAT_NXP_IMX_GPR := nxp,imx-gpr
+
+config DT_HAS_NXP_IMX_GPR_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NXP_IMX_GPR))
+
+DT_COMPAT_NXP_IMX_GPT := nxp,imx-gpt
+
+config DT_HAS_NXP_IMX_GPT_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NXP_IMX_GPT))
+
+DT_COMPAT_NXP_IMX_IOMUXC := nxp,imx-iomuxc
+
+config DT_HAS_NXP_IMX_IOMUXC_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NXP_IMX_IOMUXC))
+
+DT_COMPAT_NXP_IMX_IOMUXC_SCU := nxp,imx-iomuxc-scu
+
+config DT_HAS_NXP_IMX_IOMUXC_SCU_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NXP_IMX_IOMUXC_SCU))
+
+DT_COMPAT_NXP_IMX_ITCM := nxp,imx-itcm
+
+config DT_HAS_NXP_IMX_ITCM_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NXP_IMX_ITCM))
+
+DT_COMPAT_NXP_IMX_IUART := nxp,imx-iuart
+
+config DT_HAS_NXP_IMX_IUART_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NXP_IMX_IUART))
+
+DT_COMPAT_NXP_IMX_LPI2C := nxp,imx-lpi2c
+
+config DT_HAS_NXP_IMX_LPI2C_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NXP_IMX_LPI2C))
+
+DT_COMPAT_NXP_IMX_LPSPI := nxp,imx-lpspi
+
+config DT_HAS_NXP_IMX_LPSPI_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NXP_IMX_LPSPI))
+
+DT_COMPAT_NXP_IMX_MIPI_DSI := nxp,imx-mipi-dsi
+
+config DT_HAS_NXP_IMX_MIPI_DSI_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NXP_IMX_MIPI_DSI))
+
+DT_COMPAT_NXP_IMX_MU := nxp,imx-mu
+
+config DT_HAS_NXP_IMX_MU_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NXP_IMX_MU))
+
+DT_COMPAT_NXP_IMX_PWM := nxp,imx-pwm
+
+config DT_HAS_NXP_IMX_PWM_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NXP_IMX_PWM))
+
+DT_COMPAT_NXP_IMX_QTMR := nxp,imx-qtmr
+
+config DT_HAS_NXP_IMX_QTMR_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NXP_IMX_QTMR))
+
+DT_COMPAT_NXP_IMX_RGPIO := nxp,imx-rgpio
+
+config DT_HAS_NXP_IMX_RGPIO_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NXP_IMX_RGPIO))
+
+DT_COMPAT_NXP_IMX_SEMC := nxp,imx-semc
+
+config DT_HAS_NXP_IMX_SEMC_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NXP_IMX_SEMC))
+
+DT_COMPAT_NXP_IMX_SNVS_RTC := nxp,imx-snvs-rtc
+
+config DT_HAS_NXP_IMX_SNVS_RTC_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NXP_IMX_SNVS_RTC))
+
+DT_COMPAT_NXP_IMX_TMR := nxp,imx-tmr
+
+config DT_HAS_NXP_IMX_TMR_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NXP_IMX_TMR))
+
+DT_COMPAT_NXP_IMX_UART := nxp,imx-uart
+
+config DT_HAS_NXP_IMX_UART_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NXP_IMX_UART))
+
+DT_COMPAT_NXP_IMX_USDHC := nxp,imx-usdhc
+
+config DT_HAS_NXP_IMX_USDHC_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NXP_IMX_USDHC))
+
+DT_COMPAT_NXP_IMX_WDOG := nxp,imx-wdog
+
+config DT_HAS_NXP_IMX_WDOG_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NXP_IMX_WDOG))
+
+DT_COMPAT_NXP_IMX7D_PINCTRL := nxp,imx7d-pinctrl
+
+config DT_HAS_NXP_IMX7D_PINCTRL_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NXP_IMX7D_PINCTRL))
+
+DT_COMPAT_NXP_IMX8_PINCTRL := nxp,imx8-pinctrl
+
+config DT_HAS_NXP_IMX8_PINCTRL_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NXP_IMX8_PINCTRL))
+
+DT_COMPAT_NXP_IMX8M_PINCTRL := nxp,imx8m-pinctrl
+
+config DT_HAS_NXP_IMX8M_PINCTRL_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NXP_IMX8M_PINCTRL))
+
+DT_COMPAT_NXP_IMX8MP_PINCTRL := nxp,imx8mp-pinctrl
+
+config DT_HAS_NXP_IMX8MP_PINCTRL_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NXP_IMX8MP_PINCTRL))
+
+DT_COMPAT_NXP_IMX8ULP_PINCTRL := nxp,imx8ulp-pinctrl
+
+config DT_HAS_NXP_IMX8ULP_PINCTRL_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NXP_IMX8ULP_PINCTRL))
+
+DT_COMPAT_NXP_IMX93_PINCTRL := nxp,imx93-pinctrl
+
+config DT_HAS_NXP_IMX93_PINCTRL_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NXP_IMX93_PINCTRL))
+
+DT_COMPAT_NXP_IRQSTEER_INTC := nxp,irqsteer-intc
+
+config DT_HAS_NXP_IRQSTEER_INTC_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NXP_IRQSTEER_INTC))
+
+DT_COMPAT_NXP_IRQSTEER_MASTER := nxp,irqsteer-master
+
+config DT_HAS_NXP_IRQSTEER_MASTER_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NXP_IRQSTEER_MASTER))
+
+DT_COMPAT_NXP_KINETIS_ACMP := nxp,kinetis-acmp
+
+config DT_HAS_NXP_KINETIS_ACMP_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NXP_KINETIS_ACMP))
+
+DT_COMPAT_NXP_KINETIS_ADC12 := nxp,kinetis-adc12
+
+config DT_HAS_NXP_KINETIS_ADC12_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NXP_KINETIS_ADC12))
+
+DT_COMPAT_NXP_KINETIS_ADC16 := nxp,kinetis-adc16
+
+config DT_HAS_NXP_KINETIS_ADC16_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NXP_KINETIS_ADC16))
+
+DT_COMPAT_NXP_KINETIS_DAC := nxp,kinetis-dac
+
+config DT_HAS_NXP_KINETIS_DAC_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NXP_KINETIS_DAC))
+
+DT_COMPAT_NXP_KINETIS_DAC32 := nxp,kinetis-dac32
+
+config DT_HAS_NXP_KINETIS_DAC32_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NXP_KINETIS_DAC32))
+
+DT_COMPAT_NXP_KINETIS_DSPI := nxp,kinetis-dspi
+
+config DT_HAS_NXP_KINETIS_DSPI_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NXP_KINETIS_DSPI))
+
+DT_COMPAT_NXP_KINETIS_ETHERNET := nxp,kinetis-ethernet
+
+config DT_HAS_NXP_KINETIS_ETHERNET_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NXP_KINETIS_ETHERNET))
+
+DT_COMPAT_NXP_KINETIS_FTFA := nxp,kinetis-ftfa
+
+config DT_HAS_NXP_KINETIS_FTFA_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NXP_KINETIS_FTFA))
+
+DT_COMPAT_NXP_KINETIS_FTFE := nxp,kinetis-ftfe
+
+config DT_HAS_NXP_KINETIS_FTFE_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NXP_KINETIS_FTFE))
+
+DT_COMPAT_NXP_KINETIS_FTFL := nxp,kinetis-ftfl
+
+config DT_HAS_NXP_KINETIS_FTFL_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NXP_KINETIS_FTFL))
+
+DT_COMPAT_NXP_KINETIS_FTM := nxp,kinetis-ftm
+
+config DT_HAS_NXP_KINETIS_FTM_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NXP_KINETIS_FTM))
+
+DT_COMPAT_NXP_KINETIS_FTM_PWM := nxp,kinetis-ftm-pwm
+
+config DT_HAS_NXP_KINETIS_FTM_PWM_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NXP_KINETIS_FTM_PWM))
+
+DT_COMPAT_NXP_KINETIS_GPIO := nxp,kinetis-gpio
+
+config DT_HAS_NXP_KINETIS_GPIO_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NXP_KINETIS_GPIO))
+
+DT_COMPAT_NXP_KINETIS_I2C := nxp,kinetis-i2c
+
+config DT_HAS_NXP_KINETIS_I2C_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NXP_KINETIS_I2C))
+
+DT_COMPAT_NXP_KINETIS_KE1XF_SIM := nxp,kinetis-ke1xf-sim
+
+config DT_HAS_NXP_KINETIS_KE1XF_SIM_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NXP_KINETIS_KE1XF_SIM))
+
+DT_COMPAT_NXP_KINETIS_LPSCI := nxp,kinetis-lpsci
+
+config DT_HAS_NXP_KINETIS_LPSCI_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NXP_KINETIS_LPSCI))
+
+DT_COMPAT_NXP_KINETIS_LPTMR := nxp,kinetis-lptmr
+
+config DT_HAS_NXP_KINETIS_LPTMR_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NXP_KINETIS_LPTMR))
+
+DT_COMPAT_NXP_KINETIS_LPUART := nxp,kinetis-lpuart
+
+config DT_HAS_NXP_KINETIS_LPUART_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NXP_KINETIS_LPUART))
+
+DT_COMPAT_NXP_KINETIS_MCG := nxp,kinetis-mcg
+
+config DT_HAS_NXP_KINETIS_MCG_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NXP_KINETIS_MCG))
+
+DT_COMPAT_NXP_KINETIS_PCC := nxp,kinetis-pcc
+
+config DT_HAS_NXP_KINETIS_PCC_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NXP_KINETIS_PCC))
+
+DT_COMPAT_NXP_KINETIS_PINCTRL := nxp,kinetis-pinctrl
+
+config DT_HAS_NXP_KINETIS_PINCTRL_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NXP_KINETIS_PINCTRL))
+
+DT_COMPAT_NXP_KINETIS_PINMUX := nxp,kinetis-pinmux
+
+config DT_HAS_NXP_KINETIS_PINMUX_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NXP_KINETIS_PINMUX))
+
+DT_COMPAT_NXP_KINETIS_PTP := nxp,kinetis-ptp
+
+config DT_HAS_NXP_KINETIS_PTP_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NXP_KINETIS_PTP))
+
+DT_COMPAT_NXP_KINETIS_PWT := nxp,kinetis-pwt
+
+config DT_HAS_NXP_KINETIS_PWT_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NXP_KINETIS_PWT))
+
+DT_COMPAT_NXP_KINETIS_RNGA := nxp,kinetis-rnga
+
+config DT_HAS_NXP_KINETIS_RNGA_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NXP_KINETIS_RNGA))
+
+DT_COMPAT_NXP_KINETIS_RTC := nxp,kinetis-rtc
+
+config DT_HAS_NXP_KINETIS_RTC_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NXP_KINETIS_RTC))
+
+DT_COMPAT_NXP_KINETIS_SCG := nxp,kinetis-scg
+
+config DT_HAS_NXP_KINETIS_SCG_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NXP_KINETIS_SCG))
+
+DT_COMPAT_NXP_KINETIS_SIM := nxp,kinetis-sim
+
+config DT_HAS_NXP_KINETIS_SIM_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NXP_KINETIS_SIM))
+
+DT_COMPAT_NXP_KINETIS_TEMPERATURE := nxp,kinetis-temperature
+
+config DT_HAS_NXP_KINETIS_TEMPERATURE_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NXP_KINETIS_TEMPERATURE))
+
+DT_COMPAT_NXP_KINETIS_TPM := nxp,kinetis-tpm
+
+config DT_HAS_NXP_KINETIS_TPM_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NXP_KINETIS_TPM))
+
+DT_COMPAT_NXP_KINETIS_TRNG := nxp,kinetis-trng
+
+config DT_HAS_NXP_KINETIS_TRNG_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NXP_KINETIS_TRNG))
+
+DT_COMPAT_NXP_KINETIS_UART := nxp,kinetis-uart
+
+config DT_HAS_NXP_KINETIS_UART_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NXP_KINETIS_UART))
+
+DT_COMPAT_NXP_KINETIS_USBD := nxp,kinetis-usbd
+
+config DT_HAS_NXP_KINETIS_USBD_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NXP_KINETIS_USBD))
+
+DT_COMPAT_NXP_KINETIS_WDOG := nxp,kinetis-wdog
+
+config DT_HAS_NXP_KINETIS_WDOG_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NXP_KINETIS_WDOG))
+
+DT_COMPAT_NXP_KINETIS_WDOG32 := nxp,kinetis-wdog32
+
+config DT_HAS_NXP_KINETIS_WDOG32_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NXP_KINETIS_WDOG32))
+
+DT_COMPAT_NXP_KW41Z_IEEE802154 := nxp,kw41z-ieee802154
+
+config DT_HAS_NXP_KW41Z_IEEE802154_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NXP_KW41Z_IEEE802154))
+
+DT_COMPAT_NXP_LCDIC := nxp,lcdic
+
+config DT_HAS_NXP_LCDIC_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NXP_LCDIC))
+
+DT_COMPAT_NXP_LP_FLEXCOMM := nxp,lp-flexcomm
+
+config DT_HAS_NXP_LP_FLEXCOMM_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NXP_LP_FLEXCOMM))
+
+DT_COMPAT_NXP_LPC_CTIMER := nxp,lpc-ctimer
+
+config DT_HAS_NXP_LPC_CTIMER_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NXP_LPC_CTIMER))
+
+DT_COMPAT_NXP_LPC_DMA := nxp,lpc-dma
+
+config DT_HAS_NXP_LPC_DMA_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NXP_LPC_DMA))
+
+DT_COMPAT_NXP_LPC_FLEXCOMM := nxp,lpc-flexcomm
+
+config DT_HAS_NXP_LPC_FLEXCOMM_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NXP_LPC_FLEXCOMM))
+
+DT_COMPAT_NXP_LPC_GPIO := nxp,lpc-gpio
+
+config DT_HAS_NXP_LPC_GPIO_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NXP_LPC_GPIO))
+
+DT_COMPAT_NXP_LPC_I2C := nxp,lpc-i2c
+
+config DT_HAS_NXP_LPC_I2C_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NXP_LPC_I2C))
+
+DT_COMPAT_NXP_LPC_I2S := nxp,lpc-i2s
+
+config DT_HAS_NXP_LPC_I2S_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NXP_LPC_I2S))
+
+DT_COMPAT_NXP_LPC_IOCON := nxp,lpc-iocon
+
+config DT_HAS_NXP_LPC_IOCON_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NXP_LPC_IOCON))
+
+DT_COMPAT_NXP_LPC_IOCON_PINCTRL := nxp,lpc-iocon-pinctrl
+
+config DT_HAS_NXP_LPC_IOCON_PINCTRL_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NXP_LPC_IOCON_PINCTRL))
+
+DT_COMPAT_NXP_LPC_IOCON_PIO := nxp,lpc-iocon-pio
+
+config DT_HAS_NXP_LPC_IOCON_PIO_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NXP_LPC_IOCON_PIO))
+
+DT_COMPAT_NXP_LPC_LPADC := nxp,lpc-lpadc
+
+config DT_HAS_NXP_LPC_LPADC_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NXP_LPC_LPADC))
+
+DT_COMPAT_NXP_LPC_MAILBOX := nxp,lpc-mailbox
+
+config DT_HAS_NXP_LPC_MAILBOX_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NXP_LPC_MAILBOX))
+
+DT_COMPAT_NXP_LPC_MCAN := nxp,lpc-mcan
+
+config DT_HAS_NXP_LPC_MCAN_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NXP_LPC_MCAN))
+
+DT_COMPAT_NXP_LPC_RNG := nxp,lpc-rng
+
+config DT_HAS_NXP_LPC_RNG_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NXP_LPC_RNG))
+
+DT_COMPAT_NXP_LPC_RTC := nxp,lpc-rtc
+
+config DT_HAS_NXP_LPC_RTC_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NXP_LPC_RTC))
+
+DT_COMPAT_NXP_LPC_RTC_HIGHRES := nxp,lpc-rtc-highres
+
+config DT_HAS_NXP_LPC_RTC_HIGHRES_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NXP_LPC_RTC_HIGHRES))
+
+DT_COMPAT_NXP_LPC_SDIF := nxp,lpc-sdif
+
+config DT_HAS_NXP_LPC_SDIF_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NXP_LPC_SDIF))
+
+DT_COMPAT_NXP_LPC_SPI := nxp,lpc-spi
+
+config DT_HAS_NXP_LPC_SPI_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NXP_LPC_SPI))
+
+DT_COMPAT_NXP_LPC_SYSCON := nxp,lpc-syscon
+
+config DT_HAS_NXP_LPC_SYSCON_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NXP_LPC_SYSCON))
+
+DT_COMPAT_NXP_LPC_SYSCON_RESET := nxp,lpc-syscon-reset
+
+config DT_HAS_NXP_LPC_SYSCON_RESET_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NXP_LPC_SYSCON_RESET))
+
+DT_COMPAT_NXP_LPC_UID := nxp,lpc-uid
+
+config DT_HAS_NXP_LPC_UID_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NXP_LPC_UID))
+
+DT_COMPAT_NXP_LPC_USART := nxp,lpc-usart
+
+config DT_HAS_NXP_LPC_USART_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NXP_LPC_USART))
+
+DT_COMPAT_NXP_LPC_WWDT := nxp,lpc-wwdt
+
+config DT_HAS_NXP_LPC_WWDT_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NXP_LPC_WWDT))
+
+DT_COMPAT_NXP_LPC11U6X_EEPROM := nxp,lpc11u6x-eeprom
+
+config DT_HAS_NXP_LPC11U6X_EEPROM_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NXP_LPC11U6X_EEPROM))
+
+DT_COMPAT_NXP_LPC11U6X_GPIO := nxp,lpc11u6x-gpio
+
+config DT_HAS_NXP_LPC11U6X_GPIO_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NXP_LPC11U6X_GPIO))
+
+DT_COMPAT_NXP_LPC11U6X_I2C := nxp,lpc11u6x-i2c
+
+config DT_HAS_NXP_LPC11U6X_I2C_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NXP_LPC11U6X_I2C))
+
+DT_COMPAT_NXP_LPC11U6X_PINCTRL := nxp,lpc11u6x-pinctrl
+
+config DT_HAS_NXP_LPC11U6X_PINCTRL_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NXP_LPC11U6X_PINCTRL))
+
+DT_COMPAT_NXP_LPC11U6X_SYSCON := nxp,lpc11u6x-syscon
+
+config DT_HAS_NXP_LPC11U6X_SYSCON_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NXP_LPC11U6X_SYSCON))
+
+DT_COMPAT_NXP_LPC11U6X_UART := nxp,lpc11u6x-uart
+
+config DT_HAS_NXP_LPC11U6X_UART_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NXP_LPC11U6X_UART))
+
+DT_COMPAT_NXP_LPCIP3511 := nxp,lpcip3511
+
+config DT_HAS_NXP_LPCIP3511_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NXP_LPCIP3511))
+
+DT_COMPAT_NXP_LPDAC := nxp,lpdac
+
+config DT_HAS_NXP_LPDAC_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NXP_LPDAC))
+
+DT_COMPAT_NXP_MBOX_IMX_MU := nxp,mbox-imx-mu
+
+config DT_HAS_NXP_MBOX_IMX_MU_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NXP_MBOX_IMX_MU))
+
+DT_COMPAT_NXP_MBOX_MAILBOX := nxp,mbox-mailbox
+
+config DT_HAS_NXP_MBOX_MAILBOX_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NXP_MBOX_MAILBOX))
+
+DT_COMPAT_NXP_MCI_IO_MUX := nxp,mci-io-mux
+
+config DT_HAS_NXP_MCI_IO_MUX_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NXP_MCI_IO_MUX))
+
+DT_COMPAT_NXP_MCR20A := nxp,mcr20a
+
+config DT_HAS_NXP_MCR20A_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NXP_MCR20A))
+
+DT_COMPAT_NXP_MCUX_12B1MSPS_SAR := nxp,mcux-12b1msps-sar
+
+config DT_HAS_NXP_MCUX_12B1MSPS_SAR_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NXP_MCUX_12B1MSPS_SAR))
+
+DT_COMPAT_NXP_MCUX_DCP := nxp,mcux-dcp
+
+config DT_HAS_NXP_MCUX_DCP_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NXP_MCUX_DCP))
+
+DT_COMPAT_NXP_MCUX_EDMA := nxp,mcux-edma
+
+config DT_HAS_NXP_MCUX_EDMA_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NXP_MCUX_EDMA))
+
+DT_COMPAT_NXP_MCUX_EDMA_V3 := nxp,mcux-edma-v3
+
+config DT_HAS_NXP_MCUX_EDMA_V3_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NXP_MCUX_EDMA_V3))
+
+DT_COMPAT_NXP_MCUX_EDMA_V4 := nxp,mcux-edma-v4
+
+config DT_HAS_NXP_MCUX_EDMA_V4_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NXP_MCUX_EDMA_V4))
+
+DT_COMPAT_NXP_MCUX_I2S := nxp,mcux-i2s
+
+config DT_HAS_NXP_MCUX_I2S_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NXP_MCUX_I2S))
+
+DT_COMPAT_NXP_MCUX_I3C := nxp,mcux-i3c
+
+config DT_HAS_NXP_MCUX_I3C_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NXP_MCUX_I3C))
+
+DT_COMPAT_NXP_MCUX_QDEC := nxp,mcux-qdec
+
+config DT_HAS_NXP_MCUX_QDEC_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NXP_MCUX_QDEC))
+
+DT_COMPAT_NXP_MCUX_RT_PINCTRL := nxp,mcux-rt-pinctrl
+
+config DT_HAS_NXP_MCUX_RT_PINCTRL_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NXP_MCUX_RT_PINCTRL))
+
+DT_COMPAT_NXP_MCUX_RT11XX_PINCTRL := nxp,mcux-rt11xx-pinctrl
+
+config DT_HAS_NXP_MCUX_RT11XX_PINCTRL_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NXP_MCUX_RT11XX_PINCTRL))
+
+DT_COMPAT_NXP_MCUX_XBAR := nxp,mcux-xbar
+
+config DT_HAS_NXP_MCUX_XBAR_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NXP_MCUX_XBAR))
+
+DT_COMPAT_NXP_MIPI_CSI2RX := nxp,mipi-csi2rx
+
+config DT_HAS_NXP_MIPI_CSI2RX_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NXP_MIPI_CSI2RX))
+
+DT_COMPAT_NXP_MIPI_DSI_2L := nxp,mipi-dsi-2l
+
+config DT_HAS_NXP_MIPI_DSI_2L_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NXP_MIPI_DSI_2L))
+
+DT_COMPAT_NXP_MRT := nxp,mrt
+
+config DT_HAS_NXP_MRT_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NXP_MRT))
+
+DT_COMPAT_NXP_MRT_CHANNEL := nxp,mrt-channel
+
+config DT_HAS_NXP_MRT_CHANNEL_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NXP_MRT_CHANNEL))
+
+DT_COMPAT_NXP_NX20P3483 := nxp,nx20p3483
+
+config DT_HAS_NXP_NX20P3483_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NXP_NX20P3483))
+
+DT_COMPAT_NXP_OS_TIMER := nxp,os-timer
+
+config DT_HAS_NXP_OS_TIMER_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NXP_OS_TIMER))
+
+DT_COMPAT_NXP_PCA9420 := nxp,pca9420
+
+config DT_HAS_NXP_PCA9420_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NXP_PCA9420))
+
+DT_COMPAT_NXP_PCA95XX := nxp,pca95xx
+
+config DT_HAS_NXP_PCA95XX_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NXP_PCA95XX))
+
+DT_COMPAT_NXP_PCA9633 := nxp,pca9633
+
+config DT_HAS_NXP_PCA9633_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NXP_PCA9633))
+
+DT_COMPAT_NXP_PCA9685_PWM := nxp,pca9685-pwm
+
+config DT_HAS_NXP_PCA9685_PWM_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NXP_PCA9685_PWM))
+
+DT_COMPAT_NXP_PCAL6408A := nxp,pcal6408a
+
+config DT_HAS_NXP_PCAL6408A_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NXP_PCAL6408A))
+
+DT_COMPAT_NXP_PCAL6416A := nxp,pcal6416a
+
+config DT_HAS_NXP_PCAL6416A_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NXP_PCAL6416A))
+
+DT_COMPAT_NXP_PCF8523 := nxp,pcf8523
+
+config DT_HAS_NXP_PCF8523_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NXP_PCF8523))
+
+DT_COMPAT_NXP_PCF8563 := nxp,pcf8563
+
+config DT_HAS_NXP_PCF8563_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NXP_PCF8563))
+
+DT_COMPAT_NXP_PCF857X := nxp,pcf857x
+
+config DT_HAS_NXP_PCF857X_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NXP_PCF857X))
+
+DT_COMPAT_NXP_PDCFG_POWER := nxp,pdcfg-power
+
+config DT_HAS_NXP_PDCFG_POWER_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NXP_PDCFG_POWER))
+
+DT_COMPAT_NXP_PINT := nxp,pint
+
+config DT_HAS_NXP_PINT_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NXP_PINT))
+
+DT_COMPAT_NXP_PIT := nxp,pit
+
+config DT_HAS_NXP_PIT_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NXP_PIT))
+
+DT_COMPAT_NXP_PIT_CHANNEL := nxp,pit-channel
+
+config DT_HAS_NXP_PIT_CHANNEL_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NXP_PIT_CHANNEL))
+
+DT_COMPAT_NXP_PXP := nxp,pxp
+
+config DT_HAS_NXP_PXP_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NXP_PXP))
+
+DT_COMPAT_NXP_QDEC_S32 := nxp,qdec-s32
+
+config DT_HAS_NXP_QDEC_S32_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NXP_QDEC_S32))
+
+DT_COMPAT_NXP_RDC := nxp,rdc
+
+config DT_HAS_NXP_RDC_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NXP_RDC))
+
+DT_COMPAT_NXP_RSTCTL := nxp,rstctl
+
+config DT_HAS_NXP_RSTCTL_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NXP_RSTCTL))
+
+DT_COMPAT_NXP_RT_IOCON_PINCTRL := nxp,rt-iocon-pinctrl
+
+config DT_HAS_NXP_RT_IOCON_PINCTRL_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NXP_RT_IOCON_PINCTRL))
+
+DT_COMPAT_NXP_RW_PMU := nxp,rw-pmu
+
+config DT_HAS_NXP_RW_PMU_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NXP_RW_PMU))
+
+DT_COMPAT_NXP_RW_SOC_CTRL := nxp,rw-soc-ctrl
+
+config DT_HAS_NXP_RW_SOC_CTRL_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NXP_RW_SOC_CTRL))
+
+DT_COMPAT_NXP_S32_ADC_SAR := nxp,s32-adc-sar
+
+config DT_HAS_NXP_S32_ADC_SAR_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NXP_S32_ADC_SAR))
+
+DT_COMPAT_NXP_S32_CANXL := nxp,s32-canxl
+
+config DT_HAS_NXP_S32_CANXL_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NXP_S32_CANXL))
+
+DT_COMPAT_NXP_S32_CLOCK := nxp,s32-clock
+
+config DT_HAS_NXP_S32_CLOCK_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NXP_S32_CLOCK))
+
+DT_COMPAT_NXP_S32_EMIOS := nxp,s32-emios
+
+config DT_HAS_NXP_S32_EMIOS_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NXP_S32_EMIOS))
+
+DT_COMPAT_NXP_S32_EMIOS_PWM := nxp,s32-emios-pwm
+
+config DT_HAS_NXP_S32_EMIOS_PWM_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NXP_S32_EMIOS_PWM))
+
+DT_COMPAT_NXP_S32_GMAC := nxp,s32-gmac
+
+config DT_HAS_NXP_S32_GMAC_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NXP_S32_GMAC))
+
+DT_COMPAT_NXP_S32_GMAC_MDIO := nxp,s32-gmac-mdio
+
+config DT_HAS_NXP_S32_GMAC_MDIO_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NXP_S32_GMAC_MDIO))
+
+DT_COMPAT_NXP_S32_GPIO := nxp,s32-gpio
+
+config DT_HAS_NXP_S32_GPIO_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NXP_S32_GPIO))
+
+DT_COMPAT_NXP_S32_LCU := nxp,s32-lcu
+
+config DT_HAS_NXP_S32_LCU_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NXP_S32_LCU))
+
+DT_COMPAT_NXP_S32_LINFLEXD := nxp,s32-linflexd
+
+config DT_HAS_NXP_S32_LINFLEXD_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NXP_S32_LINFLEXD))
+
+DT_COMPAT_NXP_S32_MRU := nxp,s32-mru
+
+config DT_HAS_NXP_S32_MRU_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NXP_S32_MRU))
+
+DT_COMPAT_NXP_S32_NETC_EMDIO := nxp,s32-netc-emdio
+
+config DT_HAS_NXP_S32_NETC_EMDIO_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NXP_S32_NETC_EMDIO))
+
+DT_COMPAT_NXP_S32_NETC_PSI := nxp,s32-netc-psi
+
+config DT_HAS_NXP_S32_NETC_PSI_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NXP_S32_NETC_PSI))
+
+DT_COMPAT_NXP_S32_NETC_VSI := nxp,s32-netc-vsi
+
+config DT_HAS_NXP_S32_NETC_VSI_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NXP_S32_NETC_VSI))
+
+DT_COMPAT_NXP_S32_QSPI := nxp,s32-qspi
+
+config DT_HAS_NXP_S32_QSPI_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NXP_S32_QSPI))
+
+DT_COMPAT_NXP_S32_QSPI_DEVICE := nxp,s32-qspi-device
+
+config DT_HAS_NXP_S32_QSPI_DEVICE_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NXP_S32_QSPI_DEVICE))
+
+DT_COMPAT_NXP_S32_QSPI_NOR := nxp,s32-qspi-nor
+
+config DT_HAS_NXP_S32_QSPI_NOR_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NXP_S32_QSPI_NOR))
+
+DT_COMPAT_NXP_S32_SIUL2_EIRQ := nxp,s32-siul2-eirq
+
+config DT_HAS_NXP_S32_SIUL2_EIRQ_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NXP_S32_SIUL2_EIRQ))
+
+DT_COMPAT_NXP_S32_SPI := nxp,s32-spi
+
+config DT_HAS_NXP_S32_SPI_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NXP_S32_SPI))
+
+DT_COMPAT_NXP_S32_SWT := nxp,s32-swt
+
+config DT_HAS_NXP_S32_SWT_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NXP_S32_SWT))
+
+DT_COMPAT_NXP_S32_SYS_TIMER := nxp,s32-sys-timer
+
+config DT_HAS_NXP_S32_SYS_TIMER_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NXP_S32_SYS_TIMER))
+
+DT_COMPAT_NXP_S32_TRGMUX := nxp,s32-trgmux
+
+config DT_HAS_NXP_S32_TRGMUX_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NXP_S32_TRGMUX))
+
+DT_COMPAT_NXP_S32_WKPU := nxp,s32-wkpu
+
+config DT_HAS_NXP_S32_WKPU_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NXP_S32_WKPU))
+
+DT_COMPAT_NXP_S32K3_PINCTRL := nxp,s32k3-pinctrl
+
+config DT_HAS_NXP_S32K3_PINCTRL_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NXP_S32K3_PINCTRL))
+
+DT_COMPAT_NXP_S32ZE_PINCTRL := nxp,s32ze-pinctrl
+
+config DT_HAS_NXP_S32ZE_PINCTRL_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NXP_S32ZE_PINCTRL))
+
+DT_COMPAT_NXP_SC18IM704 := nxp,sc18im704
+
+config DT_HAS_NXP_SC18IM704_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NXP_SC18IM704))
+
+DT_COMPAT_NXP_SC18IM704_GPIO := nxp,sc18im704-gpio
+
+config DT_HAS_NXP_SC18IM704_GPIO_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NXP_SC18IM704_GPIO))
+
+DT_COMPAT_NXP_SC18IM704_I2C := nxp,sc18im704-i2c
+
+config DT_HAS_NXP_SC18IM704_I2C_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NXP_SC18IM704_I2C))
+
+DT_COMPAT_NXP_SCTIMER_PWM := nxp,sctimer-pwm
+
+config DT_HAS_NXP_SCTIMER_PWM_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NXP_SCTIMER_PWM))
+
+DT_COMPAT_NXP_SMARTDMA := nxp,smartdma
+
+config DT_HAS_NXP_SMARTDMA_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NXP_SMARTDMA))
+
+DT_COMPAT_NXP_SOF_HOST_DMA := nxp,sof-host-dma
+
+config DT_HAS_NXP_SOF_HOST_DMA_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NXP_SOF_HOST_DMA))
+
+DT_COMPAT_NXP_TEMPMON := nxp,tempmon
+
+config DT_HAS_NXP_TEMPMON_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NXP_TEMPMON))
+
+DT_COMPAT_NXP_TJA1103 := nxp,tja1103
+
+config DT_HAS_NXP_TJA1103_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NXP_TJA1103))
+
+DT_COMPAT_NXP_TPM_TIMER := nxp,tpm-timer
+
+config DT_HAS_NXP_TPM_TIMER_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NXP_TPM_TIMER))
+
+DT_COMPAT_NXP_VF610_ADC := nxp,vf610-adc
+
+config DT_HAS_NXP_VF610_ADC_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NXP_VF610_ADC))
+
+DT_COMPAT_NXP_VREF := nxp,vref
+
+config DT_HAS_NXP_VREF_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_NXP_VREF))
+
+DT_COMPAT_ONNN_NCP5623 := onnn,ncp5623
+
+config DT_HAS_ONNN_NCP5623_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ONNN_NCP5623))
+
+DT_COMPAT_ONNN_NCT75 := onnn,nct75
+
+config DT_HAS_ONNN_NCT75_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ONNN_NCT75))
+
+DT_COMPAT_OPENCORES_SPI_SIMPLE := opencores,spi-simple
+
+config DT_HAS_OPENCORES_SPI_SIMPLE_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_OPENCORES_SPI_SIMPLE))
+
+DT_COMPAT_OPENISA_RI5CY := openisa,ri5cy
+
+config DT_HAS_OPENISA_RI5CY_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_OPENISA_RI5CY))
+
+DT_COMPAT_OPENISA_RV32M1_EVENT_UNIT := openisa,rv32m1-event-unit
+
+config DT_HAS_OPENISA_RV32M1_EVENT_UNIT_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_OPENISA_RV32M1_EVENT_UNIT))
+
+DT_COMPAT_OPENISA_RV32M1_FTFE := openisa,rv32m1-ftfe
+
+config DT_HAS_OPENISA_RV32M1_FTFE_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_OPENISA_RV32M1_FTFE))
+
+DT_COMPAT_OPENISA_RV32M1_GENFSK := openisa,rv32m1-genfsk
+
+config DT_HAS_OPENISA_RV32M1_GENFSK_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_OPENISA_RV32M1_GENFSK))
+
+DT_COMPAT_OPENISA_RV32M1_GPIO := openisa,rv32m1-gpio
+
+config DT_HAS_OPENISA_RV32M1_GPIO_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_OPENISA_RV32M1_GPIO))
+
+DT_COMPAT_OPENISA_RV32M1_INTMUX := openisa,rv32m1-intmux
+
+config DT_HAS_OPENISA_RV32M1_INTMUX_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_OPENISA_RV32M1_INTMUX))
+
+DT_COMPAT_OPENISA_RV32M1_INTMUX_CH := openisa,rv32m1-intmux-ch
+
+config DT_HAS_OPENISA_RV32M1_INTMUX_CH_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_OPENISA_RV32M1_INTMUX_CH))
+
+DT_COMPAT_OPENISA_RV32M1_LPI2C := openisa,rv32m1-lpi2c
+
+config DT_HAS_OPENISA_RV32M1_LPI2C_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_OPENISA_RV32M1_LPI2C))
+
+DT_COMPAT_OPENISA_RV32M1_LPSPI := openisa,rv32m1-lpspi
+
+config DT_HAS_OPENISA_RV32M1_LPSPI_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_OPENISA_RV32M1_LPSPI))
+
+DT_COMPAT_OPENISA_RV32M1_LPTMR := openisa,rv32m1-lptmr
+
+config DT_HAS_OPENISA_RV32M1_LPTMR_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_OPENISA_RV32M1_LPTMR))
+
+DT_COMPAT_OPENISA_RV32M1_LPUART := openisa,rv32m1-lpuart
+
+config DT_HAS_OPENISA_RV32M1_LPUART_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_OPENISA_RV32M1_LPUART))
+
+DT_COMPAT_OPENISA_RV32M1_PCC := openisa,rv32m1-pcc
+
+config DT_HAS_OPENISA_RV32M1_PCC_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_OPENISA_RV32M1_PCC))
+
+DT_COMPAT_OPENISA_RV32M1_PINCTRL := openisa,rv32m1-pinctrl
+
+config DT_HAS_OPENISA_RV32M1_PINCTRL_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_OPENISA_RV32M1_PINCTRL))
+
+DT_COMPAT_OPENISA_RV32M1_PINMUX := openisa,rv32m1-pinmux
+
+config DT_HAS_OPENISA_RV32M1_PINMUX_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_OPENISA_RV32M1_PINMUX))
+
+DT_COMPAT_OPENISA_RV32M1_TPM := openisa,rv32m1-tpm
+
+config DT_HAS_OPENISA_RV32M1_TPM_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_OPENISA_RV32M1_TPM))
+
+DT_COMPAT_OPENISA_RV32M1_TRNG := openisa,rv32m1-trng
+
+config DT_HAS_OPENISA_RV32M1_TRNG_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_OPENISA_RV32M1_TRNG))
+
+DT_COMPAT_OPENISA_ZERO_RI5CY := openisa,zero-ri5cy
+
+config DT_HAS_OPENISA_ZERO_RI5CY_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_OPENISA_ZERO_RI5CY))
+
+DT_COMPAT_OPENTHREAD_CONFIG := openthread,config
+
+config DT_HAS_OPENTHREAD_CONFIG_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_OPENTHREAD_CONFIG))
+
+DT_COMPAT_ORISETECH_OTM8009A := orisetech,otm8009a
+
+config DT_HAS_ORISETECH_OTM8009A_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ORISETECH_OTM8009A))
+
+DT_COMPAT_OVTI_OV2640 := ovti,ov2640
+
+config DT_HAS_OVTI_OV2640_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_OVTI_OV2640))
+
+DT_COMPAT_OVTI_OV5640 := ovti,ov5640
+
+config DT_HAS_OVTI_OV5640_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_OVTI_OV5640))
+
+DT_COMPAT_OVTI_OV7725 := ovti,ov7725
+
+config DT_HAS_OVTI_OV7725_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_OVTI_OV7725))
+
+DT_COMPAT_PANASONIC_AMG88XX := panasonic,amg88xx
+
+config DT_HAS_PANASONIC_AMG88XX_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_PANASONIC_AMG88XX))
+
+DT_COMPAT_PANASONIC_REDUCED_ARDUINO_HEADER := panasonic,reduced-arduino-header
+
+config DT_HAS_PANASONIC_REDUCED_ARDUINO_HEADER_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_PANASONIC_REDUCED_ARDUINO_HEADER))
+
+DT_COMPAT_PARTICLE_GEN3_HEADER := particle-gen3-header
+
+config DT_HAS_PARTICLE_GEN3_HEADER_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_PARTICLE_GEN3_HEADER))
+
+DT_COMPAT_PCI_HOST_ECAM_GENERIC := pci-host-ecam-generic
+
+config DT_HAS_PCI_HOST_ECAM_GENERIC_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_PCI_HOST_ECAM_GENERIC))
+
+DT_COMPAT_PCIE_CONTROLLER := pcie-controller
+
+config DT_HAS_PCIE_CONTROLLER_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_PCIE_CONTROLLER))
+
+DT_COMPAT_PIXART_PAT912X := pixart,pat912x
+
+config DT_HAS_PIXART_PAT912X_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_PIXART_PAT912X))
+
+DT_COMPAT_PIXART_PAW3212 := pixart,paw3212
+
+config DT_HAS_PIXART_PAW3212_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_PIXART_PAW3212))
+
+DT_COMPAT_PIXART_PAW32XX := pixart,paw32xx
+
+config DT_HAS_PIXART_PAW32XX_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_PIXART_PAW32XX))
+
+DT_COMPAT_PIXART_PMW3360 := pixart,pmw3360
+
+config DT_HAS_PIXART_PMW3360_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_PIXART_PMW3360))
+
+DT_COMPAT_PIXART_PMW3610 := pixart,pmw3610
+
+config DT_HAS_PIXART_PMW3610_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_PIXART_PMW3610))
+
+DT_COMPAT_PLANTOWER_PMS7003 := plantower,pms7003
+
+config DT_HAS_PLANTOWER_PMS7003_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_PLANTOWER_PMS7003))
+
+DT_COMPAT_POWER_DOMAIN := power-domain
+
+config DT_HAS_POWER_DOMAIN_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_POWER_DOMAIN))
+
+DT_COMPAT_POWER_DOMAIN_GPIO := power-domain-gpio
+
+config DT_HAS_POWER_DOMAIN_GPIO_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_POWER_DOMAIN_GPIO))
+
+DT_COMPAT_POWER_DOMAIN_GPIO_MONITOR := power-domain-gpio-monitor
+
+config DT_HAS_POWER_DOMAIN_GPIO_MONITOR_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_POWER_DOMAIN_GPIO_MONITOR))
+
+DT_COMPAT_PTC_PT6314 := ptc,pt6314
+
+config DT_HAS_PTC_PT6314_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_PTC_PT6314))
+
+DT_COMPAT_PWM_CLOCK := pwm-clock
+
+config DT_HAS_PWM_CLOCK_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_PWM_CLOCK))
+
+DT_COMPAT_PWM_LEDS := pwm-leds
+
+config DT_HAS_PWM_LEDS_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_PWM_LEDS))
+
+DT_COMPAT_QEMU_IVSHMEM := qemu,ivshmem
+
+config DT_HAS_QEMU_IVSHMEM_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_QEMU_IVSHMEM))
+
+DT_COMPAT_QEMU_NIOS2_ZEPHYR := qemu,nios2-zephyr
+
+config DT_HAS_QEMU_NIOS2_ZEPHYR_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_QEMU_NIOS2_ZEPHYR))
+
+DT_COMPAT_QEMU_RISCV_VIRT := qemu,riscv-virt
+
+config DT_HAS_QEMU_RISCV_VIRT_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_QEMU_RISCV_VIRT))
+
+DT_COMPAT_QUECTEL_BG95 := quectel,bg95
+
+config DT_HAS_QUECTEL_BG95_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_QUECTEL_BG95))
+
+DT_COMPAT_QUECTEL_BG9X := quectel,bg9x
+
+config DT_HAS_QUECTEL_BG9X_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_QUECTEL_BG9X))
+
+DT_COMPAT_QUECTEL_EG25_G := quectel,eg25-g
+
+config DT_HAS_QUECTEL_EG25_G_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_QUECTEL_EG25_G))
+
+DT_COMPAT_QUECTEL_LC26G := quectel,lc26g
+
+config DT_HAS_QUECTEL_LC26G_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_QUECTEL_LC26G))
+
+DT_COMPAT_QUECTEL_LC76G := quectel,lc76g
+
+config DT_HAS_QUECTEL_LC76G_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_QUECTEL_LC76G))
+
+DT_COMPAT_QUECTEL_LC86G := quectel,lc86g
+
+config DT_HAS_QUECTEL_LC86G_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_QUECTEL_LC86G))
+
+DT_COMPAT_QUICKLOGIC_EOS_S3_GPIO := quicklogic,eos-s3-gpio
+
+config DT_HAS_QUICKLOGIC_EOS_S3_GPIO_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_QUICKLOGIC_EOS_S3_GPIO))
+
+DT_COMPAT_QUICKLOGIC_EOS_S3_PINCTRL := quicklogic,eos-s3-pinctrl
+
+config DT_HAS_QUICKLOGIC_EOS_S3_PINCTRL_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_QUICKLOGIC_EOS_S3_PINCTRL))
+
+DT_COMPAT_QUICKLOGIC_USBSERIALPORT_S3B := quicklogic,usbserialport-s3b
+
+config DT_HAS_QUICKLOGIC_USBSERIALPORT_S3B_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_QUICKLOGIC_USBSERIALPORT_S3B))
+
+DT_COMPAT_RASPBERRYPI_CORE_SUPPLY_REGULATOR := raspberrypi,core-supply-regulator
+
+config DT_HAS_RASPBERRYPI_CORE_SUPPLY_REGULATOR_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_RASPBERRYPI_CORE_SUPPLY_REGULATOR))
+
+DT_COMPAT_RASPBERRYPI_PICO_ADC := raspberrypi,pico-adc
+
+config DT_HAS_RASPBERRYPI_PICO_ADC_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_RASPBERRYPI_PICO_ADC))
+
+DT_COMPAT_RASPBERRYPI_PICO_CLOCK := raspberrypi,pico-clock
+
+config DT_HAS_RASPBERRYPI_PICO_CLOCK_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_RASPBERRYPI_PICO_CLOCK))
+
+DT_COMPAT_RASPBERRYPI_PICO_CLOCK_CONTROLLER := raspberrypi,pico-clock-controller
+
+config DT_HAS_RASPBERRYPI_PICO_CLOCK_CONTROLLER_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_RASPBERRYPI_PICO_CLOCK_CONTROLLER))
+
+DT_COMPAT_RASPBERRYPI_PICO_DMA := raspberrypi,pico-dma
+
+config DT_HAS_RASPBERRYPI_PICO_DMA_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_RASPBERRYPI_PICO_DMA))
+
+DT_COMPAT_RASPBERRYPI_PICO_FLASH_CONTROLLER := raspberrypi,pico-flash-controller
+
+config DT_HAS_RASPBERRYPI_PICO_FLASH_CONTROLLER_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_RASPBERRYPI_PICO_FLASH_CONTROLLER))
+
+DT_COMPAT_RASPBERRYPI_PICO_GPIO := raspberrypi,pico-gpio
+
+config DT_HAS_RASPBERRYPI_PICO_GPIO_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_RASPBERRYPI_PICO_GPIO))
+
+DT_COMPAT_RASPBERRYPI_PICO_HEADER := raspberrypi,pico-header
+
+config DT_HAS_RASPBERRYPI_PICO_HEADER_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_RASPBERRYPI_PICO_HEADER))
+
+DT_COMPAT_RASPBERRYPI_PICO_I2C := raspberrypi,pico-i2c
+
+config DT_HAS_RASPBERRYPI_PICO_I2C_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_RASPBERRYPI_PICO_I2C))
+
+DT_COMPAT_RASPBERRYPI_PICO_PINCTRL := raspberrypi,pico-pinctrl
+
+config DT_HAS_RASPBERRYPI_PICO_PINCTRL_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_RASPBERRYPI_PICO_PINCTRL))
+
+DT_COMPAT_RASPBERRYPI_PICO_PIO := raspberrypi,pico-pio
+
+config DT_HAS_RASPBERRYPI_PICO_PIO_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_RASPBERRYPI_PICO_PIO))
+
+DT_COMPAT_RASPBERRYPI_PICO_PIO_DEVICE := raspberrypi,pico-pio-device
+
+config DT_HAS_RASPBERRYPI_PICO_PIO_DEVICE_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_RASPBERRYPI_PICO_PIO_DEVICE))
+
+DT_COMPAT_RASPBERRYPI_PICO_PLL := raspberrypi,pico-pll
+
+config DT_HAS_RASPBERRYPI_PICO_PLL_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_RASPBERRYPI_PICO_PLL))
+
+DT_COMPAT_RASPBERRYPI_PICO_PWM := raspberrypi,pico-pwm
+
+config DT_HAS_RASPBERRYPI_PICO_PWM_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_RASPBERRYPI_PICO_PWM))
+
+DT_COMPAT_RASPBERRYPI_PICO_RESET := raspberrypi,pico-reset
+
+config DT_HAS_RASPBERRYPI_PICO_RESET_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_RASPBERRYPI_PICO_RESET))
+
+DT_COMPAT_RASPBERRYPI_PICO_ROSC := raspberrypi,pico-rosc
+
+config DT_HAS_RASPBERRYPI_PICO_ROSC_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_RASPBERRYPI_PICO_ROSC))
+
+DT_COMPAT_RASPBERRYPI_PICO_RTC := raspberrypi,pico-rtc
+
+config DT_HAS_RASPBERRYPI_PICO_RTC_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_RASPBERRYPI_PICO_RTC))
+
+DT_COMPAT_RASPBERRYPI_PICO_SPI := raspberrypi,pico-spi
+
+config DT_HAS_RASPBERRYPI_PICO_SPI_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_RASPBERRYPI_PICO_SPI))
+
+DT_COMPAT_RASPBERRYPI_PICO_SPI_PIO := raspberrypi,pico-spi-pio
+
+config DT_HAS_RASPBERRYPI_PICO_SPI_PIO_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_RASPBERRYPI_PICO_SPI_PIO))
+
+DT_COMPAT_RASPBERRYPI_PICO_TEMP := raspberrypi,pico-temp
+
+config DT_HAS_RASPBERRYPI_PICO_TEMP_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_RASPBERRYPI_PICO_TEMP))
+
+DT_COMPAT_RASPBERRYPI_PICO_TIMER := raspberrypi,pico-timer
+
+config DT_HAS_RASPBERRYPI_PICO_TIMER_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_RASPBERRYPI_PICO_TIMER))
+
+DT_COMPAT_RASPBERRYPI_PICO_UART := raspberrypi,pico-uart
+
+config DT_HAS_RASPBERRYPI_PICO_UART_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_RASPBERRYPI_PICO_UART))
+
+DT_COMPAT_RASPBERRYPI_PICO_UART_PIO := raspberrypi,pico-uart-pio
+
+config DT_HAS_RASPBERRYPI_PICO_UART_PIO_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_RASPBERRYPI_PICO_UART_PIO))
+
+DT_COMPAT_RASPBERRYPI_PICO_USBD := raspberrypi,pico-usbd
+
+config DT_HAS_RASPBERRYPI_PICO_USBD_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_RASPBERRYPI_PICO_USBD))
+
+DT_COMPAT_RASPBERRYPI_PICO_WATCHDOG := raspberrypi,pico-watchdog
+
+config DT_HAS_RASPBERRYPI_PICO_WATCHDOG_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_RASPBERRYPI_PICO_WATCHDOG))
+
+DT_COMPAT_RASPBERRYPI_40PINS_HEADER := raspberrypi-40pins-header
+
+config DT_HAS_RASPBERRYPI_40PINS_HEADER_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_RASPBERRYPI_40PINS_HEADER))
+
+DT_COMPAT_RAYDIUM_RM67162 := raydium,rm67162
+
+config DT_HAS_RAYDIUM_RM67162_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_RAYDIUM_RM67162))
+
+DT_COMPAT_RAYDIUM_RM68200 := raydium,rm68200
+
+config DT_HAS_RAYDIUM_RM68200_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_RAYDIUM_RM68200))
+
+DT_COMPAT_REGULATOR_FIXED := regulator-fixed
+
+config DT_HAS_REGULATOR_FIXED_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_REGULATOR_FIXED))
+
+DT_COMPAT_REGULATOR_GPIO := regulator-gpio
+
+config DT_HAS_REGULATOR_GPIO_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_REGULATOR_GPIO))
+
+DT_COMPAT_RENESAS_HS300X := renesas,hs300x
+
+config DT_HAS_RENESAS_HS300X_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_RENESAS_HS300X))
+
+DT_COMPAT_RENESAS_PWM_RCAR := renesas,pwm-rcar
+
+config DT_HAS_RENESAS_PWM_RCAR_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_RENESAS_PWM_RCAR))
+
+DT_COMPAT_RENESAS_R8A7795_CPG_MSSR := renesas,r8a7795-cpg-mssr
+
+config DT_HAS_RENESAS_R8A7795_CPG_MSSR_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_RENESAS_R8A7795_CPG_MSSR))
+
+DT_COMPAT_RENESAS_R8A779F0_CPG_MSSR := renesas,r8a779f0-cpg-mssr
+
+config DT_HAS_RENESAS_R8A779F0_CPG_MSSR_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_RENESAS_R8A779F0_CPG_MSSR))
+
+DT_COMPAT_RENESAS_RA_CLOCK_GENERATION_CIRCUIT := renesas,ra-clock-generation-circuit
+
+config DT_HAS_RENESAS_RA_CLOCK_GENERATION_CIRCUIT_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_RENESAS_RA_CLOCK_GENERATION_CIRCUIT))
+
+DT_COMPAT_RENESAS_RA_GPIO := renesas,ra-gpio
+
+config DT_HAS_RENESAS_RA_GPIO_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_RENESAS_RA_GPIO))
+
+DT_COMPAT_RENESAS_RA_INTERRUPT_CONTROLLER_UNIT := renesas,ra-interrupt-controller-unit
+
+config DT_HAS_RENESAS_RA_INTERRUPT_CONTROLLER_UNIT_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_RENESAS_RA_INTERRUPT_CONTROLLER_UNIT))
+
+DT_COMPAT_RENESAS_RA_PINCTRL := renesas,ra-pinctrl
+
+config DT_HAS_RENESAS_RA_PINCTRL_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_RENESAS_RA_PINCTRL))
+
+DT_COMPAT_RENESAS_RA_SCI := renesas,ra-sci
+
+config DT_HAS_RENESAS_RA_SCI_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_RENESAS_RA_SCI))
+
+DT_COMPAT_RENESAS_RA_UART_SCI := renesas,ra-uart-sci
+
+config DT_HAS_RENESAS_RA_UART_SCI_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_RENESAS_RA_UART_SCI))
+
+DT_COMPAT_RENESAS_RCAR_CAN := renesas,rcar-can
+
+config DT_HAS_RENESAS_RCAR_CAN_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_RENESAS_RCAR_CAN))
+
+DT_COMPAT_RENESAS_RCAR_CMT := renesas,rcar-cmt
+
+config DT_HAS_RENESAS_RCAR_CMT_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_RENESAS_RCAR_CMT))
+
+DT_COMPAT_RENESAS_RCAR_GPIO := renesas,rcar-gpio
+
+config DT_HAS_RENESAS_RCAR_GPIO_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_RENESAS_RCAR_GPIO))
+
+DT_COMPAT_RENESAS_RCAR_HSCIF := renesas,rcar-hscif
+
+config DT_HAS_RENESAS_RCAR_HSCIF_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_RENESAS_RCAR_HSCIF))
+
+DT_COMPAT_RENESAS_RCAR_I2C := renesas,rcar-i2c
+
+config DT_HAS_RENESAS_RCAR_I2C_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_RENESAS_RCAR_I2C))
+
+DT_COMPAT_RENESAS_RCAR_MMC := renesas,rcar-mmc
+
+config DT_HAS_RENESAS_RCAR_MMC_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_RENESAS_RCAR_MMC))
+
+DT_COMPAT_RENESAS_RCAR_PFC := renesas,rcar-pfc
+
+config DT_HAS_RENESAS_RCAR_PFC_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_RENESAS_RCAR_PFC))
+
+DT_COMPAT_RENESAS_RCAR_SCIF := renesas,rcar-scif
+
+config DT_HAS_RENESAS_RCAR_SCIF_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_RENESAS_RCAR_SCIF))
+
+DT_COMPAT_RENESAS_RZT2M_GPIO := renesas,rzt2m-gpio
+
+config DT_HAS_RENESAS_RZT2M_GPIO_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_RENESAS_RZT2M_GPIO))
+
+DT_COMPAT_RENESAS_RZT2M_GPIO_COMMON := renesas,rzt2m-gpio-common
+
+config DT_HAS_RENESAS_RZT2M_GPIO_COMMON_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_RENESAS_RZT2M_GPIO_COMMON))
+
+DT_COMPAT_RENESAS_RZT2M_PINCTRL := renesas,rzt2m-pinctrl
+
+config DT_HAS_RENESAS_RZT2M_PINCTRL_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_RENESAS_RZT2M_PINCTRL))
+
+DT_COMPAT_RENESAS_RZT2M_UART := renesas,rzt2m-uart
+
+config DT_HAS_RENESAS_RZT2M_UART_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_RENESAS_RZT2M_UART))
+
+DT_COMPAT_RENESAS_SMARTBOND_ADC := renesas,smartbond-adc
+
+config DT_HAS_RENESAS_SMARTBOND_ADC_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_RENESAS_SMARTBOND_ADC))
+
+DT_COMPAT_RENESAS_SMARTBOND_CRYPTO := renesas,smartbond-crypto
+
+config DT_HAS_RENESAS_SMARTBOND_CRYPTO_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_RENESAS_SMARTBOND_CRYPTO))
+
+DT_COMPAT_RENESAS_SMARTBOND_DISPLAY := renesas,smartbond-display
+
+config DT_HAS_RENESAS_SMARTBOND_DISPLAY_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_RENESAS_SMARTBOND_DISPLAY))
+
+DT_COMPAT_RENESAS_SMARTBOND_DMA := renesas,smartbond-dma
+
+config DT_HAS_RENESAS_SMARTBOND_DMA_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_RENESAS_SMARTBOND_DMA))
+
+DT_COMPAT_RENESAS_SMARTBOND_FLASH_CONTROLLER := renesas,smartbond-flash-controller
+
+config DT_HAS_RENESAS_SMARTBOND_FLASH_CONTROLLER_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_RENESAS_SMARTBOND_FLASH_CONTROLLER))
+
+DT_COMPAT_RENESAS_SMARTBOND_GPIO := renesas,smartbond-gpio
+
+config DT_HAS_RENESAS_SMARTBOND_GPIO_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_RENESAS_SMARTBOND_GPIO))
+
+DT_COMPAT_RENESAS_SMARTBOND_I2C := renesas,smartbond-i2c
+
+config DT_HAS_RENESAS_SMARTBOND_I2C_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_RENESAS_SMARTBOND_I2C))
+
+DT_COMPAT_RENESAS_SMARTBOND_LP_CLK := renesas,smartbond-lp-clk
+
+config DT_HAS_RENESAS_SMARTBOND_LP_CLK_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_RENESAS_SMARTBOND_LP_CLK))
+
+DT_COMPAT_RENESAS_SMARTBOND_LP_OSC := renesas,smartbond-lp-osc
+
+config DT_HAS_RENESAS_SMARTBOND_LP_OSC_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_RENESAS_SMARTBOND_LP_OSC))
+
+DT_COMPAT_RENESAS_SMARTBOND_MIPI_DBI := renesas,smartbond-mipi-dbi
+
+config DT_HAS_RENESAS_SMARTBOND_MIPI_DBI_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_RENESAS_SMARTBOND_MIPI_DBI))
+
+DT_COMPAT_RENESAS_SMARTBOND_NOR_PSRAM := renesas,smartbond-nor-psram
+
+config DT_HAS_RENESAS_SMARTBOND_NOR_PSRAM_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_RENESAS_SMARTBOND_NOR_PSRAM))
+
+DT_COMPAT_RENESAS_SMARTBOND_PINCTRL := renesas,smartbond-pinctrl
+
+config DT_HAS_RENESAS_SMARTBOND_PINCTRL_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_RENESAS_SMARTBOND_PINCTRL))
+
+DT_COMPAT_RENESAS_SMARTBOND_REGULATOR := renesas,smartbond-regulator
+
+config DT_HAS_RENESAS_SMARTBOND_REGULATOR_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_RENESAS_SMARTBOND_REGULATOR))
+
+DT_COMPAT_RENESAS_SMARTBOND_RTC := renesas,smartbond-rtc
+
+config DT_HAS_RENESAS_SMARTBOND_RTC_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_RENESAS_SMARTBOND_RTC))
+
+DT_COMPAT_RENESAS_SMARTBOND_SDADC := renesas,smartbond-sdadc
+
+config DT_HAS_RENESAS_SMARTBOND_SDADC_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_RENESAS_SMARTBOND_SDADC))
+
+DT_COMPAT_RENESAS_SMARTBOND_SPI := renesas,smartbond-spi
+
+config DT_HAS_RENESAS_SMARTBOND_SPI_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_RENESAS_SMARTBOND_SPI))
+
+DT_COMPAT_RENESAS_SMARTBOND_SYS_CLK := renesas,smartbond-sys-clk
+
+config DT_HAS_RENESAS_SMARTBOND_SYS_CLK_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_RENESAS_SMARTBOND_SYS_CLK))
+
+DT_COMPAT_RENESAS_SMARTBOND_TIMER := renesas,smartbond-timer
+
+config DT_HAS_RENESAS_SMARTBOND_TIMER_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_RENESAS_SMARTBOND_TIMER))
+
+DT_COMPAT_RENESAS_SMARTBOND_TRNG := renesas,smartbond-trng
+
+config DT_HAS_RENESAS_SMARTBOND_TRNG_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_RENESAS_SMARTBOND_TRNG))
+
+DT_COMPAT_RENESAS_SMARTBOND_UART := renesas,smartbond-uart
+
+config DT_HAS_RENESAS_SMARTBOND_UART_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_RENESAS_SMARTBOND_UART))
+
+DT_COMPAT_RENESAS_SMARTBOND_USBD := renesas,smartbond-usbd
+
+config DT_HAS_RENESAS_SMARTBOND_USBD_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_RENESAS_SMARTBOND_USBD))
+
+DT_COMPAT_RENESAS_SMARTBOND_WATCHDOG := renesas,smartbond-watchdog
+
+config DT_HAS_RENESAS_SMARTBOND_WATCHDOG_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_RENESAS_SMARTBOND_WATCHDOG))
+
+DT_COMPAT_RICHTEK_RT1718S := richtek,rt1718s
+
+config DT_HAS_RICHTEK_RT1718S_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_RICHTEK_RT1718S))
+
+DT_COMPAT_RICHTEK_RT1718S_GPIO_PORT := richtek,rt1718s-gpio-port
+
+config DT_HAS_RICHTEK_RT1718S_GPIO_PORT_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_RICHTEK_RT1718S_GPIO_PORT))
+
+DT_COMPAT_RISCV_CPU_INTC := riscv,cpu-intc
+
+config DT_HAS_RISCV_CPU_INTC_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_RISCV_CPU_INTC))
+
+DT_COMPAT_ROCKTECH_RK043FN02H_CT := rocktech,rk043fn02h-ct
+
+config DT_HAS_ROCKTECH_RK043FN02H_CT_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ROCKTECH_RK043FN02H_CT))
+
+DT_COMPAT_ROHM_BD8LB600FS := rohm,bd8lb600fs
+
+config DT_HAS_ROHM_BD8LB600FS_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ROHM_BD8LB600FS))
+
+DT_COMPAT_ROHM_BD8LB600FS_DIAGNOSTICS := rohm,bd8lb600fs-diagnostics
+
+config DT_HAS_ROHM_BD8LB600FS_DIAGNOSTICS_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ROHM_BD8LB600FS_DIAGNOSTICS))
+
+DT_COMPAT_ROHM_BD8LB600FS_GPIO := rohm,bd8lb600fs-gpio
+
+config DT_HAS_ROHM_BD8LB600FS_GPIO_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ROHM_BD8LB600FS_GPIO))
+
+DT_COMPAT_ROHM_BH1749 := rohm,bh1749
+
+config DT_HAS_ROHM_BH1749_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ROHM_BH1749))
+
+DT_COMPAT_ROHM_BH1750 := rohm,bh1750
+
+config DT_HAS_ROHM_BH1750_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ROHM_BH1750))
+
+DT_COMPAT_SAMPLE_CONTROLLER := sample_controller
+
+config DT_HAS_SAMPLE_CONTROLLER_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_SAMPLE_CONTROLLER))
+
+DT_COMPAT_SBS_DEFAULT_SBS_GAUGE := sbs,default-sbs-gauge
+
+config DT_HAS_SBS_DEFAULT_SBS_GAUGE_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_SBS_DEFAULT_SBS_GAUGE))
+
+DT_COMPAT_SBS_SBS_CHARGER := sbs,sbs-charger
+
+config DT_HAS_SBS_SBS_CHARGER_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_SBS_SBS_CHARGER))
+
+DT_COMPAT_SBS_SBS_GAUGE := sbs,sbs-gauge
+
+config DT_HAS_SBS_SBS_GAUGE_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_SBS_SBS_GAUGE))
+
+DT_COMPAT_SBS_SBS_GAUGE_NEW_API := sbs,sbs-gauge-new-api
+
+config DT_HAS_SBS_SBS_GAUGE_NEW_API_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_SBS_SBS_GAUGE_NEW_API))
+
+DT_COMPAT_SCIOSENSE_ENS160 := sciosense,ens160
+
+config DT_HAS_SCIOSENSE_ENS160_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_SCIOSENSE_ENS160))
+
+DT_COMPAT_SDC_RADIO_COEX_ONE_WIRE := sdc-radio-coex-one-wire
+
+config DT_HAS_SDC_RADIO_COEX_ONE_WIRE_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_SDC_RADIO_COEX_ONE_WIRE))
+
+DT_COMPAT_SEEED_GROVE_LCD_RGB := seeed,grove-lcd-rgb
+
+config DT_HAS_SEEED_GROVE_LCD_RGB_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_SEEED_GROVE_LCD_RGB))
+
+DT_COMPAT_SEEED_GROVE_LIGHT := seeed,grove-light
+
+config DT_HAS_SEEED_GROVE_LIGHT_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_SEEED_GROVE_LIGHT))
+
+DT_COMPAT_SEEED_GROVE_TEMPERATURE := seeed,grove-temperature
+
+config DT_HAS_SEEED_GROVE_TEMPERATURE_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_SEEED_GROVE_TEMPERATURE))
+
+DT_COMPAT_SEEED_HM330X := seeed,hm330x
+
+config DT_HAS_SEEED_HM330X_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_SEEED_HM330X))
+
+DT_COMPAT_SEEED_XIAO_GPIO := seeed,xiao-gpio
+
+config DT_HAS_SEEED_XIAO_GPIO_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_SEEED_XIAO_GPIO))
+
+DT_COMPAT_SEGGER_ETH_RTT := segger,eth-rtt
+
+config DT_HAS_SEGGER_ETH_RTT_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_SEGGER_ETH_RTT))
+
+DT_COMPAT_SEGGER_RTT_UART := segger,rtt-uart
+
+config DT_HAS_SEGGER_RTT_UART_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_SEGGER_RTT_UART))
+
+DT_COMPAT_SEMTECH_SX1261 := semtech,sx1261
+
+config DT_HAS_SEMTECH_SX1261_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_SEMTECH_SX1261))
+
+DT_COMPAT_SEMTECH_SX1262 := semtech,sx1262
+
+config DT_HAS_SEMTECH_SX1262_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_SEMTECH_SX1262))
+
+DT_COMPAT_SEMTECH_SX1272 := semtech,sx1272
+
+config DT_HAS_SEMTECH_SX1272_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_SEMTECH_SX1272))
+
+DT_COMPAT_SEMTECH_SX1276 := semtech,sx1276
+
+config DT_HAS_SEMTECH_SX1276_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_SEMTECH_SX1276))
+
+DT_COMPAT_SEMTECH_SX1509B := semtech,sx1509b
+
+config DT_HAS_SEMTECH_SX1509B_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_SEMTECH_SX1509B))
+
+DT_COMPAT_SEMTECH_SX9500 := semtech,sx9500
+
+config DT_HAS_SEMTECH_SX9500_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_SEMTECH_SX9500))
+
+DT_COMPAT_SENSIRION_SGP40 := sensirion,sgp40
+
+config DT_HAS_SENSIRION_SGP40_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_SENSIRION_SGP40))
+
+DT_COMPAT_SENSIRION_SHT3XD := sensirion,sht3xd
+
+config DT_HAS_SENSIRION_SHT3XD_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_SENSIRION_SHT3XD))
+
+DT_COMPAT_SENSIRION_SHT4X := sensirion,sht4x
+
+config DT_HAS_SENSIRION_SHT4X_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_SENSIRION_SHT4X))
+
+DT_COMPAT_SENSIRION_SHTCX := sensirion,shtcx
+
+config DT_HAS_SENSIRION_SHTCX_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_SENSIRION_SHTCX))
+
+DT_COMPAT_SHARED_IRQ := shared-irq
+
+config DT_HAS_SHARED_IRQ_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_SHARED_IRQ))
+
+DT_COMPAT_SHARP_LS0XX := sharp,ls0xx
+
+config DT_HAS_SHARP_LS0XX_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_SHARP_LS0XX))
+
+DT_COMPAT_SIEMENS_IVSHMEM_ETH := siemens,ivshmem-eth
+
+config DT_HAS_SIEMENS_IVSHMEM_ETH_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_SIEMENS_IVSHMEM_ETH))
+
+DT_COMPAT_SIFIVE_CLINT0 := sifive,clint0
+
+config DT_HAS_SIFIVE_CLINT0_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_SIFIVE_CLINT0))
+
+DT_COMPAT_SIFIVE_DTIM0 := sifive,dtim0
+
+config DT_HAS_SIFIVE_DTIM0_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_SIFIVE_DTIM0))
+
+DT_COMPAT_SIFIVE_E24 := sifive,e24
+
+config DT_HAS_SIFIVE_E24_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_SIFIVE_E24))
+
+DT_COMPAT_SIFIVE_E31 := sifive,e31
+
+config DT_HAS_SIFIVE_E31_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_SIFIVE_E31))
+
+DT_COMPAT_SIFIVE_E51 := sifive,e51
+
+config DT_HAS_SIFIVE_E51_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_SIFIVE_E51))
+
+DT_COMPAT_SIFIVE_FU740_C000_DDR := sifive,fu740-c000-ddr
+
+config DT_HAS_SIFIVE_FU740_C000_DDR_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_SIFIVE_FU740_C000_DDR))
+
+DT_COMPAT_SIFIVE_GPIO0 := sifive,gpio0
+
+config DT_HAS_SIFIVE_GPIO0_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_SIFIVE_GPIO0))
+
+DT_COMPAT_SIFIVE_I2C0 := sifive,i2c0
+
+config DT_HAS_SIFIVE_I2C0_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_SIFIVE_I2C0))
+
+DT_COMPAT_SIFIVE_PINCTRL := sifive,pinctrl
+
+config DT_HAS_SIFIVE_PINCTRL_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_SIFIVE_PINCTRL))
+
+DT_COMPAT_SIFIVE_PLIC_1_0_0 := sifive,plic-1.0.0
+
+config DT_HAS_SIFIVE_PLIC_1_0_0_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_SIFIVE_PLIC_1_0_0))
+
+DT_COMPAT_SIFIVE_PWM0 := sifive,pwm0
+
+config DT_HAS_SIFIVE_PWM0_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_SIFIVE_PWM0))
+
+DT_COMPAT_SIFIVE_S7 := sifive,s7
+
+config DT_HAS_SIFIVE_S7_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_SIFIVE_S7))
+
+DT_COMPAT_SIFIVE_SPI0 := sifive,spi0
+
+config DT_HAS_SIFIVE_SPI0_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_SIFIVE_SPI0))
+
+DT_COMPAT_SIFIVE_U54 := sifive,u54
+
+config DT_HAS_SIFIVE_U54_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_SIFIVE_U54))
+
+DT_COMPAT_SIFIVE_UART0 := sifive,uart0
+
+config DT_HAS_SIFIVE_UART0_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_SIFIVE_UART0))
+
+DT_COMPAT_SIFIVE_WDT := sifive,wdt
+
+config DT_HAS_SIFIVE_WDT_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_SIFIVE_WDT))
+
+DT_COMPAT_SILABS_GECKO_ADC := silabs,gecko-adc
+
+config DT_HAS_SILABS_GECKO_ADC_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_SILABS_GECKO_ADC))
+
+DT_COMPAT_SILABS_GECKO_BURTC := silabs,gecko-burtc
+
+config DT_HAS_SILABS_GECKO_BURTC_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_SILABS_GECKO_BURTC))
+
+DT_COMPAT_SILABS_GECKO_ETHERNET := silabs,gecko-ethernet
+
+config DT_HAS_SILABS_GECKO_ETHERNET_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_SILABS_GECKO_ETHERNET))
+
+DT_COMPAT_SILABS_GECKO_FLASH_CONTROLLER := silabs,gecko-flash-controller
+
+config DT_HAS_SILABS_GECKO_FLASH_CONTROLLER_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_SILABS_GECKO_FLASH_CONTROLLER))
+
+DT_COMPAT_SILABS_GECKO_GPIO := silabs,gecko-gpio
+
+config DT_HAS_SILABS_GECKO_GPIO_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_SILABS_GECKO_GPIO))
+
+DT_COMPAT_SILABS_GECKO_GPIO_PORT := silabs,gecko-gpio-port
+
+config DT_HAS_SILABS_GECKO_GPIO_PORT_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_SILABS_GECKO_GPIO_PORT))
+
+DT_COMPAT_SILABS_GECKO_I2C := silabs,gecko-i2c
+
+config DT_HAS_SILABS_GECKO_I2C_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_SILABS_GECKO_I2C))
+
+DT_COMPAT_SILABS_GECKO_IADC := silabs,gecko-iadc
+
+config DT_HAS_SILABS_GECKO_IADC_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_SILABS_GECKO_IADC))
+
+DT_COMPAT_SILABS_GECKO_LEUART := silabs,gecko-leuart
+
+config DT_HAS_SILABS_GECKO_LEUART_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_SILABS_GECKO_LEUART))
+
+DT_COMPAT_SILABS_GECKO_PINCTRL := silabs,gecko-pinctrl
+
+config DT_HAS_SILABS_GECKO_PINCTRL_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_SILABS_GECKO_PINCTRL))
+
+DT_COMPAT_SILABS_GECKO_PWM := silabs,gecko-pwm
+
+config DT_HAS_SILABS_GECKO_PWM_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_SILABS_GECKO_PWM))
+
+DT_COMPAT_SILABS_GECKO_RTCC := silabs,gecko-rtcc
+
+config DT_HAS_SILABS_GECKO_RTCC_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_SILABS_GECKO_RTCC))
+
+DT_COMPAT_SILABS_GECKO_SEMAILBOX := silabs,gecko-semailbox
+
+config DT_HAS_SILABS_GECKO_SEMAILBOX_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_SILABS_GECKO_SEMAILBOX))
+
+DT_COMPAT_SILABS_GECKO_SPI_USART := silabs,gecko-spi-usart
+
+config DT_HAS_SILABS_GECKO_SPI_USART_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_SILABS_GECKO_SPI_USART))
+
+DT_COMPAT_SILABS_GECKO_STIMER := silabs,gecko-stimer
+
+config DT_HAS_SILABS_GECKO_STIMER_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_SILABS_GECKO_STIMER))
+
+DT_COMPAT_SILABS_GECKO_TIMER := silabs,gecko-timer
+
+config DT_HAS_SILABS_GECKO_TIMER_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_SILABS_GECKO_TIMER))
+
+DT_COMPAT_SILABS_GECKO_TRNG := silabs,gecko-trng
+
+config DT_HAS_SILABS_GECKO_TRNG_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_SILABS_GECKO_TRNG))
+
+DT_COMPAT_SILABS_GECKO_UART := silabs,gecko-uart
+
+config DT_HAS_SILABS_GECKO_UART_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_SILABS_GECKO_UART))
+
+DT_COMPAT_SILABS_GECKO_USART := silabs,gecko-usart
+
+config DT_HAS_SILABS_GECKO_USART_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_SILABS_GECKO_USART))
+
+DT_COMPAT_SILABS_GECKO_WDOG := silabs,gecko-wdog
+
+config DT_HAS_SILABS_GECKO_WDOG_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_SILABS_GECKO_WDOG))
+
+DT_COMPAT_SILABS_HFXO := silabs,hfxo
+
+config DT_HAS_SILABS_HFXO_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_SILABS_HFXO))
+
+DT_COMPAT_SILABS_SI7006 := silabs,si7006
+
+config DT_HAS_SILABS_SI7006_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_SILABS_SI7006))
+
+DT_COMPAT_SILABS_SI7055 := silabs,si7055
+
+config DT_HAS_SILABS_SI7055_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_SILABS_SI7055))
+
+DT_COMPAT_SILABS_SI7060 := silabs,si7060
+
+config DT_HAS_SILABS_SI7060_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_SILABS_SI7060))
+
+DT_COMPAT_SILABS_SI7210 := silabs,si7210
+
+config DT_HAS_SILABS_SI7210_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_SILABS_SI7210))
+
+DT_COMPAT_SIMCOM_SIM7080 := simcom,sim7080
+
+config DT_HAS_SIMCOM_SIM7080_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_SIMCOM_SIM7080))
+
+DT_COMPAT_SINOWEALTH_SH1106 := sinowealth,sh1106
+
+config DT_HAS_SINOWEALTH_SH1106_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_SINOWEALTH_SH1106))
+
+DT_COMPAT_SITRONIX_CF1133 := sitronix,cf1133
+
+config DT_HAS_SITRONIX_CF1133_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_SITRONIX_CF1133))
+
+DT_COMPAT_SITRONIX_ST7735R := sitronix,st7735r
+
+config DT_HAS_SITRONIX_ST7735R_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_SITRONIX_ST7735R))
+
+DT_COMPAT_SITRONIX_ST7789V := sitronix,st7789v
+
+config DT_HAS_SITRONIX_ST7789V_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_SITRONIX_ST7789V))
+
+DT_COMPAT_SITRONIX_ST7796S := sitronix,st7796s
+
+config DT_HAS_SITRONIX_ST7796S_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_SITRONIX_ST7796S))
+
+DT_COMPAT_SKYWORKS_SKY13351 := skyworks,sky13351
+
+config DT_HAS_SKYWORKS_SKY13351_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_SKYWORKS_SKY13351))
+
+DT_COMPAT_SKYWORKS_SKY66112_11 := skyworks,sky66112-11
+
+config DT_HAS_SKYWORKS_SKY66112_11_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_SKYWORKS_SKY66112_11))
+
+DT_COMPAT_SKYWORKS_SKY66114_11 := skyworks,sky66114-11
+
+config DT_HAS_SKYWORKS_SKY66114_11_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_SKYWORKS_SKY66114_11))
+
+DT_COMPAT_SKYWORKS_SKY66403_11 := skyworks,sky66403-11
+
+config DT_HAS_SKYWORKS_SKY66403_11_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_SKYWORKS_SKY66403_11))
+
+DT_COMPAT_SKYWORKS_SKY66407_11 := skyworks,sky66407-11
+
+config DT_HAS_SKYWORKS_SKY66407_11_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_SKYWORKS_SKY66407_11))
+
+DT_COMPAT_SMSC_LAN91C111 := smsc,lan91c111
+
+config DT_HAS_SMSC_LAN91C111_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_SMSC_LAN91C111))
+
+DT_COMPAT_SMSC_LAN91C111_MDIO := smsc,lan91c111-mdio
+
+config DT_HAS_SMSC_LAN91C111_MDIO_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_SMSC_LAN91C111_MDIO))
+
+DT_COMPAT_SMSC_LAN9220 := smsc,lan9220
+
+config DT_HAS_SMSC_LAN9220_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_SMSC_LAN9220))
+
+DT_COMPAT_SNPS_ARC_IOT_SYSCONF := snps,arc-iot-sysconf
+
+config DT_HAS_SNPS_ARC_IOT_SYSCONF_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_SNPS_ARC_IOT_SYSCONF))
+
+DT_COMPAT_SNPS_ARC_TIMER := snps,arc-timer
+
+config DT_HAS_SNPS_ARC_TIMER_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_SNPS_ARC_TIMER))
+
+DT_COMPAT_SNPS_ARCEM := snps,arcem
+
+config DT_HAS_SNPS_ARCEM_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_SNPS_ARCEM))
+
+DT_COMPAT_SNPS_ARCHS_ICI := snps,archs-ici
+
+config DT_HAS_SNPS_ARCHS_ICI_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_SNPS_ARCHS_ICI))
+
+DT_COMPAT_SNPS_ARCHS_IDU_INTC := snps,archs-idu-intc
+
+config DT_HAS_SNPS_ARCHS_IDU_INTC_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_SNPS_ARCHS_IDU_INTC))
+
+DT_COMPAT_SNPS_ARCV2_INTC := snps,arcv2-intc
+
+config DT_HAS_SNPS_ARCV2_INTC_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_SNPS_ARCV2_INTC))
+
+DT_COMPAT_SNPS_CREG_GPIO := snps,creg-gpio
+
+config DT_HAS_SNPS_CREG_GPIO_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_SNPS_CREG_GPIO))
+
+DT_COMPAT_SNPS_DESIGNWARE_DMA := snps,designware-dma
+
+config DT_HAS_SNPS_DESIGNWARE_DMA_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_SNPS_DESIGNWARE_DMA))
+
+DT_COMPAT_SNPS_DESIGNWARE_ETHERNET := snps,designware-ethernet
+
+config DT_HAS_SNPS_DESIGNWARE_ETHERNET_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_SNPS_DESIGNWARE_ETHERNET))
+
+DT_COMPAT_SNPS_DESIGNWARE_GPIO := snps,designware-gpio
+
+config DT_HAS_SNPS_DESIGNWARE_GPIO_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_SNPS_DESIGNWARE_GPIO))
+
+DT_COMPAT_SNPS_DESIGNWARE_I2C := snps,designware-i2c
+
+config DT_HAS_SNPS_DESIGNWARE_I2C_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_SNPS_DESIGNWARE_I2C))
+
+DT_COMPAT_SNPS_DESIGNWARE_INTC := snps,designware-intc
+
+config DT_HAS_SNPS_DESIGNWARE_INTC_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_SNPS_DESIGNWARE_INTC))
+
+DT_COMPAT_SNPS_DESIGNWARE_SPI := snps,designware-spi
+
+config DT_HAS_SNPS_DESIGNWARE_SPI_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_SNPS_DESIGNWARE_SPI))
+
+DT_COMPAT_SNPS_DESIGNWARE_USB := snps,designware-usb
+
+config DT_HAS_SNPS_DESIGNWARE_USB_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_SNPS_DESIGNWARE_USB))
+
+DT_COMPAT_SNPS_DESIGNWARE_WATCHDOG := snps,designware-watchdog
+
+config DT_HAS_SNPS_DESIGNWARE_WATCHDOG_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_SNPS_DESIGNWARE_WATCHDOG))
+
+DT_COMPAT_SNPS_DW_TIMERS := snps,dw-timers
+
+config DT_HAS_SNPS_DW_TIMERS_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_SNPS_DW_TIMERS))
+
+DT_COMPAT_SNPS_DWC2 := snps,dwc2
+
+config DT_HAS_SNPS_DWC2_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_SNPS_DWC2))
+
+DT_COMPAT_SNPS_EMSDP_PINCTRL := snps,emsdp-pinctrl
+
+config DT_HAS_SNPS_EMSDP_PINCTRL_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_SNPS_EMSDP_PINCTRL))
+
+DT_COMPAT_SNPS_ETHERNET_CYCLONEV := snps,ethernet-cyclonev
+
+config DT_HAS_SNPS_ETHERNET_CYCLONEV_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_SNPS_ETHERNET_CYCLONEV))
+
+DT_COMPAT_SNPS_HOSTLINK_UART := snps,hostlink-uart
+
+config DT_HAS_SNPS_HOSTLINK_UART_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_SNPS_HOSTLINK_UART))
+
+DT_COMPAT_SNPS_NSIM_UART := snps,nsim-uart
+
+config DT_HAS_SNPS_NSIM_UART_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_SNPS_NSIM_UART))
+
+DT_COMPAT_SOC_NV_FLASH := soc-nv-flash
+
+config DT_HAS_SOC_NV_FLASH_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_SOC_NV_FLASH))
+
+DT_COMPAT_SOLOMON_SSD1306FB := solomon,ssd1306fb
+
+config DT_HAS_SOLOMON_SSD1306FB_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_SOLOMON_SSD1306FB))
+
+DT_COMPAT_SOLOMON_SSD1608 := solomon,ssd1608
+
+config DT_HAS_SOLOMON_SSD1608_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_SOLOMON_SSD1608))
+
+DT_COMPAT_SOLOMON_SSD1673 := solomon,ssd1673
+
+config DT_HAS_SOLOMON_SSD1673_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_SOLOMON_SSD1673))
+
+DT_COMPAT_SOLOMON_SSD1675A := solomon,ssd1675a
+
+config DT_HAS_SOLOMON_SSD1675A_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_SOLOMON_SSD1675A))
+
+DT_COMPAT_SOLOMON_SSD1680 := solomon,ssd1680
+
+config DT_HAS_SOLOMON_SSD1680_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_SOLOMON_SSD1680))
+
+DT_COMPAT_SOLOMON_SSD1681 := solomon,ssd1681
+
+config DT_HAS_SOLOMON_SSD1681_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_SOLOMON_SSD1681))
+
+DT_COMPAT_SPARKFUN_PRO_MICRO_GPIO := sparkfun,pro-micro-gpio
+
+config DT_HAS_SPARKFUN_PRO_MICRO_GPIO_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_SPARKFUN_PRO_MICRO_GPIO))
+
+DT_COMPAT_SPARKFUN_SERLCD := sparkfun,serlcd
+
+config DT_HAS_SPARKFUN_SERLCD_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_SPARKFUN_SERLCD))
+
+DT_COMPAT_SQN_GM02S := sqn,gm02s
+
+config DT_HAS_SQN_GM02S_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_SQN_GM02S))
+
+DT_COMPAT_SQN_HWSPINLOCK := sqn,hwspinlock
+
+config DT_HAS_SQN_HWSPINLOCK_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_SQN_HWSPINLOCK))
+
+DT_COMPAT_ST_DSI_LCD_QSH_030 := st,dsi-lcd-qsh-030
+
+config DT_HAS_ST_DSI_LCD_QSH_030_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ST_DSI_LCD_QSH_030))
+
+DT_COMPAT_ST_HCI_SPI_V1 := st,hci-spi-v1
+
+config DT_HAS_ST_HCI_SPI_V1_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ST_HCI_SPI_V1))
+
+DT_COMPAT_ST_HCI_SPI_V2 := st,hci-spi-v2
+
+config DT_HAS_ST_HCI_SPI_V2_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ST_HCI_SPI_V2))
+
+DT_COMPAT_ST_HTS221 := st,hts221
+
+config DT_HAS_ST_HTS221_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ST_HTS221))
+
+DT_COMPAT_ST_I3G4250D := st,i3g4250d
+
+config DT_HAS_ST_I3G4250D_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ST_I3G4250D))
+
+DT_COMPAT_ST_IIS2DH := st,iis2dh
+
+config DT_HAS_ST_IIS2DH_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ST_IIS2DH))
+
+DT_COMPAT_ST_IIS2DLPC := st,iis2dlpc
+
+config DT_HAS_ST_IIS2DLPC_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ST_IIS2DLPC))
+
+DT_COMPAT_ST_IIS2ICLX := st,iis2iclx
+
+config DT_HAS_ST_IIS2ICLX_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ST_IIS2ICLX))
+
+DT_COMPAT_ST_IIS2MDC := st,iis2mdc
+
+config DT_HAS_ST_IIS2MDC_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ST_IIS2MDC))
+
+DT_COMPAT_ST_IIS328DQ := st,iis328dq
+
+config DT_HAS_ST_IIS328DQ_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ST_IIS328DQ))
+
+DT_COMPAT_ST_IIS3DHHC := st,iis3dhhc
+
+config DT_HAS_ST_IIS3DHHC_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ST_IIS3DHHC))
+
+DT_COMPAT_ST_ISM330DHCX := st,ism330dhcx
+
+config DT_HAS_ST_ISM330DHCX_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ST_ISM330DHCX))
+
+DT_COMPAT_ST_LIS2DE12 := st,lis2de12
+
+config DT_HAS_ST_LIS2DE12_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ST_LIS2DE12))
+
+DT_COMPAT_ST_LIS2DH := st,lis2dh
+
+config DT_HAS_ST_LIS2DH_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ST_LIS2DH))
+
+DT_COMPAT_ST_LIS2DH12 := st,lis2dh12
+
+config DT_HAS_ST_LIS2DH12_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ST_LIS2DH12))
+
+DT_COMPAT_ST_LIS2DS12 := st,lis2ds12
+
+config DT_HAS_ST_LIS2DS12_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ST_LIS2DS12))
+
+DT_COMPAT_ST_LIS2DU12 := st,lis2du12
+
+config DT_HAS_ST_LIS2DU12_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ST_LIS2DU12))
+
+DT_COMPAT_ST_LIS2DUX12 := st,lis2dux12
+
+config DT_HAS_ST_LIS2DUX12_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ST_LIS2DUX12))
+
+DT_COMPAT_ST_LIS2DW12 := st,lis2dw12
+
+config DT_HAS_ST_LIS2DW12_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ST_LIS2DW12))
+
+DT_COMPAT_ST_LIS2MDL := st,lis2mdl
+
+config DT_HAS_ST_LIS2MDL_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ST_LIS2MDL))
+
+DT_COMPAT_ST_LIS3DH := st,lis3dh
+
+config DT_HAS_ST_LIS3DH_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ST_LIS3DH))
+
+DT_COMPAT_ST_LIS3MDL_MAGN := st,lis3mdl-magn
+
+config DT_HAS_ST_LIS3MDL_MAGN_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ST_LIS3MDL_MAGN))
+
+DT_COMPAT_ST_LPS22DF := st,lps22df
+
+config DT_HAS_ST_LPS22DF_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ST_LPS22DF))
+
+DT_COMPAT_ST_LPS22HB_PRESS := st,lps22hb-press
+
+config DT_HAS_ST_LPS22HB_PRESS_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ST_LPS22HB_PRESS))
+
+DT_COMPAT_ST_LPS22HH := st,lps22hh
+
+config DT_HAS_ST_LPS22HH_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ST_LPS22HH))
+
+DT_COMPAT_ST_LPS25HB_PRESS := st,lps25hb-press
+
+config DT_HAS_ST_LPS25HB_PRESS_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ST_LPS25HB_PRESS))
+
+DT_COMPAT_ST_LPS28DFW := st,lps28dfw
+
+config DT_HAS_ST_LPS28DFW_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ST_LPS28DFW))
+
+DT_COMPAT_ST_LSM303AGR_ACCEL := st,lsm303agr-accel
+
+config DT_HAS_ST_LSM303AGR_ACCEL_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ST_LSM303AGR_ACCEL))
+
+DT_COMPAT_ST_LSM303DLHC_ACCEL := st,lsm303dlhc-accel
+
+config DT_HAS_ST_LSM303DLHC_ACCEL_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ST_LSM303DLHC_ACCEL))
+
+DT_COMPAT_ST_LSM303DLHC_MAGN := st,lsm303dlhc-magn
+
+config DT_HAS_ST_LSM303DLHC_MAGN_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ST_LSM303DLHC_MAGN))
+
+DT_COMPAT_ST_LSM6DS0 := st,lsm6ds0
+
+config DT_HAS_ST_LSM6DS0_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ST_LSM6DS0))
+
+DT_COMPAT_ST_LSM6DSL := st,lsm6dsl
+
+config DT_HAS_ST_LSM6DSL_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ST_LSM6DSL))
+
+DT_COMPAT_ST_LSM6DSO := st,lsm6dso
+
+config DT_HAS_ST_LSM6DSO_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ST_LSM6DSO))
+
+DT_COMPAT_ST_LSM6DSO16IS := st,lsm6dso16is
+
+config DT_HAS_ST_LSM6DSO16IS_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ST_LSM6DSO16IS))
+
+DT_COMPAT_ST_LSM6DSO32 := st,lsm6dso32
+
+config DT_HAS_ST_LSM6DSO32_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ST_LSM6DSO32))
+
+DT_COMPAT_ST_LSM6DSV16X := st,lsm6dsv16x
+
+config DT_HAS_ST_LSM6DSV16X_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ST_LSM6DSV16X))
+
+DT_COMPAT_ST_LSM9DS0_GYRO := st,lsm9ds0-gyro
+
+config DT_HAS_ST_LSM9DS0_GYRO_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ST_LSM9DS0_GYRO))
+
+DT_COMPAT_ST_LSM9DS0_MFD := st,lsm9ds0-mfd
+
+config DT_HAS_ST_LSM9DS0_MFD_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ST_LSM9DS0_MFD))
+
+DT_COMPAT_ST_MPXXDTYY := st,mpxxdtyy
+
+config DT_HAS_ST_MPXXDTYY_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ST_MPXXDTYY))
+
+DT_COMPAT_ST_ST25R3911B := st,st25r3911b
+
+config DT_HAS_ST_ST25R3911B_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ST_ST25R3911B))
+
+DT_COMPAT_ST_STM32_ADC := st,stm32-adc
+
+config DT_HAS_ST_STM32_ADC_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ST_STM32_ADC))
+
+DT_COMPAT_ST_STM32_AES := st,stm32-aes
+
+config DT_HAS_ST_STM32_AES_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ST_STM32_AES))
+
+DT_COMPAT_ST_STM32_BACKUP_SRAM := st,stm32-backup-sram
+
+config DT_HAS_ST_STM32_BACKUP_SRAM_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ST_STM32_BACKUP_SRAM))
+
+DT_COMPAT_ST_STM32_BBRAM := st,stm32-bbram
+
+config DT_HAS_ST_STM32_BBRAM_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ST_STM32_BBRAM))
+
+DT_COMPAT_ST_STM32_BDMA := st,stm32-bdma
+
+config DT_HAS_ST_STM32_BDMA_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ST_STM32_BDMA))
+
+DT_COMPAT_ST_STM32_BXCAN := st,stm32-bxcan
+
+config DT_HAS_ST_STM32_BXCAN_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ST_STM32_BXCAN))
+
+DT_COMPAT_ST_STM32_CCM := st,stm32-ccm
+
+config DT_HAS_ST_STM32_CCM_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ST_STM32_CCM))
+
+DT_COMPAT_ST_STM32_CLOCK_MUX := st,stm32-clock-mux
+
+config DT_HAS_ST_STM32_CLOCK_MUX_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ST_STM32_CLOCK_MUX))
+
+DT_COMPAT_ST_STM32_COUNTER := st,stm32-counter
+
+config DT_HAS_ST_STM32_COUNTER_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ST_STM32_COUNTER))
+
+DT_COMPAT_ST_STM32_CRYP := st,stm32-cryp
+
+config DT_HAS_ST_STM32_CRYP_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ST_STM32_CRYP))
+
+DT_COMPAT_ST_STM32_DAC := st,stm32-dac
+
+config DT_HAS_ST_STM32_DAC_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ST_STM32_DAC))
+
+DT_COMPAT_ST_STM32_DCMI := st,stm32-dcmi
+
+config DT_HAS_ST_STM32_DCMI_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ST_STM32_DCMI))
+
+DT_COMPAT_ST_STM32_DMA := st,stm32-dma
+
+config DT_HAS_ST_STM32_DMA_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ST_STM32_DMA))
+
+DT_COMPAT_ST_STM32_DMA_V1 := st,stm32-dma-v1
+
+config DT_HAS_ST_STM32_DMA_V1_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ST_STM32_DMA_V1))
+
+DT_COMPAT_ST_STM32_DMA_V2 := st,stm32-dma-v2
+
+config DT_HAS_ST_STM32_DMA_V2_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ST_STM32_DMA_V2))
+
+DT_COMPAT_ST_STM32_DMA_V2BIS := st,stm32-dma-v2bis
+
+config DT_HAS_ST_STM32_DMA_V2BIS_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ST_STM32_DMA_V2BIS))
+
+DT_COMPAT_ST_STM32_DMAMUX := st,stm32-dmamux
+
+config DT_HAS_ST_STM32_DMAMUX_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ST_STM32_DMAMUX))
+
+DT_COMPAT_ST_STM32_EEPROM := st,stm32-eeprom
+
+config DT_HAS_ST_STM32_EEPROM_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ST_STM32_EEPROM))
+
+DT_COMPAT_ST_STM32_ETHERNET := st,stm32-ethernet
+
+config DT_HAS_ST_STM32_ETHERNET_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ST_STM32_ETHERNET))
+
+DT_COMPAT_ST_STM32_EXTI := st,stm32-exti
+
+config DT_HAS_ST_STM32_EXTI_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ST_STM32_EXTI))
+
+DT_COMPAT_ST_STM32_FDCAN := st,stm32-fdcan
+
+config DT_HAS_ST_STM32_FDCAN_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ST_STM32_FDCAN))
+
+DT_COMPAT_ST_STM32_FLASH_CONTROLLER := st,stm32-flash-controller
+
+config DT_HAS_ST_STM32_FLASH_CONTROLLER_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ST_STM32_FLASH_CONTROLLER))
+
+DT_COMPAT_ST_STM32_FMC := st,stm32-fmc
+
+config DT_HAS_ST_STM32_FMC_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ST_STM32_FMC))
+
+DT_COMPAT_ST_STM32_FMC_NOR_PSRAM := st,stm32-fmc-nor-psram
+
+config DT_HAS_ST_STM32_FMC_NOR_PSRAM_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ST_STM32_FMC_NOR_PSRAM))
+
+DT_COMPAT_ST_STM32_FMC_SDRAM := st,stm32-fmc-sdram
+
+config DT_HAS_ST_STM32_FMC_SDRAM_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ST_STM32_FMC_SDRAM))
+
+DT_COMPAT_ST_STM32_GPIO := st,stm32-gpio
+
+config DT_HAS_ST_STM32_GPIO_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ST_STM32_GPIO))
+
+DT_COMPAT_ST_STM32_HSE_CLOCK := st,stm32-hse-clock
+
+config DT_HAS_ST_STM32_HSE_CLOCK_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ST_STM32_HSE_CLOCK))
+
+DT_COMPAT_ST_STM32_HSEM_MAILBOX := st,stm32-hsem-mailbox
+
+config DT_HAS_ST_STM32_HSEM_MAILBOX_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ST_STM32_HSEM_MAILBOX))
+
+DT_COMPAT_ST_STM32_HSI48_CLOCK := st,stm32-hsi48-clock
+
+config DT_HAS_ST_STM32_HSI48_CLOCK_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ST_STM32_HSI48_CLOCK))
+
+DT_COMPAT_ST_STM32_I2C_V1 := st,stm32-i2c-v1
+
+config DT_HAS_ST_STM32_I2C_V1_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ST_STM32_I2C_V1))
+
+DT_COMPAT_ST_STM32_I2C_V2 := st,stm32-i2c-v2
+
+config DT_HAS_ST_STM32_I2C_V2_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ST_STM32_I2C_V2))
+
+DT_COMPAT_ST_STM32_I2S := st,stm32-i2s
+
+config DT_HAS_ST_STM32_I2S_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ST_STM32_I2S))
+
+DT_COMPAT_ST_STM32_IPCC_MAILBOX := st,stm32-ipcc-mailbox
+
+config DT_HAS_ST_STM32_IPCC_MAILBOX_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ST_STM32_IPCC_MAILBOX))
+
+DT_COMPAT_ST_STM32_LPTIM := st,stm32-lptim
+
+config DT_HAS_ST_STM32_LPTIM_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ST_STM32_LPTIM))
+
+DT_COMPAT_ST_STM32_LPUART := st,stm32-lpuart
+
+config DT_HAS_ST_STM32_LPUART_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ST_STM32_LPUART))
+
+DT_COMPAT_ST_STM32_LSE_CLOCK := st,stm32-lse-clock
+
+config DT_HAS_ST_STM32_LSE_CLOCK_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ST_STM32_LSE_CLOCK))
+
+DT_COMPAT_ST_STM32_LTDC := st,stm32-ltdc
+
+config DT_HAS_ST_STM32_LTDC_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ST_STM32_LTDC))
+
+DT_COMPAT_ST_STM32_MDIO := st,stm32-mdio
+
+config DT_HAS_ST_STM32_MDIO_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ST_STM32_MDIO))
+
+DT_COMPAT_ST_STM32_MIPI_DSI := st,stm32-mipi-dsi
+
+config DT_HAS_ST_STM32_MIPI_DSI_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ST_STM32_MIPI_DSI))
+
+DT_COMPAT_ST_STM32_MSI_CLOCK := st,stm32-msi-clock
+
+config DT_HAS_ST_STM32_MSI_CLOCK_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ST_STM32_MSI_CLOCK))
+
+DT_COMPAT_ST_STM32_NV_FLASH := st,stm32-nv-flash
+
+config DT_HAS_ST_STM32_NV_FLASH_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ST_STM32_NV_FLASH))
+
+DT_COMPAT_ST_STM32_OSPI := st,stm32-ospi
+
+config DT_HAS_ST_STM32_OSPI_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ST_STM32_OSPI))
+
+DT_COMPAT_ST_STM32_OSPI_NOR := st,stm32-ospi-nor
+
+config DT_HAS_ST_STM32_OSPI_NOR_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ST_STM32_OSPI_NOR))
+
+DT_COMPAT_ST_STM32_OTGFS := st,stm32-otgfs
+
+config DT_HAS_ST_STM32_OTGFS_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ST_STM32_OTGFS))
+
+DT_COMPAT_ST_STM32_OTGHS := st,stm32-otghs
+
+config DT_HAS_ST_STM32_OTGHS_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ST_STM32_OTGHS))
+
+DT_COMPAT_ST_STM32_PINCTRL := st,stm32-pinctrl
+
+config DT_HAS_ST_STM32_PINCTRL_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ST_STM32_PINCTRL))
+
+DT_COMPAT_ST_STM32_PWM := st,stm32-pwm
+
+config DT_HAS_ST_STM32_PWM_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ST_STM32_PWM))
+
+DT_COMPAT_ST_STM32_QDEC := st,stm32-qdec
+
+config DT_HAS_ST_STM32_QDEC_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ST_STM32_QDEC))
+
+DT_COMPAT_ST_STM32_QSPI := st,stm32-qspi
+
+config DT_HAS_ST_STM32_QSPI_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ST_STM32_QSPI))
+
+DT_COMPAT_ST_STM32_QSPI_NOR := st,stm32-qspi-nor
+
+config DT_HAS_ST_STM32_QSPI_NOR_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ST_STM32_QSPI_NOR))
+
+DT_COMPAT_ST_STM32_RCC := st,stm32-rcc
+
+config DT_HAS_ST_STM32_RCC_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ST_STM32_RCC))
+
+DT_COMPAT_ST_STM32_RCC_RCTL := st,stm32-rcc-rctl
+
+config DT_HAS_ST_STM32_RCC_RCTL_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ST_STM32_RCC_RCTL))
+
+DT_COMPAT_ST_STM32_RNG := st,stm32-rng
+
+config DT_HAS_ST_STM32_RNG_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ST_STM32_RNG))
+
+DT_COMPAT_ST_STM32_RTC := st,stm32-rtc
+
+config DT_HAS_ST_STM32_RTC_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ST_STM32_RTC))
+
+DT_COMPAT_ST_STM32_SDMMC := st,stm32-sdmmc
+
+config DT_HAS_ST_STM32_SDMMC_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ST_STM32_SDMMC))
+
+DT_COMPAT_ST_STM32_SMBUS := st,stm32-smbus
+
+config DT_HAS_ST_STM32_SMBUS_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ST_STM32_SMBUS))
+
+DT_COMPAT_ST_STM32_SPI := st,stm32-spi
+
+config DT_HAS_ST_STM32_SPI_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ST_STM32_SPI))
+
+DT_COMPAT_ST_STM32_SPI_FIFO := st,stm32-spi-fifo
+
+config DT_HAS_ST_STM32_SPI_FIFO_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ST_STM32_SPI_FIFO))
+
+DT_COMPAT_ST_STM32_SPI_HOST_CMD := st,stm32-spi-host-cmd
+
+config DT_HAS_ST_STM32_SPI_HOST_CMD_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ST_STM32_SPI_HOST_CMD))
+
+DT_COMPAT_ST_STM32_SPI_SUBGHZ := st,stm32-spi-subghz
+
+config DT_HAS_ST_STM32_SPI_SUBGHZ_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ST_STM32_SPI_SUBGHZ))
+
+DT_COMPAT_ST_STM32_TEMP := st,stm32-temp
+
+config DT_HAS_ST_STM32_TEMP_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ST_STM32_TEMP))
+
+DT_COMPAT_ST_STM32_TEMP_CAL := st,stm32-temp-cal
+
+config DT_HAS_ST_STM32_TEMP_CAL_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ST_STM32_TEMP_CAL))
+
+DT_COMPAT_ST_STM32_TIMERS := st,stm32-timers
+
+config DT_HAS_ST_STM32_TIMERS_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ST_STM32_TIMERS))
+
+DT_COMPAT_ST_STM32_UART := st,stm32-uart
+
+config DT_HAS_ST_STM32_UART_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ST_STM32_UART))
+
+DT_COMPAT_ST_STM32_UCPD := st,stm32-ucpd
+
+config DT_HAS_ST_STM32_UCPD_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ST_STM32_UCPD))
+
+DT_COMPAT_ST_STM32_USART := st,stm32-usart
+
+config DT_HAS_ST_STM32_USART_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ST_STM32_USART))
+
+DT_COMPAT_ST_STM32_USB := st,stm32-usb
+
+config DT_HAS_ST_STM32_USB_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ST_STM32_USB))
+
+DT_COMPAT_ST_STM32_USBPHYC := st,stm32-usbphyc
+
+config DT_HAS_ST_STM32_USBPHYC_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ST_STM32_USBPHYC))
+
+DT_COMPAT_ST_STM32_VBAT := st,stm32-vbat
+
+config DT_HAS_ST_STM32_VBAT_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ST_STM32_VBAT))
+
+DT_COMPAT_ST_STM32_VREF := st,stm32-vref
+
+config DT_HAS_ST_STM32_VREF_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ST_STM32_VREF))
+
+DT_COMPAT_ST_STM32_WATCHDOG := st,stm32-watchdog
+
+config DT_HAS_ST_STM32_WATCHDOG_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ST_STM32_WATCHDOG))
+
+DT_COMPAT_ST_STM32_WINDOW_WATCHDOG := st,stm32-window-watchdog
+
+config DT_HAS_ST_STM32_WINDOW_WATCHDOG_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ST_STM32_WINDOW_WATCHDOG))
+
+DT_COMPAT_ST_STM32_XSPI := st,stm32-xspi
+
+config DT_HAS_ST_STM32_XSPI_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ST_STM32_XSPI))
+
+DT_COMPAT_ST_STM32_XSPI_NOR := st,stm32-xspi-nor
+
+config DT_HAS_ST_STM32_XSPI_NOR_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ST_STM32_XSPI_NOR))
+
+DT_COMPAT_ST_STM32C0_HSI_CLOCK := st,stm32c0-hsi-clock
+
+config DT_HAS_ST_STM32C0_HSI_CLOCK_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ST_STM32C0_HSI_CLOCK))
+
+DT_COMPAT_ST_STM32C0_TEMP_CAL := st,stm32c0-temp-cal
+
+config DT_HAS_ST_STM32C0_TEMP_CAL_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ST_STM32C0_TEMP_CAL))
+
+DT_COMPAT_ST_STM32F0_PLL_CLOCK := st,stm32f0-pll-clock
+
+config DT_HAS_ST_STM32F0_PLL_CLOCK_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ST_STM32F0_PLL_CLOCK))
+
+DT_COMPAT_ST_STM32F0_RCC := st,stm32f0-rcc
+
+config DT_HAS_ST_STM32F0_RCC_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ST_STM32F0_RCC))
+
+DT_COMPAT_ST_STM32F1_ADC := st,stm32f1-adc
+
+config DT_HAS_ST_STM32F1_ADC_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ST_STM32F1_ADC))
+
+DT_COMPAT_ST_STM32F1_FLASH_CONTROLLER := st,stm32f1-flash-controller
+
+config DT_HAS_ST_STM32F1_FLASH_CONTROLLER_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ST_STM32F1_FLASH_CONTROLLER))
+
+DT_COMPAT_ST_STM32F1_PINCTRL := st,stm32f1-pinctrl
+
+config DT_HAS_ST_STM32F1_PINCTRL_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ST_STM32F1_PINCTRL))
+
+DT_COMPAT_ST_STM32F1_PLL_CLOCK := st,stm32f1-pll-clock
+
+config DT_HAS_ST_STM32F1_PLL_CLOCK_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ST_STM32F1_PLL_CLOCK))
+
+DT_COMPAT_ST_STM32F1_RCC := st,stm32f1-rcc
+
+config DT_HAS_ST_STM32F1_RCC_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ST_STM32F1_RCC))
+
+DT_COMPAT_ST_STM32F100_PLL_CLOCK := st,stm32f100-pll-clock
+
+config DT_HAS_ST_STM32F100_PLL_CLOCK_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ST_STM32F100_PLL_CLOCK))
+
+DT_COMPAT_ST_STM32F105_PLL_CLOCK := st,stm32f105-pll-clock
+
+config DT_HAS_ST_STM32F105_PLL_CLOCK_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ST_STM32F105_PLL_CLOCK))
+
+DT_COMPAT_ST_STM32F105_PLL2_CLOCK := st,stm32f105-pll2-clock
+
+config DT_HAS_ST_STM32F105_PLL2_CLOCK_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ST_STM32F105_PLL2_CLOCK))
+
+DT_COMPAT_ST_STM32F2_FLASH_CONTROLLER := st,stm32f2-flash-controller
+
+config DT_HAS_ST_STM32F2_FLASH_CONTROLLER_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ST_STM32F2_FLASH_CONTROLLER))
+
+DT_COMPAT_ST_STM32F2_PLL_CLOCK := st,stm32f2-pll-clock
+
+config DT_HAS_ST_STM32F2_PLL_CLOCK_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ST_STM32F2_PLL_CLOCK))
+
+DT_COMPAT_ST_STM32F3_RCC := st,stm32f3-rcc
+
+config DT_HAS_ST_STM32F3_RCC_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ST_STM32F3_RCC))
+
+DT_COMPAT_ST_STM32F4_ADC := st,stm32f4-adc
+
+config DT_HAS_ST_STM32F4_ADC_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ST_STM32F4_ADC))
+
+DT_COMPAT_ST_STM32F4_FLASH_CONTROLLER := st,stm32f4-flash-controller
+
+config DT_HAS_ST_STM32F4_FLASH_CONTROLLER_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ST_STM32F4_FLASH_CONTROLLER))
+
+DT_COMPAT_ST_STM32F4_FSOTG := st,stm32f4-fsotg
+
+config DT_HAS_ST_STM32F4_FSOTG_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ST_STM32F4_FSOTG))
+
+DT_COMPAT_ST_STM32F4_NV_FLASH := st,stm32f4-nv-flash
+
+config DT_HAS_ST_STM32F4_NV_FLASH_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ST_STM32F4_NV_FLASH))
+
+DT_COMPAT_ST_STM32F4_PLL_CLOCK := st,stm32f4-pll-clock
+
+config DT_HAS_ST_STM32F4_PLL_CLOCK_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ST_STM32F4_PLL_CLOCK))
+
+DT_COMPAT_ST_STM32F4_PLLI2S_CLOCK := st,stm32f4-plli2s-clock
+
+config DT_HAS_ST_STM32F4_PLLI2S_CLOCK_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ST_STM32F4_PLLI2S_CLOCK))
+
+DT_COMPAT_ST_STM32F412_PLLI2S_CLOCK := st,stm32f412-plli2s-clock
+
+config DT_HAS_ST_STM32F412_PLLI2S_CLOCK_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ST_STM32F412_PLLI2S_CLOCK))
+
+DT_COMPAT_ST_STM32F7_FLASH_CONTROLLER := st,stm32f7-flash-controller
+
+config DT_HAS_ST_STM32F7_FLASH_CONTROLLER_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ST_STM32F7_FLASH_CONTROLLER))
+
+DT_COMPAT_ST_STM32F7_PLL_CLOCK := st,stm32f7-pll-clock
+
+config DT_HAS_ST_STM32F7_PLL_CLOCK_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ST_STM32F7_PLL_CLOCK))
+
+DT_COMPAT_ST_STM32G0_EXTI := st,stm32g0-exti
+
+config DT_HAS_ST_STM32G0_EXTI_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ST_STM32G0_EXTI))
+
+DT_COMPAT_ST_STM32G0_FLASH_CONTROLLER := st,stm32g0-flash-controller
+
+config DT_HAS_ST_STM32G0_FLASH_CONTROLLER_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ST_STM32G0_FLASH_CONTROLLER))
+
+DT_COMPAT_ST_STM32G0_HSI_CLOCK := st,stm32g0-hsi-clock
+
+config DT_HAS_ST_STM32G0_HSI_CLOCK_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ST_STM32G0_HSI_CLOCK))
+
+DT_COMPAT_ST_STM32G0_PLL_CLOCK := st,stm32g0-pll-clock
+
+config DT_HAS_ST_STM32G0_PLL_CLOCK_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ST_STM32G0_PLL_CLOCK))
+
+DT_COMPAT_ST_STM32G4_FLASH_CONTROLLER := st,stm32g4-flash-controller
+
+config DT_HAS_ST_STM32G4_FLASH_CONTROLLER_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ST_STM32G4_FLASH_CONTROLLER))
+
+DT_COMPAT_ST_STM32G4_PLL_CLOCK := st,stm32g4-pll-clock
+
+config DT_HAS_ST_STM32G4_PLL_CLOCK_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ST_STM32G4_PLL_CLOCK))
+
+DT_COMPAT_ST_STM32H7_FDCAN := st,stm32h7-fdcan
+
+config DT_HAS_ST_STM32H7_FDCAN_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ST_STM32H7_FDCAN))
+
+DT_COMPAT_ST_STM32H7_FLASH_CONTROLLER := st,stm32h7-flash-controller
+
+config DT_HAS_ST_STM32H7_FLASH_CONTROLLER_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ST_STM32H7_FLASH_CONTROLLER))
+
+DT_COMPAT_ST_STM32H7_FMC := st,stm32h7-fmc
+
+config DT_HAS_ST_STM32H7_FMC_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ST_STM32H7_FMC))
+
+DT_COMPAT_ST_STM32H7_HSI_CLOCK := st,stm32h7-hsi-clock
+
+config DT_HAS_ST_STM32H7_HSI_CLOCK_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ST_STM32H7_HSI_CLOCK))
+
+DT_COMPAT_ST_STM32H7_I2S := st,stm32h7-i2s
+
+config DT_HAS_ST_STM32H7_I2S_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ST_STM32H7_I2S))
+
+DT_COMPAT_ST_STM32H7_PLL_CLOCK := st,stm32h7-pll-clock
+
+config DT_HAS_ST_STM32H7_PLL_CLOCK_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ST_STM32H7_PLL_CLOCK))
+
+DT_COMPAT_ST_STM32H7_RCC := st,stm32h7-rcc
+
+config DT_HAS_ST_STM32H7_RCC_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ST_STM32H7_RCC))
+
+DT_COMPAT_ST_STM32H7_SPI := st,stm32h7-spi
+
+config DT_HAS_ST_STM32H7_SPI_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ST_STM32H7_SPI))
+
+DT_COMPAT_ST_STM32L0_MSI_CLOCK := st,stm32l0-msi-clock
+
+config DT_HAS_ST_STM32L0_MSI_CLOCK_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ST_STM32L0_MSI_CLOCK))
+
+DT_COMPAT_ST_STM32L0_NV_FLASH := st,stm32l0-nv-flash
+
+config DT_HAS_ST_STM32L0_NV_FLASH_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ST_STM32L0_NV_FLASH))
+
+DT_COMPAT_ST_STM32L0_PLL_CLOCK := st,stm32l0-pll-clock
+
+config DT_HAS_ST_STM32L0_PLL_CLOCK_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ST_STM32L0_PLL_CLOCK))
+
+DT_COMPAT_ST_STM32L4_FLASH_CONTROLLER := st,stm32l4-flash-controller
+
+config DT_HAS_ST_STM32L4_FLASH_CONTROLLER_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ST_STM32L4_FLASH_CONTROLLER))
+
+DT_COMPAT_ST_STM32L4_PLL_CLOCK := st,stm32l4-pll-clock
+
+config DT_HAS_ST_STM32L4_PLL_CLOCK_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ST_STM32L4_PLL_CLOCK))
+
+DT_COMPAT_ST_STM32L5_FLASH_CONTROLLER := st,stm32l5-flash-controller
+
+config DT_HAS_ST_STM32L5_FLASH_CONTROLLER_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ST_STM32L5_FLASH_CONTROLLER))
+
+DT_COMPAT_ST_STM32MP1_RCC := st,stm32mp1-rcc
+
+config DT_HAS_ST_STM32MP1_RCC_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ST_STM32MP1_RCC))
+
+DT_COMPAT_ST_STM32U5_DMA := st,stm32u5-dma
+
+config DT_HAS_ST_STM32U5_DMA_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ST_STM32U5_DMA))
+
+DT_COMPAT_ST_STM32U5_MSI_CLOCK := st,stm32u5-msi-clock
+
+config DT_HAS_ST_STM32U5_MSI_CLOCK_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ST_STM32U5_MSI_CLOCK))
+
+DT_COMPAT_ST_STM32U5_PLL_CLOCK := st,stm32u5-pll-clock
+
+config DT_HAS_ST_STM32U5_PLL_CLOCK_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ST_STM32U5_PLL_CLOCK))
+
+DT_COMPAT_ST_STM32U5_RCC := st,stm32u5-rcc
+
+config DT_HAS_ST_STM32U5_RCC_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ST_STM32U5_RCC))
+
+DT_COMPAT_ST_STM32WB_FLASH_CONTROLLER := st,stm32wb-flash-controller
+
+config DT_HAS_ST_STM32WB_FLASH_CONTROLLER_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ST_STM32WB_FLASH_CONTROLLER))
+
+DT_COMPAT_ST_STM32WB_PLL_CLOCK := st,stm32wb-pll-clock
+
+config DT_HAS_ST_STM32WB_PLL_CLOCK_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ST_STM32WB_PLL_CLOCK))
+
+DT_COMPAT_ST_STM32WB_RCC := st,stm32wb-rcc
+
+config DT_HAS_ST_STM32WB_RCC_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ST_STM32WB_RCC))
+
+DT_COMPAT_ST_STM32WB_RF := st,stm32wb-rf
+
+config DT_HAS_ST_STM32WB_RF_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ST_STM32WB_RF))
+
+DT_COMPAT_ST_STM32WBA_FLASH_CONTROLLER := st,stm32wba-flash-controller
+
+config DT_HAS_ST_STM32WBA_FLASH_CONTROLLER_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ST_STM32WBA_FLASH_CONTROLLER))
+
+DT_COMPAT_ST_STM32WBA_HSE_CLOCK := st,stm32wba-hse-clock
+
+config DT_HAS_ST_STM32WBA_HSE_CLOCK_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ST_STM32WBA_HSE_CLOCK))
+
+DT_COMPAT_ST_STM32WBA_PLL_CLOCK := st,stm32wba-pll-clock
+
+config DT_HAS_ST_STM32WBA_PLL_CLOCK_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ST_STM32WBA_PLL_CLOCK))
+
+DT_COMPAT_ST_STM32WBA_RCC := st,stm32wba-rcc
+
+config DT_HAS_ST_STM32WBA_RCC_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ST_STM32WBA_RCC))
+
+DT_COMPAT_ST_STM32WL_HSE_CLOCK := st,stm32wl-hse-clock
+
+config DT_HAS_ST_STM32WL_HSE_CLOCK_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ST_STM32WL_HSE_CLOCK))
+
+DT_COMPAT_ST_STM32WL_RCC := st,stm32wl-rcc
+
+config DT_HAS_ST_STM32WL_RCC_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ST_STM32WL_RCC))
+
+DT_COMPAT_ST_STM32WL_SUBGHZ_RADIO := st,stm32wl-subghz-radio
+
+config DT_HAS_ST_STM32WL_SUBGHZ_RADIO_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ST_STM32WL_SUBGHZ_RADIO))
+
+DT_COMPAT_ST_STMPE1600 := st,stmpe1600
+
+config DT_HAS_ST_STMPE1600_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ST_STMPE1600))
+
+DT_COMPAT_ST_STMPE811 := st,stmpe811
+
+config DT_HAS_ST_STMPE811_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ST_STMPE811))
+
+DT_COMPAT_ST_STTS22H := st,stts22h
+
+config DT_HAS_ST_STTS22H_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ST_STTS22H))
+
+DT_COMPAT_ST_STTS751 := st,stts751
+
+config DT_HAS_ST_STTS751_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ST_STTS751))
+
+DT_COMPAT_ST_VL53L0X := st,vl53l0x
+
+config DT_HAS_ST_VL53L0X_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ST_VL53L0X))
+
+DT_COMPAT_ST_VL53L1X := st,vl53l1x
+
+config DT_HAS_ST_VL53L1X_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ST_VL53L1X))
+
+DT_COMPAT_ST_MORPHO_HEADER := st-morpho-header
+
+config DT_HAS_ST_MORPHO_HEADER_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ST_MORPHO_HEADER))
+
+DT_COMPAT_STARFIVE_JH7100_CLINT := starfive,jh7100-clint
+
+config DT_HAS_STARFIVE_JH7100_CLINT_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_STARFIVE_JH7100_CLINT))
+
+DT_COMPAT_SWERV_PIC := swerv,pic
+
+config DT_HAS_SWERV_PIC_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_SWERV_PIC))
+
+DT_COMPAT_SWIR_HL7800 := swir,hl7800
+
+config DT_HAS_SWIR_HL7800_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_SWIR_HL7800))
+
+DT_COMPAT_SWJ_CONNECTOR := swj-connector
+
+config DT_HAS_SWJ_CONNECTOR_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_SWJ_CONNECTOR))
+
+DT_COMPAT_SYSCON := syscon
+
+config DT_HAS_SYSCON_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_SYSCON))
+
+DT_COMPAT_TDK_NTCG163JF103FT1 := tdk,ntcg163jf103ft1
+
+config DT_HAS_TDK_NTCG163JF103FT1_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_TDK_NTCG163JF103FT1))
+
+DT_COMPAT_TELINK_B91 := telink,b91
+
+config DT_HAS_TELINK_B91_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_TELINK_B91))
+
+DT_COMPAT_TELINK_B91_ADC := telink,b91-adc
+
+config DT_HAS_TELINK_B91_ADC_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_TELINK_B91_ADC))
+
+DT_COMPAT_TELINK_B91_FLASH_CONTROLLER := telink,b91-flash-controller
+
+config DT_HAS_TELINK_B91_FLASH_CONTROLLER_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_TELINK_B91_FLASH_CONTROLLER))
+
+DT_COMPAT_TELINK_B91_GPIO := telink,b91-gpio
+
+config DT_HAS_TELINK_B91_GPIO_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_TELINK_B91_GPIO))
+
+DT_COMPAT_TELINK_B91_I2C := telink,b91-i2c
+
+config DT_HAS_TELINK_B91_I2C_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_TELINK_B91_I2C))
+
+DT_COMPAT_TELINK_B91_PINCTRL := telink,b91-pinctrl
+
+config DT_HAS_TELINK_B91_PINCTRL_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_TELINK_B91_PINCTRL))
+
+DT_COMPAT_TELINK_B91_POWER := telink,b91-power
+
+config DT_HAS_TELINK_B91_POWER_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_TELINK_B91_POWER))
+
+DT_COMPAT_TELINK_B91_PWM := telink,b91-pwm
+
+config DT_HAS_TELINK_B91_PWM_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_TELINK_B91_PWM))
+
+DT_COMPAT_TELINK_B91_SPI := telink,b91-spi
+
+config DT_HAS_TELINK_B91_SPI_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_TELINK_B91_SPI))
+
+DT_COMPAT_TELINK_B91_TRNG := telink,b91-trng
+
+config DT_HAS_TELINK_B91_TRNG_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_TELINK_B91_TRNG))
+
+DT_COMPAT_TELINK_B91_UART := telink,b91-uart
+
+config DT_HAS_TELINK_B91_UART_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_TELINK_B91_UART))
+
+DT_COMPAT_TELINK_B91_ZB := telink,b91-zb
+
+config DT_HAS_TELINK_B91_ZB_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_TELINK_B91_ZB))
+
+DT_COMPAT_TELINK_MACHINE_TIMER := telink,machine-timer
+
+config DT_HAS_TELINK_MACHINE_TIMER_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_TELINK_MACHINE_TIMER))
+
+DT_COMPAT_TELIT_ME910G1 := telit,me910g1
+
+config DT_HAS_TELIT_ME910G1_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_TELIT_ME910G1))
+
+DT_COMPAT_TEST_GPIO_ENABLE_DISABLE_INTERRUPT := test-gpio-enable-disable-interrupt
+
+config DT_HAS_TEST_GPIO_ENABLE_DISABLE_INTERRUPT_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_TEST_GPIO_ENABLE_DISABLE_INTERRUPT))
+
+DT_COMPAT_TI_ADS1013 := ti,ads1013
+
+config DT_HAS_TI_ADS1013_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_TI_ADS1013))
+
+DT_COMPAT_TI_ADS1014 := ti,ads1014
+
+config DT_HAS_TI_ADS1014_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_TI_ADS1014))
+
+DT_COMPAT_TI_ADS1015 := ti,ads1015
+
+config DT_HAS_TI_ADS1015_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_TI_ADS1015))
+
+DT_COMPAT_TI_ADS1112 := ti,ads1112
+
+config DT_HAS_TI_ADS1112_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_TI_ADS1112))
+
+DT_COMPAT_TI_ADS1113 := ti,ads1113
+
+config DT_HAS_TI_ADS1113_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_TI_ADS1113))
+
+DT_COMPAT_TI_ADS1114 := ti,ads1114
+
+config DT_HAS_TI_ADS1114_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_TI_ADS1114))
+
+DT_COMPAT_TI_ADS1115 := ti,ads1115
+
+config DT_HAS_TI_ADS1115_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_TI_ADS1115))
+
+DT_COMPAT_TI_ADS1119 := ti,ads1119
+
+config DT_HAS_TI_ADS1119_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_TI_ADS1119))
+
+DT_COMPAT_TI_ADS114S08 := ti,ads114s08
+
+config DT_HAS_TI_ADS114S08_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_TI_ADS114S08))
+
+DT_COMPAT_TI_ADS114S0X_GPIO := ti,ads114s0x-gpio
+
+config DT_HAS_TI_ADS114S0X_GPIO_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_TI_ADS114S0X_GPIO))
+
+DT_COMPAT_TI_ADS7052 := ti,ads7052
+
+config DT_HAS_TI_ADS7052_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_TI_ADS7052))
+
+DT_COMPAT_TI_BOOSTERPACK_HEADER := ti,boosterpack-header
+
+config DT_HAS_TI_BOOSTERPACK_HEADER_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_TI_BOOSTERPACK_HEADER))
+
+DT_COMPAT_TI_BQ24190 := ti,bq24190
+
+config DT_HAS_TI_BQ24190_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_TI_BQ24190))
+
+DT_COMPAT_TI_BQ25180 := ti,bq25180
+
+config DT_HAS_TI_BQ25180_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_TI_BQ25180))
+
+DT_COMPAT_TI_BQ274XX := ti,bq274xx
+
+config DT_HAS_TI_BQ274XX_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_TI_BQ274XX))
+
+DT_COMPAT_TI_BQ27Z746 := ti,bq27z746
+
+config DT_HAS_TI_BQ27Z746_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_TI_BQ27Z746))
+
+DT_COMPAT_TI_CC1200 := ti,cc1200
+
+config DT_HAS_TI_CC1200_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_TI_CC1200))
+
+DT_COMPAT_TI_CC13XX_CC26XX_ADC := ti,cc13xx-cc26xx-adc
+
+config DT_HAS_TI_CC13XX_CC26XX_ADC_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_TI_CC13XX_CC26XX_ADC))
+
+DT_COMPAT_TI_CC13XX_CC26XX_FLASH_CONTROLLER := ti,cc13xx-cc26xx-flash-controller
+
+config DT_HAS_TI_CC13XX_CC26XX_FLASH_CONTROLLER_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_TI_CC13XX_CC26XX_FLASH_CONTROLLER))
+
+DT_COMPAT_TI_CC13XX_CC26XX_GPIO := ti,cc13xx-cc26xx-gpio
+
+config DT_HAS_TI_CC13XX_CC26XX_GPIO_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_TI_CC13XX_CC26XX_GPIO))
+
+DT_COMPAT_TI_CC13XX_CC26XX_I2C := ti,cc13xx-cc26xx-i2c
+
+config DT_HAS_TI_CC13XX_CC26XX_I2C_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_TI_CC13XX_CC26XX_I2C))
+
+DT_COMPAT_TI_CC13XX_CC26XX_IEEE802154 := ti,cc13xx-cc26xx-ieee802154
+
+config DT_HAS_TI_CC13XX_CC26XX_IEEE802154_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_TI_CC13XX_CC26XX_IEEE802154))
+
+DT_COMPAT_TI_CC13XX_CC26XX_IEEE802154_SUBGHZ := ti,cc13xx-cc26xx-ieee802154-subghz
+
+config DT_HAS_TI_CC13XX_CC26XX_IEEE802154_SUBGHZ_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_TI_CC13XX_CC26XX_IEEE802154_SUBGHZ))
+
+DT_COMPAT_TI_CC13XX_CC26XX_PINCTRL := ti,cc13xx-cc26xx-pinctrl
+
+config DT_HAS_TI_CC13XX_CC26XX_PINCTRL_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_TI_CC13XX_CC26XX_PINCTRL))
+
+DT_COMPAT_TI_CC13XX_CC26XX_RADIO := ti,cc13xx-cc26xx-radio
+
+config DT_HAS_TI_CC13XX_CC26XX_RADIO_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_TI_CC13XX_CC26XX_RADIO))
+
+DT_COMPAT_TI_CC13XX_CC26XX_RTC_TIMER := ti,cc13xx-cc26xx-rtc-timer
+
+config DT_HAS_TI_CC13XX_CC26XX_RTC_TIMER_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_TI_CC13XX_CC26XX_RTC_TIMER))
+
+DT_COMPAT_TI_CC13XX_CC26XX_SPI := ti,cc13xx-cc26xx-spi
+
+config DT_HAS_TI_CC13XX_CC26XX_SPI_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_TI_CC13XX_CC26XX_SPI))
+
+DT_COMPAT_TI_CC13XX_CC26XX_TIMER := ti,cc13xx-cc26xx-timer
+
+config DT_HAS_TI_CC13XX_CC26XX_TIMER_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_TI_CC13XX_CC26XX_TIMER))
+
+DT_COMPAT_TI_CC13XX_CC26XX_TIMER_PWM := ti,cc13xx-cc26xx-timer-pwm
+
+config DT_HAS_TI_CC13XX_CC26XX_TIMER_PWM_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_TI_CC13XX_CC26XX_TIMER_PWM))
+
+DT_COMPAT_TI_CC13XX_CC26XX_TRNG := ti,cc13xx-cc26xx-trng
+
+config DT_HAS_TI_CC13XX_CC26XX_TRNG_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_TI_CC13XX_CC26XX_TRNG))
+
+DT_COMPAT_TI_CC13XX_CC26XX_UART := ti,cc13xx-cc26xx-uart
+
+config DT_HAS_TI_CC13XX_CC26XX_UART_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_TI_CC13XX_CC26XX_UART))
+
+DT_COMPAT_TI_CC13XX_CC26XX_WATCHDOG := ti,cc13xx-cc26xx-watchdog
+
+config DT_HAS_TI_CC13XX_CC26XX_WATCHDOG_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_TI_CC13XX_CC26XX_WATCHDOG))
+
+DT_COMPAT_TI_CC2520 := ti,cc2520
+
+config DT_HAS_TI_CC2520_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_TI_CC2520))
+
+DT_COMPAT_TI_CC32XX_ADC := ti,cc32xx-adc
+
+config DT_HAS_TI_CC32XX_ADC_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_TI_CC32XX_ADC))
+
+DT_COMPAT_TI_CC32XX_GPIO := ti,cc32xx-gpio
+
+config DT_HAS_TI_CC32XX_GPIO_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_TI_CC32XX_GPIO))
+
+DT_COMPAT_TI_CC32XX_I2C := ti,cc32xx-i2c
+
+config DT_HAS_TI_CC32XX_I2C_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_TI_CC32XX_I2C))
+
+DT_COMPAT_TI_CC32XX_PINCTRL := ti,cc32xx-pinctrl
+
+config DT_HAS_TI_CC32XX_PINCTRL_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_TI_CC32XX_PINCTRL))
+
+DT_COMPAT_TI_CC32XX_UART := ti,cc32xx-uart
+
+config DT_HAS_TI_CC32XX_UART_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_TI_CC32XX_UART))
+
+DT_COMPAT_TI_CC32XX_WATCHDOG := ti,cc32xx-watchdog
+
+config DT_HAS_TI_CC32XX_WATCHDOG_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_TI_CC32XX_WATCHDOG))
+
+DT_COMPAT_TI_DAC43608 := ti,dac43608
+
+config DT_HAS_TI_DAC43608_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_TI_DAC43608))
+
+DT_COMPAT_TI_DAC53608 := ti,dac53608
+
+config DT_HAS_TI_DAC53608_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_TI_DAC53608))
+
+DT_COMPAT_TI_DAC60508 := ti,dac60508
+
+config DT_HAS_TI_DAC60508_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_TI_DAC60508))
+
+DT_COMPAT_TI_DAC70508 := ti,dac70508
+
+config DT_HAS_TI_DAC70508_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_TI_DAC70508))
+
+DT_COMPAT_TI_DAC80508 := ti,dac80508
+
+config DT_HAS_TI_DAC80508_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_TI_DAC80508))
+
+DT_COMPAT_TI_DACX0501 := ti,dacx0501
+
+config DT_HAS_TI_DACX0501_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_TI_DACX0501))
+
+DT_COMPAT_TI_DAVINCI_GPIO := ti,davinci-gpio
+
+config DT_HAS_TI_DAVINCI_GPIO_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_TI_DAVINCI_GPIO))
+
+DT_COMPAT_TI_DAVINCI_GPIO_NEXUS := ti,davinci-gpio-nexus
+
+config DT_HAS_TI_DAVINCI_GPIO_NEXUS_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_TI_DAVINCI_GPIO_NEXUS))
+
+DT_COMPAT_TI_FDC2X1X := ti,fdc2x1x
+
+config DT_HAS_TI_FDC2X1X_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_TI_FDC2X1X))
+
+DT_COMPAT_TI_HDC := ti,hdc
+
+config DT_HAS_TI_HDC_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_TI_HDC))
+
+DT_COMPAT_TI_HDC2010 := ti,hdc2010
+
+config DT_HAS_TI_HDC2010_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_TI_HDC2010))
+
+DT_COMPAT_TI_HDC2021 := ti,hdc2021
+
+config DT_HAS_TI_HDC2021_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_TI_HDC2021))
+
+DT_COMPAT_TI_HDC2022 := ti,hdc2022
+
+config DT_HAS_TI_HDC2022_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_TI_HDC2022))
+
+DT_COMPAT_TI_HDC2080 := ti,hdc2080
+
+config DT_HAS_TI_HDC2080_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_TI_HDC2080))
+
+DT_COMPAT_TI_HDC20XX := ti,hdc20xx
+
+config DT_HAS_TI_HDC20XX_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_TI_HDC20XX))
+
+DT_COMPAT_TI_INA219 := ti,ina219
+
+config DT_HAS_TI_INA219_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_TI_INA219))
+
+DT_COMPAT_TI_INA226 := ti,ina226
+
+config DT_HAS_TI_INA226_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_TI_INA226))
+
+DT_COMPAT_TI_INA230 := ti,ina230
+
+config DT_HAS_TI_INA230_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_TI_INA230))
+
+DT_COMPAT_TI_INA237 := ti,ina237
+
+config DT_HAS_TI_INA237_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_TI_INA237))
+
+DT_COMPAT_TI_INA3221 := ti,ina3221
+
+config DT_HAS_TI_INA3221_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_TI_INA3221))
+
+DT_COMPAT_TI_K3_PINCTRL := ti,k3-pinctrl
+
+config DT_HAS_TI_K3_PINCTRL_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_TI_K3_PINCTRL))
+
+DT_COMPAT_TI_LMP90077 := ti,lmp90077
+
+config DT_HAS_TI_LMP90077_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_TI_LMP90077))
+
+DT_COMPAT_TI_LMP90078 := ti,lmp90078
+
+config DT_HAS_TI_LMP90078_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_TI_LMP90078))
+
+DT_COMPAT_TI_LMP90079 := ti,lmp90079
+
+config DT_HAS_TI_LMP90079_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_TI_LMP90079))
+
+DT_COMPAT_TI_LMP90080 := ti,lmp90080
+
+config DT_HAS_TI_LMP90080_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_TI_LMP90080))
+
+DT_COMPAT_TI_LMP90097 := ti,lmp90097
+
+config DT_HAS_TI_LMP90097_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_TI_LMP90097))
+
+DT_COMPAT_TI_LMP90098 := ti,lmp90098
+
+config DT_HAS_TI_LMP90098_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_TI_LMP90098))
+
+DT_COMPAT_TI_LMP90099 := ti,lmp90099
+
+config DT_HAS_TI_LMP90099_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_TI_LMP90099))
+
+DT_COMPAT_TI_LMP90100 := ti,lmp90100
+
+config DT_HAS_TI_LMP90100_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_TI_LMP90100))
+
+DT_COMPAT_TI_LMP90XXX_GPIO := ti,lmp90xxx-gpio
+
+config DT_HAS_TI_LMP90XXX_GPIO_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_TI_LMP90XXX_GPIO))
+
+DT_COMPAT_TI_LP3943 := ti,lp3943
+
+config DT_HAS_TI_LP3943_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_TI_LP3943))
+
+DT_COMPAT_TI_LP5009 := ti,lp5009
+
+config DT_HAS_TI_LP5009_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_TI_LP5009))
+
+DT_COMPAT_TI_LP5012 := ti,lp5012
+
+config DT_HAS_TI_LP5012_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_TI_LP5012))
+
+DT_COMPAT_TI_LP5018 := ti,lp5018
+
+config DT_HAS_TI_LP5018_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_TI_LP5018))
+
+DT_COMPAT_TI_LP5024 := ti,lp5024
+
+config DT_HAS_TI_LP5024_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_TI_LP5024))
+
+DT_COMPAT_TI_LP5030 := ti,lp5030
+
+config DT_HAS_TI_LP5030_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_TI_LP5030))
+
+DT_COMPAT_TI_LP5036 := ti,lp5036
+
+config DT_HAS_TI_LP5036_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_TI_LP5036))
+
+DT_COMPAT_TI_LP5562 := ti,lp5562
+
+config DT_HAS_TI_LP5562_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_TI_LP5562))
+
+DT_COMPAT_TI_LP5569 := ti,lp5569
+
+config DT_HAS_TI_LP5569_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_TI_LP5569))
+
+DT_COMPAT_TI_MSP432P4XX_UART := ti,msp432p4xx-uart
+
+config DT_HAS_TI_MSP432P4XX_UART_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_TI_MSP432P4XX_UART))
+
+DT_COMPAT_TI_OPT3001 := ti,opt3001
+
+config DT_HAS_TI_OPT3001_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_TI_OPT3001))
+
+DT_COMPAT_TI_SN74HC595 := ti,sn74hc595
+
+config DT_HAS_TI_SN74HC595_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_TI_SN74HC595))
+
+DT_COMPAT_TI_STELLARIS_ETHERNET := ti,stellaris-ethernet
+
+config DT_HAS_TI_STELLARIS_ETHERNET_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_TI_STELLARIS_ETHERNET))
+
+DT_COMPAT_TI_STELLARIS_FLASH_CONTROLLER := ti,stellaris-flash-controller
+
+config DT_HAS_TI_STELLARIS_FLASH_CONTROLLER_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_TI_STELLARIS_FLASH_CONTROLLER))
+
+DT_COMPAT_TI_STELLARIS_GPIO := ti,stellaris-gpio
+
+config DT_HAS_TI_STELLARIS_GPIO_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_TI_STELLARIS_GPIO))
+
+DT_COMPAT_TI_STELLARIS_UART := ti,stellaris-uart
+
+config DT_HAS_TI_STELLARIS_UART_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_TI_STELLARIS_UART))
+
+DT_COMPAT_TI_TAS6422DAC := ti,tas6422dac
+
+config DT_HAS_TI_TAS6422DAC_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_TI_TAS6422DAC))
+
+DT_COMPAT_TI_TCA6424A := ti,tca6424a
+
+config DT_HAS_TI_TCA6424A_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_TI_TCA6424A))
+
+DT_COMPAT_TI_TCA9538 := ti,tca9538
+
+config DT_HAS_TI_TCA9538_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_TI_TCA9538))
+
+DT_COMPAT_TI_TCA9546A := ti,tca9546a
+
+config DT_HAS_TI_TCA9546A_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_TI_TCA9546A))
+
+DT_COMPAT_TI_TCA9548A := ti,tca9548a
+
+config DT_HAS_TI_TCA9548A_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_TI_TCA9548A))
+
+DT_COMPAT_TI_TCAN4X5X := ti,tcan4x5x
+
+config DT_HAS_TI_TCAN4X5X_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_TI_TCAN4X5X))
+
+DT_COMPAT_TI_TLA2021 := ti,tla2021
+
+config DT_HAS_TI_TLA2021_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_TI_TLA2021))
+
+DT_COMPAT_TI_TLC59108 := ti,tlc59108
+
+config DT_HAS_TI_TLC59108_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_TI_TLC59108))
+
+DT_COMPAT_TI_TLC5971 := ti,tlc5971
+
+config DT_HAS_TI_TLC5971_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_TI_TLC5971))
+
+DT_COMPAT_TI_TLC59731 := ti,tlc59731
+
+config DT_HAS_TI_TLC59731_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_TI_TLC59731))
+
+DT_COMPAT_TI_TLV320DAC := ti,tlv320dac
+
+config DT_HAS_TI_TLV320DAC_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_TI_TLV320DAC))
+
+DT_COMPAT_TI_TMAG5170 := ti,tmag5170
+
+config DT_HAS_TI_TMAG5170_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_TI_TMAG5170))
+
+DT_COMPAT_TI_TMAG5273 := ti,tmag5273
+
+config DT_HAS_TI_TMAG5273_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_TI_TMAG5273))
+
+DT_COMPAT_TI_TMP007 := ti,tmp007
+
+config DT_HAS_TI_TMP007_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_TI_TMP007))
+
+DT_COMPAT_TI_TMP108 := ti,tmp108
+
+config DT_HAS_TI_TMP108_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_TI_TMP108))
+
+DT_COMPAT_TI_TMP112 := ti,tmp112
+
+config DT_HAS_TI_TMP112_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_TI_TMP112))
+
+DT_COMPAT_TI_TMP114 := ti,tmp114
+
+config DT_HAS_TI_TMP114_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_TI_TMP114))
+
+DT_COMPAT_TI_TMP116 := ti,tmp116
+
+config DT_HAS_TI_TMP116_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_TI_TMP116))
+
+DT_COMPAT_TI_TMP116_EEPROM := ti,tmp116-eeprom
+
+config DT_HAS_TI_TMP116_EEPROM_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_TI_TMP116_EEPROM))
+
+DT_COMPAT_TI_TPS382X := ti,tps382x
+
+config DT_HAS_TI_TPS382X_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_TI_TPS382X))
+
+DT_COMPAT_TI_VIM := ti,vim
+
+config DT_HAS_TI_VIM_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_TI_VIM))
+
+DT_COMPAT_U_BLOX_M10 := u-blox,m10
+
+config DT_HAS_U_BLOX_M10_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_U_BLOX_M10))
+
+DT_COMPAT_U_BLOX_SARA_R4 := u-blox,sara-r4
+
+config DT_HAS_U_BLOX_SARA_R4_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_U_BLOX_SARA_R4))
+
+DT_COMPAT_U_BLOX_SARA_R5 := u-blox,sara-r5
+
+config DT_HAS_U_BLOX_SARA_R5_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_U_BLOX_SARA_R5))
+
+DT_COMPAT_ULTRACHIP_UC8175 := ultrachip,uc8175
+
+config DT_HAS_ULTRACHIP_UC8175_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ULTRACHIP_UC8175))
+
+DT_COMPAT_ULTRACHIP_UC8176 := ultrachip,uc8176
+
+config DT_HAS_ULTRACHIP_UC8176_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ULTRACHIP_UC8176))
+
+DT_COMPAT_ULTRACHIP_UC8179 := ultrachip,uc8179
+
+config DT_HAS_ULTRACHIP_UC8179_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ULTRACHIP_UC8179))
+
+DT_COMPAT_USB_AUDIO := usb-audio
+
+config DT_HAS_USB_AUDIO_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_USB_AUDIO))
+
+DT_COMPAT_USB_AUDIO_FEATURE_VOLUME := usb-audio-feature-volume
+
+config DT_HAS_USB_AUDIO_FEATURE_VOLUME_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_USB_AUDIO_FEATURE_VOLUME))
+
+DT_COMPAT_USB_AUDIO_HP := usb-audio-hp
+
+config DT_HAS_USB_AUDIO_HP_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_USB_AUDIO_HP))
+
+DT_COMPAT_USB_AUDIO_HS := usb-audio-hs
+
+config DT_HAS_USB_AUDIO_HS_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_USB_AUDIO_HS))
+
+DT_COMPAT_USB_AUDIO_MIC := usb-audio-mic
+
+config DT_HAS_USB_AUDIO_MIC_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_USB_AUDIO_MIC))
+
+DT_COMPAT_USB_C_CONNECTOR := usb-c-connector
+
+config DT_HAS_USB_C_CONNECTOR_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_USB_C_CONNECTOR))
+
+DT_COMPAT_USB_NOP_XCEIV := usb-nop-xceiv
+
+config DT_HAS_USB_NOP_XCEIV_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_USB_NOP_XCEIV))
+
+DT_COMPAT_USB_ULPI_PHY := usb-ulpi-phy
+
+config DT_HAS_USB_ULPI_PHY_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_USB_ULPI_PHY))
+
+DT_COMPAT_VEXRISCV_INTC0 := vexriscv-intc0
+
+config DT_HAS_VEXRISCV_INTC0_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_VEXRISCV_INTC0))
+
+DT_COMPAT_VISHAY_VCNL36825T := vishay,vcnl36825t
+
+config DT_HAS_VISHAY_VCNL36825T_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_VISHAY_VCNL36825T))
+
+DT_COMPAT_VISHAY_VCNL4040 := vishay,vcnl4040
+
+config DT_HAS_VISHAY_VCNL4040_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_VISHAY_VCNL4040))
+
+DT_COMPAT_VISHAY_VEML7700 := vishay,veml7700
+
+config DT_HAS_VISHAY_VEML7700_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_VISHAY_VEML7700))
+
+DT_COMPAT_VND_ADC := vnd,adc
+
+config DT_HAS_VND_ADC_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_VND_ADC))
+
+DT_COMPAT_VND_ADC_TEMP_SENSOR := vnd,adc-temp-sensor
+
+config DT_HAS_VND_ADC_TEMP_SENSOR_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_VND_ADC_TEMP_SENSOR))
+
+DT_COMPAT_VND_ARRAY_HOLDER := vnd,array-holder
+
+config DT_HAS_VND_ARRAY_HOLDER_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_VND_ARRAY_HOLDER))
+
+DT_COMPAT_VND_BUSY_SIM := vnd,busy-sim
+
+config DT_HAS_VND_BUSY_SIM_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_VND_BUSY_SIM))
+
+DT_COMPAT_VND_CAN_CONTROLLER := vnd,can-controller
+
+config DT_HAS_VND_CAN_CONTROLLER_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_VND_CAN_CONTROLLER))
+
+DT_COMPAT_VND_CAN_TRANSCEIVER := vnd,can-transceiver
+
+config DT_HAS_VND_CAN_TRANSCEIVER_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_VND_CAN_TRANSCEIVER))
+
+DT_COMPAT_VND_CHILD_BINDINGS := vnd,child-bindings
+
+config DT_HAS_VND_CHILD_BINDINGS_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_VND_CHILD_BINDINGS))
+
+DT_COMPAT_VND_CLOCK := vnd,clock
+
+config DT_HAS_VND_CLOCK_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_VND_CLOCK))
+
+DT_COMPAT_VND_CPU_INTC := vnd,cpu-intc
+
+config DT_HAS_VND_CPU_INTC_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_VND_CPU_INTC))
+
+DT_COMPAT_VND_DEVICE_WITH_PROPS := vnd,device-with-props
+
+config DT_HAS_VND_DEVICE_WITH_PROPS_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_VND_DEVICE_WITH_PROPS))
+
+DT_COMPAT_VND_DISABLED_COMPAT := vnd,disabled-compat
+
+config DT_HAS_VND_DISABLED_COMPAT_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_VND_DISABLED_COMPAT))
+
+DT_COMPAT_VND_DMA := vnd,dma
+
+config DT_HAS_VND_DMA_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_VND_DMA))
+
+DT_COMPAT_VND_EMUL_TESTER := vnd,emul-tester
+
+config DT_HAS_VND_EMUL_TESTER_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_VND_EMUL_TESTER))
+
+DT_COMPAT_VND_ENUM_HOLDER := vnd,enum-holder
+
+config DT_HAS_VND_ENUM_HOLDER_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_VND_ENUM_HOLDER))
+
+DT_COMPAT_VND_ENUM_HOLDER_INST := vnd,enum-holder-inst
+
+config DT_HAS_VND_ENUM_HOLDER_INST_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_VND_ENUM_HOLDER_INST))
+
+DT_COMPAT_VND_ENUM_INT_REQUIRED_FALSE_HOLDER := vnd,enum-int-required-false-holder
+
+config DT_HAS_VND_ENUM_INT_REQUIRED_FALSE_HOLDER_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_VND_ENUM_INT_REQUIRED_FALSE_HOLDER))
+
+DT_COMPAT_VND_ENUM_REQUIRED_FALSE_HOLDER := vnd,enum-required-false-holder
+
+config DT_HAS_VND_ENUM_REQUIRED_FALSE_HOLDER_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_VND_ENUM_REQUIRED_FALSE_HOLDER))
+
+DT_COMPAT_VND_ENUM_REQUIRED_FALSE_HOLDER_INST := vnd,enum-required-false-holder-inst
+
+config DT_HAS_VND_ENUM_REQUIRED_FALSE_HOLDER_INST_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_VND_ENUM_REQUIRED_FALSE_HOLDER_INST))
+
+DT_COMPAT_VND_GPIO := vnd,gpio
+
+config DT_HAS_VND_GPIO_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_VND_GPIO))
+
+DT_COMPAT_VND_GPIO_DEVICE := vnd,gpio-device
+
+config DT_HAS_VND_GPIO_DEVICE_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_VND_GPIO_DEVICE))
+
+DT_COMPAT_VND_GPIO_EXPANDER := vnd,gpio-expander
+
+config DT_HAS_VND_GPIO_EXPANDER_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_VND_GPIO_EXPANDER))
+
+DT_COMPAT_VND_GPIO_INTC_DEVICE := vnd,gpio-intc-device
+
+config DT_HAS_VND_GPIO_INTC_DEVICE_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_VND_GPIO_INTC_DEVICE))
+
+DT_COMPAT_VND_GPIO_ONE_CELL := vnd,gpio-one-cell
+
+config DT_HAS_VND_GPIO_ONE_CELL_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_VND_GPIO_ONE_CELL))
+
+DT_COMPAT_VND_GREAT_GRANDCHILD_BINDINGS := vnd,great-grandchild-bindings
+
+config DT_HAS_VND_GREAT_GRANDCHILD_BINDINGS_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_VND_GREAT_GRANDCHILD_BINDINGS))
+
+DT_COMPAT_VND_I2C := vnd,i2c
+
+config DT_HAS_VND_I2C_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_VND_I2C))
+
+DT_COMPAT_VND_I2C_DEVICE := vnd,i2c-device
+
+config DT_HAS_VND_I2C_DEVICE_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_VND_I2C_DEVICE))
+
+DT_COMPAT_VND_I2C_MUX := vnd,i2c-mux
+
+config DT_HAS_VND_I2C_MUX_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_VND_I2C_MUX))
+
+DT_COMPAT_VND_I3C := vnd,i3c
+
+config DT_HAS_VND_I3C_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_VND_I3C))
+
+DT_COMPAT_VND_I3C_DEVICE := vnd,i3c-device
+
+config DT_HAS_VND_I3C_DEVICE_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_VND_I3C_DEVICE))
+
+DT_COMPAT_VND_I3C_I2C_DEVICE := vnd,i3c-i2c-device
+
+config DT_HAS_VND_I3C_I2C_DEVICE_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_VND_I3C_I2C_DEVICE))
+
+DT_COMPAT_VND_IEEE802154 := vnd,ieee802154
+
+config DT_HAS_VND_IEEE802154_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_VND_IEEE802154))
+
+DT_COMPAT_VND_INPUT_DEVICE := vnd,input-device
+
+config DT_HAS_VND_INPUT_DEVICE_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_VND_INPUT_DEVICE))
+
+DT_COMPAT_VND_INTC := vnd,intc
+
+config DT_HAS_VND_INTC_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_VND_INTC))
+
+DT_COMPAT_VND_INTERRUPT_HOLDER := vnd,interrupt-holder
+
+config DT_HAS_VND_INTERRUPT_HOLDER_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_VND_INTERRUPT_HOLDER))
+
+DT_COMPAT_VND_INTERRUPT_HOLDER_EXTENDED := vnd,interrupt-holder-extended
+
+config DT_HAS_VND_INTERRUPT_HOLDER_EXTENDED_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_VND_INTERRUPT_HOLDER_EXTENDED))
+
+DT_COMPAT_VND_MBOX := vnd,mbox
+
+config DT_HAS_VND_MBOX_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_VND_MBOX))
+
+DT_COMPAT_VND_MBOX_CONSUMER := vnd,mbox-consumer
+
+config DT_HAS_VND_MBOX_CONSUMER_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_VND_MBOX_CONSUMER))
+
+DT_COMPAT_VND_MBOX_ZERO_CELL := vnd,mbox-zero-cell
+
+config DT_HAS_VND_MBOX_ZERO_CELL_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_VND_MBOX_ZERO_CELL))
+
+DT_COMPAT_VND_MEMORY_ATTR := vnd,memory-attr
+
+config DT_HAS_VND_MEMORY_ATTR_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_VND_MEMORY_ATTR))
+
+DT_COMPAT_VND_NON_DEPRECATED_LABEL := vnd,non-deprecated-label
+
+config DT_HAS_VND_NON_DEPRECATED_LABEL_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_VND_NON_DEPRECATED_LABEL))
+
+DT_COMPAT_VND_PCIE := vnd,pcie
+
+config DT_HAS_VND_PCIE_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_VND_PCIE))
+
+DT_COMPAT_VND_PHANDLE_HOLDER := vnd,phandle-holder
+
+config DT_HAS_VND_PHANDLE_HOLDER_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_VND_PHANDLE_HOLDER))
+
+DT_COMPAT_VND_PINCTRL := vnd,pinctrl
+
+config DT_HAS_VND_PINCTRL_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_VND_PINCTRL))
+
+DT_COMPAT_VND_PINCTRL_DEVICE := vnd,pinctrl-device
+
+config DT_HAS_VND_PINCTRL_DEVICE_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_VND_PINCTRL_DEVICE))
+
+DT_COMPAT_VND_PINCTRL_TEST := vnd,pinctrl-test
+
+config DT_HAS_VND_PINCTRL_TEST_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_VND_PINCTRL_TEST))
+
+DT_COMPAT_VND_PWM := vnd,pwm
+
+config DT_HAS_VND_PWM_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_VND_PWM))
+
+DT_COMPAT_VND_REG_HOLDER := vnd,reg-holder
+
+config DT_HAS_VND_REG_HOLDER_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_VND_REG_HOLDER))
+
+DT_COMPAT_VND_REG_HOLDER_64 := vnd,reg-holder-64
+
+config DT_HAS_VND_REG_HOLDER_64_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_VND_REG_HOLDER_64))
+
+DT_COMPAT_VND_RESERVED_COMPAT := vnd,reserved-compat
+
+config DT_HAS_VND_RESERVED_COMPAT_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_VND_RESERVED_COMPAT))
+
+DT_COMPAT_VND_RESET := vnd,reset
+
+config DT_HAS_VND_RESET_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_VND_RESET))
+
+DT_COMPAT_VND_SERIAL := vnd,serial
+
+config DT_HAS_VND_SERIAL_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_VND_SERIAL))
+
+DT_COMPAT_VND_SPI := vnd,spi
+
+config DT_HAS_VND_SPI_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_VND_SPI))
+
+DT_COMPAT_VND_SPI_DEVICE := vnd,spi-device
+
+config DT_HAS_VND_SPI_DEVICE_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_VND_SPI_DEVICE))
+
+DT_COMPAT_VND_SPI_DEVICE_2 := vnd,spi-device-2
+
+config DT_HAS_VND_SPI_DEVICE_2_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_VND_SPI_DEVICE_2))
+
+DT_COMPAT_VND_STRING_ARRAY_TOKEN := vnd,string-array-token
+
+config DT_HAS_VND_STRING_ARRAY_TOKEN_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_VND_STRING_ARRAY_TOKEN))
+
+DT_COMPAT_VND_STRING_ARRAY_UNQUOTED := vnd,string-array-unquoted
+
+config DT_HAS_VND_STRING_ARRAY_UNQUOTED_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_VND_STRING_ARRAY_UNQUOTED))
+
+DT_COMPAT_VND_STRING_TOKEN := vnd,string-token
+
+config DT_HAS_VND_STRING_TOKEN_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_VND_STRING_TOKEN))
+
+DT_COMPAT_VND_STRING_UNQUOTED := vnd,string-unquoted
+
+config DT_HAS_VND_STRING_UNQUOTED_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_VND_STRING_UNQUOTED))
+
+DT_COMPAT_VND_W1 := vnd,w1
+
+config DT_HAS_VND_W1_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_VND_W1))
+
+DT_COMPAT_VOLTAGE_DIVIDER := voltage-divider
+
+config DT_HAS_VOLTAGE_DIVIDER_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_VOLTAGE_DIVIDER))
+
+DT_COMPAT_WE_WSEN_HIDS := we,wsen-hids
+
+config DT_HAS_WE_WSEN_HIDS_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_WE_WSEN_HIDS))
+
+DT_COMPAT_WE_WSEN_ITDS := we,wsen-itds
+
+config DT_HAS_WE_WSEN_ITDS_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_WE_WSEN_ITDS))
+
+DT_COMPAT_WE_WSEN_PADS := we,wsen-pads
+
+config DT_HAS_WE_WSEN_PADS_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_WE_WSEN_PADS))
+
+DT_COMPAT_WE_WSEN_PDUS := we,wsen-pdus
+
+config DT_HAS_WE_WSEN_PDUS_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_WE_WSEN_PDUS))
+
+DT_COMPAT_WE_WSEN_TIDS := we,wsen-tids
+
+config DT_HAS_WE_WSEN_TIDS_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_WE_WSEN_TIDS))
+
+DT_COMPAT_WINSEN_MHZ19B := winsen,mhz19b
+
+config DT_HAS_WINSEN_MHZ19B_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_WINSEN_MHZ19B))
+
+DT_COMPAT_WIZNET_W5500 := wiznet,w5500
+
+config DT_HAS_WIZNET_W5500_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_WIZNET_W5500))
+
+DT_COMPAT_WNC_M14A2A := wnc,m14a2a
+
+config DT_HAS_WNC_M14A2A_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_WNC_M14A2A))
+
+DT_COMPAT_WORLDSEMI_WS2812_GPIO := worldsemi,ws2812-gpio
+
+config DT_HAS_WORLDSEMI_WS2812_GPIO_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_WORLDSEMI_WS2812_GPIO))
+
+DT_COMPAT_WORLDSEMI_WS2812_I2S := worldsemi,ws2812-i2s
+
+config DT_HAS_WORLDSEMI_WS2812_I2S_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_WORLDSEMI_WS2812_I2S))
+
+DT_COMPAT_WORLDSEMI_WS2812_RPI_PICO_PIO := worldsemi,ws2812-rpi_pico-pio
+
+config DT_HAS_WORLDSEMI_WS2812_RPI_PICO_PIO_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_WORLDSEMI_WS2812_RPI_PICO_PIO))
+
+DT_COMPAT_WORLDSEMI_WS2812_SPI := worldsemi,ws2812-spi
+
+config DT_HAS_WORLDSEMI_WS2812_SPI_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_WORLDSEMI_WS2812_SPI))
+
+DT_COMPAT_X_POWERS_AXP192 := x-powers,axp192
+
+config DT_HAS_X_POWERS_AXP192_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_X_POWERS_AXP192))
+
+DT_COMPAT_X_POWERS_AXP192_GPIO := x-powers,axp192-gpio
+
+config DT_HAS_X_POWERS_AXP192_GPIO_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_X_POWERS_AXP192_GPIO))
+
+DT_COMPAT_X_POWERS_AXP192_REGULATOR := x-powers,axp192-regulator
+
+config DT_HAS_X_POWERS_AXP192_REGULATOR_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_X_POWERS_AXP192_REGULATOR))
+
+DT_COMPAT_XEN_HVC_CONSOLEIO := xen,hvc-consoleio
+
+config DT_HAS_XEN_HVC_CONSOLEIO_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_XEN_HVC_CONSOLEIO))
+
+DT_COMPAT_XEN_HVC_UART := xen,hvc-uart
+
+config DT_HAS_XEN_HVC_UART_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_XEN_HVC_UART))
+
+DT_COMPAT_XEN_XEN := xen,xen
+
+config DT_HAS_XEN_XEN_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_XEN_XEN))
+
+DT_COMPAT_XLNX_FPGA := xlnx,fpga
+
+config DT_HAS_XLNX_FPGA_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_XLNX_FPGA))
+
+DT_COMPAT_XLNX_GEM := xlnx,gem
+
+config DT_HAS_XLNX_GEM_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_XLNX_GEM))
+
+DT_COMPAT_XLNX_PINCTRL_ZYNQ := xlnx,pinctrl-zynq
+
+config DT_HAS_XLNX_PINCTRL_ZYNQ_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_XLNX_PINCTRL_ZYNQ))
+
+DT_COMPAT_XLNX_PINCTRL_ZYNQMP := xlnx,pinctrl-zynqmp
+
+config DT_HAS_XLNX_PINCTRL_ZYNQMP_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_XLNX_PINCTRL_ZYNQMP))
+
+DT_COMPAT_XLNX_PS_GPIO := xlnx,ps-gpio
+
+config DT_HAS_XLNX_PS_GPIO_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_XLNX_PS_GPIO))
+
+DT_COMPAT_XLNX_PS_GPIO_BANK := xlnx,ps-gpio-bank
+
+config DT_HAS_XLNX_PS_GPIO_BANK_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_XLNX_PS_GPIO_BANK))
+
+DT_COMPAT_XLNX_TTCPS := xlnx,ttcps
+
+config DT_HAS_XLNX_TTCPS_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_XLNX_TTCPS))
+
+DT_COMPAT_XLNX_XPS_GPIO_1_00_A := xlnx,xps-gpio-1.00.a
+
+config DT_HAS_XLNX_XPS_GPIO_1_00_A_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_XLNX_XPS_GPIO_1_00_A))
+
+DT_COMPAT_XLNX_XPS_GPIO_1_00_A_GPIO2 := xlnx,xps-gpio-1.00.a-gpio2
+
+config DT_HAS_XLNX_XPS_GPIO_1_00_A_GPIO2_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_XLNX_XPS_GPIO_1_00_A_GPIO2))
+
+DT_COMPAT_XLNX_XPS_IIC_2_00_A := xlnx,xps-iic-2.00.a
+
+config DT_HAS_XLNX_XPS_IIC_2_00_A_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_XLNX_XPS_IIC_2_00_A))
+
+DT_COMPAT_XLNX_XPS_IIC_2_1 := xlnx,xps-iic-2.1
+
+config DT_HAS_XLNX_XPS_IIC_2_1_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_XLNX_XPS_IIC_2_1))
+
+DT_COMPAT_XLNX_XPS_SPI_2_00_A := xlnx,xps-spi-2.00.a
+
+config DT_HAS_XLNX_XPS_SPI_2_00_A_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_XLNX_XPS_SPI_2_00_A))
+
+DT_COMPAT_XLNX_XPS_TIMEBASE_WDT_1_00_A := xlnx,xps-timebase-wdt-1.00.a
+
+config DT_HAS_XLNX_XPS_TIMEBASE_WDT_1_00_A_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_XLNX_XPS_TIMEBASE_WDT_1_00_A))
+
+DT_COMPAT_XLNX_XPS_TIMER_1_00_A := xlnx,xps-timer-1.00.a
+
+config DT_HAS_XLNX_XPS_TIMER_1_00_A_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_XLNX_XPS_TIMER_1_00_A))
+
+DT_COMPAT_XLNX_XPS_TIMER_1_00_A_PWM := xlnx,xps-timer-1.00.a-pwm
+
+config DT_HAS_XLNX_XPS_TIMER_1_00_A_PWM_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_XLNX_XPS_TIMER_1_00_A_PWM))
+
+DT_COMPAT_XLNX_XPS_UARTLITE_1_00_A := xlnx,xps-uartlite-1.00.a
+
+config DT_HAS_XLNX_XPS_UARTLITE_1_00_A_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_XLNX_XPS_UARTLITE_1_00_A))
+
+DT_COMPAT_XLNX_XUARTPS := xlnx,xuartps
+
+config DT_HAS_XLNX_XUARTPS_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_XLNX_XUARTPS))
+
+DT_COMPAT_XLNX_ZYNQ_OCM := xlnx,zynq-ocm
+
+config DT_HAS_XLNX_ZYNQ_OCM_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_XLNX_ZYNQ_OCM))
+
+DT_COMPAT_XLNX_ZYNQMP_IPI_MAILBOX := xlnx,zynqmp-ipi-mailbox
+
+config DT_HAS_XLNX_ZYNQMP_IPI_MAILBOX_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_XLNX_ZYNQMP_IPI_MAILBOX))
+
+DT_COMPAT_XPTEK_XPT2046 := xptek,xpt2046
+
+config DT_HAS_XPTEK_XPT2046_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_XPTEK_XPT2046))
+
+DT_COMPAT_ZEPHYR_ADC_EMUL := zephyr,adc-emul
+
+config DT_HAS_ZEPHYR_ADC_EMUL_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ZEPHYR_ADC_EMUL))
+
+DT_COMPAT_ZEPHYR_BBRAM_EMUL := zephyr,bbram-emul
+
+config DT_HAS_ZEPHYR_BBRAM_EMUL_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ZEPHYR_BBRAM_EMUL))
+
+DT_COMPAT_ZEPHYR_BT_HCI_ENTROPY := zephyr,bt-hci-entropy
+
+config DT_HAS_ZEPHYR_BT_HCI_ENTROPY_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ZEPHYR_BT_HCI_ENTROPY))
+
+DT_COMPAT_ZEPHYR_BT_HCI_SPI := zephyr,bt-hci-spi
+
+config DT_HAS_ZEPHYR_BT_HCI_SPI_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ZEPHYR_BT_HCI_SPI))
+
+DT_COMPAT_ZEPHYR_BT_HCI_SPI_SLAVE := zephyr,bt-hci-spi-slave
+
+config DT_HAS_ZEPHYR_BT_HCI_SPI_SLAVE_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ZEPHYR_BT_HCI_SPI_SLAVE))
+
+DT_COMPAT_ZEPHYR_CAN_LOOPBACK := zephyr,can-loopback
+
+config DT_HAS_ZEPHYR_CAN_LOOPBACK_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ZEPHYR_CAN_LOOPBACK))
+
+DT_COMPAT_ZEPHYR_CDC_ACM_UART := zephyr,cdc-acm-uart
+
+config DT_HAS_ZEPHYR_CDC_ACM_UART_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ZEPHYR_CDC_ACM_UART))
+
+DT_COMPAT_ZEPHYR_CDC_ECM_ETHERNET := zephyr,cdc-ecm-ethernet
+
+config DT_HAS_ZEPHYR_CDC_ECM_ETHERNET_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ZEPHYR_CDC_ECM_ETHERNET))
+
+DT_COMPAT_ZEPHYR_COREDUMP := zephyr,coredump
+
+config DT_HAS_ZEPHYR_COREDUMP_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ZEPHYR_COREDUMP))
+
+DT_COMPAT_ZEPHYR_COUNTER_WATCHDOG := zephyr,counter-watchdog
+
+config DT_HAS_ZEPHYR_COUNTER_WATCHDOG_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ZEPHYR_COUNTER_WATCHDOG))
+
+DT_COMPAT_ZEPHYR_DEVMUX := zephyr,devmux
+
+config DT_HAS_ZEPHYR_DEVMUX_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ZEPHYR_DEVMUX))
+
+DT_COMPAT_ZEPHYR_DMA_EMUL := zephyr,dma-emul
+
+config DT_HAS_ZEPHYR_DMA_EMUL_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ZEPHYR_DMA_EMUL))
+
+DT_COMPAT_ZEPHYR_DUMMY_DC := zephyr,dummy-dc
+
+config DT_HAS_ZEPHYR_DUMMY_DC_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ZEPHYR_DUMMY_DC))
+
+DT_COMPAT_ZEPHYR_EMU_EEPROM := zephyr,emu-eeprom
+
+config DT_HAS_ZEPHYR_EMU_EEPROM_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ZEPHYR_EMU_EEPROM))
+
+DT_COMPAT_ZEPHYR_ESPI_EMUL_CONTROLLER := zephyr,espi-emul-controller
+
+config DT_HAS_ZEPHYR_ESPI_EMUL_CONTROLLER_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ZEPHYR_ESPI_EMUL_CONTROLLER))
+
+DT_COMPAT_ZEPHYR_FAKE_CAN := zephyr,fake-can
+
+config DT_HAS_ZEPHYR_FAKE_CAN_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ZEPHYR_FAKE_CAN))
+
+DT_COMPAT_ZEPHYR_FAKE_EEPROM := zephyr,fake-eeprom
+
+config DT_HAS_ZEPHYR_FAKE_EEPROM_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ZEPHYR_FAKE_EEPROM))
+
+DT_COMPAT_ZEPHYR_FAKE_REGULATOR := zephyr,fake-regulator
+
+config DT_HAS_ZEPHYR_FAKE_REGULATOR_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ZEPHYR_FAKE_REGULATOR))
+
+DT_COMPAT_ZEPHYR_FAKE_RTC := zephyr,fake-rtc
+
+config DT_HAS_ZEPHYR_FAKE_RTC_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ZEPHYR_FAKE_RTC))
+
+DT_COMPAT_ZEPHYR_FLASH_DISK := zephyr,flash-disk
+
+config DT_HAS_ZEPHYR_FLASH_DISK_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ZEPHYR_FLASH_DISK))
+
+DT_COMPAT_ZEPHYR_FSTAB := zephyr,fstab
+
+config DT_HAS_ZEPHYR_FSTAB_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ZEPHYR_FSTAB))
+
+DT_COMPAT_ZEPHYR_FSTAB_LITTLEFS := zephyr,fstab,littlefs
+
+config DT_HAS_ZEPHYR_FSTAB_LITTLEFS_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ZEPHYR_FSTAB_LITTLEFS))
+
+DT_COMPAT_ZEPHYR_GNSS_EMUL := zephyr,gnss-emul
+
+config DT_HAS_ZEPHYR_GNSS_EMUL_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ZEPHYR_GNSS_EMUL))
+
+DT_COMPAT_ZEPHYR_GPIO_EMUL := zephyr,gpio-emul
+
+config DT_HAS_ZEPHYR_GPIO_EMUL_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ZEPHYR_GPIO_EMUL))
+
+DT_COMPAT_ZEPHYR_GPIO_EMUL_SDL := zephyr,gpio-emul-sdl
+
+config DT_HAS_ZEPHYR_GPIO_EMUL_SDL_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ZEPHYR_GPIO_EMUL_SDL))
+
+DT_COMPAT_ZEPHYR_GSM_PPP := zephyr,gsm-ppp
+
+config DT_HAS_ZEPHYR_GSM_PPP_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ZEPHYR_GSM_PPP))
+
+DT_COMPAT_ZEPHYR_HID_DEVICE := zephyr,hid-device
+
+config DT_HAS_ZEPHYR_HID_DEVICE_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ZEPHYR_HID_DEVICE))
+
+DT_COMPAT_ZEPHYR_I2C_DUMP_ALLOWLIST := zephyr,i2c-dump-allowlist
+
+config DT_HAS_ZEPHYR_I2C_DUMP_ALLOWLIST_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ZEPHYR_I2C_DUMP_ALLOWLIST))
+
+DT_COMPAT_ZEPHYR_I2C_EMUL_CONTROLLER := zephyr,i2c-emul-controller
+
+config DT_HAS_ZEPHYR_I2C_EMUL_CONTROLLER_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ZEPHYR_I2C_EMUL_CONTROLLER))
+
+DT_COMPAT_ZEPHYR_I2C_TARGET_EEPROM := zephyr,i2c-target-eeprom
+
+config DT_HAS_ZEPHYR_I2C_TARGET_EEPROM_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ZEPHYR_I2C_TARGET_EEPROM))
+
+DT_COMPAT_ZEPHYR_IEEE802154_UART_PIPE := zephyr,ieee802154-uart-pipe
+
+config DT_HAS_ZEPHYR_IEEE802154_UART_PIPE_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ZEPHYR_IEEE802154_UART_PIPE))
+
+DT_COMPAT_ZEPHYR_INPUT_LONGPRESS := zephyr,input-longpress
+
+config DT_HAS_ZEPHYR_INPUT_LONGPRESS_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ZEPHYR_INPUT_LONGPRESS))
+
+DT_COMPAT_ZEPHYR_INPUT_SDL_TOUCH := zephyr,input-sdl-touch
+
+config DT_HAS_ZEPHYR_INPUT_SDL_TOUCH_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ZEPHYR_INPUT_SDL_TOUCH))
+
+DT_COMPAT_ZEPHYR_IPC_ICBMSG := zephyr,ipc-icbmsg
+
+config DT_HAS_ZEPHYR_IPC_ICBMSG_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ZEPHYR_IPC_ICBMSG))
+
+DT_COMPAT_ZEPHYR_IPC_ICMSG := zephyr,ipc-icmsg
+
+config DT_HAS_ZEPHYR_IPC_ICMSG_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ZEPHYR_IPC_ICMSG))
+
+DT_COMPAT_ZEPHYR_IPC_ICMSG_ME_FOLLOWER := zephyr,ipc-icmsg-me-follower
+
+config DT_HAS_ZEPHYR_IPC_ICMSG_ME_FOLLOWER_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ZEPHYR_IPC_ICMSG_ME_FOLLOWER))
+
+DT_COMPAT_ZEPHYR_IPC_ICMSG_ME_INITIATOR := zephyr,ipc-icmsg-me-initiator
+
+config DT_HAS_ZEPHYR_IPC_ICMSG_ME_INITIATOR_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ZEPHYR_IPC_ICMSG_ME_INITIATOR))
+
+DT_COMPAT_ZEPHYR_IPC_OPENAMP_STATIC_VRINGS := zephyr,ipc-openamp-static-vrings
+
+config DT_HAS_ZEPHYR_IPC_OPENAMP_STATIC_VRINGS_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ZEPHYR_IPC_OPENAMP_STATIC_VRINGS))
+
+DT_COMPAT_ZEPHYR_KSCAN_INPUT := zephyr,kscan-input
+
+config DT_HAS_ZEPHYR_KSCAN_INPUT_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ZEPHYR_KSCAN_INPUT))
+
+DT_COMPAT_ZEPHYR_LOG_UART := zephyr,log-uart
+
+config DT_HAS_ZEPHYR_LOG_UART_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ZEPHYR_LOG_UART))
+
+DT_COMPAT_ZEPHYR_LVGL_BUTTON_INPUT := zephyr,lvgl-button-input
+
+config DT_HAS_ZEPHYR_LVGL_BUTTON_INPUT_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ZEPHYR_LVGL_BUTTON_INPUT))
+
+DT_COMPAT_ZEPHYR_LVGL_ENCODER_INPUT := zephyr,lvgl-encoder-input
+
+config DT_HAS_ZEPHYR_LVGL_ENCODER_INPUT_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ZEPHYR_LVGL_ENCODER_INPUT))
+
+DT_COMPAT_ZEPHYR_LVGL_KEYPAD_INPUT := zephyr,lvgl-keypad-input
+
+config DT_HAS_ZEPHYR_LVGL_KEYPAD_INPUT_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ZEPHYR_LVGL_KEYPAD_INPUT))
+
+DT_COMPAT_ZEPHYR_LVGL_POINTER_INPUT := zephyr,lvgl-pointer-input
+
+config DT_HAS_ZEPHYR_LVGL_POINTER_INPUT_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ZEPHYR_LVGL_POINTER_INPUT))
+
+DT_COMPAT_ZEPHYR_MDIO_GPIO := zephyr,mdio-gpio
+
+config DT_HAS_ZEPHYR_MDIO_GPIO_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ZEPHYR_MDIO_GPIO))
+
+DT_COMPAT_ZEPHYR_MEMORY_REGION := zephyr,memory-region
+
+config DT_HAS_ZEPHYR_MEMORY_REGION_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ZEPHYR_MEMORY_REGION))
+
+DT_COMPAT_ZEPHYR_MIPI_DBI_SPI := zephyr,mipi-dbi-spi
+
+config DT_HAS_ZEPHYR_MIPI_DBI_SPI_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ZEPHYR_MIPI_DBI_SPI))
+
+DT_COMPAT_ZEPHYR_MMC_DISK := zephyr,mmc-disk
+
+config DT_HAS_ZEPHYR_MMC_DISK_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ZEPHYR_MMC_DISK))
+
+DT_COMPAT_ZEPHYR_MODBUS_SERIAL := zephyr,modbus-serial
+
+config DT_HAS_ZEPHYR_MODBUS_SERIAL_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ZEPHYR_MODBUS_SERIAL))
+
+DT_COMPAT_ZEPHYR_NATIVE_LINUX_CAN := zephyr,native-linux-can
+
+config DT_HAS_ZEPHYR_NATIVE_LINUX_CAN_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ZEPHYR_NATIVE_LINUX_CAN))
+
+DT_COMPAT_ZEPHYR_NATIVE_LINUX_EVDEV := zephyr,native-linux-evdev
+
+config DT_HAS_ZEPHYR_NATIVE_LINUX_EVDEV_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ZEPHYR_NATIVE_LINUX_EVDEV))
+
+DT_COMPAT_ZEPHYR_NATIVE_POSIX_COUNTER := zephyr,native-posix-counter
+
+config DT_HAS_ZEPHYR_NATIVE_POSIX_COUNTER_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ZEPHYR_NATIVE_POSIX_COUNTER))
+
+DT_COMPAT_ZEPHYR_NATIVE_POSIX_CPU := zephyr,native-posix-cpu
+
+config DT_HAS_ZEPHYR_NATIVE_POSIX_CPU_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ZEPHYR_NATIVE_POSIX_CPU))
+
+DT_COMPAT_ZEPHYR_NATIVE_POSIX_RNG := zephyr,native-posix-rng
+
+config DT_HAS_ZEPHYR_NATIVE_POSIX_RNG_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ZEPHYR_NATIVE_POSIX_RNG))
+
+DT_COMPAT_ZEPHYR_NATIVE_POSIX_UART := zephyr,native-posix-uart
+
+config DT_HAS_ZEPHYR_NATIVE_POSIX_UART_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ZEPHYR_NATIVE_POSIX_UART))
+
+DT_COMPAT_ZEPHYR_NATIVE_POSIX_UDC := zephyr,native-posix-udc
+
+config DT_HAS_ZEPHYR_NATIVE_POSIX_UDC_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ZEPHYR_NATIVE_POSIX_UDC))
+
+DT_COMPAT_ZEPHYR_NATIVE_TTY_UART := zephyr,native-tty-uart
+
+config DT_HAS_ZEPHYR_NATIVE_TTY_UART_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ZEPHYR_NATIVE_TTY_UART))
+
+DT_COMPAT_ZEPHYR_NUS_UART := zephyr,nus-uart
+
+config DT_HAS_ZEPHYR_NUS_UART_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ZEPHYR_NUS_UART))
+
+DT_COMPAT_ZEPHYR_PANEL_TIMING := zephyr,panel-timing
+
+config DT_HAS_ZEPHYR_PANEL_TIMING_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ZEPHYR_PANEL_TIMING))
+
+DT_COMPAT_ZEPHYR_POWER_STATE := zephyr,power-state
+
+config DT_HAS_ZEPHYR_POWER_STATE_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ZEPHYR_POWER_STATE))
+
+DT_COMPAT_ZEPHYR_PSA_CRYPTO_RNG := zephyr,psa-crypto-rng
+
+config DT_HAS_ZEPHYR_PSA_CRYPTO_RNG_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ZEPHYR_PSA_CRYPTO_RNG))
+
+DT_COMPAT_ZEPHYR_RAM_DISK := zephyr,ram-disk
+
+config DT_HAS_ZEPHYR_RAM_DISK_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ZEPHYR_RAM_DISK))
+
+DT_COMPAT_ZEPHYR_RETAINED_RAM := zephyr,retained-ram
+
+config DT_HAS_ZEPHYR_RETAINED_RAM_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ZEPHYR_RETAINED_RAM))
+
+DT_COMPAT_ZEPHYR_RETAINED_REG := zephyr,retained-reg
+
+config DT_HAS_ZEPHYR_RETAINED_REG_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ZEPHYR_RETAINED_REG))
+
+DT_COMPAT_ZEPHYR_RETENTION := zephyr,retention
+
+config DT_HAS_ZEPHYR_RETENTION_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ZEPHYR_RETENTION))
+
+DT_COMPAT_ZEPHYR_RTC_EMUL := zephyr,rtc-emul
+
+config DT_HAS_ZEPHYR_RTC_EMUL_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ZEPHYR_RTC_EMUL))
+
+DT_COMPAT_ZEPHYR_SDHC_SPI_SLOT := zephyr,sdhc-spi-slot
+
+config DT_HAS_ZEPHYR_SDHC_SPI_SLOT_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ZEPHYR_SDHC_SPI_SLOT))
+
+DT_COMPAT_ZEPHYR_SDL_DC := zephyr,sdl-dc
+
+config DT_HAS_ZEPHYR_SDL_DC_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ZEPHYR_SDL_DC))
+
+DT_COMPAT_ZEPHYR_SDMMC_DISK := zephyr,sdmmc-disk
+
+config DT_HAS_ZEPHYR_SDMMC_DISK_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ZEPHYR_SDMMC_DISK))
+
+DT_COMPAT_ZEPHYR_SENSING := zephyr,sensing
+
+config DT_HAS_ZEPHYR_SENSING_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ZEPHYR_SENSING))
+
+DT_COMPAT_ZEPHYR_SENSING_HINGE_ANGLE := zephyr,sensing-hinge-angle
+
+config DT_HAS_ZEPHYR_SENSING_HINGE_ANGLE_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ZEPHYR_SENSING_HINGE_ANGLE))
+
+DT_COMPAT_ZEPHYR_SENSING_PHY_3D_SENSOR := zephyr,sensing-phy-3d-sensor
+
+config DT_HAS_ZEPHYR_SENSING_PHY_3D_SENSOR_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ZEPHYR_SENSING_PHY_3D_SENSOR))
+
+DT_COMPAT_ZEPHYR_SIM_EEPROM := zephyr,sim-eeprom
+
+config DT_HAS_ZEPHYR_SIM_EEPROM_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ZEPHYR_SIM_EEPROM))
+
+DT_COMPAT_ZEPHYR_SIM_FLASH := zephyr,sim-flash
+
+config DT_HAS_ZEPHYR_SIM_FLASH_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ZEPHYR_SIM_FLASH))
+
+DT_COMPAT_ZEPHYR_SPI_BITBANG := zephyr,spi-bitbang
+
+config DT_HAS_ZEPHYR_SPI_BITBANG_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ZEPHYR_SPI_BITBANG))
+
+DT_COMPAT_ZEPHYR_SPI_EMUL_CONTROLLER := zephyr,spi-emul-controller
+
+config DT_HAS_ZEPHYR_SPI_EMUL_CONTROLLER_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ZEPHYR_SPI_EMUL_CONTROLLER))
+
+DT_COMPAT_ZEPHYR_UAC2 := zephyr,uac2
+
+config DT_HAS_ZEPHYR_UAC2_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ZEPHYR_UAC2))
+
+DT_COMPAT_ZEPHYR_UAC2_AUDIO_STREAMING := zephyr,uac2-audio-streaming
+
+config DT_HAS_ZEPHYR_UAC2_AUDIO_STREAMING_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ZEPHYR_UAC2_AUDIO_STREAMING))
+
+DT_COMPAT_ZEPHYR_UAC2_CLOCK_SOURCE := zephyr,uac2-clock-source
+
+config DT_HAS_ZEPHYR_UAC2_CLOCK_SOURCE_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ZEPHYR_UAC2_CLOCK_SOURCE))
+
+DT_COMPAT_ZEPHYR_UAC2_INPUT_TERMINAL := zephyr,uac2-input-terminal
+
+config DT_HAS_ZEPHYR_UAC2_INPUT_TERMINAL_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ZEPHYR_UAC2_INPUT_TERMINAL))
+
+DT_COMPAT_ZEPHYR_UAC2_OUTPUT_TERMINAL := zephyr,uac2-output-terminal
+
+config DT_HAS_ZEPHYR_UAC2_OUTPUT_TERMINAL_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ZEPHYR_UAC2_OUTPUT_TERMINAL))
+
+DT_COMPAT_ZEPHYR_UART_EMUL := zephyr,uart-emul
+
+config DT_HAS_ZEPHYR_UART_EMUL_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ZEPHYR_UART_EMUL))
+
+DT_COMPAT_ZEPHYR_UDC_SKELETON := zephyr,udc-skeleton
+
+config DT_HAS_ZEPHYR_UDC_SKELETON_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ZEPHYR_UDC_SKELETON))
+
+DT_COMPAT_ZEPHYR_UDC_VIRTUAL := zephyr,udc-virtual
+
+config DT_HAS_ZEPHYR_UDC_VIRTUAL_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ZEPHYR_UDC_VIRTUAL))
+
+DT_COMPAT_ZEPHYR_UHC_VIRTUAL := zephyr,uhc-virtual
+
+config DT_HAS_ZEPHYR_UHC_VIRTUAL_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ZEPHYR_UHC_VIRTUAL))
+
+DT_COMPAT_ZEPHYR_USB_C_VBUS_ADC := zephyr,usb-c-vbus-adc
+
+config DT_HAS_ZEPHYR_USB_C_VBUS_ADC_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ZEPHYR_USB_C_VBUS_ADC))
+
+DT_COMPAT_ZEPHYR_W1_GPIO := zephyr,w1-gpio
+
+config DT_HAS_ZEPHYR_W1_GPIO_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ZEPHYR_W1_GPIO))
+
+DT_COMPAT_ZEPHYR_W1_SERIAL := zephyr,w1-serial
+
+config DT_HAS_ZEPHYR_W1_SERIAL_ENABLED
+	def_bool $(dt_compat_enabled,$(DT_COMPAT_ZEPHYR_W1_SERIAL))
diff --git a/build/Kconfig/Kconfig.modules b/build/Kconfig/Kconfig.modules
new file mode 100644
index 0000000000000000000000000000000000000000..2101d47f4db55b483251093e2060cfe1f00e1089
--- /dev/null
+++ b/build/Kconfig/Kconfig.modules
@@ -0,0 +1,231 @@
+menu "nrf (/opt/ncs/nrf)"
+osource "/opt/ncs/nrf/Kconfig.nrf"
+config ZEPHYR_NRF_MODULE
+	bool
+	default y
+endmenu
+menu "mcuboot (/opt/ncs/bootloader/mcuboot)"
+osource "$(ZEPHYR_MCUBOOT_KCONFIG)"
+config ZEPHYR_MCUBOOT_MODULE
+	bool
+	default y
+endmenu
+menu "mbedtls (/opt/ncs/modules/crypto/mbedtls)"
+osource "$(ZEPHYR_MBEDTLS_KCONFIG)"
+config ZEPHYR_MBEDTLS_MODULE
+	bool
+	default y
+endmenu
+menu "oberon-psa-crypto (/opt/ncs/modules/crypto/oberon-psa-crypto)"
+osource "/opt/ncs/modules/crypto/oberon-psa-crypto/Kconfig.oberon_psa_crypto"
+config ZEPHYR_OBERON_PSA_CRYPTO_MODULE
+	bool
+	default y
+endmenu
+menu "trusted-firmware-m (/opt/ncs/modules/tee/tf-m/trusted-firmware-m)"
+osource "$(ZEPHYR_TRUSTED_FIRMWARE_M_KCONFIG)"
+config ZEPHYR_TRUSTED_FIRMWARE_M_MODULE
+	bool
+	default y
+endmenu
+config ZEPHYR_PSA_ARCH_TESTS_MODULE
+   bool
+   default y
+config ZEPHYR_SOC_HWMV1_MODULE
+   bool
+   default y
+menu "cjson (/opt/ncs/modules/lib/cjson)"
+osource "$(ZEPHYR_CJSON_KCONFIG)"
+config ZEPHYR_CJSON_MODULE
+	bool
+	default y
+endmenu
+menu "azure-sdk-for-c (/opt/ncs/modules/lib/azure-sdk-for-c)"
+osource "$(ZEPHYR_AZURE_SDK_FOR_C_KCONFIG)"
+config ZEPHYR_AZURE_SDK_FOR_C_MODULE
+	bool
+	default y
+endmenu
+menu "cirrus-logic (/opt/ncs/modules/hal/cirrus-logic)"
+osource "/opt/ncs/modules/hal/cirrus-logic/Kconfig"
+config ZEPHYR_CIRRUS_LOGIC_MODULE
+	bool
+	default y
+endmenu
+menu "openthread (/opt/ncs/modules/lib/openthread)"
+osource "$(ZEPHYR_OPENTHREAD_KCONFIG)"
+config ZEPHYR_OPENTHREAD_MODULE
+	bool
+	default y
+endmenu
+menu "suit-generator (/opt/ncs/modules/lib/suit-generator)"
+osource "/opt/ncs/modules/lib/suit-generator/ncs/Kconfig"
+config ZEPHYR_SUIT_GENERATOR_MODULE
+	bool
+	default y
+endmenu
+menu "suit-processor (/opt/ncs/modules/lib/suit-processor)"
+osource "/opt/ncs/modules/lib/suit-processor/Kconfig"
+config ZEPHYR_SUIT_PROCESSOR_MODULE
+	bool
+	default y
+endmenu
+menu "memfault-firmware-sdk (/opt/ncs/modules/lib/memfault-firmware-sdk)"
+osource "/opt/ncs/modules/lib/memfault-firmware-sdk/ports/zephyr/Kconfig"
+config ZEPHYR_MEMFAULT_FIRMWARE_SDK_MODULE
+	bool
+	default y
+endmenu
+menu "coremark (/opt/ncs/modules/benchmark/coremark)"
+osource "$(ZEPHYR_COREMARK_KCONFIG)"
+config ZEPHYR_COREMARK_MODULE
+	bool
+	default y
+endmenu
+menu "canopennode (/opt/ncs/modules/lib/canopennode)"
+osource "$(ZEPHYR_CANOPENNODE_KCONFIG)"
+config ZEPHYR_CANOPENNODE_MODULE
+	bool
+	default y
+endmenu
+menu "chre (/opt/ncs/modules/lib/chre)"
+osource "/opt/ncs/modules/lib/chre/platform/zephyr/Kconfig"
+config ZEPHYR_CHRE_MODULE
+	bool
+	default y
+endmenu
+menu "lz4 (/opt/ncs/modules/lib/lz4)"
+osource "$(ZEPHYR_LZ4_KCONFIG)"
+config ZEPHYR_LZ4_MODULE
+	bool
+	default y
+endmenu
+menu "nanopb (/opt/ncs/modules/lib/nanopb)"
+osource "$(ZEPHYR_NANOPB_KCONFIG)"
+config ZEPHYR_NANOPB_MODULE
+	bool
+	default y
+endmenu
+config ZEPHYR_TF_M_TESTS_MODULE
+   bool
+   default y
+menu "zscilib (/opt/ncs/modules/lib/zscilib)"
+osource "/opt/ncs/modules/lib/zscilib/Kconfig.zscilib"
+config ZEPHYR_ZSCILIB_MODULE
+	bool
+	default y
+endmenu
+menu "cmsis (/opt/ncs/modules/hal/cmsis)"
+osource "$(ZEPHYR_CMSIS_KCONFIG)"
+config ZEPHYR_CMSIS_MODULE
+	bool
+	default y
+endmenu
+menu "cmsis-dsp (/opt/ncs/modules/lib/cmsis-dsp)"
+osource "$(ZEPHYR_CMSIS_DSP_KCONFIG)"
+config ZEPHYR_CMSIS_DSP_MODULE
+	bool
+	default y
+endmenu
+menu "cmsis-nn (/opt/ncs/modules/lib/cmsis-nn)"
+osource "$(ZEPHYR_CMSIS_NN_KCONFIG)"
+config ZEPHYR_CMSIS_NN_MODULE
+	bool
+	default y
+endmenu
+menu "fatfs (/opt/ncs/modules/fs/fatfs)"
+osource "$(ZEPHYR_FATFS_KCONFIG)"
+config ZEPHYR_FATFS_MODULE
+	bool
+	default y
+endmenu
+menu "hal_nordic (/opt/ncs/modules/hal/nordic)"
+osource "$(ZEPHYR_HAL_NORDIC_KCONFIG)"
+config ZEPHYR_HAL_NORDIC_MODULE
+	bool
+	default y
+endmenu
+menu "hal_st (/opt/ncs/modules/hal/st)"
+osource "$(ZEPHYR_HAL_ST_KCONFIG)"
+config ZEPHYR_HAL_ST_MODULE
+	bool
+	default y
+endmenu
+config ZEPHYR_HAL_WURTHELEKTRONIK_MODULE
+   bool
+   default y
+config ZEPHYR_LIBMETAL_MODULE
+   bool
+   default y
+menu "liblc3 (/opt/ncs/modules/lib/liblc3)"
+osource "$(ZEPHYR_LIBLC3_KCONFIG)"
+config ZEPHYR_LIBLC3_MODULE
+	bool
+	default y
+endmenu
+menu "littlefs (/opt/ncs/modules/fs/littlefs)"
+osource "$(ZEPHYR_LITTLEFS_KCONFIG)"
+config ZEPHYR_LITTLEFS_MODULE
+	bool
+	default y
+endmenu
+menu "loramac-node (/opt/ncs/modules/lib/loramac-node)"
+osource "$(ZEPHYR_LORAMAC_NODE_KCONFIG)"
+config ZEPHYR_LORAMAC_NODE_MODULE
+	bool
+	default y
+endmenu
+menu "lvgl (/opt/ncs/modules/lib/gui/lvgl)"
+osource "/opt/ncs/modules/lib/gui/lvgl/Kconfig"
+config ZEPHYR_LVGL_MODULE
+	bool
+	default y
+endmenu
+config ZEPHYR_MIPI_SYS_T_MODULE
+   bool
+   default y
+config ZEPHYR_NRF_HW_MODELS_MODULE
+   bool
+   default y
+config ZEPHYR_OPEN_AMP_MODULE
+   bool
+   default y
+menu "picolibc (/opt/ncs/modules/lib/picolibc)"
+osource "/opt/ncs/modules/lib/picolibc/zephyr/Kconfig"
+config ZEPHYR_PICOLIBC_MODULE
+	bool
+	default y
+endmenu
+menu "segger (/opt/ncs/modules/debug/segger)"
+osource "$(ZEPHYR_SEGGER_KCONFIG)"
+config ZEPHYR_SEGGER_MODULE
+	bool
+	default y
+endmenu
+config ZEPHYR_TINYCRYPT_MODULE
+   bool
+   default y
+menu "uoscore-uedhoc (/opt/ncs/modules/lib/uoscore-uedhoc)"
+osource "$(ZEPHYR_UOSCORE_UEDHOC_KCONFIG)"
+config ZEPHYR_UOSCORE_UEDHOC_MODULE
+	bool
+	default y
+endmenu
+menu "zcbor (/opt/ncs/modules/lib/zcbor)"
+osource "$(ZEPHYR_ZCBOR_KCONFIG)"
+config ZEPHYR_ZCBOR_MODULE
+	bool
+	default y
+endmenu
+menu "nrfxlib (/opt/ncs/nrfxlib)"
+osource "/opt/ncs/nrfxlib/Kconfig.nrfxlib"
+config ZEPHYR_NRFXLIB_MODULE
+	bool
+	default y
+endmenu
+menu "connectedhomeip (/opt/ncs/modules/lib/matter)"
+osource "/opt/ncs/modules/lib/matter/config/nrfconnect/chip-module/Kconfig"
+config ZEPHYR_CONNECTEDHOMEIP_MODULE
+	bool
+	default y
+endmenu
diff --git a/build/Kconfig/Kconfig.shield b/build/Kconfig/Kconfig.shield
new file mode 100644
index 0000000000000000000000000000000000000000..297a58ad240e1889aba2eb1e119bcb7af8f7a72c
--- /dev/null
+++ b/build/Kconfig/Kconfig.shield
@@ -0,0 +1 @@
+osource "/opt/ncs/nrf/boards/shields/*/Kconfig.shield"
diff --git a/build/Kconfig/Kconfig.shield.defconfig b/build/Kconfig/Kconfig.shield.defconfig
new file mode 100644
index 0000000000000000000000000000000000000000..04da90bb3974b3a1007d59d67ac1df5534a9ca59
--- /dev/null
+++ b/build/Kconfig/Kconfig.shield.defconfig
@@ -0,0 +1 @@
+osource "/opt/ncs/nrf/boards/shields/*/Kconfig.defconfig"
diff --git a/build/Kconfig/Kconfig.sysbuild.modules b/build/Kconfig/Kconfig.sysbuild.modules
new file mode 100644
index 0000000000000000000000000000000000000000..2f0fd641552d280d57f570fe44fded5f7d37d4b8
--- /dev/null
+++ b/build/Kconfig/Kconfig.sysbuild.modules
@@ -0,0 +1,132 @@
+menu "nrf (/opt/ncs/nrf)"
+osource "/opt/ncs/nrf/sysbuild/Kconfig.sysbuild"
+config ZEPHYR_NRF_MODULE
+	bool
+	default y
+endmenu
+config ZEPHYR_MCUBOOT_MODULE
+   bool
+   default y
+config ZEPHYR_MBEDTLS_MODULE
+   bool
+   default y
+config ZEPHYR_OBERON_PSA_CRYPTO_MODULE
+   bool
+   default y
+config ZEPHYR_TRUSTED_FIRMWARE_M_MODULE
+   bool
+   default y
+config ZEPHYR_PSA_ARCH_TESTS_MODULE
+   bool
+   default y
+config ZEPHYR_SOC_HWMV1_MODULE
+   bool
+   default y
+config ZEPHYR_CJSON_MODULE
+   bool
+   default y
+config ZEPHYR_AZURE_SDK_FOR_C_MODULE
+   bool
+   default y
+config ZEPHYR_CIRRUS_LOGIC_MODULE
+   bool
+   default y
+config ZEPHYR_OPENTHREAD_MODULE
+   bool
+   default y
+config ZEPHYR_SUIT_GENERATOR_MODULE
+   bool
+   default y
+config ZEPHYR_SUIT_PROCESSOR_MODULE
+   bool
+   default y
+config ZEPHYR_MEMFAULT_FIRMWARE_SDK_MODULE
+   bool
+   default y
+config ZEPHYR_COREMARK_MODULE
+   bool
+   default y
+config ZEPHYR_CANOPENNODE_MODULE
+   bool
+   default y
+config ZEPHYR_CHRE_MODULE
+   bool
+   default y
+config ZEPHYR_LZ4_MODULE
+   bool
+   default y
+config ZEPHYR_NANOPB_MODULE
+   bool
+   default y
+config ZEPHYR_TF_M_TESTS_MODULE
+   bool
+   default y
+config ZEPHYR_ZSCILIB_MODULE
+   bool
+   default y
+config ZEPHYR_CMSIS_MODULE
+   bool
+   default y
+config ZEPHYR_CMSIS_DSP_MODULE
+   bool
+   default y
+config ZEPHYR_CMSIS_NN_MODULE
+   bool
+   default y
+config ZEPHYR_FATFS_MODULE
+   bool
+   default y
+config ZEPHYR_HAL_NORDIC_MODULE
+   bool
+   default y
+config ZEPHYR_HAL_ST_MODULE
+   bool
+   default y
+config ZEPHYR_HAL_WURTHELEKTRONIK_MODULE
+   bool
+   default y
+config ZEPHYR_LIBMETAL_MODULE
+   bool
+   default y
+config ZEPHYR_LIBLC3_MODULE
+   bool
+   default y
+config ZEPHYR_LITTLEFS_MODULE
+   bool
+   default y
+config ZEPHYR_LORAMAC_NODE_MODULE
+   bool
+   default y
+config ZEPHYR_LVGL_MODULE
+   bool
+   default y
+config ZEPHYR_MIPI_SYS_T_MODULE
+   bool
+   default y
+config ZEPHYR_NRF_HW_MODELS_MODULE
+   bool
+   default y
+config ZEPHYR_OPEN_AMP_MODULE
+   bool
+   default y
+config ZEPHYR_PICOLIBC_MODULE
+   bool
+   default y
+config ZEPHYR_SEGGER_MODULE
+   bool
+   default y
+config ZEPHYR_TINYCRYPT_MODULE
+   bool
+   default y
+config ZEPHYR_UOSCORE_UEDHOC_MODULE
+   bool
+   default y
+config ZEPHYR_ZCBOR_MODULE
+   bool
+   default y
+config ZEPHYR_NRFXLIB_MODULE
+   bool
+   default y
+config ZEPHYR_CONNECTEDHOMEIP_MODULE
+   bool
+   default y
diff --git a/build/Kconfig/arch/Kconfig b/build/Kconfig/arch/Kconfig
new file mode 100644
index 0000000000000000000000000000000000000000..63646e43adb019cfee2f4b86814e154b458be366
--- /dev/null
+++ b/build/Kconfig/arch/Kconfig
@@ -0,0 +1,11 @@
+# Load arch Kconfig descriptions.
+osource "/opt/ncs/zephyr/arch/x86/Kconfig"
+osource "/opt/ncs/zephyr/arch/xtensa/Kconfig"
+osource "/opt/ncs/zephyr/arch/sparc/Kconfig"
+osource "/opt/ncs/zephyr/arch/riscv/Kconfig"
+osource "/opt/ncs/zephyr/arch/posix/Kconfig"
+osource "/opt/ncs/zephyr/arch/nios2/Kconfig"
+osource "/opt/ncs/zephyr/arch/mips/Kconfig"
+osource "/opt/ncs/zephyr/arch/arm64/Kconfig"
+osource "/opt/ncs/zephyr/arch/arm/Kconfig"
+osource "/opt/ncs/zephyr/arch/arc/Kconfig"
diff --git a/build/Kconfig/soc/Kconfig b/build/Kconfig/soc/Kconfig
new file mode 100644
index 0000000000000000000000000000000000000000..bc821244ea39ba02ca6e3c467e7615b605cad9f0
--- /dev/null
+++ b/build/Kconfig/soc/Kconfig
@@ -0,0 +1,82 @@
+# Load Zephyr SoC Kconfig descriptions.
+osource "/opt/ncs/zephyr/soc/xlnx/zynqmp/Kconfig"
+osource "/opt/ncs/zephyr/soc/xlnx/zynq7000/Kconfig"
+osource "/opt/ncs/zephyr/soc/xen/Kconfig"
+osource "/opt/ncs/zephyr/soc/ti/simplelink/Kconfig"
+osource "/opt/ncs/zephyr/soc/ti/lm3s6965/Kconfig"
+osource "/opt/ncs/zephyr/soc/ti/k3/Kconfig"
+osource "/opt/ncs/zephyr/soc/telink/tlsr/Kconfig"
+osource "/opt/ncs/zephyr/soc/starfive/jh71xx/Kconfig"
+osource "/opt/ncs/zephyr/soc/st/stm32/Kconfig"
+osource "/opt/ncs/zephyr/soc/snps/qemu_arc/Kconfig"
+osource "/opt/ncs/zephyr/soc/snps/nsim/Kconfig"
+osource "/opt/ncs/zephyr/soc/snps/hsdk4xd/Kconfig"
+osource "/opt/ncs/zephyr/soc/snps/hsdk/Kconfig"
+osource "/opt/ncs/zephyr/soc/snps/emsk/Kconfig"
+osource "/opt/ncs/zephyr/soc/snps/emsdp/Kconfig"
+osource "/opt/ncs/zephyr/soc/snps/arc_iot/Kconfig"
+osource "/opt/ncs/zephyr/soc/silabs/Kconfig"
+osource "/opt/ncs/zephyr/soc/sifive/sifive_freedom/Kconfig"
+osource "/opt/ncs/zephyr/soc/rockchip/Kconfig"
+osource "/opt/ncs/zephyr/soc/renode/riscv_virtual/Kconfig"
+osource "/opt/ncs/zephyr/soc/renesas/smartbond/Kconfig"
+osource "/opt/ncs/zephyr/soc/renesas/rzt2m/Kconfig"
+osource "/opt/ncs/zephyr/soc/renesas/rcar/Kconfig"
+osource "/opt/ncs/zephyr/soc/renesas/ra/Kconfig"
+osource "/opt/ncs/zephyr/soc/raspberrypi/Kconfig"
+osource "/opt/ncs/zephyr/soc/quicklogic/eos_s3/Kconfig"
+osource "/opt/ncs/zephyr/soc/qemu/virt_riscv/Kconfig"
+osource "/opt/ncs/zephyr/soc/qemu/malta/Kconfig"
+osource "/opt/ncs/zephyr/soc/openisa/rv32m1/Kconfig"
+osource "/opt/ncs/zephyr/soc/nxp/s32/Kconfig"
+osource "/opt/ncs/zephyr/soc/nxp/rw/Kconfig"
+osource "/opt/ncs/zephyr/soc/nxp/mcx/Kconfig"
+osource "/opt/ncs/zephyr/soc/nxp/lpc/Kconfig"
+osource "/opt/ncs/zephyr/soc/nxp/layerscape/Kconfig"
+osource "/opt/ncs/zephyr/soc/nxp/kinetis/Kconfig"
+osource "/opt/ncs/zephyr/soc/nxp/imxrt/Kconfig"
+osource "/opt/ncs/zephyr/soc/nxp/imx/Kconfig"
+osource "/opt/ncs/zephyr/soc/nuvoton/numicro/Kconfig"
+osource "/opt/ncs/zephyr/soc/nuvoton/numaker/Kconfig"
+osource "/opt/ncs/zephyr/soc/nuvoton/npcx/Kconfig"
+osource "/opt/ncs/zephyr/soc/nordic/Kconfig"
+osource "/opt/ncs/zephyr/soc/neorv32/Kconfig"
+osource "/opt/ncs/zephyr/soc/native/inf_clock/Kconfig"
+osource "/opt/ncs/zephyr/soc/microchip/miv/Kconfig"
+osource "/opt/ncs/zephyr/soc/microchip/mec/Kconfig"
+osource "/opt/ncs/zephyr/soc/lowrisc/opentitan/Kconfig"
+osource "/opt/ncs/zephyr/soc/litex/litex_vexriscv/Kconfig"
+osource "/opt/ncs/zephyr/soc/ite/ec/Kconfig"
+osource "/opt/ncs/zephyr/soc/intel/raptor_lake/Kconfig"
+osource "/opt/ncs/zephyr/soc/intel/lakemont/Kconfig"
+osource "/opt/ncs/zephyr/soc/intel/intel_socfpga_std/Kconfig"
+osource "/opt/ncs/zephyr/soc/intel/intel_socfpga/Kconfig"
+osource "/opt/ncs/zephyr/soc/intel/intel_niosv/Kconfig"
+osource "/opt/ncs/zephyr/soc/intel/intel_ish/Kconfig"
+osource "/opt/ncs/zephyr/soc/intel/intel_adsp/Kconfig"
+osource "/opt/ncs/zephyr/soc/intel/elkhart_lake/Kconfig"
+osource "/opt/ncs/zephyr/soc/intel/atom/Kconfig"
+osource "/opt/ncs/zephyr/soc/intel/apollo_lake/Kconfig"
+osource "/opt/ncs/zephyr/soc/intel/alder_lake/Kconfig"
+osource "/opt/ncs/zephyr/soc/infineon/cat3/Kconfig"
+osource "/opt/ncs/zephyr/soc/infineon/cat1a/Kconfig"
+osource "/opt/ncs/zephyr/soc/gd/gd32/Kconfig"
+osource "/opt/ncs/zephyr/soc/gaisler/leon3/Kconfig"
+osource "/opt/ncs/zephyr/soc/gaisler/gr716a/Kconfig"
+osource "/opt/ncs/zephyr/soc/espressif/Kconfig"
+osource "/opt/ncs/zephyr/soc/ene/kb1200/Kconfig"
+osource "/opt/ncs/zephyr/soc/efinix/sapphire/Kconfig"
+osource "/opt/ncs/zephyr/soc/cdns/xtensa_sample_controller/Kconfig"
+osource "/opt/ncs/zephyr/soc/cdns/dc233c/Kconfig"
+osource "/opt/ncs/zephyr/soc/brcm/bcmvk/Kconfig"
+osource "/opt/ncs/zephyr/soc/brcm/bcm2712/Kconfig"
+osource "/opt/ncs/zephyr/soc/brcm/bcm2711/Kconfig"
+osource "/opt/ncs/zephyr/soc/atmel/sam0/Kconfig"
+osource "/opt/ncs/zephyr/soc/atmel/sam/Kconfig"
+osource "/opt/ncs/zephyr/soc/aspeed/Kconfig"
+osource "/opt/ncs/zephyr/soc/arm/Kconfig"
+osource "/opt/ncs/zephyr/soc/arm/beetle/Kconfig"
+osource "/opt/ncs/zephyr/soc/andestech/Kconfig"
+osource "/opt/ncs/zephyr/soc/ambiq/Kconfig"
+osource "/opt/ncs/zephyr/soc/altr/zephyr_nios2f/Kconfig"
+osource "/opt/ncs/zephyr/soc/altr/qemu_nios2/Kconfig"
diff --git a/build/Kconfig/soc/Kconfig.defconfig b/build/Kconfig/soc/Kconfig.defconfig
new file mode 100644
index 0000000000000000000000000000000000000000..886882cdcc559ca59f0fd7fcd7ff1a434a1c7fad
--- /dev/null
+++ b/build/Kconfig/soc/Kconfig.defconfig
@@ -0,0 +1,82 @@
+# Load Zephyr SoC Kconfig defconfig.
+osource "/opt/ncs/zephyr/soc/xlnx/zynqmp/Kconfig.defconfig"
+osource "/opt/ncs/zephyr/soc/xlnx/zynq7000/Kconfig.defconfig"
+osource "/opt/ncs/zephyr/soc/xen/Kconfig.defconfig"
+osource "/opt/ncs/zephyr/soc/ti/simplelink/Kconfig.defconfig"
+osource "/opt/ncs/zephyr/soc/ti/lm3s6965/Kconfig.defconfig"
+osource "/opt/ncs/zephyr/soc/ti/k3/Kconfig.defconfig"
+osource "/opt/ncs/zephyr/soc/telink/tlsr/Kconfig.defconfig"
+osource "/opt/ncs/zephyr/soc/starfive/jh71xx/Kconfig.defconfig"
+osource "/opt/ncs/zephyr/soc/st/stm32/Kconfig.defconfig"
+osource "/opt/ncs/zephyr/soc/snps/qemu_arc/Kconfig.defconfig"
+osource "/opt/ncs/zephyr/soc/snps/nsim/Kconfig.defconfig"
+osource "/opt/ncs/zephyr/soc/snps/hsdk4xd/Kconfig.defconfig"
+osource "/opt/ncs/zephyr/soc/snps/hsdk/Kconfig.defconfig"
+osource "/opt/ncs/zephyr/soc/snps/emsk/Kconfig.defconfig"
+osource "/opt/ncs/zephyr/soc/snps/emsdp/Kconfig.defconfig"
+osource "/opt/ncs/zephyr/soc/snps/arc_iot/Kconfig.defconfig"
+osource "/opt/ncs/zephyr/soc/silabs/Kconfig.defconfig"
+osource "/opt/ncs/zephyr/soc/sifive/sifive_freedom/Kconfig.defconfig"
+osource "/opt/ncs/zephyr/soc/rockchip/Kconfig.defconfig"
+osource "/opt/ncs/zephyr/soc/renode/riscv_virtual/Kconfig.defconfig"
+osource "/opt/ncs/zephyr/soc/renesas/smartbond/Kconfig.defconfig"
+osource "/opt/ncs/zephyr/soc/renesas/rzt2m/Kconfig.defconfig"
+osource "/opt/ncs/zephyr/soc/renesas/rcar/Kconfig.defconfig"
+osource "/opt/ncs/zephyr/soc/renesas/ra/Kconfig.defconfig"
+osource "/opt/ncs/zephyr/soc/raspberrypi/Kconfig.defconfig"
+osource "/opt/ncs/zephyr/soc/quicklogic/eos_s3/Kconfig.defconfig"
+osource "/opt/ncs/zephyr/soc/qemu/virt_riscv/Kconfig.defconfig"
+osource "/opt/ncs/zephyr/soc/qemu/malta/Kconfig.defconfig"
+osource "/opt/ncs/zephyr/soc/openisa/rv32m1/Kconfig.defconfig"
+osource "/opt/ncs/zephyr/soc/nxp/s32/Kconfig.defconfig"
+osource "/opt/ncs/zephyr/soc/nxp/rw/Kconfig.defconfig"
+osource "/opt/ncs/zephyr/soc/nxp/mcx/Kconfig.defconfig"
+osource "/opt/ncs/zephyr/soc/nxp/lpc/Kconfig.defconfig"
+osource "/opt/ncs/zephyr/soc/nxp/layerscape/Kconfig.defconfig"
+osource "/opt/ncs/zephyr/soc/nxp/kinetis/Kconfig.defconfig"
+osource "/opt/ncs/zephyr/soc/nxp/imxrt/Kconfig.defconfig"
+osource "/opt/ncs/zephyr/soc/nxp/imx/Kconfig.defconfig"
+osource "/opt/ncs/zephyr/soc/nuvoton/numicro/Kconfig.defconfig"
+osource "/opt/ncs/zephyr/soc/nuvoton/numaker/Kconfig.defconfig"
+osource "/opt/ncs/zephyr/soc/nuvoton/npcx/Kconfig.defconfig"
+osource "/opt/ncs/zephyr/soc/nordic/Kconfig.defconfig"
+osource "/opt/ncs/zephyr/soc/neorv32/Kconfig.defconfig"
+osource "/opt/ncs/zephyr/soc/native/inf_clock/Kconfig.defconfig"
+osource "/opt/ncs/zephyr/soc/microchip/miv/Kconfig.defconfig"
+osource "/opt/ncs/zephyr/soc/microchip/mec/Kconfig.defconfig"
+osource "/opt/ncs/zephyr/soc/lowrisc/opentitan/Kconfig.defconfig"
+osource "/opt/ncs/zephyr/soc/litex/litex_vexriscv/Kconfig.defconfig"
+osource "/opt/ncs/zephyr/soc/ite/ec/Kconfig.defconfig"
+osource "/opt/ncs/zephyr/soc/intel/raptor_lake/Kconfig.defconfig"
+osource "/opt/ncs/zephyr/soc/intel/lakemont/Kconfig.defconfig"
+osource "/opt/ncs/zephyr/soc/intel/intel_socfpga_std/Kconfig.defconfig"
+osource "/opt/ncs/zephyr/soc/intel/intel_socfpga/Kconfig.defconfig"
+osource "/opt/ncs/zephyr/soc/intel/intel_niosv/Kconfig.defconfig"
+osource "/opt/ncs/zephyr/soc/intel/intel_ish/Kconfig.defconfig"
+osource "/opt/ncs/zephyr/soc/intel/intel_adsp/Kconfig.defconfig"
+osource "/opt/ncs/zephyr/soc/intel/elkhart_lake/Kconfig.defconfig"
+osource "/opt/ncs/zephyr/soc/intel/atom/Kconfig.defconfig"
+osource "/opt/ncs/zephyr/soc/intel/apollo_lake/Kconfig.defconfig"
+osource "/opt/ncs/zephyr/soc/intel/alder_lake/Kconfig.defconfig"
+osource "/opt/ncs/zephyr/soc/infineon/cat3/Kconfig.defconfig"
+osource "/opt/ncs/zephyr/soc/infineon/cat1a/Kconfig.defconfig"
+osource "/opt/ncs/zephyr/soc/gd/gd32/Kconfig.defconfig"
+osource "/opt/ncs/zephyr/soc/gaisler/leon3/Kconfig.defconfig"
+osource "/opt/ncs/zephyr/soc/gaisler/gr716a/Kconfig.defconfig"
+osource "/opt/ncs/zephyr/soc/espressif/Kconfig.defconfig"
+osource "/opt/ncs/zephyr/soc/ene/kb1200/Kconfig.defconfig"
+osource "/opt/ncs/zephyr/soc/efinix/sapphire/Kconfig.defconfig"
+osource "/opt/ncs/zephyr/soc/cdns/xtensa_sample_controller/Kconfig.defconfig"
+osource "/opt/ncs/zephyr/soc/cdns/dc233c/Kconfig.defconfig"
+osource "/opt/ncs/zephyr/soc/brcm/bcmvk/Kconfig.defconfig"
+osource "/opt/ncs/zephyr/soc/brcm/bcm2712/Kconfig.defconfig"
+osource "/opt/ncs/zephyr/soc/brcm/bcm2711/Kconfig.defconfig"
+osource "/opt/ncs/zephyr/soc/atmel/sam0/Kconfig.defconfig"
+osource "/opt/ncs/zephyr/soc/atmel/sam/Kconfig.defconfig"
+osource "/opt/ncs/zephyr/soc/aspeed/Kconfig.defconfig"
+osource "/opt/ncs/zephyr/soc/arm/Kconfig.defconfig"
+osource "/opt/ncs/zephyr/soc/arm/beetle/Kconfig.defconfig"
+osource "/opt/ncs/zephyr/soc/andestech/Kconfig.defconfig"
+osource "/opt/ncs/zephyr/soc/ambiq/Kconfig.defconfig"
+osource "/opt/ncs/zephyr/soc/altr/zephyr_nios2f/Kconfig.defconfig"
+osource "/opt/ncs/zephyr/soc/altr/qemu_nios2/Kconfig.defconfig"
diff --git a/build/Kconfig/soc/Kconfig.soc b/build/Kconfig/soc/Kconfig.soc
new file mode 100644
index 0000000000000000000000000000000000000000..dd66855fe3008030d44643f551435e805d0b4c80
--- /dev/null
+++ b/build/Kconfig/soc/Kconfig.soc
@@ -0,0 +1,82 @@
+# Load SoC Kconfig descriptions.
+osource "/opt/ncs/zephyr/soc/xlnx/zynqmp/Kconfig.soc"
+osource "/opt/ncs/zephyr/soc/xlnx/zynq7000/Kconfig.soc"
+osource "/opt/ncs/zephyr/soc/xen/Kconfig.soc"
+osource "/opt/ncs/zephyr/soc/ti/simplelink/Kconfig.soc"
+osource "/opt/ncs/zephyr/soc/ti/lm3s6965/Kconfig.soc"
+osource "/opt/ncs/zephyr/soc/ti/k3/Kconfig.soc"
+osource "/opt/ncs/zephyr/soc/telink/tlsr/Kconfig.soc"
+osource "/opt/ncs/zephyr/soc/starfive/jh71xx/Kconfig.soc"
+osource "/opt/ncs/zephyr/soc/st/stm32/Kconfig.soc"
+osource "/opt/ncs/zephyr/soc/snps/qemu_arc/Kconfig.soc"
+osource "/opt/ncs/zephyr/soc/snps/nsim/Kconfig.soc"
+osource "/opt/ncs/zephyr/soc/snps/hsdk4xd/Kconfig.soc"
+osource "/opt/ncs/zephyr/soc/snps/hsdk/Kconfig.soc"
+osource "/opt/ncs/zephyr/soc/snps/emsk/Kconfig.soc"
+osource "/opt/ncs/zephyr/soc/snps/emsdp/Kconfig.soc"
+osource "/opt/ncs/zephyr/soc/snps/arc_iot/Kconfig.soc"
+osource "/opt/ncs/zephyr/soc/silabs/Kconfig.soc"
+osource "/opt/ncs/zephyr/soc/sifive/sifive_freedom/Kconfig.soc"
+osource "/opt/ncs/zephyr/soc/rockchip/Kconfig.soc"
+osource "/opt/ncs/zephyr/soc/renode/riscv_virtual/Kconfig.soc"
+osource "/opt/ncs/zephyr/soc/renesas/smartbond/Kconfig.soc"
+osource "/opt/ncs/zephyr/soc/renesas/rzt2m/Kconfig.soc"
+osource "/opt/ncs/zephyr/soc/renesas/rcar/Kconfig.soc"
+osource "/opt/ncs/zephyr/soc/renesas/ra/Kconfig.soc"
+osource "/opt/ncs/zephyr/soc/raspberrypi/Kconfig.soc"
+osource "/opt/ncs/zephyr/soc/quicklogic/eos_s3/Kconfig.soc"
+osource "/opt/ncs/zephyr/soc/qemu/virt_riscv/Kconfig.soc"
+osource "/opt/ncs/zephyr/soc/qemu/malta/Kconfig.soc"
+osource "/opt/ncs/zephyr/soc/openisa/rv32m1/Kconfig.soc"
+osource "/opt/ncs/zephyr/soc/nxp/s32/Kconfig.soc"
+osource "/opt/ncs/zephyr/soc/nxp/rw/Kconfig.soc"
+osource "/opt/ncs/zephyr/soc/nxp/mcx/Kconfig.soc"
+osource "/opt/ncs/zephyr/soc/nxp/lpc/Kconfig.soc"
+osource "/opt/ncs/zephyr/soc/nxp/layerscape/Kconfig.soc"
+osource "/opt/ncs/zephyr/soc/nxp/kinetis/Kconfig.soc"
+osource "/opt/ncs/zephyr/soc/nxp/imxrt/Kconfig.soc"
+osource "/opt/ncs/zephyr/soc/nxp/imx/Kconfig.soc"
+osource "/opt/ncs/zephyr/soc/nuvoton/numicro/Kconfig.soc"
+osource "/opt/ncs/zephyr/soc/nuvoton/numaker/Kconfig.soc"
+osource "/opt/ncs/zephyr/soc/nuvoton/npcx/Kconfig.soc"
+osource "/opt/ncs/zephyr/soc/nordic/Kconfig.soc"
+osource "/opt/ncs/zephyr/soc/neorv32/Kconfig.soc"
+osource "/opt/ncs/zephyr/soc/native/inf_clock/Kconfig.soc"
+osource "/opt/ncs/zephyr/soc/microchip/miv/Kconfig.soc"
+osource "/opt/ncs/zephyr/soc/microchip/mec/Kconfig.soc"
+osource "/opt/ncs/zephyr/soc/lowrisc/opentitan/Kconfig.soc"
+osource "/opt/ncs/zephyr/soc/litex/litex_vexriscv/Kconfig.soc"
+osource "/opt/ncs/zephyr/soc/ite/ec/Kconfig.soc"
+osource "/opt/ncs/zephyr/soc/intel/raptor_lake/Kconfig.soc"
+osource "/opt/ncs/zephyr/soc/intel/lakemont/Kconfig.soc"
+osource "/opt/ncs/zephyr/soc/intel/intel_socfpga_std/Kconfig.soc"
+osource "/opt/ncs/zephyr/soc/intel/intel_socfpga/Kconfig.soc"
+osource "/opt/ncs/zephyr/soc/intel/intel_niosv/Kconfig.soc"
+osource "/opt/ncs/zephyr/soc/intel/intel_ish/Kconfig.soc"
+osource "/opt/ncs/zephyr/soc/intel/intel_adsp/Kconfig.soc"
+osource "/opt/ncs/zephyr/soc/intel/elkhart_lake/Kconfig.soc"
+osource "/opt/ncs/zephyr/soc/intel/atom/Kconfig.soc"
+osource "/opt/ncs/zephyr/soc/intel/apollo_lake/Kconfig.soc"
+osource "/opt/ncs/zephyr/soc/intel/alder_lake/Kconfig.soc"
+osource "/opt/ncs/zephyr/soc/infineon/cat3/Kconfig.soc"
+osource "/opt/ncs/zephyr/soc/infineon/cat1a/Kconfig.soc"
+osource "/opt/ncs/zephyr/soc/gd/gd32/Kconfig.soc"
+osource "/opt/ncs/zephyr/soc/gaisler/leon3/Kconfig.soc"
+osource "/opt/ncs/zephyr/soc/gaisler/gr716a/Kconfig.soc"
+osource "/opt/ncs/zephyr/soc/espressif/Kconfig.soc"
+osource "/opt/ncs/zephyr/soc/ene/kb1200/Kconfig.soc"
+osource "/opt/ncs/zephyr/soc/efinix/sapphire/Kconfig.soc"
+osource "/opt/ncs/zephyr/soc/cdns/xtensa_sample_controller/Kconfig.soc"
+osource "/opt/ncs/zephyr/soc/cdns/dc233c/Kconfig.soc"
+osource "/opt/ncs/zephyr/soc/brcm/bcmvk/Kconfig.soc"
+osource "/opt/ncs/zephyr/soc/brcm/bcm2712/Kconfig.soc"
+osource "/opt/ncs/zephyr/soc/brcm/bcm2711/Kconfig.soc"
+osource "/opt/ncs/zephyr/soc/atmel/sam0/Kconfig.soc"
+osource "/opt/ncs/zephyr/soc/atmel/sam/Kconfig.soc"
+osource "/opt/ncs/zephyr/soc/aspeed/Kconfig.soc"
+osource "/opt/ncs/zephyr/soc/arm/Kconfig.soc"
+osource "/opt/ncs/zephyr/soc/arm/beetle/Kconfig.soc"
+osource "/opt/ncs/zephyr/soc/andestech/Kconfig.soc"
+osource "/opt/ncs/zephyr/soc/ambiq/Kconfig.soc"
+osource "/opt/ncs/zephyr/soc/altr/zephyr_nios2f/Kconfig.soc"
+osource "/opt/ncs/zephyr/soc/altr/qemu_nios2/Kconfig.soc"
diff --git a/build/Kconfig/soc/Kconfig.sysbuild b/build/Kconfig/soc/Kconfig.sysbuild
new file mode 100644
index 0000000000000000000000000000000000000000..16e062de071cc47816fcc73038c9f6b3fe4f42a6
--- /dev/null
+++ b/build/Kconfig/soc/Kconfig.sysbuild
@@ -0,0 +1,82 @@
+# Load SoC sysbuild Kconfig descriptions.
+osource "/opt/ncs/zephyr/soc/xlnx/zynqmp/Kconfig.sysbuild"
+osource "/opt/ncs/zephyr/soc/xlnx/zynq7000/Kconfig.sysbuild"
+osource "/opt/ncs/zephyr/soc/xen/Kconfig.sysbuild"
+osource "/opt/ncs/zephyr/soc/ti/simplelink/Kconfig.sysbuild"
+osource "/opt/ncs/zephyr/soc/ti/lm3s6965/Kconfig.sysbuild"
+osource "/opt/ncs/zephyr/soc/ti/k3/Kconfig.sysbuild"
+osource "/opt/ncs/zephyr/soc/telink/tlsr/Kconfig.sysbuild"
+osource "/opt/ncs/zephyr/soc/starfive/jh71xx/Kconfig.sysbuild"
+osource "/opt/ncs/zephyr/soc/st/stm32/Kconfig.sysbuild"
+osource "/opt/ncs/zephyr/soc/snps/qemu_arc/Kconfig.sysbuild"
+osource "/opt/ncs/zephyr/soc/snps/nsim/Kconfig.sysbuild"
+osource "/opt/ncs/zephyr/soc/snps/hsdk4xd/Kconfig.sysbuild"
+osource "/opt/ncs/zephyr/soc/snps/hsdk/Kconfig.sysbuild"
+osource "/opt/ncs/zephyr/soc/snps/emsk/Kconfig.sysbuild"
+osource "/opt/ncs/zephyr/soc/snps/emsdp/Kconfig.sysbuild"
+osource "/opt/ncs/zephyr/soc/snps/arc_iot/Kconfig.sysbuild"
+osource "/opt/ncs/zephyr/soc/silabs/Kconfig.sysbuild"
+osource "/opt/ncs/zephyr/soc/sifive/sifive_freedom/Kconfig.sysbuild"
+osource "/opt/ncs/zephyr/soc/rockchip/Kconfig.sysbuild"
+osource "/opt/ncs/zephyr/soc/renode/riscv_virtual/Kconfig.sysbuild"
+osource "/opt/ncs/zephyr/soc/renesas/smartbond/Kconfig.sysbuild"
+osource "/opt/ncs/zephyr/soc/renesas/rzt2m/Kconfig.sysbuild"
+osource "/opt/ncs/zephyr/soc/renesas/rcar/Kconfig.sysbuild"
+osource "/opt/ncs/zephyr/soc/renesas/ra/Kconfig.sysbuild"
+osource "/opt/ncs/zephyr/soc/raspberrypi/Kconfig.sysbuild"
+osource "/opt/ncs/zephyr/soc/quicklogic/eos_s3/Kconfig.sysbuild"
+osource "/opt/ncs/zephyr/soc/qemu/virt_riscv/Kconfig.sysbuild"
+osource "/opt/ncs/zephyr/soc/qemu/malta/Kconfig.sysbuild"
+osource "/opt/ncs/zephyr/soc/openisa/rv32m1/Kconfig.sysbuild"
+osource "/opt/ncs/zephyr/soc/nxp/s32/Kconfig.sysbuild"
+osource "/opt/ncs/zephyr/soc/nxp/rw/Kconfig.sysbuild"
+osource "/opt/ncs/zephyr/soc/nxp/mcx/Kconfig.sysbuild"
+osource "/opt/ncs/zephyr/soc/nxp/lpc/Kconfig.sysbuild"
+osource "/opt/ncs/zephyr/soc/nxp/layerscape/Kconfig.sysbuild"
+osource "/opt/ncs/zephyr/soc/nxp/kinetis/Kconfig.sysbuild"
+osource "/opt/ncs/zephyr/soc/nxp/imxrt/Kconfig.sysbuild"
+osource "/opt/ncs/zephyr/soc/nxp/imx/Kconfig.sysbuild"
+osource "/opt/ncs/zephyr/soc/nuvoton/numicro/Kconfig.sysbuild"
+osource "/opt/ncs/zephyr/soc/nuvoton/numaker/Kconfig.sysbuild"
+osource "/opt/ncs/zephyr/soc/nuvoton/npcx/Kconfig.sysbuild"
+osource "/opt/ncs/zephyr/soc/nordic/Kconfig.sysbuild"
+osource "/opt/ncs/zephyr/soc/neorv32/Kconfig.sysbuild"
+osource "/opt/ncs/zephyr/soc/native/inf_clock/Kconfig.sysbuild"
+osource "/opt/ncs/zephyr/soc/microchip/miv/Kconfig.sysbuild"
+osource "/opt/ncs/zephyr/soc/microchip/mec/Kconfig.sysbuild"
+osource "/opt/ncs/zephyr/soc/lowrisc/opentitan/Kconfig.sysbuild"
+osource "/opt/ncs/zephyr/soc/litex/litex_vexriscv/Kconfig.sysbuild"
+osource "/opt/ncs/zephyr/soc/ite/ec/Kconfig.sysbuild"
+osource "/opt/ncs/zephyr/soc/intel/raptor_lake/Kconfig.sysbuild"
+osource "/opt/ncs/zephyr/soc/intel/lakemont/Kconfig.sysbuild"
+osource "/opt/ncs/zephyr/soc/intel/intel_socfpga_std/Kconfig.sysbuild"
+osource "/opt/ncs/zephyr/soc/intel/intel_socfpga/Kconfig.sysbuild"
+osource "/opt/ncs/zephyr/soc/intel/intel_niosv/Kconfig.sysbuild"
+osource "/opt/ncs/zephyr/soc/intel/intel_ish/Kconfig.sysbuild"
+osource "/opt/ncs/zephyr/soc/intel/intel_adsp/Kconfig.sysbuild"
+osource "/opt/ncs/zephyr/soc/intel/elkhart_lake/Kconfig.sysbuild"
+osource "/opt/ncs/zephyr/soc/intel/atom/Kconfig.sysbuild"
+osource "/opt/ncs/zephyr/soc/intel/apollo_lake/Kconfig.sysbuild"
+osource "/opt/ncs/zephyr/soc/intel/alder_lake/Kconfig.sysbuild"
+osource "/opt/ncs/zephyr/soc/infineon/cat3/Kconfig.sysbuild"
+osource "/opt/ncs/zephyr/soc/infineon/cat1a/Kconfig.sysbuild"
+osource "/opt/ncs/zephyr/soc/gd/gd32/Kconfig.sysbuild"
+osource "/opt/ncs/zephyr/soc/gaisler/leon3/Kconfig.sysbuild"
+osource "/opt/ncs/zephyr/soc/gaisler/gr716a/Kconfig.sysbuild"
+osource "/opt/ncs/zephyr/soc/espressif/Kconfig.sysbuild"
+osource "/opt/ncs/zephyr/soc/ene/kb1200/Kconfig.sysbuild"
+osource "/opt/ncs/zephyr/soc/efinix/sapphire/Kconfig.sysbuild"
+osource "/opt/ncs/zephyr/soc/cdns/xtensa_sample_controller/Kconfig.sysbuild"
+osource "/opt/ncs/zephyr/soc/cdns/dc233c/Kconfig.sysbuild"
+osource "/opt/ncs/zephyr/soc/brcm/bcmvk/Kconfig.sysbuild"
+osource "/opt/ncs/zephyr/soc/brcm/bcm2712/Kconfig.sysbuild"
+osource "/opt/ncs/zephyr/soc/brcm/bcm2711/Kconfig.sysbuild"
+osource "/opt/ncs/zephyr/soc/atmel/sam0/Kconfig.sysbuild"
+osource "/opt/ncs/zephyr/soc/atmel/sam/Kconfig.sysbuild"
+osource "/opt/ncs/zephyr/soc/aspeed/Kconfig.sysbuild"
+osource "/opt/ncs/zephyr/soc/arm/Kconfig.sysbuild"
+osource "/opt/ncs/zephyr/soc/arm/beetle/Kconfig.sysbuild"
+osource "/opt/ncs/zephyr/soc/andestech/Kconfig.sysbuild"
+osource "/opt/ncs/zephyr/soc/ambiq/Kconfig.sysbuild"
+osource "/opt/ncs/zephyr/soc/altr/zephyr_nios2f/Kconfig.sysbuild"
+osource "/opt/ncs/zephyr/soc/altr/qemu_nios2/Kconfig.sysbuild"
diff --git a/build/app/libapp.a b/build/app/libapp.a
new file mode 100644
index 0000000000000000000000000000000000000000..b210ce409d450b61a40918ab4c2295198fa9b820
Binary files /dev/null and b/build/app/libapp.a differ
diff --git a/build/build.ninja b/build/build.ninja
new file mode 100644
index 0000000000000000000000000000000000000000..6b232615d5ac926bc7a0ed586ff3a74c1bb5b612
--- /dev/null
+++ b/build/build.ninja
@@ -0,0 +1,11039 @@
+# CMAKE generated file: DO NOT EDIT!
+# Generated by "Ninja" Generator, CMake Version 3.30
+
+# This file contains all the build statements describing the
+# compilation DAG.
+
+# =============================================================================
+# Write statements declared in CMakeLists.txt:
+# 
+# Which is the root file.
+# =============================================================================
+
+# =============================================================================
+# Project: lorawan
+# 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/code/workspace/projet_systm_menacer/projetalexiot/build/
+
+#############################################
+# Utility command for boards
+
+build boards: phony CMakeFiles/boards
+
+
+#############################################
+# Utility command for shields
+
+build shields: phony CMakeFiles/shields
+
+
+#############################################
+# Utility command for snippets_scope
+
+build snippets_scope: phony
+
+
+#############################################
+# 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 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/driver_validation_h_target zephyr/kobj_types_h_target zephyr/syscall_list_h_target zephyr/zephyr_generated_headers
+
+build CMakeFiles/app.dir/src/main.c.obj: C_COMPILER__app_unscanned_ /home/code/workspace/projet_systm_menacer/projetalexiot/src/main.c || cmake_object_order_depends_target_app
+  DEFINES = -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -D_ANSI_SOURCE -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1
+  DEP_FILE = CMakeFiles/app.dir/src/main.c.obj.d
+  FLAGS = -fno-strict-aliasing -Os -imacros /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99
+  INCLUDES = -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/zephyr/lib/libc/common/include
+  OBJECT_DIR = CMakeFiles/app.dir
+  OBJECT_FILE_DIR = CMakeFiles/app.dir/src
+
+
+# =============================================================================
+# 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/src/main.c.obj || zephyr/driver_validation_h_target zephyr/kobj_types_h_target zephyr/syscall_list_h_target zephyr/zephyr_generated_headers
+  OBJECT_DIR = CMakeFiles/app.dir
+  POST_BUILD = :
+  PRE_LINK = :
+  TARGET_FILE = app/libapp.a
+  TARGET_PDB = app.a.dbg
+
+
+#############################################
+# Utility command for edit_cache
+
+build CMakeFiles/edit_cache.util: CUSTOM_COMMAND
+  COMMAND = cd /home/code/workspace/projet_systm_menacer/projetalexiot/build && /opt/bin/ccmake -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  DESC = Running CMake cache editor...
+  pool = console
+  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/code/workspace/projet_systm_menacer/projetalexiot/build && /opt/bin/cmake --regenerate-during-build -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  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/code/workspace/projet_systm_menacer/projetalexiot/build && /opt/venv/bin/python3 /opt/ncs/zephyr/scripts/list_boards.py --board-root=/opt/ncs/nrf --board-root=/opt/ncs/zephyr --arch-root=/opt/ncs/zephyr --soc-root=/opt/ncs/modules/soc-hwmv1 --soc-root=/opt/ncs/zephyr
+  pool = console
+
+
+#############################################
+# Custom command for CMakeFiles/shields
+
+build CMakeFiles/shields | ${cmake_ninja_workdir}CMakeFiles/shields: CUSTOM_COMMAND
+  COMMAND = cd /home/code/workspace/projet_systm_menacer/projetalexiot/build && /opt/bin/cmake -E echo adafruit_2_8_tft_touch_v2 && /opt/bin/cmake -E echo adafruit_2_8_tft_touch_v2_nano && /opt/bin/cmake -E echo adafruit_can_picowbell && /opt/bin/cmake -E echo adafruit_data_logger && /opt/bin/cmake -E echo adafruit_neopixel_grid_bff && /opt/bin/cmake -E echo adafruit_neopixel_grid_bff_display && /opt/bin/cmake -E echo adafruit_pca9685 && /opt/bin/cmake -E echo adafruit_winc1500 && /opt/bin/cmake -E echo amg88xx_eval_kit && /opt/bin/cmake -E echo amg88xx_grid_eye_eval_shield && /opt/bin/cmake -E echo arceli_eth_w5500 && /opt/bin/cmake -E echo arduino_uno_click && /opt/bin/cmake -E echo atmel_rf2xx && /opt/bin/cmake -E echo atmel_rf2xx_arduino && /opt/bin/cmake -E echo atmel_rf2xx_legacy && /opt/bin/cmake -E echo atmel_rf2xx_mikrobus && /opt/bin/cmake -E echo atmel_rf2xx_xplained && /opt/bin/cmake -E echo atmel_rf2xx_xpro && /opt/bin/cmake -E echo boostxl_ulpsense && /opt/bin/cmake -E echo buydisplay_2_8_tft_touch_arduino && /opt/bin/cmake -E echo buydisplay_3_5_tft_touch_arduino && /opt/bin/cmake -E echo coverage_support && /opt/bin/cmake -E echo dac80508_evm && /opt/bin/cmake -E echo dfrobot_can_bus_v2_0 && /opt/bin/cmake -E echo esp_8266 && /opt/bin/cmake -E echo esp_8266_arduino && /opt/bin/cmake -E echo esp_8266_mikrobus && /opt/bin/cmake -E echo frdm_cr20a && /opt/bin/cmake -E echo frdm_kw41z && /opt/bin/cmake -E echo frdm_stbc_agm01 && /opt/bin/cmake -E echo ftdi_vm800c && /opt/bin/cmake -E echo g1120b0mipi && /opt/bin/cmake -E echo inventek_eswifi && /opt/bin/cmake -E echo inventek_eswifi_arduino_spi && /opt/bin/cmake -E echo inventek_eswifi_arduino_uart && /opt/bin/cmake -E echo keyestudio_can_bus_ks0411 && /opt/bin/cmake -E echo link_board_eth && /opt/bin/cmake -E echo lmp90100_evb && /opt/bin/cmake -E echo ls013b7dh03 && /opt/bin/cmake -E echo m5stack_core2_ext && /opt/bin/cmake -E echo max7219_8x8 && /opt/bin/cmake -E echo mikroe_accel13_click && /opt/bin/cmake -E echo mikroe_adc_click && /opt/bin/cmake -E echo mikroe_eth_click && /opt/bin/cmake -E echo mikroe_mcp2518fd_click && /opt/bin/cmake -E echo mikroe_weather_click && /opt/bin/cmake -E echo mikroe_wifi_bt_click && /opt/bin/cmake -E echo mikroe_wifi_bt_click_arduino && /opt/bin/cmake -E echo mikroe_wifi_bt_click_mikrobus && /opt/bin/cmake -E echo npm1100_ek && /opt/bin/cmake -E echo npm1300_ek && /opt/bin/cmake -E echo npm6001_ek && /opt/bin/cmake -E echo nrf21540ek && /opt/bin/cmake -E echo nrf21540ek_fwd && /opt/bin/cmake -E echo nrf2220ek && /opt/bin/cmake -E echo nrf2220ek_fwd && /opt/bin/cmake -E echo nrf2240ek && /opt/bin/cmake -E echo nrf2240ek_fwd && /opt/bin/cmake -E echo nrf7002eb && /opt/bin/cmake -E echo nrf7002eb_coex && /opt/bin/cmake -E echo nrf7002ek && /opt/bin/cmake -E echo nrf7002ek_coex && /opt/bin/cmake -E echo nrf7002ek_nrf7000 && /opt/bin/cmake -E echo nrf7002ek_nrf7000_coex && /opt/bin/cmake -E echo nrf7002ek_nrf7001 && /opt/bin/cmake -E echo nrf7002ek_nrf7001_coex && /opt/bin/cmake -E echo nrf700x_nrf54h20dk && /opt/bin/cmake -E echo nrf700x_nrf54l15pdk && /opt/bin/cmake -E echo pca63565 && /opt/bin/cmake -E echo pca63566 && /opt/bin/cmake -E echo rk055hdmipi4m && /opt/bin/cmake -E echo rk055hdmipi4ma0 && /opt/bin/cmake -E echo rpi_pico_uno_flexypin && /opt/bin/cmake -E echo seeed_xiao_expansion_board && /opt/bin/cmake -E echo seeed_xiao_round_display && /opt/bin/cmake -E echo semtech_sx1262mb2das && /opt/bin/cmake -E echo semtech_sx1272mb2das && /opt/bin/cmake -E echo semtech_sx1276mb1mas && /opt/bin/cmake -E echo sh1106_128x64 && /opt/bin/cmake -E echo sparkfun_max3421e && /opt/bin/cmake -E echo sparkfun_sara_r4 && /opt/bin/cmake -E echo ssd1306_128x32 && /opt/bin/cmake -E echo ssd1306_128x64 && /opt/bin/cmake -E echo ssd1306_128x64_spi && /opt/bin/cmake -E echo st7735r_ada_160x128 && /opt/bin/cmake -E echo st7789v_tl019fqv01 && /opt/bin/cmake -E echo st7789v_waveshare_240x240 && /opt/bin/cmake -E echo st_b_lcd40_dsi1_mb1166 && /opt/bin/cmake -E echo st_b_lcd40_dsi1_mb1166_a09 && /opt/bin/cmake -E echo tcan4550evm && /opt/bin/cmake -E echo ti_bp_bassensorsmkii && /opt/bin/cmake -E echo v2c_daplink && /opt/bin/cmake -E echo v2c_daplink_cfg && /opt/bin/cmake -E echo waveshare_epaper_gdeh0154a07 && /opt/bin/cmake -E echo waveshare_epaper_gdeh0213b1 && /opt/bin/cmake -E echo waveshare_epaper_gdeh0213b72 && /opt/bin/cmake -E echo waveshare_epaper_gdeh029a1 && /opt/bin/cmake -E echo waveshare_epaper_gdew042t2 && /opt/bin/cmake -E echo waveshare_epaper_gdew042t2-p && /opt/bin/cmake -E echo waveshare_epaper_gdew075t7 && /opt/bin/cmake -E echo waveshare_pico_ups_b && /opt/bin/cmake -E echo wnc_m14a2a && /opt/bin/cmake -E echo x_nucleo_53l0a1 && /opt/bin/cmake -E echo x_nucleo_bnrg2a1 && /opt/bin/cmake -E echo x_nucleo_eeprma2 && /opt/bin/cmake -E echo x_nucleo_idb05a1 && /opt/bin/cmake -E echo x_nucleo_iks01a1 && /opt/bin/cmake -E echo x_nucleo_iks01a2 && /opt/bin/cmake -E echo x_nucleo_iks01a2_shub && /opt/bin/cmake -E echo x_nucleo_iks01a3 && /opt/bin/cmake -E echo x_nucleo_iks01a3_shub && /opt/bin/cmake -E echo x_nucleo_iks02a1 && /opt/bin/cmake -E echo x_nucleo_iks02a1_mic && /opt/bin/cmake -E echo x_nucleo_iks02a1_shub && /opt/bin/cmake -E echo x_nucleo_iks4a1 && /opt/bin/cmake -E echo x_nucleo_iks4a1_shub1 && /opt/bin/cmake -E echo x_nucleo_iks4a1_shub2
+  pool = console
+
+
+#############################################
+# Custom command for CMakeFiles/snippets
+
+build CMakeFiles/snippets | ${cmake_ninja_workdir}CMakeFiles/snippets: CUSTOM_COMMAND
+  COMMAND = cd /home/code/workspace/projet_systm_menacer/projetalexiot/build && /opt/bin/cmake -E echo cdc-acm-console && /opt/bin/cmake -E echo diagnostic-logs && /opt/bin/cmake -E echo nordic-bt-rpc && /opt/bin/cmake -E echo nordic-flpr && /opt/bin/cmake -E echo nordic-flpr-xip && /opt/bin/cmake -E echo nordic-ppr && /opt/bin/cmake -E echo nordic-ppr-xip && /opt/bin/cmake -E echo nrf70-debug && /opt/bin/cmake -E echo nrf70-fw-patch-ext-flash && /opt/bin/cmake -E echo nrf91-modem-trace-ext-flash && /opt/bin/cmake -E echo nrf91-modem-trace-uart && /opt/bin/cmake -E echo nus-console && /opt/bin/cmake -E echo rtt-console && /opt/bin/cmake -E echo tfm-enable-share-uart && /opt/bin/cmake -E echo xen_dom0
+  pool = console
+
+
+#############################################
+# Custom command for CMakeFiles/menuconfig
+
+build CMakeFiles/menuconfig | ${cmake_ninja_workdir}CMakeFiles/menuconfig: CUSTOM_COMMAND
+  COMMAND = cd /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/kconfig && /opt/bin/cmake -E env ZEPHYR_BASE=/opt/ncs/zephyr PYTHON_EXECUTABLE=/opt/venv/bin/python3 srctree=/opt/ncs/zephyr KERNELVERSION=0x3066300 APPVERSION= APP_VERSION_EXTENDED_STRING= APP_VERSION_TWEAK_STRING= CONFIG_=CONFIG_ KCONFIG_CONFIG=/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/.config BOARD_DIR=/opt/ncs/zephyr/boards/bbc/microbit_v2 BOARD=bbc_microbit_v2 BOARD_REVISION= BOARD_QUALIFIERS=/nrf52833 HWM_SCHEME=v2 KCONFIG_BINARY_DIR=/home/code/workspace/projet_systm_menacer/projetalexiot/build/Kconfig APPLICATION_SOURCE_DIR=/home/code/workspace/projet_systm_menacer/projetalexiot ZEPHYR_TOOLCHAIN_VARIANT=zephyr TOOLCHAIN_KCONFIG_DIR=/opt/zephyr-sdk-0.16.8/cmake/zephyr TOOLCHAIN_HAS_NEWLIB=y TOOLCHAIN_HAS_PICOLIBC=y HIDE_CHILD_PARENT_CONFIG= EDT_PICKLE=/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/edt.pickle NCS_MEMFAULT_FIRMWARE_SDK_KCONFIG=/opt/ncs/nrf/modules/memfault-firmware-sdk/Kconfig ZEPHYR_NRF_MODULE_DIR=/opt/ncs/nrf ZEPHYR_MCUBOOT_MODULE_DIR=/opt/ncs/bootloader/mcuboot ZEPHYR_MCUBOOT_KCONFIG=/opt/ncs/nrf/modules/mcuboot/Kconfig ZEPHYR_MBEDTLS_MODULE_DIR=/opt/ncs/modules/crypto/mbedtls ZEPHYR_MBEDTLS_KCONFIG=/opt/ncs/zephyr/modules/mbedtls/Kconfig ZEPHYR_OBERON_PSA_CRYPTO_MODULE_DIR=/opt/ncs/modules/crypto/oberon-psa-crypto ZEPHYR_TRUSTED_FIRMWARE_M_MODULE_DIR=/opt/ncs/modules/tee/tf-m/trusted-firmware-m ZEPHYR_TRUSTED_FIRMWARE_M_KCONFIG=/opt/ncs/nrf/modules/trusted-firmware-m/Kconfig ZEPHYR_PSA_ARCH_TESTS_MODULE_DIR=/opt/ncs/modules/tee/tf-m/psa-arch-tests ZEPHYR_SOC_HWMV1_MODULE_DIR=/opt/ncs/modules/soc-hwmv1 ZEPHYR_CJSON_MODULE_DIR=/opt/ncs/modules/lib/cjson ZEPHYR_CJSON_KCONFIG=/opt/ncs/nrf/modules/cjson/Kconfig ZEPHYR_AZURE_SDK_FOR_C_MODULE_DIR=/opt/ncs/modules/lib/azure-sdk-for-c ZEPHYR_AZURE_SDK_FOR_C_KCONFIG=/opt/ncs/nrf/modules/azure-sdk-for-c/Kconfig ZEPHYR_CIRRUS_LOGIC_MODULE_DIR=/opt/ncs/modules/hal/cirrus-logic ZEPHYR_OPENTHREAD_MODULE_DIR=/opt/ncs/modules/lib/openthread ZEPHYR_OPENTHREAD_KCONFIG=/opt/ncs/zephyr/modules/openthread/Kconfig ZEPHYR_SUIT_GENERATOR_MODULE_DIR=/opt/ncs/modules/lib/suit-generator ZEPHYR_SUIT_PROCESSOR_MODULE_DIR=/opt/ncs/modules/lib/suit-processor ZEPHYR_MEMFAULT_FIRMWARE_SDK_MODULE_DIR=/opt/ncs/modules/lib/memfault-firmware-sdk ZEPHYR_COREMARK_MODULE_DIR=/opt/ncs/modules/benchmark/coremark ZEPHYR_COREMARK_KCONFIG=/opt/ncs/nrf/modules/coremark/Kconfig ZEPHYR_CANOPENNODE_MODULE_DIR=/opt/ncs/modules/lib/canopennode ZEPHYR_CANOPENNODE_KCONFIG=/opt/ncs/zephyr/modules/canopennode/Kconfig ZEPHYR_CHRE_MODULE_DIR=/opt/ncs/modules/lib/chre ZEPHYR_LZ4_MODULE_DIR=/opt/ncs/modules/lib/lz4 ZEPHYR_LZ4_KCONFIG=/opt/ncs/zephyr/modules/lz4/Kconfig ZEPHYR_NANOPB_MODULE_DIR=/opt/ncs/modules/lib/nanopb ZEPHYR_NANOPB_KCONFIG=/opt/ncs/zephyr/modules/nanopb/Kconfig ZEPHYR_TF_M_TESTS_MODULE_DIR=/opt/ncs/modules/tee/tf-m/tf-m-tests ZEPHYR_ZSCILIB_MODULE_DIR=/opt/ncs/modules/lib/zscilib ZEPHYR_CMSIS_MODULE_DIR=/opt/ncs/modules/hal/cmsis ZEPHYR_CMSIS_KCONFIG=/opt/ncs/zephyr/modules/cmsis/Kconfig ZEPHYR_CMSIS_DSP_MODULE_DIR=/opt/ncs/modules/lib/cmsis-dsp ZEPHYR_CMSIS_DSP_KCONFIG=/opt/ncs/zephyr/modules/cmsis-dsp/Kconfig ZEPHYR_CMSIS_NN_MODULE_DIR=/opt/ncs/modules/lib/cmsis-nn ZEPHYR_CMSIS_NN_KCONFIG=/opt/ncs/zephyr/modules/cmsis-nn/Kconfig ZEPHYR_FATFS_MODULE_DIR=/opt/ncs/modules/fs/fatfs ZEPHYR_FATFS_KCONFIG=/opt/ncs/zephyr/modules/fatfs/Kconfig ZEPHYR_HAL_NORDIC_MODULE_DIR=/opt/ncs/modules/hal/nordic ZEPHYR_HAL_NORDIC_KCONFIG=/opt/ncs/zephyr/modules/hal_nordic/Kconfig ZEPHYR_HAL_ST_MODULE_DIR=/opt/ncs/modules/hal/st ZEPHYR_HAL_ST_KCONFIG=/opt/ncs/zephyr/modules/hal_st/Kconfig ZEPHYR_HAL_WURTHELEKTRONIK_MODULE_DIR=/opt/ncs/modules/hal/wurthelektronik ZEPHYR_LIBMETAL_MODULE_DIR=/opt/ncs/modules/hal/libmetal ZEPHYR_LIBLC3_MODULE_DIR=/opt/ncs/modules/lib/liblc3 ZEPHYR_LIBLC3_KCONFIG=/opt/ncs/zephyr/modules/liblc3/Kconfig ZEPHYR_LITTLEFS_MODULE_DIR=/opt/ncs/modules/fs/littlefs ZEPHYR_LITTLEFS_KCONFIG=/opt/ncs/zephyr/modules/littlefs/Kconfig ZEPHYR_LORAMAC_NODE_MODULE_DIR=/opt/ncs/modules/lib/loramac-node ZEPHYR_LORAMAC_NODE_KCONFIG=/opt/ncs/zephyr/modules/loramac-node/Kconfig ZEPHYR_LVGL_MODULE_DIR=/opt/ncs/modules/lib/gui/lvgl ZEPHYR_LVGL_KCONFIG=/opt/ncs/zephyr/modules/lvgl/Kconfig ZEPHYR_MIPI_SYS_T_MODULE_DIR=/opt/ncs/modules/debug/mipi-sys-t ZEPHYR_NRF_HW_MODELS_MODULE_DIR=/opt/ncs/modules/bsim_hw_models/nrf_hw_models ZEPHYR_OPEN_AMP_MODULE_DIR=/opt/ncs/modules/lib/open-amp ZEPHYR_PICOLIBC_MODULE_DIR=/opt/ncs/modules/lib/picolibc ZEPHYR_SEGGER_MODULE_DIR=/opt/ncs/modules/debug/segger ZEPHYR_SEGGER_KCONFIG=/opt/ncs/zephyr/modules/segger/Kconfig ZEPHYR_TINYCRYPT_MODULE_DIR=/opt/ncs/modules/crypto/tinycrypt ZEPHYR_UOSCORE_UEDHOC_MODULE_DIR=/opt/ncs/modules/lib/uoscore-uedhoc ZEPHYR_UOSCORE_UEDHOC_KCONFIG=/opt/ncs/zephyr/modules/uoscore-uedhoc/Kconfig ZEPHYR_ZCBOR_MODULE_DIR=/opt/ncs/modules/lib/zcbor ZEPHYR_ZCBOR_KCONFIG=/opt/ncs/zephyr/modules/zcbor/Kconfig ZEPHYR_NRFXLIB_MODULE_DIR=/opt/ncs/nrfxlib ZEPHYR_CONNECTEDHOMEIP_MODULE_DIR=/opt/ncs/modules/lib/matter ARCH=* ARCH_DIR=/opt/ncs/zephyr/arch SHIELD_AS_LIST= DTS_POST_CPP=/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/zephyr.dts.pre DTS_ROOT_BINDINGS=/opt/ncs/nrf/dts/bindings?/opt/ncs/zephyr/dts/bindings /opt/venv/bin/python3 /opt/ncs/zephyr/scripts/kconfig/menuconfig.py /opt/ncs/zephyr/Kconfig
+  pool = console
+
+
+#############################################
+# Custom command for CMakeFiles/guiconfig
+
+build CMakeFiles/guiconfig | ${cmake_ninja_workdir}CMakeFiles/guiconfig: CUSTOM_COMMAND
+  COMMAND = cd /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/kconfig && /opt/bin/cmake -E env ZEPHYR_BASE=/opt/ncs/zephyr PYTHON_EXECUTABLE=/opt/venv/bin/python3 srctree=/opt/ncs/zephyr KERNELVERSION=0x3066300 APPVERSION= APP_VERSION_EXTENDED_STRING= APP_VERSION_TWEAK_STRING= CONFIG_=CONFIG_ KCONFIG_CONFIG=/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/.config BOARD_DIR=/opt/ncs/zephyr/boards/bbc/microbit_v2 BOARD=bbc_microbit_v2 BOARD_REVISION= BOARD_QUALIFIERS=/nrf52833 HWM_SCHEME=v2 KCONFIG_BINARY_DIR=/home/code/workspace/projet_systm_menacer/projetalexiot/build/Kconfig APPLICATION_SOURCE_DIR=/home/code/workspace/projet_systm_menacer/projetalexiot ZEPHYR_TOOLCHAIN_VARIANT=zephyr TOOLCHAIN_KCONFIG_DIR=/opt/zephyr-sdk-0.16.8/cmake/zephyr TOOLCHAIN_HAS_NEWLIB=y TOOLCHAIN_HAS_PICOLIBC=y HIDE_CHILD_PARENT_CONFIG= EDT_PICKLE=/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/edt.pickle NCS_MEMFAULT_FIRMWARE_SDK_KCONFIG=/opt/ncs/nrf/modules/memfault-firmware-sdk/Kconfig ZEPHYR_NRF_MODULE_DIR=/opt/ncs/nrf ZEPHYR_MCUBOOT_MODULE_DIR=/opt/ncs/bootloader/mcuboot ZEPHYR_MCUBOOT_KCONFIG=/opt/ncs/nrf/modules/mcuboot/Kconfig ZEPHYR_MBEDTLS_MODULE_DIR=/opt/ncs/modules/crypto/mbedtls ZEPHYR_MBEDTLS_KCONFIG=/opt/ncs/zephyr/modules/mbedtls/Kconfig ZEPHYR_OBERON_PSA_CRYPTO_MODULE_DIR=/opt/ncs/modules/crypto/oberon-psa-crypto ZEPHYR_TRUSTED_FIRMWARE_M_MODULE_DIR=/opt/ncs/modules/tee/tf-m/trusted-firmware-m ZEPHYR_TRUSTED_FIRMWARE_M_KCONFIG=/opt/ncs/nrf/modules/trusted-firmware-m/Kconfig ZEPHYR_PSA_ARCH_TESTS_MODULE_DIR=/opt/ncs/modules/tee/tf-m/psa-arch-tests ZEPHYR_SOC_HWMV1_MODULE_DIR=/opt/ncs/modules/soc-hwmv1 ZEPHYR_CJSON_MODULE_DIR=/opt/ncs/modules/lib/cjson ZEPHYR_CJSON_KCONFIG=/opt/ncs/nrf/modules/cjson/Kconfig ZEPHYR_AZURE_SDK_FOR_C_MODULE_DIR=/opt/ncs/modules/lib/azure-sdk-for-c ZEPHYR_AZURE_SDK_FOR_C_KCONFIG=/opt/ncs/nrf/modules/azure-sdk-for-c/Kconfig ZEPHYR_CIRRUS_LOGIC_MODULE_DIR=/opt/ncs/modules/hal/cirrus-logic ZEPHYR_OPENTHREAD_MODULE_DIR=/opt/ncs/modules/lib/openthread ZEPHYR_OPENTHREAD_KCONFIG=/opt/ncs/zephyr/modules/openthread/Kconfig ZEPHYR_SUIT_GENERATOR_MODULE_DIR=/opt/ncs/modules/lib/suit-generator ZEPHYR_SUIT_PROCESSOR_MODULE_DIR=/opt/ncs/modules/lib/suit-processor ZEPHYR_MEMFAULT_FIRMWARE_SDK_MODULE_DIR=/opt/ncs/modules/lib/memfault-firmware-sdk ZEPHYR_COREMARK_MODULE_DIR=/opt/ncs/modules/benchmark/coremark ZEPHYR_COREMARK_KCONFIG=/opt/ncs/nrf/modules/coremark/Kconfig ZEPHYR_CANOPENNODE_MODULE_DIR=/opt/ncs/modules/lib/canopennode ZEPHYR_CANOPENNODE_KCONFIG=/opt/ncs/zephyr/modules/canopennode/Kconfig ZEPHYR_CHRE_MODULE_DIR=/opt/ncs/modules/lib/chre ZEPHYR_LZ4_MODULE_DIR=/opt/ncs/modules/lib/lz4 ZEPHYR_LZ4_KCONFIG=/opt/ncs/zephyr/modules/lz4/Kconfig ZEPHYR_NANOPB_MODULE_DIR=/opt/ncs/modules/lib/nanopb ZEPHYR_NANOPB_KCONFIG=/opt/ncs/zephyr/modules/nanopb/Kconfig ZEPHYR_TF_M_TESTS_MODULE_DIR=/opt/ncs/modules/tee/tf-m/tf-m-tests ZEPHYR_ZSCILIB_MODULE_DIR=/opt/ncs/modules/lib/zscilib ZEPHYR_CMSIS_MODULE_DIR=/opt/ncs/modules/hal/cmsis ZEPHYR_CMSIS_KCONFIG=/opt/ncs/zephyr/modules/cmsis/Kconfig ZEPHYR_CMSIS_DSP_MODULE_DIR=/opt/ncs/modules/lib/cmsis-dsp ZEPHYR_CMSIS_DSP_KCONFIG=/opt/ncs/zephyr/modules/cmsis-dsp/Kconfig ZEPHYR_CMSIS_NN_MODULE_DIR=/opt/ncs/modules/lib/cmsis-nn ZEPHYR_CMSIS_NN_KCONFIG=/opt/ncs/zephyr/modules/cmsis-nn/Kconfig ZEPHYR_FATFS_MODULE_DIR=/opt/ncs/modules/fs/fatfs ZEPHYR_FATFS_KCONFIG=/opt/ncs/zephyr/modules/fatfs/Kconfig ZEPHYR_HAL_NORDIC_MODULE_DIR=/opt/ncs/modules/hal/nordic ZEPHYR_HAL_NORDIC_KCONFIG=/opt/ncs/zephyr/modules/hal_nordic/Kconfig ZEPHYR_HAL_ST_MODULE_DIR=/opt/ncs/modules/hal/st ZEPHYR_HAL_ST_KCONFIG=/opt/ncs/zephyr/modules/hal_st/Kconfig ZEPHYR_HAL_WURTHELEKTRONIK_MODULE_DIR=/opt/ncs/modules/hal/wurthelektronik ZEPHYR_LIBMETAL_MODULE_DIR=/opt/ncs/modules/hal/libmetal ZEPHYR_LIBLC3_MODULE_DIR=/opt/ncs/modules/lib/liblc3 ZEPHYR_LIBLC3_KCONFIG=/opt/ncs/zephyr/modules/liblc3/Kconfig ZEPHYR_LITTLEFS_MODULE_DIR=/opt/ncs/modules/fs/littlefs ZEPHYR_LITTLEFS_KCONFIG=/opt/ncs/zephyr/modules/littlefs/Kconfig ZEPHYR_LORAMAC_NODE_MODULE_DIR=/opt/ncs/modules/lib/loramac-node ZEPHYR_LORAMAC_NODE_KCONFIG=/opt/ncs/zephyr/modules/loramac-node/Kconfig ZEPHYR_LVGL_MODULE_DIR=/opt/ncs/modules/lib/gui/lvgl ZEPHYR_LVGL_KCONFIG=/opt/ncs/zephyr/modules/lvgl/Kconfig ZEPHYR_MIPI_SYS_T_MODULE_DIR=/opt/ncs/modules/debug/mipi-sys-t ZEPHYR_NRF_HW_MODELS_MODULE_DIR=/opt/ncs/modules/bsim_hw_models/nrf_hw_models ZEPHYR_OPEN_AMP_MODULE_DIR=/opt/ncs/modules/lib/open-amp ZEPHYR_PICOLIBC_MODULE_DIR=/opt/ncs/modules/lib/picolibc ZEPHYR_SEGGER_MODULE_DIR=/opt/ncs/modules/debug/segger ZEPHYR_SEGGER_KCONFIG=/opt/ncs/zephyr/modules/segger/Kconfig ZEPHYR_TINYCRYPT_MODULE_DIR=/opt/ncs/modules/crypto/tinycrypt ZEPHYR_UOSCORE_UEDHOC_MODULE_DIR=/opt/ncs/modules/lib/uoscore-uedhoc ZEPHYR_UOSCORE_UEDHOC_KCONFIG=/opt/ncs/zephyr/modules/uoscore-uedhoc/Kconfig ZEPHYR_ZCBOR_MODULE_DIR=/opt/ncs/modules/lib/zcbor ZEPHYR_ZCBOR_KCONFIG=/opt/ncs/zephyr/modules/zcbor/Kconfig ZEPHYR_NRFXLIB_MODULE_DIR=/opt/ncs/nrfxlib ZEPHYR_CONNECTEDHOMEIP_MODULE_DIR=/opt/ncs/modules/lib/matter ARCH=* ARCH_DIR=/opt/ncs/zephyr/arch SHIELD_AS_LIST= DTS_POST_CPP=/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/zephyr.dts.pre DTS_ROOT_BINDINGS=/opt/ncs/nrf/dts/bindings?/opt/ncs/zephyr/dts/bindings /opt/venv/bin/python3 /opt/ncs/zephyr/scripts/kconfig/guiconfig.py /opt/ncs/zephyr/Kconfig
+  pool = console
+
+
+#############################################
+# Custom command for CMakeFiles/hardenconfig
+
+build CMakeFiles/hardenconfig | ${cmake_ninja_workdir}CMakeFiles/hardenconfig: CUSTOM_COMMAND
+  COMMAND = cd /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/kconfig && /opt/bin/cmake -E env ZEPHYR_BASE=/opt/ncs/zephyr PYTHON_EXECUTABLE=/opt/venv/bin/python3 srctree=/opt/ncs/zephyr KERNELVERSION=0x3066300 APPVERSION= APP_VERSION_EXTENDED_STRING= APP_VERSION_TWEAK_STRING= CONFIG_=CONFIG_ KCONFIG_CONFIG=/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/.config BOARD_DIR=/opt/ncs/zephyr/boards/bbc/microbit_v2 BOARD=bbc_microbit_v2 BOARD_REVISION= BOARD_QUALIFIERS=/nrf52833 HWM_SCHEME=v2 KCONFIG_BINARY_DIR=/home/code/workspace/projet_systm_menacer/projetalexiot/build/Kconfig APPLICATION_SOURCE_DIR=/home/code/workspace/projet_systm_menacer/projetalexiot ZEPHYR_TOOLCHAIN_VARIANT=zephyr TOOLCHAIN_KCONFIG_DIR=/opt/zephyr-sdk-0.16.8/cmake/zephyr TOOLCHAIN_HAS_NEWLIB=y TOOLCHAIN_HAS_PICOLIBC=y HIDE_CHILD_PARENT_CONFIG= EDT_PICKLE=/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/edt.pickle NCS_MEMFAULT_FIRMWARE_SDK_KCONFIG=/opt/ncs/nrf/modules/memfault-firmware-sdk/Kconfig ZEPHYR_NRF_MODULE_DIR=/opt/ncs/nrf ZEPHYR_MCUBOOT_MODULE_DIR=/opt/ncs/bootloader/mcuboot ZEPHYR_MCUBOOT_KCONFIG=/opt/ncs/nrf/modules/mcuboot/Kconfig ZEPHYR_MBEDTLS_MODULE_DIR=/opt/ncs/modules/crypto/mbedtls ZEPHYR_MBEDTLS_KCONFIG=/opt/ncs/zephyr/modules/mbedtls/Kconfig ZEPHYR_OBERON_PSA_CRYPTO_MODULE_DIR=/opt/ncs/modules/crypto/oberon-psa-crypto ZEPHYR_TRUSTED_FIRMWARE_M_MODULE_DIR=/opt/ncs/modules/tee/tf-m/trusted-firmware-m ZEPHYR_TRUSTED_FIRMWARE_M_KCONFIG=/opt/ncs/nrf/modules/trusted-firmware-m/Kconfig ZEPHYR_PSA_ARCH_TESTS_MODULE_DIR=/opt/ncs/modules/tee/tf-m/psa-arch-tests ZEPHYR_SOC_HWMV1_MODULE_DIR=/opt/ncs/modules/soc-hwmv1 ZEPHYR_CJSON_MODULE_DIR=/opt/ncs/modules/lib/cjson ZEPHYR_CJSON_KCONFIG=/opt/ncs/nrf/modules/cjson/Kconfig ZEPHYR_AZURE_SDK_FOR_C_MODULE_DIR=/opt/ncs/modules/lib/azure-sdk-for-c ZEPHYR_AZURE_SDK_FOR_C_KCONFIG=/opt/ncs/nrf/modules/azure-sdk-for-c/Kconfig ZEPHYR_CIRRUS_LOGIC_MODULE_DIR=/opt/ncs/modules/hal/cirrus-logic ZEPHYR_OPENTHREAD_MODULE_DIR=/opt/ncs/modules/lib/openthread ZEPHYR_OPENTHREAD_KCONFIG=/opt/ncs/zephyr/modules/openthread/Kconfig ZEPHYR_SUIT_GENERATOR_MODULE_DIR=/opt/ncs/modules/lib/suit-generator ZEPHYR_SUIT_PROCESSOR_MODULE_DIR=/opt/ncs/modules/lib/suit-processor ZEPHYR_MEMFAULT_FIRMWARE_SDK_MODULE_DIR=/opt/ncs/modules/lib/memfault-firmware-sdk ZEPHYR_COREMARK_MODULE_DIR=/opt/ncs/modules/benchmark/coremark ZEPHYR_COREMARK_KCONFIG=/opt/ncs/nrf/modules/coremark/Kconfig ZEPHYR_CANOPENNODE_MODULE_DIR=/opt/ncs/modules/lib/canopennode ZEPHYR_CANOPENNODE_KCONFIG=/opt/ncs/zephyr/modules/canopennode/Kconfig ZEPHYR_CHRE_MODULE_DIR=/opt/ncs/modules/lib/chre ZEPHYR_LZ4_MODULE_DIR=/opt/ncs/modules/lib/lz4 ZEPHYR_LZ4_KCONFIG=/opt/ncs/zephyr/modules/lz4/Kconfig ZEPHYR_NANOPB_MODULE_DIR=/opt/ncs/modules/lib/nanopb ZEPHYR_NANOPB_KCONFIG=/opt/ncs/zephyr/modules/nanopb/Kconfig ZEPHYR_TF_M_TESTS_MODULE_DIR=/opt/ncs/modules/tee/tf-m/tf-m-tests ZEPHYR_ZSCILIB_MODULE_DIR=/opt/ncs/modules/lib/zscilib ZEPHYR_CMSIS_MODULE_DIR=/opt/ncs/modules/hal/cmsis ZEPHYR_CMSIS_KCONFIG=/opt/ncs/zephyr/modules/cmsis/Kconfig ZEPHYR_CMSIS_DSP_MODULE_DIR=/opt/ncs/modules/lib/cmsis-dsp ZEPHYR_CMSIS_DSP_KCONFIG=/opt/ncs/zephyr/modules/cmsis-dsp/Kconfig ZEPHYR_CMSIS_NN_MODULE_DIR=/opt/ncs/modules/lib/cmsis-nn ZEPHYR_CMSIS_NN_KCONFIG=/opt/ncs/zephyr/modules/cmsis-nn/Kconfig ZEPHYR_FATFS_MODULE_DIR=/opt/ncs/modules/fs/fatfs ZEPHYR_FATFS_KCONFIG=/opt/ncs/zephyr/modules/fatfs/Kconfig ZEPHYR_HAL_NORDIC_MODULE_DIR=/opt/ncs/modules/hal/nordic ZEPHYR_HAL_NORDIC_KCONFIG=/opt/ncs/zephyr/modules/hal_nordic/Kconfig ZEPHYR_HAL_ST_MODULE_DIR=/opt/ncs/modules/hal/st ZEPHYR_HAL_ST_KCONFIG=/opt/ncs/zephyr/modules/hal_st/Kconfig ZEPHYR_HAL_WURTHELEKTRONIK_MODULE_DIR=/opt/ncs/modules/hal/wurthelektronik ZEPHYR_LIBMETAL_MODULE_DIR=/opt/ncs/modules/hal/libmetal ZEPHYR_LIBLC3_MODULE_DIR=/opt/ncs/modules/lib/liblc3 ZEPHYR_LIBLC3_KCONFIG=/opt/ncs/zephyr/modules/liblc3/Kconfig ZEPHYR_LITTLEFS_MODULE_DIR=/opt/ncs/modules/fs/littlefs ZEPHYR_LITTLEFS_KCONFIG=/opt/ncs/zephyr/modules/littlefs/Kconfig ZEPHYR_LORAMAC_NODE_MODULE_DIR=/opt/ncs/modules/lib/loramac-node ZEPHYR_LORAMAC_NODE_KCONFIG=/opt/ncs/zephyr/modules/loramac-node/Kconfig ZEPHYR_LVGL_MODULE_DIR=/opt/ncs/modules/lib/gui/lvgl ZEPHYR_LVGL_KCONFIG=/opt/ncs/zephyr/modules/lvgl/Kconfig ZEPHYR_MIPI_SYS_T_MODULE_DIR=/opt/ncs/modules/debug/mipi-sys-t ZEPHYR_NRF_HW_MODELS_MODULE_DIR=/opt/ncs/modules/bsim_hw_models/nrf_hw_models ZEPHYR_OPEN_AMP_MODULE_DIR=/opt/ncs/modules/lib/open-amp ZEPHYR_PICOLIBC_MODULE_DIR=/opt/ncs/modules/lib/picolibc ZEPHYR_SEGGER_MODULE_DIR=/opt/ncs/modules/debug/segger ZEPHYR_SEGGER_KCONFIG=/opt/ncs/zephyr/modules/segger/Kconfig ZEPHYR_TINYCRYPT_MODULE_DIR=/opt/ncs/modules/crypto/tinycrypt ZEPHYR_UOSCORE_UEDHOC_MODULE_DIR=/opt/ncs/modules/lib/uoscore-uedhoc ZEPHYR_UOSCORE_UEDHOC_KCONFIG=/opt/ncs/zephyr/modules/uoscore-uedhoc/Kconfig ZEPHYR_ZCBOR_MODULE_DIR=/opt/ncs/modules/lib/zcbor ZEPHYR_ZCBOR_KCONFIG=/opt/ncs/zephyr/modules/zcbor/Kconfig ZEPHYR_NRFXLIB_MODULE_DIR=/opt/ncs/nrfxlib ZEPHYR_CONNECTEDHOMEIP_MODULE_DIR=/opt/ncs/modules/lib/matter ARCH=* ARCH_DIR=/opt/ncs/zephyr/arch SHIELD_AS_LIST= DTS_POST_CPP=/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/zephyr.dts.pre DTS_ROOT_BINDINGS=/opt/ncs/nrf/dts/bindings?/opt/ncs/zephyr/dts/bindings /opt/venv/bin/python3 /opt/ncs/zephyr/scripts/kconfig/hardenconfig.py /opt/ncs/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/code/workspace/projet_systm_menacer/projetalexiot/build && /opt/bin/cmake -DBINARY_DIR=/home/code/workspace/projet_systm_menacer/projetalexiot/build -DSOURCE_DIR=/home/code/workspace/projet_systm_menacer/projetalexiot -P /opt/ncs/zephyr/cmake/pristine.cmake
+
+# =============================================================================
+# Write statements declared in CMakeLists.txt:
+# /opt/ncs/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/driver_validation_h_target zephyr/kobj_types_h_target zephyr/syscall_list_h_target zephyr/zephyr_generated_headers
+
+build zephyr/CMakeFiles/zephyr.dir/lib/crc/crc32c_sw.c.obj: C_COMPILER__zephyr_unscanned_ /opt/ncs/zephyr/lib/crc/crc32c_sw.c || cmake_object_order_depends_target_zephyr
+  DEFINES = -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -D_ANSI_SOURCE -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1
+  DEP_FILE = zephyr/CMakeFiles/zephyr.dir/lib/crc/crc32c_sw.c.obj.d
+  FLAGS = -fno-strict-aliasing -Os -imacros /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99
+  INCLUDES = -I/opt/ncs/zephyr/kernel/include -I/opt/ncs/zephyr/arch/arm/include -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/zephyr/lib/libc/common/include
+  OBJECT_DIR = zephyr/CMakeFiles/zephyr.dir
+  OBJECT_FILE_DIR = zephyr/CMakeFiles/zephyr.dir/lib/crc
+
+build zephyr/CMakeFiles/zephyr.dir/lib/crc/crc32_sw.c.obj: C_COMPILER__zephyr_unscanned_ /opt/ncs/zephyr/lib/crc/crc32_sw.c || cmake_object_order_depends_target_zephyr
+  DEFINES = -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -D_ANSI_SOURCE -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1
+  DEP_FILE = zephyr/CMakeFiles/zephyr.dir/lib/crc/crc32_sw.c.obj.d
+  FLAGS = -fno-strict-aliasing -Os -imacros /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99
+  INCLUDES = -I/opt/ncs/zephyr/kernel/include -I/opt/ncs/zephyr/arch/arm/include -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/zephyr/lib/libc/common/include
+  OBJECT_DIR = zephyr/CMakeFiles/zephyr.dir
+  OBJECT_FILE_DIR = zephyr/CMakeFiles/zephyr.dir/lib/crc
+
+build zephyr/CMakeFiles/zephyr.dir/lib/crc/crc24_sw.c.obj: C_COMPILER__zephyr_unscanned_ /opt/ncs/zephyr/lib/crc/crc24_sw.c || cmake_object_order_depends_target_zephyr
+  DEFINES = -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -D_ANSI_SOURCE -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1
+  DEP_FILE = zephyr/CMakeFiles/zephyr.dir/lib/crc/crc24_sw.c.obj.d
+  FLAGS = -fno-strict-aliasing -Os -imacros /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99
+  INCLUDES = -I/opt/ncs/zephyr/kernel/include -I/opt/ncs/zephyr/arch/arm/include -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/zephyr/lib/libc/common/include
+  OBJECT_DIR = zephyr/CMakeFiles/zephyr.dir
+  OBJECT_FILE_DIR = zephyr/CMakeFiles/zephyr.dir/lib/crc
+
+build zephyr/CMakeFiles/zephyr.dir/lib/crc/crc16_sw.c.obj: C_COMPILER__zephyr_unscanned_ /opt/ncs/zephyr/lib/crc/crc16_sw.c || cmake_object_order_depends_target_zephyr
+  DEFINES = -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -D_ANSI_SOURCE -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1
+  DEP_FILE = zephyr/CMakeFiles/zephyr.dir/lib/crc/crc16_sw.c.obj.d
+  FLAGS = -fno-strict-aliasing -Os -imacros /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99
+  INCLUDES = -I/opt/ncs/zephyr/kernel/include -I/opt/ncs/zephyr/arch/arm/include -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/zephyr/lib/libc/common/include
+  OBJECT_DIR = zephyr/CMakeFiles/zephyr.dir
+  OBJECT_FILE_DIR = zephyr/CMakeFiles/zephyr.dir/lib/crc
+
+build zephyr/CMakeFiles/zephyr.dir/lib/crc/crc8_sw.c.obj: C_COMPILER__zephyr_unscanned_ /opt/ncs/zephyr/lib/crc/crc8_sw.c || cmake_object_order_depends_target_zephyr
+  DEFINES = -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -D_ANSI_SOURCE -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1
+  DEP_FILE = zephyr/CMakeFiles/zephyr.dir/lib/crc/crc8_sw.c.obj.d
+  FLAGS = -fno-strict-aliasing -Os -imacros /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99
+  INCLUDES = -I/opt/ncs/zephyr/kernel/include -I/opt/ncs/zephyr/arch/arm/include -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/zephyr/lib/libc/common/include
+  OBJECT_DIR = zephyr/CMakeFiles/zephyr.dir
+  OBJECT_FILE_DIR = zephyr/CMakeFiles/zephyr.dir/lib/crc
+
+build zephyr/CMakeFiles/zephyr.dir/lib/crc/crc7_sw.c.obj: C_COMPILER__zephyr_unscanned_ /opt/ncs/zephyr/lib/crc/crc7_sw.c || cmake_object_order_depends_target_zephyr
+  DEFINES = -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -D_ANSI_SOURCE -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1
+  DEP_FILE = zephyr/CMakeFiles/zephyr.dir/lib/crc/crc7_sw.c.obj.d
+  FLAGS = -fno-strict-aliasing -Os -imacros /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99
+  INCLUDES = -I/opt/ncs/zephyr/kernel/include -I/opt/ncs/zephyr/arch/arm/include -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/zephyr/lib/libc/common/include
+  OBJECT_DIR = zephyr/CMakeFiles/zephyr.dir
+  OBJECT_FILE_DIR = zephyr/CMakeFiles/zephyr.dir/lib/crc
+
+build zephyr/CMakeFiles/zephyr.dir/lib/crc/crc4_sw.c.obj: C_COMPILER__zephyr_unscanned_ /opt/ncs/zephyr/lib/crc/crc4_sw.c || cmake_object_order_depends_target_zephyr
+  DEFINES = -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -D_ANSI_SOURCE -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1
+  DEP_FILE = zephyr/CMakeFiles/zephyr.dir/lib/crc/crc4_sw.c.obj.d
+  FLAGS = -fno-strict-aliasing -Os -imacros /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99
+  INCLUDES = -I/opt/ncs/zephyr/kernel/include -I/opt/ncs/zephyr/arch/arm/include -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/zephyr/lib/libc/common/include
+  OBJECT_DIR = zephyr/CMakeFiles/zephyr.dir
+  OBJECT_FILE_DIR = zephyr/CMakeFiles/zephyr.dir/lib/crc
+
+build zephyr/CMakeFiles/zephyr.dir/lib/heap/heap.c.obj: C_COMPILER__zephyr_unscanned_ /opt/ncs/zephyr/lib/heap/heap.c || cmake_object_order_depends_target_zephyr
+  DEFINES = -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -D_ANSI_SOURCE -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/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99
+  INCLUDES = -I/opt/ncs/zephyr/kernel/include -I/opt/ncs/zephyr/arch/arm/include -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/zephyr/lib/libc/common/include
+  OBJECT_DIR = zephyr/CMakeFiles/zephyr.dir
+  OBJECT_FILE_DIR = zephyr/CMakeFiles/zephyr.dir/lib/heap
+
+build zephyr/CMakeFiles/zephyr.dir/lib/os/cbprintf_packaged.c.obj: C_COMPILER__zephyr_unscanned_ /opt/ncs/zephyr/lib/os/cbprintf_packaged.c || cmake_object_order_depends_target_zephyr
+  DEFINES = -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -D_ANSI_SOURCE -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/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99
+  INCLUDES = -I/opt/ncs/zephyr/kernel/include -I/opt/ncs/zephyr/arch/arm/include -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/zephyr/lib/libc/common/include
+  OBJECT_DIR = zephyr/CMakeFiles/zephyr.dir
+  OBJECT_FILE_DIR = zephyr/CMakeFiles/zephyr.dir/lib/os
+
+build zephyr/CMakeFiles/zephyr.dir/lib/os/printk.c.obj: C_COMPILER__zephyr_unscanned_ /opt/ncs/zephyr/lib/os/printk.c || cmake_object_order_depends_target_zephyr
+  DEFINES = -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -D_ANSI_SOURCE -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/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99
+  INCLUDES = -I/opt/ncs/zephyr/kernel/include -I/opt/ncs/zephyr/arch/arm/include -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/zephyr/lib/libc/common/include
+  OBJECT_DIR = zephyr/CMakeFiles/zephyr.dir
+  OBJECT_FILE_DIR = zephyr/CMakeFiles/zephyr.dir/lib/os
+
+build zephyr/CMakeFiles/zephyr.dir/lib/os/sem.c.obj: C_COMPILER__zephyr_unscanned_ /opt/ncs/zephyr/lib/os/sem.c || cmake_object_order_depends_target_zephyr
+  DEFINES = -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -D_ANSI_SOURCE -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1
+  DEP_FILE = zephyr/CMakeFiles/zephyr.dir/lib/os/sem.c.obj.d
+  FLAGS = -fno-strict-aliasing -Os -imacros /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99
+  INCLUDES = -I/opt/ncs/zephyr/kernel/include -I/opt/ncs/zephyr/arch/arm/include -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/zephyr/lib/libc/common/include
+  OBJECT_DIR = zephyr/CMakeFiles/zephyr.dir
+  OBJECT_FILE_DIR = zephyr/CMakeFiles/zephyr.dir/lib/os
+
+build zephyr/CMakeFiles/zephyr.dir/lib/os/thread_entry.c.obj: C_COMPILER__zephyr_unscanned_ /opt/ncs/zephyr/lib/os/thread_entry.c || cmake_object_order_depends_target_zephyr
+  DEFINES = -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -D_ANSI_SOURCE -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1
+  DEP_FILE = zephyr/CMakeFiles/zephyr.dir/lib/os/thread_entry.c.obj.d
+  FLAGS = -fno-strict-aliasing -Os -imacros /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99
+  INCLUDES = -I/opt/ncs/zephyr/kernel/include -I/opt/ncs/zephyr/arch/arm/include -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/zephyr/lib/libc/common/include
+  OBJECT_DIR = zephyr/CMakeFiles/zephyr.dir
+  OBJECT_FILE_DIR = zephyr/CMakeFiles/zephyr.dir/lib/os
+
+build zephyr/CMakeFiles/zephyr.dir/lib/os/cbprintf_complete.c.obj: C_COMPILER__zephyr_unscanned_ /opt/ncs/zephyr/lib/os/cbprintf_complete.c || cmake_object_order_depends_target_zephyr
+  DEFINES = -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -D_ANSI_SOURCE -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1
+  DEP_FILE = zephyr/CMakeFiles/zephyr.dir/lib/os/cbprintf_complete.c.obj.d
+  FLAGS = -fno-strict-aliasing -Os -imacros /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99
+  INCLUDES = -I/opt/ncs/zephyr/kernel/include -I/opt/ncs/zephyr/arch/arm/include -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/zephyr/lib/libc/common/include
+  OBJECT_DIR = zephyr/CMakeFiles/zephyr.dir
+  OBJECT_FILE_DIR = zephyr/CMakeFiles/zephyr.dir/lib/os
+
+build zephyr/CMakeFiles/zephyr.dir/lib/os/cbprintf.c.obj: C_COMPILER__zephyr_unscanned_ /opt/ncs/zephyr/lib/os/cbprintf.c || cmake_object_order_depends_target_zephyr
+  DEFINES = -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -D_ANSI_SOURCE -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1
+  DEP_FILE = zephyr/CMakeFiles/zephyr.dir/lib/os/cbprintf.c.obj.d
+  FLAGS = -fno-strict-aliasing -Os -imacros /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99
+  INCLUDES = -I/opt/ncs/zephyr/kernel/include -I/opt/ncs/zephyr/arch/arm/include -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/zephyr/lib/libc/common/include
+  OBJECT_DIR = zephyr/CMakeFiles/zephyr.dir
+  OBJECT_FILE_DIR = zephyr/CMakeFiles/zephyr.dir/lib/os
+
+build zephyr/CMakeFiles/zephyr.dir/lib/os/assert.c.obj: C_COMPILER__zephyr_unscanned_ /opt/ncs/zephyr/lib/os/assert.c || cmake_object_order_depends_target_zephyr
+  DEFINES = -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -D_ANSI_SOURCE -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/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99
+  INCLUDES = -I/opt/ncs/zephyr/kernel/include -I/opt/ncs/zephyr/arch/arm/include -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/zephyr/lib/libc/common/include
+  OBJECT_DIR = zephyr/CMakeFiles/zephyr.dir
+  OBJECT_FILE_DIR = zephyr/CMakeFiles/zephyr.dir/lib/os
+
+build zephyr/CMakeFiles/zephyr.dir/lib/os/mpsc_pbuf.c.obj: C_COMPILER__zephyr_unscanned_ /opt/ncs/zephyr/lib/os/mpsc_pbuf.c || cmake_object_order_depends_target_zephyr
+  DEFINES = -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -D_ANSI_SOURCE -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1
+  DEP_FILE = zephyr/CMakeFiles/zephyr.dir/lib/os/mpsc_pbuf.c.obj.d
+  FLAGS = -fno-strict-aliasing -Os -imacros /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99
+  INCLUDES = -I/opt/ncs/zephyr/kernel/include -I/opt/ncs/zephyr/arch/arm/include -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/zephyr/lib/libc/common/include
+  OBJECT_DIR = zephyr/CMakeFiles/zephyr.dir
+  OBJECT_FILE_DIR = zephyr/CMakeFiles/zephyr.dir/lib/os
+
+build zephyr/CMakeFiles/zephyr.dir/lib/utils/dec.c.obj: C_COMPILER__zephyr_unscanned_ /opt/ncs/zephyr/lib/utils/dec.c || cmake_object_order_depends_target_zephyr
+  DEFINES = -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -D_ANSI_SOURCE -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/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99
+  INCLUDES = -I/opt/ncs/zephyr/kernel/include -I/opt/ncs/zephyr/arch/arm/include -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/zephyr/lib/libc/common/include
+  OBJECT_DIR = zephyr/CMakeFiles/zephyr.dir
+  OBJECT_FILE_DIR = zephyr/CMakeFiles/zephyr.dir/lib/utils
+
+build zephyr/CMakeFiles/zephyr.dir/lib/utils/hex.c.obj: C_COMPILER__zephyr_unscanned_ /opt/ncs/zephyr/lib/utils/hex.c || cmake_object_order_depends_target_zephyr
+  DEFINES = -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -D_ANSI_SOURCE -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/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99
+  INCLUDES = -I/opt/ncs/zephyr/kernel/include -I/opt/ncs/zephyr/arch/arm/include -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/zephyr/lib/libc/common/include
+  OBJECT_DIR = zephyr/CMakeFiles/zephyr.dir
+  OBJECT_FILE_DIR = zephyr/CMakeFiles/zephyr.dir/lib/utils
+
+build zephyr/CMakeFiles/zephyr.dir/lib/utils/rb.c.obj: C_COMPILER__zephyr_unscanned_ /opt/ncs/zephyr/lib/utils/rb.c || cmake_object_order_depends_target_zephyr
+  DEFINES = -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -D_ANSI_SOURCE -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/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99
+  INCLUDES = -I/opt/ncs/zephyr/kernel/include -I/opt/ncs/zephyr/arch/arm/include -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/zephyr/lib/libc/common/include
+  OBJECT_DIR = zephyr/CMakeFiles/zephyr.dir
+  OBJECT_FILE_DIR = zephyr/CMakeFiles/zephyr.dir/lib/utils
+
+build zephyr/CMakeFiles/zephyr.dir/lib/utils/timeutil.c.obj: C_COMPILER__zephyr_unscanned_ /opt/ncs/zephyr/lib/utils/timeutil.c || cmake_object_order_depends_target_zephyr
+  DEFINES = -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -D_ANSI_SOURCE -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/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99
+  INCLUDES = -I/opt/ncs/zephyr/kernel/include -I/opt/ncs/zephyr/arch/arm/include -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/zephyr/lib/libc/common/include
+  OBJECT_DIR = zephyr/CMakeFiles/zephyr.dir
+  OBJECT_FILE_DIR = zephyr/CMakeFiles/zephyr.dir/lib/utils
+
+build zephyr/CMakeFiles/zephyr.dir/lib/utils/bitarray.c.obj: C_COMPILER__zephyr_unscanned_ /opt/ncs/zephyr/lib/utils/bitarray.c || cmake_object_order_depends_target_zephyr
+  DEFINES = -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -D_ANSI_SOURCE -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/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99
+  INCLUDES = -I/opt/ncs/zephyr/kernel/include -I/opt/ncs/zephyr/arch/arm/include -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/zephyr/lib/libc/common/include
+  OBJECT_DIR = zephyr/CMakeFiles/zephyr.dir
+  OBJECT_FILE_DIR = zephyr/CMakeFiles/zephyr.dir/lib/utils
+
+build zephyr/CMakeFiles/zephyr.dir/lib/utils/onoff.c.obj: C_COMPILER__zephyr_unscanned_ /opt/ncs/zephyr/lib/utils/onoff.c || cmake_object_order_depends_target_zephyr
+  DEFINES = -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -D_ANSI_SOURCE -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1
+  DEP_FILE = zephyr/CMakeFiles/zephyr.dir/lib/utils/onoff.c.obj.d
+  FLAGS = -fno-strict-aliasing -Os -imacros /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99
+  INCLUDES = -I/opt/ncs/zephyr/kernel/include -I/opt/ncs/zephyr/arch/arm/include -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/zephyr/lib/libc/common/include
+  OBJECT_DIR = zephyr/CMakeFiles/zephyr.dir
+  OBJECT_FILE_DIR = zephyr/CMakeFiles/zephyr.dir/lib/utils
+
+build zephyr/CMakeFiles/zephyr.dir/lib/utils/notify.c.obj: C_COMPILER__zephyr_unscanned_ /opt/ncs/zephyr/lib/utils/notify.c || cmake_object_order_depends_target_zephyr
+  DEFINES = -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -D_ANSI_SOURCE -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1
+  DEP_FILE = zephyr/CMakeFiles/zephyr.dir/lib/utils/notify.c.obj.d
+  FLAGS = -fno-strict-aliasing -Os -imacros /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99
+  INCLUDES = -I/opt/ncs/zephyr/kernel/include -I/opt/ncs/zephyr/arch/arm/include -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/zephyr/lib/libc/common/include
+  OBJECT_DIR = zephyr/CMakeFiles/zephyr.dir
+  OBJECT_FILE_DIR = zephyr/CMakeFiles/zephyr.dir/lib/utils
+
+build zephyr/CMakeFiles/zephyr.dir/misc/generated/configs.c.obj: C_COMPILER__zephyr_unscanned_ /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/configs.c || cmake_object_order_depends_target_zephyr
+  DEFINES = -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -D_ANSI_SOURCE -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/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99
+  INCLUDES = -I/opt/ncs/zephyr/kernel/include -I/opt/ncs/zephyr/arch/arm/include -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/zephyr/lib/libc/common/include
+  OBJECT_DIR = zephyr/CMakeFiles/zephyr.dir
+  OBJECT_FILE_DIR = zephyr/CMakeFiles/zephyr.dir/misc/generated
+
+build zephyr/CMakeFiles/zephyr.dir/subsys/fs/nvs/nvs.c.obj: C_COMPILER__zephyr_unscanned_ /opt/ncs/zephyr/subsys/fs/nvs/nvs.c || cmake_object_order_depends_target_zephyr
+  DEFINES = -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -D_ANSI_SOURCE -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1
+  DEP_FILE = zephyr/CMakeFiles/zephyr.dir/subsys/fs/nvs/nvs.c.obj.d
+  FLAGS = -fno-strict-aliasing -Os -imacros /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99
+  INCLUDES = -I/opt/ncs/zephyr/kernel/include -I/opt/ncs/zephyr/arch/arm/include -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/zephyr/lib/libc/common/include
+  OBJECT_DIR = zephyr/CMakeFiles/zephyr.dir
+  OBJECT_FILE_DIR = zephyr/CMakeFiles/zephyr.dir/subsys/fs/nvs
+
+build zephyr/CMakeFiles/zephyr.dir/subsys/logging/log_core.c.obj: C_COMPILER__zephyr_unscanned_ /opt/ncs/zephyr/subsys/logging/log_core.c || cmake_object_order_depends_target_zephyr
+  DEFINES = -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -D_ANSI_SOURCE -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1
+  DEP_FILE = zephyr/CMakeFiles/zephyr.dir/subsys/logging/log_core.c.obj.d
+  FLAGS = -fno-strict-aliasing -Os -imacros /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99
+  INCLUDES = -I/opt/ncs/zephyr/kernel/include -I/opt/ncs/zephyr/arch/arm/include -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/zephyr/lib/libc/common/include
+  OBJECT_DIR = zephyr/CMakeFiles/zephyr.dir
+  OBJECT_FILE_DIR = zephyr/CMakeFiles/zephyr.dir/subsys/logging
+
+build zephyr/CMakeFiles/zephyr.dir/subsys/logging/log_mgmt.c.obj: C_COMPILER__zephyr_unscanned_ /opt/ncs/zephyr/subsys/logging/log_mgmt.c || cmake_object_order_depends_target_zephyr
+  DEFINES = -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -D_ANSI_SOURCE -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1
+  DEP_FILE = zephyr/CMakeFiles/zephyr.dir/subsys/logging/log_mgmt.c.obj.d
+  FLAGS = -fno-strict-aliasing -Os -imacros /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99
+  INCLUDES = -I/opt/ncs/zephyr/kernel/include -I/opt/ncs/zephyr/arch/arm/include -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/zephyr/lib/libc/common/include
+  OBJECT_DIR = zephyr/CMakeFiles/zephyr.dir
+  OBJECT_FILE_DIR = zephyr/CMakeFiles/zephyr.dir/subsys/logging
+
+build zephyr/CMakeFiles/zephyr.dir/subsys/logging/log_cache.c.obj: C_COMPILER__zephyr_unscanned_ /opt/ncs/zephyr/subsys/logging/log_cache.c || cmake_object_order_depends_target_zephyr
+  DEFINES = -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -D_ANSI_SOURCE -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1
+  DEP_FILE = zephyr/CMakeFiles/zephyr.dir/subsys/logging/log_cache.c.obj.d
+  FLAGS = -fno-strict-aliasing -Os -imacros /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99
+  INCLUDES = -I/opt/ncs/zephyr/kernel/include -I/opt/ncs/zephyr/arch/arm/include -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/zephyr/lib/libc/common/include
+  OBJECT_DIR = zephyr/CMakeFiles/zephyr.dir
+  OBJECT_FILE_DIR = zephyr/CMakeFiles/zephyr.dir/subsys/logging
+
+build zephyr/CMakeFiles/zephyr.dir/subsys/logging/log_msg.c.obj: C_COMPILER__zephyr_unscanned_ /opt/ncs/zephyr/subsys/logging/log_msg.c || cmake_object_order_depends_target_zephyr
+  DEFINES = -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -D_ANSI_SOURCE -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1
+  DEP_FILE = zephyr/CMakeFiles/zephyr.dir/subsys/logging/log_msg.c.obj.d
+  FLAGS = -fno-strict-aliasing -Os -imacros /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99
+  INCLUDES = -I/opt/ncs/zephyr/kernel/include -I/opt/ncs/zephyr/arch/arm/include -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/zephyr/lib/libc/common/include
+  OBJECT_DIR = zephyr/CMakeFiles/zephyr.dir
+  OBJECT_FILE_DIR = zephyr/CMakeFiles/zephyr.dir/subsys/logging
+
+build zephyr/CMakeFiles/zephyr.dir/subsys/logging/log_output.c.obj: C_COMPILER__zephyr_unscanned_ /opt/ncs/zephyr/subsys/logging/log_output.c || cmake_object_order_depends_target_zephyr
+  DEFINES = -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -D_ANSI_SOURCE -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1
+  DEP_FILE = zephyr/CMakeFiles/zephyr.dir/subsys/logging/log_output.c.obj.d
+  FLAGS = -fno-strict-aliasing -Os -imacros /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99
+  INCLUDES = -I/opt/ncs/zephyr/kernel/include -I/opt/ncs/zephyr/arch/arm/include -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/zephyr/lib/libc/common/include
+  OBJECT_DIR = zephyr/CMakeFiles/zephyr.dir
+  OBJECT_FILE_DIR = zephyr/CMakeFiles/zephyr.dir/subsys/logging
+
+build zephyr/CMakeFiles/zephyr.dir/subsys/logging/backends/log_backend_uart.c.obj: C_COMPILER__zephyr_unscanned_ /opt/ncs/zephyr/subsys/logging/backends/log_backend_uart.c || cmake_object_order_depends_target_zephyr
+  DEFINES = -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -D_ANSI_SOURCE -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1
+  DEP_FILE = zephyr/CMakeFiles/zephyr.dir/subsys/logging/backends/log_backend_uart.c.obj.d
+  FLAGS = -fno-strict-aliasing -Os -imacros /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99
+  INCLUDES = -I/opt/ncs/zephyr/kernel/include -I/opt/ncs/zephyr/arch/arm/include -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/zephyr/lib/libc/common/include
+  OBJECT_DIR = zephyr/CMakeFiles/zephyr.dir
+  OBJECT_FILE_DIR = zephyr/CMakeFiles/zephyr.dir/subsys/logging/backends
+
+build zephyr/CMakeFiles/zephyr.dir/subsys/storage/flash_map/flash_map.c.obj: C_COMPILER__zephyr_unscanned_ /opt/ncs/zephyr/subsys/storage/flash_map/flash_map.c || cmake_object_order_depends_target_zephyr
+  DEFINES = -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -D_ANSI_SOURCE -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/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99
+  INCLUDES = -I/opt/ncs/zephyr/kernel/include -I/opt/ncs/zephyr/arch/arm/include -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/zephyr/lib/libc/common/include
+  OBJECT_DIR = zephyr/CMakeFiles/zephyr.dir
+  OBJECT_FILE_DIR = zephyr/CMakeFiles/zephyr.dir/subsys/storage/flash_map
+
+build zephyr/CMakeFiles/zephyr.dir/subsys/storage/flash_map/flash_map_default.c.obj: C_COMPILER__zephyr_unscanned_ /opt/ncs/zephyr/subsys/storage/flash_map/flash_map_default.c || cmake_object_order_depends_target_zephyr
+  DEFINES = -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -D_ANSI_SOURCE -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/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99
+  INCLUDES = -I/opt/ncs/zephyr/kernel/include -I/opt/ncs/zephyr/arch/arm/include -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/zephyr/lib/libc/common/include
+  OBJECT_DIR = zephyr/CMakeFiles/zephyr.dir
+  OBJECT_FILE_DIR = zephyr/CMakeFiles/zephyr.dir/subsys/storage/flash_map
+
+build zephyr/CMakeFiles/zephyr.dir/subsys/storage/flash_map/flash_map_layout.c.obj: C_COMPILER__zephyr_unscanned_ /opt/ncs/zephyr/subsys/storage/flash_map/flash_map_layout.c || cmake_object_order_depends_target_zephyr
+  DEFINES = -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -D_ANSI_SOURCE -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/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99
+  INCLUDES = -I/opt/ncs/zephyr/kernel/include -I/opt/ncs/zephyr/arch/arm/include -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/zephyr/lib/libc/common/include
+  OBJECT_DIR = zephyr/CMakeFiles/zephyr.dir
+  OBJECT_FILE_DIR = zephyr/CMakeFiles/zephyr.dir/subsys/storage/flash_map
+
+build zephyr/CMakeFiles/zephyr.dir/subsys/tracing/tracing_none.c.obj: C_COMPILER__zephyr_unscanned_ /opt/ncs/zephyr/subsys/tracing/tracing_none.c || cmake_object_order_depends_target_zephyr
+  DEFINES = -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -D_ANSI_SOURCE -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/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99
+  INCLUDES = -I/opt/ncs/zephyr/kernel/include -I/opt/ncs/zephyr/arch/arm/include -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/zephyr/lib/libc/common/include
+  OBJECT_DIR = zephyr/CMakeFiles/zephyr.dir
+  OBJECT_FILE_DIR = zephyr/CMakeFiles/zephyr.dir/subsys/tracing
+
+build zephyr/CMakeFiles/zephyr.dir/subsys/net/lib/utils/addr_utils.c.obj: C_COMPILER__zephyr_unscanned_ /opt/ncs/zephyr/subsys/net/lib/utils/addr_utils.c || cmake_object_order_depends_target_zephyr
+  DEFINES = -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -D_ANSI_SOURCE -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1
+  DEP_FILE = zephyr/CMakeFiles/zephyr.dir/subsys/net/lib/utils/addr_utils.c.obj.d
+  FLAGS = -fno-strict-aliasing -Os -imacros /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99
+  INCLUDES = -I/opt/ncs/zephyr/kernel/include -I/opt/ncs/zephyr/arch/arm/include -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/zephyr/lib/libc/common/include
+  OBJECT_DIR = zephyr/CMakeFiles/zephyr.dir
+  OBJECT_FILE_DIR = zephyr/CMakeFiles/zephyr.dir/subsys/net/lib/utils
+
+build zephyr/CMakeFiles/zephyr.dir/subsys/settings/src/settings_store.c.obj: C_COMPILER__zephyr_unscanned_ /opt/ncs/zephyr/subsys/settings/src/settings_store.c || cmake_object_order_depends_target_zephyr
+  DEFINES = -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -D_ANSI_SOURCE -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1
+  DEP_FILE = zephyr/CMakeFiles/zephyr.dir/subsys/settings/src/settings_store.c.obj.d
+  FLAGS = -fno-strict-aliasing -Os -imacros /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99
+  INCLUDES = -I/opt/ncs/zephyr/kernel/include -I/opt/ncs/zephyr/arch/arm/include -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/zephyr/lib/libc/common/include
+  OBJECT_DIR = zephyr/CMakeFiles/zephyr.dir
+  OBJECT_FILE_DIR = zephyr/CMakeFiles/zephyr.dir/subsys/settings/src
+
+build zephyr/CMakeFiles/zephyr.dir/subsys/settings/src/settings.c.obj: C_COMPILER__zephyr_unscanned_ /opt/ncs/zephyr/subsys/settings/src/settings.c || cmake_object_order_depends_target_zephyr
+  DEFINES = -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -D_ANSI_SOURCE -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1
+  DEP_FILE = zephyr/CMakeFiles/zephyr.dir/subsys/settings/src/settings.c.obj.d
+  FLAGS = -fno-strict-aliasing -Os -imacros /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99
+  INCLUDES = -I/opt/ncs/zephyr/kernel/include -I/opt/ncs/zephyr/arch/arm/include -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/zephyr/lib/libc/common/include
+  OBJECT_DIR = zephyr/CMakeFiles/zephyr.dir
+  OBJECT_FILE_DIR = zephyr/CMakeFiles/zephyr.dir/subsys/settings/src
+
+build zephyr/CMakeFiles/zephyr.dir/subsys/settings/src/settings_init.c.obj: C_COMPILER__zephyr_unscanned_ /opt/ncs/zephyr/subsys/settings/src/settings_init.c || cmake_object_order_depends_target_zephyr
+  DEFINES = -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -D_ANSI_SOURCE -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1
+  DEP_FILE = zephyr/CMakeFiles/zephyr.dir/subsys/settings/src/settings_init.c.obj.d
+  FLAGS = -fno-strict-aliasing -Os -imacros /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99
+  INCLUDES = -I/opt/ncs/zephyr/kernel/include -I/opt/ncs/zephyr/arch/arm/include -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/zephyr/lib/libc/common/include
+  OBJECT_DIR = zephyr/CMakeFiles/zephyr.dir
+  OBJECT_FILE_DIR = zephyr/CMakeFiles/zephyr.dir/subsys/settings/src
+
+build zephyr/CMakeFiles/zephyr.dir/subsys/settings/src/settings_line.c.obj: C_COMPILER__zephyr_unscanned_ /opt/ncs/zephyr/subsys/settings/src/settings_line.c || cmake_object_order_depends_target_zephyr
+  DEFINES = -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -D_ANSI_SOURCE -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1
+  DEP_FILE = zephyr/CMakeFiles/zephyr.dir/subsys/settings/src/settings_line.c.obj.d
+  FLAGS = -fno-strict-aliasing -Os -imacros /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99
+  INCLUDES = -I/opt/ncs/zephyr/kernel/include -I/opt/ncs/zephyr/arch/arm/include -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/zephyr/lib/libc/common/include
+  OBJECT_DIR = zephyr/CMakeFiles/zephyr.dir
+  OBJECT_FILE_DIR = zephyr/CMakeFiles/zephyr.dir/subsys/settings/src
+
+build zephyr/CMakeFiles/zephyr.dir/subsys/settings/src/settings_nvs.c.obj: C_COMPILER__zephyr_unscanned_ /opt/ncs/zephyr/subsys/settings/src/settings_nvs.c || cmake_object_order_depends_target_zephyr
+  DEFINES = -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -D_ANSI_SOURCE -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1
+  DEP_FILE = zephyr/CMakeFiles/zephyr.dir/subsys/settings/src/settings_nvs.c.obj.d
+  FLAGS = -fno-strict-aliasing -Os -imacros /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99
+  INCLUDES = -I/opt/ncs/zephyr/kernel/include -I/opt/ncs/zephyr/arch/arm/include -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/zephyr/lib/libc/common/include
+  OBJECT_DIR = zephyr/CMakeFiles/zephyr.dir
+  OBJECT_FILE_DIR = zephyr/CMakeFiles/zephyr.dir/subsys/settings/src
+
+build zephyr/CMakeFiles/zephyr.dir/opt/ncs/nrf/lib/boot_banner/banner.c.obj: C_COMPILER__zephyr_unscanned_ /opt/ncs/nrf/lib/boot_banner/banner.c || cmake_object_order_depends_target_zephyr
+  DEFINES = -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -D_ANSI_SOURCE -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1
+  DEP_FILE = zephyr/CMakeFiles/zephyr.dir/opt/ncs/nrf/lib/boot_banner/banner.c.obj.d
+  FLAGS = -fno-strict-aliasing -Os -imacros /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99
+  INCLUDES = -I/opt/ncs/zephyr/kernel/include -I/opt/ncs/zephyr/arch/arm/include -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/zephyr/lib/libc/common/include
+  OBJECT_DIR = zephyr/CMakeFiles/zephyr.dir
+  OBJECT_FILE_DIR = zephyr/CMakeFiles/zephyr.dir/opt/ncs/nrf/lib/boot_banner
+
+build zephyr/CMakeFiles/zephyr.dir/opt/ncs/nrf/subsys/bluetooth/host_extensions/host_extensions.c.obj: C_COMPILER__zephyr_unscanned_ /opt/ncs/nrf/subsys/bluetooth/host_extensions/host_extensions.c || cmake_object_order_depends_target_zephyr
+  DEFINES = -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -D_ANSI_SOURCE -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1
+  DEP_FILE = zephyr/CMakeFiles/zephyr.dir/opt/ncs/nrf/subsys/bluetooth/host_extensions/host_extensions.c.obj.d
+  FLAGS = -fno-strict-aliasing -Os -imacros /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99
+  INCLUDES = -I/opt/ncs/zephyr/kernel/include -I/opt/ncs/zephyr/arch/arm/include -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/zephyr/lib/libc/common/include
+  OBJECT_DIR = zephyr/CMakeFiles/zephyr.dir
+  OBJECT_FILE_DIR = zephyr/CMakeFiles/zephyr.dir/opt/ncs/nrf/subsys/bluetooth/host_extensions
+
+build zephyr/CMakeFiles/zephyr.dir/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver/lis2mdl_reg.c.obj: C_COMPILER__zephyr_unscanned_ /opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver/lis2mdl_reg.c || cmake_object_order_depends_target_zephyr
+  DEFINES = -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -D_ANSI_SOURCE -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1
+  DEP_FILE = zephyr/CMakeFiles/zephyr.dir/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver/lis2mdl_reg.c.obj.d
+  FLAGS = -fno-strict-aliasing -Os -imacros /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99
+  INCLUDES = -I/opt/ncs/zephyr/kernel/include -I/opt/ncs/zephyr/arch/arm/include -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/zephyr/lib/libc/common/include
+  OBJECT_DIR = zephyr/CMakeFiles/zephyr.dir
+  OBJECT_FILE_DIR = zephyr/CMakeFiles/zephyr.dir/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver
+
+build zephyr/CMakeFiles/zephyr.dir/opt/ncs/modules/crypto/tinycrypt/lib/source/utils.c.obj: C_COMPILER__zephyr_unscanned_ /opt/ncs/modules/crypto/tinycrypt/lib/source/utils.c || cmake_object_order_depends_target_zephyr
+  DEFINES = -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -D_ANSI_SOURCE -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1
+  DEP_FILE = zephyr/CMakeFiles/zephyr.dir/opt/ncs/modules/crypto/tinycrypt/lib/source/utils.c.obj.d
+  FLAGS = -fno-strict-aliasing -Os -imacros /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99
+  INCLUDES = -I/opt/ncs/zephyr/kernel/include -I/opt/ncs/zephyr/arch/arm/include -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/zephyr/lib/libc/common/include
+  OBJECT_DIR = zephyr/CMakeFiles/zephyr.dir
+  OBJECT_FILE_DIR = zephyr/CMakeFiles/zephyr.dir/opt/ncs/modules/crypto/tinycrypt/lib/source
+
+build zephyr/CMakeFiles/zephyr.dir/opt/ncs/modules/crypto/tinycrypt/lib/source/aes_decrypt.c.obj: C_COMPILER__zephyr_unscanned_ /opt/ncs/modules/crypto/tinycrypt/lib/source/aes_decrypt.c || cmake_object_order_depends_target_zephyr
+  DEFINES = -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -D_ANSI_SOURCE -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1
+  DEP_FILE = zephyr/CMakeFiles/zephyr.dir/opt/ncs/modules/crypto/tinycrypt/lib/source/aes_decrypt.c.obj.d
+  FLAGS = -fno-strict-aliasing -Os -imacros /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99
+  INCLUDES = -I/opt/ncs/zephyr/kernel/include -I/opt/ncs/zephyr/arch/arm/include -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/zephyr/lib/libc/common/include
+  OBJECT_DIR = zephyr/CMakeFiles/zephyr.dir
+  OBJECT_FILE_DIR = zephyr/CMakeFiles/zephyr.dir/opt/ncs/modules/crypto/tinycrypt/lib/source
+
+build zephyr/CMakeFiles/zephyr.dir/opt/ncs/modules/crypto/tinycrypt/lib/source/aes_encrypt.c.obj: C_COMPILER__zephyr_unscanned_ /opt/ncs/modules/crypto/tinycrypt/lib/source/aes_encrypt.c || cmake_object_order_depends_target_zephyr
+  DEFINES = -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -D_ANSI_SOURCE -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1
+  DEP_FILE = zephyr/CMakeFiles/zephyr.dir/opt/ncs/modules/crypto/tinycrypt/lib/source/aes_encrypt.c.obj.d
+  FLAGS = -fno-strict-aliasing -Os -imacros /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99
+  INCLUDES = -I/opt/ncs/zephyr/kernel/include -I/opt/ncs/zephyr/arch/arm/include -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/zephyr/lib/libc/common/include
+  OBJECT_DIR = zephyr/CMakeFiles/zephyr.dir
+  OBJECT_FILE_DIR = zephyr/CMakeFiles/zephyr.dir/opt/ncs/modules/crypto/tinycrypt/lib/source
+
+build zephyr/CMakeFiles/zephyr.dir/opt/ncs/modules/crypto/tinycrypt/lib/source/cmac_mode.c.obj: C_COMPILER__zephyr_unscanned_ /opt/ncs/modules/crypto/tinycrypt/lib/source/cmac_mode.c || cmake_object_order_depends_target_zephyr
+  DEFINES = -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -D_ANSI_SOURCE -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1
+  DEP_FILE = zephyr/CMakeFiles/zephyr.dir/opt/ncs/modules/crypto/tinycrypt/lib/source/cmac_mode.c.obj.d
+  FLAGS = -fno-strict-aliasing -Os -imacros /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99
+  INCLUDES = -I/opt/ncs/zephyr/kernel/include -I/opt/ncs/zephyr/arch/arm/include -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/zephyr/lib/libc/common/include
+  OBJECT_DIR = zephyr/CMakeFiles/zephyr.dir
+  OBJECT_FILE_DIR = zephyr/CMakeFiles/zephyr.dir/opt/ncs/modules/crypto/tinycrypt/lib/source
+
+
+# =============================================================================
+# 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/crc/crc32c_sw.c.obj zephyr/CMakeFiles/zephyr.dir/lib/crc/crc32_sw.c.obj zephyr/CMakeFiles/zephyr.dir/lib/crc/crc24_sw.c.obj zephyr/CMakeFiles/zephyr.dir/lib/crc/crc16_sw.c.obj zephyr/CMakeFiles/zephyr.dir/lib/crc/crc8_sw.c.obj zephyr/CMakeFiles/zephyr.dir/lib/crc/crc7_sw.c.obj zephyr/CMakeFiles/zephyr.dir/lib/crc/crc4_sw.c.obj zephyr/CMakeFiles/zephyr.dir/lib/heap/heap.c.obj zephyr/CMakeFiles/zephyr.dir/lib/os/cbprintf_packaged.c.obj zephyr/CMakeFiles/zephyr.dir/lib/os/printk.c.obj zephyr/CMakeFiles/zephyr.dir/lib/os/sem.c.obj zephyr/CMakeFiles/zephyr.dir/lib/os/thread_entry.c.obj zephyr/CMakeFiles/zephyr.dir/lib/os/cbprintf_complete.c.obj zephyr/CMakeFiles/zephyr.dir/lib/os/cbprintf.c.obj zephyr/CMakeFiles/zephyr.dir/lib/os/assert.c.obj zephyr/CMakeFiles/zephyr.dir/lib/os/mpsc_pbuf.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/timeutil.c.obj zephyr/CMakeFiles/zephyr.dir/lib/utils/bitarray.c.obj zephyr/CMakeFiles/zephyr.dir/lib/utils/onoff.c.obj zephyr/CMakeFiles/zephyr.dir/lib/utils/notify.c.obj zephyr/CMakeFiles/zephyr.dir/misc/generated/configs.c.obj zephyr/CMakeFiles/zephyr.dir/subsys/fs/nvs/nvs.c.obj zephyr/CMakeFiles/zephyr.dir/subsys/logging/log_core.c.obj zephyr/CMakeFiles/zephyr.dir/subsys/logging/log_mgmt.c.obj zephyr/CMakeFiles/zephyr.dir/subsys/logging/log_cache.c.obj zephyr/CMakeFiles/zephyr.dir/subsys/logging/log_msg.c.obj zephyr/CMakeFiles/zephyr.dir/subsys/logging/log_output.c.obj zephyr/CMakeFiles/zephyr.dir/subsys/logging/backends/log_backend_uart.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/subsys/net/lib/utils/addr_utils.c.obj zephyr/CMakeFiles/zephyr.dir/subsys/settings/src/settings_store.c.obj zephyr/CMakeFiles/zephyr.dir/subsys/settings/src/settings.c.obj zephyr/CMakeFiles/zephyr.dir/subsys/settings/src/settings_init.c.obj zephyr/CMakeFiles/zephyr.dir/subsys/settings/src/settings_line.c.obj zephyr/CMakeFiles/zephyr.dir/subsys/settings/src/settings_nvs.c.obj zephyr/CMakeFiles/zephyr.dir/opt/ncs/nrf/lib/boot_banner/banner.c.obj zephyr/CMakeFiles/zephyr.dir/opt/ncs/nrf/subsys/bluetooth/host_extensions/host_extensions.c.obj zephyr/CMakeFiles/zephyr.dir/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver/lis2mdl_reg.c.obj zephyr/CMakeFiles/zephyr.dir/opt/ncs/modules/crypto/tinycrypt/lib/source/utils.c.obj zephyr/CMakeFiles/zephyr.dir/opt/ncs/modules/crypto/tinycrypt/lib/source/aes_decrypt.c.obj zephyr/CMakeFiles/zephyr.dir/opt/ncs/modules/crypto/tinycrypt/lib/source/aes_encrypt.c.obj zephyr/CMakeFiles/zephyr.dir/opt/ncs/modules/crypto/tinycrypt/lib/source/cmac_mode.c.obj || zephyr/driver_validation_h_target zephyr/kobj_types_h_target zephyr/syscall_list_h_target zephyr/zephyr_generated_headers
+  OBJECT_DIR = zephyr/CMakeFiles/zephyr.dir
+  POST_BUILD = :
+  PRE_LINK = :
+  TARGET_FILE = zephyr/libzephyr.a
+  TARGET_PDB = zephyr.a.dbg
+
+
+#############################################
+# Utility command for version_h
+
+build zephyr/version_h: phony zephyr/CMakeFiles/version_h zephyr/include/generated/version.h modules/nrf/ncs_commit_h modules/nrf/ncs_version_h modules/nrf/zephyr_commit_h
+
+
+#############################################
+# Utility command for syscall_list_h_target
+
+build zephyr/syscall_list_h_target: phony zephyr/CMakeFiles/syscall_list_h_target zephyr/include/generated/syscall_dispatch.c zephyr/include/generated/syscall_list.h zephyr/parse_syscalls_target
+
+
+#############################################
+# Utility command for parse_syscalls_target
+
+build zephyr/parse_syscalls_target: phony zephyr/CMakeFiles/parse_syscalls_target 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_console zephyr/misc/generated/syscalls_links/include_zephyr_crypto 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_input 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_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_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_pm zephyr/misc/generated/syscalls_links/include_zephyr_portability zephyr/misc/generated/syscalls_links/include_zephyr_posix 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_xen zephyr/misc/generated/syscalls_links/include_zephyr_zbus 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_nios2 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_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_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_drivers_adc 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_clock_control zephyr/misc/generated/syscalls_links/include_zephyr_drivers_console zephyr/misc/generated/syscalls_links/include_zephyr_drivers_dma 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_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_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_mfd 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_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_pwm zephyr/misc/generated/syscalls_links/include_zephyr_drivers_regulator 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_serial zephyr/misc/generated/syscalls_links/include_zephyr_drivers_sip_svc 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_virtualization zephyr/misc/generated/syscalls_links/include_zephyr_drivers_i2c_target zephyr/misc/generated/syscalls_links/include_zephyr_drivers_misc_devmux 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_nxp_flexio zephyr/misc/generated/syscalls_links/include_zephyr_drivers_misc_pio_rpi_pico zephyr/misc/generated/syscalls_links/include_zephyr_drivers_misc_timeaware_gpio zephyr/misc/generated/syscalls_links/include_zephyr_drivers_pcie_endpoint 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_clock 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_gnss 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_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_pm 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_rdc zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_regulator 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_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_pinctrl_renesas 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_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_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_backend zephyr/misc/generated/syscalls_links/include_zephyr_net_conn_mgr zephyr/misc/generated/syscalls_links/include_zephyr_net_http 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_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
+
+
+#############################################
+# Utility command for driver_validation_h_target
+
+build zephyr/driver_validation_h_target: phony zephyr/CMakeFiles/driver_validation_h_target zephyr/include/generated/driver-validation.h zephyr/parse_syscalls_target
+
+
+#############################################
+# Utility command for kobj_types_h_target
+
+build zephyr/kobj_types_h_target: phony zephyr/CMakeFiles/kobj_types_h_target zephyr/include/generated/kobj-types-enum.h zephyr/include/generated/otype-to-str.h zephyr/include/generated/otype-to-size.h zephyr/parse_syscalls_target
+
+
+#############################################
+# Utility command for zephyr_generated_headers
+
+build zephyr/zephyr_generated_headers: phony zephyr/offsets_h zephyr/version_h
+
+# =============================================================================
+# Object build statements for OBJECT_LIBRARY target offsets
+
+
+#############################################
+# Order-only phony target for offsets
+
+build cmake_object_order_depends_target_offsets: phony || zephyr/driver_validation_h_target zephyr/kobj_types_h_target zephyr/syscall_list_h_target
+
+build zephyr/CMakeFiles/offsets.dir/arch/arm/core/offsets/offsets.c.obj: C_COMPILER__offsets_unscanned_ /opt/ncs/zephyr/arch/arm/core/offsets/offsets.c || cmake_object_order_depends_target_offsets
+  DEFINES = -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -D_ANSI_SOURCE -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/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99 -fno-lto
+  INCLUDES = -I/opt/ncs/zephyr/kernel/include -I/opt/ncs/zephyr/arch/arm/include -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/zephyr/lib/libc/common/include
+  OBJECT_DIR = zephyr/CMakeFiles/offsets.dir
+  OBJECT_FILE_DIR = zephyr/CMakeFiles/offsets.dir/arch/arm/core/offsets
+
+
+
+#############################################
+# 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/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/zephyr_generated_headers
+
+# =============================================================================
+# 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_..__nrf__drivers__mpsl__clock_control cmake_object_order_depends_target_..__nrf__drivers__mpsl__flash_sync cmake_object_order_depends_target_..__nrf__drivers__mpsl__temp_nrf5 cmake_object_order_depends_target_..__nrf__lib__multithreading_lock cmake_object_order_depends_target_..__nrf__subsys__bluetooth__controller cmake_object_order_depends_target_..__nrf__subsys__mpsl__fem cmake_object_order_depends_target_..__nrf__subsys__mpsl__init 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__common cmake_object_order_depends_target_drivers__adc cmake_object_order_depends_target_drivers__clock_control cmake_object_order_depends_target_drivers__console cmake_object_order_depends_target_drivers__entropy cmake_object_order_depends_target_drivers__flash cmake_object_order_depends_target_drivers__gpio cmake_object_order_depends_target_drivers__i2c cmake_object_order_depends_target_drivers__pinctrl cmake_object_order_depends_target_drivers__sensor__bosch__bme280 cmake_object_order_depends_target_drivers__sensor__st__lis2dh cmake_object_order_depends_target_drivers__sensor__st__lis2mdl cmake_object_order_depends_target_drivers__sensor__st__stmemsc cmake_object_order_depends_target_drivers__serial cmake_object_order_depends_target_drivers__spi 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__newlib cmake_object_order_depends_target_loramac-node cmake_object_order_depends_target_modules__hal_nordic__nrfx cmake_object_order_depends_target_offsets cmake_object_order_depends_target_soc__nordic cmake_object_order_depends_target_subsys__bluetooth__common cmake_object_order_depends_target_subsys__bluetooth__host cmake_object_order_depends_target_subsys__net cmake_object_order_depends_target_subsys__random cmake_object_order_depends_target_zephyr 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_ /opt/ncs/zephyr/misc/empty_file.c || cmake_object_order_depends_target_zephyr_pre0
+  DEFINES = -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -D_ANSI_SOURCE -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/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99
+  INCLUDES = -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -I/opt/ncs/nrfxlib/crypto/nrf_oberon/include -isystem /opt/ncs/zephyr/lib/libc/common/include
+  OBJECT_DIR = zephyr/CMakeFiles/zephyr_pre0.dir
+  OBJECT_FILE_DIR = zephyr/CMakeFiles/zephyr_pre0.dir/misc
+
+
+# =============================================================================
+# 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/lib/libc/newlib/liblib__libc__newlib.a zephyr/lib/libc/common/liblib__libc__common.a zephyr/soc/soc/nrf52833/libsoc__nordic.a zephyr/subsys/lorawan/libloramac-node.a zephyr/subsys/random/libsubsys__random.a zephyr/subsys/bluetooth/common/libsubsys__bluetooth__common.a zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a zephyr/subsys/net/libsubsys__net.a zephyr/drivers/adc/libdrivers__adc.a zephyr/drivers/clock_control/libdrivers__clock_control.a zephyr/drivers/console/libdrivers__console.a zephyr/drivers/entropy/libdrivers__entropy.a zephyr/drivers/flash/libdrivers__flash.a zephyr/drivers/gpio/libdrivers__gpio.a zephyr/drivers/i2c/libdrivers__i2c.a zephyr/drivers/pinctrl/libdrivers__pinctrl.a zephyr/drivers/sensor/bosch/bme280/libdrivers__sensor__bosch__bme280.a zephyr/drivers/sensor/st/stmemsc/libdrivers__sensor__st__stmemsc.a zephyr/drivers/sensor/st/lis2dh/libdrivers__sensor__st__lis2dh.a zephyr/drivers/sensor/st/lis2mdl/libdrivers__sensor__st__lis2mdl.a zephyr/drivers/serial/libdrivers__serial.a zephyr/drivers/spi/libdrivers__spi.a zephyr/drivers/timer/libdrivers__timer.a modules/nrf/lib/multithreading_lock/lib..__nrf__lib__multithreading_lock.a modules/nrf/subsys/bluetooth/controller/lib..__nrf__subsys__bluetooth__controller.a modules/nrf/subsys/mpsl/init/lib..__nrf__subsys__mpsl__init.a modules/nrf/subsys/mpsl/fem/lib..__nrf__subsys__mpsl__fem.a modules/nrf/drivers/mpsl/clock_control/lib..__nrf__drivers__mpsl__clock_control.a modules/nrf/drivers/mpsl/flash_sync/lib..__nrf__drivers__mpsl__flash_sync.a modules/nrf/drivers/mpsl/temp_nrf5/lib..__nrf__drivers__mpsl__temp_nrf5.a modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a zephyr/kernel/libkernel.a zephyr/arch/common/libisr_tables.a /opt/ncs/nrfxlib/crypto/nrf_oberon/lib/cortex-m4/soft-float/liboberon_3.0.15.a /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a /opt/ncs/nrfxlib/mpsl/fem/common/lib/cortex-m4/soft-float/libmpsl_fem_common.a /opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/lib/cortex-m4/soft-float/libmpsl_fem_nrf21540_gpio.a /opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/lib/cortex-m4/soft-float/libmpsl_fem_nrf21540_gpio_spi.a /opt/ncs/nrfxlib/mpsl/fem/nrf2220/lib/cortex-m4/soft-float/libmpsl_fem_nrf2220.a /opt/ncs/nrfxlib/mpsl/fem/nrf2240/lib/cortex-m4/soft-float/libmpsl_fem_nrf2240.a /opt/ncs/nrfxlib/mpsl/fem/nrf22xx/lib/cortex-m4/soft-float/libmpsl_fem_nrf22xx.a /opt/ncs/nrfxlib/mpsl/fem/simple_gpio/lib/cortex-m4/soft-float/libmpsl_fem_simple_gpio.a /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a zephyr/linker_zephyr_pre0.cmd || app/libapp.a modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a modules/nrf/drivers/mpsl/clock_control/lib..__nrf__drivers__mpsl__clock_control.a modules/nrf/drivers/mpsl/flash_sync/lib..__nrf__drivers__mpsl__flash_sync.a modules/nrf/drivers/mpsl/temp_nrf5/lib..__nrf__drivers__mpsl__temp_nrf5.a modules/nrf/lib/multithreading_lock/lib..__nrf__lib__multithreading_lock.a modules/nrf/subsys/bluetooth/controller/lib..__nrf__subsys__bluetooth__controller.a modules/nrf/subsys/mpsl/fem/lib..__nrf__subsys__mpsl__fem.a modules/nrf/subsys/mpsl/init/lib..__nrf__subsys__mpsl__init.a zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a zephyr/arch/arch/arm/core/libarch__arm__core.a zephyr/arch/common/libarch__common.a zephyr/arch/common/libisr_tables.a zephyr/driver_validation_h_target zephyr/drivers/adc/libdrivers__adc.a zephyr/drivers/clock_control/libdrivers__clock_control.a zephyr/drivers/console/libdrivers__console.a zephyr/drivers/entropy/libdrivers__entropy.a zephyr/drivers/flash/libdrivers__flash.a zephyr/drivers/gpio/libdrivers__gpio.a zephyr/drivers/i2c/libdrivers__i2c.a zephyr/drivers/pinctrl/libdrivers__pinctrl.a zephyr/drivers/sensor/bosch/bme280/libdrivers__sensor__bosch__bme280.a zephyr/drivers/sensor/st/lis2dh/libdrivers__sensor__st__lis2dh.a zephyr/drivers/sensor/st/lis2mdl/libdrivers__sensor__st__lis2mdl.a zephyr/drivers/sensor/st/stmemsc/libdrivers__sensor__st__stmemsc.a zephyr/drivers/serial/libdrivers__serial.a zephyr/drivers/spi/libdrivers__spi.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/newlib/liblib__libc__newlib.a zephyr/libzephyr.a zephyr/linker_zephyr_prebuilt_script_target zephyr/offsets zephyr/soc/soc/nrf52833/libsoc__nordic.a zephyr/subsys/bluetooth/common/libsubsys__bluetooth__common.a zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a zephyr/subsys/lorawan/libloramac-node.a zephyr/subsys/net/libsubsys__net.a zephyr/subsys/random/libsubsys__random.a zephyr/syscall_list_h_target
+  LINK_FLAGS = -gdwarf-4
+  LINK_LIBRARIES = zephyr/CMakeFiles/offsets.dir/./arch/arm/core/offsets/offsets.c.obj  -fuse-ld=bfd  -T  zephyr/linker_zephyr_pre0.cmd  -Wl,-Map=/home/code/workspace/projet_systm_menacer/projetalexiot/build/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/lib/libc/newlib/liblib__libc__newlib.a  zephyr/lib/libc/common/liblib__libc__common.a  zephyr/soc/soc/nrf52833/libsoc__nordic.a  zephyr/subsys/lorawan/libloramac-node.a  zephyr/subsys/random/libsubsys__random.a  zephyr/subsys/bluetooth/common/libsubsys__bluetooth__common.a  zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a  zephyr/subsys/net/libsubsys__net.a  zephyr/drivers/adc/libdrivers__adc.a  zephyr/drivers/clock_control/libdrivers__clock_control.a  zephyr/drivers/console/libdrivers__console.a  zephyr/drivers/entropy/libdrivers__entropy.a  zephyr/drivers/flash/libdrivers__flash.a  zephyr/drivers/gpio/libdrivers__gpio.a  zephyr/drivers/i2c/libdrivers__i2c.a  zephyr/drivers/pinctrl/libdrivers__pinctrl.a  zephyr/drivers/sensor/bosch/bme280/libdrivers__sensor__bosch__bme280.a  zephyr/drivers/sensor/st/stmemsc/libdrivers__sensor__st__stmemsc.a  zephyr/drivers/sensor/st/lis2dh/libdrivers__sensor__st__lis2dh.a  zephyr/drivers/sensor/st/lis2mdl/libdrivers__sensor__st__lis2mdl.a  zephyr/drivers/serial/libdrivers__serial.a  zephyr/drivers/spi/libdrivers__spi.a  zephyr/drivers/timer/libdrivers__timer.a  modules/nrf/lib/multithreading_lock/lib..__nrf__lib__multithreading_lock.a  modules/nrf/subsys/bluetooth/controller/lib..__nrf__subsys__bluetooth__controller.a  modules/nrf/subsys/mpsl/init/lib..__nrf__subsys__mpsl__init.a  modules/nrf/subsys/mpsl/fem/lib..__nrf__subsys__mpsl__fem.a  modules/nrf/drivers/mpsl/clock_control/lib..__nrf__drivers__mpsl__clock_control.a  modules/nrf/drivers/mpsl/flash_sync/lib..__nrf__drivers__mpsl__flash_sync.a  modules/nrf/drivers/mpsl/temp_nrf5/lib..__nrf__drivers__mpsl__temp_nrf5.a  modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a  -Wl,--no-whole-archive  zephyr/kernel/libkernel.a  -L"/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/thumb/v7e-m/nofp"  -L/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr  -lgcc  zephyr/arch/common/libisr_tables.a  /opt/ncs/nrfxlib/crypto/nrf_oberon/lib/cortex-m4/soft-float/liboberon_3.0.15.a  -mcpu=cortex-m4  -mthumb  -mabi=aapcs  -mfp16-format=ieee  -Wl,--gc-sections  -Wl,--build-id=none  -Wl,--sort-common=descending  -Wl,--sort-section=alignment  -Wl,-u,_OffsetAbsSyms  -Wl,-u,_ConfigAbsSyms  -nostdlib  -static  -Wl,-X  -Wl,-N  -Wl,--orphan-handling=warn  -Wl,-no-pie  -lm  -Wl,-lc  -L"/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi"/lib/thumb/v7e-m/nofp  -u_printf_float  -Wl,-lgcc  -lc  -specs=nano.specs  /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a  /opt/ncs/nrfxlib/mpsl/fem/common/lib/cortex-m4/soft-float/libmpsl_fem_common.a  /opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/lib/cortex-m4/soft-float/libmpsl_fem_nrf21540_gpio.a  /opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/lib/cortex-m4/soft-float/libmpsl_fem_nrf21540_gpio_spi.a  /opt/ncs/nrfxlib/mpsl/fem/nrf2220/lib/cortex-m4/soft-float/libmpsl_fem_nrf2220.a  /opt/ncs/nrfxlib/mpsl/fem/nrf2240/lib/cortex-m4/soft-float/libmpsl_fem_nrf2240.a  /opt/ncs/nrfxlib/mpsl/fem/nrf22xx/lib/cortex-m4/soft-float/libmpsl_fem_nrf22xx.a  /opt/ncs/nrfxlib/mpsl/fem/simple_gpio/lib/cortex-m4/soft-float/libmpsl_fem_simple_gpio.a  /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a
+  OBJECT_DIR = zephyr/CMakeFiles/zephyr_pre0.dir
+  POST_BUILD = cd /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr && /opt/bin/cmake -E true
+  PRE_LINK = :
+  RESTAT = 1
+  TARGET_FILE = zephyr/zephyr_pre0.elf
+  TARGET_PDB = zephyr_pre0.elf.dbg
+
+
+#############################################
+# 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/zephyr_generated_headers 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_..__nrf__drivers__mpsl__clock_control cmake_object_order_depends_target_..__nrf__drivers__mpsl__flash_sync cmake_object_order_depends_target_..__nrf__drivers__mpsl__temp_nrf5 cmake_object_order_depends_target_..__nrf__lib__multithreading_lock cmake_object_order_depends_target_..__nrf__subsys__bluetooth__controller cmake_object_order_depends_target_..__nrf__subsys__mpsl__fem cmake_object_order_depends_target_..__nrf__subsys__mpsl__init 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__common cmake_object_order_depends_target_drivers__adc cmake_object_order_depends_target_drivers__clock_control cmake_object_order_depends_target_drivers__console cmake_object_order_depends_target_drivers__entropy cmake_object_order_depends_target_drivers__flash cmake_object_order_depends_target_drivers__gpio cmake_object_order_depends_target_drivers__i2c cmake_object_order_depends_target_drivers__pinctrl cmake_object_order_depends_target_drivers__sensor__bosch__bme280 cmake_object_order_depends_target_drivers__sensor__st__lis2dh cmake_object_order_depends_target_drivers__sensor__st__lis2mdl cmake_object_order_depends_target_drivers__sensor__st__stmemsc cmake_object_order_depends_target_drivers__serial cmake_object_order_depends_target_drivers__spi 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__newlib cmake_object_order_depends_target_loramac-node cmake_object_order_depends_target_modules__hal_nordic__nrfx cmake_object_order_depends_target_offsets cmake_object_order_depends_target_soc__nordic cmake_object_order_depends_target_subsys__bluetooth__common cmake_object_order_depends_target_subsys__bluetooth__host cmake_object_order_depends_target_subsys__net cmake_object_order_depends_target_subsys__random cmake_object_order_depends_target_zephyr 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_ /opt/ncs/zephyr/misc/empty_file.c || cmake_object_order_depends_target_zephyr_final
+  DEFINES = -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -D_ANSI_SOURCE -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/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99
+  INCLUDES = -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -I/opt/ncs/nrfxlib/crypto/nrf_oberon/include -isystem /opt/ncs/zephyr/lib/libc/common/include
+  OBJECT_DIR = zephyr/CMakeFiles/zephyr_final.dir
+  OBJECT_FILE_DIR = zephyr/CMakeFiles/zephyr_final.dir/misc
+
+build zephyr/CMakeFiles/zephyr_final.dir/isr_tables.c.obj: C_COMPILER__zephyr_final_unscanned_ /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/isr_tables.c || cmake_object_order_depends_target_zephyr_final
+  DEFINES = -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -D_ANSI_SOURCE -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/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99
+  INCLUDES = -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -I/opt/ncs/nrfxlib/crypto/nrf_oberon/include -isystem /opt/ncs/zephyr/lib/libc/common/include
+  OBJECT_DIR = zephyr/CMakeFiles/zephyr_final.dir
+  OBJECT_FILE_DIR = zephyr/CMakeFiles/zephyr_final.dir
+
+
+# =============================================================================
+# 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/lib/libc/newlib/liblib__libc__newlib.a zephyr/lib/libc/common/liblib__libc__common.a zephyr/soc/soc/nrf52833/libsoc__nordic.a zephyr/subsys/lorawan/libloramac-node.a zephyr/subsys/random/libsubsys__random.a zephyr/subsys/bluetooth/common/libsubsys__bluetooth__common.a zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a zephyr/subsys/net/libsubsys__net.a zephyr/drivers/adc/libdrivers__adc.a zephyr/drivers/clock_control/libdrivers__clock_control.a zephyr/drivers/console/libdrivers__console.a zephyr/drivers/entropy/libdrivers__entropy.a zephyr/drivers/flash/libdrivers__flash.a zephyr/drivers/gpio/libdrivers__gpio.a zephyr/drivers/i2c/libdrivers__i2c.a zephyr/drivers/pinctrl/libdrivers__pinctrl.a zephyr/drivers/sensor/bosch/bme280/libdrivers__sensor__bosch__bme280.a zephyr/drivers/sensor/st/stmemsc/libdrivers__sensor__st__stmemsc.a zephyr/drivers/sensor/st/lis2dh/libdrivers__sensor__st__lis2dh.a zephyr/drivers/sensor/st/lis2mdl/libdrivers__sensor__st__lis2mdl.a zephyr/drivers/serial/libdrivers__serial.a zephyr/drivers/spi/libdrivers__spi.a zephyr/drivers/timer/libdrivers__timer.a modules/nrf/lib/multithreading_lock/lib..__nrf__lib__multithreading_lock.a modules/nrf/subsys/bluetooth/controller/lib..__nrf__subsys__bluetooth__controller.a modules/nrf/subsys/mpsl/init/lib..__nrf__subsys__mpsl__init.a modules/nrf/subsys/mpsl/fem/lib..__nrf__subsys__mpsl__fem.a modules/nrf/drivers/mpsl/clock_control/lib..__nrf__drivers__mpsl__clock_control.a modules/nrf/drivers/mpsl/flash_sync/lib..__nrf__drivers__mpsl__flash_sync.a modules/nrf/drivers/mpsl/temp_nrf5/lib..__nrf__drivers__mpsl__temp_nrf5.a modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a zephyr/kernel/libkernel.a zephyr/arch/common/libisr_tables.a /opt/ncs/nrfxlib/crypto/nrf_oberon/lib/cortex-m4/soft-float/liboberon_3.0.15.a /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a /opt/ncs/nrfxlib/mpsl/fem/common/lib/cortex-m4/soft-float/libmpsl_fem_common.a /opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/lib/cortex-m4/soft-float/libmpsl_fem_nrf21540_gpio.a /opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/lib/cortex-m4/soft-float/libmpsl_fem_nrf21540_gpio_spi.a /opt/ncs/nrfxlib/mpsl/fem/nrf2220/lib/cortex-m4/soft-float/libmpsl_fem_nrf2220.a /opt/ncs/nrfxlib/mpsl/fem/nrf2240/lib/cortex-m4/soft-float/libmpsl_fem_nrf2240.a /opt/ncs/nrfxlib/mpsl/fem/nrf22xx/lib/cortex-m4/soft-float/libmpsl_fem_nrf22xx.a /opt/ncs/nrfxlib/mpsl/fem/simple_gpio/lib/cortex-m4/soft-float/libmpsl_fem_simple_gpio.a /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a zephyr/linker.cmd || app/libapp.a modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a modules/nrf/drivers/mpsl/clock_control/lib..__nrf__drivers__mpsl__clock_control.a modules/nrf/drivers/mpsl/flash_sync/lib..__nrf__drivers__mpsl__flash_sync.a modules/nrf/drivers/mpsl/temp_nrf5/lib..__nrf__drivers__mpsl__temp_nrf5.a modules/nrf/lib/multithreading_lock/lib..__nrf__lib__multithreading_lock.a modules/nrf/subsys/bluetooth/controller/lib..__nrf__subsys__bluetooth__controller.a modules/nrf/subsys/mpsl/fem/lib..__nrf__subsys__mpsl__fem.a modules/nrf/subsys/mpsl/init/lib..__nrf__subsys__mpsl__init.a zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a zephyr/arch/arch/arm/core/libarch__arm__core.a zephyr/arch/common/libarch__common.a zephyr/arch/common/libisr_tables.a zephyr/driver_validation_h_target zephyr/drivers/adc/libdrivers__adc.a zephyr/drivers/clock_control/libdrivers__clock_control.a zephyr/drivers/console/libdrivers__console.a zephyr/drivers/entropy/libdrivers__entropy.a zephyr/drivers/flash/libdrivers__flash.a zephyr/drivers/gpio/libdrivers__gpio.a zephyr/drivers/i2c/libdrivers__i2c.a zephyr/drivers/pinctrl/libdrivers__pinctrl.a zephyr/drivers/sensor/bosch/bme280/libdrivers__sensor__bosch__bme280.a zephyr/drivers/sensor/st/lis2dh/libdrivers__sensor__st__lis2dh.a zephyr/drivers/sensor/st/lis2mdl/libdrivers__sensor__st__lis2mdl.a zephyr/drivers/sensor/st/stmemsc/libdrivers__sensor__st__stmemsc.a zephyr/drivers/serial/libdrivers__serial.a zephyr/drivers/spi/libdrivers__spi.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/newlib/liblib__libc__newlib.a zephyr/libzephyr.a zephyr/linker_zephyr_final_script_target zephyr/offsets zephyr/soc/soc/nrf52833/libsoc__nordic.a zephyr/subsys/bluetooth/common/libsubsys__bluetooth__common.a zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a zephyr/subsys/lorawan/libloramac-node.a zephyr/subsys/net/libsubsys__net.a zephyr/subsys/random/libsubsys__random.a zephyr/syscall_list_h_target zephyr/zephyr_pre0.elf
+  LINK_FLAGS = -gdwarf-4
+  LINK_LIBRARIES = zephyr/CMakeFiles/offsets.dir/./arch/arm/core/offsets/offsets.c.obj  -fuse-ld=bfd  -T  zephyr/linker.cmd  -Wl,-Map=/home/code/workspace/projet_systm_menacer/projetalexiot/build/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/lib/libc/newlib/liblib__libc__newlib.a  zephyr/lib/libc/common/liblib__libc__common.a  zephyr/soc/soc/nrf52833/libsoc__nordic.a  zephyr/subsys/lorawan/libloramac-node.a  zephyr/subsys/random/libsubsys__random.a  zephyr/subsys/bluetooth/common/libsubsys__bluetooth__common.a  zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a  zephyr/subsys/net/libsubsys__net.a  zephyr/drivers/adc/libdrivers__adc.a  zephyr/drivers/clock_control/libdrivers__clock_control.a  zephyr/drivers/console/libdrivers__console.a  zephyr/drivers/entropy/libdrivers__entropy.a  zephyr/drivers/flash/libdrivers__flash.a  zephyr/drivers/gpio/libdrivers__gpio.a  zephyr/drivers/i2c/libdrivers__i2c.a  zephyr/drivers/pinctrl/libdrivers__pinctrl.a  zephyr/drivers/sensor/bosch/bme280/libdrivers__sensor__bosch__bme280.a  zephyr/drivers/sensor/st/stmemsc/libdrivers__sensor__st__stmemsc.a  zephyr/drivers/sensor/st/lis2dh/libdrivers__sensor__st__lis2dh.a  zephyr/drivers/sensor/st/lis2mdl/libdrivers__sensor__st__lis2mdl.a  zephyr/drivers/serial/libdrivers__serial.a  zephyr/drivers/spi/libdrivers__spi.a  zephyr/drivers/timer/libdrivers__timer.a  modules/nrf/lib/multithreading_lock/lib..__nrf__lib__multithreading_lock.a  modules/nrf/subsys/bluetooth/controller/lib..__nrf__subsys__bluetooth__controller.a  modules/nrf/subsys/mpsl/init/lib..__nrf__subsys__mpsl__init.a  modules/nrf/subsys/mpsl/fem/lib..__nrf__subsys__mpsl__fem.a  modules/nrf/drivers/mpsl/clock_control/lib..__nrf__drivers__mpsl__clock_control.a  modules/nrf/drivers/mpsl/flash_sync/lib..__nrf__drivers__mpsl__flash_sync.a  modules/nrf/drivers/mpsl/temp_nrf5/lib..__nrf__drivers__mpsl__temp_nrf5.a  modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a  -Wl,--no-whole-archive  zephyr/kernel/libkernel.a  -L"/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/thumb/v7e-m/nofp"  -L/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr  -lgcc  -Wl,--print-memory-usage  zephyr/arch/common/libisr_tables.a  /opt/ncs/nrfxlib/crypto/nrf_oberon/lib/cortex-m4/soft-float/liboberon_3.0.15.a  -mcpu=cortex-m4  -mthumb  -mabi=aapcs  -mfp16-format=ieee  -Wl,--gc-sections  -Wl,--build-id=none  -Wl,--sort-common=descending  -Wl,--sort-section=alignment  -Wl,-u,_OffsetAbsSyms  -Wl,-u,_ConfigAbsSyms  -nostdlib  -static  -Wl,-X  -Wl,-N  -Wl,--orphan-handling=warn  -Wl,-no-pie  -lm  -Wl,-lc  -L"/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi"/lib/thumb/v7e-m/nofp  -u_printf_float  -Wl,-lgcc  -lc  -specs=nano.specs  /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a  /opt/ncs/nrfxlib/mpsl/fem/common/lib/cortex-m4/soft-float/libmpsl_fem_common.a  /opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/lib/cortex-m4/soft-float/libmpsl_fem_nrf21540_gpio.a  /opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/lib/cortex-m4/soft-float/libmpsl_fem_nrf21540_gpio_spi.a  /opt/ncs/nrfxlib/mpsl/fem/nrf2220/lib/cortex-m4/soft-float/libmpsl_fem_nrf2220.a  /opt/ncs/nrfxlib/mpsl/fem/nrf2240/lib/cortex-m4/soft-float/libmpsl_fem_nrf2240.a  /opt/ncs/nrfxlib/mpsl/fem/nrf22xx/lib/cortex-m4/soft-float/libmpsl_fem_nrf22xx.a  /opt/ncs/nrfxlib/mpsl/fem/simple_gpio/lib/cortex-m4/soft-float/libmpsl_fem_simple_gpio.a  /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a
+  OBJECT_DIR = zephyr/CMakeFiles/zephyr_final.dir
+  POST_BUILD = cd /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr && /opt/bin/cmake -E echo Generating\ files\ from\ /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/zephyr.elf\ for\ board:\ bbc_microbit_v2 && /opt/bin/cmake -E copy zephyr_final.map zephyr.map && /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-objcopy --gap-fill 0xff --output-target=ihex --remove-section=.comment --remove-section=COMMON --remove-section=.eh_frame zephyr.elf zephyr.hex && /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-objcopy --gap-fill 0xff --output-target=binary --remove-section=.comment --remove-section=COMMON --remove-section=.eh_frame zephyr.elf zephyr.bin && /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-readelf -e zephyr.elf > zephyr.stat && /opt/venv/bin/python3 /opt/ncs/zephyr/scripts/build/check_init_priorities.py --elf-file=/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/zephyr.elf
+  PRE_LINK = :
+  RESTAT = 1
+  TARGET_FILE = zephyr/zephyr.elf
+  TARGET_PDB = zephyr.elf.dbg
+
+
+#############################################
+# 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 llext-edk
+
+build zephyr/llext-edk: phony zephyr/CMakeFiles/llext-edk zephyr/llext-edk.tar.xz zephyr/zephyr.elf
+
+
+#############################################
+# Utility command for edit_cache
+
+build zephyr/CMakeFiles/edit_cache.util: CUSTOM_COMMAND
+  COMMAND = cd /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr && /opt/bin/ccmake -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  DESC = Running CMake cache editor...
+  pool = console
+  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/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr && /opt/bin/cmake --regenerate-during-build -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  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/version.h || modules/nrf/ncs_commit_h modules/nrf/ncs_version_h modules/nrf/zephyr_commit_h
+
+
+#############################################
+# Custom command for zephyr/include/generated/version.h
+
+build zephyr/include/generated/version.h | ${cmake_ninja_workdir}zephyr/include/generated/version.h: CUSTOM_COMMAND /opt/ncs/zephyr/VERSION /opt/ncs/zephyr/.git/index || modules/nrf/ncs_commit_h modules/nrf/ncs_version_h modules/nrf/zephyr_commit_h
+  COMMAND = cd /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr && /opt/bin/cmake -DZEPHYR_BASE=/opt/ncs/zephyr -DOUT_FILE=/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/version.h -DVERSION_TYPE=KERNEL -DVERSION_FILE=/opt/ncs/zephyr/VERSION -DKERNEL_VERSION_CUSTOMIZATION="" -P /opt/ncs/zephyr/cmake/gen_version_h.cmake
+  DESC = Generating include/generated/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/syscall_list.h || zephyr/parse_syscalls_target
+
+
+#############################################
+# Custom command for zephyr/include/generated/syscall_dispatch.c
+
+build zephyr/include/generated/syscall_dispatch.c zephyr/include/generated/syscall_list.h | ${cmake_ninja_workdir}zephyr/include/generated/syscall_dispatch.c ${cmake_ninja_workdir}zephyr/include/generated/syscall_list.h: CUSTOM_COMMAND || zephyr/parse_syscalls_target
+  COMMAND = cd /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr && /opt/venv/bin/python3 /opt/ncs/zephyr/scripts/build/gen_syscalls.py --json-file /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls.json --base-output include/generated/syscalls --syscall-dispatch include/generated/syscall_dispatch.c --syscall-export-llext include/generated/syscall_export_llext.c --syscall-list /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/syscall_list.h  --split-type k_timeout_t --split-type k_ticks_t
+  DESC = Generating include/generated/syscall_dispatch.c, include/generated/syscall_list.h
+  restat = 1
+
+
+#############################################
+# Phony custom command for zephyr/CMakeFiles/parse_syscalls_target
+
+build zephyr/CMakeFiles/parse_syscalls_target | ${cmake_ninja_workdir}zephyr/CMakeFiles/parse_syscalls_target: phony zephyr/misc/generated/syscalls.json zephyr/misc/generated/struct_tags.json
+
+
+#############################################
+# 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 zephyr/misc/generated/syscalls_file_list.txt
+  COMMAND = cd /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr && /opt/venv/bin/python3 /opt/ncs/zephyr/scripts/build/parse_syscalls.py --scan /opt/ncs/zephyr/include --scan /opt/ncs/zephyr/drivers --scan /opt/ncs/zephyr/subsys/net --json-file /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls.json --tag-struct-file /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/struct_tags.json --file-list /home/code/workspace/projet_systm_menacer/projetalexiot/build/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_console zephyr/misc/generated/syscalls_links/include_zephyr_crypto 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_input 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_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_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_pm zephyr/misc/generated/syscalls_links/include_zephyr_portability zephyr/misc/generated/syscalls_links/include_zephyr_posix 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_xen zephyr/misc/generated/syscalls_links/include_zephyr_zbus 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_nios2 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_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_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_drivers_adc 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_clock_control zephyr/misc/generated/syscalls_links/include_zephyr_drivers_console zephyr/misc/generated/syscalls_links/include_zephyr_drivers_dma 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_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_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_mfd 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_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_pwm zephyr/misc/generated/syscalls_links/include_zephyr_drivers_regulator 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_serial zephyr/misc/generated/syscalls_links/include_zephyr_drivers_sip_svc 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_virtualization zephyr/misc/generated/syscalls_links/include_zephyr_drivers_i2c_target zephyr/misc/generated/syscalls_links/include_zephyr_drivers_misc_devmux 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_nxp_flexio zephyr/misc/generated/syscalls_links/include_zephyr_drivers_misc_pio_rpi_pico zephyr/misc/generated/syscalls_links/include_zephyr_drivers_misc_timeaware_gpio zephyr/misc/generated/syscalls_links/include_zephyr_drivers_pcie_endpoint 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_clock 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_gnss 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_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_pm 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_rdc zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_regulator 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_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_pinctrl_renesas 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_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_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_backend zephyr/misc/generated/syscalls_links/include_zephyr_net_conn_mgr zephyr/misc/generated/syscalls_links/include_zephyr_net_http 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_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
+  COMMAND = cd /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr && /opt/venv/bin/python3 /opt/ncs/zephyr/scripts/build/subfolder_list.py --directory /opt/ncs/zephyr/include --out-file /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_subdirs.txt --trigger-file /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_subdirs.trigger --create-links /home/code/workspace/projet_systm_menacer/projetalexiot/build/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_console zephyr/misc/generated/syscalls_links/include_zephyr_crypto 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_input 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_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_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_pm zephyr/misc/generated/syscalls_links/include_zephyr_portability zephyr/misc/generated/syscalls_links/include_zephyr_posix 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_xen zephyr/misc/generated/syscalls_links/include_zephyr_zbus 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_nios2 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_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_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_drivers_adc 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_clock_control zephyr/misc/generated/syscalls_links/include_zephyr_drivers_console zephyr/misc/generated/syscalls_links/include_zephyr_drivers_dma 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_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_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_mfd 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_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_pwm zephyr/misc/generated/syscalls_links/include_zephyr_drivers_regulator 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_serial zephyr/misc/generated/syscalls_links/include_zephyr_drivers_sip_svc 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_virtualization zephyr/misc/generated/syscalls_links/include_zephyr_drivers_i2c_target zephyr/misc/generated/syscalls_links/include_zephyr_drivers_misc_devmux 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_nxp_flexio zephyr/misc/generated/syscalls_links/include_zephyr_drivers_misc_pio_rpi_pico zephyr/misc/generated/syscalls_links/include_zephyr_drivers_misc_timeaware_gpio zephyr/misc/generated/syscalls_links/include_zephyr_drivers_pcie_endpoint 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_clock 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_gnss 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_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_pm 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_rdc zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_regulator 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_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_pinctrl_renesas 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_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_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_backend zephyr/misc/generated/syscalls_links/include_zephyr_net_conn_mgr zephyr/misc/generated/syscalls_links/include_zephyr_net_http 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_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 | ${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_console ${cmake_ninja_workdir}zephyr/misc/generated/syscalls_links/include_zephyr_crypto ${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_input ${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_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_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_pm ${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_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_xen ${cmake_ninja_workdir}zephyr/misc/generated/syscalls_links/include_zephyr_zbus ${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_nios2 ${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_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_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_drivers_adc ${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_clock_control ${cmake_ninja_workdir}zephyr/misc/generated/syscalls_links/include_zephyr_drivers_console ${cmake_ninja_workdir}zephyr/misc/generated/syscalls_links/include_zephyr_drivers_dma ${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_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_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_mfd ${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_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_pwm ${cmake_ninja_workdir}zephyr/misc/generated/syscalls_links/include_zephyr_drivers_regulator ${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_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_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_virtualization ${cmake_ninja_workdir}zephyr/misc/generated/syscalls_links/include_zephyr_drivers_i2c_target ${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_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_nxp_flexio ${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_timeaware_gpio ${cmake_ninja_workdir}zephyr/misc/generated/syscalls_links/include_zephyr_drivers_pcie_endpoint ${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_clock ${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_gnss ${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_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_pm ${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_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_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_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_pinctrl_renesas ${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_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_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_backend ${cmake_ninja_workdir}zephyr/misc/generated/syscalls_links/include_zephyr_net_conn_mgr ${cmake_ninja_workdir}zephyr/misc/generated/syscalls_links/include_zephyr_net_http ${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_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: CUSTOM_COMMAND
+  COMMAND = cd /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr && /opt/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/driver-validation.h || zephyr/parse_syscalls_target
+
+
+#############################################
+# Custom command for zephyr/include/generated/driver-validation.h
+
+build zephyr/include/generated/driver-validation.h | ${cmake_ninja_workdir}zephyr/include/generated/driver-validation.h: CUSTOM_COMMAND /opt/ncs/zephyr/scripts/build/gen_kobject_list.py || zephyr/parse_syscalls_target
+  COMMAND = cd /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr && /opt/venv/bin/python3 /opt/ncs/zephyr/scripts/build/gen_kobject_list.py --validation-output /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/driver-validation.h --include-subsystem-list /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/struct_tags.json
+  DESC = Generating include/generated/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/kobj-types-enum.h zephyr/include/generated/otype-to-str.h || zephyr/parse_syscalls_target
+
+
+#############################################
+# Custom command for zephyr/include/generated/kobj-types-enum.h
+
+build zephyr/include/generated/kobj-types-enum.h zephyr/include/generated/otype-to-str.h zephyr/include/generated/otype-to-size.h | ${cmake_ninja_workdir}zephyr/include/generated/kobj-types-enum.h ${cmake_ninja_workdir}zephyr/include/generated/otype-to-str.h ${cmake_ninja_workdir}zephyr/include/generated/otype-to-size.h: CUSTOM_COMMAND /opt/ncs/zephyr/scripts/build/gen_kobject_list.py || zephyr/parse_syscalls_target
+  COMMAND = cd /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr && /opt/venv/bin/python3 /opt/ncs/zephyr/scripts/build/gen_kobject_list.py --kobj-types-output /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/kobj-types-enum.h --kobj-otype-output /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/otype-to-str.h --kobj-size-output /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/otype-to-size.h --include-subsystem-list /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/struct_tags.json
+  DESC = Generating include/generated/kobj-types-enum.h, include/generated/otype-to-str.h, include/generated/otype-to-size.h
+  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/offsets.h || zephyr/driver_validation_h_target zephyr/kobj_types_h_target zephyr/offsets zephyr/parse_syscalls_target zephyr/syscall_list_h_target
+
+
+#############################################
+# Custom command for zephyr/include/generated/offsets.h
+
+build zephyr/include/generated/offsets.h | ${cmake_ninja_workdir}zephyr/include/generated/offsets.h: CUSTOM_COMMAND zephyr/CMakeFiles/offsets.dir/arch/arm/core/offsets/offsets.c.obj || zephyr/driver_validation_h_target zephyr/kobj_types_h_target zephyr/offsets zephyr/parse_syscalls_target zephyr/syscall_list_h_target
+  COMMAND = cd /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr && /opt/venv/bin/python3 /opt/ncs/zephyr/scripts/build/gen_offset_header.py -i /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/CMakeFiles/offsets.dir/./arch/arm/core/offsets/offsets.c.obj -o /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/offsets.h
+  DESC = Generating include/generated/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 || modules/nrf/ncs_commit_h modules/nrf/ncs_version_h modules/nrf/zephyr_commit_h zephyr/driver_validation_h_target zephyr/kobj_types_h_target zephyr/offsets zephyr/offsets_h zephyr/parse_syscalls_target zephyr/syscall_list_h_target zephyr/version_h zephyr/zephyr_generated_headers
+
+
+#############################################
+# Custom command for zephyr/linker_zephyr_pre0.cmd
+
+build zephyr/linker_zephyr_pre0.cmd | ${cmake_ninja_workdir}zephyr/linker_zephyr_pre0.cmd: CUSTOM_COMMAND /opt/ncs/zephyr/include/zephyr/arch/arm/cortex_m/scripts/linker.ld zephyr/include/generated/autoconf.h || modules/nrf/ncs_commit_h modules/nrf/ncs_version_h modules/nrf/zephyr_commit_h zephyr/driver_validation_h_target zephyr/kobj_types_h_target zephyr/offsets zephyr/offsets_h zephyr/parse_syscalls_target zephyr/syscall_list_h_target zephyr/version_h zephyr/zephyr_generated_headers
+  COMMAND = cd /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr && /opt/zephyr-sdk-0.16.8/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 -imacros /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/lib/libc/common/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver/ -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/zephyr/include/zephyr/arch/arm/cortex_m/scripts -D__GCC_LINKER_CMD__ -DLINKER_ZEPHYR_PREBUILT -E /opt/ncs/zephyr/include/zephyr/arch/arm/cortex_m/scripts/linker.ld -P -o linker_zephyr_pre0.cmd && /opt/bin/cmake -E cmake_transform_depfile Ninja gccdepfile /home/code/workspace/projet_systm_menacer/projetalexiot /opt/ncs/zephyr /home/code/workspace/projet_systm_menacer/projetalexiot/build /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/linker_zephyr_pre0.cmd.dep /home/code/workspace/projet_systm_menacer/projetalexiot/build/CMakeFiles/d/a41a568e3d1ed59a64938438db04d906ad2c1939c35603126e01bbef47b87672.d
+  DESC = Generating linker_zephyr_pre0.cmd
+  depfile = CMakeFiles/d/a41a568e3d1ed59a64938438db04d906ad2c1939c35603126e01bbef47b87672.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_nordic/nrfx/libmodules__hal_nordic__nrfx.a modules/nrf/drivers/mpsl/clock_control/lib..__nrf__drivers__mpsl__clock_control.a modules/nrf/drivers/mpsl/flash_sync/lib..__nrf__drivers__mpsl__flash_sync.a modules/nrf/drivers/mpsl/temp_nrf5/lib..__nrf__drivers__mpsl__temp_nrf5.a modules/nrf/lib/multithreading_lock/lib..__nrf__lib__multithreading_lock.a modules/nrf/ncs_commit_h modules/nrf/ncs_version_h modules/nrf/subsys/bluetooth/controller/lib..__nrf__subsys__bluetooth__controller.a modules/nrf/subsys/mpsl/fem/lib..__nrf__subsys__mpsl__fem.a modules/nrf/subsys/mpsl/init/lib..__nrf__subsys__mpsl__init.a modules/nrf/zephyr_commit_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/common/libarch__common.a zephyr/arch/common/libisr_tables.a zephyr/driver_validation_h_target zephyr/drivers/adc/libdrivers__adc.a zephyr/drivers/clock_control/libdrivers__clock_control.a zephyr/drivers/console/libdrivers__console.a zephyr/drivers/entropy/libdrivers__entropy.a zephyr/drivers/flash/libdrivers__flash.a zephyr/drivers/gpio/libdrivers__gpio.a zephyr/drivers/i2c/libdrivers__i2c.a zephyr/drivers/pinctrl/libdrivers__pinctrl.a zephyr/drivers/sensor/bosch/bme280/libdrivers__sensor__bosch__bme280.a zephyr/drivers/sensor/st/lis2dh/libdrivers__sensor__st__lis2dh.a zephyr/drivers/sensor/st/lis2mdl/libdrivers__sensor__st__lis2mdl.a zephyr/drivers/sensor/st/stmemsc/libdrivers__sensor__st__stmemsc.a zephyr/drivers/serial/libdrivers__serial.a zephyr/drivers/spi/libdrivers__spi.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/newlib/liblib__libc__newlib.a zephyr/libzephyr.a zephyr/linker_zephyr_prebuilt_script_target zephyr/offsets zephyr/offsets_h zephyr/parse_syscalls_target zephyr/soc/soc/nrf52833/libsoc__nordic.a zephyr/subsys/bluetooth/common/libsubsys__bluetooth__common.a zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a zephyr/subsys/lorawan/libloramac-node.a zephyr/subsys/net/libsubsys__net.a zephyr/subsys/random/libsubsys__random.a zephyr/syscall_list_h_target zephyr/version_h zephyr/zephyr_generated_headers zephyr/zephyr_pre0.elf
+
+
+#############################################
+# Custom command for zephyr/linker.cmd
+
+build zephyr/linker.cmd | ${cmake_ninja_workdir}zephyr/linker.cmd: CUSTOM_COMMAND /opt/ncs/zephyr/include/zephyr/arch/arm/cortex_m/scripts/linker.ld zephyr/include/generated/autoconf.h zephyr/zephyr_pre0.elf || app/libapp.a modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a modules/nrf/drivers/mpsl/clock_control/lib..__nrf__drivers__mpsl__clock_control.a modules/nrf/drivers/mpsl/flash_sync/lib..__nrf__drivers__mpsl__flash_sync.a modules/nrf/drivers/mpsl/temp_nrf5/lib..__nrf__drivers__mpsl__temp_nrf5.a modules/nrf/lib/multithreading_lock/lib..__nrf__lib__multithreading_lock.a modules/nrf/ncs_commit_h modules/nrf/ncs_version_h modules/nrf/subsys/bluetooth/controller/lib..__nrf__subsys__bluetooth__controller.a modules/nrf/subsys/mpsl/fem/lib..__nrf__subsys__mpsl__fem.a modules/nrf/subsys/mpsl/init/lib..__nrf__subsys__mpsl__init.a modules/nrf/zephyr_commit_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/common/libarch__common.a zephyr/arch/common/libisr_tables.a zephyr/driver_validation_h_target zephyr/drivers/adc/libdrivers__adc.a zephyr/drivers/clock_control/libdrivers__clock_control.a zephyr/drivers/console/libdrivers__console.a zephyr/drivers/entropy/libdrivers__entropy.a zephyr/drivers/flash/libdrivers__flash.a zephyr/drivers/gpio/libdrivers__gpio.a zephyr/drivers/i2c/libdrivers__i2c.a zephyr/drivers/pinctrl/libdrivers__pinctrl.a zephyr/drivers/sensor/bosch/bme280/libdrivers__sensor__bosch__bme280.a zephyr/drivers/sensor/st/lis2dh/libdrivers__sensor__st__lis2dh.a zephyr/drivers/sensor/st/lis2mdl/libdrivers__sensor__st__lis2mdl.a zephyr/drivers/sensor/st/stmemsc/libdrivers__sensor__st__stmemsc.a zephyr/drivers/serial/libdrivers__serial.a zephyr/drivers/spi/libdrivers__spi.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/newlib/liblib__libc__newlib.a zephyr/libzephyr.a zephyr/linker_zephyr_prebuilt_script_target zephyr/offsets zephyr/offsets_h zephyr/parse_syscalls_target zephyr/soc/soc/nrf52833/libsoc__nordic.a zephyr/subsys/bluetooth/common/libsubsys__bluetooth__common.a zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a zephyr/subsys/lorawan/libloramac-node.a zephyr/subsys/net/libsubsys__net.a zephyr/subsys/random/libsubsys__random.a zephyr/syscall_list_h_target zephyr/version_h zephyr/zephyr_generated_headers zephyr/zephyr_pre0.elf
+  COMMAND = cd /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr && /opt/zephyr-sdk-0.16.8/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 -imacros /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/lib/libc/common/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver/ -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/zephyr/include/zephyr/arch/arm/cortex_m/scripts -D__GCC_LINKER_CMD__ -DLINKER_ZEPHYR_FINAL -E /opt/ncs/zephyr/include/zephyr/arch/arm/cortex_m/scripts/linker.ld -P -o linker.cmd && /opt/bin/cmake -E cmake_transform_depfile Ninja gccdepfile /home/code/workspace/projet_systm_menacer/projetalexiot /opt/ncs/zephyr /home/code/workspace/projet_systm_menacer/projetalexiot/build /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/linker.cmd.dep /home/code/workspace/projet_systm_menacer/projetalexiot/build/CMakeFiles/d/9d81445f7d3bffea4e5d67c1b3f10fc26b34b4069a828afe1fd36d0df37ad9d3.d
+  DESC = Generating linker.cmd
+  depfile = CMakeFiles/d/9d81445f7d3bffea4e5d67c1b3f10fc26b34b4069a828afe1fd36d0df37ad9d3.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_nordic/nrfx/libmodules__hal_nordic__nrfx.a modules/nrf/drivers/mpsl/clock_control/lib..__nrf__drivers__mpsl__clock_control.a modules/nrf/drivers/mpsl/flash_sync/lib..__nrf__drivers__mpsl__flash_sync.a modules/nrf/drivers/mpsl/temp_nrf5/lib..__nrf__drivers__mpsl__temp_nrf5.a modules/nrf/lib/multithreading_lock/lib..__nrf__lib__multithreading_lock.a modules/nrf/ncs_commit_h modules/nrf/ncs_version_h modules/nrf/subsys/bluetooth/controller/lib..__nrf__subsys__bluetooth__controller.a modules/nrf/subsys/mpsl/fem/lib..__nrf__subsys__mpsl__fem.a modules/nrf/subsys/mpsl/init/lib..__nrf__subsys__mpsl__init.a modules/nrf/zephyr_commit_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/common/libarch__common.a zephyr/arch/common/libisr_tables.a zephyr/driver_validation_h_target zephyr/drivers/adc/libdrivers__adc.a zephyr/drivers/clock_control/libdrivers__clock_control.a zephyr/drivers/console/libdrivers__console.a zephyr/drivers/entropy/libdrivers__entropy.a zephyr/drivers/flash/libdrivers__flash.a zephyr/drivers/gpio/libdrivers__gpio.a zephyr/drivers/i2c/libdrivers__i2c.a zephyr/drivers/pinctrl/libdrivers__pinctrl.a zephyr/drivers/sensor/bosch/bme280/libdrivers__sensor__bosch__bme280.a zephyr/drivers/sensor/st/lis2dh/libdrivers__sensor__st__lis2dh.a zephyr/drivers/sensor/st/lis2mdl/libdrivers__sensor__st__lis2mdl.a zephyr/drivers/sensor/st/stmemsc/libdrivers__sensor__st__stmemsc.a zephyr/drivers/serial/libdrivers__serial.a zephyr/drivers/spi/libdrivers__spi.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/newlib/liblib__libc__newlib.a zephyr/libzephyr.a zephyr/linker_zephyr_final_script_target zephyr/linker_zephyr_prebuilt_script_target zephyr/offsets zephyr/offsets_h zephyr/parse_syscalls_target zephyr/soc/soc/nrf52833/libsoc__nordic.a zephyr/subsys/bluetooth/common/libsubsys__bluetooth__common.a zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a zephyr/subsys/lorawan/libloramac-node.a zephyr/subsys/net/libsubsys__net.a zephyr/subsys/random/libsubsys__random.a zephyr/syscall_list_h_target zephyr/version_h zephyr/zephyr_generated_headers zephyr/zephyr_pre0.elf
+  COMMAND = cd /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr && /opt/venv/bin/python3 /opt/ncs/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/code/workspace/projet_systm_menacer/projetalexiot/build/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_nordic/nrfx/libmodules__hal_nordic__nrfx.a modules/nrf/drivers/mpsl/clock_control/lib..__nrf__drivers__mpsl__clock_control.a modules/nrf/drivers/mpsl/flash_sync/lib..__nrf__drivers__mpsl__flash_sync.a modules/nrf/drivers/mpsl/temp_nrf5/lib..__nrf__drivers__mpsl__temp_nrf5.a modules/nrf/lib/multithreading_lock/lib..__nrf__lib__multithreading_lock.a modules/nrf/ncs_commit_h modules/nrf/ncs_version_h modules/nrf/subsys/bluetooth/controller/lib..__nrf__subsys__bluetooth__controller.a modules/nrf/subsys/mpsl/fem/lib..__nrf__subsys__mpsl__fem.a modules/nrf/subsys/mpsl/init/lib..__nrf__subsys__mpsl__init.a modules/nrf/zephyr_commit_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/common/libarch__common.a zephyr/arch/common/libisr_tables.a zephyr/driver_validation_h_target zephyr/drivers/adc/libdrivers__adc.a zephyr/drivers/clock_control/libdrivers__clock_control.a zephyr/drivers/console/libdrivers__console.a zephyr/drivers/entropy/libdrivers__entropy.a zephyr/drivers/flash/libdrivers__flash.a zephyr/drivers/gpio/libdrivers__gpio.a zephyr/drivers/i2c/libdrivers__i2c.a zephyr/drivers/pinctrl/libdrivers__pinctrl.a zephyr/drivers/sensor/bosch/bme280/libdrivers__sensor__bosch__bme280.a zephyr/drivers/sensor/st/lis2dh/libdrivers__sensor__st__lis2dh.a zephyr/drivers/sensor/st/lis2mdl/libdrivers__sensor__st__lis2mdl.a zephyr/drivers/sensor/st/stmemsc/libdrivers__sensor__st__stmemsc.a zephyr/drivers/serial/libdrivers__serial.a zephyr/drivers/spi/libdrivers__spi.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/newlib/liblib__libc__newlib.a zephyr/libzephyr.a zephyr/linker_zephyr_final_script_target zephyr/linker_zephyr_prebuilt_script_target zephyr/offsets zephyr/offsets_h zephyr/parse_syscalls_target zephyr/soc/soc/nrf52833/libsoc__nordic.a zephyr/subsys/bluetooth/common/libsubsys__bluetooth__common.a zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a zephyr/subsys/lorawan/libloramac-node.a zephyr/subsys/net/libsubsys__net.a zephyr/subsys/random/libsubsys__random.a zephyr/syscall_list_h_target zephyr/version_h zephyr/zephyr.elf zephyr/zephyr_generated_headers zephyr/zephyr_pre0.elf
+  COMMAND = cd /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr && /opt/venv/bin/python3 /opt/ncs/zephyr/scripts/build/check_init_priorities.py --elf-file=/home/code/workspace/projet_systm_menacer/projetalexiot/build/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/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr && /opt/bin/cmake -E echo =================================================== Emulation/Simulation\ not\ supported\ with\ this\ board. ===================================================
+
+
+#############################################
+# Phony custom command for zephyr/CMakeFiles/llext-edk
+
+build zephyr/CMakeFiles/llext-edk | ${cmake_ninja_workdir}zephyr/CMakeFiles/llext-edk: phony zephyr/llext-edk.tar.xz || app/libapp.a modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a modules/nrf/drivers/mpsl/clock_control/lib..__nrf__drivers__mpsl__clock_control.a modules/nrf/drivers/mpsl/flash_sync/lib..__nrf__drivers__mpsl__flash_sync.a modules/nrf/drivers/mpsl/temp_nrf5/lib..__nrf__drivers__mpsl__temp_nrf5.a modules/nrf/lib/multithreading_lock/lib..__nrf__lib__multithreading_lock.a modules/nrf/ncs_commit_h modules/nrf/ncs_version_h modules/nrf/subsys/bluetooth/controller/lib..__nrf__subsys__bluetooth__controller.a modules/nrf/subsys/mpsl/fem/lib..__nrf__subsys__mpsl__fem.a modules/nrf/subsys/mpsl/init/lib..__nrf__subsys__mpsl__init.a modules/nrf/zephyr_commit_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/common/libarch__common.a zephyr/arch/common/libisr_tables.a zephyr/driver_validation_h_target zephyr/drivers/adc/libdrivers__adc.a zephyr/drivers/clock_control/libdrivers__clock_control.a zephyr/drivers/console/libdrivers__console.a zephyr/drivers/entropy/libdrivers__entropy.a zephyr/drivers/flash/libdrivers__flash.a zephyr/drivers/gpio/libdrivers__gpio.a zephyr/drivers/i2c/libdrivers__i2c.a zephyr/drivers/pinctrl/libdrivers__pinctrl.a zephyr/drivers/sensor/bosch/bme280/libdrivers__sensor__bosch__bme280.a zephyr/drivers/sensor/st/lis2dh/libdrivers__sensor__st__lis2dh.a zephyr/drivers/sensor/st/lis2mdl/libdrivers__sensor__st__lis2mdl.a zephyr/drivers/sensor/st/stmemsc/libdrivers__sensor__st__stmemsc.a zephyr/drivers/serial/libdrivers__serial.a zephyr/drivers/spi/libdrivers__spi.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/newlib/liblib__libc__newlib.a zephyr/libzephyr.a zephyr/linker_zephyr_final_script_target zephyr/linker_zephyr_prebuilt_script_target zephyr/offsets zephyr/offsets_h zephyr/parse_syscalls_target zephyr/soc/soc/nrf52833/libsoc__nordic.a zephyr/subsys/bluetooth/common/libsubsys__bluetooth__common.a zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a zephyr/subsys/lorawan/libloramac-node.a zephyr/subsys/net/libsubsys__net.a zephyr/subsys/random/libsubsys__random.a zephyr/syscall_list_h_target zephyr/version_h zephyr/zephyr.elf zephyr/zephyr_generated_headers zephyr/zephyr_pre0.elf
+
+
+#############################################
+# Custom command for zephyr/llext-edk.tar.xz
+
+build zephyr/llext-edk.tar.xz | ${cmake_ninja_workdir}zephyr/llext-edk.tar.xz: CUSTOM_COMMAND zephyr/zephyr.elf || app/libapp.a modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a modules/nrf/drivers/mpsl/clock_control/lib..__nrf__drivers__mpsl__clock_control.a modules/nrf/drivers/mpsl/flash_sync/lib..__nrf__drivers__mpsl__flash_sync.a modules/nrf/drivers/mpsl/temp_nrf5/lib..__nrf__drivers__mpsl__temp_nrf5.a modules/nrf/lib/multithreading_lock/lib..__nrf__lib__multithreading_lock.a modules/nrf/ncs_commit_h modules/nrf/ncs_version_h modules/nrf/subsys/bluetooth/controller/lib..__nrf__subsys__bluetooth__controller.a modules/nrf/subsys/mpsl/fem/lib..__nrf__subsys__mpsl__fem.a modules/nrf/subsys/mpsl/init/lib..__nrf__subsys__mpsl__init.a modules/nrf/zephyr_commit_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/common/libarch__common.a zephyr/arch/common/libisr_tables.a zephyr/driver_validation_h_target zephyr/drivers/adc/libdrivers__adc.a zephyr/drivers/clock_control/libdrivers__clock_control.a zephyr/drivers/console/libdrivers__console.a zephyr/drivers/entropy/libdrivers__entropy.a zephyr/drivers/flash/libdrivers__flash.a zephyr/drivers/gpio/libdrivers__gpio.a zephyr/drivers/i2c/libdrivers__i2c.a zephyr/drivers/pinctrl/libdrivers__pinctrl.a zephyr/drivers/sensor/bosch/bme280/libdrivers__sensor__bosch__bme280.a zephyr/drivers/sensor/st/lis2dh/libdrivers__sensor__st__lis2dh.a zephyr/drivers/sensor/st/lis2mdl/libdrivers__sensor__st__lis2mdl.a zephyr/drivers/sensor/st/stmemsc/libdrivers__sensor__st__stmemsc.a zephyr/drivers/serial/libdrivers__serial.a zephyr/drivers/spi/libdrivers__spi.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/newlib/liblib__libc__newlib.a zephyr/libzephyr.a zephyr/linker_zephyr_final_script_target zephyr/linker_zephyr_prebuilt_script_target zephyr/offsets zephyr/offsets_h zephyr/parse_syscalls_target zephyr/soc/soc/nrf52833/libsoc__nordic.a zephyr/subsys/bluetooth/common/libsubsys__bluetooth__common.a zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a zephyr/subsys/lorawan/libloramac-node.a zephyr/subsys/net/libsubsys__net.a zephyr/subsys/random/libsubsys__random.a zephyr/syscall_list_h_target zephyr/version_h zephyr/zephyr.elf zephyr/zephyr_generated_headers zephyr/zephyr_pre0.elf
+  COMMAND = cd /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr && /opt/bin/cmake -E make_directory edk/include/generated && /opt/venv/bin/python3 /opt/ncs/zephyr/scripts/build/gen_syscalls.py --json-file /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls.json --base-output edk/include/generated/syscalls --syscall-dispatch edk/include/generated/syscall_dispatch.c --syscall-list /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/edk/include/generated/syscall_list.h --split-type k_timeout_t --split-type k_ticks_t && /opt/bin/cmake -DPROJECT_BINARY_DIR=/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr -DAPPLICATION_SOURCE_DIR=/home/code/workspace/projet_systm_menacer/projetalexiot -DINTERFACE_INCLUDE_DIRECTORIES="/opt/ncs/nrf/drivers/mpsl/clock_control:/opt/ncs/zephyr/include:/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated:/opt/ncs/zephyr/soc/nordic:/opt/ncs/zephyr/lib/libc/newlib/include:/opt/ncs/zephyr/lib/libc/common/include:/opt/ncs/zephyr/soc/nordic/nrf52/.:/opt/ncs/zephyr/soc/nordic/common/.:/opt/ncs/zephyr/subsys/bluetooth:/opt/ncs/zephyr/subsys/settings/include:/opt/ncs/nrf/include:/opt/ncs/nrf/lib/multithreading_lock/.:/opt/ncs/nrf/subsys/bluetooth/controller/.:/opt/ncs/zephyr/drivers/flash:/opt/ncs/nrf/tests/include:/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include:/opt/ncs/zephyr/modules/cmsis/.:/opt/ncs/modules/hal/nordic/nrfx:/opt/ncs/modules/hal/nordic/nrfx/drivers/include:/opt/ncs/modules/hal/nordic/nrfx/mdk:/opt/ncs/zephyr/modules/hal_nordic/nrfx/.:/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver/:/opt/ncs/modules/crypto/tinycrypt/lib/include:/opt/ncs/nrfxlib/mpsl/fem/common/include:/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include:/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include:/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include:/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include:/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include:/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include:/opt/ncs/nrfxlib/mpsl/fem/include:/opt/ncs/nrfxlib/mpsl/fem/include/protocol:/opt/ncs/nrfxlib/mpsl/include:/opt/ncs/nrfxlib/mpsl/include/protocol:/opt/ncs/nrfxlib/softdevice_controller/include" -Dllext_edk_file=/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/llext-edk.tar.xz -DAUTOCONF_H=/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -Dllext_cflags="-fno-strict-aliasing -imacros /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wformat -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -specs=nano.specs -std=c99 -mlong-calls -mthumb -nodefaultlibs" -Dllext_edk_name=llext-edk -DWEST_TOPDIR=/opt/ncs -DZEPHYR_BASE=/opt/ncs/zephyr -DCONFIG_LLEXT_EDK_USERSPACE_ONLY= -P /opt/ncs/zephyr/cmake/llext-edk.cmake
+  DESC = Generating llext-edk.tar.xz
+  restat = 1
+
+# =============================================================================
+# Write statements declared in CMakeLists.txt:
+# /opt/ncs/zephyr/CMakeLists.txt
+# =============================================================================
+
+
+#############################################
+# Utility command for edit_cache
+
+build zephyr/arch/CMakeFiles/edit_cache.util: CUSTOM_COMMAND
+  COMMAND = cd /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/arch && /opt/bin/ccmake -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  DESC = Running CMake cache editor...
+  pool = console
+  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/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/arch && /opt/bin/cmake --regenerate-during-build -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  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:
+# /opt/ncs/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/driver_validation_h_target zephyr/kobj_types_h_target zephyr/syscall_list_h_target zephyr/zephyr_generated_headers
+
+build zephyr/arch/common/CMakeFiles/arch__common.dir/sw_isr_common.c.obj: C_COMPILER__arch__common_unscanned_ /opt/ncs/zephyr/arch/common/sw_isr_common.c || cmake_object_order_depends_target_arch__common
+  DEFINES = -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -D_ANSI_SOURCE -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/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99
+  INCLUDES = -I/opt/ncs/zephyr/kernel/include -I/opt/ncs/zephyr/arch/arm/include -I/opt/ncs/zephyr/arch/common/include -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/zephyr/lib/libc/common/include
+  OBJECT_DIR = zephyr/arch/common/CMakeFiles/arch__common.dir
+  OBJECT_FILE_DIR = zephyr/arch/common/CMakeFiles/arch__common.dir
+
+
+# =============================================================================
+# 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/libisr_tables.a zephyr/driver_validation_h_target zephyr/kobj_types_h_target zephyr/syscall_list_h_target zephyr/zephyr_generated_headers
+  OBJECT_DIR = zephyr/arch/common/CMakeFiles/arch__common.dir
+  POST_BUILD = :
+  PRE_LINK = :
+  TARGET_FILE = zephyr/arch/common/libarch__common.a
+  TARGET_PDB = arch__common.a.dbg
+
+# =============================================================================
+# 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/driver_validation_h_target zephyr/kobj_types_h_target zephyr/syscall_list_h_target zephyr/zephyr_generated_headers
+
+build zephyr/arch/common/CMakeFiles/isr_tables.dir/isr_tables.c.obj: C_COMPILER__isr_tables_unscanned_ /opt/ncs/zephyr/arch/common/isr_tables.c || cmake_object_order_depends_target_isr_tables
+  DEFINES = -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -D_ANSI_SOURCE -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/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99
+  INCLUDES = -I/opt/ncs/zephyr/kernel/include -I/opt/ncs/zephyr/arch/arm/include -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/zephyr/lib/libc/common/include
+  OBJECT_DIR = zephyr/arch/common/CMakeFiles/isr_tables.dir
+  OBJECT_FILE_DIR = zephyr/arch/common/CMakeFiles/isr_tables.dir
+
+
+# =============================================================================
+# 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/driver_validation_h_target zephyr/kobj_types_h_target zephyr/syscall_list_h_target zephyr/zephyr_generated_headers
+  OBJECT_DIR = zephyr/arch/common/CMakeFiles/isr_tables.dir
+  POST_BUILD = :
+  PRE_LINK = :
+  TARGET_FILE = zephyr/arch/common/libisr_tables.a
+  TARGET_PDB = isr_tables.a.dbg
+
+
+#############################################
+# Utility command for edit_cache
+
+build zephyr/arch/common/CMakeFiles/edit_cache.util: CUSTOM_COMMAND
+  COMMAND = cd /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/arch/common && /opt/bin/ccmake -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  DESC = Running CMake cache editor...
+  pool = console
+  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/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/arch/common && /opt/bin/cmake --regenerate-during-build -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  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:
+# /opt/ncs/zephyr/arch/CMakeLists.txt
+# =============================================================================
+
+
+#############################################
+# Utility command for edit_cache
+
+build zephyr/arch/arch/arm/CMakeFiles/edit_cache.util: CUSTOM_COMMAND
+  COMMAND = cd /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/arch/arch/arm && /opt/bin/ccmake -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  DESC = Running CMake cache editor...
+  pool = console
+  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/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/arch/arch/arm && /opt/bin/cmake --regenerate-during-build -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  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:
+# /opt/ncs/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/driver_validation_h_target zephyr/kobj_types_h_target zephyr/syscall_list_h_target zephyr/zephyr_generated_headers
+
+build zephyr/arch/arch/arm/core/CMakeFiles/arch__arm__core.dir/fatal.c.obj: C_COMPILER__arch__arm__core_unscanned_ /opt/ncs/zephyr/arch/arm/core/fatal.c || cmake_object_order_depends_target_arch__arm__core
+  DEFINES = -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -D_ANSI_SOURCE -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/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99
+  INCLUDES = -I/opt/ncs/zephyr/kernel/include -I/opt/ncs/zephyr/arch/arm/include -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/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
+
+build zephyr/arch/arch/arm/core/CMakeFiles/arch__arm__core.dir/nmi.c.obj: C_COMPILER__arch__arm__core_unscanned_ /opt/ncs/zephyr/arch/arm/core/nmi.c || cmake_object_order_depends_target_arch__arm__core
+  DEFINES = -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -D_ANSI_SOURCE -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/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99
+  INCLUDES = -I/opt/ncs/zephyr/kernel/include -I/opt/ncs/zephyr/arch/arm/include -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/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
+
+build zephyr/arch/arch/arm/core/CMakeFiles/arch__arm__core.dir/nmi_on_reset.S.obj: ASM_COMPILER__arch__arm__core_unscanned_ /opt/ncs/zephyr/arch/arm/core/nmi_on_reset.S || cmake_object_order_depends_target_arch__arm__core
+  DEFINES = -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -D_ANSI_SOURCE -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/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -xassembler-with-cpp -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -D_ASMLANGUAGE -Wno-unused-but-set-variable -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs
+  INCLUDES = -I/opt/ncs/zephyr/kernel/include -I/opt/ncs/zephyr/arch/arm/include -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/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
+
+
+# =============================================================================
+# 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/driver_validation_h_target zephyr/kobj_types_h_target zephyr/syscall_list_h_target zephyr/zephyr_generated_headers
+  OBJECT_DIR = zephyr/arch/arch/arm/core/CMakeFiles/arch__arm__core.dir
+  POST_BUILD = :
+  PRE_LINK = :
+  TARGET_FILE = zephyr/arch/arch/arm/core/libarch__arm__core.a
+  TARGET_PDB = arch__arm__core.a.dbg
+
+
+#############################################
+# Utility command for edit_cache
+
+build zephyr/arch/arch/arm/core/CMakeFiles/edit_cache.util: CUSTOM_COMMAND
+  COMMAND = cd /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/arch/arch/arm/core && /opt/bin/ccmake -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  DESC = Running CMake cache editor...
+  pool = console
+  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/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/arch/arch/arm/core && /opt/bin/cmake --regenerate-during-build -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  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:
+# /opt/ncs/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/driver_validation_h_target zephyr/kobj_types_h_target zephyr/syscall_list_h_target zephyr/zephyr_generated_headers
+
+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_ /opt/ncs/zephyr/arch/arm/core/cortex_m/exc_exit.c || cmake_object_order_depends_target_arch__arm__core__cortex_m
+  DEFINES = -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -D_ANSI_SOURCE -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/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99
+  INCLUDES = -I/opt/ncs/zephyr/kernel/include -I/opt/ncs/zephyr/arch/arm/include -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/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
+
+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_ /opt/ncs/zephyr/arch/arm/core/cortex_m/fault.c || cmake_object_order_depends_target_arch__arm__core__cortex_m
+  DEFINES = -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -D_ANSI_SOURCE -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/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99
+  INCLUDES = -I/opt/ncs/zephyr/kernel/include -I/opt/ncs/zephyr/arch/arm/include -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/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
+
+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_ /opt/ncs/zephyr/arch/arm/core/cortex_m/fault_s.S || cmake_object_order_depends_target_arch__arm__core__cortex_m
+  DEFINES = -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -D_ANSI_SOURCE -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/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -xassembler-with-cpp -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -D_ASMLANGUAGE -Wno-unused-but-set-variable -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs
+  INCLUDES = -I/opt/ncs/zephyr/kernel/include -I/opt/ncs/zephyr/arch/arm/include -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/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
+
+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_ /opt/ncs/zephyr/arch/arm/core/cortex_m/fpu.c || cmake_object_order_depends_target_arch__arm__core__cortex_m
+  DEFINES = -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -D_ANSI_SOURCE -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/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99
+  INCLUDES = -I/opt/ncs/zephyr/kernel/include -I/opt/ncs/zephyr/arch/arm/include -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/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
+
+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_ /opt/ncs/zephyr/arch/arm/core/cortex_m/reset.S || cmake_object_order_depends_target_arch__arm__core__cortex_m
+  DEFINES = -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -D_ANSI_SOURCE -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/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -xassembler-with-cpp -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -D_ASMLANGUAGE -Wno-unused-but-set-variable -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs
+  INCLUDES = -I/opt/ncs/zephyr/kernel/include -I/opt/ncs/zephyr/arch/arm/include -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/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
+
+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_ /opt/ncs/zephyr/arch/arm/core/cortex_m/scb.c || cmake_object_order_depends_target_arch__arm__core__cortex_m
+  DEFINES = -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -D_ANSI_SOURCE -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/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99
+  INCLUDES = -I/opt/ncs/zephyr/kernel/include -I/opt/ncs/zephyr/arch/arm/include -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/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
+
+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_ /opt/ncs/zephyr/arch/arm/core/cortex_m/thread_abort.c || cmake_object_order_depends_target_arch__arm__core__cortex_m
+  DEFINES = -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -D_ANSI_SOURCE -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/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99
+  INCLUDES = -I/opt/ncs/zephyr/kernel/include -I/opt/ncs/zephyr/arch/arm/include -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/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
+
+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_ /opt/ncs/zephyr/arch/arm/core/cortex_m/vector_table.S || cmake_object_order_depends_target_arch__arm__core__cortex_m
+  DEFINES = -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -D_ANSI_SOURCE -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/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -xassembler-with-cpp -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -D_ASMLANGUAGE -Wno-unused-but-set-variable -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs
+  INCLUDES = -I/opt/ncs/zephyr/kernel/include -I/opt/ncs/zephyr/arch/arm/include -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/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
+
+build zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/swap.c.obj: C_COMPILER__arch__arm__core__cortex_m_unscanned_ /opt/ncs/zephyr/arch/arm/core/cortex_m/swap.c || cmake_object_order_depends_target_arch__arm__core__cortex_m
+  DEFINES = -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -D_ANSI_SOURCE -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.c.obj.d
+  FLAGS = -Wshadow -fno-strict-aliasing -Os -imacros /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99
+  INCLUDES = -I/opt/ncs/zephyr/kernel/include -I/opt/ncs/zephyr/arch/arm/include -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/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
+
+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_ /opt/ncs/zephyr/arch/arm/core/cortex_m/swap_helper.S || cmake_object_order_depends_target_arch__arm__core__cortex_m
+  DEFINES = -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -D_ANSI_SOURCE -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/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -xassembler-with-cpp -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -D_ASMLANGUAGE -Wno-unused-but-set-variable -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs
+  INCLUDES = -I/opt/ncs/zephyr/kernel/include -I/opt/ncs/zephyr/arch/arm/include -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/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
+
+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_ /opt/ncs/zephyr/arch/arm/core/cortex_m/irq_manage.c || cmake_object_order_depends_target_arch__arm__core__cortex_m
+  DEFINES = -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -D_ANSI_SOURCE -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/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99
+  INCLUDES = -I/opt/ncs/zephyr/kernel/include -I/opt/ncs/zephyr/arch/arm/include -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/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
+
+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_ /opt/ncs/zephyr/arch/arm/core/cortex_m/prep_c.c || cmake_object_order_depends_target_arch__arm__core__cortex_m
+  DEFINES = -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -D_ANSI_SOURCE -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/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99
+  INCLUDES = -I/opt/ncs/zephyr/kernel/include -I/opt/ncs/zephyr/arch/arm/include -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/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
+
+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_ /opt/ncs/zephyr/arch/arm/core/cortex_m/thread.c || cmake_object_order_depends_target_arch__arm__core__cortex_m
+  DEFINES = -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -D_ANSI_SOURCE -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/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99
+  INCLUDES = -I/opt/ncs/zephyr/kernel/include -I/opt/ncs/zephyr/arch/arm/include -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/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
+
+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_ /opt/ncs/zephyr/arch/arm/core/cortex_m/cpu_idle.c || cmake_object_order_depends_target_arch__arm__core__cortex_m
+  DEFINES = -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -D_ANSI_SOURCE -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/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99
+  INCLUDES = -I/opt/ncs/zephyr/kernel/include -I/opt/ncs/zephyr/arch/arm/include -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/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
+
+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_ /opt/ncs/zephyr/arch/arm/core/cortex_m/irq_init.c || cmake_object_order_depends_target_arch__arm__core__cortex_m
+  DEFINES = -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -D_ANSI_SOURCE -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/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99
+  INCLUDES = -I/opt/ncs/zephyr/kernel/include -I/opt/ncs/zephyr/arch/arm/include -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/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
+
+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_ /opt/ncs/zephyr/arch/arm/core/cortex_m/isr_wrapper.c || cmake_object_order_depends_target_arch__arm__core__cortex_m
+  DEFINES = -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -D_ANSI_SOURCE -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/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99
+  INCLUDES = -I/opt/ncs/zephyr/kernel/include -I/opt/ncs/zephyr/arch/arm/include -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/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
+
+
+# =============================================================================
+# 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/exc_exit.c.obj 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/thread_abort.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/swap.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_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/irq_init.c.obj zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/isr_wrapper.c.obj || zephyr/driver_validation_h_target zephyr/kobj_types_h_target zephyr/syscall_list_h_target zephyr/zephyr_generated_headers
+  OBJECT_DIR = zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir
+  POST_BUILD = :
+  PRE_LINK = :
+  TARGET_FILE = zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a
+  TARGET_PDB = arch__arm__core__cortex_m.a.dbg
+
+
+#############################################
+# Utility command for edit_cache
+
+build zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/edit_cache.util: CUSTOM_COMMAND
+  COMMAND = cd /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/arch/arch/arm/core/cortex_m && /opt/bin/ccmake -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  DESC = Running CMake cache editor...
+  pool = console
+  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/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/arch/arch/arm/core/cortex_m && /opt/bin/cmake --regenerate-during-build -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  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:
+# /opt/ncs/zephyr/CMakeLists.txt
+# =============================================================================
+
+
+#############################################
+# Utility command for edit_cache
+
+build zephyr/lib/CMakeFiles/edit_cache.util: CUSTOM_COMMAND
+  COMMAND = cd /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/lib && /opt/bin/ccmake -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  DESC = Running CMake cache editor...
+  pool = console
+  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/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/lib && /opt/bin/cmake --regenerate-during-build -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  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:
+# /opt/ncs/zephyr/lib/CMakeLists.txt
+# =============================================================================
+
+
+#############################################
+# Utility command for edit_cache
+
+build zephyr/lib/crc/CMakeFiles/edit_cache.util: CUSTOM_COMMAND
+  COMMAND = cd /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/lib/crc && /opt/bin/ccmake -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  DESC = Running CMake cache editor...
+  pool = console
+  restat = 1
+
+build zephyr/lib/crc/edit_cache: phony zephyr/lib/crc/CMakeFiles/edit_cache.util
+
+
+#############################################
+# Utility command for rebuild_cache
+
+build zephyr/lib/crc/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND
+  COMMAND = cd /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/lib/crc && /opt/bin/cmake --regenerate-during-build -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  DESC = Running CMake to regenerate build system...
+  pool = console
+  restat = 1
+
+build zephyr/lib/crc/rebuild_cache: phony zephyr/lib/crc/CMakeFiles/rebuild_cache.util
+
+# =============================================================================
+# Write statements declared in CMakeLists.txt:
+# /opt/ncs/zephyr/lib/CMakeLists.txt
+# =============================================================================
+
+
+#############################################
+# Utility command for edit_cache
+
+build zephyr/lib/libc/CMakeFiles/edit_cache.util: CUSTOM_COMMAND
+  COMMAND = cd /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/lib/libc && /opt/bin/ccmake -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  DESC = Running CMake cache editor...
+  pool = console
+  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/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/lib/libc && /opt/bin/cmake --regenerate-during-build -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  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:
+# /opt/ncs/zephyr/lib/libc/CMakeLists.txt
+# =============================================================================
+
+# =============================================================================
+# Object build statements for STATIC_LIBRARY target lib__libc__newlib
+
+
+#############################################
+# Order-only phony target for lib__libc__newlib
+
+build cmake_object_order_depends_target_lib__libc__newlib: phony || zephyr/driver_validation_h_target zephyr/kobj_types_h_target zephyr/syscall_list_h_target zephyr/zephyr_generated_headers
+
+build zephyr/lib/libc/newlib/CMakeFiles/lib__libc__newlib.dir/libc-hooks.c.obj: C_COMPILER__lib__libc__newlib_unscanned_ /opt/ncs/zephyr/lib/libc/newlib/libc-hooks.c || cmake_object_order_depends_target_lib__libc__newlib
+  DEFINES = -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -D_ANSI_SOURCE -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1
+  DEP_FILE = zephyr/lib/libc/newlib/CMakeFiles/lib__libc__newlib.dir/libc-hooks.c.obj.d
+  FLAGS = -Wshadow -fno-strict-aliasing -Os -imacros /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99 -fno-lto
+  INCLUDES = -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/zephyr/lib/libc/common/include
+  OBJECT_DIR = zephyr/lib/libc/newlib/CMakeFiles/lib__libc__newlib.dir
+  OBJECT_FILE_DIR = zephyr/lib/libc/newlib/CMakeFiles/lib__libc__newlib.dir
+
+
+# =============================================================================
+# Link build statements for STATIC_LIBRARY target lib__libc__newlib
+
+
+#############################################
+# Link the static library zephyr/lib/libc/newlib/liblib__libc__newlib.a
+
+build zephyr/lib/libc/newlib/liblib__libc__newlib.a: C_STATIC_LIBRARY_LINKER__lib__libc__newlib_ zephyr/lib/libc/newlib/CMakeFiles/lib__libc__newlib.dir/libc-hooks.c.obj || zephyr/driver_validation_h_target zephyr/kobj_types_h_target zephyr/syscall_list_h_target zephyr/zephyr_generated_headers
+  OBJECT_DIR = zephyr/lib/libc/newlib/CMakeFiles/lib__libc__newlib.dir
+  POST_BUILD = :
+  PRE_LINK = :
+  TARGET_FILE = zephyr/lib/libc/newlib/liblib__libc__newlib.a
+  TARGET_PDB = lib__libc__newlib.a.dbg
+
+
+#############################################
+# Utility command for edit_cache
+
+build zephyr/lib/libc/newlib/CMakeFiles/edit_cache.util: CUSTOM_COMMAND
+  COMMAND = cd /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/lib/libc/newlib && /opt/bin/ccmake -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  DESC = Running CMake cache editor...
+  pool = console
+  restat = 1
+
+build zephyr/lib/libc/newlib/edit_cache: phony zephyr/lib/libc/newlib/CMakeFiles/edit_cache.util
+
+
+#############################################
+# Utility command for rebuild_cache
+
+build zephyr/lib/libc/newlib/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND
+  COMMAND = cd /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/lib/libc/newlib && /opt/bin/cmake --regenerate-during-build -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  DESC = Running CMake to regenerate build system...
+  pool = console
+  restat = 1
+
+build zephyr/lib/libc/newlib/rebuild_cache: phony zephyr/lib/libc/newlib/CMakeFiles/rebuild_cache.util
+
+# =============================================================================
+# Write statements declared in CMakeLists.txt:
+# /opt/ncs/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/driver_validation_h_target zephyr/kobj_types_h_target zephyr/syscall_list_h_target zephyr/zephyr_generated_headers
+
+build zephyr/lib/libc/common/CMakeFiles/lib__libc__common.dir/source/stdlib/abort.c.obj: C_COMPILER__lib__libc__common_unscanned_ /opt/ncs/zephyr/lib/libc/common/source/stdlib/abort.c || cmake_object_order_depends_target_lib__libc__common
+  DEFINES = -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -D_ANSI_SOURCE -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/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99 -fno-builtin-malloc
+  INCLUDES = -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/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
+
+
+# =============================================================================
+# 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/driver_validation_h_target zephyr/kobj_types_h_target zephyr/syscall_list_h_target zephyr/zephyr_generated_headers
+  OBJECT_DIR = zephyr/lib/libc/common/CMakeFiles/lib__libc__common.dir
+  POST_BUILD = :
+  PRE_LINK = :
+  TARGET_FILE = zephyr/lib/libc/common/liblib__libc__common.a
+  TARGET_PDB = lib__libc__common.a.dbg
+
+
+#############################################
+# Utility command for edit_cache
+
+build zephyr/lib/libc/common/CMakeFiles/edit_cache.util: CUSTOM_COMMAND
+  COMMAND = cd /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/lib/libc/common && /opt/bin/ccmake -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  DESC = Running CMake cache editor...
+  pool = console
+  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/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/lib/libc/common && /opt/bin/cmake --regenerate-during-build -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  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:
+# /opt/ncs/zephyr/lib/CMakeLists.txt
+# =============================================================================
+
+
+#############################################
+# Utility command for edit_cache
+
+build zephyr/lib/posix/CMakeFiles/edit_cache.util: CUSTOM_COMMAND
+  COMMAND = cd /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/lib/posix && /opt/bin/ccmake -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  DESC = Running CMake cache editor...
+  pool = console
+  restat = 1
+
+build zephyr/lib/posix/edit_cache: phony zephyr/lib/posix/CMakeFiles/edit_cache.util
+
+
+#############################################
+# Utility command for rebuild_cache
+
+build zephyr/lib/posix/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND
+  COMMAND = cd /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/lib/posix && /opt/bin/cmake --regenerate-during-build -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  DESC = Running CMake to regenerate build system...
+  pool = console
+  restat = 1
+
+build zephyr/lib/posix/rebuild_cache: phony zephyr/lib/posix/CMakeFiles/rebuild_cache.util
+
+# =============================================================================
+# Write statements declared in CMakeLists.txt:
+# /opt/ncs/zephyr/lib/posix/CMakeLists.txt
+# =============================================================================
+
+# =============================================================================
+# Object build statements for STATIC_LIBRARY target lib__posix__options
+
+
+#############################################
+# Order-only phony target for lib__posix__options
+
+build cmake_object_order_depends_target_lib__posix__options: phony || zephyr/driver_validation_h_target zephyr/kobj_types_h_target zephyr/syscall_list_h_target
+
+build zephyr/lib/posix/options/CMakeFiles/lib__posix__options.dir/opt/ncs/zephyr/misc/empty_file.c.obj: C_COMPILER__lib__posix__options_unscanned_ /opt/ncs/zephyr/misc/empty_file.c || cmake_object_order_depends_target_lib__posix__options
+  DEFINES = -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -D_ANSI_SOURCE -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1
+  DEP_FILE = zephyr/lib/posix/options/CMakeFiles/lib__posix__options.dir/opt/ncs/zephyr/misc/empty_file.c.obj.d
+  FLAGS = -Wshadow -fno-strict-aliasing -Os -imacros /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99
+  INCLUDES = -I/opt/ncs/zephyr/kernel/include -I/opt/ncs/zephyr/arch/arm/include -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/zephyr/lib/libc/common/include
+  OBJECT_DIR = zephyr/lib/posix/options/CMakeFiles/lib__posix__options.dir
+  OBJECT_FILE_DIR = zephyr/lib/posix/options/CMakeFiles/lib__posix__options.dir/opt/ncs/zephyr/misc
+
+
+# =============================================================================
+# Link build statements for STATIC_LIBRARY target lib__posix__options
+
+
+#############################################
+# Link the static library zephyr/lib/posix/options/liblib__posix__options.a
+
+build zephyr/lib/posix/options/liblib__posix__options.a: C_STATIC_LIBRARY_LINKER__lib__posix__options_ zephyr/lib/posix/options/CMakeFiles/lib__posix__options.dir/opt/ncs/zephyr/misc/empty_file.c.obj || zephyr/driver_validation_h_target zephyr/kobj_types_h_target zephyr/syscall_list_h_target
+  OBJECT_DIR = zephyr/lib/posix/options/CMakeFiles/lib__posix__options.dir
+  POST_BUILD = :
+  PRE_LINK = :
+  TARGET_FILE = zephyr/lib/posix/options/liblib__posix__options.a
+  TARGET_PDB = lib__posix__options.a.dbg
+
+
+#############################################
+# Utility command for edit_cache
+
+build zephyr/lib/posix/options/CMakeFiles/edit_cache.util: CUSTOM_COMMAND
+  COMMAND = cd /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/lib/posix/options && /opt/bin/ccmake -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  DESC = Running CMake cache editor...
+  pool = console
+  restat = 1
+
+build zephyr/lib/posix/options/edit_cache: phony zephyr/lib/posix/options/CMakeFiles/edit_cache.util
+
+
+#############################################
+# Utility command for rebuild_cache
+
+build zephyr/lib/posix/options/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND
+  COMMAND = cd /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/lib/posix/options && /opt/bin/cmake --regenerate-during-build -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  DESC = Running CMake to regenerate build system...
+  pool = console
+  restat = 1
+
+build zephyr/lib/posix/options/rebuild_cache: phony zephyr/lib/posix/options/CMakeFiles/rebuild_cache.util
+
+# =============================================================================
+# Write statements declared in CMakeLists.txt:
+# /opt/ncs/zephyr/lib/CMakeLists.txt
+# =============================================================================
+
+
+#############################################
+# Utility command for edit_cache
+
+build zephyr/lib/hash/CMakeFiles/edit_cache.util: CUSTOM_COMMAND
+  COMMAND = cd /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/lib/hash && /opt/bin/ccmake -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  DESC = Running CMake cache editor...
+  pool = console
+  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/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/lib/hash && /opt/bin/cmake --regenerate-during-build -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  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:
+# /opt/ncs/zephyr/lib/CMakeLists.txt
+# =============================================================================
+
+
+#############################################
+# Utility command for edit_cache
+
+build zephyr/lib/heap/CMakeFiles/edit_cache.util: CUSTOM_COMMAND
+  COMMAND = cd /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/lib/heap && /opt/bin/ccmake -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  DESC = Running CMake cache editor...
+  pool = console
+  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/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/lib/heap && /opt/bin/cmake --regenerate-during-build -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  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
+
+# =============================================================================
+# Write statements declared in CMakeLists.txt:
+# /opt/ncs/zephyr/lib/CMakeLists.txt
+# =============================================================================
+
+
+#############################################
+# Utility command for edit_cache
+
+build zephyr/lib/mem_blocks/CMakeFiles/edit_cache.util: CUSTOM_COMMAND
+  COMMAND = cd /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/lib/mem_blocks && /opt/bin/ccmake -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  DESC = Running CMake cache editor...
+  pool = console
+  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/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/lib/mem_blocks && /opt/bin/cmake --regenerate-during-build -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  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:
+# /opt/ncs/zephyr/lib/CMakeLists.txt
+# =============================================================================
+
+
+#############################################
+# Utility command for edit_cache
+
+build zephyr/lib/os/CMakeFiles/edit_cache.util: CUSTOM_COMMAND
+  COMMAND = cd /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/lib/os && /opt/bin/ccmake -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  DESC = Running CMake cache editor...
+  pool = console
+  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/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/lib/os && /opt/bin/cmake --regenerate-during-build -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  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:
+# /opt/ncs/zephyr/lib/CMakeLists.txt
+# =============================================================================
+
+
+#############################################
+# Utility command for edit_cache
+
+build zephyr/lib/utils/CMakeFiles/edit_cache.util: CUSTOM_COMMAND
+  COMMAND = cd /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/lib/utils && /opt/bin/ccmake -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  DESC = Running CMake cache editor...
+  pool = console
+  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/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/lib/utils && /opt/bin/cmake --regenerate-during-build -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  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:
+# /opt/ncs/zephyr/CMakeLists.txt
+# =============================================================================
+
+
+#############################################
+# Utility command for edit_cache
+
+build zephyr/soc/CMakeFiles/edit_cache.util: CUSTOM_COMMAND
+  COMMAND = cd /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/soc && /opt/bin/ccmake -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  DESC = Running CMake cache editor...
+  pool = console
+  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/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/soc && /opt/bin/cmake --regenerate-during-build -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  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:
+# /opt/ncs/zephyr/soc/CMakeLists.txt
+# =============================================================================
+
+
+#############################################
+# Utility command for edit_cache
+
+build zephyr/soc/common/CMakeFiles/edit_cache.util: CUSTOM_COMMAND
+  COMMAND = cd /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/soc/common && /opt/bin/ccmake -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  DESC = Running CMake cache editor...
+  pool = console
+  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/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/soc/common && /opt/bin/cmake --regenerate-during-build -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  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:
+# /opt/ncs/zephyr/soc/CMakeLists.txt
+# =============================================================================
+
+# =============================================================================
+# Object build statements for STATIC_LIBRARY target soc__nordic
+
+
+#############################################
+# Order-only phony target for soc__nordic
+
+build cmake_object_order_depends_target_soc__nordic: phony || zephyr/driver_validation_h_target zephyr/kobj_types_h_target zephyr/syscall_list_h_target zephyr/zephyr_generated_headers
+
+build zephyr/soc/soc/nrf52833/CMakeFiles/soc__nordic.dir/validate_base_addresses.c.obj: C_COMPILER__soc__nordic_unscanned_ /opt/ncs/zephyr/soc/nordic/validate_base_addresses.c || cmake_object_order_depends_target_soc__nordic
+  DEFINES = -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -D_ANSI_SOURCE -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1
+  DEP_FILE = zephyr/soc/soc/nrf52833/CMakeFiles/soc__nordic.dir/validate_base_addresses.c.obj.d
+  FLAGS = -fno-strict-aliasing -Os -imacros /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99
+  INCLUDES = -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/zephyr/lib/libc/common/include
+  OBJECT_DIR = zephyr/soc/soc/nrf52833/CMakeFiles/soc__nordic.dir
+  OBJECT_FILE_DIR = zephyr/soc/soc/nrf52833/CMakeFiles/soc__nordic.dir
+
+build zephyr/soc/soc/nrf52833/CMakeFiles/soc__nordic.dir/validate_binding_headers.c.obj: C_COMPILER__soc__nordic_unscanned_ /opt/ncs/zephyr/soc/nordic/validate_binding_headers.c || cmake_object_order_depends_target_soc__nordic
+  DEFINES = -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -D_ANSI_SOURCE -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1
+  DEP_FILE = zephyr/soc/soc/nrf52833/CMakeFiles/soc__nordic.dir/validate_binding_headers.c.obj.d
+  FLAGS = -fno-strict-aliasing -Os -imacros /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99 -include /opt/ncs/zephyr/include/zephyr/dt-bindings/adc/adc.h -include /opt/ncs/zephyr/include/zephyr/dt-bindings/dt-util.h -include /opt/ncs/zephyr/include/zephyr/dt-bindings/adc/nrf-adc.h -include /opt/ncs/zephyr/include/zephyr/dt-bindings/gpio/gpio.h -include /opt/ncs/zephyr/include/zephyr/dt-bindings/i2c/i2c.h -include /opt/ncs/zephyr/include/zephyr/dt-bindings/input/input-event-codes.h -include /opt/ncs/zephyr/include/zephyr/dt-bindings/pinctrl/nrf-pinctrl.h -include /opt/ncs/zephyr/include/zephyr/dt-bindings/pwm/pwm.h
+  INCLUDES = -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/zephyr/lib/libc/common/include
+  OBJECT_DIR = zephyr/soc/soc/nrf52833/CMakeFiles/soc__nordic.dir
+  OBJECT_FILE_DIR = zephyr/soc/soc/nrf52833/CMakeFiles/soc__nordic.dir
+
+build zephyr/soc/soc/nrf52833/CMakeFiles/soc__nordic.dir/validate_enabled_instances.c.obj: C_COMPILER__soc__nordic_unscanned_ /opt/ncs/zephyr/soc/nordic/validate_enabled_instances.c || cmake_object_order_depends_target_soc__nordic
+  DEFINES = -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -D_ANSI_SOURCE -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1
+  DEP_FILE = zephyr/soc/soc/nrf52833/CMakeFiles/soc__nordic.dir/validate_enabled_instances.c.obj.d
+  FLAGS = -fno-strict-aliasing -Os -imacros /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99
+  INCLUDES = -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/zephyr/lib/libc/common/include
+  OBJECT_DIR = zephyr/soc/soc/nrf52833/CMakeFiles/soc__nordic.dir
+  OBJECT_FILE_DIR = zephyr/soc/soc/nrf52833/CMakeFiles/soc__nordic.dir
+
+build zephyr/soc/soc/nrf52833/CMakeFiles/soc__nordic.dir/nrf52/soc.c.obj: C_COMPILER__soc__nordic_unscanned_ /opt/ncs/zephyr/soc/nordic/nrf52/soc.c || cmake_object_order_depends_target_soc__nordic
+  DEFINES = -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -D_ANSI_SOURCE -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1
+  DEP_FILE = zephyr/soc/soc/nrf52833/CMakeFiles/soc__nordic.dir/nrf52/soc.c.obj.d
+  FLAGS = -fno-strict-aliasing -Os -imacros /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99
+  INCLUDES = -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/zephyr/lib/libc/common/include
+  OBJECT_DIR = zephyr/soc/soc/nrf52833/CMakeFiles/soc__nordic.dir
+  OBJECT_FILE_DIR = zephyr/soc/soc/nrf52833/CMakeFiles/soc__nordic.dir/nrf52
+
+
+# =============================================================================
+# Link build statements for STATIC_LIBRARY target soc__nordic
+
+
+#############################################
+# Link the static library zephyr/soc/soc/nrf52833/libsoc__nordic.a
+
+build zephyr/soc/soc/nrf52833/libsoc__nordic.a: C_STATIC_LIBRARY_LINKER__soc__nordic_ zephyr/soc/soc/nrf52833/CMakeFiles/soc__nordic.dir/validate_base_addresses.c.obj zephyr/soc/soc/nrf52833/CMakeFiles/soc__nordic.dir/validate_binding_headers.c.obj zephyr/soc/soc/nrf52833/CMakeFiles/soc__nordic.dir/validate_enabled_instances.c.obj zephyr/soc/soc/nrf52833/CMakeFiles/soc__nordic.dir/nrf52/soc.c.obj || zephyr/driver_validation_h_target zephyr/kobj_types_h_target zephyr/syscall_list_h_target zephyr/zephyr_generated_headers
+  OBJECT_DIR = zephyr/soc/soc/nrf52833/CMakeFiles/soc__nordic.dir
+  POST_BUILD = :
+  PRE_LINK = :
+  TARGET_FILE = zephyr/soc/soc/nrf52833/libsoc__nordic.a
+  TARGET_PDB = soc__nordic.a.dbg
+
+
+#############################################
+# Utility command for edit_cache
+
+build zephyr/soc/soc/nrf52833/CMakeFiles/edit_cache.util: CUSTOM_COMMAND
+  COMMAND = cd /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/soc/soc/nrf52833 && /opt/bin/ccmake -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  DESC = Running CMake cache editor...
+  pool = console
+  restat = 1
+
+build zephyr/soc/soc/nrf52833/edit_cache: phony zephyr/soc/soc/nrf52833/CMakeFiles/edit_cache.util
+
+
+#############################################
+# Utility command for rebuild_cache
+
+build zephyr/soc/soc/nrf52833/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND
+  COMMAND = cd /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/soc/soc/nrf52833 && /opt/bin/cmake --regenerate-during-build -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  DESC = Running CMake to regenerate build system...
+  pool = console
+  restat = 1
+
+build zephyr/soc/soc/nrf52833/rebuild_cache: phony zephyr/soc/soc/nrf52833/CMakeFiles/rebuild_cache.util
+
+# =============================================================================
+# Write statements declared in CMakeLists.txt:
+# /opt/ncs/zephyr/soc/nordic/CMakeLists.txt
+# =============================================================================
+
+
+#############################################
+# Utility command for edit_cache
+
+build zephyr/soc/soc/nrf52833/nrf52/CMakeFiles/edit_cache.util: CUSTOM_COMMAND
+  COMMAND = cd /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/soc/soc/nrf52833/nrf52 && /opt/bin/ccmake -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  DESC = Running CMake cache editor...
+  pool = console
+  restat = 1
+
+build zephyr/soc/soc/nrf52833/nrf52/edit_cache: phony zephyr/soc/soc/nrf52833/nrf52/CMakeFiles/edit_cache.util
+
+
+#############################################
+# Utility command for rebuild_cache
+
+build zephyr/soc/soc/nrf52833/nrf52/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND
+  COMMAND = cd /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/soc/soc/nrf52833/nrf52 && /opt/bin/cmake --regenerate-during-build -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  DESC = Running CMake to regenerate build system...
+  pool = console
+  restat = 1
+
+build zephyr/soc/soc/nrf52833/nrf52/rebuild_cache: phony zephyr/soc/soc/nrf52833/nrf52/CMakeFiles/rebuild_cache.util
+
+# =============================================================================
+# Write statements declared in CMakeLists.txt:
+# /opt/ncs/zephyr/soc/nordic/CMakeLists.txt
+# =============================================================================
+
+
+#############################################
+# Utility command for edit_cache
+
+build zephyr/soc/soc/nrf52833/common/CMakeFiles/edit_cache.util: CUSTOM_COMMAND
+  COMMAND = cd /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/soc/soc/nrf52833/common && /opt/bin/ccmake -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  DESC = Running CMake cache editor...
+  pool = console
+  restat = 1
+
+build zephyr/soc/soc/nrf52833/common/edit_cache: phony zephyr/soc/soc/nrf52833/common/CMakeFiles/edit_cache.util
+
+
+#############################################
+# Utility command for rebuild_cache
+
+build zephyr/soc/soc/nrf52833/common/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND
+  COMMAND = cd /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/soc/soc/nrf52833/common && /opt/bin/cmake --regenerate-during-build -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  DESC = Running CMake to regenerate build system...
+  pool = console
+  restat = 1
+
+build zephyr/soc/soc/nrf52833/common/rebuild_cache: phony zephyr/soc/soc/nrf52833/common/CMakeFiles/rebuild_cache.util
+
+# =============================================================================
+# Write statements declared in CMakeLists.txt:
+# /opt/ncs/zephyr/CMakeLists.txt
+# =============================================================================
+
+
+#############################################
+# Utility command for edit_cache
+
+build zephyr/boards/CMakeFiles/edit_cache.util: CUSTOM_COMMAND
+  COMMAND = cd /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/boards && /opt/bin/ccmake -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  DESC = Running CMake cache editor...
+  pool = console
+  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/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/boards && /opt/bin/cmake --regenerate-during-build -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  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:
+# /opt/ncs/zephyr/CMakeLists.txt
+# =============================================================================
+
+
+#############################################
+# Utility command for edit_cache
+
+build zephyr/subsys/CMakeFiles/edit_cache.util: CUSTOM_COMMAND
+  COMMAND = cd /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/subsys && /opt/bin/ccmake -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  DESC = Running CMake cache editor...
+  pool = console
+  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/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/subsys && /opt/bin/cmake --regenerate-during-build -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  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:
+# /opt/ncs/zephyr/subsys/CMakeLists.txt
+# =============================================================================
+
+# =============================================================================
+# Object build statements for STATIC_LIBRARY target loramac-node
+
+
+#############################################
+# Order-only phony target for loramac-node
+
+build cmake_object_order_depends_target_loramac-node: phony || zephyr/driver_validation_h_target zephyr/kobj_types_h_target zephyr/syscall_list_h_target zephyr/zephyr_generated_headers
+
+build zephyr/subsys/lorawan/CMakeFiles/loramac-node.dir/lorawan.c.obj: C_COMPILER__loramac-node_unscanned_ /opt/ncs/zephyr/subsys/lorawan/lorawan.c || cmake_object_order_depends_target_loramac-node
+  DEFINES = -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -DSOFT_SE -D_ANSI_SOURCE -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1
+  DEP_FILE = zephyr/subsys/lorawan/CMakeFiles/loramac-node.dir/lorawan.c.obj.d
+  FLAGS = -fno-strict-aliasing -Os -imacros /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99
+  INCLUDES = -I/opt/ncs/modules/lib/loramac-node/src/boards -I/opt/ncs/modules/lib/loramac-node/src/system -I/opt/ncs/modules/lib/loramac-node/src/radio -I/opt/ncs/modules/lib/loramac-node/src/mac -I/opt/ncs/modules/lib/loramac-node/src/mac/region -I/opt/ncs/modules/lib/loramac-node/src/apps/LoRaMac/common/LmHandler/packages -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/zephyr/lib/libc/common/include
+  OBJECT_DIR = zephyr/subsys/lorawan/CMakeFiles/loramac-node.dir
+  OBJECT_FILE_DIR = zephyr/subsys/lorawan/CMakeFiles/loramac-node.dir
+
+build zephyr/subsys/lorawan/CMakeFiles/loramac-node.dir/lw_priv.c.obj: C_COMPILER__loramac-node_unscanned_ /opt/ncs/zephyr/subsys/lorawan/lw_priv.c || cmake_object_order_depends_target_loramac-node
+  DEFINES = -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -DSOFT_SE -D_ANSI_SOURCE -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1
+  DEP_FILE = zephyr/subsys/lorawan/CMakeFiles/loramac-node.dir/lw_priv.c.obj.d
+  FLAGS = -fno-strict-aliasing -Os -imacros /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99
+  INCLUDES = -I/opt/ncs/modules/lib/loramac-node/src/boards -I/opt/ncs/modules/lib/loramac-node/src/system -I/opt/ncs/modules/lib/loramac-node/src/radio -I/opt/ncs/modules/lib/loramac-node/src/mac -I/opt/ncs/modules/lib/loramac-node/src/mac/region -I/opt/ncs/modules/lib/loramac-node/src/apps/LoRaMac/common/LmHandler/packages -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/zephyr/lib/libc/common/include
+  OBJECT_DIR = zephyr/subsys/lorawan/CMakeFiles/loramac-node.dir
+  OBJECT_FILE_DIR = zephyr/subsys/lorawan/CMakeFiles/loramac-node.dir
+
+build zephyr/subsys/lorawan/CMakeFiles/loramac-node.dir/nvm/lorawan_nvm_settings.c.obj: C_COMPILER__loramac-node_unscanned_ /opt/ncs/zephyr/subsys/lorawan/nvm/lorawan_nvm_settings.c || cmake_object_order_depends_target_loramac-node
+  DEFINES = -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -DSOFT_SE -D_ANSI_SOURCE -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1
+  DEP_FILE = zephyr/subsys/lorawan/CMakeFiles/loramac-node.dir/nvm/lorawan_nvm_settings.c.obj.d
+  FLAGS = -fno-strict-aliasing -Os -imacros /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99
+  INCLUDES = -I/opt/ncs/modules/lib/loramac-node/src/boards -I/opt/ncs/modules/lib/loramac-node/src/system -I/opt/ncs/modules/lib/loramac-node/src/radio -I/opt/ncs/modules/lib/loramac-node/src/mac -I/opt/ncs/modules/lib/loramac-node/src/mac/region -I/opt/ncs/modules/lib/loramac-node/src/apps/LoRaMac/common/LmHandler/packages -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/zephyr/lib/libc/common/include
+  OBJECT_DIR = zephyr/subsys/lorawan/CMakeFiles/loramac-node.dir
+  OBJECT_FILE_DIR = zephyr/subsys/lorawan/CMakeFiles/loramac-node.dir/nvm
+
+build zephyr/subsys/lorawan/CMakeFiles/loramac-node.dir/opt/ncs/zephyr/drivers/lora/hal_common.c.obj: C_COMPILER__loramac-node_unscanned_ /opt/ncs/zephyr/drivers/lora/hal_common.c || cmake_object_order_depends_target_loramac-node
+  DEFINES = -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -DSOFT_SE -D_ANSI_SOURCE -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1
+  DEP_FILE = zephyr/subsys/lorawan/CMakeFiles/loramac-node.dir/opt/ncs/zephyr/drivers/lora/hal_common.c.obj.d
+  FLAGS = -fno-strict-aliasing -Os -imacros /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99
+  INCLUDES = -I/opt/ncs/modules/lib/loramac-node/src/boards -I/opt/ncs/modules/lib/loramac-node/src/system -I/opt/ncs/modules/lib/loramac-node/src/radio -I/opt/ncs/modules/lib/loramac-node/src/mac -I/opt/ncs/modules/lib/loramac-node/src/mac/region -I/opt/ncs/modules/lib/loramac-node/src/apps/LoRaMac/common/LmHandler/packages -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/zephyr/lib/libc/common/include
+  OBJECT_DIR = zephyr/subsys/lorawan/CMakeFiles/loramac-node.dir
+  OBJECT_FILE_DIR = zephyr/subsys/lorawan/CMakeFiles/loramac-node.dir/opt/ncs/zephyr/drivers/lora
+
+build zephyr/subsys/lorawan/CMakeFiles/loramac-node.dir/opt/ncs/zephyr/drivers/lora/sx12xx_common.c.obj: C_COMPILER__loramac-node_unscanned_ /opt/ncs/zephyr/drivers/lora/sx12xx_common.c || cmake_object_order_depends_target_loramac-node
+  DEFINES = -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -DSOFT_SE -D_ANSI_SOURCE -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1
+  DEP_FILE = zephyr/subsys/lorawan/CMakeFiles/loramac-node.dir/opt/ncs/zephyr/drivers/lora/sx12xx_common.c.obj.d
+  FLAGS = -fno-strict-aliasing -Os -imacros /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99
+  INCLUDES = -I/opt/ncs/modules/lib/loramac-node/src/boards -I/opt/ncs/modules/lib/loramac-node/src/system -I/opt/ncs/modules/lib/loramac-node/src/radio -I/opt/ncs/modules/lib/loramac-node/src/mac -I/opt/ncs/modules/lib/loramac-node/src/mac/region -I/opt/ncs/modules/lib/loramac-node/src/apps/LoRaMac/common/LmHandler/packages -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/zephyr/lib/libc/common/include
+  OBJECT_DIR = zephyr/subsys/lorawan/CMakeFiles/loramac-node.dir
+  OBJECT_FILE_DIR = zephyr/subsys/lorawan/CMakeFiles/loramac-node.dir/opt/ncs/zephyr/drivers/lora
+
+build zephyr/subsys/lorawan/CMakeFiles/loramac-node.dir/opt/ncs/zephyr/drivers/lora/sx127x.c.obj: C_COMPILER__loramac-node_unscanned_ /opt/ncs/zephyr/drivers/lora/sx127x.c || cmake_object_order_depends_target_loramac-node
+  DEFINES = -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -DSOFT_SE -D_ANSI_SOURCE -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1
+  DEP_FILE = zephyr/subsys/lorawan/CMakeFiles/loramac-node.dir/opt/ncs/zephyr/drivers/lora/sx127x.c.obj.d
+  FLAGS = -fno-strict-aliasing -Os -imacros /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99
+  INCLUDES = -I/opt/ncs/modules/lib/loramac-node/src/boards -I/opt/ncs/modules/lib/loramac-node/src/system -I/opt/ncs/modules/lib/loramac-node/src/radio -I/opt/ncs/modules/lib/loramac-node/src/mac -I/opt/ncs/modules/lib/loramac-node/src/mac/region -I/opt/ncs/modules/lib/loramac-node/src/apps/LoRaMac/common/LmHandler/packages -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/zephyr/lib/libc/common/include
+  OBJECT_DIR = zephyr/subsys/lorawan/CMakeFiles/loramac-node.dir
+  OBJECT_FILE_DIR = zephyr/subsys/lorawan/CMakeFiles/loramac-node.dir/opt/ncs/zephyr/drivers/lora
+
+build zephyr/subsys/lorawan/CMakeFiles/loramac-node.dir/opt/ncs/modules/lib/loramac-node/src/boards/mcu/utilities.c.obj: C_COMPILER__loramac-node_unscanned_ /opt/ncs/modules/lib/loramac-node/src/boards/mcu/utilities.c || cmake_object_order_depends_target_loramac-node
+  DEFINES = -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -DSOFT_SE -D_ANSI_SOURCE -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1
+  DEP_FILE = zephyr/subsys/lorawan/CMakeFiles/loramac-node.dir/opt/ncs/modules/lib/loramac-node/src/boards/mcu/utilities.c.obj.d
+  FLAGS = -fno-strict-aliasing -Os -imacros /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99
+  INCLUDES = -I/opt/ncs/modules/lib/loramac-node/src/boards -I/opt/ncs/modules/lib/loramac-node/src/system -I/opt/ncs/modules/lib/loramac-node/src/radio -I/opt/ncs/modules/lib/loramac-node/src/mac -I/opt/ncs/modules/lib/loramac-node/src/mac/region -I/opt/ncs/modules/lib/loramac-node/src/apps/LoRaMac/common/LmHandler/packages -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/zephyr/lib/libc/common/include
+  OBJECT_DIR = zephyr/subsys/lorawan/CMakeFiles/loramac-node.dir
+  OBJECT_FILE_DIR = zephyr/subsys/lorawan/CMakeFiles/loramac-node.dir/opt/ncs/modules/lib/loramac-node/src/boards/mcu
+
+build zephyr/subsys/lorawan/CMakeFiles/loramac-node.dir/opt/ncs/modules/lib/loramac-node/src/system/systime.c.obj: C_COMPILER__loramac-node_unscanned_ /opt/ncs/modules/lib/loramac-node/src/system/systime.c || cmake_object_order_depends_target_loramac-node
+  DEFINES = -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -DSOFT_SE -D_ANSI_SOURCE -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1
+  DEP_FILE = zephyr/subsys/lorawan/CMakeFiles/loramac-node.dir/opt/ncs/modules/lib/loramac-node/src/system/systime.c.obj.d
+  FLAGS = -fno-strict-aliasing -Os -imacros /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99
+  INCLUDES = -I/opt/ncs/modules/lib/loramac-node/src/boards -I/opt/ncs/modules/lib/loramac-node/src/system -I/opt/ncs/modules/lib/loramac-node/src/radio -I/opt/ncs/modules/lib/loramac-node/src/mac -I/opt/ncs/modules/lib/loramac-node/src/mac/region -I/opt/ncs/modules/lib/loramac-node/src/apps/LoRaMac/common/LmHandler/packages -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/zephyr/lib/libc/common/include
+  OBJECT_DIR = zephyr/subsys/lorawan/CMakeFiles/loramac-node.dir
+  OBJECT_FILE_DIR = zephyr/subsys/lorawan/CMakeFiles/loramac-node.dir/opt/ncs/modules/lib/loramac-node/src/system
+
+build zephyr/subsys/lorawan/CMakeFiles/loramac-node.dir/opt/ncs/modules/lib/loramac-node/src/system/timer.c.obj: C_COMPILER__loramac-node_unscanned_ /opt/ncs/modules/lib/loramac-node/src/system/timer.c || cmake_object_order_depends_target_loramac-node
+  DEFINES = -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -DSOFT_SE -D_ANSI_SOURCE -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1
+  DEP_FILE = zephyr/subsys/lorawan/CMakeFiles/loramac-node.dir/opt/ncs/modules/lib/loramac-node/src/system/timer.c.obj.d
+  FLAGS = -fno-strict-aliasing -Os -imacros /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99
+  INCLUDES = -I/opt/ncs/modules/lib/loramac-node/src/boards -I/opt/ncs/modules/lib/loramac-node/src/system -I/opt/ncs/modules/lib/loramac-node/src/radio -I/opt/ncs/modules/lib/loramac-node/src/mac -I/opt/ncs/modules/lib/loramac-node/src/mac/region -I/opt/ncs/modules/lib/loramac-node/src/apps/LoRaMac/common/LmHandler/packages -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/zephyr/lib/libc/common/include
+  OBJECT_DIR = zephyr/subsys/lorawan/CMakeFiles/loramac-node.dir
+  OBJECT_FILE_DIR = zephyr/subsys/lorawan/CMakeFiles/loramac-node.dir/opt/ncs/modules/lib/loramac-node/src/system
+
+build zephyr/subsys/lorawan/CMakeFiles/loramac-node.dir/opt/ncs/modules/lib/loramac-node/src/system/delay.c.obj: C_COMPILER__loramac-node_unscanned_ /opt/ncs/modules/lib/loramac-node/src/system/delay.c || cmake_object_order_depends_target_loramac-node
+  DEFINES = -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -DSOFT_SE -D_ANSI_SOURCE -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1
+  DEP_FILE = zephyr/subsys/lorawan/CMakeFiles/loramac-node.dir/opt/ncs/modules/lib/loramac-node/src/system/delay.c.obj.d
+  FLAGS = -fno-strict-aliasing -Os -imacros /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99
+  INCLUDES = -I/opt/ncs/modules/lib/loramac-node/src/boards -I/opt/ncs/modules/lib/loramac-node/src/system -I/opt/ncs/modules/lib/loramac-node/src/radio -I/opt/ncs/modules/lib/loramac-node/src/mac -I/opt/ncs/modules/lib/loramac-node/src/mac/region -I/opt/ncs/modules/lib/loramac-node/src/apps/LoRaMac/common/LmHandler/packages -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/zephyr/lib/libc/common/include
+  OBJECT_DIR = zephyr/subsys/lorawan/CMakeFiles/loramac-node.dir
+  OBJECT_FILE_DIR = zephyr/subsys/lorawan/CMakeFiles/loramac-node.dir/opt/ncs/modules/lib/loramac-node/src/system
+
+build zephyr/subsys/lorawan/CMakeFiles/loramac-node.dir/opt/ncs/modules/lib/loramac-node/src/radio/sx1276/sx1276.c.obj: C_COMPILER__loramac-node_unscanned_ /opt/ncs/modules/lib/loramac-node/src/radio/sx1276/sx1276.c || cmake_object_order_depends_target_loramac-node
+  DEFINES = -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -DSOFT_SE -D_ANSI_SOURCE -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1
+  DEP_FILE = zephyr/subsys/lorawan/CMakeFiles/loramac-node.dir/opt/ncs/modules/lib/loramac-node/src/radio/sx1276/sx1276.c.obj.d
+  FLAGS = -fno-strict-aliasing -Os -imacros /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99
+  INCLUDES = -I/opt/ncs/modules/lib/loramac-node/src/boards -I/opt/ncs/modules/lib/loramac-node/src/system -I/opt/ncs/modules/lib/loramac-node/src/radio -I/opt/ncs/modules/lib/loramac-node/src/mac -I/opt/ncs/modules/lib/loramac-node/src/mac/region -I/opt/ncs/modules/lib/loramac-node/src/apps/LoRaMac/common/LmHandler/packages -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/zephyr/lib/libc/common/include
+  OBJECT_DIR = zephyr/subsys/lorawan/CMakeFiles/loramac-node.dir
+  OBJECT_FILE_DIR = zephyr/subsys/lorawan/CMakeFiles/loramac-node.dir/opt/ncs/modules/lib/loramac-node/src/radio/sx1276
+
+build zephyr/subsys/lorawan/CMakeFiles/loramac-node.dir/opt/ncs/modules/lib/loramac-node/src/peripherals/soft-se/aes.c.obj: C_COMPILER__loramac-node_unscanned_ /opt/ncs/modules/lib/loramac-node/src/peripherals/soft-se/aes.c || cmake_object_order_depends_target_loramac-node
+  DEFINES = -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -DSOFT_SE -D_ANSI_SOURCE -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1
+  DEP_FILE = zephyr/subsys/lorawan/CMakeFiles/loramac-node.dir/opt/ncs/modules/lib/loramac-node/src/peripherals/soft-se/aes.c.obj.d
+  FLAGS = -fno-strict-aliasing -Os -imacros /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99
+  INCLUDES = -I/opt/ncs/modules/lib/loramac-node/src/boards -I/opt/ncs/modules/lib/loramac-node/src/system -I/opt/ncs/modules/lib/loramac-node/src/radio -I/opt/ncs/modules/lib/loramac-node/src/mac -I/opt/ncs/modules/lib/loramac-node/src/mac/region -I/opt/ncs/modules/lib/loramac-node/src/apps/LoRaMac/common/LmHandler/packages -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/zephyr/lib/libc/common/include
+  OBJECT_DIR = zephyr/subsys/lorawan/CMakeFiles/loramac-node.dir
+  OBJECT_FILE_DIR = zephyr/subsys/lorawan/CMakeFiles/loramac-node.dir/opt/ncs/modules/lib/loramac-node/src/peripherals/soft-se
+
+build zephyr/subsys/lorawan/CMakeFiles/loramac-node.dir/opt/ncs/modules/lib/loramac-node/src/peripherals/soft-se/cmac.c.obj: C_COMPILER__loramac-node_unscanned_ /opt/ncs/modules/lib/loramac-node/src/peripherals/soft-se/cmac.c || cmake_object_order_depends_target_loramac-node
+  DEFINES = -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -DSOFT_SE -D_ANSI_SOURCE -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1
+  DEP_FILE = zephyr/subsys/lorawan/CMakeFiles/loramac-node.dir/opt/ncs/modules/lib/loramac-node/src/peripherals/soft-se/cmac.c.obj.d
+  FLAGS = -fno-strict-aliasing -Os -imacros /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99
+  INCLUDES = -I/opt/ncs/modules/lib/loramac-node/src/boards -I/opt/ncs/modules/lib/loramac-node/src/system -I/opt/ncs/modules/lib/loramac-node/src/radio -I/opt/ncs/modules/lib/loramac-node/src/mac -I/opt/ncs/modules/lib/loramac-node/src/mac/region -I/opt/ncs/modules/lib/loramac-node/src/apps/LoRaMac/common/LmHandler/packages -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/zephyr/lib/libc/common/include
+  OBJECT_DIR = zephyr/subsys/lorawan/CMakeFiles/loramac-node.dir
+  OBJECT_FILE_DIR = zephyr/subsys/lorawan/CMakeFiles/loramac-node.dir/opt/ncs/modules/lib/loramac-node/src/peripherals/soft-se
+
+build zephyr/subsys/lorawan/CMakeFiles/loramac-node.dir/opt/ncs/modules/lib/loramac-node/src/peripherals/soft-se/soft-se.c.obj: C_COMPILER__loramac-node_unscanned_ /opt/ncs/modules/lib/loramac-node/src/peripherals/soft-se/soft-se.c || cmake_object_order_depends_target_loramac-node
+  DEFINES = -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -DSOFT_SE -D_ANSI_SOURCE -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1
+  DEP_FILE = zephyr/subsys/lorawan/CMakeFiles/loramac-node.dir/opt/ncs/modules/lib/loramac-node/src/peripherals/soft-se/soft-se.c.obj.d
+  FLAGS = -fno-strict-aliasing -Os -imacros /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99
+  INCLUDES = -I/opt/ncs/modules/lib/loramac-node/src/boards -I/opt/ncs/modules/lib/loramac-node/src/system -I/opt/ncs/modules/lib/loramac-node/src/radio -I/opt/ncs/modules/lib/loramac-node/src/mac -I/opt/ncs/modules/lib/loramac-node/src/mac/region -I/opt/ncs/modules/lib/loramac-node/src/apps/LoRaMac/common/LmHandler/packages -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/zephyr/lib/libc/common/include
+  OBJECT_DIR = zephyr/subsys/lorawan/CMakeFiles/loramac-node.dir
+  OBJECT_FILE_DIR = zephyr/subsys/lorawan/CMakeFiles/loramac-node.dir/opt/ncs/modules/lib/loramac-node/src/peripherals/soft-se
+
+build zephyr/subsys/lorawan/CMakeFiles/loramac-node.dir/opt/ncs/modules/lib/loramac-node/src/peripherals/soft-se/soft-se-hal.c.obj: C_COMPILER__loramac-node_unscanned_ /opt/ncs/modules/lib/loramac-node/src/peripherals/soft-se/soft-se-hal.c || cmake_object_order_depends_target_loramac-node
+  DEFINES = -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -DSOFT_SE -D_ANSI_SOURCE -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1
+  DEP_FILE = zephyr/subsys/lorawan/CMakeFiles/loramac-node.dir/opt/ncs/modules/lib/loramac-node/src/peripherals/soft-se/soft-se-hal.c.obj.d
+  FLAGS = -fno-strict-aliasing -Os -imacros /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99
+  INCLUDES = -I/opt/ncs/modules/lib/loramac-node/src/boards -I/opt/ncs/modules/lib/loramac-node/src/system -I/opt/ncs/modules/lib/loramac-node/src/radio -I/opt/ncs/modules/lib/loramac-node/src/mac -I/opt/ncs/modules/lib/loramac-node/src/mac/region -I/opt/ncs/modules/lib/loramac-node/src/apps/LoRaMac/common/LmHandler/packages -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/zephyr/lib/libc/common/include
+  OBJECT_DIR = zephyr/subsys/lorawan/CMakeFiles/loramac-node.dir
+  OBJECT_FILE_DIR = zephyr/subsys/lorawan/CMakeFiles/loramac-node.dir/opt/ncs/modules/lib/loramac-node/src/peripherals/soft-se
+
+build zephyr/subsys/lorawan/CMakeFiles/loramac-node.dir/opt/ncs/modules/lib/loramac-node/src/mac/LoRaMac.c.obj: C_COMPILER__loramac-node_unscanned_ /opt/ncs/modules/lib/loramac-node/src/mac/LoRaMac.c || cmake_object_order_depends_target_loramac-node
+  DEFINES = -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -DSOFT_SE -D_ANSI_SOURCE -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1
+  DEP_FILE = zephyr/subsys/lorawan/CMakeFiles/loramac-node.dir/opt/ncs/modules/lib/loramac-node/src/mac/LoRaMac.c.obj.d
+  FLAGS = -fno-strict-aliasing -Os -imacros /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99
+  INCLUDES = -I/opt/ncs/modules/lib/loramac-node/src/boards -I/opt/ncs/modules/lib/loramac-node/src/system -I/opt/ncs/modules/lib/loramac-node/src/radio -I/opt/ncs/modules/lib/loramac-node/src/mac -I/opt/ncs/modules/lib/loramac-node/src/mac/region -I/opt/ncs/modules/lib/loramac-node/src/apps/LoRaMac/common/LmHandler/packages -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/zephyr/lib/libc/common/include
+  OBJECT_DIR = zephyr/subsys/lorawan/CMakeFiles/loramac-node.dir
+  OBJECT_FILE_DIR = zephyr/subsys/lorawan/CMakeFiles/loramac-node.dir/opt/ncs/modules/lib/loramac-node/src/mac
+
+build zephyr/subsys/lorawan/CMakeFiles/loramac-node.dir/opt/ncs/modules/lib/loramac-node/src/mac/LoRaMacAdr.c.obj: C_COMPILER__loramac-node_unscanned_ /opt/ncs/modules/lib/loramac-node/src/mac/LoRaMacAdr.c || cmake_object_order_depends_target_loramac-node
+  DEFINES = -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -DSOFT_SE -D_ANSI_SOURCE -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1
+  DEP_FILE = zephyr/subsys/lorawan/CMakeFiles/loramac-node.dir/opt/ncs/modules/lib/loramac-node/src/mac/LoRaMacAdr.c.obj.d
+  FLAGS = -fno-strict-aliasing -Os -imacros /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99
+  INCLUDES = -I/opt/ncs/modules/lib/loramac-node/src/boards -I/opt/ncs/modules/lib/loramac-node/src/system -I/opt/ncs/modules/lib/loramac-node/src/radio -I/opt/ncs/modules/lib/loramac-node/src/mac -I/opt/ncs/modules/lib/loramac-node/src/mac/region -I/opt/ncs/modules/lib/loramac-node/src/apps/LoRaMac/common/LmHandler/packages -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/zephyr/lib/libc/common/include
+  OBJECT_DIR = zephyr/subsys/lorawan/CMakeFiles/loramac-node.dir
+  OBJECT_FILE_DIR = zephyr/subsys/lorawan/CMakeFiles/loramac-node.dir/opt/ncs/modules/lib/loramac-node/src/mac
+
+build zephyr/subsys/lorawan/CMakeFiles/loramac-node.dir/opt/ncs/modules/lib/loramac-node/src/mac/LoRaMacClassB.c.obj: C_COMPILER__loramac-node_unscanned_ /opt/ncs/modules/lib/loramac-node/src/mac/LoRaMacClassB.c || cmake_object_order_depends_target_loramac-node
+  DEFINES = -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -DSOFT_SE -D_ANSI_SOURCE -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1
+  DEP_FILE = zephyr/subsys/lorawan/CMakeFiles/loramac-node.dir/opt/ncs/modules/lib/loramac-node/src/mac/LoRaMacClassB.c.obj.d
+  FLAGS = -fno-strict-aliasing -Os -imacros /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99
+  INCLUDES = -I/opt/ncs/modules/lib/loramac-node/src/boards -I/opt/ncs/modules/lib/loramac-node/src/system -I/opt/ncs/modules/lib/loramac-node/src/radio -I/opt/ncs/modules/lib/loramac-node/src/mac -I/opt/ncs/modules/lib/loramac-node/src/mac/region -I/opt/ncs/modules/lib/loramac-node/src/apps/LoRaMac/common/LmHandler/packages -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/zephyr/lib/libc/common/include
+  OBJECT_DIR = zephyr/subsys/lorawan/CMakeFiles/loramac-node.dir
+  OBJECT_FILE_DIR = zephyr/subsys/lorawan/CMakeFiles/loramac-node.dir/opt/ncs/modules/lib/loramac-node/src/mac
+
+build zephyr/subsys/lorawan/CMakeFiles/loramac-node.dir/opt/ncs/modules/lib/loramac-node/src/mac/LoRaMacCommands.c.obj: C_COMPILER__loramac-node_unscanned_ /opt/ncs/modules/lib/loramac-node/src/mac/LoRaMacCommands.c || cmake_object_order_depends_target_loramac-node
+  DEFINES = -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -DSOFT_SE -D_ANSI_SOURCE -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1
+  DEP_FILE = zephyr/subsys/lorawan/CMakeFiles/loramac-node.dir/opt/ncs/modules/lib/loramac-node/src/mac/LoRaMacCommands.c.obj.d
+  FLAGS = -fno-strict-aliasing -Os -imacros /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99
+  INCLUDES = -I/opt/ncs/modules/lib/loramac-node/src/boards -I/opt/ncs/modules/lib/loramac-node/src/system -I/opt/ncs/modules/lib/loramac-node/src/radio -I/opt/ncs/modules/lib/loramac-node/src/mac -I/opt/ncs/modules/lib/loramac-node/src/mac/region -I/opt/ncs/modules/lib/loramac-node/src/apps/LoRaMac/common/LmHandler/packages -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/zephyr/lib/libc/common/include
+  OBJECT_DIR = zephyr/subsys/lorawan/CMakeFiles/loramac-node.dir
+  OBJECT_FILE_DIR = zephyr/subsys/lorawan/CMakeFiles/loramac-node.dir/opt/ncs/modules/lib/loramac-node/src/mac
+
+build zephyr/subsys/lorawan/CMakeFiles/loramac-node.dir/opt/ncs/modules/lib/loramac-node/src/mac/LoRaMacConfirmQueue.c.obj: C_COMPILER__loramac-node_unscanned_ /opt/ncs/modules/lib/loramac-node/src/mac/LoRaMacConfirmQueue.c || cmake_object_order_depends_target_loramac-node
+  DEFINES = -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -DSOFT_SE -D_ANSI_SOURCE -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1
+  DEP_FILE = zephyr/subsys/lorawan/CMakeFiles/loramac-node.dir/opt/ncs/modules/lib/loramac-node/src/mac/LoRaMacConfirmQueue.c.obj.d
+  FLAGS = -fno-strict-aliasing -Os -imacros /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99
+  INCLUDES = -I/opt/ncs/modules/lib/loramac-node/src/boards -I/opt/ncs/modules/lib/loramac-node/src/system -I/opt/ncs/modules/lib/loramac-node/src/radio -I/opt/ncs/modules/lib/loramac-node/src/mac -I/opt/ncs/modules/lib/loramac-node/src/mac/region -I/opt/ncs/modules/lib/loramac-node/src/apps/LoRaMac/common/LmHandler/packages -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/zephyr/lib/libc/common/include
+  OBJECT_DIR = zephyr/subsys/lorawan/CMakeFiles/loramac-node.dir
+  OBJECT_FILE_DIR = zephyr/subsys/lorawan/CMakeFiles/loramac-node.dir/opt/ncs/modules/lib/loramac-node/src/mac
+
+build zephyr/subsys/lorawan/CMakeFiles/loramac-node.dir/opt/ncs/modules/lib/loramac-node/src/mac/LoRaMacCrypto.c.obj: C_COMPILER__loramac-node_unscanned_ /opt/ncs/modules/lib/loramac-node/src/mac/LoRaMacCrypto.c || cmake_object_order_depends_target_loramac-node
+  DEFINES = -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -DSOFT_SE -D_ANSI_SOURCE -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1
+  DEP_FILE = zephyr/subsys/lorawan/CMakeFiles/loramac-node.dir/opt/ncs/modules/lib/loramac-node/src/mac/LoRaMacCrypto.c.obj.d
+  FLAGS = -fno-strict-aliasing -Os -imacros /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99
+  INCLUDES = -I/opt/ncs/modules/lib/loramac-node/src/boards -I/opt/ncs/modules/lib/loramac-node/src/system -I/opt/ncs/modules/lib/loramac-node/src/radio -I/opt/ncs/modules/lib/loramac-node/src/mac -I/opt/ncs/modules/lib/loramac-node/src/mac/region -I/opt/ncs/modules/lib/loramac-node/src/apps/LoRaMac/common/LmHandler/packages -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/zephyr/lib/libc/common/include
+  OBJECT_DIR = zephyr/subsys/lorawan/CMakeFiles/loramac-node.dir
+  OBJECT_FILE_DIR = zephyr/subsys/lorawan/CMakeFiles/loramac-node.dir/opt/ncs/modules/lib/loramac-node/src/mac
+
+build zephyr/subsys/lorawan/CMakeFiles/loramac-node.dir/opt/ncs/modules/lib/loramac-node/src/mac/LoRaMacParser.c.obj: C_COMPILER__loramac-node_unscanned_ /opt/ncs/modules/lib/loramac-node/src/mac/LoRaMacParser.c || cmake_object_order_depends_target_loramac-node
+  DEFINES = -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -DSOFT_SE -D_ANSI_SOURCE -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1
+  DEP_FILE = zephyr/subsys/lorawan/CMakeFiles/loramac-node.dir/opt/ncs/modules/lib/loramac-node/src/mac/LoRaMacParser.c.obj.d
+  FLAGS = -fno-strict-aliasing -Os -imacros /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99
+  INCLUDES = -I/opt/ncs/modules/lib/loramac-node/src/boards -I/opt/ncs/modules/lib/loramac-node/src/system -I/opt/ncs/modules/lib/loramac-node/src/radio -I/opt/ncs/modules/lib/loramac-node/src/mac -I/opt/ncs/modules/lib/loramac-node/src/mac/region -I/opt/ncs/modules/lib/loramac-node/src/apps/LoRaMac/common/LmHandler/packages -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/zephyr/lib/libc/common/include
+  OBJECT_DIR = zephyr/subsys/lorawan/CMakeFiles/loramac-node.dir
+  OBJECT_FILE_DIR = zephyr/subsys/lorawan/CMakeFiles/loramac-node.dir/opt/ncs/modules/lib/loramac-node/src/mac
+
+build zephyr/subsys/lorawan/CMakeFiles/loramac-node.dir/opt/ncs/modules/lib/loramac-node/src/mac/LoRaMacSerializer.c.obj: C_COMPILER__loramac-node_unscanned_ /opt/ncs/modules/lib/loramac-node/src/mac/LoRaMacSerializer.c || cmake_object_order_depends_target_loramac-node
+  DEFINES = -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -DSOFT_SE -D_ANSI_SOURCE -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1
+  DEP_FILE = zephyr/subsys/lorawan/CMakeFiles/loramac-node.dir/opt/ncs/modules/lib/loramac-node/src/mac/LoRaMacSerializer.c.obj.d
+  FLAGS = -fno-strict-aliasing -Os -imacros /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99
+  INCLUDES = -I/opt/ncs/modules/lib/loramac-node/src/boards -I/opt/ncs/modules/lib/loramac-node/src/system -I/opt/ncs/modules/lib/loramac-node/src/radio -I/opt/ncs/modules/lib/loramac-node/src/mac -I/opt/ncs/modules/lib/loramac-node/src/mac/region -I/opt/ncs/modules/lib/loramac-node/src/apps/LoRaMac/common/LmHandler/packages -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/zephyr/lib/libc/common/include
+  OBJECT_DIR = zephyr/subsys/lorawan/CMakeFiles/loramac-node.dir
+  OBJECT_FILE_DIR = zephyr/subsys/lorawan/CMakeFiles/loramac-node.dir/opt/ncs/modules/lib/loramac-node/src/mac
+
+build zephyr/subsys/lorawan/CMakeFiles/loramac-node.dir/opt/ncs/modules/lib/loramac-node/src/mac/region/Region.c.obj: C_COMPILER__loramac-node_unscanned_ /opt/ncs/modules/lib/loramac-node/src/mac/region/Region.c || cmake_object_order_depends_target_loramac-node
+  DEFINES = -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -DSOFT_SE -D_ANSI_SOURCE -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1
+  DEP_FILE = zephyr/subsys/lorawan/CMakeFiles/loramac-node.dir/opt/ncs/modules/lib/loramac-node/src/mac/region/Region.c.obj.d
+  FLAGS = -fno-strict-aliasing -Os -imacros /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99
+  INCLUDES = -I/opt/ncs/modules/lib/loramac-node/src/boards -I/opt/ncs/modules/lib/loramac-node/src/system -I/opt/ncs/modules/lib/loramac-node/src/radio -I/opt/ncs/modules/lib/loramac-node/src/mac -I/opt/ncs/modules/lib/loramac-node/src/mac/region -I/opt/ncs/modules/lib/loramac-node/src/apps/LoRaMac/common/LmHandler/packages -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/zephyr/lib/libc/common/include
+  OBJECT_DIR = zephyr/subsys/lorawan/CMakeFiles/loramac-node.dir
+  OBJECT_FILE_DIR = zephyr/subsys/lorawan/CMakeFiles/loramac-node.dir/opt/ncs/modules/lib/loramac-node/src/mac/region
+
+build zephyr/subsys/lorawan/CMakeFiles/loramac-node.dir/opt/ncs/modules/lib/loramac-node/src/mac/region/RegionCommon.c.obj: C_COMPILER__loramac-node_unscanned_ /opt/ncs/modules/lib/loramac-node/src/mac/region/RegionCommon.c || cmake_object_order_depends_target_loramac-node
+  DEFINES = -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -DSOFT_SE -D_ANSI_SOURCE -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1
+  DEP_FILE = zephyr/subsys/lorawan/CMakeFiles/loramac-node.dir/opt/ncs/modules/lib/loramac-node/src/mac/region/RegionCommon.c.obj.d
+  FLAGS = -fno-strict-aliasing -Os -imacros /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99
+  INCLUDES = -I/opt/ncs/modules/lib/loramac-node/src/boards -I/opt/ncs/modules/lib/loramac-node/src/system -I/opt/ncs/modules/lib/loramac-node/src/radio -I/opt/ncs/modules/lib/loramac-node/src/mac -I/opt/ncs/modules/lib/loramac-node/src/mac/region -I/opt/ncs/modules/lib/loramac-node/src/apps/LoRaMac/common/LmHandler/packages -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/zephyr/lib/libc/common/include
+  OBJECT_DIR = zephyr/subsys/lorawan/CMakeFiles/loramac-node.dir
+  OBJECT_FILE_DIR = zephyr/subsys/lorawan/CMakeFiles/loramac-node.dir/opt/ncs/modules/lib/loramac-node/src/mac/region
+
+build zephyr/subsys/lorawan/CMakeFiles/loramac-node.dir/opt/ncs/modules/lib/loramac-node/src/mac/region/RegionEU868.c.obj: C_COMPILER__loramac-node_unscanned_ /opt/ncs/modules/lib/loramac-node/src/mac/region/RegionEU868.c || cmake_object_order_depends_target_loramac-node
+  DEFINES = -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -DSOFT_SE -D_ANSI_SOURCE -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1
+  DEP_FILE = zephyr/subsys/lorawan/CMakeFiles/loramac-node.dir/opt/ncs/modules/lib/loramac-node/src/mac/region/RegionEU868.c.obj.d
+  FLAGS = -fno-strict-aliasing -Os -imacros /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99
+  INCLUDES = -I/opt/ncs/modules/lib/loramac-node/src/boards -I/opt/ncs/modules/lib/loramac-node/src/system -I/opt/ncs/modules/lib/loramac-node/src/radio -I/opt/ncs/modules/lib/loramac-node/src/mac -I/opt/ncs/modules/lib/loramac-node/src/mac/region -I/opt/ncs/modules/lib/loramac-node/src/apps/LoRaMac/common/LmHandler/packages -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/zephyr/lib/libc/common/include
+  OBJECT_DIR = zephyr/subsys/lorawan/CMakeFiles/loramac-node.dir
+  OBJECT_FILE_DIR = zephyr/subsys/lorawan/CMakeFiles/loramac-node.dir/opt/ncs/modules/lib/loramac-node/src/mac/region
+
+
+# =============================================================================
+# Link build statements for STATIC_LIBRARY target loramac-node
+
+
+#############################################
+# Link the static library zephyr/subsys/lorawan/libloramac-node.a
+
+build zephyr/subsys/lorawan/libloramac-node.a: C_STATIC_LIBRARY_LINKER__loramac-node_ zephyr/subsys/lorawan/CMakeFiles/loramac-node.dir/lorawan.c.obj zephyr/subsys/lorawan/CMakeFiles/loramac-node.dir/lw_priv.c.obj zephyr/subsys/lorawan/CMakeFiles/loramac-node.dir/nvm/lorawan_nvm_settings.c.obj zephyr/subsys/lorawan/CMakeFiles/loramac-node.dir/opt/ncs/zephyr/drivers/lora/hal_common.c.obj zephyr/subsys/lorawan/CMakeFiles/loramac-node.dir/opt/ncs/zephyr/drivers/lora/sx12xx_common.c.obj zephyr/subsys/lorawan/CMakeFiles/loramac-node.dir/opt/ncs/zephyr/drivers/lora/sx127x.c.obj zephyr/subsys/lorawan/CMakeFiles/loramac-node.dir/opt/ncs/modules/lib/loramac-node/src/boards/mcu/utilities.c.obj zephyr/subsys/lorawan/CMakeFiles/loramac-node.dir/opt/ncs/modules/lib/loramac-node/src/system/systime.c.obj zephyr/subsys/lorawan/CMakeFiles/loramac-node.dir/opt/ncs/modules/lib/loramac-node/src/system/timer.c.obj zephyr/subsys/lorawan/CMakeFiles/loramac-node.dir/opt/ncs/modules/lib/loramac-node/src/system/delay.c.obj zephyr/subsys/lorawan/CMakeFiles/loramac-node.dir/opt/ncs/modules/lib/loramac-node/src/radio/sx1276/sx1276.c.obj zephyr/subsys/lorawan/CMakeFiles/loramac-node.dir/opt/ncs/modules/lib/loramac-node/src/peripherals/soft-se/aes.c.obj zephyr/subsys/lorawan/CMakeFiles/loramac-node.dir/opt/ncs/modules/lib/loramac-node/src/peripherals/soft-se/cmac.c.obj zephyr/subsys/lorawan/CMakeFiles/loramac-node.dir/opt/ncs/modules/lib/loramac-node/src/peripherals/soft-se/soft-se.c.obj zephyr/subsys/lorawan/CMakeFiles/loramac-node.dir/opt/ncs/modules/lib/loramac-node/src/peripherals/soft-se/soft-se-hal.c.obj zephyr/subsys/lorawan/CMakeFiles/loramac-node.dir/opt/ncs/modules/lib/loramac-node/src/mac/LoRaMac.c.obj zephyr/subsys/lorawan/CMakeFiles/loramac-node.dir/opt/ncs/modules/lib/loramac-node/src/mac/LoRaMacAdr.c.obj zephyr/subsys/lorawan/CMakeFiles/loramac-node.dir/opt/ncs/modules/lib/loramac-node/src/mac/LoRaMacClassB.c.obj zephyr/subsys/lorawan/CMakeFiles/loramac-node.dir/opt/ncs/modules/lib/loramac-node/src/mac/LoRaMacCommands.c.obj zephyr/subsys/lorawan/CMakeFiles/loramac-node.dir/opt/ncs/modules/lib/loramac-node/src/mac/LoRaMacConfirmQueue.c.obj zephyr/subsys/lorawan/CMakeFiles/loramac-node.dir/opt/ncs/modules/lib/loramac-node/src/mac/LoRaMacCrypto.c.obj zephyr/subsys/lorawan/CMakeFiles/loramac-node.dir/opt/ncs/modules/lib/loramac-node/src/mac/LoRaMacParser.c.obj zephyr/subsys/lorawan/CMakeFiles/loramac-node.dir/opt/ncs/modules/lib/loramac-node/src/mac/LoRaMacSerializer.c.obj zephyr/subsys/lorawan/CMakeFiles/loramac-node.dir/opt/ncs/modules/lib/loramac-node/src/mac/region/Region.c.obj zephyr/subsys/lorawan/CMakeFiles/loramac-node.dir/opt/ncs/modules/lib/loramac-node/src/mac/region/RegionCommon.c.obj zephyr/subsys/lorawan/CMakeFiles/loramac-node.dir/opt/ncs/modules/lib/loramac-node/src/mac/region/RegionEU868.c.obj || zephyr/driver_validation_h_target zephyr/kobj_types_h_target zephyr/syscall_list_h_target zephyr/zephyr_generated_headers
+  OBJECT_DIR = zephyr/subsys/lorawan/CMakeFiles/loramac-node.dir
+  POST_BUILD = :
+  PRE_LINK = :
+  TARGET_FILE = zephyr/subsys/lorawan/libloramac-node.a
+  TARGET_PDB = loramac-node.a.dbg
+
+
+#############################################
+# Utility command for edit_cache
+
+build zephyr/subsys/lorawan/CMakeFiles/edit_cache.util: CUSTOM_COMMAND
+  COMMAND = cd /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/subsys/lorawan && /opt/bin/ccmake -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  DESC = Running CMake cache editor...
+  pool = console
+  restat = 1
+
+build zephyr/subsys/lorawan/edit_cache: phony zephyr/subsys/lorawan/CMakeFiles/edit_cache.util
+
+
+#############################################
+# Utility command for rebuild_cache
+
+build zephyr/subsys/lorawan/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND
+  COMMAND = cd /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/subsys/lorawan && /opt/bin/cmake --regenerate-during-build -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  DESC = Running CMake to regenerate build system...
+  pool = console
+  restat = 1
+
+build zephyr/subsys/lorawan/rebuild_cache: phony zephyr/subsys/lorawan/CMakeFiles/rebuild_cache.util
+
+# =============================================================================
+# Write statements declared in CMakeLists.txt:
+# /opt/ncs/zephyr/subsys/lorawan/CMakeLists.txt
+# =============================================================================
+
+
+#############################################
+# Utility command for edit_cache
+
+build zephyr/subsys/lorawan/services/CMakeFiles/edit_cache.util: CUSTOM_COMMAND
+  COMMAND = cd /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/subsys/lorawan/services && /opt/bin/ccmake -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  DESC = Running CMake cache editor...
+  pool = console
+  restat = 1
+
+build zephyr/subsys/lorawan/services/edit_cache: phony zephyr/subsys/lorawan/services/CMakeFiles/edit_cache.util
+
+
+#############################################
+# Utility command for rebuild_cache
+
+build zephyr/subsys/lorawan/services/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND
+  COMMAND = cd /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/subsys/lorawan/services && /opt/bin/cmake --regenerate-during-build -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  DESC = Running CMake to regenerate build system...
+  pool = console
+  restat = 1
+
+build zephyr/subsys/lorawan/services/rebuild_cache: phony zephyr/subsys/lorawan/services/CMakeFiles/rebuild_cache.util
+
+# =============================================================================
+# Write statements declared in CMakeLists.txt:
+# /opt/ncs/zephyr/subsys/lorawan/CMakeLists.txt
+# =============================================================================
+
+
+#############################################
+# Utility command for edit_cache
+
+build zephyr/subsys/lorawan/nvm/CMakeFiles/edit_cache.util: CUSTOM_COMMAND
+  COMMAND = cd /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/subsys/lorawan/nvm && /opt/bin/ccmake -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  DESC = Running CMake cache editor...
+  pool = console
+  restat = 1
+
+build zephyr/subsys/lorawan/nvm/edit_cache: phony zephyr/subsys/lorawan/nvm/CMakeFiles/edit_cache.util
+
+
+#############################################
+# Utility command for rebuild_cache
+
+build zephyr/subsys/lorawan/nvm/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND
+  COMMAND = cd /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/subsys/lorawan/nvm && /opt/bin/cmake --regenerate-during-build -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  DESC = Running CMake to regenerate build system...
+  pool = console
+  restat = 1
+
+build zephyr/subsys/lorawan/nvm/rebuild_cache: phony zephyr/subsys/lorawan/nvm/CMakeFiles/rebuild_cache.util
+
+# =============================================================================
+# Write statements declared in CMakeLists.txt:
+# /opt/ncs/zephyr/subsys/CMakeLists.txt
+# =============================================================================
+
+
+#############################################
+# Utility command for edit_cache
+
+build zephyr/subsys/canbus/CMakeFiles/edit_cache.util: CUSTOM_COMMAND
+  COMMAND = cd /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/subsys/canbus && /opt/bin/ccmake -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  DESC = Running CMake cache editor...
+  pool = console
+  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/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/subsys/canbus && /opt/bin/cmake --regenerate-during-build -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  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:
+# /opt/ncs/zephyr/subsys/CMakeLists.txt
+# =============================================================================
+
+
+#############################################
+# Utility command for edit_cache
+
+build zephyr/subsys/debug/CMakeFiles/edit_cache.util: CUSTOM_COMMAND
+  COMMAND = cd /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/subsys/debug && /opt/bin/ccmake -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  DESC = Running CMake cache editor...
+  pool = console
+  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/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/subsys/debug && /opt/bin/cmake --regenerate-during-build -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  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:
+# /opt/ncs/zephyr/subsys/CMakeLists.txt
+# =============================================================================
+
+
+#############################################
+# Utility command for edit_cache
+
+build zephyr/subsys/fb/CMakeFiles/edit_cache.util: CUSTOM_COMMAND
+  COMMAND = cd /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/subsys/fb && /opt/bin/ccmake -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  DESC = Running CMake cache editor...
+  pool = console
+  restat = 1
+
+build zephyr/subsys/fb/edit_cache: phony zephyr/subsys/fb/CMakeFiles/edit_cache.util
+
+
+#############################################
+# Utility command for rebuild_cache
+
+build zephyr/subsys/fb/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND
+  COMMAND = cd /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/subsys/fb && /opt/bin/cmake --regenerate-during-build -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  DESC = Running CMake to regenerate build system...
+  pool = console
+  restat = 1
+
+build zephyr/subsys/fb/rebuild_cache: phony zephyr/subsys/fb/CMakeFiles/rebuild_cache.util
+
+# =============================================================================
+# Write statements declared in CMakeLists.txt:
+# /opt/ncs/zephyr/subsys/CMakeLists.txt
+# =============================================================================
+
+
+#############################################
+# Utility command for edit_cache
+
+build zephyr/subsys/fs/CMakeFiles/edit_cache.util: CUSTOM_COMMAND
+  COMMAND = cd /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/subsys/fs && /opt/bin/ccmake -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  DESC = Running CMake cache editor...
+  pool = console
+  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/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/subsys/fs && /opt/bin/cmake --regenerate-during-build -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  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:
+# /opt/ncs/zephyr/subsys/fs/CMakeLists.txt
+# =============================================================================
+
+
+#############################################
+# Utility command for edit_cache
+
+build zephyr/subsys/fs/nvs/CMakeFiles/edit_cache.util: CUSTOM_COMMAND
+  COMMAND = cd /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/subsys/fs/nvs && /opt/bin/ccmake -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  DESC = Running CMake cache editor...
+  pool = console
+  restat = 1
+
+build zephyr/subsys/fs/nvs/edit_cache: phony zephyr/subsys/fs/nvs/CMakeFiles/edit_cache.util
+
+
+#############################################
+# Utility command for rebuild_cache
+
+build zephyr/subsys/fs/nvs/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND
+  COMMAND = cd /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/subsys/fs/nvs && /opt/bin/cmake --regenerate-during-build -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  DESC = Running CMake to regenerate build system...
+  pool = console
+  restat = 1
+
+build zephyr/subsys/fs/nvs/rebuild_cache: phony zephyr/subsys/fs/nvs/CMakeFiles/rebuild_cache.util
+
+# =============================================================================
+# Write statements declared in CMakeLists.txt:
+# /opt/ncs/zephyr/subsys/CMakeLists.txt
+# =============================================================================
+
+
+#############################################
+# Utility command for edit_cache
+
+build zephyr/subsys/ipc/CMakeFiles/edit_cache.util: CUSTOM_COMMAND
+  COMMAND = cd /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/subsys/ipc && /opt/bin/ccmake -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  DESC = Running CMake cache editor...
+  pool = console
+  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/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/subsys/ipc && /opt/bin/cmake --regenerate-during-build -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  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:
+# /opt/ncs/zephyr/subsys/CMakeLists.txt
+# =============================================================================
+
+
+#############################################
+# Utility command for edit_cache
+
+build zephyr/subsys/logging/CMakeFiles/edit_cache.util: CUSTOM_COMMAND
+  COMMAND = cd /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/subsys/logging && /opt/bin/ccmake -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  DESC = Running CMake cache editor...
+  pool = console
+  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/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/subsys/logging && /opt/bin/cmake --regenerate-during-build -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  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:
+# /opt/ncs/zephyr/subsys/logging/CMakeLists.txt
+# =============================================================================
+
+
+#############################################
+# Utility command for edit_cache
+
+build zephyr/subsys/logging/backends/CMakeFiles/edit_cache.util: CUSTOM_COMMAND
+  COMMAND = cd /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/subsys/logging/backends && /opt/bin/ccmake -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  DESC = Running CMake cache editor...
+  pool = console
+  restat = 1
+
+build zephyr/subsys/logging/backends/edit_cache: phony zephyr/subsys/logging/backends/CMakeFiles/edit_cache.util
+
+
+#############################################
+# Utility command for rebuild_cache
+
+build zephyr/subsys/logging/backends/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND
+  COMMAND = cd /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/subsys/logging/backends && /opt/bin/cmake --regenerate-during-build -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  DESC = Running CMake to regenerate build system...
+  pool = console
+  restat = 1
+
+build zephyr/subsys/logging/backends/rebuild_cache: phony zephyr/subsys/logging/backends/CMakeFiles/rebuild_cache.util
+
+# =============================================================================
+# Write statements declared in CMakeLists.txt:
+# /opt/ncs/zephyr/subsys/CMakeLists.txt
+# =============================================================================
+
+
+#############################################
+# Utility command for edit_cache
+
+build zephyr/subsys/mem_mgmt/CMakeFiles/edit_cache.util: CUSTOM_COMMAND
+  COMMAND = cd /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/subsys/mem_mgmt && /opt/bin/ccmake -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  DESC = Running CMake cache editor...
+  pool = console
+  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/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/subsys/mem_mgmt && /opt/bin/cmake --regenerate-during-build -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  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:
+# /opt/ncs/zephyr/subsys/CMakeLists.txt
+# =============================================================================
+
+
+#############################################
+# Utility command for edit_cache
+
+build zephyr/subsys/mgmt/CMakeFiles/edit_cache.util: CUSTOM_COMMAND
+  COMMAND = cd /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/subsys/mgmt && /opt/bin/ccmake -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  DESC = Running CMake cache editor...
+  pool = console
+  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/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/subsys/mgmt && /opt/bin/cmake --regenerate-during-build -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  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:
+# /opt/ncs/zephyr/subsys/CMakeLists.txt
+# =============================================================================
+
+
+#############################################
+# Utility command for edit_cache
+
+build zephyr/subsys/modbus/CMakeFiles/edit_cache.util: CUSTOM_COMMAND
+  COMMAND = cd /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/subsys/modbus && /opt/bin/ccmake -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  DESC = Running CMake cache editor...
+  pool = console
+  restat = 1
+
+build zephyr/subsys/modbus/edit_cache: phony zephyr/subsys/modbus/CMakeFiles/edit_cache.util
+
+
+#############################################
+# Utility command for rebuild_cache
+
+build zephyr/subsys/modbus/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND
+  COMMAND = cd /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/subsys/modbus && /opt/bin/cmake --regenerate-during-build -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  DESC = Running CMake to regenerate build system...
+  pool = console
+  restat = 1
+
+build zephyr/subsys/modbus/rebuild_cache: phony zephyr/subsys/modbus/CMakeFiles/rebuild_cache.util
+
+# =============================================================================
+# Write statements declared in CMakeLists.txt:
+# /opt/ncs/zephyr/subsys/CMakeLists.txt
+# =============================================================================
+
+
+#############################################
+# Utility command for edit_cache
+
+build zephyr/subsys/pm/CMakeFiles/edit_cache.util: CUSTOM_COMMAND
+  COMMAND = cd /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/subsys/pm && /opt/bin/ccmake -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  DESC = Running CMake cache editor...
+  pool = console
+  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/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/subsys/pm && /opt/bin/cmake --regenerate-during-build -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  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:
+# /opt/ncs/zephyr/subsys/CMakeLists.txt
+# =============================================================================
+
+
+#############################################
+# Utility command for edit_cache
+
+build zephyr/subsys/portability/CMakeFiles/edit_cache.util: CUSTOM_COMMAND
+  COMMAND = cd /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/subsys/portability && /opt/bin/ccmake -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  DESC = Running CMake cache editor...
+  pool = console
+  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/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/subsys/portability && /opt/bin/cmake --regenerate-during-build -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  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:
+# /opt/ncs/zephyr/subsys/CMakeLists.txt
+# =============================================================================
+
+# =============================================================================
+# Object build statements for STATIC_LIBRARY target subsys__random
+
+
+#############################################
+# Order-only phony target for subsys__random
+
+build cmake_object_order_depends_target_subsys__random: phony || zephyr/driver_validation_h_target zephyr/kobj_types_h_target zephyr/syscall_list_h_target zephyr/zephyr_generated_headers
+
+build zephyr/subsys/random/CMakeFiles/subsys__random.dir/random_xoshiro128.c.obj: C_COMPILER__subsys__random_unscanned_ /opt/ncs/zephyr/subsys/random/random_xoshiro128.c || cmake_object_order_depends_target_subsys__random
+  DEFINES = -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -D_ANSI_SOURCE -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1
+  DEP_FILE = zephyr/subsys/random/CMakeFiles/subsys__random.dir/random_xoshiro128.c.obj.d
+  FLAGS = -Wshadow -fno-strict-aliasing -Os -imacros /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99
+  INCLUDES = -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/zephyr/lib/libc/common/include
+  OBJECT_DIR = zephyr/subsys/random/CMakeFiles/subsys__random.dir
+  OBJECT_FILE_DIR = zephyr/subsys/random/CMakeFiles/subsys__random.dir
+
+build zephyr/subsys/random/CMakeFiles/subsys__random.dir/random_entropy_device.c.obj: C_COMPILER__subsys__random_unscanned_ /opt/ncs/zephyr/subsys/random/random_entropy_device.c || cmake_object_order_depends_target_subsys__random
+  DEFINES = -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -D_ANSI_SOURCE -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1
+  DEP_FILE = zephyr/subsys/random/CMakeFiles/subsys__random.dir/random_entropy_device.c.obj.d
+  FLAGS = -Wshadow -fno-strict-aliasing -Os -imacros /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99
+  INCLUDES = -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/zephyr/lib/libc/common/include
+  OBJECT_DIR = zephyr/subsys/random/CMakeFiles/subsys__random.dir
+  OBJECT_FILE_DIR = zephyr/subsys/random/CMakeFiles/subsys__random.dir
+
+
+# =============================================================================
+# Link build statements for STATIC_LIBRARY target subsys__random
+
+
+#############################################
+# Link the static library zephyr/subsys/random/libsubsys__random.a
+
+build zephyr/subsys/random/libsubsys__random.a: C_STATIC_LIBRARY_LINKER__subsys__random_ zephyr/subsys/random/CMakeFiles/subsys__random.dir/random_xoshiro128.c.obj zephyr/subsys/random/CMakeFiles/subsys__random.dir/random_entropy_device.c.obj || zephyr/driver_validation_h_target zephyr/kobj_types_h_target zephyr/syscall_list_h_target zephyr/zephyr_generated_headers
+  OBJECT_DIR = zephyr/subsys/random/CMakeFiles/subsys__random.dir
+  POST_BUILD = :
+  PRE_LINK = :
+  TARGET_FILE = zephyr/subsys/random/libsubsys__random.a
+  TARGET_PDB = subsys__random.a.dbg
+
+
+#############################################
+# Utility command for edit_cache
+
+build zephyr/subsys/random/CMakeFiles/edit_cache.util: CUSTOM_COMMAND
+  COMMAND = cd /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/subsys/random && /opt/bin/ccmake -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  DESC = Running CMake cache editor...
+  pool = console
+  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/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/subsys/random && /opt/bin/cmake --regenerate-during-build -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  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:
+# /opt/ncs/zephyr/subsys/CMakeLists.txt
+# =============================================================================
+
+
+#############################################
+# Utility command for edit_cache
+
+build zephyr/subsys/rtio/CMakeFiles/edit_cache.util: CUSTOM_COMMAND
+  COMMAND = cd /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/subsys/rtio && /opt/bin/ccmake -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  DESC = Running CMake cache editor...
+  pool = console
+  restat = 1
+
+build zephyr/subsys/rtio/edit_cache: phony zephyr/subsys/rtio/CMakeFiles/edit_cache.util
+
+
+#############################################
+# Utility command for rebuild_cache
+
+build zephyr/subsys/rtio/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND
+  COMMAND = cd /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/subsys/rtio && /opt/bin/cmake --regenerate-during-build -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  DESC = Running CMake to regenerate build system...
+  pool = console
+  restat = 1
+
+build zephyr/subsys/rtio/rebuild_cache: phony zephyr/subsys/rtio/CMakeFiles/rebuild_cache.util
+
+# =============================================================================
+# Write statements declared in CMakeLists.txt:
+# /opt/ncs/zephyr/subsys/CMakeLists.txt
+# =============================================================================
+
+
+#############################################
+# Utility command for edit_cache
+
+build zephyr/subsys/sd/CMakeFiles/edit_cache.util: CUSTOM_COMMAND
+  COMMAND = cd /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/subsys/sd && /opt/bin/ccmake -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  DESC = Running CMake cache editor...
+  pool = console
+  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/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/subsys/sd && /opt/bin/cmake --regenerate-during-build -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  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:
+# /opt/ncs/zephyr/subsys/CMakeLists.txt
+# =============================================================================
+
+
+#############################################
+# Utility command for edit_cache
+
+build zephyr/subsys/stats/CMakeFiles/edit_cache.util: CUSTOM_COMMAND
+  COMMAND = cd /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/subsys/stats && /opt/bin/ccmake -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  DESC = Running CMake cache editor...
+  pool = console
+  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/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/subsys/stats && /opt/bin/cmake --regenerate-during-build -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  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:
+# /opt/ncs/zephyr/subsys/CMakeLists.txt
+# =============================================================================
+
+
+#############################################
+# Utility command for edit_cache
+
+build zephyr/subsys/storage/CMakeFiles/edit_cache.util: CUSTOM_COMMAND
+  COMMAND = cd /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/subsys/storage && /opt/bin/ccmake -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  DESC = Running CMake cache editor...
+  pool = console
+  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/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/subsys/storage && /opt/bin/cmake --regenerate-during-build -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  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:
+# /opt/ncs/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/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/subsys/storage/flash_map && /opt/bin/ccmake -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  DESC = Running CMake cache editor...
+  pool = console
+  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/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/subsys/storage/flash_map && /opt/bin/cmake --regenerate-during-build -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  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:
+# /opt/ncs/zephyr/subsys/CMakeLists.txt
+# =============================================================================
+
+
+#############################################
+# Utility command for edit_cache
+
+build zephyr/subsys/task_wdt/CMakeFiles/edit_cache.util: CUSTOM_COMMAND
+  COMMAND = cd /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/subsys/task_wdt && /opt/bin/ccmake -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  DESC = Running CMake cache editor...
+  pool = console
+  restat = 1
+
+build zephyr/subsys/task_wdt/edit_cache: phony zephyr/subsys/task_wdt/CMakeFiles/edit_cache.util
+
+
+#############################################
+# Utility command for rebuild_cache
+
+build zephyr/subsys/task_wdt/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND
+  COMMAND = cd /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/subsys/task_wdt && /opt/bin/cmake --regenerate-during-build -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  DESC = Running CMake to regenerate build system...
+  pool = console
+  restat = 1
+
+build zephyr/subsys/task_wdt/rebuild_cache: phony zephyr/subsys/task_wdt/CMakeFiles/rebuild_cache.util
+
+# =============================================================================
+# Write statements declared in CMakeLists.txt:
+# /opt/ncs/zephyr/subsys/CMakeLists.txt
+# =============================================================================
+
+
+#############################################
+# Utility command for edit_cache
+
+build zephyr/subsys/testsuite/CMakeFiles/edit_cache.util: CUSTOM_COMMAND
+  COMMAND = cd /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/subsys/testsuite && /opt/bin/ccmake -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  DESC = Running CMake cache editor...
+  pool = console
+  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/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/subsys/testsuite && /opt/bin/cmake --regenerate-during-build -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  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:
+# /opt/ncs/zephyr/subsys/CMakeLists.txt
+# =============================================================================
+
+
+#############################################
+# Utility command for edit_cache
+
+build zephyr/subsys/tracing/CMakeFiles/edit_cache.util: CUSTOM_COMMAND
+  COMMAND = cd /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/subsys/tracing && /opt/bin/ccmake -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  DESC = Running CMake cache editor...
+  pool = console
+  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/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/subsys/tracing && /opt/bin/cmake --regenerate-during-build -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  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:
+# /opt/ncs/zephyr/subsys/CMakeLists.txt
+# =============================================================================
+
+
+#############################################
+# Utility command for edit_cache
+
+build zephyr/subsys/usb/CMakeFiles/edit_cache.util: CUSTOM_COMMAND
+  COMMAND = cd /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/subsys/usb && /opt/bin/ccmake -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  DESC = Running CMake cache editor...
+  pool = console
+  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/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/subsys/usb && /opt/bin/cmake --regenerate-during-build -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  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:
+# /opt/ncs/zephyr/subsys/CMakeLists.txt
+# =============================================================================
+
+
+#############################################
+# Utility command for edit_cache
+
+build zephyr/subsys/bluetooth/CMakeFiles/edit_cache.util: CUSTOM_COMMAND
+  COMMAND = cd /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/subsys/bluetooth && /opt/bin/ccmake -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  DESC = Running CMake cache editor...
+  pool = console
+  restat = 1
+
+build zephyr/subsys/bluetooth/edit_cache: phony zephyr/subsys/bluetooth/CMakeFiles/edit_cache.util
+
+
+#############################################
+# Utility command for rebuild_cache
+
+build zephyr/subsys/bluetooth/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND
+  COMMAND = cd /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/subsys/bluetooth && /opt/bin/cmake --regenerate-during-build -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  DESC = Running CMake to regenerate build system...
+  pool = console
+  restat = 1
+
+build zephyr/subsys/bluetooth/rebuild_cache: phony zephyr/subsys/bluetooth/CMakeFiles/rebuild_cache.util
+
+# =============================================================================
+# Write statements declared in CMakeLists.txt:
+# /opt/ncs/zephyr/subsys/bluetooth/CMakeLists.txt
+# =============================================================================
+
+# =============================================================================
+# Object build statements for STATIC_LIBRARY target subsys__bluetooth__common
+
+
+#############################################
+# Order-only phony target for subsys__bluetooth__common
+
+build cmake_object_order_depends_target_subsys__bluetooth__common: phony || zephyr/driver_validation_h_target zephyr/kobj_types_h_target zephyr/syscall_list_h_target zephyr/zephyr_generated_headers
+
+build zephyr/subsys/bluetooth/common/CMakeFiles/subsys__bluetooth__common.dir/addr.c.obj: C_COMPILER__subsys__bluetooth__common_unscanned_ /opt/ncs/zephyr/subsys/bluetooth/common/addr.c || cmake_object_order_depends_target_subsys__bluetooth__common
+  DEFINES = -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -D_ANSI_SOURCE -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1
+  DEP_FILE = zephyr/subsys/bluetooth/common/CMakeFiles/subsys__bluetooth__common.dir/addr.c.obj.d
+  FLAGS = -Wshadow -fno-strict-aliasing -Os -imacros /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99
+  INCLUDES = -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/zephyr/lib/libc/common/include
+  OBJECT_DIR = zephyr/subsys/bluetooth/common/CMakeFiles/subsys__bluetooth__common.dir
+  OBJECT_FILE_DIR = zephyr/subsys/bluetooth/common/CMakeFiles/subsys__bluetooth__common.dir
+
+build zephyr/subsys/bluetooth/common/CMakeFiles/subsys__bluetooth__common.dir/dummy.c.obj: C_COMPILER__subsys__bluetooth__common_unscanned_ /opt/ncs/zephyr/subsys/bluetooth/common/dummy.c || cmake_object_order_depends_target_subsys__bluetooth__common
+  DEFINES = -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -D_ANSI_SOURCE -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1
+  DEP_FILE = zephyr/subsys/bluetooth/common/CMakeFiles/subsys__bluetooth__common.dir/dummy.c.obj.d
+  FLAGS = -Wshadow -fno-strict-aliasing -Os -imacros /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99
+  INCLUDES = -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/zephyr/lib/libc/common/include
+  OBJECT_DIR = zephyr/subsys/bluetooth/common/CMakeFiles/subsys__bluetooth__common.dir
+  OBJECT_FILE_DIR = zephyr/subsys/bluetooth/common/CMakeFiles/subsys__bluetooth__common.dir
+
+build zephyr/subsys/bluetooth/common/CMakeFiles/subsys__bluetooth__common.dir/bt_str.c.obj: C_COMPILER__subsys__bluetooth__common_unscanned_ /opt/ncs/zephyr/subsys/bluetooth/common/bt_str.c || cmake_object_order_depends_target_subsys__bluetooth__common
+  DEFINES = -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -D_ANSI_SOURCE -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1
+  DEP_FILE = zephyr/subsys/bluetooth/common/CMakeFiles/subsys__bluetooth__common.dir/bt_str.c.obj.d
+  FLAGS = -Wshadow -fno-strict-aliasing -Os -imacros /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99
+  INCLUDES = -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/zephyr/lib/libc/common/include
+  OBJECT_DIR = zephyr/subsys/bluetooth/common/CMakeFiles/subsys__bluetooth__common.dir
+  OBJECT_FILE_DIR = zephyr/subsys/bluetooth/common/CMakeFiles/subsys__bluetooth__common.dir
+
+
+# =============================================================================
+# Link build statements for STATIC_LIBRARY target subsys__bluetooth__common
+
+
+#############################################
+# Link the static library zephyr/subsys/bluetooth/common/libsubsys__bluetooth__common.a
+
+build zephyr/subsys/bluetooth/common/libsubsys__bluetooth__common.a: C_STATIC_LIBRARY_LINKER__subsys__bluetooth__common_ zephyr/subsys/bluetooth/common/CMakeFiles/subsys__bluetooth__common.dir/addr.c.obj zephyr/subsys/bluetooth/common/CMakeFiles/subsys__bluetooth__common.dir/dummy.c.obj zephyr/subsys/bluetooth/common/CMakeFiles/subsys__bluetooth__common.dir/bt_str.c.obj || zephyr/driver_validation_h_target zephyr/kobj_types_h_target zephyr/syscall_list_h_target zephyr/zephyr_generated_headers
+  OBJECT_DIR = zephyr/subsys/bluetooth/common/CMakeFiles/subsys__bluetooth__common.dir
+  POST_BUILD = :
+  PRE_LINK = :
+  TARGET_FILE = zephyr/subsys/bluetooth/common/libsubsys__bluetooth__common.a
+  TARGET_PDB = subsys__bluetooth__common.a.dbg
+
+
+#############################################
+# Utility command for edit_cache
+
+build zephyr/subsys/bluetooth/common/CMakeFiles/edit_cache.util: CUSTOM_COMMAND
+  COMMAND = cd /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/subsys/bluetooth/common && /opt/bin/ccmake -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  DESC = Running CMake cache editor...
+  pool = console
+  restat = 1
+
+build zephyr/subsys/bluetooth/common/edit_cache: phony zephyr/subsys/bluetooth/common/CMakeFiles/edit_cache.util
+
+
+#############################################
+# Utility command for rebuild_cache
+
+build zephyr/subsys/bluetooth/common/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND
+  COMMAND = cd /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/subsys/bluetooth/common && /opt/bin/cmake --regenerate-during-build -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  DESC = Running CMake to regenerate build system...
+  pool = console
+  restat = 1
+
+build zephyr/subsys/bluetooth/common/rebuild_cache: phony zephyr/subsys/bluetooth/common/CMakeFiles/rebuild_cache.util
+
+# =============================================================================
+# Write statements declared in CMakeLists.txt:
+# /opt/ncs/zephyr/subsys/bluetooth/CMakeLists.txt
+# =============================================================================
+
+# =============================================================================
+# Object build statements for STATIC_LIBRARY target subsys__bluetooth__host
+
+
+#############################################
+# Order-only phony target for subsys__bluetooth__host
+
+build cmake_object_order_depends_target_subsys__bluetooth__host: phony || zephyr/driver_validation_h_target zephyr/kobj_types_h_target zephyr/syscall_list_h_target zephyr/zephyr_generated_headers
+
+build zephyr/subsys/bluetooth/host/CMakeFiles/subsys__bluetooth__host.dir/long_wq.c.obj: C_COMPILER__subsys__bluetooth__host_unscanned_ /opt/ncs/zephyr/subsys/bluetooth/host/long_wq.c || cmake_object_order_depends_target_subsys__bluetooth__host
+  DEFINES = -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -D_ANSI_SOURCE -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1
+  DEP_FILE = zephyr/subsys/bluetooth/host/CMakeFiles/subsys__bluetooth__host.dir/long_wq.c.obj.d
+  FLAGS = -Wshadow -fno-strict-aliasing -Os -imacros /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99
+  INCLUDES = -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/zephyr/lib/libc/common/include
+  OBJECT_DIR = zephyr/subsys/bluetooth/host/CMakeFiles/subsys__bluetooth__host.dir
+  OBJECT_FILE_DIR = zephyr/subsys/bluetooth/host/CMakeFiles/subsys__bluetooth__host.dir
+
+build zephyr/subsys/bluetooth/host/CMakeFiles/subsys__bluetooth__host.dir/uuid.c.obj: C_COMPILER__subsys__bluetooth__host_unscanned_ /opt/ncs/zephyr/subsys/bluetooth/host/uuid.c || cmake_object_order_depends_target_subsys__bluetooth__host
+  DEFINES = -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -D_ANSI_SOURCE -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1
+  DEP_FILE = zephyr/subsys/bluetooth/host/CMakeFiles/subsys__bluetooth__host.dir/uuid.c.obj.d
+  FLAGS = -Wshadow -fno-strict-aliasing -Os -imacros /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99
+  INCLUDES = -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/zephyr/lib/libc/common/include
+  OBJECT_DIR = zephyr/subsys/bluetooth/host/CMakeFiles/subsys__bluetooth__host.dir
+  OBJECT_FILE_DIR = zephyr/subsys/bluetooth/host/CMakeFiles/subsys__bluetooth__host.dir
+
+build zephyr/subsys/bluetooth/host/CMakeFiles/subsys__bluetooth__host.dir/addr.c.obj: C_COMPILER__subsys__bluetooth__host_unscanned_ /opt/ncs/zephyr/subsys/bluetooth/host/addr.c || cmake_object_order_depends_target_subsys__bluetooth__host
+  DEFINES = -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -D_ANSI_SOURCE -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1
+  DEP_FILE = zephyr/subsys/bluetooth/host/CMakeFiles/subsys__bluetooth__host.dir/addr.c.obj.d
+  FLAGS = -Wshadow -fno-strict-aliasing -Os -imacros /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99
+  INCLUDES = -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/zephyr/lib/libc/common/include
+  OBJECT_DIR = zephyr/subsys/bluetooth/host/CMakeFiles/subsys__bluetooth__host.dir
+  OBJECT_FILE_DIR = zephyr/subsys/bluetooth/host/CMakeFiles/subsys__bluetooth__host.dir
+
+build zephyr/subsys/bluetooth/host/CMakeFiles/subsys__bluetooth__host.dir/buf.c.obj: C_COMPILER__subsys__bluetooth__host_unscanned_ /opt/ncs/zephyr/subsys/bluetooth/host/buf.c || cmake_object_order_depends_target_subsys__bluetooth__host
+  DEFINES = -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -D_ANSI_SOURCE -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1
+  DEP_FILE = zephyr/subsys/bluetooth/host/CMakeFiles/subsys__bluetooth__host.dir/buf.c.obj.d
+  FLAGS = -Wshadow -fno-strict-aliasing -Os -imacros /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99
+  INCLUDES = -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/zephyr/lib/libc/common/include
+  OBJECT_DIR = zephyr/subsys/bluetooth/host/CMakeFiles/subsys__bluetooth__host.dir
+  OBJECT_FILE_DIR = zephyr/subsys/bluetooth/host/CMakeFiles/subsys__bluetooth__host.dir
+
+build zephyr/subsys/bluetooth/host/CMakeFiles/subsys__bluetooth__host.dir/data.c.obj: C_COMPILER__subsys__bluetooth__host_unscanned_ /opt/ncs/zephyr/subsys/bluetooth/host/data.c || cmake_object_order_depends_target_subsys__bluetooth__host
+  DEFINES = -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -D_ANSI_SOURCE -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1
+  DEP_FILE = zephyr/subsys/bluetooth/host/CMakeFiles/subsys__bluetooth__host.dir/data.c.obj.d
+  FLAGS = -Wshadow -fno-strict-aliasing -Os -imacros /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99
+  INCLUDES = -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/zephyr/lib/libc/common/include
+  OBJECT_DIR = zephyr/subsys/bluetooth/host/CMakeFiles/subsys__bluetooth__host.dir
+  OBJECT_FILE_DIR = zephyr/subsys/bluetooth/host/CMakeFiles/subsys__bluetooth__host.dir
+
+build zephyr/subsys/bluetooth/host/CMakeFiles/subsys__bluetooth__host.dir/hci_core.c.obj: C_COMPILER__subsys__bluetooth__host_unscanned_ /opt/ncs/zephyr/subsys/bluetooth/host/hci_core.c || cmake_object_order_depends_target_subsys__bluetooth__host
+  DEFINES = -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -D_ANSI_SOURCE -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1
+  DEP_FILE = zephyr/subsys/bluetooth/host/CMakeFiles/subsys__bluetooth__host.dir/hci_core.c.obj.d
+  FLAGS = -Wshadow -fno-strict-aliasing -Os -imacros /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99
+  INCLUDES = -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/zephyr/lib/libc/common/include
+  OBJECT_DIR = zephyr/subsys/bluetooth/host/CMakeFiles/subsys__bluetooth__host.dir
+  OBJECT_FILE_DIR = zephyr/subsys/bluetooth/host/CMakeFiles/subsys__bluetooth__host.dir
+
+build zephyr/subsys/bluetooth/host/CMakeFiles/subsys__bluetooth__host.dir/hci_common.c.obj: C_COMPILER__subsys__bluetooth__host_unscanned_ /opt/ncs/zephyr/subsys/bluetooth/host/hci_common.c || cmake_object_order_depends_target_subsys__bluetooth__host
+  DEFINES = -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -D_ANSI_SOURCE -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1
+  DEP_FILE = zephyr/subsys/bluetooth/host/CMakeFiles/subsys__bluetooth__host.dir/hci_common.c.obj.d
+  FLAGS = -Wshadow -fno-strict-aliasing -Os -imacros /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99
+  INCLUDES = -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/zephyr/lib/libc/common/include
+  OBJECT_DIR = zephyr/subsys/bluetooth/host/CMakeFiles/subsys__bluetooth__host.dir
+  OBJECT_FILE_DIR = zephyr/subsys/bluetooth/host/CMakeFiles/subsys__bluetooth__host.dir
+
+build zephyr/subsys/bluetooth/host/CMakeFiles/subsys__bluetooth__host.dir/id.c.obj: C_COMPILER__subsys__bluetooth__host_unscanned_ /opt/ncs/zephyr/subsys/bluetooth/host/id.c || cmake_object_order_depends_target_subsys__bluetooth__host
+  DEFINES = -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -D_ANSI_SOURCE -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1
+  DEP_FILE = zephyr/subsys/bluetooth/host/CMakeFiles/subsys__bluetooth__host.dir/id.c.obj.d
+  FLAGS = -Wshadow -fno-strict-aliasing -Os -imacros /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99
+  INCLUDES = -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/zephyr/lib/libc/common/include
+  OBJECT_DIR = zephyr/subsys/bluetooth/host/CMakeFiles/subsys__bluetooth__host.dir
+  OBJECT_FILE_DIR = zephyr/subsys/bluetooth/host/CMakeFiles/subsys__bluetooth__host.dir
+
+build zephyr/subsys/bluetooth/host/CMakeFiles/subsys__bluetooth__host.dir/adv.c.obj: C_COMPILER__subsys__bluetooth__host_unscanned_ /opt/ncs/zephyr/subsys/bluetooth/host/adv.c || cmake_object_order_depends_target_subsys__bluetooth__host
+  DEFINES = -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -D_ANSI_SOURCE -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1
+  DEP_FILE = zephyr/subsys/bluetooth/host/CMakeFiles/subsys__bluetooth__host.dir/adv.c.obj.d
+  FLAGS = -Wshadow -fno-strict-aliasing -Os -imacros /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99
+  INCLUDES = -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/zephyr/lib/libc/common/include
+  OBJECT_DIR = zephyr/subsys/bluetooth/host/CMakeFiles/subsys__bluetooth__host.dir
+  OBJECT_FILE_DIR = zephyr/subsys/bluetooth/host/CMakeFiles/subsys__bluetooth__host.dir
+
+build zephyr/subsys/bluetooth/host/CMakeFiles/subsys__bluetooth__host.dir/conn.c.obj: C_COMPILER__subsys__bluetooth__host_unscanned_ /opt/ncs/zephyr/subsys/bluetooth/host/conn.c || cmake_object_order_depends_target_subsys__bluetooth__host
+  DEFINES = -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -D_ANSI_SOURCE -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1
+  DEP_FILE = zephyr/subsys/bluetooth/host/CMakeFiles/subsys__bluetooth__host.dir/conn.c.obj.d
+  FLAGS = -Wshadow -fno-strict-aliasing -Os -imacros /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99
+  INCLUDES = -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/zephyr/lib/libc/common/include
+  OBJECT_DIR = zephyr/subsys/bluetooth/host/CMakeFiles/subsys__bluetooth__host.dir
+  OBJECT_FILE_DIR = zephyr/subsys/bluetooth/host/CMakeFiles/subsys__bluetooth__host.dir
+
+build zephyr/subsys/bluetooth/host/CMakeFiles/subsys__bluetooth__host.dir/l2cap.c.obj: C_COMPILER__subsys__bluetooth__host_unscanned_ /opt/ncs/zephyr/subsys/bluetooth/host/l2cap.c || cmake_object_order_depends_target_subsys__bluetooth__host
+  DEFINES = -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -D_ANSI_SOURCE -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1
+  DEP_FILE = zephyr/subsys/bluetooth/host/CMakeFiles/subsys__bluetooth__host.dir/l2cap.c.obj.d
+  FLAGS = -Wshadow -fno-strict-aliasing -Os -imacros /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99
+  INCLUDES = -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/zephyr/lib/libc/common/include
+  OBJECT_DIR = zephyr/subsys/bluetooth/host/CMakeFiles/subsys__bluetooth__host.dir
+  OBJECT_FILE_DIR = zephyr/subsys/bluetooth/host/CMakeFiles/subsys__bluetooth__host.dir
+
+build zephyr/subsys/bluetooth/host/CMakeFiles/subsys__bluetooth__host.dir/att.c.obj: C_COMPILER__subsys__bluetooth__host_unscanned_ /opt/ncs/zephyr/subsys/bluetooth/host/att.c || cmake_object_order_depends_target_subsys__bluetooth__host
+  DEFINES = -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -D_ANSI_SOURCE -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1
+  DEP_FILE = zephyr/subsys/bluetooth/host/CMakeFiles/subsys__bluetooth__host.dir/att.c.obj.d
+  FLAGS = -Wshadow -fno-strict-aliasing -Os -imacros /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99
+  INCLUDES = -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/zephyr/lib/libc/common/include
+  OBJECT_DIR = zephyr/subsys/bluetooth/host/CMakeFiles/subsys__bluetooth__host.dir
+  OBJECT_FILE_DIR = zephyr/subsys/bluetooth/host/CMakeFiles/subsys__bluetooth__host.dir
+
+build zephyr/subsys/bluetooth/host/CMakeFiles/subsys__bluetooth__host.dir/gatt.c.obj: C_COMPILER__subsys__bluetooth__host_unscanned_ /opt/ncs/zephyr/subsys/bluetooth/host/gatt.c || cmake_object_order_depends_target_subsys__bluetooth__host
+  DEFINES = -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -D_ANSI_SOURCE -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1
+  DEP_FILE = zephyr/subsys/bluetooth/host/CMakeFiles/subsys__bluetooth__host.dir/gatt.c.obj.d
+  FLAGS = -Wshadow -fno-strict-aliasing -Os -imacros /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99
+  INCLUDES = -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/zephyr/lib/libc/common/include
+  OBJECT_DIR = zephyr/subsys/bluetooth/host/CMakeFiles/subsys__bluetooth__host.dir
+  OBJECT_FILE_DIR = zephyr/subsys/bluetooth/host/CMakeFiles/subsys__bluetooth__host.dir
+
+build zephyr/subsys/bluetooth/host/CMakeFiles/subsys__bluetooth__host.dir/smp_null.c.obj: C_COMPILER__subsys__bluetooth__host_unscanned_ /opt/ncs/zephyr/subsys/bluetooth/host/smp_null.c || cmake_object_order_depends_target_subsys__bluetooth__host
+  DEFINES = -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -D_ANSI_SOURCE -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1
+  DEP_FILE = zephyr/subsys/bluetooth/host/CMakeFiles/subsys__bluetooth__host.dir/smp_null.c.obj.d
+  FLAGS = -Wshadow -fno-strict-aliasing -Os -imacros /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99
+  INCLUDES = -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/zephyr/lib/libc/common/include
+  OBJECT_DIR = zephyr/subsys/bluetooth/host/CMakeFiles/subsys__bluetooth__host.dir
+  OBJECT_FILE_DIR = zephyr/subsys/bluetooth/host/CMakeFiles/subsys__bluetooth__host.dir
+
+
+# =============================================================================
+# Link build statements for STATIC_LIBRARY target subsys__bluetooth__host
+
+
+#############################################
+# Link the static library zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a
+
+build zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a: C_STATIC_LIBRARY_LINKER__subsys__bluetooth__host_ zephyr/subsys/bluetooth/host/CMakeFiles/subsys__bluetooth__host.dir/long_wq.c.obj zephyr/subsys/bluetooth/host/CMakeFiles/subsys__bluetooth__host.dir/uuid.c.obj zephyr/subsys/bluetooth/host/CMakeFiles/subsys__bluetooth__host.dir/addr.c.obj zephyr/subsys/bluetooth/host/CMakeFiles/subsys__bluetooth__host.dir/buf.c.obj zephyr/subsys/bluetooth/host/CMakeFiles/subsys__bluetooth__host.dir/data.c.obj zephyr/subsys/bluetooth/host/CMakeFiles/subsys__bluetooth__host.dir/hci_core.c.obj zephyr/subsys/bluetooth/host/CMakeFiles/subsys__bluetooth__host.dir/hci_common.c.obj zephyr/subsys/bluetooth/host/CMakeFiles/subsys__bluetooth__host.dir/id.c.obj zephyr/subsys/bluetooth/host/CMakeFiles/subsys__bluetooth__host.dir/adv.c.obj zephyr/subsys/bluetooth/host/CMakeFiles/subsys__bluetooth__host.dir/conn.c.obj zephyr/subsys/bluetooth/host/CMakeFiles/subsys__bluetooth__host.dir/l2cap.c.obj zephyr/subsys/bluetooth/host/CMakeFiles/subsys__bluetooth__host.dir/att.c.obj zephyr/subsys/bluetooth/host/CMakeFiles/subsys__bluetooth__host.dir/gatt.c.obj zephyr/subsys/bluetooth/host/CMakeFiles/subsys__bluetooth__host.dir/smp_null.c.obj || zephyr/driver_validation_h_target zephyr/kobj_types_h_target zephyr/syscall_list_h_target zephyr/zephyr_generated_headers
+  OBJECT_DIR = zephyr/subsys/bluetooth/host/CMakeFiles/subsys__bluetooth__host.dir
+  POST_BUILD = :
+  PRE_LINK = :
+  TARGET_FILE = zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a
+  TARGET_PDB = subsys__bluetooth__host.a.dbg
+
+
+#############################################
+# Utility command for edit_cache
+
+build zephyr/subsys/bluetooth/host/CMakeFiles/edit_cache.util: CUSTOM_COMMAND
+  COMMAND = cd /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/subsys/bluetooth/host && /opt/bin/ccmake -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  DESC = Running CMake cache editor...
+  pool = console
+  restat = 1
+
+build zephyr/subsys/bluetooth/host/edit_cache: phony zephyr/subsys/bluetooth/host/CMakeFiles/edit_cache.util
+
+
+#############################################
+# Utility command for rebuild_cache
+
+build zephyr/subsys/bluetooth/host/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND
+  COMMAND = cd /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/subsys/bluetooth/host && /opt/bin/cmake --regenerate-during-build -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  DESC = Running CMake to regenerate build system...
+  pool = console
+  restat = 1
+
+build zephyr/subsys/bluetooth/host/rebuild_cache: phony zephyr/subsys/bluetooth/host/CMakeFiles/rebuild_cache.util
+
+# =============================================================================
+# Write statements declared in CMakeLists.txt:
+# /opt/ncs/zephyr/subsys/bluetooth/CMakeLists.txt
+# =============================================================================
+
+
+#############################################
+# Utility command for edit_cache
+
+build zephyr/subsys/bluetooth/services/CMakeFiles/edit_cache.util: CUSTOM_COMMAND
+  COMMAND = cd /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/subsys/bluetooth/services && /opt/bin/ccmake -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  DESC = Running CMake cache editor...
+  pool = console
+  restat = 1
+
+build zephyr/subsys/bluetooth/services/edit_cache: phony zephyr/subsys/bluetooth/services/CMakeFiles/edit_cache.util
+
+
+#############################################
+# Utility command for rebuild_cache
+
+build zephyr/subsys/bluetooth/services/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND
+  COMMAND = cd /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/subsys/bluetooth/services && /opt/bin/cmake --regenerate-during-build -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  DESC = Running CMake to regenerate build system...
+  pool = console
+  restat = 1
+
+build zephyr/subsys/bluetooth/services/rebuild_cache: phony zephyr/subsys/bluetooth/services/CMakeFiles/rebuild_cache.util
+
+# =============================================================================
+# Write statements declared in CMakeLists.txt:
+# /opt/ncs/zephyr/subsys/bluetooth/CMakeLists.txt
+# =============================================================================
+
+
+#############################################
+# Utility command for edit_cache
+
+build zephyr/subsys/bluetooth/lib/CMakeFiles/edit_cache.util: CUSTOM_COMMAND
+  COMMAND = cd /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/subsys/bluetooth/lib && /opt/bin/ccmake -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  DESC = Running CMake cache editor...
+  pool = console
+  restat = 1
+
+build zephyr/subsys/bluetooth/lib/edit_cache: phony zephyr/subsys/bluetooth/lib/CMakeFiles/edit_cache.util
+
+
+#############################################
+# Utility command for rebuild_cache
+
+build zephyr/subsys/bluetooth/lib/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND
+  COMMAND = cd /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/subsys/bluetooth/lib && /opt/bin/cmake --regenerate-during-build -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  DESC = Running CMake to regenerate build system...
+  pool = console
+  restat = 1
+
+build zephyr/subsys/bluetooth/lib/rebuild_cache: phony zephyr/subsys/bluetooth/lib/CMakeFiles/rebuild_cache.util
+
+# =============================================================================
+# Write statements declared in CMakeLists.txt:
+# /opt/ncs/zephyr/subsys/CMakeLists.txt
+# =============================================================================
+
+# =============================================================================
+# Object build statements for STATIC_LIBRARY target subsys__net
+
+
+#############################################
+# Order-only phony target for subsys__net
+
+build cmake_object_order_depends_target_subsys__net: phony || zephyr/driver_validation_h_target zephyr/kobj_types_h_target zephyr/syscall_list_h_target zephyr/zephyr_generated_headers
+
+build zephyr/subsys/net/CMakeFiles/subsys__net.dir/buf.c.obj: C_COMPILER__subsys__net_unscanned_ /opt/ncs/zephyr/subsys/net/buf.c || cmake_object_order_depends_target_subsys__net
+  DEFINES = -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -D_ANSI_SOURCE -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1
+  DEP_FILE = zephyr/subsys/net/CMakeFiles/subsys__net.dir/buf.c.obj.d
+  FLAGS = -Wshadow -fno-strict-aliasing -Os -imacros /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99
+  INCLUDES = -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/zephyr/lib/libc/common/include
+  OBJECT_DIR = zephyr/subsys/net/CMakeFiles/subsys__net.dir
+  OBJECT_FILE_DIR = zephyr/subsys/net/CMakeFiles/subsys__net.dir
+
+build zephyr/subsys/net/CMakeFiles/subsys__net.dir/buf_simple.c.obj: C_COMPILER__subsys__net_unscanned_ /opt/ncs/zephyr/subsys/net/buf_simple.c || cmake_object_order_depends_target_subsys__net
+  DEFINES = -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -D_ANSI_SOURCE -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1
+  DEP_FILE = zephyr/subsys/net/CMakeFiles/subsys__net.dir/buf_simple.c.obj.d
+  FLAGS = -Wshadow -fno-strict-aliasing -Os -imacros /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99
+  INCLUDES = -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/zephyr/lib/libc/common/include
+  OBJECT_DIR = zephyr/subsys/net/CMakeFiles/subsys__net.dir
+  OBJECT_FILE_DIR = zephyr/subsys/net/CMakeFiles/subsys__net.dir
+
+
+# =============================================================================
+# Link build statements for STATIC_LIBRARY target subsys__net
+
+
+#############################################
+# Link the static library zephyr/subsys/net/libsubsys__net.a
+
+build zephyr/subsys/net/libsubsys__net.a: C_STATIC_LIBRARY_LINKER__subsys__net_ zephyr/subsys/net/CMakeFiles/subsys__net.dir/buf.c.obj zephyr/subsys/net/CMakeFiles/subsys__net.dir/buf_simple.c.obj || zephyr/driver_validation_h_target zephyr/kobj_types_h_target zephyr/syscall_list_h_target zephyr/zephyr_generated_headers
+  OBJECT_DIR = zephyr/subsys/net/CMakeFiles/subsys__net.dir
+  POST_BUILD = :
+  PRE_LINK = :
+  TARGET_FILE = zephyr/subsys/net/libsubsys__net.a
+  TARGET_PDB = subsys__net.a.dbg
+
+
+#############################################
+# Utility command for edit_cache
+
+build zephyr/subsys/net/CMakeFiles/edit_cache.util: CUSTOM_COMMAND
+  COMMAND = cd /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/subsys/net && /opt/bin/ccmake -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  DESC = Running CMake cache editor...
+  pool = console
+  restat = 1
+
+build zephyr/subsys/net/edit_cache: phony zephyr/subsys/net/CMakeFiles/edit_cache.util
+
+
+#############################################
+# Utility command for rebuild_cache
+
+build zephyr/subsys/net/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND
+  COMMAND = cd /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/subsys/net && /opt/bin/cmake --regenerate-during-build -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  DESC = Running CMake to regenerate build system...
+  pool = console
+  restat = 1
+
+build zephyr/subsys/net/rebuild_cache: phony zephyr/subsys/net/CMakeFiles/rebuild_cache.util
+
+# =============================================================================
+# Write statements declared in CMakeLists.txt:
+# /opt/ncs/zephyr/subsys/net/CMakeLists.txt
+# =============================================================================
+
+
+#############################################
+# Utility command for edit_cache
+
+build zephyr/subsys/net/lib/CMakeFiles/edit_cache.util: CUSTOM_COMMAND
+  COMMAND = cd /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/subsys/net/lib && /opt/bin/ccmake -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  DESC = Running CMake cache editor...
+  pool = console
+  restat = 1
+
+build zephyr/subsys/net/lib/edit_cache: phony zephyr/subsys/net/lib/CMakeFiles/edit_cache.util
+
+
+#############################################
+# Utility command for rebuild_cache
+
+build zephyr/subsys/net/lib/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND
+  COMMAND = cd /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/subsys/net/lib && /opt/bin/cmake --regenerate-during-build -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  DESC = Running CMake to regenerate build system...
+  pool = console
+  restat = 1
+
+build zephyr/subsys/net/lib/rebuild_cache: phony zephyr/subsys/net/lib/CMakeFiles/rebuild_cache.util
+
+# =============================================================================
+# Write statements declared in CMakeLists.txt:
+# /opt/ncs/zephyr/subsys/net/lib/CMakeLists.txt
+# =============================================================================
+
+
+#############################################
+# Utility command for edit_cache
+
+build zephyr/subsys/net/lib/utils/CMakeFiles/edit_cache.util: CUSTOM_COMMAND
+  COMMAND = cd /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/subsys/net/lib/utils && /opt/bin/ccmake -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  DESC = Running CMake cache editor...
+  pool = console
+  restat = 1
+
+build zephyr/subsys/net/lib/utils/edit_cache: phony zephyr/subsys/net/lib/utils/CMakeFiles/edit_cache.util
+
+
+#############################################
+# Utility command for rebuild_cache
+
+build zephyr/subsys/net/lib/utils/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND
+  COMMAND = cd /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/subsys/net/lib/utils && /opt/bin/cmake --regenerate-during-build -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  DESC = Running CMake to regenerate build system...
+  pool = console
+  restat = 1
+
+build zephyr/subsys/net/lib/utils/rebuild_cache: phony zephyr/subsys/net/lib/utils/CMakeFiles/rebuild_cache.util
+
+# =============================================================================
+# Write statements declared in CMakeLists.txt:
+# /opt/ncs/zephyr/subsys/CMakeLists.txt
+# =============================================================================
+
+
+#############################################
+# Utility command for edit_cache
+
+build zephyr/subsys/settings/CMakeFiles/edit_cache.util: CUSTOM_COMMAND
+  COMMAND = cd /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/subsys/settings && /opt/bin/ccmake -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  DESC = Running CMake cache editor...
+  pool = console
+  restat = 1
+
+build zephyr/subsys/settings/edit_cache: phony zephyr/subsys/settings/CMakeFiles/edit_cache.util
+
+
+#############################################
+# Utility command for rebuild_cache
+
+build zephyr/subsys/settings/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND
+  COMMAND = cd /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/subsys/settings && /opt/bin/cmake --regenerate-during-build -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  DESC = Running CMake to regenerate build system...
+  pool = console
+  restat = 1
+
+build zephyr/subsys/settings/rebuild_cache: phony zephyr/subsys/settings/CMakeFiles/rebuild_cache.util
+
+# =============================================================================
+# Write statements declared in CMakeLists.txt:
+# /opt/ncs/zephyr/subsys/settings/CMakeLists.txt
+# =============================================================================
+
+
+#############################################
+# Utility command for edit_cache
+
+build zephyr/subsys/settings/src/CMakeFiles/edit_cache.util: CUSTOM_COMMAND
+  COMMAND = cd /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/subsys/settings/src && /opt/bin/ccmake -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  DESC = Running CMake cache editor...
+  pool = console
+  restat = 1
+
+build zephyr/subsys/settings/src/edit_cache: phony zephyr/subsys/settings/src/CMakeFiles/edit_cache.util
+
+
+#############################################
+# Utility command for rebuild_cache
+
+build zephyr/subsys/settings/src/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND
+  COMMAND = cd /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/subsys/settings/src && /opt/bin/cmake --regenerate-during-build -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  DESC = Running CMake to regenerate build system...
+  pool = console
+  restat = 1
+
+build zephyr/subsys/settings/src/rebuild_cache: phony zephyr/subsys/settings/src/CMakeFiles/rebuild_cache.util
+
+# =============================================================================
+# Write statements declared in CMakeLists.txt:
+# /opt/ncs/zephyr/CMakeLists.txt
+# =============================================================================
+
+
+#############################################
+# Utility command for edit_cache
+
+build zephyr/drivers/CMakeFiles/edit_cache.util: CUSTOM_COMMAND
+  COMMAND = cd /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/drivers && /opt/bin/ccmake -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  DESC = Running CMake cache editor...
+  pool = console
+  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/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/drivers && /opt/bin/cmake --regenerate-during-build -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  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:
+# /opt/ncs/zephyr/drivers/CMakeLists.txt
+# =============================================================================
+
+
+#############################################
+# Utility command for edit_cache
+
+build zephyr/drivers/disk/CMakeFiles/edit_cache.util: CUSTOM_COMMAND
+  COMMAND = cd /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/drivers/disk && /opt/bin/ccmake -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  DESC = Running CMake cache editor...
+  pool = console
+  restat = 1
+
+build zephyr/drivers/disk/edit_cache: phony zephyr/drivers/disk/CMakeFiles/edit_cache.util
+
+
+#############################################
+# Utility command for rebuild_cache
+
+build zephyr/drivers/disk/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND
+  COMMAND = cd /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/drivers/disk && /opt/bin/cmake --regenerate-during-build -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  DESC = Running CMake to regenerate build system...
+  pool = console
+  restat = 1
+
+build zephyr/drivers/disk/rebuild_cache: phony zephyr/drivers/disk/CMakeFiles/rebuild_cache.util
+
+# =============================================================================
+# Write statements declared in CMakeLists.txt:
+# /opt/ncs/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/driver_validation_h_target zephyr/kobj_types_h_target zephyr/syscall_list_h_target
+
+build zephyr/drivers/interrupt_controller/CMakeFiles/drivers__interrupt_controller.dir/opt/ncs/zephyr/misc/empty_file.c.obj: C_COMPILER__drivers__interrupt_controller_unscanned_ /opt/ncs/zephyr/misc/empty_file.c || cmake_object_order_depends_target_drivers__interrupt_controller
+  DEFINES = -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -D_ANSI_SOURCE -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR_SUPERVISOR__ -D__ZEPHYR__=1
+  DEP_FILE = zephyr/drivers/interrupt_controller/CMakeFiles/drivers__interrupt_controller.dir/opt/ncs/zephyr/misc/empty_file.c.obj.d
+  FLAGS = -Wshadow -fno-strict-aliasing -Os -imacros /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99
+  INCLUDES = -I/opt/ncs/zephyr/arch/common/include -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/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/opt/ncs/zephyr/misc
+
+
+# =============================================================================
+# 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/opt/ncs/zephyr/misc/empty_file.c.obj || zephyr/driver_validation_h_target zephyr/kobj_types_h_target zephyr/syscall_list_h_target
+  OBJECT_DIR = zephyr/drivers/interrupt_controller/CMakeFiles/drivers__interrupt_controller.dir
+  POST_BUILD = :
+  PRE_LINK = :
+  TARGET_FILE = zephyr/drivers/interrupt_controller/libdrivers__interrupt_controller.a
+  TARGET_PDB = drivers__interrupt_controller.a.dbg
+
+
+#############################################
+# Utility command for edit_cache
+
+build zephyr/drivers/interrupt_controller/CMakeFiles/edit_cache.util: CUSTOM_COMMAND
+  COMMAND = cd /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/drivers/interrupt_controller && /opt/bin/ccmake -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  DESC = Running CMake cache editor...
+  pool = console
+  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/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/drivers/interrupt_controller && /opt/bin/cmake --regenerate-during-build -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  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:
+# /opt/ncs/zephyr/drivers/CMakeLists.txt
+# =============================================================================
+
+
+#############################################
+# Utility command for edit_cache
+
+build zephyr/drivers/misc/CMakeFiles/edit_cache.util: CUSTOM_COMMAND
+  COMMAND = cd /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/drivers/misc && /opt/bin/ccmake -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  DESC = Running CMake cache editor...
+  pool = console
+  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/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/drivers/misc && /opt/bin/cmake --regenerate-during-build -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  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:
+# /opt/ncs/zephyr/drivers/CMakeLists.txt
+# =============================================================================
+
+
+#############################################
+# Utility command for edit_cache
+
+build zephyr/drivers/pcie/CMakeFiles/edit_cache.util: CUSTOM_COMMAND
+  COMMAND = cd /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/drivers/pcie && /opt/bin/ccmake -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  DESC = Running CMake cache editor...
+  pool = console
+  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/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/drivers/pcie && /opt/bin/cmake --regenerate-during-build -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  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:
+# /opt/ncs/zephyr/drivers/CMakeLists.txt
+# =============================================================================
+
+
+#############################################
+# Utility command for edit_cache
+
+build zephyr/drivers/usb/CMakeFiles/edit_cache.util: CUSTOM_COMMAND
+  COMMAND = cd /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/drivers/usb && /opt/bin/ccmake -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  DESC = Running CMake cache editor...
+  pool = console
+  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/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/drivers/usb && /opt/bin/cmake --regenerate-during-build -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  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:
+# /opt/ncs/zephyr/drivers/usb/CMakeLists.txt
+# =============================================================================
+
+
+#############################################
+# Utility command for edit_cache
+
+build zephyr/drivers/usb/common/CMakeFiles/edit_cache.util: CUSTOM_COMMAND
+  COMMAND = cd /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/drivers/usb/common && /opt/bin/ccmake -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  DESC = Running CMake cache editor...
+  pool = console
+  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/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/drivers/usb/common && /opt/bin/cmake --regenerate-during-build -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  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:
+# /opt/ncs/zephyr/drivers/usb/common/CMakeLists.txt
+# =============================================================================
+
+
+#############################################
+# Utility command for edit_cache
+
+build zephyr/drivers/usb/common/nrf_usbd_common/CMakeFiles/edit_cache.util: CUSTOM_COMMAND
+  COMMAND = cd /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/drivers/usb/common/nrf_usbd_common && /opt/bin/ccmake -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  DESC = Running CMake cache editor...
+  pool = console
+  restat = 1
+
+build zephyr/drivers/usb/common/nrf_usbd_common/edit_cache: phony zephyr/drivers/usb/common/nrf_usbd_common/CMakeFiles/edit_cache.util
+
+
+#############################################
+# Utility command for rebuild_cache
+
+build zephyr/drivers/usb/common/nrf_usbd_common/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND
+  COMMAND = cd /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/drivers/usb/common/nrf_usbd_common && /opt/bin/cmake --regenerate-during-build -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  DESC = Running CMake to regenerate build system...
+  pool = console
+  restat = 1
+
+build zephyr/drivers/usb/common/nrf_usbd_common/rebuild_cache: phony zephyr/drivers/usb/common/nrf_usbd_common/CMakeFiles/rebuild_cache.util
+
+# =============================================================================
+# Write statements declared in CMakeLists.txt:
+# /opt/ncs/zephyr/drivers/CMakeLists.txt
+# =============================================================================
+
+
+#############################################
+# Utility command for edit_cache
+
+build zephyr/drivers/usb_c/CMakeFiles/edit_cache.util: CUSTOM_COMMAND
+  COMMAND = cd /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/drivers/usb_c && /opt/bin/ccmake -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  DESC = Running CMake cache editor...
+  pool = console
+  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/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/drivers/usb_c && /opt/bin/cmake --regenerate-during-build -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  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:
+# /opt/ncs/zephyr/drivers/CMakeLists.txt
+# =============================================================================
+
+# =============================================================================
+# Object build statements for STATIC_LIBRARY target drivers__adc
+
+
+#############################################
+# Order-only phony target for drivers__adc
+
+build cmake_object_order_depends_target_drivers__adc: phony || zephyr/driver_validation_h_target zephyr/kobj_types_h_target zephyr/syscall_list_h_target zephyr/zephyr_generated_headers
+
+build zephyr/drivers/adc/CMakeFiles/drivers__adc.dir/adc_common.c.obj: C_COMPILER__drivers__adc_unscanned_ /opt/ncs/zephyr/drivers/adc/adc_common.c || cmake_object_order_depends_target_drivers__adc
+  DEFINES = -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -D_ANSI_SOURCE -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR_SUPERVISOR__ -D__ZEPHYR__=1
+  DEP_FILE = zephyr/drivers/adc/CMakeFiles/drivers__adc.dir/adc_common.c.obj.d
+  FLAGS = -Wshadow -fno-strict-aliasing -Os -imacros /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99
+  INCLUDES = -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/zephyr/lib/libc/common/include
+  OBJECT_DIR = zephyr/drivers/adc/CMakeFiles/drivers__adc.dir
+  OBJECT_FILE_DIR = zephyr/drivers/adc/CMakeFiles/drivers__adc.dir
+
+build zephyr/drivers/adc/CMakeFiles/drivers__adc.dir/adc_nrfx_saadc.c.obj: C_COMPILER__drivers__adc_unscanned_ /opt/ncs/zephyr/drivers/adc/adc_nrfx_saadc.c || cmake_object_order_depends_target_drivers__adc
+  DEFINES = -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -D_ANSI_SOURCE -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR_SUPERVISOR__ -D__ZEPHYR__=1
+  DEP_FILE = zephyr/drivers/adc/CMakeFiles/drivers__adc.dir/adc_nrfx_saadc.c.obj.d
+  FLAGS = -Wshadow -fno-strict-aliasing -Os -imacros /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99
+  INCLUDES = -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/zephyr/lib/libc/common/include
+  OBJECT_DIR = zephyr/drivers/adc/CMakeFiles/drivers__adc.dir
+  OBJECT_FILE_DIR = zephyr/drivers/adc/CMakeFiles/drivers__adc.dir
+
+
+# =============================================================================
+# Link build statements for STATIC_LIBRARY target drivers__adc
+
+
+#############################################
+# Link the static library zephyr/drivers/adc/libdrivers__adc.a
+
+build zephyr/drivers/adc/libdrivers__adc.a: C_STATIC_LIBRARY_LINKER__drivers__adc_ zephyr/drivers/adc/CMakeFiles/drivers__adc.dir/adc_common.c.obj zephyr/drivers/adc/CMakeFiles/drivers__adc.dir/adc_nrfx_saadc.c.obj || zephyr/driver_validation_h_target zephyr/kobj_types_h_target zephyr/syscall_list_h_target zephyr/zephyr_generated_headers
+  OBJECT_DIR = zephyr/drivers/adc/CMakeFiles/drivers__adc.dir
+  POST_BUILD = :
+  PRE_LINK = :
+  TARGET_FILE = zephyr/drivers/adc/libdrivers__adc.a
+  TARGET_PDB = drivers__adc.a.dbg
+
+
+#############################################
+# Utility command for edit_cache
+
+build zephyr/drivers/adc/CMakeFiles/edit_cache.util: CUSTOM_COMMAND
+  COMMAND = cd /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/drivers/adc && /opt/bin/ccmake -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  DESC = Running CMake cache editor...
+  pool = console
+  restat = 1
+
+build zephyr/drivers/adc/edit_cache: phony zephyr/drivers/adc/CMakeFiles/edit_cache.util
+
+
+#############################################
+# Utility command for rebuild_cache
+
+build zephyr/drivers/adc/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND
+  COMMAND = cd /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/drivers/adc && /opt/bin/cmake --regenerate-during-build -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  DESC = Running CMake to regenerate build system...
+  pool = console
+  restat = 1
+
+build zephyr/drivers/adc/rebuild_cache: phony zephyr/drivers/adc/CMakeFiles/rebuild_cache.util
+
+# =============================================================================
+# Write statements declared in CMakeLists.txt:
+# /opt/ncs/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/driver_validation_h_target zephyr/kobj_types_h_target zephyr/syscall_list_h_target zephyr/zephyr_generated_headers
+
+build zephyr/drivers/clock_control/CMakeFiles/drivers__clock_control.dir/clock_control_nrf.c.obj: C_COMPILER__drivers__clock_control_unscanned_ /opt/ncs/zephyr/drivers/clock_control/clock_control_nrf.c || cmake_object_order_depends_target_drivers__clock_control
+  DEFINES = -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -D_ANSI_SOURCE -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_control_nrf.c.obj.d
+  FLAGS = -Wshadow -fno-strict-aliasing -Os -imacros /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99
+  INCLUDES = -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/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
+
+
+# =============================================================================
+# 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_control_nrf.c.obj || zephyr/driver_validation_h_target zephyr/kobj_types_h_target zephyr/syscall_list_h_target zephyr/zephyr_generated_headers
+  OBJECT_DIR = zephyr/drivers/clock_control/CMakeFiles/drivers__clock_control.dir
+  POST_BUILD = :
+  PRE_LINK = :
+  TARGET_FILE = zephyr/drivers/clock_control/libdrivers__clock_control.a
+  TARGET_PDB = drivers__clock_control.a.dbg
+
+
+#############################################
+# Utility command for edit_cache
+
+build zephyr/drivers/clock_control/CMakeFiles/edit_cache.util: CUSTOM_COMMAND
+  COMMAND = cd /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/drivers/clock_control && /opt/bin/ccmake -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  DESC = Running CMake cache editor...
+  pool = console
+  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/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/drivers/clock_control && /opt/bin/cmake --regenerate-during-build -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  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:
+# /opt/ncs/zephyr/drivers/CMakeLists.txt
+# =============================================================================
+
+# =============================================================================
+# Object build statements for STATIC_LIBRARY target drivers__console
+
+
+#############################################
+# Order-only phony target for drivers__console
+
+build cmake_object_order_depends_target_drivers__console: phony || zephyr/driver_validation_h_target zephyr/kobj_types_h_target zephyr/syscall_list_h_target zephyr/zephyr_generated_headers
+
+build zephyr/drivers/console/CMakeFiles/drivers__console.dir/uart_console.c.obj: C_COMPILER__drivers__console_unscanned_ /opt/ncs/zephyr/drivers/console/uart_console.c || cmake_object_order_depends_target_drivers__console
+  DEFINES = -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -D_ANSI_SOURCE -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR_SUPERVISOR__ -D__ZEPHYR__=1
+  DEP_FILE = zephyr/drivers/console/CMakeFiles/drivers__console.dir/uart_console.c.obj.d
+  FLAGS = -Wshadow -fno-strict-aliasing -Os -imacros /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99
+  INCLUDES = -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/zephyr/lib/libc/common/include
+  OBJECT_DIR = zephyr/drivers/console/CMakeFiles/drivers__console.dir
+  OBJECT_FILE_DIR = zephyr/drivers/console/CMakeFiles/drivers__console.dir
+
+
+# =============================================================================
+# Link build statements for STATIC_LIBRARY target drivers__console
+
+
+#############################################
+# Link the static library zephyr/drivers/console/libdrivers__console.a
+
+build zephyr/drivers/console/libdrivers__console.a: C_STATIC_LIBRARY_LINKER__drivers__console_ zephyr/drivers/console/CMakeFiles/drivers__console.dir/uart_console.c.obj || zephyr/driver_validation_h_target zephyr/kobj_types_h_target zephyr/syscall_list_h_target zephyr/zephyr_generated_headers
+  OBJECT_DIR = zephyr/drivers/console/CMakeFiles/drivers__console.dir
+  POST_BUILD = :
+  PRE_LINK = :
+  TARGET_FILE = zephyr/drivers/console/libdrivers__console.a
+  TARGET_PDB = drivers__console.a.dbg
+
+
+#############################################
+# Utility command for edit_cache
+
+build zephyr/drivers/console/CMakeFiles/edit_cache.util: CUSTOM_COMMAND
+  COMMAND = cd /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/drivers/console && /opt/bin/ccmake -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  DESC = Running CMake cache editor...
+  pool = console
+  restat = 1
+
+build zephyr/drivers/console/edit_cache: phony zephyr/drivers/console/CMakeFiles/edit_cache.util
+
+
+#############################################
+# Utility command for rebuild_cache
+
+build zephyr/drivers/console/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND
+  COMMAND = cd /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/drivers/console && /opt/bin/cmake --regenerate-during-build -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  DESC = Running CMake to regenerate build system...
+  pool = console
+  restat = 1
+
+build zephyr/drivers/console/rebuild_cache: phony zephyr/drivers/console/CMakeFiles/rebuild_cache.util
+
+# =============================================================================
+# Write statements declared in CMakeLists.txt:
+# /opt/ncs/zephyr/drivers/CMakeLists.txt
+# =============================================================================
+
+# =============================================================================
+# Object build statements for STATIC_LIBRARY target drivers__entropy
+
+
+#############################################
+# Order-only phony target for drivers__entropy
+
+build cmake_object_order_depends_target_drivers__entropy: phony || zephyr/driver_validation_h_target zephyr/kobj_types_h_target zephyr/syscall_list_h_target zephyr/zephyr_generated_headers
+
+build zephyr/drivers/entropy/CMakeFiles/drivers__entropy.dir/entropy_nrf5.c.obj: C_COMPILER__drivers__entropy_unscanned_ /opt/ncs/zephyr/drivers/entropy/entropy_nrf5.c || cmake_object_order_depends_target_drivers__entropy
+  DEFINES = -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -D_ANSI_SOURCE -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR_SUPERVISOR__ -D__ZEPHYR__=1
+  DEP_FILE = zephyr/drivers/entropy/CMakeFiles/drivers__entropy.dir/entropy_nrf5.c.obj.d
+  FLAGS = -Wshadow -fno-strict-aliasing -Os -imacros /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99
+  INCLUDES = -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/zephyr/lib/libc/common/include
+  OBJECT_DIR = zephyr/drivers/entropy/CMakeFiles/drivers__entropy.dir
+  OBJECT_FILE_DIR = zephyr/drivers/entropy/CMakeFiles/drivers__entropy.dir
+
+build zephyr/drivers/entropy/CMakeFiles/drivers__entropy.dir/entropy_bt_hci.c.obj: C_COMPILER__drivers__entropy_unscanned_ /opt/ncs/zephyr/drivers/entropy/entropy_bt_hci.c || cmake_object_order_depends_target_drivers__entropy
+  DEFINES = -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -D_ANSI_SOURCE -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR_SUPERVISOR__ -D__ZEPHYR__=1
+  DEP_FILE = zephyr/drivers/entropy/CMakeFiles/drivers__entropy.dir/entropy_bt_hci.c.obj.d
+  FLAGS = -Wshadow -fno-strict-aliasing -Os -imacros /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99
+  INCLUDES = -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/zephyr/lib/libc/common/include
+  OBJECT_DIR = zephyr/drivers/entropy/CMakeFiles/drivers__entropy.dir
+  OBJECT_FILE_DIR = zephyr/drivers/entropy/CMakeFiles/drivers__entropy.dir
+
+
+# =============================================================================
+# Link build statements for STATIC_LIBRARY target drivers__entropy
+
+
+#############################################
+# Link the static library zephyr/drivers/entropy/libdrivers__entropy.a
+
+build zephyr/drivers/entropy/libdrivers__entropy.a: C_STATIC_LIBRARY_LINKER__drivers__entropy_ zephyr/drivers/entropy/CMakeFiles/drivers__entropy.dir/entropy_nrf5.c.obj zephyr/drivers/entropy/CMakeFiles/drivers__entropy.dir/entropy_bt_hci.c.obj || zephyr/driver_validation_h_target zephyr/kobj_types_h_target zephyr/syscall_list_h_target zephyr/zephyr_generated_headers
+  OBJECT_DIR = zephyr/drivers/entropy/CMakeFiles/drivers__entropy.dir
+  POST_BUILD = :
+  PRE_LINK = :
+  TARGET_FILE = zephyr/drivers/entropy/libdrivers__entropy.a
+  TARGET_PDB = drivers__entropy.a.dbg
+
+
+#############################################
+# Utility command for edit_cache
+
+build zephyr/drivers/entropy/CMakeFiles/edit_cache.util: CUSTOM_COMMAND
+  COMMAND = cd /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/drivers/entropy && /opt/bin/ccmake -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  DESC = Running CMake cache editor...
+  pool = console
+  restat = 1
+
+build zephyr/drivers/entropy/edit_cache: phony zephyr/drivers/entropy/CMakeFiles/edit_cache.util
+
+
+#############################################
+# Utility command for rebuild_cache
+
+build zephyr/drivers/entropy/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND
+  COMMAND = cd /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/drivers/entropy && /opt/bin/cmake --regenerate-during-build -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  DESC = Running CMake to regenerate build system...
+  pool = console
+  restat = 1
+
+build zephyr/drivers/entropy/rebuild_cache: phony zephyr/drivers/entropy/CMakeFiles/rebuild_cache.util
+
+# =============================================================================
+# Write statements declared in CMakeLists.txt:
+# /opt/ncs/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/driver_validation_h_target zephyr/kobj_types_h_target zephyr/syscall_list_h_target zephyr/zephyr_generated_headers
+
+build zephyr/drivers/flash/CMakeFiles/drivers__flash.dir/soc_flash_nrf.c.obj: C_COMPILER__drivers__flash_unscanned_ /opt/ncs/zephyr/drivers/flash/soc_flash_nrf.c || cmake_object_order_depends_target_drivers__flash
+  DEFINES = -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -D_ANSI_SOURCE -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR_SUPERVISOR__ -D__ZEPHYR__=1
+  DEP_FILE = zephyr/drivers/flash/CMakeFiles/drivers__flash.dir/soc_flash_nrf.c.obj.d
+  FLAGS = -Wshadow -fno-strict-aliasing -Os -imacros /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99
+  INCLUDES = -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/zephyr/lib/libc/common/include
+  OBJECT_DIR = zephyr/drivers/flash/CMakeFiles/drivers__flash.dir
+  OBJECT_FILE_DIR = zephyr/drivers/flash/CMakeFiles/drivers__flash.dir
+
+build zephyr/drivers/flash/CMakeFiles/drivers__flash.dir/flash_page_layout.c.obj: C_COMPILER__drivers__flash_unscanned_ /opt/ncs/zephyr/drivers/flash/flash_page_layout.c || cmake_object_order_depends_target_drivers__flash
+  DEFINES = -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -D_ANSI_SOURCE -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/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99
+  INCLUDES = -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/zephyr/lib/libc/common/include
+  OBJECT_DIR = zephyr/drivers/flash/CMakeFiles/drivers__flash.dir
+  OBJECT_FILE_DIR = zephyr/drivers/flash/CMakeFiles/drivers__flash.dir
+
+
+# =============================================================================
+# 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/soc_flash_nrf.c.obj zephyr/drivers/flash/CMakeFiles/drivers__flash.dir/flash_page_layout.c.obj || zephyr/driver_validation_h_target zephyr/kobj_types_h_target zephyr/syscall_list_h_target zephyr/zephyr_generated_headers
+  OBJECT_DIR = zephyr/drivers/flash/CMakeFiles/drivers__flash.dir
+  POST_BUILD = :
+  PRE_LINK = :
+  TARGET_FILE = zephyr/drivers/flash/libdrivers__flash.a
+  TARGET_PDB = drivers__flash.a.dbg
+
+
+#############################################
+# Utility command for edit_cache
+
+build zephyr/drivers/flash/CMakeFiles/edit_cache.util: CUSTOM_COMMAND
+  COMMAND = cd /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/drivers/flash && /opt/bin/ccmake -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  DESC = Running CMake cache editor...
+  pool = console
+  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/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/drivers/flash && /opt/bin/cmake --regenerate-during-build -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  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:
+# /opt/ncs/zephyr/drivers/CMakeLists.txt
+# =============================================================================
+
+# =============================================================================
+# Object build statements for STATIC_LIBRARY target drivers__gpio
+
+
+#############################################
+# Order-only phony target for drivers__gpio
+
+build cmake_object_order_depends_target_drivers__gpio: phony || zephyr/driver_validation_h_target zephyr/kobj_types_h_target zephyr/syscall_list_h_target zephyr/zephyr_generated_headers
+
+build zephyr/drivers/gpio/CMakeFiles/drivers__gpio.dir/gpio_nrfx.c.obj: C_COMPILER__drivers__gpio_unscanned_ /opt/ncs/zephyr/drivers/gpio/gpio_nrfx.c || cmake_object_order_depends_target_drivers__gpio
+  DEFINES = -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -D_ANSI_SOURCE -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR_SUPERVISOR__ -D__ZEPHYR__=1
+  DEP_FILE = zephyr/drivers/gpio/CMakeFiles/drivers__gpio.dir/gpio_nrfx.c.obj.d
+  FLAGS = -Wshadow -fno-strict-aliasing -Os -imacros /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99
+  INCLUDES = -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/zephyr/lib/libc/common/include
+  OBJECT_DIR = zephyr/drivers/gpio/CMakeFiles/drivers__gpio.dir
+  OBJECT_FILE_DIR = zephyr/drivers/gpio/CMakeFiles/drivers__gpio.dir
+
+
+# =============================================================================
+# Link build statements for STATIC_LIBRARY target drivers__gpio
+
+
+#############################################
+# Link the static library zephyr/drivers/gpio/libdrivers__gpio.a
+
+build zephyr/drivers/gpio/libdrivers__gpio.a: C_STATIC_LIBRARY_LINKER__drivers__gpio_ zephyr/drivers/gpio/CMakeFiles/drivers__gpio.dir/gpio_nrfx.c.obj || zephyr/driver_validation_h_target zephyr/kobj_types_h_target zephyr/syscall_list_h_target zephyr/zephyr_generated_headers
+  OBJECT_DIR = zephyr/drivers/gpio/CMakeFiles/drivers__gpio.dir
+  POST_BUILD = :
+  PRE_LINK = :
+  TARGET_FILE = zephyr/drivers/gpio/libdrivers__gpio.a
+  TARGET_PDB = drivers__gpio.a.dbg
+
+
+#############################################
+# Utility command for edit_cache
+
+build zephyr/drivers/gpio/CMakeFiles/edit_cache.util: CUSTOM_COMMAND
+  COMMAND = cd /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/drivers/gpio && /opt/bin/ccmake -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  DESC = Running CMake cache editor...
+  pool = console
+  restat = 1
+
+build zephyr/drivers/gpio/edit_cache: phony zephyr/drivers/gpio/CMakeFiles/edit_cache.util
+
+
+#############################################
+# Utility command for rebuild_cache
+
+build zephyr/drivers/gpio/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND
+  COMMAND = cd /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/drivers/gpio && /opt/bin/cmake --regenerate-during-build -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  DESC = Running CMake to regenerate build system...
+  pool = console
+  restat = 1
+
+build zephyr/drivers/gpio/rebuild_cache: phony zephyr/drivers/gpio/CMakeFiles/rebuild_cache.util
+
+# =============================================================================
+# Write statements declared in CMakeLists.txt:
+# /opt/ncs/zephyr/drivers/CMakeLists.txt
+# =============================================================================
+
+# =============================================================================
+# Object build statements for STATIC_LIBRARY target drivers__i2c
+
+
+#############################################
+# Order-only phony target for drivers__i2c
+
+build cmake_object_order_depends_target_drivers__i2c: phony || zephyr/driver_validation_h_target zephyr/kobj_types_h_target zephyr/syscall_list_h_target zephyr/zephyr_generated_headers
+
+build zephyr/drivers/i2c/CMakeFiles/drivers__i2c.dir/i2c_common.c.obj: C_COMPILER__drivers__i2c_unscanned_ /opt/ncs/zephyr/drivers/i2c/i2c_common.c || cmake_object_order_depends_target_drivers__i2c
+  DEFINES = -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -D_ANSI_SOURCE -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR_SUPERVISOR__ -D__ZEPHYR__=1
+  DEP_FILE = zephyr/drivers/i2c/CMakeFiles/drivers__i2c.dir/i2c_common.c.obj.d
+  FLAGS = -Wshadow -fno-strict-aliasing -Os -imacros /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99
+  INCLUDES = -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/zephyr/lib/libc/common/include
+  OBJECT_DIR = zephyr/drivers/i2c/CMakeFiles/drivers__i2c.dir
+  OBJECT_FILE_DIR = zephyr/drivers/i2c/CMakeFiles/drivers__i2c.dir
+
+build zephyr/drivers/i2c/CMakeFiles/drivers__i2c.dir/i2c_nrfx_twim.c.obj: C_COMPILER__drivers__i2c_unscanned_ /opt/ncs/zephyr/drivers/i2c/i2c_nrfx_twim.c || cmake_object_order_depends_target_drivers__i2c
+  DEFINES = -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -D_ANSI_SOURCE -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR_SUPERVISOR__ -D__ZEPHYR__=1
+  DEP_FILE = zephyr/drivers/i2c/CMakeFiles/drivers__i2c.dir/i2c_nrfx_twim.c.obj.d
+  FLAGS = -Wshadow -fno-strict-aliasing -Os -imacros /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99
+  INCLUDES = -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/zephyr/lib/libc/common/include
+  OBJECT_DIR = zephyr/drivers/i2c/CMakeFiles/drivers__i2c.dir
+  OBJECT_FILE_DIR = zephyr/drivers/i2c/CMakeFiles/drivers__i2c.dir
+
+
+# =============================================================================
+# Link build statements for STATIC_LIBRARY target drivers__i2c
+
+
+#############################################
+# Link the static library zephyr/drivers/i2c/libdrivers__i2c.a
+
+build zephyr/drivers/i2c/libdrivers__i2c.a: C_STATIC_LIBRARY_LINKER__drivers__i2c_ zephyr/drivers/i2c/CMakeFiles/drivers__i2c.dir/i2c_common.c.obj zephyr/drivers/i2c/CMakeFiles/drivers__i2c.dir/i2c_nrfx_twim.c.obj || zephyr/driver_validation_h_target zephyr/kobj_types_h_target zephyr/syscall_list_h_target zephyr/zephyr_generated_headers
+  OBJECT_DIR = zephyr/drivers/i2c/CMakeFiles/drivers__i2c.dir
+  POST_BUILD = :
+  PRE_LINK = :
+  TARGET_FILE = zephyr/drivers/i2c/libdrivers__i2c.a
+  TARGET_PDB = drivers__i2c.a.dbg
+
+
+#############################################
+# Utility command for edit_cache
+
+build zephyr/drivers/i2c/CMakeFiles/edit_cache.util: CUSTOM_COMMAND
+  COMMAND = cd /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/drivers/i2c && /opt/bin/ccmake -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  DESC = Running CMake cache editor...
+  pool = console
+  restat = 1
+
+build zephyr/drivers/i2c/edit_cache: phony zephyr/drivers/i2c/CMakeFiles/edit_cache.util
+
+
+#############################################
+# Utility command for rebuild_cache
+
+build zephyr/drivers/i2c/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND
+  COMMAND = cd /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/drivers/i2c && /opt/bin/cmake --regenerate-during-build -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  DESC = Running CMake to regenerate build system...
+  pool = console
+  restat = 1
+
+build zephyr/drivers/i2c/rebuild_cache: phony zephyr/drivers/i2c/CMakeFiles/rebuild_cache.util
+
+# =============================================================================
+# Write statements declared in CMakeLists.txt:
+# /opt/ncs/zephyr/drivers/CMakeLists.txt
+# =============================================================================
+
+
+#############################################
+# Utility command for edit_cache
+
+build zephyr/drivers/lora/CMakeFiles/edit_cache.util: CUSTOM_COMMAND
+  COMMAND = cd /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/drivers/lora && /opt/bin/ccmake -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  DESC = Running CMake cache editor...
+  pool = console
+  restat = 1
+
+build zephyr/drivers/lora/edit_cache: phony zephyr/drivers/lora/CMakeFiles/edit_cache.util
+
+
+#############################################
+# Utility command for rebuild_cache
+
+build zephyr/drivers/lora/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND
+  COMMAND = cd /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/drivers/lora && /opt/bin/cmake --regenerate-during-build -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  DESC = Running CMake to regenerate build system...
+  pool = console
+  restat = 1
+
+build zephyr/drivers/lora/rebuild_cache: phony zephyr/drivers/lora/CMakeFiles/rebuild_cache.util
+
+# =============================================================================
+# Write statements declared in CMakeLists.txt:
+# /opt/ncs/zephyr/drivers/CMakeLists.txt
+# =============================================================================
+
+# =============================================================================
+# Object build statements for STATIC_LIBRARY target drivers__pinctrl
+
+
+#############################################
+# Order-only phony target for drivers__pinctrl
+
+build cmake_object_order_depends_target_drivers__pinctrl: phony || zephyr/driver_validation_h_target zephyr/kobj_types_h_target zephyr/syscall_list_h_target zephyr/zephyr_generated_headers
+
+build zephyr/drivers/pinctrl/CMakeFiles/drivers__pinctrl.dir/common.c.obj: C_COMPILER__drivers__pinctrl_unscanned_ /opt/ncs/zephyr/drivers/pinctrl/common.c || cmake_object_order_depends_target_drivers__pinctrl
+  DEFINES = -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -D_ANSI_SOURCE -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR_SUPERVISOR__ -D__ZEPHYR__=1
+  DEP_FILE = zephyr/drivers/pinctrl/CMakeFiles/drivers__pinctrl.dir/common.c.obj.d
+  FLAGS = -Wshadow -fno-strict-aliasing -Os -imacros /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99
+  INCLUDES = -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/zephyr/lib/libc/common/include
+  OBJECT_DIR = zephyr/drivers/pinctrl/CMakeFiles/drivers__pinctrl.dir
+  OBJECT_FILE_DIR = zephyr/drivers/pinctrl/CMakeFiles/drivers__pinctrl.dir
+
+build zephyr/drivers/pinctrl/CMakeFiles/drivers__pinctrl.dir/pinctrl_nrf.c.obj: C_COMPILER__drivers__pinctrl_unscanned_ /opt/ncs/zephyr/drivers/pinctrl/pinctrl_nrf.c || cmake_object_order_depends_target_drivers__pinctrl
+  DEFINES = -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -D_ANSI_SOURCE -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR_SUPERVISOR__ -D__ZEPHYR__=1
+  DEP_FILE = zephyr/drivers/pinctrl/CMakeFiles/drivers__pinctrl.dir/pinctrl_nrf.c.obj.d
+  FLAGS = -Wshadow -fno-strict-aliasing -Os -imacros /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99
+  INCLUDES = -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/zephyr/lib/libc/common/include
+  OBJECT_DIR = zephyr/drivers/pinctrl/CMakeFiles/drivers__pinctrl.dir
+  OBJECT_FILE_DIR = zephyr/drivers/pinctrl/CMakeFiles/drivers__pinctrl.dir
+
+
+# =============================================================================
+# Link build statements for STATIC_LIBRARY target drivers__pinctrl
+
+
+#############################################
+# Link the static library zephyr/drivers/pinctrl/libdrivers__pinctrl.a
+
+build zephyr/drivers/pinctrl/libdrivers__pinctrl.a: C_STATIC_LIBRARY_LINKER__drivers__pinctrl_ zephyr/drivers/pinctrl/CMakeFiles/drivers__pinctrl.dir/common.c.obj zephyr/drivers/pinctrl/CMakeFiles/drivers__pinctrl.dir/pinctrl_nrf.c.obj || zephyr/driver_validation_h_target zephyr/kobj_types_h_target zephyr/syscall_list_h_target zephyr/zephyr_generated_headers
+  OBJECT_DIR = zephyr/drivers/pinctrl/CMakeFiles/drivers__pinctrl.dir
+  POST_BUILD = :
+  PRE_LINK = :
+  TARGET_FILE = zephyr/drivers/pinctrl/libdrivers__pinctrl.a
+  TARGET_PDB = drivers__pinctrl.a.dbg
+
+
+#############################################
+# Utility command for edit_cache
+
+build zephyr/drivers/pinctrl/CMakeFiles/edit_cache.util: CUSTOM_COMMAND
+  COMMAND = cd /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/drivers/pinctrl && /opt/bin/ccmake -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  DESC = Running CMake cache editor...
+  pool = console
+  restat = 1
+
+build zephyr/drivers/pinctrl/edit_cache: phony zephyr/drivers/pinctrl/CMakeFiles/edit_cache.util
+
+
+#############################################
+# Utility command for rebuild_cache
+
+build zephyr/drivers/pinctrl/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND
+  COMMAND = cd /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/drivers/pinctrl && /opt/bin/cmake --regenerate-during-build -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  DESC = Running CMake to regenerate build system...
+  pool = console
+  restat = 1
+
+build zephyr/drivers/pinctrl/rebuild_cache: phony zephyr/drivers/pinctrl/CMakeFiles/rebuild_cache.util
+
+# =============================================================================
+# Write statements declared in CMakeLists.txt:
+# /opt/ncs/zephyr/drivers/pinctrl/CMakeLists.txt
+# =============================================================================
+
+
+#############################################
+# Utility command for edit_cache
+
+build zephyr/drivers/pinctrl/renesas/CMakeFiles/edit_cache.util: CUSTOM_COMMAND
+  COMMAND = cd /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/drivers/pinctrl/renesas && /opt/bin/ccmake -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  DESC = Running CMake cache editor...
+  pool = console
+  restat = 1
+
+build zephyr/drivers/pinctrl/renesas/edit_cache: phony zephyr/drivers/pinctrl/renesas/CMakeFiles/edit_cache.util
+
+
+#############################################
+# Utility command for rebuild_cache
+
+build zephyr/drivers/pinctrl/renesas/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND
+  COMMAND = cd /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/drivers/pinctrl/renesas && /opt/bin/cmake --regenerate-during-build -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  DESC = Running CMake to regenerate build system...
+  pool = console
+  restat = 1
+
+build zephyr/drivers/pinctrl/renesas/rebuild_cache: phony zephyr/drivers/pinctrl/renesas/CMakeFiles/rebuild_cache.util
+
+# =============================================================================
+# Write statements declared in CMakeLists.txt:
+# /opt/ncs/zephyr/drivers/CMakeLists.txt
+# =============================================================================
+
+# =============================================================================
+# Object build statements for STATIC_LIBRARY target drivers__sensor
+
+
+#############################################
+# Order-only phony target for drivers__sensor
+
+build cmake_object_order_depends_target_drivers__sensor: phony || zephyr/driver_validation_h_target zephyr/kobj_types_h_target zephyr/syscall_list_h_target
+
+build zephyr/drivers/sensor/CMakeFiles/drivers__sensor.dir/opt/ncs/zephyr/misc/empty_file.c.obj: C_COMPILER__drivers__sensor_unscanned_ /opt/ncs/zephyr/misc/empty_file.c || cmake_object_order_depends_target_drivers__sensor
+  DEFINES = -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -D_ANSI_SOURCE -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR_SUPERVISOR__ -D__ZEPHYR__=1
+  DEP_FILE = zephyr/drivers/sensor/CMakeFiles/drivers__sensor.dir/opt/ncs/zephyr/misc/empty_file.c.obj.d
+  FLAGS = -Wshadow -fno-strict-aliasing -Os -imacros /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99
+  INCLUDES = -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/zephyr/lib/libc/common/include
+  OBJECT_DIR = zephyr/drivers/sensor/CMakeFiles/drivers__sensor.dir
+  OBJECT_FILE_DIR = zephyr/drivers/sensor/CMakeFiles/drivers__sensor.dir/opt/ncs/zephyr/misc
+
+
+# =============================================================================
+# Link build statements for STATIC_LIBRARY target drivers__sensor
+
+
+#############################################
+# Link the static library zephyr/drivers/sensor/libdrivers__sensor.a
+
+build zephyr/drivers/sensor/libdrivers__sensor.a: C_STATIC_LIBRARY_LINKER__drivers__sensor_ zephyr/drivers/sensor/CMakeFiles/drivers__sensor.dir/opt/ncs/zephyr/misc/empty_file.c.obj || zephyr/driver_validation_h_target zephyr/kobj_types_h_target zephyr/syscall_list_h_target
+  OBJECT_DIR = zephyr/drivers/sensor/CMakeFiles/drivers__sensor.dir
+  POST_BUILD = :
+  PRE_LINK = :
+  TARGET_FILE = zephyr/drivers/sensor/libdrivers__sensor.a
+  TARGET_PDB = drivers__sensor.a.dbg
+
+
+#############################################
+# Utility command for edit_cache
+
+build zephyr/drivers/sensor/CMakeFiles/edit_cache.util: CUSTOM_COMMAND
+  COMMAND = cd /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/drivers/sensor && /opt/bin/ccmake -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  DESC = Running CMake cache editor...
+  pool = console
+  restat = 1
+
+build zephyr/drivers/sensor/edit_cache: phony zephyr/drivers/sensor/CMakeFiles/edit_cache.util
+
+
+#############################################
+# Utility command for rebuild_cache
+
+build zephyr/drivers/sensor/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND
+  COMMAND = cd /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/drivers/sensor && /opt/bin/cmake --regenerate-during-build -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  DESC = Running CMake to regenerate build system...
+  pool = console
+  restat = 1
+
+build zephyr/drivers/sensor/rebuild_cache: phony zephyr/drivers/sensor/CMakeFiles/rebuild_cache.util
+
+# =============================================================================
+# Write statements declared in CMakeLists.txt:
+# /opt/ncs/zephyr/drivers/sensor/CMakeLists.txt
+# =============================================================================
+
+
+#############################################
+# Utility command for edit_cache
+
+build zephyr/drivers/sensor/adi/CMakeFiles/edit_cache.util: CUSTOM_COMMAND
+  COMMAND = cd /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/drivers/sensor/adi && /opt/bin/ccmake -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  DESC = Running CMake cache editor...
+  pool = console
+  restat = 1
+
+build zephyr/drivers/sensor/adi/edit_cache: phony zephyr/drivers/sensor/adi/CMakeFiles/edit_cache.util
+
+
+#############################################
+# Utility command for rebuild_cache
+
+build zephyr/drivers/sensor/adi/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND
+  COMMAND = cd /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/drivers/sensor/adi && /opt/bin/cmake --regenerate-during-build -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  DESC = Running CMake to regenerate build system...
+  pool = console
+  restat = 1
+
+build zephyr/drivers/sensor/adi/rebuild_cache: phony zephyr/drivers/sensor/adi/CMakeFiles/rebuild_cache.util
+
+# =============================================================================
+# Write statements declared in CMakeLists.txt:
+# /opt/ncs/zephyr/drivers/sensor/CMakeLists.txt
+# =============================================================================
+
+
+#############################################
+# Utility command for edit_cache
+
+build zephyr/drivers/sensor/ams/CMakeFiles/edit_cache.util: CUSTOM_COMMAND
+  COMMAND = cd /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/drivers/sensor/ams && /opt/bin/ccmake -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  DESC = Running CMake cache editor...
+  pool = console
+  restat = 1
+
+build zephyr/drivers/sensor/ams/edit_cache: phony zephyr/drivers/sensor/ams/CMakeFiles/edit_cache.util
+
+
+#############################################
+# Utility command for rebuild_cache
+
+build zephyr/drivers/sensor/ams/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND
+  COMMAND = cd /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/drivers/sensor/ams && /opt/bin/cmake --regenerate-during-build -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  DESC = Running CMake to regenerate build system...
+  pool = console
+  restat = 1
+
+build zephyr/drivers/sensor/ams/rebuild_cache: phony zephyr/drivers/sensor/ams/CMakeFiles/rebuild_cache.util
+
+# =============================================================================
+# Write statements declared in CMakeLists.txt:
+# /opt/ncs/zephyr/drivers/sensor/CMakeLists.txt
+# =============================================================================
+
+
+#############################################
+# Utility command for edit_cache
+
+build zephyr/drivers/sensor/aosong/CMakeFiles/edit_cache.util: CUSTOM_COMMAND
+  COMMAND = cd /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/drivers/sensor/aosong && /opt/bin/ccmake -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  DESC = Running CMake cache editor...
+  pool = console
+  restat = 1
+
+build zephyr/drivers/sensor/aosong/edit_cache: phony zephyr/drivers/sensor/aosong/CMakeFiles/edit_cache.util
+
+
+#############################################
+# Utility command for rebuild_cache
+
+build zephyr/drivers/sensor/aosong/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND
+  COMMAND = cd /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/drivers/sensor/aosong && /opt/bin/cmake --regenerate-during-build -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  DESC = Running CMake to regenerate build system...
+  pool = console
+  restat = 1
+
+build zephyr/drivers/sensor/aosong/rebuild_cache: phony zephyr/drivers/sensor/aosong/CMakeFiles/rebuild_cache.util
+
+# =============================================================================
+# Write statements declared in CMakeLists.txt:
+# /opt/ncs/zephyr/drivers/sensor/CMakeLists.txt
+# =============================================================================
+
+
+#############################################
+# Utility command for edit_cache
+
+build zephyr/drivers/sensor/asahi_kasei/CMakeFiles/edit_cache.util: CUSTOM_COMMAND
+  COMMAND = cd /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/drivers/sensor/asahi_kasei && /opt/bin/ccmake -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  DESC = Running CMake cache editor...
+  pool = console
+  restat = 1
+
+build zephyr/drivers/sensor/asahi_kasei/edit_cache: phony zephyr/drivers/sensor/asahi_kasei/CMakeFiles/edit_cache.util
+
+
+#############################################
+# Utility command for rebuild_cache
+
+build zephyr/drivers/sensor/asahi_kasei/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND
+  COMMAND = cd /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/drivers/sensor/asahi_kasei && /opt/bin/cmake --regenerate-during-build -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  DESC = Running CMake to regenerate build system...
+  pool = console
+  restat = 1
+
+build zephyr/drivers/sensor/asahi_kasei/rebuild_cache: phony zephyr/drivers/sensor/asahi_kasei/CMakeFiles/rebuild_cache.util
+
+# =============================================================================
+# Write statements declared in CMakeLists.txt:
+# /opt/ncs/zephyr/drivers/sensor/CMakeLists.txt
+# =============================================================================
+
+
+#############################################
+# Utility command for edit_cache
+
+build zephyr/drivers/sensor/bosch/CMakeFiles/edit_cache.util: CUSTOM_COMMAND
+  COMMAND = cd /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/drivers/sensor/bosch && /opt/bin/ccmake -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  DESC = Running CMake cache editor...
+  pool = console
+  restat = 1
+
+build zephyr/drivers/sensor/bosch/edit_cache: phony zephyr/drivers/sensor/bosch/CMakeFiles/edit_cache.util
+
+
+#############################################
+# Utility command for rebuild_cache
+
+build zephyr/drivers/sensor/bosch/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND
+  COMMAND = cd /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/drivers/sensor/bosch && /opt/bin/cmake --regenerate-during-build -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  DESC = Running CMake to regenerate build system...
+  pool = console
+  restat = 1
+
+build zephyr/drivers/sensor/bosch/rebuild_cache: phony zephyr/drivers/sensor/bosch/CMakeFiles/rebuild_cache.util
+
+# =============================================================================
+# Write statements declared in CMakeLists.txt:
+# /opt/ncs/zephyr/drivers/sensor/bosch/CMakeLists.txt
+# =============================================================================
+
+# =============================================================================
+# Object build statements for STATIC_LIBRARY target drivers__sensor__bosch__bme280
+
+
+#############################################
+# Order-only phony target for drivers__sensor__bosch__bme280
+
+build cmake_object_order_depends_target_drivers__sensor__bosch__bme280: phony || zephyr/driver_validation_h_target zephyr/kobj_types_h_target zephyr/syscall_list_h_target zephyr/zephyr_generated_headers
+
+build zephyr/drivers/sensor/bosch/bme280/CMakeFiles/drivers__sensor__bosch__bme280.dir/bme280.c.obj: C_COMPILER__drivers__sensor__bosch__bme280_unscanned_ /opt/ncs/zephyr/drivers/sensor/bosch/bme280/bme280.c || cmake_object_order_depends_target_drivers__sensor__bosch__bme280
+  DEFINES = -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -D_ANSI_SOURCE -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR_SUPERVISOR__ -D__ZEPHYR__=1
+  DEP_FILE = zephyr/drivers/sensor/bosch/bme280/CMakeFiles/drivers__sensor__bosch__bme280.dir/bme280.c.obj.d
+  FLAGS = -Wshadow -fno-strict-aliasing -Os -imacros /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99
+  INCLUDES = -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/zephyr/lib/libc/common/include
+  OBJECT_DIR = zephyr/drivers/sensor/bosch/bme280/CMakeFiles/drivers__sensor__bosch__bme280.dir
+  OBJECT_FILE_DIR = zephyr/drivers/sensor/bosch/bme280/CMakeFiles/drivers__sensor__bosch__bme280.dir
+
+build zephyr/drivers/sensor/bosch/bme280/CMakeFiles/drivers__sensor__bosch__bme280.dir/bme280_spi.c.obj: C_COMPILER__drivers__sensor__bosch__bme280_unscanned_ /opt/ncs/zephyr/drivers/sensor/bosch/bme280/bme280_spi.c || cmake_object_order_depends_target_drivers__sensor__bosch__bme280
+  DEFINES = -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -D_ANSI_SOURCE -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR_SUPERVISOR__ -D__ZEPHYR__=1
+  DEP_FILE = zephyr/drivers/sensor/bosch/bme280/CMakeFiles/drivers__sensor__bosch__bme280.dir/bme280_spi.c.obj.d
+  FLAGS = -Wshadow -fno-strict-aliasing -Os -imacros /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99
+  INCLUDES = -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/zephyr/lib/libc/common/include
+  OBJECT_DIR = zephyr/drivers/sensor/bosch/bme280/CMakeFiles/drivers__sensor__bosch__bme280.dir
+  OBJECT_FILE_DIR = zephyr/drivers/sensor/bosch/bme280/CMakeFiles/drivers__sensor__bosch__bme280.dir
+
+build zephyr/drivers/sensor/bosch/bme280/CMakeFiles/drivers__sensor__bosch__bme280.dir/bme280_i2c.c.obj: C_COMPILER__drivers__sensor__bosch__bme280_unscanned_ /opt/ncs/zephyr/drivers/sensor/bosch/bme280/bme280_i2c.c || cmake_object_order_depends_target_drivers__sensor__bosch__bme280
+  DEFINES = -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -D_ANSI_SOURCE -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR_SUPERVISOR__ -D__ZEPHYR__=1
+  DEP_FILE = zephyr/drivers/sensor/bosch/bme280/CMakeFiles/drivers__sensor__bosch__bme280.dir/bme280_i2c.c.obj.d
+  FLAGS = -Wshadow -fno-strict-aliasing -Os -imacros /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99
+  INCLUDES = -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/zephyr/lib/libc/common/include
+  OBJECT_DIR = zephyr/drivers/sensor/bosch/bme280/CMakeFiles/drivers__sensor__bosch__bme280.dir
+  OBJECT_FILE_DIR = zephyr/drivers/sensor/bosch/bme280/CMakeFiles/drivers__sensor__bosch__bme280.dir
+
+
+# =============================================================================
+# Link build statements for STATIC_LIBRARY target drivers__sensor__bosch__bme280
+
+
+#############################################
+# Link the static library zephyr/drivers/sensor/bosch/bme280/libdrivers__sensor__bosch__bme280.a
+
+build zephyr/drivers/sensor/bosch/bme280/libdrivers__sensor__bosch__bme280.a: C_STATIC_LIBRARY_LINKER__drivers__sensor__bosch__bme280_ zephyr/drivers/sensor/bosch/bme280/CMakeFiles/drivers__sensor__bosch__bme280.dir/bme280.c.obj zephyr/drivers/sensor/bosch/bme280/CMakeFiles/drivers__sensor__bosch__bme280.dir/bme280_spi.c.obj zephyr/drivers/sensor/bosch/bme280/CMakeFiles/drivers__sensor__bosch__bme280.dir/bme280_i2c.c.obj || zephyr/driver_validation_h_target zephyr/kobj_types_h_target zephyr/syscall_list_h_target zephyr/zephyr_generated_headers
+  OBJECT_DIR = zephyr/drivers/sensor/bosch/bme280/CMakeFiles/drivers__sensor__bosch__bme280.dir
+  POST_BUILD = :
+  PRE_LINK = :
+  TARGET_FILE = zephyr/drivers/sensor/bosch/bme280/libdrivers__sensor__bosch__bme280.a
+  TARGET_PDB = drivers__sensor__bosch__bme280.a.dbg
+
+
+#############################################
+# Utility command for edit_cache
+
+build zephyr/drivers/sensor/bosch/bme280/CMakeFiles/edit_cache.util: CUSTOM_COMMAND
+  COMMAND = cd /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/drivers/sensor/bosch/bme280 && /opt/bin/ccmake -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  DESC = Running CMake cache editor...
+  pool = console
+  restat = 1
+
+build zephyr/drivers/sensor/bosch/bme280/edit_cache: phony zephyr/drivers/sensor/bosch/bme280/CMakeFiles/edit_cache.util
+
+
+#############################################
+# Utility command for rebuild_cache
+
+build zephyr/drivers/sensor/bosch/bme280/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND
+  COMMAND = cd /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/drivers/sensor/bosch/bme280 && /opt/bin/cmake --regenerate-during-build -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  DESC = Running CMake to regenerate build system...
+  pool = console
+  restat = 1
+
+build zephyr/drivers/sensor/bosch/bme280/rebuild_cache: phony zephyr/drivers/sensor/bosch/bme280/CMakeFiles/rebuild_cache.util
+
+# =============================================================================
+# Write statements declared in CMakeLists.txt:
+# /opt/ncs/zephyr/drivers/sensor/CMakeLists.txt
+# =============================================================================
+
+
+#############################################
+# Utility command for edit_cache
+
+build zephyr/drivers/sensor/espressif/CMakeFiles/edit_cache.util: CUSTOM_COMMAND
+  COMMAND = cd /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/drivers/sensor/espressif && /opt/bin/ccmake -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  DESC = Running CMake cache editor...
+  pool = console
+  restat = 1
+
+build zephyr/drivers/sensor/espressif/edit_cache: phony zephyr/drivers/sensor/espressif/CMakeFiles/edit_cache.util
+
+
+#############################################
+# Utility command for rebuild_cache
+
+build zephyr/drivers/sensor/espressif/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND
+  COMMAND = cd /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/drivers/sensor/espressif && /opt/bin/cmake --regenerate-during-build -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  DESC = Running CMake to regenerate build system...
+  pool = console
+  restat = 1
+
+build zephyr/drivers/sensor/espressif/rebuild_cache: phony zephyr/drivers/sensor/espressif/CMakeFiles/rebuild_cache.util
+
+# =============================================================================
+# Write statements declared in CMakeLists.txt:
+# /opt/ncs/zephyr/drivers/sensor/CMakeLists.txt
+# =============================================================================
+
+
+#############################################
+# Utility command for edit_cache
+
+build zephyr/drivers/sensor/honeywell/CMakeFiles/edit_cache.util: CUSTOM_COMMAND
+  COMMAND = cd /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/drivers/sensor/honeywell && /opt/bin/ccmake -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  DESC = Running CMake cache editor...
+  pool = console
+  restat = 1
+
+build zephyr/drivers/sensor/honeywell/edit_cache: phony zephyr/drivers/sensor/honeywell/CMakeFiles/edit_cache.util
+
+
+#############################################
+# Utility command for rebuild_cache
+
+build zephyr/drivers/sensor/honeywell/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND
+  COMMAND = cd /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/drivers/sensor/honeywell && /opt/bin/cmake --regenerate-during-build -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  DESC = Running CMake to regenerate build system...
+  pool = console
+  restat = 1
+
+build zephyr/drivers/sensor/honeywell/rebuild_cache: phony zephyr/drivers/sensor/honeywell/CMakeFiles/rebuild_cache.util
+
+# =============================================================================
+# Write statements declared in CMakeLists.txt:
+# /opt/ncs/zephyr/drivers/sensor/CMakeLists.txt
+# =============================================================================
+
+
+#############################################
+# Utility command for edit_cache
+
+build zephyr/drivers/sensor/infineon/CMakeFiles/edit_cache.util: CUSTOM_COMMAND
+  COMMAND = cd /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/drivers/sensor/infineon && /opt/bin/ccmake -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  DESC = Running CMake cache editor...
+  pool = console
+  restat = 1
+
+build zephyr/drivers/sensor/infineon/edit_cache: phony zephyr/drivers/sensor/infineon/CMakeFiles/edit_cache.util
+
+
+#############################################
+# Utility command for rebuild_cache
+
+build zephyr/drivers/sensor/infineon/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND
+  COMMAND = cd /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/drivers/sensor/infineon && /opt/bin/cmake --regenerate-during-build -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  DESC = Running CMake to regenerate build system...
+  pool = console
+  restat = 1
+
+build zephyr/drivers/sensor/infineon/rebuild_cache: phony zephyr/drivers/sensor/infineon/CMakeFiles/rebuild_cache.util
+
+# =============================================================================
+# Write statements declared in CMakeLists.txt:
+# /opt/ncs/zephyr/drivers/sensor/CMakeLists.txt
+# =============================================================================
+
+
+#############################################
+# Utility command for edit_cache
+
+build zephyr/drivers/sensor/ite/CMakeFiles/edit_cache.util: CUSTOM_COMMAND
+  COMMAND = cd /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/drivers/sensor/ite && /opt/bin/ccmake -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  DESC = Running CMake cache editor...
+  pool = console
+  restat = 1
+
+build zephyr/drivers/sensor/ite/edit_cache: phony zephyr/drivers/sensor/ite/CMakeFiles/edit_cache.util
+
+
+#############################################
+# Utility command for rebuild_cache
+
+build zephyr/drivers/sensor/ite/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND
+  COMMAND = cd /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/drivers/sensor/ite && /opt/bin/cmake --regenerate-during-build -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  DESC = Running CMake to regenerate build system...
+  pool = console
+  restat = 1
+
+build zephyr/drivers/sensor/ite/rebuild_cache: phony zephyr/drivers/sensor/ite/CMakeFiles/rebuild_cache.util
+
+# =============================================================================
+# Write statements declared in CMakeLists.txt:
+# /opt/ncs/zephyr/drivers/sensor/CMakeLists.txt
+# =============================================================================
+
+
+#############################################
+# Utility command for edit_cache
+
+build zephyr/drivers/sensor/maxim/CMakeFiles/edit_cache.util: CUSTOM_COMMAND
+  COMMAND = cd /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/drivers/sensor/maxim && /opt/bin/ccmake -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  DESC = Running CMake cache editor...
+  pool = console
+  restat = 1
+
+build zephyr/drivers/sensor/maxim/edit_cache: phony zephyr/drivers/sensor/maxim/CMakeFiles/edit_cache.util
+
+
+#############################################
+# Utility command for rebuild_cache
+
+build zephyr/drivers/sensor/maxim/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND
+  COMMAND = cd /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/drivers/sensor/maxim && /opt/bin/cmake --regenerate-during-build -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  DESC = Running CMake to regenerate build system...
+  pool = console
+  restat = 1
+
+build zephyr/drivers/sensor/maxim/rebuild_cache: phony zephyr/drivers/sensor/maxim/CMakeFiles/rebuild_cache.util
+
+# =============================================================================
+# Write statements declared in CMakeLists.txt:
+# /opt/ncs/zephyr/drivers/sensor/CMakeLists.txt
+# =============================================================================
+
+
+#############################################
+# Utility command for edit_cache
+
+build zephyr/drivers/sensor/meas/CMakeFiles/edit_cache.util: CUSTOM_COMMAND
+  COMMAND = cd /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/drivers/sensor/meas && /opt/bin/ccmake -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  DESC = Running CMake cache editor...
+  pool = console
+  restat = 1
+
+build zephyr/drivers/sensor/meas/edit_cache: phony zephyr/drivers/sensor/meas/CMakeFiles/edit_cache.util
+
+
+#############################################
+# Utility command for rebuild_cache
+
+build zephyr/drivers/sensor/meas/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND
+  COMMAND = cd /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/drivers/sensor/meas && /opt/bin/cmake --regenerate-during-build -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  DESC = Running CMake to regenerate build system...
+  pool = console
+  restat = 1
+
+build zephyr/drivers/sensor/meas/rebuild_cache: phony zephyr/drivers/sensor/meas/CMakeFiles/rebuild_cache.util
+
+# =============================================================================
+# Write statements declared in CMakeLists.txt:
+# /opt/ncs/zephyr/drivers/sensor/CMakeLists.txt
+# =============================================================================
+
+
+#############################################
+# Utility command for edit_cache
+
+build zephyr/drivers/sensor/microchip/CMakeFiles/edit_cache.util: CUSTOM_COMMAND
+  COMMAND = cd /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/drivers/sensor/microchip && /opt/bin/ccmake -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  DESC = Running CMake cache editor...
+  pool = console
+  restat = 1
+
+build zephyr/drivers/sensor/microchip/edit_cache: phony zephyr/drivers/sensor/microchip/CMakeFiles/edit_cache.util
+
+
+#############################################
+# Utility command for rebuild_cache
+
+build zephyr/drivers/sensor/microchip/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND
+  COMMAND = cd /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/drivers/sensor/microchip && /opt/bin/cmake --regenerate-during-build -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  DESC = Running CMake to regenerate build system...
+  pool = console
+  restat = 1
+
+build zephyr/drivers/sensor/microchip/rebuild_cache: phony zephyr/drivers/sensor/microchip/CMakeFiles/rebuild_cache.util
+
+# =============================================================================
+# Write statements declared in CMakeLists.txt:
+# /opt/ncs/zephyr/drivers/sensor/CMakeLists.txt
+# =============================================================================
+
+
+#############################################
+# Utility command for edit_cache
+
+build zephyr/drivers/sensor/nordic/CMakeFiles/edit_cache.util: CUSTOM_COMMAND
+  COMMAND = cd /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/drivers/sensor/nordic && /opt/bin/ccmake -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  DESC = Running CMake cache editor...
+  pool = console
+  restat = 1
+
+build zephyr/drivers/sensor/nordic/edit_cache: phony zephyr/drivers/sensor/nordic/CMakeFiles/edit_cache.util
+
+
+#############################################
+# Utility command for rebuild_cache
+
+build zephyr/drivers/sensor/nordic/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND
+  COMMAND = cd /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/drivers/sensor/nordic && /opt/bin/cmake --regenerate-during-build -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  DESC = Running CMake to regenerate build system...
+  pool = console
+  restat = 1
+
+build zephyr/drivers/sensor/nordic/rebuild_cache: phony zephyr/drivers/sensor/nordic/CMakeFiles/rebuild_cache.util
+
+# =============================================================================
+# Write statements declared in CMakeLists.txt:
+# /opt/ncs/zephyr/drivers/sensor/nordic/CMakeLists.txt
+# =============================================================================
+
+
+#############################################
+# Utility command for edit_cache
+
+build zephyr/drivers/sensor/nordic/temp/CMakeFiles/edit_cache.util: CUSTOM_COMMAND
+  COMMAND = cd /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/drivers/sensor/nordic/temp && /opt/bin/ccmake -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  DESC = Running CMake cache editor...
+  pool = console
+  restat = 1
+
+build zephyr/drivers/sensor/nordic/temp/edit_cache: phony zephyr/drivers/sensor/nordic/temp/CMakeFiles/edit_cache.util
+
+
+#############################################
+# Utility command for rebuild_cache
+
+build zephyr/drivers/sensor/nordic/temp/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND
+  COMMAND = cd /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/drivers/sensor/nordic/temp && /opt/bin/cmake --regenerate-during-build -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  DESC = Running CMake to regenerate build system...
+  pool = console
+  restat = 1
+
+build zephyr/drivers/sensor/nordic/temp/rebuild_cache: phony zephyr/drivers/sensor/nordic/temp/CMakeFiles/rebuild_cache.util
+
+# =============================================================================
+# Write statements declared in CMakeLists.txt:
+# /opt/ncs/zephyr/drivers/sensor/CMakeLists.txt
+# =============================================================================
+
+
+#############################################
+# Utility command for edit_cache
+
+build zephyr/drivers/sensor/nuvoton/CMakeFiles/edit_cache.util: CUSTOM_COMMAND
+  COMMAND = cd /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/drivers/sensor/nuvoton && /opt/bin/ccmake -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  DESC = Running CMake cache editor...
+  pool = console
+  restat = 1
+
+build zephyr/drivers/sensor/nuvoton/edit_cache: phony zephyr/drivers/sensor/nuvoton/CMakeFiles/edit_cache.util
+
+
+#############################################
+# Utility command for rebuild_cache
+
+build zephyr/drivers/sensor/nuvoton/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND
+  COMMAND = cd /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/drivers/sensor/nuvoton && /opt/bin/cmake --regenerate-during-build -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  DESC = Running CMake to regenerate build system...
+  pool = console
+  restat = 1
+
+build zephyr/drivers/sensor/nuvoton/rebuild_cache: phony zephyr/drivers/sensor/nuvoton/CMakeFiles/rebuild_cache.util
+
+# =============================================================================
+# Write statements declared in CMakeLists.txt:
+# /opt/ncs/zephyr/drivers/sensor/CMakeLists.txt
+# =============================================================================
+
+
+#############################################
+# Utility command for edit_cache
+
+build zephyr/drivers/sensor/nxp/CMakeFiles/edit_cache.util: CUSTOM_COMMAND
+  COMMAND = cd /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/drivers/sensor/nxp && /opt/bin/ccmake -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  DESC = Running CMake cache editor...
+  pool = console
+  restat = 1
+
+build zephyr/drivers/sensor/nxp/edit_cache: phony zephyr/drivers/sensor/nxp/CMakeFiles/edit_cache.util
+
+
+#############################################
+# Utility command for rebuild_cache
+
+build zephyr/drivers/sensor/nxp/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND
+  COMMAND = cd /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/drivers/sensor/nxp && /opt/bin/cmake --regenerate-during-build -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  DESC = Running CMake to regenerate build system...
+  pool = console
+  restat = 1
+
+build zephyr/drivers/sensor/nxp/rebuild_cache: phony zephyr/drivers/sensor/nxp/CMakeFiles/rebuild_cache.util
+
+# =============================================================================
+# Write statements declared in CMakeLists.txt:
+# /opt/ncs/zephyr/drivers/sensor/CMakeLists.txt
+# =============================================================================
+
+
+#############################################
+# Utility command for edit_cache
+
+build zephyr/drivers/sensor/rohm/CMakeFiles/edit_cache.util: CUSTOM_COMMAND
+  COMMAND = cd /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/drivers/sensor/rohm && /opt/bin/ccmake -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  DESC = Running CMake cache editor...
+  pool = console
+  restat = 1
+
+build zephyr/drivers/sensor/rohm/edit_cache: phony zephyr/drivers/sensor/rohm/CMakeFiles/edit_cache.util
+
+
+#############################################
+# Utility command for rebuild_cache
+
+build zephyr/drivers/sensor/rohm/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND
+  COMMAND = cd /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/drivers/sensor/rohm && /opt/bin/cmake --regenerate-during-build -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  DESC = Running CMake to regenerate build system...
+  pool = console
+  restat = 1
+
+build zephyr/drivers/sensor/rohm/rebuild_cache: phony zephyr/drivers/sensor/rohm/CMakeFiles/rebuild_cache.util
+
+# =============================================================================
+# Write statements declared in CMakeLists.txt:
+# /opt/ncs/zephyr/drivers/sensor/CMakeLists.txt
+# =============================================================================
+
+
+#############################################
+# Utility command for edit_cache
+
+build zephyr/drivers/sensor/seeed/CMakeFiles/edit_cache.util: CUSTOM_COMMAND
+  COMMAND = cd /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/drivers/sensor/seeed && /opt/bin/ccmake -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  DESC = Running CMake cache editor...
+  pool = console
+  restat = 1
+
+build zephyr/drivers/sensor/seeed/edit_cache: phony zephyr/drivers/sensor/seeed/CMakeFiles/edit_cache.util
+
+
+#############################################
+# Utility command for rebuild_cache
+
+build zephyr/drivers/sensor/seeed/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND
+  COMMAND = cd /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/drivers/sensor/seeed && /opt/bin/cmake --regenerate-during-build -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  DESC = Running CMake to regenerate build system...
+  pool = console
+  restat = 1
+
+build zephyr/drivers/sensor/seeed/rebuild_cache: phony zephyr/drivers/sensor/seeed/CMakeFiles/rebuild_cache.util
+
+# =============================================================================
+# Write statements declared in CMakeLists.txt:
+# /opt/ncs/zephyr/drivers/sensor/CMakeLists.txt
+# =============================================================================
+
+
+#############################################
+# Utility command for edit_cache
+
+build zephyr/drivers/sensor/sensirion/CMakeFiles/edit_cache.util: CUSTOM_COMMAND
+  COMMAND = cd /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/drivers/sensor/sensirion && /opt/bin/ccmake -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  DESC = Running CMake cache editor...
+  pool = console
+  restat = 1
+
+build zephyr/drivers/sensor/sensirion/edit_cache: phony zephyr/drivers/sensor/sensirion/CMakeFiles/edit_cache.util
+
+
+#############################################
+# Utility command for rebuild_cache
+
+build zephyr/drivers/sensor/sensirion/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND
+  COMMAND = cd /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/drivers/sensor/sensirion && /opt/bin/cmake --regenerate-during-build -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  DESC = Running CMake to regenerate build system...
+  pool = console
+  restat = 1
+
+build zephyr/drivers/sensor/sensirion/rebuild_cache: phony zephyr/drivers/sensor/sensirion/CMakeFiles/rebuild_cache.util
+
+# =============================================================================
+# Write statements declared in CMakeLists.txt:
+# /opt/ncs/zephyr/drivers/sensor/CMakeLists.txt
+# =============================================================================
+
+
+#############################################
+# Utility command for edit_cache
+
+build zephyr/drivers/sensor/silabs/CMakeFiles/edit_cache.util: CUSTOM_COMMAND
+  COMMAND = cd /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/drivers/sensor/silabs && /opt/bin/ccmake -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  DESC = Running CMake cache editor...
+  pool = console
+  restat = 1
+
+build zephyr/drivers/sensor/silabs/edit_cache: phony zephyr/drivers/sensor/silabs/CMakeFiles/edit_cache.util
+
+
+#############################################
+# Utility command for rebuild_cache
+
+build zephyr/drivers/sensor/silabs/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND
+  COMMAND = cd /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/drivers/sensor/silabs && /opt/bin/cmake --regenerate-during-build -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  DESC = Running CMake to regenerate build system...
+  pool = console
+  restat = 1
+
+build zephyr/drivers/sensor/silabs/rebuild_cache: phony zephyr/drivers/sensor/silabs/CMakeFiles/rebuild_cache.util
+
+# =============================================================================
+# Write statements declared in CMakeLists.txt:
+# /opt/ncs/zephyr/drivers/sensor/CMakeLists.txt
+# =============================================================================
+
+
+#############################################
+# Utility command for edit_cache
+
+build zephyr/drivers/sensor/st/CMakeFiles/edit_cache.util: CUSTOM_COMMAND
+  COMMAND = cd /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/drivers/sensor/st && /opt/bin/ccmake -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  DESC = Running CMake cache editor...
+  pool = console
+  restat = 1
+
+build zephyr/drivers/sensor/st/edit_cache: phony zephyr/drivers/sensor/st/CMakeFiles/edit_cache.util
+
+
+#############################################
+# Utility command for rebuild_cache
+
+build zephyr/drivers/sensor/st/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND
+  COMMAND = cd /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/drivers/sensor/st && /opt/bin/cmake --regenerate-during-build -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  DESC = Running CMake to regenerate build system...
+  pool = console
+  restat = 1
+
+build zephyr/drivers/sensor/st/rebuild_cache: phony zephyr/drivers/sensor/st/CMakeFiles/rebuild_cache.util
+
+# =============================================================================
+# Write statements declared in CMakeLists.txt:
+# /opt/ncs/zephyr/drivers/sensor/st/CMakeLists.txt
+# =============================================================================
+
+# =============================================================================
+# Object build statements for STATIC_LIBRARY target drivers__sensor__st__stmemsc
+
+
+#############################################
+# Order-only phony target for drivers__sensor__st__stmemsc
+
+build cmake_object_order_depends_target_drivers__sensor__st__stmemsc: phony || zephyr/driver_validation_h_target zephyr/kobj_types_h_target zephyr/syscall_list_h_target zephyr/zephyr_generated_headers
+
+build zephyr/drivers/sensor/st/stmemsc/CMakeFiles/drivers__sensor__st__stmemsc.dir/stmemsc_i2c.c.obj: C_COMPILER__drivers__sensor__st__stmemsc_unscanned_ /opt/ncs/zephyr/drivers/sensor/st/stmemsc/stmemsc_i2c.c || cmake_object_order_depends_target_drivers__sensor__st__stmemsc
+  DEFINES = -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -D_ANSI_SOURCE -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR_SUPERVISOR__ -D__ZEPHYR__=1
+  DEP_FILE = zephyr/drivers/sensor/st/stmemsc/CMakeFiles/drivers__sensor__st__stmemsc.dir/stmemsc_i2c.c.obj.d
+  FLAGS = -Wshadow -fno-strict-aliasing -Os -imacros /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99
+  INCLUDES = -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/zephyr/lib/libc/common/include
+  OBJECT_DIR = zephyr/drivers/sensor/st/stmemsc/CMakeFiles/drivers__sensor__st__stmemsc.dir
+  OBJECT_FILE_DIR = zephyr/drivers/sensor/st/stmemsc/CMakeFiles/drivers__sensor__st__stmemsc.dir
+
+build zephyr/drivers/sensor/st/stmemsc/CMakeFiles/drivers__sensor__st__stmemsc.dir/stmemsc_spi.c.obj: C_COMPILER__drivers__sensor__st__stmemsc_unscanned_ /opt/ncs/zephyr/drivers/sensor/st/stmemsc/stmemsc_spi.c || cmake_object_order_depends_target_drivers__sensor__st__stmemsc
+  DEFINES = -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -D_ANSI_SOURCE -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR_SUPERVISOR__ -D__ZEPHYR__=1
+  DEP_FILE = zephyr/drivers/sensor/st/stmemsc/CMakeFiles/drivers__sensor__st__stmemsc.dir/stmemsc_spi.c.obj.d
+  FLAGS = -Wshadow -fno-strict-aliasing -Os -imacros /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99
+  INCLUDES = -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/zephyr/lib/libc/common/include
+  OBJECT_DIR = zephyr/drivers/sensor/st/stmemsc/CMakeFiles/drivers__sensor__st__stmemsc.dir
+  OBJECT_FILE_DIR = zephyr/drivers/sensor/st/stmemsc/CMakeFiles/drivers__sensor__st__stmemsc.dir
+
+build zephyr/drivers/sensor/st/stmemsc/CMakeFiles/drivers__sensor__st__stmemsc.dir/stmemsc_mdelay.c.obj: C_COMPILER__drivers__sensor__st__stmemsc_unscanned_ /opt/ncs/zephyr/drivers/sensor/st/stmemsc/stmemsc_mdelay.c || cmake_object_order_depends_target_drivers__sensor__st__stmemsc
+  DEFINES = -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -D_ANSI_SOURCE -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR_SUPERVISOR__ -D__ZEPHYR__=1
+  DEP_FILE = zephyr/drivers/sensor/st/stmemsc/CMakeFiles/drivers__sensor__st__stmemsc.dir/stmemsc_mdelay.c.obj.d
+  FLAGS = -Wshadow -fno-strict-aliasing -Os -imacros /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99
+  INCLUDES = -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/zephyr/lib/libc/common/include
+  OBJECT_DIR = zephyr/drivers/sensor/st/stmemsc/CMakeFiles/drivers__sensor__st__stmemsc.dir
+  OBJECT_FILE_DIR = zephyr/drivers/sensor/st/stmemsc/CMakeFiles/drivers__sensor__st__stmemsc.dir
+
+
+# =============================================================================
+# Link build statements for STATIC_LIBRARY target drivers__sensor__st__stmemsc
+
+
+#############################################
+# Link the static library zephyr/drivers/sensor/st/stmemsc/libdrivers__sensor__st__stmemsc.a
+
+build zephyr/drivers/sensor/st/stmemsc/libdrivers__sensor__st__stmemsc.a: C_STATIC_LIBRARY_LINKER__drivers__sensor__st__stmemsc_ zephyr/drivers/sensor/st/stmemsc/CMakeFiles/drivers__sensor__st__stmemsc.dir/stmemsc_i2c.c.obj zephyr/drivers/sensor/st/stmemsc/CMakeFiles/drivers__sensor__st__stmemsc.dir/stmemsc_spi.c.obj zephyr/drivers/sensor/st/stmemsc/CMakeFiles/drivers__sensor__st__stmemsc.dir/stmemsc_mdelay.c.obj || zephyr/driver_validation_h_target zephyr/kobj_types_h_target zephyr/syscall_list_h_target zephyr/zephyr_generated_headers
+  OBJECT_DIR = zephyr/drivers/sensor/st/stmemsc/CMakeFiles/drivers__sensor__st__stmemsc.dir
+  POST_BUILD = :
+  PRE_LINK = :
+  TARGET_FILE = zephyr/drivers/sensor/st/stmemsc/libdrivers__sensor__st__stmemsc.a
+  TARGET_PDB = drivers__sensor__st__stmemsc.a.dbg
+
+
+#############################################
+# Utility command for edit_cache
+
+build zephyr/drivers/sensor/st/stmemsc/CMakeFiles/edit_cache.util: CUSTOM_COMMAND
+  COMMAND = cd /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/drivers/sensor/st/stmemsc && /opt/bin/ccmake -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  DESC = Running CMake cache editor...
+  pool = console
+  restat = 1
+
+build zephyr/drivers/sensor/st/stmemsc/edit_cache: phony zephyr/drivers/sensor/st/stmemsc/CMakeFiles/edit_cache.util
+
+
+#############################################
+# Utility command for rebuild_cache
+
+build zephyr/drivers/sensor/st/stmemsc/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND
+  COMMAND = cd /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/drivers/sensor/st/stmemsc && /opt/bin/cmake --regenerate-during-build -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  DESC = Running CMake to regenerate build system...
+  pool = console
+  restat = 1
+
+build zephyr/drivers/sensor/st/stmemsc/rebuild_cache: phony zephyr/drivers/sensor/st/stmemsc/CMakeFiles/rebuild_cache.util
+
+# =============================================================================
+# Write statements declared in CMakeLists.txt:
+# /opt/ncs/zephyr/drivers/sensor/st/CMakeLists.txt
+# =============================================================================
+
+# =============================================================================
+# Object build statements for STATIC_LIBRARY target drivers__sensor__st__lis2dh
+
+
+#############################################
+# Order-only phony target for drivers__sensor__st__lis2dh
+
+build cmake_object_order_depends_target_drivers__sensor__st__lis2dh: phony || zephyr/driver_validation_h_target zephyr/kobj_types_h_target zephyr/syscall_list_h_target zephyr/zephyr_generated_headers
+
+build zephyr/drivers/sensor/st/lis2dh/CMakeFiles/drivers__sensor__st__lis2dh.dir/lis2dh.c.obj: C_COMPILER__drivers__sensor__st__lis2dh_unscanned_ /opt/ncs/zephyr/drivers/sensor/st/lis2dh/lis2dh.c || cmake_object_order_depends_target_drivers__sensor__st__lis2dh
+  DEFINES = -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -D_ANSI_SOURCE -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR_SUPERVISOR__ -D__ZEPHYR__=1
+  DEP_FILE = zephyr/drivers/sensor/st/lis2dh/CMakeFiles/drivers__sensor__st__lis2dh.dir/lis2dh.c.obj.d
+  FLAGS = -Wshadow -fno-strict-aliasing -Os -imacros /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99
+  INCLUDES = -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/zephyr/lib/libc/common/include
+  OBJECT_DIR = zephyr/drivers/sensor/st/lis2dh/CMakeFiles/drivers__sensor__st__lis2dh.dir
+  OBJECT_FILE_DIR = zephyr/drivers/sensor/st/lis2dh/CMakeFiles/drivers__sensor__st__lis2dh.dir
+
+build zephyr/drivers/sensor/st/lis2dh/CMakeFiles/drivers__sensor__st__lis2dh.dir/lis2dh_i2c.c.obj: C_COMPILER__drivers__sensor__st__lis2dh_unscanned_ /opt/ncs/zephyr/drivers/sensor/st/lis2dh/lis2dh_i2c.c || cmake_object_order_depends_target_drivers__sensor__st__lis2dh
+  DEFINES = -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -D_ANSI_SOURCE -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR_SUPERVISOR__ -D__ZEPHYR__=1
+  DEP_FILE = zephyr/drivers/sensor/st/lis2dh/CMakeFiles/drivers__sensor__st__lis2dh.dir/lis2dh_i2c.c.obj.d
+  FLAGS = -Wshadow -fno-strict-aliasing -Os -imacros /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99
+  INCLUDES = -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/zephyr/lib/libc/common/include
+  OBJECT_DIR = zephyr/drivers/sensor/st/lis2dh/CMakeFiles/drivers__sensor__st__lis2dh.dir
+  OBJECT_FILE_DIR = zephyr/drivers/sensor/st/lis2dh/CMakeFiles/drivers__sensor__st__lis2dh.dir
+
+build zephyr/drivers/sensor/st/lis2dh/CMakeFiles/drivers__sensor__st__lis2dh.dir/lis2dh_spi.c.obj: C_COMPILER__drivers__sensor__st__lis2dh_unscanned_ /opt/ncs/zephyr/drivers/sensor/st/lis2dh/lis2dh_spi.c || cmake_object_order_depends_target_drivers__sensor__st__lis2dh
+  DEFINES = -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -D_ANSI_SOURCE -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR_SUPERVISOR__ -D__ZEPHYR__=1
+  DEP_FILE = zephyr/drivers/sensor/st/lis2dh/CMakeFiles/drivers__sensor__st__lis2dh.dir/lis2dh_spi.c.obj.d
+  FLAGS = -Wshadow -fno-strict-aliasing -Os -imacros /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99
+  INCLUDES = -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/zephyr/lib/libc/common/include
+  OBJECT_DIR = zephyr/drivers/sensor/st/lis2dh/CMakeFiles/drivers__sensor__st__lis2dh.dir
+  OBJECT_FILE_DIR = zephyr/drivers/sensor/st/lis2dh/CMakeFiles/drivers__sensor__st__lis2dh.dir
+
+
+# =============================================================================
+# Link build statements for STATIC_LIBRARY target drivers__sensor__st__lis2dh
+
+
+#############################################
+# Link the static library zephyr/drivers/sensor/st/lis2dh/libdrivers__sensor__st__lis2dh.a
+
+build zephyr/drivers/sensor/st/lis2dh/libdrivers__sensor__st__lis2dh.a: C_STATIC_LIBRARY_LINKER__drivers__sensor__st__lis2dh_ zephyr/drivers/sensor/st/lis2dh/CMakeFiles/drivers__sensor__st__lis2dh.dir/lis2dh.c.obj zephyr/drivers/sensor/st/lis2dh/CMakeFiles/drivers__sensor__st__lis2dh.dir/lis2dh_i2c.c.obj zephyr/drivers/sensor/st/lis2dh/CMakeFiles/drivers__sensor__st__lis2dh.dir/lis2dh_spi.c.obj || zephyr/driver_validation_h_target zephyr/kobj_types_h_target zephyr/syscall_list_h_target zephyr/zephyr_generated_headers
+  OBJECT_DIR = zephyr/drivers/sensor/st/lis2dh/CMakeFiles/drivers__sensor__st__lis2dh.dir
+  POST_BUILD = :
+  PRE_LINK = :
+  TARGET_FILE = zephyr/drivers/sensor/st/lis2dh/libdrivers__sensor__st__lis2dh.a
+  TARGET_PDB = drivers__sensor__st__lis2dh.a.dbg
+
+
+#############################################
+# Utility command for edit_cache
+
+build zephyr/drivers/sensor/st/lis2dh/CMakeFiles/edit_cache.util: CUSTOM_COMMAND
+  COMMAND = cd /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/drivers/sensor/st/lis2dh && /opt/bin/ccmake -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  DESC = Running CMake cache editor...
+  pool = console
+  restat = 1
+
+build zephyr/drivers/sensor/st/lis2dh/edit_cache: phony zephyr/drivers/sensor/st/lis2dh/CMakeFiles/edit_cache.util
+
+
+#############################################
+# Utility command for rebuild_cache
+
+build zephyr/drivers/sensor/st/lis2dh/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND
+  COMMAND = cd /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/drivers/sensor/st/lis2dh && /opt/bin/cmake --regenerate-during-build -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  DESC = Running CMake to regenerate build system...
+  pool = console
+  restat = 1
+
+build zephyr/drivers/sensor/st/lis2dh/rebuild_cache: phony zephyr/drivers/sensor/st/lis2dh/CMakeFiles/rebuild_cache.util
+
+# =============================================================================
+# Write statements declared in CMakeLists.txt:
+# /opt/ncs/zephyr/drivers/sensor/st/CMakeLists.txt
+# =============================================================================
+
+# =============================================================================
+# Object build statements for STATIC_LIBRARY target drivers__sensor__st__lis2mdl
+
+
+#############################################
+# Order-only phony target for drivers__sensor__st__lis2mdl
+
+build cmake_object_order_depends_target_drivers__sensor__st__lis2mdl: phony || zephyr/driver_validation_h_target zephyr/kobj_types_h_target zephyr/syscall_list_h_target zephyr/zephyr_generated_headers
+
+build zephyr/drivers/sensor/st/lis2mdl/CMakeFiles/drivers__sensor__st__lis2mdl.dir/lis2mdl.c.obj: C_COMPILER__drivers__sensor__st__lis2mdl_unscanned_ /opt/ncs/zephyr/drivers/sensor/st/lis2mdl/lis2mdl.c || cmake_object_order_depends_target_drivers__sensor__st__lis2mdl
+  DEFINES = -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -D_ANSI_SOURCE -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR_SUPERVISOR__ -D__ZEPHYR__=1
+  DEP_FILE = zephyr/drivers/sensor/st/lis2mdl/CMakeFiles/drivers__sensor__st__lis2mdl.dir/lis2mdl.c.obj.d
+  FLAGS = -Wshadow -fno-strict-aliasing -Os -imacros /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99
+  INCLUDES = -I/opt/ncs/zephyr/drivers/sensor/st/lis2mdl/../stmemsc -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/zephyr/lib/libc/common/include
+  OBJECT_DIR = zephyr/drivers/sensor/st/lis2mdl/CMakeFiles/drivers__sensor__st__lis2mdl.dir
+  OBJECT_FILE_DIR = zephyr/drivers/sensor/st/lis2mdl/CMakeFiles/drivers__sensor__st__lis2mdl.dir
+
+build zephyr/drivers/sensor/st/lis2mdl/CMakeFiles/drivers__sensor__st__lis2mdl.dir/lis2mdl_trigger.c.obj: C_COMPILER__drivers__sensor__st__lis2mdl_unscanned_ /opt/ncs/zephyr/drivers/sensor/st/lis2mdl/lis2mdl_trigger.c || cmake_object_order_depends_target_drivers__sensor__st__lis2mdl
+  DEFINES = -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -D_ANSI_SOURCE -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR_SUPERVISOR__ -D__ZEPHYR__=1
+  DEP_FILE = zephyr/drivers/sensor/st/lis2mdl/CMakeFiles/drivers__sensor__st__lis2mdl.dir/lis2mdl_trigger.c.obj.d
+  FLAGS = -Wshadow -fno-strict-aliasing -Os -imacros /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99
+  INCLUDES = -I/opt/ncs/zephyr/drivers/sensor/st/lis2mdl/../stmemsc -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/zephyr/lib/libc/common/include
+  OBJECT_DIR = zephyr/drivers/sensor/st/lis2mdl/CMakeFiles/drivers__sensor__st__lis2mdl.dir
+  OBJECT_FILE_DIR = zephyr/drivers/sensor/st/lis2mdl/CMakeFiles/drivers__sensor__st__lis2mdl.dir
+
+
+# =============================================================================
+# Link build statements for STATIC_LIBRARY target drivers__sensor__st__lis2mdl
+
+
+#############################################
+# Link the static library zephyr/drivers/sensor/st/lis2mdl/libdrivers__sensor__st__lis2mdl.a
+
+build zephyr/drivers/sensor/st/lis2mdl/libdrivers__sensor__st__lis2mdl.a: C_STATIC_LIBRARY_LINKER__drivers__sensor__st__lis2mdl_ zephyr/drivers/sensor/st/lis2mdl/CMakeFiles/drivers__sensor__st__lis2mdl.dir/lis2mdl.c.obj zephyr/drivers/sensor/st/lis2mdl/CMakeFiles/drivers__sensor__st__lis2mdl.dir/lis2mdl_trigger.c.obj || zephyr/driver_validation_h_target zephyr/kobj_types_h_target zephyr/syscall_list_h_target zephyr/zephyr_generated_headers
+  OBJECT_DIR = zephyr/drivers/sensor/st/lis2mdl/CMakeFiles/drivers__sensor__st__lis2mdl.dir
+  POST_BUILD = :
+  PRE_LINK = :
+  TARGET_FILE = zephyr/drivers/sensor/st/lis2mdl/libdrivers__sensor__st__lis2mdl.a
+  TARGET_PDB = drivers__sensor__st__lis2mdl.a.dbg
+
+
+#############################################
+# Utility command for edit_cache
+
+build zephyr/drivers/sensor/st/lis2mdl/CMakeFiles/edit_cache.util: CUSTOM_COMMAND
+  COMMAND = cd /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/drivers/sensor/st/lis2mdl && /opt/bin/ccmake -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  DESC = Running CMake cache editor...
+  pool = console
+  restat = 1
+
+build zephyr/drivers/sensor/st/lis2mdl/edit_cache: phony zephyr/drivers/sensor/st/lis2mdl/CMakeFiles/edit_cache.util
+
+
+#############################################
+# Utility command for rebuild_cache
+
+build zephyr/drivers/sensor/st/lis2mdl/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND
+  COMMAND = cd /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/drivers/sensor/st/lis2mdl && /opt/bin/cmake --regenerate-during-build -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  DESC = Running CMake to regenerate build system...
+  pool = console
+  restat = 1
+
+build zephyr/drivers/sensor/st/lis2mdl/rebuild_cache: phony zephyr/drivers/sensor/st/lis2mdl/CMakeFiles/rebuild_cache.util
+
+# =============================================================================
+# Write statements declared in CMakeLists.txt:
+# /opt/ncs/zephyr/drivers/sensor/CMakeLists.txt
+# =============================================================================
+
+
+#############################################
+# Utility command for edit_cache
+
+build zephyr/drivers/sensor/ti/CMakeFiles/edit_cache.util: CUSTOM_COMMAND
+  COMMAND = cd /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/drivers/sensor/ti && /opt/bin/ccmake -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  DESC = Running CMake cache editor...
+  pool = console
+  restat = 1
+
+build zephyr/drivers/sensor/ti/edit_cache: phony zephyr/drivers/sensor/ti/CMakeFiles/edit_cache.util
+
+
+#############################################
+# Utility command for rebuild_cache
+
+build zephyr/drivers/sensor/ti/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND
+  COMMAND = cd /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/drivers/sensor/ti && /opt/bin/cmake --regenerate-during-build -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  DESC = Running CMake to regenerate build system...
+  pool = console
+  restat = 1
+
+build zephyr/drivers/sensor/ti/rebuild_cache: phony zephyr/drivers/sensor/ti/CMakeFiles/rebuild_cache.util
+
+# =============================================================================
+# Write statements declared in CMakeLists.txt:
+# /opt/ncs/zephyr/drivers/sensor/CMakeLists.txt
+# =============================================================================
+
+
+#############################################
+# Utility command for edit_cache
+
+build zephyr/drivers/sensor/vishay/CMakeFiles/edit_cache.util: CUSTOM_COMMAND
+  COMMAND = cd /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/drivers/sensor/vishay && /opt/bin/ccmake -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  DESC = Running CMake cache editor...
+  pool = console
+  restat = 1
+
+build zephyr/drivers/sensor/vishay/edit_cache: phony zephyr/drivers/sensor/vishay/CMakeFiles/edit_cache.util
+
+
+#############################################
+# Utility command for rebuild_cache
+
+build zephyr/drivers/sensor/vishay/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND
+  COMMAND = cd /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/drivers/sensor/vishay && /opt/bin/cmake --regenerate-during-build -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  DESC = Running CMake to regenerate build system...
+  pool = console
+  restat = 1
+
+build zephyr/drivers/sensor/vishay/rebuild_cache: phony zephyr/drivers/sensor/vishay/CMakeFiles/rebuild_cache.util
+
+# =============================================================================
+# Write statements declared in CMakeLists.txt:
+# /opt/ncs/zephyr/drivers/sensor/CMakeLists.txt
+# =============================================================================
+
+
+#############################################
+# Utility command for edit_cache
+
+build zephyr/drivers/sensor/wsen/CMakeFiles/edit_cache.util: CUSTOM_COMMAND
+  COMMAND = cd /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/drivers/sensor/wsen && /opt/bin/ccmake -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  DESC = Running CMake cache editor...
+  pool = console
+  restat = 1
+
+build zephyr/drivers/sensor/wsen/edit_cache: phony zephyr/drivers/sensor/wsen/CMakeFiles/edit_cache.util
+
+
+#############################################
+# Utility command for rebuild_cache
+
+build zephyr/drivers/sensor/wsen/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND
+  COMMAND = cd /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/drivers/sensor/wsen && /opt/bin/cmake --regenerate-during-build -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  DESC = Running CMake to regenerate build system...
+  pool = console
+  restat = 1
+
+build zephyr/drivers/sensor/wsen/rebuild_cache: phony zephyr/drivers/sensor/wsen/CMakeFiles/rebuild_cache.util
+
+# =============================================================================
+# Write statements declared in CMakeLists.txt:
+# /opt/ncs/zephyr/drivers/CMakeLists.txt
+# =============================================================================
+
+# =============================================================================
+# Object build statements for STATIC_LIBRARY target drivers__serial
+
+
+#############################################
+# Order-only phony target for drivers__serial
+
+build cmake_object_order_depends_target_drivers__serial: phony || zephyr/driver_validation_h_target zephyr/kobj_types_h_target zephyr/syscall_list_h_target zephyr/zephyr_generated_headers
+
+build zephyr/drivers/serial/CMakeFiles/drivers__serial.dir/uart_nrfx_uart.c.obj: C_COMPILER__drivers__serial_unscanned_ /opt/ncs/zephyr/drivers/serial/uart_nrfx_uart.c || cmake_object_order_depends_target_drivers__serial
+  DEFINES = -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -D_ANSI_SOURCE -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR_SUPERVISOR__ -D__ZEPHYR__=1
+  DEP_FILE = zephyr/drivers/serial/CMakeFiles/drivers__serial.dir/uart_nrfx_uart.c.obj.d
+  FLAGS = -Wshadow -fno-strict-aliasing -Os -imacros /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99
+  INCLUDES = -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/zephyr/lib/libc/common/include
+  OBJECT_DIR = zephyr/drivers/serial/CMakeFiles/drivers__serial.dir
+  OBJECT_FILE_DIR = zephyr/drivers/serial/CMakeFiles/drivers__serial.dir
+
+
+# =============================================================================
+# Link build statements for STATIC_LIBRARY target drivers__serial
+
+
+#############################################
+# Link the static library zephyr/drivers/serial/libdrivers__serial.a
+
+build zephyr/drivers/serial/libdrivers__serial.a: C_STATIC_LIBRARY_LINKER__drivers__serial_ zephyr/drivers/serial/CMakeFiles/drivers__serial.dir/uart_nrfx_uart.c.obj || zephyr/driver_validation_h_target zephyr/kobj_types_h_target zephyr/syscall_list_h_target zephyr/zephyr_generated_headers
+  OBJECT_DIR = zephyr/drivers/serial/CMakeFiles/drivers__serial.dir
+  POST_BUILD = :
+  PRE_LINK = :
+  TARGET_FILE = zephyr/drivers/serial/libdrivers__serial.a
+  TARGET_PDB = drivers__serial.a.dbg
+
+
+#############################################
+# Utility command for edit_cache
+
+build zephyr/drivers/serial/CMakeFiles/edit_cache.util: CUSTOM_COMMAND
+  COMMAND = cd /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/drivers/serial && /opt/bin/ccmake -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  DESC = Running CMake cache editor...
+  pool = console
+  restat = 1
+
+build zephyr/drivers/serial/edit_cache: phony zephyr/drivers/serial/CMakeFiles/edit_cache.util
+
+
+#############################################
+# Utility command for rebuild_cache
+
+build zephyr/drivers/serial/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND
+  COMMAND = cd /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/drivers/serial && /opt/bin/cmake --regenerate-during-build -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  DESC = Running CMake to regenerate build system...
+  pool = console
+  restat = 1
+
+build zephyr/drivers/serial/rebuild_cache: phony zephyr/drivers/serial/CMakeFiles/rebuild_cache.util
+
+# =============================================================================
+# Write statements declared in CMakeLists.txt:
+# /opt/ncs/zephyr/drivers/CMakeLists.txt
+# =============================================================================
+
+# =============================================================================
+# Object build statements for STATIC_LIBRARY target drivers__spi
+
+
+#############################################
+# Order-only phony target for drivers__spi
+
+build cmake_object_order_depends_target_drivers__spi: phony || zephyr/driver_validation_h_target zephyr/kobj_types_h_target zephyr/syscall_list_h_target zephyr/zephyr_generated_headers
+
+build zephyr/drivers/spi/CMakeFiles/drivers__spi.dir/spi_nrfx_spim.c.obj: C_COMPILER__drivers__spi_unscanned_ /opt/ncs/zephyr/drivers/spi/spi_nrfx_spim.c || cmake_object_order_depends_target_drivers__spi
+  DEFINES = -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -D_ANSI_SOURCE -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR_SUPERVISOR__ -D__ZEPHYR__=1
+  DEP_FILE = zephyr/drivers/spi/CMakeFiles/drivers__spi.dir/spi_nrfx_spim.c.obj.d
+  FLAGS = -Wshadow -fno-strict-aliasing -Os -imacros /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99
+  INCLUDES = -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/zephyr/lib/libc/common/include
+  OBJECT_DIR = zephyr/drivers/spi/CMakeFiles/drivers__spi.dir
+  OBJECT_FILE_DIR = zephyr/drivers/spi/CMakeFiles/drivers__spi.dir
+
+build zephyr/drivers/spi/CMakeFiles/drivers__spi.dir/spi_nrfx_common.c.obj: C_COMPILER__drivers__spi_unscanned_ /opt/ncs/zephyr/drivers/spi/spi_nrfx_common.c || cmake_object_order_depends_target_drivers__spi
+  DEFINES = -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -D_ANSI_SOURCE -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR_SUPERVISOR__ -D__ZEPHYR__=1
+  DEP_FILE = zephyr/drivers/spi/CMakeFiles/drivers__spi.dir/spi_nrfx_common.c.obj.d
+  FLAGS = -Wshadow -fno-strict-aliasing -Os -imacros /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99
+  INCLUDES = -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/zephyr/lib/libc/common/include
+  OBJECT_DIR = zephyr/drivers/spi/CMakeFiles/drivers__spi.dir
+  OBJECT_FILE_DIR = zephyr/drivers/spi/CMakeFiles/drivers__spi.dir
+
+
+# =============================================================================
+# Link build statements for STATIC_LIBRARY target drivers__spi
+
+
+#############################################
+# Link the static library zephyr/drivers/spi/libdrivers__spi.a
+
+build zephyr/drivers/spi/libdrivers__spi.a: C_STATIC_LIBRARY_LINKER__drivers__spi_ zephyr/drivers/spi/CMakeFiles/drivers__spi.dir/spi_nrfx_spim.c.obj zephyr/drivers/spi/CMakeFiles/drivers__spi.dir/spi_nrfx_common.c.obj || zephyr/driver_validation_h_target zephyr/kobj_types_h_target zephyr/syscall_list_h_target zephyr/zephyr_generated_headers
+  OBJECT_DIR = zephyr/drivers/spi/CMakeFiles/drivers__spi.dir
+  POST_BUILD = :
+  PRE_LINK = :
+  TARGET_FILE = zephyr/drivers/spi/libdrivers__spi.a
+  TARGET_PDB = drivers__spi.a.dbg
+
+
+#############################################
+# Utility command for edit_cache
+
+build zephyr/drivers/spi/CMakeFiles/edit_cache.util: CUSTOM_COMMAND
+  COMMAND = cd /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/drivers/spi && /opt/bin/ccmake -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  DESC = Running CMake cache editor...
+  pool = console
+  restat = 1
+
+build zephyr/drivers/spi/edit_cache: phony zephyr/drivers/spi/CMakeFiles/edit_cache.util
+
+
+#############################################
+# Utility command for rebuild_cache
+
+build zephyr/drivers/spi/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND
+  COMMAND = cd /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/drivers/spi && /opt/bin/cmake --regenerate-during-build -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  DESC = Running CMake to regenerate build system...
+  pool = console
+  restat = 1
+
+build zephyr/drivers/spi/rebuild_cache: phony zephyr/drivers/spi/CMakeFiles/rebuild_cache.util
+
+# =============================================================================
+# Write statements declared in CMakeLists.txt:
+# /opt/ncs/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/driver_validation_h_target zephyr/kobj_types_h_target zephyr/syscall_list_h_target zephyr/zephyr_generated_headers
+
+build zephyr/drivers/timer/CMakeFiles/drivers__timer.dir/sys_clock_init.c.obj: C_COMPILER__drivers__timer_unscanned_ /opt/ncs/zephyr/drivers/timer/sys_clock_init.c || cmake_object_order_depends_target_drivers__timer
+  DEFINES = -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -D_ANSI_SOURCE -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/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99
+  INCLUDES = -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/zephyr/lib/libc/common/include
+  OBJECT_DIR = zephyr/drivers/timer/CMakeFiles/drivers__timer.dir
+  OBJECT_FILE_DIR = zephyr/drivers/timer/CMakeFiles/drivers__timer.dir
+
+build zephyr/drivers/timer/CMakeFiles/drivers__timer.dir/nrf_rtc_timer.c.obj: C_COMPILER__drivers__timer_unscanned_ /opt/ncs/zephyr/drivers/timer/nrf_rtc_timer.c || cmake_object_order_depends_target_drivers__timer
+  DEFINES = -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -D_ANSI_SOURCE -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR_SUPERVISOR__ -D__ZEPHYR__=1
+  DEP_FILE = zephyr/drivers/timer/CMakeFiles/drivers__timer.dir/nrf_rtc_timer.c.obj.d
+  FLAGS = -Wshadow -fno-strict-aliasing -Os -imacros /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99
+  INCLUDES = -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/zephyr/lib/libc/common/include
+  OBJECT_DIR = zephyr/drivers/timer/CMakeFiles/drivers__timer.dir
+  OBJECT_FILE_DIR = zephyr/drivers/timer/CMakeFiles/drivers__timer.dir
+
+
+# =============================================================================
+# 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/nrf_rtc_timer.c.obj || zephyr/driver_validation_h_target zephyr/kobj_types_h_target zephyr/syscall_list_h_target zephyr/zephyr_generated_headers
+  OBJECT_DIR = zephyr/drivers/timer/CMakeFiles/drivers__timer.dir
+  POST_BUILD = :
+  PRE_LINK = :
+  TARGET_FILE = zephyr/drivers/timer/libdrivers__timer.a
+  TARGET_PDB = drivers__timer.a.dbg
+
+
+#############################################
+# Utility command for edit_cache
+
+build zephyr/drivers/timer/CMakeFiles/edit_cache.util: CUSTOM_COMMAND
+  COMMAND = cd /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/drivers/timer && /opt/bin/ccmake -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  DESC = Running CMake cache editor...
+  pool = console
+  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/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/drivers/timer && /opt/bin/cmake --regenerate-during-build -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  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:
+# /opt/ncs/zephyr/CMakeLists.txt
+# =============================================================================
+
+
+#############################################
+# Utility command for ncs_version_h
+
+build modules/nrf/ncs_version_h: phony modules/nrf/CMakeFiles/ncs_version_h zephyr/include/generated/ncs_version.h
+
+
+#############################################
+# Utility command for ncs_commit_h
+
+build modules/nrf/ncs_commit_h: phony modules/nrf/CMakeFiles/ncs_commit_h zephyr/include/generated/ncs_commit.h
+
+
+#############################################
+# Utility command for zephyr_commit_h
+
+build modules/nrf/zephyr_commit_h: phony modules/nrf/CMakeFiles/zephyr_commit_h zephyr/include/generated/zephyr_commit.h
+
+
+#############################################
+# Utility command for app_subimage
+
+build modules/nrf/app_subimage: phony
+
+
+#############################################
+# Utility command for edit_cache
+
+build modules/nrf/CMakeFiles/edit_cache.util: CUSTOM_COMMAND
+  COMMAND = cd /home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/nrf && /opt/bin/ccmake -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  DESC = Running CMake cache editor...
+  pool = console
+  restat = 1
+
+build modules/nrf/edit_cache: phony modules/nrf/CMakeFiles/edit_cache.util
+
+
+#############################################
+# Utility command for rebuild_cache
+
+build modules/nrf/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND
+  COMMAND = cd /home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/nrf && /opt/bin/cmake --regenerate-during-build -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  DESC = Running CMake to regenerate build system...
+  pool = console
+  restat = 1
+
+build modules/nrf/rebuild_cache: phony modules/nrf/CMakeFiles/rebuild_cache.util
+
+
+#############################################
+# Phony custom command for modules/nrf/CMakeFiles/ncs_version_h
+
+build modules/nrf/CMakeFiles/ncs_version_h | ${cmake_ninja_workdir}modules/nrf/CMakeFiles/ncs_version_h: phony zephyr/include/generated/ncs_version.h
+
+
+#############################################
+# Custom command for zephyr/include/generated/ncs_version.h
+
+build zephyr/include/generated/ncs_version.h | ${cmake_ninja_workdir}zephyr/include/generated/ncs_version.h: CUSTOM_COMMAND /opt/ncs/nrf/VERSION /opt/ncs/zephyr/.git/index
+  COMMAND = cd /home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/nrf && /opt/bin/cmake -DZEPHYR_BASE=/opt/ncs/zephyr -DOUT_FILE=/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/ncs_version.h -DVERSION_TYPE=NCS -DVERSION_FILE=/opt/ncs/nrf/VERSIONFILEDUMMY -DNCS_VERSION_CODE=132864 -DNCS_VERSION_NUMBER=0x20700 -DNCS_VERSION_MAJOR=2 -DNCS_VERSION_MINOR=7 -DNCS_PATCHLEVEL=0 -DNCS_VERSION_STRING=2.7.0 -P /opt/ncs/zephyr/cmake/gen_version_h.cmake
+  DESC = Generating ../../zephyr/include/generated/ncs_version.h
+  restat = 1
+
+
+#############################################
+# Phony custom command for modules/nrf/CMakeFiles/ncs_commit_h
+
+build modules/nrf/CMakeFiles/ncs_commit_h | ${cmake_ninja_workdir}modules/nrf/CMakeFiles/ncs_commit_h: phony zephyr/include/generated/ncs_commit.h
+
+
+#############################################
+# Custom command for zephyr/include/generated/ncs_commit.h
+
+build zephyr/include/generated/ncs_commit.h | ${cmake_ninja_workdir}zephyr/include/generated/ncs_commit.h: CUSTOM_COMMAND /opt/ncs/nrf/VERSION /opt/ncs/nrf/.git /opt/ncs/nrf/.git/index
+  COMMAND = cd /home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/nrf && /opt/bin/cmake -DZEPHYR_BASE=/opt/ncs/zephyr -DNRF_DIR=/opt/ncs/nrf -DOUT_FILE=/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/ncs_commit.h -DCOMMIT_TYPE=NCS -DCOMMIT_PATH=/opt/ncs/nrf -P /opt/ncs/nrf/cmake/gen_commit_h.cmake
+  DESC = Generating ../../zephyr/include/generated/ncs_commit.h
+  restat = 1
+
+
+#############################################
+# Phony custom command for modules/nrf/CMakeFiles/zephyr_commit_h
+
+build modules/nrf/CMakeFiles/zephyr_commit_h | ${cmake_ninja_workdir}modules/nrf/CMakeFiles/zephyr_commit_h: phony zephyr/include/generated/zephyr_commit.h
+
+
+#############################################
+# Custom command for zephyr/include/generated/zephyr_commit.h
+
+build zephyr/include/generated/zephyr_commit.h | ${cmake_ninja_workdir}zephyr/include/generated/zephyr_commit.h: CUSTOM_COMMAND /opt/ncs/zephyr/VERSION /opt/ncs/zephyr/.git /opt/ncs/zephyr/.git/index
+  COMMAND = cd /home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/nrf && /opt/bin/cmake -DZEPHYR_BASE=/opt/ncs/zephyr -DNRF_DIR=/opt/ncs/nrf -DOUT_FILE=/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/zephyr_commit.h -DCOMMIT_TYPE=ZEPHYR -DCOMMIT_PATH=/opt/ncs/zephyr -P /opt/ncs/nrf/cmake/gen_commit_h.cmake
+  DESC = Generating ../../zephyr/include/generated/zephyr_commit.h
+  restat = 1
+
+# =============================================================================
+# Write statements declared in CMakeLists.txt:
+# /opt/ncs/nrf/CMakeLists.txt
+# =============================================================================
+
+
+#############################################
+# Utility command for edit_cache
+
+build modules/nrf/ext/CMakeFiles/edit_cache.util: CUSTOM_COMMAND
+  COMMAND = cd /home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/nrf/ext && /opt/bin/ccmake -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  DESC = Running CMake cache editor...
+  pool = console
+  restat = 1
+
+build modules/nrf/ext/edit_cache: phony modules/nrf/ext/CMakeFiles/edit_cache.util
+
+
+#############################################
+# Utility command for rebuild_cache
+
+build modules/nrf/ext/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND
+  COMMAND = cd /home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/nrf/ext && /opt/bin/cmake --regenerate-during-build -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  DESC = Running CMake to regenerate build system...
+  pool = console
+  restat = 1
+
+build modules/nrf/ext/rebuild_cache: phony modules/nrf/ext/CMakeFiles/rebuild_cache.util
+
+# =============================================================================
+# Write statements declared in CMakeLists.txt:
+# /opt/ncs/nrf/CMakeLists.txt
+# =============================================================================
+
+
+#############################################
+# Utility command for edit_cache
+
+build modules/nrf/lib/CMakeFiles/edit_cache.util: CUSTOM_COMMAND
+  COMMAND = cd /home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/nrf/lib && /opt/bin/ccmake -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  DESC = Running CMake cache editor...
+  pool = console
+  restat = 1
+
+build modules/nrf/lib/edit_cache: phony modules/nrf/lib/CMakeFiles/edit_cache.util
+
+
+#############################################
+# Utility command for rebuild_cache
+
+build modules/nrf/lib/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND
+  COMMAND = cd /home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/nrf/lib && /opt/bin/cmake --regenerate-during-build -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  DESC = Running CMake to regenerate build system...
+  pool = console
+  restat = 1
+
+build modules/nrf/lib/rebuild_cache: phony modules/nrf/lib/CMakeFiles/rebuild_cache.util
+
+# =============================================================================
+# Write statements declared in CMakeLists.txt:
+# /opt/ncs/nrf/lib/CMakeLists.txt
+# =============================================================================
+
+
+#############################################
+# Utility command for edit_cache
+
+build modules/nrf/lib/bin/CMakeFiles/edit_cache.util: CUSTOM_COMMAND
+  COMMAND = cd /home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/nrf/lib/bin && /opt/bin/ccmake -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  DESC = Running CMake cache editor...
+  pool = console
+  restat = 1
+
+build modules/nrf/lib/bin/edit_cache: phony modules/nrf/lib/bin/CMakeFiles/edit_cache.util
+
+
+#############################################
+# Utility command for rebuild_cache
+
+build modules/nrf/lib/bin/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND
+  COMMAND = cd /home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/nrf/lib/bin && /opt/bin/cmake --regenerate-during-build -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  DESC = Running CMake to regenerate build system...
+  pool = console
+  restat = 1
+
+build modules/nrf/lib/bin/rebuild_cache: phony modules/nrf/lib/bin/CMakeFiles/rebuild_cache.util
+
+# =============================================================================
+# Write statements declared in CMakeLists.txt:
+# /opt/ncs/nrf/lib/CMakeLists.txt
+# =============================================================================
+
+# =============================================================================
+# Object build statements for STATIC_LIBRARY target ..__nrf__lib__multithreading_lock
+
+
+#############################################
+# Order-only phony target for ..__nrf__lib__multithreading_lock
+
+build cmake_object_order_depends_target_..__nrf__lib__multithreading_lock: phony || zephyr/driver_validation_h_target zephyr/kobj_types_h_target zephyr/syscall_list_h_target zephyr/zephyr_generated_headers
+
+build modules/nrf/lib/multithreading_lock/CMakeFiles/..__nrf__lib__multithreading_lock.dir/multithreading_lock.c.obj: C_COMPILER__.2e.2e__nrf__lib__multithreading_lock_unscanned_ /opt/ncs/nrf/lib/multithreading_lock/multithreading_lock.c || cmake_object_order_depends_target_..__nrf__lib__multithreading_lock
+  DEFINES = -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -D_ANSI_SOURCE -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1
+  DEP_FILE = modules/nrf/lib/multithreading_lock/CMakeFiles/..__nrf__lib__multithreading_lock.dir/multithreading_lock.c.obj.d
+  FLAGS = -fno-strict-aliasing -Os -imacros /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99
+  INCLUDES = -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/zephyr/lib/libc/common/include
+  OBJECT_DIR = modules/nrf/lib/multithreading_lock/CMakeFiles/..__nrf__lib__multithreading_lock.dir
+  OBJECT_FILE_DIR = modules/nrf/lib/multithreading_lock/CMakeFiles/..__nrf__lib__multithreading_lock.dir
+
+
+# =============================================================================
+# Link build statements for STATIC_LIBRARY target ..__nrf__lib__multithreading_lock
+
+
+#############################################
+# Link the static library modules/nrf/lib/multithreading_lock/lib..__nrf__lib__multithreading_lock.a
+
+build modules/nrf/lib/multithreading_lock/lib..__nrf__lib__multithreading_lock.a: C_STATIC_LIBRARY_LINKER__.2e.2e__nrf__lib__multithreading_lock_ modules/nrf/lib/multithreading_lock/CMakeFiles/..__nrf__lib__multithreading_lock.dir/multithreading_lock.c.obj || zephyr/driver_validation_h_target zephyr/kobj_types_h_target zephyr/syscall_list_h_target zephyr/zephyr_generated_headers
+  OBJECT_DIR = modules/nrf/lib/multithreading_lock/CMakeFiles/..__nrf__lib__multithreading_lock.dir
+  POST_BUILD = :
+  PRE_LINK = :
+  TARGET_FILE = modules/nrf/lib/multithreading_lock/lib..__nrf__lib__multithreading_lock.a
+  TARGET_PDB = ..__nrf__lib__multithreading_lock.a.dbg
+
+
+#############################################
+# Utility command for edit_cache
+
+build modules/nrf/lib/multithreading_lock/CMakeFiles/edit_cache.util: CUSTOM_COMMAND
+  COMMAND = cd /home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/nrf/lib/multithreading_lock && /opt/bin/ccmake -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  DESC = Running CMake cache editor...
+  pool = console
+  restat = 1
+
+build modules/nrf/lib/multithreading_lock/edit_cache: phony modules/nrf/lib/multithreading_lock/CMakeFiles/edit_cache.util
+
+
+#############################################
+# Utility command for rebuild_cache
+
+build modules/nrf/lib/multithreading_lock/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND
+  COMMAND = cd /home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/nrf/lib/multithreading_lock && /opt/bin/cmake --regenerate-during-build -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  DESC = Running CMake to regenerate build system...
+  pool = console
+  restat = 1
+
+build modules/nrf/lib/multithreading_lock/rebuild_cache: phony modules/nrf/lib/multithreading_lock/CMakeFiles/rebuild_cache.util
+
+# =============================================================================
+# Write statements declared in CMakeLists.txt:
+# /opt/ncs/nrf/lib/CMakeLists.txt
+# =============================================================================
+
+
+#############################################
+# Utility command for edit_cache
+
+build modules/nrf/lib/flash_patch/CMakeFiles/edit_cache.util: CUSTOM_COMMAND
+  COMMAND = cd /home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/nrf/lib/flash_patch && /opt/bin/ccmake -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  DESC = Running CMake cache editor...
+  pool = console
+  restat = 1
+
+build modules/nrf/lib/flash_patch/edit_cache: phony modules/nrf/lib/flash_patch/CMakeFiles/edit_cache.util
+
+
+#############################################
+# Utility command for rebuild_cache
+
+build modules/nrf/lib/flash_patch/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND
+  COMMAND = cd /home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/nrf/lib/flash_patch && /opt/bin/cmake --regenerate-during-build -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  DESC = Running CMake to regenerate build system...
+  pool = console
+  restat = 1
+
+build modules/nrf/lib/flash_patch/rebuild_cache: phony modules/nrf/lib/flash_patch/CMakeFiles/rebuild_cache.util
+
+# =============================================================================
+# Write statements declared in CMakeLists.txt:
+# /opt/ncs/nrf/lib/CMakeLists.txt
+# =============================================================================
+
+
+#############################################
+# Utility command for edit_cache
+
+build modules/nrf/lib/fatal_error/CMakeFiles/edit_cache.util: CUSTOM_COMMAND
+  COMMAND = cd /home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/nrf/lib/fatal_error && /opt/bin/ccmake -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  DESC = Running CMake cache editor...
+  pool = console
+  restat = 1
+
+build modules/nrf/lib/fatal_error/edit_cache: phony modules/nrf/lib/fatal_error/CMakeFiles/edit_cache.util
+
+
+#############################################
+# Utility command for rebuild_cache
+
+build modules/nrf/lib/fatal_error/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND
+  COMMAND = cd /home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/nrf/lib/fatal_error && /opt/bin/cmake --regenerate-during-build -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  DESC = Running CMake to regenerate build system...
+  pool = console
+  restat = 1
+
+build modules/nrf/lib/fatal_error/rebuild_cache: phony modules/nrf/lib/fatal_error/CMakeFiles/rebuild_cache.util
+
+# =============================================================================
+# Write statements declared in CMakeLists.txt:
+# /opt/ncs/nrf/lib/CMakeLists.txt
+# =============================================================================
+
+
+#############################################
+# Utility command for edit_cache
+
+build modules/nrf/lib/boot_banner/CMakeFiles/edit_cache.util: CUSTOM_COMMAND
+  COMMAND = cd /home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/nrf/lib/boot_banner && /opt/bin/ccmake -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  DESC = Running CMake cache editor...
+  pool = console
+  restat = 1
+
+build modules/nrf/lib/boot_banner/edit_cache: phony modules/nrf/lib/boot_banner/CMakeFiles/edit_cache.util
+
+
+#############################################
+# Utility command for rebuild_cache
+
+build modules/nrf/lib/boot_banner/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND
+  COMMAND = cd /home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/nrf/lib/boot_banner && /opt/bin/cmake --regenerate-during-build -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  DESC = Running CMake to regenerate build system...
+  pool = console
+  restat = 1
+
+build modules/nrf/lib/boot_banner/rebuild_cache: phony modules/nrf/lib/boot_banner/CMakeFiles/rebuild_cache.util
+
+# =============================================================================
+# Write statements declared in CMakeLists.txt:
+# /opt/ncs/nrf/CMakeLists.txt
+# =============================================================================
+
+
+#############################################
+# Utility command for edit_cache
+
+build modules/nrf/samples/CMakeFiles/edit_cache.util: CUSTOM_COMMAND
+  COMMAND = cd /home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/nrf/samples && /opt/bin/ccmake -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  DESC = Running CMake cache editor...
+  pool = console
+  restat = 1
+
+build modules/nrf/samples/edit_cache: phony modules/nrf/samples/CMakeFiles/edit_cache.util
+
+
+#############################################
+# Utility command for rebuild_cache
+
+build modules/nrf/samples/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND
+  COMMAND = cd /home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/nrf/samples && /opt/bin/cmake --regenerate-during-build -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  DESC = Running CMake to regenerate build system...
+  pool = console
+  restat = 1
+
+build modules/nrf/samples/rebuild_cache: phony modules/nrf/samples/CMakeFiles/rebuild_cache.util
+
+# =============================================================================
+# Write statements declared in CMakeLists.txt:
+# /opt/ncs/nrf/samples/CMakeLists.txt
+# =============================================================================
+
+
+#############################################
+# Utility command for edit_cache
+
+build modules/nrf/samples/common/CMakeFiles/edit_cache.util: CUSTOM_COMMAND
+  COMMAND = cd /home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/nrf/samples/common && /opt/bin/ccmake -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  DESC = Running CMake cache editor...
+  pool = console
+  restat = 1
+
+build modules/nrf/samples/common/edit_cache: phony modules/nrf/samples/common/CMakeFiles/edit_cache.util
+
+
+#############################################
+# Utility command for rebuild_cache
+
+build modules/nrf/samples/common/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND
+  COMMAND = cd /home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/nrf/samples/common && /opt/bin/cmake --regenerate-during-build -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  DESC = Running CMake to regenerate build system...
+  pool = console
+  restat = 1
+
+build modules/nrf/samples/common/rebuild_cache: phony modules/nrf/samples/common/CMakeFiles/rebuild_cache.util
+
+# =============================================================================
+# Write statements declared in CMakeLists.txt:
+# /opt/ncs/nrf/samples/common/CMakeLists.txt
+# =============================================================================
+
+
+#############################################
+# Utility command for edit_cache
+
+build modules/nrf/samples/common/mcumgr_bt_ota_dfu/CMakeFiles/edit_cache.util: CUSTOM_COMMAND
+  COMMAND = cd /home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/nrf/samples/common/mcumgr_bt_ota_dfu && /opt/bin/ccmake -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  DESC = Running CMake cache editor...
+  pool = console
+  restat = 1
+
+build modules/nrf/samples/common/mcumgr_bt_ota_dfu/edit_cache: phony modules/nrf/samples/common/mcumgr_bt_ota_dfu/CMakeFiles/edit_cache.util
+
+
+#############################################
+# Utility command for rebuild_cache
+
+build modules/nrf/samples/common/mcumgr_bt_ota_dfu/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND
+  COMMAND = cd /home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/nrf/samples/common/mcumgr_bt_ota_dfu && /opt/bin/cmake --regenerate-during-build -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  DESC = Running CMake to regenerate build system...
+  pool = console
+  restat = 1
+
+build modules/nrf/samples/common/mcumgr_bt_ota_dfu/rebuild_cache: phony modules/nrf/samples/common/mcumgr_bt_ota_dfu/CMakeFiles/rebuild_cache.util
+
+# =============================================================================
+# Write statements declared in CMakeLists.txt:
+# /opt/ncs/nrf/CMakeLists.txt
+# =============================================================================
+
+
+#############################################
+# Utility command for edit_cache
+
+build modules/nrf/subsys/CMakeFiles/edit_cache.util: CUSTOM_COMMAND
+  COMMAND = cd /home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/nrf/subsys && /opt/bin/ccmake -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  DESC = Running CMake cache editor...
+  pool = console
+  restat = 1
+
+build modules/nrf/subsys/edit_cache: phony modules/nrf/subsys/CMakeFiles/edit_cache.util
+
+
+#############################################
+# Utility command for rebuild_cache
+
+build modules/nrf/subsys/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND
+  COMMAND = cd /home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/nrf/subsys && /opt/bin/cmake --regenerate-during-build -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  DESC = Running CMake to regenerate build system...
+  pool = console
+  restat = 1
+
+build modules/nrf/subsys/rebuild_cache: phony modules/nrf/subsys/CMakeFiles/rebuild_cache.util
+
+# =============================================================================
+# Write statements declared in CMakeLists.txt:
+# /opt/ncs/nrf/subsys/CMakeLists.txt
+# =============================================================================
+
+
+#############################################
+# Utility command for edit_cache
+
+build modules/nrf/subsys/bluetooth/CMakeFiles/edit_cache.util: CUSTOM_COMMAND
+  COMMAND = cd /home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/nrf/subsys/bluetooth && /opt/bin/ccmake -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  DESC = Running CMake cache editor...
+  pool = console
+  restat = 1
+
+build modules/nrf/subsys/bluetooth/edit_cache: phony modules/nrf/subsys/bluetooth/CMakeFiles/edit_cache.util
+
+
+#############################################
+# Utility command for rebuild_cache
+
+build modules/nrf/subsys/bluetooth/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND
+  COMMAND = cd /home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/nrf/subsys/bluetooth && /opt/bin/cmake --regenerate-during-build -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  DESC = Running CMake to regenerate build system...
+  pool = console
+  restat = 1
+
+build modules/nrf/subsys/bluetooth/rebuild_cache: phony modules/nrf/subsys/bluetooth/CMakeFiles/rebuild_cache.util
+
+# =============================================================================
+# Write statements declared in CMakeLists.txt:
+# /opt/ncs/nrf/subsys/bluetooth/CMakeLists.txt
+# =============================================================================
+
+# =============================================================================
+# Object build statements for STATIC_LIBRARY target ..__nrf__subsys__bluetooth__controller
+
+
+#############################################
+# Order-only phony target for ..__nrf__subsys__bluetooth__controller
+
+build cmake_object_order_depends_target_..__nrf__subsys__bluetooth__controller: phony || zephyr/driver_validation_h_target zephyr/kobj_types_h_target zephyr/syscall_list_h_target zephyr/zephyr_generated_headers
+
+build modules/nrf/subsys/bluetooth/controller/CMakeFiles/..__nrf__subsys__bluetooth__controller.dir/hci_driver.c.obj: C_COMPILER__.2e.2e__nrf__subsys__bluetooth__controller_unscanned_ /opt/ncs/nrf/subsys/bluetooth/controller/hci_driver.c || cmake_object_order_depends_target_..__nrf__subsys__bluetooth__controller
+  DEFINES = -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -D_ANSI_SOURCE -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1
+  DEP_FILE = modules/nrf/subsys/bluetooth/controller/CMakeFiles/..__nrf__subsys__bluetooth__controller.dir/hci_driver.c.obj.d
+  FLAGS = -fno-strict-aliasing -Os -imacros /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99
+  INCLUDES = -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -I/opt/ncs/nrfxlib/crypto/nrf_oberon/include -isystem /opt/ncs/zephyr/lib/libc/common/include
+  OBJECT_DIR = modules/nrf/subsys/bluetooth/controller/CMakeFiles/..__nrf__subsys__bluetooth__controller.dir
+  OBJECT_FILE_DIR = modules/nrf/subsys/bluetooth/controller/CMakeFiles/..__nrf__subsys__bluetooth__controller.dir
+
+build modules/nrf/subsys/bluetooth/controller/CMakeFiles/..__nrf__subsys__bluetooth__controller.dir/hci_internal.c.obj: C_COMPILER__.2e.2e__nrf__subsys__bluetooth__controller_unscanned_ /opt/ncs/nrf/subsys/bluetooth/controller/hci_internal.c || cmake_object_order_depends_target_..__nrf__subsys__bluetooth__controller
+  DEFINES = -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -D_ANSI_SOURCE -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1
+  DEP_FILE = modules/nrf/subsys/bluetooth/controller/CMakeFiles/..__nrf__subsys__bluetooth__controller.dir/hci_internal.c.obj.d
+  FLAGS = -fno-strict-aliasing -Os -imacros /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99
+  INCLUDES = -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -I/opt/ncs/nrfxlib/crypto/nrf_oberon/include -isystem /opt/ncs/zephyr/lib/libc/common/include
+  OBJECT_DIR = modules/nrf/subsys/bluetooth/controller/CMakeFiles/..__nrf__subsys__bluetooth__controller.dir
+  OBJECT_FILE_DIR = modules/nrf/subsys/bluetooth/controller/CMakeFiles/..__nrf__subsys__bluetooth__controller.dir
+
+build modules/nrf/subsys/bluetooth/controller/CMakeFiles/..__nrf__subsys__bluetooth__controller.dir/crypto.c.obj: C_COMPILER__.2e.2e__nrf__subsys__bluetooth__controller_unscanned_ /opt/ncs/nrf/subsys/bluetooth/controller/crypto.c || cmake_object_order_depends_target_..__nrf__subsys__bluetooth__controller
+  DEFINES = -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -D_ANSI_SOURCE -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1
+  DEP_FILE = modules/nrf/subsys/bluetooth/controller/CMakeFiles/..__nrf__subsys__bluetooth__controller.dir/crypto.c.obj.d
+  FLAGS = -fno-strict-aliasing -Os -imacros /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99
+  INCLUDES = -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -I/opt/ncs/nrfxlib/crypto/nrf_oberon/include -isystem /opt/ncs/zephyr/lib/libc/common/include
+  OBJECT_DIR = modules/nrf/subsys/bluetooth/controller/CMakeFiles/..__nrf__subsys__bluetooth__controller.dir
+  OBJECT_FILE_DIR = modules/nrf/subsys/bluetooth/controller/CMakeFiles/..__nrf__subsys__bluetooth__controller.dir
+
+build modules/nrf/subsys/bluetooth/controller/CMakeFiles/..__nrf__subsys__bluetooth__controller.dir/ecdh.c.obj: C_COMPILER__.2e.2e__nrf__subsys__bluetooth__controller_unscanned_ /opt/ncs/nrf/subsys/bluetooth/controller/ecdh.c || cmake_object_order_depends_target_..__nrf__subsys__bluetooth__controller
+  DEFINES = -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -D_ANSI_SOURCE -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1
+  DEP_FILE = modules/nrf/subsys/bluetooth/controller/CMakeFiles/..__nrf__subsys__bluetooth__controller.dir/ecdh.c.obj.d
+  FLAGS = -fno-strict-aliasing -Os -imacros /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99
+  INCLUDES = -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -I/opt/ncs/nrfxlib/crypto/nrf_oberon/include -isystem /opt/ncs/zephyr/lib/libc/common/include
+  OBJECT_DIR = modules/nrf/subsys/bluetooth/controller/CMakeFiles/..__nrf__subsys__bluetooth__controller.dir
+  OBJECT_FILE_DIR = modules/nrf/subsys/bluetooth/controller/CMakeFiles/..__nrf__subsys__bluetooth__controller.dir
+
+
+# =============================================================================
+# Link build statements for STATIC_LIBRARY target ..__nrf__subsys__bluetooth__controller
+
+
+#############################################
+# Link the static library modules/nrf/subsys/bluetooth/controller/lib..__nrf__subsys__bluetooth__controller.a
+
+build modules/nrf/subsys/bluetooth/controller/lib..__nrf__subsys__bluetooth__controller.a: C_STATIC_LIBRARY_LINKER__.2e.2e__nrf__subsys__bluetooth__controller_ modules/nrf/subsys/bluetooth/controller/CMakeFiles/..__nrf__subsys__bluetooth__controller.dir/hci_driver.c.obj modules/nrf/subsys/bluetooth/controller/CMakeFiles/..__nrf__subsys__bluetooth__controller.dir/hci_internal.c.obj modules/nrf/subsys/bluetooth/controller/CMakeFiles/..__nrf__subsys__bluetooth__controller.dir/crypto.c.obj modules/nrf/subsys/bluetooth/controller/CMakeFiles/..__nrf__subsys__bluetooth__controller.dir/ecdh.c.obj || zephyr/driver_validation_h_target zephyr/kobj_types_h_target zephyr/syscall_list_h_target zephyr/zephyr_generated_headers
+  OBJECT_DIR = modules/nrf/subsys/bluetooth/controller/CMakeFiles/..__nrf__subsys__bluetooth__controller.dir
+  POST_BUILD = :
+  PRE_LINK = :
+  TARGET_FILE = modules/nrf/subsys/bluetooth/controller/lib..__nrf__subsys__bluetooth__controller.a
+  TARGET_PDB = ..__nrf__subsys__bluetooth__controller.a.dbg
+
+
+#############################################
+# Utility command for edit_cache
+
+build modules/nrf/subsys/bluetooth/controller/CMakeFiles/edit_cache.util: CUSTOM_COMMAND
+  COMMAND = cd /home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/nrf/subsys/bluetooth/controller && /opt/bin/ccmake -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  DESC = Running CMake cache editor...
+  pool = console
+  restat = 1
+
+build modules/nrf/subsys/bluetooth/controller/edit_cache: phony modules/nrf/subsys/bluetooth/controller/CMakeFiles/edit_cache.util
+
+
+#############################################
+# Utility command for rebuild_cache
+
+build modules/nrf/subsys/bluetooth/controller/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND
+  COMMAND = cd /home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/nrf/subsys/bluetooth/controller && /opt/bin/cmake --regenerate-during-build -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  DESC = Running CMake to regenerate build system...
+  pool = console
+  restat = 1
+
+build modules/nrf/subsys/bluetooth/controller/rebuild_cache: phony modules/nrf/subsys/bluetooth/controller/CMakeFiles/rebuild_cache.util
+
+# =============================================================================
+# Write statements declared in CMakeLists.txt:
+# /opt/ncs/nrf/subsys/bluetooth/CMakeLists.txt
+# =============================================================================
+
+
+#############################################
+# Utility command for edit_cache
+
+build modules/nrf/subsys/bluetooth/host_extensions/CMakeFiles/edit_cache.util: CUSTOM_COMMAND
+  COMMAND = cd /home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/nrf/subsys/bluetooth/host_extensions && /opt/bin/ccmake -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  DESC = Running CMake cache editor...
+  pool = console
+  restat = 1
+
+build modules/nrf/subsys/bluetooth/host_extensions/edit_cache: phony modules/nrf/subsys/bluetooth/host_extensions/CMakeFiles/edit_cache.util
+
+
+#############################################
+# Utility command for rebuild_cache
+
+build modules/nrf/subsys/bluetooth/host_extensions/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND
+  COMMAND = cd /home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/nrf/subsys/bluetooth/host_extensions && /opt/bin/cmake --regenerate-during-build -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  DESC = Running CMake to regenerate build system...
+  pool = console
+  restat = 1
+
+build modules/nrf/subsys/bluetooth/host_extensions/rebuild_cache: phony modules/nrf/subsys/bluetooth/host_extensions/CMakeFiles/rebuild_cache.util
+
+# =============================================================================
+# Write statements declared in CMakeLists.txt:
+# /opt/ncs/nrf/subsys/CMakeLists.txt
+# =============================================================================
+
+
+#############################################
+# Utility command for edit_cache
+
+build modules/nrf/subsys/net/CMakeFiles/edit_cache.util: CUSTOM_COMMAND
+  COMMAND = cd /home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/nrf/subsys/net && /opt/bin/ccmake -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  DESC = Running CMake cache editor...
+  pool = console
+  restat = 1
+
+build modules/nrf/subsys/net/edit_cache: phony modules/nrf/subsys/net/CMakeFiles/edit_cache.util
+
+
+#############################################
+# Utility command for rebuild_cache
+
+build modules/nrf/subsys/net/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND
+  COMMAND = cd /home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/nrf/subsys/net && /opt/bin/cmake --regenerate-during-build -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  DESC = Running CMake to regenerate build system...
+  pool = console
+  restat = 1
+
+build modules/nrf/subsys/net/rebuild_cache: phony modules/nrf/subsys/net/CMakeFiles/rebuild_cache.util
+
+# =============================================================================
+# Write statements declared in CMakeLists.txt:
+# /opt/ncs/nrf/subsys/net/CMakeLists.txt
+# =============================================================================
+
+
+#############################################
+# Utility command for edit_cache
+
+build modules/nrf/subsys/net/lib/CMakeFiles/edit_cache.util: CUSTOM_COMMAND
+  COMMAND = cd /home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/nrf/subsys/net/lib && /opt/bin/ccmake -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  DESC = Running CMake cache editor...
+  pool = console
+  restat = 1
+
+build modules/nrf/subsys/net/lib/edit_cache: phony modules/nrf/subsys/net/lib/CMakeFiles/edit_cache.util
+
+
+#############################################
+# Utility command for rebuild_cache
+
+build modules/nrf/subsys/net/lib/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND
+  COMMAND = cd /home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/nrf/subsys/net/lib && /opt/bin/cmake --regenerate-during-build -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  DESC = Running CMake to regenerate build system...
+  pool = console
+  restat = 1
+
+build modules/nrf/subsys/net/lib/rebuild_cache: phony modules/nrf/subsys/net/lib/CMakeFiles/rebuild_cache.util
+
+# =============================================================================
+# Write statements declared in CMakeLists.txt:
+# /opt/ncs/nrf/subsys/CMakeLists.txt
+# =============================================================================
+
+
+#############################################
+# Utility command for edit_cache
+
+build modules/nrf/subsys/dfu/CMakeFiles/edit_cache.util: CUSTOM_COMMAND
+  COMMAND = cd /home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/nrf/subsys/dfu && /opt/bin/ccmake -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  DESC = Running CMake cache editor...
+  pool = console
+  restat = 1
+
+build modules/nrf/subsys/dfu/edit_cache: phony modules/nrf/subsys/dfu/CMakeFiles/edit_cache.util
+
+
+#############################################
+# Utility command for rebuild_cache
+
+build modules/nrf/subsys/dfu/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND
+  COMMAND = cd /home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/nrf/subsys/dfu && /opt/bin/cmake --regenerate-during-build -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  DESC = Running CMake to regenerate build system...
+  pool = console
+  restat = 1
+
+build modules/nrf/subsys/dfu/rebuild_cache: phony modules/nrf/subsys/dfu/CMakeFiles/rebuild_cache.util
+
+# =============================================================================
+# Write statements declared in CMakeLists.txt:
+# /opt/ncs/nrf/subsys/CMakeLists.txt
+# =============================================================================
+
+
+#############################################
+# Utility command for edit_cache
+
+build modules/nrf/subsys/mpsl/CMakeFiles/edit_cache.util: CUSTOM_COMMAND
+  COMMAND = cd /home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/nrf/subsys/mpsl && /opt/bin/ccmake -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  DESC = Running CMake cache editor...
+  pool = console
+  restat = 1
+
+build modules/nrf/subsys/mpsl/edit_cache: phony modules/nrf/subsys/mpsl/CMakeFiles/edit_cache.util
+
+
+#############################################
+# Utility command for rebuild_cache
+
+build modules/nrf/subsys/mpsl/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND
+  COMMAND = cd /home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/nrf/subsys/mpsl && /opt/bin/cmake --regenerate-during-build -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  DESC = Running CMake to regenerate build system...
+  pool = console
+  restat = 1
+
+build modules/nrf/subsys/mpsl/rebuild_cache: phony modules/nrf/subsys/mpsl/CMakeFiles/rebuild_cache.util
+
+# =============================================================================
+# Write statements declared in CMakeLists.txt:
+# /opt/ncs/nrf/subsys/mpsl/CMakeLists.txt
+# =============================================================================
+
+# =============================================================================
+# Object build statements for STATIC_LIBRARY target ..__nrf__subsys__mpsl__init
+
+
+#############################################
+# Order-only phony target for ..__nrf__subsys__mpsl__init
+
+build cmake_object_order_depends_target_..__nrf__subsys__mpsl__init: phony || zephyr/driver_validation_h_target zephyr/kobj_types_h_target zephyr/syscall_list_h_target zephyr/zephyr_generated_headers
+
+build modules/nrf/subsys/mpsl/init/CMakeFiles/..__nrf__subsys__mpsl__init.dir/mpsl_init.c.obj: C_COMPILER__.2e.2e__nrf__subsys__mpsl__init_unscanned_ /opt/ncs/nrf/subsys/mpsl/init/mpsl_init.c || cmake_object_order_depends_target_..__nrf__subsys__mpsl__init
+  DEFINES = -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -D_ANSI_SOURCE -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1
+  DEP_FILE = modules/nrf/subsys/mpsl/init/CMakeFiles/..__nrf__subsys__mpsl__init.dir/mpsl_init.c.obj.d
+  FLAGS = -fno-strict-aliasing -Os -imacros /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99
+  INCLUDES = -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/zephyr/lib/libc/common/include
+  OBJECT_DIR = modules/nrf/subsys/mpsl/init/CMakeFiles/..__nrf__subsys__mpsl__init.dir
+  OBJECT_FILE_DIR = modules/nrf/subsys/mpsl/init/CMakeFiles/..__nrf__subsys__mpsl__init.dir
+
+
+# =============================================================================
+# Link build statements for STATIC_LIBRARY target ..__nrf__subsys__mpsl__init
+
+
+#############################################
+# Link the static library modules/nrf/subsys/mpsl/init/lib..__nrf__subsys__mpsl__init.a
+
+build modules/nrf/subsys/mpsl/init/lib..__nrf__subsys__mpsl__init.a: C_STATIC_LIBRARY_LINKER__.2e.2e__nrf__subsys__mpsl__init_ modules/nrf/subsys/mpsl/init/CMakeFiles/..__nrf__subsys__mpsl__init.dir/mpsl_init.c.obj || zephyr/driver_validation_h_target zephyr/kobj_types_h_target zephyr/syscall_list_h_target zephyr/zephyr_generated_headers
+  OBJECT_DIR = modules/nrf/subsys/mpsl/init/CMakeFiles/..__nrf__subsys__mpsl__init.dir
+  POST_BUILD = :
+  PRE_LINK = :
+  TARGET_FILE = modules/nrf/subsys/mpsl/init/lib..__nrf__subsys__mpsl__init.a
+  TARGET_PDB = ..__nrf__subsys__mpsl__init.a.dbg
+
+
+#############################################
+# Utility command for edit_cache
+
+build modules/nrf/subsys/mpsl/init/CMakeFiles/edit_cache.util: CUSTOM_COMMAND
+  COMMAND = cd /home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/nrf/subsys/mpsl/init && /opt/bin/ccmake -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  DESC = Running CMake cache editor...
+  pool = console
+  restat = 1
+
+build modules/nrf/subsys/mpsl/init/edit_cache: phony modules/nrf/subsys/mpsl/init/CMakeFiles/edit_cache.util
+
+
+#############################################
+# Utility command for rebuild_cache
+
+build modules/nrf/subsys/mpsl/init/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND
+  COMMAND = cd /home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/nrf/subsys/mpsl/init && /opt/bin/cmake --regenerate-during-build -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  DESC = Running CMake to regenerate build system...
+  pool = console
+  restat = 1
+
+build modules/nrf/subsys/mpsl/init/rebuild_cache: phony modules/nrf/subsys/mpsl/init/CMakeFiles/rebuild_cache.util
+
+# =============================================================================
+# Write statements declared in CMakeLists.txt:
+# /opt/ncs/nrf/subsys/mpsl/CMakeLists.txt
+# =============================================================================
+
+# =============================================================================
+# Object build statements for STATIC_LIBRARY target ..__nrf__subsys__mpsl__fem
+
+
+#############################################
+# Order-only phony target for ..__nrf__subsys__mpsl__fem
+
+build cmake_object_order_depends_target_..__nrf__subsys__mpsl__fem: phony || zephyr/driver_validation_h_target zephyr/kobj_types_h_target zephyr/syscall_list_h_target zephyr/zephyr_generated_headers
+
+build modules/nrf/subsys/mpsl/fem/CMakeFiles/..__nrf__subsys__mpsl__fem.dir/api_init/mpsl_fem_api_init.c.obj: C_COMPILER__.2e.2e__nrf__subsys__mpsl__fem_unscanned_ /opt/ncs/nrf/subsys/mpsl/fem/api_init/mpsl_fem_api_init.c || cmake_object_order_depends_target_..__nrf__subsys__mpsl__fem
+  DEFINES = -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -D_ANSI_SOURCE -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1
+  DEP_FILE = modules/nrf/subsys/mpsl/fem/CMakeFiles/..__nrf__subsys__mpsl__fem.dir/api_init/mpsl_fem_api_init.c.obj.d
+  FLAGS = -fno-strict-aliasing -Os -imacros /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99
+  INCLUDES = -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/zephyr/lib/libc/common/include
+  OBJECT_DIR = modules/nrf/subsys/mpsl/fem/CMakeFiles/..__nrf__subsys__mpsl__fem.dir
+  OBJECT_FILE_DIR = modules/nrf/subsys/mpsl/fem/CMakeFiles/..__nrf__subsys__mpsl__fem.dir/api_init
+
+
+# =============================================================================
+# Link build statements for STATIC_LIBRARY target ..__nrf__subsys__mpsl__fem
+
+
+#############################################
+# Link the static library modules/nrf/subsys/mpsl/fem/lib..__nrf__subsys__mpsl__fem.a
+
+build modules/nrf/subsys/mpsl/fem/lib..__nrf__subsys__mpsl__fem.a: C_STATIC_LIBRARY_LINKER__.2e.2e__nrf__subsys__mpsl__fem_ modules/nrf/subsys/mpsl/fem/CMakeFiles/..__nrf__subsys__mpsl__fem.dir/api_init/mpsl_fem_api_init.c.obj || zephyr/driver_validation_h_target zephyr/kobj_types_h_target zephyr/syscall_list_h_target zephyr/zephyr_generated_headers
+  OBJECT_DIR = modules/nrf/subsys/mpsl/fem/CMakeFiles/..__nrf__subsys__mpsl__fem.dir
+  POST_BUILD = :
+  PRE_LINK = :
+  TARGET_FILE = modules/nrf/subsys/mpsl/fem/lib..__nrf__subsys__mpsl__fem.a
+  TARGET_PDB = ..__nrf__subsys__mpsl__fem.a.dbg
+
+
+#############################################
+# Utility command for edit_cache
+
+build modules/nrf/subsys/mpsl/fem/CMakeFiles/edit_cache.util: CUSTOM_COMMAND
+  COMMAND = cd /home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/nrf/subsys/mpsl/fem && /opt/bin/ccmake -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  DESC = Running CMake cache editor...
+  pool = console
+  restat = 1
+
+build modules/nrf/subsys/mpsl/fem/edit_cache: phony modules/nrf/subsys/mpsl/fem/CMakeFiles/edit_cache.util
+
+
+#############################################
+# Utility command for rebuild_cache
+
+build modules/nrf/subsys/mpsl/fem/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND
+  COMMAND = cd /home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/nrf/subsys/mpsl/fem && /opt/bin/cmake --regenerate-during-build -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  DESC = Running CMake to regenerate build system...
+  pool = console
+  restat = 1
+
+build modules/nrf/subsys/mpsl/fem/rebuild_cache: phony modules/nrf/subsys/mpsl/fem/CMakeFiles/rebuild_cache.util
+
+# =============================================================================
+# Write statements declared in CMakeLists.txt:
+# /opt/ncs/nrf/subsys/CMakeLists.txt
+# =============================================================================
+
+
+#############################################
+# Utility command for edit_cache
+
+build modules/nrf/subsys/shell/CMakeFiles/edit_cache.util: CUSTOM_COMMAND
+  COMMAND = cd /home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/nrf/subsys/shell && /opt/bin/ccmake -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  DESC = Running CMake cache editor...
+  pool = console
+  restat = 1
+
+build modules/nrf/subsys/shell/edit_cache: phony modules/nrf/subsys/shell/CMakeFiles/edit_cache.util
+
+
+#############################################
+# Utility command for rebuild_cache
+
+build modules/nrf/subsys/shell/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND
+  COMMAND = cd /home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/nrf/subsys/shell && /opt/bin/cmake --regenerate-during-build -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  DESC = Running CMake to regenerate build system...
+  pool = console
+  restat = 1
+
+build modules/nrf/subsys/shell/rebuild_cache: phony modules/nrf/subsys/shell/CMakeFiles/rebuild_cache.util
+
+# =============================================================================
+# Write statements declared in CMakeLists.txt:
+# /opt/ncs/nrf/subsys/CMakeLists.txt
+# =============================================================================
+
+
+#############################################
+# Utility command for edit_cache
+
+build modules/nrf/subsys/debug/CMakeFiles/edit_cache.util: CUSTOM_COMMAND
+  COMMAND = cd /home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/nrf/subsys/debug && /opt/bin/ccmake -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  DESC = Running CMake cache editor...
+  pool = console
+  restat = 1
+
+build modules/nrf/subsys/debug/edit_cache: phony modules/nrf/subsys/debug/CMakeFiles/edit_cache.util
+
+
+#############################################
+# Utility command for rebuild_cache
+
+build modules/nrf/subsys/debug/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND
+  COMMAND = cd /home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/nrf/subsys/debug && /opt/bin/cmake --regenerate-during-build -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  DESC = Running CMake to regenerate build system...
+  pool = console
+  restat = 1
+
+build modules/nrf/subsys/debug/rebuild_cache: phony modules/nrf/subsys/debug/CMakeFiles/rebuild_cache.util
+
+# =============================================================================
+# Write statements declared in CMakeLists.txt:
+# /opt/ncs/nrf/subsys/CMakeLists.txt
+# =============================================================================
+
+
+#############################################
+# Utility command for edit_cache
+
+build modules/nrf/subsys/suit/CMakeFiles/edit_cache.util: CUSTOM_COMMAND
+  COMMAND = cd /home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/nrf/subsys/suit && /opt/bin/ccmake -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  DESC = Running CMake cache editor...
+  pool = console
+  restat = 1
+
+build modules/nrf/subsys/suit/edit_cache: phony modules/nrf/subsys/suit/CMakeFiles/edit_cache.util
+
+
+#############################################
+# Utility command for rebuild_cache
+
+build modules/nrf/subsys/suit/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND
+  COMMAND = cd /home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/nrf/subsys/suit && /opt/bin/cmake --regenerate-during-build -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  DESC = Running CMake to regenerate build system...
+  pool = console
+  restat = 1
+
+build modules/nrf/subsys/suit/rebuild_cache: phony modules/nrf/subsys/suit/CMakeFiles/rebuild_cache.util
+
+# =============================================================================
+# Write statements declared in CMakeLists.txt:
+# /opt/ncs/nrf/subsys/suit/CMakeLists.txt
+# =============================================================================
+
+
+#############################################
+# Utility command for edit_cache
+
+build modules/nrf/subsys/suit/provisioning/CMakeFiles/edit_cache.util: CUSTOM_COMMAND
+  COMMAND = cd /home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/nrf/subsys/suit/provisioning && /opt/bin/ccmake -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  DESC = Running CMake cache editor...
+  pool = console
+  restat = 1
+
+build modules/nrf/subsys/suit/provisioning/edit_cache: phony modules/nrf/subsys/suit/provisioning/CMakeFiles/edit_cache.util
+
+
+#############################################
+# Utility command for rebuild_cache
+
+build modules/nrf/subsys/suit/provisioning/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND
+  COMMAND = cd /home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/nrf/subsys/suit/provisioning && /opt/bin/cmake --regenerate-during-build -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  DESC = Running CMake to regenerate build system...
+  pool = console
+  restat = 1
+
+build modules/nrf/subsys/suit/provisioning/rebuild_cache: phony modules/nrf/subsys/suit/provisioning/CMakeFiles/rebuild_cache.util
+
+# =============================================================================
+# Write statements declared in CMakeLists.txt:
+# /opt/ncs/nrf/CMakeLists.txt
+# =============================================================================
+
+
+#############################################
+# Utility command for edit_cache
+
+build modules/nrf/modules/CMakeFiles/edit_cache.util: CUSTOM_COMMAND
+  COMMAND = cd /home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/nrf/modules && /opt/bin/ccmake -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  DESC = Running CMake cache editor...
+  pool = console
+  restat = 1
+
+build modules/nrf/modules/edit_cache: phony modules/nrf/modules/CMakeFiles/edit_cache.util
+
+
+#############################################
+# Utility command for rebuild_cache
+
+build modules/nrf/modules/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND
+  COMMAND = cd /home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/nrf/modules && /opt/bin/cmake --regenerate-during-build -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  DESC = Running CMake to regenerate build system...
+  pool = console
+  restat = 1
+
+build modules/nrf/modules/rebuild_cache: phony modules/nrf/modules/CMakeFiles/rebuild_cache.util
+
+# =============================================================================
+# Write statements declared in CMakeLists.txt:
+# /opt/ncs/nrf/modules/CMakeLists.txt
+# =============================================================================
+
+
+#############################################
+# Utility command for edit_cache
+
+build modules/nrf/modules/hostap/CMakeFiles/edit_cache.util: CUSTOM_COMMAND
+  COMMAND = cd /home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/nrf/modules/hostap && /opt/bin/ccmake -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  DESC = Running CMake cache editor...
+  pool = console
+  restat = 1
+
+build modules/nrf/modules/hostap/edit_cache: phony modules/nrf/modules/hostap/CMakeFiles/edit_cache.util
+
+
+#############################################
+# Utility command for rebuild_cache
+
+build modules/nrf/modules/hostap/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND
+  COMMAND = cd /home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/nrf/modules/hostap && /opt/bin/cmake --regenerate-during-build -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  DESC = Running CMake to regenerate build system...
+  pool = console
+  restat = 1
+
+build modules/nrf/modules/hostap/rebuild_cache: phony modules/nrf/modules/hostap/CMakeFiles/rebuild_cache.util
+
+# =============================================================================
+# Write statements declared in CMakeLists.txt:
+# /opt/ncs/nrf/modules/CMakeLists.txt
+# =============================================================================
+
+
+#############################################
+# Utility command for edit_cache
+
+build modules/nrf/modules/wfa-qt/CMakeFiles/edit_cache.util: CUSTOM_COMMAND
+  COMMAND = cd /home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/nrf/modules/wfa-qt && /opt/bin/ccmake -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  DESC = Running CMake cache editor...
+  pool = console
+  restat = 1
+
+build modules/nrf/modules/wfa-qt/edit_cache: phony modules/nrf/modules/wfa-qt/CMakeFiles/edit_cache.util
+
+
+#############################################
+# Utility command for rebuild_cache
+
+build modules/nrf/modules/wfa-qt/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND
+  COMMAND = cd /home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/nrf/modules/wfa-qt && /opt/bin/cmake --regenerate-during-build -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  DESC = Running CMake to regenerate build system...
+  pool = console
+  restat = 1
+
+build modules/nrf/modules/wfa-qt/rebuild_cache: phony modules/nrf/modules/wfa-qt/CMakeFiles/rebuild_cache.util
+
+# =============================================================================
+# Write statements declared in CMakeLists.txt:
+# /opt/ncs/nrf/CMakeLists.txt
+# =============================================================================
+
+
+#############################################
+# Utility command for edit_cache
+
+build modules/nrf/drivers/CMakeFiles/edit_cache.util: CUSTOM_COMMAND
+  COMMAND = cd /home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/nrf/drivers && /opt/bin/ccmake -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  DESC = Running CMake cache editor...
+  pool = console
+  restat = 1
+
+build modules/nrf/drivers/edit_cache: phony modules/nrf/drivers/CMakeFiles/edit_cache.util
+
+
+#############################################
+# Utility command for rebuild_cache
+
+build modules/nrf/drivers/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND
+  COMMAND = cd /home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/nrf/drivers && /opt/bin/cmake --regenerate-during-build -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  DESC = Running CMake to regenerate build system...
+  pool = console
+  restat = 1
+
+build modules/nrf/drivers/rebuild_cache: phony modules/nrf/drivers/CMakeFiles/rebuild_cache.util
+
+# =============================================================================
+# Write statements declared in CMakeLists.txt:
+# /opt/ncs/nrf/drivers/CMakeLists.txt
+# =============================================================================
+
+
+#############################################
+# Utility command for edit_cache
+
+build modules/nrf/drivers/sensor/CMakeFiles/edit_cache.util: CUSTOM_COMMAND
+  COMMAND = cd /home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/nrf/drivers/sensor && /opt/bin/ccmake -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  DESC = Running CMake cache editor...
+  pool = console
+  restat = 1
+
+build modules/nrf/drivers/sensor/edit_cache: phony modules/nrf/drivers/sensor/CMakeFiles/edit_cache.util
+
+
+#############################################
+# Utility command for rebuild_cache
+
+build modules/nrf/drivers/sensor/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND
+  COMMAND = cd /home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/nrf/drivers/sensor && /opt/bin/cmake --regenerate-during-build -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  DESC = Running CMake to regenerate build system...
+  pool = console
+  restat = 1
+
+build modules/nrf/drivers/sensor/rebuild_cache: phony modules/nrf/drivers/sensor/CMakeFiles/rebuild_cache.util
+
+# =============================================================================
+# Write statements declared in CMakeLists.txt:
+# /opt/ncs/nrf/drivers/CMakeLists.txt
+# =============================================================================
+
+
+#############################################
+# Utility command for edit_cache
+
+build modules/nrf/drivers/mpsl/CMakeFiles/edit_cache.util: CUSTOM_COMMAND
+  COMMAND = cd /home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/nrf/drivers/mpsl && /opt/bin/ccmake -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  DESC = Running CMake cache editor...
+  pool = console
+  restat = 1
+
+build modules/nrf/drivers/mpsl/edit_cache: phony modules/nrf/drivers/mpsl/CMakeFiles/edit_cache.util
+
+
+#############################################
+# Utility command for rebuild_cache
+
+build modules/nrf/drivers/mpsl/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND
+  COMMAND = cd /home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/nrf/drivers/mpsl && /opt/bin/cmake --regenerate-during-build -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  DESC = Running CMake to regenerate build system...
+  pool = console
+  restat = 1
+
+build modules/nrf/drivers/mpsl/rebuild_cache: phony modules/nrf/drivers/mpsl/CMakeFiles/rebuild_cache.util
+
+# =============================================================================
+# Write statements declared in CMakeLists.txt:
+# /opt/ncs/nrf/drivers/mpsl/CMakeLists.txt
+# =============================================================================
+
+# =============================================================================
+# Object build statements for STATIC_LIBRARY target ..__nrf__drivers__mpsl__clock_control
+
+
+#############################################
+# Order-only phony target for ..__nrf__drivers__mpsl__clock_control
+
+build cmake_object_order_depends_target_..__nrf__drivers__mpsl__clock_control: phony || zephyr/driver_validation_h_target zephyr/kobj_types_h_target zephyr/syscall_list_h_target zephyr/zephyr_generated_headers
+
+build modules/nrf/drivers/mpsl/clock_control/CMakeFiles/..__nrf__drivers__mpsl__clock_control.dir/nrfx_clock_mpsl.c.obj: C_COMPILER__.2e.2e__nrf__drivers__mpsl__clock_control_unscanned_ /opt/ncs/nrf/drivers/mpsl/clock_control/nrfx_clock_mpsl.c || cmake_object_order_depends_target_..__nrf__drivers__mpsl__clock_control
+  DEFINES = -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -D_ANSI_SOURCE -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1
+  DEP_FILE = modules/nrf/drivers/mpsl/clock_control/CMakeFiles/..__nrf__drivers__mpsl__clock_control.dir/nrfx_clock_mpsl.c.obj.d
+  FLAGS = -fno-strict-aliasing -Os -imacros /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99
+  INCLUDES = -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/zephyr/lib/libc/common/include
+  OBJECT_DIR = modules/nrf/drivers/mpsl/clock_control/CMakeFiles/..__nrf__drivers__mpsl__clock_control.dir
+  OBJECT_FILE_DIR = modules/nrf/drivers/mpsl/clock_control/CMakeFiles/..__nrf__drivers__mpsl__clock_control.dir
+
+
+# =============================================================================
+# Link build statements for STATIC_LIBRARY target ..__nrf__drivers__mpsl__clock_control
+
+
+#############################################
+# Link the static library modules/nrf/drivers/mpsl/clock_control/lib..__nrf__drivers__mpsl__clock_control.a
+
+build modules/nrf/drivers/mpsl/clock_control/lib..__nrf__drivers__mpsl__clock_control.a: C_STATIC_LIBRARY_LINKER__.2e.2e__nrf__drivers__mpsl__clock_control_ modules/nrf/drivers/mpsl/clock_control/CMakeFiles/..__nrf__drivers__mpsl__clock_control.dir/nrfx_clock_mpsl.c.obj || zephyr/driver_validation_h_target zephyr/kobj_types_h_target zephyr/syscall_list_h_target zephyr/zephyr_generated_headers
+  OBJECT_DIR = modules/nrf/drivers/mpsl/clock_control/CMakeFiles/..__nrf__drivers__mpsl__clock_control.dir
+  POST_BUILD = :
+  PRE_LINK = :
+  TARGET_FILE = modules/nrf/drivers/mpsl/clock_control/lib..__nrf__drivers__mpsl__clock_control.a
+  TARGET_PDB = ..__nrf__drivers__mpsl__clock_control.a.dbg
+
+
+#############################################
+# Utility command for edit_cache
+
+build modules/nrf/drivers/mpsl/clock_control/CMakeFiles/edit_cache.util: CUSTOM_COMMAND
+  COMMAND = cd /home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/nrf/drivers/mpsl/clock_control && /opt/bin/ccmake -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  DESC = Running CMake cache editor...
+  pool = console
+  restat = 1
+
+build modules/nrf/drivers/mpsl/clock_control/edit_cache: phony modules/nrf/drivers/mpsl/clock_control/CMakeFiles/edit_cache.util
+
+
+#############################################
+# Utility command for rebuild_cache
+
+build modules/nrf/drivers/mpsl/clock_control/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND
+  COMMAND = cd /home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/nrf/drivers/mpsl/clock_control && /opt/bin/cmake --regenerate-during-build -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  DESC = Running CMake to regenerate build system...
+  pool = console
+  restat = 1
+
+build modules/nrf/drivers/mpsl/clock_control/rebuild_cache: phony modules/nrf/drivers/mpsl/clock_control/CMakeFiles/rebuild_cache.util
+
+# =============================================================================
+# Write statements declared in CMakeLists.txt:
+# /opt/ncs/nrf/drivers/mpsl/CMakeLists.txt
+# =============================================================================
+
+# =============================================================================
+# Object build statements for STATIC_LIBRARY target ..__nrf__drivers__mpsl__flash_sync
+
+
+#############################################
+# Order-only phony target for ..__nrf__drivers__mpsl__flash_sync
+
+build cmake_object_order_depends_target_..__nrf__drivers__mpsl__flash_sync: phony || zephyr/driver_validation_h_target zephyr/kobj_types_h_target zephyr/syscall_list_h_target zephyr/zephyr_generated_headers
+
+build modules/nrf/drivers/mpsl/flash_sync/CMakeFiles/..__nrf__drivers__mpsl__flash_sync.dir/flash_sync_mpsl.c.obj: C_COMPILER__.2e.2e__nrf__drivers__mpsl__flash_sync_unscanned_ /opt/ncs/nrf/drivers/mpsl/flash_sync/flash_sync_mpsl.c || cmake_object_order_depends_target_..__nrf__drivers__mpsl__flash_sync
+  DEFINES = -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -D_ANSI_SOURCE -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1
+  DEP_FILE = modules/nrf/drivers/mpsl/flash_sync/CMakeFiles/..__nrf__drivers__mpsl__flash_sync.dir/flash_sync_mpsl.c.obj.d
+  FLAGS = -fno-strict-aliasing -Os -imacros /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99
+  INCLUDES = -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/zephyr/lib/libc/common/include
+  OBJECT_DIR = modules/nrf/drivers/mpsl/flash_sync/CMakeFiles/..__nrf__drivers__mpsl__flash_sync.dir
+  OBJECT_FILE_DIR = modules/nrf/drivers/mpsl/flash_sync/CMakeFiles/..__nrf__drivers__mpsl__flash_sync.dir
+
+
+# =============================================================================
+# Link build statements for STATIC_LIBRARY target ..__nrf__drivers__mpsl__flash_sync
+
+
+#############################################
+# Link the static library modules/nrf/drivers/mpsl/flash_sync/lib..__nrf__drivers__mpsl__flash_sync.a
+
+build modules/nrf/drivers/mpsl/flash_sync/lib..__nrf__drivers__mpsl__flash_sync.a: C_STATIC_LIBRARY_LINKER__.2e.2e__nrf__drivers__mpsl__flash_sync_ modules/nrf/drivers/mpsl/flash_sync/CMakeFiles/..__nrf__drivers__mpsl__flash_sync.dir/flash_sync_mpsl.c.obj || zephyr/driver_validation_h_target zephyr/kobj_types_h_target zephyr/syscall_list_h_target zephyr/zephyr_generated_headers
+  OBJECT_DIR = modules/nrf/drivers/mpsl/flash_sync/CMakeFiles/..__nrf__drivers__mpsl__flash_sync.dir
+  POST_BUILD = :
+  PRE_LINK = :
+  TARGET_FILE = modules/nrf/drivers/mpsl/flash_sync/lib..__nrf__drivers__mpsl__flash_sync.a
+  TARGET_PDB = ..__nrf__drivers__mpsl__flash_sync.a.dbg
+
+
+#############################################
+# Utility command for edit_cache
+
+build modules/nrf/drivers/mpsl/flash_sync/CMakeFiles/edit_cache.util: CUSTOM_COMMAND
+  COMMAND = cd /home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/nrf/drivers/mpsl/flash_sync && /opt/bin/ccmake -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  DESC = Running CMake cache editor...
+  pool = console
+  restat = 1
+
+build modules/nrf/drivers/mpsl/flash_sync/edit_cache: phony modules/nrf/drivers/mpsl/flash_sync/CMakeFiles/edit_cache.util
+
+
+#############################################
+# Utility command for rebuild_cache
+
+build modules/nrf/drivers/mpsl/flash_sync/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND
+  COMMAND = cd /home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/nrf/drivers/mpsl/flash_sync && /opt/bin/cmake --regenerate-during-build -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  DESC = Running CMake to regenerate build system...
+  pool = console
+  restat = 1
+
+build modules/nrf/drivers/mpsl/flash_sync/rebuild_cache: phony modules/nrf/drivers/mpsl/flash_sync/CMakeFiles/rebuild_cache.util
+
+# =============================================================================
+# Write statements declared in CMakeLists.txt:
+# /opt/ncs/nrf/drivers/mpsl/CMakeLists.txt
+# =============================================================================
+
+# =============================================================================
+# Object build statements for STATIC_LIBRARY target ..__nrf__drivers__mpsl__temp_nrf5
+
+
+#############################################
+# Order-only phony target for ..__nrf__drivers__mpsl__temp_nrf5
+
+build cmake_object_order_depends_target_..__nrf__drivers__mpsl__temp_nrf5: phony || zephyr/driver_validation_h_target zephyr/kobj_types_h_target zephyr/syscall_list_h_target zephyr/zephyr_generated_headers
+
+build modules/nrf/drivers/mpsl/temp_nrf5/CMakeFiles/..__nrf__drivers__mpsl__temp_nrf5.dir/temp_nrf5_mpsl.c.obj: C_COMPILER__.2e.2e__nrf__drivers__mpsl__temp_nrf5_unscanned_ /opt/ncs/nrf/drivers/mpsl/temp_nrf5/temp_nrf5_mpsl.c || cmake_object_order_depends_target_..__nrf__drivers__mpsl__temp_nrf5
+  DEFINES = -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -D_ANSI_SOURCE -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1
+  DEP_FILE = modules/nrf/drivers/mpsl/temp_nrf5/CMakeFiles/..__nrf__drivers__mpsl__temp_nrf5.dir/temp_nrf5_mpsl.c.obj.d
+  FLAGS = -fno-strict-aliasing -Os -imacros /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99
+  INCLUDES = -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/zephyr/lib/libc/common/include
+  OBJECT_DIR = modules/nrf/drivers/mpsl/temp_nrf5/CMakeFiles/..__nrf__drivers__mpsl__temp_nrf5.dir
+  OBJECT_FILE_DIR = modules/nrf/drivers/mpsl/temp_nrf5/CMakeFiles/..__nrf__drivers__mpsl__temp_nrf5.dir
+
+
+# =============================================================================
+# Link build statements for STATIC_LIBRARY target ..__nrf__drivers__mpsl__temp_nrf5
+
+
+#############################################
+# Link the static library modules/nrf/drivers/mpsl/temp_nrf5/lib..__nrf__drivers__mpsl__temp_nrf5.a
+
+build modules/nrf/drivers/mpsl/temp_nrf5/lib..__nrf__drivers__mpsl__temp_nrf5.a: C_STATIC_LIBRARY_LINKER__.2e.2e__nrf__drivers__mpsl__temp_nrf5_ modules/nrf/drivers/mpsl/temp_nrf5/CMakeFiles/..__nrf__drivers__mpsl__temp_nrf5.dir/temp_nrf5_mpsl.c.obj || zephyr/driver_validation_h_target zephyr/kobj_types_h_target zephyr/syscall_list_h_target zephyr/zephyr_generated_headers
+  OBJECT_DIR = modules/nrf/drivers/mpsl/temp_nrf5/CMakeFiles/..__nrf__drivers__mpsl__temp_nrf5.dir
+  POST_BUILD = :
+  PRE_LINK = :
+  TARGET_FILE = modules/nrf/drivers/mpsl/temp_nrf5/lib..__nrf__drivers__mpsl__temp_nrf5.a
+  TARGET_PDB = ..__nrf__drivers__mpsl__temp_nrf5.a.dbg
+
+
+#############################################
+# Utility command for edit_cache
+
+build modules/nrf/drivers/mpsl/temp_nrf5/CMakeFiles/edit_cache.util: CUSTOM_COMMAND
+  COMMAND = cd /home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/nrf/drivers/mpsl/temp_nrf5 && /opt/bin/ccmake -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  DESC = Running CMake cache editor...
+  pool = console
+  restat = 1
+
+build modules/nrf/drivers/mpsl/temp_nrf5/edit_cache: phony modules/nrf/drivers/mpsl/temp_nrf5/CMakeFiles/edit_cache.util
+
+
+#############################################
+# Utility command for rebuild_cache
+
+build modules/nrf/drivers/mpsl/temp_nrf5/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND
+  COMMAND = cd /home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/nrf/drivers/mpsl/temp_nrf5 && /opt/bin/cmake --regenerate-during-build -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  DESC = Running CMake to regenerate build system...
+  pool = console
+  restat = 1
+
+build modules/nrf/drivers/mpsl/temp_nrf5/rebuild_cache: phony modules/nrf/drivers/mpsl/temp_nrf5/CMakeFiles/rebuild_cache.util
+
+# =============================================================================
+# Write statements declared in CMakeLists.txt:
+# /opt/ncs/nrf/drivers/CMakeLists.txt
+# =============================================================================
+
+
+#############################################
+# Utility command for edit_cache
+
+build modules/nrf/drivers/hw_cc3xx/CMakeFiles/edit_cache.util: CUSTOM_COMMAND
+  COMMAND = cd /home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/nrf/drivers/hw_cc3xx && /opt/bin/ccmake -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  DESC = Running CMake cache editor...
+  pool = console
+  restat = 1
+
+build modules/nrf/drivers/hw_cc3xx/edit_cache: phony modules/nrf/drivers/hw_cc3xx/CMakeFiles/edit_cache.util
+
+
+#############################################
+# Utility command for rebuild_cache
+
+build modules/nrf/drivers/hw_cc3xx/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND
+  COMMAND = cd /home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/nrf/drivers/hw_cc3xx && /opt/bin/cmake --regenerate-during-build -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  DESC = Running CMake to regenerate build system...
+  pool = console
+  restat = 1
+
+build modules/nrf/drivers/hw_cc3xx/rebuild_cache: phony modules/nrf/drivers/hw_cc3xx/CMakeFiles/rebuild_cache.util
+
+# =============================================================================
+# Write statements declared in CMakeLists.txt:
+# /opt/ncs/nrf/drivers/CMakeLists.txt
+# =============================================================================
+
+
+#############################################
+# Utility command for edit_cache
+
+build modules/nrf/drivers/entropy/CMakeFiles/edit_cache.util: CUSTOM_COMMAND
+  COMMAND = cd /home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/nrf/drivers/entropy && /opt/bin/ccmake -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  DESC = Running CMake cache editor...
+  pool = console
+  restat = 1
+
+build modules/nrf/drivers/entropy/edit_cache: phony modules/nrf/drivers/entropy/CMakeFiles/edit_cache.util
+
+
+#############################################
+# Utility command for rebuild_cache
+
+build modules/nrf/drivers/entropy/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND
+  COMMAND = cd /home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/nrf/drivers/entropy && /opt/bin/cmake --regenerate-during-build -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  DESC = Running CMake to regenerate build system...
+  pool = console
+  restat = 1
+
+build modules/nrf/drivers/entropy/rebuild_cache: phony modules/nrf/drivers/entropy/CMakeFiles/rebuild_cache.util
+
+# =============================================================================
+# Write statements declared in CMakeLists.txt:
+# /opt/ncs/nrf/drivers/CMakeLists.txt
+# =============================================================================
+
+
+#############################################
+# Utility command for edit_cache
+
+build modules/nrf/drivers/serial/CMakeFiles/edit_cache.util: CUSTOM_COMMAND
+  COMMAND = cd /home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/nrf/drivers/serial && /opt/bin/ccmake -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  DESC = Running CMake cache editor...
+  pool = console
+  restat = 1
+
+build modules/nrf/drivers/serial/edit_cache: phony modules/nrf/drivers/serial/CMakeFiles/edit_cache.util
+
+
+#############################################
+# Utility command for rebuild_cache
+
+build modules/nrf/drivers/serial/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND
+  COMMAND = cd /home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/nrf/drivers/serial && /opt/bin/cmake --regenerate-during-build -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  DESC = Running CMake to regenerate build system...
+  pool = console
+  restat = 1
+
+build modules/nrf/drivers/serial/rebuild_cache: phony modules/nrf/drivers/serial/CMakeFiles/rebuild_cache.util
+
+# =============================================================================
+# Write statements declared in CMakeLists.txt:
+# /opt/ncs/nrf/drivers/CMakeLists.txt
+# =============================================================================
+
+
+#############################################
+# Utility command for edit_cache
+
+build modules/nrf/drivers/flash/CMakeFiles/edit_cache.util: CUSTOM_COMMAND
+  COMMAND = cd /home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/nrf/drivers/flash && /opt/bin/ccmake -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  DESC = Running CMake cache editor...
+  pool = console
+  restat = 1
+
+build modules/nrf/drivers/flash/edit_cache: phony modules/nrf/drivers/flash/CMakeFiles/edit_cache.util
+
+
+#############################################
+# Utility command for rebuild_cache
+
+build modules/nrf/drivers/flash/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND
+  COMMAND = cd /home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/nrf/drivers/flash && /opt/bin/cmake --regenerate-during-build -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  DESC = Running CMake to regenerate build system...
+  pool = console
+  restat = 1
+
+build modules/nrf/drivers/flash/rebuild_cache: phony modules/nrf/drivers/flash/CMakeFiles/rebuild_cache.util
+
+# =============================================================================
+# Write statements declared in CMakeLists.txt:
+# /opt/ncs/nrf/CMakeLists.txt
+# =============================================================================
+
+
+#############################################
+# Utility command for edit_cache
+
+build modules/nrf/tests/CMakeFiles/edit_cache.util: CUSTOM_COMMAND
+  COMMAND = cd /home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/nrf/tests && /opt/bin/ccmake -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  DESC = Running CMake cache editor...
+  pool = console
+  restat = 1
+
+build modules/nrf/tests/edit_cache: phony modules/nrf/tests/CMakeFiles/edit_cache.util
+
+
+#############################################
+# Utility command for rebuild_cache
+
+build modules/nrf/tests/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND
+  COMMAND = cd /home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/nrf/tests && /opt/bin/cmake --regenerate-during-build -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  DESC = Running CMake to regenerate build system...
+  pool = console
+  restat = 1
+
+build modules/nrf/tests/rebuild_cache: phony modules/nrf/tests/CMakeFiles/rebuild_cache.util
+
+# =============================================================================
+# Write statements declared in CMakeLists.txt:
+# /opt/ncs/nrf/tests/CMakeLists.txt
+# =============================================================================
+
+
+#############################################
+# Utility command for edit_cache
+
+build modules/nrf/tests/mocks/CMakeFiles/edit_cache.util: CUSTOM_COMMAND
+  COMMAND = cd /home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/nrf/tests/mocks && /opt/bin/ccmake -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  DESC = Running CMake cache editor...
+  pool = console
+  restat = 1
+
+build modules/nrf/tests/mocks/edit_cache: phony modules/nrf/tests/mocks/CMakeFiles/edit_cache.util
+
+
+#############################################
+# Utility command for rebuild_cache
+
+build modules/nrf/tests/mocks/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND
+  COMMAND = cd /home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/nrf/tests/mocks && /opt/bin/cmake --regenerate-during-build -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  DESC = Running CMake to regenerate build system...
+  pool = console
+  restat = 1
+
+build modules/nrf/tests/mocks/rebuild_cache: phony modules/nrf/tests/mocks/CMakeFiles/rebuild_cache.util
+
+# =============================================================================
+# Write statements declared in CMakeLists.txt:
+# /opt/ncs/zephyr/CMakeLists.txt
+# =============================================================================
+
+
+#############################################
+# Utility command for edit_cache
+
+build modules/mcuboot/CMakeFiles/edit_cache.util: CUSTOM_COMMAND
+  COMMAND = cd /home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/mcuboot && /opt/bin/ccmake -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  DESC = Running CMake cache editor...
+  pool = console
+  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/code/workspace/projet_systm_menacer/projetalexiot/build/modules/mcuboot && /opt/bin/cmake --regenerate-during-build -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  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:
+# /opt/ncs/nrf/modules/mcuboot/CMakeLists.txt
+# =============================================================================
+
+
+#############################################
+# Utility command for edit_cache
+
+build modules/mcuboot/boot/bootutil/zephyr/CMakeFiles/edit_cache.util: CUSTOM_COMMAND
+  COMMAND = cd /home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/mcuboot/boot/bootutil/zephyr && /opt/bin/ccmake -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  DESC = Running CMake cache editor...
+  pool = console
+  restat = 1
+
+build modules/mcuboot/boot/bootutil/zephyr/edit_cache: phony modules/mcuboot/boot/bootutil/zephyr/CMakeFiles/edit_cache.util
+
+
+#############################################
+# Utility command for rebuild_cache
+
+build modules/mcuboot/boot/bootutil/zephyr/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND
+  COMMAND = cd /home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/mcuboot/boot/bootutil/zephyr && /opt/bin/cmake --regenerate-during-build -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  DESC = Running CMake to regenerate build system...
+  pool = console
+  restat = 1
+
+build modules/mcuboot/boot/bootutil/zephyr/rebuild_cache: phony modules/mcuboot/boot/bootutil/zephyr/CMakeFiles/rebuild_cache.util
+
+# =============================================================================
+# Write statements declared in CMakeLists.txt:
+# /opt/ncs/zephyr/CMakeLists.txt
+# =============================================================================
+
+
+#############################################
+# Utility command for edit_cache
+
+build modules/mbedtls/CMakeFiles/edit_cache.util: CUSTOM_COMMAND
+  COMMAND = cd /home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/mbedtls && /opt/bin/ccmake -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  DESC = Running CMake cache editor...
+  pool = console
+  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/code/workspace/projet_systm_menacer/projetalexiot/build/modules/mbedtls && /opt/bin/cmake --regenerate-during-build -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  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:
+# /opt/ncs/zephyr/CMakeLists.txt
+# =============================================================================
+
+
+#############################################
+# Utility command for edit_cache
+
+build modules/trusted-firmware-m/CMakeFiles/edit_cache.util: CUSTOM_COMMAND
+  COMMAND = cd /home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/trusted-firmware-m && /opt/bin/ccmake -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  DESC = Running CMake cache editor...
+  pool = console
+  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/code/workspace/projet_systm_menacer/projetalexiot/build/modules/trusted-firmware-m && /opt/bin/cmake --regenerate-during-build -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  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:
+# /opt/ncs/zephyr/CMakeLists.txt
+# =============================================================================
+
+
+#############################################
+# Utility command for edit_cache
+
+build modules/cjson/CMakeFiles/edit_cache.util: CUSTOM_COMMAND
+  COMMAND = cd /home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/cjson && /opt/bin/ccmake -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  DESC = Running CMake cache editor...
+  pool = console
+  restat = 1
+
+build modules/cjson/edit_cache: phony modules/cjson/CMakeFiles/edit_cache.util
+
+
+#############################################
+# Utility command for rebuild_cache
+
+build modules/cjson/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND
+  COMMAND = cd /home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/cjson && /opt/bin/cmake --regenerate-during-build -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  DESC = Running CMake to regenerate build system...
+  pool = console
+  restat = 1
+
+build modules/cjson/rebuild_cache: phony modules/cjson/CMakeFiles/rebuild_cache.util
+
+# =============================================================================
+# Write statements declared in CMakeLists.txt:
+# /opt/ncs/zephyr/CMakeLists.txt
+# =============================================================================
+
+
+#############################################
+# Utility command for edit_cache
+
+build modules/azure-sdk-for-c/CMakeFiles/edit_cache.util: CUSTOM_COMMAND
+  COMMAND = cd /home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/azure-sdk-for-c && /opt/bin/ccmake -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  DESC = Running CMake cache editor...
+  pool = console
+  restat = 1
+
+build modules/azure-sdk-for-c/edit_cache: phony modules/azure-sdk-for-c/CMakeFiles/edit_cache.util
+
+
+#############################################
+# Utility command for rebuild_cache
+
+build modules/azure-sdk-for-c/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND
+  COMMAND = cd /home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/azure-sdk-for-c && /opt/bin/cmake --regenerate-during-build -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  DESC = Running CMake to regenerate build system...
+  pool = console
+  restat = 1
+
+build modules/azure-sdk-for-c/rebuild_cache: phony modules/azure-sdk-for-c/CMakeFiles/rebuild_cache.util
+
+# =============================================================================
+# Write statements declared in CMakeLists.txt:
+# /opt/ncs/zephyr/CMakeLists.txt
+# =============================================================================
+
+
+#############################################
+# Utility command for edit_cache
+
+build modules/cirrus-logic/CMakeFiles/edit_cache.util: CUSTOM_COMMAND
+  COMMAND = cd /home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/cirrus-logic && /opt/bin/ccmake -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  DESC = Running CMake cache editor...
+  pool = console
+  restat = 1
+
+build modules/cirrus-logic/edit_cache: phony modules/cirrus-logic/CMakeFiles/edit_cache.util
+
+
+#############################################
+# Utility command for rebuild_cache
+
+build modules/cirrus-logic/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND
+  COMMAND = cd /home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/cirrus-logic && /opt/bin/cmake --regenerate-during-build -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  DESC = Running CMake to regenerate build system...
+  pool = console
+  restat = 1
+
+build modules/cirrus-logic/rebuild_cache: phony modules/cirrus-logic/CMakeFiles/rebuild_cache.util
+
+# =============================================================================
+# Write statements declared in CMakeLists.txt:
+# /opt/ncs/zephyr/CMakeLists.txt
+# =============================================================================
+
+
+#############################################
+# Utility command for edit_cache
+
+build modules/openthread/CMakeFiles/edit_cache.util: CUSTOM_COMMAND
+  COMMAND = cd /home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/openthread && /opt/bin/ccmake -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  DESC = Running CMake cache editor...
+  pool = console
+  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/code/workspace/projet_systm_menacer/projetalexiot/build/modules/openthread && /opt/bin/cmake --regenerate-during-build -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  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:
+# /opt/ncs/zephyr/CMakeLists.txt
+# =============================================================================
+
+
+#############################################
+# Utility command for edit_cache
+
+build modules/suit-processor/CMakeFiles/edit_cache.util: CUSTOM_COMMAND
+  COMMAND = cd /home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/suit-processor && /opt/bin/ccmake -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  DESC = Running CMake cache editor...
+  pool = console
+  restat = 1
+
+build modules/suit-processor/edit_cache: phony modules/suit-processor/CMakeFiles/edit_cache.util
+
+
+#############################################
+# Utility command for rebuild_cache
+
+build modules/suit-processor/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND
+  COMMAND = cd /home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/suit-processor && /opt/bin/cmake --regenerate-during-build -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  DESC = Running CMake to regenerate build system...
+  pool = console
+  restat = 1
+
+build modules/suit-processor/rebuild_cache: phony modules/suit-processor/CMakeFiles/rebuild_cache.util
+
+# =============================================================================
+# Write statements declared in CMakeLists.txt:
+# /opt/ncs/zephyr/CMakeLists.txt
+# =============================================================================
+
+
+#############################################
+# Utility command for edit_cache
+
+build modules/memfault-firmware-sdk/CMakeFiles/edit_cache.util: CUSTOM_COMMAND
+  COMMAND = cd /home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/memfault-firmware-sdk && /opt/bin/ccmake -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  DESC = Running CMake cache editor...
+  pool = console
+  restat = 1
+
+build modules/memfault-firmware-sdk/edit_cache: phony modules/memfault-firmware-sdk/CMakeFiles/edit_cache.util
+
+
+#############################################
+# Utility command for rebuild_cache
+
+build modules/memfault-firmware-sdk/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND
+  COMMAND = cd /home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/memfault-firmware-sdk && /opt/bin/cmake --regenerate-during-build -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  DESC = Running CMake to regenerate build system...
+  pool = console
+  restat = 1
+
+build modules/memfault-firmware-sdk/rebuild_cache: phony modules/memfault-firmware-sdk/CMakeFiles/rebuild_cache.util
+
+# =============================================================================
+# Write statements declared in CMakeLists.txt:
+# /opt/ncs/zephyr/CMakeLists.txt
+# =============================================================================
+
+
+#############################################
+# Utility command for edit_cache
+
+build modules/canopennode/CMakeFiles/edit_cache.util: CUSTOM_COMMAND
+  COMMAND = cd /home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/canopennode && /opt/bin/ccmake -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  DESC = Running CMake cache editor...
+  pool = console
+  restat = 1
+
+build modules/canopennode/edit_cache: phony modules/canopennode/CMakeFiles/edit_cache.util
+
+
+#############################################
+# Utility command for rebuild_cache
+
+build modules/canopennode/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND
+  COMMAND = cd /home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/canopennode && /opt/bin/cmake --regenerate-during-build -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  DESC = Running CMake to regenerate build system...
+  pool = console
+  restat = 1
+
+build modules/canopennode/rebuild_cache: phony modules/canopennode/CMakeFiles/rebuild_cache.util
+
+# =============================================================================
+# Write statements declared in CMakeLists.txt:
+# /opt/ncs/zephyr/CMakeLists.txt
+# =============================================================================
+
+
+#############################################
+# Utility command for edit_cache
+
+build modules/chre/CMakeFiles/edit_cache.util: CUSTOM_COMMAND
+  COMMAND = cd /home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/chre && /opt/bin/ccmake -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  DESC = Running CMake cache editor...
+  pool = console
+  restat = 1
+
+build modules/chre/edit_cache: phony modules/chre/CMakeFiles/edit_cache.util
+
+
+#############################################
+# Utility command for rebuild_cache
+
+build modules/chre/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND
+  COMMAND = cd /home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/chre && /opt/bin/cmake --regenerate-during-build -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  DESC = Running CMake to regenerate build system...
+  pool = console
+  restat = 1
+
+build modules/chre/rebuild_cache: phony modules/chre/CMakeFiles/rebuild_cache.util
+
+# =============================================================================
+# Write statements declared in CMakeLists.txt:
+# /opt/ncs/zephyr/CMakeLists.txt
+# =============================================================================
+
+
+#############################################
+# Utility command for edit_cache
+
+build modules/lz4/CMakeFiles/edit_cache.util: CUSTOM_COMMAND
+  COMMAND = cd /home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/lz4 && /opt/bin/ccmake -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  DESC = Running CMake cache editor...
+  pool = console
+  restat = 1
+
+build modules/lz4/edit_cache: phony modules/lz4/CMakeFiles/edit_cache.util
+
+
+#############################################
+# Utility command for rebuild_cache
+
+build modules/lz4/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND
+  COMMAND = cd /home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/lz4 && /opt/bin/cmake --regenerate-during-build -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  DESC = Running CMake to regenerate build system...
+  pool = console
+  restat = 1
+
+build modules/lz4/rebuild_cache: phony modules/lz4/CMakeFiles/rebuild_cache.util
+
+# =============================================================================
+# Write statements declared in CMakeLists.txt:
+# /opt/ncs/zephyr/CMakeLists.txt
+# =============================================================================
+
+
+#############################################
+# Utility command for edit_cache
+
+build modules/nanopb/CMakeFiles/edit_cache.util: CUSTOM_COMMAND
+  COMMAND = cd /home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/nanopb && /opt/bin/ccmake -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  DESC = Running CMake cache editor...
+  pool = console
+  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/code/workspace/projet_systm_menacer/projetalexiot/build/modules/nanopb && /opt/bin/cmake --regenerate-during-build -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  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:
+# /opt/ncs/zephyr/CMakeLists.txt
+# =============================================================================
+
+
+#############################################
+# Utility command for edit_cache
+
+build modules/zscilib/CMakeFiles/edit_cache.util: CUSTOM_COMMAND
+  COMMAND = cd /home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/zscilib && /opt/bin/ccmake -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  DESC = Running CMake cache editor...
+  pool = console
+  restat = 1
+
+build modules/zscilib/edit_cache: phony modules/zscilib/CMakeFiles/edit_cache.util
+
+
+#############################################
+# Utility command for rebuild_cache
+
+build modules/zscilib/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND
+  COMMAND = cd /home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/zscilib && /opt/bin/cmake --regenerate-during-build -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  DESC = Running CMake to regenerate build system...
+  pool = console
+  restat = 1
+
+build modules/zscilib/rebuild_cache: phony modules/zscilib/CMakeFiles/rebuild_cache.util
+
+# =============================================================================
+# Write statements declared in CMakeLists.txt:
+# /opt/ncs/zephyr/CMakeLists.txt
+# =============================================================================
+
+
+#############################################
+# Utility command for edit_cache
+
+build modules/cmsis/CMakeFiles/edit_cache.util: CUSTOM_COMMAND
+  COMMAND = cd /home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/cmsis && /opt/bin/ccmake -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  DESC = Running CMake cache editor...
+  pool = console
+  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/code/workspace/projet_systm_menacer/projetalexiot/build/modules/cmsis && /opt/bin/cmake --regenerate-during-build -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  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:
+# /opt/ncs/zephyr/modules/cmsis/CMakeLists.txt
+# =============================================================================
+
+
+#############################################
+# Utility command for edit_cache
+
+build modules/cmsis/cmsis/CMakeFiles/edit_cache.util: CUSTOM_COMMAND
+  COMMAND = cd /home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/cmsis/cmsis && /opt/bin/ccmake -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  DESC = Running CMake cache editor...
+  pool = console
+  restat = 1
+
+build modules/cmsis/cmsis/edit_cache: phony modules/cmsis/cmsis/CMakeFiles/edit_cache.util
+
+
+#############################################
+# Utility command for rebuild_cache
+
+build modules/cmsis/cmsis/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND
+  COMMAND = cd /home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/cmsis/cmsis && /opt/bin/cmake --regenerate-during-build -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  DESC = Running CMake to regenerate build system...
+  pool = console
+  restat = 1
+
+build modules/cmsis/cmsis/rebuild_cache: phony modules/cmsis/cmsis/CMakeFiles/rebuild_cache.util
+
+# =============================================================================
+# Write statements declared in CMakeLists.txt:
+# /opt/ncs/modules/hal/cmsis/CMakeLists.txt
+# =============================================================================
+
+
+#############################################
+# Utility command for edit_cache
+
+build modules/cmsis/cmsis/CMSIS/CMakeFiles/edit_cache.util: CUSTOM_COMMAND
+  COMMAND = cd /home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/cmsis/cmsis/CMSIS && /opt/bin/ccmake -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  DESC = Running CMake cache editor...
+  pool = console
+  restat = 1
+
+build modules/cmsis/cmsis/CMSIS/edit_cache: phony modules/cmsis/cmsis/CMSIS/CMakeFiles/edit_cache.util
+
+
+#############################################
+# Utility command for rebuild_cache
+
+build modules/cmsis/cmsis/CMSIS/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND
+  COMMAND = cd /home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/cmsis/cmsis/CMSIS && /opt/bin/cmake --regenerate-during-build -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  DESC = Running CMake to regenerate build system...
+  pool = console
+  restat = 1
+
+build modules/cmsis/cmsis/CMSIS/rebuild_cache: phony modules/cmsis/cmsis/CMSIS/CMakeFiles/rebuild_cache.util
+
+# =============================================================================
+# Write statements declared in CMakeLists.txt:
+# /opt/ncs/modules/hal/cmsis/CMSIS/CMakeLists.txt
+# =============================================================================
+
+
+#############################################
+# Utility command for edit_cache
+
+build modules/cmsis/cmsis/CMSIS/Core/CMakeFiles/edit_cache.util: CUSTOM_COMMAND
+  COMMAND = cd /home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/cmsis/cmsis/CMSIS/Core && /opt/bin/ccmake -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  DESC = Running CMake cache editor...
+  pool = console
+  restat = 1
+
+build modules/cmsis/cmsis/CMSIS/Core/edit_cache: phony modules/cmsis/cmsis/CMSIS/Core/CMakeFiles/edit_cache.util
+
+
+#############################################
+# Utility command for rebuild_cache
+
+build modules/cmsis/cmsis/CMSIS/Core/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND
+  COMMAND = cd /home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/cmsis/cmsis/CMSIS/Core && /opt/bin/cmake --regenerate-during-build -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  DESC = Running CMake to regenerate build system...
+  pool = console
+  restat = 1
+
+build modules/cmsis/cmsis/CMSIS/Core/rebuild_cache: phony modules/cmsis/cmsis/CMSIS/Core/CMakeFiles/rebuild_cache.util
+
+# =============================================================================
+# Write statements declared in CMakeLists.txt:
+# /opt/ncs/zephyr/CMakeLists.txt
+# =============================================================================
+
+
+#############################################
+# Utility command for edit_cache
+
+build modules/cmsis-dsp/CMakeFiles/edit_cache.util: CUSTOM_COMMAND
+  COMMAND = cd /home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/cmsis-dsp && /opt/bin/ccmake -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  DESC = Running CMake cache editor...
+  pool = console
+  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/code/workspace/projet_systm_menacer/projetalexiot/build/modules/cmsis-dsp && /opt/bin/cmake --regenerate-during-build -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  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:
+# /opt/ncs/zephyr/CMakeLists.txt
+# =============================================================================
+
+
+#############################################
+# Utility command for edit_cache
+
+build modules/cmsis-nn/CMakeFiles/edit_cache.util: CUSTOM_COMMAND
+  COMMAND = cd /home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/cmsis-nn && /opt/bin/ccmake -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  DESC = Running CMake cache editor...
+  pool = console
+  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/code/workspace/projet_systm_menacer/projetalexiot/build/modules/cmsis-nn && /opt/bin/cmake --regenerate-during-build -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  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:
+# /opt/ncs/zephyr/CMakeLists.txt
+# =============================================================================
+
+
+#############################################
+# Utility command for edit_cache
+
+build modules/fatfs/CMakeFiles/edit_cache.util: CUSTOM_COMMAND
+  COMMAND = cd /home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/fatfs && /opt/bin/ccmake -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  DESC = Running CMake cache editor...
+  pool = console
+  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/code/workspace/projet_systm_menacer/projetalexiot/build/modules/fatfs && /opt/bin/cmake --regenerate-during-build -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  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:
+# /opt/ncs/zephyr/CMakeLists.txt
+# =============================================================================
+
+
+#############################################
+# Utility command for edit_cache
+
+build modules/hal_nordic/CMakeFiles/edit_cache.util: CUSTOM_COMMAND
+  COMMAND = cd /home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/hal_nordic && /opt/bin/ccmake -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  DESC = Running CMake cache editor...
+  pool = console
+  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/code/workspace/projet_systm_menacer/projetalexiot/build/modules/hal_nordic && /opt/bin/cmake --regenerate-during-build -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  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:
+# /opt/ncs/zephyr/modules/hal_nordic/CMakeLists.txt
+# =============================================================================
+
+# =============================================================================
+# Object build statements for STATIC_LIBRARY target modules__hal_nordic__nrfx
+
+
+#############################################
+# Order-only phony target for modules__hal_nordic__nrfx
+
+build cmake_object_order_depends_target_modules__hal_nordic__nrfx: phony || zephyr/driver_validation_h_target zephyr/kobj_types_h_target zephyr/syscall_list_h_target zephyr/zephyr_generated_headers
+
+build modules/hal_nordic/nrfx/CMakeFiles/modules__hal_nordic__nrfx.dir/opt/ncs/modules/hal/nordic/nrfx/mdk/system_nrf52833.c.obj: C_COMPILER__modules__hal_nordic__nrfx_unscanned_ /opt/ncs/modules/hal/nordic/nrfx/mdk/system_nrf52833.c || cmake_object_order_depends_target_modules__hal_nordic__nrfx
+  DEFINES = -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -D_ANSI_SOURCE -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1
+  DEP_FILE = modules/hal_nordic/nrfx/CMakeFiles/modules__hal_nordic__nrfx.dir/opt/ncs/modules/hal/nordic/nrfx/mdk/system_nrf52833.c.obj.d
+  FLAGS = -fno-strict-aliasing -Os -imacros /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99
+  INCLUDES = -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/zephyr/lib/libc/common/include
+  OBJECT_DIR = modules/hal_nordic/nrfx/CMakeFiles/modules__hal_nordic__nrfx.dir
+  OBJECT_FILE_DIR = modules/hal_nordic/nrfx/CMakeFiles/modules__hal_nordic__nrfx.dir/opt/ncs/modules/hal/nordic/nrfx/mdk
+
+build modules/hal_nordic/nrfx/CMakeFiles/modules__hal_nordic__nrfx.dir/nrfx_glue.c.obj: C_COMPILER__modules__hal_nordic__nrfx_unscanned_ /opt/ncs/zephyr/modules/hal_nordic/nrfx/nrfx_glue.c || cmake_object_order_depends_target_modules__hal_nordic__nrfx
+  DEFINES = -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -D_ANSI_SOURCE -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1
+  DEP_FILE = modules/hal_nordic/nrfx/CMakeFiles/modules__hal_nordic__nrfx.dir/nrfx_glue.c.obj.d
+  FLAGS = -fno-strict-aliasing -Os -imacros /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99
+  INCLUDES = -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/zephyr/lib/libc/common/include
+  OBJECT_DIR = modules/hal_nordic/nrfx/CMakeFiles/modules__hal_nordic__nrfx.dir
+  OBJECT_FILE_DIR = modules/hal_nordic/nrfx/CMakeFiles/modules__hal_nordic__nrfx.dir
+
+build modules/hal_nordic/nrfx/CMakeFiles/modules__hal_nordic__nrfx.dir/opt/ncs/modules/hal/nordic/nrfx/helpers/nrfx_flag32_allocator.c.obj: C_COMPILER__modules__hal_nordic__nrfx_unscanned_ /opt/ncs/modules/hal/nordic/nrfx/helpers/nrfx_flag32_allocator.c || cmake_object_order_depends_target_modules__hal_nordic__nrfx
+  DEFINES = -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -D_ANSI_SOURCE -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1
+  DEP_FILE = modules/hal_nordic/nrfx/CMakeFiles/modules__hal_nordic__nrfx.dir/opt/ncs/modules/hal/nordic/nrfx/helpers/nrfx_flag32_allocator.c.obj.d
+  FLAGS = -fno-strict-aliasing -Os -imacros /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99
+  INCLUDES = -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/zephyr/lib/libc/common/include
+  OBJECT_DIR = modules/hal_nordic/nrfx/CMakeFiles/modules__hal_nordic__nrfx.dir
+  OBJECT_FILE_DIR = modules/hal_nordic/nrfx/CMakeFiles/modules__hal_nordic__nrfx.dir/opt/ncs/modules/hal/nordic/nrfx/helpers
+
+build modules/hal_nordic/nrfx/CMakeFiles/modules__hal_nordic__nrfx.dir/opt/ncs/modules/hal/nordic/nrfx/drivers/src/nrfx_gpiote.c.obj: C_COMPILER__modules__hal_nordic__nrfx_unscanned_ /opt/ncs/modules/hal/nordic/nrfx/drivers/src/nrfx_gpiote.c || cmake_object_order_depends_target_modules__hal_nordic__nrfx
+  DEFINES = -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -D_ANSI_SOURCE -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1
+  DEP_FILE = modules/hal_nordic/nrfx/CMakeFiles/modules__hal_nordic__nrfx.dir/opt/ncs/modules/hal/nordic/nrfx/drivers/src/nrfx_gpiote.c.obj.d
+  FLAGS = -fno-strict-aliasing -Os -imacros /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99
+  INCLUDES = -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/zephyr/lib/libc/common/include
+  OBJECT_DIR = modules/hal_nordic/nrfx/CMakeFiles/modules__hal_nordic__nrfx.dir
+  OBJECT_FILE_DIR = modules/hal_nordic/nrfx/CMakeFiles/modules__hal_nordic__nrfx.dir/opt/ncs/modules/hal/nordic/nrfx/drivers/src
+
+build modules/hal_nordic/nrfx/CMakeFiles/modules__hal_nordic__nrfx.dir/opt/ncs/modules/hal/nordic/nrfx/drivers/src/nrfx_nvmc.c.obj: C_COMPILER__modules__hal_nordic__nrfx_unscanned_ /opt/ncs/modules/hal/nordic/nrfx/drivers/src/nrfx_nvmc.c || cmake_object_order_depends_target_modules__hal_nordic__nrfx
+  DEFINES = -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -D_ANSI_SOURCE -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1
+  DEP_FILE = modules/hal_nordic/nrfx/CMakeFiles/modules__hal_nordic__nrfx.dir/opt/ncs/modules/hal/nordic/nrfx/drivers/src/nrfx_nvmc.c.obj.d
+  FLAGS = -fno-strict-aliasing -Os -imacros /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99
+  INCLUDES = -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/zephyr/lib/libc/common/include
+  OBJECT_DIR = modules/hal_nordic/nrfx/CMakeFiles/modules__hal_nordic__nrfx.dir
+  OBJECT_FILE_DIR = modules/hal_nordic/nrfx/CMakeFiles/modules__hal_nordic__nrfx.dir/opt/ncs/modules/hal/nordic/nrfx/drivers/src
+
+build modules/hal_nordic/nrfx/CMakeFiles/modules__hal_nordic__nrfx.dir/opt/ncs/modules/hal/nordic/nrfx/drivers/src/nrfx_spim.c.obj: C_COMPILER__modules__hal_nordic__nrfx_unscanned_ /opt/ncs/modules/hal/nordic/nrfx/drivers/src/nrfx_spim.c || cmake_object_order_depends_target_modules__hal_nordic__nrfx
+  DEFINES = -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -D_ANSI_SOURCE -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1
+  DEP_FILE = modules/hal_nordic/nrfx/CMakeFiles/modules__hal_nordic__nrfx.dir/opt/ncs/modules/hal/nordic/nrfx/drivers/src/nrfx_spim.c.obj.d
+  FLAGS = -fno-strict-aliasing -Os -imacros /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99
+  INCLUDES = -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/zephyr/lib/libc/common/include
+  OBJECT_DIR = modules/hal_nordic/nrfx/CMakeFiles/modules__hal_nordic__nrfx.dir
+  OBJECT_FILE_DIR = modules/hal_nordic/nrfx/CMakeFiles/modules__hal_nordic__nrfx.dir/opt/ncs/modules/hal/nordic/nrfx/drivers/src
+
+build modules/hal_nordic/nrfx/CMakeFiles/modules__hal_nordic__nrfx.dir/opt/ncs/modules/hal/nordic/nrfx/drivers/src/nrfx_twim.c.obj: C_COMPILER__modules__hal_nordic__nrfx_unscanned_ /opt/ncs/modules/hal/nordic/nrfx/drivers/src/nrfx_twim.c || cmake_object_order_depends_target_modules__hal_nordic__nrfx
+  DEFINES = -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -D_ANSI_SOURCE -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1
+  DEP_FILE = modules/hal_nordic/nrfx/CMakeFiles/modules__hal_nordic__nrfx.dir/opt/ncs/modules/hal/nordic/nrfx/drivers/src/nrfx_twim.c.obj.d
+  FLAGS = -fno-strict-aliasing -Os -imacros /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99
+  INCLUDES = -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/zephyr/lib/libc/common/include
+  OBJECT_DIR = modules/hal_nordic/nrfx/CMakeFiles/modules__hal_nordic__nrfx.dir
+  OBJECT_FILE_DIR = modules/hal_nordic/nrfx/CMakeFiles/modules__hal_nordic__nrfx.dir/opt/ncs/modules/hal/nordic/nrfx/drivers/src
+
+build modules/hal_nordic/nrfx/CMakeFiles/modules__hal_nordic__nrfx.dir/opt/ncs/modules/hal/nordic/nrfx/drivers/src/nrfx_twi_twim.c.obj: C_COMPILER__modules__hal_nordic__nrfx_unscanned_ /opt/ncs/modules/hal/nordic/nrfx/drivers/src/nrfx_twi_twim.c || cmake_object_order_depends_target_modules__hal_nordic__nrfx
+  DEFINES = -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -D_ANSI_SOURCE -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1
+  DEP_FILE = modules/hal_nordic/nrfx/CMakeFiles/modules__hal_nordic__nrfx.dir/opt/ncs/modules/hal/nordic/nrfx/drivers/src/nrfx_twi_twim.c.obj.d
+  FLAGS = -fno-strict-aliasing -Os -imacros /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99
+  INCLUDES = -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/zephyr/lib/libc/common/include
+  OBJECT_DIR = modules/hal_nordic/nrfx/CMakeFiles/modules__hal_nordic__nrfx.dir
+  OBJECT_FILE_DIR = modules/hal_nordic/nrfx/CMakeFiles/modules__hal_nordic__nrfx.dir/opt/ncs/modules/hal/nordic/nrfx/drivers/src
+
+
+# =============================================================================
+# Link build statements for STATIC_LIBRARY target modules__hal_nordic__nrfx
+
+
+#############################################
+# Link the static library modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a
+
+build modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a: C_STATIC_LIBRARY_LINKER__modules__hal_nordic__nrfx_ modules/hal_nordic/nrfx/CMakeFiles/modules__hal_nordic__nrfx.dir/opt/ncs/modules/hal/nordic/nrfx/mdk/system_nrf52833.c.obj modules/hal_nordic/nrfx/CMakeFiles/modules__hal_nordic__nrfx.dir/nrfx_glue.c.obj modules/hal_nordic/nrfx/CMakeFiles/modules__hal_nordic__nrfx.dir/opt/ncs/modules/hal/nordic/nrfx/helpers/nrfx_flag32_allocator.c.obj modules/hal_nordic/nrfx/CMakeFiles/modules__hal_nordic__nrfx.dir/opt/ncs/modules/hal/nordic/nrfx/drivers/src/nrfx_gpiote.c.obj modules/hal_nordic/nrfx/CMakeFiles/modules__hal_nordic__nrfx.dir/opt/ncs/modules/hal/nordic/nrfx/drivers/src/nrfx_nvmc.c.obj modules/hal_nordic/nrfx/CMakeFiles/modules__hal_nordic__nrfx.dir/opt/ncs/modules/hal/nordic/nrfx/drivers/src/nrfx_spim.c.obj modules/hal_nordic/nrfx/CMakeFiles/modules__hal_nordic__nrfx.dir/opt/ncs/modules/hal/nordic/nrfx/drivers/src/nrfx_twim.c.obj modules/hal_nordic/nrfx/CMakeFiles/modules__hal_nordic__nrfx.dir/opt/ncs/modules/hal/nordic/nrfx/drivers/src/nrfx_twi_twim.c.obj || zephyr/driver_validation_h_target zephyr/kobj_types_h_target zephyr/syscall_list_h_target zephyr/zephyr_generated_headers
+  OBJECT_DIR = modules/hal_nordic/nrfx/CMakeFiles/modules__hal_nordic__nrfx.dir
+  POST_BUILD = :
+  PRE_LINK = :
+  TARGET_FILE = modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a
+  TARGET_PDB = modules__hal_nordic__nrfx.a.dbg
+
+
+#############################################
+# Utility command for edit_cache
+
+build modules/hal_nordic/nrfx/CMakeFiles/edit_cache.util: CUSTOM_COMMAND
+  COMMAND = cd /home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/hal_nordic/nrfx && /opt/bin/ccmake -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  DESC = Running CMake cache editor...
+  pool = console
+  restat = 1
+
+build modules/hal_nordic/nrfx/edit_cache: phony modules/hal_nordic/nrfx/CMakeFiles/edit_cache.util
+
+
+#############################################
+# Utility command for rebuild_cache
+
+build modules/hal_nordic/nrfx/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND
+  COMMAND = cd /home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/hal_nordic/nrfx && /opt/bin/cmake --regenerate-during-build -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  DESC = Running CMake to regenerate build system...
+  pool = console
+  restat = 1
+
+build modules/hal_nordic/nrfx/rebuild_cache: phony modules/hal_nordic/nrfx/CMakeFiles/rebuild_cache.util
+
+# =============================================================================
+# Write statements declared in CMakeLists.txt:
+# /opt/ncs/zephyr/CMakeLists.txt
+# =============================================================================
+
+
+#############################################
+# Utility command for edit_cache
+
+build modules/hal_st/CMakeFiles/edit_cache.util: CUSTOM_COMMAND
+  COMMAND = cd /home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/hal_st && /opt/bin/ccmake -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  DESC = Running CMake cache editor...
+  pool = console
+  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/code/workspace/projet_systm_menacer/projetalexiot/build/modules/hal_st && /opt/bin/cmake --regenerate-during-build -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  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:
+# /opt/ncs/modules/hal/st/CMakeLists.txt
+# =============================================================================
+
+
+#############################################
+# Utility command for edit_cache
+
+build modules/hal_st/sensor/stmemsc/CMakeFiles/edit_cache.util: CUSTOM_COMMAND
+  COMMAND = cd /home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/hal_st/sensor/stmemsc && /opt/bin/ccmake -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  DESC = Running CMake cache editor...
+  pool = console
+  restat = 1
+
+build modules/hal_st/sensor/stmemsc/edit_cache: phony modules/hal_st/sensor/stmemsc/CMakeFiles/edit_cache.util
+
+
+#############################################
+# Utility command for rebuild_cache
+
+build modules/hal_st/sensor/stmemsc/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND
+  COMMAND = cd /home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/hal_st/sensor/stmemsc && /opt/bin/cmake --regenerate-during-build -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  DESC = Running CMake to regenerate build system...
+  pool = console
+  restat = 1
+
+build modules/hal_st/sensor/stmemsc/rebuild_cache: phony modules/hal_st/sensor/stmemsc/CMakeFiles/rebuild_cache.util
+
+# =============================================================================
+# Write statements declared in CMakeLists.txt:
+# /opt/ncs/zephyr/CMakeLists.txt
+# =============================================================================
+
+
+#############################################
+# Utility command for edit_cache
+
+build modules/hal_wurthelektronik/CMakeFiles/edit_cache.util: CUSTOM_COMMAND
+  COMMAND = cd /home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/hal_wurthelektronik && /opt/bin/ccmake -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  DESC = Running CMake cache editor...
+  pool = console
+  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/code/workspace/projet_systm_menacer/projetalexiot/build/modules/hal_wurthelektronik && /opt/bin/cmake --regenerate-during-build -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  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:
+# /opt/ncs/zephyr/CMakeLists.txt
+# =============================================================================
+
+
+#############################################
+# Utility command for edit_cache
+
+build modules/libmetal/CMakeFiles/edit_cache.util: CUSTOM_COMMAND
+  COMMAND = cd /home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/libmetal && /opt/bin/ccmake -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  DESC = Running CMake cache editor...
+  pool = console
+  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/code/workspace/projet_systm_menacer/projetalexiot/build/modules/libmetal && /opt/bin/cmake --regenerate-during-build -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  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:
+# /opt/ncs/zephyr/CMakeLists.txt
+# =============================================================================
+
+
+#############################################
+# Utility command for edit_cache
+
+build modules/liblc3/CMakeFiles/edit_cache.util: CUSTOM_COMMAND
+  COMMAND = cd /home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/liblc3 && /opt/bin/ccmake -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  DESC = Running CMake cache editor...
+  pool = console
+  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/code/workspace/projet_systm_menacer/projetalexiot/build/modules/liblc3 && /opt/bin/cmake --regenerate-during-build -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  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:
+# /opt/ncs/zephyr/CMakeLists.txt
+# =============================================================================
+
+
+#############################################
+# Utility command for edit_cache
+
+build modules/littlefs/CMakeFiles/edit_cache.util: CUSTOM_COMMAND
+  COMMAND = cd /home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/littlefs && /opt/bin/ccmake -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  DESC = Running CMake cache editor...
+  pool = console
+  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/code/workspace/projet_systm_menacer/projetalexiot/build/modules/littlefs && /opt/bin/cmake --regenerate-during-build -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  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:
+# /opt/ncs/zephyr/CMakeLists.txt
+# =============================================================================
+
+
+#############################################
+# Utility command for edit_cache
+
+build modules/loramac-node/CMakeFiles/edit_cache.util: CUSTOM_COMMAND
+  COMMAND = cd /home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/loramac-node && /opt/bin/ccmake -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  DESC = Running CMake cache editor...
+  pool = console
+  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/code/workspace/projet_systm_menacer/projetalexiot/build/modules/loramac-node && /opt/bin/cmake --regenerate-during-build -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  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:
+# /opt/ncs/zephyr/CMakeLists.txt
+# =============================================================================
+
+
+#############################################
+# Utility command for edit_cache
+
+build modules/lvgl/CMakeFiles/edit_cache.util: CUSTOM_COMMAND
+  COMMAND = cd /home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/lvgl && /opt/bin/ccmake -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  DESC = Running CMake cache editor...
+  pool = console
+  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/code/workspace/projet_systm_menacer/projetalexiot/build/modules/lvgl && /opt/bin/cmake --regenerate-during-build -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  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:
+# /opt/ncs/zephyr/CMakeLists.txt
+# =============================================================================
+
+
+#############################################
+# Utility command for edit_cache
+
+build modules/mipi-sys-t/CMakeFiles/edit_cache.util: CUSTOM_COMMAND
+  COMMAND = cd /home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/mipi-sys-t && /opt/bin/ccmake -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  DESC = Running CMake cache editor...
+  pool = console
+  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/code/workspace/projet_systm_menacer/projetalexiot/build/modules/mipi-sys-t && /opt/bin/cmake --regenerate-during-build -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  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:
+# /opt/ncs/zephyr/CMakeLists.txt
+# =============================================================================
+
+
+#############################################
+# Utility command for edit_cache
+
+build modules/nrf_hw_models/CMakeFiles/edit_cache.util: CUSTOM_COMMAND
+  COMMAND = cd /home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/nrf_hw_models && /opt/bin/ccmake -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  DESC = Running CMake cache editor...
+  pool = console
+  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/code/workspace/projet_systm_menacer/projetalexiot/build/modules/nrf_hw_models && /opt/bin/cmake --regenerate-during-build -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  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:
+# /opt/ncs/zephyr/CMakeLists.txt
+# =============================================================================
+
+
+#############################################
+# Utility command for edit_cache
+
+build modules/open-amp/CMakeFiles/edit_cache.util: CUSTOM_COMMAND
+  COMMAND = cd /home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/open-amp && /opt/bin/ccmake -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  DESC = Running CMake cache editor...
+  pool = console
+  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/code/workspace/projet_systm_menacer/projetalexiot/build/modules/open-amp && /opt/bin/cmake --regenerate-during-build -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  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:
+# /opt/ncs/zephyr/CMakeLists.txt
+# =============================================================================
+
+
+#############################################
+# Utility command for edit_cache
+
+build modules/picolibc/CMakeFiles/edit_cache.util: CUSTOM_COMMAND
+  COMMAND = cd /home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/picolibc && /opt/bin/ccmake -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  DESC = Running CMake cache editor...
+  pool = console
+  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/code/workspace/projet_systm_menacer/projetalexiot/build/modules/picolibc && /opt/bin/cmake --regenerate-during-build -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  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:
+# /opt/ncs/zephyr/CMakeLists.txt
+# =============================================================================
+
+
+#############################################
+# Utility command for edit_cache
+
+build modules/segger/CMakeFiles/edit_cache.util: CUSTOM_COMMAND
+  COMMAND = cd /home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/segger && /opt/bin/ccmake -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  DESC = Running CMake cache editor...
+  pool = console
+  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/code/workspace/projet_systm_menacer/projetalexiot/build/modules/segger && /opt/bin/cmake --regenerate-during-build -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  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:
+# /opt/ncs/zephyr/CMakeLists.txt
+# =============================================================================
+
+
+#############################################
+# Utility command for edit_cache
+
+build modules/tinycrypt/CMakeFiles/edit_cache.util: CUSTOM_COMMAND
+  COMMAND = cd /home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/tinycrypt && /opt/bin/ccmake -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  DESC = Running CMake cache editor...
+  pool = console
+  restat = 1
+
+build modules/tinycrypt/edit_cache: phony modules/tinycrypt/CMakeFiles/edit_cache.util
+
+
+#############################################
+# Utility command for rebuild_cache
+
+build modules/tinycrypt/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND
+  COMMAND = cd /home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/tinycrypt && /opt/bin/cmake --regenerate-during-build -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  DESC = Running CMake to regenerate build system...
+  pool = console
+  restat = 1
+
+build modules/tinycrypt/rebuild_cache: phony modules/tinycrypt/CMakeFiles/rebuild_cache.util
+
+# =============================================================================
+# Write statements declared in CMakeLists.txt:
+# /opt/ncs/modules/crypto/tinycrypt/CMakeLists.txt
+# =============================================================================
+
+
+#############################################
+# Utility command for edit_cache
+
+build modules/tinycrypt/lib/CMakeFiles/edit_cache.util: CUSTOM_COMMAND
+  COMMAND = cd /home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/tinycrypt/lib && /opt/bin/ccmake -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  DESC = Running CMake cache editor...
+  pool = console
+  restat = 1
+
+build modules/tinycrypt/lib/edit_cache: phony modules/tinycrypt/lib/CMakeFiles/edit_cache.util
+
+
+#############################################
+# Utility command for rebuild_cache
+
+build modules/tinycrypt/lib/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND
+  COMMAND = cd /home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/tinycrypt/lib && /opt/bin/cmake --regenerate-during-build -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  DESC = Running CMake to regenerate build system...
+  pool = console
+  restat = 1
+
+build modules/tinycrypt/lib/rebuild_cache: phony modules/tinycrypt/lib/CMakeFiles/rebuild_cache.util
+
+# =============================================================================
+# Write statements declared in CMakeLists.txt:
+# /opt/ncs/zephyr/CMakeLists.txt
+# =============================================================================
+
+
+#############################################
+# Utility command for edit_cache
+
+build modules/uoscore-uedhoc/CMakeFiles/edit_cache.util: CUSTOM_COMMAND
+  COMMAND = cd /home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/uoscore-uedhoc && /opt/bin/ccmake -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  DESC = Running CMake cache editor...
+  pool = console
+  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/code/workspace/projet_systm_menacer/projetalexiot/build/modules/uoscore-uedhoc && /opt/bin/cmake --regenerate-during-build -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  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:
+# /opt/ncs/zephyr/CMakeLists.txt
+# =============================================================================
+
+
+#############################################
+# Utility command for edit_cache
+
+build modules/zcbor/CMakeFiles/edit_cache.util: CUSTOM_COMMAND
+  COMMAND = cd /home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/zcbor && /opt/bin/ccmake -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  DESC = Running CMake cache editor...
+  pool = console
+  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/code/workspace/projet_systm_menacer/projetalexiot/build/modules/zcbor && /opt/bin/cmake --regenerate-during-build -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  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:
+# /opt/ncs/zephyr/CMakeLists.txt
+# =============================================================================
+
+
+#############################################
+# Utility command for edit_cache
+
+build modules/nrfxlib/CMakeFiles/edit_cache.util: CUSTOM_COMMAND
+  COMMAND = cd /home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/nrfxlib && /opt/bin/ccmake -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  DESC = Running CMake cache editor...
+  pool = console
+  restat = 1
+
+build modules/nrfxlib/edit_cache: phony modules/nrfxlib/CMakeFiles/edit_cache.util
+
+
+#############################################
+# Utility command for rebuild_cache
+
+build modules/nrfxlib/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND
+  COMMAND = cd /home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/nrfxlib && /opt/bin/cmake --regenerate-during-build -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  DESC = Running CMake to regenerate build system...
+  pool = console
+  restat = 1
+
+build modules/nrfxlib/rebuild_cache: phony modules/nrfxlib/CMakeFiles/rebuild_cache.util
+
+# =============================================================================
+# Write statements declared in CMakeLists.txt:
+# /opt/ncs/nrf/modules/nrfxlib/CMakeLists.txt
+# =============================================================================
+
+
+#############################################
+# Utility command for edit_cache
+
+build modules/nrfxlib/nrfxlib/CMakeFiles/edit_cache.util: CUSTOM_COMMAND
+  COMMAND = cd /home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/nrfxlib/nrfxlib && /opt/bin/ccmake -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  DESC = Running CMake cache editor...
+  pool = console
+  restat = 1
+
+build modules/nrfxlib/nrfxlib/edit_cache: phony modules/nrfxlib/nrfxlib/CMakeFiles/edit_cache.util
+
+
+#############################################
+# Utility command for rebuild_cache
+
+build modules/nrfxlib/nrfxlib/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND
+  COMMAND = cd /home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/nrfxlib/nrfxlib && /opt/bin/cmake --regenerate-during-build -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  DESC = Running CMake to regenerate build system...
+  pool = console
+  restat = 1
+
+build modules/nrfxlib/nrfxlib/rebuild_cache: phony modules/nrfxlib/nrfxlib/CMakeFiles/rebuild_cache.util
+
+# =============================================================================
+# Write statements declared in CMakeLists.txt:
+# /opt/ncs/nrfxlib/CMakeLists.txt
+# =============================================================================
+
+
+#############################################
+# Utility command for edit_cache
+
+build modules/nrfxlib/nrfxlib/crypto/CMakeFiles/edit_cache.util: CUSTOM_COMMAND
+  COMMAND = cd /home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/nrfxlib/nrfxlib/crypto && /opt/bin/ccmake -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  DESC = Running CMake cache editor...
+  pool = console
+  restat = 1
+
+build modules/nrfxlib/nrfxlib/crypto/edit_cache: phony modules/nrfxlib/nrfxlib/crypto/CMakeFiles/edit_cache.util
+
+
+#############################################
+# Utility command for rebuild_cache
+
+build modules/nrfxlib/nrfxlib/crypto/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND
+  COMMAND = cd /home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/nrfxlib/nrfxlib/crypto && /opt/bin/cmake --regenerate-during-build -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  DESC = Running CMake to regenerate build system...
+  pool = console
+  restat = 1
+
+build modules/nrfxlib/nrfxlib/crypto/rebuild_cache: phony modules/nrfxlib/nrfxlib/crypto/CMakeFiles/rebuild_cache.util
+
+# =============================================================================
+# Write statements declared in CMakeLists.txt:
+# /opt/ncs/nrfxlib/CMakeLists.txt
+# =============================================================================
+
+
+#############################################
+# Utility command for edit_cache
+
+build modules/nrfxlib/nrfxlib/softdevice_controller/CMakeFiles/edit_cache.util: CUSTOM_COMMAND
+  COMMAND = cd /home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/nrfxlib/nrfxlib/softdevice_controller && /opt/bin/ccmake -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  DESC = Running CMake cache editor...
+  pool = console
+  restat = 1
+
+build modules/nrfxlib/nrfxlib/softdevice_controller/edit_cache: phony modules/nrfxlib/nrfxlib/softdevice_controller/CMakeFiles/edit_cache.util
+
+
+#############################################
+# Utility command for rebuild_cache
+
+build modules/nrfxlib/nrfxlib/softdevice_controller/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND
+  COMMAND = cd /home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/nrfxlib/nrfxlib/softdevice_controller && /opt/bin/cmake --regenerate-during-build -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  DESC = Running CMake to regenerate build system...
+  pool = console
+  restat = 1
+
+build modules/nrfxlib/nrfxlib/softdevice_controller/rebuild_cache: phony modules/nrfxlib/nrfxlib/softdevice_controller/CMakeFiles/rebuild_cache.util
+
+# =============================================================================
+# Write statements declared in CMakeLists.txt:
+# /opt/ncs/nrfxlib/CMakeLists.txt
+# =============================================================================
+
+
+#############################################
+# Utility command for edit_cache
+
+build modules/nrfxlib/nrfxlib/mpsl/CMakeFiles/edit_cache.util: CUSTOM_COMMAND
+  COMMAND = cd /home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/nrfxlib/nrfxlib/mpsl && /opt/bin/ccmake -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  DESC = Running CMake cache editor...
+  pool = console
+  restat = 1
+
+build modules/nrfxlib/nrfxlib/mpsl/edit_cache: phony modules/nrfxlib/nrfxlib/mpsl/CMakeFiles/edit_cache.util
+
+
+#############################################
+# Utility command for rebuild_cache
+
+build modules/nrfxlib/nrfxlib/mpsl/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND
+  COMMAND = cd /home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/nrfxlib/nrfxlib/mpsl && /opt/bin/cmake --regenerate-during-build -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  DESC = Running CMake to regenerate build system...
+  pool = console
+  restat = 1
+
+build modules/nrfxlib/nrfxlib/mpsl/rebuild_cache: phony modules/nrfxlib/nrfxlib/mpsl/CMakeFiles/rebuild_cache.util
+
+# =============================================================================
+# Write statements declared in CMakeLists.txt:
+# /opt/ncs/nrfxlib/mpsl/CMakeLists.txt
+# =============================================================================
+
+
+#############################################
+# Utility command for edit_cache
+
+build modules/nrfxlib/nrfxlib/mpsl/fem/CMakeFiles/edit_cache.util: CUSTOM_COMMAND
+  COMMAND = cd /home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/nrfxlib/nrfxlib/mpsl/fem && /opt/bin/ccmake -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  DESC = Running CMake cache editor...
+  pool = console
+  restat = 1
+
+build modules/nrfxlib/nrfxlib/mpsl/fem/edit_cache: phony modules/nrfxlib/nrfxlib/mpsl/fem/CMakeFiles/edit_cache.util
+
+
+#############################################
+# Utility command for rebuild_cache
+
+build modules/nrfxlib/nrfxlib/mpsl/fem/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND
+  COMMAND = cd /home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/nrfxlib/nrfxlib/mpsl/fem && /opt/bin/cmake --regenerate-during-build -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  DESC = Running CMake to regenerate build system...
+  pool = console
+  restat = 1
+
+build modules/nrfxlib/nrfxlib/mpsl/fem/rebuild_cache: phony modules/nrfxlib/nrfxlib/mpsl/fem/CMakeFiles/rebuild_cache.util
+
+# =============================================================================
+# Write statements declared in CMakeLists.txt:
+# /opt/ncs/nrf/modules/nrfxlib/CMakeLists.txt
+# =============================================================================
+
+
+#############################################
+# Utility command for edit_cache
+
+build modules/nrfxlib/nrf_802154/CMakeFiles/edit_cache.util: CUSTOM_COMMAND
+  COMMAND = cd /home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/nrfxlib/nrf_802154 && /opt/bin/ccmake -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  DESC = Running CMake cache editor...
+  pool = console
+  restat = 1
+
+build modules/nrfxlib/nrf_802154/edit_cache: phony modules/nrfxlib/nrf_802154/CMakeFiles/edit_cache.util
+
+
+#############################################
+# Utility command for rebuild_cache
+
+build modules/nrfxlib/nrf_802154/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND
+  COMMAND = cd /home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/nrfxlib/nrf_802154 && /opt/bin/cmake --regenerate-during-build -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  DESC = Running CMake to regenerate build system...
+  pool = console
+  restat = 1
+
+build modules/nrfxlib/nrf_802154/rebuild_cache: phony modules/nrfxlib/nrf_802154/CMakeFiles/rebuild_cache.util
+
+# =============================================================================
+# Write statements declared in CMakeLists.txt:
+# /opt/ncs/zephyr/CMakeLists.txt
+# =============================================================================
+
+
+#############################################
+# Utility command for edit_cache
+
+build modules/connectedhomeip/CMakeFiles/edit_cache.util: CUSTOM_COMMAND
+  COMMAND = cd /home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/connectedhomeip && /opt/bin/ccmake -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  DESC = Running CMake cache editor...
+  pool = console
+  restat = 1
+
+build modules/connectedhomeip/edit_cache: phony modules/connectedhomeip/CMakeFiles/edit_cache.util
+
+
+#############################################
+# Utility command for rebuild_cache
+
+build modules/connectedhomeip/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND
+  COMMAND = cd /home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/connectedhomeip && /opt/bin/cmake --regenerate-during-build -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  DESC = Running CMake to regenerate build system...
+  pool = console
+  restat = 1
+
+build modules/connectedhomeip/rebuild_cache: phony modules/connectedhomeip/CMakeFiles/rebuild_cache.util
+
+# =============================================================================
+# Write statements declared in CMakeLists.txt:
+# /opt/ncs/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/driver_validation_h_target zephyr/kobj_types_h_target zephyr/syscall_list_h_target zephyr/zephyr_generated_headers
+
+build zephyr/kernel/CMakeFiles/kernel.dir/main_weak.c.obj: C_COMPILER__kernel_unscanned_ /opt/ncs/zephyr/kernel/main_weak.c || cmake_object_order_depends_target_kernel
+  DEFINES = -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -D_ANSI_SOURCE -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 = -Wshadow -fno-strict-aliasing -Os -imacros /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99
+  INCLUDES = -I/opt/ncs/zephyr/kernel/include -I/opt/ncs/zephyr/arch/arm/include -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/zephyr/lib/libc/common/include
+  OBJECT_DIR = zephyr/kernel/CMakeFiles/kernel.dir
+  OBJECT_FILE_DIR = zephyr/kernel/CMakeFiles/kernel.dir
+
+build zephyr/kernel/CMakeFiles/kernel.dir/banner.c.obj: C_COMPILER__kernel_unscanned_ /opt/ncs/zephyr/kernel/banner.c || cmake_object_order_depends_target_kernel
+  DEFINES = -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -D_ANSI_SOURCE -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR_SUPERVISOR__ -D__ZEPHYR__=1
+  DEP_FILE = zephyr/kernel/CMakeFiles/kernel.dir/banner.c.obj.d
+  FLAGS = -Wshadow -fno-strict-aliasing -Os -imacros /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99
+  INCLUDES = -I/opt/ncs/zephyr/kernel/include -I/opt/ncs/zephyr/arch/arm/include -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/zephyr/lib/libc/common/include
+  OBJECT_DIR = zephyr/kernel/CMakeFiles/kernel.dir
+  OBJECT_FILE_DIR = zephyr/kernel/CMakeFiles/kernel.dir
+
+build zephyr/kernel/CMakeFiles/kernel.dir/busy_wait.c.obj: C_COMPILER__kernel_unscanned_ /opt/ncs/zephyr/kernel/busy_wait.c || cmake_object_order_depends_target_kernel
+  DEFINES = -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -D_ANSI_SOURCE -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 = -Wshadow -fno-strict-aliasing -Os -imacros /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99
+  INCLUDES = -I/opt/ncs/zephyr/kernel/include -I/opt/ncs/zephyr/arch/arm/include -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/zephyr/lib/libc/common/include
+  OBJECT_DIR = zephyr/kernel/CMakeFiles/kernel.dir
+  OBJECT_FILE_DIR = zephyr/kernel/CMakeFiles/kernel.dir
+
+build zephyr/kernel/CMakeFiles/kernel.dir/device.c.obj: C_COMPILER__kernel_unscanned_ /opt/ncs/zephyr/kernel/device.c || cmake_object_order_depends_target_kernel
+  DEFINES = -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -D_ANSI_SOURCE -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 = -Wshadow -fno-strict-aliasing -Os -imacros /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99
+  INCLUDES = -I/opt/ncs/zephyr/kernel/include -I/opt/ncs/zephyr/arch/arm/include -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/zephyr/lib/libc/common/include
+  OBJECT_DIR = zephyr/kernel/CMakeFiles/kernel.dir
+  OBJECT_FILE_DIR = zephyr/kernel/CMakeFiles/kernel.dir
+
+build zephyr/kernel/CMakeFiles/kernel.dir/errno.c.obj: C_COMPILER__kernel_unscanned_ /opt/ncs/zephyr/kernel/errno.c || cmake_object_order_depends_target_kernel
+  DEFINES = -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -D_ANSI_SOURCE -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR_SUPERVISOR__ -D__ZEPHYR__=1
+  DEP_FILE = zephyr/kernel/CMakeFiles/kernel.dir/errno.c.obj.d
+  FLAGS = -Wshadow -fno-strict-aliasing -Os -imacros /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99
+  INCLUDES = -I/opt/ncs/zephyr/kernel/include -I/opt/ncs/zephyr/arch/arm/include -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/zephyr/lib/libc/common/include
+  OBJECT_DIR = zephyr/kernel/CMakeFiles/kernel.dir
+  OBJECT_FILE_DIR = zephyr/kernel/CMakeFiles/kernel.dir
+
+build zephyr/kernel/CMakeFiles/kernel.dir/fatal.c.obj: C_COMPILER__kernel_unscanned_ /opt/ncs/zephyr/kernel/fatal.c || cmake_object_order_depends_target_kernel
+  DEFINES = -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -D_ANSI_SOURCE -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 = -Wshadow -fno-strict-aliasing -Os -imacros /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99
+  INCLUDES = -I/opt/ncs/zephyr/kernel/include -I/opt/ncs/zephyr/arch/arm/include -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/zephyr/lib/libc/common/include
+  OBJECT_DIR = zephyr/kernel/CMakeFiles/kernel.dir
+  OBJECT_FILE_DIR = zephyr/kernel/CMakeFiles/kernel.dir
+
+build zephyr/kernel/CMakeFiles/kernel.dir/init.c.obj: C_COMPILER__kernel_unscanned_ /opt/ncs/zephyr/kernel/init.c || cmake_object_order_depends_target_kernel
+  DEFINES = -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -D_ANSI_SOURCE -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 = -Wshadow -fno-strict-aliasing -Os -imacros /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99
+  INCLUDES = -I/opt/ncs/zephyr/kernel/include -I/opt/ncs/zephyr/arch/arm/include -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/zephyr/lib/libc/common/include
+  OBJECT_DIR = zephyr/kernel/CMakeFiles/kernel.dir
+  OBJECT_FILE_DIR = zephyr/kernel/CMakeFiles/kernel.dir
+
+build zephyr/kernel/CMakeFiles/kernel.dir/kheap.c.obj: C_COMPILER__kernel_unscanned_ /opt/ncs/zephyr/kernel/kheap.c || cmake_object_order_depends_target_kernel
+  DEFINES = -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -D_ANSI_SOURCE -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 = -Wshadow -fno-strict-aliasing -Os -imacros /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99
+  INCLUDES = -I/opt/ncs/zephyr/kernel/include -I/opt/ncs/zephyr/arch/arm/include -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/zephyr/lib/libc/common/include
+  OBJECT_DIR = zephyr/kernel/CMakeFiles/kernel.dir
+  OBJECT_FILE_DIR = zephyr/kernel/CMakeFiles/kernel.dir
+
+build zephyr/kernel/CMakeFiles/kernel.dir/mem_slab.c.obj: C_COMPILER__kernel_unscanned_ /opt/ncs/zephyr/kernel/mem_slab.c || cmake_object_order_depends_target_kernel
+  DEFINES = -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -D_ANSI_SOURCE -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 = -Wshadow -fno-strict-aliasing -Os -imacros /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99
+  INCLUDES = -I/opt/ncs/zephyr/kernel/include -I/opt/ncs/zephyr/arch/arm/include -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/zephyr/lib/libc/common/include
+  OBJECT_DIR = zephyr/kernel/CMakeFiles/kernel.dir
+  OBJECT_FILE_DIR = zephyr/kernel/CMakeFiles/kernel.dir
+
+build zephyr/kernel/CMakeFiles/kernel.dir/float.c.obj: C_COMPILER__kernel_unscanned_ /opt/ncs/zephyr/kernel/float.c || cmake_object_order_depends_target_kernel
+  DEFINES = -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -D_ANSI_SOURCE -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 = -Wshadow -fno-strict-aliasing -Os -imacros /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99
+  INCLUDES = -I/opt/ncs/zephyr/kernel/include -I/opt/ncs/zephyr/arch/arm/include -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/zephyr/lib/libc/common/include
+  OBJECT_DIR = zephyr/kernel/CMakeFiles/kernel.dir
+  OBJECT_FILE_DIR = zephyr/kernel/CMakeFiles/kernel.dir
+
+build zephyr/kernel/CMakeFiles/kernel.dir/version.c.obj: C_COMPILER__kernel_unscanned_ /opt/ncs/zephyr/kernel/version.c || cmake_object_order_depends_target_kernel
+  DEFINES = -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -D_ANSI_SOURCE -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 = -Wshadow -fno-strict-aliasing -Os -imacros /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99
+  INCLUDES = -I/opt/ncs/zephyr/kernel/include -I/opt/ncs/zephyr/arch/arm/include -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/zephyr/lib/libc/common/include
+  OBJECT_DIR = zephyr/kernel/CMakeFiles/kernel.dir
+  OBJECT_FILE_DIR = zephyr/kernel/CMakeFiles/kernel.dir
+
+build zephyr/kernel/CMakeFiles/kernel.dir/idle.c.obj: C_COMPILER__kernel_unscanned_ /opt/ncs/zephyr/kernel/idle.c || cmake_object_order_depends_target_kernel
+  DEFINES = -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -D_ANSI_SOURCE -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 = -Wshadow -fno-strict-aliasing -Os -imacros /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99
+  INCLUDES = -I/opt/ncs/zephyr/kernel/include -I/opt/ncs/zephyr/arch/arm/include -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/zephyr/lib/libc/common/include
+  OBJECT_DIR = zephyr/kernel/CMakeFiles/kernel.dir
+  OBJECT_FILE_DIR = zephyr/kernel/CMakeFiles/kernel.dir
+
+build zephyr/kernel/CMakeFiles/kernel.dir/mailbox.c.obj: C_COMPILER__kernel_unscanned_ /opt/ncs/zephyr/kernel/mailbox.c || cmake_object_order_depends_target_kernel
+  DEFINES = -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -D_ANSI_SOURCE -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 = -Wshadow -fno-strict-aliasing -Os -imacros /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99
+  INCLUDES = -I/opt/ncs/zephyr/kernel/include -I/opt/ncs/zephyr/arch/arm/include -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/zephyr/lib/libc/common/include
+  OBJECT_DIR = zephyr/kernel/CMakeFiles/kernel.dir
+  OBJECT_FILE_DIR = zephyr/kernel/CMakeFiles/kernel.dir
+
+build zephyr/kernel/CMakeFiles/kernel.dir/msg_q.c.obj: C_COMPILER__kernel_unscanned_ /opt/ncs/zephyr/kernel/msg_q.c || cmake_object_order_depends_target_kernel
+  DEFINES = -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -D_ANSI_SOURCE -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 = -Wshadow -fno-strict-aliasing -Os -imacros /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99
+  INCLUDES = -I/opt/ncs/zephyr/kernel/include -I/opt/ncs/zephyr/arch/arm/include -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/zephyr/lib/libc/common/include
+  OBJECT_DIR = zephyr/kernel/CMakeFiles/kernel.dir
+  OBJECT_FILE_DIR = zephyr/kernel/CMakeFiles/kernel.dir
+
+build zephyr/kernel/CMakeFiles/kernel.dir/mutex.c.obj: C_COMPILER__kernel_unscanned_ /opt/ncs/zephyr/kernel/mutex.c || cmake_object_order_depends_target_kernel
+  DEFINES = -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -D_ANSI_SOURCE -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 = -Wshadow -fno-strict-aliasing -Os -imacros /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99
+  INCLUDES = -I/opt/ncs/zephyr/kernel/include -I/opt/ncs/zephyr/arch/arm/include -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/zephyr/lib/libc/common/include
+  OBJECT_DIR = zephyr/kernel/CMakeFiles/kernel.dir
+  OBJECT_FILE_DIR = zephyr/kernel/CMakeFiles/kernel.dir
+
+build zephyr/kernel/CMakeFiles/kernel.dir/queue.c.obj: C_COMPILER__kernel_unscanned_ /opt/ncs/zephyr/kernel/queue.c || cmake_object_order_depends_target_kernel
+  DEFINES = -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -D_ANSI_SOURCE -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 = -Wshadow -fno-strict-aliasing -Os -imacros /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99
+  INCLUDES = -I/opt/ncs/zephyr/kernel/include -I/opt/ncs/zephyr/arch/arm/include -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/zephyr/lib/libc/common/include
+  OBJECT_DIR = zephyr/kernel/CMakeFiles/kernel.dir
+  OBJECT_FILE_DIR = zephyr/kernel/CMakeFiles/kernel.dir
+
+build zephyr/kernel/CMakeFiles/kernel.dir/sem.c.obj: C_COMPILER__kernel_unscanned_ /opt/ncs/zephyr/kernel/sem.c || cmake_object_order_depends_target_kernel
+  DEFINES = -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -D_ANSI_SOURCE -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 = -Wshadow -fno-strict-aliasing -Os -imacros /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99
+  INCLUDES = -I/opt/ncs/zephyr/kernel/include -I/opt/ncs/zephyr/arch/arm/include -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/zephyr/lib/libc/common/include
+  OBJECT_DIR = zephyr/kernel/CMakeFiles/kernel.dir
+  OBJECT_FILE_DIR = zephyr/kernel/CMakeFiles/kernel.dir
+
+build zephyr/kernel/CMakeFiles/kernel.dir/stack.c.obj: C_COMPILER__kernel_unscanned_ /opt/ncs/zephyr/kernel/stack.c || cmake_object_order_depends_target_kernel
+  DEFINES = -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -D_ANSI_SOURCE -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 = -Wshadow -fno-strict-aliasing -Os -imacros /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99
+  INCLUDES = -I/opt/ncs/zephyr/kernel/include -I/opt/ncs/zephyr/arch/arm/include -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/zephyr/lib/libc/common/include
+  OBJECT_DIR = zephyr/kernel/CMakeFiles/kernel.dir
+  OBJECT_FILE_DIR = zephyr/kernel/CMakeFiles/kernel.dir
+
+build zephyr/kernel/CMakeFiles/kernel.dir/system_work_q.c.obj: C_COMPILER__kernel_unscanned_ /opt/ncs/zephyr/kernel/system_work_q.c || cmake_object_order_depends_target_kernel
+  DEFINES = -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -D_ANSI_SOURCE -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 = -Wshadow -fno-strict-aliasing -Os -imacros /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99
+  INCLUDES = -I/opt/ncs/zephyr/kernel/include -I/opt/ncs/zephyr/arch/arm/include -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/zephyr/lib/libc/common/include
+  OBJECT_DIR = zephyr/kernel/CMakeFiles/kernel.dir
+  OBJECT_FILE_DIR = zephyr/kernel/CMakeFiles/kernel.dir
+
+build zephyr/kernel/CMakeFiles/kernel.dir/work.c.obj: C_COMPILER__kernel_unscanned_ /opt/ncs/zephyr/kernel/work.c || cmake_object_order_depends_target_kernel
+  DEFINES = -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -D_ANSI_SOURCE -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 = -Wshadow -fno-strict-aliasing -Os -imacros /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99
+  INCLUDES = -I/opt/ncs/zephyr/kernel/include -I/opt/ncs/zephyr/arch/arm/include -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/zephyr/lib/libc/common/include
+  OBJECT_DIR = zephyr/kernel/CMakeFiles/kernel.dir
+  OBJECT_FILE_DIR = zephyr/kernel/CMakeFiles/kernel.dir
+
+build zephyr/kernel/CMakeFiles/kernel.dir/condvar.c.obj: C_COMPILER__kernel_unscanned_ /opt/ncs/zephyr/kernel/condvar.c || cmake_object_order_depends_target_kernel
+  DEFINES = -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -D_ANSI_SOURCE -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 = -Wshadow -fno-strict-aliasing -Os -imacros /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99
+  INCLUDES = -I/opt/ncs/zephyr/kernel/include -I/opt/ncs/zephyr/arch/arm/include -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/zephyr/lib/libc/common/include
+  OBJECT_DIR = zephyr/kernel/CMakeFiles/kernel.dir
+  OBJECT_FILE_DIR = zephyr/kernel/CMakeFiles/kernel.dir
+
+build zephyr/kernel/CMakeFiles/kernel.dir/priority_queues.c.obj: C_COMPILER__kernel_unscanned_ /opt/ncs/zephyr/kernel/priority_queues.c || cmake_object_order_depends_target_kernel
+  DEFINES = -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -D_ANSI_SOURCE -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR_SUPERVISOR__ -D__ZEPHYR__=1
+  DEP_FILE = zephyr/kernel/CMakeFiles/kernel.dir/priority_queues.c.obj.d
+  FLAGS = -Wshadow -fno-strict-aliasing -Os -imacros /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99
+  INCLUDES = -I/opt/ncs/zephyr/kernel/include -I/opt/ncs/zephyr/arch/arm/include -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/zephyr/lib/libc/common/include
+  OBJECT_DIR = zephyr/kernel/CMakeFiles/kernel.dir
+  OBJECT_FILE_DIR = zephyr/kernel/CMakeFiles/kernel.dir
+
+build zephyr/kernel/CMakeFiles/kernel.dir/thread.c.obj: C_COMPILER__kernel_unscanned_ /opt/ncs/zephyr/kernel/thread.c || cmake_object_order_depends_target_kernel
+  DEFINES = -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -D_ANSI_SOURCE -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 = -Wshadow -fno-strict-aliasing -Os -imacros /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99
+  INCLUDES = -I/opt/ncs/zephyr/kernel/include -I/opt/ncs/zephyr/arch/arm/include -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/zephyr/lib/libc/common/include
+  OBJECT_DIR = zephyr/kernel/CMakeFiles/kernel.dir
+  OBJECT_FILE_DIR = zephyr/kernel/CMakeFiles/kernel.dir
+
+build zephyr/kernel/CMakeFiles/kernel.dir/sched.c.obj: C_COMPILER__kernel_unscanned_ /opt/ncs/zephyr/kernel/sched.c || cmake_object_order_depends_target_kernel
+  DEFINES = -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -D_ANSI_SOURCE -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 = -Wshadow -fno-strict-aliasing -Os -imacros /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99
+  INCLUDES = -I/opt/ncs/zephyr/kernel/include -I/opt/ncs/zephyr/arch/arm/include -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/zephyr/lib/libc/common/include
+  OBJECT_DIR = zephyr/kernel/CMakeFiles/kernel.dir
+  OBJECT_FILE_DIR = zephyr/kernel/CMakeFiles/kernel.dir
+
+build zephyr/kernel/CMakeFiles/kernel.dir/timeslicing.c.obj: C_COMPILER__kernel_unscanned_ /opt/ncs/zephyr/kernel/timeslicing.c || cmake_object_order_depends_target_kernel
+  DEFINES = -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -D_ANSI_SOURCE -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 = -Wshadow -fno-strict-aliasing -Os -imacros /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99
+  INCLUDES = -I/opt/ncs/zephyr/kernel/include -I/opt/ncs/zephyr/arch/arm/include -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/zephyr/lib/libc/common/include
+  OBJECT_DIR = zephyr/kernel/CMakeFiles/kernel.dir
+  OBJECT_FILE_DIR = zephyr/kernel/CMakeFiles/kernel.dir
+
+build zephyr/kernel/CMakeFiles/kernel.dir/xip.c.obj: C_COMPILER__kernel_unscanned_ /opt/ncs/zephyr/kernel/xip.c || cmake_object_order_depends_target_kernel
+  DEFINES = -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -D_ANSI_SOURCE -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR_SUPERVISOR__ -D__ZEPHYR__=1
+  DEP_FILE = zephyr/kernel/CMakeFiles/kernel.dir/xip.c.obj.d
+  FLAGS = -Wshadow -fno-strict-aliasing -Os -imacros /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99
+  INCLUDES = -I/opt/ncs/zephyr/kernel/include -I/opt/ncs/zephyr/arch/arm/include -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/zephyr/lib/libc/common/include
+  OBJECT_DIR = zephyr/kernel/CMakeFiles/kernel.dir
+  OBJECT_FILE_DIR = zephyr/kernel/CMakeFiles/kernel.dir
+
+build zephyr/kernel/CMakeFiles/kernel.dir/timeout.c.obj: C_COMPILER__kernel_unscanned_ /opt/ncs/zephyr/kernel/timeout.c || cmake_object_order_depends_target_kernel
+  DEFINES = -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -D_ANSI_SOURCE -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 = -Wshadow -fno-strict-aliasing -Os -imacros /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99
+  INCLUDES = -I/opt/ncs/zephyr/kernel/include -I/opt/ncs/zephyr/arch/arm/include -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/zephyr/lib/libc/common/include
+  OBJECT_DIR = zephyr/kernel/CMakeFiles/kernel.dir
+  OBJECT_FILE_DIR = zephyr/kernel/CMakeFiles/kernel.dir
+
+build zephyr/kernel/CMakeFiles/kernel.dir/timer.c.obj: C_COMPILER__kernel_unscanned_ /opt/ncs/zephyr/kernel/timer.c || cmake_object_order_depends_target_kernel
+  DEFINES = -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -D_ANSI_SOURCE -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 = -Wshadow -fno-strict-aliasing -Os -imacros /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99
+  INCLUDES = -I/opt/ncs/zephyr/kernel/include -I/opt/ncs/zephyr/arch/arm/include -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/zephyr/lib/libc/common/include
+  OBJECT_DIR = zephyr/kernel/CMakeFiles/kernel.dir
+  OBJECT_FILE_DIR = zephyr/kernel/CMakeFiles/kernel.dir
+
+build zephyr/kernel/CMakeFiles/kernel.dir/poll.c.obj: C_COMPILER__kernel_unscanned_ /opt/ncs/zephyr/kernel/poll.c || cmake_object_order_depends_target_kernel
+  DEFINES = -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -D_ANSI_SOURCE -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR_SUPERVISOR__ -D__ZEPHYR__=1
+  DEP_FILE = zephyr/kernel/CMakeFiles/kernel.dir/poll.c.obj.d
+  FLAGS = -Wshadow -fno-strict-aliasing -Os -imacros /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99
+  INCLUDES = -I/opt/ncs/zephyr/kernel/include -I/opt/ncs/zephyr/arch/arm/include -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/zephyr/lib/libc/common/include
+  OBJECT_DIR = zephyr/kernel/CMakeFiles/kernel.dir
+  OBJECT_FILE_DIR = zephyr/kernel/CMakeFiles/kernel.dir
+
+build zephyr/kernel/CMakeFiles/kernel.dir/mempool.c.obj: C_COMPILER__kernel_unscanned_ /opt/ncs/zephyr/kernel/mempool.c || cmake_object_order_depends_target_kernel
+  DEFINES = -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -D_ANSI_SOURCE -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 = -Wshadow -fno-strict-aliasing -Os -imacros /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99
+  INCLUDES = -I/opt/ncs/zephyr/kernel/include -I/opt/ncs/zephyr/arch/arm/include -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/zephyr/lib/libc/common/include
+  OBJECT_DIR = zephyr/kernel/CMakeFiles/kernel.dir
+  OBJECT_FILE_DIR = zephyr/kernel/CMakeFiles/kernel.dir
+
+build zephyr/kernel/CMakeFiles/kernel.dir/dynamic_disabled.c.obj: C_COMPILER__kernel_unscanned_ /opt/ncs/zephyr/kernel/dynamic_disabled.c || cmake_object_order_depends_target_kernel
+  DEFINES = -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -D_ANSI_SOURCE -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 = -Wshadow -fno-strict-aliasing -Os -imacros /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99
+  INCLUDES = -I/opt/ncs/zephyr/kernel/include -I/opt/ncs/zephyr/arch/arm/include -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/zephyr/lib/libc/common/include
+  OBJECT_DIR = zephyr/kernel/CMakeFiles/kernel.dir
+  OBJECT_FILE_DIR = zephyr/kernel/CMakeFiles/kernel.dir
+
+
+# =============================================================================
+# 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/banner.c.obj zephyr/kernel/CMakeFiles/kernel.dir/busy_wait.c.obj zephyr/kernel/CMakeFiles/kernel.dir/device.c.obj zephyr/kernel/CMakeFiles/kernel.dir/errno.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/priority_queues.c.obj zephyr/kernel/CMakeFiles/kernel.dir/thread.c.obj zephyr/kernel/CMakeFiles/kernel.dir/sched.c.obj zephyr/kernel/CMakeFiles/kernel.dir/timeslicing.c.obj zephyr/kernel/CMakeFiles/kernel.dir/xip.c.obj zephyr/kernel/CMakeFiles/kernel.dir/timeout.c.obj zephyr/kernel/CMakeFiles/kernel.dir/timer.c.obj zephyr/kernel/CMakeFiles/kernel.dir/poll.c.obj zephyr/kernel/CMakeFiles/kernel.dir/mempool.c.obj zephyr/kernel/CMakeFiles/kernel.dir/dynamic_disabled.c.obj || zephyr/driver_validation_h_target zephyr/kobj_types_h_target zephyr/syscall_list_h_target zephyr/zephyr_generated_headers
+  OBJECT_DIR = zephyr/kernel/CMakeFiles/kernel.dir
+  POST_BUILD = :
+  PRE_LINK = :
+  TARGET_FILE = zephyr/kernel/libkernel.a
+  TARGET_PDB = kernel.a.dbg
+
+
+#############################################
+# Utility command for edit_cache
+
+build zephyr/kernel/CMakeFiles/edit_cache.util: CUSTOM_COMMAND
+  COMMAND = cd /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/kernel && /opt/bin/ccmake -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  DESC = Running CMake cache editor...
+  pool = console
+  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/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/kernel && /opt/bin/cmake --regenerate-during-build -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  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:
+# /opt/ncs/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 edit_cache
+
+build zephyr/cmake/flash/CMakeFiles/edit_cache.util: CUSTOM_COMMAND
+  COMMAND = cd /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/cmake/flash && /opt/bin/ccmake -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  DESC = Running CMake cache editor...
+  pool = console
+  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/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/cmake/flash && /opt/bin/cmake --regenerate-during-build -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  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/code/workspace/projet_systm_menacer/projetalexiot/build && /opt/bin/cmake -DTARGET=flash -DDEPENDENCIES="" -P /opt/ncs/zephyr/cmake/flash/check_runner_dependencies.cmake && /opt/bin/cmake -E env /opt/venv/bin/python3 -m west flash
+  DESC = Flashing bbc_microbit_v2
+  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/code/workspace/projet_systm_menacer/projetalexiot/build && /opt/bin/cmake -DTARGET=debug -DDEPENDENCIES="" -P /opt/ncs/zephyr/cmake/flash/check_runner_dependencies.cmake && /opt/bin/cmake -E env /opt/venv/bin/python3 -m west debug
+  DESC = Debugging bbc_microbit_v2
+  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/code/workspace/projet_systm_menacer/projetalexiot/build && /opt/bin/cmake -DTARGET=debugserver -DDEPENDENCIES="" -P /opt/ncs/zephyr/cmake/flash/check_runner_dependencies.cmake && /opt/bin/cmake -E env /opt/venv/bin/python3 -m west debugserver
+  DESC = Debugging bbc_microbit_v2
+  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/code/workspace/projet_systm_menacer/projetalexiot/build && /opt/bin/cmake -DTARGET=attach -DDEPENDENCIES="" -P /opt/ncs/zephyr/cmake/flash/check_runner_dependencies.cmake && /opt/bin/cmake -E env /opt/venv/bin/python3 -m west attach
+  DESC = Debugging bbc_microbit_v2
+  pool = console
+
+# =============================================================================
+# Write statements declared in CMakeLists.txt:
+# /opt/ncs/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/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/cmake/usage && /opt/bin/ccmake -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  DESC = Running CMake cache editor...
+  pool = console
+  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/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/cmake/usage && /opt/bin/cmake --regenerate-during-build -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  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/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/cmake/usage && /opt/bin/cmake -DZEPHYR_BASE=/opt/ncs/zephyr -DCMAKE_MAKE_PROGRAM=/usr/bin/ninja -P /opt/ncs/zephyr/cmake/usage/usage.cmake
+
+# =============================================================================
+# Write statements declared in CMakeLists.txt:
+# /opt/ncs/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 rom_report
+
+build zephyr/cmake/reports/rom_report: phony zephyr/cmake/reports/CMakeFiles/rom_report zephyr/zephyr.elf
+
+
+#############################################
+# Utility command for footprint
+
+build zephyr/cmake/reports/footprint: phony zephyr/cmake/reports/CMakeFiles/footprint zephyr/zephyr.elf
+
+
+#############################################
+# Utility command for edit_cache
+
+build zephyr/cmake/reports/CMakeFiles/edit_cache.util: CUSTOM_COMMAND
+  COMMAND = cd /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/cmake/reports && /opt/bin/ccmake -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  DESC = Running CMake cache editor...
+  pool = console
+  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/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/cmake/reports && /opt/bin/cmake --regenerate-during-build -S/home/code/workspace/projet_systm_menacer/projetalexiot -B/home/code/workspace/projet_systm_menacer/projetalexiot/build
+  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_nordic/nrfx/libmodules__hal_nordic__nrfx.a modules/nrf/drivers/mpsl/clock_control/lib..__nrf__drivers__mpsl__clock_control.a modules/nrf/drivers/mpsl/flash_sync/lib..__nrf__drivers__mpsl__flash_sync.a modules/nrf/drivers/mpsl/temp_nrf5/lib..__nrf__drivers__mpsl__temp_nrf5.a modules/nrf/lib/multithreading_lock/lib..__nrf__lib__multithreading_lock.a modules/nrf/ncs_commit_h modules/nrf/ncs_version_h modules/nrf/subsys/bluetooth/controller/lib..__nrf__subsys__bluetooth__controller.a modules/nrf/subsys/mpsl/fem/lib..__nrf__subsys__mpsl__fem.a modules/nrf/subsys/mpsl/init/lib..__nrf__subsys__mpsl__init.a modules/nrf/zephyr_commit_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/common/libarch__common.a zephyr/arch/common/libisr_tables.a zephyr/driver_validation_h_target zephyr/drivers/adc/libdrivers__adc.a zephyr/drivers/clock_control/libdrivers__clock_control.a zephyr/drivers/console/libdrivers__console.a zephyr/drivers/entropy/libdrivers__entropy.a zephyr/drivers/flash/libdrivers__flash.a zephyr/drivers/gpio/libdrivers__gpio.a zephyr/drivers/i2c/libdrivers__i2c.a zephyr/drivers/pinctrl/libdrivers__pinctrl.a zephyr/drivers/sensor/bosch/bme280/libdrivers__sensor__bosch__bme280.a zephyr/drivers/sensor/st/lis2dh/libdrivers__sensor__st__lis2dh.a zephyr/drivers/sensor/st/lis2mdl/libdrivers__sensor__st__lis2mdl.a zephyr/drivers/sensor/st/stmemsc/libdrivers__sensor__st__stmemsc.a zephyr/drivers/serial/libdrivers__serial.a zephyr/drivers/spi/libdrivers__spi.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/newlib/liblib__libc__newlib.a zephyr/libzephyr.a zephyr/linker_zephyr_final_script_target zephyr/linker_zephyr_prebuilt_script_target zephyr/offsets zephyr/offsets_h zephyr/parse_syscalls_target zephyr/soc/soc/nrf52833/libsoc__nordic.a zephyr/subsys/bluetooth/common/libsubsys__bluetooth__common.a zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a zephyr/subsys/lorawan/libloramac-node.a zephyr/subsys/net/libsubsys__net.a zephyr/subsys/random/libsubsys__random.a zephyr/syscall_list_h_target zephyr/version_h zephyr/zephyr.elf zephyr/zephyr_generated_headers zephyr/zephyr_pre0.elf
+  COMMAND = cd /home/code/workspace/projet_systm_menacer/projetalexiot/build && /opt/venv/bin/python3 /opt/ncs/zephyr/scripts/footprint/size_report -k /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/zephyr.elf -z /opt/ncs/zephyr -o /home/code/workspace/projet_systm_menacer/projetalexiot/build --workspace=/opt/ncs -d 99 ram
+  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_nordic/nrfx/libmodules__hal_nordic__nrfx.a modules/nrf/drivers/mpsl/clock_control/lib..__nrf__drivers__mpsl__clock_control.a modules/nrf/drivers/mpsl/flash_sync/lib..__nrf__drivers__mpsl__flash_sync.a modules/nrf/drivers/mpsl/temp_nrf5/lib..__nrf__drivers__mpsl__temp_nrf5.a modules/nrf/lib/multithreading_lock/lib..__nrf__lib__multithreading_lock.a modules/nrf/ncs_commit_h modules/nrf/ncs_version_h modules/nrf/subsys/bluetooth/controller/lib..__nrf__subsys__bluetooth__controller.a modules/nrf/subsys/mpsl/fem/lib..__nrf__subsys__mpsl__fem.a modules/nrf/subsys/mpsl/init/lib..__nrf__subsys__mpsl__init.a modules/nrf/zephyr_commit_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/common/libarch__common.a zephyr/arch/common/libisr_tables.a zephyr/driver_validation_h_target zephyr/drivers/adc/libdrivers__adc.a zephyr/drivers/clock_control/libdrivers__clock_control.a zephyr/drivers/console/libdrivers__console.a zephyr/drivers/entropy/libdrivers__entropy.a zephyr/drivers/flash/libdrivers__flash.a zephyr/drivers/gpio/libdrivers__gpio.a zephyr/drivers/i2c/libdrivers__i2c.a zephyr/drivers/pinctrl/libdrivers__pinctrl.a zephyr/drivers/sensor/bosch/bme280/libdrivers__sensor__bosch__bme280.a zephyr/drivers/sensor/st/lis2dh/libdrivers__sensor__st__lis2dh.a zephyr/drivers/sensor/st/lis2mdl/libdrivers__sensor__st__lis2mdl.a zephyr/drivers/sensor/st/stmemsc/libdrivers__sensor__st__stmemsc.a zephyr/drivers/serial/libdrivers__serial.a zephyr/drivers/spi/libdrivers__spi.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/newlib/liblib__libc__newlib.a zephyr/libzephyr.a zephyr/linker_zephyr_final_script_target zephyr/linker_zephyr_prebuilt_script_target zephyr/offsets zephyr/offsets_h zephyr/parse_syscalls_target zephyr/soc/soc/nrf52833/libsoc__nordic.a zephyr/subsys/bluetooth/common/libsubsys__bluetooth__common.a zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a zephyr/subsys/lorawan/libloramac-node.a zephyr/subsys/net/libsubsys__net.a zephyr/subsys/random/libsubsys__random.a zephyr/syscall_list_h_target zephyr/version_h zephyr/zephyr.elf zephyr/zephyr_generated_headers zephyr/zephyr_pre0.elf
+  COMMAND = cd /home/code/workspace/projet_systm_menacer/projetalexiot/build && /opt/venv/bin/python3 /opt/ncs/zephyr/scripts/footprint/size_report -k /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/zephyr.elf -z /opt/ncs/zephyr -o /home/code/workspace/projet_systm_menacer/projetalexiot/build --workspace=/opt/ncs -d 99 rom
+  pool = console
+
+
+#############################################
+# Custom command for zephyr/cmake/reports/CMakeFiles/footprint
+
+build zephyr/cmake/reports/CMakeFiles/footprint | ${cmake_ninja_workdir}zephyr/cmake/reports/CMakeFiles/footprint: CUSTOM_COMMAND zephyr/zephyr.elf || app/libapp.a modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a modules/nrf/drivers/mpsl/clock_control/lib..__nrf__drivers__mpsl__clock_control.a modules/nrf/drivers/mpsl/flash_sync/lib..__nrf__drivers__mpsl__flash_sync.a modules/nrf/drivers/mpsl/temp_nrf5/lib..__nrf__drivers__mpsl__temp_nrf5.a modules/nrf/lib/multithreading_lock/lib..__nrf__lib__multithreading_lock.a modules/nrf/ncs_commit_h modules/nrf/ncs_version_h modules/nrf/subsys/bluetooth/controller/lib..__nrf__subsys__bluetooth__controller.a modules/nrf/subsys/mpsl/fem/lib..__nrf__subsys__mpsl__fem.a modules/nrf/subsys/mpsl/init/lib..__nrf__subsys__mpsl__init.a modules/nrf/zephyr_commit_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/common/libarch__common.a zephyr/arch/common/libisr_tables.a zephyr/driver_validation_h_target zephyr/drivers/adc/libdrivers__adc.a zephyr/drivers/clock_control/libdrivers__clock_control.a zephyr/drivers/console/libdrivers__console.a zephyr/drivers/entropy/libdrivers__entropy.a zephyr/drivers/flash/libdrivers__flash.a zephyr/drivers/gpio/libdrivers__gpio.a zephyr/drivers/i2c/libdrivers__i2c.a zephyr/drivers/pinctrl/libdrivers__pinctrl.a zephyr/drivers/sensor/bosch/bme280/libdrivers__sensor__bosch__bme280.a zephyr/drivers/sensor/st/lis2dh/libdrivers__sensor__st__lis2dh.a zephyr/drivers/sensor/st/lis2mdl/libdrivers__sensor__st__lis2mdl.a zephyr/drivers/sensor/st/stmemsc/libdrivers__sensor__st__stmemsc.a zephyr/drivers/serial/libdrivers__serial.a zephyr/drivers/spi/libdrivers__spi.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/newlib/liblib__libc__newlib.a zephyr/libzephyr.a zephyr/linker_zephyr_final_script_target zephyr/linker_zephyr_prebuilt_script_target zephyr/offsets zephyr/offsets_h zephyr/parse_syscalls_target zephyr/soc/soc/nrf52833/libsoc__nordic.a zephyr/subsys/bluetooth/common/libsubsys__bluetooth__common.a zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a zephyr/subsys/lorawan/libloramac-node.a zephyr/subsys/net/libsubsys__net.a zephyr/subsys/random/libsubsys__random.a zephyr/syscall_list_h_target zephyr/version_h zephyr/zephyr.elf zephyr/zephyr_generated_headers zephyr/zephyr_pre0.elf
+  COMMAND = cd /home/code/workspace/projet_systm_menacer/projetalexiot/build && /opt/venv/bin/python3 /opt/ncs/zephyr/scripts/footprint/size_report -k /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/zephyr.elf -z /opt/ncs/zephyr -o /home/code/workspace/projet_systm_menacer/projetalexiot/build --workspace=/opt/ncs -d 99 all -q
+  pool = console
+
+# =============================================================================
+# Target aliases.
+
+build ..__nrf__drivers__mpsl__clock_control: phony modules/nrf/drivers/mpsl/clock_control/lib..__nrf__drivers__mpsl__clock_control.a
+
+build ..__nrf__drivers__mpsl__flash_sync: phony modules/nrf/drivers/mpsl/flash_sync/lib..__nrf__drivers__mpsl__flash_sync.a
+
+build ..__nrf__drivers__mpsl__temp_nrf5: phony modules/nrf/drivers/mpsl/temp_nrf5/lib..__nrf__drivers__mpsl__temp_nrf5.a
+
+build ..__nrf__lib__multithreading_lock: phony modules/nrf/lib/multithreading_lock/lib..__nrf__lib__multithreading_lock.a
+
+build ..__nrf__subsys__bluetooth__controller: phony modules/nrf/subsys/bluetooth/controller/lib..__nrf__subsys__bluetooth__controller.a
+
+build ..__nrf__subsys__mpsl__fem: phony modules/nrf/subsys/mpsl/fem/lib..__nrf__subsys__mpsl__fem.a
+
+build ..__nrf__subsys__mpsl__init: phony modules/nrf/subsys/mpsl/init/lib..__nrf__subsys__mpsl__init.a
+
+build app: phony app/libapp.a
+
+build app_subimage: phony modules/nrf/app_subimage
+
+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__common: phony zephyr/arch/common/libarch__common.a
+
+build attach: phony zephyr/cmake/flash/attach
+
+build debug: phony zephyr/cmake/flash/debug
+
+build debugserver: phony zephyr/cmake/flash/debugserver
+
+build driver_validation_h_target: phony zephyr/driver_validation_h_target
+
+build drivers__adc: phony zephyr/drivers/adc/libdrivers__adc.a
+
+build drivers__clock_control: phony zephyr/drivers/clock_control/libdrivers__clock_control.a
+
+build drivers__console: phony zephyr/drivers/console/libdrivers__console.a
+
+build drivers__entropy: phony zephyr/drivers/entropy/libdrivers__entropy.a
+
+build drivers__flash: phony zephyr/drivers/flash/libdrivers__flash.a
+
+build drivers__gpio: phony zephyr/drivers/gpio/libdrivers__gpio.a
+
+build drivers__i2c: phony zephyr/drivers/i2c/libdrivers__i2c.a
+
+build drivers__interrupt_controller: phony zephyr/drivers/interrupt_controller/libdrivers__interrupt_controller.a
+
+build drivers__pinctrl: phony zephyr/drivers/pinctrl/libdrivers__pinctrl.a
+
+build drivers__sensor: phony zephyr/drivers/sensor/libdrivers__sensor.a
+
+build drivers__sensor__bosch__bme280: phony zephyr/drivers/sensor/bosch/bme280/libdrivers__sensor__bosch__bme280.a
+
+build drivers__sensor__st__lis2dh: phony zephyr/drivers/sensor/st/lis2dh/libdrivers__sensor__st__lis2dh.a
+
+build drivers__sensor__st__lis2mdl: phony zephyr/drivers/sensor/st/lis2mdl/libdrivers__sensor__st__lis2mdl.a
+
+build drivers__sensor__st__stmemsc: phony zephyr/drivers/sensor/st/stmemsc/libdrivers__sensor__st__stmemsc.a
+
+build drivers__serial: phony zephyr/drivers/serial/libdrivers__serial.a
+
+build drivers__spi: phony zephyr/drivers/spi/libdrivers__spi.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 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..__nrf__drivers__mpsl__clock_control.a: phony modules/nrf/drivers/mpsl/clock_control/lib..__nrf__drivers__mpsl__clock_control.a
+
+build lib..__nrf__drivers__mpsl__flash_sync.a: phony modules/nrf/drivers/mpsl/flash_sync/lib..__nrf__drivers__mpsl__flash_sync.a
+
+build lib..__nrf__drivers__mpsl__temp_nrf5.a: phony modules/nrf/drivers/mpsl/temp_nrf5/lib..__nrf__drivers__mpsl__temp_nrf5.a
+
+build lib..__nrf__lib__multithreading_lock.a: phony modules/nrf/lib/multithreading_lock/lib..__nrf__lib__multithreading_lock.a
+
+build lib..__nrf__subsys__bluetooth__controller.a: phony modules/nrf/subsys/bluetooth/controller/lib..__nrf__subsys__bluetooth__controller.a
+
+build lib..__nrf__subsys__mpsl__fem.a: phony modules/nrf/subsys/mpsl/fem/lib..__nrf__subsys__mpsl__fem.a
+
+build lib..__nrf__subsys__mpsl__init.a: phony modules/nrf/subsys/mpsl/init/lib..__nrf__subsys__mpsl__init.a
+
+build lib__libc__common: phony zephyr/lib/libc/common/liblib__libc__common.a
+
+build lib__libc__newlib: phony zephyr/lib/libc/newlib/liblib__libc__newlib.a
+
+build lib__posix__options: phony zephyr/lib/posix/options/liblib__posix__options.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__common.a: phony zephyr/arch/common/libarch__common.a
+
+build libdrivers__adc.a: phony zephyr/drivers/adc/libdrivers__adc.a
+
+build libdrivers__clock_control.a: phony zephyr/drivers/clock_control/libdrivers__clock_control.a
+
+build libdrivers__console.a: phony zephyr/drivers/console/libdrivers__console.a
+
+build libdrivers__entropy.a: phony zephyr/drivers/entropy/libdrivers__entropy.a
+
+build libdrivers__flash.a: phony zephyr/drivers/flash/libdrivers__flash.a
+
+build libdrivers__gpio.a: phony zephyr/drivers/gpio/libdrivers__gpio.a
+
+build libdrivers__i2c.a: phony zephyr/drivers/i2c/libdrivers__i2c.a
+
+build libdrivers__interrupt_controller.a: phony zephyr/drivers/interrupt_controller/libdrivers__interrupt_controller.a
+
+build libdrivers__pinctrl.a: phony zephyr/drivers/pinctrl/libdrivers__pinctrl.a
+
+build libdrivers__sensor.a: phony zephyr/drivers/sensor/libdrivers__sensor.a
+
+build libdrivers__sensor__bosch__bme280.a: phony zephyr/drivers/sensor/bosch/bme280/libdrivers__sensor__bosch__bme280.a
+
+build libdrivers__sensor__st__lis2dh.a: phony zephyr/drivers/sensor/st/lis2dh/libdrivers__sensor__st__lis2dh.a
+
+build libdrivers__sensor__st__lis2mdl.a: phony zephyr/drivers/sensor/st/lis2mdl/libdrivers__sensor__st__lis2mdl.a
+
+build libdrivers__sensor__st__stmemsc.a: phony zephyr/drivers/sensor/st/stmemsc/libdrivers__sensor__st__stmemsc.a
+
+build libdrivers__serial.a: phony zephyr/drivers/serial/libdrivers__serial.a
+
+build libdrivers__spi.a: phony zephyr/drivers/spi/libdrivers__spi.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__newlib.a: phony zephyr/lib/libc/newlib/liblib__libc__newlib.a
+
+build liblib__posix__options.a: phony zephyr/lib/posix/options/liblib__posix__options.a
+
+build libloramac-node.a: phony zephyr/subsys/lorawan/libloramac-node.a
+
+build libmodules__hal_nordic__nrfx.a: phony modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a
+
+build libsoc__nordic.a: phony zephyr/soc/soc/nrf52833/libsoc__nordic.a
+
+build libsubsys__bluetooth__common.a: phony zephyr/subsys/bluetooth/common/libsubsys__bluetooth__common.a
+
+build libsubsys__bluetooth__host.a: phony zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a
+
+build libsubsys__net.a: phony zephyr/subsys/net/libsubsys__net.a
+
+build libsubsys__random.a: phony zephyr/subsys/random/libsubsys__random.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 llext-edk: phony zephyr/llext-edk
+
+build loramac-node: phony zephyr/subsys/lorawan/libloramac-node.a
+
+build modules__hal_nordic__nrfx: phony modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a
+
+build ncs_commit_h: phony modules/nrf/ncs_commit_h
+
+build ncs_version_h: phony modules/nrf/ncs_version_h
+
+build offsets: phony zephyr/offsets
+
+build offsets_h: phony zephyr/offsets_h
+
+build parse_syscalls_target: phony zephyr/parse_syscalls_target
+
+build ram_report: phony zephyr/cmake/reports/ram_report
+
+build rom_report: phony zephyr/cmake/reports/rom_report
+
+build run: phony zephyr/run
+
+build soc__nordic: phony zephyr/soc/soc/nrf52833/libsoc__nordic.a
+
+build subsys__bluetooth__common: phony zephyr/subsys/bluetooth/common/libsubsys__bluetooth__common.a
+
+build subsys__bluetooth__host: phony zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a
+
+build subsys__net: phony zephyr/subsys/net/libsubsys__net.a
+
+build subsys__random: phony zephyr/subsys/random/libsubsys__random.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_commit_h: phony modules/nrf/zephyr_commit_h
+
+build zephyr_final: phony zephyr/zephyr.elf
+
+build zephyr_generated_headers: phony zephyr/zephyr_generated_headers
+
+build zephyr_pre0: phony zephyr/zephyr_pre0.elf
+
+build zephyr_pre0.elf: phony zephyr/zephyr_pre0.elf
+
+# =============================================================================
+# Folder targets.
+
+# =============================================================================
+
+#############################################
+# Folder: /home/code/workspace/projet_systm_menacer/projetalexiot/build
+
+build all: phony app/libapp.a zephyr/all
+
+# =============================================================================
+
+#############################################
+# Folder: /home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/azure-sdk-for-c
+
+build modules/azure-sdk-for-c/all: phony
+
+# =============================================================================
+
+#############################################
+# Folder: /home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/canopennode
+
+build modules/canopennode/all: phony
+
+# =============================================================================
+
+#############################################
+# Folder: /home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/chre
+
+build modules/chre/all: phony
+
+# =============================================================================
+
+#############################################
+# Folder: /home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/cirrus-logic
+
+build modules/cirrus-logic/all: phony
+
+# =============================================================================
+
+#############################################
+# Folder: /home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/cjson
+
+build modules/cjson/all: phony
+
+# =============================================================================
+
+#############################################
+# Folder: /home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/cmsis
+
+build modules/cmsis/all: phony modules/cmsis/cmsis/all
+
+# =============================================================================
+
+#############################################
+# Folder: /home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/cmsis-dsp
+
+build modules/cmsis-dsp/all: phony
+
+# =============================================================================
+
+#############################################
+# Folder: /home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/cmsis-nn
+
+build modules/cmsis-nn/all: phony
+
+# =============================================================================
+
+#############################################
+# Folder: /home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/cmsis/cmsis
+
+build modules/cmsis/cmsis/all: phony modules/cmsis/cmsis/CMSIS/all
+
+# =============================================================================
+
+#############################################
+# Folder: /home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/cmsis/cmsis/CMSIS
+
+build modules/cmsis/cmsis/CMSIS/all: phony modules/cmsis/cmsis/CMSIS/Core/all
+
+# =============================================================================
+
+#############################################
+# Folder: /home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/cmsis/cmsis/CMSIS/Core
+
+build modules/cmsis/cmsis/CMSIS/Core/all: phony
+
+# =============================================================================
+
+#############################################
+# Folder: /home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/connectedhomeip
+
+build modules/connectedhomeip/all: phony
+
+# =============================================================================
+
+#############################################
+# Folder: /home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/fatfs
+
+build modules/fatfs/all: phony
+
+# =============================================================================
+
+#############################################
+# Folder: /home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/hal_nordic
+
+build modules/hal_nordic/all: phony modules/hal_nordic/nrfx/all
+
+# =============================================================================
+
+#############################################
+# Folder: /home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/hal_nordic/nrfx
+
+build modules/hal_nordic/nrfx/all: phony modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a
+
+# =============================================================================
+
+#############################################
+# Folder: /home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/hal_st
+
+build modules/hal_st/all: phony modules/hal_st/sensor/stmemsc/all
+
+# =============================================================================
+
+#############################################
+# Folder: /home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/hal_st/sensor/stmemsc
+
+build modules/hal_st/sensor/stmemsc/all: phony
+
+# =============================================================================
+
+#############################################
+# Folder: /home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/hal_wurthelektronik
+
+build modules/hal_wurthelektronik/all: phony
+
+# =============================================================================
+
+#############################################
+# Folder: /home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/liblc3
+
+build modules/liblc3/all: phony
+
+# =============================================================================
+
+#############################################
+# Folder: /home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/libmetal
+
+build modules/libmetal/all: phony
+
+# =============================================================================
+
+#############################################
+# Folder: /home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/littlefs
+
+build modules/littlefs/all: phony
+
+# =============================================================================
+
+#############################################
+# Folder: /home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/loramac-node
+
+build modules/loramac-node/all: phony
+
+# =============================================================================
+
+#############################################
+# Folder: /home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/lvgl
+
+build modules/lvgl/all: phony
+
+# =============================================================================
+
+#############################################
+# Folder: /home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/lz4
+
+build modules/lz4/all: phony
+
+# =============================================================================
+
+#############################################
+# Folder: /home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/mbedtls
+
+build modules/mbedtls/all: phony
+
+# =============================================================================
+
+#############################################
+# Folder: /home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/mcuboot
+
+build modules/mcuboot/all: phony modules/mcuboot/boot/bootutil/zephyr/all
+
+# =============================================================================
+
+#############################################
+# Folder: /home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/mcuboot/boot/bootutil/zephyr
+
+build modules/mcuboot/boot/bootutil/zephyr/all: phony
+
+# =============================================================================
+
+#############################################
+# Folder: /home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/memfault-firmware-sdk
+
+build modules/memfault-firmware-sdk/all: phony
+
+# =============================================================================
+
+#############################################
+# Folder: /home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/mipi-sys-t
+
+build modules/mipi-sys-t/all: phony
+
+# =============================================================================
+
+#############################################
+# Folder: /home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/nanopb
+
+build modules/nanopb/all: phony
+
+# =============================================================================
+
+#############################################
+# Folder: /home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/nrf
+
+build modules/nrf/all: phony modules/nrf/ext/all modules/nrf/lib/all modules/nrf/samples/all modules/nrf/subsys/all modules/nrf/modules/all modules/nrf/drivers/all modules/nrf/tests/all
+
+# =============================================================================
+
+#############################################
+# Folder: /home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/nrf/drivers
+
+build modules/nrf/drivers/all: phony modules/nrf/drivers/sensor/all modules/nrf/drivers/mpsl/all modules/nrf/drivers/hw_cc3xx/all modules/nrf/drivers/entropy/all modules/nrf/drivers/serial/all modules/nrf/drivers/flash/all
+
+# =============================================================================
+
+#############################################
+# Folder: /home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/nrf/drivers/entropy
+
+build modules/nrf/drivers/entropy/all: phony
+
+# =============================================================================
+
+#############################################
+# Folder: /home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/nrf/drivers/flash
+
+build modules/nrf/drivers/flash/all: phony
+
+# =============================================================================
+
+#############################################
+# Folder: /home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/nrf/drivers/hw_cc3xx
+
+build modules/nrf/drivers/hw_cc3xx/all: phony
+
+# =============================================================================
+
+#############################################
+# Folder: /home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/nrf/drivers/mpsl
+
+build modules/nrf/drivers/mpsl/all: phony modules/nrf/drivers/mpsl/clock_control/all modules/nrf/drivers/mpsl/flash_sync/all modules/nrf/drivers/mpsl/temp_nrf5/all
+
+# =============================================================================
+
+#############################################
+# Folder: /home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/nrf/drivers/mpsl/clock_control
+
+build modules/nrf/drivers/mpsl/clock_control/all: phony modules/nrf/drivers/mpsl/clock_control/lib..__nrf__drivers__mpsl__clock_control.a
+
+# =============================================================================
+
+#############################################
+# Folder: /home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/nrf/drivers/mpsl/flash_sync
+
+build modules/nrf/drivers/mpsl/flash_sync/all: phony modules/nrf/drivers/mpsl/flash_sync/lib..__nrf__drivers__mpsl__flash_sync.a
+
+# =============================================================================
+
+#############################################
+# Folder: /home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/nrf/drivers/mpsl/temp_nrf5
+
+build modules/nrf/drivers/mpsl/temp_nrf5/all: phony modules/nrf/drivers/mpsl/temp_nrf5/lib..__nrf__drivers__mpsl__temp_nrf5.a
+
+# =============================================================================
+
+#############################################
+# Folder: /home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/nrf/drivers/sensor
+
+build modules/nrf/drivers/sensor/all: phony
+
+# =============================================================================
+
+#############################################
+# Folder: /home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/nrf/drivers/serial
+
+build modules/nrf/drivers/serial/all: phony
+
+# =============================================================================
+
+#############################################
+# Folder: /home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/nrf/ext
+
+build modules/nrf/ext/all: phony
+
+# =============================================================================
+
+#############################################
+# Folder: /home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/nrf/lib
+
+build modules/nrf/lib/all: phony modules/nrf/lib/bin/all modules/nrf/lib/multithreading_lock/all modules/nrf/lib/flash_patch/all modules/nrf/lib/fatal_error/all modules/nrf/lib/boot_banner/all
+
+# =============================================================================
+
+#############################################
+# Folder: /home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/nrf/lib/bin
+
+build modules/nrf/lib/bin/all: phony
+
+# =============================================================================
+
+#############################################
+# Folder: /home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/nrf/lib/boot_banner
+
+build modules/nrf/lib/boot_banner/all: phony
+
+# =============================================================================
+
+#############################################
+# Folder: /home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/nrf/lib/fatal_error
+
+build modules/nrf/lib/fatal_error/all: phony
+
+# =============================================================================
+
+#############################################
+# Folder: /home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/nrf/lib/flash_patch
+
+build modules/nrf/lib/flash_patch/all: phony
+
+# =============================================================================
+
+#############################################
+# Folder: /home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/nrf/lib/multithreading_lock
+
+build modules/nrf/lib/multithreading_lock/all: phony modules/nrf/lib/multithreading_lock/lib..__nrf__lib__multithreading_lock.a
+
+# =============================================================================
+
+#############################################
+# Folder: /home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/nrf/modules
+
+build modules/nrf/modules/all: phony modules/nrf/modules/hostap/all modules/nrf/modules/wfa-qt/all
+
+# =============================================================================
+
+#############################################
+# Folder: /home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/nrf/modules/hostap
+
+build modules/nrf/modules/hostap/all: phony
+
+# =============================================================================
+
+#############################################
+# Folder: /home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/nrf/modules/wfa-qt
+
+build modules/nrf/modules/wfa-qt/all: phony
+
+# =============================================================================
+
+#############################################
+# Folder: /home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/nrf/samples
+
+build modules/nrf/samples/all: phony modules/nrf/samples/common/all
+
+# =============================================================================
+
+#############################################
+# Folder: /home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/nrf/samples/common
+
+build modules/nrf/samples/common/all: phony modules/nrf/samples/common/mcumgr_bt_ota_dfu/all
+
+# =============================================================================
+
+#############################################
+# Folder: /home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/nrf/samples/common/mcumgr_bt_ota_dfu
+
+build modules/nrf/samples/common/mcumgr_bt_ota_dfu/all: phony
+
+# =============================================================================
+
+#############################################
+# Folder: /home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/nrf/subsys
+
+build modules/nrf/subsys/all: phony modules/nrf/subsys/bluetooth/all modules/nrf/subsys/net/all modules/nrf/subsys/dfu/all modules/nrf/subsys/mpsl/all modules/nrf/subsys/shell/all modules/nrf/subsys/debug/all modules/nrf/subsys/suit/all
+
+# =============================================================================
+
+#############################################
+# Folder: /home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/nrf/subsys/bluetooth
+
+build modules/nrf/subsys/bluetooth/all: phony modules/nrf/subsys/bluetooth/controller/all modules/nrf/subsys/bluetooth/host_extensions/all
+
+# =============================================================================
+
+#############################################
+# Folder: /home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/nrf/subsys/bluetooth/controller
+
+build modules/nrf/subsys/bluetooth/controller/all: phony modules/nrf/subsys/bluetooth/controller/lib..__nrf__subsys__bluetooth__controller.a
+
+# =============================================================================
+
+#############################################
+# Folder: /home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/nrf/subsys/bluetooth/host_extensions
+
+build modules/nrf/subsys/bluetooth/host_extensions/all: phony
+
+# =============================================================================
+
+#############################################
+# Folder: /home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/nrf/subsys/debug
+
+build modules/nrf/subsys/debug/all: phony
+
+# =============================================================================
+
+#############################################
+# Folder: /home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/nrf/subsys/dfu
+
+build modules/nrf/subsys/dfu/all: phony
+
+# =============================================================================
+
+#############################################
+# Folder: /home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/nrf/subsys/mpsl
+
+build modules/nrf/subsys/mpsl/all: phony modules/nrf/subsys/mpsl/init/all modules/nrf/subsys/mpsl/fem/all
+
+# =============================================================================
+
+#############################################
+# Folder: /home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/nrf/subsys/mpsl/fem
+
+build modules/nrf/subsys/mpsl/fem/all: phony modules/nrf/subsys/mpsl/fem/lib..__nrf__subsys__mpsl__fem.a
+
+# =============================================================================
+
+#############################################
+# Folder: /home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/nrf/subsys/mpsl/init
+
+build modules/nrf/subsys/mpsl/init/all: phony modules/nrf/subsys/mpsl/init/lib..__nrf__subsys__mpsl__init.a
+
+# =============================================================================
+
+#############################################
+# Folder: /home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/nrf/subsys/net
+
+build modules/nrf/subsys/net/all: phony modules/nrf/subsys/net/lib/all
+
+# =============================================================================
+
+#############################################
+# Folder: /home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/nrf/subsys/net/lib
+
+build modules/nrf/subsys/net/lib/all: phony
+
+# =============================================================================
+
+#############################################
+# Folder: /home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/nrf/subsys/shell
+
+build modules/nrf/subsys/shell/all: phony
+
+# =============================================================================
+
+#############################################
+# Folder: /home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/nrf/subsys/suit
+
+build modules/nrf/subsys/suit/all: phony modules/nrf/subsys/suit/provisioning/all
+
+# =============================================================================
+
+#############################################
+# Folder: /home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/nrf/subsys/suit/provisioning
+
+build modules/nrf/subsys/suit/provisioning/all: phony
+
+# =============================================================================
+
+#############################################
+# Folder: /home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/nrf/tests
+
+build modules/nrf/tests/all: phony modules/nrf/tests/mocks/all
+
+# =============================================================================
+
+#############################################
+# Folder: /home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/nrf/tests/mocks
+
+build modules/nrf/tests/mocks/all: phony
+
+# =============================================================================
+
+#############################################
+# Folder: /home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/nrf_hw_models
+
+build modules/nrf_hw_models/all: phony
+
+# =============================================================================
+
+#############################################
+# Folder: /home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/nrfxlib
+
+build modules/nrfxlib/all: phony modules/nrfxlib/nrfxlib/all modules/nrfxlib/nrf_802154/all
+
+# =============================================================================
+
+#############################################
+# Folder: /home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/nrfxlib/nrf_802154
+
+build modules/nrfxlib/nrf_802154/all: phony
+
+# =============================================================================
+
+#############################################
+# Folder: /home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/nrfxlib/nrfxlib
+
+build modules/nrfxlib/nrfxlib/all: phony modules/nrfxlib/nrfxlib/crypto/all modules/nrfxlib/nrfxlib/softdevice_controller/all modules/nrfxlib/nrfxlib/mpsl/all
+
+# =============================================================================
+
+#############################################
+# Folder: /home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/nrfxlib/nrfxlib/crypto
+
+build modules/nrfxlib/nrfxlib/crypto/all: phony
+
+# =============================================================================
+
+#############################################
+# Folder: /home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/nrfxlib/nrfxlib/mpsl
+
+build modules/nrfxlib/nrfxlib/mpsl/all: phony modules/nrfxlib/nrfxlib/mpsl/fem/all
+
+# =============================================================================
+
+#############################################
+# Folder: /home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/nrfxlib/nrfxlib/mpsl/fem
+
+build modules/nrfxlib/nrfxlib/mpsl/fem/all: phony
+
+# =============================================================================
+
+#############################################
+# Folder: /home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/nrfxlib/nrfxlib/softdevice_controller
+
+build modules/nrfxlib/nrfxlib/softdevice_controller/all: phony
+
+# =============================================================================
+
+#############################################
+# Folder: /home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/open-amp
+
+build modules/open-amp/all: phony
+
+# =============================================================================
+
+#############################################
+# Folder: /home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/openthread
+
+build modules/openthread/all: phony
+
+# =============================================================================
+
+#############################################
+# Folder: /home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/picolibc
+
+build modules/picolibc/all: phony
+
+# =============================================================================
+
+#############################################
+# Folder: /home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/segger
+
+build modules/segger/all: phony
+
+# =============================================================================
+
+#############################################
+# Folder: /home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/suit-processor
+
+build modules/suit-processor/all: phony
+
+# =============================================================================
+
+#############################################
+# Folder: /home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/tinycrypt
+
+build modules/tinycrypt/all: phony modules/tinycrypt/lib/all
+
+# =============================================================================
+
+#############################################
+# Folder: /home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/tinycrypt/lib
+
+build modules/tinycrypt/lib/all: phony
+
+# =============================================================================
+
+#############################################
+# Folder: /home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/trusted-firmware-m
+
+build modules/trusted-firmware-m/all: phony
+
+# =============================================================================
+
+#############################################
+# Folder: /home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/uoscore-uedhoc
+
+build modules/uoscore-uedhoc/all: phony
+
+# =============================================================================
+
+#############################################
+# Folder: /home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/zcbor
+
+build modules/zcbor/all: phony
+
+# =============================================================================
+
+#############################################
+# Folder: /home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/zscilib
+
+build modules/zscilib/all: phony
+
+# =============================================================================
+
+#############################################
+# Folder: /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr
+
+build zephyr/all: phony zephyr/libzephyr.a zephyr/offsets zephyr/zephyr_pre0.elf zephyr/zephyr.elf zephyr/arch/all zephyr/lib/all zephyr/soc/all zephyr/boards/all zephyr/subsys/all zephyr/drivers/all modules/nrf/all modules/mcuboot/all modules/mbedtls/all modules/trusted-firmware-m/all modules/cjson/all modules/azure-sdk-for-c/all modules/cirrus-logic/all modules/openthread/all modules/suit-processor/all modules/memfault-firmware-sdk/all modules/canopennode/all modules/chre/all modules/lz4/all modules/nanopb/all modules/zscilib/all modules/cmsis/all modules/cmsis-dsp/all modules/cmsis-nn/all modules/fatfs/all modules/hal_nordic/all modules/hal_st/all modules/hal_wurthelektronik/all modules/libmetal/all modules/liblc3/all modules/littlefs/all modules/loramac-node/all modules/lvgl/all modules/mipi-sys-t/all modules/nrf_hw_models/all modules/open-amp/all modules/picolibc/all modules/segger/all modules/tinycrypt/all modules/uoscore-uedhoc/all modules/zcbor/all modules/nrfxlib/all modules/connectedhomeip/all zephyr/kernel/all zephyr/cmake/flash/all zephyr/cmake/usage/all zephyr/cmake/reports/all
+
+# =============================================================================
+
+#############################################
+# Folder: /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/arch
+
+build zephyr/arch/all: phony zephyr/arch/common/all zephyr/arch/arch/arm/all
+
+# =============================================================================
+
+#############################################
+# Folder: /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/arch/arch/arm
+
+build zephyr/arch/arch/arm/all: phony zephyr/arch/arch/arm/core/all
+
+# =============================================================================
+
+#############################################
+# Folder: /home/code/workspace/projet_systm_menacer/projetalexiot/build/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
+
+# =============================================================================
+
+#############################################
+# Folder: /home/code/workspace/projet_systm_menacer/projetalexiot/build/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/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/arch/common
+
+build zephyr/arch/common/all: phony zephyr/arch/common/libarch__common.a zephyr/arch/common/libisr_tables.a
+
+# =============================================================================
+
+#############################################
+# Folder: /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/boards
+
+build zephyr/boards/all: phony
+
+# =============================================================================
+
+#############################################
+# Folder: /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/cmake/flash
+
+build zephyr/cmake/flash/all: phony
+
+# =============================================================================
+
+#############################################
+# Folder: /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/cmake/reports
+
+build zephyr/cmake/reports/all: phony
+
+# =============================================================================
+
+#############################################
+# Folder: /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/cmake/usage
+
+build zephyr/cmake/usage/all: phony
+
+# =============================================================================
+
+#############################################
+# Folder: /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/drivers
+
+build zephyr/drivers/all: phony zephyr/drivers/disk/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/adc/all zephyr/drivers/clock_control/all zephyr/drivers/console/all zephyr/drivers/entropy/all zephyr/drivers/flash/all zephyr/drivers/gpio/all zephyr/drivers/i2c/all zephyr/drivers/lora/all zephyr/drivers/pinctrl/all zephyr/drivers/sensor/all zephyr/drivers/serial/all zephyr/drivers/spi/all zephyr/drivers/timer/all
+
+# =============================================================================
+
+#############################################
+# Folder: /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/drivers/adc
+
+build zephyr/drivers/adc/all: phony zephyr/drivers/adc/libdrivers__adc.a
+
+# =============================================================================
+
+#############################################
+# Folder: /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/drivers/clock_control
+
+build zephyr/drivers/clock_control/all: phony zephyr/drivers/clock_control/libdrivers__clock_control.a
+
+# =============================================================================
+
+#############################################
+# Folder: /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/drivers/console
+
+build zephyr/drivers/console/all: phony zephyr/drivers/console/libdrivers__console.a
+
+# =============================================================================
+
+#############################################
+# Folder: /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/drivers/disk
+
+build zephyr/drivers/disk/all: phony
+
+# =============================================================================
+
+#############################################
+# Folder: /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/drivers/entropy
+
+build zephyr/drivers/entropy/all: phony zephyr/drivers/entropy/libdrivers__entropy.a
+
+# =============================================================================
+
+#############################################
+# Folder: /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/drivers/flash
+
+build zephyr/drivers/flash/all: phony zephyr/drivers/flash/libdrivers__flash.a
+
+# =============================================================================
+
+#############################################
+# Folder: /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/drivers/gpio
+
+build zephyr/drivers/gpio/all: phony zephyr/drivers/gpio/libdrivers__gpio.a
+
+# =============================================================================
+
+#############################################
+# Folder: /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/drivers/i2c
+
+build zephyr/drivers/i2c/all: phony zephyr/drivers/i2c/libdrivers__i2c.a
+
+# =============================================================================
+
+#############################################
+# Folder: /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/drivers/interrupt_controller
+
+build zephyr/drivers/interrupt_controller/all: phony
+
+# =============================================================================
+
+#############################################
+# Folder: /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/drivers/lora
+
+build zephyr/drivers/lora/all: phony
+
+# =============================================================================
+
+#############################################
+# Folder: /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/drivers/misc
+
+build zephyr/drivers/misc/all: phony
+
+# =============================================================================
+
+#############################################
+# Folder: /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/drivers/pcie
+
+build zephyr/drivers/pcie/all: phony
+
+# =============================================================================
+
+#############################################
+# Folder: /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/drivers/pinctrl
+
+build zephyr/drivers/pinctrl/all: phony zephyr/drivers/pinctrl/libdrivers__pinctrl.a zephyr/drivers/pinctrl/renesas/all
+
+# =============================================================================
+
+#############################################
+# Folder: /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/drivers/pinctrl/renesas
+
+build zephyr/drivers/pinctrl/renesas/all: phony
+
+# =============================================================================
+
+#############################################
+# Folder: /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/drivers/sensor
+
+build zephyr/drivers/sensor/all: phony zephyr/drivers/sensor/adi/all zephyr/drivers/sensor/ams/all zephyr/drivers/sensor/aosong/all zephyr/drivers/sensor/asahi_kasei/all zephyr/drivers/sensor/bosch/all zephyr/drivers/sensor/espressif/all zephyr/drivers/sensor/honeywell/all zephyr/drivers/sensor/infineon/all zephyr/drivers/sensor/ite/all zephyr/drivers/sensor/maxim/all zephyr/drivers/sensor/meas/all zephyr/drivers/sensor/microchip/all zephyr/drivers/sensor/nordic/all zephyr/drivers/sensor/nuvoton/all zephyr/drivers/sensor/nxp/all zephyr/drivers/sensor/rohm/all zephyr/drivers/sensor/seeed/all zephyr/drivers/sensor/sensirion/all zephyr/drivers/sensor/silabs/all zephyr/drivers/sensor/st/all zephyr/drivers/sensor/ti/all zephyr/drivers/sensor/vishay/all zephyr/drivers/sensor/wsen/all
+
+# =============================================================================
+
+#############################################
+# Folder: /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/drivers/sensor/adi
+
+build zephyr/drivers/sensor/adi/all: phony
+
+# =============================================================================
+
+#############################################
+# Folder: /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/drivers/sensor/ams
+
+build zephyr/drivers/sensor/ams/all: phony
+
+# =============================================================================
+
+#############################################
+# Folder: /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/drivers/sensor/aosong
+
+build zephyr/drivers/sensor/aosong/all: phony
+
+# =============================================================================
+
+#############################################
+# Folder: /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/drivers/sensor/asahi_kasei
+
+build zephyr/drivers/sensor/asahi_kasei/all: phony
+
+# =============================================================================
+
+#############################################
+# Folder: /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/drivers/sensor/bosch
+
+build zephyr/drivers/sensor/bosch/all: phony zephyr/drivers/sensor/bosch/bme280/all
+
+# =============================================================================
+
+#############################################
+# Folder: /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/drivers/sensor/bosch/bme280
+
+build zephyr/drivers/sensor/bosch/bme280/all: phony zephyr/drivers/sensor/bosch/bme280/libdrivers__sensor__bosch__bme280.a
+
+# =============================================================================
+
+#############################################
+# Folder: /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/drivers/sensor/espressif
+
+build zephyr/drivers/sensor/espressif/all: phony
+
+# =============================================================================
+
+#############################################
+# Folder: /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/drivers/sensor/honeywell
+
+build zephyr/drivers/sensor/honeywell/all: phony
+
+# =============================================================================
+
+#############################################
+# Folder: /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/drivers/sensor/infineon
+
+build zephyr/drivers/sensor/infineon/all: phony
+
+# =============================================================================
+
+#############################################
+# Folder: /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/drivers/sensor/ite
+
+build zephyr/drivers/sensor/ite/all: phony
+
+# =============================================================================
+
+#############################################
+# Folder: /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/drivers/sensor/maxim
+
+build zephyr/drivers/sensor/maxim/all: phony
+
+# =============================================================================
+
+#############################################
+# Folder: /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/drivers/sensor/meas
+
+build zephyr/drivers/sensor/meas/all: phony
+
+# =============================================================================
+
+#############################################
+# Folder: /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/drivers/sensor/microchip
+
+build zephyr/drivers/sensor/microchip/all: phony
+
+# =============================================================================
+
+#############################################
+# Folder: /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/drivers/sensor/nordic
+
+build zephyr/drivers/sensor/nordic/all: phony zephyr/drivers/sensor/nordic/temp/all
+
+# =============================================================================
+
+#############################################
+# Folder: /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/drivers/sensor/nordic/temp
+
+build zephyr/drivers/sensor/nordic/temp/all: phony
+
+# =============================================================================
+
+#############################################
+# Folder: /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/drivers/sensor/nuvoton
+
+build zephyr/drivers/sensor/nuvoton/all: phony
+
+# =============================================================================
+
+#############################################
+# Folder: /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/drivers/sensor/nxp
+
+build zephyr/drivers/sensor/nxp/all: phony
+
+# =============================================================================
+
+#############################################
+# Folder: /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/drivers/sensor/rohm
+
+build zephyr/drivers/sensor/rohm/all: phony
+
+# =============================================================================
+
+#############################################
+# Folder: /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/drivers/sensor/seeed
+
+build zephyr/drivers/sensor/seeed/all: phony
+
+# =============================================================================
+
+#############################################
+# Folder: /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/drivers/sensor/sensirion
+
+build zephyr/drivers/sensor/sensirion/all: phony
+
+# =============================================================================
+
+#############################################
+# Folder: /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/drivers/sensor/silabs
+
+build zephyr/drivers/sensor/silabs/all: phony
+
+# =============================================================================
+
+#############################################
+# Folder: /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/drivers/sensor/st
+
+build zephyr/drivers/sensor/st/all: phony zephyr/drivers/sensor/st/stmemsc/all zephyr/drivers/sensor/st/lis2dh/all zephyr/drivers/sensor/st/lis2mdl/all
+
+# =============================================================================
+
+#############################################
+# Folder: /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/drivers/sensor/st/lis2dh
+
+build zephyr/drivers/sensor/st/lis2dh/all: phony zephyr/drivers/sensor/st/lis2dh/libdrivers__sensor__st__lis2dh.a
+
+# =============================================================================
+
+#############################################
+# Folder: /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/drivers/sensor/st/lis2mdl
+
+build zephyr/drivers/sensor/st/lis2mdl/all: phony zephyr/drivers/sensor/st/lis2mdl/libdrivers__sensor__st__lis2mdl.a
+
+# =============================================================================
+
+#############################################
+# Folder: /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/drivers/sensor/st/stmemsc
+
+build zephyr/drivers/sensor/st/stmemsc/all: phony zephyr/drivers/sensor/st/stmemsc/libdrivers__sensor__st__stmemsc.a
+
+# =============================================================================
+
+#############################################
+# Folder: /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/drivers/sensor/ti
+
+build zephyr/drivers/sensor/ti/all: phony
+
+# =============================================================================
+
+#############################################
+# Folder: /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/drivers/sensor/vishay
+
+build zephyr/drivers/sensor/vishay/all: phony
+
+# =============================================================================
+
+#############################################
+# Folder: /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/drivers/sensor/wsen
+
+build zephyr/drivers/sensor/wsen/all: phony
+
+# =============================================================================
+
+#############################################
+# Folder: /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/drivers/serial
+
+build zephyr/drivers/serial/all: phony zephyr/drivers/serial/libdrivers__serial.a
+
+# =============================================================================
+
+#############################################
+# Folder: /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/drivers/spi
+
+build zephyr/drivers/spi/all: phony zephyr/drivers/spi/libdrivers__spi.a
+
+# =============================================================================
+
+#############################################
+# Folder: /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/drivers/timer
+
+build zephyr/drivers/timer/all: phony zephyr/drivers/timer/libdrivers__timer.a
+
+# =============================================================================
+
+#############################################
+# Folder: /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/drivers/usb
+
+build zephyr/drivers/usb/all: phony zephyr/drivers/usb/common/all
+
+# =============================================================================
+
+#############################################
+# Folder: /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/drivers/usb/common
+
+build zephyr/drivers/usb/common/all: phony zephyr/drivers/usb/common/nrf_usbd_common/all
+
+# =============================================================================
+
+#############################################
+# Folder: /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/drivers/usb/common/nrf_usbd_common
+
+build zephyr/drivers/usb/common/nrf_usbd_common/all: phony
+
+# =============================================================================
+
+#############################################
+# Folder: /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/drivers/usb_c
+
+build zephyr/drivers/usb_c/all: phony
+
+# =============================================================================
+
+#############################################
+# Folder: /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/kernel
+
+build zephyr/kernel/all: phony zephyr/kernel/libkernel.a
+
+# =============================================================================
+
+#############################################
+# Folder: /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/lib
+
+build zephyr/lib/all: phony zephyr/lib/crc/all zephyr/lib/libc/all zephyr/lib/posix/all zephyr/lib/hash/all zephyr/lib/heap/all zephyr/lib/mem_blocks/all zephyr/lib/os/all zephyr/lib/utils/all
+
+# =============================================================================
+
+#############################################
+# Folder: /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/lib/crc
+
+build zephyr/lib/crc/all: phony
+
+# =============================================================================
+
+#############################################
+# Folder: /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/lib/hash
+
+build zephyr/lib/hash/all: phony
+
+# =============================================================================
+
+#############################################
+# Folder: /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/lib/heap
+
+build zephyr/lib/heap/all: phony
+
+# =============================================================================
+
+#############################################
+# Folder: /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/lib/libc
+
+build zephyr/lib/libc/all: phony zephyr/lib/libc/newlib/all zephyr/lib/libc/common/all
+
+# =============================================================================
+
+#############################################
+# Folder: /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/lib/libc/common
+
+build zephyr/lib/libc/common/all: phony zephyr/lib/libc/common/liblib__libc__common.a
+
+# =============================================================================
+
+#############################################
+# Folder: /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/lib/libc/newlib
+
+build zephyr/lib/libc/newlib/all: phony zephyr/lib/libc/newlib/liblib__libc__newlib.a
+
+# =============================================================================
+
+#############################################
+# Folder: /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/lib/mem_blocks
+
+build zephyr/lib/mem_blocks/all: phony
+
+# =============================================================================
+
+#############################################
+# Folder: /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/lib/os
+
+build zephyr/lib/os/all: phony
+
+# =============================================================================
+
+#############################################
+# Folder: /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/lib/posix
+
+build zephyr/lib/posix/all: phony zephyr/lib/posix/options/all
+
+# =============================================================================
+
+#############################################
+# Folder: /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/lib/posix/options
+
+build zephyr/lib/posix/options/all: phony
+
+# =============================================================================
+
+#############################################
+# Folder: /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/lib/utils
+
+build zephyr/lib/utils/all: phony
+
+# =============================================================================
+
+#############################################
+# Folder: /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/soc
+
+build zephyr/soc/all: phony zephyr/soc/common/all zephyr/soc/soc/nrf52833/all
+
+# =============================================================================
+
+#############################################
+# Folder: /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/soc/common
+
+build zephyr/soc/common/all: phony
+
+# =============================================================================
+
+#############################################
+# Folder: /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/soc/soc/nrf52833
+
+build zephyr/soc/soc/nrf52833/all: phony zephyr/soc/soc/nrf52833/libsoc__nordic.a zephyr/soc/soc/nrf52833/nrf52/all zephyr/soc/soc/nrf52833/common/all
+
+# =============================================================================
+
+#############################################
+# Folder: /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/soc/soc/nrf52833/common
+
+build zephyr/soc/soc/nrf52833/common/all: phony
+
+# =============================================================================
+
+#############################################
+# Folder: /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/soc/soc/nrf52833/nrf52
+
+build zephyr/soc/soc/nrf52833/nrf52/all: phony
+
+# =============================================================================
+
+#############################################
+# Folder: /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/subsys
+
+build zephyr/subsys/all: phony zephyr/subsys/lorawan/all zephyr/subsys/canbus/all zephyr/subsys/debug/all zephyr/subsys/fb/all zephyr/subsys/fs/all zephyr/subsys/ipc/all zephyr/subsys/logging/all zephyr/subsys/mem_mgmt/all zephyr/subsys/mgmt/all zephyr/subsys/modbus/all zephyr/subsys/pm/all zephyr/subsys/portability/all zephyr/subsys/random/all zephyr/subsys/rtio/all zephyr/subsys/sd/all zephyr/subsys/stats/all zephyr/subsys/storage/all zephyr/subsys/task_wdt/all zephyr/subsys/testsuite/all zephyr/subsys/tracing/all zephyr/subsys/usb/all zephyr/subsys/bluetooth/all zephyr/subsys/net/all zephyr/subsys/settings/all
+
+# =============================================================================
+
+#############################################
+# Folder: /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/subsys/bluetooth
+
+build zephyr/subsys/bluetooth/all: phony zephyr/subsys/bluetooth/common/all zephyr/subsys/bluetooth/host/all zephyr/subsys/bluetooth/services/all zephyr/subsys/bluetooth/lib/all
+
+# =============================================================================
+
+#############################################
+# Folder: /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/subsys/bluetooth/common
+
+build zephyr/subsys/bluetooth/common/all: phony zephyr/subsys/bluetooth/common/libsubsys__bluetooth__common.a
+
+# =============================================================================
+
+#############################################
+# Folder: /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/subsys/bluetooth/host
+
+build zephyr/subsys/bluetooth/host/all: phony zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a
+
+# =============================================================================
+
+#############################################
+# Folder: /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/subsys/bluetooth/lib
+
+build zephyr/subsys/bluetooth/lib/all: phony
+
+# =============================================================================
+
+#############################################
+# Folder: /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/subsys/bluetooth/services
+
+build zephyr/subsys/bluetooth/services/all: phony
+
+# =============================================================================
+
+#############################################
+# Folder: /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/subsys/canbus
+
+build zephyr/subsys/canbus/all: phony
+
+# =============================================================================
+
+#############################################
+# Folder: /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/subsys/debug
+
+build zephyr/subsys/debug/all: phony
+
+# =============================================================================
+
+#############################################
+# Folder: /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/subsys/fb
+
+build zephyr/subsys/fb/all: phony
+
+# =============================================================================
+
+#############################################
+# Folder: /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/subsys/fs
+
+build zephyr/subsys/fs/all: phony zephyr/subsys/fs/nvs/all
+
+# =============================================================================
+
+#############################################
+# Folder: /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/subsys/fs/nvs
+
+build zephyr/subsys/fs/nvs/all: phony
+
+# =============================================================================
+
+#############################################
+# Folder: /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/subsys/ipc
+
+build zephyr/subsys/ipc/all: phony
+
+# =============================================================================
+
+#############################################
+# Folder: /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/subsys/logging
+
+build zephyr/subsys/logging/all: phony zephyr/subsys/logging/backends/all
+
+# =============================================================================
+
+#############################################
+# Folder: /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/subsys/logging/backends
+
+build zephyr/subsys/logging/backends/all: phony
+
+# =============================================================================
+
+#############################################
+# Folder: /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/subsys/lorawan
+
+build zephyr/subsys/lorawan/all: phony zephyr/subsys/lorawan/libloramac-node.a zephyr/subsys/lorawan/services/all zephyr/subsys/lorawan/nvm/all
+
+# =============================================================================
+
+#############################################
+# Folder: /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/subsys/lorawan/nvm
+
+build zephyr/subsys/lorawan/nvm/all: phony
+
+# =============================================================================
+
+#############################################
+# Folder: /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/subsys/lorawan/services
+
+build zephyr/subsys/lorawan/services/all: phony
+
+# =============================================================================
+
+#############################################
+# Folder: /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/subsys/mem_mgmt
+
+build zephyr/subsys/mem_mgmt/all: phony
+
+# =============================================================================
+
+#############################################
+# Folder: /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/subsys/mgmt
+
+build zephyr/subsys/mgmt/all: phony
+
+# =============================================================================
+
+#############################################
+# Folder: /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/subsys/modbus
+
+build zephyr/subsys/modbus/all: phony
+
+# =============================================================================
+
+#############################################
+# Folder: /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/subsys/net
+
+build zephyr/subsys/net/all: phony zephyr/subsys/net/libsubsys__net.a zephyr/subsys/net/lib/all
+
+# =============================================================================
+
+#############################################
+# Folder: /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/subsys/net/lib
+
+build zephyr/subsys/net/lib/all: phony zephyr/subsys/net/lib/utils/all
+
+# =============================================================================
+
+#############################################
+# Folder: /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/subsys/net/lib/utils
+
+build zephyr/subsys/net/lib/utils/all: phony
+
+# =============================================================================
+
+#############################################
+# Folder: /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/subsys/pm
+
+build zephyr/subsys/pm/all: phony
+
+# =============================================================================
+
+#############################################
+# Folder: /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/subsys/portability
+
+build zephyr/subsys/portability/all: phony
+
+# =============================================================================
+
+#############################################
+# Folder: /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/subsys/random
+
+build zephyr/subsys/random/all: phony zephyr/subsys/random/libsubsys__random.a
+
+# =============================================================================
+
+#############################################
+# Folder: /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/subsys/rtio
+
+build zephyr/subsys/rtio/all: phony
+
+# =============================================================================
+
+#############################################
+# Folder: /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/subsys/sd
+
+build zephyr/subsys/sd/all: phony
+
+# =============================================================================
+
+#############################################
+# Folder: /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/subsys/settings
+
+build zephyr/subsys/settings/all: phony zephyr/subsys/settings/src/all
+
+# =============================================================================
+
+#############################################
+# Folder: /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/subsys/settings/src
+
+build zephyr/subsys/settings/src/all: phony
+
+# =============================================================================
+
+#############################################
+# Folder: /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/subsys/stats
+
+build zephyr/subsys/stats/all: phony
+
+# =============================================================================
+
+#############################################
+# Folder: /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/subsys/storage
+
+build zephyr/subsys/storage/all: phony zephyr/subsys/storage/flash_map/all
+
+# =============================================================================
+
+#############################################
+# Folder: /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/subsys/storage/flash_map
+
+build zephyr/subsys/storage/flash_map/all: phony
+
+# =============================================================================
+
+#############################################
+# Folder: /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/subsys/task_wdt
+
+build zephyr/subsys/task_wdt/all: phony
+
+# =============================================================================
+
+#############################################
+# Folder: /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/subsys/testsuite
+
+build zephyr/subsys/testsuite/all: phony
+
+# =============================================================================
+
+#############################################
+# Folder: /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/subsys/tracing
+
+build zephyr/subsys/tracing/all: phony
+
+# =============================================================================
+
+#############################################
+# Folder: /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/subsys/usb
+
+build zephyr/subsys/usb/all: phony
+
+# =============================================================================
+# Built-in targets
+
+
+#############################################
+# Re-run CMake if any of its inputs changed.
+
+build build.ninja: RERUN_CMAKE | /home/code/workspace/projet_systm_menacer/projetalexiot/CMakeLists.txt /home/code/workspace/projet_systm_menacer/projetalexiot/boards/bbc_microbit_v2.overlay /home/code/workspace/projet_systm_menacer/projetalexiot/prj.conf /opt/ncs/bootloader/mcuboot/boot/bootutil/zephyr/CMakeLists.txt /opt/ncs/modules/bsim_hw_models/nrf_hw_models/CMakeLists.txt /opt/ncs/modules/crypto/oberon-psa-crypto/Kconfig.oberon_psa_crypto /opt/ncs/modules/crypto/tinycrypt/CMakeLists.txt /opt/ncs/modules/crypto/tinycrypt/lib/CMakeLists.txt /opt/ncs/modules/debug/mipi-sys-t/CMakeLists.txt /opt/ncs/modules/hal/cirrus-logic/CMakeLists.txt /opt/ncs/modules/hal/cirrus-logic/Kconfig /opt/ncs/modules/hal/cmsis/CMSIS/CMakeLists.txt /opt/ncs/modules/hal/cmsis/CMSIS/Core/CMakeLists.txt /opt/ncs/modules/hal/cmsis/CMakeLists.txt /opt/ncs/modules/hal/libmetal/CMakeLists.txt /opt/ncs/modules/hal/st/CMakeLists.txt /opt/ncs/modules/hal/st/sensor/stmemsc/CMakeLists.txt /opt/ncs/modules/hal/wurthelektronik/CMakeLists.txt /opt/ncs/modules/lib/chre/platform/zephyr/CMakeLists.txt /opt/ncs/modules/lib/chre/platform/zephyr/Kconfig /opt/ncs/modules/lib/gui/lvgl/Kconfig /opt/ncs/modules/lib/matter/config/nrfconnect/chip-module/CMakeLists.txt /opt/ncs/modules/lib/matter/config/nrfconnect/chip-module/Kconfig /opt/ncs/modules/lib/matter/config/zephyr/Kconfig /opt/ncs/modules/lib/memfault-firmware-sdk/ports/zephyr/CMakeLists.txt /opt/ncs/modules/lib/memfault-firmware-sdk/ports/zephyr/Kconfig /opt/ncs/modules/lib/memfault-firmware-sdk/ports/zephyr/ncs/Kconfig /opt/ncs/modules/lib/open-amp/CMakeLists.txt /opt/ncs/modules/lib/picolibc/CMakeLists.txt /opt/ncs/modules/lib/picolibc/zephyr/Kconfig /opt/ncs/modules/lib/suit-generator/ncs/Kconfig /opt/ncs/modules/lib/suit-processor/Kconfig /opt/ncs/modules/lib/suit-processor/ncs/CMakeLists.txt /opt/ncs/modules/lib/zscilib/CMakeLists.txt /opt/ncs/modules/lib/zscilib/Kconfig.zscilib /opt/ncs/nrf/CMakeLists.txt /opt/ncs/nrf/Kconfig.nrf /opt/ncs/nrf/boards/deprecated.cmake /opt/ncs/nrf/boards/shields/coverage_support/Kconfig.shield /opt/ncs/nrf/boards/shields/nrf21540ek/Kconfig.shield /opt/ncs/nrf/boards/shields/nrf2220ek/Kconfig.shield /opt/ncs/nrf/boards/shields/nrf2240ek/Kconfig.shield /opt/ncs/nrf/boards/shields/nrf7002eb/Kconfig.shield /opt/ncs/nrf/boards/shields/nrf7002ek/Kconfig.shield /opt/ncs/nrf/boards/shields/nrf7002ek_nrf7000/Kconfig.shield /opt/ncs/nrf/boards/shields/nrf7002ek_nrf7001/Kconfig.shield /opt/ncs/nrf/boards/shields/nrf700x_nrf54h20dk/Kconfig.shield /opt/ncs/nrf/boards/shields/nrf700x_nrf54l15pdk/Kconfig.shield /opt/ncs/nrf/boards/shields/pca63565/Kconfig.shield /opt/ncs/nrf/boards/shields/pca63566/Kconfig.shield /opt/ncs/nrf/cmake/boilerplate.cmake /opt/ncs/nrf/cmake/extensions.cmake /opt/ncs/nrf/cmake/modules/kconfig.cmake /opt/ncs/nrf/cmake/multi_image.cmake /opt/ncs/nrf/cmake/partition_manager.cmake /opt/ncs/nrf/cmake/version.cmake /opt/ncs/nrf/cmake/version_app.cmake /opt/ncs/nrf/drivers/CMakeLists.txt /opt/ncs/nrf/drivers/Kconfig /opt/ncs/nrf/drivers/bluetooth/Kconfig /opt/ncs/nrf/drivers/bluetooth/hci/Kconfig /opt/ncs/nrf/drivers/entropy/CMakeLists.txt /opt/ncs/nrf/drivers/entropy/Kconfig /opt/ncs/nrf/drivers/flash/CMakeLists.txt /opt/ncs/nrf/drivers/flash/Kconfig /opt/ncs/nrf/drivers/hw_cc3xx/CMakeLists.txt /opt/ncs/nrf/drivers/hw_cc3xx/Kconfig /opt/ncs/nrf/drivers/mpsl/CMakeLists.txt /opt/ncs/nrf/drivers/mpsl/Kconfig /opt/ncs/nrf/drivers/mpsl/clock_control/CMakeLists.txt /opt/ncs/nrf/drivers/mpsl/clock_control/Kconfig /opt/ncs/nrf/drivers/mpsl/flash_sync/CMakeLists.txt /opt/ncs/nrf/drivers/mpsl/flash_sync/Kconfig /opt/ncs/nrf/drivers/mpsl/temp_nrf5/CMakeLists.txt /opt/ncs/nrf/drivers/mpsl/temp_nrf5/Kconfig /opt/ncs/nrf/drivers/net/Kconfig /opt/ncs/nrf/drivers/sensor/CMakeLists.txt /opt/ncs/nrf/drivers/sensor/Kconfig /opt/ncs/nrf/drivers/sensor/bh1749/Kconfig /opt/ncs/nrf/drivers/sensor/bme68x_iaq/Kconfig /opt/ncs/nrf/drivers/sensor/paw3212/Kconfig /opt/ncs/nrf/drivers/sensor/pmw3360/Kconfig /opt/ncs/nrf/drivers/sensor/sensor_sim/Kconfig /opt/ncs/nrf/drivers/sensor/sensor_stub/Kconfig /opt/ncs/nrf/drivers/serial/CMakeLists.txt /opt/ncs/nrf/drivers/serial/Kconfig /opt/ncs/nrf/drivers/serial/Kconfig.ipc /opt/ncs/nrf/drivers/serial/Kconfig.nrf_sw_lpuart /opt/ncs/nrf/drivers/wifi/Kconfig /opt/ncs/nrf/drivers/wifi/nrf700x/Kconfig /opt/ncs/nrf/ext/CMakeLists.txt /opt/ncs/nrf/ext/Kconfig /opt/ncs/nrf/ext/curl/Kconfig /opt/ncs/nrf/ext/freebsd-getopt/Kconfig /opt/ncs/nrf/ext/iperf3/Kconfig /opt/ncs/nrf/lib/CMakeLists.txt /opt/ncs/nrf/lib/Kconfig /opt/ncs/nrf/lib/adp536x/Kconfig /opt/ncs/nrf/lib/at_cmd_custom/Kconfig /opt/ncs/nrf/lib/at_cmd_parser/Kconfig /opt/ncs/nrf/lib/at_host/Kconfig /opt/ncs/nrf/lib/at_monitor/Kconfig /opt/ncs/nrf/lib/at_shell/Kconfig /opt/ncs/nrf/lib/bin/CMakeLists.txt /opt/ncs/nrf/lib/bin/Kconfig /opt/ncs/nrf/lib/bin/lwm2m_carrier/Kconfig /opt/ncs/nrf/lib/boot_banner/CMakeLists.txt /opt/ncs/nrf/lib/boot_banner/Kconfig /opt/ncs/nrf/lib/contin_array/Kconfig /opt/ncs/nrf/lib/data_fifo/Kconfig /opt/ncs/nrf/lib/date_time/Kconfig /opt/ncs/nrf/lib/dk_buttons_and_leds/Kconfig /opt/ncs/nrf/lib/edge_impulse/Kconfig /opt/ncs/nrf/lib/fatal_error/CMakeLists.txt /opt/ncs/nrf/lib/fatal_error/Kconfig /opt/ncs/nrf/lib/fem_al/Kconfig /opt/ncs/nrf/lib/flash_patch/CMakeLists.txt /opt/ncs/nrf/lib/flash_patch/Kconfig /opt/ncs/nrf/lib/fprotect/Kconfig /opt/ncs/nrf/lib/gcf_sms/Kconfig /opt/ncs/nrf/lib/hw_id/Kconfig /opt/ncs/nrf/lib/hw_unique_key/Kconfig /opt/ncs/nrf/lib/identity_key/Kconfig /opt/ncs/nrf/lib/location/Kconfig /opt/ncs/nrf/lib/lte_link_control/Kconfig /opt/ncs/nrf/lib/modem_antenna/Kconfig /opt/ncs/nrf/lib/modem_attest_token/Kconfig /opt/ncs/nrf/lib/modem_battery/Kconfig /opt/ncs/nrf/lib/modem_info/Kconfig /opt/ncs/nrf/lib/modem_jwt/Kconfig /opt/ncs/nrf/lib/modem_key_mgmt/Kconfig /opt/ncs/nrf/lib/modem_slm/Kconfig /opt/ncs/nrf/lib/multithreading_lock/CMakeLists.txt /opt/ncs/nrf/lib/multithreading_lock/Kconfig /opt/ncs/nrf/lib/nrf_modem_lib/Kconfig /opt/ncs/nrf/lib/nrf_modem_lib/Kconfig.modemlib /opt/ncs/nrf/lib/nrf_modem_lib/lte_net_if/Kconfig /opt/ncs/nrf/lib/nrf_modem_lib/shell/Kconfig /opt/ncs/nrf/lib/nrf_modem_lib/trace_backends/Kconfig /opt/ncs/nrf/lib/nrf_modem_lib/trace_backends/flash/Kconfig /opt/ncs/nrf/lib/nrf_modem_lib/trace_backends/ram/Kconfig /opt/ncs/nrf/lib/nrf_modem_lib/trace_backends/rtt/Kconfig /opt/ncs/nrf/lib/nrf_modem_lib/trace_backends/uart/Kconfig /opt/ncs/nrf/lib/pcm_mix/Kconfig /opt/ncs/nrf/lib/pcm_stream_channel_modifier/Kconfig /opt/ncs/nrf/lib/pdn/Kconfig /opt/ncs/nrf/lib/qos/Kconfig /opt/ncs/nrf/lib/ram_pwrdn/Kconfig /opt/ncs/nrf/lib/sample_rate_converter/Kconfig /opt/ncs/nrf/lib/sfloat/Kconfig /opt/ncs/nrf/lib/sms/Kconfig /opt/ncs/nrf/lib/st25r3911b/Kconfig /opt/ncs/nrf/lib/supl/Kconfig /opt/ncs/nrf/lib/tone/Kconfig /opt/ncs/nrf/lib/wave_gen/Kconfig /opt/ncs/nrf/modules/CMakeLists.txt /opt/ncs/nrf/modules/Kconfig /opt/ncs/nrf/modules/azure-sdk-for-c/CMakeLists.txt /opt/ncs/nrf/modules/azure-sdk-for-c/Kconfig /opt/ncs/nrf/modules/cjson/CMakeLists.txt /opt/ncs/nrf/modules/cjson/Kconfig /opt/ncs/nrf/modules/coremark/Kconfig /opt/ncs/nrf/modules/hostap/CMakeLists.txt /opt/ncs/nrf/modules/hostap/Kconfig /opt/ncs/nrf/modules/mcuboot/CMakeLists.txt /opt/ncs/nrf/modules/mcuboot/Kconfig /opt/ncs/nrf/modules/memfault-firmware-sdk/Kconfig /opt/ncs/nrf/modules/modules.cmake /opt/ncs/nrf/modules/nrfxlib/CMakeLists.txt /opt/ncs/nrf/modules/nrfxlib/nrf_802154/CMakeLists.txt /opt/ncs/nrf/modules/trusted-firmware-m/Kconfig /opt/ncs/nrf/modules/trusted-firmware-m/Kconfig.mbedtls.defconfig /opt/ncs/nrf/modules/trusted-firmware-m/Kconfig.mbedtls_minimal.defconfig /opt/ncs/nrf/modules/trusted-firmware-m/Kconfig.peripheral_secure /opt/ncs/nrf/modules/trusted-firmware-m/Kconfig.psa.defconfig /opt/ncs/nrf/modules/trusted-firmware-m/Kconfig.template.peripheral_secure /opt/ncs/nrf/modules/trusted-firmware-m/Kconfig.tfm.defconfig /opt/ncs/nrf/modules/trusted-firmware-m/Kconfig.tfm.pm /opt/ncs/nrf/modules/trusted-firmware-m/Kconfig.tfm_minimal.defconfig /opt/ncs/nrf/modules/wfa-qt/CMakeLists.txt /opt/ncs/nrf/modules/wfa-qt/Kconfig /opt/ncs/nrf/samples/CMakeLists.txt /opt/ncs/nrf/samples/Kconfig /opt/ncs/nrf/samples/common/CMakeLists.txt /opt/ncs/nrf/samples/common/Kconfig /opt/ncs/nrf/samples/common/mcumgr_bt_ota_dfu/CMakeLists.txt /opt/ncs/nrf/samples/common/mcumgr_bt_ota_dfu/Kconfig /opt/ncs/nrf/share/ncs-package/cmake/NcsConfig.cmake /opt/ncs/nrf/share/zephyrbuild-package/cmake/ZephyrBuildConfig.cmake /opt/ncs/nrf/snippets/matter-diagnostic-logs/snippet.yml /opt/ncs/nrf/snippets/nordic-bt-rpc/snippet.yml /opt/ncs/nrf/snippets/nrf70-debug/snippet.yml /opt/ncs/nrf/snippets/nrf70-fw-patch-ext-flash/snippet.yml /opt/ncs/nrf/snippets/nrf91-modem-trace-ext-flash/snippet.yml /opt/ncs/nrf/snippets/nrf91-modem-trace-uart/snippet.yml /opt/ncs/nrf/snippets/tfm-enable-share-uart/snippet.yml /opt/ncs/nrf/subsys/CMakeLists.txt /opt/ncs/nrf/subsys/Kconfig /opt/ncs/nrf/subsys/app_event_manager/Kconfig /opt/ncs/nrf/subsys/app_event_manager_profiler_tracer/Kconfig /opt/ncs/nrf/subsys/audio_module/Kconfig /opt/ncs/nrf/subsys/bluetooth/CMakeLists.txt /opt/ncs/nrf/subsys/bluetooth/Kconfig /opt/ncs/nrf/subsys/bluetooth/Kconfig.discovery /opt/ncs/nrf/subsys/bluetooth/Kconfig.enocean /opt/ncs/nrf/subsys/bluetooth/Kconfig.link /opt/ncs/nrf/subsys/bluetooth/Kconfig.pool /opt/ncs/nrf/subsys/bluetooth/Kconfig.scan /opt/ncs/nrf/subsys/bluetooth/adv_prov/Kconfig /opt/ncs/nrf/subsys/bluetooth/adv_prov/providers/Kconfig /opt/ncs/nrf/subsys/bluetooth/adv_prov/providers/Kconfig.device_name /opt/ncs/nrf/subsys/bluetooth/adv_prov/providers/Kconfig.fast_pair /opt/ncs/nrf/subsys/bluetooth/adv_prov/providers/Kconfig.flags /opt/ncs/nrf/subsys/bluetooth/adv_prov/providers/Kconfig.gap_appearance /opt/ncs/nrf/subsys/bluetooth/adv_prov/providers/Kconfig.swift_pair /opt/ncs/nrf/subsys/bluetooth/adv_prov/providers/Kconfig.tx_power /opt/ncs/nrf/subsys/bluetooth/controller/CMakeLists.txt /opt/ncs/nrf/subsys/bluetooth/controller/Kconfig /opt/ncs/nrf/subsys/bluetooth/host_extensions/CMakeLists.txt /opt/ncs/nrf/subsys/bluetooth/mesh/Kconfig /opt/ncs/nrf/subsys/bluetooth/mesh/Kconfig.dk_prov /opt/ncs/nrf/subsys/bluetooth/mesh/Kconfig.models /opt/ncs/nrf/subsys/bluetooth/mesh/Kconfig.rpl /opt/ncs/nrf/subsys/bluetooth/mesh/Kconfig.sensor /opt/ncs/nrf/subsys/bluetooth/mesh/shell/Kconfig /opt/ncs/nrf/subsys/bluetooth/mesh/vnd/Kconfig /opt/ncs/nrf/subsys/bluetooth/rpc/Kconfig /opt/ncs/nrf/subsys/bluetooth/services/Kconfig /opt/ncs/nrf/subsys/bluetooth/services/Kconfig.ams_client /opt/ncs/nrf/subsys/bluetooth/services/Kconfig.ancs_client /opt/ncs/nrf/subsys/bluetooth/services/Kconfig.bas_client /opt/ncs/nrf/subsys/bluetooth/services/Kconfig.bms /opt/ncs/nrf/subsys/bluetooth/services/Kconfig.cts_client /opt/ncs/nrf/subsys/bluetooth/services/Kconfig.ddfs /opt/ncs/nrf/subsys/bluetooth/services/Kconfig.dfu_smp /opt/ncs/nrf/subsys/bluetooth/services/Kconfig.gattp /opt/ncs/nrf/subsys/bluetooth/services/Kconfig.hids /opt/ncs/nrf/subsys/bluetooth/services/Kconfig.hogp /opt/ncs/nrf/subsys/bluetooth/services/Kconfig.hrs_client /opt/ncs/nrf/subsys/bluetooth/services/Kconfig.latency /opt/ncs/nrf/subsys/bluetooth/services/Kconfig.latency_c /opt/ncs/nrf/subsys/bluetooth/services/Kconfig.lbs /opt/ncs/nrf/subsys/bluetooth/services/Kconfig.mds /opt/ncs/nrf/subsys/bluetooth/services/Kconfig.nsms /opt/ncs/nrf/subsys/bluetooth/services/Kconfig.nus /opt/ncs/nrf/subsys/bluetooth/services/Kconfig.nus_client /opt/ncs/nrf/subsys/bluetooth/services/Kconfig.rscs /opt/ncs/nrf/subsys/bluetooth/services/Kconfig.throughput /opt/ncs/nrf/subsys/bluetooth/services/cgms/Kconfig.cgms /opt/ncs/nrf/subsys/bluetooth/services/fast_pair/Kconfig.fast_pair /opt/ncs/nrf/subsys/bluetooth/services/fast_pair/fmdn/Kconfig /opt/ncs/nrf/subsys/bluetooth/services/fast_pair/fp_crypto/Kconfig.fp_crypto /opt/ncs/nrf/subsys/bluetooth/services/fast_pair/fp_storage/Kconfig.fp_storage /opt/ncs/nrf/subsys/bluetooth/services/wifi_prov/Kconfig.wifi_prov /opt/ncs/nrf/subsys/bootloader/Kconfig /opt/ncs/nrf/subsys/bootloader/bl_crypto/Kconfig /opt/ncs/nrf/subsys/bootloader/bl_storage/Kconfig /opt/ncs/nrf/subsys/bootloader/bl_validation/Kconfig /opt/ncs/nrf/subsys/caf/Kconfig /opt/ncs/nrf/subsys/caf/events/Kconfig /opt/ncs/nrf/subsys/caf/events/Kconfig.factory_reset_event /opt/ncs/nrf/subsys/caf/events/Kconfig.force_power_down_event /opt/ncs/nrf/subsys/caf/events/Kconfig.keep_alive_event /opt/ncs/nrf/subsys/caf/events/Kconfig.module_state_event /opt/ncs/nrf/subsys/caf/events/Kconfig.power_manager_event /opt/ncs/nrf/subsys/caf/events/Kconfig.sensor_event /opt/ncs/nrf/subsys/caf/modules/Kconfig /opt/ncs/nrf/subsys/caf/modules/Kconfig.ble_adv /opt/ncs/nrf/subsys/caf/modules/Kconfig.ble_bond /opt/ncs/nrf/subsys/caf/modules/Kconfig.ble_smp /opt/ncs/nrf/subsys/caf/modules/Kconfig.ble_state /opt/ncs/nrf/subsys/caf/modules/Kconfig.buttons /opt/ncs/nrf/subsys/caf/modules/Kconfig.caf_shell /opt/ncs/nrf/subsys/caf/modules/Kconfig.click_detector /opt/ncs/nrf/subsys/caf/modules/Kconfig.factory_reset_request /opt/ncs/nrf/subsys/caf/modules/Kconfig.leds /opt/ncs/nrf/subsys/caf/modules/Kconfig.net_state /opt/ncs/nrf/subsys/caf/modules/Kconfig.power_manager /opt/ncs/nrf/subsys/caf/modules/Kconfig.sensor_data_aggregator /opt/ncs/nrf/subsys/caf/modules/Kconfig.sensor_manager /opt/ncs/nrf/subsys/caf/modules/Kconfig.settings_loader /opt/ncs/nrf/subsys/debug/CMakeLists.txt /opt/ncs/nrf/subsys/debug/Kconfig /opt/ncs/nrf/subsys/debug/cpu_load/Kconfig /opt/ncs/nrf/subsys/debug/etb_trace/Kconfig /opt/ncs/nrf/subsys/debug/ppi_trace/Kconfig /opt/ncs/nrf/subsys/dfu/CMakeLists.txt /opt/ncs/nrf/subsys/dfu/Kconfig /opt/ncs/nrf/subsys/dfu/dfu_multi_image/Kconfig /opt/ncs/nrf/subsys/dfu/dfu_target/Kconfig /opt/ncs/nrf/subsys/dfu/fmfu_fdev/Kconfig /opt/ncs/nrf/subsys/dm/Kconfig /opt/ncs/nrf/subsys/dm/rpc/Kconfig /opt/ncs/nrf/subsys/dult/Kconfig /opt/ncs/nrf/subsys/emds/Kconfig /opt/ncs/nrf/subsys/esb/Kconfig /opt/ncs/nrf/subsys/event_manager_proxy/Kconfig /opt/ncs/nrf/subsys/fw_info/Kconfig /opt/ncs/nrf/subsys/fw_info/Kconfig.template.fw_info_ext_api /opt/ncs/nrf/subsys/gazell/Kconfig /opt/ncs/nrf/subsys/ieee802154/Kconfig /opt/ncs/nrf/subsys/mgmt/fmfu/Kconfig /opt/ncs/nrf/subsys/mgmt/suitfu/Kconfig /opt/ncs/nrf/subsys/mpsl/CMakeLists.txt /opt/ncs/nrf/subsys/mpsl/Kconfig /opt/ncs/nrf/subsys/mpsl/cx/Kconfig /opt/ncs/nrf/subsys/mpsl/fem/CMakeLists.txt /opt/ncs/nrf/subsys/mpsl/fem/Kconfig /opt/ncs/nrf/subsys/mpsl/init/CMakeLists.txt /opt/ncs/nrf/subsys/mpsl/init/Kconfig /opt/ncs/nrf/subsys/mpsl/pin_debug/Kconfig /opt/ncs/nrf/subsys/mpsl/pm/Kconfig /opt/ncs/nrf/subsys/net/CMakeLists.txt /opt/ncs/nrf/subsys/net/Kconfig /opt/ncs/nrf/subsys/net/l2_wifi_if_conn/Kconfig /opt/ncs/nrf/subsys/net/lib/CMakeLists.txt /opt/ncs/nrf/subsys/net/lib/Kconfig /opt/ncs/nrf/subsys/net/lib/aws_fota/Kconfig /opt/ncs/nrf/subsys/net/lib/aws_iot/Kconfig /opt/ncs/nrf/subsys/net/lib/aws_jobs/Kconfig /opt/ncs/nrf/subsys/net/lib/azure_fota/Kconfig /opt/ncs/nrf/subsys/net/lib/azure_iot_hub/Kconfig /opt/ncs/nrf/subsys/net/lib/coap_utils/Kconfig /opt/ncs/nrf/subsys/net/lib/download_client/Kconfig /opt/ncs/nrf/subsys/net/lib/fota_download/Kconfig /opt/ncs/nrf/subsys/net/lib/ftp_client/Kconfig /opt/ncs/nrf/subsys/net/lib/icalendar_parser/Kconfig /opt/ncs/nrf/subsys/net/lib/lwm2m_client_utils/Kconfig /opt/ncs/nrf/subsys/net/lib/mcumgr_smp_client/Kconfig /opt/ncs/nrf/subsys/net/lib/mqtt_helper/Kconfig /opt/ncs/nrf/subsys/net/lib/nrf_cloud/Kconfig /opt/ncs/nrf/subsys/net/lib/nrf_cloud/Kconfig.nrf_cloud_agnss /opt/ncs/nrf/subsys/net/lib/nrf_cloud/Kconfig.nrf_cloud_alert /opt/ncs/nrf/subsys/net/lib/nrf_cloud/Kconfig.nrf_cloud_client_id /opt/ncs/nrf/subsys/net/lib/nrf_cloud/Kconfig.nrf_cloud_coap /opt/ncs/nrf/subsys/net/lib/nrf_cloud/Kconfig.nrf_cloud_fota /opt/ncs/nrf/subsys/net/lib/nrf_cloud/Kconfig.nrf_cloud_location /opt/ncs/nrf/subsys/net/lib/nrf_cloud/Kconfig.nrf_cloud_log /opt/ncs/nrf/subsys/net/lib/nrf_cloud/Kconfig.nrf_cloud_mqtt /opt/ncs/nrf/subsys/net/lib/nrf_cloud/Kconfig.nrf_cloud_pgps /opt/ncs/nrf/subsys/net/lib/nrf_cloud/Kconfig.nrf_cloud_rest /opt/ncs/nrf/subsys/net/lib/nrf_cloud/Kconfig.nrf_cloud_shadow_info /opt/ncs/nrf/subsys/net/lib/nrf_provisioning/Kconfig /opt/ncs/nrf/subsys/net/lib/nrf_provisioning/Kconfig.nrf_provisioning_cbor /opt/ncs/nrf/subsys/net/lib/nrf_provisioning/Kconfig.nrf_provisioning_coap /opt/ncs/nrf/subsys/net/lib/nrf_provisioning/Kconfig.nrf_provisioning_codec /opt/ncs/nrf/subsys/net/lib/nrf_provisioning/Kconfig.nrf_provisioning_http /opt/ncs/nrf/subsys/net/lib/rest_client/Kconfig /opt/ncs/nrf/subsys/net/lib/softap_wifi_provision/Kconfig /opt/ncs/nrf/subsys/net/lib/wifi_credentials/Kconfig /opt/ncs/nrf/subsys/net/lib/wifi_mgmt_ext/Kconfig /opt/ncs/nrf/subsys/net/lib/wifi_ready/Kconfig /opt/ncs/nrf/subsys/net/lib/zzhc/Kconfig /opt/ncs/nrf/subsys/net/openthread/Kconfig /opt/ncs/nrf/subsys/net/openthread/Kconfig.defconfig /opt/ncs/nrf/subsys/net_core_monitor/Kconfig /opt/ncs/nrf/subsys/nfc/Kconfig /opt/ncs/nrf/subsys/nfc/lib/Kconfig /opt/ncs/nrf/subsys/nfc/ndef/Kconfig /opt/ncs/nrf/subsys/nfc/t2t/Kconfig /opt/ncs/nrf/subsys/nfc/t4t/Kconfig /opt/ncs/nrf/subsys/nfc/tnep/Kconfig /opt/ncs/nrf/subsys/nfc/tnep/ch/Kconfig /opt/ncs/nrf/subsys/nrf_profiler/Kconfig /opt/ncs/nrf/subsys/nrf_rpc/Kconfig /opt/ncs/nrf/subsys/nrf_security/Kconfig /opt/ncs/nrf/subsys/nrf_security/Kconfig.legacy /opt/ncs/nrf/subsys/nrf_security/Kconfig.psa /opt/ncs/nrf/subsys/nrf_security/Kconfig.tls /opt/ncs/nrf/subsys/nrf_security/src/core/Kconfig /opt/ncs/nrf/subsys/nrf_security/src/drivers/Kconfig /opt/ncs/nrf/subsys/nrf_security/src/drivers/Kconfig.psa_accel /opt/ncs/nrf/subsys/nrf_security/src/drivers/cracen/Kconfig /opt/ncs/nrf/subsys/nrf_security/src/drivers/cracen/psa_driver.Kconfig /opt/ncs/nrf/subsys/nrf_security/src/drivers/nrf_cc3xx/Kconfig /opt/ncs/nrf/subsys/nrf_security/src/drivers/nrf_oberon/Kconfig /opt/ncs/nrf/subsys/nrf_security/src/drivers/zephyr/Kconfig /opt/ncs/nrf/subsys/nrf_security/src/ssf_secdom/Kconfig /opt/ncs/nrf/subsys/partition_manager/Kconfig /opt/ncs/nrf/subsys/partition_manager/Kconfig.template.build_strategy /opt/ncs/nrf/subsys/partition_manager/Kconfig.template.partition_config /opt/ncs/nrf/subsys/partition_manager/Kconfig.template.partition_region /opt/ncs/nrf/subsys/pcd/Kconfig /opt/ncs/nrf/subsys/sdfw_services/Kconfig /opt/ncs/nrf/subsys/sdfw_services/services/Kconfig /opt/ncs/nrf/subsys/sdfw_services/services/Kconfig.template.service /opt/ncs/nrf/subsys/sdfw_services/services/echo/Kconfig /opt/ncs/nrf/subsys/sdfw_services/services/enc_fw/Kconfig /opt/ncs/nrf/subsys/sdfw_services/services/extmem/Kconfig /opt/ncs/nrf/subsys/sdfw_services/services/psa_crypto/Kconfig /opt/ncs/nrf/subsys/sdfw_services/services/reset_evt/Kconfig /opt/ncs/nrf/subsys/sdfw_services/services/sdfw_update/Kconfig /opt/ncs/nrf/subsys/sdfw_services/services/suit_service/Kconfig /opt/ncs/nrf/subsys/sdfw_services/transport/Kconfig /opt/ncs/nrf/subsys/sdfw_services/transport/nrf_rpc/Kconfig /opt/ncs/nrf/subsys/shell/CMakeLists.txt /opt/ncs/nrf/subsys/shell/Kconfig /opt/ncs/nrf/subsys/suit/CMakeLists.txt /opt/ncs/nrf/subsys/suit/Kconfig /opt/ncs/nrf/subsys/suit/cache/Kconfig /opt/ncs/nrf/subsys/suit/envelope_info/Kconfig /opt/ncs/nrf/subsys/suit/execution_mode/Kconfig /opt/ncs/nrf/subsys/suit/mci/Kconfig /opt/ncs/nrf/subsys/suit/memory_layout/Kconfig /opt/ncs/nrf/subsys/suit/memptr_storage/Kconfig /opt/ncs/nrf/subsys/suit/metadata/Kconfig /opt/ncs/nrf/subsys/suit/orchestrator/Kconfig /opt/ncs/nrf/subsys/suit/orchestrator_app/Kconfig /opt/ncs/nrf/subsys/suit/platform/Kconfig /opt/ncs/nrf/subsys/suit/platform/sdfw/Kconfig /opt/ncs/nrf/subsys/suit/platform/sink_selector/Kconfig /opt/ncs/nrf/subsys/suit/provisioning/CMakeLists.txt /opt/ncs/nrf/subsys/suit/provisioning/Kconfig /opt/ncs/nrf/subsys/suit/provisioning/soc/Kconfig.nrf54h20 /opt/ncs/nrf/subsys/suit/provisioning/soc/Kconfig.template.manifest_config /opt/ncs/nrf/subsys/suit/storage/Kconfig /opt/ncs/nrf/subsys/suit/stream/Kconfig /opt/ncs/nrf/subsys/suit/utils/Kconfig /opt/ncs/nrf/subsys/trusted_storage/Kconfig /opt/ncs/nrf/subsys/uart_async_adapter/Kconfig /opt/ncs/nrf/subsys/zigbee/Kconfig /opt/ncs/nrf/subsys/zigbee/lib/Kconfig /opt/ncs/nrf/subsys/zigbee/lib/zigbee_app_utils/Kconfig /opt/ncs/nrf/subsys/zigbee/lib/zigbee_fota/Kconfig /opt/ncs/nrf/subsys/zigbee/lib/zigbee_logger_ep/Kconfig /opt/ncs/nrf/subsys/zigbee/lib/zigbee_scenes/Kconfig /opt/ncs/nrf/subsys/zigbee/lib/zigbee_shell/Kconfig /opt/ncs/nrf/tests/CMakeLists.txt /opt/ncs/nrf/tests/Kconfig /opt/ncs/nrf/tests/mocks/CMakeLists.txt /opt/ncs/nrf/tests/mocks/Kconfig /opt/ncs/nrf/tests/mocks/nrf_modem_at/Kconfig /opt/ncs/nrf/tests/unity/Kconfig /opt/ncs/nrfxlib/CMakeLists.txt /opt/ncs/nrfxlib/Kconfig.nrfxlib /opt/ncs/nrfxlib/common.cmake /opt/ncs/nrfxlib/crypto/CMakeLists.txt /opt/ncs/nrfxlib/crypto/Kconfig /opt/ncs/nrfxlib/gzll/Kconfig /opt/ncs/nrfxlib/lc3/Kconfig /opt/ncs/nrfxlib/mpsl/CMakeLists.txt /opt/ncs/nrfxlib/mpsl/Kconfig /opt/ncs/nrfxlib/mpsl/fem/CMakeLists.txt /opt/ncs/nrfxlib/nfc/Kconfig /opt/ncs/nrfxlib/nrf_802154/zephyr/Kconfig.nrfxlib /opt/ncs/nrfxlib/nrf_dm/Kconfig /opt/ncs/nrfxlib/nrf_fuel_gauge/Kconfig /opt/ncs/nrfxlib/nrf_modem/Kconfig /opt/ncs/nrfxlib/nrf_rpc/Kconfig /opt/ncs/nrfxlib/openthread/Kconfig /opt/ncs/nrfxlib/softdevice_controller/CMakeLists.txt /opt/ncs/nrfxlib/zboss/Kconfig /opt/ncs/zephyr/CMakeLists.txt /opt/ncs/zephyr/Kconfig /opt/ncs/zephyr/Kconfig.zephyr /opt/ncs/zephyr/VERSION /opt/ncs/zephyr/arch/CMakeLists.txt /opt/ncs/zephyr/arch/Kconfig /opt/ncs/zephyr/arch/Kconfig.v2 /opt/ncs/zephyr/arch/arc/Kconfig /opt/ncs/zephyr/arch/arc/core/dsp/Kconfig /opt/ncs/zephyr/arch/arc/core/mpu/Kconfig /opt/ncs/zephyr/arch/arm/CMakeLists.txt /opt/ncs/zephyr/arch/arm/Kconfig /opt/ncs/zephyr/arch/arm/core/CMakeLists.txt /opt/ncs/zephyr/arch/arm/core/Kconfig /opt/ncs/zephyr/arch/arm/core/Kconfig.vfp /opt/ncs/zephyr/arch/arm/core/cortex_a_r/Kconfig /opt/ncs/zephyr/arch/arm/core/cortex_m/CMakeLists.txt /opt/ncs/zephyr/arch/arm/core/cortex_m/Kconfig /opt/ncs/zephyr/arch/arm/core/cortex_m/tz/Kconfig /opt/ncs/zephyr/arch/arm/core/mmu/Kconfig /opt/ncs/zephyr/arch/arm/core/mpu/Kconfig /opt/ncs/zephyr/arch/arm64/Kconfig /opt/ncs/zephyr/arch/arm64/core/Kconfig /opt/ncs/zephyr/arch/arm64/core/cortex_r/Kconfig /opt/ncs/zephyr/arch/arm64/core/xen/Kconfig /opt/ncs/zephyr/arch/common/CMakeLists.txt /opt/ncs/zephyr/arch/common/Kconfig /opt/ncs/zephyr/arch/mips/Kconfig /opt/ncs/zephyr/arch/nios2/Kconfig /opt/ncs/zephyr/arch/posix/Kconfig /opt/ncs/zephyr/arch/riscv/Kconfig /opt/ncs/zephyr/arch/riscv/Kconfig.isa /opt/ncs/zephyr/arch/sparc/Kconfig /opt/ncs/zephyr/arch/x86/Kconfig /opt/ncs/zephyr/arch/x86/core/Kconfig.ia32 /opt/ncs/zephyr/arch/x86/core/Kconfig.intel64 /opt/ncs/zephyr/arch/xtensa/Kconfig /opt/ncs/zephyr/boards/CMakeLists.txt /opt/ncs/zephyr/boards/Kconfig /opt/ncs/zephyr/boards/Kconfig.v2 /opt/ncs/zephyr/boards/bbc/microbit_v2/Kconfig.bbc_microbit_v2 /opt/ncs/zephyr/boards/bbc/microbit_v2/Kconfig.defconfig /opt/ncs/zephyr/boards/bbc/microbit_v2/bbc_microbit_v2-pinctrl.dtsi /opt/ncs/zephyr/boards/bbc/microbit_v2/bbc_microbit_v2.dts /opt/ncs/zephyr/boards/bbc/microbit_v2/bbc_microbit_v2_defconfig /opt/ncs/zephyr/boards/bbc/microbit_v2/board.cmake /opt/ncs/zephyr/boards/bbc/microbit_v2/board.yml /opt/ncs/zephyr/boards/bbc/microbit_v2/pre_dt_board.cmake /opt/ncs/zephyr/boards/common/jlink.board.cmake /opt/ncs/zephyr/boards/common/nrfjprog.board.cmake /opt/ncs/zephyr/boards/common/openocd-nrf5.board.cmake /opt/ncs/zephyr/boards/common/openocd.board.cmake /opt/ncs/zephyr/boards/common/pyocd.board.cmake /opt/ncs/zephyr/boards/deprecated.cmake /opt/ncs/zephyr/boards/shields/adafruit_2_8_tft_touch_v2/Kconfig.defconfig /opt/ncs/zephyr/boards/shields/adafruit_2_8_tft_touch_v2/Kconfig.shield /opt/ncs/zephyr/boards/shields/adafruit_data_logger/Kconfig.shield /opt/ncs/zephyr/boards/shields/adafruit_neopixel_grid_bff/Kconfig.defconfig /opt/ncs/zephyr/boards/shields/adafruit_neopixel_grid_bff/Kconfig.shield /opt/ncs/zephyr/boards/shields/adafruit_pca9685/Kconfig.shield /opt/ncs/zephyr/boards/shields/adafruit_winc1500/Kconfig.defconfig /opt/ncs/zephyr/boards/shields/adafruit_winc1500/Kconfig.shield /opt/ncs/zephyr/boards/shields/amg88xx/Kconfig.shield /opt/ncs/zephyr/boards/shields/arceli_eth_w5500/Kconfig.defconfig /opt/ncs/zephyr/boards/shields/arceli_eth_w5500/Kconfig.shield /opt/ncs/zephyr/boards/shields/arduino_uno_click/Kconfig.shield /opt/ncs/zephyr/boards/shields/atmel_rf2xx/Kconfig.defconfig /opt/ncs/zephyr/boards/shields/atmel_rf2xx/Kconfig.shield /opt/ncs/zephyr/boards/shields/boostxl_ulpsense/Kconfig.shield /opt/ncs/zephyr/boards/shields/buydisplay_2_8_tft_touch_arduino/Kconfig.defconfig /opt/ncs/zephyr/boards/shields/buydisplay_2_8_tft_touch_arduino/Kconfig.shield /opt/ncs/zephyr/boards/shields/buydisplay_3_5_tft_touch_arduino/Kconfig.defconfig /opt/ncs/zephyr/boards/shields/buydisplay_3_5_tft_touch_arduino/Kconfig.shield /opt/ncs/zephyr/boards/shields/dac80508_evm/Kconfig.shield /opt/ncs/zephyr/boards/shields/esp_8266/Kconfig.defconfig /opt/ncs/zephyr/boards/shields/esp_8266/Kconfig.shield /opt/ncs/zephyr/boards/shields/esp_8266/boards/disco_l475_iot1.defconfig /opt/ncs/zephyr/boards/shields/esp_8266/boards/sam4e_xpro.defconfig /opt/ncs/zephyr/boards/shields/frdm_cr20a/Kconfig.defconfig /opt/ncs/zephyr/boards/shields/frdm_cr20a/Kconfig.shield /opt/ncs/zephyr/boards/shields/frdm_cr20a/boards/frdm_k64f.defconfig /opt/ncs/zephyr/boards/shields/frdm_kw41z/Kconfig.shield /opt/ncs/zephyr/boards/shields/frdm_stbc_agm01/Kconfig.shield /opt/ncs/zephyr/boards/shields/ftdi_vm800c/Kconfig.shield /opt/ncs/zephyr/boards/shields/g1120b0mipi/Kconfig.defconfig /opt/ncs/zephyr/boards/shields/g1120b0mipi/Kconfig.shield /opt/ncs/zephyr/boards/shields/inventek_eswifi/Kconfig.defconfig /opt/ncs/zephyr/boards/shields/inventek_eswifi/Kconfig.shield /opt/ncs/zephyr/boards/shields/inventek_eswifi/boards/frdm_k64f.defconfig /opt/ncs/zephyr/boards/shields/inventek_eswifi/boards/nucleo_f767zi.defconfig /opt/ncs/zephyr/boards/shields/link_board_eth/Kconfig.defconfig /opt/ncs/zephyr/boards/shields/link_board_eth/Kconfig.shield /opt/ncs/zephyr/boards/shields/lmp90100_evb/Kconfig.defconfig /opt/ncs/zephyr/boards/shields/lmp90100_evb/Kconfig.shield /opt/ncs/zephyr/boards/shields/ls0xx_generic/Kconfig.defconfig /opt/ncs/zephyr/boards/shields/ls0xx_generic/Kconfig.shield /opt/ncs/zephyr/boards/shields/m5stack_core2_ext/Kconfig.shield /opt/ncs/zephyr/boards/shields/max3421e/Kconfig.shield /opt/ncs/zephyr/boards/shields/max7219/Kconfig.shield /opt/ncs/zephyr/boards/shields/mcp2515/Kconfig.shield /opt/ncs/zephyr/boards/shields/mikroe_accel13_click/Kconfig.shield /opt/ncs/zephyr/boards/shields/mikroe_adc_click/Kconfig.defconfig /opt/ncs/zephyr/boards/shields/mikroe_adc_click/Kconfig.shield /opt/ncs/zephyr/boards/shields/mikroe_eth_click/Kconfig.defconfig /opt/ncs/zephyr/boards/shields/mikroe_eth_click/Kconfig.shield /opt/ncs/zephyr/boards/shields/mikroe_mcp2518fd_click/Kconfig.shield /opt/ncs/zephyr/boards/shields/mikroe_weather_click/Kconfig.shield /opt/ncs/zephyr/boards/shields/mikroe_wifi_bt_click/Kconfig.defconfig /opt/ncs/zephyr/boards/shields/mikroe_wifi_bt_click/Kconfig.shield /opt/ncs/zephyr/boards/shields/npm1100_ek/Kconfig.shield /opt/ncs/zephyr/boards/shields/npm1300_ek/Kconfig.shield /opt/ncs/zephyr/boards/shields/npm6001_ek/Kconfig.shield /opt/ncs/zephyr/boards/shields/rk055hdmipi4m/Kconfig.defconfig /opt/ncs/zephyr/boards/shields/rk055hdmipi4m/Kconfig.shield /opt/ncs/zephyr/boards/shields/rk055hdmipi4ma0/Kconfig.defconfig /opt/ncs/zephyr/boards/shields/rk055hdmipi4ma0/Kconfig.shield /opt/ncs/zephyr/boards/shields/rpi_pico_uno_flexypin/Kconfig.shield /opt/ncs/zephyr/boards/shields/seeed_xiao_expansion_board/Kconfig.defconfig /opt/ncs/zephyr/boards/shields/seeed_xiao_expansion_board/Kconfig.shield /opt/ncs/zephyr/boards/shields/seeed_xiao_round_display/Kconfig.defconfig /opt/ncs/zephyr/boards/shields/seeed_xiao_round_display/Kconfig.shield /opt/ncs/zephyr/boards/shields/semtech_sx1262mb2das/Kconfig.shield /opt/ncs/zephyr/boards/shields/semtech_sx1272mb2das/Kconfig.shield /opt/ncs/zephyr/boards/shields/semtech_sx1276mb1mas/Kconfig.shield /opt/ncs/zephyr/boards/shields/sparkfun_sara_r4/Kconfig.defconfig /opt/ncs/zephyr/boards/shields/sparkfun_sara_r4/Kconfig.shield /opt/ncs/zephyr/boards/shields/ssd1306/Kconfig.defconfig /opt/ncs/zephyr/boards/shields/ssd1306/Kconfig.shield /opt/ncs/zephyr/boards/shields/st7735r/Kconfig.defconfig /opt/ncs/zephyr/boards/shields/st7735r/Kconfig.shield /opt/ncs/zephyr/boards/shields/st7789v_generic/Kconfig.defconfig /opt/ncs/zephyr/boards/shields/st7789v_generic/Kconfig.shield /opt/ncs/zephyr/boards/shields/st_b_lcd40_dsi1_mb1166/Kconfig.defconfig /opt/ncs/zephyr/boards/shields/st_b_lcd40_dsi1_mb1166/Kconfig.shield /opt/ncs/zephyr/boards/shields/tcan4550evm/Kconfig.shield /opt/ncs/zephyr/boards/shields/ti_bp_bassensorsmkii/Kconfig.shield /opt/ncs/zephyr/boards/shields/v2c_daplink/Kconfig.shield /opt/ncs/zephyr/boards/shields/waveshare_epaper/Kconfig.defconfig /opt/ncs/zephyr/boards/shields/waveshare_epaper/Kconfig.shield /opt/ncs/zephyr/boards/shields/waveshare_ups/Kconfig.shield /opt/ncs/zephyr/boards/shields/wnc_m14a2a/Kconfig.defconfig /opt/ncs/zephyr/boards/shields/wnc_m14a2a/Kconfig.shield /opt/ncs/zephyr/boards/shields/x_nucleo_53l0a1/Kconfig.defconfig /opt/ncs/zephyr/boards/shields/x_nucleo_53l0a1/Kconfig.shield /opt/ncs/zephyr/boards/shields/x_nucleo_bnrg2a1/Kconfig.defconfig /opt/ncs/zephyr/boards/shields/x_nucleo_bnrg2a1/Kconfig.shield /opt/ncs/zephyr/boards/shields/x_nucleo_eeprma2/Kconfig.defconfig /opt/ncs/zephyr/boards/shields/x_nucleo_eeprma2/Kconfig.shield /opt/ncs/zephyr/boards/shields/x_nucleo_idb05a1/Kconfig.defconfig /opt/ncs/zephyr/boards/shields/x_nucleo_idb05a1/Kconfig.shield /opt/ncs/zephyr/boards/shields/x_nucleo_iks01a1/Kconfig.shield /opt/ncs/zephyr/boards/shields/x_nucleo_iks01a2/Kconfig.shield /opt/ncs/zephyr/boards/shields/x_nucleo_iks01a3/Kconfig.shield /opt/ncs/zephyr/boards/shields/x_nucleo_iks02a1/Kconfig.shield /opt/ncs/zephyr/boards/shields/x_nucleo_iks4a1/Kconfig.shield /opt/ncs/zephyr/cmake/bintools/bintools_template.cmake /opt/ncs/zephyr/cmake/bintools/gnu/target.cmake /opt/ncs/zephyr/cmake/bintools/gnu/target_bintools.cmake /opt/ncs/zephyr/cmake/compiler/compiler_features.cmake /opt/ncs/zephyr/cmake/compiler/compiler_flags_template.cmake /opt/ncs/zephyr/cmake/compiler/gcc/compiler_flags.cmake /opt/ncs/zephyr/cmake/compiler/gcc/generic.cmake /opt/ncs/zephyr/cmake/compiler/gcc/target.cmake /opt/ncs/zephyr/cmake/compiler/gcc/target_arm.cmake /opt/ncs/zephyr/cmake/extra_flags.cmake /opt/ncs/zephyr/cmake/flash/CMakeLists.txt /opt/ncs/zephyr/cmake/gcc-m-cpu.cmake /opt/ncs/zephyr/cmake/gcc-m-fpu.cmake /opt/ncs/zephyr/cmake/kobj.cmake /opt/ncs/zephyr/cmake/linker/ld/gcc/linker_flags.cmake /opt/ncs/zephyr/cmake/linker/ld/linker_flags.cmake /opt/ncs/zephyr/cmake/linker/ld/target.cmake /opt/ncs/zephyr/cmake/linker/ld/target_baremetal.cmake /opt/ncs/zephyr/cmake/linker/ld/target_base.cmake /opt/ncs/zephyr/cmake/linker/ld/target_configure.cmake /opt/ncs/zephyr/cmake/linker/ld/target_cpp.cmake /opt/ncs/zephyr/cmake/linker/ld/target_relocation.cmake /opt/ncs/zephyr/cmake/linker/linker_flags_template.cmake /opt/ncs/zephyr/cmake/linker_script/arm/linker.cmake /opt/ncs/zephyr/cmake/linker_script/common/common-ram.cmake /opt/ncs/zephyr/cmake/linker_script/common/common-rom.cmake /opt/ncs/zephyr/cmake/linker_script/common/debug-sections.cmake /opt/ncs/zephyr/cmake/linker_script/common/ram-end.cmake /opt/ncs/zephyr/cmake/linker_script/common/thread-local-storage.cmake /opt/ncs/zephyr/cmake/modules/FindDeprecated.cmake /opt/ncs/zephyr/cmake/modules/FindDtc.cmake /opt/ncs/zephyr/cmake/modules/FindGnuLd.cmake /opt/ncs/zephyr/cmake/modules/FindHostTools.cmake /opt/ncs/zephyr/cmake/modules/FindScaTools.cmake /opt/ncs/zephyr/cmake/modules/FindTargetTools.cmake /opt/ncs/zephyr/cmake/modules/FindZephyr-sdk.cmake /opt/ncs/zephyr/cmake/modules/arch_v1.cmake /opt/ncs/zephyr/cmake/modules/arch_v2.cmake /opt/ncs/zephyr/cmake/modules/basic_settings.cmake /opt/ncs/zephyr/cmake/modules/boards.cmake /opt/ncs/zephyr/cmake/modules/ccache.cmake /opt/ncs/zephyr/cmake/modules/configuration_files.cmake /opt/ncs/zephyr/cmake/modules/dts.cmake /opt/ncs/zephyr/cmake/modules/extensions.cmake /opt/ncs/zephyr/cmake/modules/generated_file_directories.cmake /opt/ncs/zephyr/cmake/modules/hwm_v2.cmake /opt/ncs/zephyr/cmake/modules/kconfig.cmake /opt/ncs/zephyr/cmake/modules/kernel.cmake /opt/ncs/zephyr/cmake/modules/pre_dt.cmake /opt/ncs/zephyr/cmake/modules/python.cmake /opt/ncs/zephyr/cmake/modules/root.cmake /opt/ncs/zephyr/cmake/modules/shields.cmake /opt/ncs/zephyr/cmake/modules/snippets.cmake /opt/ncs/zephyr/cmake/modules/soc_v1.cmake /opt/ncs/zephyr/cmake/modules/soc_v2.cmake /opt/ncs/zephyr/cmake/modules/user_cache.cmake /opt/ncs/zephyr/cmake/modules/version.cmake /opt/ncs/zephyr/cmake/modules/west.cmake /opt/ncs/zephyr/cmake/modules/zephyr_default.cmake /opt/ncs/zephyr/cmake/modules/zephyr_module.cmake /opt/ncs/zephyr/cmake/reports/CMakeLists.txt /opt/ncs/zephyr/cmake/target_toolchain_flags.cmake /opt/ncs/zephyr/cmake/toolchain/zephyr/generic.cmake /opt/ncs/zephyr/cmake/toolchain/zephyr/target.cmake /opt/ncs/zephyr/cmake/usage/CMakeLists.txt /opt/ncs/zephyr/drivers/CMakeLists.txt /opt/ncs/zephyr/drivers/Kconfig /opt/ncs/zephyr/drivers/adc/CMakeLists.txt /opt/ncs/zephyr/drivers/adc/Kconfig /opt/ncs/zephyr/drivers/adc/Kconfig.ad559x /opt/ncs/zephyr/drivers/adc/Kconfig.adc_emul /opt/ncs/zephyr/drivers/adc/Kconfig.ads1112 /opt/ncs/zephyr/drivers/adc/Kconfig.ads1119 /opt/ncs/zephyr/drivers/adc/Kconfig.ads114s0x /opt/ncs/zephyr/drivers/adc/Kconfig.ads1x1x /opt/ncs/zephyr/drivers/adc/Kconfig.ads7052 /opt/ncs/zephyr/drivers/adc/Kconfig.b91 /opt/ncs/zephyr/drivers/adc/Kconfig.cc13xx_cc26xx /opt/ncs/zephyr/drivers/adc/Kconfig.cc32xx /opt/ncs/zephyr/drivers/adc/Kconfig.ene /opt/ncs/zephyr/drivers/adc/Kconfig.esp32 /opt/ncs/zephyr/drivers/adc/Kconfig.gd32 /opt/ncs/zephyr/drivers/adc/Kconfig.gecko /opt/ncs/zephyr/drivers/adc/Kconfig.ifx_cat1 /opt/ncs/zephyr/drivers/adc/Kconfig.it8xxx2 /opt/ncs/zephyr/drivers/adc/Kconfig.lmp90xxx /opt/ncs/zephyr/drivers/adc/Kconfig.ltc2451 /opt/ncs/zephyr/drivers/adc/Kconfig.max11102_17 /opt/ncs/zephyr/drivers/adc/Kconfig.max1125x /opt/ncs/zephyr/drivers/adc/Kconfig.mcp320x /opt/ncs/zephyr/drivers/adc/Kconfig.mcux /opt/ncs/zephyr/drivers/adc/Kconfig.npcx /opt/ncs/zephyr/drivers/adc/Kconfig.nrfx /opt/ncs/zephyr/drivers/adc/Kconfig.numaker /opt/ncs/zephyr/drivers/adc/Kconfig.nxp_s32 /opt/ncs/zephyr/drivers/adc/Kconfig.rpi_pico /opt/ncs/zephyr/drivers/adc/Kconfig.sam /opt/ncs/zephyr/drivers/adc/Kconfig.sam0 /opt/ncs/zephyr/drivers/adc/Kconfig.sam_afec /opt/ncs/zephyr/drivers/adc/Kconfig.smartbond /opt/ncs/zephyr/drivers/adc/Kconfig.stm32 /opt/ncs/zephyr/drivers/adc/Kconfig.test /opt/ncs/zephyr/drivers/adc/Kconfig.tla2021 /opt/ncs/zephyr/drivers/adc/Kconfig.vf610 /opt/ncs/zephyr/drivers/adc/Kconfig.xec /opt/ncs/zephyr/drivers/adc/Kconfig.xmc4xxx /opt/ncs/zephyr/drivers/audio/Kconfig /opt/ncs/zephyr/drivers/audio/Kconfig.dmic_mcux /opt/ncs/zephyr/drivers/audio/Kconfig.dmic_pdm_nrfx /opt/ncs/zephyr/drivers/audio/Kconfig.mpxxdtyy /opt/ncs/zephyr/drivers/audio/Kconfig.tas6422dac /opt/ncs/zephyr/drivers/audio/Kconfig.tlv320dac /opt/ncs/zephyr/drivers/auxdisplay/Kconfig /opt/ncs/zephyr/drivers/auxdisplay/Kconfig.hd44780 /opt/ncs/zephyr/drivers/auxdisplay/Kconfig.itron /opt/ncs/zephyr/drivers/auxdisplay/Kconfig.jhd1313 /opt/ncs/zephyr/drivers/auxdisplay/Kconfig.pt6314 /opt/ncs/zephyr/drivers/auxdisplay/Kconfig.serlcd /opt/ncs/zephyr/drivers/bbram/Kconfig /opt/ncs/zephyr/drivers/bbram/Kconfig.bbram_emul /opt/ncs/zephyr/drivers/bbram/Kconfig.it8xxx2 /opt/ncs/zephyr/drivers/bbram/Kconfig.microchip /opt/ncs/zephyr/drivers/bbram/Kconfig.npcx /opt/ncs/zephyr/drivers/bbram/Kconfig.stm32 /opt/ncs/zephyr/drivers/bbram/Kconfig.xec /opt/ncs/zephyr/drivers/bluetooth/Kconfig /opt/ncs/zephyr/drivers/bluetooth/hci/Kconfig /opt/ncs/zephyr/drivers/bluetooth/hci/Kconfig.infineon /opt/ncs/zephyr/drivers/cache/Kconfig /opt/ncs/zephyr/drivers/cache/Kconfig.andes /opt/ncs/zephyr/drivers/cache/Kconfig.aspeed /opt/ncs/zephyr/drivers/cache/Kconfig.nrf /opt/ncs/zephyr/drivers/can/Kconfig /opt/ncs/zephyr/drivers/can/Kconfig.esp32 /opt/ncs/zephyr/drivers/can/Kconfig.fake /opt/ncs/zephyr/drivers/can/Kconfig.kvaser /opt/ncs/zephyr/drivers/can/Kconfig.loopback /opt/ncs/zephyr/drivers/can/Kconfig.mcan /opt/ncs/zephyr/drivers/can/Kconfig.mcp2515 /opt/ncs/zephyr/drivers/can/Kconfig.mcp251xfd /opt/ncs/zephyr/drivers/can/Kconfig.mcux /opt/ncs/zephyr/drivers/can/Kconfig.native_linux /opt/ncs/zephyr/drivers/can/Kconfig.nrf /opt/ncs/zephyr/drivers/can/Kconfig.numaker /opt/ncs/zephyr/drivers/can/Kconfig.nxp_s32 /opt/ncs/zephyr/drivers/can/Kconfig.rcar /opt/ncs/zephyr/drivers/can/Kconfig.sam /opt/ncs/zephyr/drivers/can/Kconfig.sam0 /opt/ncs/zephyr/drivers/can/Kconfig.sja1000 /opt/ncs/zephyr/drivers/can/Kconfig.stm32 /opt/ncs/zephyr/drivers/can/Kconfig.tcan4x5x /opt/ncs/zephyr/drivers/can/Kconfig.xmc4xxx /opt/ncs/zephyr/drivers/can/transceiver/Kconfig /opt/ncs/zephyr/drivers/charger/Kconfig /opt/ncs/zephyr/drivers/charger/Kconfig.bq24190 /opt/ncs/zephyr/drivers/charger/Kconfig.bq25180 /opt/ncs/zephyr/drivers/charger/Kconfig.max20335 /opt/ncs/zephyr/drivers/charger/Kconfig.sbs_charger /opt/ncs/zephyr/drivers/clock_control/CMakeLists.txt /opt/ncs/zephyr/drivers/clock_control/Kconfig /opt/ncs/zephyr/drivers/clock_control/Kconfig.agilex5 /opt/ncs/zephyr/drivers/clock_control/Kconfig.ambiq /opt/ncs/zephyr/drivers/clock_control/Kconfig.aspeed /opt/ncs/zephyr/drivers/clock_control/Kconfig.beetle /opt/ncs/zephyr/drivers/clock_control/Kconfig.cavs /opt/ncs/zephyr/drivers/clock_control/Kconfig.esp32 /opt/ncs/zephyr/drivers/clock_control/Kconfig.fixed /opt/ncs/zephyr/drivers/clock_control/Kconfig.gd32 /opt/ncs/zephyr/drivers/clock_control/Kconfig.ifx_cat1 /opt/ncs/zephyr/drivers/clock_control/Kconfig.litex /opt/ncs/zephyr/drivers/clock_control/Kconfig.lpc11u6x /opt/ncs/zephyr/drivers/clock_control/Kconfig.max32 /opt/ncs/zephyr/drivers/clock_control/Kconfig.mcux_ccm /opt/ncs/zephyr/drivers/clock_control/Kconfig.mcux_ccm_rev2 /opt/ncs/zephyr/drivers/clock_control/Kconfig.mcux_mcg /opt/ncs/zephyr/drivers/clock_control/Kconfig.mcux_pcc /opt/ncs/zephyr/drivers/clock_control/Kconfig.mcux_scg /opt/ncs/zephyr/drivers/clock_control/Kconfig.mcux_sim /opt/ncs/zephyr/drivers/clock_control/Kconfig.mcux_syscon /opt/ncs/zephyr/drivers/clock_control/Kconfig.npcx /opt/ncs/zephyr/drivers/clock_control/Kconfig.nrf /opt/ncs/zephyr/drivers/clock_control/Kconfig.nrf_auxpll /opt/ncs/zephyr/drivers/clock_control/Kconfig.numaker /opt/ncs/zephyr/drivers/clock_control/Kconfig.nxp_s32 /opt/ncs/zephyr/drivers/clock_control/Kconfig.pwm /opt/ncs/zephyr/drivers/clock_control/Kconfig.rcar /opt/ncs/zephyr/drivers/clock_control/Kconfig.renesas_ra /opt/ncs/zephyr/drivers/clock_control/Kconfig.rpi_pico /opt/ncs/zephyr/drivers/clock_control/Kconfig.rv32m1 /opt/ncs/zephyr/drivers/clock_control/Kconfig.sam /opt/ncs/zephyr/drivers/clock_control/Kconfig.smartbond /opt/ncs/zephyr/drivers/clock_control/Kconfig.stm32 /opt/ncs/zephyr/drivers/clock_control/Kconfig.xec /opt/ncs/zephyr/drivers/console/CMakeLists.txt /opt/ncs/zephyr/drivers/console/Kconfig /opt/ncs/zephyr/drivers/console/Kconfig.gsm_mux /opt/ncs/zephyr/drivers/coredump/Kconfig /opt/ncs/zephyr/drivers/counter/Kconfig /opt/ncs/zephyr/drivers/counter/Kconfig.ace /opt/ncs/zephyr/drivers/counter/Kconfig.ambiq /opt/ncs/zephyr/drivers/counter/Kconfig.andes_atcpit100 /opt/ncs/zephyr/drivers/counter/Kconfig.cmos /opt/ncs/zephyr/drivers/counter/Kconfig.dtmr_cmsdk_apb /opt/ncs/zephyr/drivers/counter/Kconfig.dw /opt/ncs/zephyr/drivers/counter/Kconfig.esp32_rtc /opt/ncs/zephyr/drivers/counter/Kconfig.esp32_tmr /opt/ncs/zephyr/drivers/counter/Kconfig.gd32 /opt/ncs/zephyr/drivers/counter/Kconfig.gecko /opt/ncs/zephyr/drivers/counter/Kconfig.ifx_cat1 /opt/ncs/zephyr/drivers/counter/Kconfig.imx_epit /opt/ncs/zephyr/drivers/counter/Kconfig.maxim_ds3231 /opt/ncs/zephyr/drivers/counter/Kconfig.mcp7940n /opt/ncs/zephyr/drivers/counter/Kconfig.mcux_ctimer /opt/ncs/zephyr/drivers/counter/Kconfig.mcux_gpt /opt/ncs/zephyr/drivers/counter/Kconfig.mcux_lpc_rtc /opt/ncs/zephyr/drivers/counter/Kconfig.mcux_lptmr /opt/ncs/zephyr/drivers/counter/Kconfig.mcux_qtmr /opt/ncs/zephyr/drivers/counter/Kconfig.mcux_rtc /opt/ncs/zephyr/drivers/counter/Kconfig.mcux_snvs /opt/ncs/zephyr/drivers/counter/Kconfig.mcux_tpm /opt/ncs/zephyr/drivers/counter/Kconfig.native_posix /opt/ncs/zephyr/drivers/counter/Kconfig.nrfx /opt/ncs/zephyr/drivers/counter/Kconfig.nxp_mrt /opt/ncs/zephyr/drivers/counter/Kconfig.nxp_pit /opt/ncs/zephyr/drivers/counter/Kconfig.nxp_s32 /opt/ncs/zephyr/drivers/counter/Kconfig.rpi_pico /opt/ncs/zephyr/drivers/counter/Kconfig.sam /opt/ncs/zephyr/drivers/counter/Kconfig.sam0 /opt/ncs/zephyr/drivers/counter/Kconfig.smartbond_timer /opt/ncs/zephyr/drivers/counter/Kconfig.stm32_rtc /opt/ncs/zephyr/drivers/counter/Kconfig.stm32_timer /opt/ncs/zephyr/drivers/counter/Kconfig.tmr_cmsdk_apb /opt/ncs/zephyr/drivers/counter/Kconfig.xec /opt/ncs/zephyr/drivers/counter/Kconfig.xlnx /opt/ncs/zephyr/drivers/crypto/Kconfig /opt/ncs/zephyr/drivers/crypto/Kconfig.ataes132a /opt/ncs/zephyr/drivers/crypto/Kconfig.intel /opt/ncs/zephyr/drivers/crypto/Kconfig.it8xxx2 /opt/ncs/zephyr/drivers/crypto/Kconfig.mcux_dcp /opt/ncs/zephyr/drivers/crypto/Kconfig.npcx /opt/ncs/zephyr/drivers/crypto/Kconfig.nrf_ecb /opt/ncs/zephyr/drivers/crypto/Kconfig.smartbond /opt/ncs/zephyr/drivers/crypto/Kconfig.stm32 /opt/ncs/zephyr/drivers/crypto/Kconfig.xec /opt/ncs/zephyr/drivers/dac/Kconfig /opt/ncs/zephyr/drivers/dac/Kconfig.ad559x /opt/ncs/zephyr/drivers/dac/Kconfig.ad569x /opt/ncs/zephyr/drivers/dac/Kconfig.ad56xx /opt/ncs/zephyr/drivers/dac/Kconfig.dacx0501 /opt/ncs/zephyr/drivers/dac/Kconfig.dacx0508 /opt/ncs/zephyr/drivers/dac/Kconfig.dacx3608 /opt/ncs/zephyr/drivers/dac/Kconfig.esp32 /opt/ncs/zephyr/drivers/dac/Kconfig.gd32 /opt/ncs/zephyr/drivers/dac/Kconfig.ltc166x /opt/ncs/zephyr/drivers/dac/Kconfig.mcp4725 /opt/ncs/zephyr/drivers/dac/Kconfig.mcp4728 /opt/ncs/zephyr/drivers/dac/Kconfig.mcux /opt/ncs/zephyr/drivers/dac/Kconfig.sam /opt/ncs/zephyr/drivers/dac/Kconfig.sam0 /opt/ncs/zephyr/drivers/dac/Kconfig.stm32 /opt/ncs/zephyr/drivers/dai/Kconfig /opt/ncs/zephyr/drivers/dai/intel/alh/Kconfig.alh /opt/ncs/zephyr/drivers/dai/intel/dmic/Kconfig.dmic /opt/ncs/zephyr/drivers/dai/intel/hda/Kconfig.hda /opt/ncs/zephyr/drivers/dai/intel/ssp/Kconfig.ssp /opt/ncs/zephyr/drivers/dai/nxp/esai/Kconfig.esai /opt/ncs/zephyr/drivers/dai/nxp/sai/Kconfig.sai /opt/ncs/zephyr/drivers/disk/CMakeLists.txt /opt/ncs/zephyr/drivers/disk/Kconfig /opt/ncs/zephyr/drivers/disk/Kconfig.flash /opt/ncs/zephyr/drivers/disk/Kconfig.loopback /opt/ncs/zephyr/drivers/disk/Kconfig.mmc /opt/ncs/zephyr/drivers/disk/Kconfig.ram /opt/ncs/zephyr/drivers/disk/Kconfig.sdmmc /opt/ncs/zephyr/drivers/disk/nvme/Kconfig /opt/ncs/zephyr/drivers/display/Kconfig /opt/ncs/zephyr/drivers/display/Kconfig.dummy /opt/ncs/zephyr/drivers/display/Kconfig.gc9x01x /opt/ncs/zephyr/drivers/display/Kconfig.hx8394 /opt/ncs/zephyr/drivers/display/Kconfig.ili9xxx /opt/ncs/zephyr/drivers/display/Kconfig.intel_multibootfb /opt/ncs/zephyr/drivers/display/Kconfig.led_strip_matrix /opt/ncs/zephyr/drivers/display/Kconfig.ls0xx /opt/ncs/zephyr/drivers/display/Kconfig.max7219 /opt/ncs/zephyr/drivers/display/Kconfig.mcux_dcnano_lcdif /opt/ncs/zephyr/drivers/display/Kconfig.mcux_elcdif /opt/ncs/zephyr/drivers/display/Kconfig.microbit /opt/ncs/zephyr/drivers/display/Kconfig.nrf_led_matrix /opt/ncs/zephyr/drivers/display/Kconfig.nt35510 /opt/ncs/zephyr/drivers/display/Kconfig.otm8009a /opt/ncs/zephyr/drivers/display/Kconfig.renesas_lcdc /opt/ncs/zephyr/drivers/display/Kconfig.rm67162 /opt/ncs/zephyr/drivers/display/Kconfig.rm68200 /opt/ncs/zephyr/drivers/display/Kconfig.sdl /opt/ncs/zephyr/drivers/display/Kconfig.ssd1306 /opt/ncs/zephyr/drivers/display/Kconfig.ssd16xx /opt/ncs/zephyr/drivers/display/Kconfig.st7735r /opt/ncs/zephyr/drivers/display/Kconfig.st7789v /opt/ncs/zephyr/drivers/display/Kconfig.st7796s /opt/ncs/zephyr/drivers/display/Kconfig.stm32_ltdc /opt/ncs/zephyr/drivers/display/Kconfig.uc81xx /opt/ncs/zephyr/drivers/dma/Kconfig /opt/ncs/zephyr/drivers/dma/Kconfig.andes_atcdmac300 /opt/ncs/zephyr/drivers/dma/Kconfig.dma_pl330 /opt/ncs/zephyr/drivers/dma/Kconfig.dw /opt/ncs/zephyr/drivers/dma/Kconfig.dw_common /opt/ncs/zephyr/drivers/dma/Kconfig.emul /opt/ncs/zephyr/drivers/dma/Kconfig.esp32 /opt/ncs/zephyr/drivers/dma/Kconfig.gd32 /opt/ncs/zephyr/drivers/dma/Kconfig.intel_adsp_gpdma /opt/ncs/zephyr/drivers/dma/Kconfig.intel_adsp_hda /opt/ncs/zephyr/drivers/dma/Kconfig.intel_lpss /opt/ncs/zephyr/drivers/dma/Kconfig.iproc_pax /opt/ncs/zephyr/drivers/dma/Kconfig.mcux_edma /opt/ncs/zephyr/drivers/dma/Kconfig.mcux_lpc /opt/ncs/zephyr/drivers/dma/Kconfig.mcux_pxp /opt/ncs/zephyr/drivers/dma/Kconfig.mcux_smartdma /opt/ncs/zephyr/drivers/dma/Kconfig.nios2_msgdma /opt/ncs/zephyr/drivers/dma/Kconfig.nxp_edma /opt/ncs/zephyr/drivers/dma/Kconfig.nxp_sof_host_dma /opt/ncs/zephyr/drivers/dma/Kconfig.rpi_pico /opt/ncs/zephyr/drivers/dma/Kconfig.sam0 /opt/ncs/zephyr/drivers/dma/Kconfig.sam_xdmac /opt/ncs/zephyr/drivers/dma/Kconfig.sedi /opt/ncs/zephyr/drivers/dma/Kconfig.smartbond /opt/ncs/zephyr/drivers/dma/Kconfig.stm32 /opt/ncs/zephyr/drivers/dma/Kconfig.xec /opt/ncs/zephyr/drivers/dma/Kconfig.xmc4xxx /opt/ncs/zephyr/drivers/edac/Kconfig /opt/ncs/zephyr/drivers/eeprom/Kconfig /opt/ncs/zephyr/drivers/eeprom/Kconfig.eeprom_emu /opt/ncs/zephyr/drivers/eeprom/Kconfig.lpc11u6x /opt/ncs/zephyr/drivers/eeprom/Kconfig.mb85rcxx /opt/ncs/zephyr/drivers/eeprom/Kconfig.stm32 /opt/ncs/zephyr/drivers/eeprom/Kconfig.tmp116 /opt/ncs/zephyr/drivers/eeprom/Kconfig.xec /opt/ncs/zephyr/drivers/entropy/CMakeLists.txt /opt/ncs/zephyr/drivers/entropy/Kconfig /opt/ncs/zephyr/drivers/entropy/Kconfig.b91 /opt/ncs/zephyr/drivers/entropy/Kconfig.bt_hci /opt/ncs/zephyr/drivers/entropy/Kconfig.cc13xx_cc26xx /opt/ncs/zephyr/drivers/entropy/Kconfig.esp32 /opt/ncs/zephyr/drivers/entropy/Kconfig.gecko /opt/ncs/zephyr/drivers/entropy/Kconfig.litex /opt/ncs/zephyr/drivers/entropy/Kconfig.mcux /opt/ncs/zephyr/drivers/entropy/Kconfig.native_posix /opt/ncs/zephyr/drivers/entropy/Kconfig.neorv32 /opt/ncs/zephyr/drivers/entropy/Kconfig.npcx /opt/ncs/zephyr/drivers/entropy/Kconfig.nrf5 /opt/ncs/zephyr/drivers/entropy/Kconfig.nrf_prng /opt/ncs/zephyr/drivers/entropy/Kconfig.psa_crypto /opt/ncs/zephyr/drivers/entropy/Kconfig.rv32m1 /opt/ncs/zephyr/drivers/entropy/Kconfig.sam /opt/ncs/zephyr/drivers/entropy/Kconfig.smartbond /opt/ncs/zephyr/drivers/entropy/Kconfig.stm32 /opt/ncs/zephyr/drivers/espi/Kconfig /opt/ncs/zephyr/drivers/espi/Kconfig.espi_emul /opt/ncs/zephyr/drivers/espi/Kconfig.it8xxx2 /opt/ncs/zephyr/drivers/espi/Kconfig.npcx /opt/ncs/zephyr/drivers/espi/Kconfig.xec /opt/ncs/zephyr/drivers/ethernet/Kconfig /opt/ncs/zephyr/drivers/ethernet/Kconfig.adin2111 /opt/ncs/zephyr/drivers/ethernet/Kconfig.cyclonev /opt/ncs/zephyr/drivers/ethernet/Kconfig.dsa /opt/ncs/zephyr/drivers/ethernet/Kconfig.dwmac /opt/ncs/zephyr/drivers/ethernet/Kconfig.e1000 /opt/ncs/zephyr/drivers/ethernet/Kconfig.enc28j60 /opt/ncs/zephyr/drivers/ethernet/Kconfig.enc424j600 /opt/ncs/zephyr/drivers/ethernet/Kconfig.esp32 /opt/ncs/zephyr/drivers/ethernet/Kconfig.gecko /opt/ncs/zephyr/drivers/ethernet/Kconfig.ivshmem /opt/ncs/zephyr/drivers/ethernet/Kconfig.lan865x /opt/ncs/zephyr/drivers/ethernet/Kconfig.liteeth /opt/ncs/zephyr/drivers/ethernet/Kconfig.native_posix /opt/ncs/zephyr/drivers/ethernet/Kconfig.numaker /opt/ncs/zephyr/drivers/ethernet/Kconfig.nxp_s32_gmac /opt/ncs/zephyr/drivers/ethernet/Kconfig.nxp_s32_netc /opt/ncs/zephyr/drivers/ethernet/Kconfig.sam_gmac /opt/ncs/zephyr/drivers/ethernet/Kconfig.smsc911x /opt/ncs/zephyr/drivers/ethernet/Kconfig.smsc91x /opt/ncs/zephyr/drivers/ethernet/Kconfig.stellaris /opt/ncs/zephyr/drivers/ethernet/Kconfig.stm32_hal /opt/ncs/zephyr/drivers/ethernet/Kconfig.w5500 /opt/ncs/zephyr/drivers/ethernet/Kconfig.xlnx_gem /opt/ncs/zephyr/drivers/ethernet/Kconfig.xmc4xxx /opt/ncs/zephyr/drivers/ethernet/eth_nxp_enet_qos/Kconfig /opt/ncs/zephyr/drivers/ethernet/nxp_enet/Kconfig /opt/ncs/zephyr/drivers/ethernet/phy/Kconfig /opt/ncs/zephyr/drivers/ethernet/phy/Kconfig.tja1103 /opt/ncs/zephyr/drivers/flash/CMakeLists.txt /opt/ncs/zephyr/drivers/flash/Kconfig /opt/ncs/zephyr/drivers/flash/Kconfig.ambiq /opt/ncs/zephyr/drivers/flash/Kconfig.andes /opt/ncs/zephyr/drivers/flash/Kconfig.at45 /opt/ncs/zephyr/drivers/flash/Kconfig.b91 /opt/ncs/zephyr/drivers/flash/Kconfig.cadence_nand /opt/ncs/zephyr/drivers/flash/Kconfig.cadence_qspi_nor /opt/ncs/zephyr/drivers/flash/Kconfig.cc13xx_cc26xx /opt/ncs/zephyr/drivers/flash/Kconfig.esp32 /opt/ncs/zephyr/drivers/flash/Kconfig.gd32 /opt/ncs/zephyr/drivers/flash/Kconfig.gecko /opt/ncs/zephyr/drivers/flash/Kconfig.ifx_cat1 /opt/ncs/zephyr/drivers/flash/Kconfig.it8xxx2 /opt/ncs/zephyr/drivers/flash/Kconfig.lpc /opt/ncs/zephyr/drivers/flash/Kconfig.mcux /opt/ncs/zephyr/drivers/flash/Kconfig.nios2_qspi /opt/ncs/zephyr/drivers/flash/Kconfig.nor /opt/ncs/zephyr/drivers/flash/Kconfig.nordic_qspi_nor /opt/ncs/zephyr/drivers/flash/Kconfig.npcx_fiu /opt/ncs/zephyr/drivers/flash/Kconfig.nrf /opt/ncs/zephyr/drivers/flash/Kconfig.nrf_mram /opt/ncs/zephyr/drivers/flash/Kconfig.nrf_rram /opt/ncs/zephyr/drivers/flash/Kconfig.numaker /opt/ncs/zephyr/drivers/flash/Kconfig.numaker_rmc /opt/ncs/zephyr/drivers/flash/Kconfig.nxp_s32 /opt/ncs/zephyr/drivers/flash/Kconfig.rpi_pico /opt/ncs/zephyr/drivers/flash/Kconfig.rv32m1 /opt/ncs/zephyr/drivers/flash/Kconfig.sam /opt/ncs/zephyr/drivers/flash/Kconfig.sam0 /opt/ncs/zephyr/drivers/flash/Kconfig.simulator /opt/ncs/zephyr/drivers/flash/Kconfig.smartbond /opt/ncs/zephyr/drivers/flash/Kconfig.stm32 /opt/ncs/zephyr/drivers/flash/Kconfig.stm32_ospi /opt/ncs/zephyr/drivers/flash/Kconfig.stm32_qspi /opt/ncs/zephyr/drivers/flash/Kconfig.stm32_xspi /opt/ncs/zephyr/drivers/flash/Kconfig.xmc4xxx /opt/ncs/zephyr/drivers/fpga/Kconfig /opt/ncs/zephyr/drivers/fpga/Kconfig.altera_agilex_bridge /opt/ncs/zephyr/drivers/fpga/Kconfig.eos_s3 /opt/ncs/zephyr/drivers/fpga/Kconfig.ice40 /opt/ncs/zephyr/drivers/fpga/Kconfig.mpfs /opt/ncs/zephyr/drivers/fpga/Kconfig.zynqmp /opt/ncs/zephyr/drivers/fuel_gauge/Kconfig /opt/ncs/zephyr/drivers/fuel_gauge/bq27z746/Kconfig /opt/ncs/zephyr/drivers/fuel_gauge/max17048/Kconfig /opt/ncs/zephyr/drivers/fuel_gauge/sbs_gauge/Kconfig /opt/ncs/zephyr/drivers/fuel_gauge/sbs_gauge/Kconfig.emul_sbs_gauge /opt/ncs/zephyr/drivers/gnss/Kconfig /opt/ncs/zephyr/drivers/gnss/Kconfig.emul /opt/ncs/zephyr/drivers/gnss/Kconfig.generic /opt/ncs/zephyr/drivers/gnss/Kconfig.luatos_air530z /opt/ncs/zephyr/drivers/gnss/Kconfig.quectel_lcx6g /opt/ncs/zephyr/drivers/gnss/Kconfig.u_blox_m10 /opt/ncs/zephyr/drivers/gpio/CMakeLists.txt /opt/ncs/zephyr/drivers/gpio/Kconfig /opt/ncs/zephyr/drivers/gpio/Kconfig.ad559x /opt/ncs/zephyr/drivers/gpio/Kconfig.adp5585 /opt/ncs/zephyr/drivers/gpio/Kconfig.ads114s0x /opt/ncs/zephyr/drivers/gpio/Kconfig.altera /opt/ncs/zephyr/drivers/gpio/Kconfig.ambiq /opt/ncs/zephyr/drivers/gpio/Kconfig.andes_atcgpio100 /opt/ncs/zephyr/drivers/gpio/Kconfig.axp192 /opt/ncs/zephyr/drivers/gpio/Kconfig.b91 /opt/ncs/zephyr/drivers/gpio/Kconfig.bcm2711 /opt/ncs/zephyr/drivers/gpio/Kconfig.bd8lb600fs /opt/ncs/zephyr/drivers/gpio/Kconfig.brcmstb /opt/ncs/zephyr/drivers/gpio/Kconfig.cc13xx_cc26xx /opt/ncs/zephyr/drivers/gpio/Kconfig.cc32xx /opt/ncs/zephyr/drivers/gpio/Kconfig.cmsdk_ahb /opt/ncs/zephyr/drivers/gpio/Kconfig.creg_gpio /opt/ncs/zephyr/drivers/gpio/Kconfig.cy8c95xx /opt/ncs/zephyr/drivers/gpio/Kconfig.davinci /opt/ncs/zephyr/drivers/gpio/Kconfig.dw /opt/ncs/zephyr/drivers/gpio/Kconfig.efinix_sapphire /opt/ncs/zephyr/drivers/gpio/Kconfig.emul /opt/ncs/zephyr/drivers/gpio/Kconfig.emul_sdl /opt/ncs/zephyr/drivers/gpio/Kconfig.ene /opt/ncs/zephyr/drivers/gpio/Kconfig.eos_s3 /opt/ncs/zephyr/drivers/gpio/Kconfig.esp32 /opt/ncs/zephyr/drivers/gpio/Kconfig.fxl6408 /opt/ncs/zephyr/drivers/gpio/Kconfig.gd32 /opt/ncs/zephyr/drivers/gpio/Kconfig.gecko /opt/ncs/zephyr/drivers/gpio/Kconfig.ifx_cat1 /opt/ncs/zephyr/drivers/gpio/Kconfig.imx /opt/ncs/zephyr/drivers/gpio/Kconfig.intel /opt/ncs/zephyr/drivers/gpio/Kconfig.it8xxx2 /opt/ncs/zephyr/drivers/gpio/Kconfig.litex /opt/ncs/zephyr/drivers/gpio/Kconfig.lmp90xxx /opt/ncs/zephyr/drivers/gpio/Kconfig.lpc11u6x /opt/ncs/zephyr/drivers/gpio/Kconfig.mchp_mss /opt/ncs/zephyr/drivers/gpio/Kconfig.mcp23s17 /opt/ncs/zephyr/drivers/gpio/Kconfig.mcp23xxx /opt/ncs/zephyr/drivers/gpio/Kconfig.mcux /opt/ncs/zephyr/drivers/gpio/Kconfig.mcux_igpio /opt/ncs/zephyr/drivers/gpio/Kconfig.mcux_lpc /opt/ncs/zephyr/drivers/gpio/Kconfig.mcux_rgpio /opt/ncs/zephyr/drivers/gpio/Kconfig.mmio32 /opt/ncs/zephyr/drivers/gpio/Kconfig.nct38xx /opt/ncs/zephyr/drivers/gpio/Kconfig.neorv32 /opt/ncs/zephyr/drivers/gpio/Kconfig.npcx /opt/ncs/zephyr/drivers/gpio/Kconfig.npm1300 /opt/ncs/zephyr/drivers/gpio/Kconfig.npm6001 /opt/ncs/zephyr/drivers/gpio/Kconfig.nrfx /opt/ncs/zephyr/drivers/gpio/Kconfig.numaker /opt/ncs/zephyr/drivers/gpio/Kconfig.numicro /opt/ncs/zephyr/drivers/gpio/Kconfig.nxp_s32 /opt/ncs/zephyr/drivers/gpio/Kconfig.pca953x /opt/ncs/zephyr/drivers/gpio/Kconfig.pca95xx /opt/ncs/zephyr/drivers/gpio/Kconfig.pcal64xxa /opt/ncs/zephyr/drivers/gpio/Kconfig.pcf857x /opt/ncs/zephyr/drivers/gpio/Kconfig.psoc6 /opt/ncs/zephyr/drivers/gpio/Kconfig.rcar /opt/ncs/zephyr/drivers/gpio/Kconfig.renesas_ra /opt/ncs/zephyr/drivers/gpio/Kconfig.rpi_pico /opt/ncs/zephyr/drivers/gpio/Kconfig.rt1718s /opt/ncs/zephyr/drivers/gpio/Kconfig.rv32m1 /opt/ncs/zephyr/drivers/gpio/Kconfig.rzt2m /opt/ncs/zephyr/drivers/gpio/Kconfig.sam /opt/ncs/zephyr/drivers/gpio/Kconfig.sam0 /opt/ncs/zephyr/drivers/gpio/Kconfig.sc18im704 /opt/ncs/zephyr/drivers/gpio/Kconfig.sedi /opt/ncs/zephyr/drivers/gpio/Kconfig.sifive /opt/ncs/zephyr/drivers/gpio/Kconfig.smartbond /opt/ncs/zephyr/drivers/gpio/Kconfig.sn74hc595 /opt/ncs/zephyr/drivers/gpio/Kconfig.stellaris /opt/ncs/zephyr/drivers/gpio/Kconfig.stm32 /opt/ncs/zephyr/drivers/gpio/Kconfig.stmpe1600 /opt/ncs/zephyr/drivers/gpio/Kconfig.sx1509b /opt/ncs/zephyr/drivers/gpio/Kconfig.tca6424a /opt/ncs/zephyr/drivers/gpio/Kconfig.test /opt/ncs/zephyr/drivers/gpio/Kconfig.tle9104 /opt/ncs/zephyr/drivers/gpio/Kconfig.xec /opt/ncs/zephyr/drivers/gpio/Kconfig.xlnx /opt/ncs/zephyr/drivers/gpio/Kconfig.xlnx_ps /opt/ncs/zephyr/drivers/gpio/Kconfig.xmc4xxx /opt/ncs/zephyr/drivers/hwinfo/Kconfig /opt/ncs/zephyr/drivers/hwspinlock/Kconfig /opt/ncs/zephyr/drivers/hwspinlock/Kconfig.sqn /opt/ncs/zephyr/drivers/i2c/CMakeLists.txt /opt/ncs/zephyr/drivers/i2c/Kconfig /opt/ncs/zephyr/drivers/i2c/Kconfig.ambiq /opt/ncs/zephyr/drivers/i2c/Kconfig.andes_atciic100 /opt/ncs/zephyr/drivers/i2c/Kconfig.b91 /opt/ncs/zephyr/drivers/i2c/Kconfig.cc13xx_cc26xx /opt/ncs/zephyr/drivers/i2c/Kconfig.dw /opt/ncs/zephyr/drivers/i2c/Kconfig.ene /opt/ncs/zephyr/drivers/i2c/Kconfig.esp32 /opt/ncs/zephyr/drivers/i2c/Kconfig.gd32 /opt/ncs/zephyr/drivers/i2c/Kconfig.gpio /opt/ncs/zephyr/drivers/i2c/Kconfig.i2c_emul /opt/ncs/zephyr/drivers/i2c/Kconfig.ifx_cat1 /opt/ncs/zephyr/drivers/i2c/Kconfig.ifx_xmc4 /opt/ncs/zephyr/drivers/i2c/Kconfig.it8xxx2 /opt/ncs/zephyr/drivers/i2c/Kconfig.litex /opt/ncs/zephyr/drivers/i2c/Kconfig.lpc11u6x /opt/ncs/zephyr/drivers/i2c/Kconfig.mchp_mss /opt/ncs/zephyr/drivers/i2c/Kconfig.mcux /opt/ncs/zephyr/drivers/i2c/Kconfig.npcx /opt/ncs/zephyr/drivers/i2c/Kconfig.nrfx /opt/ncs/zephyr/drivers/i2c/Kconfig.numaker /opt/ncs/zephyr/drivers/i2c/Kconfig.rcar /opt/ncs/zephyr/drivers/i2c/Kconfig.sam0 /opt/ncs/zephyr/drivers/i2c/Kconfig.sam_twihs /opt/ncs/zephyr/drivers/i2c/Kconfig.sbcon /opt/ncs/zephyr/drivers/i2c/Kconfig.sc18im704 /opt/ncs/zephyr/drivers/i2c/Kconfig.sedi /opt/ncs/zephyr/drivers/i2c/Kconfig.sifive /opt/ncs/zephyr/drivers/i2c/Kconfig.smartbond /opt/ncs/zephyr/drivers/i2c/Kconfig.stm32 /opt/ncs/zephyr/drivers/i2c/Kconfig.tca954x /opt/ncs/zephyr/drivers/i2c/Kconfig.test /opt/ncs/zephyr/drivers/i2c/Kconfig.xec /opt/ncs/zephyr/drivers/i2c/Kconfig.xilinx_axi /opt/ncs/zephyr/drivers/i2c/target/Kconfig /opt/ncs/zephyr/drivers/i2c/target/Kconfig.eeprom /opt/ncs/zephyr/drivers/i2s/Kconfig /opt/ncs/zephyr/drivers/i2s/Kconfig.litex /opt/ncs/zephyr/drivers/i2s/Kconfig.mcux /opt/ncs/zephyr/drivers/i2s/Kconfig.mcux_flexcomm /opt/ncs/zephyr/drivers/i2s/Kconfig.nrfx /opt/ncs/zephyr/drivers/i2s/Kconfig.sam_ssc /opt/ncs/zephyr/drivers/i2s/Kconfig.stm32 /opt/ncs/zephyr/drivers/i3c/Kconfig /opt/ncs/zephyr/drivers/i3c/Kconfig.cdns /opt/ncs/zephyr/drivers/i3c/Kconfig.npcx /opt/ncs/zephyr/drivers/i3c/Kconfig.nxp /opt/ncs/zephyr/drivers/i3c/Kconfig.test /opt/ncs/zephyr/drivers/ieee802154/Kconfig /opt/ncs/zephyr/drivers/ieee802154/Kconfig.b91 /opt/ncs/zephyr/drivers/ieee802154/Kconfig.cc1200 /opt/ncs/zephyr/drivers/ieee802154/Kconfig.cc13xx_cc26xx /opt/ncs/zephyr/drivers/ieee802154/Kconfig.cc2520 /opt/ncs/zephyr/drivers/ieee802154/Kconfig.dw1000 /opt/ncs/zephyr/drivers/ieee802154/Kconfig.kw41z /opt/ncs/zephyr/drivers/ieee802154/Kconfig.mcr20a /opt/ncs/zephyr/drivers/ieee802154/Kconfig.nrf5 /opt/ncs/zephyr/drivers/ieee802154/Kconfig.rf2xx /opt/ncs/zephyr/drivers/ieee802154/Kconfig.uart_pipe /opt/ncs/zephyr/drivers/input/Kconfig /opt/ncs/zephyr/drivers/input/Kconfig.adc_keys /opt/ncs/zephyr/drivers/input/Kconfig.analog_axis /opt/ncs/zephyr/drivers/input/Kconfig.cap1203 /opt/ncs/zephyr/drivers/input/Kconfig.cf1133 /opt/ncs/zephyr/drivers/input/Kconfig.chsc6x /opt/ncs/zephyr/drivers/input/Kconfig.cst816s /opt/ncs/zephyr/drivers/input/Kconfig.esp32 /opt/ncs/zephyr/drivers/input/Kconfig.evdev /opt/ncs/zephyr/drivers/input/Kconfig.ft5336 /opt/ncs/zephyr/drivers/input/Kconfig.gpio_kbd_matrix /opt/ncs/zephyr/drivers/input/Kconfig.gpio_keys /opt/ncs/zephyr/drivers/input/Kconfig.gpio_qdec /opt/ncs/zephyr/drivers/input/Kconfig.gt911 /opt/ncs/zephyr/drivers/input/Kconfig.it8xxx2 /opt/ncs/zephyr/drivers/input/Kconfig.kbd_matrix /opt/ncs/zephyr/drivers/input/Kconfig.npcx /opt/ncs/zephyr/drivers/input/Kconfig.pat912x /opt/ncs/zephyr/drivers/input/Kconfig.paw32xx /opt/ncs/zephyr/drivers/input/Kconfig.pinnacle /opt/ncs/zephyr/drivers/input/Kconfig.pmw3610 /opt/ncs/zephyr/drivers/input/Kconfig.sdl /opt/ncs/zephyr/drivers/input/Kconfig.stmpe811 /opt/ncs/zephyr/drivers/input/Kconfig.xec /opt/ncs/zephyr/drivers/input/Kconfig.xpt2046 /opt/ncs/zephyr/drivers/interrupt_controller/CMakeLists.txt /opt/ncs/zephyr/drivers/interrupt_controller/Kconfig /opt/ncs/zephyr/drivers/interrupt_controller/Kconfig.cavs /opt/ncs/zephyr/drivers/interrupt_controller/Kconfig.clic /opt/ncs/zephyr/drivers/interrupt_controller/Kconfig.dw /opt/ncs/zephyr/drivers/interrupt_controller/Kconfig.esp32 /opt/ncs/zephyr/drivers/interrupt_controller/Kconfig.esp32c3 /opt/ncs/zephyr/drivers/interrupt_controller/Kconfig.gd32_exti /opt/ncs/zephyr/drivers/interrupt_controller/Kconfig.gic /opt/ncs/zephyr/drivers/interrupt_controller/Kconfig.intel_vtd /opt/ncs/zephyr/drivers/interrupt_controller/Kconfig.it8xxx2 /opt/ncs/zephyr/drivers/interrupt_controller/Kconfig.loapic /opt/ncs/zephyr/drivers/interrupt_controller/Kconfig.multilevel /opt/ncs/zephyr/drivers/interrupt_controller/Kconfig.multilevel.aggregator_template /opt/ncs/zephyr/drivers/interrupt_controller/Kconfig.npcx /opt/ncs/zephyr/drivers/interrupt_controller/Kconfig.nxp_irqsteer /opt/ncs/zephyr/drivers/interrupt_controller/Kconfig.nxp_pint /opt/ncs/zephyr/drivers/interrupt_controller/Kconfig.nxp_s32 /opt/ncs/zephyr/drivers/interrupt_controller/Kconfig.plic /opt/ncs/zephyr/drivers/interrupt_controller/Kconfig.renesas_ra /opt/ncs/zephyr/drivers/interrupt_controller/Kconfig.rv32m1 /opt/ncs/zephyr/drivers/interrupt_controller/Kconfig.sam0 /opt/ncs/zephyr/drivers/interrupt_controller/Kconfig.shared_irq /opt/ncs/zephyr/drivers/interrupt_controller/Kconfig.stm32 /opt/ncs/zephyr/drivers/interrupt_controller/Kconfig.vim /opt/ncs/zephyr/drivers/interrupt_controller/Kconfig.xec /opt/ncs/zephyr/drivers/interrupt_controller/Kconfig.xmc4xxx /opt/ncs/zephyr/drivers/ipm/Kconfig /opt/ncs/zephyr/drivers/ipm/Kconfig.imx /opt/ncs/zephyr/drivers/ipm/Kconfig.intel_adsp /opt/ncs/zephyr/drivers/ipm/Kconfig.ivshmem /opt/ncs/zephyr/drivers/ipm/Kconfig.nrfx /opt/ncs/zephyr/drivers/ipm/Kconfig.nrfx_ipc_channel /opt/ncs/zephyr/drivers/ipm/Kconfig.sedi /opt/ncs/zephyr/drivers/ipm/Kconfig.stm32 /opt/ncs/zephyr/drivers/kscan/Kconfig /opt/ncs/zephyr/drivers/kscan/Kconfig.input /opt/ncs/zephyr/drivers/led/Kconfig /opt/ncs/zephyr/drivers/led/Kconfig.gpio /opt/ncs/zephyr/drivers/led/Kconfig.ht16k33 /opt/ncs/zephyr/drivers/led/Kconfig.is31fl3216a /opt/ncs/zephyr/drivers/led/Kconfig.is31fl3733 /opt/ncs/zephyr/drivers/led/Kconfig.lp3943 /opt/ncs/zephyr/drivers/led/Kconfig.lp50xx /opt/ncs/zephyr/drivers/led/Kconfig.lp5562 /opt/ncs/zephyr/drivers/led/Kconfig.lp5569 /opt/ncs/zephyr/drivers/led/Kconfig.ncp5623 /opt/ncs/zephyr/drivers/led/Kconfig.npm1300 /opt/ncs/zephyr/drivers/led/Kconfig.pca9633 /opt/ncs/zephyr/drivers/led/Kconfig.pwm /opt/ncs/zephyr/drivers/led/Kconfig.tlc59108 /opt/ncs/zephyr/drivers/led/Kconfig.xec /opt/ncs/zephyr/drivers/led_strip/Kconfig /opt/ncs/zephyr/drivers/led_strip/Kconfig.apa102 /opt/ncs/zephyr/drivers/led_strip/Kconfig.lpd880x /opt/ncs/zephyr/drivers/led_strip/Kconfig.tlc5971 /opt/ncs/zephyr/drivers/led_strip/Kconfig.tlc59731 /opt/ncs/zephyr/drivers/led_strip/Kconfig.ws2812 /opt/ncs/zephyr/drivers/lora/CMakeLists.txt /opt/ncs/zephyr/drivers/lora/Kconfig /opt/ncs/zephyr/drivers/lora/Kconfig.sx12xx /opt/ncs/zephyr/drivers/mbox/Kconfig /opt/ncs/zephyr/drivers/mbox/Kconfig.andes /opt/ncs/zephyr/drivers/mbox/Kconfig.nrf_bellboard /opt/ncs/zephyr/drivers/mbox/Kconfig.nrf_vevif /opt/ncs/zephyr/drivers/mbox/Kconfig.nrfx /opt/ncs/zephyr/drivers/mbox/Kconfig.nxp_imx /opt/ncs/zephyr/drivers/mbox/Kconfig.nxp_mailbox /opt/ncs/zephyr/drivers/mbox/Kconfig.nxp_s32 /opt/ncs/zephyr/drivers/mdio/Kconfig /opt/ncs/zephyr/drivers/mdio/Kconfig.adin2111 /opt/ncs/zephyr/drivers/mdio/Kconfig.esp32 /opt/ncs/zephyr/drivers/mdio/Kconfig.gpio /opt/ncs/zephyr/drivers/mdio/Kconfig.nxp_enet /opt/ncs/zephyr/drivers/mdio/Kconfig.nxp_enet_qos /opt/ncs/zephyr/drivers/mdio/Kconfig.nxp_s32_gmac /opt/ncs/zephyr/drivers/mdio/Kconfig.nxp_s32_netc /opt/ncs/zephyr/drivers/mdio/Kconfig.sam /opt/ncs/zephyr/drivers/mdio/Kconfig.stm32_hal /opt/ncs/zephyr/drivers/mdio/Kconfig.xmc4xxx /opt/ncs/zephyr/drivers/memc/Kconfig /opt/ncs/zephyr/drivers/memc/Kconfig.mcux /opt/ncs/zephyr/drivers/memc/Kconfig.nxp_s32 /opt/ncs/zephyr/drivers/memc/Kconfig.sam /opt/ncs/zephyr/drivers/memc/Kconfig.sifive /opt/ncs/zephyr/drivers/memc/Kconfig.smartbond /opt/ncs/zephyr/drivers/memc/Kconfig.stm32 /opt/ncs/zephyr/drivers/mfd/Kconfig /opt/ncs/zephyr/drivers/mfd/Kconfig.ad559x /opt/ncs/zephyr/drivers/mfd/Kconfig.adp5585 /opt/ncs/zephyr/drivers/mfd/Kconfig.axp192 /opt/ncs/zephyr/drivers/mfd/Kconfig.bd8lb600fs /opt/ncs/zephyr/drivers/mfd/Kconfig.lpflexcomm /opt/ncs/zephyr/drivers/mfd/Kconfig.max20335 /opt/ncs/zephyr/drivers/mfd/Kconfig.max31790 /opt/ncs/zephyr/drivers/mfd/Kconfig.nct38xx /opt/ncs/zephyr/drivers/mfd/Kconfig.npm1300 /opt/ncs/zephyr/drivers/mfd/Kconfig.npm6001 /opt/ncs/zephyr/drivers/mfd/Kconfig.tle9104 /opt/ncs/zephyr/drivers/mipi_dbi/Kconfig /opt/ncs/zephyr/drivers/mipi_dbi/Kconfig.nxp_lcdic /opt/ncs/zephyr/drivers/mipi_dbi/Kconfig.smartbond /opt/ncs/zephyr/drivers/mipi_dbi/Kconfig.spi /opt/ncs/zephyr/drivers/mipi_dsi/Kconfig /opt/ncs/zephyr/drivers/mipi_dsi/Kconfig.mcux /opt/ncs/zephyr/drivers/mipi_dsi/Kconfig.stm32 /opt/ncs/zephyr/drivers/misc/CMakeLists.txt /opt/ncs/zephyr/drivers/misc/Kconfig /opt/ncs/zephyr/drivers/misc/devmux/Kconfig /opt/ncs/zephyr/drivers/misc/ft8xx/Kconfig /opt/ncs/zephyr/drivers/misc/grove_lcd_rgb/Kconfig /opt/ncs/zephyr/drivers/misc/mcux_flexio/Kconfig /opt/ncs/zephyr/drivers/misc/nordic_vpr_launcher/Kconfig /opt/ncs/zephyr/drivers/misc/nxp_s32_emios/Kconfig /opt/ncs/zephyr/drivers/misc/pio_rpi_pico/Kconfig /opt/ncs/zephyr/drivers/misc/timeaware_gpio/Kconfig /opt/ncs/zephyr/drivers/misc/timeaware_gpio/Kconfig.timeaware_gpio_intel /opt/ncs/zephyr/drivers/mm/Kconfig /opt/ncs/zephyr/drivers/modem/Kconfig /opt/ncs/zephyr/drivers/modem/Kconfig.cellular /opt/ncs/zephyr/drivers/modem/Kconfig.gsm /opt/ncs/zephyr/drivers/modem/Kconfig.hl7800 /opt/ncs/zephyr/drivers/modem/Kconfig.quectel-bg9x /opt/ncs/zephyr/drivers/modem/Kconfig.simcom-sim7080 /opt/ncs/zephyr/drivers/modem/Kconfig.ublox-sara-r4 /opt/ncs/zephyr/drivers/modem/Kconfig.wncm14a2a /opt/ncs/zephyr/drivers/net/Kconfig /opt/ncs/zephyr/drivers/pcie/CMakeLists.txt /opt/ncs/zephyr/drivers/pcie/Kconfig /opt/ncs/zephyr/drivers/pcie/endpoint/Kconfig /opt/ncs/zephyr/drivers/pcie/endpoint/Kconfig.iproc /opt/ncs/zephyr/drivers/pcie/host/Kconfig /opt/ncs/zephyr/drivers/peci/Kconfig /opt/ncs/zephyr/drivers/peci/Kconfig.it8xxx2 /opt/ncs/zephyr/drivers/peci/Kconfig.npcx /opt/ncs/zephyr/drivers/peci/Kconfig.xec /opt/ncs/zephyr/drivers/pinctrl/CMakeLists.txt /opt/ncs/zephyr/drivers/pinctrl/Kconfig /opt/ncs/zephyr/drivers/pinctrl/Kconfig.ambiq /opt/ncs/zephyr/drivers/pinctrl/Kconfig.b91 /opt/ncs/zephyr/drivers/pinctrl/Kconfig.cc13xx_cc26xx /opt/ncs/zephyr/drivers/pinctrl/Kconfig.emsdp /opt/ncs/zephyr/drivers/pinctrl/Kconfig.ene /opt/ncs/zephyr/drivers/pinctrl/Kconfig.eos_s3 /opt/ncs/zephyr/drivers/pinctrl/Kconfig.esp32 /opt/ncs/zephyr/drivers/pinctrl/Kconfig.gd32 /opt/ncs/zephyr/drivers/pinctrl/Kconfig.gecko /opt/ncs/zephyr/drivers/pinctrl/Kconfig.ifx_cat1 /opt/ncs/zephyr/drivers/pinctrl/Kconfig.imx /opt/ncs/zephyr/drivers/pinctrl/Kconfig.it8xxx2 /opt/ncs/zephyr/drivers/pinctrl/Kconfig.kinetis /opt/ncs/zephyr/drivers/pinctrl/Kconfig.lpc_iocon /opt/ncs/zephyr/drivers/pinctrl/Kconfig.mci_io_mux /opt/ncs/zephyr/drivers/pinctrl/Kconfig.npcx /opt/ncs/zephyr/drivers/pinctrl/Kconfig.nrf /opt/ncs/zephyr/drivers/pinctrl/Kconfig.numaker /opt/ncs/zephyr/drivers/pinctrl/Kconfig.numicro /opt/ncs/zephyr/drivers/pinctrl/Kconfig.nxp_s32 /opt/ncs/zephyr/drivers/pinctrl/Kconfig.rpi_pico /opt/ncs/zephyr/drivers/pinctrl/Kconfig.rv32m1 /opt/ncs/zephyr/drivers/pinctrl/Kconfig.sam /opt/ncs/zephyr/drivers/pinctrl/Kconfig.sam0 /opt/ncs/zephyr/drivers/pinctrl/Kconfig.sifive /opt/ncs/zephyr/drivers/pinctrl/Kconfig.stm32 /opt/ncs/zephyr/drivers/pinctrl/Kconfig.ti_cc32xx /opt/ncs/zephyr/drivers/pinctrl/Kconfig.ti_k3 /opt/ncs/zephyr/drivers/pinctrl/Kconfig.xec /opt/ncs/zephyr/drivers/pinctrl/Kconfig.xlnx /opt/ncs/zephyr/drivers/pinctrl/Kconfig.xmc4xxx /opt/ncs/zephyr/drivers/pinctrl/Kconfig.zynqmp /opt/ncs/zephyr/drivers/pinctrl/renesas/CMakeLists.txt /opt/ncs/zephyr/drivers/pinctrl/renesas/Kconfig /opt/ncs/zephyr/drivers/pinctrl/renesas/ra/Kconfig /opt/ncs/zephyr/drivers/pinctrl/renesas/rcar/Kconfig /opt/ncs/zephyr/drivers/pinctrl/renesas/rz/Kconfig /opt/ncs/zephyr/drivers/pinctrl/renesas/smartbond/Kconfig /opt/ncs/zephyr/drivers/pm_cpu_ops/Kconfig /opt/ncs/zephyr/drivers/power_domain/Kconfig /opt/ncs/zephyr/drivers/ps2/Kconfig /opt/ncs/zephyr/drivers/ps2/Kconfig.npcx /opt/ncs/zephyr/drivers/ps2/Kconfig.xec /opt/ncs/zephyr/drivers/ptp_clock/Kconfig /opt/ncs/zephyr/drivers/ptp_clock/Kconfig.nxp_enet /opt/ncs/zephyr/drivers/pwm/Kconfig /opt/ncs/zephyr/drivers/pwm/Kconfig.b91 /opt/ncs/zephyr/drivers/pwm/Kconfig.cc13xx_cc26xx_timer /opt/ncs/zephyr/drivers/pwm/Kconfig.ene /opt/ncs/zephyr/drivers/pwm/Kconfig.esp32 /opt/ncs/zephyr/drivers/pwm/Kconfig.gd32 /opt/ncs/zephyr/drivers/pwm/Kconfig.gecko /opt/ncs/zephyr/drivers/pwm/Kconfig.imx /opt/ncs/zephyr/drivers/pwm/Kconfig.intel_blinky /opt/ncs/zephyr/drivers/pwm/Kconfig.it8xxx2 /opt/ncs/zephyr/drivers/pwm/Kconfig.litex /opt/ncs/zephyr/drivers/pwm/Kconfig.max31790 /opt/ncs/zephyr/drivers/pwm/Kconfig.mcux /opt/ncs/zephyr/drivers/pwm/Kconfig.mcux_ctimer /opt/ncs/zephyr/drivers/pwm/Kconfig.mcux_ftm /opt/ncs/zephyr/drivers/pwm/Kconfig.mcux_pwt /opt/ncs/zephyr/drivers/pwm/Kconfig.mcux_sctimer /opt/ncs/zephyr/drivers/pwm/Kconfig.mcux_tpm /opt/ncs/zephyr/drivers/pwm/Kconfig.npcx /opt/ncs/zephyr/drivers/pwm/Kconfig.nrf_sw /opt/ncs/zephyr/drivers/pwm/Kconfig.nrfx /opt/ncs/zephyr/drivers/pwm/Kconfig.numaker /opt/ncs/zephyr/drivers/pwm/Kconfig.nxp_s32_emios /opt/ncs/zephyr/drivers/pwm/Kconfig.pca9685 /opt/ncs/zephyr/drivers/pwm/Kconfig.rcar /opt/ncs/zephyr/drivers/pwm/Kconfig.rpi_pico /opt/ncs/zephyr/drivers/pwm/Kconfig.rv32m1_tpm /opt/ncs/zephyr/drivers/pwm/Kconfig.sam /opt/ncs/zephyr/drivers/pwm/Kconfig.sam0 /opt/ncs/zephyr/drivers/pwm/Kconfig.sifive /opt/ncs/zephyr/drivers/pwm/Kconfig.stm32 /opt/ncs/zephyr/drivers/pwm/Kconfig.test /opt/ncs/zephyr/drivers/pwm/Kconfig.xec /opt/ncs/zephyr/drivers/pwm/Kconfig.xlnx /opt/ncs/zephyr/drivers/pwm/Kconfig.xmc4xxx_ccu4 /opt/ncs/zephyr/drivers/pwm/Kconfig.xmc4xxx_ccu8 /opt/ncs/zephyr/drivers/regulator/Kconfig /opt/ncs/zephyr/drivers/regulator/Kconfig.adp5360 /opt/ncs/zephyr/drivers/regulator/Kconfig.axp192 /opt/ncs/zephyr/drivers/regulator/Kconfig.cp9314 /opt/ncs/zephyr/drivers/regulator/Kconfig.da1469x /opt/ncs/zephyr/drivers/regulator/Kconfig.fake /opt/ncs/zephyr/drivers/regulator/Kconfig.fixed /opt/ncs/zephyr/drivers/regulator/Kconfig.gpio /opt/ncs/zephyr/drivers/regulator/Kconfig.max20335 /opt/ncs/zephyr/drivers/regulator/Kconfig.npm1100 /opt/ncs/zephyr/drivers/regulator/Kconfig.npm1300 /opt/ncs/zephyr/drivers/regulator/Kconfig.npm6001 /opt/ncs/zephyr/drivers/regulator/Kconfig.nxp_vref /opt/ncs/zephyr/drivers/regulator/Kconfig.pca9420 /opt/ncs/zephyr/drivers/regulator/Kconfig.rpi_pico /opt/ncs/zephyr/drivers/reset/Kconfig /opt/ncs/zephyr/drivers/reset/Kconfig.aspeed /opt/ncs/zephyr/drivers/reset/Kconfig.gd32 /opt/ncs/zephyr/drivers/reset/Kconfig.intel_socfpga /opt/ncs/zephyr/drivers/reset/Kconfig.lpc_syscon /opt/ncs/zephyr/drivers/reset/Kconfig.npcx /opt/ncs/zephyr/drivers/reset/Kconfig.numaker /opt/ncs/zephyr/drivers/reset/Kconfig.nxp_rstctl /opt/ncs/zephyr/drivers/reset/Kconfig.rpi_pico /opt/ncs/zephyr/drivers/reset/Kconfig.stm32 /opt/ncs/zephyr/drivers/retained_mem/Kconfig /opt/ncs/zephyr/drivers/retained_mem/Kconfig.nrf /opt/ncs/zephyr/drivers/retained_mem/Kconfig.zephyr /opt/ncs/zephyr/drivers/rtc/Kconfig /opt/ncs/zephyr/drivers/rtc/Kconfig.am1805 /opt/ncs/zephyr/drivers/rtc/Kconfig.ds1307 /opt/ncs/zephyr/drivers/rtc/Kconfig.emul /opt/ncs/zephyr/drivers/rtc/Kconfig.fake /opt/ncs/zephyr/drivers/rtc/Kconfig.mc146818 /opt/ncs/zephyr/drivers/rtc/Kconfig.numaker /opt/ncs/zephyr/drivers/rtc/Kconfig.pcf8523 /opt/ncs/zephyr/drivers/rtc/Kconfig.pcf8563 /opt/ncs/zephyr/drivers/rtc/Kconfig.rpi_pico /opt/ncs/zephyr/drivers/rtc/Kconfig.sam /opt/ncs/zephyr/drivers/rtc/Kconfig.smartbond /opt/ncs/zephyr/drivers/rtc/Kconfig.stm32 /opt/ncs/zephyr/drivers/sdhc/Kconfig /opt/ncs/zephyr/drivers/sdhc/Kconfig.esp32 /opt/ncs/zephyr/drivers/sdhc/Kconfig.ifx_cat1 /opt/ncs/zephyr/drivers/sdhc/Kconfig.imx /opt/ncs/zephyr/drivers/sdhc/Kconfig.intel /opt/ncs/zephyr/drivers/sdhc/Kconfig.mcux_sdif /opt/ncs/zephyr/drivers/sdhc/Kconfig.rcar /opt/ncs/zephyr/drivers/sdhc/Kconfig.sam_hsmci /opt/ncs/zephyr/drivers/sdhc/Kconfig.sdhc_cdns /opt/ncs/zephyr/drivers/sdhc/Kconfig.spi /opt/ncs/zephyr/drivers/sensor/CMakeLists.txt /opt/ncs/zephyr/drivers/sensor/Kconfig /opt/ncs/zephyr/drivers/sensor/Kconfig.trigger_template /opt/ncs/zephyr/drivers/sensor/a01nyub/Kconfig /opt/ncs/zephyr/drivers/sensor/adi/CMakeLists.txt /opt/ncs/zephyr/drivers/sensor/adi/Kconfig /opt/ncs/zephyr/drivers/sensor/adi/adltc2990/Kconfig /opt/ncs/zephyr/drivers/sensor/adi/adt7310/Kconfig /opt/ncs/zephyr/drivers/sensor/adi/adt7420/Kconfig /opt/ncs/zephyr/drivers/sensor/adi/adxl345/Kconfig /opt/ncs/zephyr/drivers/sensor/adi/adxl362/Kconfig /opt/ncs/zephyr/drivers/sensor/adi/adxl367/Kconfig /opt/ncs/zephyr/drivers/sensor/adi/adxl372/Kconfig /opt/ncs/zephyr/drivers/sensor/amd_sb_tsi/Kconfig /opt/ncs/zephyr/drivers/sensor/amg88xx/Kconfig /opt/ncs/zephyr/drivers/sensor/ams/CMakeLists.txt /opt/ncs/zephyr/drivers/sensor/ams/Kconfig /opt/ncs/zephyr/drivers/sensor/ams/ams_as5600/Kconfig /opt/ncs/zephyr/drivers/sensor/ams/ams_iAQcore/Kconfig /opt/ncs/zephyr/drivers/sensor/ams/ccs811/Kconfig /opt/ncs/zephyr/drivers/sensor/ams/ens210/Kconfig /opt/ncs/zephyr/drivers/sensor/ams/tcs3400/Kconfig /opt/ncs/zephyr/drivers/sensor/ams/tmd2620/Kconfig /opt/ncs/zephyr/drivers/sensor/ams/tsl2540/Kconfig /opt/ncs/zephyr/drivers/sensor/ams/tsl2561/Kconfig /opt/ncs/zephyr/drivers/sensor/ams/tsl2591/Kconfig /opt/ncs/zephyr/drivers/sensor/aosong/CMakeLists.txt /opt/ncs/zephyr/drivers/sensor/aosong/Kconfig /opt/ncs/zephyr/drivers/sensor/aosong/ags10/Kconfig /opt/ncs/zephyr/drivers/sensor/aosong/dht/Kconfig /opt/ncs/zephyr/drivers/sensor/aosong/dht20/Kconfig /opt/ncs/zephyr/drivers/sensor/apds9960/Kconfig /opt/ncs/zephyr/drivers/sensor/asahi_kasei/CMakeLists.txt /opt/ncs/zephyr/drivers/sensor/asahi_kasei/Kconfig /opt/ncs/zephyr/drivers/sensor/asahi_kasei/ak8975/Kconfig /opt/ncs/zephyr/drivers/sensor/asahi_kasei/akm09918c/Kconfig /opt/ncs/zephyr/drivers/sensor/bosch/CMakeLists.txt /opt/ncs/zephyr/drivers/sensor/bosch/Kconfig /opt/ncs/zephyr/drivers/sensor/bosch/bma280/Kconfig /opt/ncs/zephyr/drivers/sensor/bosch/bma4xx/Kconfig /opt/ncs/zephyr/drivers/sensor/bosch/bmc150_magn/Kconfig /opt/ncs/zephyr/drivers/sensor/bosch/bme280/CMakeLists.txt /opt/ncs/zephyr/drivers/sensor/bosch/bme280/Kconfig /opt/ncs/zephyr/drivers/sensor/bosch/bme680/Kconfig /opt/ncs/zephyr/drivers/sensor/bosch/bmg160/Kconfig /opt/ncs/zephyr/drivers/sensor/bosch/bmi08x/Kconfig /opt/ncs/zephyr/drivers/sensor/bosch/bmi160/Kconfig /opt/ncs/zephyr/drivers/sensor/bosch/bmi270/Kconfig /opt/ncs/zephyr/drivers/sensor/bosch/bmi323/Kconfig /opt/ncs/zephyr/drivers/sensor/bosch/bmm150/Kconfig /opt/ncs/zephyr/drivers/sensor/bosch/bmp388/Kconfig /opt/ncs/zephyr/drivers/sensor/bosch/bmp581/Kconfig /opt/ncs/zephyr/drivers/sensor/current_amp/Kconfig /opt/ncs/zephyr/drivers/sensor/ene_tach_kb1200/Kconfig /opt/ncs/zephyr/drivers/sensor/ens160/Kconfig /opt/ncs/zephyr/drivers/sensor/espressif/CMakeLists.txt /opt/ncs/zephyr/drivers/sensor/espressif/Kconfig /opt/ncs/zephyr/drivers/sensor/espressif/esp32_temp/Kconfig /opt/ncs/zephyr/drivers/sensor/espressif/pcnt_esp32/Kconfig /opt/ncs/zephyr/drivers/sensor/explorir_m/Kconfig /opt/ncs/zephyr/drivers/sensor/f75303/Kconfig /opt/ncs/zephyr/drivers/sensor/fcx_mldx5/Kconfig /opt/ncs/zephyr/drivers/sensor/grow_r502a/Kconfig /opt/ncs/zephyr/drivers/sensor/honeywell/CMakeLists.txt /opt/ncs/zephyr/drivers/sensor/honeywell/Kconfig /opt/ncs/zephyr/drivers/sensor/honeywell/hmc5883l/Kconfig /opt/ncs/zephyr/drivers/sensor/honeywell/mpr/Kconfig /opt/ncs/zephyr/drivers/sensor/honeywell/sm351lt/Kconfig /opt/ncs/zephyr/drivers/sensor/hp206c/Kconfig /opt/ncs/zephyr/drivers/sensor/hs300x/Kconfig /opt/ncs/zephyr/drivers/sensor/infineon/CMakeLists.txt /opt/ncs/zephyr/drivers/sensor/infineon/Kconfig /opt/ncs/zephyr/drivers/sensor/infineon/dps310/Kconfig /opt/ncs/zephyr/drivers/sensor/infineon/tle9104/Kconfig /opt/ncs/zephyr/drivers/sensor/infineon/xmc4xxx_temp/Kconfig /opt/ncs/zephyr/drivers/sensor/isl29035/Kconfig /opt/ncs/zephyr/drivers/sensor/ist8310/Kconfig /opt/ncs/zephyr/drivers/sensor/ite/CMakeLists.txt /opt/ncs/zephyr/drivers/sensor/ite/Kconfig /opt/ncs/zephyr/drivers/sensor/ite/ite_tach_it8xxx2/Kconfig /opt/ncs/zephyr/drivers/sensor/ite/ite_vcmp_it8xxx2/Kconfig /opt/ncs/zephyr/drivers/sensor/lm35/Kconfig /opt/ncs/zephyr/drivers/sensor/lm75/Kconfig /opt/ncs/zephyr/drivers/sensor/lm77/Kconfig /opt/ncs/zephyr/drivers/sensor/ltrf216a/Kconfig /opt/ncs/zephyr/drivers/sensor/maxim/CMakeLists.txt /opt/ncs/zephyr/drivers/sensor/maxim/Kconfig /opt/ncs/zephyr/drivers/sensor/maxim/ds18b20/Kconfig /opt/ncs/zephyr/drivers/sensor/maxim/max17055/Kconfig /opt/ncs/zephyr/drivers/sensor/maxim/max17262/Kconfig /opt/ncs/zephyr/drivers/sensor/maxim/max30101/Kconfig /opt/ncs/zephyr/drivers/sensor/maxim/max31790/Kconfig /opt/ncs/zephyr/drivers/sensor/maxim/max31855/Kconfig /opt/ncs/zephyr/drivers/sensor/maxim/max31865/Kconfig /opt/ncs/zephyr/drivers/sensor/maxim/max31875/Kconfig /opt/ncs/zephyr/drivers/sensor/maxim/max44009/Kconfig /opt/ncs/zephyr/drivers/sensor/maxim/max6675/Kconfig /opt/ncs/zephyr/drivers/sensor/mc3419/Kconfig /opt/ncs/zephyr/drivers/sensor/meas/CMakeLists.txt /opt/ncs/zephyr/drivers/sensor/meas/Kconfig /opt/ncs/zephyr/drivers/sensor/meas/ms5607/Kconfig /opt/ncs/zephyr/drivers/sensor/meas/ms5837/Kconfig /opt/ncs/zephyr/drivers/sensor/mhz19b/Kconfig /opt/ncs/zephyr/drivers/sensor/microchip/CMakeLists.txt /opt/ncs/zephyr/drivers/sensor/microchip/Kconfig /opt/ncs/zephyr/drivers/sensor/microchip/mchp_tach_xec/Kconfig /opt/ncs/zephyr/drivers/sensor/microchip/mcp9600/Kconfig /opt/ncs/zephyr/drivers/sensor/microchip/mcp970x/Kconfig /opt/ncs/zephyr/drivers/sensor/microchip/mcp9808/Kconfig /opt/ncs/zephyr/drivers/sensor/microchip/tcn75a/Kconfig /opt/ncs/zephyr/drivers/sensor/nct75/Kconfig /opt/ncs/zephyr/drivers/sensor/nordic/CMakeLists.txt /opt/ncs/zephyr/drivers/sensor/nordic/Kconfig /opt/ncs/zephyr/drivers/sensor/nordic/npm1300_charger/Kconfig /opt/ncs/zephyr/drivers/sensor/nordic/qdec_nrfx/Kconfig /opt/ncs/zephyr/drivers/sensor/nordic/temp/CMakeLists.txt /opt/ncs/zephyr/drivers/sensor/nordic/temp/Kconfig /opt/ncs/zephyr/drivers/sensor/ntc_thermistor/Kconfig /opt/ncs/zephyr/drivers/sensor/nuvoton/CMakeLists.txt /opt/ncs/zephyr/drivers/sensor/nuvoton/Kconfig /opt/ncs/zephyr/drivers/sensor/nuvoton/nuvoton_adc_cmp_npcx/Kconfig /opt/ncs/zephyr/drivers/sensor/nuvoton/nuvoton_tach_npcx/Kconfig /opt/ncs/zephyr/drivers/sensor/nxp/CMakeLists.txt /opt/ncs/zephyr/drivers/sensor/nxp/Kconfig /opt/ncs/zephyr/drivers/sensor/nxp/fxas21002/Kconfig /opt/ncs/zephyr/drivers/sensor/nxp/fxos8700/Kconfig /opt/ncs/zephyr/drivers/sensor/nxp/mcux_acmp/Kconfig /opt/ncs/zephyr/drivers/sensor/nxp/nxp_kinetis_temp/Kconfig /opt/ncs/zephyr/drivers/sensor/nxp/nxp_tempmon/Kconfig /opt/ncs/zephyr/drivers/sensor/nxp/qdec_mcux/Kconfig /opt/ncs/zephyr/drivers/sensor/nxp/qdec_nxp_s32/Kconfig /opt/ncs/zephyr/drivers/sensor/pms7003/Kconfig /opt/ncs/zephyr/drivers/sensor/qdec_sam/Kconfig /opt/ncs/zephyr/drivers/sensor/rohm/CMakeLists.txt /opt/ncs/zephyr/drivers/sensor/rohm/Kconfig /opt/ncs/zephyr/drivers/sensor/rohm/bd8lb600fs/Kconfig /opt/ncs/zephyr/drivers/sensor/rohm/bh1750/Kconfig /opt/ncs/zephyr/drivers/sensor/rpi_pico_temp/Kconfig /opt/ncs/zephyr/drivers/sensor/s11059/Kconfig /opt/ncs/zephyr/drivers/sensor/sbs_gauge/Kconfig /opt/ncs/zephyr/drivers/sensor/seeed/CMakeLists.txt /opt/ncs/zephyr/drivers/sensor/seeed/Kconfig /opt/ncs/zephyr/drivers/sensor/seeed/grove/Kconfig /opt/ncs/zephyr/drivers/sensor/seeed/hm330x/Kconfig /opt/ncs/zephyr/drivers/sensor/sensirion/CMakeLists.txt /opt/ncs/zephyr/drivers/sensor/sensirion/Kconfig /opt/ncs/zephyr/drivers/sensor/sensirion/sgp40/Kconfig /opt/ncs/zephyr/drivers/sensor/sensirion/sht3xd/Kconfig /opt/ncs/zephyr/drivers/sensor/sensirion/sht4x/Kconfig /opt/ncs/zephyr/drivers/sensor/sensirion/shtcx/Kconfig /opt/ncs/zephyr/drivers/sensor/silabs/CMakeLists.txt /opt/ncs/zephyr/drivers/sensor/silabs/Kconfig /opt/ncs/zephyr/drivers/sensor/silabs/si7006/Kconfig /opt/ncs/zephyr/drivers/sensor/silabs/si7055/Kconfig /opt/ncs/zephyr/drivers/sensor/silabs/si7060/Kconfig /opt/ncs/zephyr/drivers/sensor/silabs/si7210/Kconfig /opt/ncs/zephyr/drivers/sensor/st/CMakeLists.txt /opt/ncs/zephyr/drivers/sensor/st/Kconfig /opt/ncs/zephyr/drivers/sensor/st/hts221/Kconfig /opt/ncs/zephyr/drivers/sensor/st/i3g4250d/Kconfig /opt/ncs/zephyr/drivers/sensor/st/iis2dh/Kconfig /opt/ncs/zephyr/drivers/sensor/st/iis2dlpc/Kconfig /opt/ncs/zephyr/drivers/sensor/st/iis2iclx/Kconfig /opt/ncs/zephyr/drivers/sensor/st/iis2mdc/Kconfig /opt/ncs/zephyr/drivers/sensor/st/iis328dq/Kconfig /opt/ncs/zephyr/drivers/sensor/st/iis3dhhc/Kconfig /opt/ncs/zephyr/drivers/sensor/st/ism330dhcx/Kconfig /opt/ncs/zephyr/drivers/sensor/st/lis2de12/Kconfig /opt/ncs/zephyr/drivers/sensor/st/lis2dh/CMakeLists.txt /opt/ncs/zephyr/drivers/sensor/st/lis2dh/Kconfig /opt/ncs/zephyr/drivers/sensor/st/lis2ds12/Kconfig /opt/ncs/zephyr/drivers/sensor/st/lis2du12/Kconfig /opt/ncs/zephyr/drivers/sensor/st/lis2dux12/Kconfig /opt/ncs/zephyr/drivers/sensor/st/lis2dw12/Kconfig /opt/ncs/zephyr/drivers/sensor/st/lis2mdl/CMakeLists.txt /opt/ncs/zephyr/drivers/sensor/st/lis2mdl/Kconfig /opt/ncs/zephyr/drivers/sensor/st/lis3mdl/Kconfig /opt/ncs/zephyr/drivers/sensor/st/lps22hb/Kconfig /opt/ncs/zephyr/drivers/sensor/st/lps22hh/Kconfig /opt/ncs/zephyr/drivers/sensor/st/lps25hb/Kconfig /opt/ncs/zephyr/drivers/sensor/st/lps2xdf/Kconfig /opt/ncs/zephyr/drivers/sensor/st/lsm303dlhc_magn/Kconfig /opt/ncs/zephyr/drivers/sensor/st/lsm6ds0/Kconfig /opt/ncs/zephyr/drivers/sensor/st/lsm6dsl/Kconfig /opt/ncs/zephyr/drivers/sensor/st/lsm6dso/Kconfig /opt/ncs/zephyr/drivers/sensor/st/lsm6dso16is/Kconfig /opt/ncs/zephyr/drivers/sensor/st/lsm6dsv16x/Kconfig /opt/ncs/zephyr/drivers/sensor/st/lsm9ds0_gyro/Kconfig /opt/ncs/zephyr/drivers/sensor/st/lsm9ds0_mfd/Kconfig /opt/ncs/zephyr/drivers/sensor/st/qdec_stm32/Kconfig /opt/ncs/zephyr/drivers/sensor/st/stm32_temp/Kconfig /opt/ncs/zephyr/drivers/sensor/st/stm32_vbat/Kconfig /opt/ncs/zephyr/drivers/sensor/st/stm32_vref/Kconfig /opt/ncs/zephyr/drivers/sensor/st/stmemsc/CMakeLists.txt /opt/ncs/zephyr/drivers/sensor/st/stts22h/Kconfig /opt/ncs/zephyr/drivers/sensor/st/stts751/Kconfig /opt/ncs/zephyr/drivers/sensor/st/vl53l0x/Kconfig /opt/ncs/zephyr/drivers/sensor/st/vl53l1x/Kconfig /opt/ncs/zephyr/drivers/sensor/sx9500/Kconfig /opt/ncs/zephyr/drivers/sensor/tdk/icm42605/Kconfig /opt/ncs/zephyr/drivers/sensor/tdk/icm42670/Kconfig /opt/ncs/zephyr/drivers/sensor/tdk/icm42688/Kconfig /opt/ncs/zephyr/drivers/sensor/tdk/icp10125/Kconfig /opt/ncs/zephyr/drivers/sensor/tdk/mpu6050/Kconfig /opt/ncs/zephyr/drivers/sensor/tdk/mpu9250/Kconfig /opt/ncs/zephyr/drivers/sensor/th02/Kconfig /opt/ncs/zephyr/drivers/sensor/ti/CMakeLists.txt /opt/ncs/zephyr/drivers/sensor/ti/Kconfig /opt/ncs/zephyr/drivers/sensor/ti/bq274xx/Kconfig /opt/ncs/zephyr/drivers/sensor/ti/fdc2x1x/Kconfig /opt/ncs/zephyr/drivers/sensor/ti/ina219/Kconfig /opt/ncs/zephyr/drivers/sensor/ti/ina226/Kconfig /opt/ncs/zephyr/drivers/sensor/ti/ina23x/Kconfig /opt/ncs/zephyr/drivers/sensor/ti/ina3221/Kconfig /opt/ncs/zephyr/drivers/sensor/ti/opt3001/Kconfig /opt/ncs/zephyr/drivers/sensor/ti/ti_hdc/Kconfig /opt/ncs/zephyr/drivers/sensor/ti/ti_hdc20xx/Kconfig /opt/ncs/zephyr/drivers/sensor/ti/tmag5170/Kconfig /opt/ncs/zephyr/drivers/sensor/ti/tmag5273/Kconfig /opt/ncs/zephyr/drivers/sensor/ti/tmp007/Kconfig /opt/ncs/zephyr/drivers/sensor/ti/tmp108/Kconfig /opt/ncs/zephyr/drivers/sensor/ti/tmp112/Kconfig /opt/ncs/zephyr/drivers/sensor/ti/tmp114/Kconfig /opt/ncs/zephyr/drivers/sensor/ti/tmp116/Kconfig /opt/ncs/zephyr/drivers/sensor/tsic_xx6/Kconfig /opt/ncs/zephyr/drivers/sensor/veaa_x_3/Kconfig /opt/ncs/zephyr/drivers/sensor/vishay/CMakeLists.txt /opt/ncs/zephyr/drivers/sensor/vishay/Kconfig /opt/ncs/zephyr/drivers/sensor/vishay/vcnl36825t/Kconfig /opt/ncs/zephyr/drivers/sensor/vishay/vcnl4040/Kconfig /opt/ncs/zephyr/drivers/sensor/vishay/veml7700/Kconfig /opt/ncs/zephyr/drivers/sensor/voltage_divider/Kconfig /opt/ncs/zephyr/drivers/sensor/wsen/CMakeLists.txt /opt/ncs/zephyr/drivers/sensor/wsen/Kconfig /opt/ncs/zephyr/drivers/sensor/wsen/wsen_hids/Kconfig /opt/ncs/zephyr/drivers/sensor/wsen/wsen_itds/Kconfig /opt/ncs/zephyr/drivers/sensor/wsen/wsen_pads/Kconfig /opt/ncs/zephyr/drivers/sensor/wsen/wsen_pdus/Kconfig /opt/ncs/zephyr/drivers/sensor/wsen/wsen_tids/Kconfig /opt/ncs/zephyr/drivers/serial/CMakeLists.txt /opt/ncs/zephyr/drivers/serial/Kconfig /opt/ncs/zephyr/drivers/serial/Kconfig.altera /opt/ncs/zephyr/drivers/serial/Kconfig.altera_jtag /opt/ncs/zephyr/drivers/serial/Kconfig.apbuart /opt/ncs/zephyr/drivers/serial/Kconfig.b91 /opt/ncs/zephyr/drivers/serial/Kconfig.bcm2711 /opt/ncs/zephyr/drivers/serial/Kconfig.bt /opt/ncs/zephyr/drivers/serial/Kconfig.cc13xx_cc26xx /opt/ncs/zephyr/drivers/serial/Kconfig.cc32xx /opt/ncs/zephyr/drivers/serial/Kconfig.cdns /opt/ncs/zephyr/drivers/serial/Kconfig.cmsdk_apb /opt/ncs/zephyr/drivers/serial/Kconfig.efinix_sapphire /opt/ncs/zephyr/drivers/serial/Kconfig.emul /opt/ncs/zephyr/drivers/serial/Kconfig.ene /opt/ncs/zephyr/drivers/serial/Kconfig.esp32 /opt/ncs/zephyr/drivers/serial/Kconfig.gd32 /opt/ncs/zephyr/drivers/serial/Kconfig.gecko /opt/ncs/zephyr/drivers/serial/Kconfig.hostlink /opt/ncs/zephyr/drivers/serial/Kconfig.ifx_cat1 /opt/ncs/zephyr/drivers/serial/Kconfig.imx /opt/ncs/zephyr/drivers/serial/Kconfig.intel_lw /opt/ncs/zephyr/drivers/serial/Kconfig.it8xxx2 /opt/ncs/zephyr/drivers/serial/Kconfig.leuart_gecko /opt/ncs/zephyr/drivers/serial/Kconfig.litex /opt/ncs/zephyr/drivers/serial/Kconfig.lpc11u6x /opt/ncs/zephyr/drivers/serial/Kconfig.mcux /opt/ncs/zephyr/drivers/serial/Kconfig.mcux_flexcomm /opt/ncs/zephyr/drivers/serial/Kconfig.mcux_iuart /opt/ncs/zephyr/drivers/serial/Kconfig.mcux_lpsci /opt/ncs/zephyr/drivers/serial/Kconfig.mcux_lpuart /opt/ncs/zephyr/drivers/serial/Kconfig.miv /opt/ncs/zephyr/drivers/serial/Kconfig.msp432p4xx /opt/ncs/zephyr/drivers/serial/Kconfig.native_posix /opt/ncs/zephyr/drivers/serial/Kconfig.native_tty /opt/ncs/zephyr/drivers/serial/Kconfig.neorv32 /opt/ncs/zephyr/drivers/serial/Kconfig.npcx /opt/ncs/zephyr/drivers/serial/Kconfig.nrfx /opt/ncs/zephyr/drivers/serial/Kconfig.nrfx_uart_instance /opt/ncs/zephyr/drivers/serial/Kconfig.ns16550 /opt/ncs/zephyr/drivers/serial/Kconfig.numaker /opt/ncs/zephyr/drivers/serial/Kconfig.numicro /opt/ncs/zephyr/drivers/serial/Kconfig.nxp_s32 /opt/ncs/zephyr/drivers/serial/Kconfig.opentitan /opt/ncs/zephyr/drivers/serial/Kconfig.pl011 /opt/ncs/zephyr/drivers/serial/Kconfig.psoc6 /opt/ncs/zephyr/drivers/serial/Kconfig.ql_usbserialport_s3b /opt/ncs/zephyr/drivers/serial/Kconfig.rcar /opt/ncs/zephyr/drivers/serial/Kconfig.renesas_ra /opt/ncs/zephyr/drivers/serial/Kconfig.rpi_pico /opt/ncs/zephyr/drivers/serial/Kconfig.rtt /opt/ncs/zephyr/drivers/serial/Kconfig.rv32m1_lpuart /opt/ncs/zephyr/drivers/serial/Kconfig.rzt2m /opt/ncs/zephyr/drivers/serial/Kconfig.sam0 /opt/ncs/zephyr/drivers/serial/Kconfig.sedi /opt/ncs/zephyr/drivers/serial/Kconfig.sifive /opt/ncs/zephyr/drivers/serial/Kconfig.smartbond /opt/ncs/zephyr/drivers/serial/Kconfig.stellaris /opt/ncs/zephyr/drivers/serial/Kconfig.stm32 /opt/ncs/zephyr/drivers/serial/Kconfig.test /opt/ncs/zephyr/drivers/serial/Kconfig.uart_sam /opt/ncs/zephyr/drivers/serial/Kconfig.usart_sam /opt/ncs/zephyr/drivers/serial/Kconfig.xec /opt/ncs/zephyr/drivers/serial/Kconfig.xen /opt/ncs/zephyr/drivers/serial/Kconfig.xlnx /opt/ncs/zephyr/drivers/serial/Kconfig.xmc4xxx /opt/ncs/zephyr/drivers/sip_svc/Kconfig /opt/ncs/zephyr/drivers/sip_svc/Kconfig.sip_smc_agilex /opt/ncs/zephyr/drivers/smbus/Kconfig /opt/ncs/zephyr/drivers/spi/CMakeLists.txt /opt/ncs/zephyr/drivers/spi/Kconfig /opt/ncs/zephyr/drivers/spi/Kconfig.ambiq /opt/ncs/zephyr/drivers/spi/Kconfig.andes_atcspi200 /opt/ncs/zephyr/drivers/spi/Kconfig.b91 /opt/ncs/zephyr/drivers/spi/Kconfig.bitbang /opt/ncs/zephyr/drivers/spi/Kconfig.cc13xx_cc26xx /opt/ncs/zephyr/drivers/spi/Kconfig.dw /opt/ncs/zephyr/drivers/spi/Kconfig.esp32 /opt/ncs/zephyr/drivers/spi/Kconfig.gd32 /opt/ncs/zephyr/drivers/spi/Kconfig.gecko /opt/ncs/zephyr/drivers/spi/Kconfig.grlib_spimctrl /opt/ncs/zephyr/drivers/spi/Kconfig.ifx_cat1 /opt/ncs/zephyr/drivers/spi/Kconfig.litex /opt/ncs/zephyr/drivers/spi/Kconfig.mchp_mss /opt/ncs/zephyr/drivers/spi/Kconfig.mchp_mss_qspi /opt/ncs/zephyr/drivers/spi/Kconfig.mcux_dspi /opt/ncs/zephyr/drivers/spi/Kconfig.mcux_ecspi /opt/ncs/zephyr/drivers/spi/Kconfig.mcux_flexcomm /opt/ncs/zephyr/drivers/spi/Kconfig.mcux_flexio /opt/ncs/zephyr/drivers/spi/Kconfig.mcux_lpspi /opt/ncs/zephyr/drivers/spi/Kconfig.npcx /opt/ncs/zephyr/drivers/spi/Kconfig.nrfx /opt/ncs/zephyr/drivers/spi/Kconfig.numaker /opt/ncs/zephyr/drivers/spi/Kconfig.nxp_s32 /opt/ncs/zephyr/drivers/spi/Kconfig.oc_simple /opt/ncs/zephyr/drivers/spi/Kconfig.opentitan /opt/ncs/zephyr/drivers/spi/Kconfig.pl022 /opt/ncs/zephyr/drivers/spi/Kconfig.psoc6 /opt/ncs/zephyr/drivers/spi/Kconfig.pw /opt/ncs/zephyr/drivers/spi/Kconfig.rpi_pico /opt/ncs/zephyr/drivers/spi/Kconfig.rv32m1_lpspi /opt/ncs/zephyr/drivers/spi/Kconfig.sam /opt/ncs/zephyr/drivers/spi/Kconfig.sam0 /opt/ncs/zephyr/drivers/spi/Kconfig.sedi /opt/ncs/zephyr/drivers/spi/Kconfig.sifive /opt/ncs/zephyr/drivers/spi/Kconfig.smartbond /opt/ncs/zephyr/drivers/spi/Kconfig.spi_emul /opt/ncs/zephyr/drivers/spi/Kconfig.stm32 /opt/ncs/zephyr/drivers/spi/Kconfig.test /opt/ncs/zephyr/drivers/spi/Kconfig.xec_qmspi /opt/ncs/zephyr/drivers/spi/Kconfig.xlnx /opt/ncs/zephyr/drivers/spi/Kconfig.xmc4xxx /opt/ncs/zephyr/drivers/syscon/Kconfig /opt/ncs/zephyr/drivers/timer/CMakeLists.txt /opt/ncs/zephyr/drivers/timer/Kconfig /opt/ncs/zephyr/drivers/timer/Kconfig.altera_avalon /opt/ncs/zephyr/drivers/timer/Kconfig.ambiq /opt/ncs/zephyr/drivers/timer/Kconfig.arcv2 /opt/ncs/zephyr/drivers/timer/Kconfig.arm_arch /opt/ncs/zephyr/drivers/timer/Kconfig.cavs /opt/ncs/zephyr/drivers/timer/Kconfig.cc13xx_cc26xx_rtc /opt/ncs/zephyr/drivers/timer/Kconfig.cortex_m_systick /opt/ncs/zephyr/drivers/timer/Kconfig.esp32 /opt/ncs/zephyr/drivers/timer/Kconfig.gecko /opt/ncs/zephyr/drivers/timer/Kconfig.ite_it8xxx2 /opt/ncs/zephyr/drivers/timer/Kconfig.leon_gptimer /opt/ncs/zephyr/drivers/timer/Kconfig.litex /opt/ncs/zephyr/drivers/timer/Kconfig.mchp_xec_rtos /opt/ncs/zephyr/drivers/timer/Kconfig.mcux_gpt /opt/ncs/zephyr/drivers/timer/Kconfig.mcux_lptmr /opt/ncs/zephyr/drivers/timer/Kconfig.mcux_os /opt/ncs/zephyr/drivers/timer/Kconfig.mips_cp0 /opt/ncs/zephyr/drivers/timer/Kconfig.native_posix /opt/ncs/zephyr/drivers/timer/Kconfig.npcx_itim /opt/ncs/zephyr/drivers/timer/Kconfig.nrf_grtc /opt/ncs/zephyr/drivers/timer/Kconfig.nrf_rtc /opt/ncs/zephyr/drivers/timer/Kconfig.nrf_xrtc /opt/ncs/zephyr/drivers/timer/Kconfig.rcar_cmt /opt/ncs/zephyr/drivers/timer/Kconfig.riscv_machine /opt/ncs/zephyr/drivers/timer/Kconfig.rv32m1_lptmr /opt/ncs/zephyr/drivers/timer/Kconfig.sam0_rtc /opt/ncs/zephyr/drivers/timer/Kconfig.smartbond /opt/ncs/zephyr/drivers/timer/Kconfig.stm32_lptim /opt/ncs/zephyr/drivers/timer/Kconfig.x86 /opt/ncs/zephyr/drivers/timer/Kconfig.xlnx_psttc /opt/ncs/zephyr/drivers/timer/Kconfig.xtensa /opt/ncs/zephyr/drivers/usb/CMakeLists.txt /opt/ncs/zephyr/drivers/usb/Kconfig /opt/ncs/zephyr/drivers/usb/bc12/Kconfig /opt/ncs/zephyr/drivers/usb/bc12/Kconfig.pi3usb9201 /opt/ncs/zephyr/drivers/usb/common/CMakeLists.txt /opt/ncs/zephyr/drivers/usb/common/Kconfig /opt/ncs/zephyr/drivers/usb/common/nrf_usbd_common/CMakeLists.txt /opt/ncs/zephyr/drivers/usb/common/nrf_usbd_common/Kconfig /opt/ncs/zephyr/drivers/usb/device/Kconfig /opt/ncs/zephyr/drivers/usb/udc/Kconfig /opt/ncs/zephyr/drivers/usb/udc/Kconfig.dwc2 /opt/ncs/zephyr/drivers/usb/udc/Kconfig.kinetis /opt/ncs/zephyr/drivers/usb/udc/Kconfig.nrf /opt/ncs/zephyr/drivers/usb/udc/Kconfig.skeleton /opt/ncs/zephyr/drivers/usb/udc/Kconfig.stm32 /opt/ncs/zephyr/drivers/usb/udc/Kconfig.virtual /opt/ncs/zephyr/drivers/usb/uhc/Kconfig /opt/ncs/zephyr/drivers/usb/uhc/Kconfig.max3421e /opt/ncs/zephyr/drivers/usb/uhc/Kconfig.virtual /opt/ncs/zephyr/drivers/usb/uvb/Kconfig /opt/ncs/zephyr/drivers/usb_c/CMakeLists.txt /opt/ncs/zephyr/drivers/usb_c/Kconfig /opt/ncs/zephyr/drivers/usb_c/ppc/Kconfig /opt/ncs/zephyr/drivers/usb_c/ppc/Kconfig.nxp /opt/ncs/zephyr/drivers/usb_c/tcpc/Kconfig /opt/ncs/zephyr/drivers/usb_c/tcpc/Kconfig.tcpc_stm32 /opt/ncs/zephyr/drivers/usb_c/vbus/Kconfig /opt/ncs/zephyr/drivers/usb_c/vbus/Kconfig.usbc_vbus_adc /opt/ncs/zephyr/drivers/video/Kconfig /opt/ncs/zephyr/drivers/video/Kconfig.mcux_csi /opt/ncs/zephyr/drivers/video/Kconfig.mcux_mipi_csi2rx /opt/ncs/zephyr/drivers/video/Kconfig.mt9m114 /opt/ncs/zephyr/drivers/video/Kconfig.ov2640 /opt/ncs/zephyr/drivers/video/Kconfig.ov5640 /opt/ncs/zephyr/drivers/video/Kconfig.ov7725 /opt/ncs/zephyr/drivers/video/Kconfig.stm32_dcmi /opt/ncs/zephyr/drivers/video/Kconfig.sw_generator /opt/ncs/zephyr/drivers/virtualization/Kconfig /opt/ncs/zephyr/drivers/w1/Kconfig /opt/ncs/zephyr/drivers/w1/Kconfig.ds2477_85 /opt/ncs/zephyr/drivers/w1/Kconfig.ds2482-800 /opt/ncs/zephyr/drivers/w1/Kconfig.ds2484 /opt/ncs/zephyr/drivers/w1/Kconfig.ds2485 /opt/ncs/zephyr/drivers/w1/Kconfig.test /opt/ncs/zephyr/drivers/w1/Kconfig.zephyr_gpio /opt/ncs/zephyr/drivers/w1/Kconfig.zephyr_serial /opt/ncs/zephyr/drivers/watchdog/Kconfig /opt/ncs/zephyr/drivers/watchdog/Kconfig.ambiq /opt/ncs/zephyr/drivers/watchdog/Kconfig.andes_atcwdt200 /opt/ncs/zephyr/drivers/watchdog/Kconfig.cc13xx_cc26xx /opt/ncs/zephyr/drivers/watchdog/Kconfig.cc32xx /opt/ncs/zephyr/drivers/watchdog/Kconfig.cmsdk_apb /opt/ncs/zephyr/drivers/watchdog/Kconfig.dw /opt/ncs/zephyr/drivers/watchdog/Kconfig.ene /opt/ncs/zephyr/drivers/watchdog/Kconfig.esp32 /opt/ncs/zephyr/drivers/watchdog/Kconfig.gd32 /opt/ncs/zephyr/drivers/watchdog/Kconfig.gecko /opt/ncs/zephyr/drivers/watchdog/Kconfig.ifx_cat1 /opt/ncs/zephyr/drivers/watchdog/Kconfig.intel_adsp /opt/ncs/zephyr/drivers/watchdog/Kconfig.it8xxx2 /opt/ncs/zephyr/drivers/watchdog/Kconfig.mcux /opt/ncs/zephyr/drivers/watchdog/Kconfig.mcux_imx /opt/ncs/zephyr/drivers/watchdog/Kconfig.npcx /opt/ncs/zephyr/drivers/watchdog/Kconfig.npm1300 /opt/ncs/zephyr/drivers/watchdog/Kconfig.npm6001 /opt/ncs/zephyr/drivers/watchdog/Kconfig.nrfx /opt/ncs/zephyr/drivers/watchdog/Kconfig.numaker /opt/ncs/zephyr/drivers/watchdog/Kconfig.nxp_fs26 /opt/ncs/zephyr/drivers/watchdog/Kconfig.nxp_s32 /opt/ncs/zephyr/drivers/watchdog/Kconfig.opentitan /opt/ncs/zephyr/drivers/watchdog/Kconfig.rpi_pico /opt/ncs/zephyr/drivers/watchdog/Kconfig.sam /opt/ncs/zephyr/drivers/watchdog/Kconfig.sam0 /opt/ncs/zephyr/drivers/watchdog/Kconfig.shell /opt/ncs/zephyr/drivers/watchdog/Kconfig.sifive /opt/ncs/zephyr/drivers/watchdog/Kconfig.smartbond /opt/ncs/zephyr/drivers/watchdog/Kconfig.stm32 /opt/ncs/zephyr/drivers/watchdog/Kconfig.tco /opt/ncs/zephyr/drivers/watchdog/Kconfig.ti_tps382x /opt/ncs/zephyr/drivers/watchdog/Kconfig.xec /opt/ncs/zephyr/drivers/watchdog/Kconfig.xlnx /opt/ncs/zephyr/drivers/watchdog/Kconfig.xmc4xxx /opt/ncs/zephyr/drivers/wifi/Kconfig /opt/ncs/zephyr/drivers/wifi/esp32/Kconfig.esp32 /opt/ncs/zephyr/drivers/wifi/esp_at/Kconfig.esp_at /opt/ncs/zephyr/drivers/wifi/eswifi/Kconfig.eswifi /opt/ncs/zephyr/drivers/wifi/infineon/Kconfig.airoc /opt/ncs/zephyr/drivers/wifi/simplelink/Kconfig.simplelink /opt/ncs/zephyr/drivers/wifi/winc1500/Kconfig.winc1500 /opt/ncs/zephyr/drivers/xen/Kconfig /opt/ncs/zephyr/dts/Kconfig /opt/ncs/zephyr/dts/arm/armv7-m.dtsi /opt/ncs/zephyr/dts/arm/nordic/nrf52833.dtsi /opt/ncs/zephyr/dts/arm/nordic/nrf52833_qiaa.dtsi /opt/ncs/zephyr/dts/arm/nordic/override.dtsi /opt/ncs/zephyr/dts/common/freq.h /opt/ncs/zephyr/dts/common/mem.h /opt/ncs/zephyr/dts/common/nordic/nrf_common.dtsi /opt/ncs/zephyr/dts/common/skeleton.dtsi /opt/ncs/zephyr/include/zephyr/arch/common/app_data_alignment.ld /opt/ncs/zephyr/include/zephyr/dt-bindings/adc/adc.h /opt/ncs/zephyr/include/zephyr/dt-bindings/adc/nrf-adc.h /opt/ncs/zephyr/include/zephyr/dt-bindings/dt-util.h /opt/ncs/zephyr/include/zephyr/dt-bindings/gpio/gpio.h /opt/ncs/zephyr/include/zephyr/dt-bindings/i2c/i2c.h /opt/ncs/zephyr/include/zephyr/dt-bindings/input/input-event-codes.h /opt/ncs/zephyr/include/zephyr/dt-bindings/pinctrl/nrf-pinctrl.h /opt/ncs/zephyr/include/zephyr/dt-bindings/pwm/pwm.h /opt/ncs/zephyr/include/zephyr/linker/app_smem.ld /opt/ncs/zephyr/include/zephyr/linker/app_smem_aligned.ld /opt/ncs/zephyr/include/zephyr/linker/app_smem_unaligned.ld /opt/ncs/zephyr/include/zephyr/sys/util_internal.h /opt/ncs/zephyr/include/zephyr/sys/util_internal_is_eq.h /opt/ncs/zephyr/include/zephyr/sys/util_internal_util_dec.h /opt/ncs/zephyr/include/zephyr/sys/util_internal_util_inc.h /opt/ncs/zephyr/include/zephyr/sys/util_internal_util_x2.h /opt/ncs/zephyr/include/zephyr/sys/util_listify.h /opt/ncs/zephyr/include/zephyr/sys/util_loops.h /opt/ncs/zephyr/include/zephyr/sys/util_macro.h /opt/ncs/zephyr/kernel/CMakeLists.txt /opt/ncs/zephyr/kernel/Kconfig /opt/ncs/zephyr/kernel/Kconfig.device /opt/ncs/zephyr/kernel/Kconfig.mem_domain /opt/ncs/zephyr/kernel/Kconfig.obj_core /opt/ncs/zephyr/kernel/Kconfig.smp /opt/ncs/zephyr/kernel/Kconfig.vm /opt/ncs/zephyr/lib/CMakeLists.txt /opt/ncs/zephyr/lib/Kconfig /opt/ncs/zephyr/lib/acpi/Kconfig /opt/ncs/zephyr/lib/cpp/Kconfig /opt/ncs/zephyr/lib/cpp/Kconfig.deprecated /opt/ncs/zephyr/lib/crc/CMakeLists.txt /opt/ncs/zephyr/lib/crc/Kconfig /opt/ncs/zephyr/lib/hash/CMakeLists.txt /opt/ncs/zephyr/lib/hash/Kconfig /opt/ncs/zephyr/lib/hash/Kconfig.hash_func /opt/ncs/zephyr/lib/hash/Kconfig.hash_map /opt/ncs/zephyr/lib/heap/CMakeLists.txt /opt/ncs/zephyr/lib/heap/Kconfig /opt/ncs/zephyr/lib/libc/CMakeLists.txt /opt/ncs/zephyr/lib/libc/Kconfig /opt/ncs/zephyr/lib/libc/common/CMakeLists.txt /opt/ncs/zephyr/lib/libc/common/Kconfig /opt/ncs/zephyr/lib/libc/minimal/Kconfig /opt/ncs/zephyr/lib/libc/newlib/CMakeLists.txt /opt/ncs/zephyr/lib/libc/newlib/Kconfig /opt/ncs/zephyr/lib/libc/picolibc/Kconfig /opt/ncs/zephyr/lib/mem_blocks/CMakeLists.txt /opt/ncs/zephyr/lib/mem_blocks/Kconfig /opt/ncs/zephyr/lib/open-amp/Kconfig /opt/ncs/zephyr/lib/os/CMakeLists.txt /opt/ncs/zephyr/lib/os/Kconfig /opt/ncs/zephyr/lib/os/Kconfig.cbprintf /opt/ncs/zephyr/lib/posix/CMakeLists.txt /opt/ncs/zephyr/lib/posix/Kconfig /opt/ncs/zephyr/lib/posix/options/CMakeLists.txt /opt/ncs/zephyr/lib/posix/options/Kconfig /opt/ncs/zephyr/lib/posix/options/Kconfig.aio /opt/ncs/zephyr/lib/posix/options/Kconfig.barrier /opt/ncs/zephyr/lib/posix/options/Kconfig.clock /opt/ncs/zephyr/lib/posix/options/Kconfig.cond /opt/ncs/zephyr/lib/posix/options/Kconfig.confstr /opt/ncs/zephyr/lib/posix/options/Kconfig.env /opt/ncs/zephyr/lib/posix/options/Kconfig.eventfd /opt/ncs/zephyr/lib/posix/options/Kconfig.fdtable /opt/ncs/zephyr/lib/posix/options/Kconfig.fnmatch /opt/ncs/zephyr/lib/posix/options/Kconfig.fs /opt/ncs/zephyr/lib/posix/options/Kconfig.getentropy /opt/ncs/zephyr/lib/posix/options/Kconfig.getopt /opt/ncs/zephyr/lib/posix/options/Kconfig.key /opt/ncs/zephyr/lib/posix/options/Kconfig.mqueue /opt/ncs/zephyr/lib/posix/options/Kconfig.mutex /opt/ncs/zephyr/lib/posix/options/Kconfig.net /opt/ncs/zephyr/lib/posix/options/Kconfig.pthread /opt/ncs/zephyr/lib/posix/options/Kconfig.rwlock /opt/ncs/zephyr/lib/posix/options/Kconfig.sched /opt/ncs/zephyr/lib/posix/options/Kconfig.semaphore /opt/ncs/zephyr/lib/posix/options/Kconfig.signal /opt/ncs/zephyr/lib/posix/options/Kconfig.spinlock /opt/ncs/zephyr/lib/posix/options/Kconfig.stropts /opt/ncs/zephyr/lib/posix/options/Kconfig.sysconf /opt/ncs/zephyr/lib/posix/options/Kconfig.syslog /opt/ncs/zephyr/lib/posix/options/Kconfig.template.pooled_ipc_type /opt/ncs/zephyr/lib/posix/options/Kconfig.template.pooled_type /opt/ncs/zephyr/lib/posix/options/Kconfig.template.with_logging /opt/ncs/zephyr/lib/posix/options/Kconfig.template.with_url /opt/ncs/zephyr/lib/posix/options/Kconfig.timer /opt/ncs/zephyr/lib/posix/options/Kconfig.uname /opt/ncs/zephyr/lib/posix/options/getopt/Kconfig /opt/ncs/zephyr/lib/posix/shell/Kconfig /opt/ncs/zephyr/lib/posix/shell/Kconfig.env /opt/ncs/zephyr/lib/posix/shell/Kconfig.uname /opt/ncs/zephyr/lib/runtime/Kconfig /opt/ncs/zephyr/lib/smf/Kconfig /opt/ncs/zephyr/lib/utils/CMakeLists.txt /opt/ncs/zephyr/lib/utils/Kconfig /opt/ncs/zephyr/misc/empty_file.c /opt/ncs/zephyr/misc/generated/CMakeLists.txt /opt/ncs/zephyr/misc/generated/configs.c.in /opt/ncs/zephyr/modules/Kconfig /opt/ncs/zephyr/modules/Kconfig.altera /opt/ncs/zephyr/modules/Kconfig.atmel /opt/ncs/zephyr/modules/Kconfig.chre /opt/ncs/zephyr/modules/Kconfig.cypress /opt/ncs/zephyr/modules/Kconfig.eos_s3 /opt/ncs/zephyr/modules/Kconfig.esp32 /opt/ncs/zephyr/modules/Kconfig.imx /opt/ncs/zephyr/modules/Kconfig.infineon /opt/ncs/zephyr/modules/Kconfig.intel /opt/ncs/zephyr/modules/Kconfig.libmetal /opt/ncs/zephyr/modules/Kconfig.mcuboot /opt/ncs/zephyr/modules/Kconfig.mcux /opt/ncs/zephyr/modules/Kconfig.microchip /opt/ncs/zephyr/modules/Kconfig.nuvoton /opt/ncs/zephyr/modules/Kconfig.nxp_s32 /opt/ncs/zephyr/modules/Kconfig.open-amp /opt/ncs/zephyr/modules/Kconfig.picolibc /opt/ncs/zephyr/modules/Kconfig.silabs /opt/ncs/zephyr/modules/Kconfig.simplelink /opt/ncs/zephyr/modules/Kconfig.sof /opt/ncs/zephyr/modules/Kconfig.stm32 /opt/ncs/zephyr/modules/Kconfig.syst /opt/ncs/zephyr/modules/Kconfig.telink /opt/ncs/zephyr/modules/Kconfig.tinycrypt /opt/ncs/zephyr/modules/Kconfig.vega /opt/ncs/zephyr/modules/Kconfig.wurthelektronik /opt/ncs/zephyr/modules/Kconfig.xtensa /opt/ncs/zephyr/modules/acpica/Kconfig /opt/ncs/zephyr/modules/canopennode/CMakeLists.txt /opt/ncs/zephyr/modules/canopennode/Kconfig /opt/ncs/zephyr/modules/cmsis-dsp/CMakeLists.txt /opt/ncs/zephyr/modules/cmsis-dsp/Kconfig /opt/ncs/zephyr/modules/cmsis-nn/CMakeLists.txt /opt/ncs/zephyr/modules/cmsis-nn/Kconfig /opt/ncs/zephyr/modules/cmsis/CMakeLists.txt /opt/ncs/zephyr/modules/cmsis/Kconfig /opt/ncs/zephyr/modules/fatfs/CMakeLists.txt /opt/ncs/zephyr/modules/fatfs/Kconfig /opt/ncs/zephyr/modules/hal_ambiq/Kconfig /opt/ncs/zephyr/modules/hal_ethos_u/Kconfig /opt/ncs/zephyr/modules/hal_gigadevice/Kconfig /opt/ncs/zephyr/modules/hal_infineon/Kconfig /opt/ncs/zephyr/modules/hal_nordic/CMakeLists.txt /opt/ncs/zephyr/modules/hal_nordic/Kconfig /opt/ncs/zephyr/modules/hal_nordic/Kconfig.nrf_regtool /opt/ncs/zephyr/modules/hal_nordic/nrfs/Kconfig /opt/ncs/zephyr/modules/hal_nordic/nrfs/backends/Kconfig /opt/ncs/zephyr/modules/hal_nordic/nrfs/dvfs/Kconfig /opt/ncs/zephyr/modules/hal_nordic/nrfx/CMakeLists.txt /opt/ncs/zephyr/modules/hal_nordic/nrfx/Kconfig /opt/ncs/zephyr/modules/hal_nordic/nrfx/Kconfig.logging /opt/ncs/zephyr/modules/hal_nxp/Kconfig /opt/ncs/zephyr/modules/hal_rpi_pico/Kconfig /opt/ncs/zephyr/modules/hal_st/Kconfig /opt/ncs/zephyr/modules/hostap/Kconfig /opt/ncs/zephyr/modules/liblc3/CMakeLists.txt /opt/ncs/zephyr/modules/liblc3/Kconfig /opt/ncs/zephyr/modules/littlefs/CMakeLists.txt /opt/ncs/zephyr/modules/littlefs/Kconfig /opt/ncs/zephyr/modules/loramac-node/CMakeLists.txt /opt/ncs/zephyr/modules/loramac-node/Kconfig /opt/ncs/zephyr/modules/lvgl/CMakeLists.txt /opt/ncs/zephyr/modules/lvgl/Kconfig /opt/ncs/zephyr/modules/lvgl/Kconfig.input /opt/ncs/zephyr/modules/lvgl/Kconfig.memory /opt/ncs/zephyr/modules/lvgl/Kconfig.shell /opt/ncs/zephyr/modules/lz4/CMakeLists.txt /opt/ncs/zephyr/modules/lz4/Kconfig /opt/ncs/zephyr/modules/mbedtls/CMakeLists.txt /opt/ncs/zephyr/modules/mbedtls/Kconfig /opt/ncs/zephyr/modules/mbedtls/Kconfig.psa /opt/ncs/zephyr/modules/mbedtls/Kconfig.tls-generic /opt/ncs/zephyr/modules/modules.cmake /opt/ncs/zephyr/modules/nanopb/CMakeLists.txt /opt/ncs/zephyr/modules/nanopb/Kconfig /opt/ncs/zephyr/modules/openthread/CMakeLists.txt /opt/ncs/zephyr/modules/openthread/Kconfig /opt/ncs/zephyr/modules/openthread/Kconfig.features /opt/ncs/zephyr/modules/openthread/Kconfig.thread /opt/ncs/zephyr/modules/percepio/Kconfig /opt/ncs/zephyr/modules/segger/CMakeLists.txt /opt/ncs/zephyr/modules/segger/Kconfig /opt/ncs/zephyr/modules/tflite-micro/Kconfig /opt/ncs/zephyr/modules/thrift/Kconfig /opt/ncs/zephyr/modules/trusted-firmware-a/Kconfig /opt/ncs/zephyr/modules/trusted-firmware-m/CMakeLists.txt /opt/ncs/zephyr/modules/trusted-firmware-m/Kconfig /opt/ncs/zephyr/modules/trusted-firmware-m/Kconfig.tfm /opt/ncs/zephyr/modules/trusted-firmware-m/Kconfig.tfm.crypto_modules /opt/ncs/zephyr/modules/trusted-firmware-m/Kconfig.tfm.partitions /opt/ncs/zephyr/modules/uoscore-uedhoc/CMakeLists.txt /opt/ncs/zephyr/modules/uoscore-uedhoc/Kconfig /opt/ncs/zephyr/modules/zcbor/CMakeLists.txt /opt/ncs/zephyr/modules/zcbor/Kconfig /opt/ncs/zephyr/scripts/dts/gen_defines.py /opt/ncs/zephyr/scripts/dts/gen_driver_kconfig_dts.py /opt/ncs/zephyr/scripts/dts/gen_dts_cmake.py /opt/ncs/zephyr/scripts/snippets.py /opt/ncs/zephyr/share/zephyr-package/cmake/ZephyrConfig.cmake /opt/ncs/zephyr/share/zephyr-package/cmake/ZephyrConfigVersion.cmake /opt/ncs/zephyr/share/zephyr-package/cmake/zephyr_package_search.cmake /opt/ncs/zephyr/snippets/cdc-acm-console/snippet.yml /opt/ncs/zephyr/snippets/nordic-flpr-xip/snippet.yml /opt/ncs/zephyr/snippets/nordic-flpr/snippet.yml /opt/ncs/zephyr/snippets/nordic-ppr-xip/snippet.yml /opt/ncs/zephyr/snippets/nordic-ppr/snippet.yml /opt/ncs/zephyr/snippets/nus-console/snippet.yml /opt/ncs/zephyr/snippets/rtt-console/snippet.yml /opt/ncs/zephyr/snippets/xen_dom0/snippet.yml /opt/ncs/zephyr/soc/CMakeLists.txt /opt/ncs/zephyr/soc/Kconfig /opt/ncs/zephyr/soc/Kconfig.v2 /opt/ncs/zephyr/soc/altr/qemu_nios2/Kconfig /opt/ncs/zephyr/soc/altr/qemu_nios2/Kconfig.defconfig /opt/ncs/zephyr/soc/altr/qemu_nios2/Kconfig.soc /opt/ncs/zephyr/soc/altr/zephyr_nios2f/Kconfig /opt/ncs/zephyr/soc/altr/zephyr_nios2f/Kconfig.defconfig /opt/ncs/zephyr/soc/altr/zephyr_nios2f/Kconfig.soc /opt/ncs/zephyr/soc/ambiq/Kconfig /opt/ncs/zephyr/soc/ambiq/Kconfig.defconfig /opt/ncs/zephyr/soc/ambiq/Kconfig.soc /opt/ncs/zephyr/soc/ambiq/apollo3x/Kconfig /opt/ncs/zephyr/soc/ambiq/apollo3x/Kconfig.defconfig /opt/ncs/zephyr/soc/ambiq/apollo3x/Kconfig.defconfig.apollo3_blue /opt/ncs/zephyr/soc/ambiq/apollo3x/Kconfig.defconfig.apollo3p_blue /opt/ncs/zephyr/soc/ambiq/apollo3x/Kconfig.soc /opt/ncs/zephyr/soc/ambiq/apollo4x/Kconfig /opt/ncs/zephyr/soc/ambiq/apollo4x/Kconfig.defconfig /opt/ncs/zephyr/soc/ambiq/apollo4x/Kconfig.defconfig.apollo4p /opt/ncs/zephyr/soc/ambiq/apollo4x/Kconfig.defconfig.apollo4p_blue /opt/ncs/zephyr/soc/ambiq/apollo4x/Kconfig.soc /opt/ncs/zephyr/soc/andestech/Kconfig /opt/ncs/zephyr/soc/andestech/Kconfig.defconfig /opt/ncs/zephyr/soc/andestech/Kconfig.soc /opt/ncs/zephyr/soc/andestech/ae350/Kconfig /opt/ncs/zephyr/soc/andestech/ae350/Kconfig.defconfig /opt/ncs/zephyr/soc/andestech/ae350/Kconfig.defconfig.ae350 /opt/ncs/zephyr/soc/andestech/ae350/Kconfig.soc /opt/ncs/zephyr/soc/arm/Kconfig /opt/ncs/zephyr/soc/arm/Kconfig.defconfig /opt/ncs/zephyr/soc/arm/Kconfig.soc /opt/ncs/zephyr/soc/arm/beetle/Kconfig /opt/ncs/zephyr/soc/arm/beetle/Kconfig.defconfig /opt/ncs/zephyr/soc/arm/beetle/Kconfig.soc /opt/ncs/zephyr/soc/arm/designstart/Kconfig /opt/ncs/zephyr/soc/arm/designstart/Kconfig.soc /opt/ncs/zephyr/soc/arm/fvp_aemv8a/Kconfig /opt/ncs/zephyr/soc/arm/fvp_aemv8a/Kconfig.defconfig /opt/ncs/zephyr/soc/arm/fvp_aemv8a/Kconfig.soc /opt/ncs/zephyr/soc/arm/fvp_aemv8r/Kconfig /opt/ncs/zephyr/soc/arm/fvp_aemv8r/Kconfig.defconfig /opt/ncs/zephyr/soc/arm/fvp_aemv8r/Kconfig.soc /opt/ncs/zephyr/soc/arm/mps2/Kconfig /opt/ncs/zephyr/soc/arm/mps2/Kconfig.defconfig /opt/ncs/zephyr/soc/arm/mps2/Kconfig.defconfig.an385 /opt/ncs/zephyr/soc/arm/mps2/Kconfig.defconfig.an521 /opt/ncs/zephyr/soc/arm/mps2/Kconfig.soc /opt/ncs/zephyr/soc/arm/mps3/Kconfig /opt/ncs/zephyr/soc/arm/mps3/Kconfig.defconfig /opt/ncs/zephyr/soc/arm/mps3/Kconfig.defconfig.mps3_an547 /opt/ncs/zephyr/soc/arm/mps3/Kconfig.soc /opt/ncs/zephyr/soc/arm/musca/Kconfig /opt/ncs/zephyr/soc/arm/musca/Kconfig.defconfig /opt/ncs/zephyr/soc/arm/musca/Kconfig.soc /opt/ncs/zephyr/soc/arm/qemu_cortex_a53/Kconfig /opt/ncs/zephyr/soc/arm/qemu_cortex_a53/Kconfig.defconfig /opt/ncs/zephyr/soc/arm/qemu_cortex_a53/Kconfig.soc /opt/ncs/zephyr/soc/arm/qemu_virt_arm64/Kconfig /opt/ncs/zephyr/soc/arm/qemu_virt_arm64/Kconfig.defconfig /opt/ncs/zephyr/soc/arm/qemu_virt_arm64/Kconfig.soc /opt/ncs/zephyr/soc/aspeed/Kconfig /opt/ncs/zephyr/soc/aspeed/Kconfig.defconfig /opt/ncs/zephyr/soc/aspeed/Kconfig.soc /opt/ncs/zephyr/soc/aspeed/ast10x0/Kconfig /opt/ncs/zephyr/soc/aspeed/ast10x0/Kconfig.defconfig /opt/ncs/zephyr/soc/aspeed/ast10x0/Kconfig.defconfig.ast1030 /opt/ncs/zephyr/soc/aspeed/ast10x0/Kconfig.soc /opt/ncs/zephyr/soc/atmel/sam/Kconfig /opt/ncs/zephyr/soc/atmel/sam/Kconfig.defconfig /opt/ncs/zephyr/soc/atmel/sam/Kconfig.soc /opt/ncs/zephyr/soc/atmel/sam/common/Kconfig /opt/ncs/zephyr/soc/atmel/sam/sam3x/Kconfig /opt/ncs/zephyr/soc/atmel/sam/sam3x/Kconfig.defconfig /opt/ncs/zephyr/soc/atmel/sam/sam3x/Kconfig.soc /opt/ncs/zephyr/soc/atmel/sam/sam4e/Kconfig /opt/ncs/zephyr/soc/atmel/sam/sam4e/Kconfig.defconfig /opt/ncs/zephyr/soc/atmel/sam/sam4e/Kconfig.soc /opt/ncs/zephyr/soc/atmel/sam/sam4l/Kconfig /opt/ncs/zephyr/soc/atmel/sam/sam4l/Kconfig.defconfig /opt/ncs/zephyr/soc/atmel/sam/sam4l/Kconfig.soc /opt/ncs/zephyr/soc/atmel/sam/sam4s/Kconfig /opt/ncs/zephyr/soc/atmel/sam/sam4s/Kconfig.defconfig /opt/ncs/zephyr/soc/atmel/sam/sam4s/Kconfig.soc /opt/ncs/zephyr/soc/atmel/sam/same70/Kconfig /opt/ncs/zephyr/soc/atmel/sam/same70/Kconfig.defconfig /opt/ncs/zephyr/soc/atmel/sam/same70/Kconfig.soc /opt/ncs/zephyr/soc/atmel/sam/samv71/Kconfig /opt/ncs/zephyr/soc/atmel/sam/samv71/Kconfig.defconfig /opt/ncs/zephyr/soc/atmel/sam/samv71/Kconfig.soc /opt/ncs/zephyr/soc/atmel/sam0/Kconfig /opt/ncs/zephyr/soc/atmel/sam0/Kconfig.defconfig /opt/ncs/zephyr/soc/atmel/sam0/Kconfig.soc /opt/ncs/zephyr/soc/atmel/sam0/common/Kconfig.samd2x /opt/ncs/zephyr/soc/atmel/sam0/common/Kconfig.samd5x /opt/ncs/zephyr/soc/atmel/sam0/common/Kconfig.saml2x /opt/ncs/zephyr/soc/atmel/sam0/samc20/Kconfig /opt/ncs/zephyr/soc/atmel/sam0/samc20/Kconfig.defconfig /opt/ncs/zephyr/soc/atmel/sam0/samc20/Kconfig.soc /opt/ncs/zephyr/soc/atmel/sam0/samc21/Kconfig /opt/ncs/zephyr/soc/atmel/sam0/samc21/Kconfig.defconfig /opt/ncs/zephyr/soc/atmel/sam0/samc21/Kconfig.soc /opt/ncs/zephyr/soc/atmel/sam0/samd20/Kconfig /opt/ncs/zephyr/soc/atmel/sam0/samd20/Kconfig.defconfig /opt/ncs/zephyr/soc/atmel/sam0/samd20/Kconfig.soc /opt/ncs/zephyr/soc/atmel/sam0/samd21/Kconfig /opt/ncs/zephyr/soc/atmel/sam0/samd21/Kconfig.defconfig /opt/ncs/zephyr/soc/atmel/sam0/samd21/Kconfig.soc /opt/ncs/zephyr/soc/atmel/sam0/samd51/Kconfig /opt/ncs/zephyr/soc/atmel/sam0/samd51/Kconfig.defconfig /opt/ncs/zephyr/soc/atmel/sam0/samd51/Kconfig.soc /opt/ncs/zephyr/soc/atmel/sam0/same51/Kconfig /opt/ncs/zephyr/soc/atmel/sam0/same51/Kconfig.defconfig /opt/ncs/zephyr/soc/atmel/sam0/same51/Kconfig.soc /opt/ncs/zephyr/soc/atmel/sam0/same53/Kconfig /opt/ncs/zephyr/soc/atmel/sam0/same53/Kconfig.defconfig /opt/ncs/zephyr/soc/atmel/sam0/same53/Kconfig.soc /opt/ncs/zephyr/soc/atmel/sam0/same54/Kconfig /opt/ncs/zephyr/soc/atmel/sam0/same54/Kconfig.defconfig /opt/ncs/zephyr/soc/atmel/sam0/same54/Kconfig.soc /opt/ncs/zephyr/soc/atmel/sam0/saml21/Kconfig /opt/ncs/zephyr/soc/atmel/sam0/saml21/Kconfig.defconfig /opt/ncs/zephyr/soc/atmel/sam0/saml21/Kconfig.soc /opt/ncs/zephyr/soc/atmel/sam0/samr21/Kconfig /opt/ncs/zephyr/soc/atmel/sam0/samr21/Kconfig.defconfig /opt/ncs/zephyr/soc/atmel/sam0/samr21/Kconfig.soc /opt/ncs/zephyr/soc/atmel/sam0/samr34/Kconfig /opt/ncs/zephyr/soc/atmel/sam0/samr34/Kconfig.defconfig /opt/ncs/zephyr/soc/atmel/sam0/samr34/Kconfig.soc /opt/ncs/zephyr/soc/atmel/sam0/samr35/Kconfig /opt/ncs/zephyr/soc/atmel/sam0/samr35/Kconfig.defconfig /opt/ncs/zephyr/soc/atmel/sam0/samr35/Kconfig.soc /opt/ncs/zephyr/soc/brcm/bcm2711/Kconfig /opt/ncs/zephyr/soc/brcm/bcm2711/Kconfig.defconfig /opt/ncs/zephyr/soc/brcm/bcm2711/Kconfig.soc /opt/ncs/zephyr/soc/brcm/bcm2712/Kconfig /opt/ncs/zephyr/soc/brcm/bcm2712/Kconfig.defconfig /opt/ncs/zephyr/soc/brcm/bcm2712/Kconfig.soc /opt/ncs/zephyr/soc/brcm/bcmvk/Kconfig /opt/ncs/zephyr/soc/brcm/bcmvk/Kconfig.defconfig /opt/ncs/zephyr/soc/brcm/bcmvk/Kconfig.soc /opt/ncs/zephyr/soc/brcm/bcmvk/valkyrie/Kconfig /opt/ncs/zephyr/soc/brcm/bcmvk/valkyrie/Kconfig.defconfig /opt/ncs/zephyr/soc/brcm/bcmvk/valkyrie/Kconfig.soc /opt/ncs/zephyr/soc/brcm/bcmvk/viper/Kconfig /opt/ncs/zephyr/soc/brcm/bcmvk/viper/Kconfig.defconfig /opt/ncs/zephyr/soc/brcm/bcmvk/viper/Kconfig.defconfig.viper_bcm58402_a72 /opt/ncs/zephyr/soc/brcm/bcmvk/viper/Kconfig.defconfig.viper_bcm58402_m7 /opt/ncs/zephyr/soc/brcm/bcmvk/viper/Kconfig.soc /opt/ncs/zephyr/soc/cdns/dc233c/Kconfig /opt/ncs/zephyr/soc/cdns/dc233c/Kconfig.defconfig /opt/ncs/zephyr/soc/cdns/dc233c/Kconfig.soc /opt/ncs/zephyr/soc/cdns/xtensa_sample_controller/Kconfig /opt/ncs/zephyr/soc/cdns/xtensa_sample_controller/Kconfig.soc /opt/ncs/zephyr/soc/common/CMakeLists.txt /opt/ncs/zephyr/soc/common/Kconfig /opt/ncs/zephyr/soc/common/riscv-privileged/Kconfig /opt/ncs/zephyr/soc/efinix/sapphire/Kconfig /opt/ncs/zephyr/soc/efinix/sapphire/Kconfig.defconfig /opt/ncs/zephyr/soc/efinix/sapphire/Kconfig.soc /opt/ncs/zephyr/soc/ene/kb1200/Kconfig /opt/ncs/zephyr/soc/ene/kb1200/Kconfig.defconfig /opt/ncs/zephyr/soc/ene/kb1200/Kconfig.soc /opt/ncs/zephyr/soc/espressif/Kconfig /opt/ncs/zephyr/soc/espressif/Kconfig.defconfig /opt/ncs/zephyr/soc/espressif/Kconfig.soc /opt/ncs/zephyr/soc/espressif/common/Kconfig /opt/ncs/zephyr/soc/espressif/common/Kconfig.defconfig /opt/ncs/zephyr/soc/espressif/common/Kconfig.esptool /opt/ncs/zephyr/soc/espressif/common/Kconfig.flash /opt/ncs/zephyr/soc/espressif/common/Kconfig.spiram /opt/ncs/zephyr/soc/espressif/esp32/Kconfig /opt/ncs/zephyr/soc/espressif/esp32/Kconfig.defconfig /opt/ncs/zephyr/soc/espressif/esp32/Kconfig.mac /opt/ncs/zephyr/soc/espressif/esp32/Kconfig.rtc /opt/ncs/zephyr/soc/espressif/esp32/Kconfig.soc /opt/ncs/zephyr/soc/espressif/esp32c3/Kconfig /opt/ncs/zephyr/soc/espressif/esp32c3/Kconfig.defconfig /opt/ncs/zephyr/soc/espressif/esp32c3/Kconfig.mac /opt/ncs/zephyr/soc/espressif/esp32c3/Kconfig.rtc /opt/ncs/zephyr/soc/espressif/esp32c3/Kconfig.soc /opt/ncs/zephyr/soc/espressif/esp32s2/Kconfig /opt/ncs/zephyr/soc/espressif/esp32s2/Kconfig.defconfig /opt/ncs/zephyr/soc/espressif/esp32s2/Kconfig.mac /opt/ncs/zephyr/soc/espressif/esp32s2/Kconfig.rtc /opt/ncs/zephyr/soc/espressif/esp32s2/Kconfig.soc /opt/ncs/zephyr/soc/espressif/esp32s3/Kconfig /opt/ncs/zephyr/soc/espressif/esp32s3/Kconfig.defconfig /opt/ncs/zephyr/soc/espressif/esp32s3/Kconfig.mac /opt/ncs/zephyr/soc/espressif/esp32s3/Kconfig.rtc /opt/ncs/zephyr/soc/espressif/esp32s3/Kconfig.soc /opt/ncs/zephyr/soc/gaisler/Kconfig /opt/ncs/zephyr/soc/gaisler/Kconfig.soc /opt/ncs/zephyr/soc/gaisler/gr716a/Kconfig /opt/ncs/zephyr/soc/gaisler/gr716a/Kconfig.defconfig /opt/ncs/zephyr/soc/gaisler/gr716a/Kconfig.soc /opt/ncs/zephyr/soc/gaisler/leon3/Kconfig /opt/ncs/zephyr/soc/gaisler/leon3/Kconfig.defconfig /opt/ncs/zephyr/soc/gaisler/leon3/Kconfig.soc /opt/ncs/zephyr/soc/gd/gd32/Kconfig /opt/ncs/zephyr/soc/gd/gd32/Kconfig.defconfig /opt/ncs/zephyr/soc/gd/gd32/Kconfig.soc /opt/ncs/zephyr/soc/gd/gd32/gd32a50x/Kconfig /opt/ncs/zephyr/soc/gd/gd32/gd32a50x/Kconfig.defconfig.gd32a503 /opt/ncs/zephyr/soc/gd/gd32/gd32a50x/Kconfig.defconfig.series /opt/ncs/zephyr/soc/gd/gd32/gd32a50x/Kconfig.soc /opt/ncs/zephyr/soc/gd/gd32/gd32e10x/Kconfig /opt/ncs/zephyr/soc/gd/gd32/gd32e10x/Kconfig.defconfig.gd32e103 /opt/ncs/zephyr/soc/gd/gd32/gd32e10x/Kconfig.defconfig.series /opt/ncs/zephyr/soc/gd/gd32/gd32e10x/Kconfig.soc /opt/ncs/zephyr/soc/gd/gd32/gd32e50x/Kconfig /opt/ncs/zephyr/soc/gd/gd32/gd32e50x/Kconfig.defconfig.gd32e507 /opt/ncs/zephyr/soc/gd/gd32/gd32e50x/Kconfig.defconfig.series /opt/ncs/zephyr/soc/gd/gd32/gd32e50x/Kconfig.soc /opt/ncs/zephyr/soc/gd/gd32/gd32f3x0/Kconfig /opt/ncs/zephyr/soc/gd/gd32/gd32f3x0/Kconfig.defconfig.gd32f350 /opt/ncs/zephyr/soc/gd/gd32/gd32f3x0/Kconfig.defconfig.series /opt/ncs/zephyr/soc/gd/gd32/gd32f3x0/Kconfig.soc /opt/ncs/zephyr/soc/gd/gd32/gd32f403/Kconfig /opt/ncs/zephyr/soc/gd/gd32/gd32f403/Kconfig.defconfig.gd32f403 /opt/ncs/zephyr/soc/gd/gd32/gd32f403/Kconfig.defconfig.series /opt/ncs/zephyr/soc/gd/gd32/gd32f403/Kconfig.soc /opt/ncs/zephyr/soc/gd/gd32/gd32f4xx/Kconfig /opt/ncs/zephyr/soc/gd/gd32/gd32f4xx/Kconfig.defconfig.gd32f405 /opt/ncs/zephyr/soc/gd/gd32/gd32f4xx/Kconfig.defconfig.gd32f407 /opt/ncs/zephyr/soc/gd/gd32/gd32f4xx/Kconfig.defconfig.gd32f450 /opt/ncs/zephyr/soc/gd/gd32/gd32f4xx/Kconfig.defconfig.gd32f470 /opt/ncs/zephyr/soc/gd/gd32/gd32f4xx/Kconfig.defconfig.series /opt/ncs/zephyr/soc/gd/gd32/gd32f4xx/Kconfig.soc /opt/ncs/zephyr/soc/gd/gd32/gd32l23x/Kconfig /opt/ncs/zephyr/soc/gd/gd32/gd32l23x/Kconfig.defconfig.gd32l233 /opt/ncs/zephyr/soc/gd/gd32/gd32l23x/Kconfig.defconfig.series /opt/ncs/zephyr/soc/gd/gd32/gd32l23x/Kconfig.soc /opt/ncs/zephyr/soc/gd/gd32/gd32vf103/Kconfig /opt/ncs/zephyr/soc/gd/gd32/gd32vf103/Kconfig.defconfig.gd32vf103 /opt/ncs/zephyr/soc/gd/gd32/gd32vf103/Kconfig.defconfig.series /opt/ncs/zephyr/soc/gd/gd32/gd32vf103/Kconfig.soc /opt/ncs/zephyr/soc/infineon/cat1a/Kconfig /opt/ncs/zephyr/soc/infineon/cat1a/Kconfig.defconfig /opt/ncs/zephyr/soc/infineon/cat1a/Kconfig.soc /opt/ncs/zephyr/soc/infineon/cat1a/psoc6_01/Kconfig.defconfig /opt/ncs/zephyr/soc/infineon/cat1a/psoc6_01/Kconfig.soc /opt/ncs/zephyr/soc/infineon/cat1a/psoc6_02/Kconfig.defconfig /opt/ncs/zephyr/soc/infineon/cat1a/psoc6_02/Kconfig.soc /opt/ncs/zephyr/soc/infineon/cat1a/psoc6_03/Kconfig.defconfig /opt/ncs/zephyr/soc/infineon/cat1a/psoc6_03/Kconfig.soc /opt/ncs/zephyr/soc/infineon/cat1a/psoc6_04/Kconfig.defconfig /opt/ncs/zephyr/soc/infineon/cat1a/psoc6_04/Kconfig.soc /opt/ncs/zephyr/soc/infineon/cat1a/psoc6_legacy/Kconfig.defconfig /opt/ncs/zephyr/soc/infineon/cat1a/psoc6_legacy/Kconfig.soc /opt/ncs/zephyr/soc/infineon/cat3/Kconfig /opt/ncs/zephyr/soc/infineon/cat3/Kconfig.defconfig /opt/ncs/zephyr/soc/infineon/cat3/Kconfig.soc /opt/ncs/zephyr/soc/infineon/cat3/xmc4xxx/Kconfig /opt/ncs/zephyr/soc/infineon/cat3/xmc4xxx/Kconfig.defconfig /opt/ncs/zephyr/soc/infineon/cat3/xmc4xxx/Kconfig.defconfig.xmc4500 /opt/ncs/zephyr/soc/infineon/cat3/xmc4xxx/Kconfig.defconfig.xmc4700 /opt/ncs/zephyr/soc/infineon/cat3/xmc4xxx/Kconfig.soc /opt/ncs/zephyr/soc/intel/alder_lake/Kconfig /opt/ncs/zephyr/soc/intel/alder_lake/Kconfig.defconfig /opt/ncs/zephyr/soc/intel/alder_lake/Kconfig.soc /opt/ncs/zephyr/soc/intel/apollo_lake/Kconfig /opt/ncs/zephyr/soc/intel/apollo_lake/Kconfig.defconfig /opt/ncs/zephyr/soc/intel/apollo_lake/Kconfig.soc /opt/ncs/zephyr/soc/intel/atom/Kconfig /opt/ncs/zephyr/soc/intel/atom/Kconfig.defconfig /opt/ncs/zephyr/soc/intel/atom/Kconfig.soc /opt/ncs/zephyr/soc/intel/elkhart_lake/Kconfig /opt/ncs/zephyr/soc/intel/elkhart_lake/Kconfig.defconfig /opt/ncs/zephyr/soc/intel/elkhart_lake/Kconfig.soc /opt/ncs/zephyr/soc/intel/intel_adsp/Kconfig /opt/ncs/zephyr/soc/intel/intel_adsp/Kconfig.defconfig /opt/ncs/zephyr/soc/intel/intel_adsp/Kconfig.soc /opt/ncs/zephyr/soc/intel/intel_adsp/ace/Kconfig /opt/ncs/zephyr/soc/intel/intel_adsp/ace/Kconfig.defconfig.ace15_mtpm /opt/ncs/zephyr/soc/intel/intel_adsp/ace/Kconfig.defconfig.ace20_lnl /opt/ncs/zephyr/soc/intel/intel_adsp/ace/Kconfig.defconfig.series /opt/ncs/zephyr/soc/intel/intel_adsp/ace/Kconfig.soc /opt/ncs/zephyr/soc/intel/intel_adsp/cavs/Kconfig /opt/ncs/zephyr/soc/intel/intel_adsp/cavs/Kconfig.defconfig.cavs_v25 /opt/ncs/zephyr/soc/intel/intel_adsp/cavs/Kconfig.defconfig.series /opt/ncs/zephyr/soc/intel/intel_adsp/cavs/Kconfig.soc /opt/ncs/zephyr/soc/intel/intel_ish/Kconfig /opt/ncs/zephyr/soc/intel/intel_ish/Kconfig.defconfig /opt/ncs/zephyr/soc/intel/intel_ish/Kconfig.soc /opt/ncs/zephyr/soc/intel/intel_ish/intel_ish5/Kconfig.defconfig.series /opt/ncs/zephyr/soc/intel/intel_ish/intel_ish5/Kconfig.soc /opt/ncs/zephyr/soc/intel/intel_ish/intel_ish5/pm/Kconfig.pm /opt/ncs/zephyr/soc/intel/intel_niosv/Kconfig /opt/ncs/zephyr/soc/intel/intel_niosv/Kconfig.defconfig /opt/ncs/zephyr/soc/intel/intel_niosv/Kconfig.soc /opt/ncs/zephyr/soc/intel/intel_niosv/niosv/Kconfig /opt/ncs/zephyr/soc/intel/intel_niosv/niosv/Kconfig.defconfig.series /opt/ncs/zephyr/soc/intel/intel_niosv/niosv/Kconfig.soc /opt/ncs/zephyr/soc/intel/intel_socfpga/Kconfig /opt/ncs/zephyr/soc/intel/intel_socfpga/Kconfig.defconfig /opt/ncs/zephyr/soc/intel/intel_socfpga/Kconfig.soc /opt/ncs/zephyr/soc/intel/intel_socfpga/agilex/Kconfig /opt/ncs/zephyr/soc/intel/intel_socfpga/agilex/Kconfig.defconfig.agilex /opt/ncs/zephyr/soc/intel/intel_socfpga/agilex/Kconfig.defconfig.series /opt/ncs/zephyr/soc/intel/intel_socfpga/agilex/Kconfig.soc /opt/ncs/zephyr/soc/intel/intel_socfpga/agilex5/Kconfig /opt/ncs/zephyr/soc/intel/intel_socfpga/agilex5/Kconfig.defconfig.agilex5 /opt/ncs/zephyr/soc/intel/intel_socfpga/agilex5/Kconfig.defconfig.series /opt/ncs/zephyr/soc/intel/intel_socfpga/agilex5/Kconfig.soc /opt/ncs/zephyr/soc/intel/intel_socfpga_std/Kconfig /opt/ncs/zephyr/soc/intel/intel_socfpga_std/Kconfig.defconfig /opt/ncs/zephyr/soc/intel/intel_socfpga_std/Kconfig.soc /opt/ncs/zephyr/soc/intel/intel_socfpga_std/cyclonev/Kconfig /opt/ncs/zephyr/soc/intel/intel_socfpga_std/cyclonev/Kconfig.defconfig.cyclonev /opt/ncs/zephyr/soc/intel/intel_socfpga_std/cyclonev/Kconfig.defconfig.series /opt/ncs/zephyr/soc/intel/intel_socfpga_std/cyclonev/Kconfig.soc /opt/ncs/zephyr/soc/intel/lakemont/Kconfig /opt/ncs/zephyr/soc/intel/lakemont/Kconfig.defconfig /opt/ncs/zephyr/soc/intel/lakemont/Kconfig.soc /opt/ncs/zephyr/soc/intel/raptor_lake/Kconfig /opt/ncs/zephyr/soc/intel/raptor_lake/Kconfig.defconfig /opt/ncs/zephyr/soc/intel/raptor_lake/Kconfig.soc /opt/ncs/zephyr/soc/ite/ec/Kconfig /opt/ncs/zephyr/soc/ite/ec/Kconfig.defconfig /opt/ncs/zephyr/soc/ite/ec/Kconfig.soc /opt/ncs/zephyr/soc/ite/ec/it8xxx2/Kconfig /opt/ncs/zephyr/soc/ite/ec/it8xxx2/Kconfig.defconfig.it81202bx /opt/ncs/zephyr/soc/ite/ec/it8xxx2/Kconfig.defconfig.it81202cx /opt/ncs/zephyr/soc/ite/ec/it8xxx2/Kconfig.defconfig.it81202dx /opt/ncs/zephyr/soc/ite/ec/it8xxx2/Kconfig.defconfig.it81302bx /opt/ncs/zephyr/soc/ite/ec/it8xxx2/Kconfig.defconfig.it81302cx /opt/ncs/zephyr/soc/ite/ec/it8xxx2/Kconfig.defconfig.it81302dx /opt/ncs/zephyr/soc/ite/ec/it8xxx2/Kconfig.defconfig.it82002aw /opt/ncs/zephyr/soc/ite/ec/it8xxx2/Kconfig.defconfig.it82002bw /opt/ncs/zephyr/soc/ite/ec/it8xxx2/Kconfig.defconfig.it82202ax /opt/ncs/zephyr/soc/ite/ec/it8xxx2/Kconfig.defconfig.it82202bw /opt/ncs/zephyr/soc/ite/ec/it8xxx2/Kconfig.defconfig.it82302ax /opt/ncs/zephyr/soc/ite/ec/it8xxx2/Kconfig.defconfig.it82302bw /opt/ncs/zephyr/soc/ite/ec/it8xxx2/Kconfig.defconfig.series /opt/ncs/zephyr/soc/ite/ec/it8xxx2/Kconfig.soc /opt/ncs/zephyr/soc/litex/litex_vexriscv/Kconfig /opt/ncs/zephyr/soc/litex/litex_vexriscv/Kconfig.defconfig /opt/ncs/zephyr/soc/litex/litex_vexriscv/Kconfig.soc /opt/ncs/zephyr/soc/lowrisc/opentitan/Kconfig /opt/ncs/zephyr/soc/lowrisc/opentitan/Kconfig.defconfig /opt/ncs/zephyr/soc/lowrisc/opentitan/Kconfig.soc /opt/ncs/zephyr/soc/microchip/mec/Kconfig /opt/ncs/zephyr/soc/microchip/mec/Kconfig.defconfig /opt/ncs/zephyr/soc/microchip/mec/Kconfig.soc /opt/ncs/zephyr/soc/microchip/mec/mec15xx/Kconfig /opt/ncs/zephyr/soc/microchip/mec/mec15xx/Kconfig.defconfig.mec1501hsz /opt/ncs/zephyr/soc/microchip/mec/mec15xx/Kconfig.defconfig.series /opt/ncs/zephyr/soc/microchip/mec/mec15xx/Kconfig.soc /opt/ncs/zephyr/soc/microchip/mec/mec172x/Kconfig /opt/ncs/zephyr/soc/microchip/mec/mec172x/Kconfig.defconfig.mec172xnlj /opt/ncs/zephyr/soc/microchip/mec/mec172x/Kconfig.defconfig.mec172xnsz /opt/ncs/zephyr/soc/microchip/mec/mec172x/Kconfig.defconfig.series /opt/ncs/zephyr/soc/microchip/mec/mec172x/Kconfig.soc /opt/ncs/zephyr/soc/microchip/mec/mec174x/Kconfig /opt/ncs/zephyr/soc/microchip/mec/mec174x/Kconfig.defconfig.mec1743qlj /opt/ncs/zephyr/soc/microchip/mec/mec174x/Kconfig.defconfig.mec1743qsz /opt/ncs/zephyr/soc/microchip/mec/mec174x/Kconfig.defconfig.series /opt/ncs/zephyr/soc/microchip/mec/mec174x/Kconfig.soc /opt/ncs/zephyr/soc/microchip/mec/mec175x/Kconfig /opt/ncs/zephyr/soc/microchip/mec/mec175x/Kconfig.defconfig.mec1753qlj /opt/ncs/zephyr/soc/microchip/mec/mec175x/Kconfig.defconfig.mec1753qsz /opt/ncs/zephyr/soc/microchip/mec/mec175x/Kconfig.defconfig.series /opt/ncs/zephyr/soc/microchip/mec/mec175x/Kconfig.soc /opt/ncs/zephyr/soc/microchip/mec/mech172x/Kconfig /opt/ncs/zephyr/soc/microchip/mec/mech172x/Kconfig.defconfig.mech1723nlj /opt/ncs/zephyr/soc/microchip/mec/mech172x/Kconfig.defconfig.mech1723nsz /opt/ncs/zephyr/soc/microchip/mec/mech172x/Kconfig.defconfig.series /opt/ncs/zephyr/soc/microchip/mec/mech172x/Kconfig.soc /opt/ncs/zephyr/soc/microchip/miv/Kconfig /opt/ncs/zephyr/soc/microchip/miv/Kconfig.defconfig /opt/ncs/zephyr/soc/microchip/miv/Kconfig.soc /opt/ncs/zephyr/soc/microchip/miv/miv/Kconfig /opt/ncs/zephyr/soc/microchip/miv/miv/Kconfig.defconfig /opt/ncs/zephyr/soc/microchip/miv/miv/Kconfig.soc /opt/ncs/zephyr/soc/microchip/miv/polarfire/Kconfig /opt/ncs/zephyr/soc/microchip/miv/polarfire/Kconfig.defconfig /opt/ncs/zephyr/soc/microchip/miv/polarfire/Kconfig.soc /opt/ncs/zephyr/soc/native/inf_clock/Kconfig /opt/ncs/zephyr/soc/native/inf_clock/Kconfig.soc /opt/ncs/zephyr/soc/neorv32/Kconfig /opt/ncs/zephyr/soc/neorv32/Kconfig.defconfig /opt/ncs/zephyr/soc/neorv32/Kconfig.soc /opt/ncs/zephyr/soc/nordic/CMakeLists.txt /opt/ncs/zephyr/soc/nordic/Kconfig /opt/ncs/zephyr/soc/nordic/Kconfig.defconfig /opt/ncs/zephyr/soc/nordic/Kconfig.soc /opt/ncs/zephyr/soc/nordic/common/CMakeLists.txt /opt/ncs/zephyr/soc/nordic/common/Kconfig /opt/ncs/zephyr/soc/nordic/common/Kconfig.defconfig /opt/ncs/zephyr/soc/nordic/common/Kconfig.peripherals /opt/ncs/zephyr/soc/nordic/common/vpr/Kconfig /opt/ncs/zephyr/soc/nordic/common/vpr/Kconfig.defconfig /opt/ncs/zephyr/soc/nordic/nrf51/Kconfig /opt/ncs/zephyr/soc/nordic/nrf51/Kconfig.defconfig /opt/ncs/zephyr/soc/nordic/nrf51/Kconfig.soc /opt/ncs/zephyr/soc/nordic/nrf52/CMakeLists.txt /opt/ncs/zephyr/soc/nordic/nrf52/Kconfig /opt/ncs/zephyr/soc/nordic/nrf52/Kconfig.defconfig /opt/ncs/zephyr/soc/nordic/nrf52/Kconfig.defconfig.nrf52805_CAAA /opt/ncs/zephyr/soc/nordic/nrf52/Kconfig.defconfig.nrf52810_QFAA /opt/ncs/zephyr/soc/nordic/nrf52/Kconfig.defconfig.nrf52811_QFAA /opt/ncs/zephyr/soc/nordic/nrf52/Kconfig.defconfig.nrf52820_QDAA /opt/ncs/zephyr/soc/nordic/nrf52/Kconfig.defconfig.nrf52832_CIAA /opt/ncs/zephyr/soc/nordic/nrf52/Kconfig.defconfig.nrf52832_QFAA /opt/ncs/zephyr/soc/nordic/nrf52/Kconfig.defconfig.nrf52832_QFAB /opt/ncs/zephyr/soc/nordic/nrf52/Kconfig.defconfig.nrf52833_QDAA /opt/ncs/zephyr/soc/nordic/nrf52/Kconfig.defconfig.nrf52833_QIAA /opt/ncs/zephyr/soc/nordic/nrf52/Kconfig.defconfig.nrf52840_QFAA /opt/ncs/zephyr/soc/nordic/nrf52/Kconfig.defconfig.nrf52840_QIAA /opt/ncs/zephyr/soc/nordic/nrf52/Kconfig.soc /opt/ncs/zephyr/soc/nordic/nrf53/Kconfig /opt/ncs/zephyr/soc/nordic/nrf53/Kconfig.defconfig /opt/ncs/zephyr/soc/nordic/nrf53/Kconfig.defconfig.nrf5340_CPUAPP_QKAA /opt/ncs/zephyr/soc/nordic/nrf53/Kconfig.defconfig.nrf5340_CPUNET_QKAA /opt/ncs/zephyr/soc/nordic/nrf53/Kconfig.soc /opt/ncs/zephyr/soc/nordic/nrf53/Kconfig.sync_rtc /opt/ncs/zephyr/soc/nordic/nrf53/Kconfig.sync_rtc_ipm /opt/ncs/zephyr/soc/nordic/nrf54h/Kconfig /opt/ncs/zephyr/soc/nordic/nrf54h/Kconfig.defconfig /opt/ncs/zephyr/soc/nordic/nrf54h/Kconfig.defconfig.nrf54h20_cpuapp /opt/ncs/zephyr/soc/nordic/nrf54h/Kconfig.defconfig.nrf54h20_cpuppr /opt/ncs/zephyr/soc/nordic/nrf54h/Kconfig.defconfig.nrf54h20_cpurad /opt/ncs/zephyr/soc/nordic/nrf54h/Kconfig.soc /opt/ncs/zephyr/soc/nordic/nrf54l/Kconfig /opt/ncs/zephyr/soc/nordic/nrf54l/Kconfig.defconfig /opt/ncs/zephyr/soc/nordic/nrf54l/Kconfig.defconfig.nrf54l15_enga_cpuapp /opt/ncs/zephyr/soc/nordic/nrf54l/Kconfig.defconfig.nrf54l15_enga_cpuflpr /opt/ncs/zephyr/soc/nordic/nrf54l/Kconfig.soc /opt/ncs/zephyr/soc/nordic/nrf91/Kconfig /opt/ncs/zephyr/soc/nordic/nrf91/Kconfig.defconfig /opt/ncs/zephyr/soc/nordic/nrf91/Kconfig.defconfig.nrf9131_LACA /opt/ncs/zephyr/soc/nordic/nrf91/Kconfig.defconfig.nrf9151_LACA /opt/ncs/zephyr/soc/nordic/nrf91/Kconfig.defconfig.nrf9160_SICA /opt/ncs/zephyr/soc/nordic/nrf91/Kconfig.defconfig.nrf9161_LACA /opt/ncs/zephyr/soc/nordic/nrf91/Kconfig.soc /opt/ncs/zephyr/soc/nordic/soc.yml /opt/ncs/zephyr/soc/nuvoton/npcx/Kconfig /opt/ncs/zephyr/soc/nuvoton/npcx/Kconfig.defconfig /opt/ncs/zephyr/soc/nuvoton/npcx/Kconfig.soc /opt/ncs/zephyr/soc/nuvoton/npcx/npcx4/Kconfig /opt/ncs/zephyr/soc/nuvoton/npcx/npcx4/Kconfig.defconfig /opt/ncs/zephyr/soc/nuvoton/npcx/npcx4/Kconfig.soc /opt/ncs/zephyr/soc/nuvoton/npcx/npcx7/Kconfig /opt/ncs/zephyr/soc/nuvoton/npcx/npcx7/Kconfig.defconfig /opt/ncs/zephyr/soc/nuvoton/npcx/npcx7/Kconfig.soc /opt/ncs/zephyr/soc/nuvoton/npcx/npcx9/Kconfig /opt/ncs/zephyr/soc/nuvoton/npcx/npcx9/Kconfig.defconfig /opt/ncs/zephyr/soc/nuvoton/npcx/npcx9/Kconfig.soc /opt/ncs/zephyr/soc/nuvoton/numaker/Kconfig /opt/ncs/zephyr/soc/nuvoton/numaker/Kconfig.defconfig /opt/ncs/zephyr/soc/nuvoton/numaker/Kconfig.soc /opt/ncs/zephyr/soc/nuvoton/numaker/m2l31x/Kconfig /opt/ncs/zephyr/soc/nuvoton/numaker/m2l31x/Kconfig.defconfig /opt/ncs/zephyr/soc/nuvoton/numaker/m2l31x/Kconfig.defconfig.m2l31xxx /opt/ncs/zephyr/soc/nuvoton/numaker/m2l31x/Kconfig.soc /opt/ncs/zephyr/soc/nuvoton/numaker/m46x/Kconfig /opt/ncs/zephyr/soc/nuvoton/numaker/m46x/Kconfig.defconfig /opt/ncs/zephyr/soc/nuvoton/numaker/m46x/Kconfig.defconfig.m467 /opt/ncs/zephyr/soc/nuvoton/numaker/m46x/Kconfig.soc /opt/ncs/zephyr/soc/nuvoton/numicro/Kconfig /opt/ncs/zephyr/soc/nuvoton/numicro/Kconfig.defconfig /opt/ncs/zephyr/soc/nuvoton/numicro/Kconfig.soc /opt/ncs/zephyr/soc/nuvoton/numicro/m48x/Kconfig /opt/ncs/zephyr/soc/nuvoton/numicro/m48x/Kconfig.defconfig /opt/ncs/zephyr/soc/nuvoton/numicro/m48x/Kconfig.defconfig.m487 /opt/ncs/zephyr/soc/nuvoton/numicro/m48x/Kconfig.soc /opt/ncs/zephyr/soc/nxp/imx/Kconfig /opt/ncs/zephyr/soc/nxp/imx/Kconfig.defconfig /opt/ncs/zephyr/soc/nxp/imx/Kconfig.soc /opt/ncs/zephyr/soc/nxp/imx/imx6sx/Kconfig /opt/ncs/zephyr/soc/nxp/imx/imx6sx/Kconfig.defconfig /opt/ncs/zephyr/soc/nxp/imx/imx6sx/Kconfig.defconfig.mcimx6x_m4 /opt/ncs/zephyr/soc/nxp/imx/imx6sx/Kconfig.soc /opt/ncs/zephyr/soc/nxp/imx/imx7d/Kconfig /opt/ncs/zephyr/soc/nxp/imx/imx7d/Kconfig.defconfig /opt/ncs/zephyr/soc/nxp/imx/imx7d/Kconfig.defconfig.mcimx7d_m4 /opt/ncs/zephyr/soc/nxp/imx/imx7d/Kconfig.soc /opt/ncs/zephyr/soc/nxp/imx/imx8/Kconfig /opt/ncs/zephyr/soc/nxp/imx/imx8/Kconfig.defconfig /opt/ncs/zephyr/soc/nxp/imx/imx8/Kconfig.soc /opt/ncs/zephyr/soc/nxp/imx/imx8m/Kconfig /opt/ncs/zephyr/soc/nxp/imx/imx8m/Kconfig.defconfig /opt/ncs/zephyr/soc/nxp/imx/imx8m/Kconfig.defconfig.mimx8ml8_a53 /opt/ncs/zephyr/soc/nxp/imx/imx8m/Kconfig.defconfig.mimx8ml8_adsp /opt/ncs/zephyr/soc/nxp/imx/imx8m/Kconfig.defconfig.mimx8ml8_m7 /opt/ncs/zephyr/soc/nxp/imx/imx8m/Kconfig.defconfig.mimx8mm6_a53 /opt/ncs/zephyr/soc/nxp/imx/imx8m/Kconfig.defconfig.mimx8mm6_m4 /opt/ncs/zephyr/soc/nxp/imx/imx8m/Kconfig.defconfig.mimx8mn6_a53 /opt/ncs/zephyr/soc/nxp/imx/imx8m/Kconfig.defconfig.mimx8mq6_m4 /opt/ncs/zephyr/soc/nxp/imx/imx8m/Kconfig.soc /opt/ncs/zephyr/soc/nxp/imx/imx8ulp/Kconfig /opt/ncs/zephyr/soc/nxp/imx/imx8ulp/Kconfig.defconfig /opt/ncs/zephyr/soc/nxp/imx/imx8ulp/Kconfig.soc /opt/ncs/zephyr/soc/nxp/imx/imx8x/Kconfig /opt/ncs/zephyr/soc/nxp/imx/imx8x/Kconfig.defconfig /opt/ncs/zephyr/soc/nxp/imx/imx8x/Kconfig.soc /opt/ncs/zephyr/soc/nxp/imx/imx9/Kconfig /opt/ncs/zephyr/soc/nxp/imx/imx9/Kconfig.defconfig /opt/ncs/zephyr/soc/nxp/imx/imx9/Kconfig.defconfig.mimx93.a55 /opt/ncs/zephyr/soc/nxp/imx/imx9/Kconfig.soc /opt/ncs/zephyr/soc/nxp/imxrt/Kconfig /opt/ncs/zephyr/soc/nxp/imxrt/Kconfig.defconfig /opt/ncs/zephyr/soc/nxp/imxrt/Kconfig.soc /opt/ncs/zephyr/soc/nxp/imxrt/imxrt10xx/Kconfig /opt/ncs/zephyr/soc/nxp/imxrt/imxrt10xx/Kconfig.defconfig /opt/ncs/zephyr/soc/nxp/imxrt/imxrt10xx/Kconfig.soc /opt/ncs/zephyr/soc/nxp/imxrt/imxrt11xx/Kconfig /opt/ncs/zephyr/soc/nxp/imxrt/imxrt11xx/Kconfig.defconfig /opt/ncs/zephyr/soc/nxp/imxrt/imxrt11xx/Kconfig.soc /opt/ncs/zephyr/soc/nxp/imxrt/imxrt5xx/Kconfig /opt/ncs/zephyr/soc/nxp/imxrt/imxrt5xx/Kconfig.defconfig /opt/ncs/zephyr/soc/nxp/imxrt/imxrt5xx/Kconfig.soc /opt/ncs/zephyr/soc/nxp/imxrt/imxrt6xx/Kconfig /opt/ncs/zephyr/soc/nxp/imxrt/imxrt6xx/Kconfig.defconfig /opt/ncs/zephyr/soc/nxp/imxrt/imxrt6xx/Kconfig.soc /opt/ncs/zephyr/soc/nxp/kinetis/Kconfig /opt/ncs/zephyr/soc/nxp/kinetis/Kconfig.defconfig /opt/ncs/zephyr/soc/nxp/kinetis/Kconfig.soc /opt/ncs/zephyr/soc/nxp/kinetis/k2x/Kconfig /opt/ncs/zephyr/soc/nxp/kinetis/k2x/Kconfig.defconfig /opt/ncs/zephyr/soc/nxp/kinetis/k2x/Kconfig.soc /opt/ncs/zephyr/soc/nxp/kinetis/k6x/Kconfig /opt/ncs/zephyr/soc/nxp/kinetis/k6x/Kconfig.defconfig /opt/ncs/zephyr/soc/nxp/kinetis/k6x/Kconfig.soc /opt/ncs/zephyr/soc/nxp/kinetis/k8x/Kconfig /opt/ncs/zephyr/soc/nxp/kinetis/k8x/Kconfig.defconfig /opt/ncs/zephyr/soc/nxp/kinetis/k8x/Kconfig.soc /opt/ncs/zephyr/soc/nxp/kinetis/ke1xf/Kconfig /opt/ncs/zephyr/soc/nxp/kinetis/ke1xf/Kconfig.defconfig /opt/ncs/zephyr/soc/nxp/kinetis/ke1xf/Kconfig.soc /opt/ncs/zephyr/soc/nxp/kinetis/ke1xz/Kconfig /opt/ncs/zephyr/soc/nxp/kinetis/ke1xz/Kconfig.defconfig /opt/ncs/zephyr/soc/nxp/kinetis/ke1xz/Kconfig.soc /opt/ncs/zephyr/soc/nxp/kinetis/kl2x/Kconfig /opt/ncs/zephyr/soc/nxp/kinetis/kl2x/Kconfig.defconfig /opt/ncs/zephyr/soc/nxp/kinetis/kl2x/Kconfig.soc /opt/ncs/zephyr/soc/nxp/kinetis/kv5x/Kconfig /opt/ncs/zephyr/soc/nxp/kinetis/kv5x/Kconfig.defconfig /opt/ncs/zephyr/soc/nxp/kinetis/kv5x/Kconfig.soc /opt/ncs/zephyr/soc/nxp/kinetis/kwx/Kconfig /opt/ncs/zephyr/soc/nxp/kinetis/kwx/Kconfig.defconfig /opt/ncs/zephyr/soc/nxp/kinetis/kwx/Kconfig.soc /opt/ncs/zephyr/soc/nxp/layerscape/Kconfig /opt/ncs/zephyr/soc/nxp/layerscape/Kconfig.defconfig /opt/ncs/zephyr/soc/nxp/layerscape/Kconfig.soc /opt/ncs/zephyr/soc/nxp/layerscape/ls1046a/Kconfig /opt/ncs/zephyr/soc/nxp/layerscape/ls1046a/Kconfig.defconfig /opt/ncs/zephyr/soc/nxp/layerscape/ls1046a/Kconfig.soc /opt/ncs/zephyr/soc/nxp/lpc/Kconfig /opt/ncs/zephyr/soc/nxp/lpc/Kconfig.defconfig /opt/ncs/zephyr/soc/nxp/lpc/Kconfig.soc /opt/ncs/zephyr/soc/nxp/lpc/lpc11u6x/Kconfig /opt/ncs/zephyr/soc/nxp/lpc/lpc11u6x/Kconfig.defconfig /opt/ncs/zephyr/soc/nxp/lpc/lpc11u6x/Kconfig.soc /opt/ncs/zephyr/soc/nxp/lpc/lpc51u68/Kconfig /opt/ncs/zephyr/soc/nxp/lpc/lpc51u68/Kconfig.defconfig /opt/ncs/zephyr/soc/nxp/lpc/lpc51u68/Kconfig.soc /opt/ncs/zephyr/soc/nxp/lpc/lpc54xxx/Kconfig /opt/ncs/zephyr/soc/nxp/lpc/lpc54xxx/Kconfig.defconfig /opt/ncs/zephyr/soc/nxp/lpc/lpc54xxx/Kconfig.soc /opt/ncs/zephyr/soc/nxp/lpc/lpc55xxx/Kconfig /opt/ncs/zephyr/soc/nxp/lpc/lpc55xxx/Kconfig.defconfig /opt/ncs/zephyr/soc/nxp/lpc/lpc55xxx/Kconfig.soc /opt/ncs/zephyr/soc/nxp/mcx/Kconfig /opt/ncs/zephyr/soc/nxp/mcx/Kconfig.defconfig /opt/ncs/zephyr/soc/nxp/mcx/Kconfig.soc /opt/ncs/zephyr/soc/nxp/mcx/mcxnx4x/Kconfig /opt/ncs/zephyr/soc/nxp/mcx/mcxnx4x/Kconfig.defconfig /opt/ncs/zephyr/soc/nxp/mcx/mcxnx4x/Kconfig.soc /opt/ncs/zephyr/soc/nxp/rw/Kconfig /opt/ncs/zephyr/soc/nxp/rw/Kconfig.defconfig /opt/ncs/zephyr/soc/nxp/rw/Kconfig.soc /opt/ncs/zephyr/soc/nxp/s32/Kconfig /opt/ncs/zephyr/soc/nxp/s32/Kconfig.defconfig /opt/ncs/zephyr/soc/nxp/s32/Kconfig.soc /opt/ncs/zephyr/soc/nxp/s32/s32k1/Kconfig /opt/ncs/zephyr/soc/nxp/s32/s32k1/Kconfig.defconfig /opt/ncs/zephyr/soc/nxp/s32/s32k1/Kconfig.soc /opt/ncs/zephyr/soc/nxp/s32/s32k3/Kconfig /opt/ncs/zephyr/soc/nxp/s32/s32k3/Kconfig.defconfig /opt/ncs/zephyr/soc/nxp/s32/s32k3/Kconfig.soc /opt/ncs/zephyr/soc/nxp/s32/s32ze/Kconfig /opt/ncs/zephyr/soc/nxp/s32/s32ze/Kconfig.defconfig /opt/ncs/zephyr/soc/nxp/s32/s32ze/Kconfig.soc /opt/ncs/zephyr/soc/openisa/rv32m1/Kconfig /opt/ncs/zephyr/soc/openisa/rv32m1/Kconfig.defconfig /opt/ncs/zephyr/soc/openisa/rv32m1/Kconfig.soc /opt/ncs/zephyr/soc/qemu/malta/Kconfig /opt/ncs/zephyr/soc/qemu/malta/Kconfig.defconfig /opt/ncs/zephyr/soc/qemu/malta/Kconfig.soc /opt/ncs/zephyr/soc/qemu/virt_riscv/Kconfig /opt/ncs/zephyr/soc/qemu/virt_riscv/Kconfig.defconfig /opt/ncs/zephyr/soc/qemu/virt_riscv/Kconfig.soc /opt/ncs/zephyr/soc/qemu/virt_riscv/qemu_virt_riscv32/Kconfig /opt/ncs/zephyr/soc/qemu/virt_riscv/qemu_virt_riscv32/Kconfig.soc /opt/ncs/zephyr/soc/qemu/virt_riscv/qemu_virt_riscv32e/Kconfig /opt/ncs/zephyr/soc/qemu/virt_riscv/qemu_virt_riscv32e/Kconfig.soc /opt/ncs/zephyr/soc/qemu/virt_riscv/qemu_virt_riscv64/Kconfig /opt/ncs/zephyr/soc/qemu/virt_riscv/qemu_virt_riscv64/Kconfig.soc /opt/ncs/zephyr/soc/quicklogic/eos_s3/Kconfig /opt/ncs/zephyr/soc/quicklogic/eos_s3/Kconfig.defconfig /opt/ncs/zephyr/soc/quicklogic/eos_s3/Kconfig.soc /opt/ncs/zephyr/soc/raspberrypi/Kconfig /opt/ncs/zephyr/soc/raspberrypi/Kconfig.defconfig /opt/ncs/zephyr/soc/raspberrypi/Kconfig.soc /opt/ncs/zephyr/soc/raspberrypi/rp2xxx/Kconfig /opt/ncs/zephyr/soc/raspberrypi/rp2xxx/Kconfig.defconfig /opt/ncs/zephyr/soc/raspberrypi/rp2xxx/Kconfig.defconfig.rp2040 /opt/ncs/zephyr/soc/raspberrypi/rp2xxx/Kconfig.soc /opt/ncs/zephyr/soc/renesas/ra/Kconfig /opt/ncs/zephyr/soc/renesas/ra/Kconfig.defconfig /opt/ncs/zephyr/soc/renesas/ra/Kconfig.soc /opt/ncs/zephyr/soc/renesas/ra/ra4m1/Kconfig /opt/ncs/zephyr/soc/renesas/ra/ra4m1/Kconfig.defconfig /opt/ncs/zephyr/soc/renesas/ra/ra4m1/Kconfig.soc /opt/ncs/zephyr/soc/renesas/rcar/Kconfig /opt/ncs/zephyr/soc/renesas/rcar/Kconfig.defconfig /opt/ncs/zephyr/soc/renesas/rcar/Kconfig.soc /opt/ncs/zephyr/soc/renesas/rcar/rcar_gen3/Kconfig /opt/ncs/zephyr/soc/renesas/rcar/rcar_gen3/Kconfig.defconfig /opt/ncs/zephyr/soc/renesas/rcar/rcar_gen3/Kconfig.soc /opt/ncs/zephyr/soc/renesas/rcar/rcar_gen4/Kconfig /opt/ncs/zephyr/soc/renesas/rcar/rcar_gen4/Kconfig.defconfig /opt/ncs/zephyr/soc/renesas/rcar/rcar_gen4/Kconfig.defconfig.r8a779f0 /opt/ncs/zephyr/soc/renesas/rcar/rcar_gen4/Kconfig.soc /opt/ncs/zephyr/soc/renesas/rzt2m/Kconfig /opt/ncs/zephyr/soc/renesas/rzt2m/Kconfig.defconfig /opt/ncs/zephyr/soc/renesas/rzt2m/Kconfig.soc /opt/ncs/zephyr/soc/renesas/smartbond/Kconfig /opt/ncs/zephyr/soc/renesas/smartbond/Kconfig.defconfig /opt/ncs/zephyr/soc/renesas/smartbond/Kconfig.soc /opt/ncs/zephyr/soc/renesas/smartbond/da1469x/Kconfig /opt/ncs/zephyr/soc/renesas/smartbond/da1469x/Kconfig.defconfig /opt/ncs/zephyr/soc/renesas/smartbond/da1469x/Kconfig.soc /opt/ncs/zephyr/soc/renode/riscv_virtual/Kconfig /opt/ncs/zephyr/soc/renode/riscv_virtual/Kconfig.defconfig /opt/ncs/zephyr/soc/renode/riscv_virtual/Kconfig.soc /opt/ncs/zephyr/soc/rockchip/Kconfig /opt/ncs/zephyr/soc/rockchip/Kconfig.defconfig /opt/ncs/zephyr/soc/rockchip/Kconfig.soc /opt/ncs/zephyr/soc/rockchip/rk3399/Kconfig /opt/ncs/zephyr/soc/rockchip/rk3399/Kconfig.defconfig /opt/ncs/zephyr/soc/rockchip/rk3399/Kconfig.defconfig.rk3399 /opt/ncs/zephyr/soc/rockchip/rk3399/Kconfig.soc /opt/ncs/zephyr/soc/rockchip/rk3568/Kconfig /opt/ncs/zephyr/soc/rockchip/rk3568/Kconfig.defconfig /opt/ncs/zephyr/soc/rockchip/rk3568/Kconfig.defconfig.rk3568 /opt/ncs/zephyr/soc/rockchip/rk3568/Kconfig.soc /opt/ncs/zephyr/soc/sifive/sifive_freedom/Kconfig /opt/ncs/zephyr/soc/sifive/sifive_freedom/Kconfig.defconfig /opt/ncs/zephyr/soc/sifive/sifive_freedom/Kconfig.soc /opt/ncs/zephyr/soc/sifive/sifive_freedom/fe300/Kconfig /opt/ncs/zephyr/soc/sifive/sifive_freedom/fe300/Kconfig.defconfig /opt/ncs/zephyr/soc/sifive/sifive_freedom/fe300/Kconfig.soc /opt/ncs/zephyr/soc/sifive/sifive_freedom/fu500/Kconfig /opt/ncs/zephyr/soc/sifive/sifive_freedom/fu500/Kconfig.defconfig /opt/ncs/zephyr/soc/sifive/sifive_freedom/fu500/Kconfig.soc /opt/ncs/zephyr/soc/sifive/sifive_freedom/fu700/Kconfig /opt/ncs/zephyr/soc/sifive/sifive_freedom/fu700/Kconfig.defconfig /opt/ncs/zephyr/soc/sifive/sifive_freedom/fu700/Kconfig.soc /opt/ncs/zephyr/soc/silabs/Kconfig /opt/ncs/zephyr/soc/silabs/Kconfig.defconfig /opt/ncs/zephyr/soc/silabs/Kconfig.soc /opt/ncs/zephyr/soc/silabs/silabs_s0/Kconfig.soc /opt/ncs/zephyr/soc/silabs/silabs_s0/efm32hg/Kconfig /opt/ncs/zephyr/soc/silabs/silabs_s0/efm32hg/Kconfig.defconfig /opt/ncs/zephyr/soc/silabs/silabs_s0/efm32hg/Kconfig.soc /opt/ncs/zephyr/soc/silabs/silabs_s0/efm32wg/Kconfig /opt/ncs/zephyr/soc/silabs/silabs_s0/efm32wg/Kconfig.defconfig /opt/ncs/zephyr/soc/silabs/silabs_s0/efm32wg/Kconfig.soc /opt/ncs/zephyr/soc/silabs/silabs_s1/Kconfig.soc /opt/ncs/zephyr/soc/silabs/silabs_s1/efm32gg11b/Kconfig /opt/ncs/zephyr/soc/silabs/silabs_s1/efm32gg11b/Kconfig.defconfig /opt/ncs/zephyr/soc/silabs/silabs_s1/efm32gg11b/Kconfig.soc /opt/ncs/zephyr/soc/silabs/silabs_s1/efm32gg12b/Kconfig /opt/ncs/zephyr/soc/silabs/silabs_s1/efm32gg12b/Kconfig.defconfig /opt/ncs/zephyr/soc/silabs/silabs_s1/efm32gg12b/Kconfig.soc /opt/ncs/zephyr/soc/silabs/silabs_s1/efm32jg12b/Kconfig /opt/ncs/zephyr/soc/silabs/silabs_s1/efm32jg12b/Kconfig.defconfig /opt/ncs/zephyr/soc/silabs/silabs_s1/efm32jg12b/Kconfig.soc /opt/ncs/zephyr/soc/silabs/silabs_s1/efm32pg12b/Kconfig /opt/ncs/zephyr/soc/silabs/silabs_s1/efm32pg12b/Kconfig.defconfig /opt/ncs/zephyr/soc/silabs/silabs_s1/efm32pg12b/Kconfig.soc /opt/ncs/zephyr/soc/silabs/silabs_s1/efm32pg1b/Kconfig /opt/ncs/zephyr/soc/silabs/silabs_s1/efm32pg1b/Kconfig.defconfig /opt/ncs/zephyr/soc/silabs/silabs_s1/efm32pg1b/Kconfig.soc /opt/ncs/zephyr/soc/silabs/silabs_s1/efr32bg13p/Kconfig /opt/ncs/zephyr/soc/silabs/silabs_s1/efr32bg13p/Kconfig.defconfig /opt/ncs/zephyr/soc/silabs/silabs_s1/efr32bg13p/Kconfig.soc /opt/ncs/zephyr/soc/silabs/silabs_s1/efr32fg13p/Kconfig /opt/ncs/zephyr/soc/silabs/silabs_s1/efr32fg13p/Kconfig.defconfig /opt/ncs/zephyr/soc/silabs/silabs_s1/efr32fg13p/Kconfig.soc /opt/ncs/zephyr/soc/silabs/silabs_s1/efr32fg1p/Kconfig /opt/ncs/zephyr/soc/silabs/silabs_s1/efr32fg1p/Kconfig.defconfig /opt/ncs/zephyr/soc/silabs/silabs_s1/efr32fg1p/Kconfig.soc /opt/ncs/zephyr/soc/silabs/silabs_s1/efr32mg12p/Kconfig /opt/ncs/zephyr/soc/silabs/silabs_s1/efr32mg12p/Kconfig.defconfig /opt/ncs/zephyr/soc/silabs/silabs_s1/efr32mg12p/Kconfig.soc /opt/ncs/zephyr/soc/silabs/silabs_s2/Kconfig.soc /opt/ncs/zephyr/soc/silabs/silabs_s2/efr32bg22/Kconfig /opt/ncs/zephyr/soc/silabs/silabs_s2/efr32bg22/Kconfig.defconfig /opt/ncs/zephyr/soc/silabs/silabs_s2/efr32bg22/Kconfig.soc /opt/ncs/zephyr/soc/silabs/silabs_s2/efr32bg27/Kconfig /opt/ncs/zephyr/soc/silabs/silabs_s2/efr32bg27/Kconfig.defconfig /opt/ncs/zephyr/soc/silabs/silabs_s2/efr32bg27/Kconfig.soc /opt/ncs/zephyr/soc/silabs/silabs_s2/efr32mg21/Kconfig /opt/ncs/zephyr/soc/silabs/silabs_s2/efr32mg21/Kconfig.defconfig /opt/ncs/zephyr/soc/silabs/silabs_s2/efr32mg21/Kconfig.soc /opt/ncs/zephyr/soc/silabs/silabs_s2/efr32mg24/Kconfig /opt/ncs/zephyr/soc/silabs/silabs_s2/efr32mg24/Kconfig.defconfig /opt/ncs/zephyr/soc/silabs/silabs_s2/efr32mg24/Kconfig.soc /opt/ncs/zephyr/soc/snps/arc_iot/Kconfig /opt/ncs/zephyr/soc/snps/arc_iot/Kconfig.defconfig /opt/ncs/zephyr/soc/snps/arc_iot/Kconfig.soc /opt/ncs/zephyr/soc/snps/emsdp/Kconfig /opt/ncs/zephyr/soc/snps/emsdp/Kconfig.defconfig /opt/ncs/zephyr/soc/snps/emsdp/Kconfig.defconfig.em11d /opt/ncs/zephyr/soc/snps/emsdp/Kconfig.defconfig.em4 /opt/ncs/zephyr/soc/snps/emsdp/Kconfig.defconfig.em5d /opt/ncs/zephyr/soc/snps/emsdp/Kconfig.defconfig.em6 /opt/ncs/zephyr/soc/snps/emsdp/Kconfig.defconfig.em7d /opt/ncs/zephyr/soc/snps/emsdp/Kconfig.defconfig.em7d_esp /opt/ncs/zephyr/soc/snps/emsdp/Kconfig.defconfig.em9d /opt/ncs/zephyr/soc/snps/emsdp/Kconfig.soc /opt/ncs/zephyr/soc/snps/emsk/Kconfig /opt/ncs/zephyr/soc/snps/emsk/Kconfig.defconfig /opt/ncs/zephyr/soc/snps/emsk/Kconfig.defconfig.em11d /opt/ncs/zephyr/soc/snps/emsk/Kconfig.defconfig.em7d /opt/ncs/zephyr/soc/snps/emsk/Kconfig.defconfig.em9d /opt/ncs/zephyr/soc/snps/emsk/Kconfig.soc /opt/ncs/zephyr/soc/snps/hsdk/Kconfig /opt/ncs/zephyr/soc/snps/hsdk/Kconfig.defconfig /opt/ncs/zephyr/soc/snps/hsdk/Kconfig.soc /opt/ncs/zephyr/soc/snps/hsdk4xd/Kconfig /opt/ncs/zephyr/soc/snps/hsdk4xd/Kconfig.defconfig /opt/ncs/zephyr/soc/snps/hsdk4xd/Kconfig.soc /opt/ncs/zephyr/soc/snps/nsim/Kconfig /opt/ncs/zephyr/soc/snps/nsim/Kconfig.defconfig /opt/ncs/zephyr/soc/snps/nsim/Kconfig.defconfig.em /opt/ncs/zephyr/soc/snps/nsim/Kconfig.defconfig.em11d /opt/ncs/zephyr/soc/snps/nsim/Kconfig.defconfig.em7d_v22 /opt/ncs/zephyr/soc/snps/nsim/Kconfig.defconfig.hs /opt/ncs/zephyr/soc/snps/nsim/Kconfig.defconfig.hs5x /opt/ncs/zephyr/soc/snps/nsim/Kconfig.defconfig.hs5x_smp /opt/ncs/zephyr/soc/snps/nsim/Kconfig.defconfig.hs6x /opt/ncs/zephyr/soc/snps/nsim/Kconfig.defconfig.hs6x_smp /opt/ncs/zephyr/soc/snps/nsim/Kconfig.defconfig.hs_mpuv6 /opt/ncs/zephyr/soc/snps/nsim/Kconfig.defconfig.hs_smp /opt/ncs/zephyr/soc/snps/nsim/Kconfig.defconfig.sem /opt/ncs/zephyr/soc/snps/nsim/Kconfig.defconfig.vpx5 /opt/ncs/zephyr/soc/snps/nsim/Kconfig.soc /opt/ncs/zephyr/soc/snps/qemu_arc/Kconfig /opt/ncs/zephyr/soc/snps/qemu_arc/Kconfig.defconfig /opt/ncs/zephyr/soc/snps/qemu_arc/Kconfig.soc /opt/ncs/zephyr/soc/st/stm32/Kconfig /opt/ncs/zephyr/soc/st/stm32/Kconfig.defconfig /opt/ncs/zephyr/soc/st/stm32/Kconfig.soc /opt/ncs/zephyr/soc/st/stm32/stm32c0x/Kconfig /opt/ncs/zephyr/soc/st/stm32/stm32c0x/Kconfig.defconfig /opt/ncs/zephyr/soc/st/stm32/stm32c0x/Kconfig.defconfig.stm32c011xx /opt/ncs/zephyr/soc/st/stm32/stm32c0x/Kconfig.defconfig.stm32c031xx /opt/ncs/zephyr/soc/st/stm32/stm32c0x/Kconfig.soc /opt/ncs/zephyr/soc/st/stm32/stm32f0x/Kconfig /opt/ncs/zephyr/soc/st/stm32/stm32f0x/Kconfig.defconfig /opt/ncs/zephyr/soc/st/stm32/stm32f0x/Kconfig.defconfig.stm32f030x4 /opt/ncs/zephyr/soc/st/stm32/stm32f0x/Kconfig.defconfig.stm32f030x6 /opt/ncs/zephyr/soc/st/stm32/stm32f0x/Kconfig.defconfig.stm32f030x8 /opt/ncs/zephyr/soc/st/stm32/stm32f0x/Kconfig.defconfig.stm32f030xc /opt/ncs/zephyr/soc/st/stm32/stm32f0x/Kconfig.defconfig.stm32f031x6 /opt/ncs/zephyr/soc/st/stm32/stm32f0x/Kconfig.defconfig.stm32f042x6 /opt/ncs/zephyr/soc/st/stm32/stm32f0x/Kconfig.defconfig.stm32f051x8 /opt/ncs/zephyr/soc/st/stm32/stm32f0x/Kconfig.defconfig.stm32f070xb /opt/ncs/zephyr/soc/st/stm32/stm32f0x/Kconfig.defconfig.stm32f072xx /opt/ncs/zephyr/soc/st/stm32/stm32f0x/Kconfig.defconfig.stm32f091xc /opt/ncs/zephyr/soc/st/stm32/stm32f0x/Kconfig.defconfig.stm32f098xx /opt/ncs/zephyr/soc/st/stm32/stm32f0x/Kconfig.soc /opt/ncs/zephyr/soc/st/stm32/stm32f1x/Kconfig /opt/ncs/zephyr/soc/st/stm32/stm32f1x/Kconfig.defconfig /opt/ncs/zephyr/soc/st/stm32/stm32f1x/Kconfig.defconfig.stm32f100xx /opt/ncs/zephyr/soc/st/stm32/stm32f1x/Kconfig.defconfig.stm32f103xx /opt/ncs/zephyr/soc/st/stm32/stm32f1x/Kconfig.defconfig.stm32f105xx /opt/ncs/zephyr/soc/st/stm32/stm32f1x/Kconfig.defconfig.stm32f107xc /opt/ncs/zephyr/soc/st/stm32/stm32f1x/Kconfig.soc /opt/ncs/zephyr/soc/st/stm32/stm32f2x/Kconfig /opt/ncs/zephyr/soc/st/stm32/stm32f2x/Kconfig.defconfig /opt/ncs/zephyr/soc/st/stm32/stm32f2x/Kconfig.defconfig.stm32f205xx /opt/ncs/zephyr/soc/st/stm32/stm32f2x/Kconfig.defconfig.stm32f207xx /opt/ncs/zephyr/soc/st/stm32/stm32f2x/Kconfig.soc /opt/ncs/zephyr/soc/st/stm32/stm32f3x/Kconfig /opt/ncs/zephyr/soc/st/stm32/stm32f3x/Kconfig.defconfig /opt/ncs/zephyr/soc/st/stm32/stm32f3x/Kconfig.defconfig.stm32f302x8 /opt/ncs/zephyr/soc/st/stm32/stm32f3x/Kconfig.defconfig.stm32f302xc /opt/ncs/zephyr/soc/st/stm32/stm32f3x/Kconfig.defconfig.stm32f303x(b-c) /opt/ncs/zephyr/soc/st/stm32/stm32f3x/Kconfig.defconfig.stm32f303x8 /opt/ncs/zephyr/soc/st/stm32/stm32f3x/Kconfig.defconfig.stm32f303xe /opt/ncs/zephyr/soc/st/stm32/stm32f3x/Kconfig.defconfig.stm32f334x8 /opt/ncs/zephyr/soc/st/stm32/stm32f3x/Kconfig.defconfig.stm32f373xc /opt/ncs/zephyr/soc/st/stm32/stm32f3x/Kconfig.soc /opt/ncs/zephyr/soc/st/stm32/stm32f4x/Kconfig /opt/ncs/zephyr/soc/st/stm32/stm32f4x/Kconfig.defconfig /opt/ncs/zephyr/soc/st/stm32/stm32f4x/Kconfig.defconfig.stm32f401xc /opt/ncs/zephyr/soc/st/stm32/stm32f4x/Kconfig.defconfig.stm32f401xe /opt/ncs/zephyr/soc/st/stm32/stm32f4x/Kconfig.defconfig.stm32f405xx /opt/ncs/zephyr/soc/st/stm32/stm32f4x/Kconfig.defconfig.stm32f407xx /opt/ncs/zephyr/soc/st/stm32/stm32f4x/Kconfig.defconfig.stm32f410xx /opt/ncs/zephyr/soc/st/stm32/stm32f4x/Kconfig.defconfig.stm32f411xe /opt/ncs/zephyr/soc/st/stm32/stm32f4x/Kconfig.defconfig.stm32f412rx /opt/ncs/zephyr/soc/st/stm32/stm32f4x/Kconfig.defconfig.stm32f412xx /opt/ncs/zephyr/soc/st/stm32/stm32f4x/Kconfig.defconfig.stm32f413xx /opt/ncs/zephyr/soc/st/stm32/stm32f4x/Kconfig.defconfig.stm32f415xx /opt/ncs/zephyr/soc/st/stm32/stm32f4x/Kconfig.defconfig.stm32f417xx /opt/ncs/zephyr/soc/st/stm32/stm32f4x/Kconfig.defconfig.stm32f423xx /opt/ncs/zephyr/soc/st/stm32/stm32f4x/Kconfig.defconfig.stm32f427xx /opt/ncs/zephyr/soc/st/stm32/stm32f4x/Kconfig.defconfig.stm32f429xx /opt/ncs/zephyr/soc/st/stm32/stm32f4x/Kconfig.defconfig.stm32f437xx /opt/ncs/zephyr/soc/st/stm32/stm32f4x/Kconfig.defconfig.stm32f446xx /opt/ncs/zephyr/soc/st/stm32/stm32f4x/Kconfig.defconfig.stm32f469xx /opt/ncs/zephyr/soc/st/stm32/stm32f4x/Kconfig.soc /opt/ncs/zephyr/soc/st/stm32/stm32f7x/Kconfig /opt/ncs/zephyr/soc/st/stm32/stm32f7x/Kconfig.defconfig /opt/ncs/zephyr/soc/st/stm32/stm32f7x/Kconfig.defconfig.stm32f722xx /opt/ncs/zephyr/soc/st/stm32/stm32f7x/Kconfig.defconfig.stm32f723xx /opt/ncs/zephyr/soc/st/stm32/stm32f7x/Kconfig.defconfig.stm32f745xx /opt/ncs/zephyr/soc/st/stm32/stm32f7x/Kconfig.defconfig.stm32f746xx /opt/ncs/zephyr/soc/st/stm32/stm32f7x/Kconfig.defconfig.stm32f750xx /opt/ncs/zephyr/soc/st/stm32/stm32f7x/Kconfig.defconfig.stm32f756xx /opt/ncs/zephyr/soc/st/stm32/stm32f7x/Kconfig.defconfig.stm32f765xx /opt/ncs/zephyr/soc/st/stm32/stm32f7x/Kconfig.defconfig.stm32f767xx /opt/ncs/zephyr/soc/st/stm32/stm32f7x/Kconfig.defconfig.stm32f769xx /opt/ncs/zephyr/soc/st/stm32/stm32f7x/Kconfig.soc /opt/ncs/zephyr/soc/st/stm32/stm32g0x/Kconfig /opt/ncs/zephyr/soc/st/stm32/stm32g0x/Kconfig.defconfig /opt/ncs/zephyr/soc/st/stm32/stm32g0x/Kconfig.defconfig.stm32g030xx /opt/ncs/zephyr/soc/st/stm32/stm32g0x/Kconfig.defconfig.stm32g031xx /opt/ncs/zephyr/soc/st/stm32/stm32g0x/Kconfig.defconfig.stm32g041xx /opt/ncs/zephyr/soc/st/stm32/stm32g0x/Kconfig.defconfig.stm32g050xx /opt/ncs/zephyr/soc/st/stm32/stm32g0x/Kconfig.defconfig.stm32g051xx /opt/ncs/zephyr/soc/st/stm32/stm32g0x/Kconfig.defconfig.stm32g061xx /opt/ncs/zephyr/soc/st/stm32/stm32g0x/Kconfig.defconfig.stm32g070xx /opt/ncs/zephyr/soc/st/stm32/stm32g0x/Kconfig.defconfig.stm32g071xx /opt/ncs/zephyr/soc/st/stm32/stm32g0x/Kconfig.defconfig.stm32g081xx /opt/ncs/zephyr/soc/st/stm32/stm32g0x/Kconfig.defconfig.stm32g0b0xx /opt/ncs/zephyr/soc/st/stm32/stm32g0x/Kconfig.defconfig.stm32g0b1xx /opt/ncs/zephyr/soc/st/stm32/stm32g0x/Kconfig.defconfig.stm32g0c1xx /opt/ncs/zephyr/soc/st/stm32/stm32g0x/Kconfig.soc /opt/ncs/zephyr/soc/st/stm32/stm32g4x/Kconfig /opt/ncs/zephyr/soc/st/stm32/stm32g4x/Kconfig.defconfig /opt/ncs/zephyr/soc/st/stm32/stm32g4x/Kconfig.defconfig.stm32g431xx /opt/ncs/zephyr/soc/st/stm32/stm32g4x/Kconfig.defconfig.stm32g441xx /opt/ncs/zephyr/soc/st/stm32/stm32g4x/Kconfig.defconfig.stm32g473xx /opt/ncs/zephyr/soc/st/stm32/stm32g4x/Kconfig.defconfig.stm32g474xx /opt/ncs/zephyr/soc/st/stm32/stm32g4x/Kconfig.defconfig.stm32g483xx /opt/ncs/zephyr/soc/st/stm32/stm32g4x/Kconfig.defconfig.stm32g484xx /opt/ncs/zephyr/soc/st/stm32/stm32g4x/Kconfig.defconfig.stm32g491xx /opt/ncs/zephyr/soc/st/stm32/stm32g4x/Kconfig.defconfig.stm32g4a1xx /opt/ncs/zephyr/soc/st/stm32/stm32g4x/Kconfig.soc /opt/ncs/zephyr/soc/st/stm32/stm32h5x/Kconfig /opt/ncs/zephyr/soc/st/stm32/stm32h5x/Kconfig.defconfig /opt/ncs/zephyr/soc/st/stm32/stm32h5x/Kconfig.defconfig.stm32h503xx /opt/ncs/zephyr/soc/st/stm32/stm32h5x/Kconfig.defconfig.stm32h562xx /opt/ncs/zephyr/soc/st/stm32/stm32h5x/Kconfig.defconfig.stm32h563xx /opt/ncs/zephyr/soc/st/stm32/stm32h5x/Kconfig.defconfig.stm32h573xx /opt/ncs/zephyr/soc/st/stm32/stm32h5x/Kconfig.soc /opt/ncs/zephyr/soc/st/stm32/stm32h7x/Kconfig /opt/ncs/zephyr/soc/st/stm32/stm32h7x/Kconfig.defconfig /opt/ncs/zephyr/soc/st/stm32/stm32h7x/Kconfig.defconfig.stm32h723xx /opt/ncs/zephyr/soc/st/stm32/stm32h7x/Kconfig.defconfig.stm32h725xx /opt/ncs/zephyr/soc/st/stm32/stm32h7x/Kconfig.defconfig.stm32h730xx /opt/ncs/zephyr/soc/st/stm32/stm32h7x/Kconfig.defconfig.stm32h735xx /opt/ncs/zephyr/soc/st/stm32/stm32h7x/Kconfig.defconfig.stm32h743xx /opt/ncs/zephyr/soc/st/stm32/stm32h7x/Kconfig.defconfig.stm32h745xx /opt/ncs/zephyr/soc/st/stm32/stm32h7x/Kconfig.defconfig.stm32h747xx /opt/ncs/zephyr/soc/st/stm32/stm32h7x/Kconfig.defconfig.stm32h750xx /opt/ncs/zephyr/soc/st/stm32/stm32h7x/Kconfig.defconfig.stm32h753xx /opt/ncs/zephyr/soc/st/stm32/stm32h7x/Kconfig.defconfig.stm32h7a3xx /opt/ncs/zephyr/soc/st/stm32/stm32h7x/Kconfig.defconfig.stm32h7b0xx /opt/ncs/zephyr/soc/st/stm32/stm32h7x/Kconfig.defconfig.stm32h7b3xx /opt/ncs/zephyr/soc/st/stm32/stm32h7x/Kconfig.soc /opt/ncs/zephyr/soc/st/stm32/stm32l0x/Kconfig /opt/ncs/zephyr/soc/st/stm32/stm32l0x/Kconfig.defconfig /opt/ncs/zephyr/soc/st/stm32/stm32l0x/Kconfig.defconfig.stm32l010x4 /opt/ncs/zephyr/soc/st/stm32/stm32l0x/Kconfig.defconfig.stm32l010x6 /opt/ncs/zephyr/soc/st/stm32/stm32l0x/Kconfig.defconfig.stm32l010x8 /opt/ncs/zephyr/soc/st/stm32/stm32l0x/Kconfig.defconfig.stm32l010xb /opt/ncs/zephyr/soc/st/stm32/stm32l0x/Kconfig.defconfig.stm32l011xx /opt/ncs/zephyr/soc/st/stm32/stm32l0x/Kconfig.defconfig.stm32l031xx /opt/ncs/zephyr/soc/st/stm32/stm32l0x/Kconfig.defconfig.stm32l051xx /opt/ncs/zephyr/soc/st/stm32/stm32l0x/Kconfig.defconfig.stm32l053xx /opt/ncs/zephyr/soc/st/stm32/stm32l0x/Kconfig.defconfig.stm32l071xx /opt/ncs/zephyr/soc/st/stm32/stm32l0x/Kconfig.defconfig.stm32l072xx /opt/ncs/zephyr/soc/st/stm32/stm32l0x/Kconfig.defconfig.stm32l073xx /opt/ncs/zephyr/soc/st/stm32/stm32l0x/Kconfig.defconfig.stm32l081xx /opt/ncs/zephyr/soc/st/stm32/stm32l0x/Kconfig.soc /opt/ncs/zephyr/soc/st/stm32/stm32l1x/Kconfig /opt/ncs/zephyr/soc/st/stm32/stm32l1x/Kconfig.defconfig /opt/ncs/zephyr/soc/st/stm32/stm32l1x/Kconfig.defconfig.stm32l151xb /opt/ncs/zephyr/soc/st/stm32/stm32l1x/Kconfig.defconfig.stm32l151xba /opt/ncs/zephyr/soc/st/stm32/stm32l1x/Kconfig.defconfig.stm32l151xc /opt/ncs/zephyr/soc/st/stm32/stm32l1x/Kconfig.defconfig.stm32l152xc /opt/ncs/zephyr/soc/st/stm32/stm32l1x/Kconfig.defconfig.stm32l152xe /opt/ncs/zephyr/soc/st/stm32/stm32l1x/Kconfig.soc /opt/ncs/zephyr/soc/st/stm32/stm32l4x/Kconfig /opt/ncs/zephyr/soc/st/stm32/stm32l4x/Kconfig.defconfig /opt/ncs/zephyr/soc/st/stm32/stm32l4x/Kconfig.defconfig.stm32l412xx /opt/ncs/zephyr/soc/st/stm32/stm32l4x/Kconfig.defconfig.stm32l422xx /opt/ncs/zephyr/soc/st/stm32/stm32l4x/Kconfig.defconfig.stm32l431xx /opt/ncs/zephyr/soc/st/stm32/stm32l4x/Kconfig.defconfig.stm32l432xx /opt/ncs/zephyr/soc/st/stm32/stm32l4x/Kconfig.defconfig.stm32l433xx /opt/ncs/zephyr/soc/st/stm32/stm32l4x/Kconfig.defconfig.stm32l451xx /opt/ncs/zephyr/soc/st/stm32/stm32l4x/Kconfig.defconfig.stm32l452xx /opt/ncs/zephyr/soc/st/stm32/stm32l4x/Kconfig.defconfig.stm32l462xx /opt/ncs/zephyr/soc/st/stm32/stm32l4x/Kconfig.defconfig.stm32l471xx /opt/ncs/zephyr/soc/st/stm32/stm32l4x/Kconfig.defconfig.stm32l475xx /opt/ncs/zephyr/soc/st/stm32/stm32l4x/Kconfig.defconfig.stm32l476xx /opt/ncs/zephyr/soc/st/stm32/stm32l4x/Kconfig.defconfig.stm32l486xx /opt/ncs/zephyr/soc/st/stm32/stm32l4x/Kconfig.defconfig.stm32l496xx /opt/ncs/zephyr/soc/st/stm32/stm32l4x/Kconfig.defconfig.stm32l4a6xx /opt/ncs/zephyr/soc/st/stm32/stm32l4x/Kconfig.defconfig.stm32l4p5xx /opt/ncs/zephyr/soc/st/stm32/stm32l4x/Kconfig.defconfig.stm32l4q5xx /opt/ncs/zephyr/soc/st/stm32/stm32l4x/Kconfig.defconfig.stm32l4r5xx /opt/ncs/zephyr/soc/st/stm32/stm32l4x/Kconfig.defconfig.stm32l4r9xx /opt/ncs/zephyr/soc/st/stm32/stm32l4x/Kconfig.defconfig.stm32l4s5xx /opt/ncs/zephyr/soc/st/stm32/stm32l4x/Kconfig.soc /opt/ncs/zephyr/soc/st/stm32/stm32l5x/Kconfig /opt/ncs/zephyr/soc/st/stm32/stm32l5x/Kconfig.defconfig /opt/ncs/zephyr/soc/st/stm32/stm32l5x/Kconfig.defconfig.stm32l552xx /opt/ncs/zephyr/soc/st/stm32/stm32l5x/Kconfig.defconfig.stm32l562xx /opt/ncs/zephyr/soc/st/stm32/stm32l5x/Kconfig.soc /opt/ncs/zephyr/soc/st/stm32/stm32mp1x/Kconfig /opt/ncs/zephyr/soc/st/stm32/stm32mp1x/Kconfig.defconfig /opt/ncs/zephyr/soc/st/stm32/stm32mp1x/Kconfig.defconfig.stm32mp15_m4 /opt/ncs/zephyr/soc/st/stm32/stm32mp1x/Kconfig.soc /opt/ncs/zephyr/soc/st/stm32/stm32u5x/Kconfig /opt/ncs/zephyr/soc/st/stm32/stm32u5x/Kconfig.defconfig /opt/ncs/zephyr/soc/st/stm32/stm32u5x/Kconfig.defconfig.stm32u575xx /opt/ncs/zephyr/soc/st/stm32/stm32u5x/Kconfig.defconfig.stm32u585xx /opt/ncs/zephyr/soc/st/stm32/stm32u5x/Kconfig.defconfig.stm32u595xx /opt/ncs/zephyr/soc/st/stm32/stm32u5x/Kconfig.defconfig.stm32u599xx /opt/ncs/zephyr/soc/st/stm32/stm32u5x/Kconfig.defconfig.stm32u5a5xx /opt/ncs/zephyr/soc/st/stm32/stm32u5x/Kconfig.defconfig.stm32u5a9xx /opt/ncs/zephyr/soc/st/stm32/stm32u5x/Kconfig.soc /opt/ncs/zephyr/soc/st/stm32/stm32wbax/Kconfig /opt/ncs/zephyr/soc/st/stm32/stm32wbax/Kconfig.defconfig /opt/ncs/zephyr/soc/st/stm32/stm32wbax/Kconfig.defconfig.stm32wba52xx /opt/ncs/zephyr/soc/st/stm32/stm32wbax/Kconfig.defconfig.stm32wba55xx /opt/ncs/zephyr/soc/st/stm32/stm32wbax/Kconfig.soc /opt/ncs/zephyr/soc/st/stm32/stm32wbx/Kconfig /opt/ncs/zephyr/soc/st/stm32/stm32wbx/Kconfig.defconfig /opt/ncs/zephyr/soc/st/stm32/stm32wbx/Kconfig.defconfig.stm32wb55xx /opt/ncs/zephyr/soc/st/stm32/stm32wbx/Kconfig.soc /opt/ncs/zephyr/soc/st/stm32/stm32wlx/Kconfig /opt/ncs/zephyr/soc/st/stm32/stm32wlx/Kconfig.defconfig /opt/ncs/zephyr/soc/st/stm32/stm32wlx/Kconfig.defconfig.stm32wl54xx /opt/ncs/zephyr/soc/st/stm32/stm32wlx/Kconfig.defconfig.stm32wl55xx /opt/ncs/zephyr/soc/st/stm32/stm32wlx/Kconfig.defconfig.stm32wle4xx /opt/ncs/zephyr/soc/st/stm32/stm32wlx/Kconfig.defconfig.stm32wle5xx /opt/ncs/zephyr/soc/st/stm32/stm32wlx/Kconfig.soc /opt/ncs/zephyr/soc/starfive/jh71xx/Kconfig /opt/ncs/zephyr/soc/starfive/jh71xx/Kconfig.defconfig /opt/ncs/zephyr/soc/starfive/jh71xx/Kconfig.soc /opt/ncs/zephyr/soc/telink/tlsr/Kconfig /opt/ncs/zephyr/soc/telink/tlsr/Kconfig.defconfig /opt/ncs/zephyr/soc/telink/tlsr/Kconfig.soc /opt/ncs/zephyr/soc/telink/tlsr/tlsr951x/Kconfig /opt/ncs/zephyr/soc/telink/tlsr/tlsr951x/Kconfig.defconfig /opt/ncs/zephyr/soc/telink/tlsr/tlsr951x/Kconfig.soc /opt/ncs/zephyr/soc/ti/k3/Kconfig /opt/ncs/zephyr/soc/ti/k3/Kconfig.defconfig /opt/ncs/zephyr/soc/ti/k3/Kconfig.soc /opt/ncs/zephyr/soc/ti/k3/am6x/Kconfig /opt/ncs/zephyr/soc/ti/k3/am6x/Kconfig.defconfig /opt/ncs/zephyr/soc/ti/k3/am6x/Kconfig.soc /opt/ncs/zephyr/soc/ti/lm3s6965/Kconfig /opt/ncs/zephyr/soc/ti/lm3s6965/Kconfig.defconfig /opt/ncs/zephyr/soc/ti/lm3s6965/Kconfig.soc /opt/ncs/zephyr/soc/ti/simplelink/Kconfig /opt/ncs/zephyr/soc/ti/simplelink/Kconfig.defconfig /opt/ncs/zephyr/soc/ti/simplelink/Kconfig.soc /opt/ncs/zephyr/soc/ti/simplelink/cc13x2_cc26x2/Kconfig /opt/ncs/zephyr/soc/ti/simplelink/cc13x2_cc26x2/Kconfig.defconfig /opt/ncs/zephyr/soc/ti/simplelink/cc13x2_cc26x2/Kconfig.soc /opt/ncs/zephyr/soc/ti/simplelink/cc13x2x7_cc26x2x7/Kconfig /opt/ncs/zephyr/soc/ti/simplelink/cc13x2x7_cc26x2x7/Kconfig.defconfig /opt/ncs/zephyr/soc/ti/simplelink/cc13x2x7_cc26x2x7/Kconfig.soc /opt/ncs/zephyr/soc/ti/simplelink/cc32xx/Kconfig /opt/ncs/zephyr/soc/ti/simplelink/cc32xx/Kconfig.defconfig /opt/ncs/zephyr/soc/ti/simplelink/cc32xx/Kconfig.defconfig.cc3220sf /opt/ncs/zephyr/soc/ti/simplelink/cc32xx/Kconfig.defconfig.cc3235sf /opt/ncs/zephyr/soc/ti/simplelink/cc32xx/Kconfig.soc /opt/ncs/zephyr/soc/ti/simplelink/msp432p4xx/Kconfig /opt/ncs/zephyr/soc/ti/simplelink/msp432p4xx/Kconfig.defconfig /opt/ncs/zephyr/soc/ti/simplelink/msp432p4xx/Kconfig.defconfig.msp432p401r /opt/ncs/zephyr/soc/ti/simplelink/msp432p4xx/Kconfig.soc /opt/ncs/zephyr/soc/xen/Kconfig /opt/ncs/zephyr/soc/xen/Kconfig.defconfig /opt/ncs/zephyr/soc/xen/Kconfig.soc /opt/ncs/zephyr/soc/xlnx/zynq7000/Kconfig /opt/ncs/zephyr/soc/xlnx/zynq7000/Kconfig.defconfig /opt/ncs/zephyr/soc/xlnx/zynq7000/Kconfig.soc /opt/ncs/zephyr/soc/xlnx/zynq7000/xc7zxxx/Kconfig /opt/ncs/zephyr/soc/xlnx/zynq7000/xc7zxxx/Kconfig.defconfig /opt/ncs/zephyr/soc/xlnx/zynq7000/xc7zxxx/Kconfig.soc /opt/ncs/zephyr/soc/xlnx/zynq7000/xc7zxxxs/Kconfig /opt/ncs/zephyr/soc/xlnx/zynq7000/xc7zxxxs/Kconfig.defconfig /opt/ncs/zephyr/soc/xlnx/zynq7000/xc7zxxxs/Kconfig.soc /opt/ncs/zephyr/soc/xlnx/zynqmp/Kconfig /opt/ncs/zephyr/soc/xlnx/zynqmp/Kconfig.defconfig /opt/ncs/zephyr/soc/xlnx/zynqmp/Kconfig.soc /opt/ncs/zephyr/subsys/CMakeLists.txt /opt/ncs/zephyr/subsys/Kconfig /opt/ncs/zephyr/subsys/bindesc/Kconfig /opt/ncs/zephyr/subsys/bindesc/Kconfig.build_time /opt/ncs/zephyr/subsys/bindesc/Kconfig.host_info /opt/ncs/zephyr/subsys/bindesc/Kconfig.version /opt/ncs/zephyr/subsys/bluetooth/CMakeLists.txt /opt/ncs/zephyr/subsys/bluetooth/Kconfig /opt/ncs/zephyr/subsys/bluetooth/Kconfig.adv /opt/ncs/zephyr/subsys/bluetooth/Kconfig.iso /opt/ncs/zephyr/subsys/bluetooth/Kconfig.logging /opt/ncs/zephyr/subsys/bluetooth/audio/Kconfig /opt/ncs/zephyr/subsys/bluetooth/audio/Kconfig.aics /opt/ncs/zephyr/subsys/bluetooth/audio/Kconfig.ascs /opt/ncs/zephyr/subsys/bluetooth/audio/Kconfig.bap /opt/ncs/zephyr/subsys/bluetooth/audio/Kconfig.bass /opt/ncs/zephyr/subsys/bluetooth/audio/Kconfig.cap /opt/ncs/zephyr/subsys/bluetooth/audio/Kconfig.csip /opt/ncs/zephyr/subsys/bluetooth/audio/Kconfig.gmap /opt/ncs/zephyr/subsys/bluetooth/audio/Kconfig.has /opt/ncs/zephyr/subsys/bluetooth/audio/Kconfig.mcs /opt/ncs/zephyr/subsys/bluetooth/audio/Kconfig.mctl /opt/ncs/zephyr/subsys/bluetooth/audio/Kconfig.micp /opt/ncs/zephyr/subsys/bluetooth/audio/Kconfig.mpl /opt/ncs/zephyr/subsys/bluetooth/audio/Kconfig.pacs /opt/ncs/zephyr/subsys/bluetooth/audio/Kconfig.pbp /opt/ncs/zephyr/subsys/bluetooth/audio/Kconfig.tbs /opt/ncs/zephyr/subsys/bluetooth/audio/Kconfig.tmap /opt/ncs/zephyr/subsys/bluetooth/audio/Kconfig.vcp /opt/ncs/zephyr/subsys/bluetooth/audio/Kconfig.vocs /opt/ncs/zephyr/subsys/bluetooth/common/CMakeLists.txt /opt/ncs/zephyr/subsys/bluetooth/common/Kconfig /opt/ncs/zephyr/subsys/bluetooth/controller/Kconfig /opt/ncs/zephyr/subsys/bluetooth/controller/Kconfig.df /opt/ncs/zephyr/subsys/bluetooth/controller/Kconfig.dtm /opt/ncs/zephyr/subsys/bluetooth/controller/Kconfig.ll_sw_split /opt/ncs/zephyr/subsys/bluetooth/controller/coex/Kconfig /opt/ncs/zephyr/subsys/bluetooth/crypto/Kconfig /opt/ncs/zephyr/subsys/bluetooth/host/CMakeLists.txt /opt/ncs/zephyr/subsys/bluetooth/host/Kconfig /opt/ncs/zephyr/subsys/bluetooth/host/Kconfig.gatt /opt/ncs/zephyr/subsys/bluetooth/host/Kconfig.l2cap /opt/ncs/zephyr/subsys/bluetooth/host/classic/Kconfig /opt/ncs/zephyr/subsys/bluetooth/lib/CMakeLists.txt /opt/ncs/zephyr/subsys/bluetooth/lib/Kconfig /opt/ncs/zephyr/subsys/bluetooth/mesh/Kconfig /opt/ncs/zephyr/subsys/bluetooth/mesh/shell/Kconfig /opt/ncs/zephyr/subsys/bluetooth/services/CMakeLists.txt /opt/ncs/zephyr/subsys/bluetooth/services/Kconfig /opt/ncs/zephyr/subsys/bluetooth/services/Kconfig.bas /opt/ncs/zephyr/subsys/bluetooth/services/Kconfig.dis /opt/ncs/zephyr/subsys/bluetooth/services/Kconfig.hrs /opt/ncs/zephyr/subsys/bluetooth/services/Kconfig.tps /opt/ncs/zephyr/subsys/bluetooth/services/ias/Kconfig.ias /opt/ncs/zephyr/subsys/bluetooth/services/nus/Kconfig.nus /opt/ncs/zephyr/subsys/bluetooth/services/ots/Kconfig /opt/ncs/zephyr/subsys/bluetooth/shell/Kconfig /opt/ncs/zephyr/subsys/canbus/CMakeLists.txt /opt/ncs/zephyr/subsys/canbus/Kconfig /opt/ncs/zephyr/subsys/canbus/Kconfig.canopen /opt/ncs/zephyr/subsys/canbus/isotp/Kconfig /opt/ncs/zephyr/subsys/console/Kconfig /opt/ncs/zephyr/subsys/debug/CMakeLists.txt /opt/ncs/zephyr/subsys/debug/Kconfig /opt/ncs/zephyr/subsys/debug/coredump/Kconfig /opt/ncs/zephyr/subsys/demand_paging/Kconfig /opt/ncs/zephyr/subsys/demand_paging/backing_store/Kconfig /opt/ncs/zephyr/subsys/demand_paging/eviction/Kconfig /opt/ncs/zephyr/subsys/dfu/Kconfig /opt/ncs/zephyr/subsys/disk/Kconfig /opt/ncs/zephyr/subsys/dsp/Kconfig /opt/ncs/zephyr/subsys/emul/Kconfig /opt/ncs/zephyr/subsys/emul/espi/Kconfig /opt/ncs/zephyr/subsys/fb/CMakeLists.txt /opt/ncs/zephyr/subsys/fb/Kconfig /opt/ncs/zephyr/subsys/fs/CMakeLists.txt /opt/ncs/zephyr/subsys/fs/Kconfig /opt/ncs/zephyr/subsys/fs/Kconfig.fatfs /opt/ncs/zephyr/subsys/fs/Kconfig.littlefs /opt/ncs/zephyr/subsys/fs/ext2/Kconfig /opt/ncs/zephyr/subsys/fs/fcb/Kconfig /opt/ncs/zephyr/subsys/fs/nvs/CMakeLists.txt /opt/ncs/zephyr/subsys/fs/nvs/Kconfig /opt/ncs/zephyr/subsys/input/Kconfig /opt/ncs/zephyr/subsys/ipc/CMakeLists.txt /opt/ncs/zephyr/subsys/ipc/Kconfig /opt/ncs/zephyr/subsys/ipc/ipc_service/Kconfig /opt/ncs/zephyr/subsys/ipc/ipc_service/backends/Kconfig /opt/ncs/zephyr/subsys/ipc/ipc_service/backends/Kconfig.icbmsg /opt/ncs/zephyr/subsys/ipc/ipc_service/backends/Kconfig.icmsg_me /opt/ncs/zephyr/subsys/ipc/ipc_service/backends/Kconfig.rpmsg /opt/ncs/zephyr/subsys/ipc/ipc_service/lib/Kconfig /opt/ncs/zephyr/subsys/ipc/ipc_service/lib/Kconfig.icmsg /opt/ncs/zephyr/subsys/ipc/rpmsg_service/Kconfig /opt/ncs/zephyr/subsys/jwt/Kconfig /opt/ncs/zephyr/subsys/llext/Kconfig /opt/ncs/zephyr/subsys/logging/CMakeLists.txt /opt/ncs/zephyr/subsys/logging/Kconfig /opt/ncs/zephyr/subsys/logging/Kconfig.filtering /opt/ncs/zephyr/subsys/logging/Kconfig.formatting /opt/ncs/zephyr/subsys/logging/Kconfig.frontends /opt/ncs/zephyr/subsys/logging/Kconfig.links /opt/ncs/zephyr/subsys/logging/Kconfig.misc /opt/ncs/zephyr/subsys/logging/Kconfig.mode /opt/ncs/zephyr/subsys/logging/Kconfig.processing /opt/ncs/zephyr/subsys/logging/Kconfig.template.log_config /opt/ncs/zephyr/subsys/logging/Kconfig.template.log_config_inherit /opt/ncs/zephyr/subsys/logging/Kconfig.template.log_format_config /opt/ncs/zephyr/subsys/logging/backends/CMakeLists.txt /opt/ncs/zephyr/subsys/logging/backends/Kconfig /opt/ncs/zephyr/subsys/logging/backends/Kconfig.adsp /opt/ncs/zephyr/subsys/logging/backends/Kconfig.adsp_mtrace /opt/ncs/zephyr/subsys/logging/backends/Kconfig.ble /opt/ncs/zephyr/subsys/logging/backends/Kconfig.efi_console /opt/ncs/zephyr/subsys/logging/backends/Kconfig.fs /opt/ncs/zephyr/subsys/logging/backends/Kconfig.multidomain /opt/ncs/zephyr/subsys/logging/backends/Kconfig.native_posix /opt/ncs/zephyr/subsys/logging/backends/Kconfig.net /opt/ncs/zephyr/subsys/logging/backends/Kconfig.rtt /opt/ncs/zephyr/subsys/logging/backends/Kconfig.spinel /opt/ncs/zephyr/subsys/logging/backends/Kconfig.swo /opt/ncs/zephyr/subsys/logging/backends/Kconfig.uart /opt/ncs/zephyr/subsys/logging/backends/Kconfig.xtensa_sim /opt/ncs/zephyr/subsys/lorawan/CMakeLists.txt /opt/ncs/zephyr/subsys/lorawan/Kconfig /opt/ncs/zephyr/subsys/lorawan/nvm/CMakeLists.txt /opt/ncs/zephyr/subsys/lorawan/nvm/Kconfig /opt/ncs/zephyr/subsys/lorawan/services/CMakeLists.txt /opt/ncs/zephyr/subsys/lorawan/services/Kconfig /opt/ncs/zephyr/subsys/mem_mgmt/CMakeLists.txt /opt/ncs/zephyr/subsys/mem_mgmt/Kconfig /opt/ncs/zephyr/subsys/mgmt/CMakeLists.txt /opt/ncs/zephyr/subsys/mgmt/Kconfig /opt/ncs/zephyr/subsys/mgmt/ec_host_cmd/Kconfig /opt/ncs/zephyr/subsys/mgmt/ec_host_cmd/Kconfig.logging /opt/ncs/zephyr/subsys/mgmt/ec_host_cmd/backends/Kconfig /opt/ncs/zephyr/subsys/mgmt/hawkbit/Kconfig /opt/ncs/zephyr/subsys/mgmt/mcumgr/Kconfig /opt/ncs/zephyr/subsys/mgmt/mcumgr/grp/Kconfig /opt/ncs/zephyr/subsys/mgmt/mcumgr/grp/fs_mgmt/Kconfig /opt/ncs/zephyr/subsys/mgmt/mcumgr/grp/img_mgmt/Kconfig /opt/ncs/zephyr/subsys/mgmt/mcumgr/grp/img_mgmt_client/Kconfig /opt/ncs/zephyr/subsys/mgmt/mcumgr/grp/os_mgmt/Kconfig /opt/ncs/zephyr/subsys/mgmt/mcumgr/grp/os_mgmt_client/Kconfig /opt/ncs/zephyr/subsys/mgmt/mcumgr/grp/settings_mgmt/Kconfig /opt/ncs/zephyr/subsys/mgmt/mcumgr/grp/shell_mgmt/Kconfig /opt/ncs/zephyr/subsys/mgmt/mcumgr/grp/stat_mgmt/Kconfig /opt/ncs/zephyr/subsys/mgmt/mcumgr/grp/zephyr_basic/Kconfig /opt/ncs/zephyr/subsys/mgmt/mcumgr/mgmt/Kconfig /opt/ncs/zephyr/subsys/mgmt/mcumgr/smp/Kconfig /opt/ncs/zephyr/subsys/mgmt/mcumgr/smp_client/Kconfig /opt/ncs/zephyr/subsys/mgmt/mcumgr/transport/Kconfig /opt/ncs/zephyr/subsys/mgmt/mcumgr/transport/Kconfig.bluetooth /opt/ncs/zephyr/subsys/mgmt/mcumgr/transport/Kconfig.dummy /opt/ncs/zephyr/subsys/mgmt/mcumgr/transport/Kconfig.shell /opt/ncs/zephyr/subsys/mgmt/mcumgr/transport/Kconfig.uart /opt/ncs/zephyr/subsys/mgmt/mcumgr/transport/Kconfig.udp /opt/ncs/zephyr/subsys/mgmt/osdp/Kconfig /opt/ncs/zephyr/subsys/mgmt/osdp/Kconfig.cp /opt/ncs/zephyr/subsys/mgmt/osdp/Kconfig.pd /opt/ncs/zephyr/subsys/mgmt/updatehub/Kconfig /opt/ncs/zephyr/subsys/modbus/CMakeLists.txt /opt/ncs/zephyr/subsys/modbus/Kconfig /opt/ncs/zephyr/subsys/modem/Kconfig /opt/ncs/zephyr/subsys/modem/backends/Kconfig /opt/ncs/zephyr/subsys/net/CMakeLists.txt /opt/ncs/zephyr/subsys/net/Kconfig /opt/ncs/zephyr/subsys/net/Kconfig.hostname /opt/ncs/zephyr/subsys/net/Kconfig.template.log_config.net /opt/ncs/zephyr/subsys/net/conn_mgr/Kconfig /opt/ncs/zephyr/subsys/net/ip/Kconfig /opt/ncs/zephyr/subsys/net/ip/Kconfig.debug /opt/ncs/zephyr/subsys/net/ip/Kconfig.ipv4 /opt/ncs/zephyr/subsys/net/ip/Kconfig.ipv6 /opt/ncs/zephyr/subsys/net/ip/Kconfig.mgmt /opt/ncs/zephyr/subsys/net/ip/Kconfig.stack /opt/ncs/zephyr/subsys/net/ip/Kconfig.stats /opt/ncs/zephyr/subsys/net/ip/Kconfig.tcp /opt/ncs/zephyr/subsys/net/l2/Kconfig /opt/ncs/zephyr/subsys/net/l2/canbus/Kconfig /opt/ncs/zephyr/subsys/net/l2/dummy/Kconfig /opt/ncs/zephyr/subsys/net/l2/dummy/any/Kconfig /opt/ncs/zephyr/subsys/net/l2/ethernet/Kconfig /opt/ncs/zephyr/subsys/net/l2/ethernet/gptp/Kconfig /opt/ncs/zephyr/subsys/net/l2/ethernet/lldp/Kconfig /opt/ncs/zephyr/subsys/net/l2/ieee802154/Kconfig /opt/ncs/zephyr/subsys/net/l2/ieee802154/Kconfig.radio /opt/ncs/zephyr/subsys/net/l2/openthread/Kconfig /opt/ncs/zephyr/subsys/net/l2/ppp/Kconfig /opt/ncs/zephyr/subsys/net/l2/virtual/Kconfig /opt/ncs/zephyr/subsys/net/l2/virtual/ipip/Kconfig /opt/ncs/zephyr/subsys/net/l2/wifi/Kconfig /opt/ncs/zephyr/subsys/net/lib/CMakeLists.txt /opt/ncs/zephyr/subsys/net/lib/Kconfig /opt/ncs/zephyr/subsys/net/lib/capture/Kconfig /opt/ncs/zephyr/subsys/net/lib/coap/Kconfig /opt/ncs/zephyr/subsys/net/lib/config/Kconfig /opt/ncs/zephyr/subsys/net/lib/dhcpv4/Kconfig /opt/ncs/zephyr/subsys/net/lib/dhcpv6/Kconfig /opt/ncs/zephyr/subsys/net/lib/dns/Kconfig /opt/ncs/zephyr/subsys/net/lib/http/Kconfig /opt/ncs/zephyr/subsys/net/lib/lwm2m/Kconfig /opt/ncs/zephyr/subsys/net/lib/lwm2m/Kconfig.ipso /opt/ncs/zephyr/subsys/net/lib/lwm2m/Kconfig.ucifi /opt/ncs/zephyr/subsys/net/lib/mqtt/Kconfig /opt/ncs/zephyr/subsys/net/lib/mqtt_sn/Kconfig /opt/ncs/zephyr/subsys/net/lib/sntp/Kconfig /opt/ncs/zephyr/subsys/net/lib/sockets/Kconfig /opt/ncs/zephyr/subsys/net/lib/socks/Kconfig /opt/ncs/zephyr/subsys/net/lib/tftp/Kconfig /opt/ncs/zephyr/subsys/net/lib/tls_credentials/Kconfig /opt/ncs/zephyr/subsys/net/lib/tls_credentials/Kconfig.shell /opt/ncs/zephyr/subsys/net/lib/trickle/Kconfig /opt/ncs/zephyr/subsys/net/lib/utils/CMakeLists.txt /opt/ncs/zephyr/subsys/net/lib/websocket/Kconfig /opt/ncs/zephyr/subsys/net/lib/zperf/Kconfig /opt/ncs/zephyr/subsys/net/pkt_filter/Kconfig /opt/ncs/zephyr/subsys/pm/CMakeLists.txt /opt/ncs/zephyr/subsys/pm/Kconfig /opt/ncs/zephyr/subsys/portability/CMakeLists.txt /opt/ncs/zephyr/subsys/portability/Kconfig /opt/ncs/zephyr/subsys/portability/cmsis_rtos_v1/Kconfig /opt/ncs/zephyr/subsys/portability/cmsis_rtos_v2/Kconfig /opt/ncs/zephyr/subsys/random/CMakeLists.txt /opt/ncs/zephyr/subsys/random/Kconfig /opt/ncs/zephyr/subsys/retention/Kconfig /opt/ncs/zephyr/subsys/retention/Kconfig.blinfo /opt/ncs/zephyr/subsys/rtio/CMakeLists.txt /opt/ncs/zephyr/subsys/rtio/Kconfig /opt/ncs/zephyr/subsys/sd/CMakeLists.txt /opt/ncs/zephyr/subsys/sd/Kconfig /opt/ncs/zephyr/subsys/sensing/Kconfig /opt/ncs/zephyr/subsys/sensing/sensor/hinge_angle/Kconfig /opt/ncs/zephyr/subsys/sensing/sensor/phy_3d_sensor/Kconfig /opt/ncs/zephyr/subsys/settings/CMakeLists.txt /opt/ncs/zephyr/subsys/settings/Kconfig /opt/ncs/zephyr/subsys/settings/src/CMakeLists.txt /opt/ncs/zephyr/subsys/shell/Kconfig /opt/ncs/zephyr/subsys/shell/Kconfig.template.shell_log_queue_size /opt/ncs/zephyr/subsys/shell/Kconfig.template.shell_log_queue_timeout /opt/ncs/zephyr/subsys/shell/backends/Kconfig.backends /opt/ncs/zephyr/subsys/shell/modules/Kconfig /opt/ncs/zephyr/subsys/sip_svc/Kconfig /opt/ncs/zephyr/subsys/stats/CMakeLists.txt /opt/ncs/zephyr/subsys/stats/Kconfig /opt/ncs/zephyr/subsys/storage/CMakeLists.txt /opt/ncs/zephyr/subsys/storage/Kconfig /opt/ncs/zephyr/subsys/storage/flash_map/CMakeLists.txt /opt/ncs/zephyr/subsys/storage/flash_map/Kconfig /opt/ncs/zephyr/subsys/storage/stream/Kconfig /opt/ncs/zephyr/subsys/task_wdt/CMakeLists.txt /opt/ncs/zephyr/subsys/task_wdt/Kconfig /opt/ncs/zephyr/subsys/testsuite/CMakeLists.txt /opt/ncs/zephyr/subsys/testsuite/Kconfig /opt/ncs/zephyr/subsys/testsuite/Kconfig.defconfig /opt/ncs/zephyr/subsys/testsuite/ztest/Kconfig /opt/ncs/zephyr/subsys/timing/Kconfig /opt/ncs/zephyr/subsys/tracing/CMakeLists.txt /opt/ncs/zephyr/subsys/tracing/Kconfig /opt/ncs/zephyr/subsys/tracing/sysview/Kconfig /opt/ncs/zephyr/subsys/usb/CMakeLists.txt /opt/ncs/zephyr/subsys/usb/device/Kconfig /opt/ncs/zephyr/subsys/usb/device/class/Kconfig /opt/ncs/zephyr/subsys/usb/device/class/Kconfig.bt /opt/ncs/zephyr/subsys/usb/device/class/Kconfig.cdc /opt/ncs/zephyr/subsys/usb/device/class/Kconfig.msc /opt/ncs/zephyr/subsys/usb/device/class/Kconfig.template.composite_device_number /opt/ncs/zephyr/subsys/usb/device/class/Kconfig.test /opt/ncs/zephyr/subsys/usb/device/class/audio/Kconfig /opt/ncs/zephyr/subsys/usb/device/class/dfu/Kconfig /opt/ncs/zephyr/subsys/usb/device/class/hid/Kconfig /opt/ncs/zephyr/subsys/usb/device/class/netusb/Kconfig /opt/ncs/zephyr/subsys/usb/device_next/Kconfig /opt/ncs/zephyr/subsys/usb/device_next/class/Kconfig /opt/ncs/zephyr/subsys/usb/device_next/class/Kconfig.bt /opt/ncs/zephyr/subsys/usb/device_next/class/Kconfig.cdc_acm /opt/ncs/zephyr/subsys/usb/device_next/class/Kconfig.cdc_ecm /opt/ncs/zephyr/subsys/usb/device_next/class/Kconfig.hid /opt/ncs/zephyr/subsys/usb/device_next/class/Kconfig.loopback /opt/ncs/zephyr/subsys/usb/device_next/class/Kconfig.msc /opt/ncs/zephyr/subsys/usb/device_next/class/Kconfig.template.instances_count /opt/ncs/zephyr/subsys/usb/device_next/class/Kconfig.uac2 /opt/ncs/zephyr/subsys/usb/host/Kconfig /opt/ncs/zephyr/subsys/usb/usb_c/Kconfig /opt/ncs/zephyr/subsys/zbus/Kconfig /opt/share/cmake-3.30/Modules/CMakeASMInformation.cmake /opt/share/cmake-3.30/Modules/CMakeCInformation.cmake /opt/share/cmake-3.30/Modules/CMakeCXXInformation.cmake /opt/share/cmake-3.30/Modules/CMakeCheckCompilerFlagCommonPatterns.cmake /opt/share/cmake-3.30/Modules/CMakeCommonLanguageInclude.cmake /opt/share/cmake-3.30/Modules/CMakeGenericSystem.cmake /opt/share/cmake-3.30/Modules/CMakeInitializeConfigs.cmake /opt/share/cmake-3.30/Modules/CMakeLanguageInformation.cmake /opt/share/cmake-3.30/Modules/CMakeSystemSpecificInformation.cmake /opt/share/cmake-3.30/Modules/CMakeSystemSpecificInitialize.cmake /opt/share/cmake-3.30/Modules/CheckCCompilerFlag.cmake /opt/share/cmake-3.30/Modules/CheckCSourceCompiles.cmake /opt/share/cmake-3.30/Modules/CheckCXXCompilerFlag.cmake /opt/share/cmake-3.30/Modules/CheckCXXSourceCompiles.cmake /opt/share/cmake-3.30/Modules/Compiler/CMakeCommonCompilerMacros.cmake /opt/share/cmake-3.30/Modules/Compiler/GNU-ASM.cmake /opt/share/cmake-3.30/Modules/Compiler/GNU-C.cmake /opt/share/cmake-3.30/Modules/Compiler/GNU-CXX.cmake /opt/share/cmake-3.30/Modules/Compiler/GNU.cmake /opt/share/cmake-3.30/Modules/FindGit.cmake /opt/share/cmake-3.30/Modules/FindPackageHandleStandardArgs.cmake /opt/share/cmake-3.30/Modules/FindPackageMessage.cmake /opt/share/cmake-3.30/Modules/FindPython/Support.cmake /opt/share/cmake-3.30/Modules/FindPython3.cmake /opt/share/cmake-3.30/Modules/Internal/CheckCompilerFlag.cmake /opt/share/cmake-3.30/Modules/Internal/CheckFlagCommonConfig.cmake /opt/share/cmake-3.30/Modules/Internal/CheckSourceCompiles.cmake /opt/share/cmake-3.30/Modules/Platform/Generic.cmake /opt/zephyr-sdk-0.16.8/cmake/Zephyr-sdkConfig.cmake /opt/zephyr-sdk-0.16.8/cmake/Zephyr-sdkConfigVersion.cmake /opt/zephyr-sdk-0.16.8/cmake/zephyr/Kconfig /opt/zephyr-sdk-0.16.8/cmake/zephyr/generic.cmake /opt/zephyr-sdk-0.16.8/cmake/zephyr/host-tools.cmake /opt/zephyr-sdk-0.16.8/cmake/zephyr/target.cmake CMakeCache.txt CMakeFiles/3.30.3/CMakeASMCompiler.cmake CMakeFiles/3.30.3/CMakeCCompiler.cmake CMakeFiles/3.30.3/CMakeCXXCompiler.cmake CMakeFiles/3.30.3/CMakeSystem.cmake Kconfig/Kconfig.dts Kconfig/Kconfig.modules Kconfig/Kconfig.shield Kconfig/Kconfig.shield.defconfig Kconfig/arch/Kconfig Kconfig/soc/Kconfig Kconfig/soc/Kconfig.defconfig Kconfig/soc/Kconfig.soc zephyr/.config zephyr/dts.cmake zephyr/include/generated/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/code/workspace/projet_systm_menacer/projetalexiot/CMakeLists.txt /home/code/workspace/projet_systm_menacer/projetalexiot/boards/bbc_microbit_v2.overlay /home/code/workspace/projet_systm_menacer/projetalexiot/prj.conf /opt/ncs/bootloader/mcuboot/boot/bootutil/zephyr/CMakeLists.txt /opt/ncs/modules/bsim_hw_models/nrf_hw_models/CMakeLists.txt /opt/ncs/modules/crypto/oberon-psa-crypto/Kconfig.oberon_psa_crypto /opt/ncs/modules/crypto/tinycrypt/CMakeLists.txt /opt/ncs/modules/crypto/tinycrypt/lib/CMakeLists.txt /opt/ncs/modules/debug/mipi-sys-t/CMakeLists.txt /opt/ncs/modules/hal/cirrus-logic/CMakeLists.txt /opt/ncs/modules/hal/cirrus-logic/Kconfig /opt/ncs/modules/hal/cmsis/CMSIS/CMakeLists.txt /opt/ncs/modules/hal/cmsis/CMSIS/Core/CMakeLists.txt /opt/ncs/modules/hal/cmsis/CMakeLists.txt /opt/ncs/modules/hal/libmetal/CMakeLists.txt /opt/ncs/modules/hal/st/CMakeLists.txt /opt/ncs/modules/hal/st/sensor/stmemsc/CMakeLists.txt /opt/ncs/modules/hal/wurthelektronik/CMakeLists.txt /opt/ncs/modules/lib/chre/platform/zephyr/CMakeLists.txt /opt/ncs/modules/lib/chre/platform/zephyr/Kconfig /opt/ncs/modules/lib/gui/lvgl/Kconfig /opt/ncs/modules/lib/matter/config/nrfconnect/chip-module/CMakeLists.txt /opt/ncs/modules/lib/matter/config/nrfconnect/chip-module/Kconfig /opt/ncs/modules/lib/matter/config/zephyr/Kconfig /opt/ncs/modules/lib/memfault-firmware-sdk/ports/zephyr/CMakeLists.txt /opt/ncs/modules/lib/memfault-firmware-sdk/ports/zephyr/Kconfig /opt/ncs/modules/lib/memfault-firmware-sdk/ports/zephyr/ncs/Kconfig /opt/ncs/modules/lib/open-amp/CMakeLists.txt /opt/ncs/modules/lib/picolibc/CMakeLists.txt /opt/ncs/modules/lib/picolibc/zephyr/Kconfig /opt/ncs/modules/lib/suit-generator/ncs/Kconfig /opt/ncs/modules/lib/suit-processor/Kconfig /opt/ncs/modules/lib/suit-processor/ncs/CMakeLists.txt /opt/ncs/modules/lib/zscilib/CMakeLists.txt /opt/ncs/modules/lib/zscilib/Kconfig.zscilib /opt/ncs/nrf/CMakeLists.txt /opt/ncs/nrf/Kconfig.nrf /opt/ncs/nrf/boards/deprecated.cmake /opt/ncs/nrf/boards/shields/coverage_support/Kconfig.shield /opt/ncs/nrf/boards/shields/nrf21540ek/Kconfig.shield /opt/ncs/nrf/boards/shields/nrf2220ek/Kconfig.shield /opt/ncs/nrf/boards/shields/nrf2240ek/Kconfig.shield /opt/ncs/nrf/boards/shields/nrf7002eb/Kconfig.shield /opt/ncs/nrf/boards/shields/nrf7002ek/Kconfig.shield /opt/ncs/nrf/boards/shields/nrf7002ek_nrf7000/Kconfig.shield /opt/ncs/nrf/boards/shields/nrf7002ek_nrf7001/Kconfig.shield /opt/ncs/nrf/boards/shields/nrf700x_nrf54h20dk/Kconfig.shield /opt/ncs/nrf/boards/shields/nrf700x_nrf54l15pdk/Kconfig.shield /opt/ncs/nrf/boards/shields/pca63565/Kconfig.shield /opt/ncs/nrf/boards/shields/pca63566/Kconfig.shield /opt/ncs/nrf/cmake/boilerplate.cmake /opt/ncs/nrf/cmake/extensions.cmake /opt/ncs/nrf/cmake/modules/kconfig.cmake /opt/ncs/nrf/cmake/multi_image.cmake /opt/ncs/nrf/cmake/partition_manager.cmake /opt/ncs/nrf/cmake/version.cmake /opt/ncs/nrf/cmake/version_app.cmake /opt/ncs/nrf/drivers/CMakeLists.txt /opt/ncs/nrf/drivers/Kconfig /opt/ncs/nrf/drivers/bluetooth/Kconfig /opt/ncs/nrf/drivers/bluetooth/hci/Kconfig /opt/ncs/nrf/drivers/entropy/CMakeLists.txt /opt/ncs/nrf/drivers/entropy/Kconfig /opt/ncs/nrf/drivers/flash/CMakeLists.txt /opt/ncs/nrf/drivers/flash/Kconfig /opt/ncs/nrf/drivers/hw_cc3xx/CMakeLists.txt /opt/ncs/nrf/drivers/hw_cc3xx/Kconfig /opt/ncs/nrf/drivers/mpsl/CMakeLists.txt /opt/ncs/nrf/drivers/mpsl/Kconfig /opt/ncs/nrf/drivers/mpsl/clock_control/CMakeLists.txt /opt/ncs/nrf/drivers/mpsl/clock_control/Kconfig /opt/ncs/nrf/drivers/mpsl/flash_sync/CMakeLists.txt /opt/ncs/nrf/drivers/mpsl/flash_sync/Kconfig /opt/ncs/nrf/drivers/mpsl/temp_nrf5/CMakeLists.txt /opt/ncs/nrf/drivers/mpsl/temp_nrf5/Kconfig /opt/ncs/nrf/drivers/net/Kconfig /opt/ncs/nrf/drivers/sensor/CMakeLists.txt /opt/ncs/nrf/drivers/sensor/Kconfig /opt/ncs/nrf/drivers/sensor/bh1749/Kconfig /opt/ncs/nrf/drivers/sensor/bme68x_iaq/Kconfig /opt/ncs/nrf/drivers/sensor/paw3212/Kconfig /opt/ncs/nrf/drivers/sensor/pmw3360/Kconfig /opt/ncs/nrf/drivers/sensor/sensor_sim/Kconfig /opt/ncs/nrf/drivers/sensor/sensor_stub/Kconfig /opt/ncs/nrf/drivers/serial/CMakeLists.txt /opt/ncs/nrf/drivers/serial/Kconfig /opt/ncs/nrf/drivers/serial/Kconfig.ipc /opt/ncs/nrf/drivers/serial/Kconfig.nrf_sw_lpuart /opt/ncs/nrf/drivers/wifi/Kconfig /opt/ncs/nrf/drivers/wifi/nrf700x/Kconfig /opt/ncs/nrf/ext/CMakeLists.txt /opt/ncs/nrf/ext/Kconfig /opt/ncs/nrf/ext/curl/Kconfig /opt/ncs/nrf/ext/freebsd-getopt/Kconfig /opt/ncs/nrf/ext/iperf3/Kconfig /opt/ncs/nrf/lib/CMakeLists.txt /opt/ncs/nrf/lib/Kconfig /opt/ncs/nrf/lib/adp536x/Kconfig /opt/ncs/nrf/lib/at_cmd_custom/Kconfig /opt/ncs/nrf/lib/at_cmd_parser/Kconfig /opt/ncs/nrf/lib/at_host/Kconfig /opt/ncs/nrf/lib/at_monitor/Kconfig /opt/ncs/nrf/lib/at_shell/Kconfig /opt/ncs/nrf/lib/bin/CMakeLists.txt /opt/ncs/nrf/lib/bin/Kconfig /opt/ncs/nrf/lib/bin/lwm2m_carrier/Kconfig /opt/ncs/nrf/lib/boot_banner/CMakeLists.txt /opt/ncs/nrf/lib/boot_banner/Kconfig /opt/ncs/nrf/lib/contin_array/Kconfig /opt/ncs/nrf/lib/data_fifo/Kconfig /opt/ncs/nrf/lib/date_time/Kconfig /opt/ncs/nrf/lib/dk_buttons_and_leds/Kconfig /opt/ncs/nrf/lib/edge_impulse/Kconfig /opt/ncs/nrf/lib/fatal_error/CMakeLists.txt /opt/ncs/nrf/lib/fatal_error/Kconfig /opt/ncs/nrf/lib/fem_al/Kconfig /opt/ncs/nrf/lib/flash_patch/CMakeLists.txt /opt/ncs/nrf/lib/flash_patch/Kconfig /opt/ncs/nrf/lib/fprotect/Kconfig /opt/ncs/nrf/lib/gcf_sms/Kconfig /opt/ncs/nrf/lib/hw_id/Kconfig /opt/ncs/nrf/lib/hw_unique_key/Kconfig /opt/ncs/nrf/lib/identity_key/Kconfig /opt/ncs/nrf/lib/location/Kconfig /opt/ncs/nrf/lib/lte_link_control/Kconfig /opt/ncs/nrf/lib/modem_antenna/Kconfig /opt/ncs/nrf/lib/modem_attest_token/Kconfig /opt/ncs/nrf/lib/modem_battery/Kconfig /opt/ncs/nrf/lib/modem_info/Kconfig /opt/ncs/nrf/lib/modem_jwt/Kconfig /opt/ncs/nrf/lib/modem_key_mgmt/Kconfig /opt/ncs/nrf/lib/modem_slm/Kconfig /opt/ncs/nrf/lib/multithreading_lock/CMakeLists.txt /opt/ncs/nrf/lib/multithreading_lock/Kconfig /opt/ncs/nrf/lib/nrf_modem_lib/Kconfig /opt/ncs/nrf/lib/nrf_modem_lib/Kconfig.modemlib /opt/ncs/nrf/lib/nrf_modem_lib/lte_net_if/Kconfig /opt/ncs/nrf/lib/nrf_modem_lib/shell/Kconfig /opt/ncs/nrf/lib/nrf_modem_lib/trace_backends/Kconfig /opt/ncs/nrf/lib/nrf_modem_lib/trace_backends/flash/Kconfig /opt/ncs/nrf/lib/nrf_modem_lib/trace_backends/ram/Kconfig /opt/ncs/nrf/lib/nrf_modem_lib/trace_backends/rtt/Kconfig /opt/ncs/nrf/lib/nrf_modem_lib/trace_backends/uart/Kconfig /opt/ncs/nrf/lib/pcm_mix/Kconfig /opt/ncs/nrf/lib/pcm_stream_channel_modifier/Kconfig /opt/ncs/nrf/lib/pdn/Kconfig /opt/ncs/nrf/lib/qos/Kconfig /opt/ncs/nrf/lib/ram_pwrdn/Kconfig /opt/ncs/nrf/lib/sample_rate_converter/Kconfig /opt/ncs/nrf/lib/sfloat/Kconfig /opt/ncs/nrf/lib/sms/Kconfig /opt/ncs/nrf/lib/st25r3911b/Kconfig /opt/ncs/nrf/lib/supl/Kconfig /opt/ncs/nrf/lib/tone/Kconfig /opt/ncs/nrf/lib/wave_gen/Kconfig /opt/ncs/nrf/modules/CMakeLists.txt /opt/ncs/nrf/modules/Kconfig /opt/ncs/nrf/modules/azure-sdk-for-c/CMakeLists.txt /opt/ncs/nrf/modules/azure-sdk-for-c/Kconfig /opt/ncs/nrf/modules/cjson/CMakeLists.txt /opt/ncs/nrf/modules/cjson/Kconfig /opt/ncs/nrf/modules/coremark/Kconfig /opt/ncs/nrf/modules/hostap/CMakeLists.txt /opt/ncs/nrf/modules/hostap/Kconfig /opt/ncs/nrf/modules/mcuboot/CMakeLists.txt /opt/ncs/nrf/modules/mcuboot/Kconfig /opt/ncs/nrf/modules/memfault-firmware-sdk/Kconfig /opt/ncs/nrf/modules/modules.cmake /opt/ncs/nrf/modules/nrfxlib/CMakeLists.txt /opt/ncs/nrf/modules/nrfxlib/nrf_802154/CMakeLists.txt /opt/ncs/nrf/modules/trusted-firmware-m/Kconfig /opt/ncs/nrf/modules/trusted-firmware-m/Kconfig.mbedtls.defconfig /opt/ncs/nrf/modules/trusted-firmware-m/Kconfig.mbedtls_minimal.defconfig /opt/ncs/nrf/modules/trusted-firmware-m/Kconfig.peripheral_secure /opt/ncs/nrf/modules/trusted-firmware-m/Kconfig.psa.defconfig /opt/ncs/nrf/modules/trusted-firmware-m/Kconfig.template.peripheral_secure /opt/ncs/nrf/modules/trusted-firmware-m/Kconfig.tfm.defconfig /opt/ncs/nrf/modules/trusted-firmware-m/Kconfig.tfm.pm /opt/ncs/nrf/modules/trusted-firmware-m/Kconfig.tfm_minimal.defconfig /opt/ncs/nrf/modules/wfa-qt/CMakeLists.txt /opt/ncs/nrf/modules/wfa-qt/Kconfig /opt/ncs/nrf/samples/CMakeLists.txt /opt/ncs/nrf/samples/Kconfig /opt/ncs/nrf/samples/common/CMakeLists.txt /opt/ncs/nrf/samples/common/Kconfig /opt/ncs/nrf/samples/common/mcumgr_bt_ota_dfu/CMakeLists.txt /opt/ncs/nrf/samples/common/mcumgr_bt_ota_dfu/Kconfig /opt/ncs/nrf/share/ncs-package/cmake/NcsConfig.cmake /opt/ncs/nrf/share/zephyrbuild-package/cmake/ZephyrBuildConfig.cmake /opt/ncs/nrf/snippets/matter-diagnostic-logs/snippet.yml /opt/ncs/nrf/snippets/nordic-bt-rpc/snippet.yml /opt/ncs/nrf/snippets/nrf70-debug/snippet.yml /opt/ncs/nrf/snippets/nrf70-fw-patch-ext-flash/snippet.yml /opt/ncs/nrf/snippets/nrf91-modem-trace-ext-flash/snippet.yml /opt/ncs/nrf/snippets/nrf91-modem-trace-uart/snippet.yml /opt/ncs/nrf/snippets/tfm-enable-share-uart/snippet.yml /opt/ncs/nrf/subsys/CMakeLists.txt /opt/ncs/nrf/subsys/Kconfig /opt/ncs/nrf/subsys/app_event_manager/Kconfig /opt/ncs/nrf/subsys/app_event_manager_profiler_tracer/Kconfig /opt/ncs/nrf/subsys/audio_module/Kconfig /opt/ncs/nrf/subsys/bluetooth/CMakeLists.txt /opt/ncs/nrf/subsys/bluetooth/Kconfig /opt/ncs/nrf/subsys/bluetooth/Kconfig.discovery /opt/ncs/nrf/subsys/bluetooth/Kconfig.enocean /opt/ncs/nrf/subsys/bluetooth/Kconfig.link /opt/ncs/nrf/subsys/bluetooth/Kconfig.pool /opt/ncs/nrf/subsys/bluetooth/Kconfig.scan /opt/ncs/nrf/subsys/bluetooth/adv_prov/Kconfig /opt/ncs/nrf/subsys/bluetooth/adv_prov/providers/Kconfig /opt/ncs/nrf/subsys/bluetooth/adv_prov/providers/Kconfig.device_name /opt/ncs/nrf/subsys/bluetooth/adv_prov/providers/Kconfig.fast_pair /opt/ncs/nrf/subsys/bluetooth/adv_prov/providers/Kconfig.flags /opt/ncs/nrf/subsys/bluetooth/adv_prov/providers/Kconfig.gap_appearance /opt/ncs/nrf/subsys/bluetooth/adv_prov/providers/Kconfig.swift_pair /opt/ncs/nrf/subsys/bluetooth/adv_prov/providers/Kconfig.tx_power /opt/ncs/nrf/subsys/bluetooth/controller/CMakeLists.txt /opt/ncs/nrf/subsys/bluetooth/controller/Kconfig /opt/ncs/nrf/subsys/bluetooth/host_extensions/CMakeLists.txt /opt/ncs/nrf/subsys/bluetooth/mesh/Kconfig /opt/ncs/nrf/subsys/bluetooth/mesh/Kconfig.dk_prov /opt/ncs/nrf/subsys/bluetooth/mesh/Kconfig.models /opt/ncs/nrf/subsys/bluetooth/mesh/Kconfig.rpl /opt/ncs/nrf/subsys/bluetooth/mesh/Kconfig.sensor /opt/ncs/nrf/subsys/bluetooth/mesh/shell/Kconfig /opt/ncs/nrf/subsys/bluetooth/mesh/vnd/Kconfig /opt/ncs/nrf/subsys/bluetooth/rpc/Kconfig /opt/ncs/nrf/subsys/bluetooth/services/Kconfig /opt/ncs/nrf/subsys/bluetooth/services/Kconfig.ams_client /opt/ncs/nrf/subsys/bluetooth/services/Kconfig.ancs_client /opt/ncs/nrf/subsys/bluetooth/services/Kconfig.bas_client /opt/ncs/nrf/subsys/bluetooth/services/Kconfig.bms /opt/ncs/nrf/subsys/bluetooth/services/Kconfig.cts_client /opt/ncs/nrf/subsys/bluetooth/services/Kconfig.ddfs /opt/ncs/nrf/subsys/bluetooth/services/Kconfig.dfu_smp /opt/ncs/nrf/subsys/bluetooth/services/Kconfig.gattp /opt/ncs/nrf/subsys/bluetooth/services/Kconfig.hids /opt/ncs/nrf/subsys/bluetooth/services/Kconfig.hogp /opt/ncs/nrf/subsys/bluetooth/services/Kconfig.hrs_client /opt/ncs/nrf/subsys/bluetooth/services/Kconfig.latency /opt/ncs/nrf/subsys/bluetooth/services/Kconfig.latency_c /opt/ncs/nrf/subsys/bluetooth/services/Kconfig.lbs /opt/ncs/nrf/subsys/bluetooth/services/Kconfig.mds /opt/ncs/nrf/subsys/bluetooth/services/Kconfig.nsms /opt/ncs/nrf/subsys/bluetooth/services/Kconfig.nus /opt/ncs/nrf/subsys/bluetooth/services/Kconfig.nus_client /opt/ncs/nrf/subsys/bluetooth/services/Kconfig.rscs /opt/ncs/nrf/subsys/bluetooth/services/Kconfig.throughput /opt/ncs/nrf/subsys/bluetooth/services/cgms/Kconfig.cgms /opt/ncs/nrf/subsys/bluetooth/services/fast_pair/Kconfig.fast_pair /opt/ncs/nrf/subsys/bluetooth/services/fast_pair/fmdn/Kconfig /opt/ncs/nrf/subsys/bluetooth/services/fast_pair/fp_crypto/Kconfig.fp_crypto /opt/ncs/nrf/subsys/bluetooth/services/fast_pair/fp_storage/Kconfig.fp_storage /opt/ncs/nrf/subsys/bluetooth/services/wifi_prov/Kconfig.wifi_prov /opt/ncs/nrf/subsys/bootloader/Kconfig /opt/ncs/nrf/subsys/bootloader/bl_crypto/Kconfig /opt/ncs/nrf/subsys/bootloader/bl_storage/Kconfig /opt/ncs/nrf/subsys/bootloader/bl_validation/Kconfig /opt/ncs/nrf/subsys/caf/Kconfig /opt/ncs/nrf/subsys/caf/events/Kconfig /opt/ncs/nrf/subsys/caf/events/Kconfig.factory_reset_event /opt/ncs/nrf/subsys/caf/events/Kconfig.force_power_down_event /opt/ncs/nrf/subsys/caf/events/Kconfig.keep_alive_event /opt/ncs/nrf/subsys/caf/events/Kconfig.module_state_event /opt/ncs/nrf/subsys/caf/events/Kconfig.power_manager_event /opt/ncs/nrf/subsys/caf/events/Kconfig.sensor_event /opt/ncs/nrf/subsys/caf/modules/Kconfig /opt/ncs/nrf/subsys/caf/modules/Kconfig.ble_adv /opt/ncs/nrf/subsys/caf/modules/Kconfig.ble_bond /opt/ncs/nrf/subsys/caf/modules/Kconfig.ble_smp /opt/ncs/nrf/subsys/caf/modules/Kconfig.ble_state /opt/ncs/nrf/subsys/caf/modules/Kconfig.buttons /opt/ncs/nrf/subsys/caf/modules/Kconfig.caf_shell /opt/ncs/nrf/subsys/caf/modules/Kconfig.click_detector /opt/ncs/nrf/subsys/caf/modules/Kconfig.factory_reset_request /opt/ncs/nrf/subsys/caf/modules/Kconfig.leds /opt/ncs/nrf/subsys/caf/modules/Kconfig.net_state /opt/ncs/nrf/subsys/caf/modules/Kconfig.power_manager /opt/ncs/nrf/subsys/caf/modules/Kconfig.sensor_data_aggregator /opt/ncs/nrf/subsys/caf/modules/Kconfig.sensor_manager /opt/ncs/nrf/subsys/caf/modules/Kconfig.settings_loader /opt/ncs/nrf/subsys/debug/CMakeLists.txt /opt/ncs/nrf/subsys/debug/Kconfig /opt/ncs/nrf/subsys/debug/cpu_load/Kconfig /opt/ncs/nrf/subsys/debug/etb_trace/Kconfig /opt/ncs/nrf/subsys/debug/ppi_trace/Kconfig /opt/ncs/nrf/subsys/dfu/CMakeLists.txt /opt/ncs/nrf/subsys/dfu/Kconfig /opt/ncs/nrf/subsys/dfu/dfu_multi_image/Kconfig /opt/ncs/nrf/subsys/dfu/dfu_target/Kconfig /opt/ncs/nrf/subsys/dfu/fmfu_fdev/Kconfig /opt/ncs/nrf/subsys/dm/Kconfig /opt/ncs/nrf/subsys/dm/rpc/Kconfig /opt/ncs/nrf/subsys/dult/Kconfig /opt/ncs/nrf/subsys/emds/Kconfig /opt/ncs/nrf/subsys/esb/Kconfig /opt/ncs/nrf/subsys/event_manager_proxy/Kconfig /opt/ncs/nrf/subsys/fw_info/Kconfig /opt/ncs/nrf/subsys/fw_info/Kconfig.template.fw_info_ext_api /opt/ncs/nrf/subsys/gazell/Kconfig /opt/ncs/nrf/subsys/ieee802154/Kconfig /opt/ncs/nrf/subsys/mgmt/fmfu/Kconfig /opt/ncs/nrf/subsys/mgmt/suitfu/Kconfig /opt/ncs/nrf/subsys/mpsl/CMakeLists.txt /opt/ncs/nrf/subsys/mpsl/Kconfig /opt/ncs/nrf/subsys/mpsl/cx/Kconfig /opt/ncs/nrf/subsys/mpsl/fem/CMakeLists.txt /opt/ncs/nrf/subsys/mpsl/fem/Kconfig /opt/ncs/nrf/subsys/mpsl/init/CMakeLists.txt /opt/ncs/nrf/subsys/mpsl/init/Kconfig /opt/ncs/nrf/subsys/mpsl/pin_debug/Kconfig /opt/ncs/nrf/subsys/mpsl/pm/Kconfig /opt/ncs/nrf/subsys/net/CMakeLists.txt /opt/ncs/nrf/subsys/net/Kconfig /opt/ncs/nrf/subsys/net/l2_wifi_if_conn/Kconfig /opt/ncs/nrf/subsys/net/lib/CMakeLists.txt /opt/ncs/nrf/subsys/net/lib/Kconfig /opt/ncs/nrf/subsys/net/lib/aws_fota/Kconfig /opt/ncs/nrf/subsys/net/lib/aws_iot/Kconfig /opt/ncs/nrf/subsys/net/lib/aws_jobs/Kconfig /opt/ncs/nrf/subsys/net/lib/azure_fota/Kconfig /opt/ncs/nrf/subsys/net/lib/azure_iot_hub/Kconfig /opt/ncs/nrf/subsys/net/lib/coap_utils/Kconfig /opt/ncs/nrf/subsys/net/lib/download_client/Kconfig /opt/ncs/nrf/subsys/net/lib/fota_download/Kconfig /opt/ncs/nrf/subsys/net/lib/ftp_client/Kconfig /opt/ncs/nrf/subsys/net/lib/icalendar_parser/Kconfig /opt/ncs/nrf/subsys/net/lib/lwm2m_client_utils/Kconfig /opt/ncs/nrf/subsys/net/lib/mcumgr_smp_client/Kconfig /opt/ncs/nrf/subsys/net/lib/mqtt_helper/Kconfig /opt/ncs/nrf/subsys/net/lib/nrf_cloud/Kconfig /opt/ncs/nrf/subsys/net/lib/nrf_cloud/Kconfig.nrf_cloud_agnss /opt/ncs/nrf/subsys/net/lib/nrf_cloud/Kconfig.nrf_cloud_alert /opt/ncs/nrf/subsys/net/lib/nrf_cloud/Kconfig.nrf_cloud_client_id /opt/ncs/nrf/subsys/net/lib/nrf_cloud/Kconfig.nrf_cloud_coap /opt/ncs/nrf/subsys/net/lib/nrf_cloud/Kconfig.nrf_cloud_fota /opt/ncs/nrf/subsys/net/lib/nrf_cloud/Kconfig.nrf_cloud_location /opt/ncs/nrf/subsys/net/lib/nrf_cloud/Kconfig.nrf_cloud_log /opt/ncs/nrf/subsys/net/lib/nrf_cloud/Kconfig.nrf_cloud_mqtt /opt/ncs/nrf/subsys/net/lib/nrf_cloud/Kconfig.nrf_cloud_pgps /opt/ncs/nrf/subsys/net/lib/nrf_cloud/Kconfig.nrf_cloud_rest /opt/ncs/nrf/subsys/net/lib/nrf_cloud/Kconfig.nrf_cloud_shadow_info /opt/ncs/nrf/subsys/net/lib/nrf_provisioning/Kconfig /opt/ncs/nrf/subsys/net/lib/nrf_provisioning/Kconfig.nrf_provisioning_cbor /opt/ncs/nrf/subsys/net/lib/nrf_provisioning/Kconfig.nrf_provisioning_coap /opt/ncs/nrf/subsys/net/lib/nrf_provisioning/Kconfig.nrf_provisioning_codec /opt/ncs/nrf/subsys/net/lib/nrf_provisioning/Kconfig.nrf_provisioning_http /opt/ncs/nrf/subsys/net/lib/rest_client/Kconfig /opt/ncs/nrf/subsys/net/lib/softap_wifi_provision/Kconfig /opt/ncs/nrf/subsys/net/lib/wifi_credentials/Kconfig /opt/ncs/nrf/subsys/net/lib/wifi_mgmt_ext/Kconfig /opt/ncs/nrf/subsys/net/lib/wifi_ready/Kconfig /opt/ncs/nrf/subsys/net/lib/zzhc/Kconfig /opt/ncs/nrf/subsys/net/openthread/Kconfig /opt/ncs/nrf/subsys/net/openthread/Kconfig.defconfig /opt/ncs/nrf/subsys/net_core_monitor/Kconfig /opt/ncs/nrf/subsys/nfc/Kconfig /opt/ncs/nrf/subsys/nfc/lib/Kconfig /opt/ncs/nrf/subsys/nfc/ndef/Kconfig /opt/ncs/nrf/subsys/nfc/t2t/Kconfig /opt/ncs/nrf/subsys/nfc/t4t/Kconfig /opt/ncs/nrf/subsys/nfc/tnep/Kconfig /opt/ncs/nrf/subsys/nfc/tnep/ch/Kconfig /opt/ncs/nrf/subsys/nrf_profiler/Kconfig /opt/ncs/nrf/subsys/nrf_rpc/Kconfig /opt/ncs/nrf/subsys/nrf_security/Kconfig /opt/ncs/nrf/subsys/nrf_security/Kconfig.legacy /opt/ncs/nrf/subsys/nrf_security/Kconfig.psa /opt/ncs/nrf/subsys/nrf_security/Kconfig.tls /opt/ncs/nrf/subsys/nrf_security/src/core/Kconfig /opt/ncs/nrf/subsys/nrf_security/src/drivers/Kconfig /opt/ncs/nrf/subsys/nrf_security/src/drivers/Kconfig.psa_accel /opt/ncs/nrf/subsys/nrf_security/src/drivers/cracen/Kconfig /opt/ncs/nrf/subsys/nrf_security/src/drivers/cracen/psa_driver.Kconfig /opt/ncs/nrf/subsys/nrf_security/src/drivers/nrf_cc3xx/Kconfig /opt/ncs/nrf/subsys/nrf_security/src/drivers/nrf_oberon/Kconfig /opt/ncs/nrf/subsys/nrf_security/src/drivers/zephyr/Kconfig /opt/ncs/nrf/subsys/nrf_security/src/ssf_secdom/Kconfig /opt/ncs/nrf/subsys/partition_manager/Kconfig /opt/ncs/nrf/subsys/partition_manager/Kconfig.template.build_strategy /opt/ncs/nrf/subsys/partition_manager/Kconfig.template.partition_config /opt/ncs/nrf/subsys/partition_manager/Kconfig.template.partition_region /opt/ncs/nrf/subsys/pcd/Kconfig /opt/ncs/nrf/subsys/sdfw_services/Kconfig /opt/ncs/nrf/subsys/sdfw_services/services/Kconfig /opt/ncs/nrf/subsys/sdfw_services/services/Kconfig.template.service /opt/ncs/nrf/subsys/sdfw_services/services/echo/Kconfig /opt/ncs/nrf/subsys/sdfw_services/services/enc_fw/Kconfig /opt/ncs/nrf/subsys/sdfw_services/services/extmem/Kconfig /opt/ncs/nrf/subsys/sdfw_services/services/psa_crypto/Kconfig /opt/ncs/nrf/subsys/sdfw_services/services/reset_evt/Kconfig /opt/ncs/nrf/subsys/sdfw_services/services/sdfw_update/Kconfig /opt/ncs/nrf/subsys/sdfw_services/services/suit_service/Kconfig /opt/ncs/nrf/subsys/sdfw_services/transport/Kconfig /opt/ncs/nrf/subsys/sdfw_services/transport/nrf_rpc/Kconfig /opt/ncs/nrf/subsys/shell/CMakeLists.txt /opt/ncs/nrf/subsys/shell/Kconfig /opt/ncs/nrf/subsys/suit/CMakeLists.txt /opt/ncs/nrf/subsys/suit/Kconfig /opt/ncs/nrf/subsys/suit/cache/Kconfig /opt/ncs/nrf/subsys/suit/envelope_info/Kconfig /opt/ncs/nrf/subsys/suit/execution_mode/Kconfig /opt/ncs/nrf/subsys/suit/mci/Kconfig /opt/ncs/nrf/subsys/suit/memory_layout/Kconfig /opt/ncs/nrf/subsys/suit/memptr_storage/Kconfig /opt/ncs/nrf/subsys/suit/metadata/Kconfig /opt/ncs/nrf/subsys/suit/orchestrator/Kconfig /opt/ncs/nrf/subsys/suit/orchestrator_app/Kconfig /opt/ncs/nrf/subsys/suit/platform/Kconfig /opt/ncs/nrf/subsys/suit/platform/sdfw/Kconfig /opt/ncs/nrf/subsys/suit/platform/sink_selector/Kconfig /opt/ncs/nrf/subsys/suit/provisioning/CMakeLists.txt /opt/ncs/nrf/subsys/suit/provisioning/Kconfig /opt/ncs/nrf/subsys/suit/provisioning/soc/Kconfig.nrf54h20 /opt/ncs/nrf/subsys/suit/provisioning/soc/Kconfig.template.manifest_config /opt/ncs/nrf/subsys/suit/storage/Kconfig /opt/ncs/nrf/subsys/suit/stream/Kconfig /opt/ncs/nrf/subsys/suit/utils/Kconfig /opt/ncs/nrf/subsys/trusted_storage/Kconfig /opt/ncs/nrf/subsys/uart_async_adapter/Kconfig /opt/ncs/nrf/subsys/zigbee/Kconfig /opt/ncs/nrf/subsys/zigbee/lib/Kconfig /opt/ncs/nrf/subsys/zigbee/lib/zigbee_app_utils/Kconfig /opt/ncs/nrf/subsys/zigbee/lib/zigbee_fota/Kconfig /opt/ncs/nrf/subsys/zigbee/lib/zigbee_logger_ep/Kconfig /opt/ncs/nrf/subsys/zigbee/lib/zigbee_scenes/Kconfig /opt/ncs/nrf/subsys/zigbee/lib/zigbee_shell/Kconfig /opt/ncs/nrf/tests/CMakeLists.txt /opt/ncs/nrf/tests/Kconfig /opt/ncs/nrf/tests/mocks/CMakeLists.txt /opt/ncs/nrf/tests/mocks/Kconfig /opt/ncs/nrf/tests/mocks/nrf_modem_at/Kconfig /opt/ncs/nrf/tests/unity/Kconfig /opt/ncs/nrfxlib/CMakeLists.txt /opt/ncs/nrfxlib/Kconfig.nrfxlib /opt/ncs/nrfxlib/common.cmake /opt/ncs/nrfxlib/crypto/CMakeLists.txt /opt/ncs/nrfxlib/crypto/Kconfig /opt/ncs/nrfxlib/gzll/Kconfig /opt/ncs/nrfxlib/lc3/Kconfig /opt/ncs/nrfxlib/mpsl/CMakeLists.txt /opt/ncs/nrfxlib/mpsl/Kconfig /opt/ncs/nrfxlib/mpsl/fem/CMakeLists.txt /opt/ncs/nrfxlib/nfc/Kconfig /opt/ncs/nrfxlib/nrf_802154/zephyr/Kconfig.nrfxlib /opt/ncs/nrfxlib/nrf_dm/Kconfig /opt/ncs/nrfxlib/nrf_fuel_gauge/Kconfig /opt/ncs/nrfxlib/nrf_modem/Kconfig /opt/ncs/nrfxlib/nrf_rpc/Kconfig /opt/ncs/nrfxlib/openthread/Kconfig /opt/ncs/nrfxlib/softdevice_controller/CMakeLists.txt /opt/ncs/nrfxlib/zboss/Kconfig /opt/ncs/zephyr/CMakeLists.txt /opt/ncs/zephyr/Kconfig /opt/ncs/zephyr/Kconfig.zephyr /opt/ncs/zephyr/VERSION /opt/ncs/zephyr/arch/CMakeLists.txt /opt/ncs/zephyr/arch/Kconfig /opt/ncs/zephyr/arch/Kconfig.v2 /opt/ncs/zephyr/arch/arc/Kconfig /opt/ncs/zephyr/arch/arc/core/dsp/Kconfig /opt/ncs/zephyr/arch/arc/core/mpu/Kconfig /opt/ncs/zephyr/arch/arm/CMakeLists.txt /opt/ncs/zephyr/arch/arm/Kconfig /opt/ncs/zephyr/arch/arm/core/CMakeLists.txt /opt/ncs/zephyr/arch/arm/core/Kconfig /opt/ncs/zephyr/arch/arm/core/Kconfig.vfp /opt/ncs/zephyr/arch/arm/core/cortex_a_r/Kconfig /opt/ncs/zephyr/arch/arm/core/cortex_m/CMakeLists.txt /opt/ncs/zephyr/arch/arm/core/cortex_m/Kconfig /opt/ncs/zephyr/arch/arm/core/cortex_m/tz/Kconfig /opt/ncs/zephyr/arch/arm/core/mmu/Kconfig /opt/ncs/zephyr/arch/arm/core/mpu/Kconfig /opt/ncs/zephyr/arch/arm64/Kconfig /opt/ncs/zephyr/arch/arm64/core/Kconfig /opt/ncs/zephyr/arch/arm64/core/cortex_r/Kconfig /opt/ncs/zephyr/arch/arm64/core/xen/Kconfig /opt/ncs/zephyr/arch/common/CMakeLists.txt /opt/ncs/zephyr/arch/common/Kconfig /opt/ncs/zephyr/arch/mips/Kconfig /opt/ncs/zephyr/arch/nios2/Kconfig /opt/ncs/zephyr/arch/posix/Kconfig /opt/ncs/zephyr/arch/riscv/Kconfig /opt/ncs/zephyr/arch/riscv/Kconfig.isa /opt/ncs/zephyr/arch/sparc/Kconfig /opt/ncs/zephyr/arch/x86/Kconfig /opt/ncs/zephyr/arch/x86/core/Kconfig.ia32 /opt/ncs/zephyr/arch/x86/core/Kconfig.intel64 /opt/ncs/zephyr/arch/xtensa/Kconfig /opt/ncs/zephyr/boards/CMakeLists.txt /opt/ncs/zephyr/boards/Kconfig /opt/ncs/zephyr/boards/Kconfig.v2 /opt/ncs/zephyr/boards/bbc/microbit_v2/Kconfig.bbc_microbit_v2 /opt/ncs/zephyr/boards/bbc/microbit_v2/Kconfig.defconfig /opt/ncs/zephyr/boards/bbc/microbit_v2/bbc_microbit_v2-pinctrl.dtsi /opt/ncs/zephyr/boards/bbc/microbit_v2/bbc_microbit_v2.dts /opt/ncs/zephyr/boards/bbc/microbit_v2/bbc_microbit_v2_defconfig /opt/ncs/zephyr/boards/bbc/microbit_v2/board.cmake /opt/ncs/zephyr/boards/bbc/microbit_v2/board.yml /opt/ncs/zephyr/boards/bbc/microbit_v2/pre_dt_board.cmake /opt/ncs/zephyr/boards/common/jlink.board.cmake /opt/ncs/zephyr/boards/common/nrfjprog.board.cmake /opt/ncs/zephyr/boards/common/openocd-nrf5.board.cmake /opt/ncs/zephyr/boards/common/openocd.board.cmake /opt/ncs/zephyr/boards/common/pyocd.board.cmake /opt/ncs/zephyr/boards/deprecated.cmake /opt/ncs/zephyr/boards/shields/adafruit_2_8_tft_touch_v2/Kconfig.defconfig /opt/ncs/zephyr/boards/shields/adafruit_2_8_tft_touch_v2/Kconfig.shield /opt/ncs/zephyr/boards/shields/adafruit_data_logger/Kconfig.shield /opt/ncs/zephyr/boards/shields/adafruit_neopixel_grid_bff/Kconfig.defconfig /opt/ncs/zephyr/boards/shields/adafruit_neopixel_grid_bff/Kconfig.shield /opt/ncs/zephyr/boards/shields/adafruit_pca9685/Kconfig.shield /opt/ncs/zephyr/boards/shields/adafruit_winc1500/Kconfig.defconfig /opt/ncs/zephyr/boards/shields/adafruit_winc1500/Kconfig.shield /opt/ncs/zephyr/boards/shields/amg88xx/Kconfig.shield /opt/ncs/zephyr/boards/shields/arceli_eth_w5500/Kconfig.defconfig /opt/ncs/zephyr/boards/shields/arceli_eth_w5500/Kconfig.shield /opt/ncs/zephyr/boards/shields/arduino_uno_click/Kconfig.shield /opt/ncs/zephyr/boards/shields/atmel_rf2xx/Kconfig.defconfig /opt/ncs/zephyr/boards/shields/atmel_rf2xx/Kconfig.shield /opt/ncs/zephyr/boards/shields/boostxl_ulpsense/Kconfig.shield /opt/ncs/zephyr/boards/shields/buydisplay_2_8_tft_touch_arduino/Kconfig.defconfig /opt/ncs/zephyr/boards/shields/buydisplay_2_8_tft_touch_arduino/Kconfig.shield /opt/ncs/zephyr/boards/shields/buydisplay_3_5_tft_touch_arduino/Kconfig.defconfig /opt/ncs/zephyr/boards/shields/buydisplay_3_5_tft_touch_arduino/Kconfig.shield /opt/ncs/zephyr/boards/shields/dac80508_evm/Kconfig.shield /opt/ncs/zephyr/boards/shields/esp_8266/Kconfig.defconfig /opt/ncs/zephyr/boards/shields/esp_8266/Kconfig.shield /opt/ncs/zephyr/boards/shields/esp_8266/boards/disco_l475_iot1.defconfig /opt/ncs/zephyr/boards/shields/esp_8266/boards/sam4e_xpro.defconfig /opt/ncs/zephyr/boards/shields/frdm_cr20a/Kconfig.defconfig /opt/ncs/zephyr/boards/shields/frdm_cr20a/Kconfig.shield /opt/ncs/zephyr/boards/shields/frdm_cr20a/boards/frdm_k64f.defconfig /opt/ncs/zephyr/boards/shields/frdm_kw41z/Kconfig.shield /opt/ncs/zephyr/boards/shields/frdm_stbc_agm01/Kconfig.shield /opt/ncs/zephyr/boards/shields/ftdi_vm800c/Kconfig.shield /opt/ncs/zephyr/boards/shields/g1120b0mipi/Kconfig.defconfig /opt/ncs/zephyr/boards/shields/g1120b0mipi/Kconfig.shield /opt/ncs/zephyr/boards/shields/inventek_eswifi/Kconfig.defconfig /opt/ncs/zephyr/boards/shields/inventek_eswifi/Kconfig.shield /opt/ncs/zephyr/boards/shields/inventek_eswifi/boards/frdm_k64f.defconfig /opt/ncs/zephyr/boards/shields/inventek_eswifi/boards/nucleo_f767zi.defconfig /opt/ncs/zephyr/boards/shields/link_board_eth/Kconfig.defconfig /opt/ncs/zephyr/boards/shields/link_board_eth/Kconfig.shield /opt/ncs/zephyr/boards/shields/lmp90100_evb/Kconfig.defconfig /opt/ncs/zephyr/boards/shields/lmp90100_evb/Kconfig.shield /opt/ncs/zephyr/boards/shields/ls0xx_generic/Kconfig.defconfig /opt/ncs/zephyr/boards/shields/ls0xx_generic/Kconfig.shield /opt/ncs/zephyr/boards/shields/m5stack_core2_ext/Kconfig.shield /opt/ncs/zephyr/boards/shields/max3421e/Kconfig.shield /opt/ncs/zephyr/boards/shields/max7219/Kconfig.shield /opt/ncs/zephyr/boards/shields/mcp2515/Kconfig.shield /opt/ncs/zephyr/boards/shields/mikroe_accel13_click/Kconfig.shield /opt/ncs/zephyr/boards/shields/mikroe_adc_click/Kconfig.defconfig /opt/ncs/zephyr/boards/shields/mikroe_adc_click/Kconfig.shield /opt/ncs/zephyr/boards/shields/mikroe_eth_click/Kconfig.defconfig /opt/ncs/zephyr/boards/shields/mikroe_eth_click/Kconfig.shield /opt/ncs/zephyr/boards/shields/mikroe_mcp2518fd_click/Kconfig.shield /opt/ncs/zephyr/boards/shields/mikroe_weather_click/Kconfig.shield /opt/ncs/zephyr/boards/shields/mikroe_wifi_bt_click/Kconfig.defconfig /opt/ncs/zephyr/boards/shields/mikroe_wifi_bt_click/Kconfig.shield /opt/ncs/zephyr/boards/shields/npm1100_ek/Kconfig.shield /opt/ncs/zephyr/boards/shields/npm1300_ek/Kconfig.shield /opt/ncs/zephyr/boards/shields/npm6001_ek/Kconfig.shield /opt/ncs/zephyr/boards/shields/rk055hdmipi4m/Kconfig.defconfig /opt/ncs/zephyr/boards/shields/rk055hdmipi4m/Kconfig.shield /opt/ncs/zephyr/boards/shields/rk055hdmipi4ma0/Kconfig.defconfig /opt/ncs/zephyr/boards/shields/rk055hdmipi4ma0/Kconfig.shield /opt/ncs/zephyr/boards/shields/rpi_pico_uno_flexypin/Kconfig.shield /opt/ncs/zephyr/boards/shields/seeed_xiao_expansion_board/Kconfig.defconfig /opt/ncs/zephyr/boards/shields/seeed_xiao_expansion_board/Kconfig.shield /opt/ncs/zephyr/boards/shields/seeed_xiao_round_display/Kconfig.defconfig /opt/ncs/zephyr/boards/shields/seeed_xiao_round_display/Kconfig.shield /opt/ncs/zephyr/boards/shields/semtech_sx1262mb2das/Kconfig.shield /opt/ncs/zephyr/boards/shields/semtech_sx1272mb2das/Kconfig.shield /opt/ncs/zephyr/boards/shields/semtech_sx1276mb1mas/Kconfig.shield /opt/ncs/zephyr/boards/shields/sparkfun_sara_r4/Kconfig.defconfig /opt/ncs/zephyr/boards/shields/sparkfun_sara_r4/Kconfig.shield /opt/ncs/zephyr/boards/shields/ssd1306/Kconfig.defconfig /opt/ncs/zephyr/boards/shields/ssd1306/Kconfig.shield /opt/ncs/zephyr/boards/shields/st7735r/Kconfig.defconfig /opt/ncs/zephyr/boards/shields/st7735r/Kconfig.shield /opt/ncs/zephyr/boards/shields/st7789v_generic/Kconfig.defconfig /opt/ncs/zephyr/boards/shields/st7789v_generic/Kconfig.shield /opt/ncs/zephyr/boards/shields/st_b_lcd40_dsi1_mb1166/Kconfig.defconfig /opt/ncs/zephyr/boards/shields/st_b_lcd40_dsi1_mb1166/Kconfig.shield /opt/ncs/zephyr/boards/shields/tcan4550evm/Kconfig.shield /opt/ncs/zephyr/boards/shields/ti_bp_bassensorsmkii/Kconfig.shield /opt/ncs/zephyr/boards/shields/v2c_daplink/Kconfig.shield /opt/ncs/zephyr/boards/shields/waveshare_epaper/Kconfig.defconfig /opt/ncs/zephyr/boards/shields/waveshare_epaper/Kconfig.shield /opt/ncs/zephyr/boards/shields/waveshare_ups/Kconfig.shield /opt/ncs/zephyr/boards/shields/wnc_m14a2a/Kconfig.defconfig /opt/ncs/zephyr/boards/shields/wnc_m14a2a/Kconfig.shield /opt/ncs/zephyr/boards/shields/x_nucleo_53l0a1/Kconfig.defconfig /opt/ncs/zephyr/boards/shields/x_nucleo_53l0a1/Kconfig.shield /opt/ncs/zephyr/boards/shields/x_nucleo_bnrg2a1/Kconfig.defconfig /opt/ncs/zephyr/boards/shields/x_nucleo_bnrg2a1/Kconfig.shield /opt/ncs/zephyr/boards/shields/x_nucleo_eeprma2/Kconfig.defconfig /opt/ncs/zephyr/boards/shields/x_nucleo_eeprma2/Kconfig.shield /opt/ncs/zephyr/boards/shields/x_nucleo_idb05a1/Kconfig.defconfig /opt/ncs/zephyr/boards/shields/x_nucleo_idb05a1/Kconfig.shield /opt/ncs/zephyr/boards/shields/x_nucleo_iks01a1/Kconfig.shield /opt/ncs/zephyr/boards/shields/x_nucleo_iks01a2/Kconfig.shield /opt/ncs/zephyr/boards/shields/x_nucleo_iks01a3/Kconfig.shield /opt/ncs/zephyr/boards/shields/x_nucleo_iks02a1/Kconfig.shield /opt/ncs/zephyr/boards/shields/x_nucleo_iks4a1/Kconfig.shield /opt/ncs/zephyr/cmake/bintools/bintools_template.cmake /opt/ncs/zephyr/cmake/bintools/gnu/target.cmake /opt/ncs/zephyr/cmake/bintools/gnu/target_bintools.cmake /opt/ncs/zephyr/cmake/compiler/compiler_features.cmake /opt/ncs/zephyr/cmake/compiler/compiler_flags_template.cmake /opt/ncs/zephyr/cmake/compiler/gcc/compiler_flags.cmake /opt/ncs/zephyr/cmake/compiler/gcc/generic.cmake /opt/ncs/zephyr/cmake/compiler/gcc/target.cmake /opt/ncs/zephyr/cmake/compiler/gcc/target_arm.cmake /opt/ncs/zephyr/cmake/extra_flags.cmake /opt/ncs/zephyr/cmake/flash/CMakeLists.txt /opt/ncs/zephyr/cmake/gcc-m-cpu.cmake /opt/ncs/zephyr/cmake/gcc-m-fpu.cmake /opt/ncs/zephyr/cmake/kobj.cmake /opt/ncs/zephyr/cmake/linker/ld/gcc/linker_flags.cmake /opt/ncs/zephyr/cmake/linker/ld/linker_flags.cmake /opt/ncs/zephyr/cmake/linker/ld/target.cmake /opt/ncs/zephyr/cmake/linker/ld/target_baremetal.cmake /opt/ncs/zephyr/cmake/linker/ld/target_base.cmake /opt/ncs/zephyr/cmake/linker/ld/target_configure.cmake /opt/ncs/zephyr/cmake/linker/ld/target_cpp.cmake /opt/ncs/zephyr/cmake/linker/ld/target_relocation.cmake /opt/ncs/zephyr/cmake/linker/linker_flags_template.cmake /opt/ncs/zephyr/cmake/linker_script/arm/linker.cmake /opt/ncs/zephyr/cmake/linker_script/common/common-ram.cmake /opt/ncs/zephyr/cmake/linker_script/common/common-rom.cmake /opt/ncs/zephyr/cmake/linker_script/common/debug-sections.cmake /opt/ncs/zephyr/cmake/linker_script/common/ram-end.cmake /opt/ncs/zephyr/cmake/linker_script/common/thread-local-storage.cmake /opt/ncs/zephyr/cmake/modules/FindDeprecated.cmake /opt/ncs/zephyr/cmake/modules/FindDtc.cmake /opt/ncs/zephyr/cmake/modules/FindGnuLd.cmake /opt/ncs/zephyr/cmake/modules/FindHostTools.cmake /opt/ncs/zephyr/cmake/modules/FindScaTools.cmake /opt/ncs/zephyr/cmake/modules/FindTargetTools.cmake /opt/ncs/zephyr/cmake/modules/FindZephyr-sdk.cmake /opt/ncs/zephyr/cmake/modules/arch_v1.cmake /opt/ncs/zephyr/cmake/modules/arch_v2.cmake /opt/ncs/zephyr/cmake/modules/basic_settings.cmake /opt/ncs/zephyr/cmake/modules/boards.cmake /opt/ncs/zephyr/cmake/modules/ccache.cmake /opt/ncs/zephyr/cmake/modules/configuration_files.cmake /opt/ncs/zephyr/cmake/modules/dts.cmake /opt/ncs/zephyr/cmake/modules/extensions.cmake /opt/ncs/zephyr/cmake/modules/generated_file_directories.cmake /opt/ncs/zephyr/cmake/modules/hwm_v2.cmake /opt/ncs/zephyr/cmake/modules/kconfig.cmake /opt/ncs/zephyr/cmake/modules/kernel.cmake /opt/ncs/zephyr/cmake/modules/pre_dt.cmake /opt/ncs/zephyr/cmake/modules/python.cmake /opt/ncs/zephyr/cmake/modules/root.cmake /opt/ncs/zephyr/cmake/modules/shields.cmake /opt/ncs/zephyr/cmake/modules/snippets.cmake /opt/ncs/zephyr/cmake/modules/soc_v1.cmake /opt/ncs/zephyr/cmake/modules/soc_v2.cmake /opt/ncs/zephyr/cmake/modules/user_cache.cmake /opt/ncs/zephyr/cmake/modules/version.cmake /opt/ncs/zephyr/cmake/modules/west.cmake /opt/ncs/zephyr/cmake/modules/zephyr_default.cmake /opt/ncs/zephyr/cmake/modules/zephyr_module.cmake /opt/ncs/zephyr/cmake/reports/CMakeLists.txt /opt/ncs/zephyr/cmake/target_toolchain_flags.cmake /opt/ncs/zephyr/cmake/toolchain/zephyr/generic.cmake /opt/ncs/zephyr/cmake/toolchain/zephyr/target.cmake /opt/ncs/zephyr/cmake/usage/CMakeLists.txt /opt/ncs/zephyr/drivers/CMakeLists.txt /opt/ncs/zephyr/drivers/Kconfig /opt/ncs/zephyr/drivers/adc/CMakeLists.txt /opt/ncs/zephyr/drivers/adc/Kconfig /opt/ncs/zephyr/drivers/adc/Kconfig.ad559x /opt/ncs/zephyr/drivers/adc/Kconfig.adc_emul /opt/ncs/zephyr/drivers/adc/Kconfig.ads1112 /opt/ncs/zephyr/drivers/adc/Kconfig.ads1119 /opt/ncs/zephyr/drivers/adc/Kconfig.ads114s0x /opt/ncs/zephyr/drivers/adc/Kconfig.ads1x1x /opt/ncs/zephyr/drivers/adc/Kconfig.ads7052 /opt/ncs/zephyr/drivers/adc/Kconfig.b91 /opt/ncs/zephyr/drivers/adc/Kconfig.cc13xx_cc26xx /opt/ncs/zephyr/drivers/adc/Kconfig.cc32xx /opt/ncs/zephyr/drivers/adc/Kconfig.ene /opt/ncs/zephyr/drivers/adc/Kconfig.esp32 /opt/ncs/zephyr/drivers/adc/Kconfig.gd32 /opt/ncs/zephyr/drivers/adc/Kconfig.gecko /opt/ncs/zephyr/drivers/adc/Kconfig.ifx_cat1 /opt/ncs/zephyr/drivers/adc/Kconfig.it8xxx2 /opt/ncs/zephyr/drivers/adc/Kconfig.lmp90xxx /opt/ncs/zephyr/drivers/adc/Kconfig.ltc2451 /opt/ncs/zephyr/drivers/adc/Kconfig.max11102_17 /opt/ncs/zephyr/drivers/adc/Kconfig.max1125x /opt/ncs/zephyr/drivers/adc/Kconfig.mcp320x /opt/ncs/zephyr/drivers/adc/Kconfig.mcux /opt/ncs/zephyr/drivers/adc/Kconfig.npcx /opt/ncs/zephyr/drivers/adc/Kconfig.nrfx /opt/ncs/zephyr/drivers/adc/Kconfig.numaker /opt/ncs/zephyr/drivers/adc/Kconfig.nxp_s32 /opt/ncs/zephyr/drivers/adc/Kconfig.rpi_pico /opt/ncs/zephyr/drivers/adc/Kconfig.sam /opt/ncs/zephyr/drivers/adc/Kconfig.sam0 /opt/ncs/zephyr/drivers/adc/Kconfig.sam_afec /opt/ncs/zephyr/drivers/adc/Kconfig.smartbond /opt/ncs/zephyr/drivers/adc/Kconfig.stm32 /opt/ncs/zephyr/drivers/adc/Kconfig.test /opt/ncs/zephyr/drivers/adc/Kconfig.tla2021 /opt/ncs/zephyr/drivers/adc/Kconfig.vf610 /opt/ncs/zephyr/drivers/adc/Kconfig.xec /opt/ncs/zephyr/drivers/adc/Kconfig.xmc4xxx /opt/ncs/zephyr/drivers/audio/Kconfig /opt/ncs/zephyr/drivers/audio/Kconfig.dmic_mcux /opt/ncs/zephyr/drivers/audio/Kconfig.dmic_pdm_nrfx /opt/ncs/zephyr/drivers/audio/Kconfig.mpxxdtyy /opt/ncs/zephyr/drivers/audio/Kconfig.tas6422dac /opt/ncs/zephyr/drivers/audio/Kconfig.tlv320dac /opt/ncs/zephyr/drivers/auxdisplay/Kconfig /opt/ncs/zephyr/drivers/auxdisplay/Kconfig.hd44780 /opt/ncs/zephyr/drivers/auxdisplay/Kconfig.itron /opt/ncs/zephyr/drivers/auxdisplay/Kconfig.jhd1313 /opt/ncs/zephyr/drivers/auxdisplay/Kconfig.pt6314 /opt/ncs/zephyr/drivers/auxdisplay/Kconfig.serlcd /opt/ncs/zephyr/drivers/bbram/Kconfig /opt/ncs/zephyr/drivers/bbram/Kconfig.bbram_emul /opt/ncs/zephyr/drivers/bbram/Kconfig.it8xxx2 /opt/ncs/zephyr/drivers/bbram/Kconfig.microchip /opt/ncs/zephyr/drivers/bbram/Kconfig.npcx /opt/ncs/zephyr/drivers/bbram/Kconfig.stm32 /opt/ncs/zephyr/drivers/bbram/Kconfig.xec /opt/ncs/zephyr/drivers/bluetooth/Kconfig /opt/ncs/zephyr/drivers/bluetooth/hci/Kconfig /opt/ncs/zephyr/drivers/bluetooth/hci/Kconfig.infineon /opt/ncs/zephyr/drivers/cache/Kconfig /opt/ncs/zephyr/drivers/cache/Kconfig.andes /opt/ncs/zephyr/drivers/cache/Kconfig.aspeed /opt/ncs/zephyr/drivers/cache/Kconfig.nrf /opt/ncs/zephyr/drivers/can/Kconfig /opt/ncs/zephyr/drivers/can/Kconfig.esp32 /opt/ncs/zephyr/drivers/can/Kconfig.fake /opt/ncs/zephyr/drivers/can/Kconfig.kvaser /opt/ncs/zephyr/drivers/can/Kconfig.loopback /opt/ncs/zephyr/drivers/can/Kconfig.mcan /opt/ncs/zephyr/drivers/can/Kconfig.mcp2515 /opt/ncs/zephyr/drivers/can/Kconfig.mcp251xfd /opt/ncs/zephyr/drivers/can/Kconfig.mcux /opt/ncs/zephyr/drivers/can/Kconfig.native_linux /opt/ncs/zephyr/drivers/can/Kconfig.nrf /opt/ncs/zephyr/drivers/can/Kconfig.numaker /opt/ncs/zephyr/drivers/can/Kconfig.nxp_s32 /opt/ncs/zephyr/drivers/can/Kconfig.rcar /opt/ncs/zephyr/drivers/can/Kconfig.sam /opt/ncs/zephyr/drivers/can/Kconfig.sam0 /opt/ncs/zephyr/drivers/can/Kconfig.sja1000 /opt/ncs/zephyr/drivers/can/Kconfig.stm32 /opt/ncs/zephyr/drivers/can/Kconfig.tcan4x5x /opt/ncs/zephyr/drivers/can/Kconfig.xmc4xxx /opt/ncs/zephyr/drivers/can/transceiver/Kconfig /opt/ncs/zephyr/drivers/charger/Kconfig /opt/ncs/zephyr/drivers/charger/Kconfig.bq24190 /opt/ncs/zephyr/drivers/charger/Kconfig.bq25180 /opt/ncs/zephyr/drivers/charger/Kconfig.max20335 /opt/ncs/zephyr/drivers/charger/Kconfig.sbs_charger /opt/ncs/zephyr/drivers/clock_control/CMakeLists.txt /opt/ncs/zephyr/drivers/clock_control/Kconfig /opt/ncs/zephyr/drivers/clock_control/Kconfig.agilex5 /opt/ncs/zephyr/drivers/clock_control/Kconfig.ambiq /opt/ncs/zephyr/drivers/clock_control/Kconfig.aspeed /opt/ncs/zephyr/drivers/clock_control/Kconfig.beetle /opt/ncs/zephyr/drivers/clock_control/Kconfig.cavs /opt/ncs/zephyr/drivers/clock_control/Kconfig.esp32 /opt/ncs/zephyr/drivers/clock_control/Kconfig.fixed /opt/ncs/zephyr/drivers/clock_control/Kconfig.gd32 /opt/ncs/zephyr/drivers/clock_control/Kconfig.ifx_cat1 /opt/ncs/zephyr/drivers/clock_control/Kconfig.litex /opt/ncs/zephyr/drivers/clock_control/Kconfig.lpc11u6x /opt/ncs/zephyr/drivers/clock_control/Kconfig.max32 /opt/ncs/zephyr/drivers/clock_control/Kconfig.mcux_ccm /opt/ncs/zephyr/drivers/clock_control/Kconfig.mcux_ccm_rev2 /opt/ncs/zephyr/drivers/clock_control/Kconfig.mcux_mcg /opt/ncs/zephyr/drivers/clock_control/Kconfig.mcux_pcc /opt/ncs/zephyr/drivers/clock_control/Kconfig.mcux_scg /opt/ncs/zephyr/drivers/clock_control/Kconfig.mcux_sim /opt/ncs/zephyr/drivers/clock_control/Kconfig.mcux_syscon /opt/ncs/zephyr/drivers/clock_control/Kconfig.npcx /opt/ncs/zephyr/drivers/clock_control/Kconfig.nrf /opt/ncs/zephyr/drivers/clock_control/Kconfig.nrf_auxpll /opt/ncs/zephyr/drivers/clock_control/Kconfig.numaker /opt/ncs/zephyr/drivers/clock_control/Kconfig.nxp_s32 /opt/ncs/zephyr/drivers/clock_control/Kconfig.pwm /opt/ncs/zephyr/drivers/clock_control/Kconfig.rcar /opt/ncs/zephyr/drivers/clock_control/Kconfig.renesas_ra /opt/ncs/zephyr/drivers/clock_control/Kconfig.rpi_pico /opt/ncs/zephyr/drivers/clock_control/Kconfig.rv32m1 /opt/ncs/zephyr/drivers/clock_control/Kconfig.sam /opt/ncs/zephyr/drivers/clock_control/Kconfig.smartbond /opt/ncs/zephyr/drivers/clock_control/Kconfig.stm32 /opt/ncs/zephyr/drivers/clock_control/Kconfig.xec /opt/ncs/zephyr/drivers/console/CMakeLists.txt /opt/ncs/zephyr/drivers/console/Kconfig /opt/ncs/zephyr/drivers/console/Kconfig.gsm_mux /opt/ncs/zephyr/drivers/coredump/Kconfig /opt/ncs/zephyr/drivers/counter/Kconfig /opt/ncs/zephyr/drivers/counter/Kconfig.ace /opt/ncs/zephyr/drivers/counter/Kconfig.ambiq /opt/ncs/zephyr/drivers/counter/Kconfig.andes_atcpit100 /opt/ncs/zephyr/drivers/counter/Kconfig.cmos /opt/ncs/zephyr/drivers/counter/Kconfig.dtmr_cmsdk_apb /opt/ncs/zephyr/drivers/counter/Kconfig.dw /opt/ncs/zephyr/drivers/counter/Kconfig.esp32_rtc /opt/ncs/zephyr/drivers/counter/Kconfig.esp32_tmr /opt/ncs/zephyr/drivers/counter/Kconfig.gd32 /opt/ncs/zephyr/drivers/counter/Kconfig.gecko /opt/ncs/zephyr/drivers/counter/Kconfig.ifx_cat1 /opt/ncs/zephyr/drivers/counter/Kconfig.imx_epit /opt/ncs/zephyr/drivers/counter/Kconfig.maxim_ds3231 /opt/ncs/zephyr/drivers/counter/Kconfig.mcp7940n /opt/ncs/zephyr/drivers/counter/Kconfig.mcux_ctimer /opt/ncs/zephyr/drivers/counter/Kconfig.mcux_gpt /opt/ncs/zephyr/drivers/counter/Kconfig.mcux_lpc_rtc /opt/ncs/zephyr/drivers/counter/Kconfig.mcux_lptmr /opt/ncs/zephyr/drivers/counter/Kconfig.mcux_qtmr /opt/ncs/zephyr/drivers/counter/Kconfig.mcux_rtc /opt/ncs/zephyr/drivers/counter/Kconfig.mcux_snvs /opt/ncs/zephyr/drivers/counter/Kconfig.mcux_tpm /opt/ncs/zephyr/drivers/counter/Kconfig.native_posix /opt/ncs/zephyr/drivers/counter/Kconfig.nrfx /opt/ncs/zephyr/drivers/counter/Kconfig.nxp_mrt /opt/ncs/zephyr/drivers/counter/Kconfig.nxp_pit /opt/ncs/zephyr/drivers/counter/Kconfig.nxp_s32 /opt/ncs/zephyr/drivers/counter/Kconfig.rpi_pico /opt/ncs/zephyr/drivers/counter/Kconfig.sam /opt/ncs/zephyr/drivers/counter/Kconfig.sam0 /opt/ncs/zephyr/drivers/counter/Kconfig.smartbond_timer /opt/ncs/zephyr/drivers/counter/Kconfig.stm32_rtc /opt/ncs/zephyr/drivers/counter/Kconfig.stm32_timer /opt/ncs/zephyr/drivers/counter/Kconfig.tmr_cmsdk_apb /opt/ncs/zephyr/drivers/counter/Kconfig.xec /opt/ncs/zephyr/drivers/counter/Kconfig.xlnx /opt/ncs/zephyr/drivers/crypto/Kconfig /opt/ncs/zephyr/drivers/crypto/Kconfig.ataes132a /opt/ncs/zephyr/drivers/crypto/Kconfig.intel /opt/ncs/zephyr/drivers/crypto/Kconfig.it8xxx2 /opt/ncs/zephyr/drivers/crypto/Kconfig.mcux_dcp /opt/ncs/zephyr/drivers/crypto/Kconfig.npcx /opt/ncs/zephyr/drivers/crypto/Kconfig.nrf_ecb /opt/ncs/zephyr/drivers/crypto/Kconfig.smartbond /opt/ncs/zephyr/drivers/crypto/Kconfig.stm32 /opt/ncs/zephyr/drivers/crypto/Kconfig.xec /opt/ncs/zephyr/drivers/dac/Kconfig /opt/ncs/zephyr/drivers/dac/Kconfig.ad559x /opt/ncs/zephyr/drivers/dac/Kconfig.ad569x /opt/ncs/zephyr/drivers/dac/Kconfig.ad56xx /opt/ncs/zephyr/drivers/dac/Kconfig.dacx0501 /opt/ncs/zephyr/drivers/dac/Kconfig.dacx0508 /opt/ncs/zephyr/drivers/dac/Kconfig.dacx3608 /opt/ncs/zephyr/drivers/dac/Kconfig.esp32 /opt/ncs/zephyr/drivers/dac/Kconfig.gd32 /opt/ncs/zephyr/drivers/dac/Kconfig.ltc166x /opt/ncs/zephyr/drivers/dac/Kconfig.mcp4725 /opt/ncs/zephyr/drivers/dac/Kconfig.mcp4728 /opt/ncs/zephyr/drivers/dac/Kconfig.mcux /opt/ncs/zephyr/drivers/dac/Kconfig.sam /opt/ncs/zephyr/drivers/dac/Kconfig.sam0 /opt/ncs/zephyr/drivers/dac/Kconfig.stm32 /opt/ncs/zephyr/drivers/dai/Kconfig /opt/ncs/zephyr/drivers/dai/intel/alh/Kconfig.alh /opt/ncs/zephyr/drivers/dai/intel/dmic/Kconfig.dmic /opt/ncs/zephyr/drivers/dai/intel/hda/Kconfig.hda /opt/ncs/zephyr/drivers/dai/intel/ssp/Kconfig.ssp /opt/ncs/zephyr/drivers/dai/nxp/esai/Kconfig.esai /opt/ncs/zephyr/drivers/dai/nxp/sai/Kconfig.sai /opt/ncs/zephyr/drivers/disk/CMakeLists.txt /opt/ncs/zephyr/drivers/disk/Kconfig /opt/ncs/zephyr/drivers/disk/Kconfig.flash /opt/ncs/zephyr/drivers/disk/Kconfig.loopback /opt/ncs/zephyr/drivers/disk/Kconfig.mmc /opt/ncs/zephyr/drivers/disk/Kconfig.ram /opt/ncs/zephyr/drivers/disk/Kconfig.sdmmc /opt/ncs/zephyr/drivers/disk/nvme/Kconfig /opt/ncs/zephyr/drivers/display/Kconfig /opt/ncs/zephyr/drivers/display/Kconfig.dummy /opt/ncs/zephyr/drivers/display/Kconfig.gc9x01x /opt/ncs/zephyr/drivers/display/Kconfig.hx8394 /opt/ncs/zephyr/drivers/display/Kconfig.ili9xxx /opt/ncs/zephyr/drivers/display/Kconfig.intel_multibootfb /opt/ncs/zephyr/drivers/display/Kconfig.led_strip_matrix /opt/ncs/zephyr/drivers/display/Kconfig.ls0xx /opt/ncs/zephyr/drivers/display/Kconfig.max7219 /opt/ncs/zephyr/drivers/display/Kconfig.mcux_dcnano_lcdif /opt/ncs/zephyr/drivers/display/Kconfig.mcux_elcdif /opt/ncs/zephyr/drivers/display/Kconfig.microbit /opt/ncs/zephyr/drivers/display/Kconfig.nrf_led_matrix /opt/ncs/zephyr/drivers/display/Kconfig.nt35510 /opt/ncs/zephyr/drivers/display/Kconfig.otm8009a /opt/ncs/zephyr/drivers/display/Kconfig.renesas_lcdc /opt/ncs/zephyr/drivers/display/Kconfig.rm67162 /opt/ncs/zephyr/drivers/display/Kconfig.rm68200 /opt/ncs/zephyr/drivers/display/Kconfig.sdl /opt/ncs/zephyr/drivers/display/Kconfig.ssd1306 /opt/ncs/zephyr/drivers/display/Kconfig.ssd16xx /opt/ncs/zephyr/drivers/display/Kconfig.st7735r /opt/ncs/zephyr/drivers/display/Kconfig.st7789v /opt/ncs/zephyr/drivers/display/Kconfig.st7796s /opt/ncs/zephyr/drivers/display/Kconfig.stm32_ltdc /opt/ncs/zephyr/drivers/display/Kconfig.uc81xx /opt/ncs/zephyr/drivers/dma/Kconfig /opt/ncs/zephyr/drivers/dma/Kconfig.andes_atcdmac300 /opt/ncs/zephyr/drivers/dma/Kconfig.dma_pl330 /opt/ncs/zephyr/drivers/dma/Kconfig.dw /opt/ncs/zephyr/drivers/dma/Kconfig.dw_common /opt/ncs/zephyr/drivers/dma/Kconfig.emul /opt/ncs/zephyr/drivers/dma/Kconfig.esp32 /opt/ncs/zephyr/drivers/dma/Kconfig.gd32 /opt/ncs/zephyr/drivers/dma/Kconfig.intel_adsp_gpdma /opt/ncs/zephyr/drivers/dma/Kconfig.intel_adsp_hda /opt/ncs/zephyr/drivers/dma/Kconfig.intel_lpss /opt/ncs/zephyr/drivers/dma/Kconfig.iproc_pax /opt/ncs/zephyr/drivers/dma/Kconfig.mcux_edma /opt/ncs/zephyr/drivers/dma/Kconfig.mcux_lpc /opt/ncs/zephyr/drivers/dma/Kconfig.mcux_pxp /opt/ncs/zephyr/drivers/dma/Kconfig.mcux_smartdma /opt/ncs/zephyr/drivers/dma/Kconfig.nios2_msgdma /opt/ncs/zephyr/drivers/dma/Kconfig.nxp_edma /opt/ncs/zephyr/drivers/dma/Kconfig.nxp_sof_host_dma /opt/ncs/zephyr/drivers/dma/Kconfig.rpi_pico /opt/ncs/zephyr/drivers/dma/Kconfig.sam0 /opt/ncs/zephyr/drivers/dma/Kconfig.sam_xdmac /opt/ncs/zephyr/drivers/dma/Kconfig.sedi /opt/ncs/zephyr/drivers/dma/Kconfig.smartbond /opt/ncs/zephyr/drivers/dma/Kconfig.stm32 /opt/ncs/zephyr/drivers/dma/Kconfig.xec /opt/ncs/zephyr/drivers/dma/Kconfig.xmc4xxx /opt/ncs/zephyr/drivers/edac/Kconfig /opt/ncs/zephyr/drivers/eeprom/Kconfig /opt/ncs/zephyr/drivers/eeprom/Kconfig.eeprom_emu /opt/ncs/zephyr/drivers/eeprom/Kconfig.lpc11u6x /opt/ncs/zephyr/drivers/eeprom/Kconfig.mb85rcxx /opt/ncs/zephyr/drivers/eeprom/Kconfig.stm32 /opt/ncs/zephyr/drivers/eeprom/Kconfig.tmp116 /opt/ncs/zephyr/drivers/eeprom/Kconfig.xec /opt/ncs/zephyr/drivers/entropy/CMakeLists.txt /opt/ncs/zephyr/drivers/entropy/Kconfig /opt/ncs/zephyr/drivers/entropy/Kconfig.b91 /opt/ncs/zephyr/drivers/entropy/Kconfig.bt_hci /opt/ncs/zephyr/drivers/entropy/Kconfig.cc13xx_cc26xx /opt/ncs/zephyr/drivers/entropy/Kconfig.esp32 /opt/ncs/zephyr/drivers/entropy/Kconfig.gecko /opt/ncs/zephyr/drivers/entropy/Kconfig.litex /opt/ncs/zephyr/drivers/entropy/Kconfig.mcux /opt/ncs/zephyr/drivers/entropy/Kconfig.native_posix /opt/ncs/zephyr/drivers/entropy/Kconfig.neorv32 /opt/ncs/zephyr/drivers/entropy/Kconfig.npcx /opt/ncs/zephyr/drivers/entropy/Kconfig.nrf5 /opt/ncs/zephyr/drivers/entropy/Kconfig.nrf_prng /opt/ncs/zephyr/drivers/entropy/Kconfig.psa_crypto /opt/ncs/zephyr/drivers/entropy/Kconfig.rv32m1 /opt/ncs/zephyr/drivers/entropy/Kconfig.sam /opt/ncs/zephyr/drivers/entropy/Kconfig.smartbond /opt/ncs/zephyr/drivers/entropy/Kconfig.stm32 /opt/ncs/zephyr/drivers/espi/Kconfig /opt/ncs/zephyr/drivers/espi/Kconfig.espi_emul /opt/ncs/zephyr/drivers/espi/Kconfig.it8xxx2 /opt/ncs/zephyr/drivers/espi/Kconfig.npcx /opt/ncs/zephyr/drivers/espi/Kconfig.xec /opt/ncs/zephyr/drivers/ethernet/Kconfig /opt/ncs/zephyr/drivers/ethernet/Kconfig.adin2111 /opt/ncs/zephyr/drivers/ethernet/Kconfig.cyclonev /opt/ncs/zephyr/drivers/ethernet/Kconfig.dsa /opt/ncs/zephyr/drivers/ethernet/Kconfig.dwmac /opt/ncs/zephyr/drivers/ethernet/Kconfig.e1000 /opt/ncs/zephyr/drivers/ethernet/Kconfig.enc28j60 /opt/ncs/zephyr/drivers/ethernet/Kconfig.enc424j600 /opt/ncs/zephyr/drivers/ethernet/Kconfig.esp32 /opt/ncs/zephyr/drivers/ethernet/Kconfig.gecko /opt/ncs/zephyr/drivers/ethernet/Kconfig.ivshmem /opt/ncs/zephyr/drivers/ethernet/Kconfig.lan865x /opt/ncs/zephyr/drivers/ethernet/Kconfig.liteeth /opt/ncs/zephyr/drivers/ethernet/Kconfig.native_posix /opt/ncs/zephyr/drivers/ethernet/Kconfig.numaker /opt/ncs/zephyr/drivers/ethernet/Kconfig.nxp_s32_gmac /opt/ncs/zephyr/drivers/ethernet/Kconfig.nxp_s32_netc /opt/ncs/zephyr/drivers/ethernet/Kconfig.sam_gmac /opt/ncs/zephyr/drivers/ethernet/Kconfig.smsc911x /opt/ncs/zephyr/drivers/ethernet/Kconfig.smsc91x /opt/ncs/zephyr/drivers/ethernet/Kconfig.stellaris /opt/ncs/zephyr/drivers/ethernet/Kconfig.stm32_hal /opt/ncs/zephyr/drivers/ethernet/Kconfig.w5500 /opt/ncs/zephyr/drivers/ethernet/Kconfig.xlnx_gem /opt/ncs/zephyr/drivers/ethernet/Kconfig.xmc4xxx /opt/ncs/zephyr/drivers/ethernet/eth_nxp_enet_qos/Kconfig /opt/ncs/zephyr/drivers/ethernet/nxp_enet/Kconfig /opt/ncs/zephyr/drivers/ethernet/phy/Kconfig /opt/ncs/zephyr/drivers/ethernet/phy/Kconfig.tja1103 /opt/ncs/zephyr/drivers/flash/CMakeLists.txt /opt/ncs/zephyr/drivers/flash/Kconfig /opt/ncs/zephyr/drivers/flash/Kconfig.ambiq /opt/ncs/zephyr/drivers/flash/Kconfig.andes /opt/ncs/zephyr/drivers/flash/Kconfig.at45 /opt/ncs/zephyr/drivers/flash/Kconfig.b91 /opt/ncs/zephyr/drivers/flash/Kconfig.cadence_nand /opt/ncs/zephyr/drivers/flash/Kconfig.cadence_qspi_nor /opt/ncs/zephyr/drivers/flash/Kconfig.cc13xx_cc26xx /opt/ncs/zephyr/drivers/flash/Kconfig.esp32 /opt/ncs/zephyr/drivers/flash/Kconfig.gd32 /opt/ncs/zephyr/drivers/flash/Kconfig.gecko /opt/ncs/zephyr/drivers/flash/Kconfig.ifx_cat1 /opt/ncs/zephyr/drivers/flash/Kconfig.it8xxx2 /opt/ncs/zephyr/drivers/flash/Kconfig.lpc /opt/ncs/zephyr/drivers/flash/Kconfig.mcux /opt/ncs/zephyr/drivers/flash/Kconfig.nios2_qspi /opt/ncs/zephyr/drivers/flash/Kconfig.nor /opt/ncs/zephyr/drivers/flash/Kconfig.nordic_qspi_nor /opt/ncs/zephyr/drivers/flash/Kconfig.npcx_fiu /opt/ncs/zephyr/drivers/flash/Kconfig.nrf /opt/ncs/zephyr/drivers/flash/Kconfig.nrf_mram /opt/ncs/zephyr/drivers/flash/Kconfig.nrf_rram /opt/ncs/zephyr/drivers/flash/Kconfig.numaker /opt/ncs/zephyr/drivers/flash/Kconfig.numaker_rmc /opt/ncs/zephyr/drivers/flash/Kconfig.nxp_s32 /opt/ncs/zephyr/drivers/flash/Kconfig.rpi_pico /opt/ncs/zephyr/drivers/flash/Kconfig.rv32m1 /opt/ncs/zephyr/drivers/flash/Kconfig.sam /opt/ncs/zephyr/drivers/flash/Kconfig.sam0 /opt/ncs/zephyr/drivers/flash/Kconfig.simulator /opt/ncs/zephyr/drivers/flash/Kconfig.smartbond /opt/ncs/zephyr/drivers/flash/Kconfig.stm32 /opt/ncs/zephyr/drivers/flash/Kconfig.stm32_ospi /opt/ncs/zephyr/drivers/flash/Kconfig.stm32_qspi /opt/ncs/zephyr/drivers/flash/Kconfig.stm32_xspi /opt/ncs/zephyr/drivers/flash/Kconfig.xmc4xxx /opt/ncs/zephyr/drivers/fpga/Kconfig /opt/ncs/zephyr/drivers/fpga/Kconfig.altera_agilex_bridge /opt/ncs/zephyr/drivers/fpga/Kconfig.eos_s3 /opt/ncs/zephyr/drivers/fpga/Kconfig.ice40 /opt/ncs/zephyr/drivers/fpga/Kconfig.mpfs /opt/ncs/zephyr/drivers/fpga/Kconfig.zynqmp /opt/ncs/zephyr/drivers/fuel_gauge/Kconfig /opt/ncs/zephyr/drivers/fuel_gauge/bq27z746/Kconfig /opt/ncs/zephyr/drivers/fuel_gauge/max17048/Kconfig /opt/ncs/zephyr/drivers/fuel_gauge/sbs_gauge/Kconfig /opt/ncs/zephyr/drivers/fuel_gauge/sbs_gauge/Kconfig.emul_sbs_gauge /opt/ncs/zephyr/drivers/gnss/Kconfig /opt/ncs/zephyr/drivers/gnss/Kconfig.emul /opt/ncs/zephyr/drivers/gnss/Kconfig.generic /opt/ncs/zephyr/drivers/gnss/Kconfig.luatos_air530z /opt/ncs/zephyr/drivers/gnss/Kconfig.quectel_lcx6g /opt/ncs/zephyr/drivers/gnss/Kconfig.u_blox_m10 /opt/ncs/zephyr/drivers/gpio/CMakeLists.txt /opt/ncs/zephyr/drivers/gpio/Kconfig /opt/ncs/zephyr/drivers/gpio/Kconfig.ad559x /opt/ncs/zephyr/drivers/gpio/Kconfig.adp5585 /opt/ncs/zephyr/drivers/gpio/Kconfig.ads114s0x /opt/ncs/zephyr/drivers/gpio/Kconfig.altera /opt/ncs/zephyr/drivers/gpio/Kconfig.ambiq /opt/ncs/zephyr/drivers/gpio/Kconfig.andes_atcgpio100 /opt/ncs/zephyr/drivers/gpio/Kconfig.axp192 /opt/ncs/zephyr/drivers/gpio/Kconfig.b91 /opt/ncs/zephyr/drivers/gpio/Kconfig.bcm2711 /opt/ncs/zephyr/drivers/gpio/Kconfig.bd8lb600fs /opt/ncs/zephyr/drivers/gpio/Kconfig.brcmstb /opt/ncs/zephyr/drivers/gpio/Kconfig.cc13xx_cc26xx /opt/ncs/zephyr/drivers/gpio/Kconfig.cc32xx /opt/ncs/zephyr/drivers/gpio/Kconfig.cmsdk_ahb /opt/ncs/zephyr/drivers/gpio/Kconfig.creg_gpio /opt/ncs/zephyr/drivers/gpio/Kconfig.cy8c95xx /opt/ncs/zephyr/drivers/gpio/Kconfig.davinci /opt/ncs/zephyr/drivers/gpio/Kconfig.dw /opt/ncs/zephyr/drivers/gpio/Kconfig.efinix_sapphire /opt/ncs/zephyr/drivers/gpio/Kconfig.emul /opt/ncs/zephyr/drivers/gpio/Kconfig.emul_sdl /opt/ncs/zephyr/drivers/gpio/Kconfig.ene /opt/ncs/zephyr/drivers/gpio/Kconfig.eos_s3 /opt/ncs/zephyr/drivers/gpio/Kconfig.esp32 /opt/ncs/zephyr/drivers/gpio/Kconfig.fxl6408 /opt/ncs/zephyr/drivers/gpio/Kconfig.gd32 /opt/ncs/zephyr/drivers/gpio/Kconfig.gecko /opt/ncs/zephyr/drivers/gpio/Kconfig.ifx_cat1 /opt/ncs/zephyr/drivers/gpio/Kconfig.imx /opt/ncs/zephyr/drivers/gpio/Kconfig.intel /opt/ncs/zephyr/drivers/gpio/Kconfig.it8xxx2 /opt/ncs/zephyr/drivers/gpio/Kconfig.litex /opt/ncs/zephyr/drivers/gpio/Kconfig.lmp90xxx /opt/ncs/zephyr/drivers/gpio/Kconfig.lpc11u6x /opt/ncs/zephyr/drivers/gpio/Kconfig.mchp_mss /opt/ncs/zephyr/drivers/gpio/Kconfig.mcp23s17 /opt/ncs/zephyr/drivers/gpio/Kconfig.mcp23xxx /opt/ncs/zephyr/drivers/gpio/Kconfig.mcux /opt/ncs/zephyr/drivers/gpio/Kconfig.mcux_igpio /opt/ncs/zephyr/drivers/gpio/Kconfig.mcux_lpc /opt/ncs/zephyr/drivers/gpio/Kconfig.mcux_rgpio /opt/ncs/zephyr/drivers/gpio/Kconfig.mmio32 /opt/ncs/zephyr/drivers/gpio/Kconfig.nct38xx /opt/ncs/zephyr/drivers/gpio/Kconfig.neorv32 /opt/ncs/zephyr/drivers/gpio/Kconfig.npcx /opt/ncs/zephyr/drivers/gpio/Kconfig.npm1300 /opt/ncs/zephyr/drivers/gpio/Kconfig.npm6001 /opt/ncs/zephyr/drivers/gpio/Kconfig.nrfx /opt/ncs/zephyr/drivers/gpio/Kconfig.numaker /opt/ncs/zephyr/drivers/gpio/Kconfig.numicro /opt/ncs/zephyr/drivers/gpio/Kconfig.nxp_s32 /opt/ncs/zephyr/drivers/gpio/Kconfig.pca953x /opt/ncs/zephyr/drivers/gpio/Kconfig.pca95xx /opt/ncs/zephyr/drivers/gpio/Kconfig.pcal64xxa /opt/ncs/zephyr/drivers/gpio/Kconfig.pcf857x /opt/ncs/zephyr/drivers/gpio/Kconfig.psoc6 /opt/ncs/zephyr/drivers/gpio/Kconfig.rcar /opt/ncs/zephyr/drivers/gpio/Kconfig.renesas_ra /opt/ncs/zephyr/drivers/gpio/Kconfig.rpi_pico /opt/ncs/zephyr/drivers/gpio/Kconfig.rt1718s /opt/ncs/zephyr/drivers/gpio/Kconfig.rv32m1 /opt/ncs/zephyr/drivers/gpio/Kconfig.rzt2m /opt/ncs/zephyr/drivers/gpio/Kconfig.sam /opt/ncs/zephyr/drivers/gpio/Kconfig.sam0 /opt/ncs/zephyr/drivers/gpio/Kconfig.sc18im704 /opt/ncs/zephyr/drivers/gpio/Kconfig.sedi /opt/ncs/zephyr/drivers/gpio/Kconfig.sifive /opt/ncs/zephyr/drivers/gpio/Kconfig.smartbond /opt/ncs/zephyr/drivers/gpio/Kconfig.sn74hc595 /opt/ncs/zephyr/drivers/gpio/Kconfig.stellaris /opt/ncs/zephyr/drivers/gpio/Kconfig.stm32 /opt/ncs/zephyr/drivers/gpio/Kconfig.stmpe1600 /opt/ncs/zephyr/drivers/gpio/Kconfig.sx1509b /opt/ncs/zephyr/drivers/gpio/Kconfig.tca6424a /opt/ncs/zephyr/drivers/gpio/Kconfig.test /opt/ncs/zephyr/drivers/gpio/Kconfig.tle9104 /opt/ncs/zephyr/drivers/gpio/Kconfig.xec /opt/ncs/zephyr/drivers/gpio/Kconfig.xlnx /opt/ncs/zephyr/drivers/gpio/Kconfig.xlnx_ps /opt/ncs/zephyr/drivers/gpio/Kconfig.xmc4xxx /opt/ncs/zephyr/drivers/hwinfo/Kconfig /opt/ncs/zephyr/drivers/hwspinlock/Kconfig /opt/ncs/zephyr/drivers/hwspinlock/Kconfig.sqn /opt/ncs/zephyr/drivers/i2c/CMakeLists.txt /opt/ncs/zephyr/drivers/i2c/Kconfig /opt/ncs/zephyr/drivers/i2c/Kconfig.ambiq /opt/ncs/zephyr/drivers/i2c/Kconfig.andes_atciic100 /opt/ncs/zephyr/drivers/i2c/Kconfig.b91 /opt/ncs/zephyr/drivers/i2c/Kconfig.cc13xx_cc26xx /opt/ncs/zephyr/drivers/i2c/Kconfig.dw /opt/ncs/zephyr/drivers/i2c/Kconfig.ene /opt/ncs/zephyr/drivers/i2c/Kconfig.esp32 /opt/ncs/zephyr/drivers/i2c/Kconfig.gd32 /opt/ncs/zephyr/drivers/i2c/Kconfig.gpio /opt/ncs/zephyr/drivers/i2c/Kconfig.i2c_emul /opt/ncs/zephyr/drivers/i2c/Kconfig.ifx_cat1 /opt/ncs/zephyr/drivers/i2c/Kconfig.ifx_xmc4 /opt/ncs/zephyr/drivers/i2c/Kconfig.it8xxx2 /opt/ncs/zephyr/drivers/i2c/Kconfig.litex /opt/ncs/zephyr/drivers/i2c/Kconfig.lpc11u6x /opt/ncs/zephyr/drivers/i2c/Kconfig.mchp_mss /opt/ncs/zephyr/drivers/i2c/Kconfig.mcux /opt/ncs/zephyr/drivers/i2c/Kconfig.npcx /opt/ncs/zephyr/drivers/i2c/Kconfig.nrfx /opt/ncs/zephyr/drivers/i2c/Kconfig.numaker /opt/ncs/zephyr/drivers/i2c/Kconfig.rcar /opt/ncs/zephyr/drivers/i2c/Kconfig.sam0 /opt/ncs/zephyr/drivers/i2c/Kconfig.sam_twihs /opt/ncs/zephyr/drivers/i2c/Kconfig.sbcon /opt/ncs/zephyr/drivers/i2c/Kconfig.sc18im704 /opt/ncs/zephyr/drivers/i2c/Kconfig.sedi /opt/ncs/zephyr/drivers/i2c/Kconfig.sifive /opt/ncs/zephyr/drivers/i2c/Kconfig.smartbond /opt/ncs/zephyr/drivers/i2c/Kconfig.stm32 /opt/ncs/zephyr/drivers/i2c/Kconfig.tca954x /opt/ncs/zephyr/drivers/i2c/Kconfig.test /opt/ncs/zephyr/drivers/i2c/Kconfig.xec /opt/ncs/zephyr/drivers/i2c/Kconfig.xilinx_axi /opt/ncs/zephyr/drivers/i2c/target/Kconfig /opt/ncs/zephyr/drivers/i2c/target/Kconfig.eeprom /opt/ncs/zephyr/drivers/i2s/Kconfig /opt/ncs/zephyr/drivers/i2s/Kconfig.litex /opt/ncs/zephyr/drivers/i2s/Kconfig.mcux /opt/ncs/zephyr/drivers/i2s/Kconfig.mcux_flexcomm /opt/ncs/zephyr/drivers/i2s/Kconfig.nrfx /opt/ncs/zephyr/drivers/i2s/Kconfig.sam_ssc /opt/ncs/zephyr/drivers/i2s/Kconfig.stm32 /opt/ncs/zephyr/drivers/i3c/Kconfig /opt/ncs/zephyr/drivers/i3c/Kconfig.cdns /opt/ncs/zephyr/drivers/i3c/Kconfig.npcx /opt/ncs/zephyr/drivers/i3c/Kconfig.nxp /opt/ncs/zephyr/drivers/i3c/Kconfig.test /opt/ncs/zephyr/drivers/ieee802154/Kconfig /opt/ncs/zephyr/drivers/ieee802154/Kconfig.b91 /opt/ncs/zephyr/drivers/ieee802154/Kconfig.cc1200 /opt/ncs/zephyr/drivers/ieee802154/Kconfig.cc13xx_cc26xx /opt/ncs/zephyr/drivers/ieee802154/Kconfig.cc2520 /opt/ncs/zephyr/drivers/ieee802154/Kconfig.dw1000 /opt/ncs/zephyr/drivers/ieee802154/Kconfig.kw41z /opt/ncs/zephyr/drivers/ieee802154/Kconfig.mcr20a /opt/ncs/zephyr/drivers/ieee802154/Kconfig.nrf5 /opt/ncs/zephyr/drivers/ieee802154/Kconfig.rf2xx /opt/ncs/zephyr/drivers/ieee802154/Kconfig.uart_pipe /opt/ncs/zephyr/drivers/input/Kconfig /opt/ncs/zephyr/drivers/input/Kconfig.adc_keys /opt/ncs/zephyr/drivers/input/Kconfig.analog_axis /opt/ncs/zephyr/drivers/input/Kconfig.cap1203 /opt/ncs/zephyr/drivers/input/Kconfig.cf1133 /opt/ncs/zephyr/drivers/input/Kconfig.chsc6x /opt/ncs/zephyr/drivers/input/Kconfig.cst816s /opt/ncs/zephyr/drivers/input/Kconfig.esp32 /opt/ncs/zephyr/drivers/input/Kconfig.evdev /opt/ncs/zephyr/drivers/input/Kconfig.ft5336 /opt/ncs/zephyr/drivers/input/Kconfig.gpio_kbd_matrix /opt/ncs/zephyr/drivers/input/Kconfig.gpio_keys /opt/ncs/zephyr/drivers/input/Kconfig.gpio_qdec /opt/ncs/zephyr/drivers/input/Kconfig.gt911 /opt/ncs/zephyr/drivers/input/Kconfig.it8xxx2 /opt/ncs/zephyr/drivers/input/Kconfig.kbd_matrix /opt/ncs/zephyr/drivers/input/Kconfig.npcx /opt/ncs/zephyr/drivers/input/Kconfig.pat912x /opt/ncs/zephyr/drivers/input/Kconfig.paw32xx /opt/ncs/zephyr/drivers/input/Kconfig.pinnacle /opt/ncs/zephyr/drivers/input/Kconfig.pmw3610 /opt/ncs/zephyr/drivers/input/Kconfig.sdl /opt/ncs/zephyr/drivers/input/Kconfig.stmpe811 /opt/ncs/zephyr/drivers/input/Kconfig.xec /opt/ncs/zephyr/drivers/input/Kconfig.xpt2046 /opt/ncs/zephyr/drivers/interrupt_controller/CMakeLists.txt /opt/ncs/zephyr/drivers/interrupt_controller/Kconfig /opt/ncs/zephyr/drivers/interrupt_controller/Kconfig.cavs /opt/ncs/zephyr/drivers/interrupt_controller/Kconfig.clic /opt/ncs/zephyr/drivers/interrupt_controller/Kconfig.dw /opt/ncs/zephyr/drivers/interrupt_controller/Kconfig.esp32 /opt/ncs/zephyr/drivers/interrupt_controller/Kconfig.esp32c3 /opt/ncs/zephyr/drivers/interrupt_controller/Kconfig.gd32_exti /opt/ncs/zephyr/drivers/interrupt_controller/Kconfig.gic /opt/ncs/zephyr/drivers/interrupt_controller/Kconfig.intel_vtd /opt/ncs/zephyr/drivers/interrupt_controller/Kconfig.it8xxx2 /opt/ncs/zephyr/drivers/interrupt_controller/Kconfig.loapic /opt/ncs/zephyr/drivers/interrupt_controller/Kconfig.multilevel /opt/ncs/zephyr/drivers/interrupt_controller/Kconfig.multilevel.aggregator_template /opt/ncs/zephyr/drivers/interrupt_controller/Kconfig.npcx /opt/ncs/zephyr/drivers/interrupt_controller/Kconfig.nxp_irqsteer /opt/ncs/zephyr/drivers/interrupt_controller/Kconfig.nxp_pint /opt/ncs/zephyr/drivers/interrupt_controller/Kconfig.nxp_s32 /opt/ncs/zephyr/drivers/interrupt_controller/Kconfig.plic /opt/ncs/zephyr/drivers/interrupt_controller/Kconfig.renesas_ra /opt/ncs/zephyr/drivers/interrupt_controller/Kconfig.rv32m1 /opt/ncs/zephyr/drivers/interrupt_controller/Kconfig.sam0 /opt/ncs/zephyr/drivers/interrupt_controller/Kconfig.shared_irq /opt/ncs/zephyr/drivers/interrupt_controller/Kconfig.stm32 /opt/ncs/zephyr/drivers/interrupt_controller/Kconfig.vim /opt/ncs/zephyr/drivers/interrupt_controller/Kconfig.xec /opt/ncs/zephyr/drivers/interrupt_controller/Kconfig.xmc4xxx /opt/ncs/zephyr/drivers/ipm/Kconfig /opt/ncs/zephyr/drivers/ipm/Kconfig.imx /opt/ncs/zephyr/drivers/ipm/Kconfig.intel_adsp /opt/ncs/zephyr/drivers/ipm/Kconfig.ivshmem /opt/ncs/zephyr/drivers/ipm/Kconfig.nrfx /opt/ncs/zephyr/drivers/ipm/Kconfig.nrfx_ipc_channel /opt/ncs/zephyr/drivers/ipm/Kconfig.sedi /opt/ncs/zephyr/drivers/ipm/Kconfig.stm32 /opt/ncs/zephyr/drivers/kscan/Kconfig /opt/ncs/zephyr/drivers/kscan/Kconfig.input /opt/ncs/zephyr/drivers/led/Kconfig /opt/ncs/zephyr/drivers/led/Kconfig.gpio /opt/ncs/zephyr/drivers/led/Kconfig.ht16k33 /opt/ncs/zephyr/drivers/led/Kconfig.is31fl3216a /opt/ncs/zephyr/drivers/led/Kconfig.is31fl3733 /opt/ncs/zephyr/drivers/led/Kconfig.lp3943 /opt/ncs/zephyr/drivers/led/Kconfig.lp50xx /opt/ncs/zephyr/drivers/led/Kconfig.lp5562 /opt/ncs/zephyr/drivers/led/Kconfig.lp5569 /opt/ncs/zephyr/drivers/led/Kconfig.ncp5623 /opt/ncs/zephyr/drivers/led/Kconfig.npm1300 /opt/ncs/zephyr/drivers/led/Kconfig.pca9633 /opt/ncs/zephyr/drivers/led/Kconfig.pwm /opt/ncs/zephyr/drivers/led/Kconfig.tlc59108 /opt/ncs/zephyr/drivers/led/Kconfig.xec /opt/ncs/zephyr/drivers/led_strip/Kconfig /opt/ncs/zephyr/drivers/led_strip/Kconfig.apa102 /opt/ncs/zephyr/drivers/led_strip/Kconfig.lpd880x /opt/ncs/zephyr/drivers/led_strip/Kconfig.tlc5971 /opt/ncs/zephyr/drivers/led_strip/Kconfig.tlc59731 /opt/ncs/zephyr/drivers/led_strip/Kconfig.ws2812 /opt/ncs/zephyr/drivers/lora/CMakeLists.txt /opt/ncs/zephyr/drivers/lora/Kconfig /opt/ncs/zephyr/drivers/lora/Kconfig.sx12xx /opt/ncs/zephyr/drivers/mbox/Kconfig /opt/ncs/zephyr/drivers/mbox/Kconfig.andes /opt/ncs/zephyr/drivers/mbox/Kconfig.nrf_bellboard /opt/ncs/zephyr/drivers/mbox/Kconfig.nrf_vevif /opt/ncs/zephyr/drivers/mbox/Kconfig.nrfx /opt/ncs/zephyr/drivers/mbox/Kconfig.nxp_imx /opt/ncs/zephyr/drivers/mbox/Kconfig.nxp_mailbox /opt/ncs/zephyr/drivers/mbox/Kconfig.nxp_s32 /opt/ncs/zephyr/drivers/mdio/Kconfig /opt/ncs/zephyr/drivers/mdio/Kconfig.adin2111 /opt/ncs/zephyr/drivers/mdio/Kconfig.esp32 /opt/ncs/zephyr/drivers/mdio/Kconfig.gpio /opt/ncs/zephyr/drivers/mdio/Kconfig.nxp_enet /opt/ncs/zephyr/drivers/mdio/Kconfig.nxp_enet_qos /opt/ncs/zephyr/drivers/mdio/Kconfig.nxp_s32_gmac /opt/ncs/zephyr/drivers/mdio/Kconfig.nxp_s32_netc /opt/ncs/zephyr/drivers/mdio/Kconfig.sam /opt/ncs/zephyr/drivers/mdio/Kconfig.stm32_hal /opt/ncs/zephyr/drivers/mdio/Kconfig.xmc4xxx /opt/ncs/zephyr/drivers/memc/Kconfig /opt/ncs/zephyr/drivers/memc/Kconfig.mcux /opt/ncs/zephyr/drivers/memc/Kconfig.nxp_s32 /opt/ncs/zephyr/drivers/memc/Kconfig.sam /opt/ncs/zephyr/drivers/memc/Kconfig.sifive /opt/ncs/zephyr/drivers/memc/Kconfig.smartbond /opt/ncs/zephyr/drivers/memc/Kconfig.stm32 /opt/ncs/zephyr/drivers/mfd/Kconfig /opt/ncs/zephyr/drivers/mfd/Kconfig.ad559x /opt/ncs/zephyr/drivers/mfd/Kconfig.adp5585 /opt/ncs/zephyr/drivers/mfd/Kconfig.axp192 /opt/ncs/zephyr/drivers/mfd/Kconfig.bd8lb600fs /opt/ncs/zephyr/drivers/mfd/Kconfig.lpflexcomm /opt/ncs/zephyr/drivers/mfd/Kconfig.max20335 /opt/ncs/zephyr/drivers/mfd/Kconfig.max31790 /opt/ncs/zephyr/drivers/mfd/Kconfig.nct38xx /opt/ncs/zephyr/drivers/mfd/Kconfig.npm1300 /opt/ncs/zephyr/drivers/mfd/Kconfig.npm6001 /opt/ncs/zephyr/drivers/mfd/Kconfig.tle9104 /opt/ncs/zephyr/drivers/mipi_dbi/Kconfig /opt/ncs/zephyr/drivers/mipi_dbi/Kconfig.nxp_lcdic /opt/ncs/zephyr/drivers/mipi_dbi/Kconfig.smartbond /opt/ncs/zephyr/drivers/mipi_dbi/Kconfig.spi /opt/ncs/zephyr/drivers/mipi_dsi/Kconfig /opt/ncs/zephyr/drivers/mipi_dsi/Kconfig.mcux /opt/ncs/zephyr/drivers/mipi_dsi/Kconfig.stm32 /opt/ncs/zephyr/drivers/misc/CMakeLists.txt /opt/ncs/zephyr/drivers/misc/Kconfig /opt/ncs/zephyr/drivers/misc/devmux/Kconfig /opt/ncs/zephyr/drivers/misc/ft8xx/Kconfig /opt/ncs/zephyr/drivers/misc/grove_lcd_rgb/Kconfig /opt/ncs/zephyr/drivers/misc/mcux_flexio/Kconfig /opt/ncs/zephyr/drivers/misc/nordic_vpr_launcher/Kconfig /opt/ncs/zephyr/drivers/misc/nxp_s32_emios/Kconfig /opt/ncs/zephyr/drivers/misc/pio_rpi_pico/Kconfig /opt/ncs/zephyr/drivers/misc/timeaware_gpio/Kconfig /opt/ncs/zephyr/drivers/misc/timeaware_gpio/Kconfig.timeaware_gpio_intel /opt/ncs/zephyr/drivers/mm/Kconfig /opt/ncs/zephyr/drivers/modem/Kconfig /opt/ncs/zephyr/drivers/modem/Kconfig.cellular /opt/ncs/zephyr/drivers/modem/Kconfig.gsm /opt/ncs/zephyr/drivers/modem/Kconfig.hl7800 /opt/ncs/zephyr/drivers/modem/Kconfig.quectel-bg9x /opt/ncs/zephyr/drivers/modem/Kconfig.simcom-sim7080 /opt/ncs/zephyr/drivers/modem/Kconfig.ublox-sara-r4 /opt/ncs/zephyr/drivers/modem/Kconfig.wncm14a2a /opt/ncs/zephyr/drivers/net/Kconfig /opt/ncs/zephyr/drivers/pcie/CMakeLists.txt /opt/ncs/zephyr/drivers/pcie/Kconfig /opt/ncs/zephyr/drivers/pcie/endpoint/Kconfig /opt/ncs/zephyr/drivers/pcie/endpoint/Kconfig.iproc /opt/ncs/zephyr/drivers/pcie/host/Kconfig /opt/ncs/zephyr/drivers/peci/Kconfig /opt/ncs/zephyr/drivers/peci/Kconfig.it8xxx2 /opt/ncs/zephyr/drivers/peci/Kconfig.npcx /opt/ncs/zephyr/drivers/peci/Kconfig.xec /opt/ncs/zephyr/drivers/pinctrl/CMakeLists.txt /opt/ncs/zephyr/drivers/pinctrl/Kconfig /opt/ncs/zephyr/drivers/pinctrl/Kconfig.ambiq /opt/ncs/zephyr/drivers/pinctrl/Kconfig.b91 /opt/ncs/zephyr/drivers/pinctrl/Kconfig.cc13xx_cc26xx /opt/ncs/zephyr/drivers/pinctrl/Kconfig.emsdp /opt/ncs/zephyr/drivers/pinctrl/Kconfig.ene /opt/ncs/zephyr/drivers/pinctrl/Kconfig.eos_s3 /opt/ncs/zephyr/drivers/pinctrl/Kconfig.esp32 /opt/ncs/zephyr/drivers/pinctrl/Kconfig.gd32 /opt/ncs/zephyr/drivers/pinctrl/Kconfig.gecko /opt/ncs/zephyr/drivers/pinctrl/Kconfig.ifx_cat1 /opt/ncs/zephyr/drivers/pinctrl/Kconfig.imx /opt/ncs/zephyr/drivers/pinctrl/Kconfig.it8xxx2 /opt/ncs/zephyr/drivers/pinctrl/Kconfig.kinetis /opt/ncs/zephyr/drivers/pinctrl/Kconfig.lpc_iocon /opt/ncs/zephyr/drivers/pinctrl/Kconfig.mci_io_mux /opt/ncs/zephyr/drivers/pinctrl/Kconfig.npcx /opt/ncs/zephyr/drivers/pinctrl/Kconfig.nrf /opt/ncs/zephyr/drivers/pinctrl/Kconfig.numaker /opt/ncs/zephyr/drivers/pinctrl/Kconfig.numicro /opt/ncs/zephyr/drivers/pinctrl/Kconfig.nxp_s32 /opt/ncs/zephyr/drivers/pinctrl/Kconfig.rpi_pico /opt/ncs/zephyr/drivers/pinctrl/Kconfig.rv32m1 /opt/ncs/zephyr/drivers/pinctrl/Kconfig.sam /opt/ncs/zephyr/drivers/pinctrl/Kconfig.sam0 /opt/ncs/zephyr/drivers/pinctrl/Kconfig.sifive /opt/ncs/zephyr/drivers/pinctrl/Kconfig.stm32 /opt/ncs/zephyr/drivers/pinctrl/Kconfig.ti_cc32xx /opt/ncs/zephyr/drivers/pinctrl/Kconfig.ti_k3 /opt/ncs/zephyr/drivers/pinctrl/Kconfig.xec /opt/ncs/zephyr/drivers/pinctrl/Kconfig.xlnx /opt/ncs/zephyr/drivers/pinctrl/Kconfig.xmc4xxx /opt/ncs/zephyr/drivers/pinctrl/Kconfig.zynqmp /opt/ncs/zephyr/drivers/pinctrl/renesas/CMakeLists.txt /opt/ncs/zephyr/drivers/pinctrl/renesas/Kconfig /opt/ncs/zephyr/drivers/pinctrl/renesas/ra/Kconfig /opt/ncs/zephyr/drivers/pinctrl/renesas/rcar/Kconfig /opt/ncs/zephyr/drivers/pinctrl/renesas/rz/Kconfig /opt/ncs/zephyr/drivers/pinctrl/renesas/smartbond/Kconfig /opt/ncs/zephyr/drivers/pm_cpu_ops/Kconfig /opt/ncs/zephyr/drivers/power_domain/Kconfig /opt/ncs/zephyr/drivers/ps2/Kconfig /opt/ncs/zephyr/drivers/ps2/Kconfig.npcx /opt/ncs/zephyr/drivers/ps2/Kconfig.xec /opt/ncs/zephyr/drivers/ptp_clock/Kconfig /opt/ncs/zephyr/drivers/ptp_clock/Kconfig.nxp_enet /opt/ncs/zephyr/drivers/pwm/Kconfig /opt/ncs/zephyr/drivers/pwm/Kconfig.b91 /opt/ncs/zephyr/drivers/pwm/Kconfig.cc13xx_cc26xx_timer /opt/ncs/zephyr/drivers/pwm/Kconfig.ene /opt/ncs/zephyr/drivers/pwm/Kconfig.esp32 /opt/ncs/zephyr/drivers/pwm/Kconfig.gd32 /opt/ncs/zephyr/drivers/pwm/Kconfig.gecko /opt/ncs/zephyr/drivers/pwm/Kconfig.imx /opt/ncs/zephyr/drivers/pwm/Kconfig.intel_blinky /opt/ncs/zephyr/drivers/pwm/Kconfig.it8xxx2 /opt/ncs/zephyr/drivers/pwm/Kconfig.litex /opt/ncs/zephyr/drivers/pwm/Kconfig.max31790 /opt/ncs/zephyr/drivers/pwm/Kconfig.mcux /opt/ncs/zephyr/drivers/pwm/Kconfig.mcux_ctimer /opt/ncs/zephyr/drivers/pwm/Kconfig.mcux_ftm /opt/ncs/zephyr/drivers/pwm/Kconfig.mcux_pwt /opt/ncs/zephyr/drivers/pwm/Kconfig.mcux_sctimer /opt/ncs/zephyr/drivers/pwm/Kconfig.mcux_tpm /opt/ncs/zephyr/drivers/pwm/Kconfig.npcx /opt/ncs/zephyr/drivers/pwm/Kconfig.nrf_sw /opt/ncs/zephyr/drivers/pwm/Kconfig.nrfx /opt/ncs/zephyr/drivers/pwm/Kconfig.numaker /opt/ncs/zephyr/drivers/pwm/Kconfig.nxp_s32_emios /opt/ncs/zephyr/drivers/pwm/Kconfig.pca9685 /opt/ncs/zephyr/drivers/pwm/Kconfig.rcar /opt/ncs/zephyr/drivers/pwm/Kconfig.rpi_pico /opt/ncs/zephyr/drivers/pwm/Kconfig.rv32m1_tpm /opt/ncs/zephyr/drivers/pwm/Kconfig.sam /opt/ncs/zephyr/drivers/pwm/Kconfig.sam0 /opt/ncs/zephyr/drivers/pwm/Kconfig.sifive /opt/ncs/zephyr/drivers/pwm/Kconfig.stm32 /opt/ncs/zephyr/drivers/pwm/Kconfig.test /opt/ncs/zephyr/drivers/pwm/Kconfig.xec /opt/ncs/zephyr/drivers/pwm/Kconfig.xlnx /opt/ncs/zephyr/drivers/pwm/Kconfig.xmc4xxx_ccu4 /opt/ncs/zephyr/drivers/pwm/Kconfig.xmc4xxx_ccu8 /opt/ncs/zephyr/drivers/regulator/Kconfig /opt/ncs/zephyr/drivers/regulator/Kconfig.adp5360 /opt/ncs/zephyr/drivers/regulator/Kconfig.axp192 /opt/ncs/zephyr/drivers/regulator/Kconfig.cp9314 /opt/ncs/zephyr/drivers/regulator/Kconfig.da1469x /opt/ncs/zephyr/drivers/regulator/Kconfig.fake /opt/ncs/zephyr/drivers/regulator/Kconfig.fixed /opt/ncs/zephyr/drivers/regulator/Kconfig.gpio /opt/ncs/zephyr/drivers/regulator/Kconfig.max20335 /opt/ncs/zephyr/drivers/regulator/Kconfig.npm1100 /opt/ncs/zephyr/drivers/regulator/Kconfig.npm1300 /opt/ncs/zephyr/drivers/regulator/Kconfig.npm6001 /opt/ncs/zephyr/drivers/regulator/Kconfig.nxp_vref /opt/ncs/zephyr/drivers/regulator/Kconfig.pca9420 /opt/ncs/zephyr/drivers/regulator/Kconfig.rpi_pico /opt/ncs/zephyr/drivers/reset/Kconfig /opt/ncs/zephyr/drivers/reset/Kconfig.aspeed /opt/ncs/zephyr/drivers/reset/Kconfig.gd32 /opt/ncs/zephyr/drivers/reset/Kconfig.intel_socfpga /opt/ncs/zephyr/drivers/reset/Kconfig.lpc_syscon /opt/ncs/zephyr/drivers/reset/Kconfig.npcx /opt/ncs/zephyr/drivers/reset/Kconfig.numaker /opt/ncs/zephyr/drivers/reset/Kconfig.nxp_rstctl /opt/ncs/zephyr/drivers/reset/Kconfig.rpi_pico /opt/ncs/zephyr/drivers/reset/Kconfig.stm32 /opt/ncs/zephyr/drivers/retained_mem/Kconfig /opt/ncs/zephyr/drivers/retained_mem/Kconfig.nrf /opt/ncs/zephyr/drivers/retained_mem/Kconfig.zephyr /opt/ncs/zephyr/drivers/rtc/Kconfig /opt/ncs/zephyr/drivers/rtc/Kconfig.am1805 /opt/ncs/zephyr/drivers/rtc/Kconfig.ds1307 /opt/ncs/zephyr/drivers/rtc/Kconfig.emul /opt/ncs/zephyr/drivers/rtc/Kconfig.fake /opt/ncs/zephyr/drivers/rtc/Kconfig.mc146818 /opt/ncs/zephyr/drivers/rtc/Kconfig.numaker /opt/ncs/zephyr/drivers/rtc/Kconfig.pcf8523 /opt/ncs/zephyr/drivers/rtc/Kconfig.pcf8563 /opt/ncs/zephyr/drivers/rtc/Kconfig.rpi_pico /opt/ncs/zephyr/drivers/rtc/Kconfig.sam /opt/ncs/zephyr/drivers/rtc/Kconfig.smartbond /opt/ncs/zephyr/drivers/rtc/Kconfig.stm32 /opt/ncs/zephyr/drivers/sdhc/Kconfig /opt/ncs/zephyr/drivers/sdhc/Kconfig.esp32 /opt/ncs/zephyr/drivers/sdhc/Kconfig.ifx_cat1 /opt/ncs/zephyr/drivers/sdhc/Kconfig.imx /opt/ncs/zephyr/drivers/sdhc/Kconfig.intel /opt/ncs/zephyr/drivers/sdhc/Kconfig.mcux_sdif /opt/ncs/zephyr/drivers/sdhc/Kconfig.rcar /opt/ncs/zephyr/drivers/sdhc/Kconfig.sam_hsmci /opt/ncs/zephyr/drivers/sdhc/Kconfig.sdhc_cdns /opt/ncs/zephyr/drivers/sdhc/Kconfig.spi /opt/ncs/zephyr/drivers/sensor/CMakeLists.txt /opt/ncs/zephyr/drivers/sensor/Kconfig /opt/ncs/zephyr/drivers/sensor/Kconfig.trigger_template /opt/ncs/zephyr/drivers/sensor/a01nyub/Kconfig /opt/ncs/zephyr/drivers/sensor/adi/CMakeLists.txt /opt/ncs/zephyr/drivers/sensor/adi/Kconfig /opt/ncs/zephyr/drivers/sensor/adi/adltc2990/Kconfig /opt/ncs/zephyr/drivers/sensor/adi/adt7310/Kconfig /opt/ncs/zephyr/drivers/sensor/adi/adt7420/Kconfig /opt/ncs/zephyr/drivers/sensor/adi/adxl345/Kconfig /opt/ncs/zephyr/drivers/sensor/adi/adxl362/Kconfig /opt/ncs/zephyr/drivers/sensor/adi/adxl367/Kconfig /opt/ncs/zephyr/drivers/sensor/adi/adxl372/Kconfig /opt/ncs/zephyr/drivers/sensor/amd_sb_tsi/Kconfig /opt/ncs/zephyr/drivers/sensor/amg88xx/Kconfig /opt/ncs/zephyr/drivers/sensor/ams/CMakeLists.txt /opt/ncs/zephyr/drivers/sensor/ams/Kconfig /opt/ncs/zephyr/drivers/sensor/ams/ams_as5600/Kconfig /opt/ncs/zephyr/drivers/sensor/ams/ams_iAQcore/Kconfig /opt/ncs/zephyr/drivers/sensor/ams/ccs811/Kconfig /opt/ncs/zephyr/drivers/sensor/ams/ens210/Kconfig /opt/ncs/zephyr/drivers/sensor/ams/tcs3400/Kconfig /opt/ncs/zephyr/drivers/sensor/ams/tmd2620/Kconfig /opt/ncs/zephyr/drivers/sensor/ams/tsl2540/Kconfig /opt/ncs/zephyr/drivers/sensor/ams/tsl2561/Kconfig /opt/ncs/zephyr/drivers/sensor/ams/tsl2591/Kconfig /opt/ncs/zephyr/drivers/sensor/aosong/CMakeLists.txt /opt/ncs/zephyr/drivers/sensor/aosong/Kconfig /opt/ncs/zephyr/drivers/sensor/aosong/ags10/Kconfig /opt/ncs/zephyr/drivers/sensor/aosong/dht/Kconfig /opt/ncs/zephyr/drivers/sensor/aosong/dht20/Kconfig /opt/ncs/zephyr/drivers/sensor/apds9960/Kconfig /opt/ncs/zephyr/drivers/sensor/asahi_kasei/CMakeLists.txt /opt/ncs/zephyr/drivers/sensor/asahi_kasei/Kconfig /opt/ncs/zephyr/drivers/sensor/asahi_kasei/ak8975/Kconfig /opt/ncs/zephyr/drivers/sensor/asahi_kasei/akm09918c/Kconfig /opt/ncs/zephyr/drivers/sensor/bosch/CMakeLists.txt /opt/ncs/zephyr/drivers/sensor/bosch/Kconfig /opt/ncs/zephyr/drivers/sensor/bosch/bma280/Kconfig /opt/ncs/zephyr/drivers/sensor/bosch/bma4xx/Kconfig /opt/ncs/zephyr/drivers/sensor/bosch/bmc150_magn/Kconfig /opt/ncs/zephyr/drivers/sensor/bosch/bme280/CMakeLists.txt /opt/ncs/zephyr/drivers/sensor/bosch/bme280/Kconfig /opt/ncs/zephyr/drivers/sensor/bosch/bme680/Kconfig /opt/ncs/zephyr/drivers/sensor/bosch/bmg160/Kconfig /opt/ncs/zephyr/drivers/sensor/bosch/bmi08x/Kconfig /opt/ncs/zephyr/drivers/sensor/bosch/bmi160/Kconfig /opt/ncs/zephyr/drivers/sensor/bosch/bmi270/Kconfig /opt/ncs/zephyr/drivers/sensor/bosch/bmi323/Kconfig /opt/ncs/zephyr/drivers/sensor/bosch/bmm150/Kconfig /opt/ncs/zephyr/drivers/sensor/bosch/bmp388/Kconfig /opt/ncs/zephyr/drivers/sensor/bosch/bmp581/Kconfig /opt/ncs/zephyr/drivers/sensor/current_amp/Kconfig /opt/ncs/zephyr/drivers/sensor/ene_tach_kb1200/Kconfig /opt/ncs/zephyr/drivers/sensor/ens160/Kconfig /opt/ncs/zephyr/drivers/sensor/espressif/CMakeLists.txt /opt/ncs/zephyr/drivers/sensor/espressif/Kconfig /opt/ncs/zephyr/drivers/sensor/espressif/esp32_temp/Kconfig /opt/ncs/zephyr/drivers/sensor/espressif/pcnt_esp32/Kconfig /opt/ncs/zephyr/drivers/sensor/explorir_m/Kconfig /opt/ncs/zephyr/drivers/sensor/f75303/Kconfig /opt/ncs/zephyr/drivers/sensor/fcx_mldx5/Kconfig /opt/ncs/zephyr/drivers/sensor/grow_r502a/Kconfig /opt/ncs/zephyr/drivers/sensor/honeywell/CMakeLists.txt /opt/ncs/zephyr/drivers/sensor/honeywell/Kconfig /opt/ncs/zephyr/drivers/sensor/honeywell/hmc5883l/Kconfig /opt/ncs/zephyr/drivers/sensor/honeywell/mpr/Kconfig /opt/ncs/zephyr/drivers/sensor/honeywell/sm351lt/Kconfig /opt/ncs/zephyr/drivers/sensor/hp206c/Kconfig /opt/ncs/zephyr/drivers/sensor/hs300x/Kconfig /opt/ncs/zephyr/drivers/sensor/infineon/CMakeLists.txt /opt/ncs/zephyr/drivers/sensor/infineon/Kconfig /opt/ncs/zephyr/drivers/sensor/infineon/dps310/Kconfig /opt/ncs/zephyr/drivers/sensor/infineon/tle9104/Kconfig /opt/ncs/zephyr/drivers/sensor/infineon/xmc4xxx_temp/Kconfig /opt/ncs/zephyr/drivers/sensor/isl29035/Kconfig /opt/ncs/zephyr/drivers/sensor/ist8310/Kconfig /opt/ncs/zephyr/drivers/sensor/ite/CMakeLists.txt /opt/ncs/zephyr/drivers/sensor/ite/Kconfig /opt/ncs/zephyr/drivers/sensor/ite/ite_tach_it8xxx2/Kconfig /opt/ncs/zephyr/drivers/sensor/ite/ite_vcmp_it8xxx2/Kconfig /opt/ncs/zephyr/drivers/sensor/lm35/Kconfig /opt/ncs/zephyr/drivers/sensor/lm75/Kconfig /opt/ncs/zephyr/drivers/sensor/lm77/Kconfig /opt/ncs/zephyr/drivers/sensor/ltrf216a/Kconfig /opt/ncs/zephyr/drivers/sensor/maxim/CMakeLists.txt /opt/ncs/zephyr/drivers/sensor/maxim/Kconfig /opt/ncs/zephyr/drivers/sensor/maxim/ds18b20/Kconfig /opt/ncs/zephyr/drivers/sensor/maxim/max17055/Kconfig /opt/ncs/zephyr/drivers/sensor/maxim/max17262/Kconfig /opt/ncs/zephyr/drivers/sensor/maxim/max30101/Kconfig /opt/ncs/zephyr/drivers/sensor/maxim/max31790/Kconfig /opt/ncs/zephyr/drivers/sensor/maxim/max31855/Kconfig /opt/ncs/zephyr/drivers/sensor/maxim/max31865/Kconfig /opt/ncs/zephyr/drivers/sensor/maxim/max31875/Kconfig /opt/ncs/zephyr/drivers/sensor/maxim/max44009/Kconfig /opt/ncs/zephyr/drivers/sensor/maxim/max6675/Kconfig /opt/ncs/zephyr/drivers/sensor/mc3419/Kconfig /opt/ncs/zephyr/drivers/sensor/meas/CMakeLists.txt /opt/ncs/zephyr/drivers/sensor/meas/Kconfig /opt/ncs/zephyr/drivers/sensor/meas/ms5607/Kconfig /opt/ncs/zephyr/drivers/sensor/meas/ms5837/Kconfig /opt/ncs/zephyr/drivers/sensor/mhz19b/Kconfig /opt/ncs/zephyr/drivers/sensor/microchip/CMakeLists.txt /opt/ncs/zephyr/drivers/sensor/microchip/Kconfig /opt/ncs/zephyr/drivers/sensor/microchip/mchp_tach_xec/Kconfig /opt/ncs/zephyr/drivers/sensor/microchip/mcp9600/Kconfig /opt/ncs/zephyr/drivers/sensor/microchip/mcp970x/Kconfig /opt/ncs/zephyr/drivers/sensor/microchip/mcp9808/Kconfig /opt/ncs/zephyr/drivers/sensor/microchip/tcn75a/Kconfig /opt/ncs/zephyr/drivers/sensor/nct75/Kconfig /opt/ncs/zephyr/drivers/sensor/nordic/CMakeLists.txt /opt/ncs/zephyr/drivers/sensor/nordic/Kconfig /opt/ncs/zephyr/drivers/sensor/nordic/npm1300_charger/Kconfig /opt/ncs/zephyr/drivers/sensor/nordic/qdec_nrfx/Kconfig /opt/ncs/zephyr/drivers/sensor/nordic/temp/CMakeLists.txt /opt/ncs/zephyr/drivers/sensor/nordic/temp/Kconfig /opt/ncs/zephyr/drivers/sensor/ntc_thermistor/Kconfig /opt/ncs/zephyr/drivers/sensor/nuvoton/CMakeLists.txt /opt/ncs/zephyr/drivers/sensor/nuvoton/Kconfig /opt/ncs/zephyr/drivers/sensor/nuvoton/nuvoton_adc_cmp_npcx/Kconfig /opt/ncs/zephyr/drivers/sensor/nuvoton/nuvoton_tach_npcx/Kconfig /opt/ncs/zephyr/drivers/sensor/nxp/CMakeLists.txt /opt/ncs/zephyr/drivers/sensor/nxp/Kconfig /opt/ncs/zephyr/drivers/sensor/nxp/fxas21002/Kconfig /opt/ncs/zephyr/drivers/sensor/nxp/fxos8700/Kconfig /opt/ncs/zephyr/drivers/sensor/nxp/mcux_acmp/Kconfig /opt/ncs/zephyr/drivers/sensor/nxp/nxp_kinetis_temp/Kconfig /opt/ncs/zephyr/drivers/sensor/nxp/nxp_tempmon/Kconfig /opt/ncs/zephyr/drivers/sensor/nxp/qdec_mcux/Kconfig /opt/ncs/zephyr/drivers/sensor/nxp/qdec_nxp_s32/Kconfig /opt/ncs/zephyr/drivers/sensor/pms7003/Kconfig /opt/ncs/zephyr/drivers/sensor/qdec_sam/Kconfig /opt/ncs/zephyr/drivers/sensor/rohm/CMakeLists.txt /opt/ncs/zephyr/drivers/sensor/rohm/Kconfig /opt/ncs/zephyr/drivers/sensor/rohm/bd8lb600fs/Kconfig /opt/ncs/zephyr/drivers/sensor/rohm/bh1750/Kconfig /opt/ncs/zephyr/drivers/sensor/rpi_pico_temp/Kconfig /opt/ncs/zephyr/drivers/sensor/s11059/Kconfig /opt/ncs/zephyr/drivers/sensor/sbs_gauge/Kconfig /opt/ncs/zephyr/drivers/sensor/seeed/CMakeLists.txt /opt/ncs/zephyr/drivers/sensor/seeed/Kconfig /opt/ncs/zephyr/drivers/sensor/seeed/grove/Kconfig /opt/ncs/zephyr/drivers/sensor/seeed/hm330x/Kconfig /opt/ncs/zephyr/drivers/sensor/sensirion/CMakeLists.txt /opt/ncs/zephyr/drivers/sensor/sensirion/Kconfig /opt/ncs/zephyr/drivers/sensor/sensirion/sgp40/Kconfig /opt/ncs/zephyr/drivers/sensor/sensirion/sht3xd/Kconfig /opt/ncs/zephyr/drivers/sensor/sensirion/sht4x/Kconfig /opt/ncs/zephyr/drivers/sensor/sensirion/shtcx/Kconfig /opt/ncs/zephyr/drivers/sensor/silabs/CMakeLists.txt /opt/ncs/zephyr/drivers/sensor/silabs/Kconfig /opt/ncs/zephyr/drivers/sensor/silabs/si7006/Kconfig /opt/ncs/zephyr/drivers/sensor/silabs/si7055/Kconfig /opt/ncs/zephyr/drivers/sensor/silabs/si7060/Kconfig /opt/ncs/zephyr/drivers/sensor/silabs/si7210/Kconfig /opt/ncs/zephyr/drivers/sensor/st/CMakeLists.txt /opt/ncs/zephyr/drivers/sensor/st/Kconfig /opt/ncs/zephyr/drivers/sensor/st/hts221/Kconfig /opt/ncs/zephyr/drivers/sensor/st/i3g4250d/Kconfig /opt/ncs/zephyr/drivers/sensor/st/iis2dh/Kconfig /opt/ncs/zephyr/drivers/sensor/st/iis2dlpc/Kconfig /opt/ncs/zephyr/drivers/sensor/st/iis2iclx/Kconfig /opt/ncs/zephyr/drivers/sensor/st/iis2mdc/Kconfig /opt/ncs/zephyr/drivers/sensor/st/iis328dq/Kconfig /opt/ncs/zephyr/drivers/sensor/st/iis3dhhc/Kconfig /opt/ncs/zephyr/drivers/sensor/st/ism330dhcx/Kconfig /opt/ncs/zephyr/drivers/sensor/st/lis2de12/Kconfig /opt/ncs/zephyr/drivers/sensor/st/lis2dh/CMakeLists.txt /opt/ncs/zephyr/drivers/sensor/st/lis2dh/Kconfig /opt/ncs/zephyr/drivers/sensor/st/lis2ds12/Kconfig /opt/ncs/zephyr/drivers/sensor/st/lis2du12/Kconfig /opt/ncs/zephyr/drivers/sensor/st/lis2dux12/Kconfig /opt/ncs/zephyr/drivers/sensor/st/lis2dw12/Kconfig /opt/ncs/zephyr/drivers/sensor/st/lis2mdl/CMakeLists.txt /opt/ncs/zephyr/drivers/sensor/st/lis2mdl/Kconfig /opt/ncs/zephyr/drivers/sensor/st/lis3mdl/Kconfig /opt/ncs/zephyr/drivers/sensor/st/lps22hb/Kconfig /opt/ncs/zephyr/drivers/sensor/st/lps22hh/Kconfig /opt/ncs/zephyr/drivers/sensor/st/lps25hb/Kconfig /opt/ncs/zephyr/drivers/sensor/st/lps2xdf/Kconfig /opt/ncs/zephyr/drivers/sensor/st/lsm303dlhc_magn/Kconfig /opt/ncs/zephyr/drivers/sensor/st/lsm6ds0/Kconfig /opt/ncs/zephyr/drivers/sensor/st/lsm6dsl/Kconfig /opt/ncs/zephyr/drivers/sensor/st/lsm6dso/Kconfig /opt/ncs/zephyr/drivers/sensor/st/lsm6dso16is/Kconfig /opt/ncs/zephyr/drivers/sensor/st/lsm6dsv16x/Kconfig /opt/ncs/zephyr/drivers/sensor/st/lsm9ds0_gyro/Kconfig /opt/ncs/zephyr/drivers/sensor/st/lsm9ds0_mfd/Kconfig /opt/ncs/zephyr/drivers/sensor/st/qdec_stm32/Kconfig /opt/ncs/zephyr/drivers/sensor/st/stm32_temp/Kconfig /opt/ncs/zephyr/drivers/sensor/st/stm32_vbat/Kconfig /opt/ncs/zephyr/drivers/sensor/st/stm32_vref/Kconfig /opt/ncs/zephyr/drivers/sensor/st/stmemsc/CMakeLists.txt /opt/ncs/zephyr/drivers/sensor/st/stts22h/Kconfig /opt/ncs/zephyr/drivers/sensor/st/stts751/Kconfig /opt/ncs/zephyr/drivers/sensor/st/vl53l0x/Kconfig /opt/ncs/zephyr/drivers/sensor/st/vl53l1x/Kconfig /opt/ncs/zephyr/drivers/sensor/sx9500/Kconfig /opt/ncs/zephyr/drivers/sensor/tdk/icm42605/Kconfig /opt/ncs/zephyr/drivers/sensor/tdk/icm42670/Kconfig /opt/ncs/zephyr/drivers/sensor/tdk/icm42688/Kconfig /opt/ncs/zephyr/drivers/sensor/tdk/icp10125/Kconfig /opt/ncs/zephyr/drivers/sensor/tdk/mpu6050/Kconfig /opt/ncs/zephyr/drivers/sensor/tdk/mpu9250/Kconfig /opt/ncs/zephyr/drivers/sensor/th02/Kconfig /opt/ncs/zephyr/drivers/sensor/ti/CMakeLists.txt /opt/ncs/zephyr/drivers/sensor/ti/Kconfig /opt/ncs/zephyr/drivers/sensor/ti/bq274xx/Kconfig /opt/ncs/zephyr/drivers/sensor/ti/fdc2x1x/Kconfig /opt/ncs/zephyr/drivers/sensor/ti/ina219/Kconfig /opt/ncs/zephyr/drivers/sensor/ti/ina226/Kconfig /opt/ncs/zephyr/drivers/sensor/ti/ina23x/Kconfig /opt/ncs/zephyr/drivers/sensor/ti/ina3221/Kconfig /opt/ncs/zephyr/drivers/sensor/ti/opt3001/Kconfig /opt/ncs/zephyr/drivers/sensor/ti/ti_hdc/Kconfig /opt/ncs/zephyr/drivers/sensor/ti/ti_hdc20xx/Kconfig /opt/ncs/zephyr/drivers/sensor/ti/tmag5170/Kconfig /opt/ncs/zephyr/drivers/sensor/ti/tmag5273/Kconfig /opt/ncs/zephyr/drivers/sensor/ti/tmp007/Kconfig /opt/ncs/zephyr/drivers/sensor/ti/tmp108/Kconfig /opt/ncs/zephyr/drivers/sensor/ti/tmp112/Kconfig /opt/ncs/zephyr/drivers/sensor/ti/tmp114/Kconfig /opt/ncs/zephyr/drivers/sensor/ti/tmp116/Kconfig /opt/ncs/zephyr/drivers/sensor/tsic_xx6/Kconfig /opt/ncs/zephyr/drivers/sensor/veaa_x_3/Kconfig /opt/ncs/zephyr/drivers/sensor/vishay/CMakeLists.txt /opt/ncs/zephyr/drivers/sensor/vishay/Kconfig /opt/ncs/zephyr/drivers/sensor/vishay/vcnl36825t/Kconfig /opt/ncs/zephyr/drivers/sensor/vishay/vcnl4040/Kconfig /opt/ncs/zephyr/drivers/sensor/vishay/veml7700/Kconfig /opt/ncs/zephyr/drivers/sensor/voltage_divider/Kconfig /opt/ncs/zephyr/drivers/sensor/wsen/CMakeLists.txt /opt/ncs/zephyr/drivers/sensor/wsen/Kconfig /opt/ncs/zephyr/drivers/sensor/wsen/wsen_hids/Kconfig /opt/ncs/zephyr/drivers/sensor/wsen/wsen_itds/Kconfig /opt/ncs/zephyr/drivers/sensor/wsen/wsen_pads/Kconfig /opt/ncs/zephyr/drivers/sensor/wsen/wsen_pdus/Kconfig /opt/ncs/zephyr/drivers/sensor/wsen/wsen_tids/Kconfig /opt/ncs/zephyr/drivers/serial/CMakeLists.txt /opt/ncs/zephyr/drivers/serial/Kconfig /opt/ncs/zephyr/drivers/serial/Kconfig.altera /opt/ncs/zephyr/drivers/serial/Kconfig.altera_jtag /opt/ncs/zephyr/drivers/serial/Kconfig.apbuart /opt/ncs/zephyr/drivers/serial/Kconfig.b91 /opt/ncs/zephyr/drivers/serial/Kconfig.bcm2711 /opt/ncs/zephyr/drivers/serial/Kconfig.bt /opt/ncs/zephyr/drivers/serial/Kconfig.cc13xx_cc26xx /opt/ncs/zephyr/drivers/serial/Kconfig.cc32xx /opt/ncs/zephyr/drivers/serial/Kconfig.cdns /opt/ncs/zephyr/drivers/serial/Kconfig.cmsdk_apb /opt/ncs/zephyr/drivers/serial/Kconfig.efinix_sapphire /opt/ncs/zephyr/drivers/serial/Kconfig.emul /opt/ncs/zephyr/drivers/serial/Kconfig.ene /opt/ncs/zephyr/drivers/serial/Kconfig.esp32 /opt/ncs/zephyr/drivers/serial/Kconfig.gd32 /opt/ncs/zephyr/drivers/serial/Kconfig.gecko /opt/ncs/zephyr/drivers/serial/Kconfig.hostlink /opt/ncs/zephyr/drivers/serial/Kconfig.ifx_cat1 /opt/ncs/zephyr/drivers/serial/Kconfig.imx /opt/ncs/zephyr/drivers/serial/Kconfig.intel_lw /opt/ncs/zephyr/drivers/serial/Kconfig.it8xxx2 /opt/ncs/zephyr/drivers/serial/Kconfig.leuart_gecko /opt/ncs/zephyr/drivers/serial/Kconfig.litex /opt/ncs/zephyr/drivers/serial/Kconfig.lpc11u6x /opt/ncs/zephyr/drivers/serial/Kconfig.mcux /opt/ncs/zephyr/drivers/serial/Kconfig.mcux_flexcomm /opt/ncs/zephyr/drivers/serial/Kconfig.mcux_iuart /opt/ncs/zephyr/drivers/serial/Kconfig.mcux_lpsci /opt/ncs/zephyr/drivers/serial/Kconfig.mcux_lpuart /opt/ncs/zephyr/drivers/serial/Kconfig.miv /opt/ncs/zephyr/drivers/serial/Kconfig.msp432p4xx /opt/ncs/zephyr/drivers/serial/Kconfig.native_posix /opt/ncs/zephyr/drivers/serial/Kconfig.native_tty /opt/ncs/zephyr/drivers/serial/Kconfig.neorv32 /opt/ncs/zephyr/drivers/serial/Kconfig.npcx /opt/ncs/zephyr/drivers/serial/Kconfig.nrfx /opt/ncs/zephyr/drivers/serial/Kconfig.nrfx_uart_instance /opt/ncs/zephyr/drivers/serial/Kconfig.ns16550 /opt/ncs/zephyr/drivers/serial/Kconfig.numaker /opt/ncs/zephyr/drivers/serial/Kconfig.numicro /opt/ncs/zephyr/drivers/serial/Kconfig.nxp_s32 /opt/ncs/zephyr/drivers/serial/Kconfig.opentitan /opt/ncs/zephyr/drivers/serial/Kconfig.pl011 /opt/ncs/zephyr/drivers/serial/Kconfig.psoc6 /opt/ncs/zephyr/drivers/serial/Kconfig.ql_usbserialport_s3b /opt/ncs/zephyr/drivers/serial/Kconfig.rcar /opt/ncs/zephyr/drivers/serial/Kconfig.renesas_ra /opt/ncs/zephyr/drivers/serial/Kconfig.rpi_pico /opt/ncs/zephyr/drivers/serial/Kconfig.rtt /opt/ncs/zephyr/drivers/serial/Kconfig.rv32m1_lpuart /opt/ncs/zephyr/drivers/serial/Kconfig.rzt2m /opt/ncs/zephyr/drivers/serial/Kconfig.sam0 /opt/ncs/zephyr/drivers/serial/Kconfig.sedi /opt/ncs/zephyr/drivers/serial/Kconfig.sifive /opt/ncs/zephyr/drivers/serial/Kconfig.smartbond /opt/ncs/zephyr/drivers/serial/Kconfig.stellaris /opt/ncs/zephyr/drivers/serial/Kconfig.stm32 /opt/ncs/zephyr/drivers/serial/Kconfig.test /opt/ncs/zephyr/drivers/serial/Kconfig.uart_sam /opt/ncs/zephyr/drivers/serial/Kconfig.usart_sam /opt/ncs/zephyr/drivers/serial/Kconfig.xec /opt/ncs/zephyr/drivers/serial/Kconfig.xen /opt/ncs/zephyr/drivers/serial/Kconfig.xlnx /opt/ncs/zephyr/drivers/serial/Kconfig.xmc4xxx /opt/ncs/zephyr/drivers/sip_svc/Kconfig /opt/ncs/zephyr/drivers/sip_svc/Kconfig.sip_smc_agilex /opt/ncs/zephyr/drivers/smbus/Kconfig /opt/ncs/zephyr/drivers/spi/CMakeLists.txt /opt/ncs/zephyr/drivers/spi/Kconfig /opt/ncs/zephyr/drivers/spi/Kconfig.ambiq /opt/ncs/zephyr/drivers/spi/Kconfig.andes_atcspi200 /opt/ncs/zephyr/drivers/spi/Kconfig.b91 /opt/ncs/zephyr/drivers/spi/Kconfig.bitbang /opt/ncs/zephyr/drivers/spi/Kconfig.cc13xx_cc26xx /opt/ncs/zephyr/drivers/spi/Kconfig.dw /opt/ncs/zephyr/drivers/spi/Kconfig.esp32 /opt/ncs/zephyr/drivers/spi/Kconfig.gd32 /opt/ncs/zephyr/drivers/spi/Kconfig.gecko /opt/ncs/zephyr/drivers/spi/Kconfig.grlib_spimctrl /opt/ncs/zephyr/drivers/spi/Kconfig.ifx_cat1 /opt/ncs/zephyr/drivers/spi/Kconfig.litex /opt/ncs/zephyr/drivers/spi/Kconfig.mchp_mss /opt/ncs/zephyr/drivers/spi/Kconfig.mchp_mss_qspi /opt/ncs/zephyr/drivers/spi/Kconfig.mcux_dspi /opt/ncs/zephyr/drivers/spi/Kconfig.mcux_ecspi /opt/ncs/zephyr/drivers/spi/Kconfig.mcux_flexcomm /opt/ncs/zephyr/drivers/spi/Kconfig.mcux_flexio /opt/ncs/zephyr/drivers/spi/Kconfig.mcux_lpspi /opt/ncs/zephyr/drivers/spi/Kconfig.npcx /opt/ncs/zephyr/drivers/spi/Kconfig.nrfx /opt/ncs/zephyr/drivers/spi/Kconfig.numaker /opt/ncs/zephyr/drivers/spi/Kconfig.nxp_s32 /opt/ncs/zephyr/drivers/spi/Kconfig.oc_simple /opt/ncs/zephyr/drivers/spi/Kconfig.opentitan /opt/ncs/zephyr/drivers/spi/Kconfig.pl022 /opt/ncs/zephyr/drivers/spi/Kconfig.psoc6 /opt/ncs/zephyr/drivers/spi/Kconfig.pw /opt/ncs/zephyr/drivers/spi/Kconfig.rpi_pico /opt/ncs/zephyr/drivers/spi/Kconfig.rv32m1_lpspi /opt/ncs/zephyr/drivers/spi/Kconfig.sam /opt/ncs/zephyr/drivers/spi/Kconfig.sam0 /opt/ncs/zephyr/drivers/spi/Kconfig.sedi /opt/ncs/zephyr/drivers/spi/Kconfig.sifive /opt/ncs/zephyr/drivers/spi/Kconfig.smartbond /opt/ncs/zephyr/drivers/spi/Kconfig.spi_emul /opt/ncs/zephyr/drivers/spi/Kconfig.stm32 /opt/ncs/zephyr/drivers/spi/Kconfig.test /opt/ncs/zephyr/drivers/spi/Kconfig.xec_qmspi /opt/ncs/zephyr/drivers/spi/Kconfig.xlnx /opt/ncs/zephyr/drivers/spi/Kconfig.xmc4xxx /opt/ncs/zephyr/drivers/syscon/Kconfig /opt/ncs/zephyr/drivers/timer/CMakeLists.txt /opt/ncs/zephyr/drivers/timer/Kconfig /opt/ncs/zephyr/drivers/timer/Kconfig.altera_avalon /opt/ncs/zephyr/drivers/timer/Kconfig.ambiq /opt/ncs/zephyr/drivers/timer/Kconfig.arcv2 /opt/ncs/zephyr/drivers/timer/Kconfig.arm_arch /opt/ncs/zephyr/drivers/timer/Kconfig.cavs /opt/ncs/zephyr/drivers/timer/Kconfig.cc13xx_cc26xx_rtc /opt/ncs/zephyr/drivers/timer/Kconfig.cortex_m_systick /opt/ncs/zephyr/drivers/timer/Kconfig.esp32 /opt/ncs/zephyr/drivers/timer/Kconfig.gecko /opt/ncs/zephyr/drivers/timer/Kconfig.ite_it8xxx2 /opt/ncs/zephyr/drivers/timer/Kconfig.leon_gptimer /opt/ncs/zephyr/drivers/timer/Kconfig.litex /opt/ncs/zephyr/drivers/timer/Kconfig.mchp_xec_rtos /opt/ncs/zephyr/drivers/timer/Kconfig.mcux_gpt /opt/ncs/zephyr/drivers/timer/Kconfig.mcux_lptmr /opt/ncs/zephyr/drivers/timer/Kconfig.mcux_os /opt/ncs/zephyr/drivers/timer/Kconfig.mips_cp0 /opt/ncs/zephyr/drivers/timer/Kconfig.native_posix /opt/ncs/zephyr/drivers/timer/Kconfig.npcx_itim /opt/ncs/zephyr/drivers/timer/Kconfig.nrf_grtc /opt/ncs/zephyr/drivers/timer/Kconfig.nrf_rtc /opt/ncs/zephyr/drivers/timer/Kconfig.nrf_xrtc /opt/ncs/zephyr/drivers/timer/Kconfig.rcar_cmt /opt/ncs/zephyr/drivers/timer/Kconfig.riscv_machine /opt/ncs/zephyr/drivers/timer/Kconfig.rv32m1_lptmr /opt/ncs/zephyr/drivers/timer/Kconfig.sam0_rtc /opt/ncs/zephyr/drivers/timer/Kconfig.smartbond /opt/ncs/zephyr/drivers/timer/Kconfig.stm32_lptim /opt/ncs/zephyr/drivers/timer/Kconfig.x86 /opt/ncs/zephyr/drivers/timer/Kconfig.xlnx_psttc /opt/ncs/zephyr/drivers/timer/Kconfig.xtensa /opt/ncs/zephyr/drivers/usb/CMakeLists.txt /opt/ncs/zephyr/drivers/usb/Kconfig /opt/ncs/zephyr/drivers/usb/bc12/Kconfig /opt/ncs/zephyr/drivers/usb/bc12/Kconfig.pi3usb9201 /opt/ncs/zephyr/drivers/usb/common/CMakeLists.txt /opt/ncs/zephyr/drivers/usb/common/Kconfig /opt/ncs/zephyr/drivers/usb/common/nrf_usbd_common/CMakeLists.txt /opt/ncs/zephyr/drivers/usb/common/nrf_usbd_common/Kconfig /opt/ncs/zephyr/drivers/usb/device/Kconfig /opt/ncs/zephyr/drivers/usb/udc/Kconfig /opt/ncs/zephyr/drivers/usb/udc/Kconfig.dwc2 /opt/ncs/zephyr/drivers/usb/udc/Kconfig.kinetis /opt/ncs/zephyr/drivers/usb/udc/Kconfig.nrf /opt/ncs/zephyr/drivers/usb/udc/Kconfig.skeleton /opt/ncs/zephyr/drivers/usb/udc/Kconfig.stm32 /opt/ncs/zephyr/drivers/usb/udc/Kconfig.virtual /opt/ncs/zephyr/drivers/usb/uhc/Kconfig /opt/ncs/zephyr/drivers/usb/uhc/Kconfig.max3421e /opt/ncs/zephyr/drivers/usb/uhc/Kconfig.virtual /opt/ncs/zephyr/drivers/usb/uvb/Kconfig /opt/ncs/zephyr/drivers/usb_c/CMakeLists.txt /opt/ncs/zephyr/drivers/usb_c/Kconfig /opt/ncs/zephyr/drivers/usb_c/ppc/Kconfig /opt/ncs/zephyr/drivers/usb_c/ppc/Kconfig.nxp /opt/ncs/zephyr/drivers/usb_c/tcpc/Kconfig /opt/ncs/zephyr/drivers/usb_c/tcpc/Kconfig.tcpc_stm32 /opt/ncs/zephyr/drivers/usb_c/vbus/Kconfig /opt/ncs/zephyr/drivers/usb_c/vbus/Kconfig.usbc_vbus_adc /opt/ncs/zephyr/drivers/video/Kconfig /opt/ncs/zephyr/drivers/video/Kconfig.mcux_csi /opt/ncs/zephyr/drivers/video/Kconfig.mcux_mipi_csi2rx /opt/ncs/zephyr/drivers/video/Kconfig.mt9m114 /opt/ncs/zephyr/drivers/video/Kconfig.ov2640 /opt/ncs/zephyr/drivers/video/Kconfig.ov5640 /opt/ncs/zephyr/drivers/video/Kconfig.ov7725 /opt/ncs/zephyr/drivers/video/Kconfig.stm32_dcmi /opt/ncs/zephyr/drivers/video/Kconfig.sw_generator /opt/ncs/zephyr/drivers/virtualization/Kconfig /opt/ncs/zephyr/drivers/w1/Kconfig /opt/ncs/zephyr/drivers/w1/Kconfig.ds2477_85 /opt/ncs/zephyr/drivers/w1/Kconfig.ds2482-800 /opt/ncs/zephyr/drivers/w1/Kconfig.ds2484 /opt/ncs/zephyr/drivers/w1/Kconfig.ds2485 /opt/ncs/zephyr/drivers/w1/Kconfig.test /opt/ncs/zephyr/drivers/w1/Kconfig.zephyr_gpio /opt/ncs/zephyr/drivers/w1/Kconfig.zephyr_serial /opt/ncs/zephyr/drivers/watchdog/Kconfig /opt/ncs/zephyr/drivers/watchdog/Kconfig.ambiq /opt/ncs/zephyr/drivers/watchdog/Kconfig.andes_atcwdt200 /opt/ncs/zephyr/drivers/watchdog/Kconfig.cc13xx_cc26xx /opt/ncs/zephyr/drivers/watchdog/Kconfig.cc32xx /opt/ncs/zephyr/drivers/watchdog/Kconfig.cmsdk_apb /opt/ncs/zephyr/drivers/watchdog/Kconfig.dw /opt/ncs/zephyr/drivers/watchdog/Kconfig.ene /opt/ncs/zephyr/drivers/watchdog/Kconfig.esp32 /opt/ncs/zephyr/drivers/watchdog/Kconfig.gd32 /opt/ncs/zephyr/drivers/watchdog/Kconfig.gecko /opt/ncs/zephyr/drivers/watchdog/Kconfig.ifx_cat1 /opt/ncs/zephyr/drivers/watchdog/Kconfig.intel_adsp /opt/ncs/zephyr/drivers/watchdog/Kconfig.it8xxx2 /opt/ncs/zephyr/drivers/watchdog/Kconfig.mcux /opt/ncs/zephyr/drivers/watchdog/Kconfig.mcux_imx /opt/ncs/zephyr/drivers/watchdog/Kconfig.npcx /opt/ncs/zephyr/drivers/watchdog/Kconfig.npm1300 /opt/ncs/zephyr/drivers/watchdog/Kconfig.npm6001 /opt/ncs/zephyr/drivers/watchdog/Kconfig.nrfx /opt/ncs/zephyr/drivers/watchdog/Kconfig.numaker /opt/ncs/zephyr/drivers/watchdog/Kconfig.nxp_fs26 /opt/ncs/zephyr/drivers/watchdog/Kconfig.nxp_s32 /opt/ncs/zephyr/drivers/watchdog/Kconfig.opentitan /opt/ncs/zephyr/drivers/watchdog/Kconfig.rpi_pico /opt/ncs/zephyr/drivers/watchdog/Kconfig.sam /opt/ncs/zephyr/drivers/watchdog/Kconfig.sam0 /opt/ncs/zephyr/drivers/watchdog/Kconfig.shell /opt/ncs/zephyr/drivers/watchdog/Kconfig.sifive /opt/ncs/zephyr/drivers/watchdog/Kconfig.smartbond /opt/ncs/zephyr/drivers/watchdog/Kconfig.stm32 /opt/ncs/zephyr/drivers/watchdog/Kconfig.tco /opt/ncs/zephyr/drivers/watchdog/Kconfig.ti_tps382x /opt/ncs/zephyr/drivers/watchdog/Kconfig.xec /opt/ncs/zephyr/drivers/watchdog/Kconfig.xlnx /opt/ncs/zephyr/drivers/watchdog/Kconfig.xmc4xxx /opt/ncs/zephyr/drivers/wifi/Kconfig /opt/ncs/zephyr/drivers/wifi/esp32/Kconfig.esp32 /opt/ncs/zephyr/drivers/wifi/esp_at/Kconfig.esp_at /opt/ncs/zephyr/drivers/wifi/eswifi/Kconfig.eswifi /opt/ncs/zephyr/drivers/wifi/infineon/Kconfig.airoc /opt/ncs/zephyr/drivers/wifi/simplelink/Kconfig.simplelink /opt/ncs/zephyr/drivers/wifi/winc1500/Kconfig.winc1500 /opt/ncs/zephyr/drivers/xen/Kconfig /opt/ncs/zephyr/dts/Kconfig /opt/ncs/zephyr/dts/arm/armv7-m.dtsi /opt/ncs/zephyr/dts/arm/nordic/nrf52833.dtsi /opt/ncs/zephyr/dts/arm/nordic/nrf52833_qiaa.dtsi /opt/ncs/zephyr/dts/arm/nordic/override.dtsi /opt/ncs/zephyr/dts/common/freq.h /opt/ncs/zephyr/dts/common/mem.h /opt/ncs/zephyr/dts/common/nordic/nrf_common.dtsi /opt/ncs/zephyr/dts/common/skeleton.dtsi /opt/ncs/zephyr/include/zephyr/arch/common/app_data_alignment.ld /opt/ncs/zephyr/include/zephyr/dt-bindings/adc/adc.h /opt/ncs/zephyr/include/zephyr/dt-bindings/adc/nrf-adc.h /opt/ncs/zephyr/include/zephyr/dt-bindings/dt-util.h /opt/ncs/zephyr/include/zephyr/dt-bindings/gpio/gpio.h /opt/ncs/zephyr/include/zephyr/dt-bindings/i2c/i2c.h /opt/ncs/zephyr/include/zephyr/dt-bindings/input/input-event-codes.h /opt/ncs/zephyr/include/zephyr/dt-bindings/pinctrl/nrf-pinctrl.h /opt/ncs/zephyr/include/zephyr/dt-bindings/pwm/pwm.h /opt/ncs/zephyr/include/zephyr/linker/app_smem.ld /opt/ncs/zephyr/include/zephyr/linker/app_smem_aligned.ld /opt/ncs/zephyr/include/zephyr/linker/app_smem_unaligned.ld /opt/ncs/zephyr/include/zephyr/sys/util_internal.h /opt/ncs/zephyr/include/zephyr/sys/util_internal_is_eq.h /opt/ncs/zephyr/include/zephyr/sys/util_internal_util_dec.h /opt/ncs/zephyr/include/zephyr/sys/util_internal_util_inc.h /opt/ncs/zephyr/include/zephyr/sys/util_internal_util_x2.h /opt/ncs/zephyr/include/zephyr/sys/util_listify.h /opt/ncs/zephyr/include/zephyr/sys/util_loops.h /opt/ncs/zephyr/include/zephyr/sys/util_macro.h /opt/ncs/zephyr/kernel/CMakeLists.txt /opt/ncs/zephyr/kernel/Kconfig /opt/ncs/zephyr/kernel/Kconfig.device /opt/ncs/zephyr/kernel/Kconfig.mem_domain /opt/ncs/zephyr/kernel/Kconfig.obj_core /opt/ncs/zephyr/kernel/Kconfig.smp /opt/ncs/zephyr/kernel/Kconfig.vm /opt/ncs/zephyr/lib/CMakeLists.txt /opt/ncs/zephyr/lib/Kconfig /opt/ncs/zephyr/lib/acpi/Kconfig /opt/ncs/zephyr/lib/cpp/Kconfig /opt/ncs/zephyr/lib/cpp/Kconfig.deprecated /opt/ncs/zephyr/lib/crc/CMakeLists.txt /opt/ncs/zephyr/lib/crc/Kconfig /opt/ncs/zephyr/lib/hash/CMakeLists.txt /opt/ncs/zephyr/lib/hash/Kconfig /opt/ncs/zephyr/lib/hash/Kconfig.hash_func /opt/ncs/zephyr/lib/hash/Kconfig.hash_map /opt/ncs/zephyr/lib/heap/CMakeLists.txt /opt/ncs/zephyr/lib/heap/Kconfig /opt/ncs/zephyr/lib/libc/CMakeLists.txt /opt/ncs/zephyr/lib/libc/Kconfig /opt/ncs/zephyr/lib/libc/common/CMakeLists.txt /opt/ncs/zephyr/lib/libc/common/Kconfig /opt/ncs/zephyr/lib/libc/minimal/Kconfig /opt/ncs/zephyr/lib/libc/newlib/CMakeLists.txt /opt/ncs/zephyr/lib/libc/newlib/Kconfig /opt/ncs/zephyr/lib/libc/picolibc/Kconfig /opt/ncs/zephyr/lib/mem_blocks/CMakeLists.txt /opt/ncs/zephyr/lib/mem_blocks/Kconfig /opt/ncs/zephyr/lib/open-amp/Kconfig /opt/ncs/zephyr/lib/os/CMakeLists.txt /opt/ncs/zephyr/lib/os/Kconfig /opt/ncs/zephyr/lib/os/Kconfig.cbprintf /opt/ncs/zephyr/lib/posix/CMakeLists.txt /opt/ncs/zephyr/lib/posix/Kconfig /opt/ncs/zephyr/lib/posix/options/CMakeLists.txt /opt/ncs/zephyr/lib/posix/options/Kconfig /opt/ncs/zephyr/lib/posix/options/Kconfig.aio /opt/ncs/zephyr/lib/posix/options/Kconfig.barrier /opt/ncs/zephyr/lib/posix/options/Kconfig.clock /opt/ncs/zephyr/lib/posix/options/Kconfig.cond /opt/ncs/zephyr/lib/posix/options/Kconfig.confstr /opt/ncs/zephyr/lib/posix/options/Kconfig.env /opt/ncs/zephyr/lib/posix/options/Kconfig.eventfd /opt/ncs/zephyr/lib/posix/options/Kconfig.fdtable /opt/ncs/zephyr/lib/posix/options/Kconfig.fnmatch /opt/ncs/zephyr/lib/posix/options/Kconfig.fs /opt/ncs/zephyr/lib/posix/options/Kconfig.getentropy /opt/ncs/zephyr/lib/posix/options/Kconfig.getopt /opt/ncs/zephyr/lib/posix/options/Kconfig.key /opt/ncs/zephyr/lib/posix/options/Kconfig.mqueue /opt/ncs/zephyr/lib/posix/options/Kconfig.mutex /opt/ncs/zephyr/lib/posix/options/Kconfig.net /opt/ncs/zephyr/lib/posix/options/Kconfig.pthread /opt/ncs/zephyr/lib/posix/options/Kconfig.rwlock /opt/ncs/zephyr/lib/posix/options/Kconfig.sched /opt/ncs/zephyr/lib/posix/options/Kconfig.semaphore /opt/ncs/zephyr/lib/posix/options/Kconfig.signal /opt/ncs/zephyr/lib/posix/options/Kconfig.spinlock /opt/ncs/zephyr/lib/posix/options/Kconfig.stropts /opt/ncs/zephyr/lib/posix/options/Kconfig.sysconf /opt/ncs/zephyr/lib/posix/options/Kconfig.syslog /opt/ncs/zephyr/lib/posix/options/Kconfig.template.pooled_ipc_type /opt/ncs/zephyr/lib/posix/options/Kconfig.template.pooled_type /opt/ncs/zephyr/lib/posix/options/Kconfig.template.with_logging /opt/ncs/zephyr/lib/posix/options/Kconfig.template.with_url /opt/ncs/zephyr/lib/posix/options/Kconfig.timer /opt/ncs/zephyr/lib/posix/options/Kconfig.uname /opt/ncs/zephyr/lib/posix/options/getopt/Kconfig /opt/ncs/zephyr/lib/posix/shell/Kconfig /opt/ncs/zephyr/lib/posix/shell/Kconfig.env /opt/ncs/zephyr/lib/posix/shell/Kconfig.uname /opt/ncs/zephyr/lib/runtime/Kconfig /opt/ncs/zephyr/lib/smf/Kconfig /opt/ncs/zephyr/lib/utils/CMakeLists.txt /opt/ncs/zephyr/lib/utils/Kconfig /opt/ncs/zephyr/misc/empty_file.c /opt/ncs/zephyr/misc/generated/CMakeLists.txt /opt/ncs/zephyr/misc/generated/configs.c.in /opt/ncs/zephyr/modules/Kconfig /opt/ncs/zephyr/modules/Kconfig.altera /opt/ncs/zephyr/modules/Kconfig.atmel /opt/ncs/zephyr/modules/Kconfig.chre /opt/ncs/zephyr/modules/Kconfig.cypress /opt/ncs/zephyr/modules/Kconfig.eos_s3 /opt/ncs/zephyr/modules/Kconfig.esp32 /opt/ncs/zephyr/modules/Kconfig.imx /opt/ncs/zephyr/modules/Kconfig.infineon /opt/ncs/zephyr/modules/Kconfig.intel /opt/ncs/zephyr/modules/Kconfig.libmetal /opt/ncs/zephyr/modules/Kconfig.mcuboot /opt/ncs/zephyr/modules/Kconfig.mcux /opt/ncs/zephyr/modules/Kconfig.microchip /opt/ncs/zephyr/modules/Kconfig.nuvoton /opt/ncs/zephyr/modules/Kconfig.nxp_s32 /opt/ncs/zephyr/modules/Kconfig.open-amp /opt/ncs/zephyr/modules/Kconfig.picolibc /opt/ncs/zephyr/modules/Kconfig.silabs /opt/ncs/zephyr/modules/Kconfig.simplelink /opt/ncs/zephyr/modules/Kconfig.sof /opt/ncs/zephyr/modules/Kconfig.stm32 /opt/ncs/zephyr/modules/Kconfig.syst /opt/ncs/zephyr/modules/Kconfig.telink /opt/ncs/zephyr/modules/Kconfig.tinycrypt /opt/ncs/zephyr/modules/Kconfig.vega /opt/ncs/zephyr/modules/Kconfig.wurthelektronik /opt/ncs/zephyr/modules/Kconfig.xtensa /opt/ncs/zephyr/modules/acpica/Kconfig /opt/ncs/zephyr/modules/canopennode/CMakeLists.txt /opt/ncs/zephyr/modules/canopennode/Kconfig /opt/ncs/zephyr/modules/cmsis-dsp/CMakeLists.txt /opt/ncs/zephyr/modules/cmsis-dsp/Kconfig /opt/ncs/zephyr/modules/cmsis-nn/CMakeLists.txt /opt/ncs/zephyr/modules/cmsis-nn/Kconfig /opt/ncs/zephyr/modules/cmsis/CMakeLists.txt /opt/ncs/zephyr/modules/cmsis/Kconfig /opt/ncs/zephyr/modules/fatfs/CMakeLists.txt /opt/ncs/zephyr/modules/fatfs/Kconfig /opt/ncs/zephyr/modules/hal_ambiq/Kconfig /opt/ncs/zephyr/modules/hal_ethos_u/Kconfig /opt/ncs/zephyr/modules/hal_gigadevice/Kconfig /opt/ncs/zephyr/modules/hal_infineon/Kconfig /opt/ncs/zephyr/modules/hal_nordic/CMakeLists.txt /opt/ncs/zephyr/modules/hal_nordic/Kconfig /opt/ncs/zephyr/modules/hal_nordic/Kconfig.nrf_regtool /opt/ncs/zephyr/modules/hal_nordic/nrfs/Kconfig /opt/ncs/zephyr/modules/hal_nordic/nrfs/backends/Kconfig /opt/ncs/zephyr/modules/hal_nordic/nrfs/dvfs/Kconfig /opt/ncs/zephyr/modules/hal_nordic/nrfx/CMakeLists.txt /opt/ncs/zephyr/modules/hal_nordic/nrfx/Kconfig /opt/ncs/zephyr/modules/hal_nordic/nrfx/Kconfig.logging /opt/ncs/zephyr/modules/hal_nxp/Kconfig /opt/ncs/zephyr/modules/hal_rpi_pico/Kconfig /opt/ncs/zephyr/modules/hal_st/Kconfig /opt/ncs/zephyr/modules/hostap/Kconfig /opt/ncs/zephyr/modules/liblc3/CMakeLists.txt /opt/ncs/zephyr/modules/liblc3/Kconfig /opt/ncs/zephyr/modules/littlefs/CMakeLists.txt /opt/ncs/zephyr/modules/littlefs/Kconfig /opt/ncs/zephyr/modules/loramac-node/CMakeLists.txt /opt/ncs/zephyr/modules/loramac-node/Kconfig /opt/ncs/zephyr/modules/lvgl/CMakeLists.txt /opt/ncs/zephyr/modules/lvgl/Kconfig /opt/ncs/zephyr/modules/lvgl/Kconfig.input /opt/ncs/zephyr/modules/lvgl/Kconfig.memory /opt/ncs/zephyr/modules/lvgl/Kconfig.shell /opt/ncs/zephyr/modules/lz4/CMakeLists.txt /opt/ncs/zephyr/modules/lz4/Kconfig /opt/ncs/zephyr/modules/mbedtls/CMakeLists.txt /opt/ncs/zephyr/modules/mbedtls/Kconfig /opt/ncs/zephyr/modules/mbedtls/Kconfig.psa /opt/ncs/zephyr/modules/mbedtls/Kconfig.tls-generic /opt/ncs/zephyr/modules/modules.cmake /opt/ncs/zephyr/modules/nanopb/CMakeLists.txt /opt/ncs/zephyr/modules/nanopb/Kconfig /opt/ncs/zephyr/modules/openthread/CMakeLists.txt /opt/ncs/zephyr/modules/openthread/Kconfig /opt/ncs/zephyr/modules/openthread/Kconfig.features /opt/ncs/zephyr/modules/openthread/Kconfig.thread /opt/ncs/zephyr/modules/percepio/Kconfig /opt/ncs/zephyr/modules/segger/CMakeLists.txt /opt/ncs/zephyr/modules/segger/Kconfig /opt/ncs/zephyr/modules/tflite-micro/Kconfig /opt/ncs/zephyr/modules/thrift/Kconfig /opt/ncs/zephyr/modules/trusted-firmware-a/Kconfig /opt/ncs/zephyr/modules/trusted-firmware-m/CMakeLists.txt /opt/ncs/zephyr/modules/trusted-firmware-m/Kconfig /opt/ncs/zephyr/modules/trusted-firmware-m/Kconfig.tfm /opt/ncs/zephyr/modules/trusted-firmware-m/Kconfig.tfm.crypto_modules /opt/ncs/zephyr/modules/trusted-firmware-m/Kconfig.tfm.partitions /opt/ncs/zephyr/modules/uoscore-uedhoc/CMakeLists.txt /opt/ncs/zephyr/modules/uoscore-uedhoc/Kconfig /opt/ncs/zephyr/modules/zcbor/CMakeLists.txt /opt/ncs/zephyr/modules/zcbor/Kconfig /opt/ncs/zephyr/scripts/dts/gen_defines.py /opt/ncs/zephyr/scripts/dts/gen_driver_kconfig_dts.py /opt/ncs/zephyr/scripts/dts/gen_dts_cmake.py /opt/ncs/zephyr/scripts/snippets.py /opt/ncs/zephyr/share/zephyr-package/cmake/ZephyrConfig.cmake /opt/ncs/zephyr/share/zephyr-package/cmake/ZephyrConfigVersion.cmake /opt/ncs/zephyr/share/zephyr-package/cmake/zephyr_package_search.cmake /opt/ncs/zephyr/snippets/cdc-acm-console/snippet.yml /opt/ncs/zephyr/snippets/nordic-flpr-xip/snippet.yml /opt/ncs/zephyr/snippets/nordic-flpr/snippet.yml /opt/ncs/zephyr/snippets/nordic-ppr-xip/snippet.yml /opt/ncs/zephyr/snippets/nordic-ppr/snippet.yml /opt/ncs/zephyr/snippets/nus-console/snippet.yml /opt/ncs/zephyr/snippets/rtt-console/snippet.yml /opt/ncs/zephyr/snippets/xen_dom0/snippet.yml /opt/ncs/zephyr/soc/CMakeLists.txt /opt/ncs/zephyr/soc/Kconfig /opt/ncs/zephyr/soc/Kconfig.v2 /opt/ncs/zephyr/soc/altr/qemu_nios2/Kconfig /opt/ncs/zephyr/soc/altr/qemu_nios2/Kconfig.defconfig /opt/ncs/zephyr/soc/altr/qemu_nios2/Kconfig.soc /opt/ncs/zephyr/soc/altr/zephyr_nios2f/Kconfig /opt/ncs/zephyr/soc/altr/zephyr_nios2f/Kconfig.defconfig /opt/ncs/zephyr/soc/altr/zephyr_nios2f/Kconfig.soc /opt/ncs/zephyr/soc/ambiq/Kconfig /opt/ncs/zephyr/soc/ambiq/Kconfig.defconfig /opt/ncs/zephyr/soc/ambiq/Kconfig.soc /opt/ncs/zephyr/soc/ambiq/apollo3x/Kconfig /opt/ncs/zephyr/soc/ambiq/apollo3x/Kconfig.defconfig /opt/ncs/zephyr/soc/ambiq/apollo3x/Kconfig.defconfig.apollo3_blue /opt/ncs/zephyr/soc/ambiq/apollo3x/Kconfig.defconfig.apollo3p_blue /opt/ncs/zephyr/soc/ambiq/apollo3x/Kconfig.soc /opt/ncs/zephyr/soc/ambiq/apollo4x/Kconfig /opt/ncs/zephyr/soc/ambiq/apollo4x/Kconfig.defconfig /opt/ncs/zephyr/soc/ambiq/apollo4x/Kconfig.defconfig.apollo4p /opt/ncs/zephyr/soc/ambiq/apollo4x/Kconfig.defconfig.apollo4p_blue /opt/ncs/zephyr/soc/ambiq/apollo4x/Kconfig.soc /opt/ncs/zephyr/soc/andestech/Kconfig /opt/ncs/zephyr/soc/andestech/Kconfig.defconfig /opt/ncs/zephyr/soc/andestech/Kconfig.soc /opt/ncs/zephyr/soc/andestech/ae350/Kconfig /opt/ncs/zephyr/soc/andestech/ae350/Kconfig.defconfig /opt/ncs/zephyr/soc/andestech/ae350/Kconfig.defconfig.ae350 /opt/ncs/zephyr/soc/andestech/ae350/Kconfig.soc /opt/ncs/zephyr/soc/arm/Kconfig /opt/ncs/zephyr/soc/arm/Kconfig.defconfig /opt/ncs/zephyr/soc/arm/Kconfig.soc /opt/ncs/zephyr/soc/arm/beetle/Kconfig /opt/ncs/zephyr/soc/arm/beetle/Kconfig.defconfig /opt/ncs/zephyr/soc/arm/beetle/Kconfig.soc /opt/ncs/zephyr/soc/arm/designstart/Kconfig /opt/ncs/zephyr/soc/arm/designstart/Kconfig.soc /opt/ncs/zephyr/soc/arm/fvp_aemv8a/Kconfig /opt/ncs/zephyr/soc/arm/fvp_aemv8a/Kconfig.defconfig /opt/ncs/zephyr/soc/arm/fvp_aemv8a/Kconfig.soc /opt/ncs/zephyr/soc/arm/fvp_aemv8r/Kconfig /opt/ncs/zephyr/soc/arm/fvp_aemv8r/Kconfig.defconfig /opt/ncs/zephyr/soc/arm/fvp_aemv8r/Kconfig.soc /opt/ncs/zephyr/soc/arm/mps2/Kconfig /opt/ncs/zephyr/soc/arm/mps2/Kconfig.defconfig /opt/ncs/zephyr/soc/arm/mps2/Kconfig.defconfig.an385 /opt/ncs/zephyr/soc/arm/mps2/Kconfig.defconfig.an521 /opt/ncs/zephyr/soc/arm/mps2/Kconfig.soc /opt/ncs/zephyr/soc/arm/mps3/Kconfig /opt/ncs/zephyr/soc/arm/mps3/Kconfig.defconfig /opt/ncs/zephyr/soc/arm/mps3/Kconfig.defconfig.mps3_an547 /opt/ncs/zephyr/soc/arm/mps3/Kconfig.soc /opt/ncs/zephyr/soc/arm/musca/Kconfig /opt/ncs/zephyr/soc/arm/musca/Kconfig.defconfig /opt/ncs/zephyr/soc/arm/musca/Kconfig.soc /opt/ncs/zephyr/soc/arm/qemu_cortex_a53/Kconfig /opt/ncs/zephyr/soc/arm/qemu_cortex_a53/Kconfig.defconfig /opt/ncs/zephyr/soc/arm/qemu_cortex_a53/Kconfig.soc /opt/ncs/zephyr/soc/arm/qemu_virt_arm64/Kconfig /opt/ncs/zephyr/soc/arm/qemu_virt_arm64/Kconfig.defconfig /opt/ncs/zephyr/soc/arm/qemu_virt_arm64/Kconfig.soc /opt/ncs/zephyr/soc/aspeed/Kconfig /opt/ncs/zephyr/soc/aspeed/Kconfig.defconfig /opt/ncs/zephyr/soc/aspeed/Kconfig.soc /opt/ncs/zephyr/soc/aspeed/ast10x0/Kconfig /opt/ncs/zephyr/soc/aspeed/ast10x0/Kconfig.defconfig /opt/ncs/zephyr/soc/aspeed/ast10x0/Kconfig.defconfig.ast1030 /opt/ncs/zephyr/soc/aspeed/ast10x0/Kconfig.soc /opt/ncs/zephyr/soc/atmel/sam/Kconfig /opt/ncs/zephyr/soc/atmel/sam/Kconfig.defconfig /opt/ncs/zephyr/soc/atmel/sam/Kconfig.soc /opt/ncs/zephyr/soc/atmel/sam/common/Kconfig /opt/ncs/zephyr/soc/atmel/sam/sam3x/Kconfig /opt/ncs/zephyr/soc/atmel/sam/sam3x/Kconfig.defconfig /opt/ncs/zephyr/soc/atmel/sam/sam3x/Kconfig.soc /opt/ncs/zephyr/soc/atmel/sam/sam4e/Kconfig /opt/ncs/zephyr/soc/atmel/sam/sam4e/Kconfig.defconfig /opt/ncs/zephyr/soc/atmel/sam/sam4e/Kconfig.soc /opt/ncs/zephyr/soc/atmel/sam/sam4l/Kconfig /opt/ncs/zephyr/soc/atmel/sam/sam4l/Kconfig.defconfig /opt/ncs/zephyr/soc/atmel/sam/sam4l/Kconfig.soc /opt/ncs/zephyr/soc/atmel/sam/sam4s/Kconfig /opt/ncs/zephyr/soc/atmel/sam/sam4s/Kconfig.defconfig /opt/ncs/zephyr/soc/atmel/sam/sam4s/Kconfig.soc /opt/ncs/zephyr/soc/atmel/sam/same70/Kconfig /opt/ncs/zephyr/soc/atmel/sam/same70/Kconfig.defconfig /opt/ncs/zephyr/soc/atmel/sam/same70/Kconfig.soc /opt/ncs/zephyr/soc/atmel/sam/samv71/Kconfig /opt/ncs/zephyr/soc/atmel/sam/samv71/Kconfig.defconfig /opt/ncs/zephyr/soc/atmel/sam/samv71/Kconfig.soc /opt/ncs/zephyr/soc/atmel/sam0/Kconfig /opt/ncs/zephyr/soc/atmel/sam0/Kconfig.defconfig /opt/ncs/zephyr/soc/atmel/sam0/Kconfig.soc /opt/ncs/zephyr/soc/atmel/sam0/common/Kconfig.samd2x /opt/ncs/zephyr/soc/atmel/sam0/common/Kconfig.samd5x /opt/ncs/zephyr/soc/atmel/sam0/common/Kconfig.saml2x /opt/ncs/zephyr/soc/atmel/sam0/samc20/Kconfig /opt/ncs/zephyr/soc/atmel/sam0/samc20/Kconfig.defconfig /opt/ncs/zephyr/soc/atmel/sam0/samc20/Kconfig.soc /opt/ncs/zephyr/soc/atmel/sam0/samc21/Kconfig /opt/ncs/zephyr/soc/atmel/sam0/samc21/Kconfig.defconfig /opt/ncs/zephyr/soc/atmel/sam0/samc21/Kconfig.soc /opt/ncs/zephyr/soc/atmel/sam0/samd20/Kconfig /opt/ncs/zephyr/soc/atmel/sam0/samd20/Kconfig.defconfig /opt/ncs/zephyr/soc/atmel/sam0/samd20/Kconfig.soc /opt/ncs/zephyr/soc/atmel/sam0/samd21/Kconfig /opt/ncs/zephyr/soc/atmel/sam0/samd21/Kconfig.defconfig /opt/ncs/zephyr/soc/atmel/sam0/samd21/Kconfig.soc /opt/ncs/zephyr/soc/atmel/sam0/samd51/Kconfig /opt/ncs/zephyr/soc/atmel/sam0/samd51/Kconfig.defconfig /opt/ncs/zephyr/soc/atmel/sam0/samd51/Kconfig.soc /opt/ncs/zephyr/soc/atmel/sam0/same51/Kconfig /opt/ncs/zephyr/soc/atmel/sam0/same51/Kconfig.defconfig /opt/ncs/zephyr/soc/atmel/sam0/same51/Kconfig.soc /opt/ncs/zephyr/soc/atmel/sam0/same53/Kconfig /opt/ncs/zephyr/soc/atmel/sam0/same53/Kconfig.defconfig /opt/ncs/zephyr/soc/atmel/sam0/same53/Kconfig.soc /opt/ncs/zephyr/soc/atmel/sam0/same54/Kconfig /opt/ncs/zephyr/soc/atmel/sam0/same54/Kconfig.defconfig /opt/ncs/zephyr/soc/atmel/sam0/same54/Kconfig.soc /opt/ncs/zephyr/soc/atmel/sam0/saml21/Kconfig /opt/ncs/zephyr/soc/atmel/sam0/saml21/Kconfig.defconfig /opt/ncs/zephyr/soc/atmel/sam0/saml21/Kconfig.soc /opt/ncs/zephyr/soc/atmel/sam0/samr21/Kconfig /opt/ncs/zephyr/soc/atmel/sam0/samr21/Kconfig.defconfig /opt/ncs/zephyr/soc/atmel/sam0/samr21/Kconfig.soc /opt/ncs/zephyr/soc/atmel/sam0/samr34/Kconfig /opt/ncs/zephyr/soc/atmel/sam0/samr34/Kconfig.defconfig /opt/ncs/zephyr/soc/atmel/sam0/samr34/Kconfig.soc /opt/ncs/zephyr/soc/atmel/sam0/samr35/Kconfig /opt/ncs/zephyr/soc/atmel/sam0/samr35/Kconfig.defconfig /opt/ncs/zephyr/soc/atmel/sam0/samr35/Kconfig.soc /opt/ncs/zephyr/soc/brcm/bcm2711/Kconfig /opt/ncs/zephyr/soc/brcm/bcm2711/Kconfig.defconfig /opt/ncs/zephyr/soc/brcm/bcm2711/Kconfig.soc /opt/ncs/zephyr/soc/brcm/bcm2712/Kconfig /opt/ncs/zephyr/soc/brcm/bcm2712/Kconfig.defconfig /opt/ncs/zephyr/soc/brcm/bcm2712/Kconfig.soc /opt/ncs/zephyr/soc/brcm/bcmvk/Kconfig /opt/ncs/zephyr/soc/brcm/bcmvk/Kconfig.defconfig /opt/ncs/zephyr/soc/brcm/bcmvk/Kconfig.soc /opt/ncs/zephyr/soc/brcm/bcmvk/valkyrie/Kconfig /opt/ncs/zephyr/soc/brcm/bcmvk/valkyrie/Kconfig.defconfig /opt/ncs/zephyr/soc/brcm/bcmvk/valkyrie/Kconfig.soc /opt/ncs/zephyr/soc/brcm/bcmvk/viper/Kconfig /opt/ncs/zephyr/soc/brcm/bcmvk/viper/Kconfig.defconfig /opt/ncs/zephyr/soc/brcm/bcmvk/viper/Kconfig.defconfig.viper_bcm58402_a72 /opt/ncs/zephyr/soc/brcm/bcmvk/viper/Kconfig.defconfig.viper_bcm58402_m7 /opt/ncs/zephyr/soc/brcm/bcmvk/viper/Kconfig.soc /opt/ncs/zephyr/soc/cdns/dc233c/Kconfig /opt/ncs/zephyr/soc/cdns/dc233c/Kconfig.defconfig /opt/ncs/zephyr/soc/cdns/dc233c/Kconfig.soc /opt/ncs/zephyr/soc/cdns/xtensa_sample_controller/Kconfig /opt/ncs/zephyr/soc/cdns/xtensa_sample_controller/Kconfig.soc /opt/ncs/zephyr/soc/common/CMakeLists.txt /opt/ncs/zephyr/soc/common/Kconfig /opt/ncs/zephyr/soc/common/riscv-privileged/Kconfig /opt/ncs/zephyr/soc/efinix/sapphire/Kconfig /opt/ncs/zephyr/soc/efinix/sapphire/Kconfig.defconfig /opt/ncs/zephyr/soc/efinix/sapphire/Kconfig.soc /opt/ncs/zephyr/soc/ene/kb1200/Kconfig /opt/ncs/zephyr/soc/ene/kb1200/Kconfig.defconfig /opt/ncs/zephyr/soc/ene/kb1200/Kconfig.soc /opt/ncs/zephyr/soc/espressif/Kconfig /opt/ncs/zephyr/soc/espressif/Kconfig.defconfig /opt/ncs/zephyr/soc/espressif/Kconfig.soc /opt/ncs/zephyr/soc/espressif/common/Kconfig /opt/ncs/zephyr/soc/espressif/common/Kconfig.defconfig /opt/ncs/zephyr/soc/espressif/common/Kconfig.esptool /opt/ncs/zephyr/soc/espressif/common/Kconfig.flash /opt/ncs/zephyr/soc/espressif/common/Kconfig.spiram /opt/ncs/zephyr/soc/espressif/esp32/Kconfig /opt/ncs/zephyr/soc/espressif/esp32/Kconfig.defconfig /opt/ncs/zephyr/soc/espressif/esp32/Kconfig.mac /opt/ncs/zephyr/soc/espressif/esp32/Kconfig.rtc /opt/ncs/zephyr/soc/espressif/esp32/Kconfig.soc /opt/ncs/zephyr/soc/espressif/esp32c3/Kconfig /opt/ncs/zephyr/soc/espressif/esp32c3/Kconfig.defconfig /opt/ncs/zephyr/soc/espressif/esp32c3/Kconfig.mac /opt/ncs/zephyr/soc/espressif/esp32c3/Kconfig.rtc /opt/ncs/zephyr/soc/espressif/esp32c3/Kconfig.soc /opt/ncs/zephyr/soc/espressif/esp32s2/Kconfig /opt/ncs/zephyr/soc/espressif/esp32s2/Kconfig.defconfig /opt/ncs/zephyr/soc/espressif/esp32s2/Kconfig.mac /opt/ncs/zephyr/soc/espressif/esp32s2/Kconfig.rtc /opt/ncs/zephyr/soc/espressif/esp32s2/Kconfig.soc /opt/ncs/zephyr/soc/espressif/esp32s3/Kconfig /opt/ncs/zephyr/soc/espressif/esp32s3/Kconfig.defconfig /opt/ncs/zephyr/soc/espressif/esp32s3/Kconfig.mac /opt/ncs/zephyr/soc/espressif/esp32s3/Kconfig.rtc /opt/ncs/zephyr/soc/espressif/esp32s3/Kconfig.soc /opt/ncs/zephyr/soc/gaisler/Kconfig /opt/ncs/zephyr/soc/gaisler/Kconfig.soc /opt/ncs/zephyr/soc/gaisler/gr716a/Kconfig /opt/ncs/zephyr/soc/gaisler/gr716a/Kconfig.defconfig /opt/ncs/zephyr/soc/gaisler/gr716a/Kconfig.soc /opt/ncs/zephyr/soc/gaisler/leon3/Kconfig /opt/ncs/zephyr/soc/gaisler/leon3/Kconfig.defconfig /opt/ncs/zephyr/soc/gaisler/leon3/Kconfig.soc /opt/ncs/zephyr/soc/gd/gd32/Kconfig /opt/ncs/zephyr/soc/gd/gd32/Kconfig.defconfig /opt/ncs/zephyr/soc/gd/gd32/Kconfig.soc /opt/ncs/zephyr/soc/gd/gd32/gd32a50x/Kconfig /opt/ncs/zephyr/soc/gd/gd32/gd32a50x/Kconfig.defconfig.gd32a503 /opt/ncs/zephyr/soc/gd/gd32/gd32a50x/Kconfig.defconfig.series /opt/ncs/zephyr/soc/gd/gd32/gd32a50x/Kconfig.soc /opt/ncs/zephyr/soc/gd/gd32/gd32e10x/Kconfig /opt/ncs/zephyr/soc/gd/gd32/gd32e10x/Kconfig.defconfig.gd32e103 /opt/ncs/zephyr/soc/gd/gd32/gd32e10x/Kconfig.defconfig.series /opt/ncs/zephyr/soc/gd/gd32/gd32e10x/Kconfig.soc /opt/ncs/zephyr/soc/gd/gd32/gd32e50x/Kconfig /opt/ncs/zephyr/soc/gd/gd32/gd32e50x/Kconfig.defconfig.gd32e507 /opt/ncs/zephyr/soc/gd/gd32/gd32e50x/Kconfig.defconfig.series /opt/ncs/zephyr/soc/gd/gd32/gd32e50x/Kconfig.soc /opt/ncs/zephyr/soc/gd/gd32/gd32f3x0/Kconfig /opt/ncs/zephyr/soc/gd/gd32/gd32f3x0/Kconfig.defconfig.gd32f350 /opt/ncs/zephyr/soc/gd/gd32/gd32f3x0/Kconfig.defconfig.series /opt/ncs/zephyr/soc/gd/gd32/gd32f3x0/Kconfig.soc /opt/ncs/zephyr/soc/gd/gd32/gd32f403/Kconfig /opt/ncs/zephyr/soc/gd/gd32/gd32f403/Kconfig.defconfig.gd32f403 /opt/ncs/zephyr/soc/gd/gd32/gd32f403/Kconfig.defconfig.series /opt/ncs/zephyr/soc/gd/gd32/gd32f403/Kconfig.soc /opt/ncs/zephyr/soc/gd/gd32/gd32f4xx/Kconfig /opt/ncs/zephyr/soc/gd/gd32/gd32f4xx/Kconfig.defconfig.gd32f405 /opt/ncs/zephyr/soc/gd/gd32/gd32f4xx/Kconfig.defconfig.gd32f407 /opt/ncs/zephyr/soc/gd/gd32/gd32f4xx/Kconfig.defconfig.gd32f450 /opt/ncs/zephyr/soc/gd/gd32/gd32f4xx/Kconfig.defconfig.gd32f470 /opt/ncs/zephyr/soc/gd/gd32/gd32f4xx/Kconfig.defconfig.series /opt/ncs/zephyr/soc/gd/gd32/gd32f4xx/Kconfig.soc /opt/ncs/zephyr/soc/gd/gd32/gd32l23x/Kconfig /opt/ncs/zephyr/soc/gd/gd32/gd32l23x/Kconfig.defconfig.gd32l233 /opt/ncs/zephyr/soc/gd/gd32/gd32l23x/Kconfig.defconfig.series /opt/ncs/zephyr/soc/gd/gd32/gd32l23x/Kconfig.soc /opt/ncs/zephyr/soc/gd/gd32/gd32vf103/Kconfig /opt/ncs/zephyr/soc/gd/gd32/gd32vf103/Kconfig.defconfig.gd32vf103 /opt/ncs/zephyr/soc/gd/gd32/gd32vf103/Kconfig.defconfig.series /opt/ncs/zephyr/soc/gd/gd32/gd32vf103/Kconfig.soc /opt/ncs/zephyr/soc/infineon/cat1a/Kconfig /opt/ncs/zephyr/soc/infineon/cat1a/Kconfig.defconfig /opt/ncs/zephyr/soc/infineon/cat1a/Kconfig.soc /opt/ncs/zephyr/soc/infineon/cat1a/psoc6_01/Kconfig.defconfig /opt/ncs/zephyr/soc/infineon/cat1a/psoc6_01/Kconfig.soc /opt/ncs/zephyr/soc/infineon/cat1a/psoc6_02/Kconfig.defconfig /opt/ncs/zephyr/soc/infineon/cat1a/psoc6_02/Kconfig.soc /opt/ncs/zephyr/soc/infineon/cat1a/psoc6_03/Kconfig.defconfig /opt/ncs/zephyr/soc/infineon/cat1a/psoc6_03/Kconfig.soc /opt/ncs/zephyr/soc/infineon/cat1a/psoc6_04/Kconfig.defconfig /opt/ncs/zephyr/soc/infineon/cat1a/psoc6_04/Kconfig.soc /opt/ncs/zephyr/soc/infineon/cat1a/psoc6_legacy/Kconfig.defconfig /opt/ncs/zephyr/soc/infineon/cat1a/psoc6_legacy/Kconfig.soc /opt/ncs/zephyr/soc/infineon/cat3/Kconfig /opt/ncs/zephyr/soc/infineon/cat3/Kconfig.defconfig /opt/ncs/zephyr/soc/infineon/cat3/Kconfig.soc /opt/ncs/zephyr/soc/infineon/cat3/xmc4xxx/Kconfig /opt/ncs/zephyr/soc/infineon/cat3/xmc4xxx/Kconfig.defconfig /opt/ncs/zephyr/soc/infineon/cat3/xmc4xxx/Kconfig.defconfig.xmc4500 /opt/ncs/zephyr/soc/infineon/cat3/xmc4xxx/Kconfig.defconfig.xmc4700 /opt/ncs/zephyr/soc/infineon/cat3/xmc4xxx/Kconfig.soc /opt/ncs/zephyr/soc/intel/alder_lake/Kconfig /opt/ncs/zephyr/soc/intel/alder_lake/Kconfig.defconfig /opt/ncs/zephyr/soc/intel/alder_lake/Kconfig.soc /opt/ncs/zephyr/soc/intel/apollo_lake/Kconfig /opt/ncs/zephyr/soc/intel/apollo_lake/Kconfig.defconfig /opt/ncs/zephyr/soc/intel/apollo_lake/Kconfig.soc /opt/ncs/zephyr/soc/intel/atom/Kconfig /opt/ncs/zephyr/soc/intel/atom/Kconfig.defconfig /opt/ncs/zephyr/soc/intel/atom/Kconfig.soc /opt/ncs/zephyr/soc/intel/elkhart_lake/Kconfig /opt/ncs/zephyr/soc/intel/elkhart_lake/Kconfig.defconfig /opt/ncs/zephyr/soc/intel/elkhart_lake/Kconfig.soc /opt/ncs/zephyr/soc/intel/intel_adsp/Kconfig /opt/ncs/zephyr/soc/intel/intel_adsp/Kconfig.defconfig /opt/ncs/zephyr/soc/intel/intel_adsp/Kconfig.soc /opt/ncs/zephyr/soc/intel/intel_adsp/ace/Kconfig /opt/ncs/zephyr/soc/intel/intel_adsp/ace/Kconfig.defconfig.ace15_mtpm /opt/ncs/zephyr/soc/intel/intel_adsp/ace/Kconfig.defconfig.ace20_lnl /opt/ncs/zephyr/soc/intel/intel_adsp/ace/Kconfig.defconfig.series /opt/ncs/zephyr/soc/intel/intel_adsp/ace/Kconfig.soc /opt/ncs/zephyr/soc/intel/intel_adsp/cavs/Kconfig /opt/ncs/zephyr/soc/intel/intel_adsp/cavs/Kconfig.defconfig.cavs_v25 /opt/ncs/zephyr/soc/intel/intel_adsp/cavs/Kconfig.defconfig.series /opt/ncs/zephyr/soc/intel/intel_adsp/cavs/Kconfig.soc /opt/ncs/zephyr/soc/intel/intel_ish/Kconfig /opt/ncs/zephyr/soc/intel/intel_ish/Kconfig.defconfig /opt/ncs/zephyr/soc/intel/intel_ish/Kconfig.soc /opt/ncs/zephyr/soc/intel/intel_ish/intel_ish5/Kconfig.defconfig.series /opt/ncs/zephyr/soc/intel/intel_ish/intel_ish5/Kconfig.soc /opt/ncs/zephyr/soc/intel/intel_ish/intel_ish5/pm/Kconfig.pm /opt/ncs/zephyr/soc/intel/intel_niosv/Kconfig /opt/ncs/zephyr/soc/intel/intel_niosv/Kconfig.defconfig /opt/ncs/zephyr/soc/intel/intel_niosv/Kconfig.soc /opt/ncs/zephyr/soc/intel/intel_niosv/niosv/Kconfig /opt/ncs/zephyr/soc/intel/intel_niosv/niosv/Kconfig.defconfig.series /opt/ncs/zephyr/soc/intel/intel_niosv/niosv/Kconfig.soc /opt/ncs/zephyr/soc/intel/intel_socfpga/Kconfig /opt/ncs/zephyr/soc/intel/intel_socfpga/Kconfig.defconfig /opt/ncs/zephyr/soc/intel/intel_socfpga/Kconfig.soc /opt/ncs/zephyr/soc/intel/intel_socfpga/agilex/Kconfig /opt/ncs/zephyr/soc/intel/intel_socfpga/agilex/Kconfig.defconfig.agilex /opt/ncs/zephyr/soc/intel/intel_socfpga/agilex/Kconfig.defconfig.series /opt/ncs/zephyr/soc/intel/intel_socfpga/agilex/Kconfig.soc /opt/ncs/zephyr/soc/intel/intel_socfpga/agilex5/Kconfig /opt/ncs/zephyr/soc/intel/intel_socfpga/agilex5/Kconfig.defconfig.agilex5 /opt/ncs/zephyr/soc/intel/intel_socfpga/agilex5/Kconfig.defconfig.series /opt/ncs/zephyr/soc/intel/intel_socfpga/agilex5/Kconfig.soc /opt/ncs/zephyr/soc/intel/intel_socfpga_std/Kconfig /opt/ncs/zephyr/soc/intel/intel_socfpga_std/Kconfig.defconfig /opt/ncs/zephyr/soc/intel/intel_socfpga_std/Kconfig.soc /opt/ncs/zephyr/soc/intel/intel_socfpga_std/cyclonev/Kconfig /opt/ncs/zephyr/soc/intel/intel_socfpga_std/cyclonev/Kconfig.defconfig.cyclonev /opt/ncs/zephyr/soc/intel/intel_socfpga_std/cyclonev/Kconfig.defconfig.series /opt/ncs/zephyr/soc/intel/intel_socfpga_std/cyclonev/Kconfig.soc /opt/ncs/zephyr/soc/intel/lakemont/Kconfig /opt/ncs/zephyr/soc/intel/lakemont/Kconfig.defconfig /opt/ncs/zephyr/soc/intel/lakemont/Kconfig.soc /opt/ncs/zephyr/soc/intel/raptor_lake/Kconfig /opt/ncs/zephyr/soc/intel/raptor_lake/Kconfig.defconfig /opt/ncs/zephyr/soc/intel/raptor_lake/Kconfig.soc /opt/ncs/zephyr/soc/ite/ec/Kconfig /opt/ncs/zephyr/soc/ite/ec/Kconfig.defconfig /opt/ncs/zephyr/soc/ite/ec/Kconfig.soc /opt/ncs/zephyr/soc/ite/ec/it8xxx2/Kconfig /opt/ncs/zephyr/soc/ite/ec/it8xxx2/Kconfig.defconfig.it81202bx /opt/ncs/zephyr/soc/ite/ec/it8xxx2/Kconfig.defconfig.it81202cx /opt/ncs/zephyr/soc/ite/ec/it8xxx2/Kconfig.defconfig.it81202dx /opt/ncs/zephyr/soc/ite/ec/it8xxx2/Kconfig.defconfig.it81302bx /opt/ncs/zephyr/soc/ite/ec/it8xxx2/Kconfig.defconfig.it81302cx /opt/ncs/zephyr/soc/ite/ec/it8xxx2/Kconfig.defconfig.it81302dx /opt/ncs/zephyr/soc/ite/ec/it8xxx2/Kconfig.defconfig.it82002aw /opt/ncs/zephyr/soc/ite/ec/it8xxx2/Kconfig.defconfig.it82002bw /opt/ncs/zephyr/soc/ite/ec/it8xxx2/Kconfig.defconfig.it82202ax /opt/ncs/zephyr/soc/ite/ec/it8xxx2/Kconfig.defconfig.it82202bw /opt/ncs/zephyr/soc/ite/ec/it8xxx2/Kconfig.defconfig.it82302ax /opt/ncs/zephyr/soc/ite/ec/it8xxx2/Kconfig.defconfig.it82302bw /opt/ncs/zephyr/soc/ite/ec/it8xxx2/Kconfig.defconfig.series /opt/ncs/zephyr/soc/ite/ec/it8xxx2/Kconfig.soc /opt/ncs/zephyr/soc/litex/litex_vexriscv/Kconfig /opt/ncs/zephyr/soc/litex/litex_vexriscv/Kconfig.defconfig /opt/ncs/zephyr/soc/litex/litex_vexriscv/Kconfig.soc /opt/ncs/zephyr/soc/lowrisc/opentitan/Kconfig /opt/ncs/zephyr/soc/lowrisc/opentitan/Kconfig.defconfig /opt/ncs/zephyr/soc/lowrisc/opentitan/Kconfig.soc /opt/ncs/zephyr/soc/microchip/mec/Kconfig /opt/ncs/zephyr/soc/microchip/mec/Kconfig.defconfig /opt/ncs/zephyr/soc/microchip/mec/Kconfig.soc /opt/ncs/zephyr/soc/microchip/mec/mec15xx/Kconfig /opt/ncs/zephyr/soc/microchip/mec/mec15xx/Kconfig.defconfig.mec1501hsz /opt/ncs/zephyr/soc/microchip/mec/mec15xx/Kconfig.defconfig.series /opt/ncs/zephyr/soc/microchip/mec/mec15xx/Kconfig.soc /opt/ncs/zephyr/soc/microchip/mec/mec172x/Kconfig /opt/ncs/zephyr/soc/microchip/mec/mec172x/Kconfig.defconfig.mec172xnlj /opt/ncs/zephyr/soc/microchip/mec/mec172x/Kconfig.defconfig.mec172xnsz /opt/ncs/zephyr/soc/microchip/mec/mec172x/Kconfig.defconfig.series /opt/ncs/zephyr/soc/microchip/mec/mec172x/Kconfig.soc /opt/ncs/zephyr/soc/microchip/mec/mec174x/Kconfig /opt/ncs/zephyr/soc/microchip/mec/mec174x/Kconfig.defconfig.mec1743qlj /opt/ncs/zephyr/soc/microchip/mec/mec174x/Kconfig.defconfig.mec1743qsz /opt/ncs/zephyr/soc/microchip/mec/mec174x/Kconfig.defconfig.series /opt/ncs/zephyr/soc/microchip/mec/mec174x/Kconfig.soc /opt/ncs/zephyr/soc/microchip/mec/mec175x/Kconfig /opt/ncs/zephyr/soc/microchip/mec/mec175x/Kconfig.defconfig.mec1753qlj /opt/ncs/zephyr/soc/microchip/mec/mec175x/Kconfig.defconfig.mec1753qsz /opt/ncs/zephyr/soc/microchip/mec/mec175x/Kconfig.defconfig.series /opt/ncs/zephyr/soc/microchip/mec/mec175x/Kconfig.soc /opt/ncs/zephyr/soc/microchip/mec/mech172x/Kconfig /opt/ncs/zephyr/soc/microchip/mec/mech172x/Kconfig.defconfig.mech1723nlj /opt/ncs/zephyr/soc/microchip/mec/mech172x/Kconfig.defconfig.mech1723nsz /opt/ncs/zephyr/soc/microchip/mec/mech172x/Kconfig.defconfig.series /opt/ncs/zephyr/soc/microchip/mec/mech172x/Kconfig.soc /opt/ncs/zephyr/soc/microchip/miv/Kconfig /opt/ncs/zephyr/soc/microchip/miv/Kconfig.defconfig /opt/ncs/zephyr/soc/microchip/miv/Kconfig.soc /opt/ncs/zephyr/soc/microchip/miv/miv/Kconfig /opt/ncs/zephyr/soc/microchip/miv/miv/Kconfig.defconfig /opt/ncs/zephyr/soc/microchip/miv/miv/Kconfig.soc /opt/ncs/zephyr/soc/microchip/miv/polarfire/Kconfig /opt/ncs/zephyr/soc/microchip/miv/polarfire/Kconfig.defconfig /opt/ncs/zephyr/soc/microchip/miv/polarfire/Kconfig.soc /opt/ncs/zephyr/soc/native/inf_clock/Kconfig /opt/ncs/zephyr/soc/native/inf_clock/Kconfig.soc /opt/ncs/zephyr/soc/neorv32/Kconfig /opt/ncs/zephyr/soc/neorv32/Kconfig.defconfig /opt/ncs/zephyr/soc/neorv32/Kconfig.soc /opt/ncs/zephyr/soc/nordic/CMakeLists.txt /opt/ncs/zephyr/soc/nordic/Kconfig /opt/ncs/zephyr/soc/nordic/Kconfig.defconfig /opt/ncs/zephyr/soc/nordic/Kconfig.soc /opt/ncs/zephyr/soc/nordic/common/CMakeLists.txt /opt/ncs/zephyr/soc/nordic/common/Kconfig /opt/ncs/zephyr/soc/nordic/common/Kconfig.defconfig /opt/ncs/zephyr/soc/nordic/common/Kconfig.peripherals /opt/ncs/zephyr/soc/nordic/common/vpr/Kconfig /opt/ncs/zephyr/soc/nordic/common/vpr/Kconfig.defconfig /opt/ncs/zephyr/soc/nordic/nrf51/Kconfig /opt/ncs/zephyr/soc/nordic/nrf51/Kconfig.defconfig /opt/ncs/zephyr/soc/nordic/nrf51/Kconfig.soc /opt/ncs/zephyr/soc/nordic/nrf52/CMakeLists.txt /opt/ncs/zephyr/soc/nordic/nrf52/Kconfig /opt/ncs/zephyr/soc/nordic/nrf52/Kconfig.defconfig /opt/ncs/zephyr/soc/nordic/nrf52/Kconfig.defconfig.nrf52805_CAAA /opt/ncs/zephyr/soc/nordic/nrf52/Kconfig.defconfig.nrf52810_QFAA /opt/ncs/zephyr/soc/nordic/nrf52/Kconfig.defconfig.nrf52811_QFAA /opt/ncs/zephyr/soc/nordic/nrf52/Kconfig.defconfig.nrf52820_QDAA /opt/ncs/zephyr/soc/nordic/nrf52/Kconfig.defconfig.nrf52832_CIAA /opt/ncs/zephyr/soc/nordic/nrf52/Kconfig.defconfig.nrf52832_QFAA /opt/ncs/zephyr/soc/nordic/nrf52/Kconfig.defconfig.nrf52832_QFAB /opt/ncs/zephyr/soc/nordic/nrf52/Kconfig.defconfig.nrf52833_QDAA /opt/ncs/zephyr/soc/nordic/nrf52/Kconfig.defconfig.nrf52833_QIAA /opt/ncs/zephyr/soc/nordic/nrf52/Kconfig.defconfig.nrf52840_QFAA /opt/ncs/zephyr/soc/nordic/nrf52/Kconfig.defconfig.nrf52840_QIAA /opt/ncs/zephyr/soc/nordic/nrf52/Kconfig.soc /opt/ncs/zephyr/soc/nordic/nrf53/Kconfig /opt/ncs/zephyr/soc/nordic/nrf53/Kconfig.defconfig /opt/ncs/zephyr/soc/nordic/nrf53/Kconfig.defconfig.nrf5340_CPUAPP_QKAA /opt/ncs/zephyr/soc/nordic/nrf53/Kconfig.defconfig.nrf5340_CPUNET_QKAA /opt/ncs/zephyr/soc/nordic/nrf53/Kconfig.soc /opt/ncs/zephyr/soc/nordic/nrf53/Kconfig.sync_rtc /opt/ncs/zephyr/soc/nordic/nrf53/Kconfig.sync_rtc_ipm /opt/ncs/zephyr/soc/nordic/nrf54h/Kconfig /opt/ncs/zephyr/soc/nordic/nrf54h/Kconfig.defconfig /opt/ncs/zephyr/soc/nordic/nrf54h/Kconfig.defconfig.nrf54h20_cpuapp /opt/ncs/zephyr/soc/nordic/nrf54h/Kconfig.defconfig.nrf54h20_cpuppr /opt/ncs/zephyr/soc/nordic/nrf54h/Kconfig.defconfig.nrf54h20_cpurad /opt/ncs/zephyr/soc/nordic/nrf54h/Kconfig.soc /opt/ncs/zephyr/soc/nordic/nrf54l/Kconfig /opt/ncs/zephyr/soc/nordic/nrf54l/Kconfig.defconfig /opt/ncs/zephyr/soc/nordic/nrf54l/Kconfig.defconfig.nrf54l15_enga_cpuapp /opt/ncs/zephyr/soc/nordic/nrf54l/Kconfig.defconfig.nrf54l15_enga_cpuflpr /opt/ncs/zephyr/soc/nordic/nrf54l/Kconfig.soc /opt/ncs/zephyr/soc/nordic/nrf91/Kconfig /opt/ncs/zephyr/soc/nordic/nrf91/Kconfig.defconfig /opt/ncs/zephyr/soc/nordic/nrf91/Kconfig.defconfig.nrf9131_LACA /opt/ncs/zephyr/soc/nordic/nrf91/Kconfig.defconfig.nrf9151_LACA /opt/ncs/zephyr/soc/nordic/nrf91/Kconfig.defconfig.nrf9160_SICA /opt/ncs/zephyr/soc/nordic/nrf91/Kconfig.defconfig.nrf9161_LACA /opt/ncs/zephyr/soc/nordic/nrf91/Kconfig.soc /opt/ncs/zephyr/soc/nordic/soc.yml /opt/ncs/zephyr/soc/nuvoton/npcx/Kconfig /opt/ncs/zephyr/soc/nuvoton/npcx/Kconfig.defconfig /opt/ncs/zephyr/soc/nuvoton/npcx/Kconfig.soc /opt/ncs/zephyr/soc/nuvoton/npcx/npcx4/Kconfig /opt/ncs/zephyr/soc/nuvoton/npcx/npcx4/Kconfig.defconfig /opt/ncs/zephyr/soc/nuvoton/npcx/npcx4/Kconfig.soc /opt/ncs/zephyr/soc/nuvoton/npcx/npcx7/Kconfig /opt/ncs/zephyr/soc/nuvoton/npcx/npcx7/Kconfig.defconfig /opt/ncs/zephyr/soc/nuvoton/npcx/npcx7/Kconfig.soc /opt/ncs/zephyr/soc/nuvoton/npcx/npcx9/Kconfig /opt/ncs/zephyr/soc/nuvoton/npcx/npcx9/Kconfig.defconfig /opt/ncs/zephyr/soc/nuvoton/npcx/npcx9/Kconfig.soc /opt/ncs/zephyr/soc/nuvoton/numaker/Kconfig /opt/ncs/zephyr/soc/nuvoton/numaker/Kconfig.defconfig /opt/ncs/zephyr/soc/nuvoton/numaker/Kconfig.soc /opt/ncs/zephyr/soc/nuvoton/numaker/m2l31x/Kconfig /opt/ncs/zephyr/soc/nuvoton/numaker/m2l31x/Kconfig.defconfig /opt/ncs/zephyr/soc/nuvoton/numaker/m2l31x/Kconfig.defconfig.m2l31xxx /opt/ncs/zephyr/soc/nuvoton/numaker/m2l31x/Kconfig.soc /opt/ncs/zephyr/soc/nuvoton/numaker/m46x/Kconfig /opt/ncs/zephyr/soc/nuvoton/numaker/m46x/Kconfig.defconfig /opt/ncs/zephyr/soc/nuvoton/numaker/m46x/Kconfig.defconfig.m467 /opt/ncs/zephyr/soc/nuvoton/numaker/m46x/Kconfig.soc /opt/ncs/zephyr/soc/nuvoton/numicro/Kconfig /opt/ncs/zephyr/soc/nuvoton/numicro/Kconfig.defconfig /opt/ncs/zephyr/soc/nuvoton/numicro/Kconfig.soc /opt/ncs/zephyr/soc/nuvoton/numicro/m48x/Kconfig /opt/ncs/zephyr/soc/nuvoton/numicro/m48x/Kconfig.defconfig /opt/ncs/zephyr/soc/nuvoton/numicro/m48x/Kconfig.defconfig.m487 /opt/ncs/zephyr/soc/nuvoton/numicro/m48x/Kconfig.soc /opt/ncs/zephyr/soc/nxp/imx/Kconfig /opt/ncs/zephyr/soc/nxp/imx/Kconfig.defconfig /opt/ncs/zephyr/soc/nxp/imx/Kconfig.soc /opt/ncs/zephyr/soc/nxp/imx/imx6sx/Kconfig /opt/ncs/zephyr/soc/nxp/imx/imx6sx/Kconfig.defconfig /opt/ncs/zephyr/soc/nxp/imx/imx6sx/Kconfig.defconfig.mcimx6x_m4 /opt/ncs/zephyr/soc/nxp/imx/imx6sx/Kconfig.soc /opt/ncs/zephyr/soc/nxp/imx/imx7d/Kconfig /opt/ncs/zephyr/soc/nxp/imx/imx7d/Kconfig.defconfig /opt/ncs/zephyr/soc/nxp/imx/imx7d/Kconfig.defconfig.mcimx7d_m4 /opt/ncs/zephyr/soc/nxp/imx/imx7d/Kconfig.soc /opt/ncs/zephyr/soc/nxp/imx/imx8/Kconfig /opt/ncs/zephyr/soc/nxp/imx/imx8/Kconfig.defconfig /opt/ncs/zephyr/soc/nxp/imx/imx8/Kconfig.soc /opt/ncs/zephyr/soc/nxp/imx/imx8m/Kconfig /opt/ncs/zephyr/soc/nxp/imx/imx8m/Kconfig.defconfig /opt/ncs/zephyr/soc/nxp/imx/imx8m/Kconfig.defconfig.mimx8ml8_a53 /opt/ncs/zephyr/soc/nxp/imx/imx8m/Kconfig.defconfig.mimx8ml8_adsp /opt/ncs/zephyr/soc/nxp/imx/imx8m/Kconfig.defconfig.mimx8ml8_m7 /opt/ncs/zephyr/soc/nxp/imx/imx8m/Kconfig.defconfig.mimx8mm6_a53 /opt/ncs/zephyr/soc/nxp/imx/imx8m/Kconfig.defconfig.mimx8mm6_m4 /opt/ncs/zephyr/soc/nxp/imx/imx8m/Kconfig.defconfig.mimx8mn6_a53 /opt/ncs/zephyr/soc/nxp/imx/imx8m/Kconfig.defconfig.mimx8mq6_m4 /opt/ncs/zephyr/soc/nxp/imx/imx8m/Kconfig.soc /opt/ncs/zephyr/soc/nxp/imx/imx8ulp/Kconfig /opt/ncs/zephyr/soc/nxp/imx/imx8ulp/Kconfig.defconfig /opt/ncs/zephyr/soc/nxp/imx/imx8ulp/Kconfig.soc /opt/ncs/zephyr/soc/nxp/imx/imx8x/Kconfig /opt/ncs/zephyr/soc/nxp/imx/imx8x/Kconfig.defconfig /opt/ncs/zephyr/soc/nxp/imx/imx8x/Kconfig.soc /opt/ncs/zephyr/soc/nxp/imx/imx9/Kconfig /opt/ncs/zephyr/soc/nxp/imx/imx9/Kconfig.defconfig /opt/ncs/zephyr/soc/nxp/imx/imx9/Kconfig.defconfig.mimx93.a55 /opt/ncs/zephyr/soc/nxp/imx/imx9/Kconfig.soc /opt/ncs/zephyr/soc/nxp/imxrt/Kconfig /opt/ncs/zephyr/soc/nxp/imxrt/Kconfig.defconfig /opt/ncs/zephyr/soc/nxp/imxrt/Kconfig.soc /opt/ncs/zephyr/soc/nxp/imxrt/imxrt10xx/Kconfig /opt/ncs/zephyr/soc/nxp/imxrt/imxrt10xx/Kconfig.defconfig /opt/ncs/zephyr/soc/nxp/imxrt/imxrt10xx/Kconfig.soc /opt/ncs/zephyr/soc/nxp/imxrt/imxrt11xx/Kconfig /opt/ncs/zephyr/soc/nxp/imxrt/imxrt11xx/Kconfig.defconfig /opt/ncs/zephyr/soc/nxp/imxrt/imxrt11xx/Kconfig.soc /opt/ncs/zephyr/soc/nxp/imxrt/imxrt5xx/Kconfig /opt/ncs/zephyr/soc/nxp/imxrt/imxrt5xx/Kconfig.defconfig /opt/ncs/zephyr/soc/nxp/imxrt/imxrt5xx/Kconfig.soc /opt/ncs/zephyr/soc/nxp/imxrt/imxrt6xx/Kconfig /opt/ncs/zephyr/soc/nxp/imxrt/imxrt6xx/Kconfig.defconfig /opt/ncs/zephyr/soc/nxp/imxrt/imxrt6xx/Kconfig.soc /opt/ncs/zephyr/soc/nxp/kinetis/Kconfig /opt/ncs/zephyr/soc/nxp/kinetis/Kconfig.defconfig /opt/ncs/zephyr/soc/nxp/kinetis/Kconfig.soc /opt/ncs/zephyr/soc/nxp/kinetis/k2x/Kconfig /opt/ncs/zephyr/soc/nxp/kinetis/k2x/Kconfig.defconfig /opt/ncs/zephyr/soc/nxp/kinetis/k2x/Kconfig.soc /opt/ncs/zephyr/soc/nxp/kinetis/k6x/Kconfig /opt/ncs/zephyr/soc/nxp/kinetis/k6x/Kconfig.defconfig /opt/ncs/zephyr/soc/nxp/kinetis/k6x/Kconfig.soc /opt/ncs/zephyr/soc/nxp/kinetis/k8x/Kconfig /opt/ncs/zephyr/soc/nxp/kinetis/k8x/Kconfig.defconfig /opt/ncs/zephyr/soc/nxp/kinetis/k8x/Kconfig.soc /opt/ncs/zephyr/soc/nxp/kinetis/ke1xf/Kconfig /opt/ncs/zephyr/soc/nxp/kinetis/ke1xf/Kconfig.defconfig /opt/ncs/zephyr/soc/nxp/kinetis/ke1xf/Kconfig.soc /opt/ncs/zephyr/soc/nxp/kinetis/ke1xz/Kconfig /opt/ncs/zephyr/soc/nxp/kinetis/ke1xz/Kconfig.defconfig /opt/ncs/zephyr/soc/nxp/kinetis/ke1xz/Kconfig.soc /opt/ncs/zephyr/soc/nxp/kinetis/kl2x/Kconfig /opt/ncs/zephyr/soc/nxp/kinetis/kl2x/Kconfig.defconfig /opt/ncs/zephyr/soc/nxp/kinetis/kl2x/Kconfig.soc /opt/ncs/zephyr/soc/nxp/kinetis/kv5x/Kconfig /opt/ncs/zephyr/soc/nxp/kinetis/kv5x/Kconfig.defconfig /opt/ncs/zephyr/soc/nxp/kinetis/kv5x/Kconfig.soc /opt/ncs/zephyr/soc/nxp/kinetis/kwx/Kconfig /opt/ncs/zephyr/soc/nxp/kinetis/kwx/Kconfig.defconfig /opt/ncs/zephyr/soc/nxp/kinetis/kwx/Kconfig.soc /opt/ncs/zephyr/soc/nxp/layerscape/Kconfig /opt/ncs/zephyr/soc/nxp/layerscape/Kconfig.defconfig /opt/ncs/zephyr/soc/nxp/layerscape/Kconfig.soc /opt/ncs/zephyr/soc/nxp/layerscape/ls1046a/Kconfig /opt/ncs/zephyr/soc/nxp/layerscape/ls1046a/Kconfig.defconfig /opt/ncs/zephyr/soc/nxp/layerscape/ls1046a/Kconfig.soc /opt/ncs/zephyr/soc/nxp/lpc/Kconfig /opt/ncs/zephyr/soc/nxp/lpc/Kconfig.defconfig /opt/ncs/zephyr/soc/nxp/lpc/Kconfig.soc /opt/ncs/zephyr/soc/nxp/lpc/lpc11u6x/Kconfig /opt/ncs/zephyr/soc/nxp/lpc/lpc11u6x/Kconfig.defconfig /opt/ncs/zephyr/soc/nxp/lpc/lpc11u6x/Kconfig.soc /opt/ncs/zephyr/soc/nxp/lpc/lpc51u68/Kconfig /opt/ncs/zephyr/soc/nxp/lpc/lpc51u68/Kconfig.defconfig /opt/ncs/zephyr/soc/nxp/lpc/lpc51u68/Kconfig.soc /opt/ncs/zephyr/soc/nxp/lpc/lpc54xxx/Kconfig /opt/ncs/zephyr/soc/nxp/lpc/lpc54xxx/Kconfig.defconfig /opt/ncs/zephyr/soc/nxp/lpc/lpc54xxx/Kconfig.soc /opt/ncs/zephyr/soc/nxp/lpc/lpc55xxx/Kconfig /opt/ncs/zephyr/soc/nxp/lpc/lpc55xxx/Kconfig.defconfig /opt/ncs/zephyr/soc/nxp/lpc/lpc55xxx/Kconfig.soc /opt/ncs/zephyr/soc/nxp/mcx/Kconfig /opt/ncs/zephyr/soc/nxp/mcx/Kconfig.defconfig /opt/ncs/zephyr/soc/nxp/mcx/Kconfig.soc /opt/ncs/zephyr/soc/nxp/mcx/mcxnx4x/Kconfig /opt/ncs/zephyr/soc/nxp/mcx/mcxnx4x/Kconfig.defconfig /opt/ncs/zephyr/soc/nxp/mcx/mcxnx4x/Kconfig.soc /opt/ncs/zephyr/soc/nxp/rw/Kconfig /opt/ncs/zephyr/soc/nxp/rw/Kconfig.defconfig /opt/ncs/zephyr/soc/nxp/rw/Kconfig.soc /opt/ncs/zephyr/soc/nxp/s32/Kconfig /opt/ncs/zephyr/soc/nxp/s32/Kconfig.defconfig /opt/ncs/zephyr/soc/nxp/s32/Kconfig.soc /opt/ncs/zephyr/soc/nxp/s32/s32k1/Kconfig /opt/ncs/zephyr/soc/nxp/s32/s32k1/Kconfig.defconfig /opt/ncs/zephyr/soc/nxp/s32/s32k1/Kconfig.soc /opt/ncs/zephyr/soc/nxp/s32/s32k3/Kconfig /opt/ncs/zephyr/soc/nxp/s32/s32k3/Kconfig.defconfig /opt/ncs/zephyr/soc/nxp/s32/s32k3/Kconfig.soc /opt/ncs/zephyr/soc/nxp/s32/s32ze/Kconfig /opt/ncs/zephyr/soc/nxp/s32/s32ze/Kconfig.defconfig /opt/ncs/zephyr/soc/nxp/s32/s32ze/Kconfig.soc /opt/ncs/zephyr/soc/openisa/rv32m1/Kconfig /opt/ncs/zephyr/soc/openisa/rv32m1/Kconfig.defconfig /opt/ncs/zephyr/soc/openisa/rv32m1/Kconfig.soc /opt/ncs/zephyr/soc/qemu/malta/Kconfig /opt/ncs/zephyr/soc/qemu/malta/Kconfig.defconfig /opt/ncs/zephyr/soc/qemu/malta/Kconfig.soc /opt/ncs/zephyr/soc/qemu/virt_riscv/Kconfig /opt/ncs/zephyr/soc/qemu/virt_riscv/Kconfig.defconfig /opt/ncs/zephyr/soc/qemu/virt_riscv/Kconfig.soc /opt/ncs/zephyr/soc/qemu/virt_riscv/qemu_virt_riscv32/Kconfig /opt/ncs/zephyr/soc/qemu/virt_riscv/qemu_virt_riscv32/Kconfig.soc /opt/ncs/zephyr/soc/qemu/virt_riscv/qemu_virt_riscv32e/Kconfig /opt/ncs/zephyr/soc/qemu/virt_riscv/qemu_virt_riscv32e/Kconfig.soc /opt/ncs/zephyr/soc/qemu/virt_riscv/qemu_virt_riscv64/Kconfig /opt/ncs/zephyr/soc/qemu/virt_riscv/qemu_virt_riscv64/Kconfig.soc /opt/ncs/zephyr/soc/quicklogic/eos_s3/Kconfig /opt/ncs/zephyr/soc/quicklogic/eos_s3/Kconfig.defconfig /opt/ncs/zephyr/soc/quicklogic/eos_s3/Kconfig.soc /opt/ncs/zephyr/soc/raspberrypi/Kconfig /opt/ncs/zephyr/soc/raspberrypi/Kconfig.defconfig /opt/ncs/zephyr/soc/raspberrypi/Kconfig.soc /opt/ncs/zephyr/soc/raspberrypi/rp2xxx/Kconfig /opt/ncs/zephyr/soc/raspberrypi/rp2xxx/Kconfig.defconfig /opt/ncs/zephyr/soc/raspberrypi/rp2xxx/Kconfig.defconfig.rp2040 /opt/ncs/zephyr/soc/raspberrypi/rp2xxx/Kconfig.soc /opt/ncs/zephyr/soc/renesas/ra/Kconfig /opt/ncs/zephyr/soc/renesas/ra/Kconfig.defconfig /opt/ncs/zephyr/soc/renesas/ra/Kconfig.soc /opt/ncs/zephyr/soc/renesas/ra/ra4m1/Kconfig /opt/ncs/zephyr/soc/renesas/ra/ra4m1/Kconfig.defconfig /opt/ncs/zephyr/soc/renesas/ra/ra4m1/Kconfig.soc /opt/ncs/zephyr/soc/renesas/rcar/Kconfig /opt/ncs/zephyr/soc/renesas/rcar/Kconfig.defconfig /opt/ncs/zephyr/soc/renesas/rcar/Kconfig.soc /opt/ncs/zephyr/soc/renesas/rcar/rcar_gen3/Kconfig /opt/ncs/zephyr/soc/renesas/rcar/rcar_gen3/Kconfig.defconfig /opt/ncs/zephyr/soc/renesas/rcar/rcar_gen3/Kconfig.soc /opt/ncs/zephyr/soc/renesas/rcar/rcar_gen4/Kconfig /opt/ncs/zephyr/soc/renesas/rcar/rcar_gen4/Kconfig.defconfig /opt/ncs/zephyr/soc/renesas/rcar/rcar_gen4/Kconfig.defconfig.r8a779f0 /opt/ncs/zephyr/soc/renesas/rcar/rcar_gen4/Kconfig.soc /opt/ncs/zephyr/soc/renesas/rzt2m/Kconfig /opt/ncs/zephyr/soc/renesas/rzt2m/Kconfig.defconfig /opt/ncs/zephyr/soc/renesas/rzt2m/Kconfig.soc /opt/ncs/zephyr/soc/renesas/smartbond/Kconfig /opt/ncs/zephyr/soc/renesas/smartbond/Kconfig.defconfig /opt/ncs/zephyr/soc/renesas/smartbond/Kconfig.soc /opt/ncs/zephyr/soc/renesas/smartbond/da1469x/Kconfig /opt/ncs/zephyr/soc/renesas/smartbond/da1469x/Kconfig.defconfig /opt/ncs/zephyr/soc/renesas/smartbond/da1469x/Kconfig.soc /opt/ncs/zephyr/soc/renode/riscv_virtual/Kconfig /opt/ncs/zephyr/soc/renode/riscv_virtual/Kconfig.defconfig /opt/ncs/zephyr/soc/renode/riscv_virtual/Kconfig.soc /opt/ncs/zephyr/soc/rockchip/Kconfig /opt/ncs/zephyr/soc/rockchip/Kconfig.defconfig /opt/ncs/zephyr/soc/rockchip/Kconfig.soc /opt/ncs/zephyr/soc/rockchip/rk3399/Kconfig /opt/ncs/zephyr/soc/rockchip/rk3399/Kconfig.defconfig /opt/ncs/zephyr/soc/rockchip/rk3399/Kconfig.defconfig.rk3399 /opt/ncs/zephyr/soc/rockchip/rk3399/Kconfig.soc /opt/ncs/zephyr/soc/rockchip/rk3568/Kconfig /opt/ncs/zephyr/soc/rockchip/rk3568/Kconfig.defconfig /opt/ncs/zephyr/soc/rockchip/rk3568/Kconfig.defconfig.rk3568 /opt/ncs/zephyr/soc/rockchip/rk3568/Kconfig.soc /opt/ncs/zephyr/soc/sifive/sifive_freedom/Kconfig /opt/ncs/zephyr/soc/sifive/sifive_freedom/Kconfig.defconfig /opt/ncs/zephyr/soc/sifive/sifive_freedom/Kconfig.soc /opt/ncs/zephyr/soc/sifive/sifive_freedom/fe300/Kconfig /opt/ncs/zephyr/soc/sifive/sifive_freedom/fe300/Kconfig.defconfig /opt/ncs/zephyr/soc/sifive/sifive_freedom/fe300/Kconfig.soc /opt/ncs/zephyr/soc/sifive/sifive_freedom/fu500/Kconfig /opt/ncs/zephyr/soc/sifive/sifive_freedom/fu500/Kconfig.defconfig /opt/ncs/zephyr/soc/sifive/sifive_freedom/fu500/Kconfig.soc /opt/ncs/zephyr/soc/sifive/sifive_freedom/fu700/Kconfig /opt/ncs/zephyr/soc/sifive/sifive_freedom/fu700/Kconfig.defconfig /opt/ncs/zephyr/soc/sifive/sifive_freedom/fu700/Kconfig.soc /opt/ncs/zephyr/soc/silabs/Kconfig /opt/ncs/zephyr/soc/silabs/Kconfig.defconfig /opt/ncs/zephyr/soc/silabs/Kconfig.soc /opt/ncs/zephyr/soc/silabs/silabs_s0/Kconfig.soc /opt/ncs/zephyr/soc/silabs/silabs_s0/efm32hg/Kconfig /opt/ncs/zephyr/soc/silabs/silabs_s0/efm32hg/Kconfig.defconfig /opt/ncs/zephyr/soc/silabs/silabs_s0/efm32hg/Kconfig.soc /opt/ncs/zephyr/soc/silabs/silabs_s0/efm32wg/Kconfig /opt/ncs/zephyr/soc/silabs/silabs_s0/efm32wg/Kconfig.defconfig /opt/ncs/zephyr/soc/silabs/silabs_s0/efm32wg/Kconfig.soc /opt/ncs/zephyr/soc/silabs/silabs_s1/Kconfig.soc /opt/ncs/zephyr/soc/silabs/silabs_s1/efm32gg11b/Kconfig /opt/ncs/zephyr/soc/silabs/silabs_s1/efm32gg11b/Kconfig.defconfig /opt/ncs/zephyr/soc/silabs/silabs_s1/efm32gg11b/Kconfig.soc /opt/ncs/zephyr/soc/silabs/silabs_s1/efm32gg12b/Kconfig /opt/ncs/zephyr/soc/silabs/silabs_s1/efm32gg12b/Kconfig.defconfig /opt/ncs/zephyr/soc/silabs/silabs_s1/efm32gg12b/Kconfig.soc /opt/ncs/zephyr/soc/silabs/silabs_s1/efm32jg12b/Kconfig /opt/ncs/zephyr/soc/silabs/silabs_s1/efm32jg12b/Kconfig.defconfig /opt/ncs/zephyr/soc/silabs/silabs_s1/efm32jg12b/Kconfig.soc /opt/ncs/zephyr/soc/silabs/silabs_s1/efm32pg12b/Kconfig /opt/ncs/zephyr/soc/silabs/silabs_s1/efm32pg12b/Kconfig.defconfig /opt/ncs/zephyr/soc/silabs/silabs_s1/efm32pg12b/Kconfig.soc /opt/ncs/zephyr/soc/silabs/silabs_s1/efm32pg1b/Kconfig /opt/ncs/zephyr/soc/silabs/silabs_s1/efm32pg1b/Kconfig.defconfig /opt/ncs/zephyr/soc/silabs/silabs_s1/efm32pg1b/Kconfig.soc /opt/ncs/zephyr/soc/silabs/silabs_s1/efr32bg13p/Kconfig /opt/ncs/zephyr/soc/silabs/silabs_s1/efr32bg13p/Kconfig.defconfig /opt/ncs/zephyr/soc/silabs/silabs_s1/efr32bg13p/Kconfig.soc /opt/ncs/zephyr/soc/silabs/silabs_s1/efr32fg13p/Kconfig /opt/ncs/zephyr/soc/silabs/silabs_s1/efr32fg13p/Kconfig.defconfig /opt/ncs/zephyr/soc/silabs/silabs_s1/efr32fg13p/Kconfig.soc /opt/ncs/zephyr/soc/silabs/silabs_s1/efr32fg1p/Kconfig /opt/ncs/zephyr/soc/silabs/silabs_s1/efr32fg1p/Kconfig.defconfig /opt/ncs/zephyr/soc/silabs/silabs_s1/efr32fg1p/Kconfig.soc /opt/ncs/zephyr/soc/silabs/silabs_s1/efr32mg12p/Kconfig /opt/ncs/zephyr/soc/silabs/silabs_s1/efr32mg12p/Kconfig.defconfig /opt/ncs/zephyr/soc/silabs/silabs_s1/efr32mg12p/Kconfig.soc /opt/ncs/zephyr/soc/silabs/silabs_s2/Kconfig.soc /opt/ncs/zephyr/soc/silabs/silabs_s2/efr32bg22/Kconfig /opt/ncs/zephyr/soc/silabs/silabs_s2/efr32bg22/Kconfig.defconfig /opt/ncs/zephyr/soc/silabs/silabs_s2/efr32bg22/Kconfig.soc /opt/ncs/zephyr/soc/silabs/silabs_s2/efr32bg27/Kconfig /opt/ncs/zephyr/soc/silabs/silabs_s2/efr32bg27/Kconfig.defconfig /opt/ncs/zephyr/soc/silabs/silabs_s2/efr32bg27/Kconfig.soc /opt/ncs/zephyr/soc/silabs/silabs_s2/efr32mg21/Kconfig /opt/ncs/zephyr/soc/silabs/silabs_s2/efr32mg21/Kconfig.defconfig /opt/ncs/zephyr/soc/silabs/silabs_s2/efr32mg21/Kconfig.soc /opt/ncs/zephyr/soc/silabs/silabs_s2/efr32mg24/Kconfig /opt/ncs/zephyr/soc/silabs/silabs_s2/efr32mg24/Kconfig.defconfig /opt/ncs/zephyr/soc/silabs/silabs_s2/efr32mg24/Kconfig.soc /opt/ncs/zephyr/soc/snps/arc_iot/Kconfig /opt/ncs/zephyr/soc/snps/arc_iot/Kconfig.defconfig /opt/ncs/zephyr/soc/snps/arc_iot/Kconfig.soc /opt/ncs/zephyr/soc/snps/emsdp/Kconfig /opt/ncs/zephyr/soc/snps/emsdp/Kconfig.defconfig /opt/ncs/zephyr/soc/snps/emsdp/Kconfig.defconfig.em11d /opt/ncs/zephyr/soc/snps/emsdp/Kconfig.defconfig.em4 /opt/ncs/zephyr/soc/snps/emsdp/Kconfig.defconfig.em5d /opt/ncs/zephyr/soc/snps/emsdp/Kconfig.defconfig.em6 /opt/ncs/zephyr/soc/snps/emsdp/Kconfig.defconfig.em7d /opt/ncs/zephyr/soc/snps/emsdp/Kconfig.defconfig.em7d_esp /opt/ncs/zephyr/soc/snps/emsdp/Kconfig.defconfig.em9d /opt/ncs/zephyr/soc/snps/emsdp/Kconfig.soc /opt/ncs/zephyr/soc/snps/emsk/Kconfig /opt/ncs/zephyr/soc/snps/emsk/Kconfig.defconfig /opt/ncs/zephyr/soc/snps/emsk/Kconfig.defconfig.em11d /opt/ncs/zephyr/soc/snps/emsk/Kconfig.defconfig.em7d /opt/ncs/zephyr/soc/snps/emsk/Kconfig.defconfig.em9d /opt/ncs/zephyr/soc/snps/emsk/Kconfig.soc /opt/ncs/zephyr/soc/snps/hsdk/Kconfig /opt/ncs/zephyr/soc/snps/hsdk/Kconfig.defconfig /opt/ncs/zephyr/soc/snps/hsdk/Kconfig.soc /opt/ncs/zephyr/soc/snps/hsdk4xd/Kconfig /opt/ncs/zephyr/soc/snps/hsdk4xd/Kconfig.defconfig /opt/ncs/zephyr/soc/snps/hsdk4xd/Kconfig.soc /opt/ncs/zephyr/soc/snps/nsim/Kconfig /opt/ncs/zephyr/soc/snps/nsim/Kconfig.defconfig /opt/ncs/zephyr/soc/snps/nsim/Kconfig.defconfig.em /opt/ncs/zephyr/soc/snps/nsim/Kconfig.defconfig.em11d /opt/ncs/zephyr/soc/snps/nsim/Kconfig.defconfig.em7d_v22 /opt/ncs/zephyr/soc/snps/nsim/Kconfig.defconfig.hs /opt/ncs/zephyr/soc/snps/nsim/Kconfig.defconfig.hs5x /opt/ncs/zephyr/soc/snps/nsim/Kconfig.defconfig.hs5x_smp /opt/ncs/zephyr/soc/snps/nsim/Kconfig.defconfig.hs6x /opt/ncs/zephyr/soc/snps/nsim/Kconfig.defconfig.hs6x_smp /opt/ncs/zephyr/soc/snps/nsim/Kconfig.defconfig.hs_mpuv6 /opt/ncs/zephyr/soc/snps/nsim/Kconfig.defconfig.hs_smp /opt/ncs/zephyr/soc/snps/nsim/Kconfig.defconfig.sem /opt/ncs/zephyr/soc/snps/nsim/Kconfig.defconfig.vpx5 /opt/ncs/zephyr/soc/snps/nsim/Kconfig.soc /opt/ncs/zephyr/soc/snps/qemu_arc/Kconfig /opt/ncs/zephyr/soc/snps/qemu_arc/Kconfig.defconfig /opt/ncs/zephyr/soc/snps/qemu_arc/Kconfig.soc /opt/ncs/zephyr/soc/st/stm32/Kconfig /opt/ncs/zephyr/soc/st/stm32/Kconfig.defconfig /opt/ncs/zephyr/soc/st/stm32/Kconfig.soc /opt/ncs/zephyr/soc/st/stm32/stm32c0x/Kconfig /opt/ncs/zephyr/soc/st/stm32/stm32c0x/Kconfig.defconfig /opt/ncs/zephyr/soc/st/stm32/stm32c0x/Kconfig.defconfig.stm32c011xx /opt/ncs/zephyr/soc/st/stm32/stm32c0x/Kconfig.defconfig.stm32c031xx /opt/ncs/zephyr/soc/st/stm32/stm32c0x/Kconfig.soc /opt/ncs/zephyr/soc/st/stm32/stm32f0x/Kconfig /opt/ncs/zephyr/soc/st/stm32/stm32f0x/Kconfig.defconfig /opt/ncs/zephyr/soc/st/stm32/stm32f0x/Kconfig.defconfig.stm32f030x4 /opt/ncs/zephyr/soc/st/stm32/stm32f0x/Kconfig.defconfig.stm32f030x6 /opt/ncs/zephyr/soc/st/stm32/stm32f0x/Kconfig.defconfig.stm32f030x8 /opt/ncs/zephyr/soc/st/stm32/stm32f0x/Kconfig.defconfig.stm32f030xc /opt/ncs/zephyr/soc/st/stm32/stm32f0x/Kconfig.defconfig.stm32f031x6 /opt/ncs/zephyr/soc/st/stm32/stm32f0x/Kconfig.defconfig.stm32f042x6 /opt/ncs/zephyr/soc/st/stm32/stm32f0x/Kconfig.defconfig.stm32f051x8 /opt/ncs/zephyr/soc/st/stm32/stm32f0x/Kconfig.defconfig.stm32f070xb /opt/ncs/zephyr/soc/st/stm32/stm32f0x/Kconfig.defconfig.stm32f072xx /opt/ncs/zephyr/soc/st/stm32/stm32f0x/Kconfig.defconfig.stm32f091xc /opt/ncs/zephyr/soc/st/stm32/stm32f0x/Kconfig.defconfig.stm32f098xx /opt/ncs/zephyr/soc/st/stm32/stm32f0x/Kconfig.soc /opt/ncs/zephyr/soc/st/stm32/stm32f1x/Kconfig /opt/ncs/zephyr/soc/st/stm32/stm32f1x/Kconfig.defconfig /opt/ncs/zephyr/soc/st/stm32/stm32f1x/Kconfig.defconfig.stm32f100xx /opt/ncs/zephyr/soc/st/stm32/stm32f1x/Kconfig.defconfig.stm32f103xx /opt/ncs/zephyr/soc/st/stm32/stm32f1x/Kconfig.defconfig.stm32f105xx /opt/ncs/zephyr/soc/st/stm32/stm32f1x/Kconfig.defconfig.stm32f107xc /opt/ncs/zephyr/soc/st/stm32/stm32f1x/Kconfig.soc /opt/ncs/zephyr/soc/st/stm32/stm32f2x/Kconfig /opt/ncs/zephyr/soc/st/stm32/stm32f2x/Kconfig.defconfig /opt/ncs/zephyr/soc/st/stm32/stm32f2x/Kconfig.defconfig.stm32f205xx /opt/ncs/zephyr/soc/st/stm32/stm32f2x/Kconfig.defconfig.stm32f207xx /opt/ncs/zephyr/soc/st/stm32/stm32f2x/Kconfig.soc /opt/ncs/zephyr/soc/st/stm32/stm32f3x/Kconfig /opt/ncs/zephyr/soc/st/stm32/stm32f3x/Kconfig.defconfig /opt/ncs/zephyr/soc/st/stm32/stm32f3x/Kconfig.defconfig.stm32f302x8 /opt/ncs/zephyr/soc/st/stm32/stm32f3x/Kconfig.defconfig.stm32f302xc /opt/ncs/zephyr/soc/st/stm32/stm32f3x/Kconfig.defconfig.stm32f303x(b-c) /opt/ncs/zephyr/soc/st/stm32/stm32f3x/Kconfig.defconfig.stm32f303x8 /opt/ncs/zephyr/soc/st/stm32/stm32f3x/Kconfig.defconfig.stm32f303xe /opt/ncs/zephyr/soc/st/stm32/stm32f3x/Kconfig.defconfig.stm32f334x8 /opt/ncs/zephyr/soc/st/stm32/stm32f3x/Kconfig.defconfig.stm32f373xc /opt/ncs/zephyr/soc/st/stm32/stm32f3x/Kconfig.soc /opt/ncs/zephyr/soc/st/stm32/stm32f4x/Kconfig /opt/ncs/zephyr/soc/st/stm32/stm32f4x/Kconfig.defconfig /opt/ncs/zephyr/soc/st/stm32/stm32f4x/Kconfig.defconfig.stm32f401xc /opt/ncs/zephyr/soc/st/stm32/stm32f4x/Kconfig.defconfig.stm32f401xe /opt/ncs/zephyr/soc/st/stm32/stm32f4x/Kconfig.defconfig.stm32f405xx /opt/ncs/zephyr/soc/st/stm32/stm32f4x/Kconfig.defconfig.stm32f407xx /opt/ncs/zephyr/soc/st/stm32/stm32f4x/Kconfig.defconfig.stm32f410xx /opt/ncs/zephyr/soc/st/stm32/stm32f4x/Kconfig.defconfig.stm32f411xe /opt/ncs/zephyr/soc/st/stm32/stm32f4x/Kconfig.defconfig.stm32f412rx /opt/ncs/zephyr/soc/st/stm32/stm32f4x/Kconfig.defconfig.stm32f412xx /opt/ncs/zephyr/soc/st/stm32/stm32f4x/Kconfig.defconfig.stm32f413xx /opt/ncs/zephyr/soc/st/stm32/stm32f4x/Kconfig.defconfig.stm32f415xx /opt/ncs/zephyr/soc/st/stm32/stm32f4x/Kconfig.defconfig.stm32f417xx /opt/ncs/zephyr/soc/st/stm32/stm32f4x/Kconfig.defconfig.stm32f423xx /opt/ncs/zephyr/soc/st/stm32/stm32f4x/Kconfig.defconfig.stm32f427xx /opt/ncs/zephyr/soc/st/stm32/stm32f4x/Kconfig.defconfig.stm32f429xx /opt/ncs/zephyr/soc/st/stm32/stm32f4x/Kconfig.defconfig.stm32f437xx /opt/ncs/zephyr/soc/st/stm32/stm32f4x/Kconfig.defconfig.stm32f446xx /opt/ncs/zephyr/soc/st/stm32/stm32f4x/Kconfig.defconfig.stm32f469xx /opt/ncs/zephyr/soc/st/stm32/stm32f4x/Kconfig.soc /opt/ncs/zephyr/soc/st/stm32/stm32f7x/Kconfig /opt/ncs/zephyr/soc/st/stm32/stm32f7x/Kconfig.defconfig /opt/ncs/zephyr/soc/st/stm32/stm32f7x/Kconfig.defconfig.stm32f722xx /opt/ncs/zephyr/soc/st/stm32/stm32f7x/Kconfig.defconfig.stm32f723xx /opt/ncs/zephyr/soc/st/stm32/stm32f7x/Kconfig.defconfig.stm32f745xx /opt/ncs/zephyr/soc/st/stm32/stm32f7x/Kconfig.defconfig.stm32f746xx /opt/ncs/zephyr/soc/st/stm32/stm32f7x/Kconfig.defconfig.stm32f750xx /opt/ncs/zephyr/soc/st/stm32/stm32f7x/Kconfig.defconfig.stm32f756xx /opt/ncs/zephyr/soc/st/stm32/stm32f7x/Kconfig.defconfig.stm32f765xx /opt/ncs/zephyr/soc/st/stm32/stm32f7x/Kconfig.defconfig.stm32f767xx /opt/ncs/zephyr/soc/st/stm32/stm32f7x/Kconfig.defconfig.stm32f769xx /opt/ncs/zephyr/soc/st/stm32/stm32f7x/Kconfig.soc /opt/ncs/zephyr/soc/st/stm32/stm32g0x/Kconfig /opt/ncs/zephyr/soc/st/stm32/stm32g0x/Kconfig.defconfig /opt/ncs/zephyr/soc/st/stm32/stm32g0x/Kconfig.defconfig.stm32g030xx /opt/ncs/zephyr/soc/st/stm32/stm32g0x/Kconfig.defconfig.stm32g031xx /opt/ncs/zephyr/soc/st/stm32/stm32g0x/Kconfig.defconfig.stm32g041xx /opt/ncs/zephyr/soc/st/stm32/stm32g0x/Kconfig.defconfig.stm32g050xx /opt/ncs/zephyr/soc/st/stm32/stm32g0x/Kconfig.defconfig.stm32g051xx /opt/ncs/zephyr/soc/st/stm32/stm32g0x/Kconfig.defconfig.stm32g061xx /opt/ncs/zephyr/soc/st/stm32/stm32g0x/Kconfig.defconfig.stm32g070xx /opt/ncs/zephyr/soc/st/stm32/stm32g0x/Kconfig.defconfig.stm32g071xx /opt/ncs/zephyr/soc/st/stm32/stm32g0x/Kconfig.defconfig.stm32g081xx /opt/ncs/zephyr/soc/st/stm32/stm32g0x/Kconfig.defconfig.stm32g0b0xx /opt/ncs/zephyr/soc/st/stm32/stm32g0x/Kconfig.defconfig.stm32g0b1xx /opt/ncs/zephyr/soc/st/stm32/stm32g0x/Kconfig.defconfig.stm32g0c1xx /opt/ncs/zephyr/soc/st/stm32/stm32g0x/Kconfig.soc /opt/ncs/zephyr/soc/st/stm32/stm32g4x/Kconfig /opt/ncs/zephyr/soc/st/stm32/stm32g4x/Kconfig.defconfig /opt/ncs/zephyr/soc/st/stm32/stm32g4x/Kconfig.defconfig.stm32g431xx /opt/ncs/zephyr/soc/st/stm32/stm32g4x/Kconfig.defconfig.stm32g441xx /opt/ncs/zephyr/soc/st/stm32/stm32g4x/Kconfig.defconfig.stm32g473xx /opt/ncs/zephyr/soc/st/stm32/stm32g4x/Kconfig.defconfig.stm32g474xx /opt/ncs/zephyr/soc/st/stm32/stm32g4x/Kconfig.defconfig.stm32g483xx /opt/ncs/zephyr/soc/st/stm32/stm32g4x/Kconfig.defconfig.stm32g484xx /opt/ncs/zephyr/soc/st/stm32/stm32g4x/Kconfig.defconfig.stm32g491xx /opt/ncs/zephyr/soc/st/stm32/stm32g4x/Kconfig.defconfig.stm32g4a1xx /opt/ncs/zephyr/soc/st/stm32/stm32g4x/Kconfig.soc /opt/ncs/zephyr/soc/st/stm32/stm32h5x/Kconfig /opt/ncs/zephyr/soc/st/stm32/stm32h5x/Kconfig.defconfig /opt/ncs/zephyr/soc/st/stm32/stm32h5x/Kconfig.defconfig.stm32h503xx /opt/ncs/zephyr/soc/st/stm32/stm32h5x/Kconfig.defconfig.stm32h562xx /opt/ncs/zephyr/soc/st/stm32/stm32h5x/Kconfig.defconfig.stm32h563xx /opt/ncs/zephyr/soc/st/stm32/stm32h5x/Kconfig.defconfig.stm32h573xx /opt/ncs/zephyr/soc/st/stm32/stm32h5x/Kconfig.soc /opt/ncs/zephyr/soc/st/stm32/stm32h7x/Kconfig /opt/ncs/zephyr/soc/st/stm32/stm32h7x/Kconfig.defconfig /opt/ncs/zephyr/soc/st/stm32/stm32h7x/Kconfig.defconfig.stm32h723xx /opt/ncs/zephyr/soc/st/stm32/stm32h7x/Kconfig.defconfig.stm32h725xx /opt/ncs/zephyr/soc/st/stm32/stm32h7x/Kconfig.defconfig.stm32h730xx /opt/ncs/zephyr/soc/st/stm32/stm32h7x/Kconfig.defconfig.stm32h735xx /opt/ncs/zephyr/soc/st/stm32/stm32h7x/Kconfig.defconfig.stm32h743xx /opt/ncs/zephyr/soc/st/stm32/stm32h7x/Kconfig.defconfig.stm32h745xx /opt/ncs/zephyr/soc/st/stm32/stm32h7x/Kconfig.defconfig.stm32h747xx /opt/ncs/zephyr/soc/st/stm32/stm32h7x/Kconfig.defconfig.stm32h750xx /opt/ncs/zephyr/soc/st/stm32/stm32h7x/Kconfig.defconfig.stm32h753xx /opt/ncs/zephyr/soc/st/stm32/stm32h7x/Kconfig.defconfig.stm32h7a3xx /opt/ncs/zephyr/soc/st/stm32/stm32h7x/Kconfig.defconfig.stm32h7b0xx /opt/ncs/zephyr/soc/st/stm32/stm32h7x/Kconfig.defconfig.stm32h7b3xx /opt/ncs/zephyr/soc/st/stm32/stm32h7x/Kconfig.soc /opt/ncs/zephyr/soc/st/stm32/stm32l0x/Kconfig /opt/ncs/zephyr/soc/st/stm32/stm32l0x/Kconfig.defconfig /opt/ncs/zephyr/soc/st/stm32/stm32l0x/Kconfig.defconfig.stm32l010x4 /opt/ncs/zephyr/soc/st/stm32/stm32l0x/Kconfig.defconfig.stm32l010x6 /opt/ncs/zephyr/soc/st/stm32/stm32l0x/Kconfig.defconfig.stm32l010x8 /opt/ncs/zephyr/soc/st/stm32/stm32l0x/Kconfig.defconfig.stm32l010xb /opt/ncs/zephyr/soc/st/stm32/stm32l0x/Kconfig.defconfig.stm32l011xx /opt/ncs/zephyr/soc/st/stm32/stm32l0x/Kconfig.defconfig.stm32l031xx /opt/ncs/zephyr/soc/st/stm32/stm32l0x/Kconfig.defconfig.stm32l051xx /opt/ncs/zephyr/soc/st/stm32/stm32l0x/Kconfig.defconfig.stm32l053xx /opt/ncs/zephyr/soc/st/stm32/stm32l0x/Kconfig.defconfig.stm32l071xx /opt/ncs/zephyr/soc/st/stm32/stm32l0x/Kconfig.defconfig.stm32l072xx /opt/ncs/zephyr/soc/st/stm32/stm32l0x/Kconfig.defconfig.stm32l073xx /opt/ncs/zephyr/soc/st/stm32/stm32l0x/Kconfig.defconfig.stm32l081xx /opt/ncs/zephyr/soc/st/stm32/stm32l0x/Kconfig.soc /opt/ncs/zephyr/soc/st/stm32/stm32l1x/Kconfig /opt/ncs/zephyr/soc/st/stm32/stm32l1x/Kconfig.defconfig /opt/ncs/zephyr/soc/st/stm32/stm32l1x/Kconfig.defconfig.stm32l151xb /opt/ncs/zephyr/soc/st/stm32/stm32l1x/Kconfig.defconfig.stm32l151xba /opt/ncs/zephyr/soc/st/stm32/stm32l1x/Kconfig.defconfig.stm32l151xc /opt/ncs/zephyr/soc/st/stm32/stm32l1x/Kconfig.defconfig.stm32l152xc /opt/ncs/zephyr/soc/st/stm32/stm32l1x/Kconfig.defconfig.stm32l152xe /opt/ncs/zephyr/soc/st/stm32/stm32l1x/Kconfig.soc /opt/ncs/zephyr/soc/st/stm32/stm32l4x/Kconfig /opt/ncs/zephyr/soc/st/stm32/stm32l4x/Kconfig.defconfig /opt/ncs/zephyr/soc/st/stm32/stm32l4x/Kconfig.defconfig.stm32l412xx /opt/ncs/zephyr/soc/st/stm32/stm32l4x/Kconfig.defconfig.stm32l422xx /opt/ncs/zephyr/soc/st/stm32/stm32l4x/Kconfig.defconfig.stm32l431xx /opt/ncs/zephyr/soc/st/stm32/stm32l4x/Kconfig.defconfig.stm32l432xx /opt/ncs/zephyr/soc/st/stm32/stm32l4x/Kconfig.defconfig.stm32l433xx /opt/ncs/zephyr/soc/st/stm32/stm32l4x/Kconfig.defconfig.stm32l451xx /opt/ncs/zephyr/soc/st/stm32/stm32l4x/Kconfig.defconfig.stm32l452xx /opt/ncs/zephyr/soc/st/stm32/stm32l4x/Kconfig.defconfig.stm32l462xx /opt/ncs/zephyr/soc/st/stm32/stm32l4x/Kconfig.defconfig.stm32l471xx /opt/ncs/zephyr/soc/st/stm32/stm32l4x/Kconfig.defconfig.stm32l475xx /opt/ncs/zephyr/soc/st/stm32/stm32l4x/Kconfig.defconfig.stm32l476xx /opt/ncs/zephyr/soc/st/stm32/stm32l4x/Kconfig.defconfig.stm32l486xx /opt/ncs/zephyr/soc/st/stm32/stm32l4x/Kconfig.defconfig.stm32l496xx /opt/ncs/zephyr/soc/st/stm32/stm32l4x/Kconfig.defconfig.stm32l4a6xx /opt/ncs/zephyr/soc/st/stm32/stm32l4x/Kconfig.defconfig.stm32l4p5xx /opt/ncs/zephyr/soc/st/stm32/stm32l4x/Kconfig.defconfig.stm32l4q5xx /opt/ncs/zephyr/soc/st/stm32/stm32l4x/Kconfig.defconfig.stm32l4r5xx /opt/ncs/zephyr/soc/st/stm32/stm32l4x/Kconfig.defconfig.stm32l4r9xx /opt/ncs/zephyr/soc/st/stm32/stm32l4x/Kconfig.defconfig.stm32l4s5xx /opt/ncs/zephyr/soc/st/stm32/stm32l4x/Kconfig.soc /opt/ncs/zephyr/soc/st/stm32/stm32l5x/Kconfig /opt/ncs/zephyr/soc/st/stm32/stm32l5x/Kconfig.defconfig /opt/ncs/zephyr/soc/st/stm32/stm32l5x/Kconfig.defconfig.stm32l552xx /opt/ncs/zephyr/soc/st/stm32/stm32l5x/Kconfig.defconfig.stm32l562xx /opt/ncs/zephyr/soc/st/stm32/stm32l5x/Kconfig.soc /opt/ncs/zephyr/soc/st/stm32/stm32mp1x/Kconfig /opt/ncs/zephyr/soc/st/stm32/stm32mp1x/Kconfig.defconfig /opt/ncs/zephyr/soc/st/stm32/stm32mp1x/Kconfig.defconfig.stm32mp15_m4 /opt/ncs/zephyr/soc/st/stm32/stm32mp1x/Kconfig.soc /opt/ncs/zephyr/soc/st/stm32/stm32u5x/Kconfig /opt/ncs/zephyr/soc/st/stm32/stm32u5x/Kconfig.defconfig /opt/ncs/zephyr/soc/st/stm32/stm32u5x/Kconfig.defconfig.stm32u575xx /opt/ncs/zephyr/soc/st/stm32/stm32u5x/Kconfig.defconfig.stm32u585xx /opt/ncs/zephyr/soc/st/stm32/stm32u5x/Kconfig.defconfig.stm32u595xx /opt/ncs/zephyr/soc/st/stm32/stm32u5x/Kconfig.defconfig.stm32u599xx /opt/ncs/zephyr/soc/st/stm32/stm32u5x/Kconfig.defconfig.stm32u5a5xx /opt/ncs/zephyr/soc/st/stm32/stm32u5x/Kconfig.defconfig.stm32u5a9xx /opt/ncs/zephyr/soc/st/stm32/stm32u5x/Kconfig.soc /opt/ncs/zephyr/soc/st/stm32/stm32wbax/Kconfig /opt/ncs/zephyr/soc/st/stm32/stm32wbax/Kconfig.defconfig /opt/ncs/zephyr/soc/st/stm32/stm32wbax/Kconfig.defconfig.stm32wba52xx /opt/ncs/zephyr/soc/st/stm32/stm32wbax/Kconfig.defconfig.stm32wba55xx /opt/ncs/zephyr/soc/st/stm32/stm32wbax/Kconfig.soc /opt/ncs/zephyr/soc/st/stm32/stm32wbx/Kconfig /opt/ncs/zephyr/soc/st/stm32/stm32wbx/Kconfig.defconfig /opt/ncs/zephyr/soc/st/stm32/stm32wbx/Kconfig.defconfig.stm32wb55xx /opt/ncs/zephyr/soc/st/stm32/stm32wbx/Kconfig.soc /opt/ncs/zephyr/soc/st/stm32/stm32wlx/Kconfig /opt/ncs/zephyr/soc/st/stm32/stm32wlx/Kconfig.defconfig /opt/ncs/zephyr/soc/st/stm32/stm32wlx/Kconfig.defconfig.stm32wl54xx /opt/ncs/zephyr/soc/st/stm32/stm32wlx/Kconfig.defconfig.stm32wl55xx /opt/ncs/zephyr/soc/st/stm32/stm32wlx/Kconfig.defconfig.stm32wle4xx /opt/ncs/zephyr/soc/st/stm32/stm32wlx/Kconfig.defconfig.stm32wle5xx /opt/ncs/zephyr/soc/st/stm32/stm32wlx/Kconfig.soc /opt/ncs/zephyr/soc/starfive/jh71xx/Kconfig /opt/ncs/zephyr/soc/starfive/jh71xx/Kconfig.defconfig /opt/ncs/zephyr/soc/starfive/jh71xx/Kconfig.soc /opt/ncs/zephyr/soc/telink/tlsr/Kconfig /opt/ncs/zephyr/soc/telink/tlsr/Kconfig.defconfig /opt/ncs/zephyr/soc/telink/tlsr/Kconfig.soc /opt/ncs/zephyr/soc/telink/tlsr/tlsr951x/Kconfig /opt/ncs/zephyr/soc/telink/tlsr/tlsr951x/Kconfig.defconfig /opt/ncs/zephyr/soc/telink/tlsr/tlsr951x/Kconfig.soc /opt/ncs/zephyr/soc/ti/k3/Kconfig /opt/ncs/zephyr/soc/ti/k3/Kconfig.defconfig /opt/ncs/zephyr/soc/ti/k3/Kconfig.soc /opt/ncs/zephyr/soc/ti/k3/am6x/Kconfig /opt/ncs/zephyr/soc/ti/k3/am6x/Kconfig.defconfig /opt/ncs/zephyr/soc/ti/k3/am6x/Kconfig.soc /opt/ncs/zephyr/soc/ti/lm3s6965/Kconfig /opt/ncs/zephyr/soc/ti/lm3s6965/Kconfig.defconfig /opt/ncs/zephyr/soc/ti/lm3s6965/Kconfig.soc /opt/ncs/zephyr/soc/ti/simplelink/Kconfig /opt/ncs/zephyr/soc/ti/simplelink/Kconfig.defconfig /opt/ncs/zephyr/soc/ti/simplelink/Kconfig.soc /opt/ncs/zephyr/soc/ti/simplelink/cc13x2_cc26x2/Kconfig /opt/ncs/zephyr/soc/ti/simplelink/cc13x2_cc26x2/Kconfig.defconfig /opt/ncs/zephyr/soc/ti/simplelink/cc13x2_cc26x2/Kconfig.soc /opt/ncs/zephyr/soc/ti/simplelink/cc13x2x7_cc26x2x7/Kconfig /opt/ncs/zephyr/soc/ti/simplelink/cc13x2x7_cc26x2x7/Kconfig.defconfig /opt/ncs/zephyr/soc/ti/simplelink/cc13x2x7_cc26x2x7/Kconfig.soc /opt/ncs/zephyr/soc/ti/simplelink/cc32xx/Kconfig /opt/ncs/zephyr/soc/ti/simplelink/cc32xx/Kconfig.defconfig /opt/ncs/zephyr/soc/ti/simplelink/cc32xx/Kconfig.defconfig.cc3220sf /opt/ncs/zephyr/soc/ti/simplelink/cc32xx/Kconfig.defconfig.cc3235sf /opt/ncs/zephyr/soc/ti/simplelink/cc32xx/Kconfig.soc /opt/ncs/zephyr/soc/ti/simplelink/msp432p4xx/Kconfig /opt/ncs/zephyr/soc/ti/simplelink/msp432p4xx/Kconfig.defconfig /opt/ncs/zephyr/soc/ti/simplelink/msp432p4xx/Kconfig.defconfig.msp432p401r /opt/ncs/zephyr/soc/ti/simplelink/msp432p4xx/Kconfig.soc /opt/ncs/zephyr/soc/xen/Kconfig /opt/ncs/zephyr/soc/xen/Kconfig.defconfig /opt/ncs/zephyr/soc/xen/Kconfig.soc /opt/ncs/zephyr/soc/xlnx/zynq7000/Kconfig /opt/ncs/zephyr/soc/xlnx/zynq7000/Kconfig.defconfig /opt/ncs/zephyr/soc/xlnx/zynq7000/Kconfig.soc /opt/ncs/zephyr/soc/xlnx/zynq7000/xc7zxxx/Kconfig /opt/ncs/zephyr/soc/xlnx/zynq7000/xc7zxxx/Kconfig.defconfig /opt/ncs/zephyr/soc/xlnx/zynq7000/xc7zxxx/Kconfig.soc /opt/ncs/zephyr/soc/xlnx/zynq7000/xc7zxxxs/Kconfig /opt/ncs/zephyr/soc/xlnx/zynq7000/xc7zxxxs/Kconfig.defconfig /opt/ncs/zephyr/soc/xlnx/zynq7000/xc7zxxxs/Kconfig.soc /opt/ncs/zephyr/soc/xlnx/zynqmp/Kconfig /opt/ncs/zephyr/soc/xlnx/zynqmp/Kconfig.defconfig /opt/ncs/zephyr/soc/xlnx/zynqmp/Kconfig.soc /opt/ncs/zephyr/subsys/CMakeLists.txt /opt/ncs/zephyr/subsys/Kconfig /opt/ncs/zephyr/subsys/bindesc/Kconfig /opt/ncs/zephyr/subsys/bindesc/Kconfig.build_time /opt/ncs/zephyr/subsys/bindesc/Kconfig.host_info /opt/ncs/zephyr/subsys/bindesc/Kconfig.version /opt/ncs/zephyr/subsys/bluetooth/CMakeLists.txt /opt/ncs/zephyr/subsys/bluetooth/Kconfig /opt/ncs/zephyr/subsys/bluetooth/Kconfig.adv /opt/ncs/zephyr/subsys/bluetooth/Kconfig.iso /opt/ncs/zephyr/subsys/bluetooth/Kconfig.logging /opt/ncs/zephyr/subsys/bluetooth/audio/Kconfig /opt/ncs/zephyr/subsys/bluetooth/audio/Kconfig.aics /opt/ncs/zephyr/subsys/bluetooth/audio/Kconfig.ascs /opt/ncs/zephyr/subsys/bluetooth/audio/Kconfig.bap /opt/ncs/zephyr/subsys/bluetooth/audio/Kconfig.bass /opt/ncs/zephyr/subsys/bluetooth/audio/Kconfig.cap /opt/ncs/zephyr/subsys/bluetooth/audio/Kconfig.csip /opt/ncs/zephyr/subsys/bluetooth/audio/Kconfig.gmap /opt/ncs/zephyr/subsys/bluetooth/audio/Kconfig.has /opt/ncs/zephyr/subsys/bluetooth/audio/Kconfig.mcs /opt/ncs/zephyr/subsys/bluetooth/audio/Kconfig.mctl /opt/ncs/zephyr/subsys/bluetooth/audio/Kconfig.micp /opt/ncs/zephyr/subsys/bluetooth/audio/Kconfig.mpl /opt/ncs/zephyr/subsys/bluetooth/audio/Kconfig.pacs /opt/ncs/zephyr/subsys/bluetooth/audio/Kconfig.pbp /opt/ncs/zephyr/subsys/bluetooth/audio/Kconfig.tbs /opt/ncs/zephyr/subsys/bluetooth/audio/Kconfig.tmap /opt/ncs/zephyr/subsys/bluetooth/audio/Kconfig.vcp /opt/ncs/zephyr/subsys/bluetooth/audio/Kconfig.vocs /opt/ncs/zephyr/subsys/bluetooth/common/CMakeLists.txt /opt/ncs/zephyr/subsys/bluetooth/common/Kconfig /opt/ncs/zephyr/subsys/bluetooth/controller/Kconfig /opt/ncs/zephyr/subsys/bluetooth/controller/Kconfig.df /opt/ncs/zephyr/subsys/bluetooth/controller/Kconfig.dtm /opt/ncs/zephyr/subsys/bluetooth/controller/Kconfig.ll_sw_split /opt/ncs/zephyr/subsys/bluetooth/controller/coex/Kconfig /opt/ncs/zephyr/subsys/bluetooth/crypto/Kconfig /opt/ncs/zephyr/subsys/bluetooth/host/CMakeLists.txt /opt/ncs/zephyr/subsys/bluetooth/host/Kconfig /opt/ncs/zephyr/subsys/bluetooth/host/Kconfig.gatt /opt/ncs/zephyr/subsys/bluetooth/host/Kconfig.l2cap /opt/ncs/zephyr/subsys/bluetooth/host/classic/Kconfig /opt/ncs/zephyr/subsys/bluetooth/lib/CMakeLists.txt /opt/ncs/zephyr/subsys/bluetooth/lib/Kconfig /opt/ncs/zephyr/subsys/bluetooth/mesh/Kconfig /opt/ncs/zephyr/subsys/bluetooth/mesh/shell/Kconfig /opt/ncs/zephyr/subsys/bluetooth/services/CMakeLists.txt /opt/ncs/zephyr/subsys/bluetooth/services/Kconfig /opt/ncs/zephyr/subsys/bluetooth/services/Kconfig.bas /opt/ncs/zephyr/subsys/bluetooth/services/Kconfig.dis /opt/ncs/zephyr/subsys/bluetooth/services/Kconfig.hrs /opt/ncs/zephyr/subsys/bluetooth/services/Kconfig.tps /opt/ncs/zephyr/subsys/bluetooth/services/ias/Kconfig.ias /opt/ncs/zephyr/subsys/bluetooth/services/nus/Kconfig.nus /opt/ncs/zephyr/subsys/bluetooth/services/ots/Kconfig /opt/ncs/zephyr/subsys/bluetooth/shell/Kconfig /opt/ncs/zephyr/subsys/canbus/CMakeLists.txt /opt/ncs/zephyr/subsys/canbus/Kconfig /opt/ncs/zephyr/subsys/canbus/Kconfig.canopen /opt/ncs/zephyr/subsys/canbus/isotp/Kconfig /opt/ncs/zephyr/subsys/console/Kconfig /opt/ncs/zephyr/subsys/debug/CMakeLists.txt /opt/ncs/zephyr/subsys/debug/Kconfig /opt/ncs/zephyr/subsys/debug/coredump/Kconfig /opt/ncs/zephyr/subsys/demand_paging/Kconfig /opt/ncs/zephyr/subsys/demand_paging/backing_store/Kconfig /opt/ncs/zephyr/subsys/demand_paging/eviction/Kconfig /opt/ncs/zephyr/subsys/dfu/Kconfig /opt/ncs/zephyr/subsys/disk/Kconfig /opt/ncs/zephyr/subsys/dsp/Kconfig /opt/ncs/zephyr/subsys/emul/Kconfig /opt/ncs/zephyr/subsys/emul/espi/Kconfig /opt/ncs/zephyr/subsys/fb/CMakeLists.txt /opt/ncs/zephyr/subsys/fb/Kconfig /opt/ncs/zephyr/subsys/fs/CMakeLists.txt /opt/ncs/zephyr/subsys/fs/Kconfig /opt/ncs/zephyr/subsys/fs/Kconfig.fatfs /opt/ncs/zephyr/subsys/fs/Kconfig.littlefs /opt/ncs/zephyr/subsys/fs/ext2/Kconfig /opt/ncs/zephyr/subsys/fs/fcb/Kconfig /opt/ncs/zephyr/subsys/fs/nvs/CMakeLists.txt /opt/ncs/zephyr/subsys/fs/nvs/Kconfig /opt/ncs/zephyr/subsys/input/Kconfig /opt/ncs/zephyr/subsys/ipc/CMakeLists.txt /opt/ncs/zephyr/subsys/ipc/Kconfig /opt/ncs/zephyr/subsys/ipc/ipc_service/Kconfig /opt/ncs/zephyr/subsys/ipc/ipc_service/backends/Kconfig /opt/ncs/zephyr/subsys/ipc/ipc_service/backends/Kconfig.icbmsg /opt/ncs/zephyr/subsys/ipc/ipc_service/backends/Kconfig.icmsg_me /opt/ncs/zephyr/subsys/ipc/ipc_service/backends/Kconfig.rpmsg /opt/ncs/zephyr/subsys/ipc/ipc_service/lib/Kconfig /opt/ncs/zephyr/subsys/ipc/ipc_service/lib/Kconfig.icmsg /opt/ncs/zephyr/subsys/ipc/rpmsg_service/Kconfig /opt/ncs/zephyr/subsys/jwt/Kconfig /opt/ncs/zephyr/subsys/llext/Kconfig /opt/ncs/zephyr/subsys/logging/CMakeLists.txt /opt/ncs/zephyr/subsys/logging/Kconfig /opt/ncs/zephyr/subsys/logging/Kconfig.filtering /opt/ncs/zephyr/subsys/logging/Kconfig.formatting /opt/ncs/zephyr/subsys/logging/Kconfig.frontends /opt/ncs/zephyr/subsys/logging/Kconfig.links /opt/ncs/zephyr/subsys/logging/Kconfig.misc /opt/ncs/zephyr/subsys/logging/Kconfig.mode /opt/ncs/zephyr/subsys/logging/Kconfig.processing /opt/ncs/zephyr/subsys/logging/Kconfig.template.log_config /opt/ncs/zephyr/subsys/logging/Kconfig.template.log_config_inherit /opt/ncs/zephyr/subsys/logging/Kconfig.template.log_format_config /opt/ncs/zephyr/subsys/logging/backends/CMakeLists.txt /opt/ncs/zephyr/subsys/logging/backends/Kconfig /opt/ncs/zephyr/subsys/logging/backends/Kconfig.adsp /opt/ncs/zephyr/subsys/logging/backends/Kconfig.adsp_mtrace /opt/ncs/zephyr/subsys/logging/backends/Kconfig.ble /opt/ncs/zephyr/subsys/logging/backends/Kconfig.efi_console /opt/ncs/zephyr/subsys/logging/backends/Kconfig.fs /opt/ncs/zephyr/subsys/logging/backends/Kconfig.multidomain /opt/ncs/zephyr/subsys/logging/backends/Kconfig.native_posix /opt/ncs/zephyr/subsys/logging/backends/Kconfig.net /opt/ncs/zephyr/subsys/logging/backends/Kconfig.rtt /opt/ncs/zephyr/subsys/logging/backends/Kconfig.spinel /opt/ncs/zephyr/subsys/logging/backends/Kconfig.swo /opt/ncs/zephyr/subsys/logging/backends/Kconfig.uart /opt/ncs/zephyr/subsys/logging/backends/Kconfig.xtensa_sim /opt/ncs/zephyr/subsys/lorawan/CMakeLists.txt /opt/ncs/zephyr/subsys/lorawan/Kconfig /opt/ncs/zephyr/subsys/lorawan/nvm/CMakeLists.txt /opt/ncs/zephyr/subsys/lorawan/nvm/Kconfig /opt/ncs/zephyr/subsys/lorawan/services/CMakeLists.txt /opt/ncs/zephyr/subsys/lorawan/services/Kconfig /opt/ncs/zephyr/subsys/mem_mgmt/CMakeLists.txt /opt/ncs/zephyr/subsys/mem_mgmt/Kconfig /opt/ncs/zephyr/subsys/mgmt/CMakeLists.txt /opt/ncs/zephyr/subsys/mgmt/Kconfig /opt/ncs/zephyr/subsys/mgmt/ec_host_cmd/Kconfig /opt/ncs/zephyr/subsys/mgmt/ec_host_cmd/Kconfig.logging /opt/ncs/zephyr/subsys/mgmt/ec_host_cmd/backends/Kconfig /opt/ncs/zephyr/subsys/mgmt/hawkbit/Kconfig /opt/ncs/zephyr/subsys/mgmt/mcumgr/Kconfig /opt/ncs/zephyr/subsys/mgmt/mcumgr/grp/Kconfig /opt/ncs/zephyr/subsys/mgmt/mcumgr/grp/fs_mgmt/Kconfig /opt/ncs/zephyr/subsys/mgmt/mcumgr/grp/img_mgmt/Kconfig /opt/ncs/zephyr/subsys/mgmt/mcumgr/grp/img_mgmt_client/Kconfig /opt/ncs/zephyr/subsys/mgmt/mcumgr/grp/os_mgmt/Kconfig /opt/ncs/zephyr/subsys/mgmt/mcumgr/grp/os_mgmt_client/Kconfig /opt/ncs/zephyr/subsys/mgmt/mcumgr/grp/settings_mgmt/Kconfig /opt/ncs/zephyr/subsys/mgmt/mcumgr/grp/shell_mgmt/Kconfig /opt/ncs/zephyr/subsys/mgmt/mcumgr/grp/stat_mgmt/Kconfig /opt/ncs/zephyr/subsys/mgmt/mcumgr/grp/zephyr_basic/Kconfig /opt/ncs/zephyr/subsys/mgmt/mcumgr/mgmt/Kconfig /opt/ncs/zephyr/subsys/mgmt/mcumgr/smp/Kconfig /opt/ncs/zephyr/subsys/mgmt/mcumgr/smp_client/Kconfig /opt/ncs/zephyr/subsys/mgmt/mcumgr/transport/Kconfig /opt/ncs/zephyr/subsys/mgmt/mcumgr/transport/Kconfig.bluetooth /opt/ncs/zephyr/subsys/mgmt/mcumgr/transport/Kconfig.dummy /opt/ncs/zephyr/subsys/mgmt/mcumgr/transport/Kconfig.shell /opt/ncs/zephyr/subsys/mgmt/mcumgr/transport/Kconfig.uart /opt/ncs/zephyr/subsys/mgmt/mcumgr/transport/Kconfig.udp /opt/ncs/zephyr/subsys/mgmt/osdp/Kconfig /opt/ncs/zephyr/subsys/mgmt/osdp/Kconfig.cp /opt/ncs/zephyr/subsys/mgmt/osdp/Kconfig.pd /opt/ncs/zephyr/subsys/mgmt/updatehub/Kconfig /opt/ncs/zephyr/subsys/modbus/CMakeLists.txt /opt/ncs/zephyr/subsys/modbus/Kconfig /opt/ncs/zephyr/subsys/modem/Kconfig /opt/ncs/zephyr/subsys/modem/backends/Kconfig /opt/ncs/zephyr/subsys/net/CMakeLists.txt /opt/ncs/zephyr/subsys/net/Kconfig /opt/ncs/zephyr/subsys/net/Kconfig.hostname /opt/ncs/zephyr/subsys/net/Kconfig.template.log_config.net /opt/ncs/zephyr/subsys/net/conn_mgr/Kconfig /opt/ncs/zephyr/subsys/net/ip/Kconfig /opt/ncs/zephyr/subsys/net/ip/Kconfig.debug /opt/ncs/zephyr/subsys/net/ip/Kconfig.ipv4 /opt/ncs/zephyr/subsys/net/ip/Kconfig.ipv6 /opt/ncs/zephyr/subsys/net/ip/Kconfig.mgmt /opt/ncs/zephyr/subsys/net/ip/Kconfig.stack /opt/ncs/zephyr/subsys/net/ip/Kconfig.stats /opt/ncs/zephyr/subsys/net/ip/Kconfig.tcp /opt/ncs/zephyr/subsys/net/l2/Kconfig /opt/ncs/zephyr/subsys/net/l2/canbus/Kconfig /opt/ncs/zephyr/subsys/net/l2/dummy/Kconfig /opt/ncs/zephyr/subsys/net/l2/dummy/any/Kconfig /opt/ncs/zephyr/subsys/net/l2/ethernet/Kconfig /opt/ncs/zephyr/subsys/net/l2/ethernet/gptp/Kconfig /opt/ncs/zephyr/subsys/net/l2/ethernet/lldp/Kconfig /opt/ncs/zephyr/subsys/net/l2/ieee802154/Kconfig /opt/ncs/zephyr/subsys/net/l2/ieee802154/Kconfig.radio /opt/ncs/zephyr/subsys/net/l2/openthread/Kconfig /opt/ncs/zephyr/subsys/net/l2/ppp/Kconfig /opt/ncs/zephyr/subsys/net/l2/virtual/Kconfig /opt/ncs/zephyr/subsys/net/l2/virtual/ipip/Kconfig /opt/ncs/zephyr/subsys/net/l2/wifi/Kconfig /opt/ncs/zephyr/subsys/net/lib/CMakeLists.txt /opt/ncs/zephyr/subsys/net/lib/Kconfig /opt/ncs/zephyr/subsys/net/lib/capture/Kconfig /opt/ncs/zephyr/subsys/net/lib/coap/Kconfig /opt/ncs/zephyr/subsys/net/lib/config/Kconfig /opt/ncs/zephyr/subsys/net/lib/dhcpv4/Kconfig /opt/ncs/zephyr/subsys/net/lib/dhcpv6/Kconfig /opt/ncs/zephyr/subsys/net/lib/dns/Kconfig /opt/ncs/zephyr/subsys/net/lib/http/Kconfig /opt/ncs/zephyr/subsys/net/lib/lwm2m/Kconfig /opt/ncs/zephyr/subsys/net/lib/lwm2m/Kconfig.ipso /opt/ncs/zephyr/subsys/net/lib/lwm2m/Kconfig.ucifi /opt/ncs/zephyr/subsys/net/lib/mqtt/Kconfig /opt/ncs/zephyr/subsys/net/lib/mqtt_sn/Kconfig /opt/ncs/zephyr/subsys/net/lib/sntp/Kconfig /opt/ncs/zephyr/subsys/net/lib/sockets/Kconfig /opt/ncs/zephyr/subsys/net/lib/socks/Kconfig /opt/ncs/zephyr/subsys/net/lib/tftp/Kconfig /opt/ncs/zephyr/subsys/net/lib/tls_credentials/Kconfig /opt/ncs/zephyr/subsys/net/lib/tls_credentials/Kconfig.shell /opt/ncs/zephyr/subsys/net/lib/trickle/Kconfig /opt/ncs/zephyr/subsys/net/lib/utils/CMakeLists.txt /opt/ncs/zephyr/subsys/net/lib/websocket/Kconfig /opt/ncs/zephyr/subsys/net/lib/zperf/Kconfig /opt/ncs/zephyr/subsys/net/pkt_filter/Kconfig /opt/ncs/zephyr/subsys/pm/CMakeLists.txt /opt/ncs/zephyr/subsys/pm/Kconfig /opt/ncs/zephyr/subsys/portability/CMakeLists.txt /opt/ncs/zephyr/subsys/portability/Kconfig /opt/ncs/zephyr/subsys/portability/cmsis_rtos_v1/Kconfig /opt/ncs/zephyr/subsys/portability/cmsis_rtos_v2/Kconfig /opt/ncs/zephyr/subsys/random/CMakeLists.txt /opt/ncs/zephyr/subsys/random/Kconfig /opt/ncs/zephyr/subsys/retention/Kconfig /opt/ncs/zephyr/subsys/retention/Kconfig.blinfo /opt/ncs/zephyr/subsys/rtio/CMakeLists.txt /opt/ncs/zephyr/subsys/rtio/Kconfig /opt/ncs/zephyr/subsys/sd/CMakeLists.txt /opt/ncs/zephyr/subsys/sd/Kconfig /opt/ncs/zephyr/subsys/sensing/Kconfig /opt/ncs/zephyr/subsys/sensing/sensor/hinge_angle/Kconfig /opt/ncs/zephyr/subsys/sensing/sensor/phy_3d_sensor/Kconfig /opt/ncs/zephyr/subsys/settings/CMakeLists.txt /opt/ncs/zephyr/subsys/settings/Kconfig /opt/ncs/zephyr/subsys/settings/src/CMakeLists.txt /opt/ncs/zephyr/subsys/shell/Kconfig /opt/ncs/zephyr/subsys/shell/Kconfig.template.shell_log_queue_size /opt/ncs/zephyr/subsys/shell/Kconfig.template.shell_log_queue_timeout /opt/ncs/zephyr/subsys/shell/backends/Kconfig.backends /opt/ncs/zephyr/subsys/shell/modules/Kconfig /opt/ncs/zephyr/subsys/sip_svc/Kconfig /opt/ncs/zephyr/subsys/stats/CMakeLists.txt /opt/ncs/zephyr/subsys/stats/Kconfig /opt/ncs/zephyr/subsys/storage/CMakeLists.txt /opt/ncs/zephyr/subsys/storage/Kconfig /opt/ncs/zephyr/subsys/storage/flash_map/CMakeLists.txt /opt/ncs/zephyr/subsys/storage/flash_map/Kconfig /opt/ncs/zephyr/subsys/storage/stream/Kconfig /opt/ncs/zephyr/subsys/task_wdt/CMakeLists.txt /opt/ncs/zephyr/subsys/task_wdt/Kconfig /opt/ncs/zephyr/subsys/testsuite/CMakeLists.txt /opt/ncs/zephyr/subsys/testsuite/Kconfig /opt/ncs/zephyr/subsys/testsuite/Kconfig.defconfig /opt/ncs/zephyr/subsys/testsuite/ztest/Kconfig /opt/ncs/zephyr/subsys/timing/Kconfig /opt/ncs/zephyr/subsys/tracing/CMakeLists.txt /opt/ncs/zephyr/subsys/tracing/Kconfig /opt/ncs/zephyr/subsys/tracing/sysview/Kconfig /opt/ncs/zephyr/subsys/usb/CMakeLists.txt /opt/ncs/zephyr/subsys/usb/device/Kconfig /opt/ncs/zephyr/subsys/usb/device/class/Kconfig /opt/ncs/zephyr/subsys/usb/device/class/Kconfig.bt /opt/ncs/zephyr/subsys/usb/device/class/Kconfig.cdc /opt/ncs/zephyr/subsys/usb/device/class/Kconfig.msc /opt/ncs/zephyr/subsys/usb/device/class/Kconfig.template.composite_device_number /opt/ncs/zephyr/subsys/usb/device/class/Kconfig.test /opt/ncs/zephyr/subsys/usb/device/class/audio/Kconfig /opt/ncs/zephyr/subsys/usb/device/class/dfu/Kconfig /opt/ncs/zephyr/subsys/usb/device/class/hid/Kconfig /opt/ncs/zephyr/subsys/usb/device/class/netusb/Kconfig /opt/ncs/zephyr/subsys/usb/device_next/Kconfig /opt/ncs/zephyr/subsys/usb/device_next/class/Kconfig /opt/ncs/zephyr/subsys/usb/device_next/class/Kconfig.bt /opt/ncs/zephyr/subsys/usb/device_next/class/Kconfig.cdc_acm /opt/ncs/zephyr/subsys/usb/device_next/class/Kconfig.cdc_ecm /opt/ncs/zephyr/subsys/usb/device_next/class/Kconfig.hid /opt/ncs/zephyr/subsys/usb/device_next/class/Kconfig.loopback /opt/ncs/zephyr/subsys/usb/device_next/class/Kconfig.msc /opt/ncs/zephyr/subsys/usb/device_next/class/Kconfig.template.instances_count /opt/ncs/zephyr/subsys/usb/device_next/class/Kconfig.uac2 /opt/ncs/zephyr/subsys/usb/host/Kconfig /opt/ncs/zephyr/subsys/usb/usb_c/Kconfig /opt/ncs/zephyr/subsys/zbus/Kconfig /opt/share/cmake-3.30/Modules/CMakeASMInformation.cmake /opt/share/cmake-3.30/Modules/CMakeCInformation.cmake /opt/share/cmake-3.30/Modules/CMakeCXXInformation.cmake /opt/share/cmake-3.30/Modules/CMakeCheckCompilerFlagCommonPatterns.cmake /opt/share/cmake-3.30/Modules/CMakeCommonLanguageInclude.cmake /opt/share/cmake-3.30/Modules/CMakeGenericSystem.cmake /opt/share/cmake-3.30/Modules/CMakeInitializeConfigs.cmake /opt/share/cmake-3.30/Modules/CMakeLanguageInformation.cmake /opt/share/cmake-3.30/Modules/CMakeSystemSpecificInformation.cmake /opt/share/cmake-3.30/Modules/CMakeSystemSpecificInitialize.cmake /opt/share/cmake-3.30/Modules/CheckCCompilerFlag.cmake /opt/share/cmake-3.30/Modules/CheckCSourceCompiles.cmake /opt/share/cmake-3.30/Modules/CheckCXXCompilerFlag.cmake /opt/share/cmake-3.30/Modules/CheckCXXSourceCompiles.cmake /opt/share/cmake-3.30/Modules/Compiler/CMakeCommonCompilerMacros.cmake /opt/share/cmake-3.30/Modules/Compiler/GNU-ASM.cmake /opt/share/cmake-3.30/Modules/Compiler/GNU-C.cmake /opt/share/cmake-3.30/Modules/Compiler/GNU-CXX.cmake /opt/share/cmake-3.30/Modules/Compiler/GNU.cmake /opt/share/cmake-3.30/Modules/FindGit.cmake /opt/share/cmake-3.30/Modules/FindPackageHandleStandardArgs.cmake /opt/share/cmake-3.30/Modules/FindPackageMessage.cmake /opt/share/cmake-3.30/Modules/FindPython/Support.cmake /opt/share/cmake-3.30/Modules/FindPython3.cmake /opt/share/cmake-3.30/Modules/Internal/CheckCompilerFlag.cmake /opt/share/cmake-3.30/Modules/Internal/CheckFlagCommonConfig.cmake /opt/share/cmake-3.30/Modules/Internal/CheckSourceCompiles.cmake /opt/share/cmake-3.30/Modules/Platform/Generic.cmake /opt/zephyr-sdk-0.16.8/cmake/Zephyr-sdkConfig.cmake /opt/zephyr-sdk-0.16.8/cmake/Zephyr-sdkConfigVersion.cmake /opt/zephyr-sdk-0.16.8/cmake/zephyr/Kconfig /opt/zephyr-sdk-0.16.8/cmake/zephyr/generic.cmake /opt/zephyr-sdk-0.16.8/cmake/zephyr/host-tools.cmake /opt/zephyr-sdk-0.16.8/cmake/zephyr/target.cmake CMakeCache.txt CMakeFiles/3.30.3/CMakeASMCompiler.cmake CMakeFiles/3.30.3/CMakeCCompiler.cmake CMakeFiles/3.30.3/CMakeCXXCompiler.cmake CMakeFiles/3.30.3/CMakeSystem.cmake Kconfig/Kconfig.dts Kconfig/Kconfig.modules Kconfig/Kconfig.shield Kconfig/Kconfig.shield.defconfig Kconfig/arch/Kconfig Kconfig/soc/Kconfig Kconfig/soc/Kconfig.defconfig Kconfig/soc/Kconfig.soc zephyr/.config zephyr/dts.cmake zephyr/include/generated/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/build/cmake_install.cmake b/build/cmake_install.cmake
new file mode 100644
index 0000000000000000000000000000000000000000..75e24596e7ccd27bb80c6c9aa7704455ee8759bc
--- /dev/null
+++ b/build/cmake_install.cmake
@@ -0,0 +1,62 @@
+# Install script for directory: /home/code/workspace/projet_systm_menacer/projetalexiot
+
+# 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 "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-objdump")
+endif()
+
+if(NOT CMAKE_INSTALL_LOCAL_ONLY)
+  # Include the install script for the subdirectory.
+  include("/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/cmake_install.cmake")
+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)
+  string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT
+       "${CMAKE_INSTALL_MANIFEST_FILES}")
+  file(WRITE "/home/code/workspace/projet_systm_menacer/projetalexiot/build/${CMAKE_INSTALL_MANIFEST}"
+     "${CMAKE_INSTALL_MANIFEST_CONTENT}")
+endif()
diff --git a/build/compile_commands.json b/build/compile_commands.json
new file mode 100644
index 0000000000000000000000000000000000000000..cbfd98ae35cdbbce61f69af94f05dd94ba718c4d
--- /dev/null
+++ b/build/compile_commands.json
@@ -0,0 +1,1250 @@
+[
+{
+  "directory": "/home/code/workspace/projet_systm_menacer/projetalexiot/build",
+  "command": "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -D_ANSI_SOURCE -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1 -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/zephyr/lib/libc/common/include -fno-strict-aliasing -Os -imacros /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99 -o CMakeFiles/app.dir/src/main.c.obj -c /home/code/workspace/projet_systm_menacer/projetalexiot/src/main.c",
+  "file": "/home/code/workspace/projet_systm_menacer/projetalexiot/src/main.c",
+  "output": "CMakeFiles/app.dir/src/main.c.obj"
+},
+{
+  "directory": "/home/code/workspace/projet_systm_menacer/projetalexiot/build",
+  "command": "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -D_ANSI_SOURCE -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1 -I/opt/ncs/zephyr/kernel/include -I/opt/ncs/zephyr/arch/arm/include -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/zephyr/lib/libc/common/include -fno-strict-aliasing -Os -imacros /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99 -o zephyr/CMakeFiles/zephyr.dir/lib/crc/crc32c_sw.c.obj -c /opt/ncs/zephyr/lib/crc/crc32c_sw.c",
+  "file": "/opt/ncs/zephyr/lib/crc/crc32c_sw.c",
+  "output": "zephyr/CMakeFiles/zephyr.dir/lib/crc/crc32c_sw.c.obj"
+},
+{
+  "directory": "/home/code/workspace/projet_systm_menacer/projetalexiot/build",
+  "command": "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -D_ANSI_SOURCE -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1 -I/opt/ncs/zephyr/kernel/include -I/opt/ncs/zephyr/arch/arm/include -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/zephyr/lib/libc/common/include -fno-strict-aliasing -Os -imacros /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99 -o zephyr/CMakeFiles/zephyr.dir/lib/crc/crc32_sw.c.obj -c /opt/ncs/zephyr/lib/crc/crc32_sw.c",
+  "file": "/opt/ncs/zephyr/lib/crc/crc32_sw.c",
+  "output": "zephyr/CMakeFiles/zephyr.dir/lib/crc/crc32_sw.c.obj"
+},
+{
+  "directory": "/home/code/workspace/projet_systm_menacer/projetalexiot/build",
+  "command": "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -D_ANSI_SOURCE -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1 -I/opt/ncs/zephyr/kernel/include -I/opt/ncs/zephyr/arch/arm/include -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/zephyr/lib/libc/common/include -fno-strict-aliasing -Os -imacros /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99 -o zephyr/CMakeFiles/zephyr.dir/lib/crc/crc24_sw.c.obj -c /opt/ncs/zephyr/lib/crc/crc24_sw.c",
+  "file": "/opt/ncs/zephyr/lib/crc/crc24_sw.c",
+  "output": "zephyr/CMakeFiles/zephyr.dir/lib/crc/crc24_sw.c.obj"
+},
+{
+  "directory": "/home/code/workspace/projet_systm_menacer/projetalexiot/build",
+  "command": "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -D_ANSI_SOURCE -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1 -I/opt/ncs/zephyr/kernel/include -I/opt/ncs/zephyr/arch/arm/include -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/zephyr/lib/libc/common/include -fno-strict-aliasing -Os -imacros /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99 -o zephyr/CMakeFiles/zephyr.dir/lib/crc/crc16_sw.c.obj -c /opt/ncs/zephyr/lib/crc/crc16_sw.c",
+  "file": "/opt/ncs/zephyr/lib/crc/crc16_sw.c",
+  "output": "zephyr/CMakeFiles/zephyr.dir/lib/crc/crc16_sw.c.obj"
+},
+{
+  "directory": "/home/code/workspace/projet_systm_menacer/projetalexiot/build",
+  "command": "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -D_ANSI_SOURCE -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1 -I/opt/ncs/zephyr/kernel/include -I/opt/ncs/zephyr/arch/arm/include -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/zephyr/lib/libc/common/include -fno-strict-aliasing -Os -imacros /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99 -o zephyr/CMakeFiles/zephyr.dir/lib/crc/crc8_sw.c.obj -c /opt/ncs/zephyr/lib/crc/crc8_sw.c",
+  "file": "/opt/ncs/zephyr/lib/crc/crc8_sw.c",
+  "output": "zephyr/CMakeFiles/zephyr.dir/lib/crc/crc8_sw.c.obj"
+},
+{
+  "directory": "/home/code/workspace/projet_systm_menacer/projetalexiot/build",
+  "command": "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -D_ANSI_SOURCE -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1 -I/opt/ncs/zephyr/kernel/include -I/opt/ncs/zephyr/arch/arm/include -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/zephyr/lib/libc/common/include -fno-strict-aliasing -Os -imacros /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99 -o zephyr/CMakeFiles/zephyr.dir/lib/crc/crc7_sw.c.obj -c /opt/ncs/zephyr/lib/crc/crc7_sw.c",
+  "file": "/opt/ncs/zephyr/lib/crc/crc7_sw.c",
+  "output": "zephyr/CMakeFiles/zephyr.dir/lib/crc/crc7_sw.c.obj"
+},
+{
+  "directory": "/home/code/workspace/projet_systm_menacer/projetalexiot/build",
+  "command": "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -D_ANSI_SOURCE -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1 -I/opt/ncs/zephyr/kernel/include -I/opt/ncs/zephyr/arch/arm/include -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/zephyr/lib/libc/common/include -fno-strict-aliasing -Os -imacros /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99 -o zephyr/CMakeFiles/zephyr.dir/lib/crc/crc4_sw.c.obj -c /opt/ncs/zephyr/lib/crc/crc4_sw.c",
+  "file": "/opt/ncs/zephyr/lib/crc/crc4_sw.c",
+  "output": "zephyr/CMakeFiles/zephyr.dir/lib/crc/crc4_sw.c.obj"
+},
+{
+  "directory": "/home/code/workspace/projet_systm_menacer/projetalexiot/build",
+  "command": "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -D_ANSI_SOURCE -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1 -I/opt/ncs/zephyr/kernel/include -I/opt/ncs/zephyr/arch/arm/include -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/zephyr/lib/libc/common/include -fno-strict-aliasing -Os -imacros /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99 -o zephyr/CMakeFiles/zephyr.dir/lib/heap/heap.c.obj -c /opt/ncs/zephyr/lib/heap/heap.c",
+  "file": "/opt/ncs/zephyr/lib/heap/heap.c",
+  "output": "zephyr/CMakeFiles/zephyr.dir/lib/heap/heap.c.obj"
+},
+{
+  "directory": "/home/code/workspace/projet_systm_menacer/projetalexiot/build",
+  "command": "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -D_ANSI_SOURCE -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1 -I/opt/ncs/zephyr/kernel/include -I/opt/ncs/zephyr/arch/arm/include -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/zephyr/lib/libc/common/include -fno-strict-aliasing -Os -imacros /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99 -o zephyr/CMakeFiles/zephyr.dir/lib/os/cbprintf_packaged.c.obj -c /opt/ncs/zephyr/lib/os/cbprintf_packaged.c",
+  "file": "/opt/ncs/zephyr/lib/os/cbprintf_packaged.c",
+  "output": "zephyr/CMakeFiles/zephyr.dir/lib/os/cbprintf_packaged.c.obj"
+},
+{
+  "directory": "/home/code/workspace/projet_systm_menacer/projetalexiot/build",
+  "command": "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -D_ANSI_SOURCE -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1 -I/opt/ncs/zephyr/kernel/include -I/opt/ncs/zephyr/arch/arm/include -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/zephyr/lib/libc/common/include -fno-strict-aliasing -Os -imacros /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99 -o zephyr/CMakeFiles/zephyr.dir/lib/os/printk.c.obj -c /opt/ncs/zephyr/lib/os/printk.c",
+  "file": "/opt/ncs/zephyr/lib/os/printk.c",
+  "output": "zephyr/CMakeFiles/zephyr.dir/lib/os/printk.c.obj"
+},
+{
+  "directory": "/home/code/workspace/projet_systm_menacer/projetalexiot/build",
+  "command": "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -D_ANSI_SOURCE -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1 -I/opt/ncs/zephyr/kernel/include -I/opt/ncs/zephyr/arch/arm/include -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/zephyr/lib/libc/common/include -fno-strict-aliasing -Os -imacros /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99 -o zephyr/CMakeFiles/zephyr.dir/lib/os/sem.c.obj -c /opt/ncs/zephyr/lib/os/sem.c",
+  "file": "/opt/ncs/zephyr/lib/os/sem.c",
+  "output": "zephyr/CMakeFiles/zephyr.dir/lib/os/sem.c.obj"
+},
+{
+  "directory": "/home/code/workspace/projet_systm_menacer/projetalexiot/build",
+  "command": "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -D_ANSI_SOURCE -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1 -I/opt/ncs/zephyr/kernel/include -I/opt/ncs/zephyr/arch/arm/include -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/zephyr/lib/libc/common/include -fno-strict-aliasing -Os -imacros /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99 -o zephyr/CMakeFiles/zephyr.dir/lib/os/thread_entry.c.obj -c /opt/ncs/zephyr/lib/os/thread_entry.c",
+  "file": "/opt/ncs/zephyr/lib/os/thread_entry.c",
+  "output": "zephyr/CMakeFiles/zephyr.dir/lib/os/thread_entry.c.obj"
+},
+{
+  "directory": "/home/code/workspace/projet_systm_menacer/projetalexiot/build",
+  "command": "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -D_ANSI_SOURCE -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1 -I/opt/ncs/zephyr/kernel/include -I/opt/ncs/zephyr/arch/arm/include -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/zephyr/lib/libc/common/include -fno-strict-aliasing -Os -imacros /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99 -o zephyr/CMakeFiles/zephyr.dir/lib/os/cbprintf_complete.c.obj -c /opt/ncs/zephyr/lib/os/cbprintf_complete.c",
+  "file": "/opt/ncs/zephyr/lib/os/cbprintf_complete.c",
+  "output": "zephyr/CMakeFiles/zephyr.dir/lib/os/cbprintf_complete.c.obj"
+},
+{
+  "directory": "/home/code/workspace/projet_systm_menacer/projetalexiot/build",
+  "command": "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -D_ANSI_SOURCE -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1 -I/opt/ncs/zephyr/kernel/include -I/opt/ncs/zephyr/arch/arm/include -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/zephyr/lib/libc/common/include -fno-strict-aliasing -Os -imacros /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99 -o zephyr/CMakeFiles/zephyr.dir/lib/os/cbprintf.c.obj -c /opt/ncs/zephyr/lib/os/cbprintf.c",
+  "file": "/opt/ncs/zephyr/lib/os/cbprintf.c",
+  "output": "zephyr/CMakeFiles/zephyr.dir/lib/os/cbprintf.c.obj"
+},
+{
+  "directory": "/home/code/workspace/projet_systm_menacer/projetalexiot/build",
+  "command": "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -D_ANSI_SOURCE -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1 -I/opt/ncs/zephyr/kernel/include -I/opt/ncs/zephyr/arch/arm/include -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/zephyr/lib/libc/common/include -fno-strict-aliasing -Os -imacros /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99 -o zephyr/CMakeFiles/zephyr.dir/lib/os/assert.c.obj -c /opt/ncs/zephyr/lib/os/assert.c",
+  "file": "/opt/ncs/zephyr/lib/os/assert.c",
+  "output": "zephyr/CMakeFiles/zephyr.dir/lib/os/assert.c.obj"
+},
+{
+  "directory": "/home/code/workspace/projet_systm_menacer/projetalexiot/build",
+  "command": "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -D_ANSI_SOURCE -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1 -I/opt/ncs/zephyr/kernel/include -I/opt/ncs/zephyr/arch/arm/include -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/zephyr/lib/libc/common/include -fno-strict-aliasing -Os -imacros /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99 -o zephyr/CMakeFiles/zephyr.dir/lib/os/mpsc_pbuf.c.obj -c /opt/ncs/zephyr/lib/os/mpsc_pbuf.c",
+  "file": "/opt/ncs/zephyr/lib/os/mpsc_pbuf.c",
+  "output": "zephyr/CMakeFiles/zephyr.dir/lib/os/mpsc_pbuf.c.obj"
+},
+{
+  "directory": "/home/code/workspace/projet_systm_menacer/projetalexiot/build",
+  "command": "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -D_ANSI_SOURCE -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1 -I/opt/ncs/zephyr/kernel/include -I/opt/ncs/zephyr/arch/arm/include -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/zephyr/lib/libc/common/include -fno-strict-aliasing -Os -imacros /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99 -o zephyr/CMakeFiles/zephyr.dir/lib/utils/dec.c.obj -c /opt/ncs/zephyr/lib/utils/dec.c",
+  "file": "/opt/ncs/zephyr/lib/utils/dec.c",
+  "output": "zephyr/CMakeFiles/zephyr.dir/lib/utils/dec.c.obj"
+},
+{
+  "directory": "/home/code/workspace/projet_systm_menacer/projetalexiot/build",
+  "command": "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -D_ANSI_SOURCE -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1 -I/opt/ncs/zephyr/kernel/include -I/opt/ncs/zephyr/arch/arm/include -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/zephyr/lib/libc/common/include -fno-strict-aliasing -Os -imacros /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99 -o zephyr/CMakeFiles/zephyr.dir/lib/utils/hex.c.obj -c /opt/ncs/zephyr/lib/utils/hex.c",
+  "file": "/opt/ncs/zephyr/lib/utils/hex.c",
+  "output": "zephyr/CMakeFiles/zephyr.dir/lib/utils/hex.c.obj"
+},
+{
+  "directory": "/home/code/workspace/projet_systm_menacer/projetalexiot/build",
+  "command": "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -D_ANSI_SOURCE -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1 -I/opt/ncs/zephyr/kernel/include -I/opt/ncs/zephyr/arch/arm/include -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/zephyr/lib/libc/common/include -fno-strict-aliasing -Os -imacros /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99 -o zephyr/CMakeFiles/zephyr.dir/lib/utils/rb.c.obj -c /opt/ncs/zephyr/lib/utils/rb.c",
+  "file": "/opt/ncs/zephyr/lib/utils/rb.c",
+  "output": "zephyr/CMakeFiles/zephyr.dir/lib/utils/rb.c.obj"
+},
+{
+  "directory": "/home/code/workspace/projet_systm_menacer/projetalexiot/build",
+  "command": "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -D_ANSI_SOURCE -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1 -I/opt/ncs/zephyr/kernel/include -I/opt/ncs/zephyr/arch/arm/include -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/zephyr/lib/libc/common/include -fno-strict-aliasing -Os -imacros /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99 -o zephyr/CMakeFiles/zephyr.dir/lib/utils/timeutil.c.obj -c /opt/ncs/zephyr/lib/utils/timeutil.c",
+  "file": "/opt/ncs/zephyr/lib/utils/timeutil.c",
+  "output": "zephyr/CMakeFiles/zephyr.dir/lib/utils/timeutil.c.obj"
+},
+{
+  "directory": "/home/code/workspace/projet_systm_menacer/projetalexiot/build",
+  "command": "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -D_ANSI_SOURCE -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1 -I/opt/ncs/zephyr/kernel/include -I/opt/ncs/zephyr/arch/arm/include -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/zephyr/lib/libc/common/include -fno-strict-aliasing -Os -imacros /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99 -o zephyr/CMakeFiles/zephyr.dir/lib/utils/bitarray.c.obj -c /opt/ncs/zephyr/lib/utils/bitarray.c",
+  "file": "/opt/ncs/zephyr/lib/utils/bitarray.c",
+  "output": "zephyr/CMakeFiles/zephyr.dir/lib/utils/bitarray.c.obj"
+},
+{
+  "directory": "/home/code/workspace/projet_systm_menacer/projetalexiot/build",
+  "command": "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -D_ANSI_SOURCE -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1 -I/opt/ncs/zephyr/kernel/include -I/opt/ncs/zephyr/arch/arm/include -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/zephyr/lib/libc/common/include -fno-strict-aliasing -Os -imacros /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99 -o zephyr/CMakeFiles/zephyr.dir/lib/utils/onoff.c.obj -c /opt/ncs/zephyr/lib/utils/onoff.c",
+  "file": "/opt/ncs/zephyr/lib/utils/onoff.c",
+  "output": "zephyr/CMakeFiles/zephyr.dir/lib/utils/onoff.c.obj"
+},
+{
+  "directory": "/home/code/workspace/projet_systm_menacer/projetalexiot/build",
+  "command": "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -D_ANSI_SOURCE -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1 -I/opt/ncs/zephyr/kernel/include -I/opt/ncs/zephyr/arch/arm/include -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/zephyr/lib/libc/common/include -fno-strict-aliasing -Os -imacros /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99 -o zephyr/CMakeFiles/zephyr.dir/lib/utils/notify.c.obj -c /opt/ncs/zephyr/lib/utils/notify.c",
+  "file": "/opt/ncs/zephyr/lib/utils/notify.c",
+  "output": "zephyr/CMakeFiles/zephyr.dir/lib/utils/notify.c.obj"
+},
+{
+  "directory": "/home/code/workspace/projet_systm_menacer/projetalexiot/build",
+  "command": "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -D_ANSI_SOURCE -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1 -I/opt/ncs/zephyr/kernel/include -I/opt/ncs/zephyr/arch/arm/include -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/zephyr/lib/libc/common/include -fno-strict-aliasing -Os -imacros /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99 -o zephyr/CMakeFiles/zephyr.dir/misc/generated/configs.c.obj -c /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/configs.c",
+  "file": "/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/configs.c",
+  "output": "zephyr/CMakeFiles/zephyr.dir/misc/generated/configs.c.obj"
+},
+{
+  "directory": "/home/code/workspace/projet_systm_menacer/projetalexiot/build",
+  "command": "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -D_ANSI_SOURCE -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1 -I/opt/ncs/zephyr/kernel/include -I/opt/ncs/zephyr/arch/arm/include -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/zephyr/lib/libc/common/include -fno-strict-aliasing -Os -imacros /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99 -o zephyr/CMakeFiles/zephyr.dir/subsys/fs/nvs/nvs.c.obj -c /opt/ncs/zephyr/subsys/fs/nvs/nvs.c",
+  "file": "/opt/ncs/zephyr/subsys/fs/nvs/nvs.c",
+  "output": "zephyr/CMakeFiles/zephyr.dir/subsys/fs/nvs/nvs.c.obj"
+},
+{
+  "directory": "/home/code/workspace/projet_systm_menacer/projetalexiot/build",
+  "command": "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -D_ANSI_SOURCE -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1 -I/opt/ncs/zephyr/kernel/include -I/opt/ncs/zephyr/arch/arm/include -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/zephyr/lib/libc/common/include -fno-strict-aliasing -Os -imacros /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99 -o zephyr/CMakeFiles/zephyr.dir/subsys/logging/log_core.c.obj -c /opt/ncs/zephyr/subsys/logging/log_core.c",
+  "file": "/opt/ncs/zephyr/subsys/logging/log_core.c",
+  "output": "zephyr/CMakeFiles/zephyr.dir/subsys/logging/log_core.c.obj"
+},
+{
+  "directory": "/home/code/workspace/projet_systm_menacer/projetalexiot/build",
+  "command": "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -D_ANSI_SOURCE -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1 -I/opt/ncs/zephyr/kernel/include -I/opt/ncs/zephyr/arch/arm/include -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/zephyr/lib/libc/common/include -fno-strict-aliasing -Os -imacros /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99 -o zephyr/CMakeFiles/zephyr.dir/subsys/logging/log_mgmt.c.obj -c /opt/ncs/zephyr/subsys/logging/log_mgmt.c",
+  "file": "/opt/ncs/zephyr/subsys/logging/log_mgmt.c",
+  "output": "zephyr/CMakeFiles/zephyr.dir/subsys/logging/log_mgmt.c.obj"
+},
+{
+  "directory": "/home/code/workspace/projet_systm_menacer/projetalexiot/build",
+  "command": "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -D_ANSI_SOURCE -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1 -I/opt/ncs/zephyr/kernel/include -I/opt/ncs/zephyr/arch/arm/include -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/zephyr/lib/libc/common/include -fno-strict-aliasing -Os -imacros /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99 -o zephyr/CMakeFiles/zephyr.dir/subsys/logging/log_cache.c.obj -c /opt/ncs/zephyr/subsys/logging/log_cache.c",
+  "file": "/opt/ncs/zephyr/subsys/logging/log_cache.c",
+  "output": "zephyr/CMakeFiles/zephyr.dir/subsys/logging/log_cache.c.obj"
+},
+{
+  "directory": "/home/code/workspace/projet_systm_menacer/projetalexiot/build",
+  "command": "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -D_ANSI_SOURCE -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1 -I/opt/ncs/zephyr/kernel/include -I/opt/ncs/zephyr/arch/arm/include -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/zephyr/lib/libc/common/include -fno-strict-aliasing -Os -imacros /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99 -o zephyr/CMakeFiles/zephyr.dir/subsys/logging/log_msg.c.obj -c /opt/ncs/zephyr/subsys/logging/log_msg.c",
+  "file": "/opt/ncs/zephyr/subsys/logging/log_msg.c",
+  "output": "zephyr/CMakeFiles/zephyr.dir/subsys/logging/log_msg.c.obj"
+},
+{
+  "directory": "/home/code/workspace/projet_systm_menacer/projetalexiot/build",
+  "command": "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -D_ANSI_SOURCE -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1 -I/opt/ncs/zephyr/kernel/include -I/opt/ncs/zephyr/arch/arm/include -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/zephyr/lib/libc/common/include -fno-strict-aliasing -Os -imacros /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99 -o zephyr/CMakeFiles/zephyr.dir/subsys/logging/log_output.c.obj -c /opt/ncs/zephyr/subsys/logging/log_output.c",
+  "file": "/opt/ncs/zephyr/subsys/logging/log_output.c",
+  "output": "zephyr/CMakeFiles/zephyr.dir/subsys/logging/log_output.c.obj"
+},
+{
+  "directory": "/home/code/workspace/projet_systm_menacer/projetalexiot/build",
+  "command": "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -D_ANSI_SOURCE -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1 -I/opt/ncs/zephyr/kernel/include -I/opt/ncs/zephyr/arch/arm/include -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/zephyr/lib/libc/common/include -fno-strict-aliasing -Os -imacros /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99 -o zephyr/CMakeFiles/zephyr.dir/subsys/logging/backends/log_backend_uart.c.obj -c /opt/ncs/zephyr/subsys/logging/backends/log_backend_uart.c",
+  "file": "/opt/ncs/zephyr/subsys/logging/backends/log_backend_uart.c",
+  "output": "zephyr/CMakeFiles/zephyr.dir/subsys/logging/backends/log_backend_uart.c.obj"
+},
+{
+  "directory": "/home/code/workspace/projet_systm_menacer/projetalexiot/build",
+  "command": "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -D_ANSI_SOURCE -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1 -I/opt/ncs/zephyr/kernel/include -I/opt/ncs/zephyr/arch/arm/include -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/zephyr/lib/libc/common/include -fno-strict-aliasing -Os -imacros /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99 -o zephyr/CMakeFiles/zephyr.dir/subsys/storage/flash_map/flash_map.c.obj -c /opt/ncs/zephyr/subsys/storage/flash_map/flash_map.c",
+  "file": "/opt/ncs/zephyr/subsys/storage/flash_map/flash_map.c",
+  "output": "zephyr/CMakeFiles/zephyr.dir/subsys/storage/flash_map/flash_map.c.obj"
+},
+{
+  "directory": "/home/code/workspace/projet_systm_menacer/projetalexiot/build",
+  "command": "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -D_ANSI_SOURCE -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1 -I/opt/ncs/zephyr/kernel/include -I/opt/ncs/zephyr/arch/arm/include -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/zephyr/lib/libc/common/include -fno-strict-aliasing -Os -imacros /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99 -o zephyr/CMakeFiles/zephyr.dir/subsys/storage/flash_map/flash_map_default.c.obj -c /opt/ncs/zephyr/subsys/storage/flash_map/flash_map_default.c",
+  "file": "/opt/ncs/zephyr/subsys/storage/flash_map/flash_map_default.c",
+  "output": "zephyr/CMakeFiles/zephyr.dir/subsys/storage/flash_map/flash_map_default.c.obj"
+},
+{
+  "directory": "/home/code/workspace/projet_systm_menacer/projetalexiot/build",
+  "command": "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -D_ANSI_SOURCE -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1 -I/opt/ncs/zephyr/kernel/include -I/opt/ncs/zephyr/arch/arm/include -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/zephyr/lib/libc/common/include -fno-strict-aliasing -Os -imacros /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99 -o zephyr/CMakeFiles/zephyr.dir/subsys/storage/flash_map/flash_map_layout.c.obj -c /opt/ncs/zephyr/subsys/storage/flash_map/flash_map_layout.c",
+  "file": "/opt/ncs/zephyr/subsys/storage/flash_map/flash_map_layout.c",
+  "output": "zephyr/CMakeFiles/zephyr.dir/subsys/storage/flash_map/flash_map_layout.c.obj"
+},
+{
+  "directory": "/home/code/workspace/projet_systm_menacer/projetalexiot/build",
+  "command": "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -D_ANSI_SOURCE -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1 -I/opt/ncs/zephyr/kernel/include -I/opt/ncs/zephyr/arch/arm/include -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/zephyr/lib/libc/common/include -fno-strict-aliasing -Os -imacros /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99 -o zephyr/CMakeFiles/zephyr.dir/subsys/tracing/tracing_none.c.obj -c /opt/ncs/zephyr/subsys/tracing/tracing_none.c",
+  "file": "/opt/ncs/zephyr/subsys/tracing/tracing_none.c",
+  "output": "zephyr/CMakeFiles/zephyr.dir/subsys/tracing/tracing_none.c.obj"
+},
+{
+  "directory": "/home/code/workspace/projet_systm_menacer/projetalexiot/build",
+  "command": "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -D_ANSI_SOURCE -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1 -I/opt/ncs/zephyr/kernel/include -I/opt/ncs/zephyr/arch/arm/include -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/zephyr/lib/libc/common/include -fno-strict-aliasing -Os -imacros /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99 -o zephyr/CMakeFiles/zephyr.dir/subsys/net/lib/utils/addr_utils.c.obj -c /opt/ncs/zephyr/subsys/net/lib/utils/addr_utils.c",
+  "file": "/opt/ncs/zephyr/subsys/net/lib/utils/addr_utils.c",
+  "output": "zephyr/CMakeFiles/zephyr.dir/subsys/net/lib/utils/addr_utils.c.obj"
+},
+{
+  "directory": "/home/code/workspace/projet_systm_menacer/projetalexiot/build",
+  "command": "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -D_ANSI_SOURCE -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1 -I/opt/ncs/zephyr/kernel/include -I/opt/ncs/zephyr/arch/arm/include -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/zephyr/lib/libc/common/include -fno-strict-aliasing -Os -imacros /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99 -o zephyr/CMakeFiles/zephyr.dir/subsys/settings/src/settings_store.c.obj -c /opt/ncs/zephyr/subsys/settings/src/settings_store.c",
+  "file": "/opt/ncs/zephyr/subsys/settings/src/settings_store.c",
+  "output": "zephyr/CMakeFiles/zephyr.dir/subsys/settings/src/settings_store.c.obj"
+},
+{
+  "directory": "/home/code/workspace/projet_systm_menacer/projetalexiot/build",
+  "command": "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -D_ANSI_SOURCE -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1 -I/opt/ncs/zephyr/kernel/include -I/opt/ncs/zephyr/arch/arm/include -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/zephyr/lib/libc/common/include -fno-strict-aliasing -Os -imacros /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99 -o zephyr/CMakeFiles/zephyr.dir/subsys/settings/src/settings.c.obj -c /opt/ncs/zephyr/subsys/settings/src/settings.c",
+  "file": "/opt/ncs/zephyr/subsys/settings/src/settings.c",
+  "output": "zephyr/CMakeFiles/zephyr.dir/subsys/settings/src/settings.c.obj"
+},
+{
+  "directory": "/home/code/workspace/projet_systm_menacer/projetalexiot/build",
+  "command": "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -D_ANSI_SOURCE -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1 -I/opt/ncs/zephyr/kernel/include -I/opt/ncs/zephyr/arch/arm/include -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/zephyr/lib/libc/common/include -fno-strict-aliasing -Os -imacros /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99 -o zephyr/CMakeFiles/zephyr.dir/subsys/settings/src/settings_init.c.obj -c /opt/ncs/zephyr/subsys/settings/src/settings_init.c",
+  "file": "/opt/ncs/zephyr/subsys/settings/src/settings_init.c",
+  "output": "zephyr/CMakeFiles/zephyr.dir/subsys/settings/src/settings_init.c.obj"
+},
+{
+  "directory": "/home/code/workspace/projet_systm_menacer/projetalexiot/build",
+  "command": "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -D_ANSI_SOURCE -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1 -I/opt/ncs/zephyr/kernel/include -I/opt/ncs/zephyr/arch/arm/include -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/zephyr/lib/libc/common/include -fno-strict-aliasing -Os -imacros /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99 -o zephyr/CMakeFiles/zephyr.dir/subsys/settings/src/settings_line.c.obj -c /opt/ncs/zephyr/subsys/settings/src/settings_line.c",
+  "file": "/opt/ncs/zephyr/subsys/settings/src/settings_line.c",
+  "output": "zephyr/CMakeFiles/zephyr.dir/subsys/settings/src/settings_line.c.obj"
+},
+{
+  "directory": "/home/code/workspace/projet_systm_menacer/projetalexiot/build",
+  "command": "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -D_ANSI_SOURCE -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1 -I/opt/ncs/zephyr/kernel/include -I/opt/ncs/zephyr/arch/arm/include -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/zephyr/lib/libc/common/include -fno-strict-aliasing -Os -imacros /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99 -o zephyr/CMakeFiles/zephyr.dir/subsys/settings/src/settings_nvs.c.obj -c /opt/ncs/zephyr/subsys/settings/src/settings_nvs.c",
+  "file": "/opt/ncs/zephyr/subsys/settings/src/settings_nvs.c",
+  "output": "zephyr/CMakeFiles/zephyr.dir/subsys/settings/src/settings_nvs.c.obj"
+},
+{
+  "directory": "/home/code/workspace/projet_systm_menacer/projetalexiot/build",
+  "command": "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -D_ANSI_SOURCE -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1 -I/opt/ncs/zephyr/kernel/include -I/opt/ncs/zephyr/arch/arm/include -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/zephyr/lib/libc/common/include -fno-strict-aliasing -Os -imacros /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99 -o zephyr/CMakeFiles/zephyr.dir/opt/ncs/nrf/lib/boot_banner/banner.c.obj -c /opt/ncs/nrf/lib/boot_banner/banner.c",
+  "file": "/opt/ncs/nrf/lib/boot_banner/banner.c",
+  "output": "zephyr/CMakeFiles/zephyr.dir/opt/ncs/nrf/lib/boot_banner/banner.c.obj"
+},
+{
+  "directory": "/home/code/workspace/projet_systm_menacer/projetalexiot/build",
+  "command": "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -D_ANSI_SOURCE -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1 -I/opt/ncs/zephyr/kernel/include -I/opt/ncs/zephyr/arch/arm/include -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/zephyr/lib/libc/common/include -fno-strict-aliasing -Os -imacros /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99 -o zephyr/CMakeFiles/zephyr.dir/opt/ncs/nrf/subsys/bluetooth/host_extensions/host_extensions.c.obj -c /opt/ncs/nrf/subsys/bluetooth/host_extensions/host_extensions.c",
+  "file": "/opt/ncs/nrf/subsys/bluetooth/host_extensions/host_extensions.c",
+  "output": "zephyr/CMakeFiles/zephyr.dir/opt/ncs/nrf/subsys/bluetooth/host_extensions/host_extensions.c.obj"
+},
+{
+  "directory": "/home/code/workspace/projet_systm_menacer/projetalexiot/build",
+  "command": "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -D_ANSI_SOURCE -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1 -I/opt/ncs/zephyr/kernel/include -I/opt/ncs/zephyr/arch/arm/include -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/zephyr/lib/libc/common/include -fno-strict-aliasing -Os -imacros /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99 -o zephyr/CMakeFiles/zephyr.dir/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver/lis2mdl_reg.c.obj -c /opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver/lis2mdl_reg.c",
+  "file": "/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver/lis2mdl_reg.c",
+  "output": "zephyr/CMakeFiles/zephyr.dir/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver/lis2mdl_reg.c.obj"
+},
+{
+  "directory": "/home/code/workspace/projet_systm_menacer/projetalexiot/build",
+  "command": "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -D_ANSI_SOURCE -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1 -I/opt/ncs/zephyr/kernel/include -I/opt/ncs/zephyr/arch/arm/include -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/zephyr/lib/libc/common/include -fno-strict-aliasing -Os -imacros /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99 -o zephyr/CMakeFiles/zephyr.dir/opt/ncs/modules/crypto/tinycrypt/lib/source/utils.c.obj -c /opt/ncs/modules/crypto/tinycrypt/lib/source/utils.c",
+  "file": "/opt/ncs/modules/crypto/tinycrypt/lib/source/utils.c",
+  "output": "zephyr/CMakeFiles/zephyr.dir/opt/ncs/modules/crypto/tinycrypt/lib/source/utils.c.obj"
+},
+{
+  "directory": "/home/code/workspace/projet_systm_menacer/projetalexiot/build",
+  "command": "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -D_ANSI_SOURCE -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1 -I/opt/ncs/zephyr/kernel/include -I/opt/ncs/zephyr/arch/arm/include -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/zephyr/lib/libc/common/include -fno-strict-aliasing -Os -imacros /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99 -o zephyr/CMakeFiles/zephyr.dir/opt/ncs/modules/crypto/tinycrypt/lib/source/aes_decrypt.c.obj -c /opt/ncs/modules/crypto/tinycrypt/lib/source/aes_decrypt.c",
+  "file": "/opt/ncs/modules/crypto/tinycrypt/lib/source/aes_decrypt.c",
+  "output": "zephyr/CMakeFiles/zephyr.dir/opt/ncs/modules/crypto/tinycrypt/lib/source/aes_decrypt.c.obj"
+},
+{
+  "directory": "/home/code/workspace/projet_systm_menacer/projetalexiot/build",
+  "command": "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -D_ANSI_SOURCE -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1 -I/opt/ncs/zephyr/kernel/include -I/opt/ncs/zephyr/arch/arm/include -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/zephyr/lib/libc/common/include -fno-strict-aliasing -Os -imacros /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99 -o zephyr/CMakeFiles/zephyr.dir/opt/ncs/modules/crypto/tinycrypt/lib/source/aes_encrypt.c.obj -c /opt/ncs/modules/crypto/tinycrypt/lib/source/aes_encrypt.c",
+  "file": "/opt/ncs/modules/crypto/tinycrypt/lib/source/aes_encrypt.c",
+  "output": "zephyr/CMakeFiles/zephyr.dir/opt/ncs/modules/crypto/tinycrypt/lib/source/aes_encrypt.c.obj"
+},
+{
+  "directory": "/home/code/workspace/projet_systm_menacer/projetalexiot/build",
+  "command": "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -D_ANSI_SOURCE -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1 -I/opt/ncs/zephyr/kernel/include -I/opt/ncs/zephyr/arch/arm/include -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/zephyr/lib/libc/common/include -fno-strict-aliasing -Os -imacros /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99 -o zephyr/CMakeFiles/zephyr.dir/opt/ncs/modules/crypto/tinycrypt/lib/source/cmac_mode.c.obj -c /opt/ncs/modules/crypto/tinycrypt/lib/source/cmac_mode.c",
+  "file": "/opt/ncs/modules/crypto/tinycrypt/lib/source/cmac_mode.c",
+  "output": "zephyr/CMakeFiles/zephyr.dir/opt/ncs/modules/crypto/tinycrypt/lib/source/cmac_mode.c.obj"
+},
+{
+  "directory": "/home/code/workspace/projet_systm_menacer/projetalexiot/build",
+  "command": "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -D_ANSI_SOURCE -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1 -I/opt/ncs/zephyr/kernel/include -I/opt/ncs/zephyr/arch/arm/include -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/zephyr/lib/libc/common/include -fno-strict-aliasing -Os -imacros /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99 -fno-lto -o zephyr/CMakeFiles/offsets.dir/arch/arm/core/offsets/offsets.c.obj -c /opt/ncs/zephyr/arch/arm/core/offsets/offsets.c",
+  "file": "/opt/ncs/zephyr/arch/arm/core/offsets/offsets.c",
+  "output": "zephyr/CMakeFiles/offsets.dir/arch/arm/core/offsets/offsets.c.obj"
+},
+{
+  "directory": "/home/code/workspace/projet_systm_menacer/projetalexiot/build",
+  "command": "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -D_ANSI_SOURCE -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1 -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -I/opt/ncs/nrfxlib/crypto/nrf_oberon/include -isystem /opt/ncs/zephyr/lib/libc/common/include -fno-strict-aliasing -Os -imacros /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99 -o zephyr/CMakeFiles/zephyr_pre0.dir/misc/empty_file.c.obj -c /opt/ncs/zephyr/misc/empty_file.c",
+  "file": "/opt/ncs/zephyr/misc/empty_file.c",
+  "output": "zephyr/CMakeFiles/zephyr_pre0.dir/misc/empty_file.c.obj"
+},
+{
+  "directory": "/home/code/workspace/projet_systm_menacer/projetalexiot/build",
+  "command": "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -D_ANSI_SOURCE -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1 -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -I/opt/ncs/nrfxlib/crypto/nrf_oberon/include -isystem /opt/ncs/zephyr/lib/libc/common/include -fno-strict-aliasing -Os -imacros /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99 -o zephyr/CMakeFiles/zephyr_final.dir/misc/empty_file.c.obj -c /opt/ncs/zephyr/misc/empty_file.c",
+  "file": "/opt/ncs/zephyr/misc/empty_file.c",
+  "output": "zephyr/CMakeFiles/zephyr_final.dir/misc/empty_file.c.obj"
+},
+{
+  "directory": "/home/code/workspace/projet_systm_menacer/projetalexiot/build",
+  "command": "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -D_ANSI_SOURCE -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1 -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -I/opt/ncs/nrfxlib/crypto/nrf_oberon/include -isystem /opt/ncs/zephyr/lib/libc/common/include -fno-strict-aliasing -Os -imacros /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99 -o zephyr/CMakeFiles/zephyr_final.dir/isr_tables.c.obj -c /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/isr_tables.c",
+  "file": "/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/isr_tables.c",
+  "output": "zephyr/CMakeFiles/zephyr_final.dir/isr_tables.c.obj"
+},
+{
+  "directory": "/home/code/workspace/projet_systm_menacer/projetalexiot/build",
+  "command": "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -D_ANSI_SOURCE -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR_SUPERVISOR__ -D__ZEPHYR__=1 -I/opt/ncs/zephyr/kernel/include -I/opt/ncs/zephyr/arch/arm/include -I/opt/ncs/zephyr/arch/common/include -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/zephyr/lib/libc/common/include -Wshadow -fno-strict-aliasing -Os -imacros /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99 -o zephyr/arch/common/CMakeFiles/arch__common.dir/sw_isr_common.c.obj -c /opt/ncs/zephyr/arch/common/sw_isr_common.c",
+  "file": "/opt/ncs/zephyr/arch/common/sw_isr_common.c",
+  "output": "zephyr/arch/common/CMakeFiles/arch__common.dir/sw_isr_common.c.obj"
+},
+{
+  "directory": "/home/code/workspace/projet_systm_menacer/projetalexiot/build",
+  "command": "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -D_ANSI_SOURCE -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR_SUPERVISOR__ -D__ZEPHYR__=1 -I/opt/ncs/zephyr/kernel/include -I/opt/ncs/zephyr/arch/arm/include -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/zephyr/lib/libc/common/include -Wshadow -fno-strict-aliasing -Os -imacros /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99 -o zephyr/arch/common/CMakeFiles/isr_tables.dir/isr_tables.c.obj -c /opt/ncs/zephyr/arch/common/isr_tables.c",
+  "file": "/opt/ncs/zephyr/arch/common/isr_tables.c",
+  "output": "zephyr/arch/common/CMakeFiles/isr_tables.dir/isr_tables.c.obj"
+},
+{
+  "directory": "/home/code/workspace/projet_systm_menacer/projetalexiot/build",
+  "command": "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -D_ANSI_SOURCE -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR_SUPERVISOR__ -D__ZEPHYR__=1 -I/opt/ncs/zephyr/kernel/include -I/opt/ncs/zephyr/arch/arm/include -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/zephyr/lib/libc/common/include -Wshadow -fno-strict-aliasing -Os -imacros /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99 -o zephyr/arch/arch/arm/core/CMakeFiles/arch__arm__core.dir/fatal.c.obj -c /opt/ncs/zephyr/arch/arm/core/fatal.c",
+  "file": "/opt/ncs/zephyr/arch/arm/core/fatal.c",
+  "output": "zephyr/arch/arch/arm/core/CMakeFiles/arch__arm__core.dir/fatal.c.obj"
+},
+{
+  "directory": "/home/code/workspace/projet_systm_menacer/projetalexiot/build",
+  "command": "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -D_ANSI_SOURCE -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR_SUPERVISOR__ -D__ZEPHYR__=1 -I/opt/ncs/zephyr/kernel/include -I/opt/ncs/zephyr/arch/arm/include -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/zephyr/lib/libc/common/include -Wshadow -fno-strict-aliasing -Os -imacros /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99 -o zephyr/arch/arch/arm/core/CMakeFiles/arch__arm__core.dir/nmi.c.obj -c /opt/ncs/zephyr/arch/arm/core/nmi.c",
+  "file": "/opt/ncs/zephyr/arch/arm/core/nmi.c",
+  "output": "zephyr/arch/arch/arm/core/CMakeFiles/arch__arm__core.dir/nmi.c.obj"
+},
+{
+  "directory": "/home/code/workspace/projet_systm_menacer/projetalexiot/build",
+  "command": "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -D_ANSI_SOURCE -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR_SUPERVISOR__ -D__ZEPHYR__=1 -I/opt/ncs/zephyr/kernel/include -I/opt/ncs/zephyr/arch/arm/include -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/zephyr/lib/libc/common/include -Wshadow -Os -imacros /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -xassembler-with-cpp -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -D_ASMLANGUAGE -Wno-unused-but-set-variable -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -o zephyr/arch/arch/arm/core/CMakeFiles/arch__arm__core.dir/nmi_on_reset.S.obj -c /opt/ncs/zephyr/arch/arm/core/nmi_on_reset.S",
+  "file": "/opt/ncs/zephyr/arch/arm/core/nmi_on_reset.S",
+  "output": "zephyr/arch/arch/arm/core/CMakeFiles/arch__arm__core.dir/nmi_on_reset.S.obj"
+},
+{
+  "directory": "/home/code/workspace/projet_systm_menacer/projetalexiot/build",
+  "command": "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -D_ANSI_SOURCE -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR_SUPERVISOR__ -D__ZEPHYR__=1 -I/opt/ncs/zephyr/kernel/include -I/opt/ncs/zephyr/arch/arm/include -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/zephyr/lib/libc/common/include -Wshadow -fno-strict-aliasing -Os -imacros /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99 -o zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/exc_exit.c.obj -c /opt/ncs/zephyr/arch/arm/core/cortex_m/exc_exit.c",
+  "file": "/opt/ncs/zephyr/arch/arm/core/cortex_m/exc_exit.c",
+  "output": "zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/exc_exit.c.obj"
+},
+{
+  "directory": "/home/code/workspace/projet_systm_menacer/projetalexiot/build",
+  "command": "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -D_ANSI_SOURCE -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR_SUPERVISOR__ -D__ZEPHYR__=1 -I/opt/ncs/zephyr/kernel/include -I/opt/ncs/zephyr/arch/arm/include -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/zephyr/lib/libc/common/include -Wshadow -fno-strict-aliasing -Os -imacros /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99 -o zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/fault.c.obj -c /opt/ncs/zephyr/arch/arm/core/cortex_m/fault.c",
+  "file": "/opt/ncs/zephyr/arch/arm/core/cortex_m/fault.c",
+  "output": "zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/fault.c.obj"
+},
+{
+  "directory": "/home/code/workspace/projet_systm_menacer/projetalexiot/build",
+  "command": "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -D_ANSI_SOURCE -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR_SUPERVISOR__ -D__ZEPHYR__=1 -I/opt/ncs/zephyr/kernel/include -I/opt/ncs/zephyr/arch/arm/include -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/zephyr/lib/libc/common/include -Wshadow -Os -imacros /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -xassembler-with-cpp -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -D_ASMLANGUAGE -Wno-unused-but-set-variable -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -o zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/fault_s.S.obj -c /opt/ncs/zephyr/arch/arm/core/cortex_m/fault_s.S",
+  "file": "/opt/ncs/zephyr/arch/arm/core/cortex_m/fault_s.S",
+  "output": "zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/fault_s.S.obj"
+},
+{
+  "directory": "/home/code/workspace/projet_systm_menacer/projetalexiot/build",
+  "command": "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -D_ANSI_SOURCE -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR_SUPERVISOR__ -D__ZEPHYR__=1 -I/opt/ncs/zephyr/kernel/include -I/opt/ncs/zephyr/arch/arm/include -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/zephyr/lib/libc/common/include -Wshadow -fno-strict-aliasing -Os -imacros /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99 -o zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/fpu.c.obj -c /opt/ncs/zephyr/arch/arm/core/cortex_m/fpu.c",
+  "file": "/opt/ncs/zephyr/arch/arm/core/cortex_m/fpu.c",
+  "output": "zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/fpu.c.obj"
+},
+{
+  "directory": "/home/code/workspace/projet_systm_menacer/projetalexiot/build",
+  "command": "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -D_ANSI_SOURCE -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR_SUPERVISOR__ -D__ZEPHYR__=1 -I/opt/ncs/zephyr/kernel/include -I/opt/ncs/zephyr/arch/arm/include -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/zephyr/lib/libc/common/include -Wshadow -Os -imacros /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -xassembler-with-cpp -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -D_ASMLANGUAGE -Wno-unused-but-set-variable -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -o zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/reset.S.obj -c /opt/ncs/zephyr/arch/arm/core/cortex_m/reset.S",
+  "file": "/opt/ncs/zephyr/arch/arm/core/cortex_m/reset.S",
+  "output": "zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/reset.S.obj"
+},
+{
+  "directory": "/home/code/workspace/projet_systm_menacer/projetalexiot/build",
+  "command": "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -D_ANSI_SOURCE -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR_SUPERVISOR__ -D__ZEPHYR__=1 -I/opt/ncs/zephyr/kernel/include -I/opt/ncs/zephyr/arch/arm/include -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/zephyr/lib/libc/common/include -Wshadow -fno-strict-aliasing -Os -imacros /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99 -o zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/scb.c.obj -c /opt/ncs/zephyr/arch/arm/core/cortex_m/scb.c",
+  "file": "/opt/ncs/zephyr/arch/arm/core/cortex_m/scb.c",
+  "output": "zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/scb.c.obj"
+},
+{
+  "directory": "/home/code/workspace/projet_systm_menacer/projetalexiot/build",
+  "command": "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -D_ANSI_SOURCE -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR_SUPERVISOR__ -D__ZEPHYR__=1 -I/opt/ncs/zephyr/kernel/include -I/opt/ncs/zephyr/arch/arm/include -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/zephyr/lib/libc/common/include -Wshadow -fno-strict-aliasing -Os -imacros /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99 -o zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/thread_abort.c.obj -c /opt/ncs/zephyr/arch/arm/core/cortex_m/thread_abort.c",
+  "file": "/opt/ncs/zephyr/arch/arm/core/cortex_m/thread_abort.c",
+  "output": "zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/thread_abort.c.obj"
+},
+{
+  "directory": "/home/code/workspace/projet_systm_menacer/projetalexiot/build",
+  "command": "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -D_ANSI_SOURCE -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR_SUPERVISOR__ -D__ZEPHYR__=1 -I/opt/ncs/zephyr/kernel/include -I/opt/ncs/zephyr/arch/arm/include -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/zephyr/lib/libc/common/include -Wshadow -Os -imacros /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -xassembler-with-cpp -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -D_ASMLANGUAGE -Wno-unused-but-set-variable -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -o zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/vector_table.S.obj -c /opt/ncs/zephyr/arch/arm/core/cortex_m/vector_table.S",
+  "file": "/opt/ncs/zephyr/arch/arm/core/cortex_m/vector_table.S",
+  "output": "zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/vector_table.S.obj"
+},
+{
+  "directory": "/home/code/workspace/projet_systm_menacer/projetalexiot/build",
+  "command": "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -D_ANSI_SOURCE -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR_SUPERVISOR__ -D__ZEPHYR__=1 -I/opt/ncs/zephyr/kernel/include -I/opt/ncs/zephyr/arch/arm/include -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/zephyr/lib/libc/common/include -Wshadow -fno-strict-aliasing -Os -imacros /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99 -o zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/swap.c.obj -c /opt/ncs/zephyr/arch/arm/core/cortex_m/swap.c",
+  "file": "/opt/ncs/zephyr/arch/arm/core/cortex_m/swap.c",
+  "output": "zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/swap.c.obj"
+},
+{
+  "directory": "/home/code/workspace/projet_systm_menacer/projetalexiot/build",
+  "command": "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -D_ANSI_SOURCE -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR_SUPERVISOR__ -D__ZEPHYR__=1 -I/opt/ncs/zephyr/kernel/include -I/opt/ncs/zephyr/arch/arm/include -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/zephyr/lib/libc/common/include -Wshadow -Os -imacros /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -xassembler-with-cpp -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -D_ASMLANGUAGE -Wno-unused-but-set-variable -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -o zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/swap_helper.S.obj -c /opt/ncs/zephyr/arch/arm/core/cortex_m/swap_helper.S",
+  "file": "/opt/ncs/zephyr/arch/arm/core/cortex_m/swap_helper.S",
+  "output": "zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/swap_helper.S.obj"
+},
+{
+  "directory": "/home/code/workspace/projet_systm_menacer/projetalexiot/build",
+  "command": "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -D_ANSI_SOURCE -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR_SUPERVISOR__ -D__ZEPHYR__=1 -I/opt/ncs/zephyr/kernel/include -I/opt/ncs/zephyr/arch/arm/include -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/zephyr/lib/libc/common/include -Wshadow -fno-strict-aliasing -Os -imacros /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99 -o zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/irq_manage.c.obj -c /opt/ncs/zephyr/arch/arm/core/cortex_m/irq_manage.c",
+  "file": "/opt/ncs/zephyr/arch/arm/core/cortex_m/irq_manage.c",
+  "output": "zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/irq_manage.c.obj"
+},
+{
+  "directory": "/home/code/workspace/projet_systm_menacer/projetalexiot/build",
+  "command": "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -D_ANSI_SOURCE -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR_SUPERVISOR__ -D__ZEPHYR__=1 -I/opt/ncs/zephyr/kernel/include -I/opt/ncs/zephyr/arch/arm/include -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/zephyr/lib/libc/common/include -Wshadow -fno-strict-aliasing -Os -imacros /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99 -o zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/prep_c.c.obj -c /opt/ncs/zephyr/arch/arm/core/cortex_m/prep_c.c",
+  "file": "/opt/ncs/zephyr/arch/arm/core/cortex_m/prep_c.c",
+  "output": "zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/prep_c.c.obj"
+},
+{
+  "directory": "/home/code/workspace/projet_systm_menacer/projetalexiot/build",
+  "command": "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -D_ANSI_SOURCE -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR_SUPERVISOR__ -D__ZEPHYR__=1 -I/opt/ncs/zephyr/kernel/include -I/opt/ncs/zephyr/arch/arm/include -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/zephyr/lib/libc/common/include -Wshadow -fno-strict-aliasing -Os -imacros /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99 -o zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/thread.c.obj -c /opt/ncs/zephyr/arch/arm/core/cortex_m/thread.c",
+  "file": "/opt/ncs/zephyr/arch/arm/core/cortex_m/thread.c",
+  "output": "zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/thread.c.obj"
+},
+{
+  "directory": "/home/code/workspace/projet_systm_menacer/projetalexiot/build",
+  "command": "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -D_ANSI_SOURCE -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR_SUPERVISOR__ -D__ZEPHYR__=1 -I/opt/ncs/zephyr/kernel/include -I/opt/ncs/zephyr/arch/arm/include -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/zephyr/lib/libc/common/include -Wshadow -fno-strict-aliasing -Os -imacros /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99 -o zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/cpu_idle.c.obj -c /opt/ncs/zephyr/arch/arm/core/cortex_m/cpu_idle.c",
+  "file": "/opt/ncs/zephyr/arch/arm/core/cortex_m/cpu_idle.c",
+  "output": "zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/cpu_idle.c.obj"
+},
+{
+  "directory": "/home/code/workspace/projet_systm_menacer/projetalexiot/build",
+  "command": "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -D_ANSI_SOURCE -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR_SUPERVISOR__ -D__ZEPHYR__=1 -I/opt/ncs/zephyr/kernel/include -I/opt/ncs/zephyr/arch/arm/include -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/zephyr/lib/libc/common/include -Wshadow -fno-strict-aliasing -Os -imacros /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99 -o zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/irq_init.c.obj -c /opt/ncs/zephyr/arch/arm/core/cortex_m/irq_init.c",
+  "file": "/opt/ncs/zephyr/arch/arm/core/cortex_m/irq_init.c",
+  "output": "zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/irq_init.c.obj"
+},
+{
+  "directory": "/home/code/workspace/projet_systm_menacer/projetalexiot/build",
+  "command": "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -D_ANSI_SOURCE -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR_SUPERVISOR__ -D__ZEPHYR__=1 -I/opt/ncs/zephyr/kernel/include -I/opt/ncs/zephyr/arch/arm/include -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/zephyr/lib/libc/common/include -Wshadow -fno-strict-aliasing -Os -imacros /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99 -o zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/isr_wrapper.c.obj -c /opt/ncs/zephyr/arch/arm/core/cortex_m/isr_wrapper.c",
+  "file": "/opt/ncs/zephyr/arch/arm/core/cortex_m/isr_wrapper.c",
+  "output": "zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/isr_wrapper.c.obj"
+},
+{
+  "directory": "/home/code/workspace/projet_systm_menacer/projetalexiot/build",
+  "command": "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -D_ANSI_SOURCE -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1 -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/zephyr/lib/libc/common/include -Wshadow -fno-strict-aliasing -Os -imacros /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99 -fno-lto -o zephyr/lib/libc/newlib/CMakeFiles/lib__libc__newlib.dir/libc-hooks.c.obj -c /opt/ncs/zephyr/lib/libc/newlib/libc-hooks.c",
+  "file": "/opt/ncs/zephyr/lib/libc/newlib/libc-hooks.c",
+  "output": "zephyr/lib/libc/newlib/CMakeFiles/lib__libc__newlib.dir/libc-hooks.c.obj"
+},
+{
+  "directory": "/home/code/workspace/projet_systm_menacer/projetalexiot/build",
+  "command": "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -D_ANSI_SOURCE -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1 -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/zephyr/lib/libc/common/include -Wshadow -fno-strict-aliasing -Os -imacros /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99 -fno-builtin-malloc -o zephyr/lib/libc/common/CMakeFiles/lib__libc__common.dir/source/stdlib/abort.c.obj -c /opt/ncs/zephyr/lib/libc/common/source/stdlib/abort.c",
+  "file": "/opt/ncs/zephyr/lib/libc/common/source/stdlib/abort.c",
+  "output": "zephyr/lib/libc/common/CMakeFiles/lib__libc__common.dir/source/stdlib/abort.c.obj"
+},
+{
+  "directory": "/home/code/workspace/projet_systm_menacer/projetalexiot/build",
+  "command": "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -D_ANSI_SOURCE -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1 -I/opt/ncs/zephyr/kernel/include -I/opt/ncs/zephyr/arch/arm/include -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/zephyr/lib/libc/common/include -Wshadow -fno-strict-aliasing -Os -imacros /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99 -o zephyr/lib/posix/options/CMakeFiles/lib__posix__options.dir/opt/ncs/zephyr/misc/empty_file.c.obj -c /opt/ncs/zephyr/misc/empty_file.c",
+  "file": "/opt/ncs/zephyr/misc/empty_file.c",
+  "output": "zephyr/lib/posix/options/CMakeFiles/lib__posix__options.dir/opt/ncs/zephyr/misc/empty_file.c.obj"
+},
+{
+  "directory": "/home/code/workspace/projet_systm_menacer/projetalexiot/build",
+  "command": "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -D_ANSI_SOURCE -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1 -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/zephyr/lib/libc/common/include -fno-strict-aliasing -Os -imacros /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99 -o zephyr/soc/soc/nrf52833/CMakeFiles/soc__nordic.dir/validate_base_addresses.c.obj -c /opt/ncs/zephyr/soc/nordic/validate_base_addresses.c",
+  "file": "/opt/ncs/zephyr/soc/nordic/validate_base_addresses.c",
+  "output": "zephyr/soc/soc/nrf52833/CMakeFiles/soc__nordic.dir/validate_base_addresses.c.obj"
+},
+{
+  "directory": "/home/code/workspace/projet_systm_menacer/projetalexiot/build",
+  "command": "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -D_ANSI_SOURCE -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1 -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/zephyr/lib/libc/common/include -fno-strict-aliasing -Os -imacros /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99 -include /opt/ncs/zephyr/include/zephyr/dt-bindings/adc/adc.h -include /opt/ncs/zephyr/include/zephyr/dt-bindings/dt-util.h -include /opt/ncs/zephyr/include/zephyr/dt-bindings/adc/nrf-adc.h -include /opt/ncs/zephyr/include/zephyr/dt-bindings/gpio/gpio.h -include /opt/ncs/zephyr/include/zephyr/dt-bindings/i2c/i2c.h -include /opt/ncs/zephyr/include/zephyr/dt-bindings/input/input-event-codes.h -include /opt/ncs/zephyr/include/zephyr/dt-bindings/pinctrl/nrf-pinctrl.h -include /opt/ncs/zephyr/include/zephyr/dt-bindings/pwm/pwm.h -o zephyr/soc/soc/nrf52833/CMakeFiles/soc__nordic.dir/validate_binding_headers.c.obj -c /opt/ncs/zephyr/soc/nordic/validate_binding_headers.c",
+  "file": "/opt/ncs/zephyr/soc/nordic/validate_binding_headers.c",
+  "output": "zephyr/soc/soc/nrf52833/CMakeFiles/soc__nordic.dir/validate_binding_headers.c.obj"
+},
+{
+  "directory": "/home/code/workspace/projet_systm_menacer/projetalexiot/build",
+  "command": "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -D_ANSI_SOURCE -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1 -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/zephyr/lib/libc/common/include -fno-strict-aliasing -Os -imacros /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99 -o zephyr/soc/soc/nrf52833/CMakeFiles/soc__nordic.dir/validate_enabled_instances.c.obj -c /opt/ncs/zephyr/soc/nordic/validate_enabled_instances.c",
+  "file": "/opt/ncs/zephyr/soc/nordic/validate_enabled_instances.c",
+  "output": "zephyr/soc/soc/nrf52833/CMakeFiles/soc__nordic.dir/validate_enabled_instances.c.obj"
+},
+{
+  "directory": "/home/code/workspace/projet_systm_menacer/projetalexiot/build",
+  "command": "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -D_ANSI_SOURCE -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1 -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/zephyr/lib/libc/common/include -fno-strict-aliasing -Os -imacros /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99 -o zephyr/soc/soc/nrf52833/CMakeFiles/soc__nordic.dir/nrf52/soc.c.obj -c /opt/ncs/zephyr/soc/nordic/nrf52/soc.c",
+  "file": "/opt/ncs/zephyr/soc/nordic/nrf52/soc.c",
+  "output": "zephyr/soc/soc/nrf52833/CMakeFiles/soc__nordic.dir/nrf52/soc.c.obj"
+},
+{
+  "directory": "/home/code/workspace/projet_systm_menacer/projetalexiot/build",
+  "command": "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -DSOFT_SE -D_ANSI_SOURCE -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1 -I/opt/ncs/modules/lib/loramac-node/src/boards -I/opt/ncs/modules/lib/loramac-node/src/system -I/opt/ncs/modules/lib/loramac-node/src/radio -I/opt/ncs/modules/lib/loramac-node/src/mac -I/opt/ncs/modules/lib/loramac-node/src/mac/region -I/opt/ncs/modules/lib/loramac-node/src/apps/LoRaMac/common/LmHandler/packages -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/zephyr/lib/libc/common/include -fno-strict-aliasing -Os -imacros /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99 -o zephyr/subsys/lorawan/CMakeFiles/loramac-node.dir/lorawan.c.obj -c /opt/ncs/zephyr/subsys/lorawan/lorawan.c",
+  "file": "/opt/ncs/zephyr/subsys/lorawan/lorawan.c",
+  "output": "zephyr/subsys/lorawan/CMakeFiles/loramac-node.dir/lorawan.c.obj"
+},
+{
+  "directory": "/home/code/workspace/projet_systm_menacer/projetalexiot/build",
+  "command": "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -DSOFT_SE -D_ANSI_SOURCE -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1 -I/opt/ncs/modules/lib/loramac-node/src/boards -I/opt/ncs/modules/lib/loramac-node/src/system -I/opt/ncs/modules/lib/loramac-node/src/radio -I/opt/ncs/modules/lib/loramac-node/src/mac -I/opt/ncs/modules/lib/loramac-node/src/mac/region -I/opt/ncs/modules/lib/loramac-node/src/apps/LoRaMac/common/LmHandler/packages -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/zephyr/lib/libc/common/include -fno-strict-aliasing -Os -imacros /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99 -o zephyr/subsys/lorawan/CMakeFiles/loramac-node.dir/lw_priv.c.obj -c /opt/ncs/zephyr/subsys/lorawan/lw_priv.c",
+  "file": "/opt/ncs/zephyr/subsys/lorawan/lw_priv.c",
+  "output": "zephyr/subsys/lorawan/CMakeFiles/loramac-node.dir/lw_priv.c.obj"
+},
+{
+  "directory": "/home/code/workspace/projet_systm_menacer/projetalexiot/build",
+  "command": "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -DSOFT_SE -D_ANSI_SOURCE -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1 -I/opt/ncs/modules/lib/loramac-node/src/boards -I/opt/ncs/modules/lib/loramac-node/src/system -I/opt/ncs/modules/lib/loramac-node/src/radio -I/opt/ncs/modules/lib/loramac-node/src/mac -I/opt/ncs/modules/lib/loramac-node/src/mac/region -I/opt/ncs/modules/lib/loramac-node/src/apps/LoRaMac/common/LmHandler/packages -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/zephyr/lib/libc/common/include -fno-strict-aliasing -Os -imacros /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99 -o zephyr/subsys/lorawan/CMakeFiles/loramac-node.dir/nvm/lorawan_nvm_settings.c.obj -c /opt/ncs/zephyr/subsys/lorawan/nvm/lorawan_nvm_settings.c",
+  "file": "/opt/ncs/zephyr/subsys/lorawan/nvm/lorawan_nvm_settings.c",
+  "output": "zephyr/subsys/lorawan/CMakeFiles/loramac-node.dir/nvm/lorawan_nvm_settings.c.obj"
+},
+{
+  "directory": "/home/code/workspace/projet_systm_menacer/projetalexiot/build",
+  "command": "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -DSOFT_SE -D_ANSI_SOURCE -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1 -I/opt/ncs/modules/lib/loramac-node/src/boards -I/opt/ncs/modules/lib/loramac-node/src/system -I/opt/ncs/modules/lib/loramac-node/src/radio -I/opt/ncs/modules/lib/loramac-node/src/mac -I/opt/ncs/modules/lib/loramac-node/src/mac/region -I/opt/ncs/modules/lib/loramac-node/src/apps/LoRaMac/common/LmHandler/packages -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/zephyr/lib/libc/common/include -fno-strict-aliasing -Os -imacros /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99 -o zephyr/subsys/lorawan/CMakeFiles/loramac-node.dir/opt/ncs/zephyr/drivers/lora/hal_common.c.obj -c /opt/ncs/zephyr/drivers/lora/hal_common.c",
+  "file": "/opt/ncs/zephyr/drivers/lora/hal_common.c",
+  "output": "zephyr/subsys/lorawan/CMakeFiles/loramac-node.dir/opt/ncs/zephyr/drivers/lora/hal_common.c.obj"
+},
+{
+  "directory": "/home/code/workspace/projet_systm_menacer/projetalexiot/build",
+  "command": "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -DSOFT_SE -D_ANSI_SOURCE -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1 -I/opt/ncs/modules/lib/loramac-node/src/boards -I/opt/ncs/modules/lib/loramac-node/src/system -I/opt/ncs/modules/lib/loramac-node/src/radio -I/opt/ncs/modules/lib/loramac-node/src/mac -I/opt/ncs/modules/lib/loramac-node/src/mac/region -I/opt/ncs/modules/lib/loramac-node/src/apps/LoRaMac/common/LmHandler/packages -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/zephyr/lib/libc/common/include -fno-strict-aliasing -Os -imacros /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99 -o zephyr/subsys/lorawan/CMakeFiles/loramac-node.dir/opt/ncs/zephyr/drivers/lora/sx12xx_common.c.obj -c /opt/ncs/zephyr/drivers/lora/sx12xx_common.c",
+  "file": "/opt/ncs/zephyr/drivers/lora/sx12xx_common.c",
+  "output": "zephyr/subsys/lorawan/CMakeFiles/loramac-node.dir/opt/ncs/zephyr/drivers/lora/sx12xx_common.c.obj"
+},
+{
+  "directory": "/home/code/workspace/projet_systm_menacer/projetalexiot/build",
+  "command": "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -DSOFT_SE -D_ANSI_SOURCE -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1 -I/opt/ncs/modules/lib/loramac-node/src/boards -I/opt/ncs/modules/lib/loramac-node/src/system -I/opt/ncs/modules/lib/loramac-node/src/radio -I/opt/ncs/modules/lib/loramac-node/src/mac -I/opt/ncs/modules/lib/loramac-node/src/mac/region -I/opt/ncs/modules/lib/loramac-node/src/apps/LoRaMac/common/LmHandler/packages -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/zephyr/lib/libc/common/include -fno-strict-aliasing -Os -imacros /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99 -o zephyr/subsys/lorawan/CMakeFiles/loramac-node.dir/opt/ncs/zephyr/drivers/lora/sx127x.c.obj -c /opt/ncs/zephyr/drivers/lora/sx127x.c",
+  "file": "/opt/ncs/zephyr/drivers/lora/sx127x.c",
+  "output": "zephyr/subsys/lorawan/CMakeFiles/loramac-node.dir/opt/ncs/zephyr/drivers/lora/sx127x.c.obj"
+},
+{
+  "directory": "/home/code/workspace/projet_systm_menacer/projetalexiot/build",
+  "command": "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -DSOFT_SE -D_ANSI_SOURCE -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1 -I/opt/ncs/modules/lib/loramac-node/src/boards -I/opt/ncs/modules/lib/loramac-node/src/system -I/opt/ncs/modules/lib/loramac-node/src/radio -I/opt/ncs/modules/lib/loramac-node/src/mac -I/opt/ncs/modules/lib/loramac-node/src/mac/region -I/opt/ncs/modules/lib/loramac-node/src/apps/LoRaMac/common/LmHandler/packages -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/zephyr/lib/libc/common/include -fno-strict-aliasing -Os -imacros /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99 -o zephyr/subsys/lorawan/CMakeFiles/loramac-node.dir/opt/ncs/modules/lib/loramac-node/src/boards/mcu/utilities.c.obj -c /opt/ncs/modules/lib/loramac-node/src/boards/mcu/utilities.c",
+  "file": "/opt/ncs/modules/lib/loramac-node/src/boards/mcu/utilities.c",
+  "output": "zephyr/subsys/lorawan/CMakeFiles/loramac-node.dir/opt/ncs/modules/lib/loramac-node/src/boards/mcu/utilities.c.obj"
+},
+{
+  "directory": "/home/code/workspace/projet_systm_menacer/projetalexiot/build",
+  "command": "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -DSOFT_SE -D_ANSI_SOURCE -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1 -I/opt/ncs/modules/lib/loramac-node/src/boards -I/opt/ncs/modules/lib/loramac-node/src/system -I/opt/ncs/modules/lib/loramac-node/src/radio -I/opt/ncs/modules/lib/loramac-node/src/mac -I/opt/ncs/modules/lib/loramac-node/src/mac/region -I/opt/ncs/modules/lib/loramac-node/src/apps/LoRaMac/common/LmHandler/packages -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/zephyr/lib/libc/common/include -fno-strict-aliasing -Os -imacros /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99 -o zephyr/subsys/lorawan/CMakeFiles/loramac-node.dir/opt/ncs/modules/lib/loramac-node/src/system/systime.c.obj -c /opt/ncs/modules/lib/loramac-node/src/system/systime.c",
+  "file": "/opt/ncs/modules/lib/loramac-node/src/system/systime.c",
+  "output": "zephyr/subsys/lorawan/CMakeFiles/loramac-node.dir/opt/ncs/modules/lib/loramac-node/src/system/systime.c.obj"
+},
+{
+  "directory": "/home/code/workspace/projet_systm_menacer/projetalexiot/build",
+  "command": "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -DSOFT_SE -D_ANSI_SOURCE -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1 -I/opt/ncs/modules/lib/loramac-node/src/boards -I/opt/ncs/modules/lib/loramac-node/src/system -I/opt/ncs/modules/lib/loramac-node/src/radio -I/opt/ncs/modules/lib/loramac-node/src/mac -I/opt/ncs/modules/lib/loramac-node/src/mac/region -I/opt/ncs/modules/lib/loramac-node/src/apps/LoRaMac/common/LmHandler/packages -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/zephyr/lib/libc/common/include -fno-strict-aliasing -Os -imacros /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99 -o zephyr/subsys/lorawan/CMakeFiles/loramac-node.dir/opt/ncs/modules/lib/loramac-node/src/system/timer.c.obj -c /opt/ncs/modules/lib/loramac-node/src/system/timer.c",
+  "file": "/opt/ncs/modules/lib/loramac-node/src/system/timer.c",
+  "output": "zephyr/subsys/lorawan/CMakeFiles/loramac-node.dir/opt/ncs/modules/lib/loramac-node/src/system/timer.c.obj"
+},
+{
+  "directory": "/home/code/workspace/projet_systm_menacer/projetalexiot/build",
+  "command": "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -DSOFT_SE -D_ANSI_SOURCE -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1 -I/opt/ncs/modules/lib/loramac-node/src/boards -I/opt/ncs/modules/lib/loramac-node/src/system -I/opt/ncs/modules/lib/loramac-node/src/radio -I/opt/ncs/modules/lib/loramac-node/src/mac -I/opt/ncs/modules/lib/loramac-node/src/mac/region -I/opt/ncs/modules/lib/loramac-node/src/apps/LoRaMac/common/LmHandler/packages -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/zephyr/lib/libc/common/include -fno-strict-aliasing -Os -imacros /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99 -o zephyr/subsys/lorawan/CMakeFiles/loramac-node.dir/opt/ncs/modules/lib/loramac-node/src/system/delay.c.obj -c /opt/ncs/modules/lib/loramac-node/src/system/delay.c",
+  "file": "/opt/ncs/modules/lib/loramac-node/src/system/delay.c",
+  "output": "zephyr/subsys/lorawan/CMakeFiles/loramac-node.dir/opt/ncs/modules/lib/loramac-node/src/system/delay.c.obj"
+},
+{
+  "directory": "/home/code/workspace/projet_systm_menacer/projetalexiot/build",
+  "command": "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -DSOFT_SE -D_ANSI_SOURCE -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1 -I/opt/ncs/modules/lib/loramac-node/src/boards -I/opt/ncs/modules/lib/loramac-node/src/system -I/opt/ncs/modules/lib/loramac-node/src/radio -I/opt/ncs/modules/lib/loramac-node/src/mac -I/opt/ncs/modules/lib/loramac-node/src/mac/region -I/opt/ncs/modules/lib/loramac-node/src/apps/LoRaMac/common/LmHandler/packages -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/zephyr/lib/libc/common/include -fno-strict-aliasing -Os -imacros /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99 -o zephyr/subsys/lorawan/CMakeFiles/loramac-node.dir/opt/ncs/modules/lib/loramac-node/src/radio/sx1276/sx1276.c.obj -c /opt/ncs/modules/lib/loramac-node/src/radio/sx1276/sx1276.c",
+  "file": "/opt/ncs/modules/lib/loramac-node/src/radio/sx1276/sx1276.c",
+  "output": "zephyr/subsys/lorawan/CMakeFiles/loramac-node.dir/opt/ncs/modules/lib/loramac-node/src/radio/sx1276/sx1276.c.obj"
+},
+{
+  "directory": "/home/code/workspace/projet_systm_menacer/projetalexiot/build",
+  "command": "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -DSOFT_SE -D_ANSI_SOURCE -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1 -I/opt/ncs/modules/lib/loramac-node/src/boards -I/opt/ncs/modules/lib/loramac-node/src/system -I/opt/ncs/modules/lib/loramac-node/src/radio -I/opt/ncs/modules/lib/loramac-node/src/mac -I/opt/ncs/modules/lib/loramac-node/src/mac/region -I/opt/ncs/modules/lib/loramac-node/src/apps/LoRaMac/common/LmHandler/packages -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/zephyr/lib/libc/common/include -fno-strict-aliasing -Os -imacros /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99 -o zephyr/subsys/lorawan/CMakeFiles/loramac-node.dir/opt/ncs/modules/lib/loramac-node/src/peripherals/soft-se/aes.c.obj -c /opt/ncs/modules/lib/loramac-node/src/peripherals/soft-se/aes.c",
+  "file": "/opt/ncs/modules/lib/loramac-node/src/peripherals/soft-se/aes.c",
+  "output": "zephyr/subsys/lorawan/CMakeFiles/loramac-node.dir/opt/ncs/modules/lib/loramac-node/src/peripherals/soft-se/aes.c.obj"
+},
+{
+  "directory": "/home/code/workspace/projet_systm_menacer/projetalexiot/build",
+  "command": "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -DSOFT_SE -D_ANSI_SOURCE -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1 -I/opt/ncs/modules/lib/loramac-node/src/boards -I/opt/ncs/modules/lib/loramac-node/src/system -I/opt/ncs/modules/lib/loramac-node/src/radio -I/opt/ncs/modules/lib/loramac-node/src/mac -I/opt/ncs/modules/lib/loramac-node/src/mac/region -I/opt/ncs/modules/lib/loramac-node/src/apps/LoRaMac/common/LmHandler/packages -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/zephyr/lib/libc/common/include -fno-strict-aliasing -Os -imacros /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99 -o zephyr/subsys/lorawan/CMakeFiles/loramac-node.dir/opt/ncs/modules/lib/loramac-node/src/peripherals/soft-se/cmac.c.obj -c /opt/ncs/modules/lib/loramac-node/src/peripherals/soft-se/cmac.c",
+  "file": "/opt/ncs/modules/lib/loramac-node/src/peripherals/soft-se/cmac.c",
+  "output": "zephyr/subsys/lorawan/CMakeFiles/loramac-node.dir/opt/ncs/modules/lib/loramac-node/src/peripherals/soft-se/cmac.c.obj"
+},
+{
+  "directory": "/home/code/workspace/projet_systm_menacer/projetalexiot/build",
+  "command": "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -DSOFT_SE -D_ANSI_SOURCE -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1 -I/opt/ncs/modules/lib/loramac-node/src/boards -I/opt/ncs/modules/lib/loramac-node/src/system -I/opt/ncs/modules/lib/loramac-node/src/radio -I/opt/ncs/modules/lib/loramac-node/src/mac -I/opt/ncs/modules/lib/loramac-node/src/mac/region -I/opt/ncs/modules/lib/loramac-node/src/apps/LoRaMac/common/LmHandler/packages -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/zephyr/lib/libc/common/include -fno-strict-aliasing -Os -imacros /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99 -o zephyr/subsys/lorawan/CMakeFiles/loramac-node.dir/opt/ncs/modules/lib/loramac-node/src/peripherals/soft-se/soft-se.c.obj -c /opt/ncs/modules/lib/loramac-node/src/peripherals/soft-se/soft-se.c",
+  "file": "/opt/ncs/modules/lib/loramac-node/src/peripherals/soft-se/soft-se.c",
+  "output": "zephyr/subsys/lorawan/CMakeFiles/loramac-node.dir/opt/ncs/modules/lib/loramac-node/src/peripherals/soft-se/soft-se.c.obj"
+},
+{
+  "directory": "/home/code/workspace/projet_systm_menacer/projetalexiot/build",
+  "command": "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -DSOFT_SE -D_ANSI_SOURCE -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1 -I/opt/ncs/modules/lib/loramac-node/src/boards -I/opt/ncs/modules/lib/loramac-node/src/system -I/opt/ncs/modules/lib/loramac-node/src/radio -I/opt/ncs/modules/lib/loramac-node/src/mac -I/opt/ncs/modules/lib/loramac-node/src/mac/region -I/opt/ncs/modules/lib/loramac-node/src/apps/LoRaMac/common/LmHandler/packages -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/zephyr/lib/libc/common/include -fno-strict-aliasing -Os -imacros /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99 -o zephyr/subsys/lorawan/CMakeFiles/loramac-node.dir/opt/ncs/modules/lib/loramac-node/src/peripherals/soft-se/soft-se-hal.c.obj -c /opt/ncs/modules/lib/loramac-node/src/peripherals/soft-se/soft-se-hal.c",
+  "file": "/opt/ncs/modules/lib/loramac-node/src/peripherals/soft-se/soft-se-hal.c",
+  "output": "zephyr/subsys/lorawan/CMakeFiles/loramac-node.dir/opt/ncs/modules/lib/loramac-node/src/peripherals/soft-se/soft-se-hal.c.obj"
+},
+{
+  "directory": "/home/code/workspace/projet_systm_menacer/projetalexiot/build",
+  "command": "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -DSOFT_SE -D_ANSI_SOURCE -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1 -I/opt/ncs/modules/lib/loramac-node/src/boards -I/opt/ncs/modules/lib/loramac-node/src/system -I/opt/ncs/modules/lib/loramac-node/src/radio -I/opt/ncs/modules/lib/loramac-node/src/mac -I/opt/ncs/modules/lib/loramac-node/src/mac/region -I/opt/ncs/modules/lib/loramac-node/src/apps/LoRaMac/common/LmHandler/packages -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/zephyr/lib/libc/common/include -fno-strict-aliasing -Os -imacros /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99 -o zephyr/subsys/lorawan/CMakeFiles/loramac-node.dir/opt/ncs/modules/lib/loramac-node/src/mac/LoRaMac.c.obj -c /opt/ncs/modules/lib/loramac-node/src/mac/LoRaMac.c",
+  "file": "/opt/ncs/modules/lib/loramac-node/src/mac/LoRaMac.c",
+  "output": "zephyr/subsys/lorawan/CMakeFiles/loramac-node.dir/opt/ncs/modules/lib/loramac-node/src/mac/LoRaMac.c.obj"
+},
+{
+  "directory": "/home/code/workspace/projet_systm_menacer/projetalexiot/build",
+  "command": "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -DSOFT_SE -D_ANSI_SOURCE -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1 -I/opt/ncs/modules/lib/loramac-node/src/boards -I/opt/ncs/modules/lib/loramac-node/src/system -I/opt/ncs/modules/lib/loramac-node/src/radio -I/opt/ncs/modules/lib/loramac-node/src/mac -I/opt/ncs/modules/lib/loramac-node/src/mac/region -I/opt/ncs/modules/lib/loramac-node/src/apps/LoRaMac/common/LmHandler/packages -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/zephyr/lib/libc/common/include -fno-strict-aliasing -Os -imacros /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99 -o zephyr/subsys/lorawan/CMakeFiles/loramac-node.dir/opt/ncs/modules/lib/loramac-node/src/mac/LoRaMacAdr.c.obj -c /opt/ncs/modules/lib/loramac-node/src/mac/LoRaMacAdr.c",
+  "file": "/opt/ncs/modules/lib/loramac-node/src/mac/LoRaMacAdr.c",
+  "output": "zephyr/subsys/lorawan/CMakeFiles/loramac-node.dir/opt/ncs/modules/lib/loramac-node/src/mac/LoRaMacAdr.c.obj"
+},
+{
+  "directory": "/home/code/workspace/projet_systm_menacer/projetalexiot/build",
+  "command": "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -DSOFT_SE -D_ANSI_SOURCE -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1 -I/opt/ncs/modules/lib/loramac-node/src/boards -I/opt/ncs/modules/lib/loramac-node/src/system -I/opt/ncs/modules/lib/loramac-node/src/radio -I/opt/ncs/modules/lib/loramac-node/src/mac -I/opt/ncs/modules/lib/loramac-node/src/mac/region -I/opt/ncs/modules/lib/loramac-node/src/apps/LoRaMac/common/LmHandler/packages -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/zephyr/lib/libc/common/include -fno-strict-aliasing -Os -imacros /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99 -o zephyr/subsys/lorawan/CMakeFiles/loramac-node.dir/opt/ncs/modules/lib/loramac-node/src/mac/LoRaMacClassB.c.obj -c /opt/ncs/modules/lib/loramac-node/src/mac/LoRaMacClassB.c",
+  "file": "/opt/ncs/modules/lib/loramac-node/src/mac/LoRaMacClassB.c",
+  "output": "zephyr/subsys/lorawan/CMakeFiles/loramac-node.dir/opt/ncs/modules/lib/loramac-node/src/mac/LoRaMacClassB.c.obj"
+},
+{
+  "directory": "/home/code/workspace/projet_systm_menacer/projetalexiot/build",
+  "command": "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -DSOFT_SE -D_ANSI_SOURCE -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1 -I/opt/ncs/modules/lib/loramac-node/src/boards -I/opt/ncs/modules/lib/loramac-node/src/system -I/opt/ncs/modules/lib/loramac-node/src/radio -I/opt/ncs/modules/lib/loramac-node/src/mac -I/opt/ncs/modules/lib/loramac-node/src/mac/region -I/opt/ncs/modules/lib/loramac-node/src/apps/LoRaMac/common/LmHandler/packages -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/zephyr/lib/libc/common/include -fno-strict-aliasing -Os -imacros /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99 -o zephyr/subsys/lorawan/CMakeFiles/loramac-node.dir/opt/ncs/modules/lib/loramac-node/src/mac/LoRaMacCommands.c.obj -c /opt/ncs/modules/lib/loramac-node/src/mac/LoRaMacCommands.c",
+  "file": "/opt/ncs/modules/lib/loramac-node/src/mac/LoRaMacCommands.c",
+  "output": "zephyr/subsys/lorawan/CMakeFiles/loramac-node.dir/opt/ncs/modules/lib/loramac-node/src/mac/LoRaMacCommands.c.obj"
+},
+{
+  "directory": "/home/code/workspace/projet_systm_menacer/projetalexiot/build",
+  "command": "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -DSOFT_SE -D_ANSI_SOURCE -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1 -I/opt/ncs/modules/lib/loramac-node/src/boards -I/opt/ncs/modules/lib/loramac-node/src/system -I/opt/ncs/modules/lib/loramac-node/src/radio -I/opt/ncs/modules/lib/loramac-node/src/mac -I/opt/ncs/modules/lib/loramac-node/src/mac/region -I/opt/ncs/modules/lib/loramac-node/src/apps/LoRaMac/common/LmHandler/packages -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/zephyr/lib/libc/common/include -fno-strict-aliasing -Os -imacros /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99 -o zephyr/subsys/lorawan/CMakeFiles/loramac-node.dir/opt/ncs/modules/lib/loramac-node/src/mac/LoRaMacConfirmQueue.c.obj -c /opt/ncs/modules/lib/loramac-node/src/mac/LoRaMacConfirmQueue.c",
+  "file": "/opt/ncs/modules/lib/loramac-node/src/mac/LoRaMacConfirmQueue.c",
+  "output": "zephyr/subsys/lorawan/CMakeFiles/loramac-node.dir/opt/ncs/modules/lib/loramac-node/src/mac/LoRaMacConfirmQueue.c.obj"
+},
+{
+  "directory": "/home/code/workspace/projet_systm_menacer/projetalexiot/build",
+  "command": "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -DSOFT_SE -D_ANSI_SOURCE -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1 -I/opt/ncs/modules/lib/loramac-node/src/boards -I/opt/ncs/modules/lib/loramac-node/src/system -I/opt/ncs/modules/lib/loramac-node/src/radio -I/opt/ncs/modules/lib/loramac-node/src/mac -I/opt/ncs/modules/lib/loramac-node/src/mac/region -I/opt/ncs/modules/lib/loramac-node/src/apps/LoRaMac/common/LmHandler/packages -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/zephyr/lib/libc/common/include -fno-strict-aliasing -Os -imacros /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99 -o zephyr/subsys/lorawan/CMakeFiles/loramac-node.dir/opt/ncs/modules/lib/loramac-node/src/mac/LoRaMacCrypto.c.obj -c /opt/ncs/modules/lib/loramac-node/src/mac/LoRaMacCrypto.c",
+  "file": "/opt/ncs/modules/lib/loramac-node/src/mac/LoRaMacCrypto.c",
+  "output": "zephyr/subsys/lorawan/CMakeFiles/loramac-node.dir/opt/ncs/modules/lib/loramac-node/src/mac/LoRaMacCrypto.c.obj"
+},
+{
+  "directory": "/home/code/workspace/projet_systm_menacer/projetalexiot/build",
+  "command": "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -DSOFT_SE -D_ANSI_SOURCE -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1 -I/opt/ncs/modules/lib/loramac-node/src/boards -I/opt/ncs/modules/lib/loramac-node/src/system -I/opt/ncs/modules/lib/loramac-node/src/radio -I/opt/ncs/modules/lib/loramac-node/src/mac -I/opt/ncs/modules/lib/loramac-node/src/mac/region -I/opt/ncs/modules/lib/loramac-node/src/apps/LoRaMac/common/LmHandler/packages -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/zephyr/lib/libc/common/include -fno-strict-aliasing -Os -imacros /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99 -o zephyr/subsys/lorawan/CMakeFiles/loramac-node.dir/opt/ncs/modules/lib/loramac-node/src/mac/LoRaMacParser.c.obj -c /opt/ncs/modules/lib/loramac-node/src/mac/LoRaMacParser.c",
+  "file": "/opt/ncs/modules/lib/loramac-node/src/mac/LoRaMacParser.c",
+  "output": "zephyr/subsys/lorawan/CMakeFiles/loramac-node.dir/opt/ncs/modules/lib/loramac-node/src/mac/LoRaMacParser.c.obj"
+},
+{
+  "directory": "/home/code/workspace/projet_systm_menacer/projetalexiot/build",
+  "command": "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -DSOFT_SE -D_ANSI_SOURCE -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1 -I/opt/ncs/modules/lib/loramac-node/src/boards -I/opt/ncs/modules/lib/loramac-node/src/system -I/opt/ncs/modules/lib/loramac-node/src/radio -I/opt/ncs/modules/lib/loramac-node/src/mac -I/opt/ncs/modules/lib/loramac-node/src/mac/region -I/opt/ncs/modules/lib/loramac-node/src/apps/LoRaMac/common/LmHandler/packages -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/zephyr/lib/libc/common/include -fno-strict-aliasing -Os -imacros /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99 -o zephyr/subsys/lorawan/CMakeFiles/loramac-node.dir/opt/ncs/modules/lib/loramac-node/src/mac/LoRaMacSerializer.c.obj -c /opt/ncs/modules/lib/loramac-node/src/mac/LoRaMacSerializer.c",
+  "file": "/opt/ncs/modules/lib/loramac-node/src/mac/LoRaMacSerializer.c",
+  "output": "zephyr/subsys/lorawan/CMakeFiles/loramac-node.dir/opt/ncs/modules/lib/loramac-node/src/mac/LoRaMacSerializer.c.obj"
+},
+{
+  "directory": "/home/code/workspace/projet_systm_menacer/projetalexiot/build",
+  "command": "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -DSOFT_SE -D_ANSI_SOURCE -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1 -I/opt/ncs/modules/lib/loramac-node/src/boards -I/opt/ncs/modules/lib/loramac-node/src/system -I/opt/ncs/modules/lib/loramac-node/src/radio -I/opt/ncs/modules/lib/loramac-node/src/mac -I/opt/ncs/modules/lib/loramac-node/src/mac/region -I/opt/ncs/modules/lib/loramac-node/src/apps/LoRaMac/common/LmHandler/packages -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/zephyr/lib/libc/common/include -fno-strict-aliasing -Os -imacros /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99 -o zephyr/subsys/lorawan/CMakeFiles/loramac-node.dir/opt/ncs/modules/lib/loramac-node/src/mac/region/Region.c.obj -c /opt/ncs/modules/lib/loramac-node/src/mac/region/Region.c",
+  "file": "/opt/ncs/modules/lib/loramac-node/src/mac/region/Region.c",
+  "output": "zephyr/subsys/lorawan/CMakeFiles/loramac-node.dir/opt/ncs/modules/lib/loramac-node/src/mac/region/Region.c.obj"
+},
+{
+  "directory": "/home/code/workspace/projet_systm_menacer/projetalexiot/build",
+  "command": "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -DSOFT_SE -D_ANSI_SOURCE -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1 -I/opt/ncs/modules/lib/loramac-node/src/boards -I/opt/ncs/modules/lib/loramac-node/src/system -I/opt/ncs/modules/lib/loramac-node/src/radio -I/opt/ncs/modules/lib/loramac-node/src/mac -I/opt/ncs/modules/lib/loramac-node/src/mac/region -I/opt/ncs/modules/lib/loramac-node/src/apps/LoRaMac/common/LmHandler/packages -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/zephyr/lib/libc/common/include -fno-strict-aliasing -Os -imacros /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99 -o zephyr/subsys/lorawan/CMakeFiles/loramac-node.dir/opt/ncs/modules/lib/loramac-node/src/mac/region/RegionCommon.c.obj -c /opt/ncs/modules/lib/loramac-node/src/mac/region/RegionCommon.c",
+  "file": "/opt/ncs/modules/lib/loramac-node/src/mac/region/RegionCommon.c",
+  "output": "zephyr/subsys/lorawan/CMakeFiles/loramac-node.dir/opt/ncs/modules/lib/loramac-node/src/mac/region/RegionCommon.c.obj"
+},
+{
+  "directory": "/home/code/workspace/projet_systm_menacer/projetalexiot/build",
+  "command": "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -DSOFT_SE -D_ANSI_SOURCE -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1 -I/opt/ncs/modules/lib/loramac-node/src/boards -I/opt/ncs/modules/lib/loramac-node/src/system -I/opt/ncs/modules/lib/loramac-node/src/radio -I/opt/ncs/modules/lib/loramac-node/src/mac -I/opt/ncs/modules/lib/loramac-node/src/mac/region -I/opt/ncs/modules/lib/loramac-node/src/apps/LoRaMac/common/LmHandler/packages -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/zephyr/lib/libc/common/include -fno-strict-aliasing -Os -imacros /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99 -o zephyr/subsys/lorawan/CMakeFiles/loramac-node.dir/opt/ncs/modules/lib/loramac-node/src/mac/region/RegionEU868.c.obj -c /opt/ncs/modules/lib/loramac-node/src/mac/region/RegionEU868.c",
+  "file": "/opt/ncs/modules/lib/loramac-node/src/mac/region/RegionEU868.c",
+  "output": "zephyr/subsys/lorawan/CMakeFiles/loramac-node.dir/opt/ncs/modules/lib/loramac-node/src/mac/region/RegionEU868.c.obj"
+},
+{
+  "directory": "/home/code/workspace/projet_systm_menacer/projetalexiot/build",
+  "command": "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -D_ANSI_SOURCE -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1 -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/zephyr/lib/libc/common/include -Wshadow -fno-strict-aliasing -Os -imacros /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99 -o zephyr/subsys/random/CMakeFiles/subsys__random.dir/random_xoshiro128.c.obj -c /opt/ncs/zephyr/subsys/random/random_xoshiro128.c",
+  "file": "/opt/ncs/zephyr/subsys/random/random_xoshiro128.c",
+  "output": "zephyr/subsys/random/CMakeFiles/subsys__random.dir/random_xoshiro128.c.obj"
+},
+{
+  "directory": "/home/code/workspace/projet_systm_menacer/projetalexiot/build",
+  "command": "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -D_ANSI_SOURCE -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1 -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/zephyr/lib/libc/common/include -Wshadow -fno-strict-aliasing -Os -imacros /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99 -o zephyr/subsys/random/CMakeFiles/subsys__random.dir/random_entropy_device.c.obj -c /opt/ncs/zephyr/subsys/random/random_entropy_device.c",
+  "file": "/opt/ncs/zephyr/subsys/random/random_entropy_device.c",
+  "output": "zephyr/subsys/random/CMakeFiles/subsys__random.dir/random_entropy_device.c.obj"
+},
+{
+  "directory": "/home/code/workspace/projet_systm_menacer/projetalexiot/build",
+  "command": "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -D_ANSI_SOURCE -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1 -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/zephyr/lib/libc/common/include -Wshadow -fno-strict-aliasing -Os -imacros /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99 -o zephyr/subsys/bluetooth/common/CMakeFiles/subsys__bluetooth__common.dir/addr.c.obj -c /opt/ncs/zephyr/subsys/bluetooth/common/addr.c",
+  "file": "/opt/ncs/zephyr/subsys/bluetooth/common/addr.c",
+  "output": "zephyr/subsys/bluetooth/common/CMakeFiles/subsys__bluetooth__common.dir/addr.c.obj"
+},
+{
+  "directory": "/home/code/workspace/projet_systm_menacer/projetalexiot/build",
+  "command": "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -D_ANSI_SOURCE -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1 -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/zephyr/lib/libc/common/include -Wshadow -fno-strict-aliasing -Os -imacros /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99 -o zephyr/subsys/bluetooth/common/CMakeFiles/subsys__bluetooth__common.dir/dummy.c.obj -c /opt/ncs/zephyr/subsys/bluetooth/common/dummy.c",
+  "file": "/opt/ncs/zephyr/subsys/bluetooth/common/dummy.c",
+  "output": "zephyr/subsys/bluetooth/common/CMakeFiles/subsys__bluetooth__common.dir/dummy.c.obj"
+},
+{
+  "directory": "/home/code/workspace/projet_systm_menacer/projetalexiot/build",
+  "command": "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -D_ANSI_SOURCE -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1 -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/zephyr/lib/libc/common/include -Wshadow -fno-strict-aliasing -Os -imacros /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99 -o zephyr/subsys/bluetooth/common/CMakeFiles/subsys__bluetooth__common.dir/bt_str.c.obj -c /opt/ncs/zephyr/subsys/bluetooth/common/bt_str.c",
+  "file": "/opt/ncs/zephyr/subsys/bluetooth/common/bt_str.c",
+  "output": "zephyr/subsys/bluetooth/common/CMakeFiles/subsys__bluetooth__common.dir/bt_str.c.obj"
+},
+{
+  "directory": "/home/code/workspace/projet_systm_menacer/projetalexiot/build",
+  "command": "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -D_ANSI_SOURCE -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1 -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/zephyr/lib/libc/common/include -Wshadow -fno-strict-aliasing -Os -imacros /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99 -o zephyr/subsys/bluetooth/host/CMakeFiles/subsys__bluetooth__host.dir/long_wq.c.obj -c /opt/ncs/zephyr/subsys/bluetooth/host/long_wq.c",
+  "file": "/opt/ncs/zephyr/subsys/bluetooth/host/long_wq.c",
+  "output": "zephyr/subsys/bluetooth/host/CMakeFiles/subsys__bluetooth__host.dir/long_wq.c.obj"
+},
+{
+  "directory": "/home/code/workspace/projet_systm_menacer/projetalexiot/build",
+  "command": "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -D_ANSI_SOURCE -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1 -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/zephyr/lib/libc/common/include -Wshadow -fno-strict-aliasing -Os -imacros /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99 -o zephyr/subsys/bluetooth/host/CMakeFiles/subsys__bluetooth__host.dir/uuid.c.obj -c /opt/ncs/zephyr/subsys/bluetooth/host/uuid.c",
+  "file": "/opt/ncs/zephyr/subsys/bluetooth/host/uuid.c",
+  "output": "zephyr/subsys/bluetooth/host/CMakeFiles/subsys__bluetooth__host.dir/uuid.c.obj"
+},
+{
+  "directory": "/home/code/workspace/projet_systm_menacer/projetalexiot/build",
+  "command": "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -D_ANSI_SOURCE -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1 -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/zephyr/lib/libc/common/include -Wshadow -fno-strict-aliasing -Os -imacros /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99 -o zephyr/subsys/bluetooth/host/CMakeFiles/subsys__bluetooth__host.dir/addr.c.obj -c /opt/ncs/zephyr/subsys/bluetooth/host/addr.c",
+  "file": "/opt/ncs/zephyr/subsys/bluetooth/host/addr.c",
+  "output": "zephyr/subsys/bluetooth/host/CMakeFiles/subsys__bluetooth__host.dir/addr.c.obj"
+},
+{
+  "directory": "/home/code/workspace/projet_systm_menacer/projetalexiot/build",
+  "command": "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -D_ANSI_SOURCE -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1 -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/zephyr/lib/libc/common/include -Wshadow -fno-strict-aliasing -Os -imacros /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99 -o zephyr/subsys/bluetooth/host/CMakeFiles/subsys__bluetooth__host.dir/buf.c.obj -c /opt/ncs/zephyr/subsys/bluetooth/host/buf.c",
+  "file": "/opt/ncs/zephyr/subsys/bluetooth/host/buf.c",
+  "output": "zephyr/subsys/bluetooth/host/CMakeFiles/subsys__bluetooth__host.dir/buf.c.obj"
+},
+{
+  "directory": "/home/code/workspace/projet_systm_menacer/projetalexiot/build",
+  "command": "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -D_ANSI_SOURCE -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1 -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/zephyr/lib/libc/common/include -Wshadow -fno-strict-aliasing -Os -imacros /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99 -o zephyr/subsys/bluetooth/host/CMakeFiles/subsys__bluetooth__host.dir/data.c.obj -c /opt/ncs/zephyr/subsys/bluetooth/host/data.c",
+  "file": "/opt/ncs/zephyr/subsys/bluetooth/host/data.c",
+  "output": "zephyr/subsys/bluetooth/host/CMakeFiles/subsys__bluetooth__host.dir/data.c.obj"
+},
+{
+  "directory": "/home/code/workspace/projet_systm_menacer/projetalexiot/build",
+  "command": "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -D_ANSI_SOURCE -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1 -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/zephyr/lib/libc/common/include -Wshadow -fno-strict-aliasing -Os -imacros /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99 -o zephyr/subsys/bluetooth/host/CMakeFiles/subsys__bluetooth__host.dir/hci_core.c.obj -c /opt/ncs/zephyr/subsys/bluetooth/host/hci_core.c",
+  "file": "/opt/ncs/zephyr/subsys/bluetooth/host/hci_core.c",
+  "output": "zephyr/subsys/bluetooth/host/CMakeFiles/subsys__bluetooth__host.dir/hci_core.c.obj"
+},
+{
+  "directory": "/home/code/workspace/projet_systm_menacer/projetalexiot/build",
+  "command": "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -D_ANSI_SOURCE -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1 -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/zephyr/lib/libc/common/include -Wshadow -fno-strict-aliasing -Os -imacros /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99 -o zephyr/subsys/bluetooth/host/CMakeFiles/subsys__bluetooth__host.dir/hci_common.c.obj -c /opt/ncs/zephyr/subsys/bluetooth/host/hci_common.c",
+  "file": "/opt/ncs/zephyr/subsys/bluetooth/host/hci_common.c",
+  "output": "zephyr/subsys/bluetooth/host/CMakeFiles/subsys__bluetooth__host.dir/hci_common.c.obj"
+},
+{
+  "directory": "/home/code/workspace/projet_systm_menacer/projetalexiot/build",
+  "command": "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -D_ANSI_SOURCE -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1 -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/zephyr/lib/libc/common/include -Wshadow -fno-strict-aliasing -Os -imacros /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99 -o zephyr/subsys/bluetooth/host/CMakeFiles/subsys__bluetooth__host.dir/id.c.obj -c /opt/ncs/zephyr/subsys/bluetooth/host/id.c",
+  "file": "/opt/ncs/zephyr/subsys/bluetooth/host/id.c",
+  "output": "zephyr/subsys/bluetooth/host/CMakeFiles/subsys__bluetooth__host.dir/id.c.obj"
+},
+{
+  "directory": "/home/code/workspace/projet_systm_menacer/projetalexiot/build",
+  "command": "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -D_ANSI_SOURCE -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1 -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/zephyr/lib/libc/common/include -Wshadow -fno-strict-aliasing -Os -imacros /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99 -o zephyr/subsys/bluetooth/host/CMakeFiles/subsys__bluetooth__host.dir/adv.c.obj -c /opt/ncs/zephyr/subsys/bluetooth/host/adv.c",
+  "file": "/opt/ncs/zephyr/subsys/bluetooth/host/adv.c",
+  "output": "zephyr/subsys/bluetooth/host/CMakeFiles/subsys__bluetooth__host.dir/adv.c.obj"
+},
+{
+  "directory": "/home/code/workspace/projet_systm_menacer/projetalexiot/build",
+  "command": "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -D_ANSI_SOURCE -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1 -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/zephyr/lib/libc/common/include -Wshadow -fno-strict-aliasing -Os -imacros /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99 -o zephyr/subsys/bluetooth/host/CMakeFiles/subsys__bluetooth__host.dir/conn.c.obj -c /opt/ncs/zephyr/subsys/bluetooth/host/conn.c",
+  "file": "/opt/ncs/zephyr/subsys/bluetooth/host/conn.c",
+  "output": "zephyr/subsys/bluetooth/host/CMakeFiles/subsys__bluetooth__host.dir/conn.c.obj"
+},
+{
+  "directory": "/home/code/workspace/projet_systm_menacer/projetalexiot/build",
+  "command": "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -D_ANSI_SOURCE -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1 -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/zephyr/lib/libc/common/include -Wshadow -fno-strict-aliasing -Os -imacros /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99 -o zephyr/subsys/bluetooth/host/CMakeFiles/subsys__bluetooth__host.dir/l2cap.c.obj -c /opt/ncs/zephyr/subsys/bluetooth/host/l2cap.c",
+  "file": "/opt/ncs/zephyr/subsys/bluetooth/host/l2cap.c",
+  "output": "zephyr/subsys/bluetooth/host/CMakeFiles/subsys__bluetooth__host.dir/l2cap.c.obj"
+},
+{
+  "directory": "/home/code/workspace/projet_systm_menacer/projetalexiot/build",
+  "command": "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -D_ANSI_SOURCE -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1 -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/zephyr/lib/libc/common/include -Wshadow -fno-strict-aliasing -Os -imacros /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99 -o zephyr/subsys/bluetooth/host/CMakeFiles/subsys__bluetooth__host.dir/att.c.obj -c /opt/ncs/zephyr/subsys/bluetooth/host/att.c",
+  "file": "/opt/ncs/zephyr/subsys/bluetooth/host/att.c",
+  "output": "zephyr/subsys/bluetooth/host/CMakeFiles/subsys__bluetooth__host.dir/att.c.obj"
+},
+{
+  "directory": "/home/code/workspace/projet_systm_menacer/projetalexiot/build",
+  "command": "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -D_ANSI_SOURCE -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1 -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/zephyr/lib/libc/common/include -Wshadow -fno-strict-aliasing -Os -imacros /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99 -o zephyr/subsys/bluetooth/host/CMakeFiles/subsys__bluetooth__host.dir/gatt.c.obj -c /opt/ncs/zephyr/subsys/bluetooth/host/gatt.c",
+  "file": "/opt/ncs/zephyr/subsys/bluetooth/host/gatt.c",
+  "output": "zephyr/subsys/bluetooth/host/CMakeFiles/subsys__bluetooth__host.dir/gatt.c.obj"
+},
+{
+  "directory": "/home/code/workspace/projet_systm_menacer/projetalexiot/build",
+  "command": "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -D_ANSI_SOURCE -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1 -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/zephyr/lib/libc/common/include -Wshadow -fno-strict-aliasing -Os -imacros /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99 -o zephyr/subsys/bluetooth/host/CMakeFiles/subsys__bluetooth__host.dir/smp_null.c.obj -c /opt/ncs/zephyr/subsys/bluetooth/host/smp_null.c",
+  "file": "/opt/ncs/zephyr/subsys/bluetooth/host/smp_null.c",
+  "output": "zephyr/subsys/bluetooth/host/CMakeFiles/subsys__bluetooth__host.dir/smp_null.c.obj"
+},
+{
+  "directory": "/home/code/workspace/projet_systm_menacer/projetalexiot/build",
+  "command": "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -D_ANSI_SOURCE -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1 -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/zephyr/lib/libc/common/include -Wshadow -fno-strict-aliasing -Os -imacros /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99 -o zephyr/subsys/net/CMakeFiles/subsys__net.dir/buf.c.obj -c /opt/ncs/zephyr/subsys/net/buf.c",
+  "file": "/opt/ncs/zephyr/subsys/net/buf.c",
+  "output": "zephyr/subsys/net/CMakeFiles/subsys__net.dir/buf.c.obj"
+},
+{
+  "directory": "/home/code/workspace/projet_systm_menacer/projetalexiot/build",
+  "command": "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -D_ANSI_SOURCE -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1 -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/zephyr/lib/libc/common/include -Wshadow -fno-strict-aliasing -Os -imacros /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99 -o zephyr/subsys/net/CMakeFiles/subsys__net.dir/buf_simple.c.obj -c /opt/ncs/zephyr/subsys/net/buf_simple.c",
+  "file": "/opt/ncs/zephyr/subsys/net/buf_simple.c",
+  "output": "zephyr/subsys/net/CMakeFiles/subsys__net.dir/buf_simple.c.obj"
+},
+{
+  "directory": "/home/code/workspace/projet_systm_menacer/projetalexiot/build",
+  "command": "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -D_ANSI_SOURCE -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR_SUPERVISOR__ -D__ZEPHYR__=1 -I/opt/ncs/zephyr/arch/common/include -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/zephyr/lib/libc/common/include -Wshadow -fno-strict-aliasing -Os -imacros /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99 -o zephyr/drivers/interrupt_controller/CMakeFiles/drivers__interrupt_controller.dir/opt/ncs/zephyr/misc/empty_file.c.obj -c /opt/ncs/zephyr/misc/empty_file.c",
+  "file": "/opt/ncs/zephyr/misc/empty_file.c",
+  "output": "zephyr/drivers/interrupt_controller/CMakeFiles/drivers__interrupt_controller.dir/opt/ncs/zephyr/misc/empty_file.c.obj"
+},
+{
+  "directory": "/home/code/workspace/projet_systm_menacer/projetalexiot/build",
+  "command": "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -D_ANSI_SOURCE -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR_SUPERVISOR__ -D__ZEPHYR__=1 -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/zephyr/lib/libc/common/include -Wshadow -fno-strict-aliasing -Os -imacros /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99 -o zephyr/drivers/adc/CMakeFiles/drivers__adc.dir/adc_common.c.obj -c /opt/ncs/zephyr/drivers/adc/adc_common.c",
+  "file": "/opt/ncs/zephyr/drivers/adc/adc_common.c",
+  "output": "zephyr/drivers/adc/CMakeFiles/drivers__adc.dir/adc_common.c.obj"
+},
+{
+  "directory": "/home/code/workspace/projet_systm_menacer/projetalexiot/build",
+  "command": "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -D_ANSI_SOURCE -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR_SUPERVISOR__ -D__ZEPHYR__=1 -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/zephyr/lib/libc/common/include -Wshadow -fno-strict-aliasing -Os -imacros /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99 -o zephyr/drivers/adc/CMakeFiles/drivers__adc.dir/adc_nrfx_saadc.c.obj -c /opt/ncs/zephyr/drivers/adc/adc_nrfx_saadc.c",
+  "file": "/opt/ncs/zephyr/drivers/adc/adc_nrfx_saadc.c",
+  "output": "zephyr/drivers/adc/CMakeFiles/drivers__adc.dir/adc_nrfx_saadc.c.obj"
+},
+{
+  "directory": "/home/code/workspace/projet_systm_menacer/projetalexiot/build",
+  "command": "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -D_ANSI_SOURCE -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR_SUPERVISOR__ -D__ZEPHYR__=1 -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/zephyr/lib/libc/common/include -Wshadow -fno-strict-aliasing -Os -imacros /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99 -o zephyr/drivers/clock_control/CMakeFiles/drivers__clock_control.dir/clock_control_nrf.c.obj -c /opt/ncs/zephyr/drivers/clock_control/clock_control_nrf.c",
+  "file": "/opt/ncs/zephyr/drivers/clock_control/clock_control_nrf.c",
+  "output": "zephyr/drivers/clock_control/CMakeFiles/drivers__clock_control.dir/clock_control_nrf.c.obj"
+},
+{
+  "directory": "/home/code/workspace/projet_systm_menacer/projetalexiot/build",
+  "command": "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -D_ANSI_SOURCE -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR_SUPERVISOR__ -D__ZEPHYR__=1 -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/zephyr/lib/libc/common/include -Wshadow -fno-strict-aliasing -Os -imacros /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99 -o zephyr/drivers/console/CMakeFiles/drivers__console.dir/uart_console.c.obj -c /opt/ncs/zephyr/drivers/console/uart_console.c",
+  "file": "/opt/ncs/zephyr/drivers/console/uart_console.c",
+  "output": "zephyr/drivers/console/CMakeFiles/drivers__console.dir/uart_console.c.obj"
+},
+{
+  "directory": "/home/code/workspace/projet_systm_menacer/projetalexiot/build",
+  "command": "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -D_ANSI_SOURCE -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR_SUPERVISOR__ -D__ZEPHYR__=1 -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/zephyr/lib/libc/common/include -Wshadow -fno-strict-aliasing -Os -imacros /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99 -o zephyr/drivers/entropy/CMakeFiles/drivers__entropy.dir/entropy_nrf5.c.obj -c /opt/ncs/zephyr/drivers/entropy/entropy_nrf5.c",
+  "file": "/opt/ncs/zephyr/drivers/entropy/entropy_nrf5.c",
+  "output": "zephyr/drivers/entropy/CMakeFiles/drivers__entropy.dir/entropy_nrf5.c.obj"
+},
+{
+  "directory": "/home/code/workspace/projet_systm_menacer/projetalexiot/build",
+  "command": "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -D_ANSI_SOURCE -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR_SUPERVISOR__ -D__ZEPHYR__=1 -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/zephyr/lib/libc/common/include -Wshadow -fno-strict-aliasing -Os -imacros /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99 -o zephyr/drivers/entropy/CMakeFiles/drivers__entropy.dir/entropy_bt_hci.c.obj -c /opt/ncs/zephyr/drivers/entropy/entropy_bt_hci.c",
+  "file": "/opt/ncs/zephyr/drivers/entropy/entropy_bt_hci.c",
+  "output": "zephyr/drivers/entropy/CMakeFiles/drivers__entropy.dir/entropy_bt_hci.c.obj"
+},
+{
+  "directory": "/home/code/workspace/projet_systm_menacer/projetalexiot/build",
+  "command": "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -D_ANSI_SOURCE -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR_SUPERVISOR__ -D__ZEPHYR__=1 -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/zephyr/lib/libc/common/include -Wshadow -fno-strict-aliasing -Os -imacros /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99 -o zephyr/drivers/flash/CMakeFiles/drivers__flash.dir/soc_flash_nrf.c.obj -c /opt/ncs/zephyr/drivers/flash/soc_flash_nrf.c",
+  "file": "/opt/ncs/zephyr/drivers/flash/soc_flash_nrf.c",
+  "output": "zephyr/drivers/flash/CMakeFiles/drivers__flash.dir/soc_flash_nrf.c.obj"
+},
+{
+  "directory": "/home/code/workspace/projet_systm_menacer/projetalexiot/build",
+  "command": "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -D_ANSI_SOURCE -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR_SUPERVISOR__ -D__ZEPHYR__=1 -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/zephyr/lib/libc/common/include -Wshadow -fno-strict-aliasing -Os -imacros /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99 -o zephyr/drivers/flash/CMakeFiles/drivers__flash.dir/flash_page_layout.c.obj -c /opt/ncs/zephyr/drivers/flash/flash_page_layout.c",
+  "file": "/opt/ncs/zephyr/drivers/flash/flash_page_layout.c",
+  "output": "zephyr/drivers/flash/CMakeFiles/drivers__flash.dir/flash_page_layout.c.obj"
+},
+{
+  "directory": "/home/code/workspace/projet_systm_menacer/projetalexiot/build",
+  "command": "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -D_ANSI_SOURCE -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR_SUPERVISOR__ -D__ZEPHYR__=1 -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/zephyr/lib/libc/common/include -Wshadow -fno-strict-aliasing -Os -imacros /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99 -o zephyr/drivers/gpio/CMakeFiles/drivers__gpio.dir/gpio_nrfx.c.obj -c /opt/ncs/zephyr/drivers/gpio/gpio_nrfx.c",
+  "file": "/opt/ncs/zephyr/drivers/gpio/gpio_nrfx.c",
+  "output": "zephyr/drivers/gpio/CMakeFiles/drivers__gpio.dir/gpio_nrfx.c.obj"
+},
+{
+  "directory": "/home/code/workspace/projet_systm_menacer/projetalexiot/build",
+  "command": "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -D_ANSI_SOURCE -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR_SUPERVISOR__ -D__ZEPHYR__=1 -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/zephyr/lib/libc/common/include -Wshadow -fno-strict-aliasing -Os -imacros /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99 -o zephyr/drivers/i2c/CMakeFiles/drivers__i2c.dir/i2c_common.c.obj -c /opt/ncs/zephyr/drivers/i2c/i2c_common.c",
+  "file": "/opt/ncs/zephyr/drivers/i2c/i2c_common.c",
+  "output": "zephyr/drivers/i2c/CMakeFiles/drivers__i2c.dir/i2c_common.c.obj"
+},
+{
+  "directory": "/home/code/workspace/projet_systm_menacer/projetalexiot/build",
+  "command": "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -D_ANSI_SOURCE -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR_SUPERVISOR__ -D__ZEPHYR__=1 -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/zephyr/lib/libc/common/include -Wshadow -fno-strict-aliasing -Os -imacros /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99 -o zephyr/drivers/i2c/CMakeFiles/drivers__i2c.dir/i2c_nrfx_twim.c.obj -c /opt/ncs/zephyr/drivers/i2c/i2c_nrfx_twim.c",
+  "file": "/opt/ncs/zephyr/drivers/i2c/i2c_nrfx_twim.c",
+  "output": "zephyr/drivers/i2c/CMakeFiles/drivers__i2c.dir/i2c_nrfx_twim.c.obj"
+},
+{
+  "directory": "/home/code/workspace/projet_systm_menacer/projetalexiot/build",
+  "command": "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -D_ANSI_SOURCE -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR_SUPERVISOR__ -D__ZEPHYR__=1 -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/zephyr/lib/libc/common/include -Wshadow -fno-strict-aliasing -Os -imacros /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99 -o zephyr/drivers/pinctrl/CMakeFiles/drivers__pinctrl.dir/common.c.obj -c /opt/ncs/zephyr/drivers/pinctrl/common.c",
+  "file": "/opt/ncs/zephyr/drivers/pinctrl/common.c",
+  "output": "zephyr/drivers/pinctrl/CMakeFiles/drivers__pinctrl.dir/common.c.obj"
+},
+{
+  "directory": "/home/code/workspace/projet_systm_menacer/projetalexiot/build",
+  "command": "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -D_ANSI_SOURCE -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR_SUPERVISOR__ -D__ZEPHYR__=1 -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/zephyr/lib/libc/common/include -Wshadow -fno-strict-aliasing -Os -imacros /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99 -o zephyr/drivers/pinctrl/CMakeFiles/drivers__pinctrl.dir/pinctrl_nrf.c.obj -c /opt/ncs/zephyr/drivers/pinctrl/pinctrl_nrf.c",
+  "file": "/opt/ncs/zephyr/drivers/pinctrl/pinctrl_nrf.c",
+  "output": "zephyr/drivers/pinctrl/CMakeFiles/drivers__pinctrl.dir/pinctrl_nrf.c.obj"
+},
+{
+  "directory": "/home/code/workspace/projet_systm_menacer/projetalexiot/build",
+  "command": "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -D_ANSI_SOURCE -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR_SUPERVISOR__ -D__ZEPHYR__=1 -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/zephyr/lib/libc/common/include -Wshadow -fno-strict-aliasing -Os -imacros /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99 -o zephyr/drivers/sensor/CMakeFiles/drivers__sensor.dir/opt/ncs/zephyr/misc/empty_file.c.obj -c /opt/ncs/zephyr/misc/empty_file.c",
+  "file": "/opt/ncs/zephyr/misc/empty_file.c",
+  "output": "zephyr/drivers/sensor/CMakeFiles/drivers__sensor.dir/opt/ncs/zephyr/misc/empty_file.c.obj"
+},
+{
+  "directory": "/home/code/workspace/projet_systm_menacer/projetalexiot/build",
+  "command": "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -D_ANSI_SOURCE -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR_SUPERVISOR__ -D__ZEPHYR__=1 -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/zephyr/lib/libc/common/include -Wshadow -fno-strict-aliasing -Os -imacros /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99 -o zephyr/drivers/sensor/bosch/bme280/CMakeFiles/drivers__sensor__bosch__bme280.dir/bme280.c.obj -c /opt/ncs/zephyr/drivers/sensor/bosch/bme280/bme280.c",
+  "file": "/opt/ncs/zephyr/drivers/sensor/bosch/bme280/bme280.c",
+  "output": "zephyr/drivers/sensor/bosch/bme280/CMakeFiles/drivers__sensor__bosch__bme280.dir/bme280.c.obj"
+},
+{
+  "directory": "/home/code/workspace/projet_systm_menacer/projetalexiot/build",
+  "command": "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -D_ANSI_SOURCE -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR_SUPERVISOR__ -D__ZEPHYR__=1 -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/zephyr/lib/libc/common/include -Wshadow -fno-strict-aliasing -Os -imacros /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99 -o zephyr/drivers/sensor/bosch/bme280/CMakeFiles/drivers__sensor__bosch__bme280.dir/bme280_spi.c.obj -c /opt/ncs/zephyr/drivers/sensor/bosch/bme280/bme280_spi.c",
+  "file": "/opt/ncs/zephyr/drivers/sensor/bosch/bme280/bme280_spi.c",
+  "output": "zephyr/drivers/sensor/bosch/bme280/CMakeFiles/drivers__sensor__bosch__bme280.dir/bme280_spi.c.obj"
+},
+{
+  "directory": "/home/code/workspace/projet_systm_menacer/projetalexiot/build",
+  "command": "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -D_ANSI_SOURCE -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR_SUPERVISOR__ -D__ZEPHYR__=1 -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/zephyr/lib/libc/common/include -Wshadow -fno-strict-aliasing -Os -imacros /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99 -o zephyr/drivers/sensor/bosch/bme280/CMakeFiles/drivers__sensor__bosch__bme280.dir/bme280_i2c.c.obj -c /opt/ncs/zephyr/drivers/sensor/bosch/bme280/bme280_i2c.c",
+  "file": "/opt/ncs/zephyr/drivers/sensor/bosch/bme280/bme280_i2c.c",
+  "output": "zephyr/drivers/sensor/bosch/bme280/CMakeFiles/drivers__sensor__bosch__bme280.dir/bme280_i2c.c.obj"
+},
+{
+  "directory": "/home/code/workspace/projet_systm_menacer/projetalexiot/build",
+  "command": "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -D_ANSI_SOURCE -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR_SUPERVISOR__ -D__ZEPHYR__=1 -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/zephyr/lib/libc/common/include -Wshadow -fno-strict-aliasing -Os -imacros /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99 -o zephyr/drivers/sensor/st/stmemsc/CMakeFiles/drivers__sensor__st__stmemsc.dir/stmemsc_i2c.c.obj -c /opt/ncs/zephyr/drivers/sensor/st/stmemsc/stmemsc_i2c.c",
+  "file": "/opt/ncs/zephyr/drivers/sensor/st/stmemsc/stmemsc_i2c.c",
+  "output": "zephyr/drivers/sensor/st/stmemsc/CMakeFiles/drivers__sensor__st__stmemsc.dir/stmemsc_i2c.c.obj"
+},
+{
+  "directory": "/home/code/workspace/projet_systm_menacer/projetalexiot/build",
+  "command": "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -D_ANSI_SOURCE -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR_SUPERVISOR__ -D__ZEPHYR__=1 -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/zephyr/lib/libc/common/include -Wshadow -fno-strict-aliasing -Os -imacros /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99 -o zephyr/drivers/sensor/st/stmemsc/CMakeFiles/drivers__sensor__st__stmemsc.dir/stmemsc_spi.c.obj -c /opt/ncs/zephyr/drivers/sensor/st/stmemsc/stmemsc_spi.c",
+  "file": "/opt/ncs/zephyr/drivers/sensor/st/stmemsc/stmemsc_spi.c",
+  "output": "zephyr/drivers/sensor/st/stmemsc/CMakeFiles/drivers__sensor__st__stmemsc.dir/stmemsc_spi.c.obj"
+},
+{
+  "directory": "/home/code/workspace/projet_systm_menacer/projetalexiot/build",
+  "command": "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -D_ANSI_SOURCE -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR_SUPERVISOR__ -D__ZEPHYR__=1 -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/zephyr/lib/libc/common/include -Wshadow -fno-strict-aliasing -Os -imacros /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99 -o zephyr/drivers/sensor/st/stmemsc/CMakeFiles/drivers__sensor__st__stmemsc.dir/stmemsc_mdelay.c.obj -c /opt/ncs/zephyr/drivers/sensor/st/stmemsc/stmemsc_mdelay.c",
+  "file": "/opt/ncs/zephyr/drivers/sensor/st/stmemsc/stmemsc_mdelay.c",
+  "output": "zephyr/drivers/sensor/st/stmemsc/CMakeFiles/drivers__sensor__st__stmemsc.dir/stmemsc_mdelay.c.obj"
+},
+{
+  "directory": "/home/code/workspace/projet_systm_menacer/projetalexiot/build",
+  "command": "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -D_ANSI_SOURCE -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR_SUPERVISOR__ -D__ZEPHYR__=1 -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/zephyr/lib/libc/common/include -Wshadow -fno-strict-aliasing -Os -imacros /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99 -o zephyr/drivers/sensor/st/lis2dh/CMakeFiles/drivers__sensor__st__lis2dh.dir/lis2dh.c.obj -c /opt/ncs/zephyr/drivers/sensor/st/lis2dh/lis2dh.c",
+  "file": "/opt/ncs/zephyr/drivers/sensor/st/lis2dh/lis2dh.c",
+  "output": "zephyr/drivers/sensor/st/lis2dh/CMakeFiles/drivers__sensor__st__lis2dh.dir/lis2dh.c.obj"
+},
+{
+  "directory": "/home/code/workspace/projet_systm_menacer/projetalexiot/build",
+  "command": "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -D_ANSI_SOURCE -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR_SUPERVISOR__ -D__ZEPHYR__=1 -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/zephyr/lib/libc/common/include -Wshadow -fno-strict-aliasing -Os -imacros /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99 -o zephyr/drivers/sensor/st/lis2dh/CMakeFiles/drivers__sensor__st__lis2dh.dir/lis2dh_i2c.c.obj -c /opt/ncs/zephyr/drivers/sensor/st/lis2dh/lis2dh_i2c.c",
+  "file": "/opt/ncs/zephyr/drivers/sensor/st/lis2dh/lis2dh_i2c.c",
+  "output": "zephyr/drivers/sensor/st/lis2dh/CMakeFiles/drivers__sensor__st__lis2dh.dir/lis2dh_i2c.c.obj"
+},
+{
+  "directory": "/home/code/workspace/projet_systm_menacer/projetalexiot/build",
+  "command": "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -D_ANSI_SOURCE -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR_SUPERVISOR__ -D__ZEPHYR__=1 -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/zephyr/lib/libc/common/include -Wshadow -fno-strict-aliasing -Os -imacros /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99 -o zephyr/drivers/sensor/st/lis2dh/CMakeFiles/drivers__sensor__st__lis2dh.dir/lis2dh_spi.c.obj -c /opt/ncs/zephyr/drivers/sensor/st/lis2dh/lis2dh_spi.c",
+  "file": "/opt/ncs/zephyr/drivers/sensor/st/lis2dh/lis2dh_spi.c",
+  "output": "zephyr/drivers/sensor/st/lis2dh/CMakeFiles/drivers__sensor__st__lis2dh.dir/lis2dh_spi.c.obj"
+},
+{
+  "directory": "/home/code/workspace/projet_systm_menacer/projetalexiot/build",
+  "command": "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -D_ANSI_SOURCE -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR_SUPERVISOR__ -D__ZEPHYR__=1 -I/opt/ncs/zephyr/drivers/sensor/st/lis2mdl/../stmemsc -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/zephyr/lib/libc/common/include -Wshadow -fno-strict-aliasing -Os -imacros /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99 -o zephyr/drivers/sensor/st/lis2mdl/CMakeFiles/drivers__sensor__st__lis2mdl.dir/lis2mdl.c.obj -c /opt/ncs/zephyr/drivers/sensor/st/lis2mdl/lis2mdl.c",
+  "file": "/opt/ncs/zephyr/drivers/sensor/st/lis2mdl/lis2mdl.c",
+  "output": "zephyr/drivers/sensor/st/lis2mdl/CMakeFiles/drivers__sensor__st__lis2mdl.dir/lis2mdl.c.obj"
+},
+{
+  "directory": "/home/code/workspace/projet_systm_menacer/projetalexiot/build",
+  "command": "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -D_ANSI_SOURCE -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR_SUPERVISOR__ -D__ZEPHYR__=1 -I/opt/ncs/zephyr/drivers/sensor/st/lis2mdl/../stmemsc -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/zephyr/lib/libc/common/include -Wshadow -fno-strict-aliasing -Os -imacros /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99 -o zephyr/drivers/sensor/st/lis2mdl/CMakeFiles/drivers__sensor__st__lis2mdl.dir/lis2mdl_trigger.c.obj -c /opt/ncs/zephyr/drivers/sensor/st/lis2mdl/lis2mdl_trigger.c",
+  "file": "/opt/ncs/zephyr/drivers/sensor/st/lis2mdl/lis2mdl_trigger.c",
+  "output": "zephyr/drivers/sensor/st/lis2mdl/CMakeFiles/drivers__sensor__st__lis2mdl.dir/lis2mdl_trigger.c.obj"
+},
+{
+  "directory": "/home/code/workspace/projet_systm_menacer/projetalexiot/build",
+  "command": "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -D_ANSI_SOURCE -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR_SUPERVISOR__ -D__ZEPHYR__=1 -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/zephyr/lib/libc/common/include -Wshadow -fno-strict-aliasing -Os -imacros /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99 -o zephyr/drivers/serial/CMakeFiles/drivers__serial.dir/uart_nrfx_uart.c.obj -c /opt/ncs/zephyr/drivers/serial/uart_nrfx_uart.c",
+  "file": "/opt/ncs/zephyr/drivers/serial/uart_nrfx_uart.c",
+  "output": "zephyr/drivers/serial/CMakeFiles/drivers__serial.dir/uart_nrfx_uart.c.obj"
+},
+{
+  "directory": "/home/code/workspace/projet_systm_menacer/projetalexiot/build",
+  "command": "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -D_ANSI_SOURCE -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR_SUPERVISOR__ -D__ZEPHYR__=1 -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/zephyr/lib/libc/common/include -Wshadow -fno-strict-aliasing -Os -imacros /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99 -o zephyr/drivers/spi/CMakeFiles/drivers__spi.dir/spi_nrfx_spim.c.obj -c /opt/ncs/zephyr/drivers/spi/spi_nrfx_spim.c",
+  "file": "/opt/ncs/zephyr/drivers/spi/spi_nrfx_spim.c",
+  "output": "zephyr/drivers/spi/CMakeFiles/drivers__spi.dir/spi_nrfx_spim.c.obj"
+},
+{
+  "directory": "/home/code/workspace/projet_systm_menacer/projetalexiot/build",
+  "command": "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -D_ANSI_SOURCE -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR_SUPERVISOR__ -D__ZEPHYR__=1 -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/zephyr/lib/libc/common/include -Wshadow -fno-strict-aliasing -Os -imacros /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99 -o zephyr/drivers/spi/CMakeFiles/drivers__spi.dir/spi_nrfx_common.c.obj -c /opt/ncs/zephyr/drivers/spi/spi_nrfx_common.c",
+  "file": "/opt/ncs/zephyr/drivers/spi/spi_nrfx_common.c",
+  "output": "zephyr/drivers/spi/CMakeFiles/drivers__spi.dir/spi_nrfx_common.c.obj"
+},
+{
+  "directory": "/home/code/workspace/projet_systm_menacer/projetalexiot/build",
+  "command": "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -D_ANSI_SOURCE -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR_SUPERVISOR__ -D__ZEPHYR__=1 -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/zephyr/lib/libc/common/include -Wshadow -fno-strict-aliasing -Os -imacros /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99 -o zephyr/drivers/timer/CMakeFiles/drivers__timer.dir/sys_clock_init.c.obj -c /opt/ncs/zephyr/drivers/timer/sys_clock_init.c",
+  "file": "/opt/ncs/zephyr/drivers/timer/sys_clock_init.c",
+  "output": "zephyr/drivers/timer/CMakeFiles/drivers__timer.dir/sys_clock_init.c.obj"
+},
+{
+  "directory": "/home/code/workspace/projet_systm_menacer/projetalexiot/build",
+  "command": "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -D_ANSI_SOURCE -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR_SUPERVISOR__ -D__ZEPHYR__=1 -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/zephyr/lib/libc/common/include -Wshadow -fno-strict-aliasing -Os -imacros /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99 -o zephyr/drivers/timer/CMakeFiles/drivers__timer.dir/nrf_rtc_timer.c.obj -c /opt/ncs/zephyr/drivers/timer/nrf_rtc_timer.c",
+  "file": "/opt/ncs/zephyr/drivers/timer/nrf_rtc_timer.c",
+  "output": "zephyr/drivers/timer/CMakeFiles/drivers__timer.dir/nrf_rtc_timer.c.obj"
+},
+{
+  "directory": "/home/code/workspace/projet_systm_menacer/projetalexiot/build",
+  "command": "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -D_ANSI_SOURCE -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1 -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/zephyr/lib/libc/common/include -fno-strict-aliasing -Os -imacros /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99 -o modules/nrf/lib/multithreading_lock/CMakeFiles/..__nrf__lib__multithreading_lock.dir/multithreading_lock.c.obj -c /opt/ncs/nrf/lib/multithreading_lock/multithreading_lock.c",
+  "file": "/opt/ncs/nrf/lib/multithreading_lock/multithreading_lock.c",
+  "output": "modules/nrf/lib/multithreading_lock/CMakeFiles/..__nrf__lib__multithreading_lock.dir/multithreading_lock.c.obj"
+},
+{
+  "directory": "/home/code/workspace/projet_systm_menacer/projetalexiot/build",
+  "command": "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -D_ANSI_SOURCE -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1 -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -I/opt/ncs/nrfxlib/crypto/nrf_oberon/include -isystem /opt/ncs/zephyr/lib/libc/common/include -fno-strict-aliasing -Os -imacros /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99 -o modules/nrf/subsys/bluetooth/controller/CMakeFiles/..__nrf__subsys__bluetooth__controller.dir/hci_driver.c.obj -c /opt/ncs/nrf/subsys/bluetooth/controller/hci_driver.c",
+  "file": "/opt/ncs/nrf/subsys/bluetooth/controller/hci_driver.c",
+  "output": "modules/nrf/subsys/bluetooth/controller/CMakeFiles/..__nrf__subsys__bluetooth__controller.dir/hci_driver.c.obj"
+},
+{
+  "directory": "/home/code/workspace/projet_systm_menacer/projetalexiot/build",
+  "command": "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -D_ANSI_SOURCE -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1 -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -I/opt/ncs/nrfxlib/crypto/nrf_oberon/include -isystem /opt/ncs/zephyr/lib/libc/common/include -fno-strict-aliasing -Os -imacros /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99 -o modules/nrf/subsys/bluetooth/controller/CMakeFiles/..__nrf__subsys__bluetooth__controller.dir/hci_internal.c.obj -c /opt/ncs/nrf/subsys/bluetooth/controller/hci_internal.c",
+  "file": "/opt/ncs/nrf/subsys/bluetooth/controller/hci_internal.c",
+  "output": "modules/nrf/subsys/bluetooth/controller/CMakeFiles/..__nrf__subsys__bluetooth__controller.dir/hci_internal.c.obj"
+},
+{
+  "directory": "/home/code/workspace/projet_systm_menacer/projetalexiot/build",
+  "command": "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -D_ANSI_SOURCE -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1 -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -I/opt/ncs/nrfxlib/crypto/nrf_oberon/include -isystem /opt/ncs/zephyr/lib/libc/common/include -fno-strict-aliasing -Os -imacros /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99 -o modules/nrf/subsys/bluetooth/controller/CMakeFiles/..__nrf__subsys__bluetooth__controller.dir/crypto.c.obj -c /opt/ncs/nrf/subsys/bluetooth/controller/crypto.c",
+  "file": "/opt/ncs/nrf/subsys/bluetooth/controller/crypto.c",
+  "output": "modules/nrf/subsys/bluetooth/controller/CMakeFiles/..__nrf__subsys__bluetooth__controller.dir/crypto.c.obj"
+},
+{
+  "directory": "/home/code/workspace/projet_systm_menacer/projetalexiot/build",
+  "command": "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -D_ANSI_SOURCE -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1 -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -I/opt/ncs/nrfxlib/crypto/nrf_oberon/include -isystem /opt/ncs/zephyr/lib/libc/common/include -fno-strict-aliasing -Os -imacros /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99 -o modules/nrf/subsys/bluetooth/controller/CMakeFiles/..__nrf__subsys__bluetooth__controller.dir/ecdh.c.obj -c /opt/ncs/nrf/subsys/bluetooth/controller/ecdh.c",
+  "file": "/opt/ncs/nrf/subsys/bluetooth/controller/ecdh.c",
+  "output": "modules/nrf/subsys/bluetooth/controller/CMakeFiles/..__nrf__subsys__bluetooth__controller.dir/ecdh.c.obj"
+},
+{
+  "directory": "/home/code/workspace/projet_systm_menacer/projetalexiot/build",
+  "command": "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -D_ANSI_SOURCE -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1 -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/zephyr/lib/libc/common/include -fno-strict-aliasing -Os -imacros /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99 -o modules/nrf/subsys/mpsl/init/CMakeFiles/..__nrf__subsys__mpsl__init.dir/mpsl_init.c.obj -c /opt/ncs/nrf/subsys/mpsl/init/mpsl_init.c",
+  "file": "/opt/ncs/nrf/subsys/mpsl/init/mpsl_init.c",
+  "output": "modules/nrf/subsys/mpsl/init/CMakeFiles/..__nrf__subsys__mpsl__init.dir/mpsl_init.c.obj"
+},
+{
+  "directory": "/home/code/workspace/projet_systm_menacer/projetalexiot/build",
+  "command": "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -D_ANSI_SOURCE -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1 -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/zephyr/lib/libc/common/include -fno-strict-aliasing -Os -imacros /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99 -o modules/nrf/subsys/mpsl/fem/CMakeFiles/..__nrf__subsys__mpsl__fem.dir/api_init/mpsl_fem_api_init.c.obj -c /opt/ncs/nrf/subsys/mpsl/fem/api_init/mpsl_fem_api_init.c",
+  "file": "/opt/ncs/nrf/subsys/mpsl/fem/api_init/mpsl_fem_api_init.c",
+  "output": "modules/nrf/subsys/mpsl/fem/CMakeFiles/..__nrf__subsys__mpsl__fem.dir/api_init/mpsl_fem_api_init.c.obj"
+},
+{
+  "directory": "/home/code/workspace/projet_systm_menacer/projetalexiot/build",
+  "command": "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -D_ANSI_SOURCE -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1 -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/zephyr/lib/libc/common/include -fno-strict-aliasing -Os -imacros /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99 -o modules/nrf/drivers/mpsl/clock_control/CMakeFiles/..__nrf__drivers__mpsl__clock_control.dir/nrfx_clock_mpsl.c.obj -c /opt/ncs/nrf/drivers/mpsl/clock_control/nrfx_clock_mpsl.c",
+  "file": "/opt/ncs/nrf/drivers/mpsl/clock_control/nrfx_clock_mpsl.c",
+  "output": "modules/nrf/drivers/mpsl/clock_control/CMakeFiles/..__nrf__drivers__mpsl__clock_control.dir/nrfx_clock_mpsl.c.obj"
+},
+{
+  "directory": "/home/code/workspace/projet_systm_menacer/projetalexiot/build",
+  "command": "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -D_ANSI_SOURCE -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1 -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/zephyr/lib/libc/common/include -fno-strict-aliasing -Os -imacros /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99 -o modules/nrf/drivers/mpsl/flash_sync/CMakeFiles/..__nrf__drivers__mpsl__flash_sync.dir/flash_sync_mpsl.c.obj -c /opt/ncs/nrf/drivers/mpsl/flash_sync/flash_sync_mpsl.c",
+  "file": "/opt/ncs/nrf/drivers/mpsl/flash_sync/flash_sync_mpsl.c",
+  "output": "modules/nrf/drivers/mpsl/flash_sync/CMakeFiles/..__nrf__drivers__mpsl__flash_sync.dir/flash_sync_mpsl.c.obj"
+},
+{
+  "directory": "/home/code/workspace/projet_systm_menacer/projetalexiot/build",
+  "command": "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -D_ANSI_SOURCE -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1 -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/zephyr/lib/libc/common/include -fno-strict-aliasing -Os -imacros /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99 -o modules/nrf/drivers/mpsl/temp_nrf5/CMakeFiles/..__nrf__drivers__mpsl__temp_nrf5.dir/temp_nrf5_mpsl.c.obj -c /opt/ncs/nrf/drivers/mpsl/temp_nrf5/temp_nrf5_mpsl.c",
+  "file": "/opt/ncs/nrf/drivers/mpsl/temp_nrf5/temp_nrf5_mpsl.c",
+  "output": "modules/nrf/drivers/mpsl/temp_nrf5/CMakeFiles/..__nrf__drivers__mpsl__temp_nrf5.dir/temp_nrf5_mpsl.c.obj"
+},
+{
+  "directory": "/home/code/workspace/projet_systm_menacer/projetalexiot/build",
+  "command": "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -D_ANSI_SOURCE -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1 -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/zephyr/lib/libc/common/include -fno-strict-aliasing -Os -imacros /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99 -o modules/hal_nordic/nrfx/CMakeFiles/modules__hal_nordic__nrfx.dir/opt/ncs/modules/hal/nordic/nrfx/mdk/system_nrf52833.c.obj -c /opt/ncs/modules/hal/nordic/nrfx/mdk/system_nrf52833.c",
+  "file": "/opt/ncs/modules/hal/nordic/nrfx/mdk/system_nrf52833.c",
+  "output": "modules/hal_nordic/nrfx/CMakeFiles/modules__hal_nordic__nrfx.dir/opt/ncs/modules/hal/nordic/nrfx/mdk/system_nrf52833.c.obj"
+},
+{
+  "directory": "/home/code/workspace/projet_systm_menacer/projetalexiot/build",
+  "command": "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -D_ANSI_SOURCE -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1 -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/zephyr/lib/libc/common/include -fno-strict-aliasing -Os -imacros /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99 -o modules/hal_nordic/nrfx/CMakeFiles/modules__hal_nordic__nrfx.dir/nrfx_glue.c.obj -c /opt/ncs/zephyr/modules/hal_nordic/nrfx/nrfx_glue.c",
+  "file": "/opt/ncs/zephyr/modules/hal_nordic/nrfx/nrfx_glue.c",
+  "output": "modules/hal_nordic/nrfx/CMakeFiles/modules__hal_nordic__nrfx.dir/nrfx_glue.c.obj"
+},
+{
+  "directory": "/home/code/workspace/projet_systm_menacer/projetalexiot/build",
+  "command": "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -D_ANSI_SOURCE -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1 -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/zephyr/lib/libc/common/include -fno-strict-aliasing -Os -imacros /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99 -o modules/hal_nordic/nrfx/CMakeFiles/modules__hal_nordic__nrfx.dir/opt/ncs/modules/hal/nordic/nrfx/helpers/nrfx_flag32_allocator.c.obj -c /opt/ncs/modules/hal/nordic/nrfx/helpers/nrfx_flag32_allocator.c",
+  "file": "/opt/ncs/modules/hal/nordic/nrfx/helpers/nrfx_flag32_allocator.c",
+  "output": "modules/hal_nordic/nrfx/CMakeFiles/modules__hal_nordic__nrfx.dir/opt/ncs/modules/hal/nordic/nrfx/helpers/nrfx_flag32_allocator.c.obj"
+},
+{
+  "directory": "/home/code/workspace/projet_systm_menacer/projetalexiot/build",
+  "command": "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -D_ANSI_SOURCE -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1 -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/zephyr/lib/libc/common/include -fno-strict-aliasing -Os -imacros /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99 -o modules/hal_nordic/nrfx/CMakeFiles/modules__hal_nordic__nrfx.dir/opt/ncs/modules/hal/nordic/nrfx/drivers/src/nrfx_gpiote.c.obj -c /opt/ncs/modules/hal/nordic/nrfx/drivers/src/nrfx_gpiote.c",
+  "file": "/opt/ncs/modules/hal/nordic/nrfx/drivers/src/nrfx_gpiote.c",
+  "output": "modules/hal_nordic/nrfx/CMakeFiles/modules__hal_nordic__nrfx.dir/opt/ncs/modules/hal/nordic/nrfx/drivers/src/nrfx_gpiote.c.obj"
+},
+{
+  "directory": "/home/code/workspace/projet_systm_menacer/projetalexiot/build",
+  "command": "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -D_ANSI_SOURCE -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1 -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/zephyr/lib/libc/common/include -fno-strict-aliasing -Os -imacros /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99 -o modules/hal_nordic/nrfx/CMakeFiles/modules__hal_nordic__nrfx.dir/opt/ncs/modules/hal/nordic/nrfx/drivers/src/nrfx_nvmc.c.obj -c /opt/ncs/modules/hal/nordic/nrfx/drivers/src/nrfx_nvmc.c",
+  "file": "/opt/ncs/modules/hal/nordic/nrfx/drivers/src/nrfx_nvmc.c",
+  "output": "modules/hal_nordic/nrfx/CMakeFiles/modules__hal_nordic__nrfx.dir/opt/ncs/modules/hal/nordic/nrfx/drivers/src/nrfx_nvmc.c.obj"
+},
+{
+  "directory": "/home/code/workspace/projet_systm_menacer/projetalexiot/build",
+  "command": "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -D_ANSI_SOURCE -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1 -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/zephyr/lib/libc/common/include -fno-strict-aliasing -Os -imacros /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99 -o modules/hal_nordic/nrfx/CMakeFiles/modules__hal_nordic__nrfx.dir/opt/ncs/modules/hal/nordic/nrfx/drivers/src/nrfx_spim.c.obj -c /opt/ncs/modules/hal/nordic/nrfx/drivers/src/nrfx_spim.c",
+  "file": "/opt/ncs/modules/hal/nordic/nrfx/drivers/src/nrfx_spim.c",
+  "output": "modules/hal_nordic/nrfx/CMakeFiles/modules__hal_nordic__nrfx.dir/opt/ncs/modules/hal/nordic/nrfx/drivers/src/nrfx_spim.c.obj"
+},
+{
+  "directory": "/home/code/workspace/projet_systm_menacer/projetalexiot/build",
+  "command": "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -D_ANSI_SOURCE -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1 -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/zephyr/lib/libc/common/include -fno-strict-aliasing -Os -imacros /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99 -o modules/hal_nordic/nrfx/CMakeFiles/modules__hal_nordic__nrfx.dir/opt/ncs/modules/hal/nordic/nrfx/drivers/src/nrfx_twim.c.obj -c /opt/ncs/modules/hal/nordic/nrfx/drivers/src/nrfx_twim.c",
+  "file": "/opt/ncs/modules/hal/nordic/nrfx/drivers/src/nrfx_twim.c",
+  "output": "modules/hal_nordic/nrfx/CMakeFiles/modules__hal_nordic__nrfx.dir/opt/ncs/modules/hal/nordic/nrfx/drivers/src/nrfx_twim.c.obj"
+},
+{
+  "directory": "/home/code/workspace/projet_systm_menacer/projetalexiot/build",
+  "command": "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -D_ANSI_SOURCE -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1 -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/zephyr/lib/libc/common/include -fno-strict-aliasing -Os -imacros /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99 -o modules/hal_nordic/nrfx/CMakeFiles/modules__hal_nordic__nrfx.dir/opt/ncs/modules/hal/nordic/nrfx/drivers/src/nrfx_twi_twim.c.obj -c /opt/ncs/modules/hal/nordic/nrfx/drivers/src/nrfx_twi_twim.c",
+  "file": "/opt/ncs/modules/hal/nordic/nrfx/drivers/src/nrfx_twi_twim.c",
+  "output": "modules/hal_nordic/nrfx/CMakeFiles/modules__hal_nordic__nrfx.dir/opt/ncs/modules/hal/nordic/nrfx/drivers/src/nrfx_twi_twim.c.obj"
+},
+{
+  "directory": "/home/code/workspace/projet_systm_menacer/projetalexiot/build",
+  "command": "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -D_ANSI_SOURCE -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR_SUPERVISOR__ -D__ZEPHYR__=1 -I/opt/ncs/zephyr/kernel/include -I/opt/ncs/zephyr/arch/arm/include -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/zephyr/lib/libc/common/include -Wshadow -fno-strict-aliasing -Os -imacros /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99 -o zephyr/kernel/CMakeFiles/kernel.dir/main_weak.c.obj -c /opt/ncs/zephyr/kernel/main_weak.c",
+  "file": "/opt/ncs/zephyr/kernel/main_weak.c",
+  "output": "zephyr/kernel/CMakeFiles/kernel.dir/main_weak.c.obj"
+},
+{
+  "directory": "/home/code/workspace/projet_systm_menacer/projetalexiot/build",
+  "command": "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -D_ANSI_SOURCE -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR_SUPERVISOR__ -D__ZEPHYR__=1 -I/opt/ncs/zephyr/kernel/include -I/opt/ncs/zephyr/arch/arm/include -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/zephyr/lib/libc/common/include -Wshadow -fno-strict-aliasing -Os -imacros /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99 -o zephyr/kernel/CMakeFiles/kernel.dir/banner.c.obj -c /opt/ncs/zephyr/kernel/banner.c",
+  "file": "/opt/ncs/zephyr/kernel/banner.c",
+  "output": "zephyr/kernel/CMakeFiles/kernel.dir/banner.c.obj"
+},
+{
+  "directory": "/home/code/workspace/projet_systm_menacer/projetalexiot/build",
+  "command": "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -D_ANSI_SOURCE -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR_SUPERVISOR__ -D__ZEPHYR__=1 -I/opt/ncs/zephyr/kernel/include -I/opt/ncs/zephyr/arch/arm/include -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/zephyr/lib/libc/common/include -Wshadow -fno-strict-aliasing -Os -imacros /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99 -o zephyr/kernel/CMakeFiles/kernel.dir/busy_wait.c.obj -c /opt/ncs/zephyr/kernel/busy_wait.c",
+  "file": "/opt/ncs/zephyr/kernel/busy_wait.c",
+  "output": "zephyr/kernel/CMakeFiles/kernel.dir/busy_wait.c.obj"
+},
+{
+  "directory": "/home/code/workspace/projet_systm_menacer/projetalexiot/build",
+  "command": "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -D_ANSI_SOURCE -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR_SUPERVISOR__ -D__ZEPHYR__=1 -I/opt/ncs/zephyr/kernel/include -I/opt/ncs/zephyr/arch/arm/include -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/zephyr/lib/libc/common/include -Wshadow -fno-strict-aliasing -Os -imacros /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99 -o zephyr/kernel/CMakeFiles/kernel.dir/device.c.obj -c /opt/ncs/zephyr/kernel/device.c",
+  "file": "/opt/ncs/zephyr/kernel/device.c",
+  "output": "zephyr/kernel/CMakeFiles/kernel.dir/device.c.obj"
+},
+{
+  "directory": "/home/code/workspace/projet_systm_menacer/projetalexiot/build",
+  "command": "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -D_ANSI_SOURCE -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR_SUPERVISOR__ -D__ZEPHYR__=1 -I/opt/ncs/zephyr/kernel/include -I/opt/ncs/zephyr/arch/arm/include -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/zephyr/lib/libc/common/include -Wshadow -fno-strict-aliasing -Os -imacros /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99 -o zephyr/kernel/CMakeFiles/kernel.dir/errno.c.obj -c /opt/ncs/zephyr/kernel/errno.c",
+  "file": "/opt/ncs/zephyr/kernel/errno.c",
+  "output": "zephyr/kernel/CMakeFiles/kernel.dir/errno.c.obj"
+},
+{
+  "directory": "/home/code/workspace/projet_systm_menacer/projetalexiot/build",
+  "command": "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -D_ANSI_SOURCE -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR_SUPERVISOR__ -D__ZEPHYR__=1 -I/opt/ncs/zephyr/kernel/include -I/opt/ncs/zephyr/arch/arm/include -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/zephyr/lib/libc/common/include -Wshadow -fno-strict-aliasing -Os -imacros /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99 -o zephyr/kernel/CMakeFiles/kernel.dir/fatal.c.obj -c /opt/ncs/zephyr/kernel/fatal.c",
+  "file": "/opt/ncs/zephyr/kernel/fatal.c",
+  "output": "zephyr/kernel/CMakeFiles/kernel.dir/fatal.c.obj"
+},
+{
+  "directory": "/home/code/workspace/projet_systm_menacer/projetalexiot/build",
+  "command": "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -D_ANSI_SOURCE -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR_SUPERVISOR__ -D__ZEPHYR__=1 -I/opt/ncs/zephyr/kernel/include -I/opt/ncs/zephyr/arch/arm/include -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/zephyr/lib/libc/common/include -Wshadow -fno-strict-aliasing -Os -imacros /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99 -o zephyr/kernel/CMakeFiles/kernel.dir/init.c.obj -c /opt/ncs/zephyr/kernel/init.c",
+  "file": "/opt/ncs/zephyr/kernel/init.c",
+  "output": "zephyr/kernel/CMakeFiles/kernel.dir/init.c.obj"
+},
+{
+  "directory": "/home/code/workspace/projet_systm_menacer/projetalexiot/build",
+  "command": "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -D_ANSI_SOURCE -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR_SUPERVISOR__ -D__ZEPHYR__=1 -I/opt/ncs/zephyr/kernel/include -I/opt/ncs/zephyr/arch/arm/include -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/zephyr/lib/libc/common/include -Wshadow -fno-strict-aliasing -Os -imacros /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99 -o zephyr/kernel/CMakeFiles/kernel.dir/kheap.c.obj -c /opt/ncs/zephyr/kernel/kheap.c",
+  "file": "/opt/ncs/zephyr/kernel/kheap.c",
+  "output": "zephyr/kernel/CMakeFiles/kernel.dir/kheap.c.obj"
+},
+{
+  "directory": "/home/code/workspace/projet_systm_menacer/projetalexiot/build",
+  "command": "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -D_ANSI_SOURCE -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR_SUPERVISOR__ -D__ZEPHYR__=1 -I/opt/ncs/zephyr/kernel/include -I/opt/ncs/zephyr/arch/arm/include -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/zephyr/lib/libc/common/include -Wshadow -fno-strict-aliasing -Os -imacros /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99 -o zephyr/kernel/CMakeFiles/kernel.dir/mem_slab.c.obj -c /opt/ncs/zephyr/kernel/mem_slab.c",
+  "file": "/opt/ncs/zephyr/kernel/mem_slab.c",
+  "output": "zephyr/kernel/CMakeFiles/kernel.dir/mem_slab.c.obj"
+},
+{
+  "directory": "/home/code/workspace/projet_systm_menacer/projetalexiot/build",
+  "command": "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -D_ANSI_SOURCE -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR_SUPERVISOR__ -D__ZEPHYR__=1 -I/opt/ncs/zephyr/kernel/include -I/opt/ncs/zephyr/arch/arm/include -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/zephyr/lib/libc/common/include -Wshadow -fno-strict-aliasing -Os -imacros /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99 -o zephyr/kernel/CMakeFiles/kernel.dir/float.c.obj -c /opt/ncs/zephyr/kernel/float.c",
+  "file": "/opt/ncs/zephyr/kernel/float.c",
+  "output": "zephyr/kernel/CMakeFiles/kernel.dir/float.c.obj"
+},
+{
+  "directory": "/home/code/workspace/projet_systm_menacer/projetalexiot/build",
+  "command": "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -D_ANSI_SOURCE -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR_SUPERVISOR__ -D__ZEPHYR__=1 -I/opt/ncs/zephyr/kernel/include -I/opt/ncs/zephyr/arch/arm/include -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/zephyr/lib/libc/common/include -Wshadow -fno-strict-aliasing -Os -imacros /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99 -o zephyr/kernel/CMakeFiles/kernel.dir/version.c.obj -c /opt/ncs/zephyr/kernel/version.c",
+  "file": "/opt/ncs/zephyr/kernel/version.c",
+  "output": "zephyr/kernel/CMakeFiles/kernel.dir/version.c.obj"
+},
+{
+  "directory": "/home/code/workspace/projet_systm_menacer/projetalexiot/build",
+  "command": "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -D_ANSI_SOURCE -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR_SUPERVISOR__ -D__ZEPHYR__=1 -I/opt/ncs/zephyr/kernel/include -I/opt/ncs/zephyr/arch/arm/include -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/zephyr/lib/libc/common/include -Wshadow -fno-strict-aliasing -Os -imacros /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99 -o zephyr/kernel/CMakeFiles/kernel.dir/idle.c.obj -c /opt/ncs/zephyr/kernel/idle.c",
+  "file": "/opt/ncs/zephyr/kernel/idle.c",
+  "output": "zephyr/kernel/CMakeFiles/kernel.dir/idle.c.obj"
+},
+{
+  "directory": "/home/code/workspace/projet_systm_menacer/projetalexiot/build",
+  "command": "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -D_ANSI_SOURCE -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR_SUPERVISOR__ -D__ZEPHYR__=1 -I/opt/ncs/zephyr/kernel/include -I/opt/ncs/zephyr/arch/arm/include -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/zephyr/lib/libc/common/include -Wshadow -fno-strict-aliasing -Os -imacros /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99 -o zephyr/kernel/CMakeFiles/kernel.dir/mailbox.c.obj -c /opt/ncs/zephyr/kernel/mailbox.c",
+  "file": "/opt/ncs/zephyr/kernel/mailbox.c",
+  "output": "zephyr/kernel/CMakeFiles/kernel.dir/mailbox.c.obj"
+},
+{
+  "directory": "/home/code/workspace/projet_systm_menacer/projetalexiot/build",
+  "command": "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -D_ANSI_SOURCE -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR_SUPERVISOR__ -D__ZEPHYR__=1 -I/opt/ncs/zephyr/kernel/include -I/opt/ncs/zephyr/arch/arm/include -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/zephyr/lib/libc/common/include -Wshadow -fno-strict-aliasing -Os -imacros /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99 -o zephyr/kernel/CMakeFiles/kernel.dir/msg_q.c.obj -c /opt/ncs/zephyr/kernel/msg_q.c",
+  "file": "/opt/ncs/zephyr/kernel/msg_q.c",
+  "output": "zephyr/kernel/CMakeFiles/kernel.dir/msg_q.c.obj"
+},
+{
+  "directory": "/home/code/workspace/projet_systm_menacer/projetalexiot/build",
+  "command": "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -D_ANSI_SOURCE -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR_SUPERVISOR__ -D__ZEPHYR__=1 -I/opt/ncs/zephyr/kernel/include -I/opt/ncs/zephyr/arch/arm/include -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/zephyr/lib/libc/common/include -Wshadow -fno-strict-aliasing -Os -imacros /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99 -o zephyr/kernel/CMakeFiles/kernel.dir/mutex.c.obj -c /opt/ncs/zephyr/kernel/mutex.c",
+  "file": "/opt/ncs/zephyr/kernel/mutex.c",
+  "output": "zephyr/kernel/CMakeFiles/kernel.dir/mutex.c.obj"
+},
+{
+  "directory": "/home/code/workspace/projet_systm_menacer/projetalexiot/build",
+  "command": "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -D_ANSI_SOURCE -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR_SUPERVISOR__ -D__ZEPHYR__=1 -I/opt/ncs/zephyr/kernel/include -I/opt/ncs/zephyr/arch/arm/include -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/zephyr/lib/libc/common/include -Wshadow -fno-strict-aliasing -Os -imacros /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99 -o zephyr/kernel/CMakeFiles/kernel.dir/queue.c.obj -c /opt/ncs/zephyr/kernel/queue.c",
+  "file": "/opt/ncs/zephyr/kernel/queue.c",
+  "output": "zephyr/kernel/CMakeFiles/kernel.dir/queue.c.obj"
+},
+{
+  "directory": "/home/code/workspace/projet_systm_menacer/projetalexiot/build",
+  "command": "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -D_ANSI_SOURCE -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR_SUPERVISOR__ -D__ZEPHYR__=1 -I/opt/ncs/zephyr/kernel/include -I/opt/ncs/zephyr/arch/arm/include -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/zephyr/lib/libc/common/include -Wshadow -fno-strict-aliasing -Os -imacros /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99 -o zephyr/kernel/CMakeFiles/kernel.dir/sem.c.obj -c /opt/ncs/zephyr/kernel/sem.c",
+  "file": "/opt/ncs/zephyr/kernel/sem.c",
+  "output": "zephyr/kernel/CMakeFiles/kernel.dir/sem.c.obj"
+},
+{
+  "directory": "/home/code/workspace/projet_systm_menacer/projetalexiot/build",
+  "command": "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -D_ANSI_SOURCE -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR_SUPERVISOR__ -D__ZEPHYR__=1 -I/opt/ncs/zephyr/kernel/include -I/opt/ncs/zephyr/arch/arm/include -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/zephyr/lib/libc/common/include -Wshadow -fno-strict-aliasing -Os -imacros /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99 -o zephyr/kernel/CMakeFiles/kernel.dir/stack.c.obj -c /opt/ncs/zephyr/kernel/stack.c",
+  "file": "/opt/ncs/zephyr/kernel/stack.c",
+  "output": "zephyr/kernel/CMakeFiles/kernel.dir/stack.c.obj"
+},
+{
+  "directory": "/home/code/workspace/projet_systm_menacer/projetalexiot/build",
+  "command": "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -D_ANSI_SOURCE -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR_SUPERVISOR__ -D__ZEPHYR__=1 -I/opt/ncs/zephyr/kernel/include -I/opt/ncs/zephyr/arch/arm/include -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/zephyr/lib/libc/common/include -Wshadow -fno-strict-aliasing -Os -imacros /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99 -o zephyr/kernel/CMakeFiles/kernel.dir/system_work_q.c.obj -c /opt/ncs/zephyr/kernel/system_work_q.c",
+  "file": "/opt/ncs/zephyr/kernel/system_work_q.c",
+  "output": "zephyr/kernel/CMakeFiles/kernel.dir/system_work_q.c.obj"
+},
+{
+  "directory": "/home/code/workspace/projet_systm_menacer/projetalexiot/build",
+  "command": "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -D_ANSI_SOURCE -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR_SUPERVISOR__ -D__ZEPHYR__=1 -I/opt/ncs/zephyr/kernel/include -I/opt/ncs/zephyr/arch/arm/include -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/zephyr/lib/libc/common/include -Wshadow -fno-strict-aliasing -Os -imacros /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99 -o zephyr/kernel/CMakeFiles/kernel.dir/work.c.obj -c /opt/ncs/zephyr/kernel/work.c",
+  "file": "/opt/ncs/zephyr/kernel/work.c",
+  "output": "zephyr/kernel/CMakeFiles/kernel.dir/work.c.obj"
+},
+{
+  "directory": "/home/code/workspace/projet_systm_menacer/projetalexiot/build",
+  "command": "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -D_ANSI_SOURCE -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR_SUPERVISOR__ -D__ZEPHYR__=1 -I/opt/ncs/zephyr/kernel/include -I/opt/ncs/zephyr/arch/arm/include -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/zephyr/lib/libc/common/include -Wshadow -fno-strict-aliasing -Os -imacros /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99 -o zephyr/kernel/CMakeFiles/kernel.dir/condvar.c.obj -c /opt/ncs/zephyr/kernel/condvar.c",
+  "file": "/opt/ncs/zephyr/kernel/condvar.c",
+  "output": "zephyr/kernel/CMakeFiles/kernel.dir/condvar.c.obj"
+},
+{
+  "directory": "/home/code/workspace/projet_systm_menacer/projetalexiot/build",
+  "command": "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -D_ANSI_SOURCE -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR_SUPERVISOR__ -D__ZEPHYR__=1 -I/opt/ncs/zephyr/kernel/include -I/opt/ncs/zephyr/arch/arm/include -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/zephyr/lib/libc/common/include -Wshadow -fno-strict-aliasing -Os -imacros /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99 -o zephyr/kernel/CMakeFiles/kernel.dir/priority_queues.c.obj -c /opt/ncs/zephyr/kernel/priority_queues.c",
+  "file": "/opt/ncs/zephyr/kernel/priority_queues.c",
+  "output": "zephyr/kernel/CMakeFiles/kernel.dir/priority_queues.c.obj"
+},
+{
+  "directory": "/home/code/workspace/projet_systm_menacer/projetalexiot/build",
+  "command": "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -D_ANSI_SOURCE -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR_SUPERVISOR__ -D__ZEPHYR__=1 -I/opt/ncs/zephyr/kernel/include -I/opt/ncs/zephyr/arch/arm/include -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/zephyr/lib/libc/common/include -Wshadow -fno-strict-aliasing -Os -imacros /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99 -o zephyr/kernel/CMakeFiles/kernel.dir/thread.c.obj -c /opt/ncs/zephyr/kernel/thread.c",
+  "file": "/opt/ncs/zephyr/kernel/thread.c",
+  "output": "zephyr/kernel/CMakeFiles/kernel.dir/thread.c.obj"
+},
+{
+  "directory": "/home/code/workspace/projet_systm_menacer/projetalexiot/build",
+  "command": "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -D_ANSI_SOURCE -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR_SUPERVISOR__ -D__ZEPHYR__=1 -I/opt/ncs/zephyr/kernel/include -I/opt/ncs/zephyr/arch/arm/include -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/zephyr/lib/libc/common/include -Wshadow -fno-strict-aliasing -Os -imacros /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99 -o zephyr/kernel/CMakeFiles/kernel.dir/sched.c.obj -c /opt/ncs/zephyr/kernel/sched.c",
+  "file": "/opt/ncs/zephyr/kernel/sched.c",
+  "output": "zephyr/kernel/CMakeFiles/kernel.dir/sched.c.obj"
+},
+{
+  "directory": "/home/code/workspace/projet_systm_menacer/projetalexiot/build",
+  "command": "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -D_ANSI_SOURCE -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR_SUPERVISOR__ -D__ZEPHYR__=1 -I/opt/ncs/zephyr/kernel/include -I/opt/ncs/zephyr/arch/arm/include -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/zephyr/lib/libc/common/include -Wshadow -fno-strict-aliasing -Os -imacros /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99 -o zephyr/kernel/CMakeFiles/kernel.dir/timeslicing.c.obj -c /opt/ncs/zephyr/kernel/timeslicing.c",
+  "file": "/opt/ncs/zephyr/kernel/timeslicing.c",
+  "output": "zephyr/kernel/CMakeFiles/kernel.dir/timeslicing.c.obj"
+},
+{
+  "directory": "/home/code/workspace/projet_systm_menacer/projetalexiot/build",
+  "command": "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -D_ANSI_SOURCE -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR_SUPERVISOR__ -D__ZEPHYR__=1 -I/opt/ncs/zephyr/kernel/include -I/opt/ncs/zephyr/arch/arm/include -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/zephyr/lib/libc/common/include -Wshadow -fno-strict-aliasing -Os -imacros /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99 -o zephyr/kernel/CMakeFiles/kernel.dir/xip.c.obj -c /opt/ncs/zephyr/kernel/xip.c",
+  "file": "/opt/ncs/zephyr/kernel/xip.c",
+  "output": "zephyr/kernel/CMakeFiles/kernel.dir/xip.c.obj"
+},
+{
+  "directory": "/home/code/workspace/projet_systm_menacer/projetalexiot/build",
+  "command": "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -D_ANSI_SOURCE -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR_SUPERVISOR__ -D__ZEPHYR__=1 -I/opt/ncs/zephyr/kernel/include -I/opt/ncs/zephyr/arch/arm/include -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/zephyr/lib/libc/common/include -Wshadow -fno-strict-aliasing -Os -imacros /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99 -o zephyr/kernel/CMakeFiles/kernel.dir/timeout.c.obj -c /opt/ncs/zephyr/kernel/timeout.c",
+  "file": "/opt/ncs/zephyr/kernel/timeout.c",
+  "output": "zephyr/kernel/CMakeFiles/kernel.dir/timeout.c.obj"
+},
+{
+  "directory": "/home/code/workspace/projet_systm_menacer/projetalexiot/build",
+  "command": "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -D_ANSI_SOURCE -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR_SUPERVISOR__ -D__ZEPHYR__=1 -I/opt/ncs/zephyr/kernel/include -I/opt/ncs/zephyr/arch/arm/include -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/zephyr/lib/libc/common/include -Wshadow -fno-strict-aliasing -Os -imacros /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99 -o zephyr/kernel/CMakeFiles/kernel.dir/timer.c.obj -c /opt/ncs/zephyr/kernel/timer.c",
+  "file": "/opt/ncs/zephyr/kernel/timer.c",
+  "output": "zephyr/kernel/CMakeFiles/kernel.dir/timer.c.obj"
+},
+{
+  "directory": "/home/code/workspace/projet_systm_menacer/projetalexiot/build",
+  "command": "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -D_ANSI_SOURCE -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR_SUPERVISOR__ -D__ZEPHYR__=1 -I/opt/ncs/zephyr/kernel/include -I/opt/ncs/zephyr/arch/arm/include -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/zephyr/lib/libc/common/include -Wshadow -fno-strict-aliasing -Os -imacros /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99 -o zephyr/kernel/CMakeFiles/kernel.dir/poll.c.obj -c /opt/ncs/zephyr/kernel/poll.c",
+  "file": "/opt/ncs/zephyr/kernel/poll.c",
+  "output": "zephyr/kernel/CMakeFiles/kernel.dir/poll.c.obj"
+},
+{
+  "directory": "/home/code/workspace/projet_systm_menacer/projetalexiot/build",
+  "command": "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -D_ANSI_SOURCE -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR_SUPERVISOR__ -D__ZEPHYR__=1 -I/opt/ncs/zephyr/kernel/include -I/opt/ncs/zephyr/arch/arm/include -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/zephyr/lib/libc/common/include -Wshadow -fno-strict-aliasing -Os -imacros /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99 -o zephyr/kernel/CMakeFiles/kernel.dir/mempool.c.obj -c /opt/ncs/zephyr/kernel/mempool.c",
+  "file": "/opt/ncs/zephyr/kernel/mempool.c",
+  "output": "zephyr/kernel/CMakeFiles/kernel.dir/mempool.c.obj"
+},
+{
+  "directory": "/home/code/workspace/projet_systm_menacer/projetalexiot/build",
+  "command": "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF52833_XXAA -DREGION_EU868 -D_ANSI_SOURCE -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR_SUPERVISOR__ -D__ZEPHYR__=1 -I/opt/ncs/zephyr/kernel/include -I/opt/ncs/zephyr/arch/arm/include -I/opt/ncs/nrf/drivers/mpsl/clock_control -I/opt/ncs/zephyr/include -I/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated -I/opt/ncs/zephyr/soc/nordic -I/opt/ncs/zephyr/lib/libc/newlib/include -I/opt/ncs/zephyr/soc/nordic/nrf52/. -I/opt/ncs/zephyr/soc/nordic/common/. -I/opt/ncs/zephyr/subsys/bluetooth -I/opt/ncs/zephyr/subsys/settings/include -I/opt/ncs/nrf/include -I/opt/ncs/nrf/lib/multithreading_lock/. -I/opt/ncs/nrf/subsys/bluetooth/controller/. -I/opt/ncs/zephyr/drivers/flash -I/opt/ncs/nrf/tests/include -I/opt/ncs/modules/hal/cmsis/CMSIS/Core/Include -I/opt/ncs/zephyr/modules/cmsis/. -I/opt/ncs/modules/hal/nordic/nrfx -I/opt/ncs/modules/hal/nordic/nrfx/drivers/include -I/opt/ncs/modules/hal/nordic/nrfx/mdk -I/opt/ncs/zephyr/modules/hal_nordic/nrfx/. -I/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver -I/opt/ncs/modules/crypto/tinycrypt/lib/include -I/opt/ncs/nrfxlib/mpsl/fem/common/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2220/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf2240/include -I/opt/ncs/nrfxlib/mpsl/fem/nrf22xx/include -I/opt/ncs/nrfxlib/mpsl/fem/simple_gpio/include -I/opt/ncs/nrfxlib/mpsl/fem/include -I/opt/ncs/nrfxlib/mpsl/fem/include/protocol -I/opt/ncs/nrfxlib/mpsl/include -I/opt/ncs/nrfxlib/mpsl/include/protocol -I/opt/ncs/nrfxlib/softdevice_controller/include -isystem /opt/ncs/zephyr/lib/libc/common/include -Wshadow -fno-strict-aliasing -Os -imacros /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /opt/ncs/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/code/workspace/projet_systm_menacer/projetalexiot=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/ncs/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/ncs=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99 -o zephyr/kernel/CMakeFiles/kernel.dir/dynamic_disabled.c.obj -c /opt/ncs/zephyr/kernel/dynamic_disabled.c",
+  "file": "/opt/ncs/zephyr/kernel/dynamic_disabled.c",
+  "output": "zephyr/kernel/CMakeFiles/kernel.dir/dynamic_disabled.c.obj"
+}
+]
\ No newline at end of file
diff --git a/build/image_preload.cmake b/build/image_preload.cmake
new file mode 100644
index 0000000000000000000000000000000000000000..136d5bbb342d75a4b301e655f5aa8756a09aeea2
--- /dev/null
+++ b/build/image_preload.cmake
@@ -0,0 +1,5 @@
+# Generated file that can be used to preload variant images
+set(BOARD "bbc_microbit_v2" CACHE INTERNAL "NCS child image controlled")
+set(CONF_FILE_BUILD_TYPE "" CACHE INTERNAL "NCS child image controlled")
+set(DTC_OVERLAY_FILE "/home/code/workspace/projet_systm_menacer/projetalexiot/boards/bbc_microbit_v2.overlay" CACHE INTERNAL "NCS child image controlled")
+set(WEST_PYTHON "/opt/venv/bin/python3" CACHE INTERNAL "NCS child image controlled")
diff --git a/build/modules/azure-sdk-for-c/cmake_install.cmake b/build/modules/azure-sdk-for-c/cmake_install.cmake
new file mode 100644
index 0000000000000000000000000000000000000000..2cc6e37f9e98a073e9cb53c93e631a7678736c43
--- /dev/null
+++ b/build/modules/azure-sdk-for-c/cmake_install.cmake
@@ -0,0 +1,39 @@
+# Install script for directory: /opt/ncs/nrf/modules/azure-sdk-for-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 "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-objdump")
+endif()
+
diff --git a/build/modules/canopennode/cmake_install.cmake b/build/modules/canopennode/cmake_install.cmake
new file mode 100644
index 0000000000000000000000000000000000000000..906cf379282dd0e24015481afd783963a457ed45
--- /dev/null
+++ b/build/modules/canopennode/cmake_install.cmake
@@ -0,0 +1,39 @@
+# Install script for directory: /opt/ncs/zephyr/modules/canopennode
+
+# 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 "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-objdump")
+endif()
+
diff --git a/build/modules/chre/cmake_install.cmake b/build/modules/chre/cmake_install.cmake
new file mode 100644
index 0000000000000000000000000000000000000000..d76027cf9af784854de4555c76cd7fb3a8875990
--- /dev/null
+++ b/build/modules/chre/cmake_install.cmake
@@ -0,0 +1,39 @@
+# Install script for directory: /opt/ncs/modules/lib/chre/platform/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 "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-objdump")
+endif()
+
diff --git a/build/modules/cirrus-logic/cmake_install.cmake b/build/modules/cirrus-logic/cmake_install.cmake
new file mode 100644
index 0000000000000000000000000000000000000000..c16a1f35f5f0cbbf30cc7720dc7e80992f63e5e8
--- /dev/null
+++ b/build/modules/cirrus-logic/cmake_install.cmake
@@ -0,0 +1,39 @@
+# Install script for directory: /opt/ncs/modules/hal/cirrus-logic
+
+# 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 "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-objdump")
+endif()
+
diff --git a/build/modules/cjson/cmake_install.cmake b/build/modules/cjson/cmake_install.cmake
new file mode 100644
index 0000000000000000000000000000000000000000..22a7c14e9c58e076afcf5739703b3e36bfad0d98
--- /dev/null
+++ b/build/modules/cjson/cmake_install.cmake
@@ -0,0 +1,39 @@
+# Install script for directory: /opt/ncs/nrf/modules/cjson
+
+# 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 "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-objdump")
+endif()
+
diff --git a/build/modules/cmsis-dsp/cmake_install.cmake b/build/modules/cmsis-dsp/cmake_install.cmake
new file mode 100644
index 0000000000000000000000000000000000000000..955c194a35b0659ee1c708d6f055d138bb9a9605
--- /dev/null
+++ b/build/modules/cmsis-dsp/cmake_install.cmake
@@ -0,0 +1,39 @@
+# Install script for directory: /opt/ncs/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 "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-objdump")
+endif()
+
diff --git a/build/modules/cmsis-nn/cmake_install.cmake b/build/modules/cmsis-nn/cmake_install.cmake
new file mode 100644
index 0000000000000000000000000000000000000000..a3360dfc0f420136089806229b888672907bcc1f
--- /dev/null
+++ b/build/modules/cmsis-nn/cmake_install.cmake
@@ -0,0 +1,39 @@
+# Install script for directory: /opt/ncs/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 "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-objdump")
+endif()
+
diff --git a/build/modules/cmsis/cmake_install.cmake b/build/modules/cmsis/cmake_install.cmake
new file mode 100644
index 0000000000000000000000000000000000000000..df5255189c621434d107b99d30a1cb2f609ccf02
--- /dev/null
+++ b/build/modules/cmsis/cmake_install.cmake
@@ -0,0 +1,44 @@
+# Install script for directory: /opt/ncs/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 "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-objdump")
+endif()
+
+if(NOT CMAKE_INSTALL_LOCAL_ONLY)
+  # Include the install script for the subdirectory.
+  include("/home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/cmsis/cmsis/cmake_install.cmake")
+endif()
+
diff --git a/build/modules/cmsis/cmsis/CMSIS/Core/cmake_install.cmake b/build/modules/cmsis/cmsis/CMSIS/Core/cmake_install.cmake
new file mode 100644
index 0000000000000000000000000000000000000000..e3d5cd993b6ed0d9b3cdcffa50ab18864d4364c0
--- /dev/null
+++ b/build/modules/cmsis/cmsis/CMSIS/Core/cmake_install.cmake
@@ -0,0 +1,39 @@
+# Install script for directory: /opt/ncs/modules/hal/cmsis/CMSIS/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 "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-objdump")
+endif()
+
diff --git a/build/modules/cmsis/cmsis/CMSIS/cmake_install.cmake b/build/modules/cmsis/cmsis/CMSIS/cmake_install.cmake
new file mode 100644
index 0000000000000000000000000000000000000000..b194d68fd556d9ce686934ce4ca69e919927ed15
--- /dev/null
+++ b/build/modules/cmsis/cmsis/CMSIS/cmake_install.cmake
@@ -0,0 +1,44 @@
+# Install script for directory: /opt/ncs/modules/hal/cmsis/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 "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-objdump")
+endif()
+
+if(NOT CMAKE_INSTALL_LOCAL_ONLY)
+  # Include the install script for the subdirectory.
+  include("/home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/cmsis/cmsis/CMSIS/Core/cmake_install.cmake")
+endif()
+
diff --git a/build/modules/cmsis/cmsis/cmake_install.cmake b/build/modules/cmsis/cmsis/cmake_install.cmake
new file mode 100644
index 0000000000000000000000000000000000000000..47afd9837dc215ed32da8a8a78230f3921ffee13
--- /dev/null
+++ b/build/modules/cmsis/cmsis/cmake_install.cmake
@@ -0,0 +1,44 @@
+# Install script for directory: /opt/ncs/modules/hal/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 "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-objdump")
+endif()
+
+if(NOT CMAKE_INSTALL_LOCAL_ONLY)
+  # Include the install script for the subdirectory.
+  include("/home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/cmsis/cmsis/CMSIS/cmake_install.cmake")
+endif()
+
diff --git a/build/modules/connectedhomeip/cmake_install.cmake b/build/modules/connectedhomeip/cmake_install.cmake
new file mode 100644
index 0000000000000000000000000000000000000000..51d2d3a18a443d5033fa622e2063e72d8f453a93
--- /dev/null
+++ b/build/modules/connectedhomeip/cmake_install.cmake
@@ -0,0 +1,39 @@
+# Install script for directory: /opt/ncs/modules/lib/matter/config/nrfconnect/chip-module
+
+# 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 "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-objdump")
+endif()
+
diff --git a/build/modules/fatfs/cmake_install.cmake b/build/modules/fatfs/cmake_install.cmake
new file mode 100644
index 0000000000000000000000000000000000000000..b43524e38c5750557ea55485ba80750e3c2276d9
--- /dev/null
+++ b/build/modules/fatfs/cmake_install.cmake
@@ -0,0 +1,39 @@
+# Install script for directory: /opt/ncs/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 "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-objdump")
+endif()
+
diff --git a/build/modules/hal_nordic/cmake_install.cmake b/build/modules/hal_nordic/cmake_install.cmake
new file mode 100644
index 0000000000000000000000000000000000000000..8f271957cbef33479c33654323828234ff58ad78
--- /dev/null
+++ b/build/modules/hal_nordic/cmake_install.cmake
@@ -0,0 +1,44 @@
+# Install script for directory: /opt/ncs/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 "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-objdump")
+endif()
+
+if(NOT CMAKE_INSTALL_LOCAL_ONLY)
+  # Include the install script for the subdirectory.
+  include("/home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/hal_nordic/nrfx/cmake_install.cmake")
+endif()
+
diff --git a/build/modules/hal_nordic/nrfx/CMakeFiles/modules__hal_nordic__nrfx.dir/nrfx_glue.c.obj b/build/modules/hal_nordic/nrfx/CMakeFiles/modules__hal_nordic__nrfx.dir/nrfx_glue.c.obj
new file mode 100644
index 0000000000000000000000000000000000000000..340600768392b518bc9c5da2d2d882288401bba8
Binary files /dev/null and b/build/modules/hal_nordic/nrfx/CMakeFiles/modules__hal_nordic__nrfx.dir/nrfx_glue.c.obj differ
diff --git a/build/modules/hal_nordic/nrfx/CMakeFiles/modules__hal_nordic__nrfx.dir/opt/ncs/modules/hal/nordic/nrfx/drivers/src/nrfx_gpiote.c.obj b/build/modules/hal_nordic/nrfx/CMakeFiles/modules__hal_nordic__nrfx.dir/opt/ncs/modules/hal/nordic/nrfx/drivers/src/nrfx_gpiote.c.obj
new file mode 100644
index 0000000000000000000000000000000000000000..4d8769a2318b48d1a07f527dc1a11e4d706a92df
Binary files /dev/null and b/build/modules/hal_nordic/nrfx/CMakeFiles/modules__hal_nordic__nrfx.dir/opt/ncs/modules/hal/nordic/nrfx/drivers/src/nrfx_gpiote.c.obj differ
diff --git a/build/modules/hal_nordic/nrfx/CMakeFiles/modules__hal_nordic__nrfx.dir/opt/ncs/modules/hal/nordic/nrfx/drivers/src/nrfx_nvmc.c.obj b/build/modules/hal_nordic/nrfx/CMakeFiles/modules__hal_nordic__nrfx.dir/opt/ncs/modules/hal/nordic/nrfx/drivers/src/nrfx_nvmc.c.obj
new file mode 100644
index 0000000000000000000000000000000000000000..8fbdcd460c416664040f3f698c8a1d49508c1431
Binary files /dev/null and b/build/modules/hal_nordic/nrfx/CMakeFiles/modules__hal_nordic__nrfx.dir/opt/ncs/modules/hal/nordic/nrfx/drivers/src/nrfx_nvmc.c.obj differ
diff --git a/build/modules/hal_nordic/nrfx/CMakeFiles/modules__hal_nordic__nrfx.dir/opt/ncs/modules/hal/nordic/nrfx/drivers/src/nrfx_spim.c.obj b/build/modules/hal_nordic/nrfx/CMakeFiles/modules__hal_nordic__nrfx.dir/opt/ncs/modules/hal/nordic/nrfx/drivers/src/nrfx_spim.c.obj
new file mode 100644
index 0000000000000000000000000000000000000000..8a8bc8921076f616f524c1797b9dbd66895bf3b6
Binary files /dev/null and b/build/modules/hal_nordic/nrfx/CMakeFiles/modules__hal_nordic__nrfx.dir/opt/ncs/modules/hal/nordic/nrfx/drivers/src/nrfx_spim.c.obj differ
diff --git a/build/modules/hal_nordic/nrfx/CMakeFiles/modules__hal_nordic__nrfx.dir/opt/ncs/modules/hal/nordic/nrfx/drivers/src/nrfx_twi_twim.c.obj b/build/modules/hal_nordic/nrfx/CMakeFiles/modules__hal_nordic__nrfx.dir/opt/ncs/modules/hal/nordic/nrfx/drivers/src/nrfx_twi_twim.c.obj
new file mode 100644
index 0000000000000000000000000000000000000000..7055a300e77fe16df2ef39a36a127dd74dddc36d
Binary files /dev/null and b/build/modules/hal_nordic/nrfx/CMakeFiles/modules__hal_nordic__nrfx.dir/opt/ncs/modules/hal/nordic/nrfx/drivers/src/nrfx_twi_twim.c.obj differ
diff --git a/build/modules/hal_nordic/nrfx/CMakeFiles/modules__hal_nordic__nrfx.dir/opt/ncs/modules/hal/nordic/nrfx/drivers/src/nrfx_twim.c.obj b/build/modules/hal_nordic/nrfx/CMakeFiles/modules__hal_nordic__nrfx.dir/opt/ncs/modules/hal/nordic/nrfx/drivers/src/nrfx_twim.c.obj
new file mode 100644
index 0000000000000000000000000000000000000000..bd7027ba7c9a53085f721e5dfd40b766bf09dd6f
Binary files /dev/null and b/build/modules/hal_nordic/nrfx/CMakeFiles/modules__hal_nordic__nrfx.dir/opt/ncs/modules/hal/nordic/nrfx/drivers/src/nrfx_twim.c.obj differ
diff --git a/build/modules/hal_nordic/nrfx/CMakeFiles/modules__hal_nordic__nrfx.dir/opt/ncs/modules/hal/nordic/nrfx/helpers/nrfx_flag32_allocator.c.obj b/build/modules/hal_nordic/nrfx/CMakeFiles/modules__hal_nordic__nrfx.dir/opt/ncs/modules/hal/nordic/nrfx/helpers/nrfx_flag32_allocator.c.obj
new file mode 100644
index 0000000000000000000000000000000000000000..35b08403613655feffb434e8da38256490ba0239
Binary files /dev/null and b/build/modules/hal_nordic/nrfx/CMakeFiles/modules__hal_nordic__nrfx.dir/opt/ncs/modules/hal/nordic/nrfx/helpers/nrfx_flag32_allocator.c.obj differ
diff --git a/build/modules/hal_nordic/nrfx/CMakeFiles/modules__hal_nordic__nrfx.dir/opt/ncs/modules/hal/nordic/nrfx/mdk/system_nrf52833.c.obj b/build/modules/hal_nordic/nrfx/CMakeFiles/modules__hal_nordic__nrfx.dir/opt/ncs/modules/hal/nordic/nrfx/mdk/system_nrf52833.c.obj
new file mode 100644
index 0000000000000000000000000000000000000000..c85810d9f65e67f8cfa46f921482b63cf25a4993
Binary files /dev/null and b/build/modules/hal_nordic/nrfx/CMakeFiles/modules__hal_nordic__nrfx.dir/opt/ncs/modules/hal/nordic/nrfx/mdk/system_nrf52833.c.obj differ
diff --git a/build/modules/hal_nordic/nrfx/cmake_install.cmake b/build/modules/hal_nordic/nrfx/cmake_install.cmake
new file mode 100644
index 0000000000000000000000000000000000000000..46923f5603067bca739f8aeab8d5ca35c875dbef
--- /dev/null
+++ b/build/modules/hal_nordic/nrfx/cmake_install.cmake
@@ -0,0 +1,39 @@
+# Install script for directory: /opt/ncs/zephyr/modules/hal_nordic/nrfx
+
+# 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 "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-objdump")
+endif()
+
diff --git a/build/modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a b/build/modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a
new file mode 100644
index 0000000000000000000000000000000000000000..783271e01d845a84cff47dbb8d48f0be3a80d324
Binary files /dev/null and b/build/modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a differ
diff --git a/build/modules/hal_st/cmake_install.cmake b/build/modules/hal_st/cmake_install.cmake
new file mode 100644
index 0000000000000000000000000000000000000000..af29e622df57b3f54d23e4937be4c99ec5a4158a
--- /dev/null
+++ b/build/modules/hal_st/cmake_install.cmake
@@ -0,0 +1,44 @@
+# Install script for directory: /opt/ncs/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 "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-objdump")
+endif()
+
+if(NOT CMAKE_INSTALL_LOCAL_ONLY)
+  # Include the install script for the subdirectory.
+  include("/home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/hal_st/sensor/stmemsc/cmake_install.cmake")
+endif()
+
diff --git a/build/modules/hal_st/sensor/stmemsc/cmake_install.cmake b/build/modules/hal_st/sensor/stmemsc/cmake_install.cmake
new file mode 100644
index 0000000000000000000000000000000000000000..373b0eaaa759f58bcd3d795eaa0224d517953939
--- /dev/null
+++ b/build/modules/hal_st/sensor/stmemsc/cmake_install.cmake
@@ -0,0 +1,39 @@
+# Install script for directory: /opt/ncs/modules/hal/st/sensor/stmemsc
+
+# 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 "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-objdump")
+endif()
+
diff --git a/build/modules/hal_wurthelektronik/cmake_install.cmake b/build/modules/hal_wurthelektronik/cmake_install.cmake
new file mode 100644
index 0000000000000000000000000000000000000000..828a36c324507218dda98a31bc039d217121a8bd
--- /dev/null
+++ b/build/modules/hal_wurthelektronik/cmake_install.cmake
@@ -0,0 +1,39 @@
+# Install script for directory: /opt/ncs/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 "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-objdump")
+endif()
+
diff --git a/build/modules/liblc3/cmake_install.cmake b/build/modules/liblc3/cmake_install.cmake
new file mode 100644
index 0000000000000000000000000000000000000000..9030856625ed88ccdfed8484f86df2f32785066b
--- /dev/null
+++ b/build/modules/liblc3/cmake_install.cmake
@@ -0,0 +1,39 @@
+# Install script for directory: /opt/ncs/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 "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-objdump")
+endif()
+
diff --git a/build/modules/libmetal/cmake_install.cmake b/build/modules/libmetal/cmake_install.cmake
new file mode 100644
index 0000000000000000000000000000000000000000..20cd9984a9705257c0a4aaa9f28f4a4562c93fc1
--- /dev/null
+++ b/build/modules/libmetal/cmake_install.cmake
@@ -0,0 +1,39 @@
+# Install script for directory: /opt/ncs/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 "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-objdump")
+endif()
+
diff --git a/build/modules/littlefs/cmake_install.cmake b/build/modules/littlefs/cmake_install.cmake
new file mode 100644
index 0000000000000000000000000000000000000000..67cfe31f4472ce9e1652b4b0bcf21aaacbdd1569
--- /dev/null
+++ b/build/modules/littlefs/cmake_install.cmake
@@ -0,0 +1,39 @@
+# Install script for directory: /opt/ncs/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 "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-objdump")
+endif()
+
diff --git a/build/modules/loramac-node/cmake_install.cmake b/build/modules/loramac-node/cmake_install.cmake
new file mode 100644
index 0000000000000000000000000000000000000000..79335d05bd010c3b9a77d7a791a69237282e2560
--- /dev/null
+++ b/build/modules/loramac-node/cmake_install.cmake
@@ -0,0 +1,39 @@
+# Install script for directory: /opt/ncs/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 "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-objdump")
+endif()
+
diff --git a/build/modules/lvgl/cmake_install.cmake b/build/modules/lvgl/cmake_install.cmake
new file mode 100644
index 0000000000000000000000000000000000000000..d95c710be3e2eab6a754edf38594253c38a47365
--- /dev/null
+++ b/build/modules/lvgl/cmake_install.cmake
@@ -0,0 +1,39 @@
+# Install script for directory: /opt/ncs/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 "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-objdump")
+endif()
+
diff --git a/build/modules/lz4/cmake_install.cmake b/build/modules/lz4/cmake_install.cmake
new file mode 100644
index 0000000000000000000000000000000000000000..37496415399493a4742aa3ba5b3182723a15af68
--- /dev/null
+++ b/build/modules/lz4/cmake_install.cmake
@@ -0,0 +1,39 @@
+# Install script for directory: /opt/ncs/zephyr/modules/lz4
+
+# 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 "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-objdump")
+endif()
+
diff --git a/build/modules/mbedtls/cmake_install.cmake b/build/modules/mbedtls/cmake_install.cmake
new file mode 100644
index 0000000000000000000000000000000000000000..bd634a034e79bbedc938e94725cc2c56a290e382
--- /dev/null
+++ b/build/modules/mbedtls/cmake_install.cmake
@@ -0,0 +1,39 @@
+# Install script for directory: /opt/ncs/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 "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-objdump")
+endif()
+
diff --git a/build/modules/mcuboot/boot/bootutil/zephyr/cmake_install.cmake b/build/modules/mcuboot/boot/bootutil/zephyr/cmake_install.cmake
new file mode 100644
index 0000000000000000000000000000000000000000..1ec09e3023f1c2b47def33a68570d268f40b610c
--- /dev/null
+++ b/build/modules/mcuboot/boot/bootutil/zephyr/cmake_install.cmake
@@ -0,0 +1,39 @@
+# Install script for directory: /opt/ncs/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 "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-objdump")
+endif()
+
diff --git a/build/modules/mcuboot/cmake_install.cmake b/build/modules/mcuboot/cmake_install.cmake
new file mode 100644
index 0000000000000000000000000000000000000000..76513b49bfe4321e9a4ffdbed6d518f5d5f8daac
--- /dev/null
+++ b/build/modules/mcuboot/cmake_install.cmake
@@ -0,0 +1,44 @@
+# Install script for directory: /opt/ncs/nrf/modules/mcuboot
+
+# 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 "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-objdump")
+endif()
+
+if(NOT CMAKE_INSTALL_LOCAL_ONLY)
+  # Include the install script for the subdirectory.
+  include("/home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/mcuboot/boot/bootutil/zephyr/cmake_install.cmake")
+endif()
+
diff --git a/build/modules/memfault-firmware-sdk/cmake_install.cmake b/build/modules/memfault-firmware-sdk/cmake_install.cmake
new file mode 100644
index 0000000000000000000000000000000000000000..3563c11170080915d9de48852c9f7669b4de4269
--- /dev/null
+++ b/build/modules/memfault-firmware-sdk/cmake_install.cmake
@@ -0,0 +1,39 @@
+# Install script for directory: /opt/ncs/modules/lib/memfault-firmware-sdk/ports/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 "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-objdump")
+endif()
+
diff --git a/build/modules/mipi-sys-t/cmake_install.cmake b/build/modules/mipi-sys-t/cmake_install.cmake
new file mode 100644
index 0000000000000000000000000000000000000000..cd4c0b4df8d30a2c3dddfd223b3dae0e04cb1e78
--- /dev/null
+++ b/build/modules/mipi-sys-t/cmake_install.cmake
@@ -0,0 +1,39 @@
+# Install script for directory: /opt/ncs/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 "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-objdump")
+endif()
+
diff --git a/build/modules/nanopb/cmake_install.cmake b/build/modules/nanopb/cmake_install.cmake
new file mode 100644
index 0000000000000000000000000000000000000000..1a0b547e47af7f70278efbc3ba9a35aa4fd981e4
--- /dev/null
+++ b/build/modules/nanopb/cmake_install.cmake
@@ -0,0 +1,39 @@
+# Install script for directory: /opt/ncs/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 "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-objdump")
+endif()
+
diff --git a/build/modules/nrf/cmake_install.cmake b/build/modules/nrf/cmake_install.cmake
new file mode 100644
index 0000000000000000000000000000000000000000..038eeb4b418326b2701edb55665f49fb4c6518fe
--- /dev/null
+++ b/build/modules/nrf/cmake_install.cmake
@@ -0,0 +1,74 @@
+# Install script for directory: /opt/ncs/nrf
+
+# 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 "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-objdump")
+endif()
+
+if(NOT CMAKE_INSTALL_LOCAL_ONLY)
+  # Include the install script for the subdirectory.
+  include("/home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/nrf/ext/cmake_install.cmake")
+endif()
+
+if(NOT CMAKE_INSTALL_LOCAL_ONLY)
+  # Include the install script for the subdirectory.
+  include("/home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/nrf/lib/cmake_install.cmake")
+endif()
+
+if(NOT CMAKE_INSTALL_LOCAL_ONLY)
+  # Include the install script for the subdirectory.
+  include("/home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/nrf/samples/cmake_install.cmake")
+endif()
+
+if(NOT CMAKE_INSTALL_LOCAL_ONLY)
+  # Include the install script for the subdirectory.
+  include("/home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/nrf/subsys/cmake_install.cmake")
+endif()
+
+if(NOT CMAKE_INSTALL_LOCAL_ONLY)
+  # Include the install script for the subdirectory.
+  include("/home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/nrf/modules/cmake_install.cmake")
+endif()
+
+if(NOT CMAKE_INSTALL_LOCAL_ONLY)
+  # Include the install script for the subdirectory.
+  include("/home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/nrf/drivers/cmake_install.cmake")
+endif()
+
+if(NOT CMAKE_INSTALL_LOCAL_ONLY)
+  # Include the install script for the subdirectory.
+  include("/home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/nrf/tests/cmake_install.cmake")
+endif()
+
diff --git a/build/modules/nrf/drivers/cmake_install.cmake b/build/modules/nrf/drivers/cmake_install.cmake
new file mode 100644
index 0000000000000000000000000000000000000000..dbf274cdff1743ac73e9cfd2bfdd799f8bd7af6d
--- /dev/null
+++ b/build/modules/nrf/drivers/cmake_install.cmake
@@ -0,0 +1,69 @@
+# Install script for directory: /opt/ncs/nrf/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 "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-objdump")
+endif()
+
+if(NOT CMAKE_INSTALL_LOCAL_ONLY)
+  # Include the install script for the subdirectory.
+  include("/home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/nrf/drivers/sensor/cmake_install.cmake")
+endif()
+
+if(NOT CMAKE_INSTALL_LOCAL_ONLY)
+  # Include the install script for the subdirectory.
+  include("/home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/nrf/drivers/mpsl/cmake_install.cmake")
+endif()
+
+if(NOT CMAKE_INSTALL_LOCAL_ONLY)
+  # Include the install script for the subdirectory.
+  include("/home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/nrf/drivers/hw_cc3xx/cmake_install.cmake")
+endif()
+
+if(NOT CMAKE_INSTALL_LOCAL_ONLY)
+  # Include the install script for the subdirectory.
+  include("/home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/nrf/drivers/entropy/cmake_install.cmake")
+endif()
+
+if(NOT CMAKE_INSTALL_LOCAL_ONLY)
+  # Include the install script for the subdirectory.
+  include("/home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/nrf/drivers/serial/cmake_install.cmake")
+endif()
+
+if(NOT CMAKE_INSTALL_LOCAL_ONLY)
+  # Include the install script for the subdirectory.
+  include("/home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/nrf/drivers/flash/cmake_install.cmake")
+endif()
+
diff --git a/build/modules/nrf/drivers/entropy/cmake_install.cmake b/build/modules/nrf/drivers/entropy/cmake_install.cmake
new file mode 100644
index 0000000000000000000000000000000000000000..a0e1cbef699da05f58e0e631323cfed51cd04f46
--- /dev/null
+++ b/build/modules/nrf/drivers/entropy/cmake_install.cmake
@@ -0,0 +1,39 @@
+# Install script for directory: /opt/ncs/nrf/drivers/entropy
+
+# 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 "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-objdump")
+endif()
+
diff --git a/build/modules/nrf/drivers/flash/cmake_install.cmake b/build/modules/nrf/drivers/flash/cmake_install.cmake
new file mode 100644
index 0000000000000000000000000000000000000000..0a8b4073b3d553063d4452f71577fe3e9a9640a9
--- /dev/null
+++ b/build/modules/nrf/drivers/flash/cmake_install.cmake
@@ -0,0 +1,39 @@
+# Install script for directory: /opt/ncs/nrf/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 "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-objdump")
+endif()
+
diff --git a/build/modules/nrf/drivers/hw_cc3xx/cmake_install.cmake b/build/modules/nrf/drivers/hw_cc3xx/cmake_install.cmake
new file mode 100644
index 0000000000000000000000000000000000000000..4f7e23ebc1b8c1b84f81fc8d3846dadd29f659cc
--- /dev/null
+++ b/build/modules/nrf/drivers/hw_cc3xx/cmake_install.cmake
@@ -0,0 +1,39 @@
+# Install script for directory: /opt/ncs/nrf/drivers/hw_cc3xx
+
+# 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 "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-objdump")
+endif()
+
diff --git a/build/modules/nrf/drivers/mpsl/clock_control/CMakeFiles/..__nrf__drivers__mpsl__clock_control.dir/nrfx_clock_mpsl.c.obj b/build/modules/nrf/drivers/mpsl/clock_control/CMakeFiles/..__nrf__drivers__mpsl__clock_control.dir/nrfx_clock_mpsl.c.obj
new file mode 100644
index 0000000000000000000000000000000000000000..380763c8e338a41d3d8f89be73907f28572b55ea
Binary files /dev/null and b/build/modules/nrf/drivers/mpsl/clock_control/CMakeFiles/..__nrf__drivers__mpsl__clock_control.dir/nrfx_clock_mpsl.c.obj differ
diff --git a/build/modules/nrf/drivers/mpsl/clock_control/cmake_install.cmake b/build/modules/nrf/drivers/mpsl/clock_control/cmake_install.cmake
new file mode 100644
index 0000000000000000000000000000000000000000..e67dd91402ecac6e3a02f87be78eb05cade35efd
--- /dev/null
+++ b/build/modules/nrf/drivers/mpsl/clock_control/cmake_install.cmake
@@ -0,0 +1,39 @@
+# Install script for directory: /opt/ncs/nrf/drivers/mpsl/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 "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-objdump")
+endif()
+
diff --git a/build/modules/nrf/drivers/mpsl/clock_control/lib..__nrf__drivers__mpsl__clock_control.a b/build/modules/nrf/drivers/mpsl/clock_control/lib..__nrf__drivers__mpsl__clock_control.a
new file mode 100644
index 0000000000000000000000000000000000000000..857bd6701dc66c03d8c1f14f804b568d8c93a340
Binary files /dev/null and b/build/modules/nrf/drivers/mpsl/clock_control/lib..__nrf__drivers__mpsl__clock_control.a differ
diff --git a/build/modules/nrf/drivers/mpsl/cmake_install.cmake b/build/modules/nrf/drivers/mpsl/cmake_install.cmake
new file mode 100644
index 0000000000000000000000000000000000000000..1eec8eaec73cc3787165462a1cac04114488ddde
--- /dev/null
+++ b/build/modules/nrf/drivers/mpsl/cmake_install.cmake
@@ -0,0 +1,54 @@
+# Install script for directory: /opt/ncs/nrf/drivers/mpsl
+
+# 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 "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-objdump")
+endif()
+
+if(NOT CMAKE_INSTALL_LOCAL_ONLY)
+  # Include the install script for the subdirectory.
+  include("/home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/nrf/drivers/mpsl/clock_control/cmake_install.cmake")
+endif()
+
+if(NOT CMAKE_INSTALL_LOCAL_ONLY)
+  # Include the install script for the subdirectory.
+  include("/home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/nrf/drivers/mpsl/flash_sync/cmake_install.cmake")
+endif()
+
+if(NOT CMAKE_INSTALL_LOCAL_ONLY)
+  # Include the install script for the subdirectory.
+  include("/home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/nrf/drivers/mpsl/temp_nrf5/cmake_install.cmake")
+endif()
+
diff --git a/build/modules/nrf/drivers/mpsl/flash_sync/CMakeFiles/..__nrf__drivers__mpsl__flash_sync.dir/flash_sync_mpsl.c.obj b/build/modules/nrf/drivers/mpsl/flash_sync/CMakeFiles/..__nrf__drivers__mpsl__flash_sync.dir/flash_sync_mpsl.c.obj
new file mode 100644
index 0000000000000000000000000000000000000000..542dbac2ac4ce973d099cd9c376cfca74903f4e4
Binary files /dev/null and b/build/modules/nrf/drivers/mpsl/flash_sync/CMakeFiles/..__nrf__drivers__mpsl__flash_sync.dir/flash_sync_mpsl.c.obj differ
diff --git a/build/modules/nrf/drivers/mpsl/flash_sync/cmake_install.cmake b/build/modules/nrf/drivers/mpsl/flash_sync/cmake_install.cmake
new file mode 100644
index 0000000000000000000000000000000000000000..b7bda0dfd5f5bce1ba1ff9e8cc5f6ec44337d929
--- /dev/null
+++ b/build/modules/nrf/drivers/mpsl/flash_sync/cmake_install.cmake
@@ -0,0 +1,39 @@
+# Install script for directory: /opt/ncs/nrf/drivers/mpsl/flash_sync
+
+# 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 "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-objdump")
+endif()
+
diff --git a/build/modules/nrf/drivers/mpsl/flash_sync/lib..__nrf__drivers__mpsl__flash_sync.a b/build/modules/nrf/drivers/mpsl/flash_sync/lib..__nrf__drivers__mpsl__flash_sync.a
new file mode 100644
index 0000000000000000000000000000000000000000..ec66a0f8a0c330f4bad21118ccad56953f90c20b
Binary files /dev/null and b/build/modules/nrf/drivers/mpsl/flash_sync/lib..__nrf__drivers__mpsl__flash_sync.a differ
diff --git a/build/modules/nrf/drivers/mpsl/temp_nrf5/CMakeFiles/..__nrf__drivers__mpsl__temp_nrf5.dir/temp_nrf5_mpsl.c.obj b/build/modules/nrf/drivers/mpsl/temp_nrf5/CMakeFiles/..__nrf__drivers__mpsl__temp_nrf5.dir/temp_nrf5_mpsl.c.obj
new file mode 100644
index 0000000000000000000000000000000000000000..59c03cdf192c45c38b1e303033ba3e205ebcf4a5
Binary files /dev/null and b/build/modules/nrf/drivers/mpsl/temp_nrf5/CMakeFiles/..__nrf__drivers__mpsl__temp_nrf5.dir/temp_nrf5_mpsl.c.obj differ
diff --git a/build/modules/nrf/drivers/mpsl/temp_nrf5/cmake_install.cmake b/build/modules/nrf/drivers/mpsl/temp_nrf5/cmake_install.cmake
new file mode 100644
index 0000000000000000000000000000000000000000..aa651d13f17c69a296d503ea0a24fce006ffae18
--- /dev/null
+++ b/build/modules/nrf/drivers/mpsl/temp_nrf5/cmake_install.cmake
@@ -0,0 +1,39 @@
+# Install script for directory: /opt/ncs/nrf/drivers/mpsl/temp_nrf5
+
+# 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 "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-objdump")
+endif()
+
diff --git a/build/modules/nrf/drivers/mpsl/temp_nrf5/lib..__nrf__drivers__mpsl__temp_nrf5.a b/build/modules/nrf/drivers/mpsl/temp_nrf5/lib..__nrf__drivers__mpsl__temp_nrf5.a
new file mode 100644
index 0000000000000000000000000000000000000000..fa17b6c943bb5e4a958d9cdd59282770bba71609
Binary files /dev/null and b/build/modules/nrf/drivers/mpsl/temp_nrf5/lib..__nrf__drivers__mpsl__temp_nrf5.a differ
diff --git a/build/modules/nrf/drivers/sensor/cmake_install.cmake b/build/modules/nrf/drivers/sensor/cmake_install.cmake
new file mode 100644
index 0000000000000000000000000000000000000000..6c58be652568883b1f2a60b6c88ba2d31967f8ad
--- /dev/null
+++ b/build/modules/nrf/drivers/sensor/cmake_install.cmake
@@ -0,0 +1,39 @@
+# Install script for directory: /opt/ncs/nrf/drivers/sensor
+
+# 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 "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-objdump")
+endif()
+
diff --git a/build/modules/nrf/drivers/serial/cmake_install.cmake b/build/modules/nrf/drivers/serial/cmake_install.cmake
new file mode 100644
index 0000000000000000000000000000000000000000..da446c5266bd005d4a4934323d191a9da52b36dc
--- /dev/null
+++ b/build/modules/nrf/drivers/serial/cmake_install.cmake
@@ -0,0 +1,39 @@
+# Install script for directory: /opt/ncs/nrf/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 path to fallback-tool for dependency-resolution.
+if(NOT DEFINED CMAKE_OBJDUMP)
+  set(CMAKE_OBJDUMP "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-objdump")
+endif()
+
diff --git a/build/modules/nrf/ext/cmake_install.cmake b/build/modules/nrf/ext/cmake_install.cmake
new file mode 100644
index 0000000000000000000000000000000000000000..fe2e11b0717a321101ad4484bcd46fc83f230044
--- /dev/null
+++ b/build/modules/nrf/ext/cmake_install.cmake
@@ -0,0 +1,39 @@
+# Install script for directory: /opt/ncs/nrf/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 "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-objdump")
+endif()
+
diff --git a/build/modules/nrf/lib/bin/cmake_install.cmake b/build/modules/nrf/lib/bin/cmake_install.cmake
new file mode 100644
index 0000000000000000000000000000000000000000..85c1d0f85b4cbbdafb5664d2e05a023c2b98da27
--- /dev/null
+++ b/build/modules/nrf/lib/bin/cmake_install.cmake
@@ -0,0 +1,39 @@
+# Install script for directory: /opt/ncs/nrf/lib/bin
+
+# 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 "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-objdump")
+endif()
+
diff --git a/build/modules/nrf/lib/boot_banner/cmake_install.cmake b/build/modules/nrf/lib/boot_banner/cmake_install.cmake
new file mode 100644
index 0000000000000000000000000000000000000000..099a5bec14448261153e234d87304b9dd43fbac1
--- /dev/null
+++ b/build/modules/nrf/lib/boot_banner/cmake_install.cmake
@@ -0,0 +1,39 @@
+# Install script for directory: /opt/ncs/nrf/lib/boot_banner
+
+# 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 "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-objdump")
+endif()
+
diff --git a/build/modules/nrf/lib/cmake_install.cmake b/build/modules/nrf/lib/cmake_install.cmake
new file mode 100644
index 0000000000000000000000000000000000000000..f758fdf1af7d83601a338a3ff56ab8fc488c1006
--- /dev/null
+++ b/build/modules/nrf/lib/cmake_install.cmake
@@ -0,0 +1,64 @@
+# Install script for directory: /opt/ncs/nrf/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 "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-objdump")
+endif()
+
+if(NOT CMAKE_INSTALL_LOCAL_ONLY)
+  # Include the install script for the subdirectory.
+  include("/home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/nrf/lib/bin/cmake_install.cmake")
+endif()
+
+if(NOT CMAKE_INSTALL_LOCAL_ONLY)
+  # Include the install script for the subdirectory.
+  include("/home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/nrf/lib/multithreading_lock/cmake_install.cmake")
+endif()
+
+if(NOT CMAKE_INSTALL_LOCAL_ONLY)
+  # Include the install script for the subdirectory.
+  include("/home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/nrf/lib/flash_patch/cmake_install.cmake")
+endif()
+
+if(NOT CMAKE_INSTALL_LOCAL_ONLY)
+  # Include the install script for the subdirectory.
+  include("/home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/nrf/lib/fatal_error/cmake_install.cmake")
+endif()
+
+if(NOT CMAKE_INSTALL_LOCAL_ONLY)
+  # Include the install script for the subdirectory.
+  include("/home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/nrf/lib/boot_banner/cmake_install.cmake")
+endif()
+
diff --git a/build/modules/nrf/lib/fatal_error/cmake_install.cmake b/build/modules/nrf/lib/fatal_error/cmake_install.cmake
new file mode 100644
index 0000000000000000000000000000000000000000..2c6c0abdc34d2f030e7c3f56a2b530bc9f69ab72
--- /dev/null
+++ b/build/modules/nrf/lib/fatal_error/cmake_install.cmake
@@ -0,0 +1,39 @@
+# Install script for directory: /opt/ncs/nrf/lib/fatal_error
+
+# 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 "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-objdump")
+endif()
+
diff --git a/build/modules/nrf/lib/flash_patch/cmake_install.cmake b/build/modules/nrf/lib/flash_patch/cmake_install.cmake
new file mode 100644
index 0000000000000000000000000000000000000000..40a76a32ebf1c2b32db3291e29577e969ef3700c
--- /dev/null
+++ b/build/modules/nrf/lib/flash_patch/cmake_install.cmake
@@ -0,0 +1,39 @@
+# Install script for directory: /opt/ncs/nrf/lib/flash_patch
+
+# 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 "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-objdump")
+endif()
+
diff --git a/build/modules/nrf/lib/multithreading_lock/CMakeFiles/..__nrf__lib__multithreading_lock.dir/multithreading_lock.c.obj b/build/modules/nrf/lib/multithreading_lock/CMakeFiles/..__nrf__lib__multithreading_lock.dir/multithreading_lock.c.obj
new file mode 100644
index 0000000000000000000000000000000000000000..0d35b0d8c6dd7c7bb4a489675d85248e45cb14be
Binary files /dev/null and b/build/modules/nrf/lib/multithreading_lock/CMakeFiles/..__nrf__lib__multithreading_lock.dir/multithreading_lock.c.obj differ
diff --git a/build/modules/nrf/lib/multithreading_lock/cmake_install.cmake b/build/modules/nrf/lib/multithreading_lock/cmake_install.cmake
new file mode 100644
index 0000000000000000000000000000000000000000..2168ae014c0406008755b7740c49001e08af1dc0
--- /dev/null
+++ b/build/modules/nrf/lib/multithreading_lock/cmake_install.cmake
@@ -0,0 +1,39 @@
+# Install script for directory: /opt/ncs/nrf/lib/multithreading_lock
+
+# 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 "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-objdump")
+endif()
+
diff --git a/build/modules/nrf/lib/multithreading_lock/lib..__nrf__lib__multithreading_lock.a b/build/modules/nrf/lib/multithreading_lock/lib..__nrf__lib__multithreading_lock.a
new file mode 100644
index 0000000000000000000000000000000000000000..ddfd7759165e17ac0255a1fb5e5d788146a9e7f1
Binary files /dev/null and b/build/modules/nrf/lib/multithreading_lock/lib..__nrf__lib__multithreading_lock.a differ
diff --git a/build/modules/nrf/modules/cmake_install.cmake b/build/modules/nrf/modules/cmake_install.cmake
new file mode 100644
index 0000000000000000000000000000000000000000..30dbee3d5c423f2699e9f74454b29991e9cad54d
--- /dev/null
+++ b/build/modules/nrf/modules/cmake_install.cmake
@@ -0,0 +1,49 @@
+# Install script for directory: /opt/ncs/nrf/modules
+
+# 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 "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-objdump")
+endif()
+
+if(NOT CMAKE_INSTALL_LOCAL_ONLY)
+  # Include the install script for the subdirectory.
+  include("/home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/nrf/modules/hostap/cmake_install.cmake")
+endif()
+
+if(NOT CMAKE_INSTALL_LOCAL_ONLY)
+  # Include the install script for the subdirectory.
+  include("/home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/nrf/modules/wfa-qt/cmake_install.cmake")
+endif()
+
diff --git a/build/modules/nrf/modules/hostap/cmake_install.cmake b/build/modules/nrf/modules/hostap/cmake_install.cmake
new file mode 100644
index 0000000000000000000000000000000000000000..50430980b06b21b4e8886475d47e75e35fc60ba9
--- /dev/null
+++ b/build/modules/nrf/modules/hostap/cmake_install.cmake
@@ -0,0 +1,39 @@
+# Install script for directory: /opt/ncs/nrf/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 "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-objdump")
+endif()
+
diff --git a/build/modules/nrf/modules/wfa-qt/cmake_install.cmake b/build/modules/nrf/modules/wfa-qt/cmake_install.cmake
new file mode 100644
index 0000000000000000000000000000000000000000..7557033f1ab11f9e60a1a0bf69e4b8a546911d2e
--- /dev/null
+++ b/build/modules/nrf/modules/wfa-qt/cmake_install.cmake
@@ -0,0 +1,39 @@
+# Install script for directory: /opt/ncs/nrf/modules/wfa-qt
+
+# 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 "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-objdump")
+endif()
+
diff --git a/build/modules/nrf/samples/cmake_install.cmake b/build/modules/nrf/samples/cmake_install.cmake
new file mode 100644
index 0000000000000000000000000000000000000000..da37d8dd263a7a8e610e5cb46be4fb3231ad8c4e
--- /dev/null
+++ b/build/modules/nrf/samples/cmake_install.cmake
@@ -0,0 +1,44 @@
+# Install script for directory: /opt/ncs/nrf/samples
+
+# 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 "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-objdump")
+endif()
+
+if(NOT CMAKE_INSTALL_LOCAL_ONLY)
+  # Include the install script for the subdirectory.
+  include("/home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/nrf/samples/common/cmake_install.cmake")
+endif()
+
diff --git a/build/modules/nrf/samples/common/cmake_install.cmake b/build/modules/nrf/samples/common/cmake_install.cmake
new file mode 100644
index 0000000000000000000000000000000000000000..763d5db5fb005674e3e752100eb1ef2fb232f41e
--- /dev/null
+++ b/build/modules/nrf/samples/common/cmake_install.cmake
@@ -0,0 +1,44 @@
+# Install script for directory: /opt/ncs/nrf/samples/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 "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-objdump")
+endif()
+
+if(NOT CMAKE_INSTALL_LOCAL_ONLY)
+  # Include the install script for the subdirectory.
+  include("/home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/nrf/samples/common/mcumgr_bt_ota_dfu/cmake_install.cmake")
+endif()
+
diff --git a/build/modules/nrf/samples/common/mcumgr_bt_ota_dfu/cmake_install.cmake b/build/modules/nrf/samples/common/mcumgr_bt_ota_dfu/cmake_install.cmake
new file mode 100644
index 0000000000000000000000000000000000000000..9439e21f1da7c9205043ecf0ad9469de0351965b
--- /dev/null
+++ b/build/modules/nrf/samples/common/mcumgr_bt_ota_dfu/cmake_install.cmake
@@ -0,0 +1,39 @@
+# Install script for directory: /opt/ncs/nrf/samples/common/mcumgr_bt_ota_dfu
+
+# 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 "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-objdump")
+endif()
+
diff --git a/build/modules/nrf/subsys/bluetooth/cmake_install.cmake b/build/modules/nrf/subsys/bluetooth/cmake_install.cmake
new file mode 100644
index 0000000000000000000000000000000000000000..0ce0d8b9c49ab5da884d04e0b83c9b49c255e678
--- /dev/null
+++ b/build/modules/nrf/subsys/bluetooth/cmake_install.cmake
@@ -0,0 +1,49 @@
+# Install script for directory: /opt/ncs/nrf/subsys/bluetooth
+
+# 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 "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-objdump")
+endif()
+
+if(NOT CMAKE_INSTALL_LOCAL_ONLY)
+  # Include the install script for the subdirectory.
+  include("/home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/nrf/subsys/bluetooth/controller/cmake_install.cmake")
+endif()
+
+if(NOT CMAKE_INSTALL_LOCAL_ONLY)
+  # Include the install script for the subdirectory.
+  include("/home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/nrf/subsys/bluetooth/host_extensions/cmake_install.cmake")
+endif()
+
diff --git a/build/modules/nrf/subsys/bluetooth/controller/CMakeFiles/..__nrf__subsys__bluetooth__controller.dir/crypto.c.obj b/build/modules/nrf/subsys/bluetooth/controller/CMakeFiles/..__nrf__subsys__bluetooth__controller.dir/crypto.c.obj
new file mode 100644
index 0000000000000000000000000000000000000000..b78d33d21a715ed1af409def7feed594417bfeb6
Binary files /dev/null and b/build/modules/nrf/subsys/bluetooth/controller/CMakeFiles/..__nrf__subsys__bluetooth__controller.dir/crypto.c.obj differ
diff --git a/build/modules/nrf/subsys/bluetooth/controller/CMakeFiles/..__nrf__subsys__bluetooth__controller.dir/ecdh.c.obj b/build/modules/nrf/subsys/bluetooth/controller/CMakeFiles/..__nrf__subsys__bluetooth__controller.dir/ecdh.c.obj
new file mode 100644
index 0000000000000000000000000000000000000000..42277ab58d3857d59bc22a0ed37cbee4d89d942d
Binary files /dev/null and b/build/modules/nrf/subsys/bluetooth/controller/CMakeFiles/..__nrf__subsys__bluetooth__controller.dir/ecdh.c.obj differ
diff --git a/build/modules/nrf/subsys/bluetooth/controller/CMakeFiles/..__nrf__subsys__bluetooth__controller.dir/hci_driver.c.obj b/build/modules/nrf/subsys/bluetooth/controller/CMakeFiles/..__nrf__subsys__bluetooth__controller.dir/hci_driver.c.obj
new file mode 100644
index 0000000000000000000000000000000000000000..dbb0342ad17350f7c74cd7d6d8fdeb62d4e067ff
Binary files /dev/null and b/build/modules/nrf/subsys/bluetooth/controller/CMakeFiles/..__nrf__subsys__bluetooth__controller.dir/hci_driver.c.obj differ
diff --git a/build/modules/nrf/subsys/bluetooth/controller/CMakeFiles/..__nrf__subsys__bluetooth__controller.dir/hci_internal.c.obj b/build/modules/nrf/subsys/bluetooth/controller/CMakeFiles/..__nrf__subsys__bluetooth__controller.dir/hci_internal.c.obj
new file mode 100644
index 0000000000000000000000000000000000000000..0fb1933e8b3d2cef315b3a9662e5ffb69848c701
Binary files /dev/null and b/build/modules/nrf/subsys/bluetooth/controller/CMakeFiles/..__nrf__subsys__bluetooth__controller.dir/hci_internal.c.obj differ
diff --git a/build/modules/nrf/subsys/bluetooth/controller/cmake_install.cmake b/build/modules/nrf/subsys/bluetooth/controller/cmake_install.cmake
new file mode 100644
index 0000000000000000000000000000000000000000..a168c56ce8eb4fb8c8f9f31d154943850f68006c
--- /dev/null
+++ b/build/modules/nrf/subsys/bluetooth/controller/cmake_install.cmake
@@ -0,0 +1,39 @@
+# Install script for directory: /opt/ncs/nrf/subsys/bluetooth/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 "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-objdump")
+endif()
+
diff --git a/build/modules/nrf/subsys/bluetooth/controller/lib..__nrf__subsys__bluetooth__controller.a b/build/modules/nrf/subsys/bluetooth/controller/lib..__nrf__subsys__bluetooth__controller.a
new file mode 100644
index 0000000000000000000000000000000000000000..69b4e22ba39f29473c3e8cc8938e15e1593e802e
Binary files /dev/null and b/build/modules/nrf/subsys/bluetooth/controller/lib..__nrf__subsys__bluetooth__controller.a differ
diff --git a/build/modules/nrf/subsys/bluetooth/host_extensions/cmake_install.cmake b/build/modules/nrf/subsys/bluetooth/host_extensions/cmake_install.cmake
new file mode 100644
index 0000000000000000000000000000000000000000..821a09700cf745b3af6b7b87b86bbb6db9d7c151
--- /dev/null
+++ b/build/modules/nrf/subsys/bluetooth/host_extensions/cmake_install.cmake
@@ -0,0 +1,39 @@
+# Install script for directory: /opt/ncs/nrf/subsys/bluetooth/host_extensions
+
+# 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 "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-objdump")
+endif()
+
diff --git a/build/modules/nrf/subsys/cmake_install.cmake b/build/modules/nrf/subsys/cmake_install.cmake
new file mode 100644
index 0000000000000000000000000000000000000000..0d6449b0c3e1d92c56e7bb5fa22bf9598fda3c20
--- /dev/null
+++ b/build/modules/nrf/subsys/cmake_install.cmake
@@ -0,0 +1,74 @@
+# Install script for directory: /opt/ncs/nrf/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 "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-objdump")
+endif()
+
+if(NOT CMAKE_INSTALL_LOCAL_ONLY)
+  # Include the install script for the subdirectory.
+  include("/home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/nrf/subsys/bluetooth/cmake_install.cmake")
+endif()
+
+if(NOT CMAKE_INSTALL_LOCAL_ONLY)
+  # Include the install script for the subdirectory.
+  include("/home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/nrf/subsys/net/cmake_install.cmake")
+endif()
+
+if(NOT CMAKE_INSTALL_LOCAL_ONLY)
+  # Include the install script for the subdirectory.
+  include("/home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/nrf/subsys/dfu/cmake_install.cmake")
+endif()
+
+if(NOT CMAKE_INSTALL_LOCAL_ONLY)
+  # Include the install script for the subdirectory.
+  include("/home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/nrf/subsys/mpsl/cmake_install.cmake")
+endif()
+
+if(NOT CMAKE_INSTALL_LOCAL_ONLY)
+  # Include the install script for the subdirectory.
+  include("/home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/nrf/subsys/shell/cmake_install.cmake")
+endif()
+
+if(NOT CMAKE_INSTALL_LOCAL_ONLY)
+  # Include the install script for the subdirectory.
+  include("/home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/nrf/subsys/debug/cmake_install.cmake")
+endif()
+
+if(NOT CMAKE_INSTALL_LOCAL_ONLY)
+  # Include the install script for the subdirectory.
+  include("/home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/nrf/subsys/suit/cmake_install.cmake")
+endif()
+
diff --git a/build/modules/nrf/subsys/debug/cmake_install.cmake b/build/modules/nrf/subsys/debug/cmake_install.cmake
new file mode 100644
index 0000000000000000000000000000000000000000..2ecc4ed079caa57d30ca0cbf4a2a624b10cbd8ac
--- /dev/null
+++ b/build/modules/nrf/subsys/debug/cmake_install.cmake
@@ -0,0 +1,39 @@
+# Install script for directory: /opt/ncs/nrf/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 "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-objdump")
+endif()
+
diff --git a/build/modules/nrf/subsys/dfu/cmake_install.cmake b/build/modules/nrf/subsys/dfu/cmake_install.cmake
new file mode 100644
index 0000000000000000000000000000000000000000..d07471d39fd189278ea62c2eec19e911cf42df42
--- /dev/null
+++ b/build/modules/nrf/subsys/dfu/cmake_install.cmake
@@ -0,0 +1,39 @@
+# Install script for directory: /opt/ncs/nrf/subsys/dfu
+
+# 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 "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-objdump")
+endif()
+
diff --git a/build/modules/nrf/subsys/mpsl/cmake_install.cmake b/build/modules/nrf/subsys/mpsl/cmake_install.cmake
new file mode 100644
index 0000000000000000000000000000000000000000..cba877a95d7f94a7460ace2cefa99ef6eb280f4e
--- /dev/null
+++ b/build/modules/nrf/subsys/mpsl/cmake_install.cmake
@@ -0,0 +1,49 @@
+# Install script for directory: /opt/ncs/nrf/subsys/mpsl
+
+# 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 "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-objdump")
+endif()
+
+if(NOT CMAKE_INSTALL_LOCAL_ONLY)
+  # Include the install script for the subdirectory.
+  include("/home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/nrf/subsys/mpsl/init/cmake_install.cmake")
+endif()
+
+if(NOT CMAKE_INSTALL_LOCAL_ONLY)
+  # Include the install script for the subdirectory.
+  include("/home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/nrf/subsys/mpsl/fem/cmake_install.cmake")
+endif()
+
diff --git a/build/modules/nrf/subsys/mpsl/fem/CMakeFiles/..__nrf__subsys__mpsl__fem.dir/api_init/mpsl_fem_api_init.c.obj b/build/modules/nrf/subsys/mpsl/fem/CMakeFiles/..__nrf__subsys__mpsl__fem.dir/api_init/mpsl_fem_api_init.c.obj
new file mode 100644
index 0000000000000000000000000000000000000000..eaa035947fc37866fa99617397dc95ea4cff27a6
Binary files /dev/null and b/build/modules/nrf/subsys/mpsl/fem/CMakeFiles/..__nrf__subsys__mpsl__fem.dir/api_init/mpsl_fem_api_init.c.obj differ
diff --git a/build/modules/nrf/subsys/mpsl/fem/cmake_install.cmake b/build/modules/nrf/subsys/mpsl/fem/cmake_install.cmake
new file mode 100644
index 0000000000000000000000000000000000000000..a76921f81fae5855f81caf55461cb301d0c1d5b5
--- /dev/null
+++ b/build/modules/nrf/subsys/mpsl/fem/cmake_install.cmake
@@ -0,0 +1,39 @@
+# Install script for directory: /opt/ncs/nrf/subsys/mpsl/fem
+
+# 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 "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-objdump")
+endif()
+
diff --git a/build/modules/nrf/subsys/mpsl/fem/lib..__nrf__subsys__mpsl__fem.a b/build/modules/nrf/subsys/mpsl/fem/lib..__nrf__subsys__mpsl__fem.a
new file mode 100644
index 0000000000000000000000000000000000000000..13aad4d1e0a485494a8cd4800b54ec741be587c5
Binary files /dev/null and b/build/modules/nrf/subsys/mpsl/fem/lib..__nrf__subsys__mpsl__fem.a differ
diff --git a/build/modules/nrf/subsys/mpsl/init/CMakeFiles/..__nrf__subsys__mpsl__init.dir/mpsl_init.c.obj b/build/modules/nrf/subsys/mpsl/init/CMakeFiles/..__nrf__subsys__mpsl__init.dir/mpsl_init.c.obj
new file mode 100644
index 0000000000000000000000000000000000000000..6327b08ace294713ada75845dfe740b18525f0a3
Binary files /dev/null and b/build/modules/nrf/subsys/mpsl/init/CMakeFiles/..__nrf__subsys__mpsl__init.dir/mpsl_init.c.obj differ
diff --git a/build/modules/nrf/subsys/mpsl/init/cmake_install.cmake b/build/modules/nrf/subsys/mpsl/init/cmake_install.cmake
new file mode 100644
index 0000000000000000000000000000000000000000..6922d766dde1f0d3c6347957fcc4a35809c3c524
--- /dev/null
+++ b/build/modules/nrf/subsys/mpsl/init/cmake_install.cmake
@@ -0,0 +1,39 @@
+# Install script for directory: /opt/ncs/nrf/subsys/mpsl/init
+
+# 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 "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-objdump")
+endif()
+
diff --git a/build/modules/nrf/subsys/mpsl/init/lib..__nrf__subsys__mpsl__init.a b/build/modules/nrf/subsys/mpsl/init/lib..__nrf__subsys__mpsl__init.a
new file mode 100644
index 0000000000000000000000000000000000000000..b79f4c0d8bb576682ae0e86f38edfa3435dbfa5a
Binary files /dev/null and b/build/modules/nrf/subsys/mpsl/init/lib..__nrf__subsys__mpsl__init.a differ
diff --git a/build/modules/nrf/subsys/net/cmake_install.cmake b/build/modules/nrf/subsys/net/cmake_install.cmake
new file mode 100644
index 0000000000000000000000000000000000000000..257d375d3a5739d8629f1d54a9a9700ab89547e7
--- /dev/null
+++ b/build/modules/nrf/subsys/net/cmake_install.cmake
@@ -0,0 +1,44 @@
+# Install script for directory: /opt/ncs/nrf/subsys/net
+
+# 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 "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-objdump")
+endif()
+
+if(NOT CMAKE_INSTALL_LOCAL_ONLY)
+  # Include the install script for the subdirectory.
+  include("/home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/nrf/subsys/net/lib/cmake_install.cmake")
+endif()
+
diff --git a/build/modules/nrf/subsys/net/lib/cmake_install.cmake b/build/modules/nrf/subsys/net/lib/cmake_install.cmake
new file mode 100644
index 0000000000000000000000000000000000000000..010d1d42ab0f2c901037e8018fc459d65e69b9be
--- /dev/null
+++ b/build/modules/nrf/subsys/net/lib/cmake_install.cmake
@@ -0,0 +1,39 @@
+# Install script for directory: /opt/ncs/nrf/subsys/net/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 "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-objdump")
+endif()
+
diff --git a/build/modules/nrf/subsys/shell/cmake_install.cmake b/build/modules/nrf/subsys/shell/cmake_install.cmake
new file mode 100644
index 0000000000000000000000000000000000000000..5459997e20857c4d47ce9c3a3875b29a08fd7a2b
--- /dev/null
+++ b/build/modules/nrf/subsys/shell/cmake_install.cmake
@@ -0,0 +1,39 @@
+# Install script for directory: /opt/ncs/nrf/subsys/shell
+
+# 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 "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-objdump")
+endif()
+
diff --git a/build/modules/nrf/subsys/suit/cmake_install.cmake b/build/modules/nrf/subsys/suit/cmake_install.cmake
new file mode 100644
index 0000000000000000000000000000000000000000..622ce6123cf2eca661225d3799b8be67c6b85bd0
--- /dev/null
+++ b/build/modules/nrf/subsys/suit/cmake_install.cmake
@@ -0,0 +1,44 @@
+# Install script for directory: /opt/ncs/nrf/subsys/suit
+
+# 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 "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-objdump")
+endif()
+
+if(NOT CMAKE_INSTALL_LOCAL_ONLY)
+  # Include the install script for the subdirectory.
+  include("/home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/nrf/subsys/suit/provisioning/cmake_install.cmake")
+endif()
+
diff --git a/build/modules/nrf/subsys/suit/provisioning/cmake_install.cmake b/build/modules/nrf/subsys/suit/provisioning/cmake_install.cmake
new file mode 100644
index 0000000000000000000000000000000000000000..7baf182ebaf4807eaae49618c46f2e0e1d8d97cf
--- /dev/null
+++ b/build/modules/nrf/subsys/suit/provisioning/cmake_install.cmake
@@ -0,0 +1,39 @@
+# Install script for directory: /opt/ncs/nrf/subsys/suit/provisioning
+
+# 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 "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-objdump")
+endif()
+
diff --git a/build/modules/nrf/tests/cmake_install.cmake b/build/modules/nrf/tests/cmake_install.cmake
new file mode 100644
index 0000000000000000000000000000000000000000..3f2df571263b4af128f91f43338324aa72390914
--- /dev/null
+++ b/build/modules/nrf/tests/cmake_install.cmake
@@ -0,0 +1,44 @@
+# Install script for directory: /opt/ncs/nrf/tests
+
+# 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 "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-objdump")
+endif()
+
+if(NOT CMAKE_INSTALL_LOCAL_ONLY)
+  # Include the install script for the subdirectory.
+  include("/home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/nrf/tests/mocks/cmake_install.cmake")
+endif()
+
diff --git a/build/modules/nrf/tests/mocks/cmake_install.cmake b/build/modules/nrf/tests/mocks/cmake_install.cmake
new file mode 100644
index 0000000000000000000000000000000000000000..e7925db2827f08873b40d7a5ba28e80411d9ff6f
--- /dev/null
+++ b/build/modules/nrf/tests/mocks/cmake_install.cmake
@@ -0,0 +1,39 @@
+# Install script for directory: /opt/ncs/nrf/tests/mocks
+
+# 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 "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-objdump")
+endif()
+
diff --git a/build/modules/nrf_hw_models/cmake_install.cmake b/build/modules/nrf_hw_models/cmake_install.cmake
new file mode 100644
index 0000000000000000000000000000000000000000..a446fce3bdae65707e03ced65b2f553f74243269
--- /dev/null
+++ b/build/modules/nrf_hw_models/cmake_install.cmake
@@ -0,0 +1,39 @@
+# Install script for directory: /opt/ncs/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 "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-objdump")
+endif()
+
diff --git a/build/modules/nrfxlib/cmake_install.cmake b/build/modules/nrfxlib/cmake_install.cmake
new file mode 100644
index 0000000000000000000000000000000000000000..f13360911d0214b1fe11b7be13f42c8704dfa141
--- /dev/null
+++ b/build/modules/nrfxlib/cmake_install.cmake
@@ -0,0 +1,49 @@
+# Install script for directory: /opt/ncs/nrf/modules/nrfxlib
+
+# 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 "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-objdump")
+endif()
+
+if(NOT CMAKE_INSTALL_LOCAL_ONLY)
+  # Include the install script for the subdirectory.
+  include("/home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/nrfxlib/nrfxlib/cmake_install.cmake")
+endif()
+
+if(NOT CMAKE_INSTALL_LOCAL_ONLY)
+  # Include the install script for the subdirectory.
+  include("/home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/nrfxlib/nrf_802154/cmake_install.cmake")
+endif()
+
diff --git a/build/modules/nrfxlib/nrf_802154/cmake_install.cmake b/build/modules/nrfxlib/nrf_802154/cmake_install.cmake
new file mode 100644
index 0000000000000000000000000000000000000000..6463f1371f93f843bdeaf644a43d694199e74650
--- /dev/null
+++ b/build/modules/nrfxlib/nrf_802154/cmake_install.cmake
@@ -0,0 +1,39 @@
+# Install script for directory: /opt/ncs/nrf/modules/nrfxlib/nrf_802154
+
+# 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 "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-objdump")
+endif()
+
diff --git a/build/modules/nrfxlib/nrfxlib/cmake_install.cmake b/build/modules/nrfxlib/nrfxlib/cmake_install.cmake
new file mode 100644
index 0000000000000000000000000000000000000000..676ce957a170b59893b4f01b676706f2e7cde7bd
--- /dev/null
+++ b/build/modules/nrfxlib/nrfxlib/cmake_install.cmake
@@ -0,0 +1,54 @@
+# Install script for directory: /opt/ncs/nrfxlib
+
+# 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 "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-objdump")
+endif()
+
+if(NOT CMAKE_INSTALL_LOCAL_ONLY)
+  # Include the install script for the subdirectory.
+  include("/home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/nrfxlib/nrfxlib/crypto/cmake_install.cmake")
+endif()
+
+if(NOT CMAKE_INSTALL_LOCAL_ONLY)
+  # Include the install script for the subdirectory.
+  include("/home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/nrfxlib/nrfxlib/softdevice_controller/cmake_install.cmake")
+endif()
+
+if(NOT CMAKE_INSTALL_LOCAL_ONLY)
+  # Include the install script for the subdirectory.
+  include("/home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/nrfxlib/nrfxlib/mpsl/cmake_install.cmake")
+endif()
+
diff --git a/build/modules/nrfxlib/nrfxlib/crypto/cmake_install.cmake b/build/modules/nrfxlib/nrfxlib/crypto/cmake_install.cmake
new file mode 100644
index 0000000000000000000000000000000000000000..6a89a8a26e1a5362a13c940986f3e9eec0312965
--- /dev/null
+++ b/build/modules/nrfxlib/nrfxlib/crypto/cmake_install.cmake
@@ -0,0 +1,39 @@
+# Install script for directory: /opt/ncs/nrfxlib/crypto
+
+# 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 "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-objdump")
+endif()
+
diff --git a/build/modules/nrfxlib/nrfxlib/mpsl/cmake_install.cmake b/build/modules/nrfxlib/nrfxlib/mpsl/cmake_install.cmake
new file mode 100644
index 0000000000000000000000000000000000000000..9ca840074a1c35557bcc3b0bbe2a93f8caa18b71
--- /dev/null
+++ b/build/modules/nrfxlib/nrfxlib/mpsl/cmake_install.cmake
@@ -0,0 +1,44 @@
+# Install script for directory: /opt/ncs/nrfxlib/mpsl
+
+# 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 "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-objdump")
+endif()
+
+if(NOT CMAKE_INSTALL_LOCAL_ONLY)
+  # Include the install script for the subdirectory.
+  include("/home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/nrfxlib/nrfxlib/mpsl/fem/cmake_install.cmake")
+endif()
+
diff --git a/build/modules/nrfxlib/nrfxlib/mpsl/fem/cmake_install.cmake b/build/modules/nrfxlib/nrfxlib/mpsl/fem/cmake_install.cmake
new file mode 100644
index 0000000000000000000000000000000000000000..6f14f3cb4199404cf0875b65da3497a0c744c2ac
--- /dev/null
+++ b/build/modules/nrfxlib/nrfxlib/mpsl/fem/cmake_install.cmake
@@ -0,0 +1,39 @@
+# Install script for directory: /opt/ncs/nrfxlib/mpsl/fem
+
+# 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 "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-objdump")
+endif()
+
diff --git a/build/modules/nrfxlib/nrfxlib/softdevice_controller/cmake_install.cmake b/build/modules/nrfxlib/nrfxlib/softdevice_controller/cmake_install.cmake
new file mode 100644
index 0000000000000000000000000000000000000000..05c872f37eb9952d5b225148cde9a21d6da976db
--- /dev/null
+++ b/build/modules/nrfxlib/nrfxlib/softdevice_controller/cmake_install.cmake
@@ -0,0 +1,39 @@
+# Install script for directory: /opt/ncs/nrfxlib/softdevice_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 "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-objdump")
+endif()
+
diff --git a/build/modules/open-amp/cmake_install.cmake b/build/modules/open-amp/cmake_install.cmake
new file mode 100644
index 0000000000000000000000000000000000000000..6a9057e34bf13d9700a4976a5c146aac7ae95e01
--- /dev/null
+++ b/build/modules/open-amp/cmake_install.cmake
@@ -0,0 +1,39 @@
+# Install script for directory: /opt/ncs/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 "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-objdump")
+endif()
+
diff --git a/build/modules/openthread/cmake_install.cmake b/build/modules/openthread/cmake_install.cmake
new file mode 100644
index 0000000000000000000000000000000000000000..967eb194851986cdc561a7e7310830c1f6140586
--- /dev/null
+++ b/build/modules/openthread/cmake_install.cmake
@@ -0,0 +1,39 @@
+# Install script for directory: /opt/ncs/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 "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-objdump")
+endif()
+
diff --git a/build/modules/picolibc/cmake_install.cmake b/build/modules/picolibc/cmake_install.cmake
new file mode 100644
index 0000000000000000000000000000000000000000..1f787a626bc7356214cbc64bcb3db0a06056a6a9
--- /dev/null
+++ b/build/modules/picolibc/cmake_install.cmake
@@ -0,0 +1,39 @@
+# Install script for directory: /opt/ncs/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 "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-objdump")
+endif()
+
diff --git a/build/modules/segger/cmake_install.cmake b/build/modules/segger/cmake_install.cmake
new file mode 100644
index 0000000000000000000000000000000000000000..bd2e9135538b46909836f3c0781e35da21c37b3e
--- /dev/null
+++ b/build/modules/segger/cmake_install.cmake
@@ -0,0 +1,39 @@
+# Install script for directory: /opt/ncs/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 "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-objdump")
+endif()
+
diff --git a/build/modules/suit-processor/cmake_install.cmake b/build/modules/suit-processor/cmake_install.cmake
new file mode 100644
index 0000000000000000000000000000000000000000..1fa543aa665700f3be2d4c6101ded9b3452a1fcd
--- /dev/null
+++ b/build/modules/suit-processor/cmake_install.cmake
@@ -0,0 +1,39 @@
+# Install script for directory: /opt/ncs/modules/lib/suit-processor/ncs
+
+# 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 "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-objdump")
+endif()
+
diff --git a/build/modules/tinycrypt/cmake_install.cmake b/build/modules/tinycrypt/cmake_install.cmake
new file mode 100644
index 0000000000000000000000000000000000000000..212dcf43f9bec7a57404370c9a116202bef6e8b4
--- /dev/null
+++ b/build/modules/tinycrypt/cmake_install.cmake
@@ -0,0 +1,44 @@
+# Install script for directory: /opt/ncs/modules/crypto/tinycrypt
+
+# 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 "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-objdump")
+endif()
+
+if(NOT CMAKE_INSTALL_LOCAL_ONLY)
+  # Include the install script for the subdirectory.
+  include("/home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/tinycrypt/lib/cmake_install.cmake")
+endif()
+
diff --git a/build/modules/tinycrypt/lib/cmake_install.cmake b/build/modules/tinycrypt/lib/cmake_install.cmake
new file mode 100644
index 0000000000000000000000000000000000000000..f7e03abbf52ad2c392532605c15c5820c4eac5e3
--- /dev/null
+++ b/build/modules/tinycrypt/lib/cmake_install.cmake
@@ -0,0 +1,39 @@
+# Install script for directory: /opt/ncs/modules/crypto/tinycrypt/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 "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-objdump")
+endif()
+
diff --git a/build/modules/trusted-firmware-m/cmake_install.cmake b/build/modules/trusted-firmware-m/cmake_install.cmake
new file mode 100644
index 0000000000000000000000000000000000000000..6ca55006f0e438c502cfbd89682777f4e24f676a
--- /dev/null
+++ b/build/modules/trusted-firmware-m/cmake_install.cmake
@@ -0,0 +1,39 @@
+# Install script for directory: /opt/ncs/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 "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-objdump")
+endif()
+
diff --git a/build/modules/uoscore-uedhoc/cmake_install.cmake b/build/modules/uoscore-uedhoc/cmake_install.cmake
new file mode 100644
index 0000000000000000000000000000000000000000..9b93fa6cd263c823c147ef0ddf6f1dcede1d7d6e
--- /dev/null
+++ b/build/modules/uoscore-uedhoc/cmake_install.cmake
@@ -0,0 +1,39 @@
+# Install script for directory: /opt/ncs/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 "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-objdump")
+endif()
+
diff --git a/build/modules/zcbor/cmake_install.cmake b/build/modules/zcbor/cmake_install.cmake
new file mode 100644
index 0000000000000000000000000000000000000000..67024701950e72713173c1e4ba9f64acd455355b
--- /dev/null
+++ b/build/modules/zcbor/cmake_install.cmake
@@ -0,0 +1,39 @@
+# Install script for directory: /opt/ncs/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 "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-objdump")
+endif()
+
diff --git a/build/modules/zscilib/cmake_install.cmake b/build/modules/zscilib/cmake_install.cmake
new file mode 100644
index 0000000000000000000000000000000000000000..4f62bda22c4e33a9a86f5ee8fcbaf97772b7a4ac
--- /dev/null
+++ b/build/modules/zscilib/cmake_install.cmake
@@ -0,0 +1,39 @@
+# Install script for directory: /opt/ncs/modules/lib/zscilib
+
+# 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 "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-objdump")
+endif()
+
diff --git a/build/sysbuild_modules.txt b/build/sysbuild_modules.txt
new file mode 100644
index 0000000000000000000000000000000000000000..8e174c972ec2d818600607608501eda81f2c3da5
--- /dev/null
+++ b/build/sysbuild_modules.txt
@@ -0,0 +1,2 @@
+"nrf":"/opt/ncs/nrf":"/opt/ncs/nrf/sysbuild"
+"mcuboot":"/opt/ncs/bootloader/mcuboot":"/opt/ncs/bootloader/mcuboot/boot/zephyr/sysbuild"
diff --git a/build/zephyr/.cmake.dotconfig.checksum b/build/zephyr/.cmake.dotconfig.checksum
new file mode 100644
index 0000000000000000000000000000000000000000..4c7f259fa53858b964c21b37245dd08689d6b57d
--- /dev/null
+++ b/build/zephyr/.cmake.dotconfig.checksum
@@ -0,0 +1 @@
+2943729edb2213d6b4546a2ee3d08df71b1b0bfed5bec9539edc601c3fb40e19
\ No newline at end of file
diff --git a/build/zephyr/.config b/build/zephyr/.config
new file mode 100644
index 0000000000000000000000000000000000000000..8bd65e9e41933c88946eb71400ef702be1a6c0ee
--- /dev/null
+++ b/build/zephyr/.config
@@ -0,0 +1,3472 @@
+# CONFIG_INPUT is not set
+# CONFIG_WIFI is not set
+CONFIG_ADC_INIT_PRIORITY=50
+# CONFIG_MIPI_DSI is not set
+# CONFIG_MODEM is not set
+# CONFIG_UART_INTERRUPT_DRIVEN is not set
+CONFIG_SPI=y
+# CONFIG_BT_HCI_ACL_FLOW_CONTROL is not set
+CONFIG_BT_HCI_VS=y
+CONFIG_BT_CTLR=y
+CONFIG_NUM_IRQS=48
+CONFIG_SYS_CLOCK_HW_CYCLES_PER_SEC=32768
+CONFIG_FLASH_SIZE=512
+CONFIG_FLASH_BASE_ADDRESS=0x0
+CONFIG_MP_MAX_NUM_CPUS=1
+CONFIG_PLATFORM_SPECIFIC_INIT=y
+CONFIG_SYS_CLOCK_TICKS_PER_SEC=32768
+CONFIG_ROM_START_OFFSET=0
+CONFIG_PINCTRL=y
+CONFIG_BUILD_OUTPUT_BIN=y
+CONFIG_XIP=y
+CONFIG_MAIN_STACK_SIZE=2048
+CONFIG_IDLE_STACK_SIZE=320
+CONFIG_HAS_FLASH_LOAD_OFFSET=y
+# CONFIG_SRAM_VECTOR_TABLE is not set
+CONFIG_CPU_HAS_ARM_MPU=y
+# CONFIG_COUNTER is not set
+# CONFIG_SHARED_INTERRUPTS is not set
+# CONFIG_PM_DEVICE is not set
+CONFIG_TICKLESS_KERNEL=y
+# CONFIG_BT_USER_PHY_UPDATE is not set
+CONFIG_CLOCK_CONTROL_INIT_PRIORITY=30
+# CONFIG_USE_DT_CODE_PARTITION is not set
+CONFIG_FLASH_LOAD_OFFSET=0
+# CONFIG_FPU is not set
+# CONFIG_CODE_DATA_RELOCATION_SRAM is not set
+CONFIG_SERIAL_INIT_PRIORITY=50
+CONFIG_GPIO=y
+CONFIG_SERIAL=y
+# CONFIG_CPU_HAS_CUSTOM_FIXED_SOC_MPU_REGIONS is not set
+CONFIG_TINYCRYPT=y
+# CONFIG_MBEDTLS is not set
+# CONFIG_MEMC is not set
+CONFIG_KERNEL_ENTRY="__start"
+# CONFIG_MULTI_LEVEL_INTERRUPTS is not set
+# CONFIG_DYNAMIC_INTERRUPTS is not set
+# CONFIG_CACHE is not set
+CONFIG_LOG=y
+# CONFIG_CODE_DATA_RELOCATION is not set
+CONFIG_SYSTEM_WORKQUEUE_STACK_SIZE=2048
+CONFIG_DCACHE_LINE_SIZE=32
+CONFIG_GEN_IRQ_VECTOR_TABLE=y
+CONFIG_SOC="nrf52833"
+# CONFIG_RESET is not set
+CONFIG_ARCH_SW_ISR_TABLE_ALIGN=4
+CONFIG_NRF_RTC_TIMER=y
+CONFIG_LOG_DOMAIN_NAME=""
+CONFIG_BUILD_OUTPUT_HEX=y
+CONFIG_CLOCK_CONTROL=y
+CONFIG_ARCH_HAS_CUSTOM_BUSY_WAIT=y
+CONFIG_SOC_HAS_TIMING_FUNCTIONS=y
+# CONFIG_UART_USE_RUNTIME_CONFIGURE is not set
+# CONFIG_SYSCON is not set
+CONFIG_ENTROPY_INIT_PRIORITY=50
+CONFIG_FLASH_INIT_PRIORITY=50
+CONFIG_GEN_ISR_TABLES=y
+CONFIG_GEN_IRQ_START_VECTOR=0
+CONFIG_GEN_SW_ISR_TABLE=y
+CONFIG_SRAM_OFFSET=0
+# CONFIG_REBOOT is not set
+# CONFIG_POWER_DOMAIN is not set
+CONFIG_CONSOLE=y
+CONFIG_SOC_SERIES="nrf52"
+CONFIG_ARCH_IRQ_VECTOR_TABLE_ALIGN=4
+CONFIG_ISR_STACK_SIZE=2048
+# CONFIG_SCHED_CPU_MASK is not set
+# CONFIG_WATCHDOG is not set
+CONFIG_ICACHE_LINE_SIZE=32
+
+#
+# Devicetree Info
+#
+CONFIG_DT_HAS_ARM_ARMV7M_ITM_ENABLED=y
+CONFIG_DT_HAS_ARM_CORTEX_M4F_ENABLED=y
+CONFIG_DT_HAS_ARM_V7M_NVIC_ENABLED=y
+CONFIG_DT_HAS_BOSCH_BME280_ENABLED=y
+CONFIG_DT_HAS_FIXED_PARTITIONS_ENABLED=y
+CONFIG_DT_HAS_GPIO_KEYS_ENABLED=y
+CONFIG_DT_HAS_MICROBIT_EDGE_CONNECTOR_ENABLED=y
+CONFIG_DT_HAS_MMIO_SRAM_ENABLED=y
+CONFIG_DT_HAS_NORDIC_NRF_ACL_ENABLED=y
+CONFIG_DT_HAS_NORDIC_NRF_CCM_ENABLED=y
+CONFIG_DT_HAS_NORDIC_NRF_CLOCK_ENABLED=y
+CONFIG_DT_HAS_NORDIC_NRF_ECB_ENABLED=y
+CONFIG_DT_HAS_NORDIC_NRF_EGU_ENABLED=y
+CONFIG_DT_HAS_NORDIC_NRF_FICR_ENABLED=y
+CONFIG_DT_HAS_NORDIC_NRF_GPIO_ENABLED=y
+CONFIG_DT_HAS_NORDIC_NRF_GPIOTE_ENABLED=y
+CONFIG_DT_HAS_NORDIC_NRF_GPREGRET_ENABLED=y
+CONFIG_DT_HAS_NORDIC_NRF_LED_MATRIX_ENABLED=y
+CONFIG_DT_HAS_NORDIC_NRF_MWU_ENABLED=y
+CONFIG_DT_HAS_NORDIC_NRF_PINCTRL_ENABLED=y
+CONFIG_DT_HAS_NORDIC_NRF_POWER_ENABLED=y
+CONFIG_DT_HAS_NORDIC_NRF_PPI_ENABLED=y
+CONFIG_DT_HAS_NORDIC_NRF_PWM_ENABLED=y
+CONFIG_DT_HAS_NORDIC_NRF_RADIO_ENABLED=y
+CONFIG_DT_HAS_NORDIC_NRF_RNG_ENABLED=y
+CONFIG_DT_HAS_NORDIC_NRF_SAADC_ENABLED=y
+CONFIG_DT_HAS_NORDIC_NRF_SPIM_ENABLED=y
+CONFIG_DT_HAS_NORDIC_NRF_SWI_ENABLED=y
+CONFIG_DT_HAS_NORDIC_NRF_TEMP_ENABLED=y
+CONFIG_DT_HAS_NORDIC_NRF_TWIM_ENABLED=y
+CONFIG_DT_HAS_NORDIC_NRF_UART_ENABLED=y
+CONFIG_DT_HAS_NORDIC_NRF_UICR_ENABLED=y
+CONFIG_DT_HAS_NORDIC_NRF_USBD_ENABLED=y
+CONFIG_DT_HAS_NORDIC_NRF_WDT_ENABLED=y
+CONFIG_DT_HAS_NORDIC_NRF52_FLASH_CONTROLLER_ENABLED=y
+CONFIG_DT_HAS_SEMTECH_SX1276_ENABLED=y
+CONFIG_DT_HAS_SOC_NV_FLASH_ENABLED=y
+CONFIG_DT_HAS_ST_LIS2DH_ENABLED=y
+CONFIG_DT_HAS_ST_LIS2MDL_ENABLED=y
+CONFIG_DT_HAS_ST_LSM303AGR_ACCEL_ENABLED=y
+CONFIG_DT_HAS_ZEPHYR_BT_HCI_ENTROPY_ENABLED=y
+# end of Devicetree Info
+
+#
+# Modules
+#
+
+#
+# Available modules.
+#
+
+#
+# nrf (/opt/ncs/nrf)
+#
+# CONFIG_MBOX is not set
+CONFIG_NEWLIB_LIBC_NANO=y
+CONFIG_NUM_METAIRQ_PRIORITIES=0
+CONFIG_LOG_BUFFER_SIZE=1024
+# CONFIG_INIT_STACKS is not set
+CONFIG_MPSL_WORK_STACK_SIZE=1024
+
+#
+# Nordic nRF Connect
+#
+CONFIG_WARN_EXPERIMENTAL=y
+CONFIG_BT_BUF_CMD_TX_COUNT=2
+CONFIG_INIT_ARCH_HW_AT_BOOT=y
+CONFIG_NORDIC_QSPI_NOR_FLASH_LAYOUT_PAGE_SIZE=4096
+# CONFIG_GETOPT is not set
+# CONFIG_NCS_SAMPLES_DEFAULTS is not set
+
+#
+# Image build variants
+#
+# CONFIG_NCS_MCUBOOT_IN_BUILD is not set
+# end of Image build variants
+
+# CONFIG_NCS_SAMPLE_MCUMGR_BT_OTA_DFU_SPEEDUP is not set
+CONFIG_BT_L2CAP_TX_MTU=23
+CONFIG_BT_BUF_ACL_TX_SIZE=27
+CONFIG_BT_BUF_ACL_RX_SIZE=27
+CONFIG_BT_CTLR_DATA_LENGTH_MAX=27
+
+#
+# Subsystems
+#
+
+#
+# Bootloader
+#
+# CONFIG_BUILD_S1_VARIANT is not set
+# CONFIG_SECURE_BOOT is not set
+CONFIG_PM_PARTITION_SIZE_PROVISION=0x1000
+# CONFIG_B0_MIN_PARTITION_SIZE is not set
+CONFIG_PM_PARTITION_SIZE_B0_IMAGE=0x7000
+# CONFIG_IS_SECURE_BOOTLOADER is not set
+
+#
+# Secure Boot firmware validation
+#
+CONFIG_SB_VALIDATION_INFO_MAGIC=0x86518483
+CONFIG_SB_VALIDATION_POINTER_MAGIC=0x6919b47e
+CONFIG_SB_VALIDATION_INFO_CRYPTO_ID=1
+CONFIG_SB_VALIDATION_INFO_VERSION=2
+CONFIG_SB_VALIDATION_METADATA_OFFSET=0
+CONFIG_SB_VALIDATE_FW_SIGNATURE=y
+# end of Secure Boot firmware validation
+
+# CONFIG_SECURE_BOOT_STORAGE is not set
+# end of Bootloader
+
+#
+# Bluetooth Low Energy
+#
+CONFIG_BT_COMPANY_ID_NORDIC=0x0059
+CONFIG_BT_COMPANY_ID=0x0059
+CONFIG_BT_MAX_CONN=1
+CONFIG_BT_LL_SOFTDEVICE_HEADERS_INCLUDE=y
+CONFIG_BT_LL_SOFTDEVICE=y
+CONFIG_BT_CTLR_DF_SUPPORT=y
+
+#
+# SoftDevice Controller
+#
+CONFIG_BT_LL_SOFTDEVICE_BUILD_TYPE_LIB=y
+CONFIG_BT_HCI_TX_STACK_SIZE=1536
+CONFIG_BT_RX_STACK_SIZE=1024
+# CONFIG_BT_CTLR_SDC_LLPM is not set
+# CONFIG_BT_CTLR_SDC_QOS_CHANNEL_SURVEY is not set
+CONFIG_BT_CTLR_SDC_PERIPHERAL_COUNT=1
+# CONFIG_BT_CTLR_SDC_MAX_CONN_EVENT_LEN_DEFAULT_OVERRIDE is not set
+CONFIG_BT_CTLR_SDC_MAX_CONN_EVENT_LEN_DEFAULT=7500
+CONFIG_BT_CTLR_SDC_CONN_EVENT_EXTEND_DEFAULT=y
+CONFIG_BT_CTLR_SDC_CENTRAL_ACL_EVENT_SPACING_DEFAULT=7500
+# CONFIG_BT_CTLR_SDC_PERIODIC_ADV_EVENT_LEN_DEFAULT_OVERRIDE is not set
+CONFIG_BT_CTLR_SDC_PERIODIC_ADV_EVENT_LEN_DEFAULT=7500
+CONFIG_BT_CTLR_SDC_TX_PACKET_COUNT=3
+CONFIG_BT_CTLR_SDC_RX_PACKET_COUNT=2
+CONFIG_BT_CTLR_SDC_SCAN_BUFFER_COUNT=3
+CONFIG_BT_CTLR_SDC_PERIODIC_SYNC_BUFFER_COUNT=3
+CONFIG_BT_CTLR_SDC_RX_PRIO=6
+# CONFIG_BT_CTLR_DF is not set
+CONFIG_BT_LL_SOFTDEVICE_PERIPHERAL=y
+# CONFIG_BT_LL_SOFTDEVICE_MULTIROLE is not set
+CONFIG_BT_CTLR_FAL_SIZE=8
+CONFIG_BT_CTLR_ECDH_LIB_OBERON=y
+# CONFIG_BT_CTLR_ECDH_LIB_TINYCRYPT is not set
+CONFIG_BT_CTLR_ECDH_STACK_SIZE=900
+CONFIG_BT_CTLR_ECDH_IN_MPSL_WORK=y
+# CONFIG_BT_CTLR_SDC_EVENT_TRIGGER is not set
+CONFIG_BT_CTLR_SDC_BIG_RESERVED_TIME_US=1600
+CONFIG_BT_CTLR_SDC_CIG_RESERVED_TIME_US=1300
+CONFIG_BT_CTLR_SDC_CIS_SUBEVENT_LENGTH_US=0
+# end of SoftDevice Controller
+
+#
+# BLE Libraries
+#
+# CONFIG_BT_GATT_POOL is not set
+# CONFIG_BT_GATT_DM is not set
+# CONFIG_BT_ADV_PROV is not set
+# CONFIG_BT_CONN_CTX is not set
+
+#
+# Bluetooth Services
+#
+# CONFIG_BT_AMS_CLIENT is not set
+# CONFIG_BT_ANCS_CLIENT is not set
+# CONFIG_BT_BAS_CLIENT is not set
+# CONFIG_BT_BMS is not set
+# CONFIG_BT_CTS_CLIENT is not set
+# CONFIG_BT_DFU_SMP is not set
+# CONFIG_BT_GATTP is not set
+# CONFIG_BT_HIDS is not set
+# CONFIG_BT_HOGP is not set
+# CONFIG_BT_LBS is not set
+# CONFIG_BT_NSMS is not set
+# CONFIG_BT_NUS is not set
+# CONFIG_BT_NUS_CLIENT is not set
+# CONFIG_BT_RSCS is not set
+# CONFIG_BT_THROUGHPUT is not set
+# CONFIG_BT_LATENCY is not set
+# CONFIG_BT_LATENCY_CLIENT is not set
+# CONFIG_BT_HRS_CLIENT is not set
+# CONFIG_BT_DDFS is not set
+# CONFIG_BT_MDS is not set
+# CONFIG_BT_CGMS is not set
+# CONFIG_BT_FAST_PAIR is not set
+CONFIG_SYSTEM_WORKQUEUE_PRIORITY=-1
+# CONFIG_BT_DIS is not set
+# end of Bluetooth Services
+
+#
+# BLE over nRF RPC
+#
+# CONFIG_BT_RPC is not set
+CONFIG_HEAP_MEM_POOL_SIZE=0
+# CONFIG_BT_RPC_STACK is not set
+# CONFIG_BT_CENTRAL is not set
+CONFIG_BT_PERIPHERAL=y
+# CONFIG_BT_OBSERVER is not set
+CONFIG_BT_BROADCASTER=y
+CONFIG_BT_CONN=y
+# CONFIG_BT_REMOTE_VERSION is not set
+CONFIG_BT_PHY_UPDATE=y
+CONFIG_BT_DATA_LEN_UPDATE=y
+# CONFIG_BT_EXT_ADV is not set
+# CONFIG_BT_BAS is not set
+# CONFIG_BT_HRS is not set
+# CONFIG_BT_TPS is not set
+# CONFIG_BT_ZEPHYR_NUS is not set
+# CONFIG_BT_IAS is not set
+# CONFIG_BT_IAS_CLIENT is not set
+# CONFIG_BT_OTS is not set
+# CONFIG_BT_OTS_CLIENT is not set
+CONFIG_BT_BUF_ACL_TX_COUNT=3
+CONFIG_BT_BUF_ACL_RX_COUNT=6
+CONFIG_BT_BUF_EVT_RX_SIZE=68
+CONFIG_BT_BUF_EVT_RX_COUNT=10
+CONFIG_BT_BUF_EVT_DISCARDABLE_SIZE=43
+CONFIG_BT_BUF_EVT_DISCARDABLE_COUNT=3
+CONFIG_BT_BUF_CMD_TX_SIZE=65
+CONFIG_BT_HAS_HCI_VS=y
+# CONFIG_BT_HCI_VS_FATAL_ERROR is not set
+# CONFIG_BT_WAIT_NOP is not set
+CONFIG_BT_ASSERT=y
+CONFIG_BT_ASSERT_VERBOSE=y
+# CONFIG_BT_ASSERT_PANIC is not set
+CONFIG_BT_DEBUG_NONE=y
+# CONFIG_BT_DEBUG_LOG is not set
+# CONFIG_BT_DEBUG_MONITOR_UART is not set
+CONFIG_BT_LONG_WQ=y
+CONFIG_BT_LONG_WQ_STACK_SIZE=1300
+CONFIG_BT_LONG_WQ_PRIO=10
+CONFIG_BT_LONG_WQ_INIT_PRIO=50
+CONFIG_BT_HCI_HOST=y
+# CONFIG_BT_HCI_TX_STACK_SIZE_WITH_PROMPT is not set
+CONFIG_BT_HCI_TX_PRIO=7
+# CONFIG_BT_RECV_WORKQ_SYS is not set
+CONFIG_BT_RECV_WORKQ_BT=y
+CONFIG_BT_RX_PRIO=8
+CONFIG_BT_DRIVER_RX_HIGH_PRIO=6
+# CONFIG_BT_AUDIO is not set
+# CONFIG_BT_HOST_CRYPTO is not set
+# CONFIG_BT_SETTINGS is not set
+# CONFIG_BT_FILTER_ACCEPT_LIST is not set
+CONFIG_BT_LIM_ADV_TIMEOUT=30
+CONFIG_BT_CONN_TX_USER_DATA_SIZE=8
+CONFIG_BT_CONN_TX_MAX=3
+# CONFIG_BT_CONN_PARAM_ANY is not set
+CONFIG_BT_AUTO_PHY_UPDATE=y
+# CONFIG_BT_USER_DATA_LEN_UPDATE is not set
+CONFIG_BT_AUTO_DATA_LEN_UPDATE=y
+# CONFIG_BT_REMOTE_INFO is not set
+# CONFIG_BT_SMP is not set
+CONFIG_BT_L2CAP_TX_BUF_COUNT=3
+CONFIG_BT_L2CAP_TX_FRAG_COUNT=2
+CONFIG_BT_L2CAP_RESCHED_MS=1000
+# CONFIG_BT_L2CAP_SEG_RECV is not set
+CONFIG_BT_ATT_TX_COUNT=3
+CONFIG_BT_ATT_PREPARE_COUNT=0
+# CONFIG_BT_ATT_SENT_CB_AFTER_TX is not set
+CONFIG_BT_GATT_SERVICE_CHANGED=y
+# CONFIG_BT_GATT_DYNAMIC_DB is not set
+CONFIG_BT_GATT_CACHING=y
+# CONFIG_BT_GATT_NOTIFY_MULTIPLE is not set
+# CONFIG_BT_GATT_ENFORCE_CHANGE_UNAWARE is not set
+CONFIG_BT_GATT_ENFORCE_SUBSCRIPTION=y
+# CONFIG_BT_GATT_CLIENT is not set
+CONFIG_BT_GATT_READ_MULTIPLE=y
+CONFIG_BT_GATT_READ_MULT_VAR_LEN=y
+CONFIG_BT_GAP_AUTO_UPDATE_CONN_PARAMS=y
+CONFIG_BT_GAP_PERIPHERAL_PREF_PARAMS=y
+CONFIG_BT_PERIPHERAL_PREF_MIN_INT=24
+CONFIG_BT_PERIPHERAL_PREF_MAX_INT=40
+CONFIG_BT_PERIPHERAL_PREF_LATENCY=0
+CONFIG_BT_PERIPHERAL_PREF_TIMEOUT=42
+# CONFIG_BT_GATT_AUTHORIZATION_CUSTOM is not set
+CONFIG_BT_MAX_PAIRED=0
+CONFIG_BT_CREATE_CONN_TIMEOUT=3
+CONFIG_BT_CONN_PARAM_UPDATE_TIMEOUT=5000
+CONFIG_BT_CONN_PARAM_RETRY_COUNT=3
+CONFIG_BT_CONN_PARAM_RETRY_TIMEOUT=5000
+# CONFIG_BT_DEVICE_NAME_DYNAMIC is not set
+CONFIG_BT_DEVICE_NAME="BTHome"
+# CONFIG_BT_DEVICE_APPEARANCE_DYNAMIC is not set
+CONFIG_BT_DEVICE_APPEARANCE=0
+CONFIG_BT_ID_MAX=1
+# CONFIG_BT_DF is not set
+# CONFIG_BT_ECC is not set
+# CONFIG_BT_HOST_CCM is not set
+# CONFIG_BT_LOG_SNIFFER_INFO is not set
+# CONFIG_BT_TESTING is not set
+# CONFIG_BT_CLASSIC is not set
+# CONFIG_BT_HCI_VS_EVT_USER is not set
+# end of BLE over nRF RPC
+# end of Bluetooth Low Energy
+
+#
+# DFU
+#
+# CONFIG_DFU_MULTI_IMAGE is not set
+# CONFIG_DFU_TARGET is not set
+# end of DFU
+
+# CONFIG_ESB is not set
+
+#
+# Peripheral CPU DFU (PCD)
+#
+# CONFIG_PCD is not set
+# CONFIG_PCD_APP is not set
+CONFIG_PCD_VERSION_PAGE_BUF_SIZE=2046
+# CONFIG_PCD_NET is not set
+# end of Peripheral CPU DFU (PCD)
+
+#
+# Networking
+#
+
+#
+# Application protocols
+#
+
+#
+# nRF Cloud
+#
+
+#
+# Client ID (nRF Cloud Device ID)
+#
+CONFIG_NRF_CLOUD_CLIENT_ID_SRC_COMPILE_TIME=y
+CONFIG_NRF_CLOUD_CLIENT_ID="my-client-id"
+# end of Client ID (nRF Cloud Device ID)
+
+# CONFIG_NRF_CLOUD_MQTT is not set
+# CONFIG_NRF_CLOUD_FOTA is not set
+CONFIG_FOTA_USE_NRF_CLOUD_SETTINGS_AREA=y
+CONFIG_FOTA_DL_TIMEOUT_MIN=15
+# CONFIG_NRF_CLOUD_FOTA_FULL_MODEM_UPDATE is not set
+# CONFIG_NRF_CLOUD_REST is not set
+# CONFIG_NRF_CLOUD_LOCATION_PARSE_ANCHORS is not set
+# CONFIG_NRF_CLOUD_ALERT is not set
+# CONFIG_NRF_CLOUD_ALERT_LOG_LEVEL_OFF is not set
+# CONFIG_NRF_CLOUD_ALERT_LOG_LEVEL_ERR is not set
+# CONFIG_NRF_CLOUD_ALERT_LOG_LEVEL_WRN is not set
+# CONFIG_NRF_CLOUD_ALERT_LOG_LEVEL_INF is not set
+# CONFIG_NRF_CLOUD_ALERT_LOG_LEVEL_DBG is not set
+CONFIG_NRF_CLOUD_ALERT_LOG_LEVEL_DEFAULT=y
+CONFIG_NRF_CLOUD_ALERT_LOG_LEVEL=3
+CONFIG_NRF_CLOUD_LOG_OUTPUT_LEVEL=1
+# CONFIG_NRF_CLOUD_LOG_INCLUDE_LEVEL_0 is not set
+CONFIG_NRF_CLOUD_LOG_BUF_SIZE=256
+# CONFIG_NRF_CLOUD_LOG_LOG_LEVEL_OFF is not set
+# CONFIG_NRF_CLOUD_LOG_LOG_LEVEL_ERR is not set
+# CONFIG_NRF_CLOUD_LOG_LOG_LEVEL_WRN is not set
+# CONFIG_NRF_CLOUD_LOG_LOG_LEVEL_INF is not set
+# CONFIG_NRF_CLOUD_LOG_LOG_LEVEL_DBG is not set
+CONFIG_NRF_CLOUD_LOG_LOG_LEVEL_DEFAULT=y
+CONFIG_NRF_CLOUD_LOG_LOG_LEVEL=3
+# CONFIG_NRF_CLOUD_COAP is not set
+
+#
+# Send shadow info sections on initial connect (MQTT/CoAP)
+#
+# end of Send shadow info sections on initial connect (MQTT/CoAP)
+
+# CONFIG_NRF_CLOUD_GATEWAY is not set
+# CONFIG_NRF_CLOUD_LOG_LEVEL_OFF is not set
+# CONFIG_NRF_CLOUD_LOG_LEVEL_ERR is not set
+# CONFIG_NRF_CLOUD_LOG_LEVEL_WRN is not set
+# CONFIG_NRF_CLOUD_LOG_LEVEL_INF is not set
+# CONFIG_NRF_CLOUD_LOG_LEVEL_DBG is not set
+CONFIG_NRF_CLOUD_LOG_LEVEL_DEFAULT=y
+CONFIG_NRF_CLOUD_LOG_LEVEL=3
+# end of nRF Cloud
+
+# CONFIG_REST_CLIENT is not set
+# CONFIG_DOWNLOAD_CLIENT is not set
+# CONFIG_AWS_IOT is not set
+# CONFIG_AWS_JOBS is not set
+# CONFIG_AZURE_IOT_HUB is not set
+
+#
+# Self-Registration (Zi ZHu Ce)
+#
+# end of Self-Registration (Zi ZHu Ce)
+
+# CONFIG_ICAL_PARSER is not set
+# CONFIG_FTP_CLIENT is not set
+# CONFIG_LWM2M_CLIENT_UTILS is not set
+# CONFIG_WIFI_CREDENTIALS is not set
+# CONFIG_WIFI_CREDENTIALS_STATIC is not set
+# CONFIG_MQTT_HELPER is not set
+# CONFIG_NRF_PROVISIONING is not set
+# CONFIG_NRF_MCUMGR_SMP_CLIENT is not set
+# end of Application protocols
+# end of Networking
+
+#
+# NFC
+#
+# CONFIG_NFC_NDEF is not set
+# CONFIG_NFC_NDEF_PARSER is not set
+# CONFIG_NFC_NDEF_PAYLOAD_TYPE_COMMON is not set
+# CONFIG_NFC_T2T_PARSER is not set
+# CONFIG_NFC_T4T_NDEF_FILE is not set
+# CONFIG_NFC_T4T_ISODEP is not set
+# CONFIG_NFC_T4T_APDU is not set
+# CONFIG_NFC_T4T_CC_FILE is not set
+# CONFIG_NFC_T4T_HL_PROCEDURE is not set
+# CONFIG_NFC_PLATFORM is not set
+# CONFIG_NFC_TNEP_TAG is not set
+# CONFIG_NFC_TNEP_POLLER is not set
+# CONFIG_NFC_TNEP_CH is not set
+# end of NFC
+
+# CONFIG_APP_EVENT_MANAGER is not set
+# CONFIG_NRF_PROFILER is not set
+# CONFIG_FW_INFO is not set
+
+#
+# Debug
+#
+# CONFIG_CPU_LOAD is not set
+# CONFIG_PPI_TRACE is not set
+# end of Debug
+
+# CONFIG_SHELL_BT_NUS is not set
+
+#
+# Multiprotocol service layer (MPSL)
+#
+# CONFIG_MPSL_FEM_ONLY is not set
+CONFIG_MPSL_FEM_API_AVAILABLE=y
+# CONFIG_MPSL_FEM_DEVICE_CONFIG_254 is not set
+# CONFIG_MPSL_FEM_LOG_LEVEL_OFF is not set
+# CONFIG_MPSL_FEM_LOG_LEVEL_ERR is not set
+# CONFIG_MPSL_FEM_LOG_LEVEL_WRN is not set
+# CONFIG_MPSL_FEM_LOG_LEVEL_INF is not set
+# CONFIG_MPSL_FEM_LOG_LEVEL_DBG is not set
+CONFIG_MPSL_FEM_LOG_LEVEL_DEFAULT=y
+CONFIG_MPSL_FEM_LOG_LEVEL=3
+CONFIG_MPSL_THREAD_COOP_PRIO=6
+CONFIG_MPSL_TIMESLOT_SESSION_COUNT=0
+# CONFIG_MPSL_ASSERT_HANDLER is not set
+CONFIG_MPSL_LOW_PRIO_IRQN=25
+# CONFIG_MPSL_LOG_LEVEL_OFF is not set
+# CONFIG_MPSL_LOG_LEVEL_ERR is not set
+# CONFIG_MPSL_LOG_LEVEL_WRN is not set
+# CONFIG_MPSL_LOG_LEVEL_INF is not set
+# CONFIG_MPSL_LOG_LEVEL_DBG is not set
+CONFIG_MPSL_LOG_LEVEL_DEFAULT=y
+CONFIG_MPSL_LOG_LEVEL=3
+# end of Multiprotocol service layer (MPSL)
+
+#
+# Partition Manager
+#
+# CONFIG_PARTITION_MANAGER_ENABLED is not set
+# CONFIG_FLASH_MAP_CUSTOM is not set
+CONFIG_SRAM_SIZE=128
+CONFIG_SRAM_BASE_ADDRESS=0x20000000
+
+#
+# Zephyr subsystem configurations
+#
+CONFIG_PM_PARTITION_SIZE_SETTINGS_STORAGE=0x2000
+CONFIG_PM_PARTITION_ALIGN_SETTINGS_STORAGE=0x1000
+# end of Zephyr subsystem configurations
+
+#
+# NCS subsystem configurations
+#
+# CONFIG_PM_SINGLE_IMAGE is not set
+CONFIG_PM_EXTERNAL_FLASH_BASE=0
+CONFIG_PM_EXTERNAL_FLASH_PATH=""
+CONFIG_PM_EXTERNAL_FLASH_SIZE_BITS=0
+# CONFIG_PM_OVERRIDE_EXTERNAL_DRIVER_CHECK is not set
+CONFIG_PM_SRAM_BASE=0x20000000
+CONFIG_PM_SRAM_SIZE=0x20000
+# end of Partition Manager
+
+#
+# nRF RPC (Remote Procedure Call) library
+#
+# end of nRF RPC (Remote Procedure Call) library
+
+# CONFIG_ZIGBEE is not set
+
+#
+# Full Modem Firmware Update Management(FMFU)
+#
+# CONFIG_MGMT_FMFU_LOG_LEVEL_OFF is not set
+# CONFIG_MGMT_FMFU_LOG_LEVEL_ERR is not set
+# CONFIG_MGMT_FMFU_LOG_LEVEL_WRN is not set
+# CONFIG_MGMT_FMFU_LOG_LEVEL_INF is not set
+# CONFIG_MGMT_FMFU_LOG_LEVEL_DBG is not set
+CONFIG_MGMT_FMFU_LOG_LEVEL_DEFAULT=y
+CONFIG_MGMT_FMFU_LOG_LEVEL=3
+# end of Full Modem Firmware Update Management(FMFU)
+
+#
+# SUIT-based Firmware Update Management
+#
+CONFIG_MGMT_SUITFU_TRIGGER_UPDATE_RESET_DELAY_MS=100
+CONFIG_MGMT_SUITFU_AUTO_REGISTER_HANDLERS=y
+CONFIG_MGMT_SUITFU_GRP_IMG=y
+CONFIG_MGMT_SUITFU_IMAGE_NUMBER=0
+# CONFIG_MGMT_SUITFU_GRP_SUIT is not set
+# CONFIG_MGMT_SUITFU_LOG_LEVEL_OFF is not set
+# CONFIG_MGMT_SUITFU_LOG_LEVEL_ERR is not set
+# CONFIG_MGMT_SUITFU_LOG_LEVEL_WRN is not set
+# CONFIG_MGMT_SUITFU_LOG_LEVEL_INF is not set
+# CONFIG_MGMT_SUITFU_LOG_LEVEL_DBG is not set
+CONFIG_MGMT_SUITFU_LOG_LEVEL_DEFAULT=y
+CONFIG_MGMT_SUITFU_LOG_LEVEL=3
+# end of SUIT-based Firmware Update Management
+
+# CONFIG_CAF is not set
+
+#
+# Nordic IEEE 802.15.4
+#
+# end of Nordic IEEE 802.15.4
+
+# CONFIG_DM_MODULE is not set
+
+#
+# nRF Security
+#
+# CONFIG_NORDIC_SECURITY_BACKEND is not set
+# CONFIG_NRF_SECURITY is not set
+# CONFIG_PSA_WANT_GENERATE_RANDOM is not set
+# CONFIG_PSA_WANT_ALG_CTR_DRBG is not set
+# CONFIG_PSA_WANT_ALG_HMAC_DRBG is not set
+# CONFIG_PSA_WANT_KEY_TYPE_DERIVE is not set
+# CONFIG_PSA_WANT_KEY_TYPE_RAW_DATA is not set
+# CONFIG_PSA_WANT_KEY_TYPE_HMAC is not set
+# CONFIG_PSA_WANT_KEY_TYPE_PASSWORD is not set
+# CONFIG_PSA_WANT_KEY_TYPE_PASSWORD_HASH is not set
+# CONFIG_PSA_WANT_KEY_TYPE_PEPPER is not set
+# CONFIG_PSA_WANT_KEY_TYPE_AES is not set
+# CONFIG_PSA_WANT_KEY_TYPE_ARIA is not set
+# CONFIG_PSA_WANT_KEY_TYPE_DES is not set
+# CONFIG_PSA_WANT_KEY_TYPE_CAMELLIA is not set
+# CONFIG_PSA_WANT_KEY_TYPE_SM4 is not set
+# CONFIG_PSA_WANT_KEY_TYPE_ARC4 is not set
+# CONFIG_PSA_WANT_KEY_TYPE_ECC_KEY_PAIR is not set
+# CONFIG_PSA_WANT_KEY_TYPE_ECC_PUBLIC_KEY is not set
+# CONFIG_PSA_WANT_KEY_TYPE_ECC_KEY_PAIR_IMPORT is not set
+# CONFIG_PSA_WANT_KEY_TYPE_ECC_KEY_PAIR_EXPORT is not set
+# CONFIG_PSA_WANT_KEY_TYPE_ECC_KEY_PAIR_GENERATE is not set
+# CONFIG_PSA_WANT_KEY_TYPE_ECC_KEY_PAIR_DERIVE is not set
+# CONFIG_PSA_WANT_KEY_TYPE_RSA_KEY_PAIR is not set
+# CONFIG_PSA_WANT_KEY_TYPE_RSA_PUBLIC_KEY is not set
+# CONFIG_PSA_WANT_KEY_TYPE_RSA_KEY_PAIR_IMPORT is not set
+# CONFIG_PSA_WANT_KEY_TYPE_RSA_KEY_PAIR_EXPORT is not set
+# CONFIG_PSA_WANT_KEY_TYPE_RSA_KEY_PAIR_GENERATE is not set
+# CONFIG_PSA_WANT_KEY_TYPE_DH_KEY_PAIR is not set
+# CONFIG_PSA_WANT_KEY_TYPE_DH_PUBLIC_KEY is not set
+# CONFIG_PSA_WANT_KEY_TYPE_SPAKE2P_KEY_PAIR_IMPORT is not set
+# CONFIG_PSA_WANT_KEY_TYPE_SPAKE2P_KEY_PAIR_EXPORT is not set
+# CONFIG_PSA_WANT_KEY_TYPE_SPAKE2P_KEY_PAIR_DERIVE is not set
+# CONFIG_PSA_WANT_KEY_TYPE_SPAKE2P_KEY_PAIR is not set
+# CONFIG_PSA_WANT_KEY_TYPE_SPAKE2P_PUBLIC_KEY is not set
+# CONFIG_PSA_WANT_KEY_TYPE_SRP_KEY_PAIR_IMPORT is not set
+# CONFIG_PSA_WANT_KEY_TYPE_SRP_KEY_PAIR_EXPORT is not set
+# CONFIG_PSA_WANT_KEY_TYPE_SRP_KEY_PAIR_DERIVE is not set
+# CONFIG_PSA_WANT_KEY_TYPE_SRP_PUBLIC_KEY is not set
+# CONFIG_PSA_WANT_KEY_TYPE_SRP_KEY_PAIR is not set
+# CONFIG_PSA_WANT_ALG_CCM is not set
+# CONFIG_PSA_WANT_ALG_GCM is not set
+# CONFIG_PSA_WANT_ALG_CHACHA20_POLY1305 is not set
+# CONFIG_PSA_WANT_ALG_CBC_MAC is not set
+# CONFIG_PSA_WANT_ALG_CMAC is not set
+# CONFIG_PSA_WANT_ALG_HMAC is not set
+# CONFIG_PSA_WANT_ALG_SHA_1 is not set
+# CONFIG_PSA_WANT_ALG_SHA_224 is not set
+# CONFIG_PSA_WANT_ALG_SHA_384 is not set
+# CONFIG_PSA_WANT_ALG_SHA_512 is not set
+# CONFIG_PSA_WANT_ALG_SHA_512_224 is not set
+# CONFIG_PSA_WANT_ALG_SHA_512_256 is not set
+# CONFIG_PSA_WANT_ALG_SHA3_224 is not set
+# CONFIG_PSA_WANT_ALG_SHA3_256 is not set
+# CONFIG_PSA_WANT_ALG_SHA3_384 is not set
+# CONFIG_PSA_WANT_ALG_SHA3_512 is not set
+# CONFIG_PSA_WANT_ALG_SM3 is not set
+# CONFIG_PSA_WANT_ALG_SHAKE256_512 is not set
+# CONFIG_PSA_WANT_ALG_RIPEMD160 is not set
+# CONFIG_PSA_WANT_ALG_MD2 is not set
+# CONFIG_PSA_WANT_ALG_MD4 is not set
+# CONFIG_PSA_WANT_ALG_MD5 is not set
+# CONFIG_PSA_WANT_ALG_ECB_NO_PADDING is not set
+# CONFIG_PSA_WANT_ALG_CBC_NO_PADDING is not set
+# CONFIG_PSA_WANT_ALG_CBC_PKCS7 is not set
+# CONFIG_PSA_WANT_ALG_CFB is not set
+# CONFIG_PSA_WANT_ALG_CTR is not set
+# CONFIG_PSA_WANT_ALG_OFB is not set
+# CONFIG_PSA_WANT_ALG_XTS is not set
+# CONFIG_PSA_WANT_ALG_CCM_STAR_NO_TAG is not set
+# CONFIG_PSA_WANT_ALG_STREAM_CIPHER is not set
+# CONFIG_PSA_WANT_ALG_ECDH is not set
+# CONFIG_PSA_WANT_ALG_FFDH is not set
+# CONFIG_PSA_WANT_ALG_HKDF_EXTRACT is not set
+# CONFIG_PSA_WANT_ALG_HKDF_EXPAND is not set
+# CONFIG_PSA_WANT_ALG_ECDSA is not set
+# CONFIG_PSA_WANT_ALG_ECDSA_ANY is not set
+# CONFIG_PSA_WANT_ALG_DETERMINISTIC_ECDSA is not set
+# CONFIG_PSA_WANT_ECC_BRAINPOOL_P_R1_160 is not set
+# CONFIG_PSA_WANT_ECC_BRAINPOOL_P_R1_192 is not set
+# CONFIG_PSA_WANT_ECC_BRAINPOOL_P_R1_224 is not set
+# CONFIG_PSA_WANT_ECC_BRAINPOOL_P_R1_256 is not set
+# CONFIG_PSA_WANT_ECC_BRAINPOOL_P_R1_320 is not set
+# CONFIG_PSA_WANT_ECC_BRAINPOOL_P_R1_384 is not set
+# CONFIG_PSA_WANT_ECC_BRAINPOOL_P_R1_512 is not set
+# CONFIG_PSA_WANT_ECC_MONTGOMERY_255 is not set
+# CONFIG_PSA_WANT_ECC_MONTGOMERY_448 is not set
+# CONFIG_PSA_WANT_ECC_TWISTED_EDWARDS_255 is not set
+# CONFIG_PSA_WANT_ECC_TWISTED_EDWARDS_448 is not set
+# CONFIG_PSA_WANT_ECC_SECP_K1_192 is not set
+# CONFIG_PSA_WANT_ECC_SECP_K1_224 is not set
+# CONFIG_PSA_WANT_ECC_SECP_K1_256 is not set
+# CONFIG_PSA_WANT_ECC_SECP_R1_192 is not set
+# CONFIG_PSA_WANT_ECC_SECP_R1_224 is not set
+# CONFIG_PSA_WANT_ECC_SECP_R1_256 is not set
+# CONFIG_PSA_WANT_ECC_SECP_R1_384 is not set
+# CONFIG_PSA_WANT_ECC_SECP_R1_521 is not set
+# CONFIG_PSA_WANT_ECC_SECP_R2_160 is not set
+# CONFIG_PSA_WANT_ECC_SECT_K1_163 is not set
+# CONFIG_PSA_WANT_ECC_SECT_K1_233 is not set
+# CONFIG_PSA_WANT_ECC_SECT_K1_239 is not set
+# CONFIG_PSA_WANT_ECC_SECT_K1_283 is not set
+# CONFIG_PSA_WANT_ECC_SECT_K1_409 is not set
+# CONFIG_PSA_WANT_ECC_SECT_K1_571 is not set
+# CONFIG_PSA_WANT_ECC_SECT_R1_163 is not set
+# CONFIG_PSA_WANT_ECC_SECT_R1_233 is not set
+# CONFIG_PSA_WANT_ECC_SECT_R1_283 is not set
+# CONFIG_PSA_WANT_ECC_SECT_R1_409 is not set
+# CONFIG_PSA_WANT_ECC_SECT_R1_571 is not set
+# CONFIG_PSA_WANT_ECC_SECT_R2_163 is not set
+# CONFIG_PSA_WANT_ECC_FRP_V1_256 is not set
+# CONFIG_PSA_WANT_ALG_RSA_OAEP is not set
+# CONFIG_PSA_WANT_ALG_RSA_PKCS1V15_CRYPT is not set
+# CONFIG_PSA_WANT_ALG_RSA_PKCS1V15_SIGN is not set
+# CONFIG_PSA_WANT_ALG_RSA_PKCS1V15_SIGN_RAW is not set
+# CONFIG_PSA_WANT_ALG_RSA_PSS is not set
+# CONFIG_PSA_WANT_ALG_RSA_PSS_ANY_SALT is not set
+# CONFIG_PSA_WANT_ALG_JPAKE is not set
+# CONFIG_PSA_WANT_ALG_SPAKE2P_HMAC is not set
+# CONFIG_PSA_WANT_ALG_SPAKE2P_CMAC is not set
+# CONFIG_PSA_WANT_ALG_SPAKE2P_MATTER is not set
+# CONFIG_PSA_WANT_ALG_SRP_6 is not set
+# CONFIG_PSA_WANT_ALG_SRP_PASSWORD_HASH is not set
+# CONFIG_PSA_WANT_ALG_PURE_EDDSA is not set
+# CONFIG_PSA_WANT_ALG_ED25519PH is not set
+# CONFIG_PSA_WANT_ALG_ED448PH is not set
+# end of nRF Security
+
+#
+# Audio Module
+#
+# CONFIG_AUDIO_MODULE_TEST is not set
+CONFIG_AUDIO_MODULE_NAME_SIZE=20
+# CONFIG_AUDIO_MODULE_LOG_LEVEL_OFF is not set
+# CONFIG_AUDIO_MODULE_LOG_LEVEL_ERR is not set
+# CONFIG_AUDIO_MODULE_LOG_LEVEL_WRN is not set
+# CONFIG_AUDIO_MODULE_LOG_LEVEL_INF is not set
+# CONFIG_AUDIO_MODULE_LOG_LEVEL_DBG is not set
+CONFIG_AUDIO_MODULE_LOG_LEVEL_DEFAULT=y
+CONFIG_AUDIO_MODULE_LOG_LEVEL=3
+# end of Audio Module
+
+# CONFIG_UART_ASYNC_ADAPTER is not set
+# CONFIG_TRUSTED_STORAGE is not set
+
+#
+# SUIT provisioning
+#
+# CONFIG_SUIT_MPI_GENERATE is not set
+# end of SUIT provisioning
+
+# CONFIG_SUIT is not set
+# CONFIG_DULT is not set
+# end of Subsystems
+
+# CONFIG_WPA_SUPP is not set
+CONFIG_POSIX_MAX_FDS=4
+# CONFIG_WFA_QT_LOG_LEVEL_OFF is not set
+# CONFIG_WFA_QT_LOG_LEVEL_ERR is not set
+# CONFIG_WFA_QT_LOG_LEVEL_WRN is not set
+# CONFIG_WFA_QT_LOG_LEVEL_INF is not set
+# CONFIG_WFA_QT_LOG_LEVEL_DBG is not set
+CONFIG_WFA_QT_LOG_LEVEL_DEFAULT=y
+CONFIG_WFA_QT_LOG_LEVEL=3
+# CONFIG_WFA_QT_CONTROL_APP is not set
+CONFIG_WFA_QT_THREAD_STACK_SIZE=4096
+CONFIG_WFA_QT_REBOOT_TIMEOUT_MS=1000
+CONFIG_WFA_QT_DEFAULT_INTERFACE="nordic_wlan0"
+CONFIG_WPAS_READY_TIMEOUT_MS=10000
+
+#
+# Libraries
+#
+
+#
+# Binary libraries
+#
+# end of Binary libraries
+
+# CONFIG_AT_MONITOR is not set
+# CONFIG_LTE_LINK_CONTROL is not set
+CONFIG_NRF_ACL_FLASH_REGION_SIZE=0x1000
+CONFIG_FPROTECT_BLOCK_SIZE=0x1000
+# CONFIG_FPROTECT is not set
+# CONFIG_AT_CMD_CUSTOM is not set
+# CONFIG_DK_LIBRARY is not set
+# CONFIG_AT_CMD_PARSER is not set
+# CONFIG_MODEM_INFO is not set
+CONFIG_MULTITHREADING_LOCK=y
+# CONFIG_RESET_ON_FATAL_ERROR is not set
+# CONFIG_SMS is not set
+# CONFIG_SUPL_CLIENT_LIB is not set
+# CONFIG_DATE_TIME is not set
+# CONFIG_HW_ID_LIBRARY is not set
+# CONFIG_RAM_POWER_DOWN_LIBRARY is not set
+# CONFIG_WAVE_GEN_LIB is not set
+CONFIG_HW_UNIQUE_KEY_PARTITION_SIZE=0x1000
+# CONFIG_MODEM_JWT is not set
+# CONFIG_LOCATION is not set
+# CONFIG_QOS is not set
+# CONFIG_SFLOAT is not set
+# CONFIG_CONTIN_ARRAY is not set
+# CONFIG_PCM_MIX is not set
+# CONFIG_TONE is not set
+# CONFIG_PSCM is not set
+# CONFIG_DATA_FIFO is not set
+# CONFIG_FEM_AL_LIB is not set
+# CONFIG_SAMPLE_RATE_CONVERTER is not set
+CONFIG_NCS_BOOT_BANNER=y
+CONFIG_NCS_NCS_BOOT_BANNER_STRING="nRF Connect SDK"
+CONFIG_NCS_ZEPHYR_BOOT_BANNER_STRING="Zephyr OS"
+# end of Libraries
+
+#
+# Device Drivers
+#
+# CONFIG_BT_DRIVER_QUIRK_NO_AUTO_DLE is not set
+# CONFIG_ETH_RTT is not set
+CONFIG_SENSOR=y
+# CONFIG_BH1749 is not set
+# CONFIG_SENSOR_SIM is not set
+# CONFIG_SENSOR_STUB is not set
+# CONFIG_PMW3360 is not set
+# CONFIG_PAW3212 is not set
+# CONFIG_BME68X_IAQ is not set
+# CONFIG_NRF_SW_LPUART is not set
+CONFIG_NRFX_GPIOTE_NUM_OF_EVT_HANDLERS=1
+# CONFIG_FLASH_RPC is not set
+CONFIG_CLOCK_CONTROL_MPSL=y
+CONFIG_SOC_FLASH_NRF_RADIO_SYNC_MPSL=y
+CONFIG_SOC_FLASH_NRF_RADIO_SYNC_MPSL_TIMESLOT_SESSION_COUNT=1
+CONFIG_TEMP_NRF5_MPSL=y
+# end of Device Drivers
+
+#
+# External libraries
+#
+# end of External libraries
+
+#
+# Test
+#
+CONFIG_ZTEST_MULTICORE_DEFAULT_SETTINGS=y
+# CONFIG_UNITY is not set
+
+#
+# Mocks
+#
+# CONFIG_MOCK_NRF_MODEM_AT is not set
+# end of Mocks
+# end of Test
+# end of Nordic nRF Connect
+
+CONFIG_ZEPHYR_NRF_MODULE=y
+# end of nrf (/opt/ncs/nrf)
+
+#
+# mcuboot (/opt/ncs/bootloader/mcuboot)
+#
+
+#
+# MCUboot
+#
+CONFIG_BOOT_SIGNATURE_KEY_FILE=""
+CONFIG_DT_FLASH_WRITE_BLOCK_SIZE=4
+CONFIG_MCUBOOT_USB_SUPPORT=y
+# end of MCUboot
+
+CONFIG_ZEPHYR_MCUBOOT_MODULE=y
+# end of mcuboot (/opt/ncs/bootloader/mcuboot)
+
+#
+# mbedtls (/opt/ncs/modules/crypto/mbedtls)
+#
+CONFIG_ZEPHYR_MBEDTLS_MODULE=y
+
+#
+# PSA RNG support
+#
+# end of PSA RNG support
+
+#
+# PSA key type support
+#
+# end of PSA key type support
+
+#
+# PSA AEAD support
+#
+# end of PSA AEAD support
+
+#
+# PSA MAC support
+#
+# end of PSA MAC support
+
+#
+# PSA Hash support
+#
+# end of PSA Hash support
+
+#
+# PSA Cipher support
+#
+# end of PSA Cipher support
+
+#
+# PSA Key agreement support
+#
+# end of PSA Key agreement support
+
+#
+# PSA Key derivation support
+#
+# end of PSA Key derivation support
+
+#
+# PSA Asymmetric support
+#
+
+#
+# Elliptic Curve type support
+#
+# end of Elliptic Curve type support
+# end of PSA Asymmetric support
+# end of mbedtls (/opt/ncs/modules/crypto/mbedtls)
+
+#
+# oberon-psa-crypto (/opt/ncs/modules/crypto/oberon-psa-crypto)
+#
+CONFIG_ZEPHYR_OBERON_PSA_CRYPTO_MODULE=y
+# end of oberon-psa-crypto (/opt/ncs/modules/crypto/oberon-psa-crypto)
+
+#
+# trusted-firmware-m (/opt/ncs/modules/tee/tf-m/trusted-firmware-m)
+#
+# CONFIG_BOOTLOADER_MCUBOOT is not set
+CONFIG_ZEPHYR_TRUSTED_FIRMWARE_M_MODULE=y
+# end of trusted-firmware-m (/opt/ncs/modules/tee/tf-m/trusted-firmware-m)
+
+CONFIG_ZEPHYR_PSA_ARCH_TESTS_MODULE=y
+CONFIG_ZEPHYR_SOC_HWMV1_MODULE=y
+
+#
+# cjson (/opt/ncs/modules/lib/cjson)
+#
+# CONFIG_CJSON_LIB is not set
+CONFIG_ZEPHYR_CJSON_MODULE=y
+# end of cjson (/opt/ncs/modules/lib/cjson)
+
+#
+# azure-sdk-for-c (/opt/ncs/modules/lib/azure-sdk-for-c)
+#
+# CONFIG_AZURE_SDK is not set
+CONFIG_ZEPHYR_AZURE_SDK_FOR_C_MODULE=y
+# end of azure-sdk-for-c (/opt/ncs/modules/lib/azure-sdk-for-c)
+
+#
+# cirrus-logic (/opt/ncs/modules/hal/cirrus-logic)
+#
+# CONFIG_HW_CODEC_CIRRUS_LOGIC is not set
+CONFIG_ZEPHYR_CIRRUS_LOGIC_MODULE=y
+# end of cirrus-logic (/opt/ncs/modules/hal/cirrus-logic)
+
+#
+# openthread (/opt/ncs/modules/lib/openthread)
+#
+# CONFIG_OPENTHREAD is not set
+CONFIG_ZEPHYR_OPENTHREAD_MODULE=y
+# end of openthread (/opt/ncs/modules/lib/openthread)
+
+#
+# suit-generator (/opt/ncs/modules/lib/suit-generator)
+#
+CONFIG_SUIT_ENVELOPE_TEMPLATE=""
+CONFIG_SUIT_ENVELOPE_TARGET=""
+CONFIG_SUIT_ENVELOPE_OUTPUT_ARTIFACT="merged.hex"
+CONFIG_SUIT_ENVELOPE_OUTPUT_MPI_MERGE=y
+# CONFIG_SUIT_LOCAL_ENVELOPE_GENERATE is not set
+CONFIG_ZEPHYR_SUIT_GENERATOR_MODULE=y
+# end of suit-generator (/opt/ncs/modules/lib/suit-generator)
+
+#
+# suit-processor (/opt/ncs/modules/lib/suit-processor)
+#
+# CONFIG_SUIT_PROCESSOR is not set
+CONFIG_SUIT_PLATFORM_DRY_RUN_SUPPORT=y
+CONFIG_ZEPHYR_SUIT_PROCESSOR_MODULE=y
+# end of suit-processor (/opt/ncs/modules/lib/suit-processor)
+
+#
+# memfault-firmware-sdk (/opt/ncs/modules/lib/memfault-firmware-sdk)
+#
+# CONFIG_MEMFAULT is not set
+CONFIG_ZEPHYR_MEMFAULT_FIRMWARE_SDK_MODULE=y
+# end of memfault-firmware-sdk (/opt/ncs/modules/lib/memfault-firmware-sdk)
+
+#
+# coremark (/opt/ncs/modules/benchmark/coremark)
+#
+# CONFIG_COREMARK is not set
+CONFIG_ZEPHYR_COREMARK_MODULE=y
+# end of coremark (/opt/ncs/modules/benchmark/coremark)
+
+#
+# canopennode (/opt/ncs/modules/lib/canopennode)
+#
+CONFIG_ZEPHYR_CANOPENNODE_MODULE=y
+# end of canopennode (/opt/ncs/modules/lib/canopennode)
+
+#
+# chre (/opt/ncs/modules/lib/chre)
+#
+CONFIG_ZEPHYR_CHRE_MODULE=y
+# CONFIG_CHRE is not set
+# end of chre (/opt/ncs/modules/lib/chre)
+
+#
+# lz4 (/opt/ncs/modules/lib/lz4)
+#
+CONFIG_ZEPHYR_LZ4_MODULE=y
+# CONFIG_LZ4 is not set
+# end of lz4 (/opt/ncs/modules/lib/lz4)
+
+#
+# nanopb (/opt/ncs/modules/lib/nanopb)
+#
+CONFIG_ZEPHYR_NANOPB_MODULE=y
+# CONFIG_NANOPB is not set
+# end of nanopb (/opt/ncs/modules/lib/nanopb)
+
+CONFIG_ZEPHYR_TF_M_TESTS_MODULE=y
+
+#
+# zscilib (/opt/ncs/modules/lib/zscilib)
+#
+# CONFIG_ZSL is not set
+CONFIG_ZEPHYR_ZSCILIB_MODULE=y
+# end of zscilib (/opt/ncs/modules/lib/zscilib)
+
+#
+# cmsis (/opt/ncs/modules/hal/cmsis)
+#
+CONFIG_ZEPHYR_CMSIS_MODULE=y
+CONFIG_HAS_CMSIS_CORE=y
+CONFIG_HAS_CMSIS_CORE_M=y
+# CONFIG_CMSIS_M_CHECK_DEVICE_DEFINES is not set
+# end of cmsis (/opt/ncs/modules/hal/cmsis)
+
+#
+# cmsis-dsp (/opt/ncs/modules/lib/cmsis-dsp)
+#
+CONFIG_ZEPHYR_CMSIS_DSP_MODULE=y
+# CONFIG_CMSIS_DSP is not set
+# end of cmsis-dsp (/opt/ncs/modules/lib/cmsis-dsp)
+
+#
+# cmsis-nn (/opt/ncs/modules/lib/cmsis-nn)
+#
+CONFIG_ZEPHYR_CMSIS_NN_MODULE=y
+# CONFIG_CMSIS_NN is not set
+# end of cmsis-nn (/opt/ncs/modules/lib/cmsis-nn)
+
+#
+# fatfs (/opt/ncs/modules/fs/fatfs)
+#
+CONFIG_ZEPHYR_FATFS_MODULE=y
+# end of fatfs (/opt/ncs/modules/fs/fatfs)
+
+#
+# hal_nordic (/opt/ncs/modules/hal/nordic)
+#
+CONFIG_ZEPHYR_HAL_NORDIC_MODULE=y
+CONFIG_HAS_NORDIC_DRIVERS=y
+
+#
+# Nordic drivers
+#
+# CONFIG_NRF_802154_SOURCE_HAL_NORDIC is not set
+# CONFIG_NRF_802154_RADIO_DRIVER is not set
+# CONFIG_NRF_802154_SER_RADIO is not set
+# end of Nordic drivers
+
+CONFIG_HAS_NRFX=y
+
+#
+# nrfx drivers
+#
+
+#
+# nrfx drivers logging
+#
+# CONFIG_NRFX_GPIOTE_LOG is not set
+# CONFIG_NRFX_NVMC_LOG is not set
+# CONFIG_NRFX_SPIM_LOG is not set
+# CONFIG_NRFX_TWIM_LOG is not set
+# end of nrfx drivers logging
+
+CONFIG_MPSL=y
+# CONFIG_NRFX_CLOCK is not set
+# CONFIG_NRFX_COMP is not set
+# CONFIG_NRFX_EGU0 is not set
+# CONFIG_NRFX_EGU1 is not set
+# CONFIG_NRFX_EGU2 is not set
+# CONFIG_NRFX_EGU3 is not set
+# CONFIG_NRFX_EGU4 is not set
+# CONFIG_NRFX_EGU5 is not set
+CONFIG_NRFX_GPIOTE=y
+CONFIG_NRFX_GPIOTE0=y
+# CONFIG_NRFX_I2S0 is not set
+# CONFIG_NRFX_NFCT is not set
+CONFIG_NRFX_NVMC=y
+# CONFIG_NRFX_PDM is not set
+# CONFIG_NRFX_POWER is not set
+# CONFIG_NRFX_PPI is not set
+# CONFIG_NRFX_PWM0 is not set
+# CONFIG_NRFX_PWM1 is not set
+# CONFIG_NRFX_PWM2 is not set
+# CONFIG_NRFX_PWM3 is not set
+# CONFIG_NRFX_QDEC0 is not set
+# CONFIG_NRFX_RNG is not set
+# CONFIG_NRFX_RTC0 is not set
+# CONFIG_NRFX_RTC1 is not set
+# CONFIG_NRFX_RTC2 is not set
+# CONFIG_NRFX_SAADC is not set
+CONFIG_NRFX_SPIM=y
+# CONFIG_NRFX_SPIM0 is not set
+CONFIG_NRFX_SPIM1=y
+# CONFIG_NRFX_SPIM2 is not set
+# CONFIG_NRFX_SPIM3 is not set
+# CONFIG_NRFX_SYSTICK is not set
+# CONFIG_NRFX_TEMP is not set
+# CONFIG_NRFX_TIMER0 is not set
+# CONFIG_NRFX_TIMER1 is not set
+# CONFIG_NRFX_TIMER2 is not set
+# CONFIG_NRFX_TIMER3 is not set
+# CONFIG_NRFX_TIMER4 is not set
+CONFIG_NRFX_TWIM=y
+CONFIG_NRFX_TWIM0=y
+# CONFIG_NRFX_TWIM1 is not set
+# CONFIG_NRFX_UART0 is not set
+# CONFIG_NRFX_UARTE1 is not set
+# CONFIG_NRFX_WDT0 is not set
+
+#
+# Peripheral Resource Sharing module
+#
+# CONFIG_NRFX_PRS_BOX_0 is not set
+# CONFIG_NRFX_PRS_BOX_1 is not set
+# CONFIG_NRFX_PRS_BOX_2 is not set
+# CONFIG_NRFX_PRS_BOX_3 is not set
+# CONFIG_NRFX_PRS_BOX_4 is not set
+# end of Peripheral Resource Sharing module
+# end of nrfx drivers
+# end of hal_nordic (/opt/ncs/modules/hal/nordic)
+
+#
+# hal_st (/opt/ncs/modules/hal/st)
+#
+CONFIG_ZEPHYR_HAL_ST_MODULE=y
+CONFIG_HAS_STMEMSC=y
+CONFIG_USE_STDC_LIS2MDL=y
+# end of hal_st (/opt/ncs/modules/hal/st)
+
+CONFIG_ZEPHYR_HAL_WURTHELEKTRONIK_MODULE=y
+CONFIG_ZEPHYR_LIBMETAL_MODULE=y
+
+#
+# liblc3 (/opt/ncs/modules/lib/liblc3)
+#
+CONFIG_ZEPHYR_LIBLC3_MODULE=y
+# end of liblc3 (/opt/ncs/modules/lib/liblc3)
+
+#
+# littlefs (/opt/ncs/modules/fs/littlefs)
+#
+CONFIG_ZEPHYR_LITTLEFS_MODULE=y
+# end of littlefs (/opt/ncs/modules/fs/littlefs)
+
+#
+# loramac-node (/opt/ncs/modules/lib/loramac-node)
+#
+CONFIG_ZEPHYR_LORAMAC_NODE_MODULE=y
+CONFIG_HAS_SEMTECH_RADIO_DRIVERS=y
+CONFIG_HAS_SEMTECH_SX1276=y
+CONFIG_HAS_SEMTECH_LORAMAC=y
+CONFIG_HAS_SEMTECH_SOFT_SE=y
+# end of loramac-node (/opt/ncs/modules/lib/loramac-node)
+
+#
+# lvgl (/opt/ncs/modules/lib/gui/lvgl)
+#
+CONFIG_ZEPHYR_LVGL_MODULE=y
+# end of lvgl (/opt/ncs/modules/lib/gui/lvgl)
+
+CONFIG_ZEPHYR_MIPI_SYS_T_MODULE=y
+CONFIG_ZEPHYR_NRF_HW_MODELS_MODULE=y
+CONFIG_ZEPHYR_OPEN_AMP_MODULE=y
+
+#
+# picolibc (/opt/ncs/modules/lib/picolibc)
+#
+# CONFIG_PICOLIBC_MODULE is not set
+CONFIG_ZEPHYR_PICOLIBC_MODULE=y
+# end of picolibc (/opt/ncs/modules/lib/picolibc)
+
+#
+# segger (/opt/ncs/modules/debug/segger)
+#
+CONFIG_ZEPHYR_SEGGER_MODULE=y
+CONFIG_HAS_SEGGER_RTT=y
+# CONFIG_USE_SEGGER_RTT is not set
+# end of segger (/opt/ncs/modules/debug/segger)
+
+CONFIG_ZEPHYR_TINYCRYPT_MODULE=y
+
+#
+# uoscore-uedhoc (/opt/ncs/modules/lib/uoscore-uedhoc)
+#
+CONFIG_ZEPHYR_UOSCORE_UEDHOC_MODULE=y
+# end of uoscore-uedhoc (/opt/ncs/modules/lib/uoscore-uedhoc)
+
+#
+# zcbor (/opt/ncs/modules/lib/zcbor)
+#
+CONFIG_ZEPHYR_ZCBOR_MODULE=y
+# CONFIG_ZCBOR is not set
+# end of zcbor (/opt/ncs/modules/lib/zcbor)
+
+#
+# nrfxlib (/opt/ncs/nrfxlib)
+#
+
+#
+# Nordic nrfxlib
+#
+
+#
+# nrf_modem (Modem library)
+#
+# end of nrf_modem (Modem library)
+
+CONFIG_NRF_MODEM_SHMEM_CTRL_SIZE=0x4e8
+# CONFIG_NFC_T2T_NRFXLIB is not set
+# CONFIG_NFC_T4T_NRFXLIB is not set
+CONFIG_MPSL_BUILD_TYPE_LIB=y
+CONFIG_MPSL_LIB_DIR="cortex-m4"
+CONFIG_MPSL_LIB_FLOAT_ABI_DIR="soft-float"
+
+#
+# Crypto libraries for nRF5x SOCs.
+#
+CONFIG_NRFXLIB_CRYPTO=y
+CONFIG_NRF_OBERON=y
+# CONFIG_NRF_CC310_BL is not set
+# end of Crypto libraries for nRF5x SOCs.
+
+# CONFIG_NRF_RPC is not set
+CONFIG_NRF_802154_SOURCE_NRFXLIB=y
+# CONFIG_GZLL is not set
+# CONFIG_NRF_DM is not set
+# CONFIG_NRF_FUEL_GAUGE is not set
+# end of Nordic nrfxlib
+
+CONFIG_ZEPHYR_NRFXLIB_MODULE=y
+# end of nrfxlib (/opt/ncs/nrfxlib)
+
+#
+# connectedhomeip (/opt/ncs/modules/lib/matter)
+#
+# CONFIG_CHIP is not set
+CONFIG_ZEPHYR_CONNECTEDHOMEIP_MODULE=y
+# end of connectedhomeip (/opt/ncs/modules/lib/matter)
+
+# CONFIG_LIBMETAL is not set
+# CONFIG_LVGL is not set
+# CONFIG_HAS_MEC_HAL is not set
+# CONFIG_HAS_MPFS_HAL is not set
+# CONFIG_HAS_MEC5_HAL is not set
+# CONFIG_OPENAMP is not set
+# CONFIG_MIPI_SYST_LIB is not set
+# CONFIG_HAS_TELINK_DRIVERS is not set
+# CONFIG_TINYCRYPT_CTR_PRNG is not set
+# CONFIG_TINYCRYPT_SHA256 is not set
+# CONFIG_TINYCRYPT_ECC_DH is not set
+# CONFIG_TINYCRYPT_ECC_DSA is not set
+CONFIG_TINYCRYPT_AES=y
+# CONFIG_TINYCRYPT_AES_CBC is not set
+# CONFIG_TINYCRYPT_AES_CTR is not set
+# CONFIG_TINYCRYPT_AES_CCM is not set
+CONFIG_TINYCRYPT_AES_CMAC=y
+# CONFIG_MCUBOOT_BOOTUTIL_LIB is not set
+# CONFIG_WIFI_NM_WPA_SUPPLICANT is not set
+
+#
+# Unavailable modules, please install those via the project manifest.
+#
+
+#
+# hal_gigadevice module not available.
+#
+
+#
+# Trusted-firmware-a module not available.
+#
+
+#
+# THRIFT module not available.
+#
+# CONFIG_ACPI is not set
+# end of Modules
+
+CONFIG_BOARD="bbc_microbit_v2"
+CONFIG_BOARD_REVISION=""
+CONFIG_BOARD_TARGET="bbc_microbit_v2/nrf52833"
+# CONFIG_NET_DRIVERS is not set
+CONFIG_BOARD_BBC_MICROBIT_V2=y
+CONFIG_BOARD_BBC_MICROBIT_V2_NRF52833=y
+CONFIG_BOARD_QUALIFIERS="nrf52833"
+
+#
+# Board Options
+#
+# end of Board Options
+
+#
+# Hardware Configuration
+#
+CONFIG_SOC_FAMILY="nordic_nrf"
+CONFIG_SOC_FAMILY_NORDIC_NRF=y
+CONFIG_SOC_SERIES_NRF52X=y
+CONFIG_SOC_NRF52833=y
+CONFIG_SOC_NRF52833_QIAA=y
+# CONFIG_MFD is not set
+# CONFIG_BUILD_OUTPUT_INFO_HEADER is not set
+CONFIG_HAS_HW_NRF_ACL=y
+CONFIG_HAS_HW_NRF_CCM=y
+CONFIG_HAS_HW_NRF_CCM_LFLEN_8BIT=y
+CONFIG_HAS_HW_NRF_CCM_HEADERMASK=y
+CONFIG_HAS_HW_NRF_CLOCK=y
+CONFIG_HAS_HW_NRF_ECB=y
+CONFIG_HAS_HW_NRF_EGU0=y
+CONFIG_HAS_HW_NRF_EGU1=y
+CONFIG_HAS_HW_NRF_EGU2=y
+CONFIG_HAS_HW_NRF_EGU3=y
+CONFIG_HAS_HW_NRF_EGU4=y
+CONFIG_HAS_HW_NRF_EGU5=y
+CONFIG_HAS_HW_NRF_GPIO0=y
+CONFIG_HAS_HW_NRF_GPIO1=y
+CONFIG_HAS_HW_NRF_GPIOTE0=y
+CONFIG_HAS_HW_NRF_MWU=y
+CONFIG_HAS_HW_NRF_NVMC_PE=y
+CONFIG_HAS_HW_NRF_POWER=y
+CONFIG_HAS_HW_NRF_PPI=y
+CONFIG_HAS_HW_NRF_PWM1=y
+CONFIG_HAS_HW_NRF_RADIO_BLE_2M=y
+CONFIG_HAS_HW_NRF_RADIO_BLE_CODED=y
+CONFIG_HAS_HW_NRF_RADIO_DFE=y
+CONFIG_HAS_HW_NRF_RADIO_IEEE802154=y
+CONFIG_HAS_HW_NRF_RADIO_TX_PWR_HIGH=y
+CONFIG_HAS_HW_NRF_RNG=y
+CONFIG_HAS_HW_NRF_SAADC=y
+CONFIG_HAS_HW_NRF_SPIM1=y
+CONFIG_HAS_HW_NRF_SWI0=y
+CONFIG_HAS_HW_NRF_SWI1=y
+CONFIG_HAS_HW_NRF_SWI2=y
+CONFIG_HAS_HW_NRF_SWI3=y
+CONFIG_HAS_HW_NRF_SWI4=y
+CONFIG_HAS_HW_NRF_SWI5=y
+CONFIG_HAS_HW_NRF_TEMP=y
+CONFIG_HAS_HW_NRF_TWIM0=y
+CONFIG_HAS_HW_NRF_UART0=y
+CONFIG_HAS_HW_NRF_USBD=y
+CONFIG_HAS_HW_NRF_WDT0=y
+# CONFIG_GPIO_AS_PINRESET is not set
+CONFIG_NRF_ENABLE_ICACHE=y
+CONFIG_NRF_RTC_TIMER_USER_CHAN_COUNT=0
+CONFIG_NRF_SOC_SECURE_SUPPORTED=y
+# CONFIG_NFCT_PINS_AS_GPIOS is not set
+CONFIG_NRF_APPROTECT_USE_UICR=y
+# CONFIG_NRF_APPROTECT_LOCK is not set
+# CONFIG_NRF_TRACE_PORT is not set
+CONFIG_GPIO_INIT_PRIORITY=40
+# CONFIG_SOC_LOG_LEVEL_OFF is not set
+# CONFIG_SOC_LOG_LEVEL_ERR is not set
+# CONFIG_SOC_LOG_LEVEL_WRN is not set
+# CONFIG_SOC_LOG_LEVEL_INF is not set
+# CONFIG_SOC_LOG_LEVEL_DBG is not set
+CONFIG_SOC_LOG_LEVEL_DEFAULT=y
+CONFIG_SOC_LOG_LEVEL=3
+# end of Hardware Configuration
+
+CONFIG_SOC_COMPATIBLE_NRF=y
+CONFIG_SOC_COMPATIBLE_NRF52X=y
+CONFIG_SOC_COMPATIBLE_NRF52833=y
+CONFIG_ARCH="arm"
+CONFIG_ARCH_HAS_SINGLE_THREAD_SUPPORT=y
+# CONFIG_EXTRA_EXCEPTION_INFO is not set
+CONFIG_CPU_CORTEX=y
+# CONFIG_ARM_MPU is not set
+CONFIG_ARM_MPU_REGION_MIN_ALIGN_AND_SIZE=4
+# CONFIG_MPU_ALLOW_FLASH_WRITE is not set
+
+#
+# ARM Options
+#
+CONFIG_CPU_CORTEX_M=y
+# CONFIG_ARM_ZIMAGE_HEADER is not set
+CONFIG_ISA_THUMB2=y
+CONFIG_ASSEMBLER_ISA_THUMB2=y
+CONFIG_COMPILER_ISA_THUMB2=y
+CONFIG_STACK_ALIGN_DOUBLE_WORD=y
+# CONFIG_RUNTIME_NMI is not set
+CONFIG_FAULT_DUMP=2
+CONFIG_FP16=y
+CONFIG_FP16_IEEE=y
+# CONFIG_FP16_ALT is not set
+CONFIG_CPU_CORTEX_M4=y
+CONFIG_CPU_CORTEX_M_HAS_SYSTICK=y
+CONFIG_CPU_CORTEX_M_HAS_DWT=y
+CONFIG_CPU_CORTEX_M_HAS_BASEPRI=y
+CONFIG_CPU_CORTEX_M_HAS_VTOR=y
+CONFIG_CPU_CORTEX_M_HAS_PROGRAMMABLE_FAULT_PRIOS=y
+CONFIG_ARMV7_M_ARMV8_M_MAINLINE=y
+CONFIG_ARMV7_M_ARMV8_M_FP=y
+
+#
+# ARM Cortex-M0/M0+/M1/M3/M4/M7/M23/M33/M55 options
+#
+CONFIG_ZERO_LATENCY_IRQS=y
+CONFIG_ZERO_LATENCY_LEVELS=1
+# CONFIG_SW_VECTOR_RELAY is not set
+# CONFIG_CORTEX_M_DWT is not set
+# CONFIG_CORTEX_M_DEBUG_MONITOR_HOOK is not set
+# CONFIG_TRAP_UNALIGNED_ACCESS is not set
+# end of ARM Cortex-M0/M0+/M1/M3/M4/M7/M23/M33/M55 options
+
+CONFIG_NULL_POINTER_EXCEPTION_DETECTION_NONE=y
+# CONFIG_NULL_POINTER_EXCEPTION_DETECTION_DWT is not set
+CONFIG_HAS_SWO=y
+# end of ARM Options
+
+CONFIG_ARM=y
+CONFIG_ARCH_IS_SET=y
+
+#
+# General Architecture Options
+#
+# CONFIG_SEMIHOST is not set
+# CONFIG_ARCH_LOG_LEVEL_OFF is not set
+# CONFIG_ARCH_LOG_LEVEL_ERR is not set
+# CONFIG_ARCH_LOG_LEVEL_WRN is not set
+# CONFIG_ARCH_LOG_LEVEL_INF is not set
+# CONFIG_ARCH_LOG_LEVEL_DBG is not set
+CONFIG_ARCH_LOG_LEVEL_DEFAULT=y
+CONFIG_ARCH_LOG_LEVEL=3
+CONFIG_LITTLE_ENDIAN=y
+CONFIG_GEN_PRIV_STACKS=y
+# CONFIG_STACK_GROWS_UP is not set
+
+#
+# Interrupt Configuration
+#
+CONFIG_ISR_TABLES_LOCAL_DECLARATION_SUPPORTED=y
+# CONFIG_ISR_TABLES_LOCAL_DECLARATION is not set
+CONFIG_IRQ_VECTOR_TABLE_JUMP_BY_ADDRESS=y
+# CONFIG_IRQ_VECTOR_TABLE_JUMP_BY_CODE is not set
+CONFIG_EXCEPTION_DEBUG=y
+# CONFIG_SIMPLIFIED_EXCEPTION_CODES is not set
+# end of Interrupt Configuration
+# end of General Architecture Options
+
+CONFIG_ARCH_HAS_TIMING_FUNCTIONS=y
+CONFIG_ARCH_HAS_RAMFUNC_SUPPORT=y
+CONFIG_ARCH_HAS_NESTED_EXCEPTION_DETECTION=y
+CONFIG_ARCH_SUPPORTS_COREDUMP=y
+CONFIG_ARCH_SUPPORTS_ARCH_HW_INIT=y
+CONFIG_ARCH_SUPPORTS_ROM_START=y
+CONFIG_ARCH_HAS_EXTRA_EXCEPTION_INFO=y
+CONFIG_ARCH_HAS_THREAD_LOCAL_STORAGE=y
+CONFIG_ARCH_HAS_SUSPEND_TO_RAM=y
+CONFIG_ARCH_HAS_THREAD_ABORT=y
+CONFIG_ARCH_HAS_CODE_DATA_RELOCATION=y
+CONFIG_CPU_HAS_FPU=y
+CONFIG_CPU_HAS_MPU=y
+# CONFIG_MPU is not set
+
+#
+# DSP Options
+#
+# end of DSP Options
+
+#
+# Floating Point Options
+#
+# end of Floating Point Options
+
+#
+# Cache Options
+#
+# end of Cache Options
+
+CONFIG_TOOLCHAIN_HAS_BUILTIN_FFS=y
+# CONFIG_ARCH_CPU_IDLE_CUSTOM is not set
+
+#
+# General Kernel Options
+#
+# CONFIG_KERNEL_LOG_LEVEL_OFF is not set
+# CONFIG_KERNEL_LOG_LEVEL_ERR is not set
+# CONFIG_KERNEL_LOG_LEVEL_WRN is not set
+# CONFIG_KERNEL_LOG_LEVEL_INF is not set
+# CONFIG_KERNEL_LOG_LEVEL_DBG is not set
+CONFIG_KERNEL_LOG_LEVEL_DEFAULT=y
+CONFIG_KERNEL_LOG_LEVEL=3
+CONFIG_MULTITHREADING=y
+CONFIG_NUM_COOP_PRIORITIES=16
+CONFIG_NUM_PREEMPT_PRIORITIES=15
+CONFIG_MAIN_THREAD_PRIORITY=0
+CONFIG_COOP_ENABLED=y
+CONFIG_PREEMPT_ENABLED=y
+CONFIG_PRIORITY_CEILING=-127
+# CONFIG_SCHED_DEADLINE is not set
+# CONFIG_THREAD_STACK_INFO is not set
+# CONFIG_THREAD_CUSTOM_DATA is not set
+CONFIG_SCHED_DUMB=y
+# CONFIG_SCHED_SCALABLE is not set
+# CONFIG_SCHED_MULTIQ is not set
+# CONFIG_WAITQ_SCALABLE is not set
+CONFIG_WAITQ_DUMB=y
+
+#
+# Misc Kernel related options
+#
+CONFIG_ERRNO=y
+# end of Misc Kernel related options
+
+#
+# Kernel Debugging and Metrics
+#
+CONFIG_BOOT_DELAY=0
+# CONFIG_THREAD_MONITOR is not set
+# CONFIG_THREAD_NAME is not set
+# CONFIG_THREAD_RUNTIME_STATS is not set
+# end of Kernel Debugging and Metrics
+
+# CONFIG_OBJ_CORE is not set
+
+#
+# System Work Queue Options
+#
+# CONFIG_SYSTEM_WORKQUEUE_NO_YIELD is not set
+# end of System Work Queue Options
+
+#
+# Barrier Operations
+#
+CONFIG_BARRIER_OPERATIONS_ARCH=y
+# end of Barrier Operations
+
+#
+# Atomic Operations
+#
+CONFIG_ATOMIC_OPERATIONS_BUILTIN=y
+# end of Atomic Operations
+
+#
+# Timer API Options
+#
+CONFIG_TIMESLICING=y
+CONFIG_TIMESLICE_SIZE=0
+CONFIG_TIMESLICE_PRIORITY=0
+# CONFIG_TIMESLICE_PER_THREAD is not set
+# end of Timer API Options
+
+#
+# Other Kernel Object Options
+#
+CONFIG_POLL=y
+# CONFIG_MEM_SLAB_TRACE_MAX_UTILIZATION is not set
+CONFIG_NUM_MBOX_ASYNC_MSGS=10
+# CONFIG_EVENTS is not set
+# CONFIG_PIPES is not set
+CONFIG_KERNEL_MEM_POOL=y
+# CONFIG_HEAP_MEM_POOL_IGNORE_MIN is not set
+# end of Other Kernel Object Options
+
+CONFIG_ARCH_HAS_CUSTOM_SWAP_TO_MAIN=y
+CONFIG_SWAP_NONATOMIC=y
+CONFIG_SYS_CLOCK_EXISTS=y
+CONFIG_TIMEOUT_64BIT=y
+CONFIG_SYS_CLOCK_MAX_TIMEOUT_DAYS=365
+
+#
+# Security Options
+#
+# CONFIG_STACK_CANARIES is not set
+CONFIG_STACK_POINTER_RANDOM=0
+# end of Security Options
+
+#
+# Memory Domains
+#
+# end of Memory Domains
+
+#
+# SMP Options
+#
+CONFIG_MP_NUM_CPUS=1
+# CONFIG_TICKET_SPINLOCKS is not set
+# end of SMP Options
+
+CONFIG_TOOLCHAIN_SUPPORTS_THREAD_LOCAL_STORAGE=y
+# CONFIG_THREAD_LOCAL_STORAGE is not set
+# end of General Kernel Options
+
+#
+# Device Options
+#
+# CONFIG_DEVICE_DEPS is not set
+# CONFIG_DEVICE_MUTABLE is not set
+# end of Device Options
+
+#
+# Initialization Priorities
+#
+CONFIG_KERNEL_INIT_PRIORITY_OBJECTS=30
+CONFIG_KERNEL_INIT_PRIORITY_DEFAULT=40
+CONFIG_KERNEL_INIT_PRIORITY_DEVICE=50
+CONFIG_APPLICATION_INIT_PRIORITY=90
+# end of Initialization Priorities
+
+#
+# Virtual Memory Support
+#
+# end of Virtual Memory Support
+
+#
+# Device Drivers
+#
+CONFIG_ADC=y
+CONFIG_ADC_CONFIGURABLE_INPUTS=y
+# CONFIG_ADC_ASYNC is not set
+# CONFIG_ADC_LOG_LEVEL_OFF is not set
+# CONFIG_ADC_LOG_LEVEL_ERR is not set
+# CONFIG_ADC_LOG_LEVEL_WRN is not set
+# CONFIG_ADC_LOG_LEVEL_INF is not set
+# CONFIG_ADC_LOG_LEVEL_DBG is not set
+CONFIG_ADC_LOG_LEVEL_DEFAULT=y
+CONFIG_ADC_LOG_LEVEL=3
+CONFIG_ADC_NRFX_SAADC=y
+# CONFIG_AUDIO is not set
+# CONFIG_AUXDISPLAY is not set
+# CONFIG_BBRAM is not set
+# CONFIG_CAN is not set
+# CONFIG_CHARGER is not set
+# CONFIG_CLOCK_CONTROL_LOG_LEVEL_OFF is not set
+# CONFIG_CLOCK_CONTROL_LOG_LEVEL_ERR is not set
+# CONFIG_CLOCK_CONTROL_LOG_LEVEL_WRN is not set
+# CONFIG_CLOCK_CONTROL_LOG_LEVEL_INF is not set
+# CONFIG_CLOCK_CONTROL_LOG_LEVEL_DBG is not set
+CONFIG_CLOCK_CONTROL_LOG_LEVEL_DEFAULT=y
+CONFIG_CLOCK_CONTROL_LOG_LEVEL=3
+CONFIG_CLOCK_CONTROL_NRF_FORCE_ALT=y
+CONFIG_CLOCK_CONTROL_NRF=y
+CONFIG_CLOCK_CONTROL_NRF_K32SRC_RC=y
+# CONFIG_CLOCK_CONTROL_NRF_K32SRC_XTAL is not set
+# CONFIG_CLOCK_CONTROL_NRF_K32SRC_SYNTH is not set
+# CONFIG_CLOCK_CONTROL_NRF_K32SRC_EXT_LOW_SWING is not set
+# CONFIG_CLOCK_CONTROL_NRF_K32SRC_EXT_FULL_SWING is not set
+CONFIG_CLOCK_CONTROL_NRF_K32SRC_RC_CALIBRATION=y
+CONFIG_CLOCK_CONTROL_NRF_CALIBRATION_LF_ALWAYS_ON=y
+CONFIG_CLOCK_CONTROL_NRF_CALIBRATION_PERIOD=4000
+CONFIG_CLOCK_CONTROL_NRF_CALIBRATION_MAX_SKIP=1
+CONFIG_CLOCK_CONTROL_NRF_CALIBRATION_TEMP_DIFF=2
+# CONFIG_CLOCK_CONTROL_NRF_K32SRC_500PPM is not set
+CONFIG_CLOCK_CONTROL_NRF_K32SRC_250PPM=y
+# CONFIG_CLOCK_CONTROL_NRF_K32SRC_150PPM is not set
+# CONFIG_CLOCK_CONTROL_NRF_K32SRC_100PPM is not set
+# CONFIG_CLOCK_CONTROL_NRF_K32SRC_75PPM is not set
+# CONFIG_CLOCK_CONTROL_NRF_K32SRC_50PPM is not set
+# CONFIG_CLOCK_CONTROL_NRF_K32SRC_30PPM is not set
+# CONFIG_CLOCK_CONTROL_NRF_K32SRC_20PPM is not set
+CONFIG_CLOCK_CONTROL_NRF_ACCURACY=250
+# CONFIG_CLOCK_CONTROL_FIXED_RATE_CLOCK is not set
+CONFIG_CONSOLE_INPUT_MAX_LINE_LEN=128
+CONFIG_CONSOLE_HAS_DRIVER=y
+# CONFIG_CONSOLE_HANDLER is not set
+CONFIG_CONSOLE_INIT_PRIORITY=60
+CONFIG_UART_CONSOLE=y
+# CONFIG_UART_CONSOLE_DEBUG_SERVER_HOOKS is not set
+# CONFIG_UART_CONSOLE_MCUMGR is not set
+# CONFIG_RAM_CONSOLE is not set
+# CONFIG_IPM_CONSOLE_SENDER is not set
+# CONFIG_IPM_CONSOLE_RECEIVER is not set
+# CONFIG_UART_MCUMGR is not set
+# CONFIG_UART_CONSOLE_LOG_LEVEL_OFF is not set
+# CONFIG_UART_CONSOLE_LOG_LEVEL_ERR is not set
+# CONFIG_UART_CONSOLE_LOG_LEVEL_WRN is not set
+# CONFIG_UART_CONSOLE_LOG_LEVEL_INF is not set
+# CONFIG_UART_CONSOLE_LOG_LEVEL_DBG is not set
+CONFIG_UART_CONSOLE_LOG_LEVEL_DEFAULT=y
+CONFIG_UART_CONSOLE_LOG_LEVEL=3
+# CONFIG_GSM_MUX is not set
+# CONFIG_EFI_CONSOLE is not set
+# CONFIG_COREDUMP_DEVICE is not set
+# CONFIG_CRYPTO is not set
+# CONFIG_DAC is not set
+# CONFIG_DAI is not set
+# CONFIG_DISK_DRIVERS is not set
+# CONFIG_DISPLAY is not set
+# CONFIG_DMA is not set
+# CONFIG_EDAC is not set
+# CONFIG_EEPROM is not set
+CONFIG_ENTROPY_GENERATOR=y
+# CONFIG_ENTROPY_LOG_LEVEL_OFF is not set
+# CONFIG_ENTROPY_LOG_LEVEL_ERR is not set
+# CONFIG_ENTROPY_LOG_LEVEL_WRN is not set
+# CONFIG_ENTROPY_LOG_LEVEL_INF is not set
+# CONFIG_ENTROPY_LOG_LEVEL_DBG is not set
+CONFIG_ENTROPY_LOG_LEVEL_DEFAULT=y
+CONFIG_ENTROPY_LOG_LEVEL=3
+CONFIG_ENTROPY_NRF5_RNG=y
+# CONFIG_ENTROPY_NRF5_BIAS_CORRECTION is not set
+CONFIG_ENTROPY_NRF5_THR_POOL_SIZE=8
+CONFIG_ENTROPY_NRF5_THR_THRESHOLD=4
+CONFIG_ENTROPY_NRF5_ISR_POOL_SIZE=16
+CONFIG_ENTROPY_NRF5_ISR_THRESHOLD=12
+CONFIG_ENTROPY_BT_HCI=y
+CONFIG_ENTROPY_HAS_DRIVER=y
+# CONFIG_ESPI is not set
+CONFIG_FLASH_HAS_DRIVER_ENABLED=y
+CONFIG_FLASH_HAS_PAGE_LAYOUT=y
+CONFIG_FLASH=y
+# CONFIG_FLASH_LOG_LEVEL_OFF is not set
+# CONFIG_FLASH_LOG_LEVEL_ERR is not set
+# CONFIG_FLASH_LOG_LEVEL_WRN is not set
+# CONFIG_FLASH_LOG_LEVEL_INF is not set
+# CONFIG_FLASH_LOG_LEVEL_DBG is not set
+CONFIG_FLASH_LOG_LEVEL_DEFAULT=y
+CONFIG_FLASH_LOG_LEVEL=3
+CONFIG_FLASH_PAGE_LAYOUT=y
+CONFIG_SOC_FLASH_NRF=y
+# CONFIG_SOC_FLASH_NRF_RADIO_SYNC_NONE is not set
+# CONFIG_SOC_FLASH_NRF_PARTIAL_ERASE is not set
+CONFIG_SOC_FLASH_NRF_TIMEOUT_MULTIPLIER=10
+# CONFIG_SOC_FLASH_NRF_UICR is not set
+# CONFIG_SOC_FLASH_NRF_EMULATE_ONE_BYTE_WRITE_ACCESS is not set
+# CONFIG_FPGA is not set
+# CONFIG_FUEL_GAUGE is not set
+# CONFIG_GNSS is not set
+# CONFIG_GPIO_LOG_LEVEL_OFF is not set
+# CONFIG_GPIO_LOG_LEVEL_ERR is not set
+# CONFIG_GPIO_LOG_LEVEL_WRN is not set
+# CONFIG_GPIO_LOG_LEVEL_INF is not set
+# CONFIG_GPIO_LOG_LEVEL_DBG is not set
+CONFIG_GPIO_LOG_LEVEL_DEFAULT=y
+CONFIG_GPIO_LOG_LEVEL=3
+# CONFIG_GPIO_GET_DIRECTION is not set
+# CONFIG_GPIO_GET_CONFIG is not set
+# CONFIG_GPIO_HOGS is not set
+# CONFIG_GPIO_ENABLE_DISABLE_INTERRUPT is not set
+CONFIG_GPIO_NRFX=y
+CONFIG_GPIO_NRFX_INTERRUPT=y
+# CONFIG_HWINFO is not set
+# CONFIG_HWSPINLOCK is not set
+CONFIG_I2C=y
+# CONFIG_I2C_CALLBACK is not set
+# CONFIG_I2C_TARGET is not set
+CONFIG_I2C_NRFX=y
+CONFIG_I2C_NRFX_TWIM=y
+CONFIG_I2C_NRFX_TRANSFER_TIMEOUT=500
+# CONFIG_I2C_AMBIQ_DMA is not set
+CONFIG_I2C_DMA_TCB_BUFFER_SIZE=1024
+CONFIG_I2C_INIT_PRIORITY=50
+# CONFIG_I2C_LOG_LEVEL_OFF is not set
+# CONFIG_I2C_LOG_LEVEL_ERR is not set
+# CONFIG_I2C_LOG_LEVEL_WRN is not set
+# CONFIG_I2C_LOG_LEVEL_INF is not set
+# CONFIG_I2C_LOG_LEVEL_DBG is not set
+CONFIG_I2C_LOG_LEVEL_DEFAULT=y
+CONFIG_I2C_LOG_LEVEL=3
+# CONFIG_I2S is not set
+# CONFIG_I3C is not set
+
+#
+# Interrupt controller drivers
+#
+CONFIG_INTC_INIT_PRIORITY=40
+# CONFIG_INTC_LOG_LEVEL_OFF is not set
+# CONFIG_INTC_LOG_LEVEL_ERR is not set
+# CONFIG_INTC_LOG_LEVEL_WRN is not set
+# CONFIG_INTC_LOG_LEVEL_INF is not set
+# CONFIG_INTC_LOG_LEVEL_DBG is not set
+CONFIG_INTC_LOG_LEVEL_DEFAULT=y
+CONFIG_INTC_LOG_LEVEL=3
+# CONFIG_INTC_ESP32 is not set
+# end of Interrupt controller drivers
+
+# CONFIG_IPM is not set
+# CONFIG_KSCAN is not set
+# CONFIG_LED is not set
+# CONFIG_LED_STRIP is not set
+CONFIG_LORA=y
+# CONFIG_LORA_LOG_LEVEL_OFF is not set
+# CONFIG_LORA_LOG_LEVEL_ERR is not set
+# CONFIG_LORA_LOG_LEVEL_WRN is not set
+# CONFIG_LORA_LOG_LEVEL_INF is not set
+# CONFIG_LORA_LOG_LEVEL_DBG is not set
+CONFIG_LORA_LOG_LEVEL_DEFAULT=y
+CONFIG_LORA_LOG_LEVEL=3
+CONFIG_LORA_INIT_PRIORITY=90
+CONFIG_LORA_SX127X=y
+# CONFIG_MDIO is not set
+# CONFIG_MIPI_DBI is not set
+
+#
+# Miscellaneous Drivers
+#
+# CONFIG_TIMEAWARE_GPIO is not set
+# end of Miscellaneous Drivers
+
+# CONFIG_MM_DRV is not set
+# CONFIG_PCIE is not set
+# CONFIG_PCIE_ENDPOINT is not set
+# CONFIG_PECI is not set
+# CONFIG_PINCTRL_LOG_LEVEL_OFF is not set
+# CONFIG_PINCTRL_LOG_LEVEL_ERR is not set
+# CONFIG_PINCTRL_LOG_LEVEL_WRN is not set
+# CONFIG_PINCTRL_LOG_LEVEL_INF is not set
+# CONFIG_PINCTRL_LOG_LEVEL_DBG is not set
+CONFIG_PINCTRL_LOG_LEVEL_DEFAULT=y
+CONFIG_PINCTRL_LOG_LEVEL=3
+CONFIG_PINCTRL_STORE_REG=y
+# CONFIG_PINCTRL_DYNAMIC is not set
+CONFIG_PINCTRL_NRF=y
+# CONFIG_PM_CPU_OPS is not set
+# CONFIG_PS2 is not set
+# CONFIG_PTP_CLOCK is not set
+# CONFIG_PWM is not set
+# CONFIG_REGULATOR is not set
+# CONFIG_RETAINED_MEM is not set
+# CONFIG_RTC is not set
+# CONFIG_SDHC is not set
+# CONFIG_SENSOR_LOG_LEVEL_OFF is not set
+# CONFIG_SENSOR_LOG_LEVEL_ERR is not set
+# CONFIG_SENSOR_LOG_LEVEL_WRN is not set
+# CONFIG_SENSOR_LOG_LEVEL_INF is not set
+# CONFIG_SENSOR_LOG_LEVEL_DBG is not set
+CONFIG_SENSOR_LOG_LEVEL_DEFAULT=y
+CONFIG_SENSOR_LOG_LEVEL=3
+CONFIG_SENSOR_INIT_PRIORITY=90
+# CONFIG_SENSOR_ASYNC_API is not set
+# CONFIG_SENSOR_INFO is not set
+
+#
+# Device Drivers
+#
+CONFIG_BME280=y
+CONFIG_BME280_MODE_NORMAL=y
+# CONFIG_BME280_MODE_FORCED is not set
+# CONFIG_BME280_TEMP_OVER_1X is not set
+CONFIG_BME280_TEMP_OVER_2X=y
+# CONFIG_BME280_TEMP_OVER_4X is not set
+# CONFIG_BME280_TEMP_OVER_8X is not set
+# CONFIG_BME280_TEMP_OVER_16X is not set
+# CONFIG_BME280_PRESS_OVER_1X is not set
+# CONFIG_BME280_PRESS_OVER_2X is not set
+# CONFIG_BME280_PRESS_OVER_4X is not set
+# CONFIG_BME280_PRESS_OVER_8X is not set
+CONFIG_BME280_PRESS_OVER_16X=y
+# CONFIG_BME280_HUMIDITY_OVER_1X is not set
+# CONFIG_BME280_HUMIDITY_OVER_2X is not set
+# CONFIG_BME280_HUMIDITY_OVER_4X is not set
+# CONFIG_BME280_HUMIDITY_OVER_8X is not set
+CONFIG_BME280_HUMIDITY_OVER_16X=y
+# CONFIG_BME280_STANDBY_05MS is not set
+# CONFIG_BME280_STANDBY_62MS is not set
+# CONFIG_BME280_STANDBY_125MS is not set
+# CONFIG_BME280_STANDBY_250MS is not set
+# CONFIG_BME280_STANDBY_500MS is not set
+CONFIG_BME280_STANDBY_1000MS=y
+# CONFIG_BME280_STANDBY_2000MS is not set
+# CONFIG_BME280_STANDBY_4000MS is not set
+# CONFIG_BME280_FILTER_OFF is not set
+# CONFIG_BME280_FILTER_2 is not set
+CONFIG_BME280_FILTER_4=y
+# CONFIG_BME280_FILTER_8 is not set
+# CONFIG_BME280_FILTER_16 is not set
+CONFIG_TEMP_NRF5_FORCE_ALT=y
+CONFIG_TEMP_NRF5=y
+CONFIG_LIS2DH=y
+CONFIG_LIS2DH_TRIGGER_NONE=y
+# CONFIG_LIS2DH_TRIGGER_GLOBAL_THREAD is not set
+# CONFIG_LIS2DH_TRIGGER_OWN_THREAD is not set
+CONFIG_LIS2DH_ACCEL_RANGE_RUNTIME=y
+# CONFIG_LIS2DH_ACCEL_RANGE_2G is not set
+# CONFIG_LIS2DH_ACCEL_RANGE_4G is not set
+# CONFIG_LIS2DH_ACCEL_RANGE_8G is not set
+# CONFIG_LIS2DH_ACCEL_RANGE_16G is not set
+# CONFIG_LIS2DH_OPER_MODE_HIGH_RES is not set
+CONFIG_LIS2DH_OPER_MODE_NORMAL=y
+# CONFIG_LIS2DH_OPER_MODE_LOW_POWER is not set
+CONFIG_LIS2DH_ODR_RUNTIME=y
+# CONFIG_LIS2DH_ODR_1 is not set
+# CONFIG_LIS2DH_ODR_2 is not set
+# CONFIG_LIS2DH_ODR_3 is not set
+# CONFIG_LIS2DH_ODR_4 is not set
+# CONFIG_LIS2DH_ODR_5 is not set
+# CONFIG_LIS2DH_ODR_6 is not set
+# CONFIG_LIS2DH_ODR_7 is not set
+# CONFIG_LIS2DH_ODR_9_NORMAL is not set
+# CONFIG_LIS2DH_ACCEL_HP_FILTERS is not set
+# CONFIG_LIS2DH_BLOCK_DATA_UPDATE is not set
+# CONFIG_LIS2DH_MEASURE_TEMPERATURE is not set
+CONFIG_LIS2MDL=y
+# CONFIG_LIS2MDL_TRIGGER_NONE is not set
+CONFIG_LIS2MDL_TRIGGER_GLOBAL_THREAD=y
+# CONFIG_LIS2MDL_TRIGGER_OWN_THREAD is not set
+CONFIG_LIS2MDL_TRIGGER=y
+CONFIG_LIS2MDL_MAG_ODR_RUNTIME=y
+
+#
+# Capabilities
+#
+CONFIG_SERIAL_HAS_DRIVER=y
+CONFIG_SERIAL_SUPPORT_ASYNC=y
+CONFIG_SERIAL_SUPPORT_INTERRUPT=y
+# CONFIG_UART_LOG_LEVEL_OFF is not set
+# CONFIG_UART_LOG_LEVEL_ERR is not set
+# CONFIG_UART_LOG_LEVEL_WRN is not set
+# CONFIG_UART_LOG_LEVEL_INF is not set
+# CONFIG_UART_LOG_LEVEL_DBG is not set
+CONFIG_UART_LOG_LEVEL_DEFAULT=y
+CONFIG_UART_LOG_LEVEL=3
+# CONFIG_UART_ASYNC_API is not set
+# CONFIG_UART_LINE_CTRL is not set
+# CONFIG_UART_DRV_CMD is not set
+# CONFIG_UART_WIDE_DATA is not set
+# CONFIG_UART_PIPE is not set
+# CONFIG_UART_ASYNC_RX_HELPER is not set
+
+#
+# Serial Drivers
+#
+CONFIG_UART_NRFX=y
+CONFIG_UART_NRFX_UART=y
+# CONFIG_UART_0_NRF_PARITY_BIT is not set
+CONFIG_UART_0_TX_CACHE_SIZE=8
+CONFIG_UART_0_RX_CACHE_SIZE=5
+CONFIG_UART_0_A2I_RX_SIZE=0
+CONFIG_UART_0_A2I_RX_BUF_COUNT=0
+# CONFIG_SMBUS is not set
+# CONFIG_SPI_ASYNC is not set
+# CONFIG_SPI_RTIO is not set
+# CONFIG_SPI_SLAVE is not set
+# CONFIG_SPI_EXTENDED_MODES is not set
+CONFIG_SPI_INIT_PRIORITY=50
+CONFIG_SPI_COMPLETION_TIMEOUT_TOLERANCE=200
+# CONFIG_SPI_LOG_LEVEL_OFF is not set
+# CONFIG_SPI_LOG_LEVEL_ERR is not set
+# CONFIG_SPI_LOG_LEVEL_WRN is not set
+# CONFIG_SPI_LOG_LEVEL_INF is not set
+# CONFIG_SPI_LOG_LEVEL_DBG is not set
+CONFIG_SPI_LOG_LEVEL_DEFAULT=y
+CONFIG_SPI_LOG_LEVEL=3
+CONFIG_SPI_NRFX=y
+CONFIG_SPI_NRFX_SPIM=y
+CONFIG_SPI_NRFX_RAM_BUFFER_SIZE=8
+CONFIG_SPI_NRFX_WAKE_TIMEOUT_US=200
+
+#
+# Timer drivers
+#
+# CONFIG_TIMER_READS_ITS_FREQUENCY_AT_RUNTIME is not set
+# CONFIG_SYSTEM_CLOCK_SLOPPY_IDLE is not set
+CONFIG_SYSTEM_CLOCK_INIT_PRIORITY=0
+CONFIG_TICKLESS_CAPABLE=y
+CONFIG_SYSTEM_TIMER_HAS_DISABLE_SUPPORT=y
+CONFIG_NRF_RTC_TIMER_LOCK_ZERO_LATENCY_IRQS=y
+# CONFIG_NRF_RTC_TIMER_TRIGGER_OVERFLOW is not set
+# CONFIG_SYSTEM_CLOCK_NO_WAIT is not set
+# CONFIG_SYSTEM_CLOCK_WAIT_FOR_AVAILABILITY is not set
+CONFIG_SYSTEM_CLOCK_WAIT_FOR_STABILITY=y
+# end of Timer drivers
+
+# CONFIG_USB_BC12 is not set
+# CONFIG_UDC_DRIVER is not set
+# CONFIG_UHC_DRIVER is not set
+# CONFIG_UVB is not set
+# CONFIG_USB_DEVICE_DRIVER is not set
+# CONFIG_NRF_USBD_COMMON_LOG_LEVEL_OFF is not set
+# CONFIG_NRF_USBD_COMMON_LOG_LEVEL_ERR is not set
+# CONFIG_NRF_USBD_COMMON_LOG_LEVEL_WRN is not set
+# CONFIG_NRF_USBD_COMMON_LOG_LEVEL_INF is not set
+# CONFIG_NRF_USBD_COMMON_LOG_LEVEL_DBG is not set
+CONFIG_NRF_USBD_COMMON_LOG_LEVEL_DEFAULT=y
+CONFIG_NRF_USBD_COMMON_LOG_LEVEL=3
+# CONFIG_NRF_USBD_COMMON is not set
+# CONFIG_USBC_TCPC_DRIVER is not set
+# CONFIG_USBC_LOG_LEVEL_OFF is not set
+# CONFIG_USBC_LOG_LEVEL_ERR is not set
+# CONFIG_USBC_LOG_LEVEL_WRN is not set
+# CONFIG_USBC_LOG_LEVEL_INF is not set
+# CONFIG_USBC_LOG_LEVEL_DBG is not set
+CONFIG_USBC_LOG_LEVEL_DEFAULT=y
+CONFIG_USBC_LOG_LEVEL=3
+# CONFIG_USBC_VBUS_DRIVER is not set
+# CONFIG_USBC_PPC_DRIVER is not set
+# CONFIG_VIDEO is not set
+# CONFIG_VIRTUALIZATION is not set
+# CONFIG_W1 is not set
+# end of Device Drivers
+
+CONFIG_REQUIRES_FULL_LIBC=y
+# CONFIG_REQUIRES_FLOAT_PRINTF is not set
+CONFIG_FULL_LIBC_SUPPORTED=y
+CONFIG_MINIMAL_LIBC_SUPPORTED=y
+CONFIG_NEWLIB_LIBC_SUPPORTED=y
+CONFIG_PICOLIBC_SUPPORTED=y
+
+#
+# C Library
+#
+# CONFIG_PICOLIBC is not set
+CONFIG_NEWLIB_LIBC=y
+# CONFIG_EXTERNAL_LIBC is not set
+CONFIG_HAS_NEWLIB_LIBC_NANO=y
+CONFIG_COMMON_LIBC_ABORT=y
+# CONFIG_COMMON_LIBC_MALLOC is not set
+CONFIG_NEWLIB_LIBC_MIN_REQUIRED_HEAP_SIZE=2048
+CONFIG_NEWLIB_LIBC_FLOAT_PRINTF=y
+# CONFIG_NEWLIB_LIBC_FLOAT_SCANF is not set
+# CONFIG_NEWLIB_LIBC_HEAP_LISTENER is not set
+CONFIG_STDOUT_CONSOLE=y
+CONFIG_NEED_LIBC_MEM_PARTITION=y
+# end of C Library
+
+#
+# C++ Language Support
+#
+# CONFIG_CPP is not set
+
+#
+# Deprecated
+#
+# CONFIG_CPLUSPLUS is not set
+# CONFIG_LIB_CPLUSPLUS is not set
+# end of Deprecated
+# end of C++ Language Support
+
+CONFIG_CRC=y
+
+#
+# Additional libraries
+#
+
+#
+# Hash Function Support
+#
+# CONFIG_SYS_HASH_FUNC32 is not set
+# end of Hash Function Support
+
+#
+# Hashmap (Hash Table) Support
+#
+# CONFIG_SYS_HASH_MAP is not set
+# end of Hashmap (Hash Table) Support
+
+#
+# Heap and Memory Allocation
+#
+# CONFIG_SYS_HEAP_VALIDATE is not set
+# CONFIG_SYS_HEAP_STRESS is not set
+# CONFIG_SYS_HEAP_INFO is not set
+CONFIG_SYS_HEAP_ALLOC_LOOPS=3
+# CONFIG_SYS_HEAP_RUNTIME_STATS is not set
+# CONFIG_SYS_HEAP_LISTENER is not set
+CONFIG_SYS_HEAP_SMALL_ONLY=y
+# CONFIG_SYS_HEAP_BIG_ONLY is not set
+# CONFIG_SYS_HEAP_AUTO is not set
+# CONFIG_MULTI_HEAP is not set
+# CONFIG_SHARED_MULTI_HEAP is not set
+# end of Heap and Memory Allocation
+
+#
+# Memory Blocks
+#
+# CONFIG_SYS_MEM_BLOCKS is not set
+# end of Memory Blocks
+
+#
+# OS Support Library
+#
+# CONFIG_FDTABLE is not set
+# CONFIG_PRINTK_SYNC is not set
+CONFIG_MPSC_PBUF=y
+# CONFIG_SPSC_PBUF is not set
+# CONFIG_MPSC_CLEAR_ALLOCATED is not set
+CONFIG_HAS_POWEROFF=y
+# CONFIG_POWEROFF is not set
+CONFIG_CBPRINTF_COMPLETE=y
+# CONFIG_CBPRINTF_NANO is not set
+CONFIG_CBPRINTF_FULL_INTEGRAL=y
+# CONFIG_CBPRINTF_REDUCED_INTEGRAL is not set
+# CONFIG_CBPRINTF_FP_SUPPORT is not set
+# CONFIG_CBPRINTF_FP_A_SUPPORT is not set
+# CONFIG_CBPRINTF_FP_ALWAYS_A is not set
+CONFIG_CBPRINTF_N_SPECIFIER=y
+# CONFIG_CBPRINTF_LIBC_SUBSTS is not set
+# CONFIG_CBPRINTF_PACKAGE_LOG_LEVEL_OFF is not set
+# CONFIG_CBPRINTF_PACKAGE_LOG_LEVEL_ERR is not set
+# CONFIG_CBPRINTF_PACKAGE_LOG_LEVEL_WRN is not set
+# CONFIG_CBPRINTF_PACKAGE_LOG_LEVEL_INF is not set
+# CONFIG_CBPRINTF_PACKAGE_LOG_LEVEL_DBG is not set
+CONFIG_CBPRINTF_PACKAGE_LOG_LEVEL_DEFAULT=y
+CONFIG_CBPRINTF_PACKAGE_LOG_LEVEL=3
+# CONFIG_CBPRINTF_PACKAGE_LONGDOUBLE is not set
+CONFIG_CBPRINTF_CONVERT_CHECK_PTR=y
+# end of OS Support Library
+
+#
+# POSIX API Support
+#
+
+#
+# POSIX Options
+#
+# CONFIG_POSIX_API is not set
+# CONFIG_POSIX_ASYNCHRONOUS_IO is not set
+# CONFIG_POSIX_CLOCK is not set
+# CONFIG_POSIX_CONFSTR is not set
+# CONFIG_POSIX_ENV_LOG_LEVEL_OFF is not set
+# CONFIG_POSIX_ENV_LOG_LEVEL_ERR is not set
+# CONFIG_POSIX_ENV_LOG_LEVEL_WRN is not set
+# CONFIG_POSIX_ENV_LOG_LEVEL_INF is not set
+# CONFIG_POSIX_ENV_LOG_LEVEL_DBG is not set
+CONFIG_POSIX_ENV_LOG_LEVEL_DEFAULT=y
+CONFIG_POSIX_ENV_LOG_LEVEL=3
+# CONFIG_EVENTFD is not set
+
+#
+# File descriptor table options
+#
+# end of File descriptor table options
+
+# CONFIG_FNMATCH is not set
+# CONFIG_GETENTROPY is not set
+# CONFIG_POSIX_MQUEUE is not set
+
+#
+# sem_t support
+#
+CONFIG_SEM_VALUE_MAX=32767
+CONFIG_SEM_NAMELEN_MAX=16
+# end of sem_t support
+
+#
+# Signal support
+#
+CONFIG_POSIX_RTSIG_MAX=0
+# CONFIG_POSIX_SIGNAL is not set
+# end of Signal support
+
+# CONFIG_POSIX_PUTMSG is not set
+
+#
+# Sysconf support
+#
+# CONFIG_POSIX_SYSCONF is not set
+CONFIG_POSIX_PAGE_SIZE_BITS=6
+# end of Sysconf support
+
+# CONFIG_POSIX_SYSLOG is not set
+# CONFIG_TIMER is not set
+# CONFIG_POSIX_UNAME is not set
+# end of POSIX Options
+
+#
+# POSIX Shell Utilities
+#
+# end of POSIX Shell Utilities
+# end of POSIX API Support
+
+# CONFIG_OPENAMP_RSC_TABLE is not set
+# CONFIG_SMF is not set
+CONFIG_LIBGCC_RTLIB=y
+
+#
+# Utility Library
+#
+# CONFIG_JSON_LIBRARY is not set
+# CONFIG_RING_BUFFER is not set
+CONFIG_NOTIFY=y
+# CONFIG_BASE64 is not set
+CONFIG_ONOFF=y
+# CONFIG_WINSTREAM is not set
+# CONFIG_UTF8 is not set
+# end of Utility Library
+# end of Additional libraries
+
+#
+# Subsystems and OS Services
+#
+# CONFIG_BINDESC is not set
+CONFIG_BT=y
+CONFIG_BT_HCI=y
+# CONFIG_BT_CUSTOM is not set
+# CONFIG_BT_HCI_RAW is not set
+# CONFIG_BT_HCI_RAW_H4 is not set
+# CONFIG_BT_HCI_RAW_CMD_EXT is not set
+CONFIG_BT_CONN_TX=y
+# CONFIG_BT_SCA_UPDATE is not set
+# CONFIG_BT_TRANSMIT_POWER_CONTROL is not set
+# CONFIG_BT_ISO_PERIPHERAL is not set
+# CONFIG_BT_ISO_CENTRAL is not set
+# CONFIG_BT_ISO_BROADCASTER is not set
+# CONFIG_BT_ISO_SYNC_RECEIVER is not set
+
+#
+# Bluetooth buffer configuration
+#
+# end of Bluetooth buffer configuration
+
+#
+# Bluetooth Host
+#
+
+#
+# L2CAP Options
+#
+# end of L2CAP Options
+
+#
+# ATT and GATT Options
+#
+# end of ATT and GATT Options
+
+#
+# GATT Services
+#
+# end of GATT Services
+
+#
+# Bluetooth Classic Options
+#
+# end of Bluetooth Classic Options
+# end of Bluetooth Host
+
+CONFIG_BT_CTLR_LE_ENC_SUPPORT=y
+CONFIG_BT_CTLR_EXT_REJ_IND_SUPPORT=y
+CONFIG_BT_CTLR_DATA_LEN_UPDATE_SUPPORT=y
+CONFIG_BT_CTLR_PRIVACY_SUPPORT=y
+CONFIG_BT_CTLR_EXT_SCAN_FP_SUPPORT=y
+CONFIG_BT_CTLR_PHY_UPDATE_SUPPORT=y
+CONFIG_BT_CTLR_PHY_2M_SUPPORT=y
+CONFIG_BT_CTLR_PHY_CODED_SUPPORT=y
+CONFIG_BT_CTLR_ADV_EXT_SUPPORT=y
+CONFIG_BT_CTLR_ADV_PERIODIC_SUPPORT=y
+CONFIG_BT_CTLR_ADV_PERIODIC_RSP_SUPPORT=y
+CONFIG_BT_CTLR_SYNC_PERIODIC_SUPPORT=y
+CONFIG_BT_CTLR_SYNC_PERIODIC_RSP_SUPPORT=y
+CONFIG_BT_CTLR_SYNC_TRANSFER_SENDER_SUPPORT=y
+CONFIG_BT_CTLR_SYNC_TRANSFER_RECEIVER_SUPPORT=y
+CONFIG_BT_CTLR_ADV_ISO_SUPPORT=y
+CONFIG_BT_CTLR_SYNC_ISO_SUPPORT=y
+CONFIG_BT_CTLR_CENTRAL_ISO_SUPPORT=y
+CONFIG_BT_CTLR_PERIPHERAL_ISO_SUPPORT=y
+CONFIG_BT_CTLR_CHAN_SEL_2_SUPPORT=y
+CONFIG_BT_CTLR_SCA_UPDATE_SUPPORT=y
+CONFIG_BT_CTLR_CONN_RSSI_SUPPORT=y
+CONFIG_BT_CTLR_ECDH_SUPPORT=y
+CONFIG_BT_CTLR_LE_POWER_CONTROL_SUPPORT=y
+# CONFIG_BT_LL_SW_SPLIT is not set
+CONFIG_BT_CTLR_HCI=y
+
+#
+# BLE Controller configuration
+#
+CONFIG_BT_CTLR_CRYPTO=y
+CONFIG_BT_CTLR_HCI_VS_BUILD_INFO=""
+# CONFIG_BT_CTLR_TX_PWR_PLUS_8 is not set
+# CONFIG_BT_CTLR_TX_PWR_PLUS_7 is not set
+# CONFIG_BT_CTLR_TX_PWR_PLUS_6 is not set
+# CONFIG_BT_CTLR_TX_PWR_PLUS_5 is not set
+# CONFIG_BT_CTLR_TX_PWR_PLUS_4 is not set
+# CONFIG_BT_CTLR_TX_PWR_PLUS_3 is not set
+# CONFIG_BT_CTLR_TX_PWR_PLUS_2 is not set
+CONFIG_BT_CTLR_TX_PWR_0=y
+# CONFIG_BT_CTLR_TX_PWR_MINUS_4 is not set
+# CONFIG_BT_CTLR_TX_PWR_MINUS_8 is not set
+# CONFIG_BT_CTLR_TX_PWR_MINUS_12 is not set
+# CONFIG_BT_CTLR_TX_PWR_MINUS_16 is not set
+# CONFIG_BT_CTLR_TX_PWR_MINUS_20 is not set
+# CONFIG_BT_CTLR_TX_PWR_MINUS_40 is not set
+CONFIG_BT_CTLR_TX_PWR_DBM=0
+CONFIG_BT_CTLR_TX_PWR_ANTENNA=0
+# CONFIG_BT_CTLR_TX_PWR_DYNAMIC_CONTROL is not set
+
+#
+# BLE Controller features
+#
+CONFIG_BT_CTLR_LE_ENC=y
+CONFIG_BT_CTLR_ECDH=y
+CONFIG_BT_CTLR_EXT_REJ_IND=y
+CONFIG_BT_CTLR_LE_PING=y
+CONFIG_BT_CTLR_DATA_LENGTH=y
+CONFIG_BT_CTLR_PHY=y
+# CONFIG_BT_CTLR_CONN_RSSI is not set
+# CONFIG_BT_CTLR_LE_POWER_CONTROL is not set
+# CONFIG_BT_CTLR_FILTER_ACCEPT_LIST is not set
+# CONFIG_BT_CTLR_PRIVACY is not set
+CONFIG_BT_CTLR_PHY_2M=y
+# CONFIG_BT_CTLR_PHY_CODED is not set
+CONFIG_BT_CTLR_CHAN_SEL_2=y
+# CONFIG_BT_CTLR_ADV_EXT is not set
+# CONFIG_BT_CTLR_SET_HOST_FEATURE is not set
+# CONFIG_BT_CTLR_PERIPHERAL_ISO is not set
+# CONFIG_BT_CTLR_HCI_CODEC_AND_DELAY_INFO is not set
+CONFIG_BT_CTLR_DF_CTE_TX_SUPPORT=y
+# CONFIG_BT_CTLR_ASSERT_HANDLER is not set
+# CONFIG_BT_CTLR_VS_SCAN_REQ_RX is not set
+# CONFIG_BT_SHELL is not set
+# CONFIG_BT_EAD is not set
+CONFIG_BT_LOG=y
+
+#
+# Bluetooth logging
+#
+# CONFIG_BT_LOG_LEVEL_OFF is not set
+# CONFIG_BT_LOG_LEVEL_ERR is not set
+# CONFIG_BT_LOG_LEVEL_WRN is not set
+# CONFIG_BT_LOG_LEVEL_INF is not set
+# CONFIG_BT_LOG_LEVEL_DBG is not set
+CONFIG_BT_LOG_LEVEL_DEFAULT=y
+CONFIG_BT_LOG_LEVEL=3
+CONFIG_BT_HCI_DRIVER_LOG_LEVEL_INHERIT=y
+CONFIG_BT_HCI_DRIVER_LOG_LEVEL=3
+# CONFIG_BT_HCI_DRIVER_LOG_LEVEL_OFF is not set
+# CONFIG_BT_HCI_DRIVER_LOG_LEVEL_ERR is not set
+# CONFIG_BT_HCI_DRIVER_LOG_LEVEL_WRN is not set
+# CONFIG_BT_HCI_DRIVER_LOG_LEVEL_INF is not set
+# CONFIG_BT_HCI_DRIVER_LOG_LEVEL_DBG is not set
+# CONFIG_BT_HCI_DRIVER_LOG_LEVEL_DEFAULT is not set
+CONFIG_BT_RPA_LOG_LEVEL_INHERIT=y
+CONFIG_BT_RPA_LOG_LEVEL=3
+# CONFIG_BT_RPA_LOG_LEVEL_OFF is not set
+# CONFIG_BT_RPA_LOG_LEVEL_ERR is not set
+# CONFIG_BT_RPA_LOG_LEVEL_WRN is not set
+# CONFIG_BT_RPA_LOG_LEVEL_INF is not set
+# CONFIG_BT_RPA_LOG_LEVEL_DBG is not set
+# CONFIG_BT_RPA_LOG_LEVEL_DEFAULT is not set
+
+#
+# Audio
+#
+CONFIG_BT_AICS_LOG_LEVEL_INHERIT=y
+CONFIG_BT_AICS_LOG_LEVEL=3
+# CONFIG_BT_AICS_LOG_LEVEL_OFF is not set
+# CONFIG_BT_AICS_LOG_LEVEL_ERR is not set
+# CONFIG_BT_AICS_LOG_LEVEL_WRN is not set
+# CONFIG_BT_AICS_LOG_LEVEL_INF is not set
+# CONFIG_BT_AICS_LOG_LEVEL_DBG is not set
+# CONFIG_BT_AICS_LOG_LEVEL_DEFAULT is not set
+CONFIG_BT_AICS_CLIENT_LOG_LEVEL_INHERIT=y
+CONFIG_BT_AICS_CLIENT_LOG_LEVEL=3
+# CONFIG_BT_AICS_CLIENT_LOG_LEVEL_OFF is not set
+# CONFIG_BT_AICS_CLIENT_LOG_LEVEL_ERR is not set
+# CONFIG_BT_AICS_CLIENT_LOG_LEVEL_WRN is not set
+# CONFIG_BT_AICS_CLIENT_LOG_LEVEL_INF is not set
+# CONFIG_BT_AICS_CLIENT_LOG_LEVEL_DBG is not set
+# CONFIG_BT_AICS_CLIENT_LOG_LEVEL_DEFAULT is not set
+CONFIG_BT_BAP_STREAM_LOG_LEVEL_INHERIT=y
+CONFIG_BT_BAP_STREAM_LOG_LEVEL=3
+# CONFIG_BT_BAP_STREAM_LOG_LEVEL_OFF is not set
+# CONFIG_BT_BAP_STREAM_LOG_LEVEL_ERR is not set
+# CONFIG_BT_BAP_STREAM_LOG_LEVEL_WRN is not set
+# CONFIG_BT_BAP_STREAM_LOG_LEVEL_INF is not set
+# CONFIG_BT_BAP_STREAM_LOG_LEVEL_DBG is not set
+# CONFIG_BT_BAP_STREAM_LOG_LEVEL_DEFAULT is not set
+CONFIG_BT_BAP_BASE_LOG_LEVEL_INHERIT=y
+CONFIG_BT_BAP_BASE_LOG_LEVEL=3
+# CONFIG_BT_BAP_BASE_LOG_LEVEL_OFF is not set
+# CONFIG_BT_BAP_BASE_LOG_LEVEL_ERR is not set
+# CONFIG_BT_BAP_BASE_LOG_LEVEL_WRN is not set
+# CONFIG_BT_BAP_BASE_LOG_LEVEL_INF is not set
+# CONFIG_BT_BAP_BASE_LOG_LEVEL_DBG is not set
+# CONFIG_BT_BAP_BASE_LOG_LEVEL_DEFAULT is not set
+CONFIG_BT_AUDIO_CODEC_LOG_LEVEL_INHERIT=y
+CONFIG_BT_AUDIO_CODEC_LOG_LEVEL=3
+# CONFIG_BT_AUDIO_CODEC_LOG_LEVEL_OFF is not set
+# CONFIG_BT_AUDIO_CODEC_LOG_LEVEL_ERR is not set
+# CONFIG_BT_AUDIO_CODEC_LOG_LEVEL_WRN is not set
+# CONFIG_BT_AUDIO_CODEC_LOG_LEVEL_INF is not set
+# CONFIG_BT_AUDIO_CODEC_LOG_LEVEL_DBG is not set
+# CONFIG_BT_AUDIO_CODEC_LOG_LEVEL_DEFAULT is not set
+CONFIG_BT_ASCS_LOG_LEVEL_INHERIT=y
+CONFIG_BT_ASCS_LOG_LEVEL=3
+# CONFIG_BT_ASCS_LOG_LEVEL_OFF is not set
+# CONFIG_BT_ASCS_LOG_LEVEL_ERR is not set
+# CONFIG_BT_ASCS_LOG_LEVEL_WRN is not set
+# CONFIG_BT_ASCS_LOG_LEVEL_INF is not set
+# CONFIG_BT_ASCS_LOG_LEVEL_DBG is not set
+# CONFIG_BT_ASCS_LOG_LEVEL_DEFAULT is not set
+CONFIG_BT_BAP_UNICAST_SERVER_LOG_LEVEL_INHERIT=y
+CONFIG_BT_BAP_UNICAST_SERVER_LOG_LEVEL=3
+# CONFIG_BT_BAP_UNICAST_SERVER_LOG_LEVEL_OFF is not set
+# CONFIG_BT_BAP_UNICAST_SERVER_LOG_LEVEL_ERR is not set
+# CONFIG_BT_BAP_UNICAST_SERVER_LOG_LEVEL_WRN is not set
+# CONFIG_BT_BAP_UNICAST_SERVER_LOG_LEVEL_INF is not set
+# CONFIG_BT_BAP_UNICAST_SERVER_LOG_LEVEL_DBG is not set
+# CONFIG_BT_BAP_UNICAST_SERVER_LOG_LEVEL_DEFAULT is not set
+CONFIG_BT_BAP_UNICAST_CLIENT_LOG_LEVEL_INHERIT=y
+CONFIG_BT_BAP_UNICAST_CLIENT_LOG_LEVEL=3
+# CONFIG_BT_BAP_UNICAST_CLIENT_LOG_LEVEL_OFF is not set
+# CONFIG_BT_BAP_UNICAST_CLIENT_LOG_LEVEL_ERR is not set
+# CONFIG_BT_BAP_UNICAST_CLIENT_LOG_LEVEL_WRN is not set
+# CONFIG_BT_BAP_UNICAST_CLIENT_LOG_LEVEL_INF is not set
+# CONFIG_BT_BAP_UNICAST_CLIENT_LOG_LEVEL_DBG is not set
+# CONFIG_BT_BAP_UNICAST_CLIENT_LOG_LEVEL_DEFAULT is not set
+CONFIG_BT_BAP_BROADCAST_SOURCE_LOG_LEVEL_INHERIT=y
+CONFIG_BT_BAP_BROADCAST_SOURCE_LOG_LEVEL=3
+# CONFIG_BT_BAP_BROADCAST_SOURCE_LOG_LEVEL_OFF is not set
+# CONFIG_BT_BAP_BROADCAST_SOURCE_LOG_LEVEL_ERR is not set
+# CONFIG_BT_BAP_BROADCAST_SOURCE_LOG_LEVEL_WRN is not set
+# CONFIG_BT_BAP_BROADCAST_SOURCE_LOG_LEVEL_INF is not set
+# CONFIG_BT_BAP_BROADCAST_SOURCE_LOG_LEVEL_DBG is not set
+# CONFIG_BT_BAP_BROADCAST_SOURCE_LOG_LEVEL_DEFAULT is not set
+CONFIG_BT_BAP_BROADCAST_SINK_LOG_LEVEL_INHERIT=y
+CONFIG_BT_BAP_BROADCAST_SINK_LOG_LEVEL=3
+# CONFIG_BT_BAP_BROADCAST_SINK_LOG_LEVEL_OFF is not set
+# CONFIG_BT_BAP_BROADCAST_SINK_LOG_LEVEL_ERR is not set
+# CONFIG_BT_BAP_BROADCAST_SINK_LOG_LEVEL_WRN is not set
+# CONFIG_BT_BAP_BROADCAST_SINK_LOG_LEVEL_INF is not set
+# CONFIG_BT_BAP_BROADCAST_SINK_LOG_LEVEL_DBG is not set
+# CONFIG_BT_BAP_BROADCAST_SINK_LOG_LEVEL_DEFAULT is not set
+CONFIG_BT_BAP_SCAN_DELEGATOR_LOG_LEVEL_INHERIT=y
+CONFIG_BT_BAP_SCAN_DELEGATOR_LOG_LEVEL=3
+# CONFIG_BT_BAP_SCAN_DELEGATOR_LOG_LEVEL_OFF is not set
+# CONFIG_BT_BAP_SCAN_DELEGATOR_LOG_LEVEL_ERR is not set
+# CONFIG_BT_BAP_SCAN_DELEGATOR_LOG_LEVEL_WRN is not set
+# CONFIG_BT_BAP_SCAN_DELEGATOR_LOG_LEVEL_INF is not set
+# CONFIG_BT_BAP_SCAN_DELEGATOR_LOG_LEVEL_DBG is not set
+# CONFIG_BT_BAP_SCAN_DELEGATOR_LOG_LEVEL_DEFAULT is not set
+CONFIG_BT_BAP_BROADCAST_ASSISTANT_LOG_LEVEL_INHERIT=y
+CONFIG_BT_BAP_BROADCAST_ASSISTANT_LOG_LEVEL=3
+# CONFIG_BT_BAP_BROADCAST_ASSISTANT_LOG_LEVEL_OFF is not set
+# CONFIG_BT_BAP_BROADCAST_ASSISTANT_LOG_LEVEL_ERR is not set
+# CONFIG_BT_BAP_BROADCAST_ASSISTANT_LOG_LEVEL_WRN is not set
+# CONFIG_BT_BAP_BROADCAST_ASSISTANT_LOG_LEVEL_INF is not set
+# CONFIG_BT_BAP_BROADCAST_ASSISTANT_LOG_LEVEL_DBG is not set
+# CONFIG_BT_BAP_BROADCAST_ASSISTANT_LOG_LEVEL_DEFAULT is not set
+CONFIG_BT_BAP_ISO_LOG_LEVEL_INHERIT=y
+CONFIG_BT_BAP_ISO_LOG_LEVEL=3
+# CONFIG_BT_BAP_ISO_LOG_LEVEL_OFF is not set
+# CONFIG_BT_BAP_ISO_LOG_LEVEL_ERR is not set
+# CONFIG_BT_BAP_ISO_LOG_LEVEL_WRN is not set
+# CONFIG_BT_BAP_ISO_LOG_LEVEL_INF is not set
+# CONFIG_BT_BAP_ISO_LOG_LEVEL_DBG is not set
+# CONFIG_BT_BAP_ISO_LOG_LEVEL_DEFAULT is not set
+CONFIG_BT_CAP_ACCEPTOR_LOG_LEVEL_INHERIT=y
+CONFIG_BT_CAP_ACCEPTOR_LOG_LEVEL=3
+# CONFIG_BT_CAP_ACCEPTOR_LOG_LEVEL_OFF is not set
+# CONFIG_BT_CAP_ACCEPTOR_LOG_LEVEL_ERR is not set
+# CONFIG_BT_CAP_ACCEPTOR_LOG_LEVEL_WRN is not set
+# CONFIG_BT_CAP_ACCEPTOR_LOG_LEVEL_INF is not set
+# CONFIG_BT_CAP_ACCEPTOR_LOG_LEVEL_DBG is not set
+# CONFIG_BT_CAP_ACCEPTOR_LOG_LEVEL_DEFAULT is not set
+CONFIG_BT_CAP_INITIATOR_LOG_LEVEL_INHERIT=y
+CONFIG_BT_CAP_INITIATOR_LOG_LEVEL=3
+# CONFIG_BT_CAP_INITIATOR_LOG_LEVEL_OFF is not set
+# CONFIG_BT_CAP_INITIATOR_LOG_LEVEL_ERR is not set
+# CONFIG_BT_CAP_INITIATOR_LOG_LEVEL_WRN is not set
+# CONFIG_BT_CAP_INITIATOR_LOG_LEVEL_INF is not set
+# CONFIG_BT_CAP_INITIATOR_LOG_LEVEL_DBG is not set
+# CONFIG_BT_CAP_INITIATOR_LOG_LEVEL_DEFAULT is not set
+CONFIG_BT_CAP_COMMANDER_LOG_LEVEL_INHERIT=y
+CONFIG_BT_CAP_COMMANDER_LOG_LEVEL=3
+# CONFIG_BT_CAP_COMMANDER_LOG_LEVEL_OFF is not set
+# CONFIG_BT_CAP_COMMANDER_LOG_LEVEL_ERR is not set
+# CONFIG_BT_CAP_COMMANDER_LOG_LEVEL_WRN is not set
+# CONFIG_BT_CAP_COMMANDER_LOG_LEVEL_INF is not set
+# CONFIG_BT_CAP_COMMANDER_LOG_LEVEL_DBG is not set
+# CONFIG_BT_CAP_COMMANDER_LOG_LEVEL_DEFAULT is not set
+CONFIG_BT_CAP_COMMON_LOG_LEVEL_INHERIT=y
+CONFIG_BT_CAP_COMMON_LOG_LEVEL=3
+# CONFIG_BT_CAP_COMMON_LOG_LEVEL_OFF is not set
+# CONFIG_BT_CAP_COMMON_LOG_LEVEL_ERR is not set
+# CONFIG_BT_CAP_COMMON_LOG_LEVEL_WRN is not set
+# CONFIG_BT_CAP_COMMON_LOG_LEVEL_INF is not set
+# CONFIG_BT_CAP_COMMON_LOG_LEVEL_DBG is not set
+# CONFIG_BT_CAP_COMMON_LOG_LEVEL_DEFAULT is not set
+CONFIG_BT_CAP_STREAM_LOG_LEVEL_INHERIT=y
+CONFIG_BT_CAP_STREAM_LOG_LEVEL=3
+# CONFIG_BT_CAP_STREAM_LOG_LEVEL_OFF is not set
+# CONFIG_BT_CAP_STREAM_LOG_LEVEL_ERR is not set
+# CONFIG_BT_CAP_STREAM_LOG_LEVEL_WRN is not set
+# CONFIG_BT_CAP_STREAM_LOG_LEVEL_INF is not set
+# CONFIG_BT_CAP_STREAM_LOG_LEVEL_DBG is not set
+# CONFIG_BT_CAP_STREAM_LOG_LEVEL_DEFAULT is not set
+CONFIG_BT_CSIP_SET_MEMBER_LOG_LEVEL_INHERIT=y
+CONFIG_BT_CSIP_SET_MEMBER_LOG_LEVEL=3
+# CONFIG_BT_CSIP_SET_MEMBER_LOG_LEVEL_OFF is not set
+# CONFIG_BT_CSIP_SET_MEMBER_LOG_LEVEL_ERR is not set
+# CONFIG_BT_CSIP_SET_MEMBER_LOG_LEVEL_WRN is not set
+# CONFIG_BT_CSIP_SET_MEMBER_LOG_LEVEL_INF is not set
+# CONFIG_BT_CSIP_SET_MEMBER_LOG_LEVEL_DBG is not set
+# CONFIG_BT_CSIP_SET_MEMBER_LOG_LEVEL_DEFAULT is not set
+CONFIG_BT_CSIP_SET_COORDINATOR_LOG_LEVEL_INHERIT=y
+CONFIG_BT_CSIP_SET_COORDINATOR_LOG_LEVEL=3
+# CONFIG_BT_CSIP_SET_COORDINATOR_LOG_LEVEL_OFF is not set
+# CONFIG_BT_CSIP_SET_COORDINATOR_LOG_LEVEL_ERR is not set
+# CONFIG_BT_CSIP_SET_COORDINATOR_LOG_LEVEL_WRN is not set
+# CONFIG_BT_CSIP_SET_COORDINATOR_LOG_LEVEL_INF is not set
+# CONFIG_BT_CSIP_SET_COORDINATOR_LOG_LEVEL_DBG is not set
+# CONFIG_BT_CSIP_SET_COORDINATOR_LOG_LEVEL_DEFAULT is not set
+CONFIG_BT_CSIP_SET_MEMBER_CRYPTO_LOG_LEVEL_INHERIT=y
+CONFIG_BT_CSIP_SET_MEMBER_CRYPTO_LOG_LEVEL=3
+# CONFIG_BT_CSIP_SET_MEMBER_CRYPTO_LOG_LEVEL_OFF is not set
+# CONFIG_BT_CSIP_SET_MEMBER_CRYPTO_LOG_LEVEL_ERR is not set
+# CONFIG_BT_CSIP_SET_MEMBER_CRYPTO_LOG_LEVEL_WRN is not set
+# CONFIG_BT_CSIP_SET_MEMBER_CRYPTO_LOG_LEVEL_INF is not set
+# CONFIG_BT_CSIP_SET_MEMBER_CRYPTO_LOG_LEVEL_DBG is not set
+# CONFIG_BT_CSIP_SET_MEMBER_CRYPTO_LOG_LEVEL_DEFAULT is not set
+CONFIG_BT_HAS_LOG_LEVEL_INHERIT=y
+CONFIG_BT_HAS_LOG_LEVEL=3
+# CONFIG_BT_HAS_LOG_LEVEL_OFF is not set
+# CONFIG_BT_HAS_LOG_LEVEL_ERR is not set
+# CONFIG_BT_HAS_LOG_LEVEL_WRN is not set
+# CONFIG_BT_HAS_LOG_LEVEL_INF is not set
+# CONFIG_BT_HAS_LOG_LEVEL_DBG is not set
+# CONFIG_BT_HAS_LOG_LEVEL_DEFAULT is not set
+CONFIG_BT_HAS_CLIENT_LOG_LEVEL_INHERIT=y
+CONFIG_BT_HAS_CLIENT_LOG_LEVEL=3
+# CONFIG_BT_HAS_CLIENT_LOG_LEVEL_OFF is not set
+# CONFIG_BT_HAS_CLIENT_LOG_LEVEL_ERR is not set
+# CONFIG_BT_HAS_CLIENT_LOG_LEVEL_WRN is not set
+# CONFIG_BT_HAS_CLIENT_LOG_LEVEL_INF is not set
+# CONFIG_BT_HAS_CLIENT_LOG_LEVEL_DBG is not set
+# CONFIG_BT_HAS_CLIENT_LOG_LEVEL_DEFAULT is not set
+CONFIG_BT_MCS_LOG_LEVEL_INHERIT=y
+CONFIG_BT_MCS_LOG_LEVEL=3
+# CONFIG_BT_MCS_LOG_LEVEL_OFF is not set
+# CONFIG_BT_MCS_LOG_LEVEL_ERR is not set
+# CONFIG_BT_MCS_LOG_LEVEL_WRN is not set
+# CONFIG_BT_MCS_LOG_LEVEL_INF is not set
+# CONFIG_BT_MCS_LOG_LEVEL_DBG is not set
+# CONFIG_BT_MCS_LOG_LEVEL_DEFAULT is not set
+CONFIG_BT_MCC_LOG_LEVEL_INHERIT=y
+CONFIG_BT_MCC_LOG_LEVEL=3
+# CONFIG_BT_MCC_LOG_LEVEL_OFF is not set
+# CONFIG_BT_MCC_LOG_LEVEL_ERR is not set
+# CONFIG_BT_MCC_LOG_LEVEL_WRN is not set
+# CONFIG_BT_MCC_LOG_LEVEL_INF is not set
+# CONFIG_BT_MCC_LOG_LEVEL_DBG is not set
+# CONFIG_BT_MCC_LOG_LEVEL_DEFAULT is not set
+CONFIG_MCTL_LOG_LEVEL_INHERIT=y
+CONFIG_MCTL_LOG_LEVEL=3
+# CONFIG_MCTL_LOG_LEVEL_OFF is not set
+# CONFIG_MCTL_LOG_LEVEL_ERR is not set
+# CONFIG_MCTL_LOG_LEVEL_WRN is not set
+# CONFIG_MCTL_LOG_LEVEL_INF is not set
+# CONFIG_MCTL_LOG_LEVEL_DBG is not set
+# CONFIG_MCTL_LOG_LEVEL_DEFAULT is not set
+CONFIG_BT_MICP_MIC_DEV_LOG_LEVEL_INHERIT=y
+CONFIG_BT_MICP_MIC_DEV_LOG_LEVEL=3
+# CONFIG_BT_MICP_MIC_DEV_LOG_LEVEL_OFF is not set
+# CONFIG_BT_MICP_MIC_DEV_LOG_LEVEL_ERR is not set
+# CONFIG_BT_MICP_MIC_DEV_LOG_LEVEL_WRN is not set
+# CONFIG_BT_MICP_MIC_DEV_LOG_LEVEL_INF is not set
+# CONFIG_BT_MICP_MIC_DEV_LOG_LEVEL_DBG is not set
+# CONFIG_BT_MICP_MIC_DEV_LOG_LEVEL_DEFAULT is not set
+CONFIG_BT_MICP_MIC_CTLR_LOG_LEVEL_INHERIT=y
+CONFIG_BT_MICP_MIC_CTLR_LOG_LEVEL=3
+# CONFIG_BT_MICP_MIC_CTLR_LOG_LEVEL_OFF is not set
+# CONFIG_BT_MICP_MIC_CTLR_LOG_LEVEL_ERR is not set
+# CONFIG_BT_MICP_MIC_CTLR_LOG_LEVEL_WRN is not set
+# CONFIG_BT_MICP_MIC_CTLR_LOG_LEVEL_INF is not set
+# CONFIG_BT_MICP_MIC_CTLR_LOG_LEVEL_DBG is not set
+# CONFIG_BT_MICP_MIC_CTLR_LOG_LEVEL_DEFAULT is not set
+CONFIG_BT_MPL_LOG_LEVEL_INHERIT=y
+CONFIG_BT_MPL_LOG_LEVEL=3
+# CONFIG_BT_MPL_LOG_LEVEL_OFF is not set
+# CONFIG_BT_MPL_LOG_LEVEL_ERR is not set
+# CONFIG_BT_MPL_LOG_LEVEL_WRN is not set
+# CONFIG_BT_MPL_LOG_LEVEL_INF is not set
+# CONFIG_BT_MPL_LOG_LEVEL_DBG is not set
+# CONFIG_BT_MPL_LOG_LEVEL_DEFAULT is not set
+CONFIG_BT_PACS_LOG_LEVEL_INHERIT=y
+CONFIG_BT_PACS_LOG_LEVEL=3
+# CONFIG_BT_PACS_LOG_LEVEL_OFF is not set
+# CONFIG_BT_PACS_LOG_LEVEL_ERR is not set
+# CONFIG_BT_PACS_LOG_LEVEL_WRN is not set
+# CONFIG_BT_PACS_LOG_LEVEL_INF is not set
+# CONFIG_BT_PACS_LOG_LEVEL_DBG is not set
+# CONFIG_BT_PACS_LOG_LEVEL_DEFAULT is not set
+CONFIG_BT_TBS_LOG_LEVEL_INHERIT=y
+CONFIG_BT_TBS_LOG_LEVEL=3
+# CONFIG_BT_TBS_LOG_LEVEL_OFF is not set
+# CONFIG_BT_TBS_LOG_LEVEL_ERR is not set
+# CONFIG_BT_TBS_LOG_LEVEL_WRN is not set
+# CONFIG_BT_TBS_LOG_LEVEL_INF is not set
+# CONFIG_BT_TBS_LOG_LEVEL_DBG is not set
+# CONFIG_BT_TBS_LOG_LEVEL_DEFAULT is not set
+CONFIG_BT_TBS_CLIENT_LOG_LEVEL_INHERIT=y
+CONFIG_BT_TBS_CLIENT_LOG_LEVEL=3
+# CONFIG_BT_TBS_CLIENT_LOG_LEVEL_OFF is not set
+# CONFIG_BT_TBS_CLIENT_LOG_LEVEL_ERR is not set
+# CONFIG_BT_TBS_CLIENT_LOG_LEVEL_WRN is not set
+# CONFIG_BT_TBS_CLIENT_LOG_LEVEL_INF is not set
+# CONFIG_BT_TBS_CLIENT_LOG_LEVEL_DBG is not set
+# CONFIG_BT_TBS_CLIENT_LOG_LEVEL_DEFAULT is not set
+CONFIG_BT_VCP_VOL_REND_LOG_LEVEL_INHERIT=y
+CONFIG_BT_VCP_VOL_REND_LOG_LEVEL=3
+# CONFIG_BT_VCP_VOL_REND_LOG_LEVEL_OFF is not set
+# CONFIG_BT_VCP_VOL_REND_LOG_LEVEL_ERR is not set
+# CONFIG_BT_VCP_VOL_REND_LOG_LEVEL_WRN is not set
+# CONFIG_BT_VCP_VOL_REND_LOG_LEVEL_INF is not set
+# CONFIG_BT_VCP_VOL_REND_LOG_LEVEL_DBG is not set
+# CONFIG_BT_VCP_VOL_REND_LOG_LEVEL_DEFAULT is not set
+CONFIG_BT_VCP_VOL_CTLR_LOG_LEVEL_INHERIT=y
+CONFIG_BT_VCP_VOL_CTLR_LOG_LEVEL=3
+# CONFIG_BT_VCP_VOL_CTLR_LOG_LEVEL_OFF is not set
+# CONFIG_BT_VCP_VOL_CTLR_LOG_LEVEL_ERR is not set
+# CONFIG_BT_VCP_VOL_CTLR_LOG_LEVEL_WRN is not set
+# CONFIG_BT_VCP_VOL_CTLR_LOG_LEVEL_INF is not set
+# CONFIG_BT_VCP_VOL_CTLR_LOG_LEVEL_DBG is not set
+# CONFIG_BT_VCP_VOL_CTLR_LOG_LEVEL_DEFAULT is not set
+CONFIG_BT_VOCS_LOG_LEVEL_INHERIT=y
+CONFIG_BT_VOCS_LOG_LEVEL=3
+# CONFIG_BT_VOCS_LOG_LEVEL_OFF is not set
+# CONFIG_BT_VOCS_LOG_LEVEL_ERR is not set
+# CONFIG_BT_VOCS_LOG_LEVEL_WRN is not set
+# CONFIG_BT_VOCS_LOG_LEVEL_INF is not set
+# CONFIG_BT_VOCS_LOG_LEVEL_DBG is not set
+# CONFIG_BT_VOCS_LOG_LEVEL_DEFAULT is not set
+CONFIG_BT_VOCS_CLIENT_LOG_LEVEL_INHERIT=y
+CONFIG_BT_VOCS_CLIENT_LOG_LEVEL=3
+# CONFIG_BT_VOCS_CLIENT_LOG_LEVEL_OFF is not set
+# CONFIG_BT_VOCS_CLIENT_LOG_LEVEL_ERR is not set
+# CONFIG_BT_VOCS_CLIENT_LOG_LEVEL_WRN is not set
+# CONFIG_BT_VOCS_CLIENT_LOG_LEVEL_INF is not set
+# CONFIG_BT_VOCS_CLIENT_LOG_LEVEL_DBG is not set
+# CONFIG_BT_VOCS_CLIENT_LOG_LEVEL_DEFAULT is not set
+# CONFIG_BT_PBP_LOG_LEVEL_OFF is not set
+# CONFIG_BT_PBP_LOG_LEVEL_ERR is not set
+# CONFIG_BT_PBP_LOG_LEVEL_WRN is not set
+# CONFIG_BT_PBP_LOG_LEVEL_INF is not set
+# CONFIG_BT_PBP_LOG_LEVEL_DBG is not set
+CONFIG_BT_PBP_LOG_LEVEL_DEFAULT=y
+CONFIG_BT_PBP_LOG_LEVEL=3
+# end of Audio
+
+#
+# Others
+#
+CONFIG_BT_CRYPTO_LOG_LEVEL_INHERIT=y
+CONFIG_BT_CRYPTO_LOG_LEVEL=3
+# CONFIG_BT_CRYPTO_LOG_LEVEL_OFF is not set
+# CONFIG_BT_CRYPTO_LOG_LEVEL_ERR is not set
+# CONFIG_BT_CRYPTO_LOG_LEVEL_WRN is not set
+# CONFIG_BT_CRYPTO_LOG_LEVEL_INF is not set
+# CONFIG_BT_CRYPTO_LOG_LEVEL_DBG is not set
+# CONFIG_BT_CRYPTO_LOG_LEVEL_DEFAULT is not set
+CONFIG_BT_ATT_LOG_LEVEL_INHERIT=y
+CONFIG_BT_ATT_LOG_LEVEL=3
+# CONFIG_BT_ATT_LOG_LEVEL_OFF is not set
+# CONFIG_BT_ATT_LOG_LEVEL_ERR is not set
+# CONFIG_BT_ATT_LOG_LEVEL_WRN is not set
+# CONFIG_BT_ATT_LOG_LEVEL_INF is not set
+# CONFIG_BT_ATT_LOG_LEVEL_DBG is not set
+# CONFIG_BT_ATT_LOG_LEVEL_DEFAULT is not set
+CONFIG_BT_GATT_LOG_LEVEL_INHERIT=y
+CONFIG_BT_GATT_LOG_LEVEL=3
+# CONFIG_BT_GATT_LOG_LEVEL_OFF is not set
+# CONFIG_BT_GATT_LOG_LEVEL_ERR is not set
+# CONFIG_BT_GATT_LOG_LEVEL_WRN is not set
+# CONFIG_BT_GATT_LOG_LEVEL_INF is not set
+# CONFIG_BT_GATT_LOG_LEVEL_DBG is not set
+# CONFIG_BT_GATT_LOG_LEVEL_DEFAULT is not set
+CONFIG_BT_L2CAP_LOG_LEVEL_INHERIT=y
+CONFIG_BT_L2CAP_LOG_LEVEL=3
+# CONFIG_BT_L2CAP_LOG_LEVEL_OFF is not set
+# CONFIG_BT_L2CAP_LOG_LEVEL_ERR is not set
+# CONFIG_BT_L2CAP_LOG_LEVEL_WRN is not set
+# CONFIG_BT_L2CAP_LOG_LEVEL_INF is not set
+# CONFIG_BT_L2CAP_LOG_LEVEL_DBG is not set
+# CONFIG_BT_L2CAP_LOG_LEVEL_DEFAULT is not set
+CONFIG_BT_EAD_LOG_LEVEL_INHERIT=y
+CONFIG_BT_EAD_LOG_LEVEL=3
+# CONFIG_BT_EAD_LOG_LEVEL_OFF is not set
+# CONFIG_BT_EAD_LOG_LEVEL_ERR is not set
+# CONFIG_BT_EAD_LOG_LEVEL_WRN is not set
+# CONFIG_BT_EAD_LOG_LEVEL_INF is not set
+# CONFIG_BT_EAD_LOG_LEVEL_DBG is not set
+# CONFIG_BT_EAD_LOG_LEVEL_DEFAULT is not set
+CONFIG_BT_DF_LOG_LEVEL_INHERIT=y
+CONFIG_BT_DF_LOG_LEVEL=3
+# CONFIG_BT_DF_LOG_LEVEL_OFF is not set
+# CONFIG_BT_DF_LOG_LEVEL_ERR is not set
+# CONFIG_BT_DF_LOG_LEVEL_WRN is not set
+# CONFIG_BT_DF_LOG_LEVEL_INF is not set
+# CONFIG_BT_DF_LOG_LEVEL_DBG is not set
+# CONFIG_BT_DF_LOG_LEVEL_DEFAULT is not set
+CONFIG_BT_SETTINGS_LOG_LEVEL_INHERIT=y
+CONFIG_BT_SETTINGS_LOG_LEVEL=3
+# CONFIG_BT_SETTINGS_LOG_LEVEL_OFF is not set
+# CONFIG_BT_SETTINGS_LOG_LEVEL_ERR is not set
+# CONFIG_BT_SETTINGS_LOG_LEVEL_WRN is not set
+# CONFIG_BT_SETTINGS_LOG_LEVEL_INF is not set
+# CONFIG_BT_SETTINGS_LOG_LEVEL_DBG is not set
+# CONFIG_BT_SETTINGS_LOG_LEVEL_DEFAULT is not set
+CONFIG_BT_HCI_CORE_LOG_LEVEL_INHERIT=y
+CONFIG_BT_HCI_CORE_LOG_LEVEL=3
+# CONFIG_BT_HCI_CORE_LOG_LEVEL_OFF is not set
+# CONFIG_BT_HCI_CORE_LOG_LEVEL_ERR is not set
+# CONFIG_BT_HCI_CORE_LOG_LEVEL_WRN is not set
+# CONFIG_BT_HCI_CORE_LOG_LEVEL_INF is not set
+# CONFIG_BT_HCI_CORE_LOG_LEVEL_DBG is not set
+# CONFIG_BT_HCI_CORE_LOG_LEVEL_DEFAULT is not set
+CONFIG_BT_CONN_LOG_LEVEL_INHERIT=y
+CONFIG_BT_CONN_LOG_LEVEL=3
+# CONFIG_BT_CONN_LOG_LEVEL_OFF is not set
+# CONFIG_BT_CONN_LOG_LEVEL_ERR is not set
+# CONFIG_BT_CONN_LOG_LEVEL_WRN is not set
+# CONFIG_BT_CONN_LOG_LEVEL_INF is not set
+# CONFIG_BT_CONN_LOG_LEVEL_DBG is not set
+# CONFIG_BT_CONN_LOG_LEVEL_DEFAULT is not set
+CONFIG_BT_ISO_LOG_LEVEL_INHERIT=y
+CONFIG_BT_ISO_LOG_LEVEL=3
+# CONFIG_BT_ISO_LOG_LEVEL_OFF is not set
+# CONFIG_BT_ISO_LOG_LEVEL_ERR is not set
+# CONFIG_BT_ISO_LOG_LEVEL_WRN is not set
+# CONFIG_BT_ISO_LOG_LEVEL_INF is not set
+# CONFIG_BT_ISO_LOG_LEVEL_DBG is not set
+# CONFIG_BT_ISO_LOG_LEVEL_DEFAULT is not set
+CONFIG_BT_KEYS_LOG_LEVEL_INHERIT=y
+CONFIG_BT_KEYS_LOG_LEVEL=3
+# CONFIG_BT_KEYS_LOG_LEVEL_OFF is not set
+# CONFIG_BT_KEYS_LOG_LEVEL_ERR is not set
+# CONFIG_BT_KEYS_LOG_LEVEL_WRN is not set
+# CONFIG_BT_KEYS_LOG_LEVEL_INF is not set
+# CONFIG_BT_KEYS_LOG_LEVEL_DBG is not set
+# CONFIG_BT_KEYS_LOG_LEVEL_DEFAULT is not set
+CONFIG_BT_SMP_LOG_LEVEL_INHERIT=y
+CONFIG_BT_SMP_LOG_LEVEL=3
+# CONFIG_BT_SMP_LOG_LEVEL_OFF is not set
+# CONFIG_BT_SMP_LOG_LEVEL_ERR is not set
+# CONFIG_BT_SMP_LOG_LEVEL_WRN is not set
+# CONFIG_BT_SMP_LOG_LEVEL_INF is not set
+# CONFIG_BT_SMP_LOG_LEVEL_DBG is not set
+# CONFIG_BT_SMP_LOG_LEVEL_DEFAULT is not set
+CONFIG_BT_SERVICE_LOG_LEVEL_INHERIT=y
+CONFIG_BT_SERVICE_LOG_LEVEL=3
+# CONFIG_BT_SERVICE_LOG_LEVEL_OFF is not set
+# CONFIG_BT_SERVICE_LOG_LEVEL_ERR is not set
+# CONFIG_BT_SERVICE_LOG_LEVEL_WRN is not set
+# CONFIG_BT_SERVICE_LOG_LEVEL_INF is not set
+# CONFIG_BT_SERVICE_LOG_LEVEL_DBG is not set
+# CONFIG_BT_SERVICE_LOG_LEVEL_DEFAULT is not set
+CONFIG_BT_CTLR_ISOAL_LOG_LEVEL_INHERIT=y
+CONFIG_BT_CTLR_ISOAL_LOG_LEVEL=3
+# CONFIG_BT_CTLR_ISOAL_LOG_LEVEL_OFF is not set
+# CONFIG_BT_CTLR_ISOAL_LOG_LEVEL_ERR is not set
+# CONFIG_BT_CTLR_ISOAL_LOG_LEVEL_WRN is not set
+# CONFIG_BT_CTLR_ISOAL_LOG_LEVEL_INF is not set
+# CONFIG_BT_CTLR_ISOAL_LOG_LEVEL_DBG is not set
+# CONFIG_BT_CTLR_ISOAL_LOG_LEVEL_DEFAULT is not set
+# end of Others
+
+#
+# BR/EDR
+#
+CONFIG_BT_RFCOMM_LOG_LEVEL_INHERIT=y
+CONFIG_BT_RFCOMM_LOG_LEVEL=3
+# CONFIG_BT_RFCOMM_LOG_LEVEL_OFF is not set
+# CONFIG_BT_RFCOMM_LOG_LEVEL_ERR is not set
+# CONFIG_BT_RFCOMM_LOG_LEVEL_WRN is not set
+# CONFIG_BT_RFCOMM_LOG_LEVEL_INF is not set
+# CONFIG_BT_RFCOMM_LOG_LEVEL_DBG is not set
+# CONFIG_BT_RFCOMM_LOG_LEVEL_DEFAULT is not set
+CONFIG_BT_HFP_HF_LOG_LEVEL_INHERIT=y
+CONFIG_BT_HFP_HF_LOG_LEVEL=3
+# CONFIG_BT_HFP_HF_LOG_LEVEL_OFF is not set
+# CONFIG_BT_HFP_HF_LOG_LEVEL_ERR is not set
+# CONFIG_BT_HFP_HF_LOG_LEVEL_WRN is not set
+# CONFIG_BT_HFP_HF_LOG_LEVEL_INF is not set
+# CONFIG_BT_HFP_HF_LOG_LEVEL_DBG is not set
+# CONFIG_BT_HFP_HF_LOG_LEVEL_DEFAULT is not set
+CONFIG_BT_HFP_AG_LOG_LEVEL_INHERIT=y
+CONFIG_BT_HFP_AG_LOG_LEVEL=3
+# CONFIG_BT_HFP_AG_LOG_LEVEL_OFF is not set
+# CONFIG_BT_HFP_AG_LOG_LEVEL_ERR is not set
+# CONFIG_BT_HFP_AG_LOG_LEVEL_WRN is not set
+# CONFIG_BT_HFP_AG_LOG_LEVEL_INF is not set
+# CONFIG_BT_HFP_AG_LOG_LEVEL_DBG is not set
+# CONFIG_BT_HFP_AG_LOG_LEVEL_DEFAULT is not set
+CONFIG_BT_AVDTP_LOG_LEVEL_INHERIT=y
+CONFIG_BT_AVDTP_LOG_LEVEL=3
+# CONFIG_BT_AVDTP_LOG_LEVEL_OFF is not set
+# CONFIG_BT_AVDTP_LOG_LEVEL_ERR is not set
+# CONFIG_BT_AVDTP_LOG_LEVEL_WRN is not set
+# CONFIG_BT_AVDTP_LOG_LEVEL_INF is not set
+# CONFIG_BT_AVDTP_LOG_LEVEL_DBG is not set
+# CONFIG_BT_AVDTP_LOG_LEVEL_DEFAULT is not set
+CONFIG_BT_A2DP_LOG_LEVEL_INHERIT=y
+CONFIG_BT_A2DP_LOG_LEVEL=3
+# CONFIG_BT_A2DP_LOG_LEVEL_OFF is not set
+# CONFIG_BT_A2DP_LOG_LEVEL_ERR is not set
+# CONFIG_BT_A2DP_LOG_LEVEL_WRN is not set
+# CONFIG_BT_A2DP_LOG_LEVEL_INF is not set
+# CONFIG_BT_A2DP_LOG_LEVEL_DBG is not set
+# CONFIG_BT_A2DP_LOG_LEVEL_DEFAULT is not set
+CONFIG_BT_SDP_LOG_LEVEL_INHERIT=y
+CONFIG_BT_SDP_LOG_LEVEL=3
+# CONFIG_BT_SDP_LOG_LEVEL_OFF is not set
+# CONFIG_BT_SDP_LOG_LEVEL_ERR is not set
+# CONFIG_BT_SDP_LOG_LEVEL_WRN is not set
+# CONFIG_BT_SDP_LOG_LEVEL_INF is not set
+# CONFIG_BT_SDP_LOG_LEVEL_DBG is not set
+# CONFIG_BT_SDP_LOG_LEVEL_DEFAULT is not set
+# end of BR/EDR
+
+#
+# Mesh
+#
+CONFIG_BT_MESH_LOG_LEVEL_INHERIT=y
+CONFIG_BT_MESH_LOG_LEVEL=3
+# CONFIG_BT_MESH_LOG_LEVEL_OFF is not set
+# CONFIG_BT_MESH_LOG_LEVEL_ERR is not set
+# CONFIG_BT_MESH_LOG_LEVEL_WRN is not set
+# CONFIG_BT_MESH_LOG_LEVEL_INF is not set
+# CONFIG_BT_MESH_LOG_LEVEL_DBG is not set
+# CONFIG_BT_MESH_LOG_LEVEL_DEFAULT is not set
+CONFIG_BT_MESH_NET_LOG_LEVEL_INHERIT=y
+CONFIG_BT_MESH_NET_LOG_LEVEL=3
+# CONFIG_BT_MESH_NET_LOG_LEVEL_OFF is not set
+# CONFIG_BT_MESH_NET_LOG_LEVEL_ERR is not set
+# CONFIG_BT_MESH_NET_LOG_LEVEL_WRN is not set
+# CONFIG_BT_MESH_NET_LOG_LEVEL_INF is not set
+# CONFIG_BT_MESH_NET_LOG_LEVEL_DBG is not set
+# CONFIG_BT_MESH_NET_LOG_LEVEL_DEFAULT is not set
+CONFIG_BT_MESH_RPL_LOG_LEVEL_INHERIT=y
+CONFIG_BT_MESH_RPL_LOG_LEVEL=3
+# CONFIG_BT_MESH_RPL_LOG_LEVEL_OFF is not set
+# CONFIG_BT_MESH_RPL_LOG_LEVEL_ERR is not set
+# CONFIG_BT_MESH_RPL_LOG_LEVEL_WRN is not set
+# CONFIG_BT_MESH_RPL_LOG_LEVEL_INF is not set
+# CONFIG_BT_MESH_RPL_LOG_LEVEL_DBG is not set
+# CONFIG_BT_MESH_RPL_LOG_LEVEL_DEFAULT is not set
+CONFIG_BT_MESH_TRANS_LOG_LEVEL_INHERIT=y
+CONFIG_BT_MESH_TRANS_LOG_LEVEL=3
+# CONFIG_BT_MESH_TRANS_LOG_LEVEL_OFF is not set
+# CONFIG_BT_MESH_TRANS_LOG_LEVEL_ERR is not set
+# CONFIG_BT_MESH_TRANS_LOG_LEVEL_WRN is not set
+# CONFIG_BT_MESH_TRANS_LOG_LEVEL_INF is not set
+# CONFIG_BT_MESH_TRANS_LOG_LEVEL_DBG is not set
+# CONFIG_BT_MESH_TRANS_LOG_LEVEL_DEFAULT is not set
+CONFIG_BT_MESH_BEACON_LOG_LEVEL_INHERIT=y
+CONFIG_BT_MESH_BEACON_LOG_LEVEL=3
+# CONFIG_BT_MESH_BEACON_LOG_LEVEL_OFF is not set
+# CONFIG_BT_MESH_BEACON_LOG_LEVEL_ERR is not set
+# CONFIG_BT_MESH_BEACON_LOG_LEVEL_WRN is not set
+# CONFIG_BT_MESH_BEACON_LOG_LEVEL_INF is not set
+# CONFIG_BT_MESH_BEACON_LOG_LEVEL_DBG is not set
+# CONFIG_BT_MESH_BEACON_LOG_LEVEL_DEFAULT is not set
+CONFIG_BT_MESH_CRYPTO_LOG_LEVEL_INHERIT=y
+CONFIG_BT_MESH_CRYPTO_LOG_LEVEL=3
+# CONFIG_BT_MESH_CRYPTO_LOG_LEVEL_OFF is not set
+# CONFIG_BT_MESH_CRYPTO_LOG_LEVEL_ERR is not set
+# CONFIG_BT_MESH_CRYPTO_LOG_LEVEL_WRN is not set
+# CONFIG_BT_MESH_CRYPTO_LOG_LEVEL_INF is not set
+# CONFIG_BT_MESH_CRYPTO_LOG_LEVEL_DBG is not set
+# CONFIG_BT_MESH_CRYPTO_LOG_LEVEL_DEFAULT is not set
+CONFIG_BT_MESH_KEYS_LOG_LEVEL_INHERIT=y
+CONFIG_BT_MESH_KEYS_LOG_LEVEL=3
+# CONFIG_BT_MESH_KEYS_LOG_LEVEL_OFF is not set
+# CONFIG_BT_MESH_KEYS_LOG_LEVEL_ERR is not set
+# CONFIG_BT_MESH_KEYS_LOG_LEVEL_WRN is not set
+# CONFIG_BT_MESH_KEYS_LOG_LEVEL_INF is not set
+# CONFIG_BT_MESH_KEYS_LOG_LEVEL_DBG is not set
+# CONFIG_BT_MESH_KEYS_LOG_LEVEL_DEFAULT is not set
+CONFIG_BT_MESH_PROV_LOG_LEVEL_INHERIT=y
+CONFIG_BT_MESH_PROV_LOG_LEVEL=3
+# CONFIG_BT_MESH_PROV_LOG_LEVEL_OFF is not set
+# CONFIG_BT_MESH_PROV_LOG_LEVEL_ERR is not set
+# CONFIG_BT_MESH_PROV_LOG_LEVEL_WRN is not set
+# CONFIG_BT_MESH_PROV_LOG_LEVEL_INF is not set
+# CONFIG_BT_MESH_PROV_LOG_LEVEL_DBG is not set
+# CONFIG_BT_MESH_PROV_LOG_LEVEL_DEFAULT is not set
+CONFIG_BT_MESH_PROVISIONER_LOG_LEVEL_INHERIT=y
+CONFIG_BT_MESH_PROVISIONER_LOG_LEVEL=3
+# CONFIG_BT_MESH_PROVISIONER_LOG_LEVEL_OFF is not set
+# CONFIG_BT_MESH_PROVISIONER_LOG_LEVEL_ERR is not set
+# CONFIG_BT_MESH_PROVISIONER_LOG_LEVEL_WRN is not set
+# CONFIG_BT_MESH_PROVISIONER_LOG_LEVEL_INF is not set
+# CONFIG_BT_MESH_PROVISIONER_LOG_LEVEL_DBG is not set
+# CONFIG_BT_MESH_PROVISIONER_LOG_LEVEL_DEFAULT is not set
+CONFIG_BT_MESH_PROVISIONEE_LOG_LEVEL_INHERIT=y
+CONFIG_BT_MESH_PROVISIONEE_LOG_LEVEL=3
+# CONFIG_BT_MESH_PROVISIONEE_LOG_LEVEL_OFF is not set
+# CONFIG_BT_MESH_PROVISIONEE_LOG_LEVEL_ERR is not set
+# CONFIG_BT_MESH_PROVISIONEE_LOG_LEVEL_WRN is not set
+# CONFIG_BT_MESH_PROVISIONEE_LOG_LEVEL_INF is not set
+# CONFIG_BT_MESH_PROVISIONEE_LOG_LEVEL_DBG is not set
+# CONFIG_BT_MESH_PROVISIONEE_LOG_LEVEL_DEFAULT is not set
+CONFIG_BT_MESH_ACCESS_LOG_LEVEL_INHERIT=y
+CONFIG_BT_MESH_ACCESS_LOG_LEVEL=3
+# CONFIG_BT_MESH_ACCESS_LOG_LEVEL_OFF is not set
+# CONFIG_BT_MESH_ACCESS_LOG_LEVEL_ERR is not set
+# CONFIG_BT_MESH_ACCESS_LOG_LEVEL_WRN is not set
+# CONFIG_BT_MESH_ACCESS_LOG_LEVEL_INF is not set
+# CONFIG_BT_MESH_ACCESS_LOG_LEVEL_DBG is not set
+# CONFIG_BT_MESH_ACCESS_LOG_LEVEL_DEFAULT is not set
+CONFIG_BT_MESH_MODEL_LOG_LEVEL_INHERIT=y
+CONFIG_BT_MESH_MODEL_LOG_LEVEL=3
+# CONFIG_BT_MESH_MODEL_LOG_LEVEL_OFF is not set
+# CONFIG_BT_MESH_MODEL_LOG_LEVEL_ERR is not set
+# CONFIG_BT_MESH_MODEL_LOG_LEVEL_WRN is not set
+# CONFIG_BT_MESH_MODEL_LOG_LEVEL_INF is not set
+# CONFIG_BT_MESH_MODEL_LOG_LEVEL_DBG is not set
+# CONFIG_BT_MESH_MODEL_LOG_LEVEL_DEFAULT is not set
+CONFIG_BT_MESH_DFU_LOG_LEVEL_INHERIT=y
+CONFIG_BT_MESH_DFU_LOG_LEVEL=3
+# CONFIG_BT_MESH_DFU_LOG_LEVEL_OFF is not set
+# CONFIG_BT_MESH_DFU_LOG_LEVEL_ERR is not set
+# CONFIG_BT_MESH_DFU_LOG_LEVEL_WRN is not set
+# CONFIG_BT_MESH_DFU_LOG_LEVEL_INF is not set
+# CONFIG_BT_MESH_DFU_LOG_LEVEL_DBG is not set
+# CONFIG_BT_MESH_DFU_LOG_LEVEL_DEFAULT is not set
+CONFIG_BT_MESH_ADV_LOG_LEVEL_INHERIT=y
+CONFIG_BT_MESH_ADV_LOG_LEVEL=3
+# CONFIG_BT_MESH_ADV_LOG_LEVEL_OFF is not set
+# CONFIG_BT_MESH_ADV_LOG_LEVEL_ERR is not set
+# CONFIG_BT_MESH_ADV_LOG_LEVEL_WRN is not set
+# CONFIG_BT_MESH_ADV_LOG_LEVEL_INF is not set
+# CONFIG_BT_MESH_ADV_LOG_LEVEL_DBG is not set
+# CONFIG_BT_MESH_ADV_LOG_LEVEL_DEFAULT is not set
+CONFIG_BT_MESH_LOW_POWER_LOG_LEVEL_INHERIT=y
+CONFIG_BT_MESH_LOW_POWER_LOG_LEVEL=3
+# CONFIG_BT_MESH_LOW_POWER_LOG_LEVEL_OFF is not set
+# CONFIG_BT_MESH_LOW_POWER_LOG_LEVEL_ERR is not set
+# CONFIG_BT_MESH_LOW_POWER_LOG_LEVEL_WRN is not set
+# CONFIG_BT_MESH_LOW_POWER_LOG_LEVEL_INF is not set
+# CONFIG_BT_MESH_LOW_POWER_LOG_LEVEL_DBG is not set
+# CONFIG_BT_MESH_LOW_POWER_LOG_LEVEL_DEFAULT is not set
+CONFIG_BT_MESH_FRIEND_LOG_LEVEL_INHERIT=y
+CONFIG_BT_MESH_FRIEND_LOG_LEVEL=3
+# CONFIG_BT_MESH_FRIEND_LOG_LEVEL_OFF is not set
+# CONFIG_BT_MESH_FRIEND_LOG_LEVEL_ERR is not set
+# CONFIG_BT_MESH_FRIEND_LOG_LEVEL_WRN is not set
+# CONFIG_BT_MESH_FRIEND_LOG_LEVEL_INF is not set
+# CONFIG_BT_MESH_FRIEND_LOG_LEVEL_DBG is not set
+# CONFIG_BT_MESH_FRIEND_LOG_LEVEL_DEFAULT is not set
+CONFIG_BT_MESH_PROXY_LOG_LEVEL_INHERIT=y
+CONFIG_BT_MESH_PROXY_LOG_LEVEL=3
+# CONFIG_BT_MESH_PROXY_LOG_LEVEL_OFF is not set
+# CONFIG_BT_MESH_PROXY_LOG_LEVEL_ERR is not set
+# CONFIG_BT_MESH_PROXY_LOG_LEVEL_WRN is not set
+# CONFIG_BT_MESH_PROXY_LOG_LEVEL_INF is not set
+# CONFIG_BT_MESH_PROXY_LOG_LEVEL_DBG is not set
+# CONFIG_BT_MESH_PROXY_LOG_LEVEL_DEFAULT is not set
+CONFIG_BT_MESH_SETTINGS_LOG_LEVEL_INHERIT=y
+CONFIG_BT_MESH_SETTINGS_LOG_LEVEL=3
+# CONFIG_BT_MESH_SETTINGS_LOG_LEVEL_OFF is not set
+# CONFIG_BT_MESH_SETTINGS_LOG_LEVEL_ERR is not set
+# CONFIG_BT_MESH_SETTINGS_LOG_LEVEL_WRN is not set
+# CONFIG_BT_MESH_SETTINGS_LOG_LEVEL_INF is not set
+# CONFIG_BT_MESH_SETTINGS_LOG_LEVEL_DBG is not set
+# CONFIG_BT_MESH_SETTINGS_LOG_LEVEL_DEFAULT is not set
+CONFIG_BT_MESH_CDB_LOG_LEVEL_INHERIT=y
+CONFIG_BT_MESH_CDB_LOG_LEVEL=3
+# CONFIG_BT_MESH_CDB_LOG_LEVEL_OFF is not set
+# CONFIG_BT_MESH_CDB_LOG_LEVEL_ERR is not set
+# CONFIG_BT_MESH_CDB_LOG_LEVEL_WRN is not set
+# CONFIG_BT_MESH_CDB_LOG_LEVEL_INF is not set
+# CONFIG_BT_MESH_CDB_LOG_LEVEL_DBG is not set
+# CONFIG_BT_MESH_CDB_LOG_LEVEL_DEFAULT is not set
+CONFIG_BT_MESH_CFG_LOG_LEVEL_INHERIT=y
+CONFIG_BT_MESH_CFG_LOG_LEVEL=3
+# CONFIG_BT_MESH_CFG_LOG_LEVEL_OFF is not set
+# CONFIG_BT_MESH_CFG_LOG_LEVEL_ERR is not set
+# CONFIG_BT_MESH_CFG_LOG_LEVEL_WRN is not set
+# CONFIG_BT_MESH_CFG_LOG_LEVEL_INF is not set
+# CONFIG_BT_MESH_CFG_LOG_LEVEL_DBG is not set
+# CONFIG_BT_MESH_CFG_LOG_LEVEL_DEFAULT is not set
+# end of Mesh
+
+#
+# Services
+#
+# CONFIG_BT_BAS_LOG_LEVEL_OFF is not set
+# CONFIG_BT_BAS_LOG_LEVEL_ERR is not set
+# CONFIG_BT_BAS_LOG_LEVEL_WRN is not set
+# CONFIG_BT_BAS_LOG_LEVEL_INF is not set
+# CONFIG_BT_BAS_LOG_LEVEL_DBG is not set
+CONFIG_BT_BAS_LOG_LEVEL_DEFAULT=y
+CONFIG_BT_BAS_LOG_LEVEL=3
+# CONFIG_BT_HRS_LOG_LEVEL_OFF is not set
+# CONFIG_BT_HRS_LOG_LEVEL_ERR is not set
+# CONFIG_BT_HRS_LOG_LEVEL_WRN is not set
+# CONFIG_BT_HRS_LOG_LEVEL_INF is not set
+# CONFIG_BT_HRS_LOG_LEVEL_DBG is not set
+CONFIG_BT_HRS_LOG_LEVEL_DEFAULT=y
+CONFIG_BT_HRS_LOG_LEVEL=3
+# CONFIG_BT_TPS_LOG_LEVEL_OFF is not set
+# CONFIG_BT_TPS_LOG_LEVEL_ERR is not set
+# CONFIG_BT_TPS_LOG_LEVEL_WRN is not set
+# CONFIG_BT_TPS_LOG_LEVEL_INF is not set
+# CONFIG_BT_TPS_LOG_LEVEL_DBG is not set
+CONFIG_BT_TPS_LOG_LEVEL_DEFAULT=y
+CONFIG_BT_TPS_LOG_LEVEL=3
+CONFIG_BT_IAS_CLIENT_LOG_LEVEL_INHERIT=y
+CONFIG_BT_IAS_CLIENT_LOG_LEVEL=3
+# CONFIG_BT_IAS_CLIENT_LOG_LEVEL_OFF is not set
+# CONFIG_BT_IAS_CLIENT_LOG_LEVEL_ERR is not set
+# CONFIG_BT_IAS_CLIENT_LOG_LEVEL_WRN is not set
+# CONFIG_BT_IAS_CLIENT_LOG_LEVEL_INF is not set
+# CONFIG_BT_IAS_CLIENT_LOG_LEVEL_DBG is not set
+# CONFIG_BT_IAS_CLIENT_LOG_LEVEL_DEFAULT is not set
+# CONFIG_BT_IAS_LOG_LEVEL_OFF is not set
+# CONFIG_BT_IAS_LOG_LEVEL_ERR is not set
+# CONFIG_BT_IAS_LOG_LEVEL_WRN is not set
+# CONFIG_BT_IAS_LOG_LEVEL_INF is not set
+# CONFIG_BT_IAS_LOG_LEVEL_DBG is not set
+CONFIG_BT_IAS_LOG_LEVEL_DEFAULT=y
+CONFIG_BT_IAS_LOG_LEVEL=3
+CONFIG_BT_OTS_CLIENT_LOG_LEVEL_INHERIT=y
+CONFIG_BT_OTS_CLIENT_LOG_LEVEL=3
+# CONFIG_BT_OTS_CLIENT_LOG_LEVEL_OFF is not set
+# CONFIG_BT_OTS_CLIENT_LOG_LEVEL_ERR is not set
+# CONFIG_BT_OTS_CLIENT_LOG_LEVEL_WRN is not set
+# CONFIG_BT_OTS_CLIENT_LOG_LEVEL_INF is not set
+# CONFIG_BT_OTS_CLIENT_LOG_LEVEL_DBG is not set
+# CONFIG_BT_OTS_CLIENT_LOG_LEVEL_DEFAULT is not set
+# CONFIG_BT_OTS_LOG_LEVEL_OFF is not set
+# CONFIG_BT_OTS_LOG_LEVEL_ERR is not set
+# CONFIG_BT_OTS_LOG_LEVEL_WRN is not set
+# CONFIG_BT_OTS_LOG_LEVEL_INF is not set
+# CONFIG_BT_OTS_LOG_LEVEL_DBG is not set
+CONFIG_BT_OTS_LOG_LEVEL_DEFAULT=y
+CONFIG_BT_OTS_LOG_LEVEL=3
+# end of Services
+# end of Bluetooth logging
+
+#
+# Controller Area Network (CAN) bus subsystem
+#
+# end of Controller Area Network (CAN) bus subsystem
+
+# CONFIG_CONSOLE_SUBSYS is not set
+
+#
+# System Monitoring Options
+#
+# CONFIG_THREAD_ANALYZER is not set
+# end of System Monitoring Options
+
+#
+# Debugging Options
+#
+# CONFIG_DEBUG is not set
+# CONFIG_STACK_USAGE is not set
+# CONFIG_STACK_SENTINEL is not set
+CONFIG_PRINTK=y
+CONFIG_EARLY_CONSOLE=y
+# CONFIG_ASSERT is not set
+# CONFIG_FORCE_NO_ASSERT is not set
+CONFIG_ASSERT_VERBOSE=y
+# CONFIG_ASSERT_NO_FILE_INFO is not set
+# CONFIG_ASSERT_NO_COND_INFO is not set
+# CONFIG_ASSERT_NO_MSG_INFO is not set
+# CONFIG_ASSERT_TEST is not set
+# CONFIG_OVERRIDE_FRAME_POINTER_DEFAULT is not set
+# CONFIG_DEBUG_INFO is not set
+# CONFIG_DEBUG_THREAD_INFO is not set
+# CONFIG_DEBUG_COREDUMP is not set
+# end of Debugging Options
+
+# CONFIG_MIPI_STP_DECODER is not set
+# CONFIG_DISK_ACCESS is not set
+# CONFIG_DSP is not set
+# CONFIG_EMUL is not set
+# CONFIG_CHARACTER_FRAMEBUFFER is not set
+
+#
+# File Systems
+#
+# CONFIG_FILE_SYSTEM is not set
+# CONFIG_FCB is not set
+CONFIG_NVS=y
+# CONFIG_NVS_LOOKUP_CACHE is not set
+# CONFIG_NVS_DATA_CRC is not set
+# CONFIG_NVS_LOG_LEVEL_OFF is not set
+# CONFIG_NVS_LOG_LEVEL_ERR is not set
+# CONFIG_NVS_LOG_LEVEL_WRN is not set
+# CONFIG_NVS_LOG_LEVEL_INF is not set
+# CONFIG_NVS_LOG_LEVEL_DBG is not set
+CONFIG_NVS_LOG_LEVEL_DEFAULT=y
+CONFIG_NVS_LOG_LEVEL=3
+# end of File Systems
+
+#
+# Inter Processor Communication
+#
+# CONFIG_RPMSG_SERVICE is not set
+# CONFIG_IPC_SERVICE is not set
+# end of Inter Processor Communication
+
+# CONFIG_JWT is not set
+# CONFIG_LLEXT is not set
+
+#
+# Linkable loadable Extension Development Kit (EDK)
+#
+CONFIG_LLEXT_EDK_NAME="llext-edk"
+# CONFIG_LLEXT_EDK_USERSPACE_ONLY is not set
+# end of Linkable loadable Extension Development Kit (EDK)
+
+#
+# Logging
+#
+CONFIG_LOG_CORE_INIT_PRIORITY=0
+CONFIG_LOG_MODE_DEFERRED=y
+# CONFIG_LOG_MODE_IMMEDIATE is not set
+# CONFIG_LOG_MODE_MINIMAL is not set
+# CONFIG_LOG_FRONTEND is not set
+# CONFIG_LOG_FRONTEND_OPT_API is not set
+# CONFIG_LOG_CUSTOM_HEADER is not set
+# CONFIG_LOG_MULTIDOMAIN is not set
+
+#
+# Logging levels filtering
+#
+# CONFIG_LOG_RUNTIME_FILTERING is not set
+CONFIG_LOG_DEFAULT_LEVEL=3
+CONFIG_LOG_OVERRIDE_LEVEL=0
+CONFIG_LOG_MAX_LEVEL=4
+# end of Logging levels filtering
+
+#
+# Processing
+#
+CONFIG_LOG_PRINTK=y
+CONFIG_LOG_MODE_OVERFLOW=y
+# CONFIG_LOG_BLOCK_IN_THREAD is not set
+CONFIG_LOG_PROCESS_TRIGGER_THRESHOLD=10
+CONFIG_LOG_PROCESS_THREAD=y
+CONFIG_LOG_PROCESS_THREAD_STARTUP_DELAY_MS=0
+CONFIG_LOG_PROCESS_THREAD_SLEEP_MS=1000
+CONFIG_LOG_PROCESS_THREAD_STACK_SIZE=768
+# CONFIG_LOG_PROCESS_THREAD_CUSTOM_PRIORITY is not set
+CONFIG_LOG_TRACE_SHORT_TIMESTAMP=y
+# CONFIG_LOG_TIMESTAMP_64BIT is not set
+# CONFIG_LOG_SPEED is not set
+# end of Processing
+
+#
+# Output Formatting
+#
+
+#
+# Prepend non-hexdump log message with function name
+#
+# CONFIG_LOG_FUNC_NAME_PREFIX_ERR is not set
+# CONFIG_LOG_FUNC_NAME_PREFIX_WRN is not set
+# CONFIG_LOG_FUNC_NAME_PREFIX_INF is not set
+CONFIG_LOG_FUNC_NAME_PREFIX_DBG=y
+# end of Prepend non-hexdump log message with function name
+
+# CONFIG_LOG_MIPI_SYST_ENABLE is not set
+# CONFIG_LOG_THREAD_ID_PREFIX is not set
+# CONFIG_LOG_CUSTOM_FORMAT_SUPPORT is not set
+CONFIG_LOG_BACKEND_SHOW_COLOR=y
+# CONFIG_LOG_INFO_COLOR_GREEN is not set
+CONFIG_LOG_TAG_MAX_LEN=0
+CONFIG_LOG_BACKEND_FORMAT_TIMESTAMP=y
+# CONFIG_LOG_OUTPUT_FORMAT_LINUX_TIMESTAMP is not set
+# CONFIG_LOG_OUTPUT_FORMAT_CUSTOM_TIMESTAMP is not set
+# end of Output Formatting
+
+#
+# Backends
+#
+# CONFIG_LOG_BACKEND_SWO is not set
+CONFIG_LOG_BACKEND_UART=y
+CONFIG_LOG_BACKEND_UART_BUFFER_SIZE=1
+CONFIG_LOG_BACKEND_UART_AUTOSTART=y
+CONFIG_LOG_BACKEND_UART_OUTPUT_TEXT=y
+# CONFIG_LOG_BACKEND_UART_OUTPUT_DICTIONARY is not set
+# CONFIG_LOG_BACKEND_UART_OUTPUT_CUSTOM is not set
+CONFIG_LOG_BACKEND_UART_OUTPUT_DEFAULT=0
+# CONFIG_LOG_BACKEND_IPC_SERVICE is not set
+# end of Backends
+
+#
+# Misc
+#
+CONFIG_LOG_DOMAIN_ID=0
+CONFIG_LOG_USE_VLA=y
+CONFIG_LOG_SIMPLE_MSG_OPTIMIZE=y
+# CONFIG_LOG_ALWAYS_RUNTIME is not set
+# CONFIG_LOG_FMT_SECTION is not set
+# CONFIG_LOG_FMT_STRING_VALIDATE is not set
+# CONFIG_LOG_USE_TAGGED_ARGUMENTS is not set
+# CONFIG_LOG_MEM_UTILIZATION is not set
+CONFIG_LOG_FAILURE_REPORT_PERIOD=1000
+# end of Misc
+
+CONFIG_LOG_OUTPUT=y
+# end of Logging
+
+CONFIG_LORAWAN=y
+# CONFIG_LORAWAN_LOG_LEVEL_OFF is not set
+# CONFIG_LORAWAN_LOG_LEVEL_ERR is not set
+# CONFIG_LORAWAN_LOG_LEVEL_WRN is not set
+# CONFIG_LORAWAN_LOG_LEVEL_INF is not set
+# CONFIG_LORAWAN_LOG_LEVEL_DBG is not set
+CONFIG_LORAWAN_LOG_LEVEL_DEFAULT=y
+CONFIG_LORAWAN_LOG_LEVEL=3
+# CONFIG_LORAWAN_EMUL is not set
+CONFIG_LORAWAN_SYSTEM_MAX_RX_ERROR=20
+CONFIG_LORAWAN_PUBLIC_NETWORK=y
+# CONFIG_LORAMAC_REGION_AS923 is not set
+# CONFIG_LORAMAC_REGION_AU915 is not set
+# CONFIG_LORAMAC_REGION_CN470 is not set
+# CONFIG_LORAMAC_REGION_CN779 is not set
+# CONFIG_LORAMAC_REGION_EU433 is not set
+CONFIG_LORAMAC_REGION_EU868=y
+# CONFIG_LORAMAC_REGION_KR920 is not set
+# CONFIG_LORAMAC_REGION_IN865 is not set
+# CONFIG_LORAMAC_REGION_US915 is not set
+# CONFIG_LORAMAC_REGION_RU864 is not set
+# CONFIG_LORAWAN_NVM_NONE is not set
+CONFIG_LORAWAN_NVM_SETTINGS=y
+# CONFIG_LORAWAN_SERVICES is not set
+# CONFIG_MEM_ATTR is not set
+
+#
+# Device Management
+#
+
+#
+# Host command handler subsystem
+#
+# CONFIG_EC_HOST_CMD is not set
+# end of Host command handler subsystem
+
+# CONFIG_OSDP is not set
+# end of Device Management
+
+# CONFIG_MODBUS is not set
+# CONFIG_MODEM_MODULES is not set
+
+#
+# Networking
+#
+CONFIG_NET_BUF=y
+# CONFIG_NET_BUF_LOG is not set
+# CONFIG_NET_BUF_LOG_LEVEL_OFF is not set
+# CONFIG_NET_BUF_LOG_LEVEL_ERR is not set
+# CONFIG_NET_BUF_LOG_LEVEL_WRN is not set
+# CONFIG_NET_BUF_LOG_LEVEL_INF is not set
+# CONFIG_NET_BUF_LOG_LEVEL_DBG is not set
+CONFIG_NET_BUF_LOG_LEVEL_DEFAULT=y
+CONFIG_NET_BUF_LOG_LEVEL=3
+# CONFIG_NET_BUF_POOL_USAGE is not set
+CONFIG_NET_BUF_ALIGNMENT=0
+# CONFIG_NETWORKING is not set
+# end of Networking
+
+#
+# Power Management
+#
+# end of Power Management
+
+#
+# Portability
+#
+# end of Portability
+
+#
+# Random Number Generators
+#
+# CONFIG_TEST_RANDOM_GENERATOR is not set
+CONFIG_TIMER_RANDOM_INITIAL_STATE=123456789
+# CONFIG_ENTROPY_DEVICE_RANDOM_GENERATOR is not set
+CONFIG_XOSHIRO_RANDOM_GENERATOR=y
+CONFIG_CSPRNG_ENABLED=y
+CONFIG_HARDWARE_DEVICE_CS_GENERATOR=y
+# CONFIG_CTR_DRBG_CSPRNG_GENERATOR is not set
+# end of Random Number Generators
+
+# CONFIG_RTIO is not set
+
+#
+# SD
+#
+# CONFIG_MMC_STACK is not set
+# CONFIG_SDMMC_STACK is not set
+# CONFIG_SDIO_STACK is not set
+# end of SD
+
+CONFIG_SETTINGS=y
+# CONFIG_SETTINGS_LOG_LEVEL_OFF is not set
+# CONFIG_SETTINGS_LOG_LEVEL_ERR is not set
+# CONFIG_SETTINGS_LOG_LEVEL_WRN is not set
+# CONFIG_SETTINGS_LOG_LEVEL_INF is not set
+# CONFIG_SETTINGS_LOG_LEVEL_DBG is not set
+CONFIG_SETTINGS_LOG_LEVEL_DEFAULT=y
+CONFIG_SETTINGS_LOG_LEVEL=3
+# CONFIG_SETTINGS_RUNTIME is not set
+CONFIG_SETTINGS_DYNAMIC_HANDLERS=y
+CONFIG_SETTINGS_NVS=y
+# CONFIG_SETTINGS_NVS_NAME_CACHE is not set
+# CONFIG_SETTINGS_CUSTOM is not set
+# CONFIG_SETTINGS_NONE is not set
+CONFIG_SETTINGS_NVS_SECTOR_SIZE_MULT=1
+CONFIG_SETTINGS_NVS_SECTOR_COUNT=8
+# CONFIG_SHELL is not set
+# CONFIG_STATS is not set
+
+#
+# Storage
+#
+CONFIG_FLASH_MAP=y
+# CONFIG_FLASH_AREA_CHECK_INTEGRITY is not set
+# CONFIG_FLASH_MAP_LABELS is not set
+# CONFIG_STREAM_FLASH is not set
+# end of Storage
+
+# CONFIG_TASK_WDT is not set
+
+#
+# Testing
+#
+# CONFIG_ZTEST is not set
+# CONFIG_ZTEST_MOCKING is not set
+# CONFIG_ZTRESS is not set
+# CONFIG_TEST is not set
+CONFIG_COVERAGE_GCOV_HEAP_SIZE=16384
+# CONFIG_FORCE_COVERAGE is not set
+# CONFIG_TEST_USERSPACE is not set
+# end of Testing
+
+# CONFIG_TIMING_FUNCTIONS is not set
+# CONFIG_TRACING is not set
+# CONFIG_USB_DEVICE_STACK is not set
+# CONFIG_USB_DEVICE_STACK_NEXT is not set
+# CONFIG_USB_HOST_STACK is not set
+# CONFIG_USBC_STACK is not set
+# CONFIG_ZBUS is not set
+# CONFIG_MODULES is not set
+# end of Subsystems and OS Services
+
+CONFIG_TOOLCHAIN_ZEPHYR_0_16=y
+CONFIG_TOOLCHAIN_ZEPHYR_SUPPORTS_THREAD_LOCAL_STORAGE=y
+CONFIG_TOOLCHAIN_ZEPHYR_SUPPORTS_GNU_EXTENSIONS=y
+
+#
+# Build and Link Features
+#
+
+#
+# Linker Options
+#
+# CONFIG_LINKER_ORPHAN_SECTION_PLACE is not set
+CONFIG_LINKER_ORPHAN_SECTION_WARN=y
+# CONFIG_LINKER_ORPHAN_SECTION_ERROR is not set
+CONFIG_FLASH_LOAD_SIZE=0
+CONFIG_ROM_END_OFFSET=0
+CONFIG_LD_LINKER_SCRIPT_SUPPORTED=y
+CONFIG_LD_LINKER_TEMPLATE=y
+# CONFIG_CMAKE_LINKER_GENERATOR is not set
+# CONFIG_HAVE_CUSTOM_LINKER_SCRIPT is not set
+CONFIG_LINKER_SORT_BY_ALIGNMENT=y
+
+#
+# Linker Sections
+#
+# CONFIG_LINKER_USE_BOOT_SECTION is not set
+# CONFIG_LINKER_USE_PINNED_SECTION is not set
+CONFIG_LINKER_GENERIC_SECTIONS_PRESENT_AT_BOOT=y
+CONFIG_LINKER_LAST_SECTION_ID=y
+CONFIG_LINKER_LAST_SECTION_ID_PATTERN=0xE015E015
+CONFIG_LINKER_USE_RELAX=y
+# end of Linker Sections
+
+CONFIG_LINKER_ITERABLE_SUBALIGN=4
+CONFIG_LINKER_DEVNULL_SUPPORT=y
+# CONFIG_LINKER_DEVNULL_MEMORY is not set
+# end of Linker Options
+
+#
+# Compiler Options
+#
+# CONFIG_STD_C90 is not set
+CONFIG_STD_C99=y
+# CONFIG_STD_C11 is not set
+# CONFIG_STD_C17 is not set
+# CONFIG_STD_C23 is not set
+CONFIG_TOOLCHAIN_SUPPORTS_GNU_EXTENSIONS=y
+# CONFIG_GNU_C_EXTENSIONS is not set
+# CONFIG_CODING_GUIDELINE_CHECK is not set
+# CONFIG_COMPILER_FREESTANDING is not set
+CONFIG_SIZE_OPTIMIZATIONS=y
+# CONFIG_SPEED_OPTIMIZATIONS is not set
+# CONFIG_DEBUG_OPTIMIZATIONS is not set
+# CONFIG_NO_OPTIMIZATIONS is not set
+# CONFIG_COMPILER_WARNINGS_AS_ERRORS is not set
+# CONFIG_COMPILER_SAVE_TEMPS is not set
+CONFIG_COMPILER_TRACK_MACRO_EXPANSION=y
+CONFIG_COMPILER_COLOR_DIAGNOSTICS=y
+# CONFIG_FORTIFY_SOURCE_NONE is not set
+CONFIG_FORTIFY_SOURCE_COMPILE_TIME=y
+# CONFIG_FORTIFY_SOURCE_RUN_TIME is not set
+CONFIG_COMPILER_OPT=""
+# CONFIG_MISRA_SANE is not set
+# end of Compiler Options
+
+# CONFIG_ASSERT_ON_ERRORS is not set
+# CONFIG_NO_RUNTIME_CHECKS is not set
+CONFIG_RUNTIME_ERROR_CHECKS=y
+
+#
+# Build Options
+#
+CONFIG_KERNEL_BIN_NAME="zephyr"
+CONFIG_OUTPUT_STAT=y
+# CONFIG_OUTPUT_SYMBOLS is not set
+# CONFIG_OUTPUT_DISASSEMBLY is not set
+CONFIG_OUTPUT_PRINT_MEMORY_USAGE=y
+# CONFIG_CLEANUP_INTERMEDIATE_FILES is not set
+# CONFIG_BUILD_NO_GAP_FILL is not set
+# CONFIG_BUILD_OUTPUT_EXE is not set
+# CONFIG_BUILD_OUTPUT_S19 is not set
+# CONFIG_BUILD_OUTPUT_UF2 is not set
+# CONFIG_BUILD_OUTPUT_STRIPPED is not set
+# CONFIG_BUILD_OUTPUT_COMPRESS_DEBUG_SECTIONS is not set
+# CONFIG_BUILD_ALIGN_LMA is not set
+# CONFIG_APPLICATION_DEFINED_SYSCALL is not set
+# CONFIG_MAKEFILE_EXPORTS is not set
+# CONFIG_BUILD_OUTPUT_META is not set
+CONFIG_BUILD_OUTPUT_STRIP_PATHS=y
+CONFIG_CHECK_INIT_PRIORITIES=y
+# CONFIG_EMIT_ALL_SYSCALLS is not set
+# end of Build Options
+
+CONFIG_WARN_DEPRECATED=y
+CONFIG_EXPERIMENTAL=y
+CONFIG_ENFORCE_ZEPHYR_STDINT=y
+# end of Build and Link Features
+
+#
+# Boot Options
+#
+# CONFIG_IS_BOOTLOADER is not set
+# CONFIG_BOOTLOADER_BOSSA is not set
+# end of Boot Options
diff --git a/build/zephyr/CMakeFiles/offsets.dir/arch/arm/core/offsets/offsets.c.obj b/build/zephyr/CMakeFiles/offsets.dir/arch/arm/core/offsets/offsets.c.obj
new file mode 100644
index 0000000000000000000000000000000000000000..6fd0054a5e90b1820c82abaa0de75c00f8cbfa28
Binary files /dev/null and b/build/zephyr/CMakeFiles/offsets.dir/arch/arm/core/offsets/offsets.c.obj differ
diff --git a/build/zephyr/CMakeFiles/zephyr.dir/lib/crc/crc16_sw.c.obj b/build/zephyr/CMakeFiles/zephyr.dir/lib/crc/crc16_sw.c.obj
new file mode 100644
index 0000000000000000000000000000000000000000..7445bf2aa3eec3d9e68a54bba4a4bd816042ac6e
Binary files /dev/null and b/build/zephyr/CMakeFiles/zephyr.dir/lib/crc/crc16_sw.c.obj differ
diff --git a/build/zephyr/CMakeFiles/zephyr.dir/lib/crc/crc24_sw.c.obj b/build/zephyr/CMakeFiles/zephyr.dir/lib/crc/crc24_sw.c.obj
new file mode 100644
index 0000000000000000000000000000000000000000..2f7eeab7620ac65b13c4d5fbd9db571f8906e7c2
Binary files /dev/null and b/build/zephyr/CMakeFiles/zephyr.dir/lib/crc/crc24_sw.c.obj differ
diff --git a/build/zephyr/CMakeFiles/zephyr.dir/lib/crc/crc32_sw.c.obj b/build/zephyr/CMakeFiles/zephyr.dir/lib/crc/crc32_sw.c.obj
new file mode 100644
index 0000000000000000000000000000000000000000..d26438f0c3ad1112ac536a680209ddbd7fd00242
Binary files /dev/null and b/build/zephyr/CMakeFiles/zephyr.dir/lib/crc/crc32_sw.c.obj differ
diff --git a/build/zephyr/CMakeFiles/zephyr.dir/lib/crc/crc32c_sw.c.obj b/build/zephyr/CMakeFiles/zephyr.dir/lib/crc/crc32c_sw.c.obj
new file mode 100644
index 0000000000000000000000000000000000000000..a3f2d0438c279c1bb1a03a512cfeb9fbe15693fe
Binary files /dev/null and b/build/zephyr/CMakeFiles/zephyr.dir/lib/crc/crc32c_sw.c.obj differ
diff --git a/build/zephyr/CMakeFiles/zephyr.dir/lib/crc/crc4_sw.c.obj b/build/zephyr/CMakeFiles/zephyr.dir/lib/crc/crc4_sw.c.obj
new file mode 100644
index 0000000000000000000000000000000000000000..d485592012c70a386083be9f6ca5da9886a411d9
Binary files /dev/null and b/build/zephyr/CMakeFiles/zephyr.dir/lib/crc/crc4_sw.c.obj differ
diff --git a/build/zephyr/CMakeFiles/zephyr.dir/lib/crc/crc7_sw.c.obj b/build/zephyr/CMakeFiles/zephyr.dir/lib/crc/crc7_sw.c.obj
new file mode 100644
index 0000000000000000000000000000000000000000..8a037676bd1cabd9142da2bbddeb00fabc0f3c2b
Binary files /dev/null and b/build/zephyr/CMakeFiles/zephyr.dir/lib/crc/crc7_sw.c.obj differ
diff --git a/build/zephyr/CMakeFiles/zephyr.dir/lib/crc/crc8_sw.c.obj b/build/zephyr/CMakeFiles/zephyr.dir/lib/crc/crc8_sw.c.obj
new file mode 100644
index 0000000000000000000000000000000000000000..ca590ca00f63ebceacb319775e61fd8fcd63e72b
Binary files /dev/null and b/build/zephyr/CMakeFiles/zephyr.dir/lib/crc/crc8_sw.c.obj differ
diff --git a/build/zephyr/CMakeFiles/zephyr.dir/lib/heap/heap.c.obj b/build/zephyr/CMakeFiles/zephyr.dir/lib/heap/heap.c.obj
new file mode 100644
index 0000000000000000000000000000000000000000..7450466900fc920af85f8c68c1645bc1c610b681
Binary files /dev/null and b/build/zephyr/CMakeFiles/zephyr.dir/lib/heap/heap.c.obj differ
diff --git a/build/zephyr/CMakeFiles/zephyr.dir/lib/os/assert.c.obj b/build/zephyr/CMakeFiles/zephyr.dir/lib/os/assert.c.obj
new file mode 100644
index 0000000000000000000000000000000000000000..a9b8b919fba2c88c8241d10bcd39aaa182dc42af
Binary files /dev/null and b/build/zephyr/CMakeFiles/zephyr.dir/lib/os/assert.c.obj differ
diff --git a/build/zephyr/CMakeFiles/zephyr.dir/lib/os/cbprintf.c.obj b/build/zephyr/CMakeFiles/zephyr.dir/lib/os/cbprintf.c.obj
new file mode 100644
index 0000000000000000000000000000000000000000..bc20b74af2b483e9cd3652e21ea52c082d999461
Binary files /dev/null and b/build/zephyr/CMakeFiles/zephyr.dir/lib/os/cbprintf.c.obj differ
diff --git a/build/zephyr/CMakeFiles/zephyr.dir/lib/os/cbprintf_complete.c.obj b/build/zephyr/CMakeFiles/zephyr.dir/lib/os/cbprintf_complete.c.obj
new file mode 100644
index 0000000000000000000000000000000000000000..9639aa625c8a68375b078e18ba3ca2bdc11adce7
Binary files /dev/null and b/build/zephyr/CMakeFiles/zephyr.dir/lib/os/cbprintf_complete.c.obj differ
diff --git a/build/zephyr/CMakeFiles/zephyr.dir/lib/os/cbprintf_packaged.c.obj b/build/zephyr/CMakeFiles/zephyr.dir/lib/os/cbprintf_packaged.c.obj
new file mode 100644
index 0000000000000000000000000000000000000000..aed31b341679ee5bc72aa4ce3113029d2f5b087e
Binary files /dev/null and b/build/zephyr/CMakeFiles/zephyr.dir/lib/os/cbprintf_packaged.c.obj differ
diff --git a/build/zephyr/CMakeFiles/zephyr.dir/lib/os/mpsc_pbuf.c.obj b/build/zephyr/CMakeFiles/zephyr.dir/lib/os/mpsc_pbuf.c.obj
new file mode 100644
index 0000000000000000000000000000000000000000..df78c0ea103d2b7b9c0ed94d0c609b80d83959c4
Binary files /dev/null and b/build/zephyr/CMakeFiles/zephyr.dir/lib/os/mpsc_pbuf.c.obj differ
diff --git a/build/zephyr/CMakeFiles/zephyr.dir/lib/os/printk.c.obj b/build/zephyr/CMakeFiles/zephyr.dir/lib/os/printk.c.obj
new file mode 100644
index 0000000000000000000000000000000000000000..eaf9c24ed6a42e8b6cb9b6fb4cad88886faecc84
Binary files /dev/null and b/build/zephyr/CMakeFiles/zephyr.dir/lib/os/printk.c.obj differ
diff --git a/build/zephyr/CMakeFiles/zephyr.dir/lib/os/sem.c.obj b/build/zephyr/CMakeFiles/zephyr.dir/lib/os/sem.c.obj
new file mode 100644
index 0000000000000000000000000000000000000000..570f1b2b6c6e8020856e39ad98c7cf3ff51d4e31
Binary files /dev/null and b/build/zephyr/CMakeFiles/zephyr.dir/lib/os/sem.c.obj differ
diff --git a/build/zephyr/CMakeFiles/zephyr.dir/lib/os/thread_entry.c.obj b/build/zephyr/CMakeFiles/zephyr.dir/lib/os/thread_entry.c.obj
new file mode 100644
index 0000000000000000000000000000000000000000..047ad5f5d48b45b2ac1553c7b12fdd1385ae061a
Binary files /dev/null and b/build/zephyr/CMakeFiles/zephyr.dir/lib/os/thread_entry.c.obj differ
diff --git a/build/zephyr/CMakeFiles/zephyr.dir/lib/utils/bitarray.c.obj b/build/zephyr/CMakeFiles/zephyr.dir/lib/utils/bitarray.c.obj
new file mode 100644
index 0000000000000000000000000000000000000000..4337502d81b914e0a804c18b776142112e4cf395
Binary files /dev/null and b/build/zephyr/CMakeFiles/zephyr.dir/lib/utils/bitarray.c.obj differ
diff --git a/build/zephyr/CMakeFiles/zephyr.dir/lib/utils/dec.c.obj b/build/zephyr/CMakeFiles/zephyr.dir/lib/utils/dec.c.obj
new file mode 100644
index 0000000000000000000000000000000000000000..43a2001cfc44a6e46aac5397a795390724c07905
Binary files /dev/null and b/build/zephyr/CMakeFiles/zephyr.dir/lib/utils/dec.c.obj differ
diff --git a/build/zephyr/CMakeFiles/zephyr.dir/lib/utils/hex.c.obj b/build/zephyr/CMakeFiles/zephyr.dir/lib/utils/hex.c.obj
new file mode 100644
index 0000000000000000000000000000000000000000..f560cb01b48a6d1137610e1ac24166f5a2963ed6
Binary files /dev/null and b/build/zephyr/CMakeFiles/zephyr.dir/lib/utils/hex.c.obj differ
diff --git a/build/zephyr/CMakeFiles/zephyr.dir/lib/utils/notify.c.obj b/build/zephyr/CMakeFiles/zephyr.dir/lib/utils/notify.c.obj
new file mode 100644
index 0000000000000000000000000000000000000000..fa81266e321be08916375f47a727a7d8b16d1922
Binary files /dev/null and b/build/zephyr/CMakeFiles/zephyr.dir/lib/utils/notify.c.obj differ
diff --git a/build/zephyr/CMakeFiles/zephyr.dir/lib/utils/onoff.c.obj b/build/zephyr/CMakeFiles/zephyr.dir/lib/utils/onoff.c.obj
new file mode 100644
index 0000000000000000000000000000000000000000..944a449586c93f360ed04debf0d44dd78a051341
Binary files /dev/null and b/build/zephyr/CMakeFiles/zephyr.dir/lib/utils/onoff.c.obj differ
diff --git a/build/zephyr/CMakeFiles/zephyr.dir/lib/utils/rb.c.obj b/build/zephyr/CMakeFiles/zephyr.dir/lib/utils/rb.c.obj
new file mode 100644
index 0000000000000000000000000000000000000000..135d908fb0807132e49dd9c7f68b2d02cae1b8e0
Binary files /dev/null and b/build/zephyr/CMakeFiles/zephyr.dir/lib/utils/rb.c.obj differ
diff --git a/build/zephyr/CMakeFiles/zephyr.dir/lib/utils/timeutil.c.obj b/build/zephyr/CMakeFiles/zephyr.dir/lib/utils/timeutil.c.obj
new file mode 100644
index 0000000000000000000000000000000000000000..a202bab4d5c1948bbffb16968bb48c2967dbe43b
Binary files /dev/null and b/build/zephyr/CMakeFiles/zephyr.dir/lib/utils/timeutil.c.obj differ
diff --git a/build/zephyr/CMakeFiles/zephyr.dir/misc/generated/configs.c.obj b/build/zephyr/CMakeFiles/zephyr.dir/misc/generated/configs.c.obj
new file mode 100644
index 0000000000000000000000000000000000000000..7efe5acaafc89d76867433a682b9e9d13f9cb725
Binary files /dev/null and b/build/zephyr/CMakeFiles/zephyr.dir/misc/generated/configs.c.obj differ
diff --git a/build/zephyr/CMakeFiles/zephyr.dir/opt/ncs/modules/crypto/tinycrypt/lib/source/aes_decrypt.c.obj b/build/zephyr/CMakeFiles/zephyr.dir/opt/ncs/modules/crypto/tinycrypt/lib/source/aes_decrypt.c.obj
new file mode 100644
index 0000000000000000000000000000000000000000..71b9f47e29aef008bb083eb1d0f50521acd4cef0
Binary files /dev/null and b/build/zephyr/CMakeFiles/zephyr.dir/opt/ncs/modules/crypto/tinycrypt/lib/source/aes_decrypt.c.obj differ
diff --git a/build/zephyr/CMakeFiles/zephyr.dir/opt/ncs/modules/crypto/tinycrypt/lib/source/aes_encrypt.c.obj b/build/zephyr/CMakeFiles/zephyr.dir/opt/ncs/modules/crypto/tinycrypt/lib/source/aes_encrypt.c.obj
new file mode 100644
index 0000000000000000000000000000000000000000..f4a92fc141678d4de4697fcfe2ff6876f26f7426
Binary files /dev/null and b/build/zephyr/CMakeFiles/zephyr.dir/opt/ncs/modules/crypto/tinycrypt/lib/source/aes_encrypt.c.obj differ
diff --git a/build/zephyr/CMakeFiles/zephyr.dir/opt/ncs/modules/crypto/tinycrypt/lib/source/cmac_mode.c.obj b/build/zephyr/CMakeFiles/zephyr.dir/opt/ncs/modules/crypto/tinycrypt/lib/source/cmac_mode.c.obj
new file mode 100644
index 0000000000000000000000000000000000000000..4f6e878b63976a97fe5899f81293b36b317b0d75
Binary files /dev/null and b/build/zephyr/CMakeFiles/zephyr.dir/opt/ncs/modules/crypto/tinycrypt/lib/source/cmac_mode.c.obj differ
diff --git a/build/zephyr/CMakeFiles/zephyr.dir/opt/ncs/modules/crypto/tinycrypt/lib/source/utils.c.obj b/build/zephyr/CMakeFiles/zephyr.dir/opt/ncs/modules/crypto/tinycrypt/lib/source/utils.c.obj
new file mode 100644
index 0000000000000000000000000000000000000000..233509ede6d57f8183ad997f73a95cb9954cf409
Binary files /dev/null and b/build/zephyr/CMakeFiles/zephyr.dir/opt/ncs/modules/crypto/tinycrypt/lib/source/utils.c.obj differ
diff --git a/build/zephyr/CMakeFiles/zephyr.dir/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver/lis2mdl_reg.c.obj b/build/zephyr/CMakeFiles/zephyr.dir/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver/lis2mdl_reg.c.obj
new file mode 100644
index 0000000000000000000000000000000000000000..8a611729665b7632e7ab6ef840da67110bef2d3b
Binary files /dev/null and b/build/zephyr/CMakeFiles/zephyr.dir/opt/ncs/modules/hal/st/sensor/stmemsc/lis2mdl_STdC/driver/lis2mdl_reg.c.obj differ
diff --git a/build/zephyr/CMakeFiles/zephyr.dir/opt/ncs/nrf/lib/boot_banner/banner.c.obj b/build/zephyr/CMakeFiles/zephyr.dir/opt/ncs/nrf/lib/boot_banner/banner.c.obj
new file mode 100644
index 0000000000000000000000000000000000000000..a471228ee77b74cc04dfd07f807b18ff4d276fd5
Binary files /dev/null and b/build/zephyr/CMakeFiles/zephyr.dir/opt/ncs/nrf/lib/boot_banner/banner.c.obj differ
diff --git a/build/zephyr/CMakeFiles/zephyr.dir/opt/ncs/nrf/subsys/bluetooth/host_extensions/host_extensions.c.obj b/build/zephyr/CMakeFiles/zephyr.dir/opt/ncs/nrf/subsys/bluetooth/host_extensions/host_extensions.c.obj
new file mode 100644
index 0000000000000000000000000000000000000000..ebaeb6711649345fc2448eec76b500aa7190bab3
Binary files /dev/null and b/build/zephyr/CMakeFiles/zephyr.dir/opt/ncs/nrf/subsys/bluetooth/host_extensions/host_extensions.c.obj differ
diff --git a/build/zephyr/CMakeFiles/zephyr.dir/subsys/fs/nvs/nvs.c.obj b/build/zephyr/CMakeFiles/zephyr.dir/subsys/fs/nvs/nvs.c.obj
new file mode 100644
index 0000000000000000000000000000000000000000..6a2eb2b2f4c6d68baf14a9e32af887836bb62fcd
Binary files /dev/null and b/build/zephyr/CMakeFiles/zephyr.dir/subsys/fs/nvs/nvs.c.obj differ
diff --git a/build/zephyr/CMakeFiles/zephyr.dir/subsys/logging/backends/log_backend_uart.c.obj b/build/zephyr/CMakeFiles/zephyr.dir/subsys/logging/backends/log_backend_uart.c.obj
new file mode 100644
index 0000000000000000000000000000000000000000..e1d937ea02fabc0f77201c6d0151c876a513b3e1
Binary files /dev/null and b/build/zephyr/CMakeFiles/zephyr.dir/subsys/logging/backends/log_backend_uart.c.obj differ
diff --git a/build/zephyr/CMakeFiles/zephyr.dir/subsys/logging/log_cache.c.obj b/build/zephyr/CMakeFiles/zephyr.dir/subsys/logging/log_cache.c.obj
new file mode 100644
index 0000000000000000000000000000000000000000..47292851919e49906e3eacce3032d3f3c97a2e36
Binary files /dev/null and b/build/zephyr/CMakeFiles/zephyr.dir/subsys/logging/log_cache.c.obj differ
diff --git a/build/zephyr/CMakeFiles/zephyr.dir/subsys/logging/log_core.c.obj b/build/zephyr/CMakeFiles/zephyr.dir/subsys/logging/log_core.c.obj
new file mode 100644
index 0000000000000000000000000000000000000000..976ffa5934896bce6ef88771a09965a0dbd31b57
Binary files /dev/null and b/build/zephyr/CMakeFiles/zephyr.dir/subsys/logging/log_core.c.obj differ
diff --git a/build/zephyr/CMakeFiles/zephyr.dir/subsys/logging/log_mgmt.c.obj b/build/zephyr/CMakeFiles/zephyr.dir/subsys/logging/log_mgmt.c.obj
new file mode 100644
index 0000000000000000000000000000000000000000..e6e7ded37a6fa3401f57f7c02f11e732395a7ec5
Binary files /dev/null and b/build/zephyr/CMakeFiles/zephyr.dir/subsys/logging/log_mgmt.c.obj differ
diff --git a/build/zephyr/CMakeFiles/zephyr.dir/subsys/logging/log_msg.c.obj b/build/zephyr/CMakeFiles/zephyr.dir/subsys/logging/log_msg.c.obj
new file mode 100644
index 0000000000000000000000000000000000000000..d0e9fb2d78f01b1abc6dfc1717fb7634c9e75ed8
Binary files /dev/null and b/build/zephyr/CMakeFiles/zephyr.dir/subsys/logging/log_msg.c.obj differ
diff --git a/build/zephyr/CMakeFiles/zephyr.dir/subsys/logging/log_output.c.obj b/build/zephyr/CMakeFiles/zephyr.dir/subsys/logging/log_output.c.obj
new file mode 100644
index 0000000000000000000000000000000000000000..6a99dba5ab3b0105333563290f084e61e1bf5460
Binary files /dev/null and b/build/zephyr/CMakeFiles/zephyr.dir/subsys/logging/log_output.c.obj differ
diff --git a/build/zephyr/CMakeFiles/zephyr.dir/subsys/net/lib/utils/addr_utils.c.obj b/build/zephyr/CMakeFiles/zephyr.dir/subsys/net/lib/utils/addr_utils.c.obj
new file mode 100644
index 0000000000000000000000000000000000000000..02be0e6ebf271d2c03d9201b2e48b446731e6b1b
Binary files /dev/null and b/build/zephyr/CMakeFiles/zephyr.dir/subsys/net/lib/utils/addr_utils.c.obj differ
diff --git a/build/zephyr/CMakeFiles/zephyr.dir/subsys/settings/src/settings.c.obj b/build/zephyr/CMakeFiles/zephyr.dir/subsys/settings/src/settings.c.obj
new file mode 100644
index 0000000000000000000000000000000000000000..e6121158a6eab35d80285dcbd545a5fa8872f757
Binary files /dev/null and b/build/zephyr/CMakeFiles/zephyr.dir/subsys/settings/src/settings.c.obj differ
diff --git a/build/zephyr/CMakeFiles/zephyr.dir/subsys/settings/src/settings_init.c.obj b/build/zephyr/CMakeFiles/zephyr.dir/subsys/settings/src/settings_init.c.obj
new file mode 100644
index 0000000000000000000000000000000000000000..d9f3513424bd7837c41e6d06ecaa162f0ef3275f
Binary files /dev/null and b/build/zephyr/CMakeFiles/zephyr.dir/subsys/settings/src/settings_init.c.obj differ
diff --git a/build/zephyr/CMakeFiles/zephyr.dir/subsys/settings/src/settings_line.c.obj b/build/zephyr/CMakeFiles/zephyr.dir/subsys/settings/src/settings_line.c.obj
new file mode 100644
index 0000000000000000000000000000000000000000..ec0497f7d4164fc1211c06af223cd48e8a29130c
Binary files /dev/null and b/build/zephyr/CMakeFiles/zephyr.dir/subsys/settings/src/settings_line.c.obj differ
diff --git a/build/zephyr/CMakeFiles/zephyr.dir/subsys/settings/src/settings_nvs.c.obj b/build/zephyr/CMakeFiles/zephyr.dir/subsys/settings/src/settings_nvs.c.obj
new file mode 100644
index 0000000000000000000000000000000000000000..c4d06a3977d8bf21409bc474fd9b26f3696abd2d
Binary files /dev/null and b/build/zephyr/CMakeFiles/zephyr.dir/subsys/settings/src/settings_nvs.c.obj differ
diff --git a/build/zephyr/CMakeFiles/zephyr.dir/subsys/settings/src/settings_store.c.obj b/build/zephyr/CMakeFiles/zephyr.dir/subsys/settings/src/settings_store.c.obj
new file mode 100644
index 0000000000000000000000000000000000000000..711accf94c968f436c072da58b0e4b03fd840931
Binary files /dev/null and b/build/zephyr/CMakeFiles/zephyr.dir/subsys/settings/src/settings_store.c.obj differ
diff --git a/build/zephyr/CMakeFiles/zephyr.dir/subsys/storage/flash_map/flash_map.c.obj b/build/zephyr/CMakeFiles/zephyr.dir/subsys/storage/flash_map/flash_map.c.obj
new file mode 100644
index 0000000000000000000000000000000000000000..912662e0f1f02fa8f275ebc9871441c88c44d4f4
Binary files /dev/null and b/build/zephyr/CMakeFiles/zephyr.dir/subsys/storage/flash_map/flash_map.c.obj differ
diff --git a/build/zephyr/CMakeFiles/zephyr.dir/subsys/storage/flash_map/flash_map_default.c.obj b/build/zephyr/CMakeFiles/zephyr.dir/subsys/storage/flash_map/flash_map_default.c.obj
new file mode 100644
index 0000000000000000000000000000000000000000..bd2cdccbf0aaa7bbc1acc35503cdaf06948a0a8a
Binary files /dev/null and b/build/zephyr/CMakeFiles/zephyr.dir/subsys/storage/flash_map/flash_map_default.c.obj differ
diff --git a/build/zephyr/CMakeFiles/zephyr.dir/subsys/storage/flash_map/flash_map_layout.c.obj b/build/zephyr/CMakeFiles/zephyr.dir/subsys/storage/flash_map/flash_map_layout.c.obj
new file mode 100644
index 0000000000000000000000000000000000000000..68e0c78393b8652d7d3f8ed26bc4c465a308a52f
Binary files /dev/null and b/build/zephyr/CMakeFiles/zephyr.dir/subsys/storage/flash_map/flash_map_layout.c.obj differ
diff --git a/build/zephyr/CMakeFiles/zephyr.dir/subsys/tracing/tracing_none.c.obj b/build/zephyr/CMakeFiles/zephyr.dir/subsys/tracing/tracing_none.c.obj
new file mode 100644
index 0000000000000000000000000000000000000000..08c652ad5f211ae82193140608c9c0c7e8880f01
Binary files /dev/null and b/build/zephyr/CMakeFiles/zephyr.dir/subsys/tracing/tracing_none.c.obj differ
diff --git a/build/zephyr/CMakeFiles/zephyr_final.dir/isr_tables.c.obj b/build/zephyr/CMakeFiles/zephyr_final.dir/isr_tables.c.obj
new file mode 100644
index 0000000000000000000000000000000000000000..f358e3641d9e44cfc64546448c4c29f0aa85c058
Binary files /dev/null and b/build/zephyr/CMakeFiles/zephyr_final.dir/isr_tables.c.obj differ
diff --git a/build/zephyr/CMakeFiles/zephyr_final.dir/misc/empty_file.c.obj b/build/zephyr/CMakeFiles/zephyr_final.dir/misc/empty_file.c.obj
new file mode 100644
index 0000000000000000000000000000000000000000..31b4f3dcf021a6974274881b21811a28f3d61d6b
Binary files /dev/null and b/build/zephyr/CMakeFiles/zephyr_final.dir/misc/empty_file.c.obj differ
diff --git a/build/zephyr/CMakeFiles/zephyr_pre0.dir/misc/empty_file.c.obj b/build/zephyr/CMakeFiles/zephyr_pre0.dir/misc/empty_file.c.obj
new file mode 100644
index 0000000000000000000000000000000000000000..31b4f3dcf021a6974274881b21811a28f3d61d6b
Binary files /dev/null and b/build/zephyr/CMakeFiles/zephyr_pre0.dir/misc/empty_file.c.obj differ
diff --git a/build/zephyr/arch/arch/arm/cmake_install.cmake b/build/zephyr/arch/arch/arm/cmake_install.cmake
new file mode 100644
index 0000000000000000000000000000000000000000..bbcdc001fb891f07c3a6a93aedc63f974e839bca
--- /dev/null
+++ b/build/zephyr/arch/arch/arm/cmake_install.cmake
@@ -0,0 +1,44 @@
+# Install script for directory: /opt/ncs/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 "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-objdump")
+endif()
+
+if(NOT CMAKE_INSTALL_LOCAL_ONLY)
+  # Include the install script for the subdirectory.
+  include("/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/arch/arch/arm/core/cmake_install.cmake")
+endif()
+
diff --git a/build/zephyr/arch/arch/arm/core/CMakeFiles/arch__arm__core.dir/fatal.c.obj b/build/zephyr/arch/arch/arm/core/CMakeFiles/arch__arm__core.dir/fatal.c.obj
new file mode 100644
index 0000000000000000000000000000000000000000..111361026cab1ce9fc3689c10dbd2efb0c723006
Binary files /dev/null and b/build/zephyr/arch/arch/arm/core/CMakeFiles/arch__arm__core.dir/fatal.c.obj differ
diff --git a/build/zephyr/arch/arch/arm/core/CMakeFiles/arch__arm__core.dir/nmi.c.obj b/build/zephyr/arch/arch/arm/core/CMakeFiles/arch__arm__core.dir/nmi.c.obj
new file mode 100644
index 0000000000000000000000000000000000000000..9384479299712f411207fc6cde897cc7b6fb7ba3
Binary files /dev/null and b/build/zephyr/arch/arch/arm/core/CMakeFiles/arch__arm__core.dir/nmi.c.obj differ
diff --git a/build/zephyr/arch/arch/arm/core/CMakeFiles/arch__arm__core.dir/nmi_on_reset.S.obj b/build/zephyr/arch/arch/arm/core/CMakeFiles/arch__arm__core.dir/nmi_on_reset.S.obj
new file mode 100644
index 0000000000000000000000000000000000000000..6587e869c29d66351ebf29e9da8d0865f63fa9ea
Binary files /dev/null and b/build/zephyr/arch/arch/arm/core/CMakeFiles/arch__arm__core.dir/nmi_on_reset.S.obj differ
diff --git a/build/zephyr/arch/arch/arm/core/cmake_install.cmake b/build/zephyr/arch/arch/arm/core/cmake_install.cmake
new file mode 100644
index 0000000000000000000000000000000000000000..41a0796d03b64ce144803de96588ef06c6cfecbf
--- /dev/null
+++ b/build/zephyr/arch/arch/arm/core/cmake_install.cmake
@@ -0,0 +1,44 @@
+# Install script for directory: /opt/ncs/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 "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-objdump")
+endif()
+
+if(NOT CMAKE_INSTALL_LOCAL_ONLY)
+  # Include the install script for the subdirectory.
+  include("/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/arch/arch/arm/core/cortex_m/cmake_install.cmake")
+endif()
+
diff --git a/build/zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/cpu_idle.c.obj b/build/zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/cpu_idle.c.obj
new file mode 100644
index 0000000000000000000000000000000000000000..eaf47f9b140b3853f5571af02cb05a1d7aa05fe1
Binary files /dev/null and b/build/zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/cpu_idle.c.obj differ
diff --git a/build/zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/exc_exit.c.obj b/build/zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/exc_exit.c.obj
new file mode 100644
index 0000000000000000000000000000000000000000..d65983240623ab812d1e8ef80fb0b79c3d2ace0a
Binary files /dev/null and b/build/zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/exc_exit.c.obj differ
diff --git a/build/zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/fault.c.obj b/build/zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/fault.c.obj
new file mode 100644
index 0000000000000000000000000000000000000000..c1e6ae0f454b1ac4adea39a031cd9a0468f05b6e
Binary files /dev/null and b/build/zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/fault.c.obj differ
diff --git a/build/zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/fault_s.S.obj b/build/zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/fault_s.S.obj
new file mode 100644
index 0000000000000000000000000000000000000000..1ad483781dd219674b27d94a11c96b87775b7b9f
Binary files /dev/null and b/build/zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/fault_s.S.obj differ
diff --git a/build/zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/fpu.c.obj b/build/zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/fpu.c.obj
new file mode 100644
index 0000000000000000000000000000000000000000..6a98f494fde883c0f044de466eb538407a4aae48
Binary files /dev/null and b/build/zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/fpu.c.obj differ
diff --git a/build/zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/irq_init.c.obj b/build/zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/irq_init.c.obj
new file mode 100644
index 0000000000000000000000000000000000000000..bd63c764de086db6204aac103560bb394ad50c3b
Binary files /dev/null and b/build/zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/irq_init.c.obj differ
diff --git a/build/zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/irq_manage.c.obj b/build/zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/irq_manage.c.obj
new file mode 100644
index 0000000000000000000000000000000000000000..d6b91f7d50b8dda57b0c4fb38e2cbcfc2ed11fc8
Binary files /dev/null and b/build/zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/irq_manage.c.obj differ
diff --git a/build/zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/isr_wrapper.c.obj b/build/zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/isr_wrapper.c.obj
new file mode 100644
index 0000000000000000000000000000000000000000..cb618ce17da759a5467502cb16d6a239ab6d69d5
Binary files /dev/null and b/build/zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/isr_wrapper.c.obj differ
diff --git a/build/zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/prep_c.c.obj b/build/zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/prep_c.c.obj
new file mode 100644
index 0000000000000000000000000000000000000000..f77464e35fbf2cd0c2d4aa0ff769e88a7f5a5a1a
Binary files /dev/null and b/build/zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/prep_c.c.obj differ
diff --git a/build/zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/reset.S.obj b/build/zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/reset.S.obj
new file mode 100644
index 0000000000000000000000000000000000000000..41c9440b657a6d2d865805a512645fda3f1cd1d2
Binary files /dev/null and b/build/zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/reset.S.obj differ
diff --git a/build/zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/scb.c.obj b/build/zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/scb.c.obj
new file mode 100644
index 0000000000000000000000000000000000000000..46c4c4a4d7b8212220c06b3dfbc90afdfe52067a
Binary files /dev/null and b/build/zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/scb.c.obj differ
diff --git a/build/zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/swap.c.obj b/build/zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/swap.c.obj
new file mode 100644
index 0000000000000000000000000000000000000000..c786f6c01e6a737cab55a284b2a5c8c1d02b5e5c
Binary files /dev/null and b/build/zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/swap.c.obj differ
diff --git a/build/zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/swap_helper.S.obj b/build/zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/swap_helper.S.obj
new file mode 100644
index 0000000000000000000000000000000000000000..f3c26303b013d718c15694ba6c40a79a774b156d
Binary files /dev/null and b/build/zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/swap_helper.S.obj differ
diff --git a/build/zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/thread.c.obj b/build/zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/thread.c.obj
new file mode 100644
index 0000000000000000000000000000000000000000..c6f12001ac2f277baec458fcab957b2530cbe375
Binary files /dev/null and b/build/zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/thread.c.obj differ
diff --git a/build/zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/thread_abort.c.obj b/build/zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/thread_abort.c.obj
new file mode 100644
index 0000000000000000000000000000000000000000..25f41536d7ae4bec36d756bcfdca6dfef42a2ca1
Binary files /dev/null and b/build/zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/thread_abort.c.obj differ
diff --git a/build/zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/vector_table.S.obj b/build/zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/vector_table.S.obj
new file mode 100644
index 0000000000000000000000000000000000000000..675c4f1edab6b627faba618b2308753281f12c08
Binary files /dev/null and b/build/zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/vector_table.S.obj differ
diff --git a/build/zephyr/arch/arch/arm/core/cortex_m/cmake_install.cmake b/build/zephyr/arch/arch/arm/core/cortex_m/cmake_install.cmake
new file mode 100644
index 0000000000000000000000000000000000000000..1a77348e6a2653e799f3bab13e9947f10244e8f1
--- /dev/null
+++ b/build/zephyr/arch/arch/arm/core/cortex_m/cmake_install.cmake
@@ -0,0 +1,39 @@
+# Install script for directory: /opt/ncs/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 "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-objdump")
+endif()
+
diff --git a/build/zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a b/build/zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a
new file mode 100644
index 0000000000000000000000000000000000000000..a5902467057e7189c6d9892fd15c56081a364491
Binary files /dev/null and b/build/zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a differ
diff --git a/build/zephyr/arch/arch/arm/core/libarch__arm__core.a b/build/zephyr/arch/arch/arm/core/libarch__arm__core.a
new file mode 100644
index 0000000000000000000000000000000000000000..04937e6ebfd3790b6ef1fad881ef93caab8387aa
Binary files /dev/null and b/build/zephyr/arch/arch/arm/core/libarch__arm__core.a differ
diff --git a/build/zephyr/arch/cmake_install.cmake b/build/zephyr/arch/cmake_install.cmake
new file mode 100644
index 0000000000000000000000000000000000000000..4a9462d20f1f22748e991fe9e217a81da96bc5e0
--- /dev/null
+++ b/build/zephyr/arch/cmake_install.cmake
@@ -0,0 +1,49 @@
+# Install script for directory: /opt/ncs/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 "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-objdump")
+endif()
+
+if(NOT CMAKE_INSTALL_LOCAL_ONLY)
+  # Include the install script for the subdirectory.
+  include("/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/arch/common/cmake_install.cmake")
+endif()
+
+if(NOT CMAKE_INSTALL_LOCAL_ONLY)
+  # Include the install script for the subdirectory.
+  include("/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/arch/arch/arm/cmake_install.cmake")
+endif()
+
diff --git a/build/zephyr/arch/common/CMakeFiles/arch__common.dir/sw_isr_common.c.obj b/build/zephyr/arch/common/CMakeFiles/arch__common.dir/sw_isr_common.c.obj
new file mode 100644
index 0000000000000000000000000000000000000000..05b2ea91bcc915a65bc84445b3626ce7b0ad0dfa
Binary files /dev/null and b/build/zephyr/arch/common/CMakeFiles/arch__common.dir/sw_isr_common.c.obj differ
diff --git a/build/zephyr/arch/common/CMakeFiles/isr_tables.dir/isr_tables.c.obj b/build/zephyr/arch/common/CMakeFiles/isr_tables.dir/isr_tables.c.obj
new file mode 100644
index 0000000000000000000000000000000000000000..761316fee4a299ee500e8f20caa7c203f3f85701
Binary files /dev/null and b/build/zephyr/arch/common/CMakeFiles/isr_tables.dir/isr_tables.c.obj differ
diff --git a/build/zephyr/arch/common/cmake_install.cmake b/build/zephyr/arch/common/cmake_install.cmake
new file mode 100644
index 0000000000000000000000000000000000000000..73b86094e63f9d1d96c13a1da4d37a5da8c160a5
--- /dev/null
+++ b/build/zephyr/arch/common/cmake_install.cmake
@@ -0,0 +1,39 @@
+# Install script for directory: /opt/ncs/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 "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-objdump")
+endif()
+
diff --git a/build/zephyr/arch/common/libarch__common.a b/build/zephyr/arch/common/libarch__common.a
new file mode 100644
index 0000000000000000000000000000000000000000..4c9fe223212a4d8622bbfbf0dc2c455b4bff321e
Binary files /dev/null and b/build/zephyr/arch/common/libarch__common.a differ
diff --git a/build/zephyr/arch/common/libisr_tables.a b/build/zephyr/arch/common/libisr_tables.a
new file mode 100644
index 0000000000000000000000000000000000000000..33f925de5f887b306a77dcee17ebe9bf7b557342
Binary files /dev/null and b/build/zephyr/arch/common/libisr_tables.a differ
diff --git a/build/zephyr/boards/cmake_install.cmake b/build/zephyr/boards/cmake_install.cmake
new file mode 100644
index 0000000000000000000000000000000000000000..7e4fbcce8ef3be4c80a65668052695e960e113b1
--- /dev/null
+++ b/build/zephyr/boards/cmake_install.cmake
@@ -0,0 +1,39 @@
+# Install script for directory: /opt/ncs/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 "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-objdump")
+endif()
+
diff --git a/build/zephyr/cmake/flash/cmake_install.cmake b/build/zephyr/cmake/flash/cmake_install.cmake
new file mode 100644
index 0000000000000000000000000000000000000000..4de1a5523a62204753c9f89fd8ec4e213bf1a0f9
--- /dev/null
+++ b/build/zephyr/cmake/flash/cmake_install.cmake
@@ -0,0 +1,39 @@
+# Install script for directory: /opt/ncs/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 "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-objdump")
+endif()
+
diff --git a/build/zephyr/cmake/reports/cmake_install.cmake b/build/zephyr/cmake/reports/cmake_install.cmake
new file mode 100644
index 0000000000000000000000000000000000000000..b7d4df960767836a4c0a9ac42329ba53b9df2aef
--- /dev/null
+++ b/build/zephyr/cmake/reports/cmake_install.cmake
@@ -0,0 +1,39 @@
+# Install script for directory: /opt/ncs/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 "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-objdump")
+endif()
+
diff --git a/build/zephyr/cmake/usage/cmake_install.cmake b/build/zephyr/cmake/usage/cmake_install.cmake
new file mode 100644
index 0000000000000000000000000000000000000000..03c49052693a9622dec02bde6ad7a1e262963e9f
--- /dev/null
+++ b/build/zephyr/cmake/usage/cmake_install.cmake
@@ -0,0 +1,39 @@
+# Install script for directory: /opt/ncs/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 "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-objdump")
+endif()
+
diff --git a/build/zephyr/cmake_install.cmake b/build/zephyr/cmake_install.cmake
new file mode 100644
index 0000000000000000000000000000000000000000..27928f70dc8ed390f03e39ae21465b2306bf3de1
--- /dev/null
+++ b/build/zephyr/cmake_install.cmake
@@ -0,0 +1,274 @@
+# Install script for directory: /opt/ncs/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 "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-objdump")
+endif()
+
+if(NOT CMAKE_INSTALL_LOCAL_ONLY)
+  # Include the install script for the subdirectory.
+  include("/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/arch/cmake_install.cmake")
+endif()
+
+if(NOT CMAKE_INSTALL_LOCAL_ONLY)
+  # Include the install script for the subdirectory.
+  include("/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/lib/cmake_install.cmake")
+endif()
+
+if(NOT CMAKE_INSTALL_LOCAL_ONLY)
+  # Include the install script for the subdirectory.
+  include("/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/soc/cmake_install.cmake")
+endif()
+
+if(NOT CMAKE_INSTALL_LOCAL_ONLY)
+  # Include the install script for the subdirectory.
+  include("/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/boards/cmake_install.cmake")
+endif()
+
+if(NOT CMAKE_INSTALL_LOCAL_ONLY)
+  # Include the install script for the subdirectory.
+  include("/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/subsys/cmake_install.cmake")
+endif()
+
+if(NOT CMAKE_INSTALL_LOCAL_ONLY)
+  # Include the install script for the subdirectory.
+  include("/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/drivers/cmake_install.cmake")
+endif()
+
+if(NOT CMAKE_INSTALL_LOCAL_ONLY)
+  # Include the install script for the subdirectory.
+  include("/home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/nrf/cmake_install.cmake")
+endif()
+
+if(NOT CMAKE_INSTALL_LOCAL_ONLY)
+  # Include the install script for the subdirectory.
+  include("/home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/mcuboot/cmake_install.cmake")
+endif()
+
+if(NOT CMAKE_INSTALL_LOCAL_ONLY)
+  # Include the install script for the subdirectory.
+  include("/home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/mbedtls/cmake_install.cmake")
+endif()
+
+if(NOT CMAKE_INSTALL_LOCAL_ONLY)
+  # Include the install script for the subdirectory.
+  include("/home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/trusted-firmware-m/cmake_install.cmake")
+endif()
+
+if(NOT CMAKE_INSTALL_LOCAL_ONLY)
+  # Include the install script for the subdirectory.
+  include("/home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/cjson/cmake_install.cmake")
+endif()
+
+if(NOT CMAKE_INSTALL_LOCAL_ONLY)
+  # Include the install script for the subdirectory.
+  include("/home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/azure-sdk-for-c/cmake_install.cmake")
+endif()
+
+if(NOT CMAKE_INSTALL_LOCAL_ONLY)
+  # Include the install script for the subdirectory.
+  include("/home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/cirrus-logic/cmake_install.cmake")
+endif()
+
+if(NOT CMAKE_INSTALL_LOCAL_ONLY)
+  # Include the install script for the subdirectory.
+  include("/home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/openthread/cmake_install.cmake")
+endif()
+
+if(NOT CMAKE_INSTALL_LOCAL_ONLY)
+  # Include the install script for the subdirectory.
+  include("/home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/suit-processor/cmake_install.cmake")
+endif()
+
+if(NOT CMAKE_INSTALL_LOCAL_ONLY)
+  # Include the install script for the subdirectory.
+  include("/home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/memfault-firmware-sdk/cmake_install.cmake")
+endif()
+
+if(NOT CMAKE_INSTALL_LOCAL_ONLY)
+  # Include the install script for the subdirectory.
+  include("/home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/canopennode/cmake_install.cmake")
+endif()
+
+if(NOT CMAKE_INSTALL_LOCAL_ONLY)
+  # Include the install script for the subdirectory.
+  include("/home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/chre/cmake_install.cmake")
+endif()
+
+if(NOT CMAKE_INSTALL_LOCAL_ONLY)
+  # Include the install script for the subdirectory.
+  include("/home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/lz4/cmake_install.cmake")
+endif()
+
+if(NOT CMAKE_INSTALL_LOCAL_ONLY)
+  # Include the install script for the subdirectory.
+  include("/home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/nanopb/cmake_install.cmake")
+endif()
+
+if(NOT CMAKE_INSTALL_LOCAL_ONLY)
+  # Include the install script for the subdirectory.
+  include("/home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/zscilib/cmake_install.cmake")
+endif()
+
+if(NOT CMAKE_INSTALL_LOCAL_ONLY)
+  # Include the install script for the subdirectory.
+  include("/home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/cmsis/cmake_install.cmake")
+endif()
+
+if(NOT CMAKE_INSTALL_LOCAL_ONLY)
+  # Include the install script for the subdirectory.
+  include("/home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/cmsis-dsp/cmake_install.cmake")
+endif()
+
+if(NOT CMAKE_INSTALL_LOCAL_ONLY)
+  # Include the install script for the subdirectory.
+  include("/home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/cmsis-nn/cmake_install.cmake")
+endif()
+
+if(NOT CMAKE_INSTALL_LOCAL_ONLY)
+  # Include the install script for the subdirectory.
+  include("/home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/fatfs/cmake_install.cmake")
+endif()
+
+if(NOT CMAKE_INSTALL_LOCAL_ONLY)
+  # Include the install script for the subdirectory.
+  include("/home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/hal_nordic/cmake_install.cmake")
+endif()
+
+if(NOT CMAKE_INSTALL_LOCAL_ONLY)
+  # Include the install script for the subdirectory.
+  include("/home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/hal_st/cmake_install.cmake")
+endif()
+
+if(NOT CMAKE_INSTALL_LOCAL_ONLY)
+  # Include the install script for the subdirectory.
+  include("/home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/hal_wurthelektronik/cmake_install.cmake")
+endif()
+
+if(NOT CMAKE_INSTALL_LOCAL_ONLY)
+  # Include the install script for the subdirectory.
+  include("/home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/libmetal/cmake_install.cmake")
+endif()
+
+if(NOT CMAKE_INSTALL_LOCAL_ONLY)
+  # Include the install script for the subdirectory.
+  include("/home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/liblc3/cmake_install.cmake")
+endif()
+
+if(NOT CMAKE_INSTALL_LOCAL_ONLY)
+  # Include the install script for the subdirectory.
+  include("/home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/littlefs/cmake_install.cmake")
+endif()
+
+if(NOT CMAKE_INSTALL_LOCAL_ONLY)
+  # Include the install script for the subdirectory.
+  include("/home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/loramac-node/cmake_install.cmake")
+endif()
+
+if(NOT CMAKE_INSTALL_LOCAL_ONLY)
+  # Include the install script for the subdirectory.
+  include("/home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/lvgl/cmake_install.cmake")
+endif()
+
+if(NOT CMAKE_INSTALL_LOCAL_ONLY)
+  # Include the install script for the subdirectory.
+  include("/home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/mipi-sys-t/cmake_install.cmake")
+endif()
+
+if(NOT CMAKE_INSTALL_LOCAL_ONLY)
+  # Include the install script for the subdirectory.
+  include("/home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/nrf_hw_models/cmake_install.cmake")
+endif()
+
+if(NOT CMAKE_INSTALL_LOCAL_ONLY)
+  # Include the install script for the subdirectory.
+  include("/home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/open-amp/cmake_install.cmake")
+endif()
+
+if(NOT CMAKE_INSTALL_LOCAL_ONLY)
+  # Include the install script for the subdirectory.
+  include("/home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/picolibc/cmake_install.cmake")
+endif()
+
+if(NOT CMAKE_INSTALL_LOCAL_ONLY)
+  # Include the install script for the subdirectory.
+  include("/home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/segger/cmake_install.cmake")
+endif()
+
+if(NOT CMAKE_INSTALL_LOCAL_ONLY)
+  # Include the install script for the subdirectory.
+  include("/home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/tinycrypt/cmake_install.cmake")
+endif()
+
+if(NOT CMAKE_INSTALL_LOCAL_ONLY)
+  # Include the install script for the subdirectory.
+  include("/home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/uoscore-uedhoc/cmake_install.cmake")
+endif()
+
+if(NOT CMAKE_INSTALL_LOCAL_ONLY)
+  # Include the install script for the subdirectory.
+  include("/home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/zcbor/cmake_install.cmake")
+endif()
+
+if(NOT CMAKE_INSTALL_LOCAL_ONLY)
+  # Include the install script for the subdirectory.
+  include("/home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/nrfxlib/cmake_install.cmake")
+endif()
+
+if(NOT CMAKE_INSTALL_LOCAL_ONLY)
+  # Include the install script for the subdirectory.
+  include("/home/code/workspace/projet_systm_menacer/projetalexiot/build/modules/connectedhomeip/cmake_install.cmake")
+endif()
+
+if(NOT CMAKE_INSTALL_LOCAL_ONLY)
+  # Include the install script for the subdirectory.
+  include("/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/kernel/cmake_install.cmake")
+endif()
+
+if(NOT CMAKE_INSTALL_LOCAL_ONLY)
+  # Include the install script for the subdirectory.
+  include("/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/cmake/flash/cmake_install.cmake")
+endif()
+
+if(NOT CMAKE_INSTALL_LOCAL_ONLY)
+  # Include the install script for the subdirectory.
+  include("/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/cmake/usage/cmake_install.cmake")
+endif()
+
+if(NOT CMAKE_INSTALL_LOCAL_ONLY)
+  # Include the install script for the subdirectory.
+  include("/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/cmake/reports/cmake_install.cmake")
+endif()
+
diff --git a/build/zephyr/drivers/adc/CMakeFiles/drivers__adc.dir/adc_common.c.obj b/build/zephyr/drivers/adc/CMakeFiles/drivers__adc.dir/adc_common.c.obj
new file mode 100644
index 0000000000000000000000000000000000000000..adbaec8678092f395e018f9647eba4709d30dddf
Binary files /dev/null and b/build/zephyr/drivers/adc/CMakeFiles/drivers__adc.dir/adc_common.c.obj differ
diff --git a/build/zephyr/drivers/adc/CMakeFiles/drivers__adc.dir/adc_nrfx_saadc.c.obj b/build/zephyr/drivers/adc/CMakeFiles/drivers__adc.dir/adc_nrfx_saadc.c.obj
new file mode 100644
index 0000000000000000000000000000000000000000..c4fa0d8b9c3fecdd20258b7c331a03c84f08cced
Binary files /dev/null and b/build/zephyr/drivers/adc/CMakeFiles/drivers__adc.dir/adc_nrfx_saadc.c.obj differ
diff --git a/build/zephyr/drivers/adc/cmake_install.cmake b/build/zephyr/drivers/adc/cmake_install.cmake
new file mode 100644
index 0000000000000000000000000000000000000000..cbcc5bd7c99d4ee4bcf773408c7380416bbca188
--- /dev/null
+++ b/build/zephyr/drivers/adc/cmake_install.cmake
@@ -0,0 +1,39 @@
+# Install script for directory: /opt/ncs/zephyr/drivers/adc
+
+# 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 "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-objdump")
+endif()
+
diff --git a/build/zephyr/drivers/adc/libdrivers__adc.a b/build/zephyr/drivers/adc/libdrivers__adc.a
new file mode 100644
index 0000000000000000000000000000000000000000..7c0332050dbce92843a1e9392add0bc41071afdb
Binary files /dev/null and b/build/zephyr/drivers/adc/libdrivers__adc.a differ
diff --git a/build/zephyr/drivers/clock_control/CMakeFiles/drivers__clock_control.dir/clock_control_nrf.c.obj b/build/zephyr/drivers/clock_control/CMakeFiles/drivers__clock_control.dir/clock_control_nrf.c.obj
new file mode 100644
index 0000000000000000000000000000000000000000..70a0b36ebff465c221c10fd49f1abd91fcc2b301
Binary files /dev/null and b/build/zephyr/drivers/clock_control/CMakeFiles/drivers__clock_control.dir/clock_control_nrf.c.obj differ
diff --git a/build/zephyr/drivers/clock_control/cmake_install.cmake b/build/zephyr/drivers/clock_control/cmake_install.cmake
new file mode 100644
index 0000000000000000000000000000000000000000..c0d61aa48bb4b8450640c2d738bcd4defe446494
--- /dev/null
+++ b/build/zephyr/drivers/clock_control/cmake_install.cmake
@@ -0,0 +1,39 @@
+# Install script for directory: /opt/ncs/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 "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-objdump")
+endif()
+
diff --git a/build/zephyr/drivers/clock_control/libdrivers__clock_control.a b/build/zephyr/drivers/clock_control/libdrivers__clock_control.a
new file mode 100644
index 0000000000000000000000000000000000000000..63fc6ae35e7a2f89f42e2b0f55dd9752a548c7af
Binary files /dev/null and b/build/zephyr/drivers/clock_control/libdrivers__clock_control.a differ
diff --git a/build/zephyr/drivers/cmake_install.cmake b/build/zephyr/drivers/cmake_install.cmake
new file mode 100644
index 0000000000000000000000000000000000000000..ab8f1a16410c4b2e28f18bd0c1bf8bd8847033e0
--- /dev/null
+++ b/build/zephyr/drivers/cmake_install.cmake
@@ -0,0 +1,134 @@
+# Install script for directory: /opt/ncs/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 "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-objdump")
+endif()
+
+if(NOT CMAKE_INSTALL_LOCAL_ONLY)
+  # Include the install script for the subdirectory.
+  include("/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/drivers/disk/cmake_install.cmake")
+endif()
+
+if(NOT CMAKE_INSTALL_LOCAL_ONLY)
+  # Include the install script for the subdirectory.
+  include("/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/drivers/interrupt_controller/cmake_install.cmake")
+endif()
+
+if(NOT CMAKE_INSTALL_LOCAL_ONLY)
+  # Include the install script for the subdirectory.
+  include("/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/drivers/misc/cmake_install.cmake")
+endif()
+
+if(NOT CMAKE_INSTALL_LOCAL_ONLY)
+  # Include the install script for the subdirectory.
+  include("/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/drivers/pcie/cmake_install.cmake")
+endif()
+
+if(NOT CMAKE_INSTALL_LOCAL_ONLY)
+  # Include the install script for the subdirectory.
+  include("/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/drivers/usb/cmake_install.cmake")
+endif()
+
+if(NOT CMAKE_INSTALL_LOCAL_ONLY)
+  # Include the install script for the subdirectory.
+  include("/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/drivers/usb_c/cmake_install.cmake")
+endif()
+
+if(NOT CMAKE_INSTALL_LOCAL_ONLY)
+  # Include the install script for the subdirectory.
+  include("/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/drivers/adc/cmake_install.cmake")
+endif()
+
+if(NOT CMAKE_INSTALL_LOCAL_ONLY)
+  # Include the install script for the subdirectory.
+  include("/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/drivers/clock_control/cmake_install.cmake")
+endif()
+
+if(NOT CMAKE_INSTALL_LOCAL_ONLY)
+  # Include the install script for the subdirectory.
+  include("/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/drivers/console/cmake_install.cmake")
+endif()
+
+if(NOT CMAKE_INSTALL_LOCAL_ONLY)
+  # Include the install script for the subdirectory.
+  include("/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/drivers/entropy/cmake_install.cmake")
+endif()
+
+if(NOT CMAKE_INSTALL_LOCAL_ONLY)
+  # Include the install script for the subdirectory.
+  include("/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/drivers/flash/cmake_install.cmake")
+endif()
+
+if(NOT CMAKE_INSTALL_LOCAL_ONLY)
+  # Include the install script for the subdirectory.
+  include("/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/drivers/gpio/cmake_install.cmake")
+endif()
+
+if(NOT CMAKE_INSTALL_LOCAL_ONLY)
+  # Include the install script for the subdirectory.
+  include("/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/drivers/i2c/cmake_install.cmake")
+endif()
+
+if(NOT CMAKE_INSTALL_LOCAL_ONLY)
+  # Include the install script for the subdirectory.
+  include("/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/drivers/lora/cmake_install.cmake")
+endif()
+
+if(NOT CMAKE_INSTALL_LOCAL_ONLY)
+  # Include the install script for the subdirectory.
+  include("/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/drivers/pinctrl/cmake_install.cmake")
+endif()
+
+if(NOT CMAKE_INSTALL_LOCAL_ONLY)
+  # Include the install script for the subdirectory.
+  include("/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/drivers/sensor/cmake_install.cmake")
+endif()
+
+if(NOT CMAKE_INSTALL_LOCAL_ONLY)
+  # Include the install script for the subdirectory.
+  include("/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/drivers/serial/cmake_install.cmake")
+endif()
+
+if(NOT CMAKE_INSTALL_LOCAL_ONLY)
+  # Include the install script for the subdirectory.
+  include("/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/drivers/spi/cmake_install.cmake")
+endif()
+
+if(NOT CMAKE_INSTALL_LOCAL_ONLY)
+  # Include the install script for the subdirectory.
+  include("/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/drivers/timer/cmake_install.cmake")
+endif()
+
diff --git a/build/zephyr/drivers/console/CMakeFiles/drivers__console.dir/uart_console.c.obj b/build/zephyr/drivers/console/CMakeFiles/drivers__console.dir/uart_console.c.obj
new file mode 100644
index 0000000000000000000000000000000000000000..2a6c1cb4df79f28245517fea5e385a843dbf6c23
Binary files /dev/null and b/build/zephyr/drivers/console/CMakeFiles/drivers__console.dir/uart_console.c.obj differ
diff --git a/build/zephyr/drivers/console/cmake_install.cmake b/build/zephyr/drivers/console/cmake_install.cmake
new file mode 100644
index 0000000000000000000000000000000000000000..36c5aca80966f241eb5552c8542b8195d22d0f9d
--- /dev/null
+++ b/build/zephyr/drivers/console/cmake_install.cmake
@@ -0,0 +1,39 @@
+# Install script for directory: /opt/ncs/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 path to fallback-tool for dependency-resolution.
+if(NOT DEFINED CMAKE_OBJDUMP)
+  set(CMAKE_OBJDUMP "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-objdump")
+endif()
+
diff --git a/build/zephyr/drivers/console/libdrivers__console.a b/build/zephyr/drivers/console/libdrivers__console.a
new file mode 100644
index 0000000000000000000000000000000000000000..888637911b5d2671e560b1161dbb816262cef2cd
Binary files /dev/null and b/build/zephyr/drivers/console/libdrivers__console.a differ
diff --git a/build/zephyr/drivers/disk/cmake_install.cmake b/build/zephyr/drivers/disk/cmake_install.cmake
new file mode 100644
index 0000000000000000000000000000000000000000..013127ff5debd961395721c25f2e2ac8bbe6e74b
--- /dev/null
+++ b/build/zephyr/drivers/disk/cmake_install.cmake
@@ -0,0 +1,39 @@
+# Install script for directory: /opt/ncs/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 path to fallback-tool for dependency-resolution.
+if(NOT DEFINED CMAKE_OBJDUMP)
+  set(CMAKE_OBJDUMP "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-objdump")
+endif()
+
diff --git a/build/zephyr/drivers/entropy/CMakeFiles/drivers__entropy.dir/entropy_bt_hci.c.obj b/build/zephyr/drivers/entropy/CMakeFiles/drivers__entropy.dir/entropy_bt_hci.c.obj
new file mode 100644
index 0000000000000000000000000000000000000000..b3290ac61322f1ed55bd3f1cc254bab23bfb4788
Binary files /dev/null and b/build/zephyr/drivers/entropy/CMakeFiles/drivers__entropy.dir/entropy_bt_hci.c.obj differ
diff --git a/build/zephyr/drivers/entropy/CMakeFiles/drivers__entropy.dir/entropy_nrf5.c.obj b/build/zephyr/drivers/entropy/CMakeFiles/drivers__entropy.dir/entropy_nrf5.c.obj
new file mode 100644
index 0000000000000000000000000000000000000000..7a907212a7e32dd832272cc5301d819b4ee07c6d
Binary files /dev/null and b/build/zephyr/drivers/entropy/CMakeFiles/drivers__entropy.dir/entropy_nrf5.c.obj differ
diff --git a/build/zephyr/drivers/entropy/cmake_install.cmake b/build/zephyr/drivers/entropy/cmake_install.cmake
new file mode 100644
index 0000000000000000000000000000000000000000..0e4bfbbb07512f5e717167c52315d0e931827f5b
--- /dev/null
+++ b/build/zephyr/drivers/entropy/cmake_install.cmake
@@ -0,0 +1,39 @@
+# Install script for directory: /opt/ncs/zephyr/drivers/entropy
+
+# 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 "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-objdump")
+endif()
+
diff --git a/build/zephyr/drivers/entropy/libdrivers__entropy.a b/build/zephyr/drivers/entropy/libdrivers__entropy.a
new file mode 100644
index 0000000000000000000000000000000000000000..4b3cb67f9b9f4010be5da96164b56ae9e2647e91
Binary files /dev/null and b/build/zephyr/drivers/entropy/libdrivers__entropy.a differ
diff --git a/build/zephyr/drivers/flash/CMakeFiles/drivers__flash.dir/flash_page_layout.c.obj b/build/zephyr/drivers/flash/CMakeFiles/drivers__flash.dir/flash_page_layout.c.obj
new file mode 100644
index 0000000000000000000000000000000000000000..b582f1a91cd74b2721471ed2afbb6e9580b875bd
Binary files /dev/null and b/build/zephyr/drivers/flash/CMakeFiles/drivers__flash.dir/flash_page_layout.c.obj differ
diff --git a/build/zephyr/drivers/flash/CMakeFiles/drivers__flash.dir/soc_flash_nrf.c.obj b/build/zephyr/drivers/flash/CMakeFiles/drivers__flash.dir/soc_flash_nrf.c.obj
new file mode 100644
index 0000000000000000000000000000000000000000..1cb15c4fbb0c599ad34f8aa283b8d50f1770bd7d
Binary files /dev/null and b/build/zephyr/drivers/flash/CMakeFiles/drivers__flash.dir/soc_flash_nrf.c.obj differ
diff --git a/build/zephyr/drivers/flash/cmake_install.cmake b/build/zephyr/drivers/flash/cmake_install.cmake
new file mode 100644
index 0000000000000000000000000000000000000000..c82e08e26995457f91bab3a342c666cd6f096277
--- /dev/null
+++ b/build/zephyr/drivers/flash/cmake_install.cmake
@@ -0,0 +1,39 @@
+# Install script for directory: /opt/ncs/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 "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-objdump")
+endif()
+
diff --git a/build/zephyr/drivers/flash/libdrivers__flash.a b/build/zephyr/drivers/flash/libdrivers__flash.a
new file mode 100644
index 0000000000000000000000000000000000000000..2557e7e3fe99214c4a464066fb12379c4365f7d1
Binary files /dev/null and b/build/zephyr/drivers/flash/libdrivers__flash.a differ
diff --git a/build/zephyr/drivers/gpio/CMakeFiles/drivers__gpio.dir/gpio_nrfx.c.obj b/build/zephyr/drivers/gpio/CMakeFiles/drivers__gpio.dir/gpio_nrfx.c.obj
new file mode 100644
index 0000000000000000000000000000000000000000..f701343dcc6ec655cc6c4a880d873dc8a4a0ce59
Binary files /dev/null and b/build/zephyr/drivers/gpio/CMakeFiles/drivers__gpio.dir/gpio_nrfx.c.obj differ
diff --git a/build/zephyr/drivers/gpio/cmake_install.cmake b/build/zephyr/drivers/gpio/cmake_install.cmake
new file mode 100644
index 0000000000000000000000000000000000000000..387e4185f0a27393aae0a16745b5c3bb1d0c02e2
--- /dev/null
+++ b/build/zephyr/drivers/gpio/cmake_install.cmake
@@ -0,0 +1,39 @@
+# Install script for directory: /opt/ncs/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 path to fallback-tool for dependency-resolution.
+if(NOT DEFINED CMAKE_OBJDUMP)
+  set(CMAKE_OBJDUMP "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-objdump")
+endif()
+
diff --git a/build/zephyr/drivers/gpio/libdrivers__gpio.a b/build/zephyr/drivers/gpio/libdrivers__gpio.a
new file mode 100644
index 0000000000000000000000000000000000000000..358e4838ab043a7dfe23b4b94f6331e1e6fdfa9b
Binary files /dev/null and b/build/zephyr/drivers/gpio/libdrivers__gpio.a differ
diff --git a/build/zephyr/drivers/i2c/CMakeFiles/drivers__i2c.dir/i2c_common.c.obj b/build/zephyr/drivers/i2c/CMakeFiles/drivers__i2c.dir/i2c_common.c.obj
new file mode 100644
index 0000000000000000000000000000000000000000..1325d4c0d482d2810575d457308b7039b0369590
Binary files /dev/null and b/build/zephyr/drivers/i2c/CMakeFiles/drivers__i2c.dir/i2c_common.c.obj differ
diff --git a/build/zephyr/drivers/i2c/CMakeFiles/drivers__i2c.dir/i2c_nrfx_twim.c.obj b/build/zephyr/drivers/i2c/CMakeFiles/drivers__i2c.dir/i2c_nrfx_twim.c.obj
new file mode 100644
index 0000000000000000000000000000000000000000..f4229d6692b9170af330b071171be3327f8cb6c6
Binary files /dev/null and b/build/zephyr/drivers/i2c/CMakeFiles/drivers__i2c.dir/i2c_nrfx_twim.c.obj differ
diff --git a/build/zephyr/drivers/i2c/cmake_install.cmake b/build/zephyr/drivers/i2c/cmake_install.cmake
new file mode 100644
index 0000000000000000000000000000000000000000..b18e51b27dca7389c615a28dde79d2d0be422f58
--- /dev/null
+++ b/build/zephyr/drivers/i2c/cmake_install.cmake
@@ -0,0 +1,39 @@
+# Install script for directory: /opt/ncs/zephyr/drivers/i2c
+
+# 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 "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-objdump")
+endif()
+
diff --git a/build/zephyr/drivers/i2c/libdrivers__i2c.a b/build/zephyr/drivers/i2c/libdrivers__i2c.a
new file mode 100644
index 0000000000000000000000000000000000000000..2969fbd25a11c0d669d36dd7f073690b37465f52
Binary files /dev/null and b/build/zephyr/drivers/i2c/libdrivers__i2c.a differ
diff --git a/build/zephyr/drivers/interrupt_controller/cmake_install.cmake b/build/zephyr/drivers/interrupt_controller/cmake_install.cmake
new file mode 100644
index 0000000000000000000000000000000000000000..74a606068a3c86cc0111123450a254a6a7608947
--- /dev/null
+++ b/build/zephyr/drivers/interrupt_controller/cmake_install.cmake
@@ -0,0 +1,39 @@
+# Install script for directory: /opt/ncs/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 "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-objdump")
+endif()
+
diff --git a/build/zephyr/drivers/lora/cmake_install.cmake b/build/zephyr/drivers/lora/cmake_install.cmake
new file mode 100644
index 0000000000000000000000000000000000000000..6d6de7884a4e788b9d0e74782cf9e93e9170589d
--- /dev/null
+++ b/build/zephyr/drivers/lora/cmake_install.cmake
@@ -0,0 +1,39 @@
+# Install script for directory: /opt/ncs/zephyr/drivers/lora
+
+# 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 "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-objdump")
+endif()
+
diff --git a/build/zephyr/drivers/misc/cmake_install.cmake b/build/zephyr/drivers/misc/cmake_install.cmake
new file mode 100644
index 0000000000000000000000000000000000000000..9014f3f3906f2c1f12a32ce4746f4fe873a8bbc9
--- /dev/null
+++ b/build/zephyr/drivers/misc/cmake_install.cmake
@@ -0,0 +1,39 @@
+# Install script for directory: /opt/ncs/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 "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-objdump")
+endif()
+
diff --git a/build/zephyr/drivers/pcie/cmake_install.cmake b/build/zephyr/drivers/pcie/cmake_install.cmake
new file mode 100644
index 0000000000000000000000000000000000000000..bce0d29134491c15422d9e209b909a5e97cfa442
--- /dev/null
+++ b/build/zephyr/drivers/pcie/cmake_install.cmake
@@ -0,0 +1,39 @@
+# Install script for directory: /opt/ncs/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 "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-objdump")
+endif()
+
diff --git a/build/zephyr/drivers/pinctrl/CMakeFiles/drivers__pinctrl.dir/common.c.obj b/build/zephyr/drivers/pinctrl/CMakeFiles/drivers__pinctrl.dir/common.c.obj
new file mode 100644
index 0000000000000000000000000000000000000000..39734cf0bc375a3994169dfbe348f605e2226262
Binary files /dev/null and b/build/zephyr/drivers/pinctrl/CMakeFiles/drivers__pinctrl.dir/common.c.obj differ
diff --git a/build/zephyr/drivers/pinctrl/CMakeFiles/drivers__pinctrl.dir/pinctrl_nrf.c.obj b/build/zephyr/drivers/pinctrl/CMakeFiles/drivers__pinctrl.dir/pinctrl_nrf.c.obj
new file mode 100644
index 0000000000000000000000000000000000000000..af5eebf7b07595acd9fb8c32a19b4dea7df0cb1f
Binary files /dev/null and b/build/zephyr/drivers/pinctrl/CMakeFiles/drivers__pinctrl.dir/pinctrl_nrf.c.obj differ
diff --git a/build/zephyr/drivers/pinctrl/cmake_install.cmake b/build/zephyr/drivers/pinctrl/cmake_install.cmake
new file mode 100644
index 0000000000000000000000000000000000000000..92ec73e05217f0096f59077573b010e0e8593964
--- /dev/null
+++ b/build/zephyr/drivers/pinctrl/cmake_install.cmake
@@ -0,0 +1,44 @@
+# Install script for directory: /opt/ncs/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 path to fallback-tool for dependency-resolution.
+if(NOT DEFINED CMAKE_OBJDUMP)
+  set(CMAKE_OBJDUMP "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-objdump")
+endif()
+
+if(NOT CMAKE_INSTALL_LOCAL_ONLY)
+  # Include the install script for the subdirectory.
+  include("/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/drivers/pinctrl/renesas/cmake_install.cmake")
+endif()
+
diff --git a/build/zephyr/drivers/pinctrl/libdrivers__pinctrl.a b/build/zephyr/drivers/pinctrl/libdrivers__pinctrl.a
new file mode 100644
index 0000000000000000000000000000000000000000..10413de426b1d1bf5afc68813ceff3f636b3dc8f
Binary files /dev/null and b/build/zephyr/drivers/pinctrl/libdrivers__pinctrl.a differ
diff --git a/build/zephyr/drivers/pinctrl/renesas/cmake_install.cmake b/build/zephyr/drivers/pinctrl/renesas/cmake_install.cmake
new file mode 100644
index 0000000000000000000000000000000000000000..3f39087add1ebe28f5fd9e48db98dd7278e243f0
--- /dev/null
+++ b/build/zephyr/drivers/pinctrl/renesas/cmake_install.cmake
@@ -0,0 +1,39 @@
+# Install script for directory: /opt/ncs/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 path to fallback-tool for dependency-resolution.
+if(NOT DEFINED CMAKE_OBJDUMP)
+  set(CMAKE_OBJDUMP "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-objdump")
+endif()
+
diff --git a/build/zephyr/drivers/sensor/adi/cmake_install.cmake b/build/zephyr/drivers/sensor/adi/cmake_install.cmake
new file mode 100644
index 0000000000000000000000000000000000000000..b9691f9f9a3bddb7484954d21a1ad65bff626735
--- /dev/null
+++ b/build/zephyr/drivers/sensor/adi/cmake_install.cmake
@@ -0,0 +1,39 @@
+# Install script for directory: /opt/ncs/zephyr/drivers/sensor/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 "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-objdump")
+endif()
+
diff --git a/build/zephyr/drivers/sensor/ams/cmake_install.cmake b/build/zephyr/drivers/sensor/ams/cmake_install.cmake
new file mode 100644
index 0000000000000000000000000000000000000000..c3ad3e7147d1dd497771406dda7f3142bf5ca05e
--- /dev/null
+++ b/build/zephyr/drivers/sensor/ams/cmake_install.cmake
@@ -0,0 +1,39 @@
+# Install script for directory: /opt/ncs/zephyr/drivers/sensor/ams
+
+# 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 "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-objdump")
+endif()
+
diff --git a/build/zephyr/drivers/sensor/aosong/cmake_install.cmake b/build/zephyr/drivers/sensor/aosong/cmake_install.cmake
new file mode 100644
index 0000000000000000000000000000000000000000..187cd1dd6fac681fa3b1a9b09a7dd6319596f792
--- /dev/null
+++ b/build/zephyr/drivers/sensor/aosong/cmake_install.cmake
@@ -0,0 +1,39 @@
+# Install script for directory: /opt/ncs/zephyr/drivers/sensor/aosong
+
+# 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 "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-objdump")
+endif()
+
diff --git a/build/zephyr/drivers/sensor/asahi_kasei/cmake_install.cmake b/build/zephyr/drivers/sensor/asahi_kasei/cmake_install.cmake
new file mode 100644
index 0000000000000000000000000000000000000000..d5d7685519e084413be790205c2aad55bf03ea11
--- /dev/null
+++ b/build/zephyr/drivers/sensor/asahi_kasei/cmake_install.cmake
@@ -0,0 +1,39 @@
+# Install script for directory: /opt/ncs/zephyr/drivers/sensor/asahi_kasei
+
+# 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 "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-objdump")
+endif()
+
diff --git a/build/zephyr/drivers/sensor/bosch/bme280/CMakeFiles/drivers__sensor__bosch__bme280.dir/bme280.c.obj b/build/zephyr/drivers/sensor/bosch/bme280/CMakeFiles/drivers__sensor__bosch__bme280.dir/bme280.c.obj
new file mode 100644
index 0000000000000000000000000000000000000000..3fcd4a4d2df3767dcf9e96d18eec8d495f757936
Binary files /dev/null and b/build/zephyr/drivers/sensor/bosch/bme280/CMakeFiles/drivers__sensor__bosch__bme280.dir/bme280.c.obj differ
diff --git a/build/zephyr/drivers/sensor/bosch/bme280/CMakeFiles/drivers__sensor__bosch__bme280.dir/bme280_i2c.c.obj b/build/zephyr/drivers/sensor/bosch/bme280/CMakeFiles/drivers__sensor__bosch__bme280.dir/bme280_i2c.c.obj
new file mode 100644
index 0000000000000000000000000000000000000000..e1204f187cf123ef80715c01177a5769049514ec
Binary files /dev/null and b/build/zephyr/drivers/sensor/bosch/bme280/CMakeFiles/drivers__sensor__bosch__bme280.dir/bme280_i2c.c.obj differ
diff --git a/build/zephyr/drivers/sensor/bosch/bme280/CMakeFiles/drivers__sensor__bosch__bme280.dir/bme280_spi.c.obj b/build/zephyr/drivers/sensor/bosch/bme280/CMakeFiles/drivers__sensor__bosch__bme280.dir/bme280_spi.c.obj
new file mode 100644
index 0000000000000000000000000000000000000000..ec787bc149bf2d62a30d0a48e82e4375e33db2bd
Binary files /dev/null and b/build/zephyr/drivers/sensor/bosch/bme280/CMakeFiles/drivers__sensor__bosch__bme280.dir/bme280_spi.c.obj differ
diff --git a/build/zephyr/drivers/sensor/bosch/bme280/cmake_install.cmake b/build/zephyr/drivers/sensor/bosch/bme280/cmake_install.cmake
new file mode 100644
index 0000000000000000000000000000000000000000..93fce01293f3dbe2a4b3cf6cc317af627c2777f6
--- /dev/null
+++ b/build/zephyr/drivers/sensor/bosch/bme280/cmake_install.cmake
@@ -0,0 +1,39 @@
+# Install script for directory: /opt/ncs/zephyr/drivers/sensor/bosch/bme280
+
+# 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 "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-objdump")
+endif()
+
diff --git a/build/zephyr/drivers/sensor/bosch/bme280/libdrivers__sensor__bosch__bme280.a b/build/zephyr/drivers/sensor/bosch/bme280/libdrivers__sensor__bosch__bme280.a
new file mode 100644
index 0000000000000000000000000000000000000000..c4eb9456b23b8ef9f153bed441406fe2bf0861dc
Binary files /dev/null and b/build/zephyr/drivers/sensor/bosch/bme280/libdrivers__sensor__bosch__bme280.a differ
diff --git a/build/zephyr/drivers/sensor/bosch/cmake_install.cmake b/build/zephyr/drivers/sensor/bosch/cmake_install.cmake
new file mode 100644
index 0000000000000000000000000000000000000000..0d4f5ab8a587feae1bc52488390349fc19dd2151
--- /dev/null
+++ b/build/zephyr/drivers/sensor/bosch/cmake_install.cmake
@@ -0,0 +1,44 @@
+# Install script for directory: /opt/ncs/zephyr/drivers/sensor/bosch
+
+# 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 "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-objdump")
+endif()
+
+if(NOT CMAKE_INSTALL_LOCAL_ONLY)
+  # Include the install script for the subdirectory.
+  include("/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/drivers/sensor/bosch/bme280/cmake_install.cmake")
+endif()
+
diff --git a/build/zephyr/drivers/sensor/cmake_install.cmake b/build/zephyr/drivers/sensor/cmake_install.cmake
new file mode 100644
index 0000000000000000000000000000000000000000..f2a6fa1e7a9610f9edc164f91eb86c35e94eab47
--- /dev/null
+++ b/build/zephyr/drivers/sensor/cmake_install.cmake
@@ -0,0 +1,154 @@
+# Install script for directory: /opt/ncs/zephyr/drivers/sensor
+
+# 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 "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-objdump")
+endif()
+
+if(NOT CMAKE_INSTALL_LOCAL_ONLY)
+  # Include the install script for the subdirectory.
+  include("/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/drivers/sensor/adi/cmake_install.cmake")
+endif()
+
+if(NOT CMAKE_INSTALL_LOCAL_ONLY)
+  # Include the install script for the subdirectory.
+  include("/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/drivers/sensor/ams/cmake_install.cmake")
+endif()
+
+if(NOT CMAKE_INSTALL_LOCAL_ONLY)
+  # Include the install script for the subdirectory.
+  include("/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/drivers/sensor/aosong/cmake_install.cmake")
+endif()
+
+if(NOT CMAKE_INSTALL_LOCAL_ONLY)
+  # Include the install script for the subdirectory.
+  include("/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/drivers/sensor/asahi_kasei/cmake_install.cmake")
+endif()
+
+if(NOT CMAKE_INSTALL_LOCAL_ONLY)
+  # Include the install script for the subdirectory.
+  include("/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/drivers/sensor/bosch/cmake_install.cmake")
+endif()
+
+if(NOT CMAKE_INSTALL_LOCAL_ONLY)
+  # Include the install script for the subdirectory.
+  include("/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/drivers/sensor/espressif/cmake_install.cmake")
+endif()
+
+if(NOT CMAKE_INSTALL_LOCAL_ONLY)
+  # Include the install script for the subdirectory.
+  include("/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/drivers/sensor/honeywell/cmake_install.cmake")
+endif()
+
+if(NOT CMAKE_INSTALL_LOCAL_ONLY)
+  # Include the install script for the subdirectory.
+  include("/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/drivers/sensor/infineon/cmake_install.cmake")
+endif()
+
+if(NOT CMAKE_INSTALL_LOCAL_ONLY)
+  # Include the install script for the subdirectory.
+  include("/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/drivers/sensor/ite/cmake_install.cmake")
+endif()
+
+if(NOT CMAKE_INSTALL_LOCAL_ONLY)
+  # Include the install script for the subdirectory.
+  include("/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/drivers/sensor/maxim/cmake_install.cmake")
+endif()
+
+if(NOT CMAKE_INSTALL_LOCAL_ONLY)
+  # Include the install script for the subdirectory.
+  include("/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/drivers/sensor/meas/cmake_install.cmake")
+endif()
+
+if(NOT CMAKE_INSTALL_LOCAL_ONLY)
+  # Include the install script for the subdirectory.
+  include("/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/drivers/sensor/microchip/cmake_install.cmake")
+endif()
+
+if(NOT CMAKE_INSTALL_LOCAL_ONLY)
+  # Include the install script for the subdirectory.
+  include("/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/drivers/sensor/nordic/cmake_install.cmake")
+endif()
+
+if(NOT CMAKE_INSTALL_LOCAL_ONLY)
+  # Include the install script for the subdirectory.
+  include("/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/drivers/sensor/nuvoton/cmake_install.cmake")
+endif()
+
+if(NOT CMAKE_INSTALL_LOCAL_ONLY)
+  # Include the install script for the subdirectory.
+  include("/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/drivers/sensor/nxp/cmake_install.cmake")
+endif()
+
+if(NOT CMAKE_INSTALL_LOCAL_ONLY)
+  # Include the install script for the subdirectory.
+  include("/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/drivers/sensor/rohm/cmake_install.cmake")
+endif()
+
+if(NOT CMAKE_INSTALL_LOCAL_ONLY)
+  # Include the install script for the subdirectory.
+  include("/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/drivers/sensor/seeed/cmake_install.cmake")
+endif()
+
+if(NOT CMAKE_INSTALL_LOCAL_ONLY)
+  # Include the install script for the subdirectory.
+  include("/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/drivers/sensor/sensirion/cmake_install.cmake")
+endif()
+
+if(NOT CMAKE_INSTALL_LOCAL_ONLY)
+  # Include the install script for the subdirectory.
+  include("/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/drivers/sensor/silabs/cmake_install.cmake")
+endif()
+
+if(NOT CMAKE_INSTALL_LOCAL_ONLY)
+  # Include the install script for the subdirectory.
+  include("/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/drivers/sensor/st/cmake_install.cmake")
+endif()
+
+if(NOT CMAKE_INSTALL_LOCAL_ONLY)
+  # Include the install script for the subdirectory.
+  include("/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/drivers/sensor/ti/cmake_install.cmake")
+endif()
+
+if(NOT CMAKE_INSTALL_LOCAL_ONLY)
+  # Include the install script for the subdirectory.
+  include("/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/drivers/sensor/vishay/cmake_install.cmake")
+endif()
+
+if(NOT CMAKE_INSTALL_LOCAL_ONLY)
+  # Include the install script for the subdirectory.
+  include("/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/drivers/sensor/wsen/cmake_install.cmake")
+endif()
+
diff --git a/build/zephyr/drivers/sensor/espressif/cmake_install.cmake b/build/zephyr/drivers/sensor/espressif/cmake_install.cmake
new file mode 100644
index 0000000000000000000000000000000000000000..f69f25ed2d54679fd7b2039cde0aa418205661bd
--- /dev/null
+++ b/build/zephyr/drivers/sensor/espressif/cmake_install.cmake
@@ -0,0 +1,39 @@
+# Install script for directory: /opt/ncs/zephyr/drivers/sensor/espressif
+
+# 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 "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-objdump")
+endif()
+
diff --git a/build/zephyr/drivers/sensor/honeywell/cmake_install.cmake b/build/zephyr/drivers/sensor/honeywell/cmake_install.cmake
new file mode 100644
index 0000000000000000000000000000000000000000..41c91c66b221a8868aceebde36e480cd6a2cc4d4
--- /dev/null
+++ b/build/zephyr/drivers/sensor/honeywell/cmake_install.cmake
@@ -0,0 +1,39 @@
+# Install script for directory: /opt/ncs/zephyr/drivers/sensor/honeywell
+
+# 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 "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-objdump")
+endif()
+
diff --git a/build/zephyr/drivers/sensor/infineon/cmake_install.cmake b/build/zephyr/drivers/sensor/infineon/cmake_install.cmake
new file mode 100644
index 0000000000000000000000000000000000000000..0c9aa448981a67a478878db09f2ee44a981dbabd
--- /dev/null
+++ b/build/zephyr/drivers/sensor/infineon/cmake_install.cmake
@@ -0,0 +1,39 @@
+# Install script for directory: /opt/ncs/zephyr/drivers/sensor/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 "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-objdump")
+endif()
+
diff --git a/build/zephyr/drivers/sensor/ite/cmake_install.cmake b/build/zephyr/drivers/sensor/ite/cmake_install.cmake
new file mode 100644
index 0000000000000000000000000000000000000000..a7270d84789954b476528abcf4f861b4c98f2dc9
--- /dev/null
+++ b/build/zephyr/drivers/sensor/ite/cmake_install.cmake
@@ -0,0 +1,39 @@
+# Install script for directory: /opt/ncs/zephyr/drivers/sensor/ite
+
+# 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 "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-objdump")
+endif()
+
diff --git a/build/zephyr/drivers/sensor/maxim/cmake_install.cmake b/build/zephyr/drivers/sensor/maxim/cmake_install.cmake
new file mode 100644
index 0000000000000000000000000000000000000000..c3a235088e6a9e19d8f41d72bdc6fcffcd3bfc31
--- /dev/null
+++ b/build/zephyr/drivers/sensor/maxim/cmake_install.cmake
@@ -0,0 +1,39 @@
+# Install script for directory: /opt/ncs/zephyr/drivers/sensor/maxim
+
+# 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 "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-objdump")
+endif()
+
diff --git a/build/zephyr/drivers/sensor/meas/cmake_install.cmake b/build/zephyr/drivers/sensor/meas/cmake_install.cmake
new file mode 100644
index 0000000000000000000000000000000000000000..ae5c87a1ff2fd4f6522e13fd1a43974576c03510
--- /dev/null
+++ b/build/zephyr/drivers/sensor/meas/cmake_install.cmake
@@ -0,0 +1,39 @@
+# Install script for directory: /opt/ncs/zephyr/drivers/sensor/meas
+
+# 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 "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-objdump")
+endif()
+
diff --git a/build/zephyr/drivers/sensor/microchip/cmake_install.cmake b/build/zephyr/drivers/sensor/microchip/cmake_install.cmake
new file mode 100644
index 0000000000000000000000000000000000000000..9272c3a4e3d7edbe0a8d81e76d9b5a24e7419032
--- /dev/null
+++ b/build/zephyr/drivers/sensor/microchip/cmake_install.cmake
@@ -0,0 +1,39 @@
+# Install script for directory: /opt/ncs/zephyr/drivers/sensor/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 "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-objdump")
+endif()
+
diff --git a/build/zephyr/drivers/sensor/nordic/cmake_install.cmake b/build/zephyr/drivers/sensor/nordic/cmake_install.cmake
new file mode 100644
index 0000000000000000000000000000000000000000..649bd79f4f948ee07610f6ef07f9af456dae4032
--- /dev/null
+++ b/build/zephyr/drivers/sensor/nordic/cmake_install.cmake
@@ -0,0 +1,44 @@
+# Install script for directory: /opt/ncs/zephyr/drivers/sensor/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 "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-objdump")
+endif()
+
+if(NOT CMAKE_INSTALL_LOCAL_ONLY)
+  # Include the install script for the subdirectory.
+  include("/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/drivers/sensor/nordic/temp/cmake_install.cmake")
+endif()
+
diff --git a/build/zephyr/drivers/sensor/nordic/temp/cmake_install.cmake b/build/zephyr/drivers/sensor/nordic/temp/cmake_install.cmake
new file mode 100644
index 0000000000000000000000000000000000000000..5ada3c14f4eabe1aa25b56746b5de4a49bd12145
--- /dev/null
+++ b/build/zephyr/drivers/sensor/nordic/temp/cmake_install.cmake
@@ -0,0 +1,39 @@
+# Install script for directory: /opt/ncs/zephyr/drivers/sensor/nordic/temp
+
+# 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 "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-objdump")
+endif()
+
diff --git a/build/zephyr/drivers/sensor/nuvoton/cmake_install.cmake b/build/zephyr/drivers/sensor/nuvoton/cmake_install.cmake
new file mode 100644
index 0000000000000000000000000000000000000000..176ae520fa02858f8ac60ca8545cf4ae13dbd06d
--- /dev/null
+++ b/build/zephyr/drivers/sensor/nuvoton/cmake_install.cmake
@@ -0,0 +1,39 @@
+# Install script for directory: /opt/ncs/zephyr/drivers/sensor/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 "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-objdump")
+endif()
+
diff --git a/build/zephyr/drivers/sensor/nxp/cmake_install.cmake b/build/zephyr/drivers/sensor/nxp/cmake_install.cmake
new file mode 100644
index 0000000000000000000000000000000000000000..73178b430f72d2b8291552c44e31cce3841cc778
--- /dev/null
+++ b/build/zephyr/drivers/sensor/nxp/cmake_install.cmake
@@ -0,0 +1,39 @@
+# Install script for directory: /opt/ncs/zephyr/drivers/sensor/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 "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-objdump")
+endif()
+
diff --git a/build/zephyr/drivers/sensor/rohm/cmake_install.cmake b/build/zephyr/drivers/sensor/rohm/cmake_install.cmake
new file mode 100644
index 0000000000000000000000000000000000000000..6f2a234caaba313c65dca631fc734cf0a389fa1d
--- /dev/null
+++ b/build/zephyr/drivers/sensor/rohm/cmake_install.cmake
@@ -0,0 +1,39 @@
+# Install script for directory: /opt/ncs/zephyr/drivers/sensor/rohm
+
+# 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 "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-objdump")
+endif()
+
diff --git a/build/zephyr/drivers/sensor/seeed/cmake_install.cmake b/build/zephyr/drivers/sensor/seeed/cmake_install.cmake
new file mode 100644
index 0000000000000000000000000000000000000000..020fa16d5983740158bb75378f2733ecb4c52a21
--- /dev/null
+++ b/build/zephyr/drivers/sensor/seeed/cmake_install.cmake
@@ -0,0 +1,39 @@
+# Install script for directory: /opt/ncs/zephyr/drivers/sensor/seeed
+
+# 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 "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-objdump")
+endif()
+
diff --git a/build/zephyr/drivers/sensor/sensirion/cmake_install.cmake b/build/zephyr/drivers/sensor/sensirion/cmake_install.cmake
new file mode 100644
index 0000000000000000000000000000000000000000..d592d884955641c63023518bdb75fb297ceb1bba
--- /dev/null
+++ b/build/zephyr/drivers/sensor/sensirion/cmake_install.cmake
@@ -0,0 +1,39 @@
+# Install script for directory: /opt/ncs/zephyr/drivers/sensor/sensirion
+
+# 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 "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-objdump")
+endif()
+
diff --git a/build/zephyr/drivers/sensor/silabs/cmake_install.cmake b/build/zephyr/drivers/sensor/silabs/cmake_install.cmake
new file mode 100644
index 0000000000000000000000000000000000000000..3e52004ce328f028919e1991b0f3fc8cbc203127
--- /dev/null
+++ b/build/zephyr/drivers/sensor/silabs/cmake_install.cmake
@@ -0,0 +1,39 @@
+# Install script for directory: /opt/ncs/zephyr/drivers/sensor/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 "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-objdump")
+endif()
+
diff --git a/build/zephyr/drivers/sensor/st/cmake_install.cmake b/build/zephyr/drivers/sensor/st/cmake_install.cmake
new file mode 100644
index 0000000000000000000000000000000000000000..d32400add7ef8f3b62b6fcff72747e279839b90f
--- /dev/null
+++ b/build/zephyr/drivers/sensor/st/cmake_install.cmake
@@ -0,0 +1,54 @@
+# Install script for directory: /opt/ncs/zephyr/drivers/sensor/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 "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-objdump")
+endif()
+
+if(NOT CMAKE_INSTALL_LOCAL_ONLY)
+  # Include the install script for the subdirectory.
+  include("/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/drivers/sensor/st/stmemsc/cmake_install.cmake")
+endif()
+
+if(NOT CMAKE_INSTALL_LOCAL_ONLY)
+  # Include the install script for the subdirectory.
+  include("/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/drivers/sensor/st/lis2dh/cmake_install.cmake")
+endif()
+
+if(NOT CMAKE_INSTALL_LOCAL_ONLY)
+  # Include the install script for the subdirectory.
+  include("/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/drivers/sensor/st/lis2mdl/cmake_install.cmake")
+endif()
+
diff --git a/build/zephyr/drivers/sensor/st/lis2dh/CMakeFiles/drivers__sensor__st__lis2dh.dir/lis2dh.c.obj b/build/zephyr/drivers/sensor/st/lis2dh/CMakeFiles/drivers__sensor__st__lis2dh.dir/lis2dh.c.obj
new file mode 100644
index 0000000000000000000000000000000000000000..e58d21c0bdd9ec88a5679a3c7b69715342bfad59
Binary files /dev/null and b/build/zephyr/drivers/sensor/st/lis2dh/CMakeFiles/drivers__sensor__st__lis2dh.dir/lis2dh.c.obj differ
diff --git a/build/zephyr/drivers/sensor/st/lis2dh/CMakeFiles/drivers__sensor__st__lis2dh.dir/lis2dh_i2c.c.obj b/build/zephyr/drivers/sensor/st/lis2dh/CMakeFiles/drivers__sensor__st__lis2dh.dir/lis2dh_i2c.c.obj
new file mode 100644
index 0000000000000000000000000000000000000000..681cff49acf4fd4b0650ae90abb99c6104377f51
Binary files /dev/null and b/build/zephyr/drivers/sensor/st/lis2dh/CMakeFiles/drivers__sensor__st__lis2dh.dir/lis2dh_i2c.c.obj differ
diff --git a/build/zephyr/drivers/sensor/st/lis2dh/CMakeFiles/drivers__sensor__st__lis2dh.dir/lis2dh_spi.c.obj b/build/zephyr/drivers/sensor/st/lis2dh/CMakeFiles/drivers__sensor__st__lis2dh.dir/lis2dh_spi.c.obj
new file mode 100644
index 0000000000000000000000000000000000000000..b9942203dcd0c75a2306edb7f1f5891a212235af
Binary files /dev/null and b/build/zephyr/drivers/sensor/st/lis2dh/CMakeFiles/drivers__sensor__st__lis2dh.dir/lis2dh_spi.c.obj differ
diff --git a/build/zephyr/drivers/sensor/st/lis2dh/cmake_install.cmake b/build/zephyr/drivers/sensor/st/lis2dh/cmake_install.cmake
new file mode 100644
index 0000000000000000000000000000000000000000..67869cc5082d2e3a11f4499e495999601950b612
--- /dev/null
+++ b/build/zephyr/drivers/sensor/st/lis2dh/cmake_install.cmake
@@ -0,0 +1,39 @@
+# Install script for directory: /opt/ncs/zephyr/drivers/sensor/st/lis2dh
+
+# 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 "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-objdump")
+endif()
+
diff --git a/build/zephyr/drivers/sensor/st/lis2dh/libdrivers__sensor__st__lis2dh.a b/build/zephyr/drivers/sensor/st/lis2dh/libdrivers__sensor__st__lis2dh.a
new file mode 100644
index 0000000000000000000000000000000000000000..17a74cbbfc1a4c60ee30eb24346c7a84e1be8995
Binary files /dev/null and b/build/zephyr/drivers/sensor/st/lis2dh/libdrivers__sensor__st__lis2dh.a differ
diff --git a/build/zephyr/drivers/sensor/st/lis2mdl/CMakeFiles/drivers__sensor__st__lis2mdl.dir/lis2mdl.c.obj b/build/zephyr/drivers/sensor/st/lis2mdl/CMakeFiles/drivers__sensor__st__lis2mdl.dir/lis2mdl.c.obj
new file mode 100644
index 0000000000000000000000000000000000000000..e5d100387f6eaa626ddcac9e5bfb9a2205b3f777
Binary files /dev/null and b/build/zephyr/drivers/sensor/st/lis2mdl/CMakeFiles/drivers__sensor__st__lis2mdl.dir/lis2mdl.c.obj differ
diff --git a/build/zephyr/drivers/sensor/st/lis2mdl/CMakeFiles/drivers__sensor__st__lis2mdl.dir/lis2mdl_trigger.c.obj b/build/zephyr/drivers/sensor/st/lis2mdl/CMakeFiles/drivers__sensor__st__lis2mdl.dir/lis2mdl_trigger.c.obj
new file mode 100644
index 0000000000000000000000000000000000000000..255e48c6c8bb159cbf3f6a6a69a2ddaf4feea8ba
Binary files /dev/null and b/build/zephyr/drivers/sensor/st/lis2mdl/CMakeFiles/drivers__sensor__st__lis2mdl.dir/lis2mdl_trigger.c.obj differ
diff --git a/build/zephyr/drivers/sensor/st/lis2mdl/cmake_install.cmake b/build/zephyr/drivers/sensor/st/lis2mdl/cmake_install.cmake
new file mode 100644
index 0000000000000000000000000000000000000000..8ee1cad845ea5bbfa50bda4423b25ee8f323be6c
--- /dev/null
+++ b/build/zephyr/drivers/sensor/st/lis2mdl/cmake_install.cmake
@@ -0,0 +1,39 @@
+# Install script for directory: /opt/ncs/zephyr/drivers/sensor/st/lis2mdl
+
+# 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 "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-objdump")
+endif()
+
diff --git a/build/zephyr/drivers/sensor/st/lis2mdl/libdrivers__sensor__st__lis2mdl.a b/build/zephyr/drivers/sensor/st/lis2mdl/libdrivers__sensor__st__lis2mdl.a
new file mode 100644
index 0000000000000000000000000000000000000000..be4e27037d58b763f81675de991bc50186192a1f
Binary files /dev/null and b/build/zephyr/drivers/sensor/st/lis2mdl/libdrivers__sensor__st__lis2mdl.a differ
diff --git a/build/zephyr/drivers/sensor/st/stmemsc/CMakeFiles/drivers__sensor__st__stmemsc.dir/stmemsc_i2c.c.obj b/build/zephyr/drivers/sensor/st/stmemsc/CMakeFiles/drivers__sensor__st__stmemsc.dir/stmemsc_i2c.c.obj
new file mode 100644
index 0000000000000000000000000000000000000000..70edf7053d91a102d075d2f14afe96ff4cb248ad
Binary files /dev/null and b/build/zephyr/drivers/sensor/st/stmemsc/CMakeFiles/drivers__sensor__st__stmemsc.dir/stmemsc_i2c.c.obj differ
diff --git a/build/zephyr/drivers/sensor/st/stmemsc/CMakeFiles/drivers__sensor__st__stmemsc.dir/stmemsc_mdelay.c.obj b/build/zephyr/drivers/sensor/st/stmemsc/CMakeFiles/drivers__sensor__st__stmemsc.dir/stmemsc_mdelay.c.obj
new file mode 100644
index 0000000000000000000000000000000000000000..f67bbb0ad3fc628f757fb7665d200316a7049103
Binary files /dev/null and b/build/zephyr/drivers/sensor/st/stmemsc/CMakeFiles/drivers__sensor__st__stmemsc.dir/stmemsc_mdelay.c.obj differ
diff --git a/build/zephyr/drivers/sensor/st/stmemsc/CMakeFiles/drivers__sensor__st__stmemsc.dir/stmemsc_spi.c.obj b/build/zephyr/drivers/sensor/st/stmemsc/CMakeFiles/drivers__sensor__st__stmemsc.dir/stmemsc_spi.c.obj
new file mode 100644
index 0000000000000000000000000000000000000000..f7dca46a779b622f4a44db7e0430648d5eb0cd9c
Binary files /dev/null and b/build/zephyr/drivers/sensor/st/stmemsc/CMakeFiles/drivers__sensor__st__stmemsc.dir/stmemsc_spi.c.obj differ
diff --git a/build/zephyr/drivers/sensor/st/stmemsc/cmake_install.cmake b/build/zephyr/drivers/sensor/st/stmemsc/cmake_install.cmake
new file mode 100644
index 0000000000000000000000000000000000000000..3e6c703ceb68b52686eb5243b752d6344123f080
--- /dev/null
+++ b/build/zephyr/drivers/sensor/st/stmemsc/cmake_install.cmake
@@ -0,0 +1,39 @@
+# Install script for directory: /opt/ncs/zephyr/drivers/sensor/st/stmemsc
+
+# 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 "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-objdump")
+endif()
+
diff --git a/build/zephyr/drivers/sensor/st/stmemsc/libdrivers__sensor__st__stmemsc.a b/build/zephyr/drivers/sensor/st/stmemsc/libdrivers__sensor__st__stmemsc.a
new file mode 100644
index 0000000000000000000000000000000000000000..87b42d92777926f69daf1c917015e5bcce6386fb
Binary files /dev/null and b/build/zephyr/drivers/sensor/st/stmemsc/libdrivers__sensor__st__stmemsc.a differ
diff --git a/build/zephyr/drivers/sensor/ti/cmake_install.cmake b/build/zephyr/drivers/sensor/ti/cmake_install.cmake
new file mode 100644
index 0000000000000000000000000000000000000000..e7247d9b2951c8f45a14be69639def8675b120bc
--- /dev/null
+++ b/build/zephyr/drivers/sensor/ti/cmake_install.cmake
@@ -0,0 +1,39 @@
+# Install script for directory: /opt/ncs/zephyr/drivers/sensor/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 "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-objdump")
+endif()
+
diff --git a/build/zephyr/drivers/sensor/vishay/cmake_install.cmake b/build/zephyr/drivers/sensor/vishay/cmake_install.cmake
new file mode 100644
index 0000000000000000000000000000000000000000..71d94aa3a038eab13ddc1ac841bb6b4cde99a603
--- /dev/null
+++ b/build/zephyr/drivers/sensor/vishay/cmake_install.cmake
@@ -0,0 +1,39 @@
+# Install script for directory: /opt/ncs/zephyr/drivers/sensor/vishay
+
+# 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 "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-objdump")
+endif()
+
diff --git a/build/zephyr/drivers/sensor/wsen/cmake_install.cmake b/build/zephyr/drivers/sensor/wsen/cmake_install.cmake
new file mode 100644
index 0000000000000000000000000000000000000000..5814d139623135875f351b016372634bd3a78b95
--- /dev/null
+++ b/build/zephyr/drivers/sensor/wsen/cmake_install.cmake
@@ -0,0 +1,39 @@
+# Install script for directory: /opt/ncs/zephyr/drivers/sensor/wsen
+
+# 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 "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-objdump")
+endif()
+
diff --git a/build/zephyr/drivers/serial/CMakeFiles/drivers__serial.dir/uart_nrfx_uart.c.obj b/build/zephyr/drivers/serial/CMakeFiles/drivers__serial.dir/uart_nrfx_uart.c.obj
new file mode 100644
index 0000000000000000000000000000000000000000..8398f05e6b0e89e45a980ad77b6c41ba5f624906
Binary files /dev/null and b/build/zephyr/drivers/serial/CMakeFiles/drivers__serial.dir/uart_nrfx_uart.c.obj differ
diff --git a/build/zephyr/drivers/serial/cmake_install.cmake b/build/zephyr/drivers/serial/cmake_install.cmake
new file mode 100644
index 0000000000000000000000000000000000000000..cf26132295819987a6090ff96a7dc530f8dc4e77
--- /dev/null
+++ b/build/zephyr/drivers/serial/cmake_install.cmake
@@ -0,0 +1,39 @@
+# Install script for directory: /opt/ncs/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 path to fallback-tool for dependency-resolution.
+if(NOT DEFINED CMAKE_OBJDUMP)
+  set(CMAKE_OBJDUMP "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-objdump")
+endif()
+
diff --git a/build/zephyr/drivers/serial/libdrivers__serial.a b/build/zephyr/drivers/serial/libdrivers__serial.a
new file mode 100644
index 0000000000000000000000000000000000000000..7b8b3b11be841be15b4182a11dc95c6d53347c6a
Binary files /dev/null and b/build/zephyr/drivers/serial/libdrivers__serial.a differ
diff --git a/build/zephyr/drivers/spi/CMakeFiles/drivers__spi.dir/spi_nrfx_common.c.obj b/build/zephyr/drivers/spi/CMakeFiles/drivers__spi.dir/spi_nrfx_common.c.obj
new file mode 100644
index 0000000000000000000000000000000000000000..9e75ccfe2e0288a2effc3a33223230301d553096
Binary files /dev/null and b/build/zephyr/drivers/spi/CMakeFiles/drivers__spi.dir/spi_nrfx_common.c.obj differ
diff --git a/build/zephyr/drivers/spi/CMakeFiles/drivers__spi.dir/spi_nrfx_spim.c.obj b/build/zephyr/drivers/spi/CMakeFiles/drivers__spi.dir/spi_nrfx_spim.c.obj
new file mode 100644
index 0000000000000000000000000000000000000000..dd9791f416dd3c583f22902b342db0cddde173ae
Binary files /dev/null and b/build/zephyr/drivers/spi/CMakeFiles/drivers__spi.dir/spi_nrfx_spim.c.obj differ
diff --git a/build/zephyr/drivers/spi/cmake_install.cmake b/build/zephyr/drivers/spi/cmake_install.cmake
new file mode 100644
index 0000000000000000000000000000000000000000..4985b74831c0c6d1c84b81e0e5b8eb0d661e2fd5
--- /dev/null
+++ b/build/zephyr/drivers/spi/cmake_install.cmake
@@ -0,0 +1,39 @@
+# Install script for directory: /opt/ncs/zephyr/drivers/spi
+
+# 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 "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-objdump")
+endif()
+
diff --git a/build/zephyr/drivers/spi/libdrivers__spi.a b/build/zephyr/drivers/spi/libdrivers__spi.a
new file mode 100644
index 0000000000000000000000000000000000000000..f91a775fdde75db3595684cc465a8fbca315d3e4
Binary files /dev/null and b/build/zephyr/drivers/spi/libdrivers__spi.a differ
diff --git a/build/zephyr/drivers/timer/CMakeFiles/drivers__timer.dir/nrf_rtc_timer.c.obj b/build/zephyr/drivers/timer/CMakeFiles/drivers__timer.dir/nrf_rtc_timer.c.obj
new file mode 100644
index 0000000000000000000000000000000000000000..67be65e30994a52e286cbec048b60cee76ce3e86
Binary files /dev/null and b/build/zephyr/drivers/timer/CMakeFiles/drivers__timer.dir/nrf_rtc_timer.c.obj differ
diff --git a/build/zephyr/drivers/timer/CMakeFiles/drivers__timer.dir/sys_clock_init.c.obj b/build/zephyr/drivers/timer/CMakeFiles/drivers__timer.dir/sys_clock_init.c.obj
new file mode 100644
index 0000000000000000000000000000000000000000..2741afbc6a90775bc4f1d68f2585daaa59936871
Binary files /dev/null and b/build/zephyr/drivers/timer/CMakeFiles/drivers__timer.dir/sys_clock_init.c.obj differ
diff --git a/build/zephyr/drivers/timer/cmake_install.cmake b/build/zephyr/drivers/timer/cmake_install.cmake
new file mode 100644
index 0000000000000000000000000000000000000000..408dfe8eb77db938d9de26c07f9ea1a006fe374e
--- /dev/null
+++ b/build/zephyr/drivers/timer/cmake_install.cmake
@@ -0,0 +1,39 @@
+# Install script for directory: /opt/ncs/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 "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-objdump")
+endif()
+
diff --git a/build/zephyr/drivers/timer/libdrivers__timer.a b/build/zephyr/drivers/timer/libdrivers__timer.a
new file mode 100644
index 0000000000000000000000000000000000000000..2f2232149764a64837d2e61a4165c5c03cb54eeb
Binary files /dev/null and b/build/zephyr/drivers/timer/libdrivers__timer.a differ
diff --git a/build/zephyr/drivers/usb/cmake_install.cmake b/build/zephyr/drivers/usb/cmake_install.cmake
new file mode 100644
index 0000000000000000000000000000000000000000..bb5b8c6af6fd24c059fa55ba60b3ca798ec30370
--- /dev/null
+++ b/build/zephyr/drivers/usb/cmake_install.cmake
@@ -0,0 +1,44 @@
+# Install script for directory: /opt/ncs/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 "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-objdump")
+endif()
+
+if(NOT CMAKE_INSTALL_LOCAL_ONLY)
+  # Include the install script for the subdirectory.
+  include("/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/drivers/usb/common/cmake_install.cmake")
+endif()
+
diff --git a/build/zephyr/drivers/usb/common/cmake_install.cmake b/build/zephyr/drivers/usb/common/cmake_install.cmake
new file mode 100644
index 0000000000000000000000000000000000000000..b974e8c1d6b46070043f5e68bb728d38e402fb22
--- /dev/null
+++ b/build/zephyr/drivers/usb/common/cmake_install.cmake
@@ -0,0 +1,44 @@
+# Install script for directory: /opt/ncs/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 "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-objdump")
+endif()
+
+if(NOT CMAKE_INSTALL_LOCAL_ONLY)
+  # Include the install script for the subdirectory.
+  include("/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/drivers/usb/common/nrf_usbd_common/cmake_install.cmake")
+endif()
+
diff --git a/build/zephyr/drivers/usb/common/nrf_usbd_common/cmake_install.cmake b/build/zephyr/drivers/usb/common/nrf_usbd_common/cmake_install.cmake
new file mode 100644
index 0000000000000000000000000000000000000000..9ea6a81f327691a60f45644b01709b1a441cb727
--- /dev/null
+++ b/build/zephyr/drivers/usb/common/nrf_usbd_common/cmake_install.cmake
@@ -0,0 +1,39 @@
+# Install script for directory: /opt/ncs/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 path to fallback-tool for dependency-resolution.
+if(NOT DEFINED CMAKE_OBJDUMP)
+  set(CMAKE_OBJDUMP "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-objdump")
+endif()
+
diff --git a/build/zephyr/drivers/usb_c/cmake_install.cmake b/build/zephyr/drivers/usb_c/cmake_install.cmake
new file mode 100644
index 0000000000000000000000000000000000000000..0a485ec69d0dba3c2e97f86405e2b1f5127c2582
--- /dev/null
+++ b/build/zephyr/drivers/usb_c/cmake_install.cmake
@@ -0,0 +1,39 @@
+# Install script for directory: /opt/ncs/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 "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-objdump")
+endif()
+
diff --git a/build/zephyr/dts.cmake b/build/zephyr/dts.cmake
new file mode 100644
index 0000000000000000000000000000000000000000..62b1a4c39061874d7e39ca80b171d5b3a8e92145
--- /dev/null
+++ b/build/zephyr/dts.cmake
@@ -0,0 +1,1237 @@
+add_custom_target(devicetree_target)
+
+set_target_properties(devicetree_target PROPERTIES "DT_CHOSEN|zephyr,entropy" "/soc/random@4000d000")
+set_target_properties(devicetree_target PROPERTIES "DT_CHOSEN|zephyr,flash-controller" "/soc/flash-controller@4001e000")
+set_target_properties(devicetree_target PROPERTIES "DT_CHOSEN|zephyr,console" "/soc/uart@40002000")
+set_target_properties(devicetree_target PROPERTIES "DT_CHOSEN|zephyr,shell-uart" "/soc/uart@40002000")
+set_target_properties(devicetree_target PROPERTIES "DT_CHOSEN|zephyr,bt-mon-uart" "/soc/uart@40002000")
+set_target_properties(devicetree_target PROPERTIES "DT_CHOSEN|zephyr,bt-c2h-uart" "/soc/uart@40002000")
+set_target_properties(devicetree_target PROPERTIES "DT_CHOSEN|zephyr,sram" "/soc/memory@20000000")
+set_target_properties(devicetree_target PROPERTIES "DT_CHOSEN|zephyr,flash" "/soc/flash-controller@4001e000/flash@0")
+set_target_properties(devicetree_target PROPERTIES "DT_CHOSEN|zephyr,code-partition" "/soc/flash-controller@4001e000/flash@0/partitions/partition@c000")
+set_target_properties(devicetree_target PROPERTIES "DT_CHOSEN|zephyr,display" "/led_matrix")
+set_target_properties(devicetree_target PROPERTIES "DT_ALIAS|magn0" "/soc/i2c@40003000/lsm303agr-magn@1e")
+set_target_properties(devicetree_target PROPERTIES "DT_ALIAS|accel0" "/soc/i2c@40003000/lsm303agr-accel@19")
+set_target_properties(devicetree_target PROPERTIES "DT_ALIAS|lora0" "/soc/spi@40004000/lora_radio@0")
+set_target_properties(devicetree_target PROPERTIES "DT_ALIAS|adc0" "/soc/adc@40007000")
+set_target_properties(devicetree_target PROPERTIES "DT_ALIAS|watchdog0" "/soc/watchdog@40010000")
+set_target_properties(devicetree_target PROPERTIES "DT_ALIAS|sw0" "/gpio_keys/button_0")
+set_target_properties(devicetree_target PROPERTIES "DT_ALIAS|sw1" "/gpio_keys/button_1")
+set_target_properties(devicetree_target PROPERTIES "DT_NODE|/" TRUE)
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/|compatible" "bbc,microbit-v2;")
+set_target_properties(devicetree_target PROPERTIES "DT_REG|/|NUM" "0")
+set_target_properties(devicetree_target PROPERTIES "DT_REG|/|ADDR" "")
+set_target_properties(devicetree_target PROPERTIES "DT_REG|/|SIZE" "")
+set_target_properties(devicetree_target PROPERTIES "DT_NODE|/chosen" TRUE)
+set_target_properties(devicetree_target PROPERTIES "DT_REG|/chosen|NUM" "0")
+set_target_properties(devicetree_target PROPERTIES "DT_REG|/chosen|ADDR" "")
+set_target_properties(devicetree_target PROPERTIES "DT_REG|/chosen|SIZE" "")
+set_target_properties(devicetree_target PROPERTIES "DT_NODE|/aliases" TRUE)
+set_target_properties(devicetree_target PROPERTIES "DT_REG|/aliases|NUM" "0")
+set_target_properties(devicetree_target PROPERTIES "DT_REG|/aliases|ADDR" "")
+set_target_properties(devicetree_target PROPERTIES "DT_REG|/aliases|SIZE" "")
+set_target_properties(devicetree_target PROPERTIES "DT_NODE|/soc" TRUE)
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc|compatible" "nordic,nrf52833-qiaa;nordic,nrf52833;nordic,nrf52;simple-bus;")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc|ranges" "None")
+set_target_properties(devicetree_target PROPERTIES "DT_REG|/soc|NUM" "0")
+set_target_properties(devicetree_target PROPERTIES "DT_REG|/soc|ADDR" "")
+set_target_properties(devicetree_target PROPERTIES "DT_REG|/soc|SIZE" "")
+set_target_properties(devicetree_target PROPERTIES "DT_NODE|/soc/interrupt-controller@e000e100" TRUE)
+set_target_properties(devicetree_target PROPERTIES "DT_NODELABEL|nvic" "/soc/interrupt-controller@e000e100")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/interrupt-controller@e000e100|interrupt-controller" "True")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/interrupt-controller@e000e100|wakeup-source" "False")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/interrupt-controller@e000e100|zephyr,pm-device-runtime-auto" "False")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/interrupt-controller@e000e100|compatible" "arm,v7m-nvic;")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/interrupt-controller@e000e100|reg" "3758153984;3072;")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/interrupt-controller@e000e100|zephyr,deferred-init" "False")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/interrupt-controller@e000e100|arm,num-irq-priority-bits" "3")
+set_target_properties(devicetree_target PROPERTIES "DT_REG|/soc/interrupt-controller@e000e100|NUM" "1")
+set_target_properties(devicetree_target PROPERTIES "DT_REG|/soc/interrupt-controller@e000e100|ADDR" "0xe000e100;")
+set_target_properties(devicetree_target PROPERTIES "DT_REG|/soc/interrupt-controller@e000e100|SIZE" "0xc00;")
+set_target_properties(devicetree_target PROPERTIES "DT_NODE|/soc/timer@e000e010" TRUE)
+set_target_properties(devicetree_target PROPERTIES "DT_NODELABEL|systick" "/soc/timer@e000e010")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/timer@e000e010|wakeup-source" "False")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/timer@e000e010|zephyr,pm-device-runtime-auto" "False")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/timer@e000e010|status" "disabled")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/timer@e000e010|compatible" "arm,armv7m-systick;")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/timer@e000e010|reg" "3758153744;16;")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/timer@e000e010|zephyr,deferred-init" "False")
+set_target_properties(devicetree_target PROPERTIES "DT_REG|/soc/timer@e000e010|NUM" "1")
+set_target_properties(devicetree_target PROPERTIES "DT_REG|/soc/timer@e000e010|ADDR" "0xe000e010;")
+set_target_properties(devicetree_target PROPERTIES "DT_REG|/soc/timer@e000e010|SIZE" "0x10;")
+set_target_properties(devicetree_target PROPERTIES "DT_NODE|/soc/ficr@10000000" TRUE)
+set_target_properties(devicetree_target PROPERTIES "DT_NODELABEL|ficr" "/soc/ficr@10000000")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/ficr@10000000|wakeup-source" "False")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/ficr@10000000|zephyr,pm-device-runtime-auto" "False")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/ficr@10000000|status" "okay")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/ficr@10000000|compatible" "nordic,nrf-ficr;")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/ficr@10000000|reg" "268435456;4096;")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/ficr@10000000|zephyr,deferred-init" "False")
+set_target_properties(devicetree_target PROPERTIES "DT_REG|/soc/ficr@10000000|NUM" "1")
+set_target_properties(devicetree_target PROPERTIES "DT_REG|/soc/ficr@10000000|ADDR" "0x10000000;")
+set_target_properties(devicetree_target PROPERTIES "DT_REG|/soc/ficr@10000000|SIZE" "0x1000;")
+set_target_properties(devicetree_target PROPERTIES "DT_NODE|/soc/uicr@10001000" TRUE)
+set_target_properties(devicetree_target PROPERTIES "DT_NODELABEL|uicr" "/soc/uicr@10001000")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/uicr@10001000|wakeup-source" "False")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/uicr@10001000|zephyr,pm-device-runtime-auto" "False")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/uicr@10001000|status" "okay")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/uicr@10001000|compatible" "nordic,nrf-uicr;")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/uicr@10001000|reg" "268439552;4096;")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/uicr@10001000|zephyr,deferred-init" "False")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/uicr@10001000|nfct-pins-as-gpios" "False")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/uicr@10001000|gpio-as-nreset" "False")
+set_target_properties(devicetree_target PROPERTIES "DT_REG|/soc/uicr@10001000|NUM" "1")
+set_target_properties(devicetree_target PROPERTIES "DT_REG|/soc/uicr@10001000|ADDR" "0x10001000;")
+set_target_properties(devicetree_target PROPERTIES "DT_REG|/soc/uicr@10001000|SIZE" "0x1000;")
+set_target_properties(devicetree_target PROPERTIES "DT_NODE|/soc/memory@20000000" TRUE)
+set_target_properties(devicetree_target PROPERTIES "DT_NODELABEL|sram0" "/soc/memory@20000000")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/memory@20000000|wakeup-source" "False")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/memory@20000000|zephyr,pm-device-runtime-auto" "False")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/memory@20000000|compatible" "mmio-sram;")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/memory@20000000|reg" "536870912;131072;")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/memory@20000000|zephyr,deferred-init" "False")
+set_target_properties(devicetree_target PROPERTIES "DT_REG|/soc/memory@20000000|NUM" "1")
+set_target_properties(devicetree_target PROPERTIES "DT_REG|/soc/memory@20000000|ADDR" "0x20000000;")
+set_target_properties(devicetree_target PROPERTIES "DT_REG|/soc/memory@20000000|SIZE" "0x20000;")
+set_target_properties(devicetree_target PROPERTIES "DT_NODE|/soc/clock@40000000" TRUE)
+set_target_properties(devicetree_target PROPERTIES "DT_NODELABEL|clock" "/soc/clock@40000000")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/clock@40000000|wakeup-source" "False")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/clock@40000000|zephyr,pm-device-runtime-auto" "False")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/clock@40000000|status" "okay")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/clock@40000000|compatible" "nordic,nrf-clock;")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/clock@40000000|reg" "1073741824;4096;")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/clock@40000000|interrupts" "0;1;")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/clock@40000000|zephyr,deferred-init" "False")
+set_target_properties(devicetree_target PROPERTIES "DT_REG|/soc/clock@40000000|NUM" "1")
+set_target_properties(devicetree_target PROPERTIES "DT_REG|/soc/clock@40000000|ADDR" "0x40000000;")
+set_target_properties(devicetree_target PROPERTIES "DT_REG|/soc/clock@40000000|SIZE" "0x1000;")
+set_target_properties(devicetree_target PROPERTIES "DT_NODE|/soc/power@40000000" TRUE)
+set_target_properties(devicetree_target PROPERTIES "DT_NODELABEL|power" "/soc/power@40000000")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/power@40000000|wakeup-source" "False")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/power@40000000|zephyr,pm-device-runtime-auto" "False")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/power@40000000|status" "okay")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/power@40000000|compatible" "nordic,nrf-power;")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/power@40000000|reg" "1073741824;4096;")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/power@40000000|interrupts" "0;1;")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/power@40000000|zephyr,deferred-init" "False")
+set_target_properties(devicetree_target PROPERTIES "DT_REG|/soc/power@40000000|NUM" "1")
+set_target_properties(devicetree_target PROPERTIES "DT_REG|/soc/power@40000000|ADDR" "0x40000000;")
+set_target_properties(devicetree_target PROPERTIES "DT_REG|/soc/power@40000000|SIZE" "0x1000;")
+set_target_properties(devicetree_target PROPERTIES "DT_NODE|/soc/power@40000000/gpregret1@4000051c" TRUE)
+set_target_properties(devicetree_target PROPERTIES "DT_NODELABEL|gpregret1" "/soc/power@40000000/gpregret1@4000051c")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/power@40000000/gpregret1@4000051c|wakeup-source" "False")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/power@40000000/gpregret1@4000051c|zephyr,pm-device-runtime-auto" "False")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/power@40000000/gpregret1@4000051c|status" "okay")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/power@40000000/gpregret1@4000051c|compatible" "nordic,nrf-gpregret;")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/power@40000000/gpregret1@4000051c|reg" "1073743132;1;")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/power@40000000/gpregret1@4000051c|zephyr,deferred-init" "False")
+set_target_properties(devicetree_target PROPERTIES "DT_REG|/soc/power@40000000/gpregret1@4000051c|NUM" "1")
+set_target_properties(devicetree_target PROPERTIES "DT_REG|/soc/power@40000000/gpregret1@4000051c|ADDR" "0x4000051c;")
+set_target_properties(devicetree_target PROPERTIES "DT_REG|/soc/power@40000000/gpregret1@4000051c|SIZE" "0x1;")
+set_target_properties(devicetree_target PROPERTIES "DT_NODE|/soc/power@40000000/gpregret2@40000520" TRUE)
+set_target_properties(devicetree_target PROPERTIES "DT_NODELABEL|gpregret2" "/soc/power@40000000/gpregret2@40000520")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/power@40000000/gpregret2@40000520|wakeup-source" "False")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/power@40000000/gpregret2@40000520|zephyr,pm-device-runtime-auto" "False")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/power@40000000/gpregret2@40000520|status" "okay")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/power@40000000/gpregret2@40000520|compatible" "nordic,nrf-gpregret;")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/power@40000000/gpregret2@40000520|reg" "1073743136;1;")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/power@40000000/gpregret2@40000520|zephyr,deferred-init" "False")
+set_target_properties(devicetree_target PROPERTIES "DT_REG|/soc/power@40000000/gpregret2@40000520|NUM" "1")
+set_target_properties(devicetree_target PROPERTIES "DT_REG|/soc/power@40000000/gpregret2@40000520|ADDR" "0x40000520;")
+set_target_properties(devicetree_target PROPERTIES "DT_REG|/soc/power@40000000/gpregret2@40000520|SIZE" "0x1;")
+set_target_properties(devicetree_target PROPERTIES "DT_NODE|/soc/radio@40001000" TRUE)
+set_target_properties(devicetree_target PROPERTIES "DT_NODELABEL|radio" "/soc/radio@40001000")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/radio@40001000|wakeup-source" "False")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/radio@40001000|zephyr,pm-device-runtime-auto" "False")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/radio@40001000|status" "okay")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/radio@40001000|compatible" "nordic,nrf-radio;")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/radio@40001000|reg" "1073745920;4096;")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/radio@40001000|interrupts" "1;1;")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/radio@40001000|zephyr,deferred-init" "False")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/radio@40001000|dfe-supported" "True")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/radio@40001000|ieee802154-supported" "True")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/radio@40001000|ble-2mbps-supported" "True")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/radio@40001000|ble-coded-phy-supported" "True")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/radio@40001000|tx-high-power-supported" "True")
+set_target_properties(devicetree_target PROPERTIES "DT_REG|/soc/radio@40001000|NUM" "1")
+set_target_properties(devicetree_target PROPERTIES "DT_REG|/soc/radio@40001000|ADDR" "0x40001000;")
+set_target_properties(devicetree_target PROPERTIES "DT_REG|/soc/radio@40001000|SIZE" "0x1000;")
+set_target_properties(devicetree_target PROPERTIES "DT_NODE|/soc/radio@40001000/ieee802154" TRUE)
+set_target_properties(devicetree_target PROPERTIES "DT_NODELABEL|ieee802154" "/soc/radio@40001000/ieee802154")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/radio@40001000/ieee802154|wakeup-source" "False")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/radio@40001000/ieee802154|zephyr,pm-device-runtime-auto" "False")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/radio@40001000/ieee802154|status" "disabled")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/radio@40001000/ieee802154|compatible" "nordic,nrf-ieee802154;")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/radio@40001000/ieee802154|zephyr,deferred-init" "False")
+set_target_properties(devicetree_target PROPERTIES "DT_REG|/soc/radio@40001000/ieee802154|NUM" "0")
+set_target_properties(devicetree_target PROPERTIES "DT_REG|/soc/radio@40001000/ieee802154|ADDR" "")
+set_target_properties(devicetree_target PROPERTIES "DT_REG|/soc/radio@40001000/ieee802154|SIZE" "")
+set_target_properties(devicetree_target PROPERTIES "DT_NODE|/soc/uart@40002000" TRUE)
+set_target_properties(devicetree_target PROPERTIES "DT_NODELABEL|uart0" "/soc/uart@40002000")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/uart@40002000|wakeup-source" "False")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/uart@40002000|zephyr,pm-device-runtime-auto" "False")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/uart@40002000|status" "okay")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/uart@40002000|compatible" "nordic,nrf-uart;")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/uart@40002000|reg" "1073750016;4096;")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/uart@40002000|interrupts" "2;1;")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/uart@40002000|zephyr,deferred-init" "False")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/uart@40002000|current-speed" "115200")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/uart@40002000|hw-flow-control" "False")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/uart@40002000|pinctrl-names" "default;sleep;")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/uart@40002000|disable-rx" "False")
+set_target_properties(devicetree_target PROPERTIES "DT_REG|/soc/uart@40002000|NUM" "1")
+set_target_properties(devicetree_target PROPERTIES "DT_REG|/soc/uart@40002000|ADDR" "0x40002000;")
+set_target_properties(devicetree_target PROPERTIES "DT_REG|/soc/uart@40002000|SIZE" "0x1000;")
+set_target_properties(devicetree_target PROPERTIES "DT_NODE|/soc/i2c@40003000" TRUE)
+set_target_properties(devicetree_target PROPERTIES "DT_NODELABEL|i2c0" "/soc/i2c@40003000")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/i2c@40003000|wakeup-source" "False")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/i2c@40003000|zephyr,pm-device-runtime-auto" "False")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/i2c@40003000|status" "okay")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/i2c@40003000|compatible" "nordic,nrf-twim;")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/i2c@40003000|reg" "1073754112;4096;")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/i2c@40003000|interrupts" "3;1;")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/i2c@40003000|zephyr,deferred-init" "False")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/i2c@40003000|clock-frequency" "400000")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/i2c@40003000|sq-size" "4")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/i2c@40003000|cq-size" "4")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/i2c@40003000|pinctrl-names" "default;sleep;")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/i2c@40003000|easydma-maxcnt-bits" "16")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/i2c@40003000|zephyr,concat-buf-size" "16")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/i2c@40003000|zephyr,flash-buf-max-size" "16")
+set_target_properties(devicetree_target PROPERTIES "DT_REG|/soc/i2c@40003000|NUM" "1")
+set_target_properties(devicetree_target PROPERTIES "DT_REG|/soc/i2c@40003000|ADDR" "0x40003000;")
+set_target_properties(devicetree_target PROPERTIES "DT_REG|/soc/i2c@40003000|SIZE" "0x1000;")
+set_target_properties(devicetree_target PROPERTIES "DT_NODE|/soc/i2c@40003000/lsm303agr-magn@1e" TRUE)
+set_target_properties(devicetree_target PROPERTIES "DT_NODELABEL|lsm303agr_magn" "/soc/i2c@40003000/lsm303agr-magn@1e")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/i2c@40003000/lsm303agr-magn@1e|wakeup-source" "False")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/i2c@40003000/lsm303agr-magn@1e|zephyr,pm-device-runtime-auto" "False")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/i2c@40003000/lsm303agr-magn@1e|status" "okay")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/i2c@40003000/lsm303agr-magn@1e|compatible" "st,lis2mdl;st,lsm303agr-magn;")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/i2c@40003000/lsm303agr-magn@1e|reg" "30;")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/i2c@40003000/lsm303agr-magn@1e|zephyr,deferred-init" "False")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/i2c@40003000/lsm303agr-magn@1e|single-mode" "False")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/i2c@40003000/lsm303agr-magn@1e|cancel-offset" "False")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/i2c@40003000/lsm303agr-magn@1e|spi-full-duplex" "False")
+set_target_properties(devicetree_target PROPERTIES "DT_REG|/soc/i2c@40003000/lsm303agr-magn@1e|NUM" "1")
+set_target_properties(devicetree_target PROPERTIES "DT_REG|/soc/i2c@40003000/lsm303agr-magn@1e|ADDR" "0x1e;")
+set_target_properties(devicetree_target PROPERTIES "DT_REG|/soc/i2c@40003000/lsm303agr-magn@1e|SIZE" "NONE;")
+set_target_properties(devicetree_target PROPERTIES "DT_NODE|/soc/i2c@40003000/lsm303agr-accel@19" TRUE)
+set_target_properties(devicetree_target PROPERTIES "DT_NODELABEL|lsm303agr_accel" "/soc/i2c@40003000/lsm303agr-accel@19")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/i2c@40003000/lsm303agr-accel@19|wakeup-source" "False")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/i2c@40003000/lsm303agr-accel@19|zephyr,pm-device-runtime-auto" "False")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/i2c@40003000/lsm303agr-accel@19|status" "okay")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/i2c@40003000/lsm303agr-accel@19|compatible" "st,lis2dh;st,lsm303agr-accel;")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/i2c@40003000/lsm303agr-accel@19|reg" "25;")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/i2c@40003000/lsm303agr-accel@19|zephyr,deferred-init" "False")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/i2c@40003000/lsm303agr-accel@19|int1-gpio-config" "0")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/i2c@40003000/lsm303agr-accel@19|int2-gpio-config" "0")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/i2c@40003000/lsm303agr-accel@19|disconnect-sdo-sa0-pull-up" "False")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/i2c@40003000/lsm303agr-accel@19|anym-on-int1" "False")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/i2c@40003000/lsm303agr-accel@19|anym-no-latch" "False")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/i2c@40003000/lsm303agr-accel@19|anym-mode" "0")
+set_target_properties(devicetree_target PROPERTIES "DT_REG|/soc/i2c@40003000/lsm303agr-accel@19|NUM" "1")
+set_target_properties(devicetree_target PROPERTIES "DT_REG|/soc/i2c@40003000/lsm303agr-accel@19|ADDR" "0x19;")
+set_target_properties(devicetree_target PROPERTIES "DT_REG|/soc/i2c@40003000/lsm303agr-accel@19|SIZE" "NONE;")
+set_target_properties(devicetree_target PROPERTIES "DT_NODE|/soc/spi@40003000" TRUE)
+set_target_properties(devicetree_target PROPERTIES "DT_NODELABEL|spi0" "/soc/spi@40003000")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/spi@40003000|wakeup-source" "False")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/spi@40003000|zephyr,pm-device-runtime-auto" "False")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/spi@40003000|status" "disabled")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/spi@40003000|compatible" "nordic,nrf-spim;")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/spi@40003000|reg" "1073754112;4096;")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/spi@40003000|interrupts" "3;1;")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/spi@40003000|zephyr,deferred-init" "False")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/spi@40003000|max-frequency" "8000000")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/spi@40003000|overrun-character" "255")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/spi@40003000|easydma-maxcnt-bits" "16")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/spi@40003000|anomaly-58-workaround" "False")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/spi@40003000|rx-delay-supported" "False")
+set_target_properties(devicetree_target PROPERTIES "DT_REG|/soc/spi@40003000|NUM" "1")
+set_target_properties(devicetree_target PROPERTIES "DT_REG|/soc/spi@40003000|ADDR" "0x40003000;")
+set_target_properties(devicetree_target PROPERTIES "DT_REG|/soc/spi@40003000|SIZE" "0x1000;")
+set_target_properties(devicetree_target PROPERTIES "DT_NODE|/soc/i2c@40004000" TRUE)
+set_target_properties(devicetree_target PROPERTIES "DT_NODELABEL|i2c1" "/soc/i2c@40004000")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/i2c@40004000|wakeup-source" "False")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/i2c@40004000|zephyr,pm-device-runtime-auto" "False")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/i2c@40004000|status" "disabled")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/i2c@40004000|compatible" "nordic,nrf-twim;")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/i2c@40004000|reg" "1073758208;4096;")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/i2c@40004000|interrupts" "4;1;")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/i2c@40004000|zephyr,deferred-init" "False")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/i2c@40004000|clock-frequency" "100000")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/i2c@40004000|sq-size" "4")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/i2c@40004000|cq-size" "4")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/i2c@40004000|easydma-maxcnt-bits" "16")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/i2c@40004000|zephyr,concat-buf-size" "16")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/i2c@40004000|zephyr,flash-buf-max-size" "16")
+set_target_properties(devicetree_target PROPERTIES "DT_REG|/soc/i2c@40004000|NUM" "1")
+set_target_properties(devicetree_target PROPERTIES "DT_REG|/soc/i2c@40004000|ADDR" "0x40004000;")
+set_target_properties(devicetree_target PROPERTIES "DT_REG|/soc/i2c@40004000|SIZE" "0x1000;")
+set_target_properties(devicetree_target PROPERTIES "DT_NODE|/soc/spi@40004000" TRUE)
+set_target_properties(devicetree_target PROPERTIES "DT_NODELABEL|spi1" "/soc/spi@40004000")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/spi@40004000|wakeup-source" "False")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/spi@40004000|zephyr,pm-device-runtime-auto" "False")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/spi@40004000|status" "okay")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/spi@40004000|compatible" "nordic,nrf-spim;")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/spi@40004000|reg" "1073758208;4096;")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/spi@40004000|interrupts" "4;1;")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/spi@40004000|zephyr,deferred-init" "False")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/spi@40004000|pinctrl-names" "default;sleep;")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/spi@40004000|max-frequency" "8000000")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/spi@40004000|overrun-character" "255")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/spi@40004000|easydma-maxcnt-bits" "16")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/spi@40004000|anomaly-58-workaround" "False")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/spi@40004000|rx-delay-supported" "False")
+set_target_properties(devicetree_target PROPERTIES "DT_REG|/soc/spi@40004000|NUM" "1")
+set_target_properties(devicetree_target PROPERTIES "DT_REG|/soc/spi@40004000|ADDR" "0x40004000;")
+set_target_properties(devicetree_target PROPERTIES "DT_REG|/soc/spi@40004000|SIZE" "0x1000;")
+set_target_properties(devicetree_target PROPERTIES "DT_NODE|/soc/spi@40004000/lora_radio@0" TRUE)
+set_target_properties(devicetree_target PROPERTIES "DT_NODELABEL|lora" "/soc/spi@40004000/lora_radio@0")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/spi@40004000/lora_radio@0|wakeup-source" "False")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/spi@40004000/lora_radio@0|zephyr,pm-device-runtime-auto" "False")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/spi@40004000/lora_radio@0|status" "okay")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/spi@40004000/lora_radio@0|compatible" "semtech,sx1276;")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/spi@40004000/lora_radio@0|reg" "0;")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/spi@40004000/lora_radio@0|zephyr,deferred-init" "False")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/spi@40004000/lora_radio@0|spi-max-frequency" "1000000")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/spi@40004000/lora_radio@0|duplex" "0")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/spi@40004000/lora_radio@0|frame-format" "0")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/spi@40004000/lora_radio@0|spi-cpol" "False")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/spi@40004000/lora_radio@0|spi-cpha" "False")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/spi@40004000/lora_radio@0|spi-hold-cs" "False")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/spi@40004000/lora_radio@0|power-amplifier-output" "pa-boost")
+set_target_properties(devicetree_target PROPERTIES "DT_REG|/soc/spi@40004000/lora_radio@0|NUM" "1")
+set_target_properties(devicetree_target PROPERTIES "DT_REG|/soc/spi@40004000/lora_radio@0|ADDR" "0x0;")
+set_target_properties(devicetree_target PROPERTIES "DT_REG|/soc/spi@40004000/lora_radio@0|SIZE" "NONE;")
+set_target_properties(devicetree_target PROPERTIES "DT_NODE|/soc/spi@40004000/bme280@1" TRUE)
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/spi@40004000/bme280@1|wakeup-source" "False")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/spi@40004000/bme280@1|zephyr,pm-device-runtime-auto" "False")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/spi@40004000/bme280@1|status" "okay")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/spi@40004000/bme280@1|compatible" "bosch,bme280;")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/spi@40004000/bme280@1|reg" "1;")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/spi@40004000/bme280@1|zephyr,deferred-init" "False")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/spi@40004000/bme280@1|spi-max-frequency" "1000000")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/spi@40004000/bme280@1|duplex" "0")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/spi@40004000/bme280@1|frame-format" "0")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/spi@40004000/bme280@1|spi-cpol" "False")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/spi@40004000/bme280@1|spi-cpha" "False")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/spi@40004000/bme280@1|spi-hold-cs" "False")
+set_target_properties(devicetree_target PROPERTIES "DT_REG|/soc/spi@40004000/bme280@1|NUM" "1")
+set_target_properties(devicetree_target PROPERTIES "DT_REG|/soc/spi@40004000/bme280@1|ADDR" "0x1;")
+set_target_properties(devicetree_target PROPERTIES "DT_REG|/soc/spi@40004000/bme280@1|SIZE" "NONE;")
+set_target_properties(devicetree_target PROPERTIES "DT_NODE|/soc/nfct@40005000" TRUE)
+set_target_properties(devicetree_target PROPERTIES "DT_NODELABEL|nfct" "/soc/nfct@40005000")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/nfct@40005000|wakeup-source" "False")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/nfct@40005000|zephyr,pm-device-runtime-auto" "False")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/nfct@40005000|status" "disabled")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/nfct@40005000|compatible" "nordic,nrf-nfct;")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/nfct@40005000|reg" "1073762304;4096;")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/nfct@40005000|interrupts" "5;1;")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/nfct@40005000|zephyr,deferred-init" "False")
+set_target_properties(devicetree_target PROPERTIES "DT_REG|/soc/nfct@40005000|NUM" "1")
+set_target_properties(devicetree_target PROPERTIES "DT_REG|/soc/nfct@40005000|ADDR" "0x40005000;")
+set_target_properties(devicetree_target PROPERTIES "DT_REG|/soc/nfct@40005000|SIZE" "0x1000;")
+set_target_properties(devicetree_target PROPERTIES "DT_NODE|/soc/gpiote@40006000" TRUE)
+set_target_properties(devicetree_target PROPERTIES "DT_NODELABEL|gpiote" "/soc/gpiote@40006000")
+set_target_properties(devicetree_target PROPERTIES "DT_NODELABEL|gpiote0" "/soc/gpiote@40006000")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/gpiote@40006000|wakeup-source" "False")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/gpiote@40006000|zephyr,pm-device-runtime-auto" "False")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/gpiote@40006000|status" "okay")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/gpiote@40006000|compatible" "nordic,nrf-gpiote;")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/gpiote@40006000|reg" "1073766400;4096;")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/gpiote@40006000|interrupts" "6;5;")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/gpiote@40006000|zephyr,deferred-init" "False")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/gpiote@40006000|instance" "0")
+set_target_properties(devicetree_target PROPERTIES "DT_REG|/soc/gpiote@40006000|NUM" "1")
+set_target_properties(devicetree_target PROPERTIES "DT_REG|/soc/gpiote@40006000|ADDR" "0x40006000;")
+set_target_properties(devicetree_target PROPERTIES "DT_REG|/soc/gpiote@40006000|SIZE" "0x1000;")
+set_target_properties(devicetree_target PROPERTIES "DT_NODE|/soc/adc@40007000" TRUE)
+set_target_properties(devicetree_target PROPERTIES "DT_NODELABEL|adc" "/soc/adc@40007000")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/adc@40007000|wakeup-source" "False")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/adc@40007000|zephyr,pm-device-runtime-auto" "False")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/adc@40007000|status" "okay")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/adc@40007000|compatible" "nordic,nrf-saadc;")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/adc@40007000|reg" "1073770496;4096;")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/adc@40007000|interrupts" "7;1;")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/adc@40007000|zephyr,deferred-init" "False")
+set_target_properties(devicetree_target PROPERTIES "DT_REG|/soc/adc@40007000|NUM" "1")
+set_target_properties(devicetree_target PROPERTIES "DT_REG|/soc/adc@40007000|ADDR" "0x40007000;")
+set_target_properties(devicetree_target PROPERTIES "DT_REG|/soc/adc@40007000|SIZE" "0x1000;")
+set_target_properties(devicetree_target PROPERTIES "DT_NODE|/soc/adc@40007000/channel@0" TRUE)
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/adc@40007000/channel@0|reg" "0;")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/adc@40007000/channel@0|zephyr,gain" "ADC_GAIN_1_6")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/adc@40007000/channel@0|zephyr,reference" "ADC_REF_INTERNAL")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/adc@40007000/channel@0|zephyr,acquisition-time" "0")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/adc@40007000/channel@0|zephyr,differential" "False")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/adc@40007000/channel@0|zephyr,input-positive" "9")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/adc@40007000/channel@0|zephyr,oversampling" "8")
+set_target_properties(devicetree_target PROPERTIES "DT_REG|/soc/adc@40007000/channel@0|NUM" "1")
+set_target_properties(devicetree_target PROPERTIES "DT_REG|/soc/adc@40007000/channel@0|ADDR" "0x0;")
+set_target_properties(devicetree_target PROPERTIES "DT_REG|/soc/adc@40007000/channel@0|SIZE" "NONE;")
+set_target_properties(devicetree_target PROPERTIES "DT_NODE|/soc/timer@40008000" TRUE)
+set_target_properties(devicetree_target PROPERTIES "DT_NODELABEL|timer0" "/soc/timer@40008000")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/timer@40008000|wakeup-source" "False")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/timer@40008000|zephyr,pm-device-runtime-auto" "False")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/timer@40008000|status" "disabled")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/timer@40008000|compatible" "nordic,nrf-timer;")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/timer@40008000|reg" "1073774592;4096;")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/timer@40008000|interrupts" "8;1;")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/timer@40008000|zephyr,deferred-init" "False")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/timer@40008000|cc-num" "4")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/timer@40008000|max-bit-width" "32")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/timer@40008000|max-frequency" "16000000")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/timer@40008000|prescaler" "0")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/timer@40008000|zli" "False")
+set_target_properties(devicetree_target PROPERTIES "DT_REG|/soc/timer@40008000|NUM" "1")
+set_target_properties(devicetree_target PROPERTIES "DT_REG|/soc/timer@40008000|ADDR" "0x40008000;")
+set_target_properties(devicetree_target PROPERTIES "DT_REG|/soc/timer@40008000|SIZE" "0x1000;")
+set_target_properties(devicetree_target PROPERTIES "DT_NODE|/soc/timer@40009000" TRUE)
+set_target_properties(devicetree_target PROPERTIES "DT_NODELABEL|timer1" "/soc/timer@40009000")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/timer@40009000|wakeup-source" "False")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/timer@40009000|zephyr,pm-device-runtime-auto" "False")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/timer@40009000|status" "disabled")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/timer@40009000|compatible" "nordic,nrf-timer;")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/timer@40009000|reg" "1073778688;4096;")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/timer@40009000|interrupts" "9;1;")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/timer@40009000|zephyr,deferred-init" "False")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/timer@40009000|cc-num" "4")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/timer@40009000|max-bit-width" "32")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/timer@40009000|max-frequency" "16000000")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/timer@40009000|prescaler" "0")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/timer@40009000|zli" "False")
+set_target_properties(devicetree_target PROPERTIES "DT_REG|/soc/timer@40009000|NUM" "1")
+set_target_properties(devicetree_target PROPERTIES "DT_REG|/soc/timer@40009000|ADDR" "0x40009000;")
+set_target_properties(devicetree_target PROPERTIES "DT_REG|/soc/timer@40009000|SIZE" "0x1000;")
+set_target_properties(devicetree_target PROPERTIES "DT_NODE|/soc/timer@4000a000" TRUE)
+set_target_properties(devicetree_target PROPERTIES "DT_NODELABEL|timer2" "/soc/timer@4000a000")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/timer@4000a000|wakeup-source" "False")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/timer@4000a000|zephyr,pm-device-runtime-auto" "False")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/timer@4000a000|status" "disabled")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/timer@4000a000|compatible" "nordic,nrf-timer;")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/timer@4000a000|reg" "1073782784;4096;")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/timer@4000a000|interrupts" "10;1;")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/timer@4000a000|zephyr,deferred-init" "False")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/timer@4000a000|cc-num" "4")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/timer@4000a000|max-bit-width" "32")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/timer@4000a000|max-frequency" "16000000")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/timer@4000a000|prescaler" "0")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/timer@4000a000|zli" "False")
+set_target_properties(devicetree_target PROPERTIES "DT_REG|/soc/timer@4000a000|NUM" "1")
+set_target_properties(devicetree_target PROPERTIES "DT_REG|/soc/timer@4000a000|ADDR" "0x4000a000;")
+set_target_properties(devicetree_target PROPERTIES "DT_REG|/soc/timer@4000a000|SIZE" "0x1000;")
+set_target_properties(devicetree_target PROPERTIES "DT_NODE|/soc/rtc@4000b000" TRUE)
+set_target_properties(devicetree_target PROPERTIES "DT_NODELABEL|rtc0" "/soc/rtc@4000b000")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/rtc@4000b000|wakeup-source" "False")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/rtc@4000b000|zephyr,pm-device-runtime-auto" "False")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/rtc@4000b000|status" "disabled")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/rtc@4000b000|compatible" "nordic,nrf-rtc;")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/rtc@4000b000|reg" "1073786880;4096;")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/rtc@4000b000|interrupts" "11;1;")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/rtc@4000b000|zephyr,deferred-init" "False")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/rtc@4000b000|clock-frequency" "32768")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/rtc@4000b000|prescaler" "1")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/rtc@4000b000|cc-num" "3")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/rtc@4000b000|ppi-wrap" "False")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/rtc@4000b000|fixed-top" "False")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/rtc@4000b000|zli" "False")
+set_target_properties(devicetree_target PROPERTIES "DT_REG|/soc/rtc@4000b000|NUM" "1")
+set_target_properties(devicetree_target PROPERTIES "DT_REG|/soc/rtc@4000b000|ADDR" "0x4000b000;")
+set_target_properties(devicetree_target PROPERTIES "DT_REG|/soc/rtc@4000b000|SIZE" "0x1000;")
+set_target_properties(devicetree_target PROPERTIES "DT_NODE|/soc/temp@4000c000" TRUE)
+set_target_properties(devicetree_target PROPERTIES "DT_NODELABEL|temp" "/soc/temp@4000c000")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/temp@4000c000|wakeup-source" "False")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/temp@4000c000|zephyr,pm-device-runtime-auto" "False")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/temp@4000c000|status" "okay")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/temp@4000c000|compatible" "nordic,nrf-temp;")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/temp@4000c000|reg" "1073790976;4096;")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/temp@4000c000|interrupts" "12;1;")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/temp@4000c000|zephyr,deferred-init" "False")
+set_target_properties(devicetree_target PROPERTIES "DT_REG|/soc/temp@4000c000|NUM" "1")
+set_target_properties(devicetree_target PROPERTIES "DT_REG|/soc/temp@4000c000|ADDR" "0x4000c000;")
+set_target_properties(devicetree_target PROPERTIES "DT_REG|/soc/temp@4000c000|SIZE" "0x1000;")
+set_target_properties(devicetree_target PROPERTIES "DT_NODE|/soc/random@4000d000" TRUE)
+set_target_properties(devicetree_target PROPERTIES "DT_NODELABEL|rng" "/soc/random@4000d000")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/random@4000d000|wakeup-source" "False")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/random@4000d000|zephyr,pm-device-runtime-auto" "False")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/random@4000d000|status" "okay")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/random@4000d000|compatible" "nordic,nrf-rng;")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/random@4000d000|reg" "1073795072;4096;")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/random@4000d000|interrupts" "13;1;")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/random@4000d000|zephyr,deferred-init" "False")
+set_target_properties(devicetree_target PROPERTIES "DT_REG|/soc/random@4000d000|NUM" "1")
+set_target_properties(devicetree_target PROPERTIES "DT_REG|/soc/random@4000d000|ADDR" "0x4000d000;")
+set_target_properties(devicetree_target PROPERTIES "DT_REG|/soc/random@4000d000|SIZE" "0x1000;")
+set_target_properties(devicetree_target PROPERTIES "DT_NODE|/soc/ecb@4000e000" TRUE)
+set_target_properties(devicetree_target PROPERTIES "DT_NODELABEL|ecb" "/soc/ecb@4000e000")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/ecb@4000e000|wakeup-source" "False")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/ecb@4000e000|zephyr,pm-device-runtime-auto" "False")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/ecb@4000e000|status" "okay")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/ecb@4000e000|compatible" "nordic,nrf-ecb;")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/ecb@4000e000|reg" "1073799168;4096;")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/ecb@4000e000|interrupts" "14;1;")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/ecb@4000e000|zephyr,deferred-init" "False")
+set_target_properties(devicetree_target PROPERTIES "DT_REG|/soc/ecb@4000e000|NUM" "1")
+set_target_properties(devicetree_target PROPERTIES "DT_REG|/soc/ecb@4000e000|ADDR" "0x4000e000;")
+set_target_properties(devicetree_target PROPERTIES "DT_REG|/soc/ecb@4000e000|SIZE" "0x1000;")
+set_target_properties(devicetree_target PROPERTIES "DT_NODE|/soc/ccm@4000f000" TRUE)
+set_target_properties(devicetree_target PROPERTIES "DT_NODELABEL|ccm" "/soc/ccm@4000f000")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/ccm@4000f000|wakeup-source" "False")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/ccm@4000f000|zephyr,pm-device-runtime-auto" "False")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/ccm@4000f000|status" "okay")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/ccm@4000f000|compatible" "nordic,nrf-ccm;")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/ccm@4000f000|reg" "1073803264;4096;")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/ccm@4000f000|interrupts" "15;1;")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/ccm@4000f000|zephyr,deferred-init" "False")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/ccm@4000f000|length-field-length-8-bits" "True")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/ccm@4000f000|headermask-supported" "True")
+set_target_properties(devicetree_target PROPERTIES "DT_REG|/soc/ccm@4000f000|NUM" "1")
+set_target_properties(devicetree_target PROPERTIES "DT_REG|/soc/ccm@4000f000|ADDR" "0x4000f000;")
+set_target_properties(devicetree_target PROPERTIES "DT_REG|/soc/ccm@4000f000|SIZE" "0x1000;")
+set_target_properties(devicetree_target PROPERTIES "DT_NODE|/soc/watchdog@40010000" TRUE)
+set_target_properties(devicetree_target PROPERTIES "DT_NODELABEL|wdt" "/soc/watchdog@40010000")
+set_target_properties(devicetree_target PROPERTIES "DT_NODELABEL|wdt0" "/soc/watchdog@40010000")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/watchdog@40010000|wakeup-source" "False")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/watchdog@40010000|zephyr,pm-device-runtime-auto" "False")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/watchdog@40010000|status" "okay")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/watchdog@40010000|compatible" "nordic,nrf-wdt;")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/watchdog@40010000|reg" "1073807360;4096;")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/watchdog@40010000|interrupts" "16;1;")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/watchdog@40010000|zephyr,deferred-init" "False")
+set_target_properties(devicetree_target PROPERTIES "DT_REG|/soc/watchdog@40010000|NUM" "1")
+set_target_properties(devicetree_target PROPERTIES "DT_REG|/soc/watchdog@40010000|ADDR" "0x40010000;")
+set_target_properties(devicetree_target PROPERTIES "DT_REG|/soc/watchdog@40010000|SIZE" "0x1000;")
+set_target_properties(devicetree_target PROPERTIES "DT_NODE|/soc/rtc@40011000" TRUE)
+set_target_properties(devicetree_target PROPERTIES "DT_NODELABEL|rtc1" "/soc/rtc@40011000")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/rtc@40011000|wakeup-source" "False")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/rtc@40011000|zephyr,pm-device-runtime-auto" "False")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/rtc@40011000|status" "disabled")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/rtc@40011000|compatible" "nordic,nrf-rtc;")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/rtc@40011000|reg" "1073811456;4096;")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/rtc@40011000|interrupts" "17;1;")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/rtc@40011000|zephyr,deferred-init" "False")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/rtc@40011000|clock-frequency" "32768")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/rtc@40011000|prescaler" "1")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/rtc@40011000|cc-num" "4")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/rtc@40011000|ppi-wrap" "False")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/rtc@40011000|fixed-top" "False")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/rtc@40011000|zli" "False")
+set_target_properties(devicetree_target PROPERTIES "DT_REG|/soc/rtc@40011000|NUM" "1")
+set_target_properties(devicetree_target PROPERTIES "DT_REG|/soc/rtc@40011000|ADDR" "0x40011000;")
+set_target_properties(devicetree_target PROPERTIES "DT_REG|/soc/rtc@40011000|SIZE" "0x1000;")
+set_target_properties(devicetree_target PROPERTIES "DT_NODE|/soc/qdec@40012000" TRUE)
+set_target_properties(devicetree_target PROPERTIES "DT_NODELABEL|qdec" "/soc/qdec@40012000")
+set_target_properties(devicetree_target PROPERTIES "DT_NODELABEL|qdec0" "/soc/qdec@40012000")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/qdec@40012000|wakeup-source" "False")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/qdec@40012000|zephyr,pm-device-runtime-auto" "False")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/qdec@40012000|status" "disabled")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/qdec@40012000|compatible" "nordic,nrf-qdec;")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/qdec@40012000|reg" "1073815552;4096;")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/qdec@40012000|interrupts" "18;1;")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/qdec@40012000|zephyr,deferred-init" "False")
+set_target_properties(devicetree_target PROPERTIES "DT_REG|/soc/qdec@40012000|NUM" "1")
+set_target_properties(devicetree_target PROPERTIES "DT_REG|/soc/qdec@40012000|ADDR" "0x40012000;")
+set_target_properties(devicetree_target PROPERTIES "DT_REG|/soc/qdec@40012000|SIZE" "0x1000;")
+set_target_properties(devicetree_target PROPERTIES "DT_NODE|/soc/comparator@40013000" TRUE)
+set_target_properties(devicetree_target PROPERTIES "DT_NODELABEL|comp" "/soc/comparator@40013000")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/comparator@40013000|wakeup-source" "False")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/comparator@40013000|zephyr,pm-device-runtime-auto" "False")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/comparator@40013000|status" "disabled")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/comparator@40013000|compatible" "nordic,nrf-comp;")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/comparator@40013000|reg" "1073819648;4096;")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/comparator@40013000|interrupts" "19;1;")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/comparator@40013000|zephyr,deferred-init" "False")
+set_target_properties(devicetree_target PROPERTIES "DT_REG|/soc/comparator@40013000|NUM" "1")
+set_target_properties(devicetree_target PROPERTIES "DT_REG|/soc/comparator@40013000|ADDR" "0x40013000;")
+set_target_properties(devicetree_target PROPERTIES "DT_REG|/soc/comparator@40013000|SIZE" "0x1000;")
+set_target_properties(devicetree_target PROPERTIES "DT_NODE|/soc/egu@40014000" TRUE)
+set_target_properties(devicetree_target PROPERTIES "DT_NODELABEL|egu0" "/soc/egu@40014000")
+set_target_properties(devicetree_target PROPERTIES "DT_NODELABEL|swi0" "/soc/egu@40014000")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/egu@40014000|wakeup-source" "False")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/egu@40014000|zephyr,pm-device-runtime-auto" "False")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/egu@40014000|status" "okay")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/egu@40014000|compatible" "nordic,nrf-egu;nordic,nrf-swi;")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/egu@40014000|reg" "1073823744;4096;")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/egu@40014000|interrupts" "20;1;")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/egu@40014000|zephyr,deferred-init" "False")
+set_target_properties(devicetree_target PROPERTIES "DT_REG|/soc/egu@40014000|NUM" "1")
+set_target_properties(devicetree_target PROPERTIES "DT_REG|/soc/egu@40014000|ADDR" "0x40014000;")
+set_target_properties(devicetree_target PROPERTIES "DT_REG|/soc/egu@40014000|SIZE" "0x1000;")
+set_target_properties(devicetree_target PROPERTIES "DT_NODE|/soc/egu@40015000" TRUE)
+set_target_properties(devicetree_target PROPERTIES "DT_NODELABEL|egu1" "/soc/egu@40015000")
+set_target_properties(devicetree_target PROPERTIES "DT_NODELABEL|swi1" "/soc/egu@40015000")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/egu@40015000|wakeup-source" "False")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/egu@40015000|zephyr,pm-device-runtime-auto" "False")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/egu@40015000|status" "okay")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/egu@40015000|compatible" "nordic,nrf-egu;nordic,nrf-swi;")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/egu@40015000|reg" "1073827840;4096;")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/egu@40015000|interrupts" "21;1;")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/egu@40015000|zephyr,deferred-init" "False")
+set_target_properties(devicetree_target PROPERTIES "DT_REG|/soc/egu@40015000|NUM" "1")
+set_target_properties(devicetree_target PROPERTIES "DT_REG|/soc/egu@40015000|ADDR" "0x40015000;")
+set_target_properties(devicetree_target PROPERTIES "DT_REG|/soc/egu@40015000|SIZE" "0x1000;")
+set_target_properties(devicetree_target PROPERTIES "DT_NODE|/soc/egu@40016000" TRUE)
+set_target_properties(devicetree_target PROPERTIES "DT_NODELABEL|egu2" "/soc/egu@40016000")
+set_target_properties(devicetree_target PROPERTIES "DT_NODELABEL|swi2" "/soc/egu@40016000")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/egu@40016000|wakeup-source" "False")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/egu@40016000|zephyr,pm-device-runtime-auto" "False")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/egu@40016000|status" "okay")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/egu@40016000|compatible" "nordic,nrf-egu;nordic,nrf-swi;")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/egu@40016000|reg" "1073831936;4096;")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/egu@40016000|interrupts" "22;1;")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/egu@40016000|zephyr,deferred-init" "False")
+set_target_properties(devicetree_target PROPERTIES "DT_REG|/soc/egu@40016000|NUM" "1")
+set_target_properties(devicetree_target PROPERTIES "DT_REG|/soc/egu@40016000|ADDR" "0x40016000;")
+set_target_properties(devicetree_target PROPERTIES "DT_REG|/soc/egu@40016000|SIZE" "0x1000;")
+set_target_properties(devicetree_target PROPERTIES "DT_NODE|/soc/egu@40017000" TRUE)
+set_target_properties(devicetree_target PROPERTIES "DT_NODELABEL|egu3" "/soc/egu@40017000")
+set_target_properties(devicetree_target PROPERTIES "DT_NODELABEL|swi3" "/soc/egu@40017000")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/egu@40017000|wakeup-source" "False")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/egu@40017000|zephyr,pm-device-runtime-auto" "False")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/egu@40017000|status" "okay")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/egu@40017000|compatible" "nordic,nrf-egu;nordic,nrf-swi;")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/egu@40017000|reg" "1073836032;4096;")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/egu@40017000|interrupts" "23;1;")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/egu@40017000|zephyr,deferred-init" "False")
+set_target_properties(devicetree_target PROPERTIES "DT_REG|/soc/egu@40017000|NUM" "1")
+set_target_properties(devicetree_target PROPERTIES "DT_REG|/soc/egu@40017000|ADDR" "0x40017000;")
+set_target_properties(devicetree_target PROPERTIES "DT_REG|/soc/egu@40017000|SIZE" "0x1000;")
+set_target_properties(devicetree_target PROPERTIES "DT_NODE|/soc/egu@40018000" TRUE)
+set_target_properties(devicetree_target PROPERTIES "DT_NODELABEL|egu4" "/soc/egu@40018000")
+set_target_properties(devicetree_target PROPERTIES "DT_NODELABEL|swi4" "/soc/egu@40018000")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/egu@40018000|wakeup-source" "False")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/egu@40018000|zephyr,pm-device-runtime-auto" "False")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/egu@40018000|status" "okay")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/egu@40018000|compatible" "nordic,nrf-egu;nordic,nrf-swi;")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/egu@40018000|reg" "1073840128;4096;")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/egu@40018000|interrupts" "24;1;")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/egu@40018000|zephyr,deferred-init" "False")
+set_target_properties(devicetree_target PROPERTIES "DT_REG|/soc/egu@40018000|NUM" "1")
+set_target_properties(devicetree_target PROPERTIES "DT_REG|/soc/egu@40018000|ADDR" "0x40018000;")
+set_target_properties(devicetree_target PROPERTIES "DT_REG|/soc/egu@40018000|SIZE" "0x1000;")
+set_target_properties(devicetree_target PROPERTIES "DT_NODE|/soc/egu@40019000" TRUE)
+set_target_properties(devicetree_target PROPERTIES "DT_NODELABEL|egu5" "/soc/egu@40019000")
+set_target_properties(devicetree_target PROPERTIES "DT_NODELABEL|swi5" "/soc/egu@40019000")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/egu@40019000|wakeup-source" "False")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/egu@40019000|zephyr,pm-device-runtime-auto" "False")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/egu@40019000|status" "okay")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/egu@40019000|compatible" "nordic,nrf-egu;nordic,nrf-swi;")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/egu@40019000|reg" "1073844224;4096;")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/egu@40019000|interrupts" "25;1;")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/egu@40019000|zephyr,deferred-init" "False")
+set_target_properties(devicetree_target PROPERTIES "DT_REG|/soc/egu@40019000|NUM" "1")
+set_target_properties(devicetree_target PROPERTIES "DT_REG|/soc/egu@40019000|ADDR" "0x40019000;")
+set_target_properties(devicetree_target PROPERTIES "DT_REG|/soc/egu@40019000|SIZE" "0x1000;")
+set_target_properties(devicetree_target PROPERTIES "DT_NODE|/soc/timer@4001a000" TRUE)
+set_target_properties(devicetree_target PROPERTIES "DT_NODELABEL|timer3" "/soc/timer@4001a000")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/timer@4001a000|wakeup-source" "False")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/timer@4001a000|zephyr,pm-device-runtime-auto" "False")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/timer@4001a000|status" "disabled")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/timer@4001a000|compatible" "nordic,nrf-timer;")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/timer@4001a000|reg" "1073848320;4096;")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/timer@4001a000|interrupts" "26;1;")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/timer@4001a000|zephyr,deferred-init" "False")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/timer@4001a000|cc-num" "6")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/timer@4001a000|max-bit-width" "32")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/timer@4001a000|max-frequency" "16000000")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/timer@4001a000|prescaler" "0")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/timer@4001a000|zli" "False")
+set_target_properties(devicetree_target PROPERTIES "DT_REG|/soc/timer@4001a000|NUM" "1")
+set_target_properties(devicetree_target PROPERTIES "DT_REG|/soc/timer@4001a000|ADDR" "0x4001a000;")
+set_target_properties(devicetree_target PROPERTIES "DT_REG|/soc/timer@4001a000|SIZE" "0x1000;")
+set_target_properties(devicetree_target PROPERTIES "DT_NODE|/soc/timer@4001b000" TRUE)
+set_target_properties(devicetree_target PROPERTIES "DT_NODELABEL|timer4" "/soc/timer@4001b000")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/timer@4001b000|wakeup-source" "False")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/timer@4001b000|zephyr,pm-device-runtime-auto" "False")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/timer@4001b000|status" "disabled")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/timer@4001b000|compatible" "nordic,nrf-timer;")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/timer@4001b000|reg" "1073852416;4096;")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/timer@4001b000|interrupts" "27;1;")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/timer@4001b000|zephyr,deferred-init" "False")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/timer@4001b000|cc-num" "6")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/timer@4001b000|max-bit-width" "32")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/timer@4001b000|max-frequency" "16000000")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/timer@4001b000|prescaler" "0")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/timer@4001b000|zli" "False")
+set_target_properties(devicetree_target PROPERTIES "DT_REG|/soc/timer@4001b000|NUM" "1")
+set_target_properties(devicetree_target PROPERTIES "DT_REG|/soc/timer@4001b000|ADDR" "0x4001b000;")
+set_target_properties(devicetree_target PROPERTIES "DT_REG|/soc/timer@4001b000|SIZE" "0x1000;")
+set_target_properties(devicetree_target PROPERTIES "DT_NODE|/soc/pwm@4001c000" TRUE)
+set_target_properties(devicetree_target PROPERTIES "DT_NODELABEL|pwm0" "/soc/pwm@4001c000")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/pwm@4001c000|wakeup-source" "False")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/pwm@4001c000|zephyr,pm-device-runtime-auto" "False")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/pwm@4001c000|status" "disabled")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/pwm@4001c000|compatible" "nordic,nrf-pwm;")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/pwm@4001c000|reg" "1073856512;4096;")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/pwm@4001c000|interrupts" "28;1;")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/pwm@4001c000|zephyr,deferred-init" "False")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/pwm@4001c000|center-aligned" "False")
+set_target_properties(devicetree_target PROPERTIES "DT_REG|/soc/pwm@4001c000|NUM" "1")
+set_target_properties(devicetree_target PROPERTIES "DT_REG|/soc/pwm@4001c000|ADDR" "0x4001c000;")
+set_target_properties(devicetree_target PROPERTIES "DT_REG|/soc/pwm@4001c000|SIZE" "0x1000;")
+set_target_properties(devicetree_target PROPERTIES "DT_NODE|/soc/pdm@4001d000" TRUE)
+set_target_properties(devicetree_target PROPERTIES "DT_NODELABEL|pdm0" "/soc/pdm@4001d000")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/pdm@4001d000|wakeup-source" "False")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/pdm@4001d000|zephyr,pm-device-runtime-auto" "False")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/pdm@4001d000|status" "disabled")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/pdm@4001d000|compatible" "nordic,nrf-pdm;")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/pdm@4001d000|reg" "1073860608;4096;")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/pdm@4001d000|interrupts" "29;1;")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/pdm@4001d000|zephyr,deferred-init" "False")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/pdm@4001d000|clock-source" "PCLK32M_HFXO")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/pdm@4001d000|queue-size" "4")
+set_target_properties(devicetree_target PROPERTIES "DT_REG|/soc/pdm@4001d000|NUM" "1")
+set_target_properties(devicetree_target PROPERTIES "DT_REG|/soc/pdm@4001d000|ADDR" "0x4001d000;")
+set_target_properties(devicetree_target PROPERTIES "DT_REG|/soc/pdm@4001d000|SIZE" "0x1000;")
+set_target_properties(devicetree_target PROPERTIES "DT_NODE|/soc/acl@4001e000" TRUE)
+set_target_properties(devicetree_target PROPERTIES "DT_NODELABEL|acl" "/soc/acl@4001e000")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/acl@4001e000|wakeup-source" "False")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/acl@4001e000|zephyr,pm-device-runtime-auto" "False")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/acl@4001e000|status" "okay")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/acl@4001e000|compatible" "nordic,nrf-acl;")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/acl@4001e000|reg" "1073864704;4096;")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/acl@4001e000|zephyr,deferred-init" "False")
+set_target_properties(devicetree_target PROPERTIES "DT_REG|/soc/acl@4001e000|NUM" "1")
+set_target_properties(devicetree_target PROPERTIES "DT_REG|/soc/acl@4001e000|ADDR" "0x4001e000;")
+set_target_properties(devicetree_target PROPERTIES "DT_REG|/soc/acl@4001e000|SIZE" "0x1000;")
+set_target_properties(devicetree_target PROPERTIES "DT_NODE|/soc/flash-controller@4001e000" TRUE)
+set_target_properties(devicetree_target PROPERTIES "DT_NODELABEL|flash_controller" "/soc/flash-controller@4001e000")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/flash-controller@4001e000|wakeup-source" "False")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/flash-controller@4001e000|zephyr,pm-device-runtime-auto" "False")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/flash-controller@4001e000|compatible" "nordic,nrf52-flash-controller;")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/flash-controller@4001e000|reg" "1073864704;4096;")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/flash-controller@4001e000|zephyr,deferred-init" "False")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/flash-controller@4001e000|partial-erase" "True")
+set_target_properties(devicetree_target PROPERTIES "DT_REG|/soc/flash-controller@4001e000|NUM" "1")
+set_target_properties(devicetree_target PROPERTIES "DT_REG|/soc/flash-controller@4001e000|ADDR" "0x4001e000;")
+set_target_properties(devicetree_target PROPERTIES "DT_REG|/soc/flash-controller@4001e000|SIZE" "0x1000;")
+set_target_properties(devicetree_target PROPERTIES "DT_NODE|/soc/flash-controller@4001e000/flash@0" TRUE)
+set_target_properties(devicetree_target PROPERTIES "DT_NODELABEL|flash0" "/soc/flash-controller@4001e000/flash@0")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/flash-controller@4001e000/flash@0|wakeup-source" "False")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/flash-controller@4001e000/flash@0|zephyr,pm-device-runtime-auto" "False")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/flash-controller@4001e000/flash@0|compatible" "soc-nv-flash;")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/flash-controller@4001e000/flash@0|reg" "0;524288;")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/flash-controller@4001e000/flash@0|zephyr,deferred-init" "False")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/flash-controller@4001e000/flash@0|erase-block-size" "4096")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/flash-controller@4001e000/flash@0|write-block-size" "4")
+set_target_properties(devicetree_target PROPERTIES "DT_REG|/soc/flash-controller@4001e000/flash@0|NUM" "1")
+set_target_properties(devicetree_target PROPERTIES "DT_REG|/soc/flash-controller@4001e000/flash@0|ADDR" "0x0;")
+set_target_properties(devicetree_target PROPERTIES "DT_REG|/soc/flash-controller@4001e000/flash@0|SIZE" "0x80000;")
+set_target_properties(devicetree_target PROPERTIES "DT_NODE|/soc/flash-controller@4001e000/flash@0/partitions" TRUE)
+set_target_properties(devicetree_target PROPERTIES "DT_REG|/soc/flash-controller@4001e000/flash@0/partitions|NUM" "0")
+set_target_properties(devicetree_target PROPERTIES "DT_REG|/soc/flash-controller@4001e000/flash@0/partitions|ADDR" "")
+set_target_properties(devicetree_target PROPERTIES "DT_REG|/soc/flash-controller@4001e000/flash@0/partitions|SIZE" "")
+set_target_properties(devicetree_target PROPERTIES "DT_NODE|/soc/flash-controller@4001e000/flash@0/partitions/partition@0" TRUE)
+set_target_properties(devicetree_target PROPERTIES "DT_NODELABEL|boot_partition" "/soc/flash-controller@4001e000/flash@0/partitions/partition@0")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/flash-controller@4001e000/flash@0/partitions/partition@0|label" "mcuboot")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/flash-controller@4001e000/flash@0/partitions/partition@0|read-only" "False")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/flash-controller@4001e000/flash@0/partitions/partition@0|reg" "0;49152;")
+set_target_properties(devicetree_target PROPERTIES "DT_REG|/soc/flash-controller@4001e000/flash@0/partitions/partition@0|NUM" "1")
+set_target_properties(devicetree_target PROPERTIES "DT_REG|/soc/flash-controller@4001e000/flash@0/partitions/partition@0|ADDR" "0x0;")
+set_target_properties(devicetree_target PROPERTIES "DT_REG|/soc/flash-controller@4001e000/flash@0/partitions/partition@0|SIZE" "0xc000;")
+set_target_properties(devicetree_target PROPERTIES "DT_NODE|/soc/flash-controller@4001e000/flash@0/partitions/partition@c000" TRUE)
+set_target_properties(devicetree_target PROPERTIES "DT_NODELABEL|slot0_partition" "/soc/flash-controller@4001e000/flash@0/partitions/partition@c000")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/flash-controller@4001e000/flash@0/partitions/partition@c000|label" "image-0")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/flash-controller@4001e000/flash@0/partitions/partition@c000|read-only" "False")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/flash-controller@4001e000/flash@0/partitions/partition@c000|reg" "49152;204800;")
+set_target_properties(devicetree_target PROPERTIES "DT_REG|/soc/flash-controller@4001e000/flash@0/partitions/partition@c000|NUM" "1")
+set_target_properties(devicetree_target PROPERTIES "DT_REG|/soc/flash-controller@4001e000/flash@0/partitions/partition@c000|ADDR" "0xc000;")
+set_target_properties(devicetree_target PROPERTIES "DT_REG|/soc/flash-controller@4001e000/flash@0/partitions/partition@c000|SIZE" "0x32000;")
+set_target_properties(devicetree_target PROPERTIES "DT_NODE|/soc/flash-controller@4001e000/flash@0/partitions/partition@3e000" TRUE)
+set_target_properties(devicetree_target PROPERTIES "DT_NODELABEL|slot1_partition" "/soc/flash-controller@4001e000/flash@0/partitions/partition@3e000")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/flash-controller@4001e000/flash@0/partitions/partition@3e000|label" "image-1")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/flash-controller@4001e000/flash@0/partitions/partition@3e000|read-only" "False")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/flash-controller@4001e000/flash@0/partitions/partition@3e000|reg" "253952;204800;")
+set_target_properties(devicetree_target PROPERTIES "DT_REG|/soc/flash-controller@4001e000/flash@0/partitions/partition@3e000|NUM" "1")
+set_target_properties(devicetree_target PROPERTIES "DT_REG|/soc/flash-controller@4001e000/flash@0/partitions/partition@3e000|ADDR" "0x3e000;")
+set_target_properties(devicetree_target PROPERTIES "DT_REG|/soc/flash-controller@4001e000/flash@0/partitions/partition@3e000|SIZE" "0x32000;")
+set_target_properties(devicetree_target PROPERTIES "DT_NODE|/soc/flash-controller@4001e000/flash@0/partitions/partition@70000" TRUE)
+set_target_properties(devicetree_target PROPERTIES "DT_NODELABEL|scratch_partition" "/soc/flash-controller@4001e000/flash@0/partitions/partition@70000")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/flash-controller@4001e000/flash@0/partitions/partition@70000|label" "image-scratch")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/flash-controller@4001e000/flash@0/partitions/partition@70000|read-only" "False")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/flash-controller@4001e000/flash@0/partitions/partition@70000|reg" "458752;40960;")
+set_target_properties(devicetree_target PROPERTIES "DT_REG|/soc/flash-controller@4001e000/flash@0/partitions/partition@70000|NUM" "1")
+set_target_properties(devicetree_target PROPERTIES "DT_REG|/soc/flash-controller@4001e000/flash@0/partitions/partition@70000|ADDR" "0x70000;")
+set_target_properties(devicetree_target PROPERTIES "DT_REG|/soc/flash-controller@4001e000/flash@0/partitions/partition@70000|SIZE" "0xa000;")
+set_target_properties(devicetree_target PROPERTIES "DT_NODE|/soc/flash-controller@4001e000/flash@0/partitions/partition@7a000" TRUE)
+set_target_properties(devicetree_target PROPERTIES "DT_NODELABEL|storage_partition" "/soc/flash-controller@4001e000/flash@0/partitions/partition@7a000")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/flash-controller@4001e000/flash@0/partitions/partition@7a000|label" "storage")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/flash-controller@4001e000/flash@0/partitions/partition@7a000|read-only" "False")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/flash-controller@4001e000/flash@0/partitions/partition@7a000|reg" "499712;24576;")
+set_target_properties(devicetree_target PROPERTIES "DT_REG|/soc/flash-controller@4001e000/flash@0/partitions/partition@7a000|NUM" "1")
+set_target_properties(devicetree_target PROPERTIES "DT_REG|/soc/flash-controller@4001e000/flash@0/partitions/partition@7a000|ADDR" "0x7a000;")
+set_target_properties(devicetree_target PROPERTIES "DT_REG|/soc/flash-controller@4001e000/flash@0/partitions/partition@7a000|SIZE" "0x6000;")
+set_target_properties(devicetree_target PROPERTIES "DT_NODE|/soc/ppi@4001f000" TRUE)
+set_target_properties(devicetree_target PROPERTIES "DT_NODELABEL|ppi" "/soc/ppi@4001f000")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/ppi@4001f000|wakeup-source" "False")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/ppi@4001f000|zephyr,pm-device-runtime-auto" "False")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/ppi@4001f000|status" "okay")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/ppi@4001f000|compatible" "nordic,nrf-ppi;")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/ppi@4001f000|reg" "1073868800;4096;")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/ppi@4001f000|zephyr,deferred-init" "False")
+set_target_properties(devicetree_target PROPERTIES "DT_REG|/soc/ppi@4001f000|NUM" "1")
+set_target_properties(devicetree_target PROPERTIES "DT_REG|/soc/ppi@4001f000|ADDR" "0x4001f000;")
+set_target_properties(devicetree_target PROPERTIES "DT_REG|/soc/ppi@4001f000|SIZE" "0x1000;")
+set_target_properties(devicetree_target PROPERTIES "DT_NODE|/soc/mwu@40020000" TRUE)
+set_target_properties(devicetree_target PROPERTIES "DT_NODELABEL|mwu" "/soc/mwu@40020000")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/mwu@40020000|wakeup-source" "False")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/mwu@40020000|zephyr,pm-device-runtime-auto" "False")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/mwu@40020000|status" "okay")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/mwu@40020000|compatible" "nordic,nrf-mwu;")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/mwu@40020000|reg" "1073872896;4096;")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/mwu@40020000|zephyr,deferred-init" "False")
+set_target_properties(devicetree_target PROPERTIES "DT_REG|/soc/mwu@40020000|NUM" "1")
+set_target_properties(devicetree_target PROPERTIES "DT_REG|/soc/mwu@40020000|ADDR" "0x40020000;")
+set_target_properties(devicetree_target PROPERTIES "DT_REG|/soc/mwu@40020000|SIZE" "0x1000;")
+set_target_properties(devicetree_target PROPERTIES "DT_NODE|/soc/pwm@40021000" TRUE)
+set_target_properties(devicetree_target PROPERTIES "DT_NODELABEL|pwm1" "/soc/pwm@40021000")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/pwm@40021000|wakeup-source" "False")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/pwm@40021000|zephyr,pm-device-runtime-auto" "False")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/pwm@40021000|status" "okay")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/pwm@40021000|compatible" "nordic,nrf-pwm;")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/pwm@40021000|reg" "1073876992;4096;")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/pwm@40021000|interrupts" "33;1;")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/pwm@40021000|zephyr,deferred-init" "False")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/pwm@40021000|pinctrl-names" "default;sleep;")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/pwm@40021000|center-aligned" "False")
+set_target_properties(devicetree_target PROPERTIES "DT_REG|/soc/pwm@40021000|NUM" "1")
+set_target_properties(devicetree_target PROPERTIES "DT_REG|/soc/pwm@40021000|ADDR" "0x40021000;")
+set_target_properties(devicetree_target PROPERTIES "DT_REG|/soc/pwm@40021000|SIZE" "0x1000;")
+set_target_properties(devicetree_target PROPERTIES "DT_NODE|/soc/pwm@40022000" TRUE)
+set_target_properties(devicetree_target PROPERTIES "DT_NODELABEL|pwm2" "/soc/pwm@40022000")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/pwm@40022000|wakeup-source" "False")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/pwm@40022000|zephyr,pm-device-runtime-auto" "False")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/pwm@40022000|status" "disabled")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/pwm@40022000|compatible" "nordic,nrf-pwm;")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/pwm@40022000|reg" "1073881088;4096;")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/pwm@40022000|interrupts" "34;1;")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/pwm@40022000|zephyr,deferred-init" "False")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/pwm@40022000|center-aligned" "False")
+set_target_properties(devicetree_target PROPERTIES "DT_REG|/soc/pwm@40022000|NUM" "1")
+set_target_properties(devicetree_target PROPERTIES "DT_REG|/soc/pwm@40022000|ADDR" "0x40022000;")
+set_target_properties(devicetree_target PROPERTIES "DT_REG|/soc/pwm@40022000|SIZE" "0x1000;")
+set_target_properties(devicetree_target PROPERTIES "DT_NODE|/soc/spi@40023000" TRUE)
+set_target_properties(devicetree_target PROPERTIES "DT_NODELABEL|spi2" "/soc/spi@40023000")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/spi@40023000|wakeup-source" "False")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/spi@40023000|zephyr,pm-device-runtime-auto" "False")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/spi@40023000|status" "disabled")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/spi@40023000|compatible" "nordic,nrf-spim;")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/spi@40023000|reg" "1073885184;4096;")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/spi@40023000|interrupts" "35;1;")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/spi@40023000|zephyr,deferred-init" "False")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/spi@40023000|max-frequency" "8000000")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/spi@40023000|overrun-character" "255")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/spi@40023000|easydma-maxcnt-bits" "16")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/spi@40023000|anomaly-58-workaround" "False")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/spi@40023000|rx-delay-supported" "False")
+set_target_properties(devicetree_target PROPERTIES "DT_REG|/soc/spi@40023000|NUM" "1")
+set_target_properties(devicetree_target PROPERTIES "DT_REG|/soc/spi@40023000|ADDR" "0x40023000;")
+set_target_properties(devicetree_target PROPERTIES "DT_REG|/soc/spi@40023000|SIZE" "0x1000;")
+set_target_properties(devicetree_target PROPERTIES "DT_NODE|/soc/rtc@40024000" TRUE)
+set_target_properties(devicetree_target PROPERTIES "DT_NODELABEL|rtc2" "/soc/rtc@40024000")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/rtc@40024000|wakeup-source" "False")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/rtc@40024000|zephyr,pm-device-runtime-auto" "False")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/rtc@40024000|status" "disabled")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/rtc@40024000|compatible" "nordic,nrf-rtc;")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/rtc@40024000|reg" "1073889280;4096;")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/rtc@40024000|interrupts" "36;1;")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/rtc@40024000|zephyr,deferred-init" "False")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/rtc@40024000|clock-frequency" "32768")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/rtc@40024000|prescaler" "1")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/rtc@40024000|cc-num" "4")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/rtc@40024000|ppi-wrap" "False")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/rtc@40024000|fixed-top" "False")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/rtc@40024000|zli" "False")
+set_target_properties(devicetree_target PROPERTIES "DT_REG|/soc/rtc@40024000|NUM" "1")
+set_target_properties(devicetree_target PROPERTIES "DT_REG|/soc/rtc@40024000|ADDR" "0x40024000;")
+set_target_properties(devicetree_target PROPERTIES "DT_REG|/soc/rtc@40024000|SIZE" "0x1000;")
+set_target_properties(devicetree_target PROPERTIES "DT_NODE|/soc/i2s@40025000" TRUE)
+set_target_properties(devicetree_target PROPERTIES "DT_NODELABEL|i2s0" "/soc/i2s@40025000")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/i2s@40025000|wakeup-source" "False")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/i2s@40025000|zephyr,pm-device-runtime-auto" "False")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/i2s@40025000|status" "disabled")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/i2s@40025000|compatible" "nordic,nrf-i2s;")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/i2s@40025000|reg" "1073893376;4096;")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/i2s@40025000|interrupts" "37;1;")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/i2s@40025000|zephyr,deferred-init" "False")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/i2s@40025000|clock-source" "PCLK32M_HFXO")
+set_target_properties(devicetree_target PROPERTIES "DT_REG|/soc/i2s@40025000|NUM" "1")
+set_target_properties(devicetree_target PROPERTIES "DT_REG|/soc/i2s@40025000|ADDR" "0x40025000;")
+set_target_properties(devicetree_target PROPERTIES "DT_REG|/soc/i2s@40025000|SIZE" "0x1000;")
+set_target_properties(devicetree_target PROPERTIES "DT_NODE|/soc/usbd@40027000" TRUE)
+set_target_properties(devicetree_target PROPERTIES "DT_NODELABEL|usbd" "/soc/usbd@40027000")
+set_target_properties(devicetree_target PROPERTIES "DT_NODELABEL|zephyr_udc0" "/soc/usbd@40027000")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/usbd@40027000|wakeup-source" "False")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/usbd@40027000|zephyr,pm-device-runtime-auto" "False")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/usbd@40027000|status" "okay")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/usbd@40027000|compatible" "nordic,nrf-usbd;")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/usbd@40027000|reg" "1073901568;4096;")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/usbd@40027000|interrupts" "39;1;")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/usbd@40027000|zephyr,deferred-init" "False")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/usbd@40027000|num-bidir-endpoints" "1")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/usbd@40027000|num-in-endpoints" "7")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/usbd@40027000|num-out-endpoints" "7")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/usbd@40027000|num-isoin-endpoints" "1")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/usbd@40027000|num-isoout-endpoints" "1")
+set_target_properties(devicetree_target PROPERTIES "DT_REG|/soc/usbd@40027000|NUM" "1")
+set_target_properties(devicetree_target PROPERTIES "DT_REG|/soc/usbd@40027000|ADDR" "0x40027000;")
+set_target_properties(devicetree_target PROPERTIES "DT_REG|/soc/usbd@40027000|SIZE" "0x1000;")
+set_target_properties(devicetree_target PROPERTIES "DT_NODE|/soc/uart@40028000" TRUE)
+set_target_properties(devicetree_target PROPERTIES "DT_NODELABEL|uart1" "/soc/uart@40028000")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/uart@40028000|wakeup-source" "False")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/uart@40028000|zephyr,pm-device-runtime-auto" "False")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/uart@40028000|status" "disabled")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/uart@40028000|compatible" "nordic,nrf-uarte;")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/uart@40028000|reg" "1073905664;4096;")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/uart@40028000|interrupts" "40;1;")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/uart@40028000|zephyr,deferred-init" "False")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/uart@40028000|hw-flow-control" "False")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/uart@40028000|disable-rx" "False")
+set_target_properties(devicetree_target PROPERTIES "DT_REG|/soc/uart@40028000|NUM" "1")
+set_target_properties(devicetree_target PROPERTIES "DT_REG|/soc/uart@40028000|ADDR" "0x40028000;")
+set_target_properties(devicetree_target PROPERTIES "DT_REG|/soc/uart@40028000|SIZE" "0x1000;")
+set_target_properties(devicetree_target PROPERTIES "DT_NODE|/soc/pwm@4002d000" TRUE)
+set_target_properties(devicetree_target PROPERTIES "DT_NODELABEL|pwm3" "/soc/pwm@4002d000")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/pwm@4002d000|wakeup-source" "False")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/pwm@4002d000|zephyr,pm-device-runtime-auto" "False")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/pwm@4002d000|status" "disabled")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/pwm@4002d000|compatible" "nordic,nrf-pwm;")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/pwm@4002d000|reg" "1073926144;4096;")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/pwm@4002d000|interrupts" "45;1;")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/pwm@4002d000|zephyr,deferred-init" "False")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/pwm@4002d000|center-aligned" "False")
+set_target_properties(devicetree_target PROPERTIES "DT_REG|/soc/pwm@4002d000|NUM" "1")
+set_target_properties(devicetree_target PROPERTIES "DT_REG|/soc/pwm@4002d000|ADDR" "0x4002d000;")
+set_target_properties(devicetree_target PROPERTIES "DT_REG|/soc/pwm@4002d000|SIZE" "0x1000;")
+set_target_properties(devicetree_target PROPERTIES "DT_NODE|/soc/spi@4002f000" TRUE)
+set_target_properties(devicetree_target PROPERTIES "DT_NODELABEL|spi3" "/soc/spi@4002f000")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/spi@4002f000|wakeup-source" "False")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/spi@4002f000|zephyr,pm-device-runtime-auto" "False")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/spi@4002f000|status" "disabled")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/spi@4002f000|compatible" "nordic,nrf-spim;")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/spi@4002f000|reg" "1073934336;4096;")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/spi@4002f000|interrupts" "47;1;")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/spi@4002f000|zephyr,deferred-init" "False")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/spi@4002f000|max-frequency" "32000000")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/spi@4002f000|overrun-character" "255")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/spi@4002f000|easydma-maxcnt-bits" "16")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/spi@4002f000|anomaly-58-workaround" "False")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/spi@4002f000|rx-delay-supported" "True")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/spi@4002f000|rx-delay" "2")
+set_target_properties(devicetree_target PROPERTIES "DT_REG|/soc/spi@4002f000|NUM" "1")
+set_target_properties(devicetree_target PROPERTIES "DT_REG|/soc/spi@4002f000|ADDR" "0x4002f000;")
+set_target_properties(devicetree_target PROPERTIES "DT_REG|/soc/spi@4002f000|SIZE" "0x1000;")
+set_target_properties(devicetree_target PROPERTIES "DT_NODE|/soc/gpio@50000000" TRUE)
+set_target_properties(devicetree_target PROPERTIES "DT_NODELABEL|gpio0" "/soc/gpio@50000000")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/gpio@50000000|gpio-controller" "True")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/gpio@50000000|ngpios" "32")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/gpio@50000000|wakeup-source" "False")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/gpio@50000000|zephyr,pm-device-runtime-auto" "False")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/gpio@50000000|status" "okay")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/gpio@50000000|compatible" "nordic,nrf-gpio;")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/gpio@50000000|reg" "1342177280;512;1342178560;768;")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/gpio@50000000|zephyr,deferred-init" "False")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/gpio@50000000|port" "0")
+set_target_properties(devicetree_target PROPERTIES "DT_REG|/soc/gpio@50000000|NUM" "2")
+set_target_properties(devicetree_target PROPERTIES "DT_REG|/soc/gpio@50000000|ADDR" "0x50000000;0x50000500;")
+set_target_properties(devicetree_target PROPERTIES "DT_REG|/soc/gpio@50000000|SIZE" "0x200;0x300;")
+set_target_properties(devicetree_target PROPERTIES "DT_NODE|/soc/gpio@50000300" TRUE)
+set_target_properties(devicetree_target PROPERTIES "DT_NODELABEL|gpio1" "/soc/gpio@50000300")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/gpio@50000300|gpio-controller" "True")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/gpio@50000300|ngpios" "10")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/gpio@50000300|wakeup-source" "False")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/gpio@50000300|zephyr,pm-device-runtime-auto" "False")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/gpio@50000300|status" "okay")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/gpio@50000300|compatible" "nordic,nrf-gpio;")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/gpio@50000300|reg" "1342178048;512;1342179328;768;")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/gpio@50000300|zephyr,deferred-init" "False")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/soc/gpio@50000300|port" "1")
+set_target_properties(devicetree_target PROPERTIES "DT_REG|/soc/gpio@50000300|NUM" "2")
+set_target_properties(devicetree_target PROPERTIES "DT_REG|/soc/gpio@50000300|ADDR" "0x50000300;0x50000800;")
+set_target_properties(devicetree_target PROPERTIES "DT_REG|/soc/gpio@50000300|SIZE" "0x200;0x300;")
+set_target_properties(devicetree_target PROPERTIES "DT_NODE|/pin-controller" TRUE)
+set_target_properties(devicetree_target PROPERTIES "DT_NODELABEL|pinctrl" "/pin-controller")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/pin-controller|wakeup-source" "False")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/pin-controller|zephyr,pm-device-runtime-auto" "False")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/pin-controller|compatible" "nordic,nrf-pinctrl;")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/pin-controller|zephyr,deferred-init" "False")
+set_target_properties(devicetree_target PROPERTIES "DT_REG|/pin-controller|NUM" "0")
+set_target_properties(devicetree_target PROPERTIES "DT_REG|/pin-controller|ADDR" "")
+set_target_properties(devicetree_target PROPERTIES "DT_REG|/pin-controller|SIZE" "")
+set_target_properties(devicetree_target PROPERTIES "DT_NODE|/pin-controller/uart0_default" TRUE)
+set_target_properties(devicetree_target PROPERTIES "DT_NODELABEL|uart0_default" "/pin-controller/uart0_default")
+set_target_properties(devicetree_target PROPERTIES "DT_REG|/pin-controller/uart0_default|NUM" "0")
+set_target_properties(devicetree_target PROPERTIES "DT_REG|/pin-controller/uart0_default|ADDR" "")
+set_target_properties(devicetree_target PROPERTIES "DT_REG|/pin-controller/uart0_default|SIZE" "")
+set_target_properties(devicetree_target PROPERTIES "DT_NODE|/pin-controller/uart0_default/group1" TRUE)
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/pin-controller/uart0_default/group1|bias-disable" "False")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/pin-controller/uart0_default/group1|bias-pull-up" "False")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/pin-controller/uart0_default/group1|bias-pull-down" "False")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/pin-controller/uart0_default/group1|low-power-enable" "False")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/pin-controller/uart0_default/group1|psels" "6;131112;")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/pin-controller/uart0_default/group1|nordic,drive-mode" "0")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/pin-controller/uart0_default/group1|nordic,invert" "False")
+set_target_properties(devicetree_target PROPERTIES "DT_REG|/pin-controller/uart0_default/group1|NUM" "0")
+set_target_properties(devicetree_target PROPERTIES "DT_REG|/pin-controller/uart0_default/group1|ADDR" "")
+set_target_properties(devicetree_target PROPERTIES "DT_REG|/pin-controller/uart0_default/group1|SIZE" "")
+set_target_properties(devicetree_target PROPERTIES "DT_NODE|/pin-controller/uart0_sleep" TRUE)
+set_target_properties(devicetree_target PROPERTIES "DT_NODELABEL|uart0_sleep" "/pin-controller/uart0_sleep")
+set_target_properties(devicetree_target PROPERTIES "DT_REG|/pin-controller/uart0_sleep|NUM" "0")
+set_target_properties(devicetree_target PROPERTIES "DT_REG|/pin-controller/uart0_sleep|ADDR" "")
+set_target_properties(devicetree_target PROPERTIES "DT_REG|/pin-controller/uart0_sleep|SIZE" "")
+set_target_properties(devicetree_target PROPERTIES "DT_NODE|/pin-controller/uart0_sleep/group1" TRUE)
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/pin-controller/uart0_sleep/group1|bias-disable" "False")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/pin-controller/uart0_sleep/group1|bias-pull-up" "False")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/pin-controller/uart0_sleep/group1|bias-pull-down" "False")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/pin-controller/uart0_sleep/group1|low-power-enable" "True")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/pin-controller/uart0_sleep/group1|psels" "6;131112;")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/pin-controller/uart0_sleep/group1|nordic,drive-mode" "0")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/pin-controller/uart0_sleep/group1|nordic,invert" "False")
+set_target_properties(devicetree_target PROPERTIES "DT_REG|/pin-controller/uart0_sleep/group1|NUM" "0")
+set_target_properties(devicetree_target PROPERTIES "DT_REG|/pin-controller/uart0_sleep/group1|ADDR" "")
+set_target_properties(devicetree_target PROPERTIES "DT_REG|/pin-controller/uart0_sleep/group1|SIZE" "")
+set_target_properties(devicetree_target PROPERTIES "DT_NODE|/pin-controller/i2c0_default" TRUE)
+set_target_properties(devicetree_target PROPERTIES "DT_NODELABEL|i2c0_default" "/pin-controller/i2c0_default")
+set_target_properties(devicetree_target PROPERTIES "DT_REG|/pin-controller/i2c0_default|NUM" "0")
+set_target_properties(devicetree_target PROPERTIES "DT_REG|/pin-controller/i2c0_default|ADDR" "")
+set_target_properties(devicetree_target PROPERTIES "DT_REG|/pin-controller/i2c0_default|SIZE" "")
+set_target_properties(devicetree_target PROPERTIES "DT_NODE|/pin-controller/i2c0_default/group1" TRUE)
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/pin-controller/i2c0_default/group1|bias-disable" "False")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/pin-controller/i2c0_default/group1|bias-pull-up" "False")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/pin-controller/i2c0_default/group1|bias-pull-down" "False")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/pin-controller/i2c0_default/group1|low-power-enable" "False")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/pin-controller/i2c0_default/group1|psels" "1572880;1441800;")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/pin-controller/i2c0_default/group1|nordic,drive-mode" "0")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/pin-controller/i2c0_default/group1|nordic,invert" "False")
+set_target_properties(devicetree_target PROPERTIES "DT_REG|/pin-controller/i2c0_default/group1|NUM" "0")
+set_target_properties(devicetree_target PROPERTIES "DT_REG|/pin-controller/i2c0_default/group1|ADDR" "")
+set_target_properties(devicetree_target PROPERTIES "DT_REG|/pin-controller/i2c0_default/group1|SIZE" "")
+set_target_properties(devicetree_target PROPERTIES "DT_NODE|/pin-controller/i2c0_sleep" TRUE)
+set_target_properties(devicetree_target PROPERTIES "DT_NODELABEL|i2c0_sleep" "/pin-controller/i2c0_sleep")
+set_target_properties(devicetree_target PROPERTIES "DT_REG|/pin-controller/i2c0_sleep|NUM" "0")
+set_target_properties(devicetree_target PROPERTIES "DT_REG|/pin-controller/i2c0_sleep|ADDR" "")
+set_target_properties(devicetree_target PROPERTIES "DT_REG|/pin-controller/i2c0_sleep|SIZE" "")
+set_target_properties(devicetree_target PROPERTIES "DT_NODE|/pin-controller/i2c0_sleep/group1" TRUE)
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/pin-controller/i2c0_sleep/group1|bias-disable" "False")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/pin-controller/i2c0_sleep/group1|bias-pull-up" "False")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/pin-controller/i2c0_sleep/group1|bias-pull-down" "False")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/pin-controller/i2c0_sleep/group1|low-power-enable" "True")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/pin-controller/i2c0_sleep/group1|psels" "1572880;1441800;")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/pin-controller/i2c0_sleep/group1|nordic,drive-mode" "0")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/pin-controller/i2c0_sleep/group1|nordic,invert" "False")
+set_target_properties(devicetree_target PROPERTIES "DT_REG|/pin-controller/i2c0_sleep/group1|NUM" "0")
+set_target_properties(devicetree_target PROPERTIES "DT_REG|/pin-controller/i2c0_sleep/group1|ADDR" "")
+set_target_properties(devicetree_target PROPERTIES "DT_REG|/pin-controller/i2c0_sleep/group1|SIZE" "")
+set_target_properties(devicetree_target PROPERTIES "DT_NODE|/pin-controller/pwm1_default" TRUE)
+set_target_properties(devicetree_target PROPERTIES "DT_NODELABEL|pwm1_default" "/pin-controller/pwm1_default")
+set_target_properties(devicetree_target PROPERTIES "DT_REG|/pin-controller/pwm1_default|NUM" "0")
+set_target_properties(devicetree_target PROPERTIES "DT_REG|/pin-controller/pwm1_default|ADDR" "")
+set_target_properties(devicetree_target PROPERTIES "DT_REG|/pin-controller/pwm1_default|SIZE" "")
+set_target_properties(devicetree_target PROPERTIES "DT_NODE|/pin-controller/pwm1_default/group1" TRUE)
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/pin-controller/pwm1_default/group1|bias-disable" "False")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/pin-controller/pwm1_default/group1|bias-pull-up" "False")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/pin-controller/pwm1_default/group1|bias-pull-down" "False")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/pin-controller/pwm1_default/group1|low-power-enable" "False")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/pin-controller/pwm1_default/group1|psels" "2883584;")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/pin-controller/pwm1_default/group1|nordic,drive-mode" "0")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/pin-controller/pwm1_default/group1|nordic,invert" "True")
+set_target_properties(devicetree_target PROPERTIES "DT_REG|/pin-controller/pwm1_default/group1|NUM" "0")
+set_target_properties(devicetree_target PROPERTIES "DT_REG|/pin-controller/pwm1_default/group1|ADDR" "")
+set_target_properties(devicetree_target PROPERTIES "DT_REG|/pin-controller/pwm1_default/group1|SIZE" "")
+set_target_properties(devicetree_target PROPERTIES "DT_NODE|/pin-controller/pwm1_sleep" TRUE)
+set_target_properties(devicetree_target PROPERTIES "DT_NODELABEL|pwm1_sleep" "/pin-controller/pwm1_sleep")
+set_target_properties(devicetree_target PROPERTIES "DT_REG|/pin-controller/pwm1_sleep|NUM" "0")
+set_target_properties(devicetree_target PROPERTIES "DT_REG|/pin-controller/pwm1_sleep|ADDR" "")
+set_target_properties(devicetree_target PROPERTIES "DT_REG|/pin-controller/pwm1_sleep|SIZE" "")
+set_target_properties(devicetree_target PROPERTIES "DT_NODE|/pin-controller/pwm1_sleep/group1" TRUE)
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/pin-controller/pwm1_sleep/group1|bias-disable" "False")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/pin-controller/pwm1_sleep/group1|bias-pull-up" "False")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/pin-controller/pwm1_sleep/group1|bias-pull-down" "False")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/pin-controller/pwm1_sleep/group1|low-power-enable" "True")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/pin-controller/pwm1_sleep/group1|psels" "2883584;")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/pin-controller/pwm1_sleep/group1|nordic,drive-mode" "0")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/pin-controller/pwm1_sleep/group1|nordic,invert" "False")
+set_target_properties(devicetree_target PROPERTIES "DT_REG|/pin-controller/pwm1_sleep/group1|NUM" "0")
+set_target_properties(devicetree_target PROPERTIES "DT_REG|/pin-controller/pwm1_sleep/group1|ADDR" "")
+set_target_properties(devicetree_target PROPERTIES "DT_REG|/pin-controller/pwm1_sleep/group1|SIZE" "")
+set_target_properties(devicetree_target PROPERTIES "DT_NODE|/pin-controller/spi1_default_alt" TRUE)
+set_target_properties(devicetree_target PROPERTIES "DT_NODELABEL|spi1_default_alt" "/pin-controller/spi1_default_alt")
+set_target_properties(devicetree_target PROPERTIES "DT_REG|/pin-controller/spi1_default_alt|NUM" "0")
+set_target_properties(devicetree_target PROPERTIES "DT_REG|/pin-controller/spi1_default_alt|ADDR" "")
+set_target_properties(devicetree_target PROPERTIES "DT_REG|/pin-controller/spi1_default_alt|SIZE" "")
+set_target_properties(devicetree_target PROPERTIES "DT_NODE|/pin-controller/spi1_default_alt/group1" TRUE)
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/pin-controller/spi1_default_alt/group1|bias-disable" "False")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/pin-controller/spi1_default_alt/group1|bias-pull-up" "False")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/pin-controller/spi1_default_alt/group1|bias-pull-down" "False")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/pin-controller/spi1_default_alt/group1|low-power-enable" "False")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/pin-controller/spi1_default_alt/group1|psels" "524305;655373;786433;")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/pin-controller/spi1_default_alt/group1|nordic,drive-mode" "0")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/pin-controller/spi1_default_alt/group1|nordic,invert" "False")
+set_target_properties(devicetree_target PROPERTIES "DT_REG|/pin-controller/spi1_default_alt/group1|NUM" "0")
+set_target_properties(devicetree_target PROPERTIES "DT_REG|/pin-controller/spi1_default_alt/group1|ADDR" "")
+set_target_properties(devicetree_target PROPERTIES "DT_REG|/pin-controller/spi1_default_alt/group1|SIZE" "")
+set_target_properties(devicetree_target PROPERTIES "DT_NODE|/pin-controller/spi1_sleep_alt" TRUE)
+set_target_properties(devicetree_target PROPERTIES "DT_NODELABEL|spi1_sleep_alt" "/pin-controller/spi1_sleep_alt")
+set_target_properties(devicetree_target PROPERTIES "DT_REG|/pin-controller/spi1_sleep_alt|NUM" "0")
+set_target_properties(devicetree_target PROPERTIES "DT_REG|/pin-controller/spi1_sleep_alt|ADDR" "")
+set_target_properties(devicetree_target PROPERTIES "DT_REG|/pin-controller/spi1_sleep_alt|SIZE" "")
+set_target_properties(devicetree_target PROPERTIES "DT_NODE|/pin-controller/spi1_sleep_alt/group1" TRUE)
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/pin-controller/spi1_sleep_alt/group1|bias-disable" "False")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/pin-controller/spi1_sleep_alt/group1|bias-pull-up" "False")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/pin-controller/spi1_sleep_alt/group1|bias-pull-down" "False")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/pin-controller/spi1_sleep_alt/group1|low-power-enable" "True")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/pin-controller/spi1_sleep_alt/group1|psels" "524305;655373;786433;")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/pin-controller/spi1_sleep_alt/group1|nordic,drive-mode" "0")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/pin-controller/spi1_sleep_alt/group1|nordic,invert" "False")
+set_target_properties(devicetree_target PROPERTIES "DT_REG|/pin-controller/spi1_sleep_alt/group1|NUM" "0")
+set_target_properties(devicetree_target PROPERTIES "DT_REG|/pin-controller/spi1_sleep_alt/group1|ADDR" "")
+set_target_properties(devicetree_target PROPERTIES "DT_REG|/pin-controller/spi1_sleep_alt/group1|SIZE" "")
+set_target_properties(devicetree_target PROPERTIES "DT_NODE|/entropy_bt_hci" TRUE)
+set_target_properties(devicetree_target PROPERTIES "DT_NODELABEL|rng_hci" "/entropy_bt_hci")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/entropy_bt_hci|wakeup-source" "False")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/entropy_bt_hci|zephyr,pm-device-runtime-auto" "False")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/entropy_bt_hci|status" "okay")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/entropy_bt_hci|compatible" "zephyr,bt-hci-entropy;")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/entropy_bt_hci|zephyr,deferred-init" "False")
+set_target_properties(devicetree_target PROPERTIES "DT_REG|/entropy_bt_hci|NUM" "0")
+set_target_properties(devicetree_target PROPERTIES "DT_REG|/entropy_bt_hci|ADDR" "")
+set_target_properties(devicetree_target PROPERTIES "DT_REG|/entropy_bt_hci|SIZE" "")
+set_target_properties(devicetree_target PROPERTIES "DT_NODE|/sw-pwm" TRUE)
+set_target_properties(devicetree_target PROPERTIES "DT_NODELABEL|sw_pwm" "/sw-pwm")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/sw-pwm|wakeup-source" "False")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/sw-pwm|zephyr,pm-device-runtime-auto" "False")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/sw-pwm|status" "disabled")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/sw-pwm|compatible" "nordic,nrf-sw-pwm;")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/sw-pwm|zephyr,deferred-init" "False")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/sw-pwm|clock-prescaler" "0")
+set_target_properties(devicetree_target PROPERTIES "DT_REG|/sw-pwm|NUM" "0")
+set_target_properties(devicetree_target PROPERTIES "DT_REG|/sw-pwm|ADDR" "")
+set_target_properties(devicetree_target PROPERTIES "DT_REG|/sw-pwm|SIZE" "")
+set_target_properties(devicetree_target PROPERTIES "DT_NODE|/cpus" TRUE)
+set_target_properties(devicetree_target PROPERTIES "DT_REG|/cpus|NUM" "0")
+set_target_properties(devicetree_target PROPERTIES "DT_REG|/cpus|ADDR" "")
+set_target_properties(devicetree_target PROPERTIES "DT_REG|/cpus|SIZE" "")
+set_target_properties(devicetree_target PROPERTIES "DT_NODE|/cpus/cpu@0" TRUE)
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/cpus/cpu@0|wakeup-source" "False")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/cpus/cpu@0|zephyr,pm-device-runtime-auto" "False")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/cpus/cpu@0|compatible" "arm,cortex-m4f;")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/cpus/cpu@0|reg" "0;")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/cpus/cpu@0|zephyr,deferred-init" "False")
+set_target_properties(devicetree_target PROPERTIES "DT_REG|/cpus/cpu@0|NUM" "1")
+set_target_properties(devicetree_target PROPERTIES "DT_REG|/cpus/cpu@0|ADDR" "0x0;")
+set_target_properties(devicetree_target PROPERTIES "DT_REG|/cpus/cpu@0|SIZE" "NONE;")
+set_target_properties(devicetree_target PROPERTIES "DT_NODE|/cpus/cpu@0/itm@e0000000" TRUE)
+set_target_properties(devicetree_target PROPERTIES "DT_NODELABEL|itm" "/cpus/cpu@0/itm@e0000000")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/cpus/cpu@0/itm@e0000000|wakeup-source" "False")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/cpus/cpu@0/itm@e0000000|zephyr,pm-device-runtime-auto" "False")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/cpus/cpu@0/itm@e0000000|compatible" "arm,armv7m-itm;")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/cpus/cpu@0/itm@e0000000|reg" "3758096384;4096;")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/cpus/cpu@0/itm@e0000000|zephyr,deferred-init" "False")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/cpus/cpu@0/itm@e0000000|swo-ref-frequency" "32000000")
+set_target_properties(devicetree_target PROPERTIES "DT_REG|/cpus/cpu@0/itm@e0000000|NUM" "1")
+set_target_properties(devicetree_target PROPERTIES "DT_REG|/cpus/cpu@0/itm@e0000000|ADDR" "0xe0000000;")
+set_target_properties(devicetree_target PROPERTIES "DT_REG|/cpus/cpu@0/itm@e0000000|SIZE" "0x1000;")
+set_target_properties(devicetree_target PROPERTIES "DT_NODE|/gpio_keys" TRUE)
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/gpio_keys|wakeup-source" "False")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/gpio_keys|zephyr,pm-device-runtime-auto" "False")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/gpio_keys|compatible" "gpio-keys;")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/gpio_keys|zephyr,deferred-init" "False")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/gpio_keys|debounce-interval-ms" "30")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/gpio_keys|polling-mode" "False")
+set_target_properties(devicetree_target PROPERTIES "DT_REG|/gpio_keys|NUM" "0")
+set_target_properties(devicetree_target PROPERTIES "DT_REG|/gpio_keys|ADDR" "")
+set_target_properties(devicetree_target PROPERTIES "DT_REG|/gpio_keys|SIZE" "")
+set_target_properties(devicetree_target PROPERTIES "DT_NODE|/gpio_keys/button_0" TRUE)
+set_target_properties(devicetree_target PROPERTIES "DT_NODELABEL|buttonA" "/gpio_keys/button_0")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/gpio_keys/button_0|label" "BTN_A")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/gpio_keys/button_0|zephyr,code" "30")
+set_target_properties(devicetree_target PROPERTIES "DT_REG|/gpio_keys/button_0|NUM" "0")
+set_target_properties(devicetree_target PROPERTIES "DT_REG|/gpio_keys/button_0|ADDR" "")
+set_target_properties(devicetree_target PROPERTIES "DT_REG|/gpio_keys/button_0|SIZE" "")
+set_target_properties(devicetree_target PROPERTIES "DT_NODE|/gpio_keys/button_1" TRUE)
+set_target_properties(devicetree_target PROPERTIES "DT_NODELABEL|buttonB" "/gpio_keys/button_1")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/gpio_keys/button_1|label" "BTN_B")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/gpio_keys/button_1|zephyr,code" "48")
+set_target_properties(devicetree_target PROPERTIES "DT_REG|/gpio_keys/button_1|NUM" "0")
+set_target_properties(devicetree_target PROPERTIES "DT_REG|/gpio_keys/button_1|ADDR" "")
+set_target_properties(devicetree_target PROPERTIES "DT_REG|/gpio_keys/button_1|SIZE" "")
+set_target_properties(devicetree_target PROPERTIES "DT_NODE|/led_matrix" TRUE)
+set_target_properties(devicetree_target PROPERTIES "DT_NODELABEL|led_matrix" "/led_matrix")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/led_matrix|wakeup-source" "False")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/led_matrix|zephyr,pm-device-runtime-auto" "False")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/led_matrix|status" "okay")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/led_matrix|compatible" "nordic,nrf-led-matrix;")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/led_matrix|zephyr,deferred-init" "False")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/led_matrix|height" "5")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/led_matrix|width" "5")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/led_matrix|pixel-mapping" "0;1;2;3;4;16;17;18;19;20;32;33;34;35;36;48;49;50;51;52;64;65;66;67;68;")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/led_matrix|refresh-frequency" "50")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/led_matrix|pixel-group-size" "4")
+set_target_properties(devicetree_target PROPERTIES "DT_REG|/led_matrix|NUM" "0")
+set_target_properties(devicetree_target PROPERTIES "DT_REG|/led_matrix|ADDR" "")
+set_target_properties(devicetree_target PROPERTIES "DT_REG|/led_matrix|SIZE" "")
+set_target_properties(devicetree_target PROPERTIES "DT_NODE|/connector" TRUE)
+set_target_properties(devicetree_target PROPERTIES "DT_NODELABEL|edge_connector" "/connector")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/connector|wakeup-source" "False")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/connector|zephyr,pm-device-runtime-auto" "False")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/connector|compatible" "microbit,edge-connector;")
+set_target_properties(devicetree_target PROPERTIES "DT_PROP|/connector|zephyr,deferred-init" "False")
+set_target_properties(devicetree_target PROPERTIES "DT_REG|/connector|NUM" "0")
+set_target_properties(devicetree_target PROPERTIES "DT_REG|/connector|ADDR" "")
+set_target_properties(devicetree_target PROPERTIES "DT_REG|/connector|SIZE" "")
+set_target_properties(devicetree_target PROPERTIES "DT_COMP|bbc,microbit-v2" "/")
+set_target_properties(devicetree_target PROPERTIES "DT_COMP|nordic,nrf52833-qiaa" "/soc")
+set_target_properties(devicetree_target PROPERTIES "DT_COMP|nordic,nrf52833" "/soc")
+set_target_properties(devicetree_target PROPERTIES "DT_COMP|nordic,nrf52" "/soc")
+set_target_properties(devicetree_target PROPERTIES "DT_COMP|simple-bus" "/soc")
+set_target_properties(devicetree_target PROPERTIES "DT_COMP|arm,v7m-nvic" "/soc/interrupt-controller@e000e100")
+set_target_properties(devicetree_target PROPERTIES "DT_COMP|arm,armv7m-systick" "/soc/timer@e000e010")
+set_target_properties(devicetree_target PROPERTIES "DT_COMP|nordic,nrf-ficr" "/soc/ficr@10000000")
+set_target_properties(devicetree_target PROPERTIES "DT_COMP|nordic,nrf-uicr" "/soc/uicr@10001000")
+set_target_properties(devicetree_target PROPERTIES "DT_COMP|mmio-sram" "/soc/memory@20000000")
+set_target_properties(devicetree_target PROPERTIES "DT_COMP|nordic,nrf-clock" "/soc/clock@40000000")
+set_target_properties(devicetree_target PROPERTIES "DT_COMP|nordic,nrf-power" "/soc/power@40000000")
+set_target_properties(devicetree_target PROPERTIES "DT_COMP|nordic,nrf-gpregret" "/soc/power@40000000/gpregret1@4000051c;/soc/power@40000000/gpregret2@40000520")
+set_target_properties(devicetree_target PROPERTIES "DT_COMP|nordic,nrf-radio" "/soc/radio@40001000")
+set_target_properties(devicetree_target PROPERTIES "DT_COMP|nordic,nrf-ieee802154" "/soc/radio@40001000/ieee802154")
+set_target_properties(devicetree_target PROPERTIES "DT_COMP|nordic,nrf-uart" "/soc/uart@40002000")
+set_target_properties(devicetree_target PROPERTIES "DT_COMP|nordic,nrf-twim" "/soc/i2c@40003000;/soc/i2c@40004000")
+set_target_properties(devicetree_target PROPERTIES "DT_COMP|st,lis2mdl" "/soc/i2c@40003000/lsm303agr-magn@1e")
+set_target_properties(devicetree_target PROPERTIES "DT_COMP|st,lsm303agr-magn" "/soc/i2c@40003000/lsm303agr-magn@1e")
+set_target_properties(devicetree_target PROPERTIES "DT_COMP|st,lis2dh" "/soc/i2c@40003000/lsm303agr-accel@19")
+set_target_properties(devicetree_target PROPERTIES "DT_COMP|st,lsm303agr-accel" "/soc/i2c@40003000/lsm303agr-accel@19")
+set_target_properties(devicetree_target PROPERTIES "DT_COMP|nordic,nrf-spim" "/soc/spi@40003000;/soc/spi@40004000;/soc/spi@40023000;/soc/spi@4002f000")
+set_target_properties(devicetree_target PROPERTIES "DT_COMP|semtech,sx1276" "/soc/spi@40004000/lora_radio@0")
+set_target_properties(devicetree_target PROPERTIES "DT_COMP|bosch,bme280" "/soc/spi@40004000/bme280@1")
+set_target_properties(devicetree_target PROPERTIES "DT_COMP|nordic,nrf-nfct" "/soc/nfct@40005000")
+set_target_properties(devicetree_target PROPERTIES "DT_COMP|nordic,nrf-gpiote" "/soc/gpiote@40006000")
+set_target_properties(devicetree_target PROPERTIES "DT_COMP|nordic,nrf-saadc" "/soc/adc@40007000")
+set_target_properties(devicetree_target PROPERTIES "DT_COMP|nordic,nrf-timer" "/soc/timer@40008000;/soc/timer@40009000;/soc/timer@4000a000;/soc/timer@4001a000;/soc/timer@4001b000")
+set_target_properties(devicetree_target PROPERTIES "DT_COMP|nordic,nrf-rtc" "/soc/rtc@4000b000;/soc/rtc@40011000;/soc/rtc@40024000")
+set_target_properties(devicetree_target PROPERTIES "DT_COMP|nordic,nrf-temp" "/soc/temp@4000c000")
+set_target_properties(devicetree_target PROPERTIES "DT_COMP|nordic,nrf-rng" "/soc/random@4000d000")
+set_target_properties(devicetree_target PROPERTIES "DT_COMP|nordic,nrf-ecb" "/soc/ecb@4000e000")
+set_target_properties(devicetree_target PROPERTIES "DT_COMP|nordic,nrf-ccm" "/soc/ccm@4000f000")
+set_target_properties(devicetree_target PROPERTIES "DT_COMP|nordic,nrf-wdt" "/soc/watchdog@40010000")
+set_target_properties(devicetree_target PROPERTIES "DT_COMP|nordic,nrf-qdec" "/soc/qdec@40012000")
+set_target_properties(devicetree_target PROPERTIES "DT_COMP|nordic,nrf-comp" "/soc/comparator@40013000")
+set_target_properties(devicetree_target PROPERTIES "DT_COMP|nordic,nrf-egu" "/soc/egu@40014000;/soc/egu@40015000;/soc/egu@40016000;/soc/egu@40017000;/soc/egu@40018000;/soc/egu@40019000")
+set_target_properties(devicetree_target PROPERTIES "DT_COMP|nordic,nrf-swi" "/soc/egu@40014000;/soc/egu@40015000;/soc/egu@40016000;/soc/egu@40017000;/soc/egu@40018000;/soc/egu@40019000")
+set_target_properties(devicetree_target PROPERTIES "DT_COMP|nordic,nrf-pwm" "/soc/pwm@4001c000;/soc/pwm@40021000;/soc/pwm@40022000;/soc/pwm@4002d000")
+set_target_properties(devicetree_target PROPERTIES "DT_COMP|nordic,nrf-pdm" "/soc/pdm@4001d000")
+set_target_properties(devicetree_target PROPERTIES "DT_COMP|nordic,nrf-acl" "/soc/acl@4001e000")
+set_target_properties(devicetree_target PROPERTIES "DT_COMP|nordic,nrf52-flash-controller" "/soc/flash-controller@4001e000")
+set_target_properties(devicetree_target PROPERTIES "DT_COMP|soc-nv-flash" "/soc/flash-controller@4001e000/flash@0")
+set_target_properties(devicetree_target PROPERTIES "DT_COMP|nordic,nrf-ppi" "/soc/ppi@4001f000")
+set_target_properties(devicetree_target PROPERTIES "DT_COMP|nordic,nrf-mwu" "/soc/mwu@40020000")
+set_target_properties(devicetree_target PROPERTIES "DT_COMP|nordic,nrf-i2s" "/soc/i2s@40025000")
+set_target_properties(devicetree_target PROPERTIES "DT_COMP|nordic,nrf-usbd" "/soc/usbd@40027000")
+set_target_properties(devicetree_target PROPERTIES "DT_COMP|nordic,nrf-uarte" "/soc/uart@40028000")
+set_target_properties(devicetree_target PROPERTIES "DT_COMP|nordic,nrf-gpio" "/soc/gpio@50000000;/soc/gpio@50000300")
+set_target_properties(devicetree_target PROPERTIES "DT_COMP|nordic,nrf-pinctrl" "/pin-controller")
+set_target_properties(devicetree_target PROPERTIES "DT_COMP|zephyr,bt-hci-entropy" "/entropy_bt_hci")
+set_target_properties(devicetree_target PROPERTIES "DT_COMP|nordic,nrf-sw-pwm" "/sw-pwm")
+set_target_properties(devicetree_target PROPERTIES "DT_COMP|arm,cortex-m4f" "/cpus/cpu@0")
+set_target_properties(devicetree_target PROPERTIES "DT_COMP|arm,armv7m-itm" "/cpus/cpu@0/itm@e0000000")
+set_target_properties(devicetree_target PROPERTIES "DT_COMP|gpio-keys" "/gpio_keys")
+set_target_properties(devicetree_target PROPERTIES "DT_COMP|nordic,nrf-led-matrix" "/led_matrix")
+set_target_properties(devicetree_target PROPERTIES "DT_COMP|microbit,edge-connector" "/connector")
diff --git a/build/zephyr/edt.pickle b/build/zephyr/edt.pickle
new file mode 100644
index 0000000000000000000000000000000000000000..85961252f3c52fe7795d83856048838a4991ed63
Binary files /dev/null and b/build/zephyr/edt.pickle differ
diff --git a/build/zephyr/include/generated/app_data_alignment.ld b/build/zephyr/include/generated/app_data_alignment.ld
new file mode 100644
index 0000000000000000000000000000000000000000..a9257f14ee898d5da07fc953f2c1e0e08ee5583f
--- /dev/null
+++ b/build/zephyr/include/generated/app_data_alignment.ld
@@ -0,0 +1,9 @@
+/*
+ * 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/build/zephyr/include/generated/app_smem.ld b/build/zephyr/include/generated/app_smem.ld
new file mode 100644
index 0000000000000000000000000000000000000000..7b3eead393d81ddb7d5dbe1e4de2a775b28bbf9d
--- /dev/null
+++ b/build/zephyr/include/generated/app_smem.ld
@@ -0,0 +1,38 @@
+/* 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 <app_smem_unaligned.ld>
+#else
+#define APP_SMEM_LD <app_smem_aligned.ld>
+#endif
+
+#include APP_SMEM_LD
+#undef APP_SMEM_LD
diff --git a/build/zephyr/include/generated/app_smem_aligned.ld b/build/zephyr/include/generated/app_smem_aligned.ld
new file mode 100644
index 0000000000000000000000000000000000000000..ce3656796760eac246c7931d9f85a4d87f304331
--- /dev/null
+++ b/build/zephyr/include/generated/app_smem_aligned.ld
@@ -0,0 +1,3 @@
+/* SPDX-License-Identifier: Apache-2.0 */
+
+/* Empty file  */
diff --git a/build/zephyr/include/generated/app_smem_unaligned.ld b/build/zephyr/include/generated/app_smem_unaligned.ld
new file mode 100644
index 0000000000000000000000000000000000000000..ddc31d4f70271f02f3f3bcf2ba054d0b93f81f5b
--- /dev/null
+++ b/build/zephyr/include/generated/app_smem_unaligned.ld
@@ -0,0 +1,3 @@
+/* SPDX-License-Identifier: Apache-2.0 */
+
+/* Empty file */
diff --git a/build/zephyr/include/generated/autoconf.h b/build/zephyr/include/generated/autoconf.h
new file mode 100644
index 0000000000000000000000000000000000000000..eb840eba439967514c1944cc9a84cf016120de7d
--- /dev/null
+++ b/build/zephyr/include/generated/autoconf.h
@@ -0,0 +1,927 @@
+#define CONFIG_ADC_INIT_PRIORITY 50
+#define CONFIG_SPI 1
+#define CONFIG_BT_HCI_VS 1
+#define CONFIG_BT_CTLR 1
+#define CONFIG_NUM_IRQS 48
+#define CONFIG_SYS_CLOCK_HW_CYCLES_PER_SEC 32768
+#define CONFIG_FLASH_SIZE 512
+#define CONFIG_FLASH_BASE_ADDRESS 0x0
+#define CONFIG_MP_MAX_NUM_CPUS 1
+#define CONFIG_PLATFORM_SPECIFIC_INIT 1
+#define CONFIG_SYS_CLOCK_TICKS_PER_SEC 32768
+#define CONFIG_ROM_START_OFFSET 0x0
+#define CONFIG_PINCTRL 1
+#define CONFIG_BUILD_OUTPUT_BIN 1
+#define CONFIG_XIP 1
+#define CONFIG_MAIN_STACK_SIZE 2048
+#define CONFIG_IDLE_STACK_SIZE 320
+#define CONFIG_HAS_FLASH_LOAD_OFFSET 1
+#define CONFIG_CPU_HAS_ARM_MPU 1
+#define CONFIG_TICKLESS_KERNEL 1
+#define CONFIG_CLOCK_CONTROL_INIT_PRIORITY 30
+#define CONFIG_FLASH_LOAD_OFFSET 0x0
+#define CONFIG_SERIAL_INIT_PRIORITY 50
+#define CONFIG_GPIO 1
+#define CONFIG_SERIAL 1
+#define CONFIG_TINYCRYPT 1
+#define CONFIG_KERNEL_ENTRY "__start"
+#define CONFIG_LOG 1
+#define CONFIG_SYSTEM_WORKQUEUE_STACK_SIZE 2048
+#define CONFIG_DCACHE_LINE_SIZE 32
+#define CONFIG_GEN_IRQ_VECTOR_TABLE 1
+#define CONFIG_SOC "nrf52833"
+#define CONFIG_ARCH_SW_ISR_TABLE_ALIGN 4
+#define CONFIG_NRF_RTC_TIMER 1
+#define CONFIG_LOG_DOMAIN_NAME ""
+#define CONFIG_BUILD_OUTPUT_HEX 1
+#define CONFIG_CLOCK_CONTROL 1
+#define CONFIG_ARCH_HAS_CUSTOM_BUSY_WAIT 1
+#define CONFIG_SOC_HAS_TIMING_FUNCTIONS 1
+#define CONFIG_ENTROPY_INIT_PRIORITY 50
+#define CONFIG_FLASH_INIT_PRIORITY 50
+#define CONFIG_GEN_ISR_TABLES 1
+#define CONFIG_GEN_IRQ_START_VECTOR 0
+#define CONFIG_GEN_SW_ISR_TABLE 1
+#define CONFIG_SRAM_OFFSET 0x0
+#define CONFIG_CONSOLE 1
+#define CONFIG_SOC_SERIES "nrf52"
+#define CONFIG_ARCH_IRQ_VECTOR_TABLE_ALIGN 4
+#define CONFIG_ISR_STACK_SIZE 2048
+#define CONFIG_ICACHE_LINE_SIZE 32
+#define CONFIG_DT_HAS_ARM_ARMV7M_ITM_ENABLED 1
+#define CONFIG_DT_HAS_ARM_CORTEX_M4F_ENABLED 1
+#define CONFIG_DT_HAS_ARM_V7M_NVIC_ENABLED 1
+#define CONFIG_DT_HAS_BOSCH_BME280_ENABLED 1
+#define CONFIG_DT_HAS_FIXED_PARTITIONS_ENABLED 1
+#define CONFIG_DT_HAS_GPIO_KEYS_ENABLED 1
+#define CONFIG_DT_HAS_MICROBIT_EDGE_CONNECTOR_ENABLED 1
+#define CONFIG_DT_HAS_MMIO_SRAM_ENABLED 1
+#define CONFIG_DT_HAS_NORDIC_NRF_ACL_ENABLED 1
+#define CONFIG_DT_HAS_NORDIC_NRF_CCM_ENABLED 1
+#define CONFIG_DT_HAS_NORDIC_NRF_CLOCK_ENABLED 1
+#define CONFIG_DT_HAS_NORDIC_NRF_ECB_ENABLED 1
+#define CONFIG_DT_HAS_NORDIC_NRF_EGU_ENABLED 1
+#define CONFIG_DT_HAS_NORDIC_NRF_FICR_ENABLED 1
+#define CONFIG_DT_HAS_NORDIC_NRF_GPIO_ENABLED 1
+#define CONFIG_DT_HAS_NORDIC_NRF_GPIOTE_ENABLED 1
+#define CONFIG_DT_HAS_NORDIC_NRF_GPREGRET_ENABLED 1
+#define CONFIG_DT_HAS_NORDIC_NRF_LED_MATRIX_ENABLED 1
+#define CONFIG_DT_HAS_NORDIC_NRF_MWU_ENABLED 1
+#define CONFIG_DT_HAS_NORDIC_NRF_PINCTRL_ENABLED 1
+#define CONFIG_DT_HAS_NORDIC_NRF_POWER_ENABLED 1
+#define CONFIG_DT_HAS_NORDIC_NRF_PPI_ENABLED 1
+#define CONFIG_DT_HAS_NORDIC_NRF_PWM_ENABLED 1
+#define CONFIG_DT_HAS_NORDIC_NRF_RADIO_ENABLED 1
+#define CONFIG_DT_HAS_NORDIC_NRF_RNG_ENABLED 1
+#define CONFIG_DT_HAS_NORDIC_NRF_SAADC_ENABLED 1
+#define CONFIG_DT_HAS_NORDIC_NRF_SPIM_ENABLED 1
+#define CONFIG_DT_HAS_NORDIC_NRF_SWI_ENABLED 1
+#define CONFIG_DT_HAS_NORDIC_NRF_TEMP_ENABLED 1
+#define CONFIG_DT_HAS_NORDIC_NRF_TWIM_ENABLED 1
+#define CONFIG_DT_HAS_NORDIC_NRF_UART_ENABLED 1
+#define CONFIG_DT_HAS_NORDIC_NRF_UICR_ENABLED 1
+#define CONFIG_DT_HAS_NORDIC_NRF_USBD_ENABLED 1
+#define CONFIG_DT_HAS_NORDIC_NRF_WDT_ENABLED 1
+#define CONFIG_DT_HAS_NORDIC_NRF52_FLASH_CONTROLLER_ENABLED 1
+#define CONFIG_DT_HAS_SEMTECH_SX1276_ENABLED 1
+#define CONFIG_DT_HAS_SOC_NV_FLASH_ENABLED 1
+#define CONFIG_DT_HAS_ST_LIS2DH_ENABLED 1
+#define CONFIG_DT_HAS_ST_LIS2MDL_ENABLED 1
+#define CONFIG_DT_HAS_ST_LSM303AGR_ACCEL_ENABLED 1
+#define CONFIG_DT_HAS_ZEPHYR_BT_HCI_ENTROPY_ENABLED 1
+#define CONFIG_NEWLIB_LIBC_NANO 1
+#define CONFIG_NUM_METAIRQ_PRIORITIES 0
+#define CONFIG_LOG_BUFFER_SIZE 1024
+#define CONFIG_MPSL_WORK_STACK_SIZE 1024
+#define CONFIG_WARN_EXPERIMENTAL 1
+#define CONFIG_BT_BUF_CMD_TX_COUNT 2
+#define CONFIG_INIT_ARCH_HW_AT_BOOT 1
+#define CONFIG_NORDIC_QSPI_NOR_FLASH_LAYOUT_PAGE_SIZE 4096
+#define CONFIG_BT_L2CAP_TX_MTU 23
+#define CONFIG_BT_BUF_ACL_TX_SIZE 27
+#define CONFIG_BT_BUF_ACL_RX_SIZE 27
+#define CONFIG_BT_CTLR_DATA_LENGTH_MAX 27
+#define CONFIG_PM_PARTITION_SIZE_PROVISION 0x1000
+#define CONFIG_PM_PARTITION_SIZE_B0_IMAGE 0x7000
+#define CONFIG_SB_VALIDATION_INFO_MAGIC 0x86518483
+#define CONFIG_SB_VALIDATION_POINTER_MAGIC 0x6919b47e
+#define CONFIG_SB_VALIDATION_INFO_CRYPTO_ID 1
+#define CONFIG_SB_VALIDATION_INFO_VERSION 2
+#define CONFIG_SB_VALIDATION_METADATA_OFFSET 0
+#define CONFIG_SB_VALIDATE_FW_SIGNATURE 1
+#define CONFIG_BT_COMPANY_ID_NORDIC 0x0059
+#define CONFIG_BT_COMPANY_ID 0x0059
+#define CONFIG_BT_MAX_CONN 1
+#define CONFIG_BT_LL_SOFTDEVICE_HEADERS_INCLUDE 1
+#define CONFIG_BT_LL_SOFTDEVICE 1
+#define CONFIG_BT_CTLR_DF_SUPPORT 1
+#define CONFIG_BT_LL_SOFTDEVICE_BUILD_TYPE_LIB 1
+#define CONFIG_BT_HCI_TX_STACK_SIZE 1536
+#define CONFIG_BT_RX_STACK_SIZE 1024
+#define CONFIG_BT_CTLR_SDC_PERIPHERAL_COUNT 1
+#define CONFIG_BT_CTLR_SDC_MAX_CONN_EVENT_LEN_DEFAULT 7500
+#define CONFIG_BT_CTLR_SDC_CONN_EVENT_EXTEND_DEFAULT 1
+#define CONFIG_BT_CTLR_SDC_CENTRAL_ACL_EVENT_SPACING_DEFAULT 7500
+#define CONFIG_BT_CTLR_SDC_PERIODIC_ADV_EVENT_LEN_DEFAULT 7500
+#define CONFIG_BT_CTLR_SDC_TX_PACKET_COUNT 3
+#define CONFIG_BT_CTLR_SDC_RX_PACKET_COUNT 2
+#define CONFIG_BT_CTLR_SDC_SCAN_BUFFER_COUNT 3
+#define CONFIG_BT_CTLR_SDC_PERIODIC_SYNC_BUFFER_COUNT 3
+#define CONFIG_BT_CTLR_SDC_RX_PRIO 6
+#define CONFIG_BT_LL_SOFTDEVICE_PERIPHERAL 1
+#define CONFIG_BT_CTLR_FAL_SIZE 8
+#define CONFIG_BT_CTLR_ECDH_LIB_OBERON 1
+#define CONFIG_BT_CTLR_ECDH_STACK_SIZE 900
+#define CONFIG_BT_CTLR_ECDH_IN_MPSL_WORK 1
+#define CONFIG_BT_CTLR_SDC_BIG_RESERVED_TIME_US 1600
+#define CONFIG_BT_CTLR_SDC_CIG_RESERVED_TIME_US 1300
+#define CONFIG_BT_CTLR_SDC_CIS_SUBEVENT_LENGTH_US 0
+#define CONFIG_SYSTEM_WORKQUEUE_PRIORITY -1
+#define CONFIG_HEAP_MEM_POOL_SIZE 0
+#define CONFIG_BT_PERIPHERAL 1
+#define CONFIG_BT_BROADCASTER 1
+#define CONFIG_BT_CONN 1
+#define CONFIG_BT_PHY_UPDATE 1
+#define CONFIG_BT_DATA_LEN_UPDATE 1
+#define CONFIG_BT_BUF_ACL_TX_COUNT 3
+#define CONFIG_BT_BUF_ACL_RX_COUNT 6
+#define CONFIG_BT_BUF_EVT_RX_SIZE 68
+#define CONFIG_BT_BUF_EVT_RX_COUNT 10
+#define CONFIG_BT_BUF_EVT_DISCARDABLE_SIZE 43
+#define CONFIG_BT_BUF_EVT_DISCARDABLE_COUNT 3
+#define CONFIG_BT_BUF_CMD_TX_SIZE 65
+#define CONFIG_BT_HAS_HCI_VS 1
+#define CONFIG_BT_ASSERT 1
+#define CONFIG_BT_ASSERT_VERBOSE 1
+#define CONFIG_BT_DEBUG_NONE 1
+#define CONFIG_BT_LONG_WQ 1
+#define CONFIG_BT_LONG_WQ_STACK_SIZE 1300
+#define CONFIG_BT_LONG_WQ_PRIO 10
+#define CONFIG_BT_LONG_WQ_INIT_PRIO 50
+#define CONFIG_BT_HCI_HOST 1
+#define CONFIG_BT_HCI_TX_PRIO 7
+#define CONFIG_BT_RECV_WORKQ_BT 1
+#define CONFIG_BT_RX_PRIO 8
+#define CONFIG_BT_DRIVER_RX_HIGH_PRIO 6
+#define CONFIG_BT_LIM_ADV_TIMEOUT 30
+#define CONFIG_BT_CONN_TX_USER_DATA_SIZE 8
+#define CONFIG_BT_CONN_TX_MAX 3
+#define CONFIG_BT_AUTO_PHY_UPDATE 1
+#define CONFIG_BT_AUTO_DATA_LEN_UPDATE 1
+#define CONFIG_BT_L2CAP_TX_BUF_COUNT 3
+#define CONFIG_BT_L2CAP_TX_FRAG_COUNT 2
+#define CONFIG_BT_L2CAP_RESCHED_MS 1000
+#define CONFIG_BT_ATT_TX_COUNT 3
+#define CONFIG_BT_ATT_PREPARE_COUNT 0
+#define CONFIG_BT_GATT_SERVICE_CHANGED 1
+#define CONFIG_BT_GATT_CACHING 1
+#define CONFIG_BT_GATT_ENFORCE_SUBSCRIPTION 1
+#define CONFIG_BT_GATT_READ_MULTIPLE 1
+#define CONFIG_BT_GATT_READ_MULT_VAR_LEN 1
+#define CONFIG_BT_GAP_AUTO_UPDATE_CONN_PARAMS 1
+#define CONFIG_BT_GAP_PERIPHERAL_PREF_PARAMS 1
+#define CONFIG_BT_PERIPHERAL_PREF_MIN_INT 24
+#define CONFIG_BT_PERIPHERAL_PREF_MAX_INT 40
+#define CONFIG_BT_PERIPHERAL_PREF_LATENCY 0
+#define CONFIG_BT_PERIPHERAL_PREF_TIMEOUT 42
+#define CONFIG_BT_MAX_PAIRED 0
+#define CONFIG_BT_CREATE_CONN_TIMEOUT 3
+#define CONFIG_BT_CONN_PARAM_UPDATE_TIMEOUT 5000
+#define CONFIG_BT_CONN_PARAM_RETRY_COUNT 3
+#define CONFIG_BT_CONN_PARAM_RETRY_TIMEOUT 5000
+#define CONFIG_BT_DEVICE_NAME "BTHome"
+#define CONFIG_BT_DEVICE_APPEARANCE 0
+#define CONFIG_BT_ID_MAX 1
+#define CONFIG_PCD_VERSION_PAGE_BUF_SIZE 2046
+#define CONFIG_NRF_CLOUD_CLIENT_ID_SRC_COMPILE_TIME 1
+#define CONFIG_NRF_CLOUD_CLIENT_ID "my-client-id"
+#define CONFIG_FOTA_USE_NRF_CLOUD_SETTINGS_AREA 1
+#define CONFIG_FOTA_DL_TIMEOUT_MIN 15
+#define CONFIG_NRF_CLOUD_ALERT_LOG_LEVEL_DEFAULT 1
+#define CONFIG_NRF_CLOUD_ALERT_LOG_LEVEL 3
+#define CONFIG_NRF_CLOUD_LOG_OUTPUT_LEVEL 1
+#define CONFIG_NRF_CLOUD_LOG_BUF_SIZE 256
+#define CONFIG_NRF_CLOUD_LOG_LOG_LEVEL_DEFAULT 1
+#define CONFIG_NRF_CLOUD_LOG_LOG_LEVEL 3
+#define CONFIG_NRF_CLOUD_LOG_LEVEL_DEFAULT 1
+#define CONFIG_NRF_CLOUD_LOG_LEVEL 3
+#define CONFIG_MPSL_FEM_API_AVAILABLE 1
+#define CONFIG_MPSL_FEM_LOG_LEVEL_DEFAULT 1
+#define CONFIG_MPSL_FEM_LOG_LEVEL 3
+#define CONFIG_MPSL_THREAD_COOP_PRIO 6
+#define CONFIG_MPSL_TIMESLOT_SESSION_COUNT 0
+#define CONFIG_MPSL_LOW_PRIO_IRQN 25
+#define CONFIG_MPSL_LOG_LEVEL_DEFAULT 1
+#define CONFIG_MPSL_LOG_LEVEL 3
+#define CONFIG_SRAM_SIZE 128
+#define CONFIG_SRAM_BASE_ADDRESS 0x20000000
+#define CONFIG_PM_PARTITION_SIZE_SETTINGS_STORAGE 0x2000
+#define CONFIG_PM_PARTITION_ALIGN_SETTINGS_STORAGE 0x1000
+#define CONFIG_PM_EXTERNAL_FLASH_BASE 0x0
+#define CONFIG_PM_EXTERNAL_FLASH_PATH ""
+#define CONFIG_PM_EXTERNAL_FLASH_SIZE_BITS 0
+#define CONFIG_PM_SRAM_BASE 0x20000000
+#define CONFIG_PM_SRAM_SIZE 0x20000
+#define CONFIG_MGMT_FMFU_LOG_LEVEL_DEFAULT 1
+#define CONFIG_MGMT_FMFU_LOG_LEVEL 3
+#define CONFIG_MGMT_SUITFU_TRIGGER_UPDATE_RESET_DELAY_MS 100
+#define CONFIG_MGMT_SUITFU_AUTO_REGISTER_HANDLERS 1
+#define CONFIG_MGMT_SUITFU_GRP_IMG 1
+#define CONFIG_MGMT_SUITFU_IMAGE_NUMBER 0
+#define CONFIG_MGMT_SUITFU_LOG_LEVEL_DEFAULT 1
+#define CONFIG_MGMT_SUITFU_LOG_LEVEL 3
+#define CONFIG_AUDIO_MODULE_NAME_SIZE 20
+#define CONFIG_AUDIO_MODULE_LOG_LEVEL_DEFAULT 1
+#define CONFIG_AUDIO_MODULE_LOG_LEVEL 3
+#define CONFIG_POSIX_MAX_FDS 4
+#define CONFIG_WFA_QT_LOG_LEVEL_DEFAULT 1
+#define CONFIG_WFA_QT_LOG_LEVEL 3
+#define CONFIG_WFA_QT_THREAD_STACK_SIZE 4096
+#define CONFIG_WFA_QT_REBOOT_TIMEOUT_MS 1000
+#define CONFIG_WFA_QT_DEFAULT_INTERFACE "nordic_wlan0"
+#define CONFIG_WPAS_READY_TIMEOUT_MS 10000
+#define CONFIG_NRF_ACL_FLASH_REGION_SIZE 0x1000
+#define CONFIG_FPROTECT_BLOCK_SIZE 0x1000
+#define CONFIG_MULTITHREADING_LOCK 1
+#define CONFIG_HW_UNIQUE_KEY_PARTITION_SIZE 0x1000
+#define CONFIG_NCS_BOOT_BANNER 1
+#define CONFIG_NCS_NCS_BOOT_BANNER_STRING "nRF Connect SDK"
+#define CONFIG_NCS_ZEPHYR_BOOT_BANNER_STRING "Zephyr OS"
+#define CONFIG_SENSOR 1
+#define CONFIG_NRFX_GPIOTE_NUM_OF_EVT_HANDLERS 1
+#define CONFIG_CLOCK_CONTROL_MPSL 1
+#define CONFIG_SOC_FLASH_NRF_RADIO_SYNC_MPSL 1
+#define CONFIG_SOC_FLASH_NRF_RADIO_SYNC_MPSL_TIMESLOT_SESSION_COUNT 1
+#define CONFIG_TEMP_NRF5_MPSL 1
+#define CONFIG_ZTEST_MULTICORE_DEFAULT_SETTINGS 1
+#define CONFIG_ZEPHYR_NRF_MODULE 1
+#define CONFIG_BOOT_SIGNATURE_KEY_FILE ""
+#define CONFIG_DT_FLASH_WRITE_BLOCK_SIZE 4
+#define CONFIG_MCUBOOT_USB_SUPPORT 1
+#define CONFIG_ZEPHYR_MCUBOOT_MODULE 1
+#define CONFIG_ZEPHYR_MBEDTLS_MODULE 1
+#define CONFIG_ZEPHYR_OBERON_PSA_CRYPTO_MODULE 1
+#define CONFIG_ZEPHYR_TRUSTED_FIRMWARE_M_MODULE 1
+#define CONFIG_ZEPHYR_PSA_ARCH_TESTS_MODULE 1
+#define CONFIG_ZEPHYR_SOC_HWMV1_MODULE 1
+#define CONFIG_ZEPHYR_CJSON_MODULE 1
+#define CONFIG_ZEPHYR_AZURE_SDK_FOR_C_MODULE 1
+#define CONFIG_ZEPHYR_CIRRUS_LOGIC_MODULE 1
+#define CONFIG_ZEPHYR_OPENTHREAD_MODULE 1
+#define CONFIG_SUIT_ENVELOPE_TEMPLATE ""
+#define CONFIG_SUIT_ENVELOPE_TARGET ""
+#define CONFIG_SUIT_ENVELOPE_OUTPUT_ARTIFACT "merged.hex"
+#define CONFIG_SUIT_ENVELOPE_OUTPUT_MPI_MERGE 1
+#define CONFIG_ZEPHYR_SUIT_GENERATOR_MODULE 1
+#define CONFIG_SUIT_PLATFORM_DRY_RUN_SUPPORT 1
+#define CONFIG_ZEPHYR_SUIT_PROCESSOR_MODULE 1
+#define CONFIG_ZEPHYR_MEMFAULT_FIRMWARE_SDK_MODULE 1
+#define CONFIG_ZEPHYR_COREMARK_MODULE 1
+#define CONFIG_ZEPHYR_CANOPENNODE_MODULE 1
+#define CONFIG_ZEPHYR_CHRE_MODULE 1
+#define CONFIG_ZEPHYR_LZ4_MODULE 1
+#define CONFIG_ZEPHYR_NANOPB_MODULE 1
+#define CONFIG_ZEPHYR_TF_M_TESTS_MODULE 1
+#define CONFIG_ZEPHYR_ZSCILIB_MODULE 1
+#define CONFIG_ZEPHYR_CMSIS_MODULE 1
+#define CONFIG_HAS_CMSIS_CORE 1
+#define CONFIG_HAS_CMSIS_CORE_M 1
+#define CONFIG_ZEPHYR_CMSIS_DSP_MODULE 1
+#define CONFIG_ZEPHYR_CMSIS_NN_MODULE 1
+#define CONFIG_ZEPHYR_FATFS_MODULE 1
+#define CONFIG_ZEPHYR_HAL_NORDIC_MODULE 1
+#define CONFIG_HAS_NORDIC_DRIVERS 1
+#define CONFIG_HAS_NRFX 1
+#define CONFIG_MPSL 1
+#define CONFIG_NRFX_GPIOTE 1
+#define CONFIG_NRFX_GPIOTE0 1
+#define CONFIG_NRFX_NVMC 1
+#define CONFIG_NRFX_SPIM 1
+#define CONFIG_NRFX_SPIM1 1
+#define CONFIG_NRFX_TWIM 1
+#define CONFIG_NRFX_TWIM0 1
+#define CONFIG_ZEPHYR_HAL_ST_MODULE 1
+#define CONFIG_HAS_STMEMSC 1
+#define CONFIG_USE_STDC_LIS2MDL 1
+#define CONFIG_ZEPHYR_HAL_WURTHELEKTRONIK_MODULE 1
+#define CONFIG_ZEPHYR_LIBMETAL_MODULE 1
+#define CONFIG_ZEPHYR_LIBLC3_MODULE 1
+#define CONFIG_ZEPHYR_LITTLEFS_MODULE 1
+#define CONFIG_ZEPHYR_LORAMAC_NODE_MODULE 1
+#define CONFIG_HAS_SEMTECH_RADIO_DRIVERS 1
+#define CONFIG_HAS_SEMTECH_SX1276 1
+#define CONFIG_HAS_SEMTECH_LORAMAC 1
+#define CONFIG_HAS_SEMTECH_SOFT_SE 1
+#define CONFIG_ZEPHYR_LVGL_MODULE 1
+#define CONFIG_ZEPHYR_MIPI_SYS_T_MODULE 1
+#define CONFIG_ZEPHYR_NRF_HW_MODELS_MODULE 1
+#define CONFIG_ZEPHYR_OPEN_AMP_MODULE 1
+#define CONFIG_ZEPHYR_PICOLIBC_MODULE 1
+#define CONFIG_ZEPHYR_SEGGER_MODULE 1
+#define CONFIG_HAS_SEGGER_RTT 1
+#define CONFIG_ZEPHYR_TINYCRYPT_MODULE 1
+#define CONFIG_ZEPHYR_UOSCORE_UEDHOC_MODULE 1
+#define CONFIG_ZEPHYR_ZCBOR_MODULE 1
+#define CONFIG_NRF_MODEM_SHMEM_CTRL_SIZE 0x4e8
+#define CONFIG_MPSL_BUILD_TYPE_LIB 1
+#define CONFIG_MPSL_LIB_DIR "cortex-m4"
+#define CONFIG_MPSL_LIB_FLOAT_ABI_DIR "soft-float"
+#define CONFIG_NRFXLIB_CRYPTO 1
+#define CONFIG_NRF_OBERON 1
+#define CONFIG_NRF_802154_SOURCE_NRFXLIB 1
+#define CONFIG_ZEPHYR_NRFXLIB_MODULE 1
+#define CONFIG_ZEPHYR_CONNECTEDHOMEIP_MODULE 1
+#define CONFIG_TINYCRYPT_AES 1
+#define CONFIG_TINYCRYPT_AES_CMAC 1
+#define CONFIG_BOARD "bbc_microbit_v2"
+#define CONFIG_BOARD_REVISION ""
+#define CONFIG_BOARD_TARGET "bbc_microbit_v2/nrf52833"
+#define CONFIG_BOARD_BBC_MICROBIT_V2 1
+#define CONFIG_BOARD_BBC_MICROBIT_V2_NRF52833 1
+#define CONFIG_BOARD_QUALIFIERS "nrf52833"
+#define CONFIG_SOC_FAMILY "nordic_nrf"
+#define CONFIG_SOC_FAMILY_NORDIC_NRF 1
+#define CONFIG_SOC_SERIES_NRF52X 1
+#define CONFIG_SOC_NRF52833 1
+#define CONFIG_SOC_NRF52833_QIAA 1
+#define CONFIG_HAS_HW_NRF_ACL 1
+#define CONFIG_HAS_HW_NRF_CCM 1
+#define CONFIG_HAS_HW_NRF_CCM_LFLEN_8BIT 1
+#define CONFIG_HAS_HW_NRF_CCM_HEADERMASK 1
+#define CONFIG_HAS_HW_NRF_CLOCK 1
+#define CONFIG_HAS_HW_NRF_ECB 1
+#define CONFIG_HAS_HW_NRF_EGU0 1
+#define CONFIG_HAS_HW_NRF_EGU1 1
+#define CONFIG_HAS_HW_NRF_EGU2 1
+#define CONFIG_HAS_HW_NRF_EGU3 1
+#define CONFIG_HAS_HW_NRF_EGU4 1
+#define CONFIG_HAS_HW_NRF_EGU5 1
+#define CONFIG_HAS_HW_NRF_GPIO0 1
+#define CONFIG_HAS_HW_NRF_GPIO1 1
+#define CONFIG_HAS_HW_NRF_GPIOTE0 1
+#define CONFIG_HAS_HW_NRF_MWU 1
+#define CONFIG_HAS_HW_NRF_NVMC_PE 1
+#define CONFIG_HAS_HW_NRF_POWER 1
+#define CONFIG_HAS_HW_NRF_PPI 1
+#define CONFIG_HAS_HW_NRF_PWM1 1
+#define CONFIG_HAS_HW_NRF_RADIO_BLE_2M 1
+#define CONFIG_HAS_HW_NRF_RADIO_BLE_CODED 1
+#define CONFIG_HAS_HW_NRF_RADIO_DFE 1
+#define CONFIG_HAS_HW_NRF_RADIO_IEEE802154 1
+#define CONFIG_HAS_HW_NRF_RADIO_TX_PWR_HIGH 1
+#define CONFIG_HAS_HW_NRF_RNG 1
+#define CONFIG_HAS_HW_NRF_SAADC 1
+#define CONFIG_HAS_HW_NRF_SPIM1 1
+#define CONFIG_HAS_HW_NRF_SWI0 1
+#define CONFIG_HAS_HW_NRF_SWI1 1
+#define CONFIG_HAS_HW_NRF_SWI2 1
+#define CONFIG_HAS_HW_NRF_SWI3 1
+#define CONFIG_HAS_HW_NRF_SWI4 1
+#define CONFIG_HAS_HW_NRF_SWI5 1
+#define CONFIG_HAS_HW_NRF_TEMP 1
+#define CONFIG_HAS_HW_NRF_TWIM0 1
+#define CONFIG_HAS_HW_NRF_UART0 1
+#define CONFIG_HAS_HW_NRF_USBD 1
+#define CONFIG_HAS_HW_NRF_WDT0 1
+#define CONFIG_NRF_ENABLE_ICACHE 1
+#define CONFIG_NRF_RTC_TIMER_USER_CHAN_COUNT 0
+#define CONFIG_NRF_SOC_SECURE_SUPPORTED 1
+#define CONFIG_NRF_APPROTECT_USE_UICR 1
+#define CONFIG_GPIO_INIT_PRIORITY 40
+#define CONFIG_SOC_LOG_LEVEL_DEFAULT 1
+#define CONFIG_SOC_LOG_LEVEL 3
+#define CONFIG_SOC_COMPATIBLE_NRF 1
+#define CONFIG_SOC_COMPATIBLE_NRF52X 1
+#define CONFIG_SOC_COMPATIBLE_NRF52833 1
+#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 4
+#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_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_ZERO_LATENCY_IRQS 1
+#define CONFIG_ZERO_LATENCY_LEVELS 1
+#define CONFIG_NULL_POINTER_EXCEPTION_DETECTION_NONE 1
+#define CONFIG_HAS_SWO 1
+#define CONFIG_ARM 1
+#define CONFIG_ARCH_IS_SET 1
+#define CONFIG_ARCH_LOG_LEVEL_DEFAULT 1
+#define CONFIG_ARCH_LOG_LEVEL 3
+#define CONFIG_LITTLE_ENDIAN 1
+#define CONFIG_GEN_PRIV_STACKS 1
+#define CONFIG_ISR_TABLES_LOCAL_DECLARATION_SUPPORTED 1
+#define CONFIG_IRQ_VECTOR_TABLE_JUMP_BY_ADDRESS 1
+#define CONFIG_EXCEPTION_DEBUG 1
+#define CONFIG_ARCH_HAS_TIMING_FUNCTIONS 1
+#define CONFIG_ARCH_HAS_RAMFUNC_SUPPORT 1
+#define CONFIG_ARCH_HAS_NESTED_EXCEPTION_DETECTION 1
+#define CONFIG_ARCH_SUPPORTS_COREDUMP 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_TOOLCHAIN_HAS_BUILTIN_FFS 1
+#define CONFIG_KERNEL_LOG_LEVEL_DEFAULT 1
+#define CONFIG_KERNEL_LOG_LEVEL 3
+#define CONFIG_MULTITHREADING 1
+#define CONFIG_NUM_COOP_PRIORITIES 16
+#define CONFIG_NUM_PREEMPT_PRIORITIES 15
+#define CONFIG_MAIN_THREAD_PRIORITY 0
+#define CONFIG_COOP_ENABLED 1
+#define CONFIG_PREEMPT_ENABLED 1
+#define CONFIG_PRIORITY_CEILING -127
+#define CONFIG_SCHED_DUMB 1
+#define CONFIG_WAITQ_DUMB 1
+#define CONFIG_ERRNO 1
+#define CONFIG_BOOT_DELAY 0
+#define CONFIG_BARRIER_OPERATIONS_ARCH 1
+#define CONFIG_ATOMIC_OPERATIONS_BUILTIN 1
+#define CONFIG_TIMESLICING 1
+#define CONFIG_TIMESLICE_SIZE 0
+#define CONFIG_TIMESLICE_PRIORITY 0
+#define CONFIG_POLL 1
+#define CONFIG_NUM_MBOX_ASYNC_MSGS 10
+#define CONFIG_KERNEL_MEM_POOL 1
+#define CONFIG_ARCH_HAS_CUSTOM_SWAP_TO_MAIN 1
+#define CONFIG_SWAP_NONATOMIC 1
+#define CONFIG_SYS_CLOCK_EXISTS 1
+#define CONFIG_TIMEOUT_64BIT 1
+#define CONFIG_SYS_CLOCK_MAX_TIMEOUT_DAYS 365
+#define CONFIG_STACK_POINTER_RANDOM 0
+#define CONFIG_MP_NUM_CPUS 1
+#define CONFIG_TOOLCHAIN_SUPPORTS_THREAD_LOCAL_STORAGE 1
+#define CONFIG_KERNEL_INIT_PRIORITY_OBJECTS 30
+#define CONFIG_KERNEL_INIT_PRIORITY_DEFAULT 40
+#define CONFIG_KERNEL_INIT_PRIORITY_DEVICE 50
+#define CONFIG_APPLICATION_INIT_PRIORITY 90
+#define CONFIG_ADC 1
+#define CONFIG_ADC_CONFIGURABLE_INPUTS 1
+#define CONFIG_ADC_LOG_LEVEL_DEFAULT 1
+#define CONFIG_ADC_LOG_LEVEL 3
+#define CONFIG_ADC_NRFX_SAADC 1
+#define CONFIG_CLOCK_CONTROL_LOG_LEVEL_DEFAULT 1
+#define CONFIG_CLOCK_CONTROL_LOG_LEVEL 3
+#define CONFIG_CLOCK_CONTROL_NRF_FORCE_ALT 1
+#define CONFIG_CLOCK_CONTROL_NRF 1
+#define CONFIG_CLOCK_CONTROL_NRF_K32SRC_RC 1
+#define CONFIG_CLOCK_CONTROL_NRF_K32SRC_RC_CALIBRATION 1
+#define CONFIG_CLOCK_CONTROL_NRF_CALIBRATION_LF_ALWAYS_ON 1
+#define CONFIG_CLOCK_CONTROL_NRF_CALIBRATION_PERIOD 4000
+#define CONFIG_CLOCK_CONTROL_NRF_CALIBRATION_MAX_SKIP 1
+#define CONFIG_CLOCK_CONTROL_NRF_CALIBRATION_TEMP_DIFF 2
+#define CONFIG_CLOCK_CONTROL_NRF_K32SRC_250PPM 1
+#define CONFIG_CLOCK_CONTROL_NRF_ACCURACY 250
+#define CONFIG_CONSOLE_INPUT_MAX_LINE_LEN 128
+#define CONFIG_CONSOLE_HAS_DRIVER 1
+#define CONFIG_CONSOLE_INIT_PRIORITY 60
+#define CONFIG_UART_CONSOLE 1
+#define CONFIG_UART_CONSOLE_LOG_LEVEL_DEFAULT 1
+#define CONFIG_UART_CONSOLE_LOG_LEVEL 3
+#define CONFIG_ENTROPY_GENERATOR 1
+#define CONFIG_ENTROPY_LOG_LEVEL_DEFAULT 1
+#define CONFIG_ENTROPY_LOG_LEVEL 3
+#define CONFIG_ENTROPY_NRF5_RNG 1
+#define CONFIG_ENTROPY_NRF5_THR_POOL_SIZE 8
+#define CONFIG_ENTROPY_NRF5_THR_THRESHOLD 4
+#define CONFIG_ENTROPY_NRF5_ISR_POOL_SIZE 16
+#define CONFIG_ENTROPY_NRF5_ISR_THRESHOLD 12
+#define CONFIG_ENTROPY_BT_HCI 1
+#define CONFIG_ENTROPY_HAS_DRIVER 1
+#define CONFIG_FLASH_HAS_DRIVER_ENABLED 1
+#define CONFIG_FLASH_HAS_PAGE_LAYOUT 1
+#define CONFIG_FLASH 1
+#define CONFIG_FLASH_LOG_LEVEL_DEFAULT 1
+#define CONFIG_FLASH_LOG_LEVEL 3
+#define CONFIG_FLASH_PAGE_LAYOUT 1
+#define CONFIG_SOC_FLASH_NRF 1
+#define CONFIG_SOC_FLASH_NRF_TIMEOUT_MULTIPLIER 10
+#define CONFIG_GPIO_LOG_LEVEL_DEFAULT 1
+#define CONFIG_GPIO_LOG_LEVEL 3
+#define CONFIG_GPIO_NRFX 1
+#define CONFIG_GPIO_NRFX_INTERRUPT 1
+#define CONFIG_I2C 1
+#define CONFIG_I2C_NRFX 1
+#define CONFIG_I2C_NRFX_TWIM 1
+#define CONFIG_I2C_NRFX_TRANSFER_TIMEOUT 500
+#define CONFIG_I2C_DMA_TCB_BUFFER_SIZE 1024
+#define CONFIG_I2C_INIT_PRIORITY 50
+#define CONFIG_I2C_LOG_LEVEL_DEFAULT 1
+#define CONFIG_I2C_LOG_LEVEL 3
+#define CONFIG_INTC_INIT_PRIORITY 40
+#define CONFIG_INTC_LOG_LEVEL_DEFAULT 1
+#define CONFIG_INTC_LOG_LEVEL 3
+#define CONFIG_LORA 1
+#define CONFIG_LORA_LOG_LEVEL_DEFAULT 1
+#define CONFIG_LORA_LOG_LEVEL 3
+#define CONFIG_LORA_INIT_PRIORITY 90
+#define CONFIG_LORA_SX127X 1
+#define CONFIG_PINCTRL_LOG_LEVEL_DEFAULT 1
+#define CONFIG_PINCTRL_LOG_LEVEL 3
+#define CONFIG_PINCTRL_STORE_REG 1
+#define CONFIG_PINCTRL_NRF 1
+#define CONFIG_SENSOR_LOG_LEVEL_DEFAULT 1
+#define CONFIG_SENSOR_LOG_LEVEL 3
+#define CONFIG_SENSOR_INIT_PRIORITY 90
+#define CONFIG_BME280 1
+#define CONFIG_BME280_MODE_NORMAL 1
+#define CONFIG_BME280_TEMP_OVER_2X 1
+#define CONFIG_BME280_PRESS_OVER_16X 1
+#define CONFIG_BME280_HUMIDITY_OVER_16X 1
+#define CONFIG_BME280_STANDBY_1000MS 1
+#define CONFIG_BME280_FILTER_4 1
+#define CONFIG_TEMP_NRF5_FORCE_ALT 1
+#define CONFIG_TEMP_NRF5 1
+#define CONFIG_LIS2DH 1
+#define CONFIG_LIS2DH_TRIGGER_NONE 1
+#define CONFIG_LIS2DH_ACCEL_RANGE_RUNTIME 1
+#define CONFIG_LIS2DH_OPER_MODE_NORMAL 1
+#define CONFIG_LIS2DH_ODR_RUNTIME 1
+#define CONFIG_LIS2MDL 1
+#define CONFIG_LIS2MDL_TRIGGER_GLOBAL_THREAD 1
+#define CONFIG_LIS2MDL_TRIGGER 1
+#define CONFIG_LIS2MDL_MAG_ODR_RUNTIME 1
+#define CONFIG_SERIAL_HAS_DRIVER 1
+#define CONFIG_SERIAL_SUPPORT_ASYNC 1
+#define CONFIG_SERIAL_SUPPORT_INTERRUPT 1
+#define CONFIG_UART_LOG_LEVEL_DEFAULT 1
+#define CONFIG_UART_LOG_LEVEL 3
+#define CONFIG_UART_NRFX 1
+#define CONFIG_UART_NRFX_UART 1
+#define CONFIG_UART_0_TX_CACHE_SIZE 8
+#define CONFIG_UART_0_RX_CACHE_SIZE 5
+#define CONFIG_UART_0_A2I_RX_SIZE 0
+#define CONFIG_UART_0_A2I_RX_BUF_COUNT 0
+#define CONFIG_SPI_INIT_PRIORITY 50
+#define CONFIG_SPI_COMPLETION_TIMEOUT_TOLERANCE 200
+#define CONFIG_SPI_LOG_LEVEL_DEFAULT 1
+#define CONFIG_SPI_LOG_LEVEL 3
+#define CONFIG_SPI_NRFX 1
+#define CONFIG_SPI_NRFX_SPIM 1
+#define CONFIG_SPI_NRFX_RAM_BUFFER_SIZE 8
+#define CONFIG_SPI_NRFX_WAKE_TIMEOUT_US 200
+#define CONFIG_SYSTEM_CLOCK_INIT_PRIORITY 0
+#define CONFIG_TICKLESS_CAPABLE 1
+#define CONFIG_SYSTEM_TIMER_HAS_DISABLE_SUPPORT 1
+#define CONFIG_NRF_RTC_TIMER_LOCK_ZERO_LATENCY_IRQS 1
+#define CONFIG_SYSTEM_CLOCK_WAIT_FOR_STABILITY 1
+#define CONFIG_NRF_USBD_COMMON_LOG_LEVEL_DEFAULT 1
+#define CONFIG_NRF_USBD_COMMON_LOG_LEVEL 3
+#define CONFIG_USBC_LOG_LEVEL_DEFAULT 1
+#define CONFIG_USBC_LOG_LEVEL 3
+#define CONFIG_REQUIRES_FULL_LIBC 1
+#define CONFIG_FULL_LIBC_SUPPORTED 1
+#define CONFIG_MINIMAL_LIBC_SUPPORTED 1
+#define CONFIG_NEWLIB_LIBC_SUPPORTED 1
+#define CONFIG_PICOLIBC_SUPPORTED 1
+#define CONFIG_NEWLIB_LIBC 1
+#define CONFIG_HAS_NEWLIB_LIBC_NANO 1
+#define CONFIG_COMMON_LIBC_ABORT 1
+#define CONFIG_NEWLIB_LIBC_MIN_REQUIRED_HEAP_SIZE 2048
+#define CONFIG_NEWLIB_LIBC_FLOAT_PRINTF 1
+#define CONFIG_STDOUT_CONSOLE 1
+#define CONFIG_NEED_LIBC_MEM_PARTITION 1
+#define CONFIG_CRC 1
+#define CONFIG_SYS_HEAP_ALLOC_LOOPS 3
+#define CONFIG_SYS_HEAP_SMALL_ONLY 1
+#define CONFIG_MPSC_PBUF 1
+#define CONFIG_HAS_POWEROFF 1
+#define CONFIG_CBPRINTF_COMPLETE 1
+#define CONFIG_CBPRINTF_FULL_INTEGRAL 1
+#define CONFIG_CBPRINTF_N_SPECIFIER 1
+#define CONFIG_CBPRINTF_PACKAGE_LOG_LEVEL_DEFAULT 1
+#define CONFIG_CBPRINTF_PACKAGE_LOG_LEVEL 3
+#define CONFIG_CBPRINTF_CONVERT_CHECK_PTR 1
+#define CONFIG_POSIX_ENV_LOG_LEVEL_DEFAULT 1
+#define CONFIG_POSIX_ENV_LOG_LEVEL 3
+#define CONFIG_SEM_VALUE_MAX 32767
+#define CONFIG_SEM_NAMELEN_MAX 16
+#define CONFIG_POSIX_RTSIG_MAX 0
+#define CONFIG_POSIX_PAGE_SIZE_BITS 6
+#define CONFIG_LIBGCC_RTLIB 1
+#define CONFIG_NOTIFY 1
+#define CONFIG_ONOFF 1
+#define CONFIG_BT 1
+#define CONFIG_BT_HCI 1
+#define CONFIG_BT_CONN_TX 1
+#define CONFIG_BT_CTLR_LE_ENC_SUPPORT 1
+#define CONFIG_BT_CTLR_EXT_REJ_IND_SUPPORT 1
+#define CONFIG_BT_CTLR_DATA_LEN_UPDATE_SUPPORT 1
+#define CONFIG_BT_CTLR_PRIVACY_SUPPORT 1
+#define CONFIG_BT_CTLR_EXT_SCAN_FP_SUPPORT 1
+#define CONFIG_BT_CTLR_PHY_UPDATE_SUPPORT 1
+#define CONFIG_BT_CTLR_PHY_2M_SUPPORT 1
+#define CONFIG_BT_CTLR_PHY_CODED_SUPPORT 1
+#define CONFIG_BT_CTLR_ADV_EXT_SUPPORT 1
+#define CONFIG_BT_CTLR_ADV_PERIODIC_SUPPORT 1
+#define CONFIG_BT_CTLR_ADV_PERIODIC_RSP_SUPPORT 1
+#define CONFIG_BT_CTLR_SYNC_PERIODIC_SUPPORT 1
+#define CONFIG_BT_CTLR_SYNC_PERIODIC_RSP_SUPPORT 1
+#define CONFIG_BT_CTLR_SYNC_TRANSFER_SENDER_SUPPORT 1
+#define CONFIG_BT_CTLR_SYNC_TRANSFER_RECEIVER_SUPPORT 1
+#define CONFIG_BT_CTLR_ADV_ISO_SUPPORT 1
+#define CONFIG_BT_CTLR_SYNC_ISO_SUPPORT 1
+#define CONFIG_BT_CTLR_CENTRAL_ISO_SUPPORT 1
+#define CONFIG_BT_CTLR_PERIPHERAL_ISO_SUPPORT 1
+#define CONFIG_BT_CTLR_CHAN_SEL_2_SUPPORT 1
+#define CONFIG_BT_CTLR_SCA_UPDATE_SUPPORT 1
+#define CONFIG_BT_CTLR_CONN_RSSI_SUPPORT 1
+#define CONFIG_BT_CTLR_ECDH_SUPPORT 1
+#define CONFIG_BT_CTLR_LE_POWER_CONTROL_SUPPORT 1
+#define CONFIG_BT_CTLR_HCI 1
+#define CONFIG_BT_CTLR_CRYPTO 1
+#define CONFIG_BT_CTLR_HCI_VS_BUILD_INFO ""
+#define CONFIG_BT_CTLR_TX_PWR_0 1
+#define CONFIG_BT_CTLR_TX_PWR_DBM 0
+#define CONFIG_BT_CTLR_TX_PWR_ANTENNA 0
+#define CONFIG_BT_CTLR_LE_ENC 1
+#define CONFIG_BT_CTLR_ECDH 1
+#define CONFIG_BT_CTLR_EXT_REJ_IND 1
+#define CONFIG_BT_CTLR_LE_PING 1
+#define CONFIG_BT_CTLR_DATA_LENGTH 1
+#define CONFIG_BT_CTLR_PHY 1
+#define CONFIG_BT_CTLR_PHY_2M 1
+#define CONFIG_BT_CTLR_CHAN_SEL_2 1
+#define CONFIG_BT_CTLR_DF_CTE_TX_SUPPORT 1
+#define CONFIG_BT_LOG 1
+#define CONFIG_BT_LOG_LEVEL_DEFAULT 1
+#define CONFIG_BT_LOG_LEVEL 3
+#define CONFIG_BT_HCI_DRIVER_LOG_LEVEL_INHERIT 1
+#define CONFIG_BT_HCI_DRIVER_LOG_LEVEL 3
+#define CONFIG_BT_RPA_LOG_LEVEL_INHERIT 1
+#define CONFIG_BT_RPA_LOG_LEVEL 3
+#define CONFIG_BT_AICS_LOG_LEVEL_INHERIT 1
+#define CONFIG_BT_AICS_LOG_LEVEL 3
+#define CONFIG_BT_AICS_CLIENT_LOG_LEVEL_INHERIT 1
+#define CONFIG_BT_AICS_CLIENT_LOG_LEVEL 3
+#define CONFIG_BT_BAP_STREAM_LOG_LEVEL_INHERIT 1
+#define CONFIG_BT_BAP_STREAM_LOG_LEVEL 3
+#define CONFIG_BT_BAP_BASE_LOG_LEVEL_INHERIT 1
+#define CONFIG_BT_BAP_BASE_LOG_LEVEL 3
+#define CONFIG_BT_AUDIO_CODEC_LOG_LEVEL_INHERIT 1
+#define CONFIG_BT_AUDIO_CODEC_LOG_LEVEL 3
+#define CONFIG_BT_ASCS_LOG_LEVEL_INHERIT 1
+#define CONFIG_BT_ASCS_LOG_LEVEL 3
+#define CONFIG_BT_BAP_UNICAST_SERVER_LOG_LEVEL_INHERIT 1
+#define CONFIG_BT_BAP_UNICAST_SERVER_LOG_LEVEL 3
+#define CONFIG_BT_BAP_UNICAST_CLIENT_LOG_LEVEL_INHERIT 1
+#define CONFIG_BT_BAP_UNICAST_CLIENT_LOG_LEVEL 3
+#define CONFIG_BT_BAP_BROADCAST_SOURCE_LOG_LEVEL_INHERIT 1
+#define CONFIG_BT_BAP_BROADCAST_SOURCE_LOG_LEVEL 3
+#define CONFIG_BT_BAP_BROADCAST_SINK_LOG_LEVEL_INHERIT 1
+#define CONFIG_BT_BAP_BROADCAST_SINK_LOG_LEVEL 3
+#define CONFIG_BT_BAP_SCAN_DELEGATOR_LOG_LEVEL_INHERIT 1
+#define CONFIG_BT_BAP_SCAN_DELEGATOR_LOG_LEVEL 3
+#define CONFIG_BT_BAP_BROADCAST_ASSISTANT_LOG_LEVEL_INHERIT 1
+#define CONFIG_BT_BAP_BROADCAST_ASSISTANT_LOG_LEVEL 3
+#define CONFIG_BT_BAP_ISO_LOG_LEVEL_INHERIT 1
+#define CONFIG_BT_BAP_ISO_LOG_LEVEL 3
+#define CONFIG_BT_CAP_ACCEPTOR_LOG_LEVEL_INHERIT 1
+#define CONFIG_BT_CAP_ACCEPTOR_LOG_LEVEL 3
+#define CONFIG_BT_CAP_INITIATOR_LOG_LEVEL_INHERIT 1
+#define CONFIG_BT_CAP_INITIATOR_LOG_LEVEL 3
+#define CONFIG_BT_CAP_COMMANDER_LOG_LEVEL_INHERIT 1
+#define CONFIG_BT_CAP_COMMANDER_LOG_LEVEL 3
+#define CONFIG_BT_CAP_COMMON_LOG_LEVEL_INHERIT 1
+#define CONFIG_BT_CAP_COMMON_LOG_LEVEL 3
+#define CONFIG_BT_CAP_STREAM_LOG_LEVEL_INHERIT 1
+#define CONFIG_BT_CAP_STREAM_LOG_LEVEL 3
+#define CONFIG_BT_CSIP_SET_MEMBER_LOG_LEVEL_INHERIT 1
+#define CONFIG_BT_CSIP_SET_MEMBER_LOG_LEVEL 3
+#define CONFIG_BT_CSIP_SET_COORDINATOR_LOG_LEVEL_INHERIT 1
+#define CONFIG_BT_CSIP_SET_COORDINATOR_LOG_LEVEL 3
+#define CONFIG_BT_CSIP_SET_MEMBER_CRYPTO_LOG_LEVEL_INHERIT 1
+#define CONFIG_BT_CSIP_SET_MEMBER_CRYPTO_LOG_LEVEL 3
+#define CONFIG_BT_HAS_LOG_LEVEL_INHERIT 1
+#define CONFIG_BT_HAS_LOG_LEVEL 3
+#define CONFIG_BT_HAS_CLIENT_LOG_LEVEL_INHERIT 1
+#define CONFIG_BT_HAS_CLIENT_LOG_LEVEL 3
+#define CONFIG_BT_MCS_LOG_LEVEL_INHERIT 1
+#define CONFIG_BT_MCS_LOG_LEVEL 3
+#define CONFIG_BT_MCC_LOG_LEVEL_INHERIT 1
+#define CONFIG_BT_MCC_LOG_LEVEL 3
+#define CONFIG_MCTL_LOG_LEVEL_INHERIT 1
+#define CONFIG_MCTL_LOG_LEVEL 3
+#define CONFIG_BT_MICP_MIC_DEV_LOG_LEVEL_INHERIT 1
+#define CONFIG_BT_MICP_MIC_DEV_LOG_LEVEL 3
+#define CONFIG_BT_MICP_MIC_CTLR_LOG_LEVEL_INHERIT 1
+#define CONFIG_BT_MICP_MIC_CTLR_LOG_LEVEL 3
+#define CONFIG_BT_MPL_LOG_LEVEL_INHERIT 1
+#define CONFIG_BT_MPL_LOG_LEVEL 3
+#define CONFIG_BT_PACS_LOG_LEVEL_INHERIT 1
+#define CONFIG_BT_PACS_LOG_LEVEL 3
+#define CONFIG_BT_TBS_LOG_LEVEL_INHERIT 1
+#define CONFIG_BT_TBS_LOG_LEVEL 3
+#define CONFIG_BT_TBS_CLIENT_LOG_LEVEL_INHERIT 1
+#define CONFIG_BT_TBS_CLIENT_LOG_LEVEL 3
+#define CONFIG_BT_VCP_VOL_REND_LOG_LEVEL_INHERIT 1
+#define CONFIG_BT_VCP_VOL_REND_LOG_LEVEL 3
+#define CONFIG_BT_VCP_VOL_CTLR_LOG_LEVEL_INHERIT 1
+#define CONFIG_BT_VCP_VOL_CTLR_LOG_LEVEL 3
+#define CONFIG_BT_VOCS_LOG_LEVEL_INHERIT 1
+#define CONFIG_BT_VOCS_LOG_LEVEL 3
+#define CONFIG_BT_VOCS_CLIENT_LOG_LEVEL_INHERIT 1
+#define CONFIG_BT_VOCS_CLIENT_LOG_LEVEL 3
+#define CONFIG_BT_PBP_LOG_LEVEL_DEFAULT 1
+#define CONFIG_BT_PBP_LOG_LEVEL 3
+#define CONFIG_BT_CRYPTO_LOG_LEVEL_INHERIT 1
+#define CONFIG_BT_CRYPTO_LOG_LEVEL 3
+#define CONFIG_BT_ATT_LOG_LEVEL_INHERIT 1
+#define CONFIG_BT_ATT_LOG_LEVEL 3
+#define CONFIG_BT_GATT_LOG_LEVEL_INHERIT 1
+#define CONFIG_BT_GATT_LOG_LEVEL 3
+#define CONFIG_BT_L2CAP_LOG_LEVEL_INHERIT 1
+#define CONFIG_BT_L2CAP_LOG_LEVEL 3
+#define CONFIG_BT_EAD_LOG_LEVEL_INHERIT 1
+#define CONFIG_BT_EAD_LOG_LEVEL 3
+#define CONFIG_BT_DF_LOG_LEVEL_INHERIT 1
+#define CONFIG_BT_DF_LOG_LEVEL 3
+#define CONFIG_BT_SETTINGS_LOG_LEVEL_INHERIT 1
+#define CONFIG_BT_SETTINGS_LOG_LEVEL 3
+#define CONFIG_BT_HCI_CORE_LOG_LEVEL_INHERIT 1
+#define CONFIG_BT_HCI_CORE_LOG_LEVEL 3
+#define CONFIG_BT_CONN_LOG_LEVEL_INHERIT 1
+#define CONFIG_BT_CONN_LOG_LEVEL 3
+#define CONFIG_BT_ISO_LOG_LEVEL_INHERIT 1
+#define CONFIG_BT_ISO_LOG_LEVEL 3
+#define CONFIG_BT_KEYS_LOG_LEVEL_INHERIT 1
+#define CONFIG_BT_KEYS_LOG_LEVEL 3
+#define CONFIG_BT_SMP_LOG_LEVEL_INHERIT 1
+#define CONFIG_BT_SMP_LOG_LEVEL 3
+#define CONFIG_BT_SERVICE_LOG_LEVEL_INHERIT 1
+#define CONFIG_BT_SERVICE_LOG_LEVEL 3
+#define CONFIG_BT_CTLR_ISOAL_LOG_LEVEL_INHERIT 1
+#define CONFIG_BT_CTLR_ISOAL_LOG_LEVEL 3
+#define CONFIG_BT_RFCOMM_LOG_LEVEL_INHERIT 1
+#define CONFIG_BT_RFCOMM_LOG_LEVEL 3
+#define CONFIG_BT_HFP_HF_LOG_LEVEL_INHERIT 1
+#define CONFIG_BT_HFP_HF_LOG_LEVEL 3
+#define CONFIG_BT_HFP_AG_LOG_LEVEL_INHERIT 1
+#define CONFIG_BT_HFP_AG_LOG_LEVEL 3
+#define CONFIG_BT_AVDTP_LOG_LEVEL_INHERIT 1
+#define CONFIG_BT_AVDTP_LOG_LEVEL 3
+#define CONFIG_BT_A2DP_LOG_LEVEL_INHERIT 1
+#define CONFIG_BT_A2DP_LOG_LEVEL 3
+#define CONFIG_BT_SDP_LOG_LEVEL_INHERIT 1
+#define CONFIG_BT_SDP_LOG_LEVEL 3
+#define CONFIG_BT_MESH_LOG_LEVEL_INHERIT 1
+#define CONFIG_BT_MESH_LOG_LEVEL 3
+#define CONFIG_BT_MESH_NET_LOG_LEVEL_INHERIT 1
+#define CONFIG_BT_MESH_NET_LOG_LEVEL 3
+#define CONFIG_BT_MESH_RPL_LOG_LEVEL_INHERIT 1
+#define CONFIG_BT_MESH_RPL_LOG_LEVEL 3
+#define CONFIG_BT_MESH_TRANS_LOG_LEVEL_INHERIT 1
+#define CONFIG_BT_MESH_TRANS_LOG_LEVEL 3
+#define CONFIG_BT_MESH_BEACON_LOG_LEVEL_INHERIT 1
+#define CONFIG_BT_MESH_BEACON_LOG_LEVEL 3
+#define CONFIG_BT_MESH_CRYPTO_LOG_LEVEL_INHERIT 1
+#define CONFIG_BT_MESH_CRYPTO_LOG_LEVEL 3
+#define CONFIG_BT_MESH_KEYS_LOG_LEVEL_INHERIT 1
+#define CONFIG_BT_MESH_KEYS_LOG_LEVEL 3
+#define CONFIG_BT_MESH_PROV_LOG_LEVEL_INHERIT 1
+#define CONFIG_BT_MESH_PROV_LOG_LEVEL 3
+#define CONFIG_BT_MESH_PROVISIONER_LOG_LEVEL_INHERIT 1
+#define CONFIG_BT_MESH_PROVISIONER_LOG_LEVEL 3
+#define CONFIG_BT_MESH_PROVISIONEE_LOG_LEVEL_INHERIT 1
+#define CONFIG_BT_MESH_PROVISIONEE_LOG_LEVEL 3
+#define CONFIG_BT_MESH_ACCESS_LOG_LEVEL_INHERIT 1
+#define CONFIG_BT_MESH_ACCESS_LOG_LEVEL 3
+#define CONFIG_BT_MESH_MODEL_LOG_LEVEL_INHERIT 1
+#define CONFIG_BT_MESH_MODEL_LOG_LEVEL 3
+#define CONFIG_BT_MESH_DFU_LOG_LEVEL_INHERIT 1
+#define CONFIG_BT_MESH_DFU_LOG_LEVEL 3
+#define CONFIG_BT_MESH_ADV_LOG_LEVEL_INHERIT 1
+#define CONFIG_BT_MESH_ADV_LOG_LEVEL 3
+#define CONFIG_BT_MESH_LOW_POWER_LOG_LEVEL_INHERIT 1
+#define CONFIG_BT_MESH_LOW_POWER_LOG_LEVEL 3
+#define CONFIG_BT_MESH_FRIEND_LOG_LEVEL_INHERIT 1
+#define CONFIG_BT_MESH_FRIEND_LOG_LEVEL 3
+#define CONFIG_BT_MESH_PROXY_LOG_LEVEL_INHERIT 1
+#define CONFIG_BT_MESH_PROXY_LOG_LEVEL 3
+#define CONFIG_BT_MESH_SETTINGS_LOG_LEVEL_INHERIT 1
+#define CONFIG_BT_MESH_SETTINGS_LOG_LEVEL 3
+#define CONFIG_BT_MESH_CDB_LOG_LEVEL_INHERIT 1
+#define CONFIG_BT_MESH_CDB_LOG_LEVEL 3
+#define CONFIG_BT_MESH_CFG_LOG_LEVEL_INHERIT 1
+#define CONFIG_BT_MESH_CFG_LOG_LEVEL 3
+#define CONFIG_BT_BAS_LOG_LEVEL_DEFAULT 1
+#define CONFIG_BT_BAS_LOG_LEVEL 3
+#define CONFIG_BT_HRS_LOG_LEVEL_DEFAULT 1
+#define CONFIG_BT_HRS_LOG_LEVEL 3
+#define CONFIG_BT_TPS_LOG_LEVEL_DEFAULT 1
+#define CONFIG_BT_TPS_LOG_LEVEL 3
+#define CONFIG_BT_IAS_CLIENT_LOG_LEVEL_INHERIT 1
+#define CONFIG_BT_IAS_CLIENT_LOG_LEVEL 3
+#define CONFIG_BT_IAS_LOG_LEVEL_DEFAULT 1
+#define CONFIG_BT_IAS_LOG_LEVEL 3
+#define CONFIG_BT_OTS_CLIENT_LOG_LEVEL_INHERIT 1
+#define CONFIG_BT_OTS_CLIENT_LOG_LEVEL 3
+#define CONFIG_BT_OTS_LOG_LEVEL_DEFAULT 1
+#define CONFIG_BT_OTS_LOG_LEVEL 3
+#define CONFIG_PRINTK 1
+#define CONFIG_EARLY_CONSOLE 1
+#define CONFIG_ASSERT_VERBOSE 1
+#define CONFIG_NVS 1
+#define CONFIG_NVS_LOG_LEVEL_DEFAULT 1
+#define CONFIG_NVS_LOG_LEVEL 3
+#define CONFIG_LLEXT_EDK_NAME "llext-edk"
+#define CONFIG_LOG_CORE_INIT_PRIORITY 0
+#define CONFIG_LOG_MODE_DEFERRED 1
+#define CONFIG_LOG_DEFAULT_LEVEL 3
+#define CONFIG_LOG_OVERRIDE_LEVEL 0
+#define CONFIG_LOG_MAX_LEVEL 4
+#define CONFIG_LOG_PRINTK 1
+#define CONFIG_LOG_MODE_OVERFLOW 1
+#define CONFIG_LOG_PROCESS_TRIGGER_THRESHOLD 10
+#define CONFIG_LOG_PROCESS_THREAD 1
+#define CONFIG_LOG_PROCESS_THREAD_STARTUP_DELAY_MS 0
+#define CONFIG_LOG_PROCESS_THREAD_SLEEP_MS 1000
+#define CONFIG_LOG_PROCESS_THREAD_STACK_SIZE 768
+#define CONFIG_LOG_TRACE_SHORT_TIMESTAMP 1
+#define CONFIG_LOG_FUNC_NAME_PREFIX_DBG 1
+#define CONFIG_LOG_BACKEND_SHOW_COLOR 1
+#define CONFIG_LOG_TAG_MAX_LEN 0
+#define CONFIG_LOG_BACKEND_FORMAT_TIMESTAMP 1
+#define CONFIG_LOG_BACKEND_UART 1
+#define CONFIG_LOG_BACKEND_UART_BUFFER_SIZE 1
+#define CONFIG_LOG_BACKEND_UART_AUTOSTART 1
+#define CONFIG_LOG_BACKEND_UART_OUTPUT_TEXT 1
+#define CONFIG_LOG_BACKEND_UART_OUTPUT_DEFAULT 0
+#define CONFIG_LOG_DOMAIN_ID 0
+#define CONFIG_LOG_USE_VLA 1
+#define CONFIG_LOG_SIMPLE_MSG_OPTIMIZE 1
+#define CONFIG_LOG_FAILURE_REPORT_PERIOD 1000
+#define CONFIG_LOG_OUTPUT 1
+#define CONFIG_LORAWAN 1
+#define CONFIG_LORAWAN_LOG_LEVEL_DEFAULT 1
+#define CONFIG_LORAWAN_LOG_LEVEL 3
+#define CONFIG_LORAWAN_SYSTEM_MAX_RX_ERROR 20
+#define CONFIG_LORAWAN_PUBLIC_NETWORK 1
+#define CONFIG_LORAMAC_REGION_EU868 1
+#define CONFIG_LORAWAN_NVM_SETTINGS 1
+#define CONFIG_NET_BUF 1
+#define CONFIG_NET_BUF_LOG_LEVEL_DEFAULT 1
+#define CONFIG_NET_BUF_LOG_LEVEL 3
+#define CONFIG_NET_BUF_ALIGNMENT 0
+#define CONFIG_TIMER_RANDOM_INITIAL_STATE 123456789
+#define CONFIG_XOSHIRO_RANDOM_GENERATOR 1
+#define CONFIG_CSPRNG_ENABLED 1
+#define CONFIG_HARDWARE_DEVICE_CS_GENERATOR 1
+#define CONFIG_SETTINGS 1
+#define CONFIG_SETTINGS_LOG_LEVEL_DEFAULT 1
+#define CONFIG_SETTINGS_LOG_LEVEL 3
+#define CONFIG_SETTINGS_DYNAMIC_HANDLERS 1
+#define CONFIG_SETTINGS_NVS 1
+#define CONFIG_SETTINGS_NVS_SECTOR_SIZE_MULT 1
+#define CONFIG_SETTINGS_NVS_SECTOR_COUNT 8
+#define CONFIG_FLASH_MAP 1
+#define CONFIG_COVERAGE_GCOV_HEAP_SIZE 16384
+#define CONFIG_TOOLCHAIN_ZEPHYR_0_16 1
+#define CONFIG_TOOLCHAIN_ZEPHYR_SUPPORTS_THREAD_LOCAL_STORAGE 1
+#define CONFIG_TOOLCHAIN_ZEPHYR_SUPPORTS_GNU_EXTENSIONS 1
+#define CONFIG_LINKER_ORPHAN_SECTION_WARN 1
+#define CONFIG_FLASH_LOAD_SIZE 0x0
+#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_USE_RELAX 1
+#define CONFIG_LINKER_ITERABLE_SUBALIGN 4
+#define CONFIG_LINKER_DEVNULL_SUPPORT 1
+#define CONFIG_STD_C99 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_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_OUTPUT_STRIP_PATHS 1
+#define CONFIG_CHECK_INIT_PRIORITIES 1
+#define CONFIG_WARN_DEPRECATED 1
+#define CONFIG_EXPERIMENTAL 1
+#define CONFIG_ENFORCE_ZEPHYR_STDINT 1
diff --git a/build/zephyr/include/generated/devicetree_generated.h b/build/zephyr/include/generated/devicetree_generated.h
new file mode 100644
index 0000000000000000000000000000000000000000..14b9eee7c6b4592e2a09def7b006122a3b004f06
--- /dev/null
+++ b/build/zephyr/include/generated/devicetree_generated.h
@@ -0,0 +1,12206 @@
+/*
+ * Generated by gen_defines.py
+ *
+ * DTS input file:
+ *   /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/zephyr.dts.pre
+ *
+ * Directories with bindings:
+ *   /opt/ncs/nrf/dts/bindings, $ZEPHYR_BASE/dts/bindings
+ *
+ * Node dependency ordering (ordinal and path):
+ *   0   /
+ *   1   /aliases
+ *   2   /chosen
+ *   3   /connector
+ *   4   /entropy_bt_hci
+ *   5   /soc
+ *   6   /soc/interrupt-controller@e000e100
+ *   7   /soc/gpiote@40006000
+ *   8   /soc/gpio@50000000
+ *   9   /soc/gpio@50000300
+ *   10  /soc/pwm@4001c000
+ *   11  /soc/timer@4001b000
+ *   12  /led_matrix
+ *   13  /soc/timer@40009000
+ *   14  /sw-pwm
+ *   15  /cpus
+ *   16  /cpus/cpu@0
+ *   17  /cpus/cpu@0/itm@e0000000
+ *   18  /gpio_keys
+ *   19  /gpio_keys/button_0
+ *   20  /gpio_keys/button_1
+ *   21  /pin-controller
+ *   22  /pin-controller/i2c0_default
+ *   23  /pin-controller/i2c0_default/group1
+ *   24  /pin-controller/i2c0_sleep
+ *   25  /pin-controller/i2c0_sleep/group1
+ *   26  /pin-controller/pwm1_default
+ *   27  /pin-controller/pwm1_default/group1
+ *   28  /pin-controller/pwm1_sleep
+ *   29  /pin-controller/pwm1_sleep/group1
+ *   30  /pin-controller/spi1_default_alt
+ *   31  /pin-controller/spi1_default_alt/group1
+ *   32  /pin-controller/spi1_sleep_alt
+ *   33  /pin-controller/spi1_sleep_alt/group1
+ *   34  /pin-controller/uart0_default
+ *   35  /pin-controller/uart0_default/group1
+ *   36  /pin-controller/uart0_sleep
+ *   37  /pin-controller/uart0_sleep/group1
+ *   38  /soc/acl@4001e000
+ *   39  /soc/ccm@4000f000
+ *   40  /soc/clock@40000000
+ *   41  /soc/comparator@40013000
+ *   42  /soc/ecb@4000e000
+ *   43  /soc/egu@40014000
+ *   44  /soc/egu@40015000
+ *   45  /soc/egu@40016000
+ *   46  /soc/egu@40017000
+ *   47  /soc/egu@40018000
+ *   48  /soc/egu@40019000
+ *   49  /soc/ficr@10000000
+ *   50  /soc/i2c@40004000
+ *   51  /soc/i2s@40025000
+ *   52  /soc/memory@20000000
+ *   53  /soc/mwu@40020000
+ *   54  /soc/nfct@40005000
+ *   55  /soc/pdm@4001d000
+ *   56  /soc/ppi@4001f000
+ *   57  /soc/pwm@40021000
+ *   58  /soc/pwm@40022000
+ *   59  /soc/pwm@4002d000
+ *   60  /soc/qdec@40012000
+ *   61  /soc/random@4000d000
+ *   62  /soc/rtc@4000b000
+ *   63  /soc/rtc@40011000
+ *   64  /soc/rtc@40024000
+ *   65  /soc/spi@40003000
+ *   66  /soc/spi@40023000
+ *   67  /soc/spi@4002f000
+ *   68  /soc/temp@4000c000
+ *   69  /soc/timer@40008000
+ *   70  /soc/timer@4000a000
+ *   71  /soc/timer@4001a000
+ *   72  /soc/timer@e000e010
+ *   73  /soc/uart@40002000
+ *   74  /soc/uart@40028000
+ *   75  /soc/uicr@10001000
+ *   76  /soc/usbd@40027000
+ *   77  /soc/watchdog@40010000
+ *   78  /soc/adc@40007000
+ *   79  /soc/adc@40007000/channel@0
+ *   80  /soc/flash-controller@4001e000
+ *   81  /soc/flash-controller@4001e000/flash@0
+ *   82  /soc/flash-controller@4001e000/flash@0/partitions
+ *   83  /soc/flash-controller@4001e000/flash@0/partitions/partition@0
+ *   84  /soc/flash-controller@4001e000/flash@0/partitions/partition@c000
+ *   85  /soc/flash-controller@4001e000/flash@0/partitions/partition@3e000
+ *   86  /soc/flash-controller@4001e000/flash@0/partitions/partition@70000
+ *   87  /soc/flash-controller@4001e000/flash@0/partitions/partition@7a000
+ *   88  /soc/i2c@40003000
+ *   89  /soc/i2c@40003000/lsm303agr-accel@19
+ *   90  /soc/i2c@40003000/lsm303agr-magn@1e
+ *   91  /soc/power@40000000
+ *   92  /soc/power@40000000/gpregret1@4000051c
+ *   93  /soc/power@40000000/gpregret2@40000520
+ *   94  /soc/radio@40001000
+ *   95  /soc/radio@40001000/ieee802154
+ *   96  /soc/spi@40004000
+ *   97  /soc/spi@40004000/bme280@1
+ *   98  /soc/spi@40004000/lora_radio@0
+ *
+ * Definitions derived from these nodes in dependency order are next,
+ * followed by /chosen nodes.
+ */
+
+/* Used to remove brackets from around a single argument */
+#define DT_DEBRACKET_INTERNAL(...) __VA_ARGS__
+
+/*
+ * Devicetree node: /
+ *
+ * Node identifier: DT_N
+ */
+
+/* Node's full path: */
+#define DT_N_PATH "/"
+
+/* Node's name with unit-address: */
+#define DT_N_FULL_NAME "/"
+
+/* Helper macros for child nodes of this node. */
+#define DT_N_CHILD_NUM 10
+#define DT_N_CHILD_NUM_STATUS_OKAY 9
+#define DT_N_FOREACH_CHILD(fn) fn(DT_N_S_chosen) fn(DT_N_S_aliases) fn(DT_N_S_soc) fn(DT_N_S_pin_controller) fn(DT_N_S_entropy_bt_hci) fn(DT_N_S_sw_pwm) fn(DT_N_S_cpus) fn(DT_N_S_gpio_keys) fn(DT_N_S_led_matrix) fn(DT_N_S_connector)
+#define DT_N_FOREACH_CHILD_SEP(fn, sep) fn(DT_N_S_chosen) DT_DEBRACKET_INTERNAL sep fn(DT_N_S_aliases) DT_DEBRACKET_INTERNAL sep fn(DT_N_S_soc) DT_DEBRACKET_INTERNAL sep fn(DT_N_S_pin_controller) DT_DEBRACKET_INTERNAL sep fn(DT_N_S_entropy_bt_hci) DT_DEBRACKET_INTERNAL sep fn(DT_N_S_sw_pwm) DT_DEBRACKET_INTERNAL sep fn(DT_N_S_cpus) DT_DEBRACKET_INTERNAL sep fn(DT_N_S_gpio_keys) DT_DEBRACKET_INTERNAL sep fn(DT_N_S_led_matrix) DT_DEBRACKET_INTERNAL sep fn(DT_N_S_connector)
+#define DT_N_FOREACH_CHILD_VARGS(fn, ...) fn(DT_N_S_chosen, __VA_ARGS__) fn(DT_N_S_aliases, __VA_ARGS__) fn(DT_N_S_soc, __VA_ARGS__) fn(DT_N_S_pin_controller, __VA_ARGS__) fn(DT_N_S_entropy_bt_hci, __VA_ARGS__) fn(DT_N_S_sw_pwm, __VA_ARGS__) fn(DT_N_S_cpus, __VA_ARGS__) fn(DT_N_S_gpio_keys, __VA_ARGS__) fn(DT_N_S_led_matrix, __VA_ARGS__) fn(DT_N_S_connector, __VA_ARGS__)
+#define DT_N_FOREACH_CHILD_SEP_VARGS(fn, sep, ...) fn(DT_N_S_chosen, __VA_ARGS__) DT_DEBRACKET_INTERNAL sep fn(DT_N_S_aliases, __VA_ARGS__) DT_DEBRACKET_INTERNAL sep fn(DT_N_S_soc, __VA_ARGS__) DT_DEBRACKET_INTERNAL sep fn(DT_N_S_pin_controller, __VA_ARGS__) DT_DEBRACKET_INTERNAL sep fn(DT_N_S_entropy_bt_hci, __VA_ARGS__) DT_DEBRACKET_INTERNAL sep fn(DT_N_S_sw_pwm, __VA_ARGS__) DT_DEBRACKET_INTERNAL sep fn(DT_N_S_cpus, __VA_ARGS__) DT_DEBRACKET_INTERNAL sep fn(DT_N_S_gpio_keys, __VA_ARGS__) DT_DEBRACKET_INTERNAL sep fn(DT_N_S_led_matrix, __VA_ARGS__) DT_DEBRACKET_INTERNAL sep fn(DT_N_S_connector, __VA_ARGS__)
+#define DT_N_FOREACH_CHILD_STATUS_OKAY(fn) fn(DT_N_S_chosen) fn(DT_N_S_aliases) fn(DT_N_S_soc) fn(DT_N_S_pin_controller) fn(DT_N_S_entropy_bt_hci) fn(DT_N_S_cpus) fn(DT_N_S_gpio_keys) fn(DT_N_S_led_matrix) fn(DT_N_S_connector)
+#define DT_N_FOREACH_CHILD_STATUS_OKAY_SEP(fn, sep) fn(DT_N_S_chosen) DT_DEBRACKET_INTERNAL sep fn(DT_N_S_aliases) DT_DEBRACKET_INTERNAL sep fn(DT_N_S_soc) DT_DEBRACKET_INTERNAL sep fn(DT_N_S_pin_controller) DT_DEBRACKET_INTERNAL sep fn(DT_N_S_entropy_bt_hci) DT_DEBRACKET_INTERNAL sep fn(DT_N_S_cpus) DT_DEBRACKET_INTERNAL sep fn(DT_N_S_gpio_keys) DT_DEBRACKET_INTERNAL sep fn(DT_N_S_led_matrix) DT_DEBRACKET_INTERNAL sep fn(DT_N_S_connector)
+#define DT_N_FOREACH_CHILD_STATUS_OKAY_VARGS(fn, ...) fn(DT_N_S_chosen, __VA_ARGS__) fn(DT_N_S_aliases, __VA_ARGS__) fn(DT_N_S_soc, __VA_ARGS__) fn(DT_N_S_pin_controller, __VA_ARGS__) fn(DT_N_S_entropy_bt_hci, __VA_ARGS__) fn(DT_N_S_cpus, __VA_ARGS__) fn(DT_N_S_gpio_keys, __VA_ARGS__) fn(DT_N_S_led_matrix, __VA_ARGS__) fn(DT_N_S_connector, __VA_ARGS__)
+#define DT_N_FOREACH_CHILD_STATUS_OKAY_SEP_VARGS(fn, sep, ...) fn(DT_N_S_chosen, __VA_ARGS__) DT_DEBRACKET_INTERNAL sep fn(DT_N_S_aliases, __VA_ARGS__) DT_DEBRACKET_INTERNAL sep fn(DT_N_S_soc, __VA_ARGS__) DT_DEBRACKET_INTERNAL sep fn(DT_N_S_pin_controller, __VA_ARGS__) DT_DEBRACKET_INTERNAL sep fn(DT_N_S_entropy_bt_hci, __VA_ARGS__) DT_DEBRACKET_INTERNAL sep fn(DT_N_S_cpus, __VA_ARGS__) DT_DEBRACKET_INTERNAL sep fn(DT_N_S_gpio_keys, __VA_ARGS__) DT_DEBRACKET_INTERNAL sep fn(DT_N_S_led_matrix, __VA_ARGS__) DT_DEBRACKET_INTERNAL sep fn(DT_N_S_connector, __VA_ARGS__)
+
+/* Node's dependency ordinal: */
+#define DT_N_ORD 0
+#define DT_N_ORD_STR_SORTABLE 00000
+
+/* Ordinals for what this node depends on directly: */
+#define DT_N_REQUIRES_ORDS /* nothing */
+
+/* Ordinals for what depends directly on this node: */
+#define DT_N_SUPPORTS_ORDS \
+	1, /* /aliases */ \
+	2, /* /chosen */ \
+	3, /* /connector */ \
+	4, /* /entropy_bt_hci */ \
+	5, /* /soc */ \
+	12, /* /led_matrix */ \
+	14, /* /sw-pwm */ \
+	15, /* /cpus */ \
+	18, /* /gpio_keys */ \
+	21, /* /pin-controller */
+
+/* Existence and alternate IDs: */
+#define DT_N_EXISTS 1
+#define DT_N_INST_0_bbc_microbit_v2 DT_N
+
+/* Macros for properties that are special in the specification: */
+#define DT_N_REG_NUM 0
+#define DT_N_RANGES_NUM 0
+#define DT_N_FOREACH_RANGE(fn) 
+#define DT_N_IRQ_NUM 0
+#define DT_N_IRQ_LEVEL 0
+#define DT_N_COMPAT_MATCHES_bbc_microbit_v2 1
+#define DT_N_COMPAT_VENDOR_IDX_0_EXISTS 1
+#define DT_N_COMPAT_VENDOR_IDX_0 "BBC"
+#define DT_N_COMPAT_MODEL_IDX_0_EXISTS 1
+#define DT_N_COMPAT_MODEL_IDX_0 "microbit-v2"
+#define DT_N_STATUS_okay 1
+
+/* Pin control (pinctrl-<i>, pinctrl-names) properties: */
+#define DT_N_PINCTRL_NUM 0
+
+/* Generic property macros: */
+#define DT_N_P_compatible {"bbc,microbit-v2"}
+#define DT_N_P_compatible_IDX_0 "bbc,microbit-v2"
+#define DT_N_P_compatible_IDX_0_STRING_UNQUOTED bbc,microbit-v2
+#define DT_N_P_compatible_IDX_0_STRING_TOKEN bbc_microbit_v2
+#define DT_N_P_compatible_IDX_0_STRING_UPPER_TOKEN BBC_MICROBIT_V2
+#define DT_N_P_compatible_IDX_0_EXISTS 1
+#define DT_N_P_compatible_FOREACH_PROP_ELEM(fn) fn(DT_N, compatible, 0)
+#define DT_N_P_compatible_FOREACH_PROP_ELEM_SEP(fn, sep) fn(DT_N, compatible, 0)
+#define DT_N_P_compatible_FOREACH_PROP_ELEM_VARGS(fn, ...) fn(DT_N, compatible, 0, __VA_ARGS__)
+#define DT_N_P_compatible_FOREACH_PROP_ELEM_SEP_VARGS(fn, sep, ...) fn(DT_N, compatible, 0, __VA_ARGS__)
+#define DT_N_P_compatible_LEN 1
+#define DT_N_P_compatible_EXISTS 1
+
+/*
+ * Devicetree node: /aliases
+ *
+ * Node identifier: DT_N_S_aliases
+ */
+
+/* Node's full path: */
+#define DT_N_S_aliases_PATH "/aliases"
+
+/* Node's name with unit-address: */
+#define DT_N_S_aliases_FULL_NAME "aliases"
+
+/* Node parent (/) identifier: */
+#define DT_N_S_aliases_PARENT DT_N
+
+/* Node's index in its parent's list of children: */
+#define DT_N_S_aliases_CHILD_IDX 1
+
+/* Helper macros for child nodes of this node. */
+#define DT_N_S_aliases_CHILD_NUM 0
+#define DT_N_S_aliases_CHILD_NUM_STATUS_OKAY 0
+#define DT_N_S_aliases_FOREACH_CHILD(fn) 
+#define DT_N_S_aliases_FOREACH_CHILD_SEP(fn, sep) 
+#define DT_N_S_aliases_FOREACH_CHILD_VARGS(fn, ...) 
+#define DT_N_S_aliases_FOREACH_CHILD_SEP_VARGS(fn, sep, ...) 
+#define DT_N_S_aliases_FOREACH_CHILD_STATUS_OKAY(fn) 
+#define DT_N_S_aliases_FOREACH_CHILD_STATUS_OKAY_SEP(fn, sep) 
+#define DT_N_S_aliases_FOREACH_CHILD_STATUS_OKAY_VARGS(fn, ...) 
+#define DT_N_S_aliases_FOREACH_CHILD_STATUS_OKAY_SEP_VARGS(fn, sep, ...) 
+
+/* Node's dependency ordinal: */
+#define DT_N_S_aliases_ORD 1
+#define DT_N_S_aliases_ORD_STR_SORTABLE 00001
+
+/* Ordinals for what this node depends on directly: */
+#define DT_N_S_aliases_REQUIRES_ORDS \
+	0, /* / */
+
+/* Ordinals for what depends directly on this node: */
+#define DT_N_S_aliases_SUPPORTS_ORDS /* nothing */
+
+/* Existence and alternate IDs: */
+#define DT_N_S_aliases_EXISTS 1
+
+/* Macros for properties that are special in the specification: */
+#define DT_N_S_aliases_REG_NUM 0
+#define DT_N_S_aliases_RANGES_NUM 0
+#define DT_N_S_aliases_FOREACH_RANGE(fn) 
+#define DT_N_S_aliases_IRQ_NUM 0
+#define DT_N_S_aliases_IRQ_LEVEL 0
+#define DT_N_S_aliases_STATUS_okay 1
+
+/* Pin control (pinctrl-<i>, pinctrl-names) properties: */
+#define DT_N_S_aliases_PINCTRL_NUM 0
+
+/* (No generic property macros) */
+
+/*
+ * Devicetree node: /chosen
+ *
+ * Node identifier: DT_N_S_chosen
+ */
+
+/* Node's full path: */
+#define DT_N_S_chosen_PATH "/chosen"
+
+/* Node's name with unit-address: */
+#define DT_N_S_chosen_FULL_NAME "chosen"
+
+/* Node parent (/) identifier: */
+#define DT_N_S_chosen_PARENT DT_N
+
+/* Node's index in its parent's list of children: */
+#define DT_N_S_chosen_CHILD_IDX 0
+
+/* Helper macros for child nodes of this node. */
+#define DT_N_S_chosen_CHILD_NUM 0
+#define DT_N_S_chosen_CHILD_NUM_STATUS_OKAY 0
+#define DT_N_S_chosen_FOREACH_CHILD(fn) 
+#define DT_N_S_chosen_FOREACH_CHILD_SEP(fn, sep) 
+#define DT_N_S_chosen_FOREACH_CHILD_VARGS(fn, ...) 
+#define DT_N_S_chosen_FOREACH_CHILD_SEP_VARGS(fn, sep, ...) 
+#define DT_N_S_chosen_FOREACH_CHILD_STATUS_OKAY(fn) 
+#define DT_N_S_chosen_FOREACH_CHILD_STATUS_OKAY_SEP(fn, sep) 
+#define DT_N_S_chosen_FOREACH_CHILD_STATUS_OKAY_VARGS(fn, ...) 
+#define DT_N_S_chosen_FOREACH_CHILD_STATUS_OKAY_SEP_VARGS(fn, sep, ...) 
+
+/* Node's dependency ordinal: */
+#define DT_N_S_chosen_ORD 2
+#define DT_N_S_chosen_ORD_STR_SORTABLE 00002
+
+/* Ordinals for what this node depends on directly: */
+#define DT_N_S_chosen_REQUIRES_ORDS \
+	0, /* / */
+
+/* Ordinals for what depends directly on this node: */
+#define DT_N_S_chosen_SUPPORTS_ORDS /* nothing */
+
+/* Existence and alternate IDs: */
+#define DT_N_S_chosen_EXISTS 1
+
+/* Macros for properties that are special in the specification: */
+#define DT_N_S_chosen_REG_NUM 0
+#define DT_N_S_chosen_RANGES_NUM 0
+#define DT_N_S_chosen_FOREACH_RANGE(fn) 
+#define DT_N_S_chosen_IRQ_NUM 0
+#define DT_N_S_chosen_IRQ_LEVEL 0
+#define DT_N_S_chosen_STATUS_okay 1
+
+/* Pin control (pinctrl-<i>, pinctrl-names) properties: */
+#define DT_N_S_chosen_PINCTRL_NUM 0
+
+/* (No generic property macros) */
+
+/*
+ * Devicetree node: /connector
+ *
+ * Node identifier: DT_N_S_connector
+ *
+ * Binding (compatible = microbit,edge-connector):
+ *   $ZEPHYR_BASE/dts/bindings/gpio/microbit,edge-connector.yaml
+ *
+ * (Descriptions have moved to the Devicetree Bindings Index
+ * in the documentation.)
+ */
+
+/* Node's full path: */
+#define DT_N_S_connector_PATH "/connector"
+
+/* Node's name with unit-address: */
+#define DT_N_S_connector_FULL_NAME "connector"
+
+/* Node parent (/) identifier: */
+#define DT_N_S_connector_PARENT DT_N
+
+/* Node's index in its parent's list of children: */
+#define DT_N_S_connector_CHILD_IDX 9
+
+/* Helper macros for child nodes of this node. */
+#define DT_N_S_connector_CHILD_NUM 0
+#define DT_N_S_connector_CHILD_NUM_STATUS_OKAY 0
+#define DT_N_S_connector_FOREACH_CHILD(fn) 
+#define DT_N_S_connector_FOREACH_CHILD_SEP(fn, sep) 
+#define DT_N_S_connector_FOREACH_CHILD_VARGS(fn, ...) 
+#define DT_N_S_connector_FOREACH_CHILD_SEP_VARGS(fn, sep, ...) 
+#define DT_N_S_connector_FOREACH_CHILD_STATUS_OKAY(fn) 
+#define DT_N_S_connector_FOREACH_CHILD_STATUS_OKAY_SEP(fn, sep) 
+#define DT_N_S_connector_FOREACH_CHILD_STATUS_OKAY_VARGS(fn, ...) 
+#define DT_N_S_connector_FOREACH_CHILD_STATUS_OKAY_SEP_VARGS(fn, sep, ...) 
+
+/* Node's dependency ordinal: */
+#define DT_N_S_connector_ORD 3
+#define DT_N_S_connector_ORD_STR_SORTABLE 00003
+
+/* Ordinals for what this node depends on directly: */
+#define DT_N_S_connector_REQUIRES_ORDS \
+	0, /* / */
+
+/* Ordinals for what depends directly on this node: */
+#define DT_N_S_connector_SUPPORTS_ORDS /* nothing */
+
+/* Existence and alternate IDs: */
+#define DT_N_S_connector_EXISTS 1
+#define DT_N_INST_0_microbit_edge_connector DT_N_S_connector
+#define DT_N_NODELABEL_edge_connector       DT_N_S_connector
+
+/* Macros for properties that are special in the specification: */
+#define DT_N_S_connector_REG_NUM 0
+#define DT_N_S_connector_RANGES_NUM 0
+#define DT_N_S_connector_FOREACH_RANGE(fn) 
+#define DT_N_S_connector_IRQ_NUM 0
+#define DT_N_S_connector_IRQ_LEVEL 0
+#define DT_N_S_connector_COMPAT_MATCHES_microbit_edge_connector 1
+#define DT_N_S_connector_COMPAT_VENDOR_IDX_0_EXISTS 1
+#define DT_N_S_connector_COMPAT_VENDOR_IDX_0 "Micro:bit Educational Foundation"
+#define DT_N_S_connector_COMPAT_MODEL_IDX_0_EXISTS 1
+#define DT_N_S_connector_COMPAT_MODEL_IDX_0 "edge-connector"
+#define DT_N_S_connector_STATUS_okay 1
+
+/* Pin control (pinctrl-<i>, pinctrl-names) properties: */
+#define DT_N_S_connector_PINCTRL_NUM 0
+
+/* Generic property macros: */
+#define DT_N_S_connector_P_wakeup_source 0
+#define DT_N_S_connector_P_wakeup_source_EXISTS 1
+#define DT_N_S_connector_P_zephyr_pm_device_runtime_auto 0
+#define DT_N_S_connector_P_zephyr_pm_device_runtime_auto_EXISTS 1
+#define DT_N_S_connector_P_compatible {"microbit,edge-connector"}
+#define DT_N_S_connector_P_compatible_IDX_0 "microbit,edge-connector"
+#define DT_N_S_connector_P_compatible_IDX_0_STRING_UNQUOTED microbit,edge-connector
+#define DT_N_S_connector_P_compatible_IDX_0_STRING_TOKEN microbit_edge_connector
+#define DT_N_S_connector_P_compatible_IDX_0_STRING_UPPER_TOKEN MICROBIT_EDGE_CONNECTOR
+#define DT_N_S_connector_P_compatible_IDX_0_EXISTS 1
+#define DT_N_S_connector_P_compatible_FOREACH_PROP_ELEM(fn) fn(DT_N_S_connector, compatible, 0)
+#define DT_N_S_connector_P_compatible_FOREACH_PROP_ELEM_SEP(fn, sep) fn(DT_N_S_connector, compatible, 0)
+#define DT_N_S_connector_P_compatible_FOREACH_PROP_ELEM_VARGS(fn, ...) fn(DT_N_S_connector, compatible, 0, __VA_ARGS__)
+#define DT_N_S_connector_P_compatible_FOREACH_PROP_ELEM_SEP_VARGS(fn, sep, ...) fn(DT_N_S_connector, compatible, 0, __VA_ARGS__)
+#define DT_N_S_connector_P_compatible_LEN 1
+#define DT_N_S_connector_P_compatible_EXISTS 1
+#define DT_N_S_connector_P_zephyr_deferred_init 0
+#define DT_N_S_connector_P_zephyr_deferred_init_EXISTS 1
+
+/*
+ * Devicetree node: /entropy_bt_hci
+ *
+ * Node identifier: DT_N_S_entropy_bt_hci
+ *
+ * Binding (compatible = zephyr,bt-hci-entropy):
+ *   $ZEPHYR_BASE/dts/bindings/bluetooth/zephyr,bt-hci-entropy.yaml
+ *
+ * (Descriptions have moved to the Devicetree Bindings Index
+ * in the documentation.)
+ */
+
+/* Node's full path: */
+#define DT_N_S_entropy_bt_hci_PATH "/entropy_bt_hci"
+
+/* Node's name with unit-address: */
+#define DT_N_S_entropy_bt_hci_FULL_NAME "entropy_bt_hci"
+
+/* Node parent (/) identifier: */
+#define DT_N_S_entropy_bt_hci_PARENT DT_N
+
+/* Node's index in its parent's list of children: */
+#define DT_N_S_entropy_bt_hci_CHILD_IDX 4
+
+/* Helper macros for child nodes of this node. */
+#define DT_N_S_entropy_bt_hci_CHILD_NUM 0
+#define DT_N_S_entropy_bt_hci_CHILD_NUM_STATUS_OKAY 0
+#define DT_N_S_entropy_bt_hci_FOREACH_CHILD(fn) 
+#define DT_N_S_entropy_bt_hci_FOREACH_CHILD_SEP(fn, sep) 
+#define DT_N_S_entropy_bt_hci_FOREACH_CHILD_VARGS(fn, ...) 
+#define DT_N_S_entropy_bt_hci_FOREACH_CHILD_SEP_VARGS(fn, sep, ...) 
+#define DT_N_S_entropy_bt_hci_FOREACH_CHILD_STATUS_OKAY(fn) 
+#define DT_N_S_entropy_bt_hci_FOREACH_CHILD_STATUS_OKAY_SEP(fn, sep) 
+#define DT_N_S_entropy_bt_hci_FOREACH_CHILD_STATUS_OKAY_VARGS(fn, ...) 
+#define DT_N_S_entropy_bt_hci_FOREACH_CHILD_STATUS_OKAY_SEP_VARGS(fn, sep, ...) 
+
+/* Node's dependency ordinal: */
+#define DT_N_S_entropy_bt_hci_ORD 4
+#define DT_N_S_entropy_bt_hci_ORD_STR_SORTABLE 00004
+
+/* Ordinals for what this node depends on directly: */
+#define DT_N_S_entropy_bt_hci_REQUIRES_ORDS \
+	0, /* / */
+
+/* Ordinals for what depends directly on this node: */
+#define DT_N_S_entropy_bt_hci_SUPPORTS_ORDS /* nothing */
+
+/* Existence and alternate IDs: */
+#define DT_N_S_entropy_bt_hci_EXISTS 1
+#define DT_N_INST_0_zephyr_bt_hci_entropy DT_N_S_entropy_bt_hci
+#define DT_N_NODELABEL_rng_hci            DT_N_S_entropy_bt_hci
+
+/* Macros for properties that are special in the specification: */
+#define DT_N_S_entropy_bt_hci_REG_NUM 0
+#define DT_N_S_entropy_bt_hci_RANGES_NUM 0
+#define DT_N_S_entropy_bt_hci_FOREACH_RANGE(fn) 
+#define DT_N_S_entropy_bt_hci_IRQ_NUM 0
+#define DT_N_S_entropy_bt_hci_IRQ_LEVEL 0
+#define DT_N_S_entropy_bt_hci_COMPAT_MATCHES_zephyr_bt_hci_entropy 1
+#define DT_N_S_entropy_bt_hci_COMPAT_VENDOR_IDX_0_EXISTS 1
+#define DT_N_S_entropy_bt_hci_COMPAT_VENDOR_IDX_0 "Zephyr-specific binding"
+#define DT_N_S_entropy_bt_hci_COMPAT_MODEL_IDX_0_EXISTS 1
+#define DT_N_S_entropy_bt_hci_COMPAT_MODEL_IDX_0 "bt-hci-entropy"
+#define DT_N_S_entropy_bt_hci_STATUS_okay 1
+
+/* Pin control (pinctrl-<i>, pinctrl-names) properties: */
+#define DT_N_S_entropy_bt_hci_PINCTRL_NUM 0
+
+/* Generic property macros: */
+#define DT_N_S_entropy_bt_hci_P_wakeup_source 0
+#define DT_N_S_entropy_bt_hci_P_wakeup_source_EXISTS 1
+#define DT_N_S_entropy_bt_hci_P_zephyr_pm_device_runtime_auto 0
+#define DT_N_S_entropy_bt_hci_P_zephyr_pm_device_runtime_auto_EXISTS 1
+#define DT_N_S_entropy_bt_hci_P_status "okay"
+#define DT_N_S_entropy_bt_hci_P_status_STRING_UNQUOTED okay
+#define DT_N_S_entropy_bt_hci_P_status_STRING_TOKEN okay
+#define DT_N_S_entropy_bt_hci_P_status_STRING_UPPER_TOKEN OKAY
+#define DT_N_S_entropy_bt_hci_P_status_IDX_0 "okay"
+#define DT_N_S_entropy_bt_hci_P_status_IDX_0_EXISTS 1
+#define DT_N_S_entropy_bt_hci_P_status_ENUM_IDX 1
+#define DT_N_S_entropy_bt_hci_P_status_ENUM_VAL_okay_EXISTS 1
+#define DT_N_S_entropy_bt_hci_P_status_ENUM_TOKEN okay
+#define DT_N_S_entropy_bt_hci_P_status_ENUM_UPPER_TOKEN OKAY
+#define DT_N_S_entropy_bt_hci_P_status_FOREACH_PROP_ELEM(fn) fn(DT_N_S_entropy_bt_hci, status, 0)
+#define DT_N_S_entropy_bt_hci_P_status_FOREACH_PROP_ELEM_SEP(fn, sep) fn(DT_N_S_entropy_bt_hci, status, 0)
+#define DT_N_S_entropy_bt_hci_P_status_FOREACH_PROP_ELEM_VARGS(fn, ...) fn(DT_N_S_entropy_bt_hci, status, 0, __VA_ARGS__)
+#define DT_N_S_entropy_bt_hci_P_status_FOREACH_PROP_ELEM_SEP_VARGS(fn, sep, ...) fn(DT_N_S_entropy_bt_hci, status, 0, __VA_ARGS__)
+#define DT_N_S_entropy_bt_hci_P_status_LEN 1
+#define DT_N_S_entropy_bt_hci_P_status_EXISTS 1
+#define DT_N_S_entropy_bt_hci_P_compatible {"zephyr,bt-hci-entropy"}
+#define DT_N_S_entropy_bt_hci_P_compatible_IDX_0 "zephyr,bt-hci-entropy"
+#define DT_N_S_entropy_bt_hci_P_compatible_IDX_0_STRING_UNQUOTED zephyr,bt-hci-entropy
+#define DT_N_S_entropy_bt_hci_P_compatible_IDX_0_STRING_TOKEN zephyr_bt_hci_entropy
+#define DT_N_S_entropy_bt_hci_P_compatible_IDX_0_STRING_UPPER_TOKEN ZEPHYR_BT_HCI_ENTROPY
+#define DT_N_S_entropy_bt_hci_P_compatible_IDX_0_EXISTS 1
+#define DT_N_S_entropy_bt_hci_P_compatible_FOREACH_PROP_ELEM(fn) fn(DT_N_S_entropy_bt_hci, compatible, 0)
+#define DT_N_S_entropy_bt_hci_P_compatible_FOREACH_PROP_ELEM_SEP(fn, sep) fn(DT_N_S_entropy_bt_hci, compatible, 0)
+#define DT_N_S_entropy_bt_hci_P_compatible_FOREACH_PROP_ELEM_VARGS(fn, ...) fn(DT_N_S_entropy_bt_hci, compatible, 0, __VA_ARGS__)
+#define DT_N_S_entropy_bt_hci_P_compatible_FOREACH_PROP_ELEM_SEP_VARGS(fn, sep, ...) fn(DT_N_S_entropy_bt_hci, compatible, 0, __VA_ARGS__)
+#define DT_N_S_entropy_bt_hci_P_compatible_LEN 1
+#define DT_N_S_entropy_bt_hci_P_compatible_EXISTS 1
+#define DT_N_S_entropy_bt_hci_P_zephyr_deferred_init 0
+#define DT_N_S_entropy_bt_hci_P_zephyr_deferred_init_EXISTS 1
+
+/*
+ * Devicetree node: /soc
+ *
+ * Node identifier: DT_N_S_soc
+ */
+
+/* Node's full path: */
+#define DT_N_S_soc_PATH "/soc"
+
+/* Node's name with unit-address: */
+#define DT_N_S_soc_FULL_NAME "soc"
+
+/* Node parent (/) identifier: */
+#define DT_N_S_soc_PARENT DT_N
+
+/* Node's index in its parent's list of children: */
+#define DT_N_S_soc_CHILD_IDX 2
+
+/* Helper macros for child nodes of this node. */
+#define DT_N_S_soc_CHILD_NUM 53
+#define DT_N_S_soc_CHILD_NUM_STATUS_OKAY 31
+#define DT_N_S_soc_FOREACH_CHILD(fn) fn(DT_N_S_soc_S_interrupt_controller_e000e100) fn(DT_N_S_soc_S_timer_e000e010) fn(DT_N_S_soc_S_ficr_10000000) fn(DT_N_S_soc_S_uicr_10001000) fn(DT_N_S_soc_S_memory_20000000) fn(DT_N_S_soc_S_clock_40000000) fn(DT_N_S_soc_S_power_40000000) fn(DT_N_S_soc_S_radio_40001000) fn(DT_N_S_soc_S_uart_40002000) fn(DT_N_S_soc_S_i2c_40003000) fn(DT_N_S_soc_S_spi_40003000) fn(DT_N_S_soc_S_i2c_40004000) fn(DT_N_S_soc_S_spi_40004000) fn(DT_N_S_soc_S_nfct_40005000) fn(DT_N_S_soc_S_gpiote_40006000) fn(DT_N_S_soc_S_adc_40007000) fn(DT_N_S_soc_S_timer_40008000) fn(DT_N_S_soc_S_timer_40009000) fn(DT_N_S_soc_S_timer_4000a000) fn(DT_N_S_soc_S_rtc_4000b000) fn(DT_N_S_soc_S_temp_4000c000) fn(DT_N_S_soc_S_random_4000d000) fn(DT_N_S_soc_S_ecb_4000e000) fn(DT_N_S_soc_S_ccm_4000f000) fn(DT_N_S_soc_S_watchdog_40010000) fn(DT_N_S_soc_S_rtc_40011000) fn(DT_N_S_soc_S_qdec_40012000) fn(DT_N_S_soc_S_comparator_40013000) fn(DT_N_S_soc_S_egu_40014000) fn(DT_N_S_soc_S_egu_40015000) fn(DT_N_S_soc_S_egu_40016000) fn(DT_N_S_soc_S_egu_40017000) fn(DT_N_S_soc_S_egu_40018000) fn(DT_N_S_soc_S_egu_40019000) fn(DT_N_S_soc_S_timer_4001a000) fn(DT_N_S_soc_S_timer_4001b000) fn(DT_N_S_soc_S_pwm_4001c000) fn(DT_N_S_soc_S_pdm_4001d000) fn(DT_N_S_soc_S_acl_4001e000) fn(DT_N_S_soc_S_flash_controller_4001e000) fn(DT_N_S_soc_S_ppi_4001f000) fn(DT_N_S_soc_S_mwu_40020000) fn(DT_N_S_soc_S_pwm_40021000) fn(DT_N_S_soc_S_pwm_40022000) fn(DT_N_S_soc_S_spi_40023000) fn(DT_N_S_soc_S_rtc_40024000) fn(DT_N_S_soc_S_i2s_40025000) fn(DT_N_S_soc_S_usbd_40027000) fn(DT_N_S_soc_S_uart_40028000) fn(DT_N_S_soc_S_pwm_4002d000) fn(DT_N_S_soc_S_spi_4002f000) fn(DT_N_S_soc_S_gpio_50000000) fn(DT_N_S_soc_S_gpio_50000300)
+#define DT_N_S_soc_FOREACH_CHILD_SEP(fn, sep) fn(DT_N_S_soc_S_interrupt_controller_e000e100) DT_DEBRACKET_INTERNAL sep fn(DT_N_S_soc_S_timer_e000e010) DT_DEBRACKET_INTERNAL sep fn(DT_N_S_soc_S_ficr_10000000) DT_DEBRACKET_INTERNAL sep fn(DT_N_S_soc_S_uicr_10001000) DT_DEBRACKET_INTERNAL sep fn(DT_N_S_soc_S_memory_20000000) DT_DEBRACKET_INTERNAL sep fn(DT_N_S_soc_S_clock_40000000) DT_DEBRACKET_INTERNAL sep fn(DT_N_S_soc_S_power_40000000) DT_DEBRACKET_INTERNAL sep fn(DT_N_S_soc_S_radio_40001000) DT_DEBRACKET_INTERNAL sep fn(DT_N_S_soc_S_uart_40002000) DT_DEBRACKET_INTERNAL sep fn(DT_N_S_soc_S_i2c_40003000) DT_DEBRACKET_INTERNAL sep fn(DT_N_S_soc_S_spi_40003000) DT_DEBRACKET_INTERNAL sep fn(DT_N_S_soc_S_i2c_40004000) DT_DEBRACKET_INTERNAL sep fn(DT_N_S_soc_S_spi_40004000) DT_DEBRACKET_INTERNAL sep fn(DT_N_S_soc_S_nfct_40005000) DT_DEBRACKET_INTERNAL sep fn(DT_N_S_soc_S_gpiote_40006000) DT_DEBRACKET_INTERNAL sep fn(DT_N_S_soc_S_adc_40007000) DT_DEBRACKET_INTERNAL sep fn(DT_N_S_soc_S_timer_40008000) DT_DEBRACKET_INTERNAL sep fn(DT_N_S_soc_S_timer_40009000) DT_DEBRACKET_INTERNAL sep fn(DT_N_S_soc_S_timer_4000a000) DT_DEBRACKET_INTERNAL sep fn(DT_N_S_soc_S_rtc_4000b000) DT_DEBRACKET_INTERNAL sep fn(DT_N_S_soc_S_temp_4000c000) DT_DEBRACKET_INTERNAL sep fn(DT_N_S_soc_S_random_4000d000) DT_DEBRACKET_INTERNAL sep fn(DT_N_S_soc_S_ecb_4000e000) DT_DEBRACKET_INTERNAL sep fn(DT_N_S_soc_S_ccm_4000f000) DT_DEBRACKET_INTERNAL sep fn(DT_N_S_soc_S_watchdog_40010000) DT_DEBRACKET_INTERNAL sep fn(DT_N_S_soc_S_rtc_40011000) DT_DEBRACKET_INTERNAL sep fn(DT_N_S_soc_S_qdec_40012000) DT_DEBRACKET_INTERNAL sep fn(DT_N_S_soc_S_comparator_40013000) DT_DEBRACKET_INTERNAL sep fn(DT_N_S_soc_S_egu_40014000) DT_DEBRACKET_INTERNAL sep fn(DT_N_S_soc_S_egu_40015000) DT_DEBRACKET_INTERNAL sep fn(DT_N_S_soc_S_egu_40016000) DT_DEBRACKET_INTERNAL sep fn(DT_N_S_soc_S_egu_40017000) DT_DEBRACKET_INTERNAL sep fn(DT_N_S_soc_S_egu_40018000) DT_DEBRACKET_INTERNAL sep fn(DT_N_S_soc_S_egu_40019000) DT_DEBRACKET_INTERNAL sep fn(DT_N_S_soc_S_timer_4001a000) DT_DEBRACKET_INTERNAL sep fn(DT_N_S_soc_S_timer_4001b000) DT_DEBRACKET_INTERNAL sep fn(DT_N_S_soc_S_pwm_4001c000) DT_DEBRACKET_INTERNAL sep fn(DT_N_S_soc_S_pdm_4001d000) DT_DEBRACKET_INTERNAL sep fn(DT_N_S_soc_S_acl_4001e000) DT_DEBRACKET_INTERNAL sep fn(DT_N_S_soc_S_flash_controller_4001e000) DT_DEBRACKET_INTERNAL sep fn(DT_N_S_soc_S_ppi_4001f000) DT_DEBRACKET_INTERNAL sep fn(DT_N_S_soc_S_mwu_40020000) DT_DEBRACKET_INTERNAL sep fn(DT_N_S_soc_S_pwm_40021000) DT_DEBRACKET_INTERNAL sep fn(DT_N_S_soc_S_pwm_40022000) DT_DEBRACKET_INTERNAL sep fn(DT_N_S_soc_S_spi_40023000) DT_DEBRACKET_INTERNAL sep fn(DT_N_S_soc_S_rtc_40024000) DT_DEBRACKET_INTERNAL sep fn(DT_N_S_soc_S_i2s_40025000) DT_DEBRACKET_INTERNAL sep fn(DT_N_S_soc_S_usbd_40027000) DT_DEBRACKET_INTERNAL sep fn(DT_N_S_soc_S_uart_40028000) DT_DEBRACKET_INTERNAL sep fn(DT_N_S_soc_S_pwm_4002d000) DT_DEBRACKET_INTERNAL sep fn(DT_N_S_soc_S_spi_4002f000) DT_DEBRACKET_INTERNAL sep fn(DT_N_S_soc_S_gpio_50000000) DT_DEBRACKET_INTERNAL sep fn(DT_N_S_soc_S_gpio_50000300)
+#define DT_N_S_soc_FOREACH_CHILD_VARGS(fn, ...) fn(DT_N_S_soc_S_interrupt_controller_e000e100, __VA_ARGS__) fn(DT_N_S_soc_S_timer_e000e010, __VA_ARGS__) fn(DT_N_S_soc_S_ficr_10000000, __VA_ARGS__) fn(DT_N_S_soc_S_uicr_10001000, __VA_ARGS__) fn(DT_N_S_soc_S_memory_20000000, __VA_ARGS__) fn(DT_N_S_soc_S_clock_40000000, __VA_ARGS__) fn(DT_N_S_soc_S_power_40000000, __VA_ARGS__) fn(DT_N_S_soc_S_radio_40001000, __VA_ARGS__) fn(DT_N_S_soc_S_uart_40002000, __VA_ARGS__) fn(DT_N_S_soc_S_i2c_40003000, __VA_ARGS__) fn(DT_N_S_soc_S_spi_40003000, __VA_ARGS__) fn(DT_N_S_soc_S_i2c_40004000, __VA_ARGS__) fn(DT_N_S_soc_S_spi_40004000, __VA_ARGS__) fn(DT_N_S_soc_S_nfct_40005000, __VA_ARGS__) fn(DT_N_S_soc_S_gpiote_40006000, __VA_ARGS__) fn(DT_N_S_soc_S_adc_40007000, __VA_ARGS__) fn(DT_N_S_soc_S_timer_40008000, __VA_ARGS__) fn(DT_N_S_soc_S_timer_40009000, __VA_ARGS__) fn(DT_N_S_soc_S_timer_4000a000, __VA_ARGS__) fn(DT_N_S_soc_S_rtc_4000b000, __VA_ARGS__) fn(DT_N_S_soc_S_temp_4000c000, __VA_ARGS__) fn(DT_N_S_soc_S_random_4000d000, __VA_ARGS__) fn(DT_N_S_soc_S_ecb_4000e000, __VA_ARGS__) fn(DT_N_S_soc_S_ccm_4000f000, __VA_ARGS__) fn(DT_N_S_soc_S_watchdog_40010000, __VA_ARGS__) fn(DT_N_S_soc_S_rtc_40011000, __VA_ARGS__) fn(DT_N_S_soc_S_qdec_40012000, __VA_ARGS__) fn(DT_N_S_soc_S_comparator_40013000, __VA_ARGS__) fn(DT_N_S_soc_S_egu_40014000, __VA_ARGS__) fn(DT_N_S_soc_S_egu_40015000, __VA_ARGS__) fn(DT_N_S_soc_S_egu_40016000, __VA_ARGS__) fn(DT_N_S_soc_S_egu_40017000, __VA_ARGS__) fn(DT_N_S_soc_S_egu_40018000, __VA_ARGS__) fn(DT_N_S_soc_S_egu_40019000, __VA_ARGS__) fn(DT_N_S_soc_S_timer_4001a000, __VA_ARGS__) fn(DT_N_S_soc_S_timer_4001b000, __VA_ARGS__) fn(DT_N_S_soc_S_pwm_4001c000, __VA_ARGS__) fn(DT_N_S_soc_S_pdm_4001d000, __VA_ARGS__) fn(DT_N_S_soc_S_acl_4001e000, __VA_ARGS__) fn(DT_N_S_soc_S_flash_controller_4001e000, __VA_ARGS__) fn(DT_N_S_soc_S_ppi_4001f000, __VA_ARGS__) fn(DT_N_S_soc_S_mwu_40020000, __VA_ARGS__) fn(DT_N_S_soc_S_pwm_40021000, __VA_ARGS__) fn(DT_N_S_soc_S_pwm_40022000, __VA_ARGS__) fn(DT_N_S_soc_S_spi_40023000, __VA_ARGS__) fn(DT_N_S_soc_S_rtc_40024000, __VA_ARGS__) fn(DT_N_S_soc_S_i2s_40025000, __VA_ARGS__) fn(DT_N_S_soc_S_usbd_40027000, __VA_ARGS__) fn(DT_N_S_soc_S_uart_40028000, __VA_ARGS__) fn(DT_N_S_soc_S_pwm_4002d000, __VA_ARGS__) fn(DT_N_S_soc_S_spi_4002f000, __VA_ARGS__) fn(DT_N_S_soc_S_gpio_50000000, __VA_ARGS__) fn(DT_N_S_soc_S_gpio_50000300, __VA_ARGS__)
+#define DT_N_S_soc_FOREACH_CHILD_SEP_VARGS(fn, sep, ...) fn(DT_N_S_soc_S_interrupt_controller_e000e100, __VA_ARGS__) DT_DEBRACKET_INTERNAL sep fn(DT_N_S_soc_S_timer_e000e010, __VA_ARGS__) DT_DEBRACKET_INTERNAL sep fn(DT_N_S_soc_S_ficr_10000000, __VA_ARGS__) DT_DEBRACKET_INTERNAL sep fn(DT_N_S_soc_S_uicr_10001000, __VA_ARGS__) DT_DEBRACKET_INTERNAL sep fn(DT_N_S_soc_S_memory_20000000, __VA_ARGS__) DT_DEBRACKET_INTERNAL sep fn(DT_N_S_soc_S_clock_40000000, __VA_ARGS__) DT_DEBRACKET_INTERNAL sep fn(DT_N_S_soc_S_power_40000000, __VA_ARGS__) DT_DEBRACKET_INTERNAL sep fn(DT_N_S_soc_S_radio_40001000, __VA_ARGS__) DT_DEBRACKET_INTERNAL sep fn(DT_N_S_soc_S_uart_40002000, __VA_ARGS__) DT_DEBRACKET_INTERNAL sep fn(DT_N_S_soc_S_i2c_40003000, __VA_ARGS__) DT_DEBRACKET_INTERNAL sep fn(DT_N_S_soc_S_spi_40003000, __VA_ARGS__) DT_DEBRACKET_INTERNAL sep fn(DT_N_S_soc_S_i2c_40004000, __VA_ARGS__) DT_DEBRACKET_INTERNAL sep fn(DT_N_S_soc_S_spi_40004000, __VA_ARGS__) DT_DEBRACKET_INTERNAL sep fn(DT_N_S_soc_S_nfct_40005000, __VA_ARGS__) DT_DEBRACKET_INTERNAL sep fn(DT_N_S_soc_S_gpiote_40006000, __VA_ARGS__) DT_DEBRACKET_INTERNAL sep fn(DT_N_S_soc_S_adc_40007000, __VA_ARGS__) DT_DEBRACKET_INTERNAL sep fn(DT_N_S_soc_S_timer_40008000, __VA_ARGS__) DT_DEBRACKET_INTERNAL sep fn(DT_N_S_soc_S_timer_40009000, __VA_ARGS__) DT_DEBRACKET_INTERNAL sep fn(DT_N_S_soc_S_timer_4000a000, __VA_ARGS__) DT_DEBRACKET_INTERNAL sep fn(DT_N_S_soc_S_rtc_4000b000, __VA_ARGS__) DT_DEBRACKET_INTERNAL sep fn(DT_N_S_soc_S_temp_4000c000, __VA_ARGS__) DT_DEBRACKET_INTERNAL sep fn(DT_N_S_soc_S_random_4000d000, __VA_ARGS__) DT_DEBRACKET_INTERNAL sep fn(DT_N_S_soc_S_ecb_4000e000, __VA_ARGS__) DT_DEBRACKET_INTERNAL sep fn(DT_N_S_soc_S_ccm_4000f000, __VA_ARGS__) DT_DEBRACKET_INTERNAL sep fn(DT_N_S_soc_S_watchdog_40010000, __VA_ARGS__) DT_DEBRACKET_INTERNAL sep fn(DT_N_S_soc_S_rtc_40011000, __VA_ARGS__) DT_DEBRACKET_INTERNAL sep fn(DT_N_S_soc_S_qdec_40012000, __VA_ARGS__) DT_DEBRACKET_INTERNAL sep fn(DT_N_S_soc_S_comparator_40013000, __VA_ARGS__) DT_DEBRACKET_INTERNAL sep fn(DT_N_S_soc_S_egu_40014000, __VA_ARGS__) DT_DEBRACKET_INTERNAL sep fn(DT_N_S_soc_S_egu_40015000, __VA_ARGS__) DT_DEBRACKET_INTERNAL sep fn(DT_N_S_soc_S_egu_40016000, __VA_ARGS__) DT_DEBRACKET_INTERNAL sep fn(DT_N_S_soc_S_egu_40017000, __VA_ARGS__) DT_DEBRACKET_INTERNAL sep fn(DT_N_S_soc_S_egu_40018000, __VA_ARGS__) DT_DEBRACKET_INTERNAL sep fn(DT_N_S_soc_S_egu_40019000, __VA_ARGS__) DT_DEBRACKET_INTERNAL sep fn(DT_N_S_soc_S_timer_4001a000, __VA_ARGS__) DT_DEBRACKET_INTERNAL sep fn(DT_N_S_soc_S_timer_4001b000, __VA_ARGS__) DT_DEBRACKET_INTERNAL sep fn(DT_N_S_soc_S_pwm_4001c000, __VA_ARGS__) DT_DEBRACKET_INTERNAL sep fn(DT_N_S_soc_S_pdm_4001d000, __VA_ARGS__) DT_DEBRACKET_INTERNAL sep fn(DT_N_S_soc_S_acl_4001e000, __VA_ARGS__) DT_DEBRACKET_INTERNAL sep fn(DT_N_S_soc_S_flash_controller_4001e000, __VA_ARGS__) DT_DEBRACKET_INTERNAL sep fn(DT_N_S_soc_S_ppi_4001f000, __VA_ARGS__) DT_DEBRACKET_INTERNAL sep fn(DT_N_S_soc_S_mwu_40020000, __VA_ARGS__) DT_DEBRACKET_INTERNAL sep fn(DT_N_S_soc_S_pwm_40021000, __VA_ARGS__) DT_DEBRACKET_INTERNAL sep fn(DT_N_S_soc_S_pwm_40022000, __VA_ARGS__) DT_DEBRACKET_INTERNAL sep fn(DT_N_S_soc_S_spi_40023000, __VA_ARGS__) DT_DEBRACKET_INTERNAL sep fn(DT_N_S_soc_S_rtc_40024000, __VA_ARGS__) DT_DEBRACKET_INTERNAL sep fn(DT_N_S_soc_S_i2s_40025000, __VA_ARGS__) DT_DEBRACKET_INTERNAL sep fn(DT_N_S_soc_S_usbd_40027000, __VA_ARGS__) DT_DEBRACKET_INTERNAL sep fn(DT_N_S_soc_S_uart_40028000, __VA_ARGS__) DT_DEBRACKET_INTERNAL sep fn(DT_N_S_soc_S_pwm_4002d000, __VA_ARGS__) DT_DEBRACKET_INTERNAL sep fn(DT_N_S_soc_S_spi_4002f000, __VA_ARGS__) DT_DEBRACKET_INTERNAL sep fn(DT_N_S_soc_S_gpio_50000000, __VA_ARGS__) DT_DEBRACKET_INTERNAL sep fn(DT_N_S_soc_S_gpio_50000300, __VA_ARGS__)
+#define DT_N_S_soc_FOREACH_CHILD_STATUS_OKAY(fn) fn(DT_N_S_soc_S_interrupt_controller_e000e100) fn(DT_N_S_soc_S_ficr_10000000) fn(DT_N_S_soc_S_uicr_10001000) fn(DT_N_S_soc_S_memory_20000000) fn(DT_N_S_soc_S_clock_40000000) fn(DT_N_S_soc_S_power_40000000) fn(DT_N_S_soc_S_radio_40001000) fn(DT_N_S_soc_S_uart_40002000) fn(DT_N_S_soc_S_i2c_40003000) fn(DT_N_S_soc_S_spi_40004000) fn(DT_N_S_soc_S_gpiote_40006000) fn(DT_N_S_soc_S_adc_40007000) fn(DT_N_S_soc_S_temp_4000c000) fn(DT_N_S_soc_S_random_4000d000) fn(DT_N_S_soc_S_ecb_4000e000) fn(DT_N_S_soc_S_ccm_4000f000) fn(DT_N_S_soc_S_watchdog_40010000) fn(DT_N_S_soc_S_egu_40014000) fn(DT_N_S_soc_S_egu_40015000) fn(DT_N_S_soc_S_egu_40016000) fn(DT_N_S_soc_S_egu_40017000) fn(DT_N_S_soc_S_egu_40018000) fn(DT_N_S_soc_S_egu_40019000) fn(DT_N_S_soc_S_acl_4001e000) fn(DT_N_S_soc_S_flash_controller_4001e000) fn(DT_N_S_soc_S_ppi_4001f000) fn(DT_N_S_soc_S_mwu_40020000) fn(DT_N_S_soc_S_pwm_40021000) fn(DT_N_S_soc_S_usbd_40027000) fn(DT_N_S_soc_S_gpio_50000000) fn(DT_N_S_soc_S_gpio_50000300)
+#define DT_N_S_soc_FOREACH_CHILD_STATUS_OKAY_SEP(fn, sep) fn(DT_N_S_soc_S_interrupt_controller_e000e100) DT_DEBRACKET_INTERNAL sep fn(DT_N_S_soc_S_ficr_10000000) DT_DEBRACKET_INTERNAL sep fn(DT_N_S_soc_S_uicr_10001000) DT_DEBRACKET_INTERNAL sep fn(DT_N_S_soc_S_memory_20000000) DT_DEBRACKET_INTERNAL sep fn(DT_N_S_soc_S_clock_40000000) DT_DEBRACKET_INTERNAL sep fn(DT_N_S_soc_S_power_40000000) DT_DEBRACKET_INTERNAL sep fn(DT_N_S_soc_S_radio_40001000) DT_DEBRACKET_INTERNAL sep fn(DT_N_S_soc_S_uart_40002000) DT_DEBRACKET_INTERNAL sep fn(DT_N_S_soc_S_i2c_40003000) DT_DEBRACKET_INTERNAL sep fn(DT_N_S_soc_S_spi_40004000) DT_DEBRACKET_INTERNAL sep fn(DT_N_S_soc_S_gpiote_40006000) DT_DEBRACKET_INTERNAL sep fn(DT_N_S_soc_S_adc_40007000) DT_DEBRACKET_INTERNAL sep fn(DT_N_S_soc_S_temp_4000c000) DT_DEBRACKET_INTERNAL sep fn(DT_N_S_soc_S_random_4000d000) DT_DEBRACKET_INTERNAL sep fn(DT_N_S_soc_S_ecb_4000e000) DT_DEBRACKET_INTERNAL sep fn(DT_N_S_soc_S_ccm_4000f000) DT_DEBRACKET_INTERNAL sep fn(DT_N_S_soc_S_watchdog_40010000) DT_DEBRACKET_INTERNAL sep fn(DT_N_S_soc_S_egu_40014000) DT_DEBRACKET_INTERNAL sep fn(DT_N_S_soc_S_egu_40015000) DT_DEBRACKET_INTERNAL sep fn(DT_N_S_soc_S_egu_40016000) DT_DEBRACKET_INTERNAL sep fn(DT_N_S_soc_S_egu_40017000) DT_DEBRACKET_INTERNAL sep fn(DT_N_S_soc_S_egu_40018000) DT_DEBRACKET_INTERNAL sep fn(DT_N_S_soc_S_egu_40019000) DT_DEBRACKET_INTERNAL sep fn(DT_N_S_soc_S_acl_4001e000) DT_DEBRACKET_INTERNAL sep fn(DT_N_S_soc_S_flash_controller_4001e000) DT_DEBRACKET_INTERNAL sep fn(DT_N_S_soc_S_ppi_4001f000) DT_DEBRACKET_INTERNAL sep fn(DT_N_S_soc_S_mwu_40020000) DT_DEBRACKET_INTERNAL sep fn(DT_N_S_soc_S_pwm_40021000) DT_DEBRACKET_INTERNAL sep fn(DT_N_S_soc_S_usbd_40027000) DT_DEBRACKET_INTERNAL sep fn(DT_N_S_soc_S_gpio_50000000) DT_DEBRACKET_INTERNAL sep fn(DT_N_S_soc_S_gpio_50000300)
+#define DT_N_S_soc_FOREACH_CHILD_STATUS_OKAY_VARGS(fn, ...) fn(DT_N_S_soc_S_interrupt_controller_e000e100, __VA_ARGS__) fn(DT_N_S_soc_S_ficr_10000000, __VA_ARGS__) fn(DT_N_S_soc_S_uicr_10001000, __VA_ARGS__) fn(DT_N_S_soc_S_memory_20000000, __VA_ARGS__) fn(DT_N_S_soc_S_clock_40000000, __VA_ARGS__) fn(DT_N_S_soc_S_power_40000000, __VA_ARGS__) fn(DT_N_S_soc_S_radio_40001000, __VA_ARGS__) fn(DT_N_S_soc_S_uart_40002000, __VA_ARGS__) fn(DT_N_S_soc_S_i2c_40003000, __VA_ARGS__) fn(DT_N_S_soc_S_spi_40004000, __VA_ARGS__) fn(DT_N_S_soc_S_gpiote_40006000, __VA_ARGS__) fn(DT_N_S_soc_S_adc_40007000, __VA_ARGS__) fn(DT_N_S_soc_S_temp_4000c000, __VA_ARGS__) fn(DT_N_S_soc_S_random_4000d000, __VA_ARGS__) fn(DT_N_S_soc_S_ecb_4000e000, __VA_ARGS__) fn(DT_N_S_soc_S_ccm_4000f000, __VA_ARGS__) fn(DT_N_S_soc_S_watchdog_40010000, __VA_ARGS__) fn(DT_N_S_soc_S_egu_40014000, __VA_ARGS__) fn(DT_N_S_soc_S_egu_40015000, __VA_ARGS__) fn(DT_N_S_soc_S_egu_40016000, __VA_ARGS__) fn(DT_N_S_soc_S_egu_40017000, __VA_ARGS__) fn(DT_N_S_soc_S_egu_40018000, __VA_ARGS__) fn(DT_N_S_soc_S_egu_40019000, __VA_ARGS__) fn(DT_N_S_soc_S_acl_4001e000, __VA_ARGS__) fn(DT_N_S_soc_S_flash_controller_4001e000, __VA_ARGS__) fn(DT_N_S_soc_S_ppi_4001f000, __VA_ARGS__) fn(DT_N_S_soc_S_mwu_40020000, __VA_ARGS__) fn(DT_N_S_soc_S_pwm_40021000, __VA_ARGS__) fn(DT_N_S_soc_S_usbd_40027000, __VA_ARGS__) fn(DT_N_S_soc_S_gpio_50000000, __VA_ARGS__) fn(DT_N_S_soc_S_gpio_50000300, __VA_ARGS__)
+#define DT_N_S_soc_FOREACH_CHILD_STATUS_OKAY_SEP_VARGS(fn, sep, ...) fn(DT_N_S_soc_S_interrupt_controller_e000e100, __VA_ARGS__) DT_DEBRACKET_INTERNAL sep fn(DT_N_S_soc_S_ficr_10000000, __VA_ARGS__) DT_DEBRACKET_INTERNAL sep fn(DT_N_S_soc_S_uicr_10001000, __VA_ARGS__) DT_DEBRACKET_INTERNAL sep fn(DT_N_S_soc_S_memory_20000000, __VA_ARGS__) DT_DEBRACKET_INTERNAL sep fn(DT_N_S_soc_S_clock_40000000, __VA_ARGS__) DT_DEBRACKET_INTERNAL sep fn(DT_N_S_soc_S_power_40000000, __VA_ARGS__) DT_DEBRACKET_INTERNAL sep fn(DT_N_S_soc_S_radio_40001000, __VA_ARGS__) DT_DEBRACKET_INTERNAL sep fn(DT_N_S_soc_S_uart_40002000, __VA_ARGS__) DT_DEBRACKET_INTERNAL sep fn(DT_N_S_soc_S_i2c_40003000, __VA_ARGS__) DT_DEBRACKET_INTERNAL sep fn(DT_N_S_soc_S_spi_40004000, __VA_ARGS__) DT_DEBRACKET_INTERNAL sep fn(DT_N_S_soc_S_gpiote_40006000, __VA_ARGS__) DT_DEBRACKET_INTERNAL sep fn(DT_N_S_soc_S_adc_40007000, __VA_ARGS__) DT_DEBRACKET_INTERNAL sep fn(DT_N_S_soc_S_temp_4000c000, __VA_ARGS__) DT_DEBRACKET_INTERNAL sep fn(DT_N_S_soc_S_random_4000d000, __VA_ARGS__) DT_DEBRACKET_INTERNAL sep fn(DT_N_S_soc_S_ecb_4000e000, __VA_ARGS__) DT_DEBRACKET_INTERNAL sep fn(DT_N_S_soc_S_ccm_4000f000, __VA_ARGS__) DT_DEBRACKET_INTERNAL sep fn(DT_N_S_soc_S_watchdog_40010000, __VA_ARGS__) DT_DEBRACKET_INTERNAL sep fn(DT_N_S_soc_S_egu_40014000, __VA_ARGS__) DT_DEBRACKET_INTERNAL sep fn(DT_N_S_soc_S_egu_40015000, __VA_ARGS__) DT_DEBRACKET_INTERNAL sep fn(DT_N_S_soc_S_egu_40016000, __VA_ARGS__) DT_DEBRACKET_INTERNAL sep fn(DT_N_S_soc_S_egu_40017000, __VA_ARGS__) DT_DEBRACKET_INTERNAL sep fn(DT_N_S_soc_S_egu_40018000, __VA_ARGS__) DT_DEBRACKET_INTERNAL sep fn(DT_N_S_soc_S_egu_40019000, __VA_ARGS__) DT_DEBRACKET_INTERNAL sep fn(DT_N_S_soc_S_acl_4001e000, __VA_ARGS__) DT_DEBRACKET_INTERNAL sep fn(DT_N_S_soc_S_flash_controller_4001e000, __VA_ARGS__) DT_DEBRACKET_INTERNAL sep fn(DT_N_S_soc_S_ppi_4001f000, __VA_ARGS__) DT_DEBRACKET_INTERNAL sep fn(DT_N_S_soc_S_mwu_40020000, __VA_ARGS__) DT_DEBRACKET_INTERNAL sep fn(DT_N_S_soc_S_pwm_40021000, __VA_ARGS__) DT_DEBRACKET_INTERNAL sep fn(DT_N_S_soc_S_usbd_40027000, __VA_ARGS__) DT_DEBRACKET_INTERNAL sep fn(DT_N_S_soc_S_gpio_50000000, __VA_ARGS__) DT_DEBRACKET_INTERNAL sep fn(DT_N_S_soc_S_gpio_50000300, __VA_ARGS__)
+
+/* Node's dependency ordinal: */
+#define DT_N_S_soc_ORD 5
+#define DT_N_S_soc_ORD_STR_SORTABLE 00005
+
+/* Ordinals for what this node depends on directly: */
+#define DT_N_S_soc_REQUIRES_ORDS \
+	0, /* / */
+
+/* Ordinals for what depends directly on this node: */
+#define DT_N_S_soc_SUPPORTS_ORDS \
+	6, /* /soc/interrupt-controller@e000e100 */ \
+	7, /* /soc/gpiote@40006000 */ \
+	8, /* /soc/gpio@50000000 */ \
+	9, /* /soc/gpio@50000300 */ \
+	10, /* /soc/pwm@4001c000 */ \
+	11, /* /soc/timer@4001b000 */ \
+	13, /* /soc/timer@40009000 */ \
+	38, /* /soc/acl@4001e000 */ \
+	39, /* /soc/ccm@4000f000 */ \
+	40, /* /soc/clock@40000000 */ \
+	41, /* /soc/comparator@40013000 */ \
+	42, /* /soc/ecb@4000e000 */ \
+	43, /* /soc/egu@40014000 */ \
+	44, /* /soc/egu@40015000 */ \
+	45, /* /soc/egu@40016000 */ \
+	46, /* /soc/egu@40017000 */ \
+	47, /* /soc/egu@40018000 */ \
+	48, /* /soc/egu@40019000 */ \
+	49, /* /soc/ficr@10000000 */ \
+	50, /* /soc/i2c@40004000 */ \
+	51, /* /soc/i2s@40025000 */ \
+	52, /* /soc/memory@20000000 */ \
+	53, /* /soc/mwu@40020000 */ \
+	54, /* /soc/nfct@40005000 */ \
+	55, /* /soc/pdm@4001d000 */ \
+	56, /* /soc/ppi@4001f000 */ \
+	57, /* /soc/pwm@40021000 */ \
+	58, /* /soc/pwm@40022000 */ \
+	59, /* /soc/pwm@4002d000 */ \
+	60, /* /soc/qdec@40012000 */ \
+	61, /* /soc/random@4000d000 */ \
+	62, /* /soc/rtc@4000b000 */ \
+	63, /* /soc/rtc@40011000 */ \
+	64, /* /soc/rtc@40024000 */ \
+	65, /* /soc/spi@40003000 */ \
+	66, /* /soc/spi@40023000 */ \
+	67, /* /soc/spi@4002f000 */ \
+	68, /* /soc/temp@4000c000 */ \
+	69, /* /soc/timer@40008000 */ \
+	70, /* /soc/timer@4000a000 */ \
+	71, /* /soc/timer@4001a000 */ \
+	72, /* /soc/timer@e000e010 */ \
+	73, /* /soc/uart@40002000 */ \
+	74, /* /soc/uart@40028000 */ \
+	75, /* /soc/uicr@10001000 */ \
+	76, /* /soc/usbd@40027000 */ \
+	77, /* /soc/watchdog@40010000 */ \
+	78, /* /soc/adc@40007000 */ \
+	80, /* /soc/flash-controller@4001e000 */ \
+	88, /* /soc/i2c@40003000 */ \
+	91, /* /soc/power@40000000 */ \
+	94, /* /soc/radio@40001000 */ \
+	96, /* /soc/spi@40004000 */
+
+/* Existence and alternate IDs: */
+#define DT_N_S_soc_EXISTS 1
+#define DT_N_INST_0_nordic_nrf52833_qiaa DT_N_S_soc
+#define DT_N_INST_0_nordic_nrf52833      DT_N_S_soc
+#define DT_N_INST_0_nordic_nrf52         DT_N_S_soc
+#define DT_N_INST_0_simple_bus           DT_N_S_soc
+
+/* Macros for properties that are special in the specification: */
+#define DT_N_S_soc_REG_NUM 0
+#define DT_N_S_soc_RANGES_NUM 0
+#define DT_N_S_soc_FOREACH_RANGE(fn) 
+#define DT_N_S_soc_IRQ_NUM 0
+#define DT_N_S_soc_IRQ_LEVEL 0
+#define DT_N_S_soc_COMPAT_MATCHES_nordic_nrf52833_qiaa 1
+#define DT_N_S_soc_COMPAT_VENDOR_IDX_0_EXISTS 1
+#define DT_N_S_soc_COMPAT_VENDOR_IDX_0 "Nordic Semiconductor"
+#define DT_N_S_soc_COMPAT_MODEL_IDX_0_EXISTS 1
+#define DT_N_S_soc_COMPAT_MODEL_IDX_0 "nrf52833-qiaa"
+#define DT_N_S_soc_COMPAT_MATCHES_nordic_nrf52833 1
+#define DT_N_S_soc_COMPAT_VENDOR_IDX_1_EXISTS 1
+#define DT_N_S_soc_COMPAT_VENDOR_IDX_1 "Nordic Semiconductor"
+#define DT_N_S_soc_COMPAT_MODEL_IDX_1_EXISTS 1
+#define DT_N_S_soc_COMPAT_MODEL_IDX_1 "nrf52833"
+#define DT_N_S_soc_COMPAT_MATCHES_nordic_nrf52 1
+#define DT_N_S_soc_COMPAT_VENDOR_IDX_2_EXISTS 1
+#define DT_N_S_soc_COMPAT_VENDOR_IDX_2 "Nordic Semiconductor"
+#define DT_N_S_soc_COMPAT_MODEL_IDX_2_EXISTS 1
+#define DT_N_S_soc_COMPAT_MODEL_IDX_2 "nrf52"
+#define DT_N_S_soc_COMPAT_MATCHES_simple_bus 1
+#define DT_N_S_soc_STATUS_okay 1
+
+/* Pin control (pinctrl-<i>, pinctrl-names) properties: */
+#define DT_N_S_soc_PINCTRL_NUM 0
+
+/* Generic property macros: */
+#define DT_N_S_soc_P_compatible {"nordic,nrf52833-qiaa", "nordic,nrf52833", "nordic,nrf52", "simple-bus"}
+#define DT_N_S_soc_P_compatible_IDX_0 "nordic,nrf52833-qiaa"
+#define DT_N_S_soc_P_compatible_IDX_0_STRING_UNQUOTED nordic,nrf52833-qiaa
+#define DT_N_S_soc_P_compatible_IDX_0_STRING_TOKEN nordic_nrf52833_qiaa
+#define DT_N_S_soc_P_compatible_IDX_0_STRING_UPPER_TOKEN NORDIC_NRF52833_QIAA
+#define DT_N_S_soc_P_compatible_IDX_0_EXISTS 1
+#define DT_N_S_soc_P_compatible_IDX_1 "nordic,nrf52833"
+#define DT_N_S_soc_P_compatible_IDX_1_STRING_UNQUOTED nordic,nrf52833
+#define DT_N_S_soc_P_compatible_IDX_1_STRING_TOKEN nordic_nrf52833
+#define DT_N_S_soc_P_compatible_IDX_1_STRING_UPPER_TOKEN NORDIC_NRF52833
+#define DT_N_S_soc_P_compatible_IDX_1_EXISTS 1
+#define DT_N_S_soc_P_compatible_IDX_2 "nordic,nrf52"
+#define DT_N_S_soc_P_compatible_IDX_2_STRING_UNQUOTED nordic,nrf52
+#define DT_N_S_soc_P_compatible_IDX_2_STRING_TOKEN nordic_nrf52
+#define DT_N_S_soc_P_compatible_IDX_2_STRING_UPPER_TOKEN NORDIC_NRF52
+#define DT_N_S_soc_P_compatible_IDX_2_EXISTS 1
+#define DT_N_S_soc_P_compatible_IDX_3 "simple-bus"
+#define DT_N_S_soc_P_compatible_IDX_3_STRING_UNQUOTED simple-bus
+#define DT_N_S_soc_P_compatible_IDX_3_STRING_TOKEN simple_bus
+#define DT_N_S_soc_P_compatible_IDX_3_STRING_UPPER_TOKEN SIMPLE_BUS
+#define DT_N_S_soc_P_compatible_IDX_3_EXISTS 1
+#define DT_N_S_soc_P_compatible_FOREACH_PROP_ELEM(fn) fn(DT_N_S_soc, compatible, 0) \
+	fn(DT_N_S_soc, compatible, 1) \
+	fn(DT_N_S_soc, compatible, 2) \
+	fn(DT_N_S_soc, compatible, 3)
+#define DT_N_S_soc_P_compatible_FOREACH_PROP_ELEM_SEP(fn, sep) fn(DT_N_S_soc, compatible, 0) DT_DEBRACKET_INTERNAL sep \
+	fn(DT_N_S_soc, compatible, 1) DT_DEBRACKET_INTERNAL sep \
+	fn(DT_N_S_soc, compatible, 2) DT_DEBRACKET_INTERNAL sep \
+	fn(DT_N_S_soc, compatible, 3)
+#define DT_N_S_soc_P_compatible_FOREACH_PROP_ELEM_VARGS(fn, ...) fn(DT_N_S_soc, compatible, 0, __VA_ARGS__) \
+	fn(DT_N_S_soc, compatible, 1, __VA_ARGS__) \
+	fn(DT_N_S_soc, compatible, 2, __VA_ARGS__) \
+	fn(DT_N_S_soc, compatible, 3, __VA_ARGS__)
+#define DT_N_S_soc_P_compatible_FOREACH_PROP_ELEM_SEP_VARGS(fn, sep, ...) fn(DT_N_S_soc, compatible, 0, __VA_ARGS__) DT_DEBRACKET_INTERNAL sep \
+	fn(DT_N_S_soc, compatible, 1, __VA_ARGS__) DT_DEBRACKET_INTERNAL sep \
+	fn(DT_N_S_soc, compatible, 2, __VA_ARGS__) DT_DEBRACKET_INTERNAL sep \
+	fn(DT_N_S_soc, compatible, 3, __VA_ARGS__)
+#define DT_N_S_soc_P_compatible_LEN 4
+#define DT_N_S_soc_P_compatible_EXISTS 1
+#define DT_N_S_soc_P_ranges_EXISTS 1
+
+/*
+ * Devicetree node: /soc/interrupt-controller@e000e100
+ *
+ * Node identifier: DT_N_S_soc_S_interrupt_controller_e000e100
+ *
+ * Binding (compatible = arm,v7m-nvic):
+ *   $ZEPHYR_BASE/dts/bindings/interrupt-controller/arm,v7m-nvic.yaml
+ *
+ * (Descriptions have moved to the Devicetree Bindings Index
+ * in the documentation.)
+ */
+
+/* Node's full path: */
+#define DT_N_S_soc_S_interrupt_controller_e000e100_PATH "/soc/interrupt-controller@e000e100"
+
+/* Node's name with unit-address: */
+#define DT_N_S_soc_S_interrupt_controller_e000e100_FULL_NAME "interrupt-controller@e000e100"
+
+/* Node parent (/soc) identifier: */
+#define DT_N_S_soc_S_interrupt_controller_e000e100_PARENT DT_N_S_soc
+
+/* Node's index in its parent's list of children: */
+#define DT_N_S_soc_S_interrupt_controller_e000e100_CHILD_IDX 0
+
+/* Helper macros for child nodes of this node. */
+#define DT_N_S_soc_S_interrupt_controller_e000e100_CHILD_NUM 0
+#define DT_N_S_soc_S_interrupt_controller_e000e100_CHILD_NUM_STATUS_OKAY 0
+#define DT_N_S_soc_S_interrupt_controller_e000e100_FOREACH_CHILD(fn) 
+#define DT_N_S_soc_S_interrupt_controller_e000e100_FOREACH_CHILD_SEP(fn, sep) 
+#define DT_N_S_soc_S_interrupt_controller_e000e100_FOREACH_CHILD_VARGS(fn, ...) 
+#define DT_N_S_soc_S_interrupt_controller_e000e100_FOREACH_CHILD_SEP_VARGS(fn, sep, ...) 
+#define DT_N_S_soc_S_interrupt_controller_e000e100_FOREACH_CHILD_STATUS_OKAY(fn) 
+#define DT_N_S_soc_S_interrupt_controller_e000e100_FOREACH_CHILD_STATUS_OKAY_SEP(fn, sep) 
+#define DT_N_S_soc_S_interrupt_controller_e000e100_FOREACH_CHILD_STATUS_OKAY_VARGS(fn, ...) 
+#define DT_N_S_soc_S_interrupt_controller_e000e100_FOREACH_CHILD_STATUS_OKAY_SEP_VARGS(fn, sep, ...) 
+
+/* Node's dependency ordinal: */
+#define DT_N_S_soc_S_interrupt_controller_e000e100_ORD 6
+#define DT_N_S_soc_S_interrupt_controller_e000e100_ORD_STR_SORTABLE 00006
+
+/* Ordinals for what this node depends on directly: */
+#define DT_N_S_soc_S_interrupt_controller_e000e100_REQUIRES_ORDS \
+	5, /* /soc */
+
+/* Ordinals for what depends directly on this node: */
+#define DT_N_S_soc_S_interrupt_controller_e000e100_SUPPORTS_ORDS \
+	7, /* /soc/gpiote@40006000 */ \
+	10, /* /soc/pwm@4001c000 */ \
+	11, /* /soc/timer@4001b000 */ \
+	13, /* /soc/timer@40009000 */ \
+	39, /* /soc/ccm@4000f000 */ \
+	40, /* /soc/clock@40000000 */ \
+	41, /* /soc/comparator@40013000 */ \
+	42, /* /soc/ecb@4000e000 */ \
+	43, /* /soc/egu@40014000 */ \
+	44, /* /soc/egu@40015000 */ \
+	45, /* /soc/egu@40016000 */ \
+	46, /* /soc/egu@40017000 */ \
+	47, /* /soc/egu@40018000 */ \
+	48, /* /soc/egu@40019000 */ \
+	50, /* /soc/i2c@40004000 */ \
+	51, /* /soc/i2s@40025000 */ \
+	54, /* /soc/nfct@40005000 */ \
+	55, /* /soc/pdm@4001d000 */ \
+	57, /* /soc/pwm@40021000 */ \
+	58, /* /soc/pwm@40022000 */ \
+	59, /* /soc/pwm@4002d000 */ \
+	60, /* /soc/qdec@40012000 */ \
+	61, /* /soc/random@4000d000 */ \
+	62, /* /soc/rtc@4000b000 */ \
+	63, /* /soc/rtc@40011000 */ \
+	64, /* /soc/rtc@40024000 */ \
+	65, /* /soc/spi@40003000 */ \
+	66, /* /soc/spi@40023000 */ \
+	67, /* /soc/spi@4002f000 */ \
+	68, /* /soc/temp@4000c000 */ \
+	69, /* /soc/timer@40008000 */ \
+	70, /* /soc/timer@4000a000 */ \
+	71, /* /soc/timer@4001a000 */ \
+	73, /* /soc/uart@40002000 */ \
+	74, /* /soc/uart@40028000 */ \
+	76, /* /soc/usbd@40027000 */ \
+	77, /* /soc/watchdog@40010000 */ \
+	78, /* /soc/adc@40007000 */ \
+	88, /* /soc/i2c@40003000 */ \
+	91, /* /soc/power@40000000 */ \
+	94, /* /soc/radio@40001000 */ \
+	96, /* /soc/spi@40004000 */
+
+/* Existence and alternate IDs: */
+#define DT_N_S_soc_S_interrupt_controller_e000e100_EXISTS 1
+#define DT_N_INST_0_arm_v7m_nvic DT_N_S_soc_S_interrupt_controller_e000e100
+#define DT_N_NODELABEL_nvic      DT_N_S_soc_S_interrupt_controller_e000e100
+
+/* Macros for properties that are special in the specification: */
+#define DT_N_S_soc_S_interrupt_controller_e000e100_REG_NUM 1
+#define DT_N_S_soc_S_interrupt_controller_e000e100_REG_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_interrupt_controller_e000e100_REG_IDX_0_VAL_ADDRESS 3758153984 /* 0xe000e100 */
+#define DT_N_S_soc_S_interrupt_controller_e000e100_REG_IDX_0_VAL_SIZE 3072 /* 0xc00 */
+#define DT_N_S_soc_S_interrupt_controller_e000e100_RANGES_NUM 0
+#define DT_N_S_soc_S_interrupt_controller_e000e100_FOREACH_RANGE(fn) 
+#define DT_N_S_soc_S_interrupt_controller_e000e100_IRQ_NUM 0
+#define DT_N_S_soc_S_interrupt_controller_e000e100_IRQ_LEVEL 0
+#define DT_N_S_soc_S_interrupt_controller_e000e100_COMPAT_MATCHES_arm_v7m_nvic 1
+#define DT_N_S_soc_S_interrupt_controller_e000e100_COMPAT_VENDOR_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_interrupt_controller_e000e100_COMPAT_VENDOR_IDX_0 "ARM Ltd."
+#define DT_N_S_soc_S_interrupt_controller_e000e100_COMPAT_MODEL_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_interrupt_controller_e000e100_COMPAT_MODEL_IDX_0 "v7m-nvic"
+#define DT_N_S_soc_S_interrupt_controller_e000e100_STATUS_okay 1
+
+/* Pin control (pinctrl-<i>, pinctrl-names) properties: */
+#define DT_N_S_soc_S_interrupt_controller_e000e100_PINCTRL_NUM 0
+
+/* Generic property macros: */
+#define DT_N_S_soc_S_interrupt_controller_e000e100_P_interrupt_controller 1
+#define DT_N_S_soc_S_interrupt_controller_e000e100_P_interrupt_controller_EXISTS 1
+#define DT_N_S_soc_S_interrupt_controller_e000e100_P_wakeup_source 0
+#define DT_N_S_soc_S_interrupt_controller_e000e100_P_wakeup_source_EXISTS 1
+#define DT_N_S_soc_S_interrupt_controller_e000e100_P_zephyr_pm_device_runtime_auto 0
+#define DT_N_S_soc_S_interrupt_controller_e000e100_P_zephyr_pm_device_runtime_auto_EXISTS 1
+#define DT_N_S_soc_S_interrupt_controller_e000e100_P_compatible {"arm,v7m-nvic"}
+#define DT_N_S_soc_S_interrupt_controller_e000e100_P_compatible_IDX_0 "arm,v7m-nvic"
+#define DT_N_S_soc_S_interrupt_controller_e000e100_P_compatible_IDX_0_STRING_UNQUOTED arm,v7m-nvic
+#define DT_N_S_soc_S_interrupt_controller_e000e100_P_compatible_IDX_0_STRING_TOKEN arm_v7m_nvic
+#define DT_N_S_soc_S_interrupt_controller_e000e100_P_compatible_IDX_0_STRING_UPPER_TOKEN ARM_V7M_NVIC
+#define DT_N_S_soc_S_interrupt_controller_e000e100_P_compatible_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_interrupt_controller_e000e100_P_compatible_FOREACH_PROP_ELEM(fn) fn(DT_N_S_soc_S_interrupt_controller_e000e100, compatible, 0)
+#define DT_N_S_soc_S_interrupt_controller_e000e100_P_compatible_FOREACH_PROP_ELEM_SEP(fn, sep) fn(DT_N_S_soc_S_interrupt_controller_e000e100, compatible, 0)
+#define DT_N_S_soc_S_interrupt_controller_e000e100_P_compatible_FOREACH_PROP_ELEM_VARGS(fn, ...) fn(DT_N_S_soc_S_interrupt_controller_e000e100, compatible, 0, __VA_ARGS__)
+#define DT_N_S_soc_S_interrupt_controller_e000e100_P_compatible_FOREACH_PROP_ELEM_SEP_VARGS(fn, sep, ...) fn(DT_N_S_soc_S_interrupt_controller_e000e100, compatible, 0, __VA_ARGS__)
+#define DT_N_S_soc_S_interrupt_controller_e000e100_P_compatible_LEN 1
+#define DT_N_S_soc_S_interrupt_controller_e000e100_P_compatible_EXISTS 1
+#define DT_N_S_soc_S_interrupt_controller_e000e100_P_reg {3758153984 /* 0xe000e100 */, 3072 /* 0xc00 */}
+#define DT_N_S_soc_S_interrupt_controller_e000e100_P_reg_IDX_0 3758153984
+#define DT_N_S_soc_S_interrupt_controller_e000e100_P_reg_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_interrupt_controller_e000e100_P_reg_IDX_1 3072
+#define DT_N_S_soc_S_interrupt_controller_e000e100_P_reg_IDX_1_EXISTS 1
+#define DT_N_S_soc_S_interrupt_controller_e000e100_P_reg_EXISTS 1
+#define DT_N_S_soc_S_interrupt_controller_e000e100_P_zephyr_deferred_init 0
+#define DT_N_S_soc_S_interrupt_controller_e000e100_P_zephyr_deferred_init_EXISTS 1
+#define DT_N_S_soc_S_interrupt_controller_e000e100_P_arm_num_irq_priority_bits 3
+#define DT_N_S_soc_S_interrupt_controller_e000e100_P_arm_num_irq_priority_bits_EXISTS 1
+
+/*
+ * Devicetree node: /soc/gpiote@40006000
+ *
+ * Node identifier: DT_N_S_soc_S_gpiote_40006000
+ *
+ * Binding (compatible = nordic,nrf-gpiote):
+ *   $ZEPHYR_BASE/dts/bindings/gpio/nordic,nrf-gpiote.yaml
+ *
+ * (Descriptions have moved to the Devicetree Bindings Index
+ * in the documentation.)
+ */
+
+/* Node's full path: */
+#define DT_N_S_soc_S_gpiote_40006000_PATH "/soc/gpiote@40006000"
+
+/* Node's name with unit-address: */
+#define DT_N_S_soc_S_gpiote_40006000_FULL_NAME "gpiote@40006000"
+
+/* Node parent (/soc) identifier: */
+#define DT_N_S_soc_S_gpiote_40006000_PARENT DT_N_S_soc
+
+/* Node's index in its parent's list of children: */
+#define DT_N_S_soc_S_gpiote_40006000_CHILD_IDX 14
+
+/* Helper macros for child nodes of this node. */
+#define DT_N_S_soc_S_gpiote_40006000_CHILD_NUM 0
+#define DT_N_S_soc_S_gpiote_40006000_CHILD_NUM_STATUS_OKAY 0
+#define DT_N_S_soc_S_gpiote_40006000_FOREACH_CHILD(fn) 
+#define DT_N_S_soc_S_gpiote_40006000_FOREACH_CHILD_SEP(fn, sep) 
+#define DT_N_S_soc_S_gpiote_40006000_FOREACH_CHILD_VARGS(fn, ...) 
+#define DT_N_S_soc_S_gpiote_40006000_FOREACH_CHILD_SEP_VARGS(fn, sep, ...) 
+#define DT_N_S_soc_S_gpiote_40006000_FOREACH_CHILD_STATUS_OKAY(fn) 
+#define DT_N_S_soc_S_gpiote_40006000_FOREACH_CHILD_STATUS_OKAY_SEP(fn, sep) 
+#define DT_N_S_soc_S_gpiote_40006000_FOREACH_CHILD_STATUS_OKAY_VARGS(fn, ...) 
+#define DT_N_S_soc_S_gpiote_40006000_FOREACH_CHILD_STATUS_OKAY_SEP_VARGS(fn, sep, ...) 
+
+/* Node's dependency ordinal: */
+#define DT_N_S_soc_S_gpiote_40006000_ORD 7
+#define DT_N_S_soc_S_gpiote_40006000_ORD_STR_SORTABLE 00007
+
+/* Ordinals for what this node depends on directly: */
+#define DT_N_S_soc_S_gpiote_40006000_REQUIRES_ORDS \
+	5, /* /soc */ \
+	6, /* /soc/interrupt-controller@e000e100 */
+
+/* Ordinals for what depends directly on this node: */
+#define DT_N_S_soc_S_gpiote_40006000_SUPPORTS_ORDS \
+	8, /* /soc/gpio@50000000 */ \
+	9, /* /soc/gpio@50000300 */
+
+/* Existence and alternate IDs: */
+#define DT_N_S_soc_S_gpiote_40006000_EXISTS 1
+#define DT_N_INST_0_nordic_nrf_gpiote DT_N_S_soc_S_gpiote_40006000
+#define DT_N_NODELABEL_gpiote         DT_N_S_soc_S_gpiote_40006000
+#define DT_N_NODELABEL_gpiote0        DT_N_S_soc_S_gpiote_40006000
+
+/* Macros for properties that are special in the specification: */
+#define DT_N_S_soc_S_gpiote_40006000_REG_NUM 1
+#define DT_N_S_soc_S_gpiote_40006000_REG_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_gpiote_40006000_REG_IDX_0_VAL_ADDRESS 1073766400 /* 0x40006000 */
+#define DT_N_S_soc_S_gpiote_40006000_REG_IDX_0_VAL_SIZE 4096 /* 0x1000 */
+#define DT_N_S_soc_S_gpiote_40006000_RANGES_NUM 0
+#define DT_N_S_soc_S_gpiote_40006000_FOREACH_RANGE(fn) 
+#define DT_N_S_soc_S_gpiote_40006000_IRQ_NUM 1
+#define DT_N_S_soc_S_gpiote_40006000_IRQ_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_gpiote_40006000_IRQ_IDX_0_VAL_irq 6
+#define DT_N_S_soc_S_gpiote_40006000_IRQ_IDX_0_VAL_irq_EXISTS 1
+#define DT_N_S_soc_S_gpiote_40006000_IRQ_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_gpiote_40006000_IRQ_IDX_0_VAL_priority 5
+#define DT_N_S_soc_S_gpiote_40006000_IRQ_IDX_0_VAL_priority_EXISTS 1
+#define DT_N_S_soc_S_gpiote_40006000_IRQ_IDX_0_CONTROLLER DT_N_S_soc_S_interrupt_controller_e000e100
+#define DT_N_S_soc_S_gpiote_40006000_IRQ_LEVEL 1
+#define DT_N_S_soc_S_gpiote_40006000_COMPAT_MATCHES_nordic_nrf_gpiote 1
+#define DT_N_S_soc_S_gpiote_40006000_COMPAT_VENDOR_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_gpiote_40006000_COMPAT_VENDOR_IDX_0 "Nordic Semiconductor"
+#define DT_N_S_soc_S_gpiote_40006000_COMPAT_MODEL_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_gpiote_40006000_COMPAT_MODEL_IDX_0 "nrf-gpiote"
+#define DT_N_S_soc_S_gpiote_40006000_STATUS_okay 1
+
+/* Pin control (pinctrl-<i>, pinctrl-names) properties: */
+#define DT_N_S_soc_S_gpiote_40006000_PINCTRL_NUM 0
+
+/* Generic property macros: */
+#define DT_N_S_soc_S_gpiote_40006000_P_wakeup_source 0
+#define DT_N_S_soc_S_gpiote_40006000_P_wakeup_source_EXISTS 1
+#define DT_N_S_soc_S_gpiote_40006000_P_zephyr_pm_device_runtime_auto 0
+#define DT_N_S_soc_S_gpiote_40006000_P_zephyr_pm_device_runtime_auto_EXISTS 1
+#define DT_N_S_soc_S_gpiote_40006000_P_status "okay"
+#define DT_N_S_soc_S_gpiote_40006000_P_status_STRING_UNQUOTED okay
+#define DT_N_S_soc_S_gpiote_40006000_P_status_STRING_TOKEN okay
+#define DT_N_S_soc_S_gpiote_40006000_P_status_STRING_UPPER_TOKEN OKAY
+#define DT_N_S_soc_S_gpiote_40006000_P_status_IDX_0 "okay"
+#define DT_N_S_soc_S_gpiote_40006000_P_status_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_gpiote_40006000_P_status_ENUM_IDX 1
+#define DT_N_S_soc_S_gpiote_40006000_P_status_ENUM_VAL_okay_EXISTS 1
+#define DT_N_S_soc_S_gpiote_40006000_P_status_ENUM_TOKEN okay
+#define DT_N_S_soc_S_gpiote_40006000_P_status_ENUM_UPPER_TOKEN OKAY
+#define DT_N_S_soc_S_gpiote_40006000_P_status_FOREACH_PROP_ELEM(fn) fn(DT_N_S_soc_S_gpiote_40006000, status, 0)
+#define DT_N_S_soc_S_gpiote_40006000_P_status_FOREACH_PROP_ELEM_SEP(fn, sep) fn(DT_N_S_soc_S_gpiote_40006000, status, 0)
+#define DT_N_S_soc_S_gpiote_40006000_P_status_FOREACH_PROP_ELEM_VARGS(fn, ...) fn(DT_N_S_soc_S_gpiote_40006000, status, 0, __VA_ARGS__)
+#define DT_N_S_soc_S_gpiote_40006000_P_status_FOREACH_PROP_ELEM_SEP_VARGS(fn, sep, ...) fn(DT_N_S_soc_S_gpiote_40006000, status, 0, __VA_ARGS__)
+#define DT_N_S_soc_S_gpiote_40006000_P_status_LEN 1
+#define DT_N_S_soc_S_gpiote_40006000_P_status_EXISTS 1
+#define DT_N_S_soc_S_gpiote_40006000_P_compatible {"nordic,nrf-gpiote"}
+#define DT_N_S_soc_S_gpiote_40006000_P_compatible_IDX_0 "nordic,nrf-gpiote"
+#define DT_N_S_soc_S_gpiote_40006000_P_compatible_IDX_0_STRING_UNQUOTED nordic,nrf-gpiote
+#define DT_N_S_soc_S_gpiote_40006000_P_compatible_IDX_0_STRING_TOKEN nordic_nrf_gpiote
+#define DT_N_S_soc_S_gpiote_40006000_P_compatible_IDX_0_STRING_UPPER_TOKEN NORDIC_NRF_GPIOTE
+#define DT_N_S_soc_S_gpiote_40006000_P_compatible_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_gpiote_40006000_P_compatible_FOREACH_PROP_ELEM(fn) fn(DT_N_S_soc_S_gpiote_40006000, compatible, 0)
+#define DT_N_S_soc_S_gpiote_40006000_P_compatible_FOREACH_PROP_ELEM_SEP(fn, sep) fn(DT_N_S_soc_S_gpiote_40006000, compatible, 0)
+#define DT_N_S_soc_S_gpiote_40006000_P_compatible_FOREACH_PROP_ELEM_VARGS(fn, ...) fn(DT_N_S_soc_S_gpiote_40006000, compatible, 0, __VA_ARGS__)
+#define DT_N_S_soc_S_gpiote_40006000_P_compatible_FOREACH_PROP_ELEM_SEP_VARGS(fn, sep, ...) fn(DT_N_S_soc_S_gpiote_40006000, compatible, 0, __VA_ARGS__)
+#define DT_N_S_soc_S_gpiote_40006000_P_compatible_LEN 1
+#define DT_N_S_soc_S_gpiote_40006000_P_compatible_EXISTS 1
+#define DT_N_S_soc_S_gpiote_40006000_P_reg {1073766400 /* 0x40006000 */, 4096 /* 0x1000 */}
+#define DT_N_S_soc_S_gpiote_40006000_P_reg_IDX_0 1073766400
+#define DT_N_S_soc_S_gpiote_40006000_P_reg_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_gpiote_40006000_P_reg_IDX_1 4096
+#define DT_N_S_soc_S_gpiote_40006000_P_reg_IDX_1_EXISTS 1
+#define DT_N_S_soc_S_gpiote_40006000_P_reg_EXISTS 1
+#define DT_N_S_soc_S_gpiote_40006000_P_interrupts {6 /* 0x6 */, 5 /* 0x5 */}
+#define DT_N_S_soc_S_gpiote_40006000_P_interrupts_IDX_0 6
+#define DT_N_S_soc_S_gpiote_40006000_P_interrupts_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_gpiote_40006000_P_interrupts_IDX_1 5
+#define DT_N_S_soc_S_gpiote_40006000_P_interrupts_IDX_1_EXISTS 1
+#define DT_N_S_soc_S_gpiote_40006000_P_interrupts_EXISTS 1
+#define DT_N_S_soc_S_gpiote_40006000_P_zephyr_deferred_init 0
+#define DT_N_S_soc_S_gpiote_40006000_P_zephyr_deferred_init_EXISTS 1
+#define DT_N_S_soc_S_gpiote_40006000_P_instance 0
+#define DT_N_S_soc_S_gpiote_40006000_P_instance_EXISTS 1
+
+/*
+ * Devicetree node: /soc/gpio@50000000
+ *
+ * Node identifier: DT_N_S_soc_S_gpio_50000000
+ *
+ * Binding (compatible = nordic,nrf-gpio):
+ *   $ZEPHYR_BASE/dts/bindings/gpio/nordic,nrf-gpio.yaml
+ *
+ * (Descriptions have moved to the Devicetree Bindings Index
+ * in the documentation.)
+ */
+
+/* Node's full path: */
+#define DT_N_S_soc_S_gpio_50000000_PATH "/soc/gpio@50000000"
+
+/* Node's name with unit-address: */
+#define DT_N_S_soc_S_gpio_50000000_FULL_NAME "gpio@50000000"
+
+/* Node parent (/soc) identifier: */
+#define DT_N_S_soc_S_gpio_50000000_PARENT DT_N_S_soc
+
+/* Node's index in its parent's list of children: */
+#define DT_N_S_soc_S_gpio_50000000_CHILD_IDX 51
+
+/* Helper macros for child nodes of this node. */
+#define DT_N_S_soc_S_gpio_50000000_CHILD_NUM 0
+#define DT_N_S_soc_S_gpio_50000000_CHILD_NUM_STATUS_OKAY 0
+#define DT_N_S_soc_S_gpio_50000000_FOREACH_CHILD(fn) 
+#define DT_N_S_soc_S_gpio_50000000_FOREACH_CHILD_SEP(fn, sep) 
+#define DT_N_S_soc_S_gpio_50000000_FOREACH_CHILD_VARGS(fn, ...) 
+#define DT_N_S_soc_S_gpio_50000000_FOREACH_CHILD_SEP_VARGS(fn, sep, ...) 
+#define DT_N_S_soc_S_gpio_50000000_FOREACH_CHILD_STATUS_OKAY(fn) 
+#define DT_N_S_soc_S_gpio_50000000_FOREACH_CHILD_STATUS_OKAY_SEP(fn, sep) 
+#define DT_N_S_soc_S_gpio_50000000_FOREACH_CHILD_STATUS_OKAY_VARGS(fn, ...) 
+#define DT_N_S_soc_S_gpio_50000000_FOREACH_CHILD_STATUS_OKAY_SEP_VARGS(fn, sep, ...) 
+
+/* Node's dependency ordinal: */
+#define DT_N_S_soc_S_gpio_50000000_ORD 8
+#define DT_N_S_soc_S_gpio_50000000_ORD_STR_SORTABLE 00008
+
+/* Ordinals for what this node depends on directly: */
+#define DT_N_S_soc_S_gpio_50000000_REQUIRES_ORDS \
+	5, /* /soc */ \
+	7, /* /soc/gpiote@40006000 */
+
+/* Ordinals for what depends directly on this node: */
+#define DT_N_S_soc_S_gpio_50000000_SUPPORTS_ORDS \
+	12, /* /led_matrix */ \
+	18, /* /gpio_keys */ \
+	19, /* /gpio_keys/button_0 */ \
+	20, /* /gpio_keys/button_1 */ \
+	89, /* /soc/i2c@40003000/lsm303agr-accel@19 */ \
+	90, /* /soc/i2c@40003000/lsm303agr-magn@1e */ \
+	96, /* /soc/spi@40004000 */ \
+	98, /* /soc/spi@40004000/lora_radio@0 */
+
+/* Existence and alternate IDs: */
+#define DT_N_S_soc_S_gpio_50000000_EXISTS 1
+#define DT_N_INST_0_nordic_nrf_gpio DT_N_S_soc_S_gpio_50000000
+#define DT_N_NODELABEL_gpio0        DT_N_S_soc_S_gpio_50000000
+
+/* Macros for properties that are special in the specification: */
+#define DT_N_S_soc_S_gpio_50000000_REG_NUM 2
+#define DT_N_S_soc_S_gpio_50000000_REG_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_gpio_50000000_REG_IDX_0_VAL_ADDRESS 1342177280 /* 0x50000000 */
+#define DT_N_S_soc_S_gpio_50000000_REG_IDX_0_VAL_SIZE 512 /* 0x200 */
+#define DT_N_S_soc_S_gpio_50000000_REG_IDX_1_EXISTS 1
+#define DT_N_S_soc_S_gpio_50000000_REG_IDX_1_VAL_ADDRESS 1342178560 /* 0x50000500 */
+#define DT_N_S_soc_S_gpio_50000000_REG_IDX_1_VAL_SIZE 768 /* 0x300 */
+#define DT_N_S_soc_S_gpio_50000000_RANGES_NUM 0
+#define DT_N_S_soc_S_gpio_50000000_FOREACH_RANGE(fn) 
+#define DT_N_S_soc_S_gpio_50000000_IRQ_NUM 0
+#define DT_N_S_soc_S_gpio_50000000_IRQ_LEVEL 0
+#define DT_N_S_soc_S_gpio_50000000_COMPAT_MATCHES_nordic_nrf_gpio 1
+#define DT_N_S_soc_S_gpio_50000000_COMPAT_VENDOR_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_gpio_50000000_COMPAT_VENDOR_IDX_0 "Nordic Semiconductor"
+#define DT_N_S_soc_S_gpio_50000000_COMPAT_MODEL_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_gpio_50000000_COMPAT_MODEL_IDX_0 "nrf-gpio"
+#define DT_N_S_soc_S_gpio_50000000_STATUS_okay 1
+
+/* Pin control (pinctrl-<i>, pinctrl-names) properties: */
+#define DT_N_S_soc_S_gpio_50000000_PINCTRL_NUM 0
+
+/* Generic property macros: */
+#define DT_N_S_soc_S_gpio_50000000_P_gpio_controller 1
+#define DT_N_S_soc_S_gpio_50000000_P_gpio_controller_EXISTS 1
+#define DT_N_S_soc_S_gpio_50000000_P_ngpios 32
+#define DT_N_S_soc_S_gpio_50000000_P_ngpios_EXISTS 1
+#define DT_N_S_soc_S_gpio_50000000_P_wakeup_source 0
+#define DT_N_S_soc_S_gpio_50000000_P_wakeup_source_EXISTS 1
+#define DT_N_S_soc_S_gpio_50000000_P_zephyr_pm_device_runtime_auto 0
+#define DT_N_S_soc_S_gpio_50000000_P_zephyr_pm_device_runtime_auto_EXISTS 1
+#define DT_N_S_soc_S_gpio_50000000_P_status "okay"
+#define DT_N_S_soc_S_gpio_50000000_P_status_STRING_UNQUOTED okay
+#define DT_N_S_soc_S_gpio_50000000_P_status_STRING_TOKEN okay
+#define DT_N_S_soc_S_gpio_50000000_P_status_STRING_UPPER_TOKEN OKAY
+#define DT_N_S_soc_S_gpio_50000000_P_status_IDX_0 "okay"
+#define DT_N_S_soc_S_gpio_50000000_P_status_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_gpio_50000000_P_status_ENUM_IDX 1
+#define DT_N_S_soc_S_gpio_50000000_P_status_ENUM_VAL_okay_EXISTS 1
+#define DT_N_S_soc_S_gpio_50000000_P_status_ENUM_TOKEN okay
+#define DT_N_S_soc_S_gpio_50000000_P_status_ENUM_UPPER_TOKEN OKAY
+#define DT_N_S_soc_S_gpio_50000000_P_status_FOREACH_PROP_ELEM(fn) fn(DT_N_S_soc_S_gpio_50000000, status, 0)
+#define DT_N_S_soc_S_gpio_50000000_P_status_FOREACH_PROP_ELEM_SEP(fn, sep) fn(DT_N_S_soc_S_gpio_50000000, status, 0)
+#define DT_N_S_soc_S_gpio_50000000_P_status_FOREACH_PROP_ELEM_VARGS(fn, ...) fn(DT_N_S_soc_S_gpio_50000000, status, 0, __VA_ARGS__)
+#define DT_N_S_soc_S_gpio_50000000_P_status_FOREACH_PROP_ELEM_SEP_VARGS(fn, sep, ...) fn(DT_N_S_soc_S_gpio_50000000, status, 0, __VA_ARGS__)
+#define DT_N_S_soc_S_gpio_50000000_P_status_LEN 1
+#define DT_N_S_soc_S_gpio_50000000_P_status_EXISTS 1
+#define DT_N_S_soc_S_gpio_50000000_P_compatible {"nordic,nrf-gpio"}
+#define DT_N_S_soc_S_gpio_50000000_P_compatible_IDX_0 "nordic,nrf-gpio"
+#define DT_N_S_soc_S_gpio_50000000_P_compatible_IDX_0_STRING_UNQUOTED nordic,nrf-gpio
+#define DT_N_S_soc_S_gpio_50000000_P_compatible_IDX_0_STRING_TOKEN nordic_nrf_gpio
+#define DT_N_S_soc_S_gpio_50000000_P_compatible_IDX_0_STRING_UPPER_TOKEN NORDIC_NRF_GPIO
+#define DT_N_S_soc_S_gpio_50000000_P_compatible_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_gpio_50000000_P_compatible_FOREACH_PROP_ELEM(fn) fn(DT_N_S_soc_S_gpio_50000000, compatible, 0)
+#define DT_N_S_soc_S_gpio_50000000_P_compatible_FOREACH_PROP_ELEM_SEP(fn, sep) fn(DT_N_S_soc_S_gpio_50000000, compatible, 0)
+#define DT_N_S_soc_S_gpio_50000000_P_compatible_FOREACH_PROP_ELEM_VARGS(fn, ...) fn(DT_N_S_soc_S_gpio_50000000, compatible, 0, __VA_ARGS__)
+#define DT_N_S_soc_S_gpio_50000000_P_compatible_FOREACH_PROP_ELEM_SEP_VARGS(fn, sep, ...) fn(DT_N_S_soc_S_gpio_50000000, compatible, 0, __VA_ARGS__)
+#define DT_N_S_soc_S_gpio_50000000_P_compatible_LEN 1
+#define DT_N_S_soc_S_gpio_50000000_P_compatible_EXISTS 1
+#define DT_N_S_soc_S_gpio_50000000_P_reg {1342177280 /* 0x50000000 */, 512 /* 0x200 */, 1342178560 /* 0x50000500 */, 768 /* 0x300 */}
+#define DT_N_S_soc_S_gpio_50000000_P_reg_IDX_0 1342177280
+#define DT_N_S_soc_S_gpio_50000000_P_reg_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_gpio_50000000_P_reg_IDX_1 512
+#define DT_N_S_soc_S_gpio_50000000_P_reg_IDX_1_EXISTS 1
+#define DT_N_S_soc_S_gpio_50000000_P_reg_IDX_2 1342178560
+#define DT_N_S_soc_S_gpio_50000000_P_reg_IDX_2_EXISTS 1
+#define DT_N_S_soc_S_gpio_50000000_P_reg_IDX_3 768
+#define DT_N_S_soc_S_gpio_50000000_P_reg_IDX_3_EXISTS 1
+#define DT_N_S_soc_S_gpio_50000000_P_reg_EXISTS 1
+#define DT_N_S_soc_S_gpio_50000000_P_zephyr_deferred_init 0
+#define DT_N_S_soc_S_gpio_50000000_P_zephyr_deferred_init_EXISTS 1
+#define DT_N_S_soc_S_gpio_50000000_P_gpiote_instance DT_N_S_soc_S_gpiote_40006000
+#define DT_N_S_soc_S_gpio_50000000_P_gpiote_instance_IDX_0 DT_N_S_soc_S_gpiote_40006000
+#define DT_N_S_soc_S_gpio_50000000_P_gpiote_instance_IDX_0_PH DT_N_S_soc_S_gpiote_40006000
+#define DT_N_S_soc_S_gpio_50000000_P_gpiote_instance_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_gpio_50000000_P_gpiote_instance_FOREACH_PROP_ELEM(fn) fn(DT_N_S_soc_S_gpio_50000000, gpiote_instance, 0)
+#define DT_N_S_soc_S_gpio_50000000_P_gpiote_instance_FOREACH_PROP_ELEM_SEP(fn, sep) fn(DT_N_S_soc_S_gpio_50000000, gpiote_instance, 0)
+#define DT_N_S_soc_S_gpio_50000000_P_gpiote_instance_FOREACH_PROP_ELEM_VARGS(fn, ...) fn(DT_N_S_soc_S_gpio_50000000, gpiote_instance, 0, __VA_ARGS__)
+#define DT_N_S_soc_S_gpio_50000000_P_gpiote_instance_FOREACH_PROP_ELEM_SEP_VARGS(fn, sep, ...) fn(DT_N_S_soc_S_gpio_50000000, gpiote_instance, 0, __VA_ARGS__)
+#define DT_N_S_soc_S_gpio_50000000_P_gpiote_instance_LEN 1
+#define DT_N_S_soc_S_gpio_50000000_P_gpiote_instance_EXISTS 1
+#define DT_N_S_soc_S_gpio_50000000_P_port 0
+#define DT_N_S_soc_S_gpio_50000000_P_port_EXISTS 1
+
+/*
+ * Devicetree node: /soc/gpio@50000300
+ *
+ * Node identifier: DT_N_S_soc_S_gpio_50000300
+ *
+ * Binding (compatible = nordic,nrf-gpio):
+ *   $ZEPHYR_BASE/dts/bindings/gpio/nordic,nrf-gpio.yaml
+ *
+ * (Descriptions have moved to the Devicetree Bindings Index
+ * in the documentation.)
+ */
+
+/* Node's full path: */
+#define DT_N_S_soc_S_gpio_50000300_PATH "/soc/gpio@50000300"
+
+/* Node's name with unit-address: */
+#define DT_N_S_soc_S_gpio_50000300_FULL_NAME "gpio@50000300"
+
+/* Node parent (/soc) identifier: */
+#define DT_N_S_soc_S_gpio_50000300_PARENT DT_N_S_soc
+
+/* Node's index in its parent's list of children: */
+#define DT_N_S_soc_S_gpio_50000300_CHILD_IDX 52
+
+/* Helper macros for child nodes of this node. */
+#define DT_N_S_soc_S_gpio_50000300_CHILD_NUM 0
+#define DT_N_S_soc_S_gpio_50000300_CHILD_NUM_STATUS_OKAY 0
+#define DT_N_S_soc_S_gpio_50000300_FOREACH_CHILD(fn) 
+#define DT_N_S_soc_S_gpio_50000300_FOREACH_CHILD_SEP(fn, sep) 
+#define DT_N_S_soc_S_gpio_50000300_FOREACH_CHILD_VARGS(fn, ...) 
+#define DT_N_S_soc_S_gpio_50000300_FOREACH_CHILD_SEP_VARGS(fn, sep, ...) 
+#define DT_N_S_soc_S_gpio_50000300_FOREACH_CHILD_STATUS_OKAY(fn) 
+#define DT_N_S_soc_S_gpio_50000300_FOREACH_CHILD_STATUS_OKAY_SEP(fn, sep) 
+#define DT_N_S_soc_S_gpio_50000300_FOREACH_CHILD_STATUS_OKAY_VARGS(fn, ...) 
+#define DT_N_S_soc_S_gpio_50000300_FOREACH_CHILD_STATUS_OKAY_SEP_VARGS(fn, sep, ...) 
+
+/* Node's dependency ordinal: */
+#define DT_N_S_soc_S_gpio_50000300_ORD 9
+#define DT_N_S_soc_S_gpio_50000300_ORD_STR_SORTABLE 00009
+
+/* Ordinals for what this node depends on directly: */
+#define DT_N_S_soc_S_gpio_50000300_REQUIRES_ORDS \
+	5, /* /soc */ \
+	7, /* /soc/gpiote@40006000 */
+
+/* Ordinals for what depends directly on this node: */
+#define DT_N_S_soc_S_gpio_50000300_SUPPORTS_ORDS \
+	12, /* /led_matrix */ \
+	98, /* /soc/spi@40004000/lora_radio@0 */
+
+/* Existence and alternate IDs: */
+#define DT_N_S_soc_S_gpio_50000300_EXISTS 1
+#define DT_N_INST_1_nordic_nrf_gpio DT_N_S_soc_S_gpio_50000300
+#define DT_N_NODELABEL_gpio1        DT_N_S_soc_S_gpio_50000300
+
+/* Macros for properties that are special in the specification: */
+#define DT_N_S_soc_S_gpio_50000300_REG_NUM 2
+#define DT_N_S_soc_S_gpio_50000300_REG_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_gpio_50000300_REG_IDX_0_VAL_ADDRESS 1342178048 /* 0x50000300 */
+#define DT_N_S_soc_S_gpio_50000300_REG_IDX_0_VAL_SIZE 512 /* 0x200 */
+#define DT_N_S_soc_S_gpio_50000300_REG_IDX_1_EXISTS 1
+#define DT_N_S_soc_S_gpio_50000300_REG_IDX_1_VAL_ADDRESS 1342179328 /* 0x50000800 */
+#define DT_N_S_soc_S_gpio_50000300_REG_IDX_1_VAL_SIZE 768 /* 0x300 */
+#define DT_N_S_soc_S_gpio_50000300_RANGES_NUM 0
+#define DT_N_S_soc_S_gpio_50000300_FOREACH_RANGE(fn) 
+#define DT_N_S_soc_S_gpio_50000300_IRQ_NUM 0
+#define DT_N_S_soc_S_gpio_50000300_IRQ_LEVEL 0
+#define DT_N_S_soc_S_gpio_50000300_COMPAT_MATCHES_nordic_nrf_gpio 1
+#define DT_N_S_soc_S_gpio_50000300_COMPAT_VENDOR_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_gpio_50000300_COMPAT_VENDOR_IDX_0 "Nordic Semiconductor"
+#define DT_N_S_soc_S_gpio_50000300_COMPAT_MODEL_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_gpio_50000300_COMPAT_MODEL_IDX_0 "nrf-gpio"
+#define DT_N_S_soc_S_gpio_50000300_STATUS_okay 1
+
+/* Pin control (pinctrl-<i>, pinctrl-names) properties: */
+#define DT_N_S_soc_S_gpio_50000300_PINCTRL_NUM 0
+
+/* Generic property macros: */
+#define DT_N_S_soc_S_gpio_50000300_P_gpio_controller 1
+#define DT_N_S_soc_S_gpio_50000300_P_gpio_controller_EXISTS 1
+#define DT_N_S_soc_S_gpio_50000300_P_ngpios 10
+#define DT_N_S_soc_S_gpio_50000300_P_ngpios_EXISTS 1
+#define DT_N_S_soc_S_gpio_50000300_P_wakeup_source 0
+#define DT_N_S_soc_S_gpio_50000300_P_wakeup_source_EXISTS 1
+#define DT_N_S_soc_S_gpio_50000300_P_zephyr_pm_device_runtime_auto 0
+#define DT_N_S_soc_S_gpio_50000300_P_zephyr_pm_device_runtime_auto_EXISTS 1
+#define DT_N_S_soc_S_gpio_50000300_P_status "okay"
+#define DT_N_S_soc_S_gpio_50000300_P_status_STRING_UNQUOTED okay
+#define DT_N_S_soc_S_gpio_50000300_P_status_STRING_TOKEN okay
+#define DT_N_S_soc_S_gpio_50000300_P_status_STRING_UPPER_TOKEN OKAY
+#define DT_N_S_soc_S_gpio_50000300_P_status_IDX_0 "okay"
+#define DT_N_S_soc_S_gpio_50000300_P_status_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_gpio_50000300_P_status_ENUM_IDX 1
+#define DT_N_S_soc_S_gpio_50000300_P_status_ENUM_VAL_okay_EXISTS 1
+#define DT_N_S_soc_S_gpio_50000300_P_status_ENUM_TOKEN okay
+#define DT_N_S_soc_S_gpio_50000300_P_status_ENUM_UPPER_TOKEN OKAY
+#define DT_N_S_soc_S_gpio_50000300_P_status_FOREACH_PROP_ELEM(fn) fn(DT_N_S_soc_S_gpio_50000300, status, 0)
+#define DT_N_S_soc_S_gpio_50000300_P_status_FOREACH_PROP_ELEM_SEP(fn, sep) fn(DT_N_S_soc_S_gpio_50000300, status, 0)
+#define DT_N_S_soc_S_gpio_50000300_P_status_FOREACH_PROP_ELEM_VARGS(fn, ...) fn(DT_N_S_soc_S_gpio_50000300, status, 0, __VA_ARGS__)
+#define DT_N_S_soc_S_gpio_50000300_P_status_FOREACH_PROP_ELEM_SEP_VARGS(fn, sep, ...) fn(DT_N_S_soc_S_gpio_50000300, status, 0, __VA_ARGS__)
+#define DT_N_S_soc_S_gpio_50000300_P_status_LEN 1
+#define DT_N_S_soc_S_gpio_50000300_P_status_EXISTS 1
+#define DT_N_S_soc_S_gpio_50000300_P_compatible {"nordic,nrf-gpio"}
+#define DT_N_S_soc_S_gpio_50000300_P_compatible_IDX_0 "nordic,nrf-gpio"
+#define DT_N_S_soc_S_gpio_50000300_P_compatible_IDX_0_STRING_UNQUOTED nordic,nrf-gpio
+#define DT_N_S_soc_S_gpio_50000300_P_compatible_IDX_0_STRING_TOKEN nordic_nrf_gpio
+#define DT_N_S_soc_S_gpio_50000300_P_compatible_IDX_0_STRING_UPPER_TOKEN NORDIC_NRF_GPIO
+#define DT_N_S_soc_S_gpio_50000300_P_compatible_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_gpio_50000300_P_compatible_FOREACH_PROP_ELEM(fn) fn(DT_N_S_soc_S_gpio_50000300, compatible, 0)
+#define DT_N_S_soc_S_gpio_50000300_P_compatible_FOREACH_PROP_ELEM_SEP(fn, sep) fn(DT_N_S_soc_S_gpio_50000300, compatible, 0)
+#define DT_N_S_soc_S_gpio_50000300_P_compatible_FOREACH_PROP_ELEM_VARGS(fn, ...) fn(DT_N_S_soc_S_gpio_50000300, compatible, 0, __VA_ARGS__)
+#define DT_N_S_soc_S_gpio_50000300_P_compatible_FOREACH_PROP_ELEM_SEP_VARGS(fn, sep, ...) fn(DT_N_S_soc_S_gpio_50000300, compatible, 0, __VA_ARGS__)
+#define DT_N_S_soc_S_gpio_50000300_P_compatible_LEN 1
+#define DT_N_S_soc_S_gpio_50000300_P_compatible_EXISTS 1
+#define DT_N_S_soc_S_gpio_50000300_P_reg {1342178048 /* 0x50000300 */, 512 /* 0x200 */, 1342179328 /* 0x50000800 */, 768 /* 0x300 */}
+#define DT_N_S_soc_S_gpio_50000300_P_reg_IDX_0 1342178048
+#define DT_N_S_soc_S_gpio_50000300_P_reg_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_gpio_50000300_P_reg_IDX_1 512
+#define DT_N_S_soc_S_gpio_50000300_P_reg_IDX_1_EXISTS 1
+#define DT_N_S_soc_S_gpio_50000300_P_reg_IDX_2 1342179328
+#define DT_N_S_soc_S_gpio_50000300_P_reg_IDX_2_EXISTS 1
+#define DT_N_S_soc_S_gpio_50000300_P_reg_IDX_3 768
+#define DT_N_S_soc_S_gpio_50000300_P_reg_IDX_3_EXISTS 1
+#define DT_N_S_soc_S_gpio_50000300_P_reg_EXISTS 1
+#define DT_N_S_soc_S_gpio_50000300_P_zephyr_deferred_init 0
+#define DT_N_S_soc_S_gpio_50000300_P_zephyr_deferred_init_EXISTS 1
+#define DT_N_S_soc_S_gpio_50000300_P_gpiote_instance DT_N_S_soc_S_gpiote_40006000
+#define DT_N_S_soc_S_gpio_50000300_P_gpiote_instance_IDX_0 DT_N_S_soc_S_gpiote_40006000
+#define DT_N_S_soc_S_gpio_50000300_P_gpiote_instance_IDX_0_PH DT_N_S_soc_S_gpiote_40006000
+#define DT_N_S_soc_S_gpio_50000300_P_gpiote_instance_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_gpio_50000300_P_gpiote_instance_FOREACH_PROP_ELEM(fn) fn(DT_N_S_soc_S_gpio_50000300, gpiote_instance, 0)
+#define DT_N_S_soc_S_gpio_50000300_P_gpiote_instance_FOREACH_PROP_ELEM_SEP(fn, sep) fn(DT_N_S_soc_S_gpio_50000300, gpiote_instance, 0)
+#define DT_N_S_soc_S_gpio_50000300_P_gpiote_instance_FOREACH_PROP_ELEM_VARGS(fn, ...) fn(DT_N_S_soc_S_gpio_50000300, gpiote_instance, 0, __VA_ARGS__)
+#define DT_N_S_soc_S_gpio_50000300_P_gpiote_instance_FOREACH_PROP_ELEM_SEP_VARGS(fn, sep, ...) fn(DT_N_S_soc_S_gpio_50000300, gpiote_instance, 0, __VA_ARGS__)
+#define DT_N_S_soc_S_gpio_50000300_P_gpiote_instance_LEN 1
+#define DT_N_S_soc_S_gpio_50000300_P_gpiote_instance_EXISTS 1
+#define DT_N_S_soc_S_gpio_50000300_P_port 1
+#define DT_N_S_soc_S_gpio_50000300_P_port_EXISTS 1
+
+/*
+ * Devicetree node: /soc/pwm@4001c000
+ *
+ * Node identifier: DT_N_S_soc_S_pwm_4001c000
+ *
+ * Binding (compatible = nordic,nrf-pwm):
+ *   $ZEPHYR_BASE/dts/bindings/pwm/nordic,nrf-pwm.yaml
+ *
+ * (Descriptions have moved to the Devicetree Bindings Index
+ * in the documentation.)
+ */
+
+/* Node's full path: */
+#define DT_N_S_soc_S_pwm_4001c000_PATH "/soc/pwm@4001c000"
+
+/* Node's name with unit-address: */
+#define DT_N_S_soc_S_pwm_4001c000_FULL_NAME "pwm@4001c000"
+
+/* Node parent (/soc) identifier: */
+#define DT_N_S_soc_S_pwm_4001c000_PARENT DT_N_S_soc
+
+/* Node's index in its parent's list of children: */
+#define DT_N_S_soc_S_pwm_4001c000_CHILD_IDX 36
+
+/* Helper macros for child nodes of this node. */
+#define DT_N_S_soc_S_pwm_4001c000_CHILD_NUM 0
+#define DT_N_S_soc_S_pwm_4001c000_CHILD_NUM_STATUS_OKAY 0
+#define DT_N_S_soc_S_pwm_4001c000_FOREACH_CHILD(fn) 
+#define DT_N_S_soc_S_pwm_4001c000_FOREACH_CHILD_SEP(fn, sep) 
+#define DT_N_S_soc_S_pwm_4001c000_FOREACH_CHILD_VARGS(fn, ...) 
+#define DT_N_S_soc_S_pwm_4001c000_FOREACH_CHILD_SEP_VARGS(fn, sep, ...) 
+#define DT_N_S_soc_S_pwm_4001c000_FOREACH_CHILD_STATUS_OKAY(fn) 
+#define DT_N_S_soc_S_pwm_4001c000_FOREACH_CHILD_STATUS_OKAY_SEP(fn, sep) 
+#define DT_N_S_soc_S_pwm_4001c000_FOREACH_CHILD_STATUS_OKAY_VARGS(fn, ...) 
+#define DT_N_S_soc_S_pwm_4001c000_FOREACH_CHILD_STATUS_OKAY_SEP_VARGS(fn, sep, ...) 
+
+/* Node's dependency ordinal: */
+#define DT_N_S_soc_S_pwm_4001c000_ORD 10
+#define DT_N_S_soc_S_pwm_4001c000_ORD_STR_SORTABLE 00010
+
+/* Ordinals for what this node depends on directly: */
+#define DT_N_S_soc_S_pwm_4001c000_REQUIRES_ORDS \
+	5, /* /soc */ \
+	6, /* /soc/interrupt-controller@e000e100 */
+
+/* Ordinals for what depends directly on this node: */
+#define DT_N_S_soc_S_pwm_4001c000_SUPPORTS_ORDS \
+	12, /* /led_matrix */
+
+/* Existence and alternate IDs: */
+#define DT_N_S_soc_S_pwm_4001c000_EXISTS 1
+#define DT_N_INST_1_nordic_nrf_pwm DT_N_S_soc_S_pwm_4001c000
+#define DT_N_NODELABEL_pwm0        DT_N_S_soc_S_pwm_4001c000
+
+/* Macros for properties that are special in the specification: */
+#define DT_N_S_soc_S_pwm_4001c000_REG_NUM 1
+#define DT_N_S_soc_S_pwm_4001c000_REG_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_pwm_4001c000_REG_IDX_0_VAL_ADDRESS 1073856512 /* 0x4001c000 */
+#define DT_N_S_soc_S_pwm_4001c000_REG_IDX_0_VAL_SIZE 4096 /* 0x1000 */
+#define DT_N_S_soc_S_pwm_4001c000_RANGES_NUM 0
+#define DT_N_S_soc_S_pwm_4001c000_FOREACH_RANGE(fn) 
+#define DT_N_S_soc_S_pwm_4001c000_IRQ_NUM 1
+#define DT_N_S_soc_S_pwm_4001c000_IRQ_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_pwm_4001c000_IRQ_IDX_0_VAL_irq 28
+#define DT_N_S_soc_S_pwm_4001c000_IRQ_IDX_0_VAL_irq_EXISTS 1
+#define DT_N_S_soc_S_pwm_4001c000_IRQ_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_pwm_4001c000_IRQ_IDX_0_VAL_priority 1
+#define DT_N_S_soc_S_pwm_4001c000_IRQ_IDX_0_VAL_priority_EXISTS 1
+#define DT_N_S_soc_S_pwm_4001c000_IRQ_IDX_0_CONTROLLER DT_N_S_soc_S_interrupt_controller_e000e100
+#define DT_N_S_soc_S_pwm_4001c000_IRQ_LEVEL 1
+#define DT_N_S_soc_S_pwm_4001c000_COMPAT_MATCHES_nordic_nrf_pwm 1
+#define DT_N_S_soc_S_pwm_4001c000_COMPAT_VENDOR_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_pwm_4001c000_COMPAT_VENDOR_IDX_0 "Nordic Semiconductor"
+#define DT_N_S_soc_S_pwm_4001c000_COMPAT_MODEL_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_pwm_4001c000_COMPAT_MODEL_IDX_0 "nrf-pwm"
+#define DT_N_S_soc_S_pwm_4001c000_STATUS_disabled 1
+
+/* Pin control (pinctrl-<i>, pinctrl-names) properties: */
+#define DT_N_S_soc_S_pwm_4001c000_PINCTRL_NUM 0
+
+/* Generic property macros: */
+#define DT_N_S_soc_S_pwm_4001c000_P_wakeup_source 0
+#define DT_N_S_soc_S_pwm_4001c000_P_wakeup_source_EXISTS 1
+#define DT_N_S_soc_S_pwm_4001c000_P_zephyr_pm_device_runtime_auto 0
+#define DT_N_S_soc_S_pwm_4001c000_P_zephyr_pm_device_runtime_auto_EXISTS 1
+#define DT_N_S_soc_S_pwm_4001c000_P_status "disabled"
+#define DT_N_S_soc_S_pwm_4001c000_P_status_STRING_UNQUOTED disabled
+#define DT_N_S_soc_S_pwm_4001c000_P_status_STRING_TOKEN disabled
+#define DT_N_S_soc_S_pwm_4001c000_P_status_STRING_UPPER_TOKEN DISABLED
+#define DT_N_S_soc_S_pwm_4001c000_P_status_IDX_0 "disabled"
+#define DT_N_S_soc_S_pwm_4001c000_P_status_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_pwm_4001c000_P_status_ENUM_IDX 2
+#define DT_N_S_soc_S_pwm_4001c000_P_status_ENUM_VAL_disabled_EXISTS 1
+#define DT_N_S_soc_S_pwm_4001c000_P_status_ENUM_TOKEN disabled
+#define DT_N_S_soc_S_pwm_4001c000_P_status_ENUM_UPPER_TOKEN DISABLED
+#define DT_N_S_soc_S_pwm_4001c000_P_status_FOREACH_PROP_ELEM(fn) fn(DT_N_S_soc_S_pwm_4001c000, status, 0)
+#define DT_N_S_soc_S_pwm_4001c000_P_status_FOREACH_PROP_ELEM_SEP(fn, sep) fn(DT_N_S_soc_S_pwm_4001c000, status, 0)
+#define DT_N_S_soc_S_pwm_4001c000_P_status_FOREACH_PROP_ELEM_VARGS(fn, ...) fn(DT_N_S_soc_S_pwm_4001c000, status, 0, __VA_ARGS__)
+#define DT_N_S_soc_S_pwm_4001c000_P_status_FOREACH_PROP_ELEM_SEP_VARGS(fn, sep, ...) fn(DT_N_S_soc_S_pwm_4001c000, status, 0, __VA_ARGS__)
+#define DT_N_S_soc_S_pwm_4001c000_P_status_LEN 1
+#define DT_N_S_soc_S_pwm_4001c000_P_status_EXISTS 1
+#define DT_N_S_soc_S_pwm_4001c000_P_compatible {"nordic,nrf-pwm"}
+#define DT_N_S_soc_S_pwm_4001c000_P_compatible_IDX_0 "nordic,nrf-pwm"
+#define DT_N_S_soc_S_pwm_4001c000_P_compatible_IDX_0_STRING_UNQUOTED nordic,nrf-pwm
+#define DT_N_S_soc_S_pwm_4001c000_P_compatible_IDX_0_STRING_TOKEN nordic_nrf_pwm
+#define DT_N_S_soc_S_pwm_4001c000_P_compatible_IDX_0_STRING_UPPER_TOKEN NORDIC_NRF_PWM
+#define DT_N_S_soc_S_pwm_4001c000_P_compatible_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_pwm_4001c000_P_compatible_FOREACH_PROP_ELEM(fn) fn(DT_N_S_soc_S_pwm_4001c000, compatible, 0)
+#define DT_N_S_soc_S_pwm_4001c000_P_compatible_FOREACH_PROP_ELEM_SEP(fn, sep) fn(DT_N_S_soc_S_pwm_4001c000, compatible, 0)
+#define DT_N_S_soc_S_pwm_4001c000_P_compatible_FOREACH_PROP_ELEM_VARGS(fn, ...) fn(DT_N_S_soc_S_pwm_4001c000, compatible, 0, __VA_ARGS__)
+#define DT_N_S_soc_S_pwm_4001c000_P_compatible_FOREACH_PROP_ELEM_SEP_VARGS(fn, sep, ...) fn(DT_N_S_soc_S_pwm_4001c000, compatible, 0, __VA_ARGS__)
+#define DT_N_S_soc_S_pwm_4001c000_P_compatible_LEN 1
+#define DT_N_S_soc_S_pwm_4001c000_P_compatible_EXISTS 1
+#define DT_N_S_soc_S_pwm_4001c000_P_reg {1073856512 /* 0x4001c000 */, 4096 /* 0x1000 */}
+#define DT_N_S_soc_S_pwm_4001c000_P_reg_IDX_0 1073856512
+#define DT_N_S_soc_S_pwm_4001c000_P_reg_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_pwm_4001c000_P_reg_IDX_1 4096
+#define DT_N_S_soc_S_pwm_4001c000_P_reg_IDX_1_EXISTS 1
+#define DT_N_S_soc_S_pwm_4001c000_P_reg_EXISTS 1
+#define DT_N_S_soc_S_pwm_4001c000_P_interrupts {28 /* 0x1c */, 1 /* 0x1 */}
+#define DT_N_S_soc_S_pwm_4001c000_P_interrupts_IDX_0 28
+#define DT_N_S_soc_S_pwm_4001c000_P_interrupts_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_pwm_4001c000_P_interrupts_IDX_1 1
+#define DT_N_S_soc_S_pwm_4001c000_P_interrupts_IDX_1_EXISTS 1
+#define DT_N_S_soc_S_pwm_4001c000_P_interrupts_EXISTS 1
+#define DT_N_S_soc_S_pwm_4001c000_P_zephyr_deferred_init 0
+#define DT_N_S_soc_S_pwm_4001c000_P_zephyr_deferred_init_EXISTS 1
+#define DT_N_S_soc_S_pwm_4001c000_P_center_aligned 0
+#define DT_N_S_soc_S_pwm_4001c000_P_center_aligned_EXISTS 1
+
+/*
+ * Devicetree node: /soc/timer@4001b000
+ *
+ * Node identifier: DT_N_S_soc_S_timer_4001b000
+ *
+ * Binding (compatible = nordic,nrf-timer):
+ *   $ZEPHYR_BASE/dts/bindings/timer/nordic,nrf-timer.yaml
+ *
+ * (Descriptions have moved to the Devicetree Bindings Index
+ * in the documentation.)
+ */
+
+/* Node's full path: */
+#define DT_N_S_soc_S_timer_4001b000_PATH "/soc/timer@4001b000"
+
+/* Node's name with unit-address: */
+#define DT_N_S_soc_S_timer_4001b000_FULL_NAME "timer@4001b000"
+
+/* Node parent (/soc) identifier: */
+#define DT_N_S_soc_S_timer_4001b000_PARENT DT_N_S_soc
+
+/* Node's index in its parent's list of children: */
+#define DT_N_S_soc_S_timer_4001b000_CHILD_IDX 35
+
+/* Helper macros for child nodes of this node. */
+#define DT_N_S_soc_S_timer_4001b000_CHILD_NUM 0
+#define DT_N_S_soc_S_timer_4001b000_CHILD_NUM_STATUS_OKAY 0
+#define DT_N_S_soc_S_timer_4001b000_FOREACH_CHILD(fn) 
+#define DT_N_S_soc_S_timer_4001b000_FOREACH_CHILD_SEP(fn, sep) 
+#define DT_N_S_soc_S_timer_4001b000_FOREACH_CHILD_VARGS(fn, ...) 
+#define DT_N_S_soc_S_timer_4001b000_FOREACH_CHILD_SEP_VARGS(fn, sep, ...) 
+#define DT_N_S_soc_S_timer_4001b000_FOREACH_CHILD_STATUS_OKAY(fn) 
+#define DT_N_S_soc_S_timer_4001b000_FOREACH_CHILD_STATUS_OKAY_SEP(fn, sep) 
+#define DT_N_S_soc_S_timer_4001b000_FOREACH_CHILD_STATUS_OKAY_VARGS(fn, ...) 
+#define DT_N_S_soc_S_timer_4001b000_FOREACH_CHILD_STATUS_OKAY_SEP_VARGS(fn, sep, ...) 
+
+/* Node's dependency ordinal: */
+#define DT_N_S_soc_S_timer_4001b000_ORD 11
+#define DT_N_S_soc_S_timer_4001b000_ORD_STR_SORTABLE 00011
+
+/* Ordinals for what this node depends on directly: */
+#define DT_N_S_soc_S_timer_4001b000_REQUIRES_ORDS \
+	5, /* /soc */ \
+	6, /* /soc/interrupt-controller@e000e100 */
+
+/* Ordinals for what depends directly on this node: */
+#define DT_N_S_soc_S_timer_4001b000_SUPPORTS_ORDS \
+	12, /* /led_matrix */
+
+/* Existence and alternate IDs: */
+#define DT_N_S_soc_S_timer_4001b000_EXISTS 1
+#define DT_N_INST_4_nordic_nrf_timer DT_N_S_soc_S_timer_4001b000
+#define DT_N_NODELABEL_timer4        DT_N_S_soc_S_timer_4001b000
+
+/* Macros for properties that are special in the specification: */
+#define DT_N_S_soc_S_timer_4001b000_REG_NUM 1
+#define DT_N_S_soc_S_timer_4001b000_REG_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_timer_4001b000_REG_IDX_0_VAL_ADDRESS 1073852416 /* 0x4001b000 */
+#define DT_N_S_soc_S_timer_4001b000_REG_IDX_0_VAL_SIZE 4096 /* 0x1000 */
+#define DT_N_S_soc_S_timer_4001b000_RANGES_NUM 0
+#define DT_N_S_soc_S_timer_4001b000_FOREACH_RANGE(fn) 
+#define DT_N_S_soc_S_timer_4001b000_IRQ_NUM 1
+#define DT_N_S_soc_S_timer_4001b000_IRQ_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_timer_4001b000_IRQ_IDX_0_VAL_irq 27
+#define DT_N_S_soc_S_timer_4001b000_IRQ_IDX_0_VAL_irq_EXISTS 1
+#define DT_N_S_soc_S_timer_4001b000_IRQ_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_timer_4001b000_IRQ_IDX_0_VAL_priority 1
+#define DT_N_S_soc_S_timer_4001b000_IRQ_IDX_0_VAL_priority_EXISTS 1
+#define DT_N_S_soc_S_timer_4001b000_IRQ_IDX_0_CONTROLLER DT_N_S_soc_S_interrupt_controller_e000e100
+#define DT_N_S_soc_S_timer_4001b000_IRQ_LEVEL 1
+#define DT_N_S_soc_S_timer_4001b000_COMPAT_MATCHES_nordic_nrf_timer 1
+#define DT_N_S_soc_S_timer_4001b000_COMPAT_VENDOR_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_timer_4001b000_COMPAT_VENDOR_IDX_0 "Nordic Semiconductor"
+#define DT_N_S_soc_S_timer_4001b000_COMPAT_MODEL_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_timer_4001b000_COMPAT_MODEL_IDX_0 "nrf-timer"
+#define DT_N_S_soc_S_timer_4001b000_STATUS_disabled 1
+
+/* Pin control (pinctrl-<i>, pinctrl-names) properties: */
+#define DT_N_S_soc_S_timer_4001b000_PINCTRL_NUM 0
+
+/* Generic property macros: */
+#define DT_N_S_soc_S_timer_4001b000_P_wakeup_source 0
+#define DT_N_S_soc_S_timer_4001b000_P_wakeup_source_EXISTS 1
+#define DT_N_S_soc_S_timer_4001b000_P_zephyr_pm_device_runtime_auto 0
+#define DT_N_S_soc_S_timer_4001b000_P_zephyr_pm_device_runtime_auto_EXISTS 1
+#define DT_N_S_soc_S_timer_4001b000_P_status "disabled"
+#define DT_N_S_soc_S_timer_4001b000_P_status_STRING_UNQUOTED disabled
+#define DT_N_S_soc_S_timer_4001b000_P_status_STRING_TOKEN disabled
+#define DT_N_S_soc_S_timer_4001b000_P_status_STRING_UPPER_TOKEN DISABLED
+#define DT_N_S_soc_S_timer_4001b000_P_status_IDX_0 "disabled"
+#define DT_N_S_soc_S_timer_4001b000_P_status_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_timer_4001b000_P_status_ENUM_IDX 2
+#define DT_N_S_soc_S_timer_4001b000_P_status_ENUM_VAL_disabled_EXISTS 1
+#define DT_N_S_soc_S_timer_4001b000_P_status_ENUM_TOKEN disabled
+#define DT_N_S_soc_S_timer_4001b000_P_status_ENUM_UPPER_TOKEN DISABLED
+#define DT_N_S_soc_S_timer_4001b000_P_status_FOREACH_PROP_ELEM(fn) fn(DT_N_S_soc_S_timer_4001b000, status, 0)
+#define DT_N_S_soc_S_timer_4001b000_P_status_FOREACH_PROP_ELEM_SEP(fn, sep) fn(DT_N_S_soc_S_timer_4001b000, status, 0)
+#define DT_N_S_soc_S_timer_4001b000_P_status_FOREACH_PROP_ELEM_VARGS(fn, ...) fn(DT_N_S_soc_S_timer_4001b000, status, 0, __VA_ARGS__)
+#define DT_N_S_soc_S_timer_4001b000_P_status_FOREACH_PROP_ELEM_SEP_VARGS(fn, sep, ...) fn(DT_N_S_soc_S_timer_4001b000, status, 0, __VA_ARGS__)
+#define DT_N_S_soc_S_timer_4001b000_P_status_LEN 1
+#define DT_N_S_soc_S_timer_4001b000_P_status_EXISTS 1
+#define DT_N_S_soc_S_timer_4001b000_P_compatible {"nordic,nrf-timer"}
+#define DT_N_S_soc_S_timer_4001b000_P_compatible_IDX_0 "nordic,nrf-timer"
+#define DT_N_S_soc_S_timer_4001b000_P_compatible_IDX_0_STRING_UNQUOTED nordic,nrf-timer
+#define DT_N_S_soc_S_timer_4001b000_P_compatible_IDX_0_STRING_TOKEN nordic_nrf_timer
+#define DT_N_S_soc_S_timer_4001b000_P_compatible_IDX_0_STRING_UPPER_TOKEN NORDIC_NRF_TIMER
+#define DT_N_S_soc_S_timer_4001b000_P_compatible_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_timer_4001b000_P_compatible_FOREACH_PROP_ELEM(fn) fn(DT_N_S_soc_S_timer_4001b000, compatible, 0)
+#define DT_N_S_soc_S_timer_4001b000_P_compatible_FOREACH_PROP_ELEM_SEP(fn, sep) fn(DT_N_S_soc_S_timer_4001b000, compatible, 0)
+#define DT_N_S_soc_S_timer_4001b000_P_compatible_FOREACH_PROP_ELEM_VARGS(fn, ...) fn(DT_N_S_soc_S_timer_4001b000, compatible, 0, __VA_ARGS__)
+#define DT_N_S_soc_S_timer_4001b000_P_compatible_FOREACH_PROP_ELEM_SEP_VARGS(fn, sep, ...) fn(DT_N_S_soc_S_timer_4001b000, compatible, 0, __VA_ARGS__)
+#define DT_N_S_soc_S_timer_4001b000_P_compatible_LEN 1
+#define DT_N_S_soc_S_timer_4001b000_P_compatible_EXISTS 1
+#define DT_N_S_soc_S_timer_4001b000_P_reg {1073852416 /* 0x4001b000 */, 4096 /* 0x1000 */}
+#define DT_N_S_soc_S_timer_4001b000_P_reg_IDX_0 1073852416
+#define DT_N_S_soc_S_timer_4001b000_P_reg_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_timer_4001b000_P_reg_IDX_1 4096
+#define DT_N_S_soc_S_timer_4001b000_P_reg_IDX_1_EXISTS 1
+#define DT_N_S_soc_S_timer_4001b000_P_reg_EXISTS 1
+#define DT_N_S_soc_S_timer_4001b000_P_interrupts {27 /* 0x1b */, 1 /* 0x1 */}
+#define DT_N_S_soc_S_timer_4001b000_P_interrupts_IDX_0 27
+#define DT_N_S_soc_S_timer_4001b000_P_interrupts_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_timer_4001b000_P_interrupts_IDX_1 1
+#define DT_N_S_soc_S_timer_4001b000_P_interrupts_IDX_1_EXISTS 1
+#define DT_N_S_soc_S_timer_4001b000_P_interrupts_EXISTS 1
+#define DT_N_S_soc_S_timer_4001b000_P_zephyr_deferred_init 0
+#define DT_N_S_soc_S_timer_4001b000_P_zephyr_deferred_init_EXISTS 1
+#define DT_N_S_soc_S_timer_4001b000_P_cc_num 6
+#define DT_N_S_soc_S_timer_4001b000_P_cc_num_EXISTS 1
+#define DT_N_S_soc_S_timer_4001b000_P_max_bit_width 32
+#define DT_N_S_soc_S_timer_4001b000_P_max_bit_width_EXISTS 1
+#define DT_N_S_soc_S_timer_4001b000_P_max_frequency 16000000
+#define DT_N_S_soc_S_timer_4001b000_P_max_frequency_EXISTS 1
+#define DT_N_S_soc_S_timer_4001b000_P_prescaler 0
+#define DT_N_S_soc_S_timer_4001b000_P_prescaler_EXISTS 1
+#define DT_N_S_soc_S_timer_4001b000_P_zli 0
+#define DT_N_S_soc_S_timer_4001b000_P_zli_EXISTS 1
+
+/*
+ * Devicetree node: /led_matrix
+ *
+ * Node identifier: DT_N_S_led_matrix
+ *
+ * Binding (compatible = nordic,nrf-led-matrix):
+ *   $ZEPHYR_BASE/dts/bindings/display/nordic,nrf-led-matrix.yaml
+ *
+ * (Descriptions have moved to the Devicetree Bindings Index
+ * in the documentation.)
+ */
+
+/* Node's full path: */
+#define DT_N_S_led_matrix_PATH "/led_matrix"
+
+/* Node's name with unit-address: */
+#define DT_N_S_led_matrix_FULL_NAME "led_matrix"
+
+/* Node parent (/) identifier: */
+#define DT_N_S_led_matrix_PARENT DT_N
+
+/* Node's index in its parent's list of children: */
+#define DT_N_S_led_matrix_CHILD_IDX 8
+
+/* Helper macros for child nodes of this node. */
+#define DT_N_S_led_matrix_CHILD_NUM 0
+#define DT_N_S_led_matrix_CHILD_NUM_STATUS_OKAY 0
+#define DT_N_S_led_matrix_FOREACH_CHILD(fn) 
+#define DT_N_S_led_matrix_FOREACH_CHILD_SEP(fn, sep) 
+#define DT_N_S_led_matrix_FOREACH_CHILD_VARGS(fn, ...) 
+#define DT_N_S_led_matrix_FOREACH_CHILD_SEP_VARGS(fn, sep, ...) 
+#define DT_N_S_led_matrix_FOREACH_CHILD_STATUS_OKAY(fn) 
+#define DT_N_S_led_matrix_FOREACH_CHILD_STATUS_OKAY_SEP(fn, sep) 
+#define DT_N_S_led_matrix_FOREACH_CHILD_STATUS_OKAY_VARGS(fn, ...) 
+#define DT_N_S_led_matrix_FOREACH_CHILD_STATUS_OKAY_SEP_VARGS(fn, sep, ...) 
+
+/* Node's dependency ordinal: */
+#define DT_N_S_led_matrix_ORD 12
+#define DT_N_S_led_matrix_ORD_STR_SORTABLE 00012
+
+/* Ordinals for what this node depends on directly: */
+#define DT_N_S_led_matrix_REQUIRES_ORDS \
+	0, /* / */ \
+	8, /* /soc/gpio@50000000 */ \
+	9, /* /soc/gpio@50000300 */ \
+	10, /* /soc/pwm@4001c000 */ \
+	11, /* /soc/timer@4001b000 */
+
+/* Ordinals for what depends directly on this node: */
+#define DT_N_S_led_matrix_SUPPORTS_ORDS /* nothing */
+
+/* Existence and alternate IDs: */
+#define DT_N_S_led_matrix_EXISTS 1
+#define DT_N_INST_0_nordic_nrf_led_matrix DT_N_S_led_matrix
+#define DT_N_NODELABEL_led_matrix         DT_N_S_led_matrix
+
+/* Macros for properties that are special in the specification: */
+#define DT_N_S_led_matrix_REG_NUM 0
+#define DT_N_S_led_matrix_RANGES_NUM 0
+#define DT_N_S_led_matrix_FOREACH_RANGE(fn) 
+#define DT_N_S_led_matrix_IRQ_NUM 0
+#define DT_N_S_led_matrix_IRQ_LEVEL 0
+#define DT_N_S_led_matrix_COMPAT_MATCHES_nordic_nrf_led_matrix 1
+#define DT_N_S_led_matrix_COMPAT_VENDOR_IDX_0_EXISTS 1
+#define DT_N_S_led_matrix_COMPAT_VENDOR_IDX_0 "Nordic Semiconductor"
+#define DT_N_S_led_matrix_COMPAT_MODEL_IDX_0_EXISTS 1
+#define DT_N_S_led_matrix_COMPAT_MODEL_IDX_0 "nrf-led-matrix"
+#define DT_N_S_led_matrix_STATUS_okay 1
+
+/* Pin control (pinctrl-<i>, pinctrl-names) properties: */
+#define DT_N_S_led_matrix_PINCTRL_NUM 0
+
+/* Generic property macros: */
+#define DT_N_S_led_matrix_P_wakeup_source 0
+#define DT_N_S_led_matrix_P_wakeup_source_EXISTS 1
+#define DT_N_S_led_matrix_P_zephyr_pm_device_runtime_auto 0
+#define DT_N_S_led_matrix_P_zephyr_pm_device_runtime_auto_EXISTS 1
+#define DT_N_S_led_matrix_P_status "okay"
+#define DT_N_S_led_matrix_P_status_STRING_UNQUOTED okay
+#define DT_N_S_led_matrix_P_status_STRING_TOKEN okay
+#define DT_N_S_led_matrix_P_status_STRING_UPPER_TOKEN OKAY
+#define DT_N_S_led_matrix_P_status_IDX_0 "okay"
+#define DT_N_S_led_matrix_P_status_IDX_0_EXISTS 1
+#define DT_N_S_led_matrix_P_status_ENUM_IDX 1
+#define DT_N_S_led_matrix_P_status_ENUM_VAL_okay_EXISTS 1
+#define DT_N_S_led_matrix_P_status_ENUM_TOKEN okay
+#define DT_N_S_led_matrix_P_status_ENUM_UPPER_TOKEN OKAY
+#define DT_N_S_led_matrix_P_status_FOREACH_PROP_ELEM(fn) fn(DT_N_S_led_matrix, status, 0)
+#define DT_N_S_led_matrix_P_status_FOREACH_PROP_ELEM_SEP(fn, sep) fn(DT_N_S_led_matrix, status, 0)
+#define DT_N_S_led_matrix_P_status_FOREACH_PROP_ELEM_VARGS(fn, ...) fn(DT_N_S_led_matrix, status, 0, __VA_ARGS__)
+#define DT_N_S_led_matrix_P_status_FOREACH_PROP_ELEM_SEP_VARGS(fn, sep, ...) fn(DT_N_S_led_matrix, status, 0, __VA_ARGS__)
+#define DT_N_S_led_matrix_P_status_LEN 1
+#define DT_N_S_led_matrix_P_status_EXISTS 1
+#define DT_N_S_led_matrix_P_compatible {"nordic,nrf-led-matrix"}
+#define DT_N_S_led_matrix_P_compatible_IDX_0 "nordic,nrf-led-matrix"
+#define DT_N_S_led_matrix_P_compatible_IDX_0_STRING_UNQUOTED nordic,nrf-led-matrix
+#define DT_N_S_led_matrix_P_compatible_IDX_0_STRING_TOKEN nordic_nrf_led_matrix
+#define DT_N_S_led_matrix_P_compatible_IDX_0_STRING_UPPER_TOKEN NORDIC_NRF_LED_MATRIX
+#define DT_N_S_led_matrix_P_compatible_IDX_0_EXISTS 1
+#define DT_N_S_led_matrix_P_compatible_FOREACH_PROP_ELEM(fn) fn(DT_N_S_led_matrix, compatible, 0)
+#define DT_N_S_led_matrix_P_compatible_FOREACH_PROP_ELEM_SEP(fn, sep) fn(DT_N_S_led_matrix, compatible, 0)
+#define DT_N_S_led_matrix_P_compatible_FOREACH_PROP_ELEM_VARGS(fn, ...) fn(DT_N_S_led_matrix, compatible, 0, __VA_ARGS__)
+#define DT_N_S_led_matrix_P_compatible_FOREACH_PROP_ELEM_SEP_VARGS(fn, sep, ...) fn(DT_N_S_led_matrix, compatible, 0, __VA_ARGS__)
+#define DT_N_S_led_matrix_P_compatible_LEN 1
+#define DT_N_S_led_matrix_P_compatible_EXISTS 1
+#define DT_N_S_led_matrix_P_zephyr_deferred_init 0
+#define DT_N_S_led_matrix_P_zephyr_deferred_init_EXISTS 1
+#define DT_N_S_led_matrix_P_height 5
+#define DT_N_S_led_matrix_P_height_EXISTS 1
+#define DT_N_S_led_matrix_P_width 5
+#define DT_N_S_led_matrix_P_width_EXISTS 1
+#define DT_N_S_led_matrix_P_row_gpios_IDX_0_EXISTS 1
+#define DT_N_S_led_matrix_P_row_gpios_IDX_0_PH DT_N_S_soc_S_gpio_50000000
+#define DT_N_S_led_matrix_P_row_gpios_IDX_0_VAL_pin 21
+#define DT_N_S_led_matrix_P_row_gpios_IDX_0_VAL_pin_EXISTS 1
+#define DT_N_S_led_matrix_P_row_gpios_IDX_0_VAL_flags 0
+#define DT_N_S_led_matrix_P_row_gpios_IDX_0_VAL_flags_EXISTS 1
+#define DT_N_S_led_matrix_P_row_gpios_IDX_1_EXISTS 1
+#define DT_N_S_led_matrix_P_row_gpios_IDX_1_PH DT_N_S_soc_S_gpio_50000000
+#define DT_N_S_led_matrix_P_row_gpios_IDX_1_VAL_pin 22
+#define DT_N_S_led_matrix_P_row_gpios_IDX_1_VAL_pin_EXISTS 1
+#define DT_N_S_led_matrix_P_row_gpios_IDX_1_VAL_flags 0
+#define DT_N_S_led_matrix_P_row_gpios_IDX_1_VAL_flags_EXISTS 1
+#define DT_N_S_led_matrix_P_row_gpios_IDX_2_EXISTS 1
+#define DT_N_S_led_matrix_P_row_gpios_IDX_2_PH DT_N_S_soc_S_gpio_50000000
+#define DT_N_S_led_matrix_P_row_gpios_IDX_2_VAL_pin 15
+#define DT_N_S_led_matrix_P_row_gpios_IDX_2_VAL_pin_EXISTS 1
+#define DT_N_S_led_matrix_P_row_gpios_IDX_2_VAL_flags 0
+#define DT_N_S_led_matrix_P_row_gpios_IDX_2_VAL_flags_EXISTS 1
+#define DT_N_S_led_matrix_P_row_gpios_IDX_3_EXISTS 1
+#define DT_N_S_led_matrix_P_row_gpios_IDX_3_PH DT_N_S_soc_S_gpio_50000000
+#define DT_N_S_led_matrix_P_row_gpios_IDX_3_VAL_pin 24
+#define DT_N_S_led_matrix_P_row_gpios_IDX_3_VAL_pin_EXISTS 1
+#define DT_N_S_led_matrix_P_row_gpios_IDX_3_VAL_flags 0
+#define DT_N_S_led_matrix_P_row_gpios_IDX_3_VAL_flags_EXISTS 1
+#define DT_N_S_led_matrix_P_row_gpios_IDX_4_EXISTS 1
+#define DT_N_S_led_matrix_P_row_gpios_IDX_4_PH DT_N_S_soc_S_gpio_50000000
+#define DT_N_S_led_matrix_P_row_gpios_IDX_4_VAL_pin 19
+#define DT_N_S_led_matrix_P_row_gpios_IDX_4_VAL_pin_EXISTS 1
+#define DT_N_S_led_matrix_P_row_gpios_IDX_4_VAL_flags 0
+#define DT_N_S_led_matrix_P_row_gpios_IDX_4_VAL_flags_EXISTS 1
+#define DT_N_S_led_matrix_P_row_gpios_FOREACH_PROP_ELEM(fn) fn(DT_N_S_led_matrix, row_gpios, 0) \
+	fn(DT_N_S_led_matrix, row_gpios, 1) \
+	fn(DT_N_S_led_matrix, row_gpios, 2) \
+	fn(DT_N_S_led_matrix, row_gpios, 3) \
+	fn(DT_N_S_led_matrix, row_gpios, 4)
+#define DT_N_S_led_matrix_P_row_gpios_FOREACH_PROP_ELEM_SEP(fn, sep) fn(DT_N_S_led_matrix, row_gpios, 0) DT_DEBRACKET_INTERNAL sep \
+	fn(DT_N_S_led_matrix, row_gpios, 1) DT_DEBRACKET_INTERNAL sep \
+	fn(DT_N_S_led_matrix, row_gpios, 2) DT_DEBRACKET_INTERNAL sep \
+	fn(DT_N_S_led_matrix, row_gpios, 3) DT_DEBRACKET_INTERNAL sep \
+	fn(DT_N_S_led_matrix, row_gpios, 4)
+#define DT_N_S_led_matrix_P_row_gpios_FOREACH_PROP_ELEM_VARGS(fn, ...) fn(DT_N_S_led_matrix, row_gpios, 0, __VA_ARGS__) \
+	fn(DT_N_S_led_matrix, row_gpios, 1, __VA_ARGS__) \
+	fn(DT_N_S_led_matrix, row_gpios, 2, __VA_ARGS__) \
+	fn(DT_N_S_led_matrix, row_gpios, 3, __VA_ARGS__) \
+	fn(DT_N_S_led_matrix, row_gpios, 4, __VA_ARGS__)
+#define DT_N_S_led_matrix_P_row_gpios_FOREACH_PROP_ELEM_SEP_VARGS(fn, sep, ...) fn(DT_N_S_led_matrix, row_gpios, 0, __VA_ARGS__) DT_DEBRACKET_INTERNAL sep \
+	fn(DT_N_S_led_matrix, row_gpios, 1, __VA_ARGS__) DT_DEBRACKET_INTERNAL sep \
+	fn(DT_N_S_led_matrix, row_gpios, 2, __VA_ARGS__) DT_DEBRACKET_INTERNAL sep \
+	fn(DT_N_S_led_matrix, row_gpios, 3, __VA_ARGS__) DT_DEBRACKET_INTERNAL sep \
+	fn(DT_N_S_led_matrix, row_gpios, 4, __VA_ARGS__)
+#define DT_N_S_led_matrix_P_row_gpios_LEN 5
+#define DT_N_S_led_matrix_P_row_gpios_EXISTS 1
+#define DT_N_S_led_matrix_P_col_gpios_IDX_0_EXISTS 1
+#define DT_N_S_led_matrix_P_col_gpios_IDX_0_PH DT_N_S_soc_S_gpio_50000000
+#define DT_N_S_led_matrix_P_col_gpios_IDX_0_VAL_pin 28
+#define DT_N_S_led_matrix_P_col_gpios_IDX_0_VAL_pin_EXISTS 1
+#define DT_N_S_led_matrix_P_col_gpios_IDX_0_VAL_flags 1
+#define DT_N_S_led_matrix_P_col_gpios_IDX_0_VAL_flags_EXISTS 1
+#define DT_N_S_led_matrix_P_col_gpios_IDX_1_EXISTS 1
+#define DT_N_S_led_matrix_P_col_gpios_IDX_1_PH DT_N_S_soc_S_gpio_50000000
+#define DT_N_S_led_matrix_P_col_gpios_IDX_1_VAL_pin 11
+#define DT_N_S_led_matrix_P_col_gpios_IDX_1_VAL_pin_EXISTS 1
+#define DT_N_S_led_matrix_P_col_gpios_IDX_1_VAL_flags 1
+#define DT_N_S_led_matrix_P_col_gpios_IDX_1_VAL_flags_EXISTS 1
+#define DT_N_S_led_matrix_P_col_gpios_IDX_2_EXISTS 1
+#define DT_N_S_led_matrix_P_col_gpios_IDX_2_PH DT_N_S_soc_S_gpio_50000000
+#define DT_N_S_led_matrix_P_col_gpios_IDX_2_VAL_pin 31
+#define DT_N_S_led_matrix_P_col_gpios_IDX_2_VAL_pin_EXISTS 1
+#define DT_N_S_led_matrix_P_col_gpios_IDX_2_VAL_flags 1
+#define DT_N_S_led_matrix_P_col_gpios_IDX_2_VAL_flags_EXISTS 1
+#define DT_N_S_led_matrix_P_col_gpios_IDX_3_EXISTS 1
+#define DT_N_S_led_matrix_P_col_gpios_IDX_3_PH DT_N_S_soc_S_gpio_50000300
+#define DT_N_S_led_matrix_P_col_gpios_IDX_3_VAL_pin 5
+#define DT_N_S_led_matrix_P_col_gpios_IDX_3_VAL_pin_EXISTS 1
+#define DT_N_S_led_matrix_P_col_gpios_IDX_3_VAL_flags 1
+#define DT_N_S_led_matrix_P_col_gpios_IDX_3_VAL_flags_EXISTS 1
+#define DT_N_S_led_matrix_P_col_gpios_IDX_4_EXISTS 1
+#define DT_N_S_led_matrix_P_col_gpios_IDX_4_PH DT_N_S_soc_S_gpio_50000000
+#define DT_N_S_led_matrix_P_col_gpios_IDX_4_VAL_pin 30
+#define DT_N_S_led_matrix_P_col_gpios_IDX_4_VAL_pin_EXISTS 1
+#define DT_N_S_led_matrix_P_col_gpios_IDX_4_VAL_flags 1
+#define DT_N_S_led_matrix_P_col_gpios_IDX_4_VAL_flags_EXISTS 1
+#define DT_N_S_led_matrix_P_col_gpios_FOREACH_PROP_ELEM(fn) fn(DT_N_S_led_matrix, col_gpios, 0) \
+	fn(DT_N_S_led_matrix, col_gpios, 1) \
+	fn(DT_N_S_led_matrix, col_gpios, 2) \
+	fn(DT_N_S_led_matrix, col_gpios, 3) \
+	fn(DT_N_S_led_matrix, col_gpios, 4)
+#define DT_N_S_led_matrix_P_col_gpios_FOREACH_PROP_ELEM_SEP(fn, sep) fn(DT_N_S_led_matrix, col_gpios, 0) DT_DEBRACKET_INTERNAL sep \
+	fn(DT_N_S_led_matrix, col_gpios, 1) DT_DEBRACKET_INTERNAL sep \
+	fn(DT_N_S_led_matrix, col_gpios, 2) DT_DEBRACKET_INTERNAL sep \
+	fn(DT_N_S_led_matrix, col_gpios, 3) DT_DEBRACKET_INTERNAL sep \
+	fn(DT_N_S_led_matrix, col_gpios, 4)
+#define DT_N_S_led_matrix_P_col_gpios_FOREACH_PROP_ELEM_VARGS(fn, ...) fn(DT_N_S_led_matrix, col_gpios, 0, __VA_ARGS__) \
+	fn(DT_N_S_led_matrix, col_gpios, 1, __VA_ARGS__) \
+	fn(DT_N_S_led_matrix, col_gpios, 2, __VA_ARGS__) \
+	fn(DT_N_S_led_matrix, col_gpios, 3, __VA_ARGS__) \
+	fn(DT_N_S_led_matrix, col_gpios, 4, __VA_ARGS__)
+#define DT_N_S_led_matrix_P_col_gpios_FOREACH_PROP_ELEM_SEP_VARGS(fn, sep, ...) fn(DT_N_S_led_matrix, col_gpios, 0, __VA_ARGS__) DT_DEBRACKET_INTERNAL sep \
+	fn(DT_N_S_led_matrix, col_gpios, 1, __VA_ARGS__) DT_DEBRACKET_INTERNAL sep \
+	fn(DT_N_S_led_matrix, col_gpios, 2, __VA_ARGS__) DT_DEBRACKET_INTERNAL sep \
+	fn(DT_N_S_led_matrix, col_gpios, 3, __VA_ARGS__) DT_DEBRACKET_INTERNAL sep \
+	fn(DT_N_S_led_matrix, col_gpios, 4, __VA_ARGS__)
+#define DT_N_S_led_matrix_P_col_gpios_LEN 5
+#define DT_N_S_led_matrix_P_col_gpios_EXISTS 1
+#define DT_N_S_led_matrix_P_pixel_mapping {0 /* 0x0 */, 1 /* 0x1 */, 2 /* 0x2 */, 3 /* 0x3 */, 4 /* 0x4 */, 16 /* 0x10 */, 17 /* 0x11 */, 18 /* 0x12 */, 19 /* 0x13 */, 20 /* 0x14 */, 32 /* 0x20 */, 33 /* 0x21 */, 34 /* 0x22 */, 35 /* 0x23 */, 36 /* 0x24 */, 48 /* 0x30 */, 49 /* 0x31 */, 50 /* 0x32 */, 51 /* 0x33 */, 52 /* 0x34 */, 64 /* 0x40 */, 65 /* 0x41 */, 66 /* 0x42 */, 67 /* 0x43 */, 68 /* 0x44 */}
+#define DT_N_S_led_matrix_P_pixel_mapping_IDX_0 0
+#define DT_N_S_led_matrix_P_pixel_mapping_IDX_0_EXISTS 1
+#define DT_N_S_led_matrix_P_pixel_mapping_IDX_1 1
+#define DT_N_S_led_matrix_P_pixel_mapping_IDX_1_EXISTS 1
+#define DT_N_S_led_matrix_P_pixel_mapping_IDX_2 2
+#define DT_N_S_led_matrix_P_pixel_mapping_IDX_2_EXISTS 1
+#define DT_N_S_led_matrix_P_pixel_mapping_IDX_3 3
+#define DT_N_S_led_matrix_P_pixel_mapping_IDX_3_EXISTS 1
+#define DT_N_S_led_matrix_P_pixel_mapping_IDX_4 4
+#define DT_N_S_led_matrix_P_pixel_mapping_IDX_4_EXISTS 1
+#define DT_N_S_led_matrix_P_pixel_mapping_IDX_5 16
+#define DT_N_S_led_matrix_P_pixel_mapping_IDX_5_EXISTS 1
+#define DT_N_S_led_matrix_P_pixel_mapping_IDX_6 17
+#define DT_N_S_led_matrix_P_pixel_mapping_IDX_6_EXISTS 1
+#define DT_N_S_led_matrix_P_pixel_mapping_IDX_7 18
+#define DT_N_S_led_matrix_P_pixel_mapping_IDX_7_EXISTS 1
+#define DT_N_S_led_matrix_P_pixel_mapping_IDX_8 19
+#define DT_N_S_led_matrix_P_pixel_mapping_IDX_8_EXISTS 1
+#define DT_N_S_led_matrix_P_pixel_mapping_IDX_9 20
+#define DT_N_S_led_matrix_P_pixel_mapping_IDX_9_EXISTS 1
+#define DT_N_S_led_matrix_P_pixel_mapping_IDX_10 32
+#define DT_N_S_led_matrix_P_pixel_mapping_IDX_10_EXISTS 1
+#define DT_N_S_led_matrix_P_pixel_mapping_IDX_11 33
+#define DT_N_S_led_matrix_P_pixel_mapping_IDX_11_EXISTS 1
+#define DT_N_S_led_matrix_P_pixel_mapping_IDX_12 34
+#define DT_N_S_led_matrix_P_pixel_mapping_IDX_12_EXISTS 1
+#define DT_N_S_led_matrix_P_pixel_mapping_IDX_13 35
+#define DT_N_S_led_matrix_P_pixel_mapping_IDX_13_EXISTS 1
+#define DT_N_S_led_matrix_P_pixel_mapping_IDX_14 36
+#define DT_N_S_led_matrix_P_pixel_mapping_IDX_14_EXISTS 1
+#define DT_N_S_led_matrix_P_pixel_mapping_IDX_15 48
+#define DT_N_S_led_matrix_P_pixel_mapping_IDX_15_EXISTS 1
+#define DT_N_S_led_matrix_P_pixel_mapping_IDX_16 49
+#define DT_N_S_led_matrix_P_pixel_mapping_IDX_16_EXISTS 1
+#define DT_N_S_led_matrix_P_pixel_mapping_IDX_17 50
+#define DT_N_S_led_matrix_P_pixel_mapping_IDX_17_EXISTS 1
+#define DT_N_S_led_matrix_P_pixel_mapping_IDX_18 51
+#define DT_N_S_led_matrix_P_pixel_mapping_IDX_18_EXISTS 1
+#define DT_N_S_led_matrix_P_pixel_mapping_IDX_19 52
+#define DT_N_S_led_matrix_P_pixel_mapping_IDX_19_EXISTS 1
+#define DT_N_S_led_matrix_P_pixel_mapping_IDX_20 64
+#define DT_N_S_led_matrix_P_pixel_mapping_IDX_20_EXISTS 1
+#define DT_N_S_led_matrix_P_pixel_mapping_IDX_21 65
+#define DT_N_S_led_matrix_P_pixel_mapping_IDX_21_EXISTS 1
+#define DT_N_S_led_matrix_P_pixel_mapping_IDX_22 66
+#define DT_N_S_led_matrix_P_pixel_mapping_IDX_22_EXISTS 1
+#define DT_N_S_led_matrix_P_pixel_mapping_IDX_23 67
+#define DT_N_S_led_matrix_P_pixel_mapping_IDX_23_EXISTS 1
+#define DT_N_S_led_matrix_P_pixel_mapping_IDX_24 68
+#define DT_N_S_led_matrix_P_pixel_mapping_IDX_24_EXISTS 1
+#define DT_N_S_led_matrix_P_pixel_mapping_FOREACH_PROP_ELEM(fn) fn(DT_N_S_led_matrix, pixel_mapping, 0) \
+	fn(DT_N_S_led_matrix, pixel_mapping, 1) \
+	fn(DT_N_S_led_matrix, pixel_mapping, 2) \
+	fn(DT_N_S_led_matrix, pixel_mapping, 3) \
+	fn(DT_N_S_led_matrix, pixel_mapping, 4) \
+	fn(DT_N_S_led_matrix, pixel_mapping, 5) \
+	fn(DT_N_S_led_matrix, pixel_mapping, 6) \
+	fn(DT_N_S_led_matrix, pixel_mapping, 7) \
+	fn(DT_N_S_led_matrix, pixel_mapping, 8) \
+	fn(DT_N_S_led_matrix, pixel_mapping, 9) \
+	fn(DT_N_S_led_matrix, pixel_mapping, 10) \
+	fn(DT_N_S_led_matrix, pixel_mapping, 11) \
+	fn(DT_N_S_led_matrix, pixel_mapping, 12) \
+	fn(DT_N_S_led_matrix, pixel_mapping, 13) \
+	fn(DT_N_S_led_matrix, pixel_mapping, 14) \
+	fn(DT_N_S_led_matrix, pixel_mapping, 15) \
+	fn(DT_N_S_led_matrix, pixel_mapping, 16) \
+	fn(DT_N_S_led_matrix, pixel_mapping, 17) \
+	fn(DT_N_S_led_matrix, pixel_mapping, 18) \
+	fn(DT_N_S_led_matrix, pixel_mapping, 19) \
+	fn(DT_N_S_led_matrix, pixel_mapping, 20) \
+	fn(DT_N_S_led_matrix, pixel_mapping, 21) \
+	fn(DT_N_S_led_matrix, pixel_mapping, 22) \
+	fn(DT_N_S_led_matrix, pixel_mapping, 23) \
+	fn(DT_N_S_led_matrix, pixel_mapping, 24)
+#define DT_N_S_led_matrix_P_pixel_mapping_FOREACH_PROP_ELEM_SEP(fn, sep) fn(DT_N_S_led_matrix, pixel_mapping, 0) DT_DEBRACKET_INTERNAL sep \
+	fn(DT_N_S_led_matrix, pixel_mapping, 1) DT_DEBRACKET_INTERNAL sep \
+	fn(DT_N_S_led_matrix, pixel_mapping, 2) DT_DEBRACKET_INTERNAL sep \
+	fn(DT_N_S_led_matrix, pixel_mapping, 3) DT_DEBRACKET_INTERNAL sep \
+	fn(DT_N_S_led_matrix, pixel_mapping, 4) DT_DEBRACKET_INTERNAL sep \
+	fn(DT_N_S_led_matrix, pixel_mapping, 5) DT_DEBRACKET_INTERNAL sep \
+	fn(DT_N_S_led_matrix, pixel_mapping, 6) DT_DEBRACKET_INTERNAL sep \
+	fn(DT_N_S_led_matrix, pixel_mapping, 7) DT_DEBRACKET_INTERNAL sep \
+	fn(DT_N_S_led_matrix, pixel_mapping, 8) DT_DEBRACKET_INTERNAL sep \
+	fn(DT_N_S_led_matrix, pixel_mapping, 9) DT_DEBRACKET_INTERNAL sep \
+	fn(DT_N_S_led_matrix, pixel_mapping, 10) DT_DEBRACKET_INTERNAL sep \
+	fn(DT_N_S_led_matrix, pixel_mapping, 11) DT_DEBRACKET_INTERNAL sep \
+	fn(DT_N_S_led_matrix, pixel_mapping, 12) DT_DEBRACKET_INTERNAL sep \
+	fn(DT_N_S_led_matrix, pixel_mapping, 13) DT_DEBRACKET_INTERNAL sep \
+	fn(DT_N_S_led_matrix, pixel_mapping, 14) DT_DEBRACKET_INTERNAL sep \
+	fn(DT_N_S_led_matrix, pixel_mapping, 15) DT_DEBRACKET_INTERNAL sep \
+	fn(DT_N_S_led_matrix, pixel_mapping, 16) DT_DEBRACKET_INTERNAL sep \
+	fn(DT_N_S_led_matrix, pixel_mapping, 17) DT_DEBRACKET_INTERNAL sep \
+	fn(DT_N_S_led_matrix, pixel_mapping, 18) DT_DEBRACKET_INTERNAL sep \
+	fn(DT_N_S_led_matrix, pixel_mapping, 19) DT_DEBRACKET_INTERNAL sep \
+	fn(DT_N_S_led_matrix, pixel_mapping, 20) DT_DEBRACKET_INTERNAL sep \
+	fn(DT_N_S_led_matrix, pixel_mapping, 21) DT_DEBRACKET_INTERNAL sep \
+	fn(DT_N_S_led_matrix, pixel_mapping, 22) DT_DEBRACKET_INTERNAL sep \
+	fn(DT_N_S_led_matrix, pixel_mapping, 23) DT_DEBRACKET_INTERNAL sep \
+	fn(DT_N_S_led_matrix, pixel_mapping, 24)
+#define DT_N_S_led_matrix_P_pixel_mapping_FOREACH_PROP_ELEM_VARGS(fn, ...) fn(DT_N_S_led_matrix, pixel_mapping, 0, __VA_ARGS__) \
+	fn(DT_N_S_led_matrix, pixel_mapping, 1, __VA_ARGS__) \
+	fn(DT_N_S_led_matrix, pixel_mapping, 2, __VA_ARGS__) \
+	fn(DT_N_S_led_matrix, pixel_mapping, 3, __VA_ARGS__) \
+	fn(DT_N_S_led_matrix, pixel_mapping, 4, __VA_ARGS__) \
+	fn(DT_N_S_led_matrix, pixel_mapping, 5, __VA_ARGS__) \
+	fn(DT_N_S_led_matrix, pixel_mapping, 6, __VA_ARGS__) \
+	fn(DT_N_S_led_matrix, pixel_mapping, 7, __VA_ARGS__) \
+	fn(DT_N_S_led_matrix, pixel_mapping, 8, __VA_ARGS__) \
+	fn(DT_N_S_led_matrix, pixel_mapping, 9, __VA_ARGS__) \
+	fn(DT_N_S_led_matrix, pixel_mapping, 10, __VA_ARGS__) \
+	fn(DT_N_S_led_matrix, pixel_mapping, 11, __VA_ARGS__) \
+	fn(DT_N_S_led_matrix, pixel_mapping, 12, __VA_ARGS__) \
+	fn(DT_N_S_led_matrix, pixel_mapping, 13, __VA_ARGS__) \
+	fn(DT_N_S_led_matrix, pixel_mapping, 14, __VA_ARGS__) \
+	fn(DT_N_S_led_matrix, pixel_mapping, 15, __VA_ARGS__) \
+	fn(DT_N_S_led_matrix, pixel_mapping, 16, __VA_ARGS__) \
+	fn(DT_N_S_led_matrix, pixel_mapping, 17, __VA_ARGS__) \
+	fn(DT_N_S_led_matrix, pixel_mapping, 18, __VA_ARGS__) \
+	fn(DT_N_S_led_matrix, pixel_mapping, 19, __VA_ARGS__) \
+	fn(DT_N_S_led_matrix, pixel_mapping, 20, __VA_ARGS__) \
+	fn(DT_N_S_led_matrix, pixel_mapping, 21, __VA_ARGS__) \
+	fn(DT_N_S_led_matrix, pixel_mapping, 22, __VA_ARGS__) \
+	fn(DT_N_S_led_matrix, pixel_mapping, 23, __VA_ARGS__) \
+	fn(DT_N_S_led_matrix, pixel_mapping, 24, __VA_ARGS__)
+#define DT_N_S_led_matrix_P_pixel_mapping_FOREACH_PROP_ELEM_SEP_VARGS(fn, sep, ...) fn(DT_N_S_led_matrix, pixel_mapping, 0, __VA_ARGS__) DT_DEBRACKET_INTERNAL sep \
+	fn(DT_N_S_led_matrix, pixel_mapping, 1, __VA_ARGS__) DT_DEBRACKET_INTERNAL sep \
+	fn(DT_N_S_led_matrix, pixel_mapping, 2, __VA_ARGS__) DT_DEBRACKET_INTERNAL sep \
+	fn(DT_N_S_led_matrix, pixel_mapping, 3, __VA_ARGS__) DT_DEBRACKET_INTERNAL sep \
+	fn(DT_N_S_led_matrix, pixel_mapping, 4, __VA_ARGS__) DT_DEBRACKET_INTERNAL sep \
+	fn(DT_N_S_led_matrix, pixel_mapping, 5, __VA_ARGS__) DT_DEBRACKET_INTERNAL sep \
+	fn(DT_N_S_led_matrix, pixel_mapping, 6, __VA_ARGS__) DT_DEBRACKET_INTERNAL sep \
+	fn(DT_N_S_led_matrix, pixel_mapping, 7, __VA_ARGS__) DT_DEBRACKET_INTERNAL sep \
+	fn(DT_N_S_led_matrix, pixel_mapping, 8, __VA_ARGS__) DT_DEBRACKET_INTERNAL sep \
+	fn(DT_N_S_led_matrix, pixel_mapping, 9, __VA_ARGS__) DT_DEBRACKET_INTERNAL sep \
+	fn(DT_N_S_led_matrix, pixel_mapping, 10, __VA_ARGS__) DT_DEBRACKET_INTERNAL sep \
+	fn(DT_N_S_led_matrix, pixel_mapping, 11, __VA_ARGS__) DT_DEBRACKET_INTERNAL sep \
+	fn(DT_N_S_led_matrix, pixel_mapping, 12, __VA_ARGS__) DT_DEBRACKET_INTERNAL sep \
+	fn(DT_N_S_led_matrix, pixel_mapping, 13, __VA_ARGS__) DT_DEBRACKET_INTERNAL sep \
+	fn(DT_N_S_led_matrix, pixel_mapping, 14, __VA_ARGS__) DT_DEBRACKET_INTERNAL sep \
+	fn(DT_N_S_led_matrix, pixel_mapping, 15, __VA_ARGS__) DT_DEBRACKET_INTERNAL sep \
+	fn(DT_N_S_led_matrix, pixel_mapping, 16, __VA_ARGS__) DT_DEBRACKET_INTERNAL sep \
+	fn(DT_N_S_led_matrix, pixel_mapping, 17, __VA_ARGS__) DT_DEBRACKET_INTERNAL sep \
+	fn(DT_N_S_led_matrix, pixel_mapping, 18, __VA_ARGS__) DT_DEBRACKET_INTERNAL sep \
+	fn(DT_N_S_led_matrix, pixel_mapping, 19, __VA_ARGS__) DT_DEBRACKET_INTERNAL sep \
+	fn(DT_N_S_led_matrix, pixel_mapping, 20, __VA_ARGS__) DT_DEBRACKET_INTERNAL sep \
+	fn(DT_N_S_led_matrix, pixel_mapping, 21, __VA_ARGS__) DT_DEBRACKET_INTERNAL sep \
+	fn(DT_N_S_led_matrix, pixel_mapping, 22, __VA_ARGS__) DT_DEBRACKET_INTERNAL sep \
+	fn(DT_N_S_led_matrix, pixel_mapping, 23, __VA_ARGS__) DT_DEBRACKET_INTERNAL sep \
+	fn(DT_N_S_led_matrix, pixel_mapping, 24, __VA_ARGS__)
+#define DT_N_S_led_matrix_P_pixel_mapping_LEN 25
+#define DT_N_S_led_matrix_P_pixel_mapping_EXISTS 1
+#define DT_N_S_led_matrix_P_refresh_frequency 50
+#define DT_N_S_led_matrix_P_refresh_frequency_EXISTS 1
+#define DT_N_S_led_matrix_P_timer DT_N_S_soc_S_timer_4001b000
+#define DT_N_S_led_matrix_P_timer_IDX_0 DT_N_S_soc_S_timer_4001b000
+#define DT_N_S_led_matrix_P_timer_IDX_0_PH DT_N_S_soc_S_timer_4001b000
+#define DT_N_S_led_matrix_P_timer_IDX_0_EXISTS 1
+#define DT_N_S_led_matrix_P_timer_FOREACH_PROP_ELEM(fn) fn(DT_N_S_led_matrix, timer, 0)
+#define DT_N_S_led_matrix_P_timer_FOREACH_PROP_ELEM_SEP(fn, sep) fn(DT_N_S_led_matrix, timer, 0)
+#define DT_N_S_led_matrix_P_timer_FOREACH_PROP_ELEM_VARGS(fn, ...) fn(DT_N_S_led_matrix, timer, 0, __VA_ARGS__)
+#define DT_N_S_led_matrix_P_timer_FOREACH_PROP_ELEM_SEP_VARGS(fn, sep, ...) fn(DT_N_S_led_matrix, timer, 0, __VA_ARGS__)
+#define DT_N_S_led_matrix_P_timer_LEN 1
+#define DT_N_S_led_matrix_P_timer_EXISTS 1
+#define DT_N_S_led_matrix_P_pwm DT_N_S_soc_S_pwm_4001c000
+#define DT_N_S_led_matrix_P_pwm_IDX_0 DT_N_S_soc_S_pwm_4001c000
+#define DT_N_S_led_matrix_P_pwm_IDX_0_PH DT_N_S_soc_S_pwm_4001c000
+#define DT_N_S_led_matrix_P_pwm_IDX_0_EXISTS 1
+#define DT_N_S_led_matrix_P_pwm_FOREACH_PROP_ELEM(fn) fn(DT_N_S_led_matrix, pwm, 0)
+#define DT_N_S_led_matrix_P_pwm_FOREACH_PROP_ELEM_SEP(fn, sep) fn(DT_N_S_led_matrix, pwm, 0)
+#define DT_N_S_led_matrix_P_pwm_FOREACH_PROP_ELEM_VARGS(fn, ...) fn(DT_N_S_led_matrix, pwm, 0, __VA_ARGS__)
+#define DT_N_S_led_matrix_P_pwm_FOREACH_PROP_ELEM_SEP_VARGS(fn, sep, ...) fn(DT_N_S_led_matrix, pwm, 0, __VA_ARGS__)
+#define DT_N_S_led_matrix_P_pwm_LEN 1
+#define DT_N_S_led_matrix_P_pwm_EXISTS 1
+#define DT_N_S_led_matrix_P_pixel_group_size 4
+#define DT_N_S_led_matrix_P_pixel_group_size_EXISTS 1
+
+/*
+ * Devicetree node: /soc/timer@40009000
+ *
+ * Node identifier: DT_N_S_soc_S_timer_40009000
+ *
+ * Binding (compatible = nordic,nrf-timer):
+ *   $ZEPHYR_BASE/dts/bindings/timer/nordic,nrf-timer.yaml
+ *
+ * (Descriptions have moved to the Devicetree Bindings Index
+ * in the documentation.)
+ */
+
+/* Node's full path: */
+#define DT_N_S_soc_S_timer_40009000_PATH "/soc/timer@40009000"
+
+/* Node's name with unit-address: */
+#define DT_N_S_soc_S_timer_40009000_FULL_NAME "timer@40009000"
+
+/* Node parent (/soc) identifier: */
+#define DT_N_S_soc_S_timer_40009000_PARENT DT_N_S_soc
+
+/* Node's index in its parent's list of children: */
+#define DT_N_S_soc_S_timer_40009000_CHILD_IDX 17
+
+/* Helper macros for child nodes of this node. */
+#define DT_N_S_soc_S_timer_40009000_CHILD_NUM 0
+#define DT_N_S_soc_S_timer_40009000_CHILD_NUM_STATUS_OKAY 0
+#define DT_N_S_soc_S_timer_40009000_FOREACH_CHILD(fn) 
+#define DT_N_S_soc_S_timer_40009000_FOREACH_CHILD_SEP(fn, sep) 
+#define DT_N_S_soc_S_timer_40009000_FOREACH_CHILD_VARGS(fn, ...) 
+#define DT_N_S_soc_S_timer_40009000_FOREACH_CHILD_SEP_VARGS(fn, sep, ...) 
+#define DT_N_S_soc_S_timer_40009000_FOREACH_CHILD_STATUS_OKAY(fn) 
+#define DT_N_S_soc_S_timer_40009000_FOREACH_CHILD_STATUS_OKAY_SEP(fn, sep) 
+#define DT_N_S_soc_S_timer_40009000_FOREACH_CHILD_STATUS_OKAY_VARGS(fn, ...) 
+#define DT_N_S_soc_S_timer_40009000_FOREACH_CHILD_STATUS_OKAY_SEP_VARGS(fn, sep, ...) 
+
+/* Node's dependency ordinal: */
+#define DT_N_S_soc_S_timer_40009000_ORD 13
+#define DT_N_S_soc_S_timer_40009000_ORD_STR_SORTABLE 00013
+
+/* Ordinals for what this node depends on directly: */
+#define DT_N_S_soc_S_timer_40009000_REQUIRES_ORDS \
+	5, /* /soc */ \
+	6, /* /soc/interrupt-controller@e000e100 */
+
+/* Ordinals for what depends directly on this node: */
+#define DT_N_S_soc_S_timer_40009000_SUPPORTS_ORDS \
+	14, /* /sw-pwm */
+
+/* Existence and alternate IDs: */
+#define DT_N_S_soc_S_timer_40009000_EXISTS 1
+#define DT_N_INST_1_nordic_nrf_timer DT_N_S_soc_S_timer_40009000
+#define DT_N_NODELABEL_timer1        DT_N_S_soc_S_timer_40009000
+
+/* Macros for properties that are special in the specification: */
+#define DT_N_S_soc_S_timer_40009000_REG_NUM 1
+#define DT_N_S_soc_S_timer_40009000_REG_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_timer_40009000_REG_IDX_0_VAL_ADDRESS 1073778688 /* 0x40009000 */
+#define DT_N_S_soc_S_timer_40009000_REG_IDX_0_VAL_SIZE 4096 /* 0x1000 */
+#define DT_N_S_soc_S_timer_40009000_RANGES_NUM 0
+#define DT_N_S_soc_S_timer_40009000_FOREACH_RANGE(fn) 
+#define DT_N_S_soc_S_timer_40009000_IRQ_NUM 1
+#define DT_N_S_soc_S_timer_40009000_IRQ_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_timer_40009000_IRQ_IDX_0_VAL_irq 9
+#define DT_N_S_soc_S_timer_40009000_IRQ_IDX_0_VAL_irq_EXISTS 1
+#define DT_N_S_soc_S_timer_40009000_IRQ_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_timer_40009000_IRQ_IDX_0_VAL_priority 1
+#define DT_N_S_soc_S_timer_40009000_IRQ_IDX_0_VAL_priority_EXISTS 1
+#define DT_N_S_soc_S_timer_40009000_IRQ_IDX_0_CONTROLLER DT_N_S_soc_S_interrupt_controller_e000e100
+#define DT_N_S_soc_S_timer_40009000_IRQ_LEVEL 1
+#define DT_N_S_soc_S_timer_40009000_COMPAT_MATCHES_nordic_nrf_timer 1
+#define DT_N_S_soc_S_timer_40009000_COMPAT_VENDOR_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_timer_40009000_COMPAT_VENDOR_IDX_0 "Nordic Semiconductor"
+#define DT_N_S_soc_S_timer_40009000_COMPAT_MODEL_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_timer_40009000_COMPAT_MODEL_IDX_0 "nrf-timer"
+#define DT_N_S_soc_S_timer_40009000_STATUS_disabled 1
+
+/* Pin control (pinctrl-<i>, pinctrl-names) properties: */
+#define DT_N_S_soc_S_timer_40009000_PINCTRL_NUM 0
+
+/* Generic property macros: */
+#define DT_N_S_soc_S_timer_40009000_P_wakeup_source 0
+#define DT_N_S_soc_S_timer_40009000_P_wakeup_source_EXISTS 1
+#define DT_N_S_soc_S_timer_40009000_P_zephyr_pm_device_runtime_auto 0
+#define DT_N_S_soc_S_timer_40009000_P_zephyr_pm_device_runtime_auto_EXISTS 1
+#define DT_N_S_soc_S_timer_40009000_P_status "disabled"
+#define DT_N_S_soc_S_timer_40009000_P_status_STRING_UNQUOTED disabled
+#define DT_N_S_soc_S_timer_40009000_P_status_STRING_TOKEN disabled
+#define DT_N_S_soc_S_timer_40009000_P_status_STRING_UPPER_TOKEN DISABLED
+#define DT_N_S_soc_S_timer_40009000_P_status_IDX_0 "disabled"
+#define DT_N_S_soc_S_timer_40009000_P_status_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_timer_40009000_P_status_ENUM_IDX 2
+#define DT_N_S_soc_S_timer_40009000_P_status_ENUM_VAL_disabled_EXISTS 1
+#define DT_N_S_soc_S_timer_40009000_P_status_ENUM_TOKEN disabled
+#define DT_N_S_soc_S_timer_40009000_P_status_ENUM_UPPER_TOKEN DISABLED
+#define DT_N_S_soc_S_timer_40009000_P_status_FOREACH_PROP_ELEM(fn) fn(DT_N_S_soc_S_timer_40009000, status, 0)
+#define DT_N_S_soc_S_timer_40009000_P_status_FOREACH_PROP_ELEM_SEP(fn, sep) fn(DT_N_S_soc_S_timer_40009000, status, 0)
+#define DT_N_S_soc_S_timer_40009000_P_status_FOREACH_PROP_ELEM_VARGS(fn, ...) fn(DT_N_S_soc_S_timer_40009000, status, 0, __VA_ARGS__)
+#define DT_N_S_soc_S_timer_40009000_P_status_FOREACH_PROP_ELEM_SEP_VARGS(fn, sep, ...) fn(DT_N_S_soc_S_timer_40009000, status, 0, __VA_ARGS__)
+#define DT_N_S_soc_S_timer_40009000_P_status_LEN 1
+#define DT_N_S_soc_S_timer_40009000_P_status_EXISTS 1
+#define DT_N_S_soc_S_timer_40009000_P_compatible {"nordic,nrf-timer"}
+#define DT_N_S_soc_S_timer_40009000_P_compatible_IDX_0 "nordic,nrf-timer"
+#define DT_N_S_soc_S_timer_40009000_P_compatible_IDX_0_STRING_UNQUOTED nordic,nrf-timer
+#define DT_N_S_soc_S_timer_40009000_P_compatible_IDX_0_STRING_TOKEN nordic_nrf_timer
+#define DT_N_S_soc_S_timer_40009000_P_compatible_IDX_0_STRING_UPPER_TOKEN NORDIC_NRF_TIMER
+#define DT_N_S_soc_S_timer_40009000_P_compatible_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_timer_40009000_P_compatible_FOREACH_PROP_ELEM(fn) fn(DT_N_S_soc_S_timer_40009000, compatible, 0)
+#define DT_N_S_soc_S_timer_40009000_P_compatible_FOREACH_PROP_ELEM_SEP(fn, sep) fn(DT_N_S_soc_S_timer_40009000, compatible, 0)
+#define DT_N_S_soc_S_timer_40009000_P_compatible_FOREACH_PROP_ELEM_VARGS(fn, ...) fn(DT_N_S_soc_S_timer_40009000, compatible, 0, __VA_ARGS__)
+#define DT_N_S_soc_S_timer_40009000_P_compatible_FOREACH_PROP_ELEM_SEP_VARGS(fn, sep, ...) fn(DT_N_S_soc_S_timer_40009000, compatible, 0, __VA_ARGS__)
+#define DT_N_S_soc_S_timer_40009000_P_compatible_LEN 1
+#define DT_N_S_soc_S_timer_40009000_P_compatible_EXISTS 1
+#define DT_N_S_soc_S_timer_40009000_P_reg {1073778688 /* 0x40009000 */, 4096 /* 0x1000 */}
+#define DT_N_S_soc_S_timer_40009000_P_reg_IDX_0 1073778688
+#define DT_N_S_soc_S_timer_40009000_P_reg_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_timer_40009000_P_reg_IDX_1 4096
+#define DT_N_S_soc_S_timer_40009000_P_reg_IDX_1_EXISTS 1
+#define DT_N_S_soc_S_timer_40009000_P_reg_EXISTS 1
+#define DT_N_S_soc_S_timer_40009000_P_interrupts {9 /* 0x9 */, 1 /* 0x1 */}
+#define DT_N_S_soc_S_timer_40009000_P_interrupts_IDX_0 9
+#define DT_N_S_soc_S_timer_40009000_P_interrupts_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_timer_40009000_P_interrupts_IDX_1 1
+#define DT_N_S_soc_S_timer_40009000_P_interrupts_IDX_1_EXISTS 1
+#define DT_N_S_soc_S_timer_40009000_P_interrupts_EXISTS 1
+#define DT_N_S_soc_S_timer_40009000_P_zephyr_deferred_init 0
+#define DT_N_S_soc_S_timer_40009000_P_zephyr_deferred_init_EXISTS 1
+#define DT_N_S_soc_S_timer_40009000_P_cc_num 4
+#define DT_N_S_soc_S_timer_40009000_P_cc_num_EXISTS 1
+#define DT_N_S_soc_S_timer_40009000_P_max_bit_width 32
+#define DT_N_S_soc_S_timer_40009000_P_max_bit_width_EXISTS 1
+#define DT_N_S_soc_S_timer_40009000_P_max_frequency 16000000
+#define DT_N_S_soc_S_timer_40009000_P_max_frequency_EXISTS 1
+#define DT_N_S_soc_S_timer_40009000_P_prescaler 0
+#define DT_N_S_soc_S_timer_40009000_P_prescaler_EXISTS 1
+#define DT_N_S_soc_S_timer_40009000_P_zli 0
+#define DT_N_S_soc_S_timer_40009000_P_zli_EXISTS 1
+
+/*
+ * Devicetree node: /sw-pwm
+ *
+ * Node identifier: DT_N_S_sw_pwm
+ *
+ * Binding (compatible = nordic,nrf-sw-pwm):
+ *   $ZEPHYR_BASE/dts/bindings/pwm/nordic,nrf-sw-pwm.yaml
+ *
+ * (Descriptions have moved to the Devicetree Bindings Index
+ * in the documentation.)
+ */
+
+/* Node's full path: */
+#define DT_N_S_sw_pwm_PATH "/sw-pwm"
+
+/* Node's name with unit-address: */
+#define DT_N_S_sw_pwm_FULL_NAME "sw-pwm"
+
+/* Node parent (/) identifier: */
+#define DT_N_S_sw_pwm_PARENT DT_N
+
+/* Node's index in its parent's list of children: */
+#define DT_N_S_sw_pwm_CHILD_IDX 5
+
+/* Helper macros for child nodes of this node. */
+#define DT_N_S_sw_pwm_CHILD_NUM 0
+#define DT_N_S_sw_pwm_CHILD_NUM_STATUS_OKAY 0
+#define DT_N_S_sw_pwm_FOREACH_CHILD(fn) 
+#define DT_N_S_sw_pwm_FOREACH_CHILD_SEP(fn, sep) 
+#define DT_N_S_sw_pwm_FOREACH_CHILD_VARGS(fn, ...) 
+#define DT_N_S_sw_pwm_FOREACH_CHILD_SEP_VARGS(fn, sep, ...) 
+#define DT_N_S_sw_pwm_FOREACH_CHILD_STATUS_OKAY(fn) 
+#define DT_N_S_sw_pwm_FOREACH_CHILD_STATUS_OKAY_SEP(fn, sep) 
+#define DT_N_S_sw_pwm_FOREACH_CHILD_STATUS_OKAY_VARGS(fn, ...) 
+#define DT_N_S_sw_pwm_FOREACH_CHILD_STATUS_OKAY_SEP_VARGS(fn, sep, ...) 
+
+/* Node's dependency ordinal: */
+#define DT_N_S_sw_pwm_ORD 14
+#define DT_N_S_sw_pwm_ORD_STR_SORTABLE 00014
+
+/* Ordinals for what this node depends on directly: */
+#define DT_N_S_sw_pwm_REQUIRES_ORDS \
+	0, /* / */ \
+	13, /* /soc/timer@40009000 */
+
+/* Ordinals for what depends directly on this node: */
+#define DT_N_S_sw_pwm_SUPPORTS_ORDS /* nothing */
+
+/* Existence and alternate IDs: */
+#define DT_N_S_sw_pwm_EXISTS 1
+#define DT_N_INST_0_nordic_nrf_sw_pwm DT_N_S_sw_pwm
+#define DT_N_NODELABEL_sw_pwm         DT_N_S_sw_pwm
+
+/* Macros for properties that are special in the specification: */
+#define DT_N_S_sw_pwm_REG_NUM 0
+#define DT_N_S_sw_pwm_RANGES_NUM 0
+#define DT_N_S_sw_pwm_FOREACH_RANGE(fn) 
+#define DT_N_S_sw_pwm_IRQ_NUM 0
+#define DT_N_S_sw_pwm_IRQ_LEVEL 0
+#define DT_N_S_sw_pwm_COMPAT_MATCHES_nordic_nrf_sw_pwm 1
+#define DT_N_S_sw_pwm_COMPAT_VENDOR_IDX_0_EXISTS 1
+#define DT_N_S_sw_pwm_COMPAT_VENDOR_IDX_0 "Nordic Semiconductor"
+#define DT_N_S_sw_pwm_COMPAT_MODEL_IDX_0_EXISTS 1
+#define DT_N_S_sw_pwm_COMPAT_MODEL_IDX_0 "nrf-sw-pwm"
+#define DT_N_S_sw_pwm_STATUS_disabled 1
+
+/* Pin control (pinctrl-<i>, pinctrl-names) properties: */
+#define DT_N_S_sw_pwm_PINCTRL_NUM 0
+
+/* Generic property macros: */
+#define DT_N_S_sw_pwm_P_wakeup_source 0
+#define DT_N_S_sw_pwm_P_wakeup_source_EXISTS 1
+#define DT_N_S_sw_pwm_P_zephyr_pm_device_runtime_auto 0
+#define DT_N_S_sw_pwm_P_zephyr_pm_device_runtime_auto_EXISTS 1
+#define DT_N_S_sw_pwm_P_status "disabled"
+#define DT_N_S_sw_pwm_P_status_STRING_UNQUOTED disabled
+#define DT_N_S_sw_pwm_P_status_STRING_TOKEN disabled
+#define DT_N_S_sw_pwm_P_status_STRING_UPPER_TOKEN DISABLED
+#define DT_N_S_sw_pwm_P_status_IDX_0 "disabled"
+#define DT_N_S_sw_pwm_P_status_IDX_0_EXISTS 1
+#define DT_N_S_sw_pwm_P_status_ENUM_IDX 2
+#define DT_N_S_sw_pwm_P_status_ENUM_VAL_disabled_EXISTS 1
+#define DT_N_S_sw_pwm_P_status_ENUM_TOKEN disabled
+#define DT_N_S_sw_pwm_P_status_ENUM_UPPER_TOKEN DISABLED
+#define DT_N_S_sw_pwm_P_status_FOREACH_PROP_ELEM(fn) fn(DT_N_S_sw_pwm, status, 0)
+#define DT_N_S_sw_pwm_P_status_FOREACH_PROP_ELEM_SEP(fn, sep) fn(DT_N_S_sw_pwm, status, 0)
+#define DT_N_S_sw_pwm_P_status_FOREACH_PROP_ELEM_VARGS(fn, ...) fn(DT_N_S_sw_pwm, status, 0, __VA_ARGS__)
+#define DT_N_S_sw_pwm_P_status_FOREACH_PROP_ELEM_SEP_VARGS(fn, sep, ...) fn(DT_N_S_sw_pwm, status, 0, __VA_ARGS__)
+#define DT_N_S_sw_pwm_P_status_LEN 1
+#define DT_N_S_sw_pwm_P_status_EXISTS 1
+#define DT_N_S_sw_pwm_P_compatible {"nordic,nrf-sw-pwm"}
+#define DT_N_S_sw_pwm_P_compatible_IDX_0 "nordic,nrf-sw-pwm"
+#define DT_N_S_sw_pwm_P_compatible_IDX_0_STRING_UNQUOTED nordic,nrf-sw-pwm
+#define DT_N_S_sw_pwm_P_compatible_IDX_0_STRING_TOKEN nordic_nrf_sw_pwm
+#define DT_N_S_sw_pwm_P_compatible_IDX_0_STRING_UPPER_TOKEN NORDIC_NRF_SW_PWM
+#define DT_N_S_sw_pwm_P_compatible_IDX_0_EXISTS 1
+#define DT_N_S_sw_pwm_P_compatible_FOREACH_PROP_ELEM(fn) fn(DT_N_S_sw_pwm, compatible, 0)
+#define DT_N_S_sw_pwm_P_compatible_FOREACH_PROP_ELEM_SEP(fn, sep) fn(DT_N_S_sw_pwm, compatible, 0)
+#define DT_N_S_sw_pwm_P_compatible_FOREACH_PROP_ELEM_VARGS(fn, ...) fn(DT_N_S_sw_pwm, compatible, 0, __VA_ARGS__)
+#define DT_N_S_sw_pwm_P_compatible_FOREACH_PROP_ELEM_SEP_VARGS(fn, sep, ...) fn(DT_N_S_sw_pwm, compatible, 0, __VA_ARGS__)
+#define DT_N_S_sw_pwm_P_compatible_LEN 1
+#define DT_N_S_sw_pwm_P_compatible_EXISTS 1
+#define DT_N_S_sw_pwm_P_zephyr_deferred_init 0
+#define DT_N_S_sw_pwm_P_zephyr_deferred_init_EXISTS 1
+#define DT_N_S_sw_pwm_P_generator DT_N_S_soc_S_timer_40009000
+#define DT_N_S_sw_pwm_P_generator_IDX_0 DT_N_S_soc_S_timer_40009000
+#define DT_N_S_sw_pwm_P_generator_IDX_0_PH DT_N_S_soc_S_timer_40009000
+#define DT_N_S_sw_pwm_P_generator_IDX_0_EXISTS 1
+#define DT_N_S_sw_pwm_P_generator_FOREACH_PROP_ELEM(fn) fn(DT_N_S_sw_pwm, generator, 0)
+#define DT_N_S_sw_pwm_P_generator_FOREACH_PROP_ELEM_SEP(fn, sep) fn(DT_N_S_sw_pwm, generator, 0)
+#define DT_N_S_sw_pwm_P_generator_FOREACH_PROP_ELEM_VARGS(fn, ...) fn(DT_N_S_sw_pwm, generator, 0, __VA_ARGS__)
+#define DT_N_S_sw_pwm_P_generator_FOREACH_PROP_ELEM_SEP_VARGS(fn, sep, ...) fn(DT_N_S_sw_pwm, generator, 0, __VA_ARGS__)
+#define DT_N_S_sw_pwm_P_generator_LEN 1
+#define DT_N_S_sw_pwm_P_generator_EXISTS 1
+#define DT_N_S_sw_pwm_P_clock_prescaler 0
+#define DT_N_S_sw_pwm_P_clock_prescaler_EXISTS 1
+
+/*
+ * Devicetree node: /cpus
+ *
+ * Node identifier: DT_N_S_cpus
+ */
+
+/* Node's full path: */
+#define DT_N_S_cpus_PATH "/cpus"
+
+/* Node's name with unit-address: */
+#define DT_N_S_cpus_FULL_NAME "cpus"
+
+/* Node parent (/) identifier: */
+#define DT_N_S_cpus_PARENT DT_N
+
+/* Node's index in its parent's list of children: */
+#define DT_N_S_cpus_CHILD_IDX 6
+
+/* Helper macros for child nodes of this node. */
+#define DT_N_S_cpus_CHILD_NUM 1
+#define DT_N_S_cpus_CHILD_NUM_STATUS_OKAY 1
+#define DT_N_S_cpus_FOREACH_CHILD(fn) fn(DT_N_S_cpus_S_cpu_0)
+#define DT_N_S_cpus_FOREACH_CHILD_SEP(fn, sep) fn(DT_N_S_cpus_S_cpu_0)
+#define DT_N_S_cpus_FOREACH_CHILD_VARGS(fn, ...) fn(DT_N_S_cpus_S_cpu_0, __VA_ARGS__)
+#define DT_N_S_cpus_FOREACH_CHILD_SEP_VARGS(fn, sep, ...) fn(DT_N_S_cpus_S_cpu_0, __VA_ARGS__)
+#define DT_N_S_cpus_FOREACH_CHILD_STATUS_OKAY(fn) fn(DT_N_S_cpus_S_cpu_0)
+#define DT_N_S_cpus_FOREACH_CHILD_STATUS_OKAY_SEP(fn, sep) fn(DT_N_S_cpus_S_cpu_0)
+#define DT_N_S_cpus_FOREACH_CHILD_STATUS_OKAY_VARGS(fn, ...) fn(DT_N_S_cpus_S_cpu_0, __VA_ARGS__)
+#define DT_N_S_cpus_FOREACH_CHILD_STATUS_OKAY_SEP_VARGS(fn, sep, ...) fn(DT_N_S_cpus_S_cpu_0, __VA_ARGS__)
+
+/* Node's dependency ordinal: */
+#define DT_N_S_cpus_ORD 15
+#define DT_N_S_cpus_ORD_STR_SORTABLE 00015
+
+/* Ordinals for what this node depends on directly: */
+#define DT_N_S_cpus_REQUIRES_ORDS \
+	0, /* / */
+
+/* Ordinals for what depends directly on this node: */
+#define DT_N_S_cpus_SUPPORTS_ORDS \
+	16, /* /cpus/cpu@0 */
+
+/* Existence and alternate IDs: */
+#define DT_N_S_cpus_EXISTS 1
+
+/* Macros for properties that are special in the specification: */
+#define DT_N_S_cpus_REG_NUM 0
+#define DT_N_S_cpus_RANGES_NUM 0
+#define DT_N_S_cpus_FOREACH_RANGE(fn) 
+#define DT_N_S_cpus_IRQ_NUM 0
+#define DT_N_S_cpus_IRQ_LEVEL 0
+#define DT_N_S_cpus_STATUS_okay 1
+
+/* Pin control (pinctrl-<i>, pinctrl-names) properties: */
+#define DT_N_S_cpus_PINCTRL_NUM 0
+
+/* (No generic property macros) */
+
+/*
+ * Devicetree node: /cpus/cpu@0
+ *
+ * Node identifier: DT_N_S_cpus_S_cpu_0
+ *
+ * Binding (compatible = arm,cortex-m4f):
+ *   $ZEPHYR_BASE/dts/bindings/cpu/arm,cortex-m4f.yaml
+ *
+ * (Descriptions have moved to the Devicetree Bindings Index
+ * in the documentation.)
+ */
+
+/* Node's full path: */
+#define DT_N_S_cpus_S_cpu_0_PATH "/cpus/cpu@0"
+
+/* Node's name with unit-address: */
+#define DT_N_S_cpus_S_cpu_0_FULL_NAME "cpu@0"
+
+/* Node parent (/cpus) identifier: */
+#define DT_N_S_cpus_S_cpu_0_PARENT DT_N_S_cpus
+
+/* Node's index in its parent's list of children: */
+#define DT_N_S_cpus_S_cpu_0_CHILD_IDX 0
+
+/* Helper macros for child nodes of this node. */
+#define DT_N_S_cpus_S_cpu_0_CHILD_NUM 1
+#define DT_N_S_cpus_S_cpu_0_CHILD_NUM_STATUS_OKAY 1
+#define DT_N_S_cpus_S_cpu_0_FOREACH_CHILD(fn) fn(DT_N_S_cpus_S_cpu_0_S_itm_e0000000)
+#define DT_N_S_cpus_S_cpu_0_FOREACH_CHILD_SEP(fn, sep) fn(DT_N_S_cpus_S_cpu_0_S_itm_e0000000)
+#define DT_N_S_cpus_S_cpu_0_FOREACH_CHILD_VARGS(fn, ...) fn(DT_N_S_cpus_S_cpu_0_S_itm_e0000000, __VA_ARGS__)
+#define DT_N_S_cpus_S_cpu_0_FOREACH_CHILD_SEP_VARGS(fn, sep, ...) fn(DT_N_S_cpus_S_cpu_0_S_itm_e0000000, __VA_ARGS__)
+#define DT_N_S_cpus_S_cpu_0_FOREACH_CHILD_STATUS_OKAY(fn) fn(DT_N_S_cpus_S_cpu_0_S_itm_e0000000)
+#define DT_N_S_cpus_S_cpu_0_FOREACH_CHILD_STATUS_OKAY_SEP(fn, sep) fn(DT_N_S_cpus_S_cpu_0_S_itm_e0000000)
+#define DT_N_S_cpus_S_cpu_0_FOREACH_CHILD_STATUS_OKAY_VARGS(fn, ...) fn(DT_N_S_cpus_S_cpu_0_S_itm_e0000000, __VA_ARGS__)
+#define DT_N_S_cpus_S_cpu_0_FOREACH_CHILD_STATUS_OKAY_SEP_VARGS(fn, sep, ...) fn(DT_N_S_cpus_S_cpu_0_S_itm_e0000000, __VA_ARGS__)
+
+/* Node's dependency ordinal: */
+#define DT_N_S_cpus_S_cpu_0_ORD 16
+#define DT_N_S_cpus_S_cpu_0_ORD_STR_SORTABLE 00016
+
+/* Ordinals for what this node depends on directly: */
+#define DT_N_S_cpus_S_cpu_0_REQUIRES_ORDS \
+	15, /* /cpus */
+
+/* Ordinals for what depends directly on this node: */
+#define DT_N_S_cpus_S_cpu_0_SUPPORTS_ORDS \
+	17, /* /cpus/cpu@0/itm@e0000000 */
+
+/* Existence and alternate IDs: */
+#define DT_N_S_cpus_S_cpu_0_EXISTS 1
+#define DT_N_INST_0_arm_cortex_m4f DT_N_S_cpus_S_cpu_0
+
+/* Macros for properties that are special in the specification: */
+#define DT_N_S_cpus_S_cpu_0_REG_NUM 1
+#define DT_N_S_cpus_S_cpu_0_REG_IDX_0_EXISTS 1
+#define DT_N_S_cpus_S_cpu_0_REG_IDX_0_VAL_ADDRESS 0 /* 0x0 */
+#define DT_N_S_cpus_S_cpu_0_RANGES_NUM 0
+#define DT_N_S_cpus_S_cpu_0_FOREACH_RANGE(fn) 
+#define DT_N_S_cpus_S_cpu_0_IRQ_NUM 0
+#define DT_N_S_cpus_S_cpu_0_IRQ_LEVEL 0
+#define DT_N_S_cpus_S_cpu_0_COMPAT_MATCHES_arm_cortex_m4f 1
+#define DT_N_S_cpus_S_cpu_0_COMPAT_VENDOR_IDX_0_EXISTS 1
+#define DT_N_S_cpus_S_cpu_0_COMPAT_VENDOR_IDX_0 "ARM Ltd."
+#define DT_N_S_cpus_S_cpu_0_COMPAT_MODEL_IDX_0_EXISTS 1
+#define DT_N_S_cpus_S_cpu_0_COMPAT_MODEL_IDX_0 "cortex-m4f"
+#define DT_N_S_cpus_S_cpu_0_STATUS_okay 1
+
+/* Pin control (pinctrl-<i>, pinctrl-names) properties: */
+#define DT_N_S_cpus_S_cpu_0_PINCTRL_NUM 0
+
+/* Generic property macros: */
+#define DT_N_S_cpus_S_cpu_0_P_wakeup_source 0
+#define DT_N_S_cpus_S_cpu_0_P_wakeup_source_EXISTS 1
+#define DT_N_S_cpus_S_cpu_0_P_zephyr_pm_device_runtime_auto 0
+#define DT_N_S_cpus_S_cpu_0_P_zephyr_pm_device_runtime_auto_EXISTS 1
+#define DT_N_S_cpus_S_cpu_0_P_compatible {"arm,cortex-m4f"}
+#define DT_N_S_cpus_S_cpu_0_P_compatible_IDX_0 "arm,cortex-m4f"
+#define DT_N_S_cpus_S_cpu_0_P_compatible_IDX_0_STRING_UNQUOTED arm,cortex-m4f
+#define DT_N_S_cpus_S_cpu_0_P_compatible_IDX_0_STRING_TOKEN arm_cortex_m4f
+#define DT_N_S_cpus_S_cpu_0_P_compatible_IDX_0_STRING_UPPER_TOKEN ARM_CORTEX_M4F
+#define DT_N_S_cpus_S_cpu_0_P_compatible_IDX_0_EXISTS 1
+#define DT_N_S_cpus_S_cpu_0_P_compatible_FOREACH_PROP_ELEM(fn) fn(DT_N_S_cpus_S_cpu_0, compatible, 0)
+#define DT_N_S_cpus_S_cpu_0_P_compatible_FOREACH_PROP_ELEM_SEP(fn, sep) fn(DT_N_S_cpus_S_cpu_0, compatible, 0)
+#define DT_N_S_cpus_S_cpu_0_P_compatible_FOREACH_PROP_ELEM_VARGS(fn, ...) fn(DT_N_S_cpus_S_cpu_0, compatible, 0, __VA_ARGS__)
+#define DT_N_S_cpus_S_cpu_0_P_compatible_FOREACH_PROP_ELEM_SEP_VARGS(fn, sep, ...) fn(DT_N_S_cpus_S_cpu_0, compatible, 0, __VA_ARGS__)
+#define DT_N_S_cpus_S_cpu_0_P_compatible_LEN 1
+#define DT_N_S_cpus_S_cpu_0_P_compatible_EXISTS 1
+#define DT_N_S_cpus_S_cpu_0_P_reg {0 /* 0x0 */}
+#define DT_N_S_cpus_S_cpu_0_P_reg_IDX_0 0
+#define DT_N_S_cpus_S_cpu_0_P_reg_IDX_0_EXISTS 1
+#define DT_N_S_cpus_S_cpu_0_P_reg_EXISTS 1
+#define DT_N_S_cpus_S_cpu_0_P_zephyr_deferred_init 0
+#define DT_N_S_cpus_S_cpu_0_P_zephyr_deferred_init_EXISTS 1
+
+/*
+ * Devicetree node: /cpus/cpu@0/itm@e0000000
+ *
+ * Node identifier: DT_N_S_cpus_S_cpu_0_S_itm_e0000000
+ *
+ * Binding (compatible = arm,armv7m-itm):
+ *   $ZEPHYR_BASE/dts/bindings/debug/arm,armv7m-itm.yaml
+ *
+ * (Descriptions have moved to the Devicetree Bindings Index
+ * in the documentation.)
+ */
+
+/* Node's full path: */
+#define DT_N_S_cpus_S_cpu_0_S_itm_e0000000_PATH "/cpus/cpu@0/itm@e0000000"
+
+/* Node's name with unit-address: */
+#define DT_N_S_cpus_S_cpu_0_S_itm_e0000000_FULL_NAME "itm@e0000000"
+
+/* Node parent (/cpus/cpu@0) identifier: */
+#define DT_N_S_cpus_S_cpu_0_S_itm_e0000000_PARENT DT_N_S_cpus_S_cpu_0
+
+/* Node's index in its parent's list of children: */
+#define DT_N_S_cpus_S_cpu_0_S_itm_e0000000_CHILD_IDX 0
+
+/* Helper macros for child nodes of this node. */
+#define DT_N_S_cpus_S_cpu_0_S_itm_e0000000_CHILD_NUM 0
+#define DT_N_S_cpus_S_cpu_0_S_itm_e0000000_CHILD_NUM_STATUS_OKAY 0
+#define DT_N_S_cpus_S_cpu_0_S_itm_e0000000_FOREACH_CHILD(fn) 
+#define DT_N_S_cpus_S_cpu_0_S_itm_e0000000_FOREACH_CHILD_SEP(fn, sep) 
+#define DT_N_S_cpus_S_cpu_0_S_itm_e0000000_FOREACH_CHILD_VARGS(fn, ...) 
+#define DT_N_S_cpus_S_cpu_0_S_itm_e0000000_FOREACH_CHILD_SEP_VARGS(fn, sep, ...) 
+#define DT_N_S_cpus_S_cpu_0_S_itm_e0000000_FOREACH_CHILD_STATUS_OKAY(fn) 
+#define DT_N_S_cpus_S_cpu_0_S_itm_e0000000_FOREACH_CHILD_STATUS_OKAY_SEP(fn, sep) 
+#define DT_N_S_cpus_S_cpu_0_S_itm_e0000000_FOREACH_CHILD_STATUS_OKAY_VARGS(fn, ...) 
+#define DT_N_S_cpus_S_cpu_0_S_itm_e0000000_FOREACH_CHILD_STATUS_OKAY_SEP_VARGS(fn, sep, ...) 
+
+/* Node's dependency ordinal: */
+#define DT_N_S_cpus_S_cpu_0_S_itm_e0000000_ORD 17
+#define DT_N_S_cpus_S_cpu_0_S_itm_e0000000_ORD_STR_SORTABLE 00017
+
+/* Ordinals for what this node depends on directly: */
+#define DT_N_S_cpus_S_cpu_0_S_itm_e0000000_REQUIRES_ORDS \
+	16, /* /cpus/cpu@0 */
+
+/* Ordinals for what depends directly on this node: */
+#define DT_N_S_cpus_S_cpu_0_S_itm_e0000000_SUPPORTS_ORDS /* nothing */
+
+/* Existence and alternate IDs: */
+#define DT_N_S_cpus_S_cpu_0_S_itm_e0000000_EXISTS 1
+#define DT_N_INST_0_arm_armv7m_itm DT_N_S_cpus_S_cpu_0_S_itm_e0000000
+#define DT_N_NODELABEL_itm         DT_N_S_cpus_S_cpu_0_S_itm_e0000000
+
+/* Macros for properties that are special in the specification: */
+#define DT_N_S_cpus_S_cpu_0_S_itm_e0000000_REG_NUM 1
+#define DT_N_S_cpus_S_cpu_0_S_itm_e0000000_REG_IDX_0_EXISTS 1
+#define DT_N_S_cpus_S_cpu_0_S_itm_e0000000_REG_IDX_0_VAL_ADDRESS 3758096384 /* 0xe0000000 */
+#define DT_N_S_cpus_S_cpu_0_S_itm_e0000000_REG_IDX_0_VAL_SIZE 4096 /* 0x1000 */
+#define DT_N_S_cpus_S_cpu_0_S_itm_e0000000_RANGES_NUM 0
+#define DT_N_S_cpus_S_cpu_0_S_itm_e0000000_FOREACH_RANGE(fn) 
+#define DT_N_S_cpus_S_cpu_0_S_itm_e0000000_IRQ_NUM 0
+#define DT_N_S_cpus_S_cpu_0_S_itm_e0000000_IRQ_LEVEL 0
+#define DT_N_S_cpus_S_cpu_0_S_itm_e0000000_COMPAT_MATCHES_arm_armv7m_itm 1
+#define DT_N_S_cpus_S_cpu_0_S_itm_e0000000_COMPAT_VENDOR_IDX_0_EXISTS 1
+#define DT_N_S_cpus_S_cpu_0_S_itm_e0000000_COMPAT_VENDOR_IDX_0 "ARM Ltd."
+#define DT_N_S_cpus_S_cpu_0_S_itm_e0000000_COMPAT_MODEL_IDX_0_EXISTS 1
+#define DT_N_S_cpus_S_cpu_0_S_itm_e0000000_COMPAT_MODEL_IDX_0 "armv7m-itm"
+#define DT_N_S_cpus_S_cpu_0_S_itm_e0000000_STATUS_okay 1
+
+/* Pin control (pinctrl-<i>, pinctrl-names) properties: */
+#define DT_N_S_cpus_S_cpu_0_S_itm_e0000000_PINCTRL_NUM 0
+
+/* Generic property macros: */
+#define DT_N_S_cpus_S_cpu_0_S_itm_e0000000_P_wakeup_source 0
+#define DT_N_S_cpus_S_cpu_0_S_itm_e0000000_P_wakeup_source_EXISTS 1
+#define DT_N_S_cpus_S_cpu_0_S_itm_e0000000_P_zephyr_pm_device_runtime_auto 0
+#define DT_N_S_cpus_S_cpu_0_S_itm_e0000000_P_zephyr_pm_device_runtime_auto_EXISTS 1
+#define DT_N_S_cpus_S_cpu_0_S_itm_e0000000_P_compatible {"arm,armv7m-itm"}
+#define DT_N_S_cpus_S_cpu_0_S_itm_e0000000_P_compatible_IDX_0 "arm,armv7m-itm"
+#define DT_N_S_cpus_S_cpu_0_S_itm_e0000000_P_compatible_IDX_0_STRING_UNQUOTED arm,armv7m-itm
+#define DT_N_S_cpus_S_cpu_0_S_itm_e0000000_P_compatible_IDX_0_STRING_TOKEN arm_armv7m_itm
+#define DT_N_S_cpus_S_cpu_0_S_itm_e0000000_P_compatible_IDX_0_STRING_UPPER_TOKEN ARM_ARMV7M_ITM
+#define DT_N_S_cpus_S_cpu_0_S_itm_e0000000_P_compatible_IDX_0_EXISTS 1
+#define DT_N_S_cpus_S_cpu_0_S_itm_e0000000_P_compatible_FOREACH_PROP_ELEM(fn) fn(DT_N_S_cpus_S_cpu_0_S_itm_e0000000, compatible, 0)
+#define DT_N_S_cpus_S_cpu_0_S_itm_e0000000_P_compatible_FOREACH_PROP_ELEM_SEP(fn, sep) fn(DT_N_S_cpus_S_cpu_0_S_itm_e0000000, compatible, 0)
+#define DT_N_S_cpus_S_cpu_0_S_itm_e0000000_P_compatible_FOREACH_PROP_ELEM_VARGS(fn, ...) fn(DT_N_S_cpus_S_cpu_0_S_itm_e0000000, compatible, 0, __VA_ARGS__)
+#define DT_N_S_cpus_S_cpu_0_S_itm_e0000000_P_compatible_FOREACH_PROP_ELEM_SEP_VARGS(fn, sep, ...) fn(DT_N_S_cpus_S_cpu_0_S_itm_e0000000, compatible, 0, __VA_ARGS__)
+#define DT_N_S_cpus_S_cpu_0_S_itm_e0000000_P_compatible_LEN 1
+#define DT_N_S_cpus_S_cpu_0_S_itm_e0000000_P_compatible_EXISTS 1
+#define DT_N_S_cpus_S_cpu_0_S_itm_e0000000_P_reg {3758096384 /* 0xe0000000 */, 4096 /* 0x1000 */}
+#define DT_N_S_cpus_S_cpu_0_S_itm_e0000000_P_reg_IDX_0 3758096384
+#define DT_N_S_cpus_S_cpu_0_S_itm_e0000000_P_reg_IDX_0_EXISTS 1
+#define DT_N_S_cpus_S_cpu_0_S_itm_e0000000_P_reg_IDX_1 4096
+#define DT_N_S_cpus_S_cpu_0_S_itm_e0000000_P_reg_IDX_1_EXISTS 1
+#define DT_N_S_cpus_S_cpu_0_S_itm_e0000000_P_reg_EXISTS 1
+#define DT_N_S_cpus_S_cpu_0_S_itm_e0000000_P_zephyr_deferred_init 0
+#define DT_N_S_cpus_S_cpu_0_S_itm_e0000000_P_zephyr_deferred_init_EXISTS 1
+#define DT_N_S_cpus_S_cpu_0_S_itm_e0000000_P_swo_ref_frequency 32000000
+#define DT_N_S_cpus_S_cpu_0_S_itm_e0000000_P_swo_ref_frequency_EXISTS 1
+
+/*
+ * Devicetree node: /gpio_keys
+ *
+ * Node identifier: DT_N_S_gpio_keys
+ *
+ * Binding (compatible = gpio-keys):
+ *   $ZEPHYR_BASE/dts/bindings/input/gpio-keys.yaml
+ *
+ * (Descriptions have moved to the Devicetree Bindings Index
+ * in the documentation.)
+ */
+
+/* Node's full path: */
+#define DT_N_S_gpio_keys_PATH "/gpio_keys"
+
+/* Node's name with unit-address: */
+#define DT_N_S_gpio_keys_FULL_NAME "gpio_keys"
+
+/* Node parent (/) identifier: */
+#define DT_N_S_gpio_keys_PARENT DT_N
+
+/* Node's index in its parent's list of children: */
+#define DT_N_S_gpio_keys_CHILD_IDX 7
+
+/* Helper macros for child nodes of this node. */
+#define DT_N_S_gpio_keys_CHILD_NUM 2
+#define DT_N_S_gpio_keys_CHILD_NUM_STATUS_OKAY 2
+#define DT_N_S_gpio_keys_FOREACH_CHILD(fn) fn(DT_N_S_gpio_keys_S_button_0) fn(DT_N_S_gpio_keys_S_button_1)
+#define DT_N_S_gpio_keys_FOREACH_CHILD_SEP(fn, sep) fn(DT_N_S_gpio_keys_S_button_0) DT_DEBRACKET_INTERNAL sep fn(DT_N_S_gpio_keys_S_button_1)
+#define DT_N_S_gpio_keys_FOREACH_CHILD_VARGS(fn, ...) fn(DT_N_S_gpio_keys_S_button_0, __VA_ARGS__) fn(DT_N_S_gpio_keys_S_button_1, __VA_ARGS__)
+#define DT_N_S_gpio_keys_FOREACH_CHILD_SEP_VARGS(fn, sep, ...) fn(DT_N_S_gpio_keys_S_button_0, __VA_ARGS__) DT_DEBRACKET_INTERNAL sep fn(DT_N_S_gpio_keys_S_button_1, __VA_ARGS__)
+#define DT_N_S_gpio_keys_FOREACH_CHILD_STATUS_OKAY(fn) fn(DT_N_S_gpio_keys_S_button_0) fn(DT_N_S_gpio_keys_S_button_1)
+#define DT_N_S_gpio_keys_FOREACH_CHILD_STATUS_OKAY_SEP(fn, sep) fn(DT_N_S_gpio_keys_S_button_0) DT_DEBRACKET_INTERNAL sep fn(DT_N_S_gpio_keys_S_button_1)
+#define DT_N_S_gpio_keys_FOREACH_CHILD_STATUS_OKAY_VARGS(fn, ...) fn(DT_N_S_gpio_keys_S_button_0, __VA_ARGS__) fn(DT_N_S_gpio_keys_S_button_1, __VA_ARGS__)
+#define DT_N_S_gpio_keys_FOREACH_CHILD_STATUS_OKAY_SEP_VARGS(fn, sep, ...) fn(DT_N_S_gpio_keys_S_button_0, __VA_ARGS__) DT_DEBRACKET_INTERNAL sep fn(DT_N_S_gpio_keys_S_button_1, __VA_ARGS__)
+
+/* Node's dependency ordinal: */
+#define DT_N_S_gpio_keys_ORD 18
+#define DT_N_S_gpio_keys_ORD_STR_SORTABLE 00018
+
+/* Ordinals for what this node depends on directly: */
+#define DT_N_S_gpio_keys_REQUIRES_ORDS \
+	0, /* / */ \
+	8, /* /soc/gpio@50000000 */
+
+/* Ordinals for what depends directly on this node: */
+#define DT_N_S_gpio_keys_SUPPORTS_ORDS \
+	19, /* /gpio_keys/button_0 */ \
+	20, /* /gpio_keys/button_1 */
+
+/* Existence and alternate IDs: */
+#define DT_N_S_gpio_keys_EXISTS 1
+#define DT_N_INST_0_gpio_keys DT_N_S_gpio_keys
+
+/* Macros for properties that are special in the specification: */
+#define DT_N_S_gpio_keys_REG_NUM 0
+#define DT_N_S_gpio_keys_RANGES_NUM 0
+#define DT_N_S_gpio_keys_FOREACH_RANGE(fn) 
+#define DT_N_S_gpio_keys_IRQ_NUM 0
+#define DT_N_S_gpio_keys_IRQ_LEVEL 0
+#define DT_N_S_gpio_keys_COMPAT_MATCHES_gpio_keys 1
+#define DT_N_S_gpio_keys_STATUS_okay 1
+
+/* Pin control (pinctrl-<i>, pinctrl-names) properties: */
+#define DT_N_S_gpio_keys_PINCTRL_NUM 0
+
+/* Generic property macros: */
+#define DT_N_S_gpio_keys_P_wakeup_source 0
+#define DT_N_S_gpio_keys_P_wakeup_source_EXISTS 1
+#define DT_N_S_gpio_keys_P_zephyr_pm_device_runtime_auto 0
+#define DT_N_S_gpio_keys_P_zephyr_pm_device_runtime_auto_EXISTS 1
+#define DT_N_S_gpio_keys_P_compatible {"gpio-keys"}
+#define DT_N_S_gpio_keys_P_compatible_IDX_0 "gpio-keys"
+#define DT_N_S_gpio_keys_P_compatible_IDX_0_STRING_UNQUOTED gpio-keys
+#define DT_N_S_gpio_keys_P_compatible_IDX_0_STRING_TOKEN gpio_keys
+#define DT_N_S_gpio_keys_P_compatible_IDX_0_STRING_UPPER_TOKEN GPIO_KEYS
+#define DT_N_S_gpio_keys_P_compatible_IDX_0_EXISTS 1
+#define DT_N_S_gpio_keys_P_compatible_FOREACH_PROP_ELEM(fn) fn(DT_N_S_gpio_keys, compatible, 0)
+#define DT_N_S_gpio_keys_P_compatible_FOREACH_PROP_ELEM_SEP(fn, sep) fn(DT_N_S_gpio_keys, compatible, 0)
+#define DT_N_S_gpio_keys_P_compatible_FOREACH_PROP_ELEM_VARGS(fn, ...) fn(DT_N_S_gpio_keys, compatible, 0, __VA_ARGS__)
+#define DT_N_S_gpio_keys_P_compatible_FOREACH_PROP_ELEM_SEP_VARGS(fn, sep, ...) fn(DT_N_S_gpio_keys, compatible, 0, __VA_ARGS__)
+#define DT_N_S_gpio_keys_P_compatible_LEN 1
+#define DT_N_S_gpio_keys_P_compatible_EXISTS 1
+#define DT_N_S_gpio_keys_P_zephyr_deferred_init 0
+#define DT_N_S_gpio_keys_P_zephyr_deferred_init_EXISTS 1
+#define DT_N_S_gpio_keys_P_debounce_interval_ms 30
+#define DT_N_S_gpio_keys_P_debounce_interval_ms_EXISTS 1
+#define DT_N_S_gpio_keys_P_polling_mode 0
+#define DT_N_S_gpio_keys_P_polling_mode_EXISTS 1
+
+/*
+ * Devicetree node: /gpio_keys/button_0
+ *
+ * Node identifier: DT_N_S_gpio_keys_S_button_0
+ *
+ * (Descriptions have moved to the Devicetree Bindings Index
+ * in the documentation.)
+ */
+
+/* Node's full path: */
+#define DT_N_S_gpio_keys_S_button_0_PATH "/gpio_keys/button_0"
+
+/* Node's name with unit-address: */
+#define DT_N_S_gpio_keys_S_button_0_FULL_NAME "button_0"
+
+/* Node parent (/gpio_keys) identifier: */
+#define DT_N_S_gpio_keys_S_button_0_PARENT DT_N_S_gpio_keys
+
+/* Node's index in its parent's list of children: */
+#define DT_N_S_gpio_keys_S_button_0_CHILD_IDX 0
+
+/* Helper macros for child nodes of this node. */
+#define DT_N_S_gpio_keys_S_button_0_CHILD_NUM 0
+#define DT_N_S_gpio_keys_S_button_0_CHILD_NUM_STATUS_OKAY 0
+#define DT_N_S_gpio_keys_S_button_0_FOREACH_CHILD(fn) 
+#define DT_N_S_gpio_keys_S_button_0_FOREACH_CHILD_SEP(fn, sep) 
+#define DT_N_S_gpio_keys_S_button_0_FOREACH_CHILD_VARGS(fn, ...) 
+#define DT_N_S_gpio_keys_S_button_0_FOREACH_CHILD_SEP_VARGS(fn, sep, ...) 
+#define DT_N_S_gpio_keys_S_button_0_FOREACH_CHILD_STATUS_OKAY(fn) 
+#define DT_N_S_gpio_keys_S_button_0_FOREACH_CHILD_STATUS_OKAY_SEP(fn, sep) 
+#define DT_N_S_gpio_keys_S_button_0_FOREACH_CHILD_STATUS_OKAY_VARGS(fn, ...) 
+#define DT_N_S_gpio_keys_S_button_0_FOREACH_CHILD_STATUS_OKAY_SEP_VARGS(fn, sep, ...) 
+
+/* Node's dependency ordinal: */
+#define DT_N_S_gpio_keys_S_button_0_ORD 19
+#define DT_N_S_gpio_keys_S_button_0_ORD_STR_SORTABLE 00019
+
+/* Ordinals for what this node depends on directly: */
+#define DT_N_S_gpio_keys_S_button_0_REQUIRES_ORDS \
+	8, /* /soc/gpio@50000000 */ \
+	18, /* /gpio_keys */
+
+/* Ordinals for what depends directly on this node: */
+#define DT_N_S_gpio_keys_S_button_0_SUPPORTS_ORDS /* nothing */
+
+/* Existence and alternate IDs: */
+#define DT_N_S_gpio_keys_S_button_0_EXISTS 1
+#define DT_N_ALIAS_sw0         DT_N_S_gpio_keys_S_button_0
+#define DT_N_NODELABEL_buttona DT_N_S_gpio_keys_S_button_0
+
+/* Macros for properties that are special in the specification: */
+#define DT_N_S_gpio_keys_S_button_0_REG_NUM 0
+#define DT_N_S_gpio_keys_S_button_0_RANGES_NUM 0
+#define DT_N_S_gpio_keys_S_button_0_FOREACH_RANGE(fn) 
+#define DT_N_S_gpio_keys_S_button_0_IRQ_NUM 0
+#define DT_N_S_gpio_keys_S_button_0_IRQ_LEVEL 0
+#define DT_N_S_gpio_keys_S_button_0_STATUS_okay 1
+
+/* Pin control (pinctrl-<i>, pinctrl-names) properties: */
+#define DT_N_S_gpio_keys_S_button_0_PINCTRL_NUM 0
+
+/* Generic property macros: */
+#define DT_N_S_gpio_keys_S_button_0_P_gpios_IDX_0_EXISTS 1
+#define DT_N_S_gpio_keys_S_button_0_P_gpios_IDX_0_PH DT_N_S_soc_S_gpio_50000000
+#define DT_N_S_gpio_keys_S_button_0_P_gpios_IDX_0_VAL_pin 14
+#define DT_N_S_gpio_keys_S_button_0_P_gpios_IDX_0_VAL_pin_EXISTS 1
+#define DT_N_S_gpio_keys_S_button_0_P_gpios_IDX_0_VAL_flags 1
+#define DT_N_S_gpio_keys_S_button_0_P_gpios_IDX_0_VAL_flags_EXISTS 1
+#define DT_N_S_gpio_keys_S_button_0_P_gpios_FOREACH_PROP_ELEM(fn) fn(DT_N_S_gpio_keys_S_button_0, gpios, 0)
+#define DT_N_S_gpio_keys_S_button_0_P_gpios_FOREACH_PROP_ELEM_SEP(fn, sep) fn(DT_N_S_gpio_keys_S_button_0, gpios, 0)
+#define DT_N_S_gpio_keys_S_button_0_P_gpios_FOREACH_PROP_ELEM_VARGS(fn, ...) fn(DT_N_S_gpio_keys_S_button_0, gpios, 0, __VA_ARGS__)
+#define DT_N_S_gpio_keys_S_button_0_P_gpios_FOREACH_PROP_ELEM_SEP_VARGS(fn, sep, ...) fn(DT_N_S_gpio_keys_S_button_0, gpios, 0, __VA_ARGS__)
+#define DT_N_S_gpio_keys_S_button_0_P_gpios_LEN 1
+#define DT_N_S_gpio_keys_S_button_0_P_gpios_EXISTS 1
+#define DT_N_S_gpio_keys_S_button_0_P_label "BTN_A"
+#define DT_N_S_gpio_keys_S_button_0_P_label_STRING_UNQUOTED BTN_A
+#define DT_N_S_gpio_keys_S_button_0_P_label_STRING_TOKEN BTN_A
+#define DT_N_S_gpio_keys_S_button_0_P_label_STRING_UPPER_TOKEN BTN_A
+#define DT_N_S_gpio_keys_S_button_0_P_label_IDX_0 "BTN_A"
+#define DT_N_S_gpio_keys_S_button_0_P_label_IDX_0_EXISTS 1
+#define DT_N_S_gpio_keys_S_button_0_P_label_FOREACH_PROP_ELEM(fn) fn(DT_N_S_gpio_keys_S_button_0, label, 0)
+#define DT_N_S_gpio_keys_S_button_0_P_label_FOREACH_PROP_ELEM_SEP(fn, sep) fn(DT_N_S_gpio_keys_S_button_0, label, 0)
+#define DT_N_S_gpio_keys_S_button_0_P_label_FOREACH_PROP_ELEM_VARGS(fn, ...) fn(DT_N_S_gpio_keys_S_button_0, label, 0, __VA_ARGS__)
+#define DT_N_S_gpio_keys_S_button_0_P_label_FOREACH_PROP_ELEM_SEP_VARGS(fn, sep, ...) fn(DT_N_S_gpio_keys_S_button_0, label, 0, __VA_ARGS__)
+#define DT_N_S_gpio_keys_S_button_0_P_label_LEN 1
+#define DT_N_S_gpio_keys_S_button_0_P_label_EXISTS 1
+#define DT_N_S_gpio_keys_S_button_0_P_zephyr_code 30
+#define DT_N_S_gpio_keys_S_button_0_P_zephyr_code_EXISTS 1
+
+/*
+ * Devicetree node: /gpio_keys/button_1
+ *
+ * Node identifier: DT_N_S_gpio_keys_S_button_1
+ *
+ * (Descriptions have moved to the Devicetree Bindings Index
+ * in the documentation.)
+ */
+
+/* Node's full path: */
+#define DT_N_S_gpio_keys_S_button_1_PATH "/gpio_keys/button_1"
+
+/* Node's name with unit-address: */
+#define DT_N_S_gpio_keys_S_button_1_FULL_NAME "button_1"
+
+/* Node parent (/gpio_keys) identifier: */
+#define DT_N_S_gpio_keys_S_button_1_PARENT DT_N_S_gpio_keys
+
+/* Node's index in its parent's list of children: */
+#define DT_N_S_gpio_keys_S_button_1_CHILD_IDX 1
+
+/* Helper macros for child nodes of this node. */
+#define DT_N_S_gpio_keys_S_button_1_CHILD_NUM 0
+#define DT_N_S_gpio_keys_S_button_1_CHILD_NUM_STATUS_OKAY 0
+#define DT_N_S_gpio_keys_S_button_1_FOREACH_CHILD(fn) 
+#define DT_N_S_gpio_keys_S_button_1_FOREACH_CHILD_SEP(fn, sep) 
+#define DT_N_S_gpio_keys_S_button_1_FOREACH_CHILD_VARGS(fn, ...) 
+#define DT_N_S_gpio_keys_S_button_1_FOREACH_CHILD_SEP_VARGS(fn, sep, ...) 
+#define DT_N_S_gpio_keys_S_button_1_FOREACH_CHILD_STATUS_OKAY(fn) 
+#define DT_N_S_gpio_keys_S_button_1_FOREACH_CHILD_STATUS_OKAY_SEP(fn, sep) 
+#define DT_N_S_gpio_keys_S_button_1_FOREACH_CHILD_STATUS_OKAY_VARGS(fn, ...) 
+#define DT_N_S_gpio_keys_S_button_1_FOREACH_CHILD_STATUS_OKAY_SEP_VARGS(fn, sep, ...) 
+
+/* Node's dependency ordinal: */
+#define DT_N_S_gpio_keys_S_button_1_ORD 20
+#define DT_N_S_gpio_keys_S_button_1_ORD_STR_SORTABLE 00020
+
+/* Ordinals for what this node depends on directly: */
+#define DT_N_S_gpio_keys_S_button_1_REQUIRES_ORDS \
+	8, /* /soc/gpio@50000000 */ \
+	18, /* /gpio_keys */
+
+/* Ordinals for what depends directly on this node: */
+#define DT_N_S_gpio_keys_S_button_1_SUPPORTS_ORDS /* nothing */
+
+/* Existence and alternate IDs: */
+#define DT_N_S_gpio_keys_S_button_1_EXISTS 1
+#define DT_N_ALIAS_sw1         DT_N_S_gpio_keys_S_button_1
+#define DT_N_NODELABEL_buttonb DT_N_S_gpio_keys_S_button_1
+
+/* Macros for properties that are special in the specification: */
+#define DT_N_S_gpio_keys_S_button_1_REG_NUM 0
+#define DT_N_S_gpio_keys_S_button_1_RANGES_NUM 0
+#define DT_N_S_gpio_keys_S_button_1_FOREACH_RANGE(fn) 
+#define DT_N_S_gpio_keys_S_button_1_IRQ_NUM 0
+#define DT_N_S_gpio_keys_S_button_1_IRQ_LEVEL 0
+#define DT_N_S_gpio_keys_S_button_1_STATUS_okay 1
+
+/* Pin control (pinctrl-<i>, pinctrl-names) properties: */
+#define DT_N_S_gpio_keys_S_button_1_PINCTRL_NUM 0
+
+/* Generic property macros: */
+#define DT_N_S_gpio_keys_S_button_1_P_gpios_IDX_0_EXISTS 1
+#define DT_N_S_gpio_keys_S_button_1_P_gpios_IDX_0_PH DT_N_S_soc_S_gpio_50000000
+#define DT_N_S_gpio_keys_S_button_1_P_gpios_IDX_0_VAL_pin 23
+#define DT_N_S_gpio_keys_S_button_1_P_gpios_IDX_0_VAL_pin_EXISTS 1
+#define DT_N_S_gpio_keys_S_button_1_P_gpios_IDX_0_VAL_flags 1
+#define DT_N_S_gpio_keys_S_button_1_P_gpios_IDX_0_VAL_flags_EXISTS 1
+#define DT_N_S_gpio_keys_S_button_1_P_gpios_FOREACH_PROP_ELEM(fn) fn(DT_N_S_gpio_keys_S_button_1, gpios, 0)
+#define DT_N_S_gpio_keys_S_button_1_P_gpios_FOREACH_PROP_ELEM_SEP(fn, sep) fn(DT_N_S_gpio_keys_S_button_1, gpios, 0)
+#define DT_N_S_gpio_keys_S_button_1_P_gpios_FOREACH_PROP_ELEM_VARGS(fn, ...) fn(DT_N_S_gpio_keys_S_button_1, gpios, 0, __VA_ARGS__)
+#define DT_N_S_gpio_keys_S_button_1_P_gpios_FOREACH_PROP_ELEM_SEP_VARGS(fn, sep, ...) fn(DT_N_S_gpio_keys_S_button_1, gpios, 0, __VA_ARGS__)
+#define DT_N_S_gpio_keys_S_button_1_P_gpios_LEN 1
+#define DT_N_S_gpio_keys_S_button_1_P_gpios_EXISTS 1
+#define DT_N_S_gpio_keys_S_button_1_P_label "BTN_B"
+#define DT_N_S_gpio_keys_S_button_1_P_label_STRING_UNQUOTED BTN_B
+#define DT_N_S_gpio_keys_S_button_1_P_label_STRING_TOKEN BTN_B
+#define DT_N_S_gpio_keys_S_button_1_P_label_STRING_UPPER_TOKEN BTN_B
+#define DT_N_S_gpio_keys_S_button_1_P_label_IDX_0 "BTN_B"
+#define DT_N_S_gpio_keys_S_button_1_P_label_IDX_0_EXISTS 1
+#define DT_N_S_gpio_keys_S_button_1_P_label_FOREACH_PROP_ELEM(fn) fn(DT_N_S_gpio_keys_S_button_1, label, 0)
+#define DT_N_S_gpio_keys_S_button_1_P_label_FOREACH_PROP_ELEM_SEP(fn, sep) fn(DT_N_S_gpio_keys_S_button_1, label, 0)
+#define DT_N_S_gpio_keys_S_button_1_P_label_FOREACH_PROP_ELEM_VARGS(fn, ...) fn(DT_N_S_gpio_keys_S_button_1, label, 0, __VA_ARGS__)
+#define DT_N_S_gpio_keys_S_button_1_P_label_FOREACH_PROP_ELEM_SEP_VARGS(fn, sep, ...) fn(DT_N_S_gpio_keys_S_button_1, label, 0, __VA_ARGS__)
+#define DT_N_S_gpio_keys_S_button_1_P_label_LEN 1
+#define DT_N_S_gpio_keys_S_button_1_P_label_EXISTS 1
+#define DT_N_S_gpio_keys_S_button_1_P_zephyr_code 48
+#define DT_N_S_gpio_keys_S_button_1_P_zephyr_code_EXISTS 1
+
+/*
+ * Devicetree node: /pin-controller
+ *
+ * Node identifier: DT_N_S_pin_controller
+ *
+ * Binding (compatible = nordic,nrf-pinctrl):
+ *   $ZEPHYR_BASE/dts/bindings/pinctrl/nordic,nrf-pinctrl.yaml
+ *
+ * (Descriptions have moved to the Devicetree Bindings Index
+ * in the documentation.)
+ */
+
+/* Node's full path: */
+#define DT_N_S_pin_controller_PATH "/pin-controller"
+
+/* Node's name with unit-address: */
+#define DT_N_S_pin_controller_FULL_NAME "pin-controller"
+
+/* Node parent (/) identifier: */
+#define DT_N_S_pin_controller_PARENT DT_N
+
+/* Node's index in its parent's list of children: */
+#define DT_N_S_pin_controller_CHILD_IDX 3
+
+/* Helper macros for child nodes of this node. */
+#define DT_N_S_pin_controller_CHILD_NUM 8
+#define DT_N_S_pin_controller_CHILD_NUM_STATUS_OKAY 8
+#define DT_N_S_pin_controller_FOREACH_CHILD(fn) fn(DT_N_S_pin_controller_S_uart0_default) fn(DT_N_S_pin_controller_S_uart0_sleep) fn(DT_N_S_pin_controller_S_i2c0_default) fn(DT_N_S_pin_controller_S_i2c0_sleep) fn(DT_N_S_pin_controller_S_pwm1_default) fn(DT_N_S_pin_controller_S_pwm1_sleep) fn(DT_N_S_pin_controller_S_spi1_default_alt) fn(DT_N_S_pin_controller_S_spi1_sleep_alt)
+#define DT_N_S_pin_controller_FOREACH_CHILD_SEP(fn, sep) fn(DT_N_S_pin_controller_S_uart0_default) DT_DEBRACKET_INTERNAL sep fn(DT_N_S_pin_controller_S_uart0_sleep) DT_DEBRACKET_INTERNAL sep fn(DT_N_S_pin_controller_S_i2c0_default) DT_DEBRACKET_INTERNAL sep fn(DT_N_S_pin_controller_S_i2c0_sleep) DT_DEBRACKET_INTERNAL sep fn(DT_N_S_pin_controller_S_pwm1_default) DT_DEBRACKET_INTERNAL sep fn(DT_N_S_pin_controller_S_pwm1_sleep) DT_DEBRACKET_INTERNAL sep fn(DT_N_S_pin_controller_S_spi1_default_alt) DT_DEBRACKET_INTERNAL sep fn(DT_N_S_pin_controller_S_spi1_sleep_alt)
+#define DT_N_S_pin_controller_FOREACH_CHILD_VARGS(fn, ...) fn(DT_N_S_pin_controller_S_uart0_default, __VA_ARGS__) fn(DT_N_S_pin_controller_S_uart0_sleep, __VA_ARGS__) fn(DT_N_S_pin_controller_S_i2c0_default, __VA_ARGS__) fn(DT_N_S_pin_controller_S_i2c0_sleep, __VA_ARGS__) fn(DT_N_S_pin_controller_S_pwm1_default, __VA_ARGS__) fn(DT_N_S_pin_controller_S_pwm1_sleep, __VA_ARGS__) fn(DT_N_S_pin_controller_S_spi1_default_alt, __VA_ARGS__) fn(DT_N_S_pin_controller_S_spi1_sleep_alt, __VA_ARGS__)
+#define DT_N_S_pin_controller_FOREACH_CHILD_SEP_VARGS(fn, sep, ...) fn(DT_N_S_pin_controller_S_uart0_default, __VA_ARGS__) DT_DEBRACKET_INTERNAL sep fn(DT_N_S_pin_controller_S_uart0_sleep, __VA_ARGS__) DT_DEBRACKET_INTERNAL sep fn(DT_N_S_pin_controller_S_i2c0_default, __VA_ARGS__) DT_DEBRACKET_INTERNAL sep fn(DT_N_S_pin_controller_S_i2c0_sleep, __VA_ARGS__) DT_DEBRACKET_INTERNAL sep fn(DT_N_S_pin_controller_S_pwm1_default, __VA_ARGS__) DT_DEBRACKET_INTERNAL sep fn(DT_N_S_pin_controller_S_pwm1_sleep, __VA_ARGS__) DT_DEBRACKET_INTERNAL sep fn(DT_N_S_pin_controller_S_spi1_default_alt, __VA_ARGS__) DT_DEBRACKET_INTERNAL sep fn(DT_N_S_pin_controller_S_spi1_sleep_alt, __VA_ARGS__)
+#define DT_N_S_pin_controller_FOREACH_CHILD_STATUS_OKAY(fn) fn(DT_N_S_pin_controller_S_uart0_default) fn(DT_N_S_pin_controller_S_uart0_sleep) fn(DT_N_S_pin_controller_S_i2c0_default) fn(DT_N_S_pin_controller_S_i2c0_sleep) fn(DT_N_S_pin_controller_S_pwm1_default) fn(DT_N_S_pin_controller_S_pwm1_sleep) fn(DT_N_S_pin_controller_S_spi1_default_alt) fn(DT_N_S_pin_controller_S_spi1_sleep_alt)
+#define DT_N_S_pin_controller_FOREACH_CHILD_STATUS_OKAY_SEP(fn, sep) fn(DT_N_S_pin_controller_S_uart0_default) DT_DEBRACKET_INTERNAL sep fn(DT_N_S_pin_controller_S_uart0_sleep) DT_DEBRACKET_INTERNAL sep fn(DT_N_S_pin_controller_S_i2c0_default) DT_DEBRACKET_INTERNAL sep fn(DT_N_S_pin_controller_S_i2c0_sleep) DT_DEBRACKET_INTERNAL sep fn(DT_N_S_pin_controller_S_pwm1_default) DT_DEBRACKET_INTERNAL sep fn(DT_N_S_pin_controller_S_pwm1_sleep) DT_DEBRACKET_INTERNAL sep fn(DT_N_S_pin_controller_S_spi1_default_alt) DT_DEBRACKET_INTERNAL sep fn(DT_N_S_pin_controller_S_spi1_sleep_alt)
+#define DT_N_S_pin_controller_FOREACH_CHILD_STATUS_OKAY_VARGS(fn, ...) fn(DT_N_S_pin_controller_S_uart0_default, __VA_ARGS__) fn(DT_N_S_pin_controller_S_uart0_sleep, __VA_ARGS__) fn(DT_N_S_pin_controller_S_i2c0_default, __VA_ARGS__) fn(DT_N_S_pin_controller_S_i2c0_sleep, __VA_ARGS__) fn(DT_N_S_pin_controller_S_pwm1_default, __VA_ARGS__) fn(DT_N_S_pin_controller_S_pwm1_sleep, __VA_ARGS__) fn(DT_N_S_pin_controller_S_spi1_default_alt, __VA_ARGS__) fn(DT_N_S_pin_controller_S_spi1_sleep_alt, __VA_ARGS__)
+#define DT_N_S_pin_controller_FOREACH_CHILD_STATUS_OKAY_SEP_VARGS(fn, sep, ...) fn(DT_N_S_pin_controller_S_uart0_default, __VA_ARGS__) DT_DEBRACKET_INTERNAL sep fn(DT_N_S_pin_controller_S_uart0_sleep, __VA_ARGS__) DT_DEBRACKET_INTERNAL sep fn(DT_N_S_pin_controller_S_i2c0_default, __VA_ARGS__) DT_DEBRACKET_INTERNAL sep fn(DT_N_S_pin_controller_S_i2c0_sleep, __VA_ARGS__) DT_DEBRACKET_INTERNAL sep fn(DT_N_S_pin_controller_S_pwm1_default, __VA_ARGS__) DT_DEBRACKET_INTERNAL sep fn(DT_N_S_pin_controller_S_pwm1_sleep, __VA_ARGS__) DT_DEBRACKET_INTERNAL sep fn(DT_N_S_pin_controller_S_spi1_default_alt, __VA_ARGS__) DT_DEBRACKET_INTERNAL sep fn(DT_N_S_pin_controller_S_spi1_sleep_alt, __VA_ARGS__)
+
+/* Node's dependency ordinal: */
+#define DT_N_S_pin_controller_ORD 21
+#define DT_N_S_pin_controller_ORD_STR_SORTABLE 00021
+
+/* Ordinals for what this node depends on directly: */
+#define DT_N_S_pin_controller_REQUIRES_ORDS \
+	0, /* / */
+
+/* Ordinals for what depends directly on this node: */
+#define DT_N_S_pin_controller_SUPPORTS_ORDS \
+	22, /* /pin-controller/i2c0_default */ \
+	24, /* /pin-controller/i2c0_sleep */ \
+	26, /* /pin-controller/pwm1_default */ \
+	28, /* /pin-controller/pwm1_sleep */ \
+	30, /* /pin-controller/spi1_default_alt */ \
+	32, /* /pin-controller/spi1_sleep_alt */ \
+	34, /* /pin-controller/uart0_default */ \
+	36, /* /pin-controller/uart0_sleep */
+
+/* Existence and alternate IDs: */
+#define DT_N_S_pin_controller_EXISTS 1
+#define DT_N_INST_0_nordic_nrf_pinctrl DT_N_S_pin_controller
+#define DT_N_NODELABEL_pinctrl         DT_N_S_pin_controller
+
+/* Macros for properties that are special in the specification: */
+#define DT_N_S_pin_controller_REG_NUM 0
+#define DT_N_S_pin_controller_RANGES_NUM 0
+#define DT_N_S_pin_controller_FOREACH_RANGE(fn) 
+#define DT_N_S_pin_controller_IRQ_NUM 0
+#define DT_N_S_pin_controller_IRQ_LEVEL 0
+#define DT_N_S_pin_controller_COMPAT_MATCHES_nordic_nrf_pinctrl 1
+#define DT_N_S_pin_controller_COMPAT_VENDOR_IDX_0_EXISTS 1
+#define DT_N_S_pin_controller_COMPAT_VENDOR_IDX_0 "Nordic Semiconductor"
+#define DT_N_S_pin_controller_COMPAT_MODEL_IDX_0_EXISTS 1
+#define DT_N_S_pin_controller_COMPAT_MODEL_IDX_0 "nrf-pinctrl"
+#define DT_N_S_pin_controller_STATUS_okay 1
+
+/* Pin control (pinctrl-<i>, pinctrl-names) properties: */
+#define DT_N_S_pin_controller_PINCTRL_NUM 0
+
+/* Generic property macros: */
+#define DT_N_S_pin_controller_P_wakeup_source 0
+#define DT_N_S_pin_controller_P_wakeup_source_EXISTS 1
+#define DT_N_S_pin_controller_P_zephyr_pm_device_runtime_auto 0
+#define DT_N_S_pin_controller_P_zephyr_pm_device_runtime_auto_EXISTS 1
+#define DT_N_S_pin_controller_P_compatible {"nordic,nrf-pinctrl"}
+#define DT_N_S_pin_controller_P_compatible_IDX_0 "nordic,nrf-pinctrl"
+#define DT_N_S_pin_controller_P_compatible_IDX_0_STRING_UNQUOTED nordic,nrf-pinctrl
+#define DT_N_S_pin_controller_P_compatible_IDX_0_STRING_TOKEN nordic_nrf_pinctrl
+#define DT_N_S_pin_controller_P_compatible_IDX_0_STRING_UPPER_TOKEN NORDIC_NRF_PINCTRL
+#define DT_N_S_pin_controller_P_compatible_IDX_0_EXISTS 1
+#define DT_N_S_pin_controller_P_compatible_FOREACH_PROP_ELEM(fn) fn(DT_N_S_pin_controller, compatible, 0)
+#define DT_N_S_pin_controller_P_compatible_FOREACH_PROP_ELEM_SEP(fn, sep) fn(DT_N_S_pin_controller, compatible, 0)
+#define DT_N_S_pin_controller_P_compatible_FOREACH_PROP_ELEM_VARGS(fn, ...) fn(DT_N_S_pin_controller, compatible, 0, __VA_ARGS__)
+#define DT_N_S_pin_controller_P_compatible_FOREACH_PROP_ELEM_SEP_VARGS(fn, sep, ...) fn(DT_N_S_pin_controller, compatible, 0, __VA_ARGS__)
+#define DT_N_S_pin_controller_P_compatible_LEN 1
+#define DT_N_S_pin_controller_P_compatible_EXISTS 1
+#define DT_N_S_pin_controller_P_zephyr_deferred_init 0
+#define DT_N_S_pin_controller_P_zephyr_deferred_init_EXISTS 1
+
+/*
+ * Devicetree node: /pin-controller/i2c0_default
+ *
+ * Node identifier: DT_N_S_pin_controller_S_i2c0_default
+ *
+ * (Descriptions have moved to the Devicetree Bindings Index
+ * in the documentation.)
+ */
+
+/* Node's full path: */
+#define DT_N_S_pin_controller_S_i2c0_default_PATH "/pin-controller/i2c0_default"
+
+/* Node's name with unit-address: */
+#define DT_N_S_pin_controller_S_i2c0_default_FULL_NAME "i2c0_default"
+
+/* Node parent (/pin-controller) identifier: */
+#define DT_N_S_pin_controller_S_i2c0_default_PARENT DT_N_S_pin_controller
+
+/* Node's index in its parent's list of children: */
+#define DT_N_S_pin_controller_S_i2c0_default_CHILD_IDX 2
+
+/* Helper macros for child nodes of this node. */
+#define DT_N_S_pin_controller_S_i2c0_default_CHILD_NUM 1
+#define DT_N_S_pin_controller_S_i2c0_default_CHILD_NUM_STATUS_OKAY 1
+#define DT_N_S_pin_controller_S_i2c0_default_FOREACH_CHILD(fn) fn(DT_N_S_pin_controller_S_i2c0_default_S_group1)
+#define DT_N_S_pin_controller_S_i2c0_default_FOREACH_CHILD_SEP(fn, sep) fn(DT_N_S_pin_controller_S_i2c0_default_S_group1)
+#define DT_N_S_pin_controller_S_i2c0_default_FOREACH_CHILD_VARGS(fn, ...) fn(DT_N_S_pin_controller_S_i2c0_default_S_group1, __VA_ARGS__)
+#define DT_N_S_pin_controller_S_i2c0_default_FOREACH_CHILD_SEP_VARGS(fn, sep, ...) fn(DT_N_S_pin_controller_S_i2c0_default_S_group1, __VA_ARGS__)
+#define DT_N_S_pin_controller_S_i2c0_default_FOREACH_CHILD_STATUS_OKAY(fn) fn(DT_N_S_pin_controller_S_i2c0_default_S_group1)
+#define DT_N_S_pin_controller_S_i2c0_default_FOREACH_CHILD_STATUS_OKAY_SEP(fn, sep) fn(DT_N_S_pin_controller_S_i2c0_default_S_group1)
+#define DT_N_S_pin_controller_S_i2c0_default_FOREACH_CHILD_STATUS_OKAY_VARGS(fn, ...) fn(DT_N_S_pin_controller_S_i2c0_default_S_group1, __VA_ARGS__)
+#define DT_N_S_pin_controller_S_i2c0_default_FOREACH_CHILD_STATUS_OKAY_SEP_VARGS(fn, sep, ...) fn(DT_N_S_pin_controller_S_i2c0_default_S_group1, __VA_ARGS__)
+
+/* Node's dependency ordinal: */
+#define DT_N_S_pin_controller_S_i2c0_default_ORD 22
+#define DT_N_S_pin_controller_S_i2c0_default_ORD_STR_SORTABLE 00022
+
+/* Ordinals for what this node depends on directly: */
+#define DT_N_S_pin_controller_S_i2c0_default_REQUIRES_ORDS \
+	21, /* /pin-controller */
+
+/* Ordinals for what depends directly on this node: */
+#define DT_N_S_pin_controller_S_i2c0_default_SUPPORTS_ORDS \
+	23, /* /pin-controller/i2c0_default/group1 */ \
+	88, /* /soc/i2c@40003000 */
+
+/* Existence and alternate IDs: */
+#define DT_N_S_pin_controller_S_i2c0_default_EXISTS 1
+#define DT_N_NODELABEL_i2c0_default DT_N_S_pin_controller_S_i2c0_default
+
+/* Macros for properties that are special in the specification: */
+#define DT_N_S_pin_controller_S_i2c0_default_REG_NUM 0
+#define DT_N_S_pin_controller_S_i2c0_default_RANGES_NUM 0
+#define DT_N_S_pin_controller_S_i2c0_default_FOREACH_RANGE(fn) 
+#define DT_N_S_pin_controller_S_i2c0_default_IRQ_NUM 0
+#define DT_N_S_pin_controller_S_i2c0_default_IRQ_LEVEL 0
+#define DT_N_S_pin_controller_S_i2c0_default_STATUS_okay 1
+
+/* Pin control (pinctrl-<i>, pinctrl-names) properties: */
+#define DT_N_S_pin_controller_S_i2c0_default_PINCTRL_NUM 0
+
+/* (No generic property macros) */
+
+/*
+ * Devicetree node: /pin-controller/i2c0_default/group1
+ *
+ * Node identifier: DT_N_S_pin_controller_S_i2c0_default_S_group1
+ *
+ * (Descriptions have moved to the Devicetree Bindings Index
+ * in the documentation.)
+ */
+
+/* Node's full path: */
+#define DT_N_S_pin_controller_S_i2c0_default_S_group1_PATH "/pin-controller/i2c0_default/group1"
+
+/* Node's name with unit-address: */
+#define DT_N_S_pin_controller_S_i2c0_default_S_group1_FULL_NAME "group1"
+
+/* Node parent (/pin-controller/i2c0_default) identifier: */
+#define DT_N_S_pin_controller_S_i2c0_default_S_group1_PARENT DT_N_S_pin_controller_S_i2c0_default
+
+/* Node's index in its parent's list of children: */
+#define DT_N_S_pin_controller_S_i2c0_default_S_group1_CHILD_IDX 0
+
+/* Helper macros for child nodes of this node. */
+#define DT_N_S_pin_controller_S_i2c0_default_S_group1_CHILD_NUM 0
+#define DT_N_S_pin_controller_S_i2c0_default_S_group1_CHILD_NUM_STATUS_OKAY 0
+#define DT_N_S_pin_controller_S_i2c0_default_S_group1_FOREACH_CHILD(fn) 
+#define DT_N_S_pin_controller_S_i2c0_default_S_group1_FOREACH_CHILD_SEP(fn, sep) 
+#define DT_N_S_pin_controller_S_i2c0_default_S_group1_FOREACH_CHILD_VARGS(fn, ...) 
+#define DT_N_S_pin_controller_S_i2c0_default_S_group1_FOREACH_CHILD_SEP_VARGS(fn, sep, ...) 
+#define DT_N_S_pin_controller_S_i2c0_default_S_group1_FOREACH_CHILD_STATUS_OKAY(fn) 
+#define DT_N_S_pin_controller_S_i2c0_default_S_group1_FOREACH_CHILD_STATUS_OKAY_SEP(fn, sep) 
+#define DT_N_S_pin_controller_S_i2c0_default_S_group1_FOREACH_CHILD_STATUS_OKAY_VARGS(fn, ...) 
+#define DT_N_S_pin_controller_S_i2c0_default_S_group1_FOREACH_CHILD_STATUS_OKAY_SEP_VARGS(fn, sep, ...) 
+
+/* Node's dependency ordinal: */
+#define DT_N_S_pin_controller_S_i2c0_default_S_group1_ORD 23
+#define DT_N_S_pin_controller_S_i2c0_default_S_group1_ORD_STR_SORTABLE 00023
+
+/* Ordinals for what this node depends on directly: */
+#define DT_N_S_pin_controller_S_i2c0_default_S_group1_REQUIRES_ORDS \
+	22, /* /pin-controller/i2c0_default */
+
+/* Ordinals for what depends directly on this node: */
+#define DT_N_S_pin_controller_S_i2c0_default_S_group1_SUPPORTS_ORDS /* nothing */
+
+/* Existence and alternate IDs: */
+#define DT_N_S_pin_controller_S_i2c0_default_S_group1_EXISTS 1
+
+/* Macros for properties that are special in the specification: */
+#define DT_N_S_pin_controller_S_i2c0_default_S_group1_REG_NUM 0
+#define DT_N_S_pin_controller_S_i2c0_default_S_group1_RANGES_NUM 0
+#define DT_N_S_pin_controller_S_i2c0_default_S_group1_FOREACH_RANGE(fn) 
+#define DT_N_S_pin_controller_S_i2c0_default_S_group1_IRQ_NUM 0
+#define DT_N_S_pin_controller_S_i2c0_default_S_group1_IRQ_LEVEL 0
+#define DT_N_S_pin_controller_S_i2c0_default_S_group1_STATUS_okay 1
+
+/* Pin control (pinctrl-<i>, pinctrl-names) properties: */
+#define DT_N_S_pin_controller_S_i2c0_default_S_group1_PINCTRL_NUM 0
+
+/* Generic property macros: */
+#define DT_N_S_pin_controller_S_i2c0_default_S_group1_P_bias_disable 0
+#define DT_N_S_pin_controller_S_i2c0_default_S_group1_P_bias_disable_EXISTS 1
+#define DT_N_S_pin_controller_S_i2c0_default_S_group1_P_bias_pull_up 0
+#define DT_N_S_pin_controller_S_i2c0_default_S_group1_P_bias_pull_up_EXISTS 1
+#define DT_N_S_pin_controller_S_i2c0_default_S_group1_P_bias_pull_down 0
+#define DT_N_S_pin_controller_S_i2c0_default_S_group1_P_bias_pull_down_EXISTS 1
+#define DT_N_S_pin_controller_S_i2c0_default_S_group1_P_low_power_enable 0
+#define DT_N_S_pin_controller_S_i2c0_default_S_group1_P_low_power_enable_EXISTS 1
+#define DT_N_S_pin_controller_S_i2c0_default_S_group1_P_psels {1572880 /* 0x180010 */, 1441800 /* 0x160008 */}
+#define DT_N_S_pin_controller_S_i2c0_default_S_group1_P_psels_IDX_0 1572880
+#define DT_N_S_pin_controller_S_i2c0_default_S_group1_P_psels_IDX_0_EXISTS 1
+#define DT_N_S_pin_controller_S_i2c0_default_S_group1_P_psels_IDX_1 1441800
+#define DT_N_S_pin_controller_S_i2c0_default_S_group1_P_psels_IDX_1_EXISTS 1
+#define DT_N_S_pin_controller_S_i2c0_default_S_group1_P_psels_FOREACH_PROP_ELEM(fn) fn(DT_N_S_pin_controller_S_i2c0_default_S_group1, psels, 0) \
+	fn(DT_N_S_pin_controller_S_i2c0_default_S_group1, psels, 1)
+#define DT_N_S_pin_controller_S_i2c0_default_S_group1_P_psels_FOREACH_PROP_ELEM_SEP(fn, sep) fn(DT_N_S_pin_controller_S_i2c0_default_S_group1, psels, 0) DT_DEBRACKET_INTERNAL sep \
+	fn(DT_N_S_pin_controller_S_i2c0_default_S_group1, psels, 1)
+#define DT_N_S_pin_controller_S_i2c0_default_S_group1_P_psels_FOREACH_PROP_ELEM_VARGS(fn, ...) fn(DT_N_S_pin_controller_S_i2c0_default_S_group1, psels, 0, __VA_ARGS__) \
+	fn(DT_N_S_pin_controller_S_i2c0_default_S_group1, psels, 1, __VA_ARGS__)
+#define DT_N_S_pin_controller_S_i2c0_default_S_group1_P_psels_FOREACH_PROP_ELEM_SEP_VARGS(fn, sep, ...) fn(DT_N_S_pin_controller_S_i2c0_default_S_group1, psels, 0, __VA_ARGS__) DT_DEBRACKET_INTERNAL sep \
+	fn(DT_N_S_pin_controller_S_i2c0_default_S_group1, psels, 1, __VA_ARGS__)
+#define DT_N_S_pin_controller_S_i2c0_default_S_group1_P_psels_LEN 2
+#define DT_N_S_pin_controller_S_i2c0_default_S_group1_P_psels_EXISTS 1
+#define DT_N_S_pin_controller_S_i2c0_default_S_group1_P_nordic_drive_mode 0
+#define DT_N_S_pin_controller_S_i2c0_default_S_group1_P_nordic_drive_mode_EXISTS 1
+#define DT_N_S_pin_controller_S_i2c0_default_S_group1_P_nordic_invert 0
+#define DT_N_S_pin_controller_S_i2c0_default_S_group1_P_nordic_invert_EXISTS 1
+
+/*
+ * Devicetree node: /pin-controller/i2c0_sleep
+ *
+ * Node identifier: DT_N_S_pin_controller_S_i2c0_sleep
+ *
+ * (Descriptions have moved to the Devicetree Bindings Index
+ * in the documentation.)
+ */
+
+/* Node's full path: */
+#define DT_N_S_pin_controller_S_i2c0_sleep_PATH "/pin-controller/i2c0_sleep"
+
+/* Node's name with unit-address: */
+#define DT_N_S_pin_controller_S_i2c0_sleep_FULL_NAME "i2c0_sleep"
+
+/* Node parent (/pin-controller) identifier: */
+#define DT_N_S_pin_controller_S_i2c0_sleep_PARENT DT_N_S_pin_controller
+
+/* Node's index in its parent's list of children: */
+#define DT_N_S_pin_controller_S_i2c0_sleep_CHILD_IDX 3
+
+/* Helper macros for child nodes of this node. */
+#define DT_N_S_pin_controller_S_i2c0_sleep_CHILD_NUM 1
+#define DT_N_S_pin_controller_S_i2c0_sleep_CHILD_NUM_STATUS_OKAY 1
+#define DT_N_S_pin_controller_S_i2c0_sleep_FOREACH_CHILD(fn) fn(DT_N_S_pin_controller_S_i2c0_sleep_S_group1)
+#define DT_N_S_pin_controller_S_i2c0_sleep_FOREACH_CHILD_SEP(fn, sep) fn(DT_N_S_pin_controller_S_i2c0_sleep_S_group1)
+#define DT_N_S_pin_controller_S_i2c0_sleep_FOREACH_CHILD_VARGS(fn, ...) fn(DT_N_S_pin_controller_S_i2c0_sleep_S_group1, __VA_ARGS__)
+#define DT_N_S_pin_controller_S_i2c0_sleep_FOREACH_CHILD_SEP_VARGS(fn, sep, ...) fn(DT_N_S_pin_controller_S_i2c0_sleep_S_group1, __VA_ARGS__)
+#define DT_N_S_pin_controller_S_i2c0_sleep_FOREACH_CHILD_STATUS_OKAY(fn) fn(DT_N_S_pin_controller_S_i2c0_sleep_S_group1)
+#define DT_N_S_pin_controller_S_i2c0_sleep_FOREACH_CHILD_STATUS_OKAY_SEP(fn, sep) fn(DT_N_S_pin_controller_S_i2c0_sleep_S_group1)
+#define DT_N_S_pin_controller_S_i2c0_sleep_FOREACH_CHILD_STATUS_OKAY_VARGS(fn, ...) fn(DT_N_S_pin_controller_S_i2c0_sleep_S_group1, __VA_ARGS__)
+#define DT_N_S_pin_controller_S_i2c0_sleep_FOREACH_CHILD_STATUS_OKAY_SEP_VARGS(fn, sep, ...) fn(DT_N_S_pin_controller_S_i2c0_sleep_S_group1, __VA_ARGS__)
+
+/* Node's dependency ordinal: */
+#define DT_N_S_pin_controller_S_i2c0_sleep_ORD 24
+#define DT_N_S_pin_controller_S_i2c0_sleep_ORD_STR_SORTABLE 00024
+
+/* Ordinals for what this node depends on directly: */
+#define DT_N_S_pin_controller_S_i2c0_sleep_REQUIRES_ORDS \
+	21, /* /pin-controller */
+
+/* Ordinals for what depends directly on this node: */
+#define DT_N_S_pin_controller_S_i2c0_sleep_SUPPORTS_ORDS \
+	25, /* /pin-controller/i2c0_sleep/group1 */ \
+	88, /* /soc/i2c@40003000 */
+
+/* Existence and alternate IDs: */
+#define DT_N_S_pin_controller_S_i2c0_sleep_EXISTS 1
+#define DT_N_NODELABEL_i2c0_sleep DT_N_S_pin_controller_S_i2c0_sleep
+
+/* Macros for properties that are special in the specification: */
+#define DT_N_S_pin_controller_S_i2c0_sleep_REG_NUM 0
+#define DT_N_S_pin_controller_S_i2c0_sleep_RANGES_NUM 0
+#define DT_N_S_pin_controller_S_i2c0_sleep_FOREACH_RANGE(fn) 
+#define DT_N_S_pin_controller_S_i2c0_sleep_IRQ_NUM 0
+#define DT_N_S_pin_controller_S_i2c0_sleep_IRQ_LEVEL 0
+#define DT_N_S_pin_controller_S_i2c0_sleep_STATUS_okay 1
+
+/* Pin control (pinctrl-<i>, pinctrl-names) properties: */
+#define DT_N_S_pin_controller_S_i2c0_sleep_PINCTRL_NUM 0
+
+/* (No generic property macros) */
+
+/*
+ * Devicetree node: /pin-controller/i2c0_sleep/group1
+ *
+ * Node identifier: DT_N_S_pin_controller_S_i2c0_sleep_S_group1
+ *
+ * (Descriptions have moved to the Devicetree Bindings Index
+ * in the documentation.)
+ */
+
+/* Node's full path: */
+#define DT_N_S_pin_controller_S_i2c0_sleep_S_group1_PATH "/pin-controller/i2c0_sleep/group1"
+
+/* Node's name with unit-address: */
+#define DT_N_S_pin_controller_S_i2c0_sleep_S_group1_FULL_NAME "group1"
+
+/* Node parent (/pin-controller/i2c0_sleep) identifier: */
+#define DT_N_S_pin_controller_S_i2c0_sleep_S_group1_PARENT DT_N_S_pin_controller_S_i2c0_sleep
+
+/* Node's index in its parent's list of children: */
+#define DT_N_S_pin_controller_S_i2c0_sleep_S_group1_CHILD_IDX 0
+
+/* Helper macros for child nodes of this node. */
+#define DT_N_S_pin_controller_S_i2c0_sleep_S_group1_CHILD_NUM 0
+#define DT_N_S_pin_controller_S_i2c0_sleep_S_group1_CHILD_NUM_STATUS_OKAY 0
+#define DT_N_S_pin_controller_S_i2c0_sleep_S_group1_FOREACH_CHILD(fn) 
+#define DT_N_S_pin_controller_S_i2c0_sleep_S_group1_FOREACH_CHILD_SEP(fn, sep) 
+#define DT_N_S_pin_controller_S_i2c0_sleep_S_group1_FOREACH_CHILD_VARGS(fn, ...) 
+#define DT_N_S_pin_controller_S_i2c0_sleep_S_group1_FOREACH_CHILD_SEP_VARGS(fn, sep, ...) 
+#define DT_N_S_pin_controller_S_i2c0_sleep_S_group1_FOREACH_CHILD_STATUS_OKAY(fn) 
+#define DT_N_S_pin_controller_S_i2c0_sleep_S_group1_FOREACH_CHILD_STATUS_OKAY_SEP(fn, sep) 
+#define DT_N_S_pin_controller_S_i2c0_sleep_S_group1_FOREACH_CHILD_STATUS_OKAY_VARGS(fn, ...) 
+#define DT_N_S_pin_controller_S_i2c0_sleep_S_group1_FOREACH_CHILD_STATUS_OKAY_SEP_VARGS(fn, sep, ...) 
+
+/* Node's dependency ordinal: */
+#define DT_N_S_pin_controller_S_i2c0_sleep_S_group1_ORD 25
+#define DT_N_S_pin_controller_S_i2c0_sleep_S_group1_ORD_STR_SORTABLE 00025
+
+/* Ordinals for what this node depends on directly: */
+#define DT_N_S_pin_controller_S_i2c0_sleep_S_group1_REQUIRES_ORDS \
+	24, /* /pin-controller/i2c0_sleep */
+
+/* Ordinals for what depends directly on this node: */
+#define DT_N_S_pin_controller_S_i2c0_sleep_S_group1_SUPPORTS_ORDS /* nothing */
+
+/* Existence and alternate IDs: */
+#define DT_N_S_pin_controller_S_i2c0_sleep_S_group1_EXISTS 1
+
+/* Macros for properties that are special in the specification: */
+#define DT_N_S_pin_controller_S_i2c0_sleep_S_group1_REG_NUM 0
+#define DT_N_S_pin_controller_S_i2c0_sleep_S_group1_RANGES_NUM 0
+#define DT_N_S_pin_controller_S_i2c0_sleep_S_group1_FOREACH_RANGE(fn) 
+#define DT_N_S_pin_controller_S_i2c0_sleep_S_group1_IRQ_NUM 0
+#define DT_N_S_pin_controller_S_i2c0_sleep_S_group1_IRQ_LEVEL 0
+#define DT_N_S_pin_controller_S_i2c0_sleep_S_group1_STATUS_okay 1
+
+/* Pin control (pinctrl-<i>, pinctrl-names) properties: */
+#define DT_N_S_pin_controller_S_i2c0_sleep_S_group1_PINCTRL_NUM 0
+
+/* Generic property macros: */
+#define DT_N_S_pin_controller_S_i2c0_sleep_S_group1_P_bias_disable 0
+#define DT_N_S_pin_controller_S_i2c0_sleep_S_group1_P_bias_disable_EXISTS 1
+#define DT_N_S_pin_controller_S_i2c0_sleep_S_group1_P_bias_pull_up 0
+#define DT_N_S_pin_controller_S_i2c0_sleep_S_group1_P_bias_pull_up_EXISTS 1
+#define DT_N_S_pin_controller_S_i2c0_sleep_S_group1_P_bias_pull_down 0
+#define DT_N_S_pin_controller_S_i2c0_sleep_S_group1_P_bias_pull_down_EXISTS 1
+#define DT_N_S_pin_controller_S_i2c0_sleep_S_group1_P_low_power_enable 1
+#define DT_N_S_pin_controller_S_i2c0_sleep_S_group1_P_low_power_enable_EXISTS 1
+#define DT_N_S_pin_controller_S_i2c0_sleep_S_group1_P_psels {1572880 /* 0x180010 */, 1441800 /* 0x160008 */}
+#define DT_N_S_pin_controller_S_i2c0_sleep_S_group1_P_psels_IDX_0 1572880
+#define DT_N_S_pin_controller_S_i2c0_sleep_S_group1_P_psels_IDX_0_EXISTS 1
+#define DT_N_S_pin_controller_S_i2c0_sleep_S_group1_P_psels_IDX_1 1441800
+#define DT_N_S_pin_controller_S_i2c0_sleep_S_group1_P_psels_IDX_1_EXISTS 1
+#define DT_N_S_pin_controller_S_i2c0_sleep_S_group1_P_psels_FOREACH_PROP_ELEM(fn) fn(DT_N_S_pin_controller_S_i2c0_sleep_S_group1, psels, 0) \
+	fn(DT_N_S_pin_controller_S_i2c0_sleep_S_group1, psels, 1)
+#define DT_N_S_pin_controller_S_i2c0_sleep_S_group1_P_psels_FOREACH_PROP_ELEM_SEP(fn, sep) fn(DT_N_S_pin_controller_S_i2c0_sleep_S_group1, psels, 0) DT_DEBRACKET_INTERNAL sep \
+	fn(DT_N_S_pin_controller_S_i2c0_sleep_S_group1, psels, 1)
+#define DT_N_S_pin_controller_S_i2c0_sleep_S_group1_P_psels_FOREACH_PROP_ELEM_VARGS(fn, ...) fn(DT_N_S_pin_controller_S_i2c0_sleep_S_group1, psels, 0, __VA_ARGS__) \
+	fn(DT_N_S_pin_controller_S_i2c0_sleep_S_group1, psels, 1, __VA_ARGS__)
+#define DT_N_S_pin_controller_S_i2c0_sleep_S_group1_P_psels_FOREACH_PROP_ELEM_SEP_VARGS(fn, sep, ...) fn(DT_N_S_pin_controller_S_i2c0_sleep_S_group1, psels, 0, __VA_ARGS__) DT_DEBRACKET_INTERNAL sep \
+	fn(DT_N_S_pin_controller_S_i2c0_sleep_S_group1, psels, 1, __VA_ARGS__)
+#define DT_N_S_pin_controller_S_i2c0_sleep_S_group1_P_psels_LEN 2
+#define DT_N_S_pin_controller_S_i2c0_sleep_S_group1_P_psels_EXISTS 1
+#define DT_N_S_pin_controller_S_i2c0_sleep_S_group1_P_nordic_drive_mode 0
+#define DT_N_S_pin_controller_S_i2c0_sleep_S_group1_P_nordic_drive_mode_EXISTS 1
+#define DT_N_S_pin_controller_S_i2c0_sleep_S_group1_P_nordic_invert 0
+#define DT_N_S_pin_controller_S_i2c0_sleep_S_group1_P_nordic_invert_EXISTS 1
+
+/*
+ * Devicetree node: /pin-controller/pwm1_default
+ *
+ * Node identifier: DT_N_S_pin_controller_S_pwm1_default
+ *
+ * (Descriptions have moved to the Devicetree Bindings Index
+ * in the documentation.)
+ */
+
+/* Node's full path: */
+#define DT_N_S_pin_controller_S_pwm1_default_PATH "/pin-controller/pwm1_default"
+
+/* Node's name with unit-address: */
+#define DT_N_S_pin_controller_S_pwm1_default_FULL_NAME "pwm1_default"
+
+/* Node parent (/pin-controller) identifier: */
+#define DT_N_S_pin_controller_S_pwm1_default_PARENT DT_N_S_pin_controller
+
+/* Node's index in its parent's list of children: */
+#define DT_N_S_pin_controller_S_pwm1_default_CHILD_IDX 4
+
+/* Helper macros for child nodes of this node. */
+#define DT_N_S_pin_controller_S_pwm1_default_CHILD_NUM 1
+#define DT_N_S_pin_controller_S_pwm1_default_CHILD_NUM_STATUS_OKAY 1
+#define DT_N_S_pin_controller_S_pwm1_default_FOREACH_CHILD(fn) fn(DT_N_S_pin_controller_S_pwm1_default_S_group1)
+#define DT_N_S_pin_controller_S_pwm1_default_FOREACH_CHILD_SEP(fn, sep) fn(DT_N_S_pin_controller_S_pwm1_default_S_group1)
+#define DT_N_S_pin_controller_S_pwm1_default_FOREACH_CHILD_VARGS(fn, ...) fn(DT_N_S_pin_controller_S_pwm1_default_S_group1, __VA_ARGS__)
+#define DT_N_S_pin_controller_S_pwm1_default_FOREACH_CHILD_SEP_VARGS(fn, sep, ...) fn(DT_N_S_pin_controller_S_pwm1_default_S_group1, __VA_ARGS__)
+#define DT_N_S_pin_controller_S_pwm1_default_FOREACH_CHILD_STATUS_OKAY(fn) fn(DT_N_S_pin_controller_S_pwm1_default_S_group1)
+#define DT_N_S_pin_controller_S_pwm1_default_FOREACH_CHILD_STATUS_OKAY_SEP(fn, sep) fn(DT_N_S_pin_controller_S_pwm1_default_S_group1)
+#define DT_N_S_pin_controller_S_pwm1_default_FOREACH_CHILD_STATUS_OKAY_VARGS(fn, ...) fn(DT_N_S_pin_controller_S_pwm1_default_S_group1, __VA_ARGS__)
+#define DT_N_S_pin_controller_S_pwm1_default_FOREACH_CHILD_STATUS_OKAY_SEP_VARGS(fn, sep, ...) fn(DT_N_S_pin_controller_S_pwm1_default_S_group1, __VA_ARGS__)
+
+/* Node's dependency ordinal: */
+#define DT_N_S_pin_controller_S_pwm1_default_ORD 26
+#define DT_N_S_pin_controller_S_pwm1_default_ORD_STR_SORTABLE 00026
+
+/* Ordinals for what this node depends on directly: */
+#define DT_N_S_pin_controller_S_pwm1_default_REQUIRES_ORDS \
+	21, /* /pin-controller */
+
+/* Ordinals for what depends directly on this node: */
+#define DT_N_S_pin_controller_S_pwm1_default_SUPPORTS_ORDS \
+	27, /* /pin-controller/pwm1_default/group1 */ \
+	57, /* /soc/pwm@40021000 */
+
+/* Existence and alternate IDs: */
+#define DT_N_S_pin_controller_S_pwm1_default_EXISTS 1
+#define DT_N_NODELABEL_pwm1_default DT_N_S_pin_controller_S_pwm1_default
+
+/* Macros for properties that are special in the specification: */
+#define DT_N_S_pin_controller_S_pwm1_default_REG_NUM 0
+#define DT_N_S_pin_controller_S_pwm1_default_RANGES_NUM 0
+#define DT_N_S_pin_controller_S_pwm1_default_FOREACH_RANGE(fn) 
+#define DT_N_S_pin_controller_S_pwm1_default_IRQ_NUM 0
+#define DT_N_S_pin_controller_S_pwm1_default_IRQ_LEVEL 0
+#define DT_N_S_pin_controller_S_pwm1_default_STATUS_okay 1
+
+/* Pin control (pinctrl-<i>, pinctrl-names) properties: */
+#define DT_N_S_pin_controller_S_pwm1_default_PINCTRL_NUM 0
+
+/* (No generic property macros) */
+
+/*
+ * Devicetree node: /pin-controller/pwm1_default/group1
+ *
+ * Node identifier: DT_N_S_pin_controller_S_pwm1_default_S_group1
+ *
+ * (Descriptions have moved to the Devicetree Bindings Index
+ * in the documentation.)
+ */
+
+/* Node's full path: */
+#define DT_N_S_pin_controller_S_pwm1_default_S_group1_PATH "/pin-controller/pwm1_default/group1"
+
+/* Node's name with unit-address: */
+#define DT_N_S_pin_controller_S_pwm1_default_S_group1_FULL_NAME "group1"
+
+/* Node parent (/pin-controller/pwm1_default) identifier: */
+#define DT_N_S_pin_controller_S_pwm1_default_S_group1_PARENT DT_N_S_pin_controller_S_pwm1_default
+
+/* Node's index in its parent's list of children: */
+#define DT_N_S_pin_controller_S_pwm1_default_S_group1_CHILD_IDX 0
+
+/* Helper macros for child nodes of this node. */
+#define DT_N_S_pin_controller_S_pwm1_default_S_group1_CHILD_NUM 0
+#define DT_N_S_pin_controller_S_pwm1_default_S_group1_CHILD_NUM_STATUS_OKAY 0
+#define DT_N_S_pin_controller_S_pwm1_default_S_group1_FOREACH_CHILD(fn) 
+#define DT_N_S_pin_controller_S_pwm1_default_S_group1_FOREACH_CHILD_SEP(fn, sep) 
+#define DT_N_S_pin_controller_S_pwm1_default_S_group1_FOREACH_CHILD_VARGS(fn, ...) 
+#define DT_N_S_pin_controller_S_pwm1_default_S_group1_FOREACH_CHILD_SEP_VARGS(fn, sep, ...) 
+#define DT_N_S_pin_controller_S_pwm1_default_S_group1_FOREACH_CHILD_STATUS_OKAY(fn) 
+#define DT_N_S_pin_controller_S_pwm1_default_S_group1_FOREACH_CHILD_STATUS_OKAY_SEP(fn, sep) 
+#define DT_N_S_pin_controller_S_pwm1_default_S_group1_FOREACH_CHILD_STATUS_OKAY_VARGS(fn, ...) 
+#define DT_N_S_pin_controller_S_pwm1_default_S_group1_FOREACH_CHILD_STATUS_OKAY_SEP_VARGS(fn, sep, ...) 
+
+/* Node's dependency ordinal: */
+#define DT_N_S_pin_controller_S_pwm1_default_S_group1_ORD 27
+#define DT_N_S_pin_controller_S_pwm1_default_S_group1_ORD_STR_SORTABLE 00027
+
+/* Ordinals for what this node depends on directly: */
+#define DT_N_S_pin_controller_S_pwm1_default_S_group1_REQUIRES_ORDS \
+	26, /* /pin-controller/pwm1_default */
+
+/* Ordinals for what depends directly on this node: */
+#define DT_N_S_pin_controller_S_pwm1_default_S_group1_SUPPORTS_ORDS /* nothing */
+
+/* Existence and alternate IDs: */
+#define DT_N_S_pin_controller_S_pwm1_default_S_group1_EXISTS 1
+
+/* Macros for properties that are special in the specification: */
+#define DT_N_S_pin_controller_S_pwm1_default_S_group1_REG_NUM 0
+#define DT_N_S_pin_controller_S_pwm1_default_S_group1_RANGES_NUM 0
+#define DT_N_S_pin_controller_S_pwm1_default_S_group1_FOREACH_RANGE(fn) 
+#define DT_N_S_pin_controller_S_pwm1_default_S_group1_IRQ_NUM 0
+#define DT_N_S_pin_controller_S_pwm1_default_S_group1_IRQ_LEVEL 0
+#define DT_N_S_pin_controller_S_pwm1_default_S_group1_STATUS_okay 1
+
+/* Pin control (pinctrl-<i>, pinctrl-names) properties: */
+#define DT_N_S_pin_controller_S_pwm1_default_S_group1_PINCTRL_NUM 0
+
+/* Generic property macros: */
+#define DT_N_S_pin_controller_S_pwm1_default_S_group1_P_bias_disable 0
+#define DT_N_S_pin_controller_S_pwm1_default_S_group1_P_bias_disable_EXISTS 1
+#define DT_N_S_pin_controller_S_pwm1_default_S_group1_P_bias_pull_up 0
+#define DT_N_S_pin_controller_S_pwm1_default_S_group1_P_bias_pull_up_EXISTS 1
+#define DT_N_S_pin_controller_S_pwm1_default_S_group1_P_bias_pull_down 0
+#define DT_N_S_pin_controller_S_pwm1_default_S_group1_P_bias_pull_down_EXISTS 1
+#define DT_N_S_pin_controller_S_pwm1_default_S_group1_P_low_power_enable 0
+#define DT_N_S_pin_controller_S_pwm1_default_S_group1_P_low_power_enable_EXISTS 1
+#define DT_N_S_pin_controller_S_pwm1_default_S_group1_P_psels {2883584 /* 0x2c0000 */}
+#define DT_N_S_pin_controller_S_pwm1_default_S_group1_P_psels_IDX_0 2883584
+#define DT_N_S_pin_controller_S_pwm1_default_S_group1_P_psels_IDX_0_EXISTS 1
+#define DT_N_S_pin_controller_S_pwm1_default_S_group1_P_psels_FOREACH_PROP_ELEM(fn) fn(DT_N_S_pin_controller_S_pwm1_default_S_group1, psels, 0)
+#define DT_N_S_pin_controller_S_pwm1_default_S_group1_P_psels_FOREACH_PROP_ELEM_SEP(fn, sep) fn(DT_N_S_pin_controller_S_pwm1_default_S_group1, psels, 0)
+#define DT_N_S_pin_controller_S_pwm1_default_S_group1_P_psels_FOREACH_PROP_ELEM_VARGS(fn, ...) fn(DT_N_S_pin_controller_S_pwm1_default_S_group1, psels, 0, __VA_ARGS__)
+#define DT_N_S_pin_controller_S_pwm1_default_S_group1_P_psels_FOREACH_PROP_ELEM_SEP_VARGS(fn, sep, ...) fn(DT_N_S_pin_controller_S_pwm1_default_S_group1, psels, 0, __VA_ARGS__)
+#define DT_N_S_pin_controller_S_pwm1_default_S_group1_P_psels_LEN 1
+#define DT_N_S_pin_controller_S_pwm1_default_S_group1_P_psels_EXISTS 1
+#define DT_N_S_pin_controller_S_pwm1_default_S_group1_P_nordic_drive_mode 0
+#define DT_N_S_pin_controller_S_pwm1_default_S_group1_P_nordic_drive_mode_EXISTS 1
+#define DT_N_S_pin_controller_S_pwm1_default_S_group1_P_nordic_invert 1
+#define DT_N_S_pin_controller_S_pwm1_default_S_group1_P_nordic_invert_EXISTS 1
+
+/*
+ * Devicetree node: /pin-controller/pwm1_sleep
+ *
+ * Node identifier: DT_N_S_pin_controller_S_pwm1_sleep
+ *
+ * (Descriptions have moved to the Devicetree Bindings Index
+ * in the documentation.)
+ */
+
+/* Node's full path: */
+#define DT_N_S_pin_controller_S_pwm1_sleep_PATH "/pin-controller/pwm1_sleep"
+
+/* Node's name with unit-address: */
+#define DT_N_S_pin_controller_S_pwm1_sleep_FULL_NAME "pwm1_sleep"
+
+/* Node parent (/pin-controller) identifier: */
+#define DT_N_S_pin_controller_S_pwm1_sleep_PARENT DT_N_S_pin_controller
+
+/* Node's index in its parent's list of children: */
+#define DT_N_S_pin_controller_S_pwm1_sleep_CHILD_IDX 5
+
+/* Helper macros for child nodes of this node. */
+#define DT_N_S_pin_controller_S_pwm1_sleep_CHILD_NUM 1
+#define DT_N_S_pin_controller_S_pwm1_sleep_CHILD_NUM_STATUS_OKAY 1
+#define DT_N_S_pin_controller_S_pwm1_sleep_FOREACH_CHILD(fn) fn(DT_N_S_pin_controller_S_pwm1_sleep_S_group1)
+#define DT_N_S_pin_controller_S_pwm1_sleep_FOREACH_CHILD_SEP(fn, sep) fn(DT_N_S_pin_controller_S_pwm1_sleep_S_group1)
+#define DT_N_S_pin_controller_S_pwm1_sleep_FOREACH_CHILD_VARGS(fn, ...) fn(DT_N_S_pin_controller_S_pwm1_sleep_S_group1, __VA_ARGS__)
+#define DT_N_S_pin_controller_S_pwm1_sleep_FOREACH_CHILD_SEP_VARGS(fn, sep, ...) fn(DT_N_S_pin_controller_S_pwm1_sleep_S_group1, __VA_ARGS__)
+#define DT_N_S_pin_controller_S_pwm1_sleep_FOREACH_CHILD_STATUS_OKAY(fn) fn(DT_N_S_pin_controller_S_pwm1_sleep_S_group1)
+#define DT_N_S_pin_controller_S_pwm1_sleep_FOREACH_CHILD_STATUS_OKAY_SEP(fn, sep) fn(DT_N_S_pin_controller_S_pwm1_sleep_S_group1)
+#define DT_N_S_pin_controller_S_pwm1_sleep_FOREACH_CHILD_STATUS_OKAY_VARGS(fn, ...) fn(DT_N_S_pin_controller_S_pwm1_sleep_S_group1, __VA_ARGS__)
+#define DT_N_S_pin_controller_S_pwm1_sleep_FOREACH_CHILD_STATUS_OKAY_SEP_VARGS(fn, sep, ...) fn(DT_N_S_pin_controller_S_pwm1_sleep_S_group1, __VA_ARGS__)
+
+/* Node's dependency ordinal: */
+#define DT_N_S_pin_controller_S_pwm1_sleep_ORD 28
+#define DT_N_S_pin_controller_S_pwm1_sleep_ORD_STR_SORTABLE 00028
+
+/* Ordinals for what this node depends on directly: */
+#define DT_N_S_pin_controller_S_pwm1_sleep_REQUIRES_ORDS \
+	21, /* /pin-controller */
+
+/* Ordinals for what depends directly on this node: */
+#define DT_N_S_pin_controller_S_pwm1_sleep_SUPPORTS_ORDS \
+	29, /* /pin-controller/pwm1_sleep/group1 */ \
+	57, /* /soc/pwm@40021000 */
+
+/* Existence and alternate IDs: */
+#define DT_N_S_pin_controller_S_pwm1_sleep_EXISTS 1
+#define DT_N_NODELABEL_pwm1_sleep DT_N_S_pin_controller_S_pwm1_sleep
+
+/* Macros for properties that are special in the specification: */
+#define DT_N_S_pin_controller_S_pwm1_sleep_REG_NUM 0
+#define DT_N_S_pin_controller_S_pwm1_sleep_RANGES_NUM 0
+#define DT_N_S_pin_controller_S_pwm1_sleep_FOREACH_RANGE(fn) 
+#define DT_N_S_pin_controller_S_pwm1_sleep_IRQ_NUM 0
+#define DT_N_S_pin_controller_S_pwm1_sleep_IRQ_LEVEL 0
+#define DT_N_S_pin_controller_S_pwm1_sleep_STATUS_okay 1
+
+/* Pin control (pinctrl-<i>, pinctrl-names) properties: */
+#define DT_N_S_pin_controller_S_pwm1_sleep_PINCTRL_NUM 0
+
+/* (No generic property macros) */
+
+/*
+ * Devicetree node: /pin-controller/pwm1_sleep/group1
+ *
+ * Node identifier: DT_N_S_pin_controller_S_pwm1_sleep_S_group1
+ *
+ * (Descriptions have moved to the Devicetree Bindings Index
+ * in the documentation.)
+ */
+
+/* Node's full path: */
+#define DT_N_S_pin_controller_S_pwm1_sleep_S_group1_PATH "/pin-controller/pwm1_sleep/group1"
+
+/* Node's name with unit-address: */
+#define DT_N_S_pin_controller_S_pwm1_sleep_S_group1_FULL_NAME "group1"
+
+/* Node parent (/pin-controller/pwm1_sleep) identifier: */
+#define DT_N_S_pin_controller_S_pwm1_sleep_S_group1_PARENT DT_N_S_pin_controller_S_pwm1_sleep
+
+/* Node's index in its parent's list of children: */
+#define DT_N_S_pin_controller_S_pwm1_sleep_S_group1_CHILD_IDX 0
+
+/* Helper macros for child nodes of this node. */
+#define DT_N_S_pin_controller_S_pwm1_sleep_S_group1_CHILD_NUM 0
+#define DT_N_S_pin_controller_S_pwm1_sleep_S_group1_CHILD_NUM_STATUS_OKAY 0
+#define DT_N_S_pin_controller_S_pwm1_sleep_S_group1_FOREACH_CHILD(fn) 
+#define DT_N_S_pin_controller_S_pwm1_sleep_S_group1_FOREACH_CHILD_SEP(fn, sep) 
+#define DT_N_S_pin_controller_S_pwm1_sleep_S_group1_FOREACH_CHILD_VARGS(fn, ...) 
+#define DT_N_S_pin_controller_S_pwm1_sleep_S_group1_FOREACH_CHILD_SEP_VARGS(fn, sep, ...) 
+#define DT_N_S_pin_controller_S_pwm1_sleep_S_group1_FOREACH_CHILD_STATUS_OKAY(fn) 
+#define DT_N_S_pin_controller_S_pwm1_sleep_S_group1_FOREACH_CHILD_STATUS_OKAY_SEP(fn, sep) 
+#define DT_N_S_pin_controller_S_pwm1_sleep_S_group1_FOREACH_CHILD_STATUS_OKAY_VARGS(fn, ...) 
+#define DT_N_S_pin_controller_S_pwm1_sleep_S_group1_FOREACH_CHILD_STATUS_OKAY_SEP_VARGS(fn, sep, ...) 
+
+/* Node's dependency ordinal: */
+#define DT_N_S_pin_controller_S_pwm1_sleep_S_group1_ORD 29
+#define DT_N_S_pin_controller_S_pwm1_sleep_S_group1_ORD_STR_SORTABLE 00029
+
+/* Ordinals for what this node depends on directly: */
+#define DT_N_S_pin_controller_S_pwm1_sleep_S_group1_REQUIRES_ORDS \
+	28, /* /pin-controller/pwm1_sleep */
+
+/* Ordinals for what depends directly on this node: */
+#define DT_N_S_pin_controller_S_pwm1_sleep_S_group1_SUPPORTS_ORDS /* nothing */
+
+/* Existence and alternate IDs: */
+#define DT_N_S_pin_controller_S_pwm1_sleep_S_group1_EXISTS 1
+
+/* Macros for properties that are special in the specification: */
+#define DT_N_S_pin_controller_S_pwm1_sleep_S_group1_REG_NUM 0
+#define DT_N_S_pin_controller_S_pwm1_sleep_S_group1_RANGES_NUM 0
+#define DT_N_S_pin_controller_S_pwm1_sleep_S_group1_FOREACH_RANGE(fn) 
+#define DT_N_S_pin_controller_S_pwm1_sleep_S_group1_IRQ_NUM 0
+#define DT_N_S_pin_controller_S_pwm1_sleep_S_group1_IRQ_LEVEL 0
+#define DT_N_S_pin_controller_S_pwm1_sleep_S_group1_STATUS_okay 1
+
+/* Pin control (pinctrl-<i>, pinctrl-names) properties: */
+#define DT_N_S_pin_controller_S_pwm1_sleep_S_group1_PINCTRL_NUM 0
+
+/* Generic property macros: */
+#define DT_N_S_pin_controller_S_pwm1_sleep_S_group1_P_bias_disable 0
+#define DT_N_S_pin_controller_S_pwm1_sleep_S_group1_P_bias_disable_EXISTS 1
+#define DT_N_S_pin_controller_S_pwm1_sleep_S_group1_P_bias_pull_up 0
+#define DT_N_S_pin_controller_S_pwm1_sleep_S_group1_P_bias_pull_up_EXISTS 1
+#define DT_N_S_pin_controller_S_pwm1_sleep_S_group1_P_bias_pull_down 0
+#define DT_N_S_pin_controller_S_pwm1_sleep_S_group1_P_bias_pull_down_EXISTS 1
+#define DT_N_S_pin_controller_S_pwm1_sleep_S_group1_P_low_power_enable 1
+#define DT_N_S_pin_controller_S_pwm1_sleep_S_group1_P_low_power_enable_EXISTS 1
+#define DT_N_S_pin_controller_S_pwm1_sleep_S_group1_P_psels {2883584 /* 0x2c0000 */}
+#define DT_N_S_pin_controller_S_pwm1_sleep_S_group1_P_psels_IDX_0 2883584
+#define DT_N_S_pin_controller_S_pwm1_sleep_S_group1_P_psels_IDX_0_EXISTS 1
+#define DT_N_S_pin_controller_S_pwm1_sleep_S_group1_P_psels_FOREACH_PROP_ELEM(fn) fn(DT_N_S_pin_controller_S_pwm1_sleep_S_group1, psels, 0)
+#define DT_N_S_pin_controller_S_pwm1_sleep_S_group1_P_psels_FOREACH_PROP_ELEM_SEP(fn, sep) fn(DT_N_S_pin_controller_S_pwm1_sleep_S_group1, psels, 0)
+#define DT_N_S_pin_controller_S_pwm1_sleep_S_group1_P_psels_FOREACH_PROP_ELEM_VARGS(fn, ...) fn(DT_N_S_pin_controller_S_pwm1_sleep_S_group1, psels, 0, __VA_ARGS__)
+#define DT_N_S_pin_controller_S_pwm1_sleep_S_group1_P_psels_FOREACH_PROP_ELEM_SEP_VARGS(fn, sep, ...) fn(DT_N_S_pin_controller_S_pwm1_sleep_S_group1, psels, 0, __VA_ARGS__)
+#define DT_N_S_pin_controller_S_pwm1_sleep_S_group1_P_psels_LEN 1
+#define DT_N_S_pin_controller_S_pwm1_sleep_S_group1_P_psels_EXISTS 1
+#define DT_N_S_pin_controller_S_pwm1_sleep_S_group1_P_nordic_drive_mode 0
+#define DT_N_S_pin_controller_S_pwm1_sleep_S_group1_P_nordic_drive_mode_EXISTS 1
+#define DT_N_S_pin_controller_S_pwm1_sleep_S_group1_P_nordic_invert 0
+#define DT_N_S_pin_controller_S_pwm1_sleep_S_group1_P_nordic_invert_EXISTS 1
+
+/*
+ * Devicetree node: /pin-controller/spi1_default_alt
+ *
+ * Node identifier: DT_N_S_pin_controller_S_spi1_default_alt
+ *
+ * (Descriptions have moved to the Devicetree Bindings Index
+ * in the documentation.)
+ */
+
+/* Node's full path: */
+#define DT_N_S_pin_controller_S_spi1_default_alt_PATH "/pin-controller/spi1_default_alt"
+
+/* Node's name with unit-address: */
+#define DT_N_S_pin_controller_S_spi1_default_alt_FULL_NAME "spi1_default_alt"
+
+/* Node parent (/pin-controller) identifier: */
+#define DT_N_S_pin_controller_S_spi1_default_alt_PARENT DT_N_S_pin_controller
+
+/* Node's index in its parent's list of children: */
+#define DT_N_S_pin_controller_S_spi1_default_alt_CHILD_IDX 6
+
+/* Helper macros for child nodes of this node. */
+#define DT_N_S_pin_controller_S_spi1_default_alt_CHILD_NUM 1
+#define DT_N_S_pin_controller_S_spi1_default_alt_CHILD_NUM_STATUS_OKAY 1
+#define DT_N_S_pin_controller_S_spi1_default_alt_FOREACH_CHILD(fn) fn(DT_N_S_pin_controller_S_spi1_default_alt_S_group1)
+#define DT_N_S_pin_controller_S_spi1_default_alt_FOREACH_CHILD_SEP(fn, sep) fn(DT_N_S_pin_controller_S_spi1_default_alt_S_group1)
+#define DT_N_S_pin_controller_S_spi1_default_alt_FOREACH_CHILD_VARGS(fn, ...) fn(DT_N_S_pin_controller_S_spi1_default_alt_S_group1, __VA_ARGS__)
+#define DT_N_S_pin_controller_S_spi1_default_alt_FOREACH_CHILD_SEP_VARGS(fn, sep, ...) fn(DT_N_S_pin_controller_S_spi1_default_alt_S_group1, __VA_ARGS__)
+#define DT_N_S_pin_controller_S_spi1_default_alt_FOREACH_CHILD_STATUS_OKAY(fn) fn(DT_N_S_pin_controller_S_spi1_default_alt_S_group1)
+#define DT_N_S_pin_controller_S_spi1_default_alt_FOREACH_CHILD_STATUS_OKAY_SEP(fn, sep) fn(DT_N_S_pin_controller_S_spi1_default_alt_S_group1)
+#define DT_N_S_pin_controller_S_spi1_default_alt_FOREACH_CHILD_STATUS_OKAY_VARGS(fn, ...) fn(DT_N_S_pin_controller_S_spi1_default_alt_S_group1, __VA_ARGS__)
+#define DT_N_S_pin_controller_S_spi1_default_alt_FOREACH_CHILD_STATUS_OKAY_SEP_VARGS(fn, sep, ...) fn(DT_N_S_pin_controller_S_spi1_default_alt_S_group1, __VA_ARGS__)
+
+/* Node's dependency ordinal: */
+#define DT_N_S_pin_controller_S_spi1_default_alt_ORD 30
+#define DT_N_S_pin_controller_S_spi1_default_alt_ORD_STR_SORTABLE 00030
+
+/* Ordinals for what this node depends on directly: */
+#define DT_N_S_pin_controller_S_spi1_default_alt_REQUIRES_ORDS \
+	21, /* /pin-controller */
+
+/* Ordinals for what depends directly on this node: */
+#define DT_N_S_pin_controller_S_spi1_default_alt_SUPPORTS_ORDS \
+	31, /* /pin-controller/spi1_default_alt/group1 */ \
+	96, /* /soc/spi@40004000 */
+
+/* Existence and alternate IDs: */
+#define DT_N_S_pin_controller_S_spi1_default_alt_EXISTS 1
+#define DT_N_NODELABEL_spi1_default_alt DT_N_S_pin_controller_S_spi1_default_alt
+
+/* Macros for properties that are special in the specification: */
+#define DT_N_S_pin_controller_S_spi1_default_alt_REG_NUM 0
+#define DT_N_S_pin_controller_S_spi1_default_alt_RANGES_NUM 0
+#define DT_N_S_pin_controller_S_spi1_default_alt_FOREACH_RANGE(fn) 
+#define DT_N_S_pin_controller_S_spi1_default_alt_IRQ_NUM 0
+#define DT_N_S_pin_controller_S_spi1_default_alt_IRQ_LEVEL 0
+#define DT_N_S_pin_controller_S_spi1_default_alt_STATUS_okay 1
+
+/* Pin control (pinctrl-<i>, pinctrl-names) properties: */
+#define DT_N_S_pin_controller_S_spi1_default_alt_PINCTRL_NUM 0
+
+/* (No generic property macros) */
+
+/*
+ * Devicetree node: /pin-controller/spi1_default_alt/group1
+ *
+ * Node identifier: DT_N_S_pin_controller_S_spi1_default_alt_S_group1
+ *
+ * (Descriptions have moved to the Devicetree Bindings Index
+ * in the documentation.)
+ */
+
+/* Node's full path: */
+#define DT_N_S_pin_controller_S_spi1_default_alt_S_group1_PATH "/pin-controller/spi1_default_alt/group1"
+
+/* Node's name with unit-address: */
+#define DT_N_S_pin_controller_S_spi1_default_alt_S_group1_FULL_NAME "group1"
+
+/* Node parent (/pin-controller/spi1_default_alt) identifier: */
+#define DT_N_S_pin_controller_S_spi1_default_alt_S_group1_PARENT DT_N_S_pin_controller_S_spi1_default_alt
+
+/* Node's index in its parent's list of children: */
+#define DT_N_S_pin_controller_S_spi1_default_alt_S_group1_CHILD_IDX 0
+
+/* Helper macros for child nodes of this node. */
+#define DT_N_S_pin_controller_S_spi1_default_alt_S_group1_CHILD_NUM 0
+#define DT_N_S_pin_controller_S_spi1_default_alt_S_group1_CHILD_NUM_STATUS_OKAY 0
+#define DT_N_S_pin_controller_S_spi1_default_alt_S_group1_FOREACH_CHILD(fn) 
+#define DT_N_S_pin_controller_S_spi1_default_alt_S_group1_FOREACH_CHILD_SEP(fn, sep) 
+#define DT_N_S_pin_controller_S_spi1_default_alt_S_group1_FOREACH_CHILD_VARGS(fn, ...) 
+#define DT_N_S_pin_controller_S_spi1_default_alt_S_group1_FOREACH_CHILD_SEP_VARGS(fn, sep, ...) 
+#define DT_N_S_pin_controller_S_spi1_default_alt_S_group1_FOREACH_CHILD_STATUS_OKAY(fn) 
+#define DT_N_S_pin_controller_S_spi1_default_alt_S_group1_FOREACH_CHILD_STATUS_OKAY_SEP(fn, sep) 
+#define DT_N_S_pin_controller_S_spi1_default_alt_S_group1_FOREACH_CHILD_STATUS_OKAY_VARGS(fn, ...) 
+#define DT_N_S_pin_controller_S_spi1_default_alt_S_group1_FOREACH_CHILD_STATUS_OKAY_SEP_VARGS(fn, sep, ...) 
+
+/* Node's dependency ordinal: */
+#define DT_N_S_pin_controller_S_spi1_default_alt_S_group1_ORD 31
+#define DT_N_S_pin_controller_S_spi1_default_alt_S_group1_ORD_STR_SORTABLE 00031
+
+/* Ordinals for what this node depends on directly: */
+#define DT_N_S_pin_controller_S_spi1_default_alt_S_group1_REQUIRES_ORDS \
+	30, /* /pin-controller/spi1_default_alt */
+
+/* Ordinals for what depends directly on this node: */
+#define DT_N_S_pin_controller_S_spi1_default_alt_S_group1_SUPPORTS_ORDS /* nothing */
+
+/* Existence and alternate IDs: */
+#define DT_N_S_pin_controller_S_spi1_default_alt_S_group1_EXISTS 1
+
+/* Macros for properties that are special in the specification: */
+#define DT_N_S_pin_controller_S_spi1_default_alt_S_group1_REG_NUM 0
+#define DT_N_S_pin_controller_S_spi1_default_alt_S_group1_RANGES_NUM 0
+#define DT_N_S_pin_controller_S_spi1_default_alt_S_group1_FOREACH_RANGE(fn) 
+#define DT_N_S_pin_controller_S_spi1_default_alt_S_group1_IRQ_NUM 0
+#define DT_N_S_pin_controller_S_spi1_default_alt_S_group1_IRQ_LEVEL 0
+#define DT_N_S_pin_controller_S_spi1_default_alt_S_group1_STATUS_okay 1
+
+/* Pin control (pinctrl-<i>, pinctrl-names) properties: */
+#define DT_N_S_pin_controller_S_spi1_default_alt_S_group1_PINCTRL_NUM 0
+
+/* Generic property macros: */
+#define DT_N_S_pin_controller_S_spi1_default_alt_S_group1_P_bias_disable 0
+#define DT_N_S_pin_controller_S_spi1_default_alt_S_group1_P_bias_disable_EXISTS 1
+#define DT_N_S_pin_controller_S_spi1_default_alt_S_group1_P_bias_pull_up 0
+#define DT_N_S_pin_controller_S_spi1_default_alt_S_group1_P_bias_pull_up_EXISTS 1
+#define DT_N_S_pin_controller_S_spi1_default_alt_S_group1_P_bias_pull_down 0
+#define DT_N_S_pin_controller_S_spi1_default_alt_S_group1_P_bias_pull_down_EXISTS 1
+#define DT_N_S_pin_controller_S_spi1_default_alt_S_group1_P_low_power_enable 0
+#define DT_N_S_pin_controller_S_spi1_default_alt_S_group1_P_low_power_enable_EXISTS 1
+#define DT_N_S_pin_controller_S_spi1_default_alt_S_group1_P_psels {524305 /* 0x80011 */, 655373 /* 0xa000d */, 786433 /* 0xc0001 */}
+#define DT_N_S_pin_controller_S_spi1_default_alt_S_group1_P_psels_IDX_0 524305
+#define DT_N_S_pin_controller_S_spi1_default_alt_S_group1_P_psels_IDX_0_EXISTS 1
+#define DT_N_S_pin_controller_S_spi1_default_alt_S_group1_P_psels_IDX_1 655373
+#define DT_N_S_pin_controller_S_spi1_default_alt_S_group1_P_psels_IDX_1_EXISTS 1
+#define DT_N_S_pin_controller_S_spi1_default_alt_S_group1_P_psels_IDX_2 786433
+#define DT_N_S_pin_controller_S_spi1_default_alt_S_group1_P_psels_IDX_2_EXISTS 1
+#define DT_N_S_pin_controller_S_spi1_default_alt_S_group1_P_psels_FOREACH_PROP_ELEM(fn) fn(DT_N_S_pin_controller_S_spi1_default_alt_S_group1, psels, 0) \
+	fn(DT_N_S_pin_controller_S_spi1_default_alt_S_group1, psels, 1) \
+	fn(DT_N_S_pin_controller_S_spi1_default_alt_S_group1, psels, 2)
+#define DT_N_S_pin_controller_S_spi1_default_alt_S_group1_P_psels_FOREACH_PROP_ELEM_SEP(fn, sep) fn(DT_N_S_pin_controller_S_spi1_default_alt_S_group1, psels, 0) DT_DEBRACKET_INTERNAL sep \
+	fn(DT_N_S_pin_controller_S_spi1_default_alt_S_group1, psels, 1) DT_DEBRACKET_INTERNAL sep \
+	fn(DT_N_S_pin_controller_S_spi1_default_alt_S_group1, psels, 2)
+#define DT_N_S_pin_controller_S_spi1_default_alt_S_group1_P_psels_FOREACH_PROP_ELEM_VARGS(fn, ...) fn(DT_N_S_pin_controller_S_spi1_default_alt_S_group1, psels, 0, __VA_ARGS__) \
+	fn(DT_N_S_pin_controller_S_spi1_default_alt_S_group1, psels, 1, __VA_ARGS__) \
+	fn(DT_N_S_pin_controller_S_spi1_default_alt_S_group1, psels, 2, __VA_ARGS__)
+#define DT_N_S_pin_controller_S_spi1_default_alt_S_group1_P_psels_FOREACH_PROP_ELEM_SEP_VARGS(fn, sep, ...) fn(DT_N_S_pin_controller_S_spi1_default_alt_S_group1, psels, 0, __VA_ARGS__) DT_DEBRACKET_INTERNAL sep \
+	fn(DT_N_S_pin_controller_S_spi1_default_alt_S_group1, psels, 1, __VA_ARGS__) DT_DEBRACKET_INTERNAL sep \
+	fn(DT_N_S_pin_controller_S_spi1_default_alt_S_group1, psels, 2, __VA_ARGS__)
+#define DT_N_S_pin_controller_S_spi1_default_alt_S_group1_P_psels_LEN 3
+#define DT_N_S_pin_controller_S_spi1_default_alt_S_group1_P_psels_EXISTS 1
+#define DT_N_S_pin_controller_S_spi1_default_alt_S_group1_P_nordic_drive_mode 0
+#define DT_N_S_pin_controller_S_spi1_default_alt_S_group1_P_nordic_drive_mode_EXISTS 1
+#define DT_N_S_pin_controller_S_spi1_default_alt_S_group1_P_nordic_invert 0
+#define DT_N_S_pin_controller_S_spi1_default_alt_S_group1_P_nordic_invert_EXISTS 1
+
+/*
+ * Devicetree node: /pin-controller/spi1_sleep_alt
+ *
+ * Node identifier: DT_N_S_pin_controller_S_spi1_sleep_alt
+ *
+ * (Descriptions have moved to the Devicetree Bindings Index
+ * in the documentation.)
+ */
+
+/* Node's full path: */
+#define DT_N_S_pin_controller_S_spi1_sleep_alt_PATH "/pin-controller/spi1_sleep_alt"
+
+/* Node's name with unit-address: */
+#define DT_N_S_pin_controller_S_spi1_sleep_alt_FULL_NAME "spi1_sleep_alt"
+
+/* Node parent (/pin-controller) identifier: */
+#define DT_N_S_pin_controller_S_spi1_sleep_alt_PARENT DT_N_S_pin_controller
+
+/* Node's index in its parent's list of children: */
+#define DT_N_S_pin_controller_S_spi1_sleep_alt_CHILD_IDX 7
+
+/* Helper macros for child nodes of this node. */
+#define DT_N_S_pin_controller_S_spi1_sleep_alt_CHILD_NUM 1
+#define DT_N_S_pin_controller_S_spi1_sleep_alt_CHILD_NUM_STATUS_OKAY 1
+#define DT_N_S_pin_controller_S_spi1_sleep_alt_FOREACH_CHILD(fn) fn(DT_N_S_pin_controller_S_spi1_sleep_alt_S_group1)
+#define DT_N_S_pin_controller_S_spi1_sleep_alt_FOREACH_CHILD_SEP(fn, sep) fn(DT_N_S_pin_controller_S_spi1_sleep_alt_S_group1)
+#define DT_N_S_pin_controller_S_spi1_sleep_alt_FOREACH_CHILD_VARGS(fn, ...) fn(DT_N_S_pin_controller_S_spi1_sleep_alt_S_group1, __VA_ARGS__)
+#define DT_N_S_pin_controller_S_spi1_sleep_alt_FOREACH_CHILD_SEP_VARGS(fn, sep, ...) fn(DT_N_S_pin_controller_S_spi1_sleep_alt_S_group1, __VA_ARGS__)
+#define DT_N_S_pin_controller_S_spi1_sleep_alt_FOREACH_CHILD_STATUS_OKAY(fn) fn(DT_N_S_pin_controller_S_spi1_sleep_alt_S_group1)
+#define DT_N_S_pin_controller_S_spi1_sleep_alt_FOREACH_CHILD_STATUS_OKAY_SEP(fn, sep) fn(DT_N_S_pin_controller_S_spi1_sleep_alt_S_group1)
+#define DT_N_S_pin_controller_S_spi1_sleep_alt_FOREACH_CHILD_STATUS_OKAY_VARGS(fn, ...) fn(DT_N_S_pin_controller_S_spi1_sleep_alt_S_group1, __VA_ARGS__)
+#define DT_N_S_pin_controller_S_spi1_sleep_alt_FOREACH_CHILD_STATUS_OKAY_SEP_VARGS(fn, sep, ...) fn(DT_N_S_pin_controller_S_spi1_sleep_alt_S_group1, __VA_ARGS__)
+
+/* Node's dependency ordinal: */
+#define DT_N_S_pin_controller_S_spi1_sleep_alt_ORD 32
+#define DT_N_S_pin_controller_S_spi1_sleep_alt_ORD_STR_SORTABLE 00032
+
+/* Ordinals for what this node depends on directly: */
+#define DT_N_S_pin_controller_S_spi1_sleep_alt_REQUIRES_ORDS \
+	21, /* /pin-controller */
+
+/* Ordinals for what depends directly on this node: */
+#define DT_N_S_pin_controller_S_spi1_sleep_alt_SUPPORTS_ORDS \
+	33, /* /pin-controller/spi1_sleep_alt/group1 */ \
+	96, /* /soc/spi@40004000 */
+
+/* Existence and alternate IDs: */
+#define DT_N_S_pin_controller_S_spi1_sleep_alt_EXISTS 1
+#define DT_N_NODELABEL_spi1_sleep_alt DT_N_S_pin_controller_S_spi1_sleep_alt
+
+/* Macros for properties that are special in the specification: */
+#define DT_N_S_pin_controller_S_spi1_sleep_alt_REG_NUM 0
+#define DT_N_S_pin_controller_S_spi1_sleep_alt_RANGES_NUM 0
+#define DT_N_S_pin_controller_S_spi1_sleep_alt_FOREACH_RANGE(fn) 
+#define DT_N_S_pin_controller_S_spi1_sleep_alt_IRQ_NUM 0
+#define DT_N_S_pin_controller_S_spi1_sleep_alt_IRQ_LEVEL 0
+#define DT_N_S_pin_controller_S_spi1_sleep_alt_STATUS_okay 1
+
+/* Pin control (pinctrl-<i>, pinctrl-names) properties: */
+#define DT_N_S_pin_controller_S_spi1_sleep_alt_PINCTRL_NUM 0
+
+/* (No generic property macros) */
+
+/*
+ * Devicetree node: /pin-controller/spi1_sleep_alt/group1
+ *
+ * Node identifier: DT_N_S_pin_controller_S_spi1_sleep_alt_S_group1
+ *
+ * (Descriptions have moved to the Devicetree Bindings Index
+ * in the documentation.)
+ */
+
+/* Node's full path: */
+#define DT_N_S_pin_controller_S_spi1_sleep_alt_S_group1_PATH "/pin-controller/spi1_sleep_alt/group1"
+
+/* Node's name with unit-address: */
+#define DT_N_S_pin_controller_S_spi1_sleep_alt_S_group1_FULL_NAME "group1"
+
+/* Node parent (/pin-controller/spi1_sleep_alt) identifier: */
+#define DT_N_S_pin_controller_S_spi1_sleep_alt_S_group1_PARENT DT_N_S_pin_controller_S_spi1_sleep_alt
+
+/* Node's index in its parent's list of children: */
+#define DT_N_S_pin_controller_S_spi1_sleep_alt_S_group1_CHILD_IDX 0
+
+/* Helper macros for child nodes of this node. */
+#define DT_N_S_pin_controller_S_spi1_sleep_alt_S_group1_CHILD_NUM 0
+#define DT_N_S_pin_controller_S_spi1_sleep_alt_S_group1_CHILD_NUM_STATUS_OKAY 0
+#define DT_N_S_pin_controller_S_spi1_sleep_alt_S_group1_FOREACH_CHILD(fn) 
+#define DT_N_S_pin_controller_S_spi1_sleep_alt_S_group1_FOREACH_CHILD_SEP(fn, sep) 
+#define DT_N_S_pin_controller_S_spi1_sleep_alt_S_group1_FOREACH_CHILD_VARGS(fn, ...) 
+#define DT_N_S_pin_controller_S_spi1_sleep_alt_S_group1_FOREACH_CHILD_SEP_VARGS(fn, sep, ...) 
+#define DT_N_S_pin_controller_S_spi1_sleep_alt_S_group1_FOREACH_CHILD_STATUS_OKAY(fn) 
+#define DT_N_S_pin_controller_S_spi1_sleep_alt_S_group1_FOREACH_CHILD_STATUS_OKAY_SEP(fn, sep) 
+#define DT_N_S_pin_controller_S_spi1_sleep_alt_S_group1_FOREACH_CHILD_STATUS_OKAY_VARGS(fn, ...) 
+#define DT_N_S_pin_controller_S_spi1_sleep_alt_S_group1_FOREACH_CHILD_STATUS_OKAY_SEP_VARGS(fn, sep, ...) 
+
+/* Node's dependency ordinal: */
+#define DT_N_S_pin_controller_S_spi1_sleep_alt_S_group1_ORD 33
+#define DT_N_S_pin_controller_S_spi1_sleep_alt_S_group1_ORD_STR_SORTABLE 00033
+
+/* Ordinals for what this node depends on directly: */
+#define DT_N_S_pin_controller_S_spi1_sleep_alt_S_group1_REQUIRES_ORDS \
+	32, /* /pin-controller/spi1_sleep_alt */
+
+/* Ordinals for what depends directly on this node: */
+#define DT_N_S_pin_controller_S_spi1_sleep_alt_S_group1_SUPPORTS_ORDS /* nothing */
+
+/* Existence and alternate IDs: */
+#define DT_N_S_pin_controller_S_spi1_sleep_alt_S_group1_EXISTS 1
+
+/* Macros for properties that are special in the specification: */
+#define DT_N_S_pin_controller_S_spi1_sleep_alt_S_group1_REG_NUM 0
+#define DT_N_S_pin_controller_S_spi1_sleep_alt_S_group1_RANGES_NUM 0
+#define DT_N_S_pin_controller_S_spi1_sleep_alt_S_group1_FOREACH_RANGE(fn) 
+#define DT_N_S_pin_controller_S_spi1_sleep_alt_S_group1_IRQ_NUM 0
+#define DT_N_S_pin_controller_S_spi1_sleep_alt_S_group1_IRQ_LEVEL 0
+#define DT_N_S_pin_controller_S_spi1_sleep_alt_S_group1_STATUS_okay 1
+
+/* Pin control (pinctrl-<i>, pinctrl-names) properties: */
+#define DT_N_S_pin_controller_S_spi1_sleep_alt_S_group1_PINCTRL_NUM 0
+
+/* Generic property macros: */
+#define DT_N_S_pin_controller_S_spi1_sleep_alt_S_group1_P_bias_disable 0
+#define DT_N_S_pin_controller_S_spi1_sleep_alt_S_group1_P_bias_disable_EXISTS 1
+#define DT_N_S_pin_controller_S_spi1_sleep_alt_S_group1_P_bias_pull_up 0
+#define DT_N_S_pin_controller_S_spi1_sleep_alt_S_group1_P_bias_pull_up_EXISTS 1
+#define DT_N_S_pin_controller_S_spi1_sleep_alt_S_group1_P_bias_pull_down 0
+#define DT_N_S_pin_controller_S_spi1_sleep_alt_S_group1_P_bias_pull_down_EXISTS 1
+#define DT_N_S_pin_controller_S_spi1_sleep_alt_S_group1_P_low_power_enable 1
+#define DT_N_S_pin_controller_S_spi1_sleep_alt_S_group1_P_low_power_enable_EXISTS 1
+#define DT_N_S_pin_controller_S_spi1_sleep_alt_S_group1_P_psels {524305 /* 0x80011 */, 655373 /* 0xa000d */, 786433 /* 0xc0001 */}
+#define DT_N_S_pin_controller_S_spi1_sleep_alt_S_group1_P_psels_IDX_0 524305
+#define DT_N_S_pin_controller_S_spi1_sleep_alt_S_group1_P_psels_IDX_0_EXISTS 1
+#define DT_N_S_pin_controller_S_spi1_sleep_alt_S_group1_P_psels_IDX_1 655373
+#define DT_N_S_pin_controller_S_spi1_sleep_alt_S_group1_P_psels_IDX_1_EXISTS 1
+#define DT_N_S_pin_controller_S_spi1_sleep_alt_S_group1_P_psels_IDX_2 786433
+#define DT_N_S_pin_controller_S_spi1_sleep_alt_S_group1_P_psels_IDX_2_EXISTS 1
+#define DT_N_S_pin_controller_S_spi1_sleep_alt_S_group1_P_psels_FOREACH_PROP_ELEM(fn) fn(DT_N_S_pin_controller_S_spi1_sleep_alt_S_group1, psels, 0) \
+	fn(DT_N_S_pin_controller_S_spi1_sleep_alt_S_group1, psels, 1) \
+	fn(DT_N_S_pin_controller_S_spi1_sleep_alt_S_group1, psels, 2)
+#define DT_N_S_pin_controller_S_spi1_sleep_alt_S_group1_P_psels_FOREACH_PROP_ELEM_SEP(fn, sep) fn(DT_N_S_pin_controller_S_spi1_sleep_alt_S_group1, psels, 0) DT_DEBRACKET_INTERNAL sep \
+	fn(DT_N_S_pin_controller_S_spi1_sleep_alt_S_group1, psels, 1) DT_DEBRACKET_INTERNAL sep \
+	fn(DT_N_S_pin_controller_S_spi1_sleep_alt_S_group1, psels, 2)
+#define DT_N_S_pin_controller_S_spi1_sleep_alt_S_group1_P_psels_FOREACH_PROP_ELEM_VARGS(fn, ...) fn(DT_N_S_pin_controller_S_spi1_sleep_alt_S_group1, psels, 0, __VA_ARGS__) \
+	fn(DT_N_S_pin_controller_S_spi1_sleep_alt_S_group1, psels, 1, __VA_ARGS__) \
+	fn(DT_N_S_pin_controller_S_spi1_sleep_alt_S_group1, psels, 2, __VA_ARGS__)
+#define DT_N_S_pin_controller_S_spi1_sleep_alt_S_group1_P_psels_FOREACH_PROP_ELEM_SEP_VARGS(fn, sep, ...) fn(DT_N_S_pin_controller_S_spi1_sleep_alt_S_group1, psels, 0, __VA_ARGS__) DT_DEBRACKET_INTERNAL sep \
+	fn(DT_N_S_pin_controller_S_spi1_sleep_alt_S_group1, psels, 1, __VA_ARGS__) DT_DEBRACKET_INTERNAL sep \
+	fn(DT_N_S_pin_controller_S_spi1_sleep_alt_S_group1, psels, 2, __VA_ARGS__)
+#define DT_N_S_pin_controller_S_spi1_sleep_alt_S_group1_P_psels_LEN 3
+#define DT_N_S_pin_controller_S_spi1_sleep_alt_S_group1_P_psels_EXISTS 1
+#define DT_N_S_pin_controller_S_spi1_sleep_alt_S_group1_P_nordic_drive_mode 0
+#define DT_N_S_pin_controller_S_spi1_sleep_alt_S_group1_P_nordic_drive_mode_EXISTS 1
+#define DT_N_S_pin_controller_S_spi1_sleep_alt_S_group1_P_nordic_invert 0
+#define DT_N_S_pin_controller_S_spi1_sleep_alt_S_group1_P_nordic_invert_EXISTS 1
+
+/*
+ * Devicetree node: /pin-controller/uart0_default
+ *
+ * Node identifier: DT_N_S_pin_controller_S_uart0_default
+ *
+ * (Descriptions have moved to the Devicetree Bindings Index
+ * in the documentation.)
+ */
+
+/* Node's full path: */
+#define DT_N_S_pin_controller_S_uart0_default_PATH "/pin-controller/uart0_default"
+
+/* Node's name with unit-address: */
+#define DT_N_S_pin_controller_S_uart0_default_FULL_NAME "uart0_default"
+
+/* Node parent (/pin-controller) identifier: */
+#define DT_N_S_pin_controller_S_uart0_default_PARENT DT_N_S_pin_controller
+
+/* Node's index in its parent's list of children: */
+#define DT_N_S_pin_controller_S_uart0_default_CHILD_IDX 0
+
+/* Helper macros for child nodes of this node. */
+#define DT_N_S_pin_controller_S_uart0_default_CHILD_NUM 1
+#define DT_N_S_pin_controller_S_uart0_default_CHILD_NUM_STATUS_OKAY 1
+#define DT_N_S_pin_controller_S_uart0_default_FOREACH_CHILD(fn) fn(DT_N_S_pin_controller_S_uart0_default_S_group1)
+#define DT_N_S_pin_controller_S_uart0_default_FOREACH_CHILD_SEP(fn, sep) fn(DT_N_S_pin_controller_S_uart0_default_S_group1)
+#define DT_N_S_pin_controller_S_uart0_default_FOREACH_CHILD_VARGS(fn, ...) fn(DT_N_S_pin_controller_S_uart0_default_S_group1, __VA_ARGS__)
+#define DT_N_S_pin_controller_S_uart0_default_FOREACH_CHILD_SEP_VARGS(fn, sep, ...) fn(DT_N_S_pin_controller_S_uart0_default_S_group1, __VA_ARGS__)
+#define DT_N_S_pin_controller_S_uart0_default_FOREACH_CHILD_STATUS_OKAY(fn) fn(DT_N_S_pin_controller_S_uart0_default_S_group1)
+#define DT_N_S_pin_controller_S_uart0_default_FOREACH_CHILD_STATUS_OKAY_SEP(fn, sep) fn(DT_N_S_pin_controller_S_uart0_default_S_group1)
+#define DT_N_S_pin_controller_S_uart0_default_FOREACH_CHILD_STATUS_OKAY_VARGS(fn, ...) fn(DT_N_S_pin_controller_S_uart0_default_S_group1, __VA_ARGS__)
+#define DT_N_S_pin_controller_S_uart0_default_FOREACH_CHILD_STATUS_OKAY_SEP_VARGS(fn, sep, ...) fn(DT_N_S_pin_controller_S_uart0_default_S_group1, __VA_ARGS__)
+
+/* Node's dependency ordinal: */
+#define DT_N_S_pin_controller_S_uart0_default_ORD 34
+#define DT_N_S_pin_controller_S_uart0_default_ORD_STR_SORTABLE 00034
+
+/* Ordinals for what this node depends on directly: */
+#define DT_N_S_pin_controller_S_uart0_default_REQUIRES_ORDS \
+	21, /* /pin-controller */
+
+/* Ordinals for what depends directly on this node: */
+#define DT_N_S_pin_controller_S_uart0_default_SUPPORTS_ORDS \
+	35, /* /pin-controller/uart0_default/group1 */ \
+	73, /* /soc/uart@40002000 */
+
+/* Existence and alternate IDs: */
+#define DT_N_S_pin_controller_S_uart0_default_EXISTS 1
+#define DT_N_NODELABEL_uart0_default DT_N_S_pin_controller_S_uart0_default
+
+/* Macros for properties that are special in the specification: */
+#define DT_N_S_pin_controller_S_uart0_default_REG_NUM 0
+#define DT_N_S_pin_controller_S_uart0_default_RANGES_NUM 0
+#define DT_N_S_pin_controller_S_uart0_default_FOREACH_RANGE(fn) 
+#define DT_N_S_pin_controller_S_uart0_default_IRQ_NUM 0
+#define DT_N_S_pin_controller_S_uart0_default_IRQ_LEVEL 0
+#define DT_N_S_pin_controller_S_uart0_default_STATUS_okay 1
+
+/* Pin control (pinctrl-<i>, pinctrl-names) properties: */
+#define DT_N_S_pin_controller_S_uart0_default_PINCTRL_NUM 0
+
+/* (No generic property macros) */
+
+/*
+ * Devicetree node: /pin-controller/uart0_default/group1
+ *
+ * Node identifier: DT_N_S_pin_controller_S_uart0_default_S_group1
+ *
+ * (Descriptions have moved to the Devicetree Bindings Index
+ * in the documentation.)
+ */
+
+/* Node's full path: */
+#define DT_N_S_pin_controller_S_uart0_default_S_group1_PATH "/pin-controller/uart0_default/group1"
+
+/* Node's name with unit-address: */
+#define DT_N_S_pin_controller_S_uart0_default_S_group1_FULL_NAME "group1"
+
+/* Node parent (/pin-controller/uart0_default) identifier: */
+#define DT_N_S_pin_controller_S_uart0_default_S_group1_PARENT DT_N_S_pin_controller_S_uart0_default
+
+/* Node's index in its parent's list of children: */
+#define DT_N_S_pin_controller_S_uart0_default_S_group1_CHILD_IDX 0
+
+/* Helper macros for child nodes of this node. */
+#define DT_N_S_pin_controller_S_uart0_default_S_group1_CHILD_NUM 0
+#define DT_N_S_pin_controller_S_uart0_default_S_group1_CHILD_NUM_STATUS_OKAY 0
+#define DT_N_S_pin_controller_S_uart0_default_S_group1_FOREACH_CHILD(fn) 
+#define DT_N_S_pin_controller_S_uart0_default_S_group1_FOREACH_CHILD_SEP(fn, sep) 
+#define DT_N_S_pin_controller_S_uart0_default_S_group1_FOREACH_CHILD_VARGS(fn, ...) 
+#define DT_N_S_pin_controller_S_uart0_default_S_group1_FOREACH_CHILD_SEP_VARGS(fn, sep, ...) 
+#define DT_N_S_pin_controller_S_uart0_default_S_group1_FOREACH_CHILD_STATUS_OKAY(fn) 
+#define DT_N_S_pin_controller_S_uart0_default_S_group1_FOREACH_CHILD_STATUS_OKAY_SEP(fn, sep) 
+#define DT_N_S_pin_controller_S_uart0_default_S_group1_FOREACH_CHILD_STATUS_OKAY_VARGS(fn, ...) 
+#define DT_N_S_pin_controller_S_uart0_default_S_group1_FOREACH_CHILD_STATUS_OKAY_SEP_VARGS(fn, sep, ...) 
+
+/* Node's dependency ordinal: */
+#define DT_N_S_pin_controller_S_uart0_default_S_group1_ORD 35
+#define DT_N_S_pin_controller_S_uart0_default_S_group1_ORD_STR_SORTABLE 00035
+
+/* Ordinals for what this node depends on directly: */
+#define DT_N_S_pin_controller_S_uart0_default_S_group1_REQUIRES_ORDS \
+	34, /* /pin-controller/uart0_default */
+
+/* Ordinals for what depends directly on this node: */
+#define DT_N_S_pin_controller_S_uart0_default_S_group1_SUPPORTS_ORDS /* nothing */
+
+/* Existence and alternate IDs: */
+#define DT_N_S_pin_controller_S_uart0_default_S_group1_EXISTS 1
+
+/* Macros for properties that are special in the specification: */
+#define DT_N_S_pin_controller_S_uart0_default_S_group1_REG_NUM 0
+#define DT_N_S_pin_controller_S_uart0_default_S_group1_RANGES_NUM 0
+#define DT_N_S_pin_controller_S_uart0_default_S_group1_FOREACH_RANGE(fn) 
+#define DT_N_S_pin_controller_S_uart0_default_S_group1_IRQ_NUM 0
+#define DT_N_S_pin_controller_S_uart0_default_S_group1_IRQ_LEVEL 0
+#define DT_N_S_pin_controller_S_uart0_default_S_group1_STATUS_okay 1
+
+/* Pin control (pinctrl-<i>, pinctrl-names) properties: */
+#define DT_N_S_pin_controller_S_uart0_default_S_group1_PINCTRL_NUM 0
+
+/* Generic property macros: */
+#define DT_N_S_pin_controller_S_uart0_default_S_group1_P_bias_disable 0
+#define DT_N_S_pin_controller_S_uart0_default_S_group1_P_bias_disable_EXISTS 1
+#define DT_N_S_pin_controller_S_uart0_default_S_group1_P_bias_pull_up 0
+#define DT_N_S_pin_controller_S_uart0_default_S_group1_P_bias_pull_up_EXISTS 1
+#define DT_N_S_pin_controller_S_uart0_default_S_group1_P_bias_pull_down 0
+#define DT_N_S_pin_controller_S_uart0_default_S_group1_P_bias_pull_down_EXISTS 1
+#define DT_N_S_pin_controller_S_uart0_default_S_group1_P_low_power_enable 0
+#define DT_N_S_pin_controller_S_uart0_default_S_group1_P_low_power_enable_EXISTS 1
+#define DT_N_S_pin_controller_S_uart0_default_S_group1_P_psels {6 /* 0x6 */, 131112 /* 0x20028 */}
+#define DT_N_S_pin_controller_S_uart0_default_S_group1_P_psels_IDX_0 6
+#define DT_N_S_pin_controller_S_uart0_default_S_group1_P_psels_IDX_0_EXISTS 1
+#define DT_N_S_pin_controller_S_uart0_default_S_group1_P_psels_IDX_1 131112
+#define DT_N_S_pin_controller_S_uart0_default_S_group1_P_psels_IDX_1_EXISTS 1
+#define DT_N_S_pin_controller_S_uart0_default_S_group1_P_psels_FOREACH_PROP_ELEM(fn) fn(DT_N_S_pin_controller_S_uart0_default_S_group1, psels, 0) \
+	fn(DT_N_S_pin_controller_S_uart0_default_S_group1, psels, 1)
+#define DT_N_S_pin_controller_S_uart0_default_S_group1_P_psels_FOREACH_PROP_ELEM_SEP(fn, sep) fn(DT_N_S_pin_controller_S_uart0_default_S_group1, psels, 0) DT_DEBRACKET_INTERNAL sep \
+	fn(DT_N_S_pin_controller_S_uart0_default_S_group1, psels, 1)
+#define DT_N_S_pin_controller_S_uart0_default_S_group1_P_psels_FOREACH_PROP_ELEM_VARGS(fn, ...) fn(DT_N_S_pin_controller_S_uart0_default_S_group1, psels, 0, __VA_ARGS__) \
+	fn(DT_N_S_pin_controller_S_uart0_default_S_group1, psels, 1, __VA_ARGS__)
+#define DT_N_S_pin_controller_S_uart0_default_S_group1_P_psels_FOREACH_PROP_ELEM_SEP_VARGS(fn, sep, ...) fn(DT_N_S_pin_controller_S_uart0_default_S_group1, psels, 0, __VA_ARGS__) DT_DEBRACKET_INTERNAL sep \
+	fn(DT_N_S_pin_controller_S_uart0_default_S_group1, psels, 1, __VA_ARGS__)
+#define DT_N_S_pin_controller_S_uart0_default_S_group1_P_psels_LEN 2
+#define DT_N_S_pin_controller_S_uart0_default_S_group1_P_psels_EXISTS 1
+#define DT_N_S_pin_controller_S_uart0_default_S_group1_P_nordic_drive_mode 0
+#define DT_N_S_pin_controller_S_uart0_default_S_group1_P_nordic_drive_mode_EXISTS 1
+#define DT_N_S_pin_controller_S_uart0_default_S_group1_P_nordic_invert 0
+#define DT_N_S_pin_controller_S_uart0_default_S_group1_P_nordic_invert_EXISTS 1
+
+/*
+ * Devicetree node: /pin-controller/uart0_sleep
+ *
+ * Node identifier: DT_N_S_pin_controller_S_uart0_sleep
+ *
+ * (Descriptions have moved to the Devicetree Bindings Index
+ * in the documentation.)
+ */
+
+/* Node's full path: */
+#define DT_N_S_pin_controller_S_uart0_sleep_PATH "/pin-controller/uart0_sleep"
+
+/* Node's name with unit-address: */
+#define DT_N_S_pin_controller_S_uart0_sleep_FULL_NAME "uart0_sleep"
+
+/* Node parent (/pin-controller) identifier: */
+#define DT_N_S_pin_controller_S_uart0_sleep_PARENT DT_N_S_pin_controller
+
+/* Node's index in its parent's list of children: */
+#define DT_N_S_pin_controller_S_uart0_sleep_CHILD_IDX 1
+
+/* Helper macros for child nodes of this node. */
+#define DT_N_S_pin_controller_S_uart0_sleep_CHILD_NUM 1
+#define DT_N_S_pin_controller_S_uart0_sleep_CHILD_NUM_STATUS_OKAY 1
+#define DT_N_S_pin_controller_S_uart0_sleep_FOREACH_CHILD(fn) fn(DT_N_S_pin_controller_S_uart0_sleep_S_group1)
+#define DT_N_S_pin_controller_S_uart0_sleep_FOREACH_CHILD_SEP(fn, sep) fn(DT_N_S_pin_controller_S_uart0_sleep_S_group1)
+#define DT_N_S_pin_controller_S_uart0_sleep_FOREACH_CHILD_VARGS(fn, ...) fn(DT_N_S_pin_controller_S_uart0_sleep_S_group1, __VA_ARGS__)
+#define DT_N_S_pin_controller_S_uart0_sleep_FOREACH_CHILD_SEP_VARGS(fn, sep, ...) fn(DT_N_S_pin_controller_S_uart0_sleep_S_group1, __VA_ARGS__)
+#define DT_N_S_pin_controller_S_uart0_sleep_FOREACH_CHILD_STATUS_OKAY(fn) fn(DT_N_S_pin_controller_S_uart0_sleep_S_group1)
+#define DT_N_S_pin_controller_S_uart0_sleep_FOREACH_CHILD_STATUS_OKAY_SEP(fn, sep) fn(DT_N_S_pin_controller_S_uart0_sleep_S_group1)
+#define DT_N_S_pin_controller_S_uart0_sleep_FOREACH_CHILD_STATUS_OKAY_VARGS(fn, ...) fn(DT_N_S_pin_controller_S_uart0_sleep_S_group1, __VA_ARGS__)
+#define DT_N_S_pin_controller_S_uart0_sleep_FOREACH_CHILD_STATUS_OKAY_SEP_VARGS(fn, sep, ...) fn(DT_N_S_pin_controller_S_uart0_sleep_S_group1, __VA_ARGS__)
+
+/* Node's dependency ordinal: */
+#define DT_N_S_pin_controller_S_uart0_sleep_ORD 36
+#define DT_N_S_pin_controller_S_uart0_sleep_ORD_STR_SORTABLE 00036
+
+/* Ordinals for what this node depends on directly: */
+#define DT_N_S_pin_controller_S_uart0_sleep_REQUIRES_ORDS \
+	21, /* /pin-controller */
+
+/* Ordinals for what depends directly on this node: */
+#define DT_N_S_pin_controller_S_uart0_sleep_SUPPORTS_ORDS \
+	37, /* /pin-controller/uart0_sleep/group1 */ \
+	73, /* /soc/uart@40002000 */
+
+/* Existence and alternate IDs: */
+#define DT_N_S_pin_controller_S_uart0_sleep_EXISTS 1
+#define DT_N_NODELABEL_uart0_sleep DT_N_S_pin_controller_S_uart0_sleep
+
+/* Macros for properties that are special in the specification: */
+#define DT_N_S_pin_controller_S_uart0_sleep_REG_NUM 0
+#define DT_N_S_pin_controller_S_uart0_sleep_RANGES_NUM 0
+#define DT_N_S_pin_controller_S_uart0_sleep_FOREACH_RANGE(fn) 
+#define DT_N_S_pin_controller_S_uart0_sleep_IRQ_NUM 0
+#define DT_N_S_pin_controller_S_uart0_sleep_IRQ_LEVEL 0
+#define DT_N_S_pin_controller_S_uart0_sleep_STATUS_okay 1
+
+/* Pin control (pinctrl-<i>, pinctrl-names) properties: */
+#define DT_N_S_pin_controller_S_uart0_sleep_PINCTRL_NUM 0
+
+/* (No generic property macros) */
+
+/*
+ * Devicetree node: /pin-controller/uart0_sleep/group1
+ *
+ * Node identifier: DT_N_S_pin_controller_S_uart0_sleep_S_group1
+ *
+ * (Descriptions have moved to the Devicetree Bindings Index
+ * in the documentation.)
+ */
+
+/* Node's full path: */
+#define DT_N_S_pin_controller_S_uart0_sleep_S_group1_PATH "/pin-controller/uart0_sleep/group1"
+
+/* Node's name with unit-address: */
+#define DT_N_S_pin_controller_S_uart0_sleep_S_group1_FULL_NAME "group1"
+
+/* Node parent (/pin-controller/uart0_sleep) identifier: */
+#define DT_N_S_pin_controller_S_uart0_sleep_S_group1_PARENT DT_N_S_pin_controller_S_uart0_sleep
+
+/* Node's index in its parent's list of children: */
+#define DT_N_S_pin_controller_S_uart0_sleep_S_group1_CHILD_IDX 0
+
+/* Helper macros for child nodes of this node. */
+#define DT_N_S_pin_controller_S_uart0_sleep_S_group1_CHILD_NUM 0
+#define DT_N_S_pin_controller_S_uart0_sleep_S_group1_CHILD_NUM_STATUS_OKAY 0
+#define DT_N_S_pin_controller_S_uart0_sleep_S_group1_FOREACH_CHILD(fn) 
+#define DT_N_S_pin_controller_S_uart0_sleep_S_group1_FOREACH_CHILD_SEP(fn, sep) 
+#define DT_N_S_pin_controller_S_uart0_sleep_S_group1_FOREACH_CHILD_VARGS(fn, ...) 
+#define DT_N_S_pin_controller_S_uart0_sleep_S_group1_FOREACH_CHILD_SEP_VARGS(fn, sep, ...) 
+#define DT_N_S_pin_controller_S_uart0_sleep_S_group1_FOREACH_CHILD_STATUS_OKAY(fn) 
+#define DT_N_S_pin_controller_S_uart0_sleep_S_group1_FOREACH_CHILD_STATUS_OKAY_SEP(fn, sep) 
+#define DT_N_S_pin_controller_S_uart0_sleep_S_group1_FOREACH_CHILD_STATUS_OKAY_VARGS(fn, ...) 
+#define DT_N_S_pin_controller_S_uart0_sleep_S_group1_FOREACH_CHILD_STATUS_OKAY_SEP_VARGS(fn, sep, ...) 
+
+/* Node's dependency ordinal: */
+#define DT_N_S_pin_controller_S_uart0_sleep_S_group1_ORD 37
+#define DT_N_S_pin_controller_S_uart0_sleep_S_group1_ORD_STR_SORTABLE 00037
+
+/* Ordinals for what this node depends on directly: */
+#define DT_N_S_pin_controller_S_uart0_sleep_S_group1_REQUIRES_ORDS \
+	36, /* /pin-controller/uart0_sleep */
+
+/* Ordinals for what depends directly on this node: */
+#define DT_N_S_pin_controller_S_uart0_sleep_S_group1_SUPPORTS_ORDS /* nothing */
+
+/* Existence and alternate IDs: */
+#define DT_N_S_pin_controller_S_uart0_sleep_S_group1_EXISTS 1
+
+/* Macros for properties that are special in the specification: */
+#define DT_N_S_pin_controller_S_uart0_sleep_S_group1_REG_NUM 0
+#define DT_N_S_pin_controller_S_uart0_sleep_S_group1_RANGES_NUM 0
+#define DT_N_S_pin_controller_S_uart0_sleep_S_group1_FOREACH_RANGE(fn) 
+#define DT_N_S_pin_controller_S_uart0_sleep_S_group1_IRQ_NUM 0
+#define DT_N_S_pin_controller_S_uart0_sleep_S_group1_IRQ_LEVEL 0
+#define DT_N_S_pin_controller_S_uart0_sleep_S_group1_STATUS_okay 1
+
+/* Pin control (pinctrl-<i>, pinctrl-names) properties: */
+#define DT_N_S_pin_controller_S_uart0_sleep_S_group1_PINCTRL_NUM 0
+
+/* Generic property macros: */
+#define DT_N_S_pin_controller_S_uart0_sleep_S_group1_P_bias_disable 0
+#define DT_N_S_pin_controller_S_uart0_sleep_S_group1_P_bias_disable_EXISTS 1
+#define DT_N_S_pin_controller_S_uart0_sleep_S_group1_P_bias_pull_up 0
+#define DT_N_S_pin_controller_S_uart0_sleep_S_group1_P_bias_pull_up_EXISTS 1
+#define DT_N_S_pin_controller_S_uart0_sleep_S_group1_P_bias_pull_down 0
+#define DT_N_S_pin_controller_S_uart0_sleep_S_group1_P_bias_pull_down_EXISTS 1
+#define DT_N_S_pin_controller_S_uart0_sleep_S_group1_P_low_power_enable 1
+#define DT_N_S_pin_controller_S_uart0_sleep_S_group1_P_low_power_enable_EXISTS 1
+#define DT_N_S_pin_controller_S_uart0_sleep_S_group1_P_psels {6 /* 0x6 */, 131112 /* 0x20028 */}
+#define DT_N_S_pin_controller_S_uart0_sleep_S_group1_P_psels_IDX_0 6
+#define DT_N_S_pin_controller_S_uart0_sleep_S_group1_P_psels_IDX_0_EXISTS 1
+#define DT_N_S_pin_controller_S_uart0_sleep_S_group1_P_psels_IDX_1 131112
+#define DT_N_S_pin_controller_S_uart0_sleep_S_group1_P_psels_IDX_1_EXISTS 1
+#define DT_N_S_pin_controller_S_uart0_sleep_S_group1_P_psels_FOREACH_PROP_ELEM(fn) fn(DT_N_S_pin_controller_S_uart0_sleep_S_group1, psels, 0) \
+	fn(DT_N_S_pin_controller_S_uart0_sleep_S_group1, psels, 1)
+#define DT_N_S_pin_controller_S_uart0_sleep_S_group1_P_psels_FOREACH_PROP_ELEM_SEP(fn, sep) fn(DT_N_S_pin_controller_S_uart0_sleep_S_group1, psels, 0) DT_DEBRACKET_INTERNAL sep \
+	fn(DT_N_S_pin_controller_S_uart0_sleep_S_group1, psels, 1)
+#define DT_N_S_pin_controller_S_uart0_sleep_S_group1_P_psels_FOREACH_PROP_ELEM_VARGS(fn, ...) fn(DT_N_S_pin_controller_S_uart0_sleep_S_group1, psels, 0, __VA_ARGS__) \
+	fn(DT_N_S_pin_controller_S_uart0_sleep_S_group1, psels, 1, __VA_ARGS__)
+#define DT_N_S_pin_controller_S_uart0_sleep_S_group1_P_psels_FOREACH_PROP_ELEM_SEP_VARGS(fn, sep, ...) fn(DT_N_S_pin_controller_S_uart0_sleep_S_group1, psels, 0, __VA_ARGS__) DT_DEBRACKET_INTERNAL sep \
+	fn(DT_N_S_pin_controller_S_uart0_sleep_S_group1, psels, 1, __VA_ARGS__)
+#define DT_N_S_pin_controller_S_uart0_sleep_S_group1_P_psels_LEN 2
+#define DT_N_S_pin_controller_S_uart0_sleep_S_group1_P_psels_EXISTS 1
+#define DT_N_S_pin_controller_S_uart0_sleep_S_group1_P_nordic_drive_mode 0
+#define DT_N_S_pin_controller_S_uart0_sleep_S_group1_P_nordic_drive_mode_EXISTS 1
+#define DT_N_S_pin_controller_S_uart0_sleep_S_group1_P_nordic_invert 0
+#define DT_N_S_pin_controller_S_uart0_sleep_S_group1_P_nordic_invert_EXISTS 1
+
+/*
+ * Devicetree node: /soc/acl@4001e000
+ *
+ * Node identifier: DT_N_S_soc_S_acl_4001e000
+ *
+ * Binding (compatible = nordic,nrf-acl):
+ *   $ZEPHYR_BASE/dts/bindings/arm/nordic,nrf-acl.yaml
+ *
+ * (Descriptions have moved to the Devicetree Bindings Index
+ * in the documentation.)
+ */
+
+/* Node's full path: */
+#define DT_N_S_soc_S_acl_4001e000_PATH "/soc/acl@4001e000"
+
+/* Node's name with unit-address: */
+#define DT_N_S_soc_S_acl_4001e000_FULL_NAME "acl@4001e000"
+
+/* Node parent (/soc) identifier: */
+#define DT_N_S_soc_S_acl_4001e000_PARENT DT_N_S_soc
+
+/* Node's index in its parent's list of children: */
+#define DT_N_S_soc_S_acl_4001e000_CHILD_IDX 38
+
+/* Helper macros for child nodes of this node. */
+#define DT_N_S_soc_S_acl_4001e000_CHILD_NUM 0
+#define DT_N_S_soc_S_acl_4001e000_CHILD_NUM_STATUS_OKAY 0
+#define DT_N_S_soc_S_acl_4001e000_FOREACH_CHILD(fn) 
+#define DT_N_S_soc_S_acl_4001e000_FOREACH_CHILD_SEP(fn, sep) 
+#define DT_N_S_soc_S_acl_4001e000_FOREACH_CHILD_VARGS(fn, ...) 
+#define DT_N_S_soc_S_acl_4001e000_FOREACH_CHILD_SEP_VARGS(fn, sep, ...) 
+#define DT_N_S_soc_S_acl_4001e000_FOREACH_CHILD_STATUS_OKAY(fn) 
+#define DT_N_S_soc_S_acl_4001e000_FOREACH_CHILD_STATUS_OKAY_SEP(fn, sep) 
+#define DT_N_S_soc_S_acl_4001e000_FOREACH_CHILD_STATUS_OKAY_VARGS(fn, ...) 
+#define DT_N_S_soc_S_acl_4001e000_FOREACH_CHILD_STATUS_OKAY_SEP_VARGS(fn, sep, ...) 
+
+/* Node's dependency ordinal: */
+#define DT_N_S_soc_S_acl_4001e000_ORD 38
+#define DT_N_S_soc_S_acl_4001e000_ORD_STR_SORTABLE 00038
+
+/* Ordinals for what this node depends on directly: */
+#define DT_N_S_soc_S_acl_4001e000_REQUIRES_ORDS \
+	5, /* /soc */
+
+/* Ordinals for what depends directly on this node: */
+#define DT_N_S_soc_S_acl_4001e000_SUPPORTS_ORDS /* nothing */
+
+/* Existence and alternate IDs: */
+#define DT_N_S_soc_S_acl_4001e000_EXISTS 1
+#define DT_N_INST_0_nordic_nrf_acl DT_N_S_soc_S_acl_4001e000
+#define DT_N_NODELABEL_acl         DT_N_S_soc_S_acl_4001e000
+
+/* Macros for properties that are special in the specification: */
+#define DT_N_S_soc_S_acl_4001e000_REG_NUM 1
+#define DT_N_S_soc_S_acl_4001e000_REG_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_acl_4001e000_REG_IDX_0_VAL_ADDRESS 1073864704 /* 0x4001e000 */
+#define DT_N_S_soc_S_acl_4001e000_REG_IDX_0_VAL_SIZE 4096 /* 0x1000 */
+#define DT_N_S_soc_S_acl_4001e000_RANGES_NUM 0
+#define DT_N_S_soc_S_acl_4001e000_FOREACH_RANGE(fn) 
+#define DT_N_S_soc_S_acl_4001e000_IRQ_NUM 0
+#define DT_N_S_soc_S_acl_4001e000_IRQ_LEVEL 0
+#define DT_N_S_soc_S_acl_4001e000_COMPAT_MATCHES_nordic_nrf_acl 1
+#define DT_N_S_soc_S_acl_4001e000_COMPAT_VENDOR_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_acl_4001e000_COMPAT_VENDOR_IDX_0 "Nordic Semiconductor"
+#define DT_N_S_soc_S_acl_4001e000_COMPAT_MODEL_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_acl_4001e000_COMPAT_MODEL_IDX_0 "nrf-acl"
+#define DT_N_S_soc_S_acl_4001e000_STATUS_okay 1
+
+/* Pin control (pinctrl-<i>, pinctrl-names) properties: */
+#define DT_N_S_soc_S_acl_4001e000_PINCTRL_NUM 0
+
+/* Generic property macros: */
+#define DT_N_S_soc_S_acl_4001e000_P_wakeup_source 0
+#define DT_N_S_soc_S_acl_4001e000_P_wakeup_source_EXISTS 1
+#define DT_N_S_soc_S_acl_4001e000_P_zephyr_pm_device_runtime_auto 0
+#define DT_N_S_soc_S_acl_4001e000_P_zephyr_pm_device_runtime_auto_EXISTS 1
+#define DT_N_S_soc_S_acl_4001e000_P_status "okay"
+#define DT_N_S_soc_S_acl_4001e000_P_status_STRING_UNQUOTED okay
+#define DT_N_S_soc_S_acl_4001e000_P_status_STRING_TOKEN okay
+#define DT_N_S_soc_S_acl_4001e000_P_status_STRING_UPPER_TOKEN OKAY
+#define DT_N_S_soc_S_acl_4001e000_P_status_IDX_0 "okay"
+#define DT_N_S_soc_S_acl_4001e000_P_status_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_acl_4001e000_P_status_ENUM_IDX 1
+#define DT_N_S_soc_S_acl_4001e000_P_status_ENUM_VAL_okay_EXISTS 1
+#define DT_N_S_soc_S_acl_4001e000_P_status_ENUM_TOKEN okay
+#define DT_N_S_soc_S_acl_4001e000_P_status_ENUM_UPPER_TOKEN OKAY
+#define DT_N_S_soc_S_acl_4001e000_P_status_FOREACH_PROP_ELEM(fn) fn(DT_N_S_soc_S_acl_4001e000, status, 0)
+#define DT_N_S_soc_S_acl_4001e000_P_status_FOREACH_PROP_ELEM_SEP(fn, sep) fn(DT_N_S_soc_S_acl_4001e000, status, 0)
+#define DT_N_S_soc_S_acl_4001e000_P_status_FOREACH_PROP_ELEM_VARGS(fn, ...) fn(DT_N_S_soc_S_acl_4001e000, status, 0, __VA_ARGS__)
+#define DT_N_S_soc_S_acl_4001e000_P_status_FOREACH_PROP_ELEM_SEP_VARGS(fn, sep, ...) fn(DT_N_S_soc_S_acl_4001e000, status, 0, __VA_ARGS__)
+#define DT_N_S_soc_S_acl_4001e000_P_status_LEN 1
+#define DT_N_S_soc_S_acl_4001e000_P_status_EXISTS 1
+#define DT_N_S_soc_S_acl_4001e000_P_compatible {"nordic,nrf-acl"}
+#define DT_N_S_soc_S_acl_4001e000_P_compatible_IDX_0 "nordic,nrf-acl"
+#define DT_N_S_soc_S_acl_4001e000_P_compatible_IDX_0_STRING_UNQUOTED nordic,nrf-acl
+#define DT_N_S_soc_S_acl_4001e000_P_compatible_IDX_0_STRING_TOKEN nordic_nrf_acl
+#define DT_N_S_soc_S_acl_4001e000_P_compatible_IDX_0_STRING_UPPER_TOKEN NORDIC_NRF_ACL
+#define DT_N_S_soc_S_acl_4001e000_P_compatible_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_acl_4001e000_P_compatible_FOREACH_PROP_ELEM(fn) fn(DT_N_S_soc_S_acl_4001e000, compatible, 0)
+#define DT_N_S_soc_S_acl_4001e000_P_compatible_FOREACH_PROP_ELEM_SEP(fn, sep) fn(DT_N_S_soc_S_acl_4001e000, compatible, 0)
+#define DT_N_S_soc_S_acl_4001e000_P_compatible_FOREACH_PROP_ELEM_VARGS(fn, ...) fn(DT_N_S_soc_S_acl_4001e000, compatible, 0, __VA_ARGS__)
+#define DT_N_S_soc_S_acl_4001e000_P_compatible_FOREACH_PROP_ELEM_SEP_VARGS(fn, sep, ...) fn(DT_N_S_soc_S_acl_4001e000, compatible, 0, __VA_ARGS__)
+#define DT_N_S_soc_S_acl_4001e000_P_compatible_LEN 1
+#define DT_N_S_soc_S_acl_4001e000_P_compatible_EXISTS 1
+#define DT_N_S_soc_S_acl_4001e000_P_reg {1073864704 /* 0x4001e000 */, 4096 /* 0x1000 */}
+#define DT_N_S_soc_S_acl_4001e000_P_reg_IDX_0 1073864704
+#define DT_N_S_soc_S_acl_4001e000_P_reg_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_acl_4001e000_P_reg_IDX_1 4096
+#define DT_N_S_soc_S_acl_4001e000_P_reg_IDX_1_EXISTS 1
+#define DT_N_S_soc_S_acl_4001e000_P_reg_EXISTS 1
+#define DT_N_S_soc_S_acl_4001e000_P_zephyr_deferred_init 0
+#define DT_N_S_soc_S_acl_4001e000_P_zephyr_deferred_init_EXISTS 1
+
+/*
+ * Devicetree node: /soc/ccm@4000f000
+ *
+ * Node identifier: DT_N_S_soc_S_ccm_4000f000
+ *
+ * Binding (compatible = nordic,nrf-ccm):
+ *   $ZEPHYR_BASE/dts/bindings/crypto/nordic,nrf-ccm.yaml
+ *
+ * (Descriptions have moved to the Devicetree Bindings Index
+ * in the documentation.)
+ */
+
+/* Node's full path: */
+#define DT_N_S_soc_S_ccm_4000f000_PATH "/soc/ccm@4000f000"
+
+/* Node's name with unit-address: */
+#define DT_N_S_soc_S_ccm_4000f000_FULL_NAME "ccm@4000f000"
+
+/* Node parent (/soc) identifier: */
+#define DT_N_S_soc_S_ccm_4000f000_PARENT DT_N_S_soc
+
+/* Node's index in its parent's list of children: */
+#define DT_N_S_soc_S_ccm_4000f000_CHILD_IDX 23
+
+/* Helper macros for child nodes of this node. */
+#define DT_N_S_soc_S_ccm_4000f000_CHILD_NUM 0
+#define DT_N_S_soc_S_ccm_4000f000_CHILD_NUM_STATUS_OKAY 0
+#define DT_N_S_soc_S_ccm_4000f000_FOREACH_CHILD(fn) 
+#define DT_N_S_soc_S_ccm_4000f000_FOREACH_CHILD_SEP(fn, sep) 
+#define DT_N_S_soc_S_ccm_4000f000_FOREACH_CHILD_VARGS(fn, ...) 
+#define DT_N_S_soc_S_ccm_4000f000_FOREACH_CHILD_SEP_VARGS(fn, sep, ...) 
+#define DT_N_S_soc_S_ccm_4000f000_FOREACH_CHILD_STATUS_OKAY(fn) 
+#define DT_N_S_soc_S_ccm_4000f000_FOREACH_CHILD_STATUS_OKAY_SEP(fn, sep) 
+#define DT_N_S_soc_S_ccm_4000f000_FOREACH_CHILD_STATUS_OKAY_VARGS(fn, ...) 
+#define DT_N_S_soc_S_ccm_4000f000_FOREACH_CHILD_STATUS_OKAY_SEP_VARGS(fn, sep, ...) 
+
+/* Node's dependency ordinal: */
+#define DT_N_S_soc_S_ccm_4000f000_ORD 39
+#define DT_N_S_soc_S_ccm_4000f000_ORD_STR_SORTABLE 00039
+
+/* Ordinals for what this node depends on directly: */
+#define DT_N_S_soc_S_ccm_4000f000_REQUIRES_ORDS \
+	5, /* /soc */ \
+	6, /* /soc/interrupt-controller@e000e100 */
+
+/* Ordinals for what depends directly on this node: */
+#define DT_N_S_soc_S_ccm_4000f000_SUPPORTS_ORDS /* nothing */
+
+/* Existence and alternate IDs: */
+#define DT_N_S_soc_S_ccm_4000f000_EXISTS 1
+#define DT_N_INST_0_nordic_nrf_ccm DT_N_S_soc_S_ccm_4000f000
+#define DT_N_NODELABEL_ccm         DT_N_S_soc_S_ccm_4000f000
+
+/* Macros for properties that are special in the specification: */
+#define DT_N_S_soc_S_ccm_4000f000_REG_NUM 1
+#define DT_N_S_soc_S_ccm_4000f000_REG_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_ccm_4000f000_REG_IDX_0_VAL_ADDRESS 1073803264 /* 0x4000f000 */
+#define DT_N_S_soc_S_ccm_4000f000_REG_IDX_0_VAL_SIZE 4096 /* 0x1000 */
+#define DT_N_S_soc_S_ccm_4000f000_RANGES_NUM 0
+#define DT_N_S_soc_S_ccm_4000f000_FOREACH_RANGE(fn) 
+#define DT_N_S_soc_S_ccm_4000f000_IRQ_NUM 1
+#define DT_N_S_soc_S_ccm_4000f000_IRQ_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_ccm_4000f000_IRQ_IDX_0_VAL_irq 15
+#define DT_N_S_soc_S_ccm_4000f000_IRQ_IDX_0_VAL_irq_EXISTS 1
+#define DT_N_S_soc_S_ccm_4000f000_IRQ_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_ccm_4000f000_IRQ_IDX_0_VAL_priority 1
+#define DT_N_S_soc_S_ccm_4000f000_IRQ_IDX_0_VAL_priority_EXISTS 1
+#define DT_N_S_soc_S_ccm_4000f000_IRQ_IDX_0_CONTROLLER DT_N_S_soc_S_interrupt_controller_e000e100
+#define DT_N_S_soc_S_ccm_4000f000_IRQ_LEVEL 1
+#define DT_N_S_soc_S_ccm_4000f000_COMPAT_MATCHES_nordic_nrf_ccm 1
+#define DT_N_S_soc_S_ccm_4000f000_COMPAT_VENDOR_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_ccm_4000f000_COMPAT_VENDOR_IDX_0 "Nordic Semiconductor"
+#define DT_N_S_soc_S_ccm_4000f000_COMPAT_MODEL_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_ccm_4000f000_COMPAT_MODEL_IDX_0 "nrf-ccm"
+#define DT_N_S_soc_S_ccm_4000f000_STATUS_okay 1
+
+/* Pin control (pinctrl-<i>, pinctrl-names) properties: */
+#define DT_N_S_soc_S_ccm_4000f000_PINCTRL_NUM 0
+
+/* Generic property macros: */
+#define DT_N_S_soc_S_ccm_4000f000_P_wakeup_source 0
+#define DT_N_S_soc_S_ccm_4000f000_P_wakeup_source_EXISTS 1
+#define DT_N_S_soc_S_ccm_4000f000_P_zephyr_pm_device_runtime_auto 0
+#define DT_N_S_soc_S_ccm_4000f000_P_zephyr_pm_device_runtime_auto_EXISTS 1
+#define DT_N_S_soc_S_ccm_4000f000_P_status "okay"
+#define DT_N_S_soc_S_ccm_4000f000_P_status_STRING_UNQUOTED okay
+#define DT_N_S_soc_S_ccm_4000f000_P_status_STRING_TOKEN okay
+#define DT_N_S_soc_S_ccm_4000f000_P_status_STRING_UPPER_TOKEN OKAY
+#define DT_N_S_soc_S_ccm_4000f000_P_status_IDX_0 "okay"
+#define DT_N_S_soc_S_ccm_4000f000_P_status_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_ccm_4000f000_P_status_ENUM_IDX 1
+#define DT_N_S_soc_S_ccm_4000f000_P_status_ENUM_VAL_okay_EXISTS 1
+#define DT_N_S_soc_S_ccm_4000f000_P_status_ENUM_TOKEN okay
+#define DT_N_S_soc_S_ccm_4000f000_P_status_ENUM_UPPER_TOKEN OKAY
+#define DT_N_S_soc_S_ccm_4000f000_P_status_FOREACH_PROP_ELEM(fn) fn(DT_N_S_soc_S_ccm_4000f000, status, 0)
+#define DT_N_S_soc_S_ccm_4000f000_P_status_FOREACH_PROP_ELEM_SEP(fn, sep) fn(DT_N_S_soc_S_ccm_4000f000, status, 0)
+#define DT_N_S_soc_S_ccm_4000f000_P_status_FOREACH_PROP_ELEM_VARGS(fn, ...) fn(DT_N_S_soc_S_ccm_4000f000, status, 0, __VA_ARGS__)
+#define DT_N_S_soc_S_ccm_4000f000_P_status_FOREACH_PROP_ELEM_SEP_VARGS(fn, sep, ...) fn(DT_N_S_soc_S_ccm_4000f000, status, 0, __VA_ARGS__)
+#define DT_N_S_soc_S_ccm_4000f000_P_status_LEN 1
+#define DT_N_S_soc_S_ccm_4000f000_P_status_EXISTS 1
+#define DT_N_S_soc_S_ccm_4000f000_P_compatible {"nordic,nrf-ccm"}
+#define DT_N_S_soc_S_ccm_4000f000_P_compatible_IDX_0 "nordic,nrf-ccm"
+#define DT_N_S_soc_S_ccm_4000f000_P_compatible_IDX_0_STRING_UNQUOTED nordic,nrf-ccm
+#define DT_N_S_soc_S_ccm_4000f000_P_compatible_IDX_0_STRING_TOKEN nordic_nrf_ccm
+#define DT_N_S_soc_S_ccm_4000f000_P_compatible_IDX_0_STRING_UPPER_TOKEN NORDIC_NRF_CCM
+#define DT_N_S_soc_S_ccm_4000f000_P_compatible_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_ccm_4000f000_P_compatible_FOREACH_PROP_ELEM(fn) fn(DT_N_S_soc_S_ccm_4000f000, compatible, 0)
+#define DT_N_S_soc_S_ccm_4000f000_P_compatible_FOREACH_PROP_ELEM_SEP(fn, sep) fn(DT_N_S_soc_S_ccm_4000f000, compatible, 0)
+#define DT_N_S_soc_S_ccm_4000f000_P_compatible_FOREACH_PROP_ELEM_VARGS(fn, ...) fn(DT_N_S_soc_S_ccm_4000f000, compatible, 0, __VA_ARGS__)
+#define DT_N_S_soc_S_ccm_4000f000_P_compatible_FOREACH_PROP_ELEM_SEP_VARGS(fn, sep, ...) fn(DT_N_S_soc_S_ccm_4000f000, compatible, 0, __VA_ARGS__)
+#define DT_N_S_soc_S_ccm_4000f000_P_compatible_LEN 1
+#define DT_N_S_soc_S_ccm_4000f000_P_compatible_EXISTS 1
+#define DT_N_S_soc_S_ccm_4000f000_P_reg {1073803264 /* 0x4000f000 */, 4096 /* 0x1000 */}
+#define DT_N_S_soc_S_ccm_4000f000_P_reg_IDX_0 1073803264
+#define DT_N_S_soc_S_ccm_4000f000_P_reg_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_ccm_4000f000_P_reg_IDX_1 4096
+#define DT_N_S_soc_S_ccm_4000f000_P_reg_IDX_1_EXISTS 1
+#define DT_N_S_soc_S_ccm_4000f000_P_reg_EXISTS 1
+#define DT_N_S_soc_S_ccm_4000f000_P_interrupts {15 /* 0xf */, 1 /* 0x1 */}
+#define DT_N_S_soc_S_ccm_4000f000_P_interrupts_IDX_0 15
+#define DT_N_S_soc_S_ccm_4000f000_P_interrupts_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_ccm_4000f000_P_interrupts_IDX_1 1
+#define DT_N_S_soc_S_ccm_4000f000_P_interrupts_IDX_1_EXISTS 1
+#define DT_N_S_soc_S_ccm_4000f000_P_interrupts_EXISTS 1
+#define DT_N_S_soc_S_ccm_4000f000_P_zephyr_deferred_init 0
+#define DT_N_S_soc_S_ccm_4000f000_P_zephyr_deferred_init_EXISTS 1
+#define DT_N_S_soc_S_ccm_4000f000_P_length_field_length_8_bits 1
+#define DT_N_S_soc_S_ccm_4000f000_P_length_field_length_8_bits_EXISTS 1
+#define DT_N_S_soc_S_ccm_4000f000_P_headermask_supported 1
+#define DT_N_S_soc_S_ccm_4000f000_P_headermask_supported_EXISTS 1
+
+/*
+ * Devicetree node: /soc/clock@40000000
+ *
+ * Node identifier: DT_N_S_soc_S_clock_40000000
+ *
+ * Binding (compatible = nordic,nrf-clock):
+ *   $ZEPHYR_BASE/dts/bindings/clock/nordic,nrf-clock.yaml
+ *
+ * (Descriptions have moved to the Devicetree Bindings Index
+ * in the documentation.)
+ */
+
+/* Node's full path: */
+#define DT_N_S_soc_S_clock_40000000_PATH "/soc/clock@40000000"
+
+/* Node's name with unit-address: */
+#define DT_N_S_soc_S_clock_40000000_FULL_NAME "clock@40000000"
+
+/* Node parent (/soc) identifier: */
+#define DT_N_S_soc_S_clock_40000000_PARENT DT_N_S_soc
+
+/* Node's index in its parent's list of children: */
+#define DT_N_S_soc_S_clock_40000000_CHILD_IDX 5
+
+/* Helper macros for child nodes of this node. */
+#define DT_N_S_soc_S_clock_40000000_CHILD_NUM 0
+#define DT_N_S_soc_S_clock_40000000_CHILD_NUM_STATUS_OKAY 0
+#define DT_N_S_soc_S_clock_40000000_FOREACH_CHILD(fn) 
+#define DT_N_S_soc_S_clock_40000000_FOREACH_CHILD_SEP(fn, sep) 
+#define DT_N_S_soc_S_clock_40000000_FOREACH_CHILD_VARGS(fn, ...) 
+#define DT_N_S_soc_S_clock_40000000_FOREACH_CHILD_SEP_VARGS(fn, sep, ...) 
+#define DT_N_S_soc_S_clock_40000000_FOREACH_CHILD_STATUS_OKAY(fn) 
+#define DT_N_S_soc_S_clock_40000000_FOREACH_CHILD_STATUS_OKAY_SEP(fn, sep) 
+#define DT_N_S_soc_S_clock_40000000_FOREACH_CHILD_STATUS_OKAY_VARGS(fn, ...) 
+#define DT_N_S_soc_S_clock_40000000_FOREACH_CHILD_STATUS_OKAY_SEP_VARGS(fn, sep, ...) 
+
+/* Node's dependency ordinal: */
+#define DT_N_S_soc_S_clock_40000000_ORD 40
+#define DT_N_S_soc_S_clock_40000000_ORD_STR_SORTABLE 00040
+
+/* Ordinals for what this node depends on directly: */
+#define DT_N_S_soc_S_clock_40000000_REQUIRES_ORDS \
+	5, /* /soc */ \
+	6, /* /soc/interrupt-controller@e000e100 */
+
+/* Ordinals for what depends directly on this node: */
+#define DT_N_S_soc_S_clock_40000000_SUPPORTS_ORDS /* nothing */
+
+/* Existence and alternate IDs: */
+#define DT_N_S_soc_S_clock_40000000_EXISTS 1
+#define DT_N_INST_0_nordic_nrf_clock DT_N_S_soc_S_clock_40000000
+#define DT_N_NODELABEL_clock         DT_N_S_soc_S_clock_40000000
+
+/* Macros for properties that are special in the specification: */
+#define DT_N_S_soc_S_clock_40000000_REG_NUM 1
+#define DT_N_S_soc_S_clock_40000000_REG_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_clock_40000000_REG_IDX_0_VAL_ADDRESS 1073741824 /* 0x40000000 */
+#define DT_N_S_soc_S_clock_40000000_REG_IDX_0_VAL_SIZE 4096 /* 0x1000 */
+#define DT_N_S_soc_S_clock_40000000_RANGES_NUM 0
+#define DT_N_S_soc_S_clock_40000000_FOREACH_RANGE(fn) 
+#define DT_N_S_soc_S_clock_40000000_IRQ_NUM 1
+#define DT_N_S_soc_S_clock_40000000_IRQ_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_clock_40000000_IRQ_IDX_0_VAL_irq 0
+#define DT_N_S_soc_S_clock_40000000_IRQ_IDX_0_VAL_irq_EXISTS 1
+#define DT_N_S_soc_S_clock_40000000_IRQ_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_clock_40000000_IRQ_IDX_0_VAL_priority 1
+#define DT_N_S_soc_S_clock_40000000_IRQ_IDX_0_VAL_priority_EXISTS 1
+#define DT_N_S_soc_S_clock_40000000_IRQ_IDX_0_CONTROLLER DT_N_S_soc_S_interrupt_controller_e000e100
+#define DT_N_S_soc_S_clock_40000000_IRQ_LEVEL 1
+#define DT_N_S_soc_S_clock_40000000_COMPAT_MATCHES_nordic_nrf_clock 1
+#define DT_N_S_soc_S_clock_40000000_COMPAT_VENDOR_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_clock_40000000_COMPAT_VENDOR_IDX_0 "Nordic Semiconductor"
+#define DT_N_S_soc_S_clock_40000000_COMPAT_MODEL_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_clock_40000000_COMPAT_MODEL_IDX_0 "nrf-clock"
+#define DT_N_S_soc_S_clock_40000000_STATUS_okay 1
+
+/* Pin control (pinctrl-<i>, pinctrl-names) properties: */
+#define DT_N_S_soc_S_clock_40000000_PINCTRL_NUM 0
+
+/* Generic property macros: */
+#define DT_N_S_soc_S_clock_40000000_P_wakeup_source 0
+#define DT_N_S_soc_S_clock_40000000_P_wakeup_source_EXISTS 1
+#define DT_N_S_soc_S_clock_40000000_P_zephyr_pm_device_runtime_auto 0
+#define DT_N_S_soc_S_clock_40000000_P_zephyr_pm_device_runtime_auto_EXISTS 1
+#define DT_N_S_soc_S_clock_40000000_P_status "okay"
+#define DT_N_S_soc_S_clock_40000000_P_status_STRING_UNQUOTED okay
+#define DT_N_S_soc_S_clock_40000000_P_status_STRING_TOKEN okay
+#define DT_N_S_soc_S_clock_40000000_P_status_STRING_UPPER_TOKEN OKAY
+#define DT_N_S_soc_S_clock_40000000_P_status_IDX_0 "okay"
+#define DT_N_S_soc_S_clock_40000000_P_status_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_clock_40000000_P_status_ENUM_IDX 1
+#define DT_N_S_soc_S_clock_40000000_P_status_ENUM_VAL_okay_EXISTS 1
+#define DT_N_S_soc_S_clock_40000000_P_status_ENUM_TOKEN okay
+#define DT_N_S_soc_S_clock_40000000_P_status_ENUM_UPPER_TOKEN OKAY
+#define DT_N_S_soc_S_clock_40000000_P_status_FOREACH_PROP_ELEM(fn) fn(DT_N_S_soc_S_clock_40000000, status, 0)
+#define DT_N_S_soc_S_clock_40000000_P_status_FOREACH_PROP_ELEM_SEP(fn, sep) fn(DT_N_S_soc_S_clock_40000000, status, 0)
+#define DT_N_S_soc_S_clock_40000000_P_status_FOREACH_PROP_ELEM_VARGS(fn, ...) fn(DT_N_S_soc_S_clock_40000000, status, 0, __VA_ARGS__)
+#define DT_N_S_soc_S_clock_40000000_P_status_FOREACH_PROP_ELEM_SEP_VARGS(fn, sep, ...) fn(DT_N_S_soc_S_clock_40000000, status, 0, __VA_ARGS__)
+#define DT_N_S_soc_S_clock_40000000_P_status_LEN 1
+#define DT_N_S_soc_S_clock_40000000_P_status_EXISTS 1
+#define DT_N_S_soc_S_clock_40000000_P_compatible {"nordic,nrf-clock"}
+#define DT_N_S_soc_S_clock_40000000_P_compatible_IDX_0 "nordic,nrf-clock"
+#define DT_N_S_soc_S_clock_40000000_P_compatible_IDX_0_STRING_UNQUOTED nordic,nrf-clock
+#define DT_N_S_soc_S_clock_40000000_P_compatible_IDX_0_STRING_TOKEN nordic_nrf_clock
+#define DT_N_S_soc_S_clock_40000000_P_compatible_IDX_0_STRING_UPPER_TOKEN NORDIC_NRF_CLOCK
+#define DT_N_S_soc_S_clock_40000000_P_compatible_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_clock_40000000_P_compatible_FOREACH_PROP_ELEM(fn) fn(DT_N_S_soc_S_clock_40000000, compatible, 0)
+#define DT_N_S_soc_S_clock_40000000_P_compatible_FOREACH_PROP_ELEM_SEP(fn, sep) fn(DT_N_S_soc_S_clock_40000000, compatible, 0)
+#define DT_N_S_soc_S_clock_40000000_P_compatible_FOREACH_PROP_ELEM_VARGS(fn, ...) fn(DT_N_S_soc_S_clock_40000000, compatible, 0, __VA_ARGS__)
+#define DT_N_S_soc_S_clock_40000000_P_compatible_FOREACH_PROP_ELEM_SEP_VARGS(fn, sep, ...) fn(DT_N_S_soc_S_clock_40000000, compatible, 0, __VA_ARGS__)
+#define DT_N_S_soc_S_clock_40000000_P_compatible_LEN 1
+#define DT_N_S_soc_S_clock_40000000_P_compatible_EXISTS 1
+#define DT_N_S_soc_S_clock_40000000_P_reg {1073741824 /* 0x40000000 */, 4096 /* 0x1000 */}
+#define DT_N_S_soc_S_clock_40000000_P_reg_IDX_0 1073741824
+#define DT_N_S_soc_S_clock_40000000_P_reg_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_clock_40000000_P_reg_IDX_1 4096
+#define DT_N_S_soc_S_clock_40000000_P_reg_IDX_1_EXISTS 1
+#define DT_N_S_soc_S_clock_40000000_P_reg_EXISTS 1
+#define DT_N_S_soc_S_clock_40000000_P_interrupts {0 /* 0x0 */, 1 /* 0x1 */}
+#define DT_N_S_soc_S_clock_40000000_P_interrupts_IDX_0 0
+#define DT_N_S_soc_S_clock_40000000_P_interrupts_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_clock_40000000_P_interrupts_IDX_1 1
+#define DT_N_S_soc_S_clock_40000000_P_interrupts_IDX_1_EXISTS 1
+#define DT_N_S_soc_S_clock_40000000_P_interrupts_EXISTS 1
+#define DT_N_S_soc_S_clock_40000000_P_zephyr_deferred_init 0
+#define DT_N_S_soc_S_clock_40000000_P_zephyr_deferred_init_EXISTS 1
+
+/*
+ * Devicetree node: /soc/comparator@40013000
+ *
+ * Node identifier: DT_N_S_soc_S_comparator_40013000
+ *
+ * Binding (compatible = nordic,nrf-comp):
+ *   $ZEPHYR_BASE/dts/bindings/sensor/nordic,nrf-comp.yaml
+ *
+ * (Descriptions have moved to the Devicetree Bindings Index
+ * in the documentation.)
+ */
+
+/* Node's full path: */
+#define DT_N_S_soc_S_comparator_40013000_PATH "/soc/comparator@40013000"
+
+/* Node's name with unit-address: */
+#define DT_N_S_soc_S_comparator_40013000_FULL_NAME "comparator@40013000"
+
+/* Node parent (/soc) identifier: */
+#define DT_N_S_soc_S_comparator_40013000_PARENT DT_N_S_soc
+
+/* Node's index in its parent's list of children: */
+#define DT_N_S_soc_S_comparator_40013000_CHILD_IDX 27
+
+/* Helper macros for child nodes of this node. */
+#define DT_N_S_soc_S_comparator_40013000_CHILD_NUM 0
+#define DT_N_S_soc_S_comparator_40013000_CHILD_NUM_STATUS_OKAY 0
+#define DT_N_S_soc_S_comparator_40013000_FOREACH_CHILD(fn) 
+#define DT_N_S_soc_S_comparator_40013000_FOREACH_CHILD_SEP(fn, sep) 
+#define DT_N_S_soc_S_comparator_40013000_FOREACH_CHILD_VARGS(fn, ...) 
+#define DT_N_S_soc_S_comparator_40013000_FOREACH_CHILD_SEP_VARGS(fn, sep, ...) 
+#define DT_N_S_soc_S_comparator_40013000_FOREACH_CHILD_STATUS_OKAY(fn) 
+#define DT_N_S_soc_S_comparator_40013000_FOREACH_CHILD_STATUS_OKAY_SEP(fn, sep) 
+#define DT_N_S_soc_S_comparator_40013000_FOREACH_CHILD_STATUS_OKAY_VARGS(fn, ...) 
+#define DT_N_S_soc_S_comparator_40013000_FOREACH_CHILD_STATUS_OKAY_SEP_VARGS(fn, sep, ...) 
+
+/* Node's dependency ordinal: */
+#define DT_N_S_soc_S_comparator_40013000_ORD 41
+#define DT_N_S_soc_S_comparator_40013000_ORD_STR_SORTABLE 00041
+
+/* Ordinals for what this node depends on directly: */
+#define DT_N_S_soc_S_comparator_40013000_REQUIRES_ORDS \
+	5, /* /soc */ \
+	6, /* /soc/interrupt-controller@e000e100 */
+
+/* Ordinals for what depends directly on this node: */
+#define DT_N_S_soc_S_comparator_40013000_SUPPORTS_ORDS /* nothing */
+
+/* Existence and alternate IDs: */
+#define DT_N_S_soc_S_comparator_40013000_EXISTS 1
+#define DT_N_INST_0_nordic_nrf_comp DT_N_S_soc_S_comparator_40013000
+#define DT_N_NODELABEL_comp         DT_N_S_soc_S_comparator_40013000
+
+/* Macros for properties that are special in the specification: */
+#define DT_N_S_soc_S_comparator_40013000_REG_NUM 1
+#define DT_N_S_soc_S_comparator_40013000_REG_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_comparator_40013000_REG_IDX_0_VAL_ADDRESS 1073819648 /* 0x40013000 */
+#define DT_N_S_soc_S_comparator_40013000_REG_IDX_0_VAL_SIZE 4096 /* 0x1000 */
+#define DT_N_S_soc_S_comparator_40013000_RANGES_NUM 0
+#define DT_N_S_soc_S_comparator_40013000_FOREACH_RANGE(fn) 
+#define DT_N_S_soc_S_comparator_40013000_IRQ_NUM 1
+#define DT_N_S_soc_S_comparator_40013000_IRQ_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_comparator_40013000_IRQ_IDX_0_VAL_irq 19
+#define DT_N_S_soc_S_comparator_40013000_IRQ_IDX_0_VAL_irq_EXISTS 1
+#define DT_N_S_soc_S_comparator_40013000_IRQ_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_comparator_40013000_IRQ_IDX_0_VAL_priority 1
+#define DT_N_S_soc_S_comparator_40013000_IRQ_IDX_0_VAL_priority_EXISTS 1
+#define DT_N_S_soc_S_comparator_40013000_IRQ_IDX_0_CONTROLLER DT_N_S_soc_S_interrupt_controller_e000e100
+#define DT_N_S_soc_S_comparator_40013000_IRQ_LEVEL 1
+#define DT_N_S_soc_S_comparator_40013000_COMPAT_MATCHES_nordic_nrf_comp 1
+#define DT_N_S_soc_S_comparator_40013000_COMPAT_VENDOR_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_comparator_40013000_COMPAT_VENDOR_IDX_0 "Nordic Semiconductor"
+#define DT_N_S_soc_S_comparator_40013000_COMPAT_MODEL_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_comparator_40013000_COMPAT_MODEL_IDX_0 "nrf-comp"
+#define DT_N_S_soc_S_comparator_40013000_STATUS_disabled 1
+
+/* Pin control (pinctrl-<i>, pinctrl-names) properties: */
+#define DT_N_S_soc_S_comparator_40013000_PINCTRL_NUM 0
+
+/* Generic property macros: */
+#define DT_N_S_soc_S_comparator_40013000_P_wakeup_source 0
+#define DT_N_S_soc_S_comparator_40013000_P_wakeup_source_EXISTS 1
+#define DT_N_S_soc_S_comparator_40013000_P_zephyr_pm_device_runtime_auto 0
+#define DT_N_S_soc_S_comparator_40013000_P_zephyr_pm_device_runtime_auto_EXISTS 1
+#define DT_N_S_soc_S_comparator_40013000_P_status "disabled"
+#define DT_N_S_soc_S_comparator_40013000_P_status_STRING_UNQUOTED disabled
+#define DT_N_S_soc_S_comparator_40013000_P_status_STRING_TOKEN disabled
+#define DT_N_S_soc_S_comparator_40013000_P_status_STRING_UPPER_TOKEN DISABLED
+#define DT_N_S_soc_S_comparator_40013000_P_status_IDX_0 "disabled"
+#define DT_N_S_soc_S_comparator_40013000_P_status_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_comparator_40013000_P_status_ENUM_IDX 2
+#define DT_N_S_soc_S_comparator_40013000_P_status_ENUM_VAL_disabled_EXISTS 1
+#define DT_N_S_soc_S_comparator_40013000_P_status_ENUM_TOKEN disabled
+#define DT_N_S_soc_S_comparator_40013000_P_status_ENUM_UPPER_TOKEN DISABLED
+#define DT_N_S_soc_S_comparator_40013000_P_status_FOREACH_PROP_ELEM(fn) fn(DT_N_S_soc_S_comparator_40013000, status, 0)
+#define DT_N_S_soc_S_comparator_40013000_P_status_FOREACH_PROP_ELEM_SEP(fn, sep) fn(DT_N_S_soc_S_comparator_40013000, status, 0)
+#define DT_N_S_soc_S_comparator_40013000_P_status_FOREACH_PROP_ELEM_VARGS(fn, ...) fn(DT_N_S_soc_S_comparator_40013000, status, 0, __VA_ARGS__)
+#define DT_N_S_soc_S_comparator_40013000_P_status_FOREACH_PROP_ELEM_SEP_VARGS(fn, sep, ...) fn(DT_N_S_soc_S_comparator_40013000, status, 0, __VA_ARGS__)
+#define DT_N_S_soc_S_comparator_40013000_P_status_LEN 1
+#define DT_N_S_soc_S_comparator_40013000_P_status_EXISTS 1
+#define DT_N_S_soc_S_comparator_40013000_P_compatible {"nordic,nrf-comp"}
+#define DT_N_S_soc_S_comparator_40013000_P_compatible_IDX_0 "nordic,nrf-comp"
+#define DT_N_S_soc_S_comparator_40013000_P_compatible_IDX_0_STRING_UNQUOTED nordic,nrf-comp
+#define DT_N_S_soc_S_comparator_40013000_P_compatible_IDX_0_STRING_TOKEN nordic_nrf_comp
+#define DT_N_S_soc_S_comparator_40013000_P_compatible_IDX_0_STRING_UPPER_TOKEN NORDIC_NRF_COMP
+#define DT_N_S_soc_S_comparator_40013000_P_compatible_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_comparator_40013000_P_compatible_FOREACH_PROP_ELEM(fn) fn(DT_N_S_soc_S_comparator_40013000, compatible, 0)
+#define DT_N_S_soc_S_comparator_40013000_P_compatible_FOREACH_PROP_ELEM_SEP(fn, sep) fn(DT_N_S_soc_S_comparator_40013000, compatible, 0)
+#define DT_N_S_soc_S_comparator_40013000_P_compatible_FOREACH_PROP_ELEM_VARGS(fn, ...) fn(DT_N_S_soc_S_comparator_40013000, compatible, 0, __VA_ARGS__)
+#define DT_N_S_soc_S_comparator_40013000_P_compatible_FOREACH_PROP_ELEM_SEP_VARGS(fn, sep, ...) fn(DT_N_S_soc_S_comparator_40013000, compatible, 0, __VA_ARGS__)
+#define DT_N_S_soc_S_comparator_40013000_P_compatible_LEN 1
+#define DT_N_S_soc_S_comparator_40013000_P_compatible_EXISTS 1
+#define DT_N_S_soc_S_comparator_40013000_P_reg {1073819648 /* 0x40013000 */, 4096 /* 0x1000 */}
+#define DT_N_S_soc_S_comparator_40013000_P_reg_IDX_0 1073819648
+#define DT_N_S_soc_S_comparator_40013000_P_reg_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_comparator_40013000_P_reg_IDX_1 4096
+#define DT_N_S_soc_S_comparator_40013000_P_reg_IDX_1_EXISTS 1
+#define DT_N_S_soc_S_comparator_40013000_P_reg_EXISTS 1
+#define DT_N_S_soc_S_comparator_40013000_P_interrupts {19 /* 0x13 */, 1 /* 0x1 */}
+#define DT_N_S_soc_S_comparator_40013000_P_interrupts_IDX_0 19
+#define DT_N_S_soc_S_comparator_40013000_P_interrupts_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_comparator_40013000_P_interrupts_IDX_1 1
+#define DT_N_S_soc_S_comparator_40013000_P_interrupts_IDX_1_EXISTS 1
+#define DT_N_S_soc_S_comparator_40013000_P_interrupts_EXISTS 1
+#define DT_N_S_soc_S_comparator_40013000_P_zephyr_deferred_init 0
+#define DT_N_S_soc_S_comparator_40013000_P_zephyr_deferred_init_EXISTS 1
+
+/*
+ * Devicetree node: /soc/ecb@4000e000
+ *
+ * Node identifier: DT_N_S_soc_S_ecb_4000e000
+ *
+ * Binding (compatible = nordic,nrf-ecb):
+ *   $ZEPHYR_BASE/dts/bindings/crypto/nordic,nrf-ecb.yaml
+ *
+ * (Descriptions have moved to the Devicetree Bindings Index
+ * in the documentation.)
+ */
+
+/* Node's full path: */
+#define DT_N_S_soc_S_ecb_4000e000_PATH "/soc/ecb@4000e000"
+
+/* Node's name with unit-address: */
+#define DT_N_S_soc_S_ecb_4000e000_FULL_NAME "ecb@4000e000"
+
+/* Node parent (/soc) identifier: */
+#define DT_N_S_soc_S_ecb_4000e000_PARENT DT_N_S_soc
+
+/* Node's index in its parent's list of children: */
+#define DT_N_S_soc_S_ecb_4000e000_CHILD_IDX 22
+
+/* Helper macros for child nodes of this node. */
+#define DT_N_S_soc_S_ecb_4000e000_CHILD_NUM 0
+#define DT_N_S_soc_S_ecb_4000e000_CHILD_NUM_STATUS_OKAY 0
+#define DT_N_S_soc_S_ecb_4000e000_FOREACH_CHILD(fn) 
+#define DT_N_S_soc_S_ecb_4000e000_FOREACH_CHILD_SEP(fn, sep) 
+#define DT_N_S_soc_S_ecb_4000e000_FOREACH_CHILD_VARGS(fn, ...) 
+#define DT_N_S_soc_S_ecb_4000e000_FOREACH_CHILD_SEP_VARGS(fn, sep, ...) 
+#define DT_N_S_soc_S_ecb_4000e000_FOREACH_CHILD_STATUS_OKAY(fn) 
+#define DT_N_S_soc_S_ecb_4000e000_FOREACH_CHILD_STATUS_OKAY_SEP(fn, sep) 
+#define DT_N_S_soc_S_ecb_4000e000_FOREACH_CHILD_STATUS_OKAY_VARGS(fn, ...) 
+#define DT_N_S_soc_S_ecb_4000e000_FOREACH_CHILD_STATUS_OKAY_SEP_VARGS(fn, sep, ...) 
+
+/* Node's dependency ordinal: */
+#define DT_N_S_soc_S_ecb_4000e000_ORD 42
+#define DT_N_S_soc_S_ecb_4000e000_ORD_STR_SORTABLE 00042
+
+/* Ordinals for what this node depends on directly: */
+#define DT_N_S_soc_S_ecb_4000e000_REQUIRES_ORDS \
+	5, /* /soc */ \
+	6, /* /soc/interrupt-controller@e000e100 */
+
+/* Ordinals for what depends directly on this node: */
+#define DT_N_S_soc_S_ecb_4000e000_SUPPORTS_ORDS /* nothing */
+
+/* Existence and alternate IDs: */
+#define DT_N_S_soc_S_ecb_4000e000_EXISTS 1
+#define DT_N_INST_0_nordic_nrf_ecb DT_N_S_soc_S_ecb_4000e000
+#define DT_N_NODELABEL_ecb         DT_N_S_soc_S_ecb_4000e000
+
+/* Macros for properties that are special in the specification: */
+#define DT_N_S_soc_S_ecb_4000e000_REG_NUM 1
+#define DT_N_S_soc_S_ecb_4000e000_REG_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_ecb_4000e000_REG_IDX_0_VAL_ADDRESS 1073799168 /* 0x4000e000 */
+#define DT_N_S_soc_S_ecb_4000e000_REG_IDX_0_VAL_SIZE 4096 /* 0x1000 */
+#define DT_N_S_soc_S_ecb_4000e000_RANGES_NUM 0
+#define DT_N_S_soc_S_ecb_4000e000_FOREACH_RANGE(fn) 
+#define DT_N_S_soc_S_ecb_4000e000_IRQ_NUM 1
+#define DT_N_S_soc_S_ecb_4000e000_IRQ_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_ecb_4000e000_IRQ_IDX_0_VAL_irq 14
+#define DT_N_S_soc_S_ecb_4000e000_IRQ_IDX_0_VAL_irq_EXISTS 1
+#define DT_N_S_soc_S_ecb_4000e000_IRQ_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_ecb_4000e000_IRQ_IDX_0_VAL_priority 1
+#define DT_N_S_soc_S_ecb_4000e000_IRQ_IDX_0_VAL_priority_EXISTS 1
+#define DT_N_S_soc_S_ecb_4000e000_IRQ_IDX_0_CONTROLLER DT_N_S_soc_S_interrupt_controller_e000e100
+#define DT_N_S_soc_S_ecb_4000e000_IRQ_LEVEL 1
+#define DT_N_S_soc_S_ecb_4000e000_COMPAT_MATCHES_nordic_nrf_ecb 1
+#define DT_N_S_soc_S_ecb_4000e000_COMPAT_VENDOR_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_ecb_4000e000_COMPAT_VENDOR_IDX_0 "Nordic Semiconductor"
+#define DT_N_S_soc_S_ecb_4000e000_COMPAT_MODEL_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_ecb_4000e000_COMPAT_MODEL_IDX_0 "nrf-ecb"
+#define DT_N_S_soc_S_ecb_4000e000_STATUS_okay 1
+
+/* Pin control (pinctrl-<i>, pinctrl-names) properties: */
+#define DT_N_S_soc_S_ecb_4000e000_PINCTRL_NUM 0
+
+/* Generic property macros: */
+#define DT_N_S_soc_S_ecb_4000e000_P_wakeup_source 0
+#define DT_N_S_soc_S_ecb_4000e000_P_wakeup_source_EXISTS 1
+#define DT_N_S_soc_S_ecb_4000e000_P_zephyr_pm_device_runtime_auto 0
+#define DT_N_S_soc_S_ecb_4000e000_P_zephyr_pm_device_runtime_auto_EXISTS 1
+#define DT_N_S_soc_S_ecb_4000e000_P_status "okay"
+#define DT_N_S_soc_S_ecb_4000e000_P_status_STRING_UNQUOTED okay
+#define DT_N_S_soc_S_ecb_4000e000_P_status_STRING_TOKEN okay
+#define DT_N_S_soc_S_ecb_4000e000_P_status_STRING_UPPER_TOKEN OKAY
+#define DT_N_S_soc_S_ecb_4000e000_P_status_IDX_0 "okay"
+#define DT_N_S_soc_S_ecb_4000e000_P_status_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_ecb_4000e000_P_status_ENUM_IDX 1
+#define DT_N_S_soc_S_ecb_4000e000_P_status_ENUM_VAL_okay_EXISTS 1
+#define DT_N_S_soc_S_ecb_4000e000_P_status_ENUM_TOKEN okay
+#define DT_N_S_soc_S_ecb_4000e000_P_status_ENUM_UPPER_TOKEN OKAY
+#define DT_N_S_soc_S_ecb_4000e000_P_status_FOREACH_PROP_ELEM(fn) fn(DT_N_S_soc_S_ecb_4000e000, status, 0)
+#define DT_N_S_soc_S_ecb_4000e000_P_status_FOREACH_PROP_ELEM_SEP(fn, sep) fn(DT_N_S_soc_S_ecb_4000e000, status, 0)
+#define DT_N_S_soc_S_ecb_4000e000_P_status_FOREACH_PROP_ELEM_VARGS(fn, ...) fn(DT_N_S_soc_S_ecb_4000e000, status, 0, __VA_ARGS__)
+#define DT_N_S_soc_S_ecb_4000e000_P_status_FOREACH_PROP_ELEM_SEP_VARGS(fn, sep, ...) fn(DT_N_S_soc_S_ecb_4000e000, status, 0, __VA_ARGS__)
+#define DT_N_S_soc_S_ecb_4000e000_P_status_LEN 1
+#define DT_N_S_soc_S_ecb_4000e000_P_status_EXISTS 1
+#define DT_N_S_soc_S_ecb_4000e000_P_compatible {"nordic,nrf-ecb"}
+#define DT_N_S_soc_S_ecb_4000e000_P_compatible_IDX_0 "nordic,nrf-ecb"
+#define DT_N_S_soc_S_ecb_4000e000_P_compatible_IDX_0_STRING_UNQUOTED nordic,nrf-ecb
+#define DT_N_S_soc_S_ecb_4000e000_P_compatible_IDX_0_STRING_TOKEN nordic_nrf_ecb
+#define DT_N_S_soc_S_ecb_4000e000_P_compatible_IDX_0_STRING_UPPER_TOKEN NORDIC_NRF_ECB
+#define DT_N_S_soc_S_ecb_4000e000_P_compatible_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_ecb_4000e000_P_compatible_FOREACH_PROP_ELEM(fn) fn(DT_N_S_soc_S_ecb_4000e000, compatible, 0)
+#define DT_N_S_soc_S_ecb_4000e000_P_compatible_FOREACH_PROP_ELEM_SEP(fn, sep) fn(DT_N_S_soc_S_ecb_4000e000, compatible, 0)
+#define DT_N_S_soc_S_ecb_4000e000_P_compatible_FOREACH_PROP_ELEM_VARGS(fn, ...) fn(DT_N_S_soc_S_ecb_4000e000, compatible, 0, __VA_ARGS__)
+#define DT_N_S_soc_S_ecb_4000e000_P_compatible_FOREACH_PROP_ELEM_SEP_VARGS(fn, sep, ...) fn(DT_N_S_soc_S_ecb_4000e000, compatible, 0, __VA_ARGS__)
+#define DT_N_S_soc_S_ecb_4000e000_P_compatible_LEN 1
+#define DT_N_S_soc_S_ecb_4000e000_P_compatible_EXISTS 1
+#define DT_N_S_soc_S_ecb_4000e000_P_reg {1073799168 /* 0x4000e000 */, 4096 /* 0x1000 */}
+#define DT_N_S_soc_S_ecb_4000e000_P_reg_IDX_0 1073799168
+#define DT_N_S_soc_S_ecb_4000e000_P_reg_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_ecb_4000e000_P_reg_IDX_1 4096
+#define DT_N_S_soc_S_ecb_4000e000_P_reg_IDX_1_EXISTS 1
+#define DT_N_S_soc_S_ecb_4000e000_P_reg_EXISTS 1
+#define DT_N_S_soc_S_ecb_4000e000_P_interrupts {14 /* 0xe */, 1 /* 0x1 */}
+#define DT_N_S_soc_S_ecb_4000e000_P_interrupts_IDX_0 14
+#define DT_N_S_soc_S_ecb_4000e000_P_interrupts_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_ecb_4000e000_P_interrupts_IDX_1 1
+#define DT_N_S_soc_S_ecb_4000e000_P_interrupts_IDX_1_EXISTS 1
+#define DT_N_S_soc_S_ecb_4000e000_P_interrupts_EXISTS 1
+#define DT_N_S_soc_S_ecb_4000e000_P_zephyr_deferred_init 0
+#define DT_N_S_soc_S_ecb_4000e000_P_zephyr_deferred_init_EXISTS 1
+
+/*
+ * Devicetree node: /soc/egu@40014000
+ *
+ * Node identifier: DT_N_S_soc_S_egu_40014000
+ *
+ * Binding (compatible = nordic,nrf-egu):
+ *   $ZEPHYR_BASE/dts/bindings/arm/nordic,nrf-egu.yaml
+ *
+ * (Descriptions have moved to the Devicetree Bindings Index
+ * in the documentation.)
+ */
+
+/* Node's full path: */
+#define DT_N_S_soc_S_egu_40014000_PATH "/soc/egu@40014000"
+
+/* Node's name with unit-address: */
+#define DT_N_S_soc_S_egu_40014000_FULL_NAME "egu@40014000"
+
+/* Node parent (/soc) identifier: */
+#define DT_N_S_soc_S_egu_40014000_PARENT DT_N_S_soc
+
+/* Node's index in its parent's list of children: */
+#define DT_N_S_soc_S_egu_40014000_CHILD_IDX 28
+
+/* Helper macros for child nodes of this node. */
+#define DT_N_S_soc_S_egu_40014000_CHILD_NUM 0
+#define DT_N_S_soc_S_egu_40014000_CHILD_NUM_STATUS_OKAY 0
+#define DT_N_S_soc_S_egu_40014000_FOREACH_CHILD(fn) 
+#define DT_N_S_soc_S_egu_40014000_FOREACH_CHILD_SEP(fn, sep) 
+#define DT_N_S_soc_S_egu_40014000_FOREACH_CHILD_VARGS(fn, ...) 
+#define DT_N_S_soc_S_egu_40014000_FOREACH_CHILD_SEP_VARGS(fn, sep, ...) 
+#define DT_N_S_soc_S_egu_40014000_FOREACH_CHILD_STATUS_OKAY(fn) 
+#define DT_N_S_soc_S_egu_40014000_FOREACH_CHILD_STATUS_OKAY_SEP(fn, sep) 
+#define DT_N_S_soc_S_egu_40014000_FOREACH_CHILD_STATUS_OKAY_VARGS(fn, ...) 
+#define DT_N_S_soc_S_egu_40014000_FOREACH_CHILD_STATUS_OKAY_SEP_VARGS(fn, sep, ...) 
+
+/* Node's dependency ordinal: */
+#define DT_N_S_soc_S_egu_40014000_ORD 43
+#define DT_N_S_soc_S_egu_40014000_ORD_STR_SORTABLE 00043
+
+/* Ordinals for what this node depends on directly: */
+#define DT_N_S_soc_S_egu_40014000_REQUIRES_ORDS \
+	5, /* /soc */ \
+	6, /* /soc/interrupt-controller@e000e100 */
+
+/* Ordinals for what depends directly on this node: */
+#define DT_N_S_soc_S_egu_40014000_SUPPORTS_ORDS /* nothing */
+
+/* Existence and alternate IDs: */
+#define DT_N_S_soc_S_egu_40014000_EXISTS 1
+#define DT_N_INST_0_nordic_nrf_egu DT_N_S_soc_S_egu_40014000
+#define DT_N_INST_0_nordic_nrf_swi DT_N_S_soc_S_egu_40014000
+#define DT_N_NODELABEL_egu0        DT_N_S_soc_S_egu_40014000
+#define DT_N_NODELABEL_swi0        DT_N_S_soc_S_egu_40014000
+
+/* Macros for properties that are special in the specification: */
+#define DT_N_S_soc_S_egu_40014000_REG_NUM 1
+#define DT_N_S_soc_S_egu_40014000_REG_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_egu_40014000_REG_IDX_0_VAL_ADDRESS 1073823744 /* 0x40014000 */
+#define DT_N_S_soc_S_egu_40014000_REG_IDX_0_VAL_SIZE 4096 /* 0x1000 */
+#define DT_N_S_soc_S_egu_40014000_RANGES_NUM 0
+#define DT_N_S_soc_S_egu_40014000_FOREACH_RANGE(fn) 
+#define DT_N_S_soc_S_egu_40014000_IRQ_NUM 1
+#define DT_N_S_soc_S_egu_40014000_IRQ_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_egu_40014000_IRQ_IDX_0_VAL_irq 20
+#define DT_N_S_soc_S_egu_40014000_IRQ_IDX_0_VAL_irq_EXISTS 1
+#define DT_N_S_soc_S_egu_40014000_IRQ_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_egu_40014000_IRQ_IDX_0_VAL_priority 1
+#define DT_N_S_soc_S_egu_40014000_IRQ_IDX_0_VAL_priority_EXISTS 1
+#define DT_N_S_soc_S_egu_40014000_IRQ_IDX_0_CONTROLLER DT_N_S_soc_S_interrupt_controller_e000e100
+#define DT_N_S_soc_S_egu_40014000_IRQ_LEVEL 1
+#define DT_N_S_soc_S_egu_40014000_COMPAT_MATCHES_nordic_nrf_egu 1
+#define DT_N_S_soc_S_egu_40014000_COMPAT_VENDOR_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_egu_40014000_COMPAT_VENDOR_IDX_0 "Nordic Semiconductor"
+#define DT_N_S_soc_S_egu_40014000_COMPAT_MODEL_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_egu_40014000_COMPAT_MODEL_IDX_0 "nrf-egu"
+#define DT_N_S_soc_S_egu_40014000_COMPAT_MATCHES_nordic_nrf_swi 1
+#define DT_N_S_soc_S_egu_40014000_COMPAT_VENDOR_IDX_1_EXISTS 1
+#define DT_N_S_soc_S_egu_40014000_COMPAT_VENDOR_IDX_1 "Nordic Semiconductor"
+#define DT_N_S_soc_S_egu_40014000_COMPAT_MODEL_IDX_1_EXISTS 1
+#define DT_N_S_soc_S_egu_40014000_COMPAT_MODEL_IDX_1 "nrf-swi"
+#define DT_N_S_soc_S_egu_40014000_STATUS_okay 1
+
+/* Pin control (pinctrl-<i>, pinctrl-names) properties: */
+#define DT_N_S_soc_S_egu_40014000_PINCTRL_NUM 0
+
+/* Generic property macros: */
+#define DT_N_S_soc_S_egu_40014000_P_wakeup_source 0
+#define DT_N_S_soc_S_egu_40014000_P_wakeup_source_EXISTS 1
+#define DT_N_S_soc_S_egu_40014000_P_zephyr_pm_device_runtime_auto 0
+#define DT_N_S_soc_S_egu_40014000_P_zephyr_pm_device_runtime_auto_EXISTS 1
+#define DT_N_S_soc_S_egu_40014000_P_status "okay"
+#define DT_N_S_soc_S_egu_40014000_P_status_STRING_UNQUOTED okay
+#define DT_N_S_soc_S_egu_40014000_P_status_STRING_TOKEN okay
+#define DT_N_S_soc_S_egu_40014000_P_status_STRING_UPPER_TOKEN OKAY
+#define DT_N_S_soc_S_egu_40014000_P_status_IDX_0 "okay"
+#define DT_N_S_soc_S_egu_40014000_P_status_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_egu_40014000_P_status_ENUM_IDX 1
+#define DT_N_S_soc_S_egu_40014000_P_status_ENUM_VAL_okay_EXISTS 1
+#define DT_N_S_soc_S_egu_40014000_P_status_ENUM_TOKEN okay
+#define DT_N_S_soc_S_egu_40014000_P_status_ENUM_UPPER_TOKEN OKAY
+#define DT_N_S_soc_S_egu_40014000_P_status_FOREACH_PROP_ELEM(fn) fn(DT_N_S_soc_S_egu_40014000, status, 0)
+#define DT_N_S_soc_S_egu_40014000_P_status_FOREACH_PROP_ELEM_SEP(fn, sep) fn(DT_N_S_soc_S_egu_40014000, status, 0)
+#define DT_N_S_soc_S_egu_40014000_P_status_FOREACH_PROP_ELEM_VARGS(fn, ...) fn(DT_N_S_soc_S_egu_40014000, status, 0, __VA_ARGS__)
+#define DT_N_S_soc_S_egu_40014000_P_status_FOREACH_PROP_ELEM_SEP_VARGS(fn, sep, ...) fn(DT_N_S_soc_S_egu_40014000, status, 0, __VA_ARGS__)
+#define DT_N_S_soc_S_egu_40014000_P_status_LEN 1
+#define DT_N_S_soc_S_egu_40014000_P_status_EXISTS 1
+#define DT_N_S_soc_S_egu_40014000_P_compatible {"nordic,nrf-egu", "nordic,nrf-swi"}
+#define DT_N_S_soc_S_egu_40014000_P_compatible_IDX_0 "nordic,nrf-egu"
+#define DT_N_S_soc_S_egu_40014000_P_compatible_IDX_0_STRING_UNQUOTED nordic,nrf-egu
+#define DT_N_S_soc_S_egu_40014000_P_compatible_IDX_0_STRING_TOKEN nordic_nrf_egu
+#define DT_N_S_soc_S_egu_40014000_P_compatible_IDX_0_STRING_UPPER_TOKEN NORDIC_NRF_EGU
+#define DT_N_S_soc_S_egu_40014000_P_compatible_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_egu_40014000_P_compatible_IDX_1 "nordic,nrf-swi"
+#define DT_N_S_soc_S_egu_40014000_P_compatible_IDX_1_STRING_UNQUOTED nordic,nrf-swi
+#define DT_N_S_soc_S_egu_40014000_P_compatible_IDX_1_STRING_TOKEN nordic_nrf_swi
+#define DT_N_S_soc_S_egu_40014000_P_compatible_IDX_1_STRING_UPPER_TOKEN NORDIC_NRF_SWI
+#define DT_N_S_soc_S_egu_40014000_P_compatible_IDX_1_EXISTS 1
+#define DT_N_S_soc_S_egu_40014000_P_compatible_FOREACH_PROP_ELEM(fn) fn(DT_N_S_soc_S_egu_40014000, compatible, 0) \
+	fn(DT_N_S_soc_S_egu_40014000, compatible, 1)
+#define DT_N_S_soc_S_egu_40014000_P_compatible_FOREACH_PROP_ELEM_SEP(fn, sep) fn(DT_N_S_soc_S_egu_40014000, compatible, 0) DT_DEBRACKET_INTERNAL sep \
+	fn(DT_N_S_soc_S_egu_40014000, compatible, 1)
+#define DT_N_S_soc_S_egu_40014000_P_compatible_FOREACH_PROP_ELEM_VARGS(fn, ...) fn(DT_N_S_soc_S_egu_40014000, compatible, 0, __VA_ARGS__) \
+	fn(DT_N_S_soc_S_egu_40014000, compatible, 1, __VA_ARGS__)
+#define DT_N_S_soc_S_egu_40014000_P_compatible_FOREACH_PROP_ELEM_SEP_VARGS(fn, sep, ...) fn(DT_N_S_soc_S_egu_40014000, compatible, 0, __VA_ARGS__) DT_DEBRACKET_INTERNAL sep \
+	fn(DT_N_S_soc_S_egu_40014000, compatible, 1, __VA_ARGS__)
+#define DT_N_S_soc_S_egu_40014000_P_compatible_LEN 2
+#define DT_N_S_soc_S_egu_40014000_P_compatible_EXISTS 1
+#define DT_N_S_soc_S_egu_40014000_P_reg {1073823744 /* 0x40014000 */, 4096 /* 0x1000 */}
+#define DT_N_S_soc_S_egu_40014000_P_reg_IDX_0 1073823744
+#define DT_N_S_soc_S_egu_40014000_P_reg_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_egu_40014000_P_reg_IDX_1 4096
+#define DT_N_S_soc_S_egu_40014000_P_reg_IDX_1_EXISTS 1
+#define DT_N_S_soc_S_egu_40014000_P_reg_EXISTS 1
+#define DT_N_S_soc_S_egu_40014000_P_interrupts {20 /* 0x14 */, 1 /* 0x1 */}
+#define DT_N_S_soc_S_egu_40014000_P_interrupts_IDX_0 20
+#define DT_N_S_soc_S_egu_40014000_P_interrupts_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_egu_40014000_P_interrupts_IDX_1 1
+#define DT_N_S_soc_S_egu_40014000_P_interrupts_IDX_1_EXISTS 1
+#define DT_N_S_soc_S_egu_40014000_P_interrupts_EXISTS 1
+#define DT_N_S_soc_S_egu_40014000_P_zephyr_deferred_init 0
+#define DT_N_S_soc_S_egu_40014000_P_zephyr_deferred_init_EXISTS 1
+
+/*
+ * Devicetree node: /soc/egu@40015000
+ *
+ * Node identifier: DT_N_S_soc_S_egu_40015000
+ *
+ * Binding (compatible = nordic,nrf-egu):
+ *   $ZEPHYR_BASE/dts/bindings/arm/nordic,nrf-egu.yaml
+ *
+ * (Descriptions have moved to the Devicetree Bindings Index
+ * in the documentation.)
+ */
+
+/* Node's full path: */
+#define DT_N_S_soc_S_egu_40015000_PATH "/soc/egu@40015000"
+
+/* Node's name with unit-address: */
+#define DT_N_S_soc_S_egu_40015000_FULL_NAME "egu@40015000"
+
+/* Node parent (/soc) identifier: */
+#define DT_N_S_soc_S_egu_40015000_PARENT DT_N_S_soc
+
+/* Node's index in its parent's list of children: */
+#define DT_N_S_soc_S_egu_40015000_CHILD_IDX 29
+
+/* Helper macros for child nodes of this node. */
+#define DT_N_S_soc_S_egu_40015000_CHILD_NUM 0
+#define DT_N_S_soc_S_egu_40015000_CHILD_NUM_STATUS_OKAY 0
+#define DT_N_S_soc_S_egu_40015000_FOREACH_CHILD(fn) 
+#define DT_N_S_soc_S_egu_40015000_FOREACH_CHILD_SEP(fn, sep) 
+#define DT_N_S_soc_S_egu_40015000_FOREACH_CHILD_VARGS(fn, ...) 
+#define DT_N_S_soc_S_egu_40015000_FOREACH_CHILD_SEP_VARGS(fn, sep, ...) 
+#define DT_N_S_soc_S_egu_40015000_FOREACH_CHILD_STATUS_OKAY(fn) 
+#define DT_N_S_soc_S_egu_40015000_FOREACH_CHILD_STATUS_OKAY_SEP(fn, sep) 
+#define DT_N_S_soc_S_egu_40015000_FOREACH_CHILD_STATUS_OKAY_VARGS(fn, ...) 
+#define DT_N_S_soc_S_egu_40015000_FOREACH_CHILD_STATUS_OKAY_SEP_VARGS(fn, sep, ...) 
+
+/* Node's dependency ordinal: */
+#define DT_N_S_soc_S_egu_40015000_ORD 44
+#define DT_N_S_soc_S_egu_40015000_ORD_STR_SORTABLE 00044
+
+/* Ordinals for what this node depends on directly: */
+#define DT_N_S_soc_S_egu_40015000_REQUIRES_ORDS \
+	5, /* /soc */ \
+	6, /* /soc/interrupt-controller@e000e100 */
+
+/* Ordinals for what depends directly on this node: */
+#define DT_N_S_soc_S_egu_40015000_SUPPORTS_ORDS /* nothing */
+
+/* Existence and alternate IDs: */
+#define DT_N_S_soc_S_egu_40015000_EXISTS 1
+#define DT_N_INST_1_nordic_nrf_egu DT_N_S_soc_S_egu_40015000
+#define DT_N_INST_1_nordic_nrf_swi DT_N_S_soc_S_egu_40015000
+#define DT_N_NODELABEL_egu1        DT_N_S_soc_S_egu_40015000
+#define DT_N_NODELABEL_swi1        DT_N_S_soc_S_egu_40015000
+
+/* Macros for properties that are special in the specification: */
+#define DT_N_S_soc_S_egu_40015000_REG_NUM 1
+#define DT_N_S_soc_S_egu_40015000_REG_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_egu_40015000_REG_IDX_0_VAL_ADDRESS 1073827840 /* 0x40015000 */
+#define DT_N_S_soc_S_egu_40015000_REG_IDX_0_VAL_SIZE 4096 /* 0x1000 */
+#define DT_N_S_soc_S_egu_40015000_RANGES_NUM 0
+#define DT_N_S_soc_S_egu_40015000_FOREACH_RANGE(fn) 
+#define DT_N_S_soc_S_egu_40015000_IRQ_NUM 1
+#define DT_N_S_soc_S_egu_40015000_IRQ_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_egu_40015000_IRQ_IDX_0_VAL_irq 21
+#define DT_N_S_soc_S_egu_40015000_IRQ_IDX_0_VAL_irq_EXISTS 1
+#define DT_N_S_soc_S_egu_40015000_IRQ_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_egu_40015000_IRQ_IDX_0_VAL_priority 1
+#define DT_N_S_soc_S_egu_40015000_IRQ_IDX_0_VAL_priority_EXISTS 1
+#define DT_N_S_soc_S_egu_40015000_IRQ_IDX_0_CONTROLLER DT_N_S_soc_S_interrupt_controller_e000e100
+#define DT_N_S_soc_S_egu_40015000_IRQ_LEVEL 1
+#define DT_N_S_soc_S_egu_40015000_COMPAT_MATCHES_nordic_nrf_egu 1
+#define DT_N_S_soc_S_egu_40015000_COMPAT_VENDOR_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_egu_40015000_COMPAT_VENDOR_IDX_0 "Nordic Semiconductor"
+#define DT_N_S_soc_S_egu_40015000_COMPAT_MODEL_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_egu_40015000_COMPAT_MODEL_IDX_0 "nrf-egu"
+#define DT_N_S_soc_S_egu_40015000_COMPAT_MATCHES_nordic_nrf_swi 1
+#define DT_N_S_soc_S_egu_40015000_COMPAT_VENDOR_IDX_1_EXISTS 1
+#define DT_N_S_soc_S_egu_40015000_COMPAT_VENDOR_IDX_1 "Nordic Semiconductor"
+#define DT_N_S_soc_S_egu_40015000_COMPAT_MODEL_IDX_1_EXISTS 1
+#define DT_N_S_soc_S_egu_40015000_COMPAT_MODEL_IDX_1 "nrf-swi"
+#define DT_N_S_soc_S_egu_40015000_STATUS_okay 1
+
+/* Pin control (pinctrl-<i>, pinctrl-names) properties: */
+#define DT_N_S_soc_S_egu_40015000_PINCTRL_NUM 0
+
+/* Generic property macros: */
+#define DT_N_S_soc_S_egu_40015000_P_wakeup_source 0
+#define DT_N_S_soc_S_egu_40015000_P_wakeup_source_EXISTS 1
+#define DT_N_S_soc_S_egu_40015000_P_zephyr_pm_device_runtime_auto 0
+#define DT_N_S_soc_S_egu_40015000_P_zephyr_pm_device_runtime_auto_EXISTS 1
+#define DT_N_S_soc_S_egu_40015000_P_status "okay"
+#define DT_N_S_soc_S_egu_40015000_P_status_STRING_UNQUOTED okay
+#define DT_N_S_soc_S_egu_40015000_P_status_STRING_TOKEN okay
+#define DT_N_S_soc_S_egu_40015000_P_status_STRING_UPPER_TOKEN OKAY
+#define DT_N_S_soc_S_egu_40015000_P_status_IDX_0 "okay"
+#define DT_N_S_soc_S_egu_40015000_P_status_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_egu_40015000_P_status_ENUM_IDX 1
+#define DT_N_S_soc_S_egu_40015000_P_status_ENUM_VAL_okay_EXISTS 1
+#define DT_N_S_soc_S_egu_40015000_P_status_ENUM_TOKEN okay
+#define DT_N_S_soc_S_egu_40015000_P_status_ENUM_UPPER_TOKEN OKAY
+#define DT_N_S_soc_S_egu_40015000_P_status_FOREACH_PROP_ELEM(fn) fn(DT_N_S_soc_S_egu_40015000, status, 0)
+#define DT_N_S_soc_S_egu_40015000_P_status_FOREACH_PROP_ELEM_SEP(fn, sep) fn(DT_N_S_soc_S_egu_40015000, status, 0)
+#define DT_N_S_soc_S_egu_40015000_P_status_FOREACH_PROP_ELEM_VARGS(fn, ...) fn(DT_N_S_soc_S_egu_40015000, status, 0, __VA_ARGS__)
+#define DT_N_S_soc_S_egu_40015000_P_status_FOREACH_PROP_ELEM_SEP_VARGS(fn, sep, ...) fn(DT_N_S_soc_S_egu_40015000, status, 0, __VA_ARGS__)
+#define DT_N_S_soc_S_egu_40015000_P_status_LEN 1
+#define DT_N_S_soc_S_egu_40015000_P_status_EXISTS 1
+#define DT_N_S_soc_S_egu_40015000_P_compatible {"nordic,nrf-egu", "nordic,nrf-swi"}
+#define DT_N_S_soc_S_egu_40015000_P_compatible_IDX_0 "nordic,nrf-egu"
+#define DT_N_S_soc_S_egu_40015000_P_compatible_IDX_0_STRING_UNQUOTED nordic,nrf-egu
+#define DT_N_S_soc_S_egu_40015000_P_compatible_IDX_0_STRING_TOKEN nordic_nrf_egu
+#define DT_N_S_soc_S_egu_40015000_P_compatible_IDX_0_STRING_UPPER_TOKEN NORDIC_NRF_EGU
+#define DT_N_S_soc_S_egu_40015000_P_compatible_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_egu_40015000_P_compatible_IDX_1 "nordic,nrf-swi"
+#define DT_N_S_soc_S_egu_40015000_P_compatible_IDX_1_STRING_UNQUOTED nordic,nrf-swi
+#define DT_N_S_soc_S_egu_40015000_P_compatible_IDX_1_STRING_TOKEN nordic_nrf_swi
+#define DT_N_S_soc_S_egu_40015000_P_compatible_IDX_1_STRING_UPPER_TOKEN NORDIC_NRF_SWI
+#define DT_N_S_soc_S_egu_40015000_P_compatible_IDX_1_EXISTS 1
+#define DT_N_S_soc_S_egu_40015000_P_compatible_FOREACH_PROP_ELEM(fn) fn(DT_N_S_soc_S_egu_40015000, compatible, 0) \
+	fn(DT_N_S_soc_S_egu_40015000, compatible, 1)
+#define DT_N_S_soc_S_egu_40015000_P_compatible_FOREACH_PROP_ELEM_SEP(fn, sep) fn(DT_N_S_soc_S_egu_40015000, compatible, 0) DT_DEBRACKET_INTERNAL sep \
+	fn(DT_N_S_soc_S_egu_40015000, compatible, 1)
+#define DT_N_S_soc_S_egu_40015000_P_compatible_FOREACH_PROP_ELEM_VARGS(fn, ...) fn(DT_N_S_soc_S_egu_40015000, compatible, 0, __VA_ARGS__) \
+	fn(DT_N_S_soc_S_egu_40015000, compatible, 1, __VA_ARGS__)
+#define DT_N_S_soc_S_egu_40015000_P_compatible_FOREACH_PROP_ELEM_SEP_VARGS(fn, sep, ...) fn(DT_N_S_soc_S_egu_40015000, compatible, 0, __VA_ARGS__) DT_DEBRACKET_INTERNAL sep \
+	fn(DT_N_S_soc_S_egu_40015000, compatible, 1, __VA_ARGS__)
+#define DT_N_S_soc_S_egu_40015000_P_compatible_LEN 2
+#define DT_N_S_soc_S_egu_40015000_P_compatible_EXISTS 1
+#define DT_N_S_soc_S_egu_40015000_P_reg {1073827840 /* 0x40015000 */, 4096 /* 0x1000 */}
+#define DT_N_S_soc_S_egu_40015000_P_reg_IDX_0 1073827840
+#define DT_N_S_soc_S_egu_40015000_P_reg_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_egu_40015000_P_reg_IDX_1 4096
+#define DT_N_S_soc_S_egu_40015000_P_reg_IDX_1_EXISTS 1
+#define DT_N_S_soc_S_egu_40015000_P_reg_EXISTS 1
+#define DT_N_S_soc_S_egu_40015000_P_interrupts {21 /* 0x15 */, 1 /* 0x1 */}
+#define DT_N_S_soc_S_egu_40015000_P_interrupts_IDX_0 21
+#define DT_N_S_soc_S_egu_40015000_P_interrupts_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_egu_40015000_P_interrupts_IDX_1 1
+#define DT_N_S_soc_S_egu_40015000_P_interrupts_IDX_1_EXISTS 1
+#define DT_N_S_soc_S_egu_40015000_P_interrupts_EXISTS 1
+#define DT_N_S_soc_S_egu_40015000_P_zephyr_deferred_init 0
+#define DT_N_S_soc_S_egu_40015000_P_zephyr_deferred_init_EXISTS 1
+
+/*
+ * Devicetree node: /soc/egu@40016000
+ *
+ * Node identifier: DT_N_S_soc_S_egu_40016000
+ *
+ * Binding (compatible = nordic,nrf-egu):
+ *   $ZEPHYR_BASE/dts/bindings/arm/nordic,nrf-egu.yaml
+ *
+ * (Descriptions have moved to the Devicetree Bindings Index
+ * in the documentation.)
+ */
+
+/* Node's full path: */
+#define DT_N_S_soc_S_egu_40016000_PATH "/soc/egu@40016000"
+
+/* Node's name with unit-address: */
+#define DT_N_S_soc_S_egu_40016000_FULL_NAME "egu@40016000"
+
+/* Node parent (/soc) identifier: */
+#define DT_N_S_soc_S_egu_40016000_PARENT DT_N_S_soc
+
+/* Node's index in its parent's list of children: */
+#define DT_N_S_soc_S_egu_40016000_CHILD_IDX 30
+
+/* Helper macros for child nodes of this node. */
+#define DT_N_S_soc_S_egu_40016000_CHILD_NUM 0
+#define DT_N_S_soc_S_egu_40016000_CHILD_NUM_STATUS_OKAY 0
+#define DT_N_S_soc_S_egu_40016000_FOREACH_CHILD(fn) 
+#define DT_N_S_soc_S_egu_40016000_FOREACH_CHILD_SEP(fn, sep) 
+#define DT_N_S_soc_S_egu_40016000_FOREACH_CHILD_VARGS(fn, ...) 
+#define DT_N_S_soc_S_egu_40016000_FOREACH_CHILD_SEP_VARGS(fn, sep, ...) 
+#define DT_N_S_soc_S_egu_40016000_FOREACH_CHILD_STATUS_OKAY(fn) 
+#define DT_N_S_soc_S_egu_40016000_FOREACH_CHILD_STATUS_OKAY_SEP(fn, sep) 
+#define DT_N_S_soc_S_egu_40016000_FOREACH_CHILD_STATUS_OKAY_VARGS(fn, ...) 
+#define DT_N_S_soc_S_egu_40016000_FOREACH_CHILD_STATUS_OKAY_SEP_VARGS(fn, sep, ...) 
+
+/* Node's dependency ordinal: */
+#define DT_N_S_soc_S_egu_40016000_ORD 45
+#define DT_N_S_soc_S_egu_40016000_ORD_STR_SORTABLE 00045
+
+/* Ordinals for what this node depends on directly: */
+#define DT_N_S_soc_S_egu_40016000_REQUIRES_ORDS \
+	5, /* /soc */ \
+	6, /* /soc/interrupt-controller@e000e100 */
+
+/* Ordinals for what depends directly on this node: */
+#define DT_N_S_soc_S_egu_40016000_SUPPORTS_ORDS /* nothing */
+
+/* Existence and alternate IDs: */
+#define DT_N_S_soc_S_egu_40016000_EXISTS 1
+#define DT_N_INST_2_nordic_nrf_egu DT_N_S_soc_S_egu_40016000
+#define DT_N_INST_2_nordic_nrf_swi DT_N_S_soc_S_egu_40016000
+#define DT_N_NODELABEL_egu2        DT_N_S_soc_S_egu_40016000
+#define DT_N_NODELABEL_swi2        DT_N_S_soc_S_egu_40016000
+
+/* Macros for properties that are special in the specification: */
+#define DT_N_S_soc_S_egu_40016000_REG_NUM 1
+#define DT_N_S_soc_S_egu_40016000_REG_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_egu_40016000_REG_IDX_0_VAL_ADDRESS 1073831936 /* 0x40016000 */
+#define DT_N_S_soc_S_egu_40016000_REG_IDX_0_VAL_SIZE 4096 /* 0x1000 */
+#define DT_N_S_soc_S_egu_40016000_RANGES_NUM 0
+#define DT_N_S_soc_S_egu_40016000_FOREACH_RANGE(fn) 
+#define DT_N_S_soc_S_egu_40016000_IRQ_NUM 1
+#define DT_N_S_soc_S_egu_40016000_IRQ_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_egu_40016000_IRQ_IDX_0_VAL_irq 22
+#define DT_N_S_soc_S_egu_40016000_IRQ_IDX_0_VAL_irq_EXISTS 1
+#define DT_N_S_soc_S_egu_40016000_IRQ_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_egu_40016000_IRQ_IDX_0_VAL_priority 1
+#define DT_N_S_soc_S_egu_40016000_IRQ_IDX_0_VAL_priority_EXISTS 1
+#define DT_N_S_soc_S_egu_40016000_IRQ_IDX_0_CONTROLLER DT_N_S_soc_S_interrupt_controller_e000e100
+#define DT_N_S_soc_S_egu_40016000_IRQ_LEVEL 1
+#define DT_N_S_soc_S_egu_40016000_COMPAT_MATCHES_nordic_nrf_egu 1
+#define DT_N_S_soc_S_egu_40016000_COMPAT_VENDOR_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_egu_40016000_COMPAT_VENDOR_IDX_0 "Nordic Semiconductor"
+#define DT_N_S_soc_S_egu_40016000_COMPAT_MODEL_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_egu_40016000_COMPAT_MODEL_IDX_0 "nrf-egu"
+#define DT_N_S_soc_S_egu_40016000_COMPAT_MATCHES_nordic_nrf_swi 1
+#define DT_N_S_soc_S_egu_40016000_COMPAT_VENDOR_IDX_1_EXISTS 1
+#define DT_N_S_soc_S_egu_40016000_COMPAT_VENDOR_IDX_1 "Nordic Semiconductor"
+#define DT_N_S_soc_S_egu_40016000_COMPAT_MODEL_IDX_1_EXISTS 1
+#define DT_N_S_soc_S_egu_40016000_COMPAT_MODEL_IDX_1 "nrf-swi"
+#define DT_N_S_soc_S_egu_40016000_STATUS_okay 1
+
+/* Pin control (pinctrl-<i>, pinctrl-names) properties: */
+#define DT_N_S_soc_S_egu_40016000_PINCTRL_NUM 0
+
+/* Generic property macros: */
+#define DT_N_S_soc_S_egu_40016000_P_wakeup_source 0
+#define DT_N_S_soc_S_egu_40016000_P_wakeup_source_EXISTS 1
+#define DT_N_S_soc_S_egu_40016000_P_zephyr_pm_device_runtime_auto 0
+#define DT_N_S_soc_S_egu_40016000_P_zephyr_pm_device_runtime_auto_EXISTS 1
+#define DT_N_S_soc_S_egu_40016000_P_status "okay"
+#define DT_N_S_soc_S_egu_40016000_P_status_STRING_UNQUOTED okay
+#define DT_N_S_soc_S_egu_40016000_P_status_STRING_TOKEN okay
+#define DT_N_S_soc_S_egu_40016000_P_status_STRING_UPPER_TOKEN OKAY
+#define DT_N_S_soc_S_egu_40016000_P_status_IDX_0 "okay"
+#define DT_N_S_soc_S_egu_40016000_P_status_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_egu_40016000_P_status_ENUM_IDX 1
+#define DT_N_S_soc_S_egu_40016000_P_status_ENUM_VAL_okay_EXISTS 1
+#define DT_N_S_soc_S_egu_40016000_P_status_ENUM_TOKEN okay
+#define DT_N_S_soc_S_egu_40016000_P_status_ENUM_UPPER_TOKEN OKAY
+#define DT_N_S_soc_S_egu_40016000_P_status_FOREACH_PROP_ELEM(fn) fn(DT_N_S_soc_S_egu_40016000, status, 0)
+#define DT_N_S_soc_S_egu_40016000_P_status_FOREACH_PROP_ELEM_SEP(fn, sep) fn(DT_N_S_soc_S_egu_40016000, status, 0)
+#define DT_N_S_soc_S_egu_40016000_P_status_FOREACH_PROP_ELEM_VARGS(fn, ...) fn(DT_N_S_soc_S_egu_40016000, status, 0, __VA_ARGS__)
+#define DT_N_S_soc_S_egu_40016000_P_status_FOREACH_PROP_ELEM_SEP_VARGS(fn, sep, ...) fn(DT_N_S_soc_S_egu_40016000, status, 0, __VA_ARGS__)
+#define DT_N_S_soc_S_egu_40016000_P_status_LEN 1
+#define DT_N_S_soc_S_egu_40016000_P_status_EXISTS 1
+#define DT_N_S_soc_S_egu_40016000_P_compatible {"nordic,nrf-egu", "nordic,nrf-swi"}
+#define DT_N_S_soc_S_egu_40016000_P_compatible_IDX_0 "nordic,nrf-egu"
+#define DT_N_S_soc_S_egu_40016000_P_compatible_IDX_0_STRING_UNQUOTED nordic,nrf-egu
+#define DT_N_S_soc_S_egu_40016000_P_compatible_IDX_0_STRING_TOKEN nordic_nrf_egu
+#define DT_N_S_soc_S_egu_40016000_P_compatible_IDX_0_STRING_UPPER_TOKEN NORDIC_NRF_EGU
+#define DT_N_S_soc_S_egu_40016000_P_compatible_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_egu_40016000_P_compatible_IDX_1 "nordic,nrf-swi"
+#define DT_N_S_soc_S_egu_40016000_P_compatible_IDX_1_STRING_UNQUOTED nordic,nrf-swi
+#define DT_N_S_soc_S_egu_40016000_P_compatible_IDX_1_STRING_TOKEN nordic_nrf_swi
+#define DT_N_S_soc_S_egu_40016000_P_compatible_IDX_1_STRING_UPPER_TOKEN NORDIC_NRF_SWI
+#define DT_N_S_soc_S_egu_40016000_P_compatible_IDX_1_EXISTS 1
+#define DT_N_S_soc_S_egu_40016000_P_compatible_FOREACH_PROP_ELEM(fn) fn(DT_N_S_soc_S_egu_40016000, compatible, 0) \
+	fn(DT_N_S_soc_S_egu_40016000, compatible, 1)
+#define DT_N_S_soc_S_egu_40016000_P_compatible_FOREACH_PROP_ELEM_SEP(fn, sep) fn(DT_N_S_soc_S_egu_40016000, compatible, 0) DT_DEBRACKET_INTERNAL sep \
+	fn(DT_N_S_soc_S_egu_40016000, compatible, 1)
+#define DT_N_S_soc_S_egu_40016000_P_compatible_FOREACH_PROP_ELEM_VARGS(fn, ...) fn(DT_N_S_soc_S_egu_40016000, compatible, 0, __VA_ARGS__) \
+	fn(DT_N_S_soc_S_egu_40016000, compatible, 1, __VA_ARGS__)
+#define DT_N_S_soc_S_egu_40016000_P_compatible_FOREACH_PROP_ELEM_SEP_VARGS(fn, sep, ...) fn(DT_N_S_soc_S_egu_40016000, compatible, 0, __VA_ARGS__) DT_DEBRACKET_INTERNAL sep \
+	fn(DT_N_S_soc_S_egu_40016000, compatible, 1, __VA_ARGS__)
+#define DT_N_S_soc_S_egu_40016000_P_compatible_LEN 2
+#define DT_N_S_soc_S_egu_40016000_P_compatible_EXISTS 1
+#define DT_N_S_soc_S_egu_40016000_P_reg {1073831936 /* 0x40016000 */, 4096 /* 0x1000 */}
+#define DT_N_S_soc_S_egu_40016000_P_reg_IDX_0 1073831936
+#define DT_N_S_soc_S_egu_40016000_P_reg_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_egu_40016000_P_reg_IDX_1 4096
+#define DT_N_S_soc_S_egu_40016000_P_reg_IDX_1_EXISTS 1
+#define DT_N_S_soc_S_egu_40016000_P_reg_EXISTS 1
+#define DT_N_S_soc_S_egu_40016000_P_interrupts {22 /* 0x16 */, 1 /* 0x1 */}
+#define DT_N_S_soc_S_egu_40016000_P_interrupts_IDX_0 22
+#define DT_N_S_soc_S_egu_40016000_P_interrupts_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_egu_40016000_P_interrupts_IDX_1 1
+#define DT_N_S_soc_S_egu_40016000_P_interrupts_IDX_1_EXISTS 1
+#define DT_N_S_soc_S_egu_40016000_P_interrupts_EXISTS 1
+#define DT_N_S_soc_S_egu_40016000_P_zephyr_deferred_init 0
+#define DT_N_S_soc_S_egu_40016000_P_zephyr_deferred_init_EXISTS 1
+
+/*
+ * Devicetree node: /soc/egu@40017000
+ *
+ * Node identifier: DT_N_S_soc_S_egu_40017000
+ *
+ * Binding (compatible = nordic,nrf-egu):
+ *   $ZEPHYR_BASE/dts/bindings/arm/nordic,nrf-egu.yaml
+ *
+ * (Descriptions have moved to the Devicetree Bindings Index
+ * in the documentation.)
+ */
+
+/* Node's full path: */
+#define DT_N_S_soc_S_egu_40017000_PATH "/soc/egu@40017000"
+
+/* Node's name with unit-address: */
+#define DT_N_S_soc_S_egu_40017000_FULL_NAME "egu@40017000"
+
+/* Node parent (/soc) identifier: */
+#define DT_N_S_soc_S_egu_40017000_PARENT DT_N_S_soc
+
+/* Node's index in its parent's list of children: */
+#define DT_N_S_soc_S_egu_40017000_CHILD_IDX 31
+
+/* Helper macros for child nodes of this node. */
+#define DT_N_S_soc_S_egu_40017000_CHILD_NUM 0
+#define DT_N_S_soc_S_egu_40017000_CHILD_NUM_STATUS_OKAY 0
+#define DT_N_S_soc_S_egu_40017000_FOREACH_CHILD(fn) 
+#define DT_N_S_soc_S_egu_40017000_FOREACH_CHILD_SEP(fn, sep) 
+#define DT_N_S_soc_S_egu_40017000_FOREACH_CHILD_VARGS(fn, ...) 
+#define DT_N_S_soc_S_egu_40017000_FOREACH_CHILD_SEP_VARGS(fn, sep, ...) 
+#define DT_N_S_soc_S_egu_40017000_FOREACH_CHILD_STATUS_OKAY(fn) 
+#define DT_N_S_soc_S_egu_40017000_FOREACH_CHILD_STATUS_OKAY_SEP(fn, sep) 
+#define DT_N_S_soc_S_egu_40017000_FOREACH_CHILD_STATUS_OKAY_VARGS(fn, ...) 
+#define DT_N_S_soc_S_egu_40017000_FOREACH_CHILD_STATUS_OKAY_SEP_VARGS(fn, sep, ...) 
+
+/* Node's dependency ordinal: */
+#define DT_N_S_soc_S_egu_40017000_ORD 46
+#define DT_N_S_soc_S_egu_40017000_ORD_STR_SORTABLE 00046
+
+/* Ordinals for what this node depends on directly: */
+#define DT_N_S_soc_S_egu_40017000_REQUIRES_ORDS \
+	5, /* /soc */ \
+	6, /* /soc/interrupt-controller@e000e100 */
+
+/* Ordinals for what depends directly on this node: */
+#define DT_N_S_soc_S_egu_40017000_SUPPORTS_ORDS /* nothing */
+
+/* Existence and alternate IDs: */
+#define DT_N_S_soc_S_egu_40017000_EXISTS 1
+#define DT_N_INST_3_nordic_nrf_egu DT_N_S_soc_S_egu_40017000
+#define DT_N_INST_3_nordic_nrf_swi DT_N_S_soc_S_egu_40017000
+#define DT_N_NODELABEL_egu3        DT_N_S_soc_S_egu_40017000
+#define DT_N_NODELABEL_swi3        DT_N_S_soc_S_egu_40017000
+
+/* Macros for properties that are special in the specification: */
+#define DT_N_S_soc_S_egu_40017000_REG_NUM 1
+#define DT_N_S_soc_S_egu_40017000_REG_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_egu_40017000_REG_IDX_0_VAL_ADDRESS 1073836032 /* 0x40017000 */
+#define DT_N_S_soc_S_egu_40017000_REG_IDX_0_VAL_SIZE 4096 /* 0x1000 */
+#define DT_N_S_soc_S_egu_40017000_RANGES_NUM 0
+#define DT_N_S_soc_S_egu_40017000_FOREACH_RANGE(fn) 
+#define DT_N_S_soc_S_egu_40017000_IRQ_NUM 1
+#define DT_N_S_soc_S_egu_40017000_IRQ_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_egu_40017000_IRQ_IDX_0_VAL_irq 23
+#define DT_N_S_soc_S_egu_40017000_IRQ_IDX_0_VAL_irq_EXISTS 1
+#define DT_N_S_soc_S_egu_40017000_IRQ_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_egu_40017000_IRQ_IDX_0_VAL_priority 1
+#define DT_N_S_soc_S_egu_40017000_IRQ_IDX_0_VAL_priority_EXISTS 1
+#define DT_N_S_soc_S_egu_40017000_IRQ_IDX_0_CONTROLLER DT_N_S_soc_S_interrupt_controller_e000e100
+#define DT_N_S_soc_S_egu_40017000_IRQ_LEVEL 1
+#define DT_N_S_soc_S_egu_40017000_COMPAT_MATCHES_nordic_nrf_egu 1
+#define DT_N_S_soc_S_egu_40017000_COMPAT_VENDOR_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_egu_40017000_COMPAT_VENDOR_IDX_0 "Nordic Semiconductor"
+#define DT_N_S_soc_S_egu_40017000_COMPAT_MODEL_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_egu_40017000_COMPAT_MODEL_IDX_0 "nrf-egu"
+#define DT_N_S_soc_S_egu_40017000_COMPAT_MATCHES_nordic_nrf_swi 1
+#define DT_N_S_soc_S_egu_40017000_COMPAT_VENDOR_IDX_1_EXISTS 1
+#define DT_N_S_soc_S_egu_40017000_COMPAT_VENDOR_IDX_1 "Nordic Semiconductor"
+#define DT_N_S_soc_S_egu_40017000_COMPAT_MODEL_IDX_1_EXISTS 1
+#define DT_N_S_soc_S_egu_40017000_COMPAT_MODEL_IDX_1 "nrf-swi"
+#define DT_N_S_soc_S_egu_40017000_STATUS_okay 1
+
+/* Pin control (pinctrl-<i>, pinctrl-names) properties: */
+#define DT_N_S_soc_S_egu_40017000_PINCTRL_NUM 0
+
+/* Generic property macros: */
+#define DT_N_S_soc_S_egu_40017000_P_wakeup_source 0
+#define DT_N_S_soc_S_egu_40017000_P_wakeup_source_EXISTS 1
+#define DT_N_S_soc_S_egu_40017000_P_zephyr_pm_device_runtime_auto 0
+#define DT_N_S_soc_S_egu_40017000_P_zephyr_pm_device_runtime_auto_EXISTS 1
+#define DT_N_S_soc_S_egu_40017000_P_status "okay"
+#define DT_N_S_soc_S_egu_40017000_P_status_STRING_UNQUOTED okay
+#define DT_N_S_soc_S_egu_40017000_P_status_STRING_TOKEN okay
+#define DT_N_S_soc_S_egu_40017000_P_status_STRING_UPPER_TOKEN OKAY
+#define DT_N_S_soc_S_egu_40017000_P_status_IDX_0 "okay"
+#define DT_N_S_soc_S_egu_40017000_P_status_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_egu_40017000_P_status_ENUM_IDX 1
+#define DT_N_S_soc_S_egu_40017000_P_status_ENUM_VAL_okay_EXISTS 1
+#define DT_N_S_soc_S_egu_40017000_P_status_ENUM_TOKEN okay
+#define DT_N_S_soc_S_egu_40017000_P_status_ENUM_UPPER_TOKEN OKAY
+#define DT_N_S_soc_S_egu_40017000_P_status_FOREACH_PROP_ELEM(fn) fn(DT_N_S_soc_S_egu_40017000, status, 0)
+#define DT_N_S_soc_S_egu_40017000_P_status_FOREACH_PROP_ELEM_SEP(fn, sep) fn(DT_N_S_soc_S_egu_40017000, status, 0)
+#define DT_N_S_soc_S_egu_40017000_P_status_FOREACH_PROP_ELEM_VARGS(fn, ...) fn(DT_N_S_soc_S_egu_40017000, status, 0, __VA_ARGS__)
+#define DT_N_S_soc_S_egu_40017000_P_status_FOREACH_PROP_ELEM_SEP_VARGS(fn, sep, ...) fn(DT_N_S_soc_S_egu_40017000, status, 0, __VA_ARGS__)
+#define DT_N_S_soc_S_egu_40017000_P_status_LEN 1
+#define DT_N_S_soc_S_egu_40017000_P_status_EXISTS 1
+#define DT_N_S_soc_S_egu_40017000_P_compatible {"nordic,nrf-egu", "nordic,nrf-swi"}
+#define DT_N_S_soc_S_egu_40017000_P_compatible_IDX_0 "nordic,nrf-egu"
+#define DT_N_S_soc_S_egu_40017000_P_compatible_IDX_0_STRING_UNQUOTED nordic,nrf-egu
+#define DT_N_S_soc_S_egu_40017000_P_compatible_IDX_0_STRING_TOKEN nordic_nrf_egu
+#define DT_N_S_soc_S_egu_40017000_P_compatible_IDX_0_STRING_UPPER_TOKEN NORDIC_NRF_EGU
+#define DT_N_S_soc_S_egu_40017000_P_compatible_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_egu_40017000_P_compatible_IDX_1 "nordic,nrf-swi"
+#define DT_N_S_soc_S_egu_40017000_P_compatible_IDX_1_STRING_UNQUOTED nordic,nrf-swi
+#define DT_N_S_soc_S_egu_40017000_P_compatible_IDX_1_STRING_TOKEN nordic_nrf_swi
+#define DT_N_S_soc_S_egu_40017000_P_compatible_IDX_1_STRING_UPPER_TOKEN NORDIC_NRF_SWI
+#define DT_N_S_soc_S_egu_40017000_P_compatible_IDX_1_EXISTS 1
+#define DT_N_S_soc_S_egu_40017000_P_compatible_FOREACH_PROP_ELEM(fn) fn(DT_N_S_soc_S_egu_40017000, compatible, 0) \
+	fn(DT_N_S_soc_S_egu_40017000, compatible, 1)
+#define DT_N_S_soc_S_egu_40017000_P_compatible_FOREACH_PROP_ELEM_SEP(fn, sep) fn(DT_N_S_soc_S_egu_40017000, compatible, 0) DT_DEBRACKET_INTERNAL sep \
+	fn(DT_N_S_soc_S_egu_40017000, compatible, 1)
+#define DT_N_S_soc_S_egu_40017000_P_compatible_FOREACH_PROP_ELEM_VARGS(fn, ...) fn(DT_N_S_soc_S_egu_40017000, compatible, 0, __VA_ARGS__) \
+	fn(DT_N_S_soc_S_egu_40017000, compatible, 1, __VA_ARGS__)
+#define DT_N_S_soc_S_egu_40017000_P_compatible_FOREACH_PROP_ELEM_SEP_VARGS(fn, sep, ...) fn(DT_N_S_soc_S_egu_40017000, compatible, 0, __VA_ARGS__) DT_DEBRACKET_INTERNAL sep \
+	fn(DT_N_S_soc_S_egu_40017000, compatible, 1, __VA_ARGS__)
+#define DT_N_S_soc_S_egu_40017000_P_compatible_LEN 2
+#define DT_N_S_soc_S_egu_40017000_P_compatible_EXISTS 1
+#define DT_N_S_soc_S_egu_40017000_P_reg {1073836032 /* 0x40017000 */, 4096 /* 0x1000 */}
+#define DT_N_S_soc_S_egu_40017000_P_reg_IDX_0 1073836032
+#define DT_N_S_soc_S_egu_40017000_P_reg_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_egu_40017000_P_reg_IDX_1 4096
+#define DT_N_S_soc_S_egu_40017000_P_reg_IDX_1_EXISTS 1
+#define DT_N_S_soc_S_egu_40017000_P_reg_EXISTS 1
+#define DT_N_S_soc_S_egu_40017000_P_interrupts {23 /* 0x17 */, 1 /* 0x1 */}
+#define DT_N_S_soc_S_egu_40017000_P_interrupts_IDX_0 23
+#define DT_N_S_soc_S_egu_40017000_P_interrupts_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_egu_40017000_P_interrupts_IDX_1 1
+#define DT_N_S_soc_S_egu_40017000_P_interrupts_IDX_1_EXISTS 1
+#define DT_N_S_soc_S_egu_40017000_P_interrupts_EXISTS 1
+#define DT_N_S_soc_S_egu_40017000_P_zephyr_deferred_init 0
+#define DT_N_S_soc_S_egu_40017000_P_zephyr_deferred_init_EXISTS 1
+
+/*
+ * Devicetree node: /soc/egu@40018000
+ *
+ * Node identifier: DT_N_S_soc_S_egu_40018000
+ *
+ * Binding (compatible = nordic,nrf-egu):
+ *   $ZEPHYR_BASE/dts/bindings/arm/nordic,nrf-egu.yaml
+ *
+ * (Descriptions have moved to the Devicetree Bindings Index
+ * in the documentation.)
+ */
+
+/* Node's full path: */
+#define DT_N_S_soc_S_egu_40018000_PATH "/soc/egu@40018000"
+
+/* Node's name with unit-address: */
+#define DT_N_S_soc_S_egu_40018000_FULL_NAME "egu@40018000"
+
+/* Node parent (/soc) identifier: */
+#define DT_N_S_soc_S_egu_40018000_PARENT DT_N_S_soc
+
+/* Node's index in its parent's list of children: */
+#define DT_N_S_soc_S_egu_40018000_CHILD_IDX 32
+
+/* Helper macros for child nodes of this node. */
+#define DT_N_S_soc_S_egu_40018000_CHILD_NUM 0
+#define DT_N_S_soc_S_egu_40018000_CHILD_NUM_STATUS_OKAY 0
+#define DT_N_S_soc_S_egu_40018000_FOREACH_CHILD(fn) 
+#define DT_N_S_soc_S_egu_40018000_FOREACH_CHILD_SEP(fn, sep) 
+#define DT_N_S_soc_S_egu_40018000_FOREACH_CHILD_VARGS(fn, ...) 
+#define DT_N_S_soc_S_egu_40018000_FOREACH_CHILD_SEP_VARGS(fn, sep, ...) 
+#define DT_N_S_soc_S_egu_40018000_FOREACH_CHILD_STATUS_OKAY(fn) 
+#define DT_N_S_soc_S_egu_40018000_FOREACH_CHILD_STATUS_OKAY_SEP(fn, sep) 
+#define DT_N_S_soc_S_egu_40018000_FOREACH_CHILD_STATUS_OKAY_VARGS(fn, ...) 
+#define DT_N_S_soc_S_egu_40018000_FOREACH_CHILD_STATUS_OKAY_SEP_VARGS(fn, sep, ...) 
+
+/* Node's dependency ordinal: */
+#define DT_N_S_soc_S_egu_40018000_ORD 47
+#define DT_N_S_soc_S_egu_40018000_ORD_STR_SORTABLE 00047
+
+/* Ordinals for what this node depends on directly: */
+#define DT_N_S_soc_S_egu_40018000_REQUIRES_ORDS \
+	5, /* /soc */ \
+	6, /* /soc/interrupt-controller@e000e100 */
+
+/* Ordinals for what depends directly on this node: */
+#define DT_N_S_soc_S_egu_40018000_SUPPORTS_ORDS /* nothing */
+
+/* Existence and alternate IDs: */
+#define DT_N_S_soc_S_egu_40018000_EXISTS 1
+#define DT_N_INST_4_nordic_nrf_egu DT_N_S_soc_S_egu_40018000
+#define DT_N_INST_4_nordic_nrf_swi DT_N_S_soc_S_egu_40018000
+#define DT_N_NODELABEL_egu4        DT_N_S_soc_S_egu_40018000
+#define DT_N_NODELABEL_swi4        DT_N_S_soc_S_egu_40018000
+
+/* Macros for properties that are special in the specification: */
+#define DT_N_S_soc_S_egu_40018000_REG_NUM 1
+#define DT_N_S_soc_S_egu_40018000_REG_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_egu_40018000_REG_IDX_0_VAL_ADDRESS 1073840128 /* 0x40018000 */
+#define DT_N_S_soc_S_egu_40018000_REG_IDX_0_VAL_SIZE 4096 /* 0x1000 */
+#define DT_N_S_soc_S_egu_40018000_RANGES_NUM 0
+#define DT_N_S_soc_S_egu_40018000_FOREACH_RANGE(fn) 
+#define DT_N_S_soc_S_egu_40018000_IRQ_NUM 1
+#define DT_N_S_soc_S_egu_40018000_IRQ_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_egu_40018000_IRQ_IDX_0_VAL_irq 24
+#define DT_N_S_soc_S_egu_40018000_IRQ_IDX_0_VAL_irq_EXISTS 1
+#define DT_N_S_soc_S_egu_40018000_IRQ_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_egu_40018000_IRQ_IDX_0_VAL_priority 1
+#define DT_N_S_soc_S_egu_40018000_IRQ_IDX_0_VAL_priority_EXISTS 1
+#define DT_N_S_soc_S_egu_40018000_IRQ_IDX_0_CONTROLLER DT_N_S_soc_S_interrupt_controller_e000e100
+#define DT_N_S_soc_S_egu_40018000_IRQ_LEVEL 1
+#define DT_N_S_soc_S_egu_40018000_COMPAT_MATCHES_nordic_nrf_egu 1
+#define DT_N_S_soc_S_egu_40018000_COMPAT_VENDOR_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_egu_40018000_COMPAT_VENDOR_IDX_0 "Nordic Semiconductor"
+#define DT_N_S_soc_S_egu_40018000_COMPAT_MODEL_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_egu_40018000_COMPAT_MODEL_IDX_0 "nrf-egu"
+#define DT_N_S_soc_S_egu_40018000_COMPAT_MATCHES_nordic_nrf_swi 1
+#define DT_N_S_soc_S_egu_40018000_COMPAT_VENDOR_IDX_1_EXISTS 1
+#define DT_N_S_soc_S_egu_40018000_COMPAT_VENDOR_IDX_1 "Nordic Semiconductor"
+#define DT_N_S_soc_S_egu_40018000_COMPAT_MODEL_IDX_1_EXISTS 1
+#define DT_N_S_soc_S_egu_40018000_COMPAT_MODEL_IDX_1 "nrf-swi"
+#define DT_N_S_soc_S_egu_40018000_STATUS_okay 1
+
+/* Pin control (pinctrl-<i>, pinctrl-names) properties: */
+#define DT_N_S_soc_S_egu_40018000_PINCTRL_NUM 0
+
+/* Generic property macros: */
+#define DT_N_S_soc_S_egu_40018000_P_wakeup_source 0
+#define DT_N_S_soc_S_egu_40018000_P_wakeup_source_EXISTS 1
+#define DT_N_S_soc_S_egu_40018000_P_zephyr_pm_device_runtime_auto 0
+#define DT_N_S_soc_S_egu_40018000_P_zephyr_pm_device_runtime_auto_EXISTS 1
+#define DT_N_S_soc_S_egu_40018000_P_status "okay"
+#define DT_N_S_soc_S_egu_40018000_P_status_STRING_UNQUOTED okay
+#define DT_N_S_soc_S_egu_40018000_P_status_STRING_TOKEN okay
+#define DT_N_S_soc_S_egu_40018000_P_status_STRING_UPPER_TOKEN OKAY
+#define DT_N_S_soc_S_egu_40018000_P_status_IDX_0 "okay"
+#define DT_N_S_soc_S_egu_40018000_P_status_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_egu_40018000_P_status_ENUM_IDX 1
+#define DT_N_S_soc_S_egu_40018000_P_status_ENUM_VAL_okay_EXISTS 1
+#define DT_N_S_soc_S_egu_40018000_P_status_ENUM_TOKEN okay
+#define DT_N_S_soc_S_egu_40018000_P_status_ENUM_UPPER_TOKEN OKAY
+#define DT_N_S_soc_S_egu_40018000_P_status_FOREACH_PROP_ELEM(fn) fn(DT_N_S_soc_S_egu_40018000, status, 0)
+#define DT_N_S_soc_S_egu_40018000_P_status_FOREACH_PROP_ELEM_SEP(fn, sep) fn(DT_N_S_soc_S_egu_40018000, status, 0)
+#define DT_N_S_soc_S_egu_40018000_P_status_FOREACH_PROP_ELEM_VARGS(fn, ...) fn(DT_N_S_soc_S_egu_40018000, status, 0, __VA_ARGS__)
+#define DT_N_S_soc_S_egu_40018000_P_status_FOREACH_PROP_ELEM_SEP_VARGS(fn, sep, ...) fn(DT_N_S_soc_S_egu_40018000, status, 0, __VA_ARGS__)
+#define DT_N_S_soc_S_egu_40018000_P_status_LEN 1
+#define DT_N_S_soc_S_egu_40018000_P_status_EXISTS 1
+#define DT_N_S_soc_S_egu_40018000_P_compatible {"nordic,nrf-egu", "nordic,nrf-swi"}
+#define DT_N_S_soc_S_egu_40018000_P_compatible_IDX_0 "nordic,nrf-egu"
+#define DT_N_S_soc_S_egu_40018000_P_compatible_IDX_0_STRING_UNQUOTED nordic,nrf-egu
+#define DT_N_S_soc_S_egu_40018000_P_compatible_IDX_0_STRING_TOKEN nordic_nrf_egu
+#define DT_N_S_soc_S_egu_40018000_P_compatible_IDX_0_STRING_UPPER_TOKEN NORDIC_NRF_EGU
+#define DT_N_S_soc_S_egu_40018000_P_compatible_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_egu_40018000_P_compatible_IDX_1 "nordic,nrf-swi"
+#define DT_N_S_soc_S_egu_40018000_P_compatible_IDX_1_STRING_UNQUOTED nordic,nrf-swi
+#define DT_N_S_soc_S_egu_40018000_P_compatible_IDX_1_STRING_TOKEN nordic_nrf_swi
+#define DT_N_S_soc_S_egu_40018000_P_compatible_IDX_1_STRING_UPPER_TOKEN NORDIC_NRF_SWI
+#define DT_N_S_soc_S_egu_40018000_P_compatible_IDX_1_EXISTS 1
+#define DT_N_S_soc_S_egu_40018000_P_compatible_FOREACH_PROP_ELEM(fn) fn(DT_N_S_soc_S_egu_40018000, compatible, 0) \
+	fn(DT_N_S_soc_S_egu_40018000, compatible, 1)
+#define DT_N_S_soc_S_egu_40018000_P_compatible_FOREACH_PROP_ELEM_SEP(fn, sep) fn(DT_N_S_soc_S_egu_40018000, compatible, 0) DT_DEBRACKET_INTERNAL sep \
+	fn(DT_N_S_soc_S_egu_40018000, compatible, 1)
+#define DT_N_S_soc_S_egu_40018000_P_compatible_FOREACH_PROP_ELEM_VARGS(fn, ...) fn(DT_N_S_soc_S_egu_40018000, compatible, 0, __VA_ARGS__) \
+	fn(DT_N_S_soc_S_egu_40018000, compatible, 1, __VA_ARGS__)
+#define DT_N_S_soc_S_egu_40018000_P_compatible_FOREACH_PROP_ELEM_SEP_VARGS(fn, sep, ...) fn(DT_N_S_soc_S_egu_40018000, compatible, 0, __VA_ARGS__) DT_DEBRACKET_INTERNAL sep \
+	fn(DT_N_S_soc_S_egu_40018000, compatible, 1, __VA_ARGS__)
+#define DT_N_S_soc_S_egu_40018000_P_compatible_LEN 2
+#define DT_N_S_soc_S_egu_40018000_P_compatible_EXISTS 1
+#define DT_N_S_soc_S_egu_40018000_P_reg {1073840128 /* 0x40018000 */, 4096 /* 0x1000 */}
+#define DT_N_S_soc_S_egu_40018000_P_reg_IDX_0 1073840128
+#define DT_N_S_soc_S_egu_40018000_P_reg_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_egu_40018000_P_reg_IDX_1 4096
+#define DT_N_S_soc_S_egu_40018000_P_reg_IDX_1_EXISTS 1
+#define DT_N_S_soc_S_egu_40018000_P_reg_EXISTS 1
+#define DT_N_S_soc_S_egu_40018000_P_interrupts {24 /* 0x18 */, 1 /* 0x1 */}
+#define DT_N_S_soc_S_egu_40018000_P_interrupts_IDX_0 24
+#define DT_N_S_soc_S_egu_40018000_P_interrupts_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_egu_40018000_P_interrupts_IDX_1 1
+#define DT_N_S_soc_S_egu_40018000_P_interrupts_IDX_1_EXISTS 1
+#define DT_N_S_soc_S_egu_40018000_P_interrupts_EXISTS 1
+#define DT_N_S_soc_S_egu_40018000_P_zephyr_deferred_init 0
+#define DT_N_S_soc_S_egu_40018000_P_zephyr_deferred_init_EXISTS 1
+
+/*
+ * Devicetree node: /soc/egu@40019000
+ *
+ * Node identifier: DT_N_S_soc_S_egu_40019000
+ *
+ * Binding (compatible = nordic,nrf-egu):
+ *   $ZEPHYR_BASE/dts/bindings/arm/nordic,nrf-egu.yaml
+ *
+ * (Descriptions have moved to the Devicetree Bindings Index
+ * in the documentation.)
+ */
+
+/* Node's full path: */
+#define DT_N_S_soc_S_egu_40019000_PATH "/soc/egu@40019000"
+
+/* Node's name with unit-address: */
+#define DT_N_S_soc_S_egu_40019000_FULL_NAME "egu@40019000"
+
+/* Node parent (/soc) identifier: */
+#define DT_N_S_soc_S_egu_40019000_PARENT DT_N_S_soc
+
+/* Node's index in its parent's list of children: */
+#define DT_N_S_soc_S_egu_40019000_CHILD_IDX 33
+
+/* Helper macros for child nodes of this node. */
+#define DT_N_S_soc_S_egu_40019000_CHILD_NUM 0
+#define DT_N_S_soc_S_egu_40019000_CHILD_NUM_STATUS_OKAY 0
+#define DT_N_S_soc_S_egu_40019000_FOREACH_CHILD(fn) 
+#define DT_N_S_soc_S_egu_40019000_FOREACH_CHILD_SEP(fn, sep) 
+#define DT_N_S_soc_S_egu_40019000_FOREACH_CHILD_VARGS(fn, ...) 
+#define DT_N_S_soc_S_egu_40019000_FOREACH_CHILD_SEP_VARGS(fn, sep, ...) 
+#define DT_N_S_soc_S_egu_40019000_FOREACH_CHILD_STATUS_OKAY(fn) 
+#define DT_N_S_soc_S_egu_40019000_FOREACH_CHILD_STATUS_OKAY_SEP(fn, sep) 
+#define DT_N_S_soc_S_egu_40019000_FOREACH_CHILD_STATUS_OKAY_VARGS(fn, ...) 
+#define DT_N_S_soc_S_egu_40019000_FOREACH_CHILD_STATUS_OKAY_SEP_VARGS(fn, sep, ...) 
+
+/* Node's dependency ordinal: */
+#define DT_N_S_soc_S_egu_40019000_ORD 48
+#define DT_N_S_soc_S_egu_40019000_ORD_STR_SORTABLE 00048
+
+/* Ordinals for what this node depends on directly: */
+#define DT_N_S_soc_S_egu_40019000_REQUIRES_ORDS \
+	5, /* /soc */ \
+	6, /* /soc/interrupt-controller@e000e100 */
+
+/* Ordinals for what depends directly on this node: */
+#define DT_N_S_soc_S_egu_40019000_SUPPORTS_ORDS /* nothing */
+
+/* Existence and alternate IDs: */
+#define DT_N_S_soc_S_egu_40019000_EXISTS 1
+#define DT_N_INST_5_nordic_nrf_egu DT_N_S_soc_S_egu_40019000
+#define DT_N_INST_5_nordic_nrf_swi DT_N_S_soc_S_egu_40019000
+#define DT_N_NODELABEL_egu5        DT_N_S_soc_S_egu_40019000
+#define DT_N_NODELABEL_swi5        DT_N_S_soc_S_egu_40019000
+
+/* Macros for properties that are special in the specification: */
+#define DT_N_S_soc_S_egu_40019000_REG_NUM 1
+#define DT_N_S_soc_S_egu_40019000_REG_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_egu_40019000_REG_IDX_0_VAL_ADDRESS 1073844224 /* 0x40019000 */
+#define DT_N_S_soc_S_egu_40019000_REG_IDX_0_VAL_SIZE 4096 /* 0x1000 */
+#define DT_N_S_soc_S_egu_40019000_RANGES_NUM 0
+#define DT_N_S_soc_S_egu_40019000_FOREACH_RANGE(fn) 
+#define DT_N_S_soc_S_egu_40019000_IRQ_NUM 1
+#define DT_N_S_soc_S_egu_40019000_IRQ_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_egu_40019000_IRQ_IDX_0_VAL_irq 25
+#define DT_N_S_soc_S_egu_40019000_IRQ_IDX_0_VAL_irq_EXISTS 1
+#define DT_N_S_soc_S_egu_40019000_IRQ_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_egu_40019000_IRQ_IDX_0_VAL_priority 1
+#define DT_N_S_soc_S_egu_40019000_IRQ_IDX_0_VAL_priority_EXISTS 1
+#define DT_N_S_soc_S_egu_40019000_IRQ_IDX_0_CONTROLLER DT_N_S_soc_S_interrupt_controller_e000e100
+#define DT_N_S_soc_S_egu_40019000_IRQ_LEVEL 1
+#define DT_N_S_soc_S_egu_40019000_COMPAT_MATCHES_nordic_nrf_egu 1
+#define DT_N_S_soc_S_egu_40019000_COMPAT_VENDOR_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_egu_40019000_COMPAT_VENDOR_IDX_0 "Nordic Semiconductor"
+#define DT_N_S_soc_S_egu_40019000_COMPAT_MODEL_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_egu_40019000_COMPAT_MODEL_IDX_0 "nrf-egu"
+#define DT_N_S_soc_S_egu_40019000_COMPAT_MATCHES_nordic_nrf_swi 1
+#define DT_N_S_soc_S_egu_40019000_COMPAT_VENDOR_IDX_1_EXISTS 1
+#define DT_N_S_soc_S_egu_40019000_COMPAT_VENDOR_IDX_1 "Nordic Semiconductor"
+#define DT_N_S_soc_S_egu_40019000_COMPAT_MODEL_IDX_1_EXISTS 1
+#define DT_N_S_soc_S_egu_40019000_COMPAT_MODEL_IDX_1 "nrf-swi"
+#define DT_N_S_soc_S_egu_40019000_STATUS_okay 1
+
+/* Pin control (pinctrl-<i>, pinctrl-names) properties: */
+#define DT_N_S_soc_S_egu_40019000_PINCTRL_NUM 0
+
+/* Generic property macros: */
+#define DT_N_S_soc_S_egu_40019000_P_wakeup_source 0
+#define DT_N_S_soc_S_egu_40019000_P_wakeup_source_EXISTS 1
+#define DT_N_S_soc_S_egu_40019000_P_zephyr_pm_device_runtime_auto 0
+#define DT_N_S_soc_S_egu_40019000_P_zephyr_pm_device_runtime_auto_EXISTS 1
+#define DT_N_S_soc_S_egu_40019000_P_status "okay"
+#define DT_N_S_soc_S_egu_40019000_P_status_STRING_UNQUOTED okay
+#define DT_N_S_soc_S_egu_40019000_P_status_STRING_TOKEN okay
+#define DT_N_S_soc_S_egu_40019000_P_status_STRING_UPPER_TOKEN OKAY
+#define DT_N_S_soc_S_egu_40019000_P_status_IDX_0 "okay"
+#define DT_N_S_soc_S_egu_40019000_P_status_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_egu_40019000_P_status_ENUM_IDX 1
+#define DT_N_S_soc_S_egu_40019000_P_status_ENUM_VAL_okay_EXISTS 1
+#define DT_N_S_soc_S_egu_40019000_P_status_ENUM_TOKEN okay
+#define DT_N_S_soc_S_egu_40019000_P_status_ENUM_UPPER_TOKEN OKAY
+#define DT_N_S_soc_S_egu_40019000_P_status_FOREACH_PROP_ELEM(fn) fn(DT_N_S_soc_S_egu_40019000, status, 0)
+#define DT_N_S_soc_S_egu_40019000_P_status_FOREACH_PROP_ELEM_SEP(fn, sep) fn(DT_N_S_soc_S_egu_40019000, status, 0)
+#define DT_N_S_soc_S_egu_40019000_P_status_FOREACH_PROP_ELEM_VARGS(fn, ...) fn(DT_N_S_soc_S_egu_40019000, status, 0, __VA_ARGS__)
+#define DT_N_S_soc_S_egu_40019000_P_status_FOREACH_PROP_ELEM_SEP_VARGS(fn, sep, ...) fn(DT_N_S_soc_S_egu_40019000, status, 0, __VA_ARGS__)
+#define DT_N_S_soc_S_egu_40019000_P_status_LEN 1
+#define DT_N_S_soc_S_egu_40019000_P_status_EXISTS 1
+#define DT_N_S_soc_S_egu_40019000_P_compatible {"nordic,nrf-egu", "nordic,nrf-swi"}
+#define DT_N_S_soc_S_egu_40019000_P_compatible_IDX_0 "nordic,nrf-egu"
+#define DT_N_S_soc_S_egu_40019000_P_compatible_IDX_0_STRING_UNQUOTED nordic,nrf-egu
+#define DT_N_S_soc_S_egu_40019000_P_compatible_IDX_0_STRING_TOKEN nordic_nrf_egu
+#define DT_N_S_soc_S_egu_40019000_P_compatible_IDX_0_STRING_UPPER_TOKEN NORDIC_NRF_EGU
+#define DT_N_S_soc_S_egu_40019000_P_compatible_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_egu_40019000_P_compatible_IDX_1 "nordic,nrf-swi"
+#define DT_N_S_soc_S_egu_40019000_P_compatible_IDX_1_STRING_UNQUOTED nordic,nrf-swi
+#define DT_N_S_soc_S_egu_40019000_P_compatible_IDX_1_STRING_TOKEN nordic_nrf_swi
+#define DT_N_S_soc_S_egu_40019000_P_compatible_IDX_1_STRING_UPPER_TOKEN NORDIC_NRF_SWI
+#define DT_N_S_soc_S_egu_40019000_P_compatible_IDX_1_EXISTS 1
+#define DT_N_S_soc_S_egu_40019000_P_compatible_FOREACH_PROP_ELEM(fn) fn(DT_N_S_soc_S_egu_40019000, compatible, 0) \
+	fn(DT_N_S_soc_S_egu_40019000, compatible, 1)
+#define DT_N_S_soc_S_egu_40019000_P_compatible_FOREACH_PROP_ELEM_SEP(fn, sep) fn(DT_N_S_soc_S_egu_40019000, compatible, 0) DT_DEBRACKET_INTERNAL sep \
+	fn(DT_N_S_soc_S_egu_40019000, compatible, 1)
+#define DT_N_S_soc_S_egu_40019000_P_compatible_FOREACH_PROP_ELEM_VARGS(fn, ...) fn(DT_N_S_soc_S_egu_40019000, compatible, 0, __VA_ARGS__) \
+	fn(DT_N_S_soc_S_egu_40019000, compatible, 1, __VA_ARGS__)
+#define DT_N_S_soc_S_egu_40019000_P_compatible_FOREACH_PROP_ELEM_SEP_VARGS(fn, sep, ...) fn(DT_N_S_soc_S_egu_40019000, compatible, 0, __VA_ARGS__) DT_DEBRACKET_INTERNAL sep \
+	fn(DT_N_S_soc_S_egu_40019000, compatible, 1, __VA_ARGS__)
+#define DT_N_S_soc_S_egu_40019000_P_compatible_LEN 2
+#define DT_N_S_soc_S_egu_40019000_P_compatible_EXISTS 1
+#define DT_N_S_soc_S_egu_40019000_P_reg {1073844224 /* 0x40019000 */, 4096 /* 0x1000 */}
+#define DT_N_S_soc_S_egu_40019000_P_reg_IDX_0 1073844224
+#define DT_N_S_soc_S_egu_40019000_P_reg_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_egu_40019000_P_reg_IDX_1 4096
+#define DT_N_S_soc_S_egu_40019000_P_reg_IDX_1_EXISTS 1
+#define DT_N_S_soc_S_egu_40019000_P_reg_EXISTS 1
+#define DT_N_S_soc_S_egu_40019000_P_interrupts {25 /* 0x19 */, 1 /* 0x1 */}
+#define DT_N_S_soc_S_egu_40019000_P_interrupts_IDX_0 25
+#define DT_N_S_soc_S_egu_40019000_P_interrupts_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_egu_40019000_P_interrupts_IDX_1 1
+#define DT_N_S_soc_S_egu_40019000_P_interrupts_IDX_1_EXISTS 1
+#define DT_N_S_soc_S_egu_40019000_P_interrupts_EXISTS 1
+#define DT_N_S_soc_S_egu_40019000_P_zephyr_deferred_init 0
+#define DT_N_S_soc_S_egu_40019000_P_zephyr_deferred_init_EXISTS 1
+
+/*
+ * Devicetree node: /soc/ficr@10000000
+ *
+ * Node identifier: DT_N_S_soc_S_ficr_10000000
+ *
+ * Binding (compatible = nordic,nrf-ficr):
+ *   $ZEPHYR_BASE/dts/bindings/misc/nordic,nrf-ficr.yaml
+ *
+ * (Descriptions have moved to the Devicetree Bindings Index
+ * in the documentation.)
+ */
+
+/* Node's full path: */
+#define DT_N_S_soc_S_ficr_10000000_PATH "/soc/ficr@10000000"
+
+/* Node's name with unit-address: */
+#define DT_N_S_soc_S_ficr_10000000_FULL_NAME "ficr@10000000"
+
+/* Node parent (/soc) identifier: */
+#define DT_N_S_soc_S_ficr_10000000_PARENT DT_N_S_soc
+
+/* Node's index in its parent's list of children: */
+#define DT_N_S_soc_S_ficr_10000000_CHILD_IDX 2
+
+/* Helper macros for child nodes of this node. */
+#define DT_N_S_soc_S_ficr_10000000_CHILD_NUM 0
+#define DT_N_S_soc_S_ficr_10000000_CHILD_NUM_STATUS_OKAY 0
+#define DT_N_S_soc_S_ficr_10000000_FOREACH_CHILD(fn) 
+#define DT_N_S_soc_S_ficr_10000000_FOREACH_CHILD_SEP(fn, sep) 
+#define DT_N_S_soc_S_ficr_10000000_FOREACH_CHILD_VARGS(fn, ...) 
+#define DT_N_S_soc_S_ficr_10000000_FOREACH_CHILD_SEP_VARGS(fn, sep, ...) 
+#define DT_N_S_soc_S_ficr_10000000_FOREACH_CHILD_STATUS_OKAY(fn) 
+#define DT_N_S_soc_S_ficr_10000000_FOREACH_CHILD_STATUS_OKAY_SEP(fn, sep) 
+#define DT_N_S_soc_S_ficr_10000000_FOREACH_CHILD_STATUS_OKAY_VARGS(fn, ...) 
+#define DT_N_S_soc_S_ficr_10000000_FOREACH_CHILD_STATUS_OKAY_SEP_VARGS(fn, sep, ...) 
+
+/* Node's dependency ordinal: */
+#define DT_N_S_soc_S_ficr_10000000_ORD 49
+#define DT_N_S_soc_S_ficr_10000000_ORD_STR_SORTABLE 00049
+
+/* Ordinals for what this node depends on directly: */
+#define DT_N_S_soc_S_ficr_10000000_REQUIRES_ORDS \
+	5, /* /soc */
+
+/* Ordinals for what depends directly on this node: */
+#define DT_N_S_soc_S_ficr_10000000_SUPPORTS_ORDS /* nothing */
+
+/* Existence and alternate IDs: */
+#define DT_N_S_soc_S_ficr_10000000_EXISTS 1
+#define DT_N_INST_0_nordic_nrf_ficr DT_N_S_soc_S_ficr_10000000
+#define DT_N_NODELABEL_ficr         DT_N_S_soc_S_ficr_10000000
+
+/* Macros for properties that are special in the specification: */
+#define DT_N_S_soc_S_ficr_10000000_REG_NUM 1
+#define DT_N_S_soc_S_ficr_10000000_REG_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_ficr_10000000_REG_IDX_0_VAL_ADDRESS 268435456 /* 0x10000000 */
+#define DT_N_S_soc_S_ficr_10000000_REG_IDX_0_VAL_SIZE 4096 /* 0x1000 */
+#define DT_N_S_soc_S_ficr_10000000_RANGES_NUM 0
+#define DT_N_S_soc_S_ficr_10000000_FOREACH_RANGE(fn) 
+#define DT_N_S_soc_S_ficr_10000000_IRQ_NUM 0
+#define DT_N_S_soc_S_ficr_10000000_IRQ_LEVEL 0
+#define DT_N_S_soc_S_ficr_10000000_COMPAT_MATCHES_nordic_nrf_ficr 1
+#define DT_N_S_soc_S_ficr_10000000_COMPAT_VENDOR_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_ficr_10000000_COMPAT_VENDOR_IDX_0 "Nordic Semiconductor"
+#define DT_N_S_soc_S_ficr_10000000_COMPAT_MODEL_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_ficr_10000000_COMPAT_MODEL_IDX_0 "nrf-ficr"
+#define DT_N_S_soc_S_ficr_10000000_STATUS_okay 1
+
+/* Pin control (pinctrl-<i>, pinctrl-names) properties: */
+#define DT_N_S_soc_S_ficr_10000000_PINCTRL_NUM 0
+
+/* Generic property macros: */
+#define DT_N_S_soc_S_ficr_10000000_P_wakeup_source 0
+#define DT_N_S_soc_S_ficr_10000000_P_wakeup_source_EXISTS 1
+#define DT_N_S_soc_S_ficr_10000000_P_zephyr_pm_device_runtime_auto 0
+#define DT_N_S_soc_S_ficr_10000000_P_zephyr_pm_device_runtime_auto_EXISTS 1
+#define DT_N_S_soc_S_ficr_10000000_P_status "okay"
+#define DT_N_S_soc_S_ficr_10000000_P_status_STRING_UNQUOTED okay
+#define DT_N_S_soc_S_ficr_10000000_P_status_STRING_TOKEN okay
+#define DT_N_S_soc_S_ficr_10000000_P_status_STRING_UPPER_TOKEN OKAY
+#define DT_N_S_soc_S_ficr_10000000_P_status_IDX_0 "okay"
+#define DT_N_S_soc_S_ficr_10000000_P_status_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_ficr_10000000_P_status_ENUM_IDX 1
+#define DT_N_S_soc_S_ficr_10000000_P_status_ENUM_VAL_okay_EXISTS 1
+#define DT_N_S_soc_S_ficr_10000000_P_status_ENUM_TOKEN okay
+#define DT_N_S_soc_S_ficr_10000000_P_status_ENUM_UPPER_TOKEN OKAY
+#define DT_N_S_soc_S_ficr_10000000_P_status_FOREACH_PROP_ELEM(fn) fn(DT_N_S_soc_S_ficr_10000000, status, 0)
+#define DT_N_S_soc_S_ficr_10000000_P_status_FOREACH_PROP_ELEM_SEP(fn, sep) fn(DT_N_S_soc_S_ficr_10000000, status, 0)
+#define DT_N_S_soc_S_ficr_10000000_P_status_FOREACH_PROP_ELEM_VARGS(fn, ...) fn(DT_N_S_soc_S_ficr_10000000, status, 0, __VA_ARGS__)
+#define DT_N_S_soc_S_ficr_10000000_P_status_FOREACH_PROP_ELEM_SEP_VARGS(fn, sep, ...) fn(DT_N_S_soc_S_ficr_10000000, status, 0, __VA_ARGS__)
+#define DT_N_S_soc_S_ficr_10000000_P_status_LEN 1
+#define DT_N_S_soc_S_ficr_10000000_P_status_EXISTS 1
+#define DT_N_S_soc_S_ficr_10000000_P_compatible {"nordic,nrf-ficr"}
+#define DT_N_S_soc_S_ficr_10000000_P_compatible_IDX_0 "nordic,nrf-ficr"
+#define DT_N_S_soc_S_ficr_10000000_P_compatible_IDX_0_STRING_UNQUOTED nordic,nrf-ficr
+#define DT_N_S_soc_S_ficr_10000000_P_compatible_IDX_0_STRING_TOKEN nordic_nrf_ficr
+#define DT_N_S_soc_S_ficr_10000000_P_compatible_IDX_0_STRING_UPPER_TOKEN NORDIC_NRF_FICR
+#define DT_N_S_soc_S_ficr_10000000_P_compatible_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_ficr_10000000_P_compatible_FOREACH_PROP_ELEM(fn) fn(DT_N_S_soc_S_ficr_10000000, compatible, 0)
+#define DT_N_S_soc_S_ficr_10000000_P_compatible_FOREACH_PROP_ELEM_SEP(fn, sep) fn(DT_N_S_soc_S_ficr_10000000, compatible, 0)
+#define DT_N_S_soc_S_ficr_10000000_P_compatible_FOREACH_PROP_ELEM_VARGS(fn, ...) fn(DT_N_S_soc_S_ficr_10000000, compatible, 0, __VA_ARGS__)
+#define DT_N_S_soc_S_ficr_10000000_P_compatible_FOREACH_PROP_ELEM_SEP_VARGS(fn, sep, ...) fn(DT_N_S_soc_S_ficr_10000000, compatible, 0, __VA_ARGS__)
+#define DT_N_S_soc_S_ficr_10000000_P_compatible_LEN 1
+#define DT_N_S_soc_S_ficr_10000000_P_compatible_EXISTS 1
+#define DT_N_S_soc_S_ficr_10000000_P_reg {268435456 /* 0x10000000 */, 4096 /* 0x1000 */}
+#define DT_N_S_soc_S_ficr_10000000_P_reg_IDX_0 268435456
+#define DT_N_S_soc_S_ficr_10000000_P_reg_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_ficr_10000000_P_reg_IDX_1 4096
+#define DT_N_S_soc_S_ficr_10000000_P_reg_IDX_1_EXISTS 1
+#define DT_N_S_soc_S_ficr_10000000_P_reg_EXISTS 1
+#define DT_N_S_soc_S_ficr_10000000_P_zephyr_deferred_init 0
+#define DT_N_S_soc_S_ficr_10000000_P_zephyr_deferred_init_EXISTS 1
+
+/*
+ * Devicetree node: /soc/i2c@40004000
+ *
+ * Node identifier: DT_N_S_soc_S_i2c_40004000
+ *
+ * Binding (compatible = nordic,nrf-twim):
+ *   $ZEPHYR_BASE/dts/bindings/i2c/nordic,nrf-twim.yaml
+ *
+ * (Descriptions have moved to the Devicetree Bindings Index
+ * in the documentation.)
+ */
+
+/* Node's full path: */
+#define DT_N_S_soc_S_i2c_40004000_PATH "/soc/i2c@40004000"
+
+/* Node's name with unit-address: */
+#define DT_N_S_soc_S_i2c_40004000_FULL_NAME "i2c@40004000"
+
+/* Node parent (/soc) identifier: */
+#define DT_N_S_soc_S_i2c_40004000_PARENT DT_N_S_soc
+
+/* Node's index in its parent's list of children: */
+#define DT_N_S_soc_S_i2c_40004000_CHILD_IDX 11
+
+/* Helper macros for child nodes of this node. */
+#define DT_N_S_soc_S_i2c_40004000_CHILD_NUM 0
+#define DT_N_S_soc_S_i2c_40004000_CHILD_NUM_STATUS_OKAY 0
+#define DT_N_S_soc_S_i2c_40004000_FOREACH_CHILD(fn) 
+#define DT_N_S_soc_S_i2c_40004000_FOREACH_CHILD_SEP(fn, sep) 
+#define DT_N_S_soc_S_i2c_40004000_FOREACH_CHILD_VARGS(fn, ...) 
+#define DT_N_S_soc_S_i2c_40004000_FOREACH_CHILD_SEP_VARGS(fn, sep, ...) 
+#define DT_N_S_soc_S_i2c_40004000_FOREACH_CHILD_STATUS_OKAY(fn) 
+#define DT_N_S_soc_S_i2c_40004000_FOREACH_CHILD_STATUS_OKAY_SEP(fn, sep) 
+#define DT_N_S_soc_S_i2c_40004000_FOREACH_CHILD_STATUS_OKAY_VARGS(fn, ...) 
+#define DT_N_S_soc_S_i2c_40004000_FOREACH_CHILD_STATUS_OKAY_SEP_VARGS(fn, sep, ...) 
+
+/* Node's dependency ordinal: */
+#define DT_N_S_soc_S_i2c_40004000_ORD 50
+#define DT_N_S_soc_S_i2c_40004000_ORD_STR_SORTABLE 00050
+
+/* Ordinals for what this node depends on directly: */
+#define DT_N_S_soc_S_i2c_40004000_REQUIRES_ORDS \
+	5, /* /soc */ \
+	6, /* /soc/interrupt-controller@e000e100 */
+
+/* Ordinals for what depends directly on this node: */
+#define DT_N_S_soc_S_i2c_40004000_SUPPORTS_ORDS /* nothing */
+
+/* Existence and alternate IDs: */
+#define DT_N_S_soc_S_i2c_40004000_EXISTS 1
+#define DT_N_INST_1_nordic_nrf_twim DT_N_S_soc_S_i2c_40004000
+#define DT_N_NODELABEL_i2c1         DT_N_S_soc_S_i2c_40004000
+
+/* Macros for properties that are special in the specification: */
+#define DT_N_S_soc_S_i2c_40004000_REG_NUM 1
+#define DT_N_S_soc_S_i2c_40004000_REG_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_i2c_40004000_REG_IDX_0_VAL_ADDRESS 1073758208 /* 0x40004000 */
+#define DT_N_S_soc_S_i2c_40004000_REG_IDX_0_VAL_SIZE 4096 /* 0x1000 */
+#define DT_N_S_soc_S_i2c_40004000_RANGES_NUM 0
+#define DT_N_S_soc_S_i2c_40004000_FOREACH_RANGE(fn) 
+#define DT_N_S_soc_S_i2c_40004000_IRQ_NUM 1
+#define DT_N_S_soc_S_i2c_40004000_IRQ_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_i2c_40004000_IRQ_IDX_0_VAL_irq 4
+#define DT_N_S_soc_S_i2c_40004000_IRQ_IDX_0_VAL_irq_EXISTS 1
+#define DT_N_S_soc_S_i2c_40004000_IRQ_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_i2c_40004000_IRQ_IDX_0_VAL_priority 1
+#define DT_N_S_soc_S_i2c_40004000_IRQ_IDX_0_VAL_priority_EXISTS 1
+#define DT_N_S_soc_S_i2c_40004000_IRQ_IDX_0_CONTROLLER DT_N_S_soc_S_interrupt_controller_e000e100
+#define DT_N_S_soc_S_i2c_40004000_IRQ_LEVEL 1
+#define DT_N_S_soc_S_i2c_40004000_COMPAT_MATCHES_nordic_nrf_twim 1
+#define DT_N_S_soc_S_i2c_40004000_COMPAT_VENDOR_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_i2c_40004000_COMPAT_VENDOR_IDX_0 "Nordic Semiconductor"
+#define DT_N_S_soc_S_i2c_40004000_COMPAT_MODEL_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_i2c_40004000_COMPAT_MODEL_IDX_0 "nrf-twim"
+#define DT_N_S_soc_S_i2c_40004000_STATUS_disabled 1
+
+/* Pin control (pinctrl-<i>, pinctrl-names) properties: */
+#define DT_N_S_soc_S_i2c_40004000_PINCTRL_NUM 0
+
+/* Generic property macros: */
+#define DT_N_S_soc_S_i2c_40004000_P_wakeup_source 0
+#define DT_N_S_soc_S_i2c_40004000_P_wakeup_source_EXISTS 1
+#define DT_N_S_soc_S_i2c_40004000_P_zephyr_pm_device_runtime_auto 0
+#define DT_N_S_soc_S_i2c_40004000_P_zephyr_pm_device_runtime_auto_EXISTS 1
+#define DT_N_S_soc_S_i2c_40004000_P_status "disabled"
+#define DT_N_S_soc_S_i2c_40004000_P_status_STRING_UNQUOTED disabled
+#define DT_N_S_soc_S_i2c_40004000_P_status_STRING_TOKEN disabled
+#define DT_N_S_soc_S_i2c_40004000_P_status_STRING_UPPER_TOKEN DISABLED
+#define DT_N_S_soc_S_i2c_40004000_P_status_IDX_0 "disabled"
+#define DT_N_S_soc_S_i2c_40004000_P_status_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_i2c_40004000_P_status_ENUM_IDX 2
+#define DT_N_S_soc_S_i2c_40004000_P_status_ENUM_VAL_disabled_EXISTS 1
+#define DT_N_S_soc_S_i2c_40004000_P_status_ENUM_TOKEN disabled
+#define DT_N_S_soc_S_i2c_40004000_P_status_ENUM_UPPER_TOKEN DISABLED
+#define DT_N_S_soc_S_i2c_40004000_P_status_FOREACH_PROP_ELEM(fn) fn(DT_N_S_soc_S_i2c_40004000, status, 0)
+#define DT_N_S_soc_S_i2c_40004000_P_status_FOREACH_PROP_ELEM_SEP(fn, sep) fn(DT_N_S_soc_S_i2c_40004000, status, 0)
+#define DT_N_S_soc_S_i2c_40004000_P_status_FOREACH_PROP_ELEM_VARGS(fn, ...) fn(DT_N_S_soc_S_i2c_40004000, status, 0, __VA_ARGS__)
+#define DT_N_S_soc_S_i2c_40004000_P_status_FOREACH_PROP_ELEM_SEP_VARGS(fn, sep, ...) fn(DT_N_S_soc_S_i2c_40004000, status, 0, __VA_ARGS__)
+#define DT_N_S_soc_S_i2c_40004000_P_status_LEN 1
+#define DT_N_S_soc_S_i2c_40004000_P_status_EXISTS 1
+#define DT_N_S_soc_S_i2c_40004000_P_compatible {"nordic,nrf-twim"}
+#define DT_N_S_soc_S_i2c_40004000_P_compatible_IDX_0 "nordic,nrf-twim"
+#define DT_N_S_soc_S_i2c_40004000_P_compatible_IDX_0_STRING_UNQUOTED nordic,nrf-twim
+#define DT_N_S_soc_S_i2c_40004000_P_compatible_IDX_0_STRING_TOKEN nordic_nrf_twim
+#define DT_N_S_soc_S_i2c_40004000_P_compatible_IDX_0_STRING_UPPER_TOKEN NORDIC_NRF_TWIM
+#define DT_N_S_soc_S_i2c_40004000_P_compatible_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_i2c_40004000_P_compatible_FOREACH_PROP_ELEM(fn) fn(DT_N_S_soc_S_i2c_40004000, compatible, 0)
+#define DT_N_S_soc_S_i2c_40004000_P_compatible_FOREACH_PROP_ELEM_SEP(fn, sep) fn(DT_N_S_soc_S_i2c_40004000, compatible, 0)
+#define DT_N_S_soc_S_i2c_40004000_P_compatible_FOREACH_PROP_ELEM_VARGS(fn, ...) fn(DT_N_S_soc_S_i2c_40004000, compatible, 0, __VA_ARGS__)
+#define DT_N_S_soc_S_i2c_40004000_P_compatible_FOREACH_PROP_ELEM_SEP_VARGS(fn, sep, ...) fn(DT_N_S_soc_S_i2c_40004000, compatible, 0, __VA_ARGS__)
+#define DT_N_S_soc_S_i2c_40004000_P_compatible_LEN 1
+#define DT_N_S_soc_S_i2c_40004000_P_compatible_EXISTS 1
+#define DT_N_S_soc_S_i2c_40004000_P_reg {1073758208 /* 0x40004000 */, 4096 /* 0x1000 */}
+#define DT_N_S_soc_S_i2c_40004000_P_reg_IDX_0 1073758208
+#define DT_N_S_soc_S_i2c_40004000_P_reg_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_i2c_40004000_P_reg_IDX_1 4096
+#define DT_N_S_soc_S_i2c_40004000_P_reg_IDX_1_EXISTS 1
+#define DT_N_S_soc_S_i2c_40004000_P_reg_EXISTS 1
+#define DT_N_S_soc_S_i2c_40004000_P_interrupts {4 /* 0x4 */, 1 /* 0x1 */}
+#define DT_N_S_soc_S_i2c_40004000_P_interrupts_IDX_0 4
+#define DT_N_S_soc_S_i2c_40004000_P_interrupts_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_i2c_40004000_P_interrupts_IDX_1 1
+#define DT_N_S_soc_S_i2c_40004000_P_interrupts_IDX_1_EXISTS 1
+#define DT_N_S_soc_S_i2c_40004000_P_interrupts_EXISTS 1
+#define DT_N_S_soc_S_i2c_40004000_P_zephyr_deferred_init 0
+#define DT_N_S_soc_S_i2c_40004000_P_zephyr_deferred_init_EXISTS 1
+#define DT_N_S_soc_S_i2c_40004000_P_clock_frequency 100000
+#define DT_N_S_soc_S_i2c_40004000_P_clock_frequency_EXISTS 1
+#define DT_N_S_soc_S_i2c_40004000_P_sq_size 4
+#define DT_N_S_soc_S_i2c_40004000_P_sq_size_EXISTS 1
+#define DT_N_S_soc_S_i2c_40004000_P_cq_size 4
+#define DT_N_S_soc_S_i2c_40004000_P_cq_size_EXISTS 1
+#define DT_N_S_soc_S_i2c_40004000_P_easydma_maxcnt_bits 16
+#define DT_N_S_soc_S_i2c_40004000_P_easydma_maxcnt_bits_EXISTS 1
+#define DT_N_S_soc_S_i2c_40004000_P_zephyr_concat_buf_size 16
+#define DT_N_S_soc_S_i2c_40004000_P_zephyr_concat_buf_size_EXISTS 1
+#define DT_N_S_soc_S_i2c_40004000_P_zephyr_flash_buf_max_size 16
+#define DT_N_S_soc_S_i2c_40004000_P_zephyr_flash_buf_max_size_EXISTS 1
+
+/*
+ * Devicetree node: /soc/i2s@40025000
+ *
+ * Node identifier: DT_N_S_soc_S_i2s_40025000
+ *
+ * Binding (compatible = nordic,nrf-i2s):
+ *   $ZEPHYR_BASE/dts/bindings/i2s/nordic,nrf-i2s.yaml
+ *
+ * (Descriptions have moved to the Devicetree Bindings Index
+ * in the documentation.)
+ */
+
+/* Node's full path: */
+#define DT_N_S_soc_S_i2s_40025000_PATH "/soc/i2s@40025000"
+
+/* Node's name with unit-address: */
+#define DT_N_S_soc_S_i2s_40025000_FULL_NAME "i2s@40025000"
+
+/* Node parent (/soc) identifier: */
+#define DT_N_S_soc_S_i2s_40025000_PARENT DT_N_S_soc
+
+/* Node's index in its parent's list of children: */
+#define DT_N_S_soc_S_i2s_40025000_CHILD_IDX 46
+
+/* Helper macros for child nodes of this node. */
+#define DT_N_S_soc_S_i2s_40025000_CHILD_NUM 0
+#define DT_N_S_soc_S_i2s_40025000_CHILD_NUM_STATUS_OKAY 0
+#define DT_N_S_soc_S_i2s_40025000_FOREACH_CHILD(fn) 
+#define DT_N_S_soc_S_i2s_40025000_FOREACH_CHILD_SEP(fn, sep) 
+#define DT_N_S_soc_S_i2s_40025000_FOREACH_CHILD_VARGS(fn, ...) 
+#define DT_N_S_soc_S_i2s_40025000_FOREACH_CHILD_SEP_VARGS(fn, sep, ...) 
+#define DT_N_S_soc_S_i2s_40025000_FOREACH_CHILD_STATUS_OKAY(fn) 
+#define DT_N_S_soc_S_i2s_40025000_FOREACH_CHILD_STATUS_OKAY_SEP(fn, sep) 
+#define DT_N_S_soc_S_i2s_40025000_FOREACH_CHILD_STATUS_OKAY_VARGS(fn, ...) 
+#define DT_N_S_soc_S_i2s_40025000_FOREACH_CHILD_STATUS_OKAY_SEP_VARGS(fn, sep, ...) 
+
+/* Node's dependency ordinal: */
+#define DT_N_S_soc_S_i2s_40025000_ORD 51
+#define DT_N_S_soc_S_i2s_40025000_ORD_STR_SORTABLE 00051
+
+/* Ordinals for what this node depends on directly: */
+#define DT_N_S_soc_S_i2s_40025000_REQUIRES_ORDS \
+	5, /* /soc */ \
+	6, /* /soc/interrupt-controller@e000e100 */
+
+/* Ordinals for what depends directly on this node: */
+#define DT_N_S_soc_S_i2s_40025000_SUPPORTS_ORDS /* nothing */
+
+/* Existence and alternate IDs: */
+#define DT_N_S_soc_S_i2s_40025000_EXISTS 1
+#define DT_N_INST_0_nordic_nrf_i2s DT_N_S_soc_S_i2s_40025000
+#define DT_N_NODELABEL_i2s0        DT_N_S_soc_S_i2s_40025000
+
+/* Macros for properties that are special in the specification: */
+#define DT_N_S_soc_S_i2s_40025000_REG_NUM 1
+#define DT_N_S_soc_S_i2s_40025000_REG_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_i2s_40025000_REG_IDX_0_VAL_ADDRESS 1073893376 /* 0x40025000 */
+#define DT_N_S_soc_S_i2s_40025000_REG_IDX_0_VAL_SIZE 4096 /* 0x1000 */
+#define DT_N_S_soc_S_i2s_40025000_RANGES_NUM 0
+#define DT_N_S_soc_S_i2s_40025000_FOREACH_RANGE(fn) 
+#define DT_N_S_soc_S_i2s_40025000_IRQ_NUM 1
+#define DT_N_S_soc_S_i2s_40025000_IRQ_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_i2s_40025000_IRQ_IDX_0_VAL_irq 37
+#define DT_N_S_soc_S_i2s_40025000_IRQ_IDX_0_VAL_irq_EXISTS 1
+#define DT_N_S_soc_S_i2s_40025000_IRQ_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_i2s_40025000_IRQ_IDX_0_VAL_priority 1
+#define DT_N_S_soc_S_i2s_40025000_IRQ_IDX_0_VAL_priority_EXISTS 1
+#define DT_N_S_soc_S_i2s_40025000_IRQ_IDX_0_CONTROLLER DT_N_S_soc_S_interrupt_controller_e000e100
+#define DT_N_S_soc_S_i2s_40025000_IRQ_LEVEL 1
+#define DT_N_S_soc_S_i2s_40025000_COMPAT_MATCHES_nordic_nrf_i2s 1
+#define DT_N_S_soc_S_i2s_40025000_COMPAT_VENDOR_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_i2s_40025000_COMPAT_VENDOR_IDX_0 "Nordic Semiconductor"
+#define DT_N_S_soc_S_i2s_40025000_COMPAT_MODEL_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_i2s_40025000_COMPAT_MODEL_IDX_0 "nrf-i2s"
+#define DT_N_S_soc_S_i2s_40025000_STATUS_disabled 1
+
+/* Pin control (pinctrl-<i>, pinctrl-names) properties: */
+#define DT_N_S_soc_S_i2s_40025000_PINCTRL_NUM 0
+
+/* Generic property macros: */
+#define DT_N_S_soc_S_i2s_40025000_P_wakeup_source 0
+#define DT_N_S_soc_S_i2s_40025000_P_wakeup_source_EXISTS 1
+#define DT_N_S_soc_S_i2s_40025000_P_zephyr_pm_device_runtime_auto 0
+#define DT_N_S_soc_S_i2s_40025000_P_zephyr_pm_device_runtime_auto_EXISTS 1
+#define DT_N_S_soc_S_i2s_40025000_P_status "disabled"
+#define DT_N_S_soc_S_i2s_40025000_P_status_STRING_UNQUOTED disabled
+#define DT_N_S_soc_S_i2s_40025000_P_status_STRING_TOKEN disabled
+#define DT_N_S_soc_S_i2s_40025000_P_status_STRING_UPPER_TOKEN DISABLED
+#define DT_N_S_soc_S_i2s_40025000_P_status_IDX_0 "disabled"
+#define DT_N_S_soc_S_i2s_40025000_P_status_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_i2s_40025000_P_status_ENUM_IDX 2
+#define DT_N_S_soc_S_i2s_40025000_P_status_ENUM_VAL_disabled_EXISTS 1
+#define DT_N_S_soc_S_i2s_40025000_P_status_ENUM_TOKEN disabled
+#define DT_N_S_soc_S_i2s_40025000_P_status_ENUM_UPPER_TOKEN DISABLED
+#define DT_N_S_soc_S_i2s_40025000_P_status_FOREACH_PROP_ELEM(fn) fn(DT_N_S_soc_S_i2s_40025000, status, 0)
+#define DT_N_S_soc_S_i2s_40025000_P_status_FOREACH_PROP_ELEM_SEP(fn, sep) fn(DT_N_S_soc_S_i2s_40025000, status, 0)
+#define DT_N_S_soc_S_i2s_40025000_P_status_FOREACH_PROP_ELEM_VARGS(fn, ...) fn(DT_N_S_soc_S_i2s_40025000, status, 0, __VA_ARGS__)
+#define DT_N_S_soc_S_i2s_40025000_P_status_FOREACH_PROP_ELEM_SEP_VARGS(fn, sep, ...) fn(DT_N_S_soc_S_i2s_40025000, status, 0, __VA_ARGS__)
+#define DT_N_S_soc_S_i2s_40025000_P_status_LEN 1
+#define DT_N_S_soc_S_i2s_40025000_P_status_EXISTS 1
+#define DT_N_S_soc_S_i2s_40025000_P_compatible {"nordic,nrf-i2s"}
+#define DT_N_S_soc_S_i2s_40025000_P_compatible_IDX_0 "nordic,nrf-i2s"
+#define DT_N_S_soc_S_i2s_40025000_P_compatible_IDX_0_STRING_UNQUOTED nordic,nrf-i2s
+#define DT_N_S_soc_S_i2s_40025000_P_compatible_IDX_0_STRING_TOKEN nordic_nrf_i2s
+#define DT_N_S_soc_S_i2s_40025000_P_compatible_IDX_0_STRING_UPPER_TOKEN NORDIC_NRF_I2S
+#define DT_N_S_soc_S_i2s_40025000_P_compatible_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_i2s_40025000_P_compatible_FOREACH_PROP_ELEM(fn) fn(DT_N_S_soc_S_i2s_40025000, compatible, 0)
+#define DT_N_S_soc_S_i2s_40025000_P_compatible_FOREACH_PROP_ELEM_SEP(fn, sep) fn(DT_N_S_soc_S_i2s_40025000, compatible, 0)
+#define DT_N_S_soc_S_i2s_40025000_P_compatible_FOREACH_PROP_ELEM_VARGS(fn, ...) fn(DT_N_S_soc_S_i2s_40025000, compatible, 0, __VA_ARGS__)
+#define DT_N_S_soc_S_i2s_40025000_P_compatible_FOREACH_PROP_ELEM_SEP_VARGS(fn, sep, ...) fn(DT_N_S_soc_S_i2s_40025000, compatible, 0, __VA_ARGS__)
+#define DT_N_S_soc_S_i2s_40025000_P_compatible_LEN 1
+#define DT_N_S_soc_S_i2s_40025000_P_compatible_EXISTS 1
+#define DT_N_S_soc_S_i2s_40025000_P_reg {1073893376 /* 0x40025000 */, 4096 /* 0x1000 */}
+#define DT_N_S_soc_S_i2s_40025000_P_reg_IDX_0 1073893376
+#define DT_N_S_soc_S_i2s_40025000_P_reg_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_i2s_40025000_P_reg_IDX_1 4096
+#define DT_N_S_soc_S_i2s_40025000_P_reg_IDX_1_EXISTS 1
+#define DT_N_S_soc_S_i2s_40025000_P_reg_EXISTS 1
+#define DT_N_S_soc_S_i2s_40025000_P_interrupts {37 /* 0x25 */, 1 /* 0x1 */}
+#define DT_N_S_soc_S_i2s_40025000_P_interrupts_IDX_0 37
+#define DT_N_S_soc_S_i2s_40025000_P_interrupts_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_i2s_40025000_P_interrupts_IDX_1 1
+#define DT_N_S_soc_S_i2s_40025000_P_interrupts_IDX_1_EXISTS 1
+#define DT_N_S_soc_S_i2s_40025000_P_interrupts_EXISTS 1
+#define DT_N_S_soc_S_i2s_40025000_P_zephyr_deferred_init 0
+#define DT_N_S_soc_S_i2s_40025000_P_zephyr_deferred_init_EXISTS 1
+#define DT_N_S_soc_S_i2s_40025000_P_clock_source "PCLK32M_HFXO"
+#define DT_N_S_soc_S_i2s_40025000_P_clock_source_STRING_UNQUOTED PCLK32M_HFXO
+#define DT_N_S_soc_S_i2s_40025000_P_clock_source_STRING_TOKEN PCLK32M_HFXO
+#define DT_N_S_soc_S_i2s_40025000_P_clock_source_STRING_UPPER_TOKEN PCLK32M_HFXO
+#define DT_N_S_soc_S_i2s_40025000_P_clock_source_IDX_0 "PCLK32M_HFXO"
+#define DT_N_S_soc_S_i2s_40025000_P_clock_source_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_i2s_40025000_P_clock_source_ENUM_IDX 1
+#define DT_N_S_soc_S_i2s_40025000_P_clock_source_ENUM_VAL_PCLK32M_HFXO_EXISTS 1
+#define DT_N_S_soc_S_i2s_40025000_P_clock_source_ENUM_TOKEN PCLK32M_HFXO
+#define DT_N_S_soc_S_i2s_40025000_P_clock_source_ENUM_UPPER_TOKEN PCLK32M_HFXO
+#define DT_N_S_soc_S_i2s_40025000_P_clock_source_FOREACH_PROP_ELEM(fn) fn(DT_N_S_soc_S_i2s_40025000, clock_source, 0)
+#define DT_N_S_soc_S_i2s_40025000_P_clock_source_FOREACH_PROP_ELEM_SEP(fn, sep) fn(DT_N_S_soc_S_i2s_40025000, clock_source, 0)
+#define DT_N_S_soc_S_i2s_40025000_P_clock_source_FOREACH_PROP_ELEM_VARGS(fn, ...) fn(DT_N_S_soc_S_i2s_40025000, clock_source, 0, __VA_ARGS__)
+#define DT_N_S_soc_S_i2s_40025000_P_clock_source_FOREACH_PROP_ELEM_SEP_VARGS(fn, sep, ...) fn(DT_N_S_soc_S_i2s_40025000, clock_source, 0, __VA_ARGS__)
+#define DT_N_S_soc_S_i2s_40025000_P_clock_source_LEN 1
+#define DT_N_S_soc_S_i2s_40025000_P_clock_source_EXISTS 1
+
+/*
+ * Devicetree node: /soc/memory@20000000
+ *
+ * Node identifier: DT_N_S_soc_S_memory_20000000
+ *
+ * Binding (compatible = mmio-sram):
+ *   $ZEPHYR_BASE/dts/bindings/sram/mmio-sram.yaml
+ *
+ * (Descriptions have moved to the Devicetree Bindings Index
+ * in the documentation.)
+ */
+
+/* Node's full path: */
+#define DT_N_S_soc_S_memory_20000000_PATH "/soc/memory@20000000"
+
+/* Node's name with unit-address: */
+#define DT_N_S_soc_S_memory_20000000_FULL_NAME "memory@20000000"
+
+/* Node parent (/soc) identifier: */
+#define DT_N_S_soc_S_memory_20000000_PARENT DT_N_S_soc
+
+/* Node's index in its parent's list of children: */
+#define DT_N_S_soc_S_memory_20000000_CHILD_IDX 4
+
+/* Helper macros for child nodes of this node. */
+#define DT_N_S_soc_S_memory_20000000_CHILD_NUM 0
+#define DT_N_S_soc_S_memory_20000000_CHILD_NUM_STATUS_OKAY 0
+#define DT_N_S_soc_S_memory_20000000_FOREACH_CHILD(fn) 
+#define DT_N_S_soc_S_memory_20000000_FOREACH_CHILD_SEP(fn, sep) 
+#define DT_N_S_soc_S_memory_20000000_FOREACH_CHILD_VARGS(fn, ...) 
+#define DT_N_S_soc_S_memory_20000000_FOREACH_CHILD_SEP_VARGS(fn, sep, ...) 
+#define DT_N_S_soc_S_memory_20000000_FOREACH_CHILD_STATUS_OKAY(fn) 
+#define DT_N_S_soc_S_memory_20000000_FOREACH_CHILD_STATUS_OKAY_SEP(fn, sep) 
+#define DT_N_S_soc_S_memory_20000000_FOREACH_CHILD_STATUS_OKAY_VARGS(fn, ...) 
+#define DT_N_S_soc_S_memory_20000000_FOREACH_CHILD_STATUS_OKAY_SEP_VARGS(fn, sep, ...) 
+
+/* Node's dependency ordinal: */
+#define DT_N_S_soc_S_memory_20000000_ORD 52
+#define DT_N_S_soc_S_memory_20000000_ORD_STR_SORTABLE 00052
+
+/* Ordinals for what this node depends on directly: */
+#define DT_N_S_soc_S_memory_20000000_REQUIRES_ORDS \
+	5, /* /soc */
+
+/* Ordinals for what depends directly on this node: */
+#define DT_N_S_soc_S_memory_20000000_SUPPORTS_ORDS /* nothing */
+
+/* Existence and alternate IDs: */
+#define DT_N_S_soc_S_memory_20000000_EXISTS 1
+#define DT_N_INST_0_mmio_sram DT_N_S_soc_S_memory_20000000
+#define DT_N_NODELABEL_sram0  DT_N_S_soc_S_memory_20000000
+
+/* Macros for properties that are special in the specification: */
+#define DT_N_S_soc_S_memory_20000000_REG_NUM 1
+#define DT_N_S_soc_S_memory_20000000_REG_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_memory_20000000_REG_IDX_0_VAL_ADDRESS 536870912 /* 0x20000000 */
+#define DT_N_S_soc_S_memory_20000000_REG_IDX_0_VAL_SIZE 131072 /* 0x20000 */
+#define DT_N_S_soc_S_memory_20000000_RANGES_NUM 0
+#define DT_N_S_soc_S_memory_20000000_FOREACH_RANGE(fn) 
+#define DT_N_S_soc_S_memory_20000000_IRQ_NUM 0
+#define DT_N_S_soc_S_memory_20000000_IRQ_LEVEL 0
+#define DT_N_S_soc_S_memory_20000000_COMPAT_MATCHES_mmio_sram 1
+#define DT_N_S_soc_S_memory_20000000_STATUS_okay 1
+
+/* Pin control (pinctrl-<i>, pinctrl-names) properties: */
+#define DT_N_S_soc_S_memory_20000000_PINCTRL_NUM 0
+
+/* Generic property macros: */
+#define DT_N_S_soc_S_memory_20000000_P_wakeup_source 0
+#define DT_N_S_soc_S_memory_20000000_P_wakeup_source_EXISTS 1
+#define DT_N_S_soc_S_memory_20000000_P_zephyr_pm_device_runtime_auto 0
+#define DT_N_S_soc_S_memory_20000000_P_zephyr_pm_device_runtime_auto_EXISTS 1
+#define DT_N_S_soc_S_memory_20000000_P_compatible {"mmio-sram"}
+#define DT_N_S_soc_S_memory_20000000_P_compatible_IDX_0 "mmio-sram"
+#define DT_N_S_soc_S_memory_20000000_P_compatible_IDX_0_STRING_UNQUOTED mmio-sram
+#define DT_N_S_soc_S_memory_20000000_P_compatible_IDX_0_STRING_TOKEN mmio_sram
+#define DT_N_S_soc_S_memory_20000000_P_compatible_IDX_0_STRING_UPPER_TOKEN MMIO_SRAM
+#define DT_N_S_soc_S_memory_20000000_P_compatible_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_memory_20000000_P_compatible_FOREACH_PROP_ELEM(fn) fn(DT_N_S_soc_S_memory_20000000, compatible, 0)
+#define DT_N_S_soc_S_memory_20000000_P_compatible_FOREACH_PROP_ELEM_SEP(fn, sep) fn(DT_N_S_soc_S_memory_20000000, compatible, 0)
+#define DT_N_S_soc_S_memory_20000000_P_compatible_FOREACH_PROP_ELEM_VARGS(fn, ...) fn(DT_N_S_soc_S_memory_20000000, compatible, 0, __VA_ARGS__)
+#define DT_N_S_soc_S_memory_20000000_P_compatible_FOREACH_PROP_ELEM_SEP_VARGS(fn, sep, ...) fn(DT_N_S_soc_S_memory_20000000, compatible, 0, __VA_ARGS__)
+#define DT_N_S_soc_S_memory_20000000_P_compatible_LEN 1
+#define DT_N_S_soc_S_memory_20000000_P_compatible_EXISTS 1
+#define DT_N_S_soc_S_memory_20000000_P_reg {536870912 /* 0x20000000 */, 131072 /* 0x20000 */}
+#define DT_N_S_soc_S_memory_20000000_P_reg_IDX_0 536870912
+#define DT_N_S_soc_S_memory_20000000_P_reg_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_memory_20000000_P_reg_IDX_1 131072
+#define DT_N_S_soc_S_memory_20000000_P_reg_IDX_1_EXISTS 1
+#define DT_N_S_soc_S_memory_20000000_P_reg_EXISTS 1
+#define DT_N_S_soc_S_memory_20000000_P_zephyr_deferred_init 0
+#define DT_N_S_soc_S_memory_20000000_P_zephyr_deferred_init_EXISTS 1
+
+/*
+ * Devicetree node: /soc/mwu@40020000
+ *
+ * Node identifier: DT_N_S_soc_S_mwu_40020000
+ *
+ * Binding (compatible = nordic,nrf-mwu):
+ *   $ZEPHYR_BASE/dts/bindings/arm/nordic,nrf-mwu.yaml
+ *
+ * (Descriptions have moved to the Devicetree Bindings Index
+ * in the documentation.)
+ */
+
+/* Node's full path: */
+#define DT_N_S_soc_S_mwu_40020000_PATH "/soc/mwu@40020000"
+
+/* Node's name with unit-address: */
+#define DT_N_S_soc_S_mwu_40020000_FULL_NAME "mwu@40020000"
+
+/* Node parent (/soc) identifier: */
+#define DT_N_S_soc_S_mwu_40020000_PARENT DT_N_S_soc
+
+/* Node's index in its parent's list of children: */
+#define DT_N_S_soc_S_mwu_40020000_CHILD_IDX 41
+
+/* Helper macros for child nodes of this node. */
+#define DT_N_S_soc_S_mwu_40020000_CHILD_NUM 0
+#define DT_N_S_soc_S_mwu_40020000_CHILD_NUM_STATUS_OKAY 0
+#define DT_N_S_soc_S_mwu_40020000_FOREACH_CHILD(fn) 
+#define DT_N_S_soc_S_mwu_40020000_FOREACH_CHILD_SEP(fn, sep) 
+#define DT_N_S_soc_S_mwu_40020000_FOREACH_CHILD_VARGS(fn, ...) 
+#define DT_N_S_soc_S_mwu_40020000_FOREACH_CHILD_SEP_VARGS(fn, sep, ...) 
+#define DT_N_S_soc_S_mwu_40020000_FOREACH_CHILD_STATUS_OKAY(fn) 
+#define DT_N_S_soc_S_mwu_40020000_FOREACH_CHILD_STATUS_OKAY_SEP(fn, sep) 
+#define DT_N_S_soc_S_mwu_40020000_FOREACH_CHILD_STATUS_OKAY_VARGS(fn, ...) 
+#define DT_N_S_soc_S_mwu_40020000_FOREACH_CHILD_STATUS_OKAY_SEP_VARGS(fn, sep, ...) 
+
+/* Node's dependency ordinal: */
+#define DT_N_S_soc_S_mwu_40020000_ORD 53
+#define DT_N_S_soc_S_mwu_40020000_ORD_STR_SORTABLE 00053
+
+/* Ordinals for what this node depends on directly: */
+#define DT_N_S_soc_S_mwu_40020000_REQUIRES_ORDS \
+	5, /* /soc */
+
+/* Ordinals for what depends directly on this node: */
+#define DT_N_S_soc_S_mwu_40020000_SUPPORTS_ORDS /* nothing */
+
+/* Existence and alternate IDs: */
+#define DT_N_S_soc_S_mwu_40020000_EXISTS 1
+#define DT_N_INST_0_nordic_nrf_mwu DT_N_S_soc_S_mwu_40020000
+#define DT_N_NODELABEL_mwu         DT_N_S_soc_S_mwu_40020000
+
+/* Macros for properties that are special in the specification: */
+#define DT_N_S_soc_S_mwu_40020000_REG_NUM 1
+#define DT_N_S_soc_S_mwu_40020000_REG_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_mwu_40020000_REG_IDX_0_VAL_ADDRESS 1073872896 /* 0x40020000 */
+#define DT_N_S_soc_S_mwu_40020000_REG_IDX_0_VAL_SIZE 4096 /* 0x1000 */
+#define DT_N_S_soc_S_mwu_40020000_RANGES_NUM 0
+#define DT_N_S_soc_S_mwu_40020000_FOREACH_RANGE(fn) 
+#define DT_N_S_soc_S_mwu_40020000_IRQ_NUM 0
+#define DT_N_S_soc_S_mwu_40020000_IRQ_LEVEL 0
+#define DT_N_S_soc_S_mwu_40020000_COMPAT_MATCHES_nordic_nrf_mwu 1
+#define DT_N_S_soc_S_mwu_40020000_COMPAT_VENDOR_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_mwu_40020000_COMPAT_VENDOR_IDX_0 "Nordic Semiconductor"
+#define DT_N_S_soc_S_mwu_40020000_COMPAT_MODEL_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_mwu_40020000_COMPAT_MODEL_IDX_0 "nrf-mwu"
+#define DT_N_S_soc_S_mwu_40020000_STATUS_okay 1
+
+/* Pin control (pinctrl-<i>, pinctrl-names) properties: */
+#define DT_N_S_soc_S_mwu_40020000_PINCTRL_NUM 0
+
+/* Generic property macros: */
+#define DT_N_S_soc_S_mwu_40020000_P_wakeup_source 0
+#define DT_N_S_soc_S_mwu_40020000_P_wakeup_source_EXISTS 1
+#define DT_N_S_soc_S_mwu_40020000_P_zephyr_pm_device_runtime_auto 0
+#define DT_N_S_soc_S_mwu_40020000_P_zephyr_pm_device_runtime_auto_EXISTS 1
+#define DT_N_S_soc_S_mwu_40020000_P_status "okay"
+#define DT_N_S_soc_S_mwu_40020000_P_status_STRING_UNQUOTED okay
+#define DT_N_S_soc_S_mwu_40020000_P_status_STRING_TOKEN okay
+#define DT_N_S_soc_S_mwu_40020000_P_status_STRING_UPPER_TOKEN OKAY
+#define DT_N_S_soc_S_mwu_40020000_P_status_IDX_0 "okay"
+#define DT_N_S_soc_S_mwu_40020000_P_status_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_mwu_40020000_P_status_ENUM_IDX 1
+#define DT_N_S_soc_S_mwu_40020000_P_status_ENUM_VAL_okay_EXISTS 1
+#define DT_N_S_soc_S_mwu_40020000_P_status_ENUM_TOKEN okay
+#define DT_N_S_soc_S_mwu_40020000_P_status_ENUM_UPPER_TOKEN OKAY
+#define DT_N_S_soc_S_mwu_40020000_P_status_FOREACH_PROP_ELEM(fn) fn(DT_N_S_soc_S_mwu_40020000, status, 0)
+#define DT_N_S_soc_S_mwu_40020000_P_status_FOREACH_PROP_ELEM_SEP(fn, sep) fn(DT_N_S_soc_S_mwu_40020000, status, 0)
+#define DT_N_S_soc_S_mwu_40020000_P_status_FOREACH_PROP_ELEM_VARGS(fn, ...) fn(DT_N_S_soc_S_mwu_40020000, status, 0, __VA_ARGS__)
+#define DT_N_S_soc_S_mwu_40020000_P_status_FOREACH_PROP_ELEM_SEP_VARGS(fn, sep, ...) fn(DT_N_S_soc_S_mwu_40020000, status, 0, __VA_ARGS__)
+#define DT_N_S_soc_S_mwu_40020000_P_status_LEN 1
+#define DT_N_S_soc_S_mwu_40020000_P_status_EXISTS 1
+#define DT_N_S_soc_S_mwu_40020000_P_compatible {"nordic,nrf-mwu"}
+#define DT_N_S_soc_S_mwu_40020000_P_compatible_IDX_0 "nordic,nrf-mwu"
+#define DT_N_S_soc_S_mwu_40020000_P_compatible_IDX_0_STRING_UNQUOTED nordic,nrf-mwu
+#define DT_N_S_soc_S_mwu_40020000_P_compatible_IDX_0_STRING_TOKEN nordic_nrf_mwu
+#define DT_N_S_soc_S_mwu_40020000_P_compatible_IDX_0_STRING_UPPER_TOKEN NORDIC_NRF_MWU
+#define DT_N_S_soc_S_mwu_40020000_P_compatible_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_mwu_40020000_P_compatible_FOREACH_PROP_ELEM(fn) fn(DT_N_S_soc_S_mwu_40020000, compatible, 0)
+#define DT_N_S_soc_S_mwu_40020000_P_compatible_FOREACH_PROP_ELEM_SEP(fn, sep) fn(DT_N_S_soc_S_mwu_40020000, compatible, 0)
+#define DT_N_S_soc_S_mwu_40020000_P_compatible_FOREACH_PROP_ELEM_VARGS(fn, ...) fn(DT_N_S_soc_S_mwu_40020000, compatible, 0, __VA_ARGS__)
+#define DT_N_S_soc_S_mwu_40020000_P_compatible_FOREACH_PROP_ELEM_SEP_VARGS(fn, sep, ...) fn(DT_N_S_soc_S_mwu_40020000, compatible, 0, __VA_ARGS__)
+#define DT_N_S_soc_S_mwu_40020000_P_compatible_LEN 1
+#define DT_N_S_soc_S_mwu_40020000_P_compatible_EXISTS 1
+#define DT_N_S_soc_S_mwu_40020000_P_reg {1073872896 /* 0x40020000 */, 4096 /* 0x1000 */}
+#define DT_N_S_soc_S_mwu_40020000_P_reg_IDX_0 1073872896
+#define DT_N_S_soc_S_mwu_40020000_P_reg_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_mwu_40020000_P_reg_IDX_1 4096
+#define DT_N_S_soc_S_mwu_40020000_P_reg_IDX_1_EXISTS 1
+#define DT_N_S_soc_S_mwu_40020000_P_reg_EXISTS 1
+#define DT_N_S_soc_S_mwu_40020000_P_zephyr_deferred_init 0
+#define DT_N_S_soc_S_mwu_40020000_P_zephyr_deferred_init_EXISTS 1
+
+/*
+ * Devicetree node: /soc/nfct@40005000
+ *
+ * Node identifier: DT_N_S_soc_S_nfct_40005000
+ *
+ * Binding (compatible = nordic,nrf-nfct):
+ *   $ZEPHYR_BASE/dts/bindings/net/wireless/nordic,nrf-nfct.yaml
+ *
+ * (Descriptions have moved to the Devicetree Bindings Index
+ * in the documentation.)
+ */
+
+/* Node's full path: */
+#define DT_N_S_soc_S_nfct_40005000_PATH "/soc/nfct@40005000"
+
+/* Node's name with unit-address: */
+#define DT_N_S_soc_S_nfct_40005000_FULL_NAME "nfct@40005000"
+
+/* Node parent (/soc) identifier: */
+#define DT_N_S_soc_S_nfct_40005000_PARENT DT_N_S_soc
+
+/* Node's index in its parent's list of children: */
+#define DT_N_S_soc_S_nfct_40005000_CHILD_IDX 13
+
+/* Helper macros for child nodes of this node. */
+#define DT_N_S_soc_S_nfct_40005000_CHILD_NUM 0
+#define DT_N_S_soc_S_nfct_40005000_CHILD_NUM_STATUS_OKAY 0
+#define DT_N_S_soc_S_nfct_40005000_FOREACH_CHILD(fn) 
+#define DT_N_S_soc_S_nfct_40005000_FOREACH_CHILD_SEP(fn, sep) 
+#define DT_N_S_soc_S_nfct_40005000_FOREACH_CHILD_VARGS(fn, ...) 
+#define DT_N_S_soc_S_nfct_40005000_FOREACH_CHILD_SEP_VARGS(fn, sep, ...) 
+#define DT_N_S_soc_S_nfct_40005000_FOREACH_CHILD_STATUS_OKAY(fn) 
+#define DT_N_S_soc_S_nfct_40005000_FOREACH_CHILD_STATUS_OKAY_SEP(fn, sep) 
+#define DT_N_S_soc_S_nfct_40005000_FOREACH_CHILD_STATUS_OKAY_VARGS(fn, ...) 
+#define DT_N_S_soc_S_nfct_40005000_FOREACH_CHILD_STATUS_OKAY_SEP_VARGS(fn, sep, ...) 
+
+/* Node's dependency ordinal: */
+#define DT_N_S_soc_S_nfct_40005000_ORD 54
+#define DT_N_S_soc_S_nfct_40005000_ORD_STR_SORTABLE 00054
+
+/* Ordinals for what this node depends on directly: */
+#define DT_N_S_soc_S_nfct_40005000_REQUIRES_ORDS \
+	5, /* /soc */ \
+	6, /* /soc/interrupt-controller@e000e100 */
+
+/* Ordinals for what depends directly on this node: */
+#define DT_N_S_soc_S_nfct_40005000_SUPPORTS_ORDS /* nothing */
+
+/* Existence and alternate IDs: */
+#define DT_N_S_soc_S_nfct_40005000_EXISTS 1
+#define DT_N_INST_0_nordic_nrf_nfct DT_N_S_soc_S_nfct_40005000
+#define DT_N_NODELABEL_nfct         DT_N_S_soc_S_nfct_40005000
+
+/* Macros for properties that are special in the specification: */
+#define DT_N_S_soc_S_nfct_40005000_REG_NUM 1
+#define DT_N_S_soc_S_nfct_40005000_REG_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_nfct_40005000_REG_IDX_0_VAL_ADDRESS 1073762304 /* 0x40005000 */
+#define DT_N_S_soc_S_nfct_40005000_REG_IDX_0_VAL_SIZE 4096 /* 0x1000 */
+#define DT_N_S_soc_S_nfct_40005000_RANGES_NUM 0
+#define DT_N_S_soc_S_nfct_40005000_FOREACH_RANGE(fn) 
+#define DT_N_S_soc_S_nfct_40005000_IRQ_NUM 1
+#define DT_N_S_soc_S_nfct_40005000_IRQ_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_nfct_40005000_IRQ_IDX_0_VAL_irq 5
+#define DT_N_S_soc_S_nfct_40005000_IRQ_IDX_0_VAL_irq_EXISTS 1
+#define DT_N_S_soc_S_nfct_40005000_IRQ_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_nfct_40005000_IRQ_IDX_0_VAL_priority 1
+#define DT_N_S_soc_S_nfct_40005000_IRQ_IDX_0_VAL_priority_EXISTS 1
+#define DT_N_S_soc_S_nfct_40005000_IRQ_IDX_0_CONTROLLER DT_N_S_soc_S_interrupt_controller_e000e100
+#define DT_N_S_soc_S_nfct_40005000_IRQ_LEVEL 1
+#define DT_N_S_soc_S_nfct_40005000_COMPAT_MATCHES_nordic_nrf_nfct 1
+#define DT_N_S_soc_S_nfct_40005000_COMPAT_VENDOR_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_nfct_40005000_COMPAT_VENDOR_IDX_0 "Nordic Semiconductor"
+#define DT_N_S_soc_S_nfct_40005000_COMPAT_MODEL_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_nfct_40005000_COMPAT_MODEL_IDX_0 "nrf-nfct"
+#define DT_N_S_soc_S_nfct_40005000_STATUS_disabled 1
+
+/* Pin control (pinctrl-<i>, pinctrl-names) properties: */
+#define DT_N_S_soc_S_nfct_40005000_PINCTRL_NUM 0
+
+/* Generic property macros: */
+#define DT_N_S_soc_S_nfct_40005000_P_wakeup_source 0
+#define DT_N_S_soc_S_nfct_40005000_P_wakeup_source_EXISTS 1
+#define DT_N_S_soc_S_nfct_40005000_P_zephyr_pm_device_runtime_auto 0
+#define DT_N_S_soc_S_nfct_40005000_P_zephyr_pm_device_runtime_auto_EXISTS 1
+#define DT_N_S_soc_S_nfct_40005000_P_status "disabled"
+#define DT_N_S_soc_S_nfct_40005000_P_status_STRING_UNQUOTED disabled
+#define DT_N_S_soc_S_nfct_40005000_P_status_STRING_TOKEN disabled
+#define DT_N_S_soc_S_nfct_40005000_P_status_STRING_UPPER_TOKEN DISABLED
+#define DT_N_S_soc_S_nfct_40005000_P_status_IDX_0 "disabled"
+#define DT_N_S_soc_S_nfct_40005000_P_status_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_nfct_40005000_P_status_ENUM_IDX 2
+#define DT_N_S_soc_S_nfct_40005000_P_status_ENUM_VAL_disabled_EXISTS 1
+#define DT_N_S_soc_S_nfct_40005000_P_status_ENUM_TOKEN disabled
+#define DT_N_S_soc_S_nfct_40005000_P_status_ENUM_UPPER_TOKEN DISABLED
+#define DT_N_S_soc_S_nfct_40005000_P_status_FOREACH_PROP_ELEM(fn) fn(DT_N_S_soc_S_nfct_40005000, status, 0)
+#define DT_N_S_soc_S_nfct_40005000_P_status_FOREACH_PROP_ELEM_SEP(fn, sep) fn(DT_N_S_soc_S_nfct_40005000, status, 0)
+#define DT_N_S_soc_S_nfct_40005000_P_status_FOREACH_PROP_ELEM_VARGS(fn, ...) fn(DT_N_S_soc_S_nfct_40005000, status, 0, __VA_ARGS__)
+#define DT_N_S_soc_S_nfct_40005000_P_status_FOREACH_PROP_ELEM_SEP_VARGS(fn, sep, ...) fn(DT_N_S_soc_S_nfct_40005000, status, 0, __VA_ARGS__)
+#define DT_N_S_soc_S_nfct_40005000_P_status_LEN 1
+#define DT_N_S_soc_S_nfct_40005000_P_status_EXISTS 1
+#define DT_N_S_soc_S_nfct_40005000_P_compatible {"nordic,nrf-nfct"}
+#define DT_N_S_soc_S_nfct_40005000_P_compatible_IDX_0 "nordic,nrf-nfct"
+#define DT_N_S_soc_S_nfct_40005000_P_compatible_IDX_0_STRING_UNQUOTED nordic,nrf-nfct
+#define DT_N_S_soc_S_nfct_40005000_P_compatible_IDX_0_STRING_TOKEN nordic_nrf_nfct
+#define DT_N_S_soc_S_nfct_40005000_P_compatible_IDX_0_STRING_UPPER_TOKEN NORDIC_NRF_NFCT
+#define DT_N_S_soc_S_nfct_40005000_P_compatible_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_nfct_40005000_P_compatible_FOREACH_PROP_ELEM(fn) fn(DT_N_S_soc_S_nfct_40005000, compatible, 0)
+#define DT_N_S_soc_S_nfct_40005000_P_compatible_FOREACH_PROP_ELEM_SEP(fn, sep) fn(DT_N_S_soc_S_nfct_40005000, compatible, 0)
+#define DT_N_S_soc_S_nfct_40005000_P_compatible_FOREACH_PROP_ELEM_VARGS(fn, ...) fn(DT_N_S_soc_S_nfct_40005000, compatible, 0, __VA_ARGS__)
+#define DT_N_S_soc_S_nfct_40005000_P_compatible_FOREACH_PROP_ELEM_SEP_VARGS(fn, sep, ...) fn(DT_N_S_soc_S_nfct_40005000, compatible, 0, __VA_ARGS__)
+#define DT_N_S_soc_S_nfct_40005000_P_compatible_LEN 1
+#define DT_N_S_soc_S_nfct_40005000_P_compatible_EXISTS 1
+#define DT_N_S_soc_S_nfct_40005000_P_reg {1073762304 /* 0x40005000 */, 4096 /* 0x1000 */}
+#define DT_N_S_soc_S_nfct_40005000_P_reg_IDX_0 1073762304
+#define DT_N_S_soc_S_nfct_40005000_P_reg_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_nfct_40005000_P_reg_IDX_1 4096
+#define DT_N_S_soc_S_nfct_40005000_P_reg_IDX_1_EXISTS 1
+#define DT_N_S_soc_S_nfct_40005000_P_reg_EXISTS 1
+#define DT_N_S_soc_S_nfct_40005000_P_interrupts {5 /* 0x5 */, 1 /* 0x1 */}
+#define DT_N_S_soc_S_nfct_40005000_P_interrupts_IDX_0 5
+#define DT_N_S_soc_S_nfct_40005000_P_interrupts_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_nfct_40005000_P_interrupts_IDX_1 1
+#define DT_N_S_soc_S_nfct_40005000_P_interrupts_IDX_1_EXISTS 1
+#define DT_N_S_soc_S_nfct_40005000_P_interrupts_EXISTS 1
+#define DT_N_S_soc_S_nfct_40005000_P_zephyr_deferred_init 0
+#define DT_N_S_soc_S_nfct_40005000_P_zephyr_deferred_init_EXISTS 1
+
+/*
+ * Devicetree node: /soc/pdm@4001d000
+ *
+ * Node identifier: DT_N_S_soc_S_pdm_4001d000
+ *
+ * Binding (compatible = nordic,nrf-pdm):
+ *   $ZEPHYR_BASE/dts/bindings/audio/nordic,nrf-pdm.yaml
+ *
+ * (Descriptions have moved to the Devicetree Bindings Index
+ * in the documentation.)
+ */
+
+/* Node's full path: */
+#define DT_N_S_soc_S_pdm_4001d000_PATH "/soc/pdm@4001d000"
+
+/* Node's name with unit-address: */
+#define DT_N_S_soc_S_pdm_4001d000_FULL_NAME "pdm@4001d000"
+
+/* Node parent (/soc) identifier: */
+#define DT_N_S_soc_S_pdm_4001d000_PARENT DT_N_S_soc
+
+/* Node's index in its parent's list of children: */
+#define DT_N_S_soc_S_pdm_4001d000_CHILD_IDX 37
+
+/* Helper macros for child nodes of this node. */
+#define DT_N_S_soc_S_pdm_4001d000_CHILD_NUM 0
+#define DT_N_S_soc_S_pdm_4001d000_CHILD_NUM_STATUS_OKAY 0
+#define DT_N_S_soc_S_pdm_4001d000_FOREACH_CHILD(fn) 
+#define DT_N_S_soc_S_pdm_4001d000_FOREACH_CHILD_SEP(fn, sep) 
+#define DT_N_S_soc_S_pdm_4001d000_FOREACH_CHILD_VARGS(fn, ...) 
+#define DT_N_S_soc_S_pdm_4001d000_FOREACH_CHILD_SEP_VARGS(fn, sep, ...) 
+#define DT_N_S_soc_S_pdm_4001d000_FOREACH_CHILD_STATUS_OKAY(fn) 
+#define DT_N_S_soc_S_pdm_4001d000_FOREACH_CHILD_STATUS_OKAY_SEP(fn, sep) 
+#define DT_N_S_soc_S_pdm_4001d000_FOREACH_CHILD_STATUS_OKAY_VARGS(fn, ...) 
+#define DT_N_S_soc_S_pdm_4001d000_FOREACH_CHILD_STATUS_OKAY_SEP_VARGS(fn, sep, ...) 
+
+/* Node's dependency ordinal: */
+#define DT_N_S_soc_S_pdm_4001d000_ORD 55
+#define DT_N_S_soc_S_pdm_4001d000_ORD_STR_SORTABLE 00055
+
+/* Ordinals for what this node depends on directly: */
+#define DT_N_S_soc_S_pdm_4001d000_REQUIRES_ORDS \
+	5, /* /soc */ \
+	6, /* /soc/interrupt-controller@e000e100 */
+
+/* Ordinals for what depends directly on this node: */
+#define DT_N_S_soc_S_pdm_4001d000_SUPPORTS_ORDS /* nothing */
+
+/* Existence and alternate IDs: */
+#define DT_N_S_soc_S_pdm_4001d000_EXISTS 1
+#define DT_N_INST_0_nordic_nrf_pdm DT_N_S_soc_S_pdm_4001d000
+#define DT_N_NODELABEL_pdm0        DT_N_S_soc_S_pdm_4001d000
+
+/* Macros for properties that are special in the specification: */
+#define DT_N_S_soc_S_pdm_4001d000_REG_NUM 1
+#define DT_N_S_soc_S_pdm_4001d000_REG_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_pdm_4001d000_REG_IDX_0_VAL_ADDRESS 1073860608 /* 0x4001d000 */
+#define DT_N_S_soc_S_pdm_4001d000_REG_IDX_0_VAL_SIZE 4096 /* 0x1000 */
+#define DT_N_S_soc_S_pdm_4001d000_RANGES_NUM 0
+#define DT_N_S_soc_S_pdm_4001d000_FOREACH_RANGE(fn) 
+#define DT_N_S_soc_S_pdm_4001d000_IRQ_NUM 1
+#define DT_N_S_soc_S_pdm_4001d000_IRQ_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_pdm_4001d000_IRQ_IDX_0_VAL_irq 29
+#define DT_N_S_soc_S_pdm_4001d000_IRQ_IDX_0_VAL_irq_EXISTS 1
+#define DT_N_S_soc_S_pdm_4001d000_IRQ_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_pdm_4001d000_IRQ_IDX_0_VAL_priority 1
+#define DT_N_S_soc_S_pdm_4001d000_IRQ_IDX_0_VAL_priority_EXISTS 1
+#define DT_N_S_soc_S_pdm_4001d000_IRQ_IDX_0_CONTROLLER DT_N_S_soc_S_interrupt_controller_e000e100
+#define DT_N_S_soc_S_pdm_4001d000_IRQ_LEVEL 1
+#define DT_N_S_soc_S_pdm_4001d000_COMPAT_MATCHES_nordic_nrf_pdm 1
+#define DT_N_S_soc_S_pdm_4001d000_COMPAT_VENDOR_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_pdm_4001d000_COMPAT_VENDOR_IDX_0 "Nordic Semiconductor"
+#define DT_N_S_soc_S_pdm_4001d000_COMPAT_MODEL_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_pdm_4001d000_COMPAT_MODEL_IDX_0 "nrf-pdm"
+#define DT_N_S_soc_S_pdm_4001d000_STATUS_disabled 1
+
+/* Pin control (pinctrl-<i>, pinctrl-names) properties: */
+#define DT_N_S_soc_S_pdm_4001d000_PINCTRL_NUM 0
+
+/* Generic property macros: */
+#define DT_N_S_soc_S_pdm_4001d000_P_wakeup_source 0
+#define DT_N_S_soc_S_pdm_4001d000_P_wakeup_source_EXISTS 1
+#define DT_N_S_soc_S_pdm_4001d000_P_zephyr_pm_device_runtime_auto 0
+#define DT_N_S_soc_S_pdm_4001d000_P_zephyr_pm_device_runtime_auto_EXISTS 1
+#define DT_N_S_soc_S_pdm_4001d000_P_status "disabled"
+#define DT_N_S_soc_S_pdm_4001d000_P_status_STRING_UNQUOTED disabled
+#define DT_N_S_soc_S_pdm_4001d000_P_status_STRING_TOKEN disabled
+#define DT_N_S_soc_S_pdm_4001d000_P_status_STRING_UPPER_TOKEN DISABLED
+#define DT_N_S_soc_S_pdm_4001d000_P_status_IDX_0 "disabled"
+#define DT_N_S_soc_S_pdm_4001d000_P_status_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_pdm_4001d000_P_status_ENUM_IDX 2
+#define DT_N_S_soc_S_pdm_4001d000_P_status_ENUM_VAL_disabled_EXISTS 1
+#define DT_N_S_soc_S_pdm_4001d000_P_status_ENUM_TOKEN disabled
+#define DT_N_S_soc_S_pdm_4001d000_P_status_ENUM_UPPER_TOKEN DISABLED
+#define DT_N_S_soc_S_pdm_4001d000_P_status_FOREACH_PROP_ELEM(fn) fn(DT_N_S_soc_S_pdm_4001d000, status, 0)
+#define DT_N_S_soc_S_pdm_4001d000_P_status_FOREACH_PROP_ELEM_SEP(fn, sep) fn(DT_N_S_soc_S_pdm_4001d000, status, 0)
+#define DT_N_S_soc_S_pdm_4001d000_P_status_FOREACH_PROP_ELEM_VARGS(fn, ...) fn(DT_N_S_soc_S_pdm_4001d000, status, 0, __VA_ARGS__)
+#define DT_N_S_soc_S_pdm_4001d000_P_status_FOREACH_PROP_ELEM_SEP_VARGS(fn, sep, ...) fn(DT_N_S_soc_S_pdm_4001d000, status, 0, __VA_ARGS__)
+#define DT_N_S_soc_S_pdm_4001d000_P_status_LEN 1
+#define DT_N_S_soc_S_pdm_4001d000_P_status_EXISTS 1
+#define DT_N_S_soc_S_pdm_4001d000_P_compatible {"nordic,nrf-pdm"}
+#define DT_N_S_soc_S_pdm_4001d000_P_compatible_IDX_0 "nordic,nrf-pdm"
+#define DT_N_S_soc_S_pdm_4001d000_P_compatible_IDX_0_STRING_UNQUOTED nordic,nrf-pdm
+#define DT_N_S_soc_S_pdm_4001d000_P_compatible_IDX_0_STRING_TOKEN nordic_nrf_pdm
+#define DT_N_S_soc_S_pdm_4001d000_P_compatible_IDX_0_STRING_UPPER_TOKEN NORDIC_NRF_PDM
+#define DT_N_S_soc_S_pdm_4001d000_P_compatible_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_pdm_4001d000_P_compatible_FOREACH_PROP_ELEM(fn) fn(DT_N_S_soc_S_pdm_4001d000, compatible, 0)
+#define DT_N_S_soc_S_pdm_4001d000_P_compatible_FOREACH_PROP_ELEM_SEP(fn, sep) fn(DT_N_S_soc_S_pdm_4001d000, compatible, 0)
+#define DT_N_S_soc_S_pdm_4001d000_P_compatible_FOREACH_PROP_ELEM_VARGS(fn, ...) fn(DT_N_S_soc_S_pdm_4001d000, compatible, 0, __VA_ARGS__)
+#define DT_N_S_soc_S_pdm_4001d000_P_compatible_FOREACH_PROP_ELEM_SEP_VARGS(fn, sep, ...) fn(DT_N_S_soc_S_pdm_4001d000, compatible, 0, __VA_ARGS__)
+#define DT_N_S_soc_S_pdm_4001d000_P_compatible_LEN 1
+#define DT_N_S_soc_S_pdm_4001d000_P_compatible_EXISTS 1
+#define DT_N_S_soc_S_pdm_4001d000_P_reg {1073860608 /* 0x4001d000 */, 4096 /* 0x1000 */}
+#define DT_N_S_soc_S_pdm_4001d000_P_reg_IDX_0 1073860608
+#define DT_N_S_soc_S_pdm_4001d000_P_reg_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_pdm_4001d000_P_reg_IDX_1 4096
+#define DT_N_S_soc_S_pdm_4001d000_P_reg_IDX_1_EXISTS 1
+#define DT_N_S_soc_S_pdm_4001d000_P_reg_EXISTS 1
+#define DT_N_S_soc_S_pdm_4001d000_P_interrupts {29 /* 0x1d */, 1 /* 0x1 */}
+#define DT_N_S_soc_S_pdm_4001d000_P_interrupts_IDX_0 29
+#define DT_N_S_soc_S_pdm_4001d000_P_interrupts_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_pdm_4001d000_P_interrupts_IDX_1 1
+#define DT_N_S_soc_S_pdm_4001d000_P_interrupts_IDX_1_EXISTS 1
+#define DT_N_S_soc_S_pdm_4001d000_P_interrupts_EXISTS 1
+#define DT_N_S_soc_S_pdm_4001d000_P_zephyr_deferred_init 0
+#define DT_N_S_soc_S_pdm_4001d000_P_zephyr_deferred_init_EXISTS 1
+#define DT_N_S_soc_S_pdm_4001d000_P_clock_source "PCLK32M_HFXO"
+#define DT_N_S_soc_S_pdm_4001d000_P_clock_source_STRING_UNQUOTED PCLK32M_HFXO
+#define DT_N_S_soc_S_pdm_4001d000_P_clock_source_STRING_TOKEN PCLK32M_HFXO
+#define DT_N_S_soc_S_pdm_4001d000_P_clock_source_STRING_UPPER_TOKEN PCLK32M_HFXO
+#define DT_N_S_soc_S_pdm_4001d000_P_clock_source_IDX_0 "PCLK32M_HFXO"
+#define DT_N_S_soc_S_pdm_4001d000_P_clock_source_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_pdm_4001d000_P_clock_source_ENUM_IDX 1
+#define DT_N_S_soc_S_pdm_4001d000_P_clock_source_ENUM_VAL_PCLK32M_HFXO_EXISTS 1
+#define DT_N_S_soc_S_pdm_4001d000_P_clock_source_ENUM_TOKEN PCLK32M_HFXO
+#define DT_N_S_soc_S_pdm_4001d000_P_clock_source_ENUM_UPPER_TOKEN PCLK32M_HFXO
+#define DT_N_S_soc_S_pdm_4001d000_P_clock_source_FOREACH_PROP_ELEM(fn) fn(DT_N_S_soc_S_pdm_4001d000, clock_source, 0)
+#define DT_N_S_soc_S_pdm_4001d000_P_clock_source_FOREACH_PROP_ELEM_SEP(fn, sep) fn(DT_N_S_soc_S_pdm_4001d000, clock_source, 0)
+#define DT_N_S_soc_S_pdm_4001d000_P_clock_source_FOREACH_PROP_ELEM_VARGS(fn, ...) fn(DT_N_S_soc_S_pdm_4001d000, clock_source, 0, __VA_ARGS__)
+#define DT_N_S_soc_S_pdm_4001d000_P_clock_source_FOREACH_PROP_ELEM_SEP_VARGS(fn, sep, ...) fn(DT_N_S_soc_S_pdm_4001d000, clock_source, 0, __VA_ARGS__)
+#define DT_N_S_soc_S_pdm_4001d000_P_clock_source_LEN 1
+#define DT_N_S_soc_S_pdm_4001d000_P_clock_source_EXISTS 1
+#define DT_N_S_soc_S_pdm_4001d000_P_queue_size 4
+#define DT_N_S_soc_S_pdm_4001d000_P_queue_size_EXISTS 1
+
+/*
+ * Devicetree node: /soc/ppi@4001f000
+ *
+ * Node identifier: DT_N_S_soc_S_ppi_4001f000
+ *
+ * Binding (compatible = nordic,nrf-ppi):
+ *   $ZEPHYR_BASE/dts/bindings/misc/nordic,nrf-ppi.yaml
+ *
+ * (Descriptions have moved to the Devicetree Bindings Index
+ * in the documentation.)
+ */
+
+/* Node's full path: */
+#define DT_N_S_soc_S_ppi_4001f000_PATH "/soc/ppi@4001f000"
+
+/* Node's name with unit-address: */
+#define DT_N_S_soc_S_ppi_4001f000_FULL_NAME "ppi@4001f000"
+
+/* Node parent (/soc) identifier: */
+#define DT_N_S_soc_S_ppi_4001f000_PARENT DT_N_S_soc
+
+/* Node's index in its parent's list of children: */
+#define DT_N_S_soc_S_ppi_4001f000_CHILD_IDX 40
+
+/* Helper macros for child nodes of this node. */
+#define DT_N_S_soc_S_ppi_4001f000_CHILD_NUM 0
+#define DT_N_S_soc_S_ppi_4001f000_CHILD_NUM_STATUS_OKAY 0
+#define DT_N_S_soc_S_ppi_4001f000_FOREACH_CHILD(fn) 
+#define DT_N_S_soc_S_ppi_4001f000_FOREACH_CHILD_SEP(fn, sep) 
+#define DT_N_S_soc_S_ppi_4001f000_FOREACH_CHILD_VARGS(fn, ...) 
+#define DT_N_S_soc_S_ppi_4001f000_FOREACH_CHILD_SEP_VARGS(fn, sep, ...) 
+#define DT_N_S_soc_S_ppi_4001f000_FOREACH_CHILD_STATUS_OKAY(fn) 
+#define DT_N_S_soc_S_ppi_4001f000_FOREACH_CHILD_STATUS_OKAY_SEP(fn, sep) 
+#define DT_N_S_soc_S_ppi_4001f000_FOREACH_CHILD_STATUS_OKAY_VARGS(fn, ...) 
+#define DT_N_S_soc_S_ppi_4001f000_FOREACH_CHILD_STATUS_OKAY_SEP_VARGS(fn, sep, ...) 
+
+/* Node's dependency ordinal: */
+#define DT_N_S_soc_S_ppi_4001f000_ORD 56
+#define DT_N_S_soc_S_ppi_4001f000_ORD_STR_SORTABLE 00056
+
+/* Ordinals for what this node depends on directly: */
+#define DT_N_S_soc_S_ppi_4001f000_REQUIRES_ORDS \
+	5, /* /soc */
+
+/* Ordinals for what depends directly on this node: */
+#define DT_N_S_soc_S_ppi_4001f000_SUPPORTS_ORDS /* nothing */
+
+/* Existence and alternate IDs: */
+#define DT_N_S_soc_S_ppi_4001f000_EXISTS 1
+#define DT_N_INST_0_nordic_nrf_ppi DT_N_S_soc_S_ppi_4001f000
+#define DT_N_NODELABEL_ppi         DT_N_S_soc_S_ppi_4001f000
+
+/* Macros for properties that are special in the specification: */
+#define DT_N_S_soc_S_ppi_4001f000_REG_NUM 1
+#define DT_N_S_soc_S_ppi_4001f000_REG_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_ppi_4001f000_REG_IDX_0_VAL_ADDRESS 1073868800 /* 0x4001f000 */
+#define DT_N_S_soc_S_ppi_4001f000_REG_IDX_0_VAL_SIZE 4096 /* 0x1000 */
+#define DT_N_S_soc_S_ppi_4001f000_RANGES_NUM 0
+#define DT_N_S_soc_S_ppi_4001f000_FOREACH_RANGE(fn) 
+#define DT_N_S_soc_S_ppi_4001f000_IRQ_NUM 0
+#define DT_N_S_soc_S_ppi_4001f000_IRQ_LEVEL 0
+#define DT_N_S_soc_S_ppi_4001f000_COMPAT_MATCHES_nordic_nrf_ppi 1
+#define DT_N_S_soc_S_ppi_4001f000_COMPAT_VENDOR_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_ppi_4001f000_COMPAT_VENDOR_IDX_0 "Nordic Semiconductor"
+#define DT_N_S_soc_S_ppi_4001f000_COMPAT_MODEL_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_ppi_4001f000_COMPAT_MODEL_IDX_0 "nrf-ppi"
+#define DT_N_S_soc_S_ppi_4001f000_STATUS_okay 1
+
+/* Pin control (pinctrl-<i>, pinctrl-names) properties: */
+#define DT_N_S_soc_S_ppi_4001f000_PINCTRL_NUM 0
+
+/* Generic property macros: */
+#define DT_N_S_soc_S_ppi_4001f000_P_wakeup_source 0
+#define DT_N_S_soc_S_ppi_4001f000_P_wakeup_source_EXISTS 1
+#define DT_N_S_soc_S_ppi_4001f000_P_zephyr_pm_device_runtime_auto 0
+#define DT_N_S_soc_S_ppi_4001f000_P_zephyr_pm_device_runtime_auto_EXISTS 1
+#define DT_N_S_soc_S_ppi_4001f000_P_status "okay"
+#define DT_N_S_soc_S_ppi_4001f000_P_status_STRING_UNQUOTED okay
+#define DT_N_S_soc_S_ppi_4001f000_P_status_STRING_TOKEN okay
+#define DT_N_S_soc_S_ppi_4001f000_P_status_STRING_UPPER_TOKEN OKAY
+#define DT_N_S_soc_S_ppi_4001f000_P_status_IDX_0 "okay"
+#define DT_N_S_soc_S_ppi_4001f000_P_status_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_ppi_4001f000_P_status_ENUM_IDX 1
+#define DT_N_S_soc_S_ppi_4001f000_P_status_ENUM_VAL_okay_EXISTS 1
+#define DT_N_S_soc_S_ppi_4001f000_P_status_ENUM_TOKEN okay
+#define DT_N_S_soc_S_ppi_4001f000_P_status_ENUM_UPPER_TOKEN OKAY
+#define DT_N_S_soc_S_ppi_4001f000_P_status_FOREACH_PROP_ELEM(fn) fn(DT_N_S_soc_S_ppi_4001f000, status, 0)
+#define DT_N_S_soc_S_ppi_4001f000_P_status_FOREACH_PROP_ELEM_SEP(fn, sep) fn(DT_N_S_soc_S_ppi_4001f000, status, 0)
+#define DT_N_S_soc_S_ppi_4001f000_P_status_FOREACH_PROP_ELEM_VARGS(fn, ...) fn(DT_N_S_soc_S_ppi_4001f000, status, 0, __VA_ARGS__)
+#define DT_N_S_soc_S_ppi_4001f000_P_status_FOREACH_PROP_ELEM_SEP_VARGS(fn, sep, ...) fn(DT_N_S_soc_S_ppi_4001f000, status, 0, __VA_ARGS__)
+#define DT_N_S_soc_S_ppi_4001f000_P_status_LEN 1
+#define DT_N_S_soc_S_ppi_4001f000_P_status_EXISTS 1
+#define DT_N_S_soc_S_ppi_4001f000_P_compatible {"nordic,nrf-ppi"}
+#define DT_N_S_soc_S_ppi_4001f000_P_compatible_IDX_0 "nordic,nrf-ppi"
+#define DT_N_S_soc_S_ppi_4001f000_P_compatible_IDX_0_STRING_UNQUOTED nordic,nrf-ppi
+#define DT_N_S_soc_S_ppi_4001f000_P_compatible_IDX_0_STRING_TOKEN nordic_nrf_ppi
+#define DT_N_S_soc_S_ppi_4001f000_P_compatible_IDX_0_STRING_UPPER_TOKEN NORDIC_NRF_PPI
+#define DT_N_S_soc_S_ppi_4001f000_P_compatible_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_ppi_4001f000_P_compatible_FOREACH_PROP_ELEM(fn) fn(DT_N_S_soc_S_ppi_4001f000, compatible, 0)
+#define DT_N_S_soc_S_ppi_4001f000_P_compatible_FOREACH_PROP_ELEM_SEP(fn, sep) fn(DT_N_S_soc_S_ppi_4001f000, compatible, 0)
+#define DT_N_S_soc_S_ppi_4001f000_P_compatible_FOREACH_PROP_ELEM_VARGS(fn, ...) fn(DT_N_S_soc_S_ppi_4001f000, compatible, 0, __VA_ARGS__)
+#define DT_N_S_soc_S_ppi_4001f000_P_compatible_FOREACH_PROP_ELEM_SEP_VARGS(fn, sep, ...) fn(DT_N_S_soc_S_ppi_4001f000, compatible, 0, __VA_ARGS__)
+#define DT_N_S_soc_S_ppi_4001f000_P_compatible_LEN 1
+#define DT_N_S_soc_S_ppi_4001f000_P_compatible_EXISTS 1
+#define DT_N_S_soc_S_ppi_4001f000_P_reg {1073868800 /* 0x4001f000 */, 4096 /* 0x1000 */}
+#define DT_N_S_soc_S_ppi_4001f000_P_reg_IDX_0 1073868800
+#define DT_N_S_soc_S_ppi_4001f000_P_reg_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_ppi_4001f000_P_reg_IDX_1 4096
+#define DT_N_S_soc_S_ppi_4001f000_P_reg_IDX_1_EXISTS 1
+#define DT_N_S_soc_S_ppi_4001f000_P_reg_EXISTS 1
+#define DT_N_S_soc_S_ppi_4001f000_P_zephyr_deferred_init 0
+#define DT_N_S_soc_S_ppi_4001f000_P_zephyr_deferred_init_EXISTS 1
+
+/*
+ * Devicetree node: /soc/pwm@40021000
+ *
+ * Node identifier: DT_N_S_soc_S_pwm_40021000
+ *
+ * Binding (compatible = nordic,nrf-pwm):
+ *   $ZEPHYR_BASE/dts/bindings/pwm/nordic,nrf-pwm.yaml
+ *
+ * (Descriptions have moved to the Devicetree Bindings Index
+ * in the documentation.)
+ */
+
+/* Node's full path: */
+#define DT_N_S_soc_S_pwm_40021000_PATH "/soc/pwm@40021000"
+
+/* Node's name with unit-address: */
+#define DT_N_S_soc_S_pwm_40021000_FULL_NAME "pwm@40021000"
+
+/* Node parent (/soc) identifier: */
+#define DT_N_S_soc_S_pwm_40021000_PARENT DT_N_S_soc
+
+/* Node's index in its parent's list of children: */
+#define DT_N_S_soc_S_pwm_40021000_CHILD_IDX 42
+
+/* Helper macros for child nodes of this node. */
+#define DT_N_S_soc_S_pwm_40021000_CHILD_NUM 0
+#define DT_N_S_soc_S_pwm_40021000_CHILD_NUM_STATUS_OKAY 0
+#define DT_N_S_soc_S_pwm_40021000_FOREACH_CHILD(fn) 
+#define DT_N_S_soc_S_pwm_40021000_FOREACH_CHILD_SEP(fn, sep) 
+#define DT_N_S_soc_S_pwm_40021000_FOREACH_CHILD_VARGS(fn, ...) 
+#define DT_N_S_soc_S_pwm_40021000_FOREACH_CHILD_SEP_VARGS(fn, sep, ...) 
+#define DT_N_S_soc_S_pwm_40021000_FOREACH_CHILD_STATUS_OKAY(fn) 
+#define DT_N_S_soc_S_pwm_40021000_FOREACH_CHILD_STATUS_OKAY_SEP(fn, sep) 
+#define DT_N_S_soc_S_pwm_40021000_FOREACH_CHILD_STATUS_OKAY_VARGS(fn, ...) 
+#define DT_N_S_soc_S_pwm_40021000_FOREACH_CHILD_STATUS_OKAY_SEP_VARGS(fn, sep, ...) 
+
+/* Node's dependency ordinal: */
+#define DT_N_S_soc_S_pwm_40021000_ORD 57
+#define DT_N_S_soc_S_pwm_40021000_ORD_STR_SORTABLE 00057
+
+/* Ordinals for what this node depends on directly: */
+#define DT_N_S_soc_S_pwm_40021000_REQUIRES_ORDS \
+	5, /* /soc */ \
+	6, /* /soc/interrupt-controller@e000e100 */ \
+	26, /* /pin-controller/pwm1_default */ \
+	28, /* /pin-controller/pwm1_sleep */
+
+/* Ordinals for what depends directly on this node: */
+#define DT_N_S_soc_S_pwm_40021000_SUPPORTS_ORDS /* nothing */
+
+/* Existence and alternate IDs: */
+#define DT_N_S_soc_S_pwm_40021000_EXISTS 1
+#define DT_N_INST_0_nordic_nrf_pwm DT_N_S_soc_S_pwm_40021000
+#define DT_N_NODELABEL_pwm1        DT_N_S_soc_S_pwm_40021000
+
+/* Macros for properties that are special in the specification: */
+#define DT_N_S_soc_S_pwm_40021000_REG_NUM 1
+#define DT_N_S_soc_S_pwm_40021000_REG_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_pwm_40021000_REG_IDX_0_VAL_ADDRESS 1073876992 /* 0x40021000 */
+#define DT_N_S_soc_S_pwm_40021000_REG_IDX_0_VAL_SIZE 4096 /* 0x1000 */
+#define DT_N_S_soc_S_pwm_40021000_RANGES_NUM 0
+#define DT_N_S_soc_S_pwm_40021000_FOREACH_RANGE(fn) 
+#define DT_N_S_soc_S_pwm_40021000_IRQ_NUM 1
+#define DT_N_S_soc_S_pwm_40021000_IRQ_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_pwm_40021000_IRQ_IDX_0_VAL_irq 33
+#define DT_N_S_soc_S_pwm_40021000_IRQ_IDX_0_VAL_irq_EXISTS 1
+#define DT_N_S_soc_S_pwm_40021000_IRQ_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_pwm_40021000_IRQ_IDX_0_VAL_priority 1
+#define DT_N_S_soc_S_pwm_40021000_IRQ_IDX_0_VAL_priority_EXISTS 1
+#define DT_N_S_soc_S_pwm_40021000_IRQ_IDX_0_CONTROLLER DT_N_S_soc_S_interrupt_controller_e000e100
+#define DT_N_S_soc_S_pwm_40021000_IRQ_LEVEL 1
+#define DT_N_S_soc_S_pwm_40021000_COMPAT_MATCHES_nordic_nrf_pwm 1
+#define DT_N_S_soc_S_pwm_40021000_COMPAT_VENDOR_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_pwm_40021000_COMPAT_VENDOR_IDX_0 "Nordic Semiconductor"
+#define DT_N_S_soc_S_pwm_40021000_COMPAT_MODEL_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_pwm_40021000_COMPAT_MODEL_IDX_0 "nrf-pwm"
+#define DT_N_S_soc_S_pwm_40021000_STATUS_okay 1
+
+/* Pin control (pinctrl-<i>, pinctrl-names) properties: */
+#define DT_N_S_soc_S_pwm_40021000_PINCTRL_NUM 2
+#define DT_N_S_soc_S_pwm_40021000_PINCTRL_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_pwm_40021000_PINCTRL_IDX_0_TOKEN default
+#define DT_N_S_soc_S_pwm_40021000_PINCTRL_IDX_0_UPPER_TOKEN DEFAULT
+#define DT_N_S_soc_S_pwm_40021000_PINCTRL_NAME_default_EXISTS 1
+#define DT_N_S_soc_S_pwm_40021000_PINCTRL_NAME_default_IDX 0
+#define DT_N_S_soc_S_pwm_40021000_PINCTRL_NAME_default_IDX_0_PH DT_N_S_pin_controller_S_pwm1_default
+#define DT_N_S_soc_S_pwm_40021000_PINCTRL_IDX_1_EXISTS 1
+#define DT_N_S_soc_S_pwm_40021000_PINCTRL_IDX_1_TOKEN sleep
+#define DT_N_S_soc_S_pwm_40021000_PINCTRL_IDX_1_UPPER_TOKEN SLEEP
+#define DT_N_S_soc_S_pwm_40021000_PINCTRL_NAME_sleep_EXISTS 1
+#define DT_N_S_soc_S_pwm_40021000_PINCTRL_NAME_sleep_IDX 1
+#define DT_N_S_soc_S_pwm_40021000_PINCTRL_NAME_sleep_IDX_0_PH DT_N_S_pin_controller_S_pwm1_sleep
+
+/* Generic property macros: */
+#define DT_N_S_soc_S_pwm_40021000_P_wakeup_source 0
+#define DT_N_S_soc_S_pwm_40021000_P_wakeup_source_EXISTS 1
+#define DT_N_S_soc_S_pwm_40021000_P_zephyr_pm_device_runtime_auto 0
+#define DT_N_S_soc_S_pwm_40021000_P_zephyr_pm_device_runtime_auto_EXISTS 1
+#define DT_N_S_soc_S_pwm_40021000_P_status "okay"
+#define DT_N_S_soc_S_pwm_40021000_P_status_STRING_UNQUOTED okay
+#define DT_N_S_soc_S_pwm_40021000_P_status_STRING_TOKEN okay
+#define DT_N_S_soc_S_pwm_40021000_P_status_STRING_UPPER_TOKEN OKAY
+#define DT_N_S_soc_S_pwm_40021000_P_status_IDX_0 "okay"
+#define DT_N_S_soc_S_pwm_40021000_P_status_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_pwm_40021000_P_status_ENUM_IDX 1
+#define DT_N_S_soc_S_pwm_40021000_P_status_ENUM_VAL_okay_EXISTS 1
+#define DT_N_S_soc_S_pwm_40021000_P_status_ENUM_TOKEN okay
+#define DT_N_S_soc_S_pwm_40021000_P_status_ENUM_UPPER_TOKEN OKAY
+#define DT_N_S_soc_S_pwm_40021000_P_status_FOREACH_PROP_ELEM(fn) fn(DT_N_S_soc_S_pwm_40021000, status, 0)
+#define DT_N_S_soc_S_pwm_40021000_P_status_FOREACH_PROP_ELEM_SEP(fn, sep) fn(DT_N_S_soc_S_pwm_40021000, status, 0)
+#define DT_N_S_soc_S_pwm_40021000_P_status_FOREACH_PROP_ELEM_VARGS(fn, ...) fn(DT_N_S_soc_S_pwm_40021000, status, 0, __VA_ARGS__)
+#define DT_N_S_soc_S_pwm_40021000_P_status_FOREACH_PROP_ELEM_SEP_VARGS(fn, sep, ...) fn(DT_N_S_soc_S_pwm_40021000, status, 0, __VA_ARGS__)
+#define DT_N_S_soc_S_pwm_40021000_P_status_LEN 1
+#define DT_N_S_soc_S_pwm_40021000_P_status_EXISTS 1
+#define DT_N_S_soc_S_pwm_40021000_P_compatible {"nordic,nrf-pwm"}
+#define DT_N_S_soc_S_pwm_40021000_P_compatible_IDX_0 "nordic,nrf-pwm"
+#define DT_N_S_soc_S_pwm_40021000_P_compatible_IDX_0_STRING_UNQUOTED nordic,nrf-pwm
+#define DT_N_S_soc_S_pwm_40021000_P_compatible_IDX_0_STRING_TOKEN nordic_nrf_pwm
+#define DT_N_S_soc_S_pwm_40021000_P_compatible_IDX_0_STRING_UPPER_TOKEN NORDIC_NRF_PWM
+#define DT_N_S_soc_S_pwm_40021000_P_compatible_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_pwm_40021000_P_compatible_FOREACH_PROP_ELEM(fn) fn(DT_N_S_soc_S_pwm_40021000, compatible, 0)
+#define DT_N_S_soc_S_pwm_40021000_P_compatible_FOREACH_PROP_ELEM_SEP(fn, sep) fn(DT_N_S_soc_S_pwm_40021000, compatible, 0)
+#define DT_N_S_soc_S_pwm_40021000_P_compatible_FOREACH_PROP_ELEM_VARGS(fn, ...) fn(DT_N_S_soc_S_pwm_40021000, compatible, 0, __VA_ARGS__)
+#define DT_N_S_soc_S_pwm_40021000_P_compatible_FOREACH_PROP_ELEM_SEP_VARGS(fn, sep, ...) fn(DT_N_S_soc_S_pwm_40021000, compatible, 0, __VA_ARGS__)
+#define DT_N_S_soc_S_pwm_40021000_P_compatible_LEN 1
+#define DT_N_S_soc_S_pwm_40021000_P_compatible_EXISTS 1
+#define DT_N_S_soc_S_pwm_40021000_P_reg {1073876992 /* 0x40021000 */, 4096 /* 0x1000 */}
+#define DT_N_S_soc_S_pwm_40021000_P_reg_IDX_0 1073876992
+#define DT_N_S_soc_S_pwm_40021000_P_reg_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_pwm_40021000_P_reg_IDX_1 4096
+#define DT_N_S_soc_S_pwm_40021000_P_reg_IDX_1_EXISTS 1
+#define DT_N_S_soc_S_pwm_40021000_P_reg_EXISTS 1
+#define DT_N_S_soc_S_pwm_40021000_P_interrupts {33 /* 0x21 */, 1 /* 0x1 */}
+#define DT_N_S_soc_S_pwm_40021000_P_interrupts_IDX_0 33
+#define DT_N_S_soc_S_pwm_40021000_P_interrupts_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_pwm_40021000_P_interrupts_IDX_1 1
+#define DT_N_S_soc_S_pwm_40021000_P_interrupts_IDX_1_EXISTS 1
+#define DT_N_S_soc_S_pwm_40021000_P_interrupts_EXISTS 1
+#define DT_N_S_soc_S_pwm_40021000_P_zephyr_deferred_init 0
+#define DT_N_S_soc_S_pwm_40021000_P_zephyr_deferred_init_EXISTS 1
+#define DT_N_S_soc_S_pwm_40021000_P_pinctrl_0_IDX_0 DT_N_S_pin_controller_S_pwm1_default
+#define DT_N_S_soc_S_pwm_40021000_P_pinctrl_0_IDX_0_PH DT_N_S_pin_controller_S_pwm1_default
+#define DT_N_S_soc_S_pwm_40021000_P_pinctrl_0_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_pwm_40021000_P_pinctrl_0_FOREACH_PROP_ELEM(fn) fn(DT_N_S_soc_S_pwm_40021000, pinctrl_0, 0)
+#define DT_N_S_soc_S_pwm_40021000_P_pinctrl_0_FOREACH_PROP_ELEM_SEP(fn, sep) fn(DT_N_S_soc_S_pwm_40021000, pinctrl_0, 0)
+#define DT_N_S_soc_S_pwm_40021000_P_pinctrl_0_FOREACH_PROP_ELEM_VARGS(fn, ...) fn(DT_N_S_soc_S_pwm_40021000, pinctrl_0, 0, __VA_ARGS__)
+#define DT_N_S_soc_S_pwm_40021000_P_pinctrl_0_FOREACH_PROP_ELEM_SEP_VARGS(fn, sep, ...) fn(DT_N_S_soc_S_pwm_40021000, pinctrl_0, 0, __VA_ARGS__)
+#define DT_N_S_soc_S_pwm_40021000_P_pinctrl_0_LEN 1
+#define DT_N_S_soc_S_pwm_40021000_P_pinctrl_0_EXISTS 1
+#define DT_N_S_soc_S_pwm_40021000_P_pinctrl_1_IDX_0 DT_N_S_pin_controller_S_pwm1_sleep
+#define DT_N_S_soc_S_pwm_40021000_P_pinctrl_1_IDX_0_PH DT_N_S_pin_controller_S_pwm1_sleep
+#define DT_N_S_soc_S_pwm_40021000_P_pinctrl_1_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_pwm_40021000_P_pinctrl_1_FOREACH_PROP_ELEM(fn) fn(DT_N_S_soc_S_pwm_40021000, pinctrl_1, 0)
+#define DT_N_S_soc_S_pwm_40021000_P_pinctrl_1_FOREACH_PROP_ELEM_SEP(fn, sep) fn(DT_N_S_soc_S_pwm_40021000, pinctrl_1, 0)
+#define DT_N_S_soc_S_pwm_40021000_P_pinctrl_1_FOREACH_PROP_ELEM_VARGS(fn, ...) fn(DT_N_S_soc_S_pwm_40021000, pinctrl_1, 0, __VA_ARGS__)
+#define DT_N_S_soc_S_pwm_40021000_P_pinctrl_1_FOREACH_PROP_ELEM_SEP_VARGS(fn, sep, ...) fn(DT_N_S_soc_S_pwm_40021000, pinctrl_1, 0, __VA_ARGS__)
+#define DT_N_S_soc_S_pwm_40021000_P_pinctrl_1_LEN 1
+#define DT_N_S_soc_S_pwm_40021000_P_pinctrl_1_EXISTS 1
+#define DT_N_S_soc_S_pwm_40021000_P_pinctrl_names {"default", "sleep"}
+#define DT_N_S_soc_S_pwm_40021000_P_pinctrl_names_IDX_0 "default"
+#define DT_N_S_soc_S_pwm_40021000_P_pinctrl_names_IDX_0_STRING_UNQUOTED default
+#define DT_N_S_soc_S_pwm_40021000_P_pinctrl_names_IDX_0_STRING_TOKEN default
+#define DT_N_S_soc_S_pwm_40021000_P_pinctrl_names_IDX_0_STRING_UPPER_TOKEN DEFAULT
+#define DT_N_S_soc_S_pwm_40021000_P_pinctrl_names_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_pwm_40021000_P_pinctrl_names_IDX_1 "sleep"
+#define DT_N_S_soc_S_pwm_40021000_P_pinctrl_names_IDX_1_STRING_UNQUOTED sleep
+#define DT_N_S_soc_S_pwm_40021000_P_pinctrl_names_IDX_1_STRING_TOKEN sleep
+#define DT_N_S_soc_S_pwm_40021000_P_pinctrl_names_IDX_1_STRING_UPPER_TOKEN SLEEP
+#define DT_N_S_soc_S_pwm_40021000_P_pinctrl_names_IDX_1_EXISTS 1
+#define DT_N_S_soc_S_pwm_40021000_P_pinctrl_names_FOREACH_PROP_ELEM(fn) fn(DT_N_S_soc_S_pwm_40021000, pinctrl_names, 0) \
+	fn(DT_N_S_soc_S_pwm_40021000, pinctrl_names, 1)
+#define DT_N_S_soc_S_pwm_40021000_P_pinctrl_names_FOREACH_PROP_ELEM_SEP(fn, sep) fn(DT_N_S_soc_S_pwm_40021000, pinctrl_names, 0) DT_DEBRACKET_INTERNAL sep \
+	fn(DT_N_S_soc_S_pwm_40021000, pinctrl_names, 1)
+#define DT_N_S_soc_S_pwm_40021000_P_pinctrl_names_FOREACH_PROP_ELEM_VARGS(fn, ...) fn(DT_N_S_soc_S_pwm_40021000, pinctrl_names, 0, __VA_ARGS__) \
+	fn(DT_N_S_soc_S_pwm_40021000, pinctrl_names, 1, __VA_ARGS__)
+#define DT_N_S_soc_S_pwm_40021000_P_pinctrl_names_FOREACH_PROP_ELEM_SEP_VARGS(fn, sep, ...) fn(DT_N_S_soc_S_pwm_40021000, pinctrl_names, 0, __VA_ARGS__) DT_DEBRACKET_INTERNAL sep \
+	fn(DT_N_S_soc_S_pwm_40021000, pinctrl_names, 1, __VA_ARGS__)
+#define DT_N_S_soc_S_pwm_40021000_P_pinctrl_names_LEN 2
+#define DT_N_S_soc_S_pwm_40021000_P_pinctrl_names_EXISTS 1
+#define DT_N_S_soc_S_pwm_40021000_P_center_aligned 0
+#define DT_N_S_soc_S_pwm_40021000_P_center_aligned_EXISTS 1
+
+/*
+ * Devicetree node: /soc/pwm@40022000
+ *
+ * Node identifier: DT_N_S_soc_S_pwm_40022000
+ *
+ * Binding (compatible = nordic,nrf-pwm):
+ *   $ZEPHYR_BASE/dts/bindings/pwm/nordic,nrf-pwm.yaml
+ *
+ * (Descriptions have moved to the Devicetree Bindings Index
+ * in the documentation.)
+ */
+
+/* Node's full path: */
+#define DT_N_S_soc_S_pwm_40022000_PATH "/soc/pwm@40022000"
+
+/* Node's name with unit-address: */
+#define DT_N_S_soc_S_pwm_40022000_FULL_NAME "pwm@40022000"
+
+/* Node parent (/soc) identifier: */
+#define DT_N_S_soc_S_pwm_40022000_PARENT DT_N_S_soc
+
+/* Node's index in its parent's list of children: */
+#define DT_N_S_soc_S_pwm_40022000_CHILD_IDX 43
+
+/* Helper macros for child nodes of this node. */
+#define DT_N_S_soc_S_pwm_40022000_CHILD_NUM 0
+#define DT_N_S_soc_S_pwm_40022000_CHILD_NUM_STATUS_OKAY 0
+#define DT_N_S_soc_S_pwm_40022000_FOREACH_CHILD(fn) 
+#define DT_N_S_soc_S_pwm_40022000_FOREACH_CHILD_SEP(fn, sep) 
+#define DT_N_S_soc_S_pwm_40022000_FOREACH_CHILD_VARGS(fn, ...) 
+#define DT_N_S_soc_S_pwm_40022000_FOREACH_CHILD_SEP_VARGS(fn, sep, ...) 
+#define DT_N_S_soc_S_pwm_40022000_FOREACH_CHILD_STATUS_OKAY(fn) 
+#define DT_N_S_soc_S_pwm_40022000_FOREACH_CHILD_STATUS_OKAY_SEP(fn, sep) 
+#define DT_N_S_soc_S_pwm_40022000_FOREACH_CHILD_STATUS_OKAY_VARGS(fn, ...) 
+#define DT_N_S_soc_S_pwm_40022000_FOREACH_CHILD_STATUS_OKAY_SEP_VARGS(fn, sep, ...) 
+
+/* Node's dependency ordinal: */
+#define DT_N_S_soc_S_pwm_40022000_ORD 58
+#define DT_N_S_soc_S_pwm_40022000_ORD_STR_SORTABLE 00058
+
+/* Ordinals for what this node depends on directly: */
+#define DT_N_S_soc_S_pwm_40022000_REQUIRES_ORDS \
+	5, /* /soc */ \
+	6, /* /soc/interrupt-controller@e000e100 */
+
+/* Ordinals for what depends directly on this node: */
+#define DT_N_S_soc_S_pwm_40022000_SUPPORTS_ORDS /* nothing */
+
+/* Existence and alternate IDs: */
+#define DT_N_S_soc_S_pwm_40022000_EXISTS 1
+#define DT_N_INST_2_nordic_nrf_pwm DT_N_S_soc_S_pwm_40022000
+#define DT_N_NODELABEL_pwm2        DT_N_S_soc_S_pwm_40022000
+
+/* Macros for properties that are special in the specification: */
+#define DT_N_S_soc_S_pwm_40022000_REG_NUM 1
+#define DT_N_S_soc_S_pwm_40022000_REG_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_pwm_40022000_REG_IDX_0_VAL_ADDRESS 1073881088 /* 0x40022000 */
+#define DT_N_S_soc_S_pwm_40022000_REG_IDX_0_VAL_SIZE 4096 /* 0x1000 */
+#define DT_N_S_soc_S_pwm_40022000_RANGES_NUM 0
+#define DT_N_S_soc_S_pwm_40022000_FOREACH_RANGE(fn) 
+#define DT_N_S_soc_S_pwm_40022000_IRQ_NUM 1
+#define DT_N_S_soc_S_pwm_40022000_IRQ_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_pwm_40022000_IRQ_IDX_0_VAL_irq 34
+#define DT_N_S_soc_S_pwm_40022000_IRQ_IDX_0_VAL_irq_EXISTS 1
+#define DT_N_S_soc_S_pwm_40022000_IRQ_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_pwm_40022000_IRQ_IDX_0_VAL_priority 1
+#define DT_N_S_soc_S_pwm_40022000_IRQ_IDX_0_VAL_priority_EXISTS 1
+#define DT_N_S_soc_S_pwm_40022000_IRQ_IDX_0_CONTROLLER DT_N_S_soc_S_interrupt_controller_e000e100
+#define DT_N_S_soc_S_pwm_40022000_IRQ_LEVEL 1
+#define DT_N_S_soc_S_pwm_40022000_COMPAT_MATCHES_nordic_nrf_pwm 1
+#define DT_N_S_soc_S_pwm_40022000_COMPAT_VENDOR_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_pwm_40022000_COMPAT_VENDOR_IDX_0 "Nordic Semiconductor"
+#define DT_N_S_soc_S_pwm_40022000_COMPAT_MODEL_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_pwm_40022000_COMPAT_MODEL_IDX_0 "nrf-pwm"
+#define DT_N_S_soc_S_pwm_40022000_STATUS_disabled 1
+
+/* Pin control (pinctrl-<i>, pinctrl-names) properties: */
+#define DT_N_S_soc_S_pwm_40022000_PINCTRL_NUM 0
+
+/* Generic property macros: */
+#define DT_N_S_soc_S_pwm_40022000_P_wakeup_source 0
+#define DT_N_S_soc_S_pwm_40022000_P_wakeup_source_EXISTS 1
+#define DT_N_S_soc_S_pwm_40022000_P_zephyr_pm_device_runtime_auto 0
+#define DT_N_S_soc_S_pwm_40022000_P_zephyr_pm_device_runtime_auto_EXISTS 1
+#define DT_N_S_soc_S_pwm_40022000_P_status "disabled"
+#define DT_N_S_soc_S_pwm_40022000_P_status_STRING_UNQUOTED disabled
+#define DT_N_S_soc_S_pwm_40022000_P_status_STRING_TOKEN disabled
+#define DT_N_S_soc_S_pwm_40022000_P_status_STRING_UPPER_TOKEN DISABLED
+#define DT_N_S_soc_S_pwm_40022000_P_status_IDX_0 "disabled"
+#define DT_N_S_soc_S_pwm_40022000_P_status_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_pwm_40022000_P_status_ENUM_IDX 2
+#define DT_N_S_soc_S_pwm_40022000_P_status_ENUM_VAL_disabled_EXISTS 1
+#define DT_N_S_soc_S_pwm_40022000_P_status_ENUM_TOKEN disabled
+#define DT_N_S_soc_S_pwm_40022000_P_status_ENUM_UPPER_TOKEN DISABLED
+#define DT_N_S_soc_S_pwm_40022000_P_status_FOREACH_PROP_ELEM(fn) fn(DT_N_S_soc_S_pwm_40022000, status, 0)
+#define DT_N_S_soc_S_pwm_40022000_P_status_FOREACH_PROP_ELEM_SEP(fn, sep) fn(DT_N_S_soc_S_pwm_40022000, status, 0)
+#define DT_N_S_soc_S_pwm_40022000_P_status_FOREACH_PROP_ELEM_VARGS(fn, ...) fn(DT_N_S_soc_S_pwm_40022000, status, 0, __VA_ARGS__)
+#define DT_N_S_soc_S_pwm_40022000_P_status_FOREACH_PROP_ELEM_SEP_VARGS(fn, sep, ...) fn(DT_N_S_soc_S_pwm_40022000, status, 0, __VA_ARGS__)
+#define DT_N_S_soc_S_pwm_40022000_P_status_LEN 1
+#define DT_N_S_soc_S_pwm_40022000_P_status_EXISTS 1
+#define DT_N_S_soc_S_pwm_40022000_P_compatible {"nordic,nrf-pwm"}
+#define DT_N_S_soc_S_pwm_40022000_P_compatible_IDX_0 "nordic,nrf-pwm"
+#define DT_N_S_soc_S_pwm_40022000_P_compatible_IDX_0_STRING_UNQUOTED nordic,nrf-pwm
+#define DT_N_S_soc_S_pwm_40022000_P_compatible_IDX_0_STRING_TOKEN nordic_nrf_pwm
+#define DT_N_S_soc_S_pwm_40022000_P_compatible_IDX_0_STRING_UPPER_TOKEN NORDIC_NRF_PWM
+#define DT_N_S_soc_S_pwm_40022000_P_compatible_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_pwm_40022000_P_compatible_FOREACH_PROP_ELEM(fn) fn(DT_N_S_soc_S_pwm_40022000, compatible, 0)
+#define DT_N_S_soc_S_pwm_40022000_P_compatible_FOREACH_PROP_ELEM_SEP(fn, sep) fn(DT_N_S_soc_S_pwm_40022000, compatible, 0)
+#define DT_N_S_soc_S_pwm_40022000_P_compatible_FOREACH_PROP_ELEM_VARGS(fn, ...) fn(DT_N_S_soc_S_pwm_40022000, compatible, 0, __VA_ARGS__)
+#define DT_N_S_soc_S_pwm_40022000_P_compatible_FOREACH_PROP_ELEM_SEP_VARGS(fn, sep, ...) fn(DT_N_S_soc_S_pwm_40022000, compatible, 0, __VA_ARGS__)
+#define DT_N_S_soc_S_pwm_40022000_P_compatible_LEN 1
+#define DT_N_S_soc_S_pwm_40022000_P_compatible_EXISTS 1
+#define DT_N_S_soc_S_pwm_40022000_P_reg {1073881088 /* 0x40022000 */, 4096 /* 0x1000 */}
+#define DT_N_S_soc_S_pwm_40022000_P_reg_IDX_0 1073881088
+#define DT_N_S_soc_S_pwm_40022000_P_reg_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_pwm_40022000_P_reg_IDX_1 4096
+#define DT_N_S_soc_S_pwm_40022000_P_reg_IDX_1_EXISTS 1
+#define DT_N_S_soc_S_pwm_40022000_P_reg_EXISTS 1
+#define DT_N_S_soc_S_pwm_40022000_P_interrupts {34 /* 0x22 */, 1 /* 0x1 */}
+#define DT_N_S_soc_S_pwm_40022000_P_interrupts_IDX_0 34
+#define DT_N_S_soc_S_pwm_40022000_P_interrupts_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_pwm_40022000_P_interrupts_IDX_1 1
+#define DT_N_S_soc_S_pwm_40022000_P_interrupts_IDX_1_EXISTS 1
+#define DT_N_S_soc_S_pwm_40022000_P_interrupts_EXISTS 1
+#define DT_N_S_soc_S_pwm_40022000_P_zephyr_deferred_init 0
+#define DT_N_S_soc_S_pwm_40022000_P_zephyr_deferred_init_EXISTS 1
+#define DT_N_S_soc_S_pwm_40022000_P_center_aligned 0
+#define DT_N_S_soc_S_pwm_40022000_P_center_aligned_EXISTS 1
+
+/*
+ * Devicetree node: /soc/pwm@4002d000
+ *
+ * Node identifier: DT_N_S_soc_S_pwm_4002d000
+ *
+ * Binding (compatible = nordic,nrf-pwm):
+ *   $ZEPHYR_BASE/dts/bindings/pwm/nordic,nrf-pwm.yaml
+ *
+ * (Descriptions have moved to the Devicetree Bindings Index
+ * in the documentation.)
+ */
+
+/* Node's full path: */
+#define DT_N_S_soc_S_pwm_4002d000_PATH "/soc/pwm@4002d000"
+
+/* Node's name with unit-address: */
+#define DT_N_S_soc_S_pwm_4002d000_FULL_NAME "pwm@4002d000"
+
+/* Node parent (/soc) identifier: */
+#define DT_N_S_soc_S_pwm_4002d000_PARENT DT_N_S_soc
+
+/* Node's index in its parent's list of children: */
+#define DT_N_S_soc_S_pwm_4002d000_CHILD_IDX 49
+
+/* Helper macros for child nodes of this node. */
+#define DT_N_S_soc_S_pwm_4002d000_CHILD_NUM 0
+#define DT_N_S_soc_S_pwm_4002d000_CHILD_NUM_STATUS_OKAY 0
+#define DT_N_S_soc_S_pwm_4002d000_FOREACH_CHILD(fn) 
+#define DT_N_S_soc_S_pwm_4002d000_FOREACH_CHILD_SEP(fn, sep) 
+#define DT_N_S_soc_S_pwm_4002d000_FOREACH_CHILD_VARGS(fn, ...) 
+#define DT_N_S_soc_S_pwm_4002d000_FOREACH_CHILD_SEP_VARGS(fn, sep, ...) 
+#define DT_N_S_soc_S_pwm_4002d000_FOREACH_CHILD_STATUS_OKAY(fn) 
+#define DT_N_S_soc_S_pwm_4002d000_FOREACH_CHILD_STATUS_OKAY_SEP(fn, sep) 
+#define DT_N_S_soc_S_pwm_4002d000_FOREACH_CHILD_STATUS_OKAY_VARGS(fn, ...) 
+#define DT_N_S_soc_S_pwm_4002d000_FOREACH_CHILD_STATUS_OKAY_SEP_VARGS(fn, sep, ...) 
+
+/* Node's dependency ordinal: */
+#define DT_N_S_soc_S_pwm_4002d000_ORD 59
+#define DT_N_S_soc_S_pwm_4002d000_ORD_STR_SORTABLE 00059
+
+/* Ordinals for what this node depends on directly: */
+#define DT_N_S_soc_S_pwm_4002d000_REQUIRES_ORDS \
+	5, /* /soc */ \
+	6, /* /soc/interrupt-controller@e000e100 */
+
+/* Ordinals for what depends directly on this node: */
+#define DT_N_S_soc_S_pwm_4002d000_SUPPORTS_ORDS /* nothing */
+
+/* Existence and alternate IDs: */
+#define DT_N_S_soc_S_pwm_4002d000_EXISTS 1
+#define DT_N_INST_3_nordic_nrf_pwm DT_N_S_soc_S_pwm_4002d000
+#define DT_N_NODELABEL_pwm3        DT_N_S_soc_S_pwm_4002d000
+
+/* Macros for properties that are special in the specification: */
+#define DT_N_S_soc_S_pwm_4002d000_REG_NUM 1
+#define DT_N_S_soc_S_pwm_4002d000_REG_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_pwm_4002d000_REG_IDX_0_VAL_ADDRESS 1073926144 /* 0x4002d000 */
+#define DT_N_S_soc_S_pwm_4002d000_REG_IDX_0_VAL_SIZE 4096 /* 0x1000 */
+#define DT_N_S_soc_S_pwm_4002d000_RANGES_NUM 0
+#define DT_N_S_soc_S_pwm_4002d000_FOREACH_RANGE(fn) 
+#define DT_N_S_soc_S_pwm_4002d000_IRQ_NUM 1
+#define DT_N_S_soc_S_pwm_4002d000_IRQ_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_pwm_4002d000_IRQ_IDX_0_VAL_irq 45
+#define DT_N_S_soc_S_pwm_4002d000_IRQ_IDX_0_VAL_irq_EXISTS 1
+#define DT_N_S_soc_S_pwm_4002d000_IRQ_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_pwm_4002d000_IRQ_IDX_0_VAL_priority 1
+#define DT_N_S_soc_S_pwm_4002d000_IRQ_IDX_0_VAL_priority_EXISTS 1
+#define DT_N_S_soc_S_pwm_4002d000_IRQ_IDX_0_CONTROLLER DT_N_S_soc_S_interrupt_controller_e000e100
+#define DT_N_S_soc_S_pwm_4002d000_IRQ_LEVEL 1
+#define DT_N_S_soc_S_pwm_4002d000_COMPAT_MATCHES_nordic_nrf_pwm 1
+#define DT_N_S_soc_S_pwm_4002d000_COMPAT_VENDOR_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_pwm_4002d000_COMPAT_VENDOR_IDX_0 "Nordic Semiconductor"
+#define DT_N_S_soc_S_pwm_4002d000_COMPAT_MODEL_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_pwm_4002d000_COMPAT_MODEL_IDX_0 "nrf-pwm"
+#define DT_N_S_soc_S_pwm_4002d000_STATUS_disabled 1
+
+/* Pin control (pinctrl-<i>, pinctrl-names) properties: */
+#define DT_N_S_soc_S_pwm_4002d000_PINCTRL_NUM 0
+
+/* Generic property macros: */
+#define DT_N_S_soc_S_pwm_4002d000_P_wakeup_source 0
+#define DT_N_S_soc_S_pwm_4002d000_P_wakeup_source_EXISTS 1
+#define DT_N_S_soc_S_pwm_4002d000_P_zephyr_pm_device_runtime_auto 0
+#define DT_N_S_soc_S_pwm_4002d000_P_zephyr_pm_device_runtime_auto_EXISTS 1
+#define DT_N_S_soc_S_pwm_4002d000_P_status "disabled"
+#define DT_N_S_soc_S_pwm_4002d000_P_status_STRING_UNQUOTED disabled
+#define DT_N_S_soc_S_pwm_4002d000_P_status_STRING_TOKEN disabled
+#define DT_N_S_soc_S_pwm_4002d000_P_status_STRING_UPPER_TOKEN DISABLED
+#define DT_N_S_soc_S_pwm_4002d000_P_status_IDX_0 "disabled"
+#define DT_N_S_soc_S_pwm_4002d000_P_status_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_pwm_4002d000_P_status_ENUM_IDX 2
+#define DT_N_S_soc_S_pwm_4002d000_P_status_ENUM_VAL_disabled_EXISTS 1
+#define DT_N_S_soc_S_pwm_4002d000_P_status_ENUM_TOKEN disabled
+#define DT_N_S_soc_S_pwm_4002d000_P_status_ENUM_UPPER_TOKEN DISABLED
+#define DT_N_S_soc_S_pwm_4002d000_P_status_FOREACH_PROP_ELEM(fn) fn(DT_N_S_soc_S_pwm_4002d000, status, 0)
+#define DT_N_S_soc_S_pwm_4002d000_P_status_FOREACH_PROP_ELEM_SEP(fn, sep) fn(DT_N_S_soc_S_pwm_4002d000, status, 0)
+#define DT_N_S_soc_S_pwm_4002d000_P_status_FOREACH_PROP_ELEM_VARGS(fn, ...) fn(DT_N_S_soc_S_pwm_4002d000, status, 0, __VA_ARGS__)
+#define DT_N_S_soc_S_pwm_4002d000_P_status_FOREACH_PROP_ELEM_SEP_VARGS(fn, sep, ...) fn(DT_N_S_soc_S_pwm_4002d000, status, 0, __VA_ARGS__)
+#define DT_N_S_soc_S_pwm_4002d000_P_status_LEN 1
+#define DT_N_S_soc_S_pwm_4002d000_P_status_EXISTS 1
+#define DT_N_S_soc_S_pwm_4002d000_P_compatible {"nordic,nrf-pwm"}
+#define DT_N_S_soc_S_pwm_4002d000_P_compatible_IDX_0 "nordic,nrf-pwm"
+#define DT_N_S_soc_S_pwm_4002d000_P_compatible_IDX_0_STRING_UNQUOTED nordic,nrf-pwm
+#define DT_N_S_soc_S_pwm_4002d000_P_compatible_IDX_0_STRING_TOKEN nordic_nrf_pwm
+#define DT_N_S_soc_S_pwm_4002d000_P_compatible_IDX_0_STRING_UPPER_TOKEN NORDIC_NRF_PWM
+#define DT_N_S_soc_S_pwm_4002d000_P_compatible_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_pwm_4002d000_P_compatible_FOREACH_PROP_ELEM(fn) fn(DT_N_S_soc_S_pwm_4002d000, compatible, 0)
+#define DT_N_S_soc_S_pwm_4002d000_P_compatible_FOREACH_PROP_ELEM_SEP(fn, sep) fn(DT_N_S_soc_S_pwm_4002d000, compatible, 0)
+#define DT_N_S_soc_S_pwm_4002d000_P_compatible_FOREACH_PROP_ELEM_VARGS(fn, ...) fn(DT_N_S_soc_S_pwm_4002d000, compatible, 0, __VA_ARGS__)
+#define DT_N_S_soc_S_pwm_4002d000_P_compatible_FOREACH_PROP_ELEM_SEP_VARGS(fn, sep, ...) fn(DT_N_S_soc_S_pwm_4002d000, compatible, 0, __VA_ARGS__)
+#define DT_N_S_soc_S_pwm_4002d000_P_compatible_LEN 1
+#define DT_N_S_soc_S_pwm_4002d000_P_compatible_EXISTS 1
+#define DT_N_S_soc_S_pwm_4002d000_P_reg {1073926144 /* 0x4002d000 */, 4096 /* 0x1000 */}
+#define DT_N_S_soc_S_pwm_4002d000_P_reg_IDX_0 1073926144
+#define DT_N_S_soc_S_pwm_4002d000_P_reg_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_pwm_4002d000_P_reg_IDX_1 4096
+#define DT_N_S_soc_S_pwm_4002d000_P_reg_IDX_1_EXISTS 1
+#define DT_N_S_soc_S_pwm_4002d000_P_reg_EXISTS 1
+#define DT_N_S_soc_S_pwm_4002d000_P_interrupts {45 /* 0x2d */, 1 /* 0x1 */}
+#define DT_N_S_soc_S_pwm_4002d000_P_interrupts_IDX_0 45
+#define DT_N_S_soc_S_pwm_4002d000_P_interrupts_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_pwm_4002d000_P_interrupts_IDX_1 1
+#define DT_N_S_soc_S_pwm_4002d000_P_interrupts_IDX_1_EXISTS 1
+#define DT_N_S_soc_S_pwm_4002d000_P_interrupts_EXISTS 1
+#define DT_N_S_soc_S_pwm_4002d000_P_zephyr_deferred_init 0
+#define DT_N_S_soc_S_pwm_4002d000_P_zephyr_deferred_init_EXISTS 1
+#define DT_N_S_soc_S_pwm_4002d000_P_center_aligned 0
+#define DT_N_S_soc_S_pwm_4002d000_P_center_aligned_EXISTS 1
+
+/*
+ * Devicetree node: /soc/qdec@40012000
+ *
+ * Node identifier: DT_N_S_soc_S_qdec_40012000
+ *
+ * Binding (compatible = nordic,nrf-qdec):
+ *   $ZEPHYR_BASE/dts/bindings/sensor/nordic,nrf-qdec.yaml
+ *
+ * (Descriptions have moved to the Devicetree Bindings Index
+ * in the documentation.)
+ */
+
+/* Node's full path: */
+#define DT_N_S_soc_S_qdec_40012000_PATH "/soc/qdec@40012000"
+
+/* Node's name with unit-address: */
+#define DT_N_S_soc_S_qdec_40012000_FULL_NAME "qdec@40012000"
+
+/* Node parent (/soc) identifier: */
+#define DT_N_S_soc_S_qdec_40012000_PARENT DT_N_S_soc
+
+/* Node's index in its parent's list of children: */
+#define DT_N_S_soc_S_qdec_40012000_CHILD_IDX 26
+
+/* Helper macros for child nodes of this node. */
+#define DT_N_S_soc_S_qdec_40012000_CHILD_NUM 0
+#define DT_N_S_soc_S_qdec_40012000_CHILD_NUM_STATUS_OKAY 0
+#define DT_N_S_soc_S_qdec_40012000_FOREACH_CHILD(fn) 
+#define DT_N_S_soc_S_qdec_40012000_FOREACH_CHILD_SEP(fn, sep) 
+#define DT_N_S_soc_S_qdec_40012000_FOREACH_CHILD_VARGS(fn, ...) 
+#define DT_N_S_soc_S_qdec_40012000_FOREACH_CHILD_SEP_VARGS(fn, sep, ...) 
+#define DT_N_S_soc_S_qdec_40012000_FOREACH_CHILD_STATUS_OKAY(fn) 
+#define DT_N_S_soc_S_qdec_40012000_FOREACH_CHILD_STATUS_OKAY_SEP(fn, sep) 
+#define DT_N_S_soc_S_qdec_40012000_FOREACH_CHILD_STATUS_OKAY_VARGS(fn, ...) 
+#define DT_N_S_soc_S_qdec_40012000_FOREACH_CHILD_STATUS_OKAY_SEP_VARGS(fn, sep, ...) 
+
+/* Node's dependency ordinal: */
+#define DT_N_S_soc_S_qdec_40012000_ORD 60
+#define DT_N_S_soc_S_qdec_40012000_ORD_STR_SORTABLE 00060
+
+/* Ordinals for what this node depends on directly: */
+#define DT_N_S_soc_S_qdec_40012000_REQUIRES_ORDS \
+	5, /* /soc */ \
+	6, /* /soc/interrupt-controller@e000e100 */
+
+/* Ordinals for what depends directly on this node: */
+#define DT_N_S_soc_S_qdec_40012000_SUPPORTS_ORDS /* nothing */
+
+/* Existence and alternate IDs: */
+#define DT_N_S_soc_S_qdec_40012000_EXISTS 1
+#define DT_N_INST_0_nordic_nrf_qdec DT_N_S_soc_S_qdec_40012000
+#define DT_N_NODELABEL_qdec         DT_N_S_soc_S_qdec_40012000
+#define DT_N_NODELABEL_qdec0        DT_N_S_soc_S_qdec_40012000
+
+/* Macros for properties that are special in the specification: */
+#define DT_N_S_soc_S_qdec_40012000_REG_NUM 1
+#define DT_N_S_soc_S_qdec_40012000_REG_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_qdec_40012000_REG_IDX_0_VAL_ADDRESS 1073815552 /* 0x40012000 */
+#define DT_N_S_soc_S_qdec_40012000_REG_IDX_0_VAL_SIZE 4096 /* 0x1000 */
+#define DT_N_S_soc_S_qdec_40012000_RANGES_NUM 0
+#define DT_N_S_soc_S_qdec_40012000_FOREACH_RANGE(fn) 
+#define DT_N_S_soc_S_qdec_40012000_IRQ_NUM 1
+#define DT_N_S_soc_S_qdec_40012000_IRQ_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_qdec_40012000_IRQ_IDX_0_VAL_irq 18
+#define DT_N_S_soc_S_qdec_40012000_IRQ_IDX_0_VAL_irq_EXISTS 1
+#define DT_N_S_soc_S_qdec_40012000_IRQ_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_qdec_40012000_IRQ_IDX_0_VAL_priority 1
+#define DT_N_S_soc_S_qdec_40012000_IRQ_IDX_0_VAL_priority_EXISTS 1
+#define DT_N_S_soc_S_qdec_40012000_IRQ_IDX_0_CONTROLLER DT_N_S_soc_S_interrupt_controller_e000e100
+#define DT_N_S_soc_S_qdec_40012000_IRQ_LEVEL 1
+#define DT_N_S_soc_S_qdec_40012000_COMPAT_MATCHES_nordic_nrf_qdec 1
+#define DT_N_S_soc_S_qdec_40012000_COMPAT_VENDOR_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_qdec_40012000_COMPAT_VENDOR_IDX_0 "Nordic Semiconductor"
+#define DT_N_S_soc_S_qdec_40012000_COMPAT_MODEL_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_qdec_40012000_COMPAT_MODEL_IDX_0 "nrf-qdec"
+#define DT_N_S_soc_S_qdec_40012000_STATUS_disabled 1
+
+/* Pin control (pinctrl-<i>, pinctrl-names) properties: */
+#define DT_N_S_soc_S_qdec_40012000_PINCTRL_NUM 0
+
+/* Generic property macros: */
+#define DT_N_S_soc_S_qdec_40012000_P_wakeup_source 0
+#define DT_N_S_soc_S_qdec_40012000_P_wakeup_source_EXISTS 1
+#define DT_N_S_soc_S_qdec_40012000_P_zephyr_pm_device_runtime_auto 0
+#define DT_N_S_soc_S_qdec_40012000_P_zephyr_pm_device_runtime_auto_EXISTS 1
+#define DT_N_S_soc_S_qdec_40012000_P_status "disabled"
+#define DT_N_S_soc_S_qdec_40012000_P_status_STRING_UNQUOTED disabled
+#define DT_N_S_soc_S_qdec_40012000_P_status_STRING_TOKEN disabled
+#define DT_N_S_soc_S_qdec_40012000_P_status_STRING_UPPER_TOKEN DISABLED
+#define DT_N_S_soc_S_qdec_40012000_P_status_IDX_0 "disabled"
+#define DT_N_S_soc_S_qdec_40012000_P_status_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_qdec_40012000_P_status_ENUM_IDX 2
+#define DT_N_S_soc_S_qdec_40012000_P_status_ENUM_VAL_disabled_EXISTS 1
+#define DT_N_S_soc_S_qdec_40012000_P_status_ENUM_TOKEN disabled
+#define DT_N_S_soc_S_qdec_40012000_P_status_ENUM_UPPER_TOKEN DISABLED
+#define DT_N_S_soc_S_qdec_40012000_P_status_FOREACH_PROP_ELEM(fn) fn(DT_N_S_soc_S_qdec_40012000, status, 0)
+#define DT_N_S_soc_S_qdec_40012000_P_status_FOREACH_PROP_ELEM_SEP(fn, sep) fn(DT_N_S_soc_S_qdec_40012000, status, 0)
+#define DT_N_S_soc_S_qdec_40012000_P_status_FOREACH_PROP_ELEM_VARGS(fn, ...) fn(DT_N_S_soc_S_qdec_40012000, status, 0, __VA_ARGS__)
+#define DT_N_S_soc_S_qdec_40012000_P_status_FOREACH_PROP_ELEM_SEP_VARGS(fn, sep, ...) fn(DT_N_S_soc_S_qdec_40012000, status, 0, __VA_ARGS__)
+#define DT_N_S_soc_S_qdec_40012000_P_status_LEN 1
+#define DT_N_S_soc_S_qdec_40012000_P_status_EXISTS 1
+#define DT_N_S_soc_S_qdec_40012000_P_compatible {"nordic,nrf-qdec"}
+#define DT_N_S_soc_S_qdec_40012000_P_compatible_IDX_0 "nordic,nrf-qdec"
+#define DT_N_S_soc_S_qdec_40012000_P_compatible_IDX_0_STRING_UNQUOTED nordic,nrf-qdec
+#define DT_N_S_soc_S_qdec_40012000_P_compatible_IDX_0_STRING_TOKEN nordic_nrf_qdec
+#define DT_N_S_soc_S_qdec_40012000_P_compatible_IDX_0_STRING_UPPER_TOKEN NORDIC_NRF_QDEC
+#define DT_N_S_soc_S_qdec_40012000_P_compatible_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_qdec_40012000_P_compatible_FOREACH_PROP_ELEM(fn) fn(DT_N_S_soc_S_qdec_40012000, compatible, 0)
+#define DT_N_S_soc_S_qdec_40012000_P_compatible_FOREACH_PROP_ELEM_SEP(fn, sep) fn(DT_N_S_soc_S_qdec_40012000, compatible, 0)
+#define DT_N_S_soc_S_qdec_40012000_P_compatible_FOREACH_PROP_ELEM_VARGS(fn, ...) fn(DT_N_S_soc_S_qdec_40012000, compatible, 0, __VA_ARGS__)
+#define DT_N_S_soc_S_qdec_40012000_P_compatible_FOREACH_PROP_ELEM_SEP_VARGS(fn, sep, ...) fn(DT_N_S_soc_S_qdec_40012000, compatible, 0, __VA_ARGS__)
+#define DT_N_S_soc_S_qdec_40012000_P_compatible_LEN 1
+#define DT_N_S_soc_S_qdec_40012000_P_compatible_EXISTS 1
+#define DT_N_S_soc_S_qdec_40012000_P_reg {1073815552 /* 0x40012000 */, 4096 /* 0x1000 */}
+#define DT_N_S_soc_S_qdec_40012000_P_reg_IDX_0 1073815552
+#define DT_N_S_soc_S_qdec_40012000_P_reg_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_qdec_40012000_P_reg_IDX_1 4096
+#define DT_N_S_soc_S_qdec_40012000_P_reg_IDX_1_EXISTS 1
+#define DT_N_S_soc_S_qdec_40012000_P_reg_EXISTS 1
+#define DT_N_S_soc_S_qdec_40012000_P_interrupts {18 /* 0x12 */, 1 /* 0x1 */}
+#define DT_N_S_soc_S_qdec_40012000_P_interrupts_IDX_0 18
+#define DT_N_S_soc_S_qdec_40012000_P_interrupts_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_qdec_40012000_P_interrupts_IDX_1 1
+#define DT_N_S_soc_S_qdec_40012000_P_interrupts_IDX_1_EXISTS 1
+#define DT_N_S_soc_S_qdec_40012000_P_interrupts_EXISTS 1
+#define DT_N_S_soc_S_qdec_40012000_P_zephyr_deferred_init 0
+#define DT_N_S_soc_S_qdec_40012000_P_zephyr_deferred_init_EXISTS 1
+
+/*
+ * Devicetree node: /soc/random@4000d000
+ *
+ * Node identifier: DT_N_S_soc_S_random_4000d000
+ *
+ * Binding (compatible = nordic,nrf-rng):
+ *   $ZEPHYR_BASE/dts/bindings/rng/nordic,nrf-rng.yaml
+ *
+ * (Descriptions have moved to the Devicetree Bindings Index
+ * in the documentation.)
+ */
+
+/* Node's full path: */
+#define DT_N_S_soc_S_random_4000d000_PATH "/soc/random@4000d000"
+
+/* Node's name with unit-address: */
+#define DT_N_S_soc_S_random_4000d000_FULL_NAME "random@4000d000"
+
+/* Node parent (/soc) identifier: */
+#define DT_N_S_soc_S_random_4000d000_PARENT DT_N_S_soc
+
+/* Node's index in its parent's list of children: */
+#define DT_N_S_soc_S_random_4000d000_CHILD_IDX 21
+
+/* Helper macros for child nodes of this node. */
+#define DT_N_S_soc_S_random_4000d000_CHILD_NUM 0
+#define DT_N_S_soc_S_random_4000d000_CHILD_NUM_STATUS_OKAY 0
+#define DT_N_S_soc_S_random_4000d000_FOREACH_CHILD(fn) 
+#define DT_N_S_soc_S_random_4000d000_FOREACH_CHILD_SEP(fn, sep) 
+#define DT_N_S_soc_S_random_4000d000_FOREACH_CHILD_VARGS(fn, ...) 
+#define DT_N_S_soc_S_random_4000d000_FOREACH_CHILD_SEP_VARGS(fn, sep, ...) 
+#define DT_N_S_soc_S_random_4000d000_FOREACH_CHILD_STATUS_OKAY(fn) 
+#define DT_N_S_soc_S_random_4000d000_FOREACH_CHILD_STATUS_OKAY_SEP(fn, sep) 
+#define DT_N_S_soc_S_random_4000d000_FOREACH_CHILD_STATUS_OKAY_VARGS(fn, ...) 
+#define DT_N_S_soc_S_random_4000d000_FOREACH_CHILD_STATUS_OKAY_SEP_VARGS(fn, sep, ...) 
+
+/* Node's dependency ordinal: */
+#define DT_N_S_soc_S_random_4000d000_ORD 61
+#define DT_N_S_soc_S_random_4000d000_ORD_STR_SORTABLE 00061
+
+/* Ordinals for what this node depends on directly: */
+#define DT_N_S_soc_S_random_4000d000_REQUIRES_ORDS \
+	5, /* /soc */ \
+	6, /* /soc/interrupt-controller@e000e100 */
+
+/* Ordinals for what depends directly on this node: */
+#define DT_N_S_soc_S_random_4000d000_SUPPORTS_ORDS /* nothing */
+
+/* Existence and alternate IDs: */
+#define DT_N_S_soc_S_random_4000d000_EXISTS 1
+#define DT_N_INST_0_nordic_nrf_rng DT_N_S_soc_S_random_4000d000
+#define DT_N_NODELABEL_rng         DT_N_S_soc_S_random_4000d000
+
+/* Macros for properties that are special in the specification: */
+#define DT_N_S_soc_S_random_4000d000_REG_NUM 1
+#define DT_N_S_soc_S_random_4000d000_REG_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_random_4000d000_REG_IDX_0_VAL_ADDRESS 1073795072 /* 0x4000d000 */
+#define DT_N_S_soc_S_random_4000d000_REG_IDX_0_VAL_SIZE 4096 /* 0x1000 */
+#define DT_N_S_soc_S_random_4000d000_RANGES_NUM 0
+#define DT_N_S_soc_S_random_4000d000_FOREACH_RANGE(fn) 
+#define DT_N_S_soc_S_random_4000d000_IRQ_NUM 1
+#define DT_N_S_soc_S_random_4000d000_IRQ_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_random_4000d000_IRQ_IDX_0_VAL_irq 13
+#define DT_N_S_soc_S_random_4000d000_IRQ_IDX_0_VAL_irq_EXISTS 1
+#define DT_N_S_soc_S_random_4000d000_IRQ_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_random_4000d000_IRQ_IDX_0_VAL_priority 1
+#define DT_N_S_soc_S_random_4000d000_IRQ_IDX_0_VAL_priority_EXISTS 1
+#define DT_N_S_soc_S_random_4000d000_IRQ_IDX_0_CONTROLLER DT_N_S_soc_S_interrupt_controller_e000e100
+#define DT_N_S_soc_S_random_4000d000_IRQ_LEVEL 1
+#define DT_N_S_soc_S_random_4000d000_COMPAT_MATCHES_nordic_nrf_rng 1
+#define DT_N_S_soc_S_random_4000d000_COMPAT_VENDOR_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_random_4000d000_COMPAT_VENDOR_IDX_0 "Nordic Semiconductor"
+#define DT_N_S_soc_S_random_4000d000_COMPAT_MODEL_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_random_4000d000_COMPAT_MODEL_IDX_0 "nrf-rng"
+#define DT_N_S_soc_S_random_4000d000_STATUS_okay 1
+
+/* Pin control (pinctrl-<i>, pinctrl-names) properties: */
+#define DT_N_S_soc_S_random_4000d000_PINCTRL_NUM 0
+
+/* Generic property macros: */
+#define DT_N_S_soc_S_random_4000d000_P_wakeup_source 0
+#define DT_N_S_soc_S_random_4000d000_P_wakeup_source_EXISTS 1
+#define DT_N_S_soc_S_random_4000d000_P_zephyr_pm_device_runtime_auto 0
+#define DT_N_S_soc_S_random_4000d000_P_zephyr_pm_device_runtime_auto_EXISTS 1
+#define DT_N_S_soc_S_random_4000d000_P_status "okay"
+#define DT_N_S_soc_S_random_4000d000_P_status_STRING_UNQUOTED okay
+#define DT_N_S_soc_S_random_4000d000_P_status_STRING_TOKEN okay
+#define DT_N_S_soc_S_random_4000d000_P_status_STRING_UPPER_TOKEN OKAY
+#define DT_N_S_soc_S_random_4000d000_P_status_IDX_0 "okay"
+#define DT_N_S_soc_S_random_4000d000_P_status_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_random_4000d000_P_status_ENUM_IDX 1
+#define DT_N_S_soc_S_random_4000d000_P_status_ENUM_VAL_okay_EXISTS 1
+#define DT_N_S_soc_S_random_4000d000_P_status_ENUM_TOKEN okay
+#define DT_N_S_soc_S_random_4000d000_P_status_ENUM_UPPER_TOKEN OKAY
+#define DT_N_S_soc_S_random_4000d000_P_status_FOREACH_PROP_ELEM(fn) fn(DT_N_S_soc_S_random_4000d000, status, 0)
+#define DT_N_S_soc_S_random_4000d000_P_status_FOREACH_PROP_ELEM_SEP(fn, sep) fn(DT_N_S_soc_S_random_4000d000, status, 0)
+#define DT_N_S_soc_S_random_4000d000_P_status_FOREACH_PROP_ELEM_VARGS(fn, ...) fn(DT_N_S_soc_S_random_4000d000, status, 0, __VA_ARGS__)
+#define DT_N_S_soc_S_random_4000d000_P_status_FOREACH_PROP_ELEM_SEP_VARGS(fn, sep, ...) fn(DT_N_S_soc_S_random_4000d000, status, 0, __VA_ARGS__)
+#define DT_N_S_soc_S_random_4000d000_P_status_LEN 1
+#define DT_N_S_soc_S_random_4000d000_P_status_EXISTS 1
+#define DT_N_S_soc_S_random_4000d000_P_compatible {"nordic,nrf-rng"}
+#define DT_N_S_soc_S_random_4000d000_P_compatible_IDX_0 "nordic,nrf-rng"
+#define DT_N_S_soc_S_random_4000d000_P_compatible_IDX_0_STRING_UNQUOTED nordic,nrf-rng
+#define DT_N_S_soc_S_random_4000d000_P_compatible_IDX_0_STRING_TOKEN nordic_nrf_rng
+#define DT_N_S_soc_S_random_4000d000_P_compatible_IDX_0_STRING_UPPER_TOKEN NORDIC_NRF_RNG
+#define DT_N_S_soc_S_random_4000d000_P_compatible_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_random_4000d000_P_compatible_FOREACH_PROP_ELEM(fn) fn(DT_N_S_soc_S_random_4000d000, compatible, 0)
+#define DT_N_S_soc_S_random_4000d000_P_compatible_FOREACH_PROP_ELEM_SEP(fn, sep) fn(DT_N_S_soc_S_random_4000d000, compatible, 0)
+#define DT_N_S_soc_S_random_4000d000_P_compatible_FOREACH_PROP_ELEM_VARGS(fn, ...) fn(DT_N_S_soc_S_random_4000d000, compatible, 0, __VA_ARGS__)
+#define DT_N_S_soc_S_random_4000d000_P_compatible_FOREACH_PROP_ELEM_SEP_VARGS(fn, sep, ...) fn(DT_N_S_soc_S_random_4000d000, compatible, 0, __VA_ARGS__)
+#define DT_N_S_soc_S_random_4000d000_P_compatible_LEN 1
+#define DT_N_S_soc_S_random_4000d000_P_compatible_EXISTS 1
+#define DT_N_S_soc_S_random_4000d000_P_reg {1073795072 /* 0x4000d000 */, 4096 /* 0x1000 */}
+#define DT_N_S_soc_S_random_4000d000_P_reg_IDX_0 1073795072
+#define DT_N_S_soc_S_random_4000d000_P_reg_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_random_4000d000_P_reg_IDX_1 4096
+#define DT_N_S_soc_S_random_4000d000_P_reg_IDX_1_EXISTS 1
+#define DT_N_S_soc_S_random_4000d000_P_reg_EXISTS 1
+#define DT_N_S_soc_S_random_4000d000_P_interrupts {13 /* 0xd */, 1 /* 0x1 */}
+#define DT_N_S_soc_S_random_4000d000_P_interrupts_IDX_0 13
+#define DT_N_S_soc_S_random_4000d000_P_interrupts_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_random_4000d000_P_interrupts_IDX_1 1
+#define DT_N_S_soc_S_random_4000d000_P_interrupts_IDX_1_EXISTS 1
+#define DT_N_S_soc_S_random_4000d000_P_interrupts_EXISTS 1
+#define DT_N_S_soc_S_random_4000d000_P_zephyr_deferred_init 0
+#define DT_N_S_soc_S_random_4000d000_P_zephyr_deferred_init_EXISTS 1
+
+/*
+ * Devicetree node: /soc/rtc@4000b000
+ *
+ * Node identifier: DT_N_S_soc_S_rtc_4000b000
+ *
+ * Binding (compatible = nordic,nrf-rtc):
+ *   $ZEPHYR_BASE/dts/bindings/rtc/nordic,nrf-rtc.yaml
+ *
+ * (Descriptions have moved to the Devicetree Bindings Index
+ * in the documentation.)
+ */
+
+/* Node's full path: */
+#define DT_N_S_soc_S_rtc_4000b000_PATH "/soc/rtc@4000b000"
+
+/* Node's name with unit-address: */
+#define DT_N_S_soc_S_rtc_4000b000_FULL_NAME "rtc@4000b000"
+
+/* Node parent (/soc) identifier: */
+#define DT_N_S_soc_S_rtc_4000b000_PARENT DT_N_S_soc
+
+/* Node's index in its parent's list of children: */
+#define DT_N_S_soc_S_rtc_4000b000_CHILD_IDX 19
+
+/* Helper macros for child nodes of this node. */
+#define DT_N_S_soc_S_rtc_4000b000_CHILD_NUM 0
+#define DT_N_S_soc_S_rtc_4000b000_CHILD_NUM_STATUS_OKAY 0
+#define DT_N_S_soc_S_rtc_4000b000_FOREACH_CHILD(fn) 
+#define DT_N_S_soc_S_rtc_4000b000_FOREACH_CHILD_SEP(fn, sep) 
+#define DT_N_S_soc_S_rtc_4000b000_FOREACH_CHILD_VARGS(fn, ...) 
+#define DT_N_S_soc_S_rtc_4000b000_FOREACH_CHILD_SEP_VARGS(fn, sep, ...) 
+#define DT_N_S_soc_S_rtc_4000b000_FOREACH_CHILD_STATUS_OKAY(fn) 
+#define DT_N_S_soc_S_rtc_4000b000_FOREACH_CHILD_STATUS_OKAY_SEP(fn, sep) 
+#define DT_N_S_soc_S_rtc_4000b000_FOREACH_CHILD_STATUS_OKAY_VARGS(fn, ...) 
+#define DT_N_S_soc_S_rtc_4000b000_FOREACH_CHILD_STATUS_OKAY_SEP_VARGS(fn, sep, ...) 
+
+/* Node's dependency ordinal: */
+#define DT_N_S_soc_S_rtc_4000b000_ORD 62
+#define DT_N_S_soc_S_rtc_4000b000_ORD_STR_SORTABLE 00062
+
+/* Ordinals for what this node depends on directly: */
+#define DT_N_S_soc_S_rtc_4000b000_REQUIRES_ORDS \
+	5, /* /soc */ \
+	6, /* /soc/interrupt-controller@e000e100 */
+
+/* Ordinals for what depends directly on this node: */
+#define DT_N_S_soc_S_rtc_4000b000_SUPPORTS_ORDS /* nothing */
+
+/* Existence and alternate IDs: */
+#define DT_N_S_soc_S_rtc_4000b000_EXISTS 1
+#define DT_N_INST_0_nordic_nrf_rtc DT_N_S_soc_S_rtc_4000b000
+#define DT_N_NODELABEL_rtc0        DT_N_S_soc_S_rtc_4000b000
+
+/* Macros for properties that are special in the specification: */
+#define DT_N_S_soc_S_rtc_4000b000_REG_NUM 1
+#define DT_N_S_soc_S_rtc_4000b000_REG_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_rtc_4000b000_REG_IDX_0_VAL_ADDRESS 1073786880 /* 0x4000b000 */
+#define DT_N_S_soc_S_rtc_4000b000_REG_IDX_0_VAL_SIZE 4096 /* 0x1000 */
+#define DT_N_S_soc_S_rtc_4000b000_RANGES_NUM 0
+#define DT_N_S_soc_S_rtc_4000b000_FOREACH_RANGE(fn) 
+#define DT_N_S_soc_S_rtc_4000b000_IRQ_NUM 1
+#define DT_N_S_soc_S_rtc_4000b000_IRQ_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_rtc_4000b000_IRQ_IDX_0_VAL_irq 11
+#define DT_N_S_soc_S_rtc_4000b000_IRQ_IDX_0_VAL_irq_EXISTS 1
+#define DT_N_S_soc_S_rtc_4000b000_IRQ_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_rtc_4000b000_IRQ_IDX_0_VAL_priority 1
+#define DT_N_S_soc_S_rtc_4000b000_IRQ_IDX_0_VAL_priority_EXISTS 1
+#define DT_N_S_soc_S_rtc_4000b000_IRQ_IDX_0_CONTROLLER DT_N_S_soc_S_interrupt_controller_e000e100
+#define DT_N_S_soc_S_rtc_4000b000_IRQ_LEVEL 1
+#define DT_N_S_soc_S_rtc_4000b000_COMPAT_MATCHES_nordic_nrf_rtc 1
+#define DT_N_S_soc_S_rtc_4000b000_COMPAT_VENDOR_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_rtc_4000b000_COMPAT_VENDOR_IDX_0 "Nordic Semiconductor"
+#define DT_N_S_soc_S_rtc_4000b000_COMPAT_MODEL_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_rtc_4000b000_COMPAT_MODEL_IDX_0 "nrf-rtc"
+#define DT_N_S_soc_S_rtc_4000b000_STATUS_disabled 1
+
+/* Pin control (pinctrl-<i>, pinctrl-names) properties: */
+#define DT_N_S_soc_S_rtc_4000b000_PINCTRL_NUM 0
+
+/* Generic property macros: */
+#define DT_N_S_soc_S_rtc_4000b000_P_wakeup_source 0
+#define DT_N_S_soc_S_rtc_4000b000_P_wakeup_source_EXISTS 1
+#define DT_N_S_soc_S_rtc_4000b000_P_zephyr_pm_device_runtime_auto 0
+#define DT_N_S_soc_S_rtc_4000b000_P_zephyr_pm_device_runtime_auto_EXISTS 1
+#define DT_N_S_soc_S_rtc_4000b000_P_status "disabled"
+#define DT_N_S_soc_S_rtc_4000b000_P_status_STRING_UNQUOTED disabled
+#define DT_N_S_soc_S_rtc_4000b000_P_status_STRING_TOKEN disabled
+#define DT_N_S_soc_S_rtc_4000b000_P_status_STRING_UPPER_TOKEN DISABLED
+#define DT_N_S_soc_S_rtc_4000b000_P_status_IDX_0 "disabled"
+#define DT_N_S_soc_S_rtc_4000b000_P_status_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_rtc_4000b000_P_status_ENUM_IDX 2
+#define DT_N_S_soc_S_rtc_4000b000_P_status_ENUM_VAL_disabled_EXISTS 1
+#define DT_N_S_soc_S_rtc_4000b000_P_status_ENUM_TOKEN disabled
+#define DT_N_S_soc_S_rtc_4000b000_P_status_ENUM_UPPER_TOKEN DISABLED
+#define DT_N_S_soc_S_rtc_4000b000_P_status_FOREACH_PROP_ELEM(fn) fn(DT_N_S_soc_S_rtc_4000b000, status, 0)
+#define DT_N_S_soc_S_rtc_4000b000_P_status_FOREACH_PROP_ELEM_SEP(fn, sep) fn(DT_N_S_soc_S_rtc_4000b000, status, 0)
+#define DT_N_S_soc_S_rtc_4000b000_P_status_FOREACH_PROP_ELEM_VARGS(fn, ...) fn(DT_N_S_soc_S_rtc_4000b000, status, 0, __VA_ARGS__)
+#define DT_N_S_soc_S_rtc_4000b000_P_status_FOREACH_PROP_ELEM_SEP_VARGS(fn, sep, ...) fn(DT_N_S_soc_S_rtc_4000b000, status, 0, __VA_ARGS__)
+#define DT_N_S_soc_S_rtc_4000b000_P_status_LEN 1
+#define DT_N_S_soc_S_rtc_4000b000_P_status_EXISTS 1
+#define DT_N_S_soc_S_rtc_4000b000_P_compatible {"nordic,nrf-rtc"}
+#define DT_N_S_soc_S_rtc_4000b000_P_compatible_IDX_0 "nordic,nrf-rtc"
+#define DT_N_S_soc_S_rtc_4000b000_P_compatible_IDX_0_STRING_UNQUOTED nordic,nrf-rtc
+#define DT_N_S_soc_S_rtc_4000b000_P_compatible_IDX_0_STRING_TOKEN nordic_nrf_rtc
+#define DT_N_S_soc_S_rtc_4000b000_P_compatible_IDX_0_STRING_UPPER_TOKEN NORDIC_NRF_RTC
+#define DT_N_S_soc_S_rtc_4000b000_P_compatible_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_rtc_4000b000_P_compatible_FOREACH_PROP_ELEM(fn) fn(DT_N_S_soc_S_rtc_4000b000, compatible, 0)
+#define DT_N_S_soc_S_rtc_4000b000_P_compatible_FOREACH_PROP_ELEM_SEP(fn, sep) fn(DT_N_S_soc_S_rtc_4000b000, compatible, 0)
+#define DT_N_S_soc_S_rtc_4000b000_P_compatible_FOREACH_PROP_ELEM_VARGS(fn, ...) fn(DT_N_S_soc_S_rtc_4000b000, compatible, 0, __VA_ARGS__)
+#define DT_N_S_soc_S_rtc_4000b000_P_compatible_FOREACH_PROP_ELEM_SEP_VARGS(fn, sep, ...) fn(DT_N_S_soc_S_rtc_4000b000, compatible, 0, __VA_ARGS__)
+#define DT_N_S_soc_S_rtc_4000b000_P_compatible_LEN 1
+#define DT_N_S_soc_S_rtc_4000b000_P_compatible_EXISTS 1
+#define DT_N_S_soc_S_rtc_4000b000_P_reg {1073786880 /* 0x4000b000 */, 4096 /* 0x1000 */}
+#define DT_N_S_soc_S_rtc_4000b000_P_reg_IDX_0 1073786880
+#define DT_N_S_soc_S_rtc_4000b000_P_reg_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_rtc_4000b000_P_reg_IDX_1 4096
+#define DT_N_S_soc_S_rtc_4000b000_P_reg_IDX_1_EXISTS 1
+#define DT_N_S_soc_S_rtc_4000b000_P_reg_EXISTS 1
+#define DT_N_S_soc_S_rtc_4000b000_P_interrupts {11 /* 0xb */, 1 /* 0x1 */}
+#define DT_N_S_soc_S_rtc_4000b000_P_interrupts_IDX_0 11
+#define DT_N_S_soc_S_rtc_4000b000_P_interrupts_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_rtc_4000b000_P_interrupts_IDX_1 1
+#define DT_N_S_soc_S_rtc_4000b000_P_interrupts_IDX_1_EXISTS 1
+#define DT_N_S_soc_S_rtc_4000b000_P_interrupts_EXISTS 1
+#define DT_N_S_soc_S_rtc_4000b000_P_zephyr_deferred_init 0
+#define DT_N_S_soc_S_rtc_4000b000_P_zephyr_deferred_init_EXISTS 1
+#define DT_N_S_soc_S_rtc_4000b000_P_clock_frequency 32768
+#define DT_N_S_soc_S_rtc_4000b000_P_clock_frequency_EXISTS 1
+#define DT_N_S_soc_S_rtc_4000b000_P_prescaler 1
+#define DT_N_S_soc_S_rtc_4000b000_P_prescaler_EXISTS 1
+#define DT_N_S_soc_S_rtc_4000b000_P_cc_num 3
+#define DT_N_S_soc_S_rtc_4000b000_P_cc_num_EXISTS 1
+#define DT_N_S_soc_S_rtc_4000b000_P_ppi_wrap 0
+#define DT_N_S_soc_S_rtc_4000b000_P_ppi_wrap_EXISTS 1
+#define DT_N_S_soc_S_rtc_4000b000_P_fixed_top 0
+#define DT_N_S_soc_S_rtc_4000b000_P_fixed_top_EXISTS 1
+#define DT_N_S_soc_S_rtc_4000b000_P_zli 0
+#define DT_N_S_soc_S_rtc_4000b000_P_zli_EXISTS 1
+
+/*
+ * Devicetree node: /soc/rtc@40011000
+ *
+ * Node identifier: DT_N_S_soc_S_rtc_40011000
+ *
+ * Binding (compatible = nordic,nrf-rtc):
+ *   $ZEPHYR_BASE/dts/bindings/rtc/nordic,nrf-rtc.yaml
+ *
+ * (Descriptions have moved to the Devicetree Bindings Index
+ * in the documentation.)
+ */
+
+/* Node's full path: */
+#define DT_N_S_soc_S_rtc_40011000_PATH "/soc/rtc@40011000"
+
+/* Node's name with unit-address: */
+#define DT_N_S_soc_S_rtc_40011000_FULL_NAME "rtc@40011000"
+
+/* Node parent (/soc) identifier: */
+#define DT_N_S_soc_S_rtc_40011000_PARENT DT_N_S_soc
+
+/* Node's index in its parent's list of children: */
+#define DT_N_S_soc_S_rtc_40011000_CHILD_IDX 25
+
+/* Helper macros for child nodes of this node. */
+#define DT_N_S_soc_S_rtc_40011000_CHILD_NUM 0
+#define DT_N_S_soc_S_rtc_40011000_CHILD_NUM_STATUS_OKAY 0
+#define DT_N_S_soc_S_rtc_40011000_FOREACH_CHILD(fn) 
+#define DT_N_S_soc_S_rtc_40011000_FOREACH_CHILD_SEP(fn, sep) 
+#define DT_N_S_soc_S_rtc_40011000_FOREACH_CHILD_VARGS(fn, ...) 
+#define DT_N_S_soc_S_rtc_40011000_FOREACH_CHILD_SEP_VARGS(fn, sep, ...) 
+#define DT_N_S_soc_S_rtc_40011000_FOREACH_CHILD_STATUS_OKAY(fn) 
+#define DT_N_S_soc_S_rtc_40011000_FOREACH_CHILD_STATUS_OKAY_SEP(fn, sep) 
+#define DT_N_S_soc_S_rtc_40011000_FOREACH_CHILD_STATUS_OKAY_VARGS(fn, ...) 
+#define DT_N_S_soc_S_rtc_40011000_FOREACH_CHILD_STATUS_OKAY_SEP_VARGS(fn, sep, ...) 
+
+/* Node's dependency ordinal: */
+#define DT_N_S_soc_S_rtc_40011000_ORD 63
+#define DT_N_S_soc_S_rtc_40011000_ORD_STR_SORTABLE 00063
+
+/* Ordinals for what this node depends on directly: */
+#define DT_N_S_soc_S_rtc_40011000_REQUIRES_ORDS \
+	5, /* /soc */ \
+	6, /* /soc/interrupt-controller@e000e100 */
+
+/* Ordinals for what depends directly on this node: */
+#define DT_N_S_soc_S_rtc_40011000_SUPPORTS_ORDS /* nothing */
+
+/* Existence and alternate IDs: */
+#define DT_N_S_soc_S_rtc_40011000_EXISTS 1
+#define DT_N_INST_1_nordic_nrf_rtc DT_N_S_soc_S_rtc_40011000
+#define DT_N_NODELABEL_rtc1        DT_N_S_soc_S_rtc_40011000
+
+/* Macros for properties that are special in the specification: */
+#define DT_N_S_soc_S_rtc_40011000_REG_NUM 1
+#define DT_N_S_soc_S_rtc_40011000_REG_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_rtc_40011000_REG_IDX_0_VAL_ADDRESS 1073811456 /* 0x40011000 */
+#define DT_N_S_soc_S_rtc_40011000_REG_IDX_0_VAL_SIZE 4096 /* 0x1000 */
+#define DT_N_S_soc_S_rtc_40011000_RANGES_NUM 0
+#define DT_N_S_soc_S_rtc_40011000_FOREACH_RANGE(fn) 
+#define DT_N_S_soc_S_rtc_40011000_IRQ_NUM 1
+#define DT_N_S_soc_S_rtc_40011000_IRQ_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_rtc_40011000_IRQ_IDX_0_VAL_irq 17
+#define DT_N_S_soc_S_rtc_40011000_IRQ_IDX_0_VAL_irq_EXISTS 1
+#define DT_N_S_soc_S_rtc_40011000_IRQ_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_rtc_40011000_IRQ_IDX_0_VAL_priority 1
+#define DT_N_S_soc_S_rtc_40011000_IRQ_IDX_0_VAL_priority_EXISTS 1
+#define DT_N_S_soc_S_rtc_40011000_IRQ_IDX_0_CONTROLLER DT_N_S_soc_S_interrupt_controller_e000e100
+#define DT_N_S_soc_S_rtc_40011000_IRQ_LEVEL 1
+#define DT_N_S_soc_S_rtc_40011000_COMPAT_MATCHES_nordic_nrf_rtc 1
+#define DT_N_S_soc_S_rtc_40011000_COMPAT_VENDOR_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_rtc_40011000_COMPAT_VENDOR_IDX_0 "Nordic Semiconductor"
+#define DT_N_S_soc_S_rtc_40011000_COMPAT_MODEL_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_rtc_40011000_COMPAT_MODEL_IDX_0 "nrf-rtc"
+#define DT_N_S_soc_S_rtc_40011000_STATUS_disabled 1
+
+/* Pin control (pinctrl-<i>, pinctrl-names) properties: */
+#define DT_N_S_soc_S_rtc_40011000_PINCTRL_NUM 0
+
+/* Generic property macros: */
+#define DT_N_S_soc_S_rtc_40011000_P_wakeup_source 0
+#define DT_N_S_soc_S_rtc_40011000_P_wakeup_source_EXISTS 1
+#define DT_N_S_soc_S_rtc_40011000_P_zephyr_pm_device_runtime_auto 0
+#define DT_N_S_soc_S_rtc_40011000_P_zephyr_pm_device_runtime_auto_EXISTS 1
+#define DT_N_S_soc_S_rtc_40011000_P_status "disabled"
+#define DT_N_S_soc_S_rtc_40011000_P_status_STRING_UNQUOTED disabled
+#define DT_N_S_soc_S_rtc_40011000_P_status_STRING_TOKEN disabled
+#define DT_N_S_soc_S_rtc_40011000_P_status_STRING_UPPER_TOKEN DISABLED
+#define DT_N_S_soc_S_rtc_40011000_P_status_IDX_0 "disabled"
+#define DT_N_S_soc_S_rtc_40011000_P_status_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_rtc_40011000_P_status_ENUM_IDX 2
+#define DT_N_S_soc_S_rtc_40011000_P_status_ENUM_VAL_disabled_EXISTS 1
+#define DT_N_S_soc_S_rtc_40011000_P_status_ENUM_TOKEN disabled
+#define DT_N_S_soc_S_rtc_40011000_P_status_ENUM_UPPER_TOKEN DISABLED
+#define DT_N_S_soc_S_rtc_40011000_P_status_FOREACH_PROP_ELEM(fn) fn(DT_N_S_soc_S_rtc_40011000, status, 0)
+#define DT_N_S_soc_S_rtc_40011000_P_status_FOREACH_PROP_ELEM_SEP(fn, sep) fn(DT_N_S_soc_S_rtc_40011000, status, 0)
+#define DT_N_S_soc_S_rtc_40011000_P_status_FOREACH_PROP_ELEM_VARGS(fn, ...) fn(DT_N_S_soc_S_rtc_40011000, status, 0, __VA_ARGS__)
+#define DT_N_S_soc_S_rtc_40011000_P_status_FOREACH_PROP_ELEM_SEP_VARGS(fn, sep, ...) fn(DT_N_S_soc_S_rtc_40011000, status, 0, __VA_ARGS__)
+#define DT_N_S_soc_S_rtc_40011000_P_status_LEN 1
+#define DT_N_S_soc_S_rtc_40011000_P_status_EXISTS 1
+#define DT_N_S_soc_S_rtc_40011000_P_compatible {"nordic,nrf-rtc"}
+#define DT_N_S_soc_S_rtc_40011000_P_compatible_IDX_0 "nordic,nrf-rtc"
+#define DT_N_S_soc_S_rtc_40011000_P_compatible_IDX_0_STRING_UNQUOTED nordic,nrf-rtc
+#define DT_N_S_soc_S_rtc_40011000_P_compatible_IDX_0_STRING_TOKEN nordic_nrf_rtc
+#define DT_N_S_soc_S_rtc_40011000_P_compatible_IDX_0_STRING_UPPER_TOKEN NORDIC_NRF_RTC
+#define DT_N_S_soc_S_rtc_40011000_P_compatible_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_rtc_40011000_P_compatible_FOREACH_PROP_ELEM(fn) fn(DT_N_S_soc_S_rtc_40011000, compatible, 0)
+#define DT_N_S_soc_S_rtc_40011000_P_compatible_FOREACH_PROP_ELEM_SEP(fn, sep) fn(DT_N_S_soc_S_rtc_40011000, compatible, 0)
+#define DT_N_S_soc_S_rtc_40011000_P_compatible_FOREACH_PROP_ELEM_VARGS(fn, ...) fn(DT_N_S_soc_S_rtc_40011000, compatible, 0, __VA_ARGS__)
+#define DT_N_S_soc_S_rtc_40011000_P_compatible_FOREACH_PROP_ELEM_SEP_VARGS(fn, sep, ...) fn(DT_N_S_soc_S_rtc_40011000, compatible, 0, __VA_ARGS__)
+#define DT_N_S_soc_S_rtc_40011000_P_compatible_LEN 1
+#define DT_N_S_soc_S_rtc_40011000_P_compatible_EXISTS 1
+#define DT_N_S_soc_S_rtc_40011000_P_reg {1073811456 /* 0x40011000 */, 4096 /* 0x1000 */}
+#define DT_N_S_soc_S_rtc_40011000_P_reg_IDX_0 1073811456
+#define DT_N_S_soc_S_rtc_40011000_P_reg_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_rtc_40011000_P_reg_IDX_1 4096
+#define DT_N_S_soc_S_rtc_40011000_P_reg_IDX_1_EXISTS 1
+#define DT_N_S_soc_S_rtc_40011000_P_reg_EXISTS 1
+#define DT_N_S_soc_S_rtc_40011000_P_interrupts {17 /* 0x11 */, 1 /* 0x1 */}
+#define DT_N_S_soc_S_rtc_40011000_P_interrupts_IDX_0 17
+#define DT_N_S_soc_S_rtc_40011000_P_interrupts_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_rtc_40011000_P_interrupts_IDX_1 1
+#define DT_N_S_soc_S_rtc_40011000_P_interrupts_IDX_1_EXISTS 1
+#define DT_N_S_soc_S_rtc_40011000_P_interrupts_EXISTS 1
+#define DT_N_S_soc_S_rtc_40011000_P_zephyr_deferred_init 0
+#define DT_N_S_soc_S_rtc_40011000_P_zephyr_deferred_init_EXISTS 1
+#define DT_N_S_soc_S_rtc_40011000_P_clock_frequency 32768
+#define DT_N_S_soc_S_rtc_40011000_P_clock_frequency_EXISTS 1
+#define DT_N_S_soc_S_rtc_40011000_P_prescaler 1
+#define DT_N_S_soc_S_rtc_40011000_P_prescaler_EXISTS 1
+#define DT_N_S_soc_S_rtc_40011000_P_cc_num 4
+#define DT_N_S_soc_S_rtc_40011000_P_cc_num_EXISTS 1
+#define DT_N_S_soc_S_rtc_40011000_P_ppi_wrap 0
+#define DT_N_S_soc_S_rtc_40011000_P_ppi_wrap_EXISTS 1
+#define DT_N_S_soc_S_rtc_40011000_P_fixed_top 0
+#define DT_N_S_soc_S_rtc_40011000_P_fixed_top_EXISTS 1
+#define DT_N_S_soc_S_rtc_40011000_P_zli 0
+#define DT_N_S_soc_S_rtc_40011000_P_zli_EXISTS 1
+
+/*
+ * Devicetree node: /soc/rtc@40024000
+ *
+ * Node identifier: DT_N_S_soc_S_rtc_40024000
+ *
+ * Binding (compatible = nordic,nrf-rtc):
+ *   $ZEPHYR_BASE/dts/bindings/rtc/nordic,nrf-rtc.yaml
+ *
+ * (Descriptions have moved to the Devicetree Bindings Index
+ * in the documentation.)
+ */
+
+/* Node's full path: */
+#define DT_N_S_soc_S_rtc_40024000_PATH "/soc/rtc@40024000"
+
+/* Node's name with unit-address: */
+#define DT_N_S_soc_S_rtc_40024000_FULL_NAME "rtc@40024000"
+
+/* Node parent (/soc) identifier: */
+#define DT_N_S_soc_S_rtc_40024000_PARENT DT_N_S_soc
+
+/* Node's index in its parent's list of children: */
+#define DT_N_S_soc_S_rtc_40024000_CHILD_IDX 45
+
+/* Helper macros for child nodes of this node. */
+#define DT_N_S_soc_S_rtc_40024000_CHILD_NUM 0
+#define DT_N_S_soc_S_rtc_40024000_CHILD_NUM_STATUS_OKAY 0
+#define DT_N_S_soc_S_rtc_40024000_FOREACH_CHILD(fn) 
+#define DT_N_S_soc_S_rtc_40024000_FOREACH_CHILD_SEP(fn, sep) 
+#define DT_N_S_soc_S_rtc_40024000_FOREACH_CHILD_VARGS(fn, ...) 
+#define DT_N_S_soc_S_rtc_40024000_FOREACH_CHILD_SEP_VARGS(fn, sep, ...) 
+#define DT_N_S_soc_S_rtc_40024000_FOREACH_CHILD_STATUS_OKAY(fn) 
+#define DT_N_S_soc_S_rtc_40024000_FOREACH_CHILD_STATUS_OKAY_SEP(fn, sep) 
+#define DT_N_S_soc_S_rtc_40024000_FOREACH_CHILD_STATUS_OKAY_VARGS(fn, ...) 
+#define DT_N_S_soc_S_rtc_40024000_FOREACH_CHILD_STATUS_OKAY_SEP_VARGS(fn, sep, ...) 
+
+/* Node's dependency ordinal: */
+#define DT_N_S_soc_S_rtc_40024000_ORD 64
+#define DT_N_S_soc_S_rtc_40024000_ORD_STR_SORTABLE 00064
+
+/* Ordinals for what this node depends on directly: */
+#define DT_N_S_soc_S_rtc_40024000_REQUIRES_ORDS \
+	5, /* /soc */ \
+	6, /* /soc/interrupt-controller@e000e100 */
+
+/* Ordinals for what depends directly on this node: */
+#define DT_N_S_soc_S_rtc_40024000_SUPPORTS_ORDS /* nothing */
+
+/* Existence and alternate IDs: */
+#define DT_N_S_soc_S_rtc_40024000_EXISTS 1
+#define DT_N_INST_2_nordic_nrf_rtc DT_N_S_soc_S_rtc_40024000
+#define DT_N_NODELABEL_rtc2        DT_N_S_soc_S_rtc_40024000
+
+/* Macros for properties that are special in the specification: */
+#define DT_N_S_soc_S_rtc_40024000_REG_NUM 1
+#define DT_N_S_soc_S_rtc_40024000_REG_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_rtc_40024000_REG_IDX_0_VAL_ADDRESS 1073889280 /* 0x40024000 */
+#define DT_N_S_soc_S_rtc_40024000_REG_IDX_0_VAL_SIZE 4096 /* 0x1000 */
+#define DT_N_S_soc_S_rtc_40024000_RANGES_NUM 0
+#define DT_N_S_soc_S_rtc_40024000_FOREACH_RANGE(fn) 
+#define DT_N_S_soc_S_rtc_40024000_IRQ_NUM 1
+#define DT_N_S_soc_S_rtc_40024000_IRQ_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_rtc_40024000_IRQ_IDX_0_VAL_irq 36
+#define DT_N_S_soc_S_rtc_40024000_IRQ_IDX_0_VAL_irq_EXISTS 1
+#define DT_N_S_soc_S_rtc_40024000_IRQ_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_rtc_40024000_IRQ_IDX_0_VAL_priority 1
+#define DT_N_S_soc_S_rtc_40024000_IRQ_IDX_0_VAL_priority_EXISTS 1
+#define DT_N_S_soc_S_rtc_40024000_IRQ_IDX_0_CONTROLLER DT_N_S_soc_S_interrupt_controller_e000e100
+#define DT_N_S_soc_S_rtc_40024000_IRQ_LEVEL 1
+#define DT_N_S_soc_S_rtc_40024000_COMPAT_MATCHES_nordic_nrf_rtc 1
+#define DT_N_S_soc_S_rtc_40024000_COMPAT_VENDOR_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_rtc_40024000_COMPAT_VENDOR_IDX_0 "Nordic Semiconductor"
+#define DT_N_S_soc_S_rtc_40024000_COMPAT_MODEL_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_rtc_40024000_COMPAT_MODEL_IDX_0 "nrf-rtc"
+#define DT_N_S_soc_S_rtc_40024000_STATUS_disabled 1
+
+/* Pin control (pinctrl-<i>, pinctrl-names) properties: */
+#define DT_N_S_soc_S_rtc_40024000_PINCTRL_NUM 0
+
+/* Generic property macros: */
+#define DT_N_S_soc_S_rtc_40024000_P_wakeup_source 0
+#define DT_N_S_soc_S_rtc_40024000_P_wakeup_source_EXISTS 1
+#define DT_N_S_soc_S_rtc_40024000_P_zephyr_pm_device_runtime_auto 0
+#define DT_N_S_soc_S_rtc_40024000_P_zephyr_pm_device_runtime_auto_EXISTS 1
+#define DT_N_S_soc_S_rtc_40024000_P_status "disabled"
+#define DT_N_S_soc_S_rtc_40024000_P_status_STRING_UNQUOTED disabled
+#define DT_N_S_soc_S_rtc_40024000_P_status_STRING_TOKEN disabled
+#define DT_N_S_soc_S_rtc_40024000_P_status_STRING_UPPER_TOKEN DISABLED
+#define DT_N_S_soc_S_rtc_40024000_P_status_IDX_0 "disabled"
+#define DT_N_S_soc_S_rtc_40024000_P_status_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_rtc_40024000_P_status_ENUM_IDX 2
+#define DT_N_S_soc_S_rtc_40024000_P_status_ENUM_VAL_disabled_EXISTS 1
+#define DT_N_S_soc_S_rtc_40024000_P_status_ENUM_TOKEN disabled
+#define DT_N_S_soc_S_rtc_40024000_P_status_ENUM_UPPER_TOKEN DISABLED
+#define DT_N_S_soc_S_rtc_40024000_P_status_FOREACH_PROP_ELEM(fn) fn(DT_N_S_soc_S_rtc_40024000, status, 0)
+#define DT_N_S_soc_S_rtc_40024000_P_status_FOREACH_PROP_ELEM_SEP(fn, sep) fn(DT_N_S_soc_S_rtc_40024000, status, 0)
+#define DT_N_S_soc_S_rtc_40024000_P_status_FOREACH_PROP_ELEM_VARGS(fn, ...) fn(DT_N_S_soc_S_rtc_40024000, status, 0, __VA_ARGS__)
+#define DT_N_S_soc_S_rtc_40024000_P_status_FOREACH_PROP_ELEM_SEP_VARGS(fn, sep, ...) fn(DT_N_S_soc_S_rtc_40024000, status, 0, __VA_ARGS__)
+#define DT_N_S_soc_S_rtc_40024000_P_status_LEN 1
+#define DT_N_S_soc_S_rtc_40024000_P_status_EXISTS 1
+#define DT_N_S_soc_S_rtc_40024000_P_compatible {"nordic,nrf-rtc"}
+#define DT_N_S_soc_S_rtc_40024000_P_compatible_IDX_0 "nordic,nrf-rtc"
+#define DT_N_S_soc_S_rtc_40024000_P_compatible_IDX_0_STRING_UNQUOTED nordic,nrf-rtc
+#define DT_N_S_soc_S_rtc_40024000_P_compatible_IDX_0_STRING_TOKEN nordic_nrf_rtc
+#define DT_N_S_soc_S_rtc_40024000_P_compatible_IDX_0_STRING_UPPER_TOKEN NORDIC_NRF_RTC
+#define DT_N_S_soc_S_rtc_40024000_P_compatible_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_rtc_40024000_P_compatible_FOREACH_PROP_ELEM(fn) fn(DT_N_S_soc_S_rtc_40024000, compatible, 0)
+#define DT_N_S_soc_S_rtc_40024000_P_compatible_FOREACH_PROP_ELEM_SEP(fn, sep) fn(DT_N_S_soc_S_rtc_40024000, compatible, 0)
+#define DT_N_S_soc_S_rtc_40024000_P_compatible_FOREACH_PROP_ELEM_VARGS(fn, ...) fn(DT_N_S_soc_S_rtc_40024000, compatible, 0, __VA_ARGS__)
+#define DT_N_S_soc_S_rtc_40024000_P_compatible_FOREACH_PROP_ELEM_SEP_VARGS(fn, sep, ...) fn(DT_N_S_soc_S_rtc_40024000, compatible, 0, __VA_ARGS__)
+#define DT_N_S_soc_S_rtc_40024000_P_compatible_LEN 1
+#define DT_N_S_soc_S_rtc_40024000_P_compatible_EXISTS 1
+#define DT_N_S_soc_S_rtc_40024000_P_reg {1073889280 /* 0x40024000 */, 4096 /* 0x1000 */}
+#define DT_N_S_soc_S_rtc_40024000_P_reg_IDX_0 1073889280
+#define DT_N_S_soc_S_rtc_40024000_P_reg_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_rtc_40024000_P_reg_IDX_1 4096
+#define DT_N_S_soc_S_rtc_40024000_P_reg_IDX_1_EXISTS 1
+#define DT_N_S_soc_S_rtc_40024000_P_reg_EXISTS 1
+#define DT_N_S_soc_S_rtc_40024000_P_interrupts {36 /* 0x24 */, 1 /* 0x1 */}
+#define DT_N_S_soc_S_rtc_40024000_P_interrupts_IDX_0 36
+#define DT_N_S_soc_S_rtc_40024000_P_interrupts_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_rtc_40024000_P_interrupts_IDX_1 1
+#define DT_N_S_soc_S_rtc_40024000_P_interrupts_IDX_1_EXISTS 1
+#define DT_N_S_soc_S_rtc_40024000_P_interrupts_EXISTS 1
+#define DT_N_S_soc_S_rtc_40024000_P_zephyr_deferred_init 0
+#define DT_N_S_soc_S_rtc_40024000_P_zephyr_deferred_init_EXISTS 1
+#define DT_N_S_soc_S_rtc_40024000_P_clock_frequency 32768
+#define DT_N_S_soc_S_rtc_40024000_P_clock_frequency_EXISTS 1
+#define DT_N_S_soc_S_rtc_40024000_P_prescaler 1
+#define DT_N_S_soc_S_rtc_40024000_P_prescaler_EXISTS 1
+#define DT_N_S_soc_S_rtc_40024000_P_cc_num 4
+#define DT_N_S_soc_S_rtc_40024000_P_cc_num_EXISTS 1
+#define DT_N_S_soc_S_rtc_40024000_P_ppi_wrap 0
+#define DT_N_S_soc_S_rtc_40024000_P_ppi_wrap_EXISTS 1
+#define DT_N_S_soc_S_rtc_40024000_P_fixed_top 0
+#define DT_N_S_soc_S_rtc_40024000_P_fixed_top_EXISTS 1
+#define DT_N_S_soc_S_rtc_40024000_P_zli 0
+#define DT_N_S_soc_S_rtc_40024000_P_zli_EXISTS 1
+
+/*
+ * Devicetree node: /soc/spi@40003000
+ *
+ * Node identifier: DT_N_S_soc_S_spi_40003000
+ *
+ * Binding (compatible = nordic,nrf-spim):
+ *   $ZEPHYR_BASE/dts/bindings/spi/nordic,nrf-spim.yaml
+ *
+ * (Descriptions have moved to the Devicetree Bindings Index
+ * in the documentation.)
+ */
+
+/* Node's full path: */
+#define DT_N_S_soc_S_spi_40003000_PATH "/soc/spi@40003000"
+
+/* Node's name with unit-address: */
+#define DT_N_S_soc_S_spi_40003000_FULL_NAME "spi@40003000"
+
+/* Node parent (/soc) identifier: */
+#define DT_N_S_soc_S_spi_40003000_PARENT DT_N_S_soc
+
+/* Node's index in its parent's list of children: */
+#define DT_N_S_soc_S_spi_40003000_CHILD_IDX 10
+
+/* Helper macros for child nodes of this node. */
+#define DT_N_S_soc_S_spi_40003000_CHILD_NUM 0
+#define DT_N_S_soc_S_spi_40003000_CHILD_NUM_STATUS_OKAY 0
+#define DT_N_S_soc_S_spi_40003000_FOREACH_CHILD(fn) 
+#define DT_N_S_soc_S_spi_40003000_FOREACH_CHILD_SEP(fn, sep) 
+#define DT_N_S_soc_S_spi_40003000_FOREACH_CHILD_VARGS(fn, ...) 
+#define DT_N_S_soc_S_spi_40003000_FOREACH_CHILD_SEP_VARGS(fn, sep, ...) 
+#define DT_N_S_soc_S_spi_40003000_FOREACH_CHILD_STATUS_OKAY(fn) 
+#define DT_N_S_soc_S_spi_40003000_FOREACH_CHILD_STATUS_OKAY_SEP(fn, sep) 
+#define DT_N_S_soc_S_spi_40003000_FOREACH_CHILD_STATUS_OKAY_VARGS(fn, ...) 
+#define DT_N_S_soc_S_spi_40003000_FOREACH_CHILD_STATUS_OKAY_SEP_VARGS(fn, sep, ...) 
+
+/* Node's dependency ordinal: */
+#define DT_N_S_soc_S_spi_40003000_ORD 65
+#define DT_N_S_soc_S_spi_40003000_ORD_STR_SORTABLE 00065
+
+/* Ordinals for what this node depends on directly: */
+#define DT_N_S_soc_S_spi_40003000_REQUIRES_ORDS \
+	5, /* /soc */ \
+	6, /* /soc/interrupt-controller@e000e100 */
+
+/* Ordinals for what depends directly on this node: */
+#define DT_N_S_soc_S_spi_40003000_SUPPORTS_ORDS /* nothing */
+
+/* Existence and alternate IDs: */
+#define DT_N_S_soc_S_spi_40003000_EXISTS 1
+#define DT_N_INST_1_nordic_nrf_spim DT_N_S_soc_S_spi_40003000
+#define DT_N_NODELABEL_spi0         DT_N_S_soc_S_spi_40003000
+
+/* Macros for properties that are special in the specification: */
+#define DT_N_S_soc_S_spi_40003000_REG_NUM 1
+#define DT_N_S_soc_S_spi_40003000_REG_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_spi_40003000_REG_IDX_0_VAL_ADDRESS 1073754112 /* 0x40003000 */
+#define DT_N_S_soc_S_spi_40003000_REG_IDX_0_VAL_SIZE 4096 /* 0x1000 */
+#define DT_N_S_soc_S_spi_40003000_RANGES_NUM 0
+#define DT_N_S_soc_S_spi_40003000_FOREACH_RANGE(fn) 
+#define DT_N_S_soc_S_spi_40003000_IRQ_NUM 1
+#define DT_N_S_soc_S_spi_40003000_IRQ_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_spi_40003000_IRQ_IDX_0_VAL_irq 3
+#define DT_N_S_soc_S_spi_40003000_IRQ_IDX_0_VAL_irq_EXISTS 1
+#define DT_N_S_soc_S_spi_40003000_IRQ_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_spi_40003000_IRQ_IDX_0_VAL_priority 1
+#define DT_N_S_soc_S_spi_40003000_IRQ_IDX_0_VAL_priority_EXISTS 1
+#define DT_N_S_soc_S_spi_40003000_IRQ_IDX_0_CONTROLLER DT_N_S_soc_S_interrupt_controller_e000e100
+#define DT_N_S_soc_S_spi_40003000_IRQ_LEVEL 1
+#define DT_N_S_soc_S_spi_40003000_COMPAT_MATCHES_nordic_nrf_spim 1
+#define DT_N_S_soc_S_spi_40003000_COMPAT_VENDOR_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_spi_40003000_COMPAT_VENDOR_IDX_0 "Nordic Semiconductor"
+#define DT_N_S_soc_S_spi_40003000_COMPAT_MODEL_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_spi_40003000_COMPAT_MODEL_IDX_0 "nrf-spim"
+#define DT_N_S_soc_S_spi_40003000_STATUS_disabled 1
+
+/* Pin control (pinctrl-<i>, pinctrl-names) properties: */
+#define DT_N_S_soc_S_spi_40003000_PINCTRL_NUM 0
+
+/* Generic property macros: */
+#define DT_N_S_soc_S_spi_40003000_P_wakeup_source 0
+#define DT_N_S_soc_S_spi_40003000_P_wakeup_source_EXISTS 1
+#define DT_N_S_soc_S_spi_40003000_P_zephyr_pm_device_runtime_auto 0
+#define DT_N_S_soc_S_spi_40003000_P_zephyr_pm_device_runtime_auto_EXISTS 1
+#define DT_N_S_soc_S_spi_40003000_P_status "disabled"
+#define DT_N_S_soc_S_spi_40003000_P_status_STRING_UNQUOTED disabled
+#define DT_N_S_soc_S_spi_40003000_P_status_STRING_TOKEN disabled
+#define DT_N_S_soc_S_spi_40003000_P_status_STRING_UPPER_TOKEN DISABLED
+#define DT_N_S_soc_S_spi_40003000_P_status_IDX_0 "disabled"
+#define DT_N_S_soc_S_spi_40003000_P_status_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_spi_40003000_P_status_ENUM_IDX 2
+#define DT_N_S_soc_S_spi_40003000_P_status_ENUM_VAL_disabled_EXISTS 1
+#define DT_N_S_soc_S_spi_40003000_P_status_ENUM_TOKEN disabled
+#define DT_N_S_soc_S_spi_40003000_P_status_ENUM_UPPER_TOKEN DISABLED
+#define DT_N_S_soc_S_spi_40003000_P_status_FOREACH_PROP_ELEM(fn) fn(DT_N_S_soc_S_spi_40003000, status, 0)
+#define DT_N_S_soc_S_spi_40003000_P_status_FOREACH_PROP_ELEM_SEP(fn, sep) fn(DT_N_S_soc_S_spi_40003000, status, 0)
+#define DT_N_S_soc_S_spi_40003000_P_status_FOREACH_PROP_ELEM_VARGS(fn, ...) fn(DT_N_S_soc_S_spi_40003000, status, 0, __VA_ARGS__)
+#define DT_N_S_soc_S_spi_40003000_P_status_FOREACH_PROP_ELEM_SEP_VARGS(fn, sep, ...) fn(DT_N_S_soc_S_spi_40003000, status, 0, __VA_ARGS__)
+#define DT_N_S_soc_S_spi_40003000_P_status_LEN 1
+#define DT_N_S_soc_S_spi_40003000_P_status_EXISTS 1
+#define DT_N_S_soc_S_spi_40003000_P_compatible {"nordic,nrf-spim"}
+#define DT_N_S_soc_S_spi_40003000_P_compatible_IDX_0 "nordic,nrf-spim"
+#define DT_N_S_soc_S_spi_40003000_P_compatible_IDX_0_STRING_UNQUOTED nordic,nrf-spim
+#define DT_N_S_soc_S_spi_40003000_P_compatible_IDX_0_STRING_TOKEN nordic_nrf_spim
+#define DT_N_S_soc_S_spi_40003000_P_compatible_IDX_0_STRING_UPPER_TOKEN NORDIC_NRF_SPIM
+#define DT_N_S_soc_S_spi_40003000_P_compatible_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_spi_40003000_P_compatible_FOREACH_PROP_ELEM(fn) fn(DT_N_S_soc_S_spi_40003000, compatible, 0)
+#define DT_N_S_soc_S_spi_40003000_P_compatible_FOREACH_PROP_ELEM_SEP(fn, sep) fn(DT_N_S_soc_S_spi_40003000, compatible, 0)
+#define DT_N_S_soc_S_spi_40003000_P_compatible_FOREACH_PROP_ELEM_VARGS(fn, ...) fn(DT_N_S_soc_S_spi_40003000, compatible, 0, __VA_ARGS__)
+#define DT_N_S_soc_S_spi_40003000_P_compatible_FOREACH_PROP_ELEM_SEP_VARGS(fn, sep, ...) fn(DT_N_S_soc_S_spi_40003000, compatible, 0, __VA_ARGS__)
+#define DT_N_S_soc_S_spi_40003000_P_compatible_LEN 1
+#define DT_N_S_soc_S_spi_40003000_P_compatible_EXISTS 1
+#define DT_N_S_soc_S_spi_40003000_P_reg {1073754112 /* 0x40003000 */, 4096 /* 0x1000 */}
+#define DT_N_S_soc_S_spi_40003000_P_reg_IDX_0 1073754112
+#define DT_N_S_soc_S_spi_40003000_P_reg_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_spi_40003000_P_reg_IDX_1 4096
+#define DT_N_S_soc_S_spi_40003000_P_reg_IDX_1_EXISTS 1
+#define DT_N_S_soc_S_spi_40003000_P_reg_EXISTS 1
+#define DT_N_S_soc_S_spi_40003000_P_interrupts {3 /* 0x3 */, 1 /* 0x1 */}
+#define DT_N_S_soc_S_spi_40003000_P_interrupts_IDX_0 3
+#define DT_N_S_soc_S_spi_40003000_P_interrupts_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_spi_40003000_P_interrupts_IDX_1 1
+#define DT_N_S_soc_S_spi_40003000_P_interrupts_IDX_1_EXISTS 1
+#define DT_N_S_soc_S_spi_40003000_P_interrupts_EXISTS 1
+#define DT_N_S_soc_S_spi_40003000_P_zephyr_deferred_init 0
+#define DT_N_S_soc_S_spi_40003000_P_zephyr_deferred_init_EXISTS 1
+#define DT_N_S_soc_S_spi_40003000_P_max_frequency 8000000
+#define DT_N_S_soc_S_spi_40003000_P_max_frequency_EXISTS 1
+#define DT_N_S_soc_S_spi_40003000_P_overrun_character 255
+#define DT_N_S_soc_S_spi_40003000_P_overrun_character_EXISTS 1
+#define DT_N_S_soc_S_spi_40003000_P_easydma_maxcnt_bits 16
+#define DT_N_S_soc_S_spi_40003000_P_easydma_maxcnt_bits_EXISTS 1
+#define DT_N_S_soc_S_spi_40003000_P_anomaly_58_workaround 0
+#define DT_N_S_soc_S_spi_40003000_P_anomaly_58_workaround_EXISTS 1
+#define DT_N_S_soc_S_spi_40003000_P_rx_delay_supported 0
+#define DT_N_S_soc_S_spi_40003000_P_rx_delay_supported_EXISTS 1
+
+/*
+ * Devicetree node: /soc/spi@40023000
+ *
+ * Node identifier: DT_N_S_soc_S_spi_40023000
+ *
+ * Binding (compatible = nordic,nrf-spim):
+ *   $ZEPHYR_BASE/dts/bindings/spi/nordic,nrf-spim.yaml
+ *
+ * (Descriptions have moved to the Devicetree Bindings Index
+ * in the documentation.)
+ */
+
+/* Node's full path: */
+#define DT_N_S_soc_S_spi_40023000_PATH "/soc/spi@40023000"
+
+/* Node's name with unit-address: */
+#define DT_N_S_soc_S_spi_40023000_FULL_NAME "spi@40023000"
+
+/* Node parent (/soc) identifier: */
+#define DT_N_S_soc_S_spi_40023000_PARENT DT_N_S_soc
+
+/* Node's index in its parent's list of children: */
+#define DT_N_S_soc_S_spi_40023000_CHILD_IDX 44
+
+/* Helper macros for child nodes of this node. */
+#define DT_N_S_soc_S_spi_40023000_CHILD_NUM 0
+#define DT_N_S_soc_S_spi_40023000_CHILD_NUM_STATUS_OKAY 0
+#define DT_N_S_soc_S_spi_40023000_FOREACH_CHILD(fn) 
+#define DT_N_S_soc_S_spi_40023000_FOREACH_CHILD_SEP(fn, sep) 
+#define DT_N_S_soc_S_spi_40023000_FOREACH_CHILD_VARGS(fn, ...) 
+#define DT_N_S_soc_S_spi_40023000_FOREACH_CHILD_SEP_VARGS(fn, sep, ...) 
+#define DT_N_S_soc_S_spi_40023000_FOREACH_CHILD_STATUS_OKAY(fn) 
+#define DT_N_S_soc_S_spi_40023000_FOREACH_CHILD_STATUS_OKAY_SEP(fn, sep) 
+#define DT_N_S_soc_S_spi_40023000_FOREACH_CHILD_STATUS_OKAY_VARGS(fn, ...) 
+#define DT_N_S_soc_S_spi_40023000_FOREACH_CHILD_STATUS_OKAY_SEP_VARGS(fn, sep, ...) 
+
+/* Node's dependency ordinal: */
+#define DT_N_S_soc_S_spi_40023000_ORD 66
+#define DT_N_S_soc_S_spi_40023000_ORD_STR_SORTABLE 00066
+
+/* Ordinals for what this node depends on directly: */
+#define DT_N_S_soc_S_spi_40023000_REQUIRES_ORDS \
+	5, /* /soc */ \
+	6, /* /soc/interrupt-controller@e000e100 */
+
+/* Ordinals for what depends directly on this node: */
+#define DT_N_S_soc_S_spi_40023000_SUPPORTS_ORDS /* nothing */
+
+/* Existence and alternate IDs: */
+#define DT_N_S_soc_S_spi_40023000_EXISTS 1
+#define DT_N_INST_2_nordic_nrf_spim DT_N_S_soc_S_spi_40023000
+#define DT_N_NODELABEL_spi2         DT_N_S_soc_S_spi_40023000
+
+/* Macros for properties that are special in the specification: */
+#define DT_N_S_soc_S_spi_40023000_REG_NUM 1
+#define DT_N_S_soc_S_spi_40023000_REG_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_spi_40023000_REG_IDX_0_VAL_ADDRESS 1073885184 /* 0x40023000 */
+#define DT_N_S_soc_S_spi_40023000_REG_IDX_0_VAL_SIZE 4096 /* 0x1000 */
+#define DT_N_S_soc_S_spi_40023000_RANGES_NUM 0
+#define DT_N_S_soc_S_spi_40023000_FOREACH_RANGE(fn) 
+#define DT_N_S_soc_S_spi_40023000_IRQ_NUM 1
+#define DT_N_S_soc_S_spi_40023000_IRQ_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_spi_40023000_IRQ_IDX_0_VAL_irq 35
+#define DT_N_S_soc_S_spi_40023000_IRQ_IDX_0_VAL_irq_EXISTS 1
+#define DT_N_S_soc_S_spi_40023000_IRQ_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_spi_40023000_IRQ_IDX_0_VAL_priority 1
+#define DT_N_S_soc_S_spi_40023000_IRQ_IDX_0_VAL_priority_EXISTS 1
+#define DT_N_S_soc_S_spi_40023000_IRQ_IDX_0_CONTROLLER DT_N_S_soc_S_interrupt_controller_e000e100
+#define DT_N_S_soc_S_spi_40023000_IRQ_LEVEL 1
+#define DT_N_S_soc_S_spi_40023000_COMPAT_MATCHES_nordic_nrf_spim 1
+#define DT_N_S_soc_S_spi_40023000_COMPAT_VENDOR_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_spi_40023000_COMPAT_VENDOR_IDX_0 "Nordic Semiconductor"
+#define DT_N_S_soc_S_spi_40023000_COMPAT_MODEL_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_spi_40023000_COMPAT_MODEL_IDX_0 "nrf-spim"
+#define DT_N_S_soc_S_spi_40023000_STATUS_disabled 1
+
+/* Pin control (pinctrl-<i>, pinctrl-names) properties: */
+#define DT_N_S_soc_S_spi_40023000_PINCTRL_NUM 0
+
+/* Generic property macros: */
+#define DT_N_S_soc_S_spi_40023000_P_wakeup_source 0
+#define DT_N_S_soc_S_spi_40023000_P_wakeup_source_EXISTS 1
+#define DT_N_S_soc_S_spi_40023000_P_zephyr_pm_device_runtime_auto 0
+#define DT_N_S_soc_S_spi_40023000_P_zephyr_pm_device_runtime_auto_EXISTS 1
+#define DT_N_S_soc_S_spi_40023000_P_status "disabled"
+#define DT_N_S_soc_S_spi_40023000_P_status_STRING_UNQUOTED disabled
+#define DT_N_S_soc_S_spi_40023000_P_status_STRING_TOKEN disabled
+#define DT_N_S_soc_S_spi_40023000_P_status_STRING_UPPER_TOKEN DISABLED
+#define DT_N_S_soc_S_spi_40023000_P_status_IDX_0 "disabled"
+#define DT_N_S_soc_S_spi_40023000_P_status_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_spi_40023000_P_status_ENUM_IDX 2
+#define DT_N_S_soc_S_spi_40023000_P_status_ENUM_VAL_disabled_EXISTS 1
+#define DT_N_S_soc_S_spi_40023000_P_status_ENUM_TOKEN disabled
+#define DT_N_S_soc_S_spi_40023000_P_status_ENUM_UPPER_TOKEN DISABLED
+#define DT_N_S_soc_S_spi_40023000_P_status_FOREACH_PROP_ELEM(fn) fn(DT_N_S_soc_S_spi_40023000, status, 0)
+#define DT_N_S_soc_S_spi_40023000_P_status_FOREACH_PROP_ELEM_SEP(fn, sep) fn(DT_N_S_soc_S_spi_40023000, status, 0)
+#define DT_N_S_soc_S_spi_40023000_P_status_FOREACH_PROP_ELEM_VARGS(fn, ...) fn(DT_N_S_soc_S_spi_40023000, status, 0, __VA_ARGS__)
+#define DT_N_S_soc_S_spi_40023000_P_status_FOREACH_PROP_ELEM_SEP_VARGS(fn, sep, ...) fn(DT_N_S_soc_S_spi_40023000, status, 0, __VA_ARGS__)
+#define DT_N_S_soc_S_spi_40023000_P_status_LEN 1
+#define DT_N_S_soc_S_spi_40023000_P_status_EXISTS 1
+#define DT_N_S_soc_S_spi_40023000_P_compatible {"nordic,nrf-spim"}
+#define DT_N_S_soc_S_spi_40023000_P_compatible_IDX_0 "nordic,nrf-spim"
+#define DT_N_S_soc_S_spi_40023000_P_compatible_IDX_0_STRING_UNQUOTED nordic,nrf-spim
+#define DT_N_S_soc_S_spi_40023000_P_compatible_IDX_0_STRING_TOKEN nordic_nrf_spim
+#define DT_N_S_soc_S_spi_40023000_P_compatible_IDX_0_STRING_UPPER_TOKEN NORDIC_NRF_SPIM
+#define DT_N_S_soc_S_spi_40023000_P_compatible_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_spi_40023000_P_compatible_FOREACH_PROP_ELEM(fn) fn(DT_N_S_soc_S_spi_40023000, compatible, 0)
+#define DT_N_S_soc_S_spi_40023000_P_compatible_FOREACH_PROP_ELEM_SEP(fn, sep) fn(DT_N_S_soc_S_spi_40023000, compatible, 0)
+#define DT_N_S_soc_S_spi_40023000_P_compatible_FOREACH_PROP_ELEM_VARGS(fn, ...) fn(DT_N_S_soc_S_spi_40023000, compatible, 0, __VA_ARGS__)
+#define DT_N_S_soc_S_spi_40023000_P_compatible_FOREACH_PROP_ELEM_SEP_VARGS(fn, sep, ...) fn(DT_N_S_soc_S_spi_40023000, compatible, 0, __VA_ARGS__)
+#define DT_N_S_soc_S_spi_40023000_P_compatible_LEN 1
+#define DT_N_S_soc_S_spi_40023000_P_compatible_EXISTS 1
+#define DT_N_S_soc_S_spi_40023000_P_reg {1073885184 /* 0x40023000 */, 4096 /* 0x1000 */}
+#define DT_N_S_soc_S_spi_40023000_P_reg_IDX_0 1073885184
+#define DT_N_S_soc_S_spi_40023000_P_reg_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_spi_40023000_P_reg_IDX_1 4096
+#define DT_N_S_soc_S_spi_40023000_P_reg_IDX_1_EXISTS 1
+#define DT_N_S_soc_S_spi_40023000_P_reg_EXISTS 1
+#define DT_N_S_soc_S_spi_40023000_P_interrupts {35 /* 0x23 */, 1 /* 0x1 */}
+#define DT_N_S_soc_S_spi_40023000_P_interrupts_IDX_0 35
+#define DT_N_S_soc_S_spi_40023000_P_interrupts_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_spi_40023000_P_interrupts_IDX_1 1
+#define DT_N_S_soc_S_spi_40023000_P_interrupts_IDX_1_EXISTS 1
+#define DT_N_S_soc_S_spi_40023000_P_interrupts_EXISTS 1
+#define DT_N_S_soc_S_spi_40023000_P_zephyr_deferred_init 0
+#define DT_N_S_soc_S_spi_40023000_P_zephyr_deferred_init_EXISTS 1
+#define DT_N_S_soc_S_spi_40023000_P_max_frequency 8000000
+#define DT_N_S_soc_S_spi_40023000_P_max_frequency_EXISTS 1
+#define DT_N_S_soc_S_spi_40023000_P_overrun_character 255
+#define DT_N_S_soc_S_spi_40023000_P_overrun_character_EXISTS 1
+#define DT_N_S_soc_S_spi_40023000_P_easydma_maxcnt_bits 16
+#define DT_N_S_soc_S_spi_40023000_P_easydma_maxcnt_bits_EXISTS 1
+#define DT_N_S_soc_S_spi_40023000_P_anomaly_58_workaround 0
+#define DT_N_S_soc_S_spi_40023000_P_anomaly_58_workaround_EXISTS 1
+#define DT_N_S_soc_S_spi_40023000_P_rx_delay_supported 0
+#define DT_N_S_soc_S_spi_40023000_P_rx_delay_supported_EXISTS 1
+
+/*
+ * Devicetree node: /soc/spi@4002f000
+ *
+ * Node identifier: DT_N_S_soc_S_spi_4002f000
+ *
+ * Binding (compatible = nordic,nrf-spim):
+ *   $ZEPHYR_BASE/dts/bindings/spi/nordic,nrf-spim.yaml
+ *
+ * (Descriptions have moved to the Devicetree Bindings Index
+ * in the documentation.)
+ */
+
+/* Node's full path: */
+#define DT_N_S_soc_S_spi_4002f000_PATH "/soc/spi@4002f000"
+
+/* Node's name with unit-address: */
+#define DT_N_S_soc_S_spi_4002f000_FULL_NAME "spi@4002f000"
+
+/* Node parent (/soc) identifier: */
+#define DT_N_S_soc_S_spi_4002f000_PARENT DT_N_S_soc
+
+/* Node's index in its parent's list of children: */
+#define DT_N_S_soc_S_spi_4002f000_CHILD_IDX 50
+
+/* Helper macros for child nodes of this node. */
+#define DT_N_S_soc_S_spi_4002f000_CHILD_NUM 0
+#define DT_N_S_soc_S_spi_4002f000_CHILD_NUM_STATUS_OKAY 0
+#define DT_N_S_soc_S_spi_4002f000_FOREACH_CHILD(fn) 
+#define DT_N_S_soc_S_spi_4002f000_FOREACH_CHILD_SEP(fn, sep) 
+#define DT_N_S_soc_S_spi_4002f000_FOREACH_CHILD_VARGS(fn, ...) 
+#define DT_N_S_soc_S_spi_4002f000_FOREACH_CHILD_SEP_VARGS(fn, sep, ...) 
+#define DT_N_S_soc_S_spi_4002f000_FOREACH_CHILD_STATUS_OKAY(fn) 
+#define DT_N_S_soc_S_spi_4002f000_FOREACH_CHILD_STATUS_OKAY_SEP(fn, sep) 
+#define DT_N_S_soc_S_spi_4002f000_FOREACH_CHILD_STATUS_OKAY_VARGS(fn, ...) 
+#define DT_N_S_soc_S_spi_4002f000_FOREACH_CHILD_STATUS_OKAY_SEP_VARGS(fn, sep, ...) 
+
+/* Node's dependency ordinal: */
+#define DT_N_S_soc_S_spi_4002f000_ORD 67
+#define DT_N_S_soc_S_spi_4002f000_ORD_STR_SORTABLE 00067
+
+/* Ordinals for what this node depends on directly: */
+#define DT_N_S_soc_S_spi_4002f000_REQUIRES_ORDS \
+	5, /* /soc */ \
+	6, /* /soc/interrupt-controller@e000e100 */
+
+/* Ordinals for what depends directly on this node: */
+#define DT_N_S_soc_S_spi_4002f000_SUPPORTS_ORDS /* nothing */
+
+/* Existence and alternate IDs: */
+#define DT_N_S_soc_S_spi_4002f000_EXISTS 1
+#define DT_N_INST_3_nordic_nrf_spim DT_N_S_soc_S_spi_4002f000
+#define DT_N_NODELABEL_spi3         DT_N_S_soc_S_spi_4002f000
+
+/* Macros for properties that are special in the specification: */
+#define DT_N_S_soc_S_spi_4002f000_REG_NUM 1
+#define DT_N_S_soc_S_spi_4002f000_REG_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_spi_4002f000_REG_IDX_0_VAL_ADDRESS 1073934336 /* 0x4002f000 */
+#define DT_N_S_soc_S_spi_4002f000_REG_IDX_0_VAL_SIZE 4096 /* 0x1000 */
+#define DT_N_S_soc_S_spi_4002f000_RANGES_NUM 0
+#define DT_N_S_soc_S_spi_4002f000_FOREACH_RANGE(fn) 
+#define DT_N_S_soc_S_spi_4002f000_IRQ_NUM 1
+#define DT_N_S_soc_S_spi_4002f000_IRQ_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_spi_4002f000_IRQ_IDX_0_VAL_irq 47
+#define DT_N_S_soc_S_spi_4002f000_IRQ_IDX_0_VAL_irq_EXISTS 1
+#define DT_N_S_soc_S_spi_4002f000_IRQ_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_spi_4002f000_IRQ_IDX_0_VAL_priority 1
+#define DT_N_S_soc_S_spi_4002f000_IRQ_IDX_0_VAL_priority_EXISTS 1
+#define DT_N_S_soc_S_spi_4002f000_IRQ_IDX_0_CONTROLLER DT_N_S_soc_S_interrupt_controller_e000e100
+#define DT_N_S_soc_S_spi_4002f000_IRQ_LEVEL 1
+#define DT_N_S_soc_S_spi_4002f000_COMPAT_MATCHES_nordic_nrf_spim 1
+#define DT_N_S_soc_S_spi_4002f000_COMPAT_VENDOR_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_spi_4002f000_COMPAT_VENDOR_IDX_0 "Nordic Semiconductor"
+#define DT_N_S_soc_S_spi_4002f000_COMPAT_MODEL_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_spi_4002f000_COMPAT_MODEL_IDX_0 "nrf-spim"
+#define DT_N_S_soc_S_spi_4002f000_STATUS_disabled 1
+
+/* Pin control (pinctrl-<i>, pinctrl-names) properties: */
+#define DT_N_S_soc_S_spi_4002f000_PINCTRL_NUM 0
+
+/* Generic property macros: */
+#define DT_N_S_soc_S_spi_4002f000_P_wakeup_source 0
+#define DT_N_S_soc_S_spi_4002f000_P_wakeup_source_EXISTS 1
+#define DT_N_S_soc_S_spi_4002f000_P_zephyr_pm_device_runtime_auto 0
+#define DT_N_S_soc_S_spi_4002f000_P_zephyr_pm_device_runtime_auto_EXISTS 1
+#define DT_N_S_soc_S_spi_4002f000_P_status "disabled"
+#define DT_N_S_soc_S_spi_4002f000_P_status_STRING_UNQUOTED disabled
+#define DT_N_S_soc_S_spi_4002f000_P_status_STRING_TOKEN disabled
+#define DT_N_S_soc_S_spi_4002f000_P_status_STRING_UPPER_TOKEN DISABLED
+#define DT_N_S_soc_S_spi_4002f000_P_status_IDX_0 "disabled"
+#define DT_N_S_soc_S_spi_4002f000_P_status_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_spi_4002f000_P_status_ENUM_IDX 2
+#define DT_N_S_soc_S_spi_4002f000_P_status_ENUM_VAL_disabled_EXISTS 1
+#define DT_N_S_soc_S_spi_4002f000_P_status_ENUM_TOKEN disabled
+#define DT_N_S_soc_S_spi_4002f000_P_status_ENUM_UPPER_TOKEN DISABLED
+#define DT_N_S_soc_S_spi_4002f000_P_status_FOREACH_PROP_ELEM(fn) fn(DT_N_S_soc_S_spi_4002f000, status, 0)
+#define DT_N_S_soc_S_spi_4002f000_P_status_FOREACH_PROP_ELEM_SEP(fn, sep) fn(DT_N_S_soc_S_spi_4002f000, status, 0)
+#define DT_N_S_soc_S_spi_4002f000_P_status_FOREACH_PROP_ELEM_VARGS(fn, ...) fn(DT_N_S_soc_S_spi_4002f000, status, 0, __VA_ARGS__)
+#define DT_N_S_soc_S_spi_4002f000_P_status_FOREACH_PROP_ELEM_SEP_VARGS(fn, sep, ...) fn(DT_N_S_soc_S_spi_4002f000, status, 0, __VA_ARGS__)
+#define DT_N_S_soc_S_spi_4002f000_P_status_LEN 1
+#define DT_N_S_soc_S_spi_4002f000_P_status_EXISTS 1
+#define DT_N_S_soc_S_spi_4002f000_P_compatible {"nordic,nrf-spim"}
+#define DT_N_S_soc_S_spi_4002f000_P_compatible_IDX_0 "nordic,nrf-spim"
+#define DT_N_S_soc_S_spi_4002f000_P_compatible_IDX_0_STRING_UNQUOTED nordic,nrf-spim
+#define DT_N_S_soc_S_spi_4002f000_P_compatible_IDX_0_STRING_TOKEN nordic_nrf_spim
+#define DT_N_S_soc_S_spi_4002f000_P_compatible_IDX_0_STRING_UPPER_TOKEN NORDIC_NRF_SPIM
+#define DT_N_S_soc_S_spi_4002f000_P_compatible_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_spi_4002f000_P_compatible_FOREACH_PROP_ELEM(fn) fn(DT_N_S_soc_S_spi_4002f000, compatible, 0)
+#define DT_N_S_soc_S_spi_4002f000_P_compatible_FOREACH_PROP_ELEM_SEP(fn, sep) fn(DT_N_S_soc_S_spi_4002f000, compatible, 0)
+#define DT_N_S_soc_S_spi_4002f000_P_compatible_FOREACH_PROP_ELEM_VARGS(fn, ...) fn(DT_N_S_soc_S_spi_4002f000, compatible, 0, __VA_ARGS__)
+#define DT_N_S_soc_S_spi_4002f000_P_compatible_FOREACH_PROP_ELEM_SEP_VARGS(fn, sep, ...) fn(DT_N_S_soc_S_spi_4002f000, compatible, 0, __VA_ARGS__)
+#define DT_N_S_soc_S_spi_4002f000_P_compatible_LEN 1
+#define DT_N_S_soc_S_spi_4002f000_P_compatible_EXISTS 1
+#define DT_N_S_soc_S_spi_4002f000_P_reg {1073934336 /* 0x4002f000 */, 4096 /* 0x1000 */}
+#define DT_N_S_soc_S_spi_4002f000_P_reg_IDX_0 1073934336
+#define DT_N_S_soc_S_spi_4002f000_P_reg_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_spi_4002f000_P_reg_IDX_1 4096
+#define DT_N_S_soc_S_spi_4002f000_P_reg_IDX_1_EXISTS 1
+#define DT_N_S_soc_S_spi_4002f000_P_reg_EXISTS 1
+#define DT_N_S_soc_S_spi_4002f000_P_interrupts {47 /* 0x2f */, 1 /* 0x1 */}
+#define DT_N_S_soc_S_spi_4002f000_P_interrupts_IDX_0 47
+#define DT_N_S_soc_S_spi_4002f000_P_interrupts_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_spi_4002f000_P_interrupts_IDX_1 1
+#define DT_N_S_soc_S_spi_4002f000_P_interrupts_IDX_1_EXISTS 1
+#define DT_N_S_soc_S_spi_4002f000_P_interrupts_EXISTS 1
+#define DT_N_S_soc_S_spi_4002f000_P_zephyr_deferred_init 0
+#define DT_N_S_soc_S_spi_4002f000_P_zephyr_deferred_init_EXISTS 1
+#define DT_N_S_soc_S_spi_4002f000_P_max_frequency 32000000
+#define DT_N_S_soc_S_spi_4002f000_P_max_frequency_EXISTS 1
+#define DT_N_S_soc_S_spi_4002f000_P_overrun_character 255
+#define DT_N_S_soc_S_spi_4002f000_P_overrun_character_EXISTS 1
+#define DT_N_S_soc_S_spi_4002f000_P_easydma_maxcnt_bits 16
+#define DT_N_S_soc_S_spi_4002f000_P_easydma_maxcnt_bits_EXISTS 1
+#define DT_N_S_soc_S_spi_4002f000_P_anomaly_58_workaround 0
+#define DT_N_S_soc_S_spi_4002f000_P_anomaly_58_workaround_EXISTS 1
+#define DT_N_S_soc_S_spi_4002f000_P_rx_delay_supported 1
+#define DT_N_S_soc_S_spi_4002f000_P_rx_delay_supported_EXISTS 1
+#define DT_N_S_soc_S_spi_4002f000_P_rx_delay 2
+#define DT_N_S_soc_S_spi_4002f000_P_rx_delay_ENUM_IDX 2
+#define DT_N_S_soc_S_spi_4002f000_P_rx_delay_ENUM_VAL_2_EXISTS 1
+#define DT_N_S_soc_S_spi_4002f000_P_rx_delay_EXISTS 1
+
+/*
+ * Devicetree node: /soc/temp@4000c000
+ *
+ * Node identifier: DT_N_S_soc_S_temp_4000c000
+ *
+ * Binding (compatible = nordic,nrf-temp):
+ *   $ZEPHYR_BASE/dts/bindings/sensor/nordic,nrf-temp.yaml
+ *
+ * (Descriptions have moved to the Devicetree Bindings Index
+ * in the documentation.)
+ */
+
+/* Node's full path: */
+#define DT_N_S_soc_S_temp_4000c000_PATH "/soc/temp@4000c000"
+
+/* Node's name with unit-address: */
+#define DT_N_S_soc_S_temp_4000c000_FULL_NAME "temp@4000c000"
+
+/* Node parent (/soc) identifier: */
+#define DT_N_S_soc_S_temp_4000c000_PARENT DT_N_S_soc
+
+/* Node's index in its parent's list of children: */
+#define DT_N_S_soc_S_temp_4000c000_CHILD_IDX 20
+
+/* Helper macros for child nodes of this node. */
+#define DT_N_S_soc_S_temp_4000c000_CHILD_NUM 0
+#define DT_N_S_soc_S_temp_4000c000_CHILD_NUM_STATUS_OKAY 0
+#define DT_N_S_soc_S_temp_4000c000_FOREACH_CHILD(fn) 
+#define DT_N_S_soc_S_temp_4000c000_FOREACH_CHILD_SEP(fn, sep) 
+#define DT_N_S_soc_S_temp_4000c000_FOREACH_CHILD_VARGS(fn, ...) 
+#define DT_N_S_soc_S_temp_4000c000_FOREACH_CHILD_SEP_VARGS(fn, sep, ...) 
+#define DT_N_S_soc_S_temp_4000c000_FOREACH_CHILD_STATUS_OKAY(fn) 
+#define DT_N_S_soc_S_temp_4000c000_FOREACH_CHILD_STATUS_OKAY_SEP(fn, sep) 
+#define DT_N_S_soc_S_temp_4000c000_FOREACH_CHILD_STATUS_OKAY_VARGS(fn, ...) 
+#define DT_N_S_soc_S_temp_4000c000_FOREACH_CHILD_STATUS_OKAY_SEP_VARGS(fn, sep, ...) 
+
+/* Node's dependency ordinal: */
+#define DT_N_S_soc_S_temp_4000c000_ORD 68
+#define DT_N_S_soc_S_temp_4000c000_ORD_STR_SORTABLE 00068
+
+/* Ordinals for what this node depends on directly: */
+#define DT_N_S_soc_S_temp_4000c000_REQUIRES_ORDS \
+	5, /* /soc */ \
+	6, /* /soc/interrupt-controller@e000e100 */
+
+/* Ordinals for what depends directly on this node: */
+#define DT_N_S_soc_S_temp_4000c000_SUPPORTS_ORDS /* nothing */
+
+/* Existence and alternate IDs: */
+#define DT_N_S_soc_S_temp_4000c000_EXISTS 1
+#define DT_N_INST_0_nordic_nrf_temp DT_N_S_soc_S_temp_4000c000
+#define DT_N_NODELABEL_temp         DT_N_S_soc_S_temp_4000c000
+
+/* Macros for properties that are special in the specification: */
+#define DT_N_S_soc_S_temp_4000c000_REG_NUM 1
+#define DT_N_S_soc_S_temp_4000c000_REG_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_temp_4000c000_REG_IDX_0_VAL_ADDRESS 1073790976 /* 0x4000c000 */
+#define DT_N_S_soc_S_temp_4000c000_REG_IDX_0_VAL_SIZE 4096 /* 0x1000 */
+#define DT_N_S_soc_S_temp_4000c000_RANGES_NUM 0
+#define DT_N_S_soc_S_temp_4000c000_FOREACH_RANGE(fn) 
+#define DT_N_S_soc_S_temp_4000c000_IRQ_NUM 1
+#define DT_N_S_soc_S_temp_4000c000_IRQ_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_temp_4000c000_IRQ_IDX_0_VAL_irq 12
+#define DT_N_S_soc_S_temp_4000c000_IRQ_IDX_0_VAL_irq_EXISTS 1
+#define DT_N_S_soc_S_temp_4000c000_IRQ_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_temp_4000c000_IRQ_IDX_0_VAL_priority 1
+#define DT_N_S_soc_S_temp_4000c000_IRQ_IDX_0_VAL_priority_EXISTS 1
+#define DT_N_S_soc_S_temp_4000c000_IRQ_IDX_0_CONTROLLER DT_N_S_soc_S_interrupt_controller_e000e100
+#define DT_N_S_soc_S_temp_4000c000_IRQ_LEVEL 1
+#define DT_N_S_soc_S_temp_4000c000_COMPAT_MATCHES_nordic_nrf_temp 1
+#define DT_N_S_soc_S_temp_4000c000_COMPAT_VENDOR_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_temp_4000c000_COMPAT_VENDOR_IDX_0 "Nordic Semiconductor"
+#define DT_N_S_soc_S_temp_4000c000_COMPAT_MODEL_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_temp_4000c000_COMPAT_MODEL_IDX_0 "nrf-temp"
+#define DT_N_S_soc_S_temp_4000c000_STATUS_okay 1
+
+/* Pin control (pinctrl-<i>, pinctrl-names) properties: */
+#define DT_N_S_soc_S_temp_4000c000_PINCTRL_NUM 0
+
+/* Generic property macros: */
+#define DT_N_S_soc_S_temp_4000c000_P_wakeup_source 0
+#define DT_N_S_soc_S_temp_4000c000_P_wakeup_source_EXISTS 1
+#define DT_N_S_soc_S_temp_4000c000_P_zephyr_pm_device_runtime_auto 0
+#define DT_N_S_soc_S_temp_4000c000_P_zephyr_pm_device_runtime_auto_EXISTS 1
+#define DT_N_S_soc_S_temp_4000c000_P_status "okay"
+#define DT_N_S_soc_S_temp_4000c000_P_status_STRING_UNQUOTED okay
+#define DT_N_S_soc_S_temp_4000c000_P_status_STRING_TOKEN okay
+#define DT_N_S_soc_S_temp_4000c000_P_status_STRING_UPPER_TOKEN OKAY
+#define DT_N_S_soc_S_temp_4000c000_P_status_IDX_0 "okay"
+#define DT_N_S_soc_S_temp_4000c000_P_status_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_temp_4000c000_P_status_ENUM_IDX 1
+#define DT_N_S_soc_S_temp_4000c000_P_status_ENUM_VAL_okay_EXISTS 1
+#define DT_N_S_soc_S_temp_4000c000_P_status_ENUM_TOKEN okay
+#define DT_N_S_soc_S_temp_4000c000_P_status_ENUM_UPPER_TOKEN OKAY
+#define DT_N_S_soc_S_temp_4000c000_P_status_FOREACH_PROP_ELEM(fn) fn(DT_N_S_soc_S_temp_4000c000, status, 0)
+#define DT_N_S_soc_S_temp_4000c000_P_status_FOREACH_PROP_ELEM_SEP(fn, sep) fn(DT_N_S_soc_S_temp_4000c000, status, 0)
+#define DT_N_S_soc_S_temp_4000c000_P_status_FOREACH_PROP_ELEM_VARGS(fn, ...) fn(DT_N_S_soc_S_temp_4000c000, status, 0, __VA_ARGS__)
+#define DT_N_S_soc_S_temp_4000c000_P_status_FOREACH_PROP_ELEM_SEP_VARGS(fn, sep, ...) fn(DT_N_S_soc_S_temp_4000c000, status, 0, __VA_ARGS__)
+#define DT_N_S_soc_S_temp_4000c000_P_status_LEN 1
+#define DT_N_S_soc_S_temp_4000c000_P_status_EXISTS 1
+#define DT_N_S_soc_S_temp_4000c000_P_compatible {"nordic,nrf-temp"}
+#define DT_N_S_soc_S_temp_4000c000_P_compatible_IDX_0 "nordic,nrf-temp"
+#define DT_N_S_soc_S_temp_4000c000_P_compatible_IDX_0_STRING_UNQUOTED nordic,nrf-temp
+#define DT_N_S_soc_S_temp_4000c000_P_compatible_IDX_0_STRING_TOKEN nordic_nrf_temp
+#define DT_N_S_soc_S_temp_4000c000_P_compatible_IDX_0_STRING_UPPER_TOKEN NORDIC_NRF_TEMP
+#define DT_N_S_soc_S_temp_4000c000_P_compatible_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_temp_4000c000_P_compatible_FOREACH_PROP_ELEM(fn) fn(DT_N_S_soc_S_temp_4000c000, compatible, 0)
+#define DT_N_S_soc_S_temp_4000c000_P_compatible_FOREACH_PROP_ELEM_SEP(fn, sep) fn(DT_N_S_soc_S_temp_4000c000, compatible, 0)
+#define DT_N_S_soc_S_temp_4000c000_P_compatible_FOREACH_PROP_ELEM_VARGS(fn, ...) fn(DT_N_S_soc_S_temp_4000c000, compatible, 0, __VA_ARGS__)
+#define DT_N_S_soc_S_temp_4000c000_P_compatible_FOREACH_PROP_ELEM_SEP_VARGS(fn, sep, ...) fn(DT_N_S_soc_S_temp_4000c000, compatible, 0, __VA_ARGS__)
+#define DT_N_S_soc_S_temp_4000c000_P_compatible_LEN 1
+#define DT_N_S_soc_S_temp_4000c000_P_compatible_EXISTS 1
+#define DT_N_S_soc_S_temp_4000c000_P_reg {1073790976 /* 0x4000c000 */, 4096 /* 0x1000 */}
+#define DT_N_S_soc_S_temp_4000c000_P_reg_IDX_0 1073790976
+#define DT_N_S_soc_S_temp_4000c000_P_reg_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_temp_4000c000_P_reg_IDX_1 4096
+#define DT_N_S_soc_S_temp_4000c000_P_reg_IDX_1_EXISTS 1
+#define DT_N_S_soc_S_temp_4000c000_P_reg_EXISTS 1
+#define DT_N_S_soc_S_temp_4000c000_P_interrupts {12 /* 0xc */, 1 /* 0x1 */}
+#define DT_N_S_soc_S_temp_4000c000_P_interrupts_IDX_0 12
+#define DT_N_S_soc_S_temp_4000c000_P_interrupts_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_temp_4000c000_P_interrupts_IDX_1 1
+#define DT_N_S_soc_S_temp_4000c000_P_interrupts_IDX_1_EXISTS 1
+#define DT_N_S_soc_S_temp_4000c000_P_interrupts_EXISTS 1
+#define DT_N_S_soc_S_temp_4000c000_P_zephyr_deferred_init 0
+#define DT_N_S_soc_S_temp_4000c000_P_zephyr_deferred_init_EXISTS 1
+
+/*
+ * Devicetree node: /soc/timer@40008000
+ *
+ * Node identifier: DT_N_S_soc_S_timer_40008000
+ *
+ * Binding (compatible = nordic,nrf-timer):
+ *   $ZEPHYR_BASE/dts/bindings/timer/nordic,nrf-timer.yaml
+ *
+ * (Descriptions have moved to the Devicetree Bindings Index
+ * in the documentation.)
+ */
+
+/* Node's full path: */
+#define DT_N_S_soc_S_timer_40008000_PATH "/soc/timer@40008000"
+
+/* Node's name with unit-address: */
+#define DT_N_S_soc_S_timer_40008000_FULL_NAME "timer@40008000"
+
+/* Node parent (/soc) identifier: */
+#define DT_N_S_soc_S_timer_40008000_PARENT DT_N_S_soc
+
+/* Node's index in its parent's list of children: */
+#define DT_N_S_soc_S_timer_40008000_CHILD_IDX 16
+
+/* Helper macros for child nodes of this node. */
+#define DT_N_S_soc_S_timer_40008000_CHILD_NUM 0
+#define DT_N_S_soc_S_timer_40008000_CHILD_NUM_STATUS_OKAY 0
+#define DT_N_S_soc_S_timer_40008000_FOREACH_CHILD(fn) 
+#define DT_N_S_soc_S_timer_40008000_FOREACH_CHILD_SEP(fn, sep) 
+#define DT_N_S_soc_S_timer_40008000_FOREACH_CHILD_VARGS(fn, ...) 
+#define DT_N_S_soc_S_timer_40008000_FOREACH_CHILD_SEP_VARGS(fn, sep, ...) 
+#define DT_N_S_soc_S_timer_40008000_FOREACH_CHILD_STATUS_OKAY(fn) 
+#define DT_N_S_soc_S_timer_40008000_FOREACH_CHILD_STATUS_OKAY_SEP(fn, sep) 
+#define DT_N_S_soc_S_timer_40008000_FOREACH_CHILD_STATUS_OKAY_VARGS(fn, ...) 
+#define DT_N_S_soc_S_timer_40008000_FOREACH_CHILD_STATUS_OKAY_SEP_VARGS(fn, sep, ...) 
+
+/* Node's dependency ordinal: */
+#define DT_N_S_soc_S_timer_40008000_ORD 69
+#define DT_N_S_soc_S_timer_40008000_ORD_STR_SORTABLE 00069
+
+/* Ordinals for what this node depends on directly: */
+#define DT_N_S_soc_S_timer_40008000_REQUIRES_ORDS \
+	5, /* /soc */ \
+	6, /* /soc/interrupt-controller@e000e100 */
+
+/* Ordinals for what depends directly on this node: */
+#define DT_N_S_soc_S_timer_40008000_SUPPORTS_ORDS /* nothing */
+
+/* Existence and alternate IDs: */
+#define DT_N_S_soc_S_timer_40008000_EXISTS 1
+#define DT_N_INST_0_nordic_nrf_timer DT_N_S_soc_S_timer_40008000
+#define DT_N_NODELABEL_timer0        DT_N_S_soc_S_timer_40008000
+
+/* Macros for properties that are special in the specification: */
+#define DT_N_S_soc_S_timer_40008000_REG_NUM 1
+#define DT_N_S_soc_S_timer_40008000_REG_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_timer_40008000_REG_IDX_0_VAL_ADDRESS 1073774592 /* 0x40008000 */
+#define DT_N_S_soc_S_timer_40008000_REG_IDX_0_VAL_SIZE 4096 /* 0x1000 */
+#define DT_N_S_soc_S_timer_40008000_RANGES_NUM 0
+#define DT_N_S_soc_S_timer_40008000_FOREACH_RANGE(fn) 
+#define DT_N_S_soc_S_timer_40008000_IRQ_NUM 1
+#define DT_N_S_soc_S_timer_40008000_IRQ_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_timer_40008000_IRQ_IDX_0_VAL_irq 8
+#define DT_N_S_soc_S_timer_40008000_IRQ_IDX_0_VAL_irq_EXISTS 1
+#define DT_N_S_soc_S_timer_40008000_IRQ_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_timer_40008000_IRQ_IDX_0_VAL_priority 1
+#define DT_N_S_soc_S_timer_40008000_IRQ_IDX_0_VAL_priority_EXISTS 1
+#define DT_N_S_soc_S_timer_40008000_IRQ_IDX_0_CONTROLLER DT_N_S_soc_S_interrupt_controller_e000e100
+#define DT_N_S_soc_S_timer_40008000_IRQ_LEVEL 1
+#define DT_N_S_soc_S_timer_40008000_COMPAT_MATCHES_nordic_nrf_timer 1
+#define DT_N_S_soc_S_timer_40008000_COMPAT_VENDOR_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_timer_40008000_COMPAT_VENDOR_IDX_0 "Nordic Semiconductor"
+#define DT_N_S_soc_S_timer_40008000_COMPAT_MODEL_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_timer_40008000_COMPAT_MODEL_IDX_0 "nrf-timer"
+#define DT_N_S_soc_S_timer_40008000_STATUS_disabled 1
+
+/* Pin control (pinctrl-<i>, pinctrl-names) properties: */
+#define DT_N_S_soc_S_timer_40008000_PINCTRL_NUM 0
+
+/* Generic property macros: */
+#define DT_N_S_soc_S_timer_40008000_P_wakeup_source 0
+#define DT_N_S_soc_S_timer_40008000_P_wakeup_source_EXISTS 1
+#define DT_N_S_soc_S_timer_40008000_P_zephyr_pm_device_runtime_auto 0
+#define DT_N_S_soc_S_timer_40008000_P_zephyr_pm_device_runtime_auto_EXISTS 1
+#define DT_N_S_soc_S_timer_40008000_P_status "disabled"
+#define DT_N_S_soc_S_timer_40008000_P_status_STRING_UNQUOTED disabled
+#define DT_N_S_soc_S_timer_40008000_P_status_STRING_TOKEN disabled
+#define DT_N_S_soc_S_timer_40008000_P_status_STRING_UPPER_TOKEN DISABLED
+#define DT_N_S_soc_S_timer_40008000_P_status_IDX_0 "disabled"
+#define DT_N_S_soc_S_timer_40008000_P_status_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_timer_40008000_P_status_ENUM_IDX 2
+#define DT_N_S_soc_S_timer_40008000_P_status_ENUM_VAL_disabled_EXISTS 1
+#define DT_N_S_soc_S_timer_40008000_P_status_ENUM_TOKEN disabled
+#define DT_N_S_soc_S_timer_40008000_P_status_ENUM_UPPER_TOKEN DISABLED
+#define DT_N_S_soc_S_timer_40008000_P_status_FOREACH_PROP_ELEM(fn) fn(DT_N_S_soc_S_timer_40008000, status, 0)
+#define DT_N_S_soc_S_timer_40008000_P_status_FOREACH_PROP_ELEM_SEP(fn, sep) fn(DT_N_S_soc_S_timer_40008000, status, 0)
+#define DT_N_S_soc_S_timer_40008000_P_status_FOREACH_PROP_ELEM_VARGS(fn, ...) fn(DT_N_S_soc_S_timer_40008000, status, 0, __VA_ARGS__)
+#define DT_N_S_soc_S_timer_40008000_P_status_FOREACH_PROP_ELEM_SEP_VARGS(fn, sep, ...) fn(DT_N_S_soc_S_timer_40008000, status, 0, __VA_ARGS__)
+#define DT_N_S_soc_S_timer_40008000_P_status_LEN 1
+#define DT_N_S_soc_S_timer_40008000_P_status_EXISTS 1
+#define DT_N_S_soc_S_timer_40008000_P_compatible {"nordic,nrf-timer"}
+#define DT_N_S_soc_S_timer_40008000_P_compatible_IDX_0 "nordic,nrf-timer"
+#define DT_N_S_soc_S_timer_40008000_P_compatible_IDX_0_STRING_UNQUOTED nordic,nrf-timer
+#define DT_N_S_soc_S_timer_40008000_P_compatible_IDX_0_STRING_TOKEN nordic_nrf_timer
+#define DT_N_S_soc_S_timer_40008000_P_compatible_IDX_0_STRING_UPPER_TOKEN NORDIC_NRF_TIMER
+#define DT_N_S_soc_S_timer_40008000_P_compatible_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_timer_40008000_P_compatible_FOREACH_PROP_ELEM(fn) fn(DT_N_S_soc_S_timer_40008000, compatible, 0)
+#define DT_N_S_soc_S_timer_40008000_P_compatible_FOREACH_PROP_ELEM_SEP(fn, sep) fn(DT_N_S_soc_S_timer_40008000, compatible, 0)
+#define DT_N_S_soc_S_timer_40008000_P_compatible_FOREACH_PROP_ELEM_VARGS(fn, ...) fn(DT_N_S_soc_S_timer_40008000, compatible, 0, __VA_ARGS__)
+#define DT_N_S_soc_S_timer_40008000_P_compatible_FOREACH_PROP_ELEM_SEP_VARGS(fn, sep, ...) fn(DT_N_S_soc_S_timer_40008000, compatible, 0, __VA_ARGS__)
+#define DT_N_S_soc_S_timer_40008000_P_compatible_LEN 1
+#define DT_N_S_soc_S_timer_40008000_P_compatible_EXISTS 1
+#define DT_N_S_soc_S_timer_40008000_P_reg {1073774592 /* 0x40008000 */, 4096 /* 0x1000 */}
+#define DT_N_S_soc_S_timer_40008000_P_reg_IDX_0 1073774592
+#define DT_N_S_soc_S_timer_40008000_P_reg_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_timer_40008000_P_reg_IDX_1 4096
+#define DT_N_S_soc_S_timer_40008000_P_reg_IDX_1_EXISTS 1
+#define DT_N_S_soc_S_timer_40008000_P_reg_EXISTS 1
+#define DT_N_S_soc_S_timer_40008000_P_interrupts {8 /* 0x8 */, 1 /* 0x1 */}
+#define DT_N_S_soc_S_timer_40008000_P_interrupts_IDX_0 8
+#define DT_N_S_soc_S_timer_40008000_P_interrupts_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_timer_40008000_P_interrupts_IDX_1 1
+#define DT_N_S_soc_S_timer_40008000_P_interrupts_IDX_1_EXISTS 1
+#define DT_N_S_soc_S_timer_40008000_P_interrupts_EXISTS 1
+#define DT_N_S_soc_S_timer_40008000_P_zephyr_deferred_init 0
+#define DT_N_S_soc_S_timer_40008000_P_zephyr_deferred_init_EXISTS 1
+#define DT_N_S_soc_S_timer_40008000_P_cc_num 4
+#define DT_N_S_soc_S_timer_40008000_P_cc_num_EXISTS 1
+#define DT_N_S_soc_S_timer_40008000_P_max_bit_width 32
+#define DT_N_S_soc_S_timer_40008000_P_max_bit_width_EXISTS 1
+#define DT_N_S_soc_S_timer_40008000_P_max_frequency 16000000
+#define DT_N_S_soc_S_timer_40008000_P_max_frequency_EXISTS 1
+#define DT_N_S_soc_S_timer_40008000_P_prescaler 0
+#define DT_N_S_soc_S_timer_40008000_P_prescaler_EXISTS 1
+#define DT_N_S_soc_S_timer_40008000_P_zli 0
+#define DT_N_S_soc_S_timer_40008000_P_zli_EXISTS 1
+
+/*
+ * Devicetree node: /soc/timer@4000a000
+ *
+ * Node identifier: DT_N_S_soc_S_timer_4000a000
+ *
+ * Binding (compatible = nordic,nrf-timer):
+ *   $ZEPHYR_BASE/dts/bindings/timer/nordic,nrf-timer.yaml
+ *
+ * (Descriptions have moved to the Devicetree Bindings Index
+ * in the documentation.)
+ */
+
+/* Node's full path: */
+#define DT_N_S_soc_S_timer_4000a000_PATH "/soc/timer@4000a000"
+
+/* Node's name with unit-address: */
+#define DT_N_S_soc_S_timer_4000a000_FULL_NAME "timer@4000a000"
+
+/* Node parent (/soc) identifier: */
+#define DT_N_S_soc_S_timer_4000a000_PARENT DT_N_S_soc
+
+/* Node's index in its parent's list of children: */
+#define DT_N_S_soc_S_timer_4000a000_CHILD_IDX 18
+
+/* Helper macros for child nodes of this node. */
+#define DT_N_S_soc_S_timer_4000a000_CHILD_NUM 0
+#define DT_N_S_soc_S_timer_4000a000_CHILD_NUM_STATUS_OKAY 0
+#define DT_N_S_soc_S_timer_4000a000_FOREACH_CHILD(fn) 
+#define DT_N_S_soc_S_timer_4000a000_FOREACH_CHILD_SEP(fn, sep) 
+#define DT_N_S_soc_S_timer_4000a000_FOREACH_CHILD_VARGS(fn, ...) 
+#define DT_N_S_soc_S_timer_4000a000_FOREACH_CHILD_SEP_VARGS(fn, sep, ...) 
+#define DT_N_S_soc_S_timer_4000a000_FOREACH_CHILD_STATUS_OKAY(fn) 
+#define DT_N_S_soc_S_timer_4000a000_FOREACH_CHILD_STATUS_OKAY_SEP(fn, sep) 
+#define DT_N_S_soc_S_timer_4000a000_FOREACH_CHILD_STATUS_OKAY_VARGS(fn, ...) 
+#define DT_N_S_soc_S_timer_4000a000_FOREACH_CHILD_STATUS_OKAY_SEP_VARGS(fn, sep, ...) 
+
+/* Node's dependency ordinal: */
+#define DT_N_S_soc_S_timer_4000a000_ORD 70
+#define DT_N_S_soc_S_timer_4000a000_ORD_STR_SORTABLE 00070
+
+/* Ordinals for what this node depends on directly: */
+#define DT_N_S_soc_S_timer_4000a000_REQUIRES_ORDS \
+	5, /* /soc */ \
+	6, /* /soc/interrupt-controller@e000e100 */
+
+/* Ordinals for what depends directly on this node: */
+#define DT_N_S_soc_S_timer_4000a000_SUPPORTS_ORDS /* nothing */
+
+/* Existence and alternate IDs: */
+#define DT_N_S_soc_S_timer_4000a000_EXISTS 1
+#define DT_N_INST_2_nordic_nrf_timer DT_N_S_soc_S_timer_4000a000
+#define DT_N_NODELABEL_timer2        DT_N_S_soc_S_timer_4000a000
+
+/* Macros for properties that are special in the specification: */
+#define DT_N_S_soc_S_timer_4000a000_REG_NUM 1
+#define DT_N_S_soc_S_timer_4000a000_REG_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_timer_4000a000_REG_IDX_0_VAL_ADDRESS 1073782784 /* 0x4000a000 */
+#define DT_N_S_soc_S_timer_4000a000_REG_IDX_0_VAL_SIZE 4096 /* 0x1000 */
+#define DT_N_S_soc_S_timer_4000a000_RANGES_NUM 0
+#define DT_N_S_soc_S_timer_4000a000_FOREACH_RANGE(fn) 
+#define DT_N_S_soc_S_timer_4000a000_IRQ_NUM 1
+#define DT_N_S_soc_S_timer_4000a000_IRQ_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_timer_4000a000_IRQ_IDX_0_VAL_irq 10
+#define DT_N_S_soc_S_timer_4000a000_IRQ_IDX_0_VAL_irq_EXISTS 1
+#define DT_N_S_soc_S_timer_4000a000_IRQ_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_timer_4000a000_IRQ_IDX_0_VAL_priority 1
+#define DT_N_S_soc_S_timer_4000a000_IRQ_IDX_0_VAL_priority_EXISTS 1
+#define DT_N_S_soc_S_timer_4000a000_IRQ_IDX_0_CONTROLLER DT_N_S_soc_S_interrupt_controller_e000e100
+#define DT_N_S_soc_S_timer_4000a000_IRQ_LEVEL 1
+#define DT_N_S_soc_S_timer_4000a000_COMPAT_MATCHES_nordic_nrf_timer 1
+#define DT_N_S_soc_S_timer_4000a000_COMPAT_VENDOR_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_timer_4000a000_COMPAT_VENDOR_IDX_0 "Nordic Semiconductor"
+#define DT_N_S_soc_S_timer_4000a000_COMPAT_MODEL_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_timer_4000a000_COMPAT_MODEL_IDX_0 "nrf-timer"
+#define DT_N_S_soc_S_timer_4000a000_STATUS_disabled 1
+
+/* Pin control (pinctrl-<i>, pinctrl-names) properties: */
+#define DT_N_S_soc_S_timer_4000a000_PINCTRL_NUM 0
+
+/* Generic property macros: */
+#define DT_N_S_soc_S_timer_4000a000_P_wakeup_source 0
+#define DT_N_S_soc_S_timer_4000a000_P_wakeup_source_EXISTS 1
+#define DT_N_S_soc_S_timer_4000a000_P_zephyr_pm_device_runtime_auto 0
+#define DT_N_S_soc_S_timer_4000a000_P_zephyr_pm_device_runtime_auto_EXISTS 1
+#define DT_N_S_soc_S_timer_4000a000_P_status "disabled"
+#define DT_N_S_soc_S_timer_4000a000_P_status_STRING_UNQUOTED disabled
+#define DT_N_S_soc_S_timer_4000a000_P_status_STRING_TOKEN disabled
+#define DT_N_S_soc_S_timer_4000a000_P_status_STRING_UPPER_TOKEN DISABLED
+#define DT_N_S_soc_S_timer_4000a000_P_status_IDX_0 "disabled"
+#define DT_N_S_soc_S_timer_4000a000_P_status_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_timer_4000a000_P_status_ENUM_IDX 2
+#define DT_N_S_soc_S_timer_4000a000_P_status_ENUM_VAL_disabled_EXISTS 1
+#define DT_N_S_soc_S_timer_4000a000_P_status_ENUM_TOKEN disabled
+#define DT_N_S_soc_S_timer_4000a000_P_status_ENUM_UPPER_TOKEN DISABLED
+#define DT_N_S_soc_S_timer_4000a000_P_status_FOREACH_PROP_ELEM(fn) fn(DT_N_S_soc_S_timer_4000a000, status, 0)
+#define DT_N_S_soc_S_timer_4000a000_P_status_FOREACH_PROP_ELEM_SEP(fn, sep) fn(DT_N_S_soc_S_timer_4000a000, status, 0)
+#define DT_N_S_soc_S_timer_4000a000_P_status_FOREACH_PROP_ELEM_VARGS(fn, ...) fn(DT_N_S_soc_S_timer_4000a000, status, 0, __VA_ARGS__)
+#define DT_N_S_soc_S_timer_4000a000_P_status_FOREACH_PROP_ELEM_SEP_VARGS(fn, sep, ...) fn(DT_N_S_soc_S_timer_4000a000, status, 0, __VA_ARGS__)
+#define DT_N_S_soc_S_timer_4000a000_P_status_LEN 1
+#define DT_N_S_soc_S_timer_4000a000_P_status_EXISTS 1
+#define DT_N_S_soc_S_timer_4000a000_P_compatible {"nordic,nrf-timer"}
+#define DT_N_S_soc_S_timer_4000a000_P_compatible_IDX_0 "nordic,nrf-timer"
+#define DT_N_S_soc_S_timer_4000a000_P_compatible_IDX_0_STRING_UNQUOTED nordic,nrf-timer
+#define DT_N_S_soc_S_timer_4000a000_P_compatible_IDX_0_STRING_TOKEN nordic_nrf_timer
+#define DT_N_S_soc_S_timer_4000a000_P_compatible_IDX_0_STRING_UPPER_TOKEN NORDIC_NRF_TIMER
+#define DT_N_S_soc_S_timer_4000a000_P_compatible_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_timer_4000a000_P_compatible_FOREACH_PROP_ELEM(fn) fn(DT_N_S_soc_S_timer_4000a000, compatible, 0)
+#define DT_N_S_soc_S_timer_4000a000_P_compatible_FOREACH_PROP_ELEM_SEP(fn, sep) fn(DT_N_S_soc_S_timer_4000a000, compatible, 0)
+#define DT_N_S_soc_S_timer_4000a000_P_compatible_FOREACH_PROP_ELEM_VARGS(fn, ...) fn(DT_N_S_soc_S_timer_4000a000, compatible, 0, __VA_ARGS__)
+#define DT_N_S_soc_S_timer_4000a000_P_compatible_FOREACH_PROP_ELEM_SEP_VARGS(fn, sep, ...) fn(DT_N_S_soc_S_timer_4000a000, compatible, 0, __VA_ARGS__)
+#define DT_N_S_soc_S_timer_4000a000_P_compatible_LEN 1
+#define DT_N_S_soc_S_timer_4000a000_P_compatible_EXISTS 1
+#define DT_N_S_soc_S_timer_4000a000_P_reg {1073782784 /* 0x4000a000 */, 4096 /* 0x1000 */}
+#define DT_N_S_soc_S_timer_4000a000_P_reg_IDX_0 1073782784
+#define DT_N_S_soc_S_timer_4000a000_P_reg_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_timer_4000a000_P_reg_IDX_1 4096
+#define DT_N_S_soc_S_timer_4000a000_P_reg_IDX_1_EXISTS 1
+#define DT_N_S_soc_S_timer_4000a000_P_reg_EXISTS 1
+#define DT_N_S_soc_S_timer_4000a000_P_interrupts {10 /* 0xa */, 1 /* 0x1 */}
+#define DT_N_S_soc_S_timer_4000a000_P_interrupts_IDX_0 10
+#define DT_N_S_soc_S_timer_4000a000_P_interrupts_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_timer_4000a000_P_interrupts_IDX_1 1
+#define DT_N_S_soc_S_timer_4000a000_P_interrupts_IDX_1_EXISTS 1
+#define DT_N_S_soc_S_timer_4000a000_P_interrupts_EXISTS 1
+#define DT_N_S_soc_S_timer_4000a000_P_zephyr_deferred_init 0
+#define DT_N_S_soc_S_timer_4000a000_P_zephyr_deferred_init_EXISTS 1
+#define DT_N_S_soc_S_timer_4000a000_P_cc_num 4
+#define DT_N_S_soc_S_timer_4000a000_P_cc_num_EXISTS 1
+#define DT_N_S_soc_S_timer_4000a000_P_max_bit_width 32
+#define DT_N_S_soc_S_timer_4000a000_P_max_bit_width_EXISTS 1
+#define DT_N_S_soc_S_timer_4000a000_P_max_frequency 16000000
+#define DT_N_S_soc_S_timer_4000a000_P_max_frequency_EXISTS 1
+#define DT_N_S_soc_S_timer_4000a000_P_prescaler 0
+#define DT_N_S_soc_S_timer_4000a000_P_prescaler_EXISTS 1
+#define DT_N_S_soc_S_timer_4000a000_P_zli 0
+#define DT_N_S_soc_S_timer_4000a000_P_zli_EXISTS 1
+
+/*
+ * Devicetree node: /soc/timer@4001a000
+ *
+ * Node identifier: DT_N_S_soc_S_timer_4001a000
+ *
+ * Binding (compatible = nordic,nrf-timer):
+ *   $ZEPHYR_BASE/dts/bindings/timer/nordic,nrf-timer.yaml
+ *
+ * (Descriptions have moved to the Devicetree Bindings Index
+ * in the documentation.)
+ */
+
+/* Node's full path: */
+#define DT_N_S_soc_S_timer_4001a000_PATH "/soc/timer@4001a000"
+
+/* Node's name with unit-address: */
+#define DT_N_S_soc_S_timer_4001a000_FULL_NAME "timer@4001a000"
+
+/* Node parent (/soc) identifier: */
+#define DT_N_S_soc_S_timer_4001a000_PARENT DT_N_S_soc
+
+/* Node's index in its parent's list of children: */
+#define DT_N_S_soc_S_timer_4001a000_CHILD_IDX 34
+
+/* Helper macros for child nodes of this node. */
+#define DT_N_S_soc_S_timer_4001a000_CHILD_NUM 0
+#define DT_N_S_soc_S_timer_4001a000_CHILD_NUM_STATUS_OKAY 0
+#define DT_N_S_soc_S_timer_4001a000_FOREACH_CHILD(fn) 
+#define DT_N_S_soc_S_timer_4001a000_FOREACH_CHILD_SEP(fn, sep) 
+#define DT_N_S_soc_S_timer_4001a000_FOREACH_CHILD_VARGS(fn, ...) 
+#define DT_N_S_soc_S_timer_4001a000_FOREACH_CHILD_SEP_VARGS(fn, sep, ...) 
+#define DT_N_S_soc_S_timer_4001a000_FOREACH_CHILD_STATUS_OKAY(fn) 
+#define DT_N_S_soc_S_timer_4001a000_FOREACH_CHILD_STATUS_OKAY_SEP(fn, sep) 
+#define DT_N_S_soc_S_timer_4001a000_FOREACH_CHILD_STATUS_OKAY_VARGS(fn, ...) 
+#define DT_N_S_soc_S_timer_4001a000_FOREACH_CHILD_STATUS_OKAY_SEP_VARGS(fn, sep, ...) 
+
+/* Node's dependency ordinal: */
+#define DT_N_S_soc_S_timer_4001a000_ORD 71
+#define DT_N_S_soc_S_timer_4001a000_ORD_STR_SORTABLE 00071
+
+/* Ordinals for what this node depends on directly: */
+#define DT_N_S_soc_S_timer_4001a000_REQUIRES_ORDS \
+	5, /* /soc */ \
+	6, /* /soc/interrupt-controller@e000e100 */
+
+/* Ordinals for what depends directly on this node: */
+#define DT_N_S_soc_S_timer_4001a000_SUPPORTS_ORDS /* nothing */
+
+/* Existence and alternate IDs: */
+#define DT_N_S_soc_S_timer_4001a000_EXISTS 1
+#define DT_N_INST_3_nordic_nrf_timer DT_N_S_soc_S_timer_4001a000
+#define DT_N_NODELABEL_timer3        DT_N_S_soc_S_timer_4001a000
+
+/* Macros for properties that are special in the specification: */
+#define DT_N_S_soc_S_timer_4001a000_REG_NUM 1
+#define DT_N_S_soc_S_timer_4001a000_REG_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_timer_4001a000_REG_IDX_0_VAL_ADDRESS 1073848320 /* 0x4001a000 */
+#define DT_N_S_soc_S_timer_4001a000_REG_IDX_0_VAL_SIZE 4096 /* 0x1000 */
+#define DT_N_S_soc_S_timer_4001a000_RANGES_NUM 0
+#define DT_N_S_soc_S_timer_4001a000_FOREACH_RANGE(fn) 
+#define DT_N_S_soc_S_timer_4001a000_IRQ_NUM 1
+#define DT_N_S_soc_S_timer_4001a000_IRQ_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_timer_4001a000_IRQ_IDX_0_VAL_irq 26
+#define DT_N_S_soc_S_timer_4001a000_IRQ_IDX_0_VAL_irq_EXISTS 1
+#define DT_N_S_soc_S_timer_4001a000_IRQ_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_timer_4001a000_IRQ_IDX_0_VAL_priority 1
+#define DT_N_S_soc_S_timer_4001a000_IRQ_IDX_0_VAL_priority_EXISTS 1
+#define DT_N_S_soc_S_timer_4001a000_IRQ_IDX_0_CONTROLLER DT_N_S_soc_S_interrupt_controller_e000e100
+#define DT_N_S_soc_S_timer_4001a000_IRQ_LEVEL 1
+#define DT_N_S_soc_S_timer_4001a000_COMPAT_MATCHES_nordic_nrf_timer 1
+#define DT_N_S_soc_S_timer_4001a000_COMPAT_VENDOR_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_timer_4001a000_COMPAT_VENDOR_IDX_0 "Nordic Semiconductor"
+#define DT_N_S_soc_S_timer_4001a000_COMPAT_MODEL_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_timer_4001a000_COMPAT_MODEL_IDX_0 "nrf-timer"
+#define DT_N_S_soc_S_timer_4001a000_STATUS_disabled 1
+
+/* Pin control (pinctrl-<i>, pinctrl-names) properties: */
+#define DT_N_S_soc_S_timer_4001a000_PINCTRL_NUM 0
+
+/* Generic property macros: */
+#define DT_N_S_soc_S_timer_4001a000_P_wakeup_source 0
+#define DT_N_S_soc_S_timer_4001a000_P_wakeup_source_EXISTS 1
+#define DT_N_S_soc_S_timer_4001a000_P_zephyr_pm_device_runtime_auto 0
+#define DT_N_S_soc_S_timer_4001a000_P_zephyr_pm_device_runtime_auto_EXISTS 1
+#define DT_N_S_soc_S_timer_4001a000_P_status "disabled"
+#define DT_N_S_soc_S_timer_4001a000_P_status_STRING_UNQUOTED disabled
+#define DT_N_S_soc_S_timer_4001a000_P_status_STRING_TOKEN disabled
+#define DT_N_S_soc_S_timer_4001a000_P_status_STRING_UPPER_TOKEN DISABLED
+#define DT_N_S_soc_S_timer_4001a000_P_status_IDX_0 "disabled"
+#define DT_N_S_soc_S_timer_4001a000_P_status_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_timer_4001a000_P_status_ENUM_IDX 2
+#define DT_N_S_soc_S_timer_4001a000_P_status_ENUM_VAL_disabled_EXISTS 1
+#define DT_N_S_soc_S_timer_4001a000_P_status_ENUM_TOKEN disabled
+#define DT_N_S_soc_S_timer_4001a000_P_status_ENUM_UPPER_TOKEN DISABLED
+#define DT_N_S_soc_S_timer_4001a000_P_status_FOREACH_PROP_ELEM(fn) fn(DT_N_S_soc_S_timer_4001a000, status, 0)
+#define DT_N_S_soc_S_timer_4001a000_P_status_FOREACH_PROP_ELEM_SEP(fn, sep) fn(DT_N_S_soc_S_timer_4001a000, status, 0)
+#define DT_N_S_soc_S_timer_4001a000_P_status_FOREACH_PROP_ELEM_VARGS(fn, ...) fn(DT_N_S_soc_S_timer_4001a000, status, 0, __VA_ARGS__)
+#define DT_N_S_soc_S_timer_4001a000_P_status_FOREACH_PROP_ELEM_SEP_VARGS(fn, sep, ...) fn(DT_N_S_soc_S_timer_4001a000, status, 0, __VA_ARGS__)
+#define DT_N_S_soc_S_timer_4001a000_P_status_LEN 1
+#define DT_N_S_soc_S_timer_4001a000_P_status_EXISTS 1
+#define DT_N_S_soc_S_timer_4001a000_P_compatible {"nordic,nrf-timer"}
+#define DT_N_S_soc_S_timer_4001a000_P_compatible_IDX_0 "nordic,nrf-timer"
+#define DT_N_S_soc_S_timer_4001a000_P_compatible_IDX_0_STRING_UNQUOTED nordic,nrf-timer
+#define DT_N_S_soc_S_timer_4001a000_P_compatible_IDX_0_STRING_TOKEN nordic_nrf_timer
+#define DT_N_S_soc_S_timer_4001a000_P_compatible_IDX_0_STRING_UPPER_TOKEN NORDIC_NRF_TIMER
+#define DT_N_S_soc_S_timer_4001a000_P_compatible_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_timer_4001a000_P_compatible_FOREACH_PROP_ELEM(fn) fn(DT_N_S_soc_S_timer_4001a000, compatible, 0)
+#define DT_N_S_soc_S_timer_4001a000_P_compatible_FOREACH_PROP_ELEM_SEP(fn, sep) fn(DT_N_S_soc_S_timer_4001a000, compatible, 0)
+#define DT_N_S_soc_S_timer_4001a000_P_compatible_FOREACH_PROP_ELEM_VARGS(fn, ...) fn(DT_N_S_soc_S_timer_4001a000, compatible, 0, __VA_ARGS__)
+#define DT_N_S_soc_S_timer_4001a000_P_compatible_FOREACH_PROP_ELEM_SEP_VARGS(fn, sep, ...) fn(DT_N_S_soc_S_timer_4001a000, compatible, 0, __VA_ARGS__)
+#define DT_N_S_soc_S_timer_4001a000_P_compatible_LEN 1
+#define DT_N_S_soc_S_timer_4001a000_P_compatible_EXISTS 1
+#define DT_N_S_soc_S_timer_4001a000_P_reg {1073848320 /* 0x4001a000 */, 4096 /* 0x1000 */}
+#define DT_N_S_soc_S_timer_4001a000_P_reg_IDX_0 1073848320
+#define DT_N_S_soc_S_timer_4001a000_P_reg_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_timer_4001a000_P_reg_IDX_1 4096
+#define DT_N_S_soc_S_timer_4001a000_P_reg_IDX_1_EXISTS 1
+#define DT_N_S_soc_S_timer_4001a000_P_reg_EXISTS 1
+#define DT_N_S_soc_S_timer_4001a000_P_interrupts {26 /* 0x1a */, 1 /* 0x1 */}
+#define DT_N_S_soc_S_timer_4001a000_P_interrupts_IDX_0 26
+#define DT_N_S_soc_S_timer_4001a000_P_interrupts_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_timer_4001a000_P_interrupts_IDX_1 1
+#define DT_N_S_soc_S_timer_4001a000_P_interrupts_IDX_1_EXISTS 1
+#define DT_N_S_soc_S_timer_4001a000_P_interrupts_EXISTS 1
+#define DT_N_S_soc_S_timer_4001a000_P_zephyr_deferred_init 0
+#define DT_N_S_soc_S_timer_4001a000_P_zephyr_deferred_init_EXISTS 1
+#define DT_N_S_soc_S_timer_4001a000_P_cc_num 6
+#define DT_N_S_soc_S_timer_4001a000_P_cc_num_EXISTS 1
+#define DT_N_S_soc_S_timer_4001a000_P_max_bit_width 32
+#define DT_N_S_soc_S_timer_4001a000_P_max_bit_width_EXISTS 1
+#define DT_N_S_soc_S_timer_4001a000_P_max_frequency 16000000
+#define DT_N_S_soc_S_timer_4001a000_P_max_frequency_EXISTS 1
+#define DT_N_S_soc_S_timer_4001a000_P_prescaler 0
+#define DT_N_S_soc_S_timer_4001a000_P_prescaler_EXISTS 1
+#define DT_N_S_soc_S_timer_4001a000_P_zli 0
+#define DT_N_S_soc_S_timer_4001a000_P_zli_EXISTS 1
+
+/*
+ * Devicetree node: /soc/timer@e000e010
+ *
+ * Node identifier: DT_N_S_soc_S_timer_e000e010
+ *
+ * Binding (compatible = arm,armv7m-systick):
+ *   $ZEPHYR_BASE/dts/bindings/timer/arm,armv7m-systick.yaml
+ *
+ * (Descriptions have moved to the Devicetree Bindings Index
+ * in the documentation.)
+ */
+
+/* Node's full path: */
+#define DT_N_S_soc_S_timer_e000e010_PATH "/soc/timer@e000e010"
+
+/* Node's name with unit-address: */
+#define DT_N_S_soc_S_timer_e000e010_FULL_NAME "timer@e000e010"
+
+/* Node parent (/soc) identifier: */
+#define DT_N_S_soc_S_timer_e000e010_PARENT DT_N_S_soc
+
+/* Node's index in its parent's list of children: */
+#define DT_N_S_soc_S_timer_e000e010_CHILD_IDX 1
+
+/* Helper macros for child nodes of this node. */
+#define DT_N_S_soc_S_timer_e000e010_CHILD_NUM 0
+#define DT_N_S_soc_S_timer_e000e010_CHILD_NUM_STATUS_OKAY 0
+#define DT_N_S_soc_S_timer_e000e010_FOREACH_CHILD(fn) 
+#define DT_N_S_soc_S_timer_e000e010_FOREACH_CHILD_SEP(fn, sep) 
+#define DT_N_S_soc_S_timer_e000e010_FOREACH_CHILD_VARGS(fn, ...) 
+#define DT_N_S_soc_S_timer_e000e010_FOREACH_CHILD_SEP_VARGS(fn, sep, ...) 
+#define DT_N_S_soc_S_timer_e000e010_FOREACH_CHILD_STATUS_OKAY(fn) 
+#define DT_N_S_soc_S_timer_e000e010_FOREACH_CHILD_STATUS_OKAY_SEP(fn, sep) 
+#define DT_N_S_soc_S_timer_e000e010_FOREACH_CHILD_STATUS_OKAY_VARGS(fn, ...) 
+#define DT_N_S_soc_S_timer_e000e010_FOREACH_CHILD_STATUS_OKAY_SEP_VARGS(fn, sep, ...) 
+
+/* Node's dependency ordinal: */
+#define DT_N_S_soc_S_timer_e000e010_ORD 72
+#define DT_N_S_soc_S_timer_e000e010_ORD_STR_SORTABLE 00072
+
+/* Ordinals for what this node depends on directly: */
+#define DT_N_S_soc_S_timer_e000e010_REQUIRES_ORDS \
+	5, /* /soc */
+
+/* Ordinals for what depends directly on this node: */
+#define DT_N_S_soc_S_timer_e000e010_SUPPORTS_ORDS /* nothing */
+
+/* Existence and alternate IDs: */
+#define DT_N_S_soc_S_timer_e000e010_EXISTS 1
+#define DT_N_INST_0_arm_armv7m_systick DT_N_S_soc_S_timer_e000e010
+#define DT_N_NODELABEL_systick         DT_N_S_soc_S_timer_e000e010
+
+/* Macros for properties that are special in the specification: */
+#define DT_N_S_soc_S_timer_e000e010_REG_NUM 1
+#define DT_N_S_soc_S_timer_e000e010_REG_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_timer_e000e010_REG_IDX_0_VAL_ADDRESS 3758153744 /* 0xe000e010 */
+#define DT_N_S_soc_S_timer_e000e010_REG_IDX_0_VAL_SIZE 16 /* 0x10 */
+#define DT_N_S_soc_S_timer_e000e010_RANGES_NUM 0
+#define DT_N_S_soc_S_timer_e000e010_FOREACH_RANGE(fn) 
+#define DT_N_S_soc_S_timer_e000e010_IRQ_NUM 0
+#define DT_N_S_soc_S_timer_e000e010_IRQ_LEVEL 0
+#define DT_N_S_soc_S_timer_e000e010_COMPAT_MATCHES_arm_armv7m_systick 1
+#define DT_N_S_soc_S_timer_e000e010_COMPAT_VENDOR_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_timer_e000e010_COMPAT_VENDOR_IDX_0 "ARM Ltd."
+#define DT_N_S_soc_S_timer_e000e010_COMPAT_MODEL_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_timer_e000e010_COMPAT_MODEL_IDX_0 "armv7m-systick"
+#define DT_N_S_soc_S_timer_e000e010_STATUS_disabled 1
+
+/* Pin control (pinctrl-<i>, pinctrl-names) properties: */
+#define DT_N_S_soc_S_timer_e000e010_PINCTRL_NUM 0
+
+/* Generic property macros: */
+#define DT_N_S_soc_S_timer_e000e010_P_wakeup_source 0
+#define DT_N_S_soc_S_timer_e000e010_P_wakeup_source_EXISTS 1
+#define DT_N_S_soc_S_timer_e000e010_P_zephyr_pm_device_runtime_auto 0
+#define DT_N_S_soc_S_timer_e000e010_P_zephyr_pm_device_runtime_auto_EXISTS 1
+#define DT_N_S_soc_S_timer_e000e010_P_status "disabled"
+#define DT_N_S_soc_S_timer_e000e010_P_status_STRING_UNQUOTED disabled
+#define DT_N_S_soc_S_timer_e000e010_P_status_STRING_TOKEN disabled
+#define DT_N_S_soc_S_timer_e000e010_P_status_STRING_UPPER_TOKEN DISABLED
+#define DT_N_S_soc_S_timer_e000e010_P_status_IDX_0 "disabled"
+#define DT_N_S_soc_S_timer_e000e010_P_status_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_timer_e000e010_P_status_ENUM_IDX 2
+#define DT_N_S_soc_S_timer_e000e010_P_status_ENUM_VAL_disabled_EXISTS 1
+#define DT_N_S_soc_S_timer_e000e010_P_status_ENUM_TOKEN disabled
+#define DT_N_S_soc_S_timer_e000e010_P_status_ENUM_UPPER_TOKEN DISABLED
+#define DT_N_S_soc_S_timer_e000e010_P_status_FOREACH_PROP_ELEM(fn) fn(DT_N_S_soc_S_timer_e000e010, status, 0)
+#define DT_N_S_soc_S_timer_e000e010_P_status_FOREACH_PROP_ELEM_SEP(fn, sep) fn(DT_N_S_soc_S_timer_e000e010, status, 0)
+#define DT_N_S_soc_S_timer_e000e010_P_status_FOREACH_PROP_ELEM_VARGS(fn, ...) fn(DT_N_S_soc_S_timer_e000e010, status, 0, __VA_ARGS__)
+#define DT_N_S_soc_S_timer_e000e010_P_status_FOREACH_PROP_ELEM_SEP_VARGS(fn, sep, ...) fn(DT_N_S_soc_S_timer_e000e010, status, 0, __VA_ARGS__)
+#define DT_N_S_soc_S_timer_e000e010_P_status_LEN 1
+#define DT_N_S_soc_S_timer_e000e010_P_status_EXISTS 1
+#define DT_N_S_soc_S_timer_e000e010_P_compatible {"arm,armv7m-systick"}
+#define DT_N_S_soc_S_timer_e000e010_P_compatible_IDX_0 "arm,armv7m-systick"
+#define DT_N_S_soc_S_timer_e000e010_P_compatible_IDX_0_STRING_UNQUOTED arm,armv7m-systick
+#define DT_N_S_soc_S_timer_e000e010_P_compatible_IDX_0_STRING_TOKEN arm_armv7m_systick
+#define DT_N_S_soc_S_timer_e000e010_P_compatible_IDX_0_STRING_UPPER_TOKEN ARM_ARMV7M_SYSTICK
+#define DT_N_S_soc_S_timer_e000e010_P_compatible_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_timer_e000e010_P_compatible_FOREACH_PROP_ELEM(fn) fn(DT_N_S_soc_S_timer_e000e010, compatible, 0)
+#define DT_N_S_soc_S_timer_e000e010_P_compatible_FOREACH_PROP_ELEM_SEP(fn, sep) fn(DT_N_S_soc_S_timer_e000e010, compatible, 0)
+#define DT_N_S_soc_S_timer_e000e010_P_compatible_FOREACH_PROP_ELEM_VARGS(fn, ...) fn(DT_N_S_soc_S_timer_e000e010, compatible, 0, __VA_ARGS__)
+#define DT_N_S_soc_S_timer_e000e010_P_compatible_FOREACH_PROP_ELEM_SEP_VARGS(fn, sep, ...) fn(DT_N_S_soc_S_timer_e000e010, compatible, 0, __VA_ARGS__)
+#define DT_N_S_soc_S_timer_e000e010_P_compatible_LEN 1
+#define DT_N_S_soc_S_timer_e000e010_P_compatible_EXISTS 1
+#define DT_N_S_soc_S_timer_e000e010_P_reg {3758153744 /* 0xe000e010 */, 16 /* 0x10 */}
+#define DT_N_S_soc_S_timer_e000e010_P_reg_IDX_0 3758153744
+#define DT_N_S_soc_S_timer_e000e010_P_reg_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_timer_e000e010_P_reg_IDX_1 16
+#define DT_N_S_soc_S_timer_e000e010_P_reg_IDX_1_EXISTS 1
+#define DT_N_S_soc_S_timer_e000e010_P_reg_EXISTS 1
+#define DT_N_S_soc_S_timer_e000e010_P_zephyr_deferred_init 0
+#define DT_N_S_soc_S_timer_e000e010_P_zephyr_deferred_init_EXISTS 1
+
+/*
+ * Devicetree node: /soc/uart@40002000
+ *
+ * Node identifier: DT_N_S_soc_S_uart_40002000
+ *
+ * Binding (compatible = nordic,nrf-uart):
+ *   $ZEPHYR_BASE/dts/bindings/serial/nordic,nrf-uart.yaml
+ *
+ * (Descriptions have moved to the Devicetree Bindings Index
+ * in the documentation.)
+ */
+
+/* Node's full path: */
+#define DT_N_S_soc_S_uart_40002000_PATH "/soc/uart@40002000"
+
+/* Node's name with unit-address: */
+#define DT_N_S_soc_S_uart_40002000_FULL_NAME "uart@40002000"
+
+/* Node parent (/soc) identifier: */
+#define DT_N_S_soc_S_uart_40002000_PARENT DT_N_S_soc
+
+/* Node's index in its parent's list of children: */
+#define DT_N_S_soc_S_uart_40002000_CHILD_IDX 8
+
+/* Helper macros for child nodes of this node. */
+#define DT_N_S_soc_S_uart_40002000_CHILD_NUM 0
+#define DT_N_S_soc_S_uart_40002000_CHILD_NUM_STATUS_OKAY 0
+#define DT_N_S_soc_S_uart_40002000_FOREACH_CHILD(fn) 
+#define DT_N_S_soc_S_uart_40002000_FOREACH_CHILD_SEP(fn, sep) 
+#define DT_N_S_soc_S_uart_40002000_FOREACH_CHILD_VARGS(fn, ...) 
+#define DT_N_S_soc_S_uart_40002000_FOREACH_CHILD_SEP_VARGS(fn, sep, ...) 
+#define DT_N_S_soc_S_uart_40002000_FOREACH_CHILD_STATUS_OKAY(fn) 
+#define DT_N_S_soc_S_uart_40002000_FOREACH_CHILD_STATUS_OKAY_SEP(fn, sep) 
+#define DT_N_S_soc_S_uart_40002000_FOREACH_CHILD_STATUS_OKAY_VARGS(fn, ...) 
+#define DT_N_S_soc_S_uart_40002000_FOREACH_CHILD_STATUS_OKAY_SEP_VARGS(fn, sep, ...) 
+
+/* Node's dependency ordinal: */
+#define DT_N_S_soc_S_uart_40002000_ORD 73
+#define DT_N_S_soc_S_uart_40002000_ORD_STR_SORTABLE 00073
+
+/* Ordinals for what this node depends on directly: */
+#define DT_N_S_soc_S_uart_40002000_REQUIRES_ORDS \
+	5, /* /soc */ \
+	6, /* /soc/interrupt-controller@e000e100 */ \
+	34, /* /pin-controller/uart0_default */ \
+	36, /* /pin-controller/uart0_sleep */
+
+/* Ordinals for what depends directly on this node: */
+#define DT_N_S_soc_S_uart_40002000_SUPPORTS_ORDS /* nothing */
+
+/* Existence and alternate IDs: */
+#define DT_N_S_soc_S_uart_40002000_EXISTS 1
+#define DT_N_INST_0_nordic_nrf_uart DT_N_S_soc_S_uart_40002000
+#define DT_N_NODELABEL_uart0        DT_N_S_soc_S_uart_40002000
+
+/* Macros for properties that are special in the specification: */
+#define DT_N_S_soc_S_uart_40002000_REG_NUM 1
+#define DT_N_S_soc_S_uart_40002000_REG_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_uart_40002000_REG_IDX_0_VAL_ADDRESS 1073750016 /* 0x40002000 */
+#define DT_N_S_soc_S_uart_40002000_REG_IDX_0_VAL_SIZE 4096 /* 0x1000 */
+#define DT_N_S_soc_S_uart_40002000_RANGES_NUM 0
+#define DT_N_S_soc_S_uart_40002000_FOREACH_RANGE(fn) 
+#define DT_N_S_soc_S_uart_40002000_IRQ_NUM 1
+#define DT_N_S_soc_S_uart_40002000_IRQ_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_uart_40002000_IRQ_IDX_0_VAL_irq 2
+#define DT_N_S_soc_S_uart_40002000_IRQ_IDX_0_VAL_irq_EXISTS 1
+#define DT_N_S_soc_S_uart_40002000_IRQ_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_uart_40002000_IRQ_IDX_0_VAL_priority 1
+#define DT_N_S_soc_S_uart_40002000_IRQ_IDX_0_VAL_priority_EXISTS 1
+#define DT_N_S_soc_S_uart_40002000_IRQ_IDX_0_CONTROLLER DT_N_S_soc_S_interrupt_controller_e000e100
+#define DT_N_S_soc_S_uart_40002000_IRQ_LEVEL 1
+#define DT_N_S_soc_S_uart_40002000_COMPAT_MATCHES_nordic_nrf_uart 1
+#define DT_N_S_soc_S_uart_40002000_COMPAT_VENDOR_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_uart_40002000_COMPAT_VENDOR_IDX_0 "Nordic Semiconductor"
+#define DT_N_S_soc_S_uart_40002000_COMPAT_MODEL_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_uart_40002000_COMPAT_MODEL_IDX_0 "nrf-uart"
+#define DT_N_S_soc_S_uart_40002000_STATUS_okay 1
+
+/* Pin control (pinctrl-<i>, pinctrl-names) properties: */
+#define DT_N_S_soc_S_uart_40002000_PINCTRL_NUM 2
+#define DT_N_S_soc_S_uart_40002000_PINCTRL_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_uart_40002000_PINCTRL_IDX_0_TOKEN default
+#define DT_N_S_soc_S_uart_40002000_PINCTRL_IDX_0_UPPER_TOKEN DEFAULT
+#define DT_N_S_soc_S_uart_40002000_PINCTRL_NAME_default_EXISTS 1
+#define DT_N_S_soc_S_uart_40002000_PINCTRL_NAME_default_IDX 0
+#define DT_N_S_soc_S_uart_40002000_PINCTRL_NAME_default_IDX_0_PH DT_N_S_pin_controller_S_uart0_default
+#define DT_N_S_soc_S_uart_40002000_PINCTRL_IDX_1_EXISTS 1
+#define DT_N_S_soc_S_uart_40002000_PINCTRL_IDX_1_TOKEN sleep
+#define DT_N_S_soc_S_uart_40002000_PINCTRL_IDX_1_UPPER_TOKEN SLEEP
+#define DT_N_S_soc_S_uart_40002000_PINCTRL_NAME_sleep_EXISTS 1
+#define DT_N_S_soc_S_uart_40002000_PINCTRL_NAME_sleep_IDX 1
+#define DT_N_S_soc_S_uart_40002000_PINCTRL_NAME_sleep_IDX_0_PH DT_N_S_pin_controller_S_uart0_sleep
+
+/* Generic property macros: */
+#define DT_N_S_soc_S_uart_40002000_P_wakeup_source 0
+#define DT_N_S_soc_S_uart_40002000_P_wakeup_source_EXISTS 1
+#define DT_N_S_soc_S_uart_40002000_P_zephyr_pm_device_runtime_auto 0
+#define DT_N_S_soc_S_uart_40002000_P_zephyr_pm_device_runtime_auto_EXISTS 1
+#define DT_N_S_soc_S_uart_40002000_P_status "okay"
+#define DT_N_S_soc_S_uart_40002000_P_status_STRING_UNQUOTED okay
+#define DT_N_S_soc_S_uart_40002000_P_status_STRING_TOKEN okay
+#define DT_N_S_soc_S_uart_40002000_P_status_STRING_UPPER_TOKEN OKAY
+#define DT_N_S_soc_S_uart_40002000_P_status_IDX_0 "okay"
+#define DT_N_S_soc_S_uart_40002000_P_status_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_uart_40002000_P_status_ENUM_IDX 1
+#define DT_N_S_soc_S_uart_40002000_P_status_ENUM_VAL_okay_EXISTS 1
+#define DT_N_S_soc_S_uart_40002000_P_status_ENUM_TOKEN okay
+#define DT_N_S_soc_S_uart_40002000_P_status_ENUM_UPPER_TOKEN OKAY
+#define DT_N_S_soc_S_uart_40002000_P_status_FOREACH_PROP_ELEM(fn) fn(DT_N_S_soc_S_uart_40002000, status, 0)
+#define DT_N_S_soc_S_uart_40002000_P_status_FOREACH_PROP_ELEM_SEP(fn, sep) fn(DT_N_S_soc_S_uart_40002000, status, 0)
+#define DT_N_S_soc_S_uart_40002000_P_status_FOREACH_PROP_ELEM_VARGS(fn, ...) fn(DT_N_S_soc_S_uart_40002000, status, 0, __VA_ARGS__)
+#define DT_N_S_soc_S_uart_40002000_P_status_FOREACH_PROP_ELEM_SEP_VARGS(fn, sep, ...) fn(DT_N_S_soc_S_uart_40002000, status, 0, __VA_ARGS__)
+#define DT_N_S_soc_S_uart_40002000_P_status_LEN 1
+#define DT_N_S_soc_S_uart_40002000_P_status_EXISTS 1
+#define DT_N_S_soc_S_uart_40002000_P_compatible {"nordic,nrf-uart"}
+#define DT_N_S_soc_S_uart_40002000_P_compatible_IDX_0 "nordic,nrf-uart"
+#define DT_N_S_soc_S_uart_40002000_P_compatible_IDX_0_STRING_UNQUOTED nordic,nrf-uart
+#define DT_N_S_soc_S_uart_40002000_P_compatible_IDX_0_STRING_TOKEN nordic_nrf_uart
+#define DT_N_S_soc_S_uart_40002000_P_compatible_IDX_0_STRING_UPPER_TOKEN NORDIC_NRF_UART
+#define DT_N_S_soc_S_uart_40002000_P_compatible_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_uart_40002000_P_compatible_FOREACH_PROP_ELEM(fn) fn(DT_N_S_soc_S_uart_40002000, compatible, 0)
+#define DT_N_S_soc_S_uart_40002000_P_compatible_FOREACH_PROP_ELEM_SEP(fn, sep) fn(DT_N_S_soc_S_uart_40002000, compatible, 0)
+#define DT_N_S_soc_S_uart_40002000_P_compatible_FOREACH_PROP_ELEM_VARGS(fn, ...) fn(DT_N_S_soc_S_uart_40002000, compatible, 0, __VA_ARGS__)
+#define DT_N_S_soc_S_uart_40002000_P_compatible_FOREACH_PROP_ELEM_SEP_VARGS(fn, sep, ...) fn(DT_N_S_soc_S_uart_40002000, compatible, 0, __VA_ARGS__)
+#define DT_N_S_soc_S_uart_40002000_P_compatible_LEN 1
+#define DT_N_S_soc_S_uart_40002000_P_compatible_EXISTS 1
+#define DT_N_S_soc_S_uart_40002000_P_reg {1073750016 /* 0x40002000 */, 4096 /* 0x1000 */}
+#define DT_N_S_soc_S_uart_40002000_P_reg_IDX_0 1073750016
+#define DT_N_S_soc_S_uart_40002000_P_reg_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_uart_40002000_P_reg_IDX_1 4096
+#define DT_N_S_soc_S_uart_40002000_P_reg_IDX_1_EXISTS 1
+#define DT_N_S_soc_S_uart_40002000_P_reg_EXISTS 1
+#define DT_N_S_soc_S_uart_40002000_P_interrupts {2 /* 0x2 */, 1 /* 0x1 */}
+#define DT_N_S_soc_S_uart_40002000_P_interrupts_IDX_0 2
+#define DT_N_S_soc_S_uart_40002000_P_interrupts_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_uart_40002000_P_interrupts_IDX_1 1
+#define DT_N_S_soc_S_uart_40002000_P_interrupts_IDX_1_EXISTS 1
+#define DT_N_S_soc_S_uart_40002000_P_interrupts_EXISTS 1
+#define DT_N_S_soc_S_uart_40002000_P_zephyr_deferred_init 0
+#define DT_N_S_soc_S_uart_40002000_P_zephyr_deferred_init_EXISTS 1
+#define DT_N_S_soc_S_uart_40002000_P_current_speed 115200
+#define DT_N_S_soc_S_uart_40002000_P_current_speed_ENUM_IDX 12
+#define DT_N_S_soc_S_uart_40002000_P_current_speed_ENUM_VAL_115200_EXISTS 1
+#define DT_N_S_soc_S_uart_40002000_P_current_speed_EXISTS 1
+#define DT_N_S_soc_S_uart_40002000_P_hw_flow_control 0
+#define DT_N_S_soc_S_uart_40002000_P_hw_flow_control_EXISTS 1
+#define DT_N_S_soc_S_uart_40002000_P_pinctrl_0_IDX_0 DT_N_S_pin_controller_S_uart0_default
+#define DT_N_S_soc_S_uart_40002000_P_pinctrl_0_IDX_0_PH DT_N_S_pin_controller_S_uart0_default
+#define DT_N_S_soc_S_uart_40002000_P_pinctrl_0_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_uart_40002000_P_pinctrl_0_FOREACH_PROP_ELEM(fn) fn(DT_N_S_soc_S_uart_40002000, pinctrl_0, 0)
+#define DT_N_S_soc_S_uart_40002000_P_pinctrl_0_FOREACH_PROP_ELEM_SEP(fn, sep) fn(DT_N_S_soc_S_uart_40002000, pinctrl_0, 0)
+#define DT_N_S_soc_S_uart_40002000_P_pinctrl_0_FOREACH_PROP_ELEM_VARGS(fn, ...) fn(DT_N_S_soc_S_uart_40002000, pinctrl_0, 0, __VA_ARGS__)
+#define DT_N_S_soc_S_uart_40002000_P_pinctrl_0_FOREACH_PROP_ELEM_SEP_VARGS(fn, sep, ...) fn(DT_N_S_soc_S_uart_40002000, pinctrl_0, 0, __VA_ARGS__)
+#define DT_N_S_soc_S_uart_40002000_P_pinctrl_0_LEN 1
+#define DT_N_S_soc_S_uart_40002000_P_pinctrl_0_EXISTS 1
+#define DT_N_S_soc_S_uart_40002000_P_pinctrl_1_IDX_0 DT_N_S_pin_controller_S_uart0_sleep
+#define DT_N_S_soc_S_uart_40002000_P_pinctrl_1_IDX_0_PH DT_N_S_pin_controller_S_uart0_sleep
+#define DT_N_S_soc_S_uart_40002000_P_pinctrl_1_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_uart_40002000_P_pinctrl_1_FOREACH_PROP_ELEM(fn) fn(DT_N_S_soc_S_uart_40002000, pinctrl_1, 0)
+#define DT_N_S_soc_S_uart_40002000_P_pinctrl_1_FOREACH_PROP_ELEM_SEP(fn, sep) fn(DT_N_S_soc_S_uart_40002000, pinctrl_1, 0)
+#define DT_N_S_soc_S_uart_40002000_P_pinctrl_1_FOREACH_PROP_ELEM_VARGS(fn, ...) fn(DT_N_S_soc_S_uart_40002000, pinctrl_1, 0, __VA_ARGS__)
+#define DT_N_S_soc_S_uart_40002000_P_pinctrl_1_FOREACH_PROP_ELEM_SEP_VARGS(fn, sep, ...) fn(DT_N_S_soc_S_uart_40002000, pinctrl_1, 0, __VA_ARGS__)
+#define DT_N_S_soc_S_uart_40002000_P_pinctrl_1_LEN 1
+#define DT_N_S_soc_S_uart_40002000_P_pinctrl_1_EXISTS 1
+#define DT_N_S_soc_S_uart_40002000_P_pinctrl_names {"default", "sleep"}
+#define DT_N_S_soc_S_uart_40002000_P_pinctrl_names_IDX_0 "default"
+#define DT_N_S_soc_S_uart_40002000_P_pinctrl_names_IDX_0_STRING_UNQUOTED default
+#define DT_N_S_soc_S_uart_40002000_P_pinctrl_names_IDX_0_STRING_TOKEN default
+#define DT_N_S_soc_S_uart_40002000_P_pinctrl_names_IDX_0_STRING_UPPER_TOKEN DEFAULT
+#define DT_N_S_soc_S_uart_40002000_P_pinctrl_names_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_uart_40002000_P_pinctrl_names_IDX_1 "sleep"
+#define DT_N_S_soc_S_uart_40002000_P_pinctrl_names_IDX_1_STRING_UNQUOTED sleep
+#define DT_N_S_soc_S_uart_40002000_P_pinctrl_names_IDX_1_STRING_TOKEN sleep
+#define DT_N_S_soc_S_uart_40002000_P_pinctrl_names_IDX_1_STRING_UPPER_TOKEN SLEEP
+#define DT_N_S_soc_S_uart_40002000_P_pinctrl_names_IDX_1_EXISTS 1
+#define DT_N_S_soc_S_uart_40002000_P_pinctrl_names_FOREACH_PROP_ELEM(fn) fn(DT_N_S_soc_S_uart_40002000, pinctrl_names, 0) \
+	fn(DT_N_S_soc_S_uart_40002000, pinctrl_names, 1)
+#define DT_N_S_soc_S_uart_40002000_P_pinctrl_names_FOREACH_PROP_ELEM_SEP(fn, sep) fn(DT_N_S_soc_S_uart_40002000, pinctrl_names, 0) DT_DEBRACKET_INTERNAL sep \
+	fn(DT_N_S_soc_S_uart_40002000, pinctrl_names, 1)
+#define DT_N_S_soc_S_uart_40002000_P_pinctrl_names_FOREACH_PROP_ELEM_VARGS(fn, ...) fn(DT_N_S_soc_S_uart_40002000, pinctrl_names, 0, __VA_ARGS__) \
+	fn(DT_N_S_soc_S_uart_40002000, pinctrl_names, 1, __VA_ARGS__)
+#define DT_N_S_soc_S_uart_40002000_P_pinctrl_names_FOREACH_PROP_ELEM_SEP_VARGS(fn, sep, ...) fn(DT_N_S_soc_S_uart_40002000, pinctrl_names, 0, __VA_ARGS__) DT_DEBRACKET_INTERNAL sep \
+	fn(DT_N_S_soc_S_uart_40002000, pinctrl_names, 1, __VA_ARGS__)
+#define DT_N_S_soc_S_uart_40002000_P_pinctrl_names_LEN 2
+#define DT_N_S_soc_S_uart_40002000_P_pinctrl_names_EXISTS 1
+#define DT_N_S_soc_S_uart_40002000_P_disable_rx 0
+#define DT_N_S_soc_S_uart_40002000_P_disable_rx_EXISTS 1
+
+/*
+ * Devicetree node: /soc/uart@40028000
+ *
+ * Node identifier: DT_N_S_soc_S_uart_40028000
+ *
+ * Binding (compatible = nordic,nrf-uarte):
+ *   $ZEPHYR_BASE/dts/bindings/serial/nordic,nrf-uarte.yaml
+ *
+ * (Descriptions have moved to the Devicetree Bindings Index
+ * in the documentation.)
+ */
+
+/* Node's full path: */
+#define DT_N_S_soc_S_uart_40028000_PATH "/soc/uart@40028000"
+
+/* Node's name with unit-address: */
+#define DT_N_S_soc_S_uart_40028000_FULL_NAME "uart@40028000"
+
+/* Node parent (/soc) identifier: */
+#define DT_N_S_soc_S_uart_40028000_PARENT DT_N_S_soc
+
+/* Node's index in its parent's list of children: */
+#define DT_N_S_soc_S_uart_40028000_CHILD_IDX 48
+
+/* Helper macros for child nodes of this node. */
+#define DT_N_S_soc_S_uart_40028000_CHILD_NUM 0
+#define DT_N_S_soc_S_uart_40028000_CHILD_NUM_STATUS_OKAY 0
+#define DT_N_S_soc_S_uart_40028000_FOREACH_CHILD(fn) 
+#define DT_N_S_soc_S_uart_40028000_FOREACH_CHILD_SEP(fn, sep) 
+#define DT_N_S_soc_S_uart_40028000_FOREACH_CHILD_VARGS(fn, ...) 
+#define DT_N_S_soc_S_uart_40028000_FOREACH_CHILD_SEP_VARGS(fn, sep, ...) 
+#define DT_N_S_soc_S_uart_40028000_FOREACH_CHILD_STATUS_OKAY(fn) 
+#define DT_N_S_soc_S_uart_40028000_FOREACH_CHILD_STATUS_OKAY_SEP(fn, sep) 
+#define DT_N_S_soc_S_uart_40028000_FOREACH_CHILD_STATUS_OKAY_VARGS(fn, ...) 
+#define DT_N_S_soc_S_uart_40028000_FOREACH_CHILD_STATUS_OKAY_SEP_VARGS(fn, sep, ...) 
+
+/* Node's dependency ordinal: */
+#define DT_N_S_soc_S_uart_40028000_ORD 74
+#define DT_N_S_soc_S_uart_40028000_ORD_STR_SORTABLE 00074
+
+/* Ordinals for what this node depends on directly: */
+#define DT_N_S_soc_S_uart_40028000_REQUIRES_ORDS \
+	5, /* /soc */ \
+	6, /* /soc/interrupt-controller@e000e100 */
+
+/* Ordinals for what depends directly on this node: */
+#define DT_N_S_soc_S_uart_40028000_SUPPORTS_ORDS /* nothing */
+
+/* Existence and alternate IDs: */
+#define DT_N_S_soc_S_uart_40028000_EXISTS 1
+#define DT_N_INST_0_nordic_nrf_uarte DT_N_S_soc_S_uart_40028000
+#define DT_N_NODELABEL_uart1         DT_N_S_soc_S_uart_40028000
+
+/* Macros for properties that are special in the specification: */
+#define DT_N_S_soc_S_uart_40028000_REG_NUM 1
+#define DT_N_S_soc_S_uart_40028000_REG_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_uart_40028000_REG_IDX_0_VAL_ADDRESS 1073905664 /* 0x40028000 */
+#define DT_N_S_soc_S_uart_40028000_REG_IDX_0_VAL_SIZE 4096 /* 0x1000 */
+#define DT_N_S_soc_S_uart_40028000_RANGES_NUM 0
+#define DT_N_S_soc_S_uart_40028000_FOREACH_RANGE(fn) 
+#define DT_N_S_soc_S_uart_40028000_IRQ_NUM 1
+#define DT_N_S_soc_S_uart_40028000_IRQ_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_uart_40028000_IRQ_IDX_0_VAL_irq 40
+#define DT_N_S_soc_S_uart_40028000_IRQ_IDX_0_VAL_irq_EXISTS 1
+#define DT_N_S_soc_S_uart_40028000_IRQ_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_uart_40028000_IRQ_IDX_0_VAL_priority 1
+#define DT_N_S_soc_S_uart_40028000_IRQ_IDX_0_VAL_priority_EXISTS 1
+#define DT_N_S_soc_S_uart_40028000_IRQ_IDX_0_CONTROLLER DT_N_S_soc_S_interrupt_controller_e000e100
+#define DT_N_S_soc_S_uart_40028000_IRQ_LEVEL 1
+#define DT_N_S_soc_S_uart_40028000_COMPAT_MATCHES_nordic_nrf_uarte 1
+#define DT_N_S_soc_S_uart_40028000_COMPAT_VENDOR_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_uart_40028000_COMPAT_VENDOR_IDX_0 "Nordic Semiconductor"
+#define DT_N_S_soc_S_uart_40028000_COMPAT_MODEL_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_uart_40028000_COMPAT_MODEL_IDX_0 "nrf-uarte"
+#define DT_N_S_soc_S_uart_40028000_STATUS_disabled 1
+
+/* Pin control (pinctrl-<i>, pinctrl-names) properties: */
+#define DT_N_S_soc_S_uart_40028000_PINCTRL_NUM 0
+
+/* Generic property macros: */
+#define DT_N_S_soc_S_uart_40028000_P_wakeup_source 0
+#define DT_N_S_soc_S_uart_40028000_P_wakeup_source_EXISTS 1
+#define DT_N_S_soc_S_uart_40028000_P_zephyr_pm_device_runtime_auto 0
+#define DT_N_S_soc_S_uart_40028000_P_zephyr_pm_device_runtime_auto_EXISTS 1
+#define DT_N_S_soc_S_uart_40028000_P_status "disabled"
+#define DT_N_S_soc_S_uart_40028000_P_status_STRING_UNQUOTED disabled
+#define DT_N_S_soc_S_uart_40028000_P_status_STRING_TOKEN disabled
+#define DT_N_S_soc_S_uart_40028000_P_status_STRING_UPPER_TOKEN DISABLED
+#define DT_N_S_soc_S_uart_40028000_P_status_IDX_0 "disabled"
+#define DT_N_S_soc_S_uart_40028000_P_status_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_uart_40028000_P_status_ENUM_IDX 2
+#define DT_N_S_soc_S_uart_40028000_P_status_ENUM_VAL_disabled_EXISTS 1
+#define DT_N_S_soc_S_uart_40028000_P_status_ENUM_TOKEN disabled
+#define DT_N_S_soc_S_uart_40028000_P_status_ENUM_UPPER_TOKEN DISABLED
+#define DT_N_S_soc_S_uart_40028000_P_status_FOREACH_PROP_ELEM(fn) fn(DT_N_S_soc_S_uart_40028000, status, 0)
+#define DT_N_S_soc_S_uart_40028000_P_status_FOREACH_PROP_ELEM_SEP(fn, sep) fn(DT_N_S_soc_S_uart_40028000, status, 0)
+#define DT_N_S_soc_S_uart_40028000_P_status_FOREACH_PROP_ELEM_VARGS(fn, ...) fn(DT_N_S_soc_S_uart_40028000, status, 0, __VA_ARGS__)
+#define DT_N_S_soc_S_uart_40028000_P_status_FOREACH_PROP_ELEM_SEP_VARGS(fn, sep, ...) fn(DT_N_S_soc_S_uart_40028000, status, 0, __VA_ARGS__)
+#define DT_N_S_soc_S_uart_40028000_P_status_LEN 1
+#define DT_N_S_soc_S_uart_40028000_P_status_EXISTS 1
+#define DT_N_S_soc_S_uart_40028000_P_compatible {"nordic,nrf-uarte"}
+#define DT_N_S_soc_S_uart_40028000_P_compatible_IDX_0 "nordic,nrf-uarte"
+#define DT_N_S_soc_S_uart_40028000_P_compatible_IDX_0_STRING_UNQUOTED nordic,nrf-uarte
+#define DT_N_S_soc_S_uart_40028000_P_compatible_IDX_0_STRING_TOKEN nordic_nrf_uarte
+#define DT_N_S_soc_S_uart_40028000_P_compatible_IDX_0_STRING_UPPER_TOKEN NORDIC_NRF_UARTE
+#define DT_N_S_soc_S_uart_40028000_P_compatible_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_uart_40028000_P_compatible_FOREACH_PROP_ELEM(fn) fn(DT_N_S_soc_S_uart_40028000, compatible, 0)
+#define DT_N_S_soc_S_uart_40028000_P_compatible_FOREACH_PROP_ELEM_SEP(fn, sep) fn(DT_N_S_soc_S_uart_40028000, compatible, 0)
+#define DT_N_S_soc_S_uart_40028000_P_compatible_FOREACH_PROP_ELEM_VARGS(fn, ...) fn(DT_N_S_soc_S_uart_40028000, compatible, 0, __VA_ARGS__)
+#define DT_N_S_soc_S_uart_40028000_P_compatible_FOREACH_PROP_ELEM_SEP_VARGS(fn, sep, ...) fn(DT_N_S_soc_S_uart_40028000, compatible, 0, __VA_ARGS__)
+#define DT_N_S_soc_S_uart_40028000_P_compatible_LEN 1
+#define DT_N_S_soc_S_uart_40028000_P_compatible_EXISTS 1
+#define DT_N_S_soc_S_uart_40028000_P_reg {1073905664 /* 0x40028000 */, 4096 /* 0x1000 */}
+#define DT_N_S_soc_S_uart_40028000_P_reg_IDX_0 1073905664
+#define DT_N_S_soc_S_uart_40028000_P_reg_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_uart_40028000_P_reg_IDX_1 4096
+#define DT_N_S_soc_S_uart_40028000_P_reg_IDX_1_EXISTS 1
+#define DT_N_S_soc_S_uart_40028000_P_reg_EXISTS 1
+#define DT_N_S_soc_S_uart_40028000_P_interrupts {40 /* 0x28 */, 1 /* 0x1 */}
+#define DT_N_S_soc_S_uart_40028000_P_interrupts_IDX_0 40
+#define DT_N_S_soc_S_uart_40028000_P_interrupts_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_uart_40028000_P_interrupts_IDX_1 1
+#define DT_N_S_soc_S_uart_40028000_P_interrupts_IDX_1_EXISTS 1
+#define DT_N_S_soc_S_uart_40028000_P_interrupts_EXISTS 1
+#define DT_N_S_soc_S_uart_40028000_P_zephyr_deferred_init 0
+#define DT_N_S_soc_S_uart_40028000_P_zephyr_deferred_init_EXISTS 1
+#define DT_N_S_soc_S_uart_40028000_P_hw_flow_control 0
+#define DT_N_S_soc_S_uart_40028000_P_hw_flow_control_EXISTS 1
+#define DT_N_S_soc_S_uart_40028000_P_disable_rx 0
+#define DT_N_S_soc_S_uart_40028000_P_disable_rx_EXISTS 1
+
+/*
+ * Devicetree node: /soc/uicr@10001000
+ *
+ * Node identifier: DT_N_S_soc_S_uicr_10001000
+ *
+ * Binding (compatible = nordic,nrf-uicr):
+ *   $ZEPHYR_BASE/dts/bindings/arm/nordic,nrf-uicr.yaml
+ *
+ * (Descriptions have moved to the Devicetree Bindings Index
+ * in the documentation.)
+ */
+
+/* Node's full path: */
+#define DT_N_S_soc_S_uicr_10001000_PATH "/soc/uicr@10001000"
+
+/* Node's name with unit-address: */
+#define DT_N_S_soc_S_uicr_10001000_FULL_NAME "uicr@10001000"
+
+/* Node parent (/soc) identifier: */
+#define DT_N_S_soc_S_uicr_10001000_PARENT DT_N_S_soc
+
+/* Node's index in its parent's list of children: */
+#define DT_N_S_soc_S_uicr_10001000_CHILD_IDX 3
+
+/* Helper macros for child nodes of this node. */
+#define DT_N_S_soc_S_uicr_10001000_CHILD_NUM 0
+#define DT_N_S_soc_S_uicr_10001000_CHILD_NUM_STATUS_OKAY 0
+#define DT_N_S_soc_S_uicr_10001000_FOREACH_CHILD(fn) 
+#define DT_N_S_soc_S_uicr_10001000_FOREACH_CHILD_SEP(fn, sep) 
+#define DT_N_S_soc_S_uicr_10001000_FOREACH_CHILD_VARGS(fn, ...) 
+#define DT_N_S_soc_S_uicr_10001000_FOREACH_CHILD_SEP_VARGS(fn, sep, ...) 
+#define DT_N_S_soc_S_uicr_10001000_FOREACH_CHILD_STATUS_OKAY(fn) 
+#define DT_N_S_soc_S_uicr_10001000_FOREACH_CHILD_STATUS_OKAY_SEP(fn, sep) 
+#define DT_N_S_soc_S_uicr_10001000_FOREACH_CHILD_STATUS_OKAY_VARGS(fn, ...) 
+#define DT_N_S_soc_S_uicr_10001000_FOREACH_CHILD_STATUS_OKAY_SEP_VARGS(fn, sep, ...) 
+
+/* Node's dependency ordinal: */
+#define DT_N_S_soc_S_uicr_10001000_ORD 75
+#define DT_N_S_soc_S_uicr_10001000_ORD_STR_SORTABLE 00075
+
+/* Ordinals for what this node depends on directly: */
+#define DT_N_S_soc_S_uicr_10001000_REQUIRES_ORDS \
+	5, /* /soc */
+
+/* Ordinals for what depends directly on this node: */
+#define DT_N_S_soc_S_uicr_10001000_SUPPORTS_ORDS /* nothing */
+
+/* Existence and alternate IDs: */
+#define DT_N_S_soc_S_uicr_10001000_EXISTS 1
+#define DT_N_INST_0_nordic_nrf_uicr DT_N_S_soc_S_uicr_10001000
+#define DT_N_NODELABEL_uicr         DT_N_S_soc_S_uicr_10001000
+
+/* Macros for properties that are special in the specification: */
+#define DT_N_S_soc_S_uicr_10001000_REG_NUM 1
+#define DT_N_S_soc_S_uicr_10001000_REG_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_uicr_10001000_REG_IDX_0_VAL_ADDRESS 268439552 /* 0x10001000 */
+#define DT_N_S_soc_S_uicr_10001000_REG_IDX_0_VAL_SIZE 4096 /* 0x1000 */
+#define DT_N_S_soc_S_uicr_10001000_RANGES_NUM 0
+#define DT_N_S_soc_S_uicr_10001000_FOREACH_RANGE(fn) 
+#define DT_N_S_soc_S_uicr_10001000_IRQ_NUM 0
+#define DT_N_S_soc_S_uicr_10001000_IRQ_LEVEL 0
+#define DT_N_S_soc_S_uicr_10001000_COMPAT_MATCHES_nordic_nrf_uicr 1
+#define DT_N_S_soc_S_uicr_10001000_COMPAT_VENDOR_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_uicr_10001000_COMPAT_VENDOR_IDX_0 "Nordic Semiconductor"
+#define DT_N_S_soc_S_uicr_10001000_COMPAT_MODEL_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_uicr_10001000_COMPAT_MODEL_IDX_0 "nrf-uicr"
+#define DT_N_S_soc_S_uicr_10001000_STATUS_okay 1
+
+/* Pin control (pinctrl-<i>, pinctrl-names) properties: */
+#define DT_N_S_soc_S_uicr_10001000_PINCTRL_NUM 0
+
+/* Generic property macros: */
+#define DT_N_S_soc_S_uicr_10001000_P_wakeup_source 0
+#define DT_N_S_soc_S_uicr_10001000_P_wakeup_source_EXISTS 1
+#define DT_N_S_soc_S_uicr_10001000_P_zephyr_pm_device_runtime_auto 0
+#define DT_N_S_soc_S_uicr_10001000_P_zephyr_pm_device_runtime_auto_EXISTS 1
+#define DT_N_S_soc_S_uicr_10001000_P_status "okay"
+#define DT_N_S_soc_S_uicr_10001000_P_status_STRING_UNQUOTED okay
+#define DT_N_S_soc_S_uicr_10001000_P_status_STRING_TOKEN okay
+#define DT_N_S_soc_S_uicr_10001000_P_status_STRING_UPPER_TOKEN OKAY
+#define DT_N_S_soc_S_uicr_10001000_P_status_IDX_0 "okay"
+#define DT_N_S_soc_S_uicr_10001000_P_status_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_uicr_10001000_P_status_ENUM_IDX 1
+#define DT_N_S_soc_S_uicr_10001000_P_status_ENUM_VAL_okay_EXISTS 1
+#define DT_N_S_soc_S_uicr_10001000_P_status_ENUM_TOKEN okay
+#define DT_N_S_soc_S_uicr_10001000_P_status_ENUM_UPPER_TOKEN OKAY
+#define DT_N_S_soc_S_uicr_10001000_P_status_FOREACH_PROP_ELEM(fn) fn(DT_N_S_soc_S_uicr_10001000, status, 0)
+#define DT_N_S_soc_S_uicr_10001000_P_status_FOREACH_PROP_ELEM_SEP(fn, sep) fn(DT_N_S_soc_S_uicr_10001000, status, 0)
+#define DT_N_S_soc_S_uicr_10001000_P_status_FOREACH_PROP_ELEM_VARGS(fn, ...) fn(DT_N_S_soc_S_uicr_10001000, status, 0, __VA_ARGS__)
+#define DT_N_S_soc_S_uicr_10001000_P_status_FOREACH_PROP_ELEM_SEP_VARGS(fn, sep, ...) fn(DT_N_S_soc_S_uicr_10001000, status, 0, __VA_ARGS__)
+#define DT_N_S_soc_S_uicr_10001000_P_status_LEN 1
+#define DT_N_S_soc_S_uicr_10001000_P_status_EXISTS 1
+#define DT_N_S_soc_S_uicr_10001000_P_compatible {"nordic,nrf-uicr"}
+#define DT_N_S_soc_S_uicr_10001000_P_compatible_IDX_0 "nordic,nrf-uicr"
+#define DT_N_S_soc_S_uicr_10001000_P_compatible_IDX_0_STRING_UNQUOTED nordic,nrf-uicr
+#define DT_N_S_soc_S_uicr_10001000_P_compatible_IDX_0_STRING_TOKEN nordic_nrf_uicr
+#define DT_N_S_soc_S_uicr_10001000_P_compatible_IDX_0_STRING_UPPER_TOKEN NORDIC_NRF_UICR
+#define DT_N_S_soc_S_uicr_10001000_P_compatible_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_uicr_10001000_P_compatible_FOREACH_PROP_ELEM(fn) fn(DT_N_S_soc_S_uicr_10001000, compatible, 0)
+#define DT_N_S_soc_S_uicr_10001000_P_compatible_FOREACH_PROP_ELEM_SEP(fn, sep) fn(DT_N_S_soc_S_uicr_10001000, compatible, 0)
+#define DT_N_S_soc_S_uicr_10001000_P_compatible_FOREACH_PROP_ELEM_VARGS(fn, ...) fn(DT_N_S_soc_S_uicr_10001000, compatible, 0, __VA_ARGS__)
+#define DT_N_S_soc_S_uicr_10001000_P_compatible_FOREACH_PROP_ELEM_SEP_VARGS(fn, sep, ...) fn(DT_N_S_soc_S_uicr_10001000, compatible, 0, __VA_ARGS__)
+#define DT_N_S_soc_S_uicr_10001000_P_compatible_LEN 1
+#define DT_N_S_soc_S_uicr_10001000_P_compatible_EXISTS 1
+#define DT_N_S_soc_S_uicr_10001000_P_reg {268439552 /* 0x10001000 */, 4096 /* 0x1000 */}
+#define DT_N_S_soc_S_uicr_10001000_P_reg_IDX_0 268439552
+#define DT_N_S_soc_S_uicr_10001000_P_reg_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_uicr_10001000_P_reg_IDX_1 4096
+#define DT_N_S_soc_S_uicr_10001000_P_reg_IDX_1_EXISTS 1
+#define DT_N_S_soc_S_uicr_10001000_P_reg_EXISTS 1
+#define DT_N_S_soc_S_uicr_10001000_P_zephyr_deferred_init 0
+#define DT_N_S_soc_S_uicr_10001000_P_zephyr_deferred_init_EXISTS 1
+#define DT_N_S_soc_S_uicr_10001000_P_nfct_pins_as_gpios 0
+#define DT_N_S_soc_S_uicr_10001000_P_nfct_pins_as_gpios_EXISTS 1
+#define DT_N_S_soc_S_uicr_10001000_P_gpio_as_nreset 0
+#define DT_N_S_soc_S_uicr_10001000_P_gpio_as_nreset_EXISTS 1
+
+/*
+ * Devicetree node: /soc/usbd@40027000
+ *
+ * Node identifier: DT_N_S_soc_S_usbd_40027000
+ *
+ * Binding (compatible = nordic,nrf-usbd):
+ *   $ZEPHYR_BASE/dts/bindings/usb/nordic,nrf-usbd.yaml
+ *
+ * (Descriptions have moved to the Devicetree Bindings Index
+ * in the documentation.)
+ */
+
+/* Node's full path: */
+#define DT_N_S_soc_S_usbd_40027000_PATH "/soc/usbd@40027000"
+
+/* Node's name with unit-address: */
+#define DT_N_S_soc_S_usbd_40027000_FULL_NAME "usbd@40027000"
+
+/* Node parent (/soc) identifier: */
+#define DT_N_S_soc_S_usbd_40027000_PARENT DT_N_S_soc
+
+/* Node's index in its parent's list of children: */
+#define DT_N_S_soc_S_usbd_40027000_CHILD_IDX 47
+
+/* Helper macros for child nodes of this node. */
+#define DT_N_S_soc_S_usbd_40027000_CHILD_NUM 0
+#define DT_N_S_soc_S_usbd_40027000_CHILD_NUM_STATUS_OKAY 0
+#define DT_N_S_soc_S_usbd_40027000_FOREACH_CHILD(fn) 
+#define DT_N_S_soc_S_usbd_40027000_FOREACH_CHILD_SEP(fn, sep) 
+#define DT_N_S_soc_S_usbd_40027000_FOREACH_CHILD_VARGS(fn, ...) 
+#define DT_N_S_soc_S_usbd_40027000_FOREACH_CHILD_SEP_VARGS(fn, sep, ...) 
+#define DT_N_S_soc_S_usbd_40027000_FOREACH_CHILD_STATUS_OKAY(fn) 
+#define DT_N_S_soc_S_usbd_40027000_FOREACH_CHILD_STATUS_OKAY_SEP(fn, sep) 
+#define DT_N_S_soc_S_usbd_40027000_FOREACH_CHILD_STATUS_OKAY_VARGS(fn, ...) 
+#define DT_N_S_soc_S_usbd_40027000_FOREACH_CHILD_STATUS_OKAY_SEP_VARGS(fn, sep, ...) 
+
+/* Node's dependency ordinal: */
+#define DT_N_S_soc_S_usbd_40027000_ORD 76
+#define DT_N_S_soc_S_usbd_40027000_ORD_STR_SORTABLE 00076
+
+/* Ordinals for what this node depends on directly: */
+#define DT_N_S_soc_S_usbd_40027000_REQUIRES_ORDS \
+	5, /* /soc */ \
+	6, /* /soc/interrupt-controller@e000e100 */
+
+/* Ordinals for what depends directly on this node: */
+#define DT_N_S_soc_S_usbd_40027000_SUPPORTS_ORDS /* nothing */
+
+/* Existence and alternate IDs: */
+#define DT_N_S_soc_S_usbd_40027000_EXISTS 1
+#define DT_N_INST_0_nordic_nrf_usbd DT_N_S_soc_S_usbd_40027000
+#define DT_N_NODELABEL_usbd         DT_N_S_soc_S_usbd_40027000
+#define DT_N_NODELABEL_zephyr_udc0  DT_N_S_soc_S_usbd_40027000
+
+/* Macros for properties that are special in the specification: */
+#define DT_N_S_soc_S_usbd_40027000_REG_NUM 1
+#define DT_N_S_soc_S_usbd_40027000_REG_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_usbd_40027000_REG_IDX_0_VAL_ADDRESS 1073901568 /* 0x40027000 */
+#define DT_N_S_soc_S_usbd_40027000_REG_IDX_0_VAL_SIZE 4096 /* 0x1000 */
+#define DT_N_S_soc_S_usbd_40027000_RANGES_NUM 0
+#define DT_N_S_soc_S_usbd_40027000_FOREACH_RANGE(fn) 
+#define DT_N_S_soc_S_usbd_40027000_IRQ_NUM 1
+#define DT_N_S_soc_S_usbd_40027000_IRQ_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_usbd_40027000_IRQ_IDX_0_VAL_irq 39
+#define DT_N_S_soc_S_usbd_40027000_IRQ_IDX_0_VAL_irq_EXISTS 1
+#define DT_N_S_soc_S_usbd_40027000_IRQ_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_usbd_40027000_IRQ_IDX_0_VAL_priority 1
+#define DT_N_S_soc_S_usbd_40027000_IRQ_IDX_0_VAL_priority_EXISTS 1
+#define DT_N_S_soc_S_usbd_40027000_IRQ_IDX_0_CONTROLLER DT_N_S_soc_S_interrupt_controller_e000e100
+#define DT_N_S_soc_S_usbd_40027000_IRQ_LEVEL 1
+#define DT_N_S_soc_S_usbd_40027000_COMPAT_MATCHES_nordic_nrf_usbd 1
+#define DT_N_S_soc_S_usbd_40027000_COMPAT_VENDOR_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_usbd_40027000_COMPAT_VENDOR_IDX_0 "Nordic Semiconductor"
+#define DT_N_S_soc_S_usbd_40027000_COMPAT_MODEL_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_usbd_40027000_COMPAT_MODEL_IDX_0 "nrf-usbd"
+#define DT_N_S_soc_S_usbd_40027000_STATUS_okay 1
+
+/* Pin control (pinctrl-<i>, pinctrl-names) properties: */
+#define DT_N_S_soc_S_usbd_40027000_PINCTRL_NUM 0
+
+/* Generic property macros: */
+#define DT_N_S_soc_S_usbd_40027000_P_wakeup_source 0
+#define DT_N_S_soc_S_usbd_40027000_P_wakeup_source_EXISTS 1
+#define DT_N_S_soc_S_usbd_40027000_P_zephyr_pm_device_runtime_auto 0
+#define DT_N_S_soc_S_usbd_40027000_P_zephyr_pm_device_runtime_auto_EXISTS 1
+#define DT_N_S_soc_S_usbd_40027000_P_status "okay"
+#define DT_N_S_soc_S_usbd_40027000_P_status_STRING_UNQUOTED okay
+#define DT_N_S_soc_S_usbd_40027000_P_status_STRING_TOKEN okay
+#define DT_N_S_soc_S_usbd_40027000_P_status_STRING_UPPER_TOKEN OKAY
+#define DT_N_S_soc_S_usbd_40027000_P_status_IDX_0 "okay"
+#define DT_N_S_soc_S_usbd_40027000_P_status_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_usbd_40027000_P_status_ENUM_IDX 1
+#define DT_N_S_soc_S_usbd_40027000_P_status_ENUM_VAL_okay_EXISTS 1
+#define DT_N_S_soc_S_usbd_40027000_P_status_ENUM_TOKEN okay
+#define DT_N_S_soc_S_usbd_40027000_P_status_ENUM_UPPER_TOKEN OKAY
+#define DT_N_S_soc_S_usbd_40027000_P_status_FOREACH_PROP_ELEM(fn) fn(DT_N_S_soc_S_usbd_40027000, status, 0)
+#define DT_N_S_soc_S_usbd_40027000_P_status_FOREACH_PROP_ELEM_SEP(fn, sep) fn(DT_N_S_soc_S_usbd_40027000, status, 0)
+#define DT_N_S_soc_S_usbd_40027000_P_status_FOREACH_PROP_ELEM_VARGS(fn, ...) fn(DT_N_S_soc_S_usbd_40027000, status, 0, __VA_ARGS__)
+#define DT_N_S_soc_S_usbd_40027000_P_status_FOREACH_PROP_ELEM_SEP_VARGS(fn, sep, ...) fn(DT_N_S_soc_S_usbd_40027000, status, 0, __VA_ARGS__)
+#define DT_N_S_soc_S_usbd_40027000_P_status_LEN 1
+#define DT_N_S_soc_S_usbd_40027000_P_status_EXISTS 1
+#define DT_N_S_soc_S_usbd_40027000_P_compatible {"nordic,nrf-usbd"}
+#define DT_N_S_soc_S_usbd_40027000_P_compatible_IDX_0 "nordic,nrf-usbd"
+#define DT_N_S_soc_S_usbd_40027000_P_compatible_IDX_0_STRING_UNQUOTED nordic,nrf-usbd
+#define DT_N_S_soc_S_usbd_40027000_P_compatible_IDX_0_STRING_TOKEN nordic_nrf_usbd
+#define DT_N_S_soc_S_usbd_40027000_P_compatible_IDX_0_STRING_UPPER_TOKEN NORDIC_NRF_USBD
+#define DT_N_S_soc_S_usbd_40027000_P_compatible_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_usbd_40027000_P_compatible_FOREACH_PROP_ELEM(fn) fn(DT_N_S_soc_S_usbd_40027000, compatible, 0)
+#define DT_N_S_soc_S_usbd_40027000_P_compatible_FOREACH_PROP_ELEM_SEP(fn, sep) fn(DT_N_S_soc_S_usbd_40027000, compatible, 0)
+#define DT_N_S_soc_S_usbd_40027000_P_compatible_FOREACH_PROP_ELEM_VARGS(fn, ...) fn(DT_N_S_soc_S_usbd_40027000, compatible, 0, __VA_ARGS__)
+#define DT_N_S_soc_S_usbd_40027000_P_compatible_FOREACH_PROP_ELEM_SEP_VARGS(fn, sep, ...) fn(DT_N_S_soc_S_usbd_40027000, compatible, 0, __VA_ARGS__)
+#define DT_N_S_soc_S_usbd_40027000_P_compatible_LEN 1
+#define DT_N_S_soc_S_usbd_40027000_P_compatible_EXISTS 1
+#define DT_N_S_soc_S_usbd_40027000_P_reg {1073901568 /* 0x40027000 */, 4096 /* 0x1000 */}
+#define DT_N_S_soc_S_usbd_40027000_P_reg_IDX_0 1073901568
+#define DT_N_S_soc_S_usbd_40027000_P_reg_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_usbd_40027000_P_reg_IDX_1 4096
+#define DT_N_S_soc_S_usbd_40027000_P_reg_IDX_1_EXISTS 1
+#define DT_N_S_soc_S_usbd_40027000_P_reg_EXISTS 1
+#define DT_N_S_soc_S_usbd_40027000_P_interrupts {39 /* 0x27 */, 1 /* 0x1 */}
+#define DT_N_S_soc_S_usbd_40027000_P_interrupts_IDX_0 39
+#define DT_N_S_soc_S_usbd_40027000_P_interrupts_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_usbd_40027000_P_interrupts_IDX_1 1
+#define DT_N_S_soc_S_usbd_40027000_P_interrupts_IDX_1_EXISTS 1
+#define DT_N_S_soc_S_usbd_40027000_P_interrupts_EXISTS 1
+#define DT_N_S_soc_S_usbd_40027000_P_zephyr_deferred_init 0
+#define DT_N_S_soc_S_usbd_40027000_P_zephyr_deferred_init_EXISTS 1
+#define DT_N_S_soc_S_usbd_40027000_P_num_bidir_endpoints 1
+#define DT_N_S_soc_S_usbd_40027000_P_num_bidir_endpoints_EXISTS 1
+#define DT_N_S_soc_S_usbd_40027000_P_num_in_endpoints 7
+#define DT_N_S_soc_S_usbd_40027000_P_num_in_endpoints_EXISTS 1
+#define DT_N_S_soc_S_usbd_40027000_P_num_out_endpoints 7
+#define DT_N_S_soc_S_usbd_40027000_P_num_out_endpoints_EXISTS 1
+#define DT_N_S_soc_S_usbd_40027000_P_num_isoin_endpoints 1
+#define DT_N_S_soc_S_usbd_40027000_P_num_isoin_endpoints_EXISTS 1
+#define DT_N_S_soc_S_usbd_40027000_P_num_isoout_endpoints 1
+#define DT_N_S_soc_S_usbd_40027000_P_num_isoout_endpoints_EXISTS 1
+
+/*
+ * Devicetree node: /soc/watchdog@40010000
+ *
+ * Node identifier: DT_N_S_soc_S_watchdog_40010000
+ *
+ * Binding (compatible = nordic,nrf-wdt):
+ *   $ZEPHYR_BASE/dts/bindings/watchdog/nordic,nrf-wdt.yaml
+ *
+ * (Descriptions have moved to the Devicetree Bindings Index
+ * in the documentation.)
+ */
+
+/* Node's full path: */
+#define DT_N_S_soc_S_watchdog_40010000_PATH "/soc/watchdog@40010000"
+
+/* Node's name with unit-address: */
+#define DT_N_S_soc_S_watchdog_40010000_FULL_NAME "watchdog@40010000"
+
+/* Node parent (/soc) identifier: */
+#define DT_N_S_soc_S_watchdog_40010000_PARENT DT_N_S_soc
+
+/* Node's index in its parent's list of children: */
+#define DT_N_S_soc_S_watchdog_40010000_CHILD_IDX 24
+
+/* Helper macros for child nodes of this node. */
+#define DT_N_S_soc_S_watchdog_40010000_CHILD_NUM 0
+#define DT_N_S_soc_S_watchdog_40010000_CHILD_NUM_STATUS_OKAY 0
+#define DT_N_S_soc_S_watchdog_40010000_FOREACH_CHILD(fn) 
+#define DT_N_S_soc_S_watchdog_40010000_FOREACH_CHILD_SEP(fn, sep) 
+#define DT_N_S_soc_S_watchdog_40010000_FOREACH_CHILD_VARGS(fn, ...) 
+#define DT_N_S_soc_S_watchdog_40010000_FOREACH_CHILD_SEP_VARGS(fn, sep, ...) 
+#define DT_N_S_soc_S_watchdog_40010000_FOREACH_CHILD_STATUS_OKAY(fn) 
+#define DT_N_S_soc_S_watchdog_40010000_FOREACH_CHILD_STATUS_OKAY_SEP(fn, sep) 
+#define DT_N_S_soc_S_watchdog_40010000_FOREACH_CHILD_STATUS_OKAY_VARGS(fn, ...) 
+#define DT_N_S_soc_S_watchdog_40010000_FOREACH_CHILD_STATUS_OKAY_SEP_VARGS(fn, sep, ...) 
+
+/* Node's dependency ordinal: */
+#define DT_N_S_soc_S_watchdog_40010000_ORD 77
+#define DT_N_S_soc_S_watchdog_40010000_ORD_STR_SORTABLE 00077
+
+/* Ordinals for what this node depends on directly: */
+#define DT_N_S_soc_S_watchdog_40010000_REQUIRES_ORDS \
+	5, /* /soc */ \
+	6, /* /soc/interrupt-controller@e000e100 */
+
+/* Ordinals for what depends directly on this node: */
+#define DT_N_S_soc_S_watchdog_40010000_SUPPORTS_ORDS /* nothing */
+
+/* Existence and alternate IDs: */
+#define DT_N_S_soc_S_watchdog_40010000_EXISTS 1
+#define DT_N_ALIAS_watchdog0       DT_N_S_soc_S_watchdog_40010000
+#define DT_N_INST_0_nordic_nrf_wdt DT_N_S_soc_S_watchdog_40010000
+#define DT_N_NODELABEL_wdt         DT_N_S_soc_S_watchdog_40010000
+#define DT_N_NODELABEL_wdt0        DT_N_S_soc_S_watchdog_40010000
+
+/* Macros for properties that are special in the specification: */
+#define DT_N_S_soc_S_watchdog_40010000_REG_NUM 1
+#define DT_N_S_soc_S_watchdog_40010000_REG_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_watchdog_40010000_REG_IDX_0_VAL_ADDRESS 1073807360 /* 0x40010000 */
+#define DT_N_S_soc_S_watchdog_40010000_REG_IDX_0_VAL_SIZE 4096 /* 0x1000 */
+#define DT_N_S_soc_S_watchdog_40010000_RANGES_NUM 0
+#define DT_N_S_soc_S_watchdog_40010000_FOREACH_RANGE(fn) 
+#define DT_N_S_soc_S_watchdog_40010000_IRQ_NUM 1
+#define DT_N_S_soc_S_watchdog_40010000_IRQ_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_watchdog_40010000_IRQ_IDX_0_VAL_irq 16
+#define DT_N_S_soc_S_watchdog_40010000_IRQ_IDX_0_VAL_irq_EXISTS 1
+#define DT_N_S_soc_S_watchdog_40010000_IRQ_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_watchdog_40010000_IRQ_IDX_0_VAL_priority 1
+#define DT_N_S_soc_S_watchdog_40010000_IRQ_IDX_0_VAL_priority_EXISTS 1
+#define DT_N_S_soc_S_watchdog_40010000_IRQ_IDX_0_CONTROLLER DT_N_S_soc_S_interrupt_controller_e000e100
+#define DT_N_S_soc_S_watchdog_40010000_IRQ_LEVEL 1
+#define DT_N_S_soc_S_watchdog_40010000_COMPAT_MATCHES_nordic_nrf_wdt 1
+#define DT_N_S_soc_S_watchdog_40010000_COMPAT_VENDOR_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_watchdog_40010000_COMPAT_VENDOR_IDX_0 "Nordic Semiconductor"
+#define DT_N_S_soc_S_watchdog_40010000_COMPAT_MODEL_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_watchdog_40010000_COMPAT_MODEL_IDX_0 "nrf-wdt"
+#define DT_N_S_soc_S_watchdog_40010000_STATUS_okay 1
+
+/* Pin control (pinctrl-<i>, pinctrl-names) properties: */
+#define DT_N_S_soc_S_watchdog_40010000_PINCTRL_NUM 0
+
+/* Generic property macros: */
+#define DT_N_S_soc_S_watchdog_40010000_P_wakeup_source 0
+#define DT_N_S_soc_S_watchdog_40010000_P_wakeup_source_EXISTS 1
+#define DT_N_S_soc_S_watchdog_40010000_P_zephyr_pm_device_runtime_auto 0
+#define DT_N_S_soc_S_watchdog_40010000_P_zephyr_pm_device_runtime_auto_EXISTS 1
+#define DT_N_S_soc_S_watchdog_40010000_P_status "okay"
+#define DT_N_S_soc_S_watchdog_40010000_P_status_STRING_UNQUOTED okay
+#define DT_N_S_soc_S_watchdog_40010000_P_status_STRING_TOKEN okay
+#define DT_N_S_soc_S_watchdog_40010000_P_status_STRING_UPPER_TOKEN OKAY
+#define DT_N_S_soc_S_watchdog_40010000_P_status_IDX_0 "okay"
+#define DT_N_S_soc_S_watchdog_40010000_P_status_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_watchdog_40010000_P_status_ENUM_IDX 1
+#define DT_N_S_soc_S_watchdog_40010000_P_status_ENUM_VAL_okay_EXISTS 1
+#define DT_N_S_soc_S_watchdog_40010000_P_status_ENUM_TOKEN okay
+#define DT_N_S_soc_S_watchdog_40010000_P_status_ENUM_UPPER_TOKEN OKAY
+#define DT_N_S_soc_S_watchdog_40010000_P_status_FOREACH_PROP_ELEM(fn) fn(DT_N_S_soc_S_watchdog_40010000, status, 0)
+#define DT_N_S_soc_S_watchdog_40010000_P_status_FOREACH_PROP_ELEM_SEP(fn, sep) fn(DT_N_S_soc_S_watchdog_40010000, status, 0)
+#define DT_N_S_soc_S_watchdog_40010000_P_status_FOREACH_PROP_ELEM_VARGS(fn, ...) fn(DT_N_S_soc_S_watchdog_40010000, status, 0, __VA_ARGS__)
+#define DT_N_S_soc_S_watchdog_40010000_P_status_FOREACH_PROP_ELEM_SEP_VARGS(fn, sep, ...) fn(DT_N_S_soc_S_watchdog_40010000, status, 0, __VA_ARGS__)
+#define DT_N_S_soc_S_watchdog_40010000_P_status_LEN 1
+#define DT_N_S_soc_S_watchdog_40010000_P_status_EXISTS 1
+#define DT_N_S_soc_S_watchdog_40010000_P_compatible {"nordic,nrf-wdt"}
+#define DT_N_S_soc_S_watchdog_40010000_P_compatible_IDX_0 "nordic,nrf-wdt"
+#define DT_N_S_soc_S_watchdog_40010000_P_compatible_IDX_0_STRING_UNQUOTED nordic,nrf-wdt
+#define DT_N_S_soc_S_watchdog_40010000_P_compatible_IDX_0_STRING_TOKEN nordic_nrf_wdt
+#define DT_N_S_soc_S_watchdog_40010000_P_compatible_IDX_0_STRING_UPPER_TOKEN NORDIC_NRF_WDT
+#define DT_N_S_soc_S_watchdog_40010000_P_compatible_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_watchdog_40010000_P_compatible_FOREACH_PROP_ELEM(fn) fn(DT_N_S_soc_S_watchdog_40010000, compatible, 0)
+#define DT_N_S_soc_S_watchdog_40010000_P_compatible_FOREACH_PROP_ELEM_SEP(fn, sep) fn(DT_N_S_soc_S_watchdog_40010000, compatible, 0)
+#define DT_N_S_soc_S_watchdog_40010000_P_compatible_FOREACH_PROP_ELEM_VARGS(fn, ...) fn(DT_N_S_soc_S_watchdog_40010000, compatible, 0, __VA_ARGS__)
+#define DT_N_S_soc_S_watchdog_40010000_P_compatible_FOREACH_PROP_ELEM_SEP_VARGS(fn, sep, ...) fn(DT_N_S_soc_S_watchdog_40010000, compatible, 0, __VA_ARGS__)
+#define DT_N_S_soc_S_watchdog_40010000_P_compatible_LEN 1
+#define DT_N_S_soc_S_watchdog_40010000_P_compatible_EXISTS 1
+#define DT_N_S_soc_S_watchdog_40010000_P_reg {1073807360 /* 0x40010000 */, 4096 /* 0x1000 */}
+#define DT_N_S_soc_S_watchdog_40010000_P_reg_IDX_0 1073807360
+#define DT_N_S_soc_S_watchdog_40010000_P_reg_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_watchdog_40010000_P_reg_IDX_1 4096
+#define DT_N_S_soc_S_watchdog_40010000_P_reg_IDX_1_EXISTS 1
+#define DT_N_S_soc_S_watchdog_40010000_P_reg_EXISTS 1
+#define DT_N_S_soc_S_watchdog_40010000_P_interrupts {16 /* 0x10 */, 1 /* 0x1 */}
+#define DT_N_S_soc_S_watchdog_40010000_P_interrupts_IDX_0 16
+#define DT_N_S_soc_S_watchdog_40010000_P_interrupts_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_watchdog_40010000_P_interrupts_IDX_1 1
+#define DT_N_S_soc_S_watchdog_40010000_P_interrupts_IDX_1_EXISTS 1
+#define DT_N_S_soc_S_watchdog_40010000_P_interrupts_EXISTS 1
+#define DT_N_S_soc_S_watchdog_40010000_P_zephyr_deferred_init 0
+#define DT_N_S_soc_S_watchdog_40010000_P_zephyr_deferred_init_EXISTS 1
+
+/*
+ * Devicetree node: /soc/adc@40007000
+ *
+ * Node identifier: DT_N_S_soc_S_adc_40007000
+ *
+ * Binding (compatible = nordic,nrf-saadc):
+ *   $ZEPHYR_BASE/dts/bindings/adc/nordic,nrf-saadc.yaml
+ *
+ * (Descriptions have moved to the Devicetree Bindings Index
+ * in the documentation.)
+ */
+
+/* Node's full path: */
+#define DT_N_S_soc_S_adc_40007000_PATH "/soc/adc@40007000"
+
+/* Node's name with unit-address: */
+#define DT_N_S_soc_S_adc_40007000_FULL_NAME "adc@40007000"
+
+/* Node parent (/soc) identifier: */
+#define DT_N_S_soc_S_adc_40007000_PARENT DT_N_S_soc
+
+/* Node's index in its parent's list of children: */
+#define DT_N_S_soc_S_adc_40007000_CHILD_IDX 15
+
+/* Helper macros for child nodes of this node. */
+#define DT_N_S_soc_S_adc_40007000_CHILD_NUM 1
+#define DT_N_S_soc_S_adc_40007000_CHILD_NUM_STATUS_OKAY 1
+#define DT_N_S_soc_S_adc_40007000_FOREACH_CHILD(fn) fn(DT_N_S_soc_S_adc_40007000_S_channel_0)
+#define DT_N_S_soc_S_adc_40007000_FOREACH_CHILD_SEP(fn, sep) fn(DT_N_S_soc_S_adc_40007000_S_channel_0)
+#define DT_N_S_soc_S_adc_40007000_FOREACH_CHILD_VARGS(fn, ...) fn(DT_N_S_soc_S_adc_40007000_S_channel_0, __VA_ARGS__)
+#define DT_N_S_soc_S_adc_40007000_FOREACH_CHILD_SEP_VARGS(fn, sep, ...) fn(DT_N_S_soc_S_adc_40007000_S_channel_0, __VA_ARGS__)
+#define DT_N_S_soc_S_adc_40007000_FOREACH_CHILD_STATUS_OKAY(fn) fn(DT_N_S_soc_S_adc_40007000_S_channel_0)
+#define DT_N_S_soc_S_adc_40007000_FOREACH_CHILD_STATUS_OKAY_SEP(fn, sep) fn(DT_N_S_soc_S_adc_40007000_S_channel_0)
+#define DT_N_S_soc_S_adc_40007000_FOREACH_CHILD_STATUS_OKAY_VARGS(fn, ...) fn(DT_N_S_soc_S_adc_40007000_S_channel_0, __VA_ARGS__)
+#define DT_N_S_soc_S_adc_40007000_FOREACH_CHILD_STATUS_OKAY_SEP_VARGS(fn, sep, ...) fn(DT_N_S_soc_S_adc_40007000_S_channel_0, __VA_ARGS__)
+
+/* Node's dependency ordinal: */
+#define DT_N_S_soc_S_adc_40007000_ORD 78
+#define DT_N_S_soc_S_adc_40007000_ORD_STR_SORTABLE 00078
+
+/* Ordinals for what this node depends on directly: */
+#define DT_N_S_soc_S_adc_40007000_REQUIRES_ORDS \
+	5, /* /soc */ \
+	6, /* /soc/interrupt-controller@e000e100 */
+
+/* Ordinals for what depends directly on this node: */
+#define DT_N_S_soc_S_adc_40007000_SUPPORTS_ORDS \
+	79, /* /soc/adc@40007000/channel@0 */
+
+/* Existence and alternate IDs: */
+#define DT_N_S_soc_S_adc_40007000_EXISTS 1
+#define DT_N_ALIAS_adc0              DT_N_S_soc_S_adc_40007000
+#define DT_N_INST_0_nordic_nrf_saadc DT_N_S_soc_S_adc_40007000
+#define DT_N_NODELABEL_adc           DT_N_S_soc_S_adc_40007000
+
+/* Macros for properties that are special in the specification: */
+#define DT_N_S_soc_S_adc_40007000_REG_NUM 1
+#define DT_N_S_soc_S_adc_40007000_REG_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_adc_40007000_REG_IDX_0_VAL_ADDRESS 1073770496 /* 0x40007000 */
+#define DT_N_S_soc_S_adc_40007000_REG_IDX_0_VAL_SIZE 4096 /* 0x1000 */
+#define DT_N_S_soc_S_adc_40007000_RANGES_NUM 0
+#define DT_N_S_soc_S_adc_40007000_FOREACH_RANGE(fn) 
+#define DT_N_S_soc_S_adc_40007000_IRQ_NUM 1
+#define DT_N_S_soc_S_adc_40007000_IRQ_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_adc_40007000_IRQ_IDX_0_VAL_irq 7
+#define DT_N_S_soc_S_adc_40007000_IRQ_IDX_0_VAL_irq_EXISTS 1
+#define DT_N_S_soc_S_adc_40007000_IRQ_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_adc_40007000_IRQ_IDX_0_VAL_priority 1
+#define DT_N_S_soc_S_adc_40007000_IRQ_IDX_0_VAL_priority_EXISTS 1
+#define DT_N_S_soc_S_adc_40007000_IRQ_IDX_0_CONTROLLER DT_N_S_soc_S_interrupt_controller_e000e100
+#define DT_N_S_soc_S_adc_40007000_IRQ_LEVEL 1
+#define DT_N_S_soc_S_adc_40007000_COMPAT_MATCHES_nordic_nrf_saadc 1
+#define DT_N_S_soc_S_adc_40007000_COMPAT_VENDOR_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_adc_40007000_COMPAT_VENDOR_IDX_0 "Nordic Semiconductor"
+#define DT_N_S_soc_S_adc_40007000_COMPAT_MODEL_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_adc_40007000_COMPAT_MODEL_IDX_0 "nrf-saadc"
+#define DT_N_S_soc_S_adc_40007000_STATUS_okay 1
+
+/* Pin control (pinctrl-<i>, pinctrl-names) properties: */
+#define DT_N_S_soc_S_adc_40007000_PINCTRL_NUM 0
+
+/* Generic property macros: */
+#define DT_N_S_soc_S_adc_40007000_P_wakeup_source 0
+#define DT_N_S_soc_S_adc_40007000_P_wakeup_source_EXISTS 1
+#define DT_N_S_soc_S_adc_40007000_P_zephyr_pm_device_runtime_auto 0
+#define DT_N_S_soc_S_adc_40007000_P_zephyr_pm_device_runtime_auto_EXISTS 1
+#define DT_N_S_soc_S_adc_40007000_P_status "okay"
+#define DT_N_S_soc_S_adc_40007000_P_status_STRING_UNQUOTED okay
+#define DT_N_S_soc_S_adc_40007000_P_status_STRING_TOKEN okay
+#define DT_N_S_soc_S_adc_40007000_P_status_STRING_UPPER_TOKEN OKAY
+#define DT_N_S_soc_S_adc_40007000_P_status_IDX_0 "okay"
+#define DT_N_S_soc_S_adc_40007000_P_status_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_adc_40007000_P_status_ENUM_IDX 1
+#define DT_N_S_soc_S_adc_40007000_P_status_ENUM_VAL_okay_EXISTS 1
+#define DT_N_S_soc_S_adc_40007000_P_status_ENUM_TOKEN okay
+#define DT_N_S_soc_S_adc_40007000_P_status_ENUM_UPPER_TOKEN OKAY
+#define DT_N_S_soc_S_adc_40007000_P_status_FOREACH_PROP_ELEM(fn) fn(DT_N_S_soc_S_adc_40007000, status, 0)
+#define DT_N_S_soc_S_adc_40007000_P_status_FOREACH_PROP_ELEM_SEP(fn, sep) fn(DT_N_S_soc_S_adc_40007000, status, 0)
+#define DT_N_S_soc_S_adc_40007000_P_status_FOREACH_PROP_ELEM_VARGS(fn, ...) fn(DT_N_S_soc_S_adc_40007000, status, 0, __VA_ARGS__)
+#define DT_N_S_soc_S_adc_40007000_P_status_FOREACH_PROP_ELEM_SEP_VARGS(fn, sep, ...) fn(DT_N_S_soc_S_adc_40007000, status, 0, __VA_ARGS__)
+#define DT_N_S_soc_S_adc_40007000_P_status_LEN 1
+#define DT_N_S_soc_S_adc_40007000_P_status_EXISTS 1
+#define DT_N_S_soc_S_adc_40007000_P_compatible {"nordic,nrf-saadc"}
+#define DT_N_S_soc_S_adc_40007000_P_compatible_IDX_0 "nordic,nrf-saadc"
+#define DT_N_S_soc_S_adc_40007000_P_compatible_IDX_0_STRING_UNQUOTED nordic,nrf-saadc
+#define DT_N_S_soc_S_adc_40007000_P_compatible_IDX_0_STRING_TOKEN nordic_nrf_saadc
+#define DT_N_S_soc_S_adc_40007000_P_compatible_IDX_0_STRING_UPPER_TOKEN NORDIC_NRF_SAADC
+#define DT_N_S_soc_S_adc_40007000_P_compatible_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_adc_40007000_P_compatible_FOREACH_PROP_ELEM(fn) fn(DT_N_S_soc_S_adc_40007000, compatible, 0)
+#define DT_N_S_soc_S_adc_40007000_P_compatible_FOREACH_PROP_ELEM_SEP(fn, sep) fn(DT_N_S_soc_S_adc_40007000, compatible, 0)
+#define DT_N_S_soc_S_adc_40007000_P_compatible_FOREACH_PROP_ELEM_VARGS(fn, ...) fn(DT_N_S_soc_S_adc_40007000, compatible, 0, __VA_ARGS__)
+#define DT_N_S_soc_S_adc_40007000_P_compatible_FOREACH_PROP_ELEM_SEP_VARGS(fn, sep, ...) fn(DT_N_S_soc_S_adc_40007000, compatible, 0, __VA_ARGS__)
+#define DT_N_S_soc_S_adc_40007000_P_compatible_LEN 1
+#define DT_N_S_soc_S_adc_40007000_P_compatible_EXISTS 1
+#define DT_N_S_soc_S_adc_40007000_P_reg {1073770496 /* 0x40007000 */, 4096 /* 0x1000 */}
+#define DT_N_S_soc_S_adc_40007000_P_reg_IDX_0 1073770496
+#define DT_N_S_soc_S_adc_40007000_P_reg_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_adc_40007000_P_reg_IDX_1 4096
+#define DT_N_S_soc_S_adc_40007000_P_reg_IDX_1_EXISTS 1
+#define DT_N_S_soc_S_adc_40007000_P_reg_EXISTS 1
+#define DT_N_S_soc_S_adc_40007000_P_interrupts {7 /* 0x7 */, 1 /* 0x1 */}
+#define DT_N_S_soc_S_adc_40007000_P_interrupts_IDX_0 7
+#define DT_N_S_soc_S_adc_40007000_P_interrupts_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_adc_40007000_P_interrupts_IDX_1 1
+#define DT_N_S_soc_S_adc_40007000_P_interrupts_IDX_1_EXISTS 1
+#define DT_N_S_soc_S_adc_40007000_P_interrupts_EXISTS 1
+#define DT_N_S_soc_S_adc_40007000_P_zephyr_deferred_init 0
+#define DT_N_S_soc_S_adc_40007000_P_zephyr_deferred_init_EXISTS 1
+
+/*
+ * Devicetree node: /soc/adc@40007000/channel@0
+ *
+ * Node identifier: DT_N_S_soc_S_adc_40007000_S_channel_0
+ *
+ * (Descriptions have moved to the Devicetree Bindings Index
+ * in the documentation.)
+ */
+
+/* Node's full path: */
+#define DT_N_S_soc_S_adc_40007000_S_channel_0_PATH "/soc/adc@40007000/channel@0"
+
+/* Node's name with unit-address: */
+#define DT_N_S_soc_S_adc_40007000_S_channel_0_FULL_NAME "channel@0"
+
+/* Node parent (/soc/adc@40007000) identifier: */
+#define DT_N_S_soc_S_adc_40007000_S_channel_0_PARENT DT_N_S_soc_S_adc_40007000
+
+/* Node's index in its parent's list of children: */
+#define DT_N_S_soc_S_adc_40007000_S_channel_0_CHILD_IDX 0
+
+/* Helper macros for child nodes of this node. */
+#define DT_N_S_soc_S_adc_40007000_S_channel_0_CHILD_NUM 0
+#define DT_N_S_soc_S_adc_40007000_S_channel_0_CHILD_NUM_STATUS_OKAY 0
+#define DT_N_S_soc_S_adc_40007000_S_channel_0_FOREACH_CHILD(fn) 
+#define DT_N_S_soc_S_adc_40007000_S_channel_0_FOREACH_CHILD_SEP(fn, sep) 
+#define DT_N_S_soc_S_adc_40007000_S_channel_0_FOREACH_CHILD_VARGS(fn, ...) 
+#define DT_N_S_soc_S_adc_40007000_S_channel_0_FOREACH_CHILD_SEP_VARGS(fn, sep, ...) 
+#define DT_N_S_soc_S_adc_40007000_S_channel_0_FOREACH_CHILD_STATUS_OKAY(fn) 
+#define DT_N_S_soc_S_adc_40007000_S_channel_0_FOREACH_CHILD_STATUS_OKAY_SEP(fn, sep) 
+#define DT_N_S_soc_S_adc_40007000_S_channel_0_FOREACH_CHILD_STATUS_OKAY_VARGS(fn, ...) 
+#define DT_N_S_soc_S_adc_40007000_S_channel_0_FOREACH_CHILD_STATUS_OKAY_SEP_VARGS(fn, sep, ...) 
+
+/* Node's dependency ordinal: */
+#define DT_N_S_soc_S_adc_40007000_S_channel_0_ORD 79
+#define DT_N_S_soc_S_adc_40007000_S_channel_0_ORD_STR_SORTABLE 00079
+
+/* Ordinals for what this node depends on directly: */
+#define DT_N_S_soc_S_adc_40007000_S_channel_0_REQUIRES_ORDS \
+	78, /* /soc/adc@40007000 */
+
+/* Ordinals for what depends directly on this node: */
+#define DT_N_S_soc_S_adc_40007000_S_channel_0_SUPPORTS_ORDS /* nothing */
+
+/* Existence and alternate IDs: */
+#define DT_N_S_soc_S_adc_40007000_S_channel_0_EXISTS 1
+
+/* Macros for properties that are special in the specification: */
+#define DT_N_S_soc_S_adc_40007000_S_channel_0_REG_NUM 1
+#define DT_N_S_soc_S_adc_40007000_S_channel_0_REG_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_adc_40007000_S_channel_0_REG_IDX_0_VAL_ADDRESS 0 /* 0x0 */
+#define DT_N_S_soc_S_adc_40007000_S_channel_0_RANGES_NUM 0
+#define DT_N_S_soc_S_adc_40007000_S_channel_0_FOREACH_RANGE(fn) 
+#define DT_N_S_soc_S_adc_40007000_S_channel_0_IRQ_NUM 0
+#define DT_N_S_soc_S_adc_40007000_S_channel_0_IRQ_LEVEL 0
+#define DT_N_S_soc_S_adc_40007000_S_channel_0_STATUS_okay 1
+
+/* Pin control (pinctrl-<i>, pinctrl-names) properties: */
+#define DT_N_S_soc_S_adc_40007000_S_channel_0_PINCTRL_NUM 0
+
+/* Generic property macros: */
+#define DT_N_S_soc_S_adc_40007000_S_channel_0_P_reg {0 /* 0x0 */}
+#define DT_N_S_soc_S_adc_40007000_S_channel_0_P_reg_IDX_0 0
+#define DT_N_S_soc_S_adc_40007000_S_channel_0_P_reg_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_adc_40007000_S_channel_0_P_reg_EXISTS 1
+#define DT_N_S_soc_S_adc_40007000_S_channel_0_P_zephyr_gain "ADC_GAIN_1_6"
+#define DT_N_S_soc_S_adc_40007000_S_channel_0_P_zephyr_gain_STRING_UNQUOTED ADC_GAIN_1_6
+#define DT_N_S_soc_S_adc_40007000_S_channel_0_P_zephyr_gain_STRING_TOKEN ADC_GAIN_1_6
+#define DT_N_S_soc_S_adc_40007000_S_channel_0_P_zephyr_gain_STRING_UPPER_TOKEN ADC_GAIN_1_6
+#define DT_N_S_soc_S_adc_40007000_S_channel_0_P_zephyr_gain_IDX_0 "ADC_GAIN_1_6"
+#define DT_N_S_soc_S_adc_40007000_S_channel_0_P_zephyr_gain_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_adc_40007000_S_channel_0_P_zephyr_gain_ENUM_IDX 0
+#define DT_N_S_soc_S_adc_40007000_S_channel_0_P_zephyr_gain_ENUM_VAL_ADC_GAIN_1_6_EXISTS 1
+#define DT_N_S_soc_S_adc_40007000_S_channel_0_P_zephyr_gain_ENUM_TOKEN ADC_GAIN_1_6
+#define DT_N_S_soc_S_adc_40007000_S_channel_0_P_zephyr_gain_ENUM_UPPER_TOKEN ADC_GAIN_1_6
+#define DT_N_S_soc_S_adc_40007000_S_channel_0_P_zephyr_gain_FOREACH_PROP_ELEM(fn) fn(DT_N_S_soc_S_adc_40007000_S_channel_0, zephyr_gain, 0)
+#define DT_N_S_soc_S_adc_40007000_S_channel_0_P_zephyr_gain_FOREACH_PROP_ELEM_SEP(fn, sep) fn(DT_N_S_soc_S_adc_40007000_S_channel_0, zephyr_gain, 0)
+#define DT_N_S_soc_S_adc_40007000_S_channel_0_P_zephyr_gain_FOREACH_PROP_ELEM_VARGS(fn, ...) fn(DT_N_S_soc_S_adc_40007000_S_channel_0, zephyr_gain, 0, __VA_ARGS__)
+#define DT_N_S_soc_S_adc_40007000_S_channel_0_P_zephyr_gain_FOREACH_PROP_ELEM_SEP_VARGS(fn, sep, ...) fn(DT_N_S_soc_S_adc_40007000_S_channel_0, zephyr_gain, 0, __VA_ARGS__)
+#define DT_N_S_soc_S_adc_40007000_S_channel_0_P_zephyr_gain_LEN 1
+#define DT_N_S_soc_S_adc_40007000_S_channel_0_P_zephyr_gain_EXISTS 1
+#define DT_N_S_soc_S_adc_40007000_S_channel_0_P_zephyr_reference "ADC_REF_INTERNAL"
+#define DT_N_S_soc_S_adc_40007000_S_channel_0_P_zephyr_reference_STRING_UNQUOTED ADC_REF_INTERNAL
+#define DT_N_S_soc_S_adc_40007000_S_channel_0_P_zephyr_reference_STRING_TOKEN ADC_REF_INTERNAL
+#define DT_N_S_soc_S_adc_40007000_S_channel_0_P_zephyr_reference_STRING_UPPER_TOKEN ADC_REF_INTERNAL
+#define DT_N_S_soc_S_adc_40007000_S_channel_0_P_zephyr_reference_IDX_0 "ADC_REF_INTERNAL"
+#define DT_N_S_soc_S_adc_40007000_S_channel_0_P_zephyr_reference_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_adc_40007000_S_channel_0_P_zephyr_reference_ENUM_IDX 4
+#define DT_N_S_soc_S_adc_40007000_S_channel_0_P_zephyr_reference_ENUM_VAL_ADC_REF_INTERNAL_EXISTS 1
+#define DT_N_S_soc_S_adc_40007000_S_channel_0_P_zephyr_reference_ENUM_TOKEN ADC_REF_INTERNAL
+#define DT_N_S_soc_S_adc_40007000_S_channel_0_P_zephyr_reference_ENUM_UPPER_TOKEN ADC_REF_INTERNAL
+#define DT_N_S_soc_S_adc_40007000_S_channel_0_P_zephyr_reference_FOREACH_PROP_ELEM(fn) fn(DT_N_S_soc_S_adc_40007000_S_channel_0, zephyr_reference, 0)
+#define DT_N_S_soc_S_adc_40007000_S_channel_0_P_zephyr_reference_FOREACH_PROP_ELEM_SEP(fn, sep) fn(DT_N_S_soc_S_adc_40007000_S_channel_0, zephyr_reference, 0)
+#define DT_N_S_soc_S_adc_40007000_S_channel_0_P_zephyr_reference_FOREACH_PROP_ELEM_VARGS(fn, ...) fn(DT_N_S_soc_S_adc_40007000_S_channel_0, zephyr_reference, 0, __VA_ARGS__)
+#define DT_N_S_soc_S_adc_40007000_S_channel_0_P_zephyr_reference_FOREACH_PROP_ELEM_SEP_VARGS(fn, sep, ...) fn(DT_N_S_soc_S_adc_40007000_S_channel_0, zephyr_reference, 0, __VA_ARGS__)
+#define DT_N_S_soc_S_adc_40007000_S_channel_0_P_zephyr_reference_LEN 1
+#define DT_N_S_soc_S_adc_40007000_S_channel_0_P_zephyr_reference_EXISTS 1
+#define DT_N_S_soc_S_adc_40007000_S_channel_0_P_zephyr_acquisition_time 0
+#define DT_N_S_soc_S_adc_40007000_S_channel_0_P_zephyr_acquisition_time_EXISTS 1
+#define DT_N_S_soc_S_adc_40007000_S_channel_0_P_zephyr_differential 0
+#define DT_N_S_soc_S_adc_40007000_S_channel_0_P_zephyr_differential_EXISTS 1
+#define DT_N_S_soc_S_adc_40007000_S_channel_0_P_zephyr_input_positive 9
+#define DT_N_S_soc_S_adc_40007000_S_channel_0_P_zephyr_input_positive_EXISTS 1
+#define DT_N_S_soc_S_adc_40007000_S_channel_0_P_zephyr_oversampling 8
+#define DT_N_S_soc_S_adc_40007000_S_channel_0_P_zephyr_oversampling_EXISTS 1
+
+/*
+ * Devicetree node: /soc/flash-controller@4001e000
+ *
+ * Node identifier: DT_N_S_soc_S_flash_controller_4001e000
+ *
+ * Binding (compatible = nordic,nrf52-flash-controller):
+ *   $ZEPHYR_BASE/dts/bindings/flash_controller/nordic,nrf52-flash-controller.yaml
+ *
+ * (Descriptions have moved to the Devicetree Bindings Index
+ * in the documentation.)
+ */
+
+/* Node's full path: */
+#define DT_N_S_soc_S_flash_controller_4001e000_PATH "/soc/flash-controller@4001e000"
+
+/* Node's name with unit-address: */
+#define DT_N_S_soc_S_flash_controller_4001e000_FULL_NAME "flash-controller@4001e000"
+
+/* Node parent (/soc) identifier: */
+#define DT_N_S_soc_S_flash_controller_4001e000_PARENT DT_N_S_soc
+
+/* Node's index in its parent's list of children: */
+#define DT_N_S_soc_S_flash_controller_4001e000_CHILD_IDX 39
+
+/* Helper macros for child nodes of this node. */
+#define DT_N_S_soc_S_flash_controller_4001e000_CHILD_NUM 1
+#define DT_N_S_soc_S_flash_controller_4001e000_CHILD_NUM_STATUS_OKAY 1
+#define DT_N_S_soc_S_flash_controller_4001e000_FOREACH_CHILD(fn) fn(DT_N_S_soc_S_flash_controller_4001e000_S_flash_0)
+#define DT_N_S_soc_S_flash_controller_4001e000_FOREACH_CHILD_SEP(fn, sep) fn(DT_N_S_soc_S_flash_controller_4001e000_S_flash_0)
+#define DT_N_S_soc_S_flash_controller_4001e000_FOREACH_CHILD_VARGS(fn, ...) fn(DT_N_S_soc_S_flash_controller_4001e000_S_flash_0, __VA_ARGS__)
+#define DT_N_S_soc_S_flash_controller_4001e000_FOREACH_CHILD_SEP_VARGS(fn, sep, ...) fn(DT_N_S_soc_S_flash_controller_4001e000_S_flash_0, __VA_ARGS__)
+#define DT_N_S_soc_S_flash_controller_4001e000_FOREACH_CHILD_STATUS_OKAY(fn) fn(DT_N_S_soc_S_flash_controller_4001e000_S_flash_0)
+#define DT_N_S_soc_S_flash_controller_4001e000_FOREACH_CHILD_STATUS_OKAY_SEP(fn, sep) fn(DT_N_S_soc_S_flash_controller_4001e000_S_flash_0)
+#define DT_N_S_soc_S_flash_controller_4001e000_FOREACH_CHILD_STATUS_OKAY_VARGS(fn, ...) fn(DT_N_S_soc_S_flash_controller_4001e000_S_flash_0, __VA_ARGS__)
+#define DT_N_S_soc_S_flash_controller_4001e000_FOREACH_CHILD_STATUS_OKAY_SEP_VARGS(fn, sep, ...) fn(DT_N_S_soc_S_flash_controller_4001e000_S_flash_0, __VA_ARGS__)
+
+/* Node's dependency ordinal: */
+#define DT_N_S_soc_S_flash_controller_4001e000_ORD 80
+#define DT_N_S_soc_S_flash_controller_4001e000_ORD_STR_SORTABLE 00080
+
+/* Ordinals for what this node depends on directly: */
+#define DT_N_S_soc_S_flash_controller_4001e000_REQUIRES_ORDS \
+	5, /* /soc */
+
+/* Ordinals for what depends directly on this node: */
+#define DT_N_S_soc_S_flash_controller_4001e000_SUPPORTS_ORDS \
+	81, /* /soc/flash-controller@4001e000/flash@0 */
+
+/* Existence and alternate IDs: */
+#define DT_N_S_soc_S_flash_controller_4001e000_EXISTS 1
+#define DT_N_INST_0_nordic_nrf52_flash_controller DT_N_S_soc_S_flash_controller_4001e000
+#define DT_N_NODELABEL_flash_controller           DT_N_S_soc_S_flash_controller_4001e000
+
+/* Macros for properties that are special in the specification: */
+#define DT_N_S_soc_S_flash_controller_4001e000_REG_NUM 1
+#define DT_N_S_soc_S_flash_controller_4001e000_REG_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_flash_controller_4001e000_REG_IDX_0_VAL_ADDRESS 1073864704 /* 0x4001e000 */
+#define DT_N_S_soc_S_flash_controller_4001e000_REG_IDX_0_VAL_SIZE 4096 /* 0x1000 */
+#define DT_N_S_soc_S_flash_controller_4001e000_RANGES_NUM 0
+#define DT_N_S_soc_S_flash_controller_4001e000_FOREACH_RANGE(fn) 
+#define DT_N_S_soc_S_flash_controller_4001e000_IRQ_NUM 0
+#define DT_N_S_soc_S_flash_controller_4001e000_IRQ_LEVEL 0
+#define DT_N_S_soc_S_flash_controller_4001e000_COMPAT_MATCHES_nordic_nrf52_flash_controller 1
+#define DT_N_S_soc_S_flash_controller_4001e000_COMPAT_VENDOR_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_flash_controller_4001e000_COMPAT_VENDOR_IDX_0 "Nordic Semiconductor"
+#define DT_N_S_soc_S_flash_controller_4001e000_COMPAT_MODEL_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_flash_controller_4001e000_COMPAT_MODEL_IDX_0 "nrf52-flash-controller"
+#define DT_N_S_soc_S_flash_controller_4001e000_STATUS_okay 1
+
+/* Pin control (pinctrl-<i>, pinctrl-names) properties: */
+#define DT_N_S_soc_S_flash_controller_4001e000_PINCTRL_NUM 0
+
+/* Generic property macros: */
+#define DT_N_S_soc_S_flash_controller_4001e000_P_wakeup_source 0
+#define DT_N_S_soc_S_flash_controller_4001e000_P_wakeup_source_EXISTS 1
+#define DT_N_S_soc_S_flash_controller_4001e000_P_zephyr_pm_device_runtime_auto 0
+#define DT_N_S_soc_S_flash_controller_4001e000_P_zephyr_pm_device_runtime_auto_EXISTS 1
+#define DT_N_S_soc_S_flash_controller_4001e000_P_compatible {"nordic,nrf52-flash-controller"}
+#define DT_N_S_soc_S_flash_controller_4001e000_P_compatible_IDX_0 "nordic,nrf52-flash-controller"
+#define DT_N_S_soc_S_flash_controller_4001e000_P_compatible_IDX_0_STRING_UNQUOTED nordic,nrf52-flash-controller
+#define DT_N_S_soc_S_flash_controller_4001e000_P_compatible_IDX_0_STRING_TOKEN nordic_nrf52_flash_controller
+#define DT_N_S_soc_S_flash_controller_4001e000_P_compatible_IDX_0_STRING_UPPER_TOKEN NORDIC_NRF52_FLASH_CONTROLLER
+#define DT_N_S_soc_S_flash_controller_4001e000_P_compatible_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_flash_controller_4001e000_P_compatible_FOREACH_PROP_ELEM(fn) fn(DT_N_S_soc_S_flash_controller_4001e000, compatible, 0)
+#define DT_N_S_soc_S_flash_controller_4001e000_P_compatible_FOREACH_PROP_ELEM_SEP(fn, sep) fn(DT_N_S_soc_S_flash_controller_4001e000, compatible, 0)
+#define DT_N_S_soc_S_flash_controller_4001e000_P_compatible_FOREACH_PROP_ELEM_VARGS(fn, ...) fn(DT_N_S_soc_S_flash_controller_4001e000, compatible, 0, __VA_ARGS__)
+#define DT_N_S_soc_S_flash_controller_4001e000_P_compatible_FOREACH_PROP_ELEM_SEP_VARGS(fn, sep, ...) fn(DT_N_S_soc_S_flash_controller_4001e000, compatible, 0, __VA_ARGS__)
+#define DT_N_S_soc_S_flash_controller_4001e000_P_compatible_LEN 1
+#define DT_N_S_soc_S_flash_controller_4001e000_P_compatible_EXISTS 1
+#define DT_N_S_soc_S_flash_controller_4001e000_P_reg {1073864704 /* 0x4001e000 */, 4096 /* 0x1000 */}
+#define DT_N_S_soc_S_flash_controller_4001e000_P_reg_IDX_0 1073864704
+#define DT_N_S_soc_S_flash_controller_4001e000_P_reg_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_flash_controller_4001e000_P_reg_IDX_1 4096
+#define DT_N_S_soc_S_flash_controller_4001e000_P_reg_IDX_1_EXISTS 1
+#define DT_N_S_soc_S_flash_controller_4001e000_P_reg_EXISTS 1
+#define DT_N_S_soc_S_flash_controller_4001e000_P_zephyr_deferred_init 0
+#define DT_N_S_soc_S_flash_controller_4001e000_P_zephyr_deferred_init_EXISTS 1
+#define DT_N_S_soc_S_flash_controller_4001e000_P_partial_erase 1
+#define DT_N_S_soc_S_flash_controller_4001e000_P_partial_erase_EXISTS 1
+
+/*
+ * Devicetree node: /soc/flash-controller@4001e000/flash@0
+ *
+ * Node identifier: DT_N_S_soc_S_flash_controller_4001e000_S_flash_0
+ *
+ * Binding (compatible = soc-nv-flash):
+ *   $ZEPHYR_BASE/dts/bindings/mtd/soc-nv-flash.yaml
+ *
+ * (Descriptions have moved to the Devicetree Bindings Index
+ * in the documentation.)
+ */
+
+/* Node's full path: */
+#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_PATH "/soc/flash-controller@4001e000/flash@0"
+
+/* Node's name with unit-address: */
+#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_FULL_NAME "flash@0"
+
+/* Node parent (/soc/flash-controller@4001e000) identifier: */
+#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_PARENT DT_N_S_soc_S_flash_controller_4001e000
+
+/* Node's index in its parent's list of children: */
+#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_CHILD_IDX 0
+
+/* Helper macros for child nodes of this node. */
+#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_CHILD_NUM 1
+#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_CHILD_NUM_STATUS_OKAY 1
+#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_FOREACH_CHILD(fn) fn(DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions)
+#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_FOREACH_CHILD_SEP(fn, sep) fn(DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions)
+#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_FOREACH_CHILD_VARGS(fn, ...) fn(DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions, __VA_ARGS__)
+#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_FOREACH_CHILD_SEP_VARGS(fn, sep, ...) fn(DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions, __VA_ARGS__)
+#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_FOREACH_CHILD_STATUS_OKAY(fn) fn(DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions)
+#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_FOREACH_CHILD_STATUS_OKAY_SEP(fn, sep) fn(DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions)
+#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_FOREACH_CHILD_STATUS_OKAY_VARGS(fn, ...) fn(DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions, __VA_ARGS__)
+#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_FOREACH_CHILD_STATUS_OKAY_SEP_VARGS(fn, sep, ...) fn(DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions, __VA_ARGS__)
+
+/* Node's dependency ordinal: */
+#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_ORD 81
+#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_ORD_STR_SORTABLE 00081
+
+/* Ordinals for what this node depends on directly: */
+#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_REQUIRES_ORDS \
+	80, /* /soc/flash-controller@4001e000 */
+
+/* Ordinals for what depends directly on this node: */
+#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_SUPPORTS_ORDS \
+	82, /* /soc/flash-controller@4001e000/flash@0/partitions */
+
+/* Existence and alternate IDs: */
+#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_EXISTS 1
+#define DT_N_INST_0_soc_nv_flash DT_N_S_soc_S_flash_controller_4001e000_S_flash_0
+#define DT_N_NODELABEL_flash0    DT_N_S_soc_S_flash_controller_4001e000_S_flash_0
+
+/* Macros for properties that are special in the specification: */
+#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_REG_NUM 1
+#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_REG_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_REG_IDX_0_VAL_ADDRESS 0 /* 0x0 */
+#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_REG_IDX_0_VAL_SIZE 524288 /* 0x80000 */
+#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_RANGES_NUM 0
+#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_FOREACH_RANGE(fn) 
+#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_IRQ_NUM 0
+#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_IRQ_LEVEL 0
+#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_COMPAT_MATCHES_soc_nv_flash 1
+#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_STATUS_okay 1
+
+/* Pin control (pinctrl-<i>, pinctrl-names) properties: */
+#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_PINCTRL_NUM 0
+
+/* Generic property macros: */
+#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_P_wakeup_source 0
+#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_P_wakeup_source_EXISTS 1
+#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_P_zephyr_pm_device_runtime_auto 0
+#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_P_zephyr_pm_device_runtime_auto_EXISTS 1
+#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_P_compatible {"soc-nv-flash"}
+#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_P_compatible_IDX_0 "soc-nv-flash"
+#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_P_compatible_IDX_0_STRING_UNQUOTED soc-nv-flash
+#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_P_compatible_IDX_0_STRING_TOKEN soc_nv_flash
+#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_P_compatible_IDX_0_STRING_UPPER_TOKEN SOC_NV_FLASH
+#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_P_compatible_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_P_compatible_FOREACH_PROP_ELEM(fn) fn(DT_N_S_soc_S_flash_controller_4001e000_S_flash_0, compatible, 0)
+#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_P_compatible_FOREACH_PROP_ELEM_SEP(fn, sep) fn(DT_N_S_soc_S_flash_controller_4001e000_S_flash_0, compatible, 0)
+#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_P_compatible_FOREACH_PROP_ELEM_VARGS(fn, ...) fn(DT_N_S_soc_S_flash_controller_4001e000_S_flash_0, compatible, 0, __VA_ARGS__)
+#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_P_compatible_FOREACH_PROP_ELEM_SEP_VARGS(fn, sep, ...) fn(DT_N_S_soc_S_flash_controller_4001e000_S_flash_0, compatible, 0, __VA_ARGS__)
+#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_P_compatible_LEN 1
+#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_P_compatible_EXISTS 1
+#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_P_reg {0 /* 0x0 */, 524288 /* 0x80000 */}
+#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_P_reg_IDX_0 0
+#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_P_reg_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_P_reg_IDX_1 524288
+#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_P_reg_IDX_1_EXISTS 1
+#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_P_reg_EXISTS 1
+#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_P_zephyr_deferred_init 0
+#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_P_zephyr_deferred_init_EXISTS 1
+#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_P_erase_block_size 4096
+#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_P_erase_block_size_EXISTS 1
+#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_P_write_block_size 4
+#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_P_write_block_size_EXISTS 1
+
+/*
+ * Devicetree node: /soc/flash-controller@4001e000/flash@0/partitions
+ *
+ * Node identifier: DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions
+ *
+ * Binding (compatible = fixed-partitions):
+ *   $ZEPHYR_BASE/dts/bindings/mtd/fixed-partitions.yaml
+ *
+ * (Descriptions have moved to the Devicetree Bindings Index
+ * in the documentation.)
+ */
+
+/* Node's full path: */
+#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_PATH "/soc/flash-controller@4001e000/flash@0/partitions"
+
+/* Node's name with unit-address: */
+#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_FULL_NAME "partitions"
+
+/* Node parent (/soc/flash-controller@4001e000/flash@0) identifier: */
+#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_PARENT DT_N_S_soc_S_flash_controller_4001e000_S_flash_0
+
+/* Node's index in its parent's list of children: */
+#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_CHILD_IDX 0
+
+/* Helper macros for child nodes of this node. */
+#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_CHILD_NUM 5
+#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_CHILD_NUM_STATUS_OKAY 5
+#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_FOREACH_CHILD(fn) fn(DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_0) fn(DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_c000) fn(DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_3e000) fn(DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_70000) fn(DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_7a000)
+#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_FOREACH_CHILD_SEP(fn, sep) fn(DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_0) DT_DEBRACKET_INTERNAL sep fn(DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_c000) DT_DEBRACKET_INTERNAL sep fn(DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_3e000) DT_DEBRACKET_INTERNAL sep fn(DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_70000) DT_DEBRACKET_INTERNAL sep fn(DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_7a000)
+#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_FOREACH_CHILD_VARGS(fn, ...) fn(DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_0, __VA_ARGS__) fn(DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_c000, __VA_ARGS__) fn(DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_3e000, __VA_ARGS__) fn(DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_70000, __VA_ARGS__) fn(DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_7a000, __VA_ARGS__)
+#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_FOREACH_CHILD_SEP_VARGS(fn, sep, ...) fn(DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_0, __VA_ARGS__) DT_DEBRACKET_INTERNAL sep fn(DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_c000, __VA_ARGS__) DT_DEBRACKET_INTERNAL sep fn(DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_3e000, __VA_ARGS__) DT_DEBRACKET_INTERNAL sep fn(DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_70000, __VA_ARGS__) DT_DEBRACKET_INTERNAL sep fn(DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_7a000, __VA_ARGS__)
+#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_FOREACH_CHILD_STATUS_OKAY(fn) fn(DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_0) fn(DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_c000) fn(DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_3e000) fn(DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_70000) fn(DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_7a000)
+#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_FOREACH_CHILD_STATUS_OKAY_SEP(fn, sep) fn(DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_0) DT_DEBRACKET_INTERNAL sep fn(DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_c000) DT_DEBRACKET_INTERNAL sep fn(DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_3e000) DT_DEBRACKET_INTERNAL sep fn(DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_70000) DT_DEBRACKET_INTERNAL sep fn(DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_7a000)
+#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_FOREACH_CHILD_STATUS_OKAY_VARGS(fn, ...) fn(DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_0, __VA_ARGS__) fn(DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_c000, __VA_ARGS__) fn(DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_3e000, __VA_ARGS__) fn(DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_70000, __VA_ARGS__) fn(DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_7a000, __VA_ARGS__)
+#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_FOREACH_CHILD_STATUS_OKAY_SEP_VARGS(fn, sep, ...) fn(DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_0, __VA_ARGS__) DT_DEBRACKET_INTERNAL sep fn(DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_c000, __VA_ARGS__) DT_DEBRACKET_INTERNAL sep fn(DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_3e000, __VA_ARGS__) DT_DEBRACKET_INTERNAL sep fn(DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_70000, __VA_ARGS__) DT_DEBRACKET_INTERNAL sep fn(DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_7a000, __VA_ARGS__)
+
+/* Node's dependency ordinal: */
+#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_ORD 82
+#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_ORD_STR_SORTABLE 00082
+
+/* Ordinals for what this node depends on directly: */
+#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_REQUIRES_ORDS \
+	81, /* /soc/flash-controller@4001e000/flash@0 */
+
+/* Ordinals for what depends directly on this node: */
+#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_SUPPORTS_ORDS \
+	83, /* /soc/flash-controller@4001e000/flash@0/partitions/partition@0 */ \
+	84, /* /soc/flash-controller@4001e000/flash@0/partitions/partition@c000 */ \
+	85, /* /soc/flash-controller@4001e000/flash@0/partitions/partition@3e000 */ \
+	86, /* /soc/flash-controller@4001e000/flash@0/partitions/partition@70000 */ \
+	87, /* /soc/flash-controller@4001e000/flash@0/partitions/partition@7a000 */
+
+/* Existence and alternate IDs: */
+#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_EXISTS 1
+#define DT_N_INST_0_fixed_partitions DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions
+
+/* Macros for properties that are special in the specification: */
+#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_REG_NUM 0
+#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_RANGES_NUM 0
+#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_FOREACH_RANGE(fn) 
+#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_IRQ_NUM 0
+#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_IRQ_LEVEL 0
+#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_COMPAT_MATCHES_fixed_partitions 1
+#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_STATUS_okay 1
+
+/* Pin control (pinctrl-<i>, pinctrl-names) properties: */
+#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_PINCTRL_NUM 0
+
+/* (No generic property macros) */
+
+/*
+ * Devicetree node: /soc/flash-controller@4001e000/flash@0/partitions/partition@0
+ *
+ * Node identifier: DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_0
+ *
+ * (Descriptions have moved to the Devicetree Bindings Index
+ * in the documentation.)
+ */
+
+/* Node's full path: */
+#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_0_PATH "/soc/flash-controller@4001e000/flash@0/partitions/partition@0"
+
+/* Node's name with unit-address: */
+#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_0_FULL_NAME "partition@0"
+
+/* Node parent (/soc/flash-controller@4001e000/flash@0/partitions) identifier: */
+#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_0_PARENT DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions
+
+/* Node's index in its parent's list of children: */
+#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_0_CHILD_IDX 0
+
+/* Helper macros for child nodes of this node. */
+#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_0_CHILD_NUM 0
+#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_0_CHILD_NUM_STATUS_OKAY 0
+#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_0_FOREACH_CHILD(fn) 
+#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_0_FOREACH_CHILD_SEP(fn, sep) 
+#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_0_FOREACH_CHILD_VARGS(fn, ...) 
+#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_0_FOREACH_CHILD_SEP_VARGS(fn, sep, ...) 
+#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_0_FOREACH_CHILD_STATUS_OKAY(fn) 
+#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_0_FOREACH_CHILD_STATUS_OKAY_SEP(fn, sep) 
+#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_0_FOREACH_CHILD_STATUS_OKAY_VARGS(fn, ...) 
+#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_0_FOREACH_CHILD_STATUS_OKAY_SEP_VARGS(fn, sep, ...) 
+
+/* Node's dependency ordinal: */
+#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_0_ORD 83
+#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_0_ORD_STR_SORTABLE 00083
+
+/* Ordinals for what this node depends on directly: */
+#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_0_REQUIRES_ORDS \
+	82, /* /soc/flash-controller@4001e000/flash@0/partitions */
+
+/* Ordinals for what depends directly on this node: */
+#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_0_SUPPORTS_ORDS /* nothing */
+
+/* Existence and alternate IDs: */
+#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_0_EXISTS 1
+#define DT_N_NODELABEL_boot_partition DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_0
+
+/* Macros for properties that are special in the specification: */
+#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_0_REG_NUM 1
+#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_0_REG_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_0_REG_IDX_0_VAL_ADDRESS 0 /* 0x0 */
+#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_0_REG_IDX_0_VAL_SIZE 49152 /* 0xc000 */
+#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_0_RANGES_NUM 0
+#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_0_FOREACH_RANGE(fn) 
+#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_0_IRQ_NUM 0
+#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_0_IRQ_LEVEL 0
+#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_0_STATUS_okay 1
+
+/* Pin control (pinctrl-<i>, pinctrl-names) properties: */
+#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_0_PINCTRL_NUM 0
+
+/* fixed-partitions identifier: */
+#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_0_PARTITION_ID 0
+
+/* Generic property macros: */
+#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_0_P_label "mcuboot"
+#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_0_P_label_STRING_UNQUOTED mcuboot
+#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_0_P_label_STRING_TOKEN mcuboot
+#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_0_P_label_STRING_UPPER_TOKEN MCUBOOT
+#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_0_P_label_IDX_0 "mcuboot"
+#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_0_P_label_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_0_P_label_FOREACH_PROP_ELEM(fn) fn(DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_0, label, 0)
+#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_0_P_label_FOREACH_PROP_ELEM_SEP(fn, sep) fn(DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_0, label, 0)
+#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_0_P_label_FOREACH_PROP_ELEM_VARGS(fn, ...) fn(DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_0, label, 0, __VA_ARGS__)
+#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_0_P_label_FOREACH_PROP_ELEM_SEP_VARGS(fn, sep, ...) fn(DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_0, label, 0, __VA_ARGS__)
+#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_0_P_label_LEN 1
+#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_0_P_label_EXISTS 1
+#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_0_P_read_only 0
+#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_0_P_read_only_EXISTS 1
+#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_0_P_reg {0 /* 0x0 */, 49152 /* 0xc000 */}
+#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_0_P_reg_IDX_0 0
+#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_0_P_reg_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_0_P_reg_IDX_1 49152
+#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_0_P_reg_IDX_1_EXISTS 1
+#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_0_P_reg_EXISTS 1
+
+/*
+ * Devicetree node: /soc/flash-controller@4001e000/flash@0/partitions/partition@c000
+ *
+ * Node identifier: DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_c000
+ *
+ * (Descriptions have moved to the Devicetree Bindings Index
+ * in the documentation.)
+ */
+
+/* Node's full path: */
+#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_c000_PATH "/soc/flash-controller@4001e000/flash@0/partitions/partition@c000"
+
+/* Node's name with unit-address: */
+#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_c000_FULL_NAME "partition@c000"
+
+/* Node parent (/soc/flash-controller@4001e000/flash@0/partitions) identifier: */
+#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_c000_PARENT DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions
+
+/* Node's index in its parent's list of children: */
+#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_c000_CHILD_IDX 1
+
+/* Helper macros for child nodes of this node. */
+#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_c000_CHILD_NUM 0
+#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_c000_CHILD_NUM_STATUS_OKAY 0
+#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_c000_FOREACH_CHILD(fn) 
+#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_c000_FOREACH_CHILD_SEP(fn, sep) 
+#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_c000_FOREACH_CHILD_VARGS(fn, ...) 
+#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_c000_FOREACH_CHILD_SEP_VARGS(fn, sep, ...) 
+#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_c000_FOREACH_CHILD_STATUS_OKAY(fn) 
+#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_c000_FOREACH_CHILD_STATUS_OKAY_SEP(fn, sep) 
+#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_c000_FOREACH_CHILD_STATUS_OKAY_VARGS(fn, ...) 
+#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_c000_FOREACH_CHILD_STATUS_OKAY_SEP_VARGS(fn, sep, ...) 
+
+/* Node's dependency ordinal: */
+#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_c000_ORD 84
+#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_c000_ORD_STR_SORTABLE 00084
+
+/* Ordinals for what this node depends on directly: */
+#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_c000_REQUIRES_ORDS \
+	82, /* /soc/flash-controller@4001e000/flash@0/partitions */
+
+/* Ordinals for what depends directly on this node: */
+#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_c000_SUPPORTS_ORDS /* nothing */
+
+/* Existence and alternate IDs: */
+#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_c000_EXISTS 1
+#define DT_N_NODELABEL_slot0_partition DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_c000
+
+/* Macros for properties that are special in the specification: */
+#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_c000_REG_NUM 1
+#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_c000_REG_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_c000_REG_IDX_0_VAL_ADDRESS 49152 /* 0xc000 */
+#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_c000_REG_IDX_0_VAL_SIZE 204800 /* 0x32000 */
+#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_c000_RANGES_NUM 0
+#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_c000_FOREACH_RANGE(fn) 
+#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_c000_IRQ_NUM 0
+#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_c000_IRQ_LEVEL 0
+#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_c000_STATUS_okay 1
+
+/* Pin control (pinctrl-<i>, pinctrl-names) properties: */
+#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_c000_PINCTRL_NUM 0
+
+/* fixed-partitions identifier: */
+#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_c000_PARTITION_ID 1
+
+/* Generic property macros: */
+#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_c000_P_label "image-0"
+#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_c000_P_label_STRING_UNQUOTED image-0
+#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_c000_P_label_STRING_TOKEN image_0
+#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_c000_P_label_STRING_UPPER_TOKEN IMAGE_0
+#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_c000_P_label_IDX_0 "image-0"
+#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_c000_P_label_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_c000_P_label_FOREACH_PROP_ELEM(fn) fn(DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_c000, label, 0)
+#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_c000_P_label_FOREACH_PROP_ELEM_SEP(fn, sep) fn(DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_c000, label, 0)
+#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_c000_P_label_FOREACH_PROP_ELEM_VARGS(fn, ...) fn(DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_c000, label, 0, __VA_ARGS__)
+#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_c000_P_label_FOREACH_PROP_ELEM_SEP_VARGS(fn, sep, ...) fn(DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_c000, label, 0, __VA_ARGS__)
+#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_c000_P_label_LEN 1
+#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_c000_P_label_EXISTS 1
+#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_c000_P_read_only 0
+#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_c000_P_read_only_EXISTS 1
+#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_c000_P_reg {49152 /* 0xc000 */, 204800 /* 0x32000 */}
+#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_c000_P_reg_IDX_0 49152
+#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_c000_P_reg_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_c000_P_reg_IDX_1 204800
+#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_c000_P_reg_IDX_1_EXISTS 1
+#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_c000_P_reg_EXISTS 1
+
+/*
+ * Devicetree node: /soc/flash-controller@4001e000/flash@0/partitions/partition@3e000
+ *
+ * Node identifier: DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_3e000
+ *
+ * (Descriptions have moved to the Devicetree Bindings Index
+ * in the documentation.)
+ */
+
+/* Node's full path: */
+#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_3e000_PATH "/soc/flash-controller@4001e000/flash@0/partitions/partition@3e000"
+
+/* Node's name with unit-address: */
+#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_3e000_FULL_NAME "partition@3e000"
+
+/* Node parent (/soc/flash-controller@4001e000/flash@0/partitions) identifier: */
+#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_3e000_PARENT DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions
+
+/* Node's index in its parent's list of children: */
+#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_3e000_CHILD_IDX 2
+
+/* Helper macros for child nodes of this node. */
+#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_3e000_CHILD_NUM 0
+#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_3e000_CHILD_NUM_STATUS_OKAY 0
+#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_3e000_FOREACH_CHILD(fn) 
+#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_3e000_FOREACH_CHILD_SEP(fn, sep) 
+#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_3e000_FOREACH_CHILD_VARGS(fn, ...) 
+#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_3e000_FOREACH_CHILD_SEP_VARGS(fn, sep, ...) 
+#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_3e000_FOREACH_CHILD_STATUS_OKAY(fn) 
+#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_3e000_FOREACH_CHILD_STATUS_OKAY_SEP(fn, sep) 
+#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_3e000_FOREACH_CHILD_STATUS_OKAY_VARGS(fn, ...) 
+#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_3e000_FOREACH_CHILD_STATUS_OKAY_SEP_VARGS(fn, sep, ...) 
+
+/* Node's dependency ordinal: */
+#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_3e000_ORD 85
+#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_3e000_ORD_STR_SORTABLE 00085
+
+/* Ordinals for what this node depends on directly: */
+#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_3e000_REQUIRES_ORDS \
+	82, /* /soc/flash-controller@4001e000/flash@0/partitions */
+
+/* Ordinals for what depends directly on this node: */
+#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_3e000_SUPPORTS_ORDS /* nothing */
+
+/* Existence and alternate IDs: */
+#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_3e000_EXISTS 1
+#define DT_N_NODELABEL_slot1_partition DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_3e000
+
+/* Macros for properties that are special in the specification: */
+#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_3e000_REG_NUM 1
+#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_3e000_REG_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_3e000_REG_IDX_0_VAL_ADDRESS 253952 /* 0x3e000 */
+#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_3e000_REG_IDX_0_VAL_SIZE 204800 /* 0x32000 */
+#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_3e000_RANGES_NUM 0
+#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_3e000_FOREACH_RANGE(fn) 
+#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_3e000_IRQ_NUM 0
+#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_3e000_IRQ_LEVEL 0
+#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_3e000_STATUS_okay 1
+
+/* Pin control (pinctrl-<i>, pinctrl-names) properties: */
+#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_3e000_PINCTRL_NUM 0
+
+/* fixed-partitions identifier: */
+#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_3e000_PARTITION_ID 2
+
+/* Generic property macros: */
+#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_3e000_P_label "image-1"
+#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_3e000_P_label_STRING_UNQUOTED image-1
+#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_3e000_P_label_STRING_TOKEN image_1
+#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_3e000_P_label_STRING_UPPER_TOKEN IMAGE_1
+#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_3e000_P_label_IDX_0 "image-1"
+#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_3e000_P_label_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_3e000_P_label_FOREACH_PROP_ELEM(fn) fn(DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_3e000, label, 0)
+#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_3e000_P_label_FOREACH_PROP_ELEM_SEP(fn, sep) fn(DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_3e000, label, 0)
+#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_3e000_P_label_FOREACH_PROP_ELEM_VARGS(fn, ...) fn(DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_3e000, label, 0, __VA_ARGS__)
+#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_3e000_P_label_FOREACH_PROP_ELEM_SEP_VARGS(fn, sep, ...) fn(DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_3e000, label, 0, __VA_ARGS__)
+#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_3e000_P_label_LEN 1
+#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_3e000_P_label_EXISTS 1
+#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_3e000_P_read_only 0
+#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_3e000_P_read_only_EXISTS 1
+#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_3e000_P_reg {253952 /* 0x3e000 */, 204800 /* 0x32000 */}
+#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_3e000_P_reg_IDX_0 253952
+#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_3e000_P_reg_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_3e000_P_reg_IDX_1 204800
+#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_3e000_P_reg_IDX_1_EXISTS 1
+#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_3e000_P_reg_EXISTS 1
+
+/*
+ * Devicetree node: /soc/flash-controller@4001e000/flash@0/partitions/partition@70000
+ *
+ * Node identifier: DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_70000
+ *
+ * (Descriptions have moved to the Devicetree Bindings Index
+ * in the documentation.)
+ */
+
+/* Node's full path: */
+#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_70000_PATH "/soc/flash-controller@4001e000/flash@0/partitions/partition@70000"
+
+/* Node's name with unit-address: */
+#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_70000_FULL_NAME "partition@70000"
+
+/* Node parent (/soc/flash-controller@4001e000/flash@0/partitions) identifier: */
+#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_70000_PARENT DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions
+
+/* Node's index in its parent's list of children: */
+#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_70000_CHILD_IDX 3
+
+/* Helper macros for child nodes of this node. */
+#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_70000_CHILD_NUM 0
+#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_70000_CHILD_NUM_STATUS_OKAY 0
+#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_70000_FOREACH_CHILD(fn) 
+#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_70000_FOREACH_CHILD_SEP(fn, sep) 
+#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_70000_FOREACH_CHILD_VARGS(fn, ...) 
+#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_70000_FOREACH_CHILD_SEP_VARGS(fn, sep, ...) 
+#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_70000_FOREACH_CHILD_STATUS_OKAY(fn) 
+#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_70000_FOREACH_CHILD_STATUS_OKAY_SEP(fn, sep) 
+#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_70000_FOREACH_CHILD_STATUS_OKAY_VARGS(fn, ...) 
+#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_70000_FOREACH_CHILD_STATUS_OKAY_SEP_VARGS(fn, sep, ...) 
+
+/* Node's dependency ordinal: */
+#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_70000_ORD 86
+#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_70000_ORD_STR_SORTABLE 00086
+
+/* Ordinals for what this node depends on directly: */
+#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_70000_REQUIRES_ORDS \
+	82, /* /soc/flash-controller@4001e000/flash@0/partitions */
+
+/* Ordinals for what depends directly on this node: */
+#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_70000_SUPPORTS_ORDS /* nothing */
+
+/* Existence and alternate IDs: */
+#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_70000_EXISTS 1
+#define DT_N_NODELABEL_scratch_partition DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_70000
+
+/* Macros for properties that are special in the specification: */
+#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_70000_REG_NUM 1
+#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_70000_REG_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_70000_REG_IDX_0_VAL_ADDRESS 458752 /* 0x70000 */
+#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_70000_REG_IDX_0_VAL_SIZE 40960 /* 0xa000 */
+#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_70000_RANGES_NUM 0
+#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_70000_FOREACH_RANGE(fn) 
+#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_70000_IRQ_NUM 0
+#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_70000_IRQ_LEVEL 0
+#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_70000_STATUS_okay 1
+
+/* Pin control (pinctrl-<i>, pinctrl-names) properties: */
+#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_70000_PINCTRL_NUM 0
+
+/* fixed-partitions identifier: */
+#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_70000_PARTITION_ID 3
+
+/* Generic property macros: */
+#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_70000_P_label "image-scratch"
+#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_70000_P_label_STRING_UNQUOTED image-scratch
+#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_70000_P_label_STRING_TOKEN image_scratch
+#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_70000_P_label_STRING_UPPER_TOKEN IMAGE_SCRATCH
+#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_70000_P_label_IDX_0 "image-scratch"
+#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_70000_P_label_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_70000_P_label_FOREACH_PROP_ELEM(fn) fn(DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_70000, label, 0)
+#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_70000_P_label_FOREACH_PROP_ELEM_SEP(fn, sep) fn(DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_70000, label, 0)
+#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_70000_P_label_FOREACH_PROP_ELEM_VARGS(fn, ...) fn(DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_70000, label, 0, __VA_ARGS__)
+#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_70000_P_label_FOREACH_PROP_ELEM_SEP_VARGS(fn, sep, ...) fn(DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_70000, label, 0, __VA_ARGS__)
+#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_70000_P_label_LEN 1
+#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_70000_P_label_EXISTS 1
+#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_70000_P_read_only 0
+#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_70000_P_read_only_EXISTS 1
+#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_70000_P_reg {458752 /* 0x70000 */, 40960 /* 0xa000 */}
+#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_70000_P_reg_IDX_0 458752
+#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_70000_P_reg_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_70000_P_reg_IDX_1 40960
+#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_70000_P_reg_IDX_1_EXISTS 1
+#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_70000_P_reg_EXISTS 1
+
+/*
+ * Devicetree node: /soc/flash-controller@4001e000/flash@0/partitions/partition@7a000
+ *
+ * Node identifier: DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_7a000
+ *
+ * (Descriptions have moved to the Devicetree Bindings Index
+ * in the documentation.)
+ */
+
+/* Node's full path: */
+#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_7a000_PATH "/soc/flash-controller@4001e000/flash@0/partitions/partition@7a000"
+
+/* Node's name with unit-address: */
+#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_7a000_FULL_NAME "partition@7a000"
+
+/* Node parent (/soc/flash-controller@4001e000/flash@0/partitions) identifier: */
+#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_7a000_PARENT DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions
+
+/* Node's index in its parent's list of children: */
+#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_7a000_CHILD_IDX 4
+
+/* Helper macros for child nodes of this node. */
+#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_7a000_CHILD_NUM 0
+#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_7a000_CHILD_NUM_STATUS_OKAY 0
+#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_7a000_FOREACH_CHILD(fn) 
+#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_7a000_FOREACH_CHILD_SEP(fn, sep) 
+#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_7a000_FOREACH_CHILD_VARGS(fn, ...) 
+#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_7a000_FOREACH_CHILD_SEP_VARGS(fn, sep, ...) 
+#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_7a000_FOREACH_CHILD_STATUS_OKAY(fn) 
+#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_7a000_FOREACH_CHILD_STATUS_OKAY_SEP(fn, sep) 
+#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_7a000_FOREACH_CHILD_STATUS_OKAY_VARGS(fn, ...) 
+#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_7a000_FOREACH_CHILD_STATUS_OKAY_SEP_VARGS(fn, sep, ...) 
+
+/* Node's dependency ordinal: */
+#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_7a000_ORD 87
+#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_7a000_ORD_STR_SORTABLE 00087
+
+/* Ordinals for what this node depends on directly: */
+#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_7a000_REQUIRES_ORDS \
+	82, /* /soc/flash-controller@4001e000/flash@0/partitions */
+
+/* Ordinals for what depends directly on this node: */
+#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_7a000_SUPPORTS_ORDS /* nothing */
+
+/* Existence and alternate IDs: */
+#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_7a000_EXISTS 1
+#define DT_N_NODELABEL_storage_partition DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_7a000
+
+/* Macros for properties that are special in the specification: */
+#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_7a000_REG_NUM 1
+#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_7a000_REG_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_7a000_REG_IDX_0_VAL_ADDRESS 499712 /* 0x7a000 */
+#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_7a000_REG_IDX_0_VAL_SIZE 24576 /* 0x6000 */
+#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_7a000_RANGES_NUM 0
+#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_7a000_FOREACH_RANGE(fn) 
+#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_7a000_IRQ_NUM 0
+#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_7a000_IRQ_LEVEL 0
+#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_7a000_STATUS_okay 1
+
+/* Pin control (pinctrl-<i>, pinctrl-names) properties: */
+#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_7a000_PINCTRL_NUM 0
+
+/* fixed-partitions identifier: */
+#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_7a000_PARTITION_ID 4
+
+/* Generic property macros: */
+#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_7a000_P_label "storage"
+#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_7a000_P_label_STRING_UNQUOTED storage
+#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_7a000_P_label_STRING_TOKEN storage
+#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_7a000_P_label_STRING_UPPER_TOKEN STORAGE
+#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_7a000_P_label_IDX_0 "storage"
+#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_7a000_P_label_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_7a000_P_label_FOREACH_PROP_ELEM(fn) fn(DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_7a000, label, 0)
+#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_7a000_P_label_FOREACH_PROP_ELEM_SEP(fn, sep) fn(DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_7a000, label, 0)
+#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_7a000_P_label_FOREACH_PROP_ELEM_VARGS(fn, ...) fn(DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_7a000, label, 0, __VA_ARGS__)
+#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_7a000_P_label_FOREACH_PROP_ELEM_SEP_VARGS(fn, sep, ...) fn(DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_7a000, label, 0, __VA_ARGS__)
+#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_7a000_P_label_LEN 1
+#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_7a000_P_label_EXISTS 1
+#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_7a000_P_read_only 0
+#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_7a000_P_read_only_EXISTS 1
+#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_7a000_P_reg {499712 /* 0x7a000 */, 24576 /* 0x6000 */}
+#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_7a000_P_reg_IDX_0 499712
+#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_7a000_P_reg_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_7a000_P_reg_IDX_1 24576
+#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_7a000_P_reg_IDX_1_EXISTS 1
+#define DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_7a000_P_reg_EXISTS 1
+
+/*
+ * Devicetree node: /soc/i2c@40003000
+ *
+ * Node identifier: DT_N_S_soc_S_i2c_40003000
+ *
+ * Binding (compatible = nordic,nrf-twim):
+ *   $ZEPHYR_BASE/dts/bindings/i2c/nordic,nrf-twim.yaml
+ *
+ * (Descriptions have moved to the Devicetree Bindings Index
+ * in the documentation.)
+ */
+
+/* Node's full path: */
+#define DT_N_S_soc_S_i2c_40003000_PATH "/soc/i2c@40003000"
+
+/* Node's name with unit-address: */
+#define DT_N_S_soc_S_i2c_40003000_FULL_NAME "i2c@40003000"
+
+/* Node parent (/soc) identifier: */
+#define DT_N_S_soc_S_i2c_40003000_PARENT DT_N_S_soc
+
+/* Node's index in its parent's list of children: */
+#define DT_N_S_soc_S_i2c_40003000_CHILD_IDX 9
+
+/* Helper macros for child nodes of this node. */
+#define DT_N_S_soc_S_i2c_40003000_CHILD_NUM 2
+#define DT_N_S_soc_S_i2c_40003000_CHILD_NUM_STATUS_OKAY 2
+#define DT_N_S_soc_S_i2c_40003000_FOREACH_CHILD(fn) fn(DT_N_S_soc_S_i2c_40003000_S_lsm303agr_magn_1e) fn(DT_N_S_soc_S_i2c_40003000_S_lsm303agr_accel_19)
+#define DT_N_S_soc_S_i2c_40003000_FOREACH_CHILD_SEP(fn, sep) fn(DT_N_S_soc_S_i2c_40003000_S_lsm303agr_magn_1e) DT_DEBRACKET_INTERNAL sep fn(DT_N_S_soc_S_i2c_40003000_S_lsm303agr_accel_19)
+#define DT_N_S_soc_S_i2c_40003000_FOREACH_CHILD_VARGS(fn, ...) fn(DT_N_S_soc_S_i2c_40003000_S_lsm303agr_magn_1e, __VA_ARGS__) fn(DT_N_S_soc_S_i2c_40003000_S_lsm303agr_accel_19, __VA_ARGS__)
+#define DT_N_S_soc_S_i2c_40003000_FOREACH_CHILD_SEP_VARGS(fn, sep, ...) fn(DT_N_S_soc_S_i2c_40003000_S_lsm303agr_magn_1e, __VA_ARGS__) DT_DEBRACKET_INTERNAL sep fn(DT_N_S_soc_S_i2c_40003000_S_lsm303agr_accel_19, __VA_ARGS__)
+#define DT_N_S_soc_S_i2c_40003000_FOREACH_CHILD_STATUS_OKAY(fn) fn(DT_N_S_soc_S_i2c_40003000_S_lsm303agr_magn_1e) fn(DT_N_S_soc_S_i2c_40003000_S_lsm303agr_accel_19)
+#define DT_N_S_soc_S_i2c_40003000_FOREACH_CHILD_STATUS_OKAY_SEP(fn, sep) fn(DT_N_S_soc_S_i2c_40003000_S_lsm303agr_magn_1e) DT_DEBRACKET_INTERNAL sep fn(DT_N_S_soc_S_i2c_40003000_S_lsm303agr_accel_19)
+#define DT_N_S_soc_S_i2c_40003000_FOREACH_CHILD_STATUS_OKAY_VARGS(fn, ...) fn(DT_N_S_soc_S_i2c_40003000_S_lsm303agr_magn_1e, __VA_ARGS__) fn(DT_N_S_soc_S_i2c_40003000_S_lsm303agr_accel_19, __VA_ARGS__)
+#define DT_N_S_soc_S_i2c_40003000_FOREACH_CHILD_STATUS_OKAY_SEP_VARGS(fn, sep, ...) fn(DT_N_S_soc_S_i2c_40003000_S_lsm303agr_magn_1e, __VA_ARGS__) DT_DEBRACKET_INTERNAL sep fn(DT_N_S_soc_S_i2c_40003000_S_lsm303agr_accel_19, __VA_ARGS__)
+
+/* Node's dependency ordinal: */
+#define DT_N_S_soc_S_i2c_40003000_ORD 88
+#define DT_N_S_soc_S_i2c_40003000_ORD_STR_SORTABLE 00088
+
+/* Ordinals for what this node depends on directly: */
+#define DT_N_S_soc_S_i2c_40003000_REQUIRES_ORDS \
+	5, /* /soc */ \
+	6, /* /soc/interrupt-controller@e000e100 */ \
+	22, /* /pin-controller/i2c0_default */ \
+	24, /* /pin-controller/i2c0_sleep */
+
+/* Ordinals for what depends directly on this node: */
+#define DT_N_S_soc_S_i2c_40003000_SUPPORTS_ORDS \
+	89, /* /soc/i2c@40003000/lsm303agr-accel@19 */ \
+	90, /* /soc/i2c@40003000/lsm303agr-magn@1e */
+
+/* Existence and alternate IDs: */
+#define DT_N_S_soc_S_i2c_40003000_EXISTS 1
+#define DT_N_INST_0_nordic_nrf_twim DT_N_S_soc_S_i2c_40003000
+#define DT_N_NODELABEL_i2c0         DT_N_S_soc_S_i2c_40003000
+
+/* Macros for properties that are special in the specification: */
+#define DT_N_S_soc_S_i2c_40003000_REG_NUM 1
+#define DT_N_S_soc_S_i2c_40003000_REG_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_i2c_40003000_REG_IDX_0_VAL_ADDRESS 1073754112 /* 0x40003000 */
+#define DT_N_S_soc_S_i2c_40003000_REG_IDX_0_VAL_SIZE 4096 /* 0x1000 */
+#define DT_N_S_soc_S_i2c_40003000_RANGES_NUM 0
+#define DT_N_S_soc_S_i2c_40003000_FOREACH_RANGE(fn) 
+#define DT_N_S_soc_S_i2c_40003000_IRQ_NUM 1
+#define DT_N_S_soc_S_i2c_40003000_IRQ_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_i2c_40003000_IRQ_IDX_0_VAL_irq 3
+#define DT_N_S_soc_S_i2c_40003000_IRQ_IDX_0_VAL_irq_EXISTS 1
+#define DT_N_S_soc_S_i2c_40003000_IRQ_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_i2c_40003000_IRQ_IDX_0_VAL_priority 1
+#define DT_N_S_soc_S_i2c_40003000_IRQ_IDX_0_VAL_priority_EXISTS 1
+#define DT_N_S_soc_S_i2c_40003000_IRQ_IDX_0_CONTROLLER DT_N_S_soc_S_interrupt_controller_e000e100
+#define DT_N_S_soc_S_i2c_40003000_IRQ_LEVEL 1
+#define DT_N_S_soc_S_i2c_40003000_COMPAT_MATCHES_nordic_nrf_twim 1
+#define DT_N_S_soc_S_i2c_40003000_COMPAT_VENDOR_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_i2c_40003000_COMPAT_VENDOR_IDX_0 "Nordic Semiconductor"
+#define DT_N_S_soc_S_i2c_40003000_COMPAT_MODEL_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_i2c_40003000_COMPAT_MODEL_IDX_0 "nrf-twim"
+#define DT_N_S_soc_S_i2c_40003000_STATUS_okay 1
+
+/* Pin control (pinctrl-<i>, pinctrl-names) properties: */
+#define DT_N_S_soc_S_i2c_40003000_PINCTRL_NUM 2
+#define DT_N_S_soc_S_i2c_40003000_PINCTRL_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_i2c_40003000_PINCTRL_IDX_0_TOKEN default
+#define DT_N_S_soc_S_i2c_40003000_PINCTRL_IDX_0_UPPER_TOKEN DEFAULT
+#define DT_N_S_soc_S_i2c_40003000_PINCTRL_NAME_default_EXISTS 1
+#define DT_N_S_soc_S_i2c_40003000_PINCTRL_NAME_default_IDX 0
+#define DT_N_S_soc_S_i2c_40003000_PINCTRL_NAME_default_IDX_0_PH DT_N_S_pin_controller_S_i2c0_default
+#define DT_N_S_soc_S_i2c_40003000_PINCTRL_IDX_1_EXISTS 1
+#define DT_N_S_soc_S_i2c_40003000_PINCTRL_IDX_1_TOKEN sleep
+#define DT_N_S_soc_S_i2c_40003000_PINCTRL_IDX_1_UPPER_TOKEN SLEEP
+#define DT_N_S_soc_S_i2c_40003000_PINCTRL_NAME_sleep_EXISTS 1
+#define DT_N_S_soc_S_i2c_40003000_PINCTRL_NAME_sleep_IDX 1
+#define DT_N_S_soc_S_i2c_40003000_PINCTRL_NAME_sleep_IDX_0_PH DT_N_S_pin_controller_S_i2c0_sleep
+
+/* Generic property macros: */
+#define DT_N_S_soc_S_i2c_40003000_P_wakeup_source 0
+#define DT_N_S_soc_S_i2c_40003000_P_wakeup_source_EXISTS 1
+#define DT_N_S_soc_S_i2c_40003000_P_zephyr_pm_device_runtime_auto 0
+#define DT_N_S_soc_S_i2c_40003000_P_zephyr_pm_device_runtime_auto_EXISTS 1
+#define DT_N_S_soc_S_i2c_40003000_P_status "okay"
+#define DT_N_S_soc_S_i2c_40003000_P_status_STRING_UNQUOTED okay
+#define DT_N_S_soc_S_i2c_40003000_P_status_STRING_TOKEN okay
+#define DT_N_S_soc_S_i2c_40003000_P_status_STRING_UPPER_TOKEN OKAY
+#define DT_N_S_soc_S_i2c_40003000_P_status_IDX_0 "okay"
+#define DT_N_S_soc_S_i2c_40003000_P_status_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_i2c_40003000_P_status_ENUM_IDX 1
+#define DT_N_S_soc_S_i2c_40003000_P_status_ENUM_VAL_okay_EXISTS 1
+#define DT_N_S_soc_S_i2c_40003000_P_status_ENUM_TOKEN okay
+#define DT_N_S_soc_S_i2c_40003000_P_status_ENUM_UPPER_TOKEN OKAY
+#define DT_N_S_soc_S_i2c_40003000_P_status_FOREACH_PROP_ELEM(fn) fn(DT_N_S_soc_S_i2c_40003000, status, 0)
+#define DT_N_S_soc_S_i2c_40003000_P_status_FOREACH_PROP_ELEM_SEP(fn, sep) fn(DT_N_S_soc_S_i2c_40003000, status, 0)
+#define DT_N_S_soc_S_i2c_40003000_P_status_FOREACH_PROP_ELEM_VARGS(fn, ...) fn(DT_N_S_soc_S_i2c_40003000, status, 0, __VA_ARGS__)
+#define DT_N_S_soc_S_i2c_40003000_P_status_FOREACH_PROP_ELEM_SEP_VARGS(fn, sep, ...) fn(DT_N_S_soc_S_i2c_40003000, status, 0, __VA_ARGS__)
+#define DT_N_S_soc_S_i2c_40003000_P_status_LEN 1
+#define DT_N_S_soc_S_i2c_40003000_P_status_EXISTS 1
+#define DT_N_S_soc_S_i2c_40003000_P_compatible {"nordic,nrf-twim"}
+#define DT_N_S_soc_S_i2c_40003000_P_compatible_IDX_0 "nordic,nrf-twim"
+#define DT_N_S_soc_S_i2c_40003000_P_compatible_IDX_0_STRING_UNQUOTED nordic,nrf-twim
+#define DT_N_S_soc_S_i2c_40003000_P_compatible_IDX_0_STRING_TOKEN nordic_nrf_twim
+#define DT_N_S_soc_S_i2c_40003000_P_compatible_IDX_0_STRING_UPPER_TOKEN NORDIC_NRF_TWIM
+#define DT_N_S_soc_S_i2c_40003000_P_compatible_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_i2c_40003000_P_compatible_FOREACH_PROP_ELEM(fn) fn(DT_N_S_soc_S_i2c_40003000, compatible, 0)
+#define DT_N_S_soc_S_i2c_40003000_P_compatible_FOREACH_PROP_ELEM_SEP(fn, sep) fn(DT_N_S_soc_S_i2c_40003000, compatible, 0)
+#define DT_N_S_soc_S_i2c_40003000_P_compatible_FOREACH_PROP_ELEM_VARGS(fn, ...) fn(DT_N_S_soc_S_i2c_40003000, compatible, 0, __VA_ARGS__)
+#define DT_N_S_soc_S_i2c_40003000_P_compatible_FOREACH_PROP_ELEM_SEP_VARGS(fn, sep, ...) fn(DT_N_S_soc_S_i2c_40003000, compatible, 0, __VA_ARGS__)
+#define DT_N_S_soc_S_i2c_40003000_P_compatible_LEN 1
+#define DT_N_S_soc_S_i2c_40003000_P_compatible_EXISTS 1
+#define DT_N_S_soc_S_i2c_40003000_P_reg {1073754112 /* 0x40003000 */, 4096 /* 0x1000 */}
+#define DT_N_S_soc_S_i2c_40003000_P_reg_IDX_0 1073754112
+#define DT_N_S_soc_S_i2c_40003000_P_reg_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_i2c_40003000_P_reg_IDX_1 4096
+#define DT_N_S_soc_S_i2c_40003000_P_reg_IDX_1_EXISTS 1
+#define DT_N_S_soc_S_i2c_40003000_P_reg_EXISTS 1
+#define DT_N_S_soc_S_i2c_40003000_P_interrupts {3 /* 0x3 */, 1 /* 0x1 */}
+#define DT_N_S_soc_S_i2c_40003000_P_interrupts_IDX_0 3
+#define DT_N_S_soc_S_i2c_40003000_P_interrupts_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_i2c_40003000_P_interrupts_IDX_1 1
+#define DT_N_S_soc_S_i2c_40003000_P_interrupts_IDX_1_EXISTS 1
+#define DT_N_S_soc_S_i2c_40003000_P_interrupts_EXISTS 1
+#define DT_N_S_soc_S_i2c_40003000_P_zephyr_deferred_init 0
+#define DT_N_S_soc_S_i2c_40003000_P_zephyr_deferred_init_EXISTS 1
+#define DT_N_S_soc_S_i2c_40003000_P_clock_frequency 400000
+#define DT_N_S_soc_S_i2c_40003000_P_clock_frequency_EXISTS 1
+#define DT_N_S_soc_S_i2c_40003000_P_sq_size 4
+#define DT_N_S_soc_S_i2c_40003000_P_sq_size_EXISTS 1
+#define DT_N_S_soc_S_i2c_40003000_P_cq_size 4
+#define DT_N_S_soc_S_i2c_40003000_P_cq_size_EXISTS 1
+#define DT_N_S_soc_S_i2c_40003000_P_pinctrl_0_IDX_0 DT_N_S_pin_controller_S_i2c0_default
+#define DT_N_S_soc_S_i2c_40003000_P_pinctrl_0_IDX_0_PH DT_N_S_pin_controller_S_i2c0_default
+#define DT_N_S_soc_S_i2c_40003000_P_pinctrl_0_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_i2c_40003000_P_pinctrl_0_FOREACH_PROP_ELEM(fn) fn(DT_N_S_soc_S_i2c_40003000, pinctrl_0, 0)
+#define DT_N_S_soc_S_i2c_40003000_P_pinctrl_0_FOREACH_PROP_ELEM_SEP(fn, sep) fn(DT_N_S_soc_S_i2c_40003000, pinctrl_0, 0)
+#define DT_N_S_soc_S_i2c_40003000_P_pinctrl_0_FOREACH_PROP_ELEM_VARGS(fn, ...) fn(DT_N_S_soc_S_i2c_40003000, pinctrl_0, 0, __VA_ARGS__)
+#define DT_N_S_soc_S_i2c_40003000_P_pinctrl_0_FOREACH_PROP_ELEM_SEP_VARGS(fn, sep, ...) fn(DT_N_S_soc_S_i2c_40003000, pinctrl_0, 0, __VA_ARGS__)
+#define DT_N_S_soc_S_i2c_40003000_P_pinctrl_0_LEN 1
+#define DT_N_S_soc_S_i2c_40003000_P_pinctrl_0_EXISTS 1
+#define DT_N_S_soc_S_i2c_40003000_P_pinctrl_1_IDX_0 DT_N_S_pin_controller_S_i2c0_sleep
+#define DT_N_S_soc_S_i2c_40003000_P_pinctrl_1_IDX_0_PH DT_N_S_pin_controller_S_i2c0_sleep
+#define DT_N_S_soc_S_i2c_40003000_P_pinctrl_1_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_i2c_40003000_P_pinctrl_1_FOREACH_PROP_ELEM(fn) fn(DT_N_S_soc_S_i2c_40003000, pinctrl_1, 0)
+#define DT_N_S_soc_S_i2c_40003000_P_pinctrl_1_FOREACH_PROP_ELEM_SEP(fn, sep) fn(DT_N_S_soc_S_i2c_40003000, pinctrl_1, 0)
+#define DT_N_S_soc_S_i2c_40003000_P_pinctrl_1_FOREACH_PROP_ELEM_VARGS(fn, ...) fn(DT_N_S_soc_S_i2c_40003000, pinctrl_1, 0, __VA_ARGS__)
+#define DT_N_S_soc_S_i2c_40003000_P_pinctrl_1_FOREACH_PROP_ELEM_SEP_VARGS(fn, sep, ...) fn(DT_N_S_soc_S_i2c_40003000, pinctrl_1, 0, __VA_ARGS__)
+#define DT_N_S_soc_S_i2c_40003000_P_pinctrl_1_LEN 1
+#define DT_N_S_soc_S_i2c_40003000_P_pinctrl_1_EXISTS 1
+#define DT_N_S_soc_S_i2c_40003000_P_pinctrl_names {"default", "sleep"}
+#define DT_N_S_soc_S_i2c_40003000_P_pinctrl_names_IDX_0 "default"
+#define DT_N_S_soc_S_i2c_40003000_P_pinctrl_names_IDX_0_STRING_UNQUOTED default
+#define DT_N_S_soc_S_i2c_40003000_P_pinctrl_names_IDX_0_STRING_TOKEN default
+#define DT_N_S_soc_S_i2c_40003000_P_pinctrl_names_IDX_0_STRING_UPPER_TOKEN DEFAULT
+#define DT_N_S_soc_S_i2c_40003000_P_pinctrl_names_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_i2c_40003000_P_pinctrl_names_IDX_1 "sleep"
+#define DT_N_S_soc_S_i2c_40003000_P_pinctrl_names_IDX_1_STRING_UNQUOTED sleep
+#define DT_N_S_soc_S_i2c_40003000_P_pinctrl_names_IDX_1_STRING_TOKEN sleep
+#define DT_N_S_soc_S_i2c_40003000_P_pinctrl_names_IDX_1_STRING_UPPER_TOKEN SLEEP
+#define DT_N_S_soc_S_i2c_40003000_P_pinctrl_names_IDX_1_EXISTS 1
+#define DT_N_S_soc_S_i2c_40003000_P_pinctrl_names_FOREACH_PROP_ELEM(fn) fn(DT_N_S_soc_S_i2c_40003000, pinctrl_names, 0) \
+	fn(DT_N_S_soc_S_i2c_40003000, pinctrl_names, 1)
+#define DT_N_S_soc_S_i2c_40003000_P_pinctrl_names_FOREACH_PROP_ELEM_SEP(fn, sep) fn(DT_N_S_soc_S_i2c_40003000, pinctrl_names, 0) DT_DEBRACKET_INTERNAL sep \
+	fn(DT_N_S_soc_S_i2c_40003000, pinctrl_names, 1)
+#define DT_N_S_soc_S_i2c_40003000_P_pinctrl_names_FOREACH_PROP_ELEM_VARGS(fn, ...) fn(DT_N_S_soc_S_i2c_40003000, pinctrl_names, 0, __VA_ARGS__) \
+	fn(DT_N_S_soc_S_i2c_40003000, pinctrl_names, 1, __VA_ARGS__)
+#define DT_N_S_soc_S_i2c_40003000_P_pinctrl_names_FOREACH_PROP_ELEM_SEP_VARGS(fn, sep, ...) fn(DT_N_S_soc_S_i2c_40003000, pinctrl_names, 0, __VA_ARGS__) DT_DEBRACKET_INTERNAL sep \
+	fn(DT_N_S_soc_S_i2c_40003000, pinctrl_names, 1, __VA_ARGS__)
+#define DT_N_S_soc_S_i2c_40003000_P_pinctrl_names_LEN 2
+#define DT_N_S_soc_S_i2c_40003000_P_pinctrl_names_EXISTS 1
+#define DT_N_S_soc_S_i2c_40003000_P_easydma_maxcnt_bits 16
+#define DT_N_S_soc_S_i2c_40003000_P_easydma_maxcnt_bits_EXISTS 1
+#define DT_N_S_soc_S_i2c_40003000_P_zephyr_concat_buf_size 16
+#define DT_N_S_soc_S_i2c_40003000_P_zephyr_concat_buf_size_EXISTS 1
+#define DT_N_S_soc_S_i2c_40003000_P_zephyr_flash_buf_max_size 16
+#define DT_N_S_soc_S_i2c_40003000_P_zephyr_flash_buf_max_size_EXISTS 1
+
+/*
+ * Devicetree node: /soc/i2c@40003000/lsm303agr-accel@19
+ *
+ * Node identifier: DT_N_S_soc_S_i2c_40003000_S_lsm303agr_accel_19
+ *
+ * Binding (compatible = st,lis2dh):
+ *   $ZEPHYR_BASE/dts/bindings/sensor/st,lis2dh-i2c.yaml
+ *
+ * (Descriptions have moved to the Devicetree Bindings Index
+ * in the documentation.)
+ */
+
+/* Node's full path: */
+#define DT_N_S_soc_S_i2c_40003000_S_lsm303agr_accel_19_PATH "/soc/i2c@40003000/lsm303agr-accel@19"
+
+/* Node's name with unit-address: */
+#define DT_N_S_soc_S_i2c_40003000_S_lsm303agr_accel_19_FULL_NAME "lsm303agr-accel@19"
+
+/* Node parent (/soc/i2c@40003000) identifier: */
+#define DT_N_S_soc_S_i2c_40003000_S_lsm303agr_accel_19_PARENT DT_N_S_soc_S_i2c_40003000
+
+/* Node's index in its parent's list of children: */
+#define DT_N_S_soc_S_i2c_40003000_S_lsm303agr_accel_19_CHILD_IDX 1
+
+/* Helper macros for child nodes of this node. */
+#define DT_N_S_soc_S_i2c_40003000_S_lsm303agr_accel_19_CHILD_NUM 0
+#define DT_N_S_soc_S_i2c_40003000_S_lsm303agr_accel_19_CHILD_NUM_STATUS_OKAY 0
+#define DT_N_S_soc_S_i2c_40003000_S_lsm303agr_accel_19_FOREACH_CHILD(fn) 
+#define DT_N_S_soc_S_i2c_40003000_S_lsm303agr_accel_19_FOREACH_CHILD_SEP(fn, sep) 
+#define DT_N_S_soc_S_i2c_40003000_S_lsm303agr_accel_19_FOREACH_CHILD_VARGS(fn, ...) 
+#define DT_N_S_soc_S_i2c_40003000_S_lsm303agr_accel_19_FOREACH_CHILD_SEP_VARGS(fn, sep, ...) 
+#define DT_N_S_soc_S_i2c_40003000_S_lsm303agr_accel_19_FOREACH_CHILD_STATUS_OKAY(fn) 
+#define DT_N_S_soc_S_i2c_40003000_S_lsm303agr_accel_19_FOREACH_CHILD_STATUS_OKAY_SEP(fn, sep) 
+#define DT_N_S_soc_S_i2c_40003000_S_lsm303agr_accel_19_FOREACH_CHILD_STATUS_OKAY_VARGS(fn, ...) 
+#define DT_N_S_soc_S_i2c_40003000_S_lsm303agr_accel_19_FOREACH_CHILD_STATUS_OKAY_SEP_VARGS(fn, sep, ...) 
+
+/* Node's dependency ordinal: */
+#define DT_N_S_soc_S_i2c_40003000_S_lsm303agr_accel_19_ORD 89
+#define DT_N_S_soc_S_i2c_40003000_S_lsm303agr_accel_19_ORD_STR_SORTABLE 00089
+
+/* Ordinals for what this node depends on directly: */
+#define DT_N_S_soc_S_i2c_40003000_S_lsm303agr_accel_19_REQUIRES_ORDS \
+	8, /* /soc/gpio@50000000 */ \
+	88, /* /soc/i2c@40003000 */
+
+/* Ordinals for what depends directly on this node: */
+#define DT_N_S_soc_S_i2c_40003000_S_lsm303agr_accel_19_SUPPORTS_ORDS /* nothing */
+
+/* Existence and alternate IDs: */
+#define DT_N_S_soc_S_i2c_40003000_S_lsm303agr_accel_19_EXISTS 1
+#define DT_N_ALIAS_accel0              DT_N_S_soc_S_i2c_40003000_S_lsm303agr_accel_19
+#define DT_N_INST_0_st_lis2dh          DT_N_S_soc_S_i2c_40003000_S_lsm303agr_accel_19
+#define DT_N_INST_0_st_lsm303agr_accel DT_N_S_soc_S_i2c_40003000_S_lsm303agr_accel_19
+#define DT_N_NODELABEL_lsm303agr_accel DT_N_S_soc_S_i2c_40003000_S_lsm303agr_accel_19
+
+/* Bus info (controller: '/soc/i2c@40003000', type: '['i2c']') */
+#define DT_N_S_soc_S_i2c_40003000_S_lsm303agr_accel_19_BUS_i2c 1
+#define DT_N_S_soc_S_i2c_40003000_S_lsm303agr_accel_19_BUS DT_N_S_soc_S_i2c_40003000
+
+/* Macros for properties that are special in the specification: */
+#define DT_N_S_soc_S_i2c_40003000_S_lsm303agr_accel_19_REG_NUM 1
+#define DT_N_S_soc_S_i2c_40003000_S_lsm303agr_accel_19_REG_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_i2c_40003000_S_lsm303agr_accel_19_REG_IDX_0_VAL_ADDRESS 25 /* 0x19 */
+#define DT_N_S_soc_S_i2c_40003000_S_lsm303agr_accel_19_RANGES_NUM 0
+#define DT_N_S_soc_S_i2c_40003000_S_lsm303agr_accel_19_FOREACH_RANGE(fn) 
+#define DT_N_S_soc_S_i2c_40003000_S_lsm303agr_accel_19_IRQ_NUM 0
+#define DT_N_S_soc_S_i2c_40003000_S_lsm303agr_accel_19_IRQ_LEVEL 0
+#define DT_N_S_soc_S_i2c_40003000_S_lsm303agr_accel_19_COMPAT_MATCHES_st_lis2dh 1
+#define DT_N_S_soc_S_i2c_40003000_S_lsm303agr_accel_19_COMPAT_VENDOR_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_i2c_40003000_S_lsm303agr_accel_19_COMPAT_VENDOR_IDX_0 "STMicroelectronics"
+#define DT_N_S_soc_S_i2c_40003000_S_lsm303agr_accel_19_COMPAT_MODEL_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_i2c_40003000_S_lsm303agr_accel_19_COMPAT_MODEL_IDX_0 "lis2dh"
+#define DT_N_S_soc_S_i2c_40003000_S_lsm303agr_accel_19_COMPAT_MATCHES_st_lsm303agr_accel 1
+#define DT_N_S_soc_S_i2c_40003000_S_lsm303agr_accel_19_COMPAT_VENDOR_IDX_1_EXISTS 1
+#define DT_N_S_soc_S_i2c_40003000_S_lsm303agr_accel_19_COMPAT_VENDOR_IDX_1 "STMicroelectronics"
+#define DT_N_S_soc_S_i2c_40003000_S_lsm303agr_accel_19_COMPAT_MODEL_IDX_1_EXISTS 1
+#define DT_N_S_soc_S_i2c_40003000_S_lsm303agr_accel_19_COMPAT_MODEL_IDX_1 "lsm303agr-accel"
+#define DT_N_S_soc_S_i2c_40003000_S_lsm303agr_accel_19_STATUS_okay 1
+
+/* Pin control (pinctrl-<i>, pinctrl-names) properties: */
+#define DT_N_S_soc_S_i2c_40003000_S_lsm303agr_accel_19_PINCTRL_NUM 0
+
+/* Generic property macros: */
+#define DT_N_S_soc_S_i2c_40003000_S_lsm303agr_accel_19_P_wakeup_source 0
+#define DT_N_S_soc_S_i2c_40003000_S_lsm303agr_accel_19_P_wakeup_source_EXISTS 1
+#define DT_N_S_soc_S_i2c_40003000_S_lsm303agr_accel_19_P_zephyr_pm_device_runtime_auto 0
+#define DT_N_S_soc_S_i2c_40003000_S_lsm303agr_accel_19_P_zephyr_pm_device_runtime_auto_EXISTS 1
+#define DT_N_S_soc_S_i2c_40003000_S_lsm303agr_accel_19_P_status "okay"
+#define DT_N_S_soc_S_i2c_40003000_S_lsm303agr_accel_19_P_status_STRING_UNQUOTED okay
+#define DT_N_S_soc_S_i2c_40003000_S_lsm303agr_accel_19_P_status_STRING_TOKEN okay
+#define DT_N_S_soc_S_i2c_40003000_S_lsm303agr_accel_19_P_status_STRING_UPPER_TOKEN OKAY
+#define DT_N_S_soc_S_i2c_40003000_S_lsm303agr_accel_19_P_status_IDX_0 "okay"
+#define DT_N_S_soc_S_i2c_40003000_S_lsm303agr_accel_19_P_status_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_i2c_40003000_S_lsm303agr_accel_19_P_status_ENUM_IDX 1
+#define DT_N_S_soc_S_i2c_40003000_S_lsm303agr_accel_19_P_status_ENUM_VAL_okay_EXISTS 1
+#define DT_N_S_soc_S_i2c_40003000_S_lsm303agr_accel_19_P_status_ENUM_TOKEN okay
+#define DT_N_S_soc_S_i2c_40003000_S_lsm303agr_accel_19_P_status_ENUM_UPPER_TOKEN OKAY
+#define DT_N_S_soc_S_i2c_40003000_S_lsm303agr_accel_19_P_status_FOREACH_PROP_ELEM(fn) fn(DT_N_S_soc_S_i2c_40003000_S_lsm303agr_accel_19, status, 0)
+#define DT_N_S_soc_S_i2c_40003000_S_lsm303agr_accel_19_P_status_FOREACH_PROP_ELEM_SEP(fn, sep) fn(DT_N_S_soc_S_i2c_40003000_S_lsm303agr_accel_19, status, 0)
+#define DT_N_S_soc_S_i2c_40003000_S_lsm303agr_accel_19_P_status_FOREACH_PROP_ELEM_VARGS(fn, ...) fn(DT_N_S_soc_S_i2c_40003000_S_lsm303agr_accel_19, status, 0, __VA_ARGS__)
+#define DT_N_S_soc_S_i2c_40003000_S_lsm303agr_accel_19_P_status_FOREACH_PROP_ELEM_SEP_VARGS(fn, sep, ...) fn(DT_N_S_soc_S_i2c_40003000_S_lsm303agr_accel_19, status, 0, __VA_ARGS__)
+#define DT_N_S_soc_S_i2c_40003000_S_lsm303agr_accel_19_P_status_LEN 1
+#define DT_N_S_soc_S_i2c_40003000_S_lsm303agr_accel_19_P_status_EXISTS 1
+#define DT_N_S_soc_S_i2c_40003000_S_lsm303agr_accel_19_P_compatible {"st,lis2dh", "st,lsm303agr-accel"}
+#define DT_N_S_soc_S_i2c_40003000_S_lsm303agr_accel_19_P_compatible_IDX_0 "st,lis2dh"
+#define DT_N_S_soc_S_i2c_40003000_S_lsm303agr_accel_19_P_compatible_IDX_0_STRING_UNQUOTED st,lis2dh
+#define DT_N_S_soc_S_i2c_40003000_S_lsm303agr_accel_19_P_compatible_IDX_0_STRING_TOKEN st_lis2dh
+#define DT_N_S_soc_S_i2c_40003000_S_lsm303agr_accel_19_P_compatible_IDX_0_STRING_UPPER_TOKEN ST_LIS2DH
+#define DT_N_S_soc_S_i2c_40003000_S_lsm303agr_accel_19_P_compatible_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_i2c_40003000_S_lsm303agr_accel_19_P_compatible_IDX_1 "st,lsm303agr-accel"
+#define DT_N_S_soc_S_i2c_40003000_S_lsm303agr_accel_19_P_compatible_IDX_1_STRING_UNQUOTED st,lsm303agr-accel
+#define DT_N_S_soc_S_i2c_40003000_S_lsm303agr_accel_19_P_compatible_IDX_1_STRING_TOKEN st_lsm303agr_accel
+#define DT_N_S_soc_S_i2c_40003000_S_lsm303agr_accel_19_P_compatible_IDX_1_STRING_UPPER_TOKEN ST_LSM303AGR_ACCEL
+#define DT_N_S_soc_S_i2c_40003000_S_lsm303agr_accel_19_P_compatible_IDX_1_EXISTS 1
+#define DT_N_S_soc_S_i2c_40003000_S_lsm303agr_accel_19_P_compatible_FOREACH_PROP_ELEM(fn) fn(DT_N_S_soc_S_i2c_40003000_S_lsm303agr_accel_19, compatible, 0) \
+	fn(DT_N_S_soc_S_i2c_40003000_S_lsm303agr_accel_19, compatible, 1)
+#define DT_N_S_soc_S_i2c_40003000_S_lsm303agr_accel_19_P_compatible_FOREACH_PROP_ELEM_SEP(fn, sep) fn(DT_N_S_soc_S_i2c_40003000_S_lsm303agr_accel_19, compatible, 0) DT_DEBRACKET_INTERNAL sep \
+	fn(DT_N_S_soc_S_i2c_40003000_S_lsm303agr_accel_19, compatible, 1)
+#define DT_N_S_soc_S_i2c_40003000_S_lsm303agr_accel_19_P_compatible_FOREACH_PROP_ELEM_VARGS(fn, ...) fn(DT_N_S_soc_S_i2c_40003000_S_lsm303agr_accel_19, compatible, 0, __VA_ARGS__) \
+	fn(DT_N_S_soc_S_i2c_40003000_S_lsm303agr_accel_19, compatible, 1, __VA_ARGS__)
+#define DT_N_S_soc_S_i2c_40003000_S_lsm303agr_accel_19_P_compatible_FOREACH_PROP_ELEM_SEP_VARGS(fn, sep, ...) fn(DT_N_S_soc_S_i2c_40003000_S_lsm303agr_accel_19, compatible, 0, __VA_ARGS__) DT_DEBRACKET_INTERNAL sep \
+	fn(DT_N_S_soc_S_i2c_40003000_S_lsm303agr_accel_19, compatible, 1, __VA_ARGS__)
+#define DT_N_S_soc_S_i2c_40003000_S_lsm303agr_accel_19_P_compatible_LEN 2
+#define DT_N_S_soc_S_i2c_40003000_S_lsm303agr_accel_19_P_compatible_EXISTS 1
+#define DT_N_S_soc_S_i2c_40003000_S_lsm303agr_accel_19_P_reg {25 /* 0x19 */}
+#define DT_N_S_soc_S_i2c_40003000_S_lsm303agr_accel_19_P_reg_IDX_0 25
+#define DT_N_S_soc_S_i2c_40003000_S_lsm303agr_accel_19_P_reg_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_i2c_40003000_S_lsm303agr_accel_19_P_reg_EXISTS 1
+#define DT_N_S_soc_S_i2c_40003000_S_lsm303agr_accel_19_P_zephyr_deferred_init 0
+#define DT_N_S_soc_S_i2c_40003000_S_lsm303agr_accel_19_P_zephyr_deferred_init_EXISTS 1
+#define DT_N_S_soc_S_i2c_40003000_S_lsm303agr_accel_19_P_irq_gpios_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_i2c_40003000_S_lsm303agr_accel_19_P_irq_gpios_IDX_0_PH DT_N_S_soc_S_gpio_50000000
+#define DT_N_S_soc_S_i2c_40003000_S_lsm303agr_accel_19_P_irq_gpios_IDX_0_VAL_pin 25
+#define DT_N_S_soc_S_i2c_40003000_S_lsm303agr_accel_19_P_irq_gpios_IDX_0_VAL_pin_EXISTS 1
+#define DT_N_S_soc_S_i2c_40003000_S_lsm303agr_accel_19_P_irq_gpios_IDX_0_VAL_flags 0
+#define DT_N_S_soc_S_i2c_40003000_S_lsm303agr_accel_19_P_irq_gpios_IDX_0_VAL_flags_EXISTS 1
+#define DT_N_S_soc_S_i2c_40003000_S_lsm303agr_accel_19_P_irq_gpios_FOREACH_PROP_ELEM(fn) fn(DT_N_S_soc_S_i2c_40003000_S_lsm303agr_accel_19, irq_gpios, 0)
+#define DT_N_S_soc_S_i2c_40003000_S_lsm303agr_accel_19_P_irq_gpios_FOREACH_PROP_ELEM_SEP(fn, sep) fn(DT_N_S_soc_S_i2c_40003000_S_lsm303agr_accel_19, irq_gpios, 0)
+#define DT_N_S_soc_S_i2c_40003000_S_lsm303agr_accel_19_P_irq_gpios_FOREACH_PROP_ELEM_VARGS(fn, ...) fn(DT_N_S_soc_S_i2c_40003000_S_lsm303agr_accel_19, irq_gpios, 0, __VA_ARGS__)
+#define DT_N_S_soc_S_i2c_40003000_S_lsm303agr_accel_19_P_irq_gpios_FOREACH_PROP_ELEM_SEP_VARGS(fn, sep, ...) fn(DT_N_S_soc_S_i2c_40003000_S_lsm303agr_accel_19, irq_gpios, 0, __VA_ARGS__)
+#define DT_N_S_soc_S_i2c_40003000_S_lsm303agr_accel_19_P_irq_gpios_LEN 1
+#define DT_N_S_soc_S_i2c_40003000_S_lsm303agr_accel_19_P_irq_gpios_EXISTS 1
+#define DT_N_S_soc_S_i2c_40003000_S_lsm303agr_accel_19_P_int1_gpio_config 0
+#define DT_N_S_soc_S_i2c_40003000_S_lsm303agr_accel_19_P_int1_gpio_config_ENUM_IDX 0
+#define DT_N_S_soc_S_i2c_40003000_S_lsm303agr_accel_19_P_int1_gpio_config_ENUM_VAL_0_EXISTS 1
+#define DT_N_S_soc_S_i2c_40003000_S_lsm303agr_accel_19_P_int1_gpio_config_EXISTS 1
+#define DT_N_S_soc_S_i2c_40003000_S_lsm303agr_accel_19_P_int2_gpio_config 0
+#define DT_N_S_soc_S_i2c_40003000_S_lsm303agr_accel_19_P_int2_gpio_config_ENUM_IDX 0
+#define DT_N_S_soc_S_i2c_40003000_S_lsm303agr_accel_19_P_int2_gpio_config_ENUM_VAL_0_EXISTS 1
+#define DT_N_S_soc_S_i2c_40003000_S_lsm303agr_accel_19_P_int2_gpio_config_EXISTS 1
+#define DT_N_S_soc_S_i2c_40003000_S_lsm303agr_accel_19_P_disconnect_sdo_sa0_pull_up 0
+#define DT_N_S_soc_S_i2c_40003000_S_lsm303agr_accel_19_P_disconnect_sdo_sa0_pull_up_EXISTS 1
+#define DT_N_S_soc_S_i2c_40003000_S_lsm303agr_accel_19_P_anym_on_int1 0
+#define DT_N_S_soc_S_i2c_40003000_S_lsm303agr_accel_19_P_anym_on_int1_EXISTS 1
+#define DT_N_S_soc_S_i2c_40003000_S_lsm303agr_accel_19_P_anym_no_latch 0
+#define DT_N_S_soc_S_i2c_40003000_S_lsm303agr_accel_19_P_anym_no_latch_EXISTS 1
+#define DT_N_S_soc_S_i2c_40003000_S_lsm303agr_accel_19_P_anym_mode 0
+#define DT_N_S_soc_S_i2c_40003000_S_lsm303agr_accel_19_P_anym_mode_ENUM_IDX 0
+#define DT_N_S_soc_S_i2c_40003000_S_lsm303agr_accel_19_P_anym_mode_ENUM_VAL_0_EXISTS 1
+#define DT_N_S_soc_S_i2c_40003000_S_lsm303agr_accel_19_P_anym_mode_EXISTS 1
+
+/*
+ * Devicetree node: /soc/i2c@40003000/lsm303agr-magn@1e
+ *
+ * Node identifier: DT_N_S_soc_S_i2c_40003000_S_lsm303agr_magn_1e
+ *
+ * Binding (compatible = st,lis2mdl):
+ *   $ZEPHYR_BASE/dts/bindings/sensor/st,lis2mdl-i2c.yaml
+ *
+ * (Descriptions have moved to the Devicetree Bindings Index
+ * in the documentation.)
+ */
+
+/* Node's full path: */
+#define DT_N_S_soc_S_i2c_40003000_S_lsm303agr_magn_1e_PATH "/soc/i2c@40003000/lsm303agr-magn@1e"
+
+/* Node's name with unit-address: */
+#define DT_N_S_soc_S_i2c_40003000_S_lsm303agr_magn_1e_FULL_NAME "lsm303agr-magn@1e"
+
+/* Node parent (/soc/i2c@40003000) identifier: */
+#define DT_N_S_soc_S_i2c_40003000_S_lsm303agr_magn_1e_PARENT DT_N_S_soc_S_i2c_40003000
+
+/* Node's index in its parent's list of children: */
+#define DT_N_S_soc_S_i2c_40003000_S_lsm303agr_magn_1e_CHILD_IDX 0
+
+/* Helper macros for child nodes of this node. */
+#define DT_N_S_soc_S_i2c_40003000_S_lsm303agr_magn_1e_CHILD_NUM 0
+#define DT_N_S_soc_S_i2c_40003000_S_lsm303agr_magn_1e_CHILD_NUM_STATUS_OKAY 0
+#define DT_N_S_soc_S_i2c_40003000_S_lsm303agr_magn_1e_FOREACH_CHILD(fn) 
+#define DT_N_S_soc_S_i2c_40003000_S_lsm303agr_magn_1e_FOREACH_CHILD_SEP(fn, sep) 
+#define DT_N_S_soc_S_i2c_40003000_S_lsm303agr_magn_1e_FOREACH_CHILD_VARGS(fn, ...) 
+#define DT_N_S_soc_S_i2c_40003000_S_lsm303agr_magn_1e_FOREACH_CHILD_SEP_VARGS(fn, sep, ...) 
+#define DT_N_S_soc_S_i2c_40003000_S_lsm303agr_magn_1e_FOREACH_CHILD_STATUS_OKAY(fn) 
+#define DT_N_S_soc_S_i2c_40003000_S_lsm303agr_magn_1e_FOREACH_CHILD_STATUS_OKAY_SEP(fn, sep) 
+#define DT_N_S_soc_S_i2c_40003000_S_lsm303agr_magn_1e_FOREACH_CHILD_STATUS_OKAY_VARGS(fn, ...) 
+#define DT_N_S_soc_S_i2c_40003000_S_lsm303agr_magn_1e_FOREACH_CHILD_STATUS_OKAY_SEP_VARGS(fn, sep, ...) 
+
+/* Node's dependency ordinal: */
+#define DT_N_S_soc_S_i2c_40003000_S_lsm303agr_magn_1e_ORD 90
+#define DT_N_S_soc_S_i2c_40003000_S_lsm303agr_magn_1e_ORD_STR_SORTABLE 00090
+
+/* Ordinals for what this node depends on directly: */
+#define DT_N_S_soc_S_i2c_40003000_S_lsm303agr_magn_1e_REQUIRES_ORDS \
+	8, /* /soc/gpio@50000000 */ \
+	88, /* /soc/i2c@40003000 */
+
+/* Ordinals for what depends directly on this node: */
+#define DT_N_S_soc_S_i2c_40003000_S_lsm303agr_magn_1e_SUPPORTS_ORDS /* nothing */
+
+/* Existence and alternate IDs: */
+#define DT_N_S_soc_S_i2c_40003000_S_lsm303agr_magn_1e_EXISTS 1
+#define DT_N_ALIAS_magn0              DT_N_S_soc_S_i2c_40003000_S_lsm303agr_magn_1e
+#define DT_N_INST_0_st_lis2mdl        DT_N_S_soc_S_i2c_40003000_S_lsm303agr_magn_1e
+#define DT_N_INST_0_st_lsm303agr_magn DT_N_S_soc_S_i2c_40003000_S_lsm303agr_magn_1e
+#define DT_N_NODELABEL_lsm303agr_magn DT_N_S_soc_S_i2c_40003000_S_lsm303agr_magn_1e
+
+/* Bus info (controller: '/soc/i2c@40003000', type: '['i2c']') */
+#define DT_N_S_soc_S_i2c_40003000_S_lsm303agr_magn_1e_BUS_i2c 1
+#define DT_N_S_soc_S_i2c_40003000_S_lsm303agr_magn_1e_BUS DT_N_S_soc_S_i2c_40003000
+
+/* Macros for properties that are special in the specification: */
+#define DT_N_S_soc_S_i2c_40003000_S_lsm303agr_magn_1e_REG_NUM 1
+#define DT_N_S_soc_S_i2c_40003000_S_lsm303agr_magn_1e_REG_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_i2c_40003000_S_lsm303agr_magn_1e_REG_IDX_0_VAL_ADDRESS 30 /* 0x1e */
+#define DT_N_S_soc_S_i2c_40003000_S_lsm303agr_magn_1e_RANGES_NUM 0
+#define DT_N_S_soc_S_i2c_40003000_S_lsm303agr_magn_1e_FOREACH_RANGE(fn) 
+#define DT_N_S_soc_S_i2c_40003000_S_lsm303agr_magn_1e_IRQ_NUM 0
+#define DT_N_S_soc_S_i2c_40003000_S_lsm303agr_magn_1e_IRQ_LEVEL 0
+#define DT_N_S_soc_S_i2c_40003000_S_lsm303agr_magn_1e_COMPAT_MATCHES_st_lis2mdl 1
+#define DT_N_S_soc_S_i2c_40003000_S_lsm303agr_magn_1e_COMPAT_VENDOR_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_i2c_40003000_S_lsm303agr_magn_1e_COMPAT_VENDOR_IDX_0 "STMicroelectronics"
+#define DT_N_S_soc_S_i2c_40003000_S_lsm303agr_magn_1e_COMPAT_MODEL_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_i2c_40003000_S_lsm303agr_magn_1e_COMPAT_MODEL_IDX_0 "lis2mdl"
+#define DT_N_S_soc_S_i2c_40003000_S_lsm303agr_magn_1e_COMPAT_MATCHES_st_lsm303agr_magn 1
+#define DT_N_S_soc_S_i2c_40003000_S_lsm303agr_magn_1e_COMPAT_VENDOR_IDX_1_EXISTS 1
+#define DT_N_S_soc_S_i2c_40003000_S_lsm303agr_magn_1e_COMPAT_VENDOR_IDX_1 "STMicroelectronics"
+#define DT_N_S_soc_S_i2c_40003000_S_lsm303agr_magn_1e_COMPAT_MODEL_IDX_1_EXISTS 1
+#define DT_N_S_soc_S_i2c_40003000_S_lsm303agr_magn_1e_COMPAT_MODEL_IDX_1 "lsm303agr-magn"
+#define DT_N_S_soc_S_i2c_40003000_S_lsm303agr_magn_1e_STATUS_okay 1
+
+/* Pin control (pinctrl-<i>, pinctrl-names) properties: */
+#define DT_N_S_soc_S_i2c_40003000_S_lsm303agr_magn_1e_PINCTRL_NUM 0
+
+/* Generic property macros: */
+#define DT_N_S_soc_S_i2c_40003000_S_lsm303agr_magn_1e_P_wakeup_source 0
+#define DT_N_S_soc_S_i2c_40003000_S_lsm303agr_magn_1e_P_wakeup_source_EXISTS 1
+#define DT_N_S_soc_S_i2c_40003000_S_lsm303agr_magn_1e_P_zephyr_pm_device_runtime_auto 0
+#define DT_N_S_soc_S_i2c_40003000_S_lsm303agr_magn_1e_P_zephyr_pm_device_runtime_auto_EXISTS 1
+#define DT_N_S_soc_S_i2c_40003000_S_lsm303agr_magn_1e_P_status "okay"
+#define DT_N_S_soc_S_i2c_40003000_S_lsm303agr_magn_1e_P_status_STRING_UNQUOTED okay
+#define DT_N_S_soc_S_i2c_40003000_S_lsm303agr_magn_1e_P_status_STRING_TOKEN okay
+#define DT_N_S_soc_S_i2c_40003000_S_lsm303agr_magn_1e_P_status_STRING_UPPER_TOKEN OKAY
+#define DT_N_S_soc_S_i2c_40003000_S_lsm303agr_magn_1e_P_status_IDX_0 "okay"
+#define DT_N_S_soc_S_i2c_40003000_S_lsm303agr_magn_1e_P_status_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_i2c_40003000_S_lsm303agr_magn_1e_P_status_ENUM_IDX 1
+#define DT_N_S_soc_S_i2c_40003000_S_lsm303agr_magn_1e_P_status_ENUM_VAL_okay_EXISTS 1
+#define DT_N_S_soc_S_i2c_40003000_S_lsm303agr_magn_1e_P_status_ENUM_TOKEN okay
+#define DT_N_S_soc_S_i2c_40003000_S_lsm303agr_magn_1e_P_status_ENUM_UPPER_TOKEN OKAY
+#define DT_N_S_soc_S_i2c_40003000_S_lsm303agr_magn_1e_P_status_FOREACH_PROP_ELEM(fn) fn(DT_N_S_soc_S_i2c_40003000_S_lsm303agr_magn_1e, status, 0)
+#define DT_N_S_soc_S_i2c_40003000_S_lsm303agr_magn_1e_P_status_FOREACH_PROP_ELEM_SEP(fn, sep) fn(DT_N_S_soc_S_i2c_40003000_S_lsm303agr_magn_1e, status, 0)
+#define DT_N_S_soc_S_i2c_40003000_S_lsm303agr_magn_1e_P_status_FOREACH_PROP_ELEM_VARGS(fn, ...) fn(DT_N_S_soc_S_i2c_40003000_S_lsm303agr_magn_1e, status, 0, __VA_ARGS__)
+#define DT_N_S_soc_S_i2c_40003000_S_lsm303agr_magn_1e_P_status_FOREACH_PROP_ELEM_SEP_VARGS(fn, sep, ...) fn(DT_N_S_soc_S_i2c_40003000_S_lsm303agr_magn_1e, status, 0, __VA_ARGS__)
+#define DT_N_S_soc_S_i2c_40003000_S_lsm303agr_magn_1e_P_status_LEN 1
+#define DT_N_S_soc_S_i2c_40003000_S_lsm303agr_magn_1e_P_status_EXISTS 1
+#define DT_N_S_soc_S_i2c_40003000_S_lsm303agr_magn_1e_P_compatible {"st,lis2mdl", "st,lsm303agr-magn"}
+#define DT_N_S_soc_S_i2c_40003000_S_lsm303agr_magn_1e_P_compatible_IDX_0 "st,lis2mdl"
+#define DT_N_S_soc_S_i2c_40003000_S_lsm303agr_magn_1e_P_compatible_IDX_0_STRING_UNQUOTED st,lis2mdl
+#define DT_N_S_soc_S_i2c_40003000_S_lsm303agr_magn_1e_P_compatible_IDX_0_STRING_TOKEN st_lis2mdl
+#define DT_N_S_soc_S_i2c_40003000_S_lsm303agr_magn_1e_P_compatible_IDX_0_STRING_UPPER_TOKEN ST_LIS2MDL
+#define DT_N_S_soc_S_i2c_40003000_S_lsm303agr_magn_1e_P_compatible_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_i2c_40003000_S_lsm303agr_magn_1e_P_compatible_IDX_1 "st,lsm303agr-magn"
+#define DT_N_S_soc_S_i2c_40003000_S_lsm303agr_magn_1e_P_compatible_IDX_1_STRING_UNQUOTED st,lsm303agr-magn
+#define DT_N_S_soc_S_i2c_40003000_S_lsm303agr_magn_1e_P_compatible_IDX_1_STRING_TOKEN st_lsm303agr_magn
+#define DT_N_S_soc_S_i2c_40003000_S_lsm303agr_magn_1e_P_compatible_IDX_1_STRING_UPPER_TOKEN ST_LSM303AGR_MAGN
+#define DT_N_S_soc_S_i2c_40003000_S_lsm303agr_magn_1e_P_compatible_IDX_1_EXISTS 1
+#define DT_N_S_soc_S_i2c_40003000_S_lsm303agr_magn_1e_P_compatible_FOREACH_PROP_ELEM(fn) fn(DT_N_S_soc_S_i2c_40003000_S_lsm303agr_magn_1e, compatible, 0) \
+	fn(DT_N_S_soc_S_i2c_40003000_S_lsm303agr_magn_1e, compatible, 1)
+#define DT_N_S_soc_S_i2c_40003000_S_lsm303agr_magn_1e_P_compatible_FOREACH_PROP_ELEM_SEP(fn, sep) fn(DT_N_S_soc_S_i2c_40003000_S_lsm303agr_magn_1e, compatible, 0) DT_DEBRACKET_INTERNAL sep \
+	fn(DT_N_S_soc_S_i2c_40003000_S_lsm303agr_magn_1e, compatible, 1)
+#define DT_N_S_soc_S_i2c_40003000_S_lsm303agr_magn_1e_P_compatible_FOREACH_PROP_ELEM_VARGS(fn, ...) fn(DT_N_S_soc_S_i2c_40003000_S_lsm303agr_magn_1e, compatible, 0, __VA_ARGS__) \
+	fn(DT_N_S_soc_S_i2c_40003000_S_lsm303agr_magn_1e, compatible, 1, __VA_ARGS__)
+#define DT_N_S_soc_S_i2c_40003000_S_lsm303agr_magn_1e_P_compatible_FOREACH_PROP_ELEM_SEP_VARGS(fn, sep, ...) fn(DT_N_S_soc_S_i2c_40003000_S_lsm303agr_magn_1e, compatible, 0, __VA_ARGS__) DT_DEBRACKET_INTERNAL sep \
+	fn(DT_N_S_soc_S_i2c_40003000_S_lsm303agr_magn_1e, compatible, 1, __VA_ARGS__)
+#define DT_N_S_soc_S_i2c_40003000_S_lsm303agr_magn_1e_P_compatible_LEN 2
+#define DT_N_S_soc_S_i2c_40003000_S_lsm303agr_magn_1e_P_compatible_EXISTS 1
+#define DT_N_S_soc_S_i2c_40003000_S_lsm303agr_magn_1e_P_reg {30 /* 0x1e */}
+#define DT_N_S_soc_S_i2c_40003000_S_lsm303agr_magn_1e_P_reg_IDX_0 30
+#define DT_N_S_soc_S_i2c_40003000_S_lsm303agr_magn_1e_P_reg_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_i2c_40003000_S_lsm303agr_magn_1e_P_reg_EXISTS 1
+#define DT_N_S_soc_S_i2c_40003000_S_lsm303agr_magn_1e_P_zephyr_deferred_init 0
+#define DT_N_S_soc_S_i2c_40003000_S_lsm303agr_magn_1e_P_zephyr_deferred_init_EXISTS 1
+#define DT_N_S_soc_S_i2c_40003000_S_lsm303agr_magn_1e_P_irq_gpios_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_i2c_40003000_S_lsm303agr_magn_1e_P_irq_gpios_IDX_0_PH DT_N_S_soc_S_gpio_50000000
+#define DT_N_S_soc_S_i2c_40003000_S_lsm303agr_magn_1e_P_irq_gpios_IDX_0_VAL_pin 25
+#define DT_N_S_soc_S_i2c_40003000_S_lsm303agr_magn_1e_P_irq_gpios_IDX_0_VAL_pin_EXISTS 1
+#define DT_N_S_soc_S_i2c_40003000_S_lsm303agr_magn_1e_P_irq_gpios_IDX_0_VAL_flags 0
+#define DT_N_S_soc_S_i2c_40003000_S_lsm303agr_magn_1e_P_irq_gpios_IDX_0_VAL_flags_EXISTS 1
+#define DT_N_S_soc_S_i2c_40003000_S_lsm303agr_magn_1e_P_irq_gpios_FOREACH_PROP_ELEM(fn) fn(DT_N_S_soc_S_i2c_40003000_S_lsm303agr_magn_1e, irq_gpios, 0)
+#define DT_N_S_soc_S_i2c_40003000_S_lsm303agr_magn_1e_P_irq_gpios_FOREACH_PROP_ELEM_SEP(fn, sep) fn(DT_N_S_soc_S_i2c_40003000_S_lsm303agr_magn_1e, irq_gpios, 0)
+#define DT_N_S_soc_S_i2c_40003000_S_lsm303agr_magn_1e_P_irq_gpios_FOREACH_PROP_ELEM_VARGS(fn, ...) fn(DT_N_S_soc_S_i2c_40003000_S_lsm303agr_magn_1e, irq_gpios, 0, __VA_ARGS__)
+#define DT_N_S_soc_S_i2c_40003000_S_lsm303agr_magn_1e_P_irq_gpios_FOREACH_PROP_ELEM_SEP_VARGS(fn, sep, ...) fn(DT_N_S_soc_S_i2c_40003000_S_lsm303agr_magn_1e, irq_gpios, 0, __VA_ARGS__)
+#define DT_N_S_soc_S_i2c_40003000_S_lsm303agr_magn_1e_P_irq_gpios_LEN 1
+#define DT_N_S_soc_S_i2c_40003000_S_lsm303agr_magn_1e_P_irq_gpios_EXISTS 1
+#define DT_N_S_soc_S_i2c_40003000_S_lsm303agr_magn_1e_P_single_mode 0
+#define DT_N_S_soc_S_i2c_40003000_S_lsm303agr_magn_1e_P_single_mode_EXISTS 1
+#define DT_N_S_soc_S_i2c_40003000_S_lsm303agr_magn_1e_P_cancel_offset 0
+#define DT_N_S_soc_S_i2c_40003000_S_lsm303agr_magn_1e_P_cancel_offset_EXISTS 1
+#define DT_N_S_soc_S_i2c_40003000_S_lsm303agr_magn_1e_P_spi_full_duplex 0
+#define DT_N_S_soc_S_i2c_40003000_S_lsm303agr_magn_1e_P_spi_full_duplex_EXISTS 1
+
+/*
+ * Devicetree node: /soc/power@40000000
+ *
+ * Node identifier: DT_N_S_soc_S_power_40000000
+ *
+ * Binding (compatible = nordic,nrf-power):
+ *   $ZEPHYR_BASE/dts/bindings/power/nordic,nrf-power.yaml
+ *
+ * (Descriptions have moved to the Devicetree Bindings Index
+ * in the documentation.)
+ */
+
+/* Node's full path: */
+#define DT_N_S_soc_S_power_40000000_PATH "/soc/power@40000000"
+
+/* Node's name with unit-address: */
+#define DT_N_S_soc_S_power_40000000_FULL_NAME "power@40000000"
+
+/* Node parent (/soc) identifier: */
+#define DT_N_S_soc_S_power_40000000_PARENT DT_N_S_soc
+
+/* Node's index in its parent's list of children: */
+#define DT_N_S_soc_S_power_40000000_CHILD_IDX 6
+
+/* Helper macros for child nodes of this node. */
+#define DT_N_S_soc_S_power_40000000_CHILD_NUM 2
+#define DT_N_S_soc_S_power_40000000_CHILD_NUM_STATUS_OKAY 2
+#define DT_N_S_soc_S_power_40000000_FOREACH_CHILD(fn) fn(DT_N_S_soc_S_power_40000000_S_gpregret1_4000051c) fn(DT_N_S_soc_S_power_40000000_S_gpregret2_40000520)
+#define DT_N_S_soc_S_power_40000000_FOREACH_CHILD_SEP(fn, sep) fn(DT_N_S_soc_S_power_40000000_S_gpregret1_4000051c) DT_DEBRACKET_INTERNAL sep fn(DT_N_S_soc_S_power_40000000_S_gpregret2_40000520)
+#define DT_N_S_soc_S_power_40000000_FOREACH_CHILD_VARGS(fn, ...) fn(DT_N_S_soc_S_power_40000000_S_gpregret1_4000051c, __VA_ARGS__) fn(DT_N_S_soc_S_power_40000000_S_gpregret2_40000520, __VA_ARGS__)
+#define DT_N_S_soc_S_power_40000000_FOREACH_CHILD_SEP_VARGS(fn, sep, ...) fn(DT_N_S_soc_S_power_40000000_S_gpregret1_4000051c, __VA_ARGS__) DT_DEBRACKET_INTERNAL sep fn(DT_N_S_soc_S_power_40000000_S_gpregret2_40000520, __VA_ARGS__)
+#define DT_N_S_soc_S_power_40000000_FOREACH_CHILD_STATUS_OKAY(fn) fn(DT_N_S_soc_S_power_40000000_S_gpregret1_4000051c) fn(DT_N_S_soc_S_power_40000000_S_gpregret2_40000520)
+#define DT_N_S_soc_S_power_40000000_FOREACH_CHILD_STATUS_OKAY_SEP(fn, sep) fn(DT_N_S_soc_S_power_40000000_S_gpregret1_4000051c) DT_DEBRACKET_INTERNAL sep fn(DT_N_S_soc_S_power_40000000_S_gpregret2_40000520)
+#define DT_N_S_soc_S_power_40000000_FOREACH_CHILD_STATUS_OKAY_VARGS(fn, ...) fn(DT_N_S_soc_S_power_40000000_S_gpregret1_4000051c, __VA_ARGS__) fn(DT_N_S_soc_S_power_40000000_S_gpregret2_40000520, __VA_ARGS__)
+#define DT_N_S_soc_S_power_40000000_FOREACH_CHILD_STATUS_OKAY_SEP_VARGS(fn, sep, ...) fn(DT_N_S_soc_S_power_40000000_S_gpregret1_4000051c, __VA_ARGS__) DT_DEBRACKET_INTERNAL sep fn(DT_N_S_soc_S_power_40000000_S_gpregret2_40000520, __VA_ARGS__)
+
+/* Node's dependency ordinal: */
+#define DT_N_S_soc_S_power_40000000_ORD 91
+#define DT_N_S_soc_S_power_40000000_ORD_STR_SORTABLE 00091
+
+/* Ordinals for what this node depends on directly: */
+#define DT_N_S_soc_S_power_40000000_REQUIRES_ORDS \
+	5, /* /soc */ \
+	6, /* /soc/interrupt-controller@e000e100 */
+
+/* Ordinals for what depends directly on this node: */
+#define DT_N_S_soc_S_power_40000000_SUPPORTS_ORDS \
+	92, /* /soc/power@40000000/gpregret1@4000051c */ \
+	93, /* /soc/power@40000000/gpregret2@40000520 */
+
+/* Existence and alternate IDs: */
+#define DT_N_S_soc_S_power_40000000_EXISTS 1
+#define DT_N_INST_0_nordic_nrf_power DT_N_S_soc_S_power_40000000
+#define DT_N_NODELABEL_power         DT_N_S_soc_S_power_40000000
+
+/* Macros for properties that are special in the specification: */
+#define DT_N_S_soc_S_power_40000000_REG_NUM 1
+#define DT_N_S_soc_S_power_40000000_REG_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_power_40000000_REG_IDX_0_VAL_ADDRESS 1073741824 /* 0x40000000 */
+#define DT_N_S_soc_S_power_40000000_REG_IDX_0_VAL_SIZE 4096 /* 0x1000 */
+#define DT_N_S_soc_S_power_40000000_RANGES_NUM 0
+#define DT_N_S_soc_S_power_40000000_FOREACH_RANGE(fn) 
+#define DT_N_S_soc_S_power_40000000_IRQ_NUM 1
+#define DT_N_S_soc_S_power_40000000_IRQ_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_power_40000000_IRQ_IDX_0_VAL_irq 0
+#define DT_N_S_soc_S_power_40000000_IRQ_IDX_0_VAL_irq_EXISTS 1
+#define DT_N_S_soc_S_power_40000000_IRQ_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_power_40000000_IRQ_IDX_0_VAL_priority 1
+#define DT_N_S_soc_S_power_40000000_IRQ_IDX_0_VAL_priority_EXISTS 1
+#define DT_N_S_soc_S_power_40000000_IRQ_IDX_0_CONTROLLER DT_N_S_soc_S_interrupt_controller_e000e100
+#define DT_N_S_soc_S_power_40000000_IRQ_LEVEL 1
+#define DT_N_S_soc_S_power_40000000_COMPAT_MATCHES_nordic_nrf_power 1
+#define DT_N_S_soc_S_power_40000000_COMPAT_VENDOR_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_power_40000000_COMPAT_VENDOR_IDX_0 "Nordic Semiconductor"
+#define DT_N_S_soc_S_power_40000000_COMPAT_MODEL_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_power_40000000_COMPAT_MODEL_IDX_0 "nrf-power"
+#define DT_N_S_soc_S_power_40000000_STATUS_okay 1
+
+/* Pin control (pinctrl-<i>, pinctrl-names) properties: */
+#define DT_N_S_soc_S_power_40000000_PINCTRL_NUM 0
+
+/* Generic property macros: */
+#define DT_N_S_soc_S_power_40000000_P_wakeup_source 0
+#define DT_N_S_soc_S_power_40000000_P_wakeup_source_EXISTS 1
+#define DT_N_S_soc_S_power_40000000_P_zephyr_pm_device_runtime_auto 0
+#define DT_N_S_soc_S_power_40000000_P_zephyr_pm_device_runtime_auto_EXISTS 1
+#define DT_N_S_soc_S_power_40000000_P_status "okay"
+#define DT_N_S_soc_S_power_40000000_P_status_STRING_UNQUOTED okay
+#define DT_N_S_soc_S_power_40000000_P_status_STRING_TOKEN okay
+#define DT_N_S_soc_S_power_40000000_P_status_STRING_UPPER_TOKEN OKAY
+#define DT_N_S_soc_S_power_40000000_P_status_IDX_0 "okay"
+#define DT_N_S_soc_S_power_40000000_P_status_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_power_40000000_P_status_ENUM_IDX 1
+#define DT_N_S_soc_S_power_40000000_P_status_ENUM_VAL_okay_EXISTS 1
+#define DT_N_S_soc_S_power_40000000_P_status_ENUM_TOKEN okay
+#define DT_N_S_soc_S_power_40000000_P_status_ENUM_UPPER_TOKEN OKAY
+#define DT_N_S_soc_S_power_40000000_P_status_FOREACH_PROP_ELEM(fn) fn(DT_N_S_soc_S_power_40000000, status, 0)
+#define DT_N_S_soc_S_power_40000000_P_status_FOREACH_PROP_ELEM_SEP(fn, sep) fn(DT_N_S_soc_S_power_40000000, status, 0)
+#define DT_N_S_soc_S_power_40000000_P_status_FOREACH_PROP_ELEM_VARGS(fn, ...) fn(DT_N_S_soc_S_power_40000000, status, 0, __VA_ARGS__)
+#define DT_N_S_soc_S_power_40000000_P_status_FOREACH_PROP_ELEM_SEP_VARGS(fn, sep, ...) fn(DT_N_S_soc_S_power_40000000, status, 0, __VA_ARGS__)
+#define DT_N_S_soc_S_power_40000000_P_status_LEN 1
+#define DT_N_S_soc_S_power_40000000_P_status_EXISTS 1
+#define DT_N_S_soc_S_power_40000000_P_compatible {"nordic,nrf-power"}
+#define DT_N_S_soc_S_power_40000000_P_compatible_IDX_0 "nordic,nrf-power"
+#define DT_N_S_soc_S_power_40000000_P_compatible_IDX_0_STRING_UNQUOTED nordic,nrf-power
+#define DT_N_S_soc_S_power_40000000_P_compatible_IDX_0_STRING_TOKEN nordic_nrf_power
+#define DT_N_S_soc_S_power_40000000_P_compatible_IDX_0_STRING_UPPER_TOKEN NORDIC_NRF_POWER
+#define DT_N_S_soc_S_power_40000000_P_compatible_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_power_40000000_P_compatible_FOREACH_PROP_ELEM(fn) fn(DT_N_S_soc_S_power_40000000, compatible, 0)
+#define DT_N_S_soc_S_power_40000000_P_compatible_FOREACH_PROP_ELEM_SEP(fn, sep) fn(DT_N_S_soc_S_power_40000000, compatible, 0)
+#define DT_N_S_soc_S_power_40000000_P_compatible_FOREACH_PROP_ELEM_VARGS(fn, ...) fn(DT_N_S_soc_S_power_40000000, compatible, 0, __VA_ARGS__)
+#define DT_N_S_soc_S_power_40000000_P_compatible_FOREACH_PROP_ELEM_SEP_VARGS(fn, sep, ...) fn(DT_N_S_soc_S_power_40000000, compatible, 0, __VA_ARGS__)
+#define DT_N_S_soc_S_power_40000000_P_compatible_LEN 1
+#define DT_N_S_soc_S_power_40000000_P_compatible_EXISTS 1
+#define DT_N_S_soc_S_power_40000000_P_reg {1073741824 /* 0x40000000 */, 4096 /* 0x1000 */}
+#define DT_N_S_soc_S_power_40000000_P_reg_IDX_0 1073741824
+#define DT_N_S_soc_S_power_40000000_P_reg_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_power_40000000_P_reg_IDX_1 4096
+#define DT_N_S_soc_S_power_40000000_P_reg_IDX_1_EXISTS 1
+#define DT_N_S_soc_S_power_40000000_P_reg_EXISTS 1
+#define DT_N_S_soc_S_power_40000000_P_interrupts {0 /* 0x0 */, 1 /* 0x1 */}
+#define DT_N_S_soc_S_power_40000000_P_interrupts_IDX_0 0
+#define DT_N_S_soc_S_power_40000000_P_interrupts_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_power_40000000_P_interrupts_IDX_1 1
+#define DT_N_S_soc_S_power_40000000_P_interrupts_IDX_1_EXISTS 1
+#define DT_N_S_soc_S_power_40000000_P_interrupts_EXISTS 1
+#define DT_N_S_soc_S_power_40000000_P_zephyr_deferred_init 0
+#define DT_N_S_soc_S_power_40000000_P_zephyr_deferred_init_EXISTS 1
+
+/*
+ * Devicetree node: /soc/power@40000000/gpregret1@4000051c
+ *
+ * Node identifier: DT_N_S_soc_S_power_40000000_S_gpregret1_4000051c
+ *
+ * Binding (compatible = nordic,nrf-gpregret):
+ *   $ZEPHYR_BASE/dts/bindings/retained_mem/nordic,nrf-gpreget.yaml
+ *
+ * (Descriptions have moved to the Devicetree Bindings Index
+ * in the documentation.)
+ */
+
+/* Node's full path: */
+#define DT_N_S_soc_S_power_40000000_S_gpregret1_4000051c_PATH "/soc/power@40000000/gpregret1@4000051c"
+
+/* Node's name with unit-address: */
+#define DT_N_S_soc_S_power_40000000_S_gpregret1_4000051c_FULL_NAME "gpregret1@4000051c"
+
+/* Node parent (/soc/power@40000000) identifier: */
+#define DT_N_S_soc_S_power_40000000_S_gpregret1_4000051c_PARENT DT_N_S_soc_S_power_40000000
+
+/* Node's index in its parent's list of children: */
+#define DT_N_S_soc_S_power_40000000_S_gpregret1_4000051c_CHILD_IDX 0
+
+/* Helper macros for child nodes of this node. */
+#define DT_N_S_soc_S_power_40000000_S_gpregret1_4000051c_CHILD_NUM 0
+#define DT_N_S_soc_S_power_40000000_S_gpregret1_4000051c_CHILD_NUM_STATUS_OKAY 0
+#define DT_N_S_soc_S_power_40000000_S_gpregret1_4000051c_FOREACH_CHILD(fn) 
+#define DT_N_S_soc_S_power_40000000_S_gpregret1_4000051c_FOREACH_CHILD_SEP(fn, sep) 
+#define DT_N_S_soc_S_power_40000000_S_gpregret1_4000051c_FOREACH_CHILD_VARGS(fn, ...) 
+#define DT_N_S_soc_S_power_40000000_S_gpregret1_4000051c_FOREACH_CHILD_SEP_VARGS(fn, sep, ...) 
+#define DT_N_S_soc_S_power_40000000_S_gpregret1_4000051c_FOREACH_CHILD_STATUS_OKAY(fn) 
+#define DT_N_S_soc_S_power_40000000_S_gpregret1_4000051c_FOREACH_CHILD_STATUS_OKAY_SEP(fn, sep) 
+#define DT_N_S_soc_S_power_40000000_S_gpregret1_4000051c_FOREACH_CHILD_STATUS_OKAY_VARGS(fn, ...) 
+#define DT_N_S_soc_S_power_40000000_S_gpregret1_4000051c_FOREACH_CHILD_STATUS_OKAY_SEP_VARGS(fn, sep, ...) 
+
+/* Node's dependency ordinal: */
+#define DT_N_S_soc_S_power_40000000_S_gpregret1_4000051c_ORD 92
+#define DT_N_S_soc_S_power_40000000_S_gpregret1_4000051c_ORD_STR_SORTABLE 00092
+
+/* Ordinals for what this node depends on directly: */
+#define DT_N_S_soc_S_power_40000000_S_gpregret1_4000051c_REQUIRES_ORDS \
+	91, /* /soc/power@40000000 */
+
+/* Ordinals for what depends directly on this node: */
+#define DT_N_S_soc_S_power_40000000_S_gpregret1_4000051c_SUPPORTS_ORDS /* nothing */
+
+/* Existence and alternate IDs: */
+#define DT_N_S_soc_S_power_40000000_S_gpregret1_4000051c_EXISTS 1
+#define DT_N_INST_0_nordic_nrf_gpregret DT_N_S_soc_S_power_40000000_S_gpregret1_4000051c
+#define DT_N_NODELABEL_gpregret1        DT_N_S_soc_S_power_40000000_S_gpregret1_4000051c
+
+/* Macros for properties that are special in the specification: */
+#define DT_N_S_soc_S_power_40000000_S_gpregret1_4000051c_REG_NUM 1
+#define DT_N_S_soc_S_power_40000000_S_gpregret1_4000051c_REG_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_power_40000000_S_gpregret1_4000051c_REG_IDX_0_VAL_ADDRESS 1073743132 /* 0x4000051c */
+#define DT_N_S_soc_S_power_40000000_S_gpregret1_4000051c_REG_IDX_0_VAL_SIZE 1 /* 0x1 */
+#define DT_N_S_soc_S_power_40000000_S_gpregret1_4000051c_RANGES_NUM 0
+#define DT_N_S_soc_S_power_40000000_S_gpregret1_4000051c_FOREACH_RANGE(fn) 
+#define DT_N_S_soc_S_power_40000000_S_gpregret1_4000051c_IRQ_NUM 0
+#define DT_N_S_soc_S_power_40000000_S_gpregret1_4000051c_IRQ_LEVEL 0
+#define DT_N_S_soc_S_power_40000000_S_gpregret1_4000051c_COMPAT_MATCHES_nordic_nrf_gpregret 1
+#define DT_N_S_soc_S_power_40000000_S_gpregret1_4000051c_COMPAT_VENDOR_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_power_40000000_S_gpregret1_4000051c_COMPAT_VENDOR_IDX_0 "Nordic Semiconductor"
+#define DT_N_S_soc_S_power_40000000_S_gpregret1_4000051c_COMPAT_MODEL_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_power_40000000_S_gpregret1_4000051c_COMPAT_MODEL_IDX_0 "nrf-gpregret"
+#define DT_N_S_soc_S_power_40000000_S_gpregret1_4000051c_STATUS_okay 1
+
+/* Pin control (pinctrl-<i>, pinctrl-names) properties: */
+#define DT_N_S_soc_S_power_40000000_S_gpregret1_4000051c_PINCTRL_NUM 0
+
+/* Generic property macros: */
+#define DT_N_S_soc_S_power_40000000_S_gpregret1_4000051c_P_wakeup_source 0
+#define DT_N_S_soc_S_power_40000000_S_gpregret1_4000051c_P_wakeup_source_EXISTS 1
+#define DT_N_S_soc_S_power_40000000_S_gpregret1_4000051c_P_zephyr_pm_device_runtime_auto 0
+#define DT_N_S_soc_S_power_40000000_S_gpregret1_4000051c_P_zephyr_pm_device_runtime_auto_EXISTS 1
+#define DT_N_S_soc_S_power_40000000_S_gpregret1_4000051c_P_status "okay"
+#define DT_N_S_soc_S_power_40000000_S_gpregret1_4000051c_P_status_STRING_UNQUOTED okay
+#define DT_N_S_soc_S_power_40000000_S_gpregret1_4000051c_P_status_STRING_TOKEN okay
+#define DT_N_S_soc_S_power_40000000_S_gpregret1_4000051c_P_status_STRING_UPPER_TOKEN OKAY
+#define DT_N_S_soc_S_power_40000000_S_gpregret1_4000051c_P_status_IDX_0 "okay"
+#define DT_N_S_soc_S_power_40000000_S_gpregret1_4000051c_P_status_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_power_40000000_S_gpregret1_4000051c_P_status_ENUM_IDX 1
+#define DT_N_S_soc_S_power_40000000_S_gpregret1_4000051c_P_status_ENUM_VAL_okay_EXISTS 1
+#define DT_N_S_soc_S_power_40000000_S_gpregret1_4000051c_P_status_ENUM_TOKEN okay
+#define DT_N_S_soc_S_power_40000000_S_gpregret1_4000051c_P_status_ENUM_UPPER_TOKEN OKAY
+#define DT_N_S_soc_S_power_40000000_S_gpregret1_4000051c_P_status_FOREACH_PROP_ELEM(fn) fn(DT_N_S_soc_S_power_40000000_S_gpregret1_4000051c, status, 0)
+#define DT_N_S_soc_S_power_40000000_S_gpregret1_4000051c_P_status_FOREACH_PROP_ELEM_SEP(fn, sep) fn(DT_N_S_soc_S_power_40000000_S_gpregret1_4000051c, status, 0)
+#define DT_N_S_soc_S_power_40000000_S_gpregret1_4000051c_P_status_FOREACH_PROP_ELEM_VARGS(fn, ...) fn(DT_N_S_soc_S_power_40000000_S_gpregret1_4000051c, status, 0, __VA_ARGS__)
+#define DT_N_S_soc_S_power_40000000_S_gpregret1_4000051c_P_status_FOREACH_PROP_ELEM_SEP_VARGS(fn, sep, ...) fn(DT_N_S_soc_S_power_40000000_S_gpregret1_4000051c, status, 0, __VA_ARGS__)
+#define DT_N_S_soc_S_power_40000000_S_gpregret1_4000051c_P_status_LEN 1
+#define DT_N_S_soc_S_power_40000000_S_gpregret1_4000051c_P_status_EXISTS 1
+#define DT_N_S_soc_S_power_40000000_S_gpregret1_4000051c_P_compatible {"nordic,nrf-gpregret"}
+#define DT_N_S_soc_S_power_40000000_S_gpregret1_4000051c_P_compatible_IDX_0 "nordic,nrf-gpregret"
+#define DT_N_S_soc_S_power_40000000_S_gpregret1_4000051c_P_compatible_IDX_0_STRING_UNQUOTED nordic,nrf-gpregret
+#define DT_N_S_soc_S_power_40000000_S_gpregret1_4000051c_P_compatible_IDX_0_STRING_TOKEN nordic_nrf_gpregret
+#define DT_N_S_soc_S_power_40000000_S_gpregret1_4000051c_P_compatible_IDX_0_STRING_UPPER_TOKEN NORDIC_NRF_GPREGRET
+#define DT_N_S_soc_S_power_40000000_S_gpregret1_4000051c_P_compatible_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_power_40000000_S_gpregret1_4000051c_P_compatible_FOREACH_PROP_ELEM(fn) fn(DT_N_S_soc_S_power_40000000_S_gpregret1_4000051c, compatible, 0)
+#define DT_N_S_soc_S_power_40000000_S_gpregret1_4000051c_P_compatible_FOREACH_PROP_ELEM_SEP(fn, sep) fn(DT_N_S_soc_S_power_40000000_S_gpregret1_4000051c, compatible, 0)
+#define DT_N_S_soc_S_power_40000000_S_gpregret1_4000051c_P_compatible_FOREACH_PROP_ELEM_VARGS(fn, ...) fn(DT_N_S_soc_S_power_40000000_S_gpregret1_4000051c, compatible, 0, __VA_ARGS__)
+#define DT_N_S_soc_S_power_40000000_S_gpregret1_4000051c_P_compatible_FOREACH_PROP_ELEM_SEP_VARGS(fn, sep, ...) fn(DT_N_S_soc_S_power_40000000_S_gpregret1_4000051c, compatible, 0, __VA_ARGS__)
+#define DT_N_S_soc_S_power_40000000_S_gpregret1_4000051c_P_compatible_LEN 1
+#define DT_N_S_soc_S_power_40000000_S_gpregret1_4000051c_P_compatible_EXISTS 1
+#define DT_N_S_soc_S_power_40000000_S_gpregret1_4000051c_P_reg {1073743132 /* 0x4000051c */, 1 /* 0x1 */}
+#define DT_N_S_soc_S_power_40000000_S_gpregret1_4000051c_P_reg_IDX_0 1073743132
+#define DT_N_S_soc_S_power_40000000_S_gpregret1_4000051c_P_reg_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_power_40000000_S_gpregret1_4000051c_P_reg_IDX_1 1
+#define DT_N_S_soc_S_power_40000000_S_gpregret1_4000051c_P_reg_IDX_1_EXISTS 1
+#define DT_N_S_soc_S_power_40000000_S_gpregret1_4000051c_P_reg_EXISTS 1
+#define DT_N_S_soc_S_power_40000000_S_gpregret1_4000051c_P_zephyr_deferred_init 0
+#define DT_N_S_soc_S_power_40000000_S_gpregret1_4000051c_P_zephyr_deferred_init_EXISTS 1
+
+/*
+ * Devicetree node: /soc/power@40000000/gpregret2@40000520
+ *
+ * Node identifier: DT_N_S_soc_S_power_40000000_S_gpregret2_40000520
+ *
+ * Binding (compatible = nordic,nrf-gpregret):
+ *   $ZEPHYR_BASE/dts/bindings/retained_mem/nordic,nrf-gpreget.yaml
+ *
+ * (Descriptions have moved to the Devicetree Bindings Index
+ * in the documentation.)
+ */
+
+/* Node's full path: */
+#define DT_N_S_soc_S_power_40000000_S_gpregret2_40000520_PATH "/soc/power@40000000/gpregret2@40000520"
+
+/* Node's name with unit-address: */
+#define DT_N_S_soc_S_power_40000000_S_gpregret2_40000520_FULL_NAME "gpregret2@40000520"
+
+/* Node parent (/soc/power@40000000) identifier: */
+#define DT_N_S_soc_S_power_40000000_S_gpregret2_40000520_PARENT DT_N_S_soc_S_power_40000000
+
+/* Node's index in its parent's list of children: */
+#define DT_N_S_soc_S_power_40000000_S_gpregret2_40000520_CHILD_IDX 1
+
+/* Helper macros for child nodes of this node. */
+#define DT_N_S_soc_S_power_40000000_S_gpregret2_40000520_CHILD_NUM 0
+#define DT_N_S_soc_S_power_40000000_S_gpregret2_40000520_CHILD_NUM_STATUS_OKAY 0
+#define DT_N_S_soc_S_power_40000000_S_gpregret2_40000520_FOREACH_CHILD(fn) 
+#define DT_N_S_soc_S_power_40000000_S_gpregret2_40000520_FOREACH_CHILD_SEP(fn, sep) 
+#define DT_N_S_soc_S_power_40000000_S_gpregret2_40000520_FOREACH_CHILD_VARGS(fn, ...) 
+#define DT_N_S_soc_S_power_40000000_S_gpregret2_40000520_FOREACH_CHILD_SEP_VARGS(fn, sep, ...) 
+#define DT_N_S_soc_S_power_40000000_S_gpregret2_40000520_FOREACH_CHILD_STATUS_OKAY(fn) 
+#define DT_N_S_soc_S_power_40000000_S_gpregret2_40000520_FOREACH_CHILD_STATUS_OKAY_SEP(fn, sep) 
+#define DT_N_S_soc_S_power_40000000_S_gpregret2_40000520_FOREACH_CHILD_STATUS_OKAY_VARGS(fn, ...) 
+#define DT_N_S_soc_S_power_40000000_S_gpregret2_40000520_FOREACH_CHILD_STATUS_OKAY_SEP_VARGS(fn, sep, ...) 
+
+/* Node's dependency ordinal: */
+#define DT_N_S_soc_S_power_40000000_S_gpregret2_40000520_ORD 93
+#define DT_N_S_soc_S_power_40000000_S_gpregret2_40000520_ORD_STR_SORTABLE 00093
+
+/* Ordinals for what this node depends on directly: */
+#define DT_N_S_soc_S_power_40000000_S_gpregret2_40000520_REQUIRES_ORDS \
+	91, /* /soc/power@40000000 */
+
+/* Ordinals for what depends directly on this node: */
+#define DT_N_S_soc_S_power_40000000_S_gpregret2_40000520_SUPPORTS_ORDS /* nothing */
+
+/* Existence and alternate IDs: */
+#define DT_N_S_soc_S_power_40000000_S_gpregret2_40000520_EXISTS 1
+#define DT_N_INST_1_nordic_nrf_gpregret DT_N_S_soc_S_power_40000000_S_gpregret2_40000520
+#define DT_N_NODELABEL_gpregret2        DT_N_S_soc_S_power_40000000_S_gpregret2_40000520
+
+/* Macros for properties that are special in the specification: */
+#define DT_N_S_soc_S_power_40000000_S_gpregret2_40000520_REG_NUM 1
+#define DT_N_S_soc_S_power_40000000_S_gpregret2_40000520_REG_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_power_40000000_S_gpregret2_40000520_REG_IDX_0_VAL_ADDRESS 1073743136 /* 0x40000520 */
+#define DT_N_S_soc_S_power_40000000_S_gpregret2_40000520_REG_IDX_0_VAL_SIZE 1 /* 0x1 */
+#define DT_N_S_soc_S_power_40000000_S_gpregret2_40000520_RANGES_NUM 0
+#define DT_N_S_soc_S_power_40000000_S_gpregret2_40000520_FOREACH_RANGE(fn) 
+#define DT_N_S_soc_S_power_40000000_S_gpregret2_40000520_IRQ_NUM 0
+#define DT_N_S_soc_S_power_40000000_S_gpregret2_40000520_IRQ_LEVEL 0
+#define DT_N_S_soc_S_power_40000000_S_gpregret2_40000520_COMPAT_MATCHES_nordic_nrf_gpregret 1
+#define DT_N_S_soc_S_power_40000000_S_gpregret2_40000520_COMPAT_VENDOR_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_power_40000000_S_gpregret2_40000520_COMPAT_VENDOR_IDX_0 "Nordic Semiconductor"
+#define DT_N_S_soc_S_power_40000000_S_gpregret2_40000520_COMPAT_MODEL_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_power_40000000_S_gpregret2_40000520_COMPAT_MODEL_IDX_0 "nrf-gpregret"
+#define DT_N_S_soc_S_power_40000000_S_gpregret2_40000520_STATUS_okay 1
+
+/* Pin control (pinctrl-<i>, pinctrl-names) properties: */
+#define DT_N_S_soc_S_power_40000000_S_gpregret2_40000520_PINCTRL_NUM 0
+
+/* Generic property macros: */
+#define DT_N_S_soc_S_power_40000000_S_gpregret2_40000520_P_wakeup_source 0
+#define DT_N_S_soc_S_power_40000000_S_gpregret2_40000520_P_wakeup_source_EXISTS 1
+#define DT_N_S_soc_S_power_40000000_S_gpregret2_40000520_P_zephyr_pm_device_runtime_auto 0
+#define DT_N_S_soc_S_power_40000000_S_gpregret2_40000520_P_zephyr_pm_device_runtime_auto_EXISTS 1
+#define DT_N_S_soc_S_power_40000000_S_gpregret2_40000520_P_status "okay"
+#define DT_N_S_soc_S_power_40000000_S_gpregret2_40000520_P_status_STRING_UNQUOTED okay
+#define DT_N_S_soc_S_power_40000000_S_gpregret2_40000520_P_status_STRING_TOKEN okay
+#define DT_N_S_soc_S_power_40000000_S_gpregret2_40000520_P_status_STRING_UPPER_TOKEN OKAY
+#define DT_N_S_soc_S_power_40000000_S_gpregret2_40000520_P_status_IDX_0 "okay"
+#define DT_N_S_soc_S_power_40000000_S_gpregret2_40000520_P_status_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_power_40000000_S_gpregret2_40000520_P_status_ENUM_IDX 1
+#define DT_N_S_soc_S_power_40000000_S_gpregret2_40000520_P_status_ENUM_VAL_okay_EXISTS 1
+#define DT_N_S_soc_S_power_40000000_S_gpregret2_40000520_P_status_ENUM_TOKEN okay
+#define DT_N_S_soc_S_power_40000000_S_gpregret2_40000520_P_status_ENUM_UPPER_TOKEN OKAY
+#define DT_N_S_soc_S_power_40000000_S_gpregret2_40000520_P_status_FOREACH_PROP_ELEM(fn) fn(DT_N_S_soc_S_power_40000000_S_gpregret2_40000520, status, 0)
+#define DT_N_S_soc_S_power_40000000_S_gpregret2_40000520_P_status_FOREACH_PROP_ELEM_SEP(fn, sep) fn(DT_N_S_soc_S_power_40000000_S_gpregret2_40000520, status, 0)
+#define DT_N_S_soc_S_power_40000000_S_gpregret2_40000520_P_status_FOREACH_PROP_ELEM_VARGS(fn, ...) fn(DT_N_S_soc_S_power_40000000_S_gpregret2_40000520, status, 0, __VA_ARGS__)
+#define DT_N_S_soc_S_power_40000000_S_gpregret2_40000520_P_status_FOREACH_PROP_ELEM_SEP_VARGS(fn, sep, ...) fn(DT_N_S_soc_S_power_40000000_S_gpregret2_40000520, status, 0, __VA_ARGS__)
+#define DT_N_S_soc_S_power_40000000_S_gpregret2_40000520_P_status_LEN 1
+#define DT_N_S_soc_S_power_40000000_S_gpregret2_40000520_P_status_EXISTS 1
+#define DT_N_S_soc_S_power_40000000_S_gpregret2_40000520_P_compatible {"nordic,nrf-gpregret"}
+#define DT_N_S_soc_S_power_40000000_S_gpregret2_40000520_P_compatible_IDX_0 "nordic,nrf-gpregret"
+#define DT_N_S_soc_S_power_40000000_S_gpregret2_40000520_P_compatible_IDX_0_STRING_UNQUOTED nordic,nrf-gpregret
+#define DT_N_S_soc_S_power_40000000_S_gpregret2_40000520_P_compatible_IDX_0_STRING_TOKEN nordic_nrf_gpregret
+#define DT_N_S_soc_S_power_40000000_S_gpregret2_40000520_P_compatible_IDX_0_STRING_UPPER_TOKEN NORDIC_NRF_GPREGRET
+#define DT_N_S_soc_S_power_40000000_S_gpregret2_40000520_P_compatible_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_power_40000000_S_gpregret2_40000520_P_compatible_FOREACH_PROP_ELEM(fn) fn(DT_N_S_soc_S_power_40000000_S_gpregret2_40000520, compatible, 0)
+#define DT_N_S_soc_S_power_40000000_S_gpregret2_40000520_P_compatible_FOREACH_PROP_ELEM_SEP(fn, sep) fn(DT_N_S_soc_S_power_40000000_S_gpregret2_40000520, compatible, 0)
+#define DT_N_S_soc_S_power_40000000_S_gpregret2_40000520_P_compatible_FOREACH_PROP_ELEM_VARGS(fn, ...) fn(DT_N_S_soc_S_power_40000000_S_gpregret2_40000520, compatible, 0, __VA_ARGS__)
+#define DT_N_S_soc_S_power_40000000_S_gpregret2_40000520_P_compatible_FOREACH_PROP_ELEM_SEP_VARGS(fn, sep, ...) fn(DT_N_S_soc_S_power_40000000_S_gpregret2_40000520, compatible, 0, __VA_ARGS__)
+#define DT_N_S_soc_S_power_40000000_S_gpregret2_40000520_P_compatible_LEN 1
+#define DT_N_S_soc_S_power_40000000_S_gpregret2_40000520_P_compatible_EXISTS 1
+#define DT_N_S_soc_S_power_40000000_S_gpregret2_40000520_P_reg {1073743136 /* 0x40000520 */, 1 /* 0x1 */}
+#define DT_N_S_soc_S_power_40000000_S_gpregret2_40000520_P_reg_IDX_0 1073743136
+#define DT_N_S_soc_S_power_40000000_S_gpregret2_40000520_P_reg_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_power_40000000_S_gpregret2_40000520_P_reg_IDX_1 1
+#define DT_N_S_soc_S_power_40000000_S_gpregret2_40000520_P_reg_IDX_1_EXISTS 1
+#define DT_N_S_soc_S_power_40000000_S_gpregret2_40000520_P_reg_EXISTS 1
+#define DT_N_S_soc_S_power_40000000_S_gpregret2_40000520_P_zephyr_deferred_init 0
+#define DT_N_S_soc_S_power_40000000_S_gpregret2_40000520_P_zephyr_deferred_init_EXISTS 1
+
+/*
+ * Devicetree node: /soc/radio@40001000
+ *
+ * Node identifier: DT_N_S_soc_S_radio_40001000
+ *
+ * Binding (compatible = nordic,nrf-radio):
+ *   $ZEPHYR_BASE/dts/bindings/net/wireless/nordic,nrf-radio.yaml
+ *
+ * (Descriptions have moved to the Devicetree Bindings Index
+ * in the documentation.)
+ */
+
+/* Node's full path: */
+#define DT_N_S_soc_S_radio_40001000_PATH "/soc/radio@40001000"
+
+/* Node's name with unit-address: */
+#define DT_N_S_soc_S_radio_40001000_FULL_NAME "radio@40001000"
+
+/* Node parent (/soc) identifier: */
+#define DT_N_S_soc_S_radio_40001000_PARENT DT_N_S_soc
+
+/* Node's index in its parent's list of children: */
+#define DT_N_S_soc_S_radio_40001000_CHILD_IDX 7
+
+/* Helper macros for child nodes of this node. */
+#define DT_N_S_soc_S_radio_40001000_CHILD_NUM 1
+#define DT_N_S_soc_S_radio_40001000_CHILD_NUM_STATUS_OKAY 0
+#define DT_N_S_soc_S_radio_40001000_FOREACH_CHILD(fn) fn(DT_N_S_soc_S_radio_40001000_S_ieee802154)
+#define DT_N_S_soc_S_radio_40001000_FOREACH_CHILD_SEP(fn, sep) fn(DT_N_S_soc_S_radio_40001000_S_ieee802154)
+#define DT_N_S_soc_S_radio_40001000_FOREACH_CHILD_VARGS(fn, ...) fn(DT_N_S_soc_S_radio_40001000_S_ieee802154, __VA_ARGS__)
+#define DT_N_S_soc_S_radio_40001000_FOREACH_CHILD_SEP_VARGS(fn, sep, ...) fn(DT_N_S_soc_S_radio_40001000_S_ieee802154, __VA_ARGS__)
+#define DT_N_S_soc_S_radio_40001000_FOREACH_CHILD_STATUS_OKAY(fn) 
+#define DT_N_S_soc_S_radio_40001000_FOREACH_CHILD_STATUS_OKAY_SEP(fn, sep) 
+#define DT_N_S_soc_S_radio_40001000_FOREACH_CHILD_STATUS_OKAY_VARGS(fn, ...) 
+#define DT_N_S_soc_S_radio_40001000_FOREACH_CHILD_STATUS_OKAY_SEP_VARGS(fn, sep, ...) 
+
+/* Node's dependency ordinal: */
+#define DT_N_S_soc_S_radio_40001000_ORD 94
+#define DT_N_S_soc_S_radio_40001000_ORD_STR_SORTABLE 00094
+
+/* Ordinals for what this node depends on directly: */
+#define DT_N_S_soc_S_radio_40001000_REQUIRES_ORDS \
+	5, /* /soc */ \
+	6, /* /soc/interrupt-controller@e000e100 */
+
+/* Ordinals for what depends directly on this node: */
+#define DT_N_S_soc_S_radio_40001000_SUPPORTS_ORDS \
+	95, /* /soc/radio@40001000/ieee802154 */
+
+/* Existence and alternate IDs: */
+#define DT_N_S_soc_S_radio_40001000_EXISTS 1
+#define DT_N_INST_0_nordic_nrf_radio DT_N_S_soc_S_radio_40001000
+#define DT_N_NODELABEL_radio         DT_N_S_soc_S_radio_40001000
+
+/* Macros for properties that are special in the specification: */
+#define DT_N_S_soc_S_radio_40001000_REG_NUM 1
+#define DT_N_S_soc_S_radio_40001000_REG_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_radio_40001000_REG_IDX_0_VAL_ADDRESS 1073745920 /* 0x40001000 */
+#define DT_N_S_soc_S_radio_40001000_REG_IDX_0_VAL_SIZE 4096 /* 0x1000 */
+#define DT_N_S_soc_S_radio_40001000_RANGES_NUM 0
+#define DT_N_S_soc_S_radio_40001000_FOREACH_RANGE(fn) 
+#define DT_N_S_soc_S_radio_40001000_IRQ_NUM 1
+#define DT_N_S_soc_S_radio_40001000_IRQ_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_radio_40001000_IRQ_IDX_0_VAL_irq 1
+#define DT_N_S_soc_S_radio_40001000_IRQ_IDX_0_VAL_irq_EXISTS 1
+#define DT_N_S_soc_S_radio_40001000_IRQ_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_radio_40001000_IRQ_IDX_0_VAL_priority 1
+#define DT_N_S_soc_S_radio_40001000_IRQ_IDX_0_VAL_priority_EXISTS 1
+#define DT_N_S_soc_S_radio_40001000_IRQ_IDX_0_CONTROLLER DT_N_S_soc_S_interrupt_controller_e000e100
+#define DT_N_S_soc_S_radio_40001000_IRQ_LEVEL 1
+#define DT_N_S_soc_S_radio_40001000_COMPAT_MATCHES_nordic_nrf_radio 1
+#define DT_N_S_soc_S_radio_40001000_COMPAT_VENDOR_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_radio_40001000_COMPAT_VENDOR_IDX_0 "Nordic Semiconductor"
+#define DT_N_S_soc_S_radio_40001000_COMPAT_MODEL_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_radio_40001000_COMPAT_MODEL_IDX_0 "nrf-radio"
+#define DT_N_S_soc_S_radio_40001000_STATUS_okay 1
+
+/* Pin control (pinctrl-<i>, pinctrl-names) properties: */
+#define DT_N_S_soc_S_radio_40001000_PINCTRL_NUM 0
+
+/* Generic property macros: */
+#define DT_N_S_soc_S_radio_40001000_P_wakeup_source 0
+#define DT_N_S_soc_S_radio_40001000_P_wakeup_source_EXISTS 1
+#define DT_N_S_soc_S_radio_40001000_P_zephyr_pm_device_runtime_auto 0
+#define DT_N_S_soc_S_radio_40001000_P_zephyr_pm_device_runtime_auto_EXISTS 1
+#define DT_N_S_soc_S_radio_40001000_P_status "okay"
+#define DT_N_S_soc_S_radio_40001000_P_status_STRING_UNQUOTED okay
+#define DT_N_S_soc_S_radio_40001000_P_status_STRING_TOKEN okay
+#define DT_N_S_soc_S_radio_40001000_P_status_STRING_UPPER_TOKEN OKAY
+#define DT_N_S_soc_S_radio_40001000_P_status_IDX_0 "okay"
+#define DT_N_S_soc_S_radio_40001000_P_status_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_radio_40001000_P_status_ENUM_IDX 1
+#define DT_N_S_soc_S_radio_40001000_P_status_ENUM_VAL_okay_EXISTS 1
+#define DT_N_S_soc_S_radio_40001000_P_status_ENUM_TOKEN okay
+#define DT_N_S_soc_S_radio_40001000_P_status_ENUM_UPPER_TOKEN OKAY
+#define DT_N_S_soc_S_radio_40001000_P_status_FOREACH_PROP_ELEM(fn) fn(DT_N_S_soc_S_radio_40001000, status, 0)
+#define DT_N_S_soc_S_radio_40001000_P_status_FOREACH_PROP_ELEM_SEP(fn, sep) fn(DT_N_S_soc_S_radio_40001000, status, 0)
+#define DT_N_S_soc_S_radio_40001000_P_status_FOREACH_PROP_ELEM_VARGS(fn, ...) fn(DT_N_S_soc_S_radio_40001000, status, 0, __VA_ARGS__)
+#define DT_N_S_soc_S_radio_40001000_P_status_FOREACH_PROP_ELEM_SEP_VARGS(fn, sep, ...) fn(DT_N_S_soc_S_radio_40001000, status, 0, __VA_ARGS__)
+#define DT_N_S_soc_S_radio_40001000_P_status_LEN 1
+#define DT_N_S_soc_S_radio_40001000_P_status_EXISTS 1
+#define DT_N_S_soc_S_radio_40001000_P_compatible {"nordic,nrf-radio"}
+#define DT_N_S_soc_S_radio_40001000_P_compatible_IDX_0 "nordic,nrf-radio"
+#define DT_N_S_soc_S_radio_40001000_P_compatible_IDX_0_STRING_UNQUOTED nordic,nrf-radio
+#define DT_N_S_soc_S_radio_40001000_P_compatible_IDX_0_STRING_TOKEN nordic_nrf_radio
+#define DT_N_S_soc_S_radio_40001000_P_compatible_IDX_0_STRING_UPPER_TOKEN NORDIC_NRF_RADIO
+#define DT_N_S_soc_S_radio_40001000_P_compatible_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_radio_40001000_P_compatible_FOREACH_PROP_ELEM(fn) fn(DT_N_S_soc_S_radio_40001000, compatible, 0)
+#define DT_N_S_soc_S_radio_40001000_P_compatible_FOREACH_PROP_ELEM_SEP(fn, sep) fn(DT_N_S_soc_S_radio_40001000, compatible, 0)
+#define DT_N_S_soc_S_radio_40001000_P_compatible_FOREACH_PROP_ELEM_VARGS(fn, ...) fn(DT_N_S_soc_S_radio_40001000, compatible, 0, __VA_ARGS__)
+#define DT_N_S_soc_S_radio_40001000_P_compatible_FOREACH_PROP_ELEM_SEP_VARGS(fn, sep, ...) fn(DT_N_S_soc_S_radio_40001000, compatible, 0, __VA_ARGS__)
+#define DT_N_S_soc_S_radio_40001000_P_compatible_LEN 1
+#define DT_N_S_soc_S_radio_40001000_P_compatible_EXISTS 1
+#define DT_N_S_soc_S_radio_40001000_P_reg {1073745920 /* 0x40001000 */, 4096 /* 0x1000 */}
+#define DT_N_S_soc_S_radio_40001000_P_reg_IDX_0 1073745920
+#define DT_N_S_soc_S_radio_40001000_P_reg_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_radio_40001000_P_reg_IDX_1 4096
+#define DT_N_S_soc_S_radio_40001000_P_reg_IDX_1_EXISTS 1
+#define DT_N_S_soc_S_radio_40001000_P_reg_EXISTS 1
+#define DT_N_S_soc_S_radio_40001000_P_interrupts {1 /* 0x1 */, 1 /* 0x1 */}
+#define DT_N_S_soc_S_radio_40001000_P_interrupts_IDX_0 1
+#define DT_N_S_soc_S_radio_40001000_P_interrupts_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_radio_40001000_P_interrupts_IDX_1 1
+#define DT_N_S_soc_S_radio_40001000_P_interrupts_IDX_1_EXISTS 1
+#define DT_N_S_soc_S_radio_40001000_P_interrupts_EXISTS 1
+#define DT_N_S_soc_S_radio_40001000_P_zephyr_deferred_init 0
+#define DT_N_S_soc_S_radio_40001000_P_zephyr_deferred_init_EXISTS 1
+#define DT_N_S_soc_S_radio_40001000_P_dfe_supported 1
+#define DT_N_S_soc_S_radio_40001000_P_dfe_supported_EXISTS 1
+#define DT_N_S_soc_S_radio_40001000_P_ieee802154_supported 1
+#define DT_N_S_soc_S_radio_40001000_P_ieee802154_supported_EXISTS 1
+#define DT_N_S_soc_S_radio_40001000_P_ble_2mbps_supported 1
+#define DT_N_S_soc_S_radio_40001000_P_ble_2mbps_supported_EXISTS 1
+#define DT_N_S_soc_S_radio_40001000_P_ble_coded_phy_supported 1
+#define DT_N_S_soc_S_radio_40001000_P_ble_coded_phy_supported_EXISTS 1
+#define DT_N_S_soc_S_radio_40001000_P_tx_high_power_supported 1
+#define DT_N_S_soc_S_radio_40001000_P_tx_high_power_supported_EXISTS 1
+
+/*
+ * Devicetree node: /soc/radio@40001000/ieee802154
+ *
+ * Node identifier: DT_N_S_soc_S_radio_40001000_S_ieee802154
+ *
+ * Binding (compatible = nordic,nrf-ieee802154):
+ *   $ZEPHYR_BASE/dts/bindings/ieee802154/nordic,nrf-ieee802154.yaml
+ *
+ * (Descriptions have moved to the Devicetree Bindings Index
+ * in the documentation.)
+ */
+
+/* Node's full path: */
+#define DT_N_S_soc_S_radio_40001000_S_ieee802154_PATH "/soc/radio@40001000/ieee802154"
+
+/* Node's name with unit-address: */
+#define DT_N_S_soc_S_radio_40001000_S_ieee802154_FULL_NAME "ieee802154"
+
+/* Node parent (/soc/radio@40001000) identifier: */
+#define DT_N_S_soc_S_radio_40001000_S_ieee802154_PARENT DT_N_S_soc_S_radio_40001000
+
+/* Node's index in its parent's list of children: */
+#define DT_N_S_soc_S_radio_40001000_S_ieee802154_CHILD_IDX 0
+
+/* Helper macros for child nodes of this node. */
+#define DT_N_S_soc_S_radio_40001000_S_ieee802154_CHILD_NUM 0
+#define DT_N_S_soc_S_radio_40001000_S_ieee802154_CHILD_NUM_STATUS_OKAY 0
+#define DT_N_S_soc_S_radio_40001000_S_ieee802154_FOREACH_CHILD(fn) 
+#define DT_N_S_soc_S_radio_40001000_S_ieee802154_FOREACH_CHILD_SEP(fn, sep) 
+#define DT_N_S_soc_S_radio_40001000_S_ieee802154_FOREACH_CHILD_VARGS(fn, ...) 
+#define DT_N_S_soc_S_radio_40001000_S_ieee802154_FOREACH_CHILD_SEP_VARGS(fn, sep, ...) 
+#define DT_N_S_soc_S_radio_40001000_S_ieee802154_FOREACH_CHILD_STATUS_OKAY(fn) 
+#define DT_N_S_soc_S_radio_40001000_S_ieee802154_FOREACH_CHILD_STATUS_OKAY_SEP(fn, sep) 
+#define DT_N_S_soc_S_radio_40001000_S_ieee802154_FOREACH_CHILD_STATUS_OKAY_VARGS(fn, ...) 
+#define DT_N_S_soc_S_radio_40001000_S_ieee802154_FOREACH_CHILD_STATUS_OKAY_SEP_VARGS(fn, sep, ...) 
+
+/* Node's dependency ordinal: */
+#define DT_N_S_soc_S_radio_40001000_S_ieee802154_ORD 95
+#define DT_N_S_soc_S_radio_40001000_S_ieee802154_ORD_STR_SORTABLE 00095
+
+/* Ordinals for what this node depends on directly: */
+#define DT_N_S_soc_S_radio_40001000_S_ieee802154_REQUIRES_ORDS \
+	94, /* /soc/radio@40001000 */
+
+/* Ordinals for what depends directly on this node: */
+#define DT_N_S_soc_S_radio_40001000_S_ieee802154_SUPPORTS_ORDS /* nothing */
+
+/* Existence and alternate IDs: */
+#define DT_N_S_soc_S_radio_40001000_S_ieee802154_EXISTS 1
+#define DT_N_INST_0_nordic_nrf_ieee802154 DT_N_S_soc_S_radio_40001000_S_ieee802154
+#define DT_N_NODELABEL_ieee802154         DT_N_S_soc_S_radio_40001000_S_ieee802154
+
+/* Macros for properties that are special in the specification: */
+#define DT_N_S_soc_S_radio_40001000_S_ieee802154_REG_NUM 0
+#define DT_N_S_soc_S_radio_40001000_S_ieee802154_RANGES_NUM 0
+#define DT_N_S_soc_S_radio_40001000_S_ieee802154_FOREACH_RANGE(fn) 
+#define DT_N_S_soc_S_radio_40001000_S_ieee802154_IRQ_NUM 0
+#define DT_N_S_soc_S_radio_40001000_S_ieee802154_IRQ_LEVEL 0
+#define DT_N_S_soc_S_radio_40001000_S_ieee802154_COMPAT_MATCHES_nordic_nrf_ieee802154 1
+#define DT_N_S_soc_S_radio_40001000_S_ieee802154_COMPAT_VENDOR_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_radio_40001000_S_ieee802154_COMPAT_VENDOR_IDX_0 "Nordic Semiconductor"
+#define DT_N_S_soc_S_radio_40001000_S_ieee802154_COMPAT_MODEL_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_radio_40001000_S_ieee802154_COMPAT_MODEL_IDX_0 "nrf-ieee802154"
+#define DT_N_S_soc_S_radio_40001000_S_ieee802154_STATUS_disabled 1
+
+/* Pin control (pinctrl-<i>, pinctrl-names) properties: */
+#define DT_N_S_soc_S_radio_40001000_S_ieee802154_PINCTRL_NUM 0
+
+/* Generic property macros: */
+#define DT_N_S_soc_S_radio_40001000_S_ieee802154_P_wakeup_source 0
+#define DT_N_S_soc_S_radio_40001000_S_ieee802154_P_wakeup_source_EXISTS 1
+#define DT_N_S_soc_S_radio_40001000_S_ieee802154_P_zephyr_pm_device_runtime_auto 0
+#define DT_N_S_soc_S_radio_40001000_S_ieee802154_P_zephyr_pm_device_runtime_auto_EXISTS 1
+#define DT_N_S_soc_S_radio_40001000_S_ieee802154_P_status "disabled"
+#define DT_N_S_soc_S_radio_40001000_S_ieee802154_P_status_STRING_UNQUOTED disabled
+#define DT_N_S_soc_S_radio_40001000_S_ieee802154_P_status_STRING_TOKEN disabled
+#define DT_N_S_soc_S_radio_40001000_S_ieee802154_P_status_STRING_UPPER_TOKEN DISABLED
+#define DT_N_S_soc_S_radio_40001000_S_ieee802154_P_status_IDX_0 "disabled"
+#define DT_N_S_soc_S_radio_40001000_S_ieee802154_P_status_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_radio_40001000_S_ieee802154_P_status_ENUM_IDX 2
+#define DT_N_S_soc_S_radio_40001000_S_ieee802154_P_status_ENUM_VAL_disabled_EXISTS 1
+#define DT_N_S_soc_S_radio_40001000_S_ieee802154_P_status_ENUM_TOKEN disabled
+#define DT_N_S_soc_S_radio_40001000_S_ieee802154_P_status_ENUM_UPPER_TOKEN DISABLED
+#define DT_N_S_soc_S_radio_40001000_S_ieee802154_P_status_FOREACH_PROP_ELEM(fn) fn(DT_N_S_soc_S_radio_40001000_S_ieee802154, status, 0)
+#define DT_N_S_soc_S_radio_40001000_S_ieee802154_P_status_FOREACH_PROP_ELEM_SEP(fn, sep) fn(DT_N_S_soc_S_radio_40001000_S_ieee802154, status, 0)
+#define DT_N_S_soc_S_radio_40001000_S_ieee802154_P_status_FOREACH_PROP_ELEM_VARGS(fn, ...) fn(DT_N_S_soc_S_radio_40001000_S_ieee802154, status, 0, __VA_ARGS__)
+#define DT_N_S_soc_S_radio_40001000_S_ieee802154_P_status_FOREACH_PROP_ELEM_SEP_VARGS(fn, sep, ...) fn(DT_N_S_soc_S_radio_40001000_S_ieee802154, status, 0, __VA_ARGS__)
+#define DT_N_S_soc_S_radio_40001000_S_ieee802154_P_status_LEN 1
+#define DT_N_S_soc_S_radio_40001000_S_ieee802154_P_status_EXISTS 1
+#define DT_N_S_soc_S_radio_40001000_S_ieee802154_P_compatible {"nordic,nrf-ieee802154"}
+#define DT_N_S_soc_S_radio_40001000_S_ieee802154_P_compatible_IDX_0 "nordic,nrf-ieee802154"
+#define DT_N_S_soc_S_radio_40001000_S_ieee802154_P_compatible_IDX_0_STRING_UNQUOTED nordic,nrf-ieee802154
+#define DT_N_S_soc_S_radio_40001000_S_ieee802154_P_compatible_IDX_0_STRING_TOKEN nordic_nrf_ieee802154
+#define DT_N_S_soc_S_radio_40001000_S_ieee802154_P_compatible_IDX_0_STRING_UPPER_TOKEN NORDIC_NRF_IEEE802154
+#define DT_N_S_soc_S_radio_40001000_S_ieee802154_P_compatible_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_radio_40001000_S_ieee802154_P_compatible_FOREACH_PROP_ELEM(fn) fn(DT_N_S_soc_S_radio_40001000_S_ieee802154, compatible, 0)
+#define DT_N_S_soc_S_radio_40001000_S_ieee802154_P_compatible_FOREACH_PROP_ELEM_SEP(fn, sep) fn(DT_N_S_soc_S_radio_40001000_S_ieee802154, compatible, 0)
+#define DT_N_S_soc_S_radio_40001000_S_ieee802154_P_compatible_FOREACH_PROP_ELEM_VARGS(fn, ...) fn(DT_N_S_soc_S_radio_40001000_S_ieee802154, compatible, 0, __VA_ARGS__)
+#define DT_N_S_soc_S_radio_40001000_S_ieee802154_P_compatible_FOREACH_PROP_ELEM_SEP_VARGS(fn, sep, ...) fn(DT_N_S_soc_S_radio_40001000_S_ieee802154, compatible, 0, __VA_ARGS__)
+#define DT_N_S_soc_S_radio_40001000_S_ieee802154_P_compatible_LEN 1
+#define DT_N_S_soc_S_radio_40001000_S_ieee802154_P_compatible_EXISTS 1
+#define DT_N_S_soc_S_radio_40001000_S_ieee802154_P_zephyr_deferred_init 0
+#define DT_N_S_soc_S_radio_40001000_S_ieee802154_P_zephyr_deferred_init_EXISTS 1
+
+/*
+ * Devicetree node: /soc/spi@40004000
+ *
+ * Node identifier: DT_N_S_soc_S_spi_40004000
+ *
+ * Binding (compatible = nordic,nrf-spim):
+ *   $ZEPHYR_BASE/dts/bindings/spi/nordic,nrf-spim.yaml
+ *
+ * (Descriptions have moved to the Devicetree Bindings Index
+ * in the documentation.)
+ */
+
+/* Node's full path: */
+#define DT_N_S_soc_S_spi_40004000_PATH "/soc/spi@40004000"
+
+/* Node's name with unit-address: */
+#define DT_N_S_soc_S_spi_40004000_FULL_NAME "spi@40004000"
+
+/* Node parent (/soc) identifier: */
+#define DT_N_S_soc_S_spi_40004000_PARENT DT_N_S_soc
+
+/* Node's index in its parent's list of children: */
+#define DT_N_S_soc_S_spi_40004000_CHILD_IDX 12
+
+/* Helper macros for child nodes of this node. */
+#define DT_N_S_soc_S_spi_40004000_CHILD_NUM 2
+#define DT_N_S_soc_S_spi_40004000_CHILD_NUM_STATUS_OKAY 2
+#define DT_N_S_soc_S_spi_40004000_FOREACH_CHILD(fn) fn(DT_N_S_soc_S_spi_40004000_S_lora_radio_0) fn(DT_N_S_soc_S_spi_40004000_S_bme280_1)
+#define DT_N_S_soc_S_spi_40004000_FOREACH_CHILD_SEP(fn, sep) fn(DT_N_S_soc_S_spi_40004000_S_lora_radio_0) DT_DEBRACKET_INTERNAL sep fn(DT_N_S_soc_S_spi_40004000_S_bme280_1)
+#define DT_N_S_soc_S_spi_40004000_FOREACH_CHILD_VARGS(fn, ...) fn(DT_N_S_soc_S_spi_40004000_S_lora_radio_0, __VA_ARGS__) fn(DT_N_S_soc_S_spi_40004000_S_bme280_1, __VA_ARGS__)
+#define DT_N_S_soc_S_spi_40004000_FOREACH_CHILD_SEP_VARGS(fn, sep, ...) fn(DT_N_S_soc_S_spi_40004000_S_lora_radio_0, __VA_ARGS__) DT_DEBRACKET_INTERNAL sep fn(DT_N_S_soc_S_spi_40004000_S_bme280_1, __VA_ARGS__)
+#define DT_N_S_soc_S_spi_40004000_FOREACH_CHILD_STATUS_OKAY(fn) fn(DT_N_S_soc_S_spi_40004000_S_lora_radio_0) fn(DT_N_S_soc_S_spi_40004000_S_bme280_1)
+#define DT_N_S_soc_S_spi_40004000_FOREACH_CHILD_STATUS_OKAY_SEP(fn, sep) fn(DT_N_S_soc_S_spi_40004000_S_lora_radio_0) DT_DEBRACKET_INTERNAL sep fn(DT_N_S_soc_S_spi_40004000_S_bme280_1)
+#define DT_N_S_soc_S_spi_40004000_FOREACH_CHILD_STATUS_OKAY_VARGS(fn, ...) fn(DT_N_S_soc_S_spi_40004000_S_lora_radio_0, __VA_ARGS__) fn(DT_N_S_soc_S_spi_40004000_S_bme280_1, __VA_ARGS__)
+#define DT_N_S_soc_S_spi_40004000_FOREACH_CHILD_STATUS_OKAY_SEP_VARGS(fn, sep, ...) fn(DT_N_S_soc_S_spi_40004000_S_lora_radio_0, __VA_ARGS__) DT_DEBRACKET_INTERNAL sep fn(DT_N_S_soc_S_spi_40004000_S_bme280_1, __VA_ARGS__)
+
+/* Node's dependency ordinal: */
+#define DT_N_S_soc_S_spi_40004000_ORD 96
+#define DT_N_S_soc_S_spi_40004000_ORD_STR_SORTABLE 00096
+
+/* Ordinals for what this node depends on directly: */
+#define DT_N_S_soc_S_spi_40004000_REQUIRES_ORDS \
+	5, /* /soc */ \
+	6, /* /soc/interrupt-controller@e000e100 */ \
+	8, /* /soc/gpio@50000000 */ \
+	30, /* /pin-controller/spi1_default_alt */ \
+	32, /* /pin-controller/spi1_sleep_alt */
+
+/* Ordinals for what depends directly on this node: */
+#define DT_N_S_soc_S_spi_40004000_SUPPORTS_ORDS \
+	97, /* /soc/spi@40004000/bme280@1 */ \
+	98, /* /soc/spi@40004000/lora_radio@0 */
+
+/* Existence and alternate IDs: */
+#define DT_N_S_soc_S_spi_40004000_EXISTS 1
+#define DT_N_INST_0_nordic_nrf_spim DT_N_S_soc_S_spi_40004000
+#define DT_N_NODELABEL_spi1         DT_N_S_soc_S_spi_40004000
+
+/* Macros for properties that are special in the specification: */
+#define DT_N_S_soc_S_spi_40004000_REG_NUM 1
+#define DT_N_S_soc_S_spi_40004000_REG_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_spi_40004000_REG_IDX_0_VAL_ADDRESS 1073758208 /* 0x40004000 */
+#define DT_N_S_soc_S_spi_40004000_REG_IDX_0_VAL_SIZE 4096 /* 0x1000 */
+#define DT_N_S_soc_S_spi_40004000_RANGES_NUM 0
+#define DT_N_S_soc_S_spi_40004000_FOREACH_RANGE(fn) 
+#define DT_N_S_soc_S_spi_40004000_IRQ_NUM 1
+#define DT_N_S_soc_S_spi_40004000_IRQ_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_spi_40004000_IRQ_IDX_0_VAL_irq 4
+#define DT_N_S_soc_S_spi_40004000_IRQ_IDX_0_VAL_irq_EXISTS 1
+#define DT_N_S_soc_S_spi_40004000_IRQ_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_spi_40004000_IRQ_IDX_0_VAL_priority 1
+#define DT_N_S_soc_S_spi_40004000_IRQ_IDX_0_VAL_priority_EXISTS 1
+#define DT_N_S_soc_S_spi_40004000_IRQ_IDX_0_CONTROLLER DT_N_S_soc_S_interrupt_controller_e000e100
+#define DT_N_S_soc_S_spi_40004000_IRQ_LEVEL 1
+#define DT_N_S_soc_S_spi_40004000_COMPAT_MATCHES_nordic_nrf_spim 1
+#define DT_N_S_soc_S_spi_40004000_COMPAT_VENDOR_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_spi_40004000_COMPAT_VENDOR_IDX_0 "Nordic Semiconductor"
+#define DT_N_S_soc_S_spi_40004000_COMPAT_MODEL_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_spi_40004000_COMPAT_MODEL_IDX_0 "nrf-spim"
+#define DT_N_S_soc_S_spi_40004000_STATUS_okay 1
+
+/* Pin control (pinctrl-<i>, pinctrl-names) properties: */
+#define DT_N_S_soc_S_spi_40004000_PINCTRL_NUM 2
+#define DT_N_S_soc_S_spi_40004000_PINCTRL_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_spi_40004000_PINCTRL_IDX_0_TOKEN default
+#define DT_N_S_soc_S_spi_40004000_PINCTRL_IDX_0_UPPER_TOKEN DEFAULT
+#define DT_N_S_soc_S_spi_40004000_PINCTRL_NAME_default_EXISTS 1
+#define DT_N_S_soc_S_spi_40004000_PINCTRL_NAME_default_IDX 0
+#define DT_N_S_soc_S_spi_40004000_PINCTRL_NAME_default_IDX_0_PH DT_N_S_pin_controller_S_spi1_default_alt
+#define DT_N_S_soc_S_spi_40004000_PINCTRL_IDX_1_EXISTS 1
+#define DT_N_S_soc_S_spi_40004000_PINCTRL_IDX_1_TOKEN sleep
+#define DT_N_S_soc_S_spi_40004000_PINCTRL_IDX_1_UPPER_TOKEN SLEEP
+#define DT_N_S_soc_S_spi_40004000_PINCTRL_NAME_sleep_EXISTS 1
+#define DT_N_S_soc_S_spi_40004000_PINCTRL_NAME_sleep_IDX 1
+#define DT_N_S_soc_S_spi_40004000_PINCTRL_NAME_sleep_IDX_0_PH DT_N_S_pin_controller_S_spi1_sleep_alt
+
+/* Generic property macros: */
+#define DT_N_S_soc_S_spi_40004000_P_wakeup_source 0
+#define DT_N_S_soc_S_spi_40004000_P_wakeup_source_EXISTS 1
+#define DT_N_S_soc_S_spi_40004000_P_zephyr_pm_device_runtime_auto 0
+#define DT_N_S_soc_S_spi_40004000_P_zephyr_pm_device_runtime_auto_EXISTS 1
+#define DT_N_S_soc_S_spi_40004000_P_status "okay"
+#define DT_N_S_soc_S_spi_40004000_P_status_STRING_UNQUOTED okay
+#define DT_N_S_soc_S_spi_40004000_P_status_STRING_TOKEN okay
+#define DT_N_S_soc_S_spi_40004000_P_status_STRING_UPPER_TOKEN OKAY
+#define DT_N_S_soc_S_spi_40004000_P_status_IDX_0 "okay"
+#define DT_N_S_soc_S_spi_40004000_P_status_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_spi_40004000_P_status_ENUM_IDX 1
+#define DT_N_S_soc_S_spi_40004000_P_status_ENUM_VAL_okay_EXISTS 1
+#define DT_N_S_soc_S_spi_40004000_P_status_ENUM_TOKEN okay
+#define DT_N_S_soc_S_spi_40004000_P_status_ENUM_UPPER_TOKEN OKAY
+#define DT_N_S_soc_S_spi_40004000_P_status_FOREACH_PROP_ELEM(fn) fn(DT_N_S_soc_S_spi_40004000, status, 0)
+#define DT_N_S_soc_S_spi_40004000_P_status_FOREACH_PROP_ELEM_SEP(fn, sep) fn(DT_N_S_soc_S_spi_40004000, status, 0)
+#define DT_N_S_soc_S_spi_40004000_P_status_FOREACH_PROP_ELEM_VARGS(fn, ...) fn(DT_N_S_soc_S_spi_40004000, status, 0, __VA_ARGS__)
+#define DT_N_S_soc_S_spi_40004000_P_status_FOREACH_PROP_ELEM_SEP_VARGS(fn, sep, ...) fn(DT_N_S_soc_S_spi_40004000, status, 0, __VA_ARGS__)
+#define DT_N_S_soc_S_spi_40004000_P_status_LEN 1
+#define DT_N_S_soc_S_spi_40004000_P_status_EXISTS 1
+#define DT_N_S_soc_S_spi_40004000_P_compatible {"nordic,nrf-spim"}
+#define DT_N_S_soc_S_spi_40004000_P_compatible_IDX_0 "nordic,nrf-spim"
+#define DT_N_S_soc_S_spi_40004000_P_compatible_IDX_0_STRING_UNQUOTED nordic,nrf-spim
+#define DT_N_S_soc_S_spi_40004000_P_compatible_IDX_0_STRING_TOKEN nordic_nrf_spim
+#define DT_N_S_soc_S_spi_40004000_P_compatible_IDX_0_STRING_UPPER_TOKEN NORDIC_NRF_SPIM
+#define DT_N_S_soc_S_spi_40004000_P_compatible_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_spi_40004000_P_compatible_FOREACH_PROP_ELEM(fn) fn(DT_N_S_soc_S_spi_40004000, compatible, 0)
+#define DT_N_S_soc_S_spi_40004000_P_compatible_FOREACH_PROP_ELEM_SEP(fn, sep) fn(DT_N_S_soc_S_spi_40004000, compatible, 0)
+#define DT_N_S_soc_S_spi_40004000_P_compatible_FOREACH_PROP_ELEM_VARGS(fn, ...) fn(DT_N_S_soc_S_spi_40004000, compatible, 0, __VA_ARGS__)
+#define DT_N_S_soc_S_spi_40004000_P_compatible_FOREACH_PROP_ELEM_SEP_VARGS(fn, sep, ...) fn(DT_N_S_soc_S_spi_40004000, compatible, 0, __VA_ARGS__)
+#define DT_N_S_soc_S_spi_40004000_P_compatible_LEN 1
+#define DT_N_S_soc_S_spi_40004000_P_compatible_EXISTS 1
+#define DT_N_S_soc_S_spi_40004000_P_reg {1073758208 /* 0x40004000 */, 4096 /* 0x1000 */}
+#define DT_N_S_soc_S_spi_40004000_P_reg_IDX_0 1073758208
+#define DT_N_S_soc_S_spi_40004000_P_reg_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_spi_40004000_P_reg_IDX_1 4096
+#define DT_N_S_soc_S_spi_40004000_P_reg_IDX_1_EXISTS 1
+#define DT_N_S_soc_S_spi_40004000_P_reg_EXISTS 1
+#define DT_N_S_soc_S_spi_40004000_P_interrupts {4 /* 0x4 */, 1 /* 0x1 */}
+#define DT_N_S_soc_S_spi_40004000_P_interrupts_IDX_0 4
+#define DT_N_S_soc_S_spi_40004000_P_interrupts_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_spi_40004000_P_interrupts_IDX_1 1
+#define DT_N_S_soc_S_spi_40004000_P_interrupts_IDX_1_EXISTS 1
+#define DT_N_S_soc_S_spi_40004000_P_interrupts_EXISTS 1
+#define DT_N_S_soc_S_spi_40004000_P_zephyr_deferred_init 0
+#define DT_N_S_soc_S_spi_40004000_P_zephyr_deferred_init_EXISTS 1
+#define DT_N_S_soc_S_spi_40004000_P_cs_gpios_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_spi_40004000_P_cs_gpios_IDX_0_PH DT_N_S_soc_S_gpio_50000000
+#define DT_N_S_soc_S_spi_40004000_P_cs_gpios_IDX_0_VAL_pin 11
+#define DT_N_S_soc_S_spi_40004000_P_cs_gpios_IDX_0_VAL_pin_EXISTS 1
+#define DT_N_S_soc_S_spi_40004000_P_cs_gpios_IDX_0_VAL_flags 1
+#define DT_N_S_soc_S_spi_40004000_P_cs_gpios_IDX_0_VAL_flags_EXISTS 1
+#define DT_N_S_soc_S_spi_40004000_P_cs_gpios_IDX_1_EXISTS 1
+#define DT_N_S_soc_S_spi_40004000_P_cs_gpios_IDX_1_PH DT_N_S_soc_S_gpio_50000000
+#define DT_N_S_soc_S_spi_40004000_P_cs_gpios_IDX_1_VAL_pin 23
+#define DT_N_S_soc_S_spi_40004000_P_cs_gpios_IDX_1_VAL_pin_EXISTS 1
+#define DT_N_S_soc_S_spi_40004000_P_cs_gpios_IDX_1_VAL_flags 1
+#define DT_N_S_soc_S_spi_40004000_P_cs_gpios_IDX_1_VAL_flags_EXISTS 1
+#define DT_N_S_soc_S_spi_40004000_P_cs_gpios_FOREACH_PROP_ELEM(fn) fn(DT_N_S_soc_S_spi_40004000, cs_gpios, 0) \
+	fn(DT_N_S_soc_S_spi_40004000, cs_gpios, 1)
+#define DT_N_S_soc_S_spi_40004000_P_cs_gpios_FOREACH_PROP_ELEM_SEP(fn, sep) fn(DT_N_S_soc_S_spi_40004000, cs_gpios, 0) DT_DEBRACKET_INTERNAL sep \
+	fn(DT_N_S_soc_S_spi_40004000, cs_gpios, 1)
+#define DT_N_S_soc_S_spi_40004000_P_cs_gpios_FOREACH_PROP_ELEM_VARGS(fn, ...) fn(DT_N_S_soc_S_spi_40004000, cs_gpios, 0, __VA_ARGS__) \
+	fn(DT_N_S_soc_S_spi_40004000, cs_gpios, 1, __VA_ARGS__)
+#define DT_N_S_soc_S_spi_40004000_P_cs_gpios_FOREACH_PROP_ELEM_SEP_VARGS(fn, sep, ...) fn(DT_N_S_soc_S_spi_40004000, cs_gpios, 0, __VA_ARGS__) DT_DEBRACKET_INTERNAL sep \
+	fn(DT_N_S_soc_S_spi_40004000, cs_gpios, 1, __VA_ARGS__)
+#define DT_N_S_soc_S_spi_40004000_P_cs_gpios_LEN 2
+#define DT_N_S_soc_S_spi_40004000_P_cs_gpios_EXISTS 1
+#define DT_N_S_soc_S_spi_40004000_P_pinctrl_0_IDX_0 DT_N_S_pin_controller_S_spi1_default_alt
+#define DT_N_S_soc_S_spi_40004000_P_pinctrl_0_IDX_0_PH DT_N_S_pin_controller_S_spi1_default_alt
+#define DT_N_S_soc_S_spi_40004000_P_pinctrl_0_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_spi_40004000_P_pinctrl_0_FOREACH_PROP_ELEM(fn) fn(DT_N_S_soc_S_spi_40004000, pinctrl_0, 0)
+#define DT_N_S_soc_S_spi_40004000_P_pinctrl_0_FOREACH_PROP_ELEM_SEP(fn, sep) fn(DT_N_S_soc_S_spi_40004000, pinctrl_0, 0)
+#define DT_N_S_soc_S_spi_40004000_P_pinctrl_0_FOREACH_PROP_ELEM_VARGS(fn, ...) fn(DT_N_S_soc_S_spi_40004000, pinctrl_0, 0, __VA_ARGS__)
+#define DT_N_S_soc_S_spi_40004000_P_pinctrl_0_FOREACH_PROP_ELEM_SEP_VARGS(fn, sep, ...) fn(DT_N_S_soc_S_spi_40004000, pinctrl_0, 0, __VA_ARGS__)
+#define DT_N_S_soc_S_spi_40004000_P_pinctrl_0_LEN 1
+#define DT_N_S_soc_S_spi_40004000_P_pinctrl_0_EXISTS 1
+#define DT_N_S_soc_S_spi_40004000_P_pinctrl_1_IDX_0 DT_N_S_pin_controller_S_spi1_sleep_alt
+#define DT_N_S_soc_S_spi_40004000_P_pinctrl_1_IDX_0_PH DT_N_S_pin_controller_S_spi1_sleep_alt
+#define DT_N_S_soc_S_spi_40004000_P_pinctrl_1_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_spi_40004000_P_pinctrl_1_FOREACH_PROP_ELEM(fn) fn(DT_N_S_soc_S_spi_40004000, pinctrl_1, 0)
+#define DT_N_S_soc_S_spi_40004000_P_pinctrl_1_FOREACH_PROP_ELEM_SEP(fn, sep) fn(DT_N_S_soc_S_spi_40004000, pinctrl_1, 0)
+#define DT_N_S_soc_S_spi_40004000_P_pinctrl_1_FOREACH_PROP_ELEM_VARGS(fn, ...) fn(DT_N_S_soc_S_spi_40004000, pinctrl_1, 0, __VA_ARGS__)
+#define DT_N_S_soc_S_spi_40004000_P_pinctrl_1_FOREACH_PROP_ELEM_SEP_VARGS(fn, sep, ...) fn(DT_N_S_soc_S_spi_40004000, pinctrl_1, 0, __VA_ARGS__)
+#define DT_N_S_soc_S_spi_40004000_P_pinctrl_1_LEN 1
+#define DT_N_S_soc_S_spi_40004000_P_pinctrl_1_EXISTS 1
+#define DT_N_S_soc_S_spi_40004000_P_pinctrl_names {"default", "sleep"}
+#define DT_N_S_soc_S_spi_40004000_P_pinctrl_names_IDX_0 "default"
+#define DT_N_S_soc_S_spi_40004000_P_pinctrl_names_IDX_0_STRING_UNQUOTED default
+#define DT_N_S_soc_S_spi_40004000_P_pinctrl_names_IDX_0_STRING_TOKEN default
+#define DT_N_S_soc_S_spi_40004000_P_pinctrl_names_IDX_0_STRING_UPPER_TOKEN DEFAULT
+#define DT_N_S_soc_S_spi_40004000_P_pinctrl_names_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_spi_40004000_P_pinctrl_names_IDX_1 "sleep"
+#define DT_N_S_soc_S_spi_40004000_P_pinctrl_names_IDX_1_STRING_UNQUOTED sleep
+#define DT_N_S_soc_S_spi_40004000_P_pinctrl_names_IDX_1_STRING_TOKEN sleep
+#define DT_N_S_soc_S_spi_40004000_P_pinctrl_names_IDX_1_STRING_UPPER_TOKEN SLEEP
+#define DT_N_S_soc_S_spi_40004000_P_pinctrl_names_IDX_1_EXISTS 1
+#define DT_N_S_soc_S_spi_40004000_P_pinctrl_names_FOREACH_PROP_ELEM(fn) fn(DT_N_S_soc_S_spi_40004000, pinctrl_names, 0) \
+	fn(DT_N_S_soc_S_spi_40004000, pinctrl_names, 1)
+#define DT_N_S_soc_S_spi_40004000_P_pinctrl_names_FOREACH_PROP_ELEM_SEP(fn, sep) fn(DT_N_S_soc_S_spi_40004000, pinctrl_names, 0) DT_DEBRACKET_INTERNAL sep \
+	fn(DT_N_S_soc_S_spi_40004000, pinctrl_names, 1)
+#define DT_N_S_soc_S_spi_40004000_P_pinctrl_names_FOREACH_PROP_ELEM_VARGS(fn, ...) fn(DT_N_S_soc_S_spi_40004000, pinctrl_names, 0, __VA_ARGS__) \
+	fn(DT_N_S_soc_S_spi_40004000, pinctrl_names, 1, __VA_ARGS__)
+#define DT_N_S_soc_S_spi_40004000_P_pinctrl_names_FOREACH_PROP_ELEM_SEP_VARGS(fn, sep, ...) fn(DT_N_S_soc_S_spi_40004000, pinctrl_names, 0, __VA_ARGS__) DT_DEBRACKET_INTERNAL sep \
+	fn(DT_N_S_soc_S_spi_40004000, pinctrl_names, 1, __VA_ARGS__)
+#define DT_N_S_soc_S_spi_40004000_P_pinctrl_names_LEN 2
+#define DT_N_S_soc_S_spi_40004000_P_pinctrl_names_EXISTS 1
+#define DT_N_S_soc_S_spi_40004000_P_max_frequency 8000000
+#define DT_N_S_soc_S_spi_40004000_P_max_frequency_EXISTS 1
+#define DT_N_S_soc_S_spi_40004000_P_overrun_character 255
+#define DT_N_S_soc_S_spi_40004000_P_overrun_character_EXISTS 1
+#define DT_N_S_soc_S_spi_40004000_P_easydma_maxcnt_bits 16
+#define DT_N_S_soc_S_spi_40004000_P_easydma_maxcnt_bits_EXISTS 1
+#define DT_N_S_soc_S_spi_40004000_P_anomaly_58_workaround 0
+#define DT_N_S_soc_S_spi_40004000_P_anomaly_58_workaround_EXISTS 1
+#define DT_N_S_soc_S_spi_40004000_P_rx_delay_supported 0
+#define DT_N_S_soc_S_spi_40004000_P_rx_delay_supported_EXISTS 1
+
+/*
+ * Devicetree node: /soc/spi@40004000/bme280@1
+ *
+ * Node identifier: DT_N_S_soc_S_spi_40004000_S_bme280_1
+ *
+ * Binding (compatible = bosch,bme280):
+ *   $ZEPHYR_BASE/dts/bindings/sensor/bosch,bme280-spi.yaml
+ *
+ * (Descriptions have moved to the Devicetree Bindings Index
+ * in the documentation.)
+ */
+
+/* Node's full path: */
+#define DT_N_S_soc_S_spi_40004000_S_bme280_1_PATH "/soc/spi@40004000/bme280@1"
+
+/* Node's name with unit-address: */
+#define DT_N_S_soc_S_spi_40004000_S_bme280_1_FULL_NAME "bme280@1"
+
+/* Node parent (/soc/spi@40004000) identifier: */
+#define DT_N_S_soc_S_spi_40004000_S_bme280_1_PARENT DT_N_S_soc_S_spi_40004000
+
+/* Node's index in its parent's list of children: */
+#define DT_N_S_soc_S_spi_40004000_S_bme280_1_CHILD_IDX 1
+
+/* Helper macros for child nodes of this node. */
+#define DT_N_S_soc_S_spi_40004000_S_bme280_1_CHILD_NUM 0
+#define DT_N_S_soc_S_spi_40004000_S_bme280_1_CHILD_NUM_STATUS_OKAY 0
+#define DT_N_S_soc_S_spi_40004000_S_bme280_1_FOREACH_CHILD(fn) 
+#define DT_N_S_soc_S_spi_40004000_S_bme280_1_FOREACH_CHILD_SEP(fn, sep) 
+#define DT_N_S_soc_S_spi_40004000_S_bme280_1_FOREACH_CHILD_VARGS(fn, ...) 
+#define DT_N_S_soc_S_spi_40004000_S_bme280_1_FOREACH_CHILD_SEP_VARGS(fn, sep, ...) 
+#define DT_N_S_soc_S_spi_40004000_S_bme280_1_FOREACH_CHILD_STATUS_OKAY(fn) 
+#define DT_N_S_soc_S_spi_40004000_S_bme280_1_FOREACH_CHILD_STATUS_OKAY_SEP(fn, sep) 
+#define DT_N_S_soc_S_spi_40004000_S_bme280_1_FOREACH_CHILD_STATUS_OKAY_VARGS(fn, ...) 
+#define DT_N_S_soc_S_spi_40004000_S_bme280_1_FOREACH_CHILD_STATUS_OKAY_SEP_VARGS(fn, sep, ...) 
+
+/* Node's dependency ordinal: */
+#define DT_N_S_soc_S_spi_40004000_S_bme280_1_ORD 97
+#define DT_N_S_soc_S_spi_40004000_S_bme280_1_ORD_STR_SORTABLE 00097
+
+/* Ordinals for what this node depends on directly: */
+#define DT_N_S_soc_S_spi_40004000_S_bme280_1_REQUIRES_ORDS \
+	96, /* /soc/spi@40004000 */
+
+/* Ordinals for what depends directly on this node: */
+#define DT_N_S_soc_S_spi_40004000_S_bme280_1_SUPPORTS_ORDS /* nothing */
+
+/* Existence and alternate IDs: */
+#define DT_N_S_soc_S_spi_40004000_S_bme280_1_EXISTS 1
+#define DT_N_INST_0_bosch_bme280 DT_N_S_soc_S_spi_40004000_S_bme280_1
+
+/* Bus info (controller: '/soc/spi@40004000', type: '['spi']') */
+#define DT_N_S_soc_S_spi_40004000_S_bme280_1_BUS_spi 1
+#define DT_N_S_soc_S_spi_40004000_S_bme280_1_BUS DT_N_S_soc_S_spi_40004000
+
+/* Macros for properties that are special in the specification: */
+#define DT_N_S_soc_S_spi_40004000_S_bme280_1_REG_NUM 1
+#define DT_N_S_soc_S_spi_40004000_S_bme280_1_REG_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_spi_40004000_S_bme280_1_REG_IDX_0_VAL_ADDRESS 1 /* 0x1 */
+#define DT_N_S_soc_S_spi_40004000_S_bme280_1_RANGES_NUM 0
+#define DT_N_S_soc_S_spi_40004000_S_bme280_1_FOREACH_RANGE(fn) 
+#define DT_N_S_soc_S_spi_40004000_S_bme280_1_IRQ_NUM 0
+#define DT_N_S_soc_S_spi_40004000_S_bme280_1_IRQ_LEVEL 0
+#define DT_N_S_soc_S_spi_40004000_S_bme280_1_COMPAT_MATCHES_bosch_bme280 1
+#define DT_N_S_soc_S_spi_40004000_S_bme280_1_COMPAT_VENDOR_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_spi_40004000_S_bme280_1_COMPAT_VENDOR_IDX_0 "Bosch Sensortec GmbH"
+#define DT_N_S_soc_S_spi_40004000_S_bme280_1_COMPAT_MODEL_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_spi_40004000_S_bme280_1_COMPAT_MODEL_IDX_0 "bme280"
+#define DT_N_S_soc_S_spi_40004000_S_bme280_1_STATUS_okay 1
+
+/* Pin control (pinctrl-<i>, pinctrl-names) properties: */
+#define DT_N_S_soc_S_spi_40004000_S_bme280_1_PINCTRL_NUM 0
+
+/* Generic property macros: */
+#define DT_N_S_soc_S_spi_40004000_S_bme280_1_P_wakeup_source 0
+#define DT_N_S_soc_S_spi_40004000_S_bme280_1_P_wakeup_source_EXISTS 1
+#define DT_N_S_soc_S_spi_40004000_S_bme280_1_P_zephyr_pm_device_runtime_auto 0
+#define DT_N_S_soc_S_spi_40004000_S_bme280_1_P_zephyr_pm_device_runtime_auto_EXISTS 1
+#define DT_N_S_soc_S_spi_40004000_S_bme280_1_P_status "okay"
+#define DT_N_S_soc_S_spi_40004000_S_bme280_1_P_status_STRING_UNQUOTED okay
+#define DT_N_S_soc_S_spi_40004000_S_bme280_1_P_status_STRING_TOKEN okay
+#define DT_N_S_soc_S_spi_40004000_S_bme280_1_P_status_STRING_UPPER_TOKEN OKAY
+#define DT_N_S_soc_S_spi_40004000_S_bme280_1_P_status_IDX_0 "okay"
+#define DT_N_S_soc_S_spi_40004000_S_bme280_1_P_status_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_spi_40004000_S_bme280_1_P_status_ENUM_IDX 1
+#define DT_N_S_soc_S_spi_40004000_S_bme280_1_P_status_ENUM_VAL_okay_EXISTS 1
+#define DT_N_S_soc_S_spi_40004000_S_bme280_1_P_status_ENUM_TOKEN okay
+#define DT_N_S_soc_S_spi_40004000_S_bme280_1_P_status_ENUM_UPPER_TOKEN OKAY
+#define DT_N_S_soc_S_spi_40004000_S_bme280_1_P_status_FOREACH_PROP_ELEM(fn) fn(DT_N_S_soc_S_spi_40004000_S_bme280_1, status, 0)
+#define DT_N_S_soc_S_spi_40004000_S_bme280_1_P_status_FOREACH_PROP_ELEM_SEP(fn, sep) fn(DT_N_S_soc_S_spi_40004000_S_bme280_1, status, 0)
+#define DT_N_S_soc_S_spi_40004000_S_bme280_1_P_status_FOREACH_PROP_ELEM_VARGS(fn, ...) fn(DT_N_S_soc_S_spi_40004000_S_bme280_1, status, 0, __VA_ARGS__)
+#define DT_N_S_soc_S_spi_40004000_S_bme280_1_P_status_FOREACH_PROP_ELEM_SEP_VARGS(fn, sep, ...) fn(DT_N_S_soc_S_spi_40004000_S_bme280_1, status, 0, __VA_ARGS__)
+#define DT_N_S_soc_S_spi_40004000_S_bme280_1_P_status_LEN 1
+#define DT_N_S_soc_S_spi_40004000_S_bme280_1_P_status_EXISTS 1
+#define DT_N_S_soc_S_spi_40004000_S_bme280_1_P_compatible {"bosch,bme280"}
+#define DT_N_S_soc_S_spi_40004000_S_bme280_1_P_compatible_IDX_0 "bosch,bme280"
+#define DT_N_S_soc_S_spi_40004000_S_bme280_1_P_compatible_IDX_0_STRING_UNQUOTED bosch,bme280
+#define DT_N_S_soc_S_spi_40004000_S_bme280_1_P_compatible_IDX_0_STRING_TOKEN bosch_bme280
+#define DT_N_S_soc_S_spi_40004000_S_bme280_1_P_compatible_IDX_0_STRING_UPPER_TOKEN BOSCH_BME280
+#define DT_N_S_soc_S_spi_40004000_S_bme280_1_P_compatible_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_spi_40004000_S_bme280_1_P_compatible_FOREACH_PROP_ELEM(fn) fn(DT_N_S_soc_S_spi_40004000_S_bme280_1, compatible, 0)
+#define DT_N_S_soc_S_spi_40004000_S_bme280_1_P_compatible_FOREACH_PROP_ELEM_SEP(fn, sep) fn(DT_N_S_soc_S_spi_40004000_S_bme280_1, compatible, 0)
+#define DT_N_S_soc_S_spi_40004000_S_bme280_1_P_compatible_FOREACH_PROP_ELEM_VARGS(fn, ...) fn(DT_N_S_soc_S_spi_40004000_S_bme280_1, compatible, 0, __VA_ARGS__)
+#define DT_N_S_soc_S_spi_40004000_S_bme280_1_P_compatible_FOREACH_PROP_ELEM_SEP_VARGS(fn, sep, ...) fn(DT_N_S_soc_S_spi_40004000_S_bme280_1, compatible, 0, __VA_ARGS__)
+#define DT_N_S_soc_S_spi_40004000_S_bme280_1_P_compatible_LEN 1
+#define DT_N_S_soc_S_spi_40004000_S_bme280_1_P_compatible_EXISTS 1
+#define DT_N_S_soc_S_spi_40004000_S_bme280_1_P_reg {1 /* 0x1 */}
+#define DT_N_S_soc_S_spi_40004000_S_bme280_1_P_reg_IDX_0 1
+#define DT_N_S_soc_S_spi_40004000_S_bme280_1_P_reg_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_spi_40004000_S_bme280_1_P_reg_EXISTS 1
+#define DT_N_S_soc_S_spi_40004000_S_bme280_1_P_zephyr_deferred_init 0
+#define DT_N_S_soc_S_spi_40004000_S_bme280_1_P_zephyr_deferred_init_EXISTS 1
+#define DT_N_S_soc_S_spi_40004000_S_bme280_1_P_spi_max_frequency 1000000
+#define DT_N_S_soc_S_spi_40004000_S_bme280_1_P_spi_max_frequency_EXISTS 1
+#define DT_N_S_soc_S_spi_40004000_S_bme280_1_P_duplex 0
+#define DT_N_S_soc_S_spi_40004000_S_bme280_1_P_duplex_ENUM_IDX 0
+#define DT_N_S_soc_S_spi_40004000_S_bme280_1_P_duplex_ENUM_VAL_0_EXISTS 1
+#define DT_N_S_soc_S_spi_40004000_S_bme280_1_P_duplex_EXISTS 1
+#define DT_N_S_soc_S_spi_40004000_S_bme280_1_P_frame_format 0
+#define DT_N_S_soc_S_spi_40004000_S_bme280_1_P_frame_format_ENUM_IDX 0
+#define DT_N_S_soc_S_spi_40004000_S_bme280_1_P_frame_format_ENUM_VAL_0_EXISTS 1
+#define DT_N_S_soc_S_spi_40004000_S_bme280_1_P_frame_format_EXISTS 1
+#define DT_N_S_soc_S_spi_40004000_S_bme280_1_P_spi_cpol 0
+#define DT_N_S_soc_S_spi_40004000_S_bme280_1_P_spi_cpol_EXISTS 1
+#define DT_N_S_soc_S_spi_40004000_S_bme280_1_P_spi_cpha 0
+#define DT_N_S_soc_S_spi_40004000_S_bme280_1_P_spi_cpha_EXISTS 1
+#define DT_N_S_soc_S_spi_40004000_S_bme280_1_P_spi_hold_cs 0
+#define DT_N_S_soc_S_spi_40004000_S_bme280_1_P_spi_hold_cs_EXISTS 1
+
+/*
+ * Devicetree node: /soc/spi@40004000/lora_radio@0
+ *
+ * Node identifier: DT_N_S_soc_S_spi_40004000_S_lora_radio_0
+ *
+ * Binding (compatible = semtech,sx1276):
+ *   $ZEPHYR_BASE/dts/bindings/lora/semtech,sx1276.yaml
+ *
+ * (Descriptions have moved to the Devicetree Bindings Index
+ * in the documentation.)
+ */
+
+/* Node's full path: */
+#define DT_N_S_soc_S_spi_40004000_S_lora_radio_0_PATH "/soc/spi@40004000/lora_radio@0"
+
+/* Node's name with unit-address: */
+#define DT_N_S_soc_S_spi_40004000_S_lora_radio_0_FULL_NAME "lora_radio@0"
+
+/* Node parent (/soc/spi@40004000) identifier: */
+#define DT_N_S_soc_S_spi_40004000_S_lora_radio_0_PARENT DT_N_S_soc_S_spi_40004000
+
+/* Node's index in its parent's list of children: */
+#define DT_N_S_soc_S_spi_40004000_S_lora_radio_0_CHILD_IDX 0
+
+/* Helper macros for child nodes of this node. */
+#define DT_N_S_soc_S_spi_40004000_S_lora_radio_0_CHILD_NUM 0
+#define DT_N_S_soc_S_spi_40004000_S_lora_radio_0_CHILD_NUM_STATUS_OKAY 0
+#define DT_N_S_soc_S_spi_40004000_S_lora_radio_0_FOREACH_CHILD(fn) 
+#define DT_N_S_soc_S_spi_40004000_S_lora_radio_0_FOREACH_CHILD_SEP(fn, sep) 
+#define DT_N_S_soc_S_spi_40004000_S_lora_radio_0_FOREACH_CHILD_VARGS(fn, ...) 
+#define DT_N_S_soc_S_spi_40004000_S_lora_radio_0_FOREACH_CHILD_SEP_VARGS(fn, sep, ...) 
+#define DT_N_S_soc_S_spi_40004000_S_lora_radio_0_FOREACH_CHILD_STATUS_OKAY(fn) 
+#define DT_N_S_soc_S_spi_40004000_S_lora_radio_0_FOREACH_CHILD_STATUS_OKAY_SEP(fn, sep) 
+#define DT_N_S_soc_S_spi_40004000_S_lora_radio_0_FOREACH_CHILD_STATUS_OKAY_VARGS(fn, ...) 
+#define DT_N_S_soc_S_spi_40004000_S_lora_radio_0_FOREACH_CHILD_STATUS_OKAY_SEP_VARGS(fn, sep, ...) 
+
+/* Node's dependency ordinal: */
+#define DT_N_S_soc_S_spi_40004000_S_lora_radio_0_ORD 98
+#define DT_N_S_soc_S_spi_40004000_S_lora_radio_0_ORD_STR_SORTABLE 00098
+
+/* Ordinals for what this node depends on directly: */
+#define DT_N_S_soc_S_spi_40004000_S_lora_radio_0_REQUIRES_ORDS \
+	8, /* /soc/gpio@50000000 */ \
+	9, /* /soc/gpio@50000300 */ \
+	96, /* /soc/spi@40004000 */
+
+/* Ordinals for what depends directly on this node: */
+#define DT_N_S_soc_S_spi_40004000_S_lora_radio_0_SUPPORTS_ORDS /* nothing */
+
+/* Existence and alternate IDs: */
+#define DT_N_S_soc_S_spi_40004000_S_lora_radio_0_EXISTS 1
+#define DT_N_ALIAS_lora0           DT_N_S_soc_S_spi_40004000_S_lora_radio_0
+#define DT_N_INST_0_semtech_sx1276 DT_N_S_soc_S_spi_40004000_S_lora_radio_0
+#define DT_N_NODELABEL_lora        DT_N_S_soc_S_spi_40004000_S_lora_radio_0
+
+/* Bus info (controller: '/soc/spi@40004000', type: '['spi']') */
+#define DT_N_S_soc_S_spi_40004000_S_lora_radio_0_BUS_spi 1
+#define DT_N_S_soc_S_spi_40004000_S_lora_radio_0_BUS DT_N_S_soc_S_spi_40004000
+
+/* Macros for properties that are special in the specification: */
+#define DT_N_S_soc_S_spi_40004000_S_lora_radio_0_REG_NUM 1
+#define DT_N_S_soc_S_spi_40004000_S_lora_radio_0_REG_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_spi_40004000_S_lora_radio_0_REG_IDX_0_VAL_ADDRESS 0 /* 0x0 */
+#define DT_N_S_soc_S_spi_40004000_S_lora_radio_0_RANGES_NUM 0
+#define DT_N_S_soc_S_spi_40004000_S_lora_radio_0_FOREACH_RANGE(fn) 
+#define DT_N_S_soc_S_spi_40004000_S_lora_radio_0_IRQ_NUM 0
+#define DT_N_S_soc_S_spi_40004000_S_lora_radio_0_IRQ_LEVEL 0
+#define DT_N_S_soc_S_spi_40004000_S_lora_radio_0_COMPAT_MATCHES_semtech_sx1276 1
+#define DT_N_S_soc_S_spi_40004000_S_lora_radio_0_COMPAT_VENDOR_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_spi_40004000_S_lora_radio_0_COMPAT_VENDOR_IDX_0 "Semtech Corporation"
+#define DT_N_S_soc_S_spi_40004000_S_lora_radio_0_COMPAT_MODEL_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_spi_40004000_S_lora_radio_0_COMPAT_MODEL_IDX_0 "sx1276"
+#define DT_N_S_soc_S_spi_40004000_S_lora_radio_0_STATUS_okay 1
+
+/* Pin control (pinctrl-<i>, pinctrl-names) properties: */
+#define DT_N_S_soc_S_spi_40004000_S_lora_radio_0_PINCTRL_NUM 0
+
+/* Generic property macros: */
+#define DT_N_S_soc_S_spi_40004000_S_lora_radio_0_P_wakeup_source 0
+#define DT_N_S_soc_S_spi_40004000_S_lora_radio_0_P_wakeup_source_EXISTS 1
+#define DT_N_S_soc_S_spi_40004000_S_lora_radio_0_P_zephyr_pm_device_runtime_auto 0
+#define DT_N_S_soc_S_spi_40004000_S_lora_radio_0_P_zephyr_pm_device_runtime_auto_EXISTS 1
+#define DT_N_S_soc_S_spi_40004000_S_lora_radio_0_P_status "okay"
+#define DT_N_S_soc_S_spi_40004000_S_lora_radio_0_P_status_STRING_UNQUOTED okay
+#define DT_N_S_soc_S_spi_40004000_S_lora_radio_0_P_status_STRING_TOKEN okay
+#define DT_N_S_soc_S_spi_40004000_S_lora_radio_0_P_status_STRING_UPPER_TOKEN OKAY
+#define DT_N_S_soc_S_spi_40004000_S_lora_radio_0_P_status_IDX_0 "okay"
+#define DT_N_S_soc_S_spi_40004000_S_lora_radio_0_P_status_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_spi_40004000_S_lora_radio_0_P_status_ENUM_IDX 1
+#define DT_N_S_soc_S_spi_40004000_S_lora_radio_0_P_status_ENUM_VAL_okay_EXISTS 1
+#define DT_N_S_soc_S_spi_40004000_S_lora_radio_0_P_status_ENUM_TOKEN okay
+#define DT_N_S_soc_S_spi_40004000_S_lora_radio_0_P_status_ENUM_UPPER_TOKEN OKAY
+#define DT_N_S_soc_S_spi_40004000_S_lora_radio_0_P_status_FOREACH_PROP_ELEM(fn) fn(DT_N_S_soc_S_spi_40004000_S_lora_radio_0, status, 0)
+#define DT_N_S_soc_S_spi_40004000_S_lora_radio_0_P_status_FOREACH_PROP_ELEM_SEP(fn, sep) fn(DT_N_S_soc_S_spi_40004000_S_lora_radio_0, status, 0)
+#define DT_N_S_soc_S_spi_40004000_S_lora_radio_0_P_status_FOREACH_PROP_ELEM_VARGS(fn, ...) fn(DT_N_S_soc_S_spi_40004000_S_lora_radio_0, status, 0, __VA_ARGS__)
+#define DT_N_S_soc_S_spi_40004000_S_lora_radio_0_P_status_FOREACH_PROP_ELEM_SEP_VARGS(fn, sep, ...) fn(DT_N_S_soc_S_spi_40004000_S_lora_radio_0, status, 0, __VA_ARGS__)
+#define DT_N_S_soc_S_spi_40004000_S_lora_radio_0_P_status_LEN 1
+#define DT_N_S_soc_S_spi_40004000_S_lora_radio_0_P_status_EXISTS 1
+#define DT_N_S_soc_S_spi_40004000_S_lora_radio_0_P_compatible {"semtech,sx1276"}
+#define DT_N_S_soc_S_spi_40004000_S_lora_radio_0_P_compatible_IDX_0 "semtech,sx1276"
+#define DT_N_S_soc_S_spi_40004000_S_lora_radio_0_P_compatible_IDX_0_STRING_UNQUOTED semtech,sx1276
+#define DT_N_S_soc_S_spi_40004000_S_lora_radio_0_P_compatible_IDX_0_STRING_TOKEN semtech_sx1276
+#define DT_N_S_soc_S_spi_40004000_S_lora_radio_0_P_compatible_IDX_0_STRING_UPPER_TOKEN SEMTECH_SX1276
+#define DT_N_S_soc_S_spi_40004000_S_lora_radio_0_P_compatible_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_spi_40004000_S_lora_radio_0_P_compatible_FOREACH_PROP_ELEM(fn) fn(DT_N_S_soc_S_spi_40004000_S_lora_radio_0, compatible, 0)
+#define DT_N_S_soc_S_spi_40004000_S_lora_radio_0_P_compatible_FOREACH_PROP_ELEM_SEP(fn, sep) fn(DT_N_S_soc_S_spi_40004000_S_lora_radio_0, compatible, 0)
+#define DT_N_S_soc_S_spi_40004000_S_lora_radio_0_P_compatible_FOREACH_PROP_ELEM_VARGS(fn, ...) fn(DT_N_S_soc_S_spi_40004000_S_lora_radio_0, compatible, 0, __VA_ARGS__)
+#define DT_N_S_soc_S_spi_40004000_S_lora_radio_0_P_compatible_FOREACH_PROP_ELEM_SEP_VARGS(fn, sep, ...) fn(DT_N_S_soc_S_spi_40004000_S_lora_radio_0, compatible, 0, __VA_ARGS__)
+#define DT_N_S_soc_S_spi_40004000_S_lora_radio_0_P_compatible_LEN 1
+#define DT_N_S_soc_S_spi_40004000_S_lora_radio_0_P_compatible_EXISTS 1
+#define DT_N_S_soc_S_spi_40004000_S_lora_radio_0_P_reg {0 /* 0x0 */}
+#define DT_N_S_soc_S_spi_40004000_S_lora_radio_0_P_reg_IDX_0 0
+#define DT_N_S_soc_S_spi_40004000_S_lora_radio_0_P_reg_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_spi_40004000_S_lora_radio_0_P_reg_EXISTS 1
+#define DT_N_S_soc_S_spi_40004000_S_lora_radio_0_P_zephyr_deferred_init 0
+#define DT_N_S_soc_S_spi_40004000_S_lora_radio_0_P_zephyr_deferred_init_EXISTS 1
+#define DT_N_S_soc_S_spi_40004000_S_lora_radio_0_P_spi_max_frequency 1000000
+#define DT_N_S_soc_S_spi_40004000_S_lora_radio_0_P_spi_max_frequency_EXISTS 1
+#define DT_N_S_soc_S_spi_40004000_S_lora_radio_0_P_duplex 0
+#define DT_N_S_soc_S_spi_40004000_S_lora_radio_0_P_duplex_ENUM_IDX 0
+#define DT_N_S_soc_S_spi_40004000_S_lora_radio_0_P_duplex_ENUM_VAL_0_EXISTS 1
+#define DT_N_S_soc_S_spi_40004000_S_lora_radio_0_P_duplex_EXISTS 1
+#define DT_N_S_soc_S_spi_40004000_S_lora_radio_0_P_frame_format 0
+#define DT_N_S_soc_S_spi_40004000_S_lora_radio_0_P_frame_format_ENUM_IDX 0
+#define DT_N_S_soc_S_spi_40004000_S_lora_radio_0_P_frame_format_ENUM_VAL_0_EXISTS 1
+#define DT_N_S_soc_S_spi_40004000_S_lora_radio_0_P_frame_format_EXISTS 1
+#define DT_N_S_soc_S_spi_40004000_S_lora_radio_0_P_spi_cpol 0
+#define DT_N_S_soc_S_spi_40004000_S_lora_radio_0_P_spi_cpol_EXISTS 1
+#define DT_N_S_soc_S_spi_40004000_S_lora_radio_0_P_spi_cpha 0
+#define DT_N_S_soc_S_spi_40004000_S_lora_radio_0_P_spi_cpha_EXISTS 1
+#define DT_N_S_soc_S_spi_40004000_S_lora_radio_0_P_spi_hold_cs 0
+#define DT_N_S_soc_S_spi_40004000_S_lora_radio_0_P_spi_hold_cs_EXISTS 1
+#define DT_N_S_soc_S_spi_40004000_S_lora_radio_0_P_reset_gpios_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_spi_40004000_S_lora_radio_0_P_reset_gpios_IDX_0_PH DT_N_S_soc_S_gpio_50000000
+#define DT_N_S_soc_S_spi_40004000_S_lora_radio_0_P_reset_gpios_IDX_0_VAL_pin 12
+#define DT_N_S_soc_S_spi_40004000_S_lora_radio_0_P_reset_gpios_IDX_0_VAL_pin_EXISTS 1
+#define DT_N_S_soc_S_spi_40004000_S_lora_radio_0_P_reset_gpios_IDX_0_VAL_flags 1
+#define DT_N_S_soc_S_spi_40004000_S_lora_radio_0_P_reset_gpios_IDX_0_VAL_flags_EXISTS 1
+#define DT_N_S_soc_S_spi_40004000_S_lora_radio_0_P_reset_gpios_FOREACH_PROP_ELEM(fn) fn(DT_N_S_soc_S_spi_40004000_S_lora_radio_0, reset_gpios, 0)
+#define DT_N_S_soc_S_spi_40004000_S_lora_radio_0_P_reset_gpios_FOREACH_PROP_ELEM_SEP(fn, sep) fn(DT_N_S_soc_S_spi_40004000_S_lora_radio_0, reset_gpios, 0)
+#define DT_N_S_soc_S_spi_40004000_S_lora_radio_0_P_reset_gpios_FOREACH_PROP_ELEM_VARGS(fn, ...) fn(DT_N_S_soc_S_spi_40004000_S_lora_radio_0, reset_gpios, 0, __VA_ARGS__)
+#define DT_N_S_soc_S_spi_40004000_S_lora_radio_0_P_reset_gpios_FOREACH_PROP_ELEM_SEP_VARGS(fn, sep, ...) fn(DT_N_S_soc_S_spi_40004000_S_lora_radio_0, reset_gpios, 0, __VA_ARGS__)
+#define DT_N_S_soc_S_spi_40004000_S_lora_radio_0_P_reset_gpios_LEN 1
+#define DT_N_S_soc_S_spi_40004000_S_lora_radio_0_P_reset_gpios_EXISTS 1
+#define DT_N_S_soc_S_spi_40004000_S_lora_radio_0_P_dio_gpios_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_spi_40004000_S_lora_radio_0_P_dio_gpios_IDX_0_PH DT_N_S_soc_S_gpio_50000300
+#define DT_N_S_soc_S_spi_40004000_S_lora_radio_0_P_dio_gpios_IDX_0_VAL_pin 2
+#define DT_N_S_soc_S_spi_40004000_S_lora_radio_0_P_dio_gpios_IDX_0_VAL_pin_EXISTS 1
+#define DT_N_S_soc_S_spi_40004000_S_lora_radio_0_P_dio_gpios_IDX_0_VAL_flags 32
+#define DT_N_S_soc_S_spi_40004000_S_lora_radio_0_P_dio_gpios_IDX_0_VAL_flags_EXISTS 1
+#define DT_N_S_soc_S_spi_40004000_S_lora_radio_0_P_dio_gpios_FOREACH_PROP_ELEM(fn) fn(DT_N_S_soc_S_spi_40004000_S_lora_radio_0, dio_gpios, 0)
+#define DT_N_S_soc_S_spi_40004000_S_lora_radio_0_P_dio_gpios_FOREACH_PROP_ELEM_SEP(fn, sep) fn(DT_N_S_soc_S_spi_40004000_S_lora_radio_0, dio_gpios, 0)
+#define DT_N_S_soc_S_spi_40004000_S_lora_radio_0_P_dio_gpios_FOREACH_PROP_ELEM_VARGS(fn, ...) fn(DT_N_S_soc_S_spi_40004000_S_lora_radio_0, dio_gpios, 0, __VA_ARGS__)
+#define DT_N_S_soc_S_spi_40004000_S_lora_radio_0_P_dio_gpios_FOREACH_PROP_ELEM_SEP_VARGS(fn, sep, ...) fn(DT_N_S_soc_S_spi_40004000_S_lora_radio_0, dio_gpios, 0, __VA_ARGS__)
+#define DT_N_S_soc_S_spi_40004000_S_lora_radio_0_P_dio_gpios_LEN 1
+#define DT_N_S_soc_S_spi_40004000_S_lora_radio_0_P_dio_gpios_EXISTS 1
+#define DT_N_S_soc_S_spi_40004000_S_lora_radio_0_P_power_amplifier_output "pa-boost"
+#define DT_N_S_soc_S_spi_40004000_S_lora_radio_0_P_power_amplifier_output_STRING_UNQUOTED pa-boost
+#define DT_N_S_soc_S_spi_40004000_S_lora_radio_0_P_power_amplifier_output_STRING_TOKEN pa_boost
+#define DT_N_S_soc_S_spi_40004000_S_lora_radio_0_P_power_amplifier_output_STRING_UPPER_TOKEN PA_BOOST
+#define DT_N_S_soc_S_spi_40004000_S_lora_radio_0_P_power_amplifier_output_IDX_0 "pa-boost"
+#define DT_N_S_soc_S_spi_40004000_S_lora_radio_0_P_power_amplifier_output_IDX_0_EXISTS 1
+#define DT_N_S_soc_S_spi_40004000_S_lora_radio_0_P_power_amplifier_output_ENUM_IDX 1
+#define DT_N_S_soc_S_spi_40004000_S_lora_radio_0_P_power_amplifier_output_ENUM_VAL_pa_boost_EXISTS 1
+#define DT_N_S_soc_S_spi_40004000_S_lora_radio_0_P_power_amplifier_output_ENUM_TOKEN pa_boost
+#define DT_N_S_soc_S_spi_40004000_S_lora_radio_0_P_power_amplifier_output_ENUM_UPPER_TOKEN PA_BOOST
+#define DT_N_S_soc_S_spi_40004000_S_lora_radio_0_P_power_amplifier_output_FOREACH_PROP_ELEM(fn) fn(DT_N_S_soc_S_spi_40004000_S_lora_radio_0, power_amplifier_output, 0)
+#define DT_N_S_soc_S_spi_40004000_S_lora_radio_0_P_power_amplifier_output_FOREACH_PROP_ELEM_SEP(fn, sep) fn(DT_N_S_soc_S_spi_40004000_S_lora_radio_0, power_amplifier_output, 0)
+#define DT_N_S_soc_S_spi_40004000_S_lora_radio_0_P_power_amplifier_output_FOREACH_PROP_ELEM_VARGS(fn, ...) fn(DT_N_S_soc_S_spi_40004000_S_lora_radio_0, power_amplifier_output, 0, __VA_ARGS__)
+#define DT_N_S_soc_S_spi_40004000_S_lora_radio_0_P_power_amplifier_output_FOREACH_PROP_ELEM_SEP_VARGS(fn, sep, ...) fn(DT_N_S_soc_S_spi_40004000_S_lora_radio_0, power_amplifier_output, 0, __VA_ARGS__)
+#define DT_N_S_soc_S_spi_40004000_S_lora_radio_0_P_power_amplifier_output_LEN 1
+#define DT_N_S_soc_S_spi_40004000_S_lora_radio_0_P_power_amplifier_output_EXISTS 1
+
+/*
+ * Chosen nodes
+ */
+#define DT_CHOSEN_zephyr_entropy                 DT_N_S_soc_S_random_4000d000
+#define DT_CHOSEN_zephyr_entropy_EXISTS          1
+#define DT_CHOSEN_zephyr_flash_controller        DT_N_S_soc_S_flash_controller_4001e000
+#define DT_CHOSEN_zephyr_flash_controller_EXISTS 1
+#define DT_CHOSEN_zephyr_console                 DT_N_S_soc_S_uart_40002000
+#define DT_CHOSEN_zephyr_console_EXISTS          1
+#define DT_CHOSEN_zephyr_shell_uart              DT_N_S_soc_S_uart_40002000
+#define DT_CHOSEN_zephyr_shell_uart_EXISTS       1
+#define DT_CHOSEN_zephyr_bt_mon_uart             DT_N_S_soc_S_uart_40002000
+#define DT_CHOSEN_zephyr_bt_mon_uart_EXISTS      1
+#define DT_CHOSEN_zephyr_bt_c2h_uart             DT_N_S_soc_S_uart_40002000
+#define DT_CHOSEN_zephyr_bt_c2h_uart_EXISTS      1
+#define DT_CHOSEN_zephyr_sram                    DT_N_S_soc_S_memory_20000000
+#define DT_CHOSEN_zephyr_sram_EXISTS             1
+#define DT_CHOSEN_zephyr_flash                   DT_N_S_soc_S_flash_controller_4001e000_S_flash_0
+#define DT_CHOSEN_zephyr_flash_EXISTS            1
+#define DT_CHOSEN_zephyr_code_partition          DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_c000
+#define DT_CHOSEN_zephyr_code_partition_EXISTS   1
+#define DT_CHOSEN_zephyr_display                 DT_N_S_led_matrix
+#define DT_CHOSEN_zephyr_display_EXISTS          1
+
+/* Macros for iterating over all nodes and enabled nodes */
+#define DT_FOREACH_HELPER(fn) fn(DT_N) fn(DT_N_S_chosen) fn(DT_N_S_aliases) fn(DT_N_S_soc) fn(DT_N_S_soc_S_interrupt_controller_e000e100) fn(DT_N_S_soc_S_timer_e000e010) fn(DT_N_S_soc_S_ficr_10000000) fn(DT_N_S_soc_S_uicr_10001000) fn(DT_N_S_soc_S_memory_20000000) fn(DT_N_S_soc_S_clock_40000000) fn(DT_N_S_soc_S_power_40000000) fn(DT_N_S_soc_S_power_40000000_S_gpregret1_4000051c) fn(DT_N_S_soc_S_power_40000000_S_gpregret2_40000520) fn(DT_N_S_soc_S_radio_40001000) fn(DT_N_S_soc_S_radio_40001000_S_ieee802154) fn(DT_N_S_soc_S_uart_40002000) fn(DT_N_S_soc_S_i2c_40003000) fn(DT_N_S_soc_S_i2c_40003000_S_lsm303agr_magn_1e) fn(DT_N_S_soc_S_i2c_40003000_S_lsm303agr_accel_19) fn(DT_N_S_soc_S_spi_40003000) fn(DT_N_S_soc_S_i2c_40004000) fn(DT_N_S_soc_S_spi_40004000) fn(DT_N_S_soc_S_spi_40004000_S_lora_radio_0) fn(DT_N_S_soc_S_spi_40004000_S_bme280_1) fn(DT_N_S_soc_S_nfct_40005000) fn(DT_N_S_soc_S_gpiote_40006000) fn(DT_N_S_soc_S_adc_40007000) fn(DT_N_S_soc_S_adc_40007000_S_channel_0) fn(DT_N_S_soc_S_timer_40008000) fn(DT_N_S_soc_S_timer_40009000) fn(DT_N_S_soc_S_timer_4000a000) fn(DT_N_S_soc_S_rtc_4000b000) fn(DT_N_S_soc_S_temp_4000c000) fn(DT_N_S_soc_S_random_4000d000) fn(DT_N_S_soc_S_ecb_4000e000) fn(DT_N_S_soc_S_ccm_4000f000) fn(DT_N_S_soc_S_watchdog_40010000) fn(DT_N_S_soc_S_rtc_40011000) fn(DT_N_S_soc_S_qdec_40012000) fn(DT_N_S_soc_S_comparator_40013000) fn(DT_N_S_soc_S_egu_40014000) fn(DT_N_S_soc_S_egu_40015000) fn(DT_N_S_soc_S_egu_40016000) fn(DT_N_S_soc_S_egu_40017000) fn(DT_N_S_soc_S_egu_40018000) fn(DT_N_S_soc_S_egu_40019000) fn(DT_N_S_soc_S_timer_4001a000) fn(DT_N_S_soc_S_timer_4001b000) fn(DT_N_S_soc_S_pwm_4001c000) fn(DT_N_S_soc_S_pdm_4001d000) fn(DT_N_S_soc_S_acl_4001e000) fn(DT_N_S_soc_S_flash_controller_4001e000) fn(DT_N_S_soc_S_flash_controller_4001e000_S_flash_0) fn(DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions) fn(DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_0) fn(DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_c000) fn(DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_3e000) fn(DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_70000) fn(DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_7a000) fn(DT_N_S_soc_S_ppi_4001f000) fn(DT_N_S_soc_S_mwu_40020000) fn(DT_N_S_soc_S_pwm_40021000) fn(DT_N_S_soc_S_pwm_40022000) fn(DT_N_S_soc_S_spi_40023000) fn(DT_N_S_soc_S_rtc_40024000) fn(DT_N_S_soc_S_i2s_40025000) fn(DT_N_S_soc_S_usbd_40027000) fn(DT_N_S_soc_S_uart_40028000) fn(DT_N_S_soc_S_pwm_4002d000) fn(DT_N_S_soc_S_spi_4002f000) fn(DT_N_S_soc_S_gpio_50000000) fn(DT_N_S_soc_S_gpio_50000300) fn(DT_N_S_pin_controller) fn(DT_N_S_pin_controller_S_uart0_default) fn(DT_N_S_pin_controller_S_uart0_default_S_group1) fn(DT_N_S_pin_controller_S_uart0_sleep) fn(DT_N_S_pin_controller_S_uart0_sleep_S_group1) fn(DT_N_S_pin_controller_S_i2c0_default) fn(DT_N_S_pin_controller_S_i2c0_default_S_group1) fn(DT_N_S_pin_controller_S_i2c0_sleep) fn(DT_N_S_pin_controller_S_i2c0_sleep_S_group1) fn(DT_N_S_pin_controller_S_pwm1_default) fn(DT_N_S_pin_controller_S_pwm1_default_S_group1) fn(DT_N_S_pin_controller_S_pwm1_sleep) fn(DT_N_S_pin_controller_S_pwm1_sleep_S_group1) fn(DT_N_S_pin_controller_S_spi1_default_alt) fn(DT_N_S_pin_controller_S_spi1_default_alt_S_group1) fn(DT_N_S_pin_controller_S_spi1_sleep_alt) fn(DT_N_S_pin_controller_S_spi1_sleep_alt_S_group1) fn(DT_N_S_entropy_bt_hci) fn(DT_N_S_sw_pwm) fn(DT_N_S_cpus) fn(DT_N_S_cpus_S_cpu_0) fn(DT_N_S_cpus_S_cpu_0_S_itm_e0000000) fn(DT_N_S_gpio_keys) fn(DT_N_S_gpio_keys_S_button_0) fn(DT_N_S_gpio_keys_S_button_1) fn(DT_N_S_led_matrix) fn(DT_N_S_connector)
+#define DT_FOREACH_OKAY_HELPER(fn) fn(DT_N) fn(DT_N_S_chosen) fn(DT_N_S_aliases) fn(DT_N_S_soc) fn(DT_N_S_soc_S_interrupt_controller_e000e100) fn(DT_N_S_soc_S_ficr_10000000) fn(DT_N_S_soc_S_uicr_10001000) fn(DT_N_S_soc_S_memory_20000000) fn(DT_N_S_soc_S_clock_40000000) fn(DT_N_S_soc_S_power_40000000) fn(DT_N_S_soc_S_power_40000000_S_gpregret1_4000051c) fn(DT_N_S_soc_S_power_40000000_S_gpregret2_40000520) fn(DT_N_S_soc_S_radio_40001000) fn(DT_N_S_soc_S_uart_40002000) fn(DT_N_S_soc_S_i2c_40003000) fn(DT_N_S_soc_S_i2c_40003000_S_lsm303agr_magn_1e) fn(DT_N_S_soc_S_i2c_40003000_S_lsm303agr_accel_19) fn(DT_N_S_soc_S_spi_40004000) fn(DT_N_S_soc_S_spi_40004000_S_lora_radio_0) fn(DT_N_S_soc_S_spi_40004000_S_bme280_1) fn(DT_N_S_soc_S_gpiote_40006000) fn(DT_N_S_soc_S_adc_40007000) fn(DT_N_S_soc_S_adc_40007000_S_channel_0) fn(DT_N_S_soc_S_temp_4000c000) fn(DT_N_S_soc_S_random_4000d000) fn(DT_N_S_soc_S_ecb_4000e000) fn(DT_N_S_soc_S_ccm_4000f000) fn(DT_N_S_soc_S_watchdog_40010000) fn(DT_N_S_soc_S_egu_40014000) fn(DT_N_S_soc_S_egu_40015000) fn(DT_N_S_soc_S_egu_40016000) fn(DT_N_S_soc_S_egu_40017000) fn(DT_N_S_soc_S_egu_40018000) fn(DT_N_S_soc_S_egu_40019000) fn(DT_N_S_soc_S_acl_4001e000) fn(DT_N_S_soc_S_flash_controller_4001e000) fn(DT_N_S_soc_S_flash_controller_4001e000_S_flash_0) fn(DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions) fn(DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_0) fn(DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_c000) fn(DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_3e000) fn(DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_70000) fn(DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_7a000) fn(DT_N_S_soc_S_ppi_4001f000) fn(DT_N_S_soc_S_mwu_40020000) fn(DT_N_S_soc_S_pwm_40021000) fn(DT_N_S_soc_S_usbd_40027000) fn(DT_N_S_soc_S_gpio_50000000) fn(DT_N_S_soc_S_gpio_50000300) fn(DT_N_S_pin_controller) fn(DT_N_S_pin_controller_S_uart0_default) fn(DT_N_S_pin_controller_S_uart0_default_S_group1) fn(DT_N_S_pin_controller_S_uart0_sleep) fn(DT_N_S_pin_controller_S_uart0_sleep_S_group1) fn(DT_N_S_pin_controller_S_i2c0_default) fn(DT_N_S_pin_controller_S_i2c0_default_S_group1) fn(DT_N_S_pin_controller_S_i2c0_sleep) fn(DT_N_S_pin_controller_S_i2c0_sleep_S_group1) fn(DT_N_S_pin_controller_S_pwm1_default) fn(DT_N_S_pin_controller_S_pwm1_default_S_group1) fn(DT_N_S_pin_controller_S_pwm1_sleep) fn(DT_N_S_pin_controller_S_pwm1_sleep_S_group1) fn(DT_N_S_pin_controller_S_spi1_default_alt) fn(DT_N_S_pin_controller_S_spi1_default_alt_S_group1) fn(DT_N_S_pin_controller_S_spi1_sleep_alt) fn(DT_N_S_pin_controller_S_spi1_sleep_alt_S_group1) fn(DT_N_S_entropy_bt_hci) fn(DT_N_S_cpus) fn(DT_N_S_cpus_S_cpu_0) fn(DT_N_S_cpus_S_cpu_0_S_itm_e0000000) fn(DT_N_S_gpio_keys) fn(DT_N_S_gpio_keys_S_button_0) fn(DT_N_S_gpio_keys_S_button_1) fn(DT_N_S_led_matrix) fn(DT_N_S_connector)
+#define DT_FOREACH_VARGS_HELPER(fn, ...) fn(DT_N, __VA_ARGS__) fn(DT_N_S_chosen, __VA_ARGS__) fn(DT_N_S_aliases, __VA_ARGS__) fn(DT_N_S_soc, __VA_ARGS__) fn(DT_N_S_soc_S_interrupt_controller_e000e100, __VA_ARGS__) fn(DT_N_S_soc_S_timer_e000e010, __VA_ARGS__) fn(DT_N_S_soc_S_ficr_10000000, __VA_ARGS__) fn(DT_N_S_soc_S_uicr_10001000, __VA_ARGS__) fn(DT_N_S_soc_S_memory_20000000, __VA_ARGS__) fn(DT_N_S_soc_S_clock_40000000, __VA_ARGS__) fn(DT_N_S_soc_S_power_40000000, __VA_ARGS__) fn(DT_N_S_soc_S_power_40000000_S_gpregret1_4000051c, __VA_ARGS__) fn(DT_N_S_soc_S_power_40000000_S_gpregret2_40000520, __VA_ARGS__) fn(DT_N_S_soc_S_radio_40001000, __VA_ARGS__) fn(DT_N_S_soc_S_radio_40001000_S_ieee802154, __VA_ARGS__) fn(DT_N_S_soc_S_uart_40002000, __VA_ARGS__) fn(DT_N_S_soc_S_i2c_40003000, __VA_ARGS__) fn(DT_N_S_soc_S_i2c_40003000_S_lsm303agr_magn_1e, __VA_ARGS__) fn(DT_N_S_soc_S_i2c_40003000_S_lsm303agr_accel_19, __VA_ARGS__) fn(DT_N_S_soc_S_spi_40003000, __VA_ARGS__) fn(DT_N_S_soc_S_i2c_40004000, __VA_ARGS__) fn(DT_N_S_soc_S_spi_40004000, __VA_ARGS__) fn(DT_N_S_soc_S_spi_40004000_S_lora_radio_0, __VA_ARGS__) fn(DT_N_S_soc_S_spi_40004000_S_bme280_1, __VA_ARGS__) fn(DT_N_S_soc_S_nfct_40005000, __VA_ARGS__) fn(DT_N_S_soc_S_gpiote_40006000, __VA_ARGS__) fn(DT_N_S_soc_S_adc_40007000, __VA_ARGS__) fn(DT_N_S_soc_S_adc_40007000_S_channel_0, __VA_ARGS__) fn(DT_N_S_soc_S_timer_40008000, __VA_ARGS__) fn(DT_N_S_soc_S_timer_40009000, __VA_ARGS__) fn(DT_N_S_soc_S_timer_4000a000, __VA_ARGS__) fn(DT_N_S_soc_S_rtc_4000b000, __VA_ARGS__) fn(DT_N_S_soc_S_temp_4000c000, __VA_ARGS__) fn(DT_N_S_soc_S_random_4000d000, __VA_ARGS__) fn(DT_N_S_soc_S_ecb_4000e000, __VA_ARGS__) fn(DT_N_S_soc_S_ccm_4000f000, __VA_ARGS__) fn(DT_N_S_soc_S_watchdog_40010000, __VA_ARGS__) fn(DT_N_S_soc_S_rtc_40011000, __VA_ARGS__) fn(DT_N_S_soc_S_qdec_40012000, __VA_ARGS__) fn(DT_N_S_soc_S_comparator_40013000, __VA_ARGS__) fn(DT_N_S_soc_S_egu_40014000, __VA_ARGS__) fn(DT_N_S_soc_S_egu_40015000, __VA_ARGS__) fn(DT_N_S_soc_S_egu_40016000, __VA_ARGS__) fn(DT_N_S_soc_S_egu_40017000, __VA_ARGS__) fn(DT_N_S_soc_S_egu_40018000, __VA_ARGS__) fn(DT_N_S_soc_S_egu_40019000, __VA_ARGS__) fn(DT_N_S_soc_S_timer_4001a000, __VA_ARGS__) fn(DT_N_S_soc_S_timer_4001b000, __VA_ARGS__) fn(DT_N_S_soc_S_pwm_4001c000, __VA_ARGS__) fn(DT_N_S_soc_S_pdm_4001d000, __VA_ARGS__) fn(DT_N_S_soc_S_acl_4001e000, __VA_ARGS__) fn(DT_N_S_soc_S_flash_controller_4001e000, __VA_ARGS__) fn(DT_N_S_soc_S_flash_controller_4001e000_S_flash_0, __VA_ARGS__) fn(DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions, __VA_ARGS__) fn(DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_0, __VA_ARGS__) fn(DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_c000, __VA_ARGS__) fn(DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_3e000, __VA_ARGS__) fn(DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_70000, __VA_ARGS__) fn(DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_7a000, __VA_ARGS__) fn(DT_N_S_soc_S_ppi_4001f000, __VA_ARGS__) fn(DT_N_S_soc_S_mwu_40020000, __VA_ARGS__) fn(DT_N_S_soc_S_pwm_40021000, __VA_ARGS__) fn(DT_N_S_soc_S_pwm_40022000, __VA_ARGS__) fn(DT_N_S_soc_S_spi_40023000, __VA_ARGS__) fn(DT_N_S_soc_S_rtc_40024000, __VA_ARGS__) fn(DT_N_S_soc_S_i2s_40025000, __VA_ARGS__) fn(DT_N_S_soc_S_usbd_40027000, __VA_ARGS__) fn(DT_N_S_soc_S_uart_40028000, __VA_ARGS__) fn(DT_N_S_soc_S_pwm_4002d000, __VA_ARGS__) fn(DT_N_S_soc_S_spi_4002f000, __VA_ARGS__) fn(DT_N_S_soc_S_gpio_50000000, __VA_ARGS__) fn(DT_N_S_soc_S_gpio_50000300, __VA_ARGS__) fn(DT_N_S_pin_controller, __VA_ARGS__) fn(DT_N_S_pin_controller_S_uart0_default, __VA_ARGS__) fn(DT_N_S_pin_controller_S_uart0_default_S_group1, __VA_ARGS__) fn(DT_N_S_pin_controller_S_uart0_sleep, __VA_ARGS__) fn(DT_N_S_pin_controller_S_uart0_sleep_S_group1, __VA_ARGS__) fn(DT_N_S_pin_controller_S_i2c0_default, __VA_ARGS__) fn(DT_N_S_pin_controller_S_i2c0_default_S_group1, __VA_ARGS__) fn(DT_N_S_pin_controller_S_i2c0_sleep, __VA_ARGS__) fn(DT_N_S_pin_controller_S_i2c0_sleep_S_group1, __VA_ARGS__) fn(DT_N_S_pin_controller_S_pwm1_default, __VA_ARGS__) fn(DT_N_S_pin_controller_S_pwm1_default_S_group1, __VA_ARGS__) fn(DT_N_S_pin_controller_S_pwm1_sleep, __VA_ARGS__) fn(DT_N_S_pin_controller_S_pwm1_sleep_S_group1, __VA_ARGS__) fn(DT_N_S_pin_controller_S_spi1_default_alt, __VA_ARGS__) fn(DT_N_S_pin_controller_S_spi1_default_alt_S_group1, __VA_ARGS__) fn(DT_N_S_pin_controller_S_spi1_sleep_alt, __VA_ARGS__) fn(DT_N_S_pin_controller_S_spi1_sleep_alt_S_group1, __VA_ARGS__) fn(DT_N_S_entropy_bt_hci, __VA_ARGS__) fn(DT_N_S_sw_pwm, __VA_ARGS__) fn(DT_N_S_cpus, __VA_ARGS__) fn(DT_N_S_cpus_S_cpu_0, __VA_ARGS__) fn(DT_N_S_cpus_S_cpu_0_S_itm_e0000000, __VA_ARGS__) fn(DT_N_S_gpio_keys, __VA_ARGS__) fn(DT_N_S_gpio_keys_S_button_0, __VA_ARGS__) fn(DT_N_S_gpio_keys_S_button_1, __VA_ARGS__) fn(DT_N_S_led_matrix, __VA_ARGS__) fn(DT_N_S_connector, __VA_ARGS__)
+#define DT_FOREACH_OKAY_VARGS_HELPER(fn, ...) fn(DT_N, __VA_ARGS__) fn(DT_N_S_chosen, __VA_ARGS__) fn(DT_N_S_aliases, __VA_ARGS__) fn(DT_N_S_soc, __VA_ARGS__) fn(DT_N_S_soc_S_interrupt_controller_e000e100, __VA_ARGS__) fn(DT_N_S_soc_S_ficr_10000000, __VA_ARGS__) fn(DT_N_S_soc_S_uicr_10001000, __VA_ARGS__) fn(DT_N_S_soc_S_memory_20000000, __VA_ARGS__) fn(DT_N_S_soc_S_clock_40000000, __VA_ARGS__) fn(DT_N_S_soc_S_power_40000000, __VA_ARGS__) fn(DT_N_S_soc_S_power_40000000_S_gpregret1_4000051c, __VA_ARGS__) fn(DT_N_S_soc_S_power_40000000_S_gpregret2_40000520, __VA_ARGS__) fn(DT_N_S_soc_S_radio_40001000, __VA_ARGS__) fn(DT_N_S_soc_S_uart_40002000, __VA_ARGS__) fn(DT_N_S_soc_S_i2c_40003000, __VA_ARGS__) fn(DT_N_S_soc_S_i2c_40003000_S_lsm303agr_magn_1e, __VA_ARGS__) fn(DT_N_S_soc_S_i2c_40003000_S_lsm303agr_accel_19, __VA_ARGS__) fn(DT_N_S_soc_S_spi_40004000, __VA_ARGS__) fn(DT_N_S_soc_S_spi_40004000_S_lora_radio_0, __VA_ARGS__) fn(DT_N_S_soc_S_spi_40004000_S_bme280_1, __VA_ARGS__) fn(DT_N_S_soc_S_gpiote_40006000, __VA_ARGS__) fn(DT_N_S_soc_S_adc_40007000, __VA_ARGS__) fn(DT_N_S_soc_S_adc_40007000_S_channel_0, __VA_ARGS__) fn(DT_N_S_soc_S_temp_4000c000, __VA_ARGS__) fn(DT_N_S_soc_S_random_4000d000, __VA_ARGS__) fn(DT_N_S_soc_S_ecb_4000e000, __VA_ARGS__) fn(DT_N_S_soc_S_ccm_4000f000, __VA_ARGS__) fn(DT_N_S_soc_S_watchdog_40010000, __VA_ARGS__) fn(DT_N_S_soc_S_egu_40014000, __VA_ARGS__) fn(DT_N_S_soc_S_egu_40015000, __VA_ARGS__) fn(DT_N_S_soc_S_egu_40016000, __VA_ARGS__) fn(DT_N_S_soc_S_egu_40017000, __VA_ARGS__) fn(DT_N_S_soc_S_egu_40018000, __VA_ARGS__) fn(DT_N_S_soc_S_egu_40019000, __VA_ARGS__) fn(DT_N_S_soc_S_acl_4001e000, __VA_ARGS__) fn(DT_N_S_soc_S_flash_controller_4001e000, __VA_ARGS__) fn(DT_N_S_soc_S_flash_controller_4001e000_S_flash_0, __VA_ARGS__) fn(DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions, __VA_ARGS__) fn(DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_0, __VA_ARGS__) fn(DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_c000, __VA_ARGS__) fn(DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_3e000, __VA_ARGS__) fn(DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_70000, __VA_ARGS__) fn(DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_7a000, __VA_ARGS__) fn(DT_N_S_soc_S_ppi_4001f000, __VA_ARGS__) fn(DT_N_S_soc_S_mwu_40020000, __VA_ARGS__) fn(DT_N_S_soc_S_pwm_40021000, __VA_ARGS__) fn(DT_N_S_soc_S_usbd_40027000, __VA_ARGS__) fn(DT_N_S_soc_S_gpio_50000000, __VA_ARGS__) fn(DT_N_S_soc_S_gpio_50000300, __VA_ARGS__) fn(DT_N_S_pin_controller, __VA_ARGS__) fn(DT_N_S_pin_controller_S_uart0_default, __VA_ARGS__) fn(DT_N_S_pin_controller_S_uart0_default_S_group1, __VA_ARGS__) fn(DT_N_S_pin_controller_S_uart0_sleep, __VA_ARGS__) fn(DT_N_S_pin_controller_S_uart0_sleep_S_group1, __VA_ARGS__) fn(DT_N_S_pin_controller_S_i2c0_default, __VA_ARGS__) fn(DT_N_S_pin_controller_S_i2c0_default_S_group1, __VA_ARGS__) fn(DT_N_S_pin_controller_S_i2c0_sleep, __VA_ARGS__) fn(DT_N_S_pin_controller_S_i2c0_sleep_S_group1, __VA_ARGS__) fn(DT_N_S_pin_controller_S_pwm1_default, __VA_ARGS__) fn(DT_N_S_pin_controller_S_pwm1_default_S_group1, __VA_ARGS__) fn(DT_N_S_pin_controller_S_pwm1_sleep, __VA_ARGS__) fn(DT_N_S_pin_controller_S_pwm1_sleep_S_group1, __VA_ARGS__) fn(DT_N_S_pin_controller_S_spi1_default_alt, __VA_ARGS__) fn(DT_N_S_pin_controller_S_spi1_default_alt_S_group1, __VA_ARGS__) fn(DT_N_S_pin_controller_S_spi1_sleep_alt, __VA_ARGS__) fn(DT_N_S_pin_controller_S_spi1_sleep_alt_S_group1, __VA_ARGS__) fn(DT_N_S_entropy_bt_hci, __VA_ARGS__) fn(DT_N_S_cpus, __VA_ARGS__) fn(DT_N_S_cpus_S_cpu_0, __VA_ARGS__) fn(DT_N_S_cpus_S_cpu_0_S_itm_e0000000, __VA_ARGS__) fn(DT_N_S_gpio_keys, __VA_ARGS__) fn(DT_N_S_gpio_keys_S_button_0, __VA_ARGS__) fn(DT_N_S_gpio_keys_S_button_1, __VA_ARGS__) fn(DT_N_S_led_matrix, __VA_ARGS__) fn(DT_N_S_connector, __VA_ARGS__)
+#define DT_COMPAT_fixed_partitions_LABEL_mcuboot DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_0
+#define DT_COMPAT_fixed_partitions_LABEL_mcuboot_EXISTS 1
+#define DT_COMPAT_fixed_partitions_LABEL_image_0 DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_c000
+#define DT_COMPAT_fixed_partitions_LABEL_image_0_EXISTS 1
+#define DT_COMPAT_fixed_partitions_LABEL_image_1 DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_3e000
+#define DT_COMPAT_fixed_partitions_LABEL_image_1_EXISTS 1
+#define DT_COMPAT_fixed_partitions_LABEL_image_scratch DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_70000
+#define DT_COMPAT_fixed_partitions_LABEL_image_scratch_EXISTS 1
+#define DT_COMPAT_fixed_partitions_LABEL_storage DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_7a000
+#define DT_COMPAT_fixed_partitions_LABEL_storage_EXISTS 1
+
+/*
+ * Macros for compatibles with status "okay" nodes
+ */
+#define DT_COMPAT_HAS_OKAY_bbc_microbit_v2 1
+#define DT_COMPAT_HAS_OKAY_nordic_nrf52833_qiaa 1
+#define DT_COMPAT_HAS_OKAY_nordic_nrf52833 1
+#define DT_COMPAT_HAS_OKAY_nordic_nrf52 1
+#define DT_COMPAT_HAS_OKAY_simple_bus 1
+#define DT_COMPAT_HAS_OKAY_arm_v7m_nvic 1
+#define DT_COMPAT_HAS_OKAY_nordic_nrf_ficr 1
+#define DT_COMPAT_HAS_OKAY_nordic_nrf_uicr 1
+#define DT_COMPAT_HAS_OKAY_mmio_sram 1
+#define DT_COMPAT_HAS_OKAY_nordic_nrf_clock 1
+#define DT_COMPAT_HAS_OKAY_nordic_nrf_power 1
+#define DT_COMPAT_HAS_OKAY_nordic_nrf_gpregret 1
+#define DT_COMPAT_HAS_OKAY_nordic_nrf_radio 1
+#define DT_COMPAT_HAS_OKAY_nordic_nrf_uart 1
+#define DT_COMPAT_HAS_OKAY_nordic_nrf_twim 1
+#define DT_COMPAT_HAS_OKAY_st_lis2mdl 1
+#define DT_COMPAT_HAS_OKAY_st_lsm303agr_magn 1
+#define DT_COMPAT_HAS_OKAY_st_lis2dh 1
+#define DT_COMPAT_HAS_OKAY_st_lsm303agr_accel 1
+#define DT_COMPAT_HAS_OKAY_nordic_nrf_spim 1
+#define DT_COMPAT_HAS_OKAY_semtech_sx1276 1
+#define DT_COMPAT_HAS_OKAY_bosch_bme280 1
+#define DT_COMPAT_HAS_OKAY_nordic_nrf_gpiote 1
+#define DT_COMPAT_HAS_OKAY_nordic_nrf_saadc 1
+#define DT_COMPAT_HAS_OKAY_nordic_nrf_temp 1
+#define DT_COMPAT_HAS_OKAY_nordic_nrf_rng 1
+#define DT_COMPAT_HAS_OKAY_nordic_nrf_ecb 1
+#define DT_COMPAT_HAS_OKAY_nordic_nrf_ccm 1
+#define DT_COMPAT_HAS_OKAY_nordic_nrf_wdt 1
+#define DT_COMPAT_HAS_OKAY_nordic_nrf_egu 1
+#define DT_COMPAT_HAS_OKAY_nordic_nrf_swi 1
+#define DT_COMPAT_HAS_OKAY_nordic_nrf_acl 1
+#define DT_COMPAT_HAS_OKAY_nordic_nrf52_flash_controller 1
+#define DT_COMPAT_HAS_OKAY_soc_nv_flash 1
+#define DT_COMPAT_HAS_OKAY_fixed_partitions 1
+#define DT_COMPAT_HAS_OKAY_nordic_nrf_ppi 1
+#define DT_COMPAT_HAS_OKAY_nordic_nrf_mwu 1
+#define DT_COMPAT_HAS_OKAY_nordic_nrf_pwm 1
+#define DT_COMPAT_HAS_OKAY_nordic_nrf_usbd 1
+#define DT_COMPAT_HAS_OKAY_nordic_nrf_gpio 1
+#define DT_COMPAT_HAS_OKAY_nordic_nrf_pinctrl 1
+#define DT_COMPAT_HAS_OKAY_zephyr_bt_hci_entropy 1
+#define DT_COMPAT_HAS_OKAY_arm_cortex_m4f 1
+#define DT_COMPAT_HAS_OKAY_arm_armv7m_itm 1
+#define DT_COMPAT_HAS_OKAY_gpio_keys 1
+#define DT_COMPAT_HAS_OKAY_nordic_nrf_led_matrix 1
+#define DT_COMPAT_HAS_OKAY_microbit_edge_connector 1
+
+/*
+ * Macros for status "okay" instances of each compatible
+ */
+#define DT_N_INST_bbc_microbit_v2_NUM_OKAY 1
+#define DT_N_INST_nordic_nrf52833_qiaa_NUM_OKAY 1
+#define DT_N_INST_nordic_nrf52833_NUM_OKAY 1
+#define DT_N_INST_nordic_nrf52_NUM_OKAY 1
+#define DT_N_INST_simple_bus_NUM_OKAY 1
+#define DT_N_INST_arm_v7m_nvic_NUM_OKAY 1
+#define DT_N_INST_nordic_nrf_ficr_NUM_OKAY 1
+#define DT_N_INST_nordic_nrf_uicr_NUM_OKAY 1
+#define DT_N_INST_mmio_sram_NUM_OKAY 1
+#define DT_N_INST_nordic_nrf_clock_NUM_OKAY 1
+#define DT_N_INST_nordic_nrf_power_NUM_OKAY 1
+#define DT_N_INST_nordic_nrf_gpregret_NUM_OKAY 2
+#define DT_N_INST_nordic_nrf_radio_NUM_OKAY 1
+#define DT_N_INST_nordic_nrf_uart_NUM_OKAY 1
+#define DT_N_INST_nordic_nrf_twim_NUM_OKAY 1
+#define DT_N_INST_st_lis2mdl_NUM_OKAY 1
+#define DT_N_INST_st_lsm303agr_magn_NUM_OKAY 1
+#define DT_N_INST_st_lis2dh_NUM_OKAY 1
+#define DT_N_INST_st_lsm303agr_accel_NUM_OKAY 1
+#define DT_N_INST_nordic_nrf_spim_NUM_OKAY 1
+#define DT_N_INST_semtech_sx1276_NUM_OKAY 1
+#define DT_N_INST_bosch_bme280_NUM_OKAY 1
+#define DT_N_INST_nordic_nrf_gpiote_NUM_OKAY 1
+#define DT_N_INST_nordic_nrf_saadc_NUM_OKAY 1
+#define DT_N_INST_nordic_nrf_temp_NUM_OKAY 1
+#define DT_N_INST_nordic_nrf_rng_NUM_OKAY 1
+#define DT_N_INST_nordic_nrf_ecb_NUM_OKAY 1
+#define DT_N_INST_nordic_nrf_ccm_NUM_OKAY 1
+#define DT_N_INST_nordic_nrf_wdt_NUM_OKAY 1
+#define DT_N_INST_nordic_nrf_egu_NUM_OKAY 6
+#define DT_N_INST_nordic_nrf_swi_NUM_OKAY 6
+#define DT_N_INST_nordic_nrf_acl_NUM_OKAY 1
+#define DT_N_INST_nordic_nrf52_flash_controller_NUM_OKAY 1
+#define DT_N_INST_soc_nv_flash_NUM_OKAY 1
+#define DT_N_INST_fixed_partitions_NUM_OKAY 1
+#define DT_N_INST_nordic_nrf_ppi_NUM_OKAY 1
+#define DT_N_INST_nordic_nrf_mwu_NUM_OKAY 1
+#define DT_N_INST_nordic_nrf_pwm_NUM_OKAY 1
+#define DT_N_INST_nordic_nrf_usbd_NUM_OKAY 1
+#define DT_N_INST_nordic_nrf_gpio_NUM_OKAY 2
+#define DT_N_INST_nordic_nrf_pinctrl_NUM_OKAY 1
+#define DT_N_INST_zephyr_bt_hci_entropy_NUM_OKAY 1
+#define DT_N_INST_arm_cortex_m4f_NUM_OKAY 1
+#define DT_N_INST_arm_armv7m_itm_NUM_OKAY 1
+#define DT_N_INST_gpio_keys_NUM_OKAY 1
+#define DT_N_INST_nordic_nrf_led_matrix_NUM_OKAY 1
+#define DT_N_INST_microbit_edge_connector_NUM_OKAY 1
+#define DT_FOREACH_OKAY_bbc_microbit_v2(fn) fn(DT_N)
+#define DT_FOREACH_OKAY_VARGS_bbc_microbit_v2(fn, ...) fn(DT_N, __VA_ARGS__)
+#define DT_FOREACH_OKAY_INST_bbc_microbit_v2(fn) fn(0)
+#define DT_FOREACH_OKAY_INST_VARGS_bbc_microbit_v2(fn, ...) fn(0, __VA_ARGS__)
+#define DT_FOREACH_OKAY_nordic_nrf52833_qiaa(fn) fn(DT_N_S_soc)
+#define DT_FOREACH_OKAY_VARGS_nordic_nrf52833_qiaa(fn, ...) fn(DT_N_S_soc, __VA_ARGS__)
+#define DT_FOREACH_OKAY_INST_nordic_nrf52833_qiaa(fn) fn(0)
+#define DT_FOREACH_OKAY_INST_VARGS_nordic_nrf52833_qiaa(fn, ...) fn(0, __VA_ARGS__)
+#define DT_FOREACH_OKAY_nordic_nrf52833(fn) fn(DT_N_S_soc)
+#define DT_FOREACH_OKAY_VARGS_nordic_nrf52833(fn, ...) fn(DT_N_S_soc, __VA_ARGS__)
+#define DT_FOREACH_OKAY_INST_nordic_nrf52833(fn) fn(0)
+#define DT_FOREACH_OKAY_INST_VARGS_nordic_nrf52833(fn, ...) fn(0, __VA_ARGS__)
+#define DT_FOREACH_OKAY_nordic_nrf52(fn) fn(DT_N_S_soc)
+#define DT_FOREACH_OKAY_VARGS_nordic_nrf52(fn, ...) fn(DT_N_S_soc, __VA_ARGS__)
+#define DT_FOREACH_OKAY_INST_nordic_nrf52(fn) fn(0)
+#define DT_FOREACH_OKAY_INST_VARGS_nordic_nrf52(fn, ...) fn(0, __VA_ARGS__)
+#define DT_FOREACH_OKAY_simple_bus(fn) fn(DT_N_S_soc)
+#define DT_FOREACH_OKAY_VARGS_simple_bus(fn, ...) fn(DT_N_S_soc, __VA_ARGS__)
+#define DT_FOREACH_OKAY_INST_simple_bus(fn) fn(0)
+#define DT_FOREACH_OKAY_INST_VARGS_simple_bus(fn, ...) fn(0, __VA_ARGS__)
+#define DT_FOREACH_OKAY_arm_v7m_nvic(fn) fn(DT_N_S_soc_S_interrupt_controller_e000e100)
+#define DT_FOREACH_OKAY_VARGS_arm_v7m_nvic(fn, ...) fn(DT_N_S_soc_S_interrupt_controller_e000e100, __VA_ARGS__)
+#define DT_FOREACH_OKAY_INST_arm_v7m_nvic(fn) fn(0)
+#define DT_FOREACH_OKAY_INST_VARGS_arm_v7m_nvic(fn, ...) fn(0, __VA_ARGS__)
+#define DT_FOREACH_OKAY_nordic_nrf_ficr(fn) fn(DT_N_S_soc_S_ficr_10000000)
+#define DT_FOREACH_OKAY_VARGS_nordic_nrf_ficr(fn, ...) fn(DT_N_S_soc_S_ficr_10000000, __VA_ARGS__)
+#define DT_FOREACH_OKAY_INST_nordic_nrf_ficr(fn) fn(0)
+#define DT_FOREACH_OKAY_INST_VARGS_nordic_nrf_ficr(fn, ...) fn(0, __VA_ARGS__)
+#define DT_FOREACH_OKAY_nordic_nrf_uicr(fn) fn(DT_N_S_soc_S_uicr_10001000)
+#define DT_FOREACH_OKAY_VARGS_nordic_nrf_uicr(fn, ...) fn(DT_N_S_soc_S_uicr_10001000, __VA_ARGS__)
+#define DT_FOREACH_OKAY_INST_nordic_nrf_uicr(fn) fn(0)
+#define DT_FOREACH_OKAY_INST_VARGS_nordic_nrf_uicr(fn, ...) fn(0, __VA_ARGS__)
+#define DT_FOREACH_OKAY_mmio_sram(fn) fn(DT_N_S_soc_S_memory_20000000)
+#define DT_FOREACH_OKAY_VARGS_mmio_sram(fn, ...) fn(DT_N_S_soc_S_memory_20000000, __VA_ARGS__)
+#define DT_FOREACH_OKAY_INST_mmio_sram(fn) fn(0)
+#define DT_FOREACH_OKAY_INST_VARGS_mmio_sram(fn, ...) fn(0, __VA_ARGS__)
+#define DT_FOREACH_OKAY_nordic_nrf_clock(fn) fn(DT_N_S_soc_S_clock_40000000)
+#define DT_FOREACH_OKAY_VARGS_nordic_nrf_clock(fn, ...) fn(DT_N_S_soc_S_clock_40000000, __VA_ARGS__)
+#define DT_FOREACH_OKAY_INST_nordic_nrf_clock(fn) fn(0)
+#define DT_FOREACH_OKAY_INST_VARGS_nordic_nrf_clock(fn, ...) fn(0, __VA_ARGS__)
+#define DT_FOREACH_OKAY_nordic_nrf_power(fn) fn(DT_N_S_soc_S_power_40000000)
+#define DT_FOREACH_OKAY_VARGS_nordic_nrf_power(fn, ...) fn(DT_N_S_soc_S_power_40000000, __VA_ARGS__)
+#define DT_FOREACH_OKAY_INST_nordic_nrf_power(fn) fn(0)
+#define DT_FOREACH_OKAY_INST_VARGS_nordic_nrf_power(fn, ...) fn(0, __VA_ARGS__)
+#define DT_FOREACH_OKAY_nordic_nrf_gpregret(fn) fn(DT_N_S_soc_S_power_40000000_S_gpregret1_4000051c) fn(DT_N_S_soc_S_power_40000000_S_gpregret2_40000520)
+#define DT_FOREACH_OKAY_VARGS_nordic_nrf_gpregret(fn, ...) fn(DT_N_S_soc_S_power_40000000_S_gpregret1_4000051c, __VA_ARGS__) fn(DT_N_S_soc_S_power_40000000_S_gpregret2_40000520, __VA_ARGS__)
+#define DT_FOREACH_OKAY_INST_nordic_nrf_gpregret(fn) fn(0) fn(1)
+#define DT_FOREACH_OKAY_INST_VARGS_nordic_nrf_gpregret(fn, ...) fn(0, __VA_ARGS__) fn(1, __VA_ARGS__)
+#define DT_FOREACH_OKAY_nordic_nrf_radio(fn) fn(DT_N_S_soc_S_radio_40001000)
+#define DT_FOREACH_OKAY_VARGS_nordic_nrf_radio(fn, ...) fn(DT_N_S_soc_S_radio_40001000, __VA_ARGS__)
+#define DT_FOREACH_OKAY_INST_nordic_nrf_radio(fn) fn(0)
+#define DT_FOREACH_OKAY_INST_VARGS_nordic_nrf_radio(fn, ...) fn(0, __VA_ARGS__)
+#define DT_FOREACH_OKAY_nordic_nrf_uart(fn) fn(DT_N_S_soc_S_uart_40002000)
+#define DT_FOREACH_OKAY_VARGS_nordic_nrf_uart(fn, ...) fn(DT_N_S_soc_S_uart_40002000, __VA_ARGS__)
+#define DT_FOREACH_OKAY_INST_nordic_nrf_uart(fn) fn(0)
+#define DT_FOREACH_OKAY_INST_VARGS_nordic_nrf_uart(fn, ...) fn(0, __VA_ARGS__)
+#define DT_FOREACH_OKAY_nordic_nrf_twim(fn) fn(DT_N_S_soc_S_i2c_40003000)
+#define DT_FOREACH_OKAY_VARGS_nordic_nrf_twim(fn, ...) fn(DT_N_S_soc_S_i2c_40003000, __VA_ARGS__)
+#define DT_FOREACH_OKAY_INST_nordic_nrf_twim(fn) fn(0)
+#define DT_FOREACH_OKAY_INST_VARGS_nordic_nrf_twim(fn, ...) fn(0, __VA_ARGS__)
+#define DT_FOREACH_OKAY_st_lis2mdl(fn) fn(DT_N_S_soc_S_i2c_40003000_S_lsm303agr_magn_1e)
+#define DT_FOREACH_OKAY_VARGS_st_lis2mdl(fn, ...) fn(DT_N_S_soc_S_i2c_40003000_S_lsm303agr_magn_1e, __VA_ARGS__)
+#define DT_FOREACH_OKAY_INST_st_lis2mdl(fn) fn(0)
+#define DT_FOREACH_OKAY_INST_VARGS_st_lis2mdl(fn, ...) fn(0, __VA_ARGS__)
+#define DT_FOREACH_OKAY_st_lsm303agr_magn(fn) fn(DT_N_S_soc_S_i2c_40003000_S_lsm303agr_magn_1e)
+#define DT_FOREACH_OKAY_VARGS_st_lsm303agr_magn(fn, ...) fn(DT_N_S_soc_S_i2c_40003000_S_lsm303agr_magn_1e, __VA_ARGS__)
+#define DT_FOREACH_OKAY_INST_st_lsm303agr_magn(fn) fn(0)
+#define DT_FOREACH_OKAY_INST_VARGS_st_lsm303agr_magn(fn, ...) fn(0, __VA_ARGS__)
+#define DT_FOREACH_OKAY_st_lis2dh(fn) fn(DT_N_S_soc_S_i2c_40003000_S_lsm303agr_accel_19)
+#define DT_FOREACH_OKAY_VARGS_st_lis2dh(fn, ...) fn(DT_N_S_soc_S_i2c_40003000_S_lsm303agr_accel_19, __VA_ARGS__)
+#define DT_FOREACH_OKAY_INST_st_lis2dh(fn) fn(0)
+#define DT_FOREACH_OKAY_INST_VARGS_st_lis2dh(fn, ...) fn(0, __VA_ARGS__)
+#define DT_FOREACH_OKAY_st_lsm303agr_accel(fn) fn(DT_N_S_soc_S_i2c_40003000_S_lsm303agr_accel_19)
+#define DT_FOREACH_OKAY_VARGS_st_lsm303agr_accel(fn, ...) fn(DT_N_S_soc_S_i2c_40003000_S_lsm303agr_accel_19, __VA_ARGS__)
+#define DT_FOREACH_OKAY_INST_st_lsm303agr_accel(fn) fn(0)
+#define DT_FOREACH_OKAY_INST_VARGS_st_lsm303agr_accel(fn, ...) fn(0, __VA_ARGS__)
+#define DT_FOREACH_OKAY_nordic_nrf_spim(fn) fn(DT_N_S_soc_S_spi_40004000)
+#define DT_FOREACH_OKAY_VARGS_nordic_nrf_spim(fn, ...) fn(DT_N_S_soc_S_spi_40004000, __VA_ARGS__)
+#define DT_FOREACH_OKAY_INST_nordic_nrf_spim(fn) fn(0)
+#define DT_FOREACH_OKAY_INST_VARGS_nordic_nrf_spim(fn, ...) fn(0, __VA_ARGS__)
+#define DT_FOREACH_OKAY_semtech_sx1276(fn) fn(DT_N_S_soc_S_spi_40004000_S_lora_radio_0)
+#define DT_FOREACH_OKAY_VARGS_semtech_sx1276(fn, ...) fn(DT_N_S_soc_S_spi_40004000_S_lora_radio_0, __VA_ARGS__)
+#define DT_FOREACH_OKAY_INST_semtech_sx1276(fn) fn(0)
+#define DT_FOREACH_OKAY_INST_VARGS_semtech_sx1276(fn, ...) fn(0, __VA_ARGS__)
+#define DT_FOREACH_OKAY_bosch_bme280(fn) fn(DT_N_S_soc_S_spi_40004000_S_bme280_1)
+#define DT_FOREACH_OKAY_VARGS_bosch_bme280(fn, ...) fn(DT_N_S_soc_S_spi_40004000_S_bme280_1, __VA_ARGS__)
+#define DT_FOREACH_OKAY_INST_bosch_bme280(fn) fn(0)
+#define DT_FOREACH_OKAY_INST_VARGS_bosch_bme280(fn, ...) fn(0, __VA_ARGS__)
+#define DT_FOREACH_OKAY_nordic_nrf_gpiote(fn) fn(DT_N_S_soc_S_gpiote_40006000)
+#define DT_FOREACH_OKAY_VARGS_nordic_nrf_gpiote(fn, ...) fn(DT_N_S_soc_S_gpiote_40006000, __VA_ARGS__)
+#define DT_FOREACH_OKAY_INST_nordic_nrf_gpiote(fn) fn(0)
+#define DT_FOREACH_OKAY_INST_VARGS_nordic_nrf_gpiote(fn, ...) fn(0, __VA_ARGS__)
+#define DT_FOREACH_OKAY_nordic_nrf_saadc(fn) fn(DT_N_S_soc_S_adc_40007000)
+#define DT_FOREACH_OKAY_VARGS_nordic_nrf_saadc(fn, ...) fn(DT_N_S_soc_S_adc_40007000, __VA_ARGS__)
+#define DT_FOREACH_OKAY_INST_nordic_nrf_saadc(fn) fn(0)
+#define DT_FOREACH_OKAY_INST_VARGS_nordic_nrf_saadc(fn, ...) fn(0, __VA_ARGS__)
+#define DT_FOREACH_OKAY_nordic_nrf_temp(fn) fn(DT_N_S_soc_S_temp_4000c000)
+#define DT_FOREACH_OKAY_VARGS_nordic_nrf_temp(fn, ...) fn(DT_N_S_soc_S_temp_4000c000, __VA_ARGS__)
+#define DT_FOREACH_OKAY_INST_nordic_nrf_temp(fn) fn(0)
+#define DT_FOREACH_OKAY_INST_VARGS_nordic_nrf_temp(fn, ...) fn(0, __VA_ARGS__)
+#define DT_FOREACH_OKAY_nordic_nrf_rng(fn) fn(DT_N_S_soc_S_random_4000d000)
+#define DT_FOREACH_OKAY_VARGS_nordic_nrf_rng(fn, ...) fn(DT_N_S_soc_S_random_4000d000, __VA_ARGS__)
+#define DT_FOREACH_OKAY_INST_nordic_nrf_rng(fn) fn(0)
+#define DT_FOREACH_OKAY_INST_VARGS_nordic_nrf_rng(fn, ...) fn(0, __VA_ARGS__)
+#define DT_FOREACH_OKAY_nordic_nrf_ecb(fn) fn(DT_N_S_soc_S_ecb_4000e000)
+#define DT_FOREACH_OKAY_VARGS_nordic_nrf_ecb(fn, ...) fn(DT_N_S_soc_S_ecb_4000e000, __VA_ARGS__)
+#define DT_FOREACH_OKAY_INST_nordic_nrf_ecb(fn) fn(0)
+#define DT_FOREACH_OKAY_INST_VARGS_nordic_nrf_ecb(fn, ...) fn(0, __VA_ARGS__)
+#define DT_FOREACH_OKAY_nordic_nrf_ccm(fn) fn(DT_N_S_soc_S_ccm_4000f000)
+#define DT_FOREACH_OKAY_VARGS_nordic_nrf_ccm(fn, ...) fn(DT_N_S_soc_S_ccm_4000f000, __VA_ARGS__)
+#define DT_FOREACH_OKAY_INST_nordic_nrf_ccm(fn) fn(0)
+#define DT_FOREACH_OKAY_INST_VARGS_nordic_nrf_ccm(fn, ...) fn(0, __VA_ARGS__)
+#define DT_FOREACH_OKAY_nordic_nrf_wdt(fn) fn(DT_N_S_soc_S_watchdog_40010000)
+#define DT_FOREACH_OKAY_VARGS_nordic_nrf_wdt(fn, ...) fn(DT_N_S_soc_S_watchdog_40010000, __VA_ARGS__)
+#define DT_FOREACH_OKAY_INST_nordic_nrf_wdt(fn) fn(0)
+#define DT_FOREACH_OKAY_INST_VARGS_nordic_nrf_wdt(fn, ...) fn(0, __VA_ARGS__)
+#define DT_FOREACH_OKAY_nordic_nrf_egu(fn) fn(DT_N_S_soc_S_egu_40014000) fn(DT_N_S_soc_S_egu_40015000) fn(DT_N_S_soc_S_egu_40016000) fn(DT_N_S_soc_S_egu_40017000) fn(DT_N_S_soc_S_egu_40018000) fn(DT_N_S_soc_S_egu_40019000)
+#define DT_FOREACH_OKAY_VARGS_nordic_nrf_egu(fn, ...) fn(DT_N_S_soc_S_egu_40014000, __VA_ARGS__) fn(DT_N_S_soc_S_egu_40015000, __VA_ARGS__) fn(DT_N_S_soc_S_egu_40016000, __VA_ARGS__) fn(DT_N_S_soc_S_egu_40017000, __VA_ARGS__) fn(DT_N_S_soc_S_egu_40018000, __VA_ARGS__) fn(DT_N_S_soc_S_egu_40019000, __VA_ARGS__)
+#define DT_FOREACH_OKAY_INST_nordic_nrf_egu(fn) fn(0) fn(1) fn(2) fn(3) fn(4) fn(5)
+#define DT_FOREACH_OKAY_INST_VARGS_nordic_nrf_egu(fn, ...) fn(0, __VA_ARGS__) fn(1, __VA_ARGS__) fn(2, __VA_ARGS__) fn(3, __VA_ARGS__) fn(4, __VA_ARGS__) fn(5, __VA_ARGS__)
+#define DT_FOREACH_OKAY_nordic_nrf_swi(fn) fn(DT_N_S_soc_S_egu_40014000) fn(DT_N_S_soc_S_egu_40015000) fn(DT_N_S_soc_S_egu_40016000) fn(DT_N_S_soc_S_egu_40017000) fn(DT_N_S_soc_S_egu_40018000) fn(DT_N_S_soc_S_egu_40019000)
+#define DT_FOREACH_OKAY_VARGS_nordic_nrf_swi(fn, ...) fn(DT_N_S_soc_S_egu_40014000, __VA_ARGS__) fn(DT_N_S_soc_S_egu_40015000, __VA_ARGS__) fn(DT_N_S_soc_S_egu_40016000, __VA_ARGS__) fn(DT_N_S_soc_S_egu_40017000, __VA_ARGS__) fn(DT_N_S_soc_S_egu_40018000, __VA_ARGS__) fn(DT_N_S_soc_S_egu_40019000, __VA_ARGS__)
+#define DT_FOREACH_OKAY_INST_nordic_nrf_swi(fn) fn(0) fn(1) fn(2) fn(3) fn(4) fn(5)
+#define DT_FOREACH_OKAY_INST_VARGS_nordic_nrf_swi(fn, ...) fn(0, __VA_ARGS__) fn(1, __VA_ARGS__) fn(2, __VA_ARGS__) fn(3, __VA_ARGS__) fn(4, __VA_ARGS__) fn(5, __VA_ARGS__)
+#define DT_FOREACH_OKAY_nordic_nrf_acl(fn) fn(DT_N_S_soc_S_acl_4001e000)
+#define DT_FOREACH_OKAY_VARGS_nordic_nrf_acl(fn, ...) fn(DT_N_S_soc_S_acl_4001e000, __VA_ARGS__)
+#define DT_FOREACH_OKAY_INST_nordic_nrf_acl(fn) fn(0)
+#define DT_FOREACH_OKAY_INST_VARGS_nordic_nrf_acl(fn, ...) fn(0, __VA_ARGS__)
+#define DT_FOREACH_OKAY_nordic_nrf52_flash_controller(fn) fn(DT_N_S_soc_S_flash_controller_4001e000)
+#define DT_FOREACH_OKAY_VARGS_nordic_nrf52_flash_controller(fn, ...) fn(DT_N_S_soc_S_flash_controller_4001e000, __VA_ARGS__)
+#define DT_FOREACH_OKAY_INST_nordic_nrf52_flash_controller(fn) fn(0)
+#define DT_FOREACH_OKAY_INST_VARGS_nordic_nrf52_flash_controller(fn, ...) fn(0, __VA_ARGS__)
+#define DT_FOREACH_OKAY_soc_nv_flash(fn) fn(DT_N_S_soc_S_flash_controller_4001e000_S_flash_0)
+#define DT_FOREACH_OKAY_VARGS_soc_nv_flash(fn, ...) fn(DT_N_S_soc_S_flash_controller_4001e000_S_flash_0, __VA_ARGS__)
+#define DT_FOREACH_OKAY_INST_soc_nv_flash(fn) fn(0)
+#define DT_FOREACH_OKAY_INST_VARGS_soc_nv_flash(fn, ...) fn(0, __VA_ARGS__)
+#define DT_FOREACH_OKAY_fixed_partitions(fn) fn(DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions)
+#define DT_FOREACH_OKAY_VARGS_fixed_partitions(fn, ...) fn(DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions, __VA_ARGS__)
+#define DT_FOREACH_OKAY_INST_fixed_partitions(fn) fn(0)
+#define DT_FOREACH_OKAY_INST_VARGS_fixed_partitions(fn, ...) fn(0, __VA_ARGS__)
+#define DT_FOREACH_OKAY_nordic_nrf_ppi(fn) fn(DT_N_S_soc_S_ppi_4001f000)
+#define DT_FOREACH_OKAY_VARGS_nordic_nrf_ppi(fn, ...) fn(DT_N_S_soc_S_ppi_4001f000, __VA_ARGS__)
+#define DT_FOREACH_OKAY_INST_nordic_nrf_ppi(fn) fn(0)
+#define DT_FOREACH_OKAY_INST_VARGS_nordic_nrf_ppi(fn, ...) fn(0, __VA_ARGS__)
+#define DT_FOREACH_OKAY_nordic_nrf_mwu(fn) fn(DT_N_S_soc_S_mwu_40020000)
+#define DT_FOREACH_OKAY_VARGS_nordic_nrf_mwu(fn, ...) fn(DT_N_S_soc_S_mwu_40020000, __VA_ARGS__)
+#define DT_FOREACH_OKAY_INST_nordic_nrf_mwu(fn) fn(0)
+#define DT_FOREACH_OKAY_INST_VARGS_nordic_nrf_mwu(fn, ...) fn(0, __VA_ARGS__)
+#define DT_FOREACH_OKAY_nordic_nrf_pwm(fn) fn(DT_N_S_soc_S_pwm_40021000)
+#define DT_FOREACH_OKAY_VARGS_nordic_nrf_pwm(fn, ...) fn(DT_N_S_soc_S_pwm_40021000, __VA_ARGS__)
+#define DT_FOREACH_OKAY_INST_nordic_nrf_pwm(fn) fn(0)
+#define DT_FOREACH_OKAY_INST_VARGS_nordic_nrf_pwm(fn, ...) fn(0, __VA_ARGS__)
+#define DT_FOREACH_OKAY_nordic_nrf_usbd(fn) fn(DT_N_S_soc_S_usbd_40027000)
+#define DT_FOREACH_OKAY_VARGS_nordic_nrf_usbd(fn, ...) fn(DT_N_S_soc_S_usbd_40027000, __VA_ARGS__)
+#define DT_FOREACH_OKAY_INST_nordic_nrf_usbd(fn) fn(0)
+#define DT_FOREACH_OKAY_INST_VARGS_nordic_nrf_usbd(fn, ...) fn(0, __VA_ARGS__)
+#define DT_FOREACH_OKAY_nordic_nrf_gpio(fn) fn(DT_N_S_soc_S_gpio_50000000) fn(DT_N_S_soc_S_gpio_50000300)
+#define DT_FOREACH_OKAY_VARGS_nordic_nrf_gpio(fn, ...) fn(DT_N_S_soc_S_gpio_50000000, __VA_ARGS__) fn(DT_N_S_soc_S_gpio_50000300, __VA_ARGS__)
+#define DT_FOREACH_OKAY_INST_nordic_nrf_gpio(fn) fn(0) fn(1)
+#define DT_FOREACH_OKAY_INST_VARGS_nordic_nrf_gpio(fn, ...) fn(0, __VA_ARGS__) fn(1, __VA_ARGS__)
+#define DT_FOREACH_OKAY_nordic_nrf_pinctrl(fn) fn(DT_N_S_pin_controller)
+#define DT_FOREACH_OKAY_VARGS_nordic_nrf_pinctrl(fn, ...) fn(DT_N_S_pin_controller, __VA_ARGS__)
+#define DT_FOREACH_OKAY_INST_nordic_nrf_pinctrl(fn) fn(0)
+#define DT_FOREACH_OKAY_INST_VARGS_nordic_nrf_pinctrl(fn, ...) fn(0, __VA_ARGS__)
+#define DT_FOREACH_OKAY_zephyr_bt_hci_entropy(fn) fn(DT_N_S_entropy_bt_hci)
+#define DT_FOREACH_OKAY_VARGS_zephyr_bt_hci_entropy(fn, ...) fn(DT_N_S_entropy_bt_hci, __VA_ARGS__)
+#define DT_FOREACH_OKAY_INST_zephyr_bt_hci_entropy(fn) fn(0)
+#define DT_FOREACH_OKAY_INST_VARGS_zephyr_bt_hci_entropy(fn, ...) fn(0, __VA_ARGS__)
+#define DT_FOREACH_OKAY_arm_cortex_m4f(fn) fn(DT_N_S_cpus_S_cpu_0)
+#define DT_FOREACH_OKAY_VARGS_arm_cortex_m4f(fn, ...) fn(DT_N_S_cpus_S_cpu_0, __VA_ARGS__)
+#define DT_FOREACH_OKAY_INST_arm_cortex_m4f(fn) fn(0)
+#define DT_FOREACH_OKAY_INST_VARGS_arm_cortex_m4f(fn, ...) fn(0, __VA_ARGS__)
+#define DT_FOREACH_OKAY_arm_armv7m_itm(fn) fn(DT_N_S_cpus_S_cpu_0_S_itm_e0000000)
+#define DT_FOREACH_OKAY_VARGS_arm_armv7m_itm(fn, ...) fn(DT_N_S_cpus_S_cpu_0_S_itm_e0000000, __VA_ARGS__)
+#define DT_FOREACH_OKAY_INST_arm_armv7m_itm(fn) fn(0)
+#define DT_FOREACH_OKAY_INST_VARGS_arm_armv7m_itm(fn, ...) fn(0, __VA_ARGS__)
+#define DT_FOREACH_OKAY_gpio_keys(fn) fn(DT_N_S_gpio_keys)
+#define DT_FOREACH_OKAY_VARGS_gpio_keys(fn, ...) fn(DT_N_S_gpio_keys, __VA_ARGS__)
+#define DT_FOREACH_OKAY_INST_gpio_keys(fn) fn(0)
+#define DT_FOREACH_OKAY_INST_VARGS_gpio_keys(fn, ...) fn(0, __VA_ARGS__)
+#define DT_FOREACH_OKAY_nordic_nrf_led_matrix(fn) fn(DT_N_S_led_matrix)
+#define DT_FOREACH_OKAY_VARGS_nordic_nrf_led_matrix(fn, ...) fn(DT_N_S_led_matrix, __VA_ARGS__)
+#define DT_FOREACH_OKAY_INST_nordic_nrf_led_matrix(fn) fn(0)
+#define DT_FOREACH_OKAY_INST_VARGS_nordic_nrf_led_matrix(fn, ...) fn(0, __VA_ARGS__)
+#define DT_FOREACH_OKAY_microbit_edge_connector(fn) fn(DT_N_S_connector)
+#define DT_FOREACH_OKAY_VARGS_microbit_edge_connector(fn, ...) fn(DT_N_S_connector, __VA_ARGS__)
+#define DT_FOREACH_OKAY_INST_microbit_edge_connector(fn) fn(0)
+#define DT_FOREACH_OKAY_INST_VARGS_microbit_edge_connector(fn, ...) fn(0, __VA_ARGS__)
+
+/*
+ * Bus information for status "okay" nodes of each compatible
+ */
+#define DT_COMPAT_st_lis2mdl_BUS_i2c 1
+#define DT_COMPAT_st_lsm303agr_magn_BUS_i2c 1
+#define DT_COMPAT_st_lis2dh_BUS_i2c 1
+#define DT_COMPAT_st_lsm303agr_accel_BUS_i2c 1
+#define DT_COMPAT_semtech_sx1276_BUS_spi 1
+#define DT_COMPAT_bosch_bme280_BUS_spi 1
diff --git a/build/zephyr/include/generated/driver-validation.h b/build/zephyr/include/generated/driver-validation.h
new file mode 100644
index 0000000000000000000000000000000000000000..2b6a1603354bd7194eeaf5c4cf4f2bdd6c725647
--- /dev/null
+++ b/build/zephyr/include/generated/driver-validation.h
@@ -0,0 +1,158 @@
+#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_ADC(ptr, op) K_SYSCALL_DRIVER_GEN(ptr, op, adc, ADC)
+
+#define K_SYSCALL_DRIVER_ENTROPY(ptr, op) K_SYSCALL_DRIVER_GEN(ptr, op, entropy, ENTROPY)
+
+#define K_SYSCALL_DRIVER_FLASH(ptr, op) K_SYSCALL_DRIVER_GEN(ptr, op, flash, FLASH)
+
+#define K_SYSCALL_DRIVER_GPIO(ptr, op) K_SYSCALL_DRIVER_GEN(ptr, op, gpio, GPIO)
+
+#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_SENSOR(ptr, op) K_SYSCALL_DRIVER_GEN(ptr, op, sensor, SENSOR)
+
+#define K_SYSCALL_DRIVER_UART(ptr, op) K_SYSCALL_DRIVER_GEN(ptr, op, uart, UART)
+
+#define K_SYSCALL_DRIVER_SPI(ptr, op) K_SYSCALL_DRIVER_GEN(ptr, op, spi, SPI)
+
+#define K_SYSCALL_DRIVER_SHARED_IRQ(ptr, op) K_SYSCALL_DRIVER_GEN(ptr, op, shared_irq, SHARED_IRQ)
+
+#define K_SYSCALL_DRIVER_CRYPTO(ptr, op) K_SYSCALL_DRIVER_GEN(ptr, op, crypto, CRYPTO)
+
+#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_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_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_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_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_HWSPINLOCK(ptr, op) K_SYSCALL_DRIVER_GEN(ptr, op, hwspinlock, HWSPINLOCK)
+
+#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_KSCAN(ptr, op) K_SYSCALL_DRIVER_GEN(ptr, op, kscan, KSCAN)
+
+#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_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_SMBUS(ptr, op) K_SYSCALL_DRIVER_GEN(ptr, op, smbus, SMBUS)
+
+#define K_SYSCALL_DRIVER_SYSCON(ptr, op) K_SYSCALL_DRIVER_GEN(ptr, op, syscon, SYSCON)
+
+#define K_SYSCALL_DRIVER_VIDEO(ptr, op) K_SYSCALL_DRIVER_GEN(ptr, op, video, VIDEO)
+
+#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_CAN_TRANSCEIVER(ptr, op) K_SYSCALL_DRIVER_GEN(ptr, op, can_transceiver, CAN_TRANSCEIVER)
+
+#define K_SYSCALL_DRIVER_UART_MUX(ptr, op) K_SYSCALL_DRIVER_GEN(ptr, op, uart_mux, UART_MUX)
+
+#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_TGPIO(ptr, op) K_SYSCALL_DRIVER_GEN(ptr, op, tgpio, TGPIO)
+
+#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_SVC(ptr, op) K_SYSCALL_DRIVER_GEN(ptr, op, svc, SVC)
+
+#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/build/zephyr/include/generated/kobj-types-enum.h b/build/zephyr/include/generated/kobj-types-enum.h
new file mode 100644
index 0000000000000000000000000000000000000000..07fb97583dee79928051968e06f6d2db07681482
--- /dev/null
+++ b/build/zephyr/include/generated/kobj-types-enum.h
@@ -0,0 +1,118 @@
+/* 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_SENSOR_ASYNC_API
+K_OBJ_SENSOR_DECODER_API,
+#endif
+/* Driver subsystems */
+K_OBJ_DRIVER_ADC,
+K_OBJ_DRIVER_ENTROPY,
+K_OBJ_DRIVER_FLASH,
+K_OBJ_DRIVER_GPIO,
+K_OBJ_DRIVER_I2C,
+K_OBJ_DRIVER_I2C_TARGET,
+K_OBJ_DRIVER_SENSOR,
+K_OBJ_DRIVER_UART,
+K_OBJ_DRIVER_SPI,
+K_OBJ_DRIVER_SHARED_IRQ,
+K_OBJ_DRIVER_CRYPTO,
+K_OBJ_DRIVER_AUXDISPLAY,
+K_OBJ_DRIVER_BBRAM,
+K_OBJ_DRIVER_CAN,
+K_OBJ_DRIVER_CELLULAR,
+K_OBJ_DRIVER_CHARGER,
+K_OBJ_DRIVER_CLOCK_CONTROL,
+K_OBJ_DRIVER_COREDUMP,
+K_OBJ_DRIVER_COUNTER,
+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_ESPI,
+K_OBJ_DRIVER_ESPI_SAF,
+K_OBJ_DRIVER_FPGA,
+K_OBJ_DRIVER_FUEL_GAUGE,
+K_OBJ_DRIVER_GNSS,
+K_OBJ_DRIVER_HWSPINLOCK,
+K_OBJ_DRIVER_I2S,
+K_OBJ_DRIVER_I3C,
+K_OBJ_DRIVER_IPM,
+K_OBJ_DRIVER_KSCAN,
+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_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_SMBUS,
+K_OBJ_DRIVER_SYSCON,
+K_OBJ_DRIVER_VIDEO,
+K_OBJ_DRIVER_W1,
+K_OBJ_DRIVER_WDT,
+K_OBJ_DRIVER_CAN_TRANSCEIVER,
+K_OBJ_DRIVER_UART_MUX,
+K_OBJ_DRIVER_I3C_TARGET,
+K_OBJ_DRIVER_ITS,
+K_OBJ_DRIVER_VTD,
+K_OBJ_DRIVER_TGPIO,
+K_OBJ_DRIVER_PCIE_CTRL,
+K_OBJ_DRIVER_PCIE_EP,
+K_OBJ_DRIVER_SVC,
+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/build/zephyr/include/generated/ncs_commit.h b/build/zephyr/include/generated/ncs_commit.h
new file mode 100644
index 0000000000000000000000000000000000000000..475b51b1e61e41a32b9baaa7533e87795ab5f98b
--- /dev/null
+++ b/build/zephyr/include/generated/ncs_commit.h
@@ -0,0 +1,12 @@
+#ifndef _NCS_COMMIT_H_
+#define _NCS_COMMIT_H_
+
+/*  values come from cmake/version.cmake
+ * BUILD_COMMIT related  values will be 'git rev-parse',
+ * alternatively user defined BUILD_VERSION.
+ */
+
+#define NCS_COMMIT                   5cb85570ca43
+#define NCS_COMMIT_STRING            "5cb85570ca43"
+
+#endif /* _NCS_COMMIT_H_ */
diff --git a/build/zephyr/include/generated/ncs_version.h b/build/zephyr/include/generated/ncs_version.h
new file mode 100644
index 0000000000000000000000000000000000000000..5470c0af6c3d7afc02addc7287f7461c09e83241
--- /dev/null
+++ b/build/zephyr/include/generated/ncs_version.h
@@ -0,0 +1,25 @@
+#ifndef _NCS_VERSION_H_
+#define _NCS_VERSION_H_
+
+/*  values come from cmake/version.cmake
+ * BUILD_VERSION related  values will be 'git describe',
+ * alternatively user defined BUILD_VERSION.
+ */
+
+/* #undef ZEPHYR_VERSION_CODE */
+/* #undef ZEPHYR_VERSION */
+
+#define NCSVERSION                   
+#define NCS_VERSION_NUMBER           0x20700
+#define NCS_VERSION_MAJOR            2
+#define NCS_VERSION_MINOR            7
+#define NCS_PATCHLEVEL               0
+#define NCS_TWEAK                    
+#define NCS_VERSION_STRING           "2.7.0"
+#define NCS_VERSION_EXTENDED_STRING  ""
+#define NCS_VERSION_TWEAK_STRING     ""
+
+#define NCS_BUILD_VERSION v2.7.0
+
+
+#endif /* _NCS_VERSION_H_ */
diff --git a/build/zephyr/include/generated/offsets.h b/build/zephyr/include/generated/offsets.h
new file mode 100644
index 0000000000000000000000000000000000000000..ef3c271d2d1af8768fd29b7b4d8518af97b310e0
--- /dev/null
+++ b/build/zephyr/include/generated/offsets.h
@@ -0,0 +1,31 @@
+/* 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 0x6c
+#define __z_interrupt_stack_SIZEOF 0x800
+#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
+
+#endif /* __GEN_OFFSETS_H__ */
diff --git a/build/zephyr/include/generated/otype-to-size.h b/build/zephyr/include/generated/otype-to-size.h
new file mode 100644
index 0000000000000000000000000000000000000000..5ae6675dcb5254c870d7b220b1a2497ee4b4242f
--- /dev/null
+++ b/build/zephyr/include/generated/otype-to-size.h
@@ -0,0 +1,15 @@
+/* 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/build/zephyr/include/generated/otype-to-str.h b/build/zephyr/include/generated/otype-to-str.h
new file mode 100644
index 0000000000000000000000000000000000000000..84f529419072d654c4778b3ad103897a467b67b7
--- /dev/null
+++ b/build/zephyr/include/generated/otype-to-str.h
@@ -0,0 +1,118 @@
+/* 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_SENSOR_ASYNC_API
+case K_OBJ_SENSOR_DECODER_API: ret = "sensor_decoder_api"; break;
+#endif
+/* Driver subsystems */
+case K_OBJ_DRIVER_ADC: ret = "adc driver"; break;
+case K_OBJ_DRIVER_ENTROPY: ret = "entropy driver"; break;
+case K_OBJ_DRIVER_FLASH: ret = "flash driver"; break;
+case K_OBJ_DRIVER_GPIO: ret = "gpio 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_SENSOR: ret = "sensor driver"; break;
+case K_OBJ_DRIVER_UART: ret = "uart driver"; break;
+case K_OBJ_DRIVER_SPI: ret = "spi driver"; break;
+case K_OBJ_DRIVER_SHARED_IRQ: ret = "shared_irq driver"; break;
+case K_OBJ_DRIVER_CRYPTO: ret = "crypto driver"; break;
+case K_OBJ_DRIVER_AUXDISPLAY: ret = "auxdisplay driver"; break;
+case K_OBJ_DRIVER_BBRAM: ret = "bbram 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_COREDUMP: ret = "coredump driver"; break;
+case K_OBJ_DRIVER_COUNTER: ret = "counter 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_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_HWSPINLOCK: ret = "hwspinlock 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_KSCAN: ret = "kscan 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_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_SMBUS: ret = "smbus driver"; break;
+case K_OBJ_DRIVER_SYSCON: ret = "syscon driver"; break;
+case K_OBJ_DRIVER_VIDEO: ret = "video driver"; break;
+case K_OBJ_DRIVER_W1: ret = "w1 driver"; break;
+case K_OBJ_DRIVER_WDT: ret = "wdt driver"; break;
+case K_OBJ_DRIVER_CAN_TRANSCEIVER: ret = "can_transceiver driver"; break;
+case K_OBJ_DRIVER_UART_MUX: ret = "uart_mux 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_TGPIO: ret = "tgpio 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_SVC: ret = "svc 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/build/zephyr/include/generated/snippets-data-sections.ld b/build/zephyr/include/generated/snippets-data-sections.ld
new file mode 100644
index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391
diff --git a/build/zephyr/include/generated/snippets-dtcm-section.ld b/build/zephyr/include/generated/snippets-dtcm-section.ld
new file mode 100644
index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391
diff --git a/build/zephyr/include/generated/snippets-itcm-section.ld b/build/zephyr/include/generated/snippets-itcm-section.ld
new file mode 100644
index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391
diff --git a/build/zephyr/include/generated/snippets-nocache-section.ld b/build/zephyr/include/generated/snippets-nocache-section.ld
new file mode 100644
index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391
diff --git a/build/zephyr/include/generated/snippets-noinit.ld b/build/zephyr/include/generated/snippets-noinit.ld
new file mode 100644
index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391
diff --git a/build/zephyr/include/generated/snippets-pinned-data-sections.ld b/build/zephyr/include/generated/snippets-pinned-data-sections.ld
new file mode 100644
index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391
diff --git a/build/zephyr/include/generated/snippets-pinned-ram-sections.ld b/build/zephyr/include/generated/snippets-pinned-ram-sections.ld
new file mode 100644
index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391
diff --git a/build/zephyr/include/generated/snippets-pinned-rodata.ld b/build/zephyr/include/generated/snippets-pinned-rodata.ld
new file mode 100644
index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391
diff --git a/build/zephyr/include/generated/snippets-ram-sections.ld b/build/zephyr/include/generated/snippets-ram-sections.ld
new file mode 100644
index 0000000000000000000000000000000000000000..74bd87f9e634380a5fac6c15041015824d27dafb
--- /dev/null
+++ b/build/zephyr/include/generated/snippets-ram-sections.ld
@@ -0,0 +1 @@
+/* Sort key: "default" */#include "../arch/common/ramfunc.ld"
diff --git a/build/zephyr/include/generated/snippets-ramfunc-section.ld b/build/zephyr/include/generated/snippets-ramfunc-section.ld
new file mode 100644
index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391
diff --git a/build/zephyr/include/generated/snippets-rodata.ld b/build/zephyr/include/generated/snippets-rodata.ld
new file mode 100644
index 0000000000000000000000000000000000000000..27b783f7f4f28dba4b45ccba2807a887c88327a1
--- /dev/null
+++ b/build/zephyr/include/generated/snippets-rodata.ld
@@ -0,0 +1 @@
+/* Sort key: "default" */#include "../arch/arm/core/swi_tables.ld"
diff --git a/build/zephyr/include/generated/snippets-rom-start.ld b/build/zephyr/include/generated/snippets-rom-start.ld
new file mode 100644
index 0000000000000000000000000000000000000000..4f6d2e683dd5f61237f310336e5276b90f32e1c7
--- /dev/null
+++ b/build/zephyr/include/generated/snippets-rom-start.ld
@@ -0,0 +1,6 @@
+/* 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/build/zephyr/include/generated/snippets-rwdata.ld b/build/zephyr/include/generated/snippets-rwdata.ld
new file mode 100644
index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391
diff --git a/build/zephyr/include/generated/snippets-sections.ld b/build/zephyr/include/generated/snippets-sections.ld
new file mode 100644
index 0000000000000000000000000000000000000000..d66bc331b6028fe7e8a3adb5d4fdad54db2e9731
--- /dev/null
+++ b/build/zephyr/include/generated/snippets-sections.ld
@@ -0,0 +1,2 @@
+/* Sort key: "default" */#include "../soc/nordic/common/arm_platform_init.ld"
+/* Sort key: "default" */#include "zephyr/linker/intlist.ld"
diff --git a/build/zephyr/include/generated/syscall_dispatch.c b/build/zephyr/include/generated/syscall_dispatch.c
new file mode 100644
index 0000000000000000000000000000000000000000..d92682ece9687903452d9cd37e1a25593d243fd9
--- /dev/null
+++ b/build/zephyr/include/generated/syscall_dispatch.c
@@ -0,0 +1,907 @@
+/* auto-generated by gen_syscalls.py, don't edit */
+
+#include <zephyr/llext/symbol.h>
+
+/* 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___posix_clock_get_base(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_sys_rand_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_sys_csrand_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_adc_channel_setup(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_adc_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_adc_read_async(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_entropy_get_entropy(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_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_gpio_pin_interrupt_configure(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_gpio_pin_configure(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_gpio_port_get_direction(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_gpio_pin_get_config(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_gpio_port_get_raw(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_gpio_port_set_masked_raw(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_gpio_port_set_bits_raw(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_gpio_port_clear_bits_raw(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_gpio_port_toggle_bits(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_gpio_get_pending_int(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_i2c_configure(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_i2c_get_config(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_i2c_transfer(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_i2c_recover_bus(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_i2c_target_driver_register(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_i2c_target_driver_unregister(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_sensor_attr_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_sensor_attr_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_sensor_sample_fetch(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_sensor_sample_fetch_chan(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_sensor_channel_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_sensor_get_decoder(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_sensor_reconfigure_read_iodev(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_uart_err_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_uart_poll_in(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_uart_poll_in_u16(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_uart_poll_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_uart_poll_out_u16(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_uart_configure(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_uart_config_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_uart_irq_tx_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_uart_irq_tx_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_uart_irq_rx_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_uart_irq_rx_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_uart_irq_err_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_uart_irq_err_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_uart_irq_is_pending(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_uart_irq_update(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_uart_tx(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_uart_tx_u16(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_uart_tx_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_uart_rx_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_uart_rx_enable_u16(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_uart_rx_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_uart_line_ctrl_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_uart_line_ctrl_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_uart_drv_cmd(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_spi_transceive(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_spi_release(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_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_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_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_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_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_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_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_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_pipe_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_pipe_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_read_avail(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_avail(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_flush(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_buffer_flush(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_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);
+
+__weak ALIAS_OF(handler_no_syscall)
+uintptr_t z_mrsh_z_errno(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___POSIX_CLOCK_GET_BASE] = z_mrsh___posix_clock_get_base,
+	[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_SYS_RAND_GET] = z_mrsh_sys_rand_get,
+	[K_SYSCALL_SYS_CSRAND_GET] = z_mrsh_sys_csrand_get,
+	[K_SYSCALL_ADC_CHANNEL_SETUP] = z_mrsh_adc_channel_setup,
+	[K_SYSCALL_ADC_READ] = z_mrsh_adc_read,
+	[K_SYSCALL_ADC_READ_ASYNC] = z_mrsh_adc_read_async,
+	[K_SYSCALL_ENTROPY_GET_ENTROPY] = z_mrsh_entropy_get_entropy,
+	[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_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_GPIO_PIN_INTERRUPT_CONFIGURE] = z_mrsh_gpio_pin_interrupt_configure,
+	[K_SYSCALL_GPIO_PIN_CONFIGURE] = z_mrsh_gpio_pin_configure,
+	[K_SYSCALL_GPIO_PORT_GET_DIRECTION] = z_mrsh_gpio_port_get_direction,
+	[K_SYSCALL_GPIO_PIN_GET_CONFIG] = z_mrsh_gpio_pin_get_config,
+	[K_SYSCALL_GPIO_PORT_GET_RAW] = z_mrsh_gpio_port_get_raw,
+	[K_SYSCALL_GPIO_PORT_SET_MASKED_RAW] = z_mrsh_gpio_port_set_masked_raw,
+	[K_SYSCALL_GPIO_PORT_SET_BITS_RAW] = z_mrsh_gpio_port_set_bits_raw,
+	[K_SYSCALL_GPIO_PORT_CLEAR_BITS_RAW] = z_mrsh_gpio_port_clear_bits_raw,
+	[K_SYSCALL_GPIO_PORT_TOGGLE_BITS] = z_mrsh_gpio_port_toggle_bits,
+	[K_SYSCALL_GPIO_GET_PENDING_INT] = z_mrsh_gpio_get_pending_int,
+	[K_SYSCALL_I2C_CONFIGURE] = z_mrsh_i2c_configure,
+	[K_SYSCALL_I2C_GET_CONFIG] = z_mrsh_i2c_get_config,
+	[K_SYSCALL_I2C_TRANSFER] = z_mrsh_i2c_transfer,
+	[K_SYSCALL_I2C_RECOVER_BUS] = z_mrsh_i2c_recover_bus,
+	[K_SYSCALL_I2C_TARGET_DRIVER_REGISTER] = z_mrsh_i2c_target_driver_register,
+	[K_SYSCALL_I2C_TARGET_DRIVER_UNREGISTER] = z_mrsh_i2c_target_driver_unregister,
+	[K_SYSCALL_SENSOR_ATTR_SET] = z_mrsh_sensor_attr_set,
+	[K_SYSCALL_SENSOR_ATTR_GET] = z_mrsh_sensor_attr_get,
+	[K_SYSCALL_SENSOR_SAMPLE_FETCH] = z_mrsh_sensor_sample_fetch,
+	[K_SYSCALL_SENSOR_SAMPLE_FETCH_CHAN] = z_mrsh_sensor_sample_fetch_chan,
+	[K_SYSCALL_SENSOR_CHANNEL_GET] = z_mrsh_sensor_channel_get,
+	[K_SYSCALL_SENSOR_GET_DECODER] = z_mrsh_sensor_get_decoder,
+	[K_SYSCALL_SENSOR_RECONFIGURE_READ_IODEV] = z_mrsh_sensor_reconfigure_read_iodev,
+	[K_SYSCALL_UART_ERR_CHECK] = z_mrsh_uart_err_check,
+	[K_SYSCALL_UART_POLL_IN] = z_mrsh_uart_poll_in,
+	[K_SYSCALL_UART_POLL_IN_U16] = z_mrsh_uart_poll_in_u16,
+	[K_SYSCALL_UART_POLL_OUT] = z_mrsh_uart_poll_out,
+	[K_SYSCALL_UART_POLL_OUT_U16] = z_mrsh_uart_poll_out_u16,
+	[K_SYSCALL_UART_CONFIGURE] = z_mrsh_uart_configure,
+	[K_SYSCALL_UART_CONFIG_GET] = z_mrsh_uart_config_get,
+	[K_SYSCALL_UART_IRQ_TX_ENABLE] = z_mrsh_uart_irq_tx_enable,
+	[K_SYSCALL_UART_IRQ_TX_DISABLE] = z_mrsh_uart_irq_tx_disable,
+	[K_SYSCALL_UART_IRQ_RX_ENABLE] = z_mrsh_uart_irq_rx_enable,
+	[K_SYSCALL_UART_IRQ_RX_DISABLE] = z_mrsh_uart_irq_rx_disable,
+	[K_SYSCALL_UART_IRQ_ERR_ENABLE] = z_mrsh_uart_irq_err_enable,
+	[K_SYSCALL_UART_IRQ_ERR_DISABLE] = z_mrsh_uart_irq_err_disable,
+	[K_SYSCALL_UART_IRQ_IS_PENDING] = z_mrsh_uart_irq_is_pending,
+	[K_SYSCALL_UART_IRQ_UPDATE] = z_mrsh_uart_irq_update,
+	[K_SYSCALL_UART_TX] = z_mrsh_uart_tx,
+	[K_SYSCALL_UART_TX_U16] = z_mrsh_uart_tx_u16,
+	[K_SYSCALL_UART_TX_ABORT] = z_mrsh_uart_tx_abort,
+	[K_SYSCALL_UART_RX_ENABLE] = z_mrsh_uart_rx_enable,
+	[K_SYSCALL_UART_RX_ENABLE_U16] = z_mrsh_uart_rx_enable_u16,
+	[K_SYSCALL_UART_RX_DISABLE] = z_mrsh_uart_rx_disable,
+	[K_SYSCALL_UART_LINE_CTRL_SET] = z_mrsh_uart_line_ctrl_set,
+	[K_SYSCALL_UART_LINE_CTRL_GET] = z_mrsh_uart_line_ctrl_get,
+	[K_SYSCALL_UART_DRV_CMD] = z_mrsh_uart_drv_cmd,
+	[K_SYSCALL_SPI_TRANSCEIVE] = z_mrsh_spi_transceive,
+	[K_SYSCALL_SPI_RELEASE] = z_mrsh_spi_release,
+	[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_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_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_START] = z_mrsh_k_thread_start,
+	[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_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_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_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_ALLOC_INIT] = z_mrsh_k_pipe_alloc_init,
+	[K_SYSCALL_K_PIPE_PUT] = z_mrsh_k_pipe_put,
+	[K_SYSCALL_K_PIPE_GET] = z_mrsh_k_pipe_get,
+	[K_SYSCALL_K_PIPE_READ_AVAIL] = z_mrsh_k_pipe_read_avail,
+	[K_SYSCALL_K_PIPE_WRITE_AVAIL] = z_mrsh_k_pipe_write_avail,
+	[K_SYSCALL_K_PIPE_FLUSH] = z_mrsh_k_pipe_flush,
+	[K_SYSCALL_K_PIPE_BUFFER_FLUSH] = z_mrsh_k_pipe_buffer_flush,
+	[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_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_Z_ERRNO] = z_mrsh_z_errno,
+	[K_SYSCALL_BAD] = handler_bad_syscall
+};
diff --git a/build/zephyr/include/generated/syscall_export_llext.c b/build/zephyr/include/generated/syscall_export_llext.c
new file mode 100644
index 0000000000000000000000000000000000000000..75a2b3cadce1f05d31ccf78ed90e51d83844f597
--- /dev/null
+++ b/build/zephyr/include/generated/syscall_export_llext.c
@@ -0,0 +1,371 @@
+
+/* Export syscalls for extensions */
+static void * const no_handler = NULL;
+
+/* Weak references, if something is not found by the linker, it will be NULL
+ * and simply fail during extension load
+ */
+extern __weak ALIAS_OF(no_handler) void * const z_impl_zephyr_read_stdin;
+extern __weak ALIAS_OF(no_handler) void * const z_impl_zephyr_write_stdout;
+extern __weak ALIAS_OF(no_handler) void * const z_impl_zephyr_fputc;
+extern __weak ALIAS_OF(no_handler) void * const z_impl_zephyr_fwrite;
+extern __weak ALIAS_OF(no_handler) void * const z_impl___posix_clock_get_base;
+extern __weak ALIAS_OF(no_handler) void * const z_impl_z_sys_mutex_kernel_lock;
+extern __weak ALIAS_OF(no_handler) void * const z_impl_z_sys_mutex_kernel_unlock;
+extern __weak ALIAS_OF(no_handler) void * const z_impl_z_log_msg_simple_create_0;
+extern __weak ALIAS_OF(no_handler) void * const z_impl_z_log_msg_simple_create_1;
+extern __weak ALIAS_OF(no_handler) void * const z_impl_z_log_msg_simple_create_2;
+extern __weak ALIAS_OF(no_handler) void * const z_impl_z_log_msg_static_create;
+extern __weak ALIAS_OF(no_handler) void * const z_impl_log_panic;
+extern __weak ALIAS_OF(no_handler) void * const z_impl_log_process;
+extern __weak ALIAS_OF(no_handler) void * const z_impl_log_buffered_cnt;
+extern __weak ALIAS_OF(no_handler) void * const z_impl_log_filter_set;
+extern __weak ALIAS_OF(no_handler) void * const z_impl_log_frontend_filter_set;
+extern __weak ALIAS_OF(no_handler) void * const z_impl_sys_rand_get;
+extern __weak ALIAS_OF(no_handler) void * const z_impl_sys_csrand_get;
+extern __weak ALIAS_OF(no_handler) void * const z_impl_adc_channel_setup;
+extern __weak ALIAS_OF(no_handler) void * const z_impl_adc_read;
+extern __weak ALIAS_OF(no_handler) void * const z_impl_adc_read_async;
+extern __weak ALIAS_OF(no_handler) void * const z_impl_entropy_get_entropy;
+extern __weak ALIAS_OF(no_handler) void * const z_impl_flash_read;
+extern __weak ALIAS_OF(no_handler) void * const z_impl_flash_write;
+extern __weak ALIAS_OF(no_handler) void * const z_impl_flash_erase;
+extern __weak ALIAS_OF(no_handler) void * const z_impl_flash_get_page_info_by_offs;
+extern __weak ALIAS_OF(no_handler) void * const z_impl_flash_get_page_info_by_idx;
+extern __weak ALIAS_OF(no_handler) void * const z_impl_flash_get_page_count;
+extern __weak ALIAS_OF(no_handler) void * const z_impl_flash_sfdp_read;
+extern __weak ALIAS_OF(no_handler) void * const z_impl_flash_read_jedec_id;
+extern __weak ALIAS_OF(no_handler) void * const z_impl_flash_get_write_block_size;
+extern __weak ALIAS_OF(no_handler) void * const z_impl_flash_get_parameters;
+extern __weak ALIAS_OF(no_handler) void * const z_impl_flash_ex_op;
+extern __weak ALIAS_OF(no_handler) void * const z_impl_gpio_pin_interrupt_configure;
+extern __weak ALIAS_OF(no_handler) void * const z_impl_gpio_pin_configure;
+extern __weak ALIAS_OF(no_handler) void * const z_impl_gpio_port_get_direction;
+extern __weak ALIAS_OF(no_handler) void * const z_impl_gpio_pin_get_config;
+extern __weak ALIAS_OF(no_handler) void * const z_impl_gpio_port_get_raw;
+extern __weak ALIAS_OF(no_handler) void * const z_impl_gpio_port_set_masked_raw;
+extern __weak ALIAS_OF(no_handler) void * const z_impl_gpio_port_set_bits_raw;
+extern __weak ALIAS_OF(no_handler) void * const z_impl_gpio_port_clear_bits_raw;
+extern __weak ALIAS_OF(no_handler) void * const z_impl_gpio_port_toggle_bits;
+extern __weak ALIAS_OF(no_handler) void * const z_impl_gpio_get_pending_int;
+extern __weak ALIAS_OF(no_handler) void * const z_impl_i2c_configure;
+extern __weak ALIAS_OF(no_handler) void * const z_impl_i2c_get_config;
+extern __weak ALIAS_OF(no_handler) void * const z_impl_i2c_transfer;
+extern __weak ALIAS_OF(no_handler) void * const z_impl_i2c_recover_bus;
+extern __weak ALIAS_OF(no_handler) void * const z_impl_i2c_target_driver_register;
+extern __weak ALIAS_OF(no_handler) void * const z_impl_i2c_target_driver_unregister;
+extern __weak ALIAS_OF(no_handler) void * const z_impl_sensor_attr_set;
+extern __weak ALIAS_OF(no_handler) void * const z_impl_sensor_attr_get;
+extern __weak ALIAS_OF(no_handler) void * const z_impl_sensor_sample_fetch;
+extern __weak ALIAS_OF(no_handler) void * const z_impl_sensor_sample_fetch_chan;
+extern __weak ALIAS_OF(no_handler) void * const z_impl_sensor_channel_get;
+extern __weak ALIAS_OF(no_handler) void * const z_impl_sensor_get_decoder;
+extern __weak ALIAS_OF(no_handler) void * const z_impl_sensor_reconfigure_read_iodev;
+extern __weak ALIAS_OF(no_handler) void * const z_impl_uart_err_check;
+extern __weak ALIAS_OF(no_handler) void * const z_impl_uart_poll_in;
+extern __weak ALIAS_OF(no_handler) void * const z_impl_uart_poll_in_u16;
+extern __weak ALIAS_OF(no_handler) void * const z_impl_uart_poll_out;
+extern __weak ALIAS_OF(no_handler) void * const z_impl_uart_poll_out_u16;
+extern __weak ALIAS_OF(no_handler) void * const z_impl_uart_configure;
+extern __weak ALIAS_OF(no_handler) void * const z_impl_uart_config_get;
+extern __weak ALIAS_OF(no_handler) void * const z_impl_uart_irq_tx_enable;
+extern __weak ALIAS_OF(no_handler) void * const z_impl_uart_irq_tx_disable;
+extern __weak ALIAS_OF(no_handler) void * const z_impl_uart_irq_rx_enable;
+extern __weak ALIAS_OF(no_handler) void * const z_impl_uart_irq_rx_disable;
+extern __weak ALIAS_OF(no_handler) void * const z_impl_uart_irq_err_enable;
+extern __weak ALIAS_OF(no_handler) void * const z_impl_uart_irq_err_disable;
+extern __weak ALIAS_OF(no_handler) void * const z_impl_uart_irq_is_pending;
+extern __weak ALIAS_OF(no_handler) void * const z_impl_uart_irq_update;
+extern __weak ALIAS_OF(no_handler) void * const z_impl_uart_tx;
+extern __weak ALIAS_OF(no_handler) void * const z_impl_uart_tx_u16;
+extern __weak ALIAS_OF(no_handler) void * const z_impl_uart_tx_abort;
+extern __weak ALIAS_OF(no_handler) void * const z_impl_uart_rx_enable;
+extern __weak ALIAS_OF(no_handler) void * const z_impl_uart_rx_enable_u16;
+extern __weak ALIAS_OF(no_handler) void * const z_impl_uart_rx_disable;
+extern __weak ALIAS_OF(no_handler) void * const z_impl_uart_line_ctrl_set;
+extern __weak ALIAS_OF(no_handler) void * const z_impl_uart_line_ctrl_get;
+extern __weak ALIAS_OF(no_handler) void * const z_impl_uart_drv_cmd;
+extern __weak ALIAS_OF(no_handler) void * const z_impl_spi_transceive;
+extern __weak ALIAS_OF(no_handler) void * const z_impl_spi_release;
+extern __weak ALIAS_OF(no_handler) void * const z_impl_device_get_binding;
+extern __weak ALIAS_OF(no_handler) void * const z_impl_device_is_ready;
+extern __weak ALIAS_OF(no_handler) void * const z_impl_device_init;
+extern __weak ALIAS_OF(no_handler) void * const z_impl_k_thread_stack_alloc;
+extern __weak ALIAS_OF(no_handler) void * const z_impl_k_thread_stack_free;
+extern __weak ALIAS_OF(no_handler) void * const z_impl_k_thread_create;
+extern __weak ALIAS_OF(no_handler) void * const z_impl_k_thread_stack_space_get;
+extern __weak ALIAS_OF(no_handler) void * const z_impl_k_thread_join;
+extern __weak ALIAS_OF(no_handler) void * const z_impl_k_sleep;
+extern __weak ALIAS_OF(no_handler) void * const z_impl_k_usleep;
+extern __weak ALIAS_OF(no_handler) void * const z_impl_k_busy_wait;
+extern __weak ALIAS_OF(no_handler) void * const z_impl_k_yield;
+extern __weak ALIAS_OF(no_handler) void * const z_impl_k_wakeup;
+extern __weak ALIAS_OF(no_handler) void * const z_impl_k_sched_current_thread_query;
+extern __weak ALIAS_OF(no_handler) void * const z_impl_k_thread_abort;
+extern __weak ALIAS_OF(no_handler) void * const z_impl_k_thread_start;
+extern __weak ALIAS_OF(no_handler) void * const z_impl_k_thread_timeout_expires_ticks;
+extern __weak ALIAS_OF(no_handler) void * const z_impl_k_thread_timeout_remaining_ticks;
+extern __weak ALIAS_OF(no_handler) void * const z_impl_k_thread_priority_get;
+extern __weak ALIAS_OF(no_handler) void * const z_impl_k_thread_priority_set;
+extern __weak ALIAS_OF(no_handler) void * const z_impl_k_thread_deadline_set;
+extern __weak ALIAS_OF(no_handler) void * const z_impl_k_thread_suspend;
+extern __weak ALIAS_OF(no_handler) void * const z_impl_k_thread_resume;
+extern __weak ALIAS_OF(no_handler) void * const z_impl_k_is_preempt_thread;
+extern __weak ALIAS_OF(no_handler) void * const z_impl_k_thread_custom_data_set;
+extern __weak ALIAS_OF(no_handler) void * const z_impl_k_thread_custom_data_get;
+extern __weak ALIAS_OF(no_handler) void * const z_impl_k_thread_name_set;
+extern __weak ALIAS_OF(no_handler) void * const z_impl_k_thread_name_copy;
+extern __weak ALIAS_OF(no_handler) void * const z_impl_k_timer_start;
+extern __weak ALIAS_OF(no_handler) void * const z_impl_k_timer_stop;
+extern __weak ALIAS_OF(no_handler) void * const z_impl_k_timer_status_get;
+extern __weak ALIAS_OF(no_handler) void * const z_impl_k_timer_status_sync;
+extern __weak ALIAS_OF(no_handler) void * const z_impl_k_timer_expires_ticks;
+extern __weak ALIAS_OF(no_handler) void * const z_impl_k_timer_remaining_ticks;
+extern __weak ALIAS_OF(no_handler) void * const z_impl_k_timer_user_data_set;
+extern __weak ALIAS_OF(no_handler) void * const z_impl_k_timer_user_data_get;
+extern __weak ALIAS_OF(no_handler) void * const z_impl_k_uptime_ticks;
+extern __weak ALIAS_OF(no_handler) void * const z_impl_k_queue_init;
+extern __weak ALIAS_OF(no_handler) void * const z_impl_k_queue_cancel_wait;
+extern __weak ALIAS_OF(no_handler) void * const z_impl_k_queue_alloc_append;
+extern __weak ALIAS_OF(no_handler) void * const z_impl_k_queue_alloc_prepend;
+extern __weak ALIAS_OF(no_handler) void * const z_impl_k_queue_get;
+extern __weak ALIAS_OF(no_handler) void * const z_impl_k_queue_is_empty;
+extern __weak ALIAS_OF(no_handler) void * const z_impl_k_queue_peek_head;
+extern __weak ALIAS_OF(no_handler) void * const z_impl_k_queue_peek_tail;
+extern __weak ALIAS_OF(no_handler) void * const z_impl_k_futex_wait;
+extern __weak ALIAS_OF(no_handler) void * const z_impl_k_futex_wake;
+extern __weak ALIAS_OF(no_handler) void * const z_impl_k_event_init;
+extern __weak ALIAS_OF(no_handler) void * const z_impl_k_event_post;
+extern __weak ALIAS_OF(no_handler) void * const z_impl_k_event_set;
+extern __weak ALIAS_OF(no_handler) void * const z_impl_k_event_set_masked;
+extern __weak ALIAS_OF(no_handler) void * const z_impl_k_event_clear;
+extern __weak ALIAS_OF(no_handler) void * const z_impl_k_event_wait;
+extern __weak ALIAS_OF(no_handler) void * const z_impl_k_event_wait_all;
+extern __weak ALIAS_OF(no_handler) void * const z_impl_k_stack_alloc_init;
+extern __weak ALIAS_OF(no_handler) void * const z_impl_k_stack_push;
+extern __weak ALIAS_OF(no_handler) void * const z_impl_k_stack_pop;
+extern __weak ALIAS_OF(no_handler) void * const z_impl_k_mutex_init;
+extern __weak ALIAS_OF(no_handler) void * const z_impl_k_mutex_lock;
+extern __weak ALIAS_OF(no_handler) void * const z_impl_k_mutex_unlock;
+extern __weak ALIAS_OF(no_handler) void * const z_impl_k_condvar_init;
+extern __weak ALIAS_OF(no_handler) void * const z_impl_k_condvar_signal;
+extern __weak ALIAS_OF(no_handler) void * const z_impl_k_condvar_broadcast;
+extern __weak ALIAS_OF(no_handler) void * const z_impl_k_condvar_wait;
+extern __weak ALIAS_OF(no_handler) void * const z_impl_k_sem_init;
+extern __weak ALIAS_OF(no_handler) void * const z_impl_k_sem_take;
+extern __weak ALIAS_OF(no_handler) void * const z_impl_k_sem_give;
+extern __weak ALIAS_OF(no_handler) void * const z_impl_k_sem_reset;
+extern __weak ALIAS_OF(no_handler) void * const z_impl_k_sem_count_get;
+extern __weak ALIAS_OF(no_handler) void * const z_impl_k_msgq_alloc_init;
+extern __weak ALIAS_OF(no_handler) void * const z_impl_k_msgq_put;
+extern __weak ALIAS_OF(no_handler) void * const z_impl_k_msgq_get;
+extern __weak ALIAS_OF(no_handler) void * const z_impl_k_msgq_peek;
+extern __weak ALIAS_OF(no_handler) void * const z_impl_k_msgq_peek_at;
+extern __weak ALIAS_OF(no_handler) void * const z_impl_k_msgq_purge;
+extern __weak ALIAS_OF(no_handler) void * const z_impl_k_msgq_num_free_get;
+extern __weak ALIAS_OF(no_handler) void * const z_impl_k_msgq_get_attrs;
+extern __weak ALIAS_OF(no_handler) void * const z_impl_k_msgq_num_used_get;
+extern __weak ALIAS_OF(no_handler) void * const z_impl_k_pipe_alloc_init;
+extern __weak ALIAS_OF(no_handler) void * const z_impl_k_pipe_put;
+extern __weak ALIAS_OF(no_handler) void * const z_impl_k_pipe_get;
+extern __weak ALIAS_OF(no_handler) void * const z_impl_k_pipe_read_avail;
+extern __weak ALIAS_OF(no_handler) void * const z_impl_k_pipe_write_avail;
+extern __weak ALIAS_OF(no_handler) void * const z_impl_k_pipe_flush;
+extern __weak ALIAS_OF(no_handler) void * const z_impl_k_pipe_buffer_flush;
+extern __weak ALIAS_OF(no_handler) void * const z_impl_k_poll;
+extern __weak ALIAS_OF(no_handler) void * const z_impl_k_poll_signal_init;
+extern __weak ALIAS_OF(no_handler) void * const z_impl_k_poll_signal_reset;
+extern __weak ALIAS_OF(no_handler) void * const z_impl_k_poll_signal_check;
+extern __weak ALIAS_OF(no_handler) void * const z_impl_k_poll_signal_raise;
+extern __weak ALIAS_OF(no_handler) void * const z_impl_k_str_out;
+extern __weak ALIAS_OF(no_handler) void * const z_impl_k_float_disable;
+extern __weak ALIAS_OF(no_handler) void * const z_impl_k_float_enable;
+extern __weak ALIAS_OF(no_handler) void * const z_impl_k_object_access_grant;
+extern __weak ALIAS_OF(no_handler) void * const z_impl_k_object_release;
+extern __weak ALIAS_OF(no_handler) void * const z_impl_k_object_alloc;
+extern __weak ALIAS_OF(no_handler) void * const z_impl_k_object_alloc_size;
+extern __weak ALIAS_OF(no_handler) void * const z_impl_sys_clock_hw_cycles_per_sec_runtime_get;
+extern __weak ALIAS_OF(no_handler) void * const z_impl_z_errno;
+
+/* Exported symbols */
+EXPORT_SYMBOL(z_impl_zephyr_read_stdin);
+EXPORT_SYMBOL(z_impl_zephyr_write_stdout);
+EXPORT_SYMBOL(z_impl_zephyr_fputc);
+EXPORT_SYMBOL(z_impl_zephyr_fwrite);
+EXPORT_SYMBOL(z_impl___posix_clock_get_base);
+EXPORT_SYMBOL(z_impl_z_sys_mutex_kernel_lock);
+EXPORT_SYMBOL(z_impl_z_sys_mutex_kernel_unlock);
+EXPORT_SYMBOL(z_impl_z_log_msg_simple_create_0);
+EXPORT_SYMBOL(z_impl_z_log_msg_simple_create_1);
+EXPORT_SYMBOL(z_impl_z_log_msg_simple_create_2);
+EXPORT_SYMBOL(z_impl_z_log_msg_static_create);
+EXPORT_SYMBOL(z_impl_log_panic);
+EXPORT_SYMBOL(z_impl_log_process);
+EXPORT_SYMBOL(z_impl_log_buffered_cnt);
+EXPORT_SYMBOL(z_impl_log_filter_set);
+EXPORT_SYMBOL(z_impl_log_frontend_filter_set);
+EXPORT_SYMBOL(z_impl_sys_rand_get);
+EXPORT_SYMBOL(z_impl_sys_csrand_get);
+EXPORT_SYMBOL(z_impl_adc_channel_setup);
+EXPORT_SYMBOL(z_impl_adc_read);
+EXPORT_SYMBOL(z_impl_adc_read_async);
+EXPORT_SYMBOL(z_impl_entropy_get_entropy);
+EXPORT_SYMBOL(z_impl_flash_read);
+EXPORT_SYMBOL(z_impl_flash_write);
+EXPORT_SYMBOL(z_impl_flash_erase);
+EXPORT_SYMBOL(z_impl_flash_get_page_info_by_offs);
+EXPORT_SYMBOL(z_impl_flash_get_page_info_by_idx);
+EXPORT_SYMBOL(z_impl_flash_get_page_count);
+EXPORT_SYMBOL(z_impl_flash_sfdp_read);
+EXPORT_SYMBOL(z_impl_flash_read_jedec_id);
+EXPORT_SYMBOL(z_impl_flash_get_write_block_size);
+EXPORT_SYMBOL(z_impl_flash_get_parameters);
+EXPORT_SYMBOL(z_impl_flash_ex_op);
+EXPORT_SYMBOL(z_impl_gpio_pin_interrupt_configure);
+EXPORT_SYMBOL(z_impl_gpio_pin_configure);
+EXPORT_SYMBOL(z_impl_gpio_port_get_direction);
+EXPORT_SYMBOL(z_impl_gpio_pin_get_config);
+EXPORT_SYMBOL(z_impl_gpio_port_get_raw);
+EXPORT_SYMBOL(z_impl_gpio_port_set_masked_raw);
+EXPORT_SYMBOL(z_impl_gpio_port_set_bits_raw);
+EXPORT_SYMBOL(z_impl_gpio_port_clear_bits_raw);
+EXPORT_SYMBOL(z_impl_gpio_port_toggle_bits);
+EXPORT_SYMBOL(z_impl_gpio_get_pending_int);
+EXPORT_SYMBOL(z_impl_i2c_configure);
+EXPORT_SYMBOL(z_impl_i2c_get_config);
+EXPORT_SYMBOL(z_impl_i2c_transfer);
+EXPORT_SYMBOL(z_impl_i2c_recover_bus);
+EXPORT_SYMBOL(z_impl_i2c_target_driver_register);
+EXPORT_SYMBOL(z_impl_i2c_target_driver_unregister);
+EXPORT_SYMBOL(z_impl_sensor_attr_set);
+EXPORT_SYMBOL(z_impl_sensor_attr_get);
+EXPORT_SYMBOL(z_impl_sensor_sample_fetch);
+EXPORT_SYMBOL(z_impl_sensor_sample_fetch_chan);
+EXPORT_SYMBOL(z_impl_sensor_channel_get);
+EXPORT_SYMBOL(z_impl_sensor_get_decoder);
+EXPORT_SYMBOL(z_impl_sensor_reconfigure_read_iodev);
+EXPORT_SYMBOL(z_impl_uart_err_check);
+EXPORT_SYMBOL(z_impl_uart_poll_in);
+EXPORT_SYMBOL(z_impl_uart_poll_in_u16);
+EXPORT_SYMBOL(z_impl_uart_poll_out);
+EXPORT_SYMBOL(z_impl_uart_poll_out_u16);
+EXPORT_SYMBOL(z_impl_uart_configure);
+EXPORT_SYMBOL(z_impl_uart_config_get);
+EXPORT_SYMBOL(z_impl_uart_irq_tx_enable);
+EXPORT_SYMBOL(z_impl_uart_irq_tx_disable);
+EXPORT_SYMBOL(z_impl_uart_irq_rx_enable);
+EXPORT_SYMBOL(z_impl_uart_irq_rx_disable);
+EXPORT_SYMBOL(z_impl_uart_irq_err_enable);
+EXPORT_SYMBOL(z_impl_uart_irq_err_disable);
+EXPORT_SYMBOL(z_impl_uart_irq_is_pending);
+EXPORT_SYMBOL(z_impl_uart_irq_update);
+EXPORT_SYMBOL(z_impl_uart_tx);
+EXPORT_SYMBOL(z_impl_uart_tx_u16);
+EXPORT_SYMBOL(z_impl_uart_tx_abort);
+EXPORT_SYMBOL(z_impl_uart_rx_enable);
+EXPORT_SYMBOL(z_impl_uart_rx_enable_u16);
+EXPORT_SYMBOL(z_impl_uart_rx_disable);
+EXPORT_SYMBOL(z_impl_uart_line_ctrl_set);
+EXPORT_SYMBOL(z_impl_uart_line_ctrl_get);
+EXPORT_SYMBOL(z_impl_uart_drv_cmd);
+EXPORT_SYMBOL(z_impl_spi_transceive);
+EXPORT_SYMBOL(z_impl_spi_release);
+EXPORT_SYMBOL(z_impl_device_get_binding);
+EXPORT_SYMBOL(z_impl_device_is_ready);
+EXPORT_SYMBOL(z_impl_device_init);
+EXPORT_SYMBOL(z_impl_k_thread_stack_alloc);
+EXPORT_SYMBOL(z_impl_k_thread_stack_free);
+EXPORT_SYMBOL(z_impl_k_thread_create);
+EXPORT_SYMBOL(z_impl_k_thread_stack_space_get);
+EXPORT_SYMBOL(z_impl_k_thread_join);
+EXPORT_SYMBOL(z_impl_k_sleep);
+EXPORT_SYMBOL(z_impl_k_usleep);
+EXPORT_SYMBOL(z_impl_k_busy_wait);
+EXPORT_SYMBOL(z_impl_k_yield);
+EXPORT_SYMBOL(z_impl_k_wakeup);
+EXPORT_SYMBOL(z_impl_k_sched_current_thread_query);
+EXPORT_SYMBOL(z_impl_k_thread_abort);
+EXPORT_SYMBOL(z_impl_k_thread_start);
+EXPORT_SYMBOL(z_impl_k_thread_timeout_expires_ticks);
+EXPORT_SYMBOL(z_impl_k_thread_timeout_remaining_ticks);
+EXPORT_SYMBOL(z_impl_k_thread_priority_get);
+EXPORT_SYMBOL(z_impl_k_thread_priority_set);
+EXPORT_SYMBOL(z_impl_k_thread_deadline_set);
+EXPORT_SYMBOL(z_impl_k_thread_suspend);
+EXPORT_SYMBOL(z_impl_k_thread_resume);
+EXPORT_SYMBOL(z_impl_k_is_preempt_thread);
+EXPORT_SYMBOL(z_impl_k_thread_custom_data_set);
+EXPORT_SYMBOL(z_impl_k_thread_custom_data_get);
+EXPORT_SYMBOL(z_impl_k_thread_name_set);
+EXPORT_SYMBOL(z_impl_k_thread_name_copy);
+EXPORT_SYMBOL(z_impl_k_timer_start);
+EXPORT_SYMBOL(z_impl_k_timer_stop);
+EXPORT_SYMBOL(z_impl_k_timer_status_get);
+EXPORT_SYMBOL(z_impl_k_timer_status_sync);
+EXPORT_SYMBOL(z_impl_k_timer_expires_ticks);
+EXPORT_SYMBOL(z_impl_k_timer_remaining_ticks);
+EXPORT_SYMBOL(z_impl_k_timer_user_data_set);
+EXPORT_SYMBOL(z_impl_k_timer_user_data_get);
+EXPORT_SYMBOL(z_impl_k_uptime_ticks);
+EXPORT_SYMBOL(z_impl_k_queue_init);
+EXPORT_SYMBOL(z_impl_k_queue_cancel_wait);
+EXPORT_SYMBOL(z_impl_k_queue_alloc_append);
+EXPORT_SYMBOL(z_impl_k_queue_alloc_prepend);
+EXPORT_SYMBOL(z_impl_k_queue_get);
+EXPORT_SYMBOL(z_impl_k_queue_is_empty);
+EXPORT_SYMBOL(z_impl_k_queue_peek_head);
+EXPORT_SYMBOL(z_impl_k_queue_peek_tail);
+EXPORT_SYMBOL(z_impl_k_futex_wait);
+EXPORT_SYMBOL(z_impl_k_futex_wake);
+EXPORT_SYMBOL(z_impl_k_event_init);
+EXPORT_SYMBOL(z_impl_k_event_post);
+EXPORT_SYMBOL(z_impl_k_event_set);
+EXPORT_SYMBOL(z_impl_k_event_set_masked);
+EXPORT_SYMBOL(z_impl_k_event_clear);
+EXPORT_SYMBOL(z_impl_k_event_wait);
+EXPORT_SYMBOL(z_impl_k_event_wait_all);
+EXPORT_SYMBOL(z_impl_k_stack_alloc_init);
+EXPORT_SYMBOL(z_impl_k_stack_push);
+EXPORT_SYMBOL(z_impl_k_stack_pop);
+EXPORT_SYMBOL(z_impl_k_mutex_init);
+EXPORT_SYMBOL(z_impl_k_mutex_lock);
+EXPORT_SYMBOL(z_impl_k_mutex_unlock);
+EXPORT_SYMBOL(z_impl_k_condvar_init);
+EXPORT_SYMBOL(z_impl_k_condvar_signal);
+EXPORT_SYMBOL(z_impl_k_condvar_broadcast);
+EXPORT_SYMBOL(z_impl_k_condvar_wait);
+EXPORT_SYMBOL(z_impl_k_sem_init);
+EXPORT_SYMBOL(z_impl_k_sem_take);
+EXPORT_SYMBOL(z_impl_k_sem_give);
+EXPORT_SYMBOL(z_impl_k_sem_reset);
+EXPORT_SYMBOL(z_impl_k_sem_count_get);
+EXPORT_SYMBOL(z_impl_k_msgq_alloc_init);
+EXPORT_SYMBOL(z_impl_k_msgq_put);
+EXPORT_SYMBOL(z_impl_k_msgq_get);
+EXPORT_SYMBOL(z_impl_k_msgq_peek);
+EXPORT_SYMBOL(z_impl_k_msgq_peek_at);
+EXPORT_SYMBOL(z_impl_k_msgq_purge);
+EXPORT_SYMBOL(z_impl_k_msgq_num_free_get);
+EXPORT_SYMBOL(z_impl_k_msgq_get_attrs);
+EXPORT_SYMBOL(z_impl_k_msgq_num_used_get);
+EXPORT_SYMBOL(z_impl_k_pipe_alloc_init);
+EXPORT_SYMBOL(z_impl_k_pipe_put);
+EXPORT_SYMBOL(z_impl_k_pipe_get);
+EXPORT_SYMBOL(z_impl_k_pipe_read_avail);
+EXPORT_SYMBOL(z_impl_k_pipe_write_avail);
+EXPORT_SYMBOL(z_impl_k_pipe_flush);
+EXPORT_SYMBOL(z_impl_k_pipe_buffer_flush);
+EXPORT_SYMBOL(z_impl_k_poll);
+EXPORT_SYMBOL(z_impl_k_poll_signal_init);
+EXPORT_SYMBOL(z_impl_k_poll_signal_reset);
+EXPORT_SYMBOL(z_impl_k_poll_signal_check);
+EXPORT_SYMBOL(z_impl_k_poll_signal_raise);
+EXPORT_SYMBOL(z_impl_k_str_out);
+EXPORT_SYMBOL(z_impl_k_float_disable);
+EXPORT_SYMBOL(z_impl_k_float_enable);
+EXPORT_SYMBOL(z_impl_k_object_access_grant);
+EXPORT_SYMBOL(z_impl_k_object_release);
+EXPORT_SYMBOL(z_impl_k_object_alloc);
+EXPORT_SYMBOL(z_impl_k_object_alloc_size);
+EXPORT_SYMBOL(z_impl_sys_clock_hw_cycles_per_sec_runtime_get);
+EXPORT_SYMBOL(z_impl_z_errno);
diff --git a/build/zephyr/include/generated/syscall_list.h b/build/zephyr/include/generated/syscall_list.h
new file mode 100644
index 0000000000000000000000000000000000000000..4984aa29b85be503b831e987f796e2c50543ccff
--- /dev/null
+++ b/build/zephyr/include/generated/syscall_list.h
@@ -0,0 +1,550 @@
+/* auto-generated by gen_syscalls.py, don't edit */
+
+#ifndef ZEPHYR_SYSCALL_LIST_H
+#define ZEPHYR_SYSCALL_LIST_H
+
+#define K_SYSCALL_ADC_CHANNEL_SETUP 0
+#define K_SYSCALL_ADC_READ 1
+#define K_SYSCALL_ADC_READ_ASYNC 2
+#define K_SYSCALL_DEVICE_GET_BINDING 3
+#define K_SYSCALL_DEVICE_INIT 4
+#define K_SYSCALL_DEVICE_IS_READY 5
+#define K_SYSCALL_ENTROPY_GET_ENTROPY 6
+#define K_SYSCALL_FLASH_ERASE 7
+#define K_SYSCALL_FLASH_EX_OP 8
+#define K_SYSCALL_FLASH_GET_PAGE_COUNT 9
+#define K_SYSCALL_FLASH_GET_PAGE_INFO_BY_IDX 10
+#define K_SYSCALL_FLASH_GET_PAGE_INFO_BY_OFFS 11
+#define K_SYSCALL_FLASH_GET_PARAMETERS 12
+#define K_SYSCALL_FLASH_GET_WRITE_BLOCK_SIZE 13
+#define K_SYSCALL_FLASH_READ 14
+#define K_SYSCALL_FLASH_READ_JEDEC_ID 15
+#define K_SYSCALL_FLASH_SFDP_READ 16
+#define K_SYSCALL_FLASH_WRITE 17
+#define K_SYSCALL_GPIO_GET_PENDING_INT 18
+#define K_SYSCALL_GPIO_PIN_CONFIGURE 19
+#define K_SYSCALL_GPIO_PIN_GET_CONFIG 20
+#define K_SYSCALL_GPIO_PIN_INTERRUPT_CONFIGURE 21
+#define K_SYSCALL_GPIO_PORT_CLEAR_BITS_RAW 22
+#define K_SYSCALL_GPIO_PORT_GET_DIRECTION 23
+#define K_SYSCALL_GPIO_PORT_GET_RAW 24
+#define K_SYSCALL_GPIO_PORT_SET_BITS_RAW 25
+#define K_SYSCALL_GPIO_PORT_SET_MASKED_RAW 26
+#define K_SYSCALL_GPIO_PORT_TOGGLE_BITS 27
+#define K_SYSCALL_I2C_CONFIGURE 28
+#define K_SYSCALL_I2C_GET_CONFIG 29
+#define K_SYSCALL_I2C_RECOVER_BUS 30
+#define K_SYSCALL_I2C_TARGET_DRIVER_REGISTER 31
+#define K_SYSCALL_I2C_TARGET_DRIVER_UNREGISTER 32
+#define K_SYSCALL_I2C_TRANSFER 33
+#define K_SYSCALL_K_BUSY_WAIT 34
+#define K_SYSCALL_K_CONDVAR_BROADCAST 35
+#define K_SYSCALL_K_CONDVAR_INIT 36
+#define K_SYSCALL_K_CONDVAR_SIGNAL 37
+#define K_SYSCALL_K_CONDVAR_WAIT 38
+#define K_SYSCALL_K_EVENT_CLEAR 39
+#define K_SYSCALL_K_EVENT_INIT 40
+#define K_SYSCALL_K_EVENT_POST 41
+#define K_SYSCALL_K_EVENT_SET 42
+#define K_SYSCALL_K_EVENT_SET_MASKED 43
+#define K_SYSCALL_K_EVENT_WAIT 44
+#define K_SYSCALL_K_EVENT_WAIT_ALL 45
+#define K_SYSCALL_K_FLOAT_DISABLE 46
+#define K_SYSCALL_K_FLOAT_ENABLE 47
+#define K_SYSCALL_K_FUTEX_WAIT 48
+#define K_SYSCALL_K_FUTEX_WAKE 49
+#define K_SYSCALL_K_IS_PREEMPT_THREAD 50
+#define K_SYSCALL_K_MSGQ_ALLOC_INIT 51
+#define K_SYSCALL_K_MSGQ_GET 52
+#define K_SYSCALL_K_MSGQ_GET_ATTRS 53
+#define K_SYSCALL_K_MSGQ_NUM_FREE_GET 54
+#define K_SYSCALL_K_MSGQ_NUM_USED_GET 55
+#define K_SYSCALL_K_MSGQ_PEEK 56
+#define K_SYSCALL_K_MSGQ_PEEK_AT 57
+#define K_SYSCALL_K_MSGQ_PURGE 58
+#define K_SYSCALL_K_MSGQ_PUT 59
+#define K_SYSCALL_K_MUTEX_INIT 60
+#define K_SYSCALL_K_MUTEX_LOCK 61
+#define K_SYSCALL_K_MUTEX_UNLOCK 62
+#define K_SYSCALL_K_OBJECT_ACCESS_GRANT 63
+#define K_SYSCALL_K_OBJECT_ALLOC 64
+#define K_SYSCALL_K_OBJECT_ALLOC_SIZE 65
+#define K_SYSCALL_K_OBJECT_RELEASE 66
+#define K_SYSCALL_K_PIPE_ALLOC_INIT 67
+#define K_SYSCALL_K_PIPE_BUFFER_FLUSH 68
+#define K_SYSCALL_K_PIPE_FLUSH 69
+#define K_SYSCALL_K_PIPE_GET 70
+#define K_SYSCALL_K_PIPE_PUT 71
+#define K_SYSCALL_K_PIPE_READ_AVAIL 72
+#define K_SYSCALL_K_PIPE_WRITE_AVAIL 73
+#define K_SYSCALL_K_POLL 74
+#define K_SYSCALL_K_POLL_SIGNAL_CHECK 75
+#define K_SYSCALL_K_POLL_SIGNAL_INIT 76
+#define K_SYSCALL_K_POLL_SIGNAL_RAISE 77
+#define K_SYSCALL_K_POLL_SIGNAL_RESET 78
+#define K_SYSCALL_K_QUEUE_ALLOC_APPEND 79
+#define K_SYSCALL_K_QUEUE_ALLOC_PREPEND 80
+#define K_SYSCALL_K_QUEUE_CANCEL_WAIT 81
+#define K_SYSCALL_K_QUEUE_GET 82
+#define K_SYSCALL_K_QUEUE_INIT 83
+#define K_SYSCALL_K_QUEUE_IS_EMPTY 84
+#define K_SYSCALL_K_QUEUE_PEEK_HEAD 85
+#define K_SYSCALL_K_QUEUE_PEEK_TAIL 86
+#define K_SYSCALL_K_SCHED_CURRENT_THREAD_QUERY 87
+#define K_SYSCALL_K_SEM_COUNT_GET 88
+#define K_SYSCALL_K_SEM_GIVE 89
+#define K_SYSCALL_K_SEM_INIT 90
+#define K_SYSCALL_K_SEM_RESET 91
+#define K_SYSCALL_K_SEM_TAKE 92
+#define K_SYSCALL_K_SLEEP 93
+#define K_SYSCALL_K_STACK_ALLOC_INIT 94
+#define K_SYSCALL_K_STACK_POP 95
+#define K_SYSCALL_K_STACK_PUSH 96
+#define K_SYSCALL_K_STR_OUT 97
+#define K_SYSCALL_K_THREAD_ABORT 98
+#define K_SYSCALL_K_THREAD_CREATE 99
+#define K_SYSCALL_K_THREAD_CUSTOM_DATA_GET 100
+#define K_SYSCALL_K_THREAD_CUSTOM_DATA_SET 101
+#define K_SYSCALL_K_THREAD_DEADLINE_SET 102
+#define K_SYSCALL_K_THREAD_JOIN 103
+#define K_SYSCALL_K_THREAD_NAME_COPY 104
+#define K_SYSCALL_K_THREAD_NAME_SET 105
+#define K_SYSCALL_K_THREAD_PRIORITY_GET 106
+#define K_SYSCALL_K_THREAD_PRIORITY_SET 107
+#define K_SYSCALL_K_THREAD_RESUME 108
+#define K_SYSCALL_K_THREAD_STACK_ALLOC 109
+#define K_SYSCALL_K_THREAD_STACK_FREE 110
+#define K_SYSCALL_K_THREAD_STACK_SPACE_GET 111
+#define K_SYSCALL_K_THREAD_START 112
+#define K_SYSCALL_K_THREAD_SUSPEND 113
+#define K_SYSCALL_K_THREAD_TIMEOUT_EXPIRES_TICKS 114
+#define K_SYSCALL_K_THREAD_TIMEOUT_REMAINING_TICKS 115
+#define K_SYSCALL_K_TIMER_EXPIRES_TICKS 116
+#define K_SYSCALL_K_TIMER_REMAINING_TICKS 117
+#define K_SYSCALL_K_TIMER_START 118
+#define K_SYSCALL_K_TIMER_STATUS_GET 119
+#define K_SYSCALL_K_TIMER_STATUS_SYNC 120
+#define K_SYSCALL_K_TIMER_STOP 121
+#define K_SYSCALL_K_TIMER_USER_DATA_GET 122
+#define K_SYSCALL_K_TIMER_USER_DATA_SET 123
+#define K_SYSCALL_K_UPTIME_TICKS 124
+#define K_SYSCALL_K_USLEEP 125
+#define K_SYSCALL_K_WAKEUP 126
+#define K_SYSCALL_K_YIELD 127
+#define K_SYSCALL_LOG_BUFFERED_CNT 128
+#define K_SYSCALL_LOG_FILTER_SET 129
+#define K_SYSCALL_LOG_FRONTEND_FILTER_SET 130
+#define K_SYSCALL_LOG_PANIC 131
+#define K_SYSCALL_LOG_PROCESS 132
+#define K_SYSCALL_SENSOR_ATTR_GET 133
+#define K_SYSCALL_SENSOR_ATTR_SET 134
+#define K_SYSCALL_SENSOR_CHANNEL_GET 135
+#define K_SYSCALL_SENSOR_GET_DECODER 136
+#define K_SYSCALL_SENSOR_RECONFIGURE_READ_IODEV 137
+#define K_SYSCALL_SENSOR_SAMPLE_FETCH 138
+#define K_SYSCALL_SENSOR_SAMPLE_FETCH_CHAN 139
+#define K_SYSCALL_SPI_RELEASE 140
+#define K_SYSCALL_SPI_TRANSCEIVE 141
+#define K_SYSCALL_SYS_CLOCK_HW_CYCLES_PER_SEC_RUNTIME_GET 142
+#define K_SYSCALL_SYS_CSRAND_GET 143
+#define K_SYSCALL_SYS_RAND_GET 144
+#define K_SYSCALL_UART_CONFIGURE 145
+#define K_SYSCALL_UART_CONFIG_GET 146
+#define K_SYSCALL_UART_DRV_CMD 147
+#define K_SYSCALL_UART_ERR_CHECK 148
+#define K_SYSCALL_UART_IRQ_ERR_DISABLE 149
+#define K_SYSCALL_UART_IRQ_ERR_ENABLE 150
+#define K_SYSCALL_UART_IRQ_IS_PENDING 151
+#define K_SYSCALL_UART_IRQ_RX_DISABLE 152
+#define K_SYSCALL_UART_IRQ_RX_ENABLE 153
+#define K_SYSCALL_UART_IRQ_TX_DISABLE 154
+#define K_SYSCALL_UART_IRQ_TX_ENABLE 155
+#define K_SYSCALL_UART_IRQ_UPDATE 156
+#define K_SYSCALL_UART_LINE_CTRL_GET 157
+#define K_SYSCALL_UART_LINE_CTRL_SET 158
+#define K_SYSCALL_UART_POLL_IN 159
+#define K_SYSCALL_UART_POLL_IN_U16 160
+#define K_SYSCALL_UART_POLL_OUT 161
+#define K_SYSCALL_UART_POLL_OUT_U16 162
+#define K_SYSCALL_UART_RX_DISABLE 163
+#define K_SYSCALL_UART_RX_ENABLE 164
+#define K_SYSCALL_UART_RX_ENABLE_U16 165
+#define K_SYSCALL_UART_TX 166
+#define K_SYSCALL_UART_TX_ABORT 167
+#define K_SYSCALL_UART_TX_U16 168
+#define K_SYSCALL_ZEPHYR_FPUTC 169
+#define K_SYSCALL_ZEPHYR_FWRITE 170
+#define K_SYSCALL_ZEPHYR_READ_STDIN 171
+#define K_SYSCALL_ZEPHYR_WRITE_STDOUT 172
+#define K_SYSCALL_Z_ERRNO 173
+#define K_SYSCALL_Z_LOG_MSG_SIMPLE_CREATE_0 174
+#define K_SYSCALL_Z_LOG_MSG_SIMPLE_CREATE_1 175
+#define K_SYSCALL_Z_LOG_MSG_SIMPLE_CREATE_2 176
+#define K_SYSCALL_Z_LOG_MSG_STATIC_CREATE 177
+#define K_SYSCALL_Z_SYS_MUTEX_KERNEL_LOCK 178
+#define K_SYSCALL_Z_SYS_MUTEX_KERNEL_UNLOCK 179
+#define K_SYSCALL___POSIX_CLOCK_GET_BASE 180
+#define K_SYSCALL_BAD 181
+#define K_SYSCALL_LIMIT 182
+
+
+/* Following syscalls are not used in image */
+#define K_SYSCALL_ATOMIC_ADD 183
+#define K_SYSCALL_ATOMIC_AND 184
+#define K_SYSCALL_ATOMIC_CAS 185
+#define K_SYSCALL_ATOMIC_NAND 186
+#define K_SYSCALL_ATOMIC_OR 187
+#define K_SYSCALL_ATOMIC_PTR_CAS 188
+#define K_SYSCALL_ATOMIC_PTR_SET 189
+#define K_SYSCALL_ATOMIC_SET 190
+#define K_SYSCALL_ATOMIC_SUB 191
+#define K_SYSCALL_ATOMIC_XOR 192
+#define K_SYSCALL_AUXDISPLAY_BACKLIGHT_GET 193
+#define K_SYSCALL_AUXDISPLAY_BACKLIGHT_SET 194
+#define K_SYSCALL_AUXDISPLAY_BRIGHTNESS_GET 195
+#define K_SYSCALL_AUXDISPLAY_BRIGHTNESS_SET 196
+#define K_SYSCALL_AUXDISPLAY_CAPABILITIES_GET 197
+#define K_SYSCALL_AUXDISPLAY_CLEAR 198
+#define K_SYSCALL_AUXDISPLAY_CURSOR_POSITION_GET 199
+#define K_SYSCALL_AUXDISPLAY_CURSOR_POSITION_SET 200
+#define K_SYSCALL_AUXDISPLAY_CURSOR_SET_ENABLED 201
+#define K_SYSCALL_AUXDISPLAY_CURSOR_SHIFT_SET 202
+#define K_SYSCALL_AUXDISPLAY_CUSTOM_CHARACTER_SET 203
+#define K_SYSCALL_AUXDISPLAY_CUSTOM_COMMAND 204
+#define K_SYSCALL_AUXDISPLAY_DISPLAY_OFF 205
+#define K_SYSCALL_AUXDISPLAY_DISPLAY_ON 206
+#define K_SYSCALL_AUXDISPLAY_DISPLAY_POSITION_GET 207
+#define K_SYSCALL_AUXDISPLAY_DISPLAY_POSITION_SET 208
+#define K_SYSCALL_AUXDISPLAY_IS_BUSY 209
+#define K_SYSCALL_AUXDISPLAY_POSITION_BLINKING_SET_ENABLED 210
+#define K_SYSCALL_AUXDISPLAY_WRITE 211
+#define K_SYSCALL_BBRAM_CHECK_INVALID 212
+#define K_SYSCALL_BBRAM_CHECK_POWER 213
+#define K_SYSCALL_BBRAM_CHECK_STANDBY_POWER 214
+#define K_SYSCALL_BBRAM_GET_SIZE 215
+#define K_SYSCALL_BBRAM_READ 216
+#define K_SYSCALL_BBRAM_WRITE 217
+#define K_SYSCALL_BC12_SET_RESULT_CB 218
+#define K_SYSCALL_BC12_SET_ROLE 219
+#define K_SYSCALL_CAN_ADD_RX_FILTER_MSGQ 220
+#define K_SYSCALL_CAN_CALC_TIMING 221
+#define K_SYSCALL_CAN_CALC_TIMING_DATA 222
+#define K_SYSCALL_CAN_GET_BITRATE_MAX 223
+#define K_SYSCALL_CAN_GET_BITRATE_MIN 224
+#define K_SYSCALL_CAN_GET_CAPABILITIES 225
+#define K_SYSCALL_CAN_GET_CORE_CLOCK 226
+#define K_SYSCALL_CAN_GET_MAX_FILTERS 227
+#define K_SYSCALL_CAN_GET_MODE 228
+#define K_SYSCALL_CAN_GET_STATE 229
+#define K_SYSCALL_CAN_GET_TIMING_DATA_MAX 230
+#define K_SYSCALL_CAN_GET_TIMING_DATA_MIN 231
+#define K_SYSCALL_CAN_GET_TIMING_MAX 232
+#define K_SYSCALL_CAN_GET_TIMING_MIN 233
+#define K_SYSCALL_CAN_GET_TRANSCEIVER 234
+#define K_SYSCALL_CAN_RECOVER 235
+#define K_SYSCALL_CAN_REMOVE_RX_FILTER 236
+#define K_SYSCALL_CAN_SEND 237
+#define K_SYSCALL_CAN_SET_BITRATE 238
+#define K_SYSCALL_CAN_SET_BITRATE_DATA 239
+#define K_SYSCALL_CAN_SET_MODE 240
+#define K_SYSCALL_CAN_SET_TIMING 241
+#define K_SYSCALL_CAN_SET_TIMING_DATA 242
+#define K_SYSCALL_CAN_START 243
+#define K_SYSCALL_CAN_STATS_GET_ACK_ERRORS 244
+#define K_SYSCALL_CAN_STATS_GET_BIT0_ERRORS 245
+#define K_SYSCALL_CAN_STATS_GET_BIT1_ERRORS 246
+#define K_SYSCALL_CAN_STATS_GET_BIT_ERRORS 247
+#define K_SYSCALL_CAN_STATS_GET_CRC_ERRORS 248
+#define K_SYSCALL_CAN_STATS_GET_FORM_ERRORS 249
+#define K_SYSCALL_CAN_STATS_GET_RX_OVERRUNS 250
+#define K_SYSCALL_CAN_STATS_GET_STUFF_ERRORS 251
+#define K_SYSCALL_CAN_STOP 252
+#define K_SYSCALL_CHARGER_CHARGE_ENABLE 253
+#define K_SYSCALL_CHARGER_GET_PROP 254
+#define K_SYSCALL_CHARGER_SET_PROP 255
+#define K_SYSCALL_COUNTER_CANCEL_CHANNEL_ALARM 256
+#define K_SYSCALL_COUNTER_GET_FREQUENCY 257
+#define K_SYSCALL_COUNTER_GET_GUARD_PERIOD 258
+#define K_SYSCALL_COUNTER_GET_MAX_TOP_VALUE 259
+#define K_SYSCALL_COUNTER_GET_NUM_OF_CHANNELS 260
+#define K_SYSCALL_COUNTER_GET_PENDING_INT 261
+#define K_SYSCALL_COUNTER_GET_TOP_VALUE 262
+#define K_SYSCALL_COUNTER_GET_VALUE 263
+#define K_SYSCALL_COUNTER_GET_VALUE_64 264
+#define K_SYSCALL_COUNTER_IS_COUNTING_UP 265
+#define K_SYSCALL_COUNTER_SET_CHANNEL_ALARM 266
+#define K_SYSCALL_COUNTER_SET_GUARD_PERIOD 267
+#define K_SYSCALL_COUNTER_SET_TOP_VALUE 268
+#define K_SYSCALL_COUNTER_START 269
+#define K_SYSCALL_COUNTER_STOP 270
+#define K_SYSCALL_COUNTER_TICKS_TO_US 271
+#define K_SYSCALL_COUNTER_US_TO_TICKS 272
+#define K_SYSCALL_DAC_CHANNEL_SETUP 273
+#define K_SYSCALL_DAC_WRITE_VALUE 274
+#define K_SYSCALL_DEVMUX_SELECT_GET 275
+#define K_SYSCALL_DEVMUX_SELECT_SET 276
+#define K_SYSCALL_DMA_CHAN_FILTER 277
+#define K_SYSCALL_DMA_RELEASE_CHANNEL 278
+#define K_SYSCALL_DMA_REQUEST_CHANNEL 279
+#define K_SYSCALL_DMA_RESUME 280
+#define K_SYSCALL_DMA_START 281
+#define K_SYSCALL_DMA_STOP 282
+#define K_SYSCALL_DMA_SUSPEND 283
+#define K_SYSCALL_EEPROM_GET_SIZE 284
+#define K_SYSCALL_EEPROM_READ 285
+#define K_SYSCALL_EEPROM_WRITE 286
+#define K_SYSCALL_EMUL_FUEL_GAUGE_IS_BATTERY_CUTOFF 287
+#define K_SYSCALL_EMUL_FUEL_GAUGE_SET_BATTERY_CHARGING 288
+#define K_SYSCALL_ESPI_CONFIG 289
+#define K_SYSCALL_ESPI_FLASH_ERASE 290
+#define K_SYSCALL_ESPI_GET_CHANNEL_STATUS 291
+#define K_SYSCALL_ESPI_READ_FLASH 292
+#define K_SYSCALL_ESPI_READ_LPC_REQUEST 293
+#define K_SYSCALL_ESPI_READ_REQUEST 294
+#define K_SYSCALL_ESPI_RECEIVE_OOB 295
+#define K_SYSCALL_ESPI_RECEIVE_VWIRE 296
+#define K_SYSCALL_ESPI_SAF_ACTIVATE 297
+#define K_SYSCALL_ESPI_SAF_CONFIG 298
+#define K_SYSCALL_ESPI_SAF_FLASH_ERASE 299
+#define K_SYSCALL_ESPI_SAF_FLASH_READ 300
+#define K_SYSCALL_ESPI_SAF_FLASH_UNSUCCESS 301
+#define K_SYSCALL_ESPI_SAF_FLASH_WRITE 302
+#define K_SYSCALL_ESPI_SAF_GET_CHANNEL_STATUS 303
+#define K_SYSCALL_ESPI_SAF_SET_PROTECTION_REGIONS 304
+#define K_SYSCALL_ESPI_SEND_OOB 305
+#define K_SYSCALL_ESPI_SEND_VWIRE 306
+#define K_SYSCALL_ESPI_WRITE_FLASH 307
+#define K_SYSCALL_ESPI_WRITE_LPC_REQUEST 308
+#define K_SYSCALL_ESPI_WRITE_REQUEST 309
+#define K_SYSCALL_FLASH_SIMULATOR_GET_MEMORY 310
+#define K_SYSCALL_FUEL_GAUGE_BATTERY_CUTOFF 311
+#define K_SYSCALL_FUEL_GAUGE_GET_BUFFER_PROP 312
+#define K_SYSCALL_FUEL_GAUGE_GET_PROP 313
+#define K_SYSCALL_FUEL_GAUGE_GET_PROPS 314
+#define K_SYSCALL_FUEL_GAUGE_SET_PROP 315
+#define K_SYSCALL_FUEL_GAUGE_SET_PROPS 316
+#define K_SYSCALL_GNSS_GET_ENABLED_SYSTEMS 317
+#define K_SYSCALL_GNSS_GET_FIX_RATE 318
+#define K_SYSCALL_GNSS_GET_NAVIGATION_MODE 319
+#define K_SYSCALL_GNSS_GET_PERIODIC_CONFIG 320
+#define K_SYSCALL_GNSS_GET_SUPPORTED_SYSTEMS 321
+#define K_SYSCALL_GNSS_SET_ENABLED_SYSTEMS 322
+#define K_SYSCALL_GNSS_SET_FIX_RATE 323
+#define K_SYSCALL_GNSS_SET_NAVIGATION_MODE 324
+#define K_SYSCALL_GNSS_SET_PERIODIC_CONFIG 325
+#define K_SYSCALL_HWINFO_CLEAR_RESET_CAUSE 326
+#define K_SYSCALL_HWINFO_GET_DEVICE_EUI64 327
+#define K_SYSCALL_HWINFO_GET_DEVICE_ID 328
+#define K_SYSCALL_HWINFO_GET_RESET_CAUSE 329
+#define K_SYSCALL_HWINFO_GET_SUPPORTED_RESET_CAUSE 330
+#define K_SYSCALL_HWSPINLOCK_GET_MAX_ID 331
+#define K_SYSCALL_HWSPINLOCK_LOCK 332
+#define K_SYSCALL_HWSPINLOCK_TRYLOCK 333
+#define K_SYSCALL_HWSPINLOCK_UNLOCK 334
+#define K_SYSCALL_I2S_BUF_READ 335
+#define K_SYSCALL_I2S_BUF_WRITE 336
+#define K_SYSCALL_I2S_CONFIGURE 337
+#define K_SYSCALL_I2S_TRIGGER 338
+#define K_SYSCALL_I3C_DO_CCC 339
+#define K_SYSCALL_I3C_TRANSFER 340
+#define K_SYSCALL_IPM_COMPLETE 341
+#define K_SYSCALL_IPM_MAX_DATA_SIZE_GET 342
+#define K_SYSCALL_IPM_MAX_ID_VAL_GET 343
+#define K_SYSCALL_IPM_SEND 344
+#define K_SYSCALL_IPM_SET_ENABLED 345
+#define K_SYSCALL_IVSHMEM_ENABLE_INTERRUPTS 346
+#define K_SYSCALL_IVSHMEM_GET_ID 347
+#define K_SYSCALL_IVSHMEM_GET_MAX_PEERS 348
+#define K_SYSCALL_IVSHMEM_GET_MEM 349
+#define K_SYSCALL_IVSHMEM_GET_OUTPUT_MEM_SECTION 350
+#define K_SYSCALL_IVSHMEM_GET_PROTOCOL 351
+#define K_SYSCALL_IVSHMEM_GET_RW_MEM_SECTION 352
+#define K_SYSCALL_IVSHMEM_GET_STATE 353
+#define K_SYSCALL_IVSHMEM_GET_VECTORS 354
+#define K_SYSCALL_IVSHMEM_INT_PEER 355
+#define K_SYSCALL_IVSHMEM_REGISTER_HANDLER 356
+#define K_SYSCALL_IVSHMEM_SET_STATE 357
+#define K_SYSCALL_KSCAN_CONFIG 358
+#define K_SYSCALL_KSCAN_DISABLE_CALLBACK 359
+#define K_SYSCALL_KSCAN_ENABLE_CALLBACK 360
+#define K_SYSCALL_K_MEM_PAGING_HISTOGRAM_BACKING_STORE_PAGE_IN_GET 361
+#define K_SYSCALL_K_MEM_PAGING_HISTOGRAM_BACKING_STORE_PAGE_OUT_GET 362
+#define K_SYSCALL_K_MEM_PAGING_HISTOGRAM_EVICTION_GET 363
+#define K_SYSCALL_K_MEM_PAGING_STATS_GET 364
+#define K_SYSCALL_K_MEM_PAGING_THREAD_STATS_GET 365
+#define K_SYSCALL_LED_BLINK 366
+#define K_SYSCALL_LED_GET_INFO 367
+#define K_SYSCALL_LED_OFF 368
+#define K_SYSCALL_LED_ON 369
+#define K_SYSCALL_LED_SET_BRIGHTNESS 370
+#define K_SYSCALL_LED_SET_CHANNEL 371
+#define K_SYSCALL_LED_SET_COLOR 372
+#define K_SYSCALL_LED_WRITE_CHANNELS 373
+#define K_SYSCALL_MAXIM_DS3231_GET_SYNCPOINT 374
+#define K_SYSCALL_MAXIM_DS3231_REQ_SYNCPOINT 375
+#define K_SYSCALL_MBOX_MAX_CHANNELS_GET 376
+#define K_SYSCALL_MBOX_MTU_GET 377
+#define K_SYSCALL_MBOX_SEND 378
+#define K_SYSCALL_MBOX_SET_ENABLED 379
+#define K_SYSCALL_MDIO_BUS_DISABLE 380
+#define K_SYSCALL_MDIO_BUS_ENABLE 381
+#define K_SYSCALL_MDIO_READ 382
+#define K_SYSCALL_MDIO_READ_C45 383
+#define K_SYSCALL_MDIO_WRITE 384
+#define K_SYSCALL_MDIO_WRITE_C45 385
+#define K_SYSCALL_NET_ADDR_NTOP 386
+#define K_SYSCALL_NET_ADDR_PTON 387
+#define K_SYSCALL_NET_ETH_GET_PTP_CLOCK_BY_INDEX 388
+#define K_SYSCALL_NET_IF_GET_BY_INDEX 389
+#define K_SYSCALL_NET_IF_IPV4_ADDR_ADD_BY_INDEX 390
+#define K_SYSCALL_NET_IF_IPV4_ADDR_LOOKUP_BY_INDEX 391
+#define K_SYSCALL_NET_IF_IPV4_ADDR_RM_BY_INDEX 392
+#define K_SYSCALL_NET_IF_IPV4_SET_GW_BY_INDEX 393
+#define K_SYSCALL_NET_IF_IPV4_SET_NETMASK_BY_ADDR_BY_INDEX 394
+#define K_SYSCALL_NET_IF_IPV4_SET_NETMASK_BY_INDEX 395
+#define K_SYSCALL_NET_IF_IPV6_ADDR_ADD_BY_INDEX 396
+#define K_SYSCALL_NET_IF_IPV6_ADDR_LOOKUP_BY_INDEX 397
+#define K_SYSCALL_NET_IF_IPV6_ADDR_RM_BY_INDEX 398
+#define K_SYSCALL_NET_SOCKET_SERVICE_REGISTER 399
+#define K_SYSCALL_NRF_QSPI_NOR_XIP_ENABLE 400
+#define K_SYSCALL_PECI_CONFIG 401
+#define K_SYSCALL_PECI_DISABLE 402
+#define K_SYSCALL_PECI_ENABLE 403
+#define K_SYSCALL_PECI_TRANSFER 404
+#define K_SYSCALL_PS2_CONFIG 405
+#define K_SYSCALL_PS2_DISABLE_CALLBACK 406
+#define K_SYSCALL_PS2_ENABLE_CALLBACK 407
+#define K_SYSCALL_PS2_READ 408
+#define K_SYSCALL_PS2_WRITE 409
+#define K_SYSCALL_PTP_CLOCK_GET 410
+#define K_SYSCALL_PWM_CAPTURE_CYCLES 411
+#define K_SYSCALL_PWM_DISABLE_CAPTURE 412
+#define K_SYSCALL_PWM_ENABLE_CAPTURE 413
+#define K_SYSCALL_PWM_GET_CYCLES_PER_SEC 414
+#define K_SYSCALL_PWM_SET_CYCLES 415
+#define K_SYSCALL_RESET_LINE_ASSERT 416
+#define K_SYSCALL_RESET_LINE_DEASSERT 417
+#define K_SYSCALL_RESET_LINE_TOGGLE 418
+#define K_SYSCALL_RESET_STATUS 419
+#define K_SYSCALL_RETAINED_MEM_CLEAR 420
+#define K_SYSCALL_RETAINED_MEM_READ 421
+#define K_SYSCALL_RETAINED_MEM_SIZE 422
+#define K_SYSCALL_RETAINED_MEM_WRITE 423
+#define K_SYSCALL_RTC_ALARM_GET_SUPPORTED_FIELDS 424
+#define K_SYSCALL_RTC_ALARM_GET_TIME 425
+#define K_SYSCALL_RTC_ALARM_IS_PENDING 426
+#define K_SYSCALL_RTC_ALARM_SET_CALLBACK 427
+#define K_SYSCALL_RTC_ALARM_SET_TIME 428
+#define K_SYSCALL_RTC_GET_CALIBRATION 429
+#define K_SYSCALL_RTC_GET_TIME 430
+#define K_SYSCALL_RTC_SET_CALIBRATION 431
+#define K_SYSCALL_RTC_SET_TIME 432
+#define K_SYSCALL_RTC_UPDATE_SET_CALLBACK 433
+#define K_SYSCALL_RTIO_CQE_COPY_OUT 434
+#define K_SYSCALL_RTIO_CQE_GET_MEMPOOL_BUFFER 435
+#define K_SYSCALL_RTIO_RELEASE_BUFFER 436
+#define K_SYSCALL_RTIO_SQE_CANCEL 437
+#define K_SYSCALL_RTIO_SQE_COPY_IN_GET_HANDLES 438
+#define K_SYSCALL_RTIO_SUBMIT 439
+#define K_SYSCALL_SDHC_CARD_BUSY 440
+#define K_SYSCALL_SDHC_CARD_PRESENT 441
+#define K_SYSCALL_SDHC_DISABLE_INTERRUPT 442
+#define K_SYSCALL_SDHC_ENABLE_INTERRUPT 443
+#define K_SYSCALL_SDHC_EXECUTE_TUNING 444
+#define K_SYSCALL_SDHC_GET_HOST_PROPS 445
+#define K_SYSCALL_SDHC_HW_RESET 446
+#define K_SYSCALL_SDHC_REQUEST 447
+#define K_SYSCALL_SDHC_SET_IO 448
+#define K_SYSCALL_SIP_SUPERVISORY_CALL 449
+#define K_SYSCALL_SIP_SVC_PLAT_ASYNC_RES_REQ 450
+#define K_SYSCALL_SIP_SVC_PLAT_ASYNC_RES_RES 451
+#define K_SYSCALL_SIP_SVC_PLAT_FORMAT_TRANS_ID 452
+#define K_SYSCALL_SIP_SVC_PLAT_FREE_ASYNC_MEMORY 453
+#define K_SYSCALL_SIP_SVC_PLAT_FUNC_ID_VALID 454
+#define K_SYSCALL_SIP_SVC_PLAT_GET_ERROR_CODE 455
+#define K_SYSCALL_SIP_SVC_PLAT_GET_TRANS_IDX 456
+#define K_SYSCALL_SIP_SVC_PLAT_UPDATE_TRANS_ID 457
+#define K_SYSCALL_SMBUS_BLOCK_PCALL 458
+#define K_SYSCALL_SMBUS_BLOCK_READ 459
+#define K_SYSCALL_SMBUS_BLOCK_WRITE 460
+#define K_SYSCALL_SMBUS_BYTE_DATA_READ 461
+#define K_SYSCALL_SMBUS_BYTE_DATA_WRITE 462
+#define K_SYSCALL_SMBUS_BYTE_READ 463
+#define K_SYSCALL_SMBUS_BYTE_WRITE 464
+#define K_SYSCALL_SMBUS_CONFIGURE 465
+#define K_SYSCALL_SMBUS_GET_CONFIG 466
+#define K_SYSCALL_SMBUS_HOST_NOTIFY_REMOVE_CB 467
+#define K_SYSCALL_SMBUS_PCALL 468
+#define K_SYSCALL_SMBUS_QUICK 469
+#define K_SYSCALL_SMBUS_SMBALERT_REMOVE_CB 470
+#define K_SYSCALL_SMBUS_WORD_DATA_READ 471
+#define K_SYSCALL_SMBUS_WORD_DATA_WRITE 472
+#define K_SYSCALL_SYSCON_GET_BASE 473
+#define K_SYSCALL_SYSCON_GET_SIZE 474
+#define K_SYSCALL_SYSCON_READ_REG 475
+#define K_SYSCALL_SYSCON_WRITE_REG 476
+#define K_SYSCALL_SYS_CACHE_DATA_FLUSH_AND_INVD_RANGE 477
+#define K_SYSCALL_SYS_CACHE_DATA_FLUSH_RANGE 478
+#define K_SYSCALL_SYS_CACHE_DATA_INVD_RANGE 479
+#define K_SYSCALL_TGPIO_PIN_CONFIG_EXT_TIMESTAMP 480
+#define K_SYSCALL_TGPIO_PIN_DISABLE 481
+#define K_SYSCALL_TGPIO_PIN_PERIODIC_OUTPUT 482
+#define K_SYSCALL_TGPIO_PIN_READ_TS_EC 483
+#define K_SYSCALL_TGPIO_PORT_GET_CYCLES_PER_SECOND 484
+#define K_SYSCALL_TGPIO_PORT_GET_TIME 485
+#define K_SYSCALL_UART_MUX_FIND 486
+#define K_SYSCALL_UPDATEHUB_AUTOHANDLER 487
+#define K_SYSCALL_UPDATEHUB_CONFIRM 488
+#define K_SYSCALL_UPDATEHUB_PROBE 489
+#define K_SYSCALL_UPDATEHUB_REBOOT 490
+#define K_SYSCALL_UPDATEHUB_UPDATE 491
+#define K_SYSCALL_USER_FAULT 492
+#define K_SYSCALL_W1_CHANGE_BUS_LOCK 493
+#define K_SYSCALL_W1_CONFIGURE 494
+#define K_SYSCALL_W1_GET_SLAVE_COUNT 495
+#define K_SYSCALL_W1_READ_BIT 496
+#define K_SYSCALL_W1_READ_BLOCK 497
+#define K_SYSCALL_W1_READ_BYTE 498
+#define K_SYSCALL_W1_RESET_BUS 499
+#define K_SYSCALL_W1_SEARCH_BUS 500
+#define K_SYSCALL_W1_WRITE_BIT 501
+#define K_SYSCALL_W1_WRITE_BLOCK 502
+#define K_SYSCALL_W1_WRITE_BYTE 503
+#define K_SYSCALL_WDT_DISABLE 504
+#define K_SYSCALL_WDT_FEED 505
+#define K_SYSCALL_WDT_SETUP 506
+#define K_SYSCALL_XTENSA_USER_FAULT 507
+#define K_SYSCALL_ZSOCK_ACCEPT 508
+#define K_SYSCALL_ZSOCK_BIND 509
+#define K_SYSCALL_ZSOCK_CLOSE 510
+#define K_SYSCALL_ZSOCK_CONNECT 511
+#define K_SYSCALL_ZSOCK_FCNTL_IMPL 512
+#define K_SYSCALL_ZSOCK_GETHOSTNAME 513
+#define K_SYSCALL_ZSOCK_GETPEERNAME 514
+#define K_SYSCALL_ZSOCK_GETSOCKNAME 515
+#define K_SYSCALL_ZSOCK_GETSOCKOPT 516
+#define K_SYSCALL_ZSOCK_GET_CONTEXT_OBJECT 517
+#define K_SYSCALL_ZSOCK_INET_PTON 518
+#define K_SYSCALL_ZSOCK_IOCTL_IMPL 519
+#define K_SYSCALL_ZSOCK_LISTEN 520
+#define K_SYSCALL_ZSOCK_POLL 521
+#define K_SYSCALL_ZSOCK_RECVFROM 522
+#define K_SYSCALL_ZSOCK_RECVMSG 523
+#define K_SYSCALL_ZSOCK_SELECT 524
+#define K_SYSCALL_ZSOCK_SENDMSG 525
+#define K_SYSCALL_ZSOCK_SENDTO 526
+#define K_SYSCALL_ZSOCK_SETSOCKOPT 527
+#define K_SYSCALL_ZSOCK_SHUTDOWN 528
+#define K_SYSCALL_ZSOCK_SOCKET 529
+#define K_SYSCALL_ZSOCK_SOCKETPAIR 530
+#define K_SYSCALL_Z_ZSOCK_GETADDRINFO_INTERNAL 531
+
+
+#ifndef _ASMLANGUAGE
+
+#include <stdarg.h>
+#include <stdint.h>
+
+#endif /* _ASMLANGUAGE */
+
+#endif /* ZEPHYR_SYSCALL_LIST_H */
diff --git a/build/zephyr/include/generated/syscalls/adc.h b/build/zephyr/include/generated/syscalls/adc.h
new file mode 100644
index 0000000000000000000000000000000000000000..838474277cf2246bb7bc5d7636915e3bef0211ba
--- /dev/null
+++ b/build/zephyr/include/generated/syscalls/adc.h
@@ -0,0 +1,101 @@
+/* auto-generated by gen_syscalls.py, don't edit */
+
+#ifndef Z_INCLUDE_SYSCALLS_ADC_H
+#define Z_INCLUDE_SYSCALLS_ADC_H
+
+
+#include <zephyr/tracing/tracing_syscall.h>
+
+#ifndef _ASMLANGUAGE
+
+#include <stdarg.h>
+
+#include <syscall_list.h>
+#include <zephyr/syscall.h>
+
+#include <zephyr/linker/sections.h>
+
+
+#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
+
+
+#ifdef __cplusplus
+}
+#endif
+
+#endif
+#endif /* include guard */
diff --git a/build/zephyr/include/generated/syscalls/arch.h b/build/zephyr/include/generated/syscalls/arch.h
new file mode 100644
index 0000000000000000000000000000000000000000..2a0836d947e3b744204a34292e409f4355b584cf
--- /dev/null
+++ b/build/zephyr/include/generated/syscalls/arch.h
@@ -0,0 +1,52 @@
+/* auto-generated by gen_syscalls.py, don't edit */
+
+#ifndef Z_INCLUDE_SYSCALLS_ARCH_H
+#define Z_INCLUDE_SYSCALLS_ARCH_H
+
+
+#include <zephyr/tracing/tracing_syscall.h>
+
+#ifndef _ASMLANGUAGE
+
+#include <stdarg.h>
+
+#include <syscall_list.h>
+#include <zephyr/syscall.h>
+
+#include <zephyr/linker/sections.h>
+
+
+#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/build/zephyr/include/generated/syscalls/atomic_c.h b/build/zephyr/include/generated/syscalls/atomic_c.h
new file mode 100644
index 0000000000000000000000000000000000000000..9ddb691817cc29195c4338a901b8e0e770e42fe1
--- /dev/null
+++ b/build/zephyr/include/generated/syscalls/atomic_c.h
@@ -0,0 +1,270 @@
+/* auto-generated by gen_syscalls.py, don't edit */
+
+#ifndef Z_INCLUDE_SYSCALLS_ATOMIC_C_H
+#define Z_INCLUDE_SYSCALLS_ATOMIC_C_H
+
+
+#include <zephyr/tracing/tracing_syscall.h>
+
+#ifndef _ASMLANGUAGE
+
+#include <stdarg.h>
+
+#include <syscall_list.h>
+#include <zephyr/syscall.h>
+
+#include <zephyr/linker/sections.h>
+
+
+#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/build/zephyr/include/generated/syscalls/auxdisplay.h b/build/zephyr/include/generated/syscalls/auxdisplay.h
new file mode 100644
index 0000000000000000000000000000000000000000..1cdfadfe07833bbb5edb8e024e35ff43ec94b5ca
--- /dev/null
+++ b/build/zephyr/include/generated/syscalls/auxdisplay.h
@@ -0,0 +1,488 @@
+/* auto-generated by gen_syscalls.py, don't edit */
+
+#ifndef Z_INCLUDE_SYSCALLS_AUXDISPLAY_H
+#define Z_INCLUDE_SYSCALLS_AUXDISPLAY_H
+
+
+#include <zephyr/tracing/tracing_syscall.h>
+
+#ifndef _ASMLANGUAGE
+
+#include <stdarg.h>
+
+#include <syscall_list.h>
+#include <zephyr/syscall.h>
+
+#include <zephyr/linker/sections.h>
+
+
+#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/build/zephyr/include/generated/syscalls/bbram.h b/build/zephyr/include/generated/syscalls/bbram.h
new file mode 100644
index 0000000000000000000000000000000000000000..2dc492d833032ff57e45a5a622f27922db693817
--- /dev/null
+++ b/build/zephyr/include/generated/syscalls/bbram.h
@@ -0,0 +1,173 @@
+/* auto-generated by gen_syscalls.py, don't edit */
+
+#ifndef Z_INCLUDE_SYSCALLS_BBRAM_H
+#define Z_INCLUDE_SYSCALLS_BBRAM_H
+
+
+#include <zephyr/tracing/tracing_syscall.h>
+
+#ifndef _ASMLANGUAGE
+
+#include <stdarg.h>
+
+#include <syscall_list.h>
+#include <zephyr/syscall.h>
+
+#include <zephyr/linker/sections.h>
+
+
+#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/build/zephyr/include/generated/syscalls/cache.h b/build/zephyr/include/generated/syscalls/cache.h
new file mode 100644
index 0000000000000000000000000000000000000000..a942cfc99d34b406b02f6ff18780801558dda5a1
--- /dev/null
+++ b/build/zephyr/include/generated/syscalls/cache.h
@@ -0,0 +1,100 @@
+/* auto-generated by gen_syscalls.py, don't edit */
+
+#ifndef Z_INCLUDE_SYSCALLS_CACHE_H
+#define Z_INCLUDE_SYSCALLS_CACHE_H
+
+
+#include <zephyr/tracing/tracing_syscall.h>
+
+#ifndef _ASMLANGUAGE
+
+#include <stdarg.h>
+
+#include <syscall_list.h>
+#include <zephyr/syscall.h>
+
+#include <zephyr/linker/sections.h>
+
+
+#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/build/zephyr/include/generated/syscalls/can.h b/build/zephyr/include/generated/syscalls/can.h
new file mode 100644
index 0000000000000000000000000000000000000000..ad0c301b0752dd0ea7b62f062e055706dc9c00d0
--- /dev/null
+++ b/build/zephyr/include/generated/syscalls/can.h
@@ -0,0 +1,812 @@
+/* auto-generated by gen_syscalls.py, don't edit */
+
+#ifndef Z_INCLUDE_SYSCALLS_CAN_H
+#define Z_INCLUDE_SYSCALLS_CAN_H
+
+
+#include <zephyr/tracing/tracing_syscall.h>
+
+#ifndef _ASMLANGUAGE
+
+#include <stdarg.h>
+
+#include <syscall_list.h>
+#include <zephyr/syscall.h>
+
+#include <zephyr/linker/sections.h>
+
+
+#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/build/zephyr/include/generated/syscalls/charger.h b/build/zephyr/include/generated/syscalls/charger.h
new file mode 100644
index 0000000000000000000000000000000000000000..c61582f7e86c96858fcdadeb9d1352e7682f2fc4
--- /dev/null
+++ b/build/zephyr/include/generated/syscalls/charger.h
@@ -0,0 +1,102 @@
+/* auto-generated by gen_syscalls.py, don't edit */
+
+#ifndef Z_INCLUDE_SYSCALLS_CHARGER_H
+#define Z_INCLUDE_SYSCALLS_CHARGER_H
+
+
+#include <zephyr/tracing/tracing_syscall.h>
+
+#ifndef _ASMLANGUAGE
+
+#include <stdarg.h>
+
+#include <syscall_list.h>
+#include <zephyr/syscall.h>
+
+#include <zephyr/linker/sections.h>
+
+
+#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/build/zephyr/include/generated/syscalls/counter.h b/build/zephyr/include/generated/syscalls/counter.h
new file mode 100644
index 0000000000000000000000000000000000000000..6fe95d7c3bd1be43fab9a67cdc08df391914c86d
--- /dev/null
+++ b/build/zephyr/include/generated/syscalls/counter.h
@@ -0,0 +1,432 @@
+/* auto-generated by gen_syscalls.py, don't edit */
+
+#ifndef Z_INCLUDE_SYSCALLS_COUNTER_H
+#define Z_INCLUDE_SYSCALLS_COUNTER_H
+
+
+#include <zephyr/tracing/tracing_syscall.h>
+
+#ifndef _ASMLANGUAGE
+
+#include <stdarg.h>
+
+#include <syscall_list.h>
+#include <zephyr/syscall.h>
+
+#include <zephyr/linker/sections.h>
+
+
+#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 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_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 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_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_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 int z_impl_counter_get_pending_int(const struct device * dev);
+
+__pinned_func
+static inline int 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 (int) 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) ({ 	int 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
+
+
+#ifdef __cplusplus
+}
+#endif
+
+#endif
+#endif /* include guard */
diff --git a/build/zephyr/include/generated/syscalls/dac.h b/build/zephyr/include/generated/syscalls/dac.h
new file mode 100644
index 0000000000000000000000000000000000000000..9a23aaece8a5e9f8d6e5638690e6f59f2452840d
--- /dev/null
+++ b/build/zephyr/include/generated/syscalls/dac.h
@@ -0,0 +1,77 @@
+/* auto-generated by gen_syscalls.py, don't edit */
+
+#ifndef Z_INCLUDE_SYSCALLS_DAC_H
+#define Z_INCLUDE_SYSCALLS_DAC_H
+
+
+#include <zephyr/tracing/tracing_syscall.h>
+
+#ifndef _ASMLANGUAGE
+
+#include <stdarg.h>
+
+#include <syscall_list.h>
+#include <zephyr/syscall.h>
+
+#include <zephyr/linker/sections.h>
+
+
+#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/build/zephyr/include/generated/syscalls/demand_paging.h b/build/zephyr/include/generated/syscalls/demand_paging.h
new file mode 100644
index 0000000000000000000000000000000000000000..15eb89c3335aceb3f672dcc48bd845d39f0c90c3
--- /dev/null
+++ b/build/zephyr/include/generated/syscalls/demand_paging.h
@@ -0,0 +1,149 @@
+/* auto-generated by gen_syscalls.py, don't edit */
+
+#ifndef Z_INCLUDE_SYSCALLS_DEMAND_PAGING_H
+#define Z_INCLUDE_SYSCALLS_DEMAND_PAGING_H
+
+
+#include <zephyr/tracing/tracing_syscall.h>
+
+#ifndef _ASMLANGUAGE
+
+#include <stdarg.h>
+
+#include <syscall_list.h>
+#include <zephyr/syscall.h>
+
+#include <zephyr/linker/sections.h>
+
+
+#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/build/zephyr/include/generated/syscalls/device.h b/build/zephyr/include/generated/syscalls/device.h
new file mode 100644
index 0000000000000000000000000000000000000000..9912bd3ef02f2ed6f2c28f3b3c9e93ecfb9b752c
--- /dev/null
+++ b/build/zephyr/include/generated/syscalls/device.h
@@ -0,0 +1,97 @@
+/* auto-generated by gen_syscalls.py, don't edit */
+
+#ifndef Z_INCLUDE_SYSCALLS_DEVICE_H
+#define Z_INCLUDE_SYSCALLS_DEVICE_H
+
+
+#include <zephyr/tracing/tracing_syscall.h>
+
+#ifndef _ASMLANGUAGE
+
+#include <stdarg.h>
+
+#include <syscall_list.h>
+#include <zephyr/syscall.h>
+
+#include <zephyr/linker/sections.h>
+
+
+#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
+
+
+#ifdef __cplusplus
+}
+#endif
+
+#endif
+#endif /* include guard */
diff --git a/build/zephyr/include/generated/syscalls/devmux.h b/build/zephyr/include/generated/syscalls/devmux.h
new file mode 100644
index 0000000000000000000000000000000000000000..0b14ab236d1b8f9a0f9f16d3fdd5437cb7f7c7bf
--- /dev/null
+++ b/build/zephyr/include/generated/syscalls/devmux.h
@@ -0,0 +1,75 @@
+/* auto-generated by gen_syscalls.py, don't edit */
+
+#ifndef Z_INCLUDE_SYSCALLS_DEVMUX_H
+#define Z_INCLUDE_SYSCALLS_DEVMUX_H
+
+
+#include <zephyr/tracing/tracing_syscall.h>
+
+#ifndef _ASMLANGUAGE
+
+#include <stdarg.h>
+
+#include <syscall_list.h>
+#include <zephyr/syscall.h>
+
+#include <zephyr/linker/sections.h>
+
+
+#ifdef __cplusplus
+extern "C" {
+#endif
+
+extern ssize_t z_impl_devmux_select_get(const struct device * dev);
+
+__pinned_func
+static inline ssize_t 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 (ssize_t) 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) ({ 	ssize_t 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/build/zephyr/include/generated/syscalls/dma.h b/build/zephyr/include/generated/syscalls/dma.h
new file mode 100644
index 0000000000000000000000000000000000000000..7bb093f369db98bff8201592afbf0753c116f73c
--- /dev/null
+++ b/build/zephyr/include/generated/syscalls/dma.h
@@ -0,0 +1,198 @@
+/* auto-generated by gen_syscalls.py, don't edit */
+
+#ifndef Z_INCLUDE_SYSCALLS_DMA_H
+#define Z_INCLUDE_SYSCALLS_DMA_H
+
+
+#include <zephyr/tracing/tracing_syscall.h>
+
+#ifndef _ASMLANGUAGE
+
+#include <stdarg.h>
+
+#include <syscall_list.h>
+#include <zephyr/syscall.h>
+
+#include <zephyr/linker/sections.h>
+
+
+#ifdef __cplusplus
+extern "C" {
+#endif
+
+extern int z_impl_dma_start(const struct device * dev, uint32_t channel);
+
+__pinned_func
+static inline int dma_start(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_DMA_START);
+	}
+#endif
+	compiler_barrier();
+	return z_impl_dma_start(dev, channel);
+}
+
+#if defined(CONFIG_TRACING_SYSCALL)
+#ifndef DISABLE_SYSCALL_TRACING
+
+#define dma_start(dev, channel) ({ 	int syscall__retval; 	sys_port_trace_syscall_enter(K_SYSCALL_DMA_START, dma_start, dev, channel); 	syscall__retval = dma_start(dev, channel); 	sys_port_trace_syscall_exit(K_SYSCALL_DMA_START, dma_start, dev, channel, syscall__retval); 	syscall__retval; })
+#endif
+#endif
+
+
+extern int z_impl_dma_stop(const struct device * dev, uint32_t channel);
+
+__pinned_func
+static inline int dma_stop(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_DMA_STOP);
+	}
+#endif
+	compiler_barrier();
+	return z_impl_dma_stop(dev, channel);
+}
+
+#if defined(CONFIG_TRACING_SYSCALL)
+#ifndef DISABLE_SYSCALL_TRACING
+
+#define dma_stop(dev, channel) ({ 	int syscall__retval; 	sys_port_trace_syscall_enter(K_SYSCALL_DMA_STOP, dma_stop, dev, channel); 	syscall__retval = dma_stop(dev, channel); 	sys_port_trace_syscall_exit(K_SYSCALL_DMA_STOP, dma_stop, dev, channel, syscall__retval); 	syscall__retval; })
+#endif
+#endif
+
+
+extern int z_impl_dma_suspend(const struct device * dev, uint32_t channel);
+
+__pinned_func
+static inline int dma_suspend(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_DMA_SUSPEND);
+	}
+#endif
+	compiler_barrier();
+	return z_impl_dma_suspend(dev, channel);
+}
+
+#if defined(CONFIG_TRACING_SYSCALL)
+#ifndef DISABLE_SYSCALL_TRACING
+
+#define dma_suspend(dev, channel) ({ 	int syscall__retval; 	sys_port_trace_syscall_enter(K_SYSCALL_DMA_SUSPEND, dma_suspend, dev, channel); 	syscall__retval = dma_suspend(dev, channel); 	sys_port_trace_syscall_exit(K_SYSCALL_DMA_SUSPEND, dma_suspend, dev, channel, syscall__retval); 	syscall__retval; })
+#endif
+#endif
+
+
+extern int z_impl_dma_resume(const struct device * dev, uint32_t channel);
+
+__pinned_func
+static inline int dma_resume(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_DMA_RESUME);
+	}
+#endif
+	compiler_barrier();
+	return z_impl_dma_resume(dev, channel);
+}
+
+#if defined(CONFIG_TRACING_SYSCALL)
+#ifndef DISABLE_SYSCALL_TRACING
+
+#define dma_resume(dev, channel) ({ 	int syscall__retval; 	sys_port_trace_syscall_enter(K_SYSCALL_DMA_RESUME, dma_resume, dev, channel); 	syscall__retval = dma_resume(dev, channel); 	sys_port_trace_syscall_exit(K_SYSCALL_DMA_RESUME, dma_resume, dev, channel, syscall__retval); 	syscall__retval; })
+#endif
+#endif
+
+
+extern int z_impl_dma_request_channel(const struct device * dev, void * filter_param);
+
+__pinned_func
+static inline int dma_request_channel(const struct device * dev, void * filter_param)
+{
+#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 = filter_param };
+		return (int) arch_syscall_invoke2(parm0.x, parm1.x, K_SYSCALL_DMA_REQUEST_CHANNEL);
+	}
+#endif
+	compiler_barrier();
+	return z_impl_dma_request_channel(dev, filter_param);
+}
+
+#if defined(CONFIG_TRACING_SYSCALL)
+#ifndef DISABLE_SYSCALL_TRACING
+
+#define dma_request_channel(dev, filter_param) ({ 	int syscall__retval; 	sys_port_trace_syscall_enter(K_SYSCALL_DMA_REQUEST_CHANNEL, dma_request_channel, dev, filter_param); 	syscall__retval = dma_request_channel(dev, filter_param); 	sys_port_trace_syscall_exit(K_SYSCALL_DMA_REQUEST_CHANNEL, dma_request_channel, dev, filter_param, syscall__retval); 	syscall__retval; })
+#endif
+#endif
+
+
+extern void z_impl_dma_release_channel(const struct device * dev, uint32_t channel);
+
+__pinned_func
+static inline void dma_release_channel(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 };
+		(void) arch_syscall_invoke2(parm0.x, parm1.x, K_SYSCALL_DMA_RELEASE_CHANNEL);
+		return;
+	}
+#endif
+	compiler_barrier();
+	z_impl_dma_release_channel(dev, channel);
+}
+
+#if defined(CONFIG_TRACING_SYSCALL)
+#ifndef DISABLE_SYSCALL_TRACING
+
+#define dma_release_channel(dev, channel) do { 	sys_port_trace_syscall_enter(K_SYSCALL_DMA_RELEASE_CHANNEL, dma_release_channel, dev, channel); 	dma_release_channel(dev, channel); 	sys_port_trace_syscall_exit(K_SYSCALL_DMA_RELEASE_CHANNEL, dma_release_channel, dev, channel); } while(false)
+#endif
+#endif
+
+
+extern int z_impl_dma_chan_filter(const struct device * dev, int channel, void * filter_param);
+
+__pinned_func
+static inline int dma_chan_filter(const struct device * dev, int channel, void * filter_param)
+{
+#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 };
+		union { uintptr_t x; void * val; } parm2 = { .val = filter_param };
+		return (int) arch_syscall_invoke3(parm0.x, parm1.x, parm2.x, K_SYSCALL_DMA_CHAN_FILTER);
+	}
+#endif
+	compiler_barrier();
+	return z_impl_dma_chan_filter(dev, channel, filter_param);
+}
+
+#if defined(CONFIG_TRACING_SYSCALL)
+#ifndef DISABLE_SYSCALL_TRACING
+
+#define dma_chan_filter(dev, channel, filter_param) ({ 	int syscall__retval; 	sys_port_trace_syscall_enter(K_SYSCALL_DMA_CHAN_FILTER, dma_chan_filter, dev, channel, filter_param); 	syscall__retval = dma_chan_filter(dev, channel, filter_param); 	sys_port_trace_syscall_exit(K_SYSCALL_DMA_CHAN_FILTER, dma_chan_filter, dev, channel, filter_param, syscall__retval); 	syscall__retval; })
+#endif
+#endif
+
+
+#ifdef __cplusplus
+}
+#endif
+
+#endif
+#endif /* include guard */
diff --git a/build/zephyr/include/generated/syscalls/eeprom.h b/build/zephyr/include/generated/syscalls/eeprom.h
new file mode 100644
index 0000000000000000000000000000000000000000..70ea3e095aca3af500c20ae8ba772b06b746c1ad
--- /dev/null
+++ b/build/zephyr/include/generated/syscalls/eeprom.h
@@ -0,0 +1,103 @@
+/* auto-generated by gen_syscalls.py, don't edit */
+
+#ifndef Z_INCLUDE_SYSCALLS_EEPROM_H
+#define Z_INCLUDE_SYSCALLS_EEPROM_H
+
+
+#include <zephyr/tracing/tracing_syscall.h>
+
+#ifndef _ASMLANGUAGE
+
+#include <stdarg.h>
+
+#include <syscall_list.h>
+#include <zephyr/syscall.h>
+
+#include <zephyr/linker/sections.h>
+
+
+#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/build/zephyr/include/generated/syscalls/emul_fuel_gauge.h b/build/zephyr/include/generated/syscalls/emul_fuel_gauge.h
new file mode 100644
index 0000000000000000000000000000000000000000..54b754c414001b7ee048544b8c626dd29db3b225
--- /dev/null
+++ b/build/zephyr/include/generated/syscalls/emul_fuel_gauge.h
@@ -0,0 +1,77 @@
+/* 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 <zephyr/tracing/tracing_syscall.h>
+
+#ifndef _ASMLANGUAGE
+
+#include <stdarg.h>
+
+#include <syscall_list.h>
+#include <zephyr/syscall.h>
+
+#include <zephyr/linker/sections.h>
+
+
+#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/build/zephyr/include/generated/syscalls/entropy.h b/build/zephyr/include/generated/syscalls/entropy.h
new file mode 100644
index 0000000000000000000000000000000000000000..e44cf95d241061d3cb0bb5570243647cfb12f988
--- /dev/null
+++ b/build/zephyr/include/generated/syscalls/entropy.h
@@ -0,0 +1,53 @@
+/* auto-generated by gen_syscalls.py, don't edit */
+
+#ifndef Z_INCLUDE_SYSCALLS_ENTROPY_H
+#define Z_INCLUDE_SYSCALLS_ENTROPY_H
+
+
+#include <zephyr/tracing/tracing_syscall.h>
+
+#ifndef _ASMLANGUAGE
+
+#include <stdarg.h>
+
+#include <syscall_list.h>
+#include <zephyr/syscall.h>
+
+#include <zephyr/linker/sections.h>
+
+
+#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/build/zephyr/include/generated/syscalls/errno_private.h b/build/zephyr/include/generated/syscalls/errno_private.h
new file mode 100644
index 0000000000000000000000000000000000000000..28a802933edffdc421dc41b3de58d342fcc60679
--- /dev/null
+++ b/build/zephyr/include/generated/syscalls/errno_private.h
@@ -0,0 +1,43 @@
+/* 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 <stdarg.h>
+
+#include <syscall_list.h>
+#include <zephyr/syscall.h>
+
+#include <zephyr/linker/sections.h>
+
+
+#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/build/zephyr/include/generated/syscalls/error.h b/build/zephyr/include/generated/syscalls/error.h
new file mode 100644
index 0000000000000000000000000000000000000000..2a1cc573409fc55ddebc66f249a80545d7d26572
--- /dev/null
+++ b/build/zephyr/include/generated/syscalls/error.h
@@ -0,0 +1,52 @@
+/* auto-generated by gen_syscalls.py, don't edit */
+
+#ifndef Z_INCLUDE_SYSCALLS_ERROR_H
+#define Z_INCLUDE_SYSCALLS_ERROR_H
+
+
+#include <zephyr/tracing/tracing_syscall.h>
+
+#ifndef _ASMLANGUAGE
+
+#include <stdarg.h>
+
+#include <syscall_list.h>
+#include <zephyr/syscall.h>
+
+#include <zephyr/linker/sections.h>
+
+
+#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/build/zephyr/include/generated/syscalls/espi.h b/build/zephyr/include/generated/syscalls/espi.h
new file mode 100644
index 0000000000000000000000000000000000000000..f1db4154792a597fefe57b501acc86f878c1eebf
--- /dev/null
+++ b/build/zephyr/include/generated/syscalls/espi.h
@@ -0,0 +1,344 @@
+/* auto-generated by gen_syscalls.py, don't edit */
+
+#ifndef Z_INCLUDE_SYSCALLS_ESPI_H
+#define Z_INCLUDE_SYSCALLS_ESPI_H
+
+
+#include <zephyr/tracing/tracing_syscall.h>
+
+#ifndef _ASMLANGUAGE
+
+#include <stdarg.h>
+
+#include <syscall_list.h>
+#include <zephyr/syscall.h>
+
+#include <zephyr/linker/sections.h>
+
+
+#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/build/zephyr/include/generated/syscalls/espi_saf.h b/build/zephyr/include/generated/syscalls/espi_saf.h
new file mode 100644
index 0000000000000000000000000000000000000000..40bb0047483073206f1fdf68e73c50b15c69056f
--- /dev/null
+++ b/build/zephyr/include/generated/syscalls/espi_saf.h
@@ -0,0 +1,218 @@
+/* auto-generated by gen_syscalls.py, don't edit */
+
+#ifndef Z_INCLUDE_SYSCALLS_ESPI_SAF_H
+#define Z_INCLUDE_SYSCALLS_ESPI_SAF_H
+
+
+#include <zephyr/tracing/tracing_syscall.h>
+
+#ifndef _ASMLANGUAGE
+
+#include <stdarg.h>
+
+#include <syscall_list.h>
+#include <zephyr/syscall.h>
+
+#include <zephyr/linker/sections.h>
+
+
+#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/build/zephyr/include/generated/syscalls/ethernet.h b/build/zephyr/include/generated/syscalls/ethernet.h
new file mode 100644
index 0000000000000000000000000000000000000000..33b64310cfc4d503c0d9b355093a4501762682bf
--- /dev/null
+++ b/build/zephyr/include/generated/syscalls/ethernet.h
@@ -0,0 +1,51 @@
+/* auto-generated by gen_syscalls.py, don't edit */
+
+#ifndef Z_INCLUDE_SYSCALLS_ETHERNET_H
+#define Z_INCLUDE_SYSCALLS_ETHERNET_H
+
+
+#include <zephyr/tracing/tracing_syscall.h>
+
+#ifndef _ASMLANGUAGE
+
+#include <stdarg.h>
+
+#include <syscall_list.h>
+#include <zephyr/syscall.h>
+
+#include <zephyr/linker/sections.h>
+
+
+#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/build/zephyr/include/generated/syscalls/flash.h b/build/zephyr/include/generated/syscalls/flash.h
new file mode 100644
index 0000000000000000000000000000000000000000..4536ec2743f01aba0d2a2958a1c1ce2e9ed3c000
--- /dev/null
+++ b/build/zephyr/include/generated/syscalls/flash.h
@@ -0,0 +1,300 @@
+/* auto-generated by gen_syscalls.py, don't edit */
+
+#ifndef Z_INCLUDE_SYSCALLS_FLASH_H
+#define Z_INCLUDE_SYSCALLS_FLASH_H
+
+
+#include <zephyr/tracing/tracing_syscall.h>
+
+#ifndef _ASMLANGUAGE
+
+#include <stdarg.h>
+
+#include <syscall_list.h>
+#include <zephyr/syscall.h>
+
+#include <zephyr/linker/sections.h>
+
+
+#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_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
+
+
+#ifdef __cplusplus
+}
+#endif
+
+#endif
+#endif /* include guard */
diff --git a/build/zephyr/include/generated/syscalls/flash_simulator.h b/build/zephyr/include/generated/syscalls/flash_simulator.h
new file mode 100644
index 0000000000000000000000000000000000000000..d1f1fa694451676f8968b7ee31f0249d9b3a8037
--- /dev/null
+++ b/build/zephyr/include/generated/syscalls/flash_simulator.h
@@ -0,0 +1,52 @@
+/* auto-generated by gen_syscalls.py, don't edit */
+
+#ifndef Z_INCLUDE_SYSCALLS_FLASH_SIMULATOR_H
+#define Z_INCLUDE_SYSCALLS_FLASH_SIMULATOR_H
+
+
+#include <zephyr/tracing/tracing_syscall.h>
+
+#ifndef _ASMLANGUAGE
+
+#include <stdarg.h>
+
+#include <syscall_list.h>
+#include <zephyr/syscall.h>
+
+#include <zephyr/linker/sections.h>
+
+
+#ifdef __cplusplus
+extern "C" {
+#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/build/zephyr/include/generated/syscalls/fuel_gauge.h b/build/zephyr/include/generated/syscalls/fuel_gauge.h
new file mode 100644
index 0000000000000000000000000000000000000000..d2567a5018cc23f18909981e2da7e31c617dc7a4
--- /dev/null
+++ b/build/zephyr/include/generated/syscalls/fuel_gauge.h
@@ -0,0 +1,179 @@
+/* auto-generated by gen_syscalls.py, don't edit */
+
+#ifndef Z_INCLUDE_SYSCALLS_FUEL_GAUGE_H
+#define Z_INCLUDE_SYSCALLS_FUEL_GAUGE_H
+
+
+#include <zephyr/tracing/tracing_syscall.h>
+
+#ifndef _ASMLANGUAGE
+
+#include <stdarg.h>
+
+#include <syscall_list.h>
+#include <zephyr/syscall.h>
+
+#include <zephyr/linker/sections.h>
+
+
+#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, 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, 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; 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, fuel_gauge_prop_t * props, union fuel_gauge_prop_val * vals, size_t len);
+
+__pinned_func
+static inline int fuel_gauge_set_props(const struct device * dev, 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; 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_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/build/zephyr/include/generated/syscalls/gnss.h b/build/zephyr/include/generated/syscalls/gnss.h
new file mode 100644
index 0000000000000000000000000000000000000000..e7cc7e9efc7e4b07197139ae7388ea1c031645e4
--- /dev/null
+++ b/build/zephyr/include/generated/syscalls/gnss.h
@@ -0,0 +1,244 @@
+/* auto-generated by gen_syscalls.py, don't edit */
+
+#ifndef Z_INCLUDE_SYSCALLS_GNSS_H
+#define Z_INCLUDE_SYSCALLS_GNSS_H
+
+
+#include <zephyr/tracing/tracing_syscall.h>
+
+#ifndef _ASMLANGUAGE
+
+#include <stdarg.h>
+
+#include <syscall_list.h>
+#include <zephyr/syscall.h>
+
+#include <zephyr/linker/sections.h>
+
+
+#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_periodic_config(const struct device * dev, const struct gnss_periodic_config * config);
+
+__pinned_func
+static inline int gnss_set_periodic_config(const struct device * dev, const struct gnss_periodic_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 gnss_periodic_config * val; } parm1 = { .val = config };
+		return (int) arch_syscall_invoke2(parm0.x, parm1.x, K_SYSCALL_GNSS_SET_PERIODIC_CONFIG);
+	}
+#endif
+	compiler_barrier();
+	return z_impl_gnss_set_periodic_config(dev, config);
+}
+
+#if defined(CONFIG_TRACING_SYSCALL)
+#ifndef DISABLE_SYSCALL_TRACING
+
+#define gnss_set_periodic_config(dev, config) ({ 	int syscall__retval; 	sys_port_trace_syscall_enter(K_SYSCALL_GNSS_SET_PERIODIC_CONFIG, gnss_set_periodic_config, dev, config); 	syscall__retval = gnss_set_periodic_config(dev, config); 	sys_port_trace_syscall_exit(K_SYSCALL_GNSS_SET_PERIODIC_CONFIG, gnss_set_periodic_config, dev, config, syscall__retval); 	syscall__retval; })
+#endif
+#endif
+
+
+extern int z_impl_gnss_get_periodic_config(const struct device * dev, struct gnss_periodic_config * config);
+
+__pinned_func
+static inline int gnss_get_periodic_config(const struct device * dev, struct gnss_periodic_config * config)
+{
+#ifdef CONFIG_USERSPACE
+	if (z_syscall_trap()) {
+		union { uintptr_t x; const struct device * val; } parm0 = { .val = dev };
+		union { uintptr_t x; struct gnss_periodic_config * val; } parm1 = { .val = config };
+		return (int) arch_syscall_invoke2(parm0.x, parm1.x, K_SYSCALL_GNSS_GET_PERIODIC_CONFIG);
+	}
+#endif
+	compiler_barrier();
+	return z_impl_gnss_get_periodic_config(dev, config);
+}
+
+#if defined(CONFIG_TRACING_SYSCALL)
+#ifndef DISABLE_SYSCALL_TRACING
+
+#define gnss_get_periodic_config(dev, config) ({ 	int syscall__retval; 	sys_port_trace_syscall_enter(K_SYSCALL_GNSS_GET_PERIODIC_CONFIG, gnss_get_periodic_config, dev, config); 	syscall__retval = gnss_get_periodic_config(dev, config); 	sys_port_trace_syscall_exit(K_SYSCALL_GNSS_GET_PERIODIC_CONFIG, gnss_get_periodic_config, dev, config, 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
+
+
+#ifdef __cplusplus
+}
+#endif
+
+#endif
+#endif /* include guard */
diff --git a/build/zephyr/include/generated/syscalls/gpio.h b/build/zephyr/include/generated/syscalls/gpio.h
new file mode 100644
index 0000000000000000000000000000000000000000..4f0f4a4bf02d07d39b4c9da5f42b4586dd298ce0
--- /dev/null
+++ b/build/zephyr/include/generated/syscalls/gpio.h
@@ -0,0 +1,273 @@
+/* auto-generated by gen_syscalls.py, don't edit */
+
+#ifndef Z_INCLUDE_SYSCALLS_GPIO_H
+#define Z_INCLUDE_SYSCALLS_GPIO_H
+
+
+#include <zephyr/tracing/tracing_syscall.h>
+
+#ifndef _ASMLANGUAGE
+
+#include <stdarg.h>
+
+#include <syscall_list.h>
+#include <zephyr/syscall.h>
+
+#include <zephyr/linker/sections.h>
+
+
+#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/build/zephyr/include/generated/syscalls/hwinfo.h b/build/zephyr/include/generated/syscalls/hwinfo.h
new file mode 100644
index 0000000000000000000000000000000000000000..e6fd1a0cfcbae55ffa4776842fb9711d3a096c6e
--- /dev/null
+++ b/build/zephyr/include/generated/syscalls/hwinfo.h
@@ -0,0 +1,143 @@
+/* auto-generated by gen_syscalls.py, don't edit */
+
+#ifndef Z_INCLUDE_SYSCALLS_HWINFO_H
+#define Z_INCLUDE_SYSCALLS_HWINFO_H
+
+
+#include <zephyr/tracing/tracing_syscall.h>
+
+#ifndef _ASMLANGUAGE
+
+#include <stdarg.h>
+
+#include <syscall_list.h>
+#include <zephyr/syscall.h>
+
+#include <zephyr/linker/sections.h>
+
+
+#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/build/zephyr/include/generated/syscalls/hwspinlock.h b/build/zephyr/include/generated/syscalls/hwspinlock.h
new file mode 100644
index 0000000000000000000000000000000000000000..283fc5e65b525a358d996d8cd805b73f7285802a
--- /dev/null
+++ b/build/zephyr/include/generated/syscalls/hwspinlock.h
@@ -0,0 +1,125 @@
+/* auto-generated by gen_syscalls.py, don't edit */
+
+#ifndef Z_INCLUDE_SYSCALLS_HWSPINLOCK_H
+#define Z_INCLUDE_SYSCALLS_HWSPINLOCK_H
+
+
+#include <zephyr/tracing/tracing_syscall.h>
+
+#ifndef _ASMLANGUAGE
+
+#include <stdarg.h>
+
+#include <syscall_list.h>
+#include <zephyr/syscall.h>
+
+#include <zephyr/linker/sections.h>
+
+
+#ifdef __cplusplus
+extern "C" {
+#endif
+
+extern int z_impl_hwspinlock_trylock(const struct device * dev, uint32_t id);
+
+__pinned_func
+static inline int hwspinlock_trylock(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_HWSPINLOCK_TRYLOCK);
+	}
+#endif
+	compiler_barrier();
+	return z_impl_hwspinlock_trylock(dev, id);
+}
+
+#if defined(CONFIG_TRACING_SYSCALL)
+#ifndef DISABLE_SYSCALL_TRACING
+
+#define hwspinlock_trylock(dev, id) ({ 	int syscall__retval; 	sys_port_trace_syscall_enter(K_SYSCALL_HWSPINLOCK_TRYLOCK, hwspinlock_trylock, dev, id); 	syscall__retval = hwspinlock_trylock(dev, id); 	sys_port_trace_syscall_exit(K_SYSCALL_HWSPINLOCK_TRYLOCK, hwspinlock_trylock, dev, id, syscall__retval); 	syscall__retval; })
+#endif
+#endif
+
+
+extern void z_impl_hwspinlock_lock(const struct device * dev, uint32_t id);
+
+__pinned_func
+static inline void hwspinlock_lock(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 };
+		(void) arch_syscall_invoke2(parm0.x, parm1.x, K_SYSCALL_HWSPINLOCK_LOCK);
+		return;
+	}
+#endif
+	compiler_barrier();
+	z_impl_hwspinlock_lock(dev, id);
+}
+
+#if defined(CONFIG_TRACING_SYSCALL)
+#ifndef DISABLE_SYSCALL_TRACING
+
+#define hwspinlock_lock(dev, id) do { 	sys_port_trace_syscall_enter(K_SYSCALL_HWSPINLOCK_LOCK, hwspinlock_lock, dev, id); 	hwspinlock_lock(dev, id); 	sys_port_trace_syscall_exit(K_SYSCALL_HWSPINLOCK_LOCK, hwspinlock_lock, dev, id); } while(false)
+#endif
+#endif
+
+
+extern void z_impl_hwspinlock_unlock(const struct device * dev, uint32_t id);
+
+__pinned_func
+static inline void hwspinlock_unlock(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 };
+		(void) arch_syscall_invoke2(parm0.x, parm1.x, K_SYSCALL_HWSPINLOCK_UNLOCK);
+		return;
+	}
+#endif
+	compiler_barrier();
+	z_impl_hwspinlock_unlock(dev, id);
+}
+
+#if defined(CONFIG_TRACING_SYSCALL)
+#ifndef DISABLE_SYSCALL_TRACING
+
+#define hwspinlock_unlock(dev, id) do { 	sys_port_trace_syscall_enter(K_SYSCALL_HWSPINLOCK_UNLOCK, hwspinlock_unlock, dev, id); 	hwspinlock_unlock(dev, id); 	sys_port_trace_syscall_exit(K_SYSCALL_HWSPINLOCK_UNLOCK, hwspinlock_unlock, dev, id); } while(false)
+#endif
+#endif
+
+
+extern uint32_t z_impl_hwspinlock_get_max_id(const struct device * dev);
+
+__pinned_func
+static inline uint32_t hwspinlock_get_max_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_HWSPINLOCK_GET_MAX_ID);
+	}
+#endif
+	compiler_barrier();
+	return z_impl_hwspinlock_get_max_id(dev);
+}
+
+#if defined(CONFIG_TRACING_SYSCALL)
+#ifndef DISABLE_SYSCALL_TRACING
+
+#define hwspinlock_get_max_id(dev) ({ 	uint32_t syscall__retval; 	sys_port_trace_syscall_enter(K_SYSCALL_HWSPINLOCK_GET_MAX_ID, hwspinlock_get_max_id, dev); 	syscall__retval = hwspinlock_get_max_id(dev); 	sys_port_trace_syscall_exit(K_SYSCALL_HWSPINLOCK_GET_MAX_ID, hwspinlock_get_max_id, dev, syscall__retval); 	syscall__retval; })
+#endif
+#endif
+
+
+#ifdef __cplusplus
+}
+#endif
+
+#endif
+#endif /* include guard */
diff --git a/build/zephyr/include/generated/syscalls/i2c.h b/build/zephyr/include/generated/syscalls/i2c.h
new file mode 100644
index 0000000000000000000000000000000000000000..494e68ed7c84d1bfb60ceab6d136cec60100ebe9
--- /dev/null
+++ b/build/zephyr/include/generated/syscalls/i2c.h
@@ -0,0 +1,171 @@
+/* auto-generated by gen_syscalls.py, don't edit */
+
+#ifndef Z_INCLUDE_SYSCALLS_I2C_H
+#define Z_INCLUDE_SYSCALLS_I2C_H
+
+
+#include <zephyr/tracing/tracing_syscall.h>
+
+#ifndef _ASMLANGUAGE
+
+#include <stdarg.h>
+
+#include <syscall_list.h>
+#include <zephyr/syscall.h>
+
+#include <zephyr/linker/sections.h>
+
+
+#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/build/zephyr/include/generated/syscalls/i2s.h b/build/zephyr/include/generated/syscalls/i2s.h
new file mode 100644
index 0000000000000000000000000000000000000000..28460ba8eae3fa6e13dcf90f81adca3366e474b4
--- /dev/null
+++ b/build/zephyr/include/generated/syscalls/i2s.h
@@ -0,0 +1,128 @@
+/* auto-generated by gen_syscalls.py, don't edit */
+
+#ifndef Z_INCLUDE_SYSCALLS_I2S_H
+#define Z_INCLUDE_SYSCALLS_I2S_H
+
+
+#include <zephyr/tracing/tracing_syscall.h>
+
+#ifndef _ASMLANGUAGE
+
+#include <stdarg.h>
+
+#include <syscall_list.h>
+#include <zephyr/syscall.h>
+
+#include <zephyr/linker/sections.h>
+
+
+#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/build/zephyr/include/generated/syscalls/i3c.h b/build/zephyr/include/generated/syscalls/i3c.h
new file mode 100644
index 0000000000000000000000000000000000000000..ef9430b22acd37d553f1c7994cdf3a2b9a32a4a4
--- /dev/null
+++ b/build/zephyr/include/generated/syscalls/i3c.h
@@ -0,0 +1,77 @@
+/* auto-generated by gen_syscalls.py, don't edit */
+
+#ifndef Z_INCLUDE_SYSCALLS_I3C_H
+#define Z_INCLUDE_SYSCALLS_I3C_H
+
+
+#include <zephyr/tracing/tracing_syscall.h>
+
+#ifndef _ASMLANGUAGE
+
+#include <stdarg.h>
+
+#include <syscall_list.h>
+#include <zephyr/syscall.h>
+
+#include <zephyr/linker/sections.h>
+
+
+#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_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
+
+
+#ifdef __cplusplus
+}
+#endif
+
+#endif
+#endif /* include guard */
diff --git a/build/zephyr/include/generated/syscalls/ipm.h b/build/zephyr/include/generated/syscalls/ipm.h
new file mode 100644
index 0000000000000000000000000000000000000000..ff340ea330db8d64fcd97908dac887f4d1fb8a2e
--- /dev/null
+++ b/build/zephyr/include/generated/syscalls/ipm.h
@@ -0,0 +1,149 @@
+/* auto-generated by gen_syscalls.py, don't edit */
+
+#ifndef Z_INCLUDE_SYSCALLS_IPM_H
+#define Z_INCLUDE_SYSCALLS_IPM_H
+
+
+#include <zephyr/tracing/tracing_syscall.h>
+
+#ifndef _ASMLANGUAGE
+
+#include <stdarg.h>
+
+#include <syscall_list.h>
+#include <zephyr/syscall.h>
+
+#include <zephyr/linker/sections.h>
+
+
+#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/build/zephyr/include/generated/syscalls/ivshmem.h b/build/zephyr/include/generated/syscalls/ivshmem.h
new file mode 100644
index 0000000000000000000000000000000000000000..8f51cb3235611fb83d045c26bb92603b227ea9df
--- /dev/null
+++ b/build/zephyr/include/generated/syscalls/ivshmem.h
@@ -0,0 +1,315 @@
+/* auto-generated by gen_syscalls.py, don't edit */
+
+#ifndef Z_INCLUDE_SYSCALLS_IVSHMEM_H
+#define Z_INCLUDE_SYSCALLS_IVSHMEM_H
+
+
+#include <zephyr/tracing/tracing_syscall.h>
+
+#ifndef _ASMLANGUAGE
+
+#include <stdarg.h>
+
+#include <syscall_list.h>
+#include <zephyr/syscall.h>
+
+#include <zephyr/linker/sections.h>
+
+
+#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/build/zephyr/include/generated/syscalls/kernel.h b/build/zephyr/include/generated/syscalls/kernel.h
new file mode 100644
index 0000000000000000000000000000000000000000..3c5e56bf0a64842706483f7515d6d0789f5c8d7f
--- /dev/null
+++ b/build/zephyr/include/generated/syscalls/kernel.h
@@ -0,0 +1,1590 @@
+/* auto-generated by gen_syscalls.py, don't edit */
+
+#ifndef Z_INCLUDE_SYSCALLS_KERNEL_H
+#define Z_INCLUDE_SYSCALLS_KERNEL_H
+
+
+
+
+#ifndef _ASMLANGUAGE
+
+#include <stdarg.h>
+
+#include <syscall_list.h>
+#include <zephyr/syscall.h>
+
+#include <zephyr/linker/sections.h>
+
+
+#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_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 void z_impl_k_thread_start(k_tid_t thread);
+
+__pinned_func
+static inline void k_thread_start(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_START);
+		return;
+	}
+#endif
+	compiler_barrier();
+	z_impl_k_thread_start(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_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 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_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 int z_impl_k_pipe_alloc_init(struct k_pipe * pipe, size_t size);
+
+__pinned_func
+static inline int k_pipe_alloc_init(struct k_pipe * pipe, size_t size)
+{
+#ifdef CONFIG_USERSPACE
+	if (z_syscall_trap()) {
+		union { uintptr_t x; struct k_pipe * val; } parm0 = { .val = pipe };
+		union { uintptr_t x; size_t val; } parm1 = { .val = size };
+		return (int) arch_syscall_invoke2(parm0.x, parm1.x, K_SYSCALL_K_PIPE_ALLOC_INIT);
+	}
+#endif
+	compiler_barrier();
+	return z_impl_k_pipe_alloc_init(pipe, size);
+}
+
+
+extern int z_impl_k_pipe_put(struct k_pipe * pipe, const void * data, size_t bytes_to_write, size_t * bytes_written, size_t min_xfer, k_timeout_t timeout);
+
+__pinned_func
+static inline int k_pipe_put(struct k_pipe * pipe, const void * data, size_t bytes_to_write, size_t * bytes_written, size_t min_xfer, 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 void * val; } parm1 = { .val = data };
+		union { uintptr_t x; size_t val; } parm2 = { .val = bytes_to_write };
+		union { uintptr_t x; size_t * val; } parm3 = { .val = bytes_written };
+		union { uintptr_t x; size_t val; } parm4 = { .val = min_xfer };
+		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_K_PIPE_PUT);
+	}
+#endif
+	compiler_barrier();
+	return z_impl_k_pipe_put(pipe, data, bytes_to_write, bytes_written, min_xfer, timeout);
+}
+
+
+extern int z_impl_k_pipe_get(struct k_pipe * pipe, void * data, size_t bytes_to_read, size_t * bytes_read, size_t min_xfer, k_timeout_t timeout);
+
+__pinned_func
+static inline int k_pipe_get(struct k_pipe * pipe, void * data, size_t bytes_to_read, size_t * bytes_read, size_t min_xfer, 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; void * val; } parm1 = { .val = data };
+		union { uintptr_t x; size_t val; } parm2 = { .val = bytes_to_read };
+		union { uintptr_t x; size_t * val; } parm3 = { .val = bytes_read };
+		union { uintptr_t x; size_t val; } parm4 = { .val = min_xfer };
+		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_K_PIPE_GET);
+	}
+#endif
+	compiler_barrier();
+	return z_impl_k_pipe_get(pipe, data, bytes_to_read, bytes_read, min_xfer, timeout);
+}
+
+
+extern size_t z_impl_k_pipe_read_avail(struct k_pipe * pipe);
+
+__pinned_func
+static inline size_t k_pipe_read_avail(struct k_pipe * pipe)
+{
+#ifdef CONFIG_USERSPACE
+	if (z_syscall_trap()) {
+		union { uintptr_t x; struct k_pipe * val; } parm0 = { .val = pipe };
+		return (size_t) arch_syscall_invoke1(parm0.x, K_SYSCALL_K_PIPE_READ_AVAIL);
+	}
+#endif
+	compiler_barrier();
+	return z_impl_k_pipe_read_avail(pipe);
+}
+
+
+extern size_t z_impl_k_pipe_write_avail(struct k_pipe * pipe);
+
+__pinned_func
+static inline size_t k_pipe_write_avail(struct k_pipe * pipe)
+{
+#ifdef CONFIG_USERSPACE
+	if (z_syscall_trap()) {
+		union { uintptr_t x; struct k_pipe * val; } parm0 = { .val = pipe };
+		return (size_t) arch_syscall_invoke1(parm0.x, K_SYSCALL_K_PIPE_WRITE_AVAIL);
+	}
+#endif
+	compiler_barrier();
+	return z_impl_k_pipe_write_avail(pipe);
+}
+
+
+extern void z_impl_k_pipe_flush(struct k_pipe * pipe);
+
+__pinned_func
+static inline void k_pipe_flush(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_FLUSH);
+		return;
+	}
+#endif
+	compiler_barrier();
+	z_impl_k_pipe_flush(pipe);
+}
+
+
+extern void z_impl_k_pipe_buffer_flush(struct k_pipe * pipe);
+
+__pinned_func
+static inline void k_pipe_buffer_flush(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_BUFFER_FLUSH);
+		return;
+	}
+#endif
+	compiler_barrier();
+	z_impl_k_pipe_buffer_flush(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/build/zephyr/include/generated/syscalls/kobject.h b/build/zephyr/include/generated/syscalls/kobject.h
new file mode 100644
index 0000000000000000000000000000000000000000..6de4eac49a36f9142501f7512985d2fc20eb9c5e
--- /dev/null
+++ b/build/zephyr/include/generated/syscalls/kobject.h
@@ -0,0 +1,124 @@
+/* auto-generated by gen_syscalls.py, don't edit */
+
+#ifndef Z_INCLUDE_SYSCALLS_KOBJECT_H
+#define Z_INCLUDE_SYSCALLS_KOBJECT_H
+
+
+#include <zephyr/tracing/tracing_syscall.h>
+
+#ifndef _ASMLANGUAGE
+
+#include <stdarg.h>
+
+#include <syscall_list.h>
+#include <zephyr/syscall.h>
+
+#include <zephyr/linker/sections.h>
+
+
+#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 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/build/zephyr/include/generated/syscalls/kscan.h b/build/zephyr/include/generated/syscalls/kscan.h
new file mode 100644
index 0000000000000000000000000000000000000000..4077382e5bae95c1a2a5be79ffd26ba58df6f069
--- /dev/null
+++ b/build/zephyr/include/generated/syscalls/kscan.h
@@ -0,0 +1,98 @@
+/* auto-generated by gen_syscalls.py, don't edit */
+
+#ifndef Z_INCLUDE_SYSCALLS_KSCAN_H
+#define Z_INCLUDE_SYSCALLS_KSCAN_H
+
+
+#include <zephyr/tracing/tracing_syscall.h>
+
+#ifndef _ASMLANGUAGE
+
+#include <stdarg.h>
+
+#include <syscall_list.h>
+#include <zephyr/syscall.h>
+
+#include <zephyr/linker/sections.h>
+
+
+#ifdef __cplusplus
+extern "C" {
+#endif
+
+extern int z_impl_kscan_config(const struct device * dev, kscan_callback_t callback);
+
+__pinned_func
+static inline int kscan_config(const struct device * dev, kscan_callback_t callback)
+{
+#ifdef CONFIG_USERSPACE
+	if (z_syscall_trap()) {
+		union { uintptr_t x; const struct device * val; } parm0 = { .val = dev };
+		union { uintptr_t x; kscan_callback_t val; } parm1 = { .val = callback };
+		return (int) arch_syscall_invoke2(parm0.x, parm1.x, K_SYSCALL_KSCAN_CONFIG);
+	}
+#endif
+	compiler_barrier();
+	return z_impl_kscan_config(dev, callback);
+}
+
+#if defined(CONFIG_TRACING_SYSCALL)
+#ifndef DISABLE_SYSCALL_TRACING
+
+#define kscan_config(dev, callback) ({ 	int syscall__retval; 	sys_port_trace_syscall_enter(K_SYSCALL_KSCAN_CONFIG, kscan_config, dev, callback); 	syscall__retval = kscan_config(dev, callback); 	sys_port_trace_syscall_exit(K_SYSCALL_KSCAN_CONFIG, kscan_config, dev, callback, syscall__retval); 	syscall__retval; })
+#endif
+#endif
+
+
+extern int z_impl_kscan_enable_callback(const struct device * dev);
+
+__pinned_func
+static inline int kscan_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_KSCAN_ENABLE_CALLBACK);
+	}
+#endif
+	compiler_barrier();
+	return z_impl_kscan_enable_callback(dev);
+}
+
+#if defined(CONFIG_TRACING_SYSCALL)
+#ifndef DISABLE_SYSCALL_TRACING
+
+#define kscan_enable_callback(dev) ({ 	int syscall__retval; 	sys_port_trace_syscall_enter(K_SYSCALL_KSCAN_ENABLE_CALLBACK, kscan_enable_callback, dev); 	syscall__retval = kscan_enable_callback(dev); 	sys_port_trace_syscall_exit(K_SYSCALL_KSCAN_ENABLE_CALLBACK, kscan_enable_callback, dev, syscall__retval); 	syscall__retval; })
+#endif
+#endif
+
+
+extern int z_impl_kscan_disable_callback(const struct device * dev);
+
+__pinned_func
+static inline int kscan_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_KSCAN_DISABLE_CALLBACK);
+	}
+#endif
+	compiler_barrier();
+	return z_impl_kscan_disable_callback(dev);
+}
+
+#if defined(CONFIG_TRACING_SYSCALL)
+#ifndef DISABLE_SYSCALL_TRACING
+
+#define kscan_disable_callback(dev) ({ 	int syscall__retval; 	sys_port_trace_syscall_enter(K_SYSCALL_KSCAN_DISABLE_CALLBACK, kscan_disable_callback, dev); 	syscall__retval = kscan_disable_callback(dev); 	sys_port_trace_syscall_exit(K_SYSCALL_KSCAN_DISABLE_CALLBACK, kscan_disable_callback, dev, syscall__retval); 	syscall__retval; })
+#endif
+#endif
+
+
+#ifdef __cplusplus
+}
+#endif
+
+#endif
+#endif /* include guard */
diff --git a/build/zephyr/include/generated/syscalls/led.h b/build/zephyr/include/generated/syscalls/led.h
new file mode 100644
index 0000000000000000000000000000000000000000..4eef88000b955afda56c75e5dc7407510af0f32a
--- /dev/null
+++ b/build/zephyr/include/generated/syscalls/led.h
@@ -0,0 +1,229 @@
+/* auto-generated by gen_syscalls.py, don't edit */
+
+#ifndef Z_INCLUDE_SYSCALLS_LED_H
+#define Z_INCLUDE_SYSCALLS_LED_H
+
+
+#include <zephyr/tracing/tracing_syscall.h>
+
+#ifndef _ASMLANGUAGE
+
+#include <stdarg.h>
+
+#include <syscall_list.h>
+#include <zephyr/syscall.h>
+
+#include <zephyr/linker/sections.h>
+
+
+#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/build/zephyr/include/generated/syscalls/libc-hooks.h b/build/zephyr/include/generated/syscalls/libc-hooks.h
new file mode 100644
index 0000000000000000000000000000000000000000..c90ad63694c22a65d4a6930b2e0d10485285fa2a
--- /dev/null
+++ b/build/zephyr/include/generated/syscalls/libc-hooks.h
@@ -0,0 +1,126 @@
+/* auto-generated by gen_syscalls.py, don't edit */
+
+#ifndef Z_INCLUDE_SYSCALLS_LIBC_HOOKS_H
+#define Z_INCLUDE_SYSCALLS_LIBC_HOOKS_H
+
+
+#include <zephyr/tracing/tracing_syscall.h>
+
+#ifndef _ASMLANGUAGE
+
+#include <stdarg.h>
+
+#include <syscall_list.h>
+#include <zephyr/syscall.h>
+
+#include <zephyr/linker/sections.h>
+
+
+#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/build/zephyr/include/generated/syscalls/log_ctrl.h b/build/zephyr/include/generated/syscalls/log_ctrl.h
new file mode 100644
index 0000000000000000000000000000000000000000..f4df429435f1334e957899901d9ec3453bf56cb0
--- /dev/null
+++ b/build/zephyr/include/generated/syscalls/log_ctrl.h
@@ -0,0 +1,145 @@
+/* auto-generated by gen_syscalls.py, don't edit */
+
+#ifndef Z_INCLUDE_SYSCALLS_LOG_CTRL_H
+#define Z_INCLUDE_SYSCALLS_LOG_CTRL_H
+
+
+#include <zephyr/tracing/tracing_syscall.h>
+
+#ifndef _ASMLANGUAGE
+
+#include <stdarg.h>
+
+#include <syscall_list.h>
+#include <zephyr/syscall.h>
+
+#include <zephyr/linker/sections.h>
+
+
+#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/build/zephyr/include/generated/syscalls/log_msg.h b/build/zephyr/include/generated/syscalls/log_msg.h
new file mode 100644
index 0000000000000000000000000000000000000000..24e13c8189e4419d2980470e63b25aa9b3d7d27f
--- /dev/null
+++ b/build/zephyr/include/generated/syscalls/log_msg.h
@@ -0,0 +1,136 @@
+/* auto-generated by gen_syscalls.py, don't edit */
+
+#ifndef Z_INCLUDE_SYSCALLS_LOG_MSG_H
+#define Z_INCLUDE_SYSCALLS_LOG_MSG_H
+
+
+#include <zephyr/tracing/tracing_syscall.h>
+
+#ifndef _ASMLANGUAGE
+
+#include <stdarg.h>
+
+#include <syscall_list.h>
+#include <zephyr/syscall.h>
+
+#include <zephyr/linker/sections.h>
+
+
+#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/build/zephyr/include/generated/syscalls/maxim_ds3231.h b/build/zephyr/include/generated/syscalls/maxim_ds3231.h
new file mode 100644
index 0000000000000000000000000000000000000000..7a656a43d029c5ce5de250fa46d585041ea5bd2d
--- /dev/null
+++ b/build/zephyr/include/generated/syscalls/maxim_ds3231.h
@@ -0,0 +1,76 @@
+/* auto-generated by gen_syscalls.py, don't edit */
+
+#ifndef Z_INCLUDE_SYSCALLS_MAXIM_DS3231_H
+#define Z_INCLUDE_SYSCALLS_MAXIM_DS3231_H
+
+
+#include <zephyr/tracing/tracing_syscall.h>
+
+#ifndef _ASMLANGUAGE
+
+#include <stdarg.h>
+
+#include <syscall_list.h>
+#include <zephyr/syscall.h>
+
+#include <zephyr/linker/sections.h>
+
+
+#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/build/zephyr/include/generated/syscalls/mbox.h b/build/zephyr/include/generated/syscalls/mbox.h
new file mode 100644
index 0000000000000000000000000000000000000000..c8b4ae5254ebfe1b78a583d402fbfe607e43c511
--- /dev/null
+++ b/build/zephyr/include/generated/syscalls/mbox.h
@@ -0,0 +1,124 @@
+/* auto-generated by gen_syscalls.py, don't edit */
+
+#ifndef Z_INCLUDE_SYSCALLS_MBOX_H
+#define Z_INCLUDE_SYSCALLS_MBOX_H
+
+
+#include <zephyr/tracing/tracing_syscall.h>
+
+#ifndef _ASMLANGUAGE
+
+#include <stdarg.h>
+
+#include <syscall_list.h>
+#include <zephyr/syscall.h>
+
+#include <zephyr/linker/sections.h>
+
+
+#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/build/zephyr/include/generated/syscalls/mdio.h b/build/zephyr/include/generated/syscalls/mdio.h
new file mode 100644
index 0000000000000000000000000000000000000000..0e96369d4b51b9ca046578e6ab17601681b55226
--- /dev/null
+++ b/build/zephyr/include/generated/syscalls/mdio.h
@@ -0,0 +1,182 @@
+/* auto-generated by gen_syscalls.py, don't edit */
+
+#ifndef Z_INCLUDE_SYSCALLS_MDIO_H
+#define Z_INCLUDE_SYSCALLS_MDIO_H
+
+
+#include <zephyr/tracing/tracing_syscall.h>
+
+#ifndef _ASMLANGUAGE
+
+#include <stdarg.h>
+
+#include <syscall_list.h>
+#include <zephyr/syscall.h>
+
+#include <zephyr/linker/sections.h>
+
+
+#ifdef __cplusplus
+extern "C" {
+#endif
+
+extern void z_impl_mdio_bus_enable(const struct device * dev);
+
+__pinned_func
+static inline void mdio_bus_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_MDIO_BUS_ENABLE);
+		return;
+	}
+#endif
+	compiler_barrier();
+	z_impl_mdio_bus_enable(dev);
+}
+
+#if defined(CONFIG_TRACING_SYSCALL)
+#ifndef DISABLE_SYSCALL_TRACING
+
+#define mdio_bus_enable(dev) do { 	sys_port_trace_syscall_enter(K_SYSCALL_MDIO_BUS_ENABLE, mdio_bus_enable, dev); 	mdio_bus_enable(dev); 	sys_port_trace_syscall_exit(K_SYSCALL_MDIO_BUS_ENABLE, mdio_bus_enable, dev); } while(false)
+#endif
+#endif
+
+
+extern void z_impl_mdio_bus_disable(const struct device * dev);
+
+__pinned_func
+static inline void mdio_bus_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_MDIO_BUS_DISABLE);
+		return;
+	}
+#endif
+	compiler_barrier();
+	z_impl_mdio_bus_disable(dev);
+}
+
+#if defined(CONFIG_TRACING_SYSCALL)
+#ifndef DISABLE_SYSCALL_TRACING
+
+#define mdio_bus_disable(dev) do { 	sys_port_trace_syscall_enter(K_SYSCALL_MDIO_BUS_DISABLE, mdio_bus_disable, dev); 	mdio_bus_disable(dev); 	sys_port_trace_syscall_exit(K_SYSCALL_MDIO_BUS_DISABLE, mdio_bus_disable, dev); } while(false)
+#endif
+#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/build/zephyr/include/generated/syscalls/mutex.h b/build/zephyr/include/generated/syscalls/mutex.h
new file mode 100644
index 0000000000000000000000000000000000000000..c5291339cf97e74d3d880637508c2ad79277e43f
--- /dev/null
+++ b/build/zephyr/include/generated/syscalls/mutex.h
@@ -0,0 +1,75 @@
+/* auto-generated by gen_syscalls.py, don't edit */
+
+#ifndef Z_INCLUDE_SYSCALLS_MUTEX_H
+#define Z_INCLUDE_SYSCALLS_MUTEX_H
+
+
+#include <zephyr/tracing/tracing_syscall.h>
+
+#ifndef _ASMLANGUAGE
+
+#include <stdarg.h>
+
+#include <syscall_list.h>
+#include <zephyr/syscall.h>
+
+#include <zephyr/linker/sections.h>
+
+
+#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/build/zephyr/include/generated/syscalls/net_if.h b/build/zephyr/include/generated/syscalls/net_if.h
new file mode 100644
index 0000000000000000000000000000000000000000..74fe947f7c1384a1609317840fe17a392b90ee67
--- /dev/null
+++ b/build/zephyr/include/generated/syscalls/net_if.h
@@ -0,0 +1,270 @@
+/* auto-generated by gen_syscalls.py, don't edit */
+
+#ifndef Z_INCLUDE_SYSCALLS_NET_IF_H
+#define Z_INCLUDE_SYSCALLS_NET_IF_H
+
+
+#include <zephyr/tracing/tracing_syscall.h>
+
+#ifndef _ASMLANGUAGE
+
+#include <stdarg.h>
+
+#include <syscall_list.h>
+#include <zephyr/syscall.h>
+
+#include <zephyr/linker/sections.h>
+
+
+#ifdef __cplusplus
+extern "C" {
+#endif
+
+extern int z_impl_net_if_ipv6_addr_lookup_by_index(const struct in6_addr * addr);
+
+__pinned_func
+static inline int net_if_ipv6_addr_lookup_by_index(const struct in6_addr * addr)
+{
+#ifdef CONFIG_USERSPACE
+	if (z_syscall_trap()) {
+		union { uintptr_t x; const struct 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, struct 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, struct 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; struct 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 in6_addr * addr);
+
+__pinned_func
+static inline bool net_if_ipv6_addr_rm_by_index(int index, const struct 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 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 in_addr * addr);
+
+__pinned_func
+static inline int net_if_ipv4_addr_lookup_by_index(const struct in_addr * addr)
+{
+#ifdef CONFIG_USERSPACE
+	if (z_syscall_trap()) {
+		union { uintptr_t x; const struct 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, struct 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, struct 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; struct 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 in_addr * addr);
+
+__pinned_func
+static inline bool net_if_ipv4_addr_rm_by_index(int index, const struct 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 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_index(int index, const struct in_addr * netmask);
+
+__pinned_func
+static inline bool net_if_ipv4_set_netmask_by_index(int index, const struct 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 in_addr * val; } parm1 = { .val = netmask };
+		return (bool) arch_syscall_invoke2(parm0.x, parm1.x, K_SYSCALL_NET_IF_IPV4_SET_NETMASK_BY_INDEX);
+	}
+#endif
+	compiler_barrier();
+	return z_impl_net_if_ipv4_set_netmask_by_index(index, netmask);
+}
+
+#if defined(CONFIG_TRACING_SYSCALL)
+#ifndef DISABLE_SYSCALL_TRACING
+
+#define net_if_ipv4_set_netmask_by_index(index, netmask) ({ 	bool syscall__retval; 	sys_port_trace_syscall_enter(K_SYSCALL_NET_IF_IPV4_SET_NETMASK_BY_INDEX, net_if_ipv4_set_netmask_by_index, index, netmask); 	syscall__retval = net_if_ipv4_set_netmask_by_index(index, netmask); 	sys_port_trace_syscall_exit(K_SYSCALL_NET_IF_IPV4_SET_NETMASK_BY_INDEX, net_if_ipv4_set_netmask_by_index, index, netmask, syscall__retval); 	syscall__retval; })
+#endif
+#endif
+
+
+extern bool z_impl_net_if_ipv4_set_netmask_by_addr_by_index(int index, const struct in_addr * addr, const struct in_addr * netmask);
+
+__pinned_func
+static inline bool net_if_ipv4_set_netmask_by_addr_by_index(int index, const struct in_addr * addr, const struct 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 in_addr * val; } parm1 = { .val = addr };
+		union { uintptr_t x; const struct 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 in_addr * gw);
+
+__pinned_func
+static inline bool net_if_ipv4_set_gw_by_index(int index, const struct 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 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/build/zephyr/include/generated/syscalls/net_ip.h b/build/zephyr/include/generated/syscalls/net_ip.h
new file mode 100644
index 0000000000000000000000000000000000000000..6659cd4c7cf2d50c0d87b6b4bcf2630983120ee4
--- /dev/null
+++ b/build/zephyr/include/generated/syscalls/net_ip.h
@@ -0,0 +1,79 @@
+/* auto-generated by gen_syscalls.py, don't edit */
+
+#ifndef Z_INCLUDE_SYSCALLS_NET_IP_H
+#define Z_INCLUDE_SYSCALLS_NET_IP_H
+
+
+#include <zephyr/tracing/tracing_syscall.h>
+
+#ifndef _ASMLANGUAGE
+
+#include <stdarg.h>
+
+#include <syscall_list.h>
+#include <zephyr/syscall.h>
+
+#include <zephyr/linker/sections.h>
+
+
+#ifdef __cplusplus
+extern "C" {
+#endif
+
+extern int z_impl_net_addr_pton(sa_family_t family, const char * src, void * dst);
+
+__pinned_func
+static inline int net_addr_pton(sa_family_t family, const char * src, void * dst)
+{
+#ifdef CONFIG_USERSPACE
+	if (z_syscall_trap()) {
+		union { uintptr_t x; 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(sa_family_t family, const void * src, char * dst, size_t size);
+
+__pinned_func
+static inline char * net_addr_ntop(sa_family_t family, const void * src, char * dst, size_t size)
+{
+#ifdef CONFIG_USERSPACE
+	if (z_syscall_trap()) {
+		union { uintptr_t x; 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/build/zephyr/include/generated/syscalls/nrf_qspi_nor.h b/build/zephyr/include/generated/syscalls/nrf_qspi_nor.h
new file mode 100644
index 0000000000000000000000000000000000000000..0caf244d1da0104c31ba8f92a1bed9a724426cc0
--- /dev/null
+++ b/build/zephyr/include/generated/syscalls/nrf_qspi_nor.h
@@ -0,0 +1,53 @@
+/* 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 <zephyr/tracing/tracing_syscall.h>
+
+#ifndef _ASMLANGUAGE
+
+#include <stdarg.h>
+
+#include <syscall_list.h>
+#include <zephyr/syscall.h>
+
+#include <zephyr/linker/sections.h>
+
+
+#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/build/zephyr/include/generated/syscalls/peci.h b/build/zephyr/include/generated/syscalls/peci.h
new file mode 100644
index 0000000000000000000000000000000000000000..6d3a15a678d14997a3487e285633e485b4305219
--- /dev/null
+++ b/build/zephyr/include/generated/syscalls/peci.h
@@ -0,0 +1,122 @@
+/* auto-generated by gen_syscalls.py, don't edit */
+
+#ifndef Z_INCLUDE_SYSCALLS_PECI_H
+#define Z_INCLUDE_SYSCALLS_PECI_H
+
+
+#include <zephyr/tracing/tracing_syscall.h>
+
+#ifndef _ASMLANGUAGE
+
+#include <stdarg.h>
+
+#include <syscall_list.h>
+#include <zephyr/syscall.h>
+
+#include <zephyr/linker/sections.h>
+
+
+#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/build/zephyr/include/generated/syscalls/posix_clock.h b/build/zephyr/include/generated/syscalls/posix_clock.h
new file mode 100644
index 0000000000000000000000000000000000000000..022739737facd0c1ec6dec375e1708c1bf50d07c
--- /dev/null
+++ b/build/zephyr/include/generated/syscalls/posix_clock.h
@@ -0,0 +1,52 @@
+/* auto-generated by gen_syscalls.py, don't edit */
+
+#ifndef Z_INCLUDE_SYSCALLS_POSIX_CLOCK_H
+#define Z_INCLUDE_SYSCALLS_POSIX_CLOCK_H
+
+
+#include <zephyr/tracing/tracing_syscall.h>
+
+#ifndef _ASMLANGUAGE
+
+#include <stdarg.h>
+
+#include <syscall_list.h>
+#include <zephyr/syscall.h>
+
+#include <zephyr/linker/sections.h>
+
+
+#ifdef __cplusplus
+extern "C" {
+#endif
+
+extern int z_impl___posix_clock_get_base(clockid_t clock_id, struct timespec * ts);
+
+__pinned_func
+static inline int __posix_clock_get_base(clockid_t clock_id, struct timespec * ts)
+{
+#ifdef CONFIG_USERSPACE
+	if (z_syscall_trap()) {
+		union { uintptr_t x; clockid_t val; } parm0 = { .val = clock_id };
+		union { uintptr_t x; struct timespec * val; } parm1 = { .val = ts };
+		return (int) arch_syscall_invoke2(parm0.x, parm1.x, K_SYSCALL___POSIX_CLOCK_GET_BASE);
+	}
+#endif
+	compiler_barrier();
+	return z_impl___posix_clock_get_base(clock_id, ts);
+}
+
+#if defined(CONFIG_TRACING_SYSCALL)
+#ifndef DISABLE_SYSCALL_TRACING
+
+#define __posix_clock_get_base(clock_id, ts) ({ 	int syscall__retval; 	sys_port_trace_syscall_enter(K_SYSCALL___POSIX_CLOCK_GET_BASE, __posix_clock_get_base, clock_id, ts); 	syscall__retval = __posix_clock_get_base(clock_id, ts); 	sys_port_trace_syscall_exit(K_SYSCALL___POSIX_CLOCK_GET_BASE, __posix_clock_get_base, clock_id, ts, syscall__retval); 	syscall__retval; })
+#endif
+#endif
+
+
+#ifdef __cplusplus
+}
+#endif
+
+#endif
+#endif /* include guard */
diff --git a/build/zephyr/include/generated/syscalls/ps2.h b/build/zephyr/include/generated/syscalls/ps2.h
new file mode 100644
index 0000000000000000000000000000000000000000..53ee99b9f95c1e265b876b7f9023cc2bfb8f2226
--- /dev/null
+++ b/build/zephyr/include/generated/syscalls/ps2.h
@@ -0,0 +1,146 @@
+/* auto-generated by gen_syscalls.py, don't edit */
+
+#ifndef Z_INCLUDE_SYSCALLS_PS2_H
+#define Z_INCLUDE_SYSCALLS_PS2_H
+
+
+#include <zephyr/tracing/tracing_syscall.h>
+
+#ifndef _ASMLANGUAGE
+
+#include <stdarg.h>
+
+#include <syscall_list.h>
+#include <zephyr/syscall.h>
+
+#include <zephyr/linker/sections.h>
+
+
+#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/build/zephyr/include/generated/syscalls/ptp_clock.h b/build/zephyr/include/generated/syscalls/ptp_clock.h
new file mode 100644
index 0000000000000000000000000000000000000000..c852ef23684cb0cf206d8fe1f9a182db3a27e826
--- /dev/null
+++ b/build/zephyr/include/generated/syscalls/ptp_clock.h
@@ -0,0 +1,52 @@
+/* auto-generated by gen_syscalls.py, don't edit */
+
+#ifndef Z_INCLUDE_SYSCALLS_PTP_CLOCK_H
+#define Z_INCLUDE_SYSCALLS_PTP_CLOCK_H
+
+
+#include <zephyr/tracing/tracing_syscall.h>
+
+#ifndef _ASMLANGUAGE
+
+#include <stdarg.h>
+
+#include <syscall_list.h>
+#include <zephyr/syscall.h>
+
+#include <zephyr/linker/sections.h>
+
+
+#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/build/zephyr/include/generated/syscalls/pwm.h b/build/zephyr/include/generated/syscalls/pwm.h
new file mode 100644
index 0000000000000000000000000000000000000000..5c270606026dd8dd2d0698c9653bf10b93a66008
--- /dev/null
+++ b/build/zephyr/include/generated/syscalls/pwm.h
@@ -0,0 +1,160 @@
+/* auto-generated by gen_syscalls.py, don't edit */
+
+#ifndef Z_INCLUDE_SYSCALLS_PWM_H
+#define Z_INCLUDE_SYSCALLS_PWM_H
+
+
+#include <zephyr/tracing/tracing_syscall.h>
+
+#ifndef _ASMLANGUAGE
+
+#include <stdarg.h>
+
+#include <syscall_list.h>
+#include <zephyr/syscall.h>
+
+#include <zephyr/linker/sections.h>
+
+
+#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/build/zephyr/include/generated/syscalls/random.h b/build/zephyr/include/generated/syscalls/random.h
new file mode 100644
index 0000000000000000000000000000000000000000..839bd2fa36f039faadad9d509a7f7785eb85cb23
--- /dev/null
+++ b/build/zephyr/include/generated/syscalls/random.h
@@ -0,0 +1,77 @@
+/* auto-generated by gen_syscalls.py, don't edit */
+
+#ifndef Z_INCLUDE_SYSCALLS_RANDOM_H
+#define Z_INCLUDE_SYSCALLS_RANDOM_H
+
+
+#include <zephyr/tracing/tracing_syscall.h>
+
+#ifndef _ASMLANGUAGE
+
+#include <stdarg.h>
+
+#include <syscall_list.h>
+#include <zephyr/syscall.h>
+
+#include <zephyr/linker/sections.h>
+
+
+#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/build/zephyr/include/generated/syscalls/reset.h b/build/zephyr/include/generated/syscalls/reset.h
new file mode 100644
index 0000000000000000000000000000000000000000..4da372ca0ddf362dac50f76543850c12332d934e
--- /dev/null
+++ b/build/zephyr/include/generated/syscalls/reset.h
@@ -0,0 +1,125 @@
+/* auto-generated by gen_syscalls.py, don't edit */
+
+#ifndef Z_INCLUDE_SYSCALLS_RESET_H
+#define Z_INCLUDE_SYSCALLS_RESET_H
+
+
+#include <zephyr/tracing/tracing_syscall.h>
+
+#ifndef _ASMLANGUAGE
+
+#include <stdarg.h>
+
+#include <syscall_list.h>
+#include <zephyr/syscall.h>
+
+#include <zephyr/linker/sections.h>
+
+
+#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/build/zephyr/include/generated/syscalls/retained_mem.h b/build/zephyr/include/generated/syscalls/retained_mem.h
new file mode 100644
index 0000000000000000000000000000000000000000..5495846a886bfe1ef781d3a9f2396ab999992717
--- /dev/null
+++ b/build/zephyr/include/generated/syscalls/retained_mem.h
@@ -0,0 +1,126 @@
+/* auto-generated by gen_syscalls.py, don't edit */
+
+#ifndef Z_INCLUDE_SYSCALLS_RETAINED_MEM_H
+#define Z_INCLUDE_SYSCALLS_RETAINED_MEM_H
+
+
+#include <zephyr/tracing/tracing_syscall.h>
+
+#ifndef _ASMLANGUAGE
+
+#include <stdarg.h>
+
+#include <syscall_list.h>
+#include <zephyr/syscall.h>
+
+#include <zephyr/linker/sections.h>
+
+
+#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/build/zephyr/include/generated/syscalls/rtc.h b/build/zephyr/include/generated/syscalls/rtc.h
new file mode 100644
index 0000000000000000000000000000000000000000..038f1b763cd4f35becfd948cb8cb47142fedc460
--- /dev/null
+++ b/build/zephyr/include/generated/syscalls/rtc.h
@@ -0,0 +1,276 @@
+/* auto-generated by gen_syscalls.py, don't edit */
+
+#ifndef Z_INCLUDE_SYSCALLS_RTC_H
+#define Z_INCLUDE_SYSCALLS_RTC_H
+
+
+#include <zephyr/tracing/tracing_syscall.h>
+
+#ifndef _ASMLANGUAGE
+
+#include <stdarg.h>
+
+#include <syscall_list.h>
+#include <zephyr/syscall.h>
+
+#include <zephyr/linker/sections.h>
+
+
+#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_alarm_set_callback(const struct device * dev, uint16_t id, rtc_alarm_callback callback, void * user_data);
+
+__pinned_func
+static inline int rtc_alarm_set_callback(const struct device * dev, uint16_t id, rtc_alarm_callback 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; uint16_t val; } parm1 = { .val = id };
+		union { uintptr_t x; rtc_alarm_callback val; } parm2 = { .val = callback };
+		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_RTC_ALARM_SET_CALLBACK);
+	}
+#endif
+	compiler_barrier();
+	return z_impl_rtc_alarm_set_callback(dev, id, callback, user_data);
+}
+
+#if defined(CONFIG_TRACING_SYSCALL)
+#ifndef DISABLE_SYSCALL_TRACING
+
+#define rtc_alarm_set_callback(dev, id, callback, user_data) ({ 	int syscall__retval; 	sys_port_trace_syscall_enter(K_SYSCALL_RTC_ALARM_SET_CALLBACK, rtc_alarm_set_callback, dev, id, callback, user_data); 	syscall__retval = rtc_alarm_set_callback(dev, id, callback, user_data); 	sys_port_trace_syscall_exit(K_SYSCALL_RTC_ALARM_SET_CALLBACK, rtc_alarm_set_callback, dev, id, callback, user_data, syscall__retval); 	syscall__retval; })
+#endif
+#endif
+
+
+extern int z_impl_rtc_update_set_callback(const struct device * dev, rtc_update_callback callback, void * user_data);
+
+__pinned_func
+static inline int rtc_update_set_callback(const struct device * dev, rtc_update_callback 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; rtc_update_callback 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_RTC_UPDATE_SET_CALLBACK);
+	}
+#endif
+	compiler_barrier();
+	return z_impl_rtc_update_set_callback(dev, callback, user_data);
+}
+
+#if defined(CONFIG_TRACING_SYSCALL)
+#ifndef DISABLE_SYSCALL_TRACING
+
+#define rtc_update_set_callback(dev, callback, user_data) ({ 	int syscall__retval; 	sys_port_trace_syscall_enter(K_SYSCALL_RTC_UPDATE_SET_CALLBACK, rtc_update_set_callback, dev, callback, user_data); 	syscall__retval = rtc_update_set_callback(dev, callback, user_data); 	sys_port_trace_syscall_exit(K_SYSCALL_RTC_UPDATE_SET_CALLBACK, rtc_update_set_callback, dev, callback, user_data, 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/build/zephyr/include/generated/syscalls/rtio.h b/build/zephyr/include/generated/syscalls/rtio.h
new file mode 100644
index 0000000000000000000000000000000000000000..2f53a5f6c4b04d7eaa2d618f95a143d02b0ac601
--- /dev/null
+++ b/build/zephyr/include/generated/syscalls/rtio.h
@@ -0,0 +1,179 @@
+/* auto-generated by gen_syscalls.py, don't edit */
+
+#ifndef Z_INCLUDE_SYSCALLS_RTIO_H
+#define Z_INCLUDE_SYSCALLS_RTIO_H
+
+
+#include <zephyr/tracing/tracing_syscall.h>
+
+#ifndef _ASMLANGUAGE
+
+#include <stdarg.h>
+
+#include <syscall_list.h>
+#include <zephyr/syscall.h>
+
+#include <zephyr/linker/sections.h>
+
+
+#ifdef __cplusplus
+extern "C" {
+#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
+
+
+#ifdef __cplusplus
+}
+#endif
+
+#endif
+#endif /* include guard */
diff --git a/build/zephyr/include/generated/syscalls/sdhc.h b/build/zephyr/include/generated/syscalls/sdhc.h
new file mode 100644
index 0000000000000000000000000000000000000000..fe27319520e5e8958a9c660b187faaed1a5c28df
--- /dev/null
+++ b/build/zephyr/include/generated/syscalls/sdhc.h
@@ -0,0 +1,243 @@
+/* auto-generated by gen_syscalls.py, don't edit */
+
+#ifndef Z_INCLUDE_SYSCALLS_SDHC_H
+#define Z_INCLUDE_SYSCALLS_SDHC_H
+
+
+#include <zephyr/tracing/tracing_syscall.h>
+
+#ifndef _ASMLANGUAGE
+
+#include <stdarg.h>
+
+#include <syscall_list.h>
+#include <zephyr/syscall.h>
+
+#include <zephyr/linker/sections.h>
+
+
+#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/build/zephyr/include/generated/syscalls/sensor.h b/build/zephyr/include/generated/syscalls/sensor.h
new file mode 100644
index 0000000000000000000000000000000000000000..0837868dfcc97347ef399a482dbe618c53ca77b8
--- /dev/null
+++ b/build/zephyr/include/generated/syscalls/sensor.h
@@ -0,0 +1,202 @@
+/* auto-generated by gen_syscalls.py, don't edit */
+
+#ifndef Z_INCLUDE_SYSCALLS_SENSOR_H
+#define Z_INCLUDE_SYSCALLS_SENSOR_H
+
+
+#include <zephyr/tracing/tracing_syscall.h>
+
+#ifndef _ASMLANGUAGE
+
+#include <stdarg.h>
+
+#include <syscall_list.h>
+#include <zephyr/syscall.h>
+
+#include <zephyr/linker/sections.h>
+
+
+#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(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(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; 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/build/zephyr/include/generated/syscalls/sip_svc_driver.h b/build/zephyr/include/generated/syscalls/sip_svc_driver.h
new file mode 100644
index 0000000000000000000000000000000000000000..e4004edb9242c56fa96cbd961c4edd27dad632bd
--- /dev/null
+++ b/build/zephyr/include/generated/syscalls/sip_svc_driver.h
@@ -0,0 +1,285 @@
+/* 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 <zephyr/tracing/tracing_syscall.h>
+
+#ifndef _ASMLANGUAGE
+
+#include <stdarg.h>
+
+#include <syscall_list.h>
+#include <zephyr/syscall.h>
+
+#include <zephyr/linker/sections.h>
+
+
+#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/build/zephyr/include/generated/syscalls/smbus.h b/build/zephyr/include/generated/syscalls/smbus.h
new file mode 100644
index 0000000000000000000000000000000000000000..9fbabbd6ea4d2b420efb66595af092226d89d346
--- /dev/null
+++ b/build/zephyr/include/generated/syscalls/smbus.h
@@ -0,0 +1,417 @@
+/* auto-generated by gen_syscalls.py, don't edit */
+
+#ifndef Z_INCLUDE_SYSCALLS_SMBUS_H
+#define Z_INCLUDE_SYSCALLS_SMBUS_H
+
+
+#include <zephyr/tracing/tracing_syscall.h>
+
+#ifndef _ASMLANGUAGE
+
+#include <stdarg.h>
+
+#include <syscall_list.h>
+#include <zephyr/syscall.h>
+
+#include <zephyr/linker/sections.h>
+
+
+#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/build/zephyr/include/generated/syscalls/socket.h b/build/zephyr/include/generated/syscalls/socket.h
new file mode 100644
index 0000000000000000000000000000000000000000..3623d3c5847698b599a271e879f0106e5016b552
--- /dev/null
+++ b/build/zephyr/include/generated/syscalls/socket.h
@@ -0,0 +1,611 @@
+/* auto-generated by gen_syscalls.py, don't edit */
+
+#ifndef Z_INCLUDE_SYSCALLS_SOCKET_H
+#define Z_INCLUDE_SYSCALLS_SOCKET_H
+
+
+#include <zephyr/tracing/tracing_syscall.h>
+
+#ifndef _ASMLANGUAGE
+
+#include <stdarg.h>
+
+#include <syscall_list.h>
+#include <zephyr/syscall.h>
+
+#include <zephyr/linker/sections.h>
+
+
+#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 sockaddr * addr, socklen_t addrlen);
+
+__pinned_func
+static inline int zsock_bind(int sock, const struct sockaddr * addr, 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 sockaddr * val; } parm1 = { .val = addr };
+		union { uintptr_t x; 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 sockaddr * addr, socklen_t addrlen);
+
+__pinned_func
+static inline int zsock_connect(int sock, const struct sockaddr * addr, 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 sockaddr * val; } parm1 = { .val = addr };
+		union { uintptr_t x; 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 sockaddr * addr, socklen_t * addrlen);
+
+__pinned_func
+static inline int zsock_accept(int sock, struct sockaddr * addr, socklen_t * addrlen)
+{
+#ifdef CONFIG_USERSPACE
+	if (z_syscall_trap()) {
+		union { uintptr_t x; int val; } parm0 = { .val = sock };
+		union { uintptr_t x; struct sockaddr * val; } parm1 = { .val = addr };
+		union { uintptr_t x; 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 sockaddr * dest_addr, socklen_t addrlen);
+
+__pinned_func
+static inline ssize_t zsock_sendto(int sock, const void * buf, size_t len, int flags, const struct sockaddr * dest_addr, 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 sockaddr * val; } parm4 = { .val = dest_addr };
+		union { uintptr_t x; 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 msghdr * msg, int flags);
+
+__pinned_func
+static inline ssize_t zsock_sendmsg(int sock, const struct 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 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 sockaddr * src_addr, socklen_t * addrlen);
+
+__pinned_func
+static inline ssize_t zsock_recvfrom(int sock, void * buf, size_t max_len, int flags, struct sockaddr * src_addr, 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 sockaddr * val; } parm4 = { .val = src_addr };
+		union { uintptr_t x; 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 msghdr * msg, int flags);
+
+__pinned_func
+static inline ssize_t zsock_recvmsg(int sock, struct 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 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_poll(struct zsock_pollfd * fds, int nfds, int timeout);
+
+__pinned_func
+static inline int zsock_poll(struct zsock_pollfd * fds, int nfds, int timeout)
+{
+#ifdef CONFIG_USERSPACE
+	if (z_syscall_trap()) {
+		union { uintptr_t x; struct zsock_pollfd * val; } parm0 = { .val = fds };
+		union { uintptr_t x; int val; } parm1 = { .val = nfds };
+		union { uintptr_t x; int val; } parm2 = { .val = timeout };
+		return (int) arch_syscall_invoke3(parm0.x, parm1.x, parm2.x, K_SYSCALL_ZSOCK_POLL);
+	}
+#endif
+	compiler_barrier();
+	return z_impl_zsock_poll(fds, nfds, timeout);
+}
+
+#if defined(CONFIG_TRACING_SYSCALL)
+#ifndef DISABLE_SYSCALL_TRACING
+
+#define zsock_poll(fds, nfds, timeout) ({ 	int syscall__retval; 	sys_port_trace_syscall_enter(K_SYSCALL_ZSOCK_POLL, zsock_poll, fds, nfds, timeout); 	syscall__retval = zsock_poll(fds, nfds, timeout); 	sys_port_trace_syscall_exit(K_SYSCALL_ZSOCK_POLL, zsock_poll, fds, nfds, timeout, syscall__retval); 	syscall__retval; })
+#endif
+#endif
+
+
+extern int z_impl_zsock_getsockopt(int sock, int level, int optname, void * optval, socklen_t * optlen);
+
+__pinned_func
+static inline int zsock_getsockopt(int sock, int level, int optname, void * optval, 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; 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, socklen_t optlen);
+
+__pinned_func
+static inline int zsock_setsockopt(int sock, int level, int optname, const void * optval, 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; 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 sockaddr * addr, socklen_t * addrlen);
+
+__pinned_func
+static inline int zsock_getpeername(int sock, struct sockaddr * addr, socklen_t * addrlen)
+{
+#ifdef CONFIG_USERSPACE
+	if (z_syscall_trap()) {
+		union { uintptr_t x; int val; } parm0 = { .val = sock };
+		union { uintptr_t x; struct sockaddr * val; } parm1 = { .val = addr };
+		union { uintptr_t x; 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 sockaddr * addr, socklen_t * addrlen);
+
+__pinned_func
+static inline int zsock_getsockname(int sock, struct sockaddr * addr, socklen_t * addrlen)
+{
+#ifdef CONFIG_USERSPACE
+	if (z_syscall_trap()) {
+		union { uintptr_t x; int val; } parm0 = { .val = sock };
+		union { uintptr_t x; struct sockaddr * val; } parm1 = { .val = addr };
+		union { uintptr_t x; 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(sa_family_t family, const char * src, void * dst);
+
+__pinned_func
+static inline int zsock_inet_pton(sa_family_t family, const char * src, void * dst)
+{
+#ifdef CONFIG_USERSPACE
+	if (z_syscall_trap()) {
+		union { uintptr_t x; 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/build/zephyr/include/generated/syscalls/socket_select.h b/build/zephyr/include/generated/syscalls/socket_select.h
new file mode 100644
index 0000000000000000000000000000000000000000..1ebe088afa327e901a5954080e8994e5dfc71ff0
--- /dev/null
+++ b/build/zephyr/include/generated/syscalls/socket_select.h
@@ -0,0 +1,55 @@
+/* auto-generated by gen_syscalls.py, don't edit */
+
+#ifndef Z_INCLUDE_SYSCALLS_SOCKET_SELECT_H
+#define Z_INCLUDE_SYSCALLS_SOCKET_SELECT_H
+
+
+#include <zephyr/tracing/tracing_syscall.h>
+
+#ifndef _ASMLANGUAGE
+
+#include <stdarg.h>
+
+#include <syscall_list.h>
+#include <zephyr/syscall.h>
+
+#include <zephyr/linker/sections.h>
+
+
+#ifdef __cplusplus
+extern "C" {
+#endif
+
+extern int z_impl_zsock_select(int nfds, zsock_fd_set * readfds, zsock_fd_set * writefds, zsock_fd_set * exceptfds, struct zsock_timeval * timeout);
+
+__pinned_func
+static inline int zsock_select(int nfds, zsock_fd_set * readfds, zsock_fd_set * writefds, zsock_fd_set * exceptfds, struct zsock_timeval * timeout)
+{
+#ifdef CONFIG_USERSPACE
+	if (z_syscall_trap()) {
+		union { uintptr_t x; int val; } parm0 = { .val = nfds };
+		union { uintptr_t x; zsock_fd_set * val; } parm1 = { .val = readfds };
+		union { uintptr_t x; zsock_fd_set * val; } parm2 = { .val = writefds };
+		union { uintptr_t x; zsock_fd_set * val; } parm3 = { .val = exceptfds };
+		union { uintptr_t x; struct zsock_timeval * val; } parm4 = { .val = timeout };
+		return (int) arch_syscall_invoke5(parm0.x, parm1.x, parm2.x, parm3.x, parm4.x, K_SYSCALL_ZSOCK_SELECT);
+	}
+#endif
+	compiler_barrier();
+	return z_impl_zsock_select(nfds, readfds, writefds, exceptfds, timeout);
+}
+
+#if defined(CONFIG_TRACING_SYSCALL)
+#ifndef DISABLE_SYSCALL_TRACING
+
+#define zsock_select(nfds, readfds, writefds, exceptfds, timeout) ({ 	int syscall__retval; 	sys_port_trace_syscall_enter(K_SYSCALL_ZSOCK_SELECT, zsock_select, nfds, readfds, writefds, exceptfds, timeout); 	syscall__retval = zsock_select(nfds, readfds, writefds, exceptfds, timeout); 	sys_port_trace_syscall_exit(K_SYSCALL_ZSOCK_SELECT, zsock_select, nfds, readfds, writefds, exceptfds, timeout, syscall__retval); 	syscall__retval; })
+#endif
+#endif
+
+
+#ifdef __cplusplus
+}
+#endif
+
+#endif
+#endif /* include guard */
diff --git a/build/zephyr/include/generated/syscalls/socket_service.h b/build/zephyr/include/generated/syscalls/socket_service.h
new file mode 100644
index 0000000000000000000000000000000000000000..55fb3a6f657eb0f0dd56c8bfc843706744eeb69e
--- /dev/null
+++ b/build/zephyr/include/generated/syscalls/socket_service.h
@@ -0,0 +1,54 @@
+/* auto-generated by gen_syscalls.py, don't edit */
+
+#ifndef Z_INCLUDE_SYSCALLS_SOCKET_SERVICE_H
+#define Z_INCLUDE_SYSCALLS_SOCKET_SERVICE_H
+
+
+#include <zephyr/tracing/tracing_syscall.h>
+
+#ifndef _ASMLANGUAGE
+
+#include <stdarg.h>
+
+#include <syscall_list.h>
+#include <zephyr/syscall.h>
+
+#include <zephyr/linker/sections.h>
+
+
+#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/build/zephyr/include/generated/syscalls/spi.h b/build/zephyr/include/generated/syscalls/spi.h
new file mode 100644
index 0000000000000000000000000000000000000000..3771ebce8899b4fec06fc50ad6cdab823b02c6d1
--- /dev/null
+++ b/build/zephyr/include/generated/syscalls/spi.h
@@ -0,0 +1,78 @@
+/* auto-generated by gen_syscalls.py, don't edit */
+
+#ifndef Z_INCLUDE_SYSCALLS_SPI_H
+#define Z_INCLUDE_SYSCALLS_SPI_H
+
+
+#include <zephyr/tracing/tracing_syscall.h>
+
+#ifndef _ASMLANGUAGE
+
+#include <stdarg.h>
+
+#include <syscall_list.h>
+#include <zephyr/syscall.h>
+
+#include <zephyr/linker/sections.h>
+
+
+#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/build/zephyr/include/generated/syscalls/syscon.h b/build/zephyr/include/generated/syscalls/syscon.h
new file mode 100644
index 0000000000000000000000000000000000000000..7d13d74420c2d2040f72e42a04d35144e06d59e9
--- /dev/null
+++ b/build/zephyr/include/generated/syscalls/syscon.h
@@ -0,0 +1,126 @@
+/* auto-generated by gen_syscalls.py, don't edit */
+
+#ifndef Z_INCLUDE_SYSCALLS_SYSCON_H
+#define Z_INCLUDE_SYSCALLS_SYSCON_H
+
+
+#include <zephyr/tracing/tracing_syscall.h>
+
+#ifndef _ASMLANGUAGE
+
+#include <stdarg.h>
+
+#include <syscall_list.h>
+#include <zephyr/syscall.h>
+
+#include <zephyr/linker/sections.h>
+
+
+#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, uint16_t reg, uint32_t * val);
+
+__pinned_func
+static inline int syscon_read_reg(const struct device * dev, uint16_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; uint16_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, uint16_t reg, uint32_t val);
+
+__pinned_func
+static inline int syscon_write_reg(const struct device * dev, uint16_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; uint16_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_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/build/zephyr/include/generated/syscalls/time_units.h b/build/zephyr/include/generated/syscalls/time_units.h
new file mode 100644
index 0000000000000000000000000000000000000000..1d94e62a3c54aa5e12fbfef979e2a1169255da37
--- /dev/null
+++ b/build/zephyr/include/generated/syscalls/time_units.h
@@ -0,0 +1,50 @@
+/* auto-generated by gen_syscalls.py, don't edit */
+
+#ifndef Z_INCLUDE_SYSCALLS_TIME_UNITS_H
+#define Z_INCLUDE_SYSCALLS_TIME_UNITS_H
+
+
+#include <zephyr/tracing/tracing_syscall.h>
+
+#ifndef _ASMLANGUAGE
+
+#include <stdarg.h>
+
+#include <syscall_list.h>
+#include <zephyr/syscall.h>
+
+#include <zephyr/linker/sections.h>
+
+
+#ifdef __cplusplus
+extern "C" {
+#endif
+
+extern int z_impl_sys_clock_hw_cycles_per_sec_runtime_get(void);
+
+__pinned_func
+static inline int sys_clock_hw_cycles_per_sec_runtime_get(void)
+{
+#ifdef CONFIG_USERSPACE
+	if (z_syscall_trap()) {
+		return (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() ({ 	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/build/zephyr/include/generated/syscalls/timeaware_gpio.h b/build/zephyr/include/generated/syscalls/timeaware_gpio.h
new file mode 100644
index 0000000000000000000000000000000000000000..db67411f3f288ebb5747d2f7d45a8dbf5a6c4baa
--- /dev/null
+++ b/build/zephyr/include/generated/syscalls/timeaware_gpio.h
@@ -0,0 +1,182 @@
+/* auto-generated by gen_syscalls.py, don't edit */
+
+#ifndef Z_INCLUDE_SYSCALLS_TIMEAWARE_GPIO_H
+#define Z_INCLUDE_SYSCALLS_TIMEAWARE_GPIO_H
+
+
+#include <zephyr/tracing/tracing_syscall.h>
+
+#ifndef _ASMLANGUAGE
+
+#include <stdarg.h>
+
+#include <syscall_list.h>
+#include <zephyr/syscall.h>
+
+#include <zephyr/linker/sections.h>
+
+
+#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/build/zephyr/include/generated/syscalls/uart.h b/build/zephyr/include/generated/syscalls/uart.h
new file mode 100644
index 0000000000000000000000000000000000000000..b3b9b9108304cc7921a4bac4f7d06fc1b2ca65aa
--- /dev/null
+++ b/build/zephyr/include/generated/syscalls/uart.h
@@ -0,0 +1,612 @@
+/* auto-generated by gen_syscalls.py, don't edit */
+
+#ifndef Z_INCLUDE_SYSCALLS_UART_H
+#define Z_INCLUDE_SYSCALLS_UART_H
+
+
+#include <zephyr/tracing/tracing_syscall.h>
+
+#ifndef _ASMLANGUAGE
+
+#include <stdarg.h>
+
+#include <syscall_list.h>
+#include <zephyr/syscall.h>
+
+#include <zephyr/linker/sections.h>
+
+
+#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/build/zephyr/include/generated/syscalls/uart_mux.h b/build/zephyr/include/generated/syscalls/uart_mux.h
new file mode 100644
index 0000000000000000000000000000000000000000..57a5939e507df215b00abd98df6c0996c2cd9369
--- /dev/null
+++ b/build/zephyr/include/generated/syscalls/uart_mux.h
@@ -0,0 +1,51 @@
+/* auto-generated by gen_syscalls.py, don't edit */
+
+#ifndef Z_INCLUDE_SYSCALLS_UART_MUX_H
+#define Z_INCLUDE_SYSCALLS_UART_MUX_H
+
+
+#include <zephyr/tracing/tracing_syscall.h>
+
+#ifndef _ASMLANGUAGE
+
+#include <stdarg.h>
+
+#include <syscall_list.h>
+#include <zephyr/syscall.h>
+
+#include <zephyr/linker/sections.h>
+
+
+#ifdef __cplusplus
+extern "C" {
+#endif
+
+extern const struct device * z_impl_uart_mux_find(int dlci_address);
+
+__pinned_func
+static inline const struct device * uart_mux_find(int dlci_address)
+{
+#ifdef CONFIG_USERSPACE
+	if (z_syscall_trap()) {
+		union { uintptr_t x; int val; } parm0 = { .val = dlci_address };
+		return (const struct device *) arch_syscall_invoke1(parm0.x, K_SYSCALL_UART_MUX_FIND);
+	}
+#endif
+	compiler_barrier();
+	return z_impl_uart_mux_find(dlci_address);
+}
+
+#if defined(CONFIG_TRACING_SYSCALL)
+#ifndef DISABLE_SYSCALL_TRACING
+
+#define uart_mux_find(dlci_address) ({ 	const struct device * syscall__retval; 	sys_port_trace_syscall_enter(K_SYSCALL_UART_MUX_FIND, uart_mux_find, dlci_address); 	syscall__retval = uart_mux_find(dlci_address); 	sys_port_trace_syscall_exit(K_SYSCALL_UART_MUX_FIND, uart_mux_find, dlci_address, syscall__retval); 	syscall__retval; })
+#endif
+#endif
+
+
+#ifdef __cplusplus
+}
+#endif
+
+#endif
+#endif /* include guard */
diff --git a/build/zephyr/include/generated/syscalls/updatehub.h b/build/zephyr/include/generated/syscalls/updatehub.h
new file mode 100644
index 0000000000000000000000000000000000000000..4a99d6fb3da667594d618c2f3ca7c07920e17937
--- /dev/null
+++ b/build/zephyr/include/generated/syscalls/updatehub.h
@@ -0,0 +1,139 @@
+/* auto-generated by gen_syscalls.py, don't edit */
+
+#ifndef Z_INCLUDE_SYSCALLS_UPDATEHUB_H
+#define Z_INCLUDE_SYSCALLS_UPDATEHUB_H
+
+
+#include <zephyr/tracing/tracing_syscall.h>
+
+#ifndef _ASMLANGUAGE
+
+#include <stdarg.h>
+
+#include <syscall_list.h>
+#include <zephyr/syscall.h>
+
+#include <zephyr/linker/sections.h>
+
+
+#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
+
+
+#ifdef __cplusplus
+}
+#endif
+
+#endif
+#endif /* include guard */
diff --git a/build/zephyr/include/generated/syscalls/usb_bc12.h b/build/zephyr/include/generated/syscalls/usb_bc12.h
new file mode 100644
index 0000000000000000000000000000000000000000..3b93c9fd819d878611c6e605b221b1a330320d7e
--- /dev/null
+++ b/build/zephyr/include/generated/syscalls/usb_bc12.h
@@ -0,0 +1,77 @@
+/* auto-generated by gen_syscalls.py, don't edit */
+
+#ifndef Z_INCLUDE_SYSCALLS_USB_BC12_H
+#define Z_INCLUDE_SYSCALLS_USB_BC12_H
+
+
+#include <zephyr/tracing/tracing_syscall.h>
+
+#ifndef _ASMLANGUAGE
+
+#include <stdarg.h>
+
+#include <syscall_list.h>
+#include <zephyr/syscall.h>
+
+#include <zephyr/linker/sections.h>
+
+
+#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/build/zephyr/include/generated/syscalls/w1.h b/build/zephyr/include/generated/syscalls/w1.h
new file mode 100644
index 0000000000000000000000000000000000000000..6e913b486e5966d8d8499166fdf3a9aeb2a3950a
--- /dev/null
+++ b/build/zephyr/include/generated/syscalls/w1.h
@@ -0,0 +1,294 @@
+/* auto-generated by gen_syscalls.py, don't edit */
+
+#ifndef Z_INCLUDE_SYSCALLS_W1_H
+#define Z_INCLUDE_SYSCALLS_W1_H
+
+
+#include <zephyr/tracing/tracing_syscall.h>
+
+#ifndef _ASMLANGUAGE
+
+#include <stdarg.h>
+
+#include <syscall_list.h>
+#include <zephyr/syscall.h>
+
+#include <zephyr/linker/sections.h>
+
+
+#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/build/zephyr/include/generated/syscalls/watchdog.h b/build/zephyr/include/generated/syscalls/watchdog.h
new file mode 100644
index 0000000000000000000000000000000000000000..c066ee5100a21533365e963a85e5294f31eec589
--- /dev/null
+++ b/build/zephyr/include/generated/syscalls/watchdog.h
@@ -0,0 +1,99 @@
+/* auto-generated by gen_syscalls.py, don't edit */
+
+#ifndef Z_INCLUDE_SYSCALLS_WATCHDOG_H
+#define Z_INCLUDE_SYSCALLS_WATCHDOG_H
+
+
+#include <zephyr/tracing/tracing_syscall.h>
+
+#ifndef _ASMLANGUAGE
+
+#include <stdarg.h>
+
+#include <syscall_list.h>
+#include <zephyr/syscall.h>
+
+#include <zephyr/linker/sections.h>
+
+
+#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/build/zephyr/include/generated/version.h b/build/zephyr/include/generated/version.h
new file mode 100644
index 0000000000000000000000000000000000000000..e117e35629a3aa76a494e642abb09cb858d5d855
--- /dev/null
+++ b/build/zephyr/include/generated/version.h
@@ -0,0 +1,25 @@
+#ifndef _KERNEL_VERSION_H_
+#define _KERNEL_VERSION_H_
+
+/*  values come from cmake/version.cmake
+ * BUILD_VERSION related  values will be 'git describe',
+ * alternatively user defined BUILD_VERSION.
+ */
+
+#define ZEPHYR_VERSION_CODE 198243
+#define ZEPHYR_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c))
+
+#define KERNELVERSION                   0x3066300
+#define KERNEL_VERSION_NUMBER           0x30663
+#define KERNEL_VERSION_MAJOR            3
+#define KERNEL_VERSION_MINOR            6
+#define KERNEL_PATCHLEVEL               99
+#define KERNEL_TWEAK                    0
+#define KERNEL_VERSION_STRING           "3.6.99"
+#define KERNEL_VERSION_EXTENDED_STRING  "3.6.99+0"
+#define KERNEL_VERSION_TWEAK_STRING     "3.6.99+0"
+
+#define BUILD_VERSION v3.6.99-ncs2
+
+
+#endif /* _KERNEL_VERSION_H_ */
diff --git a/build/zephyr/include/generated/zephyr_commit.h b/build/zephyr/include/generated/zephyr_commit.h
new file mode 100644
index 0000000000000000000000000000000000000000..6b04bef06846009bb6cc36aa79db0221d7145479
--- /dev/null
+++ b/build/zephyr/include/generated/zephyr_commit.h
@@ -0,0 +1,12 @@
+#ifndef _ZEPHYR_COMMIT_H_
+#define _ZEPHYR_COMMIT_H_
+
+/*  values come from cmake/version.cmake
+ * BUILD_COMMIT related  values will be 'git rev-parse',
+ * alternatively user defined BUILD_VERSION.
+ */
+
+#define ZEPHYR_COMMIT                   100befc70c74
+#define ZEPHYR_COMMIT_STRING            "100befc70c74"
+
+#endif /* _ZEPHYR_COMMIT_H_ */
diff --git a/build/zephyr/isr_tables.c b/build/zephyr/isr_tables.c
new file mode 100644
index 0000000000000000000000000000000000000000..363900c6448e92a5c39c8e1f7f8f7bb8d6a8f8de
--- /dev/null
+++ b/build/zephyr/isr_tables.c
@@ -0,0 +1,109 @@
+
+/* AUTO-GENERATED by gen_isr_tables.py, do not edit! */
+
+#include <zephyr/toolchain.h>
+#include <zephyr/linker/sections.h>
+#include <zephyr/sw_isr_table.h>
+#include <zephyr/arch/cpu.h>
+
+typedef void (* ISR)(const void *);
+uintptr_t __irq_vector_table _irq_vector_table[48] = {
+	((uintptr_t)&_isr_wrapper),
+	190611,
+	((uintptr_t)&_isr_wrapper),
+	((uintptr_t)&_isr_wrapper),
+	((uintptr_t)&_isr_wrapper),
+	((uintptr_t)&_isr_wrapper),
+	((uintptr_t)&_isr_wrapper),
+	((uintptr_t)&_isr_wrapper),
+	190537,
+	((uintptr_t)&_isr_wrapper),
+	((uintptr_t)&_isr_wrapper),
+	190589,
+	((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),
+};
+struct _isr_table_entry __sw_isr_table _sw_isr_table[48] = {
+	{(const void *)0x2e8c3, (ISR)0x2e901}, /* 0 */
+	{(const void *)0x0, (ISR)z_irq_spurious}, /* 1 */
+	{(const void *)0x0, (ISR)z_irq_spurious}, /* 2 */
+	{(const void *)0x25cc5, (ISR)0x2e901}, /* 3 */
+	{(const void *)0x257cd, (ISR)0x2e901}, /* 4 */
+	{(const void *)0x0, (ISR)z_irq_spurious}, /* 5 */
+	{(const void *)0x25089, (ISR)0x2e901}, /* 6 */
+	{(const void *)0x300a4, (ISR)0x21201}, /* 7 */
+	{(const void *)0x0, (ISR)z_irq_spurious}, /* 8 */
+	{(const void *)0x0, (ISR)z_irq_spurious}, /* 9 */
+	{(const void *)0x0, (ISR)z_irq_spurious}, /* 10 */
+	{(const void *)0x0, (ISR)z_irq_spurious}, /* 11 */
+	{(const void *)0x0, (ISR)z_irq_spurious}, /* 12 */
+	{(const void *)0x20003d80, (ISR)0x21825}, /* 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)0x23815}, /* 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 *)0x0, (ISR)z_irq_spurious}, /* 23 */
+	{(const void *)0x0, (ISR)z_irq_spurious}, /* 24 */
+	{(const void *)0x0, (ISR)0x245e1}, /* 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 *)0x0, (ISR)z_irq_spurious}, /* 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 */
+};
diff --git a/build/zephyr/isr_tables_swi.ld b/build/zephyr/isr_tables_swi.ld
new file mode 100644
index 0000000000000000000000000000000000000000..710cecca972dab601b2292e563ddec01fc9960c8
--- /dev/null
+++ b/build/zephyr/isr_tables_swi.ld
@@ -0,0 +1 @@
+/* Empty */
diff --git a/build/zephyr/isr_tables_vt.ld b/build/zephyr/isr_tables_vt.ld
new file mode 100644
index 0000000000000000000000000000000000000000..710cecca972dab601b2292e563ddec01fc9960c8
--- /dev/null
+++ b/build/zephyr/isr_tables_vt.ld
@@ -0,0 +1 @@
+/* Empty */
diff --git a/build/zephyr/kconfig/sources.txt b/build/zephyr/kconfig/sources.txt
new file mode 100644
index 0000000000000000000000000000000000000000..2170bccd60f7d19838d3f8ca24eb6357833c1b42
--- /dev/null
+++ b/build/zephyr/kconfig/sources.txt
@@ -0,0 +1,3137 @@
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/Kconfig/Kconfig.dts
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/Kconfig/Kconfig.modules
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/Kconfig/Kconfig.shield
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/Kconfig/Kconfig.shield.defconfig
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/Kconfig/arch/Kconfig
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/Kconfig/soc/Kconfig
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/Kconfig/soc/Kconfig.defconfig
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/Kconfig/soc/Kconfig.soc
+/opt/ncs/modules/crypto/oberon-psa-crypto/Kconfig.oberon_psa_crypto
+/opt/ncs/modules/hal/cirrus-logic/Kconfig
+/opt/ncs/modules/lib/chre/platform/zephyr/Kconfig
+/opt/ncs/modules/lib/gui/lvgl/Kconfig
+/opt/ncs/modules/lib/matter/config/nrfconnect/chip-module/Kconfig
+/opt/ncs/modules/lib/matter/config/zephyr/Kconfig
+/opt/ncs/modules/lib/memfault-firmware-sdk/ports/zephyr/Kconfig
+/opt/ncs/modules/lib/memfault-firmware-sdk/ports/zephyr/ncs/Kconfig
+/opt/ncs/modules/lib/picolibc/zephyr/Kconfig
+/opt/ncs/modules/lib/suit-generator/ncs/Kconfig
+/opt/ncs/modules/lib/suit-processor/Kconfig
+/opt/ncs/modules/lib/zscilib/Kconfig.zscilib
+/opt/ncs/nrf/Kconfig.nrf
+/opt/ncs/nrf/boards/shields/coverage_support/Kconfig.shield
+/opt/ncs/nrf/boards/shields/nrf21540ek/Kconfig.shield
+/opt/ncs/nrf/boards/shields/nrf2220ek/Kconfig.shield
+/opt/ncs/nrf/boards/shields/nrf2240ek/Kconfig.shield
+/opt/ncs/nrf/boards/shields/nrf7002eb/Kconfig.shield
+/opt/ncs/nrf/boards/shields/nrf7002ek/Kconfig.shield
+/opt/ncs/nrf/boards/shields/nrf7002ek_nrf7000/Kconfig.shield
+/opt/ncs/nrf/boards/shields/nrf7002ek_nrf7001/Kconfig.shield
+/opt/ncs/nrf/boards/shields/nrf700x_nrf54h20dk/Kconfig.shield
+/opt/ncs/nrf/boards/shields/nrf700x_nrf54l15pdk/Kconfig.shield
+/opt/ncs/nrf/boards/shields/pca63565/Kconfig.shield
+/opt/ncs/nrf/boards/shields/pca63566/Kconfig.shield
+/opt/ncs/nrf/drivers/Kconfig
+/opt/ncs/nrf/drivers/bluetooth/Kconfig
+/opt/ncs/nrf/drivers/bluetooth/hci/Kconfig
+/opt/ncs/nrf/drivers/entropy/Kconfig
+/opt/ncs/nrf/drivers/flash/Kconfig
+/opt/ncs/nrf/drivers/hw_cc3xx/Kconfig
+/opt/ncs/nrf/drivers/mpsl/Kconfig
+/opt/ncs/nrf/drivers/mpsl/clock_control/Kconfig
+/opt/ncs/nrf/drivers/mpsl/flash_sync/Kconfig
+/opt/ncs/nrf/drivers/mpsl/temp_nrf5/Kconfig
+/opt/ncs/nrf/drivers/net/Kconfig
+/opt/ncs/nrf/drivers/sensor/Kconfig
+/opt/ncs/nrf/drivers/sensor/bh1749/Kconfig
+/opt/ncs/nrf/drivers/sensor/bme68x_iaq/Kconfig
+/opt/ncs/nrf/drivers/sensor/paw3212/Kconfig
+/opt/ncs/nrf/drivers/sensor/pmw3360/Kconfig
+/opt/ncs/nrf/drivers/sensor/sensor_sim/Kconfig
+/opt/ncs/nrf/drivers/sensor/sensor_stub/Kconfig
+/opt/ncs/nrf/drivers/serial/Kconfig
+/opt/ncs/nrf/drivers/serial/Kconfig.ipc
+/opt/ncs/nrf/drivers/serial/Kconfig.nrf_sw_lpuart
+/opt/ncs/nrf/drivers/wifi/Kconfig
+/opt/ncs/nrf/drivers/wifi/nrf700x/Kconfig
+/opt/ncs/nrf/ext/Kconfig
+/opt/ncs/nrf/ext/curl/Kconfig
+/opt/ncs/nrf/ext/freebsd-getopt/Kconfig
+/opt/ncs/nrf/ext/iperf3/Kconfig
+/opt/ncs/nrf/lib/Kconfig
+/opt/ncs/nrf/lib/adp536x/Kconfig
+/opt/ncs/nrf/lib/at_cmd_custom/Kconfig
+/opt/ncs/nrf/lib/at_cmd_parser/Kconfig
+/opt/ncs/nrf/lib/at_host/Kconfig
+/opt/ncs/nrf/lib/at_monitor/Kconfig
+/opt/ncs/nrf/lib/at_shell/Kconfig
+/opt/ncs/nrf/lib/bin/Kconfig
+/opt/ncs/nrf/lib/bin/lwm2m_carrier/Kconfig
+/opt/ncs/nrf/lib/boot_banner/Kconfig
+/opt/ncs/nrf/lib/contin_array/Kconfig
+/opt/ncs/nrf/lib/data_fifo/Kconfig
+/opt/ncs/nrf/lib/date_time/Kconfig
+/opt/ncs/nrf/lib/dk_buttons_and_leds/Kconfig
+/opt/ncs/nrf/lib/edge_impulse/Kconfig
+/opt/ncs/nrf/lib/fatal_error/Kconfig
+/opt/ncs/nrf/lib/fem_al/Kconfig
+/opt/ncs/nrf/lib/flash_patch/Kconfig
+/opt/ncs/nrf/lib/fprotect/Kconfig
+/opt/ncs/nrf/lib/gcf_sms/Kconfig
+/opt/ncs/nrf/lib/hw_id/Kconfig
+/opt/ncs/nrf/lib/hw_unique_key/Kconfig
+/opt/ncs/nrf/lib/identity_key/Kconfig
+/opt/ncs/nrf/lib/location/Kconfig
+/opt/ncs/nrf/lib/lte_link_control/Kconfig
+/opt/ncs/nrf/lib/modem_antenna/Kconfig
+/opt/ncs/nrf/lib/modem_attest_token/Kconfig
+/opt/ncs/nrf/lib/modem_battery/Kconfig
+/opt/ncs/nrf/lib/modem_info/Kconfig
+/opt/ncs/nrf/lib/modem_jwt/Kconfig
+/opt/ncs/nrf/lib/modem_key_mgmt/Kconfig
+/opt/ncs/nrf/lib/modem_slm/Kconfig
+/opt/ncs/nrf/lib/multithreading_lock/Kconfig
+/opt/ncs/nrf/lib/nrf_modem_lib/Kconfig
+/opt/ncs/nrf/lib/nrf_modem_lib/Kconfig.modemlib
+/opt/ncs/nrf/lib/nrf_modem_lib/lte_net_if/Kconfig
+/opt/ncs/nrf/lib/nrf_modem_lib/shell/Kconfig
+/opt/ncs/nrf/lib/nrf_modem_lib/trace_backends/Kconfig
+/opt/ncs/nrf/lib/nrf_modem_lib/trace_backends/flash/Kconfig
+/opt/ncs/nrf/lib/nrf_modem_lib/trace_backends/ram/Kconfig
+/opt/ncs/nrf/lib/nrf_modem_lib/trace_backends/rtt/Kconfig
+/opt/ncs/nrf/lib/nrf_modem_lib/trace_backends/uart/Kconfig
+/opt/ncs/nrf/lib/pcm_mix/Kconfig
+/opt/ncs/nrf/lib/pcm_stream_channel_modifier/Kconfig
+/opt/ncs/nrf/lib/pdn/Kconfig
+/opt/ncs/nrf/lib/qos/Kconfig
+/opt/ncs/nrf/lib/ram_pwrdn/Kconfig
+/opt/ncs/nrf/lib/sample_rate_converter/Kconfig
+/opt/ncs/nrf/lib/sfloat/Kconfig
+/opt/ncs/nrf/lib/sms/Kconfig
+/opt/ncs/nrf/lib/st25r3911b/Kconfig
+/opt/ncs/nrf/lib/supl/Kconfig
+/opt/ncs/nrf/lib/tone/Kconfig
+/opt/ncs/nrf/lib/wave_gen/Kconfig
+/opt/ncs/nrf/modules/Kconfig
+/opt/ncs/nrf/modules/azure-sdk-for-c/Kconfig
+/opt/ncs/nrf/modules/cjson/Kconfig
+/opt/ncs/nrf/modules/coremark/Kconfig
+/opt/ncs/nrf/modules/hostap/Kconfig
+/opt/ncs/nrf/modules/mcuboot/Kconfig
+/opt/ncs/nrf/modules/memfault-firmware-sdk/Kconfig
+/opt/ncs/nrf/modules/trusted-firmware-m/Kconfig
+/opt/ncs/nrf/modules/trusted-firmware-m/Kconfig.mbedtls.defconfig
+/opt/ncs/nrf/modules/trusted-firmware-m/Kconfig.mbedtls_minimal.defconfig
+/opt/ncs/nrf/modules/trusted-firmware-m/Kconfig.peripheral_secure
+/opt/ncs/nrf/modules/trusted-firmware-m/Kconfig.psa.defconfig
+/opt/ncs/nrf/modules/trusted-firmware-m/Kconfig.template.peripheral_secure
+/opt/ncs/nrf/modules/trusted-firmware-m/Kconfig.tfm.defconfig
+/opt/ncs/nrf/modules/trusted-firmware-m/Kconfig.tfm.pm
+/opt/ncs/nrf/modules/trusted-firmware-m/Kconfig.tfm_minimal.defconfig
+/opt/ncs/nrf/modules/wfa-qt/Kconfig
+/opt/ncs/nrf/samples/Kconfig
+/opt/ncs/nrf/samples/common/Kconfig
+/opt/ncs/nrf/samples/common/mcumgr_bt_ota_dfu/Kconfig
+/opt/ncs/nrf/subsys/Kconfig
+/opt/ncs/nrf/subsys/app_event_manager/Kconfig
+/opt/ncs/nrf/subsys/app_event_manager_profiler_tracer/Kconfig
+/opt/ncs/nrf/subsys/audio_module/Kconfig
+/opt/ncs/nrf/subsys/bluetooth/Kconfig
+/opt/ncs/nrf/subsys/bluetooth/Kconfig.discovery
+/opt/ncs/nrf/subsys/bluetooth/Kconfig.enocean
+/opt/ncs/nrf/subsys/bluetooth/Kconfig.link
+/opt/ncs/nrf/subsys/bluetooth/Kconfig.pool
+/opt/ncs/nrf/subsys/bluetooth/Kconfig.scan
+/opt/ncs/nrf/subsys/bluetooth/adv_prov/Kconfig
+/opt/ncs/nrf/subsys/bluetooth/adv_prov/providers/Kconfig
+/opt/ncs/nrf/subsys/bluetooth/adv_prov/providers/Kconfig.device_name
+/opt/ncs/nrf/subsys/bluetooth/adv_prov/providers/Kconfig.fast_pair
+/opt/ncs/nrf/subsys/bluetooth/adv_prov/providers/Kconfig.flags
+/opt/ncs/nrf/subsys/bluetooth/adv_prov/providers/Kconfig.gap_appearance
+/opt/ncs/nrf/subsys/bluetooth/adv_prov/providers/Kconfig.swift_pair
+/opt/ncs/nrf/subsys/bluetooth/adv_prov/providers/Kconfig.tx_power
+/opt/ncs/nrf/subsys/bluetooth/controller/Kconfig
+/opt/ncs/nrf/subsys/bluetooth/mesh/Kconfig
+/opt/ncs/nrf/subsys/bluetooth/mesh/Kconfig.dk_prov
+/opt/ncs/nrf/subsys/bluetooth/mesh/Kconfig.models
+/opt/ncs/nrf/subsys/bluetooth/mesh/Kconfig.rpl
+/opt/ncs/nrf/subsys/bluetooth/mesh/Kconfig.sensor
+/opt/ncs/nrf/subsys/bluetooth/mesh/shell/Kconfig
+/opt/ncs/nrf/subsys/bluetooth/mesh/vnd/Kconfig
+/opt/ncs/nrf/subsys/bluetooth/rpc/Kconfig
+/opt/ncs/nrf/subsys/bluetooth/services/Kconfig
+/opt/ncs/nrf/subsys/bluetooth/services/Kconfig.ams_client
+/opt/ncs/nrf/subsys/bluetooth/services/Kconfig.ancs_client
+/opt/ncs/nrf/subsys/bluetooth/services/Kconfig.bas_client
+/opt/ncs/nrf/subsys/bluetooth/services/Kconfig.bms
+/opt/ncs/nrf/subsys/bluetooth/services/Kconfig.cts_client
+/opt/ncs/nrf/subsys/bluetooth/services/Kconfig.ddfs
+/opt/ncs/nrf/subsys/bluetooth/services/Kconfig.dfu_smp
+/opt/ncs/nrf/subsys/bluetooth/services/Kconfig.gattp
+/opt/ncs/nrf/subsys/bluetooth/services/Kconfig.hids
+/opt/ncs/nrf/subsys/bluetooth/services/Kconfig.hogp
+/opt/ncs/nrf/subsys/bluetooth/services/Kconfig.hrs_client
+/opt/ncs/nrf/subsys/bluetooth/services/Kconfig.latency
+/opt/ncs/nrf/subsys/bluetooth/services/Kconfig.latency_c
+/opt/ncs/nrf/subsys/bluetooth/services/Kconfig.lbs
+/opt/ncs/nrf/subsys/bluetooth/services/Kconfig.mds
+/opt/ncs/nrf/subsys/bluetooth/services/Kconfig.nsms
+/opt/ncs/nrf/subsys/bluetooth/services/Kconfig.nus
+/opt/ncs/nrf/subsys/bluetooth/services/Kconfig.nus_client
+/opt/ncs/nrf/subsys/bluetooth/services/Kconfig.rscs
+/opt/ncs/nrf/subsys/bluetooth/services/Kconfig.throughput
+/opt/ncs/nrf/subsys/bluetooth/services/cgms/Kconfig.cgms
+/opt/ncs/nrf/subsys/bluetooth/services/fast_pair/Kconfig.fast_pair
+/opt/ncs/nrf/subsys/bluetooth/services/fast_pair/fmdn/Kconfig
+/opt/ncs/nrf/subsys/bluetooth/services/fast_pair/fp_crypto/Kconfig.fp_crypto
+/opt/ncs/nrf/subsys/bluetooth/services/fast_pair/fp_storage/Kconfig.fp_storage
+/opt/ncs/nrf/subsys/bluetooth/services/wifi_prov/Kconfig.wifi_prov
+/opt/ncs/nrf/subsys/bootloader/Kconfig
+/opt/ncs/nrf/subsys/bootloader/bl_crypto/Kconfig
+/opt/ncs/nrf/subsys/bootloader/bl_storage/Kconfig
+/opt/ncs/nrf/subsys/bootloader/bl_validation/Kconfig
+/opt/ncs/nrf/subsys/caf/Kconfig
+/opt/ncs/nrf/subsys/caf/events/Kconfig
+/opt/ncs/nrf/subsys/caf/events/Kconfig.factory_reset_event
+/opt/ncs/nrf/subsys/caf/events/Kconfig.force_power_down_event
+/opt/ncs/nrf/subsys/caf/events/Kconfig.keep_alive_event
+/opt/ncs/nrf/subsys/caf/events/Kconfig.module_state_event
+/opt/ncs/nrf/subsys/caf/events/Kconfig.power_manager_event
+/opt/ncs/nrf/subsys/caf/events/Kconfig.sensor_event
+/opt/ncs/nrf/subsys/caf/modules/Kconfig
+/opt/ncs/nrf/subsys/caf/modules/Kconfig.ble_adv
+/opt/ncs/nrf/subsys/caf/modules/Kconfig.ble_bond
+/opt/ncs/nrf/subsys/caf/modules/Kconfig.ble_smp
+/opt/ncs/nrf/subsys/caf/modules/Kconfig.ble_state
+/opt/ncs/nrf/subsys/caf/modules/Kconfig.buttons
+/opt/ncs/nrf/subsys/caf/modules/Kconfig.caf_shell
+/opt/ncs/nrf/subsys/caf/modules/Kconfig.click_detector
+/opt/ncs/nrf/subsys/caf/modules/Kconfig.factory_reset_request
+/opt/ncs/nrf/subsys/caf/modules/Kconfig.leds
+/opt/ncs/nrf/subsys/caf/modules/Kconfig.net_state
+/opt/ncs/nrf/subsys/caf/modules/Kconfig.power_manager
+/opt/ncs/nrf/subsys/caf/modules/Kconfig.sensor_data_aggregator
+/opt/ncs/nrf/subsys/caf/modules/Kconfig.sensor_manager
+/opt/ncs/nrf/subsys/caf/modules/Kconfig.settings_loader
+/opt/ncs/nrf/subsys/debug/Kconfig
+/opt/ncs/nrf/subsys/debug/cpu_load/Kconfig
+/opt/ncs/nrf/subsys/debug/etb_trace/Kconfig
+/opt/ncs/nrf/subsys/debug/ppi_trace/Kconfig
+/opt/ncs/nrf/subsys/dfu/Kconfig
+/opt/ncs/nrf/subsys/dfu/dfu_multi_image/Kconfig
+/opt/ncs/nrf/subsys/dfu/dfu_target/Kconfig
+/opt/ncs/nrf/subsys/dfu/fmfu_fdev/Kconfig
+/opt/ncs/nrf/subsys/dm/Kconfig
+/opt/ncs/nrf/subsys/dm/rpc/Kconfig
+/opt/ncs/nrf/subsys/dult/Kconfig
+/opt/ncs/nrf/subsys/emds/Kconfig
+/opt/ncs/nrf/subsys/esb/Kconfig
+/opt/ncs/nrf/subsys/event_manager_proxy/Kconfig
+/opt/ncs/nrf/subsys/fw_info/Kconfig
+/opt/ncs/nrf/subsys/fw_info/Kconfig.template.fw_info_ext_api
+/opt/ncs/nrf/subsys/gazell/Kconfig
+/opt/ncs/nrf/subsys/ieee802154/Kconfig
+/opt/ncs/nrf/subsys/mgmt/fmfu/Kconfig
+/opt/ncs/nrf/subsys/mgmt/suitfu/Kconfig
+/opt/ncs/nrf/subsys/mpsl/Kconfig
+/opt/ncs/nrf/subsys/mpsl/cx/Kconfig
+/opt/ncs/nrf/subsys/mpsl/fem/Kconfig
+/opt/ncs/nrf/subsys/mpsl/init/Kconfig
+/opt/ncs/nrf/subsys/mpsl/pin_debug/Kconfig
+/opt/ncs/nrf/subsys/mpsl/pm/Kconfig
+/opt/ncs/nrf/subsys/net/Kconfig
+/opt/ncs/nrf/subsys/net/l2_wifi_if_conn/Kconfig
+/opt/ncs/nrf/subsys/net/lib/Kconfig
+/opt/ncs/nrf/subsys/net/lib/aws_fota/Kconfig
+/opt/ncs/nrf/subsys/net/lib/aws_iot/Kconfig
+/opt/ncs/nrf/subsys/net/lib/aws_jobs/Kconfig
+/opt/ncs/nrf/subsys/net/lib/azure_fota/Kconfig
+/opt/ncs/nrf/subsys/net/lib/azure_iot_hub/Kconfig
+/opt/ncs/nrf/subsys/net/lib/coap_utils/Kconfig
+/opt/ncs/nrf/subsys/net/lib/download_client/Kconfig
+/opt/ncs/nrf/subsys/net/lib/fota_download/Kconfig
+/opt/ncs/nrf/subsys/net/lib/ftp_client/Kconfig
+/opt/ncs/nrf/subsys/net/lib/icalendar_parser/Kconfig
+/opt/ncs/nrf/subsys/net/lib/lwm2m_client_utils/Kconfig
+/opt/ncs/nrf/subsys/net/lib/mcumgr_smp_client/Kconfig
+/opt/ncs/nrf/subsys/net/lib/mqtt_helper/Kconfig
+/opt/ncs/nrf/subsys/net/lib/nrf_cloud/Kconfig
+/opt/ncs/nrf/subsys/net/lib/nrf_cloud/Kconfig.nrf_cloud_agnss
+/opt/ncs/nrf/subsys/net/lib/nrf_cloud/Kconfig.nrf_cloud_alert
+/opt/ncs/nrf/subsys/net/lib/nrf_cloud/Kconfig.nrf_cloud_client_id
+/opt/ncs/nrf/subsys/net/lib/nrf_cloud/Kconfig.nrf_cloud_coap
+/opt/ncs/nrf/subsys/net/lib/nrf_cloud/Kconfig.nrf_cloud_fota
+/opt/ncs/nrf/subsys/net/lib/nrf_cloud/Kconfig.nrf_cloud_location
+/opt/ncs/nrf/subsys/net/lib/nrf_cloud/Kconfig.nrf_cloud_log
+/opt/ncs/nrf/subsys/net/lib/nrf_cloud/Kconfig.nrf_cloud_mqtt
+/opt/ncs/nrf/subsys/net/lib/nrf_cloud/Kconfig.nrf_cloud_pgps
+/opt/ncs/nrf/subsys/net/lib/nrf_cloud/Kconfig.nrf_cloud_rest
+/opt/ncs/nrf/subsys/net/lib/nrf_cloud/Kconfig.nrf_cloud_shadow_info
+/opt/ncs/nrf/subsys/net/lib/nrf_provisioning/Kconfig
+/opt/ncs/nrf/subsys/net/lib/nrf_provisioning/Kconfig.nrf_provisioning_cbor
+/opt/ncs/nrf/subsys/net/lib/nrf_provisioning/Kconfig.nrf_provisioning_coap
+/opt/ncs/nrf/subsys/net/lib/nrf_provisioning/Kconfig.nrf_provisioning_codec
+/opt/ncs/nrf/subsys/net/lib/nrf_provisioning/Kconfig.nrf_provisioning_http
+/opt/ncs/nrf/subsys/net/lib/rest_client/Kconfig
+/opt/ncs/nrf/subsys/net/lib/softap_wifi_provision/Kconfig
+/opt/ncs/nrf/subsys/net/lib/wifi_credentials/Kconfig
+/opt/ncs/nrf/subsys/net/lib/wifi_mgmt_ext/Kconfig
+/opt/ncs/nrf/subsys/net/lib/wifi_ready/Kconfig
+/opt/ncs/nrf/subsys/net/lib/zzhc/Kconfig
+/opt/ncs/nrf/subsys/net/openthread/Kconfig
+/opt/ncs/nrf/subsys/net/openthread/Kconfig.defconfig
+/opt/ncs/nrf/subsys/net_core_monitor/Kconfig
+/opt/ncs/nrf/subsys/nfc/Kconfig
+/opt/ncs/nrf/subsys/nfc/lib/Kconfig
+/opt/ncs/nrf/subsys/nfc/ndef/Kconfig
+/opt/ncs/nrf/subsys/nfc/t2t/Kconfig
+/opt/ncs/nrf/subsys/nfc/t4t/Kconfig
+/opt/ncs/nrf/subsys/nfc/tnep/Kconfig
+/opt/ncs/nrf/subsys/nfc/tnep/ch/Kconfig
+/opt/ncs/nrf/subsys/nrf_profiler/Kconfig
+/opt/ncs/nrf/subsys/nrf_rpc/Kconfig
+/opt/ncs/nrf/subsys/nrf_security/Kconfig
+/opt/ncs/nrf/subsys/nrf_security/Kconfig.legacy
+/opt/ncs/nrf/subsys/nrf_security/Kconfig.psa
+/opt/ncs/nrf/subsys/nrf_security/Kconfig.tls
+/opt/ncs/nrf/subsys/nrf_security/src/core/Kconfig
+/opt/ncs/nrf/subsys/nrf_security/src/drivers/Kconfig
+/opt/ncs/nrf/subsys/nrf_security/src/drivers/Kconfig.psa_accel
+/opt/ncs/nrf/subsys/nrf_security/src/drivers/cracen/Kconfig
+/opt/ncs/nrf/subsys/nrf_security/src/drivers/cracen/psa_driver.Kconfig
+/opt/ncs/nrf/subsys/nrf_security/src/drivers/nrf_cc3xx/Kconfig
+/opt/ncs/nrf/subsys/nrf_security/src/drivers/nrf_oberon/Kconfig
+/opt/ncs/nrf/subsys/nrf_security/src/drivers/zephyr/Kconfig
+/opt/ncs/nrf/subsys/nrf_security/src/ssf_secdom/Kconfig
+/opt/ncs/nrf/subsys/partition_manager/Kconfig
+/opt/ncs/nrf/subsys/partition_manager/Kconfig.template.build_strategy
+/opt/ncs/nrf/subsys/partition_manager/Kconfig.template.partition_config
+/opt/ncs/nrf/subsys/partition_manager/Kconfig.template.partition_region
+/opt/ncs/nrf/subsys/pcd/Kconfig
+/opt/ncs/nrf/subsys/sdfw_services/Kconfig
+/opt/ncs/nrf/subsys/sdfw_services/services/Kconfig
+/opt/ncs/nrf/subsys/sdfw_services/services/Kconfig.template.service
+/opt/ncs/nrf/subsys/sdfw_services/services/echo/Kconfig
+/opt/ncs/nrf/subsys/sdfw_services/services/enc_fw/Kconfig
+/opt/ncs/nrf/subsys/sdfw_services/services/extmem/Kconfig
+/opt/ncs/nrf/subsys/sdfw_services/services/psa_crypto/Kconfig
+/opt/ncs/nrf/subsys/sdfw_services/services/reset_evt/Kconfig
+/opt/ncs/nrf/subsys/sdfw_services/services/sdfw_update/Kconfig
+/opt/ncs/nrf/subsys/sdfw_services/services/suit_service/Kconfig
+/opt/ncs/nrf/subsys/sdfw_services/transport/Kconfig
+/opt/ncs/nrf/subsys/sdfw_services/transport/nrf_rpc/Kconfig
+/opt/ncs/nrf/subsys/shell/Kconfig
+/opt/ncs/nrf/subsys/suit/Kconfig
+/opt/ncs/nrf/subsys/suit/cache/Kconfig
+/opt/ncs/nrf/subsys/suit/envelope_info/Kconfig
+/opt/ncs/nrf/subsys/suit/execution_mode/Kconfig
+/opt/ncs/nrf/subsys/suit/mci/Kconfig
+/opt/ncs/nrf/subsys/suit/memory_layout/Kconfig
+/opt/ncs/nrf/subsys/suit/memptr_storage/Kconfig
+/opt/ncs/nrf/subsys/suit/metadata/Kconfig
+/opt/ncs/nrf/subsys/suit/orchestrator/Kconfig
+/opt/ncs/nrf/subsys/suit/orchestrator_app/Kconfig
+/opt/ncs/nrf/subsys/suit/platform/Kconfig
+/opt/ncs/nrf/subsys/suit/platform/sdfw/Kconfig
+/opt/ncs/nrf/subsys/suit/platform/sink_selector/Kconfig
+/opt/ncs/nrf/subsys/suit/provisioning/Kconfig
+/opt/ncs/nrf/subsys/suit/provisioning/soc/Kconfig.nrf54h20
+/opt/ncs/nrf/subsys/suit/provisioning/soc/Kconfig.template.manifest_config
+/opt/ncs/nrf/subsys/suit/storage/Kconfig
+/opt/ncs/nrf/subsys/suit/stream/Kconfig
+/opt/ncs/nrf/subsys/suit/utils/Kconfig
+/opt/ncs/nrf/subsys/trusted_storage/Kconfig
+/opt/ncs/nrf/subsys/uart_async_adapter/Kconfig
+/opt/ncs/nrf/subsys/zigbee/Kconfig
+/opt/ncs/nrf/subsys/zigbee/lib/Kconfig
+/opt/ncs/nrf/subsys/zigbee/lib/zigbee_app_utils/Kconfig
+/opt/ncs/nrf/subsys/zigbee/lib/zigbee_fota/Kconfig
+/opt/ncs/nrf/subsys/zigbee/lib/zigbee_logger_ep/Kconfig
+/opt/ncs/nrf/subsys/zigbee/lib/zigbee_scenes/Kconfig
+/opt/ncs/nrf/subsys/zigbee/lib/zigbee_shell/Kconfig
+/opt/ncs/nrf/tests/Kconfig
+/opt/ncs/nrf/tests/mocks/Kconfig
+/opt/ncs/nrf/tests/mocks/nrf_modem_at/Kconfig
+/opt/ncs/nrf/tests/unity/Kconfig
+/opt/ncs/nrfxlib/Kconfig.nrfxlib
+/opt/ncs/nrfxlib/crypto/Kconfig
+/opt/ncs/nrfxlib/gzll/Kconfig
+/opt/ncs/nrfxlib/lc3/Kconfig
+/opt/ncs/nrfxlib/mpsl/Kconfig
+/opt/ncs/nrfxlib/nfc/Kconfig
+/opt/ncs/nrfxlib/nrf_802154/zephyr/Kconfig.nrfxlib
+/opt/ncs/nrfxlib/nrf_dm/Kconfig
+/opt/ncs/nrfxlib/nrf_fuel_gauge/Kconfig
+/opt/ncs/nrfxlib/nrf_modem/Kconfig
+/opt/ncs/nrfxlib/nrf_rpc/Kconfig
+/opt/ncs/nrfxlib/openthread/Kconfig
+/opt/ncs/nrfxlib/zboss/Kconfig
+/opt/ncs/zephyr/Kconfig
+/opt/ncs/zephyr/Kconfig.zephyr
+/opt/ncs/zephyr/arch/Kconfig
+/opt/ncs/zephyr/arch/Kconfig.v2
+/opt/ncs/zephyr/arch/arc/Kconfig
+/opt/ncs/zephyr/arch/arc/core/dsp/Kconfig
+/opt/ncs/zephyr/arch/arc/core/mpu/Kconfig
+/opt/ncs/zephyr/arch/arm/Kconfig
+/opt/ncs/zephyr/arch/arm/core/Kconfig
+/opt/ncs/zephyr/arch/arm/core/Kconfig.vfp
+/opt/ncs/zephyr/arch/arm/core/cortex_a_r/Kconfig
+/opt/ncs/zephyr/arch/arm/core/cortex_m/Kconfig
+/opt/ncs/zephyr/arch/arm/core/cortex_m/tz/Kconfig
+/opt/ncs/zephyr/arch/arm/core/mmu/Kconfig
+/opt/ncs/zephyr/arch/arm/core/mpu/Kconfig
+/opt/ncs/zephyr/arch/arm64/Kconfig
+/opt/ncs/zephyr/arch/arm64/core/Kconfig
+/opt/ncs/zephyr/arch/arm64/core/cortex_r/Kconfig
+/opt/ncs/zephyr/arch/arm64/core/xen/Kconfig
+/opt/ncs/zephyr/arch/common/Kconfig
+/opt/ncs/zephyr/arch/mips/Kconfig
+/opt/ncs/zephyr/arch/nios2/Kconfig
+/opt/ncs/zephyr/arch/posix/Kconfig
+/opt/ncs/zephyr/arch/riscv/Kconfig
+/opt/ncs/zephyr/arch/riscv/Kconfig.isa
+/opt/ncs/zephyr/arch/sparc/Kconfig
+/opt/ncs/zephyr/arch/x86/Kconfig
+/opt/ncs/zephyr/arch/x86/core/Kconfig.ia32
+/opt/ncs/zephyr/arch/x86/core/Kconfig.intel64
+/opt/ncs/zephyr/arch/xtensa/Kconfig
+/opt/ncs/zephyr/boards/Kconfig
+/opt/ncs/zephyr/boards/Kconfig.v2
+/opt/ncs/zephyr/boards/bbc/microbit_v2/Kconfig.bbc_microbit_v2
+/opt/ncs/zephyr/boards/bbc/microbit_v2/Kconfig.defconfig
+/opt/ncs/zephyr/boards/shields/adafruit_2_8_tft_touch_v2/Kconfig.defconfig
+/opt/ncs/zephyr/boards/shields/adafruit_2_8_tft_touch_v2/Kconfig.shield
+/opt/ncs/zephyr/boards/shields/adafruit_data_logger/Kconfig.shield
+/opt/ncs/zephyr/boards/shields/adafruit_neopixel_grid_bff/Kconfig.defconfig
+/opt/ncs/zephyr/boards/shields/adafruit_neopixel_grid_bff/Kconfig.shield
+/opt/ncs/zephyr/boards/shields/adafruit_pca9685/Kconfig.shield
+/opt/ncs/zephyr/boards/shields/adafruit_winc1500/Kconfig.defconfig
+/opt/ncs/zephyr/boards/shields/adafruit_winc1500/Kconfig.shield
+/opt/ncs/zephyr/boards/shields/amg88xx/Kconfig.shield
+/opt/ncs/zephyr/boards/shields/arceli_eth_w5500/Kconfig.defconfig
+/opt/ncs/zephyr/boards/shields/arceli_eth_w5500/Kconfig.shield
+/opt/ncs/zephyr/boards/shields/arduino_uno_click/Kconfig.shield
+/opt/ncs/zephyr/boards/shields/atmel_rf2xx/Kconfig.defconfig
+/opt/ncs/zephyr/boards/shields/atmel_rf2xx/Kconfig.shield
+/opt/ncs/zephyr/boards/shields/boostxl_ulpsense/Kconfig.shield
+/opt/ncs/zephyr/boards/shields/buydisplay_2_8_tft_touch_arduino/Kconfig.defconfig
+/opt/ncs/zephyr/boards/shields/buydisplay_2_8_tft_touch_arduino/Kconfig.shield
+/opt/ncs/zephyr/boards/shields/buydisplay_3_5_tft_touch_arduino/Kconfig.defconfig
+/opt/ncs/zephyr/boards/shields/buydisplay_3_5_tft_touch_arduino/Kconfig.shield
+/opt/ncs/zephyr/boards/shields/dac80508_evm/Kconfig.shield
+/opt/ncs/zephyr/boards/shields/esp_8266/Kconfig.defconfig
+/opt/ncs/zephyr/boards/shields/esp_8266/Kconfig.shield
+/opt/ncs/zephyr/boards/shields/esp_8266/boards/disco_l475_iot1.defconfig
+/opt/ncs/zephyr/boards/shields/esp_8266/boards/sam4e_xpro.defconfig
+/opt/ncs/zephyr/boards/shields/frdm_cr20a/Kconfig.defconfig
+/opt/ncs/zephyr/boards/shields/frdm_cr20a/Kconfig.shield
+/opt/ncs/zephyr/boards/shields/frdm_cr20a/boards/frdm_k64f.defconfig
+/opt/ncs/zephyr/boards/shields/frdm_kw41z/Kconfig.shield
+/opt/ncs/zephyr/boards/shields/frdm_stbc_agm01/Kconfig.shield
+/opt/ncs/zephyr/boards/shields/ftdi_vm800c/Kconfig.shield
+/opt/ncs/zephyr/boards/shields/g1120b0mipi/Kconfig.defconfig
+/opt/ncs/zephyr/boards/shields/g1120b0mipi/Kconfig.shield
+/opt/ncs/zephyr/boards/shields/inventek_eswifi/Kconfig.defconfig
+/opt/ncs/zephyr/boards/shields/inventek_eswifi/Kconfig.shield
+/opt/ncs/zephyr/boards/shields/inventek_eswifi/boards/frdm_k64f.defconfig
+/opt/ncs/zephyr/boards/shields/inventek_eswifi/boards/nucleo_f767zi.defconfig
+/opt/ncs/zephyr/boards/shields/link_board_eth/Kconfig.defconfig
+/opt/ncs/zephyr/boards/shields/link_board_eth/Kconfig.shield
+/opt/ncs/zephyr/boards/shields/lmp90100_evb/Kconfig.defconfig
+/opt/ncs/zephyr/boards/shields/lmp90100_evb/Kconfig.shield
+/opt/ncs/zephyr/boards/shields/ls0xx_generic/Kconfig.defconfig
+/opt/ncs/zephyr/boards/shields/ls0xx_generic/Kconfig.shield
+/opt/ncs/zephyr/boards/shields/m5stack_core2_ext/Kconfig.shield
+/opt/ncs/zephyr/boards/shields/max3421e/Kconfig.shield
+/opt/ncs/zephyr/boards/shields/max7219/Kconfig.shield
+/opt/ncs/zephyr/boards/shields/mcp2515/Kconfig.shield
+/opt/ncs/zephyr/boards/shields/mikroe_accel13_click/Kconfig.shield
+/opt/ncs/zephyr/boards/shields/mikroe_adc_click/Kconfig.defconfig
+/opt/ncs/zephyr/boards/shields/mikroe_adc_click/Kconfig.shield
+/opt/ncs/zephyr/boards/shields/mikroe_eth_click/Kconfig.defconfig
+/opt/ncs/zephyr/boards/shields/mikroe_eth_click/Kconfig.shield
+/opt/ncs/zephyr/boards/shields/mikroe_mcp2518fd_click/Kconfig.shield
+/opt/ncs/zephyr/boards/shields/mikroe_weather_click/Kconfig.shield
+/opt/ncs/zephyr/boards/shields/mikroe_wifi_bt_click/Kconfig.defconfig
+/opt/ncs/zephyr/boards/shields/mikroe_wifi_bt_click/Kconfig.shield
+/opt/ncs/zephyr/boards/shields/npm1100_ek/Kconfig.shield
+/opt/ncs/zephyr/boards/shields/npm1300_ek/Kconfig.shield
+/opt/ncs/zephyr/boards/shields/npm6001_ek/Kconfig.shield
+/opt/ncs/zephyr/boards/shields/rk055hdmipi4m/Kconfig.defconfig
+/opt/ncs/zephyr/boards/shields/rk055hdmipi4m/Kconfig.shield
+/opt/ncs/zephyr/boards/shields/rk055hdmipi4ma0/Kconfig.defconfig
+/opt/ncs/zephyr/boards/shields/rk055hdmipi4ma0/Kconfig.shield
+/opt/ncs/zephyr/boards/shields/rpi_pico_uno_flexypin/Kconfig.shield
+/opt/ncs/zephyr/boards/shields/seeed_xiao_expansion_board/Kconfig.defconfig
+/opt/ncs/zephyr/boards/shields/seeed_xiao_expansion_board/Kconfig.shield
+/opt/ncs/zephyr/boards/shields/seeed_xiao_round_display/Kconfig.defconfig
+/opt/ncs/zephyr/boards/shields/seeed_xiao_round_display/Kconfig.shield
+/opt/ncs/zephyr/boards/shields/semtech_sx1262mb2das/Kconfig.shield
+/opt/ncs/zephyr/boards/shields/semtech_sx1272mb2das/Kconfig.shield
+/opt/ncs/zephyr/boards/shields/semtech_sx1276mb1mas/Kconfig.shield
+/opt/ncs/zephyr/boards/shields/sparkfun_sara_r4/Kconfig.defconfig
+/opt/ncs/zephyr/boards/shields/sparkfun_sara_r4/Kconfig.shield
+/opt/ncs/zephyr/boards/shields/ssd1306/Kconfig.defconfig
+/opt/ncs/zephyr/boards/shields/ssd1306/Kconfig.shield
+/opt/ncs/zephyr/boards/shields/st7735r/Kconfig.defconfig
+/opt/ncs/zephyr/boards/shields/st7735r/Kconfig.shield
+/opt/ncs/zephyr/boards/shields/st7789v_generic/Kconfig.defconfig
+/opt/ncs/zephyr/boards/shields/st7789v_generic/Kconfig.shield
+/opt/ncs/zephyr/boards/shields/st_b_lcd40_dsi1_mb1166/Kconfig.defconfig
+/opt/ncs/zephyr/boards/shields/st_b_lcd40_dsi1_mb1166/Kconfig.shield
+/opt/ncs/zephyr/boards/shields/tcan4550evm/Kconfig.shield
+/opt/ncs/zephyr/boards/shields/ti_bp_bassensorsmkii/Kconfig.shield
+/opt/ncs/zephyr/boards/shields/v2c_daplink/Kconfig.shield
+/opt/ncs/zephyr/boards/shields/waveshare_epaper/Kconfig.defconfig
+/opt/ncs/zephyr/boards/shields/waveshare_epaper/Kconfig.shield
+/opt/ncs/zephyr/boards/shields/waveshare_ups/Kconfig.shield
+/opt/ncs/zephyr/boards/shields/wnc_m14a2a/Kconfig.defconfig
+/opt/ncs/zephyr/boards/shields/wnc_m14a2a/Kconfig.shield
+/opt/ncs/zephyr/boards/shields/x_nucleo_53l0a1/Kconfig.defconfig
+/opt/ncs/zephyr/boards/shields/x_nucleo_53l0a1/Kconfig.shield
+/opt/ncs/zephyr/boards/shields/x_nucleo_bnrg2a1/Kconfig.defconfig
+/opt/ncs/zephyr/boards/shields/x_nucleo_bnrg2a1/Kconfig.shield
+/opt/ncs/zephyr/boards/shields/x_nucleo_eeprma2/Kconfig.defconfig
+/opt/ncs/zephyr/boards/shields/x_nucleo_eeprma2/Kconfig.shield
+/opt/ncs/zephyr/boards/shields/x_nucleo_idb05a1/Kconfig.defconfig
+/opt/ncs/zephyr/boards/shields/x_nucleo_idb05a1/Kconfig.shield
+/opt/ncs/zephyr/boards/shields/x_nucleo_iks01a1/Kconfig.shield
+/opt/ncs/zephyr/boards/shields/x_nucleo_iks01a2/Kconfig.shield
+/opt/ncs/zephyr/boards/shields/x_nucleo_iks01a3/Kconfig.shield
+/opt/ncs/zephyr/boards/shields/x_nucleo_iks02a1/Kconfig.shield
+/opt/ncs/zephyr/boards/shields/x_nucleo_iks4a1/Kconfig.shield
+/opt/ncs/zephyr/drivers/Kconfig
+/opt/ncs/zephyr/drivers/adc/Kconfig
+/opt/ncs/zephyr/drivers/adc/Kconfig.ad559x
+/opt/ncs/zephyr/drivers/adc/Kconfig.adc_emul
+/opt/ncs/zephyr/drivers/adc/Kconfig.ads1112
+/opt/ncs/zephyr/drivers/adc/Kconfig.ads1119
+/opt/ncs/zephyr/drivers/adc/Kconfig.ads114s0x
+/opt/ncs/zephyr/drivers/adc/Kconfig.ads1x1x
+/opt/ncs/zephyr/drivers/adc/Kconfig.ads7052
+/opt/ncs/zephyr/drivers/adc/Kconfig.b91
+/opt/ncs/zephyr/drivers/adc/Kconfig.cc13xx_cc26xx
+/opt/ncs/zephyr/drivers/adc/Kconfig.cc32xx
+/opt/ncs/zephyr/drivers/adc/Kconfig.ene
+/opt/ncs/zephyr/drivers/adc/Kconfig.esp32
+/opt/ncs/zephyr/drivers/adc/Kconfig.gd32
+/opt/ncs/zephyr/drivers/adc/Kconfig.gecko
+/opt/ncs/zephyr/drivers/adc/Kconfig.ifx_cat1
+/opt/ncs/zephyr/drivers/adc/Kconfig.it8xxx2
+/opt/ncs/zephyr/drivers/adc/Kconfig.lmp90xxx
+/opt/ncs/zephyr/drivers/adc/Kconfig.ltc2451
+/opt/ncs/zephyr/drivers/adc/Kconfig.max11102_17
+/opt/ncs/zephyr/drivers/adc/Kconfig.max1125x
+/opt/ncs/zephyr/drivers/adc/Kconfig.mcp320x
+/opt/ncs/zephyr/drivers/adc/Kconfig.mcux
+/opt/ncs/zephyr/drivers/adc/Kconfig.npcx
+/opt/ncs/zephyr/drivers/adc/Kconfig.nrfx
+/opt/ncs/zephyr/drivers/adc/Kconfig.numaker
+/opt/ncs/zephyr/drivers/adc/Kconfig.nxp_s32
+/opt/ncs/zephyr/drivers/adc/Kconfig.rpi_pico
+/opt/ncs/zephyr/drivers/adc/Kconfig.sam
+/opt/ncs/zephyr/drivers/adc/Kconfig.sam0
+/opt/ncs/zephyr/drivers/adc/Kconfig.sam_afec
+/opt/ncs/zephyr/drivers/adc/Kconfig.smartbond
+/opt/ncs/zephyr/drivers/adc/Kconfig.stm32
+/opt/ncs/zephyr/drivers/adc/Kconfig.test
+/opt/ncs/zephyr/drivers/adc/Kconfig.tla2021
+/opt/ncs/zephyr/drivers/adc/Kconfig.vf610
+/opt/ncs/zephyr/drivers/adc/Kconfig.xec
+/opt/ncs/zephyr/drivers/adc/Kconfig.xmc4xxx
+/opt/ncs/zephyr/drivers/audio/Kconfig
+/opt/ncs/zephyr/drivers/audio/Kconfig.dmic_mcux
+/opt/ncs/zephyr/drivers/audio/Kconfig.dmic_pdm_nrfx
+/opt/ncs/zephyr/drivers/audio/Kconfig.mpxxdtyy
+/opt/ncs/zephyr/drivers/audio/Kconfig.tas6422dac
+/opt/ncs/zephyr/drivers/audio/Kconfig.tlv320dac
+/opt/ncs/zephyr/drivers/auxdisplay/Kconfig
+/opt/ncs/zephyr/drivers/auxdisplay/Kconfig.hd44780
+/opt/ncs/zephyr/drivers/auxdisplay/Kconfig.itron
+/opt/ncs/zephyr/drivers/auxdisplay/Kconfig.jhd1313
+/opt/ncs/zephyr/drivers/auxdisplay/Kconfig.pt6314
+/opt/ncs/zephyr/drivers/auxdisplay/Kconfig.serlcd
+/opt/ncs/zephyr/drivers/bbram/Kconfig
+/opt/ncs/zephyr/drivers/bbram/Kconfig.bbram_emul
+/opt/ncs/zephyr/drivers/bbram/Kconfig.it8xxx2
+/opt/ncs/zephyr/drivers/bbram/Kconfig.microchip
+/opt/ncs/zephyr/drivers/bbram/Kconfig.npcx
+/opt/ncs/zephyr/drivers/bbram/Kconfig.stm32
+/opt/ncs/zephyr/drivers/bbram/Kconfig.xec
+/opt/ncs/zephyr/drivers/bluetooth/Kconfig
+/opt/ncs/zephyr/drivers/bluetooth/hci/Kconfig
+/opt/ncs/zephyr/drivers/bluetooth/hci/Kconfig.infineon
+/opt/ncs/zephyr/drivers/cache/Kconfig
+/opt/ncs/zephyr/drivers/cache/Kconfig.andes
+/opt/ncs/zephyr/drivers/cache/Kconfig.aspeed
+/opt/ncs/zephyr/drivers/cache/Kconfig.nrf
+/opt/ncs/zephyr/drivers/can/Kconfig
+/opt/ncs/zephyr/drivers/can/Kconfig.esp32
+/opt/ncs/zephyr/drivers/can/Kconfig.fake
+/opt/ncs/zephyr/drivers/can/Kconfig.kvaser
+/opt/ncs/zephyr/drivers/can/Kconfig.loopback
+/opt/ncs/zephyr/drivers/can/Kconfig.mcan
+/opt/ncs/zephyr/drivers/can/Kconfig.mcp2515
+/opt/ncs/zephyr/drivers/can/Kconfig.mcp251xfd
+/opt/ncs/zephyr/drivers/can/Kconfig.mcux
+/opt/ncs/zephyr/drivers/can/Kconfig.native_linux
+/opt/ncs/zephyr/drivers/can/Kconfig.nrf
+/opt/ncs/zephyr/drivers/can/Kconfig.numaker
+/opt/ncs/zephyr/drivers/can/Kconfig.nxp_s32
+/opt/ncs/zephyr/drivers/can/Kconfig.rcar
+/opt/ncs/zephyr/drivers/can/Kconfig.sam
+/opt/ncs/zephyr/drivers/can/Kconfig.sam0
+/opt/ncs/zephyr/drivers/can/Kconfig.sja1000
+/opt/ncs/zephyr/drivers/can/Kconfig.stm32
+/opt/ncs/zephyr/drivers/can/Kconfig.tcan4x5x
+/opt/ncs/zephyr/drivers/can/Kconfig.xmc4xxx
+/opt/ncs/zephyr/drivers/can/transceiver/Kconfig
+/opt/ncs/zephyr/drivers/charger/Kconfig
+/opt/ncs/zephyr/drivers/charger/Kconfig.bq24190
+/opt/ncs/zephyr/drivers/charger/Kconfig.bq25180
+/opt/ncs/zephyr/drivers/charger/Kconfig.max20335
+/opt/ncs/zephyr/drivers/charger/Kconfig.sbs_charger
+/opt/ncs/zephyr/drivers/clock_control/Kconfig
+/opt/ncs/zephyr/drivers/clock_control/Kconfig.agilex5
+/opt/ncs/zephyr/drivers/clock_control/Kconfig.ambiq
+/opt/ncs/zephyr/drivers/clock_control/Kconfig.aspeed
+/opt/ncs/zephyr/drivers/clock_control/Kconfig.beetle
+/opt/ncs/zephyr/drivers/clock_control/Kconfig.cavs
+/opt/ncs/zephyr/drivers/clock_control/Kconfig.esp32
+/opt/ncs/zephyr/drivers/clock_control/Kconfig.fixed
+/opt/ncs/zephyr/drivers/clock_control/Kconfig.gd32
+/opt/ncs/zephyr/drivers/clock_control/Kconfig.ifx_cat1
+/opt/ncs/zephyr/drivers/clock_control/Kconfig.litex
+/opt/ncs/zephyr/drivers/clock_control/Kconfig.lpc11u6x
+/opt/ncs/zephyr/drivers/clock_control/Kconfig.max32
+/opt/ncs/zephyr/drivers/clock_control/Kconfig.mcux_ccm
+/opt/ncs/zephyr/drivers/clock_control/Kconfig.mcux_ccm_rev2
+/opt/ncs/zephyr/drivers/clock_control/Kconfig.mcux_mcg
+/opt/ncs/zephyr/drivers/clock_control/Kconfig.mcux_pcc
+/opt/ncs/zephyr/drivers/clock_control/Kconfig.mcux_scg
+/opt/ncs/zephyr/drivers/clock_control/Kconfig.mcux_sim
+/opt/ncs/zephyr/drivers/clock_control/Kconfig.mcux_syscon
+/opt/ncs/zephyr/drivers/clock_control/Kconfig.npcx
+/opt/ncs/zephyr/drivers/clock_control/Kconfig.nrf
+/opt/ncs/zephyr/drivers/clock_control/Kconfig.nrf_auxpll
+/opt/ncs/zephyr/drivers/clock_control/Kconfig.numaker
+/opt/ncs/zephyr/drivers/clock_control/Kconfig.nxp_s32
+/opt/ncs/zephyr/drivers/clock_control/Kconfig.pwm
+/opt/ncs/zephyr/drivers/clock_control/Kconfig.rcar
+/opt/ncs/zephyr/drivers/clock_control/Kconfig.renesas_ra
+/opt/ncs/zephyr/drivers/clock_control/Kconfig.rpi_pico
+/opt/ncs/zephyr/drivers/clock_control/Kconfig.rv32m1
+/opt/ncs/zephyr/drivers/clock_control/Kconfig.sam
+/opt/ncs/zephyr/drivers/clock_control/Kconfig.smartbond
+/opt/ncs/zephyr/drivers/clock_control/Kconfig.stm32
+/opt/ncs/zephyr/drivers/clock_control/Kconfig.xec
+/opt/ncs/zephyr/drivers/console/Kconfig
+/opt/ncs/zephyr/drivers/console/Kconfig.gsm_mux
+/opt/ncs/zephyr/drivers/coredump/Kconfig
+/opt/ncs/zephyr/drivers/counter/Kconfig
+/opt/ncs/zephyr/drivers/counter/Kconfig.ace
+/opt/ncs/zephyr/drivers/counter/Kconfig.ambiq
+/opt/ncs/zephyr/drivers/counter/Kconfig.andes_atcpit100
+/opt/ncs/zephyr/drivers/counter/Kconfig.cmos
+/opt/ncs/zephyr/drivers/counter/Kconfig.dtmr_cmsdk_apb
+/opt/ncs/zephyr/drivers/counter/Kconfig.dw
+/opt/ncs/zephyr/drivers/counter/Kconfig.esp32_rtc
+/opt/ncs/zephyr/drivers/counter/Kconfig.esp32_tmr
+/opt/ncs/zephyr/drivers/counter/Kconfig.gd32
+/opt/ncs/zephyr/drivers/counter/Kconfig.gecko
+/opt/ncs/zephyr/drivers/counter/Kconfig.ifx_cat1
+/opt/ncs/zephyr/drivers/counter/Kconfig.imx_epit
+/opt/ncs/zephyr/drivers/counter/Kconfig.maxim_ds3231
+/opt/ncs/zephyr/drivers/counter/Kconfig.mcp7940n
+/opt/ncs/zephyr/drivers/counter/Kconfig.mcux_ctimer
+/opt/ncs/zephyr/drivers/counter/Kconfig.mcux_gpt
+/opt/ncs/zephyr/drivers/counter/Kconfig.mcux_lpc_rtc
+/opt/ncs/zephyr/drivers/counter/Kconfig.mcux_lptmr
+/opt/ncs/zephyr/drivers/counter/Kconfig.mcux_qtmr
+/opt/ncs/zephyr/drivers/counter/Kconfig.mcux_rtc
+/opt/ncs/zephyr/drivers/counter/Kconfig.mcux_snvs
+/opt/ncs/zephyr/drivers/counter/Kconfig.mcux_tpm
+/opt/ncs/zephyr/drivers/counter/Kconfig.native_posix
+/opt/ncs/zephyr/drivers/counter/Kconfig.nrfx
+/opt/ncs/zephyr/drivers/counter/Kconfig.nxp_mrt
+/opt/ncs/zephyr/drivers/counter/Kconfig.nxp_pit
+/opt/ncs/zephyr/drivers/counter/Kconfig.nxp_s32
+/opt/ncs/zephyr/drivers/counter/Kconfig.rpi_pico
+/opt/ncs/zephyr/drivers/counter/Kconfig.sam
+/opt/ncs/zephyr/drivers/counter/Kconfig.sam0
+/opt/ncs/zephyr/drivers/counter/Kconfig.smartbond_timer
+/opt/ncs/zephyr/drivers/counter/Kconfig.stm32_rtc
+/opt/ncs/zephyr/drivers/counter/Kconfig.stm32_timer
+/opt/ncs/zephyr/drivers/counter/Kconfig.tmr_cmsdk_apb
+/opt/ncs/zephyr/drivers/counter/Kconfig.xec
+/opt/ncs/zephyr/drivers/counter/Kconfig.xlnx
+/opt/ncs/zephyr/drivers/crypto/Kconfig
+/opt/ncs/zephyr/drivers/crypto/Kconfig.ataes132a
+/opt/ncs/zephyr/drivers/crypto/Kconfig.intel
+/opt/ncs/zephyr/drivers/crypto/Kconfig.it8xxx2
+/opt/ncs/zephyr/drivers/crypto/Kconfig.mcux_dcp
+/opt/ncs/zephyr/drivers/crypto/Kconfig.npcx
+/opt/ncs/zephyr/drivers/crypto/Kconfig.nrf_ecb
+/opt/ncs/zephyr/drivers/crypto/Kconfig.smartbond
+/opt/ncs/zephyr/drivers/crypto/Kconfig.stm32
+/opt/ncs/zephyr/drivers/crypto/Kconfig.xec
+/opt/ncs/zephyr/drivers/dac/Kconfig
+/opt/ncs/zephyr/drivers/dac/Kconfig.ad559x
+/opt/ncs/zephyr/drivers/dac/Kconfig.ad569x
+/opt/ncs/zephyr/drivers/dac/Kconfig.ad56xx
+/opt/ncs/zephyr/drivers/dac/Kconfig.dacx0501
+/opt/ncs/zephyr/drivers/dac/Kconfig.dacx0508
+/opt/ncs/zephyr/drivers/dac/Kconfig.dacx3608
+/opt/ncs/zephyr/drivers/dac/Kconfig.esp32
+/opt/ncs/zephyr/drivers/dac/Kconfig.gd32
+/opt/ncs/zephyr/drivers/dac/Kconfig.ltc166x
+/opt/ncs/zephyr/drivers/dac/Kconfig.mcp4725
+/opt/ncs/zephyr/drivers/dac/Kconfig.mcp4728
+/opt/ncs/zephyr/drivers/dac/Kconfig.mcux
+/opt/ncs/zephyr/drivers/dac/Kconfig.sam
+/opt/ncs/zephyr/drivers/dac/Kconfig.sam0
+/opt/ncs/zephyr/drivers/dac/Kconfig.stm32
+/opt/ncs/zephyr/drivers/dai/Kconfig
+/opt/ncs/zephyr/drivers/dai/intel/alh/Kconfig.alh
+/opt/ncs/zephyr/drivers/dai/intel/dmic/Kconfig.dmic
+/opt/ncs/zephyr/drivers/dai/intel/hda/Kconfig.hda
+/opt/ncs/zephyr/drivers/dai/intel/ssp/Kconfig.ssp
+/opt/ncs/zephyr/drivers/dai/nxp/esai/Kconfig.esai
+/opt/ncs/zephyr/drivers/dai/nxp/sai/Kconfig.sai
+/opt/ncs/zephyr/drivers/disk/Kconfig
+/opt/ncs/zephyr/drivers/disk/Kconfig.flash
+/opt/ncs/zephyr/drivers/disk/Kconfig.loopback
+/opt/ncs/zephyr/drivers/disk/Kconfig.mmc
+/opt/ncs/zephyr/drivers/disk/Kconfig.ram
+/opt/ncs/zephyr/drivers/disk/Kconfig.sdmmc
+/opt/ncs/zephyr/drivers/disk/nvme/Kconfig
+/opt/ncs/zephyr/drivers/display/Kconfig
+/opt/ncs/zephyr/drivers/display/Kconfig.dummy
+/opt/ncs/zephyr/drivers/display/Kconfig.gc9x01x
+/opt/ncs/zephyr/drivers/display/Kconfig.hx8394
+/opt/ncs/zephyr/drivers/display/Kconfig.ili9xxx
+/opt/ncs/zephyr/drivers/display/Kconfig.intel_multibootfb
+/opt/ncs/zephyr/drivers/display/Kconfig.led_strip_matrix
+/opt/ncs/zephyr/drivers/display/Kconfig.ls0xx
+/opt/ncs/zephyr/drivers/display/Kconfig.max7219
+/opt/ncs/zephyr/drivers/display/Kconfig.mcux_dcnano_lcdif
+/opt/ncs/zephyr/drivers/display/Kconfig.mcux_elcdif
+/opt/ncs/zephyr/drivers/display/Kconfig.microbit
+/opt/ncs/zephyr/drivers/display/Kconfig.nrf_led_matrix
+/opt/ncs/zephyr/drivers/display/Kconfig.nt35510
+/opt/ncs/zephyr/drivers/display/Kconfig.otm8009a
+/opt/ncs/zephyr/drivers/display/Kconfig.renesas_lcdc
+/opt/ncs/zephyr/drivers/display/Kconfig.rm67162
+/opt/ncs/zephyr/drivers/display/Kconfig.rm68200
+/opt/ncs/zephyr/drivers/display/Kconfig.sdl
+/opt/ncs/zephyr/drivers/display/Kconfig.ssd1306
+/opt/ncs/zephyr/drivers/display/Kconfig.ssd16xx
+/opt/ncs/zephyr/drivers/display/Kconfig.st7735r
+/opt/ncs/zephyr/drivers/display/Kconfig.st7789v
+/opt/ncs/zephyr/drivers/display/Kconfig.st7796s
+/opt/ncs/zephyr/drivers/display/Kconfig.stm32_ltdc
+/opt/ncs/zephyr/drivers/display/Kconfig.uc81xx
+/opt/ncs/zephyr/drivers/dma/Kconfig
+/opt/ncs/zephyr/drivers/dma/Kconfig.andes_atcdmac300
+/opt/ncs/zephyr/drivers/dma/Kconfig.dma_pl330
+/opt/ncs/zephyr/drivers/dma/Kconfig.dw
+/opt/ncs/zephyr/drivers/dma/Kconfig.dw_common
+/opt/ncs/zephyr/drivers/dma/Kconfig.emul
+/opt/ncs/zephyr/drivers/dma/Kconfig.esp32
+/opt/ncs/zephyr/drivers/dma/Kconfig.gd32
+/opt/ncs/zephyr/drivers/dma/Kconfig.intel_adsp_gpdma
+/opt/ncs/zephyr/drivers/dma/Kconfig.intel_adsp_hda
+/opt/ncs/zephyr/drivers/dma/Kconfig.intel_lpss
+/opt/ncs/zephyr/drivers/dma/Kconfig.iproc_pax
+/opt/ncs/zephyr/drivers/dma/Kconfig.mcux_edma
+/opt/ncs/zephyr/drivers/dma/Kconfig.mcux_lpc
+/opt/ncs/zephyr/drivers/dma/Kconfig.mcux_pxp
+/opt/ncs/zephyr/drivers/dma/Kconfig.mcux_smartdma
+/opt/ncs/zephyr/drivers/dma/Kconfig.nios2_msgdma
+/opt/ncs/zephyr/drivers/dma/Kconfig.nxp_edma
+/opt/ncs/zephyr/drivers/dma/Kconfig.nxp_sof_host_dma
+/opt/ncs/zephyr/drivers/dma/Kconfig.rpi_pico
+/opt/ncs/zephyr/drivers/dma/Kconfig.sam0
+/opt/ncs/zephyr/drivers/dma/Kconfig.sam_xdmac
+/opt/ncs/zephyr/drivers/dma/Kconfig.sedi
+/opt/ncs/zephyr/drivers/dma/Kconfig.smartbond
+/opt/ncs/zephyr/drivers/dma/Kconfig.stm32
+/opt/ncs/zephyr/drivers/dma/Kconfig.xec
+/opt/ncs/zephyr/drivers/dma/Kconfig.xmc4xxx
+/opt/ncs/zephyr/drivers/edac/Kconfig
+/opt/ncs/zephyr/drivers/eeprom/Kconfig
+/opt/ncs/zephyr/drivers/eeprom/Kconfig.eeprom_emu
+/opt/ncs/zephyr/drivers/eeprom/Kconfig.lpc11u6x
+/opt/ncs/zephyr/drivers/eeprom/Kconfig.mb85rcxx
+/opt/ncs/zephyr/drivers/eeprom/Kconfig.stm32
+/opt/ncs/zephyr/drivers/eeprom/Kconfig.tmp116
+/opt/ncs/zephyr/drivers/eeprom/Kconfig.xec
+/opt/ncs/zephyr/drivers/entropy/Kconfig
+/opt/ncs/zephyr/drivers/entropy/Kconfig.b91
+/opt/ncs/zephyr/drivers/entropy/Kconfig.bt_hci
+/opt/ncs/zephyr/drivers/entropy/Kconfig.cc13xx_cc26xx
+/opt/ncs/zephyr/drivers/entropy/Kconfig.esp32
+/opt/ncs/zephyr/drivers/entropy/Kconfig.gecko
+/opt/ncs/zephyr/drivers/entropy/Kconfig.litex
+/opt/ncs/zephyr/drivers/entropy/Kconfig.mcux
+/opt/ncs/zephyr/drivers/entropy/Kconfig.native_posix
+/opt/ncs/zephyr/drivers/entropy/Kconfig.neorv32
+/opt/ncs/zephyr/drivers/entropy/Kconfig.npcx
+/opt/ncs/zephyr/drivers/entropy/Kconfig.nrf5
+/opt/ncs/zephyr/drivers/entropy/Kconfig.nrf_prng
+/opt/ncs/zephyr/drivers/entropy/Kconfig.psa_crypto
+/opt/ncs/zephyr/drivers/entropy/Kconfig.rv32m1
+/opt/ncs/zephyr/drivers/entropy/Kconfig.sam
+/opt/ncs/zephyr/drivers/entropy/Kconfig.smartbond
+/opt/ncs/zephyr/drivers/entropy/Kconfig.stm32
+/opt/ncs/zephyr/drivers/espi/Kconfig
+/opt/ncs/zephyr/drivers/espi/Kconfig.espi_emul
+/opt/ncs/zephyr/drivers/espi/Kconfig.it8xxx2
+/opt/ncs/zephyr/drivers/espi/Kconfig.npcx
+/opt/ncs/zephyr/drivers/espi/Kconfig.xec
+/opt/ncs/zephyr/drivers/ethernet/Kconfig
+/opt/ncs/zephyr/drivers/ethernet/Kconfig.adin2111
+/opt/ncs/zephyr/drivers/ethernet/Kconfig.cyclonev
+/opt/ncs/zephyr/drivers/ethernet/Kconfig.dsa
+/opt/ncs/zephyr/drivers/ethernet/Kconfig.dwmac
+/opt/ncs/zephyr/drivers/ethernet/Kconfig.e1000
+/opt/ncs/zephyr/drivers/ethernet/Kconfig.enc28j60
+/opt/ncs/zephyr/drivers/ethernet/Kconfig.enc424j600
+/opt/ncs/zephyr/drivers/ethernet/Kconfig.esp32
+/opt/ncs/zephyr/drivers/ethernet/Kconfig.gecko
+/opt/ncs/zephyr/drivers/ethernet/Kconfig.ivshmem
+/opt/ncs/zephyr/drivers/ethernet/Kconfig.lan865x
+/opt/ncs/zephyr/drivers/ethernet/Kconfig.liteeth
+/opt/ncs/zephyr/drivers/ethernet/Kconfig.native_posix
+/opt/ncs/zephyr/drivers/ethernet/Kconfig.numaker
+/opt/ncs/zephyr/drivers/ethernet/Kconfig.nxp_s32_gmac
+/opt/ncs/zephyr/drivers/ethernet/Kconfig.nxp_s32_netc
+/opt/ncs/zephyr/drivers/ethernet/Kconfig.sam_gmac
+/opt/ncs/zephyr/drivers/ethernet/Kconfig.smsc911x
+/opt/ncs/zephyr/drivers/ethernet/Kconfig.smsc91x
+/opt/ncs/zephyr/drivers/ethernet/Kconfig.stellaris
+/opt/ncs/zephyr/drivers/ethernet/Kconfig.stm32_hal
+/opt/ncs/zephyr/drivers/ethernet/Kconfig.w5500
+/opt/ncs/zephyr/drivers/ethernet/Kconfig.xlnx_gem
+/opt/ncs/zephyr/drivers/ethernet/Kconfig.xmc4xxx
+/opt/ncs/zephyr/drivers/ethernet/eth_nxp_enet_qos/Kconfig
+/opt/ncs/zephyr/drivers/ethernet/nxp_enet/Kconfig
+/opt/ncs/zephyr/drivers/ethernet/phy/Kconfig
+/opt/ncs/zephyr/drivers/ethernet/phy/Kconfig.tja1103
+/opt/ncs/zephyr/drivers/flash/Kconfig
+/opt/ncs/zephyr/drivers/flash/Kconfig.ambiq
+/opt/ncs/zephyr/drivers/flash/Kconfig.andes
+/opt/ncs/zephyr/drivers/flash/Kconfig.at45
+/opt/ncs/zephyr/drivers/flash/Kconfig.b91
+/opt/ncs/zephyr/drivers/flash/Kconfig.cadence_nand
+/opt/ncs/zephyr/drivers/flash/Kconfig.cadence_qspi_nor
+/opt/ncs/zephyr/drivers/flash/Kconfig.cc13xx_cc26xx
+/opt/ncs/zephyr/drivers/flash/Kconfig.esp32
+/opt/ncs/zephyr/drivers/flash/Kconfig.gd32
+/opt/ncs/zephyr/drivers/flash/Kconfig.gecko
+/opt/ncs/zephyr/drivers/flash/Kconfig.ifx_cat1
+/opt/ncs/zephyr/drivers/flash/Kconfig.it8xxx2
+/opt/ncs/zephyr/drivers/flash/Kconfig.lpc
+/opt/ncs/zephyr/drivers/flash/Kconfig.mcux
+/opt/ncs/zephyr/drivers/flash/Kconfig.nios2_qspi
+/opt/ncs/zephyr/drivers/flash/Kconfig.nor
+/opt/ncs/zephyr/drivers/flash/Kconfig.nordic_qspi_nor
+/opt/ncs/zephyr/drivers/flash/Kconfig.npcx_fiu
+/opt/ncs/zephyr/drivers/flash/Kconfig.nrf
+/opt/ncs/zephyr/drivers/flash/Kconfig.nrf_mram
+/opt/ncs/zephyr/drivers/flash/Kconfig.nrf_rram
+/opt/ncs/zephyr/drivers/flash/Kconfig.numaker
+/opt/ncs/zephyr/drivers/flash/Kconfig.numaker_rmc
+/opt/ncs/zephyr/drivers/flash/Kconfig.nxp_s32
+/opt/ncs/zephyr/drivers/flash/Kconfig.rpi_pico
+/opt/ncs/zephyr/drivers/flash/Kconfig.rv32m1
+/opt/ncs/zephyr/drivers/flash/Kconfig.sam
+/opt/ncs/zephyr/drivers/flash/Kconfig.sam0
+/opt/ncs/zephyr/drivers/flash/Kconfig.simulator
+/opt/ncs/zephyr/drivers/flash/Kconfig.smartbond
+/opt/ncs/zephyr/drivers/flash/Kconfig.stm32
+/opt/ncs/zephyr/drivers/flash/Kconfig.stm32_ospi
+/opt/ncs/zephyr/drivers/flash/Kconfig.stm32_qspi
+/opt/ncs/zephyr/drivers/flash/Kconfig.stm32_xspi
+/opt/ncs/zephyr/drivers/flash/Kconfig.xmc4xxx
+/opt/ncs/zephyr/drivers/fpga/Kconfig
+/opt/ncs/zephyr/drivers/fpga/Kconfig.altera_agilex_bridge
+/opt/ncs/zephyr/drivers/fpga/Kconfig.eos_s3
+/opt/ncs/zephyr/drivers/fpga/Kconfig.ice40
+/opt/ncs/zephyr/drivers/fpga/Kconfig.mpfs
+/opt/ncs/zephyr/drivers/fpga/Kconfig.zynqmp
+/opt/ncs/zephyr/drivers/fuel_gauge/Kconfig
+/opt/ncs/zephyr/drivers/fuel_gauge/bq27z746/Kconfig
+/opt/ncs/zephyr/drivers/fuel_gauge/max17048/Kconfig
+/opt/ncs/zephyr/drivers/fuel_gauge/sbs_gauge/Kconfig
+/opt/ncs/zephyr/drivers/fuel_gauge/sbs_gauge/Kconfig.emul_sbs_gauge
+/opt/ncs/zephyr/drivers/gnss/Kconfig
+/opt/ncs/zephyr/drivers/gnss/Kconfig.emul
+/opt/ncs/zephyr/drivers/gnss/Kconfig.generic
+/opt/ncs/zephyr/drivers/gnss/Kconfig.luatos_air530z
+/opt/ncs/zephyr/drivers/gnss/Kconfig.quectel_lcx6g
+/opt/ncs/zephyr/drivers/gnss/Kconfig.u_blox_m10
+/opt/ncs/zephyr/drivers/gpio/Kconfig
+/opt/ncs/zephyr/drivers/gpio/Kconfig.ad559x
+/opt/ncs/zephyr/drivers/gpio/Kconfig.adp5585
+/opt/ncs/zephyr/drivers/gpio/Kconfig.ads114s0x
+/opt/ncs/zephyr/drivers/gpio/Kconfig.altera
+/opt/ncs/zephyr/drivers/gpio/Kconfig.ambiq
+/opt/ncs/zephyr/drivers/gpio/Kconfig.andes_atcgpio100
+/opt/ncs/zephyr/drivers/gpio/Kconfig.axp192
+/opt/ncs/zephyr/drivers/gpio/Kconfig.b91
+/opt/ncs/zephyr/drivers/gpio/Kconfig.bcm2711
+/opt/ncs/zephyr/drivers/gpio/Kconfig.bd8lb600fs
+/opt/ncs/zephyr/drivers/gpio/Kconfig.brcmstb
+/opt/ncs/zephyr/drivers/gpio/Kconfig.cc13xx_cc26xx
+/opt/ncs/zephyr/drivers/gpio/Kconfig.cc32xx
+/opt/ncs/zephyr/drivers/gpio/Kconfig.cmsdk_ahb
+/opt/ncs/zephyr/drivers/gpio/Kconfig.creg_gpio
+/opt/ncs/zephyr/drivers/gpio/Kconfig.cy8c95xx
+/opt/ncs/zephyr/drivers/gpio/Kconfig.davinci
+/opt/ncs/zephyr/drivers/gpio/Kconfig.dw
+/opt/ncs/zephyr/drivers/gpio/Kconfig.efinix_sapphire
+/opt/ncs/zephyr/drivers/gpio/Kconfig.emul
+/opt/ncs/zephyr/drivers/gpio/Kconfig.emul_sdl
+/opt/ncs/zephyr/drivers/gpio/Kconfig.ene
+/opt/ncs/zephyr/drivers/gpio/Kconfig.eos_s3
+/opt/ncs/zephyr/drivers/gpio/Kconfig.esp32
+/opt/ncs/zephyr/drivers/gpio/Kconfig.fxl6408
+/opt/ncs/zephyr/drivers/gpio/Kconfig.gd32
+/opt/ncs/zephyr/drivers/gpio/Kconfig.gecko
+/opt/ncs/zephyr/drivers/gpio/Kconfig.ifx_cat1
+/opt/ncs/zephyr/drivers/gpio/Kconfig.imx
+/opt/ncs/zephyr/drivers/gpio/Kconfig.intel
+/opt/ncs/zephyr/drivers/gpio/Kconfig.it8xxx2
+/opt/ncs/zephyr/drivers/gpio/Kconfig.litex
+/opt/ncs/zephyr/drivers/gpio/Kconfig.lmp90xxx
+/opt/ncs/zephyr/drivers/gpio/Kconfig.lpc11u6x
+/opt/ncs/zephyr/drivers/gpio/Kconfig.mchp_mss
+/opt/ncs/zephyr/drivers/gpio/Kconfig.mcp23s17
+/opt/ncs/zephyr/drivers/gpio/Kconfig.mcp23xxx
+/opt/ncs/zephyr/drivers/gpio/Kconfig.mcux
+/opt/ncs/zephyr/drivers/gpio/Kconfig.mcux_igpio
+/opt/ncs/zephyr/drivers/gpio/Kconfig.mcux_lpc
+/opt/ncs/zephyr/drivers/gpio/Kconfig.mcux_rgpio
+/opt/ncs/zephyr/drivers/gpio/Kconfig.mmio32
+/opt/ncs/zephyr/drivers/gpio/Kconfig.nct38xx
+/opt/ncs/zephyr/drivers/gpio/Kconfig.neorv32
+/opt/ncs/zephyr/drivers/gpio/Kconfig.npcx
+/opt/ncs/zephyr/drivers/gpio/Kconfig.npm1300
+/opt/ncs/zephyr/drivers/gpio/Kconfig.npm6001
+/opt/ncs/zephyr/drivers/gpio/Kconfig.nrfx
+/opt/ncs/zephyr/drivers/gpio/Kconfig.numaker
+/opt/ncs/zephyr/drivers/gpio/Kconfig.numicro
+/opt/ncs/zephyr/drivers/gpio/Kconfig.nxp_s32
+/opt/ncs/zephyr/drivers/gpio/Kconfig.pca953x
+/opt/ncs/zephyr/drivers/gpio/Kconfig.pca95xx
+/opt/ncs/zephyr/drivers/gpio/Kconfig.pcal64xxa
+/opt/ncs/zephyr/drivers/gpio/Kconfig.pcf857x
+/opt/ncs/zephyr/drivers/gpio/Kconfig.psoc6
+/opt/ncs/zephyr/drivers/gpio/Kconfig.rcar
+/opt/ncs/zephyr/drivers/gpio/Kconfig.renesas_ra
+/opt/ncs/zephyr/drivers/gpio/Kconfig.rpi_pico
+/opt/ncs/zephyr/drivers/gpio/Kconfig.rt1718s
+/opt/ncs/zephyr/drivers/gpio/Kconfig.rv32m1
+/opt/ncs/zephyr/drivers/gpio/Kconfig.rzt2m
+/opt/ncs/zephyr/drivers/gpio/Kconfig.sam
+/opt/ncs/zephyr/drivers/gpio/Kconfig.sam0
+/opt/ncs/zephyr/drivers/gpio/Kconfig.sc18im704
+/opt/ncs/zephyr/drivers/gpio/Kconfig.sedi
+/opt/ncs/zephyr/drivers/gpio/Kconfig.sifive
+/opt/ncs/zephyr/drivers/gpio/Kconfig.smartbond
+/opt/ncs/zephyr/drivers/gpio/Kconfig.sn74hc595
+/opt/ncs/zephyr/drivers/gpio/Kconfig.stellaris
+/opt/ncs/zephyr/drivers/gpio/Kconfig.stm32
+/opt/ncs/zephyr/drivers/gpio/Kconfig.stmpe1600
+/opt/ncs/zephyr/drivers/gpio/Kconfig.sx1509b
+/opt/ncs/zephyr/drivers/gpio/Kconfig.tca6424a
+/opt/ncs/zephyr/drivers/gpio/Kconfig.test
+/opt/ncs/zephyr/drivers/gpio/Kconfig.tle9104
+/opt/ncs/zephyr/drivers/gpio/Kconfig.xec
+/opt/ncs/zephyr/drivers/gpio/Kconfig.xlnx
+/opt/ncs/zephyr/drivers/gpio/Kconfig.xlnx_ps
+/opt/ncs/zephyr/drivers/gpio/Kconfig.xmc4xxx
+/opt/ncs/zephyr/drivers/hwinfo/Kconfig
+/opt/ncs/zephyr/drivers/hwspinlock/Kconfig
+/opt/ncs/zephyr/drivers/hwspinlock/Kconfig.sqn
+/opt/ncs/zephyr/drivers/i2c/Kconfig
+/opt/ncs/zephyr/drivers/i2c/Kconfig.ambiq
+/opt/ncs/zephyr/drivers/i2c/Kconfig.andes_atciic100
+/opt/ncs/zephyr/drivers/i2c/Kconfig.b91
+/opt/ncs/zephyr/drivers/i2c/Kconfig.cc13xx_cc26xx
+/opt/ncs/zephyr/drivers/i2c/Kconfig.dw
+/opt/ncs/zephyr/drivers/i2c/Kconfig.ene
+/opt/ncs/zephyr/drivers/i2c/Kconfig.esp32
+/opt/ncs/zephyr/drivers/i2c/Kconfig.gd32
+/opt/ncs/zephyr/drivers/i2c/Kconfig.gpio
+/opt/ncs/zephyr/drivers/i2c/Kconfig.i2c_emul
+/opt/ncs/zephyr/drivers/i2c/Kconfig.ifx_cat1
+/opt/ncs/zephyr/drivers/i2c/Kconfig.ifx_xmc4
+/opt/ncs/zephyr/drivers/i2c/Kconfig.it8xxx2
+/opt/ncs/zephyr/drivers/i2c/Kconfig.litex
+/opt/ncs/zephyr/drivers/i2c/Kconfig.lpc11u6x
+/opt/ncs/zephyr/drivers/i2c/Kconfig.mchp_mss
+/opt/ncs/zephyr/drivers/i2c/Kconfig.mcux
+/opt/ncs/zephyr/drivers/i2c/Kconfig.npcx
+/opt/ncs/zephyr/drivers/i2c/Kconfig.nrfx
+/opt/ncs/zephyr/drivers/i2c/Kconfig.numaker
+/opt/ncs/zephyr/drivers/i2c/Kconfig.rcar
+/opt/ncs/zephyr/drivers/i2c/Kconfig.sam0
+/opt/ncs/zephyr/drivers/i2c/Kconfig.sam_twihs
+/opt/ncs/zephyr/drivers/i2c/Kconfig.sbcon
+/opt/ncs/zephyr/drivers/i2c/Kconfig.sc18im704
+/opt/ncs/zephyr/drivers/i2c/Kconfig.sedi
+/opt/ncs/zephyr/drivers/i2c/Kconfig.sifive
+/opt/ncs/zephyr/drivers/i2c/Kconfig.smartbond
+/opt/ncs/zephyr/drivers/i2c/Kconfig.stm32
+/opt/ncs/zephyr/drivers/i2c/Kconfig.tca954x
+/opt/ncs/zephyr/drivers/i2c/Kconfig.test
+/opt/ncs/zephyr/drivers/i2c/Kconfig.xec
+/opt/ncs/zephyr/drivers/i2c/Kconfig.xilinx_axi
+/opt/ncs/zephyr/drivers/i2c/target/Kconfig
+/opt/ncs/zephyr/drivers/i2c/target/Kconfig.eeprom
+/opt/ncs/zephyr/drivers/i2s/Kconfig
+/opt/ncs/zephyr/drivers/i2s/Kconfig.litex
+/opt/ncs/zephyr/drivers/i2s/Kconfig.mcux
+/opt/ncs/zephyr/drivers/i2s/Kconfig.mcux_flexcomm
+/opt/ncs/zephyr/drivers/i2s/Kconfig.nrfx
+/opt/ncs/zephyr/drivers/i2s/Kconfig.sam_ssc
+/opt/ncs/zephyr/drivers/i2s/Kconfig.stm32
+/opt/ncs/zephyr/drivers/i3c/Kconfig
+/opt/ncs/zephyr/drivers/i3c/Kconfig.cdns
+/opt/ncs/zephyr/drivers/i3c/Kconfig.npcx
+/opt/ncs/zephyr/drivers/i3c/Kconfig.nxp
+/opt/ncs/zephyr/drivers/i3c/Kconfig.test
+/opt/ncs/zephyr/drivers/ieee802154/Kconfig
+/opt/ncs/zephyr/drivers/ieee802154/Kconfig.b91
+/opt/ncs/zephyr/drivers/ieee802154/Kconfig.cc1200
+/opt/ncs/zephyr/drivers/ieee802154/Kconfig.cc13xx_cc26xx
+/opt/ncs/zephyr/drivers/ieee802154/Kconfig.cc2520
+/opt/ncs/zephyr/drivers/ieee802154/Kconfig.dw1000
+/opt/ncs/zephyr/drivers/ieee802154/Kconfig.kw41z
+/opt/ncs/zephyr/drivers/ieee802154/Kconfig.mcr20a
+/opt/ncs/zephyr/drivers/ieee802154/Kconfig.nrf5
+/opt/ncs/zephyr/drivers/ieee802154/Kconfig.rf2xx
+/opt/ncs/zephyr/drivers/ieee802154/Kconfig.uart_pipe
+/opt/ncs/zephyr/drivers/input/Kconfig
+/opt/ncs/zephyr/drivers/input/Kconfig.adc_keys
+/opt/ncs/zephyr/drivers/input/Kconfig.analog_axis
+/opt/ncs/zephyr/drivers/input/Kconfig.cap1203
+/opt/ncs/zephyr/drivers/input/Kconfig.cf1133
+/opt/ncs/zephyr/drivers/input/Kconfig.chsc6x
+/opt/ncs/zephyr/drivers/input/Kconfig.cst816s
+/opt/ncs/zephyr/drivers/input/Kconfig.esp32
+/opt/ncs/zephyr/drivers/input/Kconfig.evdev
+/opt/ncs/zephyr/drivers/input/Kconfig.ft5336
+/opt/ncs/zephyr/drivers/input/Kconfig.gpio_kbd_matrix
+/opt/ncs/zephyr/drivers/input/Kconfig.gpio_keys
+/opt/ncs/zephyr/drivers/input/Kconfig.gpio_qdec
+/opt/ncs/zephyr/drivers/input/Kconfig.gt911
+/opt/ncs/zephyr/drivers/input/Kconfig.it8xxx2
+/opt/ncs/zephyr/drivers/input/Kconfig.kbd_matrix
+/opt/ncs/zephyr/drivers/input/Kconfig.npcx
+/opt/ncs/zephyr/drivers/input/Kconfig.pat912x
+/opt/ncs/zephyr/drivers/input/Kconfig.paw32xx
+/opt/ncs/zephyr/drivers/input/Kconfig.pinnacle
+/opt/ncs/zephyr/drivers/input/Kconfig.pmw3610
+/opt/ncs/zephyr/drivers/input/Kconfig.sdl
+/opt/ncs/zephyr/drivers/input/Kconfig.stmpe811
+/opt/ncs/zephyr/drivers/input/Kconfig.xec
+/opt/ncs/zephyr/drivers/input/Kconfig.xpt2046
+/opt/ncs/zephyr/drivers/interrupt_controller/Kconfig
+/opt/ncs/zephyr/drivers/interrupt_controller/Kconfig.cavs
+/opt/ncs/zephyr/drivers/interrupt_controller/Kconfig.clic
+/opt/ncs/zephyr/drivers/interrupt_controller/Kconfig.dw
+/opt/ncs/zephyr/drivers/interrupt_controller/Kconfig.esp32
+/opt/ncs/zephyr/drivers/interrupt_controller/Kconfig.esp32c3
+/opt/ncs/zephyr/drivers/interrupt_controller/Kconfig.gd32_exti
+/opt/ncs/zephyr/drivers/interrupt_controller/Kconfig.gic
+/opt/ncs/zephyr/drivers/interrupt_controller/Kconfig.intel_vtd
+/opt/ncs/zephyr/drivers/interrupt_controller/Kconfig.it8xxx2
+/opt/ncs/zephyr/drivers/interrupt_controller/Kconfig.loapic
+/opt/ncs/zephyr/drivers/interrupt_controller/Kconfig.multilevel
+/opt/ncs/zephyr/drivers/interrupt_controller/Kconfig.multilevel.aggregator_template
+/opt/ncs/zephyr/drivers/interrupt_controller/Kconfig.npcx
+/opt/ncs/zephyr/drivers/interrupt_controller/Kconfig.nxp_irqsteer
+/opt/ncs/zephyr/drivers/interrupt_controller/Kconfig.nxp_pint
+/opt/ncs/zephyr/drivers/interrupt_controller/Kconfig.nxp_s32
+/opt/ncs/zephyr/drivers/interrupt_controller/Kconfig.plic
+/opt/ncs/zephyr/drivers/interrupt_controller/Kconfig.renesas_ra
+/opt/ncs/zephyr/drivers/interrupt_controller/Kconfig.rv32m1
+/opt/ncs/zephyr/drivers/interrupt_controller/Kconfig.sam0
+/opt/ncs/zephyr/drivers/interrupt_controller/Kconfig.shared_irq
+/opt/ncs/zephyr/drivers/interrupt_controller/Kconfig.stm32
+/opt/ncs/zephyr/drivers/interrupt_controller/Kconfig.vim
+/opt/ncs/zephyr/drivers/interrupt_controller/Kconfig.xec
+/opt/ncs/zephyr/drivers/interrupt_controller/Kconfig.xmc4xxx
+/opt/ncs/zephyr/drivers/ipm/Kconfig
+/opt/ncs/zephyr/drivers/ipm/Kconfig.imx
+/opt/ncs/zephyr/drivers/ipm/Kconfig.intel_adsp
+/opt/ncs/zephyr/drivers/ipm/Kconfig.ivshmem
+/opt/ncs/zephyr/drivers/ipm/Kconfig.nrfx
+/opt/ncs/zephyr/drivers/ipm/Kconfig.nrfx_ipc_channel
+/opt/ncs/zephyr/drivers/ipm/Kconfig.sedi
+/opt/ncs/zephyr/drivers/ipm/Kconfig.stm32
+/opt/ncs/zephyr/drivers/kscan/Kconfig
+/opt/ncs/zephyr/drivers/kscan/Kconfig.input
+/opt/ncs/zephyr/drivers/led/Kconfig
+/opt/ncs/zephyr/drivers/led/Kconfig.gpio
+/opt/ncs/zephyr/drivers/led/Kconfig.ht16k33
+/opt/ncs/zephyr/drivers/led/Kconfig.is31fl3216a
+/opt/ncs/zephyr/drivers/led/Kconfig.is31fl3733
+/opt/ncs/zephyr/drivers/led/Kconfig.lp3943
+/opt/ncs/zephyr/drivers/led/Kconfig.lp50xx
+/opt/ncs/zephyr/drivers/led/Kconfig.lp5562
+/opt/ncs/zephyr/drivers/led/Kconfig.lp5569
+/opt/ncs/zephyr/drivers/led/Kconfig.ncp5623
+/opt/ncs/zephyr/drivers/led/Kconfig.npm1300
+/opt/ncs/zephyr/drivers/led/Kconfig.pca9633
+/opt/ncs/zephyr/drivers/led/Kconfig.pwm
+/opt/ncs/zephyr/drivers/led/Kconfig.tlc59108
+/opt/ncs/zephyr/drivers/led/Kconfig.xec
+/opt/ncs/zephyr/drivers/led_strip/Kconfig
+/opt/ncs/zephyr/drivers/led_strip/Kconfig.apa102
+/opt/ncs/zephyr/drivers/led_strip/Kconfig.lpd880x
+/opt/ncs/zephyr/drivers/led_strip/Kconfig.tlc5971
+/opt/ncs/zephyr/drivers/led_strip/Kconfig.tlc59731
+/opt/ncs/zephyr/drivers/led_strip/Kconfig.ws2812
+/opt/ncs/zephyr/drivers/lora/Kconfig
+/opt/ncs/zephyr/drivers/lora/Kconfig.sx12xx
+/opt/ncs/zephyr/drivers/mbox/Kconfig
+/opt/ncs/zephyr/drivers/mbox/Kconfig.andes
+/opt/ncs/zephyr/drivers/mbox/Kconfig.nrf_bellboard
+/opt/ncs/zephyr/drivers/mbox/Kconfig.nrf_vevif
+/opt/ncs/zephyr/drivers/mbox/Kconfig.nrfx
+/opt/ncs/zephyr/drivers/mbox/Kconfig.nxp_imx
+/opt/ncs/zephyr/drivers/mbox/Kconfig.nxp_mailbox
+/opt/ncs/zephyr/drivers/mbox/Kconfig.nxp_s32
+/opt/ncs/zephyr/drivers/mdio/Kconfig
+/opt/ncs/zephyr/drivers/mdio/Kconfig.adin2111
+/opt/ncs/zephyr/drivers/mdio/Kconfig.esp32
+/opt/ncs/zephyr/drivers/mdio/Kconfig.gpio
+/opt/ncs/zephyr/drivers/mdio/Kconfig.nxp_enet
+/opt/ncs/zephyr/drivers/mdio/Kconfig.nxp_enet_qos
+/opt/ncs/zephyr/drivers/mdio/Kconfig.nxp_s32_gmac
+/opt/ncs/zephyr/drivers/mdio/Kconfig.nxp_s32_netc
+/opt/ncs/zephyr/drivers/mdio/Kconfig.sam
+/opt/ncs/zephyr/drivers/mdio/Kconfig.stm32_hal
+/opt/ncs/zephyr/drivers/mdio/Kconfig.xmc4xxx
+/opt/ncs/zephyr/drivers/memc/Kconfig
+/opt/ncs/zephyr/drivers/memc/Kconfig.mcux
+/opt/ncs/zephyr/drivers/memc/Kconfig.nxp_s32
+/opt/ncs/zephyr/drivers/memc/Kconfig.sam
+/opt/ncs/zephyr/drivers/memc/Kconfig.sifive
+/opt/ncs/zephyr/drivers/memc/Kconfig.smartbond
+/opt/ncs/zephyr/drivers/memc/Kconfig.stm32
+/opt/ncs/zephyr/drivers/mfd/Kconfig
+/opt/ncs/zephyr/drivers/mfd/Kconfig.ad559x
+/opt/ncs/zephyr/drivers/mfd/Kconfig.adp5585
+/opt/ncs/zephyr/drivers/mfd/Kconfig.axp192
+/opt/ncs/zephyr/drivers/mfd/Kconfig.bd8lb600fs
+/opt/ncs/zephyr/drivers/mfd/Kconfig.lpflexcomm
+/opt/ncs/zephyr/drivers/mfd/Kconfig.max20335
+/opt/ncs/zephyr/drivers/mfd/Kconfig.max31790
+/opt/ncs/zephyr/drivers/mfd/Kconfig.nct38xx
+/opt/ncs/zephyr/drivers/mfd/Kconfig.npm1300
+/opt/ncs/zephyr/drivers/mfd/Kconfig.npm6001
+/opt/ncs/zephyr/drivers/mfd/Kconfig.tle9104
+/opt/ncs/zephyr/drivers/mipi_dbi/Kconfig
+/opt/ncs/zephyr/drivers/mipi_dbi/Kconfig.nxp_lcdic
+/opt/ncs/zephyr/drivers/mipi_dbi/Kconfig.smartbond
+/opt/ncs/zephyr/drivers/mipi_dbi/Kconfig.spi
+/opt/ncs/zephyr/drivers/mipi_dsi/Kconfig
+/opt/ncs/zephyr/drivers/mipi_dsi/Kconfig.mcux
+/opt/ncs/zephyr/drivers/mipi_dsi/Kconfig.stm32
+/opt/ncs/zephyr/drivers/misc/Kconfig
+/opt/ncs/zephyr/drivers/misc/devmux/Kconfig
+/opt/ncs/zephyr/drivers/misc/ft8xx/Kconfig
+/opt/ncs/zephyr/drivers/misc/grove_lcd_rgb/Kconfig
+/opt/ncs/zephyr/drivers/misc/mcux_flexio/Kconfig
+/opt/ncs/zephyr/drivers/misc/nordic_vpr_launcher/Kconfig
+/opt/ncs/zephyr/drivers/misc/nxp_s32_emios/Kconfig
+/opt/ncs/zephyr/drivers/misc/pio_rpi_pico/Kconfig
+/opt/ncs/zephyr/drivers/misc/timeaware_gpio/Kconfig
+/opt/ncs/zephyr/drivers/misc/timeaware_gpio/Kconfig.timeaware_gpio_intel
+/opt/ncs/zephyr/drivers/mm/Kconfig
+/opt/ncs/zephyr/drivers/modem/Kconfig
+/opt/ncs/zephyr/drivers/modem/Kconfig.cellular
+/opt/ncs/zephyr/drivers/modem/Kconfig.gsm
+/opt/ncs/zephyr/drivers/modem/Kconfig.hl7800
+/opt/ncs/zephyr/drivers/modem/Kconfig.quectel-bg9x
+/opt/ncs/zephyr/drivers/modem/Kconfig.simcom-sim7080
+/opt/ncs/zephyr/drivers/modem/Kconfig.ublox-sara-r4
+/opt/ncs/zephyr/drivers/modem/Kconfig.wncm14a2a
+/opt/ncs/zephyr/drivers/net/Kconfig
+/opt/ncs/zephyr/drivers/pcie/Kconfig
+/opt/ncs/zephyr/drivers/pcie/endpoint/Kconfig
+/opt/ncs/zephyr/drivers/pcie/endpoint/Kconfig.iproc
+/opt/ncs/zephyr/drivers/pcie/host/Kconfig
+/opt/ncs/zephyr/drivers/peci/Kconfig
+/opt/ncs/zephyr/drivers/peci/Kconfig.it8xxx2
+/opt/ncs/zephyr/drivers/peci/Kconfig.npcx
+/opt/ncs/zephyr/drivers/peci/Kconfig.xec
+/opt/ncs/zephyr/drivers/pinctrl/Kconfig
+/opt/ncs/zephyr/drivers/pinctrl/Kconfig.ambiq
+/opt/ncs/zephyr/drivers/pinctrl/Kconfig.b91
+/opt/ncs/zephyr/drivers/pinctrl/Kconfig.cc13xx_cc26xx
+/opt/ncs/zephyr/drivers/pinctrl/Kconfig.emsdp
+/opt/ncs/zephyr/drivers/pinctrl/Kconfig.ene
+/opt/ncs/zephyr/drivers/pinctrl/Kconfig.eos_s3
+/opt/ncs/zephyr/drivers/pinctrl/Kconfig.esp32
+/opt/ncs/zephyr/drivers/pinctrl/Kconfig.gd32
+/opt/ncs/zephyr/drivers/pinctrl/Kconfig.gecko
+/opt/ncs/zephyr/drivers/pinctrl/Kconfig.ifx_cat1
+/opt/ncs/zephyr/drivers/pinctrl/Kconfig.imx
+/opt/ncs/zephyr/drivers/pinctrl/Kconfig.it8xxx2
+/opt/ncs/zephyr/drivers/pinctrl/Kconfig.kinetis
+/opt/ncs/zephyr/drivers/pinctrl/Kconfig.lpc_iocon
+/opt/ncs/zephyr/drivers/pinctrl/Kconfig.mci_io_mux
+/opt/ncs/zephyr/drivers/pinctrl/Kconfig.npcx
+/opt/ncs/zephyr/drivers/pinctrl/Kconfig.nrf
+/opt/ncs/zephyr/drivers/pinctrl/Kconfig.numaker
+/opt/ncs/zephyr/drivers/pinctrl/Kconfig.numicro
+/opt/ncs/zephyr/drivers/pinctrl/Kconfig.nxp_s32
+/opt/ncs/zephyr/drivers/pinctrl/Kconfig.rpi_pico
+/opt/ncs/zephyr/drivers/pinctrl/Kconfig.rv32m1
+/opt/ncs/zephyr/drivers/pinctrl/Kconfig.sam
+/opt/ncs/zephyr/drivers/pinctrl/Kconfig.sam0
+/opt/ncs/zephyr/drivers/pinctrl/Kconfig.sifive
+/opt/ncs/zephyr/drivers/pinctrl/Kconfig.stm32
+/opt/ncs/zephyr/drivers/pinctrl/Kconfig.ti_cc32xx
+/opt/ncs/zephyr/drivers/pinctrl/Kconfig.ti_k3
+/opt/ncs/zephyr/drivers/pinctrl/Kconfig.xec
+/opt/ncs/zephyr/drivers/pinctrl/Kconfig.xlnx
+/opt/ncs/zephyr/drivers/pinctrl/Kconfig.xmc4xxx
+/opt/ncs/zephyr/drivers/pinctrl/Kconfig.zynqmp
+/opt/ncs/zephyr/drivers/pinctrl/renesas/Kconfig
+/opt/ncs/zephyr/drivers/pinctrl/renesas/ra/Kconfig
+/opt/ncs/zephyr/drivers/pinctrl/renesas/rcar/Kconfig
+/opt/ncs/zephyr/drivers/pinctrl/renesas/rz/Kconfig
+/opt/ncs/zephyr/drivers/pinctrl/renesas/smartbond/Kconfig
+/opt/ncs/zephyr/drivers/pm_cpu_ops/Kconfig
+/opt/ncs/zephyr/drivers/power_domain/Kconfig
+/opt/ncs/zephyr/drivers/ps2/Kconfig
+/opt/ncs/zephyr/drivers/ps2/Kconfig.npcx
+/opt/ncs/zephyr/drivers/ps2/Kconfig.xec
+/opt/ncs/zephyr/drivers/ptp_clock/Kconfig
+/opt/ncs/zephyr/drivers/ptp_clock/Kconfig.nxp_enet
+/opt/ncs/zephyr/drivers/pwm/Kconfig
+/opt/ncs/zephyr/drivers/pwm/Kconfig.b91
+/opt/ncs/zephyr/drivers/pwm/Kconfig.cc13xx_cc26xx_timer
+/opt/ncs/zephyr/drivers/pwm/Kconfig.ene
+/opt/ncs/zephyr/drivers/pwm/Kconfig.esp32
+/opt/ncs/zephyr/drivers/pwm/Kconfig.gd32
+/opt/ncs/zephyr/drivers/pwm/Kconfig.gecko
+/opt/ncs/zephyr/drivers/pwm/Kconfig.imx
+/opt/ncs/zephyr/drivers/pwm/Kconfig.intel_blinky
+/opt/ncs/zephyr/drivers/pwm/Kconfig.it8xxx2
+/opt/ncs/zephyr/drivers/pwm/Kconfig.litex
+/opt/ncs/zephyr/drivers/pwm/Kconfig.max31790
+/opt/ncs/zephyr/drivers/pwm/Kconfig.mcux
+/opt/ncs/zephyr/drivers/pwm/Kconfig.mcux_ctimer
+/opt/ncs/zephyr/drivers/pwm/Kconfig.mcux_ftm
+/opt/ncs/zephyr/drivers/pwm/Kconfig.mcux_pwt
+/opt/ncs/zephyr/drivers/pwm/Kconfig.mcux_sctimer
+/opt/ncs/zephyr/drivers/pwm/Kconfig.mcux_tpm
+/opt/ncs/zephyr/drivers/pwm/Kconfig.npcx
+/opt/ncs/zephyr/drivers/pwm/Kconfig.nrf_sw
+/opt/ncs/zephyr/drivers/pwm/Kconfig.nrfx
+/opt/ncs/zephyr/drivers/pwm/Kconfig.numaker
+/opt/ncs/zephyr/drivers/pwm/Kconfig.nxp_s32_emios
+/opt/ncs/zephyr/drivers/pwm/Kconfig.pca9685
+/opt/ncs/zephyr/drivers/pwm/Kconfig.rcar
+/opt/ncs/zephyr/drivers/pwm/Kconfig.rpi_pico
+/opt/ncs/zephyr/drivers/pwm/Kconfig.rv32m1_tpm
+/opt/ncs/zephyr/drivers/pwm/Kconfig.sam
+/opt/ncs/zephyr/drivers/pwm/Kconfig.sam0
+/opt/ncs/zephyr/drivers/pwm/Kconfig.sifive
+/opt/ncs/zephyr/drivers/pwm/Kconfig.stm32
+/opt/ncs/zephyr/drivers/pwm/Kconfig.test
+/opt/ncs/zephyr/drivers/pwm/Kconfig.xec
+/opt/ncs/zephyr/drivers/pwm/Kconfig.xlnx
+/opt/ncs/zephyr/drivers/pwm/Kconfig.xmc4xxx_ccu4
+/opt/ncs/zephyr/drivers/pwm/Kconfig.xmc4xxx_ccu8
+/opt/ncs/zephyr/drivers/regulator/Kconfig
+/opt/ncs/zephyr/drivers/regulator/Kconfig.adp5360
+/opt/ncs/zephyr/drivers/regulator/Kconfig.axp192
+/opt/ncs/zephyr/drivers/regulator/Kconfig.cp9314
+/opt/ncs/zephyr/drivers/regulator/Kconfig.da1469x
+/opt/ncs/zephyr/drivers/regulator/Kconfig.fake
+/opt/ncs/zephyr/drivers/regulator/Kconfig.fixed
+/opt/ncs/zephyr/drivers/regulator/Kconfig.gpio
+/opt/ncs/zephyr/drivers/regulator/Kconfig.max20335
+/opt/ncs/zephyr/drivers/regulator/Kconfig.npm1100
+/opt/ncs/zephyr/drivers/regulator/Kconfig.npm1300
+/opt/ncs/zephyr/drivers/regulator/Kconfig.npm6001
+/opt/ncs/zephyr/drivers/regulator/Kconfig.nxp_vref
+/opt/ncs/zephyr/drivers/regulator/Kconfig.pca9420
+/opt/ncs/zephyr/drivers/regulator/Kconfig.rpi_pico
+/opt/ncs/zephyr/drivers/reset/Kconfig
+/opt/ncs/zephyr/drivers/reset/Kconfig.aspeed
+/opt/ncs/zephyr/drivers/reset/Kconfig.gd32
+/opt/ncs/zephyr/drivers/reset/Kconfig.intel_socfpga
+/opt/ncs/zephyr/drivers/reset/Kconfig.lpc_syscon
+/opt/ncs/zephyr/drivers/reset/Kconfig.npcx
+/opt/ncs/zephyr/drivers/reset/Kconfig.numaker
+/opt/ncs/zephyr/drivers/reset/Kconfig.nxp_rstctl
+/opt/ncs/zephyr/drivers/reset/Kconfig.rpi_pico
+/opt/ncs/zephyr/drivers/reset/Kconfig.stm32
+/opt/ncs/zephyr/drivers/retained_mem/Kconfig
+/opt/ncs/zephyr/drivers/retained_mem/Kconfig.nrf
+/opt/ncs/zephyr/drivers/retained_mem/Kconfig.zephyr
+/opt/ncs/zephyr/drivers/rtc/Kconfig
+/opt/ncs/zephyr/drivers/rtc/Kconfig.am1805
+/opt/ncs/zephyr/drivers/rtc/Kconfig.ds1307
+/opt/ncs/zephyr/drivers/rtc/Kconfig.emul
+/opt/ncs/zephyr/drivers/rtc/Kconfig.fake
+/opt/ncs/zephyr/drivers/rtc/Kconfig.mc146818
+/opt/ncs/zephyr/drivers/rtc/Kconfig.numaker
+/opt/ncs/zephyr/drivers/rtc/Kconfig.pcf8523
+/opt/ncs/zephyr/drivers/rtc/Kconfig.pcf8563
+/opt/ncs/zephyr/drivers/rtc/Kconfig.rpi_pico
+/opt/ncs/zephyr/drivers/rtc/Kconfig.sam
+/opt/ncs/zephyr/drivers/rtc/Kconfig.smartbond
+/opt/ncs/zephyr/drivers/rtc/Kconfig.stm32
+/opt/ncs/zephyr/drivers/sdhc/Kconfig
+/opt/ncs/zephyr/drivers/sdhc/Kconfig.esp32
+/opt/ncs/zephyr/drivers/sdhc/Kconfig.ifx_cat1
+/opt/ncs/zephyr/drivers/sdhc/Kconfig.imx
+/opt/ncs/zephyr/drivers/sdhc/Kconfig.intel
+/opt/ncs/zephyr/drivers/sdhc/Kconfig.mcux_sdif
+/opt/ncs/zephyr/drivers/sdhc/Kconfig.rcar
+/opt/ncs/zephyr/drivers/sdhc/Kconfig.sam_hsmci
+/opt/ncs/zephyr/drivers/sdhc/Kconfig.sdhc_cdns
+/opt/ncs/zephyr/drivers/sdhc/Kconfig.spi
+/opt/ncs/zephyr/drivers/sensor/Kconfig
+/opt/ncs/zephyr/drivers/sensor/Kconfig.trigger_template
+/opt/ncs/zephyr/drivers/sensor/a01nyub/Kconfig
+/opt/ncs/zephyr/drivers/sensor/adi/Kconfig
+/opt/ncs/zephyr/drivers/sensor/adi/adltc2990/Kconfig
+/opt/ncs/zephyr/drivers/sensor/adi/adt7310/Kconfig
+/opt/ncs/zephyr/drivers/sensor/adi/adt7420/Kconfig
+/opt/ncs/zephyr/drivers/sensor/adi/adxl345/Kconfig
+/opt/ncs/zephyr/drivers/sensor/adi/adxl362/Kconfig
+/opt/ncs/zephyr/drivers/sensor/adi/adxl367/Kconfig
+/opt/ncs/zephyr/drivers/sensor/adi/adxl372/Kconfig
+/opt/ncs/zephyr/drivers/sensor/amd_sb_tsi/Kconfig
+/opt/ncs/zephyr/drivers/sensor/amg88xx/Kconfig
+/opt/ncs/zephyr/drivers/sensor/ams/Kconfig
+/opt/ncs/zephyr/drivers/sensor/ams/ams_as5600/Kconfig
+/opt/ncs/zephyr/drivers/sensor/ams/ams_iAQcore/Kconfig
+/opt/ncs/zephyr/drivers/sensor/ams/ccs811/Kconfig
+/opt/ncs/zephyr/drivers/sensor/ams/ens210/Kconfig
+/opt/ncs/zephyr/drivers/sensor/ams/tcs3400/Kconfig
+/opt/ncs/zephyr/drivers/sensor/ams/tmd2620/Kconfig
+/opt/ncs/zephyr/drivers/sensor/ams/tsl2540/Kconfig
+/opt/ncs/zephyr/drivers/sensor/ams/tsl2561/Kconfig
+/opt/ncs/zephyr/drivers/sensor/ams/tsl2591/Kconfig
+/opt/ncs/zephyr/drivers/sensor/aosong/Kconfig
+/opt/ncs/zephyr/drivers/sensor/aosong/ags10/Kconfig
+/opt/ncs/zephyr/drivers/sensor/aosong/dht/Kconfig
+/opt/ncs/zephyr/drivers/sensor/aosong/dht20/Kconfig
+/opt/ncs/zephyr/drivers/sensor/apds9960/Kconfig
+/opt/ncs/zephyr/drivers/sensor/asahi_kasei/Kconfig
+/opt/ncs/zephyr/drivers/sensor/asahi_kasei/ak8975/Kconfig
+/opt/ncs/zephyr/drivers/sensor/asahi_kasei/akm09918c/Kconfig
+/opt/ncs/zephyr/drivers/sensor/bosch/Kconfig
+/opt/ncs/zephyr/drivers/sensor/bosch/bma280/Kconfig
+/opt/ncs/zephyr/drivers/sensor/bosch/bma4xx/Kconfig
+/opt/ncs/zephyr/drivers/sensor/bosch/bmc150_magn/Kconfig
+/opt/ncs/zephyr/drivers/sensor/bosch/bme280/Kconfig
+/opt/ncs/zephyr/drivers/sensor/bosch/bme680/Kconfig
+/opt/ncs/zephyr/drivers/sensor/bosch/bmg160/Kconfig
+/opt/ncs/zephyr/drivers/sensor/bosch/bmi08x/Kconfig
+/opt/ncs/zephyr/drivers/sensor/bosch/bmi160/Kconfig
+/opt/ncs/zephyr/drivers/sensor/bosch/bmi270/Kconfig
+/opt/ncs/zephyr/drivers/sensor/bosch/bmi323/Kconfig
+/opt/ncs/zephyr/drivers/sensor/bosch/bmm150/Kconfig
+/opt/ncs/zephyr/drivers/sensor/bosch/bmp388/Kconfig
+/opt/ncs/zephyr/drivers/sensor/bosch/bmp581/Kconfig
+/opt/ncs/zephyr/drivers/sensor/current_amp/Kconfig
+/opt/ncs/zephyr/drivers/sensor/ene_tach_kb1200/Kconfig
+/opt/ncs/zephyr/drivers/sensor/ens160/Kconfig
+/opt/ncs/zephyr/drivers/sensor/espressif/Kconfig
+/opt/ncs/zephyr/drivers/sensor/espressif/esp32_temp/Kconfig
+/opt/ncs/zephyr/drivers/sensor/espressif/pcnt_esp32/Kconfig
+/opt/ncs/zephyr/drivers/sensor/explorir_m/Kconfig
+/opt/ncs/zephyr/drivers/sensor/f75303/Kconfig
+/opt/ncs/zephyr/drivers/sensor/fcx_mldx5/Kconfig
+/opt/ncs/zephyr/drivers/sensor/grow_r502a/Kconfig
+/opt/ncs/zephyr/drivers/sensor/honeywell/Kconfig
+/opt/ncs/zephyr/drivers/sensor/honeywell/hmc5883l/Kconfig
+/opt/ncs/zephyr/drivers/sensor/honeywell/mpr/Kconfig
+/opt/ncs/zephyr/drivers/sensor/honeywell/sm351lt/Kconfig
+/opt/ncs/zephyr/drivers/sensor/hp206c/Kconfig
+/opt/ncs/zephyr/drivers/sensor/hs300x/Kconfig
+/opt/ncs/zephyr/drivers/sensor/infineon/Kconfig
+/opt/ncs/zephyr/drivers/sensor/infineon/dps310/Kconfig
+/opt/ncs/zephyr/drivers/sensor/infineon/tle9104/Kconfig
+/opt/ncs/zephyr/drivers/sensor/infineon/xmc4xxx_temp/Kconfig
+/opt/ncs/zephyr/drivers/sensor/isl29035/Kconfig
+/opt/ncs/zephyr/drivers/sensor/ist8310/Kconfig
+/opt/ncs/zephyr/drivers/sensor/ite/Kconfig
+/opt/ncs/zephyr/drivers/sensor/ite/ite_tach_it8xxx2/Kconfig
+/opt/ncs/zephyr/drivers/sensor/ite/ite_vcmp_it8xxx2/Kconfig
+/opt/ncs/zephyr/drivers/sensor/lm35/Kconfig
+/opt/ncs/zephyr/drivers/sensor/lm75/Kconfig
+/opt/ncs/zephyr/drivers/sensor/lm77/Kconfig
+/opt/ncs/zephyr/drivers/sensor/ltrf216a/Kconfig
+/opt/ncs/zephyr/drivers/sensor/maxim/Kconfig
+/opt/ncs/zephyr/drivers/sensor/maxim/ds18b20/Kconfig
+/opt/ncs/zephyr/drivers/sensor/maxim/max17055/Kconfig
+/opt/ncs/zephyr/drivers/sensor/maxim/max17262/Kconfig
+/opt/ncs/zephyr/drivers/sensor/maxim/max30101/Kconfig
+/opt/ncs/zephyr/drivers/sensor/maxim/max31790/Kconfig
+/opt/ncs/zephyr/drivers/sensor/maxim/max31855/Kconfig
+/opt/ncs/zephyr/drivers/sensor/maxim/max31865/Kconfig
+/opt/ncs/zephyr/drivers/sensor/maxim/max31875/Kconfig
+/opt/ncs/zephyr/drivers/sensor/maxim/max44009/Kconfig
+/opt/ncs/zephyr/drivers/sensor/maxim/max6675/Kconfig
+/opt/ncs/zephyr/drivers/sensor/mc3419/Kconfig
+/opt/ncs/zephyr/drivers/sensor/meas/Kconfig
+/opt/ncs/zephyr/drivers/sensor/meas/ms5607/Kconfig
+/opt/ncs/zephyr/drivers/sensor/meas/ms5837/Kconfig
+/opt/ncs/zephyr/drivers/sensor/mhz19b/Kconfig
+/opt/ncs/zephyr/drivers/sensor/microchip/Kconfig
+/opt/ncs/zephyr/drivers/sensor/microchip/mchp_tach_xec/Kconfig
+/opt/ncs/zephyr/drivers/sensor/microchip/mcp9600/Kconfig
+/opt/ncs/zephyr/drivers/sensor/microchip/mcp970x/Kconfig
+/opt/ncs/zephyr/drivers/sensor/microchip/mcp9808/Kconfig
+/opt/ncs/zephyr/drivers/sensor/microchip/tcn75a/Kconfig
+/opt/ncs/zephyr/drivers/sensor/nct75/Kconfig
+/opt/ncs/zephyr/drivers/sensor/nordic/Kconfig
+/opt/ncs/zephyr/drivers/sensor/nordic/npm1300_charger/Kconfig
+/opt/ncs/zephyr/drivers/sensor/nordic/qdec_nrfx/Kconfig
+/opt/ncs/zephyr/drivers/sensor/nordic/temp/Kconfig
+/opt/ncs/zephyr/drivers/sensor/ntc_thermistor/Kconfig
+/opt/ncs/zephyr/drivers/sensor/nuvoton/Kconfig
+/opt/ncs/zephyr/drivers/sensor/nuvoton/nuvoton_adc_cmp_npcx/Kconfig
+/opt/ncs/zephyr/drivers/sensor/nuvoton/nuvoton_tach_npcx/Kconfig
+/opt/ncs/zephyr/drivers/sensor/nxp/Kconfig
+/opt/ncs/zephyr/drivers/sensor/nxp/fxas21002/Kconfig
+/opt/ncs/zephyr/drivers/sensor/nxp/fxos8700/Kconfig
+/opt/ncs/zephyr/drivers/sensor/nxp/mcux_acmp/Kconfig
+/opt/ncs/zephyr/drivers/sensor/nxp/nxp_kinetis_temp/Kconfig
+/opt/ncs/zephyr/drivers/sensor/nxp/nxp_tempmon/Kconfig
+/opt/ncs/zephyr/drivers/sensor/nxp/qdec_mcux/Kconfig
+/opt/ncs/zephyr/drivers/sensor/nxp/qdec_nxp_s32/Kconfig
+/opt/ncs/zephyr/drivers/sensor/pms7003/Kconfig
+/opt/ncs/zephyr/drivers/sensor/qdec_sam/Kconfig
+/opt/ncs/zephyr/drivers/sensor/rohm/Kconfig
+/opt/ncs/zephyr/drivers/sensor/rohm/bd8lb600fs/Kconfig
+/opt/ncs/zephyr/drivers/sensor/rohm/bh1750/Kconfig
+/opt/ncs/zephyr/drivers/sensor/rpi_pico_temp/Kconfig
+/opt/ncs/zephyr/drivers/sensor/s11059/Kconfig
+/opt/ncs/zephyr/drivers/sensor/sbs_gauge/Kconfig
+/opt/ncs/zephyr/drivers/sensor/seeed/Kconfig
+/opt/ncs/zephyr/drivers/sensor/seeed/grove/Kconfig
+/opt/ncs/zephyr/drivers/sensor/seeed/hm330x/Kconfig
+/opt/ncs/zephyr/drivers/sensor/sensirion/Kconfig
+/opt/ncs/zephyr/drivers/sensor/sensirion/sgp40/Kconfig
+/opt/ncs/zephyr/drivers/sensor/sensirion/sht3xd/Kconfig
+/opt/ncs/zephyr/drivers/sensor/sensirion/sht4x/Kconfig
+/opt/ncs/zephyr/drivers/sensor/sensirion/shtcx/Kconfig
+/opt/ncs/zephyr/drivers/sensor/silabs/Kconfig
+/opt/ncs/zephyr/drivers/sensor/silabs/si7006/Kconfig
+/opt/ncs/zephyr/drivers/sensor/silabs/si7055/Kconfig
+/opt/ncs/zephyr/drivers/sensor/silabs/si7060/Kconfig
+/opt/ncs/zephyr/drivers/sensor/silabs/si7210/Kconfig
+/opt/ncs/zephyr/drivers/sensor/st/Kconfig
+/opt/ncs/zephyr/drivers/sensor/st/hts221/Kconfig
+/opt/ncs/zephyr/drivers/sensor/st/i3g4250d/Kconfig
+/opt/ncs/zephyr/drivers/sensor/st/iis2dh/Kconfig
+/opt/ncs/zephyr/drivers/sensor/st/iis2dlpc/Kconfig
+/opt/ncs/zephyr/drivers/sensor/st/iis2iclx/Kconfig
+/opt/ncs/zephyr/drivers/sensor/st/iis2mdc/Kconfig
+/opt/ncs/zephyr/drivers/sensor/st/iis328dq/Kconfig
+/opt/ncs/zephyr/drivers/sensor/st/iis3dhhc/Kconfig
+/opt/ncs/zephyr/drivers/sensor/st/ism330dhcx/Kconfig
+/opt/ncs/zephyr/drivers/sensor/st/lis2de12/Kconfig
+/opt/ncs/zephyr/drivers/sensor/st/lis2dh/Kconfig
+/opt/ncs/zephyr/drivers/sensor/st/lis2ds12/Kconfig
+/opt/ncs/zephyr/drivers/sensor/st/lis2du12/Kconfig
+/opt/ncs/zephyr/drivers/sensor/st/lis2dux12/Kconfig
+/opt/ncs/zephyr/drivers/sensor/st/lis2dw12/Kconfig
+/opt/ncs/zephyr/drivers/sensor/st/lis2mdl/Kconfig
+/opt/ncs/zephyr/drivers/sensor/st/lis3mdl/Kconfig
+/opt/ncs/zephyr/drivers/sensor/st/lps22hb/Kconfig
+/opt/ncs/zephyr/drivers/sensor/st/lps22hh/Kconfig
+/opt/ncs/zephyr/drivers/sensor/st/lps25hb/Kconfig
+/opt/ncs/zephyr/drivers/sensor/st/lps2xdf/Kconfig
+/opt/ncs/zephyr/drivers/sensor/st/lsm303dlhc_magn/Kconfig
+/opt/ncs/zephyr/drivers/sensor/st/lsm6ds0/Kconfig
+/opt/ncs/zephyr/drivers/sensor/st/lsm6dsl/Kconfig
+/opt/ncs/zephyr/drivers/sensor/st/lsm6dso/Kconfig
+/opt/ncs/zephyr/drivers/sensor/st/lsm6dso16is/Kconfig
+/opt/ncs/zephyr/drivers/sensor/st/lsm6dsv16x/Kconfig
+/opt/ncs/zephyr/drivers/sensor/st/lsm9ds0_gyro/Kconfig
+/opt/ncs/zephyr/drivers/sensor/st/lsm9ds0_mfd/Kconfig
+/opt/ncs/zephyr/drivers/sensor/st/qdec_stm32/Kconfig
+/opt/ncs/zephyr/drivers/sensor/st/stm32_temp/Kconfig
+/opt/ncs/zephyr/drivers/sensor/st/stm32_vbat/Kconfig
+/opt/ncs/zephyr/drivers/sensor/st/stm32_vref/Kconfig
+/opt/ncs/zephyr/drivers/sensor/st/stts22h/Kconfig
+/opt/ncs/zephyr/drivers/sensor/st/stts751/Kconfig
+/opt/ncs/zephyr/drivers/sensor/st/vl53l0x/Kconfig
+/opt/ncs/zephyr/drivers/sensor/st/vl53l1x/Kconfig
+/opt/ncs/zephyr/drivers/sensor/sx9500/Kconfig
+/opt/ncs/zephyr/drivers/sensor/tdk/icm42605/Kconfig
+/opt/ncs/zephyr/drivers/sensor/tdk/icm42670/Kconfig
+/opt/ncs/zephyr/drivers/sensor/tdk/icm42688/Kconfig
+/opt/ncs/zephyr/drivers/sensor/tdk/icp10125/Kconfig
+/opt/ncs/zephyr/drivers/sensor/tdk/mpu6050/Kconfig
+/opt/ncs/zephyr/drivers/sensor/tdk/mpu9250/Kconfig
+/opt/ncs/zephyr/drivers/sensor/th02/Kconfig
+/opt/ncs/zephyr/drivers/sensor/ti/Kconfig
+/opt/ncs/zephyr/drivers/sensor/ti/bq274xx/Kconfig
+/opt/ncs/zephyr/drivers/sensor/ti/fdc2x1x/Kconfig
+/opt/ncs/zephyr/drivers/sensor/ti/ina219/Kconfig
+/opt/ncs/zephyr/drivers/sensor/ti/ina226/Kconfig
+/opt/ncs/zephyr/drivers/sensor/ti/ina23x/Kconfig
+/opt/ncs/zephyr/drivers/sensor/ti/ina3221/Kconfig
+/opt/ncs/zephyr/drivers/sensor/ti/opt3001/Kconfig
+/opt/ncs/zephyr/drivers/sensor/ti/ti_hdc/Kconfig
+/opt/ncs/zephyr/drivers/sensor/ti/ti_hdc20xx/Kconfig
+/opt/ncs/zephyr/drivers/sensor/ti/tmag5170/Kconfig
+/opt/ncs/zephyr/drivers/sensor/ti/tmag5273/Kconfig
+/opt/ncs/zephyr/drivers/sensor/ti/tmp007/Kconfig
+/opt/ncs/zephyr/drivers/sensor/ti/tmp108/Kconfig
+/opt/ncs/zephyr/drivers/sensor/ti/tmp112/Kconfig
+/opt/ncs/zephyr/drivers/sensor/ti/tmp114/Kconfig
+/opt/ncs/zephyr/drivers/sensor/ti/tmp116/Kconfig
+/opt/ncs/zephyr/drivers/sensor/tsic_xx6/Kconfig
+/opt/ncs/zephyr/drivers/sensor/veaa_x_3/Kconfig
+/opt/ncs/zephyr/drivers/sensor/vishay/Kconfig
+/opt/ncs/zephyr/drivers/sensor/vishay/vcnl36825t/Kconfig
+/opt/ncs/zephyr/drivers/sensor/vishay/vcnl4040/Kconfig
+/opt/ncs/zephyr/drivers/sensor/vishay/veml7700/Kconfig
+/opt/ncs/zephyr/drivers/sensor/voltage_divider/Kconfig
+/opt/ncs/zephyr/drivers/sensor/wsen/Kconfig
+/opt/ncs/zephyr/drivers/sensor/wsen/wsen_hids/Kconfig
+/opt/ncs/zephyr/drivers/sensor/wsen/wsen_itds/Kconfig
+/opt/ncs/zephyr/drivers/sensor/wsen/wsen_pads/Kconfig
+/opt/ncs/zephyr/drivers/sensor/wsen/wsen_pdus/Kconfig
+/opt/ncs/zephyr/drivers/sensor/wsen/wsen_tids/Kconfig
+/opt/ncs/zephyr/drivers/serial/Kconfig
+/opt/ncs/zephyr/drivers/serial/Kconfig.altera
+/opt/ncs/zephyr/drivers/serial/Kconfig.altera_jtag
+/opt/ncs/zephyr/drivers/serial/Kconfig.apbuart
+/opt/ncs/zephyr/drivers/serial/Kconfig.b91
+/opt/ncs/zephyr/drivers/serial/Kconfig.bcm2711
+/opt/ncs/zephyr/drivers/serial/Kconfig.bt
+/opt/ncs/zephyr/drivers/serial/Kconfig.cc13xx_cc26xx
+/opt/ncs/zephyr/drivers/serial/Kconfig.cc32xx
+/opt/ncs/zephyr/drivers/serial/Kconfig.cdns
+/opt/ncs/zephyr/drivers/serial/Kconfig.cmsdk_apb
+/opt/ncs/zephyr/drivers/serial/Kconfig.efinix_sapphire
+/opt/ncs/zephyr/drivers/serial/Kconfig.emul
+/opt/ncs/zephyr/drivers/serial/Kconfig.ene
+/opt/ncs/zephyr/drivers/serial/Kconfig.esp32
+/opt/ncs/zephyr/drivers/serial/Kconfig.gd32
+/opt/ncs/zephyr/drivers/serial/Kconfig.gecko
+/opt/ncs/zephyr/drivers/serial/Kconfig.hostlink
+/opt/ncs/zephyr/drivers/serial/Kconfig.ifx_cat1
+/opt/ncs/zephyr/drivers/serial/Kconfig.imx
+/opt/ncs/zephyr/drivers/serial/Kconfig.intel_lw
+/opt/ncs/zephyr/drivers/serial/Kconfig.it8xxx2
+/opt/ncs/zephyr/drivers/serial/Kconfig.leuart_gecko
+/opt/ncs/zephyr/drivers/serial/Kconfig.litex
+/opt/ncs/zephyr/drivers/serial/Kconfig.lpc11u6x
+/opt/ncs/zephyr/drivers/serial/Kconfig.mcux
+/opt/ncs/zephyr/drivers/serial/Kconfig.mcux_flexcomm
+/opt/ncs/zephyr/drivers/serial/Kconfig.mcux_iuart
+/opt/ncs/zephyr/drivers/serial/Kconfig.mcux_lpsci
+/opt/ncs/zephyr/drivers/serial/Kconfig.mcux_lpuart
+/opt/ncs/zephyr/drivers/serial/Kconfig.miv
+/opt/ncs/zephyr/drivers/serial/Kconfig.msp432p4xx
+/opt/ncs/zephyr/drivers/serial/Kconfig.native_posix
+/opt/ncs/zephyr/drivers/serial/Kconfig.native_tty
+/opt/ncs/zephyr/drivers/serial/Kconfig.neorv32
+/opt/ncs/zephyr/drivers/serial/Kconfig.npcx
+/opt/ncs/zephyr/drivers/serial/Kconfig.nrfx
+/opt/ncs/zephyr/drivers/serial/Kconfig.nrfx_uart_instance
+/opt/ncs/zephyr/drivers/serial/Kconfig.ns16550
+/opt/ncs/zephyr/drivers/serial/Kconfig.numaker
+/opt/ncs/zephyr/drivers/serial/Kconfig.numicro
+/opt/ncs/zephyr/drivers/serial/Kconfig.nxp_s32
+/opt/ncs/zephyr/drivers/serial/Kconfig.opentitan
+/opt/ncs/zephyr/drivers/serial/Kconfig.pl011
+/opt/ncs/zephyr/drivers/serial/Kconfig.psoc6
+/opt/ncs/zephyr/drivers/serial/Kconfig.ql_usbserialport_s3b
+/opt/ncs/zephyr/drivers/serial/Kconfig.rcar
+/opt/ncs/zephyr/drivers/serial/Kconfig.renesas_ra
+/opt/ncs/zephyr/drivers/serial/Kconfig.rpi_pico
+/opt/ncs/zephyr/drivers/serial/Kconfig.rtt
+/opt/ncs/zephyr/drivers/serial/Kconfig.rv32m1_lpuart
+/opt/ncs/zephyr/drivers/serial/Kconfig.rzt2m
+/opt/ncs/zephyr/drivers/serial/Kconfig.sam0
+/opt/ncs/zephyr/drivers/serial/Kconfig.sedi
+/opt/ncs/zephyr/drivers/serial/Kconfig.sifive
+/opt/ncs/zephyr/drivers/serial/Kconfig.smartbond
+/opt/ncs/zephyr/drivers/serial/Kconfig.stellaris
+/opt/ncs/zephyr/drivers/serial/Kconfig.stm32
+/opt/ncs/zephyr/drivers/serial/Kconfig.test
+/opt/ncs/zephyr/drivers/serial/Kconfig.uart_sam
+/opt/ncs/zephyr/drivers/serial/Kconfig.usart_sam
+/opt/ncs/zephyr/drivers/serial/Kconfig.xec
+/opt/ncs/zephyr/drivers/serial/Kconfig.xen
+/opt/ncs/zephyr/drivers/serial/Kconfig.xlnx
+/opt/ncs/zephyr/drivers/serial/Kconfig.xmc4xxx
+/opt/ncs/zephyr/drivers/sip_svc/Kconfig
+/opt/ncs/zephyr/drivers/sip_svc/Kconfig.sip_smc_agilex
+/opt/ncs/zephyr/drivers/smbus/Kconfig
+/opt/ncs/zephyr/drivers/spi/Kconfig
+/opt/ncs/zephyr/drivers/spi/Kconfig.ambiq
+/opt/ncs/zephyr/drivers/spi/Kconfig.andes_atcspi200
+/opt/ncs/zephyr/drivers/spi/Kconfig.b91
+/opt/ncs/zephyr/drivers/spi/Kconfig.bitbang
+/opt/ncs/zephyr/drivers/spi/Kconfig.cc13xx_cc26xx
+/opt/ncs/zephyr/drivers/spi/Kconfig.dw
+/opt/ncs/zephyr/drivers/spi/Kconfig.esp32
+/opt/ncs/zephyr/drivers/spi/Kconfig.gd32
+/opt/ncs/zephyr/drivers/spi/Kconfig.gecko
+/opt/ncs/zephyr/drivers/spi/Kconfig.grlib_spimctrl
+/opt/ncs/zephyr/drivers/spi/Kconfig.ifx_cat1
+/opt/ncs/zephyr/drivers/spi/Kconfig.litex
+/opt/ncs/zephyr/drivers/spi/Kconfig.mchp_mss
+/opt/ncs/zephyr/drivers/spi/Kconfig.mchp_mss_qspi
+/opt/ncs/zephyr/drivers/spi/Kconfig.mcux_dspi
+/opt/ncs/zephyr/drivers/spi/Kconfig.mcux_ecspi
+/opt/ncs/zephyr/drivers/spi/Kconfig.mcux_flexcomm
+/opt/ncs/zephyr/drivers/spi/Kconfig.mcux_flexio
+/opt/ncs/zephyr/drivers/spi/Kconfig.mcux_lpspi
+/opt/ncs/zephyr/drivers/spi/Kconfig.npcx
+/opt/ncs/zephyr/drivers/spi/Kconfig.nrfx
+/opt/ncs/zephyr/drivers/spi/Kconfig.numaker
+/opt/ncs/zephyr/drivers/spi/Kconfig.nxp_s32
+/opt/ncs/zephyr/drivers/spi/Kconfig.oc_simple
+/opt/ncs/zephyr/drivers/spi/Kconfig.opentitan
+/opt/ncs/zephyr/drivers/spi/Kconfig.pl022
+/opt/ncs/zephyr/drivers/spi/Kconfig.psoc6
+/opt/ncs/zephyr/drivers/spi/Kconfig.pw
+/opt/ncs/zephyr/drivers/spi/Kconfig.rpi_pico
+/opt/ncs/zephyr/drivers/spi/Kconfig.rv32m1_lpspi
+/opt/ncs/zephyr/drivers/spi/Kconfig.sam
+/opt/ncs/zephyr/drivers/spi/Kconfig.sam0
+/opt/ncs/zephyr/drivers/spi/Kconfig.sedi
+/opt/ncs/zephyr/drivers/spi/Kconfig.sifive
+/opt/ncs/zephyr/drivers/spi/Kconfig.smartbond
+/opt/ncs/zephyr/drivers/spi/Kconfig.spi_emul
+/opt/ncs/zephyr/drivers/spi/Kconfig.stm32
+/opt/ncs/zephyr/drivers/spi/Kconfig.test
+/opt/ncs/zephyr/drivers/spi/Kconfig.xec_qmspi
+/opt/ncs/zephyr/drivers/spi/Kconfig.xlnx
+/opt/ncs/zephyr/drivers/spi/Kconfig.xmc4xxx
+/opt/ncs/zephyr/drivers/syscon/Kconfig
+/opt/ncs/zephyr/drivers/timer/Kconfig
+/opt/ncs/zephyr/drivers/timer/Kconfig.altera_avalon
+/opt/ncs/zephyr/drivers/timer/Kconfig.ambiq
+/opt/ncs/zephyr/drivers/timer/Kconfig.arcv2
+/opt/ncs/zephyr/drivers/timer/Kconfig.arm_arch
+/opt/ncs/zephyr/drivers/timer/Kconfig.cavs
+/opt/ncs/zephyr/drivers/timer/Kconfig.cc13xx_cc26xx_rtc
+/opt/ncs/zephyr/drivers/timer/Kconfig.cortex_m_systick
+/opt/ncs/zephyr/drivers/timer/Kconfig.esp32
+/opt/ncs/zephyr/drivers/timer/Kconfig.gecko
+/opt/ncs/zephyr/drivers/timer/Kconfig.ite_it8xxx2
+/opt/ncs/zephyr/drivers/timer/Kconfig.leon_gptimer
+/opt/ncs/zephyr/drivers/timer/Kconfig.litex
+/opt/ncs/zephyr/drivers/timer/Kconfig.mchp_xec_rtos
+/opt/ncs/zephyr/drivers/timer/Kconfig.mcux_gpt
+/opt/ncs/zephyr/drivers/timer/Kconfig.mcux_lptmr
+/opt/ncs/zephyr/drivers/timer/Kconfig.mcux_os
+/opt/ncs/zephyr/drivers/timer/Kconfig.mips_cp0
+/opt/ncs/zephyr/drivers/timer/Kconfig.native_posix
+/opt/ncs/zephyr/drivers/timer/Kconfig.npcx_itim
+/opt/ncs/zephyr/drivers/timer/Kconfig.nrf_grtc
+/opt/ncs/zephyr/drivers/timer/Kconfig.nrf_rtc
+/opt/ncs/zephyr/drivers/timer/Kconfig.nrf_xrtc
+/opt/ncs/zephyr/drivers/timer/Kconfig.rcar_cmt
+/opt/ncs/zephyr/drivers/timer/Kconfig.riscv_machine
+/opt/ncs/zephyr/drivers/timer/Kconfig.rv32m1_lptmr
+/opt/ncs/zephyr/drivers/timer/Kconfig.sam0_rtc
+/opt/ncs/zephyr/drivers/timer/Kconfig.smartbond
+/opt/ncs/zephyr/drivers/timer/Kconfig.stm32_lptim
+/opt/ncs/zephyr/drivers/timer/Kconfig.x86
+/opt/ncs/zephyr/drivers/timer/Kconfig.xlnx_psttc
+/opt/ncs/zephyr/drivers/timer/Kconfig.xtensa
+/opt/ncs/zephyr/drivers/usb/Kconfig
+/opt/ncs/zephyr/drivers/usb/bc12/Kconfig
+/opt/ncs/zephyr/drivers/usb/bc12/Kconfig.pi3usb9201
+/opt/ncs/zephyr/drivers/usb/common/Kconfig
+/opt/ncs/zephyr/drivers/usb/common/nrf_usbd_common/Kconfig
+/opt/ncs/zephyr/drivers/usb/device/Kconfig
+/opt/ncs/zephyr/drivers/usb/udc/Kconfig
+/opt/ncs/zephyr/drivers/usb/udc/Kconfig.dwc2
+/opt/ncs/zephyr/drivers/usb/udc/Kconfig.kinetis
+/opt/ncs/zephyr/drivers/usb/udc/Kconfig.nrf
+/opt/ncs/zephyr/drivers/usb/udc/Kconfig.skeleton
+/opt/ncs/zephyr/drivers/usb/udc/Kconfig.stm32
+/opt/ncs/zephyr/drivers/usb/udc/Kconfig.virtual
+/opt/ncs/zephyr/drivers/usb/uhc/Kconfig
+/opt/ncs/zephyr/drivers/usb/uhc/Kconfig.max3421e
+/opt/ncs/zephyr/drivers/usb/uhc/Kconfig.virtual
+/opt/ncs/zephyr/drivers/usb/uvb/Kconfig
+/opt/ncs/zephyr/drivers/usb_c/Kconfig
+/opt/ncs/zephyr/drivers/usb_c/ppc/Kconfig
+/opt/ncs/zephyr/drivers/usb_c/ppc/Kconfig.nxp
+/opt/ncs/zephyr/drivers/usb_c/tcpc/Kconfig
+/opt/ncs/zephyr/drivers/usb_c/tcpc/Kconfig.tcpc_stm32
+/opt/ncs/zephyr/drivers/usb_c/vbus/Kconfig
+/opt/ncs/zephyr/drivers/usb_c/vbus/Kconfig.usbc_vbus_adc
+/opt/ncs/zephyr/drivers/video/Kconfig
+/opt/ncs/zephyr/drivers/video/Kconfig.mcux_csi
+/opt/ncs/zephyr/drivers/video/Kconfig.mcux_mipi_csi2rx
+/opt/ncs/zephyr/drivers/video/Kconfig.mt9m114
+/opt/ncs/zephyr/drivers/video/Kconfig.ov2640
+/opt/ncs/zephyr/drivers/video/Kconfig.ov5640
+/opt/ncs/zephyr/drivers/video/Kconfig.ov7725
+/opt/ncs/zephyr/drivers/video/Kconfig.stm32_dcmi
+/opt/ncs/zephyr/drivers/video/Kconfig.sw_generator
+/opt/ncs/zephyr/drivers/virtualization/Kconfig
+/opt/ncs/zephyr/drivers/w1/Kconfig
+/opt/ncs/zephyr/drivers/w1/Kconfig.ds2477_85
+/opt/ncs/zephyr/drivers/w1/Kconfig.ds2482-800
+/opt/ncs/zephyr/drivers/w1/Kconfig.ds2484
+/opt/ncs/zephyr/drivers/w1/Kconfig.ds2485
+/opt/ncs/zephyr/drivers/w1/Kconfig.test
+/opt/ncs/zephyr/drivers/w1/Kconfig.zephyr_gpio
+/opt/ncs/zephyr/drivers/w1/Kconfig.zephyr_serial
+/opt/ncs/zephyr/drivers/watchdog/Kconfig
+/opt/ncs/zephyr/drivers/watchdog/Kconfig.ambiq
+/opt/ncs/zephyr/drivers/watchdog/Kconfig.andes_atcwdt200
+/opt/ncs/zephyr/drivers/watchdog/Kconfig.cc13xx_cc26xx
+/opt/ncs/zephyr/drivers/watchdog/Kconfig.cc32xx
+/opt/ncs/zephyr/drivers/watchdog/Kconfig.cmsdk_apb
+/opt/ncs/zephyr/drivers/watchdog/Kconfig.dw
+/opt/ncs/zephyr/drivers/watchdog/Kconfig.ene
+/opt/ncs/zephyr/drivers/watchdog/Kconfig.esp32
+/opt/ncs/zephyr/drivers/watchdog/Kconfig.gd32
+/opt/ncs/zephyr/drivers/watchdog/Kconfig.gecko
+/opt/ncs/zephyr/drivers/watchdog/Kconfig.ifx_cat1
+/opt/ncs/zephyr/drivers/watchdog/Kconfig.intel_adsp
+/opt/ncs/zephyr/drivers/watchdog/Kconfig.it8xxx2
+/opt/ncs/zephyr/drivers/watchdog/Kconfig.mcux
+/opt/ncs/zephyr/drivers/watchdog/Kconfig.mcux_imx
+/opt/ncs/zephyr/drivers/watchdog/Kconfig.npcx
+/opt/ncs/zephyr/drivers/watchdog/Kconfig.npm1300
+/opt/ncs/zephyr/drivers/watchdog/Kconfig.npm6001
+/opt/ncs/zephyr/drivers/watchdog/Kconfig.nrfx
+/opt/ncs/zephyr/drivers/watchdog/Kconfig.numaker
+/opt/ncs/zephyr/drivers/watchdog/Kconfig.nxp_fs26
+/opt/ncs/zephyr/drivers/watchdog/Kconfig.nxp_s32
+/opt/ncs/zephyr/drivers/watchdog/Kconfig.opentitan
+/opt/ncs/zephyr/drivers/watchdog/Kconfig.rpi_pico
+/opt/ncs/zephyr/drivers/watchdog/Kconfig.sam
+/opt/ncs/zephyr/drivers/watchdog/Kconfig.sam0
+/opt/ncs/zephyr/drivers/watchdog/Kconfig.shell
+/opt/ncs/zephyr/drivers/watchdog/Kconfig.sifive
+/opt/ncs/zephyr/drivers/watchdog/Kconfig.smartbond
+/opt/ncs/zephyr/drivers/watchdog/Kconfig.stm32
+/opt/ncs/zephyr/drivers/watchdog/Kconfig.tco
+/opt/ncs/zephyr/drivers/watchdog/Kconfig.ti_tps382x
+/opt/ncs/zephyr/drivers/watchdog/Kconfig.xec
+/opt/ncs/zephyr/drivers/watchdog/Kconfig.xlnx
+/opt/ncs/zephyr/drivers/watchdog/Kconfig.xmc4xxx
+/opt/ncs/zephyr/drivers/wifi/Kconfig
+/opt/ncs/zephyr/drivers/wifi/esp32/Kconfig.esp32
+/opt/ncs/zephyr/drivers/wifi/esp_at/Kconfig.esp_at
+/opt/ncs/zephyr/drivers/wifi/eswifi/Kconfig.eswifi
+/opt/ncs/zephyr/drivers/wifi/infineon/Kconfig.airoc
+/opt/ncs/zephyr/drivers/wifi/simplelink/Kconfig.simplelink
+/opt/ncs/zephyr/drivers/wifi/winc1500/Kconfig.winc1500
+/opt/ncs/zephyr/drivers/xen/Kconfig
+/opt/ncs/zephyr/dts/Kconfig
+/opt/ncs/zephyr/kernel/Kconfig
+/opt/ncs/zephyr/kernel/Kconfig.device
+/opt/ncs/zephyr/kernel/Kconfig.mem_domain
+/opt/ncs/zephyr/kernel/Kconfig.obj_core
+/opt/ncs/zephyr/kernel/Kconfig.smp
+/opt/ncs/zephyr/kernel/Kconfig.vm
+/opt/ncs/zephyr/lib/Kconfig
+/opt/ncs/zephyr/lib/acpi/Kconfig
+/opt/ncs/zephyr/lib/cpp/Kconfig
+/opt/ncs/zephyr/lib/cpp/Kconfig.deprecated
+/opt/ncs/zephyr/lib/crc/Kconfig
+/opt/ncs/zephyr/lib/hash/Kconfig
+/opt/ncs/zephyr/lib/hash/Kconfig.hash_func
+/opt/ncs/zephyr/lib/hash/Kconfig.hash_map
+/opt/ncs/zephyr/lib/heap/Kconfig
+/opt/ncs/zephyr/lib/libc/Kconfig
+/opt/ncs/zephyr/lib/libc/common/Kconfig
+/opt/ncs/zephyr/lib/libc/minimal/Kconfig
+/opt/ncs/zephyr/lib/libc/newlib/Kconfig
+/opt/ncs/zephyr/lib/libc/picolibc/Kconfig
+/opt/ncs/zephyr/lib/mem_blocks/Kconfig
+/opt/ncs/zephyr/lib/open-amp/Kconfig
+/opt/ncs/zephyr/lib/os/Kconfig
+/opt/ncs/zephyr/lib/os/Kconfig.cbprintf
+/opt/ncs/zephyr/lib/posix/Kconfig
+/opt/ncs/zephyr/lib/posix/options/Kconfig
+/opt/ncs/zephyr/lib/posix/options/Kconfig.aio
+/opt/ncs/zephyr/lib/posix/options/Kconfig.barrier
+/opt/ncs/zephyr/lib/posix/options/Kconfig.clock
+/opt/ncs/zephyr/lib/posix/options/Kconfig.cond
+/opt/ncs/zephyr/lib/posix/options/Kconfig.confstr
+/opt/ncs/zephyr/lib/posix/options/Kconfig.env
+/opt/ncs/zephyr/lib/posix/options/Kconfig.eventfd
+/opt/ncs/zephyr/lib/posix/options/Kconfig.fdtable
+/opt/ncs/zephyr/lib/posix/options/Kconfig.fnmatch
+/opt/ncs/zephyr/lib/posix/options/Kconfig.fs
+/opt/ncs/zephyr/lib/posix/options/Kconfig.getentropy
+/opt/ncs/zephyr/lib/posix/options/Kconfig.getopt
+/opt/ncs/zephyr/lib/posix/options/Kconfig.key
+/opt/ncs/zephyr/lib/posix/options/Kconfig.mqueue
+/opt/ncs/zephyr/lib/posix/options/Kconfig.mutex
+/opt/ncs/zephyr/lib/posix/options/Kconfig.net
+/opt/ncs/zephyr/lib/posix/options/Kconfig.pthread
+/opt/ncs/zephyr/lib/posix/options/Kconfig.rwlock
+/opt/ncs/zephyr/lib/posix/options/Kconfig.sched
+/opt/ncs/zephyr/lib/posix/options/Kconfig.semaphore
+/opt/ncs/zephyr/lib/posix/options/Kconfig.signal
+/opt/ncs/zephyr/lib/posix/options/Kconfig.spinlock
+/opt/ncs/zephyr/lib/posix/options/Kconfig.stropts
+/opt/ncs/zephyr/lib/posix/options/Kconfig.sysconf
+/opt/ncs/zephyr/lib/posix/options/Kconfig.syslog
+/opt/ncs/zephyr/lib/posix/options/Kconfig.template.pooled_ipc_type
+/opt/ncs/zephyr/lib/posix/options/Kconfig.template.pooled_type
+/opt/ncs/zephyr/lib/posix/options/Kconfig.template.with_logging
+/opt/ncs/zephyr/lib/posix/options/Kconfig.template.with_url
+/opt/ncs/zephyr/lib/posix/options/Kconfig.timer
+/opt/ncs/zephyr/lib/posix/options/Kconfig.uname
+/opt/ncs/zephyr/lib/posix/options/getopt/Kconfig
+/opt/ncs/zephyr/lib/posix/shell/Kconfig
+/opt/ncs/zephyr/lib/posix/shell/Kconfig.env
+/opt/ncs/zephyr/lib/posix/shell/Kconfig.uname
+/opt/ncs/zephyr/lib/runtime/Kconfig
+/opt/ncs/zephyr/lib/smf/Kconfig
+/opt/ncs/zephyr/lib/utils/Kconfig
+/opt/ncs/zephyr/modules/Kconfig
+/opt/ncs/zephyr/modules/Kconfig.altera
+/opt/ncs/zephyr/modules/Kconfig.atmel
+/opt/ncs/zephyr/modules/Kconfig.chre
+/opt/ncs/zephyr/modules/Kconfig.cypress
+/opt/ncs/zephyr/modules/Kconfig.eos_s3
+/opt/ncs/zephyr/modules/Kconfig.esp32
+/opt/ncs/zephyr/modules/Kconfig.imx
+/opt/ncs/zephyr/modules/Kconfig.infineon
+/opt/ncs/zephyr/modules/Kconfig.intel
+/opt/ncs/zephyr/modules/Kconfig.libmetal
+/opt/ncs/zephyr/modules/Kconfig.mcuboot
+/opt/ncs/zephyr/modules/Kconfig.mcux
+/opt/ncs/zephyr/modules/Kconfig.microchip
+/opt/ncs/zephyr/modules/Kconfig.nuvoton
+/opt/ncs/zephyr/modules/Kconfig.nxp_s32
+/opt/ncs/zephyr/modules/Kconfig.open-amp
+/opt/ncs/zephyr/modules/Kconfig.picolibc
+/opt/ncs/zephyr/modules/Kconfig.silabs
+/opt/ncs/zephyr/modules/Kconfig.simplelink
+/opt/ncs/zephyr/modules/Kconfig.sof
+/opt/ncs/zephyr/modules/Kconfig.stm32
+/opt/ncs/zephyr/modules/Kconfig.syst
+/opt/ncs/zephyr/modules/Kconfig.telink
+/opt/ncs/zephyr/modules/Kconfig.tinycrypt
+/opt/ncs/zephyr/modules/Kconfig.vega
+/opt/ncs/zephyr/modules/Kconfig.wurthelektronik
+/opt/ncs/zephyr/modules/Kconfig.xtensa
+/opt/ncs/zephyr/modules/acpica/Kconfig
+/opt/ncs/zephyr/modules/canopennode/Kconfig
+/opt/ncs/zephyr/modules/cmsis-dsp/Kconfig
+/opt/ncs/zephyr/modules/cmsis-nn/Kconfig
+/opt/ncs/zephyr/modules/cmsis/Kconfig
+/opt/ncs/zephyr/modules/fatfs/Kconfig
+/opt/ncs/zephyr/modules/hal_ambiq/Kconfig
+/opt/ncs/zephyr/modules/hal_ethos_u/Kconfig
+/opt/ncs/zephyr/modules/hal_gigadevice/Kconfig
+/opt/ncs/zephyr/modules/hal_infineon/Kconfig
+/opt/ncs/zephyr/modules/hal_nordic/Kconfig
+/opt/ncs/zephyr/modules/hal_nordic/Kconfig.nrf_regtool
+/opt/ncs/zephyr/modules/hal_nordic/nrfs/Kconfig
+/opt/ncs/zephyr/modules/hal_nordic/nrfs/backends/Kconfig
+/opt/ncs/zephyr/modules/hal_nordic/nrfs/dvfs/Kconfig
+/opt/ncs/zephyr/modules/hal_nordic/nrfx/Kconfig
+/opt/ncs/zephyr/modules/hal_nordic/nrfx/Kconfig.logging
+/opt/ncs/zephyr/modules/hal_nxp/Kconfig
+/opt/ncs/zephyr/modules/hal_rpi_pico/Kconfig
+/opt/ncs/zephyr/modules/hal_st/Kconfig
+/opt/ncs/zephyr/modules/hostap/Kconfig
+/opt/ncs/zephyr/modules/liblc3/Kconfig
+/opt/ncs/zephyr/modules/littlefs/Kconfig
+/opt/ncs/zephyr/modules/loramac-node/Kconfig
+/opt/ncs/zephyr/modules/lvgl/Kconfig
+/opt/ncs/zephyr/modules/lvgl/Kconfig.input
+/opt/ncs/zephyr/modules/lvgl/Kconfig.memory
+/opt/ncs/zephyr/modules/lvgl/Kconfig.shell
+/opt/ncs/zephyr/modules/lz4/Kconfig
+/opt/ncs/zephyr/modules/mbedtls/Kconfig
+/opt/ncs/zephyr/modules/mbedtls/Kconfig.psa
+/opt/ncs/zephyr/modules/mbedtls/Kconfig.tls-generic
+/opt/ncs/zephyr/modules/nanopb/Kconfig
+/opt/ncs/zephyr/modules/openthread/Kconfig
+/opt/ncs/zephyr/modules/openthread/Kconfig.features
+/opt/ncs/zephyr/modules/openthread/Kconfig.thread
+/opt/ncs/zephyr/modules/percepio/Kconfig
+/opt/ncs/zephyr/modules/segger/Kconfig
+/opt/ncs/zephyr/modules/tflite-micro/Kconfig
+/opt/ncs/zephyr/modules/thrift/Kconfig
+/opt/ncs/zephyr/modules/trusted-firmware-a/Kconfig
+/opt/ncs/zephyr/modules/trusted-firmware-m/Kconfig
+/opt/ncs/zephyr/modules/trusted-firmware-m/Kconfig.tfm
+/opt/ncs/zephyr/modules/trusted-firmware-m/Kconfig.tfm.crypto_modules
+/opt/ncs/zephyr/modules/trusted-firmware-m/Kconfig.tfm.partitions
+/opt/ncs/zephyr/modules/uoscore-uedhoc/Kconfig
+/opt/ncs/zephyr/modules/zcbor/Kconfig
+/opt/ncs/zephyr/soc/Kconfig
+/opt/ncs/zephyr/soc/Kconfig.v2
+/opt/ncs/zephyr/soc/altr/qemu_nios2/Kconfig
+/opt/ncs/zephyr/soc/altr/qemu_nios2/Kconfig.defconfig
+/opt/ncs/zephyr/soc/altr/qemu_nios2/Kconfig.soc
+/opt/ncs/zephyr/soc/altr/zephyr_nios2f/Kconfig
+/opt/ncs/zephyr/soc/altr/zephyr_nios2f/Kconfig.defconfig
+/opt/ncs/zephyr/soc/altr/zephyr_nios2f/Kconfig.soc
+/opt/ncs/zephyr/soc/ambiq/Kconfig
+/opt/ncs/zephyr/soc/ambiq/Kconfig.defconfig
+/opt/ncs/zephyr/soc/ambiq/Kconfig.soc
+/opt/ncs/zephyr/soc/ambiq/apollo3x/Kconfig
+/opt/ncs/zephyr/soc/ambiq/apollo3x/Kconfig.defconfig
+/opt/ncs/zephyr/soc/ambiq/apollo3x/Kconfig.defconfig.apollo3_blue
+/opt/ncs/zephyr/soc/ambiq/apollo3x/Kconfig.defconfig.apollo3p_blue
+/opt/ncs/zephyr/soc/ambiq/apollo3x/Kconfig.soc
+/opt/ncs/zephyr/soc/ambiq/apollo4x/Kconfig
+/opt/ncs/zephyr/soc/ambiq/apollo4x/Kconfig.defconfig
+/opt/ncs/zephyr/soc/ambiq/apollo4x/Kconfig.defconfig.apollo4p
+/opt/ncs/zephyr/soc/ambiq/apollo4x/Kconfig.defconfig.apollo4p_blue
+/opt/ncs/zephyr/soc/ambiq/apollo4x/Kconfig.soc
+/opt/ncs/zephyr/soc/andestech/Kconfig
+/opt/ncs/zephyr/soc/andestech/Kconfig.defconfig
+/opt/ncs/zephyr/soc/andestech/Kconfig.soc
+/opt/ncs/zephyr/soc/andestech/ae350/Kconfig
+/opt/ncs/zephyr/soc/andestech/ae350/Kconfig.defconfig
+/opt/ncs/zephyr/soc/andestech/ae350/Kconfig.defconfig.ae350
+/opt/ncs/zephyr/soc/andestech/ae350/Kconfig.soc
+/opt/ncs/zephyr/soc/arm/Kconfig
+/opt/ncs/zephyr/soc/arm/Kconfig.defconfig
+/opt/ncs/zephyr/soc/arm/Kconfig.soc
+/opt/ncs/zephyr/soc/arm/beetle/Kconfig
+/opt/ncs/zephyr/soc/arm/beetle/Kconfig.defconfig
+/opt/ncs/zephyr/soc/arm/beetle/Kconfig.soc
+/opt/ncs/zephyr/soc/arm/designstart/Kconfig
+/opt/ncs/zephyr/soc/arm/designstart/Kconfig.soc
+/opt/ncs/zephyr/soc/arm/fvp_aemv8a/Kconfig
+/opt/ncs/zephyr/soc/arm/fvp_aemv8a/Kconfig.defconfig
+/opt/ncs/zephyr/soc/arm/fvp_aemv8a/Kconfig.soc
+/opt/ncs/zephyr/soc/arm/fvp_aemv8r/Kconfig
+/opt/ncs/zephyr/soc/arm/fvp_aemv8r/Kconfig.defconfig
+/opt/ncs/zephyr/soc/arm/fvp_aemv8r/Kconfig.soc
+/opt/ncs/zephyr/soc/arm/mps2/Kconfig
+/opt/ncs/zephyr/soc/arm/mps2/Kconfig.defconfig
+/opt/ncs/zephyr/soc/arm/mps2/Kconfig.defconfig.an385
+/opt/ncs/zephyr/soc/arm/mps2/Kconfig.defconfig.an521
+/opt/ncs/zephyr/soc/arm/mps2/Kconfig.soc
+/opt/ncs/zephyr/soc/arm/mps3/Kconfig
+/opt/ncs/zephyr/soc/arm/mps3/Kconfig.defconfig
+/opt/ncs/zephyr/soc/arm/mps3/Kconfig.defconfig.mps3_an547
+/opt/ncs/zephyr/soc/arm/mps3/Kconfig.soc
+/opt/ncs/zephyr/soc/arm/musca/Kconfig
+/opt/ncs/zephyr/soc/arm/musca/Kconfig.defconfig
+/opt/ncs/zephyr/soc/arm/musca/Kconfig.soc
+/opt/ncs/zephyr/soc/arm/qemu_cortex_a53/Kconfig
+/opt/ncs/zephyr/soc/arm/qemu_cortex_a53/Kconfig.defconfig
+/opt/ncs/zephyr/soc/arm/qemu_cortex_a53/Kconfig.soc
+/opt/ncs/zephyr/soc/arm/qemu_virt_arm64/Kconfig
+/opt/ncs/zephyr/soc/arm/qemu_virt_arm64/Kconfig.defconfig
+/opt/ncs/zephyr/soc/arm/qemu_virt_arm64/Kconfig.soc
+/opt/ncs/zephyr/soc/aspeed/Kconfig
+/opt/ncs/zephyr/soc/aspeed/Kconfig.defconfig
+/opt/ncs/zephyr/soc/aspeed/Kconfig.soc
+/opt/ncs/zephyr/soc/aspeed/ast10x0/Kconfig
+/opt/ncs/zephyr/soc/aspeed/ast10x0/Kconfig.defconfig
+/opt/ncs/zephyr/soc/aspeed/ast10x0/Kconfig.defconfig.ast1030
+/opt/ncs/zephyr/soc/aspeed/ast10x0/Kconfig.soc
+/opt/ncs/zephyr/soc/atmel/sam/Kconfig
+/opt/ncs/zephyr/soc/atmel/sam/Kconfig.defconfig
+/opt/ncs/zephyr/soc/atmel/sam/Kconfig.soc
+/opt/ncs/zephyr/soc/atmel/sam/common/Kconfig
+/opt/ncs/zephyr/soc/atmel/sam/sam3x/Kconfig
+/opt/ncs/zephyr/soc/atmel/sam/sam3x/Kconfig.defconfig
+/opt/ncs/zephyr/soc/atmel/sam/sam3x/Kconfig.soc
+/opt/ncs/zephyr/soc/atmel/sam/sam4e/Kconfig
+/opt/ncs/zephyr/soc/atmel/sam/sam4e/Kconfig.defconfig
+/opt/ncs/zephyr/soc/atmel/sam/sam4e/Kconfig.soc
+/opt/ncs/zephyr/soc/atmel/sam/sam4l/Kconfig
+/opt/ncs/zephyr/soc/atmel/sam/sam4l/Kconfig.defconfig
+/opt/ncs/zephyr/soc/atmel/sam/sam4l/Kconfig.soc
+/opt/ncs/zephyr/soc/atmel/sam/sam4s/Kconfig
+/opt/ncs/zephyr/soc/atmel/sam/sam4s/Kconfig.defconfig
+/opt/ncs/zephyr/soc/atmel/sam/sam4s/Kconfig.soc
+/opt/ncs/zephyr/soc/atmel/sam/same70/Kconfig
+/opt/ncs/zephyr/soc/atmel/sam/same70/Kconfig.defconfig
+/opt/ncs/zephyr/soc/atmel/sam/same70/Kconfig.soc
+/opt/ncs/zephyr/soc/atmel/sam/samv71/Kconfig
+/opt/ncs/zephyr/soc/atmel/sam/samv71/Kconfig.defconfig
+/opt/ncs/zephyr/soc/atmel/sam/samv71/Kconfig.soc
+/opt/ncs/zephyr/soc/atmel/sam0/Kconfig
+/opt/ncs/zephyr/soc/atmel/sam0/Kconfig.defconfig
+/opt/ncs/zephyr/soc/atmel/sam0/Kconfig.soc
+/opt/ncs/zephyr/soc/atmel/sam0/common/Kconfig.samd2x
+/opt/ncs/zephyr/soc/atmel/sam0/common/Kconfig.samd5x
+/opt/ncs/zephyr/soc/atmel/sam0/common/Kconfig.saml2x
+/opt/ncs/zephyr/soc/atmel/sam0/samc20/Kconfig
+/opt/ncs/zephyr/soc/atmel/sam0/samc20/Kconfig.defconfig
+/opt/ncs/zephyr/soc/atmel/sam0/samc20/Kconfig.soc
+/opt/ncs/zephyr/soc/atmel/sam0/samc21/Kconfig
+/opt/ncs/zephyr/soc/atmel/sam0/samc21/Kconfig.defconfig
+/opt/ncs/zephyr/soc/atmel/sam0/samc21/Kconfig.soc
+/opt/ncs/zephyr/soc/atmel/sam0/samd20/Kconfig
+/opt/ncs/zephyr/soc/atmel/sam0/samd20/Kconfig.defconfig
+/opt/ncs/zephyr/soc/atmel/sam0/samd20/Kconfig.soc
+/opt/ncs/zephyr/soc/atmel/sam0/samd21/Kconfig
+/opt/ncs/zephyr/soc/atmel/sam0/samd21/Kconfig.defconfig
+/opt/ncs/zephyr/soc/atmel/sam0/samd21/Kconfig.soc
+/opt/ncs/zephyr/soc/atmel/sam0/samd51/Kconfig
+/opt/ncs/zephyr/soc/atmel/sam0/samd51/Kconfig.defconfig
+/opt/ncs/zephyr/soc/atmel/sam0/samd51/Kconfig.soc
+/opt/ncs/zephyr/soc/atmel/sam0/same51/Kconfig
+/opt/ncs/zephyr/soc/atmel/sam0/same51/Kconfig.defconfig
+/opt/ncs/zephyr/soc/atmel/sam0/same51/Kconfig.soc
+/opt/ncs/zephyr/soc/atmel/sam0/same53/Kconfig
+/opt/ncs/zephyr/soc/atmel/sam0/same53/Kconfig.defconfig
+/opt/ncs/zephyr/soc/atmel/sam0/same53/Kconfig.soc
+/opt/ncs/zephyr/soc/atmel/sam0/same54/Kconfig
+/opt/ncs/zephyr/soc/atmel/sam0/same54/Kconfig.defconfig
+/opt/ncs/zephyr/soc/atmel/sam0/same54/Kconfig.soc
+/opt/ncs/zephyr/soc/atmel/sam0/saml21/Kconfig
+/opt/ncs/zephyr/soc/atmel/sam0/saml21/Kconfig.defconfig
+/opt/ncs/zephyr/soc/atmel/sam0/saml21/Kconfig.soc
+/opt/ncs/zephyr/soc/atmel/sam0/samr21/Kconfig
+/opt/ncs/zephyr/soc/atmel/sam0/samr21/Kconfig.defconfig
+/opt/ncs/zephyr/soc/atmel/sam0/samr21/Kconfig.soc
+/opt/ncs/zephyr/soc/atmel/sam0/samr34/Kconfig
+/opt/ncs/zephyr/soc/atmel/sam0/samr34/Kconfig.defconfig
+/opt/ncs/zephyr/soc/atmel/sam0/samr34/Kconfig.soc
+/opt/ncs/zephyr/soc/atmel/sam0/samr35/Kconfig
+/opt/ncs/zephyr/soc/atmel/sam0/samr35/Kconfig.defconfig
+/opt/ncs/zephyr/soc/atmel/sam0/samr35/Kconfig.soc
+/opt/ncs/zephyr/soc/brcm/bcm2711/Kconfig
+/opt/ncs/zephyr/soc/brcm/bcm2711/Kconfig.defconfig
+/opt/ncs/zephyr/soc/brcm/bcm2711/Kconfig.soc
+/opt/ncs/zephyr/soc/brcm/bcm2712/Kconfig
+/opt/ncs/zephyr/soc/brcm/bcm2712/Kconfig.defconfig
+/opt/ncs/zephyr/soc/brcm/bcm2712/Kconfig.soc
+/opt/ncs/zephyr/soc/brcm/bcmvk/Kconfig
+/opt/ncs/zephyr/soc/brcm/bcmvk/Kconfig.defconfig
+/opt/ncs/zephyr/soc/brcm/bcmvk/Kconfig.soc
+/opt/ncs/zephyr/soc/brcm/bcmvk/valkyrie/Kconfig
+/opt/ncs/zephyr/soc/brcm/bcmvk/valkyrie/Kconfig.defconfig
+/opt/ncs/zephyr/soc/brcm/bcmvk/valkyrie/Kconfig.soc
+/opt/ncs/zephyr/soc/brcm/bcmvk/viper/Kconfig
+/opt/ncs/zephyr/soc/brcm/bcmvk/viper/Kconfig.defconfig
+/opt/ncs/zephyr/soc/brcm/bcmvk/viper/Kconfig.defconfig.viper_bcm58402_a72
+/opt/ncs/zephyr/soc/brcm/bcmvk/viper/Kconfig.defconfig.viper_bcm58402_m7
+/opt/ncs/zephyr/soc/brcm/bcmvk/viper/Kconfig.soc
+/opt/ncs/zephyr/soc/cdns/dc233c/Kconfig
+/opt/ncs/zephyr/soc/cdns/dc233c/Kconfig.defconfig
+/opt/ncs/zephyr/soc/cdns/dc233c/Kconfig.soc
+/opt/ncs/zephyr/soc/cdns/xtensa_sample_controller/Kconfig
+/opt/ncs/zephyr/soc/cdns/xtensa_sample_controller/Kconfig.soc
+/opt/ncs/zephyr/soc/common/Kconfig
+/opt/ncs/zephyr/soc/common/riscv-privileged/Kconfig
+/opt/ncs/zephyr/soc/efinix/sapphire/Kconfig
+/opt/ncs/zephyr/soc/efinix/sapphire/Kconfig.defconfig
+/opt/ncs/zephyr/soc/efinix/sapphire/Kconfig.soc
+/opt/ncs/zephyr/soc/ene/kb1200/Kconfig
+/opt/ncs/zephyr/soc/ene/kb1200/Kconfig.defconfig
+/opt/ncs/zephyr/soc/ene/kb1200/Kconfig.soc
+/opt/ncs/zephyr/soc/espressif/Kconfig
+/opt/ncs/zephyr/soc/espressif/Kconfig.defconfig
+/opt/ncs/zephyr/soc/espressif/Kconfig.soc
+/opt/ncs/zephyr/soc/espressif/common/Kconfig
+/opt/ncs/zephyr/soc/espressif/common/Kconfig.defconfig
+/opt/ncs/zephyr/soc/espressif/common/Kconfig.esptool
+/opt/ncs/zephyr/soc/espressif/common/Kconfig.flash
+/opt/ncs/zephyr/soc/espressif/common/Kconfig.spiram
+/opt/ncs/zephyr/soc/espressif/esp32/Kconfig
+/opt/ncs/zephyr/soc/espressif/esp32/Kconfig.defconfig
+/opt/ncs/zephyr/soc/espressif/esp32/Kconfig.mac
+/opt/ncs/zephyr/soc/espressif/esp32/Kconfig.rtc
+/opt/ncs/zephyr/soc/espressif/esp32/Kconfig.soc
+/opt/ncs/zephyr/soc/espressif/esp32c3/Kconfig
+/opt/ncs/zephyr/soc/espressif/esp32c3/Kconfig.defconfig
+/opt/ncs/zephyr/soc/espressif/esp32c3/Kconfig.mac
+/opt/ncs/zephyr/soc/espressif/esp32c3/Kconfig.rtc
+/opt/ncs/zephyr/soc/espressif/esp32c3/Kconfig.soc
+/opt/ncs/zephyr/soc/espressif/esp32s2/Kconfig
+/opt/ncs/zephyr/soc/espressif/esp32s2/Kconfig.defconfig
+/opt/ncs/zephyr/soc/espressif/esp32s2/Kconfig.mac
+/opt/ncs/zephyr/soc/espressif/esp32s2/Kconfig.rtc
+/opt/ncs/zephyr/soc/espressif/esp32s2/Kconfig.soc
+/opt/ncs/zephyr/soc/espressif/esp32s3/Kconfig
+/opt/ncs/zephyr/soc/espressif/esp32s3/Kconfig.defconfig
+/opt/ncs/zephyr/soc/espressif/esp32s3/Kconfig.mac
+/opt/ncs/zephyr/soc/espressif/esp32s3/Kconfig.rtc
+/opt/ncs/zephyr/soc/espressif/esp32s3/Kconfig.soc
+/opt/ncs/zephyr/soc/gaisler/Kconfig
+/opt/ncs/zephyr/soc/gaisler/Kconfig.soc
+/opt/ncs/zephyr/soc/gaisler/gr716a/Kconfig
+/opt/ncs/zephyr/soc/gaisler/gr716a/Kconfig.defconfig
+/opt/ncs/zephyr/soc/gaisler/gr716a/Kconfig.soc
+/opt/ncs/zephyr/soc/gaisler/leon3/Kconfig
+/opt/ncs/zephyr/soc/gaisler/leon3/Kconfig.defconfig
+/opt/ncs/zephyr/soc/gaisler/leon3/Kconfig.soc
+/opt/ncs/zephyr/soc/gd/gd32/Kconfig
+/opt/ncs/zephyr/soc/gd/gd32/Kconfig.defconfig
+/opt/ncs/zephyr/soc/gd/gd32/Kconfig.soc
+/opt/ncs/zephyr/soc/gd/gd32/gd32a50x/Kconfig
+/opt/ncs/zephyr/soc/gd/gd32/gd32a50x/Kconfig.defconfig.gd32a503
+/opt/ncs/zephyr/soc/gd/gd32/gd32a50x/Kconfig.defconfig.series
+/opt/ncs/zephyr/soc/gd/gd32/gd32a50x/Kconfig.soc
+/opt/ncs/zephyr/soc/gd/gd32/gd32e10x/Kconfig
+/opt/ncs/zephyr/soc/gd/gd32/gd32e10x/Kconfig.defconfig.gd32e103
+/opt/ncs/zephyr/soc/gd/gd32/gd32e10x/Kconfig.defconfig.series
+/opt/ncs/zephyr/soc/gd/gd32/gd32e10x/Kconfig.soc
+/opt/ncs/zephyr/soc/gd/gd32/gd32e50x/Kconfig
+/opt/ncs/zephyr/soc/gd/gd32/gd32e50x/Kconfig.defconfig.gd32e507
+/opt/ncs/zephyr/soc/gd/gd32/gd32e50x/Kconfig.defconfig.series
+/opt/ncs/zephyr/soc/gd/gd32/gd32e50x/Kconfig.soc
+/opt/ncs/zephyr/soc/gd/gd32/gd32f3x0/Kconfig
+/opt/ncs/zephyr/soc/gd/gd32/gd32f3x0/Kconfig.defconfig.gd32f350
+/opt/ncs/zephyr/soc/gd/gd32/gd32f3x0/Kconfig.defconfig.series
+/opt/ncs/zephyr/soc/gd/gd32/gd32f3x0/Kconfig.soc
+/opt/ncs/zephyr/soc/gd/gd32/gd32f403/Kconfig
+/opt/ncs/zephyr/soc/gd/gd32/gd32f403/Kconfig.defconfig.gd32f403
+/opt/ncs/zephyr/soc/gd/gd32/gd32f403/Kconfig.defconfig.series
+/opt/ncs/zephyr/soc/gd/gd32/gd32f403/Kconfig.soc
+/opt/ncs/zephyr/soc/gd/gd32/gd32f4xx/Kconfig
+/opt/ncs/zephyr/soc/gd/gd32/gd32f4xx/Kconfig.defconfig.gd32f405
+/opt/ncs/zephyr/soc/gd/gd32/gd32f4xx/Kconfig.defconfig.gd32f407
+/opt/ncs/zephyr/soc/gd/gd32/gd32f4xx/Kconfig.defconfig.gd32f450
+/opt/ncs/zephyr/soc/gd/gd32/gd32f4xx/Kconfig.defconfig.gd32f470
+/opt/ncs/zephyr/soc/gd/gd32/gd32f4xx/Kconfig.defconfig.series
+/opt/ncs/zephyr/soc/gd/gd32/gd32f4xx/Kconfig.soc
+/opt/ncs/zephyr/soc/gd/gd32/gd32l23x/Kconfig
+/opt/ncs/zephyr/soc/gd/gd32/gd32l23x/Kconfig.defconfig.gd32l233
+/opt/ncs/zephyr/soc/gd/gd32/gd32l23x/Kconfig.defconfig.series
+/opt/ncs/zephyr/soc/gd/gd32/gd32l23x/Kconfig.soc
+/opt/ncs/zephyr/soc/gd/gd32/gd32vf103/Kconfig
+/opt/ncs/zephyr/soc/gd/gd32/gd32vf103/Kconfig.defconfig.gd32vf103
+/opt/ncs/zephyr/soc/gd/gd32/gd32vf103/Kconfig.defconfig.series
+/opt/ncs/zephyr/soc/gd/gd32/gd32vf103/Kconfig.soc
+/opt/ncs/zephyr/soc/infineon/cat1a/Kconfig
+/opt/ncs/zephyr/soc/infineon/cat1a/Kconfig.defconfig
+/opt/ncs/zephyr/soc/infineon/cat1a/Kconfig.soc
+/opt/ncs/zephyr/soc/infineon/cat1a/psoc6_01/Kconfig.defconfig
+/opt/ncs/zephyr/soc/infineon/cat1a/psoc6_01/Kconfig.soc
+/opt/ncs/zephyr/soc/infineon/cat1a/psoc6_02/Kconfig.defconfig
+/opt/ncs/zephyr/soc/infineon/cat1a/psoc6_02/Kconfig.soc
+/opt/ncs/zephyr/soc/infineon/cat1a/psoc6_03/Kconfig.defconfig
+/opt/ncs/zephyr/soc/infineon/cat1a/psoc6_03/Kconfig.soc
+/opt/ncs/zephyr/soc/infineon/cat1a/psoc6_04/Kconfig.defconfig
+/opt/ncs/zephyr/soc/infineon/cat1a/psoc6_04/Kconfig.soc
+/opt/ncs/zephyr/soc/infineon/cat1a/psoc6_legacy/Kconfig.defconfig
+/opt/ncs/zephyr/soc/infineon/cat1a/psoc6_legacy/Kconfig.soc
+/opt/ncs/zephyr/soc/infineon/cat3/Kconfig
+/opt/ncs/zephyr/soc/infineon/cat3/Kconfig.defconfig
+/opt/ncs/zephyr/soc/infineon/cat3/Kconfig.soc
+/opt/ncs/zephyr/soc/infineon/cat3/xmc4xxx/Kconfig
+/opt/ncs/zephyr/soc/infineon/cat3/xmc4xxx/Kconfig.defconfig
+/opt/ncs/zephyr/soc/infineon/cat3/xmc4xxx/Kconfig.defconfig.xmc4500
+/opt/ncs/zephyr/soc/infineon/cat3/xmc4xxx/Kconfig.defconfig.xmc4700
+/opt/ncs/zephyr/soc/infineon/cat3/xmc4xxx/Kconfig.soc
+/opt/ncs/zephyr/soc/intel/alder_lake/Kconfig
+/opt/ncs/zephyr/soc/intel/alder_lake/Kconfig.defconfig
+/opt/ncs/zephyr/soc/intel/alder_lake/Kconfig.soc
+/opt/ncs/zephyr/soc/intel/apollo_lake/Kconfig
+/opt/ncs/zephyr/soc/intel/apollo_lake/Kconfig.defconfig
+/opt/ncs/zephyr/soc/intel/apollo_lake/Kconfig.soc
+/opt/ncs/zephyr/soc/intel/atom/Kconfig
+/opt/ncs/zephyr/soc/intel/atom/Kconfig.defconfig
+/opt/ncs/zephyr/soc/intel/atom/Kconfig.soc
+/opt/ncs/zephyr/soc/intel/elkhart_lake/Kconfig
+/opt/ncs/zephyr/soc/intel/elkhart_lake/Kconfig.defconfig
+/opt/ncs/zephyr/soc/intel/elkhart_lake/Kconfig.soc
+/opt/ncs/zephyr/soc/intel/intel_adsp/Kconfig
+/opt/ncs/zephyr/soc/intel/intel_adsp/Kconfig.defconfig
+/opt/ncs/zephyr/soc/intel/intel_adsp/Kconfig.soc
+/opt/ncs/zephyr/soc/intel/intel_adsp/ace/Kconfig
+/opt/ncs/zephyr/soc/intel/intel_adsp/ace/Kconfig.defconfig.ace15_mtpm
+/opt/ncs/zephyr/soc/intel/intel_adsp/ace/Kconfig.defconfig.ace20_lnl
+/opt/ncs/zephyr/soc/intel/intel_adsp/ace/Kconfig.defconfig.series
+/opt/ncs/zephyr/soc/intel/intel_adsp/ace/Kconfig.soc
+/opt/ncs/zephyr/soc/intel/intel_adsp/cavs/Kconfig
+/opt/ncs/zephyr/soc/intel/intel_adsp/cavs/Kconfig.defconfig.cavs_v25
+/opt/ncs/zephyr/soc/intel/intel_adsp/cavs/Kconfig.defconfig.series
+/opt/ncs/zephyr/soc/intel/intel_adsp/cavs/Kconfig.soc
+/opt/ncs/zephyr/soc/intel/intel_ish/Kconfig
+/opt/ncs/zephyr/soc/intel/intel_ish/Kconfig.defconfig
+/opt/ncs/zephyr/soc/intel/intel_ish/Kconfig.soc
+/opt/ncs/zephyr/soc/intel/intel_ish/intel_ish5/Kconfig.defconfig.series
+/opt/ncs/zephyr/soc/intel/intel_ish/intel_ish5/Kconfig.soc
+/opt/ncs/zephyr/soc/intel/intel_ish/intel_ish5/pm/Kconfig.pm
+/opt/ncs/zephyr/soc/intel/intel_niosv/Kconfig
+/opt/ncs/zephyr/soc/intel/intel_niosv/Kconfig.defconfig
+/opt/ncs/zephyr/soc/intel/intel_niosv/Kconfig.soc
+/opt/ncs/zephyr/soc/intel/intel_niosv/niosv/Kconfig
+/opt/ncs/zephyr/soc/intel/intel_niosv/niosv/Kconfig.defconfig.series
+/opt/ncs/zephyr/soc/intel/intel_niosv/niosv/Kconfig.soc
+/opt/ncs/zephyr/soc/intel/intel_socfpga/Kconfig
+/opt/ncs/zephyr/soc/intel/intel_socfpga/Kconfig.defconfig
+/opt/ncs/zephyr/soc/intel/intel_socfpga/Kconfig.soc
+/opt/ncs/zephyr/soc/intel/intel_socfpga/agilex/Kconfig
+/opt/ncs/zephyr/soc/intel/intel_socfpga/agilex/Kconfig.defconfig.agilex
+/opt/ncs/zephyr/soc/intel/intel_socfpga/agilex/Kconfig.defconfig.series
+/opt/ncs/zephyr/soc/intel/intel_socfpga/agilex/Kconfig.soc
+/opt/ncs/zephyr/soc/intel/intel_socfpga/agilex5/Kconfig
+/opt/ncs/zephyr/soc/intel/intel_socfpga/agilex5/Kconfig.defconfig.agilex5
+/opt/ncs/zephyr/soc/intel/intel_socfpga/agilex5/Kconfig.defconfig.series
+/opt/ncs/zephyr/soc/intel/intel_socfpga/agilex5/Kconfig.soc
+/opt/ncs/zephyr/soc/intel/intel_socfpga_std/Kconfig
+/opt/ncs/zephyr/soc/intel/intel_socfpga_std/Kconfig.defconfig
+/opt/ncs/zephyr/soc/intel/intel_socfpga_std/Kconfig.soc
+/opt/ncs/zephyr/soc/intel/intel_socfpga_std/cyclonev/Kconfig
+/opt/ncs/zephyr/soc/intel/intel_socfpga_std/cyclonev/Kconfig.defconfig.cyclonev
+/opt/ncs/zephyr/soc/intel/intel_socfpga_std/cyclonev/Kconfig.defconfig.series
+/opt/ncs/zephyr/soc/intel/intel_socfpga_std/cyclonev/Kconfig.soc
+/opt/ncs/zephyr/soc/intel/lakemont/Kconfig
+/opt/ncs/zephyr/soc/intel/lakemont/Kconfig.defconfig
+/opt/ncs/zephyr/soc/intel/lakemont/Kconfig.soc
+/opt/ncs/zephyr/soc/intel/raptor_lake/Kconfig
+/opt/ncs/zephyr/soc/intel/raptor_lake/Kconfig.defconfig
+/opt/ncs/zephyr/soc/intel/raptor_lake/Kconfig.soc
+/opt/ncs/zephyr/soc/ite/ec/Kconfig
+/opt/ncs/zephyr/soc/ite/ec/Kconfig.defconfig
+/opt/ncs/zephyr/soc/ite/ec/Kconfig.soc
+/opt/ncs/zephyr/soc/ite/ec/it8xxx2/Kconfig
+/opt/ncs/zephyr/soc/ite/ec/it8xxx2/Kconfig.defconfig.it81202bx
+/opt/ncs/zephyr/soc/ite/ec/it8xxx2/Kconfig.defconfig.it81202cx
+/opt/ncs/zephyr/soc/ite/ec/it8xxx2/Kconfig.defconfig.it81202dx
+/opt/ncs/zephyr/soc/ite/ec/it8xxx2/Kconfig.defconfig.it81302bx
+/opt/ncs/zephyr/soc/ite/ec/it8xxx2/Kconfig.defconfig.it81302cx
+/opt/ncs/zephyr/soc/ite/ec/it8xxx2/Kconfig.defconfig.it81302dx
+/opt/ncs/zephyr/soc/ite/ec/it8xxx2/Kconfig.defconfig.it82002aw
+/opt/ncs/zephyr/soc/ite/ec/it8xxx2/Kconfig.defconfig.it82002bw
+/opt/ncs/zephyr/soc/ite/ec/it8xxx2/Kconfig.defconfig.it82202ax
+/opt/ncs/zephyr/soc/ite/ec/it8xxx2/Kconfig.defconfig.it82202bw
+/opt/ncs/zephyr/soc/ite/ec/it8xxx2/Kconfig.defconfig.it82302ax
+/opt/ncs/zephyr/soc/ite/ec/it8xxx2/Kconfig.defconfig.it82302bw
+/opt/ncs/zephyr/soc/ite/ec/it8xxx2/Kconfig.defconfig.series
+/opt/ncs/zephyr/soc/ite/ec/it8xxx2/Kconfig.soc
+/opt/ncs/zephyr/soc/litex/litex_vexriscv/Kconfig
+/opt/ncs/zephyr/soc/litex/litex_vexriscv/Kconfig.defconfig
+/opt/ncs/zephyr/soc/litex/litex_vexriscv/Kconfig.soc
+/opt/ncs/zephyr/soc/lowrisc/opentitan/Kconfig
+/opt/ncs/zephyr/soc/lowrisc/opentitan/Kconfig.defconfig
+/opt/ncs/zephyr/soc/lowrisc/opentitan/Kconfig.soc
+/opt/ncs/zephyr/soc/microchip/mec/Kconfig
+/opt/ncs/zephyr/soc/microchip/mec/Kconfig.defconfig
+/opt/ncs/zephyr/soc/microchip/mec/Kconfig.soc
+/opt/ncs/zephyr/soc/microchip/mec/mec15xx/Kconfig
+/opt/ncs/zephyr/soc/microchip/mec/mec15xx/Kconfig.defconfig.mec1501hsz
+/opt/ncs/zephyr/soc/microchip/mec/mec15xx/Kconfig.defconfig.series
+/opt/ncs/zephyr/soc/microchip/mec/mec15xx/Kconfig.soc
+/opt/ncs/zephyr/soc/microchip/mec/mec172x/Kconfig
+/opt/ncs/zephyr/soc/microchip/mec/mec172x/Kconfig.defconfig.mec172xnlj
+/opt/ncs/zephyr/soc/microchip/mec/mec172x/Kconfig.defconfig.mec172xnsz
+/opt/ncs/zephyr/soc/microchip/mec/mec172x/Kconfig.defconfig.series
+/opt/ncs/zephyr/soc/microchip/mec/mec172x/Kconfig.soc
+/opt/ncs/zephyr/soc/microchip/mec/mec174x/Kconfig
+/opt/ncs/zephyr/soc/microchip/mec/mec174x/Kconfig.defconfig.mec1743qlj
+/opt/ncs/zephyr/soc/microchip/mec/mec174x/Kconfig.defconfig.mec1743qsz
+/opt/ncs/zephyr/soc/microchip/mec/mec174x/Kconfig.defconfig.series
+/opt/ncs/zephyr/soc/microchip/mec/mec174x/Kconfig.soc
+/opt/ncs/zephyr/soc/microchip/mec/mec175x/Kconfig
+/opt/ncs/zephyr/soc/microchip/mec/mec175x/Kconfig.defconfig.mec1753qlj
+/opt/ncs/zephyr/soc/microchip/mec/mec175x/Kconfig.defconfig.mec1753qsz
+/opt/ncs/zephyr/soc/microchip/mec/mec175x/Kconfig.defconfig.series
+/opt/ncs/zephyr/soc/microchip/mec/mec175x/Kconfig.soc
+/opt/ncs/zephyr/soc/microchip/mec/mech172x/Kconfig
+/opt/ncs/zephyr/soc/microchip/mec/mech172x/Kconfig.defconfig.mech1723nlj
+/opt/ncs/zephyr/soc/microchip/mec/mech172x/Kconfig.defconfig.mech1723nsz
+/opt/ncs/zephyr/soc/microchip/mec/mech172x/Kconfig.defconfig.series
+/opt/ncs/zephyr/soc/microchip/mec/mech172x/Kconfig.soc
+/opt/ncs/zephyr/soc/microchip/miv/Kconfig
+/opt/ncs/zephyr/soc/microchip/miv/Kconfig.defconfig
+/opt/ncs/zephyr/soc/microchip/miv/Kconfig.soc
+/opt/ncs/zephyr/soc/microchip/miv/miv/Kconfig
+/opt/ncs/zephyr/soc/microchip/miv/miv/Kconfig.defconfig
+/opt/ncs/zephyr/soc/microchip/miv/miv/Kconfig.soc
+/opt/ncs/zephyr/soc/microchip/miv/polarfire/Kconfig
+/opt/ncs/zephyr/soc/microchip/miv/polarfire/Kconfig.defconfig
+/opt/ncs/zephyr/soc/microchip/miv/polarfire/Kconfig.soc
+/opt/ncs/zephyr/soc/native/inf_clock/Kconfig
+/opt/ncs/zephyr/soc/native/inf_clock/Kconfig.soc
+/opt/ncs/zephyr/soc/neorv32/Kconfig
+/opt/ncs/zephyr/soc/neorv32/Kconfig.defconfig
+/opt/ncs/zephyr/soc/neorv32/Kconfig.soc
+/opt/ncs/zephyr/soc/nordic/Kconfig
+/opt/ncs/zephyr/soc/nordic/Kconfig.defconfig
+/opt/ncs/zephyr/soc/nordic/Kconfig.soc
+/opt/ncs/zephyr/soc/nordic/common/Kconfig
+/opt/ncs/zephyr/soc/nordic/common/Kconfig.defconfig
+/opt/ncs/zephyr/soc/nordic/common/Kconfig.peripherals
+/opt/ncs/zephyr/soc/nordic/common/vpr/Kconfig
+/opt/ncs/zephyr/soc/nordic/common/vpr/Kconfig.defconfig
+/opt/ncs/zephyr/soc/nordic/nrf51/Kconfig
+/opt/ncs/zephyr/soc/nordic/nrf51/Kconfig.defconfig
+/opt/ncs/zephyr/soc/nordic/nrf51/Kconfig.soc
+/opt/ncs/zephyr/soc/nordic/nrf52/Kconfig
+/opt/ncs/zephyr/soc/nordic/nrf52/Kconfig.defconfig
+/opt/ncs/zephyr/soc/nordic/nrf52/Kconfig.defconfig.nrf52805_CAAA
+/opt/ncs/zephyr/soc/nordic/nrf52/Kconfig.defconfig.nrf52810_QFAA
+/opt/ncs/zephyr/soc/nordic/nrf52/Kconfig.defconfig.nrf52811_QFAA
+/opt/ncs/zephyr/soc/nordic/nrf52/Kconfig.defconfig.nrf52820_QDAA
+/opt/ncs/zephyr/soc/nordic/nrf52/Kconfig.defconfig.nrf52832_CIAA
+/opt/ncs/zephyr/soc/nordic/nrf52/Kconfig.defconfig.nrf52832_QFAA
+/opt/ncs/zephyr/soc/nordic/nrf52/Kconfig.defconfig.nrf52832_QFAB
+/opt/ncs/zephyr/soc/nordic/nrf52/Kconfig.defconfig.nrf52833_QDAA
+/opt/ncs/zephyr/soc/nordic/nrf52/Kconfig.defconfig.nrf52833_QIAA
+/opt/ncs/zephyr/soc/nordic/nrf52/Kconfig.defconfig.nrf52840_QFAA
+/opt/ncs/zephyr/soc/nordic/nrf52/Kconfig.defconfig.nrf52840_QIAA
+/opt/ncs/zephyr/soc/nordic/nrf52/Kconfig.soc
+/opt/ncs/zephyr/soc/nordic/nrf53/Kconfig
+/opt/ncs/zephyr/soc/nordic/nrf53/Kconfig.defconfig
+/opt/ncs/zephyr/soc/nordic/nrf53/Kconfig.defconfig.nrf5340_CPUAPP_QKAA
+/opt/ncs/zephyr/soc/nordic/nrf53/Kconfig.defconfig.nrf5340_CPUNET_QKAA
+/opt/ncs/zephyr/soc/nordic/nrf53/Kconfig.soc
+/opt/ncs/zephyr/soc/nordic/nrf53/Kconfig.sync_rtc
+/opt/ncs/zephyr/soc/nordic/nrf53/Kconfig.sync_rtc_ipm
+/opt/ncs/zephyr/soc/nordic/nrf54h/Kconfig
+/opt/ncs/zephyr/soc/nordic/nrf54h/Kconfig.defconfig
+/opt/ncs/zephyr/soc/nordic/nrf54h/Kconfig.defconfig.nrf54h20_cpuapp
+/opt/ncs/zephyr/soc/nordic/nrf54h/Kconfig.defconfig.nrf54h20_cpuppr
+/opt/ncs/zephyr/soc/nordic/nrf54h/Kconfig.defconfig.nrf54h20_cpurad
+/opt/ncs/zephyr/soc/nordic/nrf54h/Kconfig.soc
+/opt/ncs/zephyr/soc/nordic/nrf54l/Kconfig
+/opt/ncs/zephyr/soc/nordic/nrf54l/Kconfig.defconfig
+/opt/ncs/zephyr/soc/nordic/nrf54l/Kconfig.defconfig.nrf54l15_enga_cpuapp
+/opt/ncs/zephyr/soc/nordic/nrf54l/Kconfig.defconfig.nrf54l15_enga_cpuflpr
+/opt/ncs/zephyr/soc/nordic/nrf54l/Kconfig.soc
+/opt/ncs/zephyr/soc/nordic/nrf91/Kconfig
+/opt/ncs/zephyr/soc/nordic/nrf91/Kconfig.defconfig
+/opt/ncs/zephyr/soc/nordic/nrf91/Kconfig.defconfig.nrf9131_LACA
+/opt/ncs/zephyr/soc/nordic/nrf91/Kconfig.defconfig.nrf9151_LACA
+/opt/ncs/zephyr/soc/nordic/nrf91/Kconfig.defconfig.nrf9160_SICA
+/opt/ncs/zephyr/soc/nordic/nrf91/Kconfig.defconfig.nrf9161_LACA
+/opt/ncs/zephyr/soc/nordic/nrf91/Kconfig.soc
+/opt/ncs/zephyr/soc/nuvoton/npcx/Kconfig
+/opt/ncs/zephyr/soc/nuvoton/npcx/Kconfig.defconfig
+/opt/ncs/zephyr/soc/nuvoton/npcx/Kconfig.soc
+/opt/ncs/zephyr/soc/nuvoton/npcx/npcx4/Kconfig
+/opt/ncs/zephyr/soc/nuvoton/npcx/npcx4/Kconfig.defconfig
+/opt/ncs/zephyr/soc/nuvoton/npcx/npcx4/Kconfig.soc
+/opt/ncs/zephyr/soc/nuvoton/npcx/npcx7/Kconfig
+/opt/ncs/zephyr/soc/nuvoton/npcx/npcx7/Kconfig.defconfig
+/opt/ncs/zephyr/soc/nuvoton/npcx/npcx7/Kconfig.soc
+/opt/ncs/zephyr/soc/nuvoton/npcx/npcx9/Kconfig
+/opt/ncs/zephyr/soc/nuvoton/npcx/npcx9/Kconfig.defconfig
+/opt/ncs/zephyr/soc/nuvoton/npcx/npcx9/Kconfig.soc
+/opt/ncs/zephyr/soc/nuvoton/numaker/Kconfig
+/opt/ncs/zephyr/soc/nuvoton/numaker/Kconfig.defconfig
+/opt/ncs/zephyr/soc/nuvoton/numaker/Kconfig.soc
+/opt/ncs/zephyr/soc/nuvoton/numaker/m2l31x/Kconfig
+/opt/ncs/zephyr/soc/nuvoton/numaker/m2l31x/Kconfig.defconfig
+/opt/ncs/zephyr/soc/nuvoton/numaker/m2l31x/Kconfig.defconfig.m2l31xxx
+/opt/ncs/zephyr/soc/nuvoton/numaker/m2l31x/Kconfig.soc
+/opt/ncs/zephyr/soc/nuvoton/numaker/m46x/Kconfig
+/opt/ncs/zephyr/soc/nuvoton/numaker/m46x/Kconfig.defconfig
+/opt/ncs/zephyr/soc/nuvoton/numaker/m46x/Kconfig.defconfig.m467
+/opt/ncs/zephyr/soc/nuvoton/numaker/m46x/Kconfig.soc
+/opt/ncs/zephyr/soc/nuvoton/numicro/Kconfig
+/opt/ncs/zephyr/soc/nuvoton/numicro/Kconfig.defconfig
+/opt/ncs/zephyr/soc/nuvoton/numicro/Kconfig.soc
+/opt/ncs/zephyr/soc/nuvoton/numicro/m48x/Kconfig
+/opt/ncs/zephyr/soc/nuvoton/numicro/m48x/Kconfig.defconfig
+/opt/ncs/zephyr/soc/nuvoton/numicro/m48x/Kconfig.defconfig.m487
+/opt/ncs/zephyr/soc/nuvoton/numicro/m48x/Kconfig.soc
+/opt/ncs/zephyr/soc/nxp/imx/Kconfig
+/opt/ncs/zephyr/soc/nxp/imx/Kconfig.defconfig
+/opt/ncs/zephyr/soc/nxp/imx/Kconfig.soc
+/opt/ncs/zephyr/soc/nxp/imx/imx6sx/Kconfig
+/opt/ncs/zephyr/soc/nxp/imx/imx6sx/Kconfig.defconfig
+/opt/ncs/zephyr/soc/nxp/imx/imx6sx/Kconfig.defconfig.mcimx6x_m4
+/opt/ncs/zephyr/soc/nxp/imx/imx6sx/Kconfig.soc
+/opt/ncs/zephyr/soc/nxp/imx/imx7d/Kconfig
+/opt/ncs/zephyr/soc/nxp/imx/imx7d/Kconfig.defconfig
+/opt/ncs/zephyr/soc/nxp/imx/imx7d/Kconfig.defconfig.mcimx7d_m4
+/opt/ncs/zephyr/soc/nxp/imx/imx7d/Kconfig.soc
+/opt/ncs/zephyr/soc/nxp/imx/imx8/Kconfig
+/opt/ncs/zephyr/soc/nxp/imx/imx8/Kconfig.defconfig
+/opt/ncs/zephyr/soc/nxp/imx/imx8/Kconfig.soc
+/opt/ncs/zephyr/soc/nxp/imx/imx8m/Kconfig
+/opt/ncs/zephyr/soc/nxp/imx/imx8m/Kconfig.defconfig
+/opt/ncs/zephyr/soc/nxp/imx/imx8m/Kconfig.defconfig.mimx8ml8_a53
+/opt/ncs/zephyr/soc/nxp/imx/imx8m/Kconfig.defconfig.mimx8ml8_adsp
+/opt/ncs/zephyr/soc/nxp/imx/imx8m/Kconfig.defconfig.mimx8ml8_m7
+/opt/ncs/zephyr/soc/nxp/imx/imx8m/Kconfig.defconfig.mimx8mm6_a53
+/opt/ncs/zephyr/soc/nxp/imx/imx8m/Kconfig.defconfig.mimx8mm6_m4
+/opt/ncs/zephyr/soc/nxp/imx/imx8m/Kconfig.defconfig.mimx8mn6_a53
+/opt/ncs/zephyr/soc/nxp/imx/imx8m/Kconfig.defconfig.mimx8mq6_m4
+/opt/ncs/zephyr/soc/nxp/imx/imx8m/Kconfig.soc
+/opt/ncs/zephyr/soc/nxp/imx/imx8ulp/Kconfig
+/opt/ncs/zephyr/soc/nxp/imx/imx8ulp/Kconfig.defconfig
+/opt/ncs/zephyr/soc/nxp/imx/imx8ulp/Kconfig.soc
+/opt/ncs/zephyr/soc/nxp/imx/imx8x/Kconfig
+/opt/ncs/zephyr/soc/nxp/imx/imx8x/Kconfig.defconfig
+/opt/ncs/zephyr/soc/nxp/imx/imx8x/Kconfig.soc
+/opt/ncs/zephyr/soc/nxp/imx/imx9/Kconfig
+/opt/ncs/zephyr/soc/nxp/imx/imx9/Kconfig.defconfig
+/opt/ncs/zephyr/soc/nxp/imx/imx9/Kconfig.defconfig.mimx93.a55
+/opt/ncs/zephyr/soc/nxp/imx/imx9/Kconfig.soc
+/opt/ncs/zephyr/soc/nxp/imxrt/Kconfig
+/opt/ncs/zephyr/soc/nxp/imxrt/Kconfig.defconfig
+/opt/ncs/zephyr/soc/nxp/imxrt/Kconfig.soc
+/opt/ncs/zephyr/soc/nxp/imxrt/imxrt10xx/Kconfig
+/opt/ncs/zephyr/soc/nxp/imxrt/imxrt10xx/Kconfig.defconfig
+/opt/ncs/zephyr/soc/nxp/imxrt/imxrt10xx/Kconfig.soc
+/opt/ncs/zephyr/soc/nxp/imxrt/imxrt11xx/Kconfig
+/opt/ncs/zephyr/soc/nxp/imxrt/imxrt11xx/Kconfig.defconfig
+/opt/ncs/zephyr/soc/nxp/imxrt/imxrt11xx/Kconfig.soc
+/opt/ncs/zephyr/soc/nxp/imxrt/imxrt5xx/Kconfig
+/opt/ncs/zephyr/soc/nxp/imxrt/imxrt5xx/Kconfig.defconfig
+/opt/ncs/zephyr/soc/nxp/imxrt/imxrt5xx/Kconfig.soc
+/opt/ncs/zephyr/soc/nxp/imxrt/imxrt6xx/Kconfig
+/opt/ncs/zephyr/soc/nxp/imxrt/imxrt6xx/Kconfig.defconfig
+/opt/ncs/zephyr/soc/nxp/imxrt/imxrt6xx/Kconfig.soc
+/opt/ncs/zephyr/soc/nxp/kinetis/Kconfig
+/opt/ncs/zephyr/soc/nxp/kinetis/Kconfig.defconfig
+/opt/ncs/zephyr/soc/nxp/kinetis/Kconfig.soc
+/opt/ncs/zephyr/soc/nxp/kinetis/k2x/Kconfig
+/opt/ncs/zephyr/soc/nxp/kinetis/k2x/Kconfig.defconfig
+/opt/ncs/zephyr/soc/nxp/kinetis/k2x/Kconfig.soc
+/opt/ncs/zephyr/soc/nxp/kinetis/k6x/Kconfig
+/opt/ncs/zephyr/soc/nxp/kinetis/k6x/Kconfig.defconfig
+/opt/ncs/zephyr/soc/nxp/kinetis/k6x/Kconfig.soc
+/opt/ncs/zephyr/soc/nxp/kinetis/k8x/Kconfig
+/opt/ncs/zephyr/soc/nxp/kinetis/k8x/Kconfig.defconfig
+/opt/ncs/zephyr/soc/nxp/kinetis/k8x/Kconfig.soc
+/opt/ncs/zephyr/soc/nxp/kinetis/ke1xf/Kconfig
+/opt/ncs/zephyr/soc/nxp/kinetis/ke1xf/Kconfig.defconfig
+/opt/ncs/zephyr/soc/nxp/kinetis/ke1xf/Kconfig.soc
+/opt/ncs/zephyr/soc/nxp/kinetis/ke1xz/Kconfig
+/opt/ncs/zephyr/soc/nxp/kinetis/ke1xz/Kconfig.defconfig
+/opt/ncs/zephyr/soc/nxp/kinetis/ke1xz/Kconfig.soc
+/opt/ncs/zephyr/soc/nxp/kinetis/kl2x/Kconfig
+/opt/ncs/zephyr/soc/nxp/kinetis/kl2x/Kconfig.defconfig
+/opt/ncs/zephyr/soc/nxp/kinetis/kl2x/Kconfig.soc
+/opt/ncs/zephyr/soc/nxp/kinetis/kv5x/Kconfig
+/opt/ncs/zephyr/soc/nxp/kinetis/kv5x/Kconfig.defconfig
+/opt/ncs/zephyr/soc/nxp/kinetis/kv5x/Kconfig.soc
+/opt/ncs/zephyr/soc/nxp/kinetis/kwx/Kconfig
+/opt/ncs/zephyr/soc/nxp/kinetis/kwx/Kconfig.defconfig
+/opt/ncs/zephyr/soc/nxp/kinetis/kwx/Kconfig.soc
+/opt/ncs/zephyr/soc/nxp/layerscape/Kconfig
+/opt/ncs/zephyr/soc/nxp/layerscape/Kconfig.defconfig
+/opt/ncs/zephyr/soc/nxp/layerscape/Kconfig.soc
+/opt/ncs/zephyr/soc/nxp/layerscape/ls1046a/Kconfig
+/opt/ncs/zephyr/soc/nxp/layerscape/ls1046a/Kconfig.defconfig
+/opt/ncs/zephyr/soc/nxp/layerscape/ls1046a/Kconfig.soc
+/opt/ncs/zephyr/soc/nxp/lpc/Kconfig
+/opt/ncs/zephyr/soc/nxp/lpc/Kconfig.defconfig
+/opt/ncs/zephyr/soc/nxp/lpc/Kconfig.soc
+/opt/ncs/zephyr/soc/nxp/lpc/lpc11u6x/Kconfig
+/opt/ncs/zephyr/soc/nxp/lpc/lpc11u6x/Kconfig.defconfig
+/opt/ncs/zephyr/soc/nxp/lpc/lpc11u6x/Kconfig.soc
+/opt/ncs/zephyr/soc/nxp/lpc/lpc51u68/Kconfig
+/opt/ncs/zephyr/soc/nxp/lpc/lpc51u68/Kconfig.defconfig
+/opt/ncs/zephyr/soc/nxp/lpc/lpc51u68/Kconfig.soc
+/opt/ncs/zephyr/soc/nxp/lpc/lpc54xxx/Kconfig
+/opt/ncs/zephyr/soc/nxp/lpc/lpc54xxx/Kconfig.defconfig
+/opt/ncs/zephyr/soc/nxp/lpc/lpc54xxx/Kconfig.soc
+/opt/ncs/zephyr/soc/nxp/lpc/lpc55xxx/Kconfig
+/opt/ncs/zephyr/soc/nxp/lpc/lpc55xxx/Kconfig.defconfig
+/opt/ncs/zephyr/soc/nxp/lpc/lpc55xxx/Kconfig.soc
+/opt/ncs/zephyr/soc/nxp/mcx/Kconfig
+/opt/ncs/zephyr/soc/nxp/mcx/Kconfig.defconfig
+/opt/ncs/zephyr/soc/nxp/mcx/Kconfig.soc
+/opt/ncs/zephyr/soc/nxp/mcx/mcxnx4x/Kconfig
+/opt/ncs/zephyr/soc/nxp/mcx/mcxnx4x/Kconfig.defconfig
+/opt/ncs/zephyr/soc/nxp/mcx/mcxnx4x/Kconfig.soc
+/opt/ncs/zephyr/soc/nxp/rw/Kconfig
+/opt/ncs/zephyr/soc/nxp/rw/Kconfig.defconfig
+/opt/ncs/zephyr/soc/nxp/rw/Kconfig.soc
+/opt/ncs/zephyr/soc/nxp/s32/Kconfig
+/opt/ncs/zephyr/soc/nxp/s32/Kconfig.defconfig
+/opt/ncs/zephyr/soc/nxp/s32/Kconfig.soc
+/opt/ncs/zephyr/soc/nxp/s32/s32k1/Kconfig
+/opt/ncs/zephyr/soc/nxp/s32/s32k1/Kconfig.defconfig
+/opt/ncs/zephyr/soc/nxp/s32/s32k1/Kconfig.soc
+/opt/ncs/zephyr/soc/nxp/s32/s32k3/Kconfig
+/opt/ncs/zephyr/soc/nxp/s32/s32k3/Kconfig.defconfig
+/opt/ncs/zephyr/soc/nxp/s32/s32k3/Kconfig.soc
+/opt/ncs/zephyr/soc/nxp/s32/s32ze/Kconfig
+/opt/ncs/zephyr/soc/nxp/s32/s32ze/Kconfig.defconfig
+/opt/ncs/zephyr/soc/nxp/s32/s32ze/Kconfig.soc
+/opt/ncs/zephyr/soc/openisa/rv32m1/Kconfig
+/opt/ncs/zephyr/soc/openisa/rv32m1/Kconfig.defconfig
+/opt/ncs/zephyr/soc/openisa/rv32m1/Kconfig.soc
+/opt/ncs/zephyr/soc/qemu/malta/Kconfig
+/opt/ncs/zephyr/soc/qemu/malta/Kconfig.defconfig
+/opt/ncs/zephyr/soc/qemu/malta/Kconfig.soc
+/opt/ncs/zephyr/soc/qemu/virt_riscv/Kconfig
+/opt/ncs/zephyr/soc/qemu/virt_riscv/Kconfig.defconfig
+/opt/ncs/zephyr/soc/qemu/virt_riscv/Kconfig.soc
+/opt/ncs/zephyr/soc/qemu/virt_riscv/qemu_virt_riscv32/Kconfig
+/opt/ncs/zephyr/soc/qemu/virt_riscv/qemu_virt_riscv32/Kconfig.soc
+/opt/ncs/zephyr/soc/qemu/virt_riscv/qemu_virt_riscv32e/Kconfig
+/opt/ncs/zephyr/soc/qemu/virt_riscv/qemu_virt_riscv32e/Kconfig.soc
+/opt/ncs/zephyr/soc/qemu/virt_riscv/qemu_virt_riscv64/Kconfig
+/opt/ncs/zephyr/soc/qemu/virt_riscv/qemu_virt_riscv64/Kconfig.soc
+/opt/ncs/zephyr/soc/quicklogic/eos_s3/Kconfig
+/opt/ncs/zephyr/soc/quicklogic/eos_s3/Kconfig.defconfig
+/opt/ncs/zephyr/soc/quicklogic/eos_s3/Kconfig.soc
+/opt/ncs/zephyr/soc/raspberrypi/Kconfig
+/opt/ncs/zephyr/soc/raspberrypi/Kconfig.defconfig
+/opt/ncs/zephyr/soc/raspberrypi/Kconfig.soc
+/opt/ncs/zephyr/soc/raspberrypi/rp2xxx/Kconfig
+/opt/ncs/zephyr/soc/raspberrypi/rp2xxx/Kconfig.defconfig
+/opt/ncs/zephyr/soc/raspberrypi/rp2xxx/Kconfig.defconfig.rp2040
+/opt/ncs/zephyr/soc/raspberrypi/rp2xxx/Kconfig.soc
+/opt/ncs/zephyr/soc/renesas/ra/Kconfig
+/opt/ncs/zephyr/soc/renesas/ra/Kconfig.defconfig
+/opt/ncs/zephyr/soc/renesas/ra/Kconfig.soc
+/opt/ncs/zephyr/soc/renesas/ra/ra4m1/Kconfig
+/opt/ncs/zephyr/soc/renesas/ra/ra4m1/Kconfig.defconfig
+/opt/ncs/zephyr/soc/renesas/ra/ra4m1/Kconfig.soc
+/opt/ncs/zephyr/soc/renesas/rcar/Kconfig
+/opt/ncs/zephyr/soc/renesas/rcar/Kconfig.defconfig
+/opt/ncs/zephyr/soc/renesas/rcar/Kconfig.soc
+/opt/ncs/zephyr/soc/renesas/rcar/rcar_gen3/Kconfig
+/opt/ncs/zephyr/soc/renesas/rcar/rcar_gen3/Kconfig.defconfig
+/opt/ncs/zephyr/soc/renesas/rcar/rcar_gen3/Kconfig.soc
+/opt/ncs/zephyr/soc/renesas/rcar/rcar_gen4/Kconfig
+/opt/ncs/zephyr/soc/renesas/rcar/rcar_gen4/Kconfig.defconfig
+/opt/ncs/zephyr/soc/renesas/rcar/rcar_gen4/Kconfig.defconfig.r8a779f0
+/opt/ncs/zephyr/soc/renesas/rcar/rcar_gen4/Kconfig.soc
+/opt/ncs/zephyr/soc/renesas/rzt2m/Kconfig
+/opt/ncs/zephyr/soc/renesas/rzt2m/Kconfig.defconfig
+/opt/ncs/zephyr/soc/renesas/rzt2m/Kconfig.soc
+/opt/ncs/zephyr/soc/renesas/smartbond/Kconfig
+/opt/ncs/zephyr/soc/renesas/smartbond/Kconfig.defconfig
+/opt/ncs/zephyr/soc/renesas/smartbond/Kconfig.soc
+/opt/ncs/zephyr/soc/renesas/smartbond/da1469x/Kconfig
+/opt/ncs/zephyr/soc/renesas/smartbond/da1469x/Kconfig.defconfig
+/opt/ncs/zephyr/soc/renesas/smartbond/da1469x/Kconfig.soc
+/opt/ncs/zephyr/soc/renode/riscv_virtual/Kconfig
+/opt/ncs/zephyr/soc/renode/riscv_virtual/Kconfig.defconfig
+/opt/ncs/zephyr/soc/renode/riscv_virtual/Kconfig.soc
+/opt/ncs/zephyr/soc/rockchip/Kconfig
+/opt/ncs/zephyr/soc/rockchip/Kconfig.defconfig
+/opt/ncs/zephyr/soc/rockchip/Kconfig.soc
+/opt/ncs/zephyr/soc/rockchip/rk3399/Kconfig
+/opt/ncs/zephyr/soc/rockchip/rk3399/Kconfig.defconfig
+/opt/ncs/zephyr/soc/rockchip/rk3399/Kconfig.defconfig.rk3399
+/opt/ncs/zephyr/soc/rockchip/rk3399/Kconfig.soc
+/opt/ncs/zephyr/soc/rockchip/rk3568/Kconfig
+/opt/ncs/zephyr/soc/rockchip/rk3568/Kconfig.defconfig
+/opt/ncs/zephyr/soc/rockchip/rk3568/Kconfig.defconfig.rk3568
+/opt/ncs/zephyr/soc/rockchip/rk3568/Kconfig.soc
+/opt/ncs/zephyr/soc/sifive/sifive_freedom/Kconfig
+/opt/ncs/zephyr/soc/sifive/sifive_freedom/Kconfig.defconfig
+/opt/ncs/zephyr/soc/sifive/sifive_freedom/Kconfig.soc
+/opt/ncs/zephyr/soc/sifive/sifive_freedom/fe300/Kconfig
+/opt/ncs/zephyr/soc/sifive/sifive_freedom/fe300/Kconfig.defconfig
+/opt/ncs/zephyr/soc/sifive/sifive_freedom/fe300/Kconfig.soc
+/opt/ncs/zephyr/soc/sifive/sifive_freedom/fu500/Kconfig
+/opt/ncs/zephyr/soc/sifive/sifive_freedom/fu500/Kconfig.defconfig
+/opt/ncs/zephyr/soc/sifive/sifive_freedom/fu500/Kconfig.soc
+/opt/ncs/zephyr/soc/sifive/sifive_freedom/fu700/Kconfig
+/opt/ncs/zephyr/soc/sifive/sifive_freedom/fu700/Kconfig.defconfig
+/opt/ncs/zephyr/soc/sifive/sifive_freedom/fu700/Kconfig.soc
+/opt/ncs/zephyr/soc/silabs/Kconfig
+/opt/ncs/zephyr/soc/silabs/Kconfig.defconfig
+/opt/ncs/zephyr/soc/silabs/Kconfig.soc
+/opt/ncs/zephyr/soc/silabs/silabs_s0/Kconfig.soc
+/opt/ncs/zephyr/soc/silabs/silabs_s0/efm32hg/Kconfig
+/opt/ncs/zephyr/soc/silabs/silabs_s0/efm32hg/Kconfig.defconfig
+/opt/ncs/zephyr/soc/silabs/silabs_s0/efm32hg/Kconfig.soc
+/opt/ncs/zephyr/soc/silabs/silabs_s0/efm32wg/Kconfig
+/opt/ncs/zephyr/soc/silabs/silabs_s0/efm32wg/Kconfig.defconfig
+/opt/ncs/zephyr/soc/silabs/silabs_s0/efm32wg/Kconfig.soc
+/opt/ncs/zephyr/soc/silabs/silabs_s1/Kconfig.soc
+/opt/ncs/zephyr/soc/silabs/silabs_s1/efm32gg11b/Kconfig
+/opt/ncs/zephyr/soc/silabs/silabs_s1/efm32gg11b/Kconfig.defconfig
+/opt/ncs/zephyr/soc/silabs/silabs_s1/efm32gg11b/Kconfig.soc
+/opt/ncs/zephyr/soc/silabs/silabs_s1/efm32gg12b/Kconfig
+/opt/ncs/zephyr/soc/silabs/silabs_s1/efm32gg12b/Kconfig.defconfig
+/opt/ncs/zephyr/soc/silabs/silabs_s1/efm32gg12b/Kconfig.soc
+/opt/ncs/zephyr/soc/silabs/silabs_s1/efm32jg12b/Kconfig
+/opt/ncs/zephyr/soc/silabs/silabs_s1/efm32jg12b/Kconfig.defconfig
+/opt/ncs/zephyr/soc/silabs/silabs_s1/efm32jg12b/Kconfig.soc
+/opt/ncs/zephyr/soc/silabs/silabs_s1/efm32pg12b/Kconfig
+/opt/ncs/zephyr/soc/silabs/silabs_s1/efm32pg12b/Kconfig.defconfig
+/opt/ncs/zephyr/soc/silabs/silabs_s1/efm32pg12b/Kconfig.soc
+/opt/ncs/zephyr/soc/silabs/silabs_s1/efm32pg1b/Kconfig
+/opt/ncs/zephyr/soc/silabs/silabs_s1/efm32pg1b/Kconfig.defconfig
+/opt/ncs/zephyr/soc/silabs/silabs_s1/efm32pg1b/Kconfig.soc
+/opt/ncs/zephyr/soc/silabs/silabs_s1/efr32bg13p/Kconfig
+/opt/ncs/zephyr/soc/silabs/silabs_s1/efr32bg13p/Kconfig.defconfig
+/opt/ncs/zephyr/soc/silabs/silabs_s1/efr32bg13p/Kconfig.soc
+/opt/ncs/zephyr/soc/silabs/silabs_s1/efr32fg13p/Kconfig
+/opt/ncs/zephyr/soc/silabs/silabs_s1/efr32fg13p/Kconfig.defconfig
+/opt/ncs/zephyr/soc/silabs/silabs_s1/efr32fg13p/Kconfig.soc
+/opt/ncs/zephyr/soc/silabs/silabs_s1/efr32fg1p/Kconfig
+/opt/ncs/zephyr/soc/silabs/silabs_s1/efr32fg1p/Kconfig.defconfig
+/opt/ncs/zephyr/soc/silabs/silabs_s1/efr32fg1p/Kconfig.soc
+/opt/ncs/zephyr/soc/silabs/silabs_s1/efr32mg12p/Kconfig
+/opt/ncs/zephyr/soc/silabs/silabs_s1/efr32mg12p/Kconfig.defconfig
+/opt/ncs/zephyr/soc/silabs/silabs_s1/efr32mg12p/Kconfig.soc
+/opt/ncs/zephyr/soc/silabs/silabs_s2/Kconfig.soc
+/opt/ncs/zephyr/soc/silabs/silabs_s2/efr32bg22/Kconfig
+/opt/ncs/zephyr/soc/silabs/silabs_s2/efr32bg22/Kconfig.defconfig
+/opt/ncs/zephyr/soc/silabs/silabs_s2/efr32bg22/Kconfig.soc
+/opt/ncs/zephyr/soc/silabs/silabs_s2/efr32bg27/Kconfig
+/opt/ncs/zephyr/soc/silabs/silabs_s2/efr32bg27/Kconfig.defconfig
+/opt/ncs/zephyr/soc/silabs/silabs_s2/efr32bg27/Kconfig.soc
+/opt/ncs/zephyr/soc/silabs/silabs_s2/efr32mg21/Kconfig
+/opt/ncs/zephyr/soc/silabs/silabs_s2/efr32mg21/Kconfig.defconfig
+/opt/ncs/zephyr/soc/silabs/silabs_s2/efr32mg21/Kconfig.soc
+/opt/ncs/zephyr/soc/silabs/silabs_s2/efr32mg24/Kconfig
+/opt/ncs/zephyr/soc/silabs/silabs_s2/efr32mg24/Kconfig.defconfig
+/opt/ncs/zephyr/soc/silabs/silabs_s2/efr32mg24/Kconfig.soc
+/opt/ncs/zephyr/soc/snps/arc_iot/Kconfig
+/opt/ncs/zephyr/soc/snps/arc_iot/Kconfig.defconfig
+/opt/ncs/zephyr/soc/snps/arc_iot/Kconfig.soc
+/opt/ncs/zephyr/soc/snps/emsdp/Kconfig
+/opt/ncs/zephyr/soc/snps/emsdp/Kconfig.defconfig
+/opt/ncs/zephyr/soc/snps/emsdp/Kconfig.defconfig.em11d
+/opt/ncs/zephyr/soc/snps/emsdp/Kconfig.defconfig.em4
+/opt/ncs/zephyr/soc/snps/emsdp/Kconfig.defconfig.em5d
+/opt/ncs/zephyr/soc/snps/emsdp/Kconfig.defconfig.em6
+/opt/ncs/zephyr/soc/snps/emsdp/Kconfig.defconfig.em7d
+/opt/ncs/zephyr/soc/snps/emsdp/Kconfig.defconfig.em7d_esp
+/opt/ncs/zephyr/soc/snps/emsdp/Kconfig.defconfig.em9d
+/opt/ncs/zephyr/soc/snps/emsdp/Kconfig.soc
+/opt/ncs/zephyr/soc/snps/emsk/Kconfig
+/opt/ncs/zephyr/soc/snps/emsk/Kconfig.defconfig
+/opt/ncs/zephyr/soc/snps/emsk/Kconfig.defconfig.em11d
+/opt/ncs/zephyr/soc/snps/emsk/Kconfig.defconfig.em7d
+/opt/ncs/zephyr/soc/snps/emsk/Kconfig.defconfig.em9d
+/opt/ncs/zephyr/soc/snps/emsk/Kconfig.soc
+/opt/ncs/zephyr/soc/snps/hsdk/Kconfig
+/opt/ncs/zephyr/soc/snps/hsdk/Kconfig.defconfig
+/opt/ncs/zephyr/soc/snps/hsdk/Kconfig.soc
+/opt/ncs/zephyr/soc/snps/hsdk4xd/Kconfig
+/opt/ncs/zephyr/soc/snps/hsdk4xd/Kconfig.defconfig
+/opt/ncs/zephyr/soc/snps/hsdk4xd/Kconfig.soc
+/opt/ncs/zephyr/soc/snps/nsim/Kconfig
+/opt/ncs/zephyr/soc/snps/nsim/Kconfig.defconfig
+/opt/ncs/zephyr/soc/snps/nsim/Kconfig.defconfig.em
+/opt/ncs/zephyr/soc/snps/nsim/Kconfig.defconfig.em11d
+/opt/ncs/zephyr/soc/snps/nsim/Kconfig.defconfig.em7d_v22
+/opt/ncs/zephyr/soc/snps/nsim/Kconfig.defconfig.hs
+/opt/ncs/zephyr/soc/snps/nsim/Kconfig.defconfig.hs5x
+/opt/ncs/zephyr/soc/snps/nsim/Kconfig.defconfig.hs5x_smp
+/opt/ncs/zephyr/soc/snps/nsim/Kconfig.defconfig.hs6x
+/opt/ncs/zephyr/soc/snps/nsim/Kconfig.defconfig.hs6x_smp
+/opt/ncs/zephyr/soc/snps/nsim/Kconfig.defconfig.hs_mpuv6
+/opt/ncs/zephyr/soc/snps/nsim/Kconfig.defconfig.hs_smp
+/opt/ncs/zephyr/soc/snps/nsim/Kconfig.defconfig.sem
+/opt/ncs/zephyr/soc/snps/nsim/Kconfig.defconfig.vpx5
+/opt/ncs/zephyr/soc/snps/nsim/Kconfig.soc
+/opt/ncs/zephyr/soc/snps/qemu_arc/Kconfig
+/opt/ncs/zephyr/soc/snps/qemu_arc/Kconfig.defconfig
+/opt/ncs/zephyr/soc/snps/qemu_arc/Kconfig.soc
+/opt/ncs/zephyr/soc/st/stm32/Kconfig
+/opt/ncs/zephyr/soc/st/stm32/Kconfig.defconfig
+/opt/ncs/zephyr/soc/st/stm32/Kconfig.soc
+/opt/ncs/zephyr/soc/st/stm32/stm32c0x/Kconfig
+/opt/ncs/zephyr/soc/st/stm32/stm32c0x/Kconfig.defconfig
+/opt/ncs/zephyr/soc/st/stm32/stm32c0x/Kconfig.defconfig.stm32c011xx
+/opt/ncs/zephyr/soc/st/stm32/stm32c0x/Kconfig.defconfig.stm32c031xx
+/opt/ncs/zephyr/soc/st/stm32/stm32c0x/Kconfig.soc
+/opt/ncs/zephyr/soc/st/stm32/stm32f0x/Kconfig
+/opt/ncs/zephyr/soc/st/stm32/stm32f0x/Kconfig.defconfig
+/opt/ncs/zephyr/soc/st/stm32/stm32f0x/Kconfig.defconfig.stm32f030x4
+/opt/ncs/zephyr/soc/st/stm32/stm32f0x/Kconfig.defconfig.stm32f030x6
+/opt/ncs/zephyr/soc/st/stm32/stm32f0x/Kconfig.defconfig.stm32f030x8
+/opt/ncs/zephyr/soc/st/stm32/stm32f0x/Kconfig.defconfig.stm32f030xc
+/opt/ncs/zephyr/soc/st/stm32/stm32f0x/Kconfig.defconfig.stm32f031x6
+/opt/ncs/zephyr/soc/st/stm32/stm32f0x/Kconfig.defconfig.stm32f042x6
+/opt/ncs/zephyr/soc/st/stm32/stm32f0x/Kconfig.defconfig.stm32f051x8
+/opt/ncs/zephyr/soc/st/stm32/stm32f0x/Kconfig.defconfig.stm32f070xb
+/opt/ncs/zephyr/soc/st/stm32/stm32f0x/Kconfig.defconfig.stm32f072xx
+/opt/ncs/zephyr/soc/st/stm32/stm32f0x/Kconfig.defconfig.stm32f091xc
+/opt/ncs/zephyr/soc/st/stm32/stm32f0x/Kconfig.defconfig.stm32f098xx
+/opt/ncs/zephyr/soc/st/stm32/stm32f0x/Kconfig.soc
+/opt/ncs/zephyr/soc/st/stm32/stm32f1x/Kconfig
+/opt/ncs/zephyr/soc/st/stm32/stm32f1x/Kconfig.defconfig
+/opt/ncs/zephyr/soc/st/stm32/stm32f1x/Kconfig.defconfig.stm32f100xx
+/opt/ncs/zephyr/soc/st/stm32/stm32f1x/Kconfig.defconfig.stm32f103xx
+/opt/ncs/zephyr/soc/st/stm32/stm32f1x/Kconfig.defconfig.stm32f105xx
+/opt/ncs/zephyr/soc/st/stm32/stm32f1x/Kconfig.defconfig.stm32f107xc
+/opt/ncs/zephyr/soc/st/stm32/stm32f1x/Kconfig.soc
+/opt/ncs/zephyr/soc/st/stm32/stm32f2x/Kconfig
+/opt/ncs/zephyr/soc/st/stm32/stm32f2x/Kconfig.defconfig
+/opt/ncs/zephyr/soc/st/stm32/stm32f2x/Kconfig.defconfig.stm32f205xx
+/opt/ncs/zephyr/soc/st/stm32/stm32f2x/Kconfig.defconfig.stm32f207xx
+/opt/ncs/zephyr/soc/st/stm32/stm32f2x/Kconfig.soc
+/opt/ncs/zephyr/soc/st/stm32/stm32f3x/Kconfig
+/opt/ncs/zephyr/soc/st/stm32/stm32f3x/Kconfig.defconfig
+/opt/ncs/zephyr/soc/st/stm32/stm32f3x/Kconfig.defconfig.stm32f302x8
+/opt/ncs/zephyr/soc/st/stm32/stm32f3x/Kconfig.defconfig.stm32f302xc
+/opt/ncs/zephyr/soc/st/stm32/stm32f3x/Kconfig.defconfig.stm32f303x(b-c)
+/opt/ncs/zephyr/soc/st/stm32/stm32f3x/Kconfig.defconfig.stm32f303x8
+/opt/ncs/zephyr/soc/st/stm32/stm32f3x/Kconfig.defconfig.stm32f303xe
+/opt/ncs/zephyr/soc/st/stm32/stm32f3x/Kconfig.defconfig.stm32f334x8
+/opt/ncs/zephyr/soc/st/stm32/stm32f3x/Kconfig.defconfig.stm32f373xc
+/opt/ncs/zephyr/soc/st/stm32/stm32f3x/Kconfig.soc
+/opt/ncs/zephyr/soc/st/stm32/stm32f4x/Kconfig
+/opt/ncs/zephyr/soc/st/stm32/stm32f4x/Kconfig.defconfig
+/opt/ncs/zephyr/soc/st/stm32/stm32f4x/Kconfig.defconfig.stm32f401xc
+/opt/ncs/zephyr/soc/st/stm32/stm32f4x/Kconfig.defconfig.stm32f401xe
+/opt/ncs/zephyr/soc/st/stm32/stm32f4x/Kconfig.defconfig.stm32f405xx
+/opt/ncs/zephyr/soc/st/stm32/stm32f4x/Kconfig.defconfig.stm32f407xx
+/opt/ncs/zephyr/soc/st/stm32/stm32f4x/Kconfig.defconfig.stm32f410xx
+/opt/ncs/zephyr/soc/st/stm32/stm32f4x/Kconfig.defconfig.stm32f411xe
+/opt/ncs/zephyr/soc/st/stm32/stm32f4x/Kconfig.defconfig.stm32f412rx
+/opt/ncs/zephyr/soc/st/stm32/stm32f4x/Kconfig.defconfig.stm32f412xx
+/opt/ncs/zephyr/soc/st/stm32/stm32f4x/Kconfig.defconfig.stm32f413xx
+/opt/ncs/zephyr/soc/st/stm32/stm32f4x/Kconfig.defconfig.stm32f415xx
+/opt/ncs/zephyr/soc/st/stm32/stm32f4x/Kconfig.defconfig.stm32f417xx
+/opt/ncs/zephyr/soc/st/stm32/stm32f4x/Kconfig.defconfig.stm32f423xx
+/opt/ncs/zephyr/soc/st/stm32/stm32f4x/Kconfig.defconfig.stm32f427xx
+/opt/ncs/zephyr/soc/st/stm32/stm32f4x/Kconfig.defconfig.stm32f429xx
+/opt/ncs/zephyr/soc/st/stm32/stm32f4x/Kconfig.defconfig.stm32f437xx
+/opt/ncs/zephyr/soc/st/stm32/stm32f4x/Kconfig.defconfig.stm32f446xx
+/opt/ncs/zephyr/soc/st/stm32/stm32f4x/Kconfig.defconfig.stm32f469xx
+/opt/ncs/zephyr/soc/st/stm32/stm32f4x/Kconfig.soc
+/opt/ncs/zephyr/soc/st/stm32/stm32f7x/Kconfig
+/opt/ncs/zephyr/soc/st/stm32/stm32f7x/Kconfig.defconfig
+/opt/ncs/zephyr/soc/st/stm32/stm32f7x/Kconfig.defconfig.stm32f722xx
+/opt/ncs/zephyr/soc/st/stm32/stm32f7x/Kconfig.defconfig.stm32f723xx
+/opt/ncs/zephyr/soc/st/stm32/stm32f7x/Kconfig.defconfig.stm32f745xx
+/opt/ncs/zephyr/soc/st/stm32/stm32f7x/Kconfig.defconfig.stm32f746xx
+/opt/ncs/zephyr/soc/st/stm32/stm32f7x/Kconfig.defconfig.stm32f750xx
+/opt/ncs/zephyr/soc/st/stm32/stm32f7x/Kconfig.defconfig.stm32f756xx
+/opt/ncs/zephyr/soc/st/stm32/stm32f7x/Kconfig.defconfig.stm32f765xx
+/opt/ncs/zephyr/soc/st/stm32/stm32f7x/Kconfig.defconfig.stm32f767xx
+/opt/ncs/zephyr/soc/st/stm32/stm32f7x/Kconfig.defconfig.stm32f769xx
+/opt/ncs/zephyr/soc/st/stm32/stm32f7x/Kconfig.soc
+/opt/ncs/zephyr/soc/st/stm32/stm32g0x/Kconfig
+/opt/ncs/zephyr/soc/st/stm32/stm32g0x/Kconfig.defconfig
+/opt/ncs/zephyr/soc/st/stm32/stm32g0x/Kconfig.defconfig.stm32g030xx
+/opt/ncs/zephyr/soc/st/stm32/stm32g0x/Kconfig.defconfig.stm32g031xx
+/opt/ncs/zephyr/soc/st/stm32/stm32g0x/Kconfig.defconfig.stm32g041xx
+/opt/ncs/zephyr/soc/st/stm32/stm32g0x/Kconfig.defconfig.stm32g050xx
+/opt/ncs/zephyr/soc/st/stm32/stm32g0x/Kconfig.defconfig.stm32g051xx
+/opt/ncs/zephyr/soc/st/stm32/stm32g0x/Kconfig.defconfig.stm32g061xx
+/opt/ncs/zephyr/soc/st/stm32/stm32g0x/Kconfig.defconfig.stm32g070xx
+/opt/ncs/zephyr/soc/st/stm32/stm32g0x/Kconfig.defconfig.stm32g071xx
+/opt/ncs/zephyr/soc/st/stm32/stm32g0x/Kconfig.defconfig.stm32g081xx
+/opt/ncs/zephyr/soc/st/stm32/stm32g0x/Kconfig.defconfig.stm32g0b0xx
+/opt/ncs/zephyr/soc/st/stm32/stm32g0x/Kconfig.defconfig.stm32g0b1xx
+/opt/ncs/zephyr/soc/st/stm32/stm32g0x/Kconfig.defconfig.stm32g0c1xx
+/opt/ncs/zephyr/soc/st/stm32/stm32g0x/Kconfig.soc
+/opt/ncs/zephyr/soc/st/stm32/stm32g4x/Kconfig
+/opt/ncs/zephyr/soc/st/stm32/stm32g4x/Kconfig.defconfig
+/opt/ncs/zephyr/soc/st/stm32/stm32g4x/Kconfig.defconfig.stm32g431xx
+/opt/ncs/zephyr/soc/st/stm32/stm32g4x/Kconfig.defconfig.stm32g441xx
+/opt/ncs/zephyr/soc/st/stm32/stm32g4x/Kconfig.defconfig.stm32g473xx
+/opt/ncs/zephyr/soc/st/stm32/stm32g4x/Kconfig.defconfig.stm32g474xx
+/opt/ncs/zephyr/soc/st/stm32/stm32g4x/Kconfig.defconfig.stm32g483xx
+/opt/ncs/zephyr/soc/st/stm32/stm32g4x/Kconfig.defconfig.stm32g484xx
+/opt/ncs/zephyr/soc/st/stm32/stm32g4x/Kconfig.defconfig.stm32g491xx
+/opt/ncs/zephyr/soc/st/stm32/stm32g4x/Kconfig.defconfig.stm32g4a1xx
+/opt/ncs/zephyr/soc/st/stm32/stm32g4x/Kconfig.soc
+/opt/ncs/zephyr/soc/st/stm32/stm32h5x/Kconfig
+/opt/ncs/zephyr/soc/st/stm32/stm32h5x/Kconfig.defconfig
+/opt/ncs/zephyr/soc/st/stm32/stm32h5x/Kconfig.defconfig.stm32h503xx
+/opt/ncs/zephyr/soc/st/stm32/stm32h5x/Kconfig.defconfig.stm32h562xx
+/opt/ncs/zephyr/soc/st/stm32/stm32h5x/Kconfig.defconfig.stm32h563xx
+/opt/ncs/zephyr/soc/st/stm32/stm32h5x/Kconfig.defconfig.stm32h573xx
+/opt/ncs/zephyr/soc/st/stm32/stm32h5x/Kconfig.soc
+/opt/ncs/zephyr/soc/st/stm32/stm32h7x/Kconfig
+/opt/ncs/zephyr/soc/st/stm32/stm32h7x/Kconfig.defconfig
+/opt/ncs/zephyr/soc/st/stm32/stm32h7x/Kconfig.defconfig.stm32h723xx
+/opt/ncs/zephyr/soc/st/stm32/stm32h7x/Kconfig.defconfig.stm32h725xx
+/opt/ncs/zephyr/soc/st/stm32/stm32h7x/Kconfig.defconfig.stm32h730xx
+/opt/ncs/zephyr/soc/st/stm32/stm32h7x/Kconfig.defconfig.stm32h735xx
+/opt/ncs/zephyr/soc/st/stm32/stm32h7x/Kconfig.defconfig.stm32h743xx
+/opt/ncs/zephyr/soc/st/stm32/stm32h7x/Kconfig.defconfig.stm32h745xx
+/opt/ncs/zephyr/soc/st/stm32/stm32h7x/Kconfig.defconfig.stm32h747xx
+/opt/ncs/zephyr/soc/st/stm32/stm32h7x/Kconfig.defconfig.stm32h750xx
+/opt/ncs/zephyr/soc/st/stm32/stm32h7x/Kconfig.defconfig.stm32h753xx
+/opt/ncs/zephyr/soc/st/stm32/stm32h7x/Kconfig.defconfig.stm32h7a3xx
+/opt/ncs/zephyr/soc/st/stm32/stm32h7x/Kconfig.defconfig.stm32h7b0xx
+/opt/ncs/zephyr/soc/st/stm32/stm32h7x/Kconfig.defconfig.stm32h7b3xx
+/opt/ncs/zephyr/soc/st/stm32/stm32h7x/Kconfig.soc
+/opt/ncs/zephyr/soc/st/stm32/stm32l0x/Kconfig
+/opt/ncs/zephyr/soc/st/stm32/stm32l0x/Kconfig.defconfig
+/opt/ncs/zephyr/soc/st/stm32/stm32l0x/Kconfig.defconfig.stm32l010x4
+/opt/ncs/zephyr/soc/st/stm32/stm32l0x/Kconfig.defconfig.stm32l010x6
+/opt/ncs/zephyr/soc/st/stm32/stm32l0x/Kconfig.defconfig.stm32l010x8
+/opt/ncs/zephyr/soc/st/stm32/stm32l0x/Kconfig.defconfig.stm32l010xb
+/opt/ncs/zephyr/soc/st/stm32/stm32l0x/Kconfig.defconfig.stm32l011xx
+/opt/ncs/zephyr/soc/st/stm32/stm32l0x/Kconfig.defconfig.stm32l031xx
+/opt/ncs/zephyr/soc/st/stm32/stm32l0x/Kconfig.defconfig.stm32l051xx
+/opt/ncs/zephyr/soc/st/stm32/stm32l0x/Kconfig.defconfig.stm32l053xx
+/opt/ncs/zephyr/soc/st/stm32/stm32l0x/Kconfig.defconfig.stm32l071xx
+/opt/ncs/zephyr/soc/st/stm32/stm32l0x/Kconfig.defconfig.stm32l072xx
+/opt/ncs/zephyr/soc/st/stm32/stm32l0x/Kconfig.defconfig.stm32l073xx
+/opt/ncs/zephyr/soc/st/stm32/stm32l0x/Kconfig.defconfig.stm32l081xx
+/opt/ncs/zephyr/soc/st/stm32/stm32l0x/Kconfig.soc
+/opt/ncs/zephyr/soc/st/stm32/stm32l1x/Kconfig
+/opt/ncs/zephyr/soc/st/stm32/stm32l1x/Kconfig.defconfig
+/opt/ncs/zephyr/soc/st/stm32/stm32l1x/Kconfig.defconfig.stm32l151xb
+/opt/ncs/zephyr/soc/st/stm32/stm32l1x/Kconfig.defconfig.stm32l151xba
+/opt/ncs/zephyr/soc/st/stm32/stm32l1x/Kconfig.defconfig.stm32l151xc
+/opt/ncs/zephyr/soc/st/stm32/stm32l1x/Kconfig.defconfig.stm32l152xc
+/opt/ncs/zephyr/soc/st/stm32/stm32l1x/Kconfig.defconfig.stm32l152xe
+/opt/ncs/zephyr/soc/st/stm32/stm32l1x/Kconfig.soc
+/opt/ncs/zephyr/soc/st/stm32/stm32l4x/Kconfig
+/opt/ncs/zephyr/soc/st/stm32/stm32l4x/Kconfig.defconfig
+/opt/ncs/zephyr/soc/st/stm32/stm32l4x/Kconfig.defconfig.stm32l412xx
+/opt/ncs/zephyr/soc/st/stm32/stm32l4x/Kconfig.defconfig.stm32l422xx
+/opt/ncs/zephyr/soc/st/stm32/stm32l4x/Kconfig.defconfig.stm32l431xx
+/opt/ncs/zephyr/soc/st/stm32/stm32l4x/Kconfig.defconfig.stm32l432xx
+/opt/ncs/zephyr/soc/st/stm32/stm32l4x/Kconfig.defconfig.stm32l433xx
+/opt/ncs/zephyr/soc/st/stm32/stm32l4x/Kconfig.defconfig.stm32l451xx
+/opt/ncs/zephyr/soc/st/stm32/stm32l4x/Kconfig.defconfig.stm32l452xx
+/opt/ncs/zephyr/soc/st/stm32/stm32l4x/Kconfig.defconfig.stm32l462xx
+/opt/ncs/zephyr/soc/st/stm32/stm32l4x/Kconfig.defconfig.stm32l471xx
+/opt/ncs/zephyr/soc/st/stm32/stm32l4x/Kconfig.defconfig.stm32l475xx
+/opt/ncs/zephyr/soc/st/stm32/stm32l4x/Kconfig.defconfig.stm32l476xx
+/opt/ncs/zephyr/soc/st/stm32/stm32l4x/Kconfig.defconfig.stm32l486xx
+/opt/ncs/zephyr/soc/st/stm32/stm32l4x/Kconfig.defconfig.stm32l496xx
+/opt/ncs/zephyr/soc/st/stm32/stm32l4x/Kconfig.defconfig.stm32l4a6xx
+/opt/ncs/zephyr/soc/st/stm32/stm32l4x/Kconfig.defconfig.stm32l4p5xx
+/opt/ncs/zephyr/soc/st/stm32/stm32l4x/Kconfig.defconfig.stm32l4q5xx
+/opt/ncs/zephyr/soc/st/stm32/stm32l4x/Kconfig.defconfig.stm32l4r5xx
+/opt/ncs/zephyr/soc/st/stm32/stm32l4x/Kconfig.defconfig.stm32l4r9xx
+/opt/ncs/zephyr/soc/st/stm32/stm32l4x/Kconfig.defconfig.stm32l4s5xx
+/opt/ncs/zephyr/soc/st/stm32/stm32l4x/Kconfig.soc
+/opt/ncs/zephyr/soc/st/stm32/stm32l5x/Kconfig
+/opt/ncs/zephyr/soc/st/stm32/stm32l5x/Kconfig.defconfig
+/opt/ncs/zephyr/soc/st/stm32/stm32l5x/Kconfig.defconfig.stm32l552xx
+/opt/ncs/zephyr/soc/st/stm32/stm32l5x/Kconfig.defconfig.stm32l562xx
+/opt/ncs/zephyr/soc/st/stm32/stm32l5x/Kconfig.soc
+/opt/ncs/zephyr/soc/st/stm32/stm32mp1x/Kconfig
+/opt/ncs/zephyr/soc/st/stm32/stm32mp1x/Kconfig.defconfig
+/opt/ncs/zephyr/soc/st/stm32/stm32mp1x/Kconfig.defconfig.stm32mp15_m4
+/opt/ncs/zephyr/soc/st/stm32/stm32mp1x/Kconfig.soc
+/opt/ncs/zephyr/soc/st/stm32/stm32u5x/Kconfig
+/opt/ncs/zephyr/soc/st/stm32/stm32u5x/Kconfig.defconfig
+/opt/ncs/zephyr/soc/st/stm32/stm32u5x/Kconfig.defconfig.stm32u575xx
+/opt/ncs/zephyr/soc/st/stm32/stm32u5x/Kconfig.defconfig.stm32u585xx
+/opt/ncs/zephyr/soc/st/stm32/stm32u5x/Kconfig.defconfig.stm32u595xx
+/opt/ncs/zephyr/soc/st/stm32/stm32u5x/Kconfig.defconfig.stm32u599xx
+/opt/ncs/zephyr/soc/st/stm32/stm32u5x/Kconfig.defconfig.stm32u5a5xx
+/opt/ncs/zephyr/soc/st/stm32/stm32u5x/Kconfig.defconfig.stm32u5a9xx
+/opt/ncs/zephyr/soc/st/stm32/stm32u5x/Kconfig.soc
+/opt/ncs/zephyr/soc/st/stm32/stm32wbax/Kconfig
+/opt/ncs/zephyr/soc/st/stm32/stm32wbax/Kconfig.defconfig
+/opt/ncs/zephyr/soc/st/stm32/stm32wbax/Kconfig.defconfig.stm32wba52xx
+/opt/ncs/zephyr/soc/st/stm32/stm32wbax/Kconfig.defconfig.stm32wba55xx
+/opt/ncs/zephyr/soc/st/stm32/stm32wbax/Kconfig.soc
+/opt/ncs/zephyr/soc/st/stm32/stm32wbx/Kconfig
+/opt/ncs/zephyr/soc/st/stm32/stm32wbx/Kconfig.defconfig
+/opt/ncs/zephyr/soc/st/stm32/stm32wbx/Kconfig.defconfig.stm32wb55xx
+/opt/ncs/zephyr/soc/st/stm32/stm32wbx/Kconfig.soc
+/opt/ncs/zephyr/soc/st/stm32/stm32wlx/Kconfig
+/opt/ncs/zephyr/soc/st/stm32/stm32wlx/Kconfig.defconfig
+/opt/ncs/zephyr/soc/st/stm32/stm32wlx/Kconfig.defconfig.stm32wl54xx
+/opt/ncs/zephyr/soc/st/stm32/stm32wlx/Kconfig.defconfig.stm32wl55xx
+/opt/ncs/zephyr/soc/st/stm32/stm32wlx/Kconfig.defconfig.stm32wle4xx
+/opt/ncs/zephyr/soc/st/stm32/stm32wlx/Kconfig.defconfig.stm32wle5xx
+/opt/ncs/zephyr/soc/st/stm32/stm32wlx/Kconfig.soc
+/opt/ncs/zephyr/soc/starfive/jh71xx/Kconfig
+/opt/ncs/zephyr/soc/starfive/jh71xx/Kconfig.defconfig
+/opt/ncs/zephyr/soc/starfive/jh71xx/Kconfig.soc
+/opt/ncs/zephyr/soc/telink/tlsr/Kconfig
+/opt/ncs/zephyr/soc/telink/tlsr/Kconfig.defconfig
+/opt/ncs/zephyr/soc/telink/tlsr/Kconfig.soc
+/opt/ncs/zephyr/soc/telink/tlsr/tlsr951x/Kconfig
+/opt/ncs/zephyr/soc/telink/tlsr/tlsr951x/Kconfig.defconfig
+/opt/ncs/zephyr/soc/telink/tlsr/tlsr951x/Kconfig.soc
+/opt/ncs/zephyr/soc/ti/k3/Kconfig
+/opt/ncs/zephyr/soc/ti/k3/Kconfig.defconfig
+/opt/ncs/zephyr/soc/ti/k3/Kconfig.soc
+/opt/ncs/zephyr/soc/ti/k3/am6x/Kconfig
+/opt/ncs/zephyr/soc/ti/k3/am6x/Kconfig.defconfig
+/opt/ncs/zephyr/soc/ti/k3/am6x/Kconfig.soc
+/opt/ncs/zephyr/soc/ti/lm3s6965/Kconfig
+/opt/ncs/zephyr/soc/ti/lm3s6965/Kconfig.defconfig
+/opt/ncs/zephyr/soc/ti/lm3s6965/Kconfig.soc
+/opt/ncs/zephyr/soc/ti/simplelink/Kconfig
+/opt/ncs/zephyr/soc/ti/simplelink/Kconfig.defconfig
+/opt/ncs/zephyr/soc/ti/simplelink/Kconfig.soc
+/opt/ncs/zephyr/soc/ti/simplelink/cc13x2_cc26x2/Kconfig
+/opt/ncs/zephyr/soc/ti/simplelink/cc13x2_cc26x2/Kconfig.defconfig
+/opt/ncs/zephyr/soc/ti/simplelink/cc13x2_cc26x2/Kconfig.soc
+/opt/ncs/zephyr/soc/ti/simplelink/cc13x2x7_cc26x2x7/Kconfig
+/opt/ncs/zephyr/soc/ti/simplelink/cc13x2x7_cc26x2x7/Kconfig.defconfig
+/opt/ncs/zephyr/soc/ti/simplelink/cc13x2x7_cc26x2x7/Kconfig.soc
+/opt/ncs/zephyr/soc/ti/simplelink/cc32xx/Kconfig
+/opt/ncs/zephyr/soc/ti/simplelink/cc32xx/Kconfig.defconfig
+/opt/ncs/zephyr/soc/ti/simplelink/cc32xx/Kconfig.defconfig.cc3220sf
+/opt/ncs/zephyr/soc/ti/simplelink/cc32xx/Kconfig.defconfig.cc3235sf
+/opt/ncs/zephyr/soc/ti/simplelink/cc32xx/Kconfig.soc
+/opt/ncs/zephyr/soc/ti/simplelink/msp432p4xx/Kconfig
+/opt/ncs/zephyr/soc/ti/simplelink/msp432p4xx/Kconfig.defconfig
+/opt/ncs/zephyr/soc/ti/simplelink/msp432p4xx/Kconfig.defconfig.msp432p401r
+/opt/ncs/zephyr/soc/ti/simplelink/msp432p4xx/Kconfig.soc
+/opt/ncs/zephyr/soc/xen/Kconfig
+/opt/ncs/zephyr/soc/xen/Kconfig.defconfig
+/opt/ncs/zephyr/soc/xen/Kconfig.soc
+/opt/ncs/zephyr/soc/xlnx/zynq7000/Kconfig
+/opt/ncs/zephyr/soc/xlnx/zynq7000/Kconfig.defconfig
+/opt/ncs/zephyr/soc/xlnx/zynq7000/Kconfig.soc
+/opt/ncs/zephyr/soc/xlnx/zynq7000/xc7zxxx/Kconfig
+/opt/ncs/zephyr/soc/xlnx/zynq7000/xc7zxxx/Kconfig.defconfig
+/opt/ncs/zephyr/soc/xlnx/zynq7000/xc7zxxx/Kconfig.soc
+/opt/ncs/zephyr/soc/xlnx/zynq7000/xc7zxxxs/Kconfig
+/opt/ncs/zephyr/soc/xlnx/zynq7000/xc7zxxxs/Kconfig.defconfig
+/opt/ncs/zephyr/soc/xlnx/zynq7000/xc7zxxxs/Kconfig.soc
+/opt/ncs/zephyr/soc/xlnx/zynqmp/Kconfig
+/opt/ncs/zephyr/soc/xlnx/zynqmp/Kconfig.defconfig
+/opt/ncs/zephyr/soc/xlnx/zynqmp/Kconfig.soc
+/opt/ncs/zephyr/subsys/Kconfig
+/opt/ncs/zephyr/subsys/bindesc/Kconfig
+/opt/ncs/zephyr/subsys/bindesc/Kconfig.build_time
+/opt/ncs/zephyr/subsys/bindesc/Kconfig.host_info
+/opt/ncs/zephyr/subsys/bindesc/Kconfig.version
+/opt/ncs/zephyr/subsys/bluetooth/Kconfig
+/opt/ncs/zephyr/subsys/bluetooth/Kconfig.adv
+/opt/ncs/zephyr/subsys/bluetooth/Kconfig.iso
+/opt/ncs/zephyr/subsys/bluetooth/Kconfig.logging
+/opt/ncs/zephyr/subsys/bluetooth/audio/Kconfig
+/opt/ncs/zephyr/subsys/bluetooth/audio/Kconfig.aics
+/opt/ncs/zephyr/subsys/bluetooth/audio/Kconfig.ascs
+/opt/ncs/zephyr/subsys/bluetooth/audio/Kconfig.bap
+/opt/ncs/zephyr/subsys/bluetooth/audio/Kconfig.bass
+/opt/ncs/zephyr/subsys/bluetooth/audio/Kconfig.cap
+/opt/ncs/zephyr/subsys/bluetooth/audio/Kconfig.csip
+/opt/ncs/zephyr/subsys/bluetooth/audio/Kconfig.gmap
+/opt/ncs/zephyr/subsys/bluetooth/audio/Kconfig.has
+/opt/ncs/zephyr/subsys/bluetooth/audio/Kconfig.mcs
+/opt/ncs/zephyr/subsys/bluetooth/audio/Kconfig.mctl
+/opt/ncs/zephyr/subsys/bluetooth/audio/Kconfig.micp
+/opt/ncs/zephyr/subsys/bluetooth/audio/Kconfig.mpl
+/opt/ncs/zephyr/subsys/bluetooth/audio/Kconfig.pacs
+/opt/ncs/zephyr/subsys/bluetooth/audio/Kconfig.pbp
+/opt/ncs/zephyr/subsys/bluetooth/audio/Kconfig.tbs
+/opt/ncs/zephyr/subsys/bluetooth/audio/Kconfig.tmap
+/opt/ncs/zephyr/subsys/bluetooth/audio/Kconfig.vcp
+/opt/ncs/zephyr/subsys/bluetooth/audio/Kconfig.vocs
+/opt/ncs/zephyr/subsys/bluetooth/common/Kconfig
+/opt/ncs/zephyr/subsys/bluetooth/controller/Kconfig
+/opt/ncs/zephyr/subsys/bluetooth/controller/Kconfig.df
+/opt/ncs/zephyr/subsys/bluetooth/controller/Kconfig.dtm
+/opt/ncs/zephyr/subsys/bluetooth/controller/Kconfig.ll_sw_split
+/opt/ncs/zephyr/subsys/bluetooth/controller/coex/Kconfig
+/opt/ncs/zephyr/subsys/bluetooth/crypto/Kconfig
+/opt/ncs/zephyr/subsys/bluetooth/host/Kconfig
+/opt/ncs/zephyr/subsys/bluetooth/host/Kconfig.gatt
+/opt/ncs/zephyr/subsys/bluetooth/host/Kconfig.l2cap
+/opt/ncs/zephyr/subsys/bluetooth/host/classic/Kconfig
+/opt/ncs/zephyr/subsys/bluetooth/lib/Kconfig
+/opt/ncs/zephyr/subsys/bluetooth/mesh/Kconfig
+/opt/ncs/zephyr/subsys/bluetooth/mesh/shell/Kconfig
+/opt/ncs/zephyr/subsys/bluetooth/services/Kconfig
+/opt/ncs/zephyr/subsys/bluetooth/services/Kconfig.bas
+/opt/ncs/zephyr/subsys/bluetooth/services/Kconfig.dis
+/opt/ncs/zephyr/subsys/bluetooth/services/Kconfig.hrs
+/opt/ncs/zephyr/subsys/bluetooth/services/Kconfig.tps
+/opt/ncs/zephyr/subsys/bluetooth/services/ias/Kconfig.ias
+/opt/ncs/zephyr/subsys/bluetooth/services/nus/Kconfig.nus
+/opt/ncs/zephyr/subsys/bluetooth/services/ots/Kconfig
+/opt/ncs/zephyr/subsys/bluetooth/shell/Kconfig
+/opt/ncs/zephyr/subsys/canbus/Kconfig
+/opt/ncs/zephyr/subsys/canbus/Kconfig.canopen
+/opt/ncs/zephyr/subsys/canbus/isotp/Kconfig
+/opt/ncs/zephyr/subsys/console/Kconfig
+/opt/ncs/zephyr/subsys/debug/Kconfig
+/opt/ncs/zephyr/subsys/debug/coredump/Kconfig
+/opt/ncs/zephyr/subsys/demand_paging/Kconfig
+/opt/ncs/zephyr/subsys/demand_paging/backing_store/Kconfig
+/opt/ncs/zephyr/subsys/demand_paging/eviction/Kconfig
+/opt/ncs/zephyr/subsys/dfu/Kconfig
+/opt/ncs/zephyr/subsys/disk/Kconfig
+/opt/ncs/zephyr/subsys/dsp/Kconfig
+/opt/ncs/zephyr/subsys/emul/Kconfig
+/opt/ncs/zephyr/subsys/emul/espi/Kconfig
+/opt/ncs/zephyr/subsys/fb/Kconfig
+/opt/ncs/zephyr/subsys/fs/Kconfig
+/opt/ncs/zephyr/subsys/fs/Kconfig.fatfs
+/opt/ncs/zephyr/subsys/fs/Kconfig.littlefs
+/opt/ncs/zephyr/subsys/fs/ext2/Kconfig
+/opt/ncs/zephyr/subsys/fs/fcb/Kconfig
+/opt/ncs/zephyr/subsys/fs/nvs/Kconfig
+/opt/ncs/zephyr/subsys/input/Kconfig
+/opt/ncs/zephyr/subsys/ipc/Kconfig
+/opt/ncs/zephyr/subsys/ipc/ipc_service/Kconfig
+/opt/ncs/zephyr/subsys/ipc/ipc_service/backends/Kconfig
+/opt/ncs/zephyr/subsys/ipc/ipc_service/backends/Kconfig.icbmsg
+/opt/ncs/zephyr/subsys/ipc/ipc_service/backends/Kconfig.icmsg_me
+/opt/ncs/zephyr/subsys/ipc/ipc_service/backends/Kconfig.rpmsg
+/opt/ncs/zephyr/subsys/ipc/ipc_service/lib/Kconfig
+/opt/ncs/zephyr/subsys/ipc/ipc_service/lib/Kconfig.icmsg
+/opt/ncs/zephyr/subsys/ipc/rpmsg_service/Kconfig
+/opt/ncs/zephyr/subsys/jwt/Kconfig
+/opt/ncs/zephyr/subsys/llext/Kconfig
+/opt/ncs/zephyr/subsys/logging/Kconfig
+/opt/ncs/zephyr/subsys/logging/Kconfig.filtering
+/opt/ncs/zephyr/subsys/logging/Kconfig.formatting
+/opt/ncs/zephyr/subsys/logging/Kconfig.frontends
+/opt/ncs/zephyr/subsys/logging/Kconfig.links
+/opt/ncs/zephyr/subsys/logging/Kconfig.misc
+/opt/ncs/zephyr/subsys/logging/Kconfig.mode
+/opt/ncs/zephyr/subsys/logging/Kconfig.processing
+/opt/ncs/zephyr/subsys/logging/Kconfig.template.log_config
+/opt/ncs/zephyr/subsys/logging/Kconfig.template.log_config_inherit
+/opt/ncs/zephyr/subsys/logging/Kconfig.template.log_format_config
+/opt/ncs/zephyr/subsys/logging/backends/Kconfig
+/opt/ncs/zephyr/subsys/logging/backends/Kconfig.adsp
+/opt/ncs/zephyr/subsys/logging/backends/Kconfig.adsp_mtrace
+/opt/ncs/zephyr/subsys/logging/backends/Kconfig.ble
+/opt/ncs/zephyr/subsys/logging/backends/Kconfig.efi_console
+/opt/ncs/zephyr/subsys/logging/backends/Kconfig.fs
+/opt/ncs/zephyr/subsys/logging/backends/Kconfig.multidomain
+/opt/ncs/zephyr/subsys/logging/backends/Kconfig.native_posix
+/opt/ncs/zephyr/subsys/logging/backends/Kconfig.net
+/opt/ncs/zephyr/subsys/logging/backends/Kconfig.rtt
+/opt/ncs/zephyr/subsys/logging/backends/Kconfig.spinel
+/opt/ncs/zephyr/subsys/logging/backends/Kconfig.swo
+/opt/ncs/zephyr/subsys/logging/backends/Kconfig.uart
+/opt/ncs/zephyr/subsys/logging/backends/Kconfig.xtensa_sim
+/opt/ncs/zephyr/subsys/lorawan/Kconfig
+/opt/ncs/zephyr/subsys/lorawan/nvm/Kconfig
+/opt/ncs/zephyr/subsys/lorawan/services/Kconfig
+/opt/ncs/zephyr/subsys/mem_mgmt/Kconfig
+/opt/ncs/zephyr/subsys/mgmt/Kconfig
+/opt/ncs/zephyr/subsys/mgmt/ec_host_cmd/Kconfig
+/opt/ncs/zephyr/subsys/mgmt/ec_host_cmd/Kconfig.logging
+/opt/ncs/zephyr/subsys/mgmt/ec_host_cmd/backends/Kconfig
+/opt/ncs/zephyr/subsys/mgmt/hawkbit/Kconfig
+/opt/ncs/zephyr/subsys/mgmt/mcumgr/Kconfig
+/opt/ncs/zephyr/subsys/mgmt/mcumgr/grp/Kconfig
+/opt/ncs/zephyr/subsys/mgmt/mcumgr/grp/fs_mgmt/Kconfig
+/opt/ncs/zephyr/subsys/mgmt/mcumgr/grp/img_mgmt/Kconfig
+/opt/ncs/zephyr/subsys/mgmt/mcumgr/grp/img_mgmt_client/Kconfig
+/opt/ncs/zephyr/subsys/mgmt/mcumgr/grp/os_mgmt/Kconfig
+/opt/ncs/zephyr/subsys/mgmt/mcumgr/grp/os_mgmt_client/Kconfig
+/opt/ncs/zephyr/subsys/mgmt/mcumgr/grp/settings_mgmt/Kconfig
+/opt/ncs/zephyr/subsys/mgmt/mcumgr/grp/shell_mgmt/Kconfig
+/opt/ncs/zephyr/subsys/mgmt/mcumgr/grp/stat_mgmt/Kconfig
+/opt/ncs/zephyr/subsys/mgmt/mcumgr/grp/zephyr_basic/Kconfig
+/opt/ncs/zephyr/subsys/mgmt/mcumgr/mgmt/Kconfig
+/opt/ncs/zephyr/subsys/mgmt/mcumgr/smp/Kconfig
+/opt/ncs/zephyr/subsys/mgmt/mcumgr/smp_client/Kconfig
+/opt/ncs/zephyr/subsys/mgmt/mcumgr/transport/Kconfig
+/opt/ncs/zephyr/subsys/mgmt/mcumgr/transport/Kconfig.bluetooth
+/opt/ncs/zephyr/subsys/mgmt/mcumgr/transport/Kconfig.dummy
+/opt/ncs/zephyr/subsys/mgmt/mcumgr/transport/Kconfig.shell
+/opt/ncs/zephyr/subsys/mgmt/mcumgr/transport/Kconfig.uart
+/opt/ncs/zephyr/subsys/mgmt/mcumgr/transport/Kconfig.udp
+/opt/ncs/zephyr/subsys/mgmt/osdp/Kconfig
+/opt/ncs/zephyr/subsys/mgmt/osdp/Kconfig.cp
+/opt/ncs/zephyr/subsys/mgmt/osdp/Kconfig.pd
+/opt/ncs/zephyr/subsys/mgmt/updatehub/Kconfig
+/opt/ncs/zephyr/subsys/modbus/Kconfig
+/opt/ncs/zephyr/subsys/modem/Kconfig
+/opt/ncs/zephyr/subsys/modem/backends/Kconfig
+/opt/ncs/zephyr/subsys/net/Kconfig
+/opt/ncs/zephyr/subsys/net/Kconfig.hostname
+/opt/ncs/zephyr/subsys/net/Kconfig.template.log_config.net
+/opt/ncs/zephyr/subsys/net/conn_mgr/Kconfig
+/opt/ncs/zephyr/subsys/net/ip/Kconfig
+/opt/ncs/zephyr/subsys/net/ip/Kconfig.debug
+/opt/ncs/zephyr/subsys/net/ip/Kconfig.ipv4
+/opt/ncs/zephyr/subsys/net/ip/Kconfig.ipv6
+/opt/ncs/zephyr/subsys/net/ip/Kconfig.mgmt
+/opt/ncs/zephyr/subsys/net/ip/Kconfig.stack
+/opt/ncs/zephyr/subsys/net/ip/Kconfig.stats
+/opt/ncs/zephyr/subsys/net/ip/Kconfig.tcp
+/opt/ncs/zephyr/subsys/net/l2/Kconfig
+/opt/ncs/zephyr/subsys/net/l2/canbus/Kconfig
+/opt/ncs/zephyr/subsys/net/l2/dummy/Kconfig
+/opt/ncs/zephyr/subsys/net/l2/dummy/any/Kconfig
+/opt/ncs/zephyr/subsys/net/l2/ethernet/Kconfig
+/opt/ncs/zephyr/subsys/net/l2/ethernet/gptp/Kconfig
+/opt/ncs/zephyr/subsys/net/l2/ethernet/lldp/Kconfig
+/opt/ncs/zephyr/subsys/net/l2/ieee802154/Kconfig
+/opt/ncs/zephyr/subsys/net/l2/ieee802154/Kconfig.radio
+/opt/ncs/zephyr/subsys/net/l2/openthread/Kconfig
+/opt/ncs/zephyr/subsys/net/l2/ppp/Kconfig
+/opt/ncs/zephyr/subsys/net/l2/virtual/Kconfig
+/opt/ncs/zephyr/subsys/net/l2/virtual/ipip/Kconfig
+/opt/ncs/zephyr/subsys/net/l2/wifi/Kconfig
+/opt/ncs/zephyr/subsys/net/lib/Kconfig
+/opt/ncs/zephyr/subsys/net/lib/capture/Kconfig
+/opt/ncs/zephyr/subsys/net/lib/coap/Kconfig
+/opt/ncs/zephyr/subsys/net/lib/config/Kconfig
+/opt/ncs/zephyr/subsys/net/lib/dhcpv4/Kconfig
+/opt/ncs/zephyr/subsys/net/lib/dhcpv6/Kconfig
+/opt/ncs/zephyr/subsys/net/lib/dns/Kconfig
+/opt/ncs/zephyr/subsys/net/lib/http/Kconfig
+/opt/ncs/zephyr/subsys/net/lib/lwm2m/Kconfig
+/opt/ncs/zephyr/subsys/net/lib/lwm2m/Kconfig.ipso
+/opt/ncs/zephyr/subsys/net/lib/lwm2m/Kconfig.ucifi
+/opt/ncs/zephyr/subsys/net/lib/mqtt/Kconfig
+/opt/ncs/zephyr/subsys/net/lib/mqtt_sn/Kconfig
+/opt/ncs/zephyr/subsys/net/lib/sntp/Kconfig
+/opt/ncs/zephyr/subsys/net/lib/sockets/Kconfig
+/opt/ncs/zephyr/subsys/net/lib/socks/Kconfig
+/opt/ncs/zephyr/subsys/net/lib/tftp/Kconfig
+/opt/ncs/zephyr/subsys/net/lib/tls_credentials/Kconfig
+/opt/ncs/zephyr/subsys/net/lib/tls_credentials/Kconfig.shell
+/opt/ncs/zephyr/subsys/net/lib/trickle/Kconfig
+/opt/ncs/zephyr/subsys/net/lib/websocket/Kconfig
+/opt/ncs/zephyr/subsys/net/lib/zperf/Kconfig
+/opt/ncs/zephyr/subsys/net/pkt_filter/Kconfig
+/opt/ncs/zephyr/subsys/pm/Kconfig
+/opt/ncs/zephyr/subsys/portability/Kconfig
+/opt/ncs/zephyr/subsys/portability/cmsis_rtos_v1/Kconfig
+/opt/ncs/zephyr/subsys/portability/cmsis_rtos_v2/Kconfig
+/opt/ncs/zephyr/subsys/random/Kconfig
+/opt/ncs/zephyr/subsys/retention/Kconfig
+/opt/ncs/zephyr/subsys/retention/Kconfig.blinfo
+/opt/ncs/zephyr/subsys/rtio/Kconfig
+/opt/ncs/zephyr/subsys/sd/Kconfig
+/opt/ncs/zephyr/subsys/sensing/Kconfig
+/opt/ncs/zephyr/subsys/sensing/sensor/hinge_angle/Kconfig
+/opt/ncs/zephyr/subsys/sensing/sensor/phy_3d_sensor/Kconfig
+/opt/ncs/zephyr/subsys/settings/Kconfig
+/opt/ncs/zephyr/subsys/shell/Kconfig
+/opt/ncs/zephyr/subsys/shell/Kconfig.template.shell_log_queue_size
+/opt/ncs/zephyr/subsys/shell/Kconfig.template.shell_log_queue_timeout
+/opt/ncs/zephyr/subsys/shell/backends/Kconfig.backends
+/opt/ncs/zephyr/subsys/shell/modules/Kconfig
+/opt/ncs/zephyr/subsys/sip_svc/Kconfig
+/opt/ncs/zephyr/subsys/stats/Kconfig
+/opt/ncs/zephyr/subsys/storage/Kconfig
+/opt/ncs/zephyr/subsys/storage/flash_map/Kconfig
+/opt/ncs/zephyr/subsys/storage/stream/Kconfig
+/opt/ncs/zephyr/subsys/task_wdt/Kconfig
+/opt/ncs/zephyr/subsys/testsuite/Kconfig
+/opt/ncs/zephyr/subsys/testsuite/Kconfig.defconfig
+/opt/ncs/zephyr/subsys/testsuite/ztest/Kconfig
+/opt/ncs/zephyr/subsys/timing/Kconfig
+/opt/ncs/zephyr/subsys/tracing/Kconfig
+/opt/ncs/zephyr/subsys/tracing/sysview/Kconfig
+/opt/ncs/zephyr/subsys/usb/device/Kconfig
+/opt/ncs/zephyr/subsys/usb/device/class/Kconfig
+/opt/ncs/zephyr/subsys/usb/device/class/Kconfig.bt
+/opt/ncs/zephyr/subsys/usb/device/class/Kconfig.cdc
+/opt/ncs/zephyr/subsys/usb/device/class/Kconfig.msc
+/opt/ncs/zephyr/subsys/usb/device/class/Kconfig.template.composite_device_number
+/opt/ncs/zephyr/subsys/usb/device/class/Kconfig.test
+/opt/ncs/zephyr/subsys/usb/device/class/audio/Kconfig
+/opt/ncs/zephyr/subsys/usb/device/class/dfu/Kconfig
+/opt/ncs/zephyr/subsys/usb/device/class/hid/Kconfig
+/opt/ncs/zephyr/subsys/usb/device/class/netusb/Kconfig
+/opt/ncs/zephyr/subsys/usb/device_next/Kconfig
+/opt/ncs/zephyr/subsys/usb/device_next/class/Kconfig
+/opt/ncs/zephyr/subsys/usb/device_next/class/Kconfig.bt
+/opt/ncs/zephyr/subsys/usb/device_next/class/Kconfig.cdc_acm
+/opt/ncs/zephyr/subsys/usb/device_next/class/Kconfig.cdc_ecm
+/opt/ncs/zephyr/subsys/usb/device_next/class/Kconfig.hid
+/opt/ncs/zephyr/subsys/usb/device_next/class/Kconfig.loopback
+/opt/ncs/zephyr/subsys/usb/device_next/class/Kconfig.msc
+/opt/ncs/zephyr/subsys/usb/device_next/class/Kconfig.template.instances_count
+/opt/ncs/zephyr/subsys/usb/device_next/class/Kconfig.uac2
+/opt/ncs/zephyr/subsys/usb/host/Kconfig
+/opt/ncs/zephyr/subsys/usb/usb_c/Kconfig
+/opt/ncs/zephyr/subsys/zbus/Kconfig
+/opt/zephyr-sdk-0.16.8/cmake/zephyr/Kconfig
diff --git a/build/zephyr/kernel/CMakeFiles/kernel.dir/banner.c.obj b/build/zephyr/kernel/CMakeFiles/kernel.dir/banner.c.obj
new file mode 100644
index 0000000000000000000000000000000000000000..5c065791d9fbd4bb35ad8eb61f71eaf435964c8e
Binary files /dev/null and b/build/zephyr/kernel/CMakeFiles/kernel.dir/banner.c.obj differ
diff --git a/build/zephyr/kernel/CMakeFiles/kernel.dir/busy_wait.c.obj b/build/zephyr/kernel/CMakeFiles/kernel.dir/busy_wait.c.obj
new file mode 100644
index 0000000000000000000000000000000000000000..3e012584abedc896e23f9f85520677bc041b8551
Binary files /dev/null and b/build/zephyr/kernel/CMakeFiles/kernel.dir/busy_wait.c.obj differ
diff --git a/build/zephyr/kernel/CMakeFiles/kernel.dir/condvar.c.obj b/build/zephyr/kernel/CMakeFiles/kernel.dir/condvar.c.obj
new file mode 100644
index 0000000000000000000000000000000000000000..65d506d00eadb48a0d9c0aa56ccc4ba127c257b2
Binary files /dev/null and b/build/zephyr/kernel/CMakeFiles/kernel.dir/condvar.c.obj differ
diff --git a/build/zephyr/kernel/CMakeFiles/kernel.dir/device.c.obj b/build/zephyr/kernel/CMakeFiles/kernel.dir/device.c.obj
new file mode 100644
index 0000000000000000000000000000000000000000..8a17ecec4a20ae3fed2c43b82a702c3f354e6f18
Binary files /dev/null and b/build/zephyr/kernel/CMakeFiles/kernel.dir/device.c.obj differ
diff --git a/build/zephyr/kernel/CMakeFiles/kernel.dir/dynamic_disabled.c.obj b/build/zephyr/kernel/CMakeFiles/kernel.dir/dynamic_disabled.c.obj
new file mode 100644
index 0000000000000000000000000000000000000000..0aa1082a1abf5dd3bff8dc14d2d634cbf327aa9e
Binary files /dev/null and b/build/zephyr/kernel/CMakeFiles/kernel.dir/dynamic_disabled.c.obj differ
diff --git a/build/zephyr/kernel/CMakeFiles/kernel.dir/errno.c.obj b/build/zephyr/kernel/CMakeFiles/kernel.dir/errno.c.obj
new file mode 100644
index 0000000000000000000000000000000000000000..cb93a10d2c4d5292e3d5fe190b4e3615f41fc02c
Binary files /dev/null and b/build/zephyr/kernel/CMakeFiles/kernel.dir/errno.c.obj differ
diff --git a/build/zephyr/kernel/CMakeFiles/kernel.dir/fatal.c.obj b/build/zephyr/kernel/CMakeFiles/kernel.dir/fatal.c.obj
new file mode 100644
index 0000000000000000000000000000000000000000..478ea85cb45cdd33f20da800ca908511db9d12cb
Binary files /dev/null and b/build/zephyr/kernel/CMakeFiles/kernel.dir/fatal.c.obj differ
diff --git a/build/zephyr/kernel/CMakeFiles/kernel.dir/float.c.obj b/build/zephyr/kernel/CMakeFiles/kernel.dir/float.c.obj
new file mode 100644
index 0000000000000000000000000000000000000000..c271fe19377d61dc37753dbf971cbcfabba87355
Binary files /dev/null and b/build/zephyr/kernel/CMakeFiles/kernel.dir/float.c.obj differ
diff --git a/build/zephyr/kernel/CMakeFiles/kernel.dir/idle.c.obj b/build/zephyr/kernel/CMakeFiles/kernel.dir/idle.c.obj
new file mode 100644
index 0000000000000000000000000000000000000000..7ee7ae4ed5f0d2d00c5b6680c4b98ba84574811f
Binary files /dev/null and b/build/zephyr/kernel/CMakeFiles/kernel.dir/idle.c.obj differ
diff --git a/build/zephyr/kernel/CMakeFiles/kernel.dir/init.c.obj b/build/zephyr/kernel/CMakeFiles/kernel.dir/init.c.obj
new file mode 100644
index 0000000000000000000000000000000000000000..768f0a3cb62909030cf2e2a0d8a3d4ad8c40445c
Binary files /dev/null and b/build/zephyr/kernel/CMakeFiles/kernel.dir/init.c.obj differ
diff --git a/build/zephyr/kernel/CMakeFiles/kernel.dir/kheap.c.obj b/build/zephyr/kernel/CMakeFiles/kernel.dir/kheap.c.obj
new file mode 100644
index 0000000000000000000000000000000000000000..937a9967a07cb5d4e2bbed2f7ade2f9c491ca109
Binary files /dev/null and b/build/zephyr/kernel/CMakeFiles/kernel.dir/kheap.c.obj differ
diff --git a/build/zephyr/kernel/CMakeFiles/kernel.dir/mailbox.c.obj b/build/zephyr/kernel/CMakeFiles/kernel.dir/mailbox.c.obj
new file mode 100644
index 0000000000000000000000000000000000000000..6742b55ee1d4b62cc8d9396949acc175b6f74871
Binary files /dev/null and b/build/zephyr/kernel/CMakeFiles/kernel.dir/mailbox.c.obj differ
diff --git a/build/zephyr/kernel/CMakeFiles/kernel.dir/main_weak.c.obj b/build/zephyr/kernel/CMakeFiles/kernel.dir/main_weak.c.obj
new file mode 100644
index 0000000000000000000000000000000000000000..20b5e59041e2428d6eb9fa5a6f3e7ca8e2f9e316
Binary files /dev/null and b/build/zephyr/kernel/CMakeFiles/kernel.dir/main_weak.c.obj differ
diff --git a/build/zephyr/kernel/CMakeFiles/kernel.dir/mem_slab.c.obj b/build/zephyr/kernel/CMakeFiles/kernel.dir/mem_slab.c.obj
new file mode 100644
index 0000000000000000000000000000000000000000..c23913c7cee082391fd67d2d0334c54e59685e89
Binary files /dev/null and b/build/zephyr/kernel/CMakeFiles/kernel.dir/mem_slab.c.obj differ
diff --git a/build/zephyr/kernel/CMakeFiles/kernel.dir/mempool.c.obj b/build/zephyr/kernel/CMakeFiles/kernel.dir/mempool.c.obj
new file mode 100644
index 0000000000000000000000000000000000000000..42bbd0420055127db2e101e92f7f2f9af40c97a6
Binary files /dev/null and b/build/zephyr/kernel/CMakeFiles/kernel.dir/mempool.c.obj differ
diff --git a/build/zephyr/kernel/CMakeFiles/kernel.dir/msg_q.c.obj b/build/zephyr/kernel/CMakeFiles/kernel.dir/msg_q.c.obj
new file mode 100644
index 0000000000000000000000000000000000000000..2ccdd3718adb360ada9331c7ee3fc03f0c098e48
Binary files /dev/null and b/build/zephyr/kernel/CMakeFiles/kernel.dir/msg_q.c.obj differ
diff --git a/build/zephyr/kernel/CMakeFiles/kernel.dir/mutex.c.obj b/build/zephyr/kernel/CMakeFiles/kernel.dir/mutex.c.obj
new file mode 100644
index 0000000000000000000000000000000000000000..b192f52ac62a91b6f74a2580417fac786e18ddb0
Binary files /dev/null and b/build/zephyr/kernel/CMakeFiles/kernel.dir/mutex.c.obj differ
diff --git a/build/zephyr/kernel/CMakeFiles/kernel.dir/poll.c.obj b/build/zephyr/kernel/CMakeFiles/kernel.dir/poll.c.obj
new file mode 100644
index 0000000000000000000000000000000000000000..d7787904529db47cb0ea5945c6a29ce966b701f4
Binary files /dev/null and b/build/zephyr/kernel/CMakeFiles/kernel.dir/poll.c.obj differ
diff --git a/build/zephyr/kernel/CMakeFiles/kernel.dir/priority_queues.c.obj b/build/zephyr/kernel/CMakeFiles/kernel.dir/priority_queues.c.obj
new file mode 100644
index 0000000000000000000000000000000000000000..bd1ca02a79b9f385e1dd0a6b7678a12967706370
Binary files /dev/null and b/build/zephyr/kernel/CMakeFiles/kernel.dir/priority_queues.c.obj differ
diff --git a/build/zephyr/kernel/CMakeFiles/kernel.dir/queue.c.obj b/build/zephyr/kernel/CMakeFiles/kernel.dir/queue.c.obj
new file mode 100644
index 0000000000000000000000000000000000000000..5c658199b063892aafee831dd0c476ab882bba9b
Binary files /dev/null and b/build/zephyr/kernel/CMakeFiles/kernel.dir/queue.c.obj differ
diff --git a/build/zephyr/kernel/CMakeFiles/kernel.dir/sched.c.obj b/build/zephyr/kernel/CMakeFiles/kernel.dir/sched.c.obj
new file mode 100644
index 0000000000000000000000000000000000000000..10fa1353eef23a83c9361b55f34f85b058c93020
Binary files /dev/null and b/build/zephyr/kernel/CMakeFiles/kernel.dir/sched.c.obj differ
diff --git a/build/zephyr/kernel/CMakeFiles/kernel.dir/sem.c.obj b/build/zephyr/kernel/CMakeFiles/kernel.dir/sem.c.obj
new file mode 100644
index 0000000000000000000000000000000000000000..a5d5d3c302505150c632f55446a66ae2556b3a47
Binary files /dev/null and b/build/zephyr/kernel/CMakeFiles/kernel.dir/sem.c.obj differ
diff --git a/build/zephyr/kernel/CMakeFiles/kernel.dir/stack.c.obj b/build/zephyr/kernel/CMakeFiles/kernel.dir/stack.c.obj
new file mode 100644
index 0000000000000000000000000000000000000000..8e0e0bea2ce7947e5ef8f21ad60e88e920264bbc
Binary files /dev/null and b/build/zephyr/kernel/CMakeFiles/kernel.dir/stack.c.obj differ
diff --git a/build/zephyr/kernel/CMakeFiles/kernel.dir/system_work_q.c.obj b/build/zephyr/kernel/CMakeFiles/kernel.dir/system_work_q.c.obj
new file mode 100644
index 0000000000000000000000000000000000000000..5c87f24b018eb43452b037b6eaca258d79447156
Binary files /dev/null and b/build/zephyr/kernel/CMakeFiles/kernel.dir/system_work_q.c.obj differ
diff --git a/build/zephyr/kernel/CMakeFiles/kernel.dir/thread.c.obj b/build/zephyr/kernel/CMakeFiles/kernel.dir/thread.c.obj
new file mode 100644
index 0000000000000000000000000000000000000000..b0fae6a365cbabea0e81a0b3a5cbbd88fb6509b7
Binary files /dev/null and b/build/zephyr/kernel/CMakeFiles/kernel.dir/thread.c.obj differ
diff --git a/build/zephyr/kernel/CMakeFiles/kernel.dir/timeout.c.obj b/build/zephyr/kernel/CMakeFiles/kernel.dir/timeout.c.obj
new file mode 100644
index 0000000000000000000000000000000000000000..ba2aedca126277152a422ac881b7ce6a27c2e5eb
Binary files /dev/null and b/build/zephyr/kernel/CMakeFiles/kernel.dir/timeout.c.obj differ
diff --git a/build/zephyr/kernel/CMakeFiles/kernel.dir/timer.c.obj b/build/zephyr/kernel/CMakeFiles/kernel.dir/timer.c.obj
new file mode 100644
index 0000000000000000000000000000000000000000..ad4098aa7ac2f1523be33506b451af6598eea9ec
Binary files /dev/null and b/build/zephyr/kernel/CMakeFiles/kernel.dir/timer.c.obj differ
diff --git a/build/zephyr/kernel/CMakeFiles/kernel.dir/timeslicing.c.obj b/build/zephyr/kernel/CMakeFiles/kernel.dir/timeslicing.c.obj
new file mode 100644
index 0000000000000000000000000000000000000000..b6a673c935584a2848b42f51d9d703f66090b8ef
Binary files /dev/null and b/build/zephyr/kernel/CMakeFiles/kernel.dir/timeslicing.c.obj differ
diff --git a/build/zephyr/kernel/CMakeFiles/kernel.dir/version.c.obj b/build/zephyr/kernel/CMakeFiles/kernel.dir/version.c.obj
new file mode 100644
index 0000000000000000000000000000000000000000..5b094b2a90b3cbb24e5f09735fab98a3b3ec30e7
Binary files /dev/null and b/build/zephyr/kernel/CMakeFiles/kernel.dir/version.c.obj differ
diff --git a/build/zephyr/kernel/CMakeFiles/kernel.dir/work.c.obj b/build/zephyr/kernel/CMakeFiles/kernel.dir/work.c.obj
new file mode 100644
index 0000000000000000000000000000000000000000..809909d4793d2ab177104864ce129100558985d6
Binary files /dev/null and b/build/zephyr/kernel/CMakeFiles/kernel.dir/work.c.obj differ
diff --git a/build/zephyr/kernel/CMakeFiles/kernel.dir/xip.c.obj b/build/zephyr/kernel/CMakeFiles/kernel.dir/xip.c.obj
new file mode 100644
index 0000000000000000000000000000000000000000..ac32ac683ebee7c02bfb9ff3d997f3ae51d14c13
Binary files /dev/null and b/build/zephyr/kernel/CMakeFiles/kernel.dir/xip.c.obj differ
diff --git a/build/zephyr/kernel/cmake_install.cmake b/build/zephyr/kernel/cmake_install.cmake
new file mode 100644
index 0000000000000000000000000000000000000000..d05038b8a60bd37f97fc06e65f443e4fbd0b6f14
--- /dev/null
+++ b/build/zephyr/kernel/cmake_install.cmake
@@ -0,0 +1,39 @@
+# Install script for directory: /opt/ncs/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 "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-objdump")
+endif()
+
diff --git a/build/zephyr/kernel/libkernel.a b/build/zephyr/kernel/libkernel.a
new file mode 100644
index 0000000000000000000000000000000000000000..e562824f7f93a4ddaa440568ec4c589d729ada31
Binary files /dev/null and b/build/zephyr/kernel/libkernel.a differ
diff --git a/build/zephyr/lib/cmake_install.cmake b/build/zephyr/lib/cmake_install.cmake
new file mode 100644
index 0000000000000000000000000000000000000000..2cd7b6264933fcf3a30ecd0b14cea14a02a5c004
--- /dev/null
+++ b/build/zephyr/lib/cmake_install.cmake
@@ -0,0 +1,79 @@
+# Install script for directory: /opt/ncs/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 "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-objdump")
+endif()
+
+if(NOT CMAKE_INSTALL_LOCAL_ONLY)
+  # Include the install script for the subdirectory.
+  include("/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/lib/crc/cmake_install.cmake")
+endif()
+
+if(NOT CMAKE_INSTALL_LOCAL_ONLY)
+  # Include the install script for the subdirectory.
+  include("/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/lib/libc/cmake_install.cmake")
+endif()
+
+if(NOT CMAKE_INSTALL_LOCAL_ONLY)
+  # Include the install script for the subdirectory.
+  include("/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/lib/posix/cmake_install.cmake")
+endif()
+
+if(NOT CMAKE_INSTALL_LOCAL_ONLY)
+  # Include the install script for the subdirectory.
+  include("/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/lib/hash/cmake_install.cmake")
+endif()
+
+if(NOT CMAKE_INSTALL_LOCAL_ONLY)
+  # Include the install script for the subdirectory.
+  include("/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/lib/heap/cmake_install.cmake")
+endif()
+
+if(NOT CMAKE_INSTALL_LOCAL_ONLY)
+  # Include the install script for the subdirectory.
+  include("/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/lib/mem_blocks/cmake_install.cmake")
+endif()
+
+if(NOT CMAKE_INSTALL_LOCAL_ONLY)
+  # Include the install script for the subdirectory.
+  include("/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/lib/os/cmake_install.cmake")
+endif()
+
+if(NOT CMAKE_INSTALL_LOCAL_ONLY)
+  # Include the install script for the subdirectory.
+  include("/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/lib/utils/cmake_install.cmake")
+endif()
+
diff --git a/build/zephyr/lib/crc/cmake_install.cmake b/build/zephyr/lib/crc/cmake_install.cmake
new file mode 100644
index 0000000000000000000000000000000000000000..cdf1f92a0ce0a70f082d04de87d1dc0d542045ce
--- /dev/null
+++ b/build/zephyr/lib/crc/cmake_install.cmake
@@ -0,0 +1,39 @@
+# Install script for directory: /opt/ncs/zephyr/lib/crc
+
+# 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 "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-objdump")
+endif()
+
diff --git a/build/zephyr/lib/hash/cmake_install.cmake b/build/zephyr/lib/hash/cmake_install.cmake
new file mode 100644
index 0000000000000000000000000000000000000000..c874d34e43ce57aa9ceb501a1f559cdcf976031d
--- /dev/null
+++ b/build/zephyr/lib/hash/cmake_install.cmake
@@ -0,0 +1,39 @@
+# Install script for directory: /opt/ncs/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 "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-objdump")
+endif()
+
diff --git a/build/zephyr/lib/heap/cmake_install.cmake b/build/zephyr/lib/heap/cmake_install.cmake
new file mode 100644
index 0000000000000000000000000000000000000000..93135aadc40a74e3d5fd32fbf986935456c6ef75
--- /dev/null
+++ b/build/zephyr/lib/heap/cmake_install.cmake
@@ -0,0 +1,39 @@
+# Install script for directory: /opt/ncs/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 "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-objdump")
+endif()
+
diff --git a/build/zephyr/lib/libc/cmake_install.cmake b/build/zephyr/lib/libc/cmake_install.cmake
new file mode 100644
index 0000000000000000000000000000000000000000..14b277daf13a0a4e0afb8b786cc13ef169b487a8
--- /dev/null
+++ b/build/zephyr/lib/libc/cmake_install.cmake
@@ -0,0 +1,49 @@
+# Install script for directory: /opt/ncs/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 "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-objdump")
+endif()
+
+if(NOT CMAKE_INSTALL_LOCAL_ONLY)
+  # Include the install script for the subdirectory.
+  include("/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/lib/libc/newlib/cmake_install.cmake")
+endif()
+
+if(NOT CMAKE_INSTALL_LOCAL_ONLY)
+  # Include the install script for the subdirectory.
+  include("/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/lib/libc/common/cmake_install.cmake")
+endif()
+
diff --git a/build/zephyr/lib/libc/common/CMakeFiles/lib__libc__common.dir/source/stdlib/abort.c.obj b/build/zephyr/lib/libc/common/CMakeFiles/lib__libc__common.dir/source/stdlib/abort.c.obj
new file mode 100644
index 0000000000000000000000000000000000000000..905c2ed0d6ccf8e7b8d49be3e4e63ced43e26f91
Binary files /dev/null and b/build/zephyr/lib/libc/common/CMakeFiles/lib__libc__common.dir/source/stdlib/abort.c.obj differ
diff --git a/build/zephyr/lib/libc/common/cmake_install.cmake b/build/zephyr/lib/libc/common/cmake_install.cmake
new file mode 100644
index 0000000000000000000000000000000000000000..f3d508a88ac456e95d728feebd515ca380bceec5
--- /dev/null
+++ b/build/zephyr/lib/libc/common/cmake_install.cmake
@@ -0,0 +1,39 @@
+# Install script for directory: /opt/ncs/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 "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-objdump")
+endif()
+
diff --git a/build/zephyr/lib/libc/common/liblib__libc__common.a b/build/zephyr/lib/libc/common/liblib__libc__common.a
new file mode 100644
index 0000000000000000000000000000000000000000..df6209db0f8f4f5e48b5f639b493676f7464390e
Binary files /dev/null and b/build/zephyr/lib/libc/common/liblib__libc__common.a differ
diff --git a/build/zephyr/lib/libc/newlib/CMakeFiles/lib__libc__newlib.dir/libc-hooks.c.obj b/build/zephyr/lib/libc/newlib/CMakeFiles/lib__libc__newlib.dir/libc-hooks.c.obj
new file mode 100644
index 0000000000000000000000000000000000000000..0edfc304dc73ca34519242539c78f9684b4c272a
Binary files /dev/null and b/build/zephyr/lib/libc/newlib/CMakeFiles/lib__libc__newlib.dir/libc-hooks.c.obj differ
diff --git a/build/zephyr/lib/libc/newlib/cmake_install.cmake b/build/zephyr/lib/libc/newlib/cmake_install.cmake
new file mode 100644
index 0000000000000000000000000000000000000000..84857803677576333dda9bdbbc369d3a01b3fa98
--- /dev/null
+++ b/build/zephyr/lib/libc/newlib/cmake_install.cmake
@@ -0,0 +1,39 @@
+# Install script for directory: /opt/ncs/zephyr/lib/libc/newlib
+
+# 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 "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-objdump")
+endif()
+
diff --git a/build/zephyr/lib/libc/newlib/liblib__libc__newlib.a b/build/zephyr/lib/libc/newlib/liblib__libc__newlib.a
new file mode 100644
index 0000000000000000000000000000000000000000..aed22a7b728dd9b2aa13812724418a177a954de2
Binary files /dev/null and b/build/zephyr/lib/libc/newlib/liblib__libc__newlib.a differ
diff --git a/build/zephyr/lib/mem_blocks/cmake_install.cmake b/build/zephyr/lib/mem_blocks/cmake_install.cmake
new file mode 100644
index 0000000000000000000000000000000000000000..7891da4798d2819bd1d24ab597ab11213c30ce61
--- /dev/null
+++ b/build/zephyr/lib/mem_blocks/cmake_install.cmake
@@ -0,0 +1,39 @@
+# Install script for directory: /opt/ncs/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 "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-objdump")
+endif()
+
diff --git a/build/zephyr/lib/os/cmake_install.cmake b/build/zephyr/lib/os/cmake_install.cmake
new file mode 100644
index 0000000000000000000000000000000000000000..506bd1a9f6bc05964d323251ed098bbd89cf6576
--- /dev/null
+++ b/build/zephyr/lib/os/cmake_install.cmake
@@ -0,0 +1,39 @@
+# Install script for directory: /opt/ncs/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 "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-objdump")
+endif()
+
diff --git a/build/zephyr/lib/posix/cmake_install.cmake b/build/zephyr/lib/posix/cmake_install.cmake
new file mode 100644
index 0000000000000000000000000000000000000000..44921277e91fc9f0448327699f4bf8b441d01ce5
--- /dev/null
+++ b/build/zephyr/lib/posix/cmake_install.cmake
@@ -0,0 +1,44 @@
+# Install script for directory: /opt/ncs/zephyr/lib/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 "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-objdump")
+endif()
+
+if(NOT CMAKE_INSTALL_LOCAL_ONLY)
+  # Include the install script for the subdirectory.
+  include("/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/lib/posix/options/cmake_install.cmake")
+endif()
+
diff --git a/build/zephyr/lib/posix/options/cmake_install.cmake b/build/zephyr/lib/posix/options/cmake_install.cmake
new file mode 100644
index 0000000000000000000000000000000000000000..0b61efede4ead9655cb58d8d814d163a20cd14e9
--- /dev/null
+++ b/build/zephyr/lib/posix/options/cmake_install.cmake
@@ -0,0 +1,39 @@
+# Install script for directory: /opt/ncs/zephyr/lib/posix/options
+
+# 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 "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-objdump")
+endif()
+
diff --git a/build/zephyr/lib/utils/cmake_install.cmake b/build/zephyr/lib/utils/cmake_install.cmake
new file mode 100644
index 0000000000000000000000000000000000000000..137653672302148809cb07a3c46373a84ddb66a4
--- /dev/null
+++ b/build/zephyr/lib/utils/cmake_install.cmake
@@ -0,0 +1,39 @@
+# Install script for directory: /opt/ncs/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 "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-objdump")
+endif()
+
diff --git a/build/zephyr/libzephyr.a b/build/zephyr/libzephyr.a
new file mode 100644
index 0000000000000000000000000000000000000000..30e9743f8adf83f1980545e154114e073749d145
Binary files /dev/null and b/build/zephyr/libzephyr.a differ
diff --git a/build/zephyr/linker.cmd b/build/zephyr/linker.cmd
new file mode 100644
index 0000000000000000000000000000000000000000..a7383eff562d4c4cb10635847e9292118d0d1530
--- /dev/null
+++ b/build/zephyr/linker.cmd
@@ -0,0 +1,302 @@
+ OUTPUT_FORMAT("elf32-littlearm")
+_region_min_align = 4;
+MEMORY
+    {
+    FLASH (rx) : ORIGIN = (0x0 + 0x0), LENGTH = (512 * 1024 - 0x0 - 0x0)
+    RAM (wx) : ORIGIN = 0x20000000, LENGTH = (128 * 1K)
+   
+    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 = (0x0 + 0x0);
+    rom_start :
+ {
+HIDDEN(__rom_start_address = .);
+FILL(0x00);
+. += 0x0 - (. - __rom_start_address);
+. = ALIGN(4);
+. = ALIGN( 1 << LOG2CEIL(4 * 32) );
+. = ALIGN( 1 << LOG2CEIL(4 * (16 + 48)) );
+_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.*")
+ *(".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?_*))); KEEP(*(SORT(.z_init_EARLY??_*)));
+  __init_PRE_KERNEL_1_start = .; KEEP(*(SORT(.z_init_PRE_KERNEL_1?_*))); KEEP(*(SORT(.z_init_PRE_KERNEL_1??_*)));
+  __init_PRE_KERNEL_2_start = .; KEEP(*(SORT(.z_init_PRE_KERNEL_2?_*))); KEEP(*(SORT(.z_init_PRE_KERNEL_2??_*)));
+  __init_POST_KERNEL_start = .; KEEP(*(SORT(.z_init_POST_KERNEL?_*))); KEEP(*(SORT(.z_init_POST_KERNEL??_*)));
+  __init_APPLICATION_start = .; KEEP(*(SORT(.z_init_APPLICATION?_*))); KEEP(*(SORT(.z_init_APPLICATION??_*)));
+  __init_SMP_start = .; KEEP(*(SORT(.z_init_SMP?_*))); KEEP(*(SORT(.z_init_SMP??_*)));
+  __init_end = .;
+  __deferred_init_list_start = .;
+  KEEP(*(.z_deferred_init))
+  __deferred_init_list_end = .;
+ } > FLASH
+ device_area : SUBALIGN(4) { _device_list_start = .; 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_[_A-Z0-9]*)))
+ }
+ 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 : SUBALIGN(4) { _k_p4wq_initparam_list_start = .; KEEP(*(SORT_BY_NAME(._k_p4wq_initparam.static.*))); _k_p4wq_initparam_list_end = .; } > FLASH
+ _static_thread_data_area : SUBALIGN(4) { __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
+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
+ bt_l2cap_fixed_chan_area : SUBALIGN(4) { _bt_l2cap_fixed_chan_list_start = .; KEEP(*(SORT_BY_NAME(._bt_l2cap_fixed_chan.static.*))); _bt_l2cap_fixed_chan_list_end = .; } > FLASH
+ bt_conn_cb_area : SUBALIGN(4) { _bt_conn_cb_list_start = .; KEEP(*(SORT_BY_NAME(._bt_conn_cb.static.*))); _bt_conn_cb_list_end = .; } > FLASH
+ bt_gatt_service_static_area : SUBALIGN(4) { _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 : SUBALIGN(4) { _log_strings_list_start = .; KEEP(*(SORT_BY_NAME(._log_strings.static.*))); _log_strings_list_end = .; } > FLASH
+ log_const_area : SUBALIGN(4) { _log_const_list_start = .; KEEP(*(SORT_BY_NAME(._log_const.static.*))); _log_const_list_end = .; } > FLASH
+ log_backend_area : SUBALIGN(4) { _log_backend_list_start = .; KEEP(*(SORT_BY_NAME(._log_backend.static.*))); _log_backend_list_end = .; } > FLASH
+ log_link_area : SUBALIGN(4) { _log_link_list_start = .; KEEP(*(SORT_BY_NAME(._log_link.static.*))); _log_link_list_end = .; } > FLASH
+ tracing_backend_area : SUBALIGN(4) { _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
+ settings_handler_static_area : SUBALIGN(4) { _settings_handler_static_list_start = .; KEEP(*(SORT_BY_NAME(._settings_handler_static.static.*))); _settings_handler_static_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 : SUBALIGN(4) { _shell_list_start = .; KEEP(*(SORT_BY_NAME(._shell.static.*))); _shell_list_end = .; } > FLASH
+ shell_root_cmds_area : SUBALIGN(4) { _shell_root_cmds_list_start = .; KEEP(*(SORT_BY_NAME(._shell_root_cmds.static.*))); _shell_root_cmds_list_end = .; } > FLASH
+ shell_subcmds_area : SUBALIGN(4) { _shell_subcmds_list_start = .; KEEP(*(SORT_BY_NAME(._shell_subcmds.static.*))); _shell_subcmds_list_end = .; } > FLASH
+ shell_dynamic_subcmds_area : SUBALIGN(4) { _shell_dynamic_subcmds_list_start = .; KEEP(*(SORT_BY_NAME(._shell_dynamic_subcmds.static.*))); _shell_dynamic_subcmds_list_end = .; } > FLASH
+ cfb_font_area : SUBALIGN(4) { _cfb_font_list_start = .; KEEP(*(SORT_BY_NAME(._cfb_font.static.*))); _cfb_font_list_end = .; } > FLASH
+    rodata :
+ {
+ *(.rodata)
+ *(".rodata.*")
+ *(.gnu.linkonce.r.*)
+ . = ALIGN(4);
+ } > FLASH
+ __rodata_region_end = .;
+ . = ALIGN(_region_min_align);
+ __rom_region_end = __rom_region_start + . - ADDR(rom_start);
+   
+    /DISCARD/ : {
+ *(.got.plt)
+ *(.igot.plt)
+ *(.got)
+ *(.igot)
+ }
+   
+ . = 0x20000000;
+ . = ALIGN(_region_min_align);
+ _image_ram_start = .;
+.ramfunc : ALIGN_WITH_INPUT
+{
+ . = ALIGN(_region_min_align);
+ __ramfunc_start = .;
+ *(.ramfunc)
+ *(".ramfunc.*")
+ . = ALIGN(_region_min_align);
+ __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
+        {
+                __device_states_start = .;
+  KEEP(*(".z_devstate"));
+  KEEP(*(".z_devstate.*"));
+                __device_states_end = .;
+        } > RAM AT > FLASH
+ log_mpsc_pbuf_area : ALIGN_WITH_INPUT SUBALIGN(4) { _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 SUBALIGN(4) { _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 SUBALIGN(4) { _log_dynamic_list_start = .; KEEP(*(SORT_BY_NAME(._log_dynamic.static.*))); _log_dynamic_list_end = .; } > RAM AT > FLASH
+ k_timer_area : ALIGN_WITH_INPUT SUBALIGN(4) { _k_timer_list_start = .; *(SORT_BY_NAME(._k_timer.static.*)); _k_timer_list_end = .; } > RAM AT > FLASH
+ k_mem_slab_area : ALIGN_WITH_INPUT SUBALIGN(4) { _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 SUBALIGN(4) { _k_heap_list_start = .; *(SORT_BY_NAME(._k_heap.static.*)); _k_heap_list_end = .; } > RAM AT > FLASH
+ k_mutex_area : ALIGN_WITH_INPUT SUBALIGN(4) { _k_mutex_list_start = .; *(SORT_BY_NAME(._k_mutex.static.*)); _k_mutex_list_end = .; } > RAM AT > FLASH
+ k_stack_area : ALIGN_WITH_INPUT SUBALIGN(4) { _k_stack_list_start = .; *(SORT_BY_NAME(._k_stack.static.*)); _k_stack_list_end = .; } > RAM AT > FLASH
+ k_msgq_area : ALIGN_WITH_INPUT SUBALIGN(4) { _k_msgq_list_start = .; *(SORT_BY_NAME(._k_msgq.static.*)); _k_msgq_list_end = .; } > RAM AT > FLASH
+ k_mbox_area : ALIGN_WITH_INPUT SUBALIGN(4) { _k_mbox_list_start = .; *(SORT_BY_NAME(._k_mbox.static.*)); _k_mbox_list_end = .; } > RAM AT > FLASH
+ k_pipe_area : ALIGN_WITH_INPUT SUBALIGN(4) { _k_pipe_list_start = .; *(SORT_BY_NAME(._k_pipe.static.*)); _k_pipe_list_end = .; } > RAM AT > FLASH
+ k_sem_area : ALIGN_WITH_INPUT SUBALIGN(4) { _k_sem_list_start = .; *(SORT_BY_NAME(._k_sem.static.*)); _k_sem_list_end = .; } > RAM AT > FLASH
+ k_event_area : ALIGN_WITH_INPUT SUBALIGN(4) { _k_event_list_start = .; *(SORT_BY_NAME(._k_event.static.*)); _k_event_list_end = .; } > RAM AT > FLASH
+ k_queue_area : ALIGN_WITH_INPUT SUBALIGN(4) { _k_queue_list_start = .; *(SORT_BY_NAME(._k_queue.static.*)); _k_queue_list_end = .; } > RAM AT > FLASH
+ k_fifo_area : ALIGN_WITH_INPUT SUBALIGN(4) { _k_fifo_list_start = .; *(SORT_BY_NAME(._k_fifo.static.*)); _k_fifo_list_end = .; } > RAM AT > FLASH
+ k_lifo_area : ALIGN_WITH_INPUT SUBALIGN(4) { _k_lifo_list_start = .; *(SORT_BY_NAME(._k_lifo.static.*)); _k_lifo_list_end = .; } > RAM AT > FLASH
+ k_condvar_area : ALIGN_WITH_INPUT SUBALIGN(4) { _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 SUBALIGN(4) { _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 SUBALIGN(4) { _net_buf_pool_list_start = .; KEEP(*(SORT_BY_NAME(._net_buf_pool.static.*))); _net_buf_pool_list_end = .; } > RAM AT > FLASH
+    __data_region_end = .;
+   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.*")
+ *(".kernel_noinit.*")
+        } > RAM AT > RAM
+    __kernel_ram_end = 0x20000000 + (128 * 1K);
+    __kernel_ram_size = __kernel_ram_end - __kernel_ram_start;
+PROVIDE(z_arm_platform_init = SystemInit);
+/DISCARD/ :
+{
+ KEEP(*(.irq_info*))
+ KEEP(*(.intList*))
+}
+    .last_ram_section (NOLOAD) :
+    {
+ _image_ram_end = .;
+ _image_ram_size = _image_ram_end - _image_ram_start;
+ _end = .;
+ z_mapped_end = .;
+    } > RAM AT > RAM
+   
+ .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))
+ }
+   
+.last_section :
+{
+  LONG(0xE015E015)
+} > FLASH
+_flash_used = LOADADDR(.last_section) + SIZEOF(.last_section) - __rom_region_start;
+    }
diff --git a/build/zephyr/linker.cmd.dep b/build/zephyr/linker.cmd.dep
new file mode 100644
index 0000000000000000000000000000000000000000..42a41333f20e60a3cc223d5263e23ef2bb316c1e
--- /dev/null
+++ b/build/zephyr/linker.cmd.dep
@@ -0,0 +1,80 @@
+linker.cmd: \
+ /opt/ncs/zephyr/include/zephyr/arch/arm/cortex_m/scripts/linker.ld \
+ /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h \
+ /opt/ncs/zephyr/include/zephyr/linker/sections.h \
+ /opt/ncs/zephyr/include/zephyr/linker/section_tags.h \
+ /opt/ncs/zephyr/include/zephyr/toolchain.h \
+ /opt/ncs/zephyr/include/zephyr/toolchain/gcc.h \
+ /opt/ncs/zephyr/include/zephyr/devicetree.h \
+ /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/devicetree_generated.h \
+ /opt/ncs/zephyr/include/zephyr/irq_multilevel.h \
+ /opt/ncs/zephyr/include/zephyr/sys/util.h \
+ /opt/ncs/zephyr/include/zephyr/sys/util_macro.h \
+ /opt/ncs/zephyr/include/zephyr/sys/util_internal.h \
+ /opt/ncs/zephyr/include/zephyr/sys/util_loops.h \
+ /opt/ncs/zephyr/include/zephyr/sys/util_listify.h \
+ /opt/ncs/zephyr/include/zephyr/sys/util_internal_is_eq.h \
+ /opt/ncs/zephyr/include/zephyr/sys/util_internal_util_inc.h \
+ /opt/ncs/zephyr/include/zephyr/sys/util_internal_util_dec.h \
+ /opt/ncs/zephyr/include/zephyr/sys/util_internal_util_x2.h \
+ /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/lib/gcc/arm-zephyr-eabi/12.2.0/include/stdbool.h \
+ /opt/ncs/zephyr/include/zephyr/devicetree/io-channels.h \
+ /opt/ncs/zephyr/include/zephyr/devicetree/clocks.h \
+ /opt/ncs/zephyr/include/zephyr/devicetree/gpio.h \
+ /opt/ncs/zephyr/include/zephyr/devicetree/spi.h \
+ /opt/ncs/zephyr/include/zephyr/devicetree/dma.h \
+ /opt/ncs/zephyr/include/zephyr/devicetree/pwms.h \
+ /opt/ncs/zephyr/include/zephyr/devicetree/fixed-partitions.h \
+ /opt/ncs/zephyr/include/zephyr/devicetree/ordinals.h \
+ /opt/ncs/zephyr/include/zephyr/devicetree/pinctrl.h \
+ /opt/ncs/zephyr/include/zephyr/devicetree/can.h \
+ /opt/ncs/zephyr/include/zephyr/devicetree/reset.h \
+ /opt/ncs/zephyr/include/zephyr/devicetree/mbox.h \
+ /opt/ncs/zephyr/include/zephyr/linker/devicetree_regions.h \
+ /opt/ncs/zephyr/include/zephyr/linker/linker-defs.h \
+ /opt/ncs/zephyr/include/zephyr/toolchain/common.h \
+ /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/offsets.h \
+ /opt/ncs/zephyr/include/zephyr/linker/linker-tool.h \
+ /opt/ncs/zephyr/include/zephyr/linker/linker-tool-gcc.h \
+ /opt/ncs/zephyr/include/zephyr/kernel/mm.h \
+ /opt/ncs/zephyr/include/zephyr/kernel/internal/mm.h \
+ /opt/ncs/zephyr/include/zephyr/linker/linker-devnull.h \
+ /opt/ncs/zephyr/include/zephyr/linker/rel-sections.ld \
+ /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/snippets-rom-start.ld \
+ /opt/ncs/zephyr/include/../arch/common/rom_start_address.ld \
+ /opt/ncs/zephyr/include/../arch/common/fill_with_zeros.ld \
+ /opt/ncs/zephyr/include/../arch/common/rom_start_offset.ld \
+ /opt/ncs/zephyr/include/../arch/arm/core/vector_table.ld \
+ /opt/ncs/zephyr/include/zephyr/linker/irq-vector-table-section.ld \
+ /opt/ncs/zephyr/include/../arch/arm/core/cortex_m/vector_table_pad.ld \
+ /opt/ncs/zephyr/include/zephyr/linker/kobject-text.ld \
+ /opt/ncs/zephyr/include/zephyr/linker/common-rom.ld \
+ /opt/ncs/zephyr/include/zephyr/linker/common-rom/common-rom-kernel-devices.ld \
+ /opt/ncs/zephyr/include/zephyr/linker/iterable_sections.h \
+ /opt/ncs/zephyr/include/zephyr/linker/device-deps.ld \
+ /opt/ncs/zephyr/include/zephyr/linker/common-rom/common-rom-ztest.ld \
+ /opt/ncs/zephyr/include/zephyr/linker/common-rom/common-rom-cpp.ld \
+ /opt/ncs/zephyr/include/zephyr/linker/common-rom/common-rom-net.ld \
+ /opt/ncs/zephyr/include/zephyr/linker/common-rom/common-rom-bt.ld \
+ /opt/ncs/zephyr/include/zephyr/linker/common-rom/common-rom-logging.ld \
+ /opt/ncs/zephyr/include/zephyr/linker/common-rom/common-rom-debug.ld \
+ /opt/ncs/zephyr/include/zephyr/linker/common-rom/common-rom-misc.ld \
+ /opt/ncs/zephyr/include/zephyr/linker/thread-local-storage.ld \
+ /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/snippets-rodata.ld \
+ /opt/ncs/zephyr/include/../arch/arm/core/swi_tables.ld \
+ /opt/ncs/zephyr/include/zephyr/linker/kobject-rom.ld \
+ /opt/ncs/zephyr/include/zephyr/linker/cplusplus-rom.ld \
+ /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/snippets-ram-sections.ld \
+ /opt/ncs/zephyr/include/../arch/common/ramfunc.ld \
+ /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/snippets-ramfunc-section.ld \
+ /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/snippets-rwdata.ld \
+ /opt/ncs/zephyr/include/zephyr/linker/common-ram.ld \
+ /opt/ncs/zephyr/include/zephyr/linker/kobject-data.ld \
+ /opt/ncs/zephyr/include/zephyr/linker/cplusplus-ram.ld \
+ /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/snippets-data-sections.ld \
+ /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/snippets-noinit.ld \
+ /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/snippets-sections.ld \
+ /opt/ncs/zephyr/include/../soc/nordic/common/arm_platform_init.ld \
+ /opt/ncs/zephyr/include/zephyr/linker/intlist.ld \
+ /opt/ncs/zephyr/include/zephyr/linker/ram-end.ld \
+ /opt/ncs/zephyr/include/zephyr/linker/debug-sections.ld
diff --git a/build/zephyr/linker_zephyr_pre0.cmd b/build/zephyr/linker_zephyr_pre0.cmd
new file mode 100644
index 0000000000000000000000000000000000000000..adba9b37753ac0b063aa7408f9e675f735625d22
--- /dev/null
+++ b/build/zephyr/linker_zephyr_pre0.cmd
@@ -0,0 +1,302 @@
+ OUTPUT_FORMAT("elf32-littlearm")
+_region_min_align = 4;
+MEMORY
+    {
+    FLASH (rx) : ORIGIN = (0x0 + 0x0), LENGTH = (512 * 1024 - 0x0 - 0x0)
+    RAM (wx) : ORIGIN = 0x20000000, LENGTH = (128 * 1K)
+   
+    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 = (0x0 + 0x0);
+    rom_start :
+ {
+HIDDEN(__rom_start_address = .);
+FILL(0x00);
+. += 0x0 - (. - __rom_start_address);
+. = ALIGN(4);
+. = ALIGN( 1 << LOG2CEIL(4 * 32) );
+. = ALIGN( 1 << LOG2CEIL(4 * (16 + 48)) );
+_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.*")
+ *(".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?_*))); KEEP(*(SORT(.z_init_EARLY??_*)));
+  __init_PRE_KERNEL_1_start = .; KEEP(*(SORT(.z_init_PRE_KERNEL_1?_*))); KEEP(*(SORT(.z_init_PRE_KERNEL_1??_*)));
+  __init_PRE_KERNEL_2_start = .; KEEP(*(SORT(.z_init_PRE_KERNEL_2?_*))); KEEP(*(SORT(.z_init_PRE_KERNEL_2??_*)));
+  __init_POST_KERNEL_start = .; KEEP(*(SORT(.z_init_POST_KERNEL?_*))); KEEP(*(SORT(.z_init_POST_KERNEL??_*)));
+  __init_APPLICATION_start = .; KEEP(*(SORT(.z_init_APPLICATION?_*))); KEEP(*(SORT(.z_init_APPLICATION??_*)));
+  __init_SMP_start = .; KEEP(*(SORT(.z_init_SMP?_*))); KEEP(*(SORT(.z_init_SMP??_*)));
+  __init_end = .;
+  __deferred_init_list_start = .;
+  KEEP(*(.z_deferred_init))
+  __deferred_init_list_end = .;
+ } > FLASH
+ device_area : SUBALIGN(4) { _device_list_start = .; 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_[_A-Z0-9]*)))
+ }
+ 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 : SUBALIGN(4) { _k_p4wq_initparam_list_start = .; KEEP(*(SORT_BY_NAME(._k_p4wq_initparam.static.*))); _k_p4wq_initparam_list_end = .; } > FLASH
+ _static_thread_data_area : SUBALIGN(4) { __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
+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
+ bt_l2cap_fixed_chan_area : SUBALIGN(4) { _bt_l2cap_fixed_chan_list_start = .; KEEP(*(SORT_BY_NAME(._bt_l2cap_fixed_chan.static.*))); _bt_l2cap_fixed_chan_list_end = .; } > FLASH
+ bt_conn_cb_area : SUBALIGN(4) { _bt_conn_cb_list_start = .; KEEP(*(SORT_BY_NAME(._bt_conn_cb.static.*))); _bt_conn_cb_list_end = .; } > FLASH
+ bt_gatt_service_static_area : SUBALIGN(4) { _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 : SUBALIGN(4) { _log_strings_list_start = .; KEEP(*(SORT_BY_NAME(._log_strings.static.*))); _log_strings_list_end = .; } > FLASH
+ log_const_area : SUBALIGN(4) { _log_const_list_start = .; KEEP(*(SORT_BY_NAME(._log_const.static.*))); _log_const_list_end = .; } > FLASH
+ log_backend_area : SUBALIGN(4) { _log_backend_list_start = .; KEEP(*(SORT_BY_NAME(._log_backend.static.*))); _log_backend_list_end = .; } > FLASH
+ log_link_area : SUBALIGN(4) { _log_link_list_start = .; KEEP(*(SORT_BY_NAME(._log_link.static.*))); _log_link_list_end = .; } > FLASH
+ tracing_backend_area : SUBALIGN(4) { _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
+ settings_handler_static_area : SUBALIGN(4) { _settings_handler_static_list_start = .; KEEP(*(SORT_BY_NAME(._settings_handler_static.static.*))); _settings_handler_static_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 : SUBALIGN(4) { _shell_list_start = .; KEEP(*(SORT_BY_NAME(._shell.static.*))); _shell_list_end = .; } > FLASH
+ shell_root_cmds_area : SUBALIGN(4) { _shell_root_cmds_list_start = .; KEEP(*(SORT_BY_NAME(._shell_root_cmds.static.*))); _shell_root_cmds_list_end = .; } > FLASH
+ shell_subcmds_area : SUBALIGN(4) { _shell_subcmds_list_start = .; KEEP(*(SORT_BY_NAME(._shell_subcmds.static.*))); _shell_subcmds_list_end = .; } > FLASH
+ shell_dynamic_subcmds_area : SUBALIGN(4) { _shell_dynamic_subcmds_list_start = .; KEEP(*(SORT_BY_NAME(._shell_dynamic_subcmds.static.*))); _shell_dynamic_subcmds_list_end = .; } > FLASH
+ cfb_font_area : SUBALIGN(4) { _cfb_font_list_start = .; KEEP(*(SORT_BY_NAME(._cfb_font.static.*))); _cfb_font_list_end = .; } > FLASH
+    rodata :
+ {
+ *(.rodata)
+ *(".rodata.*")
+ *(.gnu.linkonce.r.*)
+ . = ALIGN(4);
+ } > FLASH
+ __rodata_region_end = .;
+ . = ALIGN(_region_min_align);
+ __rom_region_end = __rom_region_start + . - ADDR(rom_start);
+   
+    /DISCARD/ : {
+ *(.got.plt)
+ *(.igot.plt)
+ *(.got)
+ *(.igot)
+ }
+   
+ . = 0x20000000;
+ . = ALIGN(_region_min_align);
+ _image_ram_start = .;
+.ramfunc : ALIGN_WITH_INPUT
+{
+ . = ALIGN(_region_min_align);
+ __ramfunc_start = .;
+ *(.ramfunc)
+ *(".ramfunc.*")
+ . = ALIGN(_region_min_align);
+ __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
+        {
+                __device_states_start = .;
+  KEEP(*(".z_devstate"));
+  KEEP(*(".z_devstate.*"));
+                __device_states_end = .;
+        } > RAM AT > FLASH
+ log_mpsc_pbuf_area : ALIGN_WITH_INPUT SUBALIGN(4) { _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 SUBALIGN(4) { _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 SUBALIGN(4) { _log_dynamic_list_start = .; KEEP(*(SORT_BY_NAME(._log_dynamic.static.*))); _log_dynamic_list_end = .; } > RAM AT > FLASH
+ k_timer_area : ALIGN_WITH_INPUT SUBALIGN(4) { _k_timer_list_start = .; *(SORT_BY_NAME(._k_timer.static.*)); _k_timer_list_end = .; } > RAM AT > FLASH
+ k_mem_slab_area : ALIGN_WITH_INPUT SUBALIGN(4) { _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 SUBALIGN(4) { _k_heap_list_start = .; *(SORT_BY_NAME(._k_heap.static.*)); _k_heap_list_end = .; } > RAM AT > FLASH
+ k_mutex_area : ALIGN_WITH_INPUT SUBALIGN(4) { _k_mutex_list_start = .; *(SORT_BY_NAME(._k_mutex.static.*)); _k_mutex_list_end = .; } > RAM AT > FLASH
+ k_stack_area : ALIGN_WITH_INPUT SUBALIGN(4) { _k_stack_list_start = .; *(SORT_BY_NAME(._k_stack.static.*)); _k_stack_list_end = .; } > RAM AT > FLASH
+ k_msgq_area : ALIGN_WITH_INPUT SUBALIGN(4) { _k_msgq_list_start = .; *(SORT_BY_NAME(._k_msgq.static.*)); _k_msgq_list_end = .; } > RAM AT > FLASH
+ k_mbox_area : ALIGN_WITH_INPUT SUBALIGN(4) { _k_mbox_list_start = .; *(SORT_BY_NAME(._k_mbox.static.*)); _k_mbox_list_end = .; } > RAM AT > FLASH
+ k_pipe_area : ALIGN_WITH_INPUT SUBALIGN(4) { _k_pipe_list_start = .; *(SORT_BY_NAME(._k_pipe.static.*)); _k_pipe_list_end = .; } > RAM AT > FLASH
+ k_sem_area : ALIGN_WITH_INPUT SUBALIGN(4) { _k_sem_list_start = .; *(SORT_BY_NAME(._k_sem.static.*)); _k_sem_list_end = .; } > RAM AT > FLASH
+ k_event_area : ALIGN_WITH_INPUT SUBALIGN(4) { _k_event_list_start = .; *(SORT_BY_NAME(._k_event.static.*)); _k_event_list_end = .; } > RAM AT > FLASH
+ k_queue_area : ALIGN_WITH_INPUT SUBALIGN(4) { _k_queue_list_start = .; *(SORT_BY_NAME(._k_queue.static.*)); _k_queue_list_end = .; } > RAM AT > FLASH
+ k_fifo_area : ALIGN_WITH_INPUT SUBALIGN(4) { _k_fifo_list_start = .; *(SORT_BY_NAME(._k_fifo.static.*)); _k_fifo_list_end = .; } > RAM AT > FLASH
+ k_lifo_area : ALIGN_WITH_INPUT SUBALIGN(4) { _k_lifo_list_start = .; *(SORT_BY_NAME(._k_lifo.static.*)); _k_lifo_list_end = .; } > RAM AT > FLASH
+ k_condvar_area : ALIGN_WITH_INPUT SUBALIGN(4) { _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 SUBALIGN(4) { _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 SUBALIGN(4) { _net_buf_pool_list_start = .; KEEP(*(SORT_BY_NAME(._net_buf_pool.static.*))); _net_buf_pool_list_end = .; } > RAM AT > FLASH
+    __data_region_end = .;
+   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.*")
+ *(".kernel_noinit.*")
+        } > RAM AT > RAM
+    __kernel_ram_end = 0x20000000 + (128 * 1K);
+    __kernel_ram_size = __kernel_ram_end - __kernel_ram_start;
+PROVIDE(z_arm_platform_init = SystemInit);
+.intList :
+{
+ KEEP(*(.irq_info*))
+ KEEP(*(.intList*))
+} > IDT_LIST
+    .last_ram_section (NOLOAD) :
+    {
+ _image_ram_end = .;
+ _image_ram_size = _image_ram_end - _image_ram_start;
+ _end = .;
+ z_mapped_end = .;
+    } > RAM AT > RAM
+   
+ .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))
+ }
+   
+.last_section :
+{
+  LONG(0xE015E015)
+} > FLASH
+_flash_used = LOADADDR(.last_section) + SIZEOF(.last_section) - __rom_region_start;
+    }
diff --git a/build/zephyr/linker_zephyr_pre0.cmd.dep b/build/zephyr/linker_zephyr_pre0.cmd.dep
new file mode 100644
index 0000000000000000000000000000000000000000..ef80c8cdac95fb2f56ce1773cfcc727fae16d27d
--- /dev/null
+++ b/build/zephyr/linker_zephyr_pre0.cmd.dep
@@ -0,0 +1,80 @@
+linker_zephyr_pre0.cmd: \
+ /opt/ncs/zephyr/include/zephyr/arch/arm/cortex_m/scripts/linker.ld \
+ /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/autoconf.h \
+ /opt/ncs/zephyr/include/zephyr/linker/sections.h \
+ /opt/ncs/zephyr/include/zephyr/linker/section_tags.h \
+ /opt/ncs/zephyr/include/zephyr/toolchain.h \
+ /opt/ncs/zephyr/include/zephyr/toolchain/gcc.h \
+ /opt/ncs/zephyr/include/zephyr/devicetree.h \
+ /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/devicetree_generated.h \
+ /opt/ncs/zephyr/include/zephyr/irq_multilevel.h \
+ /opt/ncs/zephyr/include/zephyr/sys/util.h \
+ /opt/ncs/zephyr/include/zephyr/sys/util_macro.h \
+ /opt/ncs/zephyr/include/zephyr/sys/util_internal.h \
+ /opt/ncs/zephyr/include/zephyr/sys/util_loops.h \
+ /opt/ncs/zephyr/include/zephyr/sys/util_listify.h \
+ /opt/ncs/zephyr/include/zephyr/sys/util_internal_is_eq.h \
+ /opt/ncs/zephyr/include/zephyr/sys/util_internal_util_inc.h \
+ /opt/ncs/zephyr/include/zephyr/sys/util_internal_util_dec.h \
+ /opt/ncs/zephyr/include/zephyr/sys/util_internal_util_x2.h \
+ /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/lib/gcc/arm-zephyr-eabi/12.2.0/include/stdbool.h \
+ /opt/ncs/zephyr/include/zephyr/devicetree/io-channels.h \
+ /opt/ncs/zephyr/include/zephyr/devicetree/clocks.h \
+ /opt/ncs/zephyr/include/zephyr/devicetree/gpio.h \
+ /opt/ncs/zephyr/include/zephyr/devicetree/spi.h \
+ /opt/ncs/zephyr/include/zephyr/devicetree/dma.h \
+ /opt/ncs/zephyr/include/zephyr/devicetree/pwms.h \
+ /opt/ncs/zephyr/include/zephyr/devicetree/fixed-partitions.h \
+ /opt/ncs/zephyr/include/zephyr/devicetree/ordinals.h \
+ /opt/ncs/zephyr/include/zephyr/devicetree/pinctrl.h \
+ /opt/ncs/zephyr/include/zephyr/devicetree/can.h \
+ /opt/ncs/zephyr/include/zephyr/devicetree/reset.h \
+ /opt/ncs/zephyr/include/zephyr/devicetree/mbox.h \
+ /opt/ncs/zephyr/include/zephyr/linker/devicetree_regions.h \
+ /opt/ncs/zephyr/include/zephyr/linker/linker-defs.h \
+ /opt/ncs/zephyr/include/zephyr/toolchain/common.h \
+ /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/offsets.h \
+ /opt/ncs/zephyr/include/zephyr/linker/linker-tool.h \
+ /opt/ncs/zephyr/include/zephyr/linker/linker-tool-gcc.h \
+ /opt/ncs/zephyr/include/zephyr/kernel/mm.h \
+ /opt/ncs/zephyr/include/zephyr/kernel/internal/mm.h \
+ /opt/ncs/zephyr/include/zephyr/linker/linker-devnull.h \
+ /opt/ncs/zephyr/include/zephyr/linker/rel-sections.ld \
+ /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/snippets-rom-start.ld \
+ /opt/ncs/zephyr/include/../arch/common/rom_start_address.ld \
+ /opt/ncs/zephyr/include/../arch/common/fill_with_zeros.ld \
+ /opt/ncs/zephyr/include/../arch/common/rom_start_offset.ld \
+ /opt/ncs/zephyr/include/../arch/arm/core/vector_table.ld \
+ /opt/ncs/zephyr/include/zephyr/linker/irq-vector-table-section.ld \
+ /opt/ncs/zephyr/include/../arch/arm/core/cortex_m/vector_table_pad.ld \
+ /opt/ncs/zephyr/include/zephyr/linker/kobject-text.ld \
+ /opt/ncs/zephyr/include/zephyr/linker/common-rom.ld \
+ /opt/ncs/zephyr/include/zephyr/linker/common-rom/common-rom-kernel-devices.ld \
+ /opt/ncs/zephyr/include/zephyr/linker/iterable_sections.h \
+ /opt/ncs/zephyr/include/zephyr/linker/device-deps.ld \
+ /opt/ncs/zephyr/include/zephyr/linker/common-rom/common-rom-ztest.ld \
+ /opt/ncs/zephyr/include/zephyr/linker/common-rom/common-rom-cpp.ld \
+ /opt/ncs/zephyr/include/zephyr/linker/common-rom/common-rom-net.ld \
+ /opt/ncs/zephyr/include/zephyr/linker/common-rom/common-rom-bt.ld \
+ /opt/ncs/zephyr/include/zephyr/linker/common-rom/common-rom-logging.ld \
+ /opt/ncs/zephyr/include/zephyr/linker/common-rom/common-rom-debug.ld \
+ /opt/ncs/zephyr/include/zephyr/linker/common-rom/common-rom-misc.ld \
+ /opt/ncs/zephyr/include/zephyr/linker/thread-local-storage.ld \
+ /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/snippets-rodata.ld \
+ /opt/ncs/zephyr/include/../arch/arm/core/swi_tables.ld \
+ /opt/ncs/zephyr/include/zephyr/linker/kobject-rom.ld \
+ /opt/ncs/zephyr/include/zephyr/linker/cplusplus-rom.ld \
+ /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/snippets-ram-sections.ld \
+ /opt/ncs/zephyr/include/../arch/common/ramfunc.ld \
+ /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/snippets-ramfunc-section.ld \
+ /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/snippets-rwdata.ld \
+ /opt/ncs/zephyr/include/zephyr/linker/common-ram.ld \
+ /opt/ncs/zephyr/include/zephyr/linker/kobject-data.ld \
+ /opt/ncs/zephyr/include/zephyr/linker/cplusplus-ram.ld \
+ /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/snippets-data-sections.ld \
+ /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/snippets-noinit.ld \
+ /home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/include/generated/snippets-sections.ld \
+ /opt/ncs/zephyr/include/../soc/nordic/common/arm_platform_init.ld \
+ /opt/ncs/zephyr/include/zephyr/linker/intlist.ld \
+ /opt/ncs/zephyr/include/zephyr/linker/ram-end.ld \
+ /opt/ncs/zephyr/include/zephyr/linker/debug-sections.ld
diff --git a/build/zephyr/misc/generated/configs.c b/build/zephyr/misc/generated/configs.c
new file mode 100644
index 0000000000000000000000000000000000000000..a9cae7363a15d5fe294b95c580b93c9c0dfebf6b
--- /dev/null
+++ b/build/zephyr/misc/generated/configs.c
@@ -0,0 +1,939 @@
+/*
+ * SPDX-License-Identifier: Apache-2.0
+ */
+
+/* file is auto-generated, do not modify ! */
+
+#include <zephyr/toolchain.h>
+
+GEN_ABS_SYM_BEGIN (_ConfigAbsSyms)
+
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_ADC_INIT_PRIORITY, 50);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_SPI, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_BT_HCI_VS, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_BT_CTLR, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_NUM_IRQS, 48);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_SYS_CLOCK_HW_CYCLES_PER_SEC, 32768);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_FLASH_SIZE, 512);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_FLASH_BASE_ADDRESS, 0x0);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_MP_MAX_NUM_CPUS, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_PLATFORM_SPECIFIC_INIT, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_SYS_CLOCK_TICKS_PER_SEC, 32768);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_ROM_START_OFFSET, 0x0);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_PINCTRL, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_BUILD_OUTPUT_BIN, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_XIP, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_MAIN_STACK_SIZE, 2048);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_IDLE_STACK_SIZE, 320);
+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_TICKLESS_KERNEL, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_CLOCK_CONTROL_INIT_PRIORITY, 30);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_FLASH_LOAD_OFFSET, 0x0);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_SERIAL_INIT_PRIORITY, 50);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_GPIO, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_SERIAL, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_TINYCRYPT, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_KERNEL_ENTRY, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_LOG, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_SYSTEM_WORKQUEUE_STACK_SIZE, 2048);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_DCACHE_LINE_SIZE, 32);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_GEN_IRQ_VECTOR_TABLE, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_SOC, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_ARCH_SW_ISR_TABLE_ALIGN, 4);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_NRF_RTC_TIMER, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_LOG_DOMAIN_NAME, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_BUILD_OUTPUT_HEX, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_CLOCK_CONTROL, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_ARCH_HAS_CUSTOM_BUSY_WAIT, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_SOC_HAS_TIMING_FUNCTIONS, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_ENTROPY_INIT_PRIORITY, 50);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_FLASH_INIT_PRIORITY, 50);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_GEN_ISR_TABLES, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_GEN_IRQ_START_VECTOR, 0);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_GEN_SW_ISR_TABLE, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_SRAM_OFFSET, 0x0);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_CONSOLE, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_SOC_SERIES, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_ARCH_IRQ_VECTOR_TABLE_ALIGN, 4);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_ISR_STACK_SIZE, 2048);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_ICACHE_LINE_SIZE, 32);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_DT_HAS_ARM_ARMV7M_ITM_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_BOSCH_BME280_ENABLED, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_DT_HAS_FIXED_PARTITIONS_ENABLED, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_DT_HAS_GPIO_KEYS_ENABLED, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_DT_HAS_MICROBIT_EDGE_CONNECTOR_ENABLED, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_DT_HAS_MMIO_SRAM_ENABLED, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_DT_HAS_NORDIC_NRF_ACL_ENABLED, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_DT_HAS_NORDIC_NRF_CCM_ENABLED, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_DT_HAS_NORDIC_NRF_CLOCK_ENABLED, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_DT_HAS_NORDIC_NRF_ECB_ENABLED, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_DT_HAS_NORDIC_NRF_EGU_ENABLED, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_DT_HAS_NORDIC_NRF_FICR_ENABLED, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_DT_HAS_NORDIC_NRF_GPIO_ENABLED, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_DT_HAS_NORDIC_NRF_GPIOTE_ENABLED, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_DT_HAS_NORDIC_NRF_GPREGRET_ENABLED, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_DT_HAS_NORDIC_NRF_LED_MATRIX_ENABLED, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_DT_HAS_NORDIC_NRF_MWU_ENABLED, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_DT_HAS_NORDIC_NRF_PINCTRL_ENABLED, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_DT_HAS_NORDIC_NRF_POWER_ENABLED, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_DT_HAS_NORDIC_NRF_PPI_ENABLED, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_DT_HAS_NORDIC_NRF_PWM_ENABLED, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_DT_HAS_NORDIC_NRF_RADIO_ENABLED, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_DT_HAS_NORDIC_NRF_RNG_ENABLED, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_DT_HAS_NORDIC_NRF_SAADC_ENABLED, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_DT_HAS_NORDIC_NRF_SPIM_ENABLED, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_DT_HAS_NORDIC_NRF_SWI_ENABLED, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_DT_HAS_NORDIC_NRF_TEMP_ENABLED, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_DT_HAS_NORDIC_NRF_TWIM_ENABLED, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_DT_HAS_NORDIC_NRF_UART_ENABLED, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_DT_HAS_NORDIC_NRF_UICR_ENABLED, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_DT_HAS_NORDIC_NRF_USBD_ENABLED, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_DT_HAS_NORDIC_NRF_WDT_ENABLED, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_DT_HAS_NORDIC_NRF52_FLASH_CONTROLLER_ENABLED, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_DT_HAS_SEMTECH_SX1276_ENABLED, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_DT_HAS_SOC_NV_FLASH_ENABLED, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_DT_HAS_ST_LIS2DH_ENABLED, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_DT_HAS_ST_LIS2MDL_ENABLED, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_DT_HAS_ST_LSM303AGR_ACCEL_ENABLED, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_DT_HAS_ZEPHYR_BT_HCI_ENTROPY_ENABLED, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_NEWLIB_LIBC_NANO, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_NUM_METAIRQ_PRIORITIES, 0);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_LOG_BUFFER_SIZE, 1024);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_MPSL_WORK_STACK_SIZE, 1024);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_WARN_EXPERIMENTAL, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_BT_BUF_CMD_TX_COUNT, 2);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_INIT_ARCH_HW_AT_BOOT, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_NORDIC_QSPI_NOR_FLASH_LAYOUT_PAGE_SIZE, 4096);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_BT_L2CAP_TX_MTU, 23);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_BT_BUF_ACL_TX_SIZE, 27);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_BT_BUF_ACL_RX_SIZE, 27);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_BT_CTLR_DATA_LENGTH_MAX, 27);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_PM_PARTITION_SIZE_PROVISION, 0x1000);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_PM_PARTITION_SIZE_B0_IMAGE, 0x7000);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_SB_VALIDATION_INFO_MAGIC, 0x86518483);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_SB_VALIDATION_POINTER_MAGIC, 0x6919b47e);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_SB_VALIDATION_INFO_CRYPTO_ID, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_SB_VALIDATION_INFO_VERSION, 2);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_SB_VALIDATION_METADATA_OFFSET, 0);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_SB_VALIDATE_FW_SIGNATURE, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_BT_COMPANY_ID_NORDIC, 0x0059);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_BT_COMPANY_ID, 0x0059);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_BT_MAX_CONN, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_BT_LL_SOFTDEVICE_HEADERS_INCLUDE, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_BT_LL_SOFTDEVICE, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_BT_CTLR_DF_SUPPORT, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_BT_LL_SOFTDEVICE_BUILD_TYPE_LIB, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_BT_HCI_TX_STACK_SIZE, 1536);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_BT_RX_STACK_SIZE, 1024);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_BT_CTLR_SDC_PERIPHERAL_COUNT, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_BT_CTLR_SDC_MAX_CONN_EVENT_LEN_DEFAULT, 7500);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_BT_CTLR_SDC_CONN_EVENT_EXTEND_DEFAULT, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_BT_CTLR_SDC_CENTRAL_ACL_EVENT_SPACING_DEFAULT, 7500);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_BT_CTLR_SDC_PERIODIC_ADV_EVENT_LEN_DEFAULT, 7500);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_BT_CTLR_SDC_TX_PACKET_COUNT, 3);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_BT_CTLR_SDC_RX_PACKET_COUNT, 2);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_BT_CTLR_SDC_SCAN_BUFFER_COUNT, 3);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_BT_CTLR_SDC_PERIODIC_SYNC_BUFFER_COUNT, 3);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_BT_CTLR_SDC_RX_PRIO, 6);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_BT_LL_SOFTDEVICE_PERIPHERAL, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_BT_CTLR_FAL_SIZE, 8);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_BT_CTLR_ECDH_LIB_OBERON, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_BT_CTLR_ECDH_STACK_SIZE, 900);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_BT_CTLR_ECDH_IN_MPSL_WORK, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_BT_CTLR_SDC_BIG_RESERVED_TIME_US, 1600);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_BT_CTLR_SDC_CIG_RESERVED_TIME_US, 1300);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_BT_CTLR_SDC_CIS_SUBEVENT_LENGTH_US, 0);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_SYSTEM_WORKQUEUE_PRIORITY, -1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_HEAP_MEM_POOL_SIZE, 0);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_BT_PERIPHERAL, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_BT_BROADCASTER, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_BT_CONN, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_BT_PHY_UPDATE, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_BT_DATA_LEN_UPDATE, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_BT_BUF_ACL_TX_COUNT, 3);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_BT_BUF_ACL_RX_COUNT, 6);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_BT_BUF_EVT_RX_SIZE, 68);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_BT_BUF_EVT_RX_COUNT, 10);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_BT_BUF_EVT_DISCARDABLE_SIZE, 43);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_BT_BUF_EVT_DISCARDABLE_COUNT, 3);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_BT_BUF_CMD_TX_SIZE, 65);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_BT_HAS_HCI_VS, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_BT_ASSERT, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_BT_ASSERT_VERBOSE, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_BT_DEBUG_NONE, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_BT_LONG_WQ, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_BT_LONG_WQ_STACK_SIZE, 1300);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_BT_LONG_WQ_PRIO, 10);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_BT_LONG_WQ_INIT_PRIO, 50);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_BT_HCI_HOST, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_BT_HCI_TX_PRIO, 7);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_BT_RECV_WORKQ_BT, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_BT_RX_PRIO, 8);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_BT_DRIVER_RX_HIGH_PRIO, 6);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_BT_LIM_ADV_TIMEOUT, 30);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_BT_CONN_TX_USER_DATA_SIZE, 8);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_BT_CONN_TX_MAX, 3);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_BT_AUTO_PHY_UPDATE, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_BT_AUTO_DATA_LEN_UPDATE, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_BT_L2CAP_TX_BUF_COUNT, 3);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_BT_L2CAP_TX_FRAG_COUNT, 2);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_BT_L2CAP_RESCHED_MS, 1000);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_BT_ATT_TX_COUNT, 3);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_BT_ATT_PREPARE_COUNT, 0);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_BT_GATT_SERVICE_CHANGED, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_BT_GATT_CACHING, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_BT_GATT_ENFORCE_SUBSCRIPTION, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_BT_GATT_READ_MULTIPLE, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_BT_GATT_READ_MULT_VAR_LEN, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_BT_GAP_AUTO_UPDATE_CONN_PARAMS, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_BT_GAP_PERIPHERAL_PREF_PARAMS, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_BT_PERIPHERAL_PREF_MIN_INT, 24);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_BT_PERIPHERAL_PREF_MAX_INT, 40);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_BT_PERIPHERAL_PREF_LATENCY, 0);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_BT_PERIPHERAL_PREF_TIMEOUT, 42);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_BT_MAX_PAIRED, 0);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_BT_CREATE_CONN_TIMEOUT, 3);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_BT_CONN_PARAM_UPDATE_TIMEOUT, 5000);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_BT_CONN_PARAM_RETRY_COUNT, 3);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_BT_CONN_PARAM_RETRY_TIMEOUT, 5000);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_BT_DEVICE_NAME, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_BT_DEVICE_APPEARANCE, 0);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_BT_ID_MAX, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_PCD_VERSION_PAGE_BUF_SIZE, 2046);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_NRF_CLOUD_CLIENT_ID_SRC_COMPILE_TIME, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_NRF_CLOUD_CLIENT_ID, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_FOTA_USE_NRF_CLOUD_SETTINGS_AREA, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_FOTA_DL_TIMEOUT_MIN, 15);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_NRF_CLOUD_ALERT_LOG_LEVEL_DEFAULT, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_NRF_CLOUD_ALERT_LOG_LEVEL, 3);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_NRF_CLOUD_LOG_OUTPUT_LEVEL, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_NRF_CLOUD_LOG_BUF_SIZE, 256);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_NRF_CLOUD_LOG_LOG_LEVEL_DEFAULT, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_NRF_CLOUD_LOG_LOG_LEVEL, 3);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_NRF_CLOUD_LOG_LEVEL_DEFAULT, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_NRF_CLOUD_LOG_LEVEL, 3);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_MPSL_FEM_API_AVAILABLE, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_MPSL_FEM_LOG_LEVEL_DEFAULT, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_MPSL_FEM_LOG_LEVEL, 3);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_MPSL_THREAD_COOP_PRIO, 6);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_MPSL_TIMESLOT_SESSION_COUNT, 0);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_MPSL_LOW_PRIO_IRQN, 25);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_MPSL_LOG_LEVEL_DEFAULT, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_MPSL_LOG_LEVEL, 3);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_SRAM_SIZE, 128);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_SRAM_BASE_ADDRESS, 0x20000000);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_PM_PARTITION_SIZE_SETTINGS_STORAGE, 0x2000);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_PM_PARTITION_ALIGN_SETTINGS_STORAGE, 0x1000);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_PM_EXTERNAL_FLASH_BASE, 0x0);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_PM_EXTERNAL_FLASH_PATH, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_PM_EXTERNAL_FLASH_SIZE_BITS, 0);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_PM_SRAM_BASE, 0x20000000);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_PM_SRAM_SIZE, 0x20000);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_MGMT_FMFU_LOG_LEVEL_DEFAULT, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_MGMT_FMFU_LOG_LEVEL, 3);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_MGMT_SUITFU_TRIGGER_UPDATE_RESET_DELAY_MS, 100);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_MGMT_SUITFU_AUTO_REGISTER_HANDLERS, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_MGMT_SUITFU_GRP_IMG, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_MGMT_SUITFU_IMAGE_NUMBER, 0);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_MGMT_SUITFU_LOG_LEVEL_DEFAULT, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_MGMT_SUITFU_LOG_LEVEL, 3);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_AUDIO_MODULE_NAME_SIZE, 20);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_AUDIO_MODULE_LOG_LEVEL_DEFAULT, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_AUDIO_MODULE_LOG_LEVEL, 3);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_POSIX_MAX_FDS, 4);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_WFA_QT_LOG_LEVEL_DEFAULT, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_WFA_QT_LOG_LEVEL, 3);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_WFA_QT_THREAD_STACK_SIZE, 4096);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_WFA_QT_REBOOT_TIMEOUT_MS, 1000);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_WFA_QT_DEFAULT_INTERFACE, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_WPAS_READY_TIMEOUT_MS, 10000);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_NRF_ACL_FLASH_REGION_SIZE, 0x1000);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_FPROTECT_BLOCK_SIZE, 0x1000);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_MULTITHREADING_LOCK, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_HW_UNIQUE_KEY_PARTITION_SIZE, 0x1000);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_NCS_BOOT_BANNER, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_NCS_NCS_BOOT_BANNER_STRING, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_NCS_ZEPHYR_BOOT_BANNER_STRING, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_SENSOR, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_NRFX_GPIOTE_NUM_OF_EVT_HANDLERS, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_CLOCK_CONTROL_MPSL, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_SOC_FLASH_NRF_RADIO_SYNC_MPSL, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_SOC_FLASH_NRF_RADIO_SYNC_MPSL_TIMESLOT_SESSION_COUNT, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_TEMP_NRF5_MPSL, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_ZTEST_MULTICORE_DEFAULT_SETTINGS, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_ZEPHYR_NRF_MODULE, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_BOOT_SIGNATURE_KEY_FILE, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_DT_FLASH_WRITE_BLOCK_SIZE, 4);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_MCUBOOT_USB_SUPPORT, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_ZEPHYR_MCUBOOT_MODULE, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_ZEPHYR_MBEDTLS_MODULE, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_ZEPHYR_OBERON_PSA_CRYPTO_MODULE, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_ZEPHYR_TRUSTED_FIRMWARE_M_MODULE, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_ZEPHYR_PSA_ARCH_TESTS_MODULE, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_ZEPHYR_SOC_HWMV1_MODULE, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_ZEPHYR_CJSON_MODULE, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_ZEPHYR_AZURE_SDK_FOR_C_MODULE, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_ZEPHYR_CIRRUS_LOGIC_MODULE, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_ZEPHYR_OPENTHREAD_MODULE, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_SUIT_ENVELOPE_TEMPLATE, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_SUIT_ENVELOPE_TARGET, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_SUIT_ENVELOPE_OUTPUT_ARTIFACT, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_SUIT_ENVELOPE_OUTPUT_MPI_MERGE, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_ZEPHYR_SUIT_GENERATOR_MODULE, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_SUIT_PLATFORM_DRY_RUN_SUPPORT, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_ZEPHYR_SUIT_PROCESSOR_MODULE, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_ZEPHYR_MEMFAULT_FIRMWARE_SDK_MODULE, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_ZEPHYR_COREMARK_MODULE, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_ZEPHYR_CANOPENNODE_MODULE, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_ZEPHYR_CHRE_MODULE, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_ZEPHYR_LZ4_MODULE, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_ZEPHYR_NANOPB_MODULE, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_ZEPHYR_TF_M_TESTS_MODULE, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_ZEPHYR_ZSCILIB_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_HAS_CMSIS_CORE_M, 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_FATFS_MODULE, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_ZEPHYR_HAL_NORDIC_MODULE, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_HAS_NORDIC_DRIVERS, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_HAS_NRFX, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_MPSL, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_NRFX_GPIOTE, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_NRFX_GPIOTE0, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_NRFX_NVMC, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_NRFX_SPIM, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_NRFX_SPIM1, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_NRFX_TWIM, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_NRFX_TWIM0, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_ZEPHYR_HAL_ST_MODULE, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_HAS_STMEMSC, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_USE_STDC_LIS2MDL, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_ZEPHYR_HAL_WURTHELEKTRONIK_MODULE, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_ZEPHYR_LIBMETAL_MODULE, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_ZEPHYR_LIBLC3_MODULE, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_ZEPHYR_LITTLEFS_MODULE, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_ZEPHYR_LORAMAC_NODE_MODULE, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_HAS_SEMTECH_RADIO_DRIVERS, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_HAS_SEMTECH_SX1276, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_HAS_SEMTECH_LORAMAC, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_HAS_SEMTECH_SOFT_SE, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_ZEPHYR_LVGL_MODULE, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_ZEPHYR_MIPI_SYS_T_MODULE, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_ZEPHYR_NRF_HW_MODELS_MODULE, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_ZEPHYR_OPEN_AMP_MODULE, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_ZEPHYR_PICOLIBC_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_TINYCRYPT_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_NRF_MODEM_SHMEM_CTRL_SIZE, 0x4e8);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_MPSL_BUILD_TYPE_LIB, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_MPSL_LIB_DIR, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_MPSL_LIB_FLOAT_ABI_DIR, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_NRFXLIB_CRYPTO, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_NRF_OBERON, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_NRF_802154_SOURCE_NRFXLIB, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_ZEPHYR_NRFXLIB_MODULE, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_ZEPHYR_CONNECTEDHOMEIP_MODULE, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_TINYCRYPT_AES, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_TINYCRYPT_AES_CMAC, 1);
+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_BBC_MICROBIT_V2, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_BOARD_BBC_MICROBIT_V2_NRF52833, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_BOARD_QUALIFIERS, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_SOC_FAMILY, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_SOC_FAMILY_NORDIC_NRF, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_SOC_SERIES_NRF52X, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_SOC_NRF52833, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_SOC_NRF52833_QIAA, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_HAS_HW_NRF_ACL, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_HAS_HW_NRF_CCM, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_HAS_HW_NRF_CCM_LFLEN_8BIT, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_HAS_HW_NRF_CCM_HEADERMASK, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_HAS_HW_NRF_CLOCK, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_HAS_HW_NRF_ECB, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_HAS_HW_NRF_EGU0, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_HAS_HW_NRF_EGU1, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_HAS_HW_NRF_EGU2, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_HAS_HW_NRF_EGU3, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_HAS_HW_NRF_EGU4, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_HAS_HW_NRF_EGU5, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_HAS_HW_NRF_GPIO0, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_HAS_HW_NRF_GPIO1, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_HAS_HW_NRF_GPIOTE0, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_HAS_HW_NRF_MWU, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_HAS_HW_NRF_NVMC_PE, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_HAS_HW_NRF_POWER, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_HAS_HW_NRF_PPI, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_HAS_HW_NRF_PWM1, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_HAS_HW_NRF_RADIO_BLE_2M, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_HAS_HW_NRF_RADIO_BLE_CODED, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_HAS_HW_NRF_RADIO_DFE, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_HAS_HW_NRF_RADIO_IEEE802154, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_HAS_HW_NRF_RADIO_TX_PWR_HIGH, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_HAS_HW_NRF_RNG, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_HAS_HW_NRF_SAADC, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_HAS_HW_NRF_SPIM1, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_HAS_HW_NRF_SWI0, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_HAS_HW_NRF_SWI1, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_HAS_HW_NRF_SWI2, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_HAS_HW_NRF_SWI3, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_HAS_HW_NRF_SWI4, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_HAS_HW_NRF_SWI5, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_HAS_HW_NRF_TEMP, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_HAS_HW_NRF_TWIM0, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_HAS_HW_NRF_UART0, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_HAS_HW_NRF_USBD, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_HAS_HW_NRF_WDT0, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_NRF_ENABLE_ICACHE, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_NRF_RTC_TIMER_USER_CHAN_COUNT, 0);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_NRF_SOC_SECURE_SUPPORTED, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_NRF_APPROTECT_USE_UICR, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_GPIO_INIT_PRIORITY, 40);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_SOC_LOG_LEVEL_DEFAULT, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_SOC_LOG_LEVEL, 3);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_SOC_COMPATIBLE_NRF, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_SOC_COMPATIBLE_NRF52X, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_SOC_COMPATIBLE_NRF52833, 1);
+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, 4);
+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_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_ZERO_LATENCY_IRQS, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_ZERO_LATENCY_LEVELS, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_NULL_POINTER_EXCEPTION_DETECTION_NONE, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_HAS_SWO, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_ARM, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_ARCH_IS_SET, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_ARCH_LOG_LEVEL_DEFAULT, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_ARCH_LOG_LEVEL, 3);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_LITTLE_ENDIAN, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_GEN_PRIV_STACKS, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_ISR_TABLES_LOCAL_DECLARATION_SUPPORTED, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_IRQ_VECTOR_TABLE_JUMP_BY_ADDRESS, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_EXCEPTION_DEBUG, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_ARCH_HAS_TIMING_FUNCTIONS, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_ARCH_HAS_RAMFUNC_SUPPORT, 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_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_TOOLCHAIN_HAS_BUILTIN_FFS, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_KERNEL_LOG_LEVEL_DEFAULT, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_KERNEL_LOG_LEVEL, 3);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_MULTITHREADING, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_NUM_COOP_PRIORITIES, 16);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_NUM_PREEMPT_PRIORITIES, 15);
+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, -127);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_SCHED_DUMB, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_WAITQ_DUMB, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_ERRNO, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_BOOT_DELAY, 0);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_BARRIER_OPERATIONS_ARCH, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_ATOMIC_OPERATIONS_BUILTIN, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_TIMESLICING, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_TIMESLICE_SIZE, 0);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_TIMESLICE_PRIORITY, 0);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_POLL, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_NUM_MBOX_ASYNC_MSGS, 10);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_KERNEL_MEM_POOL, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_ARCH_HAS_CUSTOM_SWAP_TO_MAIN, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_SWAP_NONATOMIC, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_SYS_CLOCK_EXISTS, 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_STACK_POINTER_RANDOM, 0);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_MP_NUM_CPUS, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_TOOLCHAIN_SUPPORTS_THREAD_LOCAL_STORAGE, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_KERNEL_INIT_PRIORITY_OBJECTS, 30);
+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_ADC, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_ADC_CONFIGURABLE_INPUTS, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_ADC_LOG_LEVEL_DEFAULT, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_ADC_LOG_LEVEL, 3);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_ADC_NRFX_SAADC, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_CLOCK_CONTROL_LOG_LEVEL_DEFAULT, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_CLOCK_CONTROL_LOG_LEVEL, 3);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_CLOCK_CONTROL_NRF_FORCE_ALT, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_CLOCK_CONTROL_NRF, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_CLOCK_CONTROL_NRF_K32SRC_RC, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_CLOCK_CONTROL_NRF_K32SRC_RC_CALIBRATION, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_CLOCK_CONTROL_NRF_CALIBRATION_LF_ALWAYS_ON, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_CLOCK_CONTROL_NRF_CALIBRATION_PERIOD, 4000);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_CLOCK_CONTROL_NRF_CALIBRATION_MAX_SKIP, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_CLOCK_CONTROL_NRF_CALIBRATION_TEMP_DIFF, 2);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_CLOCK_CONTROL_NRF_K32SRC_250PPM, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_CLOCK_CONTROL_NRF_ACCURACY, 250);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_CONSOLE_INPUT_MAX_LINE_LEN, 128);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_CONSOLE_HAS_DRIVER, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_CONSOLE_INIT_PRIORITY, 60);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_UART_CONSOLE, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_UART_CONSOLE_LOG_LEVEL_DEFAULT, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_UART_CONSOLE_LOG_LEVEL, 3);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_ENTROPY_GENERATOR, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_ENTROPY_LOG_LEVEL_DEFAULT, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_ENTROPY_LOG_LEVEL, 3);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_ENTROPY_NRF5_RNG, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_ENTROPY_NRF5_THR_POOL_SIZE, 8);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_ENTROPY_NRF5_THR_THRESHOLD, 4);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_ENTROPY_NRF5_ISR_POOL_SIZE, 16);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_ENTROPY_NRF5_ISR_THRESHOLD, 12);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_ENTROPY_BT_HCI, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_ENTROPY_HAS_DRIVER, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_FLASH_HAS_DRIVER_ENABLED, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_FLASH_HAS_PAGE_LAYOUT, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_FLASH, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_FLASH_LOG_LEVEL_DEFAULT, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_FLASH_LOG_LEVEL, 3);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_FLASH_PAGE_LAYOUT, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_SOC_FLASH_NRF, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_SOC_FLASH_NRF_TIMEOUT_MULTIPLIER, 10);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_GPIO_LOG_LEVEL_DEFAULT, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_GPIO_LOG_LEVEL, 3);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_GPIO_NRFX, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_GPIO_NRFX_INTERRUPT, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_I2C, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_I2C_NRFX, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_I2C_NRFX_TWIM, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_I2C_NRFX_TRANSFER_TIMEOUT, 500);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_I2C_DMA_TCB_BUFFER_SIZE, 1024);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_I2C_INIT_PRIORITY, 50);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_I2C_LOG_LEVEL_DEFAULT, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_I2C_LOG_LEVEL, 3);
+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, 3);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_LORA, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_LORA_LOG_LEVEL_DEFAULT, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_LORA_LOG_LEVEL, 3);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_LORA_INIT_PRIORITY, 90);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_LORA_SX127X, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_PINCTRL_LOG_LEVEL_DEFAULT, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_PINCTRL_LOG_LEVEL, 3);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_PINCTRL_STORE_REG, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_PINCTRL_NRF, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_SENSOR_LOG_LEVEL_DEFAULT, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_SENSOR_LOG_LEVEL, 3);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_SENSOR_INIT_PRIORITY, 90);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_BME280, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_BME280_MODE_NORMAL, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_BME280_TEMP_OVER_2X, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_BME280_PRESS_OVER_16X, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_BME280_HUMIDITY_OVER_16X, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_BME280_STANDBY_1000MS, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_BME280_FILTER_4, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_TEMP_NRF5_FORCE_ALT, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_TEMP_NRF5, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_LIS2DH, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_LIS2DH_TRIGGER_NONE, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_LIS2DH_ACCEL_RANGE_RUNTIME, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_LIS2DH_OPER_MODE_NORMAL, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_LIS2DH_ODR_RUNTIME, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_LIS2MDL, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_LIS2MDL_TRIGGER_GLOBAL_THREAD, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_LIS2MDL_TRIGGER, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_LIS2MDL_MAG_ODR_RUNTIME, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_SERIAL_HAS_DRIVER, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_SERIAL_SUPPORT_ASYNC, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_SERIAL_SUPPORT_INTERRUPT, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_UART_LOG_LEVEL_DEFAULT, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_UART_LOG_LEVEL, 3);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_UART_NRFX, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_UART_NRFX_UART, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_UART_0_TX_CACHE_SIZE, 8);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_UART_0_RX_CACHE_SIZE, 5);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_UART_0_A2I_RX_SIZE, 0);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_UART_0_A2I_RX_BUF_COUNT, 0);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_SPI_INIT_PRIORITY, 50);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_SPI_COMPLETION_TIMEOUT_TOLERANCE, 200);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_SPI_LOG_LEVEL_DEFAULT, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_SPI_LOG_LEVEL, 3);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_SPI_NRFX, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_SPI_NRFX_SPIM, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_SPI_NRFX_RAM_BUFFER_SIZE, 8);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_SPI_NRFX_WAKE_TIMEOUT_US, 200);
+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_NRF_RTC_TIMER_LOCK_ZERO_LATENCY_IRQS, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_SYSTEM_CLOCK_WAIT_FOR_STABILITY, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_NRF_USBD_COMMON_LOG_LEVEL_DEFAULT, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_NRF_USBD_COMMON_LOG_LEVEL, 3);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_USBC_LOG_LEVEL_DEFAULT, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_USBC_LOG_LEVEL, 3);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_REQUIRES_FULL_LIBC, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_FULL_LIBC_SUPPORTED, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_MINIMAL_LIBC_SUPPORTED, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_NEWLIB_LIBC_SUPPORTED, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_PICOLIBC_SUPPORTED, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_NEWLIB_LIBC, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_HAS_NEWLIB_LIBC_NANO, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_COMMON_LIBC_ABORT, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_NEWLIB_LIBC_MIN_REQUIRED_HEAP_SIZE, 2048);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_NEWLIB_LIBC_FLOAT_PRINTF, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_STDOUT_CONSOLE, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_NEED_LIBC_MEM_PARTITION, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_CRC, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_SYS_HEAP_ALLOC_LOOPS, 3);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_SYS_HEAP_SMALL_ONLY, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_MPSC_PBUF, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_HAS_POWEROFF, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_CBPRINTF_COMPLETE, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_CBPRINTF_FULL_INTEGRAL, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_CBPRINTF_N_SPECIFIER, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_CBPRINTF_PACKAGE_LOG_LEVEL_DEFAULT, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_CBPRINTF_PACKAGE_LOG_LEVEL, 3);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_CBPRINTF_CONVERT_CHECK_PTR, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_POSIX_ENV_LOG_LEVEL_DEFAULT, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_POSIX_ENV_LOG_LEVEL, 3);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_SEM_VALUE_MAX, 32767);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_SEM_NAMELEN_MAX, 16);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_POSIX_RTSIG_MAX, 0);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_POSIX_PAGE_SIZE_BITS, 6);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_LIBGCC_RTLIB, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_NOTIFY, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_ONOFF, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_BT, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_BT_HCI, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_BT_CONN_TX, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_BT_CTLR_LE_ENC_SUPPORT, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_BT_CTLR_EXT_REJ_IND_SUPPORT, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_BT_CTLR_DATA_LEN_UPDATE_SUPPORT, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_BT_CTLR_PRIVACY_SUPPORT, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_BT_CTLR_EXT_SCAN_FP_SUPPORT, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_BT_CTLR_PHY_UPDATE_SUPPORT, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_BT_CTLR_PHY_2M_SUPPORT, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_BT_CTLR_PHY_CODED_SUPPORT, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_BT_CTLR_ADV_EXT_SUPPORT, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_BT_CTLR_ADV_PERIODIC_SUPPORT, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_BT_CTLR_ADV_PERIODIC_RSP_SUPPORT, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_BT_CTLR_SYNC_PERIODIC_SUPPORT, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_BT_CTLR_SYNC_PERIODIC_RSP_SUPPORT, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_BT_CTLR_SYNC_TRANSFER_SENDER_SUPPORT, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_BT_CTLR_SYNC_TRANSFER_RECEIVER_SUPPORT, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_BT_CTLR_ADV_ISO_SUPPORT, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_BT_CTLR_SYNC_ISO_SUPPORT, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_BT_CTLR_CENTRAL_ISO_SUPPORT, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_BT_CTLR_PERIPHERAL_ISO_SUPPORT, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_BT_CTLR_CHAN_SEL_2_SUPPORT, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_BT_CTLR_SCA_UPDATE_SUPPORT, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_BT_CTLR_CONN_RSSI_SUPPORT, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_BT_CTLR_ECDH_SUPPORT, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_BT_CTLR_LE_POWER_CONTROL_SUPPORT, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_BT_CTLR_HCI, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_BT_CTLR_CRYPTO, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_BT_CTLR_HCI_VS_BUILD_INFO, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_BT_CTLR_TX_PWR_0, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_BT_CTLR_TX_PWR_DBM, 0);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_BT_CTLR_TX_PWR_ANTENNA, 0);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_BT_CTLR_LE_ENC, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_BT_CTLR_ECDH, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_BT_CTLR_EXT_REJ_IND, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_BT_CTLR_LE_PING, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_BT_CTLR_DATA_LENGTH, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_BT_CTLR_PHY, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_BT_CTLR_PHY_2M, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_BT_CTLR_CHAN_SEL_2, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_BT_CTLR_DF_CTE_TX_SUPPORT, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_BT_LOG, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_BT_LOG_LEVEL_DEFAULT, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_BT_LOG_LEVEL, 3);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_BT_HCI_DRIVER_LOG_LEVEL_INHERIT, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_BT_HCI_DRIVER_LOG_LEVEL, 3);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_BT_RPA_LOG_LEVEL_INHERIT, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_BT_RPA_LOG_LEVEL, 3);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_BT_AICS_LOG_LEVEL_INHERIT, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_BT_AICS_LOG_LEVEL, 3);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_BT_AICS_CLIENT_LOG_LEVEL_INHERIT, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_BT_AICS_CLIENT_LOG_LEVEL, 3);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_BT_BAP_STREAM_LOG_LEVEL_INHERIT, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_BT_BAP_STREAM_LOG_LEVEL, 3);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_BT_BAP_BASE_LOG_LEVEL_INHERIT, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_BT_BAP_BASE_LOG_LEVEL, 3);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_BT_AUDIO_CODEC_LOG_LEVEL_INHERIT, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_BT_AUDIO_CODEC_LOG_LEVEL, 3);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_BT_ASCS_LOG_LEVEL_INHERIT, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_BT_ASCS_LOG_LEVEL, 3);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_BT_BAP_UNICAST_SERVER_LOG_LEVEL_INHERIT, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_BT_BAP_UNICAST_SERVER_LOG_LEVEL, 3);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_BT_BAP_UNICAST_CLIENT_LOG_LEVEL_INHERIT, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_BT_BAP_UNICAST_CLIENT_LOG_LEVEL, 3);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_BT_BAP_BROADCAST_SOURCE_LOG_LEVEL_INHERIT, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_BT_BAP_BROADCAST_SOURCE_LOG_LEVEL, 3);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_BT_BAP_BROADCAST_SINK_LOG_LEVEL_INHERIT, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_BT_BAP_BROADCAST_SINK_LOG_LEVEL, 3);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_BT_BAP_SCAN_DELEGATOR_LOG_LEVEL_INHERIT, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_BT_BAP_SCAN_DELEGATOR_LOG_LEVEL, 3);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_BT_BAP_BROADCAST_ASSISTANT_LOG_LEVEL_INHERIT, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_BT_BAP_BROADCAST_ASSISTANT_LOG_LEVEL, 3);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_BT_BAP_ISO_LOG_LEVEL_INHERIT, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_BT_BAP_ISO_LOG_LEVEL, 3);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_BT_CAP_ACCEPTOR_LOG_LEVEL_INHERIT, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_BT_CAP_ACCEPTOR_LOG_LEVEL, 3);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_BT_CAP_INITIATOR_LOG_LEVEL_INHERIT, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_BT_CAP_INITIATOR_LOG_LEVEL, 3);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_BT_CAP_COMMANDER_LOG_LEVEL_INHERIT, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_BT_CAP_COMMANDER_LOG_LEVEL, 3);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_BT_CAP_COMMON_LOG_LEVEL_INHERIT, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_BT_CAP_COMMON_LOG_LEVEL, 3);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_BT_CAP_STREAM_LOG_LEVEL_INHERIT, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_BT_CAP_STREAM_LOG_LEVEL, 3);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_BT_CSIP_SET_MEMBER_LOG_LEVEL_INHERIT, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_BT_CSIP_SET_MEMBER_LOG_LEVEL, 3);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_BT_CSIP_SET_COORDINATOR_LOG_LEVEL_INHERIT, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_BT_CSIP_SET_COORDINATOR_LOG_LEVEL, 3);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_BT_CSIP_SET_MEMBER_CRYPTO_LOG_LEVEL_INHERIT, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_BT_CSIP_SET_MEMBER_CRYPTO_LOG_LEVEL, 3);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_BT_HAS_LOG_LEVEL_INHERIT, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_BT_HAS_LOG_LEVEL, 3);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_BT_HAS_CLIENT_LOG_LEVEL_INHERIT, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_BT_HAS_CLIENT_LOG_LEVEL, 3);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_BT_MCS_LOG_LEVEL_INHERIT, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_BT_MCS_LOG_LEVEL, 3);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_BT_MCC_LOG_LEVEL_INHERIT, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_BT_MCC_LOG_LEVEL, 3);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_MCTL_LOG_LEVEL_INHERIT, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_MCTL_LOG_LEVEL, 3);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_BT_MICP_MIC_DEV_LOG_LEVEL_INHERIT, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_BT_MICP_MIC_DEV_LOG_LEVEL, 3);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_BT_MICP_MIC_CTLR_LOG_LEVEL_INHERIT, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_BT_MICP_MIC_CTLR_LOG_LEVEL, 3);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_BT_MPL_LOG_LEVEL_INHERIT, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_BT_MPL_LOG_LEVEL, 3);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_BT_PACS_LOG_LEVEL_INHERIT, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_BT_PACS_LOG_LEVEL, 3);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_BT_TBS_LOG_LEVEL_INHERIT, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_BT_TBS_LOG_LEVEL, 3);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_BT_TBS_CLIENT_LOG_LEVEL_INHERIT, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_BT_TBS_CLIENT_LOG_LEVEL, 3);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_BT_VCP_VOL_REND_LOG_LEVEL_INHERIT, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_BT_VCP_VOL_REND_LOG_LEVEL, 3);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_BT_VCP_VOL_CTLR_LOG_LEVEL_INHERIT, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_BT_VCP_VOL_CTLR_LOG_LEVEL, 3);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_BT_VOCS_LOG_LEVEL_INHERIT, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_BT_VOCS_LOG_LEVEL, 3);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_BT_VOCS_CLIENT_LOG_LEVEL_INHERIT, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_BT_VOCS_CLIENT_LOG_LEVEL, 3);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_BT_PBP_LOG_LEVEL_DEFAULT, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_BT_PBP_LOG_LEVEL, 3);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_BT_CRYPTO_LOG_LEVEL_INHERIT, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_BT_CRYPTO_LOG_LEVEL, 3);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_BT_ATT_LOG_LEVEL_INHERIT, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_BT_ATT_LOG_LEVEL, 3);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_BT_GATT_LOG_LEVEL_INHERIT, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_BT_GATT_LOG_LEVEL, 3);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_BT_L2CAP_LOG_LEVEL_INHERIT, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_BT_L2CAP_LOG_LEVEL, 3);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_BT_EAD_LOG_LEVEL_INHERIT, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_BT_EAD_LOG_LEVEL, 3);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_BT_DF_LOG_LEVEL_INHERIT, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_BT_DF_LOG_LEVEL, 3);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_BT_SETTINGS_LOG_LEVEL_INHERIT, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_BT_SETTINGS_LOG_LEVEL, 3);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_BT_HCI_CORE_LOG_LEVEL_INHERIT, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_BT_HCI_CORE_LOG_LEVEL, 3);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_BT_CONN_LOG_LEVEL_INHERIT, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_BT_CONN_LOG_LEVEL, 3);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_BT_ISO_LOG_LEVEL_INHERIT, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_BT_ISO_LOG_LEVEL, 3);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_BT_KEYS_LOG_LEVEL_INHERIT, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_BT_KEYS_LOG_LEVEL, 3);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_BT_SMP_LOG_LEVEL_INHERIT, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_BT_SMP_LOG_LEVEL, 3);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_BT_SERVICE_LOG_LEVEL_INHERIT, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_BT_SERVICE_LOG_LEVEL, 3);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_BT_CTLR_ISOAL_LOG_LEVEL_INHERIT, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_BT_CTLR_ISOAL_LOG_LEVEL, 3);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_BT_RFCOMM_LOG_LEVEL_INHERIT, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_BT_RFCOMM_LOG_LEVEL, 3);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_BT_HFP_HF_LOG_LEVEL_INHERIT, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_BT_HFP_HF_LOG_LEVEL, 3);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_BT_HFP_AG_LOG_LEVEL_INHERIT, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_BT_HFP_AG_LOG_LEVEL, 3);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_BT_AVDTP_LOG_LEVEL_INHERIT, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_BT_AVDTP_LOG_LEVEL, 3);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_BT_A2DP_LOG_LEVEL_INHERIT, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_BT_A2DP_LOG_LEVEL, 3);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_BT_SDP_LOG_LEVEL_INHERIT, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_BT_SDP_LOG_LEVEL, 3);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_BT_MESH_LOG_LEVEL_INHERIT, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_BT_MESH_LOG_LEVEL, 3);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_BT_MESH_NET_LOG_LEVEL_INHERIT, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_BT_MESH_NET_LOG_LEVEL, 3);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_BT_MESH_RPL_LOG_LEVEL_INHERIT, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_BT_MESH_RPL_LOG_LEVEL, 3);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_BT_MESH_TRANS_LOG_LEVEL_INHERIT, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_BT_MESH_TRANS_LOG_LEVEL, 3);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_BT_MESH_BEACON_LOG_LEVEL_INHERIT, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_BT_MESH_BEACON_LOG_LEVEL, 3);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_BT_MESH_CRYPTO_LOG_LEVEL_INHERIT, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_BT_MESH_CRYPTO_LOG_LEVEL, 3);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_BT_MESH_KEYS_LOG_LEVEL_INHERIT, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_BT_MESH_KEYS_LOG_LEVEL, 3);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_BT_MESH_PROV_LOG_LEVEL_INHERIT, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_BT_MESH_PROV_LOG_LEVEL, 3);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_BT_MESH_PROVISIONER_LOG_LEVEL_INHERIT, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_BT_MESH_PROVISIONER_LOG_LEVEL, 3);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_BT_MESH_PROVISIONEE_LOG_LEVEL_INHERIT, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_BT_MESH_PROVISIONEE_LOG_LEVEL, 3);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_BT_MESH_ACCESS_LOG_LEVEL_INHERIT, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_BT_MESH_ACCESS_LOG_LEVEL, 3);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_BT_MESH_MODEL_LOG_LEVEL_INHERIT, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_BT_MESH_MODEL_LOG_LEVEL, 3);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_BT_MESH_DFU_LOG_LEVEL_INHERIT, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_BT_MESH_DFU_LOG_LEVEL, 3);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_BT_MESH_ADV_LOG_LEVEL_INHERIT, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_BT_MESH_ADV_LOG_LEVEL, 3);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_BT_MESH_LOW_POWER_LOG_LEVEL_INHERIT, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_BT_MESH_LOW_POWER_LOG_LEVEL, 3);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_BT_MESH_FRIEND_LOG_LEVEL_INHERIT, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_BT_MESH_FRIEND_LOG_LEVEL, 3);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_BT_MESH_PROXY_LOG_LEVEL_INHERIT, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_BT_MESH_PROXY_LOG_LEVEL, 3);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_BT_MESH_SETTINGS_LOG_LEVEL_INHERIT, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_BT_MESH_SETTINGS_LOG_LEVEL, 3);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_BT_MESH_CDB_LOG_LEVEL_INHERIT, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_BT_MESH_CDB_LOG_LEVEL, 3);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_BT_MESH_CFG_LOG_LEVEL_INHERIT, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_BT_MESH_CFG_LOG_LEVEL, 3);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_BT_BAS_LOG_LEVEL_DEFAULT, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_BT_BAS_LOG_LEVEL, 3);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_BT_HRS_LOG_LEVEL_DEFAULT, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_BT_HRS_LOG_LEVEL, 3);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_BT_TPS_LOG_LEVEL_DEFAULT, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_BT_TPS_LOG_LEVEL, 3);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_BT_IAS_CLIENT_LOG_LEVEL_INHERIT, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_BT_IAS_CLIENT_LOG_LEVEL, 3);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_BT_IAS_LOG_LEVEL_DEFAULT, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_BT_IAS_LOG_LEVEL, 3);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_BT_OTS_CLIENT_LOG_LEVEL_INHERIT, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_BT_OTS_CLIENT_LOG_LEVEL, 3);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_BT_OTS_LOG_LEVEL_DEFAULT, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_BT_OTS_LOG_LEVEL, 3);
+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_NVS, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_NVS_LOG_LEVEL_DEFAULT, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_NVS_LOG_LEVEL, 3);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_LLEXT_EDK_NAME, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_LOG_CORE_INIT_PRIORITY, 0);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_LOG_MODE_DEFERRED, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_LOG_DEFAULT_LEVEL, 3);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_LOG_OVERRIDE_LEVEL, 0);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_LOG_MAX_LEVEL, 4);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_LOG_PRINTK, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_LOG_MODE_OVERFLOW, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_LOG_PROCESS_TRIGGER_THRESHOLD, 10);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_LOG_PROCESS_THREAD, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_LOG_PROCESS_THREAD_STARTUP_DELAY_MS, 0);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_LOG_PROCESS_THREAD_SLEEP_MS, 1000);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_LOG_PROCESS_THREAD_STACK_SIZE, 768);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_LOG_TRACE_SHORT_TIMESTAMP, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_LOG_FUNC_NAME_PREFIX_DBG, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_LOG_BACKEND_SHOW_COLOR, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_LOG_TAG_MAX_LEN, 0);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_LOG_BACKEND_FORMAT_TIMESTAMP, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_LOG_BACKEND_UART, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_LOG_BACKEND_UART_BUFFER_SIZE, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_LOG_BACKEND_UART_AUTOSTART, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_LOG_BACKEND_UART_OUTPUT_TEXT, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_LOG_BACKEND_UART_OUTPUT_DEFAULT, 0);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_LOG_DOMAIN_ID, 0);
+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_FAILURE_REPORT_PERIOD, 1000);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_LOG_OUTPUT, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_LORAWAN, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_LORAWAN_LOG_LEVEL_DEFAULT, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_LORAWAN_LOG_LEVEL, 3);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_LORAWAN_SYSTEM_MAX_RX_ERROR, 20);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_LORAWAN_PUBLIC_NETWORK, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_LORAMAC_REGION_EU868, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_LORAWAN_NVM_SETTINGS, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_NET_BUF, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_NET_BUF_LOG_LEVEL_DEFAULT, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_NET_BUF_LOG_LEVEL, 3);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_NET_BUF_ALIGNMENT, 0);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_TIMER_RANDOM_INITIAL_STATE, 123456789);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_XOSHIRO_RANDOM_GENERATOR, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_CSPRNG_ENABLED, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_HARDWARE_DEVICE_CS_GENERATOR, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_SETTINGS, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_SETTINGS_LOG_LEVEL_DEFAULT, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_SETTINGS_LOG_LEVEL, 3);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_SETTINGS_DYNAMIC_HANDLERS, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_SETTINGS_NVS, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_SETTINGS_NVS_SECTOR_SIZE_MULT, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_SETTINGS_NVS_SECTOR_COUNT, 8);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_FLASH_MAP, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_COVERAGE_GCOV_HEAP_SIZE, 16384);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_TOOLCHAIN_ZEPHYR_0_16, 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_LINKER_ORPHAN_SECTION_WARN, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_FLASH_LOAD_SIZE, 0x0);
+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_USE_RELAX, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_LINKER_ITERABLE_SUBALIGN, 4);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_LINKER_DEVNULL_SUPPORT, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_STD_C99, 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_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_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_EXPERIMENTAL, 1);
+GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_ENFORCE_ZEPHYR_STDINT, 1);
+
+GEN_ABS_SYM_END
diff --git a/build/zephyr/misc/generated/struct_tags.json b/build/zephyr/misc/generated/struct_tags.json
new file mode 100644
index 0000000000000000000000000000000000000000..0c060f2ebf6d87bfe21096f3f1a85fdec65afd73
--- /dev/null
+++ b/build/zephyr/misc/generated/struct_tags.json
@@ -0,0 +1,89 @@
+{
+    "__net_socket": [
+        "modem_socket",
+        "net_context",
+        "dispatcher_context",
+        "spair",
+        "net_mgmt_socket",
+        "tls_context",
+        "websocket_context"
+    ],
+    "__subsystem": [
+        "adc_driver_api",
+        "entropy_driver_api",
+        "flash_driver_api",
+        "gpio_driver_api",
+        "i2c_driver_api",
+        "i2c_target_driver_api",
+        "sensor_driver_api",
+        "uart_driver_api",
+        "spi_driver_api",
+        "shared_irq_driver_api",
+        "crypto_driver_api",
+        "auxdisplay_driver_api",
+        "bbram_driver_api",
+        "can_driver_api",
+        "cellular_driver_api",
+        "charger_driver_api",
+        "clock_control_driver_api",
+        "coredump_driver_api",
+        "counter_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",
+        "espi_driver_api",
+        "espi_saf_driver_api",
+        "fpga_driver_api",
+        "fuel_gauge_driver_api",
+        "gnss_driver_api",
+        "hwspinlock_driver_api",
+        "i2s_driver_api",
+        "i3c_driver_api",
+        "ipm_driver_api",
+        "kscan_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",
+        "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",
+        "smbus_driver_api",
+        "syscon_driver_api",
+        "video_driver_api",
+        "w1_driver_api",
+        "wdt_driver_api",
+        "can_transceiver_driver_api",
+        "uart_mux_driver_api",
+        "i3c_target_driver_api",
+        "its_driver_api",
+        "vtd_driver_api",
+        "tgpio_driver_api",
+        "pcie_ctrl_driver_api",
+        "pcie_ep_driver_api",
+        "svc_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/build/zephyr/misc/generated/syscalls.json b/build/zephyr/misc/generated/syscalls.json
new file mode 100644
index 0000000000000000000000000000000000000000..1435431f135a0f5680ca8a5f046ed8f3345a8521
--- /dev/null
+++ b/build/zephyr/misc/generated/syscalls.json
@@ -0,0 +1,4242 @@
+[
+    [
+        [
+            "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,\n\t\t\t\tsize_t nitems, FILE *ZRESTRICT stream"
+        ],
+        "libc-hooks.h",
+        true
+    ],
+    [
+        [
+            "int __posix_clock_get_base",
+            "clockid_t clock_id, struct timespec *ts"
+        ],
+        "posix_clock.h",
+        true
+    ],
+    [
+        [
+            "int z_sys_mutex_kernel_lock",
+            "struct sys_mutex *mutex,\n\t\t\t\t      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,\n\t\t\t\t\t const char *fmt"
+        ],
+        "log_msg.h",
+        true
+    ],
+    [
+        [
+            "void z_log_msg_simple_create_1",
+            "const void *source, uint32_t level,\n\t\t\t\t\t const char *fmt, uint32_t arg"
+        ],
+        "log_msg.h",
+        true
+    ],
+    [
+        [
+            "void z_log_msg_simple_create_2",
+            "const void *source, uint32_t level,\n\t\t\t\t\t const char *fmt, uint32_t arg0, uint32_t arg1"
+        ],
+        "log_msg.h",
+        true
+    ],
+    [
+        [
+            "void z_log_msg_static_create",
+            "const void *source,\n\t\t\t\t\tconst struct log_msg_desc desc,\n\t\t\t\t\tuint8_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,\n\t\t\t\t  uint32_t domain_id, int16_t source_id,\n\t\t\t\t  uint32_t level"
+        ],
+        "log_ctrl.h",
+        true
+    ],
+    [
+        [
+            "uint32_t log_frontend_filter_set",
+            "int16_t source_id, uint32_t level"
+        ],
+        "log_ctrl.h",
+        true
+    ],
+    [
+        [
+            "void sys_rand_get",
+            "void *dst, size_t len"
+        ],
+        "random.h",
+        true
+    ],
+    [
+        [
+            "int sys_csrand_get",
+            "void *dst, size_t len"
+        ],
+        "random.h",
+        true
+    ],
+    [
+        [
+            "int adc_channel_setup",
+            "const struct device *dev,\n\t\t\t\tconst struct adc_channel_cfg *channel_cfg"
+        ],
+        "adc.h",
+        true
+    ],
+    [
+        [
+            "int adc_read",
+            "const struct device *dev,\n\t\t       const struct adc_sequence *sequence"
+        ],
+        "adc.h",
+        true
+    ],
+    [
+        [
+            "int adc_read_async",
+            "const struct device *dev,\n\t\t\t     const struct adc_sequence *sequence,\n\t\t\t     struct k_poll_signal *async"
+        ],
+        "adc.h",
+        true
+    ],
+    [
+        [
+            "int entropy_get_entropy",
+            "const struct device *dev,\n\t\t\t\t  uint8_t *buffer,\n\t\t\t\t  uint16_t length"
+        ],
+        "entropy.h",
+        true
+    ],
+    [
+        [
+            "int flash_read",
+            "const struct device *dev, off_t offset, void *data,\n\t\t\t size_t len"
+        ],
+        "flash.h",
+        true
+    ],
+    [
+        [
+            "int flash_write",
+            "const struct device *dev, off_t offset,\n\t\t\t  const void *data,\n\t\t\t  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_page_info_by_offs",
+            "const struct device *dev,\n\t\t\t\t\t  off_t offset,\n\t\t\t\t\t  struct flash_pages_info *info"
+        ],
+        "flash.h",
+        true
+    ],
+    [
+        [
+            "int flash_get_page_info_by_idx",
+            "const struct device *dev,\n\t\t\t\t\t uint32_t page_index,\n\t\t\t\t\t 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,\n\t\t\t      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,\n\t\t\t  const uintptr_t in, void *out"
+        ],
+        "flash.h",
+        true
+    ],
+    [
+        [
+            "int gpio_pin_interrupt_configure",
+            "const struct device *port,\n\t\t\t\t\t   gpio_pin_t pin,\n\t\t\t\t\t   gpio_flags_t flags"
+        ],
+        "gpio.h",
+        true
+    ],
+    [
+        [
+            "int gpio_pin_configure",
+            "const struct device *port,\n\t\t\t\t gpio_pin_t pin,\n\t\t\t\t gpio_flags_t flags"
+        ],
+        "gpio.h",
+        true
+    ],
+    [
+        [
+            "int gpio_port_get_direction",
+            "const struct device *port, gpio_port_pins_t map,\n\t\t\t\t      gpio_port_pins_t *inputs, gpio_port_pins_t *outputs"
+        ],
+        "gpio.h",
+        true
+    ],
+    [
+        [
+            "int gpio_pin_get_config",
+            "const struct device *port, gpio_pin_t pin,\n\t\t\t\t  gpio_flags_t *flags"
+        ],
+        "gpio.h",
+        true
+    ],
+    [
+        [
+            "int gpio_port_get_raw",
+            "const struct device *port,\n\t\t\t\tgpio_port_value_t *value"
+        ],
+        "gpio.h",
+        true
+    ],
+    [
+        [
+            "int gpio_port_set_masked_raw",
+            "const struct device *port,\n\t\t\t\t       gpio_port_pins_t mask,\n\t\t\t\t       gpio_port_value_t value"
+        ],
+        "gpio.h",
+        true
+    ],
+    [
+        [
+            "int gpio_port_set_bits_raw",
+            "const struct device *port,\n\t\t\t\t     gpio_port_pins_t pins"
+        ],
+        "gpio.h",
+        true
+    ],
+    [
+        [
+            "int gpio_port_clear_bits_raw",
+            "const struct device *port,\n\t\t\t\t       gpio_port_pins_t pins"
+        ],
+        "gpio.h",
+        true
+    ],
+    [
+        [
+            "int gpio_port_toggle_bits",
+            "const struct device *port,\n\t\t\t\t    gpio_port_pins_t pins"
+        ],
+        "gpio.h",
+        true
+    ],
+    [
+        [
+            "int gpio_get_pending_int",
+            "const struct device *dev"
+        ],
+        "gpio.h",
+        true
+    ],
+    [
+        [
+            "int i2c_configure",
+            "const struct device *dev, uint32_t dev_config"
+        ],
+        "i2c.h",
+        true
+    ],
+    [
+        [
+            "int i2c_get_config",
+            "const struct device *dev, uint32_t *dev_config"
+        ],
+        "i2c.h",
+        true
+    ],
+    [
+        [
+            "int i2c_transfer",
+            "const struct device *dev,\n\t\t\t   struct i2c_msg *msgs, uint8_t num_msgs,\n\t\t\t   uint16_t addr"
+        ],
+        "i2c.h",
+        true
+    ],
+    [
+        [
+            "int i2c_recover_bus",
+            "const struct device *dev"
+        ],
+        "i2c.h",
+        true
+    ],
+    [
+        [
+            "int i2c_target_driver_register",
+            "const struct device *dev"
+        ],
+        "i2c.h",
+        true
+    ],
+    [
+        [
+            "int i2c_target_driver_unregister",
+            "const struct device *dev"
+        ],
+        "i2c.h",
+        true
+    ],
+    [
+        [
+            "int sensor_attr_set",
+            "const struct device *dev,\n\t\t\t      enum sensor_channel chan,\n\t\t\t      enum sensor_attribute attr,\n\t\t\t      const struct sensor_value *val"
+        ],
+        "sensor.h",
+        true
+    ],
+    [
+        [
+            "int sensor_attr_get",
+            "const struct device *dev,\n\t\t\t      enum sensor_channel chan,\n\t\t\t      enum sensor_attribute attr,\n\t\t\t      struct sensor_value *val"
+        ],
+        "sensor.h",
+        true
+    ],
+    [
+        [
+            "int sensor_sample_fetch",
+            "const struct device *dev"
+        ],
+        "sensor.h",
+        true
+    ],
+    [
+        [
+            "int sensor_sample_fetch_chan",
+            "const struct device *dev,\n\t\t\t\t       enum sensor_channel type"
+        ],
+        "sensor.h",
+        true
+    ],
+    [
+        [
+            "int sensor_channel_get",
+            "const struct device *dev,\n\t\t\t\t enum sensor_channel chan,\n\t\t\t\t struct sensor_value *val"
+        ],
+        "sensor.h",
+        true
+    ],
+    [
+        [
+            "int sensor_get_decoder",
+            "const struct device *dev,\n\t\t\t\t const struct sensor_decoder_api **decoder"
+        ],
+        "sensor.h",
+        true
+    ],
+    [
+        [
+            "int sensor_reconfigure_read_iodev",
+            "struct rtio_iodev *iodev, const struct device *sensor,\n\t\t\t\t\t    const struct sensor_chan_spec *channels,\n\t\t\t\t\t    size_t num_channels"
+        ],
+        "sensor.h",
+        true
+    ],
+    [
+        [
+            "int uart_err_check",
+            "const struct device *dev"
+        ],
+        "uart.h",
+        true
+    ],
+    [
+        [
+            "int uart_poll_in",
+            "const struct device *dev, unsigned char *p_char"
+        ],
+        "uart.h",
+        true
+    ],
+    [
+        [
+            "int uart_poll_in_u16",
+            "const struct device *dev, uint16_t *p_u16"
+        ],
+        "uart.h",
+        true
+    ],
+    [
+        [
+            "void uart_poll_out",
+            "const struct device *dev,\n\t\t\t     unsigned char out_char"
+        ],
+        "uart.h",
+        true
+    ],
+    [
+        [
+            "void uart_poll_out_u16",
+            "const struct device *dev, uint16_t out_u16"
+        ],
+        "uart.h",
+        true
+    ],
+    [
+        [
+            "int uart_configure",
+            "const struct device *dev,\n\t\t\t     const struct uart_config *cfg"
+        ],
+        "uart.h",
+        true
+    ],
+    [
+        [
+            "int uart_config_get",
+            "const struct device *dev,\n\t\t\t      struct uart_config *cfg"
+        ],
+        "uart.h",
+        true
+    ],
+    [
+        [
+            "void uart_irq_tx_enable",
+            "const struct device *dev"
+        ],
+        "uart.h",
+        true
+    ],
+    [
+        [
+            "void uart_irq_tx_disable",
+            "const struct device *dev"
+        ],
+        "uart.h",
+        true
+    ],
+    [
+        [
+            "void uart_irq_rx_enable",
+            "const struct device *dev"
+        ],
+        "uart.h",
+        true
+    ],
+    [
+        [
+            "void uart_irq_rx_disable",
+            "const struct device *dev"
+        ],
+        "uart.h",
+        true
+    ],
+    [
+        [
+            "void uart_irq_err_enable",
+            "const struct device *dev"
+        ],
+        "uart.h",
+        true
+    ],
+    [
+        [
+            "void uart_irq_err_disable",
+            "const struct device *dev"
+        ],
+        "uart.h",
+        true
+    ],
+    [
+        [
+            "int uart_irq_is_pending",
+            "const struct device *dev"
+        ],
+        "uart.h",
+        true
+    ],
+    [
+        [
+            "int uart_irq_update",
+            "const struct device *dev"
+        ],
+        "uart.h",
+        true
+    ],
+    [
+        [
+            "int uart_tx",
+            "const struct device *dev, const uint8_t *buf,\n\t\t      size_t len,\n\t\t      int32_t timeout"
+        ],
+        "uart.h",
+        true
+    ],
+    [
+        [
+            "int uart_tx_u16",
+            "const struct device *dev, const uint16_t *buf,\n\t\t\t  size_t len, int32_t timeout"
+        ],
+        "uart.h",
+        true
+    ],
+    [
+        [
+            "int uart_tx_abort",
+            "const struct device *dev"
+        ],
+        "uart.h",
+        true
+    ],
+    [
+        [
+            "int uart_rx_enable",
+            "const struct device *dev, uint8_t *buf,\n\t\t\t     size_t len,\n\t\t\t     int32_t timeout"
+        ],
+        "uart.h",
+        true
+    ],
+    [
+        [
+            "int uart_rx_enable_u16",
+            "const struct device *dev, uint16_t *buf,\n\t\t\t\t size_t len, int32_t timeout"
+        ],
+        "uart.h",
+        true
+    ],
+    [
+        [
+            "int uart_rx_disable",
+            "const struct device *dev"
+        ],
+        "uart.h",
+        true
+    ],
+    [
+        [
+            "int uart_line_ctrl_set",
+            "const struct device *dev,\n\t\t\t\t uint32_t ctrl, uint32_t val"
+        ],
+        "uart.h",
+        true
+    ],
+    [
+        [
+            "int uart_line_ctrl_get",
+            "const struct device *dev, uint32_t ctrl,\n\t\t\t\t uint32_t *val"
+        ],
+        "uart.h",
+        true
+    ],
+    [
+        [
+            "int uart_drv_cmd",
+            "const struct device *dev, uint32_t cmd, uint32_t p"
+        ],
+        "uart.h",
+        true
+    ],
+    [
+        [
+            "int spi_transceive",
+            "const struct device *dev,\n\t\t\t     const struct spi_config *config,\n\t\t\t     const struct spi_buf_set *tx_bufs,\n\t\t\t     const struct spi_buf_set *rx_bufs"
+        ],
+        "spi.h",
+        true
+    ],
+    [
+        [
+            "int spi_release",
+            "const struct device *dev,\n\t\t\t  const struct spi_config *config"
+        ],
+        "spi.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
+    ],
+    [
+        [
+            "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,\n\t\t\t\t  k_thread_stack_t *stack,\n\t\t\t\t  size_t stack_size,\n\t\t\t\t  k_thread_entry_t entry,\n\t\t\t\t  void *p1, void *p2, void *p3,\n\t\t\t\t  int prio, uint32_t options, k_timeout_t delay"
+        ],
+        "kernel.h",
+        true
+    ],
+    [
+        [
+            "int k_thread_stack_space_get",
+            "const struct k_thread *thread,\n\t\t\t\t       size_t *unused_ptr"
+        ],
+        "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
+    ],
+    [
+        [
+            "void k_thread_start",
+            "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_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,\n\t\t\t\t size_t size"
+        ],
+        "kernel.h",
+        true
+    ],
+    [
+        [
+            "void k_timer_start",
+            "struct k_timer *timer,\n\t\t\t     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,\n\t\t\t   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,\n\t\t\t\t  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,\n\t\t\t\tbool reset, k_timeout_t timeout"
+        ],
+        "kernel.h",
+        true
+    ],
+    [
+        [
+            "uint32_t k_event_wait_all",
+            "struct k_event *event, uint32_t events,\n\t\t\t\t    bool reset, k_timeout_t timeout"
+        ],
+        "kernel.h",
+        true
+    ],
+    [
+        [
+            "int32_t k_stack_alloc_init",
+            "struct k_stack *stack,\n\t\t\t\t   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,\n\t\t\t  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,\n\t\t\t     k_timeout_t timeout"
+        ],
+        "kernel.h",
+        true
+    ],
+    [
+        [
+            "int k_sem_init",
+            "struct k_sem *sem, unsigned int initial_count,\n\t\t\t  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,\n\t\t\t\tuint32_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_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,\n\t\t\t\t struct k_msgq_attrs *attrs"
+        ],
+        "kernel.h",
+        true
+    ],
+    [
+        [
+            "uint32_t k_msgq_num_used_get",
+            "struct k_msgq *msgq"
+        ],
+        "kernel.h",
+        true
+    ],
+    [
+        [
+            "int k_pipe_alloc_init",
+            "struct k_pipe *pipe, size_t size"
+        ],
+        "kernel.h",
+        true
+    ],
+    [
+        [
+            "int k_pipe_put",
+            "struct k_pipe *pipe, const void *data,\n\t\t\t size_t bytes_to_write, size_t *bytes_written,\n\t\t\t size_t min_xfer, k_timeout_t timeout"
+        ],
+        "kernel.h",
+        true
+    ],
+    [
+        [
+            "int k_pipe_get",
+            "struct k_pipe *pipe, void *data,\n\t\t\t size_t bytes_to_read, size_t *bytes_read,\n\t\t\t size_t min_xfer, k_timeout_t timeout"
+        ],
+        "kernel.h",
+        true
+    ],
+    [
+        [
+            "size_t k_pipe_read_avail",
+            "struct k_pipe *pipe"
+        ],
+        "kernel.h",
+        true
+    ],
+    [
+        [
+            "size_t k_pipe_write_avail",
+            "struct k_pipe *pipe"
+        ],
+        "kernel.h",
+        true
+    ],
+    [
+        [
+            "void k_pipe_flush",
+            "struct k_pipe *pipe"
+        ],
+        "kernel.h",
+        true
+    ],
+    [
+        [
+            "void k_pipe_buffer_flush",
+            "struct k_pipe *pipe"
+        ],
+        "kernel.h",
+        true
+    ],
+    [
+        [
+            "int k_poll",
+            "struct k_poll_event *events, int num_events,\n\t\t     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,\n\t\t\t\t   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,\n\t\t\t\t     struct k_thread *thread"
+        ],
+        "kobject.h",
+        true
+    ],
+    [
+        [
+            "void k_object_release",
+            "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
+    ],
+    [
+        [
+            "int sys_clock_hw_cycles_per_sec_runtime_get",
+            "void"
+        ],
+        "time_units.h",
+        true
+    ],
+    [
+        [
+            "int *z_errno",
+            "void"
+        ],
+        "errno_private.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 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,\n\t\t\t\t\t    bool enabled"
+        ],
+        "auxdisplay.h",
+        false
+    ],
+    [
+        [
+            "int auxdisplay_position_blinking_set_enabled",
+            "const struct device *dev,\n\t\t\t\t\t\t       bool enabled"
+        ],
+        "auxdisplay.h",
+        false
+    ],
+    [
+        [
+            "int auxdisplay_cursor_shift_set",
+            "const struct device *dev,\n\t\t\t\t\t  uint8_t direction, bool display_shift"
+        ],
+        "auxdisplay.h",
+        false
+    ],
+    [
+        [
+            "int auxdisplay_cursor_position_set",
+            "const struct device *dev,\n\t\t\t\t\t     enum auxdisplay_position type,\n\t\t\t\t\t     int16_t x, int16_t y"
+        ],
+        "auxdisplay.h",
+        false
+    ],
+    [
+        [
+            "int auxdisplay_cursor_position_get",
+            "const struct device *dev,\n\t\t\t\t\t     int16_t *x, int16_t *y"
+        ],
+        "auxdisplay.h",
+        false
+    ],
+    [
+        [
+            "int auxdisplay_display_position_set",
+            "const struct device *dev,\n\t\t\t\t\t      enum auxdisplay_position type,\n\t\t\t\t\t      int16_t x, int16_t y"
+        ],
+        "auxdisplay.h",
+        false
+    ],
+    [
+        [
+            "int auxdisplay_display_position_get",
+            "const struct device *dev,\n\t\t\t\t\t      int16_t *x, int16_t *y"
+        ],
+        "auxdisplay.h",
+        false
+    ],
+    [
+        [
+            "int auxdisplay_capabilities_get",
+            "const struct device *dev,\n\t\t\t\t\t  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,\n\t\t\t\t\tuint8_t *brightness"
+        ],
+        "auxdisplay.h",
+        false
+    ],
+    [
+        [
+            "int auxdisplay_brightness_set",
+            "const struct device *dev,\n\t\t\t\t\tuint8_t brightness"
+        ],
+        "auxdisplay.h",
+        false
+    ],
+    [
+        [
+            "int auxdisplay_backlight_get",
+            "const struct device *dev,\n\t\t\t\t       uint8_t *backlight"
+        ],
+        "auxdisplay.h",
+        false
+    ],
+    [
+        [
+            "int auxdisplay_backlight_set",
+            "const struct device *dev,\n\t\t\t\t       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,\n\t\t\t\t\t      struct auxdisplay_character *character"
+        ],
+        "auxdisplay.h",
+        false
+    ],
+    [
+        [
+            "int auxdisplay_write",
+            "const struct device *dev, const uint8_t *data,\n\t\t\t       uint16_t len"
+        ],
+        "auxdisplay.h",
+        false
+    ],
+    [
+        [
+            "int auxdisplay_custom_command",
+            "const struct device *dev,\n\t\t\t\t\tstruct 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,\n\t\t\t uint8_t *data"
+        ],
+        "bbram.h",
+        false
+    ],
+    [
+        [
+            "int bbram_write",
+            "const struct device *dev, size_t offset, size_t size,\n\t\t\t  const uint8_t *data"
+        ],
+        "bbram.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,\n\t\t\t      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,\n\t\t\t\t   uint32_t bitrate, uint16_t sample_pnt"
+        ],
+        "can.h",
+        false
+    ],
+    [
+        [
+            "int can_set_timing_data",
+            "const struct device *dev,\n\t\t\t\t  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,\n\t\t\t     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,\n\t\t       k_timeout_t timeout, can_tx_callback_t callback,\n\t\t       void *user_data"
+        ],
+        "can.h",
+        false
+    ],
+    [
+        [
+            "int can_add_rx_filter_msgq",
+            "const struct device *dev, struct k_msgq *msgq,\n\t\t\t\t     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,\n\t\t\t    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,\n\t\t\t       union charger_propval *val"
+        ],
+        "charger.h",
+        false
+    ],
+    [
+        [
+            "int charger_set_prop",
+            "const struct device *dev, const charger_prop_t prop,\n\t\t\t       const union charger_propval *val"
+        ],
+        "charger.h",
+        false
+    ],
+    [
+        [
+            "int charger_charge_enable",
+            "const struct device *dev, const bool enable"
+        ],
+        "charger.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
+    ],
+    [
+        [
+            "uint32_t counter_us_to_ticks",
+            "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
+    ],
+    [
+        [
+            "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_get_value_64",
+            "const struct device *dev, uint64_t *ticks"
+        ],
+        "counter.h",
+        false
+    ],
+    [
+        [
+            "int counter_set_channel_alarm",
+            "const struct device *dev,\n\t\t\t\t\tuint8_t chan_id,\n\t\t\t\t\tconst struct counter_alarm_cfg *alarm_cfg"
+        ],
+        "counter.h",
+        false
+    ],
+    [
+        [
+            "int counter_cancel_channel_alarm",
+            "const struct device *dev,\n\t\t\t\t\t   uint8_t chan_id"
+        ],
+        "counter.h",
+        false
+    ],
+    [
+        [
+            "int counter_set_top_value",
+            "const struct device *dev,\n\t\t\t\t    const struct counter_top_cfg *cfg"
+        ],
+        "counter.h",
+        false
+    ],
+    [
+        [
+            "int 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,\n\t\t\t\t\tuint32_t ticks,\n\t\t\t\t\tuint32_t flags"
+        ],
+        "counter.h",
+        false
+    ],
+    [
+        [
+            "uint32_t counter_get_guard_period",
+            "const struct device *dev,\n\t\t\t\t\t    uint32_t flags"
+        ],
+        "counter.h",
+        false
+    ],
+    [
+        [
+            "int dac_channel_setup",
+            "const struct device *dev,\n\t\t\t\tconst struct dac_channel_cfg *channel_cfg"
+        ],
+        "dac.h",
+        false
+    ],
+    [
+        [
+            "int dac_write_value",
+            "const struct device *dev, uint8_t channel,\n\t\t\t      uint32_t value"
+        ],
+        "dac.h",
+        false
+    ],
+    [
+        [
+            "int dma_start",
+            "const struct device *dev, uint32_t channel"
+        ],
+        "dma.h",
+        false
+    ],
+    [
+        [
+            "int dma_stop",
+            "const struct device *dev, uint32_t channel"
+        ],
+        "dma.h",
+        false
+    ],
+    [
+        [
+            "int dma_suspend",
+            "const struct device *dev, uint32_t channel"
+        ],
+        "dma.h",
+        false
+    ],
+    [
+        [
+            "int dma_resume",
+            "const struct device *dev, uint32_t channel"
+        ],
+        "dma.h",
+        false
+    ],
+    [
+        [
+            "int dma_request_channel",
+            "const struct device *dev,\n\t\t\t\t  void *filter_param"
+        ],
+        "dma.h",
+        false
+    ],
+    [
+        [
+            "void dma_release_channel",
+            "const struct device *dev,\n\t\t\t\t   uint32_t channel"
+        ],
+        "dma.h",
+        false
+    ],
+    [
+        [
+            "int dma_chan_filter",
+            "const struct device *dev,\n\t\t\t\t   int channel, void *filter_param"
+        ],
+        "dma.h",
+        false
+    ],
+    [
+        [
+            "int eeprom_read",
+            "const struct device *dev, off_t offset, void *data,\n\t\t\t  size_t len"
+        ],
+        "eeprom.h",
+        false
+    ],
+    [
+        [
+            "int eeprom_write",
+            "const struct device *dev, off_t offset,\n\t\t\t   const void *data,\n\t\t\t   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 espi_config",
+            "const struct device *dev, struct espi_cfg *cfg"
+        ],
+        "espi.h",
+        false
+    ],
+    [
+        [
+            "bool espi_get_channel_status",
+            "const struct device *dev,\n\t\t\t\t       enum espi_channel ch"
+        ],
+        "espi.h",
+        false
+    ],
+    [
+        [
+            "int espi_read_request",
+            "const struct device *dev,\n\t\t\t\tstruct espi_request_packet *req"
+        ],
+        "espi.h",
+        false
+    ],
+    [
+        [
+            "int espi_write_request",
+            "const struct device *dev,\n\t\t\t\t struct espi_request_packet *req"
+        ],
+        "espi.h",
+        false
+    ],
+    [
+        [
+            "int espi_read_lpc_request",
+            "const struct device *dev,\n\t\t\t\t    enum lpc_peripheral_opcode op,\n\t\t\t\t    uint32_t *data"
+        ],
+        "espi.h",
+        false
+    ],
+    [
+        [
+            "int espi_write_lpc_request",
+            "const struct device *dev,\n\t\t\t\t     enum lpc_peripheral_opcode op,\n\t\t\t\t     uint32_t *data"
+        ],
+        "espi.h",
+        false
+    ],
+    [
+        [
+            "int espi_send_vwire",
+            "const struct device *dev,\n\t\t\t      enum espi_vwire_signal signal,\n\t\t\t      uint8_t level"
+        ],
+        "espi.h",
+        false
+    ],
+    [
+        [
+            "int espi_receive_vwire",
+            "const struct device *dev,\n\t\t\t\t enum espi_vwire_signal signal,\n\t\t\t\t uint8_t *level"
+        ],
+        "espi.h",
+        false
+    ],
+    [
+        [
+            "int espi_send_oob",
+            "const struct device *dev,\n\t\t\t    struct espi_oob_packet *pckt"
+        ],
+        "espi.h",
+        false
+    ],
+    [
+        [
+            "int espi_receive_oob",
+            "const struct device *dev,\n\t\t\t       struct espi_oob_packet *pckt"
+        ],
+        "espi.h",
+        false
+    ],
+    [
+        [
+            "int espi_read_flash",
+            "const struct device *dev,\n\t\t\t      struct espi_flash_packet *pckt"
+        ],
+        "espi.h",
+        false
+    ],
+    [
+        [
+            "int espi_write_flash",
+            "const struct device *dev,\n\t\t\t       struct espi_flash_packet *pckt"
+        ],
+        "espi.h",
+        false
+    ],
+    [
+        [
+            "int espi_flash_erase",
+            "const struct device *dev,\n\t\t\t       struct espi_flash_packet *pckt"
+        ],
+        "espi.h",
+        false
+    ],
+    [
+        [
+            "int espi_saf_config",
+            "const struct device *dev,\n\t\t\t      const struct espi_saf_cfg *cfg"
+        ],
+        "espi_saf.h",
+        false
+    ],
+    [
+        [
+            "int espi_saf_set_protection_regions",
+            "\n\t\t\t\tconst struct device *dev,\n\t\t\t\tconst 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,\n\t\t\t\t  struct espi_saf_packet *pckt"
+        ],
+        "espi_saf.h",
+        false
+    ],
+    [
+        [
+            "int espi_saf_flash_write",
+            "const struct device *dev,\n\t\t\t\t   struct espi_saf_packet *pckt"
+        ],
+        "espi_saf.h",
+        false
+    ],
+    [
+        [
+            "int espi_saf_flash_erase",
+            "const struct device *dev,\n\t\t\t\t   struct espi_saf_packet *pckt"
+        ],
+        "espi_saf.h",
+        false
+    ],
+    [
+        [
+            "int espi_saf_flash_unsuccess",
+            "const struct device *dev,\n\t\t\t\t       struct espi_saf_packet *pckt"
+        ],
+        "espi_saf.h",
+        false
+    ],
+    [
+        [
+            "int fuel_gauge_get_prop",
+            "const struct device *dev, fuel_gauge_prop_t prop,\n\t\t\t\t  union fuel_gauge_prop_val *val"
+        ],
+        "fuel_gauge.h",
+        false
+    ],
+    [
+        [
+            "int fuel_gauge_get_props",
+            "const struct device *dev, fuel_gauge_prop_t *props,\n\t\t\t\t   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,\n\t\t\t\t  union fuel_gauge_prop_val val"
+        ],
+        "fuel_gauge.h",
+        false
+    ],
+    [
+        [
+            "int fuel_gauge_set_props",
+            "const struct device *dev, fuel_gauge_prop_t *props,\n\t\t\t\t   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,\n\t\t\t\t\t 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_periodic_config",
+            "const struct device *dev,\n\t\t\t\t       const struct gnss_periodic_config *config"
+        ],
+        "gnss.h",
+        false
+    ],
+    [
+        [
+            "int gnss_get_periodic_config",
+            "const struct device *dev,\n\t\t\t\t       struct gnss_periodic_config *config"
+        ],
+        "gnss.h",
+        false
+    ],
+    [
+        [
+            "int gnss_set_navigation_mode",
+            "const struct device *dev,\n\t\t\t\t       enum gnss_navigation_mode mode"
+        ],
+        "gnss.h",
+        false
+    ],
+    [
+        [
+            "int gnss_get_navigation_mode",
+            "const struct device *dev,\n\t\t\t\t       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
+    ],
+    [
+        [
+            "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 hwspinlock_trylock",
+            "const struct device *dev, uint32_t id"
+        ],
+        "hwspinlock.h",
+        false
+    ],
+    [
+        [
+            "void hwspinlock_lock",
+            "const struct device *dev, uint32_t id"
+        ],
+        "hwspinlock.h",
+        false
+    ],
+    [
+        [
+            "void hwspinlock_unlock",
+            "const struct device *dev, uint32_t id"
+        ],
+        "hwspinlock.h",
+        false
+    ],
+    [
+        [
+            "uint32_t hwspinlock_get_max_id",
+            "const struct device *dev"
+        ],
+        "hwspinlock.h",
+        false
+    ],
+    [
+        [
+            "int i2s_configure",
+            "const struct device *dev, enum i2s_dir dir,\n\t\t\t    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,\n\t\t\t  enum i2s_trigger_cmd cmd"
+        ],
+        "i2s.h",
+        false
+    ],
+    [
+        [
+            "int i3c_do_ccc",
+            "const struct device *dev,\n\t\t\t struct i3c_ccc_payload *payload"
+        ],
+        "i3c.h",
+        false
+    ],
+    [
+        [
+            "int i3c_transfer",
+            "struct i3c_device_desc *target,\n\t\t\t   struct i3c_msg *msgs, uint8_t num_msgs"
+        ],
+        "i3c.h",
+        false
+    ],
+    [
+        [
+            "int ipm_send",
+            "const struct device *ipmdev, int wait, uint32_t id,\n\t\t       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 kscan_config",
+            "const struct device *dev,\n\t\t\t     kscan_callback_t callback"
+        ],
+        "kscan.h",
+        false
+    ],
+    [
+        [
+            "int kscan_enable_callback",
+            "const struct device *dev"
+        ],
+        "kscan.h",
+        false
+    ],
+    [
+        [
+            "int kscan_disable_callback",
+            "const struct device *dev"
+        ],
+        "kscan.h",
+        false
+    ],
+    [
+        [
+            "int led_blink",
+            "const struct device *dev, uint32_t led,\n\t\t\t    uint32_t delay_on, uint32_t delay_off"
+        ],
+        "led.h",
+        false
+    ],
+    [
+        [
+            "int led_get_info",
+            "const struct device *dev, uint32_t led,\n\t\t\t   const struct led_info **info"
+        ],
+        "led.h",
+        false
+    ],
+    [
+        [
+            "int led_set_brightness",
+            "const struct device *dev, uint32_t led,\n\t\t\t\t     uint8_t value"
+        ],
+        "led.h",
+        false
+    ],
+    [
+        [
+            "int led_write_channels",
+            "const struct device *dev,\n\t\t\t\t uint32_t start_channel,\n\t\t\t\t uint32_t num_channels, const uint8_t *buf"
+        ],
+        "led.h",
+        false
+    ],
+    [
+        [
+            "int led_set_channel",
+            "const struct device *dev,\n\t\t\t      uint32_t channel, uint8_t value"
+        ],
+        "led.h",
+        false
+    ],
+    [
+        [
+            "int led_set_color",
+            "const struct device *dev, uint32_t led,\n\t\t\t    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,\n\t\t\tconst 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,\n\t\t\t       mbox_channel_id_t channel_id, bool enabled"
+        ],
+        "mbox.h",
+        false
+    ],
+    [
+        [
+            "uint32_t mbox_max_channels_get",
+            "const struct device *dev"
+        ],
+        "mbox.h",
+        false
+    ],
+    [
+        [
+            "void mdio_bus_enable",
+            "const struct device *dev"
+        ],
+        "mdio.h",
+        false
+    ],
+    [
+        [
+            "void mdio_bus_disable",
+            "const struct device *dev"
+        ],
+        "mdio.h",
+        false
+    ],
+    [
+        [
+            "int mdio_read",
+            "const struct device *dev, uint8_t prtad, uint8_t regad,\n\t\t\tuint16_t *data"
+        ],
+        "mdio.h",
+        false
+    ],
+    [
+        [
+            "int mdio_write",
+            "const struct device *dev, uint8_t prtad, uint8_t regad,\n\t\t\t uint16_t data"
+        ],
+        "mdio.h",
+        false
+    ],
+    [
+        [
+            "int mdio_read_c45",
+            "const struct device *dev, uint8_t prtad,\n\t\t\t    uint8_t devad, uint16_t regad, uint16_t *data"
+        ],
+        "mdio.h",
+        false
+    ],
+    [
+        [
+            "int mdio_write_c45",
+            "const struct device *dev, uint8_t prtad,\n\t\t\t     uint8_t devad, uint16_t regad, uint16_t data"
+        ],
+        "mdio.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,\n\t\t\t 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,\n\t\t\t     uint32_t period, uint32_t pulse,\n\t\t\t     pwm_flags_t flags"
+        ],
+        "pwm.h",
+        false
+    ],
+    [
+        [
+            "int pwm_get_cycles_per_sec",
+            "const struct device *dev, uint32_t channel,\n\t\t\t\t     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,\n\t\t\t\t pwm_flags_t flags, uint32_t *period,\n\t\t\t\t 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,\n\t\t\t\tsize_t size"
+        ],
+        "retained_mem.h",
+        false
+    ],
+    [
+        [
+            "int retained_mem_write",
+            "const struct device *dev, off_t offset, const uint8_t *buffer,\n\t\t\t\t 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,\n\t\t\t\t\t     uint16_t *mask"
+        ],
+        "rtc.h",
+        false
+    ],
+    [
+        [
+            "int rtc_alarm_set_time",
+            "const struct device *dev, uint16_t id, uint16_t mask,\n\t\t\t\t const struct rtc_time *timeptr"
+        ],
+        "rtc.h",
+        false
+    ],
+    [
+        [
+            "int rtc_alarm_get_time",
+            "const struct device *dev, uint16_t id, uint16_t *mask,\n\t\t\t\t struct rtc_time *timeptr"
+        ],
+        "rtc.h",
+        false
+    ],
+    [
+        [
+            "int rtc_alarm_is_pending",
+            "const struct device *dev, uint16_t id"
+        ],
+        "rtc.h",
+        false
+    ],
+    [
+        [
+            "int rtc_alarm_set_callback",
+            "const struct device *dev, uint16_t id,\n\t\t\t\t     rtc_alarm_callback callback, void *user_data"
+        ],
+        "rtc.h",
+        false
+    ],
+    [
+        [
+            "int rtc_update_set_callback",
+            "const struct device *dev, rtc_update_callback callback,\n\t\t\t\t      void *user_data"
+        ],
+        "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,\n\t\t\t   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,\n\t\t\t\t  struct sdhc_host_props *props"
+        ],
+        "sdhc.h",
+        false
+    ],
+    [
+        [
+            "int sdhc_enable_interrupt",
+            "const struct device *dev,\n\t\t\t\t    sdhc_interrupt_cb_t callback,\n\t\t\t\t    int sources, void *user_data"
+        ],
+        "sdhc.h",
+        false
+    ],
+    [
+        [
+            "int sdhc_disable_interrupt",
+            "const struct device *dev, int sources"
+        ],
+        "sdhc.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,\n\t\t\t\t       struct smbus_callback *cb"
+        ],
+        "smbus.h",
+        false
+    ],
+    [
+        [
+            "int smbus_host_notify_remove_cb",
+            "const struct device *dev,\n\t\t\t\t\t  struct smbus_callback *cb"
+        ],
+        "smbus.h",
+        false
+    ],
+    [
+        [
+            "int smbus_quick",
+            "const struct device *dev, uint16_t addr,\n\t\t\t  enum smbus_direction direction"
+        ],
+        "smbus.h",
+        false
+    ],
+    [
+        [
+            "int smbus_byte_write",
+            "const struct device *dev, uint16_t addr,\n\t\t\t       uint8_t byte"
+        ],
+        "smbus.h",
+        false
+    ],
+    [
+        [
+            "int smbus_byte_read",
+            "const struct device *dev, uint16_t addr,\n\t\t\t      uint8_t *byte"
+        ],
+        "smbus.h",
+        false
+    ],
+    [
+        [
+            "int smbus_byte_data_write",
+            "const struct device *dev, uint16_t addr,\n\t\t\t\t    uint8_t cmd, uint8_t byte"
+        ],
+        "smbus.h",
+        false
+    ],
+    [
+        [
+            "int smbus_byte_data_read",
+            "const struct device *dev, uint16_t addr,\n\t\t\t\t   uint8_t cmd, uint8_t *byte"
+        ],
+        "smbus.h",
+        false
+    ],
+    [
+        [
+            "int smbus_word_data_write",
+            "const struct device *dev, uint16_t addr,\n\t\t\t\t    uint8_t cmd, uint16_t word"
+        ],
+        "smbus.h",
+        false
+    ],
+    [
+        [
+            "int smbus_word_data_read",
+            "const struct device *dev, uint16_t addr,\n\t\t\t\t   uint8_t cmd, uint16_t *word"
+        ],
+        "smbus.h",
+        false
+    ],
+    [
+        [
+            "int smbus_pcall",
+            "const struct device *dev, uint16_t addr,\n\t\t\t  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,\n\t\t\t\tuint8_t cmd, uint8_t count, uint8_t *buf"
+        ],
+        "smbus.h",
+        false
+    ],
+    [
+        [
+            "int smbus_block_read",
+            "const struct device *dev, uint16_t addr,\n\t\t\t       uint8_t cmd, uint8_t *count, uint8_t *buf"
+        ],
+        "smbus.h",
+        false
+    ],
+    [
+        [
+            "int smbus_block_pcall",
+            "const struct device *dev,\n\t\t\t\tuint16_t addr, uint8_t cmd,\n\t\t\t\tuint8_t snd_count, uint8_t *snd_buf,\n\t\t\t\tuint8_t *rcv_count, uint8_t *rcv_buf"
+        ],
+        "smbus.h",
+        false
+    ],
+    [
+        [
+            "int syscon_get_base",
+            "const struct device *dev, uintptr_t *addr"
+        ],
+        "syscon.h",
+        false
+    ],
+    [
+        [
+            "int syscon_read_reg",
+            "const struct device *dev, uint16_t reg, uint32_t *val"
+        ],
+        "syscon.h",
+        false
+    ],
+    [
+        [
+            "int syscon_write_reg",
+            "const struct device *dev, uint16_t reg, uint32_t val"
+        ],
+        "syscon.h",
+        false
+    ],
+    [
+        [
+            "int syscon_get_size",
+            "const struct device *dev, size_t *size"
+        ],
+        "syscon.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,\n\t\t\t     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,\n\t\t\t   enum w1_settings_type type, uint32_t value"
+        ],
+        "w1.h",
+        false
+    ],
+    [
+        [
+            "int w1_search_bus",
+            "const struct device *dev, uint8_t command,\n\t\t\t    uint8_t family, w1_search_callback_t callback,\n\t\t\t    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 device *uart_mux_find",
+            "int dlci_address"
+        ],
+        "uart_mux.h",
+        false
+    ],
+    [
+        [
+            "void *flash_simulator_get_memory",
+            "const struct device *dev,\n\t\t\t\t\t   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
+    ],
+    [
+        [
+            "ssize_t devmux_select_get",
+            "const struct device *dev"
+        ],
+        "devmux.h",
+        false
+    ],
+    [
+        [
+            "int devmux_select_set",
+            "struct device *dev, size_t index"
+        ],
+        "devmux.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,\n\t\t\t\t\t      uint32_t event_polarity"
+        ],
+        "timeaware_gpio.h",
+        false
+    ],
+    [
+        [
+            "int tgpio_pin_periodic_output",
+            "const struct device *dev, uint32_t pin,\n\t\t\t\t\t uint64_t start_time, uint64_t repeat_interval,\n\t\t\t\t\t bool periodic_enable"
+        ],
+        "timeaware_gpio.h",
+        false
+    ],
+    [
+        [
+            "int tgpio_pin_read_ts_ec",
+            "const struct device *dev, uint32_t pin, uint64_t *timestamp,\n\t\t\t\t    uint64_t *event_count"
+        ],
+        "timeaware_gpio.h",
+        false
+    ],
+    [
+        [
+            "int maxim_ds3231_req_syncpoint",
+            "const struct device *dev,\n\t\t\t\t\t struct k_poll_signal *signal"
+        ],
+        "maxim_ds3231.h",
+        false
+    ],
+    [
+        [
+            "int maxim_ds3231_get_syncpoint",
+            "const struct device *dev,\n\t\t\t\t\t struct maxim_ds3231_syncpoint *syncpoint"
+        ],
+        "maxim_ds3231.h",
+        false
+    ],
+    [
+        [
+            "void sip_supervisory_call",
+            "const struct device *dev, unsigned long function_id,\n\t\t\t\t    unsigned long arg0, unsigned long arg1, unsigned long arg2,\n\t\t\t\t    unsigned long arg3, unsigned long arg4, unsigned long arg5,\n\t\t\t\t    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,\n\t\t\t\t\t  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,\n\t\t\t\t\t\tuint32_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,\n\t\t\t\t\t    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,\n\t\t\t\t\t unsigned long *a1, unsigned long *a2, unsigned long *a3,\n\t\t\t\t\t unsigned long *a4, unsigned long *a5, unsigned long *a6,\n\t\t\t\t\t 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,\n\t\t\t\t\t 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,\n\t\t\t\t\t      struct sip_svc_request *request"
+        ],
+        "sip_svc_driver.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,\n\t\t\t\t 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,\n\t\t\t       uint32_t peer_id, uint16_t vector"
+        ],
+        "ivshmem.h",
+        false
+    ],
+    [
+        [
+            "int ivshmem_register_handler",
+            "const struct device *dev,\n\t\t\t\t       struct k_poll_signal *signal,\n\t\t\t\t       uint16_t vector"
+        ],
+        "ivshmem.h",
+        false
+    ],
+    [
+        [
+            "size_t ivshmem_get_rw_mem_section",
+            "const struct device *dev,\n\t\t\t\t\t    uintptr_t *memmap"
+        ],
+        "ivshmem.h",
+        false
+    ],
+    [
+        [
+            "size_t ivshmem_get_output_mem_section",
+            "const struct device *dev,\n\t\t\t\t\t\tuint32_t peer_id,\n\t\t\t\t\t\tuintptr_t *memmap"
+        ],
+        "ivshmem.h",
+        false
+    ],
+    [
+        [
+            "uint32_t ivshmem_get_state",
+            "const struct device *dev,\n\t\t\t\t     uint32_t peer_id"
+        ],
+        "ivshmem.h",
+        false
+    ],
+    [
+        [
+            "int ivshmem_set_state",
+            "const struct device *dev,\n\t\t\t\tuint32_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,\n\t\t\t\t\tbool enable"
+        ],
+        "ivshmem.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,\n\t\t\t\t   struct k_mem_paging_stats_t *stats"
+        ],
+        "demand_paging.h",
+        false
+    ],
+    [
+        [
+            "void k_mem_paging_histogram_eviction_get",
+            "\n\tstruct k_mem_paging_histogram_t *hist"
+        ],
+        "demand_paging.h",
+        false
+    ],
+    [
+        [
+            "void k_mem_paging_histogram_backing_store_page_in_get",
+            "\n\tstruct k_mem_paging_histogram_t *hist"
+        ],
+        "demand_paging.h",
+        false
+    ],
+    [
+        [
+            "void k_mem_paging_histogram_backing_store_page_out_get",
+            "\n\tstruct k_mem_paging_histogram_t *hist"
+        ],
+        "demand_paging.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
+    ],
+    [
+        [
+            "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 in6_addr *addr"
+        ],
+        "net_if.h",
+        false
+    ],
+    [
+        [
+            "bool net_if_ipv6_addr_add_by_index",
+            "int index,\n\t\t\t\t\t     struct in6_addr *addr,\n\t\t\t\t\t     enum net_addr_type addr_type,\n\t\t\t\t\t     uint32_t vlifetime"
+        ],
+        "net_if.h",
+        false
+    ],
+    [
+        [
+            "bool net_if_ipv6_addr_rm_by_index",
+            "int index,\n\t\t\t\t\t    const struct in6_addr *addr"
+        ],
+        "net_if.h",
+        false
+    ],
+    [
+        [
+            "int net_if_ipv4_addr_lookup_by_index",
+            "const struct in_addr *addr"
+        ],
+        "net_if.h",
+        false
+    ],
+    [
+        [
+            "bool net_if_ipv4_addr_add_by_index",
+            "int index,\n\t\t\t\t\t     struct in_addr *addr,\n\t\t\t\t\t     enum net_addr_type addr_type,\n\t\t\t\t\t     uint32_t vlifetime"
+        ],
+        "net_if.h",
+        false
+    ],
+    [
+        [
+            "bool net_if_ipv4_addr_rm_by_index",
+            "int index,\n\t\t\t\t\t    const struct in_addr *addr"
+        ],
+        "net_if.h",
+        false
+    ],
+    [
+        [
+            "bool net_if_ipv4_set_netmask_by_index",
+            "int index,\n\t\t\t\t\t\t\t     const struct in_addr *netmask"
+        ],
+        "net_if.h",
+        false
+    ],
+    [
+        [
+            "bool net_if_ipv4_set_netmask_by_addr_by_index",
+            "int index,\n\t\t\t\t\t\t\tconst struct in_addr *addr,\n\t\t\t\t\t\t\tconst struct in_addr *netmask"
+        ],
+        "net_if.h",
+        false
+    ],
+    [
+        [
+            "bool net_if_ipv4_set_gw_by_index",
+            "int index, const struct 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",
+            "sa_family_t family, const char *src, void *dst"
+        ],
+        "net_ip.h",
+        false
+    ],
+    [
+        [
+            "char *net_addr_ntop",
+            "sa_family_t family, const void *src,\n\t\t\t      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 sockaddr *addr,\n\t\t\t socklen_t addrlen"
+        ],
+        "socket.h",
+        false
+    ],
+    [
+        [
+            "int zsock_connect",
+            "int sock, const struct sockaddr *addr,\n\t\t\t    socklen_t addrlen"
+        ],
+        "socket.h",
+        false
+    ],
+    [
+        [
+            "int zsock_listen",
+            "int sock, int backlog"
+        ],
+        "socket.h",
+        false
+    ],
+    [
+        [
+            "int zsock_accept",
+            "int sock, struct sockaddr *addr, socklen_t *addrlen"
+        ],
+        "socket.h",
+        false
+    ],
+    [
+        [
+            "ssize_t zsock_sendto",
+            "int sock, const void *buf, size_t len,\n\t\t\t       int flags, const struct sockaddr *dest_addr,\n\t\t\t       socklen_t addrlen"
+        ],
+        "socket.h",
+        false
+    ],
+    [
+        [
+            "ssize_t zsock_sendmsg",
+            "int sock, const struct msghdr *msg,\n\t\t\t\tint flags"
+        ],
+        "socket.h",
+        false
+    ],
+    [
+        [
+            "ssize_t zsock_recvfrom",
+            "int sock, void *buf, size_t max_len,\n\t\t\t\t int flags, struct sockaddr *src_addr,\n\t\t\t\t socklen_t *addrlen"
+        ],
+        "socket.h",
+        false
+    ],
+    [
+        [
+            "ssize_t zsock_recvmsg",
+            "int sock, struct 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_poll",
+            "struct zsock_pollfd *fds, int nfds, int timeout"
+        ],
+        "socket.h",
+        false
+    ],
+    [
+        [
+            "int zsock_getsockopt",
+            "int sock, int level, int optname,\n\t\t\t       void *optval, socklen_t *optlen"
+        ],
+        "socket.h",
+        false
+    ],
+    [
+        [
+            "int zsock_setsockopt",
+            "int sock, int level, int optname,\n\t\t\t       const void *optval, socklen_t optlen"
+        ],
+        "socket.h",
+        false
+    ],
+    [
+        [
+            "int zsock_getpeername",
+            "int sock, struct sockaddr *addr,\n\t\t\t\tsocklen_t *addrlen"
+        ],
+        "socket.h",
+        false
+    ],
+    [
+        [
+            "int zsock_getsockname",
+            "int sock, struct sockaddr *addr,\n\t\t\t\tsocklen_t *addrlen"
+        ],
+        "socket.h",
+        false
+    ],
+    [
+        [
+            "int zsock_gethostname",
+            "char *buf, size_t len"
+        ],
+        "socket.h",
+        false
+    ],
+    [
+        [
+            "int zsock_inet_pton",
+            "sa_family_t family, const char *src, void *dst"
+        ],
+        "socket.h",
+        false
+    ],
+    [
+        [
+            "int z_zsock_getaddrinfo_internal",
+            "const char *host,\n\t\t\t\t\t   const char *service,\n\t\t\t\t\t   const struct zsock_addrinfo *hints,\n\t\t\t\t\t   struct zsock_addrinfo *res"
+        ],
+        "socket.h",
+        false
+    ],
+    [
+        [
+            "int zsock_select",
+            "int nfds, zsock_fd_set *readfds,\n\t\t\t   zsock_fd_set *writefds,\n\t\t\t   zsock_fd_set *exceptfds,\n\t\t\t   struct zsock_timeval *timeout"
+        ],
+        "socket_select.h",
+        false
+    ],
+    [
+        [
+            "int net_socket_service_register",
+            "const struct net_socket_service_desc *service,\n\t\t\t\t\t  struct zsock_pollfd *fds, int len, void *user_data"
+        ],
+        "socket_service.h",
+        false
+    ],
+    [
+        [
+            "int rtio_cqe_get_mempool_buffer",
+            "const struct rtio *r, struct rtio_cqe *cqe,\n\t\t\t\t\t  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,\n\t\t\t\t\t   struct rtio_sqe **handle, size_t sqe_count"
+        ],
+        "rtio.h",
+        false
+    ],
+    [
+        [
+            "int rtio_cqe_copy_out",
+            "struct rtio *r,\n\t\t\t\tstruct rtio_cqe *cqes,\n\t\t\t\tsize_t cqe_count,\n\t\t\t\tk_timeout_t timeout"
+        ],
+        "rtio.h",
+        false
+    ],
+    [
+        [
+            "int rtio_submit",
+            "struct rtio *r, uint32_t wait_count"
+        ],
+        "rtio.h",
+        false
+    ],
+    [
+        [
+            "bool atomic_cas",
+            "atomic_t *target, atomic_val_t old_value,\n\t\t\t atomic_val_t new_value"
+        ],
+        "atomic_c.h",
+        false
+    ],
+    [
+        [
+            "bool atomic_ptr_cas",
+            "atomic_ptr_t *target, atomic_ptr_val_t old_value,\n\t\t\t      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
+    ]
+]
\ No newline at end of file
diff --git a/build/zephyr/misc/generated/syscalls_file_list.txt b/build/zephyr/misc/generated/syscalls_file_list.txt
new file mode 100644
index 0000000000000000000000000000000000000000..e3f770717873867a65ee744418038488e2fca633
--- /dev/null
+++ b/build/zephyr/misc/generated/syscalls_file_list.txt
@@ -0,0 +1 @@
+/opt/ncs/zephyr/include/zephyr/sys/libc-hooks.h;/opt/ncs/zephyr/lib/posix/options/posix_clock.h;/opt/ncs/zephyr/include/zephyr/sys/mutex.h;/opt/ncs/zephyr/include/zephyr/logging/log_msg.h;/opt/ncs/zephyr/include/zephyr/logging/log_ctrl.h;/opt/ncs/zephyr/include/zephyr/random/random.h;/opt/ncs/zephyr/include/zephyr/drivers/adc.h;/opt/ncs/zephyr/include/zephyr/drivers/entropy.h;/opt/ncs/zephyr/include/zephyr/drivers/flash.h;/opt/ncs/zephyr/include/zephyr/drivers/gpio.h;/opt/ncs/zephyr/include/zephyr/drivers/i2c.h;/opt/ncs/zephyr/include/zephyr/drivers/sensor.h;/opt/ncs/zephyr/include/zephyr/drivers/uart.h;/opt/ncs/zephyr/include/zephyr/drivers/spi.h;/opt/ncs/zephyr/include/zephyr/device.h;/opt/ncs/zephyr/include/zephyr/kernel.h;/opt/ncs/zephyr/include/zephyr/sys/kobject.h;/opt/ncs/zephyr/include/zephyr/sys/time_units.h;/opt/ncs/zephyr/include/zephyr/sys/errno_private.h
\ No newline at end of file
diff --git a/build/zephyr/misc/generated/syscalls_links/include b/build/zephyr/misc/generated/syscalls_links/include
new file mode 120000
index 0000000000000000000000000000000000000000..a78de977e79e19f17f733e5dea1fd13c02f78f01
--- /dev/null
+++ b/build/zephyr/misc/generated/syscalls_links/include
@@ -0,0 +1 @@
+/opt/ncs/zephyr/include
\ No newline at end of file
diff --git a/build/zephyr/misc/generated/syscalls_links/include_zephyr b/build/zephyr/misc/generated/syscalls_links/include_zephyr
new file mode 120000
index 0000000000000000000000000000000000000000..15f8c8e7ad5029e8d918dce3800bff3ca46ea489
--- /dev/null
+++ b/build/zephyr/misc/generated/syscalls_links/include_zephyr
@@ -0,0 +1 @@
+/opt/ncs/zephyr/include/zephyr
\ No newline at end of file
diff --git a/build/zephyr/misc/generated/syscalls_links/include_zephyr_acpi b/build/zephyr/misc/generated/syscalls_links/include_zephyr_acpi
new file mode 120000
index 0000000000000000000000000000000000000000..34fb20352c40297e3da5bc11247a068f13395e4e
--- /dev/null
+++ b/build/zephyr/misc/generated/syscalls_links/include_zephyr_acpi
@@ -0,0 +1 @@
+/opt/ncs/zephyr/include/zephyr/acpi
\ No newline at end of file
diff --git a/build/zephyr/misc/generated/syscalls_links/include_zephyr_app_memory b/build/zephyr/misc/generated/syscalls_links/include_zephyr_app_memory
new file mode 120000
index 0000000000000000000000000000000000000000..db70c0a01132aa2f3b40626f3ba10b36a5ca1785
--- /dev/null
+++ b/build/zephyr/misc/generated/syscalls_links/include_zephyr_app_memory
@@ -0,0 +1 @@
+/opt/ncs/zephyr/include/zephyr/app_memory
\ No newline at end of file
diff --git a/build/zephyr/misc/generated/syscalls_links/include_zephyr_arch b/build/zephyr/misc/generated/syscalls_links/include_zephyr_arch
new file mode 120000
index 0000000000000000000000000000000000000000..a8bb078559c611dc3662910ee8101b13d5bfba48
--- /dev/null
+++ b/build/zephyr/misc/generated/syscalls_links/include_zephyr_arch
@@ -0,0 +1 @@
+/opt/ncs/zephyr/include/zephyr/arch
\ No newline at end of file
diff --git a/build/zephyr/misc/generated/syscalls_links/include_zephyr_arch_arc b/build/zephyr/misc/generated/syscalls_links/include_zephyr_arch_arc
new file mode 120000
index 0000000000000000000000000000000000000000..c28264b53eafecf17b10bc88022453fb57c23e8a
--- /dev/null
+++ b/build/zephyr/misc/generated/syscalls_links/include_zephyr_arch_arc
@@ -0,0 +1 @@
+/opt/ncs/zephyr/include/zephyr/arch/arc
\ No newline at end of file
diff --git a/build/zephyr/misc/generated/syscalls_links/include_zephyr_arch_arc_asm-compat b/build/zephyr/misc/generated/syscalls_links/include_zephyr_arch_arc_asm-compat
new file mode 120000
index 0000000000000000000000000000000000000000..0b58239bccc3977e9f855ebf58aaff95eb1f2e08
--- /dev/null
+++ b/build/zephyr/misc/generated/syscalls_links/include_zephyr_arch_arc_asm-compat
@@ -0,0 +1 @@
+/opt/ncs/zephyr/include/zephyr/arch/arc/asm-compat
\ No newline at end of file
diff --git a/build/zephyr/misc/generated/syscalls_links/include_zephyr_arch_arc_v2 b/build/zephyr/misc/generated/syscalls_links/include_zephyr_arch_arc_v2
new file mode 120000
index 0000000000000000000000000000000000000000..2c19a2609c815e301497d9aff9c9deb6b2f4f96c
--- /dev/null
+++ b/build/zephyr/misc/generated/syscalls_links/include_zephyr_arch_arc_v2
@@ -0,0 +1 @@
+/opt/ncs/zephyr/include/zephyr/arch/arc/v2
\ No newline at end of file
diff --git a/build/zephyr/misc/generated/syscalls_links/include_zephyr_arch_arc_v2_dsp b/build/zephyr/misc/generated/syscalls_links/include_zephyr_arch_arc_v2_dsp
new file mode 120000
index 0000000000000000000000000000000000000000..bc9c598c9a400fe3e429acd55957719b1137fd22
--- /dev/null
+++ b/build/zephyr/misc/generated/syscalls_links/include_zephyr_arch_arc_v2_dsp
@@ -0,0 +1 @@
+/opt/ncs/zephyr/include/zephyr/arch/arc/v2/dsp
\ No newline at end of file
diff --git a/build/zephyr/misc/generated/syscalls_links/include_zephyr_arch_arc_v2_mpu b/build/zephyr/misc/generated/syscalls_links/include_zephyr_arch_arc_v2_mpu
new file mode 120000
index 0000000000000000000000000000000000000000..16c62c2cd2a7a98f7a3a9866a4299586d2442cbc
--- /dev/null
+++ b/build/zephyr/misc/generated/syscalls_links/include_zephyr_arch_arc_v2_mpu
@@ -0,0 +1 @@
+/opt/ncs/zephyr/include/zephyr/arch/arc/v2/mpu
\ No newline at end of file
diff --git a/build/zephyr/misc/generated/syscalls_links/include_zephyr_arch_arc_v2_secureshield b/build/zephyr/misc/generated/syscalls_links/include_zephyr_arch_arc_v2_secureshield
new file mode 120000
index 0000000000000000000000000000000000000000..aa6846bcced4a3678671b99fdea55e6aed15e085
--- /dev/null
+++ b/build/zephyr/misc/generated/syscalls_links/include_zephyr_arch_arc_v2_secureshield
@@ -0,0 +1 @@
+/opt/ncs/zephyr/include/zephyr/arch/arc/v2/secureshield
\ No newline at end of file
diff --git a/build/zephyr/misc/generated/syscalls_links/include_zephyr_arch_arm b/build/zephyr/misc/generated/syscalls_links/include_zephyr_arch_arm
new file mode 120000
index 0000000000000000000000000000000000000000..9c8a83995e697946796b9f634a7818ae0a517d2e
--- /dev/null
+++ b/build/zephyr/misc/generated/syscalls_links/include_zephyr_arch_arm
@@ -0,0 +1 @@
+/opt/ncs/zephyr/include/zephyr/arch/arm
\ No newline at end of file
diff --git a/build/zephyr/misc/generated/syscalls_links/include_zephyr_arch_arm64 b/build/zephyr/misc/generated/syscalls_links/include_zephyr_arch_arm64
new file mode 120000
index 0000000000000000000000000000000000000000..e68fb728ee1e4cfcbbff9d324688979746a1fdd5
--- /dev/null
+++ b/build/zephyr/misc/generated/syscalls_links/include_zephyr_arch_arm64
@@ -0,0 +1 @@
+/opt/ncs/zephyr/include/zephyr/arch/arm64
\ No newline at end of file
diff --git a/build/zephyr/misc/generated/syscalls_links/include_zephyr_arch_arm64_cortex_r b/build/zephyr/misc/generated/syscalls_links/include_zephyr_arch_arm64_cortex_r
new file mode 120000
index 0000000000000000000000000000000000000000..426cfd018e7099a8f26d0e17eabc45d0cea16d63
--- /dev/null
+++ b/build/zephyr/misc/generated/syscalls_links/include_zephyr_arch_arm64_cortex_r
@@ -0,0 +1 @@
+/opt/ncs/zephyr/include/zephyr/arch/arm64/cortex_r
\ No newline at end of file
diff --git a/build/zephyr/misc/generated/syscalls_links/include_zephyr_arch_arm64_scripts b/build/zephyr/misc/generated/syscalls_links/include_zephyr_arch_arm64_scripts
new file mode 120000
index 0000000000000000000000000000000000000000..43b6b75a36ddaa9646b3c940c57d3a55567f2a4a
--- /dev/null
+++ b/build/zephyr/misc/generated/syscalls_links/include_zephyr_arch_arm64_scripts
@@ -0,0 +1 @@
+/opt/ncs/zephyr/include/zephyr/arch/arm64/scripts
\ No newline at end of file
diff --git a/build/zephyr/misc/generated/syscalls_links/include_zephyr_arch_arm_cortex_a_r b/build/zephyr/misc/generated/syscalls_links/include_zephyr_arch_arm_cortex_a_r
new file mode 120000
index 0000000000000000000000000000000000000000..1ea45834eda46501db441d86cc5a48b8504ad9ca
--- /dev/null
+++ b/build/zephyr/misc/generated/syscalls_links/include_zephyr_arch_arm_cortex_a_r
@@ -0,0 +1 @@
+/opt/ncs/zephyr/include/zephyr/arch/arm/cortex_a_r
\ No newline at end of file
diff --git a/build/zephyr/misc/generated/syscalls_links/include_zephyr_arch_arm_cortex_a_r_scripts b/build/zephyr/misc/generated/syscalls_links/include_zephyr_arch_arm_cortex_a_r_scripts
new file mode 120000
index 0000000000000000000000000000000000000000..90ed5bee2c823d4bf96a83b996c2c0b4a4b1b076
--- /dev/null
+++ b/build/zephyr/misc/generated/syscalls_links/include_zephyr_arch_arm_cortex_a_r_scripts
@@ -0,0 +1 @@
+/opt/ncs/zephyr/include/zephyr/arch/arm/cortex_a_r/scripts
\ No newline at end of file
diff --git a/build/zephyr/misc/generated/syscalls_links/include_zephyr_arch_arm_cortex_m b/build/zephyr/misc/generated/syscalls_links/include_zephyr_arch_arm_cortex_m
new file mode 120000
index 0000000000000000000000000000000000000000..e9fa10eaae360c57a8b9dc931e2034820663b751
--- /dev/null
+++ b/build/zephyr/misc/generated/syscalls_links/include_zephyr_arch_arm_cortex_m
@@ -0,0 +1 @@
+/opt/ncs/zephyr/include/zephyr/arch/arm/cortex_m
\ No newline at end of file
diff --git a/build/zephyr/misc/generated/syscalls_links/include_zephyr_arch_arm_cortex_m_scripts b/build/zephyr/misc/generated/syscalls_links/include_zephyr_arch_arm_cortex_m_scripts
new file mode 120000
index 0000000000000000000000000000000000000000..adc1bb789030891ab142320959e30246f2976790
--- /dev/null
+++ b/build/zephyr/misc/generated/syscalls_links/include_zephyr_arch_arm_cortex_m_scripts
@@ -0,0 +1 @@
+/opt/ncs/zephyr/include/zephyr/arch/arm/cortex_m/scripts
\ No newline at end of file
diff --git a/build/zephyr/misc/generated/syscalls_links/include_zephyr_arch_arm_cortex_r b/build/zephyr/misc/generated/syscalls_links/include_zephyr_arch_arm_cortex_r
new file mode 120000
index 0000000000000000000000000000000000000000..dd8e405b7018875895dc63da13206a74fddaf672
--- /dev/null
+++ b/build/zephyr/misc/generated/syscalls_links/include_zephyr_arch_arm_cortex_r
@@ -0,0 +1 @@
+/opt/ncs/zephyr/include/zephyr/arch/arm/cortex_r
\ No newline at end of file
diff --git a/build/zephyr/misc/generated/syscalls_links/include_zephyr_arch_arm_cortex_r_scripts b/build/zephyr/misc/generated/syscalls_links/include_zephyr_arch_arm_cortex_r_scripts
new file mode 120000
index 0000000000000000000000000000000000000000..cd5b08f398f3abcd83ac52ef4a72a241a533475f
--- /dev/null
+++ b/build/zephyr/misc/generated/syscalls_links/include_zephyr_arch_arm_cortex_r_scripts
@@ -0,0 +1 @@
+/opt/ncs/zephyr/include/zephyr/arch/arm/cortex_r/scripts
\ No newline at end of file
diff --git a/build/zephyr/misc/generated/syscalls_links/include_zephyr_arch_arm_mmu b/build/zephyr/misc/generated/syscalls_links/include_zephyr_arch_arm_mmu
new file mode 120000
index 0000000000000000000000000000000000000000..f7fdabbba6f7d0cfecb2b44e48542ae4237c7b99
--- /dev/null
+++ b/build/zephyr/misc/generated/syscalls_links/include_zephyr_arch_arm_mmu
@@ -0,0 +1 @@
+/opt/ncs/zephyr/include/zephyr/arch/arm/mmu
\ No newline at end of file
diff --git a/build/zephyr/misc/generated/syscalls_links/include_zephyr_arch_arm_mpu b/build/zephyr/misc/generated/syscalls_links/include_zephyr_arch_arm_mpu
new file mode 120000
index 0000000000000000000000000000000000000000..3ea2bd0ef027fc9e43675c61d0f60f13197c6630
--- /dev/null
+++ b/build/zephyr/misc/generated/syscalls_links/include_zephyr_arch_arm_mpu
@@ -0,0 +1 @@
+/opt/ncs/zephyr/include/zephyr/arch/arm/mpu
\ No newline at end of file
diff --git a/build/zephyr/misc/generated/syscalls_links/include_zephyr_arch_common b/build/zephyr/misc/generated/syscalls_links/include_zephyr_arch_common
new file mode 120000
index 0000000000000000000000000000000000000000..4a58963671ac6719dcd2e2390fb62ec6113d128d
--- /dev/null
+++ b/build/zephyr/misc/generated/syscalls_links/include_zephyr_arch_common
@@ -0,0 +1 @@
+/opt/ncs/zephyr/include/zephyr/arch/common
\ No newline at end of file
diff --git a/build/zephyr/misc/generated/syscalls_links/include_zephyr_arch_mips b/build/zephyr/misc/generated/syscalls_links/include_zephyr_arch_mips
new file mode 120000
index 0000000000000000000000000000000000000000..28a20431bc8617ace56cbe000f170c55a1eaa233
--- /dev/null
+++ b/build/zephyr/misc/generated/syscalls_links/include_zephyr_arch_mips
@@ -0,0 +1 @@
+/opt/ncs/zephyr/include/zephyr/arch/mips
\ No newline at end of file
diff --git a/build/zephyr/misc/generated/syscalls_links/include_zephyr_arch_nios2 b/build/zephyr/misc/generated/syscalls_links/include_zephyr_arch_nios2
new file mode 120000
index 0000000000000000000000000000000000000000..50a51e2416ab62bc68e710d4e1137829897201c9
--- /dev/null
+++ b/build/zephyr/misc/generated/syscalls_links/include_zephyr_arch_nios2
@@ -0,0 +1 @@
+/opt/ncs/zephyr/include/zephyr/arch/nios2
\ No newline at end of file
diff --git a/build/zephyr/misc/generated/syscalls_links/include_zephyr_arch_posix b/build/zephyr/misc/generated/syscalls_links/include_zephyr_arch_posix
new file mode 120000
index 0000000000000000000000000000000000000000..f1444618df97213e4018f9ddf2f26b4daa3059c4
--- /dev/null
+++ b/build/zephyr/misc/generated/syscalls_links/include_zephyr_arch_posix
@@ -0,0 +1 @@
+/opt/ncs/zephyr/include/zephyr/arch/posix
\ No newline at end of file
diff --git a/build/zephyr/misc/generated/syscalls_links/include_zephyr_arch_riscv b/build/zephyr/misc/generated/syscalls_links/include_zephyr_arch_riscv
new file mode 120000
index 0000000000000000000000000000000000000000..645062527a0358667937275acedea1a6a5f138ff
--- /dev/null
+++ b/build/zephyr/misc/generated/syscalls_links/include_zephyr_arch_riscv
@@ -0,0 +1 @@
+/opt/ncs/zephyr/include/zephyr/arch/riscv
\ No newline at end of file
diff --git a/build/zephyr/misc/generated/syscalls_links/include_zephyr_arch_riscv_common b/build/zephyr/misc/generated/syscalls_links/include_zephyr_arch_riscv_common
new file mode 120000
index 0000000000000000000000000000000000000000..1df74dc57f4ce44fc38289f979c68d4052ecdd98
--- /dev/null
+++ b/build/zephyr/misc/generated/syscalls_links/include_zephyr_arch_riscv_common
@@ -0,0 +1 @@
+/opt/ncs/zephyr/include/zephyr/arch/riscv/common
\ No newline at end of file
diff --git a/build/zephyr/misc/generated/syscalls_links/include_zephyr_arch_riscv_riscv-privileged b/build/zephyr/misc/generated/syscalls_links/include_zephyr_arch_riscv_riscv-privileged
new file mode 120000
index 0000000000000000000000000000000000000000..289ca4357707900d1bf1dad1e723b51093a96a99
--- /dev/null
+++ b/build/zephyr/misc/generated/syscalls_links/include_zephyr_arch_riscv_riscv-privileged
@@ -0,0 +1 @@
+/opt/ncs/zephyr/include/zephyr/arch/riscv/riscv-privileged
\ No newline at end of file
diff --git a/build/zephyr/misc/generated/syscalls_links/include_zephyr_arch_sparc b/build/zephyr/misc/generated/syscalls_links/include_zephyr_arch_sparc
new file mode 120000
index 0000000000000000000000000000000000000000..15afa2050a92f9c5a0aec13404999775dea23756
--- /dev/null
+++ b/build/zephyr/misc/generated/syscalls_links/include_zephyr_arch_sparc
@@ -0,0 +1 @@
+/opt/ncs/zephyr/include/zephyr/arch/sparc
\ No newline at end of file
diff --git a/build/zephyr/misc/generated/syscalls_links/include_zephyr_arch_x86 b/build/zephyr/misc/generated/syscalls_links/include_zephyr_arch_x86
new file mode 120000
index 0000000000000000000000000000000000000000..9aaafd03857ae428f7eedfa461a2c1363bdd22db
--- /dev/null
+++ b/build/zephyr/misc/generated/syscalls_links/include_zephyr_arch_x86
@@ -0,0 +1 @@
+/opt/ncs/zephyr/include/zephyr/arch/x86
\ No newline at end of file
diff --git a/build/zephyr/misc/generated/syscalls_links/include_zephyr_arch_x86_ia32 b/build/zephyr/misc/generated/syscalls_links/include_zephyr_arch_x86_ia32
new file mode 120000
index 0000000000000000000000000000000000000000..fe24ed4213e480ebecbe4cc70e14affe8adf6d98
--- /dev/null
+++ b/build/zephyr/misc/generated/syscalls_links/include_zephyr_arch_x86_ia32
@@ -0,0 +1 @@
+/opt/ncs/zephyr/include/zephyr/arch/x86/ia32
\ No newline at end of file
diff --git a/build/zephyr/misc/generated/syscalls_links/include_zephyr_arch_x86_ia32_scripts b/build/zephyr/misc/generated/syscalls_links/include_zephyr_arch_x86_ia32_scripts
new file mode 120000
index 0000000000000000000000000000000000000000..7aac4553f10ff595fb87e0defaf794c7b39ee321
--- /dev/null
+++ b/build/zephyr/misc/generated/syscalls_links/include_zephyr_arch_x86_ia32_scripts
@@ -0,0 +1 @@
+/opt/ncs/zephyr/include/zephyr/arch/x86/ia32/scripts
\ No newline at end of file
diff --git a/build/zephyr/misc/generated/syscalls_links/include_zephyr_arch_x86_intel64 b/build/zephyr/misc/generated/syscalls_links/include_zephyr_arch_x86_intel64
new file mode 120000
index 0000000000000000000000000000000000000000..9388c12a5c89ab97eaa252d9b9b29670958e1d4e
--- /dev/null
+++ b/build/zephyr/misc/generated/syscalls_links/include_zephyr_arch_x86_intel64
@@ -0,0 +1 @@
+/opt/ncs/zephyr/include/zephyr/arch/x86/intel64
\ No newline at end of file
diff --git a/build/zephyr/misc/generated/syscalls_links/include_zephyr_arch_xtensa b/build/zephyr/misc/generated/syscalls_links/include_zephyr_arch_xtensa
new file mode 120000
index 0000000000000000000000000000000000000000..4ed03a211775705b5f71391143c9f699757850e3
--- /dev/null
+++ b/build/zephyr/misc/generated/syscalls_links/include_zephyr_arch_xtensa
@@ -0,0 +1 @@
+/opt/ncs/zephyr/include/zephyr/arch/xtensa
\ No newline at end of file
diff --git a/build/zephyr/misc/generated/syscalls_links/include_zephyr_audio b/build/zephyr/misc/generated/syscalls_links/include_zephyr_audio
new file mode 120000
index 0000000000000000000000000000000000000000..58a3fd92aa1f5799f6a139b2a411d0e1dce99085
--- /dev/null
+++ b/build/zephyr/misc/generated/syscalls_links/include_zephyr_audio
@@ -0,0 +1 @@
+/opt/ncs/zephyr/include/zephyr/audio
\ No newline at end of file
diff --git a/build/zephyr/misc/generated/syscalls_links/include_zephyr_bluetooth b/build/zephyr/misc/generated/syscalls_links/include_zephyr_bluetooth
new file mode 120000
index 0000000000000000000000000000000000000000..9859db4d10d34d921a2e8466c5d6c7820781c029
--- /dev/null
+++ b/build/zephyr/misc/generated/syscalls_links/include_zephyr_bluetooth
@@ -0,0 +1 @@
+/opt/ncs/zephyr/include/zephyr/bluetooth
\ No newline at end of file
diff --git a/build/zephyr/misc/generated/syscalls_links/include_zephyr_bluetooth_audio b/build/zephyr/misc/generated/syscalls_links/include_zephyr_bluetooth_audio
new file mode 120000
index 0000000000000000000000000000000000000000..28ce807f158481919c9d8572f364f0f0ac9393f3
--- /dev/null
+++ b/build/zephyr/misc/generated/syscalls_links/include_zephyr_bluetooth_audio
@@ -0,0 +1 @@
+/opt/ncs/zephyr/include/zephyr/bluetooth/audio
\ No newline at end of file
diff --git a/build/zephyr/misc/generated/syscalls_links/include_zephyr_bluetooth_classic b/build/zephyr/misc/generated/syscalls_links/include_zephyr_bluetooth_classic
new file mode 120000
index 0000000000000000000000000000000000000000..b2ca4556cde6fbd59a4b2ecc7c5c41bfccbead74
--- /dev/null
+++ b/build/zephyr/misc/generated/syscalls_links/include_zephyr_bluetooth_classic
@@ -0,0 +1 @@
+/opt/ncs/zephyr/include/zephyr/bluetooth/classic
\ No newline at end of file
diff --git a/build/zephyr/misc/generated/syscalls_links/include_zephyr_bluetooth_mesh b/build/zephyr/misc/generated/syscalls_links/include_zephyr_bluetooth_mesh
new file mode 120000
index 0000000000000000000000000000000000000000..b626831ec876464e175f43633755cfd1d71d984d
--- /dev/null
+++ b/build/zephyr/misc/generated/syscalls_links/include_zephyr_bluetooth_mesh
@@ -0,0 +1 @@
+/opt/ncs/zephyr/include/zephyr/bluetooth/mesh
\ No newline at end of file
diff --git a/build/zephyr/misc/generated/syscalls_links/include_zephyr_bluetooth_services b/build/zephyr/misc/generated/syscalls_links/include_zephyr_bluetooth_services
new file mode 120000
index 0000000000000000000000000000000000000000..3eabd4c6d15b47e8a74096e2b656f786c8116ae6
--- /dev/null
+++ b/build/zephyr/misc/generated/syscalls_links/include_zephyr_bluetooth_services
@@ -0,0 +1 @@
+/opt/ncs/zephyr/include/zephyr/bluetooth/services
\ No newline at end of file
diff --git a/build/zephyr/misc/generated/syscalls_links/include_zephyr_bluetooth_services_nus b/build/zephyr/misc/generated/syscalls_links/include_zephyr_bluetooth_services_nus
new file mode 120000
index 0000000000000000000000000000000000000000..81961c322c7acd9d9f791b0c000ae48e2efe2e60
--- /dev/null
+++ b/build/zephyr/misc/generated/syscalls_links/include_zephyr_bluetooth_services_nus
@@ -0,0 +1 @@
+/opt/ncs/zephyr/include/zephyr/bluetooth/services/nus
\ No newline at end of file
diff --git a/build/zephyr/misc/generated/syscalls_links/include_zephyr_canbus b/build/zephyr/misc/generated/syscalls_links/include_zephyr_canbus
new file mode 120000
index 0000000000000000000000000000000000000000..6c4ca7eb6fe5408872890d82102a7b159832531d
--- /dev/null
+++ b/build/zephyr/misc/generated/syscalls_links/include_zephyr_canbus
@@ -0,0 +1 @@
+/opt/ncs/zephyr/include/zephyr/canbus
\ No newline at end of file
diff --git a/build/zephyr/misc/generated/syscalls_links/include_zephyr_console b/build/zephyr/misc/generated/syscalls_links/include_zephyr_console
new file mode 120000
index 0000000000000000000000000000000000000000..a4e8fc44807ccb879210a64b6729428568d23d48
--- /dev/null
+++ b/build/zephyr/misc/generated/syscalls_links/include_zephyr_console
@@ -0,0 +1 @@
+/opt/ncs/zephyr/include/zephyr/console
\ No newline at end of file
diff --git a/build/zephyr/misc/generated/syscalls_links/include_zephyr_crypto b/build/zephyr/misc/generated/syscalls_links/include_zephyr_crypto
new file mode 120000
index 0000000000000000000000000000000000000000..91f539d54eebacf0b1b2b915d7a26ad189b2eb20
--- /dev/null
+++ b/build/zephyr/misc/generated/syscalls_links/include_zephyr_crypto
@@ -0,0 +1 @@
+/opt/ncs/zephyr/include/zephyr/crypto
\ No newline at end of file
diff --git a/build/zephyr/misc/generated/syscalls_links/include_zephyr_data b/build/zephyr/misc/generated/syscalls_links/include_zephyr_data
new file mode 120000
index 0000000000000000000000000000000000000000..dd8baad0133571cbbeb7652f51fa2996790d66d6
--- /dev/null
+++ b/build/zephyr/misc/generated/syscalls_links/include_zephyr_data
@@ -0,0 +1 @@
+/opt/ncs/zephyr/include/zephyr/data
\ No newline at end of file
diff --git a/build/zephyr/misc/generated/syscalls_links/include_zephyr_debug b/build/zephyr/misc/generated/syscalls_links/include_zephyr_debug
new file mode 120000
index 0000000000000000000000000000000000000000..2a3e1f7faca61c4ed27a438a92cd054591dab212
--- /dev/null
+++ b/build/zephyr/misc/generated/syscalls_links/include_zephyr_debug
@@ -0,0 +1 @@
+/opt/ncs/zephyr/include/zephyr/debug
\ No newline at end of file
diff --git a/build/zephyr/misc/generated/syscalls_links/include_zephyr_devicetree b/build/zephyr/misc/generated/syscalls_links/include_zephyr_devicetree
new file mode 120000
index 0000000000000000000000000000000000000000..6861e6f48c87233a4da885ec590bdab7dae5eb3c
--- /dev/null
+++ b/build/zephyr/misc/generated/syscalls_links/include_zephyr_devicetree
@@ -0,0 +1 @@
+/opt/ncs/zephyr/include/zephyr/devicetree
\ No newline at end of file
diff --git a/build/zephyr/misc/generated/syscalls_links/include_zephyr_dfu b/build/zephyr/misc/generated/syscalls_links/include_zephyr_dfu
new file mode 120000
index 0000000000000000000000000000000000000000..4b583c87e0b3ff686e0c2cab881e6905b1fd19d2
--- /dev/null
+++ b/build/zephyr/misc/generated/syscalls_links/include_zephyr_dfu
@@ -0,0 +1 @@
+/opt/ncs/zephyr/include/zephyr/dfu
\ No newline at end of file
diff --git a/build/zephyr/misc/generated/syscalls_links/include_zephyr_display b/build/zephyr/misc/generated/syscalls_links/include_zephyr_display
new file mode 120000
index 0000000000000000000000000000000000000000..e7d05f3fd641ff934fee7a302edd1555fafbe373
--- /dev/null
+++ b/build/zephyr/misc/generated/syscalls_links/include_zephyr_display
@@ -0,0 +1 @@
+/opt/ncs/zephyr/include/zephyr/display
\ No newline at end of file
diff --git a/build/zephyr/misc/generated/syscalls_links/include_zephyr_drivers b/build/zephyr/misc/generated/syscalls_links/include_zephyr_drivers
new file mode 120000
index 0000000000000000000000000000000000000000..ee74e561a4e5f2afe90fb68a39a1b43c24fd52e3
--- /dev/null
+++ b/build/zephyr/misc/generated/syscalls_links/include_zephyr_drivers
@@ -0,0 +1 @@
+/opt/ncs/zephyr/include/zephyr/drivers
\ No newline at end of file
diff --git a/build/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_adc b/build/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_adc
new file mode 120000
index 0000000000000000000000000000000000000000..6b733f652158fd20a00bb65b2de99137f9c0071a
--- /dev/null
+++ b/build/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_adc
@@ -0,0 +1 @@
+/opt/ncs/zephyr/include/zephyr/drivers/adc
\ No newline at end of file
diff --git a/build/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_bluetooth b/build/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_bluetooth
new file mode 120000
index 0000000000000000000000000000000000000000..07def72a67918871a7ce40a5db09875c05451e5f
--- /dev/null
+++ b/build/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_bluetooth
@@ -0,0 +1 @@
+/opt/ncs/zephyr/include/zephyr/drivers/bluetooth
\ No newline at end of file
diff --git a/build/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_can b/build/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_can
new file mode 120000
index 0000000000000000000000000000000000000000..425ef67247cf86400753dbe142bdd7714df5e13f
--- /dev/null
+++ b/build/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_can
@@ -0,0 +1 @@
+/opt/ncs/zephyr/include/zephyr/drivers/can
\ No newline at end of file
diff --git a/build/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_clock_control b/build/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_clock_control
new file mode 120000
index 0000000000000000000000000000000000000000..eff511df53df3c3a08b7fc06ea547f5aa3433a37
--- /dev/null
+++ b/build/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_clock_control
@@ -0,0 +1 @@
+/opt/ncs/zephyr/include/zephyr/drivers/clock_control
\ No newline at end of file
diff --git a/build/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_console b/build/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_console
new file mode 120000
index 0000000000000000000000000000000000000000..4c8864fb9ef6bc0e3e67b1c27c5884c1c4d857d0
--- /dev/null
+++ b/build/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_console
@@ -0,0 +1 @@
+/opt/ncs/zephyr/include/zephyr/drivers/console
\ No newline at end of file
diff --git a/build/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_dma b/build/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_dma
new file mode 120000
index 0000000000000000000000000000000000000000..25e750f8a9c3149abbb50df9efcb4ae28637d3c8
--- /dev/null
+++ b/build/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_dma
@@ -0,0 +1 @@
+/opt/ncs/zephyr/include/zephyr/drivers/dma
\ No newline at end of file
diff --git a/build/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_eeprom b/build/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_eeprom
new file mode 120000
index 0000000000000000000000000000000000000000..c017e1db5d2a1064ecca7cb5d7d496f5d587ddf6
--- /dev/null
+++ b/build/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_eeprom
@@ -0,0 +1 @@
+/opt/ncs/zephyr/include/zephyr/drivers/eeprom
\ No newline at end of file
diff --git a/build/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_ethernet b/build/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_ethernet
new file mode 120000
index 0000000000000000000000000000000000000000..858de5f3f6fc39f13dc8340e1f38154a7348cf62
--- /dev/null
+++ b/build/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_ethernet
@@ -0,0 +1 @@
+/opt/ncs/zephyr/include/zephyr/drivers/ethernet
\ No newline at end of file
diff --git a/build/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_flash b/build/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_flash
new file mode 120000
index 0000000000000000000000000000000000000000..61cb7477b10b8f72bf24049d59ebbcd3f28f7e42
--- /dev/null
+++ b/build/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_flash
@@ -0,0 +1 @@
+/opt/ncs/zephyr/include/zephyr/drivers/flash
\ No newline at end of file
diff --git a/build/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_gnss b/build/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_gnss
new file mode 120000
index 0000000000000000000000000000000000000000..f83daf873dc6161eec1a131a98bd652f8c3d3b17
--- /dev/null
+++ b/build/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_gnss
@@ -0,0 +1 @@
+/opt/ncs/zephyr/include/zephyr/drivers/gnss
\ No newline at end of file
diff --git a/build/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_gpio b/build/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_gpio
new file mode 120000
index 0000000000000000000000000000000000000000..fff6ef140275da026a4110bae763d0fbbbe2fea9
--- /dev/null
+++ b/build/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_gpio
@@ -0,0 +1 @@
+/opt/ncs/zephyr/include/zephyr/drivers/gpio
\ No newline at end of file
diff --git a/build/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_i2c b/build/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_i2c
new file mode 120000
index 0000000000000000000000000000000000000000..02e84f6a9bea5e8692d4a0e80733979f8ebd8374
--- /dev/null
+++ b/build/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_i2c
@@ -0,0 +1 @@
+/opt/ncs/zephyr/include/zephyr/drivers/i2c
\ No newline at end of file
diff --git a/build/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_i2c_target b/build/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_i2c_target
new file mode 120000
index 0000000000000000000000000000000000000000..db79769e75e15e4307996964dd1a03a92efb95df
--- /dev/null
+++ b/build/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_i2c_target
@@ -0,0 +1 @@
+/opt/ncs/zephyr/include/zephyr/drivers/i2c/target
\ No newline at end of file
diff --git a/build/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_i3c b/build/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_i3c
new file mode 120000
index 0000000000000000000000000000000000000000..603e1ca66d03a3c64c7367a3a65e2441ece170b3
--- /dev/null
+++ b/build/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_i3c
@@ -0,0 +1 @@
+/opt/ncs/zephyr/include/zephyr/drivers/i3c
\ No newline at end of file
diff --git a/build/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_ieee802154 b/build/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_ieee802154
new file mode 120000
index 0000000000000000000000000000000000000000..93c8a75a15d8e6d209ac2c7aca086fb8852d32a6
--- /dev/null
+++ b/build/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_ieee802154
@@ -0,0 +1 @@
+/opt/ncs/zephyr/include/zephyr/drivers/ieee802154
\ No newline at end of file
diff --git a/build/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_interrupt_controller b/build/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_interrupt_controller
new file mode 120000
index 0000000000000000000000000000000000000000..95f870d2842378410b9883a25ee5e004aa8369a2
--- /dev/null
+++ b/build/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_interrupt_controller
@@ -0,0 +1 @@
+/opt/ncs/zephyr/include/zephyr/drivers/interrupt_controller
\ No newline at end of file
diff --git a/build/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_led b/build/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_led
new file mode 120000
index 0000000000000000000000000000000000000000..9b1c41a6c578ed875c194798705e515a21a007df
--- /dev/null
+++ b/build/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_led
@@ -0,0 +1 @@
+/opt/ncs/zephyr/include/zephyr/drivers/led
\ No newline at end of file
diff --git a/build/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_led_strip b/build/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_led_strip
new file mode 120000
index 0000000000000000000000000000000000000000..645d06f59f35f5b7a24950f2be8a758960ebc5b2
--- /dev/null
+++ b/build/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_led_strip
@@ -0,0 +1 @@
+/opt/ncs/zephyr/include/zephyr/drivers/led_strip
\ No newline at end of file
diff --git a/build/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_mfd b/build/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_mfd
new file mode 120000
index 0000000000000000000000000000000000000000..612e3d0f33b13ecdfa640b78c5c6f18317c5d09b
--- /dev/null
+++ b/build/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_mfd
@@ -0,0 +1 @@
+/opt/ncs/zephyr/include/zephyr/drivers/mfd
\ No newline at end of file
diff --git a/build/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_mipi_dsi b/build/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_mipi_dsi
new file mode 120000
index 0000000000000000000000000000000000000000..6a3280ead43aecf0b54a8dfdadc07b626c872757
--- /dev/null
+++ b/build/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_mipi_dsi
@@ -0,0 +1 @@
+/opt/ncs/zephyr/include/zephyr/drivers/mipi_dsi
\ No newline at end of file
diff --git a/build/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_misc b/build/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_misc
new file mode 120000
index 0000000000000000000000000000000000000000..0ff18741a9502a4afcdbbba0f9fdb715ef9ba149
--- /dev/null
+++ b/build/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_misc
@@ -0,0 +1 @@
+/opt/ncs/zephyr/include/zephyr/drivers/misc
\ No newline at end of file
diff --git a/build/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_misc_devmux b/build/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_misc_devmux
new file mode 120000
index 0000000000000000000000000000000000000000..597c68101ce39e74170017712e0bb85822ef96ff
--- /dev/null
+++ b/build/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_misc_devmux
@@ -0,0 +1 @@
+/opt/ncs/zephyr/include/zephyr/drivers/misc/devmux
\ No newline at end of file
diff --git a/build/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_misc_ft8xx b/build/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_misc_ft8xx
new file mode 120000
index 0000000000000000000000000000000000000000..995c4c134de605ed0204f5d3348dd1e6f7b80e71
--- /dev/null
+++ b/build/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_misc_ft8xx
@@ -0,0 +1 @@
+/opt/ncs/zephyr/include/zephyr/drivers/misc/ft8xx
\ No newline at end of file
diff --git a/build/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_misc_grove_lcd b/build/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_misc_grove_lcd
new file mode 120000
index 0000000000000000000000000000000000000000..978ea81d03f5e6d0e0529a6fa5ffc2d4d9298a57
--- /dev/null
+++ b/build/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_misc_grove_lcd
@@ -0,0 +1 @@
+/opt/ncs/zephyr/include/zephyr/drivers/misc/grove_lcd
\ No newline at end of file
diff --git a/build/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_misc_nxp_flexio b/build/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_misc_nxp_flexio
new file mode 120000
index 0000000000000000000000000000000000000000..63b0ce8d6b8db89eea8f4774aab3045805a5158a
--- /dev/null
+++ b/build/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_misc_nxp_flexio
@@ -0,0 +1 @@
+/opt/ncs/zephyr/include/zephyr/drivers/misc/nxp_flexio
\ No newline at end of file
diff --git a/build/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_misc_pio_rpi_pico b/build/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_misc_pio_rpi_pico
new file mode 120000
index 0000000000000000000000000000000000000000..b056dc642fc650d6e22265b890a8311077c3c4c4
--- /dev/null
+++ b/build/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_misc_pio_rpi_pico
@@ -0,0 +1 @@
+/opt/ncs/zephyr/include/zephyr/drivers/misc/pio_rpi_pico
\ No newline at end of file
diff --git a/build/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_misc_timeaware_gpio b/build/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_misc_timeaware_gpio
new file mode 120000
index 0000000000000000000000000000000000000000..9ac56c5c799f7d58b4300c3475c08f87c493adbb
--- /dev/null
+++ b/build/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_misc_timeaware_gpio
@@ -0,0 +1 @@
+/opt/ncs/zephyr/include/zephyr/drivers/misc/timeaware_gpio
\ No newline at end of file
diff --git a/build/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_mm b/build/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_mm
new file mode 120000
index 0000000000000000000000000000000000000000..82e059ce395fdb27bdca3942703b64a7dc7bd55d
--- /dev/null
+++ b/build/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_mm
@@ -0,0 +1 @@
+/opt/ncs/zephyr/include/zephyr/drivers/mm
\ No newline at end of file
diff --git a/build/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_modem b/build/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_modem
new file mode 120000
index 0000000000000000000000000000000000000000..06ffd60c341d14dd953d904b4f8159d19d2218f6
--- /dev/null
+++ b/build/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_modem
@@ -0,0 +1 @@
+/opt/ncs/zephyr/include/zephyr/drivers/modem
\ No newline at end of file
diff --git a/build/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_pcie b/build/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_pcie
new file mode 120000
index 0000000000000000000000000000000000000000..ef99fbd8a3467b088a970cec718f0db0e85b6786
--- /dev/null
+++ b/build/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_pcie
@@ -0,0 +1 @@
+/opt/ncs/zephyr/include/zephyr/drivers/pcie
\ No newline at end of file
diff --git a/build/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_pcie_endpoint b/build/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_pcie_endpoint
new file mode 120000
index 0000000000000000000000000000000000000000..621d324f132ef1e5d46c36ea04fb4040e339d179
--- /dev/null
+++ b/build/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_pcie_endpoint
@@ -0,0 +1 @@
+/opt/ncs/zephyr/include/zephyr/drivers/pcie/endpoint
\ No newline at end of file
diff --git a/build/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_pinctrl b/build/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_pinctrl
new file mode 120000
index 0000000000000000000000000000000000000000..6e7411e69fc614a6c9406ba6104a54877d281e6f
--- /dev/null
+++ b/build/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_pinctrl
@@ -0,0 +1 @@
+/opt/ncs/zephyr/include/zephyr/drivers/pinctrl
\ No newline at end of file
diff --git a/build/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_pm_cpu_ops b/build/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_pm_cpu_ops
new file mode 120000
index 0000000000000000000000000000000000000000..4bf03dbd9a275ce684a2716ad33d8ca2fd201f53
--- /dev/null
+++ b/build/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_pm_cpu_ops
@@ -0,0 +1 @@
+/opt/ncs/zephyr/include/zephyr/drivers/pm_cpu_ops
\ No newline at end of file
diff --git a/build/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_power b/build/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_power
new file mode 120000
index 0000000000000000000000000000000000000000..7c09abddd24e13dd88ca440f909c5e06ed33f58e
--- /dev/null
+++ b/build/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_power
@@ -0,0 +1 @@
+/opt/ncs/zephyr/include/zephyr/drivers/power
\ No newline at end of file
diff --git a/build/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_pwm b/build/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_pwm
new file mode 120000
index 0000000000000000000000000000000000000000..05d8d538575eb11c542c0dbe4974d420330586db
--- /dev/null
+++ b/build/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_pwm
@@ -0,0 +1 @@
+/opt/ncs/zephyr/include/zephyr/drivers/pwm
\ No newline at end of file
diff --git a/build/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_regulator b/build/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_regulator
new file mode 120000
index 0000000000000000000000000000000000000000..921f719be7ff237a86c1d22d868722bcda45dd64
--- /dev/null
+++ b/build/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_regulator
@@ -0,0 +1 @@
+/opt/ncs/zephyr/include/zephyr/drivers/regulator
\ No newline at end of file
diff --git a/build/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_rtc b/build/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_rtc
new file mode 120000
index 0000000000000000000000000000000000000000..7633bca210a34aa404e0a27f32f52cfbeeb9783c
--- /dev/null
+++ b/build/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_rtc
@@ -0,0 +1 @@
+/opt/ncs/zephyr/include/zephyr/drivers/rtc
\ No newline at end of file
diff --git a/build/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_sensor b/build/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_sensor
new file mode 120000
index 0000000000000000000000000000000000000000..56b6a941565c7e69891c97314ab86480fc58985c
--- /dev/null
+++ b/build/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_sensor
@@ -0,0 +1 @@
+/opt/ncs/zephyr/include/zephyr/drivers/sensor
\ No newline at end of file
diff --git a/build/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_serial b/build/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_serial
new file mode 120000
index 0000000000000000000000000000000000000000..523da0935504bbe17cba5fb4e4bf0b31efd28145
--- /dev/null
+++ b/build/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_serial
@@ -0,0 +1 @@
+/opt/ncs/zephyr/include/zephyr/drivers/serial
\ No newline at end of file
diff --git a/build/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_sip_svc b/build/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_sip_svc
new file mode 120000
index 0000000000000000000000000000000000000000..a2a6b73686ea5c9b3604721f829180f2aaa1cd5e
--- /dev/null
+++ b/build/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_sip_svc
@@ -0,0 +1 @@
+/opt/ncs/zephyr/include/zephyr/drivers/sip_svc
\ No newline at end of file
diff --git a/build/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_timer b/build/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_timer
new file mode 120000
index 0000000000000000000000000000000000000000..2b0dbeb9a82349baaa0a579cb9e73c65be2900d0
--- /dev/null
+++ b/build/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_timer
@@ -0,0 +1 @@
+/opt/ncs/zephyr/include/zephyr/drivers/timer
\ No newline at end of file
diff --git a/build/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_uart b/build/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_uart
new file mode 120000
index 0000000000000000000000000000000000000000..8cc762cd2d2e1b3772da44ad70b365c00bf3b68d
--- /dev/null
+++ b/build/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_uart
@@ -0,0 +1 @@
+/opt/ncs/zephyr/include/zephyr/drivers/uart
\ No newline at end of file
diff --git a/build/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_usb b/build/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_usb
new file mode 120000
index 0000000000000000000000000000000000000000..ad0068922f02ff6f0f6b335555844f40221cd904
--- /dev/null
+++ b/build/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_usb
@@ -0,0 +1 @@
+/opt/ncs/zephyr/include/zephyr/drivers/usb
\ No newline at end of file
diff --git a/build/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_usb_c b/build/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_usb_c
new file mode 120000
index 0000000000000000000000000000000000000000..d32aa0bbe3fe175fa1cd324b310081f71e018ada
--- /dev/null
+++ b/build/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_usb_c
@@ -0,0 +1 @@
+/opt/ncs/zephyr/include/zephyr/drivers/usb_c
\ No newline at end of file
diff --git a/build/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_virtualization b/build/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_virtualization
new file mode 120000
index 0000000000000000000000000000000000000000..57f8f27e53ed2691792e98fefabca3d4f515b35d
--- /dev/null
+++ b/build/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_virtualization
@@ -0,0 +1 @@
+/opt/ncs/zephyr/include/zephyr/drivers/virtualization
\ No newline at end of file
diff --git a/build/zephyr/misc/generated/syscalls_links/include_zephyr_dsp b/build/zephyr/misc/generated/syscalls_links/include_zephyr_dsp
new file mode 120000
index 0000000000000000000000000000000000000000..9fdbfa5c20b69cf3562f57f1eddfa91e71a53bc6
--- /dev/null
+++ b/build/zephyr/misc/generated/syscalls_links/include_zephyr_dsp
@@ -0,0 +1 @@
+/opt/ncs/zephyr/include/zephyr/dsp
\ No newline at end of file
diff --git a/build/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings b/build/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings
new file mode 120000
index 0000000000000000000000000000000000000000..2a786cb267366056a6babf26b8ff820408ce9102
--- /dev/null
+++ b/build/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings
@@ -0,0 +1 @@
+/opt/ncs/zephyr/include/zephyr/dt-bindings
\ No newline at end of file
diff --git a/build/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_acpi b/build/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_acpi
new file mode 120000
index 0000000000000000000000000000000000000000..938dada7438947ee54fd0d348b89fc65fd00bf44
--- /dev/null
+++ b/build/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_acpi
@@ -0,0 +1 @@
+/opt/ncs/zephyr/include/zephyr/dt-bindings/acpi
\ No newline at end of file
diff --git a/build/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_adc b/build/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_adc
new file mode 120000
index 0000000000000000000000000000000000000000..d657bf175c0cc20e13d45284bfce9aba5ea51df2
--- /dev/null
+++ b/build/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_adc
@@ -0,0 +1 @@
+/opt/ncs/zephyr/include/zephyr/dt-bindings/adc
\ No newline at end of file
diff --git a/build/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_clock b/build/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_clock
new file mode 120000
index 0000000000000000000000000000000000000000..0c71346e5e4f025355324ff8b4ab18c601e728ad
--- /dev/null
+++ b/build/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_clock
@@ -0,0 +1 @@
+/opt/ncs/zephyr/include/zephyr/dt-bindings/clock
\ No newline at end of file
diff --git a/build/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_dac b/build/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_dac
new file mode 120000
index 0000000000000000000000000000000000000000..92ff5244a40659e1b933c192b393c57cbc0f6e21
--- /dev/null
+++ b/build/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_dac
@@ -0,0 +1 @@
+/opt/ncs/zephyr/include/zephyr/dt-bindings/dac
\ No newline at end of file
diff --git a/build/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_dai b/build/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_dai
new file mode 120000
index 0000000000000000000000000000000000000000..2e5e2da709fe2f517dda08cd4ad07aee40fae4c8
--- /dev/null
+++ b/build/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_dai
@@ -0,0 +1 @@
+/opt/ncs/zephyr/include/zephyr/dt-bindings/dai
\ No newline at end of file
diff --git a/build/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_display b/build/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_display
new file mode 120000
index 0000000000000000000000000000000000000000..4039526daa42b7ea9e9d70f1ec93c7252cedd2a3
--- /dev/null
+++ b/build/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_display
@@ -0,0 +1 @@
+/opt/ncs/zephyr/include/zephyr/dt-bindings/display
\ No newline at end of file
diff --git a/build/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_dma b/build/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_dma
new file mode 120000
index 0000000000000000000000000000000000000000..e2a4fc5e1b281ab75c4c5969edf2ec5c5c737f6e
--- /dev/null
+++ b/build/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_dma
@@ -0,0 +1 @@
+/opt/ncs/zephyr/include/zephyr/dt-bindings/dma
\ No newline at end of file
diff --git a/build/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_espi b/build/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_espi
new file mode 120000
index 0000000000000000000000000000000000000000..031b8037285d6997c3a984ca6fb636625d62f5e3
--- /dev/null
+++ b/build/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_espi
@@ -0,0 +1 @@
+/opt/ncs/zephyr/include/zephyr/dt-bindings/espi
\ No newline at end of file
diff --git a/build/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_ethernet b/build/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_ethernet
new file mode 120000
index 0000000000000000000000000000000000000000..ac8e2e2a8e1118ad2c230142fef7e64d53392d3b
--- /dev/null
+++ b/build/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_ethernet
@@ -0,0 +1 @@
+/opt/ncs/zephyr/include/zephyr/dt-bindings/ethernet
\ No newline at end of file
diff --git a/build/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_flash_controller b/build/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_flash_controller
new file mode 120000
index 0000000000000000000000000000000000000000..5aa3803f932f35360794ec21e5a5f70a542dc47a
--- /dev/null
+++ b/build/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_flash_controller
@@ -0,0 +1 @@
+/opt/ncs/zephyr/include/zephyr/dt-bindings/flash_controller
\ No newline at end of file
diff --git a/build/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_gnss b/build/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_gnss
new file mode 120000
index 0000000000000000000000000000000000000000..154d5681acf62460e87cef1d6a723a8f2f9e63cc
--- /dev/null
+++ b/build/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_gnss
@@ -0,0 +1 @@
+/opt/ncs/zephyr/include/zephyr/dt-bindings/gnss
\ No newline at end of file
diff --git a/build/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_gpio b/build/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_gpio
new file mode 120000
index 0000000000000000000000000000000000000000..6b771ad3d7ef14b7623fcd7c89eeb833e0e7604a
--- /dev/null
+++ b/build/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_gpio
@@ -0,0 +1 @@
+/opt/ncs/zephyr/include/zephyr/dt-bindings/gpio
\ No newline at end of file
diff --git a/build/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_i2c b/build/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_i2c
new file mode 120000
index 0000000000000000000000000000000000000000..c4989b86a0d9f535ac00c767ed519ffff2109123
--- /dev/null
+++ b/build/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_i2c
@@ -0,0 +1 @@
+/opt/ncs/zephyr/include/zephyr/dt-bindings/i2c
\ No newline at end of file
diff --git a/build/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_input b/build/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_input
new file mode 120000
index 0000000000000000000000000000000000000000..8dca2fd4c43b6af25b783ca06d411b8faaa67aa5
--- /dev/null
+++ b/build/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_input
@@ -0,0 +1 @@
+/opt/ncs/zephyr/include/zephyr/dt-bindings/input
\ No newline at end of file
diff --git a/build/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_inputmux b/build/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_inputmux
new file mode 120000
index 0000000000000000000000000000000000000000..0625416ae4e43b9761f6e1a1ebf1cc5402c881d5
--- /dev/null
+++ b/build/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_inputmux
@@ -0,0 +1 @@
+/opt/ncs/zephyr/include/zephyr/dt-bindings/inputmux
\ No newline at end of file
diff --git a/build/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_interrupt-controller b/build/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_interrupt-controller
new file mode 120000
index 0000000000000000000000000000000000000000..4c5c1c3bd3f6b5c37a0ab304483a58b534a68aad
--- /dev/null
+++ b/build/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_interrupt-controller
@@ -0,0 +1 @@
+/opt/ncs/zephyr/include/zephyr/dt-bindings/interrupt-controller
\ No newline at end of file
diff --git a/build/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_ipc_service b/build/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_ipc_service
new file mode 120000
index 0000000000000000000000000000000000000000..c4a35577ce701ee453034e41e4874b1d135bff18
--- /dev/null
+++ b/build/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_ipc_service
@@ -0,0 +1 @@
+/opt/ncs/zephyr/include/zephyr/dt-bindings/ipc_service
\ No newline at end of file
diff --git a/build/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_led b/build/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_led
new file mode 120000
index 0000000000000000000000000000000000000000..f2cef624fbab0914f5e0c145242bec83c785f137
--- /dev/null
+++ b/build/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_led
@@ -0,0 +1 @@
+/opt/ncs/zephyr/include/zephyr/dt-bindings/led
\ No newline at end of file
diff --git a/build/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_lora b/build/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_lora
new file mode 120000
index 0000000000000000000000000000000000000000..0347f72f9c4b025ef6be02953b8ba42a35518aeb
--- /dev/null
+++ b/build/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_lora
@@ -0,0 +1 @@
+/opt/ncs/zephyr/include/zephyr/dt-bindings/lora
\ No newline at end of file
diff --git a/build/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_lvgl b/build/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_lvgl
new file mode 120000
index 0000000000000000000000000000000000000000..210bef1ebe578143688a10fa131ec62fc5a67442
--- /dev/null
+++ b/build/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_lvgl
@@ -0,0 +1 @@
+/opt/ncs/zephyr/include/zephyr/dt-bindings/lvgl
\ No newline at end of file
diff --git a/build/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_memory-attr b/build/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_memory-attr
new file mode 120000
index 0000000000000000000000000000000000000000..a6f9b54b9e9b7211e9db634d3a690d669b079626
--- /dev/null
+++ b/build/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_memory-attr
@@ -0,0 +1 @@
+/opt/ncs/zephyr/include/zephyr/dt-bindings/memory-attr
\ No newline at end of file
diff --git a/build/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_memory-controller b/build/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_memory-controller
new file mode 120000
index 0000000000000000000000000000000000000000..02b69f0de73a44e2d5a1800247387d5f149dc649
--- /dev/null
+++ b/build/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_memory-controller
@@ -0,0 +1 @@
+/opt/ncs/zephyr/include/zephyr/dt-bindings/memory-controller
\ No newline at end of file
diff --git a/build/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_mipi_dbi b/build/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_mipi_dbi
new file mode 120000
index 0000000000000000000000000000000000000000..9f6a2611efc67c3c03a19b3f96586821f411dcae
--- /dev/null
+++ b/build/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_mipi_dbi
@@ -0,0 +1 @@
+/opt/ncs/zephyr/include/zephyr/dt-bindings/mipi_dbi
\ No newline at end of file
diff --git a/build/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_mipi_dsi b/build/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_mipi_dsi
new file mode 120000
index 0000000000000000000000000000000000000000..1b81b3ddc2d45f6b7f922c5e329e2df539d5a4da
--- /dev/null
+++ b/build/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_mipi_dsi
@@ -0,0 +1 @@
+/opt/ncs/zephyr/include/zephyr/dt-bindings/mipi_dsi
\ No newline at end of file
diff --git a/build/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_misc b/build/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_misc
new file mode 120000
index 0000000000000000000000000000000000000000..044d3dc7807a6a3c0aa44ef63cd50ec6911b5974
--- /dev/null
+++ b/build/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_misc
@@ -0,0 +1 @@
+/opt/ncs/zephyr/include/zephyr/dt-bindings/misc
\ No newline at end of file
diff --git a/build/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_pcie b/build/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_pcie
new file mode 120000
index 0000000000000000000000000000000000000000..b61dca45456b762ab409409fe640b674306edb0f
--- /dev/null
+++ b/build/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_pcie
@@ -0,0 +1 @@
+/opt/ncs/zephyr/include/zephyr/dt-bindings/pcie
\ No newline at end of file
diff --git a/build/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_pinctrl b/build/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_pinctrl
new file mode 120000
index 0000000000000000000000000000000000000000..d7a84b44b89f385807dd23c6def5b38db4682d50
--- /dev/null
+++ b/build/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_pinctrl
@@ -0,0 +1 @@
+/opt/ncs/zephyr/include/zephyr/dt-bindings/pinctrl
\ No newline at end of file
diff --git a/build/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_pinctrl_renesas b/build/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_pinctrl_renesas
new file mode 120000
index 0000000000000000000000000000000000000000..6ba69060de6e3861b988da0d38bc34970cdc44f5
--- /dev/null
+++ b/build/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_pinctrl_renesas
@@ -0,0 +1 @@
+/opt/ncs/zephyr/include/zephyr/dt-bindings/pinctrl/renesas
\ No newline at end of file
diff --git a/build/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_pm b/build/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_pm
new file mode 120000
index 0000000000000000000000000000000000000000..ffe5023e657b5739f07cde76312ae1f2d5f42786
--- /dev/null
+++ b/build/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_pm
@@ -0,0 +1 @@
+/opt/ncs/zephyr/include/zephyr/dt-bindings/pm
\ No newline at end of file
diff --git a/build/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_power b/build/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_power
new file mode 120000
index 0000000000000000000000000000000000000000..ab049c9165536203490dafb87af0e192d9c179f0
--- /dev/null
+++ b/build/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_power
@@ -0,0 +1 @@
+/opt/ncs/zephyr/include/zephyr/dt-bindings/power
\ No newline at end of file
diff --git a/build/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_pwm b/build/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_pwm
new file mode 120000
index 0000000000000000000000000000000000000000..3059d076cb2ad473a4e86596c14a757f578c3cb9
--- /dev/null
+++ b/build/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_pwm
@@ -0,0 +1 @@
+/opt/ncs/zephyr/include/zephyr/dt-bindings/pwm
\ No newline at end of file
diff --git a/build/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_rdc b/build/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_rdc
new file mode 120000
index 0000000000000000000000000000000000000000..02f63dabf01fd23e453fc503da9bcc34cdf01ff8
--- /dev/null
+++ b/build/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_rdc
@@ -0,0 +1 @@
+/opt/ncs/zephyr/include/zephyr/dt-bindings/rdc
\ No newline at end of file
diff --git a/build/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_regulator b/build/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_regulator
new file mode 120000
index 0000000000000000000000000000000000000000..31a38ce6a1d0bd67677a6578d5bbb0362145bcc2
--- /dev/null
+++ b/build/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_regulator
@@ -0,0 +1 @@
+/opt/ncs/zephyr/include/zephyr/dt-bindings/regulator
\ No newline at end of file
diff --git a/build/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_reset b/build/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_reset
new file mode 120000
index 0000000000000000000000000000000000000000..abd771411287a447bcfb00ee07cce12c20cfcf4b
--- /dev/null
+++ b/build/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_reset
@@ -0,0 +1 @@
+/opt/ncs/zephyr/include/zephyr/dt-bindings/reset
\ No newline at end of file
diff --git a/build/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_sensor b/build/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_sensor
new file mode 120000
index 0000000000000000000000000000000000000000..ceeca3b31f4a5c7aed99d5db92ad88bff564078c
--- /dev/null
+++ b/build/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_sensor
@@ -0,0 +1 @@
+/opt/ncs/zephyr/include/zephyr/dt-bindings/sensor
\ No newline at end of file
diff --git a/build/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_spi b/build/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_spi
new file mode 120000
index 0000000000000000000000000000000000000000..67346492be9bb188a13efea6db87e0ec9ff91501
--- /dev/null
+++ b/build/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_spi
@@ -0,0 +1 @@
+/opt/ncs/zephyr/include/zephyr/dt-bindings/spi
\ No newline at end of file
diff --git a/build/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_timer b/build/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_timer
new file mode 120000
index 0000000000000000000000000000000000000000..09f8d5bebf10414258254a00d6982129d623e360
--- /dev/null
+++ b/build/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_timer
@@ -0,0 +1 @@
+/opt/ncs/zephyr/include/zephyr/dt-bindings/timer
\ No newline at end of file
diff --git a/build/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_usb b/build/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_usb
new file mode 120000
index 0000000000000000000000000000000000000000..1863db2b31c765780090faa31f2b473651c8b7f7
--- /dev/null
+++ b/build/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_usb
@@ -0,0 +1 @@
+/opt/ncs/zephyr/include/zephyr/dt-bindings/usb
\ No newline at end of file
diff --git a/build/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_usb-c b/build/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_usb-c
new file mode 120000
index 0000000000000000000000000000000000000000..3ebfa1fc6ed0335342916654fb674bc9b9832821
--- /dev/null
+++ b/build/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_usb-c
@@ -0,0 +1 @@
+/opt/ncs/zephyr/include/zephyr/dt-bindings/usb-c
\ No newline at end of file
diff --git a/build/zephyr/misc/generated/syscalls_links/include_zephyr_fs b/build/zephyr/misc/generated/syscalls_links/include_zephyr_fs
new file mode 120000
index 0000000000000000000000000000000000000000..6e1c81df3f3b696e6b03c3fe98fa3048e104ecb8
--- /dev/null
+++ b/build/zephyr/misc/generated/syscalls_links/include_zephyr_fs
@@ -0,0 +1 @@
+/opt/ncs/zephyr/include/zephyr/fs
\ No newline at end of file
diff --git a/build/zephyr/misc/generated/syscalls_links/include_zephyr_input b/build/zephyr/misc/generated/syscalls_links/include_zephyr_input
new file mode 120000
index 0000000000000000000000000000000000000000..b0102bae199532fbe56318b7adf2dbd0491c733c
--- /dev/null
+++ b/build/zephyr/misc/generated/syscalls_links/include_zephyr_input
@@ -0,0 +1 @@
+/opt/ncs/zephyr/include/zephyr/input
\ No newline at end of file
diff --git a/build/zephyr/misc/generated/syscalls_links/include_zephyr_internal b/build/zephyr/misc/generated/syscalls_links/include_zephyr_internal
new file mode 120000
index 0000000000000000000000000000000000000000..457053eabeb5a70a9a6f74f1c74fb11b2c52e9a8
--- /dev/null
+++ b/build/zephyr/misc/generated/syscalls_links/include_zephyr_internal
@@ -0,0 +1 @@
+/opt/ncs/zephyr/include/zephyr/internal
\ No newline at end of file
diff --git a/build/zephyr/misc/generated/syscalls_links/include_zephyr_ipc b/build/zephyr/misc/generated/syscalls_links/include_zephyr_ipc
new file mode 120000
index 0000000000000000000000000000000000000000..2b5acf32f1be3339a88220f225c0ab0a8dd1567f
--- /dev/null
+++ b/build/zephyr/misc/generated/syscalls_links/include_zephyr_ipc
@@ -0,0 +1 @@
+/opt/ncs/zephyr/include/zephyr/ipc
\ No newline at end of file
diff --git a/build/zephyr/misc/generated/syscalls_links/include_zephyr_kernel b/build/zephyr/misc/generated/syscalls_links/include_zephyr_kernel
new file mode 120000
index 0000000000000000000000000000000000000000..f4a95e107bf73332115852761eea7237b2250867
--- /dev/null
+++ b/build/zephyr/misc/generated/syscalls_links/include_zephyr_kernel
@@ -0,0 +1 @@
+/opt/ncs/zephyr/include/zephyr/kernel
\ No newline at end of file
diff --git a/build/zephyr/misc/generated/syscalls_links/include_zephyr_kernel_internal b/build/zephyr/misc/generated/syscalls_links/include_zephyr_kernel_internal
new file mode 120000
index 0000000000000000000000000000000000000000..9013674334fca9ce7498217a464e958931385d7c
--- /dev/null
+++ b/build/zephyr/misc/generated/syscalls_links/include_zephyr_kernel_internal
@@ -0,0 +1 @@
+/opt/ncs/zephyr/include/zephyr/kernel/internal
\ No newline at end of file
diff --git a/build/zephyr/misc/generated/syscalls_links/include_zephyr_kernel_mm b/build/zephyr/misc/generated/syscalls_links/include_zephyr_kernel_mm
new file mode 120000
index 0000000000000000000000000000000000000000..5ca96856463f4c89a6e3bab6bea0a807452b369b
--- /dev/null
+++ b/build/zephyr/misc/generated/syscalls_links/include_zephyr_kernel_mm
@@ -0,0 +1 @@
+/opt/ncs/zephyr/include/zephyr/kernel/mm
\ No newline at end of file
diff --git a/build/zephyr/misc/generated/syscalls_links/include_zephyr_linker b/build/zephyr/misc/generated/syscalls_links/include_zephyr_linker
new file mode 120000
index 0000000000000000000000000000000000000000..94f7ea5271ced9f6600a5ca0191a9eab7a2dfd15
--- /dev/null
+++ b/build/zephyr/misc/generated/syscalls_links/include_zephyr_linker
@@ -0,0 +1 @@
+/opt/ncs/zephyr/include/zephyr/linker
\ No newline at end of file
diff --git a/build/zephyr/misc/generated/syscalls_links/include_zephyr_linker_common-rom b/build/zephyr/misc/generated/syscalls_links/include_zephyr_linker_common-rom
new file mode 120000
index 0000000000000000000000000000000000000000..827b38bbb365b1cb9c11cdd1d52c7dda4e653a0f
--- /dev/null
+++ b/build/zephyr/misc/generated/syscalls_links/include_zephyr_linker_common-rom
@@ -0,0 +1 @@
+/opt/ncs/zephyr/include/zephyr/linker/common-rom
\ No newline at end of file
diff --git a/build/zephyr/misc/generated/syscalls_links/include_zephyr_llext b/build/zephyr/misc/generated/syscalls_links/include_zephyr_llext
new file mode 120000
index 0000000000000000000000000000000000000000..b5adb6a364e36963ec4d270e6fd0339a3a41567b
--- /dev/null
+++ b/build/zephyr/misc/generated/syscalls_links/include_zephyr_llext
@@ -0,0 +1 @@
+/opt/ncs/zephyr/include/zephyr/llext
\ No newline at end of file
diff --git a/build/zephyr/misc/generated/syscalls_links/include_zephyr_logging b/build/zephyr/misc/generated/syscalls_links/include_zephyr_logging
new file mode 120000
index 0000000000000000000000000000000000000000..d42be9e102850fbc2c935ec0d8ccf5c2db192b27
--- /dev/null
+++ b/build/zephyr/misc/generated/syscalls_links/include_zephyr_logging
@@ -0,0 +1 @@
+/opt/ncs/zephyr/include/zephyr/logging
\ No newline at end of file
diff --git a/build/zephyr/misc/generated/syscalls_links/include_zephyr_lorawan b/build/zephyr/misc/generated/syscalls_links/include_zephyr_lorawan
new file mode 120000
index 0000000000000000000000000000000000000000..c00db9b1009cc4ae968c3737e95b11cb7482cfa9
--- /dev/null
+++ b/build/zephyr/misc/generated/syscalls_links/include_zephyr_lorawan
@@ -0,0 +1 @@
+/opt/ncs/zephyr/include/zephyr/lorawan
\ No newline at end of file
diff --git a/build/zephyr/misc/generated/syscalls_links/include_zephyr_math b/build/zephyr/misc/generated/syscalls_links/include_zephyr_math
new file mode 120000
index 0000000000000000000000000000000000000000..833d65d29f29666b57498fbdd4ed0d7271eca939
--- /dev/null
+++ b/build/zephyr/misc/generated/syscalls_links/include_zephyr_math
@@ -0,0 +1 @@
+/opt/ncs/zephyr/include/zephyr/math
\ No newline at end of file
diff --git a/build/zephyr/misc/generated/syscalls_links/include_zephyr_mem_mgmt b/build/zephyr/misc/generated/syscalls_links/include_zephyr_mem_mgmt
new file mode 120000
index 0000000000000000000000000000000000000000..0fba048ec39922c9faf24d9edc1ed0d6664c2b92
--- /dev/null
+++ b/build/zephyr/misc/generated/syscalls_links/include_zephyr_mem_mgmt
@@ -0,0 +1 @@
+/opt/ncs/zephyr/include/zephyr/mem_mgmt
\ No newline at end of file
diff --git a/build/zephyr/misc/generated/syscalls_links/include_zephyr_mgmt b/build/zephyr/misc/generated/syscalls_links/include_zephyr_mgmt
new file mode 120000
index 0000000000000000000000000000000000000000..93af7c03cd01b8408e50a3f73a8b47c22974ef08
--- /dev/null
+++ b/build/zephyr/misc/generated/syscalls_links/include_zephyr_mgmt
@@ -0,0 +1 @@
+/opt/ncs/zephyr/include/zephyr/mgmt
\ No newline at end of file
diff --git a/build/zephyr/misc/generated/syscalls_links/include_zephyr_mgmt_ec_host_cmd b/build/zephyr/misc/generated/syscalls_links/include_zephyr_mgmt_ec_host_cmd
new file mode 120000
index 0000000000000000000000000000000000000000..31ad19413928b605a0dec37c7a21fe9d76750128
--- /dev/null
+++ b/build/zephyr/misc/generated/syscalls_links/include_zephyr_mgmt_ec_host_cmd
@@ -0,0 +1 @@
+/opt/ncs/zephyr/include/zephyr/mgmt/ec_host_cmd
\ No newline at end of file
diff --git a/build/zephyr/misc/generated/syscalls_links/include_zephyr_mgmt_mcumgr b/build/zephyr/misc/generated/syscalls_links/include_zephyr_mgmt_mcumgr
new file mode 120000
index 0000000000000000000000000000000000000000..40558cc280c8daa1b8ed867f5916c33e1be07d4f
--- /dev/null
+++ b/build/zephyr/misc/generated/syscalls_links/include_zephyr_mgmt_mcumgr
@@ -0,0 +1 @@
+/opt/ncs/zephyr/include/zephyr/mgmt/mcumgr
\ No newline at end of file
diff --git a/build/zephyr/misc/generated/syscalls_links/include_zephyr_mgmt_mcumgr_grp b/build/zephyr/misc/generated/syscalls_links/include_zephyr_mgmt_mcumgr_grp
new file mode 120000
index 0000000000000000000000000000000000000000..66688a86b0fb932f4bff337a914eda3b4280d5b5
--- /dev/null
+++ b/build/zephyr/misc/generated/syscalls_links/include_zephyr_mgmt_mcumgr_grp
@@ -0,0 +1 @@
+/opt/ncs/zephyr/include/zephyr/mgmt/mcumgr/grp
\ No newline at end of file
diff --git a/build/zephyr/misc/generated/syscalls_links/include_zephyr_mgmt_mcumgr_grp_fs_mgmt b/build/zephyr/misc/generated/syscalls_links/include_zephyr_mgmt_mcumgr_grp_fs_mgmt
new file mode 120000
index 0000000000000000000000000000000000000000..289cf5507dec6699ac79cbeb3106c232caba6370
--- /dev/null
+++ b/build/zephyr/misc/generated/syscalls_links/include_zephyr_mgmt_mcumgr_grp_fs_mgmt
@@ -0,0 +1 @@
+/opt/ncs/zephyr/include/zephyr/mgmt/mcumgr/grp/fs_mgmt
\ No newline at end of file
diff --git a/build/zephyr/misc/generated/syscalls_links/include_zephyr_mgmt_mcumgr_grp_img_mgmt b/build/zephyr/misc/generated/syscalls_links/include_zephyr_mgmt_mcumgr_grp_img_mgmt
new file mode 120000
index 0000000000000000000000000000000000000000..2b3110859402d4d4ac05df66d9702b4f09826616
--- /dev/null
+++ b/build/zephyr/misc/generated/syscalls_links/include_zephyr_mgmt_mcumgr_grp_img_mgmt
@@ -0,0 +1 @@
+/opt/ncs/zephyr/include/zephyr/mgmt/mcumgr/grp/img_mgmt
\ No newline at end of file
diff --git a/build/zephyr/misc/generated/syscalls_links/include_zephyr_mgmt_mcumgr_grp_os_mgmt b/build/zephyr/misc/generated/syscalls_links/include_zephyr_mgmt_mcumgr_grp_os_mgmt
new file mode 120000
index 0000000000000000000000000000000000000000..36df2b8c1ac1e9fa50da9a0b3084c1c253f74d1d
--- /dev/null
+++ b/build/zephyr/misc/generated/syscalls_links/include_zephyr_mgmt_mcumgr_grp_os_mgmt
@@ -0,0 +1 @@
+/opt/ncs/zephyr/include/zephyr/mgmt/mcumgr/grp/os_mgmt
\ No newline at end of file
diff --git a/build/zephyr/misc/generated/syscalls_links/include_zephyr_mgmt_mcumgr_grp_settings_mgmt b/build/zephyr/misc/generated/syscalls_links/include_zephyr_mgmt_mcumgr_grp_settings_mgmt
new file mode 120000
index 0000000000000000000000000000000000000000..34d7e7ecbfb26ddd92283d768dba1ee2a70a9618
--- /dev/null
+++ b/build/zephyr/misc/generated/syscalls_links/include_zephyr_mgmt_mcumgr_grp_settings_mgmt
@@ -0,0 +1 @@
+/opt/ncs/zephyr/include/zephyr/mgmt/mcumgr/grp/settings_mgmt
\ No newline at end of file
diff --git a/build/zephyr/misc/generated/syscalls_links/include_zephyr_mgmt_mcumgr_grp_shell_mgmt b/build/zephyr/misc/generated/syscalls_links/include_zephyr_mgmt_mcumgr_grp_shell_mgmt
new file mode 120000
index 0000000000000000000000000000000000000000..ca5ed8b3e237725b6507571ea9c5d5c81189c8a0
--- /dev/null
+++ b/build/zephyr/misc/generated/syscalls_links/include_zephyr_mgmt_mcumgr_grp_shell_mgmt
@@ -0,0 +1 @@
+/opt/ncs/zephyr/include/zephyr/mgmt/mcumgr/grp/shell_mgmt
\ No newline at end of file
diff --git a/build/zephyr/misc/generated/syscalls_links/include_zephyr_mgmt_mcumgr_grp_stat_mgmt b/build/zephyr/misc/generated/syscalls_links/include_zephyr_mgmt_mcumgr_grp_stat_mgmt
new file mode 120000
index 0000000000000000000000000000000000000000..0be3c66a87602ef034ad91390e604c6488dad8b8
--- /dev/null
+++ b/build/zephyr/misc/generated/syscalls_links/include_zephyr_mgmt_mcumgr_grp_stat_mgmt
@@ -0,0 +1 @@
+/opt/ncs/zephyr/include/zephyr/mgmt/mcumgr/grp/stat_mgmt
\ No newline at end of file
diff --git a/build/zephyr/misc/generated/syscalls_links/include_zephyr_mgmt_mcumgr_grp_zephyr b/build/zephyr/misc/generated/syscalls_links/include_zephyr_mgmt_mcumgr_grp_zephyr
new file mode 120000
index 0000000000000000000000000000000000000000..1d6883272bbbd65cdae9a0570e9a224f5ca7d1ec
--- /dev/null
+++ b/build/zephyr/misc/generated/syscalls_links/include_zephyr_mgmt_mcumgr_grp_zephyr
@@ -0,0 +1 @@
+/opt/ncs/zephyr/include/zephyr/mgmt/mcumgr/grp/zephyr
\ No newline at end of file
diff --git a/build/zephyr/misc/generated/syscalls_links/include_zephyr_mgmt_mcumgr_mgmt b/build/zephyr/misc/generated/syscalls_links/include_zephyr_mgmt_mcumgr_mgmt
new file mode 120000
index 0000000000000000000000000000000000000000..b8c65926bb58801dc361ddbf784cd80e20267726
--- /dev/null
+++ b/build/zephyr/misc/generated/syscalls_links/include_zephyr_mgmt_mcumgr_mgmt
@@ -0,0 +1 @@
+/opt/ncs/zephyr/include/zephyr/mgmt/mcumgr/mgmt
\ No newline at end of file
diff --git a/build/zephyr/misc/generated/syscalls_links/include_zephyr_mgmt_mcumgr_smp b/build/zephyr/misc/generated/syscalls_links/include_zephyr_mgmt_mcumgr_smp
new file mode 120000
index 0000000000000000000000000000000000000000..9fec51fb8f98fad26dfbebeb47ee9c18c88a2611
--- /dev/null
+++ b/build/zephyr/misc/generated/syscalls_links/include_zephyr_mgmt_mcumgr_smp
@@ -0,0 +1 @@
+/opt/ncs/zephyr/include/zephyr/mgmt/mcumgr/smp
\ No newline at end of file
diff --git a/build/zephyr/misc/generated/syscalls_links/include_zephyr_mgmt_mcumgr_transport b/build/zephyr/misc/generated/syscalls_links/include_zephyr_mgmt_mcumgr_transport
new file mode 120000
index 0000000000000000000000000000000000000000..ef79c9c54752bbfe686d7b0e5ce90b7fd8f27aa6
--- /dev/null
+++ b/build/zephyr/misc/generated/syscalls_links/include_zephyr_mgmt_mcumgr_transport
@@ -0,0 +1 @@
+/opt/ncs/zephyr/include/zephyr/mgmt/mcumgr/transport
\ No newline at end of file
diff --git a/build/zephyr/misc/generated/syscalls_links/include_zephyr_modbus b/build/zephyr/misc/generated/syscalls_links/include_zephyr_modbus
new file mode 120000
index 0000000000000000000000000000000000000000..45554568a475787b6f7af795274f96a3e58eace3
--- /dev/null
+++ b/build/zephyr/misc/generated/syscalls_links/include_zephyr_modbus
@@ -0,0 +1 @@
+/opt/ncs/zephyr/include/zephyr/modbus
\ No newline at end of file
diff --git a/build/zephyr/misc/generated/syscalls_links/include_zephyr_modem b/build/zephyr/misc/generated/syscalls_links/include_zephyr_modem
new file mode 120000
index 0000000000000000000000000000000000000000..2335ecc90ca289d7e1fbd978e55b4e5d627ffc52
--- /dev/null
+++ b/build/zephyr/misc/generated/syscalls_links/include_zephyr_modem
@@ -0,0 +1 @@
+/opt/ncs/zephyr/include/zephyr/modem
\ No newline at end of file
diff --git a/build/zephyr/misc/generated/syscalls_links/include_zephyr_modem_backend b/build/zephyr/misc/generated/syscalls_links/include_zephyr_modem_backend
new file mode 120000
index 0000000000000000000000000000000000000000..3b686b64a238e323d36621c8362aa7b76538352f
--- /dev/null
+++ b/build/zephyr/misc/generated/syscalls_links/include_zephyr_modem_backend
@@ -0,0 +1 @@
+/opt/ncs/zephyr/include/zephyr/modem/backend
\ No newline at end of file
diff --git a/build/zephyr/misc/generated/syscalls_links/include_zephyr_multi_heap b/build/zephyr/misc/generated/syscalls_links/include_zephyr_multi_heap
new file mode 120000
index 0000000000000000000000000000000000000000..5ce47dc63435cd9fef367f761116afe85bfc2b43
--- /dev/null
+++ b/build/zephyr/misc/generated/syscalls_links/include_zephyr_multi_heap
@@ -0,0 +1 @@
+/opt/ncs/zephyr/include/zephyr/multi_heap
\ No newline at end of file
diff --git a/build/zephyr/misc/generated/syscalls_links/include_zephyr_net b/build/zephyr/misc/generated/syscalls_links/include_zephyr_net
new file mode 120000
index 0000000000000000000000000000000000000000..1689b1b78fd23feb4bdf8e35376e1ca219793805
--- /dev/null
+++ b/build/zephyr/misc/generated/syscalls_links/include_zephyr_net
@@ -0,0 +1 @@
+/opt/ncs/zephyr/include/zephyr/net
\ No newline at end of file
diff --git a/build/zephyr/misc/generated/syscalls_links/include_zephyr_net_conn_mgr b/build/zephyr/misc/generated/syscalls_links/include_zephyr_net_conn_mgr
new file mode 120000
index 0000000000000000000000000000000000000000..8f12f20ed6412f460899cdac362adfdeb969e1dd
--- /dev/null
+++ b/build/zephyr/misc/generated/syscalls_links/include_zephyr_net_conn_mgr
@@ -0,0 +1 @@
+/opt/ncs/zephyr/include/zephyr/net/conn_mgr
\ No newline at end of file
diff --git a/build/zephyr/misc/generated/syscalls_links/include_zephyr_net_http b/build/zephyr/misc/generated/syscalls_links/include_zephyr_net_http
new file mode 120000
index 0000000000000000000000000000000000000000..ed3fc570f05fb946e9e8cd85773dfad1eebb519a
--- /dev/null
+++ b/build/zephyr/misc/generated/syscalls_links/include_zephyr_net_http
@@ -0,0 +1 @@
+/opt/ncs/zephyr/include/zephyr/net/http
\ No newline at end of file
diff --git a/build/zephyr/misc/generated/syscalls_links/include_zephyr_pm b/build/zephyr/misc/generated/syscalls_links/include_zephyr_pm
new file mode 120000
index 0000000000000000000000000000000000000000..7ad6f7d75ac7425920b84eb928643691fcdc2db6
--- /dev/null
+++ b/build/zephyr/misc/generated/syscalls_links/include_zephyr_pm
@@ -0,0 +1 @@
+/opt/ncs/zephyr/include/zephyr/pm
\ No newline at end of file
diff --git a/build/zephyr/misc/generated/syscalls_links/include_zephyr_portability b/build/zephyr/misc/generated/syscalls_links/include_zephyr_portability
new file mode 120000
index 0000000000000000000000000000000000000000..93472dbff523506c39cf453db1911488c612e584
--- /dev/null
+++ b/build/zephyr/misc/generated/syscalls_links/include_zephyr_portability
@@ -0,0 +1 @@
+/opt/ncs/zephyr/include/zephyr/portability
\ No newline at end of file
diff --git a/build/zephyr/misc/generated/syscalls_links/include_zephyr_posix b/build/zephyr/misc/generated/syscalls_links/include_zephyr_posix
new file mode 120000
index 0000000000000000000000000000000000000000..0ebfe413c535f606b6456ec377e6cb10bd5f839a
--- /dev/null
+++ b/build/zephyr/misc/generated/syscalls_links/include_zephyr_posix
@@ -0,0 +1 @@
+/opt/ncs/zephyr/include/zephyr/posix
\ No newline at end of file
diff --git a/build/zephyr/misc/generated/syscalls_links/include_zephyr_posix_arpa b/build/zephyr/misc/generated/syscalls_links/include_zephyr_posix_arpa
new file mode 120000
index 0000000000000000000000000000000000000000..da80f6429626dcbf57b75665b559f3c20d4f200a
--- /dev/null
+++ b/build/zephyr/misc/generated/syscalls_links/include_zephyr_posix_arpa
@@ -0,0 +1 @@
+/opt/ncs/zephyr/include/zephyr/posix/arpa
\ No newline at end of file
diff --git a/build/zephyr/misc/generated/syscalls_links/include_zephyr_posix_net b/build/zephyr/misc/generated/syscalls_links/include_zephyr_posix_net
new file mode 120000
index 0000000000000000000000000000000000000000..30ef50bc93be76340018e185f86e523b97cf414a
--- /dev/null
+++ b/build/zephyr/misc/generated/syscalls_links/include_zephyr_posix_net
@@ -0,0 +1 @@
+/opt/ncs/zephyr/include/zephyr/posix/net
\ No newline at end of file
diff --git a/build/zephyr/misc/generated/syscalls_links/include_zephyr_posix_netinet b/build/zephyr/misc/generated/syscalls_links/include_zephyr_posix_netinet
new file mode 120000
index 0000000000000000000000000000000000000000..46e0404fd0ba31117ad6eea96ca60e2e364f78b1
--- /dev/null
+++ b/build/zephyr/misc/generated/syscalls_links/include_zephyr_posix_netinet
@@ -0,0 +1 @@
+/opt/ncs/zephyr/include/zephyr/posix/netinet
\ No newline at end of file
diff --git a/build/zephyr/misc/generated/syscalls_links/include_zephyr_posix_sys b/build/zephyr/misc/generated/syscalls_links/include_zephyr_posix_sys
new file mode 120000
index 0000000000000000000000000000000000000000..eb55e307a4586d5d3495ab6b4464e21c98287b08
--- /dev/null
+++ b/build/zephyr/misc/generated/syscalls_links/include_zephyr_posix_sys
@@ -0,0 +1 @@
+/opt/ncs/zephyr/include/zephyr/posix/sys
\ No newline at end of file
diff --git a/build/zephyr/misc/generated/syscalls_links/include_zephyr_random b/build/zephyr/misc/generated/syscalls_links/include_zephyr_random
new file mode 120000
index 0000000000000000000000000000000000000000..90b3aaf6fcfeece51d847e55b6ace3ef2c7bfeb3
--- /dev/null
+++ b/build/zephyr/misc/generated/syscalls_links/include_zephyr_random
@@ -0,0 +1 @@
+/opt/ncs/zephyr/include/zephyr/random
\ No newline at end of file
diff --git a/build/zephyr/misc/generated/syscalls_links/include_zephyr_retention b/build/zephyr/misc/generated/syscalls_links/include_zephyr_retention
new file mode 120000
index 0000000000000000000000000000000000000000..fb7ef66619eaf78062fe4b6090fd85ad4ad84cdb
--- /dev/null
+++ b/build/zephyr/misc/generated/syscalls_links/include_zephyr_retention
@@ -0,0 +1 @@
+/opt/ncs/zephyr/include/zephyr/retention
\ No newline at end of file
diff --git a/build/zephyr/misc/generated/syscalls_links/include_zephyr_rtio b/build/zephyr/misc/generated/syscalls_links/include_zephyr_rtio
new file mode 120000
index 0000000000000000000000000000000000000000..667d519753c4ed27793f7cbf0a6ec22ec8eaef29
--- /dev/null
+++ b/build/zephyr/misc/generated/syscalls_links/include_zephyr_rtio
@@ -0,0 +1 @@
+/opt/ncs/zephyr/include/zephyr/rtio
\ No newline at end of file
diff --git a/build/zephyr/misc/generated/syscalls_links/include_zephyr_sd b/build/zephyr/misc/generated/syscalls_links/include_zephyr_sd
new file mode 120000
index 0000000000000000000000000000000000000000..b723b3c6d2b5d030395e37f56bca4fb78e39a486
--- /dev/null
+++ b/build/zephyr/misc/generated/syscalls_links/include_zephyr_sd
@@ -0,0 +1 @@
+/opt/ncs/zephyr/include/zephyr/sd
\ No newline at end of file
diff --git a/build/zephyr/misc/generated/syscalls_links/include_zephyr_sensing b/build/zephyr/misc/generated/syscalls_links/include_zephyr_sensing
new file mode 120000
index 0000000000000000000000000000000000000000..bd7b6e3bb2008ebe532a2a4134867a22426d908c
--- /dev/null
+++ b/build/zephyr/misc/generated/syscalls_links/include_zephyr_sensing
@@ -0,0 +1 @@
+/opt/ncs/zephyr/include/zephyr/sensing
\ No newline at end of file
diff --git a/build/zephyr/misc/generated/syscalls_links/include_zephyr_settings b/build/zephyr/misc/generated/syscalls_links/include_zephyr_settings
new file mode 120000
index 0000000000000000000000000000000000000000..7368ab43d6cc2c1fe52e18bbbadc5acc80d99be2
--- /dev/null
+++ b/build/zephyr/misc/generated/syscalls_links/include_zephyr_settings
@@ -0,0 +1 @@
+/opt/ncs/zephyr/include/zephyr/settings
\ No newline at end of file
diff --git a/build/zephyr/misc/generated/syscalls_links/include_zephyr_shell b/build/zephyr/misc/generated/syscalls_links/include_zephyr_shell
new file mode 120000
index 0000000000000000000000000000000000000000..582232fe7a5b245a832a72bb0d4312b6b9dbf9d8
--- /dev/null
+++ b/build/zephyr/misc/generated/syscalls_links/include_zephyr_shell
@@ -0,0 +1 @@
+/opt/ncs/zephyr/include/zephyr/shell
\ No newline at end of file
diff --git a/build/zephyr/misc/generated/syscalls_links/include_zephyr_sip_svc b/build/zephyr/misc/generated/syscalls_links/include_zephyr_sip_svc
new file mode 120000
index 0000000000000000000000000000000000000000..acf347a255b16913fa64105f36c7262b10895b8b
--- /dev/null
+++ b/build/zephyr/misc/generated/syscalls_links/include_zephyr_sip_svc
@@ -0,0 +1 @@
+/opt/ncs/zephyr/include/zephyr/sip_svc
\ No newline at end of file
diff --git a/build/zephyr/misc/generated/syscalls_links/include_zephyr_stats b/build/zephyr/misc/generated/syscalls_links/include_zephyr_stats
new file mode 120000
index 0000000000000000000000000000000000000000..1de897c07aeea23644d88321b641f6ba67ddaff7
--- /dev/null
+++ b/build/zephyr/misc/generated/syscalls_links/include_zephyr_stats
@@ -0,0 +1 @@
+/opt/ncs/zephyr/include/zephyr/stats
\ No newline at end of file
diff --git a/build/zephyr/misc/generated/syscalls_links/include_zephyr_storage b/build/zephyr/misc/generated/syscalls_links/include_zephyr_storage
new file mode 120000
index 0000000000000000000000000000000000000000..f76e4d7df859028171b4b5fea39b89978627e0b0
--- /dev/null
+++ b/build/zephyr/misc/generated/syscalls_links/include_zephyr_storage
@@ -0,0 +1 @@
+/opt/ncs/zephyr/include/zephyr/storage
\ No newline at end of file
diff --git a/build/zephyr/misc/generated/syscalls_links/include_zephyr_sys b/build/zephyr/misc/generated/syscalls_links/include_zephyr_sys
new file mode 120000
index 0000000000000000000000000000000000000000..bd7d829146a7036e5873d8793f9e078bd9a65379
--- /dev/null
+++ b/build/zephyr/misc/generated/syscalls_links/include_zephyr_sys
@@ -0,0 +1 @@
+/opt/ncs/zephyr/include/zephyr/sys
\ No newline at end of file
diff --git a/build/zephyr/misc/generated/syscalls_links/include_zephyr_sys_internal b/build/zephyr/misc/generated/syscalls_links/include_zephyr_sys_internal
new file mode 120000
index 0000000000000000000000000000000000000000..1d61348d1521d9fa9f21a18ea8096923e005ecb7
--- /dev/null
+++ b/build/zephyr/misc/generated/syscalls_links/include_zephyr_sys_internal
@@ -0,0 +1 @@
+/opt/ncs/zephyr/include/zephyr/sys/internal
\ No newline at end of file
diff --git a/build/zephyr/misc/generated/syscalls_links/include_zephyr_task_wdt b/build/zephyr/misc/generated/syscalls_links/include_zephyr_task_wdt
new file mode 120000
index 0000000000000000000000000000000000000000..9eec1750645cfe6ca93beb047c6ba39cd3161ac5
--- /dev/null
+++ b/build/zephyr/misc/generated/syscalls_links/include_zephyr_task_wdt
@@ -0,0 +1 @@
+/opt/ncs/zephyr/include/zephyr/task_wdt
\ No newline at end of file
diff --git a/build/zephyr/misc/generated/syscalls_links/include_zephyr_timing b/build/zephyr/misc/generated/syscalls_links/include_zephyr_timing
new file mode 120000
index 0000000000000000000000000000000000000000..c09f2568828fe94bd30c1b1f333c8aea9497a979
--- /dev/null
+++ b/build/zephyr/misc/generated/syscalls_links/include_zephyr_timing
@@ -0,0 +1 @@
+/opt/ncs/zephyr/include/zephyr/timing
\ No newline at end of file
diff --git a/build/zephyr/misc/generated/syscalls_links/include_zephyr_toolchain b/build/zephyr/misc/generated/syscalls_links/include_zephyr_toolchain
new file mode 120000
index 0000000000000000000000000000000000000000..3b68cf63a400bae20fc84e6815b5d98d7f7e0d90
--- /dev/null
+++ b/build/zephyr/misc/generated/syscalls_links/include_zephyr_toolchain
@@ -0,0 +1 @@
+/opt/ncs/zephyr/include/zephyr/toolchain
\ No newline at end of file
diff --git a/build/zephyr/misc/generated/syscalls_links/include_zephyr_tracing b/build/zephyr/misc/generated/syscalls_links/include_zephyr_tracing
new file mode 120000
index 0000000000000000000000000000000000000000..a5d4d0c4495bdb43fc98fb0b082c25cbbe2832af
--- /dev/null
+++ b/build/zephyr/misc/generated/syscalls_links/include_zephyr_tracing
@@ -0,0 +1 @@
+/opt/ncs/zephyr/include/zephyr/tracing
\ No newline at end of file
diff --git a/build/zephyr/misc/generated/syscalls_links/include_zephyr_usb b/build/zephyr/misc/generated/syscalls_links/include_zephyr_usb
new file mode 120000
index 0000000000000000000000000000000000000000..e3c32bfeb3c1e759f4aca38ff717f535aa1a8676
--- /dev/null
+++ b/build/zephyr/misc/generated/syscalls_links/include_zephyr_usb
@@ -0,0 +1 @@
+/opt/ncs/zephyr/include/zephyr/usb
\ No newline at end of file
diff --git a/build/zephyr/misc/generated/syscalls_links/include_zephyr_usb_c b/build/zephyr/misc/generated/syscalls_links/include_zephyr_usb_c
new file mode 120000
index 0000000000000000000000000000000000000000..3a3f77e3183eb4f46074d09fd00b4a3f9f617fa6
--- /dev/null
+++ b/build/zephyr/misc/generated/syscalls_links/include_zephyr_usb_c
@@ -0,0 +1 @@
+/opt/ncs/zephyr/include/zephyr/usb_c
\ No newline at end of file
diff --git a/build/zephyr/misc/generated/syscalls_links/include_zephyr_usb_class b/build/zephyr/misc/generated/syscalls_links/include_zephyr_usb_class
new file mode 120000
index 0000000000000000000000000000000000000000..ae1c8468d2da1a4ff19cf94a7bb001ecf28fcf7c
--- /dev/null
+++ b/build/zephyr/misc/generated/syscalls_links/include_zephyr_usb_class
@@ -0,0 +1 @@
+/opt/ncs/zephyr/include/zephyr/usb/class
\ No newline at end of file
diff --git a/build/zephyr/misc/generated/syscalls_links/include_zephyr_xen b/build/zephyr/misc/generated/syscalls_links/include_zephyr_xen
new file mode 120000
index 0000000000000000000000000000000000000000..0ca554388020a61a22e16dafc0bc11000834c7f5
--- /dev/null
+++ b/build/zephyr/misc/generated/syscalls_links/include_zephyr_xen
@@ -0,0 +1 @@
+/opt/ncs/zephyr/include/zephyr/xen
\ No newline at end of file
diff --git a/build/zephyr/misc/generated/syscalls_links/include_zephyr_xen_dom0 b/build/zephyr/misc/generated/syscalls_links/include_zephyr_xen_dom0
new file mode 120000
index 0000000000000000000000000000000000000000..5e9fc0bf7446c1f5fa1edbafe3db0988258bd3b2
--- /dev/null
+++ b/build/zephyr/misc/generated/syscalls_links/include_zephyr_xen_dom0
@@ -0,0 +1 @@
+/opt/ncs/zephyr/include/zephyr/xen/dom0
\ No newline at end of file
diff --git a/build/zephyr/misc/generated/syscalls_links/include_zephyr_xen_public b/build/zephyr/misc/generated/syscalls_links/include_zephyr_xen_public
new file mode 120000
index 0000000000000000000000000000000000000000..ec4607cc7a6bd8300d2a11b952592b54acc9527f
--- /dev/null
+++ b/build/zephyr/misc/generated/syscalls_links/include_zephyr_xen_public
@@ -0,0 +1 @@
+/opt/ncs/zephyr/include/zephyr/xen/public
\ No newline at end of file
diff --git a/build/zephyr/misc/generated/syscalls_links/include_zephyr_xen_public_hvm b/build/zephyr/misc/generated/syscalls_links/include_zephyr_xen_public_hvm
new file mode 120000
index 0000000000000000000000000000000000000000..b5f55140aa272836d3c7980564275637c1d5186c
--- /dev/null
+++ b/build/zephyr/misc/generated/syscalls_links/include_zephyr_xen_public_hvm
@@ -0,0 +1 @@
+/opt/ncs/zephyr/include/zephyr/xen/public/hvm
\ No newline at end of file
diff --git a/build/zephyr/misc/generated/syscalls_links/include_zephyr_xen_public_io b/build/zephyr/misc/generated/syscalls_links/include_zephyr_xen_public_io
new file mode 120000
index 0000000000000000000000000000000000000000..6ef9f35a8b705257100753d203f027a2963a7218
--- /dev/null
+++ b/build/zephyr/misc/generated/syscalls_links/include_zephyr_xen_public_io
@@ -0,0 +1 @@
+/opt/ncs/zephyr/include/zephyr/xen/public/io
\ No newline at end of file
diff --git a/build/zephyr/misc/generated/syscalls_links/include_zephyr_zbus b/build/zephyr/misc/generated/syscalls_links/include_zephyr_zbus
new file mode 120000
index 0000000000000000000000000000000000000000..e17528fb45f63b0bc8cbd0702afc17ff2f71993e
--- /dev/null
+++ b/build/zephyr/misc/generated/syscalls_links/include_zephyr_zbus
@@ -0,0 +1 @@
+/opt/ncs/zephyr/include/zephyr/zbus
\ No newline at end of file
diff --git a/build/zephyr/misc/generated/syscalls_subdirs.trigger b/build/zephyr/misc/generated/syscalls_subdirs.trigger
new file mode 100644
index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391
diff --git a/build/zephyr/misc/generated/syscalls_subdirs.txt b/build/zephyr/misc/generated/syscalls_subdirs.txt
new file mode 100644
index 0000000000000000000000000000000000000000..9720e522b1dba6485ef556ebd3c740ed0bdbc07a
--- /dev/null
+++ b/build/zephyr/misc/generated/syscalls_subdirs.txt
@@ -0,0 +1,205 @@
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_acpi
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_app_memory
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_arch
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_audio
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_bluetooth
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_canbus
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_console
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_crypto
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_data
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_debug
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_devicetree
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_dfu
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_display
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_drivers
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_dsp
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_fs
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_input
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_internal
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_ipc
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_kernel
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_linker
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_llext
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_logging
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_lorawan
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_math
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_mem_mgmt
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_mgmt
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_modbus
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_modem
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_multi_heap
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_net
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_pm
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_portability
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_posix
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_random
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_retention
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_rtio
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_sd
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_sensing
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_settings
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_shell
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_sip_svc
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_stats
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_storage
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_sys
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_task_wdt
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_timing
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_toolchain
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_tracing
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_usb
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_usb_c
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_xen
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_zbus
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_arch_arc
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_arch_arm
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_arch_arm64
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_arch_common
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_arch_mips
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_arch_nios2
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_arch_posix
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_arch_riscv
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_arch_sparc
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_arch_x86
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_arch_xtensa
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_arch_arc_asm-compat
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_arch_arc_v2
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_arch_arc_v2_dsp
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_arch_arc_v2_mpu
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_arch_arc_v2_secureshield
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_arch_arm_cortex_a_r
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_arch_arm_cortex_m
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_arch_arm_cortex_r
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_arch_arm_mmu
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_arch_arm_mpu
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_arch_arm_cortex_a_r_scripts
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_arch_arm_cortex_m_scripts
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_arch_arm_cortex_r_scripts
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_arch_arm64_cortex_r
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_arch_arm64_scripts
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_arch_riscv_common
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_arch_riscv_riscv-privileged
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_arch_x86_ia32
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_arch_x86_intel64
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_arch_x86_ia32_scripts
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_bluetooth_audio
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_bluetooth_classic
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_bluetooth_mesh
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_bluetooth_services
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_bluetooth_services_nus
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_adc
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_bluetooth
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_can
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_clock_control
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_console
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_dma
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_eeprom
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_ethernet
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_flash
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_gnss
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_gpio
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_i2c
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_i3c
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_ieee802154
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_interrupt_controller
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_led
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_led_strip
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_mfd
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_mipi_dsi
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_misc
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_mm
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_modem
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_pcie
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_pinctrl
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_pm_cpu_ops
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_power
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_pwm
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_regulator
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_rtc
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_sensor
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_serial
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_sip_svc
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_timer
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_uart
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_usb
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_usb_c
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_virtualization
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_i2c_target
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_misc_devmux
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_misc_ft8xx
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_misc_grove_lcd
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_misc_nxp_flexio
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_misc_pio_rpi_pico
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_misc_timeaware_gpio
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_pcie_endpoint
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_acpi
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_adc
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_clock
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_dac
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_dai
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_display
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_dma
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_espi
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_ethernet
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_flash_controller
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_gnss
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_gpio
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_i2c
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_input
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_inputmux
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_interrupt-controller
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_ipc_service
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_led
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_lora
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_lvgl
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_memory-attr
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_memory-controller
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_mipi_dbi
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_mipi_dsi
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_misc
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_pcie
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_pinctrl
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_pm
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_power
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_pwm
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_rdc
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_regulator
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_reset
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_sensor
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_spi
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_timer
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_usb
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_usb-c
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_pinctrl_renesas
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_kernel_internal
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_kernel_mm
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_linker_common-rom
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_mgmt_ec_host_cmd
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_mgmt_mcumgr
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_mgmt_mcumgr_grp
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_mgmt_mcumgr_mgmt
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_mgmt_mcumgr_smp
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_mgmt_mcumgr_transport
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_mgmt_mcumgr_grp_fs_mgmt
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_mgmt_mcumgr_grp_img_mgmt
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_mgmt_mcumgr_grp_os_mgmt
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_mgmt_mcumgr_grp_settings_mgmt
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_mgmt_mcumgr_grp_shell_mgmt
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_mgmt_mcumgr_grp_stat_mgmt
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_mgmt_mcumgr_grp_zephyr
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_modem_backend
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_net_conn_mgr
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_net_http
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_posix_arpa
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_posix_net
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_posix_netinet
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_posix_sys
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_sys_internal
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_usb_class
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_xen_dom0
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_xen_public
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_xen_public_hvm
+/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/misc/generated/syscalls_links/include_zephyr_xen_public_io
diff --git a/build/zephyr/runners.yaml b/build/zephyr/runners.yaml
new file mode 100644
index 0000000000000000000000000000000000000000..cfcb515f6f3233b81ccb4d75efb866613fa56979
--- /dev/null
+++ b/build/zephyr/runners.yaml
@@ -0,0 +1,50 @@
+# Available runners configured by board.cmake.
+runners:
+- pyocd
+- nrfjprog
+- jlink
+- openocd
+
+# Default flash runner if --runner is not given.
+flash-runner: pyocd
+
+# Default debug runner if --runner is not given.
+debug-runner: pyocd
+
+# Common runner configuration values.
+config:
+  board_dir: /opt/ncs/zephyr/boards/bbc/microbit_v2
+  # Build outputs:
+  elf_file: zephyr.elf
+  hex_file: zephyr.hex
+  bin_file: zephyr.bin
+  # Host tools:
+  gdb: /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-gdb
+  openocd: /opt/zephyr-sdk-0.16.8/sysroots/x86_64-pokysdk-linux/usr/bin/openocd
+  openocd_search:
+    - /opt/zephyr-sdk-0.16.8/sysroots/x86_64-pokysdk-linux/usr/share/openocd/scripts
+
+# Runner specific arguments
+args:
+  pyocd:
+    - --dt-flash=y
+    - --target=nrf52833
+  nrfjprog:
+    - --nrf-family=NRF52
+  jlink:
+    - --dt-flash=y
+    - --device=nRF52833_xxAA
+    - --speed=4000
+  openocd:
+    - --cmd-load
+    - flash write_image erase
+    - --cmd-verify
+    - verify_image
+    - --cmd-pre-init
+    - set WORKAREASIZE 0x4000
+    - --cmd-pre-init
+    - source [find interface/cmsis-dap.cfg]
+    - --cmd-pre-init
+    - transport select swd
+    - --cmd-pre-init
+    - source [find target/nrf52.cfg]
diff --git a/build/zephyr/snippets_generated.cmake b/build/zephyr/snippets_generated.cmake
new file mode 100644
index 0000000000000000000000000000000000000000..1d1567a154bd889c54ee62df5f8678a5bd3138d5
--- /dev/null
+++ b/build/zephyr/snippets_generated.cmake
@@ -0,0 +1,20 @@
+# WARNING. THIS FILE IS AUTO-GENERATED. DO NOT MODIFY!
+#
+# This file contains build system settings derived from your snippets.
+# Its contents are an implementation detail that should not be used outside
+# of Zephyr's snippets CMake module.
+#
+# See the Snippets guide in the Zephyr documentation for more information.
+
+###############################################################################
+# Global information about all snippets.
+
+# The name of every snippet that was discovered.
+set(SNIPPET_NAMES "cdc-acm-console" "diagnostic-logs" "nordic-bt-rpc" "nordic-flpr" "nordic-flpr-xip" "nordic-ppr" "nordic-ppr-xip" "nrf70-debug" "nrf70-fw-patch-ext-flash" "nrf91-modem-trace-ext-flash" "nrf91-modem-trace-uart" "nus-console" "rtt-console" "tfm-enable-share-uart" "xen_dom0")
+# The paths to all the snippet.yml files. One snippet
+# can have multiple snippet.yml files.
+set(SNIPPET_PATHS "/opt/ncs/nrf/snippets/matter-diagnostic-logs/snippet.yml" "/opt/ncs/nrf/snippets/nordic-bt-rpc/snippet.yml" "/opt/ncs/nrf/snippets/nrf70-debug/snippet.yml" "/opt/ncs/nrf/snippets/nrf70-fw-patch-ext-flash/snippet.yml" "/opt/ncs/nrf/snippets/nrf91-modem-trace-ext-flash/snippet.yml" "/opt/ncs/nrf/snippets/nrf91-modem-trace-uart/snippet.yml" "/opt/ncs/nrf/snippets/tfm-enable-share-uart/snippet.yml" "/opt/ncs/zephyr/snippets/cdc-acm-console/snippet.yml" "/opt/ncs/zephyr/snippets/nordic-flpr-xip/snippet.yml" "/opt/ncs/zephyr/snippets/nordic-flpr/snippet.yml" "/opt/ncs/zephyr/snippets/nordic-ppr-xip/snippet.yml" "/opt/ncs/zephyr/snippets/nordic-ppr/snippet.yml" "/opt/ncs/zephyr/snippets/nus-console/snippet.yml" "/opt/ncs/zephyr/snippets/rtt-console/snippet.yml" "/opt/ncs/zephyr/snippets/xen_dom0/snippet.yml")
+
+# Create variable scope for snippets build variables
+zephyr_create_scope(snippets)
+
diff --git a/build/zephyr/soc/cmake_install.cmake b/build/zephyr/soc/cmake_install.cmake
new file mode 100644
index 0000000000000000000000000000000000000000..6644da40b20724f2ee10ca6e3aab0834cfa546de
--- /dev/null
+++ b/build/zephyr/soc/cmake_install.cmake
@@ -0,0 +1,49 @@
+# Install script for directory: /opt/ncs/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 "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-objdump")
+endif()
+
+if(NOT CMAKE_INSTALL_LOCAL_ONLY)
+  # Include the install script for the subdirectory.
+  include("/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/soc/common/cmake_install.cmake")
+endif()
+
+if(NOT CMAKE_INSTALL_LOCAL_ONLY)
+  # Include the install script for the subdirectory.
+  include("/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/soc/soc/nrf52833/cmake_install.cmake")
+endif()
+
diff --git a/build/zephyr/soc/common/cmake_install.cmake b/build/zephyr/soc/common/cmake_install.cmake
new file mode 100644
index 0000000000000000000000000000000000000000..ecc33c536f641baf6874dca6c4a70379c7c1cb0a
--- /dev/null
+++ b/build/zephyr/soc/common/cmake_install.cmake
@@ -0,0 +1,39 @@
+# Install script for directory: /opt/ncs/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 "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-objdump")
+endif()
+
diff --git a/build/zephyr/soc/soc/nrf52833/CMakeFiles/soc__nordic.dir/nrf52/soc.c.obj b/build/zephyr/soc/soc/nrf52833/CMakeFiles/soc__nordic.dir/nrf52/soc.c.obj
new file mode 100644
index 0000000000000000000000000000000000000000..264fdf76d33e0fb0d3cd5f52a66b67efb95cd9de
Binary files /dev/null and b/build/zephyr/soc/soc/nrf52833/CMakeFiles/soc__nordic.dir/nrf52/soc.c.obj differ
diff --git a/build/zephyr/soc/soc/nrf52833/CMakeFiles/soc__nordic.dir/validate_base_addresses.c.obj b/build/zephyr/soc/soc/nrf52833/CMakeFiles/soc__nordic.dir/validate_base_addresses.c.obj
new file mode 100644
index 0000000000000000000000000000000000000000..590f3373b0ffd9ca97056b5cc716a0ad7b5b251b
Binary files /dev/null and b/build/zephyr/soc/soc/nrf52833/CMakeFiles/soc__nordic.dir/validate_base_addresses.c.obj differ
diff --git a/build/zephyr/soc/soc/nrf52833/CMakeFiles/soc__nordic.dir/validate_binding_headers.c.obj b/build/zephyr/soc/soc/nrf52833/CMakeFiles/soc__nordic.dir/validate_binding_headers.c.obj
new file mode 100644
index 0000000000000000000000000000000000000000..ba3954421fdad9e39f650dc5d35c4e865adc2a74
Binary files /dev/null and b/build/zephyr/soc/soc/nrf52833/CMakeFiles/soc__nordic.dir/validate_binding_headers.c.obj differ
diff --git a/build/zephyr/soc/soc/nrf52833/CMakeFiles/soc__nordic.dir/validate_enabled_instances.c.obj b/build/zephyr/soc/soc/nrf52833/CMakeFiles/soc__nordic.dir/validate_enabled_instances.c.obj
new file mode 100644
index 0000000000000000000000000000000000000000..9a5a5aaa5145e4b56f87d78fe02edf6b8ad90450
Binary files /dev/null and b/build/zephyr/soc/soc/nrf52833/CMakeFiles/soc__nordic.dir/validate_enabled_instances.c.obj differ
diff --git a/build/zephyr/soc/soc/nrf52833/cmake_install.cmake b/build/zephyr/soc/soc/nrf52833/cmake_install.cmake
new file mode 100644
index 0000000000000000000000000000000000000000..5e3e28d5aad7a5d63a5c678593027e292ce2083a
--- /dev/null
+++ b/build/zephyr/soc/soc/nrf52833/cmake_install.cmake
@@ -0,0 +1,49 @@
+# Install script for directory: /opt/ncs/zephyr/soc/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 "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-objdump")
+endif()
+
+if(NOT CMAKE_INSTALL_LOCAL_ONLY)
+  # Include the install script for the subdirectory.
+  include("/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/soc/soc/nrf52833/nrf52/cmake_install.cmake")
+endif()
+
+if(NOT CMAKE_INSTALL_LOCAL_ONLY)
+  # Include the install script for the subdirectory.
+  include("/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/soc/soc/nrf52833/common/cmake_install.cmake")
+endif()
+
diff --git a/build/zephyr/soc/soc/nrf52833/common/cmake_install.cmake b/build/zephyr/soc/soc/nrf52833/common/cmake_install.cmake
new file mode 100644
index 0000000000000000000000000000000000000000..761506d9f061ec95fdc1abeb127c1f89cbd2f188
--- /dev/null
+++ b/build/zephyr/soc/soc/nrf52833/common/cmake_install.cmake
@@ -0,0 +1,39 @@
+# Install script for directory: /opt/ncs/zephyr/soc/nordic/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 "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-objdump")
+endif()
+
diff --git a/build/zephyr/soc/soc/nrf52833/libsoc__nordic.a b/build/zephyr/soc/soc/nrf52833/libsoc__nordic.a
new file mode 100644
index 0000000000000000000000000000000000000000..49fff98d8a8193739f8ccc2db00d62453b158f82
Binary files /dev/null and b/build/zephyr/soc/soc/nrf52833/libsoc__nordic.a differ
diff --git a/build/zephyr/soc/soc/nrf52833/nrf52/cmake_install.cmake b/build/zephyr/soc/soc/nrf52833/nrf52/cmake_install.cmake
new file mode 100644
index 0000000000000000000000000000000000000000..a4547940b229f22694b0539fdb5ae34f5501f9a9
--- /dev/null
+++ b/build/zephyr/soc/soc/nrf52833/nrf52/cmake_install.cmake
@@ -0,0 +1,39 @@
+# Install script for directory: /opt/ncs/zephyr/soc/nordic/nrf52
+
+# 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 "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-objdump")
+endif()
+
diff --git a/build/zephyr/subsys/bluetooth/cmake_install.cmake b/build/zephyr/subsys/bluetooth/cmake_install.cmake
new file mode 100644
index 0000000000000000000000000000000000000000..df21326c2dfca0280f616c15ad88afd39353ba08
--- /dev/null
+++ b/build/zephyr/subsys/bluetooth/cmake_install.cmake
@@ -0,0 +1,59 @@
+# Install script for directory: /opt/ncs/zephyr/subsys/bluetooth
+
+# 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 "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-objdump")
+endif()
+
+if(NOT CMAKE_INSTALL_LOCAL_ONLY)
+  # Include the install script for the subdirectory.
+  include("/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/subsys/bluetooth/common/cmake_install.cmake")
+endif()
+
+if(NOT CMAKE_INSTALL_LOCAL_ONLY)
+  # Include the install script for the subdirectory.
+  include("/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/subsys/bluetooth/host/cmake_install.cmake")
+endif()
+
+if(NOT CMAKE_INSTALL_LOCAL_ONLY)
+  # Include the install script for the subdirectory.
+  include("/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/subsys/bluetooth/services/cmake_install.cmake")
+endif()
+
+if(NOT CMAKE_INSTALL_LOCAL_ONLY)
+  # Include the install script for the subdirectory.
+  include("/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/subsys/bluetooth/lib/cmake_install.cmake")
+endif()
+
diff --git a/build/zephyr/subsys/bluetooth/common/CMakeFiles/subsys__bluetooth__common.dir/addr.c.obj b/build/zephyr/subsys/bluetooth/common/CMakeFiles/subsys__bluetooth__common.dir/addr.c.obj
new file mode 100644
index 0000000000000000000000000000000000000000..bb2ee57aa6f0df5b9881fc3bfedaeca80b526ed4
Binary files /dev/null and b/build/zephyr/subsys/bluetooth/common/CMakeFiles/subsys__bluetooth__common.dir/addr.c.obj differ
diff --git a/build/zephyr/subsys/bluetooth/common/CMakeFiles/subsys__bluetooth__common.dir/bt_str.c.obj b/build/zephyr/subsys/bluetooth/common/CMakeFiles/subsys__bluetooth__common.dir/bt_str.c.obj
new file mode 100644
index 0000000000000000000000000000000000000000..bf85ae50195eed944a6834dd1219d1d2d3b75ee6
Binary files /dev/null and b/build/zephyr/subsys/bluetooth/common/CMakeFiles/subsys__bluetooth__common.dir/bt_str.c.obj differ
diff --git a/build/zephyr/subsys/bluetooth/common/CMakeFiles/subsys__bluetooth__common.dir/dummy.c.obj b/build/zephyr/subsys/bluetooth/common/CMakeFiles/subsys__bluetooth__common.dir/dummy.c.obj
new file mode 100644
index 0000000000000000000000000000000000000000..287478fad3f6f52de7296d5e3bbfc55843e7d647
Binary files /dev/null and b/build/zephyr/subsys/bluetooth/common/CMakeFiles/subsys__bluetooth__common.dir/dummy.c.obj differ
diff --git a/build/zephyr/subsys/bluetooth/common/cmake_install.cmake b/build/zephyr/subsys/bluetooth/common/cmake_install.cmake
new file mode 100644
index 0000000000000000000000000000000000000000..e440f90c97156fd17a14350baee60bd005837690
--- /dev/null
+++ b/build/zephyr/subsys/bluetooth/common/cmake_install.cmake
@@ -0,0 +1,39 @@
+# Install script for directory: /opt/ncs/zephyr/subsys/bluetooth/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 "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-objdump")
+endif()
+
diff --git a/build/zephyr/subsys/bluetooth/common/libsubsys__bluetooth__common.a b/build/zephyr/subsys/bluetooth/common/libsubsys__bluetooth__common.a
new file mode 100644
index 0000000000000000000000000000000000000000..3340a896517852d0b3c20c7814c41eeba581f941
Binary files /dev/null and b/build/zephyr/subsys/bluetooth/common/libsubsys__bluetooth__common.a differ
diff --git a/build/zephyr/subsys/bluetooth/host/CMakeFiles/subsys__bluetooth__host.dir/addr.c.obj b/build/zephyr/subsys/bluetooth/host/CMakeFiles/subsys__bluetooth__host.dir/addr.c.obj
new file mode 100644
index 0000000000000000000000000000000000000000..41468fd0458bb89dd79410a7f1a974f4487c427e
Binary files /dev/null and b/build/zephyr/subsys/bluetooth/host/CMakeFiles/subsys__bluetooth__host.dir/addr.c.obj differ
diff --git a/build/zephyr/subsys/bluetooth/host/CMakeFiles/subsys__bluetooth__host.dir/adv.c.obj b/build/zephyr/subsys/bluetooth/host/CMakeFiles/subsys__bluetooth__host.dir/adv.c.obj
new file mode 100644
index 0000000000000000000000000000000000000000..14723d9010abaa4a21bf50161d540e35039d2640
Binary files /dev/null and b/build/zephyr/subsys/bluetooth/host/CMakeFiles/subsys__bluetooth__host.dir/adv.c.obj differ
diff --git a/build/zephyr/subsys/bluetooth/host/CMakeFiles/subsys__bluetooth__host.dir/att.c.obj b/build/zephyr/subsys/bluetooth/host/CMakeFiles/subsys__bluetooth__host.dir/att.c.obj
new file mode 100644
index 0000000000000000000000000000000000000000..8c40f63f7800d4c19b832960187359b7110a93f4
Binary files /dev/null and b/build/zephyr/subsys/bluetooth/host/CMakeFiles/subsys__bluetooth__host.dir/att.c.obj differ
diff --git a/build/zephyr/subsys/bluetooth/host/CMakeFiles/subsys__bluetooth__host.dir/buf.c.obj b/build/zephyr/subsys/bluetooth/host/CMakeFiles/subsys__bluetooth__host.dir/buf.c.obj
new file mode 100644
index 0000000000000000000000000000000000000000..792a0d07457dcc9881d6bda731b37e7ed38a6373
Binary files /dev/null and b/build/zephyr/subsys/bluetooth/host/CMakeFiles/subsys__bluetooth__host.dir/buf.c.obj differ
diff --git a/build/zephyr/subsys/bluetooth/host/CMakeFiles/subsys__bluetooth__host.dir/conn.c.obj b/build/zephyr/subsys/bluetooth/host/CMakeFiles/subsys__bluetooth__host.dir/conn.c.obj
new file mode 100644
index 0000000000000000000000000000000000000000..2359cabffe173c716f4cead83b414761300c4d0e
Binary files /dev/null and b/build/zephyr/subsys/bluetooth/host/CMakeFiles/subsys__bluetooth__host.dir/conn.c.obj differ
diff --git a/build/zephyr/subsys/bluetooth/host/CMakeFiles/subsys__bluetooth__host.dir/data.c.obj b/build/zephyr/subsys/bluetooth/host/CMakeFiles/subsys__bluetooth__host.dir/data.c.obj
new file mode 100644
index 0000000000000000000000000000000000000000..1348e0b645b84d98cc95f00e0ff463a3445b75e7
Binary files /dev/null and b/build/zephyr/subsys/bluetooth/host/CMakeFiles/subsys__bluetooth__host.dir/data.c.obj differ
diff --git a/build/zephyr/subsys/bluetooth/host/CMakeFiles/subsys__bluetooth__host.dir/gatt.c.obj b/build/zephyr/subsys/bluetooth/host/CMakeFiles/subsys__bluetooth__host.dir/gatt.c.obj
new file mode 100644
index 0000000000000000000000000000000000000000..fc6c3963af00b42928cb694045abd3d00365f3cf
Binary files /dev/null and b/build/zephyr/subsys/bluetooth/host/CMakeFiles/subsys__bluetooth__host.dir/gatt.c.obj differ
diff --git a/build/zephyr/subsys/bluetooth/host/CMakeFiles/subsys__bluetooth__host.dir/hci_common.c.obj b/build/zephyr/subsys/bluetooth/host/CMakeFiles/subsys__bluetooth__host.dir/hci_common.c.obj
new file mode 100644
index 0000000000000000000000000000000000000000..6d4fda95d2b41ce7a0feec11f10f859064f5ddda
Binary files /dev/null and b/build/zephyr/subsys/bluetooth/host/CMakeFiles/subsys__bluetooth__host.dir/hci_common.c.obj differ
diff --git a/build/zephyr/subsys/bluetooth/host/CMakeFiles/subsys__bluetooth__host.dir/hci_core.c.obj b/build/zephyr/subsys/bluetooth/host/CMakeFiles/subsys__bluetooth__host.dir/hci_core.c.obj
new file mode 100644
index 0000000000000000000000000000000000000000..fd61319b22cfc460a517a9b0c677ae3cf68cdf7b
Binary files /dev/null and b/build/zephyr/subsys/bluetooth/host/CMakeFiles/subsys__bluetooth__host.dir/hci_core.c.obj differ
diff --git a/build/zephyr/subsys/bluetooth/host/CMakeFiles/subsys__bluetooth__host.dir/id.c.obj b/build/zephyr/subsys/bluetooth/host/CMakeFiles/subsys__bluetooth__host.dir/id.c.obj
new file mode 100644
index 0000000000000000000000000000000000000000..c02930dbf02ae37c92e713e44700bf4b0d28a8ba
Binary files /dev/null and b/build/zephyr/subsys/bluetooth/host/CMakeFiles/subsys__bluetooth__host.dir/id.c.obj differ
diff --git a/build/zephyr/subsys/bluetooth/host/CMakeFiles/subsys__bluetooth__host.dir/l2cap.c.obj b/build/zephyr/subsys/bluetooth/host/CMakeFiles/subsys__bluetooth__host.dir/l2cap.c.obj
new file mode 100644
index 0000000000000000000000000000000000000000..2fe6a45fdcf35261181b1c5ef66c0985ee5d6336
Binary files /dev/null and b/build/zephyr/subsys/bluetooth/host/CMakeFiles/subsys__bluetooth__host.dir/l2cap.c.obj differ
diff --git a/build/zephyr/subsys/bluetooth/host/CMakeFiles/subsys__bluetooth__host.dir/long_wq.c.obj b/build/zephyr/subsys/bluetooth/host/CMakeFiles/subsys__bluetooth__host.dir/long_wq.c.obj
new file mode 100644
index 0000000000000000000000000000000000000000..716f6fce30a11c79c8bf72636fc5ffcfbdc7c0ff
Binary files /dev/null and b/build/zephyr/subsys/bluetooth/host/CMakeFiles/subsys__bluetooth__host.dir/long_wq.c.obj differ
diff --git a/build/zephyr/subsys/bluetooth/host/CMakeFiles/subsys__bluetooth__host.dir/smp_null.c.obj b/build/zephyr/subsys/bluetooth/host/CMakeFiles/subsys__bluetooth__host.dir/smp_null.c.obj
new file mode 100644
index 0000000000000000000000000000000000000000..047fad3d9fe48e5412b18a5cf27d202f88054722
Binary files /dev/null and b/build/zephyr/subsys/bluetooth/host/CMakeFiles/subsys__bluetooth__host.dir/smp_null.c.obj differ
diff --git a/build/zephyr/subsys/bluetooth/host/CMakeFiles/subsys__bluetooth__host.dir/uuid.c.obj b/build/zephyr/subsys/bluetooth/host/CMakeFiles/subsys__bluetooth__host.dir/uuid.c.obj
new file mode 100644
index 0000000000000000000000000000000000000000..67ece3a57d2dec1449f28583096b0058a169c220
Binary files /dev/null and b/build/zephyr/subsys/bluetooth/host/CMakeFiles/subsys__bluetooth__host.dir/uuid.c.obj differ
diff --git a/build/zephyr/subsys/bluetooth/host/cmake_install.cmake b/build/zephyr/subsys/bluetooth/host/cmake_install.cmake
new file mode 100644
index 0000000000000000000000000000000000000000..ddd81847ce33bcde67542689476d1aaa076f0df2
--- /dev/null
+++ b/build/zephyr/subsys/bluetooth/host/cmake_install.cmake
@@ -0,0 +1,39 @@
+# Install script for directory: /opt/ncs/zephyr/subsys/bluetooth/host
+
+# 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 "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-objdump")
+endif()
+
diff --git a/build/zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a b/build/zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a
new file mode 100644
index 0000000000000000000000000000000000000000..d1e93714202672fe9ea514b90226188a773dcf59
Binary files /dev/null and b/build/zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a differ
diff --git a/build/zephyr/subsys/bluetooth/lib/cmake_install.cmake b/build/zephyr/subsys/bluetooth/lib/cmake_install.cmake
new file mode 100644
index 0000000000000000000000000000000000000000..1ca7c0b6db9ecb2daa37334a21851cdcf19409c3
--- /dev/null
+++ b/build/zephyr/subsys/bluetooth/lib/cmake_install.cmake
@@ -0,0 +1,39 @@
+# Install script for directory: /opt/ncs/zephyr/subsys/bluetooth/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 "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-objdump")
+endif()
+
diff --git a/build/zephyr/subsys/bluetooth/services/cmake_install.cmake b/build/zephyr/subsys/bluetooth/services/cmake_install.cmake
new file mode 100644
index 0000000000000000000000000000000000000000..fa7bd20a7b579dc36d1009184414869d21e672cc
--- /dev/null
+++ b/build/zephyr/subsys/bluetooth/services/cmake_install.cmake
@@ -0,0 +1,39 @@
+# Install script for directory: /opt/ncs/zephyr/subsys/bluetooth/services
+
+# 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 "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-objdump")
+endif()
+
diff --git a/build/zephyr/subsys/canbus/cmake_install.cmake b/build/zephyr/subsys/canbus/cmake_install.cmake
new file mode 100644
index 0000000000000000000000000000000000000000..d24b776efafbc3df9f64ebd8c275917e5e84bd4a
--- /dev/null
+++ b/build/zephyr/subsys/canbus/cmake_install.cmake
@@ -0,0 +1,39 @@
+# Install script for directory: /opt/ncs/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 "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-objdump")
+endif()
+
diff --git a/build/zephyr/subsys/cmake_install.cmake b/build/zephyr/subsys/cmake_install.cmake
new file mode 100644
index 0000000000000000000000000000000000000000..6346521f2f14e5c46a484cef6d7a4c40aa3f5e10
--- /dev/null
+++ b/build/zephyr/subsys/cmake_install.cmake
@@ -0,0 +1,159 @@
+# Install script for directory: /opt/ncs/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 "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-objdump")
+endif()
+
+if(NOT CMAKE_INSTALL_LOCAL_ONLY)
+  # Include the install script for the subdirectory.
+  include("/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/subsys/lorawan/cmake_install.cmake")
+endif()
+
+if(NOT CMAKE_INSTALL_LOCAL_ONLY)
+  # Include the install script for the subdirectory.
+  include("/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/subsys/canbus/cmake_install.cmake")
+endif()
+
+if(NOT CMAKE_INSTALL_LOCAL_ONLY)
+  # Include the install script for the subdirectory.
+  include("/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/subsys/debug/cmake_install.cmake")
+endif()
+
+if(NOT CMAKE_INSTALL_LOCAL_ONLY)
+  # Include the install script for the subdirectory.
+  include("/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/subsys/fb/cmake_install.cmake")
+endif()
+
+if(NOT CMAKE_INSTALL_LOCAL_ONLY)
+  # Include the install script for the subdirectory.
+  include("/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/subsys/fs/cmake_install.cmake")
+endif()
+
+if(NOT CMAKE_INSTALL_LOCAL_ONLY)
+  # Include the install script for the subdirectory.
+  include("/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/subsys/ipc/cmake_install.cmake")
+endif()
+
+if(NOT CMAKE_INSTALL_LOCAL_ONLY)
+  # Include the install script for the subdirectory.
+  include("/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/subsys/logging/cmake_install.cmake")
+endif()
+
+if(NOT CMAKE_INSTALL_LOCAL_ONLY)
+  # Include the install script for the subdirectory.
+  include("/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/subsys/mem_mgmt/cmake_install.cmake")
+endif()
+
+if(NOT CMAKE_INSTALL_LOCAL_ONLY)
+  # Include the install script for the subdirectory.
+  include("/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/subsys/mgmt/cmake_install.cmake")
+endif()
+
+if(NOT CMAKE_INSTALL_LOCAL_ONLY)
+  # Include the install script for the subdirectory.
+  include("/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/subsys/modbus/cmake_install.cmake")
+endif()
+
+if(NOT CMAKE_INSTALL_LOCAL_ONLY)
+  # Include the install script for the subdirectory.
+  include("/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/subsys/pm/cmake_install.cmake")
+endif()
+
+if(NOT CMAKE_INSTALL_LOCAL_ONLY)
+  # Include the install script for the subdirectory.
+  include("/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/subsys/portability/cmake_install.cmake")
+endif()
+
+if(NOT CMAKE_INSTALL_LOCAL_ONLY)
+  # Include the install script for the subdirectory.
+  include("/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/subsys/random/cmake_install.cmake")
+endif()
+
+if(NOT CMAKE_INSTALL_LOCAL_ONLY)
+  # Include the install script for the subdirectory.
+  include("/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/subsys/rtio/cmake_install.cmake")
+endif()
+
+if(NOT CMAKE_INSTALL_LOCAL_ONLY)
+  # Include the install script for the subdirectory.
+  include("/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/subsys/sd/cmake_install.cmake")
+endif()
+
+if(NOT CMAKE_INSTALL_LOCAL_ONLY)
+  # Include the install script for the subdirectory.
+  include("/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/subsys/stats/cmake_install.cmake")
+endif()
+
+if(NOT CMAKE_INSTALL_LOCAL_ONLY)
+  # Include the install script for the subdirectory.
+  include("/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/subsys/storage/cmake_install.cmake")
+endif()
+
+if(NOT CMAKE_INSTALL_LOCAL_ONLY)
+  # Include the install script for the subdirectory.
+  include("/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/subsys/task_wdt/cmake_install.cmake")
+endif()
+
+if(NOT CMAKE_INSTALL_LOCAL_ONLY)
+  # Include the install script for the subdirectory.
+  include("/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/subsys/testsuite/cmake_install.cmake")
+endif()
+
+if(NOT CMAKE_INSTALL_LOCAL_ONLY)
+  # Include the install script for the subdirectory.
+  include("/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/subsys/tracing/cmake_install.cmake")
+endif()
+
+if(NOT CMAKE_INSTALL_LOCAL_ONLY)
+  # Include the install script for the subdirectory.
+  include("/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/subsys/usb/cmake_install.cmake")
+endif()
+
+if(NOT CMAKE_INSTALL_LOCAL_ONLY)
+  # Include the install script for the subdirectory.
+  include("/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/subsys/bluetooth/cmake_install.cmake")
+endif()
+
+if(NOT CMAKE_INSTALL_LOCAL_ONLY)
+  # Include the install script for the subdirectory.
+  include("/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/subsys/net/cmake_install.cmake")
+endif()
+
+if(NOT CMAKE_INSTALL_LOCAL_ONLY)
+  # Include the install script for the subdirectory.
+  include("/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/subsys/settings/cmake_install.cmake")
+endif()
+
diff --git a/build/zephyr/subsys/debug/cmake_install.cmake b/build/zephyr/subsys/debug/cmake_install.cmake
new file mode 100644
index 0000000000000000000000000000000000000000..caed42dee5d08aa15821097f862682d7f6247e10
--- /dev/null
+++ b/build/zephyr/subsys/debug/cmake_install.cmake
@@ -0,0 +1,39 @@
+# Install script for directory: /opt/ncs/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 "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-objdump")
+endif()
+
diff --git a/build/zephyr/subsys/fb/cmake_install.cmake b/build/zephyr/subsys/fb/cmake_install.cmake
new file mode 100644
index 0000000000000000000000000000000000000000..6a72196a37b48be0992cb11bbdc9bf3275b96808
--- /dev/null
+++ b/build/zephyr/subsys/fb/cmake_install.cmake
@@ -0,0 +1,39 @@
+# Install script for directory: /opt/ncs/zephyr/subsys/fb
+
+# 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 "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-objdump")
+endif()
+
diff --git a/build/zephyr/subsys/fs/cmake_install.cmake b/build/zephyr/subsys/fs/cmake_install.cmake
new file mode 100644
index 0000000000000000000000000000000000000000..5509df9cce703decfe42c265b63fa65d37127daa
--- /dev/null
+++ b/build/zephyr/subsys/fs/cmake_install.cmake
@@ -0,0 +1,44 @@
+# Install script for directory: /opt/ncs/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 "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-objdump")
+endif()
+
+if(NOT CMAKE_INSTALL_LOCAL_ONLY)
+  # Include the install script for the subdirectory.
+  include("/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/subsys/fs/nvs/cmake_install.cmake")
+endif()
+
diff --git a/build/zephyr/subsys/fs/nvs/cmake_install.cmake b/build/zephyr/subsys/fs/nvs/cmake_install.cmake
new file mode 100644
index 0000000000000000000000000000000000000000..1d63113d52f17be4cfaf2b12ab7e20c18feefbcb
--- /dev/null
+++ b/build/zephyr/subsys/fs/nvs/cmake_install.cmake
@@ -0,0 +1,39 @@
+# Install script for directory: /opt/ncs/zephyr/subsys/fs/nvs
+
+# 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 "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-objdump")
+endif()
+
diff --git a/build/zephyr/subsys/ipc/cmake_install.cmake b/build/zephyr/subsys/ipc/cmake_install.cmake
new file mode 100644
index 0000000000000000000000000000000000000000..1e03e6e29b9a7b76e9a17352de943cac88217734
--- /dev/null
+++ b/build/zephyr/subsys/ipc/cmake_install.cmake
@@ -0,0 +1,39 @@
+# Install script for directory: /opt/ncs/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 "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-objdump")
+endif()
+
diff --git a/build/zephyr/subsys/logging/backends/cmake_install.cmake b/build/zephyr/subsys/logging/backends/cmake_install.cmake
new file mode 100644
index 0000000000000000000000000000000000000000..290dba835242558f18bd91a7419cc798595761ce
--- /dev/null
+++ b/build/zephyr/subsys/logging/backends/cmake_install.cmake
@@ -0,0 +1,39 @@
+# Install script for directory: /opt/ncs/zephyr/subsys/logging/backends
+
+# 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 "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-objdump")
+endif()
+
diff --git a/build/zephyr/subsys/logging/cmake_install.cmake b/build/zephyr/subsys/logging/cmake_install.cmake
new file mode 100644
index 0000000000000000000000000000000000000000..d7b60a861d76e398e0fe313288673761e8786b41
--- /dev/null
+++ b/build/zephyr/subsys/logging/cmake_install.cmake
@@ -0,0 +1,44 @@
+# Install script for directory: /opt/ncs/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 "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-objdump")
+endif()
+
+if(NOT CMAKE_INSTALL_LOCAL_ONLY)
+  # Include the install script for the subdirectory.
+  include("/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/subsys/logging/backends/cmake_install.cmake")
+endif()
+
diff --git a/build/zephyr/subsys/lorawan/CMakeFiles/loramac-node.dir/lorawan.c.obj b/build/zephyr/subsys/lorawan/CMakeFiles/loramac-node.dir/lorawan.c.obj
new file mode 100644
index 0000000000000000000000000000000000000000..8007a72055da3ce69b713727ddff8b1260924d65
Binary files /dev/null and b/build/zephyr/subsys/lorawan/CMakeFiles/loramac-node.dir/lorawan.c.obj differ
diff --git a/build/zephyr/subsys/lorawan/CMakeFiles/loramac-node.dir/lw_priv.c.obj b/build/zephyr/subsys/lorawan/CMakeFiles/loramac-node.dir/lw_priv.c.obj
new file mode 100644
index 0000000000000000000000000000000000000000..4896bca3de156cc76471947d51b93e77aeb11735
Binary files /dev/null and b/build/zephyr/subsys/lorawan/CMakeFiles/loramac-node.dir/lw_priv.c.obj differ
diff --git a/build/zephyr/subsys/lorawan/CMakeFiles/loramac-node.dir/nvm/lorawan_nvm_settings.c.obj b/build/zephyr/subsys/lorawan/CMakeFiles/loramac-node.dir/nvm/lorawan_nvm_settings.c.obj
new file mode 100644
index 0000000000000000000000000000000000000000..8086236d5a8bc337b57f5817adc1541de97c8a30
Binary files /dev/null and b/build/zephyr/subsys/lorawan/CMakeFiles/loramac-node.dir/nvm/lorawan_nvm_settings.c.obj differ
diff --git a/build/zephyr/subsys/lorawan/CMakeFiles/loramac-node.dir/opt/ncs/modules/lib/loramac-node/src/boards/mcu/utilities.c.obj b/build/zephyr/subsys/lorawan/CMakeFiles/loramac-node.dir/opt/ncs/modules/lib/loramac-node/src/boards/mcu/utilities.c.obj
new file mode 100644
index 0000000000000000000000000000000000000000..0d8c5a7ed18033890995b264bb151cdaad647035
Binary files /dev/null and b/build/zephyr/subsys/lorawan/CMakeFiles/loramac-node.dir/opt/ncs/modules/lib/loramac-node/src/boards/mcu/utilities.c.obj differ
diff --git a/build/zephyr/subsys/lorawan/CMakeFiles/loramac-node.dir/opt/ncs/modules/lib/loramac-node/src/mac/LoRaMac.c.obj b/build/zephyr/subsys/lorawan/CMakeFiles/loramac-node.dir/opt/ncs/modules/lib/loramac-node/src/mac/LoRaMac.c.obj
new file mode 100644
index 0000000000000000000000000000000000000000..7a3890f3625c69124aed0aeb26ea76a5f17c56ad
Binary files /dev/null and b/build/zephyr/subsys/lorawan/CMakeFiles/loramac-node.dir/opt/ncs/modules/lib/loramac-node/src/mac/LoRaMac.c.obj differ
diff --git a/build/zephyr/subsys/lorawan/CMakeFiles/loramac-node.dir/opt/ncs/modules/lib/loramac-node/src/mac/LoRaMacAdr.c.obj b/build/zephyr/subsys/lorawan/CMakeFiles/loramac-node.dir/opt/ncs/modules/lib/loramac-node/src/mac/LoRaMacAdr.c.obj
new file mode 100644
index 0000000000000000000000000000000000000000..a7015914c15d226c831be70d7d05a5c4c02775fe
Binary files /dev/null and b/build/zephyr/subsys/lorawan/CMakeFiles/loramac-node.dir/opt/ncs/modules/lib/loramac-node/src/mac/LoRaMacAdr.c.obj differ
diff --git a/build/zephyr/subsys/lorawan/CMakeFiles/loramac-node.dir/opt/ncs/modules/lib/loramac-node/src/mac/LoRaMacClassB.c.obj b/build/zephyr/subsys/lorawan/CMakeFiles/loramac-node.dir/opt/ncs/modules/lib/loramac-node/src/mac/LoRaMacClassB.c.obj
new file mode 100644
index 0000000000000000000000000000000000000000..70eebab712737bb579509dba8a218f4f810436cc
Binary files /dev/null and b/build/zephyr/subsys/lorawan/CMakeFiles/loramac-node.dir/opt/ncs/modules/lib/loramac-node/src/mac/LoRaMacClassB.c.obj differ
diff --git a/build/zephyr/subsys/lorawan/CMakeFiles/loramac-node.dir/opt/ncs/modules/lib/loramac-node/src/mac/LoRaMacCommands.c.obj b/build/zephyr/subsys/lorawan/CMakeFiles/loramac-node.dir/opt/ncs/modules/lib/loramac-node/src/mac/LoRaMacCommands.c.obj
new file mode 100644
index 0000000000000000000000000000000000000000..7ca07286f478720c321532c812f419fe0e62ac65
Binary files /dev/null and b/build/zephyr/subsys/lorawan/CMakeFiles/loramac-node.dir/opt/ncs/modules/lib/loramac-node/src/mac/LoRaMacCommands.c.obj differ
diff --git a/build/zephyr/subsys/lorawan/CMakeFiles/loramac-node.dir/opt/ncs/modules/lib/loramac-node/src/mac/LoRaMacConfirmQueue.c.obj b/build/zephyr/subsys/lorawan/CMakeFiles/loramac-node.dir/opt/ncs/modules/lib/loramac-node/src/mac/LoRaMacConfirmQueue.c.obj
new file mode 100644
index 0000000000000000000000000000000000000000..e2bd15dce7a2037a1655c36030833a9439ce7e54
Binary files /dev/null and b/build/zephyr/subsys/lorawan/CMakeFiles/loramac-node.dir/opt/ncs/modules/lib/loramac-node/src/mac/LoRaMacConfirmQueue.c.obj differ
diff --git a/build/zephyr/subsys/lorawan/CMakeFiles/loramac-node.dir/opt/ncs/modules/lib/loramac-node/src/mac/LoRaMacCrypto.c.obj b/build/zephyr/subsys/lorawan/CMakeFiles/loramac-node.dir/opt/ncs/modules/lib/loramac-node/src/mac/LoRaMacCrypto.c.obj
new file mode 100644
index 0000000000000000000000000000000000000000..7dcd3a645e17f4939dda1b87dc522ea0fb9b39d0
Binary files /dev/null and b/build/zephyr/subsys/lorawan/CMakeFiles/loramac-node.dir/opt/ncs/modules/lib/loramac-node/src/mac/LoRaMacCrypto.c.obj differ
diff --git a/build/zephyr/subsys/lorawan/CMakeFiles/loramac-node.dir/opt/ncs/modules/lib/loramac-node/src/mac/LoRaMacParser.c.obj b/build/zephyr/subsys/lorawan/CMakeFiles/loramac-node.dir/opt/ncs/modules/lib/loramac-node/src/mac/LoRaMacParser.c.obj
new file mode 100644
index 0000000000000000000000000000000000000000..a81cbce15e4dd9d91954e37c8af59936039cfa3d
Binary files /dev/null and b/build/zephyr/subsys/lorawan/CMakeFiles/loramac-node.dir/opt/ncs/modules/lib/loramac-node/src/mac/LoRaMacParser.c.obj differ
diff --git a/build/zephyr/subsys/lorawan/CMakeFiles/loramac-node.dir/opt/ncs/modules/lib/loramac-node/src/mac/LoRaMacSerializer.c.obj b/build/zephyr/subsys/lorawan/CMakeFiles/loramac-node.dir/opt/ncs/modules/lib/loramac-node/src/mac/LoRaMacSerializer.c.obj
new file mode 100644
index 0000000000000000000000000000000000000000..4dc7c7c455b342178881003c46b14028da7ad5e7
Binary files /dev/null and b/build/zephyr/subsys/lorawan/CMakeFiles/loramac-node.dir/opt/ncs/modules/lib/loramac-node/src/mac/LoRaMacSerializer.c.obj differ
diff --git a/build/zephyr/subsys/lorawan/CMakeFiles/loramac-node.dir/opt/ncs/modules/lib/loramac-node/src/mac/region/Region.c.obj b/build/zephyr/subsys/lorawan/CMakeFiles/loramac-node.dir/opt/ncs/modules/lib/loramac-node/src/mac/region/Region.c.obj
new file mode 100644
index 0000000000000000000000000000000000000000..4095c66de061fea5014b976c281e8ba1d2219afe
Binary files /dev/null and b/build/zephyr/subsys/lorawan/CMakeFiles/loramac-node.dir/opt/ncs/modules/lib/loramac-node/src/mac/region/Region.c.obj differ
diff --git a/build/zephyr/subsys/lorawan/CMakeFiles/loramac-node.dir/opt/ncs/modules/lib/loramac-node/src/mac/region/RegionCommon.c.obj b/build/zephyr/subsys/lorawan/CMakeFiles/loramac-node.dir/opt/ncs/modules/lib/loramac-node/src/mac/region/RegionCommon.c.obj
new file mode 100644
index 0000000000000000000000000000000000000000..4d344806ac0ecd16e4ba27b0989bd3e16f4fe73e
Binary files /dev/null and b/build/zephyr/subsys/lorawan/CMakeFiles/loramac-node.dir/opt/ncs/modules/lib/loramac-node/src/mac/region/RegionCommon.c.obj differ
diff --git a/build/zephyr/subsys/lorawan/CMakeFiles/loramac-node.dir/opt/ncs/modules/lib/loramac-node/src/mac/region/RegionEU868.c.obj b/build/zephyr/subsys/lorawan/CMakeFiles/loramac-node.dir/opt/ncs/modules/lib/loramac-node/src/mac/region/RegionEU868.c.obj
new file mode 100644
index 0000000000000000000000000000000000000000..19ac4db55fb9888fa6bcd828d6868373081c67ef
Binary files /dev/null and b/build/zephyr/subsys/lorawan/CMakeFiles/loramac-node.dir/opt/ncs/modules/lib/loramac-node/src/mac/region/RegionEU868.c.obj differ
diff --git a/build/zephyr/subsys/lorawan/CMakeFiles/loramac-node.dir/opt/ncs/modules/lib/loramac-node/src/peripherals/soft-se/aes.c.obj b/build/zephyr/subsys/lorawan/CMakeFiles/loramac-node.dir/opt/ncs/modules/lib/loramac-node/src/peripherals/soft-se/aes.c.obj
new file mode 100644
index 0000000000000000000000000000000000000000..e7b68af0003328c228cded2e6da802b8bbc26870
Binary files /dev/null and b/build/zephyr/subsys/lorawan/CMakeFiles/loramac-node.dir/opt/ncs/modules/lib/loramac-node/src/peripherals/soft-se/aes.c.obj differ
diff --git a/build/zephyr/subsys/lorawan/CMakeFiles/loramac-node.dir/opt/ncs/modules/lib/loramac-node/src/peripherals/soft-se/cmac.c.obj b/build/zephyr/subsys/lorawan/CMakeFiles/loramac-node.dir/opt/ncs/modules/lib/loramac-node/src/peripherals/soft-se/cmac.c.obj
new file mode 100644
index 0000000000000000000000000000000000000000..1e843992d1d0bc197f59f4afa294f1a48606f28c
Binary files /dev/null and b/build/zephyr/subsys/lorawan/CMakeFiles/loramac-node.dir/opt/ncs/modules/lib/loramac-node/src/peripherals/soft-se/cmac.c.obj differ
diff --git a/build/zephyr/subsys/lorawan/CMakeFiles/loramac-node.dir/opt/ncs/modules/lib/loramac-node/src/peripherals/soft-se/soft-se-hal.c.obj b/build/zephyr/subsys/lorawan/CMakeFiles/loramac-node.dir/opt/ncs/modules/lib/loramac-node/src/peripherals/soft-se/soft-se-hal.c.obj
new file mode 100644
index 0000000000000000000000000000000000000000..fe32986dee88b0068837897b097670bcb805dde6
Binary files /dev/null and b/build/zephyr/subsys/lorawan/CMakeFiles/loramac-node.dir/opt/ncs/modules/lib/loramac-node/src/peripherals/soft-se/soft-se-hal.c.obj differ
diff --git a/build/zephyr/subsys/lorawan/CMakeFiles/loramac-node.dir/opt/ncs/modules/lib/loramac-node/src/peripherals/soft-se/soft-se.c.obj b/build/zephyr/subsys/lorawan/CMakeFiles/loramac-node.dir/opt/ncs/modules/lib/loramac-node/src/peripherals/soft-se/soft-se.c.obj
new file mode 100644
index 0000000000000000000000000000000000000000..9d9efbe59f9930d4a4eb53bd063a982003693674
Binary files /dev/null and b/build/zephyr/subsys/lorawan/CMakeFiles/loramac-node.dir/opt/ncs/modules/lib/loramac-node/src/peripherals/soft-se/soft-se.c.obj differ
diff --git a/build/zephyr/subsys/lorawan/CMakeFiles/loramac-node.dir/opt/ncs/modules/lib/loramac-node/src/radio/sx1276/sx1276.c.obj b/build/zephyr/subsys/lorawan/CMakeFiles/loramac-node.dir/opt/ncs/modules/lib/loramac-node/src/radio/sx1276/sx1276.c.obj
new file mode 100644
index 0000000000000000000000000000000000000000..c1bf6edb682a3c84049dc313d4389399f314354a
Binary files /dev/null and b/build/zephyr/subsys/lorawan/CMakeFiles/loramac-node.dir/opt/ncs/modules/lib/loramac-node/src/radio/sx1276/sx1276.c.obj differ
diff --git a/build/zephyr/subsys/lorawan/CMakeFiles/loramac-node.dir/opt/ncs/modules/lib/loramac-node/src/system/delay.c.obj b/build/zephyr/subsys/lorawan/CMakeFiles/loramac-node.dir/opt/ncs/modules/lib/loramac-node/src/system/delay.c.obj
new file mode 100644
index 0000000000000000000000000000000000000000..e0a7eeea198d46c8fbaf5539703e1985c4876858
Binary files /dev/null and b/build/zephyr/subsys/lorawan/CMakeFiles/loramac-node.dir/opt/ncs/modules/lib/loramac-node/src/system/delay.c.obj differ
diff --git a/build/zephyr/subsys/lorawan/CMakeFiles/loramac-node.dir/opt/ncs/modules/lib/loramac-node/src/system/systime.c.obj b/build/zephyr/subsys/lorawan/CMakeFiles/loramac-node.dir/opt/ncs/modules/lib/loramac-node/src/system/systime.c.obj
new file mode 100644
index 0000000000000000000000000000000000000000..cc6125f778cf51faa04352311d570b7779af92ee
Binary files /dev/null and b/build/zephyr/subsys/lorawan/CMakeFiles/loramac-node.dir/opt/ncs/modules/lib/loramac-node/src/system/systime.c.obj differ
diff --git a/build/zephyr/subsys/lorawan/CMakeFiles/loramac-node.dir/opt/ncs/modules/lib/loramac-node/src/system/timer.c.obj b/build/zephyr/subsys/lorawan/CMakeFiles/loramac-node.dir/opt/ncs/modules/lib/loramac-node/src/system/timer.c.obj
new file mode 100644
index 0000000000000000000000000000000000000000..dd3a7d53aaefdae687e711a945859cee441a87c7
Binary files /dev/null and b/build/zephyr/subsys/lorawan/CMakeFiles/loramac-node.dir/opt/ncs/modules/lib/loramac-node/src/system/timer.c.obj differ
diff --git a/build/zephyr/subsys/lorawan/CMakeFiles/loramac-node.dir/opt/ncs/zephyr/drivers/lora/hal_common.c.obj b/build/zephyr/subsys/lorawan/CMakeFiles/loramac-node.dir/opt/ncs/zephyr/drivers/lora/hal_common.c.obj
new file mode 100644
index 0000000000000000000000000000000000000000..464505df97748109d3af663945dca343400e96fc
Binary files /dev/null and b/build/zephyr/subsys/lorawan/CMakeFiles/loramac-node.dir/opt/ncs/zephyr/drivers/lora/hal_common.c.obj differ
diff --git a/build/zephyr/subsys/lorawan/CMakeFiles/loramac-node.dir/opt/ncs/zephyr/drivers/lora/sx127x.c.obj b/build/zephyr/subsys/lorawan/CMakeFiles/loramac-node.dir/opt/ncs/zephyr/drivers/lora/sx127x.c.obj
new file mode 100644
index 0000000000000000000000000000000000000000..50fe1a253c3020e5e934afa29ff528742be3c48d
Binary files /dev/null and b/build/zephyr/subsys/lorawan/CMakeFiles/loramac-node.dir/opt/ncs/zephyr/drivers/lora/sx127x.c.obj differ
diff --git a/build/zephyr/subsys/lorawan/CMakeFiles/loramac-node.dir/opt/ncs/zephyr/drivers/lora/sx12xx_common.c.obj b/build/zephyr/subsys/lorawan/CMakeFiles/loramac-node.dir/opt/ncs/zephyr/drivers/lora/sx12xx_common.c.obj
new file mode 100644
index 0000000000000000000000000000000000000000..5ef3743f661248e526853b031062860b2adde521
Binary files /dev/null and b/build/zephyr/subsys/lorawan/CMakeFiles/loramac-node.dir/opt/ncs/zephyr/drivers/lora/sx12xx_common.c.obj differ
diff --git a/build/zephyr/subsys/lorawan/cmake_install.cmake b/build/zephyr/subsys/lorawan/cmake_install.cmake
new file mode 100644
index 0000000000000000000000000000000000000000..2a602526244a30abc6a239b9bd853114f4d81327
--- /dev/null
+++ b/build/zephyr/subsys/lorawan/cmake_install.cmake
@@ -0,0 +1,49 @@
+# Install script for directory: /opt/ncs/zephyr/subsys/lorawan
+
+# 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 "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-objdump")
+endif()
+
+if(NOT CMAKE_INSTALL_LOCAL_ONLY)
+  # Include the install script for the subdirectory.
+  include("/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/subsys/lorawan/services/cmake_install.cmake")
+endif()
+
+if(NOT CMAKE_INSTALL_LOCAL_ONLY)
+  # Include the install script for the subdirectory.
+  include("/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/subsys/lorawan/nvm/cmake_install.cmake")
+endif()
+
diff --git a/build/zephyr/subsys/lorawan/libloramac-node.a b/build/zephyr/subsys/lorawan/libloramac-node.a
new file mode 100644
index 0000000000000000000000000000000000000000..5d3ab4c6857a1b194c545932bb543eecdc0d0530
Binary files /dev/null and b/build/zephyr/subsys/lorawan/libloramac-node.a differ
diff --git a/build/zephyr/subsys/lorawan/nvm/cmake_install.cmake b/build/zephyr/subsys/lorawan/nvm/cmake_install.cmake
new file mode 100644
index 0000000000000000000000000000000000000000..d09417b976531abd98e54f173d1d0f83916f76c0
--- /dev/null
+++ b/build/zephyr/subsys/lorawan/nvm/cmake_install.cmake
@@ -0,0 +1,39 @@
+# Install script for directory: /opt/ncs/zephyr/subsys/lorawan/nvm
+
+# 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 "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-objdump")
+endif()
+
diff --git a/build/zephyr/subsys/lorawan/services/cmake_install.cmake b/build/zephyr/subsys/lorawan/services/cmake_install.cmake
new file mode 100644
index 0000000000000000000000000000000000000000..4fbcc128b5b4c912c241a00c98e21ae2b9bb5aae
--- /dev/null
+++ b/build/zephyr/subsys/lorawan/services/cmake_install.cmake
@@ -0,0 +1,39 @@
+# Install script for directory: /opt/ncs/zephyr/subsys/lorawan/services
+
+# 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 "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-objdump")
+endif()
+
diff --git a/build/zephyr/subsys/mem_mgmt/cmake_install.cmake b/build/zephyr/subsys/mem_mgmt/cmake_install.cmake
new file mode 100644
index 0000000000000000000000000000000000000000..c1a8a0473cac81acb9f8b1549564d2d06c18b592
--- /dev/null
+++ b/build/zephyr/subsys/mem_mgmt/cmake_install.cmake
@@ -0,0 +1,39 @@
+# Install script for directory: /opt/ncs/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 "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-objdump")
+endif()
+
diff --git a/build/zephyr/subsys/mgmt/cmake_install.cmake b/build/zephyr/subsys/mgmt/cmake_install.cmake
new file mode 100644
index 0000000000000000000000000000000000000000..e24ebe1a3d9c0d1257c36b38ca8589a9be462d67
--- /dev/null
+++ b/build/zephyr/subsys/mgmt/cmake_install.cmake
@@ -0,0 +1,39 @@
+# Install script for directory: /opt/ncs/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 "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-objdump")
+endif()
+
diff --git a/build/zephyr/subsys/modbus/cmake_install.cmake b/build/zephyr/subsys/modbus/cmake_install.cmake
new file mode 100644
index 0000000000000000000000000000000000000000..500594c3444f6cbd239114d8b3aa68196756874b
--- /dev/null
+++ b/build/zephyr/subsys/modbus/cmake_install.cmake
@@ -0,0 +1,39 @@
+# Install script for directory: /opt/ncs/zephyr/subsys/modbus
+
+# 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 "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-objdump")
+endif()
+
diff --git a/build/zephyr/subsys/net/CMakeFiles/subsys__net.dir/buf.c.obj b/build/zephyr/subsys/net/CMakeFiles/subsys__net.dir/buf.c.obj
new file mode 100644
index 0000000000000000000000000000000000000000..3bfea679727908b316e15a228ce2d12a9b37581a
Binary files /dev/null and b/build/zephyr/subsys/net/CMakeFiles/subsys__net.dir/buf.c.obj differ
diff --git a/build/zephyr/subsys/net/CMakeFiles/subsys__net.dir/buf_simple.c.obj b/build/zephyr/subsys/net/CMakeFiles/subsys__net.dir/buf_simple.c.obj
new file mode 100644
index 0000000000000000000000000000000000000000..f1051a290c4dc5508ad8b3e1fff542740a2ea4c0
Binary files /dev/null and b/build/zephyr/subsys/net/CMakeFiles/subsys__net.dir/buf_simple.c.obj differ
diff --git a/build/zephyr/subsys/net/cmake_install.cmake b/build/zephyr/subsys/net/cmake_install.cmake
new file mode 100644
index 0000000000000000000000000000000000000000..672c287354e3c495280f802b7d7759950a34dac5
--- /dev/null
+++ b/build/zephyr/subsys/net/cmake_install.cmake
@@ -0,0 +1,44 @@
+# Install script for directory: /opt/ncs/zephyr/subsys/net
+
+# 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 "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-objdump")
+endif()
+
+if(NOT CMAKE_INSTALL_LOCAL_ONLY)
+  # Include the install script for the subdirectory.
+  include("/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/subsys/net/lib/cmake_install.cmake")
+endif()
+
diff --git a/build/zephyr/subsys/net/lib/cmake_install.cmake b/build/zephyr/subsys/net/lib/cmake_install.cmake
new file mode 100644
index 0000000000000000000000000000000000000000..12710df5c1351f8c3dfc73756659ff2e95d90e4a
--- /dev/null
+++ b/build/zephyr/subsys/net/lib/cmake_install.cmake
@@ -0,0 +1,44 @@
+# Install script for directory: /opt/ncs/zephyr/subsys/net/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 "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-objdump")
+endif()
+
+if(NOT CMAKE_INSTALL_LOCAL_ONLY)
+  # Include the install script for the subdirectory.
+  include("/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/subsys/net/lib/utils/cmake_install.cmake")
+endif()
+
diff --git a/build/zephyr/subsys/net/lib/utils/cmake_install.cmake b/build/zephyr/subsys/net/lib/utils/cmake_install.cmake
new file mode 100644
index 0000000000000000000000000000000000000000..4e7bfdaf7ef8b20dde8624dd3aca3564fc901398
--- /dev/null
+++ b/build/zephyr/subsys/net/lib/utils/cmake_install.cmake
@@ -0,0 +1,39 @@
+# Install script for directory: /opt/ncs/zephyr/subsys/net/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 "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-objdump")
+endif()
+
diff --git a/build/zephyr/subsys/net/libsubsys__net.a b/build/zephyr/subsys/net/libsubsys__net.a
new file mode 100644
index 0000000000000000000000000000000000000000..bd1c8e8e9d5b5df985f6c7ab7904ec56a2aa6a74
Binary files /dev/null and b/build/zephyr/subsys/net/libsubsys__net.a differ
diff --git a/build/zephyr/subsys/pm/cmake_install.cmake b/build/zephyr/subsys/pm/cmake_install.cmake
new file mode 100644
index 0000000000000000000000000000000000000000..be4f940529284274b62e44429da735999952090a
--- /dev/null
+++ b/build/zephyr/subsys/pm/cmake_install.cmake
@@ -0,0 +1,39 @@
+# Install script for directory: /opt/ncs/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 "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-objdump")
+endif()
+
diff --git a/build/zephyr/subsys/portability/cmake_install.cmake b/build/zephyr/subsys/portability/cmake_install.cmake
new file mode 100644
index 0000000000000000000000000000000000000000..080446d7d27dc9ba5c7c1133a1f8aff36132c8c3
--- /dev/null
+++ b/build/zephyr/subsys/portability/cmake_install.cmake
@@ -0,0 +1,39 @@
+# Install script for directory: /opt/ncs/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 "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-objdump")
+endif()
+
diff --git a/build/zephyr/subsys/random/CMakeFiles/subsys__random.dir/random_entropy_device.c.obj b/build/zephyr/subsys/random/CMakeFiles/subsys__random.dir/random_entropy_device.c.obj
new file mode 100644
index 0000000000000000000000000000000000000000..2ef85e846d35fee11aa002b32a536cd39e032f81
Binary files /dev/null and b/build/zephyr/subsys/random/CMakeFiles/subsys__random.dir/random_entropy_device.c.obj differ
diff --git a/build/zephyr/subsys/random/CMakeFiles/subsys__random.dir/random_xoshiro128.c.obj b/build/zephyr/subsys/random/CMakeFiles/subsys__random.dir/random_xoshiro128.c.obj
new file mode 100644
index 0000000000000000000000000000000000000000..9799bc33f2ac714c3c9ce4cb8c2ca08eee197ec8
Binary files /dev/null and b/build/zephyr/subsys/random/CMakeFiles/subsys__random.dir/random_xoshiro128.c.obj differ
diff --git a/build/zephyr/subsys/random/cmake_install.cmake b/build/zephyr/subsys/random/cmake_install.cmake
new file mode 100644
index 0000000000000000000000000000000000000000..78899473301dbfdf80b5057b20b0dcee169857ff
--- /dev/null
+++ b/build/zephyr/subsys/random/cmake_install.cmake
@@ -0,0 +1,39 @@
+# Install script for directory: /opt/ncs/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 "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-objdump")
+endif()
+
diff --git a/build/zephyr/subsys/random/libsubsys__random.a b/build/zephyr/subsys/random/libsubsys__random.a
new file mode 100644
index 0000000000000000000000000000000000000000..fed79c70cc6e94e8278899a32c1ce782d58e13c3
Binary files /dev/null and b/build/zephyr/subsys/random/libsubsys__random.a differ
diff --git a/build/zephyr/subsys/rtio/cmake_install.cmake b/build/zephyr/subsys/rtio/cmake_install.cmake
new file mode 100644
index 0000000000000000000000000000000000000000..f5549ccd475110d043ed226fe057419c81865490
--- /dev/null
+++ b/build/zephyr/subsys/rtio/cmake_install.cmake
@@ -0,0 +1,39 @@
+# Install script for directory: /opt/ncs/zephyr/subsys/rtio
+
+# 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 "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-objdump")
+endif()
+
diff --git a/build/zephyr/subsys/sd/cmake_install.cmake b/build/zephyr/subsys/sd/cmake_install.cmake
new file mode 100644
index 0000000000000000000000000000000000000000..d7644a05020038730d5ba5b05493b5a7136531f9
--- /dev/null
+++ b/build/zephyr/subsys/sd/cmake_install.cmake
@@ -0,0 +1,39 @@
+# Install script for directory: /opt/ncs/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 "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-objdump")
+endif()
+
diff --git a/build/zephyr/subsys/settings/cmake_install.cmake b/build/zephyr/subsys/settings/cmake_install.cmake
new file mode 100644
index 0000000000000000000000000000000000000000..5c3305f74e7fc1cf01730e2c85773acf4ddb963a
--- /dev/null
+++ b/build/zephyr/subsys/settings/cmake_install.cmake
@@ -0,0 +1,44 @@
+# Install script for directory: /opt/ncs/zephyr/subsys/settings
+
+# 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 "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-objdump")
+endif()
+
+if(NOT CMAKE_INSTALL_LOCAL_ONLY)
+  # Include the install script for the subdirectory.
+  include("/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/subsys/settings/src/cmake_install.cmake")
+endif()
+
diff --git a/build/zephyr/subsys/settings/src/cmake_install.cmake b/build/zephyr/subsys/settings/src/cmake_install.cmake
new file mode 100644
index 0000000000000000000000000000000000000000..df81836ff0afc2df5135730eb7b741e7a5962510
--- /dev/null
+++ b/build/zephyr/subsys/settings/src/cmake_install.cmake
@@ -0,0 +1,39 @@
+# Install script for directory: /opt/ncs/zephyr/subsys/settings/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 "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-objdump")
+endif()
+
diff --git a/build/zephyr/subsys/stats/cmake_install.cmake b/build/zephyr/subsys/stats/cmake_install.cmake
new file mode 100644
index 0000000000000000000000000000000000000000..14e616980869d6cf8f0feacd7a6a818736dba03d
--- /dev/null
+++ b/build/zephyr/subsys/stats/cmake_install.cmake
@@ -0,0 +1,39 @@
+# Install script for directory: /opt/ncs/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 "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-objdump")
+endif()
+
diff --git a/build/zephyr/subsys/storage/cmake_install.cmake b/build/zephyr/subsys/storage/cmake_install.cmake
new file mode 100644
index 0000000000000000000000000000000000000000..b706f69562d97b5e98adcda949210ece36778dbf
--- /dev/null
+++ b/build/zephyr/subsys/storage/cmake_install.cmake
@@ -0,0 +1,44 @@
+# Install script for directory: /opt/ncs/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 "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-objdump")
+endif()
+
+if(NOT CMAKE_INSTALL_LOCAL_ONLY)
+  # Include the install script for the subdirectory.
+  include("/home/code/workspace/projet_systm_menacer/projetalexiot/build/zephyr/subsys/storage/flash_map/cmake_install.cmake")
+endif()
+
diff --git a/build/zephyr/subsys/storage/flash_map/cmake_install.cmake b/build/zephyr/subsys/storage/flash_map/cmake_install.cmake
new file mode 100644
index 0000000000000000000000000000000000000000..3d5494d84541415185cf20d3a4ba3db931d81ae7
--- /dev/null
+++ b/build/zephyr/subsys/storage/flash_map/cmake_install.cmake
@@ -0,0 +1,39 @@
+# Install script for directory: /opt/ncs/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 "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-objdump")
+endif()
+
diff --git a/build/zephyr/subsys/task_wdt/cmake_install.cmake b/build/zephyr/subsys/task_wdt/cmake_install.cmake
new file mode 100644
index 0000000000000000000000000000000000000000..50c905ecd92fd3d6cdaf2fe2a8be4ba827cf9fb5
--- /dev/null
+++ b/build/zephyr/subsys/task_wdt/cmake_install.cmake
@@ -0,0 +1,39 @@
+# Install script for directory: /opt/ncs/zephyr/subsys/task_wdt
+
+# 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 "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-objdump")
+endif()
+
diff --git a/build/zephyr/subsys/testsuite/cmake_install.cmake b/build/zephyr/subsys/testsuite/cmake_install.cmake
new file mode 100644
index 0000000000000000000000000000000000000000..e4d3fa789969ff70c934866510338cacd8371d73
--- /dev/null
+++ b/build/zephyr/subsys/testsuite/cmake_install.cmake
@@ -0,0 +1,39 @@
+# Install script for directory: /opt/ncs/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 "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-objdump")
+endif()
+
diff --git a/build/zephyr/subsys/tracing/cmake_install.cmake b/build/zephyr/subsys/tracing/cmake_install.cmake
new file mode 100644
index 0000000000000000000000000000000000000000..de9b614542be025045e4d8e4ec67cbf3ce6e4ae1
--- /dev/null
+++ b/build/zephyr/subsys/tracing/cmake_install.cmake
@@ -0,0 +1,39 @@
+# Install script for directory: /opt/ncs/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 "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-objdump")
+endif()
+
diff --git a/build/zephyr/subsys/usb/cmake_install.cmake b/build/zephyr/subsys/usb/cmake_install.cmake
new file mode 100644
index 0000000000000000000000000000000000000000..790bd02c54a11e085c953c9c93a101697cc03942
--- /dev/null
+++ b/build/zephyr/subsys/usb/cmake_install.cmake
@@ -0,0 +1,39 @@
+# Install script for directory: /opt/ncs/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 "/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-objdump")
+endif()
+
diff --git a/build/zephyr/zephyr.bin b/build/zephyr/zephyr.bin
new file mode 100755
index 0000000000000000000000000000000000000000..6a56660bbbac57453dba82286c891e9fd8c6ef7a
Binary files /dev/null and b/build/zephyr/zephyr.bin differ
diff --git a/build/zephyr/zephyr.dts b/build/zephyr/zephyr.dts
new file mode 100644
index 0000000000000000000000000000000000000000..e95e507ba1cab66b91536a348d7a3eaac161e87a
--- /dev/null
+++ b/build/zephyr/zephyr.dts
@@ -0,0 +1,653 @@
+/dts-v1/;
+
+/ {
+	#address-cells = < 0x1 >;
+	#size-cells = < 0x1 >;
+	model = "BBC Micro:bit V2";
+	compatible = "bbc,microbit-v2";
+	chosen {
+		zephyr,entropy = &rng;
+		zephyr,flash-controller = &flash_controller;
+		zephyr,console = &uart0;
+		zephyr,shell-uart = &uart0;
+		zephyr,bt-mon-uart = &uart0;
+		zephyr,bt-c2h-uart = &uart0;
+		zephyr,sram = &sram0;
+		zephyr,flash = &flash0;
+		zephyr,code-partition = &slot0_partition;
+		zephyr,display = &led_matrix;
+	};
+	aliases {
+		sw0 = &buttonA;
+		sw1 = &buttonB;
+		magn0 = &lsm303agr_magn;
+		accel0 = &lsm303agr_accel;
+		watchdog0 = &wdt0;
+		lora0 = &lora;
+		adc0 = &adc;
+	};
+	soc {
+		#address-cells = < 0x1 >;
+		#size-cells = < 0x1 >;
+		compatible = "nordic,nrf52833-qiaa", "nordic,nrf52833", "nordic,nrf52", "simple-bus";
+		interrupt-parent = < &nvic >;
+		ranges;
+		nvic: interrupt-controller@e000e100 {
+			#address-cells = < 0x1 >;
+			compatible = "arm,v7m-nvic";
+			reg = < 0xe000e100 0xc00 >;
+			interrupt-controller;
+			#interrupt-cells = < 0x2 >;
+			arm,num-irq-priority-bits = < 0x3 >;
+			phandle = < 0x1 >;
+		};
+		systick: timer@e000e010 {
+			compatible = "arm,armv7m-systick";
+			reg = < 0xe000e010 0x10 >;
+			status = "disabled";
+		};
+		ficr: ficr@10000000 {
+			compatible = "nordic,nrf-ficr";
+			reg = < 0x10000000 0x1000 >;
+			#nordic,ficr-cells = < 0x1 >;
+			status = "okay";
+		};
+		uicr: uicr@10001000 {
+			compatible = "nordic,nrf-uicr";
+			reg = < 0x10001000 0x1000 >;
+			status = "okay";
+		};
+		sram0: memory@20000000 {
+			compatible = "mmio-sram";
+			reg = < 0x20000000 0x20000 >;
+		};
+		clock: clock@40000000 {
+			compatible = "nordic,nrf-clock";
+			reg = < 0x40000000 0x1000 >;
+			interrupts = < 0x0 0x1 >;
+			status = "okay";
+		};
+		power: power@40000000 {
+			compatible = "nordic,nrf-power";
+			reg = < 0x40000000 0x1000 >;
+			interrupts = < 0x0 0x1 >;
+			status = "okay";
+			#address-cells = < 0x1 >;
+			#size-cells = < 0x1 >;
+			gpregret1: gpregret1@4000051c {
+				#address-cells = < 0x1 >;
+				#size-cells = < 0x1 >;
+				compatible = "nordic,nrf-gpregret";
+				reg = < 0x4000051c 0x1 >;
+				status = "okay";
+			};
+			gpregret2: gpregret2@40000520 {
+				#address-cells = < 0x1 >;
+				#size-cells = < 0x1 >;
+				compatible = "nordic,nrf-gpregret";
+				reg = < 0x40000520 0x1 >;
+				status = "okay";
+			};
+		};
+		radio: radio@40001000 {
+			compatible = "nordic,nrf-radio";
+			reg = < 0x40001000 0x1000 >;
+			interrupts = < 0x1 0x1 >;
+			status = "okay";
+			dfe-supported;
+			ieee802154-supported;
+			ble-2mbps-supported;
+			ble-coded-phy-supported;
+			tx-high-power-supported;
+			ieee802154: ieee802154 {
+				compatible = "nordic,nrf-ieee802154";
+				status = "disabled";
+			};
+		};
+		uart0: uart@40002000 {
+			compatible = "nordic,nrf-uart";
+			reg = < 0x40002000 0x1000 >;
+			interrupts = < 0x2 0x1 >;
+			status = "okay";
+			current-speed = < 0x1c200 >;
+			pinctrl-0 = < &uart0_default >;
+			pinctrl-1 = < &uart0_sleep >;
+			pinctrl-names = "default", "sleep";
+		};
+		i2c0: i2c@40003000 {
+			compatible = "nordic,nrf-twim";
+			#address-cells = < 0x1 >;
+			#size-cells = < 0x0 >;
+			reg = < 0x40003000 0x1000 >;
+			clock-frequency = < 0x61a80 >;
+			interrupts = < 0x3 0x1 >;
+			easydma-maxcnt-bits = < 0x10 >;
+			status = "okay";
+			pinctrl-0 = < &i2c0_default >;
+			pinctrl-1 = < &i2c0_sleep >;
+			pinctrl-names = "default", "sleep";
+			lsm303agr_magn: lsm303agr-magn@1e {
+				compatible = "st,lis2mdl", "st,lsm303agr-magn";
+				status = "okay";
+				reg = < 0x1e >;
+				irq-gpios = < &gpio0 0x19 0x0 >;
+			};
+			lsm303agr_accel: lsm303agr-accel@19 {
+				compatible = "st,lis2dh", "st,lsm303agr-accel";
+				status = "okay";
+				reg = < 0x19 >;
+				irq-gpios = < &gpio0 0x19 0x0 >;
+			};
+		};
+		spi0: spi@40003000 {
+			compatible = "nordic,nrf-spim";
+			#address-cells = < 0x1 >;
+			#size-cells = < 0x0 >;
+			reg = < 0x40003000 0x1000 >;
+			interrupts = < 0x3 0x1 >;
+			max-frequency = < 0x7a1200 >;
+			easydma-maxcnt-bits = < 0x10 >;
+			status = "disabled";
+		};
+		i2c1: i2c@40004000 {
+			compatible = "nordic,nrf-twim";
+			#address-cells = < 0x1 >;
+			#size-cells = < 0x0 >;
+			reg = < 0x40004000 0x1000 >;
+			clock-frequency = < 0x186a0 >;
+			interrupts = < 0x4 0x1 >;
+			easydma-maxcnt-bits = < 0x10 >;
+			status = "disabled";
+		};
+		spi1: spi@40004000 {
+			compatible = "nordic,nrf-spim";
+			#address-cells = < 0x1 >;
+			#size-cells = < 0x0 >;
+			reg = < 0x40004000 0x1000 >;
+			interrupts = < 0x4 0x1 >;
+			max-frequency = < 0x7a1200 >;
+			easydma-maxcnt-bits = < 0x10 >;
+			status = "okay";
+			pinctrl-0 = < &spi1_default_alt >;
+			pinctrl-1 = < &spi1_sleep_alt >;
+			pinctrl-names = "default", "sleep";
+			cs-gpios = < &gpio0 0xb 0x1 >, < &gpio0 0x17 0x1 >;
+			lora: lora_radio@0 {
+				status = "okay";
+				reg = < 0x0 >;
+				compatible = "semtech,sx1276";
+				reset-gpios = < &gpio0 0xc 0x1 >;
+				dio-gpios = < &gpio1 0x2 0x20 >;
+				spi-max-frequency = < 0xf4240 >;
+				power-amplifier-output = "pa-boost";
+			};
+			bme280@1 {
+				compatible = "bosch,bme280";
+				reg = < 0x1 >;
+				spi-max-frequency = < 0xf4240 >;
+				status = "okay";
+			};
+		};
+		nfct: nfct@40005000 {
+			compatible = "nordic,nrf-nfct";
+			reg = < 0x40005000 0x1000 >;
+			interrupts = < 0x5 0x1 >;
+			status = "disabled";
+		};
+		gpiote: gpiote0: gpiote@40006000 {
+			compatible = "nordic,nrf-gpiote";
+			reg = < 0x40006000 0x1000 >;
+			interrupts = < 0x6 0x5 >;
+			status = "okay";
+			instance = < 0x0 >;
+			phandle = < 0xc >;
+		};
+		adc: adc@40007000 {
+			compatible = "nordic,nrf-saadc";
+			reg = < 0x40007000 0x1000 >;
+			interrupts = < 0x7 0x1 >;
+			status = "okay";
+			#io-channel-cells = < 0x1 >;
+			#address-cells = < 0x1 >;
+			#size-cells = < 0x0 >;
+			channel@0 {
+				reg = < 0x0 >;
+				zephyr,gain = "ADC_GAIN_1_6";
+				zephyr,reference = "ADC_REF_INTERNAL";
+				zephyr,acquisition-time = < 0x0 >;
+				zephyr,input-positive = < 0x9 >;
+				zephyr,oversampling = < 0x8 >;
+			};
+		};
+		timer0: timer@40008000 {
+			compatible = "nordic,nrf-timer";
+			status = "disabled";
+			reg = < 0x40008000 0x1000 >;
+			cc-num = < 0x4 >;
+			max-bit-width = < 0x20 >;
+			interrupts = < 0x8 0x1 >;
+			prescaler = < 0x0 >;
+		};
+		timer1: timer@40009000 {
+			compatible = "nordic,nrf-timer";
+			status = "disabled";
+			reg = < 0x40009000 0x1000 >;
+			cc-num = < 0x4 >;
+			max-bit-width = < 0x20 >;
+			interrupts = < 0x9 0x1 >;
+			prescaler = < 0x0 >;
+			phandle = < 0xd >;
+		};
+		timer2: timer@4000a000 {
+			compatible = "nordic,nrf-timer";
+			status = "disabled";
+			reg = < 0x4000a000 0x1000 >;
+			cc-num = < 0x4 >;
+			max-bit-width = < 0x20 >;
+			interrupts = < 0xa 0x1 >;
+			prescaler = < 0x0 >;
+		};
+		rtc0: rtc@4000b000 {
+			compatible = "nordic,nrf-rtc";
+			reg = < 0x4000b000 0x1000 >;
+			cc-num = < 0x3 >;
+			interrupts = < 0xb 0x1 >;
+			status = "disabled";
+			clock-frequency = < 0x8000 >;
+			prescaler = < 0x1 >;
+		};
+		temp: temp@4000c000 {
+			compatible = "nordic,nrf-temp";
+			reg = < 0x4000c000 0x1000 >;
+			interrupts = < 0xc 0x1 >;
+			status = "okay";
+		};
+		rng: random@4000d000 {
+			compatible = "nordic,nrf-rng";
+			reg = < 0x4000d000 0x1000 >;
+			interrupts = < 0xd 0x1 >;
+			status = "okay";
+		};
+		ecb: ecb@4000e000 {
+			compatible = "nordic,nrf-ecb";
+			reg = < 0x4000e000 0x1000 >;
+			interrupts = < 0xe 0x1 >;
+			status = "okay";
+		};
+		ccm: ccm@4000f000 {
+			compatible = "nordic,nrf-ccm";
+			reg = < 0x4000f000 0x1000 >;
+			interrupts = < 0xf 0x1 >;
+			length-field-length-8-bits;
+			headermask-supported;
+			status = "okay";
+		};
+		wdt: wdt0: watchdog@40010000 {
+			compatible = "nordic,nrf-wdt";
+			reg = < 0x40010000 0x1000 >;
+			interrupts = < 0x10 0x1 >;
+			status = "okay";
+		};
+		rtc1: rtc@40011000 {
+			compatible = "nordic,nrf-rtc";
+			reg = < 0x40011000 0x1000 >;
+			cc-num = < 0x4 >;
+			interrupts = < 0x11 0x1 >;
+			status = "disabled";
+			clock-frequency = < 0x8000 >;
+			prescaler = < 0x1 >;
+		};
+		qdec: qdec0: qdec@40012000 {
+			compatible = "nordic,nrf-qdec";
+			reg = < 0x40012000 0x1000 >;
+			interrupts = < 0x12 0x1 >;
+			status = "disabled";
+		};
+		comp: comparator@40013000 {
+			compatible = "nordic,nrf-comp";
+			reg = < 0x40013000 0x1000 >;
+			interrupts = < 0x13 0x1 >;
+			status = "disabled";
+			#io-channel-cells = < 0x1 >;
+		};
+		egu0: swi0: egu@40014000 {
+			compatible = "nordic,nrf-egu", "nordic,nrf-swi";
+			reg = < 0x40014000 0x1000 >;
+			interrupts = < 0x14 0x1 >;
+			status = "okay";
+		};
+		egu1: swi1: egu@40015000 {
+			compatible = "nordic,nrf-egu", "nordic,nrf-swi";
+			reg = < 0x40015000 0x1000 >;
+			interrupts = < 0x15 0x1 >;
+			status = "okay";
+		};
+		egu2: swi2: egu@40016000 {
+			compatible = "nordic,nrf-egu", "nordic,nrf-swi";
+			reg = < 0x40016000 0x1000 >;
+			interrupts = < 0x16 0x1 >;
+			status = "okay";
+		};
+		egu3: swi3: egu@40017000 {
+			compatible = "nordic,nrf-egu", "nordic,nrf-swi";
+			reg = < 0x40017000 0x1000 >;
+			interrupts = < 0x17 0x1 >;
+			status = "okay";
+		};
+		egu4: swi4: egu@40018000 {
+			compatible = "nordic,nrf-egu", "nordic,nrf-swi";
+			reg = < 0x40018000 0x1000 >;
+			interrupts = < 0x18 0x1 >;
+			status = "okay";
+		};
+		egu5: swi5: egu@40019000 {
+			compatible = "nordic,nrf-egu", "nordic,nrf-swi";
+			reg = < 0x40019000 0x1000 >;
+			interrupts = < 0x19 0x1 >;
+			status = "okay";
+		};
+		timer3: timer@4001a000 {
+			compatible = "nordic,nrf-timer";
+			status = "disabled";
+			reg = < 0x4001a000 0x1000 >;
+			cc-num = < 0x6 >;
+			max-bit-width = < 0x20 >;
+			interrupts = < 0x1a 0x1 >;
+			prescaler = < 0x0 >;
+		};
+		timer4: timer@4001b000 {
+			compatible = "nordic,nrf-timer";
+			status = "disabled";
+			reg = < 0x4001b000 0x1000 >;
+			cc-num = < 0x6 >;
+			max-bit-width = < 0x20 >;
+			interrupts = < 0x1b 0x1 >;
+			prescaler = < 0x0 >;
+			phandle = < 0xe >;
+		};
+		pwm0: pwm@4001c000 {
+			compatible = "nordic,nrf-pwm";
+			reg = < 0x4001c000 0x1000 >;
+			interrupts = < 0x1c 0x1 >;
+			status = "disabled";
+			#pwm-cells = < 0x3 >;
+			phandle = < 0xf >;
+		};
+		pdm0: pdm@4001d000 {
+			compatible = "nordic,nrf-pdm";
+			reg = < 0x4001d000 0x1000 >;
+			interrupts = < 0x1d 0x1 >;
+			status = "disabled";
+		};
+		acl: acl@4001e000 {
+			compatible = "nordic,nrf-acl";
+			reg = < 0x4001e000 0x1000 >;
+			status = "okay";
+		};
+		flash_controller: flash-controller@4001e000 {
+			compatible = "nordic,nrf52-flash-controller";
+			reg = < 0x4001e000 0x1000 >;
+			partial-erase;
+			#address-cells = < 0x1 >;
+			#size-cells = < 0x1 >;
+			flash0: flash@0 {
+				compatible = "soc-nv-flash";
+				erase-block-size = < 0x1000 >;
+				write-block-size = < 0x4 >;
+				reg = < 0x0 0x80000 >;
+				partitions {
+					compatible = "fixed-partitions";
+					#address-cells = < 0x1 >;
+					#size-cells = < 0x1 >;
+					boot_partition: partition@0 {
+						label = "mcuboot";
+						reg = < 0x0 0xc000 >;
+					};
+					slot0_partition: partition@c000 {
+						label = "image-0";
+						reg = < 0xc000 0x32000 >;
+					};
+					slot1_partition: partition@3e000 {
+						label = "image-1";
+						reg = < 0x3e000 0x32000 >;
+					};
+					scratch_partition: partition@70000 {
+						label = "image-scratch";
+						reg = < 0x70000 0xa000 >;
+					};
+					storage_partition: partition@7a000 {
+						label = "storage";
+						reg = < 0x7a000 0x6000 >;
+					};
+				};
+			};
+		};
+		ppi: ppi@4001f000 {
+			compatible = "nordic,nrf-ppi";
+			reg = < 0x4001f000 0x1000 >;
+			status = "okay";
+		};
+		mwu: mwu@40020000 {
+			compatible = "nordic,nrf-mwu";
+			reg = < 0x40020000 0x1000 >;
+			status = "okay";
+		};
+		pwm1: pwm@40021000 {
+			compatible = "nordic,nrf-pwm";
+			reg = < 0x40021000 0x1000 >;
+			interrupts = < 0x21 0x1 >;
+			status = "okay";
+			#pwm-cells = < 0x3 >;
+			pinctrl-0 = < &pwm1_default >;
+			pinctrl-1 = < &pwm1_sleep >;
+			pinctrl-names = "default", "sleep";
+		};
+		pwm2: pwm@40022000 {
+			compatible = "nordic,nrf-pwm";
+			reg = < 0x40022000 0x1000 >;
+			interrupts = < 0x22 0x1 >;
+			status = "disabled";
+			#pwm-cells = < 0x3 >;
+		};
+		spi2: spi@40023000 {
+			compatible = "nordic,nrf-spim";
+			#address-cells = < 0x1 >;
+			#size-cells = < 0x0 >;
+			reg = < 0x40023000 0x1000 >;
+			interrupts = < 0x23 0x1 >;
+			max-frequency = < 0x7a1200 >;
+			easydma-maxcnt-bits = < 0x10 >;
+			status = "disabled";
+		};
+		rtc2: rtc@40024000 {
+			compatible = "nordic,nrf-rtc";
+			reg = < 0x40024000 0x1000 >;
+			cc-num = < 0x4 >;
+			interrupts = < 0x24 0x1 >;
+			status = "disabled";
+			clock-frequency = < 0x8000 >;
+			prescaler = < 0x1 >;
+		};
+		i2s0: i2s@40025000 {
+			compatible = "nordic,nrf-i2s";
+			#address-cells = < 0x1 >;
+			#size-cells = < 0x0 >;
+			reg = < 0x40025000 0x1000 >;
+			interrupts = < 0x25 0x1 >;
+			status = "disabled";
+		};
+		usbd: zephyr_udc0: usbd@40027000 {
+			compatible = "nordic,nrf-usbd";
+			reg = < 0x40027000 0x1000 >;
+			interrupts = < 0x27 0x1 >;
+			num-bidir-endpoints = < 0x1 >;
+			num-in-endpoints = < 0x7 >;
+			num-out-endpoints = < 0x7 >;
+			num-isoin-endpoints = < 0x1 >;
+			num-isoout-endpoints = < 0x1 >;
+			status = "okay";
+		};
+		uart1: uart@40028000 {
+			compatible = "nordic,nrf-uarte";
+			reg = < 0x40028000 0x1000 >;
+			interrupts = < 0x28 0x1 >;
+			status = "disabled";
+		};
+		pwm3: pwm@4002d000 {
+			compatible = "nordic,nrf-pwm";
+			reg = < 0x4002d000 0x1000 >;
+			interrupts = < 0x2d 0x1 >;
+			status = "disabled";
+			#pwm-cells = < 0x3 >;
+		};
+		spi3: spi@4002f000 {
+			compatible = "nordic,nrf-spim";
+			#address-cells = < 0x1 >;
+			#size-cells = < 0x0 >;
+			reg = < 0x4002f000 0x1000 >;
+			interrupts = < 0x2f 0x1 >;
+			max-frequency = < 0x1e84800 >;
+			easydma-maxcnt-bits = < 0x10 >;
+			rx-delay-supported;
+			rx-delay = < 0x2 >;
+			status = "disabled";
+		};
+		gpio0: gpio@50000000 {
+			compatible = "nordic,nrf-gpio";
+			gpio-controller;
+			reg = < 0x50000000 0x200 0x50000500 0x300 >;
+			#gpio-cells = < 0x2 >;
+			status = "okay";
+			port = < 0x0 >;
+			gpiote-instance = < &gpiote >;
+			phandle = < 0x6 >;
+		};
+		gpio1: gpio@50000300 {
+			compatible = "nordic,nrf-gpio";
+			gpio-controller;
+			reg = < 0x50000300 0x200 0x50000800 0x300 >;
+			#gpio-cells = < 0x2 >;
+			ngpios = < 0xa >;
+			status = "okay";
+			port = < 0x1 >;
+			gpiote-instance = < &gpiote >;
+			phandle = < 0x9 >;
+		};
+	};
+	pinctrl: pin-controller {
+		compatible = "nordic,nrf-pinctrl";
+		uart0_default: uart0_default {
+			phandle = < 0x2 >;
+			group1 {
+				psels = < 0x6 >, < 0x20028 >;
+			};
+		};
+		uart0_sleep: uart0_sleep {
+			phandle = < 0x3 >;
+			group1 {
+				psels = < 0x6 >, < 0x20028 >;
+				low-power-enable;
+			};
+		};
+		i2c0_default: i2c0_default {
+			phandle = < 0x4 >;
+			group1 {
+				psels = < 0x180010 >, < 0x160008 >;
+			};
+		};
+		i2c0_sleep: i2c0_sleep {
+			phandle = < 0x5 >;
+			group1 {
+				psels = < 0x180010 >, < 0x160008 >;
+				low-power-enable;
+			};
+		};
+		pwm1_default: pwm1_default {
+			phandle = < 0xa >;
+			group1 {
+				psels = < 0x2c0000 >;
+				nordic,invert;
+			};
+		};
+		pwm1_sleep: pwm1_sleep {
+			phandle = < 0xb >;
+			group1 {
+				psels = < 0x2c0000 >;
+				low-power-enable;
+			};
+		};
+		spi1_default_alt: spi1_default_alt {
+			phandle = < 0x7 >;
+			group1 {
+				psels = < 0x80011 >, < 0xa000d >, < 0xc0001 >;
+			};
+		};
+		spi1_sleep_alt: spi1_sleep_alt {
+			phandle = < 0x8 >;
+			group1 {
+				psels = < 0x80011 >, < 0xa000d >, < 0xc0001 >;
+				low-power-enable;
+			};
+		};
+	};
+	rng_hci: entropy_bt_hci {
+		compatible = "zephyr,bt-hci-entropy";
+		status = "okay";
+	};
+	sw_pwm: sw-pwm {
+		compatible = "nordic,nrf-sw-pwm";
+		status = "disabled";
+		generator = < &timer1 >;
+		clock-prescaler = < 0x0 >;
+		#pwm-cells = < 0x3 >;
+	};
+	cpus {
+		#address-cells = < 0x1 >;
+		#size-cells = < 0x0 >;
+		cpu@0 {
+			device_type = "cpu";
+			compatible = "arm,cortex-m4f";
+			reg = < 0x0 >;
+			#address-cells = < 0x1 >;
+			#size-cells = < 0x1 >;
+			itm: itm@e0000000 {
+				compatible = "arm,armv7m-itm";
+				reg = < 0xe0000000 0x1000 >;
+				swo-ref-frequency = < 0x1e84800 >;
+			};
+		};
+	};
+	gpio_keys {
+		compatible = "gpio-keys";
+		buttonA: button_0 {
+			label = "BTN_A";
+			gpios = < &gpio0 0xe 0x1 >;
+			zephyr,code = < 0x1e >;
+		};
+		buttonB: button_1 {
+			label = "BTN_B";
+			gpios = < &gpio0 0x17 0x1 >;
+			zephyr,code = < 0x30 >;
+		};
+	};
+	led_matrix: led_matrix {
+		compatible = "nordic,nrf-led-matrix";
+		status = "okay";
+		width = < 0x5 >;
+		height = < 0x5 >;
+		pixel-mapping = [ 00 01 02 03 04 10 11 12 13 14 20 21 22 23 24 30 31 32 33 34 40 41 42 43 44 ];
+		row-gpios = < &gpio0 0x15 0x0 >, < &gpio0 0x16 0x0 >, < &gpio0 0xf 0x0 >, < &gpio0 0x18 0x0 >, < &gpio0 0x13 0x0 >;
+		col-gpios = < &gpio0 0x1c 0x1 >, < &gpio0 0xb 0x1 >, < &gpio0 0x1f 0x1 >, < &gpio1 0x5 0x1 >, < &gpio0 0x1e 0x1 >;
+		refresh-frequency = < 0x32 >;
+		timer = < &timer4 >;
+		pwm = < &pwm0 >;
+		pixel-group-size = < 0x4 >;
+	};
+	edge_connector: connector {
+		compatible = "microbit,edge-connector";
+		#gpio-cells = < 0x2 >;
+		gpio-map-mask = < 0xffffffff 0xffffffc0 >;
+		gpio-map-pass-thru = < 0x0 0x3f >;
+		gpio-map = < 0x0 0x0 &gpio0 0x2 0x0 >, < 0x1 0x0 &gpio0 0x3 0x0 >, < 0x2 0x0 &gpio0 0x4 0x0 >, < 0x3 0x0 &gpio0 0x1f 0x0 >, < 0x4 0x0 &gpio0 0x1c 0x0 >, < 0x5 0x0 &gpio0 0xe 0x0 >, < 0x6 0x0 &gpio1 0x5 0x0 >, < 0x7 0x0 &gpio0 0xb 0x0 >, < 0x8 0x0 &gpio0 0xa 0x0 >, < 0x9 0x0 &gpio0 0x9 0x0 >, < 0xa 0x0 &gpio0 0x1e 0x0 >, < 0xb 0x0 &gpio0 0x17 0x0 >, < 0xc 0x0 &gpio0 0xc 0x0 >, < 0xd 0x0 &gpio0 0x11 0x0 >, < 0xe 0x0 &gpio0 0x1 0x0 >, < 0xf 0x0 &gpio0 0xd 0x0 >, < 0x10 0x0 &gpio1 0x2 0x0 >, < 0x13 0x0 &gpio0 0x1a 0x0 >, < 0x14 0x0 &gpio1 0x0 0x0 >;
+	};
+};
diff --git a/build/zephyr/zephyr.dts.d b/build/zephyr/zephyr.dts.d
new file mode 100644
index 0000000000000000000000000000000000000000..2a208a95225d2a3b8246e809e232d74c207955cc
--- /dev/null
+++ b/build/zephyr/zephyr.dts.d
@@ -0,0 +1,28 @@
+empty_file.o: /opt/ncs/zephyr/misc/empty_file.c \
+ /opt/ncs/zephyr/boards/bbc/microbit_v2/bbc_microbit_v2.dts \
+ /opt/ncs/zephyr/dts/arm/nordic/nrf52833_qiaa.dtsi \
+ /opt/ncs/zephyr/dts/common/mem.h \
+ /opt/ncs/zephyr/dts/arm/nordic/nrf52833.dtsi \
+ /opt/ncs/zephyr/dts/arm/armv7-m.dtsi \
+ /opt/ncs/zephyr/dts/common/skeleton.dtsi \
+ /opt/ncs/zephyr/dts/common/nordic/nrf_common.dtsi \
+ /opt/ncs/zephyr/include/zephyr/dt-bindings/adc/adc.h \
+ /opt/ncs/zephyr/include/zephyr/dt-bindings/dt-util.h \
+ /opt/ncs/zephyr/include/zephyr/sys/util_macro.h \
+ /opt/ncs/zephyr/include/zephyr/sys/util_internal.h \
+ /opt/ncs/zephyr/include/zephyr/sys/util_loops.h \
+ /opt/ncs/zephyr/include/zephyr/sys/util_listify.h \
+ /opt/ncs/zephyr/include/zephyr/sys/util_internal_is_eq.h \
+ /opt/ncs/zephyr/include/zephyr/sys/util_internal_util_inc.h \
+ /opt/ncs/zephyr/include/zephyr/sys/util_internal_util_dec.h \
+ /opt/ncs/zephyr/include/zephyr/sys/util_internal_util_x2.h \
+ /opt/ncs/zephyr/include/zephyr/dt-bindings/adc/nrf-adc.h \
+ /opt/ncs/zephyr/include/zephyr/dt-bindings/gpio/gpio.h \
+ /opt/ncs/zephyr/include/zephyr/dt-bindings/i2c/i2c.h \
+ /opt/ncs/zephyr/include/zephyr/dt-bindings/input/input-event-codes.h \
+ /opt/ncs/zephyr/include/zephyr/dt-bindings/pinctrl/nrf-pinctrl.h \
+ /opt/ncs/zephyr/include/zephyr/dt-bindings/pwm/pwm.h \
+ /opt/ncs/zephyr/dts/common/freq.h \
+ /opt/ncs/zephyr/dts/arm/nordic/override.dtsi \
+ /opt/ncs/zephyr/boards/bbc/microbit_v2/bbc_microbit_v2-pinctrl.dtsi \
+ /home/code/workspace/projet_systm_menacer/projetalexiot/boards/bbc_microbit_v2.overlay
diff --git a/build/zephyr/zephyr.dts.pre b/build/zephyr/zephyr.dts.pre
new file mode 100644
index 0000000000000000000000000000000000000000..ae825bfa5e8ff187dbcacf0794ec533e34d661e3
--- /dev/null
+++ b/build/zephyr/zephyr.dts.pre
@@ -0,0 +1,1014 @@
+# 0 "/opt/ncs/zephyr/misc/empty_file.c"
+# 0 "<built-in>"
+# 0 "<command-line>"
+# 1 "/opt/ncs/zephyr/boards/bbc/microbit_v2/bbc_microbit_v2.dts" 1
+
+
+
+
+
+
+/dts-v1/;
+# 1 "/opt/ncs/zephyr/dts/arm/nordic/nrf52833_qiaa.dtsi" 1 3 4
+
+
+
+
+
+
+# 1 "/opt/ncs/zephyr/dts/common/mem.h" 1 3 4
+# 8 "/opt/ncs/zephyr/dts/arm/nordic/nrf52833_qiaa.dtsi" 2 3 4
+# 1 "/opt/ncs/zephyr/dts/arm/nordic/nrf52833.dtsi" 1 3 4
+
+
+
+
+
+
+# 1 "/opt/ncs/zephyr/dts/arm/armv7-m.dtsi" 1 3 4
+
+
+# 1 "/opt/ncs/zephyr/dts/common/skeleton.dtsi" 1 3 4
+# 9 "/opt/ncs/zephyr/dts/common/skeleton.dtsi" 3 4
+/ {
+ #address-cells = <1>;
+ #size-cells = <1>;
+ chosen { };
+ aliases { };
+};
+# 4 "/opt/ncs/zephyr/dts/arm/armv7-m.dtsi" 2 3 4
+
+/ {
+ soc {
+  #address-cells = <1>;
+  #size-cells = <1>;
+  compatible = "simple-bus";
+  interrupt-parent = <&nvic>;
+  ranges;
+
+  nvic: interrupt-controller@e000e100 {
+   #address-cells = <1>;
+   compatible = "arm,v7m-nvic";
+   reg = <0xe000e100 0xc00>;
+   interrupt-controller;
+   #interrupt-cells = <2>;
+  };
+
+  systick: timer@e000e010 {
+   compatible = "arm,armv7m-systick";
+   reg = <0xe000e010 0x10>;
+  };
+ };
+};
+# 8 "/opt/ncs/zephyr/dts/arm/nordic/nrf52833.dtsi" 2 3 4
+# 1 "/opt/ncs/zephyr/dts/common/nordic/nrf_common.dtsi" 1 3 4
+
+
+
+
+
+
+# 1 "/opt/ncs/zephyr/include/zephyr/dt-bindings/adc/adc.h" 1 3 4
+# 9 "/opt/ncs/zephyr/include/zephyr/dt-bindings/adc/adc.h" 3 4
+# 1 "/opt/ncs/zephyr/include/zephyr/dt-bindings/dt-util.h" 1 3 4
+# 19 "/opt/ncs/zephyr/include/zephyr/dt-bindings/dt-util.h" 3 4
+# 1 "/opt/ncs/zephyr/include/zephyr/sys/util_macro.h" 1 3 4
+# 34 "/opt/ncs/zephyr/include/zephyr/sys/util_macro.h" 3 4
+# 1 "/opt/ncs/zephyr/include/zephyr/sys/util_internal.h" 1 3 4
+# 18 "/opt/ncs/zephyr/include/zephyr/sys/util_internal.h" 3 4
+# 1 "/opt/ncs/zephyr/include/zephyr/sys/util_loops.h" 1 3 4
+# 1083 "/opt/ncs/zephyr/include/zephyr/sys/util_loops.h" 3 4
+# 1 "/opt/ncs/zephyr/include/zephyr/sys/util_listify.h" 1 3 4
+# 1084 "/opt/ncs/zephyr/include/zephyr/sys/util_loops.h" 2 3 4
+# 19 "/opt/ncs/zephyr/include/zephyr/sys/util_internal.h" 2 3 4
+# 162 "/opt/ncs/zephyr/include/zephyr/sys/util_internal.h" 3 4
+# 1 "/opt/ncs/zephyr/include/zephyr/sys/util_internal_is_eq.h" 1 3 4
+# 163 "/opt/ncs/zephyr/include/zephyr/sys/util_internal.h" 2 3 4
+# 193 "/opt/ncs/zephyr/include/zephyr/sys/util_internal.h" 3 4
+# 1 "/opt/ncs/zephyr/include/zephyr/sys/util_internal_util_inc.h" 1 3 4
+# 194 "/opt/ncs/zephyr/include/zephyr/sys/util_internal.h" 2 3 4
+
+
+# 1 "/opt/ncs/zephyr/include/zephyr/sys/util_internal_util_dec.h" 1 3 4
+# 197 "/opt/ncs/zephyr/include/zephyr/sys/util_internal.h" 2 3 4
+
+
+# 1 "/opt/ncs/zephyr/include/zephyr/sys/util_internal_util_x2.h" 1 3 4
+# 200 "/opt/ncs/zephyr/include/zephyr/sys/util_internal.h" 2 3 4
+# 35 "/opt/ncs/zephyr/include/zephyr/sys/util_macro.h" 2 3 4
+# 20 "/opt/ncs/zephyr/include/zephyr/dt-bindings/dt-util.h" 2 3 4
+# 10 "/opt/ncs/zephyr/include/zephyr/dt-bindings/adc/adc.h" 2 3 4
+# 8 "/opt/ncs/zephyr/dts/common/nordic/nrf_common.dtsi" 2 3 4
+# 1 "/opt/ncs/zephyr/include/zephyr/dt-bindings/adc/nrf-adc.h" 1 3 4
+# 9 "/opt/ncs/zephyr/dts/common/nordic/nrf_common.dtsi" 2 3 4
+# 1 "/opt/ncs/zephyr/include/zephyr/dt-bindings/gpio/gpio.h" 1 3 4
+# 10 "/opt/ncs/zephyr/dts/common/nordic/nrf_common.dtsi" 2 3 4
+# 1 "/opt/ncs/zephyr/include/zephyr/dt-bindings/i2c/i2c.h" 1 3 4
+# 11 "/opt/ncs/zephyr/dts/common/nordic/nrf_common.dtsi" 2 3 4
+# 1 "/opt/ncs/zephyr/include/zephyr/dt-bindings/input/input-event-codes.h" 1 3 4
+# 12 "/opt/ncs/zephyr/dts/common/nordic/nrf_common.dtsi" 2 3 4
+# 1 "/opt/ncs/zephyr/include/zephyr/dt-bindings/pinctrl/nrf-pinctrl.h" 1 3 4
+# 13 "/opt/ncs/zephyr/dts/common/nordic/nrf_common.dtsi" 2 3 4
+# 1 "/opt/ncs/zephyr/include/zephyr/dt-bindings/pwm/pwm.h" 1 3 4
+# 14 "/opt/ncs/zephyr/dts/common/nordic/nrf_common.dtsi" 2 3 4
+
+# 1 "/opt/ncs/zephyr/dts/common/freq.h" 1 3 4
+# 16 "/opt/ncs/zephyr/dts/common/nordic/nrf_common.dtsi" 2 3 4
+# 1 "/opt/ncs/zephyr/dts/arm/nordic/override.dtsi" 1 3 4
+# 17 "/opt/ncs/zephyr/dts/common/nordic/nrf_common.dtsi" 2 3 4
+# 25 "/opt/ncs/zephyr/dts/common/nordic/nrf_common.dtsi" 3 4
+/ {
+ pinctrl: pin-controller {
+
+
+
+
+  compatible = "nordic,nrf-pinctrl";
+ };
+
+ rng_hci: entropy_bt_hci {
+  compatible = "zephyr,bt-hci-entropy";
+  status = "okay";
+ };
+
+ sw_pwm: sw-pwm {
+  compatible = "nordic,nrf-sw-pwm";
+  status = "disabled";
+  generator = <&timer1>;
+  clock-prescaler = <0>;
+  #pwm-cells = <3>;
+ };
+};
+# 9 "/opt/ncs/zephyr/dts/arm/nordic/nrf52833.dtsi" 2 3 4
+
+/ {
+ chosen {
+  zephyr,entropy = &rng;
+  zephyr,flash-controller = &flash_controller;
+ };
+
+ cpus {
+  #address-cells = <1>;
+  #size-cells = <0>;
+
+  cpu@0 {
+   device_type = "cpu";
+   compatible = "arm,cortex-m4f";
+   reg = <0>;
+   #address-cells = <1>;
+   #size-cells = <1>;
+
+   itm: itm@e0000000 {
+    compatible = "arm,armv7m-itm";
+    reg = <0xe0000000 0x1000>;
+    swo-ref-frequency = <32000000>;
+   };
+  };
+ };
+
+ soc {
+  ficr: ficr@10000000 {
+   compatible = "nordic,nrf-ficr";
+   reg = <0x10000000 0x1000>;
+   #nordic,ficr-cells = <1>;
+   status = "okay";
+  };
+
+  uicr: uicr@10001000 {
+   compatible = "nordic,nrf-uicr";
+   reg = <0x10001000 0x1000>;
+   status = "okay";
+  };
+
+  sram0: memory@20000000 {
+   compatible = "mmio-sram";
+  };
+
+  clock: clock@40000000 {
+   compatible = "nordic,nrf-clock";
+   reg = <0x40000000 0x1000>;
+   interrupts = <0 1>;
+   status = "okay";
+  };
+
+  power: power@40000000 {
+   compatible = "nordic,nrf-power";
+   reg = <0x40000000 0x1000>;
+   interrupts = <0 1>;
+   status = "okay";
+   #address-cells = <1>;
+   #size-cells = <1>;
+
+   gpregret1: gpregret1@4000051c {
+    #address-cells = <1>;
+    #size-cells = <1>;
+    compatible = "nordic,nrf-gpregret";
+    reg = <0x4000051c 0x1>;
+    status = "okay";
+   };
+
+   gpregret2: gpregret2@40000520 {
+    #address-cells = <1>;
+    #size-cells = <1>;
+    compatible = "nordic,nrf-gpregret";
+    reg = <0x40000520 0x1>;
+    status = "okay";
+   };
+  };
+
+  radio: radio@40001000 {
+   compatible = "nordic,nrf-radio";
+   reg = <0x40001000 0x1000>;
+   interrupts = <1 1>;
+   status = "okay";
+   dfe-supported;
+   ieee802154-supported;
+   ble-2mbps-supported;
+   ble-coded-phy-supported;
+   tx-high-power-supported;
+
+   ieee802154: ieee802154 {
+    compatible = "nordic,nrf-ieee802154";
+    status = "disabled";
+   };
+  };
+
+  uart0: uart@40002000 {
+
+
+   compatible = "nordic,nrf-uarte";
+   reg = <0x40002000 0x1000>;
+   interrupts = <2 1>;
+   status = "disabled";
+  };
+
+  i2c0: i2c@40003000 {
+
+
+
+
+
+
+
+   compatible = "nordic,nrf-twim";
+   #address-cells = <1>;
+   #size-cells = <0>;
+   reg = <0x40003000 0x1000>;
+   clock-frequency = <100000>;
+   interrupts = <3 1>;
+   easydma-maxcnt-bits = <16>;
+   status = "disabled";
+  };
+
+  spi0: spi@40003000 {
+
+
+
+
+
+
+
+   compatible = "nordic,nrf-spim";
+   #address-cells = <1>;
+   #size-cells = <0>;
+   reg = <0x40003000 0x1000>;
+   interrupts = <3 1>;
+   max-frequency = <((8) * 1000 * 1000)>;
+   easydma-maxcnt-bits = <16>;
+   status = "disabled";
+  };
+
+  i2c1: i2c@40004000 {
+
+
+
+
+
+
+
+   compatible = "nordic,nrf-twim";
+   #address-cells = <1>;
+   #size-cells = <0>;
+   reg = <0x40004000 0x1000>;
+   clock-frequency = <100000>;
+   interrupts = <4 1>;
+   easydma-maxcnt-bits = <16>;
+   status = "disabled";
+  };
+
+  spi1: spi@40004000 {
+
+
+
+
+
+
+
+   compatible = "nordic,nrf-spim";
+   #address-cells = <1>;
+   #size-cells = <0>;
+   reg = <0x40004000 0x1000>;
+   interrupts = <4 1>;
+   max-frequency = <((8) * 1000 * 1000)>;
+   easydma-maxcnt-bits = <16>;
+   status = "disabled";
+  };
+
+  nfct: nfct@40005000 {
+   compatible = "nordic,nrf-nfct";
+   reg = <0x40005000 0x1000>;
+   interrupts = <5 1>;
+   status = "disabled";
+  };
+
+  gpiote: gpiote0: gpiote@40006000 {
+   compatible = "nordic,nrf-gpiote";
+   reg = <0x40006000 0x1000>;
+   interrupts = <6 5>;
+   status = "disabled";
+   instance = <0>;
+  };
+
+  adc: adc@40007000 {
+   compatible = "nordic,nrf-saadc";
+   reg = <0x40007000 0x1000>;
+   interrupts = <7 1>;
+   status = "disabled";
+   #io-channel-cells = <1>;
+  };
+
+  timer0: timer@40008000 {
+   compatible = "nordic,nrf-timer";
+   status = "disabled";
+   reg = <0x40008000 0x1000>;
+   cc-num = <4>;
+   max-bit-width = <32>;
+   interrupts = <8 1>;
+   prescaler = <0>;
+  };
+
+  timer1: timer@40009000 {
+   compatible = "nordic,nrf-timer";
+   status = "disabled";
+   reg = <0x40009000 0x1000>;
+   cc-num = <4>;
+   max-bit-width = <32>;
+   interrupts = <9 1>;
+   prescaler = <0>;
+  };
+
+  timer2: timer@4000a000 {
+   compatible = "nordic,nrf-timer";
+   status = "disabled";
+   reg = <0x4000a000 0x1000>;
+   cc-num = <4>;
+   max-bit-width = <32>;
+   interrupts = <10 1>;
+   prescaler = <0>;
+  };
+
+  rtc0: rtc@4000b000 {
+   compatible = "nordic,nrf-rtc";
+   reg = <0x4000b000 0x1000>;
+   cc-num = <3>;
+   interrupts = <11 1>;
+   status = "disabled";
+   clock-frequency = <32768>;
+   prescaler = <1>;
+  };
+
+  temp: temp@4000c000 {
+   compatible = "nordic,nrf-temp";
+   reg = <0x4000c000 0x1000>;
+   interrupts = <12 1>;
+   status = "okay";
+  };
+
+  rng: random@4000d000 {
+   compatible = "nordic,nrf-rng";
+   reg = <0x4000d000 0x1000>;
+   interrupts = <13 1>;
+   status = "okay";
+  };
+
+  ecb: ecb@4000e000 {
+   compatible = "nordic,nrf-ecb";
+   reg = <0x4000e000 0x1000>;
+   interrupts = <14 1>;
+   status = "okay";
+  };
+
+  ccm: ccm@4000f000 {
+   compatible = "nordic,nrf-ccm";
+   reg = <0x4000f000 0x1000>;
+   interrupts = <15 1>;
+   length-field-length-8-bits;
+   headermask-supported;
+   status = "okay";
+  };
+
+  wdt: wdt0: watchdog@40010000 {
+   compatible = "nordic,nrf-wdt";
+   reg = <0x40010000 0x1000>;
+   interrupts = <16 1>;
+   status = "okay";
+  };
+
+  rtc1: rtc@40011000 {
+   compatible = "nordic,nrf-rtc";
+   reg = <0x40011000 0x1000>;
+   cc-num = <4>;
+   interrupts = <17 1>;
+   status = "disabled";
+   clock-frequency = <32768>;
+   prescaler = <1>;
+  };
+
+  qdec: qdec0: qdec@40012000 {
+   compatible = "nordic,nrf-qdec";
+   reg = <0x40012000 0x1000>;
+   interrupts = <18 1>;
+   status = "disabled";
+  };
+
+  comp: comparator@40013000 {
+
+
+
+
+
+
+   compatible = "nordic,nrf-comp";
+   reg = <0x40013000 0x1000>;
+   interrupts = <19 1>;
+   status = "disabled";
+   #io-channel-cells = <1>;
+  };
+
+  egu0: swi0: egu@40014000 {
+   compatible = "nordic,nrf-egu", "nordic,nrf-swi";
+   reg = <0x40014000 0x1000>;
+   interrupts = <20 1>;
+   status = "okay";
+  };
+
+  egu1: swi1: egu@40015000 {
+   compatible = "nordic,nrf-egu", "nordic,nrf-swi";
+   reg = <0x40015000 0x1000>;
+   interrupts = <21 1>;
+   status = "okay";
+  };
+
+  egu2: swi2: egu@40016000 {
+   compatible = "nordic,nrf-egu", "nordic,nrf-swi";
+   reg = <0x40016000 0x1000>;
+   interrupts = <22 1>;
+   status = "okay";
+  };
+
+  egu3: swi3: egu@40017000 {
+   compatible = "nordic,nrf-egu", "nordic,nrf-swi";
+   reg = <0x40017000 0x1000>;
+   interrupts = <23 1>;
+   status = "okay";
+  };
+
+  egu4: swi4: egu@40018000 {
+   compatible = "nordic,nrf-egu", "nordic,nrf-swi";
+   reg = <0x40018000 0x1000>;
+   interrupts = <24 1>;
+   status = "okay";
+  };
+
+  egu5: swi5: egu@40019000 {
+   compatible = "nordic,nrf-egu", "nordic,nrf-swi";
+   reg = <0x40019000 0x1000>;
+   interrupts = <25 1>;
+   status = "okay";
+  };
+
+  timer3: timer@4001a000 {
+   compatible = "nordic,nrf-timer";
+   status = "disabled";
+   reg = <0x4001a000 0x1000>;
+   cc-num = <6>;
+   max-bit-width = <32>;
+   interrupts = <26 1>;
+   prescaler = <0>;
+  };
+
+  timer4: timer@4001b000 {
+   compatible = "nordic,nrf-timer";
+   status = "disabled";
+   reg = <0x4001b000 0x1000>;
+   cc-num = <6>;
+   max-bit-width = <32>;
+   interrupts = <27 1>;
+   prescaler = <0>;
+  };
+
+  pwm0: pwm@4001c000 {
+   compatible = "nordic,nrf-pwm";
+   reg = <0x4001c000 0x1000>;
+   interrupts = <28 1>;
+   status = "disabled";
+   #pwm-cells = <3>;
+  };
+
+  pdm0: pdm@4001d000 {
+   compatible = "nordic,nrf-pdm";
+   reg = <0x4001d000 0x1000>;
+   interrupts = <29 1>;
+   status = "disabled";
+  };
+
+  acl: acl@4001e000 {
+   compatible = "nordic,nrf-acl";
+   reg = <0x4001e000 0x1000>;
+   status = "okay";
+  };
+
+  flash_controller: flash-controller@4001e000 {
+   compatible = "nordic,nrf52-flash-controller";
+   reg = <0x4001e000 0x1000>;
+   partial-erase;
+
+   #address-cells = <1>;
+   #size-cells = <1>;
+
+
+   flash0: flash@0 {
+    compatible = "soc-nv-flash";
+    erase-block-size = <4096>;
+    write-block-size = <4>;
+   };
+  };
+
+  ppi: ppi@4001f000 {
+   compatible = "nordic,nrf-ppi";
+   reg = <0x4001f000 0x1000>;
+   status = "okay";
+  };
+
+  mwu: mwu@40020000 {
+   compatible = "nordic,nrf-mwu";
+   reg = <0x40020000 0x1000>;
+   status = "okay";
+  };
+
+  pwm1: pwm@40021000 {
+   compatible = "nordic,nrf-pwm";
+   reg = <0x40021000 0x1000>;
+   interrupts = <33 1>;
+   status = "disabled";
+   #pwm-cells = <3>;
+  };
+
+  pwm2: pwm@40022000 {
+   compatible = "nordic,nrf-pwm";
+   reg = <0x40022000 0x1000>;
+   interrupts = <34 1>;
+   status = "disabled";
+   #pwm-cells = <3>;
+  };
+
+  spi2: spi@40023000 {
+
+
+
+
+
+
+
+   compatible = "nordic,nrf-spim";
+   #address-cells = <1>;
+   #size-cells = <0>;
+   reg = <0x40023000 0x1000>;
+   interrupts = <35 1>;
+   max-frequency = <((8) * 1000 * 1000)>;
+   easydma-maxcnt-bits = <16>;
+   status = "disabled";
+  };
+
+  rtc2: rtc@40024000 {
+   compatible = "nordic,nrf-rtc";
+   reg = <0x40024000 0x1000>;
+   cc-num = <4>;
+   interrupts = <36 1>;
+   status = "disabled";
+   clock-frequency = <32768>;
+   prescaler = <1>;
+  };
+
+  i2s0: i2s@40025000 {
+   compatible = "nordic,nrf-i2s";
+   #address-cells = <1>;
+   #size-cells = <0>;
+   reg = <0x40025000 0x1000>;
+   interrupts = <37 1>;
+   status = "disabled";
+  };
+
+  usbd: usbd@40027000 {
+   compatible = "nordic,nrf-usbd";
+   reg = <0x40027000 0x1000>;
+   interrupts = <39 1>;
+   num-bidir-endpoints = <1>;
+   num-in-endpoints = <7>;
+   num-out-endpoints = <7>;
+   num-isoin-endpoints = <1>;
+   num-isoout-endpoints = <1>;
+   status = "disabled";
+  };
+
+  uart1: uart@40028000 {
+   compatible = "nordic,nrf-uarte";
+   reg = <0x40028000 0x1000>;
+   interrupts = <40 1>;
+   status = "disabled";
+  };
+
+  pwm3: pwm@4002d000 {
+   compatible = "nordic,nrf-pwm";
+   reg = <0x4002d000 0x1000>;
+   interrupts = <45 1>;
+   status = "disabled";
+   #pwm-cells = <3>;
+  };
+
+  spi3: spi@4002f000 {
+   compatible = "nordic,nrf-spim";
+   #address-cells = <1>;
+   #size-cells = <0>;
+   reg = <0x4002f000 0x1000>;
+   interrupts = <47 1>;
+   max-frequency = <((32) * 1000 * 1000)>;
+   easydma-maxcnt-bits = <16>;
+   rx-delay-supported;
+   rx-delay = <2>;
+   status = "disabled";
+  };
+
+  gpio0: gpio@50000000 {
+   compatible = "nordic,nrf-gpio";
+   gpio-controller;
+   reg = <0x50000000 0x200
+          0x50000500 0x300>;
+   #gpio-cells = <2>;
+   status = "disabled";
+   port = <0>;
+   gpiote-instance = <&gpiote>;
+  };
+
+  gpio1: gpio@50000300 {
+   compatible = "nordic,nrf-gpio";
+   gpio-controller;
+   reg = <0x50000300 0x200
+          0x50000800 0x300>;
+   #gpio-cells = <2>;
+   ngpios = <10>;
+   status = "disabled";
+   port = <1>;
+   gpiote-instance = <&gpiote>;
+  };
+ };
+};
+
+&nvic {
+ arm,num-irq-priority-bits = <3>;
+};
+
+&systick {
+
+ status = "disabled";
+};
+# 9 "/opt/ncs/zephyr/dts/arm/nordic/nrf52833_qiaa.dtsi" 2 3 4
+
+&flash0 {
+ reg = <0x00000000 ((512) * 1024)>;
+};
+
+&sram0 {
+ reg = <0x20000000 ((128) * 1024)>;
+};
+
+/ {
+ soc {
+  compatible = "nordic,nrf52833-qiaa", "nordic,nrf52833",
+        "nordic,nrf52", "simple-bus";
+ };
+};
+# 9 "/opt/ncs/zephyr/boards/bbc/microbit_v2/bbc_microbit_v2.dts" 2
+# 1 "/opt/ncs/zephyr/boards/bbc/microbit_v2/bbc_microbit_v2-pinctrl.dtsi" 1
+
+
+
+
+
+&pinctrl {
+ uart0_default: uart0_default {
+  group1 {
+   psels = <((((((0) * 32U) + (6)) & 0x1FFU) << 0U) | ((0U & 0x7FFFU) << 17U))>,
+    <((((((1) * 32U) + (8)) & 0x1FFU) << 0U) | ((1U & 0x7FFFU) << 17U))>;
+  };
+ };
+
+ uart0_sleep: uart0_sleep {
+  group1 {
+   psels = <((((((0) * 32U) + (6)) & 0x1FFU) << 0U) | ((0U & 0x7FFFU) << 17U))>,
+    <((((((1) * 32U) + (8)) & 0x1FFU) << 0U) | ((1U & 0x7FFFU) << 17U))>;
+   low-power-enable;
+  };
+ };
+
+ i2c0_default: i2c0_default {
+  group1 {
+   psels = <((((((0) * 32U) + (16)) & 0x1FFU) << 0U) | ((12U & 0x7FFFU) << 17U))>,
+    <((((((0) * 32U) + (8)) & 0x1FFU) << 0U) | ((11U & 0x7FFFU) << 17U))>;
+  };
+ };
+
+ i2c0_sleep: i2c0_sleep {
+  group1 {
+   psels = <((((((0) * 32U) + (16)) & 0x1FFU) << 0U) | ((12U & 0x7FFFU) << 17U))>,
+    <((((((0) * 32U) + (8)) & 0x1FFU) << 0U) | ((11U & 0x7FFFU) << 17U))>;
+   low-power-enable;
+  };
+ };
+
+ pwm1_default: pwm1_default {
+  group1 {
+   psels = <((((((0) * 32U) + (0)) & 0x1FFU) << 0U) | ((22U & 0x7FFFU) << 17U))>;
+   nordic,invert;
+  };
+ };
+
+ pwm1_sleep: pwm1_sleep {
+  group1 {
+   psels = <((((((0) * 32U) + (0)) & 0x1FFU) << 0U) | ((22U & 0x7FFFU) << 17U))>;
+   low-power-enable;
+  };
+ };
+};
+# 10 "/opt/ncs/zephyr/boards/bbc/microbit_v2/bbc_microbit_v2.dts" 2
+
+
+/ {
+ model = "BBC Micro:bit V2";
+ compatible = "bbc,microbit-v2";
+
+
+ aliases {
+  sw0 = &buttonA;
+  sw1 = &buttonB;
+  magn0 = &lsm303agr_magn;
+  accel0 = &lsm303agr_accel;
+  watchdog0 = &wdt0;
+ };
+
+ chosen {
+  zephyr,console = &uart0;
+  zephyr,shell-uart = &uart0;
+  zephyr,bt-mon-uart = &uart0;
+  zephyr,bt-c2h-uart = &uart0;
+  zephyr,sram = &sram0;
+  zephyr,flash = &flash0;
+  zephyr,code-partition = &slot0_partition;
+  zephyr,display = &led_matrix;
+ };
+
+ gpio_keys {
+  compatible = "gpio-keys";
+  buttonA: button_0 {
+   label = "BTN_A";
+   gpios = <&gpio0 14 (1 << 0)>;
+   zephyr,code = <30>;
+  };
+
+  buttonB: button_1 {
+   label = "BTN_B";
+   gpios = <&gpio0 23 (1 << 0)>;
+   zephyr,code = <48>;
+  };
+ };
+
+ led_matrix: led_matrix {
+  compatible = "nordic,nrf-led-matrix";
+  status = "okay";
+  width = <5>;
+  height = <5>;
+  pixel-mapping = [00 01 02 03 04
+     10 11 12 13 14
+     20 21 22 23 24
+     30 31 32 33 34
+     40 41 42 43 44];
+  row-gpios = <&gpio0 21 (0 << 0)>,
+       <&gpio0 22 (0 << 0)>,
+       <&gpio0 15 (0 << 0)>,
+       <&gpio0 24 (0 << 0)>,
+       <&gpio0 19 (0 << 0)>;
+  col-gpios = <&gpio0 28 (1 << 0)>,
+       <&gpio0 11 (1 << 0)>,
+       <&gpio0 31 (1 << 0)>,
+       <&gpio1 5 (1 << 0)>,
+       <&gpio0 30 (1 << 0)>;
+  refresh-frequency = <50>;
+  timer = <&timer4>;
+  pwm = <&pwm0>;
+  pixel-group-size = <4>;
+ };
+
+ edge_connector: connector {
+  compatible = "microbit,edge-connector";
+  #gpio-cells = <2>;
+  gpio-map-mask = <0xffffffff 0xffffffc0>;
+  gpio-map-pass-thru = <0 0x3f>;
+  gpio-map = <0 0 &gpio0 2 0>,
+      <1 0 &gpio0 3 0>,
+      <2 0 &gpio0 4 0>,
+      <3 0 &gpio0 31 0>,
+      <4 0 &gpio0 28 0>,
+      <5 0 &gpio0 14 0>,
+      <6 0 &gpio1 5 0>,
+      <7 0 &gpio0 11 0>,
+      <8 0 &gpio0 10 0>,
+      <9 0 &gpio0 9 0>,
+      <10 0 &gpio0 30 0>,
+      <11 0 &gpio0 23 0>,
+      <12 0 &gpio0 12 0>,
+      <13 0 &gpio0 17 0>,
+      <14 0 &gpio0 1 0>,
+      <15 0 &gpio0 13 0>,
+      <16 0 &gpio1 2 0>,
+      <19 0 &gpio0 26 0>,
+      <20 0 &gpio1 0 0>;
+ };
+};
+
+&gpiote {
+ status = "okay";
+};
+
+&gpio0 {
+ status = "okay";
+};
+
+&gpio1 {
+ status = "okay";
+};
+
+&pwm1 {
+
+ status = "okay";
+ pinctrl-0 = <&pwm1_default>;
+ pinctrl-1 = <&pwm1_sleep>;
+ pinctrl-names = "default", "sleep";
+};
+
+&uart0 {
+ compatible = "nordic,nrf-uart";
+ status = "okay";
+ current-speed = <115200>;
+ pinctrl-0 = <&uart0_default>;
+ pinctrl-1 = <&uart0_sleep>;
+ pinctrl-names = "default", "sleep";
+};
+
+&i2c0 {
+ compatible = "nordic,nrf-twim";
+ status = "okay";
+ clock-frequency = <400000>;
+
+
+
+ pinctrl-0 = <&i2c0_default>;
+ pinctrl-1 = <&i2c0_sleep>;
+ pinctrl-names = "default", "sleep";
+ lsm303agr_magn: lsm303agr-magn@1e {
+  compatible = "st,lis2mdl", "st,lsm303agr-magn";
+  status = "okay";
+  reg = <0x1e>;
+  irq-gpios = <&gpio0 25 (0 << 0)>;
+ };
+
+ lsm303agr_accel: lsm303agr-accel@19 {
+  compatible = "st,lis2dh", "st,lsm303agr-accel";
+  status = "okay";
+  reg = <0x19>;
+  irq-gpios = <&gpio0 25 (0 << 0)>;
+ };
+};
+
+&flash0 {
+
+ partitions {
+  compatible = "fixed-partitions";
+  #address-cells = <1>;
+  #size-cells = <1>;
+
+  boot_partition: partition@0 {
+   label = "mcuboot";
+   reg = <0x00000000 0xC000>;
+  };
+  slot0_partition: partition@c000 {
+   label = "image-0";
+   reg = <0x0000C000 0x32000>;
+  };
+  slot1_partition: partition@3e000 {
+   label = "image-1";
+   reg = <0x0003E000 0x32000>;
+  };
+  scratch_partition: partition@70000 {
+   label = "image-scratch";
+   reg = <0x00070000 0xA000>;
+  };
+  storage_partition: partition@7a000 {
+   label = "storage";
+   reg = <0x0007A000 0x00006000>;
+  };
+ };
+};
+
+zephyr_udc0: &usbd {
+ compatible = "nordic,nrf-usbd";
+ status = "okay";
+};
+# 0 "<command-line>" 2
+# 1 "/home/code/workspace/projet_systm_menacer/projetalexiot/boards/bbc_microbit_v2.overlay" 1
+
+
+
+
+
+
+ / {
+    aliases {
+        lora0 = &lora;
+        adc0 = &adc;
+    };
+};
+
+&adc {
+    status = "okay";
+    #address-cells = <1>;
+    #size-cells = <0>;
+
+    channel@0 {
+        reg = <0>;
+        zephyr,gain = "ADC_GAIN_1_6";
+        zephyr,reference = "ADC_REF_INTERNAL";
+        zephyr,acquisition-time = <0>;
+        zephyr,input-positive = <9>;
+        zephyr,oversampling = <8>;
+    };
+};
+
+
+&pinctrl {
+    spi1_default_alt: spi1_default_alt {
+        group1 {
+            psels = <((((((0) * 32U) + (17)) & 0x1FFU) << 0U) | ((4U & 0x7FFFU) << 17U))>,
+                    <((((((0) * 32U) + (13)) & 0x1FFU) << 0U) | ((5U & 0x7FFFU) << 17U))>,
+                    <((((((0) * 32U) + (1)) & 0x1FFU) << 0U) | ((6U & 0x7FFFU) << 17U))>;
+        };
+    };
+
+    spi1_sleep_alt: spi1_sleep_alt {
+        group1 {
+            psels = <((((((0) * 32U) + (17)) & 0x1FFU) << 0U) | ((4U & 0x7FFFU) << 17U))>,
+                    <((((((0) * 32U) + (13)) & 0x1FFU) << 0U) | ((5U & 0x7FFFU) << 17U))>,
+                    <((((((0) * 32U) + (1)) & 0x1FFU) << 0U) | ((6U & 0x7FFFU) << 17U))>;
+            low-power-enable;
+        };
+    };
+};
+
+&spi1 {
+    compatible = "nordic,nrf-spim";
+    status = "okay";
+    pinctrl-0 = <&spi1_default_alt>;
+    pinctrl-1 = <&spi1_sleep_alt>;
+    pinctrl-names = "default", "sleep";
+    cs-gpios = <&gpio0 11 (1 << 0)>, <&gpio0 23 (1 << 0)>;
+
+
+    lora: lora_radio@0 {
+        status = "okay";
+        reg = <0>;
+        compatible = "semtech,sx1276";
+        reset-gpios = <&gpio0 12 (1 << 0)>;
+        dio-gpios = <&gpio1 2 ((1 << 5) | (0 << 0))>;
+        spi-max-frequency = <1000000>;
+        power-amplifier-output = "pa-boost";
+    };
+
+
+    bme280@1 {
+        compatible = "bosch,bme280";
+        reg = <1>;
+        spi-max-frequency = <1000000>;
+        status = "okay";
+    };
+};
+# 0 "<command-line>" 2
+# 1 "/opt/ncs/zephyr/misc/empty_file.c"
diff --git a/build/zephyr/zephyr.elf b/build/zephyr/zephyr.elf
new file mode 100755
index 0000000000000000000000000000000000000000..fa046e4498ae6b3bc5982cb441e71b1304542c88
Binary files /dev/null and b/build/zephyr/zephyr.elf differ
diff --git a/build/zephyr/zephyr.hex b/build/zephyr/zephyr.hex
new file mode 100644
index 0000000000000000000000000000000000000000..138ea6e793f72e1b5ad38e4cd8a6b09afa4ef6af
--- /dev/null
+++ b/build/zephyr/zephyr.hex
@@ -0,0 +1,13731 @@
+:10000000B0600020C94A01003BAF0200B54A0100C0
+:10001000B54A0100B54A0100B54A010000000000E0
+:10002000000000000000000000000000414C010042
+:10003000B54A0100000000000D4C0100B54A010066
+:10004000BD4D010093E80200BD4D0100BD4D010012
+:10005000BD4D0100BD4D0100BD4D0100BD4D010074
+:1000600049E80200BD4D0100BD4D01007DE80200E0
+:10007000BD4D0100BD4D0100BD4D0100BD4D010054
+:10008000BD4D0100BD4D0100BD4D0100BD4D010044
+:10009000BD4D0100BD4D0100BD4D0100BD4D010034
+:1000A000BD4D0100BD4D0100BD4D0100BD4D010024
+:1000B000BD4D0100BD4D0100BD4D0100BD4D010014
+:1000C000BD4D0100BD4D0100BD4D0100BD4D010004
+:1000D000BD4D0100BD4D0100BD4D0100BD4D0100F4
+:1000E000BD4D0100BD4D0100BD4D0100BD4D0100E4
+:1000F000BD4D0100BD4D0100BD4D0100BD4D0100D4
+:1001000001F0FF01102A2BDB10F0070F08D010F8C8
+:10011000013B013A8B422DD010F0070F42B3F6D1CC
+:10012000F0B441EA012141EA014122F007047FF0E5
+:1001300000070023F0E80256083C85EA010586EA3C
+:10014000010685FA47F5A3FA87F586FA47F6A5FA78
+:1001500087F68EB9EED1F0BC01F0FF0102F0070284
+:1001600032B110F8013B013A83EA010313B1F8D12F
+:100170000020704701387047002D06BF3546033810
+:10018000073815F0010F07D1013015F4807F02BF49
+:10019000013015F4C03F0130F0BC0138704700BF9A
+:1001A00081F0004102E000BF83F0004330B54FEA28
+:1001B00041044FEA430594EA050F08BF90EA020F95
+:1001C0001FBF54EA000C55EA020C7FEA645C7FEA28
+:1001D000655C00F0E2804FEA5454D4EB5555B8BF4B
+:1001E0006D420CDD2C4480EA020281EA030382EABC
+:1001F000000083EA010180EA020281EA0303362D4E
+:1002000088BF30BD11F0004F4FEA01314FF4801C20
+:100210004CEA113102D0404261EB410113F0004F32
+:100220004FEA03334CEA133302D0524263EB4303E9
+:1002300094EA050F00F0A780A4F10104D5F1200E87
+:100240000DDB02FA0EFC22FA05F2801841F10001E2
+:1002500003FA0EF2801843FA05F359410EE0A5F1B6
+:1002600020050EF1200E012A03FA0EFC28BF4CF0E7
+:10027000020C43FA05F3C01851EBE37101F000459D
+:1002800007D54FF0000EDCF1000C7EEB00006EEBAA
+:100290000101B1F5801F1BD3B1F5001F0CD3490834
+:1002A0005FEA30004FEA3C0C04F101044FEA44528B
+:1002B00012F5800F80F09A80BCF1004F08BF5FEA12
+:1002C000500C50F1000041EB045141EA050130BDF2
+:1002D0005FEA4C0C404141EB0101013C28BFB1F504
+:1002E000801FE9D291F0000F04BF01460020B1FA4F
+:1002F00081F308BF2033A3F10B03B3F120020CDA22
+:100300000C3208DD02F1140CC2F10C0201FA0CF0FF
+:1003100021FA02F10CE002F11402D8BFC2F1200C64
+:1003200001FA02F120FA0CFCDCBF41EA0C0190401A
+:10033000E41AA2BF01EB0451294330BD6FEA040463
+:100340001F3C1CDA0C340EDC04F11404C4F120024E
+:1003500020FA04F001FA02F340EA030021FA04F360
+:1003600045EA030130BDC4F10C04C4F1200220FAB7
+:1003700002F001FA04F340EA0300294630BD21FAF5
+:1003800004F0294630BD94F0000F83F4801306BFBB
+:1003900081F480110134013D4EE77FEA645C18BFAF
+:1003A0007FEA655C29D094EA050F08BF90EA020F46
+:1003B00005D054EA000C04BF1946104630BD91EA3E
+:1003C000030F1EBF0021002030BD5FEA545C05D141
+:1003D0004000494128BF41F0004130BD14F5800480
+:1003E0003CBF01F5801130BD01F0004545F0FE41F4
+:1003F00041F470014FF0000030BD7FEA645C1ABF29
+:10040000194610467FEA655C1CBF0B46024650EA5F
+:10041000013406BF52EA033591EA030F41F400218B
+:1004200030BD00BF90F0000F04BF0021704730B511
+:100430004FF4806404F132044FF000054FF00001E6
+:1004400050E700BF90F0000F04BF0021704730B5A7
+:100450004FF4806404F1320410F0004548BF40427C
+:100460004FF000013EE700BF42004FEAE2014FEAD1
+:1004700031014FEA02701FBF12F07F4393F07F4FAC
+:1004800081F06051704732F07F4208BF704793F0AF
+:100490007F4F04BF41F40021704730B54FF46074C2
+:1004A00001F0004521F000411CE700BF50EA0102C5
+:1004B00008BF704730B54FF000050AE050EA01026E
+:1004C00008BF704730B511F0004502D5404261EBDE
+:1004D00041014FF4806404F132045FEA915C3FF41F
+:1004E000D8AE4FF003025FEADC0C18BF03325FEABC
+:1004F000DC0C18BF033202EBDC02C2F1200300FA6D
+:1005000003FC20FA02F001FA03FE40EA0E0021FA91
+:1005100002F11444BDE600BF70B54FF0FF0C4CF47F
+:10052000E06C1CEA11541DBF1CEA135594EA0C0F31
+:1005300095EA0C0F00F0DEF82C4481EA030621EA6C
+:100540004C5123EA4C5350EA013518BF52EA0335A7
+:1005500041F4801143F4801338D0A0FB02CE4FF059
+:100560000005E1FB02E506F00042E0FB03E54FF089
+:100570000006E1FB03569CF0000F18BF4EF0010E81
+:10058000A4F1FF04B6F5007F64F5407404D25FEA7D
+:100590004E0E6D4146EB060642EAC62141EA555130
+:1005A0004FEAC52040EA5E504FEACE2EB4F1FD0C72
+:1005B00088BFBCF5E06F1ED8BEF1004F08BF5FEAF0
+:1005C000500E50F1000041EB045170BD06F00046A2
+:1005D00046EA010140EA020081EA0301B4EB5C044F
+:1005E000C2BFD4EB0C0541EA045170BD41F4801147
+:1005F0004FF0000E013C00F3AB8014F1360FDEBF6C
+:10060000002001F0004170BDC4F10004203C35DA47
+:100610000C341BDC04F11404C4F1200500FA05F3CA
+:1006200020FA04F001FA05F240EA020001F000426B
+:1006300021F0004110EBD37021FA04F642EB0601E1
+:100640005EEA430E08BF20EAD37070BDC4F10C040B
+:10065000C4F1200500FA04F320FA05F001FA04F2CF
+:1006600040EA020001F0004110EBD37041F10001BB
+:100670005EEA430E08BF20EAD37070BDC4F12005C6
+:1006800000FA05F24EEA020E20FA04F301FA05F22E
+:1006900043EA020321FA04F001F0004121FA04F2D6
+:1006A00020EA020000EBD3705EEA430E08BF20EAA6
+:1006B000D37070BD94F0000F0FD101F000464000E0
+:1006C00041EB010111F4801F08BF013CF7D041EA62
+:1006D000060195F0000F18BF704703F00046520066
+:1006E00043EB030313F4801F08BF013DF7D043EA37
+:1006F0000603704794EA0C0F0CEA135518BF95EAED
+:100700000C0F0CD050EA410618BF52EA4306D1D173
+:1007100081EA030101F000414FF0000070BD50EA92
+:10072000410606BF1046194652EA430619D094EA1C
+:100730000C0F02D150EA013613D195EA0C0F05D106
+:1007400052EA03361CBF104619460AD181EA03015A
+:1007500001F0004141F0FE4141F470014FF0000012
+:1007600070BD41F0FE4141F4780170BD70B54FF0AD
+:10077000FF0C4CF4E06C1CEA11541DBF1CEA13552D
+:1007800094EA0C0F95EA0C0F00F0A7F8A4EB05040F
+:1007900081EA030E52EA03354FEA013100F0888006
+:1007A0004FEA03334FF0805545EA131343EA1263CF
+:1007B0004FEA022245EA111545EA10654FEA002684
+:1007C0000EF000419D4208BF964244F1FD0404F53D
+:1007D000407402D25B084FEA3202B61A65EB030599
+:1007E0005B084FEA32024FF480104FF4002CB6EB56
+:1007F000020E75EB030E22BFB61A754640EA0C00D6
+:100800005B084FEA3202B6EB020E75EB030E22BF15
+:10081000B61A754640EA5C005B084FEA3202B6EB56
+:10082000020E75EB030E22BFB61A754640EA9C0015
+:100830005B084FEA3202B6EB020E75EB030E22BFE5
+:10084000B61A754640EADC0055EA060E18D04FEAA3
+:10085000051545EA16754FEA06164FEAC30343EA43
+:1008600052734FEAC2025FEA1C1CC0D111F4801F10
+:100870000BD141EA00014FF000004FF0004CB6E709
+:1008800011F4801F04BF01430020B4F1FD0C88BFA8
+:10089000BCF5E06F3FF6AFAEB5EB030C04BFB6EBB3
+:1008A000020C5FEA500C50F1000041EB045170BDA6
+:1008B0000EF0004E4EEA113114EB5C04C2BFD4EBD3
+:1008C0000C0541EA045170BD41F480114FF0000E57
+:1008D000013C90E645EA060E8DE60CEA135594EAD3
+:1008E0000C0F08BF95EA0C0F3FF43BAF94EA0C0FD6
+:1008F0000AD150EA01347FF434AF95EA0C0F7FF44B
+:1009000025AF104619462CE795EA0C0F06D152EA9E
+:1009100003353FF4FDAE1046194622E750EA410682
+:1009200018BF52EA43067FF4C5AE50EA41047FF493
+:100930000DAF52EA43057FF4EBAE12E74FF0FF3CF8
+:1009400006E000BF4FF0010C02E000BF4FF0010CC9
+:100950004DF804CD4FEA410C7FEA6C5C4FEA430C42
+:1009600018BF7FEA6C5C1BD001B050EA410C0CBF91
+:1009700052EA430C91EA030F02BF90EA020F0020F3
+:10098000704710F1000F91EA030F58BF994208BF5A
+:1009900090422CBFD8176FEAE37040F00100704717
+:1009A0004FEA410C7FEA6C5C02D150EA013C07D16E
+:1009B0004FEA430C7FEA6C5CD6D152EA033CD3D0B9
+:1009C0005DF8040B704700BF8446104662468C46B3
+:1009D0001946634600E000BF01B5FFF7B7FF0028E6
+:1009E00048BF10F1000F01BD4DF808EDFFF7F4FF0F
+:1009F0000CBF012000205DF808FB00BF4DF808ED9A
+:100A0000FFF7EAFF34BF012000205DF808FB00BFBC
+:100A10004DF808EDFFF7E0FF94BF012000205DF8DE
+:100A200008FB00BF4DF808EDFFF7CEFF94BF012093
+:100A300000205DF808FB00BF4DF808EDFFF7C4FF8C
+:100A400034BF012000205DF808FB00BF80F00040AB
+:100A500002E000BF81F0004142001FBF5FEA410396
+:100A600092EA030F7FEA226C7FEA236C6AD04FEA96
+:100A70001262D2EB1363C1BFD218414048404140DB
+:100A8000B8BF5B42192B88BF704710F0004F40F48D
+:100A9000000020F07F4018BF404211F0004F41F4A9
+:100AA000000121F07F4118BF494292EA030F3FD075
+:100AB000A2F1010241FA03FC10EB0C00C3F1200388
+:100AC00001FA03F100F0004302D5494260EB400017
+:100AD000B0F5000F13D3B0F1807F06D340084FEA82
+:100AE000310102F10102FE2A51D2B1F1004F40EB77
+:100AF000C25008BF20F0010040EA030070474900DF
+:100B000040EB0000013A28BFB0F5000FEDD2B0FA7B
+:100B100080FCACF1080CB2EB0C0200FA0CF0AABF9E
+:100B200000EBC25052421843BCBFD040184370473C
+:100B300092F0000F81F4000106BF80F40000013242
+:100B4000013BB5E74FEA41037FEA226C18BF7FEA19
+:100B5000236C21D092EA030F04D092F0000F08BF5B
+:100B60000846704790EA010F1CBF0020704712F042
+:100B70007F4F04D1400028BF40F00040704712F181
+:100B800000723CBF00F50000704700F0004343F0E6
+:100B9000FE4040F4000070477FEA226216BF08461C
+:100BA0007FEA23630146420206BF5FEA412390EADF
+:100BB000010F40F4800070474FF0000304E000BFD5
+:100BC00010F0004348BF40425FEA000C08BF704786
+:100BD00043F0964301464FF000001CE050EA01024A
+:100BE00008BF70474FF000030AE000BF50EA01025F
+:100BF00008BF704711F0004302D5404261EB41014C
+:100C00005FEA010C02BF84460146002043F0B64370
+:100C100008BFA3F18053A3F50003BCFA8CF2083A95
+:100C2000A3EBC25310DB01FA02FC634400FA02FC9E
+:100C3000C2F12002BCF1004F20FA02F243EB0200A5
+:100C400008BF20F00100704702F1200201FA02FC07
+:100C5000C2F1200250EA4C0021FA02F243EB0200FA
+:100C600008BF20EADC7070474FF0FF3C06E000BF91
+:100C70004FF0010C02E000BF4FF0010C4DF804CD25
+:100C80004FEA40024FEA41037FEA226C18BF7FEA35
+:100C9000236C11D001B052EA530C18BF90EA010F37
+:100CA00058BFB2EB030088BFC81738BF6FEAE170C6
+:100CB00018BF40F0010070477FEA226C02D15FEA62
+:100CC000402C05D17FEA236CE4D15FEA412CE1D0CE
+:100CD0005DF8040B704700BF844608466146FFE795
+:100CE0000FB5FFF7C9FF002848BF10F1000F0FBD77
+:100CF0004DF808EDFFF7F4FF0CBF012000205DF870
+:100D000008FB00BF4DF808EDFFF7EAFF34BF0120F4
+:100D100000205DF808FB00BF4DF808EDFFF7E0FF8D
+:100D200094BF012000205DF808FB00BF4DF808EDDE
+:100D3000FFF7D2FF94BF012000205DF808FB00BF41
+:100D40004DF808EDFFF7C8FF34BF012000205DF823
+:100D500008FB00BF4FEA4002B2F1FE4F0FD34FF045
+:100D60009E03B3EB12620DD94FEA002343F0004318
+:100D700010F0004F23FA02F018BF404270474FF0C6
+:100D80000000704712F1610F01D1420205D110F04D
+:100D9000004008BF6FF0004070474FF00000704700
+:100DA0007BB972B90029BEBF00204FF0004106E0B8
+:100DB00008BF00281CBF6FF000414FF0FF3000F06B
+:100DC00057B8ADF1080C6DE904CE002909DB002B02
+:100DD0001ADB0BF0F3FEDDF804E0DDE9022304B0DA
+:100DE0007047404261EB4101002B1BDB0BF0E6FE3C
+:100DF000DDF804E0DDE9022304B0404261EB41018B
+:100E0000524263EB43037047524263EB43030BF0E0
+:100E1000D5FEDDF804E0DDE9022304B0404261EBD9
+:100E200041017047524263EB43030BF0C7FEDDF80C
+:100E300004E0DDE9022304B0524263EB4303704750
+:100E400053B94AB9002908BF00281CBF4FF0FF3131
+:100E50004FF0FF3000F00CB8ADF1080C6DE904CE96
+:100E60000BF0ACFEDDF804E0DDE9022304B07047CE
+:100E7000704700BF2DE9F00791E8F807B2E80210CB
+:100E80005B1854EB0C04B2E802104D4156EB0C0613
+:100E9000B2E802104F4158EB0C08B2E8021059EBCF
+:100EA00001095AEB0C0A80E8F80780410130BDE8DF
+:100EB000F00770472DE9F00791E8F807B2E8021053
+:100EC0005B1A74EB0C04B2E802108D4176EB0C0651
+:100ED000B2E802108F4178EB0C08B2E8021079EB0F
+:100EE00001097AEB0C0A80E8F80780414042BDE82E
+:100EF000F00770472DE9F007524290E87800B1E81A
+:100F000080071740DB1918EA020854EB080419EAB5
+:100F1000020955EB09051AEA020A56EB0A0678C0DF
+:100F200090E87800B1E8800717407B4118EA020892
+:100F300054EB080419EA020955EB09051AEA020AFA
+:100F400056EB0A0678C080410130BDE8F0077047D3
+:100F50002DE9F007524290E87800B1E88007174089
+:100F6000DB1B18EA020874EB080419EA020975EBA6
+:100F700009051AEA020A76EB0A0678C090E87800BA
+:100F8000B1E880071740BB4118EA020874EB080477
+:100F900019EA020975EB09051AEA020A76EB0A0654
+:100FA00078C080414042BDE8F00770472DE9F0016C
+:100FB00052424FF0040890E8300091E8C000A31BB3
+:100FC0001340E41AF618EB1B1340ED1AFF1830C05B
+:100FD000C0C1B8F10108EED1BDE8F001704700BF13
+:100FE00000B592E8DC072DE9DC07B1E8805702B4D0
+:100FF000A7FB02510A95A8FB020BE7FB6310E9FB74
+:1010000062B00B91A8FB0351EAFB6201E7FB64B5F8
+:10101000E7FB6605E8FB6615CDF830B0A9FB03B623
+:10102000EAFB6316ECFB6356E8FB640BE9FB641B0D
+:10103000EAFB645BECFB646B0D90ACFB0230059C3F
+:10104000EEFB6250E9FB6460EAFB64B0E7FB6431ED
+:10105000E8FB6451069CE8FB6461E9FB64B1EAFBD0
+:1010600064010E93A7FB0432079CE7FB6462E8FB74
+:1010700064B2E9FB6402EAFB6412049CE9FB64537A
+:10108000EAFB6463089CE7FB64B3E8FB6403E9FBE9
+:101090006413EAFB64230F955DF8049B99E800064E
+:1010A000DDF80080A9FB0854EAFB68B4DDF8108085
+:1010B000ECFB6804EEFB6814E9FB6824EAFB683487
+:1010C000DDF80480EEFB6865E9FB68B5EAFB6805BE
+:1010D000DDF81480ECFB6815EEFB6825E9FB68354C
+:1010E000EAFB68450F96DDF80880AEFB0876E9FB61
+:1010F0006806EAFB6816DDF81880ECFB6826EEFB54
+:101100006836E9FB6846EAFB6856DDF80C80ECFBC4
+:1011100068B7EEFB6807E9FB6817EAFB6827DDF8AC
+:101120001C80ECFB6837EEFB6847E9FB6857EAFB7D
+:10113000686708B000BD00BF2DE9F14F87B0FFF729
+:101140004FFFDDF81C8008F1200888E8FF00FFBC95
+:1011500087E87F08BDE8F08F00B591E89857A3FBBA
+:1011600003520195A3FB0401E3FB6420E3FB67103A
+:101170000292A3FB0752E3FB6802E4FB6415E3FB66
+:101180006805E3FB69250391A4FB07B6E3FB692629
+:10119000E3FB6A56E4FB670BE4FB682BE3FB6A5B4B
+:1011A000E3FB6C6B0490A4FB0810E4FB6950E3FBC9
+:1011B0006C60E3FB6EB0E7FB6721E4FB6951E4FB85
+:1011C0006A61E3FB6EB1E4FB6E010592A7FB083296
+:1011D000E4FB6A62E4FB6CB2E4FB6E02E7FB6E12B6
+:1011E000E7FB6853E7FB6963E4FB6CB3E7FB6C0365
+:1011F000E7FB6E13E8FB6E230695A7FB0954E7FB9C
+:101200006AB4E7FB6C04E8FB6C14E8FB6E24E9FBB2
+:101210006E34E8FB6865E7FB6AB5E8FB6A05E8FB46
+:101220006C15E9FB6C25E9FB6E35EAFB6E4507960C
+:10123000A8FB0976E8FB6A06E9FB6A16E9FB6C265F
+:10124000EAFB6C36EAFB6E46ECFB6E56E8FB69B7D0
+:10125000E9FB6907E9FB6A17EAFB6A27EAFB6C37D7
+:10126000ECFB6C47ECFB6E57EEFB6E6700BD00BFFE
+:101270002DE9F14F87B0FFF76FFFDDF81C8008F113
+:10128000200888E8FF00FFBC87E87F08BDE8F08FF2
+:1012900030B44FF0000310F8014B11F8015B013A34
+:1012A00084EA050443EA0403F5D1A3F101034FEAFC
+:1012B000D37030BC704700BF4FF0000310F8012B13
+:1012C000013943EA0203F9D1A3F101034FEAD370D4
+:1012D000704700BF30B411F8014B12F8015B6C404D
+:1012E00000F8014B013BF6D130BC70472DE9F00707
+:1012F00091E8F807B2E802105B1854EB0C04B2E86E
+:1013000002104D4156EB0C06B2E802104F4158EB6B
+:101310000C08B2E8021059EB01095AEB0C0A89419A
+:10132000B3F1FF3374F1FF3475F1FF3576F1000648
+:1013300077F1000778F1000879F101097AF1FF3AB5
+:1013400051F100015B184C414D4156F1000657F137
+:10135000000758F1000859EBD1795AEB010A80E8EF
+:10136000F807BDE8F00770472DE9F00791E8F807A6
+:10137000B2E802105B1A74EB0C04B2E802108D4163
+:1013800076EB0C06B2E802108F4178EB0C08B2E85D
+:10139000021079EB01097AEB0C0A89415B184C4188
+:1013A0004D4156F1000657F1000758F1000859EB7E
+:1013B000D1795AEB010A80E8F807BDE8F0077047D9
+:1013C00018EB040859EB05095AEB060A5BEB070B0F
+:1013D0005FF0000C4CF1000C18EB050859EB060906
+:1013E0005AEB070A5BEB070B50EB0C005FF0000CAD
+:1013F00051EB0C0152EB0C0263414CF1000CB8EBC9
+:10140000070879F100097AF1000A7BEB040BA84187
+:10141000B141A241B3416CF1000CBBEB050BB041F3
+:10142000B941AA41BB416CF1000C4CF001068CF0B3
+:10143000020718EB060859EB6C095AEB6C0A7BEBB8
+:101440006C0B70EB6C0471EB6C0572EB670653EB85
+:101450006C076CEB6C0C18EB0C0059EB0C015AEBA5
+:101460000C025BF1000354F1000455F1000556EB4A
+:10147000DC7657EB0C0770472DE9F14F87B0FFF78B
+:10148000AFFDDDF81080DDF81490DDF818A0FFF74F
+:1014900097FFBDE8000FFFF793FF03B05DF8048BE3
+:1014A00088E8FF00BDE8F08F2DE9F14F87B0FFF726
+:1014B00053FEDDF81080DDF81490DDF818A0FFF77A
+:1014C0007FFFBDE8000FFFF77BFF03B05DF8048BE3
+:1014D00088E8FF00BDE8F08F4FEA410C7FEA6C5CC2
+:1014E00002D150EA013C0AD14FEA430C7FEA6C5C1E
+:1014F00002D152EA033C02D14FF0000070474FF096
+:10150000010070474FEA410212F5001215D211D5C1
+:101510006FF47873B3EB625212D94FEAC12343F0F0
+:10152000004343EA505311F0004F23FA02F018BF72
+:10153000404270474FF00000704750EA013005D13B
+:1015400011F0004008BF6FF0004070474FF00000FE
+:10155000704700BF1FB50B4B01934FF48C73ADF870
+:10156000083008238DF80A3083788DF80B3001A9F4
+:10157000FF2301208DF80C3000F082FB05B05DF8F0
+:1015800004FB00BFDBFC00001FB50A4B01934FF4C6
+:101590003673ADF8083008238DF80A3001A9437876
+:1015A0008DF80B3000208DF80C0000F069FB05B0C1
+:1015B0005DF804FB61010100F7B504460D4641B931
+:1015C000124B1B78012B04D0019101A80121FFF7D8
+:1015D000F3FF23680E4E0F4F0733002D23F0070350
+:1015E00023600CBF2046002000F026FB002556F8A3
+:1015F000043B0BB1384698470135032DF7D100F075
+:101600008FFB23680344236003B0F0BD400C00202F
+:1016100040000020420C00202DE9F7432A4C0190A5
+:10162000074601A80E46FFF7C7FFA578E3784FF0FD
+:1016300000091D44EDB2C8465FFA89F39D4238D8CF
+:101640000198033020F00300002E0190414618BF9E
+:10165000002000F0A7FC019D21790544019589B186
+:101660006379627C0335002E25F003051A44D2B25B
+:10167000A38901950CBF2846002000F007FD019BBF
+:1016800003440193A17B79B123796BB1019B0733AB
+:1016900023F00703002E0CBF18460020019304F02E
+:1016A000A3F8019B034401930198C01B03B0BDE85C
+:1016B000F083A37A627A217AE0790CF024F909F1B7
+:1016C00001098044B8E700BF400C00208FB572B616
+:1016D000194B9D6AE5B9BFF34F8F1849184BCA687B
+:1016E00002F4E0621343CB60BFF34F8F00BFFDE70E
+:1016F000B4FBF6F4DAB20133002CF9D102F1100395
+:101700006B440A2603F80C4C32B901A8A847E2E75B
+:10171000044600230A26EDE7531E04AC54FA83F472
+:10172000DAB2C3B2B3FBF6F706FB1733303304F873
+:101730000C3CB0FBF6F0E7E7400C002000ED00E0C9
+:101740000400FA051FB5104B9A7A8DF809205A7AD1
+:101750008DF8082002A81A7ADB79ADF80C20ADF8D4
+:101760000A3002F037FC18B1DB210320FFF7AEFF8F
+:10177000012301A88DF804300DF039F908B1DF21FB
+:10178000F3E705B05DF804FB400C002038B50446D3
+:1017900090B30AF01FFE10B94FF0FF3038BD07F0CC
+:1017A000F9FBB0F5FA7FF7D8164D1748AC6200F098
+:1017B000E5F9164B28460024C3E900449C6000F874
+:1017C000024B262221460BF087F90123EB702B7187
+:1017D0001B23EB7140F21B332B810223AB721F23BF
+:1017E000AB810823AB73EFF3108572B600F024FDD4
+:1017F0002DB962B62846D1E76FF01500CEE7204636
+:10180000CCE700BF400C002045170000400000203E
+:1018100010B5002836D1204C2378022B2FD059B197
+:10182000002A32D0023905292CD8DFE801F0030F55
+:101830001D2B20231378E37001210020FFF7ECFE1D
+:10184000B0F5803F24DA0123237010BD9378E3B113
+:10185000D378D3B113781A2B17D953781A2B14D9FC
+:101860001368C4F80730E7E713782371E4E71388B7
+:10187000A381E1E71388FF2B07D8A373DCE74FF0C0
+:10188000FF30E2E76FF02C00DFE76FF01500DCE7D8
+:101890006FF00B00D9E700BF400C002070B50D467B
+:1018A0000646E8B1E1B111F0070419D100F0A4F83F
+:1018B000C8B130460AF002FF0C4E214686F82C00D3
+:1018C0002846FFF7A9FE0EF08DFC96F82C00214665
+:1018D00002F014FCFFF736FF02233370204670BD80
+:1018E0006FF01500FBE74FF0FF30F8E7400C0020E9
+:1018F00010B5074C2378022B05D102F017FC94F8A1
+:101900002C000AF0F7FE0CF0EDF80020207010BD5E
+:10191000400C002050B1074B03F1140253F8041B94
+:1019200040F8041B9342F9D1002070476FF0150076
+:10193000704700BF874C030010B5064B1C7834B9C4
+:1019400002F0A6FB044B054A5A60204610BD4FF03A
+:10195000FF30FBE7400C0020400000205515000040
+:1019600010B5064B1C7834B902F0A6FB044B054AAF
+:101970001A60204610BD4FF0FF30FBE7400C0020FE
+:10198000400000208915000010B5054B1C781CB9DB
+:1019900002F04AFB204610BD4FF0FF30FBE700BFCE
+:1019A000400C002010B5054B1C781CB90DF035F823
+:1019B000204610BD4FF0FF30FBE700BF400C002079
+:1019C00010B5054B1C781CB90DF02AF8204610BD47
+:1019D0004FF0FF30FBE700BF400C0020024B0268D5
+:1019E0001A600020704700BF700C0020014B1B687C
+:1019F000184700BF700C0020024B1868003818BF51
+:101A000001207047700C00202DE9F341284E031D82
+:101A100004463360304603F0B1F90228054607D189
+:101A2000234920460BF04BFA284602B0BDE8F0816E
+:101A3000042836D13378072B18D13E2000F04EF819
+:101A400078B9F378327901A943EA02236846ADF800
+:101A500000300BF000FD0028DCD053210820FFF7F8
+:101A600035FE052000F07AF80028EAD031462046FD
+:101A70000BF08AFAB0F5817F01D37221EEE70028DE
+:101A8000C8D0277894F80280384600F027F800285C
+:101A9000C0D03E2FC8D1404600F060F80028C3D126
+:101AA000B8E70828C0D1024920460BF037FABBE757
+:101AB000740C0020074B4FF0FF3141F6FF72C3E971
+:101AC000001205490022C1E900221F21C3E90212C8
+:101AD000704700BF00000020B80C00203F280CD841
+:101AE00001380B4BC0F3421200F01F0053F82230B4
+:101AF00023FA00F000F001007047FF2806D04038BC
+:101B0000C0F34212034B00F01F00EFE701207047C3
+:101B100000000020B80C00200146074B006849680F
+:101B20001A4603C240F48C221A6041F0107242F44B
+:101B3000FF625A60704700BF000000200246024B5F
+:101B40000068516803C37047B80C00200246024B7E
+:101B50000068516803C37047080000200138064B35
+:101B6000C0F3421203EB820300F01F009B6823FACC
+:101B700000F000F00100704700000020014B1860E9
+:101B8000704700BFC00C002010B5FFF793FF0CF0AA
+:101B9000A3FB034B1B68044603B19847204610BDC6
+:101BA000C00C00200B880288F0B5C3F30E049EB26F
+:101BB00004F11803C57CC35A05352A442B4497B257
+:101BC00013FA82F3013B4288B3FBF7F313FB07439D
+:101BD0009BB29A42044A93BF22EA0603324013435F
+:101BE0009BB20B80F0BD00BF0080FFFF10B5114B12
+:101BF00000EB41041A786389B3FBF2F303FB022381
+:101C0000013A1A44B2F5706F027928BF00231A44D2
+:101C10008378B2FBF3F0194403FB1020091AB1FBDF
+:101C2000F3F003FB101313446FEA43436FEA53438B
+:101C3000638110BDC40C002010B5104BC8B15A7898
+:101C4000022A04D040F22B111720FFF73FFD032298
+:101C50005A70026812F0070102D04FF49871F3E74E
+:101C60005C685A6022440260C3E903119A605961BA
+:101C700010BD0122C3E901005A70F9E7C40C00202D
+:101C80002DE9F041254E96F801E00EF0FD0CBCF177
+:101C9000010F04D040F245111720FFF717FD91F80E
+:101CA0000680B8F1080F02D940F24711F4E7CF7966
+:101CB00097B34546022D726838BF02257B1D5C0034
+:101CC00002EB43036A1E13446D422B408D8845444A
+:101CD000013DC8F100022A404FF6FE75AA4202D922
+:101CE0004FF4A971D8E7BEF1030F12D106EB8000C3
+:101CF0001C1BC56815B140F25711CDE7C460A77031
+:101D0000228084F803C0087A09682071080CE080FA
+:101D1000218107FB02337360BDE8F081C40C002011
+:101D20002DE9F047364C6378012B65D0032B04D0A6
+:101D300040F267111720FFF7C9FCD4E901329A423B
+:101D400002D04FF4B571F5E72546002305F80C3BAA
+:101D50001E460222994655F82200013A58B190F8E1
+:101D600004808178B8F1FF0F2FD180F804908E4263
+:101D70003CBFCEB20123511CEDD103B12670022627
+:101D800040F6FF6955F826709FBB013EFAD2042346
+:101D900063700020BDE8F08755F82CE0BEF1000F1D
+:101DA00006D09EF804A0C24504BF9EF802E0774426
+:101DB0000CF1FF3CBCF1000FEEDA3944FF2907D9E2
+:101DC00003B126704FF48371B4E794460027F1E71E
+:101DD0000771CCE707EB41033846A3F80A90FFF7F9
+:101DE00005FF08F10108BB785FFA88F18B42F1D852
+:101DF000CBE74FF00008F6E7022360686370C9E79D
+:101E0000C40C0020F8B54FF6FF730380184B03EBAA
+:101E100081030546D868B8B186780379B3FBF6F23A
+:101E200006FB1233DBB219460A1D00EB4202B2F97F
+:101E300002705488002F09DB0131B1FBF6F206FB7A
+:101E40001211C9B28B42EFD10020F8BDFF29FBD09F
+:101E5000C4F30E03C4782B8024B94FF4D971172032
+:101E6000FFF734FC5380BDE8F8400BF02BBD00BFFA
+:101E7000C40C00201D4B03EB810370B5DC680546E4
+:101E800044B3030404D54FF4E0711720FFF71EFCA0
+:101E9000014620460BF0F8FCFF28014604D02046FE
+:101EA000BDE870400BF00EBDA078B5FBF0F300FB71
+:101EB0001353DBB219460A1D04EB4206B6F9026061
+:101EC000002E09DB0131B1FBF0F200FB1211C9B2A7
+:101ED0008B42F0D1002070BDFF29FBD08B4204EB78
+:101EE00042021CBF0023E3705580D8E7C40C0020D9
+:101EF000094B03EB810310B5DC68014620460BF06B
+:101F0000C3FCFF28014604D02046BDE810400BF07A
+:101F1000D9BC002010BD00BFC40C0020F8B5104B88
+:101F200003EB81030746DC68014620460BF0ACFC5E
+:101F3000FF28054611D0E688238953EA064606D0D5
+:101F4000014620460BF0BEFC01463846B04720460D
+:101F50002946FFF74BFE0020F8BD0320FCE700BF39
+:101F6000C40C002038B50E4B827903EB8203044683
+:101F7000D86808B9022038BD8278E1799142F9D257
+:101F80004B1CE37100EB41035D89B3F90A30002B70
+:101F9000F3DBA5800BF096FC20600020EBE700BF90
+:101FA000C40C002070B5044610F003000E4603D0A8
+:101FB00049211820FFF78AFB0BF00AFC054624B1E3
+:101FC0000348314604600BF003FC284670BD00BF97
+:101FD000DC0C00202DE9F04F1E4C85B092462268A3
+:101FE000BDF83CB098468146BDF838300D461AB968
+:101FF0005B211820FFF76AFB1A460A21504603931B
+:102000000BF091FA5A460646092140460BF08BFA2E
+:102010003118074620680BF006FC039BC9F8000046
+:1020200018B9286005B0BDE8F08F84192C60D9F884
+:1020300000000093524631460A230BF026FA286826
+:10204000CDF838B009234246394605B0BDE8F04F17
+:102050000BF01BBADC0C002070B50E4604460BF0EA
+:102060006BFA054630460BF067FA044B2A182146F6
+:102070001868BDE870400BF000BC00BFDC0C00200D
+:10208000014B18680BF0C2BBDC0C0020F8B5114402
+:102090001D4EC9B210F00305317003D04D21092047
+:1020A000FFF714FB1F2B19D89B009BB2033323F0BF
+:1020B00003039BB208B17060338101EB8104766841
+:1020C000E2004FF0010C00EBC404EFB2B94212D8A9
+:1020D000D01D03FB010020F00700F8BDFF2B4FEAE5
+:1020E000430204D9FF339342DFDB93B2DEE77C2A5D
+:1020F000FBDC7C23DAE710B186F800C074600135A0
+:1021000028361C44E1E700BFE00C002038B5144A33
+:10211000147853680021C8B2844203D8A82109204A
+:10212000FFF7D4FA1846013105782833002DF2D094
+:102130000021817001241289447044688161C16169
+:10214000920800F12001051D21F8022B994245F863
+:10215000044B1444F8D100234361037038BD00BF21
+:10216000E00C00202DE9F8434B7880460C4602F045
+:10217000040602F0FB07D3B1DFB12E4BD4F8049074
+:102180001D89B7BB01236370AD08A761E76104F146
+:1021900020034A46211D04F1280023F8025B9842DF
+:1021A00041F8042B2A44F8D10023636101E0002F99
+:1021B000E3D0FF23A370002E18BF0226A3191B7DB6
+:1021C000032B03D1022F1CBF0136F6B2A319012243
+:1021D0001A7506F10C0204EB8606002324F812306F
+:1021E0007268A370C8F80020A8F804304046BDE823
+:1021F000F883002114226170A0180AF06DFCB5F577
+:10220000FF7F0FD26B08ED1AADB209EB0502C4F8DF
+:1022100004902584A2606384C4F80C90A584226194
+:10222000E384C6E7B5F5EE6F4FF0FF03EBD940F25C
+:102230007265EAE7E00C0020134B012200214FF009
+:10224000FF309A60C3F80012C3F80803C3F8001502
+:10225000C3F804259A60C3F80803C3F80015C3F84F
+:1022600004250A490A4A03F580334FF40040C3F8B5
+:102270000825C1F88000BFF34F8FBFF36F8FC1F8FF
+:102280008001C3F80825704700F0004000E100E03D
+:102290000000F63F0A46192302F8033B0448C368CE
+:1022A000C1F803300369536043699360704700BF0E
+:1022B000F00C0020024B5A8C02435A845B6A184788
+:1022C000F00C0020014B00215B6A1847F00C002045
+:1022D00010B5154C05F028FF05F048FB208DFFF7E1
+:1022E000F1FF237E6BB12246104952F80C3BE360AC
+:1022F00063685360A368936004F1190002220DF033
+:1023000085F8236B93F87030022B02D1084803F054
+:1023100021FAA36B94F8341094F835009847002301
+:1023200084F83C3010BD00BFF00C00209522000066
+:102330001C0D0020034B93F83C300BB1FFF7C8BFD6
+:10234000704700BFF00C002070B51D4C256B636C0E
+:10235000236495F89C30064694F848000BB104308D
+:10236000C0B295F869102EB9FF2803D195F86830EE
+:102370008B4201D005F09AFD95F89C30D3B1E06C0A
+:1023800006F054F8012384F86830D5E94023E16C65
+:10239000206CC4E9182305F09FFA16B9304606F000
+:1023A00083F895F86810002006F0C8F8022384F836
+:1023B0003C3070BD206C06F039F805F0D7FAECE738
+:1023C000F00C00202DE9F743404C94F83C30266B8C
+:1023D000012B05460F465FFA83F804D040F27541A1
+:1023E0002720FFF773F996F88C303BB1002186F86F
+:1023F0008C100420FFF75EFF86F88E80A16F0B78AB
+:1024000003F00303032B05D196F8923013B9022091
+:10241000FFF750FFA26F137803F00303032B03D0E1
+:102420005378002B3ED1012386F8923096F89C30E9
+:10243000B3B1D6E94001236B94F84890C4E9180180
+:102440004FF0010893F8690084F868800BF04CFBAA
+:102450000022034600921E494A46404605F0F6F91E
+:10246000DDB9D7B1E36F28469847B0B194F834305E
+:102470009BB994F88030D906C3F300125CBF636C3B
+:102480001D78D4F884305CBFC5F30015C5F1010593
+:1024900053B9B4F888303BB132B903B0BDE8F0436A
+:1024A000FFF716BF0223BFE7638C9A0709D5A36F16
+:1024B000DB78022BF1D1002003B0BDE8F043FFF739
+:1024C00043BF002DE9D1002BF5D0E6E7F00C00204A
+:1024D000400D002008B5094B93F83C20022A04D097
+:1024E0004FF40F712720FFF7F1F8DA7A42F001027A
+:1024F000DA72BDE80840FFF7EBBE00BFF00C002029
+:10250000044B93F83C2002F0FF000AB9187670479C
+:102510000C207047F00C00200A4B0B4A70B50646A1
+:102520000D461A60FFF7ECFF18B1DE212720FFF7F8
+:10253000CDF8064C012104F18A000CF058FE6664C7
+:10254000E56470BD4C000020002D0000F00C002060
+:10255000024B012283F8AC20704700BFF00C002032
+:102560002DE9F043804C85B002AE86E8030094F874
+:102570003C100C9F01F0FF0511B90AB103B127B956
+:1025800040F24F112720FFF7A1F896E8030004F16D
+:102590002C0C8CE8030084F8AC5084F8345084F898
+:1025A000AD5084F8355084F8AE5065842585256B90
+:1025B000E3676262A76305F0B7FC05F0D7F995F908
+:1025C0006C0005F043FD686A05F022FFE86905F03C
+:1025D00043FD95F8AC0005F065FD236B93F8FF31E2
+:1025E0000BB105F08FFC95F86910012005F02CFE69
+:1025F000002800F0B6805D4B5D4E186805F00EFFB8
+:102600002B69C4F8B0306B69C4F8B43005F58C7729
+:1026100005F5847318685968324603C20833BB4213
+:102620001646F7D1D5F81821C4F869205A68514BDD
+:102630005A60236B93F89620A2F12501012993F8A3
+:1026400068100E4603D993F89700252855D193F8C2
+:10265000AE322BB1012E03D0012B14BF022601266E
+:1026600005F13007314638460CF060FF31460CF07A
+:1026700017FCAB8F95F86910834228BF0346384694
+:1026800084F8B8300CF03BFF95F8691095F89C6021
+:10269000B5F84480082908BF04210CF001FC0EB9EC
+:1026A000043080B2404528BF404695F89C305FFA20
+:1026B00080F884F848809BB1D5E9406795F86900B7
+:1026C0004FF00109C4E9186784F868900BF00CFA20
+:1026D00000220346009226494246484605F0B6F8D5
+:1026E0000120FFF731FE244BD3F8503523F00803C7
+:1026F000032B2AD140F2F91144E7203A012A0CD8E1
+:10270000232893F83E210AD012F0010319D1920731
+:10271000A6D5012918BF0226A2E723280DD193F8D8
+:102720003E2193F86130134013F001020BD19B0757
+:1027300096D5012908BF0E46ECE7042908BF0826F4
+:102740008EE71E468CE716468AE700232360636007
+:10275000A360B5F8903063802B88238095F8AC3067
+:10276000237105B0BDE8F083F00C00204C00002080
+:10277000400D0020590D00200010004008B50C4B02
+:1027800093F83C201AB9BDE80840FFF7A1BD93F8C3
+:102790003C20022A04D040F212212720FEF796FFA7
+:1027A0001B6BD3F81802BDE8084005F051BE00BF0E
+:1027B000F00C0020014B1876704700BFF00C002091
+:1027C000014B93F8AE007047F00C0020024B188DBF
+:1027D000C0F38020704700BFF00C0020014B93F83D
+:1027E000AD007047F00C00202DE9F3411E4D82072B
+:1027F0002C6B06460F4622D5D5F8843023B940F21B
+:1028000066412720FEF762FFB5F88820296C18463C
+:10281000033291F801800AF0E7F80DF1020201A9F4
+:102820002864D5F8B4000AF0C9FF01980AF0B0FF97
+:10283000012238604146D5F8B4000AF055FFF3078D
+:102840000ED5D4E94032013342F10002C4E94032EE
+:1028500094F89430012B0CBF0023012384F89430AA
+:1028600002B0BDE8F08100BFF00C00202DE9F04F70
+:10287000A04C002387B0CDE9043394F83C30276B9B
+:10288000022B80468A4604D04FF49D612720FEF734
+:102890001DFF238D590606D44020FFF713FD238D1D
+:1028A00043F04003238597F89C30B8F1000F00F007
+:1028B0001281A3B105F088F805F06CF878B9236CA3
+:1028C0005A7862B11B7897F89420C3F3C0039A42F8
+:1028D00005D1012384F83530FFF7FAFC4FE1236C72
+:1028E0005978A4F8881011B3D4F8B4000AF0D2FED5
+:1028F000C4F88400238D97F8932043F480732385D4
+:10290000236C1B78C3F380039A4200F0B980256BD7
+:1029100095F89230002B3ED0022B12D1D4F8B000A3
+:1029200004A90AF04EFE28B94FF47971AEE7C4F855
+:102930008410DFE7D5E93E32013342F10002C5E9F8
+:102940003E3295F88E30002185F8921023B185F83B
+:102950008E101020FFF7AEFC95F88D309BB100264D
+:1029600085F88D6001F0B8FD10B940F2FB318DE7BC
+:1029700031460820FFF79EFCD5E93E32013342F193
+:102980000002C5E93E3295F89330012B0CBF0023BD
+:10299000012385F89330238D43F4806323854FF022
+:1029A000000B216C97F894200D78C5F3C0039A4270
+:1029B00040F0868005F00305032D266B62D0002DC4
+:1029C0006BD196F89430013B18BF012386F8943000
+:1029D000236C5B7833B1D6E94032013342F1000217
+:1029E000C6E9403297F89B3093B1D7E93E23216B7B
+:1029F000002691F8680084F86860C4E918230BF099
+:102A000073F83D4900960346FB22304604F01EFF52
+:102A1000BAF1000F72D1628C94F8AD30120703D571
+:102A2000A26FD278022A69D0012B67D8E36F012008
+:102A30009847002862D094F83490B9F1000F5DD126
+:102A4000266B94F8483096F89C208DF80D90002A5B
+:102A500040F09880FF2B96F8681003D196F8693003
+:102A60008B4202D0FF2005F021FA96F89230032B1A
+:102A700000F22F81DFE813F089000E01110124011B
+:102A8000C3468EE7238D012043F4006386F88C0053
+:102A90002385FFF70FFC002593E74B78002BFAD036
+:102AA000228DD4F8845042F400622285002D99D002
+:102AB000FB2B07D894F8AC305BB12020FFF702FC69
+:102AC00000258FE794F8343043F0100384F8343055
+:102AD000F6E7454675E70BB104F0ACFF94F8AD306E
+:102AE000013384F8AD30238D002543F40073238532
+:102AF000AB4677E7F00C0020400D002005F03EFDCE
+:102B00004FF0010A1DB105A90220FFF76DFEBBF1D0
+:102B1000000F0DD0B4F80720B4F805301343B7F810
+:102B2000902013431EBFB4F809300133A4F80930D4
+:102B3000B8F1000F00F0D580B4F805300133A4F8E7
+:102B40000530002384F8AD30694802F0E1FD0498B7
+:102B500040B10AF01DFE216B0023437207220130B1
+:102B60000CF042FC059B33B1216B00221A720C223F
+:102B700005980CF039FCBAF1000F7FF4ADAE07B048
+:102B8000BDE8F08F0433DBB264E794F8B830ADF8F9
+:102B90000E305848A6F8583001F08EFC00285DD061
+:102BA000A16F8020FFF786FB012386F88D3096F811
+:102BB0009330A26FDB0003F00801137803F0F303F6
+:102BC0000B4396F89410890001F004010B4323F0A5
+:102BD000100103F00303032B117002D1D378022BF1
+:102BE0000FD0D4F8B0000AF034FD40B9A36F1B78C1
+:102BF00003F00303032B04D001F084FC08B94FF069
+:102C00001009A06F037849EA030980F8009096F84C
+:102C10009B30002B60D04378002B5DD0E06C05F03A
+:102C200005FC002384F86830D6E93E23A16FE06CF0
+:102C3000C4E9182304F050FE96F86910012005F04D
+:102C40007DFCA26F1188A4F8801091782A4A012394
+:102C500084F8AE30917084F83C3053E7D4F8B0007B
+:102C60000DF10D020DF10E010AF088FCA06788B18C
+:102C700096F8D73073B99DF80D302BB90380837067
+:102C8000A06F01210CF0B3FABDF80E10A06F0CF08C
+:102C90007AFB8CE7194BA36789E7B6F85830D4F86C
+:102CA000B000ADF80E300DF10D020DF10E010AF07D
+:102CB00065FCA06700287FF47AAF40F2D521E5E5F6
+:102CC0000C4801F0F9FB00287FF471AF40F2DE21DF
+:102CD000DCE540F2EB21D9E505F0A8FB04F046FE67
+:102CE000AAE7B4F807300133A4F807302CE700BF97
+:102CF0001C0D0020680D0020700D00207A0D0020B2
+:102D0000D52400006D280000C523000035230000F5
+:102D10000B2808B504D94FF452710620FEF7D6FCF3
+:102D2000014B33F8100008BD000503002DE9F04FFA
+:102D30008BB0044615460293894690F869B00BF0B3
+:102D4000BAFE064694F80002FFF7E2FF94F89730C7
+:102D50000393064485F00103B6B2059355BB94F87E
+:102D60004C32032B26D1039B0D2B23D1B4F8AC326C
+:102D70004B451FD1D4F85432C4F84032A369B4F89B
+:102D80001E22C4F84432B4F892321344C4F84832D4
+:102D9000204604F07BFCD4F8B032A362B4F8AE3223
+:102DA000A385D4F8B432A361D4F8B83223620223E5
+:102DB00084F84C32B4F89072B4F89080A9EB07070D
+:102DC0003FB204F51A73A9EB0808002F04930FFA19
+:102DD00088F86EDAD4E9A0234746C4E9A223012388
+:102DE0000493CC4B1B7803F0FF05002B54D006F066
+:102DF00051F9054600284FD0B4F83432012B6DD973
+:102E000094F84C32022B69D094F86252002D65D1AF
+:102E100094F80002FFF77CFF94F84C3200F5C86686
+:102E2000012BB6B2D9B24CD194F89A30D4F828A07C
+:102E3000032B40D1D4F8445255443146D4F84402CF
+:102E400006F07EF8D4F84032C4F84002A0EB030A42
+:102E5000D4F848323146284603FB0AFA06F070F8E7
+:102E6000D4F85052C4F85002451B3146A06906F010
+:102E700067F8AA44B4F81E52D4F848324544ED1B12
+:102E8000DB432B44D4F85452451B05FB03A5012317
+:102E9000C4F8540284F8623294F84C32DFF874A219
+:102EA000032B00F28281DFE813F01B0016016B0098
+:102EB0003701029B94E728460CF01CF800EB0A054A
+:102EC000BBE7A069314606F03BF8B4F81E52D4F8CF
+:102ED00054324544ED1BC31A5D43D8E70025DBE7B8
+:102EE000012100200CF006F88046A06A31464044DB
+:102EF00006F026F83146C4F85002A06906F020F822
+:102F000007A9C4F8540208A805F040FB079B0093EA
+:102F1000D4E9A201DDE9082309F040F983462046FF
+:102F20000AF028FED4F89832A66A94F869001E4484
+:102F300005F072FCD4F85012A6F120077F1A00F5B4
+:102F400023404FF47A734744A130B0FBF3F0A38DD4
+:102F5000A7EB0B0730313F1A03EB410194F86900EE
+:102F60000AF0F5FDD4F89832FB1A2230B3F5CA7F87
+:102F7000CAF8040055D840F2F2413020FEF7A6FB13
+:102F8000A36AD4F844023146184405F0D9FF31460B
+:102F9000C4F85002A06905F0D3FFC4F854022046DB
+:102FA0000AF0E8FDB4F81E32A66AD4F84472002B89
+:102FB00040F08C80029B002B00F0888094F869B070
+:102FC000584605F029FC3744D4F89C22D4F85032F6
+:102FD00004938046203F5846174405F015FC049B97
+:102FE000FF1A3F1A08F5234808F1A1084FF47A7038
+:102FF000B8FBF0F8A7EB0807D4F85012D4F8403229
+:10300000D4F8482294F86900303102FB0311A38DF3
+:1030100003EB41010AF09BFD0123CAF8040084F888
+:103020004C32A669D4F85432A6F21F26F61ADAF802
+:1030300004309E4228BF1E467423A4F87032D4E99F
+:10304000A2327F1BDF1942F100024FF00008C4E9F1
+:103050009E72C4F8186284F8688204F130000CF0A3
+:103060004CFAB4F80812A4F89092D4E99E23A1EB8C
+:1030700009090FFA89F9C145C4E9A223C8BF02238F
+:1030800084F87282C8BF84F87232039B06440D2B09
+:10309000C4F86C62029B00F08B80002B40F08980AA
+:1030A00094F84C32002B00F0A280A169D4F854327D
+:1030B00004F51A70C91A0BF0C2FE80B2002800F0A5
+:1030C0009680149B03B118800120A0E0D4F8500230
+:1030D00037443F1A90E7D4F85422A369D4F8480241
+:1030E000D4F840129B1A5F43B4F81E329844C3438D
+:1030F0009844D4F85032303301FB0033A18D94F85A
+:10310000690002FB083301EB43010AF020FDCAF815
+:10311000040086E7AC0D0020A369D4F854021B1A02
+:103120005F4394F89630252B03D094F89730252BE5
+:103130000AD1B4F8AC32A9EB03031B0404D494F80D
+:10314000AF32002B18BF9B46049B03B3B4F81E326A
+:10315000EBB9D4F89C3213B940F244510DE794F81E
+:10316000690005F059FBD4F89C320646203B94F8E0
+:103170006900049305F048FB049B1F44381A06F5C8
+:103180002343A1334FF47A77B3FBF7F7C71BB4F8A7
+:103190001E12D4F854324144594330314900584644
+:1031A0000AF0D5FC1B4B58603BE740F25951E4E66E
+:1031B000EBB1B4F8341221B3B4F8362294F83832B3
+:1031C000A4F8362202FB0333994202F101000EDD1E
+:1031D00094F872325BB1002384F87232A4F836029C
+:1031E00001F004FF00F00700013084F8380294F881
+:1031F000940204F51A7107F01DFF20B940F2A351A3
+:10320000BBE60A46DAE7059B84F8603200200BB083
+:10321000BDE8F08FAC0D00202DE9FF41044618B940
+:103220009C213020FEF752FA082900F22381DFE8C2
+:1032300011F0090071007B007B00760021010D0177
+:1032400015011F010023C0F89C3290F86032B0F8DD
+:103250009020002B56D0B0F85E3293424CD1B0F89B
+:103260000C22A0F89020D31AA0F80E32D4E99E23A5
+:103270002046C4E9A02304F0EDF894F81332002BA3
+:1032800000F0A780A569D4F85432DFF8EC819D42A4
+:1032900088BFED1A98F8083098BF00251BB9236B3A
+:1032A0009D4228BF1D4604F13000D4F818720CF07E
+:1032B00024F90744022008F09DFCED1B25EAE57582
+:1032C000854228BF05460221284608F0E3FC00B9E4
+:1032D0002F4440F27D22394620460CF059F9D4F8AB
+:1032E0001832C8F80C00A069184408F029FC00281E
+:1032F0006FD140F2AA3194E79A1AA0F80E22A4F8EE
+:103300009030B3E7B0F85C329A1AA0F80E22B0F809
+:103310005C32F4E704B0BDE8F0410CF042BF04B009
+:10332000BDE8F04105F03EB90DF02AFAD4E9A0233A
+:10333000801A61EB0301012871F1000302DA4FF4F6
+:10334000C4616EE76FF0010383424FF000038B41CD
+:1033500002DA40F2216164E7A3690BB1B0FBF3F339
+:1033600094F89710B4F85E220D2935D10132A4F8F3
+:103370005E22B4F89232B4F890500133A4F892323D
+:10338000B4F8CA301D44B4F8C830013DED1AADB2EE
+:103390000DF10E06B4F85E126B1A1B0436D594F8C4
+:1033A0009A303649002B0CBF3E23082384F8B930ED
+:1033B00004F1B0000CF024F820460CF0F4FE0023D9
+:1033C00084F84C3294F8940207F0EAFC202384F845
+:1033D000943204B0BDE8F081B4F890100B449BB275
+:1033E000D11A090454BF531C01339BB2A4F85E32B6
+:1033F00094F86132002BBCD1B4F80C32B4F85E22E0
+:10340000934204BF0133A4F85E32B2E70023009672
+:103410001A462046FFF78AFC0028DAD0012812D18C
+:10342000B4F85E22B4F80812BDF80E301344521AF4
+:1034300012049BB204D5EA1A12F4004F18BF0B46CF
+:10344000A4F85E32A6E74FF4CC61EAE6012005F06D
+:1034500041FD04B0BDE8F0410AF054BB90F84C3295
+:10346000042B01D0C021DCE6002380F84C32B0E709
+:10347000C621D6E6CA21D4E6AC0D0020C5F6000070
+:1034800090F8E8302DE9F04104460D46164603F069
+:10349000FF0813B10C20BDE8F0810146474807F052
+:1034A00053FC20280746F5D05022414604F1C800BD
+:1034B00009F012FB012384F8C870C4F8CC5084F8DA
+:1034C000E83035B101F0AAFD00F00700013085F8C1
+:1034D000380220460AF018FB00270223A4F8FA302D
+:1034E000A4F8F80084F8F07005F05AFDB4F8F8502C
+:1034F0009D35054420460CF0D6FCADB2014668B3BC
+:103500000BF0D9FA00F5CD6189B2304605F018FD0F
+:103510003044C4F8F4000DF033F9281841F10001EB
+:10352000C4E94001012084F8D000E7840CF088FD54
+:10353000DB3E361AC4F8D4604FF0FF326FF0004320
+:10354000C4E9422394F8C80004F1F00107F072FDC9
+:1035500030BB40F2EF113020FEF7B8F820460CF0F7
+:10356000C6FB174FDB30C4F8F400388A40B1E08C5A
+:1035700030B101F053FD3B8AB0FBF3F202FB1300C4
+:1035800005440DF0FDF82D1841F10001C4E940514A
+:10359000002ED1D0751941F10001C4E94251D1E7A3
+:1035A000D4E9402300252046C4E93823A4F8EA5092
+:1035B00029460CF0A4FC28466DE700BF39DC00006A
+:1035C000AC0D0020F0B5002385B0CDE90033012318
+:1035D0008DF806306846FEF7C5FC70B11B4E01231E
+:1035E000B3740027CDE9027702A8FEF7BBFC0546BD
+:1035F000A8B10020B07405B0F0BD00980AF0D1FB6E
+:10360000E8E790F8940208F06FFC94F8940284F8CC
+:103610004C5207F0C5FB202384F89432E2E7029B6A
+:10362000002BE1D093F89422202ADDD018884FF6A1
+:10363000FF739842DDD02946FEF75AFC0446002865
+:10364000DFD140F229113020FEF740F8AC0D002008
+:10365000054B002201211A7219709A7442F21072FD
+:103660001A82FFF7AFBF00BFAC0D0020014B1872EC
+:10367000704700BFAC0D002008B504F0D9FB044B27
+:10368000DA6882422ABF987C002080F0010008BDE1
+:10369000AC0D00202DE9F3470446052900F28D808A
+:1036A000DFE801F0037D6A7A8186D0F89C32002B36
+:1036B00050D090F86232002B4CD090F84C32032B53
+:1036C00048D190F869A00BF0F6F9064694F800028C
+:1036D000FFF71EFB804606445046D4F89C7205F066
+:1036E00093F83F1A504605F097F800F2E73250463B
+:1036F000D4F818524FF47A79B2FBF9F2BF1A05F0F8
+:1037000083F82D1A504605F087F800F52340A130C4
+:10371000B0FBF9F02B1A5A08B6B2603B08F5C8683E
+:10372000293273431FFA88F8B3FBF8F36033590862
+:10373000A2EB53039F4202D30A44974201D905F0FA
+:10374000BBFEA069314605F0FBFB0023C4F8540220
+:1037500084F862321A4B9B7C03F0FF0263B9B4F821
+:103760000C12009201232046FFF7E0FA38B140F234
+:10377000DA613020FDF7AAFF042384F84C3204F00C
+:103780001DFD07F03BF9B4F89020A4F85E22002359
+:10379000A4F8923284F8613202B0BDE8F0870323C6
+:1037A00080F84C32F8E704F03DFBC4F89C02F3E7E4
+:1037B00002B0BDE8F0470AF0DDB940F26E71D8E71B
+:1037C000AC0D00202DE9F84306460C4615468ABB91
+:1037D00004F02EFB0121D4E94089074684F8E85023
+:1037E000D4F8CC0084F8D05084F8E91001F0CCF87B
+:1037F000D4F8CC00C0E9A08994F8C83080F894329D
+:10380000C0E9A289C0F898720AF0C8F920B140F264
+:103810001D713020FDF75AFF04F0D0FC07F0EEF8E0
+:10382000074994F8C800324605F028FB28B940F251
+:103830008171EEE74FF4F361EBE7BDE8F88300BF79
+:1038400019320000014B1882704700BFAC0D0020F8
+:10385000F0B5070CA7F5AA42144B543A012A03EA23
+:1038600090231FD927F4004042F6AA22801A18BFDD
+:1038700001200022162116461F2487EA060562EA67
+:103880000505013510D0DD03ADB245EA5606E50366
+:10389000ADB2013945EA52024FEA53034FEA5404EC
+:1038A000EBD1F0BD0020E4E70020FAE7E0FF3F00A5
+:1038B00010B501210020FEF71BFB044670B9012161
+:1038C000FEF7D8FA044620B940F21B313920FDF743
+:1038D000FDFE034B93F900100CF0D1F9204610BD0A
+:1038E000C00D0020304BF0B55A88B0F85C70B0F8CD
+:1038F0005A609D88974228BF1746964228BF1646B1
+:103900001B2E85B00C462ED0B5F5A47F2DD040F6E9
+:1039100048039D4201A928BF1D460AF0BBFBBDF824
+:103920000A309F4228BF1F46BDF80C30E780AB42EB
+:1039300028BF2B462381BDF806309E4228BF1E4675
+:10394000BDF8083066809D4228BF1D46A580FF2334
+:103950002370E3881B3B9BB2E02B08D94FF4B7617F
+:103960003920FDF7B3FE1B2FCED105B0F0BD638823
+:103970001B3B9BB2E02B02D940F2BA51F0E72389FE
+:10398000A3F5A4739BB2B3F5E06F02D940F2BC512A
+:10399000E6E7A388A3F5A4739BB2B3F5E06FE4D97F
+:1039A00040F2BE51DCE700BFC00D002008B50BF0AF
+:1039B000ABF900F0F3FE00F0E9FB0BF013FD01F0B2
+:1039C00087F801F023FF01F09BF8084B1B224FF40E
+:1039D000A4715A809980064B06499A80002219608A
+:1039E000DA825A821A835A7408BD00BFC00D0020C3
+:1039F000EC11002003021B00044B41F64C52C3E9BA
+:103A000002221B221A74FFF7D1BF00BFEC11002065
+:103A10002DE9FF41364DAB68044640F8303F0AF0CF
+:103A2000F6F9064600F0A2FB6687324E2B7C84F83E
+:103A3000383010F0200F33681DBFAA886988A4F8B9
+:103A40005A101B2208BFA4F85A20A4F85C205BB1CE
+:103A5000012302A88DF8083003940CF0B8FB3368FA
+:103A600094F96C1020889847AE7CEF7CB5F81480F0
+:103A700041F64C53A36116B900F07EFB064657BBD6
+:103A800000F07AFB074646B338B302A920468DF80A
+:103A900008608DF80970ADF80A800BF027FA6B7892
+:103AA00001932B7800936A88AB8804F1140104F128
+:103AB0001000FEF78FFA236913B940F28F5114E01A
+:103AC000636913B94FF4B2610FE0002004B0BDE8A0
+:103AD000F0810920FAE7002ED7D120880021FEF7D7
+:103AE0001DFA0028F5D040F27E513920FDF7EEFD99
+:103AF000EC11002050000020F7B505460E460CF0F2
+:103B0000F1F8002873D028460CF0CDF940B1B6F892
+:103B10000130013B7F2B03D91224204603B0F0BDB6
+:103B200028460CF0C4F908B90C24F6E728460AF038
+:103B30002EFA0028F8D128460CF092F80446002806
+:103B4000F2D1284602F01CFB0028E5D0B6F801703F
+:103B5000F17842F2107328465F430CF091F9284641
+:103B60000CF099F9014658B93A462846FFF788FC07
+:103B700004460028D1D041F616013920FDF7A6FDF4
+:103B800021460DF10600FEF73DF9064668B32146D1
+:103B900000F0FAFEBDF806303380284631460CF0BE
+:103BA0009CF928460CF089F998B928460CF087F959
+:103BB00001463046FFF72CFF04460028ADD13A46B7
+:103BC00031462846FFF75CFC044620B141F6390136
+:103BD000D3E70121EDE7074B9B68002B9DD0024600
+:103BE00006F599713046984797E70D2495E74224EA
+:103BF00093E700BFC00D0020034B5A8802801B785A
+:103C000083700020704700BFEC11002037B5837827
+:103C10001A2B054609D8042B05D9012202FA03F311
+:103C2000134A134205D112241AE0292B01D03B2B51
+:103C3000F9D12888B0F5706FF5D269460BF0B2F86B
+:103C400088B9019B93F8302102F0FF046AB9AA7881
+:103C500083F83121FF2283F8302168460BF09DFB69
+:103C6000204603B030BD0224FAE70C24F8E700BF79
+:103C7000200038040188A1F11B039BB2E02B0CD873
+:103C80004288A2F5A4739BB244F24810834204D840
+:103C9000034B002059809A8070471220704700BF64
+:103CA000C00D0020034B5A889B880280438000206F
+:103CB000704700BFC00D002038B504784278857881
+:103CC00004F0010352EA030104F0020401D11120BF
+:103CD00038BDBCB9002DFAD0002B08BF144601E056
+:103CE0000024254620460AF08EF90028EFD0284609
+:103CF0000AF089F90028EAD0054B00209C74DD7495
+:103D00009882E5E7002BEBD114461D46EAE700BF99
+:103D1000EC11002013B5008869460BF043F818B188
+:103D20000224204602B010BD019A92F84C32DBB258
+:103D300092F8B820002AF3D113F0FB0FF0D00198CD
+:103D400090F842310BB13A24EBE790F8E23003F0FF
+:103D5000FF04002BF7D190F8D9309B0706D101233F
+:103D600080F8423168460BF018FBDAE7024902227C
+:103D7000DA300BF04BFBD4E721FB0000F0B50778FD
+:103D8000EF2F85B004460D4603D91225284605B00D
+:103D9000F0BDB0F80130ADF80C309DF80C30DA060B
+:103DA0003FD49E0603F0030238D5002AEDD1180750
+:103DB000EBD46378190711D42179E278E07942EAEB
+:103DC0000122617942EA0142A17941EA0021207A87
+:103DD00041EA00418A42D8D81F2AD6D9627A013AEC
+:103DE000062AD2D8A27A032ACFD813F0040102D12E
+:103DF000023A012A03D8E27A012AC6D811B9A27C74
+:103E0000032AC2D813F01001227D19D0012ABCD197
+:103E1000227E012AB9D8B1B91125B7E7032AC6D144
+:103E2000B3E713F0600FB0D103F00F0203F0070304
+:103E3000052BBED0931E012BBBD9002AA5D1B8E714
+:103E4000022AE5D1A1E7DA071FD46378227D03F0C7
+:103E5000180108291ED1022ADED11B0709D4E279F4
+:103E6000A37943EA0223227A43EA0243B3F5804F5F
+:103E7000D2D8BFB201213846FEF73AF8064678B1EB
+:103E80000AF085F8B8B10C2580E700F031F9002878
+:103E9000DBD1C1E7022AE0D0A27E002ADDD0BBE759
+:103EA00001213846FDF7E6FF064650B3164B93F95D
+:103EB00000100BF0E4FE30460BF0EAFF21462870BC
+:103EC000E07430460BF02FFF637E0546002B3FF475
+:103ED0005DAF00287FF45AAF316B02466846FEF7AB
+:103EE00041F9306B2A46012109F04EFD316B6846DD
+:103EF0000422FEF737F9306B2A46294609F044FDC3
+:103F000044E7072542E700BFC00D002070B50579E2
+:103F1000042D8AB0034658D84488B4F5804F54D84D
+:103F20002B48465D284400214279857AC07BADF854
+:103F3000041042F0100242EA460242EA850242EAD6
+:103F4000C00202F01F028DF80420BDF80420ADF875
+:103F50000D201A888DF80F208DF81240120A240ABD
+:103F60008DF811108DF814108DF810208DF8134075
+:103F70005A7B8DF815205A798DF816209A79D3F846
+:103F800007008DF81720B3F80B209B7B8DF81E30AF
+:103F90007F238DF81F3001238DF80C1006908DF8CB
+:103FA0002110ADF81C208DF820308DF8223003A8A8
+:103FB0008DF823108DF824108DF825108DF826101B
+:103FC00001A9FFF7DBFE0AB070BD1220FBE700BFBE
+:103FD000240503000278034672B1427862B1428838
+:103FE0001A2A09D982881A2A06D9044A0068106058
+:103FF0009B8893800020704712207047EC110020AE
+:10400000024B02689A600020704700BFEC1100204C
+:104010000378A3F10A02112A9DBF024A00201374FB
+:1040200012207047EC11002008B5052000F090F830
+:1040300003F05CFB014B024A9A6008BDC00D0020F2
+:10404000E538000008B502F083F8FFF701FBBDE892
+:104050000840014802F066B8CC0D002010B50B4CAA
+:10406000012384F8023102F07BF80CF098F80AF092
+:1040700049FE04F203112046FEF74EFA002009F033
+:1040800029FCBDE8104000F071BE00BFCC0D00203F
+:1040900010B5064C064904F502700AF0CDFC04F593
+:1040A00003700449BDE810400AF0C6BCCC0D0020E6
+:1040B000540000205C00002010B5094C094904F5AB
+:1040C00002700AF0B9FC04F5037007490AF0B4FC69
+:1040D00004F504700549BDE810400AF0ADBC00BF0E
+:1040E000CC0D00206C000020740000206400002033
+:1040F000014B93F802017047CC0D002010B5074C1E
+:1041000000F02CFED4F808020AF08EFCFFF774FCD5
+:1041100000F09CFF012384F8143210BDCC0D002068
+:10412000014B93F814027047CC0D002010B5074CDA
+:10413000D4F80C020AF078FCD4F810020AF074FCEF
+:10414000FFF734FC002384F8143210BDCC0D00209E
+:10415000C2080549012300F0070003FA00F08B5C58
+:1041600018438854704700BF10000020014BD3E96A
+:104170000001704710000020034B1868C0F30020B6
+:10418000400040F0010070471000002008B504F026
+:1041900001FF084A002332F82310814205D302EBC5
+:1041A00083039B78044A137008BD01330C2BF2D1B2
+:1041B0000023F7E738050300E10F002010B544683D
+:1041C0002388A4F8903194F8683084F88F11012B7B
+:1041D00006D0022B04D040F281210620FDF776FAAA
+:1041E00084F8923194F86930012B01D0022BF2D17E
+:1041F00084F893310449022204F5C3700BF006F9E8
+:10420000002384F83C3110BDBBEA00004068084937
+:104210000388A0F8823190F8603080F8843190F8FB
+:10422000613080F8853100F279100BF0E9B800BFF9
+:10423000D1EA00002DE9F743456895F8973095F8E5
+:104240009680232B04460F462CD1973538460BF029
+:1042500083F800284CD038460BF078F88146384671
+:104260000BF076F801460AF088FC666848B396F8C9
+:104270006830984225D096F83C21012A0CBF96F868
+:104280003E2196F86420114232D0B8F1210F18D0A7
+:1042900096F86120114214D153B940F26D110620F5
+:1042A000FDF714FAB8F1210F40F0B3809635CDE751
+:1042B000042B01D0042831D1984294BF0020012062
+:1042C000B0B948460AF059FC002849D096F8693040
+:1042D000834245D096F83C31012B0CBF96F83F3114
+:1042E00096F8653019EA030F14BF01230023BBBB06
+:1042F000636893F83C21012A19D11E212046FFF75B
+:104300005DFFB8F1210F1FD1FA786368182A83F88E
+:10431000212110D040F26D217E20C1E7082BCBD0A7
+:104320000828C9D098422CBF00200120C8E70022ED
+:1043300083F83C21E5E7092283F8962093F8D230F0
+:1043400093BB40F27521E7E7002320462B700BF06A
+:1043500069F93946204603B0BDE8F0430BF086B951
+:10436000304601AA39460AF015FCD4F80480064606
+:10437000F8B998F83C31012B18D101462046FFF7D7
+:104380001DFF2E70636803F19702954202D100224F
+:1043900083F89720636803F1970295424FF0000578
+:1043A00034D120460BF03EF9002033E088F83C0180
+:1043B000E8E738460AF0CEFFA8F8AC026068B0F82B
+:1043C000AC32B0F89020013B9B1A9BB247F6FD72CD
+:1043D000934207D9282380F8B9301049B0300BF048
+:1043E0000FF8D7E790F897300D2B02D00A3B012B3E
+:1043F00001D82A23EFE79DF8043080F8AE329DF80B
+:10440000053080F8AF3225232B70C3E783F8D250F4
+:10441000CAE7022003B0BDE8F08300BFC5F6000084
+:10442000044B002283F822204FF6FF729A84DA842C
+:104430001A857047E20F0020054B9A8C824201BF1B
+:10444000002283F822204FF6FF729A84704700BF43
+:10445000E20F0020014BD884704700BFE20F00201C
+:10446000094A0346908C4FF6FF71884206D192F8B4
+:104470002210012905D01A60012070470020186021
+:1044800070470020704700BFE20F0020064B93F8F2
+:104490002220012A1FBF0120DA8C83F822009A848F
+:1044A00008BF0020704700BFE20F0020014B1885B5
+:1044B000704700BFE20F0020064B0246198D988C12
+:1044C000884205D193F8220018B11360012070478B
+:1044D00000207047E20F0020094B998C1A8D914201
+:1044E00001D0002070474FF6FF729A8493F8222083
+:1044F000002AF6D0002283F822200120704700BF56
+:10450000E20F0020054B998C1A8D914203BF93F85E
+:104510002200B0FA80F0400901207047E20F00202D
+:1045200050B90A4A1346012003F8010B0868C2F883
+:1045300001008A889A807047012805D1034B0A68D8
+:104540009A608A88D8719A81704700BF0C10002049
+:1045500048B90A4B187880B1D3F80120B3F8053078
+:104560000A608B807047012806D1044BD87920B1AE
+:104570009A680A609B89F4E7002070470C100020BD
+:1045800020B9054B187800F00100704701280ABFD8
+:10459000014B0020D879F6E70C100020F7B5002277
+:1045A0008B888DF80600ADF8043008680C4B8DF848
+:1045B0000720019D1C78014603F5AC73D0B28442FC
+:1045C00001D8082009E0D3E90076AE4208BF8F4247
+:1045D00003F1080302F10102F0D103B0F0BD00BF06
+:1045E0002010002030B5094B01465C78002203F50D
+:1045F0008173D0B2844201D8082005E013F8015B32
+:104600008D4202F10102F4D130BD00BF2010002024
+:10461000F0B5254D95F8984189B0224605F29911DB
+:10462000684608F0E1F9214668460AF08CFB04462A
+:10463000B8B300EB4001C9B202A8FDF7D7F9601E7C
+:1046400095F8A161C0B2012495F8982105E0731C8A
+:10465000B3FBF2F102FB1133DEB206F120030DEBE6
+:10466000030111F8203C002BF1D100EB4002203275
+:104670006A4406EB46032B4412F8187C83F8A271B7
+:1046800012F8177C12F8162C83F8A37183F8A42172
+:1046900001F8204C0138AB19C0B2FF2883F89941CA
+:1046A000D2D109B0F0BD00BF2010002070B5064681
+:1046B00088B00C46002A4FD02A4A92F8A131D0186F
+:1046C00090F8991121B94FF480712820FCF7FEFF72
+:1046D00003EB43011144013391F8A251E57091F8C5
+:1046E000A35191F8A41161710021257180F89911ED
+:1046F00092F89811B3FBF1F001FB103382F8A1316D
+:1047000092F8C23123B9184902F5DD700AF07BFE38
+:10471000657905F03F0545F0400565710D220021E2
+:10472000684608F0D9F9E3788DF80F3023798DF8D1
+:104730000E3004AA0423694630468DF80D5007F068
+:10474000BDFE9DF81F3023709DF81E3063709DF8EC
+:104750001D30A37008B070BD03216018FDF746F945
+:10476000D6E700BF2010002011460000044B5A7805
+:10477000824286BF1B1893F84A010020704700BF91
+:1047800020100020044B5A78824286BF1B1893F8F1
+:1047900042010020704700BF20100020064B00227D
+:1047A0004FF461711A8083F8C32183F8C421A3F800
+:1047B000C61183F8C221704720100020014B83F8F6
+:1047C000C401704720100020014BB3F8C6017047A8
+:1047D0002010002030B50A4B5C7884420ED9184472
+:1047E00090F802012B3003EBC004A5790D7053F84B
+:1047F00030001060A3889380012030BD0020FCE7CA
+:10480000201000200246074810B590F8C34124B19B
+:10481000417821B1023002F08FFF204610BD0C46D6
+:10482000FBE700BF201000202DE9F74F2F4C9A46E0
+:10483000637883428046894656D9231893F84251BB
+:1048400085F00105F9B193F84A31E3B945F0020763
+:104850000135BAF1000F18D1FA070AD5062101FB7C
+:10486000084104EB0810524601F585718230FFF7CC
+:104870001DFFBB0734D504EB0810524649460230F1
+:10488000FFF714FF2CE02F46E3E794F8A1614FF007
+:10489000010B002DE0D0A319019393F8991199B958
+:1048A0000092DAB100F0A2FB06EB46012144019B25
+:1048B00081F8A2014FEA102C009A81F8A3C1000CE4
+:1048C00081F8A40183F899B194F898310136B6FBC8
+:1048D000F3F103FB1166F6B2013DDAE747F0040796
+:1048E000384603B0BDE8F08F0027F9E7201000201C
+:1048F000074B5A78824209D91A1892F842212AB9EC
+:10490000062202FB003000F58570704700207047DA
+:1049100020100020064B5A78824281BF1B1893F862
+:104920003A01B0FA80F0400998BF0020704700BFFC
+:104930002010002030B50024A0F85040B0F85440BA
+:1049400042F210754C43B4FBF2F4A0F85440541EEC
+:1049500005FB0343B3FBF2F3A0F85230094BB3FB62
+:10496000F2F30133A0F85830B0F84C3005FB0344A3
+:10497000436CB4FBF2F459438464B1FBF2F2426439
+:1049800030BD00BF005A620270B504460D4659BBE7
+:104990004FF4367208F0A0F8012384F89E304923C2
+:1049A00084F8E930042384F8EA306FF03B0384F89C
+:1049B000EB306F2384F8EC306FF03F0384F8ED3078
+:1049C0002B2384F8E830FE2384F826317F2384F8F3
+:1049D00095301E4BC4F88030202384F8EE5084F8C4
+:1049E000EF5084F8943270BD012922D100238269EE
+:1049F000A0F81E3280F81332154B1344B3FBF2F3C8
+:104A0000C0F8C03040F6B833A0F8C4301146438C2B
+:104A10007830FFF78FFF0BF07CFF30B1E069FEF7D5
+:104A200017FF10B984F8FF51DDE7002384F8FF3148
+:104A3000D9E70229D7D1B0F8BA32D0F8B4228169C7
+:104A4000BDE870407830FFF775BF00BF00E0FCFFA5
+:104A50007FC3C901034B80F86C101B680BB1008841
+:104A6000184770477C000020074B93F9003018442A
+:104A7000142804DC10F17F0F03DB40B270471420D0
+:104A800070476FF07E007047E811002007B57F2364
+:104A90000DF107008DF8073003F044FD9DF9073054
+:104AA00068B10A4A5078404243FA80F0142808DC82
+:104AB00010F17F0F07DB40B203B05DF804FB18462E
+:104AC000FAE71420F8E76FF07E00F5E7E811002020
+:104AD000024B00221A705A70704700BFE811002084
+:104AE000054BFF221A70054A0168116001791171A6
+:104AF00000221A70704700BFEA1100201800002041
+:104B000007B5064B186800901B798DF8043068468D
+:104B1000FFF7E6FF03B05DF804FB00BF9C4C030009
+:104B20000346407848B1DB783A2B05D8034AD35C7A
+:104B30001B1A58425841704701207047680503000E
+:104B40003A2908B5C17003D8064B5B5C437008BDB9
+:104B5000FF2904D04FF489612A20FCF7B7FD012317
+:104B6000F4E700BF680503002DE9F04385B08946EE
+:104B700002A9144698460AF015F9054600283CD1CA
+:104B8000039E34B9012486F89D40204605B0BDE857
+:104B9000F08337692146384608F09FFC014670B320
+:104BA000194B5B88A3422CD301AA384608F0EAFDD2
+:104BB000019B1D809D7096F89D300198002B0CBFC5
+:104BC000494602210AF013FB019822464146033070
+:104BD00007F00AFF2146384608F0B4FC044618B92D
+:104BE0007B212B20FCF772FD02A80AF0D6FB039B69
+:104BF000A3F80A5286F89D50C7E70124C5E704468A
+:104C0000C3E72C46C1E700BFEC110020024B987DA2
+:104C1000C04300F001007047EC110020034B987D69
+:104C200080F00200C0F34000704700BFEC1100208C
+:104C300010B5094C14220021204607F04DFF122226
+:104C4000002104F1140007F047FF01232373231D03
+:104C5000C4E9003310BD00BF081200207FB505462F
+:104C60000C4619B9F1211020FCF730FD03888B8028
+:104C700000234B724669304608F076FD014608B9BC
+:104C8000FA21F0E701AA304608F07CFDE08008B97F
+:104C9000FF21E8E7FB2802D940F20111E3E7019880
+:104CA0000AF0ADFA012801D0022805D1207220684F
+:104CB00028B94FF48C71D6E740F21111D3E701996E
+:104CC000E288033107F090FE304608F063FD10B92A
+:104CD00040F21D11C7E70021304608F097FC10B9DB
+:104CE0004FF49171BFE70B4BDA7D82B11A8B2888A4
+:104CF000013A02A91A830AF055F810B140F22B11BB
+:104D0000B1E7039AB2F8AE300133A2F8AE3004B086
+:104D100070BD00BFEC11002010B520B940F21B217E
+:104D20001020FCF7D3FC41600272EFF3108472B6DE
+:104D3000094B1A1D0260596819B1097A012908BF87
+:104D40001A601A681060186004B962B6BDE81040B5
+:104D500093F8260007F0DEBC08120020024B83F80F
+:104D60002600FFF765BF00BF08120020014B024A72
+:104D70001A607047800000205D4C0000F7B54F4D71
+:104D80004F4F06466B681B7A0C2B06D1FB7D23B177
+:104D90003B8B13B9002003B0F0BD2B699BB11B7A8C
+:104DA0008BB12C69002CF5D0237ADBB2052222725C
+:104DB000023B0A2B73D8DFE803F0173247727250B8
+:104DC0007272727265006C68237A012BE2D0EFF385
+:104DD000108372B66A6812686A6003B962B6237A91
+:104DE000002BDAD02C61DFE7636823B940F2A11110
+:104DF0001020FCF76BFC2046314698470420EFF367
+:104E0000108372B6227A052AD1B201D000294FD17F
+:104E1000002222722A61002B46D162B644E0636808
+:104E200013B94FF4D571E3E731462046984703465E
+:104E3000C3F30723012BADF80400C0B232D0022B1C
+:104E4000DDD100232B612FE0636813B94FF4DA71D1
+:104E5000CEE7204698470020D1E763680BB9C6210A
+:104E6000C6E70B2232701988A6F80310012200242D
+:104E70001869B2707271B471214608F0C7FB2C61D9
+:104E8000042088E7606810B940F2DF11B0E70D4BED
+:104E900031461B68984700232B6102207BE74FF4C3
+:104EA000F471A5E70323237200283FF46BAF72E788
+:104EB000002B7FF467AF62B664E700BF08120020E2
+:104EC000EC110020800000200448037F23B904492E
+:104ED000022214300AF088BA704700BF081200207E
+:104EE000DBF300001B234FF01B12838403848261D9
+:104EF0008382C260038539B94FF4A473034AC38423
+:104F00004384C261C3820261704700BF4801480107
+:104F100003460846B3F85420B3F848109142F0B560
+:104F200028BF1146B3F84C40B3F85620B3F84450AC
+:104F3000DF8FB3F84260D987A24228BF2246B3F878
+:104F40004640A3F84220944238BF14468D4238BFF1
+:104F50000D468F42A3F84450A3F846402DD1B61A0F
+:104F600018BF0126B3F84A50B3F85040B3F852E0E6
+:104F7000B3F83CC0B3F84070A54228BF2546B3F84B
+:104F80004E409D87744528BF7446AC45A3F8404009
+:104F900002D1A74200D196B11B88A0F80930A0F831
+:104FA0000B50A0F80D40A0F80F10A0F81120BDE89C
+:104FB000F040034902220AF029BA0126D2E7F0BDE7
+:104FC0001FF400000B8BA2F80B304B8BA2F80D30B6
+:104FD0008B8BA2F80F30CB8BA2F809000249A2F804
+:104FE000113010460AF00CBA5FF40000094AD2E909
+:104FF0000003434083EAB01181EA43214FEAF343BF
+:105000005360054B116058434FEAF06000EB80009D
+:10501000704700BF30120020BB79379E094AD2E9A1
+:105020000203434083EAB01181EA43214FEAF3438C
+:10503000D360054B916058434FEAF06000EB80006D
+:10504000704700BF30120020BB79379E38B50A4C3C
+:1050500004F1080508212846FCF7C8FCD4E902231E
+:105060001343F7D0FFF7DAFF2060FFF7D7FF23687D
+:1050700060600343F6D038BD30120020174B184A49
+:105080009A60184A5A60184A1A60184A9A62184A6E
+:10509000DA62184ADA60184A9A61184A1A63184A9A
+:1050A0001A62184ADA64184A9A64184A5A62184B03
+:1050B000184A9A60184A5A62184ADA62184A1A61FB
+:1050C000184A5A61184A9A61184A1A63184A9A6427
+:1050D000184ADA64184A9A63704700BF84000020B7
+:1050E0002BF700001D53000089530000C7F8000093
+:1050F00099F9000013F90000AFF9000045560000CF
+:10510000DD5400009BFA0000C3FA00003555000092
+:105110007001002057F700005BFA0000D1F9000091
+:1051200041540000F5F90000795400003FFB0000F5
+:10513000FBFA0000E9FA000035FA0000044B054ACA
+:105140005A65054B054A1A65054A5A65704700BFFE
+:1051500084000020C3F70000700100209DF70000CC
+:105160003DF80000054B064A9A65064A1A66064B4A
+:10517000064A9A65064ADA65704700BF8400002037
+:105180002BEC0000354200007001002055EB0000C0
+:10519000D3EC0000252A70B505460C4618D8012A24
+:1051A00019D9023A232A16D8DFE802F01A15252465
+:1051B00024331535152439444815154D24246767C3
+:1051C0006D7415151515151515151515158089907E
+:1051D000FF2A00F0828040F2D6315120FCF776FAA7
+:1051E00002784368012A02D193F8283101E093F84C
+:1051F0003131237170BD4168204601F50A710AF012
+:1052000068F86968204601F50C71BDE870400AF045
+:1052100062B84368E8E7BDE8704000F0F7B90D23D5
+:105220000B7159234B7100238B71FB23CB7111231D
+:105230000B72DFE7436893F82231DAE7BDE870408C
+:10524000084600F0D1B90378466873B996F828315A
+:105250005BB196F8251120460AF08DF896F82411D6
+:105260002046BDE870400AF08AB896F8231120461F
+:105270000AF081F896F82211F2E741682046BDE86D
+:1052800070400AF007BA436893F83E21227193F800
+:105290003F3109E0436893F83C21012AF4D093F8A8
+:1052A00064200A7193F865306371A3E7104B1B68A3
+:1052B000002B9FD002462320BDE8704018470C4BBE
+:1052C0001B68002B96D002462420F5E7084B1B688C
+:1052D000002B8FD002462520EEE74368204693F846
+:1052E000A722D3F8A812BDE8704009F08CBF00BF18
+:1052F0005C0200203A289ABF024B53F8200000209D
+:10530000704700BF840000203A289ABF024B53F830
+:1053100020000020704700BF7001002070B50446D7
+:1053200040680D4690F8972001230021783009F05D
+:1053300046FD20B32846666809F0AEFFA6F8AC0229
+:105340006068B0F8AC32B0F89020013B9B1A9BB279
+:1053500047F6FD72934208D9282380F8B9300949ED
+:10536000B0300AF04DF8002070BD00F2AE212846A2
+:1053700009F08DFF63680A2283F89720F3E7012084
+:10538000F2E700BFC5F6000070B5054640680C4660
+:1053900090F8972001230021783009F010FD0028B3
+:1053A00049D00021204609F045FF28B9214628466A
+:1053B000BDE870400AF05AB96868B4F80D30B0F82A
+:1053C0009020A0F8AC32D24313449BB247F6FD7252
+:1053D000934208D9282380F8B9301849B0300AF030
+:1053E0000FF8002070BD204609F01BFF6E6840F2E8
+:1053F000E2425043C6F8B4022379C3EB431103EBF6
+:10540000810303EB83035B00A6F8AE32B4F80530EA
+:105410005343C6F8B032204609F006FFA6F8B8029A
+:1054200020466E6809F003FF6B68A6F8BA020D22E9
+:1054300083F89720D5E70120D4E700BFC5F6000028
+:1054400008B5406890F89730152B04D04FF492714E
+:105450001F20FCF73BF9012380F8D730162380F892
+:105460009730BDE808400349022200F52F7009F08B
+:10547000BBBF00BF9FF8000038B5436893F8972082
+:105480001C2A044604D040F271111F20FCF71EF9BB
+:1054900093F8D8101D88002283F8D72003F5F970FF
+:1054A00071B10C4983F8D82083F8FB21A3F8FC5193
+:1054B000022209F099FF6368002283F8972038BD23
+:1054C000012283F8FB1183F8FE210349A3F8FC5164
+:1054D0000222EEE78BF8000073F80000436830B555
+:1054E000D3F8884014F001001FD14D68104A896834
+:1054F000A3F8D4002A40C3F8E820C2F3076242F0C0
+:10550000080221F41E5121F0100183F8EB2093F8DA
+:10551000D6200904090C013244F00104C3F8EC1050
+:1055200083F8D620C3F8884030BD0120FCE700BFD7
+:105530002F4904F770B54468037894F896200D4617
+:1055400004F17800072109F03AFC80B36968AA6881
+:10555000194B22F41E520B40C4F8E83022F010021E
+:10556000C3F3076343F008031204120C84F8EB3012
+:105570000023C4F8EC2084F8D23084F8963094F8F4
+:105580009C2102F0FF06A2B92388A4F89E3184F87A
+:105590009D616B68C4F8A031AB680849C4F8A431B8
+:1055A000022204F5CA7009F01FFF304670BD0126C3
+:1055B000FBE71E46F9E700BF2F4904F713FA000086
+:1055C000406890F89C315BB90388A0F89E311A239B
+:1055D00080F89D310349022200F5CA7009F004BF2A
+:1055E000704700BF13FA000010B50446FEF7BEFD79
+:1055F00021F41E51044B21F0100109040340090C51
+:105600006360A16010BD00BF2F4904F737B50C4699
+:105610004568FEF7ABFD0A4B95F8E82021F41E51D2
+:1056200021F01001034009040093090C13408DF888
+:10563000003001916B4603CB6060A16003B030BDC8
+:105640002F4904F738B54468037894F896200D463E
+:1056500004F17800082109F0B2FB18B9D4F88830B9
+:10566000980744D494F8D93099071DD4284609F0F6
+:1056700035FE84F8E300B5F80530A4F8E430B5F859
+:105680000730A4F8E63094F8D93043F0020284F8E9
+:10569000D920DA0702D494F842312BB115490222FD
+:1056A00004F1DA0009F0B2FE94F8D930DB0713D424
+:1056B000D4F8883013F0020203D056214020FCF7C2
+:1056C00005F843F00203C4F8883094F8D630A4F803
+:1056D000D420013384F8D63094F89630012B4FF063
+:1056E000000003D184F8960084F8D20038BD012070
+:1056F000FCE700BF21FB0000044B9B685843C3F547
+:1057000080534B4303EB2030704700BF4012002012
+:1057100070B54568044602F07FFB85F88700FFF707
+:10572000B5F97F28014685F895000ED0D5F88000A0
+:10573000FFF7E2FF054BC5F880001B7B2BB1044B44
+:1057400020461B68BDE87040184770BD401200201D
+:1057500064020020014B1B68184700BF6002002054
+:10576000F0B5204E054630780024147080B1431EF9
+:105770007768DBB2181B01280BDC07EBC40057F875
+:1057800034604068884208BFAE4212D114700120D4
+:10579000F0BD1819461007EBC60E57F836C0DEF8F4
+:1057A0000460AC45C0F347008E412CBF034604465D
+:1057B000E0E7B54271EB000002D214700020E7E789
+:1057C00007EBC30057F833404068884208BFAC423B
+:1057D00001D11370DBE7A542814128BF013313706B
+:1057E000ECE700BF5012002010F0070208B503D00C
+:1057F00063214820FBF76AFF18B1034B1972586008
+:105800001A70C80008BD00BF50120020014B0022D2
+:105810001A70704750120020014B187A704700BF71
+:10582000501200202DE9D3430AF0BBF90DF1070215
+:1058300007460E46FFF794FF98B9114C2278237A59
+:1058400093420ED0616813466FF0604E9DF80700DA
+:10585000984209D301EBC003C3E9007601322270FC
+:10586000012002B0BDE8D08303EB0E0001EBC000C5
+:10587000D0E90089013BC0E90289DBB2E6E700BF5D
+:105880005012002037B50AF08CF90DF10702FFF72E
+:1058900067FF0446A0B10C4A9DF8070013785568CD
+:1058A000013BDBB213701A1AD2B2411CD200834200
+:1058B00038BF002205EBC10105EBC00007F04EF830
+:1058C000204603B030BD00BF5012002038B5074D50
+:1058D000044600F15101286809F0FFFB94F85010CC
+:1058E0002868BDE8384009F006BC00BF5C12002003
+:1058F000F8B504460E466588407F15F0040113464E
+:1059000018BF04F15F013246FEF78EFFC20705465D
+:105910000BD5012384F85030607FFEF7E9FF036860
+:10592000C4F851308388A4F85530AB070CD5094E24
+:105930000127306884F85E7004F15F0109F0D4FB40
+:105940003068394609F0E0FB85F00400C0F38000C0
+:10595000F8BD00BF5C12002038B5C38D0E4D013379
+:10596000C385AB7C04462BB102F0CEFD01F016FFDF
+:105970000023AB7400232B7194F871302BB10121FB
+:105980002046BDE8384008F0B8BA637C13B1E28D18
+:105990009A42F4D20021F3E75C12002070B5294C42
+:1059A0002379012B07D02379022B04D040F6E24162
+:1059B0002D20FBF78BFEA0B90125A37C1BB102F0C3
+:1059C000A3FD01F0EBFE002D3AD0E06908F00DFADE
+:1059D000002830D002F0A8FB236ABDE870409B6825
+:1059E00018472168E26911F8095B02F15103E809DF
+:1059F00092F8502009F089F90028DDD020680021B4
+:105A000009F0A7FB0028D7D02379E069012B05D046
+:105A10002379022B02D040F6BB41C9E72379226AE1
+:105A200003F180435269013B05F00F0152F8233026
+:105A300098470546C1E7E069BDE87040FFF78CBFB5
+:105A400070BD00BF5C12002010B5134CA37C1BB1CD
+:105A500002F05AFD01F0A2FEE06908F0C6F970B14B
+:105A60002379E069012B0FD12379226A03F1804366
+:105A7000D268013BBDE8104052F823301847E06976
+:105A8000BDE81040FFF768BF2379022BECD040F649
+:105A9000E7312D20FBF71AFE5C12002018B1084BED
+:105AA000D869FFF759BF51B1054A1379116AD06916
+:105AB000096903F18043033B51F8233018477047CD
+:105AC0005C1200202DE9F043032985B0054690467D
+:105AD0007ED090F8703003F0FF02002B7DD10529B5
+:105AE00004D16B88DE0760D5002A5ED10127DFF87C
+:105AF000F09099F81260B6B109F03CF9082888F8DE
+:105B0000000014D002AA0DF10701FEF763FE20B9D0
+:105B100040F642712D20FBF7D9FD9DF8070002A940
+:105B20000AF04BF8064698F80030082B08D1D9F84F
+:105B3000001011F8030BC0F380100AF03EF806467F
+:105B4000D9F8001095F8572011F8030B05F1580308
+:105B5000C0F3801009F0D9F8D9F80010044611F804
+:105B6000030BC0F3801009F0FBF88146FEF7D2FE6C
+:105B7000014640B1B9F1080F1BD04846FEF7F6FDCB
+:105B800080F00101C9B298F80000082815D094B936
+:105B90006B7F1C1A604260416B885A0706D421B99A
+:105BA00096B9EB7C93B1BB4210D0002005B0BDE8A4
+:105BB000F0830021E7E70120EEE714B181F0010452
+:105BC000E4B204F00100E7E73046EFE70120EDE73B
+:105BD00043889B07E9D5022789E70529E5D180E7B6
+:105BE0005C1200202DE9F04F85B008230DF107026B
+:105BF000052104468DF80730FFF764FF064620B9FB
+:105C00000026304605B0BDE8F08F7D4D2968EA7C5E
+:105C100011F8030B05F11403C0F3801009F075F8B7
+:105C200007460028ECD12B68216A184691F89E207F
+:105C300010F803CB02EA5C1202F0010281F89E2008
+:105C4000D3F80320C1F803208288A1F807201A4660
+:105C5000216A12F81F0BC0F38010887012798DF83A
+:105C60000C20D3F80F20D3F81F00CA615A7D029090
+:105C7000187D120442EA0022D87C02434A62B3F83B
+:105C8000192040F2E24808FB02F28A619A7DC2EBD9
+:105C9000421002EB800202EB820252008A85B3F8C6
+:105CA000172008FB02F28A62B3F81B200A84B3F8BB
+:105CB0001D204A8493F8243003F01F0381F8AA3092
+:105CC000D4F8209094F912B002A909F19E0009F0CD
+:105CD0005AF92B6893F824305B0989F8003240F2B6
+:105CE0000113A9F868304FF0FF0A89F86AA0394615
+:105CF00009F13000FFF7F6F859464846FEF7AAFECC
+:105D0000236A84F87B701A88A4F87C2084F899A010
+:105D10004FF6FF72A4F89A209A69B2FBF8F2A4F841
+:105D200092201A8CA4F894205A8CA4F8962093F808
+:105D3000002284F89820227F9DF8070004F1860154
+:105D40005AB394F85020012A27D194F8562002F033
+:105D5000C002402A21D1D4F85120C4F88620B4F8DA
+:105D600055208A809A7884F87F20082803F1030759
+:105D700004F18002D3F8033004F18C0136D0C4F86A
+:105D80008C30BB888B8004F17F01FEF723FD40B986
+:105D90004FF444612D20FBF799FC0022C4F88620C3
+:105DA000DFE794F87F3043F0020384F87F30154931
+:105DB000022204F1720009F017FB236A12491A88C3
+:105DC000A4F8B32093F89E3084F8B530022204F191
+:105DD000AA0009F009FB0D4B206A1B6800222A71FA
+:105DE000002B3FF40EAF214698470AE7C4F88030F5
+:105DF000BB8893800023C4F88C308B80D7E700BF2A
+:105E00005C120020FDFB0000CFFB00006C020020B4
+:105E1000032973B5044604D0052953D0012002B0EC
+:105E200070BD08230DF107028DF80730FFF74AFE19
+:105E30000028F3D0237C284D0BB39DF8070094F87D
+:105E4000BE30E3B9237884F8BF30082804F1C102DA
+:105E500029D004F1C001FEF7BDFC20B940F6BF71A6
+:105E60002D20FBF733FC94F8C03043F0020384F894
+:105E7000C0301A49022204F1B60009F0B5FA2B68C5
+:105E8000062204265A701E702046FFF71FFD94F864
+:105E90004020E16B286809F04DF928682E7102F066
+:105EA000C5FA0020BBE72868034613F8031BC1F3BB
+:105EB000801184F8C010D0F80310C4F8C1109B887A
+:105EC0009380D6E7064B1B6823B1984780F001000A
+:105ED000C0B2A4E71846A2E75C120020E5FB000070
+:105EE000680200202DE9F04104460E4619B300F186
+:105EF000280528460AF07DF8A0B963881A072ED530
+:105F000028460AF08DF8074628460AF072F8381A33
+:105F1000C0B20AF095F8544A936803442846936047
+:105F20000AF043F828460AF045F802F0BBF8217958
+:105F3000252001F0BBFF4C4D94F85E20286800231B
+:105F4000037043706388103B0D2B57D8DFE803F0D4
+:105F500052564E0C563956565656565656392046B7
+:105F6000BDE8F041FFF7F8BC06234370202303701F
+:105F70002046FFF7ABFC638823F008039BB2152B88
+:105F800005D094F83820616B286809F0C4F82868B7
+:105F900002F04CFA03232B7136B16388102B32D1F7
+:105FA0002179002002F084F86388103B0D2B56D82D
+:105FB000DFE803F058554F4F554F5555555555553A
+:105FC000554F0C2343702123037042B104F15F014C
+:105FD00009F08AF80121286809F096F8C8E704F169
+:105FE000580109F081F894F85710F4E7062303707C
+:105FF0004370BDE7022303700623F9E740F25561C1
+:106000002D20FBF763FB04F128084046EF680AF0F7
+:1060100007F80646404609F0ECFF013E301A618859
+:106020002822C0B200F03AFA63881B07074406D55D
+:10603000AB681F440AF001F83844C4F8D80022794C
+:106040003946002002F068F90028ADD140F65751DA
+:10605000D6E721790120BDE8F04102F06FBA40F6A1
+:106060006B51CDE7BDE8F0815C12002038B5438864
+:10607000102B044604D1BDE838400121FFF732BFA0
+:106080000B4DAB7C23B101F06FFB402002F030FAE6
+:10609000286802F0CBF9608810F0040002D1217961
+:1060A00002F04CFA002002F0FFF901232B7138BDF9
+:1060B0005C120020024B0121D869FFF713BF00BF1B
+:1060C0005C12002010B50B4B1A798AB11A79DC6981
+:1060D000012A02D01A79022A05D19B7C1BB102F059
+:1060E00013FA01F05BFB2046BDE81040FFF734BC1B
+:1060F00010BD00BF5C12002010B50948037903F001
+:10610000FF0453B918222146043006F0E5FC02F0E2
+:10611000FBF901F043FB204610BD0C24FBE700BF58
+:106120005C12002010B5094C002323712060FFF79A
+:10613000E3FF20B140F225312D20FBF7C7FA236A97
+:1061400013B94FF44A71F7E710BD00BF5C1200208D
+:10615000014B024A1A6270475C120020446400003E
+:10616000034B044A1A60044B044A1A60704700BF8C
+:1061700068020020E55B00006C020020C5370000CB
+:106180002DE9F041067DB31EDBB2012B04468CBF26
+:106190004FF000084FF001087EB3B71E18BF01276B
+:1061A000012B36D800F1580190F8570008F0D8FDBF
+:1061B000082805462DD0FEF7E5FA58BB657784F828
+:1061C0001C8084F85070FEF7FFFA05460AF0D8FAF2
+:1061D000174BA5FB03351B1845EB01050022C4E94D
+:1061E000123584F85E2011462046FFF781FB70B916
+:1061F00040F2C2412D20FBF769FA3746082504F129
+:1062000051010020FEF7A4F90028D7D10020BDE8F5
+:10621000F0810825022EF2D0E37E002BF6D0D4F8D0
+:106220001530C4F85130B4F81930A4F85530C5E72A
+:1062300040420F002DE9F041634E337986B00446A9
+:1062400003F0FF0513B90378FF2B04D140F6DE11EC
+:106250002D20FBF73BFA5D4B02935D4B03935D4BA7
+:106260000493336A75715B6880F8715002A80593D6
+:106270003582B560B57102F0D1F801F055FE02F03B
+:1062800043F901F08BFA544801F0E6FE04F12807C7
+:10629000524802F0BDF8384609F087FE384609F04A
+:1062A00089FE01F0FFFE2179252001F0FFFD94F920
+:1062B000120001F0CBFE2846217901F0C5FF05460A
+:1062C000F06030B92046FFF747FB284606B0BDE82E
+:1062D000F081012104F1680008F00BFD04F13401A4
+:1062E000206B07F06EFB04F13C010746206B07F0C2
+:1062F0008FFB05461FB194F82430002B3ED10DB121
+:1063000094F82550237F13B963885B070AD5D4E935
+:1063100012126FF000439A4208BFB1F1FF3F2FD134
+:10632000002D35D130680330FEF76CFA6588B07403
+:1063300015F0010546D00023276ACDE90033FF237D
+:10634000F37407F10A086846FBF70CFE0028BCD17D
+:10635000009CA742F7D07A7A607A434604F10A019A
+:1063600008F0D3FC0028EED0A378F374D4F803002F
+:1063700070611B4BB4F807209A80A6E70125C1E79E
+:106380000AF0FEF9D4E91223904271EB0303C7D35C
+:10639000012205EA02012046FFF7AAFA68B1FEF7DA
+:1063A00013FA05460AF0ECF90E4BA5FB03351B1852
+:1063B00045EB0105C4E91235B4E7002DB2D040F633
+:1063C0001F2145E7012580E75C120020495A0000A3
+:1063D0009D5900009D5A0000D6BE898E5555550026
+:1063E0007012002040420F00024BD8611B6A1B68EC
+:1063F000184700BF5C12002043881B0710B50446F5
+:1064000012D5036A0A493C2280F87B201B88A0F839
+:106410007C30FF2380F899304FF6FF73A0F89A3054
+:106420000222723008F0E0FF012384F8713010BDC1
+:10643000FDFB0000115E00006D6000005DFC0000CF
+:1064400057FC0000C3FE0000C5600000B5600000FE
+:106450004064000038640000346400000138022801
+:1064600008B503D9CA212F20FBF730F913290A4BAD
+:1064700005D811290CD8102907D0D821F3E7152900
+:10648000FBD103EB4003D88801E033F8100008BDCE
+:1064900003EB40039889FAE7A405030008B5431EFF
+:1064A000DBB2012B05D91D291ED0EE212F20FBF7D1
+:1064B0000DF910390D291BD8DFE801F0071A111169
+:1064C0001A0C1A1A1A1A1A1A1A160B4A02EB430352
+:1064D000588A08BD084A02EB4303D88AF9E7064AFE
+:1064E00002EB4303588BF4E740F25A335843F0E78A
+:1064F0004FF48171DAE700BFA405030008B5084B2B
+:10650000586890F89C304BB990F8972001230621E9
+:10651000783008F054FC00F0010008BD0120FAE7D3
+:1065200080120020F8B52D4B1A89402842EA00025B
+:106530001A8105D158680421BDE8F840FDF7AAB8D2
+:1065400000F00302032A04D140F60E213120FBF7AC
+:10655000BDF810F0020418BFD960C50705D5CA7888
+:106560001961062A0DD00B2A18D02CB1DA68D2781E
+:10657000052A1FD00B2A2AD0820644BF08221A758A
+:10658000F8BD5A6892F897101829EED10026002716
+:106590000121C2E93E6782F89B10E6E75A6892F84B
+:1065A0009710122901BF002182F89B10012182F867
+:1065B000D810DAE75A6892F897101629DCD100242F
+:1065C0000025C2E94045012182F89C10D4E75A68B1
+:1065D00092F897101129CFD10021F5E78012002001
+:1065E00013B5044601A8FDF73BFF20B940F2ED7159
+:1065F0003120FBF76BF822220021019806F06CFA9B
+:106600000198032108F0F3FD0198037823F01003AB
+:1066100003702146FEF794FA019906482246FEF7D8
+:10662000B9FDFDF733FF10B940F2F771E0E702B0B2
+:1066300010BD00BF8012002070B5274C636893F82E
+:10664000AE6293F8AF52002E3FD193F86810002D40
+:106650003DD193F8692083F8681083F86920FF2200
+:1066600083F86A201D4B1B680BB16068984763680C
+:1066700093F83C31012B02D056EA050303D01648AB
+:106680000021FDF79BFD6068303008F036FF0546BD
+:10669000606800F25311FEF73BFC60680521FCF7CF
+:1066A000F9FF6068303008F028FF8542044610D2B8
+:1066B00002F020FC0146601B322838BF322005F072
+:1066C000E9FAB0FA80F0400970BD3146BFE72A46CA
+:1066D000C1E70120F8E700BF80120020740200200B
+:1066E000002908BF1F21172810B503460BD80D2815
+:1066F0000DD90E3809280AD8DFE800F00B0909097E
+:106700000B090B09110BA0F12303022B24D9002044
+:1067100010BDBDE810400021184609F095BC124C90
+:10672000606890F89630212B09D12046FDF746FD90
+:106730006368002283F8962083F8D220E7E72E2BA7
+:10674000E5D190F8972001230B21783008F037FB32
+:106750000028EDD12A21E8E7044B1B68002BD6D096
+:10676000BDE81040184700BF8012002070020020D2
+:10677000114B09790246586890F89630212B11D0B8
+:106780002E2B0FD0282B0FD0042B0FD00F2B0FD078
+:106790001D2B0FD090F89730232B14BFFE2017200D
+:1067A000FFF79EBF1620FBE72320F9E70E20F7E74F
+:1067B0001220F5E71420F3E78012002008B50C4BF7
+:1067C0005B6893F82621FE2A04D040F2FC71312048
+:1067D000FAF77CFF83F8260111B9A3F8D41008BD9D
+:1067E0000022A3F8CE20012283F8D220F7E700BFD1
+:1067F000801200200C4A117D91B938B95068B0F868
+:106800005810828F91420BD8FCF736BF13891B07B3
+:1068100008D5536893F89800073818BF01207047CF
+:106820000020704701207047801200204368D3F891
+:10683000883013F0300F2DE9F74304460D4656D14A
+:10684000084608F065FD30B92946204603B0BDE88A
+:10685000F04308F00BBF2846666808F055FD074670
+:10686000284608F04DFD8046284608F04FFD814639
+:10687000284608F047FD303600904B4642463946E0
+:10688000304608F04CFE1B4B1A89920711D5DA6886
+:10689000D278142A0DD16268D2F8883043F0100300
+:1068A000C2F88830204608F0B3FE002003B0BDE8EF
+:1068B000F083626892F896101D29ECD092F833218B
+:1068C000002AE8D1626892F83221002AE3D1616897
+:1068D000D1F8882042F02002C1F888205A68114679
+:1068E00002F5B37231F8300BFEF76CFBDAE70120EA
+:1068F000DCE700BF80120020F7B5834C0546002876
+:1069000040F0B28023891F0728D5636893F82621B9
+:10691000FE2A04D14FF4A8613120FAF7D7FEFE22F7
+:1069200083F8262193F897201A2A07D183F8D700F5
+:10693000204608F077FE636883F89750606890F807
+:106940009630202B33D0332B40D0636893F89820B7
+:10695000072A02BF0222627583F826212389DE07F7
+:106960003DD42389580700F1B180990713D5E36816
+:10697000DE780D2E00F0B280112E00F0B180072ECF
+:1069800000F0B0803046FEF7BFFC0346002800F060
+:10699000AB805D4898472389DA0665D5636893F82C
+:1069A00097200A2A60D10B2283F897205CE090F8A8
+:1069B000972001230B21783008F001FA636818B1A1
+:1069C0002E2283F89620C0E72122FAE7012380F8DF
+:1069D000A532002380F8963080F8D230B5E76068A1
+:1069E000276990F89720FE7801230521783008F078
+:1069F000E6F958B1B31EDBB2092B00F28180012207
+:106A000002FA03F340F23332134279D03846FEF7EC
+:106A100087F820B939463C4808F028FE4BE0FE785C
+:106A2000012E01D9162E0FD1636893F8960008F055
+:106A30000EFE48B1636893F89620202A04D0212ADC
+:106A40000ED12E2283F89620112E39D02AD8072E67
+:106A500038D00D2E38D03046FEF74CFC034625E0EA
+:106A6000162E0CBF20250225237D1B0717D5606835
+:106A7000012390F897200521783008F0A0F9064608
+:106A800000283FD1019001A90320FBF7ADFE019B37
+:106A90002BB11E720C226168019808F0A5FC2846F3
+:106AA00003B0F0BD142ED6D1184B1B68002BB1D00B
+:106AB00021691548984700283FF453AF0546D3E7AE
+:106AC000134BF5E7134BF3E7134BF1E7626892F8CA
+:106AD0009820062A04BF0122627546E70F4B58E74B
+:106AE0000F4B56E70F4B54E7FF2E06D16268332158
+:106AF00082F8961082F8A4024DE740F234510BE779
+:106B00000825B1E70825CAE7801200207C02002092
+:106B100033010100896B000071670000E50001008E
+:106B200003010100296B000010B5164BDB681979D1
+:106B3000436893F89620092A09D193F821218A42C3
+:106B400005D1002283F8962083F8D22010BDD3F817
+:106B5000882012F0080407D022F00802BDE8104097
+:106B6000C3F8882008F05EBDFF2905D1332283F8E1
+:106B7000962083F8A442E9E740F2CE413120FAF7AB
+:106B8000A5FD00BF8012002010B50B794268172BBD
+:106B900092F8962004460CD80D2B0CD9A3F10E01C7
+:106BA000092908D8DFE801F00907070709070907DD
+:106BB0001009232B26D0002010BD22460121BDE85C
+:106BC0001040184609F040BA212A01D02E2AF2D1ED
+:106BD000204608F014FD636893F89720222AEAD033
+:106BE00093F8E92022F0010283F8E920626892F824
+:106BF000E93023F0080382F8E9301A212046FDF736
+:106C0000DDFAD8E7282AD6D1024B1B68002BD2D058
+:106C10009847D0E7780200202DE9F041B04C228956
+:106C200063680746D00555BFB3F8C820002201327B
+:106C3000A3F8C8204CBF83F81C22A3F8C8200E4636
+:106C4000FFF75CFC50B12389606819055FD590F8A7
+:106C50009C30002B5BD00023C0F8BC30238903F4A8
+:106C6000407333B1606890F89A30002B6CD0032BDE
+:106C700070D06168238991F89A20012A04D15A05BD
+:106C800044BF022281F89A20002F40F0EB825D067B
+:106C90005DBFB1F83422013292B23A46A1F83422F3
+:106CA00003F00A020A2A0DD1E268D278022A09D139
+:106CB00023F0080330462381FFF71EFE0823064316
+:106CC000F6B223813046FFF717FE0643606890F85E
+:106CD0002631FE2BF6B277D1002E75D1012390F824
+:106CE00098201946783008F06AF800286CD163685B
+:106CF00093F830319BB3636893F83121A3F8CC60EB
+:106D000083F8282101210220FFF758FD5CE0D0F82C
+:106D1000BC30D0F8C02001339342C0F8BC3004D856
+:106D2000E18AD51A05318D4202D8012180F8C610BA
+:106D3000934293D30023C0F8BC306A49022200F585
+:106D4000A57008F063FB89E7012180F89A10FCF731
+:106D5000A1FC8EE7022380F89A300121F7E76068F2
+:106D6000012390F897200421783008F028F8054690
+:106D7000A0B1636893F89720113A0B2A00F244817E
+:106D8000DFE812F0040142014201420107010A0159
+:106D90004201420142014201420130016268D2F8DF
+:106DA0008830D80702D531460920ADE7990740F170
+:106DB000928031460C20FFF701FD626892F8D930CD
+:106DC00043F0010382F8D9306568B5F8103295F8C0
+:106DD00014820133A5F81032B8F1000F00F01882C8
+:106DE000FBF7F4FC10B10023A5F810326068012312
+:106DF00090F897200021783007F0E1FF28B9636808
+:106E000093F897300B2B40F01B826068012390F8B9
+:106E100096200021783007F0D2FF002800F0108281
+:106E20006068012390F898200021783007F0C7FFB0
+:106E3000002800F00582636893F89A20022A40F047
+:106E4000FF8193F81C22002A40F0FA81186906F0AD
+:106E5000F9FB002800F0F481606890F82631FE2BE1
+:106E600040F0EE81B0F80A32012B40F2E981B0F82F
+:106E7000CA20B0F8C810951E0123A94280F812322A
+:106E8000BCBF02F1FF335B1AB0F81052E18AB8BF01
+:106E90009BB28D423BBF4A1C521B012292B29342CD
+:106EA00028BF1346012B02D1002280F8122260680D
+:106EB000B0F8902090F89A1013449BB20129A0F8E2
+:106EC0000C3240F2CD810239012940F2C18140F6F5
+:106ED0006101312033E1580706D53146132013E70D
+:106EE000801200208DFA0000190706D592F8203193
+:106EF00082F828313146072006E713F0300F3FD0E3
+:106F000092F83331002B40F09682636893F8323167
+:106F1000F3B1606890F89730252B00F5997100F275
+:106F2000AE222BD090F89630A3F1250CDCF10003B3
+:106F300043EB0C0308F0E5FA6268D2F8883023F0DE
+:106F4000200343F01003C2F88830002382F8323166
+:106F50006068D0F88830DB0640F16D8200F2531192
+:106F6000FDF7D6FF6368B3F85220A3F82821B3F8E1
+:106F70005620A3F82A2100211520C5E60123D9E7D0
+:106F8000590640F1588200212420BDE600210B2043
+:106F9000BAE600210420B7E693F8A002012808D140
+:106FA00000210520FFF70AFC6368002283F8A02275
+:106FB0000AE702287FF408AF93F8D85006221DB1E3
+:106FC00083F828210021EDE7A048032108F039FBD0
+:106FD000636893F8E83013F0040F294614BF1120BA
+:106FE0000D20DFE7002106208EE693F83C21022ADF
+:106FF00002D10021172087E693F83C21012A03D112
+:1070000093F83D31002BF4D06068012390F896206E
+:107010000021783007F0D3FE78B16068012390F842
+:1070200097200421783007F0CAFE30B9636893F8DE
+:10703000C63013B10121122066E6606890F89620F0
+:10704000092A05D190F8213180F82831012152E731
+:10705000002D7FF4B9AE01232946783007F0AFFE4A
+:10706000002800F09D80636893F843213AB1012124
+:107070000E20FFF7A3FB636883F84351A4E693F85F
+:1070800042218AB193F8D92092070DD101210C2019
+:10709000FFF794FB636893F8D92083F8425142F0DC
+:1070A000010283F8D9208FE693F8323153B3636835
+:1070B00093F8333133BB606890F89730252B00F597
+:1070C000997100F2AE221BD090F89630A3F1250CF6
+:1070D000DCF1000343EB0C0308F013FA63680022B1
+:1070E00083F8322101211420FFF768FB6368B3F8AD
+:1070F0005220A3F82821B3F85620A3F82A2163E6EA
+:107100000123E9E7626892F83C110129CBB25DD115
+:1071100092F83D21002A59D160680B2190F8972000
+:10712000783007F04CFE002850D1606890F8681065
+:10713000012906D0022904D040F281210620FAF765
+:10714000C5FA90F86920012A01D0022AF4D1022957
+:1071500090F83E3118D0012B14BF00230123ABB9A6
+:1071600090F8972001230321783007F028FEB8B962
+:107170006068012390F897200221783007F01FFE05
+:1071800070B901211620BFE5022BE5E7022A90F82D
+:107190003F3119D0012BE3D12C480021FDF70EF827
+:1071A0006068012390F896200021783007F007FEF0
+:1071B00000283FF409AE636893F8A432002B3FF433
+:1071C00003AE0121FF209FE5022BE4E7636893F8FB
+:1071D00049317BB1636893F83D315BB96068012345
+:1071E00090F897200B21783007F0E9FD10B90121C4
+:1071F000232089E5636893F84631002BD0D0012124
+:107200002520FFF7DBFA6368002283F84621DBE5DF
+:10721000FBF7D6FA08B1A5F81082FBF7DFFA0028D1
+:107220003FF4E4AD95F81C320133DBB2022B85F854
+:107230001C3282BF0023A5F8103285F81C32D5E538
+:107240006368002283F81222012330E680120020B6
+:1072500090F89850B0F8C810072D5DD1022954D885
+:10726000A0F808322289636855065BBFB3F81E2276
+:10727000B3F80E1200225218A3F81E2293F83031F0
+:10728000002B00F081806368B3F8CC20B3F80E12B5
+:107290000A44A3F8CC20636893F8D20030B1B3F865
+:1072A000CE20B3F80E120A44A3F8CE2093F9D610DC
+:1072B0000029C1BFB3F8D420B3F80E525219A3F875
+:1072C000D42093F8B92052B9002F40F0AE80627DEF
+:1072D000022A65D193F82821062A18BF162263686E
+:1072E00093F8B83033B96068594980F8B920B030A4
+:1072F00008F086F8606808F056FF63680022BDE871
+:10730000F04183F81322FDF7E7B8B0F8CA301A4409
+:107310000132A0F80822A5E7B0F8CA504B1CAB42D6
+:107320000FDA6D1AADB2022D0BD0033DADB290F85D
+:10733000C63043B9FFF7E2F8B0B96DB1013DADB267
+:107340000BE00025F3E790F896200123092178301F
+:1073500007F035FD0028EDD100256368B3F80C2255
+:107360001544A3F808527DE76268D2E92F23911CE7
+:107370008B4207D39B1A022B04D0033B9D4288BF4C
+:107380009DB2DAE70023F9E76068012390F89820BE
+:107390001946783007F013FD00287FF474AF7AE7C0
+:1073A000012A08D193F89920002A98D16068002119
+:1073B000FCF770F9A1E756B1F00634D4310734D4A4
+:1073C000B20634D4B30734D140F68D1181E538B11B
+:1073D000B3F8CE00B3F8D020904201D322227EE74A
+:1073E000002905DDB3F8D410B3F8D0209142F5D2CE
+:1073F000B3F8CC10B3F8CA2091420BD2636893F86B
+:107400009A10B3F8C82051B1B3F8CA309342CDD81E
+:10741000082264E793F83031002BDFD1EEE7052A2C
+:10742000C4D93E225BE71E2259E73D2257E72322BB
+:1074300055E72A2253E7636893F89720222A3FF4FE
+:10744000D4AD312A7FF4E0AD002111205CE400BF0F
+:10745000C5F60000F7B5734C012727700023606064
+:1074600080F813720088238123756375FCF7F2FF9F
+:1074700063681888FDF71AF86368B3F80A2226468D
+:1074800012B393F82621FE2A1ED193F83031DBB1D6
+:1074900060683B4690F898203946783007F08FFCBA
+:1074A000054688B9636893F83121A3F8CC0083F8C6
+:1074B000282102203946FFF781F96368022083F80A
+:1074C0001252FFF78DF804E0636893F82601FE2856
+:1074D000F7D1636893F81522002A4FD00023626821
+:1074E000E382B2F80E32B2F81012013B11FA83F1C6
+:1074F000A2F81012B2F8C8109FB211FA83F3A2F8E2
+:10750000C830FEF7FBFF28B16268D2F8BC303B44BC
+:10751000C2F8BC306068B0F80A32012B9CBF01335E
+:10752000A0F80A3200250FB180F81C5290F897306D
+:1075300080F81252A3F10A02012A2AD8B0F890303A
+:10754000B0F8AC229B1A19043DD400F2AE219E3053
+:1075500007F019FD636883F89750FF2283F8F02045
+:107560006168B1F80E2201F1780007F052FD0028A1
+:107570003FD040F615113120FAF7A8F893F8B03152
+:1075800023B96268D38D128C9A42A8D363681B8C8E
+:10759000A5E7252B17D1B0F8AC22B0F890309B1A94
+:1075A0001A0410D480F89750FFF746F86368014634
+:1075B00030B983F83C0103B0BDE8F040FFF72CBBC5
+:1075C00083F83C51CCE790F8963003F0FD03252B6F
+:1075D000C6D1B0F89030B0F8AC229B1A1B04BFD4CF
+:1075E000002380F89630FFF727F801460028B7D12E
+:1075F000E1E70D4B009396E803000C4B0C4AFAF7B9
+:10760000AFFF6068012390F897200521783007F0DC
+:10761000D6FB20B103B0BDE8F040FAF799BF03B044
+:10762000F0BD00BF80120020196C0000F56700005B
+:107630002565000038B50446084694F8A03213B119
+:107640000C25284638BD94F89730162BF8D194F8BD
+:10765000C43203F0FF05002BF2D199B10A4B5968EF
+:10766000D1F83032C4F81C3101F58472052301F5DC
+:10767000087104F023FF012384F8A032204608F0AB
+:107680009FFDDEE70223F7E780120020D0F8B43236
+:107690008269934210B5044604D1D0F8B812026A48
+:1076A000914216D02288A4F8B22140F2E242B3FB04
+:1076B000F2F3A4F8B431B4F8B832A4F8B631B4F89F
+:1076C000BA320949A4F8B831022204F5D47007F09F
+:1076D0009DFE02212046FDF757F9002384F89730DC
+:1076E000032384F89A3010BD75F7000008B5FDF744
+:1076F00025FD024B024A1A6008BD00BF7C02002033
+:107700002D680000064BD3F8000138B1D3F804010E
+:1077100020B1D3F80801B0FA80F04009704700BFEB
+:1077200000F00040034B00221A705A7010229A7029
+:10773000704700BF9A12002070B50646022014461A
+:107740000D4600F09BF9064B01221A70054B033CD5
+:10775000C3F81045C3F80865C3F8045570BD00BFF1
+:107760009A12002000F0004008B5022000F086F9CF
+:10777000084B01221A70084B0022C3F80021C3F8FD
+:107780000421C3F8082103F580334FF40002C3F845
+:10779000042508BD9A12002000F000400D4A08B5EB
+:1077A00013787BB10C4B4FF40001C3F80815FFF7B9
+:1077B000A9FF60B101235370084BD3F800349370D4
+:1077C00000231370BDE80840002000F057B9507046
+:1077D0001023F4E79A12002000F0014000F000406E
+:1077E0000A4B1A786AB10A4BD3F800215AB1D3F880
+:1077F000040120B1D3F80801B0FA80F04009C0B20A
+:107800007047587870470220704700BF9A120020D6
+:1078100000F0004008B5074B1A783AB1FFF772FF45
+:1078200030B1054BD3F80004C0B208BD9878FCE72E
+:107830001020FAE79A12002000F00040024B0022CC
+:107840001A705A709A7070479D1200202DE9F0410D
+:1078500004461C4D01201E468846174600F00EF9CE
+:1078600004F003002E7140EA0643174E43F0807384
+:10787000C6F80435C6F8088509F021F830B9D6F8FD
+:10788000183523F0FF033B43C6F818350F4B104A59
+:10789000C3F8082514F0FB0F01BF0E4AC3F8982562
+:1078A000FC3AC3F89C250122022C6A70EC7007D8C0
+:1078B000054B2A700021C3F80011C3F800121A60AA
+:1078C000BDE8F0819D12002000F0004000F0014072
+:1078D0000000020200F10040214A537870B523B93C
+:1078E00040F217213C20F9F7F1FE1E4BC3F80C15AE
+:1078F000C3F81005D57801249470C5B912780AB977
+:10790000E621EFE7184AC3F804514FF40035C2F8F6
+:107910000455D3F8006116B15C60C2F808550B78C5
+:1079200003704B78043343708B78837070BD042DE3
+:107930004FF0000106D11470C3F80411C3F80042DF
+:107940001C60F3E7127812B94FF48971CAE7C3F8E3
+:107950000411054B4FF00072C3F80425E6E700BFA1
+:107960009D12002000F0004000F00140064B1A7804
+:107970002AB1064A0649C2F8081500221A700022E8
+:107980005A709A70704700BF9D12002000F00140AD
+:107990000000020208B50A4B1B7823B940F27D2192
+:1079A0003C20F9F793FE074BD3F8042112B940F2BB
+:1079B0007E21F5E7D3F80004003818BF012008BD88
+:1079C0009D12002000F00040164B1B7870B523B9C3
+:1079D00040F28E213C20F9F779FE134CD4F80431A3
+:1079E000BBB90223C4F80433104B114E1D691A6948
+:1079F00042F0100205F010051A61D4F804314BB1C1
+:107A000025B90A4A136923F0100313610223C4F84D
+:107A1000083370BD4FF40043C6F8803108F097FF7B
+:107A2000EBE700BF9D12002000F0004000ED00E0F9
+:107A300000E100E0014B01229A60704700F0004035
+:107A400008B50B4B4FF40042C3F88020BFF34F8FB3
+:107A5000BFF36F8F074B0022C3F80025C3F8002542
+:107A6000FFF784FF044B4FF40002C3F8082508BD5C
+:107A700000E100E000F0004000F0014038B5144C97
+:107A80000023C4F80035C4F800350546FFF76EFF43
+:107A9000104B4FF40002012DC3F8082503D0022D2E
+:107AA00008D085B938BD0223C4F800350A4BC4F8A4
+:107AB0001435F7E70321C4F800150749C4F8141575
+:107AC000C3F80425EEE782213D20F9F7FFFD00BF52
+:107AD00000F0004000F00140A2120020084B0022FC
+:107AE000C3F80021C3F80C21C3F81021C3F8042106
+:107AF000C3F81421C3F81821C3F80821704700BF48
+:107B000000100040024B00221A809A701A717047D0
+:107B1000B013002038B5134B93F831500246084695
+:107B200025B940F651013E20F9F7D0FD5AB9012D93
+:107B3000DC6A93F8301003D100F08AFE204438BD8F
+:107B400008F06DFBFAE7012A0AD1012DDC6A93F8EF
+:107B5000301002D100F06EFEF0E708F06BFBEDE7AD
+:107B60000020ECE7B013002008B5094B012883F88A
+:107B70002000084B06D0022808D040F6B9513E201C
+:107B8000F9F7A4FD0322C3F8102508BD0422FAE783
+:107B9000B01300200010004007B50B4A01AB92F96A
+:107BA000212000F099FE9DF9040000F03BFE9DF8B5
+:107BB000050000F00BFF20B140F2CD513E20F9F757
+:107BC00085FD03B05DF804FBB013002008B5034643
+:107BD0000F4863B92831C1600E4900F0DFFE013063
+:107BE000012814D940F224713E20F9F76FFD012BD2
+:107BF0000AD12931C160074900F0D6FE01300128C1
+:107C000005D940F22E71EFE740F23271ECE708BD82
+:107C100020000020C405030008B5134B93F83D3045
+:107C2000D9071FD59A0711D5104BD3F8002242F07F
+:107C30000102C3F80022D3F8503503F0F603022BFB
+:107C400010D140F2FC513E20F9F740FD5B0709D509
+:107C5000074B084AC3F8AC2508F094FD10B140F278
+:107C60000361F0E708BD00BFB01300200010004022
+:107C700000F0014008100040084B1A783AB993F818
+:107C80003D2042F0020283F83D20FFF7C5BF012AE4
+:107C9000FBD193F83D2042F00402F4E7B01300203A
+:107CA00008B50C4B9B78012B09D100F083FE013005
+:107CB00001280ED940F6A2013E20F9F707FD022B5C
+:107CC00007D100F07DFE0130012802D940F6A8015D
+:107CD000F2E708BDB0130020054B034400F07F001D
+:107CE0001A7E044BC3F80825C3F85405704700BF3B
+:107CF000C40503000010004038B50D460446FFF7E8
+:107D000033FF2846FFF7E8FF29462046FFF744FFE8
+:107D100008F0FFFD90B10A494FF08053D1F8882553
+:107D2000D3F82033022C0CBFC3F30663C3F306233E
+:107D300022F4FE4242EA0323C1F8883538BD00BF71
+:107D40000010004010B50C46FFF70EFF2046FFF76D
+:107D5000C3FF0E4B5A78012A03D1D8782146FFF78A
+:107D60001BFF0B4CD4F8003243F48873C4F8003284
+:107D700008F0CFFD40B908F0DBFD28B9D4F868352C
+:107D800043F4C023C4F8683510BD00BFB013002011
+:107D90000010004010B550220021194804F09CFE4C
+:107DA000FFF7B0FE08F070FD60B124221548FF21F6
+:107DB00004F092FE4FF080430022C3F8082EC3F86F
+:107DC000102E10BD08F069FD0028EED108F06EFD00
+:107DD0000028EAD108F088FD08B14022E6E708F063
+:107DE0007AFD04460028F8D106483822FF2104F025
+:107DF00073FE4FF08043C3F8084EC3F8104EE0E71F
+:107E0000B0130020000E0040024B0344187E00F522
+:107E100016607047C4050300014B93F830007047AB
+:107E2000B0130020014B986A704700BFB0130020C8
+:107E3000014BD86A704700BFB0130020084A094BB5
+:107E400092F83010906A03EB81031A6CDB6C801A95
+:107E500003F2DB534FF47A72B3FBF2F3C01A7047AC
+:107E6000B0130020C405030008B50E4890F8301088
+:107E7000012906D0022912D040F2AA213E20F9F7AA
+:107E800025FC40F6B833084A806A02EB8102126C86
+:107E9000801A4FF47A72B3FBF2F3184408BD4FF422
+:107EA000FA63F0E7B0130020C405030008B5134BD4
+:107EB000012983F83C0006D002291BD040F20B3187
+:107EC0003E20F9F703FC00230D4A43F4801340F0F1
+:107ED000007043F4847340F44030C2F81435C2F8A3
+:107EE0001805D2F8503503F0F703032B05D140F203
+:107EF0002331E5E74FF08073E6E708BDB0130020BB
+:107F00000010004008B508F004FD50B1054AD2F851
+:107F1000743723F0807323F0010343F08073C2F8B9
+:107F2000743708BD00100040424B022270B5C3F800
+:107F30008020BFF34F8FBFF36F8F3F4C0023C4F8F7
+:107F4000FC3F0123C4F8FC3F08F0F2FC28B1D4F850
+:107F50003C3743F48063C4F83C3708F0B0FC58B1B8
+:107F6000D4F83C3723F0004323F0FF0343F00043F1
+:107F700043F09603C4F83C3708F0CBFC2E4C38B1E4
+:107F8000D4F8403723F47F4343F4B053C4F8403768
+:107F90002A4BC4F8783700F029FD38B14FF08053F0
+:107FA000D3F83033591C18BFC4F84C374FF01023A6
+:107FB000214C1B6E5A1C09D0D4F88C251B0403F4E9
+:107FC0007F0322F47F021343C4F88C3540F203137D
+:107FD000C4F834351A4D40F25B63C4F838350123D8
+:107FE000C4F8303585F820300323C4F8103540F24A
+:107FF0000123C4F850360226124BC4F80062187CE4
+:1080000000F0FAFC104B4FF04062C3F80425002347
+:108010002B86EB6285F83D30064B1022C3F8806159
+:10802000C4F804231E602B6D13B1BDE870401847DF
+:1080300070BD00BF00E100E0001000402C0000898E
+:10804000B01300202000002000F00140014B83F815
+:1080500021007047B0130020034B020E0002C3F84A
+:108060002425C3F81C0570470010004038B50446AD
+:1080700000680A4DFFF7F0FF094B6268C3F83C2522
+:10808000237A85F82230617AA07AFFF70FFF607AB1
+:10809000FFF76AFDE37A85F8213038BDB013002080
+:1080A00000100040014B83F822007047B0130020FD
+:1080B00070B51A4D95F83D30DA070446084604D4E9
+:1080C00040F257713E20F9F701FB154ED6F8002219
+:1080D00043F0020342F00102C6F8002285F83D3069
+:1080E00084B995F82210FFF707FE0E4A0123AB7002
+:1080F000D36433600B4B2046D3F84C15BDE8704079
+:10810000FFF764BD012CF5D195F82210FFF71AFE98
+:108110000223AB70034BDC647460EBE7B013002008
+:108120000010004000800040214B102213B5D3F80E
+:108130000443C3F808230222C3F800221D4A002189
+:1081400082F83D101C4A4FF46020C2F80805D3F8AD
+:108150005025D2B204F01004DAB1FF228DF80720C6
+:108160000122C3F810111A619DF8072012B1D3F84B
+:1081700010213AB19DF807305BB940F691013E20DD
+:10818000F9F7A4FA9DF80720013AD2B28DF807203A
+:10819000EAE7FFF785FD06490023C1F81031FFF734
+:1081A000B1FC14B11023C1F8043302B010BD00BFFC
+:1081B00000100040B013002000F0014038B51E4D03
+:1081C0000024C5F84845C5F84445C5F84045C5F8FC
+:1081D0004C45FFF7A9FF00F0DBFB0130012804D973
+:1081E00040F241513E20F9F771FA144B14495A6B91
+:1081F00042F04462C1F80825C3E90A445C631C7676
+:10820000104BC5F848450222C5F84445C5F840451D
+:10821000C5F84C45C5F84841C5F84441C5F840414A
+:10822000C5F84C41C3F88020BFF34F8FBFF36F8F69
+:10823000C3F8802138BD00BF00800040B01300208B
+:1082400000F0014000E100E070B52F4C94F83D30A3
+:1082500043F002030E4684F83D30054678BB94F89F
+:1082600022103046FFF748FD0123A37023782749E9
+:10827000012B01BF264AD2F8003243F00803C2F8AE
+:108280000032636B01EB460143F480136363214BBF
+:10829000B1F858404FF48012C3F8042504F5FA747D
+:1082A0004FF47A73B4FBF3F4FFF7E6FC08F06AFAD4
+:1082B000014620B3FFF738FF0024204670BD012897
+:1082C0001BD194F822103046FFF73CFD0223A37027
+:1082D0002378012B01BF0E4AD2F8003243F0040389
+:1082E000C2F80032636B43F400136363094B4FF42D
+:1082F0000012C3F804252924D6E70024D4E7284631
+:10830000FFF764FCD9E700BFB0130020C4050300E9
+:108310000010004000F001402DE9F047354C0E46BA
+:1083200015460746002848D194F822101046FFF75A
+:10833000E3FC217801239942A37010D02E4A02EB6E
+:108340004502B2F858304FF47A7203F5FA73B3FB72
+:10835000F2F3F61A19B9294B294AC3F8AC25DFF80C
+:10836000A490DFF89880284BC9F84065C8F8A83574
+:10837000234B1022C3F80423636B4FF4002A43F409
+:10838000002363630125C8F804A5FFF775FCC9F84D
+:108390004C50D9F84C359E4226D80025C9F8405596
+:1083A000C8F8AC55636B23F400236363C8F808A5D1
+:1083B000FFF7BAFE2846BDE8F08701280FD194F8F0
+:1083C00022101046FFF7BEFC0223A3702378012B76
+:1083D000C5D0293E002BC2D1084B0C4ABDE74FF453
+:1083E00001613E20F9F772F931463846FFF7EEFB9E
+:1083F000E0E700BFB0130020C405030000F0014017
+:108400000010004000800040408100400410004007
+:10841000014BC3F83C0570470010004010B50FC871
+:10842000014C84E80F0010BD04140020064BC3F873
+:108430000405064B93F83D20986342F0010283F84F
+:108440003D20FFF7E9BB00BF00100040B013002043
+:1084500008B5124BDA6A824204D340F622113E205C
+:10846000F9F734F90E4AD861012119765164D2F82E
+:108470004415884202D840F62B11F0E70021C2F8DB
+:108480004411C2F844055A6B42F480025A63054B0A
+:108490004FF48002C3F8042508BD00BFB0130020CC
+:1084A0000080004000F0014010B50F4C034694F8E6
+:1084B000310094F830100222012822764FF0960005
+:1084C00094F820200CD100F0D1F9084AE061002393
+:1084D000C2F84431E36AE1690B44C2F8443510BD87
+:1084E00000F0DEF9F1E700BFB0130020008000408B
+:1084F000044BC3F86005D3F8002242F04002C3F8F1
+:108500000022704700100040054BD3F8002222F0F3
+:108510004002C3F800220022C3F86025704700BF64
+:1085200000100040044BD3F8483503F07F035B4252
+:1085300003700120704700BF0010004008B50D4BCC
+:108540000246D97008460021197082B901225A707A
+:108550009A78022A0DD193F82210FFF71DFB064AE4
+:10856000D2F8003243F48873C2F8003201E00222EC
+:108570005A7008BDB013002000100040024B0022CA
+:10858000C3F84025704700BF00800040044B30B561
+:10859000D3E910459B6CC0E900450B6030BD00BFBE
+:1085A000B01300202DE9F843924D934C0123EB6466
+:1085B000D5F84C7594F83C8003F01AFB0026C4E90A
+:1085C0001006A764FFF76CFB8C4B626BC3F80825A1
+:1085D0008B4A6663D2F8003223F48E7323F00103D2
+:1085E000C2F80032237E84F83D6023B1D5F84431CF
+:1085F0009B1B18BF0123A578012D50D1D2F80C3157
+:10860000002B0CBF0025082515F00B0F06D17C4B65
+:10861000D3F8103113B145F01005EDB2FFF75EFA53
+:1086200005F01803102B05D1A378012B04BF45F0EA
+:108630002005EDB26F4B6678D3F84825E262D3F897
+:10864000443594F82020A362A37884F8302084F87D
+:108650003130002E3AD1FFF755FA2676EF077ED556
+:10866000636D9847EB0601D5236E9847A378022BDC
+:1086700013D1237E8BB1022B5E4A40F0AD80E36ABA
+:10868000E1690B44C2F84435636B43F480036363D0
+:108690005A4B4FF48002C3F80425BDE8F883022D3D
+:1086A00012D1574AD2F80C11D2F80024002908BF81
+:1086B0000025D2075CBF45F00405EDB2002BA3D026
+:1086C00045F00105EDB29FE700259DE715F0110F7C
+:1086D0001BD1237994F80090013E18BF0126012B8D
+:1086E00017D0022B2AD073BB96213046FFF712FA1F
+:1086F0000146FFF707FAB9F1010F29D13B378F4245
+:1087000024D93F4B01261E61A8E7FFF70DFD002687
+:10871000A4E73C48FFF7AAFC94F8313023B940F2B3
+:108720004E713E20F8F7D2FF012B04D1FFF79CFBDE
+:1087300061690144DDE7FFF781FBF9E73148FFF7A5
+:1087400095FC6169D5E740F6BF21EAE784F800901F
+:10875000E2783046FFF7E0FD0028D2D0D7E7A8073F
+:108760002FD508F0D6F8E8B908F0E2F8D0B9244BD4
+:10877000D3F85034D90115D51A0705D013F0F00FEE
+:1087800002D013F4706F0DD11D4AC3F304410129C7
+:10879000D2F8542406D1012A04D0C3F34253022B49
+:1087A0007FF65EAFA36B5B78434584BF45F004055D
+:1087B000EDB285F00400A36D3146C0F38000984708
+:1087C00050E715F0280F3FF44DAF85F02001E36D21
+:1087D000C1F340113046F2E7012B02D040F69B4135
+:1087E0009FE7E369E16A8B423FF64CAF40F69C415C
+:1087F00097E700BF00800040B013002000F0014068
+:1088000000100040B8130020024B03EB8003186CEB
+:10881000704700BFC4050300014B53F820007047A8
+:1088200010060300024BC0B2C3F80C05704700BF2E
+:1088300000100040054B33F8113002384FF47A72C3
+:1088400003F2E733B3FBF2F318447047300603003A
+:10885000054B33F811304FF47A7203F57A73B3FB9A
+:10886000F2F31844704700BF3006030038B51D46C8
+:108870000A4B33F8111003EB820305359C68214441
+:108880004FF47A7301F6B73103FB00141046B4FBC2
+:10889000F3F4FFF7B9FF2C44204438BD3006030041
+:1088A00070B5064608461546FFF7B6FF094A02EBC3
+:1088B000850293684FF47A7203F6B73302FB0633EE
+:1088C0001C1A2846B4FBF2F4FFF79EFF0530204443
+:1088D00070BD00BF300603002DE9F74F284C074656
+:1088E00098460D46164600F0A9F82378BB4281460B
+:1088F00011D16378AB420ED194F90230B3420AD160
+:10890000E378834207D1A388A8F8003094F90600E1
+:1089100003B0BDE8F08F7B1E072B13D8DFE803F010
+:10892000170412191212121001200DF1070332461A
+:10893000294600F089F8824668B13D21752004E09F
+:108940000220F2E740F2F2310620F8F7BFFE0020E5
+:10895000EBE70320E9E728469DF907B0FFF754FA53
+:10896000534602464146584600F036F8B8F8003003
+:10897000A071A38027706570A67084F80390C5E786
+:1089800038000020014B1B681B681847800200203C
+:10899000014B1B685B68184780020020014B1B6875
+:1089A000DB68184780020020014B1B681B691847D1
+:1089B00080020020014B1B685B6918478002002081
+:1089C000014B1B689B69184780020020014B1B6804
+:1089D0009B6A18478002002010B4034C2468A468E6
+:1089E000A44610BC604700BF80020020014B1878ED
+:1089F000704700BF5C1A002000220F4938B50446BA
+:108A0000134644FA02F0C007D5B248BF581C02F121
+:108A1000010244BFCD54C3B2042AF2D1064DC3F1C2
+:108A20000402042BD2B24FF0FF0188BF0022E818E5
+:108A300004F052F82C7138BD681A0020014B187DE3
+:108A4000704700BF18140020042810B511D883B156
+:108A500004280CBF10242824A1420AD2064C54F842
+:108A6000200018B141568A42A8BF0A461A70002059
+:108A700010BD6FF01500FBE71814002030B5034659
+:108A8000114890F91C209A4219DD90F924209A424D
+:108A900017DA9A1A846AA05C0C4A15569D420DD0CA
+:108AA0000E32002918BF01309442C0B206D129B15C
+:108AB000013BDBB2012B01D80130C0B230BD0D202B
+:108AC000FCE70020FAE700BF18140020440603006A
+:108AD00008B5054B93F91C30984203DAFFF7CEFF37
+:108AE000024B1B56184608BD18140020440603000C
+:108AF00010B51C4C94F82C3073B9012384F82C3039
+:108B000007F0D4FE48B1184BA362D823236284F83F
+:108B100024300823A361237710BD07F0DCFE002872
+:108B2000F1D107F0E1FE0028EDD107F0A4FE38B145
+:108B30000E4BA362D823236284F824300423E9E790
+:108B400007F0A2FE0028F3D107F0A7FE0028EFD11E
+:108B500007F0B5FE0028EBD140F2BB11742003F002
+:108B6000F9FB00BF181400207F0603005206030023
+:108B7000034610B3007888B91A79012A1ED85A79A9
+:108B8000012A1BD89A680E49643A8A4216D8D868D6
+:108B90000C4B98422CBF00200120704701280CD1BB
+:108BA0001A79012A09D85A79012A06D8DA680449BB
+:108BB000643A8A4201D89868EAE70020704700BF0B
+:108BC0003C8601000040420F10B5054C236813B1EC
+:108BD000984700232360BDE8104001F00FBF00BF9D
+:108BE000481400202DE9F8438846074680B300F07A
+:108BF00037F84FF0000905465FFA89F6AE420AD20F
+:108C0000304600F033F890F8264009F10109002CB5
+:108C1000F2D1FF2E03D16FF00B00BDE8F883304690
+:108C200000F024F80546848480F8264080F8286007
+:108C300001460A4802F088F8202885F827000AD063
+:108C400001232F6285F82630204688F80060E4E78B
+:108C50006FF01500E1E76FF02200DEE7130401007A
+:108C6000014B1879704700BF4C140020054B1A794E
+:108C7000824283BF1B6800EB400003EB0010002022
+:108C8000704700BF4C14002010B510F003040A46D2
+:108C90000BD107490A71086030B102EB42021201A0
+:108CA000214603F019FF204610BD6FF00D00FBE7D1
+:108CB0004C14002043F60952C0F3080302FB03F3EF
+:108CC000400A03F5807302FB00F000EB532070476D
+:108CD00043F6095CC0F3080210B50CFB02F2C0F3C6
+:108CE0004E24030E43EA01230CFB04F0090E02F5A7
+:108CF00080724FEA411C00EB52205A01B2EB030E86
+:108D00004CEAD36C6CEB01044FEA841C4FEA8E12E0
+:108D1000B2EB0E024CEA9E6C6CEB040C4FEACC0CEE
+:108D20004CEA527CD200D31841EB0C01DA03C903A0
+:108D3000801841EA534141F1000110BD430B48F254
+:108D4000376C0CFB03F34FEA134C00B5104B43F6A2
+:108D5000095E0EFB1C0000FB03F35B0D0EFB03FE24
+:108D600003EB4C230EF5745C0CF1080CB0EB5C2F9C
+:108D700008D80EF5807EA0EB5E20C0B20B601070AC
+:108D80005DF804FB013300200B6010705DF804FBFC
+:108D90006F0C0100F8B5274DA94246D8264E274F43
+:108DA000450F45EAC105A6FB0514C0F34F31A40BDE
+:108DB00001EB054107FB1411A6FB0151890B41EAA8
+:108DC00004411F4C04FB110448F2376C600B0CFB90
+:108DD00000F04FEA104C43F6095E1A480EFB1C45A2
+:108DE00005FB00F0400D0EFB00FE00EB4C200EF5E5
+:108DF000745C0CF1080CB5EB5C2F12D80EF5807E7C
+:108E0000A5EB5E2E5FFA8EFE069D85F800E00D064E
+:108E100028184FEA112141F10001186059601460CF
+:108E2000F8BD01304FF0000EEEE796219B2003F0D5
+:108E300091FA00BFFF7F841E83DE1B43000024F4F1
+:108E40000080841E6F0C0100420B48F2376303FB65
+:108E500002F2120C43F6095C074B0CFB120101FBFA
+:108E60000333013B5B0D0CFB03FC5002B1EB5C2FA9
+:108E700088BF0130184470476F0C01001F2810B5DF
+:108E80009FBF054B440103EB4010195196BF426050
+:108E90000020012010BD00BF5814002070B501252E
+:108EA00004460E4685407AB1002000F08BFDE300B9
+:108EB00003F1804303F5F833C3F81005C3F81465D4
+:108EC000034BC3F8045570BD014BC3F80855FAE7CE
+:108ED00000F0014008B5064B93F80024202A03D186
+:108EE0003F21022003F036FA83F8300408BD00BFAA
+:108EF0005814002008B5064B93F80024202A03D10B
+:108F00004521022003F026FA93F8280408BD00BF8B
+:108F10005814002010B5094A92F80034202B03D1D0
+:108F20005021022003F016FA590102EB4313BDE869
+:108F30001040525858680421104700BF58140020B0
+:108F400008B501B3F0B14FF0FF331A46E0FB013230
+:108F50000E498A4203D971216D2003F0FBF9180DE7
+:108F600040EA0230C3F30F134FF22441B0FBF1F299
+:108F700003EB0040064B03FB1200B0FBF1F040EAAC
+:108F80000240013008BD0846FCE700BF3F420F0029
+:108F9000000024F4014B9888704700BF941800200B
+:108FA000014B5888704700BF9418002010B5EFF3AC
+:108FB000108472B6064A93790133DBB293719379C8
+:108FC000012B01D107F0FAFB04B962B610BD00BF56
+:108FD0009418002070B50C4C267866B90125A06065
+:108FE0002570FFF7E3FF00F09BFA30B94FF08043A4
+:108FF0002573C3F80453002070BDA368002BFAD07A
+:109000009847A660F7E700BF9418002038B5FFF72F
+:10901000CDFF00F085FA094C4FF0804540B107F0D4
+:10902000BAFB01232B61042363730023A37338BDB0
+:10903000032363730123C5F80433F6E79418002073
+:1090400010B5EFF3108472B60A4B9A7922B94FF437
+:1090500096716D2003F07EF99A79013AD2B29A7135
+:109060009A791AB9DB7B0BB900F048FA04B962B6F9
+:1090700010BD00BF9418002008B5054B1A7822B126
+:1090800000221A731A70FFF7DBFF002008BD00BF33
+:1090900094180020024B587B003818BF01207047FD
+:1090A0009418002038B5114C237CB3B1A27B013B4E
+:1090B0009A4212DA00F034FA054603F0C1FA237C32
+:1090C000012B82BFA37B0133A37355B16369C31A1C
+:1090D0000133022B09D935B16061BDE83840FFF793
+:1090E00095BFA369F3E7A061F7E738BD94180020A6
+:1090F00073B51B4D2B7F63B9286A00F0030007F09E
+:1091000077FB30B1EFF3108372B66A7B1AB103B903
+:1091100062B602B070BD01226A7303B962B64FF045
+:1091200080430822C3F808234FF42073ADF80630BB
+:10913000BDF80640A4B2631E9BB2ADF80630002C09
+:10914000F6D14FF080460748C6F80C4107F075FB92
+:1091500085F82540FFF75AFF0823C6F80433D8E7FF
+:1091600094180020B81800202DE9F041384C94F8EC
+:109170002630002B69D04FF08043D3F80071D3F82C
+:10918000046157B10122C3F80823237B2BB1A368E4
+:10919000002525730BB19847A5604EB14FF0804371
+:1091A0000022C3F804210222C3F80823FFF7A0FF1E
+:1091B0004FF080462748D6F80C8194F82550EDB240
+:1091C00007F03FFB20B140F2C5116D2003F0C2F85B
+:1091D00047B1637B032B05D10423637307F0DBFAEC
+:1091E00001233361B8F1000F16D04FF08043002205
+:1091F000C3F80C21637B042B02D040F2D711E4E7C3
+:1092000007F07BFBC0B14FF080430022C3F8342C41
+:1092100002236373FFF714FF4DB1002384F8253058
+:10922000637B022B01D1FFF7F1FEFFF709FFBDE8D9
+:10923000F041084807F014BB07F041FB0028E2D1D9
+:1092400007F052FB0028DED1E2E7BDE8F08100BF65
+:1092500094180020B818002010B5044C206A00F0C3
+:10926000030007F0C5FA0028F8D010BD94180020BC
+:10927000F8B5054650B10278042A07D8437842B9B8
+:10928000013B1F2B02D88378212B07D96FF01500E3
+:1092900076E0002BFAD18378002BF7D1814B0127A0
+:1092A000C3F88070BFF34F8FBFF36F8F4FF08046CE
+:1092B000C3F880717C4C4FF0FF33C6F808330023AD
+:1092C000C6F80031C6F80431C6F80C31A371AB887A
+:1092D000A38007F078FA08B12770A771D6F80C249C
+:1092E000D6F80C34D20303D5DF0701D500F012F90C
+:1092F00040F2F55363802B78A9782377002222620D
+:109300002174A273042B4ED8DFE803F005033B4918
+:109310004B000123236207F05DFA00284ED007F0CE
+:1093200060FA236A03F00303984247D1AB79002B1C
+:109330003ED1FFF791FF237C6BB12B785BB900F036
+:10934000EFF8054603F07CF96FF00043002D00F0C4
+:10935000A580C4E905034FF08043D3F80C24D3F86B
+:109360000C34D20303D5DB0701D500F0D3F84D4A06
+:1093700001230020607384F82630C2F88031136026
+:10938000F8BDFFF713FE4FF08043D3F80C14D3F869
+:109390000C24CE03F9D5D007F7D50223BAE7434B07
+:1093A000B8E7434BB6E740F216316D2002F0D2FF2A
+:1093B0004FF080430222C3F80423BCE74FF0804300
+:1093C0000122DA600022C3F80421226AC3F81825BA
+:1093D00007F051FA10B34FF080534FF08042D3F8AA
+:1093E0004432C3F34233C2F83C3507F044FA10B3B9
+:1093F0004FF080430122C3F84C254FF080430122F7
+:109400009A600222C3F80423AA79002A93D1D3F8E0
+:10941000042391071CD440F2CD21C6E707F034FAAB
+:109420000028D8D107F039FA0028D4D107F047FA3C
+:109430000028D0D1D9E707F027FA0028D8D107F0C3
+:109440002CFA0028D4D107F03AFA0028D0D1D4E77A
+:10945000184A1669116941F010011161D3F80431FD
+:1094600006F010060BB907F074FA4FF08047D7F8F2
+:10947000043183B1FFF7F0FE26B90E4A136923F0D9
+:10948000100313614FF080430222C3F80823002227
+:10949000C3F804214FE707F05AFAE8E7C4E90530BA
+:1094A00059E700BF00E100E094180020010002002D
+:1094B0000100030000ED00E010B50D4C04F12400A4
+:1094C00007F0BFF948B9637B022B01D1FFF79EFD7E
+:1094D000BDE81040074807F0C3B9074A012384F8E4
+:1094E0002530BDE81040C2F80031FFF75FBD00BF76
+:1094F00094180020B818002000E100E04FF08042EE
+:10950000012353600023C2F80031014A13707047F1
+:10951000BB180020014B01221A707047BB180020B5
+:109520004FF08043D3F8003123B9034B187800F093
+:10953000010070470120FAE7BB180020094B4FF0EB
+:10954000FF32C3F808230022C3F84025C3F84021A6
+:10955000C3F84425C3F84421C3F84825C3F848217B
+:10956000704700BF00800040084B094A1B78012B60
+:1095700016BF4FF440314FF400310023C2F84813B6
+:10958000C2F808130BB9C2F840317047C018002068
+:1095900000B0004070B5EFF3108472B6094A0A4B70
+:1095A0000025D2F80415D2F804612EB159680131B2
+:1095B0005960C2F80451F4E75B6804B962B6C0E9C7
+:1095C000001370BD00B00040C0180020094BD3F854
+:1095D0000435C01A20F07F4323F001033BB120F093
+:1095E0007F40B0F5000F8CBF0220002070470120A3
+:1095F000704700BF00B00040104B4FF40062C3F84A
+:109600008020BFF34F8FBFF36F8FC3F880210C4BC7
+:1096100001225A609A60D3F80425002AFBD1094937
+:10962000C3F808134FF44031C3F84813C3F840217E
+:10963000C3F84421C3F80421704700BF00E100E0F3
+:1096400000B000400200030008B5144BD3F8042515
+:1096500022F00302C3F80425D3F8082542F00302E0
+:10966000C3F80825102292FAA2F2B2FA82F2092A6D
+:1096700004DD0B4840F2913102F062FEC3F8102580
+:109680000122DA60074A9268C3F80022064B4FF4C1
+:109690008072C3F880211A6008BD00BF00800040BE
+:1096A000A24C0300C018002000E100E008B50A4BFE
+:1096B0004FF48072C3F88020BFF34F8FBFF36F8FDA
+:1096C0000649C3F8802101204860FFF737FF044BAB
+:1096D000086100221A7308BD00E100E0008000402C
+:1096E000C018002010B5234C0023FF224FF0FF319B
+:1096F0004FF0FF30C4E90401237062736360FFF729
+:10970000D5FFFFF779FF1C4B4FF400621A60A16987
+:109710001A4A31B901231360184B0222C3F80423FB
+:1097200010BD174B1748C3F8A805C3F8AC15C3F80C
+:109730005C294FF40022C3F80425134A0521C2F81E
+:10974000401501211160D2F840110029FBD04FF4DF
+:109750000021C3F8081501215160D1600021C2F831
+:109760004011C2F84015C3F8A815C3F8AC15C3F8EA
+:10977000AC15D1E7C018002000E100E000B00040C7
+:1097800000F001404081004000800040014BD3E9DF
+:1097900004017047C0180020014BD3F8040570473E
+:1097A00000B0004013B56846FFF7F4FEDDE90004A1
+:1097B000FFF780FA024B0021E4FB030102B010BD69
+:1097C0000080841EB1F1FF3F08BFB0F1FF3F2DE9DB
+:1097D000F041424C05460E463AD1414DD5F8003194
+:1097E0008BB3404E404BC6F80835FFF7BDFE4FF037
+:1097F00000080123A36084F80D80FFF757FFFFF7EF
+:1098000023FF3A4BC5F80081394FC6F8A8354FF40D
+:109810000023C6F8AC75C6F8043506F0F9FFD5F894
+:1098200000312BB10123C5F800817B60FB60F4E7B8
+:10983000013041F100010223C4E904012370FF2338
+:109840006370BDE8F08106F0E3FFC51C41F100063E
+:10985000D4E90473B34208BFAF42F2D0214B224A8D
+:10986000C3F80825FFF780FE1D4A4FF4803125F02C
+:109870007F480023C2F808134046C2F84813C2F8D4
+:109880004031FFF7A3FE20B140F226316C2002F0F8
+:1098900061FDC2F84085C2F844132378012B06D13C
+:1098A00027F07F473846FFF791FE0128FAD00023C2
+:1098B00001276373A760FFF7F9FEFFF7C5FE094BA9
+:1098C00027704FF00042C3F8042504236370044B53
+:1098D000C4E90456C3F84873B3E700BFC0180020BA
+:1098E00000B0004000F001400000088000B10040DE
+:1098F00000800040032870B52D4B06D9011FC9B266
+:1099000001292FD940F276310BE0D3E90441B1F1BE
+:10991000FF3F08BFB4F1FF3F06D11B7B23B940F2E4
+:1099200055316C2002F016FD2249234D00F1100440
+:109930000123800003FA04F4C5F808430B5000F13A
+:10994000804101F50041D1F84005101A022805DDDB
+:10995000C1F84025C5F80443012002E00020C1F809
+:10996000400570BD1C782CB15B78834202D140F277
+:109970007231D6E7114B124E22F07F458A00134414
+:109980004FF480348C400022C6F808432846C6F8BD
+:1099900048431A60FFF71AFE40B901F5A87146F86E
+:1099A0002150C6F80443C6F84443D5E71046D8E72B
+:1099B000C0180020408000400080004040B10040BE
+:1099C00000B0004008B520B14FF461716C2002F086
+:1099D000C1FC014808BD00BF40810040032837B5E5
+:1099E00008D9041FE4B2012C19D940F2CA316C2005
+:1099F00002F0B0FC234900F1100201239340C1F8AA
+:109A0000083300F5A873002241F823201E4B810083
+:109A10005A5053F820300093009B03B030BD1B4DCB
+:109A20002B7893B16A7882420FD1194A1949C2F84A
+:109A30000815012B01D1FFF739FE00232B704FF0E1
+:109A4000FF324FF0FF33C5E90423134A4FF480334C
+:109A5000A340C2F80833C2F8483304F5A87352F89B
+:109A60002300FFF7B3FD012818BF0C4B22B24FEAC9
+:109A700084041CBF00211951084B53F82230019374
+:109A8000019BCAE70080004040810040C0180020D0
+:109A900000F001400000088000B0004040B10040EC
+:109AA00010B50A4B0446012210B1C3F8442310BD7F
+:109AB000C3F84823FFF7FAFD054B4FF0FF304FF096
+:109AC000FF31C3E904011C70F1E700BF00B00040A2
+:109AD000C01800201F4A08B5D2F80433D90311D5A5
+:109AE000D2F8403173B10023C2F84031D2F84005BA
+:109AF000FFF76CFD30B14FF48033C2F80833042017
+:109B000001F0AAFE134AD2F804339B0311D5D2F810
+:109B1000443173B10023C2F84431D2F84405FFF751
+:109B200055FD30B14FF40033C2F80833052001F081
+:109B300093FE084BD3F8042132B10022C3F804216C
+:109B4000054A536801335360044B4FF40062C3F875
+:109B5000802108BD00B00040C018002000E100E0F6
+:109B600038B5364C637BFF2B64D0237883B1012258
+:109B7000022B227319D1324B4FF40022C3F808256F
+:109B8000002323704FF0FF324FF0FF33C4E904236A
+:109B90002C4BD3F8042310030DD5D3F84C2152B12C
+:109BA00040F20F416C2002F0D5FB02236078237055
+:109BB000FFF714FFECE7D3F8042351030DD5D3F8D6
+:109BC000483153B10220FFF709FF1F4B4FF4807259
+:109BD000C3F88021022001F03FFE1A4BD3F8042382
+:109BE00092030DD5D3F8443153B10120FFF7F6FEAF
+:109BF000154B4FF48072C3F88021012001F02CFE38
+:109C0000104DD5F80433DB0316D5D5F840319BB1A0
+:109C10000020FFF7E3FE0C4B4FF48072C3F8802165
+:109C20000020FF236373A060C5F80002BDE8384040
+:109C300001F012BE0620F9E738BD00BFC0180020B1
+:109C400000F001400080004000E100E02DE9F04F0D
+:109C500097B01C46CDE90212DFF8FCA28046FFF760
+:109C600095FD4FF080420123C2F80835DAF8002054
+:109C70000F461360B949082202EB44125318555895
+:109C8000B3F80E90CDF81090D3E901B201EB441C6B
+:109C900006921C7B5A7BDB6800920CF1080C079340
+:109CA0000646BCE80F000DF1380EAEE80F009CE848
+:109CB00003008EE8030025F07F40FEF7FBFF4B46D4
+:109CC00001331C44A64B9842044400F237829C4264
+:109CD00000F3E480002CC0F2C180FFF721FC009B60
+:109CE000012B024608D0DAE90613B3F1FF3F08BFA3
+:109CF000B1F1FF3F00F0B7800192FFF751F940F258
+:109D000056339842019A00F0D78040F2F5539842BA
+:109D100000F0CF80B0F5C67F00F0C580002301932E
+:109D2000002103200591B7F1FF3F08BFB6F1FF3FC7
+:109D30001FD0AE4277EB0B03C0F08280B6EB050C70
+:109D400067EB0B03BCF5000F73F1000380F000829A
+:109D5000A5EB060CBCF1000F33460ADD0598002880
+:109D600000F0AD809AF8200000280CBF08460020C3
+:109D700000E0434615F1FF39A9EB030C4BF1FF312D
+:109D800084454B4657DB002A41D00993029B08913A
+:109D9000B9EB080861EB03020292FFF701F940F208
+:109DA000563C6045DDE90813029A00F0DD8040F280
+:109DB000F55C604500F0BE80B0F5C67F14BF092099
+:109DC0001620804572F1000280F0BA80039A012AC1
+:109DD00000F0CC80059A002A73D1B7F1FF3F08BF8D
+:109DE000B6F1FF3F6DD0B6EB090C67EB0102BCF199
+:109DF000050F72F1000080F28481BCF1010F72F155
+:109E0000000318DA39463346059FB14668E0DAE9BF
+:109E10000620B0F1FF3F08BFB2F1FF3FB5D0DDF83B
+:109E200004C0AA1A6BEB0000624570F10002ACD2CC
+:109E3000009A012AA9D00026304617B0BDE8F08F5D
+:109E4000B5EB060C6BEB0703BCF5000F73F10003D9
+:109E500080D340F23171702002F07CFA04F1F454A6
+:109E600004F5902439E700287FF446AF0190FFF70E
+:109E700097F840F256339842019A00F04B8140F235
+:109E8000F553984200F01D81B0F5C67F00F01F81A8
+:109E90000123032011460192059344E704F1614434
+:109EA00004F5F70419E700210D2303200193059120
+:109EB00039E73223019333E71C23019330E7084647
+:109EC00058E7484605930291FFF77CFC0299059BF1
+:109ED0000027B1F1FF3F08BFB9F1FF3F00F0338128
+:109EE00023F07F402A1A22F07F42013AB2F5000F98
+:109EF000A1D2069B5B191B1A23F07F43B3F5000F19
+:109F000099D80291FEF7D6FE164B0299A4EB0008F1
+:109F100098453BD3041B9C42C0F0DF80104B984512
+:109F200030D89C4240F22881C4F1614404F5F70422
+:109F3000A0462CE03B20804572F10002FFF446AFC2
+:109F40000593009B02915F1E484618BF0127FFF74B
+:109F500039FC059B0299BCE7E0180020581400204A
+:109F6000FF7F841E0040420F25202AE7B7F1FF3F04
+:109F700008BFB6F1FF3F00F0F58039463346B146E1
+:109F80000027ADE708F1F45808F5902844467D4BCA
+:109F900093F8283023B9049B1E33A34280F2A58096
+:109FA000039B012B04D001200291FFF717FD0299BA
+:109FB000049B4BB1A8EB0302012000230291FFF7A1
+:109FC00099FC0299002854D0002342461846029179
+:109FD000FFF790FC0299064600284AD0009BDAF869
+:109FE0001820012BDAF81C3000F08480002F44D1B7
+:109FF000B3F1FF3F08BFB2F1FF3F00F098800120AE
+:10A00000FFF74EFD9AF82030002B40F08980049A2B
+:10A010001932A24280F2A1800024A8EB020223465A
+:10A020000220FFF767FC30B1DAF800301C604FF017
+:10A030008043C3F80845069B1093079B11930023A8
+:10A040008DF850300A934FF0FF324FF0FF33CDE9D7
+:10A050000E5BCDE90C230AAD0FCD4A4C0FC40FCDDA
+:10A060000FC495E80F0084E80F00304617B0BDE834
+:10A07000F08F0120FFF7B2FCDDE6B3F1FF3F08BF30
+:10A08000B2F1FF3F0BD00091FEF7DAFF4FF0FF3245
+:10A090004FF0FF33CAE906230099002FB2D0019B8D
+:10A0A000B9EB030261F100030520FFF723FC002850
+:10A0B0005DD09AF82030002BA9D101238AF82030F6
+:10A0C000A5E7322101233520019105932BE60D21CF
+:10A0D000012310200191059325E62A4B93F828309F
+:10A0E0006442A046002B7FF45BAF4FF4F261702016
+:10A0F00002F030F9B3F1FF3F08BFB2F1FF3FCCD01F
+:10A10000C1E7484608930291059FFFF75BFB029960
+:10A11000089BDEE61C2101231F200191059302E626
+:10A120000520FFF75BFC00238AF820306FE7FEF77D
+:10A130003DFF06F06DFBCAE9060160E740F22141F0
+:10A14000702002F007F940F27C71702002F002F9F1
+:10A1500040F23571702002F0FDF840F2BA717020C3
+:10A1600002F0F8F840F2A361702002F0F3F840F238
+:10A170002621702002F0EEF840F65801702002F01F
+:10A18000E9F800BF601800202DE9F04F8F4F97F8D5
+:10A19000214004EB44033B4483B05E7A202E48D038
+:10A1A0008B4BE5B26400002B00F08980894BDFF80F
+:10A1B0002892002B5FD006EB451207EB420A4FEACC
+:10A1C00045189AF82830013BDBB2052B34D8834A76
+:10A1D00012F803B0BBF1090F2ED0AFF30080EFF3FC
+:10A1E000108372B62C443C449AF829206272A27AF9
+:10A1F000B24204BF2022A27213B9AFF3008062B64C
+:10A20000B044730107EB480809EB4616012259F8E0
+:10A210000330706888F828205946984797F82140FD
+:10A2200004EB44033B44E5B25E7A202E4FEA44043B
+:10A23000C1D103B0BDE8F08F40F26E61702002F032
+:10A2400089F862B6B044730107EB480809EB46167B
+:10A25000012259F80330706888F828205946984739
+:10A2600097F8214004EB44033B44E5B25E7A202E8C
+:10A270004FEA4404DDD006EB451207EB420A4FEAF1
+:10A2800045189AF82830013BDBB2052BD4D8534A45
+:10A2900012F803B0BBF1090FCED0AFF30080EFF39B
+:10A2A000108372B62C443C449AF829206272A27A38
+:10A2B000964204BF2022A272002BC3D1C1E7454BB6
+:10A2C000DFF818B1DFF810A14FF02009002B51D0B2
+:10A2D00006EB451207EB42024FEA451892F8283088
+:10A2E000013BDBB2052BA7D81BF803100929A3D02B
+:10A2F000EFF3108372B62C443C4492F8292062722A
+:10A30000A27A964208BF84F80A90002B54D0B04439
+:10A3100007EB480873010AEB461601225AF803308E
+:10A32000706888F82820984797F8214004EB440388
+:10A330003B44E5B25E7A202E4FEA4404C8D178E768
+:10A3400062B6B044730107EB48080AEB46160122D7
+:10A350005AF80330706888F82820984797F8214009
+:10A3600004EB44033B44E5B25E7A202E4FEA4404FA
+:10A370003FF45FAF06EB451207EB42024FEA451888
+:10A3800092F82830013BDBB2052B3FF655AF1BF8A6
+:10A39000031009293FF450AFEFF3108372B62C4439
+:10A3A0003C4492F829206272A27A964208BF84F84F
+:10A3B0000A90002BC5D1C3E70191AFF3008062B6CC
+:10A3C000B044019907EB4808A4E700BFE01800205B
+:10A3D000000000000000000058140020B006030038
+:10A3E0002DE9F04F85B00D4614461F469DF838B054
+:10A3F000FEF72AFD2E686968031947F10002B3428F
+:10A40000019372EB01030292C0F0CA80DFF8A891B9
+:10A41000DFF8A8810BEB4B034B440393DA46039B15
+:10A420001C7A202C3BD040F2F5578C460FE06B7B1A
+:10A43000012B02D0537D012B56D004EB4A1409EBBB
+:10A44000440494F82940202C29D0D5E9006C08EB6D
+:10A4500044124FEA441B91681369D0685B1840F1BD
+:10A4600000009E427CEB0003E1D240F2563740F2FE
+:10A47000F55608EB0B0C2968AB68DCF808006A6835
+:10A480005B1842F100029842DCF80C3093411AD379
+:10A490009CF81530012B02D06B7B012B03D00120DF
+:10A4A00005B0BDE8F08F411A0091FEF779FDB84282
+:10A4B00000993FD0B04228D0B0F5C67F14BF012329
+:10A4C0000E239942EBDA08EB0B032A7C197E9142AA
+:10A4D0001FD904EB4A1409EB440494F82940202CBA
+:10A4E000DDD04FEA441BC4E7761AFEF759FD40F26F
+:10A4F0005633984220D0B84209D0B0F5C67F14BF79
+:10A5000001230E239E42B0DB97E73323D9E73323A1
+:10A51000F8E7D3E902611C695B7DA61941F10001EE
+:10A52000012B0BD0019BB342029B8B4138D3C5E971
+:10A53000006174E71D23C4E71D23E3E76B7B012B58
+:10A54000F0D00091FEF72CFD40F25633984200996E
+:10A550002CD040F2F553984226D0B0F5C67F14BFF8
+:10A5600001230E239C42DDDAFEF71AFD40F256333A
+:10A5700098421FD040F2F553984219D0B0F5C67FEB
+:10A5800014BF01260E26C344DBF80830DBF80C109C
+:10A59000F618019B41F10001B342029B8B41C6D2E8
+:10A5A000002005B0BDE8F08F3323DBE71D23D9E79A
+:10A5B0003326E8E71D26E6E7E018002058140020BF
+:10A5C0002DE9F047154692F8008092F80BC0AF7A5B
+:10A5D00012891C4686B00023E3602361C4E900337E
+:10A5E00027749DF8389084F80DC00646A360636117
+:10A5F000E28184F811800F46B8F1000F42D1FEF7D6
+:10A6000067FBD5E904C24C4BC31841F1000E9C45D1
+:10A6100072EB0E030AD3013E47F1FF37C4E900672E
+:10A620004FF47A73A36006B0BDE8F087263041F19D
+:10A630000001844572EB0103EDD32889013000212C
+:10A64000844572EB01036AD3BCEB000062EB0101AD
+:10A6500004F10C03009303AA04ABFEF79BFB039BDE
+:10A660006A682889473313441844FEF7EDFBDDE997
+:10A670000432C01A20F07F40C4E90032A06006B066
+:10A68000BDE8F0872D4804A9801A04F10C02FEF7FA
+:10A6900055FB2B4B1B78202B24D02A490B69D1E981
+:10A6A0000521053342F1000A13EB01084AF1000AC3
+:10A6B0006B68227BE089473310441844C4E9008A60
+:10A6C000FEF7C2FB3246A0603B462869CDF80090F9
+:10A6D0002146FFF785FE0028A5D1C4E9006706B032
+:10A6E000BDE8F087637B16F1090847F1000A012BEA
+:10A6F000DED0FEF715FF0028DAD1FEF751FC40F25C
+:10A70000563398420ED040F2F55398420FD0B0F530
+:10A71000C67FCDD116F1160847F1000AC8E74046BA
+:10A72000414695E716F1250847F1000AC0E716F102
+:10A730003B0847F1000ABBE70040420FFF7F841E41
+:10A7400058180020601800202DE9F047374DDFF839
+:10A75000E08000EB40032B4406461C7A4700FFF7DD
+:10A760001BF84FF0200C4FEA461E08EB44110EEB8D
+:10A770000403D1F808A00A69AAEB000929F07F496F
+:10A78000B9F5000F05EB43030DD812EB0A02121ABC
+:10A7900022F07F42B2F5000F05D8BCF1200F0BD19B
+:10A7A0002046BDE8F08793F82930202BA4461C46AC
+:10A7B000DBD1BCF1200FF3D0BB192B440CEB4612BC
+:10A7C00005EB420293F8088092F829201A72710171
+:10A7D00044464FF0040E0B1905EB43032246944503
+:10A7E000204683F828E093F82940F4D1BB192B4484
+:10A7F0000A4493F80AE0BEF1200F5FFA8EFC18BFFE
+:10A800008C443E4418BF05EB4C0C05EB420235442A
+:10A8100008BF83F809804FF0200318BF8CF8298007
+:10A82000A87282F829302046BDE8F087E0180020A1
+:10A83000581400202DE9F0414E4D01EB41032B440B
+:10A840000C461E7A202E80464FEA410741D14A4BE2
+:10A850000BB1AFF3008005F0DBFF95F82230202B21
+:10A860000AD0464BD3E904E210F1020C41F1000397
+:10A87000E64572EB030331D3202E0AD0424633461D
+:10A88000FFF7E4F900283FD085F822600220BDE8F8
+:10A89000F081D5E90623B3F1FF3F08BFB2F1FF3FD6
+:10A8A0001FD195F8203043BB0420FFF797F805F03F
+:10A8B000BDFF0020FFF7F4F829684FF08042202008
+:10A8C00085F8220000230B600120C2F80835BDE89E
+:10A8D000F0810846FFF738FF8642B8D00020BDE877
+:10A8E000F081FEF7ADFB4FF0FF334FF0FF32C5E9CB
+:10A8F000062395F82030002BD6D00520FFF76EF800
+:10A90000002385F82030CFE73B192B4406EB441297
+:10A9100005EB420293F808E092F829201A726101CF
+:10A9200073460420CA189C4605EB4202664592F81D
+:10A93000293082F82800F5D13B192B443C44987A01
+:10A940002028C2B218BF5218614418BF05EB42025A
+:10A9500005EB4101254408BF83F809E04FF02003CF
+:10A9600018BF82F829E085F80AC081F82930002054
+:10A97000BDE8F081E0180020000000006018002011
+:10A98000F8B5194A194D002342F2200020214FF05A
+:10A99000FF364FF0FF37A972288185F82130136008
+:10A9A00082F82830C2E90267AB73C5E906671C4626
+:10A9B00085F8221085F8203005F1280202F81430BD
+:10A9C0000134202CFAD101260948EE7301F076FEFD
+:10A9D000084B1870084B1C7001F0E0FE2860FEF771
+:10A9E00081FE85F82360F8BD60180020E018002083
+:10A9F00089A1000090180020581800202DE9F04F80
+:10AA000085B005F005FFC04E0746884605F00EFFED
+:10AA1000D6E90223B3F1FF3F08BFB2F1FF3F05D0F3
+:10AA20004FF0FF324FF0FF33C6E9022396F828308B
+:10AA3000ABB94FF40C71B069FEF782FA33697269F1
+:10AA4000B169023342F100025B1842F100021B18A7
+:10AA500042F100029F4278EB020380F06181AB4C2F
+:10AA60004FF0FF304FF0FF31FEF7ACFEE37B002BE1
+:10AA700040F04581A64991F800B00122BBF1200FBA
+:10AA8000E27300F0378120220A7084F82220A37339
+:10AA9000336094F8213003EB430AA2445FFA83F950
+:10AAA0009AF808505B009542009307D0994B03EB4E
+:10AAB00045102A46407E012800F0C580009BDFF843
+:10AAC00058A203EB0908202DA0444FEA491708D0EB
+:10AAD0004846FFF739FE854203D098F80850202DEC
+:10AAE000F6D1BAF1000F01D0AFF3008005F090FE6F
+:10AAF00094F82230202B09D0D6E9042310F1020E5D
+:10AB000041F1000C724573EB0C03E6D3202D38D0D5
+:10AB10002B460122FFF79AF8002859D084F82250DA
+:10AB200007EB0B0304EB430393F82820022A1DD103
+:10AB3000009A4A442244062183F82810917ACBB225
+:10AB400020291CBFDB1904EB43035F4418BF83F8C3
+:10AB500029B0009B08BF82F809B04B44234404EBA2
+:10AB6000470783F80AB0202387F82930FF2323748E
+:10AB7000009B4B441C44637A202B5DD105B0BDE89B
+:10AB8000F08FD4E90623B3F1FF3F08BFB2F1FF3FD6
+:10AB900007D0FEF755FA4FF0FF324FF0FF33C4E90C
+:10ABA000062394F82030002B3FD10420FEF716FF37
+:10ABB00005F03CFE0020FEF773FF21684FF0804255
+:10ABC0000023202084F822000B60C2F80835A7E794
+:10ABD0007B1904EB430398F8080093F8293088F8B0
+:10ABE0000830024604211346BA1804EB42029D4283
+:10ABF00082F8281092F82920F5D198F80A1088F8E0
+:10AC00000A30CAB220291CBFD21904EB42023B44CD
+:10AC100004EB430318BF82F829004FF0200208BF5D
+:10AC200088F8090083F8292057E70520FEF7D6FEAB
+:10AC3000002384F82030B8E7384B187805B0BDE819
+:10AC4000F04F01F067BD0978202914D0316970698F
+:10AC50004F1DB16940F10000791840F100000190EA
+:10AC600003EB4213D3E9020288420198824128BFD4
+:10AC7000C3E9021022E701FB0531487D17F1090104
+:10AC800048F1000C0128CDF804C0E9D0CDE902510B
+:10AC9000FEF746FCDDE902211E4B10B19AF8085080
+:10ACA000DEE7CDE90221FEF77BF940F25635A842F6
+:10ACB000029A184B0CD040F2F555A84214D0B0F5CA
+:10ACC000C67F03990AD0009848442044057AC7E714
+:10ACD00017F1250148F100000190F4E717F1160182
+:10ACE00048F100000190EEE717F13B0148F1000048
+:10ACF0000190E8E74FF43171702001F02BFB40F236
+:10AD0000C121702001F026FB60180020E01800200F
+:10AD1000581800205814002000000000901800204F
+:10AD2000074B084A1B78580102EB431308211258BD
+:10AD30005868904740F2B621702001F00BFB00BF2D
+:10AD4000581800205814002070B5134C0D460646C4
+:10AD5000FEF782FA94F8213004F1280CD9B20CEBFA
+:10AD6000831C002302E00133202B12D01CF8132097
+:10AD7000D8B2002AF7D103EB4111084A04EB410491
+:10AD8000590102EB43135650012284F828205D60DC
+:10AD900070BD184670BD00BFE01800205814002098
+:10ADA0001F280AD80C4991F8213000EB431301EB1E
+:10ADB000430393F82820012A01D00020704791F81E
+:10ADC000213000EB431301EB43034FF0000C10461E
+:10ADD00083F828C0704700BFE018002010B5094C68
+:10ADE00004EB4014D4E90201FDF772FF227DE38AEF
+:10ADF0009B1803F101034FF000025241181842EB77
+:10AE0000010110BD581400200378002B40F0EF80A2
+:10AE10002DE9F04F804A5368C3F308038BB0824694
+:10AE2000002B40F0CF80DFF8F4917D4FDFF8F4B1D4
+:10AE300009F1080827B1002140F24940AFF3008032
+:10AE400099F82140E4B24FF0000389F8103027B19F
+:10AE5000002140F24E40AFF30080734B661C03EBC1
+:10AE6000841E06F0010503EB851CBEE80F00ACE86C
+:10AE70000F00BEE80F00ACE80F00BEE80F00ACE822
+:10AE80000F009EE80F0024B28CE80F002E4627B179
+:10AE9000002140F2DE30AFF3008004EB440405EB08
+:10AEA000450508EB040338F804209B7828F80520B2
+:10AEB0004544AB7057B1002140F2E230AFF300805F
+:10AEC00027B1002140F25340AFF3008005F0A0FC11
+:10AED000009604AB524604460D46FFF771FB27B1BE
+:10AEE000002140F25A40AFF30080504B1B78202BDA
+:10AEF00044D0DBF81030DBF81420DBF818100533F1
+:10AF000042F100025B1842F10002DDE904019842BF
+:10AF100071EB020C009628D3454822462B4604A923
+:10AF2000FFF75EFAC0B1DDE90401FDF7D1FEBDF81F
+:10AF30001E309DF81C401B1903F101034FF0000265
+:10AF400052411B1842EB0102CAE9043227B1002129
+:10AF500040F26D40AFF3008099F81030002B7FF481
+:10AF600069AF01200BB0BDE8F08FCDE9043204A930
+:10AF700022462B462E48FFF733FAD4E79DF81D10E2
+:10AF800014F1090345F100020129BED0CDE90232D6
+:10AF9000FEF7C6FADDE902320028B6D1FEF700F866
+:10AFA00040F25631884232D040F2F551884229D0E1
+:10AFB000B0F5C67FDDE90232A7D114F1160345F1E1
+:10AFC0000002A2E7103B59B2002912DB01F16041F7
+:10AFD00001F5614191F8000340090028C2D0DFF873
+:10AFE0003C900F4FDFF83CB009F1080822E7002041
+:10AFF000704703F00F03043B1344187E40090028F8
+:10B00000EDD1AFE714F13B0345F100027DE714F108
+:10B01000250345F1000278E700ED00E0E01800208C
+:10B0200000000000601800200819002058180020B7
+:10B030000040420F2DE9F04FB14A536891B0C3F37D
+:10B04000080303900791002B40F03D8208230693EC
+:10B05000079B1B78012B00F2E882DFF8A8B2BBF156
+:10B06000000F04D0002140F24350AFF300800023D2
+:10B07000DFF894A2DFF8948204930124BBF1000F5F
+:10B0800004D000214FF4AA60AFF3008024B9A04B94
+:10B090000BB1AFF3008062B69AF821305FFA83F902
+:10B0A000CDF814904FF000038AF81030069B002B67
+:10B0B00040F0AB80BBF1000F04D0002140F264509F
+:10B0C000AFF3008005F0A4FB059B0093079A0AAB41
+:10B0D0000446FFF775FABBF1000F04D0002140F2DF
+:10B0E0006C50AFF30080039B03EB49130AEB43035F
+:10B0F0004FEA491693F82830013B012B00F2CB8030
+:10B10000DDE90A3224F07F441D1B25F07F4121F048
+:10B110000101002940F0D680039A09EB490353440A
+:10B12000B218997A0AEB4202042082F828002029FA
+:10B130004FEA49020992CAB200F015823244039BD9
+:10B140000AEB420282F829301A464FEA49034B447F
+:10B15000534416440AEB46069A72202386F8293097
+:10B16000002304930125BBF1000F04D0002140F21D
+:10B170007150AFF30080674B0BB1AFF30080EFF37A
+:10B180001086344672B69AF81030002B7FF476AFF2
+:10B19000039B0AAF08EB43140FCF08340FC497E8A2
+:10B1A000030084E80300A5B1069B002B00F0B281E8
+:10B1B000049B23B1584B1B78202B00F0FC819AF89C
+:10B1C0002130DB4303F001038AF82130FF238AF8A2
+:10B1D000103026B94E4B0BB1AFF3008062B6BBF115
+:10B1E000000F04D000214FF4B560AFF30080002DB4
+:10B1F00053D1BBF1000F04D0002140F2B450AFF3A3
+:10B200000080284611B0BDE8F08F059A434B551CCD
+:10B2100005F0010503EB821E03EB851C17B2BEE8A7
+:10B220000F00ACE80F00BEE80F00ACE80F00BEE86E
+:10B230000F00ACE80F009EE80F00A9468CE80F0055
+:10B240002EB2BBF1000F04D0002140F2DE30AFF38C
+:10B250000080334B07EB470706EB4606DA19D95B4C
+:10B260009278995333449A70BBF1000F0CD00021AF
+:10B2700040F2E230AFF30080BBF1000F04D00021B8
+:10B2800040F25A50AFF300809AF81030002B7FF450
+:10B29000F5AE05950EE7002565E79AF8213003EB3A
+:10B2A000430353445B7A202BA3D0BBF1000F04D09F
+:10B2B000002140F2AF50AFF300801A4B187801F034
+:10B2C00029FA96E725F07F45B5F5000F3FF624AF44
+:10B2D0000C99C9180C1B24F07F44B4F5000F3FF6FD
+:10B2E0001BAF09EB490151440C7A4FEA4901202C6C
+:10B2F000099100F045812021944604911A4627E0E7
+:10B3000000ED00E000000000E018002058140020CC
+:10B31000000000000000000058180020081900205C
+:10B32000E8180020901800209DF83510012903D05E
+:10B33000417D012900F0B18033190AEB430393F8F2
+:10B340002930202B00F02B81DDE90A2C04941C46C7
+:10B3500008EB4410650187680169C368C91943F1A6
+:10B36000000E8A427CEB0E03DED213466246049F37
+:10B370000C9908EB0500C918D0F808C042F100028A
+:10B380008C45C16871EB020275D3427D012A03D05E
+:10B390009DF83520012A59D0049B9F4200F0EA8095
+:10B3A000202F00F04781049B202B06EB07030AEBBC
+:10B3B000430393F8292000F02F81049BF3180AEB34
+:10B3C000430393F8294083F8292022460520B31827
+:10B3D0000AEB430311468F4293F8292083F8280093
+:10B3E000F5D1099B4B445344987A202808BF5C72DE
+:10B3F000099B4B44C1B253441CBF89190AEB41015C
+:10B400009F72039B18BF81F82940F318F1190AEBCA
+:10B4100043030AEB4101202081F8290083F8292009
+:10B42000049B834200F0B2801C4634440AEB44047F
+:10B43000039B84F8293000230493039B1E440AEBEA
+:10B440004606032386F8283001258CE6ACEB03037F
+:10B450000893FDF7A5FD40F256339842089B55D05E
+:10B4600040F2F55290424DD0B0F5C67F14BF012294
+:10B470000E229A4290DD45449DF838302A7E9A4249
+:10B480004FD933190AEB4303274693F82940202C60
+:10B490006CD0DDE90A3265016AE7D71BFDF780FD54
+:10B4A00040F25633984233D040F2F55398422BD0B5
+:10B4B000B0F5C67F14BF01220E22BA427FF73CAF1F
+:10B4C000DDE90A3253E7103B59B2002943DB01F1B1
+:10B4D000604101F5614191F800335B090693002B4F
+:10B4E0007FF4B6AD584B1B78202B00F0A880079B4B
+:10B4F0001B780693002B3FF4B0AD40F23C51702016
+:10B5000000F028FF3322B4E73322D6E71D22B0E74C
+:10B510001D22D2E7FF238AF81030002E7FF45FAEA1
+:10B5200058E6099B039A4B445344B218997A0AEBA4
+:10B5300042020420202982F82800CAB208D03244EE
+:10B54000039B0AEB420282F829301A46099BFEE56A
+:10B55000039A5A72FAE703F00F03043B13441B7E6D
+:10B560005B090693BBE7039A5A72EEE5049B9F4280
+:10B570007FF419AF202B11D1099B4B4453441C7A03
+:10B58000039BF3180AEB430383F82940099B039AB2
+:10B590004B4453441A72012304934EE71C4633195B
+:10B5A0000AEB430393F82920039BF3180AEB4303A8
+:10B5B00083F8292039E705990220FFF73BF9002895
+:10B5C0007FF4FDAD9AF82130039F03EB4301514412
+:10B5D00007EB43128C7A0AEB42020420202C82F8FB
+:10B5E0002800DDB24FEA4312E0B24FEA430319D01C
+:10B5F00011180AEB410181F8297039462B44534454
+:10B600000A440AEB420299722023049D82F82930F1
+:10B61000002E7FF4E4ADDDE5099B4B4453441C7AD6
+:10B620001A72D2E64F723946E8E74FF4A8617020EB
+:10B6300000F090FE4FF4E871702000F08BFE40F2B5
+:10B640003951702000F086FE581800202DE9F84F7F
+:10B650007B4CDFF8F08105464FF0010B04F1080A3E
+:10B66000B8F1000F04D0002140F2C650AFF30080C3
+:10B67000BBF1000F04D1744B0BB1AFF3008062B685
+:10B680004FF000032374B8F1000F04D0002140F202
+:10B69000CB50AFF3008094F821606C4BB14601367B
+:10B6A00006F0010703EB891E03EB871CBEE80F00C1
+:10B6B000ACE80F00BEE80F00ACE80F00BEE80F00DA
+:10B6C000ACE80F009EE80F003E468CE80F00B8F192
+:10B6D000000F04D0002140F2DE30AFF3008009EB10
+:10B6E000490907EB47070AEB09033AF809209B7859
+:10B6F0002AF807205744BB70B8F1000F04D000218E
+:10B7000040F2E230AFF30080237C03F0FF01002B16
+:10B7100040F08680B8F1000F03D040F2D550AFF36F
+:10B72000008005EB461304EB4303770193F82820D0
+:10B73000032A73D106EB4602224492F808904D4545
+:10B7400078D0B9F1200F69D04B4601E0202B65D0AD
+:10B75000FA1804EB4202194692F829309D42F5D1BD
+:10B76000202D5BD07B19394404EB430304EB4101EA
+:10B7700093F8293081F82930B8F1000F0CD000215E
+:10B7800040F24B30AFF30080B8F1000F04D000213D
+:10B7900040F2DA50AFF300802F4404EB4707012357
+:10B7A00087F82830B8F1000F04D0002140F2E350B0
+:10B7B000AFF30080264B0BB1AFF30080EFF3108B9B
+:10B7C00072B6237C002B7FF44BAF4D4503D1214B48
+:10B7D0001B78202B1CD094F82130DB4303F00103AD
+:10B7E00084F82130FF2323740124BBF1000F04D11E
+:10B7F000154B0BB1AFF3008062B6B8F1000F04D067
+:10B80000002140F20560AFF300802046BDE8F88FCC
+:10B8100031460220FFF70EF80028DCD10024E4E7CF
+:10B82000B8F1000F3FF424AF002140F2D150AFF344
+:10B83000008015E7202DF1D093F8293013729BE793
+:10B84000E01800200000000000000000081900209F
+:10B85000000000005818002070B506280DD8DFE859
+:10B8600000F01C52040C0C740D00B14A4FF08041E2
+:10B8700012680123C1F80835136070BDAD4D2B78F7
+:10B88000202B00F09180AC4C5A0104EB4313A258DA
+:10B890005868BDE8704005211047A54CD4E906233F
+:10B8A000B3F1FF3F08BFB2F1FF3F00F0D080A34EDD
+:10B8B0000120FEF7F5F8737F012B04D0FDF730FE71
+:10B8C000002800F030819B4D2B78202B00F09B80CE
+:10B8D000FF23A373D6E90223B3F1FF3F08BFB2F100
+:10B8E000FF3F05D00520FEF705F8002800F016817F
+:10B8F0002B78914A590102EB4313BDE8704052582E
+:10B900005868012110478B4D2B78202B00F0A68022
+:10B910008A4E737F012B04D0FDF702FE002800F051
+:10B92000F380834CD4E90623B3F1FF3F08BFB2F1A3
+:10B93000FF3F61D02B78804A590102EB4313BDE8E9
+:10B9400070405258586800211047794C94F82030C4
+:10B950007BB1D4E90623B3F1FF3F08BFB2F1FF3F4B
+:10B9600000F0A2800120FEF79BF8002384F820302D
+:10B9700070BD704D2A78202A00F09D806F4E4FF0E8
+:10B98000FF324FF0FF33C6E90223A37B002B00F008
+:10B99000B6802B78684A590102EB4313BDE870402A
+:10B9A0005258586806211047614890F8213003EB3F
+:10B9B00043010144DAB20B7A202B00F0AA8003EB9A
+:10B9C000421200EB420292F829400C72FF210174EE
+:10B9D000022182F82810584C58492B700022C2735B
+:10B9E00081F8282004EB4312127E002A7FF44CAF2A
+:10B9F00001F0DEF82B7847E7FDF7D8FA04F008FFEE
+:10BA0000C4E9060196E794F82130DAB203EB430368
+:10BA10002344197A20297CD001EB421204EB420224
+:10BA200092F829001872FF232374434B297003EB0B
+:10BA300041110023097EE37386F82830022382F83F
+:10BA4000283000297FF444AF01F0B2F840E7FDF759
+:10BA5000ADFA04F0DDFEC4E9060128E7344A92F8A5
+:10BA6000213003EB43001044DBB2017A202950D08F
+:10BA700001EB431302EB430393F829400472FF20C8
+:10BA80001074022083F828002B4B297003EB41111E
+:10BA90002A4E097E0023D37386F8283000297FF4CC
+:10BAA00038AF01F085F834E7FDF780FA04F0B0FE16
+:10BAB000C4E9060156E794F82120D1B202EB420214
+:10BAC0002244107A202824D000EB411104EB4101DC
+:10BAD00091F829601672FF222274174A287002EB2F
+:10BAE0004010164E027EE37386F82830022381F858
+:10BAF0002830002A7FF443AF01F05AF83FE740F2C4
+:10BB00004361702000F026FC40F25161702000F08B
+:10BB100021FC40F24721702000F01CFC40F22F6114
+:10BB2000702000F017FC40F22961702000F012FC38
+:10BB3000E018002058180020581400206018002039
+:10BB400070B5274B1A78202A86B044D0254CD4E90A
+:10BB50000213B3F1FF3F08BFB1F1FF3F36D1224DD1
+:10BB600005EB42150646D5E90201FDF7B1F8EA8A70
+:10BB70002B7DD31803F101034FF0000252419B19B2
+:10BB800042F1000218180DF10B0342EB0101009382
+:10BB900003AA04ABFDF7FEF89DF80B20DDE90431A4
+:10BBA0000F2A94BF002201229B1841F10001C4E931
+:10BBB00002310E4B9B7B13B9012006B070BDD4E956
+:10BBC00002230520FDF796FE06B070BD40F62F015A
+:10BBD000702000F0BFFB40F62E01702000F0BAFB91
+:10BBE000581800206018002058140020E018002089
+:10BBF000FDF7D2BD38B5234B93F800E0BEF1200F1E
+:10BC00003AD0214D95F8213095F821C003EB43033C
+:10BC10002B445FFA8CFC1B7A202B1FD01B4C4FEA65
+:10BC20004C1C06E0634405EB430393F82930202BBA
+:10BC300014D004EB4312117E8142F3D804EB4E146E
+:10BC4000D4E9021320694018D2E9021243F100033B
+:10BC5000814272EB030304D2002038BD4FF0FF3065
+:10BC600038BD0B4B081A1C68FDF724F804F13203A9
+:10BC70008342F1D8001B38BD40F66801702000F007
+:10BC800069FB00BF58180020E0180020581400205D
+:10BC9000601800202DE9F04F8D4B1E7887B0202EC4
+:10BCA000019000F010818B4F8B4D97F8213003EB02
+:10BCB00043033B44804628681C7A2B6903930DF1AB
+:10BCC0001302AB6902938946404405A9FDF736F893
+:10BCD000824BA8F132029A4261D8DFF80482059BB8
+:10BCE000696908EB4616B2689B1832699B182A6985
+:10BCF0009B1A23F07F40B0F5000F50D897F821A091
+:10BD0000AB61202C85F820905FFA8AFA18BF4FF0BB
+:10BD1000200B00F0CB8008EB441C9B18DCF80800DB
+:10BD200041F100019842DCF80C308B414FEA441697
+:10BD30004ED39CF81530012B02D06B7F012B32D0F3
+:10BD40000520FDF74BFE97F821104FF0FF324FF022
+:10BD5000FF33BBF1200FC5E90223C9B240F0A48034
+:10BD600001EB4101394420240B7A594A97F82110FC
+:10BD7000127802EB411207EB420282F829302B685D
+:10BD8000019A13442B60FF233B74202C40D0554B69
+:10BD9000187800F0BFFC002007B0BDE8F08F01204C
+:10BDA00007B0BDE8F08FA0EB0209FDF7F9F840F20B
+:10BDB0005633984220D040F2F55398421AD0B0F54D
+:10BDC000C67F14BF01230E234B45B9DD95F82090A3
+:10BDD0004644337E4B4511D904EB4A1307EB43032A
+:10BDE00093F82930202B17D0A346D5E904211C460F
+:10BDF000AB6990E73323E7E71D23E5E7DDE902318F
+:10BE00002A695B189B1A0220AB6107B0BDE8F08F6E
+:10BE1000002007B0BDE8F08F0520FDF7DFFD4FF0F3
+:10BE2000FF324FF0FF3397F82110C5E90223C9B262
+:10BE300001EB41033B4404EB411207EB420293F850
+:10BE400008A092F829201A724FEA410C4801534683
+:10BE50004FF0050800EB030E07EB4E0E1A46944216
+:10BE60001E468EF828809EF82930F3D10CEB010E87
+:10BE7000BE4461449EF80A90B9F1200F5FFA89F838
+:10BE800018BF80443944024418BF07EB480807EB49
+:10BE900042028E724FF0200114BF88F829A08EF85C
+:10BEA00009A082F8291060E75C46C1E70520FDF78C
+:10BEB00095FD97F821104FF0FF324FF0FF33C5E9A1
+:10BEC0000223C9B24CE74FF40961702000F042FA36
+:10BED00058180020E018002060180020CE3F420FC4
+:10BEE00058140020901800202DE9F04FA64C94F82B
+:10BEF000213000EB431304EB430383B093F8283065
+:10BF0000002B00F03C8194F82170DFF88082054618
+:10BF1000FFB2B8F1000F04D0002140F6CF00AFF31C
+:10BF200000807E0105EB471704EB4707B8F1000FCF
+:10BF300040F0E880771904EB470797F82830012B89
+:10BF400009D0043B022B40F2D08004F000FD97F8AA
+:10BF50002830012BF5D1DFF838B201230193ABF182
+:10BF6000200AB8F1000F04D0002140F6E600AFF33C
+:10BF70000080019B23B9874B0BB1AFF3008062B601
+:10BF80004FF000032374B8F1000F04D0002140F6F5
+:10BF9000EB00AFF3008094F82160B1460BEB891EF3
+:10BFA000BEE80F00013606F001070BEB871CACE87A
+:10BFB0000F00BEE80F00ACE80F00BEE80F00ACE8D1
+:10BFC0000F009EE80F003E468CE80F00B8F1000F0E
+:10BFD00004D0002140F2DE30AFF3008009EB4909C4
+:10BFE00007EB47070AEB09033AF809209B782AF880
+:10BFF00007205744BB70B8F1000F04D0002140F275
+:10C00000E230AFF30080237C03F0FF01002B40F00F
+:10C010008E80B8F1000F03D040F6F500AFF300803A
+:10C0200006EB460323444FEA46095F7ABD4200F01F
+:10C030009B80202F30D0700101E0202F2CD0C3191D
+:10C0400004EB430339463A4693F82970BD42F4D1D4
+:10C05000202D21D00144284404EB400004EB410191
+:10C0600090F8293081F82930B8F1000F06D000216E
+:10C0700040F243300192AFF30080019A09EB0603CE
+:10C0800023449B7A9F4260D0B8F1000F0CD000216E
+:10C0900040F24B30AFF30080B8F1000F04D0002124
+:10C0A00040F6F900AFF300803B4B0BB1AFF30080DB
+:10C0B000EFF31083019372B6227C002A7FF451AF14
+:10C0C00084F82160FF22227423B9324B0BB1AFF305
+:10C0D000008062B6B8F1000F04D0002140F60B10CA
+:10C0E000AFF3008003B0BDE8F08F731904EB430396
+:10C0F000DFF89CB0012283F8282001230193ABF1E3
+:10C10000200A2EE797F82830012B3FF424AF043B98
+:10C11000022B16D9002140F6DB00AFF3008004F0BB
+:10C1200016FC002140F6DF00AFF30080FEE6B8F118
+:10C13000000F3FF41EAF002140F6F100AFF3008086
+:10C140000FE7012387F82830EBE7B8F1000F06D09E
+:10C15000002140F246300192AFF30080019A09EBD2
+:10C16000060323449A728FE7202D95D005EB4612E3
+:10C1700004EB420292F829205A72202274E740F61A
+:10C18000C601702000F0E6F8E01800200000000072
+:10C1900008190020000000000000000070B586B003
+:10C1A00063BB064610460D46FCF784FD0DF10B03FC
+:10C1B0000446009303AA04AB29463046FCF7EAFD87
+:10C1C000039A1349A31A8B420BD3121B8A420ED334
+:10C1D00010498B420DD88A4215D9C2F1614303F54B
+:10C1E000F7030A9AA2F10F00C01A06B070BD5342BD
+:10C1F000F7E703F1F45303F59023F2E740F611114A
+:10C20000702000F0A7F840F65801702000F0A2F866
+:10C210000040420FFF7F841EBFF34F8F0549064B3E
+:10C22000CA6802F4E0621343CB60BFF34F8F00BFD4
+:10C23000FDE700BF00ED00E00400FA05094B012214
+:10C240005A604FF0FF32C3F80823074B4FF4804287
+:10C25000C3F88020BFF34F8FBFF36F8FC3F88021E7
+:10C26000704700BF00E0004000E100E0094B012200
+:10C270005A604FF0FF32C3F80823074B4FF4805247
+:10C28000C3F88020BFF34F8FBFF36F8FC3F88021B7
+:10C29000704700BF00C0004000E100E0084B0022F2
+:10C2A000C3F8FC2F0122C3F8FC2F064B0222C3F86F
+:10C2B0008020BFF34F8FBFF36F8FC3F8802170478B
+:10C2C0000010004000E100E0F8B51B4E3378054651
+:10C2D0000C4617466BBBFCF70BFC184B7760002D28
+:10C2E00008BF1D4628463472FFF7D8FFFFF7BEFF90
+:10C2F000FFF7A4FFFCF7BCFF0546C0B9FEF740FB03
+:10C30000FCF7AAFFFCF7F4FE04F08BF9002C0CDB21
+:10C3100004F01F026409A40004F1604404F56144C0
+:10C3200001239340C4F880312360012333702846F1
+:10C33000F8BD4FF0FF35FAE788190020B606030074
+:10C3400008B572B6024B5B6803B19847FFF764FF0C
+:10C35000881900201FB572B6134B5D688DB9FFF7C1
+:10C360005BFFB2FBF6F2DCB20133002AF9D104F133
+:10C3700010036B4403F80C2C0A2234B901A8A84717
+:10C38000EDE7024600230A26EDE7631E04AEDCB2A9
+:10C3900056FA83F3B0FBF2F602FB1600303003F8D6
+:10C3A0000C0C3046E9E700BF88190020074B93F9D1
+:10C3B0000830002B09DB5A09012103F01F0301FAA1
+:10C3C00003F34032024941F82230704788190020B7
+:10C3D00000E100E0014B1878704700BF8819002089
+:10C3E0002DE9F84FDFF8C4A0314C324DDFF8C8908A
+:10C3F000074601269AF800805FFA88F8FF238AF83A
+:10C400000030B8F1000F01D08AF80130EFF310824C
+:10C4100072B600236660C4F80031C4F80431C4F871
+:10C42000047526603AB962B605E0D4F8043133B930
+:10C430002B69DB0620D4D4F80031002BF5D0D4F8DA
+:10C440000431002BE2D1B8F1000F13D19AF801307A
+:10C45000DBB28AF8018003214FF48042C4F808134C
+:10C46000C4F80481C4F80081C9F880218AF80080EA
+:10C47000002BBFD1BDE8F88F4FF48043C9F880315D
+:10C48000EFF3108B72B60323C4F80433D4F80031F1
+:10C4900013B9D4F804311BB1BBF1000FCBD1C2E703
+:10C4A00004F055FABBF1000FC5D1BCE79419002088
+:10C4B00000E0004000ED00E000E100E070B516464D
+:10C4C000DA078CB01D4686468C4640F1A280C37BBD
+:10C4D0008DF80030837B8DF80130437B8DF802307E
+:10C4E000037B8DF80330C37A8DF80430837A8DF89E
+:10C4F0000530437A8DF80630037A8DF80730C3791A
+:10C500008DF8083083798DF8093043798DF80A3039
+:10C5100003798DF80B30C3788DF80C30837842782E
+:10C520008DF80D3003788DF80F308DF80E20CA7B12
+:10C530008B7B8DF810208DF811304A7B0B7B8DF8AA
+:10C5400012208DF81330CA7A8B7A8DF814208DF86A
+:10C5500015304A7A0B7A8DF816208DF81730CA7983
+:10C560008B798DF818208DF819304A790B798DF870
+:10C570001A208DF81B30CA788B788DF81C208DF826
+:10C580001D304A780B788DF81E208DF81F306C46D0
+:10C590002046FFF725FFAB0731D59DF82F009DF80A
+:10C5A0002E109DF82D209DF82C30307071709DF864
+:10C5B0002B009DF82A10B270F3709DF829209DF889
+:10C5C0002830307171719DF827009DF82610B271E6
+:10C5D000F3719DF825209DF82430307271729DF81A
+:10C5E00023009DF82210B272F3729DF821209DF86D
+:10C5F000203030737173B273F3730CB070BD0DF1F2
+:10C60000200CBCE80F0030607160B260F3600CB0C9
+:10C6100070BDDEF80410DEF80820DEF80C3000688B
+:10C620006C46A646AEE80F00DCF80000DCF804100B
+:10C63000DCF80820DCF80C30AEE80F00A8E700BFFB
+:10C640001B4B4FF4805270B5C3F88020BFF34F8F5F
+:10C65000BFF36F8F174D184C0021C5F80011C3F8B8
+:10C6600080212669236943F0100323610123C5F863
+:10C67000043306F010062B60D5F80031A3B11EB9C3
+:10C68000236923F0100323610A4B0122D3F8080524
+:10C690005A60C3F808230022C3F80021044B4FF46A
+:10C6A0008052C3F8802170BD04F051F9E4E700BF67
+:10C6B00000E100E000C0004000ED00E038B50C49AA
+:10C6C000024605200138C0B2FF2803D14821692065
+:10C6D000FFF740FE01EBC0031D7905F0FF04002DBC
+:10C6E000F0D141F8302001225C719C711A7138BD83
+:10C6F00098190020042808B503D94F216920FFF7B5
+:10C7000029FE034B03EBC0000023037108BD00BFEB
+:10C7100098190020042808B503D958216920FFF78B
+:10C7200019FE094B03EBC0000379012B01D05921FD
+:10C73000F4E7437982790133DBB29A4218BF43713F
+:10C74000BDE80840FFF732BE9819002070B5124CC2
+:10C7500006250026013D15F0FF0500D170BD94F8B7
+:10C76000281004EBC1031A79012A09D158799A7962
+:10C77000904205D05A79D2B29A7154F83130984724
+:10C7800094F828300133DBB2042B94BF84F82830AE
+:10C7900084F82860DEE700BF9819002008B504F08F
+:10C7A0006AF870B904F070F858B904F076F840B936
+:10C7B00004F085F8044A054B002808BF13461846C4
+:10C7C00008BD024BFBE700BF00E701400C0500403D
+:10C7D00008B504F074F808B3EFF3108072B6104A8D
+:10C7E0001369116941F010011161A2F5406203F073
+:10C7F0001003D2F80011D2F804210A4300D040BF40
+:10C8000020BF00BF00BF00BF00BF23B9044A1369A7
+:10C8100023F01003136100B962B608BD20BFFCE726
+:10C8200000ED00E0914270B53BD2B2FA82F33BB129
+:10C83000C3F1200420FA04F49940214398409A401F
+:10C84000160CB1FBF6FC06FB1C1424041FFA82FE36
+:10C85000030C85B204EB10400CFB0EF4844206D9A5
+:10C86000201A90428CBF02200120ACEB000C03EB9D
+:10C8700001410CFB1211B1FBF6F006FB101105EBA8
+:10C88000014100FB0EFE8E454FEA0C4C06D9AEEB83
+:10C89000010E96458CBF02220122801A40EA0C004C
+:10C8A00070BD73219620FFF755FD00BF2DE9F843B9
+:10C8B0001C4652EA040349D0074615460E467CB989
+:10C8C000914208D321463046FFF7ACFF04462A4682
+:10C8D000384604FB1561FFF7A5FF2146BDE8F88344
+:10C8E000B4FA84F9B9F11F0F34DC4FF0010808FAEB
+:10C8F00009F2A2FB051320FA08F002FB043226FA23
+:10C9000008F140EAC670FFF78DFFC9F11F03D84058
+:10C910004FF0000118D0431E8C4661EB010105FB6E
+:10C9200001F203FB042280461846A5FB033EFB1AD6
+:10C93000724466EB02061F46AF4276EB040324BF47
+:10C9400040466146BDE8F8838446F5E7CA21962053
+:10C95000FFF700FDE7219620FFF7FCFC10B5441A15
+:10C9600094422BD34AB34B1CC31A022B31D9531E0A
+:10C97000072B2ED922F003048C4686460C445CF823
+:10C98000043B4EF8043BA445F9D122F003039A423C
+:10C9900002F0030400EB030C01EB030E0DD0CA5CA4
+:10C9A000C254012C09D09EF801308CF80130022CC1
+:10C9B00003D09EF802308CF8023010BD002AFCD063
+:10C9C0008B18024413F801CD02F801CD8B42F9D146
+:10C9D00010BD4B1E0244014613F8014F01F8014BF4
+:10C9E0009142F9D110BD00BF81EA00039B072DE9F8
+:10C9F000F0415DD187075FD0002A57D0034601E0A0
+:10CA0000002A53D011F801CB03F801CB9E0702F1A5
+:10CA1000FF32F5D1032A28D941EA0305141F6D0717
+:10CA20004FEA940E4AD12B2C48D90EF101084FEA57
+:10CA3000580C03EBCC0CA1F108051C46F5E9026784
+:10CA4000E4E802676445F9D118F0010F28F0010409
+:10CA500003D051F8245043F824500EF1010402F0A1
+:10CA6000030203EB840301EB8401FAB1541E022C90
+:10CA700020D922F003058C460D449E465CF8044BF9
+:10CA80004EF8044BAC45F9D122F00304A2422344F2
+:10CA9000214402F0030509D00A781A70012D05D04F
+:10CAA0004A785A70022D1CBF8A789A70BDE8F081CE
+:10CAB0000346DAE71546EFE70346ABE70EF1010759
+:10CAC00001EB87071D1F0C4654F8046B45F8046FF3
+:10CAD000BC42F9D1C1E700BF2DE9F04184075FFAFC
+:10CAE00081FE5FD0002A59D0034601E0002A55D0CC
+:10CAF00003F801EB990702F1FF32F7D14EEA0E2459
+:10CB0000032A44EA04443ED9151FAE08172D06F146
+:10CB10000106C3F3800147D99846002940D048F860
+:10CB2000044B771A03EB810C79080CEBC101CCE9BB
+:10CB300000440CF1080C6145F9D127F0010C08EB19
+:10CB40008C016745CCEB8C7805EB880517D02F1F3F
+:10CB5000032F0C6013D9A5F10807032F4C600ED9E1
+:10CB6000A5F10C07032F8C6009D9A5F11007032F3D
+:10CB7000CC6004D9143D032D0C6188BF4C6102F0D8
+:10CB8000030203EB86034AB1013A83F800E005D0C3
+:10CB9000012A83F801E018BF83F802E0BDE8F081C4
+:10CBA0001546BEE70346A9E719461546CFE700BF7D
+:10CBB000014B01229A777047001A00202DE9F047B7
+:10CBC00086468C460846089E154674461946002B34
+:10CBD00040F0C2808542B2FA82F245D94AB1C2F130
+:10CBE000200300FA02FC2EFA03F3954043EA0C0CF2
+:10CBF00094404FEA154EA8B2BCFBFEF8230C0EFB86
+:10CC000018CC08FB00F943EA0C43994528D9EB18E6
+:10CC100008F1FF3704D2994502D9A8F102072B4445
+:10CC2000A3EB0903A4B2B3FBFEFC0EFB1C330CFB0D
+:10CC300000F044EA0344A04214D92C190CF1FF334C
+:10CC400004D2A04202D9ACF102032C44241A43EAD4
+:10CC500007401EB1D440002334607360BDE8F08704
+:10CC60004746DDE76346F1E792BB431B01214FEAEC
+:10CC7000154EAFB2B3FBFEFC200C0EFB1C330CFBBD
+:10CC800007F840EA0343984562D9EB180CF1FF30EE
+:10CC900004D2984502D9ACF102002B44A3EB08035F
+:10CCA000A4B2B3FBFEFC0EFB1C330CFB07F744EAFB
+:10CCB0000344A7424ED92C190CF1FF3304D2A742EA
+:10CCC00002D9ACF102032C44E41B43EA0040C0E764
+:10CCD000C2F1200320FA03F1954090402EFA03F3AD
+:10CCE00003434FEA154EAFB2B1FBFEFC0EFB1C1026
+:10CCF000190C0CFB07F841EA0041884504FA02F4DC
+:10CD000022D969180CF1FF3004D2884502D9ACF160
+:10CD100002002944A1EB08019BB2B1FBFEFC0EFB13
+:10CD20001C110CFB07F743EA01439F420ED9EB1895
+:10CD30000CF1FF3104D29F4202D9ACF102012B4425
+:10CD4000DB1B41EA004192E76046E3E76146F7E713
+:10CD50006046A3E76346B7E7834206D916B90021C8
+:10CD600008467BE7C6E900E0F9E7B3FA83F78FB935
+:10CD7000834201D3724508D8BEEB020460EB030383
+:10CD800001209C461EB9002168E73846FAE7C6E94B
+:10CD9000004CF8E7C7F1200CBB4022FA0CF41C430E
+:10CDA0002EFA0CF120FA0CF3B84001434FEA144973
+:10CDB0000EFA07F5B3FBF9F81FFA84FE09FB1830E9
+:10CDC0000B0C08FB0EFA43EA00439A4502FA07F2FD
+:10CDD00040D9E31808F1FF3004D29A4502D9A8F1EE
+:10CDE00002002344A3EB0A0389B2B3FBF9F809FB61
+:10CDF000183308FB0EFE41EA03418E452CD9611819
+:10CE000008F1FF3304D28E4502D9A8F10203214470
+:10CE100043EA0040A0FB0298A1EB0E014145CE463B
+:10CE2000434602D306D14D4504D2B9EB020E68EB5E
+:10CE300004030138002EA6D0B5EB0E0261EB03010E
+:10CE400001FA0CFC22FA07F34CEA0303F940C6E9A5
+:10CE5000003198E74046C5E74346D9E710F8012B73
+:10CE600011F8013B012A28BF9A42F7D0D01A704727
+:10CE7000034613F8012B002AFBD1181A013870471A
+:10CE80001FB5014601A800F006F801A802F08FFACC
+:10CE900005B05DF804FB0B88C3F30B0383804B885C
+:10CEA000C380002242724B78C3F30113012B02D0DE
+:10CEB000022B18BF1346043103720160704710B58E
+:10CEC0008B880370437803F0F00343708A88C2F3C1
+:10CED000032213434370CA888270CA8803F0CF03C9
+:10CEE000120A4370C2700A7A120102F03002134330
+:10CEF00003F03F0343704A7A43EA821343700C46BF
+:10CF000009680430814205D0E288FB2A28BFFB2251
+:10CF1000FFF76AFDE0880430C0B210BD10B48B8802
+:10CF20000370437803F0F00343700A468988C1F325
+:10CF300003210B434370D1888170C17801F0C00197
+:10CF4000C170D488C4F30524214303F0CF03437098
+:10CF5000C170147A240104F03004234303F0BF03AA
+:10CF60004370547A43EA841301F03F0103F07F03D6
+:10CF70004370C17011680430814203D0D28810BC64
+:10CF8000FFF732BD10BC704770B50B78013B05460A
+:10CF90000C46182B00F20A81DFE813F02F00330053
+:10CFA0000801A600AC00B200B800BE00C200C40078
+:10CFB000D400DA001900080108013700C800CE00CB
+:10CFC000DE00E400EA00F000F600FC0002010E239F
+:10CFD000B1F803200B7042F283039A4209D1062371
+:10CFE000637066780236324621462846FFF7FCFC1D
+:10CFF00051E03121C720F4F769FB0C230B700823A3
+:10D00000EEE71A230B700123EAE72920F4F7A6FDC7
+:10D0100030B13E232370222363702923A370E0E7FD
+:10D020000A20F4F79BFD3E2305F1080204F10801F4
+:10D030002B7090B30A23AB70E378EB70A3882B714D
+:10D04000A3881B0A6B71A379AB71E379EB71A368B9
+:10D05000AB608B889380D4F80E30C5F80E30638AAD
+:10D060006B8263696B61238B2B83638BAB76638BE2
+:10D070001B0AEB76A38B2B77A38B1B0A6B77E38BB7
+:10D08000AB77E38B1B0AEB7794F8203085F82030E0
+:10D090001F266E700236304670BD0123AB70E378F8
+:10D0A000EB70A3882B71A3881B0A6B71A379AB71FA
+:10D0B000E37903F00103EB71A368AB608B88938085
+:10D0C000638BAB73638B1B0AEB73A38B2B74A38BE8
+:10D0D0001B0A6B74E38BAB74E38B1B0AEB7494F841
+:10D0E00020302B751326D4E73E230B7004234B709E
+:10D0F000142393E73E230B700C234B7004238DE71E
+:10D100003E230B700A234B70032387E73E230B70EB
+:10D110000D234B70052381E70523237004235FE76C
+:10D120000823FAE730230B70032359E73E230B70E3
+:10D130000B234B70072371E73E230B7006234B70C4
+:10D140000C236BE713230B708B789B00013347E7AD
+:10D1500057230B70022343E73E230B7006234B70CB
+:10D1600012235BE73E230B7009234B70132355E713
+:10D170003E230B7005234B7020234FE73E230B709B
+:10D1800009234B70212349E7FF230B700B234B70BE
+:10D19000A22343E7FF230B7005234B70A3233DE736
+:10D1A000FF230B700D234B70802337E740F26F2174
+:10D1B00020E708B510B1FFF763FE10B96FF0150056
+:10D1C00008BD0020FCE710B50C4630B129B1F4F7DA
+:10D1D0001BFC28B12070002010BD6FF01500FBE78C
+:10D1E0006FF02200F8E708B5F4F796FC002008BDC0
+:10D1F00001F0CAB808B5F4F7A1FC002008BD01F0A1
+:10D2000091BB01F09FBB034602221A709A70D6228E
+:10D210005A716FF025029A716FF03802DA716FF06F
+:10D2200051021A7208225A726FF0240200209A7278
+:10D2300072225870D8701871DA72704701F0F4B821
+:10D2400038B54FF080530446D3F8A020D3F8A4108B
+:10D25000013106D1D3F8A8304FF6FF719BB28B4253
+:10D260003ED0D3073CD54FF08055D5F8A420D5F853
+:10D27000A830A4F80530C3F3072363F03F03C4F8D4
+:10D280000120A371D5F89030013323D0D5F8943024
+:10D2900001331FD0D5F8983001331BD0D5F89C301E
+:10D2A000013317D00020F7F76BF998B9D5F8900043
+:10D2B000D5F89410D5F89820D5F89C30C4F81330E0
+:10D2C000C4F80700C4F80B10C4F80F200123237022
+:10D2D000002038BD10220021E01DFFF7FDFBF5E71F
+:10D2E0000023F4E770B54FF080551022002104466A
+:10D2F000D5F8A060FFF7F0FB10220021A018FFF77F
+:10D30000EBFBD5F8803001330BD1D5F884300133F5
+:10D3100007D1D5F88830013303D1D5F88C300133EB
+:10D320000BD0D5F88000D5F88410D5F88820D5F832
+:10D330008C30E36120616161A2610020F7F720F980
+:10D3400008B9F3071DD44FF08053D3F89020013271
+:10D350000BD1D3F89420013207D1D3F898200132B1
+:10D3600003D1D3F89C2001320BD0D3F89000D3F82E
+:10D370009410D3F89820D3F89C30E360206061606B
+:10D38000A260002070BD10B50446FFF759F9B0F552
+:10D39000007F09DA10F5007F08DD031EB8BF0333F4
+:10D3A0009B102370002010BD7F23FAE76FF07E03EF
+:10D3B000F7E7012070470120704701F018BB0078A3
+:10D3C000003818BF012001F026B9F6F719BE8178A0
+:10D3D000008801F0D7BA01F0F3BA37B505460C461C
+:10D3E00000880DF1060101F01BF92B882380BDF8A0
+:10D3F0000630638003B030BDF6F70ABE01F012BB01
+:10D4000000F0ABBF01F005B808B5F4F79FFB0020B2
+:10D4100008BDF6F7F1BB01F01CB8F6F777BD00F0D8
+:10D42000E4BF01F01DBA01F0E7B901F02EBA00F037
+:10D4300058BF00F05DBF00F069BF00F07BBF01F096
+:10D4400019B801F0FAB800F0DBBF00F097BF03880D
+:10D450000B8001F04CBA03880B8001F056BA01F042
+:10D4600030B8F6F71FBCF6F705BC01F058B801F06C
+:10D4700066B8F6F721BC01F0A3B800F0A5BF01F033
+:10D48000BFBAF6F7C3BBF6F745BCF8B5D4181F46CC
+:10D49000BDF81830053414FB03F4A4B2054604F1BA
+:10D4A0001B0020F0030080B28842164603D0A3215F
+:10D4B0001420F4F70BF915F0030101D0A421F7E7CC
+:10D4C000B4F5004F01D9A521F2E71422281DFFF77A
+:10D4D00003FBEF746C802E80F8BD70B50688C5889C
+:10D4E00003898E42C5F30E02C3F30E0403D2C92191
+:10D4F0001420F4F7EBF85D40C5F30E030BB92D04CF
+:10D5000009D4A24209D2C37CA41A0533E41AA14269
+:10D5100003DD00238374184604E01832012381528E
+:10D520008374104470BD0844053010FB02F01B30BA
+:10D5300020F0030080B2704740881B3020F00300C9
+:10D5400080B2704738B503888B4204D240F2011193
+:10D550001420F4F7BBF8857C65B1C388C3F30E03D0
+:10D560001833C25A8A4207D3C152811DF4F71AFBFD
+:10D5700000238374284638BD0025FBE70346F0B539
+:10D580009C88A5B2C4F30E06DC88AC4200F11800FA
+:10D5900002D10020D881F0BD5F89DC7C855B3C44F2
+:10D5A00002343444ED1B20440C88ADB2AC4288BF39
+:10D5B0000D805C89B4FA84F4640914700A88DA81F5
+:10D5C000E9E7F8B58288C389002604460D4692B281
+:10D5D0000E60CBB1C2F30E024189183287180B449A
+:10D5E000825A9BB29342438104D94FF4A77114200D
+:10D5F000F4F76CF804D1011DF4F7D4FA46812F60DA
+:10D600000023E3810120F8BD1846FCE770B504460D
+:10D6100004F11806A38822899BB29A420846C2F3F5
+:10D620000E050DD021B1A91CE27C3144FFF7DCF9D5
+:10D6300004F108012046755BF4F7B4FA284670BD82
+:10D640000025FBE78388C0889BB2C31A5842584123
+:10D650007047828873B5C48895B2AC42C2F30E029B
+:10D6600002F1180212D04189C689835A3144994285
+:10D670000EDB0DF10601ADF80650F4F793FABDF894
+:10D680000600001B18BF012002B070BD0020FBE7A0
+:10D690000120F9E7028970B5C588C5F30E0655402B
+:10D6A000C2F30E04C5F30E020346183022B92A0451
+:10D6B00002D50020188270BDB4421D8806D9DA7CDC
+:10D6C000A41B0532A41AA542A8BF25469A890AB10F
+:10D6D000845B2D1BA942ECDCDC7C1982033A053407
+:10D6E000324422441044E6E7F8B5038A002B39D0CF
+:10D6F0008B4237D3C488858900F11803C4F30E0424
+:10D700001E1995B91D55757085891E5B0D44ADB206
+:10D71000314485811953DAB1811DF4F743FA0023AE
+:10D720008381002303820120F8BD1E5BAE4204D03A
+:10D7300040F201211420F3F7C9FFC57C878A033E1C
+:10D740002644053535445E195F53857DB570DBE7AA
+:10D75000C27C2C44144402341A191B5B83829378D4
+:10D760008375DEE70020DFE78388C2889BB29A4298
+:10D7700006D0428922B9C3F30E0318331844704708
+:10D7800000207047C37C088802330B441360704745
+:10D790000230704738B58388C2889BB29A4209D05C
+:10D7A00043893BB9C5893DB9011DF4F7FBF9C58132
+:10D7B000012038BD0020FCE71846FAE703881380F3
+:10D7C000C388C3F30E03183303440B60808970478A
+:10D7D0004A1E062A08B50346084604D84FF4D171FC
+:10D7E0001520F3F773FF11B903B1196008BD5BB1E0
+:10D7F000B1F5803F02D34FF4DA71F1E71B680022E4
+:10D800005A601A1D19811A600430EFE7026800237C
+:10D8100022B90381031D426003607047918812683A
+:10D820000B449BB2F4E703464FF6F672A1F10800F1
+:10D83000904270B504D94FF4ED711520F3F746FF0F
+:10D840001868B8B1848802688C4214D03AB98EB294
+:10D8500006F10805ADB2AC4204D210460AE0034618
+:10D860001046EFE742501A6845181268A41BAC80B6
+:10D8700042501D6070BD1A60FCE700230B60036816
+:10D880008A800B600160704730B590B18478B1FB3D
+:10D89000F4F304FB131300EB430252898A4201D1D3
+:10D8A000D8B230BDC27822B900F10A03D0B28442A6
+:10D8B00001D8FF20F5E733F8025BA94202F101022B
+:10D8C000F4D1EEE78278038805324B4303EB420341
+:10D8D0001844704713B50023CDE9003304468DF892
+:10D8E00006006846F4F73EFB08B102B010BDBDF873
+:10D8F00004002146F4F712FB0028F2D040F21D216B
+:10D900001720F3F7E3FE70B50D460A211E46FFF718
+:10D910000AFE3246044609212846FFF704FE204449
+:10D9200070BD012303707047F8B50546084600280E
+:10D9300011461E4614BF00240224FF23AB702B198E
+:10D940001B7D012B04D001342B191B7D012B19D118
+:10D9500005EB44073B8B3A8C9819904204DD2C442C
+:10D96000002038832075F8BD05EB840432466068DA
+:10D970001844FFF739F83A8B16443E830023AB7006
+:10D980000120F0E70020EEE7002910B514BF0023C6
+:10D990000223FF218170C1180C7D012C07D10C33AB
+:10D9A00020F8132002230B750023837010BD013370
+:10D9B000C1180C7D012CF2D040F215110920F3F7AB
+:10D9C00085FE30B50246837803F0FF00F3B9137D7E
+:10D9D000022B19D0537D022B19D10346012089B1A6
+:10D9E000D5180C3300242C7522F813401318032487
+:10D9F0001C7502EB80035B680B6000F10C0332F8CE
+:10DA000013308B80012002E00123E8E7002030BDC5
+:10DA100030B58378E3B9837D022B17D0C47D022C07
+:10DA200016D1032381B105190C3400222A7520F880
+:10DA30001420C2180324147500EB83020C335268BF
+:10DA400030F813300A608B80012002E00324E9E7FC
+:10DA5000002030BD037D012B01D1008B7047437D39
+:10DA6000012B0CBF408B00207047837D012B01D11F
+:10DA7000808B7047C37D012B0CBFC08B002070478B
+:10DA8000038B23B9408B003818BF01207047012059
+:10DA90007047838B23B9C08B003818BF01207047B3
+:10DAA00001207047027D022A01D1008B7047437D1F
+:10DAB000022B01D1408B7047032AF6D0032BF9D0FB
+:10DAC00000207047827D022A01D1808B7047C37D80
+:10DAD000022B01D1C08B7047032AF6D0032BF9D05B
+:10DAE00000207047F4F7A8BB012808B506D002282B
+:10DAF00006D040F2B2310620F3F7E8FD002008BD61
+:10DB00000120FCE7F4F7E4BB37B50023054601A884
+:10DB10000193FAF737FF019B284613F0030F0CBF60
+:10DB200000240A2402F0C9F970B1284602F0B3F9C2
+:10DB300038B9284602F0B3F918B904F1500003B01F
+:10DB400030BD04F15A00FAE704F16100F7E770B55F
+:10DB50000D460646FAF760FE04463046FAF754FED4
+:10DB600004F5234328444FF47A72A133B3FBF2F354
+:10DB7000184470BD10B5044690F86900FAF74CFEE1
+:10DB800000F55F4141314FF47A70B1FBF0F120466E
+:10DB900001F24511BDE8104001F00ABD13B50023A4
+:10DBA00080F84C32A0F890321A4600931946044689
+:10DBB000F5F7BCF820B140F221213020F3F786FDC3
+:10DBC000012284F84C22C4F84802C4F84002A4F8A8
+:10DBD0005E02A4F85C0284F86102B4F89020A4F814
+:10DBE0009202013AA4F8902002B010BDF8B590F866
+:10DBF0001031044603F0FF05E3B9D0E942126FF09B
+:10DC000000439A4208BFB1F1FF3F13D02946D0E943
+:10DC1000406702F06CF8D4E94232DB309B1B62EBC8
+:10DC200007021B1A62F10002002A03DA2046F8F705
+:10DC3000E3FB01252846F8BD2DE9F047044618B955
+:10DC4000D2213020F3F742FD082900F2A580DFE859
+:10DC500001F005123C3C38A33199A100F8F7C4FB50
+:10DC6000D4F8F400CB38FDF76BFF002840F0888033
+:10DC700040F28121E5E702F016F90546F8B90146C0
+:10DC8000204602F034F800F1DB06D4F8F400B0428C
+:10DC900009D2301A322838BF32200321FDF7FAFFAB
+:10DCA000051E18BF0125C4F8F460204602F021F9D2
+:10DCB000002D65D02046BDE8F04702F01EB90025D2
+:10DCC000F3E7BDE8F047FAF76DBCFFF71DFF00234F
+:10DCD00084F8F03084F8FB30B4F8EA30A4F8F800A7
+:10DCE000062B0BD80133A4F8EA3004F1F0052846DE
+:10DCF000FDF78AF858B940F29F61A2E7D4F8CC301A
+:10DD00001BB1012384F8FA30EFE70223FAE720463B
+:10DD1000FFF76CFF034694F8C80033B92946FDF7B6
+:10DD200089F938B940F2A3618BE7FDF739F8002390
+:10DD300084F8E830D4E94078D4E9389AB9457AEBE8
+:10DD400008031DD2204601F0DDFF50EA010305461D
+:10DD50000E4615D0B7EB09002A4668EB0A01334698
+:10DD6000FEF7A4FD05FB01F200FB0622A5FB005017
+:10DD70000244D4E93803451942EB0302C4E938529E
+:10DD8000BDE8F08790F8C800FDF70AF8002384F892
+:10DD9000E830F5E7F22154E7F62152E7D0F8CC005D
+:10DDA000704790F8E83010B50446E3B1012180F8DF
+:10DDB000101102F0A4F894F8E830A3B194F8C80068
+:10DDC000FDF744FC94F8C800FEF78EF894F8C800FC
+:10DDD000FCF7E6FF20B940F20D213020F3F776FC86
+:10DDE000002384F8E830002010BD90F8102110B511
+:10DDF00042B990F8D02042B1D0E93531994202D9E8
+:10DE0000F8F7FAFA0022104610BD0122FBE708B528
+:10DE100040F2C32101F0D8FB40F64803984228BFE6
+:10DE2000184680B208BD7FB590F81332044603F05F
+:10DE3000FF05002B45D190F84C32032B41D102F065
+:10DE40009FFCD4E9A023801A61EB0301012871F142
+:10DE5000000336DB6FF00103834275EB010304DA44
+:10DE600040F2D7513020F3F731FCA269B4F890307A
+:10DE70000AB1B0FBF2F2013313449BB2A4F85C3256
+:10DE8000B4F85C22B4F80C329B1A1BB2002B18DDDC
+:10DE900094F89402FDF7DAFB98B1FF2384F861321D
+:10DEA000B4F8CA30B4F890501D44B4F8C830013DFD
+:10DEB000ED1AADB20DF10E06B4F85C32EB1A1B048C
+:10DEC00001D504B070BDB4F85C12009600230122A5
+:10DED00089B22046F4F72AFF0028F2D0012809D1A0
+:10DEE000B4F85C32BDF80E2012FA83F39BB2A4F8AA
+:10DEF0005C32E1E74FF4C261B4E7F8B5044621B102
+:10DF0000012940D04FF4F56131E0C68C36B1F7F706
+:10DF10006DF8E58CB0FBF5F606FB15062046D4E956
+:10DF2000385701F0EFFE2D1847EB01070023AD191C
+:10DF300047F1000784F8F0300223A4F8FA30C4E96E
+:10DF400040572046FFF7E0FDD4E94023A4F8F8004D
+:10DF5000C4E938232046FFF749FE58B994F8C800B1
+:10DF600004F1F001FDF766F820B940F2FA613020C3
+:10DF7000F3F7ACFB0023A4F8EA30FAF71FF9BDE889
+:10DF8000F840FCF73BBD002380F8D030F5E790F86F
+:10DF9000E800704713B50023CDE9003301238DF865
+:10DFA00006306846F3F7DEFF08B100200AE0009C67
+:10DFB0002046FFF7ECFF0028F3D0204601F0A5FE35
+:10DFC0000028EED002B010BD07B50023CDE9003324
+:10DFD00001238DF806306846F3F7C4FF08B100202E
+:10DFE00004E00098FFF7D3FF0028F4D003B05DF8F9
+:10DFF00004FB07B5002340F6881201A9FAF7ECFCF0
+:10E0000003B05DF804FB10B5044638B1F6F7B4F878
+:10E0100034EA00030CBF0120002010BD0120FCE702
+:10E0200010B5F5F745FC044601F039FF40B920462C
+:10E0300001F031FF80F00100C0B200F0010010BD1E
+:10E040000020FAE738B5054601F04CFEF0B128464D
+:10E05000FFF79DFF08B9002038BD2846FFF79EFE58
+:10E0600004462846FFF79DFE054688B9002CF2D0ED
+:10E070002088F6F7E1F920882946F3F74FFF0028BA
+:10E08000E9D041F65C013920F3F720FB4220E3E7B9
+:10E090000C20E1E72DE9F843B0F85A60B0F85C5085
+:10E0A000804630300F46FFF7B2FE0221044600F0F2
+:10E0B000F7FE02218146204600F0F2FE4E4528BFC1
+:10E0C0004E46B6B21B2E38BF1B26FB2E28BFFB26A2
+:10E0D000854228BF0546ADB21B2D38BF1B25FB2D41
+:10E0E000B8F800303B8028BFFB25B4F5A47F38BFCB
+:10E0F0004FF4A47440F648039C4228BF1C467E801F
+:10E10000FD80BC803C81BDE8F8832DE9F04186B0FC
+:10E11000054601A9008800F045FE0446002873D199
+:10E12000029A92F86E31003B18BF01238DF802303D
+:10E13000D2F8883099064ABF9DF80230034683F032
+:10E14000010303F001038DF8033092F8E8309B06D9
+:10E1500003D49DF80330002B5CD0EB881B3B9BB2B3
+:10E16000E02B59D82989A1F5A4739BB244F2481039
+:10E17000834251D86B881B3B9BB2E02B4CD8AA88BA
+:10E18000A2F5A4739BB2834246D840F64807B94231
+:10E1900044D8BA4242D8029E4FF0FF0886F8338135
+:10E1A0009DF80230A3BB03A93046FFF773FF6A88CE
+:10E1B000BDF81230E888934228BF1346A6F83831DC
+:10E1C000BDF81430AA88BB4228BF3B461946BDF8AB
+:10E1D0000E30834228BF0346A6F83431BDF8103014
+:10E1E0002889BB4228BF3B46834228BF03468A4258
+:10E1F000A6F83631134628BF0B46A6F83A3186F802
+:10E200003281002386F83331204606B0BDE8F08124
+:10E210003A24F6E71A24F7E71224F5E71124F3E786
+:10E220002DE9FF4107468846008802A900F0BAFDA3
+:10E23000054618BB039C94F8813103F0FF051BB120
+:10E24000B8F1020518BF012594F89730222B94F8F5
+:10E25000E93043EAD3030CBFC5F10102002203F009
+:10E260000103134333D0BE7816B9F5F785FF064690
+:10E27000F87870BBF5F780FF26B90925284604B069
+:10E28000BDE8F0810028F8D0FF2384F83D31E5B9DE
+:10E2900094F83C3103F0FF05BBB984F83F0184F8E2
+:10E2A0003C8184F83E613B797A798DF8050043EA38
+:10E2B000022301A920468DF80460ADF8063000F075
+:10E2C00015FE002384F83D31D8E73A25F9E71A25F1
+:10E2D000D4E7002ED8D1D0E708B5F5F727FF002006
+:10E2E00008BD10B50446F7F797FA2070002010BD5E
+:10E2F00010B5FFF74FFE044630B9F7F787FA20460E
+:10E30000F6F75CFA204610BD0C20FCE710B5044679
+:10E31000FFF740FE50B92078012809D8611CF7F7B3
+:10E3200081FA002814BF0020072010BD0C20FCE754
+:10E330001220FAE738B50546FFF72CFE044640B92F
+:10E340002878012803D8691CF7F79CFA18B912201D
+:10E3500038BD0C20FCE72046FAE710B503460D2433
+:10E3600004706FF0040111220020DC7059245970F0
+:10E370009A701C7158719971DA7110BD08B5082135
+:10E38000F3F734FB002008BD73B506460C46008841
+:10E39000694600F007FD0546A0B9B3786BB9019B4B
+:10E3A00093F86C30A370338894F902002380F6F759
+:10E3B0005BFBA070284602B070BD7F20FFF719FEFE
+:10E3C000A070F0E70225F5E710B504466FF07F0076
+:10E3D000FFF70FFEF6F748FB20707F20FFF709FEDE
+:10E3E000F6F742FB6070002010BD10B50446F5F74B
+:10E3F0005FFA01F04DFDF6F737FB2070002010BDED
+:10E4000008B50A46072300F11001FEF757F800206F
+:10E4100008BD10B5014604460020F6F799F808B982
+:10E420002060A080002010BD10B50446F5F778FEEE
+:10E4300028B900202146F6F773F8002010BDFFF739
+:10E44000C3FD0028F5D0FFF7EBFD0028F1D10C202B
+:10E45000F4E710B50446FFF7B7FD28B901202146BF
+:10E46000F6F75EF8002010BDFFF7DAFD0028F5D1C1
+:10E470000C20F8E7F7B50C4605466946008800F021
+:10E4800091FCA21C034690B9019901F19F0781F804
+:10E49000F03038681060387910712888208091F841
+:10E4A000F06006F0FF00002EF1D103B0F0BD0023B4
+:10E4B000C4F802300220137123706370F5E7FFF790
+:10E4C00024BE1FB5838844F29022934217D840F6A9
+:10E4D0004802934228BF13460288ADF804204088C2
+:10E4E000ADF80600ADF80A000A8001A8ADF80830C2
+:10E4F000ADF80C30FFF709FE05B05DF804FB122003
+:10E50000FAE737B50D46694600F04CFC044618B9E9
+:10E5100001982946FFF7BEFD204603B030BD10B577
+:10E5200003466FF004040020482108221C70587034
+:10E530009970DA701C7158719971DA7110BD37B524
+:10E5400005460C460088694600F02CFCF0B9019B9A
+:10E55000014683F86A1093F86820012A06D0022A3F
+:10E5600004D040F281210620F3F7B0F8A27093F8AE
+:10E570006920012A01D0022AF3D1E27093F86A20BF
+:10E5800002F0FF00002AE4D12B88238003B030BDC5
+:10E5900010B58388022B044610D8C078FFF733FDEE
+:10E5A00008B9112010BDA078FFF72DFD0028F8D084
+:10E5B00020460121BDE81040FFF732BE1220F1E7EE
+:10E5C00013B58378C178027903F0010451EA040C91
+:10E5D00003F002031DD052EA030C1AD0002C18BF1E
+:10E5E0000021002B18BF00228DF803200378427809
+:10E5F0008DF8021043EA0223ADF8003043798279A6
+:10E60000684643EA0223ADF80430FFF7C1FF02B0C9
+:10E6100010BD1120FBE708B5F4F7CCF8002008BDC9
+:10E6200013B50C46694600F0BDFB20B9019BB3F859
+:10E6300090300133238002B010BD07B500886946D1
+:10E6400000F0B0FB38B99DF80020019B012A05D0ED
+:10E6500093F843216AB103B05DF804FB93F84C22B0
+:10E66000D2B293F8B81011B912F0FB0FF0D102201A
+:10E67000F1E7012283F84321EDE72DE9F341054657
+:10E68000477800780121F3F733FC044600285FD077
+:10E6900001F0EFFBEE78864228BF0646042FB6B2A3
+:10E6A0003DD0206BFFF7D6F9304480B21F2803D944
+:10E6B000122002B0BDE8F081FB1E012B2CD82046B1
+:10E6C00001F0FBFB6B78032B2CD107F0FD08B8F1B0
+:10E6D000010F39D1204601F0F0FB002831D1012F84
+:10E6E00008BF4FF00208216B42466846F3F73AFD37
+:10E6F0006A68206B33460121FFF716F950B36B7837
+:10E70000023B012B22D8206BFFF7A4F9012102461E
+:10E71000206BFFF739F919E0002ED0D1C8E7002EA1
+:10E72000CDD0C5E70028C3D1042BCED12046FFF7BA
+:10E730002EFC0028BCD0206BFFF7A2F90028C4D122
+:10E74000B6E74FF00008CEE7042FD1D10020B0E7A4
+:10E750004220AEE70720ACE72DE9F7438046457835
+:10E76000C77800780121F3F7C3FB0446D0B101F06C
+:10E7700096FB0028206B08BF0027FFF776F9C61923
+:10E78000B6B21F2E1FFA87F910D8042D0ED0032D14
+:10E7900012D05FB12046FFF7FAFB58B10C2002E01F
+:10E7A000042212E0422003B0BDE8F0831220FAE711
+:10E7B0000720F8E7012D0CD1204601F07EFB002850
+:10E7C000EED1012D0CBF06220522216B6846F3F71E
+:10E7D000C9FCD8F80420206B4B460021FFF7A4F8B1
+:10E7E0000028E5D0023D012D04D8206B32460021DF
+:10E7F000FFF7CAF80020D6E713B50446F5F758F836
+:10E800004FF44073ADF8003000238DF802306846B5
+:10E8100014F8013B8DF803300194FFF79DFF02B01F
+:10E8200010BD38B5012105460078F3F761FB0446B9
+:10E83000A0B1FFF7ACFB28B92046691C01F06AFAC9
+:10E84000002038BD204601F02AFB08B10C20F8E773
+:10E85000204601F020FB0028F8D1EDE74220F0E748
+:10E8600013B50446F5F724F814F8013B8DF803308E
+:10E870004FF44073ADF80030684600238DF8023045
+:10E880000194FFF7FAFE02B010BD73B50546F5F727
+:10E890000FF82B78044663B100230DF1010101202C
+:10E8A0008DF80030F5F754FE18B16846FFF7B9FF50
+:10E8B000A0B9002620468DF8006001F0F4FAB042BD
+:10E8C00014BF80233346ADF801302B788DF80360F8
+:10E8D000012B05D169462046F5F70EF902B070BD4F
+:10E8E0001BB92046FFF7AEFBF8E71220F6E710B59C
+:10E8F000002104460088F3F7FBFA20B1A11CBDE813
+:10E900001040F8F797BE022010BD08B5008800211E
+:10E91000F3F7EEFA20B1BDE808400021F8F78ABE0F
+:10E92000022008BD37B505460C460088694600F050
+:10E9300039FA28B92B882380019BB3F8C43063804F
+:10E9400003B030BD2DE9F341438804460E46BBB108
+:10E950000088694600F026FA054668B923883380A6
+:10E96000019E06F17808B76962883946404600F092
+:10E970000BFAB369BB42F6D1284602B0BDE8F0817C
+:10E980001225F9E710B50C460021F3F7B1FA88B16A
+:10E99000022C11D804F00103C4F3400480F81532AE
+:10E9A00080F8144223B190F812323BB1FFF73BFAE2
+:10E9B000002010BD0220FCE71220FAE71846F8E715
+:10E9C00010B504460078FF280AD00121F3F790FA29
+:10E9D00058B16378A27843EA0223C384002010BDB3
+:10E9E000B4F80100F4F72EFFF8E74220F7E708B586
+:10E9F0000078003818BF0120F4F738FE002008BD69
+:10EA000010B50446F4F754FF6178C1F3400201F0F9
+:10EA1000010101F077FA002010BD0820F5F798BB3E
+:10EA200001F0D3BB1220704710B5044604B910BDE5
+:10EA3000236898476468F9E703680BB90160704779
+:10EA40001A465B6813B18A42FAD170478A4218BFEE
+:10EA50005160704708B50020FEF73CFFF3F710FB4C
+:10EA6000F5F7DEFCF3F74CFD20B140F20511012073
+:10EA7000F2F72CFE08BD08B5F4F7A4FD20B140F272
+:10EA800023110120F2F722FEF7F736FB10B14FF405
+:10EA90009471F6E7BDE808400120FEF71BBF08B5FA
+:10EAA000FFF7E9FF01F079FB20B140F23D110120B1
+:10EAB000F2F70CFE08BDFAF76DBA0B46122203F806
+:10EAC000032BD0F80920C1F80320427B1A7170474C
+:10EAD00030B585B004460D46F6F798F880B36FF46C
+:10EAE000BC731C4402A92088ADF8000000F05AF95C
+:10EAF00018B12E217E20F2F7E9FD039B93F86420E4
+:10EB00008DF80220022193F86520B3F866308DF865
+:10EB100003206846ADF80430FFF782FB08B14421BA
+:10EB2000E8E78DF808009DF808308DF8090000200E
+:10EB300063F307009DF8093063F30F2005B030BD83
+:10EB400018232B70D4F80930C5F8033004238DF84E
+:10EB50000830E8E710B54468037894F8962000215F
+:10EB600004F1780000F02BF918B986217E20F2F725
+:10EB7000ADFD202384F8963010BD034610F001004F
+:10EB800007D19A0704D413F0040018BF0820704777
+:10EB9000022070472DE9F84F0746084692468846FE
+:10EBA00000F0D4FB8146404600F0D2FB8346FFF7DD
+:10EBB000E4FF05464846FFF7E0FF45EA0006F6B2E7
+:10EBC000003E044618BF0126F5F7D6FA00EA0B030B
+:10EBD000DBB2002B08BF0025F5F7CEFA00EA0900EA
+:10EBE00097F86830C0B2002808BF0024AB4208BFC5
+:10EBF00000258AF8005097F86930A34208BF002426
+:10EC000055EA04038AF801400CD1404600F0A2FB0B
+:10EC1000B7F89030DB43184480B247F6FD73984252
+:10EC200088BF00263046BDE8F88FF8B5446804F187
+:10EC3000780794F8972005460E4601230B213846A5
+:10EC400000F0BDF8014608B12020F8BD94F89720E7
+:10EC50000123384600F0B3F8C8B394F89630252B5A
+:10EC6000F2D0304600F067FB28B931462846BDE8AF
+:10EC7000F84000F0FBBC737903F0070384F86130BF
+:10EC8000337903F0070384F8603094F83D3193B989
+:10EC900094F83C31012B0ED094F8602094F8693040
+:10ECA0009A4210D194F8612094F868309A420AD1BF
+:10ECB000022384F83C312223284684F8973000F060
+:10ECC000A7FC0020C1E72846F5F7A0FAF3E70120EA
+:10ECD000BBE708B5436893F89720222A05D022B1F4
+:10ECE00040F28A317E20F2F7F1FC232283F897204C
+:10ECF00008BD0A46437923B9016811B10079FAF7D2
+:10ED0000CDB87047F5F78CBB704730B542400C78F2
+:10ED100018785D7844404878684004449D78887845
+:10ED200068400444DD78C878684004441D79087957
+:10ED30005B794979684004444B402344D3420CBF7B
+:10ED40000120002030BD034600200139C9B2FF294F
+:10ED500000D170475A5C82F001021044C0B2F4E75F
+:10ED600008B5F5F71BFC082803D0BDE80840F5F707
+:10ED700039BC08BD08B501F040FA18B1BDE808403B
+:10ED8000F8F748BD082008BD10B50023436442F2DF
+:10ED900010744B1EA0F84C2004FB0232B2FBF1F1C0
+:10EDA000816410BD10B50C460021F3F7A1F8606036
+:10EDB00018B101232370002010BD0220FCE70C29AC
+:10EDC00039D8DFE801F0070B0E1416191C252A3676
+:10EDD0002C2E3400B2FA82F040097047063A012A1C
+:10EDE00001E00A3A022A8CBF0020012070470D3A48
+:10EDF000F5E7103A0C2AF6E7113A0B2AF3E7A2F1ED
+:10EE00001003032B19D990F86000B8B11C2AEAE767
+:10EE1000042A14BF002001207047012AF9E71D3A97
+:10EE2000E0E7A2F12003062B07D92E2AF1E7282AD2
+:10EE3000EFE70F2AEDE70020704701207047F8B593
+:10EE4000D0E9047605460C46FBF7DEFF20B94FF407
+:10EE5000E5712920F2F73AFCF4B1D5E90431DA1B67
+:10EE600061EB0603012A73F100014FF0000115DB8D
+:10EE70006FF00100904271EB030302DA4FF4EA7184
+:10EE8000E7E7631E1344B3FBF4F35C43E41946F174
+:10EE90000006C5E904461C462046F8BD0C46FBE7C3
+:10EEA00011F00C0312D001F0040100290CBF4FF443
+:10EEB0001673962303F5BC730CBF402210229842B0
+:10EEC00012D9C01A90FBF2F080B27047022905D126
+:10EED0003C2809D93C38C0F38F007047702803D90B
+:10EEE0007038C0F3CF0070470020704703460868B1
+:10EEF00058667047012908B5024606D002290CD091
+:10EF000040F245212920F2F7E1FB40F6C41340F21C
+:10EF1000E240002A18BF184608BD40F6C410FBE7BF
+:10EF2000C3B293FAA3F3000A90FAA0F01B0E000EEE
+:10EF300043EA002070470131F8B5C9B2821D0023B1
+:10EF4000012512F8010B884216D312F8066C002432
+:10EF500005FA04F737421CBF01F1FF31C9B2E0B234
+:10EF600069B10134082CF3D10133DBB2052BE8D1B0
+:10EF700099214620F2F7AAFB091AC9B2F4E700EB7F
+:10EF8000C300C0B2F8BD0B6870B5C0F801300B7992
+:10EF900003F01F03437100230446C372451C861D02
+:10EFA00015F8010B00F01AFB2871E37AB5421844FA
+:10EFB000E072F5D170BD70B581EA114189B2C57AB0
+:10EFC0000446032682EA0100FFF7AAFF013E00EB98
+:10EFD00000100A1816F0FF0690B2F5D14140252224
+:10EFE000B1FBF2F302FB1313C3F3C4022244D8B201
+:10EFF000567803F00703012202FA03F31E4207D1F9
+:10F0000069432046C1F30741BDE87040FFF793BF55
+:10F0100070BDF8B590F831506B1E242B044658D8BB
+:10F02000002A58D090F8260018B1012847D01F2098
+:10F030001AE094F8331094F8323002FB03132522BF
+:10F04000B3FBF2F102FB1133DBB204EBD30284F821
+:10F05000333092F82710012603F0070206FA02F275
+:10F06000114202D084F83430F8BDB3FBF5F205FB51
+:10F0700012330133024604F12C01D8B211F8013BDE
+:10F08000834219D311F8067C002306FA03FC1CEA1C
+:10F09000070F1CBF00F1FF30C0B2DDB220B905EB95
+:10F0A000C20284F83420DFE70133082BEDD10132AE
+:10F0B000D2B2052AE2D1BAE7C01AC0B2F7E7228B72
+:10F0C000C96904F12600FFF776FF84F834000020B8
+:10F0D000CAE71220C8E71046C6E70B68C0F803303D
+:10F0E0008B88A0F8073070470B68C0F809308B8810
+:10F0F000A0F80D3070470378890123F0400301F038
+:10F1000040010B4303707047037803F07F0343EA29
+:10F11000C113037070471F2A38B50546144603D93A
+:10F12000BF212A20F2F7D2FA09300634FDF75CFC41
+:10F130006C7038BD1F2A38B50546144603D9E12145
+:10F140002A20F2F7C3FA09300634FDF74DFC6C7043
+:10F1500038BD30B5037803F00F03032B024640D0CF
+:10F16000052B1FD1C37F90F82000034392F82100A4
+:10F17000034392F82200034392F8230020F01F007B
+:10F1800018432DD05378222B0CD1B2F81930B2F895
+:10F190001740907D41B1B3F5506F05D940F6075146
+:10F1A0008B420ED900201BE0991F89B240F67A45A8
+:10F1B000A942F7D8411E0729F4D88342F2D9A342C5
+:10F1C000F0D3B2F81B30B3F5FA7FEBD2B2F81D00E2
+:10F1D0000A3880B240F6764398428CBF0020012066
+:10F1E00030BD4078A0F10C0358425841F8E703784D
+:10F1F00001F0030123F003030B4303707047007811
+:10F2000000F0030070471B2A08B504D940F25241B0
+:10F210002A20F2F75BFA4270BDE808400330FDF7A0
+:10F22000E3BBB0F807007047B0F809007047B0F8CA
+:10F230000B00704770B5B0F80730B0F80950B0F85F
+:10F2400005600479B0F80B0091B1B3F5506F0FD998
+:10F2500040F60752934218D8B5F5FA7F15D20A380E
+:10F2600080B240F6764398428CBF0020012070BDEA
+:10F270009A1F92B240F67A418A4206D8621E072A45
+:10F2800003D89C4201D29E42E5E70020EFE74368A5
+:10F290000B60037A0B717047B0F809007047007972
+:10F2A00070470B6843604B688360704743680B602E
+:10F2B00083684B60704783890B807047D0F80E30AD
+:10F2C0000B60D0F812304B607047D0F816300B60EE
+:10F2D0007047FFF7E6BF0B68C3607047007970475F
+:10F2E0000171090A417170478171090AC171704742
+:10F2F0000172090A417270478172090AC17270472E
+:10F3000080887047C088704700897047408970477F
+:10F3100003891A2B0DD94389B3F5A47F09D38388B8
+:10F320001A2B06D9C088B0F5A47F34BF0020012075
+:10F330007047002070470379024613F0070004D09D
+:10F34000507910F0070018BF01207047007970470E
+:10F3500040797047C08870470279437902F007020C
+:10F3600003F00703511E0A40591E0B4013430CBF04
+:10F37000012000207047017170470079704741718A
+:10F38000704740797047FB2908B504D940F2E57110
+:10F390002A20F2F79BF9417008BD406890F81232BC
+:10F3A00023B1002380F81232FEF73DBD704708B547
+:10F3B000017A19B101290DD0002008BD0368C28867
+:10F3C00002218088F5F7D0FB0028F6D1F5F77CFD07
+:10F3D0000120F2E70368C288F3E702230B700123E0
+:10F3E0008B707047F5F724BC08B5037A23B14FF44E
+:10F3F0001A711020F2F76AF9BDE80840F5F78CBCE5
+:10F400000322FFF7F1BF0422FFF7EEBF30B4057A05
+:10F4100015B1027230BC704730BCF5F77DBC0B46AD
+:10F42000112203F8032BD0F80920C1F80320D0F8EB
+:10F430000D205A60B0F811201A817047012908B5D3
+:10F4400003D10E30C00080B208BD022902D10F30B6
+:10F450008000F8E740F2CF110620F2F737F930B517
+:10F4600087B004460D46F5F7D9FBA0B300232372FD
+:10F47000A4F5B374694624882046FFF742F818B112
+:10F48000D8212C20F2F722F9BDF80630ADF80E3065
+:10F49000BDF80830ADF81030BDF80230ADF81230CC
+:10F4A00003A8BDF80430ADF80C40ADF81430FFF7F8
+:10F4B00006F808B1E121E4E78DF80C009DF80C3066
+:10F4C0008DF80D00002063F307009DF80D3063F305
+:10F4D0000F2007B030BD2B46172203F8032BD4F8BA
+:10F4E0000920C5F80320D4F80D205A60B4F8112083
+:10F4F0001A8104238DF80C30E0E740687047C08A19
+:10F50000704710B58A880B89CC884988A0F85010BC
+:10F51000A0F85440A0F85220A0F8563010BD8383C4
+:10F52000BDF8003001834283C383704738B5C38B75
+:10F53000458C04469D42007A28BF1D46FFF77EFF9A
+:10F540006389AB4228BF2B46984238BF184680B229
+:10F5500038BDF8B50546808F16460F46FFF76EFF9B
+:10F560003946044605F13000FFF7E0FF844228BF2A
+:10F5700004463146B5F84400FFF760FFB5F8463061
+:10F580008342A4B228BF034614FA83F09C30F8BD2E
+:10F5900038B50D46144690F8681090F86920FFF7CA
+:10F5A000D8FF96342044A84294BF281A002038BDC2
+:10F5B00038B50D4690F8692090F868100446FFF7BA
+:10F5C000C8FF0544656338BD006801F19C0398429B
+:10F5D00083BF401A9C3840080020704700F0550354
+:10F5E000400800F05500184400F03303800800F094
+:10F5F0003300184400F00F0303EB1010704743680A
+:10F60000002283F8962083F8D220A3F8CE207047FA
+:10F6100043680022A3F8D42093F8D620013283F85F
+:10F62000D620704708B5426892F8D630013B5BB2ED
+:10F63000002B82F8D63003DA34214A20F2F746F85C
+:10F6400008BD436883F8231183F822217047A0F195
+:10F650000A03042B08D9A0F12003062B04D9A0F13A
+:10F660002E03584258417047012070474268D2F833
+:10F67000883010B513F008040AD143F00803C2F82B
+:10F680008830CB7882F82031FFF7C2FF204610BDCA
+:10F690000120FCE738B50C460546B1F85410FFF7D9
+:10F6A0001FFEB4F82A112846FFF71EFEB4F85010CA
+:10F6B0002846FFF71DFEB4F828112846BDE838405B
+:10F6C000FFF71ABE37B530F8024C7CB100238DF835
+:10F6D00004308DF805309DF80430002063F30700F6
+:10F6E0009DF8053063F30F2003B030BD30F8B05CF7
+:10F6F000A1F8035008220A708C70427A4A7150F8BF
+:10F700009C0CFDF79FFF18B983216320F1F7DEFF02
+:10F710002846F4F791FE21462846F2F7FFFB042322
+:10F720008DF804308DF80540D5E738B54468037886
+:10F7300094F898200D4604F178000121FFF73FFB73
+:10F7400038B92846FFF7ABFD062384F8990084F802
+:10F750009830002038BD10B54468037894F898209C
+:10F76000012104F17800FFF72AFB10B9072384F880
+:10F77000983010BD0B46062210B503F8032BA0F5F8
+:10F78000D4720024D485D0F80920C1F80320D0F821
+:10F790000D205A60427C1A72CC7010BD10B54468BE
+:10F7A000037894F89620002104F17800FFF707FB16
+:10F7B00018B924214520F1F789FF1D2384F89630DC
+:10F7C00010BD2DE9F7434568037895F89620064665
+:10F7D0000C4605F178000A21FFF7F1FA60B32046E4
+:10F7E000FFF796FD00B32046FFF78EFD0746204643
+:10F7F000FFF786FD80462046FFF788FD81462046BC
+:10F80000FFF780FD4B4600904246394605F1300037
+:10F81000FFF785FE7168284601F25311F5F778FB72
+:10F8200070680521F3F736FF002085F8D20085F8CF
+:10F83000960003B0BDE8F0830120FAE74268D2F8F1
+:10F840008830D90610B5044603D49A214520F1F733
+:10F850003DFF990601D59B21F8E723F01003C2F87C
+:10F860008830FFF7DFFE60680521BDE81040F3F740
+:10F8700011BF09230B70437A8B70A0F5F9731B88B5
+:10F88000A1F80330037B4B7170470A230B70437A56
+:10F890008B70A0F5F9700388A1F803307047072337
+:10F8A0000B70A0F52F731B88A1F80330D0F80B3034
+:10F8B000C1F80530D0F80F30C1F80930B0F8133076
+:10F8C000A1F80D30704738B504464068012390F820
+:10F8D000972000217830FFF772FA656860B995F8D3
+:10F8E00097200123052105F17800FFF768FA002829
+:10F8F00014BF0820012038BD95F89C000028FAD0DC
+:10F900002046FFF785FE6368112283F897200020C8
+:10F91000F1E770B5044640680D4690F89720012342
+:10F9200000217830FFF74BFA666870B996F8972097
+:10F93000132A0AD00123052106F17800FFF73FFAC8
+:10F94000002814BF0820012070BD96F8D83013B9E4
+:10F950002046FFF75DFE6168284601F50871FFF754
+:10F96000ADFC6168284601F58C71FFF7AEFC61685B
+:10F970000B88A1F8C532284601F2C721FFF796FC93
+:10F980006168284601F2CF21FFF795FC63681522D4
+:10F9900083F897200020D7E7436893F89720122A2E
+:10F9A00003BF1322002083F897200220704710B570
+:10F9B000436893F89730182B044607D1FFF732FEBF
+:10F9C00063681C2283F89720002010BD0220FCE70A
+:10F9D00008B5436893F89720112A04D04FF4A87112
+:10F9E0001F20F1F773FE012283F8D720122283F83B
+:10F9F000972008BD08B5436893F89720162A04D0CD
+:10FA00004FF4B0711F20F1F761FE182283F89720A0
+:10FA100008BD0B46052203F8032BD0F80920C1F8D6
+:10FA20000320D0F80D205A60B0F811201A81C27C52
+:10FA30009A72704710B54468037894F896200021B4
+:10FA400004F17800FFF7BBF918B9AA211C20F1F7DF
+:10FA50003DFE042384F8963010BD4268D2F8881029
+:10FA600008B5CB0703D4B7211C20F1F72FFE92F87D
+:10FA7000D630013B5BB2002B82F8D63001DAB921D7
+:10FA8000F2E721F00101C2F8881008BD0C23A0F5AF
+:10FA9000A5700B7003884B80704710B544680378DD
+:10FAA00094F89620092104F17800FFF788F930B125
+:10FAB000002384F8C63084F8D23084F896300020D1
+:10FAC00010BD38B54568D5F8883013F0040409D165
+:10FAD000FFF79EFDD5F8883043F00403C5F8883061
+:10FAE000204638BD0120FCE74268D2F8883023F078
+:10FAF0000403C2F88830FFF795BD10B54468037859
+:10FB000094F89620002104F17800FFF758F918B90D
+:10FB100071214B20F1F7DAFD0F2384F8963010BDE8
+:10FB200001230B7000238B7030F8DA3CA1F803300E
+:10FB3000437A4B714389CB8083890B81704738B5F9
+:10FB4000446894F8D95015F0020514D1037894F85C
+:10FB50009620294604F17800FFF731F918B975218C
+:10FB60004020F1F7B3FD012384F8963084F8D230B9
+:10FB7000A4F8CE5038BDD4F8882093070DD594F85A
+:10FB8000D630013B5BB2002B84F8D63001DA8721F6
+:10FB9000E6E722F00202C4F88820002384F842310C
+:10FBA000E8E710B50B794C790A68012843EA04218B
+:10FBB00008BF41F48031104610BD07B5FFF7F1FFD3
+:10FBC0000DF10702F5F7CCFD03B05DF804FB0B4621
+:10FBD000042203F8032BB0F80920A1F80320C27A0D
+:10FBE0009A7070470B46142203F8032BD0F80920B3
+:10FBF000C1F80320D0F80D205A60704738B50B4685
+:10FC0000102203F8032B0C4600F10902293052F8A8
+:10FC1000041B43F8041B8242F9D112781A70A5889C
+:10FC20000123A37100212846F2F762F990B1E2782E
+:10FC300062B10088F4F700FC00212846F2F76EF963
+:10FC400040B140F242212D20F1F740FDBDE838409F
+:10FC500000F0B6BA38BD0121F6F744B9FFF7FBBF93
+:10FC600090F87A300BB10120704790F8B22002F082
+:10FC7000FF03002AF7D190F8A4201846704737B543
+:10FC800004460D464FF48C720021FCF725FFFF233C
+:10FC900023701323638042F21073E384F2F736FA81
+:10FCA0000022014620636846F2F75CFA206B0022CE
+:10FCB0000121FDF769FE216B68460422F2F752FA32
+:10FCC0000022206B1146FDF75FFE04F12800A574A9
+:10FCD00003B0BDE8304000F04DB9FF23086B0B7056
+:10FCE000FDF71FBE0078FF3818BF0120704710B520
+:10FCF0000446283000F094F961882822BDE81040BD
+:10FD0000F6F7ACBBD0E902017047C07C003818BFE1
+:10FD1000012070470B68C0F815308B88A0F81930A7
+:10FD20000123C37670472DE9F04F06460D4607467E
+:10FD30000FCE91B006AC0FC40FCE0FC496E80300EF
+:10FD40000DF1100884E80300404600F013F995F81F
+:10FD500014906E7895F80AA095F800B0B9F1010FEB
+:10FD600006F07F0607D0B9F1020F04D040F29321CC
+:10FD70000620F1F7ABFC697A404600F002F92B7DD2
+:10FD8000AA7E022B08BF697D02F1010206BF013184
+:10FD9000C9B20121D2B2404600F0F5F816F00803CE
+:10FDA00064D14046019300F03BF928223146F6F732
+:10FDB00055FB40F271212A79019B00F2D620B0FB5D
+:10FDC000F1F401FB04F0EC7844EA02246A7944EA95
+:10FDD00002444C43A0420BD9EC79AA7942EA0422AE
+:10FDE0002C7A42EA044201FB02F4A04200D8044605
+:10FDF0002A7E0393531E5A425A41A97C386B0291C2
+:10FE00000192FDF74FFE386BFDF75CFE039B019AF4
+:10FE10000299ADF81A6008948DF828208DF82B10FF
+:10FE20008DF82CA08DF818B08DF81C90099306AEB3
+:10FE30000FCE3C460FC40FCE0FC496E8030084E8F3
+:10FE4000030098E80300B862B985EB7A13F0FD0F60
+:10FE500014BF0123002387F85730EB68BB652B8A5A
+:10FE6000A7F85C30002011B0BDE8F08F00242346D5
+:10FE7000BEE7438813F0040F0CBF1F20002070471B
+:10FE80000023C38543881D2B08BF002141747047A0
+:10FE900090F912007047408800F0010070474088D8
+:10FEA000C0F3400070474088C0F3C000704708B5F9
+:10FEB000006BFDF7EEFD012008BD01207047012019
+:10FEC000704710B50446F6F7B5F928B12046002171
+:10FED000BDE81040F6F706B810BD90F8503001624A
+:10FEE0004B72D0F85130C1F80A30B0F85530CB81A0
+:10FEF000704700216830FEF7FCBEF5F72DBD80F895
+:10FF00007010704780F8241080F825207047C0F3E7
+:10FF10004002C0F38003134400F00100184470470E
+:10FF2000022808B507D0042807D0012807D03921B6
+:10FF30002E20F1F7CBFB262008BD2720FCE725204B
+:10FF4000FAE78278034612F0010002D0D978C90797
+:10FF50000FD5900702D5D978890709D512F004008A
+:10FF600007D0DB7813F0040F14BF00200420704783
+:10FF7000022070470023C0F8023001234370037051
+:10FF800070478170704710B50170427080781446D8
+:10FF9000FFF7BDFF10FB01F104FB01F2FE2A03DDB8
+:10FFA0005C212E20F1F792FB10BD0023C37043713A
+:10FFB0000371704710B50446FFF7C3FF6379627899
+:10FFC0000133DBB29A4263710FD1E378A178034326
+:10FFD000DBB29942E37008BF23794FF0000208BFFB
+:10FFE0000133627104BFE2702371BDE81040FFF776
+:10FFF00097BF38B501468078FFF789FF0446C87877
+:020000021000EC
+:100000004D78FFF784FF0A790B789B1A13FB05F3F1
+:100010004A7913FB04F39B1A00FB1530C0B238BDBC
+:1000200008B501468078FFF772FF4B780A7813FB1A
+:1000300002F313FB00F0C0B208BD40F2EF2070479E
+:1000400040F25A335843704738B553680E38144657
+:100050000D4693F8962009283FD8DFE800F0053ECA
+:100060003E3E0F3E173E3E26042A05D12046FFF7AE
+:10007000C6FA2046F5F7A4FA002038BD0F2AFBD1B6
+:1000800020460021BDE83840FFF707BD1D2AF3D107
+:100090002046FFF7B4FA002DEED0626892F8E830FF
+:1000A00023F0200382F8E830E6E793F89720232A2C
+:1000B000E2D1002583F897502046FFF7B3FA636832
+:1000C00093F83C31012B03D129462046F4F776F80A
+:1000D0006368002283F83C21CEE74FF4137131208E
+:1000E000F1F7F4FA08B5436893F89720162A04D07C
+:1000F00040F2D4413120F1F7E9FA1A2283F897202F
+:1001000008BD08B5436893F89720312A06D100222C
+:1001100083F89720BDE80840FFF784BA162A03D178
+:100120001A2283F8972008BD40F2E9413120F1F707
+:10013000CDFA70B5426892F8E83043F00403044603
+:1001400082F8E83008460D46FFF71BF906462846B8
+:10015000FFF713F922463146BDE87040F6F7C0BA02
+:1001600038B50C460546D1E90401F1F775FF94F85E
+:10017000940220280BD0FBF7B7FE94F89402FAF70C
+:100180000FFE20B940F674013120F1F79FFA28469E
+:100190000221BDE83840F1F7C1BE00207047F4F7F6
+:1001A0006DBFF2F7EBBA90F813320022A0F8962058
+:1001B00080F89A2013B10221F3F76CBA0321FBE710
+:1001C0000C2100F50A70F1F711BCF4F7CBBF4268BF
+:1001D0000023A2F8443182F84631A2F8473182F870
+:1001E0004931704708B5F7F7D5FDF7F729FCF7F760
+:1001F00099FABDE80840F7F721BB08B5C821F7F721
+:10020000EFFA022807D1013911F0FF01F7D1FA21E5
+:100210003B20F1F75BFA431E5842584108BD10B528
+:1002200004460846F8F7F8FA4FF47A73B0FBF3F097
+:10023000201A10BD10B504460846F8F7EDFA023C46
+:100240004FF47A7300F2E730B0FBF3F0201A10BDE0
+:10025000F8F74EBC801A00F3070038B540B20D46DF
+:1002600059B21446F8F734FC0023287020446B7010
+:1002700040B238BD002303607047002070474FF044
+:10028000FF3070474FF0FF307047704770470020D5
+:1002900070474FF0FF3070470020704700207047D4
+:1002A0000023037070470022FFF7D4BF002070477F
+:1002B0004FF0FF3070474FF0FF3070474FF0FF3086
+:1002C000704738B5054691F827000C46FAF768FDE7
+:1002D00018B9D3216A20FCF73DF80023A38484F8E1
+:1002E00026300921236A2846984718B103780BB1B4
+:1002F000D721EFE738BD426808B5034611441A78A4
+:100300005960012AA1F1500006D1FBF719FC40B950
+:10031000B7216A20FCF71EF8FBF712FC08B9BC21D4
+:10032000F7E708BDF8B504460E4619B9012384F86D
+:1003300029303CE00D78032DF8D8DFE805F03A02CB
+:1003400012154868C72802D800252846F8BD0421A0
+:10035000FBF7A0FC0028F7D171682046FFF7CBFF20
+:10036000F3E7F8F731FCF0E790F82470FFB94D6837
+:100370002846F8F7FDFB0028D8D02978D9B9012202
+:1003800022702B792181003B18BF0123E3726B7926
+:10039000002B0CBF02230423A372AB68603363609D
+:1003A000EB682361032384F8263084F82520F8F7CE
+:1003B0000BFC0225C9E794F82630052B04D040F247
+:1003C00077116A20FBF7C6FF27702B7994F8270076
+:1003D0002781003B18BF0123E3726B79002B0CBF10
+:1003E00002230423A372EB68A96860336360D4E935
+:1003F00006325B1842EBE172C4E90432042384F84C
+:1004000026302146FAF716FE0028D0D140F27911A5
+:10041000D7E770B50D46044620B940F291116A2025
+:10042000FBF798FF90F82860082900F2F080DFE8D9
+:1004300011F0EB000900410041007C0086009000B3
+:10044000A900970090F82630033B012B02D94FF406
+:10045000CE71E4E7052390F8241080F826300023BD
+:1004600080F8293011BBFFF746FF2378012B18D104
+:1004700094F82700FAF7B2FCC4E90601236A0021C8
+:100480003046984701462046FFF74CFF022820D00F
+:10049000002800F0BF80012840F0BF80236A0421BB
+:1004A000EEE7D4E90423C4E90623E7E7BDE870409A
+:1004B000F8F78ABB90F82630DA1E012A02D94FF4E9
+:1004C000DD71ACE790F8242072B101463046FFF7A9
+:1004D000F8FE002D40F0A48000F054F9002800F050
+:1004E0009F8040F22E219AE7042B0CBF02230123A8
+:1004F000022980F82630036A0CD10521304698473E
+:10050000002800F08D800378002B00F0898040F2F5
+:10051000CF1184E70621304698470028D9D00378C8
+:10052000002BD6D04FF4EA7179E790F82630052BEE
+:1005300002D040F2DB1172E7036A0221A0E790F8D3
+:100540002630052B02D040F2E11168E7036A012151
+:1005500096E790F82630052BA8D040F2E7115EE729
+:1005600090F82630052B02D04FF4F67157E7036A56
+:100570000A213046984701462046FFF7D3FE40F255
+:10058000EF114CE790F82630052B07D090F8252086
+:100590000AB1032B02D040F2F31140E794F8242073
+:1005A0002AB121463046BDE87040FFF78ABE94F874
+:1005B000293073B1022384F8263084F82920236A75
+:1005C00008213046984758B303784BB340F2FF11E7
+:1005D00025E794F8252052B194F8270084F82530B7
+:1005E0002146FAF727FDD8B94FF4017117E7022326
+:1005F00084F826300721236A3046984780B1037873
+:1006000073B140F20B210AE74FF4047107E74FF48E
+:10061000057104E7236A032132E740F22521FEE653
+:1006200070BD70B5F8F71CFB002405462646E0B205
+:10063000854200D870BDF8F719FB0134868480F834
+:100640002660F4E7F8B504460D46F8F709FB0027E5
+:100650000646F8B2864204D8082D0CD96FF0150072
+:1006600008E0F8F703FB90F826300137002BF0D0B4
+:100670004FF0FF30F8BD2CB129462046BDE8F840C8
+:10068000F8F702BB21462046F8E738B50546F8F7EB
+:10069000EDFA014688B190F824408CB990F82630E4
+:1006A00073B1013B012B04D82846FFF70AFE204610
+:1006B00038BD012380F82430F9E76FF00100F7E737
+:1006C0006FF02200F4E770B50D46F8F7CFFA044654
+:1006D00000284AD090F82660731E012B4BD8002DBD
+:1006E00046D02846F8F744FA002841D02A7802BBC1
+:1006F000012323702B792281003B18BF0123E37271
+:100700006B79002B0CBF02230423A372AB68603308
+:100710006360EB682361032394F8270084F8263094
+:100720002146FAF787FC48BB4FF42B716A20FBF790
+:1007300011FE022E1FD1002222702B7922819B1ADA
+:1007400018BF0123E3726B79934218BF0426A67287
+:10075000EB68A96860336360D4E906325B1842EB4A
+:10076000E172C4E904320423D6E76FF0010070BDE2
+:100770006FF01500FBE76FF02200F8E70020F6E7C6
+:10078000F9F710B808B50020F9F71CF9006800382F
+:1007900018BF012008BD08B500F0AFF828B14FF030
+:1007A00080430222C3F8342C08BD00F088F80028EA
+:1007B000F5D100F099F80028F1D1F5E74FF080432A
+:1007C00001221A6070474FF08043D3F8080400F00C
+:1007D000010070474FF08043D3F8140400F001008B
+:1007E00070474FF08043D3F81C0400F003007047BB
+:1007F0004FF080410246D1F81804D1F8181410F4D3
+:10080000803004D001F00300831A584258417047E9
+:1008100007B56846F8F7BEFEDDE900024FF08073C9
+:100820000021E2FB030103B05DF804FB08B5F8F713
+:100830009BFEBDE80840F8F781BE03460020187013
+:100840007047EFF3108272B603780121DBB20170BA
+:1008500002B962B6012B0CBF6FF022000020704776
+:10086000EFF3108372B60022027003B962B6002063
+:100870007047FBF76BBF4FF08053D3F83001A0F106
+:100880000F035842584170474FF08053D3F830015E
+:10089000A0F10A035842584170474FF08053D3F8F3
+:1008A0003001A0F10E035842584170474FF0805379
+:1008B000D3F83001A0F110035842584170474FF06F
+:1008C0008053D3F83001062803D0431C58425841C6
+:1008D0007047012070474FF08053D3F83001A0F1EA
+:1008E0000D035842584170474FF08053D3F8300100
+:1008F000A0F1080358425841704708B5FFF7C4FFFC
+:1009000030B14FF08053D3F83401B0FA80F0400991
+:1009100008BD08B5FFF7D3FF48B14FF08053D3F8B7
+:100920003401063810F1080F94BF0020012008BDE3
+:1009300008B5FFF7C4FF48B14FF08053D3F8340136
+:10094000063810F1080F8CBF0020012008BDFBF70E
+:100950003FBFFBF73DBF00280CBF6FF01500002024
+:100960007047002070470723037000207047002065
+:10097000704700207047000038B56DA3D3E900230D
+:1009800004460D46F0F74EF8A0B169A3D3E9002361
+:1009900020462946EFF708FC754B0022EFF7BCFD17
+:1009A00065A3D3E90023EFF7E1FE724B0022EFF7D6
+:1009B000FDFB38BD62A3D3E9002320462946F0F7AA
+:1009C00031F890B15EA3D3E9002320462946EFF722
+:1009D000EBFB674B0022EFF79FFD5BA3D3E90023FE
+:1009E000EFF7C4FE644B0022E1E7644B002220468F
+:1009F0002946F0F717F888B1604B002220462946B7
+:100A0000EFF7D2FB5A4B0022EFF786FD4EA3D3E956
+:100A10000023EFF7ABFE5A4B0022C8E74CA3D3E903
+:100A2000002320462946EFF7FDFF90B148A3D3E904
+:100A3000002320462946EFF7B7FB4D4B0022EFF786
+:100A40006BFD41A3D3E90023EFF790FE4D4B00224D
+:100A5000ADE741A3D3E9002320462946EFF7E2FFA3
+:100A600090B13DA3D3E9002320462946EFF79CFB34
+:100A70003F4B0022EFF750FD33A3D3E90023EFF7FC
+:100A800075FE414B002292E735A3D3E900232046AF
+:100A90002946EFF7C7FF90B131A3D3E900232046E1
+:100AA0002946EFF781FB324B0022EFF735FD22A3F9
+:100AB000D3E90023EFF75AFE344B002277E72AA34D
+:100AC000D3E9002320462946EFF7ACFF90B126A3D7
+:100AD000D3E9002320462946EFF766FB244B00228A
+:100AE000EFF71AFD18A3D3E90023EFF73FFE284BD9
+:100AF00000225CE700224FF0804320462946EFF7B2
+:100B000091FF90B100224FF0804320462946EFF735
+:100B10004BFB174B0022EFF7FFFC0BA3D3E900239D
+:100B2000EFF724FE1B4B002241E70020002140E7A5
+:100B30009A99999999990540809999999999B93F64
+:100B4000CDCCCCCCCCCC0440A09999999999B93F03
+:100B5000333333333333034066666666666602407A
+:100B60009A99999999990140CDCCCCCCCCCC0040A4
+:100B70000000244000805640000054400000044023
+:100B80000080514000004E400000494000004440B9
+:100B900000003E40000034402DE9F04F97B002AF16
+:100BA0000023C7F81E30C7F82230FB844FF6FF73CE
+:100BB000BB837E4B3B627E481EF05AF838B97D4AB3
+:100BC0007D48012119F089FC4FF0FF301AE07B4D80
+:100BD00028461EF04DF80446C0B92B686D4688B013
+:100BE00002AA7749C2E905134FF400739383754B4A
+:100BF00042F8103F4FF4E25103466F4802F090FF75
+:100C00002046AD465437BD46BDE8F08F052004F0C0
+:100C100071FA021E04DA6C49674818F0D6FBD3E774
+:100C200004F028FC021E01DA6849F5E7052004F00B
+:100C300061FB021E01DA6649EEE707F11C0004F0D1
+:100C400003FC644804F010FC634A10685168634A6E
+:100C500007F10C0303C31068516807F1140303C3C1
+:100C60005F4B07F1280203F1100507F1140916463E
+:100C700018685968144603C40833AB422246F7D1BA
+:100C8000002307F10C0287F84C30BA64C7F838909B
+:100C9000C7E90F66A7F84430524A4748524D464CC0
+:100CA000032119F01AFC07F1380004F03FFA021E84
+:100CB00009DB4E4C4E49A56820462B689847021E1A
+:100CC0000BDA4C49A8E72946204618F07EFB0021A4
+:100CD0004FF4004016F06AF9E5E71422002107F10D
+:100CE00038001EF099FD0123FB630223DFF808A101
+:100CF0007B640C23C7F840A087F8483020466B6817
+:100D000007F138019847041E19DA3C492A4822465F
+:100D100018F05BFB4FF00008394A2748032119F00F
+:100D2000DCFB002C00F08680364A2348012119F0B4
+:100D3000D4FB00214FF4F01016F038F9F1E7BAF9BE
+:100D400000800024E8E707F10C010D2000F0D6FF39
+:100D5000021E01DA2C49A9E04946102000F0CEFF1E
+:100D6000021E01DA2949A1E031460E2000F0C6FF3B
+:100D7000021E01DA264999E0D7E903320E480092B3
+:100D80000321244A19F0BCFBD7E905320A48009236
+:100D90000321214A19F0B4FBD7E90A320648009230
+:100DA00003211E4A19F0ACFB88E000BF151D0100AD
+:100DB0000801030087140300E4030300F4000300A8
+:100DC000A514030003000001C4140300EF14030082
+:100DD00014150300CD1C01002B180300D4060300DA
+:100DE000341803004015030068150300A400030035
+:100DF0009C1303008C150300F43F0020B915030079
+:100E0000D9150300F815030090160300C916030056
+:100E1000FE160300331703004B1703005F17030090
+:100E2000434A4448032119F058FB4FF4F0100021C5
+:100E300016F0BCF84046EFF705FB39A3D3E90023D1
+:100E4000EFF76AFB38A3D3E90023EFF78FFC824664
+:100E50008B46FFF791FD6D468AB0C7E9000102ACF1
+:100E6000354B63610022002350465946EFF79EF947
+:100E70000022C4E906010023D7E90001EFF796F943
+:100E800022460623C4E9080142F8103F29480023FE
+:100E90004FF4435102F044FEAD46284883683B219D
+:100EA000DB689847021EBFF64EAF2549214818F06F
+:100EB0008CFA244A1F48012119F00FFB224B234AC8
+:100EC000DFF88CB0DFF86CA0C7E90E23214B4FF49C
+:100ED0006B41C7E9101300250123102207F13801E7
+:100EE000022004F027FA041E9ADA01350121009449
+:100EF0002B465A46504619F003FB4FF4F0100021E0
+:100F000016F054F8052DE7D113490A482A4618F07F
+:100F10005CFA00214FF4F01016F048F804E700BF27
+:100F2000333333333333E33F000000000054854054
+:100F30000A180300E4030300141603000801030069
+:100F40005316030074170300015E003C000F0014E9
+:100F5000A2170300006201F4D5170300000000008F
+:100F6000032973B50546144671D8002A40D0072AD4
+:100F70005CD15A681C683A48D1171346C4FB00314B
+:100F8000012B71F1000225DB00F56E1000F65D709B
+:100F9000181831A3D3E9002341F10001EFF700FF56
+:100FA00080B202281ED004281ED008281ED0102887
+:100FB00033D103232B492A6951F823101161526858
+:100FC00014691B01302223212846A44602B0BDE843
+:100FD000704060472448181861F100011EA3D3E94E
+:100FE0000023DBE70023E5E70123E3E70223E1E752
+:100FF0001A881E4B33F8021B8A420BD12E69736884
+:101000000DF107029B68202128469847002807DA3F
+:1010100002B070BD01340B2CECD16FF01500F7E776
+:101020009DF80720130704D4082C05D16FF0850024
+:10103000EEE70A2C08BF0924736802F00F0242EAA7
+:101040000412DB68D2B2202128469847E0E702B0BC
+:10105000BDE8704011F060BA3AA3950000000000AE
+:1010600040420F002C060020632EB5FF0014030041
+:101070002DE9F04F476A97B014461D46CDE9044567
+:10108000239E83467FB9102016F098FE0246CBF8C7
+:10109000240020B9A24BEA21A24817F0D7FDC0E9ED
+:1010A00001770760C760DBF82430196859B15A68C6
+:1010B0004A60012393408B60584617F0EFFADBF843
+:1010C000243000221A602B1EB9BF23F00043059381
+:1010D00000233360059F944BBCBF01223260BB43A9
+:1010E00019D1229A42F20F731360C7F313032343FB
+:1010F00000F0E285249B53B98C4B21E08C4B089384
+:101100000833249A1360089817B0BDE8F08F874B16
+:1011100008930333F5E7DDE90423CDE90C23DDE98A
+:101120000C0100220023EFF75FFC804650B1229AA9
+:1011300001231360249B13B1249A7E4B13607E4BD2
+:101140000893E0E714AB019315AB00935846DDE933
+:101150000C2317F023FDC7F30A560390002E7AD014
+:101160000D9BCDF84C80C3F31303DDE90C0143F074
+:101170007F5343F44013A6F2FF36194600226F4B0B
+:10118000EFF712F860A3D3E90023EFF7C5F960A3E6
+:10119000D3E90023EFF70AF8044630460D46EFF78F
+:1011A00051F95DA3D3E90023EFF7B6F902460B46E8
+:1011B00020462946EEF7FAFF04460D46F0F7A2F95D
+:1011C00000220746002320462946EFF717FC40B1CE
+:1011D0003846EFF737F922462B46EFF705FC00B902
+:1011E000013F162F54D8564B03EBC703D3E9002316
+:1011F000DDE90C01EFF702FC00284BD0013F002392
+:101200001293149B9B1B5A1E45BFC3F10103069307
+:10121000002300230A9254BF06930A93002F3BDB5E
+:101220000A9B0F973B440A9300230B93209B092BA7
+:1012300000F28A80052BC4BF043B2093209BA3F1BE
+:101240000203CCBF00240124032B00F28880DFE8D6
+:1012500003F02B383657DDE914631E4406F232439F
+:10126000202BC1BFC3F140039F4006F2124324FA72
+:1012700003F3D6BFC3F1200347EA030004FA03F0E7
+:10128000EFF7D0F80122A1F1F873013E139274E751
+:101290000123B5E71290B4E7069BDB1B06937B4264
+:1012A0000B9300230F93C1E700230E93219B002B88
+:1012B00058DC0123099399461A4621920CE0012338
+:1012C000F3E700230E93219BFB1803F10109099317
+:1012D0004B46012BB8BF0123DBF824000021042278
+:1012E00002F114059D4241D94160584617F096F924
+:1012F000089000283DD1134B02464FF4D571CBE640
+:101300000123DFE7AFF3008061436F63A787D23F1C
+:10131000B3C8608B288AC63FFB799F501344D33FE4
+:10132000534B03006A4B03000000F07F4F4B030058
+:10133000464B030000300300FF2F03000000F83F7E
+:1013400010070300C64B03000124002320930E94D2
+:101350004FF0FF330993994600221223ADE7012392
+:101360000E93F5E7219B09939946B5E701315200A9
+:10137000B6E7DBF82430089A1A60B9F10E0F6FD87F
+:10138000002C6DD0002F36DDA14B07F00F0203EBD0
+:10139000C203D3E90034F805CDE910344FEA27142D
+:1013A00017D59C4BDDE90C01D3E90823EFF7DEF9F3
+:1013B000CDE9040104F00F044FF00308954D5CB92A
+:1013C000DDE91023DDE90401EFF7D0F9CDE90401EF
+:1013D0002BE04FF00208F1E7E10709D5DDE9100144
+:1013E000D5E90023EFF798F8CDE9100108F10108DD
+:1013F00064100835E3E700F007817C42844B854D9B
+:1014000004F00F0203EBC203D3E90023DDE90C0172
+:10141000EFF782F8CDE90401241100234FF0020810
+:10142000002C40F0E580002BD0D1129BDDE9044573
+:10143000002B00F04C81784B002220462946EFF724
+:10144000DDFA002800F04381B9F1000F00F03F8180
+:10145000099B002B00F3E480DDE90C34CDE9043472
+:10146000159B002B02DB0E2F40F342820E9A002ABE
+:1014700040F067820B9CDDF818800025B8F1000F62
+:101480000DD00A9B002B0ADD4345069AA8BF4346B0
+:10149000D21A06920A9AA8EB0308D31A0A930B9B56
+:1014A0000BB30E9B002B00F0A682002C00F0A18253
+:1014B00029462246584617F019FA039A014605466E
+:1014C000584617F069F903990646584617F0E6F8AA
+:1014D0000B9B1B1B0B9300F091820B9A31465846D5
+:1014E00017F004FA03900121584617F03FF90F9BBB
+:1014F0000446002B00F084821A460146584617F035
+:10150000F5F9209B012B044603DC049B002B00F023
+:101510007C820026236904EB830318691EF02EFBEE
+:101520000F96C0F120000A9B184410F01F0000F035
+:101530009182C0F12003042B40F38182069BC0F10D
+:101540001C00034406930A9B034480440A93069BB1
+:10155000002B05DD03991A46584617F021FA03902F
+:101560000A9B002B05DD21461A46584617F018FA4B
+:101570000446129B002B00F07682039821461EF051
+:101580004CFB002880F26F82002303990A22584600
+:1015900017F0A6F80E9B03907E1E002B00F05C82D5
+:1015A000002329460A22584617F09AF8099B002B77
+:1015B000054603DC209B022B00F35E82B8F1000F8E
+:1015C00005DD29464246584617F0EAF905460F9BC5
+:1015D000002B00F0D0826968584617F01FF80746C4
+:1015E000002840F07F820D4B024640F2EA2153E58D
+:1015F000E20706D5D5E90023EEF78EFF08F10108D2
+:101600000123641008350BE74FF002080DE700BF17
+:1016100010070300E80603000000F03FC64B03007C
+:101620002046AD4B00222946EEF776FFCDE90401B6
+:10163000099C7E1E08F101084046EEF703FFDDE934
+:101640000423EEF769FFA54B0022EEF7AFFDA1F1F1
+:101650005073CDE910011193002C3BD1DDE9040159
+:101660009F4B0022EEF7A0FD02460B46CDE9042376
+:10167000DDE91023EFF7E0F9002840F05781DDE9BC
+:10168000102101F10043DDE90401EFF7B7F900286B
+:101690003FF4E2AE00242546219BDDF820A0DE4386
+:1016A0004FF000082146584616F0F8FF002D00F0D4
+:1016B000A980B8F1000F05D0A84503D0414658468F
+:1016C00016F0ECFF2946584616F0E8FF9AE03E4631
+:1016D0004C46B1E7834B03EBC40353E90201089B7B
+:1016E0001C440E9B002B4AD002460B4600207E492C
+:1016F000EFF73CF8DDE91023EEF756FDCDE91001D8
+:10170000DDF820A0DDE90401EFF7FCFE0546EEF769
+:1017100099FE02460B46DDE90401EEF745FD303542
+:10172000CDE9040102460B460AF8015BDDE9100130
+:10173000EFF782F9002865D1DDE904236B49002029
+:10174000EEF732FD02460B46DDE91001EFF774F9C2
+:10175000002840F00D81A24500F0EA80DDE910018B
+:101760005D4B0022EEF7D8FE5B4BCDE91001002265
+:10177000DDE90401EEF7D0FECDE90401C2E7DDE9C1
+:101780001023EEF7C9FECDE91001DDF820A0A04638
+:10179000DDE90401EFF7B6FE0546EEF753FE02461B
+:1017A0000B46DDE90401EEF7FFFC30350AF8015B7A
+:1017B00002460B46A245CDE904234FF0000223D197
+:1017C000494BDDE91001EEF7F1FC02460B46DDE97D
+:1017D0000401EFF731F9002840F0CA80DDE9102359
+:1017E00041490020EEF7E0FC02460B46DDE904012A
+:1017F000EFF704F970B1C24608F1FF381AF8013C5E
+:10180000302BF8D0374655E0334BEEF785FECDE967
+:101810000401BDE7DDE90C34CDE90434159B002B50
+:10182000FFF628AE0E2F3FF725AE2E4B03EBC70376
+:10183000D3E90034CDE90634219B002B02DAB9F15B
+:10184000000F64D0DDE90445DDF820A0DDE90623C2
+:1018500020462946EEF78AFFEFF754FE0646EEF7DC
+:10186000F1FDDDE90623EEF757FE02460B46204662
+:10187000294606F13004EEF797FC0AF8014B089C64
+:10188000AAEB0404A14502460B4640F08280EEF725
+:101890008DFCDDE9062304460D46EFF7CDF8002860
+:1018A00065D1DDE9062320462946EFF79DF808B10A
+:1018B000F3075CD40399584616F0F0FE00238AF82B
+:1018C0000030229B01371F60249B002B3FF41BAC90
+:1018D000C3F800A017E400BF0000244000001C4033
+:1018E00000001440100703000000E03F0000F03F3C
+:1018F000A24B03EBC703D3E90034CDE90634219BA7
+:10190000002B9FDAB9F1000F9CDC7FF4C3AE9C4B37
+:101910000022DDE90601EEF7FFFDDDE90423EFF724
+:1019200081F8044600287FF4B5AE3E462546B4E073
+:10193000DDE90C34CDE90434159B002B01DB0E2FBF
+:10194000D6DD209A012A36DC139A82B303F23343A0
+:101950000B9CDDF81880069A1A4406920A9A012117
+:101960001A4458460A9216F001FF054686E53E469F
+:1019700053469A4613F8012D392A06D1089A9A42FD
+:10198000F7D10899302201360A701A7801321A709C
+:1019900038E77C4B0022EEF7BFFD0022002304460F
+:1019A0000D46EFF721F800283FF450AF82E7149B73
+:1019B000C3F13603CCE70B9B09F1FF34A34208DBEC
+:1019C000B9F1000FA3EB04040EDBDDF818804B46E1
+:1019D000C1E70B9B0F9A0B94E31A1A44DDF81880A9
+:1019E0000F924B460024B6E7069BA3EB09080023A1
+:1019F000B1E7039E71E50B9A039970E5039672E5D2
+:101A0000209B012B17DC049BABB9059BC3F313038D
+:101A10009BB9059B23F00046360D360536B1069B73
+:101A2000013306930A9B01330A9301260F9B002B77
+:101A30007FF470AD0F96012075E50026F6E73FF4C0
+:101A400086AD069A1C331A4406920A9A1A449844A0
+:101A50000A927CE50346F4E7099B002B2BDC209BD4
+:101A6000022B09DC27E0B9F1000F1DDC209B022BC3
+:101A70001ADDCDF824903E46099B002B7FF40CAE76
+:101A800021460522584616F02BFE014604460398CF
+:101A90001EF0C3F800287FF7FFADDDF820A031234A
+:101AA0000AF8013B0136FBE50E9BCDF824903E463B
+:101AB000002B7FF483AD089F039821461DF0D6FFCD
+:101AC00000F1300907F8019B089B099AFB1A9A421A
+:101AD00040F3CB80039900230A22584616F000FEFB
+:101AE0000390E9E72A690232920005F10C010C30FB
+:101AF0001DF084FE01223946584616F051FF089B1E
+:101B000003F1010ADDE9082313440A93049B03F05F
+:101B10000103A8460B9305460AF1FF3321460398BB
+:101B200006931DF0A3FF4146099000F13009039888
+:101B30001EF073F82A4621460746584616F09CFFC9
+:101B4000C268014602B3584616F0A8FD002F3ADAE3
+:101B500003990122584616F023FF214603901EF0F8
+:101B60005CF8002803DC29D119F0010F26D0B9F167
+:101B7000390F1DD132E02846C1E700BF100703002E
+:101B800000001440000024400E9003981EF045F819
+:101B90000E990C90584616F081FD0C9A5ABB209B6A
+:101BA00053B90B9B43B9B9F1390F17D0002F05DD9D
+:101BB000099B03F1310901E0002F2ADADDF818A0B2
+:101BC0000AF8019B6EE5209B3B4304D1049B03F084
+:101BD0000103002BBCD0B9F1390F36D1069F392350
+:101BE00007F8013BBA46013F1AF8013C392B5BD09C
+:101BF00001333B7056E5002F06DB209B3B4306D1AB
+:101C0000049B03F0010313B9002AA1DCD6E7002AE4
+:101C1000E1DC0A9B0AF8019C534557462FD00399F3
+:101C200000230A22584616F05BFDA84503904FF0AA
+:101C300000034FF00A02414658460BD116F050FD02
+:101C4000804605460AF1010A66E7DDF818A009F1A9
+:101C50000109B5E716F044FD2946804600230A2213
+:101C6000584616F03DFD0546ECE7099B002BC8BF22
+:101C70001F46089BD8BF01271F444FF00008039957
+:101C80000122584616F08CFE214603901DF0C5FF38
+:101C90000028A7DC02D119F0010FA3D1BA4617F82A
+:101CA000013D302BFAD0FDE4089BBB429AD1089A43
+:101CB000312301361370F5E4249B002B7FF41EAA18
+:101CC000014BFFF73DBA00BF464B03001FB504466A
+:101CD0000DF10F010DF10E0019F098F99DF80F307C
+:101CE000044A009304482346032118F009FC04B079
+:101CF00010BD00BF16140300E403030010B4034634
+:101D00000A46034881680C691946234610BC1847E7
+:101D100008010300F8B500AF6D468AB0FE696C4655
+:101D2000DFF850C06362C4E9071222460623C4E903
+:101D300005C042F8103F104800234FF4435101F012
+:101D4000EFFEAD46A6B188B06A460C4B5361397EB2
+:101D50000B4B93614FF4007393830905094B42F8D1
+:101D6000103F41F4E6510448334601F0D9FEAD4638
+:101D7000BD46F8BD4C140300E40303002D2103000D
+:101D8000761403000300000110B5094C0A44914287
+:101D900000D110BD11F8013B584003090001E35C7C
+:101DA000C0B2434018091B01205CDBB25840EEE78B
+:101DB000551803002DE9F04F91B08407009302F00D
+:101DC00004030293C2F3C20303F10103DDF8689038
+:101DD000039205460E46059340F0BA81041D30B1CA
+:101DE000072909D86FF01B0011B0BDE8F08F01F092
+:101DF0000706341DC6F10806009B4FF00008591E67
+:101E00004FF0040A4FF0FF330193CDF8108047469E
+:101E1000C34653460DB1009A22600598002800F38E
+:101E2000E8809848009A824203D397488242C0F0E3
+:101E3000E080039AA4EB050E92074FEA9E0000F1A2
+:101E400003810F2F00F2B180002D00F0058107F112
+:101E500040020DEB020C019A0CF8200C0CF8102C2F
+:101E6000049801300490E7E07A285DD84B280ED81A
+:101E7000472859D829282DD8252852D054D8202889
+:101E80007AD02338D0F1000B4BEB000B74E04C38C8
+:101E90002E2849D8DFE800F07048484848484848AC
+:101EA000484848484B484848484848484859484B9B
+:101EB0004B595959704B6D487048184B1848488217
+:101EC0007F4B48484B487F0000204FF0000B4FF0FD
+:101ED000040A38E02A38C0B2012202FA00F010EAFF
+:101EE0000E0F49D110F0625C2FD110EA020B43D0E3
+:101EF0006046013C5444B4FBFAF40AFB04F4002DA0
+:101F000061D0A3EB050CA444B4453FF66BAF0028A9
+:101F100068D1042B47D159F8043B236004340423CF
+:101F20002AE0019A013A01924FF0000B24E011F8E7
+:101F3000010C6C2834D111F8023C00206C2B834634
+:101F4000C5D14FF0080A5346D3E709F1070929F034
+:101F500007090734F9E802AB24F0070435B1069805
+:101F60002044B0423FF63EAFC4E900AB08344FF026
+:101F7000000B4FF0080A534611F8010F002878D0E3
+:101F8000BBF1000F7FF470AF2528F5D1019B013321
+:101F900001934FF0010B4FF0040AECE7584694E729
+:101FA00000208346A5E7082B02D06FF015001BE741
+:101FB00009F1070929F00709F9E80223C4E9002318
+:101FC00008340823D8E768B9042B02D109F10409C1
+:101FD000A4E7082BE9D109F1070929F0070909F15C
+:101FE0000809EDE7059A013A059259F8042B009289
+:101FF00010E7039A900720D5A4EB050E4FEA9E0048
+:102000004FF0010CBEF5007FCFD20F2FCDD8F5B128
+:1020100007F140020DEB020EC0B2019A0EF8200C3F
+:102020000EF8102CBCF1000F3FF41AAF60F07F00E7
+:102030000EF8200C08F101080137C5F1080204343C
+:1020400006924FF6DA7E97E74FF0000CDAE7BCF124
+:10205000000F01D00136EFE7029802360028EBD1DD
+:102060000098CDE90631FAF703FFDDE906310644B1
+:10207000E2E7631BB3F5806F97D23DB9A6F1080480
+:10208000E018B1E63CFF0200EC4C0300029A286025
+:102090009B082B709DF81030C2B1EB7085F8028060
+:1020A000B8F1000F05D008A80022C5F1010C974235
+:1020B0000ED1C5F101030DF120094FF0000A019383
+:1020C0000DF1300B574512D1601B8DE66B70E5E7C3
+:1020D00010F8013B190608D504EB0C0EB64503F0C9
+:1020E0007F033FF67FAE04F8013B0132DFE7B8F132
+:1020F000000F03D099F90020002A17DB029BD3B10F
+:102100001AF80B2004F8012B0022019B9818204498
+:10211000B0423FF667AE99F8000004F8010B009951
+:10212000039220461DF06AFB039A14440AF1010A47
+:1021300009F10109C6E799F8002055F8223000930B
+:10214000029B45F822300098FAF792FE421CDCE729
+:102150006FF00D0048E600BF2DE9F04F97B000AFDB
+:1021600090F802A0D7F880B03B62CBF3C0030446DE
+:10217000FA62BB61894641B9457800780AEB800074
+:1021800020444D4517D8A0EB0409E378FB61BAF170
+:10219000000F02D01BF0010F16D1FB6953BBFB6A85
+:1021A0001BB13A6A4946204698474D4628465C3757
+:1021B000BD46BDE8F08F461C3046FAF759FE0130A7
+:1021C000304409F10109DCE7237862687A62FA6A2F
+:1021D0009900796104EB8301002A40F000814D46AB
+:1021E0000E4601EB0A094FF000084E454CD101EBB9
+:1021F0000A0610E01BF0020FD1D023789A007A6112
+:1022000062687A62FA6A04EB8301002A77D14D464C
+:1022100001EB0A0690461BF0050F0CBF02230123B9
+:10222000FB62FB6906EB430A0BF00203BB625645F7
+:10223000BCD016F8021B16F8013C54F82390AF4BA3
+:10224000994502D3AE4B994536D3BB69002B40D09C
+:10225000786A17F0BBFA00283BD0E9468AB06A4694
+:10226000A84B53617B6AC2E906314FF400731384B3
+:10227000A54B42F8103FA54800234FF4125101F03E
+:102280004FFC023DCD46D2E716F8013BF96254F807
+:102290002300FAF7EDFDD7F88430F96A01304BB12D
+:1022A000D7F8883098453EBFD7F8843023F8180017
+:1022B00008F10108054498E7BB6923B1786A17F073
+:1022C00085FA0028C9D11BF0010F05D1FB6AED1A70
+:1022D000ADE7BB6A002BAAD04846FAF7C9FDD7F88C
+:1022E000843053B1D7F8883098453FBFD7F8842061
+:1022F000431C22F8183008F10108054497E7BAF1A9
+:10230000000F72D01BF0040672D0D046002607F1F1
+:10231000480052463B61B9621DF070FAB96A3B69E8
+:1023200001EB0A02BA62FA69F9695200FA60BA6A04
+:1023300002EB41023A610BF00202BA603A69B96AF3
+:102340008A4257D162787A621BF0020F32440CBF86
+:102350004FEA580100211BF0010FD2B240F09F80DC
+:102360001BF0040F14BF40460020BB616270A070D8
+:10237000E1703A6A7969FB6A20469847051EFFF6C4
+:1023800015AFBB6923707B6A6370FB69E3704146DC
+:102390003A6AFB6A84F802A007F148009847B0F156
+:1023A0000008C0F2B5807B693A6AA9EB0A01C91A34
+:1023B000FB68C91AD7E90A0398470028C0F2AA8027
+:1023C000A84408EB00054FF0000B07F1380AB345AD
+:1023D00067D300213A6AFB6A08469847E6E6564604
+:1023E0004FF0000807F1380093E75646D04697E7CC
+:1023F000B04695E7BA6A12F8021BBA6212F8015C9D
+:102400003E4A54F82500904202D33D4A90421ED3E2
+:10241000BA6932B1786A7B6017F0D8F97B68002816
+:102420008CD1BA6802BB08F1280207F1300C08F120
+:102430000100944407F1580252FA80F008F10208B2
+:102440000CF8101C5FFA88F800F8105C76E7BA699F
+:102450003AB1786A7B6017F0B9F97B6800287FF49D
+:102460006DAF1BF0010F09D006F1280207F1300013
+:10247000711C161806F8205CCEB25FE71BF0040F43
+:102480003FF45CAF08F1280207F1300008F10101C8
+:1024900002EB000808F8105C5FFA81F84EE70020B4
+:1024A00063E71BF80A3087F8373054F82390D7F8E1
+:1024B0008430FBB133F81B803A6AFB6A012107F1D3
+:1024C00037009847002825DB0544B8F1000F06D1F6
+:1024D0004846FAF7CDFC00F101081FFA88F83A6A7D
+:1024E000FB6A414648469847002813DB05440BF138
+:1024F000010B6CE7D7F88480DEE700BF3CFF0200E9
+:10250000EC4C030065180300040000018403030081
+:1025100045464BE6054649E6014B1860704700BF4B
+:102520000805002030B587B00025CDE90301044639
+:10253000009503A90548059500F06CF8DDE9043025
+:102540009842B8BF255407B030BD00BF1B980200A9
+:10255000F0B5094E016802460A2700200B460131FA
+:102560001C78355D6D0701D41360F0BD07FB004397
+:10257000A3F13000F2E700BF184A03002DE9F84F3D
+:1025800015469A46D378224A12F803B06F2B80463C
+:102590000F460BF0030B29D024D8582B0CBF102664
+:1025A0000A26DDF828903246002340463946EEF7E9
+:1025B00047FC092AD4B21ED83034B045E4B277F1D2
+:1025C000000709F8014D01D3D14511D82B789B069E
+:1025D00005D5082E15D1AB7843F00803AB704846FB
+:1025E000BDE8F88F03F0F703702BD7E70826D8E78C
+:1025F00080460F46D7E7BBF1010F0CBF3734573485
+:10260000DBE7102EEBD1AB7843F01003E6E700BF19
+:10261000184A03002DE9F04F97B08A4603901646FA
+:102620001C460025307808B928464BE3731C252842
+:10263000049307D0039B514698470028C0F2428379
+:102640000135F0E11822002110A81DF0E5F873789B
+:10265000252B00F0A3800023711C98469E469C46C3
+:1026600018460F4611F8012B2B2A00F0C68000F205
+:10267000BD80202A00F0C480232A00F0C4802BB142
+:102680009DF8483043F040038DF84830B8F1000F12
+:1026900005D09DF8483043F020038DF84830BEF156
+:1026A000000F05D09DF8483043F010038DF84830F6
+:1026B000BCF1000F05D09DF8483043F008038DF8B9
+:1026C000483028B19DF8483043F004038DF8483075
+:1026D0009DF8483003F04401442903D16FF3861379
+:1026E0008DF848309DF84830099743F080032A2A36
+:1026F0008DF8483040F08C809DF8493043F001035C
+:102700008DF849307B1C1A782E2A9DF849200CBF81
+:102710000121002161F341028DF849200CD15A1C9E
+:1027200009925A782A2A40F083809DF8492042F085
+:1027300004028DF8492002331A786C2A00F0A48034
+:1027400000F28680682A00F08C806A2A00F0A5805A
+:102750004C2A00F0AA801A4612F8013B0492782B0A
+:102760009DF849208DF84B3000F217816D2B00F257
+:10277000A980692B00F21181572B00F2BE80412BFA
+:1027800003D0453B022B00F208819DF84A30042219
+:1027900062F302038DF84A300123CAE0B21C0492AE
+:1027A0008DF84B309DF84930D90740F1FD8054F841
+:1027B000048BB8F1000F07DA9DF8482042F00402BC
+:1027C0008DF84820C8F100085A0740F1F68054F807
+:1027D00004BBBBF1000F80F2F5809DF849306FF328
+:1027E00041038DF849304FF0FF3BEBE02D2A0DD02F
+:1027F000302A7FF444AF012333E74FF0010C30E778
+:102800004FF0010E2DE74FF001082AE7012028E7DD
+:1028100009A8FFF79DFE099BBB423FF474AF9DF8EA
+:1028200048201390C00F60F341028DF848206AE7FA
+:1028300009A8FFF78DFE9DF848301490C3F34002BD
+:1028400042EAD07262F341038DF84830099B73E786
+:10285000742A26D07A2A7FF47EAF9DF8492006217B
+:102860000CE05A78682A9DF8492006D1012161F3CD
+:10287000C6028DF8492002336DE7022161F3C602DA
+:102880008DF84920013366E75A786C2A9DF8492073
+:1028900001D10421EBE70321F0E79DF84920052150
+:1028A000ECE79DF849200721E8E7BDF8482022F42D
+:1028B000F04222F0020242F4804242F00202ADF8FD
+:1028C0004820DFE76E3BD9B201238B4040F28241C2
+:1028D0000B4238D113F0240F52D1DF075DD59DF89C
+:1028E0004A30032161F302038DF84A3002F0780385
+:1028F000A3F14000434243411BE0A3F15801C9B298
+:10290000012000FA01F111F4624F7FF43EAF40F66E
+:10291000010739421DD111F4043F3ED09DF84A30E1
+:1029200060F3020302F07802402A8DF84A3034D076
+:1029300000239DF84820C2F340010B4363F341029A
+:102940008DF848202EE79DF84A30022161F30203FA
+:10295000E8E79DF84A10022002F0780260F30201D5
+:10296000402A8DF84A1002BF9DF8481041F001013D
+:102970008DF84810632BDBD1131E18BF0123D8E755
+:102980009DF84A30032161F3020312F0780F8DF8AD
+:102990004A3014BF01230023CBE79DF8483043F0B1
+:1029A00001038DF84830C3E79DF94820002AB4BFE1
+:1029B000DDF84C804FF0FF3806E79F077FF513AF37
+:1029C000DDF850B09DF849100023CDE913339DF890
+:1029D0004A3003F00703012BC1F3C30133D1CB1EEF
+:1029E000042B04D8DFE803F02146462121002368A8
+:1029F00001294FEAE372CDE910321CD19DF9403034
+:102A0000DA17CDE9103204349DF8483013F003078B
+:102A100050D0049B03983246514616F037FF0028E9
+:102A2000C0F250810544049EFCE554F8043BDA17DB
+:102A3000CDE91032E8E70229E5D11AB243F3C033F9
+:102A4000CDE91023DFE7022B24D1CB1E042B04D8C1
+:102A5000DFE803F0181010181800012954F8043B9F
+:102A60004FF0000214D00229CDE91032CCD19BB234
+:102A70001093C9E7073424F00704F4E80223CDE9F2
+:102A80001023C1E754F8043B109300231193BBE7D4
+:102A9000DBB2CDE7042B08D1073424F00704D4E9D6
+:102AA00000230834CDE91023AEE7032BACD154F852
+:102AB000043BDDE79DF84B007828B4D862281DD888
+:102AC00025283FF4B7AD5828ADD10DF13E03009352
+:102AD000DDE910010AAB12AAFFF750FDBBF1000FB0
+:102AE000814680F29980B9F1000F9CD00DF13E062D
+:102AF000A6EB0903002F50D001334EE063381528B0
+:102B000091D801A252F820F0892B0100ED2B010091
+:102B1000272A0100272A0100272A0100272A01006D
+:102B2000ED2B0100272A0100272A0100272A010096
+:102B3000272A0100792C0100132C01003B2C0100F5
+:102B4000272A0100272A0100612B0100272A010002
+:102B5000132C0100272A0100272A0100132C010051
+:102B6000BBF1000FDDF840900ADB594648461CF0E7
+:102B700071FFB9F1000F3FF456AF09EB000677E0A3
+:102B80004846FAF775F9F8E7109B8DF828300027CA
+:102B90000DF129060DF1280901239DF84A1011F0C5
+:102BA0001002069200F082800233139A05921344B9
+:102BB0004A0644BF14995B18B8F1000F40F38F80A8
+:102BC000A8EB03089DF848305807C3F3800B00F1C9
+:102BD0008680590679D53FB1039B514638469847C0
+:102BE00000286FDB01355F4630236FE01E075CBFB6
+:102BF000C3F300135F01DDE9102348BF2B27002B2F
+:102C0000BFF663AF524263EB4303CDE910232D2798
+:102C10005BE7002759E700279DF848100DF13E03B8
+:102C2000A3EB09036FF386119B458DF848107FF6DF
+:102C30005AAFABEB0303139355E7109880B30DF134
+:102C40003E060AAB009612AA0021FFF797FCBDF8DA
+:102C50004A3003F0EF0343F4F04343F01003BBF1B9
+:102C6000000F8146ADF84A30D5DA00283FF4DBAEDC
+:102C7000A6EB0903002790E7109B07293FF6D3AE88
+:102C8000DFE801F00C04060C08080C0C1D70CAE605
+:102C90001D80C8E6EA17C3E90052C4E61D60C2E61B
+:102CA000304E0746A6F10509052376E7080748BF19
+:102CB00001337AE7184607935146039B984700284B
+:102CC000079B04DA17B0BDE8F08F2023C3465946AE
+:102CD00000290BF1FF3BEDDC45446D1AD84637B1B6
+:102CE000039B5146384698470028EBDB01359DF899
+:102CF0004A30DA0601D41B0706D5039B5146302023
+:102D000098470028DEDB0135069B3BB19DF84B0060
+:102D1000039B514698470028D4DB0135059F2F447B
+:102D200006E0039B5146302098470028CADB013556
+:102D30007B1B002BF5DC039833464A46514616F0C0
+:102D4000A5FD0028BEDB0544A844A8EB0503002B25
+:102D50007FF769AE039B5146202098470028B1DBDE
+:102D60000135F2E71E1903002DE9F047058B0446F3
+:102D70002807904611D4022905F0070540F0CC80C1
+:102D8000204616F0F9FF78B10138218B042811D8BC
+:102D9000DFE800F0C2106D85950001290CBF45F0F9
+:102DA000100545F02005258388F31188BFF36F8F48
+:102DB000BDE8F08701F0070AAA4500F0A5800027CA
+:102DC000B9463E46A368002B00F0BC8041F00801E4
+:102DD000218388F31188BFF36F8FA168002900F069
+:102DE000BA800D68002900F0B680D1F8048033461F
+:102DF00052462046C047002D76D02B6829461D46F6
+:102E0000F0E701F007035A1F012A1BD8002221F026
+:102E10000701062B276889B2C4E9002209D13B4685
+:102E200003E0628B013262831B68002BF9D141F011
+:102E300002012183204616F09FFF00287AD041F03E
+:102E4000200176E0042B0AD121F0070189B2218309
+:102E5000204616F091FF10B141F020012183218B13
+:102E600001F0070AAA454FD00027B946AAE723690F
+:102E700021F0070141F00601062DD3F800902183CF
+:102E80002DD1B9F1000F3FD041F00801218388F323
+:102E90001188BFF36F8F3A492046C84729E021F0D7
+:102EA0000701236941F0040189B2042DD3F804908D
+:102EB0002183E6D000273E464FF0040A82E721F046
+:102EC0000701236941F0050189B2052DD3F8089067
+:102ED0002183D6D000273E464FF0050A72E700272F
+:102EE0003E464FF0060A6DE72B4687E7B9F1000F23
+:102EF000D1D1EFF31188402383F31288BFF36F8F92
+:102F0000238B23F008032383258BEA062ED525F097
+:102F10001003238305F007056669218B002EBFF699
+:102F200070AF00232768C4E9003321F0070141F0A6
+:102F300001012183218B01F0070AAA454FF0000906
+:102F40007FF440AF002F9CD041F00801218388F32B
+:102F50001188BFF36F8F002FC8D03D6839463346C4
+:102F60005246204616F034FF2F46F4E7AB067FF5B5
+:102F70001BAF25F02003238305F0070500E700BF02
+:102F8000FD9D02002DE9F7430F4606460821C06A61
+:102F9000DFF8509017F042F83C68241A80463C60F5
+:102FA00004EA0905AC4203D8002003B0BDE8F08371
+:102FB00008236A462146304616F0C5FF0028F4D1A2
+:102FC0006946304617F034F840B1BDF80230BDF81C
+:102FD00004203C6005EA090513441D44A4EB0804E1
+:102FE000E0E700BF0000FFFF2DE9F04704468AB08C
+:102FF00000F1140738461BF01DFFA06A8368DB68E8
+:103000009847E06250B9864A8648012116F0FBFFD6
+:103010006FF0150528460AB0BDE8F087A06A8368FE
+:10302000DB6898470368013B1F2B01D97E4AEBE719
+:10303000A06A216807AA1AF0F4FE08B17B4AE3E708
+:10304000A5892DB1089BB5FBF3F203FB12550DB119
+:10305000774AD9E7E389012B01D8764AD4E7E36AB6
+:10306000029593F804904FF0FF334FF0FF3238464B
+:1030700013F05EF9E06A082116F0D0FFA846064674
+:10308000E3891FFA85FA534508D8E389434523D1DC
+:10309000384613F0C5F96FF02C05BBE7A1892B0466
+:1030A000891B13FA81F14A4608232046029116F043
+:1030B00058FF78B102A9204616F098FF08F10108E0
+:1030C000029908234A4620461FFA88F816F049FF5D
+:1030D0000028DAD00135D3E753450BD102990823F4
+:1030E0004A46891B204616F03CFF18B902A9204623
+:1030F00016F07CFF02A92046FFF744FF054618B1F1
+:10310000384613F08DF985E7029B63604FEA134858
+:103110004FEA0848C4F80880D4E9011399420FD354
+:10312000082303AA204616F00EFF05460028E7D123
+:1031300003AB13F8012B91453DD10135082DF8D192
+:1031400063681B0C1B0402A92046029316F04EFF75
+:10315000A38902994A46204616F003FF051ECFDBDD
+:1031600063687BD006EB03084FF6FF79A389CDF89F
+:1031700008801FFA88F29B1B9A4238D32E4A2948AE
+:10318000032116F040FF6168204616F015FF054642
+:103190000028B5D16368294AA18913400B44A3EBE9
+:1031A000460363601340A360204617F024F80546E9
+:1031B000002D6FD0A4E703A9204616F039FF6268FE
+:1031C00010B9921B6260A7E7BDF81050BDF80E1051
+:1031D000E06AC4F80880294416F020FF4044904279
+:1031E000A060EED1002DECD06FF01C057DE008232F
+:1031F00005AA4146204616F0A6FE054600287FF4A3
+:103200007FAF05A9204616F013FF38B1BDF8143082
+:103210004B4503D1BDF81830002B6CD0B044A5E766
+:1032200033190300A40303005519030072190300A6
+:103230008A1903009E190300FB1903000000FFFF19
+:103240005B1A4A46204616F08CFE051EFFF658AF64
+:1032500008D0E26AA36812681344A360D4E901317C
+:103260008B42EDD86168A38901EB46029A429FD157
+:10327000DFF8A880A26801EA08039A4298D02046A5
+:1032800016F09AFE054600287FF43AAF636803EA19
+:103290000803A360A389A288A3EB46039A4220D027
+:1032A000384613F0BDF801232374A289E3891C4832
+:1032B000009203211B4A17F023F963689AB2009227
+:1032C0001748194A1B0C032117F01AF9A3689AB280
+:1032D00000921348154A1B0C032117F011F9002521
+:1032E00098E6204616F070FF0546384613F098F829
+:1032F000002DD8D08EE60E4A0948032116F083FE31
+:1033000063681B0C1B0402A92046029316F06EFE94
+:103310000299204616F050FE49E700BF0000FFFF6B
+:10332000A4030300C1190300D8190300EA1903001C
+:10333000221A03002DE9F04F1D4691B0037C029143
+:103340000446009253B9744A7448012116F05BFE9A
+:103350006FF00C06304611B0BDE8F08FC26A08214C
+:10336000104616F05BFE29460190104616F056FEF8
+:10337000A389019AA3EB8203AB420746C0F0C98040
+:103380001DB1009B002B00F0C4806368059306AA62
+:1033900005A92046DDF814A016F082FE0646002896
+:1033A000D8D1BDF81830029A934206D06268059BC6
+:1033B0009A42ECD1002D36D1CCE706A9204616F072
+:1033C00037FE0028F2D0BDF81A80BDF81C3045B396
+:1033D0009D4228D1E36ADDF800B01B684FEA1A4A23
+:1033E0005B424FEA0A4A03F02003D0440393AA4603
+:1033F000DDF80C90D14528BFD1464B4608AA41467E
+:10340000204616F0A0FD00284ED14A4608A958468D
+:103410001CF0E4F938B9BAEB090AC844CB44E7D147
+:1034200098E7002B96D0002F41D104F114094FF0FA
+:10343000FF324FF0FF33484612F07AFFDFF8E0B07A
+:103440004FF6FF7AE3899E4260D0D4E901217B18D0
+:103450009A4230D3029BADF82030FF23009A8DF8BA
+:10346000263020462B46ADF82210ADF8245016F039
+:1034700061FE29468046E06A16F0D0FDA26802444B
+:10348000A260B8F1000F0AD108A816F0BEFD08A985
+:10349000204616F088FE002814BF8046A8464846FD
+:1034A00012F0BEFF464655E7BDDC064652E7019BDB
+:1034B0001F44BFB2B9E70821E06A16F0AFFD002350
+:1034C000ADF824301318ADF82230A389ADF820A050
+:1034D00002EA0B021A44101A606008A88DF826A0B0
+:1034E00016F093FD08A9204616F05DFE211D20462A
+:1034F00016F07CFD636803EA0B03A360204616F018
+:103500007AFE80460028CAD101369BE76FF01B087F
+:10351000C5E76FF015061DE71F190300A40303009C
+:103520000000FFFF2DE9FF471E46037CBDF83090E9
+:1035300004460F4690464BB92C482D4A012116F0FF
+:1035400062FD6FF00C0004B0BDE8F087C06A08218E
+:1035500016F064FDA389A3EB4003B34243D3D4F830
+:1035600004A0CDF804A000254D455146DDF804A087
+:1035700009D9636853451ED1BDF80830BB421AD043
+:103580006FF00100DFE702AA01A9204616F088FDCE
+:103590000028D8D1BDF80830BB4206D102A9204688
+:1035A00016F046FD08B10135ADB26268019B9A4242
+:1035B000DAD15146E0E7BDF80C30002BE0D0A94548
+:1035C000DED8BDF80A00090CB3424FEA014128BF1A
+:1035D000334601444246204616F0B5FC0028B2D1DD
+:1035E000BDF80C00AFE76FF01500ACE7A4030300D3
+:1035F0001F1903002DE9F047DFF8588004460746FD
+:103600004FF0010914B93846BDE8F08794FAA4F5E3
+:10361000B5FA85F509FA05F32E0108EB05156FEAF1
+:10362000030A24EA03042B7B002BEBD058F8063066
+:103630001B694BB94644042273682846196807EA97
+:103640000A0700F059FADDE7284698470028D9D143
+:10365000F0E700BF4404030030B51049104889B0BA
+:1036600000221BF055FF0F4D0F4900220023CDE92A
+:10367000062300240E23CDE90334CDE901440B4B8E
+:1036800000944FF44072284613F0E4F908492846A4
+:103690001BF099FD204609B030BD00BFB5360100D2
+:1036A000F01E0020701A0020C8420020A539010039
+:1036B0003E1A0300014812F021BF00BFA80A0020F3
+:1036C0002DE9F04780461F480F4616F080FE06465B
+:1036D000002830D000252846BDE8F087237B6BB159
+:1036E0002368DB680BB12046984723681B69D3B970
+:1036F000636804221968204600F0FEF90136103490
+:103700004C45EBD3B8F1000FE5D0002DE2D02846B0
+:10371000FFF770FF0546002FF7D000214FF4A4708B
+:1037200013F044FCF1E7204698470028E0D00AFA5D
+:1037300006F31D43E2E7044CDFF8109005464FF016
+:10374000010ADDE7402C0020440403005404030078
+:10375000014B53F820007047EC07030008B50346FF
+:1037600008462BB1044A136000F06AFC002008BD33
+:103770006FF01500FBE700BF0C05002010B5044CEE
+:10378000237813B9034812F0B9FE0123237010BD4A
+:103790000C400020A80A002010B50446084816F086
+:1037A00016FE5CB1BFF35B8F064B53E8001F013977
+:1037B00043E80012002AF8D1BFF35B8F10BD00BFB1
+:1037C000382C00203C2C00200020064BBFF35B8FE0
+:1037D000014653E8000F43E80012002AF9D1BFF375
+:1037E0005B8F7047382C002070B5FFF7EDFF084C59
+:1037F000084E0546B44200D370BD63685B792BB1B7
+:1038000023685B6813B12946204698471034F1E7D6
+:10381000440403005404030010B5044C044920463A
+:1038200016F052F9034B1C6010BD00BF4809002080
+:10383000D8070300302C0020084A094808B50023A7
+:103840001370084A1360084A4FF400411360FFF7F1
+:1038500085FFBDE80840FFF7DFBF00BF0D40002037
+:10386000CBA30200382C00203C2C00200146002273
+:103870000148002316F049B948090020014816F014
+:10388000DFB900BF48090020024B0146186816F056
+:103890002BBA00BF302C0020014816F060BA00BFE0
+:1038A0004809002070B5284B187800284BD0FFF746
+:1038B000E5FF054690B1BFF35B8F244B53E8001F33
+:1038C000013943E80012002AF8D1BFF35B8F204C86
+:1038D000204EB4422DD32846FFF7D6FF1E4B1F4C77
+:1038E0001B68002B19DD1BF0CCFD4FF47A72A0FB96
+:1038F000020302FB0131C30BD4E9002043EA414338
+:103900009B1A4FEAD13140F2E93261EB0001934258
+:1039100071F1000101D3FFF767FFD4E9003213F51D
+:103920007A7342F10002C4E90032BDE87040FFF74B
+:10393000B3BF63685B7923B1236829461B682046BF
+:1039400098471034C5E770BD0C4000203C2C002087
+:103950004404030054040300382C0020E81E002017
+:1039600070B50D4D297861B90120FFF7A9FE0B4C08
+:103970000B4EB44206D3FFF795FF0028FBD101237D
+:103980002B7070BD63685B791BB1236820469B6810
+:1039900098471034EDE700BF0D40002044040300B9
+:1039A0005404030000212DE9F0470846FFF788FE84
+:1039B000044648B340F267684FF0000913F014FB67
+:1039C0001A4B186030B11A4B1B68092B02DD1948DD
+:1039D00012F094FD184FDFF85CA0002544B120469A
+:1039E000FFF708FE044618B94FF0FF384FF0FF39D3
+:1039F000FFF758FF064628B9B5B942464B46504630
+:103A000012F0A0FD3546E9E74FF0FF384FF0FF39DF
+:103A1000D4E72B689B691BB10022114628469847C2
+:103A20001035BD42F5D3E8E7044DFAE7342C002009
+:103A30003C2C0020A80A0020540403004404030086
+:103A400013B5184816F0C3FC174B1B7873B1EFF38E
+:103A50001184402383F31288BFF36F8FFFF722FF97
+:103A600084F31188BFF36F8F02B010BD0F4B1B683A
+:103A7000002BF9D050B900220023CDE900230C48D7
+:103A80004FF40042002313F017FDEDE70928EBD1B6
+:103A900007481BF049FD074802B0BDE8104012F08E
+:103AA0002DBD00BF3C2C00200D400020342C0020F8
+:103AB000F01E0020A80A002010B5064B1B68044623
+:103AC00098472146A060044816F09BF8BDE81040D6
+:103AD000FFF7B6BF0C05002048090020044A054B3B
+:103AE0009B1AB1EBD30F34BF52F83100002070475E
+:103AF0000C03030044040300084BC31A10B41B1149
+:103B000044680133237143689A71436819604368BC
+:103B100001225A7110BCFFF731BE00BF44040300FC
+:103B20002DE9F04F8FB004AFC1F34A28B8600D46BD
+:103B300091467B600C0DB8F1000F63D0002607F1B1
+:103B400014034FF0040B4FF00A0AC7F80C80C7E9C2
+:103B500007667E620193CDF808B0CDF800A007F1AA
+:103B60001C03F96832464846FEF7F6FAB0F5006FD6
+:103B700003461CD36C468AB0D9F8041004AB26481F
+:103B8000C3E9050140F2FF71D9611A464FF4007193
+:103B90001984224B42F8103F214833464FF412510A
+:103BA000FFF7BEFFA5462C37BD46BDE8F08FC0F33A
+:103BB0000A0804F11700184420F0070080083B6051
+:103BC000FFF754FE68F35325044690B13B68154A4D
+:103BD000C7E9083600F1100107F11403F961CDE9D6
+:103BE00000A3CDF808B0F96807F11C034846FEF7BA
+:103BF000B3FA68F353257B68B9682A46204616F065
+:103C00001CFCD0E704F1170020F007008008FFF744
+:103C10002DFE0446EDE700BF531A03000400000127
+:103C2000C40303000FA402002DE9F04F87B0DDE9C3
+:103C30001269DDE9105A04460F4693469846A6B32A
+:103C40001021CDF80090334652460020CDF8149054
+:103C5000FEF7B0F8014605F117000844144B039134
+:103C600004F007040BF0070BE40020F0070003EA60
+:103C7000412344EA8B1480081C43FFF7F7FD44EA14
+:103C80000554054640B13EB10399CDF80090334646
+:103C900052461030FEF78EF84346224639462846F3
+:103CA00007B0BDE8F04F16F0C8BB3146D3E700BF00
+:103CB00000FE0F00406820B1034BC01A40F3CF0054
+:103CC00070474FF0FF3070470C0303000EB403B58C
+:103CD00003AB014653F8042B0448019316F02AFC69
+:103CE00002B05DF804EB03B0704700BF5DA50200B1
+:103CF000CA0605D48B064CBF02490349FFF7E6BF4D
+:103D0000704700BF931A0300921A03002DE9F04F89
+:103D100089B09A46149B06939DF84CB0159B059369
+:103D2000169B179E049304460D469046BBF1000F68
+:103D300000F09D8006F48073079316F066FB06F092
+:103D40000209024600283ED092492046FFF7BEFFF6
+:103D50000746B9F1000F08D016F0440F35D18E494F
+:103D60002A462046FFF7B2FF074406F0010353B18D
+:103D70008A4B8B4953F82B208A4B2046002A08BFD8
+:103D80001A46FFF7A3FF06F48073002B49D006F014
+:103D90000803002B63D1B8F1000F66D08249424678
+:103DA0002046FFF793FF0546069B3D44002B6DD14F
+:103DB000049B002B73D1F30700F1E58031462046C8
+:103DC000FFF796FFD9E00746C3E7784B186800284D
+:103DD000CAD0774B4FF47A791B68B5FBF3F54FF4F3
+:103DE0006161B5FBF0F300FB135509FB05F54FF0DE
+:103DF0003C0CB3FBF1F201FB1231B5FBF0FEB1FB61
+:103E0000FCF300FB1E550CFB131109FB05F500919B
+:103E1000B5FBF0F56749CDE901E52046FFF756FF10
+:103E2000A2E706F00803EBB1634B644953F82B207B
+:103E30002046FFF74BFF0546B8F1000F05D05A4961
+:103E400042462046FFF742FF0544BAF1000FABD0CF
+:103E50005B4952462046FFF739FF0544A4E74FF07F
+:103E6000000AE1E706F00805E6E745469CE7BAF1F7
+:103E7000010F069B06D1002B65D1049B002B7CD043
+:103E800000250CE0002BF8D04E485DE04E48069B24
+:103E90004E49224615F069FC049B002B69D0DFF8DF
+:103EA0003081DFF83091049F3146102F204628BF23
+:103EB0001027FFF71DFF4FF0000A554546DC059B14
+:103EC00049461A782046FFF701FF4FF0010A1AF021
+:103ED000070F03D141462046FFF7F8FE57453CD96E
+:103EE000059B494613F80A202046FFF7EFFE0AF12A
+:103EF000010ABAF1100FEAD1374920464FF0000A03
+:103F0000FFF7E4FE5246059B9A5C344B995C11F036
+:103F1000970F08BF2E2232492046FFF7D7FE0AF13D
+:103F2000010ABAF1100F1DD01AF0070F03D1414654
+:103F30002046FFF7CBFE57455246E4D8414620467F
+:103F4000FFF7C4FEEBE720485D46A0E74146204668
+:103F5000FFF7BCFE0AF1010AAFE722492046FFF74E
+:103F6000B5FEC4E7059B3B440593049BDB1B049310
+:103F700099D1BBF1000F7FF41EAF204609B0BDE818
+:103F8000F04F16F0DEBA074A05492046FFF79EFEBD
+:103F900014E700BF9A1A03009E1A0300FC070300EF
+:103FA0002D210300951A0300C31A0300482C00209A
+:103FB000442C0020A71A030010080300C71A0300AE
+:103FC000CD1A030093A502005DA5020035A50200ED
+:103FD000DA1A0300D21A0300DC1A0300184A03009D
+:103FE000DE1A0300D81A030073B542F20F738B4236
+:103FF00028BF0B4605680F4A04460521684615F0A0
+:104000002EFC63680C495B6806460B22284616F0B6
+:1040100083FA63683246694628465B6816F07CFA84
+:10402000636806495B681B22284616F075FA02B0E1
+:1040300070BD00BFD0480300FD1A0300E11A030061
+:10404000074A00210123904206D8064A01B90123FC
+:104050001360054B1860704740085B000121F2E7D0
+:1040600040420F00442C0020482C0020F8B5074F98
+:104070000D4604464618B44201D12846F8BD14F84E
+:10408000011BBB6801485B689847F4E79000030098
+:1040900070B5114B1C680D46DCB1104B196800233C
+:1040A0008B4202DB6FF0010070BD224612F8106BEC
+:1040B000864202D001331446F2E7E06810B96FF08F
+:1040C0001200F1E71AF0D4FD0028F8D02C6000208F
+:1040D000EAE76FF00C00E7E7180500205808030036
+:1040E00070B588B005460C46C0B269461646FFF763
+:1040F000CFFF00281BDB0098C8B143680293836898
+:1041000022680195CDE903360023CDE90623059306
+:10411000C56816F0A9FA6DB12846084901AA19F038
+:1041200084FE079808B9059B236008B070BD6FF046
+:104130001500FAE76FF01200F7E700BF6BA6020068
+:104140002DE9F0410F4B1C6805460E461746ACB1F1
+:104150004FF0FF324FF0FF330B4812F0E9F863687D
+:104160003246D3F8088029463B462046C0470446DD
+:10417000054812F055F92046BDE8F0816FF00104C2
+:10418000F9E700BF782C0020940A00200023036088
+:10419000044B5A6812B9C3E90000704710605860B8
+:1041A000704700BF7C2C0020014B1860704700BF97
+:1041B000782C00201FB5CDE9010103924FF0FF33A9
+:1041C0000A484FF0FF3212F0B3F8094B1C682CB9C3
+:1041D000064812F025F9204604B010BD6368204659
+:1041E0001B6801A998472468F1E700BF940A0020E2
+:1041F0007C2C0020024B0022C3E90022704700BF44
+:104200007C2C0020024B0022C3E90022FFF7F2BF02
+:10421000842C00202DE9F74307460C4609B1002302
+:104220000B601F4DDFF87C9000264D450FD31E4BD1
+:104230001D6885B355F8148C01AA41463846143DD3
+:1042400016F035FA10B3D6B914BB2E461EE0D5F8D9
+:10425000008001AA4146384616F029FA50B116B935
+:1042600054B92E4606E031680022404616F01FFA87
+:104270000028F5D11435D8E7019B2360F1E73168B8
+:104280000022404616F013FA0028DDD16D69D0E710
+:10429000019B2360D9E7304603B0BDE8F08300BF3F
+:1042A0005404030068040300842C00202DE9F04727
+:1042B00084B002AF0446D7F8289078600D461646C1
+:1042C0009846B9F1000F07D0D9F8001031BBD9F8E2
+:1042D00004A0BAF1000F28D1391D2046FFF79AFF3C
+:1042E00008B3D0F808907868434632462946C84754
+:1042F000C8B16D468AB002AA124BD061C2E905343A
+:104300004FF400731384104B42F8103F0F48002302
+:104310004FF41151FFF704FCAD4604E03A1D16F0CE
+:10432000C6F90028D3D1002007E0D9F8083000935F
+:104330007868434632462946D0470837BD46BDE82F
+:10434000F08700BF431B03000400000114040300B6
+:1043500038B50C4D0C484FF0FF334FF0FF3211F0E1
+:10436000E7FF2B783BB9FFF74DFF00F06DF80446EF
+:1043700010B901232B700024034812F051F8204695
+:1043800038BD00BF0F400020940A00202DE9F047FF
+:10439000048FDFF8B0A0013498B006468946A4B275
+:1043A00000F10807651EADB2B5F5004F47D04A23AE
+:1043B00005AA2946384615F0EFFF04F57F543F342F
+:1043C000A4B28046214601230DF10B02384615F0B8
+:1043D000E3FFB8F1000F014610DC002810DC338F3A
+:1043E000AB4209D132466B1E22F8383F4FF40041F0
+:1043F00002233846FEF79EFF2C46D3E7002808DC50
+:104400002946384615F0C4FF2146384615F0C0FF4E
+:10441000E5E708F160030DEB0308002308F84C3CC6
+:104420005246CDF8009003AB05A80397ADF81040B5
+:10443000FFF73CFF0028DFD018B0BDE8F087002070
+:10444000FAE700BFFBA602007FB5012369460420FE
+:104450000193FFF71DFE044660BB02AA01A90420D8
+:10446000FFF73EFE044610B110F10C0F22D1039964
+:10447000B1F5803F23D2009A00239468184608447F
+:1044800084421AD30133082BF9D10E4DA982EB8255
+:104490005368AB602846D368EB6316F0C6F9044650
+:1044A00040B9094E6E602846FFF770FE28466E60E0
+:1044B000FFF77AFE204604B070BD9BB2E5E76FF0CF
+:1044C0002004F7E78C2C00201C05002008B50448C8
+:1044D00015F0B8F9BDE80840024815F0B3B900BFBF
+:1044E000711B0300A61B03000449431E0F3013F881
+:1044F000012F8A5C1A708342F9D17047D41B0300E4
+:10450000F0B5264E07460C460FCE8DB001AD0FC557
+:104510000FCE0FC596E8070085E807003846002F44
+:1045200038D0002C38D0381F2146024610344B7842
+:104530000D781B0443EA0563CD782B438D78043155
+:1045400043EA05238C4242F8043FF0D1144C042185
+:104550008A07036916D1C3F30742A55C1A0EA25C51
+:1045600042EA0562C3F30725DBB2655DE35C42EA1C
+:10457000054242EA032221F0030330336B4453F82F
+:104580002C3C534050F8042F013153402C29036137
+:10459000DED101200DB0F0BD2046FBE77004030022
+:1045A000D41B03002DE9F047064600AF0C46002956
+:1045B00036D0E9468AB0D1E90012A3686D46214899
+:1045C000A8464FF0050AC5E90501C5E9072348F8E3
+:1045D00010AF1D48424600234FF42151FFF7A0FAC7
+:1045E000CD46D4E903126369AD461848C5F810A05A
+:1045F000C5E90501C5E907231348002342464FF4E6
+:104600002151FFF78DFACD46E369114A0E48012189
+:1046100015F06CFFA3690F4A0B48012115F066FFE6
+:10462000012E07D1EFF305830B4A0748103B3146B3
+:1046300015F05CFF2146304611F094FCBD46BDE804
+:10464000F08700BFD41C03000C040300031D03000B
+:10465000321D0300411D03006F1D030030BFFFF733
+:10466000FDBF00BF074A936893F90E10002907DBCE
+:10467000526993421FBF044A536843F0805353600A
+:10468000704700BFB03F002000ED00E070B52A4C3D
+:1046900006460D4629482A4916F056FCA36ADB0651
+:1046A00047D52648274916F04FFC1120A36A1C075E
+:1046B00004D52248244916F047FC12201E4CA36A58
+:1046C000990712D521491D4816F03EFC636BA26A7A
+:1046D000120609D51E4A1948012115F007FF1EB11F
+:1046E000A36A23F08003A3621320134CA36ADE079E
+:1046F00004D51248174916F027FC1420A36A9C061B
+:1047000004D50E48144916F01FFC15200A4B9A6A6E
+:10471000D10658BF9A6A9A6A920642BF5A6A22F430
+:1047200000525A629A6A42F0FF029A6200232B708A
+:1047300070BD1020BAE700BF00ED00E00C040300DC
+:10474000821D0300981D0300CB1D0300DE1D030026
+:10475000F61D03000C1E03002B1E030010B5204C99
+:104760002049214816F0F0FBA36A990136D51E486E
+:104770001E4916F0E9FB1E20A36ADA0104D51A4887
+:104780001B4916F0E1FB1F20154CA36A1B0304D53F
+:104790001548184916F0D8FB2120A36A590304D5FF
+:1047A0001148154916F0D0FB22200D4CA36A9A033C
+:1047B00004D50D48114916F0C7FB2320A36ADB037B
+:1047C00004D509480E4916F0BFFB2420044A936A19
+:1047D0006FEA03436FEA1343936210BD1D20CBE7DA
+:1047E00000ED00E05A1E03000C040300721E0300DB
+:1047F000851E03009F1E0300BD1E0300E21E030072
+:10480000FC1E030070B5294C06460D462848294970
+:1048100016F09AFBA36AD9043CD52548264916F020
+:1048200093FB1720A36A1A0504D52148234916F0E3
+:104830008BFB18201D4CA36A9B0512D51C482049F0
+:1048400016F082FBA36BA26A100409D51D4A184812
+:10485000012115F04BFE1EB1A36A23F40043A362AD
+:104860001920124CA36A590504D51148164916F0AF
+:104870006BFB1A20A36ADA050ED50D48134916F012
+:1048800063FB1B20094A936A43F47F43936200232E
+:104890002B7070BD1620C5E7A36A9B04F2D50448AF
+:1048A0000B4916F051FB1C20ECE700BF00ED00E0C7
+:1048B0000C040300271F03003D1F0300CB1D030052
+:1048C0004E1F0300671F03007C1F0300971F030098
+:1048D0002B1E03002DE9F041654B8AB0D3F804800C
+:1048E00000AF0446C8F30805002686F31188BFF31D
+:1048F0006F8F02F07F43B3F17F4F07D102F00C03BB
+:10490000082B12D15B495C4816F01EFB002634468A
+:104910000023FB71EB1E092B00F28980DFE803F016
+:104920000A7F827C87878787878510074CBF0C4664
+:104930000126EDE7514950484D4D16F005FB002387
+:10494000FB71EB6A9A0705D54D494B4816F0FCFA06
+:10495000002332E0EB6A002B01DA4A49F5E7EB6A03
+:104960005B00F5D54849444816F0EEFA6B69A26938
+:1049700043F480736B61BFF34F8FBFF36F8F6B692D
+:1049800032F8022C23F480736B61BFF34F8FBFF3B7
+:104990006F8F4DF602739A4208D0AB6ADBB273B3E5
+:1049A000F91D0120FFF772FE034606E02368374A2F
+:1049B0003148012115F09AFD2368FA79DAB907F137
+:1049C000080504F1200C206861682A4603C20834F7
+:1049D00064451546F7D17A6A002E44D0C2F3080127
+:1049E00021B96FEA52226FEA42227A6207F1080186
+:1049F0001846FFF7D7FD2837BD46BDE8F081AB6A02
+:104A000013F47F4F04D0F91D0120FFF7FBFECBE725
+:104A1000AB6AB3F5803F9BD3FFF7A0FEC4E7F91D57
+:104A20000020BFE7F91D0020EFE719498DE7194A7B
+:104A3000194B18F4F87FE8468AB018BF13466A4647
+:104A40001649C2E905134FF400731384103D144B4B
+:104A5000D56142F8103F084800234FF41151FFF789
+:104A60005FF8C54674E722F4FF7222F00102BCE74A
+:104A700000ED00E0DD1F03000C040300082003002C
+:104A80001F200300402003004E2003006D20030080
+:104A900089200300C41F0300AF1F0300AD200300E3
+:104AA00004000001024A536943F010035361704748
+:104AB00000ED00E0EFF30880EFF3098101B57246E5
+:104AC000FFF708FF01BD00BF002080F31488BFF38B
+:104AD0006F8F0FF011FF00200D490860BFF34F8F5B
+:104AE0000C4880F3088800F019F8402080F3118802
+:104AF00009484FF40061401880F30988EFF31480EF
+:104B00000221084380F31488BFF36F8F00F0F2F89E
+:104B100094ED00E0B0600020704F002072B60023DA
+:104B200083F31388144B4FF0FF32C3F88020C3F88F
+:104B30008420C3F88820C3F88C20C3F89020C3F8E1
+:104B40009420C3F89820C3F89C20C3F88021C3F8B0
+:104B50008421C3F88821C3F88C21C3F89021C3F8BD
+:104B60009421C3F89821C3F89C2162B6BFF34F8FFC
+:104B7000BFF36F8F704700BF00E100E0084B9B68F8
+:104B800083420BD1EFF3058343B1064B5A6842F0E1
+:104B900080525A605A6A22F400425A621AF014BCD7
+:104BA000B03F002000ED00E0094A93686FF00A0171
+:104BB00019670849D8664B6843F080534B6000235F
+:104BC00083F31188BFF36F8F9368186F704700BF2E
+:104BD000B03F002000ED00E0EFF31183402383F3AA
+:104BE0001288BFF36F8F074A53699360064A4FF0EC
+:104BF000006151600021DA6ED96682F31188BFF33B
+:104C00006F8F7047B03F002000ED00E00B498A68CD
+:104C10004FF030001044EFF3098C80E8F01F744629
+:104C20007046FFF7D9FFA64604498A6802F13000B2
+:104C300090E8F01F8CF3098870470000B03F002017
+:104C40001EF0040F0CBFEFF30880EFF309808169B9
+:104C500011F8021C0229FFD001B516F06AF901BD56
+:104C600040B2002807DB044A4109012300F01F007D
+:104C7000834042F82130704700E100E040B2002854
+:104C80000CDB4309064900F01F002033012282405B
+:104C900041F82320BFF34F8FBFF36F8F704700BFE2
+:104CA00000E100E0054B420900F01F0053F822200C
+:104CB000012303FA00F01040704700BF00E100E05C
+:104CC00040B2D30754BF023100210028ACBF00F12D
+:104CD0006040074A4FEA4113ACBF00F5614000F065
+:104CE0000F00DBB2B4BF135480F80033704700BF2D
+:104CF00014ED00E00B4A08B50B4B22F07F029A60DE
+:104D0000BFF34F8FBFF36F8FD3F8882022F4700268
+:104D1000C3F8882011F010FA12F004FA00F042F8FB
+:104D200011F04AFA0000000000ED00E042F8203CDB
+:104D3000009B42F81C3C0A49019B42F8183C029B2C
+:104D400042F8143C21F001014FF0807342F8043C1A
+:104D500042F8081C0023203A0265C366704700BF72
+:104D600079980200094B0E46986015462C4686F34A
+:104D700009884FF00000064B984720464FF000018D
+:104D80004FF000024FF00003024C2047B03F0020DC
+:104D900059AF020079980200014B10221A61704746
+:104DA00000ED00E0044800234021C2180133302BFD
+:104DB00082F80013F9D1704700E100E008B5EFF385
+:104DC0000583064A103B02EBC30152F833004968E1
+:104DD0008847BDE80840FFF745BC00BF5801030005
+:104DE000014B1860704700BF34050020F8B5084F2C
+:104DF00006460D460024AC4208DA3B6898470A286C
+:104E0000305504F1010401D00D28F4D12046F8BD3D
+:104E100030050020F8B50A4F0D46461EC0F10104CA
+:104E2000A3199D4201DC2846F8BD73780A2B02D1F4
+:104E30003B680D2098473B6816F8010F9847EFE74D
+:104E40003405002010B5074C2368C2180648C0F18D
+:104E5000005101F500318A423ABF2260C0184FF07C
+:104E6000FF3010BDCC2C0020C070002008B50548D4
+:104E700014F0E8FC002383F31188BFF36F8F042341
+:104E8000184602DFC0200300024B0122C3F8402570
+:104E90000020704700E0014020B1034B800143F047
+:104EA00001031847704700BFE0060300024B1B6870
+:104EB00003B11847FF207047D42C00200A4B0B4A3F
+:104EC0000020C3E900000A4B1A600A4A5A600A4AE5
+:104ED0009A600A4ADA600A4B0A4AC3E900200A4A81
+:104EE0009A600A4ADA607047F82C0020FD4F0100F2
+:104EF000E82C00205D4F010065500100FFAF02006B
+:104F0000D82C0020AD4E0100C956010001B00200AE
+:104F100030B50E4C8BB02D23054668468DF8003019
+:104F200004F06EFB9DF904302278934200D15DB10C
+:104F3000D8B2074B20701B6803B198472378054A05
+:104F40000548032115F0D2FA0BB030BD1340002004
+:104F5000D02C0020CD200300DC0303002DE9F0411C
+:104F600082B00546407802AFB0B100F0E9FA6C4675
+:104F700088B002AA1C4BC2E905304FF4007393833A
+:104F80001A4B42F8103F1A484FF4E25116F03AF823
+:104F9000A546BD46BDE8F081164B1B780BB1FFF767
+:104FA000B7FF154B1C68002CF3D0083C4FF6FF7878
+:104FB0002388E878434501D0834210D16979AE68EF
+:104FC00095F91030B5F90E2001962E7B009601F16F
+:104FD000FF3CDCF10001666841EB0C01B047A468BE
+:104FE000002CD6D0083CE3E7E520030003000001D5
+:104FF000DC03030012400020F82C0020B0B504466A
+:10500000407800AF98B100F09BFA6D4688B06A46D0
+:105010000E4BC2E905304FF4007393830C4B42F8FA
+:10502000103F0C484FF4E25115F0ECFFAD460A4B2F
+:105030001B7813B10020FFF76BFF084B62781A70E2
+:10504000074811F05BFABD46B0BD00BF0021030068
+:1050500003000001DC030300124000201140002087
+:10506000C00A0020B0B58AB00446407800AFE0B175
+:1050700000F066FA6D4688B06A46174BC2E9053003
+:105080004FF400739383154B42F8103F14484FF4CC
+:10509000E25115F0B7FFAD46124B62781A70124814
+:1050A00011F02CFA2837BD46B0BD2378012B07D06C
+:1050B000052BF1D10D4A0A48032115F00EFAEBE752
+:1050C000072338463B7004F09BFA7B68084A044883
+:1050D000032115F00BFADFE718210300030000019C
+:1050E000DC03030010400020D80A00204E210300FA
+:1050F00030210300052808B5034606D1074A084BAE
+:10510000107001221A70002008BD0648064A0121CD
+:1051100015F0ECF96FF08500F6E700BF15090020E7
+:1051200014090020DC0303006E210300F0B59BB0DE
+:10513000044600AF4FF0FF324FF0FF33644811F0E8
+:10514000F7F801261D2307F118003B763E7704F09F
+:105150006FFB257D002D5CD15E4B3E711B787B7211
+:1051600002233B7287F8403023697B6407F14000DB
+:1051700004F05EFB032387F8403023687B6407F16B
+:10518000400004F055FB092387F8403063687B64D6
+:1051900007F1400004F04CFB082387F84030A36877
+:1051A0007B6407F1400004F043FB381D04F064FE0B
+:1051B000044600B300F0B8F96D4688B06A46464B25
+:1051C000C2E905304FF400739383444B444842F8DE
+:1051D000103F4FF4E25115F015FF2046AD4600F0A8
+:1051E000BBF9044600285DD0394811F019F9204672
+:1051F0006C37BD46F0BD4FF0FF333A484FF0FF32F9
+:1052000011F0A0F9384B187800284BD000F0B6F90F
+:10521000E7E7012D59D1352387F84030334B7B64C4
+:1052200007F1400004F004FB062387F84030002318
+:105230007B6407F1400004F0FBFA072387F8403055
+:1052400023687B6407F1400004F0F2FA0C2387F82E
+:105250004030A3687B6407F1400004F0E9FA0D23B5
+:1052600087F84030A3687B6407F1400004F0E0FA5F
+:105270000E2387F84030A3687B6407F1400004F0F8
+:10528000D7FA0F2387F8403063687B6407F140004A
+:1052900004F0CEFA87F8405087F8445007F14000F8
+:1052A00004F0C6FA124B1B7853B92D2387F840300F
+:1052B000084B1B7887F8443007F1400004F0B8FA37
+:1052C0000120FFF725FE00248EE76FF015048BE721
+:1052D000580A002014400020882103000300000128
+:1052E000DC030300D80A0020104000200003000166
+:1052F0001240002010B50C4B1B788AB004461BB13D
+:105300006FF015000AB010BD2D238DF8040068461B
+:105310008DF8003004F08CFA0028F1D1034B1C709A
+:10532000034B1C70EEE700BF124000201440002029
+:10533000134000202DE9F04186B0804600AF1546AD
+:105340001C460E4609B9002A6BD137484FF0FF3290
+:105350004FF0FF3310F0ECFF3946284604F0EEF82A
+:1053600000283ED000F0E0F86C4688B06A462F4B2B
+:10537000C2E905304FF4007393832D4B42F8103F80
+:105380002C484FF4E25115F03DFE0023A5463B7139
+:10539000FB603B820125381DBB7405F04FFC0446C1
+:1053A00068B300F0C1F86D4688B06A46224BC2E986
+:1053B00005304FF4007393831D4B42F8103F1D4896
+:1053C0004FF4E25115F01EFE2046AD4600F0C4F841
+:1053D0000446154811F024F820461837BD46BDE8AC
+:1053E000F08154B1012C08D0144B3D8293F9003068
+:1053F00087F80880FE600025CDE73C71F4E74FF0A8
+:10540000FF330F484FF0FF3211F09CF80D4B187826
+:1054100008B100F0B3F8002D044618BF6FF00A047D
+:10542000D7E76FF01504D7E76C0A00209D21030031
+:1054300003000001DC030300C2210300134000202D
+:10544000C00A00201140002000238360054B5968EA
+:1054500000F1080211B9C3E9002270470A605A60DE
+:10546000704700BFF82C0020014B1860704700BF48
+:10547000D02C0020B0B5234D234924488EB02A7883
+:1054800000AF03F091FEC0B100F04EF86C4688B05A
+:105490006A461F4BC2E905304FF4007393831D4BDE
+:1054A0001D4842F8103F4FF4E25115F0ABFD6FF08C
+:1054B0001500A5463837BD46B0BD15F0B6FD00F065
+:1054C0004BF904F031F8044630B100F02DF86C4689
+:1054D00088B06A46114BDDE7062307F108012878FA
+:1054E0003B7216F0BCFD0E4BC0B218700D4B18701D
+:1054F00030233B7407F1100014237B6104F098F90A
+:105500002046D7E715090020D82C0020E82C0020E1
+:10551000DA21030003000001DC030300FB21030088
+:10552000144000201340002017289ABF024B53F864
+:1055300020000248704700BF8809030029220300A9
+:105540000F289ABF024B53F820000248704700BF53
+:1055500048090300392203001628034608D8064AE2
+:1055600052F8200030B9002B18BF6FF015007047BB
+:105570006FF01500704700BFEC0803000F280346CA
+:1055800008D8064A52F8200030B9002B18BF6FF037
+:10559000150070476FF01500704700BFAC0803009E
+:1055A0002DE9F04F85B000AFC7E90232DFF8F8A06F
+:1055B00004460D464FF000084FF0140909FB08F1AE
+:1055C00001EB0A025AF801B07A6021465846F7F713
+:1055D00045FC7A68064600284BD1D1689268BB6BBF
+:1055E00095420B440DD06D4688B06A462F4BC2E9F8
+:1055F00005344FF4007393832D4B42F8103F33462C
+:105600000CE053BB6D4688B06A462A49C2E90514CE
+:105610004FF400719183264942F8101F26484FF439
+:10562000E251FEF77DFAAD466C4688B06A46234BE0
+:10563000C2E9053B4FF4007393831D4B42F8103FC2
+:105640001D4800234FF4E251FEF76AFA6FF015008F
+:10565000A5461437BD46BDE8F08F19462A46D7E95E
+:105660000203984785421CD06D4688B06A46144BA9
+:10567000BDE708F10108B8F1070F9FD16D4688B06A
+:105680006A46104BC2E905344FF400739383084B0C
+:1056900042F8103F084800234FF4E451FEF740FA67
+:1056A000AD460020D5E700BFE8090300C124030090
+:1056B00003000001E7240300EC0303002C25030092
+:1056C00009250300462503002DE9F0438BB006466B
+:1056D00000AF58B1342338463B7003F091FF0446C5
+:1056E00040B1184A1848012114F0F7FE2C37BD4686
+:1056F000BDE8F083D7F80480144D2B8AB3431BD147
+:10570000D5E9022168684144FEF71AFDA0B1E946D7
+:105710008AB02B686A460E49D061C2E905134FF47E
+:10572000007313840B4B42F8103F074800234FF4DB
+:105730001151FEF7F5F9CD460134072C05F114059A
+:10574000DBD1D3E762250300EC030300E809030083
+:105750007C2503000400000130B58BB03425684679
+:105760008DF8005003F04CFF38B1134A1348012163
+:1057700014F0B3FE6FF015040CE0019A10491148C3
+:10578000FEF718FD044640B10F4A034601210B48BD
+:1057900014F0ACFE20460BB030BD68468DF80050CA
+:1057A00004F046F803460028F4D0084A03480121D3
+:1057B00014F09CFEDEE700BF62250300EC0303004B
+:1057C000A1550100A1250300AD250300D725030045
+:1057D000014811F06DB800BF38050020014B18607A
+:1057E00059607047002D0020024B1A685B68026008
+:1057F0000B607047002D002008B515F01AFC024B15
+:105800001B68C01A08BD00BF082D0020014819F010
+:105810008BBE00BF9009002007B5014640F2E7307B
+:105820004FF47A72002300EBC130490CEBF708FB10
+:1058300002460B4600210020CDE90001024811F08C
+:105840003BFE03B05DF804FB9009002008B515F09D
+:10585000F0FB014B186008BD082D0020014B1868B3
+:10586000704700BF082D00202DE9F347274C9A46CA
+:10587000D4E9019307460D4616467BB1244B002020
+:105880005B6B9847CDF800A0D4F8088020683346B9
+:105890002A463946C04702B0BDE8F08704F140020D
+:1058A0000223BFF35B8F52E8001F012903D142E8B6
+:1058B00000300028F7D1BFF35B8F9046EBD1A36C8B
+:1058C0001A78AA4288BF1D70A36C606C1A7839469A
+:1058D00019F094FFE36C03B11E80236D0BB183F8C4
+:1058E00000A00B4BDB6A984700216160BFF35B8F20
+:1058F00058E8003F48E80012002AF9D1BFF35B8F57
+:10590000484602B0BDE8F04711F068BE0C2D0020FB
+:105910008C0A030010B5124CBFF35B8F022354E8CE
+:10592000002F012A03D144E800310029F7D1BFF349
+:105930005B8F0CBF0120002010D10A4BDB6A984717
+:10594000002344F83C3CBFF35B8F54E8002F44E84D
+:1059500000310029F9D1BFF35B8F012010BD00BFDA
+:105960004C2D00208C0A030010B5064B5C68FFF735
+:10597000D1FF30B12CB100212046BDE8104011F01C
+:105980002DBE10BD0C2D0020F8B5044600AF0068F8
+:105990000D4619F06DF903462068BBB96C4688B016
+:1059A00001686A462748C2E905014FF400719183F6
+:1059B000254942F8101F25484FF4E251FEF7B0F890
+:1059C0006FF01205A5462846BD46F8BDE38821794B
+:1059D0002B43DD02D0F808E0D0F810C006D513F450
+:1059E000402F03D0DA0748BF83F44023DCF800508F
+:1059F000012623F480128E40DB074CBF3543B543AC
+:105A0000CCF80050DEF80030984705460028DAD080
+:105A10002368196823796C468AB06A460C48C2E943
+:105A200007354FF4007393840A4BC2E9050142F82D
+:105A3000103F064800234FF43151FEF771F8A54698
+:105A4000C1E700BFA92603000300000134040300DE
+:105A5000C22603000500000170B50D460F49BFF3D3
+:105A60005B8F012051E8004F002C03D141E8000674
+:105A7000002EF7D1BFF35B8F0CD1094E41F83C3CAF
+:105A8000D4B2736D214698472846B36A2146984799
+:105A9000002070BD6FF00F00FBE700BF4C2D002011
+:105AA0008C0A03002DE9F0474FF000088EB005ACDA
+:105AB0002B4F81468A4616464146102209A80125E9
+:105AC000CDE90544CDE9078819F0A6FE8DF83150DF
+:105AD0003B6B0D94002B3FD023463246514648463F
+:105AE000FFF7BAFF041E33DBF6B2CDE9018603955A
+:105AF0003B8F1C4C009397F8363097F8352097F879
+:105B00003410646A2846A047014640F2E7304FF45B
+:105B10007A72002300EB0140C1F30E41EBF790F9DC
+:105B200002460B46294609A811F000FD041E0FDAB3
+:105B30000D4A0E48294614F0D0FCFFF7EBFE38B9A9
+:105B40004FF0FF324FF0FF33294609A811F0EEFC69
+:105B500020460EB0BDE8F0876FF01504F8E700BFEF
+:105B60000C2D00208C0A0300E226030034040300FD
+:105B7000F0B58DB000248DF8072003AE0F4610223B
+:105B8000214607A8CDE90366CDE90544012519F0B2
+:105B900043FE224B8DF829500B96BFF35B8F53E8E1
+:105BA000002FA24203D143E800510029F7D1BFF3EF
+:105BB0005B8F2FD10DF1070243E90F649A60184EF5
+:105BC000149ADA60159A1A615F60FF21736D284696
+:105BD0009847736B20469847DDE91223294607A8AA
+:105BE00011F0A4FC041E0ADAFFF794FE50B94FF03E
+:105BF000FF324FF0FF33294607A811F097FC9DF8BC
+:105C0000074004E0074A0848032114F066FC2046D8
+:105C10000DB0F0BD6FF00F04F9E700BF4C2D002070
+:105C20008C0A0300FE2603003404030010B529B9D2
+:105C3000FFF770FED0B96FF0150010BD0E4BBFF32B
+:105C40005B8F012053E8002F002A03D143E80004B2
+:105C5000002CF7D1BFF35B8F0AD1084C43F8381CF6
+:105C6000636DFF219847636B002098470020E4E7AD
+:105C70006FF00F00E1E700BF4C2D00208C0A0300FD
+:105C8000F0B52C4DBFF35B8F8BB00C46012755E868
+:105C9000003F002B03D145E80072002AF7D1BFF383
+:105CA0005B8F43D1244E2068F3689847E37A4BB367
+:105CB0002346103D04F11007186859682A4603C2AC
+:105CC0000833BB421546F7D14FF47A63089300229C
+:105CD0000120237B0793CDE90522CDE90320238909
+:105CE0000293A379019363790093F569237994F979
+:105CF0000A10A847B36D607B9847FFF70BFE0020A2
+:105D00000BB0F0BD0997227BB569CDE90732CDE92B
+:105D10000533CDE903330A2202922289CDE900320C
+:105D20003846A37962792179A847E3E76FF00F003D
+:105D3000E6E700BF4C2D00208C0A030038B508466A
+:105D400011461A460B4BBFF35B8F012453E8005FEB
+:105D5000002D04D143E8004CBCF1000FF6D1BFF395
+:105D60005B8F04D1044BDB6B9847002038BD6FF08C
+:105D70000F00FBE74C2D00208C0A030038B5104BB8
+:105D8000BFF35B8F002453E8002F43E80041002954
+:105D9000F9D1BFF35B8F0B490B4D43F8341C0B4912
+:105DA00043F82C1C0A4943F8301C2A6843F8400C7D
+:105DB000A3F134009047EB6A9847204638BD00BFF6
+:105DC0004C2D0020695901008C0A0300695801001C
+:105DD000C1B00200034BC01A0011034B53F820302E
+:105DE000002018476C2D00204C05002008B5054BFD
+:105DF000834202F0070204D1042A02D1024810F0C3
+:105E000057FD08BD400003006C2D00200346024AE8
+:105E10000248012114F06ABB1C2703002C04030074
+:105E2000084B1A691268D20448BF80F0010028B1FB
+:105E30009B68DB6803484FF4805118479B681B69D7
+:105E4000F8E700BF540003000346024A024801215C
+:105E500014F04CBB392703002C040300F8B5036889
+:105E6000274C00AFBBB1204618F002FF0346A0B993
+:105E700021686C4688B06A462248C2E905014FF4A1
+:105E800000719183204942F8101F20484FF4E251DD
+:105E9000FDF746FEA546BD46F8BD1D491D4819F053
+:105EA000DFF82569A6682B681B4A23F004032B60E2
+:105EB00033680221204698471849194B4B60042348
+:105EC0008B60F3692BB9174A1048012114F005FBC8
+:105ED000E1E70122204698470028F4DBB669002E4E
+:105EE000D9D02B6813F0040F14BF4FF000734FF09C
+:105EF00080634FF0A07202212046B047CBE700BF7D
+:105F00004000030057270300030000012C04030096
+:105F1000D55D01006C2D002020000100602D0020C7
+:105F2000ED5D01006E27030010B58AB00DF1070387
+:105F300006930123CDE907310992022306AACDE990
+:105F400003328DF8070002920593044804498368E0
+:105F500002AA1C6804ABA0470AB010BDE000030011
+:105F6000FC0A030013B50446002140F6CD4011F0B1
+:105F70001DF80020FFF754FF002140F6CD4011F03E
+:105F800015F801220DF107014220FFF7CDFF00288F
+:105F900009DA0F4A0F48012114F09FFA6FF0040448
+:105FA000204602B010BD9DF807300B4A0948032176
+:105FB00014F09CFA2046FFF7E1FE041E05DA074ABA
+:105FC0000448012114F089FAEAE70024E8E700BF59
+:105FD0008B2703002C040300A7270300C32703001B
+:105FE00010B504460D4818F043FE70B10C4818F087
+:105FF0003FFE50B10B484FF4D011FFF7C5FC58B924
+:106000002046BDE81040FFF7ADBF0748074A012111
+:1060100014F063FA6FF0120010BD00BFE00003003F
+:1060200054000300100B03002C040300E6270300B8
+:1060300010B588B00DF1070304930123CDE90531B4
+:1060400004AB60F07F00029302238DF807000792F3
+:10605000039304480449836802AA1C680023A047EC
+:1060600008B010BDE0000300FC0A030013B50023D4
+:10607000044601220DF107014D208DF806308DF800
+:106080000730FFF751FF002806DA1D4A1D4801219D
+:1060900014F023FA02B010BD142C2246A8BF14221B
+:1060A000022A9DF807109DF80630B8BF0222D2B22E
+:1060B000112C01F0F801CCBF053A023A43F08003FD
+:1060C000CCBF41F0070141F004011343DBB28DF86E
+:1060D000071001220DF1060109208DF80630FFF7A7
+:1060E000A7FF002801DA084AD0E701220DF10701D5
+:1060F0004D20FFF79DFF0028CCDA044AC6E700BF19
+:10610000FB2703002C040300112803002B280300A5
+:10611000074B08491A6843F2390001FB0200186076
+:106120006FF00043B0FBF3F3C3EBC373C01A7047C7
+:10613000480500206D4EC641014B1860704700BFF6
+:106140004805002030B530B10A4D01444FF0FF330F
+:10615000814201D1D84330BD10F8012B53400822B1
+:1061600043F30004013A2C4092B284EA5303002A1C
+:10617000F6D1EDE72083B8ED044A13680BB1002196
+:1061800059724361106015F080B800BF7C2D00206B
+:1061900037B5044601A814F084FF6CB1174D2A6886
+:1061A000134673B963682360012323816AB9FFF73B
+:1061B0004DFB2046FFF7E0FF01A814F07BFF03B082
+:1061C00030BD9C42F8D05B69EBE7FFF715FB236815
+:1061D00018442B6820601A689042EAD35A695969BA
+:1061E00011B95C616161E7E71168884202D9134621
+:1061F0005269F4E75C616261DEE700BF7C2D00203C
+:10620000F8B5FFF72BFB1C4C0546FFF71FFB236877
+:10621000A3B1471B1E462D1A716929B95A6922601C
+:10622000DA68197242B9FEE70A68BA428CBF52199D
+:1062300000220A607669EFE7186990470026236814
+:106240002BB9206880B9F8BD18699047F7E71D6839
+:10625000FFF7D2FA8542F4D223685A692260DA68DD
+:106260001E72002AF0D1FEE7437A002BEBD1BDE885
+:10627000F84015F00AB800BF7C2D002037B5134D4B
+:10628000044601A814F00DFF2B686BB164B1002225
+:10629000A342227211D1597A5C6961B15A7244B138
+:1062A00020462C6014F0F1FF01A814F003FF03B0A6
+:1062B00030BDFFF7ABFA2C60F6E71A465B69002B9E
+:1062C000F2D09C42F9D163695361EDE77C2D002047
+:1062D00010B5094B002219461C68844202D89C68FC
+:1062E000844205D80132152A03F10803F4D1FEE7F0
+:1062F00001EBC201087910BD240B0300054B93F894
+:10630000E1202AB993F80C2112B9012283F80C215B
+:10631000704700BFC82D0020014B93F8E000704784
+:10632000C82D0020F0B5BDF814409DF818C09DF8A8
+:106330001CE09DF8205040B1012814D00122002318
+:1063400098180138B0FBF2F0F0BD8CF0010CE300BE
+:1063500003EBCC0318330EEB450503EBC5034FF4F9
+:106360007A714B43ECE7501F012803F1040304D872
+:106370000C2C38BF0C24002706E0C1B9A2F10B0792
+:10638000012F8CBF002701272801BCF1000F00EB73
+:10639000CE000CBF14250025A0EB8200062A4FEA90
+:1063A00082062844A2F1020C08D835460BE00129E8
+:1063B000E1D1A2F10C0047424741E5E70830002F48
+:1063C000F3D04FEA8C050028ACBF2E182E1C701E8F
+:1063D000062A90FBF5F003FB00448CBF0C340E340E
+:1063E00002290AD8A30001334FF47A7203FA0CF39E
+:1063F0005343024A52F82120A2E7FFDE180B0300A4
+:1064000043F6095310B5B0FBF3F241F6846403FB85
+:10641000120104EB0124B4FBF3F40A4B04EB022455
+:10642000C3F8E400C4F30741062014F075FFC4F379
+:106430000721072014F070FFE1B20820BDE81040EA
+:1064400014F06ABFC82D002070B5114B93F8E160BD
+:10645000012E1CD1122014F06AFF10F001040D4D22
+:106460000BD00521122014F057FF2B687BB19B69DC
+:106470006BB13046BDE8704018470421122014F07B
+:106480004BFF2B681BB19B690BB12046F2E770BD37
+:10649000C82D00200C2F002070B5314C94F8E0106E
+:1064A000012902D0022952D070BD94F8E130CBB15D
+:1064B000012BF9D194F82F31002BF5D002211220B5
+:1064C00014F02AFF274B1B68002BEDD05C69002CD1
+:1064D000EAD01C2014F02BFF234600F03F00BDE85B
+:1064E00070401847A36E6BBB84F80C1194F80D3103
+:1064F000002BD9D11C48FFF7C1FE0123112084F8DD
+:106500000D3114F014FF4008404284F80E011B20A6
+:1065100014F00DFF05461C2014F009FF43F6095343
+:1065200040EA0525C0B258432D0A80305D4305EB93
+:1065300010250C20C4F8105114F0F9FE400984F81D
+:106540001401B1E794F80C31002BADD0CEE794F8EC
+:10655000E130012BA8D194F82F31002BA4D0AEE765
+:10656000C82D00200C2F0020802D002070B5404C3D
+:1065700094F8E050012D02D0022D59D070BD94F84E
+:10658000E130CBB1012BF9D114F0CEFD0028F5D0CC
+:106590003848FFF773FE8021122014F0BDFE00235F
+:1065A00084F8E030344B1B68002BE7D0DB68002B0D
+:1065B000E4D0BDE87040184714F0B6FD0028DDD0E7
+:1065C0002E48FFF75BFEB4F81631B4F818211343D8
+:1065D0009BB23BB994F8FE00E8B92A4604F58B71EA
+:1065E00014F088FDB4F81801B4F8162194F81A31A3
+:1065F0002349121A9A42014413DB5A1ED2B20020D8
+:1066000014F078FDB4F8182194F81A31013A1344C3
+:10661000A4F81831B2E7322014F089FEA4F816016C
+:10662000E0E7D2B2002014F065FDB4F81631EFE7D0
+:1066300094F8E150002DA1D114F076FD01289DD0F1
+:10664000B4F81801B4F8163194F81B210C491B1A40
+:106650009342014407DD284614F059FD94F81B319C
+:10666000B4F81821D3E7DAB2284614F050FDDCE77D
+:10667000C82D0020982D00200C2F0020802D0020F8
+:106680001540002073B58F4C00238DF8073094F827
+:10669000E030012B04D0022B00F0FF8002B070BD6F
+:1066A00094F8E1303BB3012BF8D14021122014F0D3
+:1066B00033FE122014F03BFE8DF807009DF80730E2
+:1066C000814D13F0200F00F093802021122014F050
+:1066D00023FE94F832310BB984F8E0307B48FFF7A1
+:1066E000CDFD2B68002BD9D01B69002BD6D002B072
+:1066F000BDE87040184794F80031734D93B33F20C4
+:1067000014F015FE8DF807009DF807309B0729D47B
+:106710000B213E2014F000FE10213F2014F0FCFD60
+:106720006A48FFF7ABFD94F802618EB96848FFF73D
+:10673000A5FD84F8E0602B6813B11B6903B198478D
+:106740000023A4F80C31A4F81831A4F81631A5E7F9
+:106750000D2014F0ECFD40F04001C9B20D2014F002
+:10676000DBFDE8E7B4F81621B4F81811594E52EAE7
+:1067700001030AD194F8FE0050BB5749012214F0DE
+:10678000B9FCB4F81811B4F81621521AD2B2314437
+:10679000002014F0AFFCB4F816314C48A4F81831BE
+:1067A000FFF76CFD94F80231C3B9494884F8E03032
+:1067B000FFF764FD2B68002BC2D09D68002DBFD071
+:1067C00094F90E21B4F8161142480023A847B7E700
+:1067D000322014F0ACFDA4F81601D2E70D2014F01D
+:1067E000A6FD40F04001C9B20D2014F095FDE1E78F
+:1067F000192014F09CFD40B20230801084F83C0156
+:106800001A2014F094FD94F93C213449002A40F3F5
+:106810000B133ADAD4F8E46092B28E428CBF9D3A00
+:10682000A43A9BB2104403441BB21320A4F83E3197
+:1068300014F07DFD84F84001102014F078FD01462D
+:106840000D2014F069FD94F840212249002014F035
+:1068500051FC94F832310BB984F8E0301B48FFF753
+:106860000DFD2B68002B3FF419AF9D68002D3FF400
+:1068700015AF94F93C31B4F93E2194F84011154814
+:10688000AC4602B0BDE870406047D4F8E4208A42CC
+:106890009BB28CBF9D38A438C5E71148FFF7EEFCCA
+:1068A00094F8E130012B03D10821122014F034FDBB
+:1068B000002384F8E030044B1B68002B3FF4EEAE5D
+:1068C0001B6812E7C82D00200C2F0020982D0020F7
+:1068D000802D002015400020DE2E002040DD4A1FC4
+:1068E000B02D002070B5092014F021FD05460620CA
+:1068F00014F01DFD0646072014F019FD04020820BF
+:1069000014F015FD44EA064443F609530443C0B2AB
+:106910005843240A5C438030002104EB10240920F2
+:1069200014F0FAFC3B2014F002FD40F04001C9B223
+:106930003B2014F0F1FC3B2014F0F9FC8206FAD461
+:106940000C48FFF75DFD3B2014F0F1FC40F04001E6
+:10695000C9B23B2014F0E0FC3B2014F0E8FC8306B5
+:10696000FAD42946092014F0D7FC2046BDE870402F
+:10697000FFF746BD00A1BC3308B50A48FFF77EFC0F
+:106980000948FFF77BFC0948FFF778FC002014F06A
+:10699000D9FC002014F09BFB054B002283F8E0207B
+:1069A00008BD00BF982D0020B02D0020802D0020B4
+:1069B000C82D002008B50848FFF760FC0748FFF71E
+:1069C0005DFC0748FFF75AFC012014F0BBFC054BA7
+:1069D000002283F8E02008BD982D0020B02D002073
+:1069E000802D0020C82D002037B5604C8DF8071091
+:1069F00094F8E1300546DBB1012B45D000255C4819
+:106A0000FFF73CFC5B48294614F05DFC94F8E1304C
+:106A1000002B76D0012B00F08C800223554884F89F
+:106A2000E030FFF7B5FB032014F08CFC03B030BD61
+:106A300094F8FE009DF80710A4F81831A4F8161178
+:106A4000F0B901220DF1070114F061FB9DF8072058
+:106A5000531E3F2B04D94848294614F074FB2022CA
+:106A60002946002084F81B2114F051FBB4F81821AA
+:106A700094F81B31D4F804511344A4F81831BEE73C
+:106A8000322014F049FCE1E794F8313133206BB344
+:106A900014F04DFC00F0BE01332014F03DFC192130
+:106AA0003B2014F039FC9DF8071084F84011222097
+:106AB00014F032FC00210E2014F02EFC00210D20D9
+:106AC00014F02AFC012014F032FC30F0F80304D159
+:106AD000FFF770FF012014F01DFC29469DF80720E8
+:106AE000002014F014FBD4F8345188E714F01FFC94
+:106AF00000F0BE0141F00101332014F00DFC1D2116
+:106B0000CEE7402014F013FC00F00301402014F005
+:106B100003FC412014F00BFC00F03E01412014F076
+:106B2000FBFB352014F003FC00F03F0084F81A0151
+:106B300073E794F82F3173B1F521112014F0ECFBB9
+:106B4000402014F0F4FB00F0330141F040014020FC
+:106B500014F0E2FB61E7F721112014F0DDFB402087
+:106B600014F0E5FB00F03F01EFE700BFC82D002067
+:106B7000982D0020B02D002015400020F8B5834C42
+:106B800005468348FFF77AFB94F8E1604EB1012E89
+:106B90004DD0012384F8E030002D00F0F380002771
+:106BA00029E0402094F8027114F0C1FB00F00301C9
+:106BB00041F00C01402014F0AFFB412014F0B7FB72
+:106BC00060F03E01C9B2412014F0A6FB352014F05C
+:106BD000AEFB00F03F0084F81A011E210D2014F0D6
+:106BE0009BFBA4F80C61A4F81861A4F816610123BA
+:106BF00084F8E03035B16748294614F064FB6548F5
+:106C0000FFF7C6FA94F8E130002B40F0B58005207C
+:106C100014F098FB002F40F0B780D4F808115E48BC
+:106C200014F051FBBDE8F8405B48FFF7B1BA94F8A7
+:106C3000313133203BB314F07AFB40F04101C9B24B
+:106C4000332014F069FB19213B2014F065FBD4F8C4
+:106C50002031082B4FF031007DD814F068FB00F094
+:106C60007F01312014F058FB0021302014F054FB38
+:106C7000D4F82031082B1CD8DFE803F01036404A46
+:106C8000545E6868680014F052FB00F0BE0141F0E9
+:106C90000101332014F040FB1D21D5E72F204821AE
+:106CA00014F03AFBD4F8E40000F5F4500230FFF79A
+:106CB000A7FB94F82F3194F83271002B52D01D218C
+:106CC000112014F029FB402014F031FB00F03301B7
+:106CD000402014F021FB00210F2014F01DFB0021A7
+:106CE0000D2014F019FB82E72F20442114F014FB2F
+:106CF000D4F8E40000F522503430D8E72F204421A6
+:106D000014F00AFBD4F8E40000F574500430CEE728
+:106D10002F20442114F000FBD4F8E40000F5A24039
+:106D20005E30C4E72F20442114F0F6FAD4F8E400D2
+:106D300000F5F4401230BAE72F20442114F0ECFAA9
+:106D4000D4F8E40000F52240C630B0E740212F20FF
+:106D500014F0E2FAADE714F0EAFA60F07F01C9B28C
+:106D60003120F5E71F21112014F0D6FA402014F04D
+:106D7000DEFA00F03F01ABE727B10520BDE8F8409F
+:106D800014F0E0BA0620F9E7F8BD00BFC82D0020D6
+:106D9000B02D0020982D0020802D002008B520B1B6
+:106DA00001280AD04FF0FF3008BD112014F0BFFABF
+:106DB000C0F34700404200B2F6E7084BD3F8E420A6
+:106DC000074B9A424FF01B0003D914F0B0FA9D38DC
+:106DD000F1E714F0ACFAA438EDE700BFC82D0020AD
+:106DE00040DD4A1F10B50446012014F0A0FAC0F39C
+:106DF000C010A042174B02D183F8E10010BD012C56
+:106E000083F8E1404FF0000013D014F09BFA01200A
+:106E100014F08DFA00F07F01012014F07DFA0021BA
+:106E2000402014F079FA3021BDE81040412014F0E0
+:106E300073BA14F087FA204614F079FA60F07F01F3
+:106E4000C9B2204614F068FA0021402014F064FA18
+:106E50000021E9E7C82D002038B5174B1749186005
+:106E60001748184C14F027FA1449174814F023FA5D
+:106E70001249164814F01FFA14F02BF9FFF732FDEF
+:106E8000002014F05FFA1248FEF7E8FF0025207892
+:106E9000FFF7A8FF0135A178607814F03DFA102DB6
+:106EA00004F10304F3D10020FFF79CFF094B0022FB
+:106EB00083F8E02038BD00BF0C2F00209D74010036
+:106EC000B02D002056280300982D0020802D002092
+:106ED0004C050020C82D00202DE9F04F87B0054655
+:106EE0000093109B01939DF85C3002930C469DF833
+:106EF00064309DF85810039316469DF86020049264
+:106F00000591BDF84470BDF848B09DF84C809DF8DF
+:106F100050909DF854A0FFF765FFFFF74BFDDDE9AA
+:106F200003322DB1012D05996BD007B0BDE8F08F6C
+:106F30009049019881F802314FF4FA5381F8012108
+:106F4000C1F8F860C1F8F400C1F8F04081F8FE80A3
+:106F500081F8FF9081F800A1A1F8FC70022003FBEA
+:106F60000BF3B3FBF6F3C1F80831834BB3FBF6F632
+:106F7000C6F3072114F0D0F9F1B2032014F0CCF9D4
+:106F80002046FFF7A5F90146122014F0C5F9019833
+:106F9000FFF79EF90146132014F0BEF9390A2520A7
+:106FA00014F0BAF9F9B2262014F0B6F9B8F1000FCE
+:106FB0001BD04946322014F0AFF9302014F0B7F955
+:106FC00000F06F00054345EA0A11C9B2302014F001
+:106FD000A3F9312014F0ABF940F04001C9B23120DF
+:106FE00007B0BDE8F04F14F097B9FF21322014F03C
+:106FF00093F9302014F09BF96FF07F0500F06F00DB
+:10700000E0E7022C00D9FEE75A4D009885F83231AE
+:10701000062E334638BF062307340C2B85F82F1174
+:1070200028BF0C23029985F82901072CC5E9484699
+:10703000A5F82A7185F82C8185F82D9185F82EA167
+:1070400085F8301185F8312178D1A3F10B02012A9E
+:107050008CBF002201221D2085F82821019314F005
+:1070600066F9009B48EA430141EA0411C9B21D20B8
+:1070700014F052F91E2014F05AF9019BCBF30121B0
+:1070800041EA8A0141EA031100F008000143C9B254
+:107090001E2014F041F9262014F049F995F8283102
+:1070A00020F0080141EAC301C9B2262014F034F9E6
+:1070B0005FFA8BF11F2014F02FF9390A202014F009
+:1070C0002BF9F9B2212014F027F9B8F1000F03D001
+:1070D0004946222014F020F995F82F316BB1442055
+:1070E00014F025F960F07F01C9B2442014F014F9BE
+:1070F00095F83011242014F00FF9092C2BD1D5F874
+:10710000E4201E4B9A424FF002014FF036001ED988
+:1071100014F002F964213A2014F0FEF8062E4FF024
+:1071200031001BD814F003F900F0F80141F005011B
+:10713000312014F0F1F80C21372051E7082C04D14C
+:107140000B2E94BF0022012285E7002283E714F072
+:10715000E3F87F21DFE703213620DDE714F0E7F8CD
+:1071600000F0F80141F00301312014F0D5F80A21B4
+:10717000E2E700BFC82D00200048E80140DD4A1FBB
+:107180002DE9F04F87B01E469DF8543005938A468E
+:107190009DF858309DF85C1002931746189A049198
+:1071A00003920190DDF840809DF844B0BDF848900E
+:1071B0009DF84C509DF85040FFF714FEFFF7FAFB86
+:1071C0005046FEF753FF019BDDE903212BB1012B54
+:1071D000059B5BD007B0BDE8F08F764BC3E93B76EB
+:1071E00083F8FE5083F8004183F80111C3F80421AD
+:1071F00083F8E8A0C3F8F880A3F8FC9043F609539D
+:1072000041F68466B7FBF3F203FB127706EB072621
+:10721000B6FBF3F606EB0226C6F30721042014F0B2
+:107220007BF8F1B2052014F077F8634EB6FBF8F660
+:107230000220C6F3072114F06FF8F1B2032014F016
+:107240006BF84FEA1921252014F066F85FFA89F1EE
+:10725000262014F061F8302014F069F885F001055B
+:10726000240100F06F0044EAC5140443E1B2302069
+:1072700014F052F8312014F05AF840F04001C9B22D
+:10728000312007B0BDE8F04F14F046B8494F022E48
+:1072900087F81CA100D9FEE7B8F1060FC24638BF37
+:1072A0004FF0060A0736BAF10C0F029887F829B199
+:1072B00028BF4FF00C0A072EC7E94868A7F82A91A3
+:1072C00087F82C5187F82F3187F8300187F82E4145
+:1072D00087F83111C7F8342156D1AAF10B02012ADF
+:1072E0008CBF0022012287F828216BB1442014F0C2
+:1072F0001EF860F07F01C9B2442014F00DF897F831
+:107300003011242014F008F81D2014F010F845EA7C
+:107310004B0141EA0611C9B21D2013F0FDFF1E20EA
+:1073200014F005F8A40000F00B0044EA0A1404432A
+:10733000E1B21E2013F0F0FF262013F0F8FF97F8BB
+:10734000283120F0080141EAC301C9B2262013F018
+:10735000E3FF4FEA1921202013F0DEFF21205FFA1E
+:1073600089F113F0D9FFB8F1060F4FF0310015D8AD
+:1073700013F0DDFF00F0F80141F00501312013F0BA
+:10738000CBFF0C2137207CE7082E05D1B8F10B0F7D
+:1073900094BF00220122A6E70022A4E713F0C7FF52
+:1073A00000F0F80141F00301312013F0B5FF0A218C
+:1073B000E8E700BFC82D00200048E80130B54FF4D1
+:1073C0007A738BB003FB02F40D46FFF719F8002324
+:1073D0000522CDE901324FF49652CDE90633CDE9CD
+:1073E0000433039318462946009208941A46FFF77F
+:1073F000C7FE312013F09BFF00F0BF01312013F0D6
+:107400008BFF0D4DF021402013F086FFA02141207D
+:1074100013F082FF2146284613F055FF074B022246
+:10742000284683F8E020FEF7B3FE03200BB0BDE84A
+:10743000304013F087BF00BFB02D0020C82D0020C2
+:1074400038B505460C46FFF7CDFC15B1012D0BD024
+:1074500038BD074B93F8FE30002BF9D1214632207E
+:10746000BDE8384013F058BF21462320F8E700BF9D
+:10747000C82D002010B504460120FFF7B3FC064BD1
+:1074800083F838412CB13421BDE81040392013F085
+:1074900043BF1221F8E700BFC82D002070B52D4C66
+:1074A00094F8E030012B02D0022B2DD070BD94F85F
+:1074B000E130CBB90B213E20A4F80C31A4F81831EF
+:1074C000A4F8163113F028FF10213F2013F024FFF9
+:1074D00094F8023193B10D2013F029FF40F04001E0
+:1074E000C9B20D2013F018FF1B4B1B68002BDDD019
+:1074F000DB68002BDAD0BDE870401847174884F8E5
+:10750000E030FEF7BBFEEFE713F0E3FDFFF7EAF92B
+:10751000002013F017FF124D00262878FFF762FCB9
+:107520000136A978687813F0F7FE102E05F10305EF
+:10753000F3D10020FFF756FC94F83801FFF79AFFCB
+:10754000002384F8E030044B1B68002BAED05B684E
+:10755000CFE700BFC82D00200C2F0020802D002079
+:1075600056280300A1F11003DBB2102B2DE9F047E0
+:10757000044604D83A4820FA03F3DB0705D4002375
+:1075800082F8F030FF20BDE8F087561E254615F83A
+:10759000013B06F8013F631B0B4413F0FF00F6D1DB
+:1075A00001F11C039B005FFA83FCC3F30313013B4F
+:1075B000DFF8B09082F8F030884653184FF0010E93
+:1075C000B8FBF1FA01FB1A8A1AF0FF0A13F8047CDF
+:1075D00013F8036C13F8025C13F8014C30D119F85E
+:1075E00006A019F8056019F8045019F807404FEA89
+:1075F000DE1707EB47078EEA0A0A07EBC7074FEAD1
+:107600004E0EFFB25FFA8EFE87EA0E0E574692F8D4
+:1076100000A087EA0A071F7057787E405E70967850
+:1076200075409D70D57808F104085FFA88F86C40C1
+:10763000C445DC7002F1040203F10403C0D8A2E7E0
+:107640001829E4D9BAF1100FE1D1DFF818A01AF81F
+:1076500007701AF806601AF805501AF80440D6E7C1
+:1076600001010100862A03002DE9F04FA3B092F832
+:10767000F0301D911B920193002B00F053810146C5
+:107680001EA813F011FF1B9BA74CA84DA84E10334A
+:107690000293002303939DF87C0004909DF88600DC
+:1076A0000590205C06909DF87B000790205C089078
+:1076B00004989DF881C0205C099014F80C000A9091
+:1076C0009DF880000B909DF885009DF878809DF8CE
+:1076D0007DE09DF882A09DF887900C909DF87A003F
+:1076E000029B1C9314F80A2014F8093014F80810AF
+:1076F00014F80E700D90205C0E909DF87F000F9096
+:10770000205C10900B98205C11900C98205C1290DB
+:107710009DF8840013909DF8790014909DF87E00E8
+:107720001590205C16909DF883001790205C1890AF
+:107730001398205C19901498205C1A9003980130DB
+:1077400003900298DDF804B0103002909DF80C0010
+:10775000834536D88DF878108DF87A2009990E9ADD
+:107760008DF87C108DF882201199069A8DF8801082
+:107770008DF87E201999169A8DF884108DF8862040
+:107780000A99189A8DF87D108DF887201299109A11
+:107790008DF87B301B9B8DF881108DF883201A9912
+:1077A000089A1D988DF885108DF87F201EA903EB8F
+:1077B0000B128DF8797013F077FE002023B0BDE82E
+:1077C000F08F15F808B082EA03008BEA000016F883
+:1077D0000EB080EA0B008DF8780015F80E004B40D3
+:1077E000434016F80A0043408DF8793081EA0703D8
+:1077F00015F80A10594016F80930594016F80830A3
+:107800008DF87A107A40534015F8092053408DF8CE
+:107810007B30089A069B5340049AAA5C534016F8A2
+:107820000C2053408DF87C30DDE908325A4015F8C1
+:107830000C305340059AB25C53408DF87D30DDE941
+:1078400009325A40059BEB5C5340079AB25C5340A7
+:107850008DF87E30069B0A9A5340049AB25C5A40D7
+:10786000079BEB5C5A408DF87F200E9B109A53408B
+:107870000B9AAA5C53400C9AB25C53408DF880304E
+:10788000DDE910325A400C9BEB5C53400D9AB25C20
+:1078900053408DF88130DDE911325A400D9BEB5C8D
+:1078A00053400F9AB25C53408DF88230129A0E9B6F
+:1078B00053400B9AB25C5A400F9BEB5C1C995A40A8
+:1078C0008DF88320169B189A5340139AAA5C534054
+:1078D000149AB25C53408DF88430DDE918325A4076
+:1078E000149BEB5C5340159AB25C53408DF8853085
+:1078F000DDE919325A40159BEB5C5340179AB25C94
+:1079000053408DF886301A9A169B5340139AB25CF6
+:107910005340179AAA5C1EA853408DF8873013F085
+:1079200082FDB8E6FF2049E7862A03008629030086
+:10793000862803002DE9F043CBB00646DDF84891D8
+:10794000174698460D4689B3B9F1000F2ED004A80A
+:1079500013F0ECFD164B1968002401F1140304EB3D
+:1079600004101A5C424513D11530014404A813F0E9
+:10797000EDFDA6B93A46294604A813F0ECFD684689
+:1079800004A913F053FE009BC9F80030002003E067
+:107990000134172CE3D103204BB0BDE8F083102253
+:1079A00031460DEB020013F0D6FDE3E70220F3E7CA
+:1079B000102F002030B5E9B04FF4D07200210446FA
+:1079C000684617F029FF284B0DF1150203F120013D
+:1079D00053F8040B42F8040B8B42F9D11B88138037
+:1079E00022490323452216A88DF8473017F006FFD9
+:1079F0007F238DF8AD3080238DF8BE3081238DF844
+:107A0000CF3082238DF8E03083238DF8F13084234A
+:107A10008DF8023185238DF8133186238DF82431BA
+:107A200087238DF8353188238DF8463189238DF8E9
+:107A300057318A238DF868318B238DF879318C2367
+:107A40008DF88A316CB10A4D4FF4D07269462046E8
+:107A50002C6013F078FB286813F05BFF002069B0FE
+:107A600030BD0220FBE700BF862B0300A92B0300DB
+:107A7000102F00202DE9F0410D46BEB01646984665
+:107A8000074670B36BB311F00F042CD1F0222146DE
+:107A900001A813F06CFB154B1868214600F1140285
+:107AA00001EB0113D45CB4420BD1153301AA1021B0
+:107AB0001844FFF757FD2C462E1BF6B244B920465A
+:107AC00003E001311729EBD103203EB0BDE8F0817E
+:107AD00001AA08EB0601B819103CFFF7C5FDA4B2D6
+:107AE000EAE70220F1E70520EFE700BF102F0020B2
+:107AF000F0B51D4E3468034685B00846002204F1F7
+:107B0000140102EB02154F5D9F4227D1802B05F136
+:107B1000150508D07D33DBB2062B18D8492222FA8E
+:107B200003F3DB0713D50023CDE90033CDE902339E
+:107B30007F2210216B46FFF79DFF0446306810221C
+:107B40006946284413F0FFFA204605B0F0BD01460F
+:107B50001022601913F0F7FA0024F5E70132172A12
+:107B6000CFD10324F0E700BF102F002008B5014655
+:107B700030B1044B0822186813F0E5FA002008BD64
+:107B80000220FCE7102F0020014B1868704700BF4F
+:107B9000102F002008B5014638B1054B186808229F
+:107BA000104413F0D0FA002008BD0220FCE700BF0B
+:107BB000102F0020014B186808307047102F00204C
+:107BC00008B5014638B1054B18680422103013F08F
+:107BD000BAFA002008BD0220FCE700BF102F0020E9
+:107BE000014B186810307047102F0020044B054AD5
+:107BF00093F8A831022B18BF062382F88834704707
+:107C0000BC2F00201C340020034BD3F8483313B1A1
+:107C1000DB6803B1184770471C340020034A13780F
+:107C200043F002031370FFF7EFBF00BF282F0020BF
+:107C3000034A137843F008031370FFF7E5BF00BF52
+:107C4000282F0020034A137843F004031370FFF732
+:107C5000DBBF00BF282F0020074BD3F8402322F4BE
+:107C60008072C3F8402393F8892442F0100283F80D
+:107C70008924FFF7C9BF00BF1C3400202DE9F04163
+:107C800016461D4680460F4613F02EFB084A094C47
+:107C900013782781C4E9000823F0110343F011038E
+:107CA000668125731370BDE8F041FFF7ADBF00BFDB
+:107CB000282F0020142F00201FB5094B8DF8090034
+:107CC00093F88C208DF80A2093F858000D2202A911
+:107CD0008DF8082014F0C3F9C0B205B05DF804FBBC
+:107CE000BC2F002010B5154C94F8C92194F85030E1
+:107CF000012A4FF0010294BF84F8D52184F8D721DE
+:107D0000013394F8C821DBB29A4284F8503009D884
+:107D10000B48FEF7B3FA002384F85030BDE810405A
+:107D2000FFF772BF074C04F2BC40D4F8DC1413F028
+:107D3000CAFA04F2BC40FEF72BFAEFE7BC2F002092
+:107D4000D83800201C34002008B50748FEF796FA02
+:107D5000064B93F8162412B1012283F81524BDE8CE
+:107D60000840FFF751BF00BF183800201C34002026
+:107D700010B50C4CD4F8403343F08003C4F84033C2
+:107D800094F8163413B10020FFF7DEFF94F889341D
+:107D900023F0120343F0120384F88934BDE8104045
+:107DA000FFF724BF1C3400202DE9F0414F4C90B068
+:107DB00008B984F8C001B4F8DC30A4F8483094F86D
+:107DC000B93084F879304A4B4A4ED3E9100183E840
+:107DD0000300D3E9120103F1080282E80300B4F8BA
+:107DE000CC20A4F88C20D4F8D420C4F89420D4F863
+:107DF000D820D4F8D010C4F8982000254FF00108FE
+:107E000003F5407203F54173C4F89010A56384F83C
+:107E1000AB51A4F8B08184F84A5084F8AD5184F88D
+:107E2000AE51C4F8C451A4F8C85103A9C6F8E4542B
+:107E3000A6F8145486F81654C4E9735594F85800FB
+:107E400004932D4B84F8D551A4F8D6510392059391
+:107E50008DF8188014F013F9E36FC6F8D83394F84E
+:107E60008D3086F8E43386F8D45394F8C03186F820
+:107E7000E73306F575770FCF06F57A740FC486F8E9
+:107E8000E55386F8E6833B682360022386F8FA33DD
+:107E9000D6F8483386F81754CDE9015586F8F983AA
+:107EA0001BB15A68DB6801920293144B0793A3F14C
+:107EB0004C020892A3F114020992114A0B92213349
+:107EC0000A93A2F18C030C93A2F188030D93131D66
+:107ED0000E9301A902F1DC0307A802F559720F9372
+:107EE00013F0A6FD10B0BDE8F08100BFBC2F00204C
+:107EF000383000201C3400202C2F00208438002033
+:107F0000A030002013B513F0EFF90A4B6C4618604F
+:107F1000204613F085F994E80300074A074B83E8ED
+:107F20000300137843F02003137002B0BDE8104043
+:107F3000FFF76ABE242F0020282F0020543700208E
+:107F4000F8B52E4E96F8A831022B07460D4602D002
+:107F50002B4BDB6A984713F076FD044680B996F800
+:107F6000A831012B16D0274C94F8882494F81634A5
+:107F70006AB30BB184F84154284603F0CBF836E0DD
+:107F8000022013F056FD002013F058FD96F8A8319A
+:107F9000012B11D113F059FD90B1002013F04AFDCF
+:107FA000002013F04CFD13F052FD28B1002013F017
+:107FB00042FD002013F044FDBDE8F840FFF716BE77
+:107FC00013F045FD0028F1D1002CCCD0F4E70BB123
+:107FD00084F84174384603F09DF8F06B13F08BF988
+:107FE000D4F8BC339842E7D30748FEF747F994F832
+:107FF000893443F0100384F88934DDE7BC2F002076
+:108000008C0A03001C340020BC37002073B5124DCD
+:10801000124E0096EB6D95F8602095F9881095F852
+:10802000580014F048F80223B37495F8C031F37483
+:1080300095F85800012306F138023146737414F0A4
+:1080400047F830B1064B00205B6B9847B37C86F84D
+:10805000A03002B070BD00BFBC2F0020043800204B
+:108060008C0A0300F8B53B4C94F8A851012D064644
+:108070000ED0022D60D0002D69D138B9D4E91F018E
+:1080800004F1840383E80300002006E0012805D101
+:1080900013F0E4FC08B984F8A861F8BD022856D1B1
+:1080A0002D4F84F8A80107F5757EBEE80F0007F58F
+:1080B0007A7CACE80F00DEF80030CCF8003087F8AE
+:1080C000FA63234693F8E92082B393F80021022A49
+:1080D0002CD1302303FB0545D5F80431C4F8843096
+:1080E000C7F8EC3394F88D3095F8082187F8F83309
+:1080F000032384F8882087F8FA3397F8172487F841
+:10810000E823012387F8F933002387F81634134B4B
+:10811000DB6A9847FFF77AFF94F8BE31002BB3D0A3
+:108120000F490122202002F079FEADE70135042D30
+:1081300003F13003C6D1E7E748B9074B84F8A8013B
+:10814000062283F88824054BDB6A9847E4E703207E
+:10815000A3E700BFBC2F00201C3400208C0A0300C2
+:108160006431002070B50B4E0B4D0C46FEF786F8BF
+:10817000336B9847094A95F85800214613F0A8FF39
+:1081800030B1736B686E9847054BA27C83F88824E6
+:1081900070BD00BF8C0A0300BC2F00203C380020BB
+:1081A0001C3400200E4890F8173480F8C0330D4B73
+:1081B00093F8792080F8C32393F88D2080F8D0239A
+:1081C00093F8C03180F8D333002280F8D12380F8AF
+:1081D000D22300F5707100F56270FFF7C3BF00BFD6
+:1081E0001C340020BC2F0020104890F88834DBB1EC
+:1081F00090F8173480F8D4330D4BDA6FC0F8D823D9
+:1082000093F88D2080F8E423002280F8E52393F88A
+:10821000C03180F8E733012280F8E62300F575715C
+:1082200000F56870FFF79EBF704700BF1C34002048
+:10823000BC2F00202DE9F04F8FB04FF00009012B2B
+:1082400006460F4690468DF80990ADF80C9002D87E
+:108250004C46BC4202D30FB0BDE8F08F305D02F057
+:10826000D3FE2044B842F6DC335D651C013BEDB221
+:108270001F2BF0D801A252F823F000BFFD820100AD
+:108280001D83010047830100458401006D840100C6
+:10829000FD8401002385010089850100B985010065
+:1082A00047860100338601009B8601009D870100FF
+:1082B000C186010029870100458801006D88010001
+:1082C000A5880100F1880100578201005782010052
+:1082D0005782010057820100578201005782010036
+:1082E0005782010057820100578201005782010026
+:1082F00057820100578201008F870100AC4B725DED
+:1083000093F8BE319A4206D805A9012002F002FE78
+:10831000002800F03F820234E5B212E0052002F0AE
+:1083200013FF70B10521002002F0E2FE725DA14B47
+:10833000E51C0234E4B283F85C24325D83F85D24EA
+:10834000EDB22C4685E700238DF80A308DF80B300E
+:108350008DF810308DF81830B9F1000F6DD1944CB4
+:108360004FF0050994F88C208DF831206B1E94F89D
+:1083700049208DF83320334494F848200B938DF82E
+:10838000342094F8AA3194F878208DF83520D4F868
+:10839000BC218DF832300A9273B37B1C5B1BDBB2BD
+:1083A0008DF8303006AB019304AB009394F858007D
+:1083B0000DF10B030DF10A020AA913F09FFE8DF8CF
+:1083C000090000F00700072813D194F949209DF90E
+:1083D0000A3084F849309A429DF80B3084F84830CE
+:1083E000B8BF01229DF81030B8BF84F8AD2184F8E1
+:1083F00078304FF0000A09E00523D1E701220DF1A2
+:108400000901032002F00AFD0AF1010A5FFA8AF26B
+:108410009DF81830B3FBF9F19142EFD82B44DDB24F
+:108420006B1EDBB29F420BD9F25C032A9AD0AF429B
+:1084300088BF1D464FF0010983E70534E5B2F9E72F
+:108440001D46F7E7735D5A4903F00F03012281F8D7
+:10845000AB31023402FA03F3A1F8B031E4B20022E6
+:1084600003A9042002F0DAFC25466AE707238DF809
+:108470000930735DDFF838A1C3F3021203F00F0374
+:108480000F2B8DF8283004BF9AF880308DF82830F3
+:108490008DF82920651DA21CE31C0434DBB2E4B274
+:1084A000F15C335D9AF85800D2B21B04B25C43EA27
+:1084B00001231343642253430AA90B9313F02EFEA6
+:1084C00000F00703072BEDB28DF809000ED19DF8DF
+:1084D00028308AF880308AF888300B9BCAF87C30C4
+:1084E000CAF884309DF829308AF879308DF80C006C
+:1084F000012203A9052002F091FC22E72D4BD3F8BD
+:10850000483363B11B6853B1984708F03F038DF8B7
+:108510000C008DF80D30022203A90620EBE7FF20A6
+:10852000F3E703238DF80930735D8DF81C300AAB37
+:108530000693E31CDBB2A51DF25C231DDBB206A98A
+:10854000F35C1B0443EA0223A21CD2B20534B25CE2
+:10855000134364225343E4B20A9300230B93335D25
+:108560008DF83030124B93F8580013F0DEFDC3B293
+:108570000028EDB28DF80930FFF6E3AE8DF80C302F
+:10858000012203A90720B6E7735D03F00F03012B57
+:108590004FF47A7238BF01235343054A023493667D
+:1085A00003F57A73D366E4B2002203A9082059E7E1
+:1085B000BC2F00201C340020735DC74DC3F3401254
+:1085C0008DF8112095F85800C3F3001204A903F0A8
+:1085D0000F038DF810208DF8123013F0ADFD02342A
+:1085E0000130E4B23FF440AFBDF81030BB4AA5F80B
+:1085F0008C309DF812309DF810A0D05CE8F7DCFAC2
+:108600000223C5F890000AA995F858008DF8283083
+:108610008DF82AA013F023FD95F94930069040B259
+:108620009842B8BF184685F84900002203A90920DE
+:1086300018E7A94B725D93F8BE319A423FF66BAED4
+:1086400005A90B2062E603238DF80930735D8DF8D0
+:108650002830E31CDBB2651DF25C231DDBB2023463
+:10866000F35CE4B21B0443EA0223325D1343642249
+:1086700053430B93984B0AA993F8580013F063FDEA
+:10868000C3B20028EDB28DF80930FFF65AAE8DF86E
+:108690000C30012203A90A202DE7725D8E4802F0FA
+:1086A0000F010123120903FA01F102349340A0F8EB
+:1086B0009A10A0F89830E5B2002203A90C201AE71E
+:1086C00016F805B0DFF810A20BF007038AF8C831DE
+:1086D000A31CDBB22021F25CC2F302128AF8C9218A
+:1086E000F35C002003F00F038AF8493012F01EFDFE
+:1086F000CBF3C20B202303FA0BF31844784B002270
+:10870000C3F8DC248AF85020764A90429CBF4FF48C
+:108710007A72504304F1030498BFC3F8DC040020CC
+:10872000E5B2FFF7DFFA0CE6735D00201A090A32A2
+:1087300001218DF80C006B4801FA02FC02348445DB
+:10874000E5B220DC03F00F0304336348644CC0F847
+:10875000CCC101FA03F39BB2C0F8C4314FF47A7371
+:10876000934004F28C40C4F8D4348DF80C10FDF71B
+:1087700085FD04F28C40D4F8D41412F0A4FD04F268
+:108780008C40FDF705FD012203A90F20B3E605A9E2
+:108790002020BBE5059802F08FFBBCE5092002F024
+:1087A000D3FCDFF83CB1002849D00921002002F0B9
+:1087B0009FFC0023ADF81E30A31CDBB2F25CE31C6F
+:1087C000DBB216F803A0735D4FEA0A4A4AEA022AAE
+:1087D0004AEA030A231DDBB2A51D0534F35CE4B2AB
+:1087E0004AEA036A335D4FF47A7253430AAC1B12B0
+:1087F0002046ADF81C3012F013FD3B4B534406935A
+:10880000DBF83C3300930DF1180A9AE80600DBF818
+:10881000383308A812F0C8FC099B009394E80600BE
+:10882000089B504612F0A5FC9AE8030012F0D7FC12
+:1088300013F01EF90123EDB28BF8383481E58BF883
+:1088400038047EE50C2002F07FFC00283FF479AD6F
+:108850000C21002002F04CFC214B93F88834043B9F
+:10886000012B7FF66EAD13F0FFF86AE5A31CDBB2B7
+:10887000725DF15CE31CDBB2651DF35C0434E4B2B1
+:108880001B04305D43EA012313436421594300F084
+:108890000F0013F0EAF8EDB28DF80C00012203A9E5
+:1088A000112028E60D2002F04FFC00283FF449ADCE
+:1088B0000D21002002F01CFCA31CDBB20B4AF05C73
+:1088C000735D1268251D0334E4B243EA0020315D74
+:1088D000EDB213F0CCF834E5BC2F0020EF2B0300F1
+:1088E0001C34002037894100803DD512142F002010
+:1088F000725DA31C251D0334DBB2E4B2F15C335D71
+:108900001B0443EA012313436420584313F0B1F8D6
+:10891000EDB28DF80C00012203A91320EBE500BF96
+:1089200037B5214CD4F8C43113B1E36C0133E3649F
+:1089300094F8BE311D4DCBB101A90B2002F0EAFA2B
+:10894000A0B9B4F85230B4F8982001339BB29A42DF
+:10895000A4F852300AD195F8893484F8C00143F064
+:10896000080385F889340F2385F8683495F889342D
+:10897000990703D595F82D34012B07D994F8AA311E
+:1089800023B1A36B5A1C18BF0133A3630023A5F8BE
+:10899000143485F81634D5F8403323F00203C5F8B3
+:1089A000403303B030BD00BFBC2F00201C3400207A
+:1089B00038B50F4D0F48104CFDF760FCD5F8D0319D
+:1089C0000E4A93429EBF4FF47A725343C4F8D83490
+:1089D000FFF71AF90123D4F8D814064885F8D631E0
+:1089E00012F071FCBDE838400248FDF7D1BB00BF72
+:1089F000BC2F0020C03800201C34002037894100E3
+:108A000038B50F4D0F48104CFDF738FCD5F8CC3178
+:108A10000E4A93429EBF4FF47A725343C4F8D43443
+:108A2000FFF7F2F80123D4F8D414064885F8D531BD
+:108A300012F049FCBDE838400248FDF7A9BB00BF71
+:108A4000BC2F0020A83800201C34002037894100AA
+:108A5000094BD3F84023012A0AD008490978C907ED
+:108A600008D43AB993F88A04013818BF0120704736
+:108A700000207047012070471C340020282F002060
+:108A80002DE9F7434E4CBDF828901D1E90464FF03F
+:108A9000000208BF91460746CDE90022228084F8F3
+:108AA00016240E464A46294604F59C7012F04BFBEC
+:108AB0005FFA89F284F837223B78A3703B785B0930
+:108AC000042B07D0072B69D0022B06D0022003B05D
+:108AD000BDE8F083012384F81634042384F80431BC
+:108AE000384DC4F80851FF2384F80C313B78364FD9
+:108AF00084F80D31D7F8E43084F82881C4F81031B7
+:108B0000337884F81431684605F59B7384F8302176
+:108B1000C4F82C3102F076FC00284ED1009BA4F85A
+:108B2000440401A8A4F81631C4F84C3402F02CFA1D
+:108B3000002840D1019B0BB90020C8E797F94900F4
+:108B4000FFF7BAF894F83732CBB1019B0F2B0ED850
+:108B500005F58B7201A90F2002F022FA58BB337879
+:108B6000019A62F30303337084F81431E4E705F2E9
+:108B7000FE4201A902F014FAE8B90A20A7E705F2BB
+:108B8000FE452A4601A902F00BFAA0B9019B84F820
+:108B90002801C4F82C5184F83031CDE7002DCBD01A
+:108BA000002AC9D02946E01C12F0CDFA94F83732D9
+:108BB00001332380C0E7132089E7122087E700BF35
+:108BC0001C3400201E340020BC2F002070B54B4DFB
+:108BD0004B4C86B000238DF8033095F849308DF862
+:108BE000093095F848308DF80A30D5F89030039365
+:108BF000D5F89430049323888DF808000646ADF824
+:108C0000143095F8580004F583630DF1030202A9AE
+:108C100013F067FA012384F8413495F8493084F859
+:108C200042349DF8033084F84334D4F81834C4F83F
+:108C30005064C4F84834C4F8583412F00AFFB0B98C
+:108C400095F8A831012B01D112F017FF12F004FFA3
+:108C50000023019394F8043195F9495094F817646E
+:108C6000042B0CD8DFE803F00E2D310B3500D4F8BF
+:108C7000180412F000FF0028E2D0102000E00320CA
+:108C800006B070BD1F4802F0F7FB002832D1D4F8BF
+:108C9000403394F80C111C48218043F00203C4F8BF
+:108CA000403394F814340133DBB284F8143484F87C
+:108CB0004534164B00259B6AC4F8E454984728466F
+:108CC000DEE7104802F02EFCDFE70E4802F056FC0B
+:108CD000DBE701A802F096FB70B994F8143413B1E5
+:108CE000019B013B0193074B01983246E9B202F028
+:108CF0006FFCCAE71120C3E71220C1E7BC2F002098
+:108D00001C340020243500201E3400208C0A03006F
+:108D10002DE9F0418EB0064612F095FE002840F095
+:108D2000E080724C94F8A831012B0CD0236C704D6C
+:108D3000ABB195F80431042B00F2D580DFE803F0E5
+:108D4000171D21D3250012F080FE18B10F200EB0A0
+:108D5000BDE8F08112F07BFE0028E7D0F6E7B4F81A
+:108D6000B031D5F81824013B53432364E1E761484F
+:108D700013F061F868B11120E9E75E4813F08FF84D
+:108D8000F8E75C4813F0C3F8F4E75A4813F0F7F833
+:108D9000F0E795F80C312B80236C08930DF118083F
+:108DA00094F849308DF82830404694F8AC318DF86D
+:108DB0002A3012F058FAD4F8B831009302AF98E88C
+:108DC0000600D4F8B431384612F0EEF997E8030003
+:108DD0000BAB83E80300E36B099300238DF8343079
+:108DE0002B88ADF8363094F8C03101228DF8292057
+:108DF0001BB98DF834208DF829303F4B00933F4B41
+:108E000094F85800A3F1C90208A913F0ACF9A0B175
+:108E10000B289CD1D5F8E01479B1002E97D0D5F865
+:108E20004033374843F02003C5F8403312F04BFA83
+:108E30003348FDF7ADF9002089E794F8587094F9AC
+:108E4000793094F9492094F88D102E4E384613F05D
+:108E500098F9009641B2E36D94F8602038461436D4
+:108E600013F029F90096E36D94F8602094F98010CE
+:108E700094F8580013F01FF9D5F8CC13A36ED5F869
+:108E8000E0230B44C5F8B833E36E1344C5F8BC3394
+:108E900095F80431042B07D0236F0B44C5F8B83381
+:108EA000636F1344C5F8BC330023059394F8C031B5
+:108EB00023B995F81704FFF789FE48E705A802F0E3
+:108EC00063F860B994F9490095F837629DF8147019
+:108ED000FEF7F2FE3E44B042EBD2082037E7132003
+:108EE00035E70E2033E7032031E700BFBC2F002019
+:108EF0001C34002024350020FC2F0020FC380020EA
+:108F00008C370020DC37002010B5184C1848FDF7CE
+:108F1000B5F9D4F84033D4F8E40423F02003C4F8BE
+:108F2000403348B112F0E7F9B0F5FA5F04D9114BBC
+:108F3000002283F84A2010BD0120FFF7E9FE002837
+:108F4000F9D00B28F7D00B4B93F8493084F8423412
+:108F5000092094F8143484F8453484F8410402F06C
+:108F6000D9F8BDE81040FFF7DBBC00BF1C3400207F
+:108F70008C370020BC2F00202DE9F0433B4C8BB0F8
+:108F80001746994694F8C021B4F84830B4F84880A0
+:108F90000E46A16B049105465BBA002A63D094F893
+:108FA000AB2102B9226494F8AA014FF0000260F3E9
+:108FB000C7128DF80C2094F8A821012A02BF9DF851
+:108FC0000C2042F010028DF80C2094F84A202AB1AF
+:108FD0009DF80C2042F020028DF80C20ADF82030D6
+:108FE00094F878308DF8223094F88C308DF8233056
+:108FF00094F858308DF82430012204AB8DF81420F9
+:10900000D4F8982000931A4B8DF81500069107921A
+:10901000A3F12F01A3F1300205A812F09BFC9DF8EB
+:109020000C30CDF8009060F386138DF80C3032468A
+:109030003B4603A92846FFF723FD08B10A2803D1C0
+:109040000020FFF765FE20B1A4F848800BB0BDE812
+:10905000F083049B84F84A00A36301F069FF0028B1
+:1090600018BF1320F2E70720F0E700BFBC2F002055
+:1090700034300020022870B5044601D02BD888BBBC
+:109080003C4B3D4D012283F8D4210222D3F8E0303D
+:1090900085F80421003C2A4418BF0124C5F80821A2
+:1090A0004CF2FF02A5F80C2185F80F311A0A640072
+:1090B0001B0C85F8102185F8113185F80E41FEF75B
+:1090C00063FD0822014605F5897012F03CF805F5AC
+:1090D0008D71082029E0FF282DD00120BDE87040C7
+:1090E000FFF716BE244C234A012382F8D431A21C78
+:1090F000C4F808214CF2FF0284F8043184F80E31E0
+:10910000A4F80C21FEF756FD0822014604F20F10C8
+:1091100012F019F8FEF738FD0822014604F2171084
+:1091200012F011F804F59071092002F077F9002887
+:10913000D3D0112070BD104D0020FEF793FF002604
+:10914000AB1CC5F8083185F80461A5F80C41FEF7A1
+:1091500031FD0822014605F5877011F0F4FFFEF796
+:1091600013FD0822014605F58B7011F0ECFF304627
+:10917000B4E700BFBC2F00201C340020084B10B502
+:10918000044608461146DB6B224649B29847054A19
+:10919000D2F8403343F00203C2F84033002010BD40
+:1091A0008C0A03001C3400202DE9F04F89468BB057
+:1091B00090460646002800F08B81002900F0888147
+:1091C0000368002B00F084814368002B00F080814D
+:1091D0008368002B00F07C81C368002B00F078814D
+:1091E000104612F038FF002800F07481BB4CBC4DD3
+:1091F000304601F02DFF4FF48C620021204611F023
+:10920000B6FF4FF4B0620021284611F0B0FFB54B15
+:10921000C4F8BC3104F55F73069304F5607300274E
+:109220004046079306A9B04B84F8588084F8A8718B
+:109230008DF82470089312F022FF0E2304A994F8ED
+:1092400058008DF8103012F00AFFC01B18BF012023
+:109250004FF00A0B84F8AC0104A994F858008DF87B
+:1092600010B012F0FCFE4FF0060A84F8DC0004A9EE
+:1092700094F858008DF810A012F0F1FE0F2384F836
+:10928000DD0004A994F858008DF8103012F0E7FEC4
+:1092900010230DEB0301C4F8A40094F858008DF8D6
+:1092A000103012F0DCFE1123C4F8A80004A994F8D1
+:1092B00058008DF8103012F0D2FE1223C4F8AC0022
+:1092C00004A994F858008DF8103012F0C8FE13234A
+:1092D000C4F8B00004A994F858008DF8103012F0CA
+:1092E000BEFE1523C4F8B40004A994F858008DF804
+:1092F000103012F0B4FE162384F8B90004A994F8D3
+:1093000058008DF8103012F0AAFE1723C4F8BC00E4
+:10931000C4F8C40004A994F858008DF8103012F075
+:109320009EFEC0B21C2384F8C00084F8C80004A9C3
+:1093300094F858008DF8103012F091FE1D2384F837
+:10934000CC0004A994F858008DF8103012F087FE74
+:109350001E2384F8CD0004A994F858008DF810302D
+:1093600012F07DFE1F23C4F8D00004A994F8580021
+:109370008DF8103012F073FE0B23C4F8D40004A94A
+:1093800094F858008DF8103012F069FE0C2304A9EF
+:10939000A4F8D80094F858008DF8103012F05FFE51
+:1093A000D4F8A4306366D4F8A830A366D4F8AC30FF
+:1093B000E366D4F8B03003904FF00108A4F8DA0067
+:1093C00023673846D4F8B430636784F8B880C4F8AB
+:1093D0009CB084F8A0A0C4F85CB084F860A084F8C5
+:1093E000788084F8AF81FEF7DFFC404985F8897406
+:1093F00005F55C70C5E9D169C4E90F7784F8A981E6
+:10940000C5F8408311F057FF394905F5627011F036
+:1094100052FF384905F5687011F04DFF364905F5E2
+:109420007F7011F048FF354905F28C4011F043FF81
+:10943000334905F2A44011F03EFF6E46314905F272
+:10944000BC4011F038FF304611F00DFF96E80300E4
+:1094500004F5DA7383E803002B4B1F602B4BC5F830
+:109460004C332B4BC5F854332A4BC5F85C332A4F89
+:109470002A4BC5F850332A4BC5F8583305F55370BD
+:109480003B68984704F5EE70FEF794FA20B1112678
+:1094900030460BB0BDE8F08F204601F08DFF00286C
+:1094A000F5D101F0ADFCB8B91E4801F0CFFF06467A
+:1094B0000028ECD17B699847FCF73EFEBB6D94F821
+:1094C000A9019847FB6A9847012385F88A34DFE7AA
+:1094D0000326DDE70926DBE71326D9E7BC2F0020AA
+:1094E0001C340020000101012C2F0020098F0100F5
+:1094F000A5810100E9810100497D0100018A010087
+:10950000B1890100E57C0100282F0020057F0100C2
+:109510007D7C0100457C01008C0A0300317C010048
+:109520001D7C0100A430002008B5034B0020C3F8C7
+:109530004003FEF75BFB08BD1C34002070B52E4BCA
+:109540008AB0054693F8DD008DF8090093F8DC0039
+:109550008DF80A0029489A6B90F8140403920026AB
+:109560008DF80B0004960C46002941D00692D3F8E2
+:1095700098200792B3F8482093F8AA118DF8151097
+:1095800052BAADF8202093F88C2093F858308DF81B
+:10959000243003AB8DF822008DF8232000930DF1C9
+:1095A0000A020DF10B030DF1090105A88DF81460F5
+:1095B00012F0D0F99DF90900FEF77EFB607004A857
+:1095C00001F0E2FCB0B9049A0F2A0DD863789A42F0
+:1095D0000AD81544AB42A3EB02012CBF00200120A6
+:1095E0002170C0000AB070BD002323700820F9E785
+:1095F0000320F7E71320F5E7BC2F00201C340020E0
+:109600001FB50446002800F0058103784C2B00F2BA
+:10961000FC80DFE813F04D00540058005C005F0050
+:10962000620066006B00FA00FA00FA00FA00FA0025
+:10963000FA00FA00FA00FA00FA00FA00FA00FA005A
+:10964000FA00FA00FA00FA00FA00FA00FA00FA004A
+:109650006F0073007D00840087008A008F008D00FA
+:109660009100950098009B009E00A100A400B3000B
+:10967000B700BF00BB00C300C600CA00D100CF00C6
+:10968000FA00D500E100E500FA00FA00FA00FA005D
+:10969000FA00FA00FA00FA00FA00FA00FA00FA00FA
+:1096A000FA00DD00E900EE00F200F6000101010120
+:1096B0005A4B93F8A8312371002004B010BD574BCA
+:1096C00093F8C031F7E7FEF75FFA6060F4E7FEF762
+:1096D00071FAFAE7FEF784FAF7E7504B93F8AA31EC
+:1096E000E9E74E4BD3F8E0306360E5E74B4BD3F846
+:1096F000E430F9E7494B93F8A931DCE71B238DF8F7
+:109700000830464B02A993F8580012F0A8FCDCE799
+:10971000434B043493E8030084E80300CCE7414B57
+:109720000434F7E7404B0434F4E7404B0434F1E7EA
+:109730001923E4E71823E2E7384B93F87830BAE7C7
+:10974000364B5B6ED0E7354B9B6ECDE7334BDB6E14
+:10975000CAE7324B1B6FC7E7304B5B6FC4E702238E
+:109760008DF808302D4B02A993F88C2093F85800FF
+:109770008DF80A2012F073FC20719DE7274B93F9B6
+:10978000DD3098E7254B93F9493094E7234B93F963
+:10979000DC3090E7214B93F948308CE71F4BDB6DB1
+:1097A000A2E71E4B93F8603085E71C4BD3F894304A
+:1097B000636081E7194B97E7184BD3F8D430F7E78C
+:1097C000164BD3F8BC31436002F04AF9A06073E74E
+:1097D000124B93F8AF316EE7104BD3F8CC3183E7DF
+:1097E0000E4BD3F8D0317FE70C4BB3F89830A38001
+:1097F00062E70A4BB3F89A30F9E7084BB3F8D83070
+:10980000F5E7064BB3F8DA30F1E704B0BDE81040F5
+:1098100012F026B9032050E717204EE7BC2F002096
+:109820003830002078300020403000208030002088
+:109830007FB5044610B9032004B070BD954DD5F82E
+:1098400040339A0700F10E8302784C2A00F2058318
+:10985000DFE812F04D005200600066006A006E0002
+:10986000730078007D0088008E0094009A00A000AC
+:10987000A600AC00B200B800BE00C400CA00D00010
+:10988000D600DC00E200E800EE00F400FA0000017F
+:109890000303080126013901600182017301860179
+:1098A0008F01930197019B019F010303A301B50160
+:1098B000DD01CB01EF01F901000205020A02940269
+:1098C0000303B502D30203030303030303030303E8
+:1098D0000303030303030303030303030303030358
+:1098E000B002EF02F402F902FE0206030603007959
+:1098F000FEF7B8FB30B19FE70379022B9BD0664A95
+:1099000082F8C03195F8893443F0200385F8893412
+:10991000002091E74068FEF729F90028F2D08AE795
+:109920004068FEF737F9F8E74068FEF749F9F4E7D1
+:10993000594B027983F8AA21E4E7574B4268C3F8F0
+:10994000E020DFE7544B4268C3F8E420DAE74168DF
+:1099500000293FF470AF002001F0A8FF0028D1D00B
+:10996000112069E7416800293FF465AF0120F3E762
+:10997000416800293FF45FAF0220EDE7416800290C
+:109980003FF459AF0320E7E7416800293FF453AFA4
+:109990000420E1E7416800293FF44DAF0520DBE7F3
+:1099A000416800293FF447AF0620D5E74168002908
+:1099B0003FF441AF0720CFE7416800293FF43BAFB8
+:1099C0007F20C9E7416800293FF435AF8020C3E715
+:1099D000416800293FF42FAF8120BDE7416800298D
+:1099E0003FF429AF8220B7E7416800293FF423AF55
+:1099F0008320B1E7416800293FF41DAF8420ABE725
+:109A0000416800293FF417AF8520A5E74168002988
+:109A10003FF411AF86209FE7416800293FF40BAF68
+:109A2000872099E7416800293FF405AF882093E734
+:109A3000416800293FF4FFAE89208DE74168002985
+:109A40003FF4F9AE8A2087E7416800293FF4F3AE7E
+:109A50008B2081E7104B007983F8A9010F4B9B6D98
+:109A600098474FE70C4E037A8DF8043096F858006B
+:109A700096F88D308DF80530072201A912F005FB0C
+:109A800000283FF4D8AE7C36D4E9010186E8030013
+:109A900038E700BF1C340020BC2F00208C0A0300D4
+:109AA000BC4E037A8DF8043096F8580096F88D3045
+:109AB0008DF80530072201A912F0E7FA00283FF4DB
+:109AC000BAAEBC36E0E7B34E037A8DF8043096F8B0
+:109AD000580096F88D308DF80530072201A912F054
+:109AE000D4FA00283FF4A7AED4E9010106F18403BB
+:109AF00083E8030096F8A831022B7FF403AF96F8B1
+:109B0000C031002B3FF4FEAEA34BDB6A9847FEF753
+:109B10007DFAF7E69F4E037A8DF8043096F85800E8
+:109B200096F88D308DF80530072201A912F0ADFAB4
+:109B300000283FF480AEC436A6E7436802930123B1
+:109B40008DF80C30934B02A993F8580012F0ACFA40
+:109B500000287FF4D7AE6EE6436802930023EFE758
+:109B600003795A1E0E2A3FF666AE8A4A82F878308A
+:109B7000C8E6884B42685A66C4E6864B42689A66D5
+:109B8000C0E6844B4268DA66BCE6824B42681A67DC
+:109B9000B8E6804B42685A67B4E67E4C037994F885
+:109BA00058008DF80430062201A912F06EFA002840
+:109BB0003FF441AE9DF8043084F8DD30A2E6754CE8
+:109BC00003798DF8043094F8580094F88C308DF8AF
+:109BD0000630052201A912F058FA00283FF42BAEF6
+:109BE0009DF8043084F849308CE66A4C037994F887
+:109BF00058008DF804300A2201A912F046FA002814
+:109C00003FF419AE9DF8043084F8DC307AE6614CFC
+:109C1000037994F858008DF80430092201A912F054
+:109C200034FA00283FF407AE9DF8043084F8483039
+:109C300068E64368B3F5FA7F3FF6FDAD554AC2F8D2
+:109C40009C30D3655EE6534B027983F8A02083F8FD
+:109C5000602057E64F4B4268C3F8942052E64D4BC4
+:109C60004268C3F8D4204DE64468002C3FF4E3ADCD
+:109C7000012B40F0F78034212046FCF763FA636B38
+:109C8000984204D143483822214611F05CFA04F18D
+:109C900038061C213046FCF755FA636D984204D112
+:109CA0003E482022314611F04EFA04F158064FF496
+:109CB000C0713046FCF746FAD4F8D83198421DD12D
+:109CC00037484FF4C272314611F03DFA95F8173417
+:109CD00085F8E8332F4BD3F88420C5F8EC2393F8AC
+:109CE0008D2085F8F823012285F8F923022285F8D2
+:109CF000FA23294A93F8A901936D984704F5EE7663
+:109D00004FF4CE713046FCF71DFAD4F87833984200
+:109D100005D124484FF4D072314611F014FA04F5FD
+:109D20005F7600213046FCF70DFAD4F87C33984278
+:109D300004D11D480422314611F005FA04F560767D
+:109D4000C4213046FCF7FEF9D4F84434984204D1DB
+:109D50001648C822314611F0F6F904F58966142137
+:109D60003046FCF7EFF9D4F85C3498427FF4CAAD82
+:109D70000F481822314611F0E6F9C3E58379012B2B
+:109D80003FF659AD034B4268C3F8BC21406801F06F
+:109D900031FBE3E5BC2F00208C0A0300F42F0020E8
+:109DA0001430002098310020383300203C3300204C
+:109DB000043400202C4B027983F8AF21A2E54368DC
+:109DC0002A4A93423FF637AD274A92F8C01102293A
+:109DD0007FF431ADC2F8CC314FF47A72534324484A
+:109DE000C5F8D434FCF74AFA2148D5F8D41411F058
+:109DF0006AFA1F48FCF7CCF984E543681B4A934292
+:109E00003FF619AD184A92F8C01102297FF413AD3C
+:109E1000C2F8D0314FF47A7253431648C5F8D4349F
+:109E2000FCF72CFA1348D5F8D81411F04CFA114865
+:109E3000E0E70D4B8288A3F8982063E50A4B8288FF
+:109E4000A3F89A205EE5084B8288A3F8D82059E54C
+:109E5000054B8288A3F8DA2054E511F003FE49E5AA
+:109E60001720E9E40120E7E4BC2F002037894100F6
+:109E7000A8380020C03800202DE9F04186B000232A
+:109E8000ADF800300546002800F0FC800361FEF7C5
+:109E9000DFFD20B10126304606B0BDE8F08101F0BB
+:109EA00099F90028F6D101F08FF9014618B97648E2
+:109EB000142211F05CF9754C94F88934012243F0B6
+:109EC000040384F8552484F889342B788DF8043001
+:109ED0000021013B8DF80520ADF806100C2B00F297
+:109EE000C280DFE803F0077283888D97C0C09DC0F1
+:109EF000B4A1B000D4F8406316F02006CAD12F797F
+:109F0000022F2ED1624F3046FDF74EFF324695F9B3
+:109F1000051097F8580012F01DF9072387F849003B
+:109F2000FF208DF80530FFF7A5F8064600286DD014
+:109F300095F9051097F85800012212F00BF9D4F8A2
+:109F4000E03487F849002B6101F03EF90028A2D1E6
+:109F500094F8893484F8160460F3820384F8893411
+:109F600099E7012F7FD1DFF82881022398F8580064
+:109F70008DF8143002A988F8AD6112F080F82B79C1
+:109F800088F8C031D4F8E0342B6101A88DF8056061
+:109F90008DF8067001F070F83E4B1A7822B93E49F0
+:109FA0003E481F7011F087F9D4F840333B4843F422
+:109FB0008073C4F84033FCF761F938480A2111F086
+:109FC00082F93648FCF7E4F80EE0022384F85434B2
+:109FD0000020FFF74FF8D4F8E0342B610646002844
+:109FE000B2D101A801F048F8002654E7032384F811
+:109FF00054340120EDE7042384F854340220E8E7C8
+:10A0000000226946022000F009FFB0BBD4F8E0341A
+:10A010002B61E6E72A7BA968A888FFF7AFF8DAE7A3
+:10A02000002269460D20EEE7194B93F8A831D3B909
+:10A030002E7906F0070011F00EFD8DF80060012268
+:10A0400069461020DFE7002269461220DBE78DF821
+:10A05000072011F0F1FC064650B911F0EAFC304639
+:10A0600011F0ECFCD2E7D4F8E0342B6102266BE768
+:10A07000D4F8E0342B61012666E7D4F8E0342B6194
+:10A08000132661E7032606E7703800201C34002001
+:10A09000BC2F002015410020597C0100043900200C
+:10A0A0002DE9F04FDFF8FCB2BF4CABB00AA810F0BE
+:10A0B000F8FFDBF8005000230AA8CBF8003010F0BE
+:10A0C000F9FF002D00F0E480EBB2A906039365D5FB
+:10A0D000B64D95F8A831022B02D0B54BDB6A9847F4
+:10A0E00011A8B44F10F0DDFF11F0FEF83E68D4F86F
+:10A0F000B813361A3144B04811F0E5F8AE48FCF711
+:10A1000047F8D4F8BC13AD48314411F0DCF8AB4843
+:10A11000FCF73EF811A810F0CDFF94F81634002B90
+:10A1200000F00681142314A995F858008DF85030DA
+:10A1300011F095FFD4F8BC130D900144A04811F024
+:10A14000C2F89F48FCF724F83B6894F81724EB63A7
+:10A150000FAF38468DF878201F9311F084F8D5F8AA
+:10A16000B831009306AE97E80600D5F8B431304612
+:10A1700011F01AF896E8030021AB83E80300D4F845
+:10A180001834209395F8C03195F85800003B18BF5B
+:10A1900001231EA98DF8793011F06BFF039BDA06BD
+:10A1A0004AD5824DDFF81C92D5F8E42005929BF841
+:10A1B0000020B9F90AA099F90C70A4F82AA4002388
+:10A1C00063F300020C93ADF8243084F84434A4F80F
+:10A1D0001E3484F82134C4F82434A4F8283484F8D4
+:10A1E0002E34C4F8303484F81C34C4F8343484F881
+:10A1F0003834C4F83C346E4B8BF8002094F8882433
+:10A20000DB6A84F82C7484F82D24D9F80480B9F81A
+:10A210000860984794F82D3413B96848FCF72EF875
+:10A220003146404611F00DFC8346002800F0838043
+:10A23000A4F87AA484F87C74039B19071AD55B4BA5
+:10A2400093F8A831022B02D0594BDB6A98470220C1
+:10A25000FDF7CCFC84F8410400F05CFF94F8163460
+:10A2600013B1012384F8153494F8893443F01003B2
+:10A2700084F88934039B5A0703D506210520FDF78E
+:10A280005FFE039B9B0703D504210320FDF758FEC7
+:10A2900011F0F5FB94F88924D70640F1AC83002334
+:10A2A00084F88A34D4F840331E0644BF23F0820376
+:10A2B000C4F8403312F0050F00F01D830B2000F0AE
+:10A2C00043FF002800F0178394F88934DD0700F17C
+:10A2D0001283580740F13583D4F8403323F002034A
+:10A2E000C4F84033D4F84013002940F07B8394F83D
+:10A2F000893413F0010003F0040500F0658361F375
+:10A3000000035E0784F88934DAB204D5134661F39A
+:10A31000820384F88934012384F88A34D4F84433DE
+:10A3200029481B689847002D00F0548300F030BC8A
+:10A3300084F8413408E795F8A831012B0CD111F0CD
+:10A3400084FB824668B1584611F074FB584611F000
+:10A3500076FB042384F82D347EB9012384F81D3460
+:10A36000B5E111F074FB0028F6D0504611F063FB04
+:10A37000504611F065FB0523ECE798F800B01BF0A0
+:10A38000030FEAD14FEA5B13013B062B00F29F82D9
+:10A39000DFE813F01C009D02F2009D02EF009D0219
+:10A3A0008D0200BF282F00201C340020BC2F00206D
+:10A3B0008C0A0300242F0020A4370020BC37002083
+:10A3C00018380020142F00205C380020102EC4D92B
+:10A3D00095F8C031CDF85080F6B28DF854601BB1BD
+:10A3E00095F8D431002BB8D0FDF7E4FB14AA014650
+:10A3F000FF2001F075FAB8B3FDF7DCFB14AA0146A3
+:10A40000002001F06DFA88B3FDF7D4FB14AA0146D1
+:10A41000012001F065FA58B3FDF7CCFB14AA014600
+:10A42000022001F05DFAA8B904279DF8603095F884
+:10A43000580003F00F020F2A1CD0C3F303038DF85A
+:10A440007830072295F88D308DF879301EA911F0FB
+:10A450001CFE78B9012000F077FE002876D001219B
+:10A46000072000F045FE71E00127DEE70227DCE768
+:10A470000327DAE79DF85B309DF85A209DF86010BD
+:10A4800095F858001B0443EA02239DF85920134312
+:10A49000C5F8E030179BC5F8E430C1F3021385F826
+:10A4A000793001F00F030F2B1EBFC1F3030385F8B2
+:10A4B000803085F888309DF86130012B4FF47A7236
+:10A4C00038BF01235343AB661344A94AEB6611F02E
+:10A4D000800FA84B08BF1346C5F8BC310DF16203CD
+:10A4E00012934FF0010894F817348DF84430113E60
+:10A4F00011A985F878808DF84C6011F0CFFD02230A
+:10A5000085F8C03195F8BE314BB10022A5F8522034
+:10A5100009A942460B208DF8243000F07FFC384614
+:10A5200000F012FE18B13946002000F0E1FD95F868
+:10A53000D4312BB10023904885F8D431FBF79EFE2F
+:10A54000023F012F02D80120FDF72EFC94F82D3494
+:10A55000012B00F2CA8194F81634002B40F0BD8123
+:10A5600094F8893443F0100384F88934FDF73EFBF6
+:10A5700062E6012384F81C3495F88D308DF836306E
+:10A5800094F820348DF8353095F858000D230DA936
+:10A590008DF8343011F063FDA6F10D031BB20B9062
+:10A5A00023EAE37300B283423FF7D7AE0B2E7FF668
+:10A5B000D4AE724B27931EA8FF23CDF878808DF878
+:10A5C0007C608DF8A03011F0DBFB804600287FF422
+:10A5D000C4AE95F8A831012B14D111F036FA064615
+:10A5E000002843D0404611F025FA404611F027FAE2
+:10A5F00004239DF88410209884F82D34C1F30011B1
+:10A6000011F03CFA209AC4F8342411A91EA811F0C4
+:10A6100082F9804600287FF4A0AE59490C90034689
+:10A62000D1F8EC0082422DD191F8E96056B3302286
+:10A6300002FB035393F8EAA0D3F80C311B680C9388
+:10A6400095F8A831022B02D1032384F82D349DF80C
+:10A650004430032B7FF481AE9DF8843013F0600FFB
+:10A660007FF47BAE05904FF0010811E011F0EFF997
+:10A670000028C7D0304611F0DEF9304611F0E0F97D
+:10A680000523B6E70133042B01F13001C8D19A4606
+:10A690009DF8443095F8BE610493BAF1040F10D8C8
+:10A6A000DFE80AF02403202218000526BDF88610F2
+:10A6B0000CAA304611F0DAFAF0B1072801D10823CC
+:10A6C00000E0012384F81D340C9BC4F83034FDF7FE
+:10A6D0004FFBB1E5012E0BD1049B5BB1032B08BFEF
+:10A6E0000226E3E70626E1E70726DFE70426DDE7A3
+:10A6F0000326DBE70226D9E71EAB009305990C9BE6
+:10A700003246504601F02AF820B1022814BF0B232C
+:10A710000A2323E60C9B94F82D64C4F830349DF88A
+:10A72000843084F81D04C3F34013012E84F82E34C2
+:10A7300084F844349EBF0123A86385F8AE31B8F194
+:10A74000010F84F81E84C4F8240484F8280484F8D3
+:10A75000410417D1022384F81C3495F84A301BB900
+:10A760009DF88430DB062CD595F8A83163B328E03A
+:10A770000004000100010101D838002054360020F7
+:10A78000BC2F00200BF0E00BBBF1A00F32D195F8ED
+:10A79000BE31012185F84A100BB9299B6B64012E4B
+:10A7A00084F81C1440F232824FF4FA53C4F83C345B
+:10A7B000D9F80030C4F8E43495F8A831002B00F043
+:10A7C0003482D4F83C3413B1012384F82134012EAF
+:10A7D00094F840249DF8843005D8012A01D19E06C2
+:10A7E00001D500F0B3FB049A032A5AD8DFE802F03F
+:10A7F00008215212002385F84A3084F81C34AFE750
+:10A800009DF8841094F82D343A4601F00F0122A8E7
+:10A81000FDF710FD9DF8983084F81F34279BC4F88D
+:10A8200024349DF8A03084F82834012384F8293496
+:10A830000DE09DF8841094F82D343A4601F00F0194
+:10A8400022A8FDF7F7FC9DF8983084F81F3495F89E
+:10A85000D4315BB1BF48002685F8D461FBF70EFD0B
+:10A8600094F88934580748BF84F855649DF89820B7
+:10A87000E02A08D195F8AF312BB984F81F24C4F829
+:10A880002434A4F8283494F8893443F0020384F87B
+:10A8900089345BE694F82D349DF8A01027983A4649
+:10A8A000CFE7012384F81D34FDF762FACFE7AA4D04
+:10A8B000013EB2B208F10101284610F044FC032326
+:10A8C000A4F81C34C4F8245484F82864DBE701237A
+:10A8D00084F81D34FDF74CFA38E694F84434002B24
+:10A8E0003FF43EAE0020FDF72FFA94F82D34022BF2
+:10A8F0003FF43CAE34E694F88934590721D5012061
+:10A9000000F022FC48B1002384F81434D4F840331A
+:10A9100023F00203C4F8403313E0022000F014FCDB
+:10A920000028F0D1032000F00FFC0028EBD1042018
+:10A9300000F00AFC0028E6D1062000F005FC002803
+:10A94000E4D194F88934DA077FF5CCAC94F840244C
+:10A950000AB1032A18D1814A94F8141492F8782085
+:10A96000914205D29B0723D594F82D34012B1FD893
+:10A970007B48FBF783FCD4F8403323F02003C4F872
+:10A980004033FDF7CDFFADE4012A11D194F8152431
+:10A99000002A3FF4A7AC714A94F8141492F8782076
+:10A9A0009142E5D29F0703D594F84434002BDFD1C0
+:10A9B00094F8893400206FF3041384F8893484F800
+:10A9C0001504FEF7A1FA8DE40122002D40F0DA8093
+:10A9D00084F88A2411F041F894F889346FF3041351
+:10A9E00084F88934012384F88A3494F8893443F054
+:10A9F000200384F8893494F88934180708D56FF354
+:10AA0000C30384F88934D4F844335648DB68984744
+:10AA100094F88934990708D56FF3410384F8893491
+:10AA2000D4F8443350485B689847D4F84033ABB906
+:10AA30004A4DD5F8C421E96C8A4240F0B88095F8B7
+:10AA4000BE11002900F0B380002A00F0B080EB6452
+:10AA50001EA802238DF87830FFF70EFA94F8883498
+:10AA6000022B01D1FDF7D2FA94F889349A0640F10D
+:10AA7000DF80D4F840536FF3451384F88934002DF8
+:10AA800040F0D680354E34213046FBF75BFB736BCC
+:10AA9000984218BF70634FF01C01344818BF01255D
+:10AAA000FBF750FB736D984218BF70654FF4C0718F
+:10AAB0002F4818BF45F00205FBF744FBD6F8D83104
+:10AAC000984218BFC6F8D8014FF4CE71294818BF74
+:10AAD00045F00405FBF736FBD6F87833984218BFEB
+:10AAE000C6F878034FF00001234818BF45F0080569
+:10AAF000FBF728FBD6F87C33984218BFC6F87C03D6
+:10AB00004FF0C4011D4818BF45F01005FBF71AFBB4
+:10AB1000D6F84434984218BFC6F844044FF01401E4
+:10AB2000174818BF45F02005FBF70CFBD6F85C343E
+:10AB30009842D4F848331CBFC6F85C0445F0400581
+:10AB4000002B75D09B68002B72D028462BB0BDE837
+:10AB5000F04F1847D838002054360020BC2F002072
+:10AB60008C3700208438002038380020F42F002053
+:10AB70001430002098310020383300203C3300206E
+:10AB80000434002060F3820384F8893484F88A2432
+:10AB9000294800F0E5FA00F017FB00283FF41AAF4F
+:10ABA00094F8893443F0040384F8893412E795F863
+:10ABB000D5315BB102231EA88DF87830FFF75CF920
+:10ABC00000287FF44BAF85F8D50147E795F8D631DB
+:10ABD0005BB103231EA88DF87830FFF74DF90028EC
+:10ABE0007FF43CAF85F8D60138E795F8D731002BD4
+:10ABF0003FF434AF04231EA88DF87830FFF73CF9FA
+:10AC000000287FF42BAF85F8D70127E795F8A80136
+:10AC10009DF8843094F8402420B1D4F83C040028F6
+:10AC20003FF4DBAD84F82114D7E584F82114DAE58C
+:10AC30002BB0BDE8F08F00BF703800202DE9F04F39
+:10AC400007468DB020B9032210460DB0BDE8F08F45
+:10AC500000230361FDF7FCFE0446002840F0B880A5
+:10AC60003E460FCE07AD0FC5DFF86881BB895A4855
+:10AC70005A4D3E7897F90EB00193142221468DF873
+:10AC8000084010F074FA012288F8412495F8C02198
+:10AC9000022A11D195F8A821022A0DD195F8AE21EA
+:10ACA00052B9012E47D9032E52D0012E38BF0126AA
+:10ACB000A3464FF0000911E0012E3CD0032E47D0EF
+:10ACC000002E55D19DF808209DF82090DDF824A095
+:10ACD000022161F347128DF80820012495F88C10A9
+:10ACE0008DF81610022205A995F858008DF8142049
+:10ACF00011F0B5F995F8AA3195F8C0C195F8AD11E4
+:10AD000040B20222C3BB002C3CD05845B8BF5846C5
+:10AD100095F88C308DF81000052295F858008DF8C4
+:10AD2000123004A911F0B1F900288CD09DF8103030
+:10AD300085F849302CE09DF808209DF82090DDF83A
+:10AD400024A0042161F347128DF808200126C4E7EE
+:10AD50009DF80830DDF820A09DF926B043F0E0030F
+:10AD60008DF80830BDF82430019303260124A0E7B4
+:10AD70004FF0000BD946B1E7BCF1010F06D129B95C
+:10AD8000002CC5D1D8F8E0343B615DE7002CF9D048
+:10AD9000D8F8E40438B110F0AEFAB0F5FA5F84BF29
+:10ADA000002385F84A305246019B494602A8FEF727
+:10ADB000E3F8024640B998F8893488F8406443F0D3
+:10ADC000010388F88934DDE7002388F81634D9E7D1
+:10ADD000012239E71C3400205C380020BC2F002001
+:10ADE000012809D00538C3B21B2B04D80348D8402A
+:10ADF00000F0010070470020704700BF7910000884
+:10AE000010B5054C4FF403722046002110F0AFF945
+:10AE10000020C4E9000010BD9C3900202DE9F84352
+:10AE20000546904600293DD0204C2023224604F1BF
+:10AE3000100012F8019FB9F1000F2BD18242F8D116
+:10AE40001B4F3B68013403B93C607B6803B11C6055
+:10AE500000262660601D7C60C4F8088025711FFAFA
+:10AE600088F210F070F92846013DEDB2FFF7B8FF07
+:10AE70001F2D98BF0F4E20739CBFEE4006F00106B9
+:10AE80006673D7F8083201334344C7F8083248469E
+:10AE9000BDE8F883013B13F0FF030446C6D14FF031
+:10AEA0000209F4E74FF00109F1E700BFA3390020E0
+:10AEB0009C3900200104008010B520B3144BD3E965
+:10AEC0000021904215D102681A60884201D1002207
+:10AED0005A6000240460D3F808228168013A521AAB
+:10AEE000C3F808222146102210F041F9204610BD77
+:10AEF000224652B11468A042FAD1884200D15A6069
+:10AF000001681160E5E70120F1E78842E0D0E0E761
+:10AF10009C390020054B1B6813B11A798242FAD183
+:10AF2000002B0B600CBF0320002070479C390020D1
+:10AF300010B5054B186800B910BD037B04680BB948
+:10AF4000FFF7BAFF2046F6E79C39002038B50C4BD6
+:10AF50000C4C196809B9084638BD0A790D681046C5
+:10AF6000FFF73EFF50B1013AD2B21F2A03D824FAAC
+:10AF700002F2D30702D40846FFF79EFF2946E9E70D
+:10AF80009C3900200104008028B1044BD3F808321A
+:10AF90000360002070470120704700BF9C390020EB
+:10AFA0002DE9F04107460E46154642B339B3154B1D
+:10AFB0001C6800232CB93046FFF7E6FF0020BDE8EF
+:10AFC000F081A268F91A0132914215D32279EA542C
+:10AFD000581C22895FFA80F8611D55FA80F010F044
+:10AFE000B2F8A368246898445FFA88F3E2E7204641
+:10AFF0002568FFF761FF2C46002CF8D1DBE7012024
+:10B00000DDE700BF9C3900200138C0B21F289ABF7D
+:10B01000014B185C00207047FF2B030030B50B4B31
+:10B0200093F820200446084672B100211C330578AD
+:10B03000A54208D001319842CDB214BF0430103877
+:10B04000AA42F4D8002030BD1046FCE7A83B0020FF
+:10B0500010B5084C00232060142204F10C00FF21DD
+:10B0600084F82030C4E9010010F081F8012384F84D
+:10B07000213010BDA83B0020114B93F82020042A5A
+:10B080001BD89A68017811709A68417851709A6853
+:10B09000C178D1709A688178917093F8202001323C
+:10B0A00083F820209A6803F11C018A4214BF0432FD
+:10B0B00003F10C029A60012070470020704700BF26
+:10B0C000A83B0020094B93F8200068B15A6803F1AF
+:10B0D0001C018A4200F1FF3014BF043203F10C025C
+:10B0E00083F820005A600120704700BFA83B002071
+:10B0F00010B5074B93F820200446084632B1596832
+:10B10000FFF78CFF10B101234470837010BD00BFA6
+:10B11000A83B002030B50B4A92F82010536882F803
+:10B12000210069B1012502F11C04D978587001B9D8
+:10B130009D70A342916814BF0433103B9942F4D12F
+:10B1400030BD00BFA83B002008B5044B5968FFF78D
+:10B1500065FF003818BF012008BD00BFA83B0020D4
+:10B16000F7B50422174D044600210DEB020095F8B7
+:10B1700020700FF0FCFF0026F3B29F4201D803B00D
+:10B18000F0BD6B681B7823706B685B7863706B68CD
+:10B190009A783AB12B6820469B689847FFF792FF50
+:10B1A0000136E9E71A788DF804205A78DB788DF8B3
+:10B1B00005208DF80730FFF785FF01A8FFF75CFF3A
+:10B1C000EEE700BFA83B0020014B93F8200070473A
+:10B1D000A83B0020034B93F82000042894BF0020D4
+:10B1E00001207047A83B0020F0B5002489B0064636
+:10B1F0002A48CDE90444CDE90044CDE90244CDE933
+:10B2000006440068264C4FF0010C8DF810C0D0F8B1
+:10B2100000E0A645DDE90E5708D9634504D9022BA5
+:10B2200020D0082009B0F0BD8DF814C00B0CADF88B
+:10B2300016108DF81830ADF81A502B0C090E2D0E83
+:10B240008DF81C308DF815208DF819108DF81D50D3
+:10B25000134B02689A4284BF01238DF81F3026B930
+:10B260000020DFE78DF81430E0E710216B4606225E
+:10B270000DEB0100FCF7FEFB68B900F120030DEBBC
+:10B2800003023B5C12F8202C53403B540130C0B207
+:10B29000B042F2D3E4E70E20C4E700BFCC3B00206D
+:10B2A000000001010138062823D8DFE800F0040A75
+:10B2B0000E12161A1E00104B1B681B690B60002033
+:10B2C00070470D4B1B685B69F8E70B4B1B689B696C
+:10B2D000F4E7094B1B68DB69F0E7074B1B681B6A47
+:10B2E000ECE7054B1B685B6AE8E7034B1B689B6A4E
+:10B2F000E4E70520704700BFCC3B00202DE9F04378
+:10B30000C5B0DDE94C860C4617461D46814600282F
+:10B310004BD0B1F5807F4AD84FF48872002168463F
+:10B320000FF025FF49238DF80030002D3AD0214B36
+:10B330001B68DA68D3B2C2F307228DF802204FF4FB
+:10B340008072ADF804204FEA18428DF80820320CC4
+:10B350008DF80130ADF806800023ADF80A608DF855
+:10B360000C204946224604A84FEA1868360E8DF88C
+:10B3700003308DF80E308DF809808DF80D608DF852
+:10B380000F400FF0E0FE04F110014E9A3B4689B2E7
+:10B39000684610F007FA10B1012818BF0E2045B01A
+:10B3A000BDE8F0832B462A46C7E70920F7E70D20C2
+:10B3B000F5E700BFCC3B002010B5A8B10B4C3822FC
+:10B3C000002120600FF0D3FE2368094A1A60002094
+:10B3D0004FF0FF32C3E90302C3E90522C3E90722A4
+:10B3E000C3E909221A6310BD0820FCE7CC3B00200A
+:10B3F00000010101024B1B6818600020704700BF6C
+:10B40000CC3B002030B1044B1B68DB680133036088
+:10B410000020704709207047CC3B002081B10828EC
+:10B4200003D0092808D005207047064B1B8801333C
+:10B430009BB20B8000207047034B1B689B8DF6E787
+:10B4400009207047F63F0020CC3B002080B1094B1B
+:10B450001B6803F11C02426203F12002426503F102
+:10B4600024022833C0F88420C0F8B430002070478C
+:10B4700009207047CC3B002030B5044687B0002837
+:10B4800047D0274B1A68938801339BB2938000F111
+:10B490000E05C3820023CDE90233CDE9043308222F
+:10B4A000062329460DF109008DF808300FF055FEEE
+:10B4B0000222012102A810F090F990B9CDE9020012
+:10B4C000CDE904000523082229460DF109008DF875
+:10B4D00008300FF042FE0322012102A810F07DF98E
+:10B4E00010B1122007B030BD204610F0A4FC90B976
+:10B4F00004F11803009321680123132210F04CF982
+:10B5000058B9204610F097FC003818BF0120000100
+:10B51000E8E70920E6E71020E4E70E20E2E700BFB5
+:10B52000CC3B002037B50446F8B1134D2B689A8DFB
+:10B530004FF6FF739A421AD010F0B1FC10B11020F0
+:10B5400003B030BD04F11C030093216802231422D0
+:10B5500010F022F968B9204610F0A1FC0028EED1C5
+:10B560002A68938D01339385EAE70920E8E71120E3
+:10B57000E6E70E20E4E700BFCC3B002037B50446E9
+:10B58000E8B1124D2A884FF6FF739A4219D010F095
+:10B59000BEFC10B1102003B030BD04F114030093C1
+:10B5A000216805230F2210F0F7F860B9204610F04B
+:10B5B000AEFC0028EED12B8801332B80EBE709206D
+:10B5C000E9E70420E7E70E20E5E700BFF63F0020AB
+:10B5D0002DE9F04F04468BB0884617461E46002BD7
+:10B5E0004CD05D4D2B68DB68834200F2B28096F848
+:10B5F0002020002A0CBF06220722834206D33046B1
+:10B6000010F0BDFC034608B310201CE0002301909D
+:10B610000093B36896F82810706A10F08EFA90B90B
+:10B620002B689B78012BEAD106F1100396F80CC029
+:10B63000CDE9004302460346B1680CF00F00FFF766
+:10B64000D3FD0028DBD00BB0BDE8F08FD5F800A00B
+:10B6500096F804C09AF802E03068B6F80890B2682C
+:10B66000ACF1040CBEF1010F1FFA8CF166D196F813
+:10B670000CE0CDE90433CEF3401E08B90920E2E71F
+:10B68000B1F5807F01D90D20DDE74FF0490B8DF832
+:10B6900018B0BEF1000F4DD0DAF830305FFA83FEFB
+:10B6A000C3F307238DF81C70170C120E8DF81A3097
+:10B6B0008DF821200023220C8DF81D308DF82420D8
+:10B6C0008DF82630220E04AB8DF8252000930A4613
+:10B6D0000523014606A88DF819E08DF81B80ADF80A
+:10B6E0001E908DF82070ADF822408DF827C010F024
+:10B6F00053F808BB05AA337B3179CDE90142B26822
+:10B70000009204393068C3F34013042289B210F068
+:10B710007AFA002897D1BDF81030059A43EA02431F
+:10B72000F362304610F02BFC00287FF46DAF2B68DD
+:10B73000DC6088E79E46B5E70E2084E706F12C071B
+:10B740000092CDE90147062210F05DFA0028E8D00A
+:10B7500079E7062077E700BFCC3B00202DE9F04FCA
+:10B7600087B08146109E884617461C46002E00F082
+:10B770009480002305A910460593FFF793FD20B19F
+:10B780000625284607B0BDE8F08F059B9C4201D8EE
+:10B790000133F5D1304610F0F3FA054600287ED18A
+:10B7A000404B13F82510494503EB850204D1B368DB
+:10B7B000434506D00225E4E70135052DF1D10B25DF
+:10B7C000DFE7DFF8E4A0F06ADAF80010337B89786D
+:10B7D00092F801B000293179CDF80080CDE901401F
+:10B7E000A1F10401C3F340139278306808BF00232D
+:10B7F00089B2FFF783FD05460028C2D196F82030B4
+:10B800000194002B4FF00103009396F82810706A02
+:10B81000434614BF5A46062210F08FF90546002809
+:10B82000AFD1DAF800309A78012A08D0013F062F0C
+:10B83000A7D8DFE807F0151A1E22262A2E00B9F134
+:10B84000040FF3D1307B1036CDE900463B4641462C
+:10B8500000F00F00FFF7C8FC0028E7D0054690E78E
+:10B86000DAF800301C611C638BE7DAF800305C61A9
+:10B87000F9E7DAF800309C61F5E7DAF80030DC61CE
+:10B880007FE7DAF800301C627BE7DAF800305C62B0
+:10B8900077E7DAF800309C6273E7092571E70F2536
+:10B8A0006FE700BF16090020CC3B002038B50546E5
+:10B8B0000FF08EFF044610B10E24204638BD002D37
+:10B8C000FBD1064B1B680146987810F0F0F9002870
+:10B8D000F2D110F087F90028EFD0EDE7CC3B002043
+:10B8E0002DE9F04304468FB089461646002A00F041
+:10B8F000AB80002900F0A8800025DFF85C81059569
+:10B900001D22294606A813F087FFD8F800308DF8CD
+:10B910001350FF2C9F8805D014F0FD0F0ABF4F4B2A
+:10B920009F8D1F880DF1130305AD029301953379A7
+:10B93000009333683A46494620460FF06AFF0028D4
+:10B9400040F084803068327929460FF0FCFB3046A5
+:10B9500010F0C8F900287BD1357AF279B3799DF8D7
+:10B9600013002D0445EA02251D43D8F800300128B4
+:10B970009A6803D1954203D803243EE09542FBD058
+:10B980009D60002110F093F90446002835D110F095
+:10B9900029F9044688BB9DF81330012B31D13B4671
+:10B9A0004A462946042010F06BF8002852D13B4645
+:10B9B0004A462946052010F063F800284AD13B4644
+:10B9C0004A462946062010F05BF8002842D13B4643
+:10B9D0004A462946072010F053F800283AD1D8F8F3
+:10B9E00000309DF813201D499A7000220A80DA6009
+:10B9F0004FF0FF32C3E904229A6120460FB0BDE840
+:10BA0000F083737AB27AF67A360446EA02261E4347
+:10BA100032463B462946072010F068F8D0B93B462D
+:10BA200032462946062010F061F898B93B46324666
+:10BA30002946042010F05AF860B93B4632462946A0
+:10BA4000052010F053F8C8E70924D6E70E24D4E700
+:10BA50000F24D2E70446D0E7CC3B0020F63F00207D
+:10BA600000487047030001022DE9F74F0C4692464B
+:10BA7000984607460FF038FC2E4EDFF8BCB0019018
+:10BA8000182313FB0A4A00254FF0FF39544507D10C
+:10BA9000002D14BF48464FF0FF3003B0BDE8F08FD3
+:10BAA00060680FF028FC0D9B228857BB642A38BFC2
+:10BAB0006422B3F5616F94462AD349F6AF218B42D5
+:10BAC0001E491F4B94BF31465B469842216104D208
+:10BAD000A268934201D162681AB9019AE160C4E98F
+:10BAE00001230F9B03FB0CF2E368934203D8B8F1E8
+:10BAF000000F12D18FB1012323751D44EDB218340C
+:10BB0000C4E7B8F1000F06D0012A38BF01229446DD
+:10BB100031463346D9E7E660F6E700238A422375CB
+:10BB2000EDD2A268824228BF131A994528BF9946D0
+:10BB30000135E3E780EE3600809B820770460D00FA
+:10BB4000803F5C02024B03FA00F0B0FBF1F070475B
+:10BB500040420F0051F82000054B984205D0054B9C
+:10BB6000C31A58425841400070470120704700BF37
+:10BB700090D0030020A10700F0B5114B85B00C4612
+:10BB800010491F560546FFF7E5FF0F4BE4B25E6A0A
+:10BB9000072D4FF00103CDE9024301460AD10522EA
+:10BBA0000023CDE900234FF47A727A431846B04758
+:10BBB00005B0F0BD08220020CDE900203A46F5E7A7
+:10BBC000272C0300D40B03008C0A030038B5194B53
+:10BBD0001B6A04460D46984758B1174B174A234431
+:10BBE000934207D9164B174A234493420CD800239B
+:10BBF0002B7038BD0223FBE70123F9E70523F7E7A4
+:10BC00000323F5E70423F3E70F4B104A2344934241
+:10BC1000F2D90F4B0F4A23449342EFD90E4B0F4AF0
+:10BC200023449342ECD90E4B0E4A23449342E9D964
+:10BC30000020DEE78C0A030040AA8FCC7F841E0020
+:10BC4000C02571CCC0C62D00FF5E43CCBF270900C4
+:10BC5000A0B038CC20A1070040022ECC90D0030029
+:10BC6000606E29CCE09304001FB500230093037895
+:10BC70000B3B2C2B62D8DFE803F02C2F3136383BFE
+:10BC80003E414447614F615155595B61615E6517A3
+:10BC9000616161616161616161616161614F676C95
+:10BCA00061614F6C616E720043788DF80430072338
+:10BCB0008DF805304FF48053ADF806302B4B1B68E0
+:10BCC00001A803F1C002CDE9022310F03AFC009074
+:10BCD00034E04023009331E02023FBE790F901306A
+:10BCE000234AD35CF6E70123F4E740F6B833F1E7E3
+:10BCF0004FF47A73EEE74FF4FA63EBE741F28833DF
+:10BD0000E8E741F27073E5E71A484FF47A710FF0F3
+:10BD10000DFA00F5FA60DAE7174BDBE7134B1B6807
+:10BD2000C033D7E7114B1B68C233D3E71023D1E7E9
+:10BD30000E4B1B68CEE74FF083430093009805B08D
+:10BD40005DF804FB0D4BF8E740F21113ADF800303D
+:10BD5000F4E70323BEE790F90130094AC1E7094936
+:10BD600090F90100FFF7F6FEB1E700BFD43B0020D9
+:10BD70001F2C030018FCFFFF08E6D3339A990940F3
+:10BD8000272C0300D40B030037B50B4B02781B683C
+:10BD90000C2101FB02335B7A03EB4304074B1D6864
+:10BDA00003690093C3684278816805EBC40010F012
+:10BDB00071FA03B030BD00BFD43B0020D03B00205F
+:10BDC00030B5A5B004468E2200210DF1020013F01B
+:10BDD00023FD4FF47A72ADF83020ADF87820227B45
+:10BDE00064230A21012AADF80030ADF81830ADF80F
+:10BDF0004810ADF860302ED0022A36D04ABB2368F6
+:10BE00003BB363682BB31E4DA0682B601D4B902283
+:10BE1000694618600FF097F91B4B2C6893E80700F0
+:10BE200084E8070003F10C0207CA04F10C0518337B
+:10BE300085E8070093E8070004F1180585E8070086
+:10BE40002146072321F8C23F012204F1C00010F06F
+:10BE500012FA25B030BD0A4B186800234360036115
+:10BE6000C36100F1C201C030F1E7054B1B68B3F8B4
+:10BE7000C020B3F8C2100A43A3F8C020E9E700BF0E
+:10BE8000D43B0020D03B00209C04030008B502797D
+:10BE90001AB1012A0BD0002008BD084B01681B68AD
+:10BEA000012203F1C00010F0E6F90120F4E7034B92
+:10BEB00001681B6803F1C200F5E700BFD43B002016
+:10BEC000F7B50728144D1C46A8BF072058700E462A
+:10BED00029461746FFF73EFE94F90130A070072B64
+:10BEE00013D1322010F04FFA0C4BDB6D054698470A
+:10BEF00004F10C0208340346019200943A4631469C
+:10BF0000284610F045FA03B0F0BD054A55F8231055
+:10BF1000D05CFFF717FEE7E7D40B03008C0A0300A1
+:10BF2000272C03002DE9F0472F4F90F901607B6823
+:10BF3000D0F804908AB00546884698470446002801
+:10BF400050D1AB7C73B9294A2B78126803EB4303B9
+:10BF5000990002EB8303D3F80490B9F1000F01D1EB
+:10BF600052F80190224B484613F906A0FB68984707
+:10BF70006B7C2A89D7F818900993072E21D10023CA
+:10BF80000121CDE902231B4A0693CDE90431CDE915
+:10BF900007330521CDE900214FF47A7202FB0AF242
+:10BFA0004CF250311846C847134B995D7B6D0D31EB
+:10BFB0002046C9B2984788F8006001200AB0BDE861
+:10BFC000F087002101240823CDE90013CDE90714EF
+:10BFD000CDE90511CDE903110292A9782346524615
+:10BFE0002046E0E70020E9E78C0A0300D43B00206C
+:10BFF000272C0300854501001F2C03002DE9F04F7D
+:10C00000DFF8EC9090F9013092463A4A12F903B009
+:10C010000278D9F800300C2505FB0233364A5B7AEA
+:10C02000126803EB43038DB002EBC30304460B918C
+:10C0300090F9020093F9021010F09EFA2F4906467B
+:10C0400094F90100FFF786FDA268616880463046DA
+:10C0500010F0C6F92278D9F80010DFF8A4906A43EE
+:10C06000D9F80C30074688589847D9F81C309C46B8
+:10C0700094F901300025072B4FF47A63CDE907537B
+:10C08000CDE9055523D10123CDE903530523CDE99E
+:10C0900001534FF47A7303FB0BF300933946434685
+:10C0A00046F2A81228466746B847A18994F90100CC
+:10C0B000FFF762FDCAF80000D9F85430217B28460A
+:10C0C00098470B9B01201E700DB0BDE8F08F01203A
+:10C0D0000823CDE90350CDE901032A46CDF800B08D
+:10C0E000654643463946A84701200546DDE700BFBF
+:10C0F000D43B0020272C0300D03B0020D40B0300AE
+:10C100008C0A03002DE9F04F8DB0002405468A46C5
+:10C11000914698460294ADF80C40ADF806400726CB
+:10C120004FF0010B2B7AA34206D9686802A920447C
+:10C1300010F0C4F8002853D1AB7A8DF815309DF873
+:10C1400009308DF816309DF80A308DF817309DF8BB
+:10C1500008308DF81830EB7A8DF819302B7B8DF87C
+:10C160001A306B7B8DF81B3010238DF814608DF81E
+:10C170001C303A4E0DF1060308934FF4E063ADF81E
+:10C18000243033680A930723ADF82C302B680493CE
+:10C190000DF10A0202AB0DF1090104A810F0A8F894
+:10C1A000072805460AD1306802220021C0300EF06F
+:10C1B000DEFF3368BDF80620A3F8C0209DF80930E3
+:10C1C0008AF800309DF80A3089F800309DF8083070
+:10C1D00088F80030169B28461C700DB0BDE8F08F23
+:10C1E0009DF80B30BDF80C70ADF806702044C4B259
+:10C1F000F3B917B3194A00201168072602464FF019
+:10C200000C0C062B1BD10CFB00FE51F80EE0BEF10E
+:10C21000000F04D00BFA00F23A4397B2012201302A
+:10C220001028EED1002A3FF47DAFADF8067079E713
+:10C230005A1E042A01D9062BDCD0062672E747FADB
+:10C2400000FE1EF0010FEAD00CFB00FE51F80EE0DC
+:10C25000BEF1000F08BF0626E1E700BFD43B002077
+:10C2600013B50446002023788DF807000F2B1CD847
+:10C2700060680DF10701FFF7A9FC23780D4A58B15A
+:10C28000126803EB430302EB830152F8233073B1CE
+:10C2900063684B60032007E00C2112684B430220C7
+:10C2A000D3580BB900F0010040B202B010BD03201A
+:10C2B000F8E700BFD43B00202DE9F041394D04469A
+:10C2C000286896B00E46904600211F46012207239B
+:10C2D000C030CDE90411CDE906118DF80C108DF8B0
+:10C2E0000D10ADF80E300FF0A8FF30B92A68B2F883
+:10C2F000C03043F00703A2F8C0302A68637A8DF893
+:10C30000203002F1C001CDE90912274A94F9083022
+:10C3100012680B921022ADF830200DF10E020D9232
+:10C3200022680E9262680F92D4E90301A27A8DF816
+:10C33000402006228DF8412011AA82E80300227DC8
+:10C34000E18A8DF8213018468DF84C20FFF714FC57
+:10C3500008AB15930DF10D0314900093CDF80480F4
+:10C3600003AB04AA39460EA810F0A7F8044678B922
+:10C370009DF80C1001390EF0D9FE00F158030DEBB9
+:10C38000030010F8483C3370204616B0BDE8F08139
+:10C390000C2801BF2A68B2F8C03043F00703A2F8A6
+:10C3A000C030F1E7D43B0020D03B0020F7B5067940
+:10C3B0000027022E05468DF8077032D90F2E4DD872
+:10C3C0000368187A40F303000722394640B20FF0A1
+:10C3D00012FF2B680446187A40F3031007223946EF
+:10C3E00040B20FF008FFB0B1B4FA84F464092B68CE
+:10C3F00018681B7A43F3030243F3031352B25BB290
+:10C400009A420DF1070108DDFFF7E0FBC0F10600DD
+:10C41000C0B203B0F0BD0124E9E7FFF7D7FB10B9C4
+:10C42000F4B10620F5E7ECB90F4F29683B6806EB3D
+:10C43000460003EB80000C220EF085FE3A689DF862
+:10C4400007100C2303FB062320465972B2F8C010D4
+:10C450000123B3400B43A2F8C030DAE70320D8E74A
+:10C460000420D6E70520D4E7D43B002010B401789F
+:10C4700002290DD9084B18680C234B43C41800221D
+:10C48000C250C4E90122C03010BC10220FF0BCBE63
+:10C49000002010BC704700BFD43B002008B5044802
+:10C4A00012F0E6FB00280CBF6FF01200002008BD60
+:10C4B000680003000E4B402970B528BF40210D4C89
+:10C4C00046181D46B04203F1020304D1002305F8CB
+:10C4D0001130074870BD02781209A25C03F8022CE3
+:10C4E00010F8012B02F00F02A25C03F8012CE9E71F
+:10C4F000344100208E2C030030B503788BB0044605
+:10C5000007AD032B21D8DFE803F0021A1C1E1249E5
+:10C51000284613F097FA059563780493A37803935C
+:10C52000E37802932379019363790093A3790B4A0B
+:10C530000B481E210DF093F909480BB030BD094995
+:10C54000E6E70949E4E70949E2E7094A0A212846FA
+:10C550000DF085F9DFE700BF492C03006B2C0300C9
+:10C5600016410020502C0300572C0300612C0300BF
+:10C570005C3B030030B50A4D0A4B85B000242846C9
+:10C580000293039412F0C2FD02AB009328460649C1
+:10C590000A234FF4A3620AF091F9204605B030BD9A
+:10C5A000281F00209F2C0300C84500200146014899
+:10C5B0000AF0C2B9281F00200378012B30B513D030
+:10C5C000022B27D07BB9194B0A4603F1100453F80C
+:10C5D000045B42F8045BA342F9D11B7813704388D3
+:10C5E0004B731B0A8B7330BD104B0A4603F11004CA
+:10C5F00053F8045B42F8045BA342F9D11B78137033
+:10C6000043684B73C3F307221B0CCB731B0A8A735B
+:10C610000B74E8E700F1100350F8042B41F8042BE9
+:10C620009842F9D103780B70DDE700BFA82C030016
+:10C6300038B50546054811F035FA044620B1012108
+:10C640000C3011F088FA2576204638BDE40B002026
+:10C65000132810B50CD10A4811F024FA044628B169
+:10C6600001210C3011F077FA01232376204610BD0A
+:10C6700009B10448F0E7BDE810400120FFF7D8BF3A
+:10C68000100C0020600B0020C368034A1B7803488D
+:10C69000022110F0A6B800BFC12C03004C03030018
+:10C6A00037B502EBC303044608469A4202D16FF045
+:10C6B0005E0010E0114611F8085BA54211D1038A13
+:10C6C0005178994209D90848084A009401210DF08F
+:10C6D00017FF6FF0150003B030BD53689847002076
+:10C6E000F9E70A46E1E700BF4C030300E92C030029
+:10C6F00070B5C6683378B6F8014083B90F2120467B
+:10C7000002F0DEF8F378054650B90A4A118831B9CB
+:10C710006FEA04506FEA10501080074A137070BD22
+:10C720004372012101F0B0FF2846BDE8704001F0DE
+:10C7300073BF00BFF83F0020B541002070B5C3684B
+:10C740001D78BDB9B3F801600F21304602F0B8F88A
+:10C75000044638B93346084A0848BDE8704001210C
+:10C7600010F03FB8294601F08FFF2046BDE8704029
+:10C7700001F052BF70BD00BF0B2D03004C0303003E
+:10C7800010B5C368B3F801400121204602F098F8C3
+:10C7900038B92346054A0648BDE81040012110F08B
+:10C7A00020B8BDE8104001F037BF00BF312D0300B5
+:10C7B0004C03030010B5C3681C880121204602F019
+:10C7C0007FF838B92346054A0548BDE810400121E5
+:10C7D00010F007B8BDE8104001F01EBF312D030076
+:10C7E0004C03030010B501210C3011F0DFF9BDE856
+:10C7F00010400378024A034801210FF0F2BF00BF46
+:10C80000552D03004C030300014610B5084811F0F4
+:10C810004FF90849084812F04EFC031E06DABDE83D
+:10C820001040064A064801210FF0DBBF10BD00BFD3
+:10C830000C04002064050020C01F0020772D030099
+:10C840004C03030010B5084C0146062294F86F0013
+:10C8500002F088F938B994F86F000449BDE8104037
+:10C86000052202F07FB910BDC80200202F2C030062
+:10C87000024A034801210FF0B6BF00BF942D030008
+:10C880004C03030098B5012100AF04460C3011F0B1
+:10C890008DF9104A007800232146FFF701FF5F3031
+:10C8A00015D1218AE068FFF705FE6C4688B06A461C
+:10C8B000094BC2E905304FF400739383074B42F8EC
+:10C8C000103F07484FF4E4510FF09EFFA546BD46C8
+:10C8D00098BD00BFDC0C0300AE2D03000300000177
+:10C8E0004C030300B0B50B460D8A00AF0446294641
+:10C8F000D868FFF7DFFD8AB06A46094BC2E9053404
+:10C9000040F202439384074BC2E907504FF432517F
+:10C9100042F8103F04480FF077FFBD46B0BD00BF9E
+:10C92000D22D0300050000014C03030010B50121C6
+:10C9300004460C3011F03AF92146034A0078BDE86C
+:10C94000104007230FF063BFA40C030070B5C56847
+:10C95000B5F801600121304601F0B2FF044638B954
+:10C9600033460D4A0D48BDE8704001210FF039BF34
+:10C970002B783BB9D5F80330C0F8AD30D5F8073087
+:10C98000C0F8B130201D4FF480510FF02EFF20462B
+:10C99000BDE8704001F040BE312D03004C030300A0
+:10C9A00073B53E4811F099F80446002873D0017E13
+:10C9B000012945D003296BD1038A032B02D8384AB9
+:10C9C000012141E004210C3011F0F0F8FF234288EE
+:10C9D00006886376238AC6F30B009A42608309D0E7
+:10C9E000304800920121304A0DF08AFD204604F0C3
+:10C9F0005BFA12E00F2101F063FF054610B9638B6B
+:10CA00002A4ADDE701F07CFF320B6076214628469A
+:10CA100001F00AFD284601F0FFFD254BD3F8443113
+:10CA2000002B38D02349244812F045FB031E32DA8C
+:10CA3000224A1C48012102B0BDE870400FF0D1BE6F
+:10CA4000038A012B04D81E4A16480FF0CAFECDE710
+:10CA500002210C3011F0AAF8054600780FF0AFFE65
+:10CA600010F002060DD1174A1749184840F6FB236B
+:10CA70000CF023FF86F31188BFF36F8F0323184652
+:10CA800002DF134A2878042321460FF0C0FEADE7E9
+:10CA9000104A0B4694E702B070BD00BF0C040020A2
+:10CAA000F42D03004C030300152E0300392E030060
+:10CAB000C802002064050020C01F0020772D03005D
+:10CAC0005B2E0300772E0300AB2E0300D92E03004C
+:10CAD000840C0300F62E03002DE9F74FDFF828A1A0
+:10CAE000BFF35B8F80468946174600235AE8004F04
+:10CAF0004AE80032002AF9D1BFF35B8F264644B9D9
+:10CB0000424A43484346012103B0BDE8F04F0FF0CD
+:10CB100068BE204604F01CF93E4D4FF00C0B0BFB99
+:10CB20000050438843451FD0204604F011F90BFB09
+:10CB300000504388384A00933548434601210DF0A0
+:10CB4000DFFCBFF35B8F5AE8003F4AE80062002A2F
+:10CB5000F9D1BFF35B8F002B53D01E46304603B094
+:10CB6000BDE8F04F04F0A0B9A7420ED0204610F067
+:10CB700094FF04F10C0801212176404610F0EBFFF0
+:10CB80003A8AF968404610F0F0FF204604F0E0F8D9
+:10CB90000C2707FB00504368ABB1B9F1000F12D16D
+:10CBA000204604F0D5F807FB005001214268D2E985
+:10CBB0000003127A03F01F07B9405B09DAB100EBFA
+:10CBC00083000FF012FE204604F0C2F80C2707FB8A
+:10CBD00000508368002BC1D0204604F0B9F8784398
+:10CBE00005F80090204604F0B3F807FB0055A8684C
+:10CBF00009F084FCB2E7C94300EB83000FF015FE97
+:10CC0000E1E703B0BDE8F08F080400200A2F03001D
+:10CC10004C030300D83B0020322F030038B5042119
+:10CC200004460C3010F0C2FF034640885D7818B10E
+:10CC300019782246FFF750FF25B10348BDE8384078
+:10CC400009F05CBC38BD00BFF003002070B50321C3
+:10CC500004460C3010F0AAFF0578B0F80100E36834
+:10CC600040F6354290421B7806D1BDE87040084A34
+:10CC7000084802210FF0B5BD18B122461946FFF74A
+:10CC80002BFF25B10448BDE8704009F037BC70BDEA
+:10CC9000652F03004C030300F00300202DE9F84F3B
+:10CCA000C668018A3478012303EB84038B4200AF0A
+:10CCB00040F283806D468AB06A464248C2E9073135
+:10CCC0000523C2E905044FF4215142F8103F3E48C4
+:10CCD0000FF09AFDAD46BD46BDE8F88F3B4A3A4895
+:10CCE0004B4601210FF07DFD013533789D42F2DA8C
+:10CCF00006EB85030F21B3F80190B3F803404846D3
+:10CD000001F0DEFD82460028E8D04FF0000900F176
+:10CD1000280B1CB3EFF3118188F31288BFF36F8FD8
+:10CD2000DAF81C2072B1013ACAF81C2081F311888C
+:10CD3000BFF36F8F504601F039FB013C09F0DEFB79
+:10CD4000A4B2E6E7DAF8142062B981F31188BFF3E0
+:10CD50006F8F1F4A1C4801210FF045FD504601F01E
+:10CD60005BFCC1E7DAF818001368CAF81430824295
+:10CD700008BFCAF8183081F31188BFF36F8FEFF343
+:10CD8000118088F31288BFF36F8FD168CAF81C1026
+:10CD9000C2F80C90C2F80090DAF8241049B9CAE938
+:10CDA000082280F31188BFF36F8F584609F080FD89
+:10CDB000C0E70A60CAF82420F3E700254FF04008D6
+:10CDC00093E700BF9B2F03004C030300C52F030014
+:10CDD000E12F030073B5C568B5F801600121304645
+:10CDE00001F06EFD044640B92B4A2C483346012120
+:10CDF00002B0BDE870400FF0F4BC2B781A2B00F1A4
+:10CE0000040619D1C378012B2AD14FF48061304632
+:10CE10000FF0EBFC42050FD4D4F8A0300093694624
+:10CE2000D4F8A8300193204602F0B0F8204602B0B2
+:10CE3000BDE8704001F0F0BB2B788BB9B5F803303A
+:10CE4000A4F89E30B5F80530A4F8A430B5F8073042
+:10CE5000A4F8A6306FF4807130460FF0E6FC17E0BE
+:10CE6000BFF35B8F6368BFF35B8FDB05F2D52B7875
+:10CE7000202BEFD194F8AC30002BEBD0013B84F8A1
+:10CE8000AC304FF42032002304F1580009F07EFD4D
+:10CE9000204601F073FDC9E7312D03004C03030068
+:10CEA00010B5C1E900239DF808300B720C4603F061
+:10CEB0004FFF034B0C2202FB00335C6010BD00BF30
+:10CEC000D83B00202DE9F0474FF0FF3206464FF0E7
+:10CED000FF331848884610F0E5FD044638B300F1EA
+:10CEE0000C0701214FF00009384610F034FE84F899
+:10CEF0001890204603F02CFF0F4D4FF00C0A0AFB50
+:10CF000000504680204603F023FF0AFB0050C0F883
+:10CF10000890204603F01CFF0AFB00550321384609
+:10CF2000C5F8049010F01BFE068080F802802046B1
+:10CF3000BDE8F087B80B0020D83B00202DE9F04178
+:10CF4000074688B016460C4621B9FFF7BBFF0446DA
+:10CF5000002854D002AD01220021284612F003F827
+:10CF6000204603F0F5FEDFF8A4800C2303FB0080CD
+:10CF70008560204610F0C9FD0146254810F0C3FD2C
+:10CF80004FF4A0222846002309F0DCFA054698B1A8
+:10CF900040F24D131F4A204920480CF08EFC2048D7
+:10CFA0002A4639460CF089FC002383F31188BFF32D
+:10CFB0006F8F0323184602DF204603F0C9FE0C23BF
+:10CFC000584318F8005095B1164A174800953B464B
+:10CFD0000221093D0DF094FAEDB2204603F064FF02
+:10CFE000092D0FD8114B585708B0BDE8F08116B184
+:10CFF00034600020F8E7204603F056FFF9E76FF0B1
+:10D000006800F1E76FF00400EEE700BFD83B0020B6
+:10D0100014040020772E0300F82F0300D92E0300FC
+:10D02000013003002D3003004C030300553303008F
+:10D0300073B506460D4601AA002142F22F00FFF704
+:10D040007DFF044638B1154A154801210FF0CBFB8E
+:10D05000204602B070BD0198C368B3F80120328049
+:10D06000B3F803302B8003F01FFF3388A3F11B02BA
+:10D07000E02A04D90B4A0A4802210FF0B2FB2B88A0
+:10D08000A3F5A47292B244F248118A42E0D9064A4A
+:10D09000034802210FF0A5FBDAE700BF4930030087
+:10D0A0004C030300693003008E300300F7B5144BC6
+:10D0B00093F99B30002B05460C461DDA14B9204627
+:10D0C00003B0F0BD082C01AA4FF0000142F2180095
+:10D0D000264628BF0826FFF731FF0028F0D1019F20
+:10D0E000F96832460131284612F088FB384603F0D1
+:10D0F000DBFE3544A41BE1E76FF08500E0E700BFED
+:10D10000C80200202DE9F04F89B0A24BB0F8019081
+:10D110001988047849F4704291424FF0000604BF28
+:10D120001E809D4B02AF08BF1E7805462CB33C2CD9
+:10D130001CD101F045F86FF0800110300FF075FB45
+:10D140000020FFF77FFB054640B9944A944801212F
+:10D150000FF049FB1C37BD46BDE8F08F447200213B
+:10D1600001F092FA284601F057FAF3E78D4A8C480D
+:10D17000234602210FF035FBECE7C378012B08BFF3
+:10D18000894B00F10408404608BF93F86F400FF048
+:10D1900012FB414650B307F110000FF001FBD5F828
+:10D1A0001130C7F80930B5F81530A7F80D304FF039
+:10D1B000010AEB78012B2ED04046FFF79DF96C4613
+:10D1C00088B002AA794BC2E905304FF4007393830B
+:10D1D000774B42F8103F72484FF4E2510FF014FBC6
+:10D1E0001321A54648460FF02CFBB3E720460FF06D
+:10D1F000D6FB0346006838619A889B796868BA82D2
+:10D20000BB75B8F8042098F8063095F804A0B8600B
+:10D21000BA81BB73CDE707F11000FFF713FBEB7882
+:10D22000012B04460AD100F0CBFF6FF0800183464A
+:10D2300010300FF0FAFA58460FF00FFC002CBBD05C
+:10D240002346B5F8012023F8882B3869BA7DB98ABE
+:10D25000C4F888009A719980B5F81730A4F89E3008
+:10D26000B5F81930A4F8A430B5F81B30A4F8A630EE
+:10D27000EB78E3700022012B627220D187F808A0BE
+:10D28000BA89BB7BB868A4F8932084F89530C4F8B9
+:10D290008F0000F095FF237A434AC3EBC30399182C
+:10D2A000D358C4F896308B88A4F89A308B7984F8D8
+:10D2B0009C30D2F8E4305D0601D500F085FF0721EF
+:10D2C000204601F0E1F926B166720121204601F005
+:10D2D000DBF920460FF00EFCA37A072B55D1BFF3E4
+:10D2E0005B8F6368304EBFF35B8F13F4805F20D198
+:10D2F000E3781BB196F8D83018071AD5022142F20C
+:10D300001600FFF7DFFD0546002840D002210C3053
+:10D3100010F025FC238803800022294642F21600E3
+:10D32000FFF70CFE034620B1224A1D4801210FF0F1
+:10D3300058FA96F8D930D9070DD5022300211A469C
+:10D34000009120460FF0B6FA034620B11A4A14485D
+:10D3500001210FF046FA96F8D8309A0615D5D6F87E
+:10D3600064319B689B0710D5B91D381DFFF760FE1F
+:10D3700058B9FA88B98820460FF07EFA034620B1E2
+:10D380000E4A074801210FF02CFA2046EBE66FF019
+:10D390006803C9E7F83F0020B5410020B130030021
+:10D3A0004C030300D2300300C8020020EB3003001E
+:10D3B0000300000107310300283103003F3103005F
+:10D3C00000B5C36889B01A788DF80020B3F8012041
+:10D3D000ADF80120DA788DF80320B3F80B20ADF812
+:10D3E0001720B3F80D20ADF81920B3F80F20ADF8D1
+:10D3F0001B205A7C8DF81D20586801901A899B7A51
+:10D400008DF80A30094BADF8082068461A689B88E9
+:10D41000CDF80B20ADF80F30CDF81120ADF8153058
+:10D42000FFF770FE09B05DF804FB00BF432C03005A
+:10D4300070B50C4D06460FCD8EB06C460FC40FCDA7
+:10D440000FC40FCD0FC495E803000D2E84E8030030
+:10D450009BBF0EAB03EB8606034856F8380C0EB0A4
+:10D4600070BD00BFC00403001E230300024BD3F8AD
+:10D4700064315B69184700BFC802002038B5054613
+:10D480000C4619B9FFF71EFD0446C8B140F63543F6
+:10D490009D420FD12046FFF7E9FF054640B1034604
+:10D4A000094A0A4801210FF09CF9204603F0FCFCD0
+:10D4B000284638BD0648214610F025FB0025F7E731
+:10D4C0006FF06805F4E700BF5B3103004C03030015
+:10D4D0001404002073B5C368D9789A781E8842EA8C
+:10D4E0000122ADF8002059791A7942EA0122ADF8FB
+:10D4F0000220D9799A7942EA0122ADF804201A7AF9
+:10D500005B7AB4B242EA032301212046ADF806302B
+:10D5100001F0D6F9054658B91C481D4A0121234699
+:10D520000FF05FF9022120460FF010FA02B070BD33
+:10D53000694601F06FFA38B91E2120460FF006FA4D
+:10D54000284601F069F8F1E70E2142F22000FFF7CA
+:10D55000B9FC04460028F3D00E210C3010F0FFFA7D
+:10D5600000230680C0F80A30BDF800304380BDF8C3
+:10D5700002308380BDF80430C380BDF806300381DB
+:10D58000214642F22000FFF779FFD9E74C03030060
+:10D59000312D03002DE9F843044600F10C06304616
+:10D5A00010F014FBB4F81080B8F1010F05460AD84A
+:10D5B0001A4A1B48434601210FF013F92046BDE8E3
+:10D5C000F84303F071BC3046022110F0EFFA074631
+:10D5D00000780FF0F4F810F0010906460DD1114A59
+:10D5E0001149124840F656730CF067F989F3118817
+:10D5F000BFF36F8F0323184602DF05230C4A3878E8
+:10D6000021460FF004F9B307D8D56369A4F8108058
+:10D6100013FA85F5E560BDE8F88300BF5B2E0300D3
+:10D620004C030300772E03007D310300D92E030045
+:10D630005C0C030038B5044609F0FAFB237E012B8D
+:10D6400005D0032B14D12046FFF7DEF80BE0E3688A
+:10D6500018780FF0B4F8C207054602D52046FFF748
+:10D6600099FFAB07EFD4002409F0F6FB204638BD44
+:10D67000054A064801210FF0B4F8204603F014FCD7
+:10D680006FF01504F0E700BF963103004C03030070
+:10D69000084A0346D2F8640130B9D96839B15969EA
+:10D6A00029B1C2F8643170476FF0770070476FF0AE
+:10D6B00015007047C80200202DE9F84F3D4C3E4848
+:10D6C0003E4D00AF04210FF090F8E2793C4B20462C
+:10D6D000012A88BF1D466E46FEF70EFF8AB06A46D5
+:10D6E000384BD061C2E90535374B1362374B42F8EE
+:10D6F000103F3748DFF8DC80DFF8D4904FF4235137
+:10D700000FF082F8B546344EA3460125E3799D42D9
+:10D710000BF1070B38DB94F870502846FFF788FEB2
+:10D720006E468CB0B4F87210B4F876306A46DFF802
+:10D73000ACC05362C2E90751294B4FF40075C2E9EE
+:10D7400005C015854FF4535142F8103F20480FF0A3
+:10D750005BF8B54694F871603046FFF769FE8AB011
+:10D76000B4F874306A461F499584C2E907631E4BBA
+:10D77000C2E9051042F8103F15484FF433510FF03D
+:10D7800043F8BD46BDE8F88F5846FEF7B5FEEA46B9
+:10D790008AB06A4640F20133C2E90565D06113845C
+:10D7A0004FF4135142F8108F48460FF02DF8013511
+:10D7B000D546ABE7C80200209C030020A82B03003D
+:10D7C000AA310300AE31030000020103040000028D
+:10D7D0004C03030004000001BD310300CE310300FF
+:10D7E000060000010C32030005000001F0B5BC4D3D
+:10D7F00083B0D5F86431996811F0010100AF21D1EF
+:10D800003A1D40F60340FFF799FB044600286FD10C
+:10D810007868C3681B789BB9BFF35B8FD5F8D430A9
+:10D82000BFF35B8F05F1D40203F00903BFF35B8FF5
+:10D8300052E8001F42E80034002CF9D1BFF35B8F9F
+:10D8400003F032FB3A1D002141F20300FFF776FBA3
+:10D85000044600284CD17B68A24EDA68D2F8010059
+:10D86000D2F8051003C6184603F01EFB21463A1DE8
+:10D8700041F20100FFF762FB0446002838D17868C6
+:10D88000C3685A7885F870205A88A5F872201A79EA
+:10D8900085F87120B3F80720A5F87420B3F8053097
+:10D8A000A5F8763003F000FB21463A1D41F2020054
+:10D8B000FFF744FB0446D8B9D7F804C0DCF80C20C5
+:10D8C000531C413218685968344603C408339342E4
+:10D8D0002646F7D1604603F0E7FA95F87C305E06FD
+:10D8E0000AD4814A814801210EF07DFF6FF01204B5
+:10D8F00020460C37BD46F0BD3A1D002142F2030020
+:10D90000FFF71CFB04460028F2D17B68784EDA68EA
+:10D91000D2F80100D2F8051003C6184603F0C4FA85
+:10D9200021463A1D42F20200FFF708FB0446002898
+:10D93000DED17C68E368B3F8012091B249B1D978AF
+:10D9400039B1A5F80421DA78114606F1280011F062
+:10D950000AFB204603F0A8FA95F87C601F2316F016
+:10D960002006A5F8203118D1022140F66D40FFF7BE
+:10D97000A9FA0446002800F0A68002210C3010F01D
+:10D98000EEF80123037046702146324640F66D40A2
+:10D99000FFF7D4FA04460028AAD195F89C301C075A
+:10D9A00012D53A1D002142F21C00FFF7C7FA0446C7
+:10D9B00000289DD17868C368D3F80120D3F80530DA
+:10D9C000C5E9382303F070FA95F8D830980620D5C9
+:10D9D000B91C3846FFF72CFB0446002888D10421E7
+:10D9E00042F22400FFF76EFA064600286BD00421AD
+:10D9F0000C3010F0B4F83B8803807B8843802246CB
+:10DA0000314642F22400FFF799FA044600287FF4D9
+:10DA10006FAF082142F20100FFF754FA04460028D4
+:10DA200051D008210C3010F09AF895F8D82012F057
+:10DA3000020F14BF2F230F23910695F8D92048BF5A
+:10DA400043F0400312F0090F18BF43F400630022B3
+:10DA50000370C3F3072343708270C2700271427176
+:10DA60008271C271214642F20100FFF767FA044653
+:10DA700000287FF43DAF95F87C30B5F804119A0684
+:10DA800024D4C9B93A1D41F20500FFF757FA0446FC
+:10DA900000287FF42DAFB5F804317C684BB9E368FA
+:10DAA000B3F80120A5F804219A881248114611F014
+:10DAB0005AFA204603F0F8F9082140F60140FFF732
+:10DAC00001FA0446D0B96FF0680411E70029F3D1D8
+:10DAD000094A064801210EF086FE6FF0040407E7AC
+:10DAE000C802002040030020333203004C0303002F
+:10DAF000A0030020D00300205732030008210C307F
+:10DB000010F02DF8102303708823002243700226A2
+:10DB100020238270C670027142718271C3712146E6
+:10DB200040F60140FFF70AFA044600287FF4E0AE11
+:10DB300001463A1D4FF60140FFF700FA98B1504AEE
+:10DB4000504802210EF04FFE00F0D4FA044600289F
+:10DB50007FF4CEAE01F0EAF8044600287FF4C8AEA8
+:10DB6000FFF7AAFDC4E67B68DC68B4F80130032B3C
+:10DB700096BF454A454952F823106E468AB06A4618
+:10DB80004348D3614FF400731384424BC2E905014B
+:10DB900042F8103F3B484FF413510EF035FEB4F8F5
+:10DBA0000120B4F80330022AB54649D1052B47D8E5
+:10DBB000394A52F823106E468AB06A463748D36114
+:10DBC0004FF400731384334BC2E9050142F8103F50
+:10DBD0004FF413512B480EF017FE637994F806C0EA
+:10DBE000D4F80900032BB54698BF2D4AB4F8076056
+:10DBF00094BF52F8231025496C468CB06A46DFF872
+:10DC0000A4E0C2E9073C4FF400739385264BC2E9B8
+:10DC100005E1C2E909604FF4735142F8103F194819
+:10DC20000EF0F2FDA546786803F03EF93A1D00219A
+:10DC30004FF60240FFF782F9044618B11B4A7FE70E
+:10DC40001249B8E77868C368B3F80130A5F8C13065
+:10DC500003F02AF995F8C1305B077FF575AF3A1DDF
+:10DC600021464FF60340FFF769F908B1104A67E70C
+:10DC70007868C3685B7885F8C03003F015F963E70E
+:10DC80007A3203004C0303004C0C03001E230300F4
+:10DC90009E32030004000001340C0300B73203007D
+:10DCA000240C0300CF32030007000001FC32030004
+:10DCB0002533030010B5FFF799FD034B1B6813B123
+:10DCC000BDE81040184710BDF03B0020044BBFF3E7
+:10DCD0005B8F1868BFF35B8FC0F38000704700BF95
+:10DCE0009C030020004870474E330300F8B50A4DEE
+:10DCF000EF7906460024E3B29F4202D86FF001009C
+:10DD000007E0294630460EF040FE0735631C08B197
+:10DD10002046F8BD1C46EEE7C802002070B5194E3B
+:10DD200006223146054611F059FD30B3062142F274
+:10DD30000500FFF7C7F8044608B3062229460C3051
+:10DD40000FF013FF2146002242F20500FFF7F6F81C
+:10DD5000044648B110F10D0F04D10B4A0B480221C3
+:10DD60000EF01BFE204670BD33462A6843F8692931
+:10DD7000AA88B280012283F868200024F2E76FF0BD
+:10DD80006804EFE73103002062340300540303000A
+:10DD900037B504460D4689B1184928460EF0F5FD01
+:10DDA00060B9174A2968C4EBC404A3181151AA88A2
+:10DDB0009A80AA799A71002003B030BD68460EF0AF
+:10DDC000E1FC0028F8D16846FFF790FF0028F5DA5B
+:10DDD0000B4A00989DF80610C4EBC404A318105118
+:10DDE000BDF8040098809971002DE4D012592A6082
+:10DDF0009A88AA809B79AB71DDE700BF362C0300BF
+:10DE0000C802002070B50446B1B9C0B120490EF077
+:10DE1000BCFDA0B92046FFF769FF002831DA23785E
+:10DE2000012B04D1A37903F0C003C02B07D0194AFA
+:10DE3000194801210EF0B1FD6FF0150070BD174DAE
+:10DE4000EB79012B20D0BFF35B8FD5F8D430BFF333
+:10DE50005B8FDB0707D4002CEED00D4920460EF077
+:10DE600094FD0028E8D1EE792146731C3046EB7111
+:10DE7000FFF78EFF08B93046E0E7EB79013BEB7125
+:10DE8000DCE76FF07700D9E76FF00B00D6E700BF53
+:10DE9000362C03007134030054030300C802002031
+:10DEA0002DE9F341044640B91A4A1B4802210EF0FD
+:10DEB00074FD002002B0BDE8F08101AA002141F20A
+:10DEC0000900FFF73BF8054608B1144AEDE7019E4B
+:10DED0001349D6F80C8008F101070622384611F0E4
+:10DEE0007DFC28B10F490622384611F077FC18B99D
+:10DEF000304602F0D9FFDCE7D8F80130C4F8013031
+:10DF0000BB88A4F805303046257002F0CDFF012013
+:10DF1000D0E700BF9F34030054030300B83403006C
+:10DF2000432C03003D2C030007B56846FFF7B8FFFC
+:10DF3000044BD87118B169460020FFF729FF03B0E0
+:10DF40005DF804FBC8020020F0B5304DEC7989B0D3
+:10DF5000002C53D195F8C26016F0010610D12C4A5E
+:10DF60002C4802210EF019FDEC7116260024012721
+:10DF7000EB79E0B298422CD3002B3FD000203BE05D
+:10DF80006A4621464FF60940FEF7D8FF08B1224AFB
+:10DF9000E6E7DDF800C0DCF80C104B7823B96046EA
+:10DFA00002F082FF1D4ADBE78B1C02AA01F112047A
+:10DFB00018685968174603C70833A3423A46F7D191
+:10DFC000186838609B88BB80604602F06DFF34465D
+:10DFD000CAE708AB06FB0033694653F8182C33F840
+:10DFE000143CCDF80120ADF805308DF80070FFF736
+:10DFF000CFFE01340028BBD009B0F0BD0021084697
+:10E0000009B0BDE8F040FFF7FDBE00BFC802002028
+:10E01000D634030054030300023503002235030005
+:10E020002DE9F04190460E461D46024650B14BB1D7
+:10E030003103047810D5730708D52B4A2B480121EA
+:10E040000EF0ABFC6FF01500BDE8F0810EF0B4FCF3
+:10E050000028F9D1012341E0F70730D5244FB8F16A
+:10E06000000F13D0B0060AD4C4EBC403FB5C012B31
+:10E0700013D02B70B20620D543F002030BE097F8C3
+:10E08000D8305906F0D46FF08500DDE7C4EBC40347
+:10E09000FB5C012B01D02B700FE0072101FB047109
+:10E0A000013110460EF080FC0028CDD1C4EBC40431
+:10E0B0003B5D2B70B8F1000FDCD10020C4E7730783
+:10E0C0000ED50B4EC4EBC407F35D012BE3D1072142
+:10E0D00011FB043131440EF067FCF35D2B70B3E7A4
+:10E0E0000EF06AFCB6E700BF4B3503005403030093
+:10E0F000C802002038B5104DEB7913B1002420463A
+:10E1000038BDFFF711FF044628B10C4A0C48012125
+:10E110000EF043FCF3E7EB79002BEFD1FFF714FF90
+:10E1200004460028F1D1681CFFF7F8FD04460028DA
+:10E13000E5D0044AEAE700BFC80200206A350300C0
+:10E14000540303008935030008B504490722093048
+:10E1500011F044FB003818BF012008BD362C030025
+:10E16000F8B5154B067883F86F6004460D46FFF747
+:10E17000EBFF70B91149304600F086FC044610B937
+:10E180006FF00B00F8BD052100F07EFA2C60002036
+:10E19000F8E704F109073946304600F0ABFC40B916
+:10E1A0002078394600F070FC04460028E8D00621AB
+:10E1B000EAE76FF01500E5E7C80200202F2C030006
+:10E1C00000487047E002002073B53548344C0EF02B
+:10E1D0000AFC10F4804F38D020460EF004FC0306F1
+:10E1E00033D420460EF0FFFB46052ED501A9A4F13D
+:10E1F0001000FFF7B5FF40BBA4F11000FFF7A4FF2C
+:10E20000024620460EF0EFFBC0F3803120460EF0B0
+:10E21000EAFB81F0010145054FEA4101204848BF72
+:10E2200041F001010EF0DFFB800448BF41F0040122
+:10E230001C480DF10303FFF7F3FE054638B11A4AF7
+:10E240000346012119480CF051F902B070BD154880
+:10E2500001210EF0DDFB019E28B9304602B0BDE879
+:10E26000704000F0D9B92946304600F00DFA6FF43D
+:10E2700080410B480EF0BDFB0546304600F0CCF95E
+:10E280006B04E2D5BFF35B8F54E8003F43F4804357
+:10E2900044E80032002AF7D1BFF35B8FD5E700BF17
+:10E2A000F0020020E0020020AC350300240303004C
+:10E2B00070B50B4B1D68044625B90A4D0A4EB54290
+:10E2C00007D370BD2B6813B1617A204698476D69FA
+:10E2D000F2E72B6813B1617A204698471835EEE7CC
+:10E2E000243C0020FC020300FC0203002DE9F8435B
+:10E2F000DFF8548004464FF040090025EFF3118306
+:10E3000089F31288BFF36F8F216A29B983F31188CB
+:10E31000BFF36F8FBDE8F883606A0A6822628142AA
+:10E3200008BF626283F31188BFF36F8FD1E9016781
+:10E33000CD60C1E90155404610F000FE002239468B
+:10E340002046B047DAE700BFF00A002010B50446C7
+:10E350008AB008F049FE094B834205D120460AB035
+:10E36000BDE81040FFF7C2BF2834204608F0A0FAED
+:10E370006946204610F0AFFE0AB010BD002B002009
+:10E3800070B5D1E901560022C1E901220446CA60F4
+:10E39000054810F0D3FD314620462B466FF06D0244
+:10E3A000BDE87040184700BFF00A00200448B0F8EC
+:10E3B0000431002B00F5847008BF0020704700BFB7
+:10E3C000C802002038B5002204468A4202D1002447
+:10E3D000204638BD04F1BC030120BFF35B8F53E836
+:10E3E000005F002D04D143E8000CBCF1000FF6D112
+:10E3F000BFF35B8F02D0C0340244E6E7002CE6D0C6
+:10E40000BC220021204611F007FA04F1580004490B
+:10E4100010F082FE034904F1280010F021FED7E736
+:10E4200015EC010061CA0200F7B5164604460D4618
+:10E43000FFF78CFF012E23D0022E50D123693BB170
+:10E440003048314A01210CF048F820460EF00BFB11
+:10E45000256121690B8A012B51D9CA6812880432BF
+:10E4600092B293424BD341D9264800920121274AC8
+:10E470000CF046F8204603B0BDE8F0400EF0F3BAC9
+:10E48000206940B9224A1F4831460CF026F8204640
+:10E490000EF0E9FA01E02F8A2FB9284603B0BDE853
+:10E4A000F04002F001BD0C300FF094FB87420CD914
+:10E4B000184A144831460CF010F821690022204611
+:10E4C00000F038FD00232361E7E720692A8AE96824
+:10E4D0000C300FF04AFB284602F0E6FCB9E70E4A82
+:10E4E0000848334601210CF001F8D0E7002301224F
+:10E4F0002046236103B0BDE8F04000F01BBD03B02F
+:10E50000F0BD00BF34030300E935030069360300A2
+:10E5100006360300243603004B3603002DE9F8438A
+:10E52000161E0D46097A994614BF0223012399420B
+:10E5300000AF804609DD314A314801210BF0CDFFA3
+:10E540006FF01500BD46BDE8F883EB7A072B14D8B1
+:10E550006C468AB0A97A6A462A48C2E905030823AC
+:10E56000C2E90731052342F8103F254800234FF444
+:10E570002151F5F7D5FAA546E2E7837A072B07D0B4
+:10E58000214A1F4801210BF0A8FF6FF07F00D9E757
+:10E590007EB308F029FD1D4B83421D4807BF0022B2
+:10E5A00000234FF0FF324FF0FF3307F075FF0446B2
+:10E5B00008B398F80A30072B0DD0164A10480221EC
+:10E5C0000BF08BFF0023C4E901331148E3602146BF
+:10E5D00010F0B4FCD9E7C0E901690023C360AC6165
+:10E5E000002408F138002C7729460FF08CFA2046D9
+:10E5F000A8E73446F3E76FF06800A3E7843603002A
+:10E6000034030300A5360300D2360300002B00209C
+:10E61000F00A0020E1360300F7B5BC3010F8BA6C00
+:10E6200010F8B95CBFF35B8F50E8003F5A1E40E81A
+:10E6300000210029F8D1BFF35B8F0193BFF35B8FFB
+:10E64000019BBFF35B8F012B0CD10C4B1C685CB999
+:10E650000B4C0C4FBC420CD3012E03D1012D01D128
+:10E66000FFF7B2FD03B0F0BDA36803B1984764693A
+:10E67000EDE7A36803B198471834EBE7243C00208A
+:10E68000FC020300FC0203002DE9F041867A8E4271
+:10E6900000AF04460D461BD1082E96BF7E4B7F4B24
+:10E6A00053F826306C4688B06A467D49C2E90513A6
+:10E6B0004FF4007393837B4B42F8103F7A4800235A
+:10E6C0004FF4E451F5F72CFAA546BD46BDE8F081BC
+:10E6D000817226B98378082B01D00EF0CDF9A37A88
+:10E6E000082B00F2D68001A252F823F04FE7010078
+:10E6F000EFE70100CBE60100CBE60100CBE601002D
+:10E70000CBE60100CBE6010011E70100CBE60100FA
+:10E71000A378042BD9D004F1380010F003FC63482F
+:10E72000002108F05BFF0023C4E91433E378012BD8
+:10E73000CBD1A378012B04BF032384F8AC304FF472
+:10E740002032002304F1580008F020F9BDE7A37837
+:10E75000042B03D12046FFF75FFFB6E7082EB4D89D
+:10E7600001A353F826F000BFE1E701008DE70100A7
+:10E77000D3E70100D3E7010055E7010055E70100A9
+:10E78000D3E70100E1E70100E1E701002046FFF7E0
+:10E79000DDFDA378012B0AD104F15805284610F0BD
+:10E7A000C7FC10F00C0F02D0284610F0C3FCBFF3DA
+:10E7B0005B8F043454E8003F43F0400344E80032E8
+:10E7C000002AF7D1BFF35B8F0021384808F006FF1D
+:10E7D0007BE7637A002BBDD02046FFF769FDB9E7E0
+:10E7E000334A2B46304802210BF080FE6DE7637AF6
+:10E7F0003E2B0FD16D4688B06A462E4BC2E90534D8
+:10E80000032342F8103F284800234FF4C451F5F782
+:10E8100087F9AD46284D4FF0400805F58476EFF3B3
+:10E82000118388F31288BFF36F8FE26972B1013AE6
+:10E83000E26183F31188BFF36F8FB5F80431002BC9
+:10E8400014BF3046002007F059FEE8E7616921B99E
+:10E8500083F31188BFF36F8F37E7A0690A6862619D
+:10E86000814208BFA26183F31188BFF36F8FEFF37A
+:10E87000118388F31288BFF36F8FCA68E2610022A8
+:10E88000CA6083F31188BFF36F8F2046FFF778FDCE
+:10E89000D3E70A4A2B46A5E7EC0C03000737030031
+:10E8A0001137030003000001340303007405002046
+:10E8B0002237030039370300C80200206037030005
+:10E8C00070B5024605460E460A4801210EF0F0F8E2
+:10E8D000044610B90024204670BD83781E42FAD148
+:10E8E000054A06482B4602210BF000FE2046FFF7A2
+:10E8F00093FEEFE7582000207C3703003403030029
+:10E90000034BC01A034B80115843C0B2704700BF7D
+:10E9100058200020ABAAAAAA2DE9F0411C461443B6
+:10E9200005460E461746984614D10027B8460F49AB
+:10E930003A464346002D14BF284608460FF0B2F869
+:10E94000044668B90A4A0B4802210BF0C6FD20466E
+:10E95000BDE8F08108F048FB074B8342E7D1E4E7CC
+:10E96000711D0C300FF0F7F8F1E700BF080B002025
+:10E970009337030034030300002B0020F8B5BFF3E6
+:10E980005B8F4268BFF35B8F9205044600F104037E
+:10E9900019D5B0F89E20B0F8A010914213D8B0F865
+:10E9A000A21091420FD3D0E9291291420BD1BFF3AB
+:10E9B0005B8F53E8001F21F4007143E80012002A26
+:10E9C000F7D1BFF35B8F104B1D6825B90F4D104F6A
+:10E9D000BD420CD3F8BD2E693EB1B4F8A630B4F8F0
+:10E9E000A420B4F89E102046B0476D69EDE72E696B
+:10E9F0003EB1B4F8A630B4F8A420B4F89E10204676
+:10EA0000B0471835E4E700BF243C0020FC020300B7
+:10EA1000FC0203002DE9F041074608460C460DF0C4
+:10EA200074FF054618B900252846BDE8F081134B50
+:10EA30001E6846B9124EDFF84C804645F4D2F368A2
+:10EA400083B91836F9E7F3680BB97669F1E721461F
+:10EA5000384698470028E6D020460DF056FF00289B
+:10EA6000F3D1E0E72146384698470028DBD020461E
+:10EA70000DF04BFF0028E4D1D5E700BF243C002077
+:10EA8000FC020300FC02030038B505460C460A48A8
+:10EA90000121FFF797FC70B105722368C0F8883038
+:10EAA000A388A0F88C30A37980F88E30012383707E
+:10EAB000024BC0F8A03038BD5820002018002800B4
+:10EAC00070B505460A480E460DF0D6FF044620B143
+:10EAD0008378012B04D0FFF79FFD0024204670BDF2
+:10EAE000324629460EF00FF80028F7D12046F2E70B
+:10EAF00058200020B0B500AF0D46FFF7E1FF0446F7
+:10EB000008B32846FDF7F8FCA37A082B96BF0F4AF6
+:10EB10000F4B52F823306D468AB06A460D49C2E960
+:10EB200007030D4B53620D4BC2E9051442F8103F29
+:10EB30000B4800234FF44251F4F7F2FF2046AD4654
+:10EB4000FFF76AFD0120BD46B0BD00BFEC0C03001D
+:10EB500007370300BC37030001030204050000026D
+:10EB600034030300F8B505460E480E4617460DF06F
+:10EB700083FF044620B18378012B03D0FFF74CFDBF
+:10EB800000240DE036B1324629460DF0BCFF08B92D
+:10EB90002046F3E7A37ABB42FAD1237AAB42F7D1FE
+:10EBA0002046F8BD5820002038B5044608460D46DA
+:10EBB0000DF0ABFE48B3164B93F8D830990707D445
+:10EBC000E37883B129462046BDE8384000F0DEB93D
+:10EBD00094F8AD309A07F3D5BFF35B8F6368BFF34A
+:10EBE0005B8F5B05ECD4294620460DF0AEFF58B98B
+:10EBF0002B88A4F8A0306B88A4F8A230AB88A4F8C6
+:10EC0000A830EB88A4F8AA3038BD6FF01500FBE7F8
+:10EC1000C8020020F7B510F84E3C0446A0F1580693
+:10EC2000FBB930460DF0EBFF394B1D684DB9394D3E
+:10EC3000394FBD420DD3304603B0BDE8F040FFF779
+:10EC4000EBBC6B681BB114F84F1C304698476D69DC
+:10EC5000ECE76B681BB114F84F1C30469847183529
+:10EC6000E7E710F8563C012B31D1BFF35B8FA0F1E1
+:10EC7000540555E8003F23F4007245E800210029BF
+:10EC8000F7D1BFF35B8F990529D5A36C0093694633
+:10EC9000236D01933046FFF787FF0346C8B9BFF3E2
+:10ECA0005B8F55E8003F23F4807345E80032002A6B
+:10ECB000F7D1BFF35B8FBFF35B8F55E8003F43F0A5
+:10ECC000800345E80032002AF7D1BFF35B8F03B021
+:10ECD000F0BD124A124802210BF008FCEBE7114A82
+:10ECE0004FF4281369463046CDE90023FFF75CFF57
+:10ECF000034650B9BFF35B8F55E8003F43F4807380
+:10ED000045E80032002AD4D0F6E7074AE2E700BF20
+:10ED1000243C0020FC020300FC020300F537030042
+:10ED200034030300180028001A38030010B50C48FB
+:10ED300010F0F8F80B490A4810F000F90A490848A1
+:10ED400010F0FCF80949064810F0F8F80EF034FB12
+:10ED50000EF0A0FE044608B90DF09FFF204610BD3E
+:10ED6000F00A0020F43B0020043C0020143C00206A
+:10ED700008B50346034A044801210BF0B7FB002005
+:10ED800008BD00BFCD3803005C03030080B500AFB1
+:10ED900088B06A46074BC2E90530032342F8103FAA
+:10EDA000054800234FF4C251F4F7BAFE6FF00B0090
+:10EDB000BD4680BDF53803005C030300044B1A68B0
+:10EDC0000AB1FFF7E3BF034858600B601046704775
+:10EDD000283C0020300D0300F7B5244D244F044695
+:10EDE0000026BD4201D303B0F0BD6B6801A92046E7
+:10EDF0009847002834DB019B2A889A829A8403F181
+:10EE00001002A868BFF35B8F52E8001F42E8006C55
+:10EE1000BCF1000FF8D1BFF35B8F9E60616D03F111
+:10EE20000802F9B9C4E914221C60D860019843684B
+:10EE30001B6803B19847019BBFF35B8F103353E806
+:10EE4000001F41F0010143E80012002AF7D1BFF38F
+:10EE50005B8F01984368DB6913B100F1100198479B
+:10EE60000C35BEE70A606265DEE700BFD80203002A
+:10EE7000FC02030073B50D460646042105F10C00A3
+:10EE80000EF094FE2B8A42889A42044607D01B4813
+:10EE9000009201211A4A0BF033FB02B070BD437897
+:10EEA0003BB9184A1548012102B0BDE870400BF08B
+:10EEB00014BB0378012BF0D0132B03D1012AECD81B
+:10EEC000114AEFE7114A0D4802210BF00FFB617860
+:10EED0003568022201200DF061FE04460028DCD0D6
+:10EEE00002210C300EF03BFE0023037043702146DC
+:10EEF000284602B0BDE870400DF0B5BE5C030300CB
+:10EF00001C3903003D3903005E3903007A390300E0
+:10EF100008B50B8A032B06D8044A054801210BF0DB
+:10EF2000DCFA002008BDFFF7A5FFFAE7A2390300CD
+:10EF30005C03030038B50B8A032B05460C4609D841
+:10EF40000F4A104801210BF0C8FA2046BDE83840AE
+:10EF500001F0AABF042104F10C000EF027FE418845
+:10EF600028460DF090FE30B9074A06480B460221AC
+:10EF70000BF0BCFAE9E7436821465B699847E4E790
+:10EF8000C03903005C030300DD39030070B5124B88
+:10EF90000C4619780131C9B2012938BF0121054653
+:10EFA0000822122019700DF0F9FD064688B10821DB
+:10EFB0000C300EF0D4FD2288028062884280A28844
+:10EFC0008280E288C28031462846BDE870400DF05C
+:10EFD0004ABE6FF00B0070BDB641002023281FD839
+:10EFE0001A2804D8431E182B0ED906207047A0F10A
+:10EFF0001B03082B1ED8DFE803F0051D1B231D197A
+:10F00000251D0500032070470F4A012383401A4045
+:10F01000C2B90E4A1A40002A14BF012006207047C8
+:10F0200000F07F03522B05D100207047012070476C
+:10F030000520704710F0400F0CBF062000207047DD
+:10F040000420704702207047AAAA8A02545545013D
+:10F05000011F01480FF0B6BEE409002010B500F111
+:10F0600030030446BFF35B8F53E8001F41F00101FA
+:10F0700043E80012002AF7D1BFF35B8F201F0DF089
+:10F08000CBFE04F15400044910F046F82068BDE8B6
+:10F09000104001F0CBBD00BFF9FF01002DE9FF4199
+:10F0A00005460E464FF000084FF4205300681768DD
+:10F0B0008DF8088002A91446ADF80A300DF014FB53
+:10F0C000A0B142F6010328688DF80C8003A9ADF8C1
+:10F0D0000E300DF009FB48B123691BB15A88B242CA
+:10F0E00000D25E80012004B0BDE8F081616828682C
+:10F0F0000DF0FAFA10B100232361F3E7E368A0688A
+:10F100001A786AB1B7F81AC0798D038A8C4594BF12
+:10F11000C3EB0C03C3EB0103934201DA0020E2E7E7
+:10F1200004210C300EF01BFD2061068023695E80F7
+:10F13000074B00930194A2680023294638460DF03E
+:10F14000AEFE0028EADB2069003818BF0120CAE7BC
+:10F150007FCE02002DE9F04182B000AF0446884620
+:10F160003D4800220023394607F0B4F80546B0B107
+:10F170006D4688B06A46394BC2E90534032342F82C
+:10F18000103F374800234FF4C251F4F7C9FCAD4695
+:10F190006FF00B0630460837BD46BDE8F08107F03A
+:10F1A00023FF3E682F4B282218602946301D10F09F
+:10F1B00033FB34603C682C487D60C4E90155C4E9E8
+:10F1C000095500220023391D07F084F8064688B14E
+:10F1D00023686C4688B06A462449C2E905130323B4
+:10F1E00042F8103F1E482B464FF4C451F4F798FCE8
+:10F1F000A546CDE77B6801469022184610F00CFB2F
+:10F200001B4A82603C300FF08DFE7B68BFF35B8F42
+:10F21000343353E8002F43E800610029F9D1BFF3EC
+:10F220005B8F7B681C60636A7D681BB904F10C000E
+:10F230000FF078FE626AC5F88820A26A05F188039B
+:10F24000636202B9A3627B6817225A855A8304332A
+:10F25000C8F800309EE700BFC8090020123A03003A
+:10F260002C030300A03C0020E4090020373A0300EF
+:10F27000840500202DE9F743176805468846006895
+:10F2800051687E6814460DF02FFA8146002842D15D
+:10F290003046952229460EF0EEFA0646207540B11A
+:10F2A000E3681B780BB184F81490002003B0BDE82C
+:10F2B000F083A0680EF02DFC02210C300EF04FFC04
+:10F2C000164B2061A0F8008000930194A268334699
+:10F2D000294638460DF0E3FD002807DA10F1FF0F4C
+:10F2E00026BF4042C0B20E202075DEE72369002B06
+:10F2F000DBD0A0680DF0DCFC7B8B7A8D9A4294BF4A
+:10F30000C0EB0200C0EB0300E3681B78984294BF97
+:10F3100000200120CAE70120C8E700BFC1CC0200DD
+:10F3200073B50D46438D418B8B4202F1010228BF1C
+:10F330000B469A42064609D9194800920221194AF9
+:10F340000BF0DEF80024204602B070BD2846FFF71F
+:10F3500045FE022812D0042810D04FF0FF324FF0A3
+:10F36000FF33114800210DF062FC044650B90F4AEA
+:10F370000B482B4601210BF0B9F8E3E74FF470225C
+:10F380000023EEE701F0E4FC094B182202FB0033F6
+:10F39000012104F10C009E600EF0E1FB0570D2E744
+:10F3A0002C0303005C3A0300340B0020CD3803002B
+:10F3B000583C00202DE9F04F91B0166880460F466A
+:10F3C000002542F601030068D6F804908DF82C5011
+:10F3D0000BA91446ADF82E300DF086F9002870D038
+:10F3E0004FF42053D8F800008DF82C500BA9ADF83D
+:10F3F0002E300DF079F938B1A3681BB15A88BA42A2
+:10F4000000D25F8001200EE0616808460DF050FCDC
+:10F41000728B738D9A4294BFC0EB0200C0EB030065
+:10F42000032803D8002011B0BDE8F08F08460EF085
+:10F4300070FB054660680DF03BFC728D738B05F127
+:10F440000C0B9A4294BFC0EB020AC0EB030A584669
+:10F450000EF0C0FB824537D260680DF029FC728B3C
+:10F46000738D9A4294BFC0EB0200C0EB030070B9E9
+:10F470006368987A01F064FC002200230EF012FB0E
+:10F4800005460028CED0014660680EF053FB0023ED
+:10F490000093D8F80460102302AA41464846B047BA
+:10F4A000061E0EDB227CE068B2422BD001460BA880
+:10F4B0000DF048F960B9237C144A154802210BF07D
+:10F4C00015F80023A3609DE758460EF083FBCEE7B6
+:10F4D000F2B202A906A80DF035F910B90D4A33466B
+:10F4E000EBE706A90BA80DF0FFF80028E9D10023EF
+:10F4F0006374042105F10C000EF031FBA06007805D
+:10F50000A3687EE702A910F069F9EEE7813A0300EB
+:10F510002C030300A03A03002DE9F74F07460846E5
+:10F520000C4601F015FCDFF8C4801823434308EBB8
+:10F5300003020646D2F808A0E068BFF35B8F796B40
+:10F54000BFF35B8FC9070AD4294A2A4801210DF06D
+:10F55000C9FB6FF01505284603B0BDE8F08FE168E0
+:10F5600009781171002248F803200378D22B0FD1BB
+:10F570003B68214618680EF08AFA054640B11E4ADB
+:10F580001C4801210DF0AEFB204601F08DFCE2E7A6
+:10F5900004F10C000EF01AFB182303FB0683B4F8E9
+:10F5A00010B09F60814600233868009300682246AF
+:10F5B00004210DF03FFB05460028CCD010F1690F67
+:10F5C00004D10E4A0B4801210DF08CFB6369A4F8AD
+:10F5D00010B013FA89F3E36018235E4308EB0603C7
+:10F5E00048F80650C3F808A0B5E700BF583C002013
+:10F5F000BF3A03002C030300D93A0300EC3A03009E
+:10F600002DE9F14F054601F0A3FB3D49182202FB0D
+:10F6100000F3C81851F803800779B0F80690D0F8C5
+:10F6200010A00021D0E9024610F0F6F8A87A01F007
+:10F6300087FB6969834651B16B7AD80705D4DBF83B
+:10F6400024301B6828469B68984700236B61294635
+:10F6500058460FF07EFC002F45D0002C43D0236885
+:10F66000002B40D01B68002B3DD0B8F1000F08D014
+:10F67000244A25484346012101B0BDE8F04F0AF075
+:10F6800035BF201D0DF0D1FD3846FFF7A7FC05283A
+:10F6900029D8DFE800F01E03281E2803BFF35B8F84
+:10F6A000636BBFF35B8FDA0707D4184A1648012152
+:10F6B00001B0BDE8F04F0DF015BBA36B9BB14FF44B
+:10F6C0007022002304F1580001B0BDE8F04F07F0AC
+:10F6D00091B923681D68BFF35B8F636BBFF35B8FCA
+:10F6E000DB07E2D556B901B0BDE8F08F5146284698
+:10F6F000B0470134A3B29945F8D8F4E70024F9E7FC
+:10F70000583C00200F3B03002C030300BF3A0300CA
+:10F71000F7B50B8A076804460D463BB9294A2A48C3
+:10F7200001210DF0DFFA002003B0F0BD012105F149
+:10F730000C000EF03BFABB7A072B0646F3D154F8C7
+:10F74000043C002BEFD003782048043C002210F842
+:10F7500032709F4200EBC2010FD12A8A48788F781D
+:10F76000904222D91848009301211346184A0AF002
+:10F77000C7FE012FD7D1042320E001320E2AE6D1A3
+:10F780001148144A02210AF0B1FE31780846FFF709
+:10F7900025FC0028C7D00528C5D00029C3D00623E2
+:10F7A000002220460DF085FDBDE74B682046294626
+:10F7B0009847012F0346B6D10028B4D031780029EC
+:10F7C000B1D0EDE72E3B03002C030300580D0300DE
+:10F7D000633B0300493B0300F0B51E4603680D463A
+:10F7E000003987B0044618BF0121186817460EF08B
+:10F7F000E2F840B904F134000DF013FC002844D0C5
+:10F80000002007B0F0BD002E41D01822002168462C
+:10F8100010F002F847BB23681E4A1B6800930023C0
+:10F82000ADF812300C9B0393BDF83430ADF81030B6
+:10F8300001238DF8143031466B4630468DF8085060
+:10F840000DF083FA9DF81430C3B1002FD8D0019881
+:10F8500001F02AFB9DF81430002DD1D03246294604
+:10F8600020460DF026FDCBE7002239462046FFF763
+:10F8700057FD01900028CED11120C2E7019900293F
+:10F88000BED020460DF007FDBAE71220B9E70120EF
+:10F89000B7E700BFE9CC020008B5837A072B06D092
+:10F8A0000C4A02210C480DF01DFA002008BD04216D
+:10F8B0000DF0E9F910B9094A0121F3E7BFF35B8FB5
+:10F8C000036BBFF35B8FDB0701D4054AF4E750F805
+:10F8D000040CEBE7823B03002C030300903B030086
+:10F8E000BF3A0300F8B50F461646FFF7D5FFB0B193
+:10F8F000446A20461CB150F8884904B1883C731C06
+:10F90000194638B1428B458DAA4228BF2A469A42F1
+:10F9100007D264B90A4A0B4802210AF0E7FD002029
+:10F92000F8BD32463946BDE8F840FFF7F9BCD4F8D7
+:10F93000885005B1883D20460B462C46E2E700BFC3
+:10F94000AB3B03002C030300F8B54FF470220746CD
+:10F95000002311480D460EF0A5F8044638B90F4AA9
+:10F960000F482B4601210AF0C1FD2046F8BD00F1E9
+:10F970000C06092130460EF0EEF8204601F0E8F9B9
+:10F98000084B182202FB0033012130469F600EF025
+:10F99000E6F80570E9E700BF340B0020CD3803001E
+:10F9A0002C030300583C00202DE9F0410E8A043E50
+:10F9B000F6B2022E04468CB0084601D0102E64D157
+:10F9C00004210C300EF0F2F80DF108080588478884
+:10F9D000011D324640460CF0B5FE002857D09DB3BD
+:10F9E000002687B3BD422FD84FF4205301A94046CB
+:10F9F0008DF80460ADF806300CF076FE40BB1422A2
+:10FA0000002107A80FF008FF11212046FFF79CFFF7
+:10FA10000990002837D001210C30CDE907480EF0BD
+:10FA20009EF800230A901B4A037039460B93284620
+:10FA300007AB0DF08AF90A9B1B78FBB9099801F016
+:10FA400033FA0A2301E03D4601232A4610210EE045
+:10FA500042F6010307A940468DF81C60ADF81E3040
+:10FA60000CF042FE0028CAD010232A461946204630
+:10FA70000DF01FFC00200CB0BDE8F0810999204674
+:10FA80000DF009FCF6E71120F5E70420F3E70E205E
+:10FA9000F1E700BF9DF001002DE9F043036885B058
+:10FAA00004460D46186801210DF085FF40B904F1A8
+:10FAB00034000DF0B6FAB0BB122005B0BDE8F083FB
+:10FAC0001022002168460FF0A7FE21212046FFF7F3
+:10FAD0003BFF029048B3DFF85890009405F10C0703
+:10FAE0004FF001082B8A012B04D8029920460DF013
+:10FAF000D2FB18E038460EF061F86B464A460146E4
+:10FB000006468DF80C800DF020F99DF80C30002B86
+:10FB1000E8D0029801F0C8F99DF80C303246202157
+:10FB200020460DF0C6FB0020C7E71120C5E700BF47
+:10FB300087D002002DE9F043036885B004460D46E6
+:10FB4000186801210DF037FF40B904F134000DF0C1
+:10FB500068FAB0BB122005B0BDE8F0831022002186
+:10FB600068460FF059FE0F212046FFF7EDFE029088
+:10FB700048B3DFF85890009405F10C074FF00108E6
+:10FB80002B8A012B04D8029920460DF084FB18E043
+:10FB900038460EF013F86B464A46014606468DF885
+:10FBA0000C800DF0D2F89DF80C30002BE8D00298B4
+:10FBB00001F07AF99DF80C3032460E2120460DF006
+:10FBC00078FB0020C7E71120C5E700BF41D0020045
+:10FBD000F0B51D46036885B004460E46186801213D
+:10FBE00017460DF0E8FE38B904F134000DF019FAAB
+:10FBF00048BB122005B0F0BD65B310220021684655
+:10FC00000FF00AFE39462046FFF79EFE029018B319
+:10FC1000BDF82830ADF8043001238DF80C300F4AC0
+:10FC200000946B46294628460DF08FF89DF80C305D
+:10FC30005BB1029801F038F99DF80C302A46314644
+:10FC400020460DF036FB0020D4E7029920460DF047
+:10FC500022FBF8E70120CDE71120CBE741D00200DD
+:10FC60002DE9F0410D8A043DEDB2022D04468CB021
+:10FC7000084601D0102D4BD104210C300DF096FF19
+:10FC80000DF1040806884788011D2A4640460CF0FD
+:10FC900059FD00283ED08EB17FB1B7420ED3182255
+:10FCA00000210DEB02000FF0B7FD09212046FFF700
+:10FCB0004BFE089060B9112007E03E460123324612
+:10FCC000082120460DF0F5FA00200CB0BDE8F081C7
+:10FCD00001210C30CDE906480DF041FF00230990C9
+:10FCE00003700A238DF82C300B4A06AB3946304698
+:10FCF0000DF02BF89DF82C302BB1089801F0D4F8BA
+:10FD00009DF82C30DBE7089920460DF0C4FADBE7BC
+:10FD10000420DAE70E20D8E775F201002DE9F04360
+:10FD20000F4687B00446062107F10C000DF03EFF98
+:10FD30000588B0F802808288D7F80C90C5B10023FE
+:10FD4000B8F1000F13D0454512D88DF800308DF86A
+:10FD5000043001A94FF420536846ADF80220ADF8F5
+:10FD600006300CF0C1FC064660B10A2301E04546AE
+:10FD700001232A46062120460DF09BFA002007B0F9
+:10FD8000BDE8F0830146142201A83F7C0FF044FD3A
+:10FD900007212046FFF7D8FD0290D8B10A238DF83D
+:10FDA00015300D4A019401AB41462846CDE903695F
+:10FDB0008DF814700CF0C9FF9DF815302BB1029826
+:10FDC00001F072F89DF81530D3E7029920460DF046
+:10FDD00062FAD3E71120D2E7B5F301007FB5CB6813
+:10FDE0001D885E88044685B176B1B5420DD81022D3
+:10FDF000002168460FF010FD05212046FFF7A4FD05
+:10FE0000019058B9112007E0354601232A46042104
+:10FE100020460DF04EFA002004B070BD6B46094A32
+:10FE20000094314628460CF090FF029B23B90198BC
+:10FE300001F03AF80A23E9E7019920460DF02BFA80
+:10FE4000E9E700BF61CD020037B5002305460C4647
+:10FE5000019307F0C9F80C4B1B68834204BF0025CF
+:10FE60002C4601A909482A46234606F033FA0146E2
+:10FE700040B9019B102218460FF0CEFC03461846ED
+:10FE800003B030BD0023FAE7A03C0020000A0020A8
+:10FE900010B50446806818B101F006F80023A3608D
+:10FEA00021460248BDE810400EF08CBF000A002039
+:10FEB0002DE9F347044658300E4617461D460FF00D
+:10FEC00039F9A06B58B9174A174802210CF00AFFFC
+:10FED00020680DF062F9002002B0BDE8F087134BF6
+:10FEE00098424FF0000802D1C4F83880F0E7D0F80B
+:10FEF0000490C0F80480A06BD0F80CA0FFF7C8FFF6
+:10FF00002068C4F838800DF048F9B9F1000FE2D04C
+:10FF10002068CDF800A000683B4632462946C84715
+:10FF2000D9E700BFC63B03002C030300A43C00201C
+:10FF3000F7B550F8044C0546002C59D000F1840167
+:10FF400004F124000DF052F82E1F05F138070022AD
+:10FF5000002338460DF0AAFD024678BB6B6B2BB12F
+:10FF600001466FF067033046FFF7A2FF002345F814
+:10FF7000043C05F13003BFF35B8F53E8001F21F011
+:10FF8000010143E80012002AF7D1BFF35B8F636AD7
+:10FF900073BB04F10C060022002330460DF086FDF1
+:10FFA00078B9666886B91348266021460EF00AFFC4
+:10FFB000286803B0BDE8F04000F05CBE00F074FFBC
+:10FFC000C5E700F071FFE6E7A26833686360964218
+:10FFD00008BFA36077683FB1F368009300232068EF
+:10FFE0001A466FF06701B8473046FFF751FFD8E770
+:10FFF00003B0F0BDC80900202DE9F04192B050F8DF
+:020000022000DC
+:10000000583C06AF064618680CF09DFD0378044680
+:100010003D1D032B3BD8DFE803F0023436381F497F
+:1000200028460FF00FFDA379059562780492A27817
+:100030000392E2780292227901926279009207F1AA
+:100040001008174A1E21404609F009FC6C4688B08A
+:1000500006AA144BC2E905384FF400739383124B80
+:1000600042F8103F00234FF4E2511048F3F758FDD7
+:10007000A6F15400A546FFF75BFF3037BD46BDE84B
+:10008000F0810B49CCE70B49CAE70B49C8E70B4A9B
+:100090000A21284609F0E3FBC5E700BF492C03000D
+:1000A0006B2C0300DD3B0300030000012C03030065
+:1000B000502C0300572C0300612C03005C3B030011
+:1000C000F8B51D460F46164600F042FE044C1823B4
+:1000D00003FB0040C0E903760123C3800575F8BD2A
+:1000E000583C002008B530B9074908480DF05CFAC3
+:1000F00038B1074808BD054A12F8011C0CF003FD91
+:10010000F6E70020F6E700BF362C0300CD3C0020C8
+:10011000CC3C002010B5074C2378834207D1601CEB
+:100120000DF042FA002814BF2046002010BD002028
+:10013000FCE700BFFE3F002010B54A1C0C4638B15A
+:1001400009780CF0E0FC08B1204610BD0020FCE767
+:10015000024910460DF028FAF5E700BF362C0300DF
+:100160002DE9F8431E46BDF82030D1F80C808146B9
+:100170000F46002B45D1731E012B45D8012E414659
+:10018000157818BF1588FFF7D7FF0446C0B915B911
+:100190003046BDE8F8834146FFF7CEFF044638B944
+:1001A0001B481C4A02210DF0FDF96FF01000F0E72A
+:1001B00009F1880101300DF00EFA99F8083023702A
+:1001C000D8F810308BB92581B8F80A30AB4203D08B
+:1001D000414638460DF06CF9002DD9D10E49601C0E
+:1001E0000DF0F9F925702581D2E72A4639464846AF
+:1001F00098470028CDDB01380128E4D96FF00D00C5
+:10020000C7E76FF00600C4E76FF00C00C1E700BF5E
+:1002100044030300FE3B0300362C0300024608B5EE
+:10022000084901300DF0D7F9002313720C32BFF3E7
+:100230005B8F52E8001F42E800300028F9D1BFF37D
+:100240005B8F08BD362C03002DE9F04180460F4638
+:1002500016461D46FFF75EFF044680B90F49FFF7BB
+:1002600059FF044630B9BDE8F0410D4A0D4801215F
+:100270000DF098B900F8018B39460DF0ACF92289E0
+:1002800063891AB92BB92681658104E0964238BF8B
+:1002900026819D42F8D8BDE8F08100BF362C0300CE
+:1002A000183C0300440303002DE9F041234B15469D
+:1002B00082689A42074602D1C468638933BB012031
+:1002C000BDE8F081FEF7A8F9E36800216181002B09
+:1002D000F5D038469847F2E705F18808287A414674
+:1002E0000CF051FB68B9164B9C4202D128460DF028
+:1002F00079F9144930460DF06EF9002323702381FB
+:10030000E2E7414630460DF066F9DDE72389002B30
+:10031000DAD02646284616F8011B32460CF0F3FBCD
+:100320000028D9D120783146FEF7CAFB0028CBD06F
+:10033000837A072BC6D1FEF76FF9C0E7610102008F
+:10034000C4050020362C030013B5BDF810100B4C6B
+:10035000104608294FF42812CDE900420BD8C1F10C
+:1003600008049C42A8BF1C46224669440FF046FA86
+:10037000204602B010BD6FF00604F9E7180028000F
+:100380002DE9F0411F46BDF81830012B0646904676
+:1003900034D83B44012B3D4633DCFFF7A3FE044633
+:1003A00068B9FFF79FFE044648B9194A1948022167
+:1003B0000DF0F8F86FF010052846BDE8F08197B110
+:1003C000217A98F80020002321FA03F0C70703D50B
+:1003D00022FA03F0C00717D50133032BF4D102F042
+:1003E000070211432172601C06F188010DF0F3F839
+:1003F000337A237020460DF0C5F9DDE76FF006056E
+:10040000DAE76FF00C05D7E76FF01205D4E700BF0D
+:10041000373C03004403030010B504461448BFF3FF
+:100420005B8F50E8003F23F0020340E80032002ACF
+:10043000F7D1BFF35B8FBFF35B8F0368BFF35B8FB5
+:10044000DA0704D500220023303806F0D3FA20461C
+:100450000DF003F850B12046FFF744FE30B1037AA7
+:10046000DB0703D5BDE810400DF08CB910BD00BF0F
+:10047000D021002010B5154801210DF09DF8C307CB
+:1004800023D4022111480DF097F8084007D11049F4
+:10049000104A0B88104CA24211D300B10B800F49B7
+:1004A0000F480EF039FE0E484FF4A4720023FCF7FB
+:1004B0007DF8BDE810400B490B480EF02DBE50688A
+:1004C00003449BB208320120E5E710BDDC3C00206C
+:1004D0000A400020FC0203000C0303000507020091
+:1004E0002821002011090200A02100202DE9F0415F
+:1004F000034648B1008A38B91249DFF84CE00124BC
+:100500004FF0140C714501D3BDE8F081D1E90076BC
+:10051000BB4204D30CFB0672143A93420ED9344406
+:10052000A2B208311446EDE70CFB0578434507D02D
+:1005300001356219B54292B2F6D1F2E70025F8E72B
+:100540001046E1E7FC0203000C0303002DE9F74F1E
+:10055000BDF83050009199464FF6FF73002D08BF4B
+:100560001D46244B1B888342074690463CD203B06D
+:10057000BDE8F08F73682344BB4232D29CB2083688
+:100580001D4B9E42F6D3F2E78958019340460CF08A
+:10059000ABF8019B90B101340AF1010AA4B273686F
+:1005A0005345ECD9009B9C42E1D8BC423168F2D360
+:1005B0000BFB0AF28B18B8F1000FE5D1B9F1000F6F
+:1005C0000BD1013DADB218460E9A0D9B21469847BE
+:1005D000002DCCD00028DED1C9E7DA689145DAD108
+:1005E000EFE74FF0000ADAE7044E01244FF0140B56
+:1005F000C6E700BF0A4000200C030300FC02030012
+:1006000010B5C8B000241CAA694604A8CDE900446E
+:10061000CDE902440AF0C3FB30B9134A1348012163
+:100620000CF0C0FF48B010BD4FF6FF710120104A1A
+:1006300004AB0DF015F90F4804A90AF045FC08B900
+:100640000D4AEBE70B4B214603F1100201311878FC
+:1006500012F8014D03F8014B08291070F6D1074834
+:100660000CF0AAFFDEE700BF633C03004403030075
+:10067000FFD40200182100207C3C0300D021002080
+:10068000F8B51D49BDF818600446A1F130001F46B9
+:1006900015460EF062FDBFF35B8F184B1B68BFF36E
+:1006A0005B8F190701D4FFF7ABFF2046FFF71AFD58
+:1006B000014670B1037ADA070BD5BFF35B8FCB68C5
+:1006C000BFF35B8FDB0700F10C0002D402210CF0BA
+:1006D00073FF102E0CD8C6F110040949BC42A8BF04
+:1006E0003C462246314428460FF088F82046F8BDA3
+:1006F0006FF00604FAE700BF58210020D021002047
+:1007000018210020054BBFF35B8F1B68BFF35B8F85
+:100710001B0701D4FFF774BF704700BFD021002032
+:1007200007B500230193FFF7E1FE411C89B208469B
+:10073000034A01AB0DF094F8019803B05DF804FB97
+:10074000ABD402002DE9F047894651684F8A17F073
+:1007500094078046154609D02B4A2C4802210CF0FC
+:1007600021FF4FF0FF352846BDE8F08702220DF04B
+:100770009EF838B9264A254802210CF013FF6FF085
+:100780001505F0E74FF470200021AE8AFFF75CFBFF
+:100790000236044688B11F4B4360C56032461D21B6
+:1007A0004046FFF79FF8064650B918481A4A0221FA
+:1007B0000CF0F8FE2046FFF76BFB6FF00B05D2E75D
+:1007C00001233A46394606F10C0AFFF779FC02216B
+:1007D00050460DF0C4F90746504627F8029BA98AF7
+:1007E0000DF0BDF9AA8A296938460FF007F8A6600E
+:1007F000214640460CF014FE05460028B3D02046A2
+:10080000FFF746FBAFE700BF953C0300440303003E
+:10081000AB3C0300C5D40200D63C030030B5394BD5
+:10082000BFF35B8F1B68BFF35B8F5A078BB0044627
+:100830000D4661D510B1837A072B60D168680590A9
+:10084000FFF754FE2A68ADF818003AB305A90291E3
+:100850002D4901910121002300914FF6FF7105936D
+:10086000FFF774FE059B1BB96FF001000BB030BDA4
+:100870006B60059B186800238DF8103004A942F6C0
+:100880000303ADF812300BF02FFF70B90598C36861
+:100890009B799B0605D46FF01500E7E70028E8D1A7
+:1008A000E2E70CF08BFFADF81800BDF818003CB182
+:1008B00001230146AB752A462046FFF743FFD5E7E3
+:1008C0006FF07F0307930223ADF8203042F6021346
+:1008D000ADF8123005ABAC7502930C4B01930123BC
+:1008E000009304AA23464FF6FF7109958DF8104036
+:1008F000FFF72CFE0798B9E76FF00A00B6E76FF034
+:100900007F00B3E79C030020F3D40200190B020020
+:1009100013B550F8082C01920346A0F1200100F114
+:100920003004BFF35B8F54E8002F22F0010244E84B
+:1009300000200028F7D1BFF35B8F0D4A43F81C2C31
+:100940000C4A43F8182C01AA002043F8102C04226A
+:1009500023F8080C23F8060C23F80C2CFFF75EFF95
+:1009600018B9022120460CF027FE02B010BD00BFCE
+:10097000000E030019040200F8B5334B15688268B5
+:100980009A4200AF04461FD1C6683389721CDBB19E
+:10099000317828460CF0B7F8B0B14FF49572214683
+:1009A00028460CF068FF032811D16D4688B06A46CE
+:1009B000264BC2E9053442F8100F254800234FF4B6
+:1009C000C451F3F7ADF8AD460120BD46F8BD314640
+:1009D00020460CF06DFD1F4B9E42F5D1287A05F1A3
+:1009E0008801FFF797FB04460028EDD0038913B96F
+:1009F0004389002BE8D02846FDF782FF164A238959
+:100A000022F8203002EB8003618959801349144C8D
+:100A1000182303FB001300B202EB800200EB40003E
+:100A20005C601A610F4C9C60042201EBC0012846F7
+:100A30009A82FFF7F3FE0028C6D00B4A0448012132
+:100A40000CF0B0FDC0E700BF61010200FD3C0300F7
+:100A500044030300C4050020FA3F0020B43C0020FA
+:100A6000000E03008DD70200113D03002DE9F8436D
+:100A7000884651684B8A03F094030746144643B1F5
+:100A80002148224A02210CF08DFD4FF0FF30BDE8D5
+:100A9000F88301220CF00BFF38B91B481C4A0221D5
+:100AA0000CF080FD6FF01500F1E7A2891B210232E6
+:100AB0003846FEF717FF054638B91348154A022194
+:100AC0000CF070FD6FF00B00E1E700F10C09022162
+:100AD00048460DF044F80646484626F8028BA189A0
+:100AE0000DF03DF8A289A16830460EF087FED4E9EA
+:100AF000041228460123FFF7E3FA29463846BDE8E9
+:100B0000F8430CF060BC00BF44030300953C0300B5
+:100B1000AB3C03002E3D0300F8B53E4B1446826803
+:100B20009A42074601D00120F8BDC6683A4B9E4262
+:100B300056D03289A3899A4206F10101F3D1307867
+:100B4000FDF7BEFF05460028EDD0837A072B05D0C0
+:100B5000FDF762FDE7E7FDF75FFDEAE7736923B1A3
+:100B60003946984708B92846F2E77B8A13F094077C
+:100B700005D02A4A2A4802210CF014FDF3E7A38984
+:100B8000022B14D1338913F0020604D12846FDF755
+:100B900043FDA660C7E72269A1882846FFF7D2FD7A
+:100BA0000646A8B92269937D01339375EEE7012BC0
+:100BB00004D02846FDF730FDA760B4E7338913F071
+:100BC0000106E3D02269A1882846FFF74FFF0646B9
+:100BD0002846FDF721FD002EA660A4DA0020A3E739
+:100BE000104D114928460CF0DFFC0028A1D115F862
+:100BF000010C07222946FDF7B5FF0028ABD1236978
+:100C000015F8010C1A69294653881288FFF71CFB56
+:100C10008FE700BF61010200C4050020953C03007E
+:100C200044030300FF3F0020362C030007B5064AAB
+:100C300000906B4601204FF6FF718DF804000CF018
+:100C40000FFE03B05DF804FB79090200F8B5084B0C
+:100C50001C6805460E4617464CB154F8043C043C4B
+:100C60001BB13A463146284698476468F4E7F8BD18
+:100C7000E03C002070B503460F4A04464FF6FF7172
+:100C800001200CF0EDFD2046FFF72CFA054688B157
+:100C900004F18806207A31460BF075FE20B928460B
+:100CA000BDE87040FFF7BABA3146681CBDE8704035
+:100CB0000CF091BC70BD00BFA902020080B500AF6E
+:100CC00088B06A46074BC2E90530032342F8103F5B
+:100CD000054800234FF4C251F2F722FF6FF00B00DA
+:100CE000BD4680BD663D03007C030300044B1A68CB
+:100CF0000AB1FFF7E3BF034858600B601046704726
+:100D0000E83C0020040F030070B54169867A0B4D62
+:100D1000044659B1437ADB0706D42C2303FB065360
+:100D20005B6A1B689B689847002363612C202146FF
+:100D300006FB0050BDE870400EF00BB9080B002018
+:100D4000024B2C2202FB0030704700BF080B002032
+:100D5000827A064B2C2101FB02339A6A1B7F1B33DC
+:100D6000801A23F00303B0FBF3F07047080B002058
+:100D700038B5074B827A2C2404FB02335B6AD3E933
+:100D800001240C601568FFF7E3FF04FB005038BD39
+:100D9000080B00202DE9F04F85B005466846039109
+:100DA00090461C4691469B460EF06DFBDDE90067C0
+:100DB000EFF3118A402383F31288BFF36F8F6B8B9D
+:100DC000002B42D02A8B9A4226D9002200232846A3
+:100DD00005F062FB0446F8B18AF31188BFF36F8F08
+:100DE000039B002B4ED032463B4668460EF06FFB0D
+:100DF000A27A2A4B2C2101FB023320465B6A1B6836
+:100E000003A91D68DDE90023A847606100283AD1E5
+:100E10002046FFF779FF2AE0698B4B1E6B838AF32C
+:100E20001188BFF36F8F2B7F2A8BAC6A1B3323F0A3
+:100E30000303521A02FB0344184B194AEB1A9B1086
+:100E40005343A3722B7FE372CAE78AF31188BFF37F
+:100E50006F8F54EA08040FD14FF00009CB464A4681
+:100E60005B46284605F018FB04460028B8D100244C
+:100E7000204605B0BDE8F08F06F0B6F8094B834276
+:100E8000EDD1E9E7636100230122636022812382BF
+:100E9000039A63696282E360EAE700BF080B0020FF
+:100EA000A38B2EBA002B002070B50C4C2C2500B95A
+:100EB00070BD037A4668013BDBB20372002BF7D1A9
+:100EC000C3604360837A05FB03431B6A13B19847F1
+:100ED0003046ECE7FFF718FFFAE700BF080B0020E9
+:100EE000054B0122C3F8002590F8861009B1DA609D
+:100EF00070471A605A60704700700040F8B50B796F
+:100F00008D7903F01F02072A1DD80C780B2C15D8F9
+:100F1000DFE804F007070707140614140E10141274
+:100F200004244878032811D0042821D02A4A06E056
+:100F30000524F6E70624F4E70724F2E7274A2848C1
+:100F4000012109F0CAFA6FF01500F8BD01264888A2
+:100F500044F20A07B84239D00CD844F20307B84229
+:100F600016D044F20507B8422ED078B31D4AE6E702
+:100F70000026ECE744F21407B84229D044F22807CF
+:100F8000B84227D044F20F07B842EFD1032000E067
+:100F900000204F7914491144C3F3401381F8A07025
+:100FA0001B05110143EA042301F1804101F5E041F1
+:100FB00043EA063343EA00430020C1F81835C1F87C
+:100FC0001455C1F81005C0E70120E2E70220E0E770
+:100FD0000420DEE70520DCE7C83D0300A93D03004F
+:100FE0001C030300EC3D030030040020F7B50D4660
+:100FF0004FF0FF3363484FF0FF3205F0A3FA6E68FD
+:10100000731EFE2B05D9604A6048012109F065FA7C
+:1010100012E000235E485F4F1A4626FA03F111F0F2
+:10102000010134D017F803C0BCF1000F0CD15A4AAB
+:101030005648012109F05AFA6FF01504514805F09D
+:101040005DFA204603B0F0BD00EB031E6C7CDEF8B9
+:101050001815003C18BF012421F0807141EA046199
+:10106000CEF8181503F151010901013240F801C011
+:10107000D2B20133082BD0D12B7CA3F10801062971
+:1010800016D8DFE801F0171519150915130003F13B
+:10109000510424010151ECE702233D49012AC1F822
+:1010A000F0356B7C0AD95BB13C4AADE70323F4E72A
+:1010B0003B4ABDE70023F0E70123EEE7082B10D8F9
+:1010C000C1F8F4352B6851006BB9EB688B420ED236
+:1010D000344A00912D48012109F012FA6FF00B04F7
+:1010E000ACE7314AA4E79B8903FB0111EDE7284BEC
+:1010F000A968C3F82C162F46C3F830260FCF2B4C07
+:1011000004F174060FC63B683360002626672B681F
+:1011100027469BB30FCB04F1880585E80F00656770
+:10112000A4F8986050B3BFF35B8F57E8003F47E8DF
+:101130000062002AF9D1BFF35B8F1D49D4F88850B3
+:101140001C4A4FF400400F463146E5FB0071002376
+:101150003846DFF775FE0022CDE90001002304F1D7
+:10116000080006F0A9F914484FF0FF324FF0FF33A2
+:1011700005F0E8F900B12067246F5FE70B48FFF73F
+:10118000AFFEF0E770040020173E03001C030300CD
+:1011900000700040D0040020353E0300743E030080
+:1011A0004F3E0300C93E0300A63E0300300400206A
+:1011B0003F420F0040420F008804002010B50E4B44
+:1011C0000024C3F80441D3F80421C3F81041D3F834
+:1011D00010211222C3F804230720F3F741FD224611
+:1011E00001210720F3F76CFD0448836C13B94030EC
+:1011F00005F084F9002010BD00700040300400208C
+:1012000038B52F4BD3F80421002A4CD00022C3F864
+:101210000421D3F804112B4C01219960C3F8002557
+:10122000636F2546D3B3D4F88C30B4F8982033B12B
+:1012300004F174019847012814D0022828D0B4F88A
+:101240009830B4F894209A4222D90133A4F8983007
+:101250001B4BD3F82C26D3F8341689B202EB41028B
+:10126000C3F82C26D4F8883023B9BDE83840154897
+:10127000FFF736BEBFF35B8F55E8003F5A1E45E8C7
+:1012800000210029F8D1BFF35B8F012BEDDC38BDC5
+:10129000D4F8883013B10C480EF046F90B48BDE87D
+:1012A000384005F02BB9D3F810110029EFD0C3F85E
+:1012B0001021D3F8102101229A601A605A60E6E7E3
+:1012C0000070004030040020380400208804002012
+:1012D000084B70B5C31A0D4607499B100446594385
+:1012E000064840220CF09EFC2B4601462046BDE8F5
+:1012F000704018472C3D0020B76DDBB62C00030072
+:1013000073B50C4C0C4A4023041B00930D460B464E
+:101310000A49A4106143064609480CF0AEFC011EC0
+:1013200005DA30462B4602B0BDE87040184702B0DF
+:1013300070BD00BF2C3D0020E3DC0200B76DDBB6C2
+:101340002C000300002270B5012104461046F3F77B
+:10135000B7FC0F4803F0C8F90E4B984215D10DF0B9
+:10136000AFFA26690C49304608F055FD00280BDB22
+:10137000012535642469084904F11C0008F04BFD7F
+:10138000002801DBE564002070BD6FF00400FBE77E
+:10139000D11402000000AD0B440F03007FB5002202
+:1013A0000123CDE9022304ABCDE90433094ACDF88A
+:1013B00000D06B46CDF804D00CF08CFC002805DB87
+:1013C0004FF480420023684605F0BCF807B05DF892
+:1013D00004FB00BF01DD020010B5EFF311844023D0
+:1013E00083F31288BFF36F8F074A136823F002015B
+:1013F000DB07116002D401200DF05DFA84F311883F
+:10140000BFF36F8F10BD00BF7C3D002030B4104B88
+:101410000C2202FB003301460020D3E90E529863F0
+:10142000EFF31180402484F31288BFF36F8F1C6C9C
+:1014300004F0C00444F002041C6480F31188BFF37C
+:101440006F8F1DB12B46034830BC184730BC704726
+:101450002C3D00202C00030010B4EFF31182402338
+:1014600083F31288BFF36F8F1748016841F00204BD
+:101470000460C80707D482F31188BFF36F8F01207F
+:1014800010BC03F021B94FF08041D1F80C04D1F821
+:101490000C14C907EFD5EFF3118083F31288BFF363
+:1014A0006F8F0A490B6C03F0C00343F002030B6417
+:1014B00080F31188BFF36F8F82F31188BFF36F8FB2
+:1014C000002010BCFFF7A2BF7C3D00202C3D002077
+:1014D00010B1012804D07047034B1B6C5B0701D18E
+:1014E000FFF794BF704700BF2C3D0020F8B5284996
+:1014F000BFF35B8F0646012251E8003F41E8002020
+:101500000028F9D1BFF35B8F33B9224922484B60E1
+:10151000CB608A6008F092FC731E012B1DD80DF081
+:101520004CFE0446D0B91D4B1B78BBB14FF0804335
+:101530000222C3F8082305464FF08047D7F8182445
+:10154000D7F81834D20312D59B0701D0012E0ED143
+:10155000BCB185F31188BFF36F8FF8BDEFF3118530
+:10156000402383F31288BFF36F8F0124E4E71CB19B
+:10157000284609F005FDE1E70021212005F016FDD0
+:10158000DCE74FF080430222C3F80423E5E700BF05
+:10159000283D0020183D0020483D0020C642002084
+:1015A00008B507480DF064FB38B10648F3F718FC9E
+:1015B0000448F0F7B1FF002008BD6FF01200FBE710
+:1015C00090000300C91502000A2838B5074D0446EB
+:1015D00004D1AB680D215B6828469847AB68034887
+:1015E0005B68E1B29847204638BD00BF9000030019
+:1015F000EFF31182402383F31288BFF36F8F0A4BFE
+:10160000D3F8001161B10021D3F80805C3F8001127
+:10161000D3F80031C0B282F31188BFF36F8F7047E7
+:101620006FF00A00F7E700BF00D00040F0B50346B6
+:1016300010469C7893F803C0EFF31182402585F3A0
+:101640001288BFF36F8F1F7893F801E0E41B04EA60
+:101650000C04A04288BFA0B23E180CEA06063D4624
+:101660001E7082F31188BFF36F8F0A188A4216D159
+:1016700077450CD1EFF31182402181F31288BFF33B
+:101680006F8F1978597082F31188BFF36F8F1B79B0
+:10169000241AA34222BF064B01221A60F0BD5E1934
+:1016A0000135767901F8016B05EA0C05DEE700BF2C
+:1016B00000D00040DB432DE9F04713F001050E4652
+:1016C000144604D02248FFF7B1FFBDE8F0879AB373
+:1016D000EFF31188402383F31288BFF36F8F0D203F
+:1016E000F3F7E0FA07460D20F3F7C8FA88F31188FC
+:1016F000BFF36F8FDFF85CA0DFF85C80CAF80051A1
+:10170000DAF800314FF400590123CAF800302546B9
+:10171000C8F88091DAF8003183B1FFF769FF031E42
+:10172000C8F88091F6DB013DADB27355002DF1D1C3
+:1017300017B10D20F3F794FA2046C6E7EFF31180B6
+:10174000402383F31288BFF36F8F09F019FCE1E7A0
+:10175000B03D002000D0004000E100E02DE9F04164
+:10176000124F0D46144607F1450814B92046BDE84E
+:10177000F0814FF0FF334FF0FF32384604F0E2FEC5
+:10178000224629464046FFF751FF0646384604F0F8
+:10179000B5FE3EB94FF0FF324FF0FF33044804F07E
+:1017A000D1FEE6E7A41BA4B23544DEE7803D00206D
+:1017B000983D002038B5194C0122114620460DF005
+:1017C000D2FB0122002104F118000DF0CCFB40F205
+:1017D0000743A4F848304FF0706323630C2384F868
+:1017E000343000250E4B84F84550A4F84650D3F809
+:1017F000042522F00102C3F804250121C3F8005199
+:10180000D3F80021C3F804132A4619600D20F3F71A
+:1018100057FA0D20F3F724FA284638BD803D002002
+:1018200000D0004010B5FFF7E3FE002820DB174B87
+:1018300093F8322093F8314093F83310141B31EAB7
+:101840000404C0B20DD193F8472093F8464093F8B2
+:101850004810141B31EA04040BD10D4B01225A60CD
+:101860000EE09C180132114084F8350083F83210E4
+:1018700010BD9C180132114084F84A0083F84710CB
+:101880000448BDE8104004F039BE00BF803D002090
+:1018900000D00040983D0020024B0B6001231360F4
+:1018A000704700BFD43D002000487047A80F0300D8
+:1018B00007B50346054A00910548012108F020FEBE
+:1018C0006FF0150003B05DF804FB00BF523F03004A
+:1018D0009403030010B5012211460748074C0DF090
+:1018E00042FB02F04BFF0DF0ACF820600DF0A5F8C4
+:1018F0006060002010BD00BFDC3D0020D43D002012
+:1019000038B5037B04460BB10CF0E9FF0125A36851
+:10191000032B06D8124AD2F80034DB07FBD500208F
+:1019200038BD23686068196803F0B8FC6368043345
+:101930006360236804332360A368043BA360237BB4
+:101940000135002BE3D0284602F0A6FF0028DED0A8
+:10195000034AD2F80034D907FBD50120E0E700BFE5
+:1019600000E00140F0B589B00E4615460DF065F86F
+:101970002946074630460CF0FBF960B3B6FBF7F397
+:1019800007FB136323B9B5FBF7F407FB14545CB1F1
+:101990001F4A009533461F48012108F0B1FD6FF042
+:1019A0001504204609B0F0BDAF42FAD84FF0FF331E
+:1019B0004FF0FF32184804F0C5FD0CF084FF04AB73
+:1019C000014660B9102218460DF026FFCDE90565E5
+:1019D0000CF0AAF916E0114A00953346DBE7102215
+:1019E000214618460DF018FF01228DF81C200C4AE4
+:1019F000CDE902200B48CDE9056502F0C7FE02A83B
+:101A000002F0CAFE0446044804F078FDC9E700BFAE
+:101A10006F3F030094030300DC3D0020523F0300AE
+:101A200029DD0200645E010070B50D4688B01946DC
+:101A3000284616461C460CF09BF958B91D4A0094DE
+:101A40002B461D48012108F05BFD6FF01504204670
+:101A500008B070BD45EA04039B0703D0174A009401
+:101A60002B46EEE7002CF2D04FF0FF334FF0FF3261
+:101A7000134804F067FD0CF026FF0346CDE904652A
+:101A800004A806948BB101238DF81C300D4BCDE9D1
+:101A9000023041F64C5002F079FE02A802F07CFEC2
+:101AA0000446074804F02AFDD1E78DF81C30FFF703
+:101AB00027FFF5E7523F0300940303008E3F030026
+:101AC000DC3D002001190200F0B54068057B01F003
+:101AD0001F0444EA4514056987B0002D64D0B2F5AF
+:101AE000001F00F1100506D1214628460CF09AFF90
+:101AF000002007B0F0BD01AE0027B2F5800F0197BE
+:101B0000776039D1B3F1007F14BF052304238DF82A
+:101B100004300023CDE904630393836823FA01F1C1
+:101B200011F001011AD1B2F1A07F17D104F01F0307
+:101B3000620903F5E0732AD0012A3BD11F4A52F80B
+:101B40002330DB070AD40DF103063246214628462E
+:101B500003F0DEF91A4B98421CD0029603AA2146E4
+:101B6000284603F097F8174B984220D101222146CE
+:101B7000284603F031FABBE7B3F1C06F05D0B3F1EB
+:101B8000007F14BF01230223C1E70323BFE74FF007
+:101B9000A042D4E73146284603F018FA094B984290
+:101BA000DBD06FF00B00A4E76FF08500A1E76FF0CA
+:101BB00015009EE751F82330FFDE00BF0003005000
+:101BC0000400AD0B0000AD0B38B545682B69B3B10F
+:101BD0001035284603F0EAF9044680B90146284644
+:101BE00003F0B0F9084B98420BD108492246284629
+:101BF00003F088F9224605210620F3F761F800205A
+:101C000038BD6FF00400FBE70000AD0B111C0200B3
+:101C1000420970B5034602D0012A17D070BD0D4E9F
+:101C2000326951680029F9D003F01F0301250C68BF
+:101C30009D400029F2D08A682A4002D04B68304685
+:101C400098472CB1236821461C46F2E7024EE7E78D
+:101C50002346F8E754000300400003002DE9F04359
+:101C6000466840F20635D006337B87B002EA0505A8
+:101C700054BFC2F34010032001F01F07B5F5837F66
+:101C8000144647EA43178DF8030044D00FD8062DB9
+:101C900018D007D8B5B1022D3FD06FF0150007B0AE
+:101CA000BDE8F083B5F5807FF7D101250AE040F269
+:101CB0000222954233D0B5F5407F32D0B5F5007F92
+:101CC000EBD1022522032ED5726801238B40C2F886
+:101CD0000835326992BB07F01F037F092BD0012F13
+:101CE00079D13F4A02EB830284F48033D2F80017A3
+:101CF000C3F30043C4F3404444EA430421F4E161E4
+:101D000044EA800421F0070144EA05230B43C2F8AA
+:101D100000370020C3E70725D4E70425D2E70525CF
+:101D2000D0E70325CEE7630341BF012372688B40F0
+:101D3000C2F80C35CDE74FF0A042D3E710360DF1D5
+:101D400002023946304603F0E3F814F4403F80467F
+:101D50000CD1394630460CF063FE224B9845D8D161
+:101D60009DF80210304603F02BF9D2E701AB4FF09B
+:101D7000000903AA39463046CDE90439CDE9019975
+:101D8000CDF80C9002F086FF164B984285D114F4E2
+:101D9000003315D09DF803308DF80E3084F4803474
+:101DA000C4F300444B4603AA394630468DF80C5024
+:101DB0008DF80D4003F028F80A4B9842CDD06CE71F
+:101DC000CDE9043303AA0DF10303394630460393EA
+:101DD00002F060FFF0E703F5E07352F82330FFDE16
+:101DE000000300500000AD0B08B5CA0743680AD4D1
+:101DF000C1F34201012909D002290ED0094A0A483B
+:101E0000012108F06AFB6FF0150005E01B684FF038
+:101E1000CC72C3F82425002008BD1B684FF0C862AF
+:101E2000F7E700BFF03F0300B4030300F8B54468D0
+:101E30000669E36900AF05469847206A0CF07BF815
+:101E400000281FDB3346134A04F10801204603F043
+:101E500029FD114B984217D06C4688B02B686A4612
+:101E60000E49C2E905134FF4007393830C4B42F8FB
+:101E7000103F0C4800234FF4E251F1F751FE6FF090
+:101E80000400A546BD46F8BD204603F045FD0020F0
+:101E9000F8E700BFE51E02000000AD0B02400300A2
+:101EA00003000001B403030070B544682368D3F84D
+:101EB0000855D3F80C65204603F03EFD3146284610
+:101EC00003F0D2FF0546206A0CF035F8204603F0F7
+:101ED00023FD034B9D4214BF6FF00F00002070BD27
+:101EE0000000AD0B0378012B08D0022B08D04BB9B2
+:101EF000054B0B6301F1180004F000BB034BF8E73E
+:101F0000034BF6E7034BF4E70000AD0B0100AE0B0B
+:101F10000200AE0B0100AD0B2DE9F04F8DB002AF0A
+:101F2000D0F804B0D0F81080BA6014221D460646DE
+:101F3000BBF81830D8F834A0FB600C46B818002164
+:101F40000DF06AFC7D754FF0FF324FF0FF334046D5
+:101F500004F0F8FA08F118037B600022002308F16E
+:101F6000180004F0EFFA4FF000094D46BB689945A0
+:101F700001D300243FE0207A020700F1AB80BB6868
+:101F8000216809F1010999450AD2830708D4237D04
+:101F900080EA030202F0010203F004031A4307D0AF
+:101FA00025B901F06043B3F1005F36D0002300E0B3
+:101FB00001236268D7F80CE005EB020CF4451ED94A
+:101FC0006C468CB0316802ABDA61FA684348C3E909
+:101FD000082140F203521A851A46C3E90505404B11
+:101FE00042F8103F3F4800234FF45151F1F798FD5C
+:101FF000A5466FF01B04404604F080FA22E0C007BB
+:1020000005D40AEB05003B600DF0F8FB3B68626805
+:102010002A4495B2002B47D1CDB923683B6263684F
+:102020000025227ABB6102F001013975BBF824104A
+:10203000994210D22C4A00912A48012108F060FAF6
+:102040006FF01B0420462C37BD46BDE8F08FC7F863
+:1020500020A02B46E5E782F00202C2F340025201C3
+:1020600007F11401584603F085FC204B984205D037
+:102070000B3398420CD16FF00F04BCE74FF4804251
+:102080007868002304F05EFA28B13046FFF70CFFB1
+:102090006FF00404AFE7D8F83030144A9342F7D118
+:1020A000237ADB0702D400250C345FE73B6A9A45AC
+:1020B000F9D1234608E0A91AD8683B608DB21AFA14
+:1020C00081F10DF09BFB3B685A689542A3F10C032C
+:1020D000F1D2E8E76FF085048DE700BF22400300EE
+:1020E00006000001B4030300ED4003000000AD0B47
+:1020F000036803F01F025B09026004D0012B034850
+:1021000018BF002070474FF0A040704700030050F8
+:102110002DE9F04FDFF86091DFF860A185B015463A
+:10212000834600EB810140F2FF18594503D100209E
+:1021300005B0BDE8F08FDBF800305804C3F3C322CC
+:10214000C3F3080400F191805B0C19F80270444558
+:1021500008BF4FF0FF34192B00F28A80DFE803F04C
+:102160000D141A1D20261D88888888366388888863
+:10217000888888888888667C7F82C5F80C45621CC0
+:102180005ED10BF1040BD0E7C5F81445631CF8D001
+:1021900000265FE0C5F80845F1E7C5F81045F5E70A
+:1021A000661CC5F80845ECD0002604E0601CC5F8A4
+:1021B0000C45E6D0012603A80394FFF799FF039B83
+:1021C000012202FA03F3C0F80C3508E0C5F808450F
+:1021D000002FDBD1631CD4D0002632460627DBF863
+:1021E0000030019303F40040002818BF002203A828
+:1021F000009218BF01260394FFF77AFF039C019B0E
+:10220000009A00EB8400C3F3412CD0F800473B0256
+:1022100043EA8C03134304EA0A04234343EA4603D4
+:10222000C0F80037ADE7C5F80C45D1E7C5F8604503
+:10223000621CDBF80030A4D0C3F30043002BB9D0FC
+:1022400003A80394FFF754FF039B012606FA03F348
+:10225000C0F808353246C2E7C5F86445E8E7C5F876
+:102260006845E5E7C5F86C45E2E76FF015005FE704
+:102270006FF085005CE700BF4F410300F0F8FCFF02
+:1022800010B50E29036913D0102924D00D2930D19F
+:102290006421586A90FBF1F010605B6A93FBF1F0E7
+:1022A00001FB103342F210714B435360002010BD0C
+:1022B000996A080A4FF47A71B0FBF1F010609B6ADA
+:1022C000180ADBB24B431B0AB0FBF1F401FB14000C
+:1022D00001FB0033E9E793F83410602909D1D96A8A
+:1022E000890A1160DB6A0449C3F309034B439B0A63
+:1022F000DBE76FF08500DAE740420F0070B5044677
+:1023000005694068836988B01B6898470028C0F257
+:1023100087806068012305F13402D0210BF031FE83
+:1023200000287DDB95F83430563BDBB20A2B00F2F7
+:102330008D80484A42FA03F3DB0700F18780B6221A
+:10234000E02160680BF01AFE20460BF020FE00280A
+:1023500066DB60682669182302AA88210BF011FE4B
+:1023600000285DDBBDF808303380BDF80A3073808B
+:10237000BDF80C30B380BDF80E30F380BDF81030DE
+:102380003381BDF812307381BDF81430B381BDF8CC
+:102390001630F381BDF818303382BDF81A307382DD
+:1023A000BDF81C30B382BDF81E30F38296F834308D
+:1023B000602B29D16068012306F11802A1210BF0DE
+:1023C000E0FD00282CDB606807236A46E1210BF062
+:1023D000D8FD002824DBBDF8003073839DF802305F
+:1023E00033779DF804309DF8031003F00F0242EAA2
+:1023F0000112F2839DF805201B0943EA021333847E
+:102400009DF8063086F8223095F834306068602BED
+:1024100008D060685722F4210BF0B0FD002808DADC
+:1024200008B070BD0522F2210BF0A8FD0028F0DAFB
+:10243000F6E76068A822F5210BF0A0FD0028EFDB8D
+:102440002120002104F0B2FD0020E9E76FF08500B3
+:10245000E6E700BFFAFBFFFF70B5032904691CD84B
+:102460000F4B58560F4B5E560F49B04202F108020F
+:1024700001DD002070BD031D04EB43032569B3F9A2
+:1024800001301B116B4393FBF1F501FB153342F84F
+:10249000085C42F8043C0130E7E76FF08500E9E7AB
+:1024A000964203009242030040420F0038B505698E
+:1024B0006B6805F108021C6827210723A047041E4A
+:1024C00006DA064A0648022108F007F8204638BD19
+:1024D0002B7A13F00F0F18BF0024F7E767410300B2
+:1024E000BC0303003B2908B503D1BDE80840FFF752
+:1024F000DDBF0329F9D00C2907D10548054A02217F
+:1025000007F0EBFF6FF0850008BD6FF03C00FBE7C4
+:10251000BC0303008641030008B5044A04480221B5
+:1025200007F0DBFF6FF0850008BD00BFA741030087
+:10253000BC0303002DE9F04184B0D0F804800669A3
+:10254000D8F8003000AF05469847041E17DB7368C3
+:10255000FA1D9B680F2128469847041E05DA384A61
+:102560003848012107F0B9FF09E0FB79332B0BD084
+:10257000354A3448012107F0B9FF6FF015042046B1
+:102580001037BD46BDE8F08198F80C20D3070BD575
+:102590002E4B44F6161142F28B4CC3E900C12C4974
+:1025A00049F22D2EC3E902E194070AD573681C692C
+:1025B00080231A461E212846A047041E01DA254A18
+:1025C000CEE74FF00008C7F8098087F80D80072391
+:1025D0003B72736807F108025C68202106232846D5
+:1025E000A047041E01DA1C4ABAE7184B1B68336186
+:1025F00073684246DB68232128469847041E01DAA7
+:10260000164AADE76C468AB033696A46144951618F
+:10261000C2E90883022004210623C2E9060142F828
+:10262000103F084843464FF44351F1F779FA736875
+:10263000A546DB68472220212846984704469EE7A6
+:10264000D1410300BC030300E94103002C06002034
+:1026500094B60100004203002642030046420300F4
+:102660006E42030010B54368046958680CF000FB23
+:1026700038B90648064A012107F02FFF6FF0120013
+:1026800010BD044B63600020FAE700BFBC030300E9
+:10269000B4420300D010030008B5034903480BF00F
+:1026A000FDFE6FF0850008BDCC420300140303005B
+:1026B000F7B5076945683860AB7E06464BB90DF142
+:1026C0000701284608F0A8F9002809DA6FF0040489
+:1026D00011E00121284608F0EBF90028EFDAF5E7D0
+:1026E0009DF80730402B09D03D4A3E48012107F0B4
+:1026F000FDFE6FF01504204603B0F0BD0121284611
+:1027000008F091F9002804DA374936480BF0C6FE84
+:10271000DCE764200CF0A7FAAB7E3BB90121284628
+:1027200008F035F9002808DA3049EEE7012128469B
+:1027300008F0BEF90028F1DAC8E70021284608F0C1
+:10274000CAF808B12A49E0E72B7E33B101212846B7
+:1027500008F0EFF808B12749D7E70121284608F02B
+:10276000D1F808B12449D0E72A7E6B7E5AB133B341
+:102770000121284608F0F4F8044620B11F49194801
+:102780000BF08CFEB7E76B7ECBB10121284608F039
+:1027900078F9044608B11A49F1E70121284608F002
+:1027A00059F9044608B11749E9E70122014607F142
+:1027B0000C000CF0D8FBEB7E53B900249BE7002102
+:1027C000284608F071F804460028F4D00E49D6E7F0
+:1027D000304600F06DF90028EFDA0C4995E700BFAC
+:1027E000E242030014030300F8420300094303001C
+:1027F0001C4303002B4303004443030064430300D2
+:10280000834303009B430300AA430300C543030023
+:10281000014902480BF042BEE543030014030300E4
+:102820000B29F0B415D8072915D90B2918BF083979
+:1028300000691D4D19BFC9B20C46022400210430A5
+:1028400040F2DC57A14202F1080207DD0020F0BC93
+:1028500070470C2910D0F0BCFFF71EBF30F81130C4
+:1028600013FB07F393FBF5F605FB163342F8086CF0
+:1028700042F8043C0131E5E70169B1F90A30002B67
+:10288000B8BF0733DB1019331BB21360B1F90A303C
+:10289000594201F0070103F0070358BF4B420349B7
+:1028A0004B435360D2E700BF40420F0048E80100AD
+:1028B000F8B5466807690D463046012107F0F4FF78
+:1028C000044620B10F4910480BF0E8FD0FE04FF42B
+:1028D0002472002307F10C0003F034FE48B10B4AC8
+:1028E00009481423012107F001FE6FF0040420467B
+:1028F000F8BD2946304608F061F804460028F6D0B5
+:102900000349E0E7FB430300140303001244030000
+:10291000E543030073B546680469737E054669465E
+:10292000002B34D0FFF7C4FF20B11F491F480BF024
+:10293000B5FD2AE0009B6360BDF804302381337E3F
+:102940001BB369462846FFF7B3FF0028EDD1A388E3
+:10295000BDF80020E18813441BB2BDF80220A3801B
+:102960001144BDF80400228903EBD3735B100244C9
+:10297000A380C1F3C03303FA81F1C2F3C03303FA79
+:1029800082F249105210E180228102B070BD3046BF
+:1029900008F014F808B10649C8E7009B6360BDF869
+:1029A00004302381F1E700BF3B440300140303001C
+:1029B000E543030008B50346034A0448012107F034
+:1029C00095FD6FF0850008BD534403001403030018
+:1029D00013B5044608460B2811460BD807280BD917
+:1029E00079B1082928D01B481B490BF057FD6FF01F
+:1029F00085001BE03B28F3D002B0BDE81040FFF794
+:102A0000D9BF1B686068322B12D006DC0A2B07D0B6
+:102A1000142B0FD06FF0150008E0642BFAD10321BE
+:102A200007F059FF002818BF6FF0040002B010BD76
+:102A30000221F5E70121F3E71A68ADF8002060688C
+:102A40009A681B69ADF802206946ADF8043007F0BA
+:102A500019FFEBE7140303007A44030037B504467B
+:102A60004068C57E0B461146226945B90E4A0F489B
+:102A7000012107F032FD6FF0850003B030BD5D88A5
+:102A80000B2DF8D1C2E90C1339B1694607F096FF56
+:102A90006068012107F0F5FFEFE7606803B0BDE86B
+:102AA000304007F0EEBF00BFB04403001403030042
+:102AB000F8B544680669E0690CF0DAF840B9264ACE
+:102AC0002648012107F009FD6FF015052846F8BDDD
+:102AD000234BF363638CE06994F8201043F4803255
+:102AE0000769D0F808C03D6813F0010F4FF00103EB
+:102AF00003FA01F314BF2B4325EA03033B60DCF820
+:102B000000309847051E05DA164A1448012107F0DF
+:102B1000E4FCDBE794F820301348012202FA03F3C7
+:102B2000C6E90A03E0698368DB6906F124013BB961
+:102B30000E4A0A48012107F0D0FC6FF00405C5E7F2
+:102B400098470028F4DB04F11C004FF0B861BDE8A1
+:102B5000F8400BF0CFBC00BFCD44030014030300CA
+:102B60004FE50200F44403002FE502000D45030089
+:102B7000074BD3F8082142B10020C3F80801D3F86D
+:102B80000821D3F818350B7070474FF0FF307047AD
+:102B900000200040024BD3F88004C3F88004704743
+:102BA00000200040F8B50E460CF007FB1A4D78BB2C
+:102BB00064240127BFF35B8F55E8003F002B03D14E
+:102BC00045E80072002AF7D1BFF35B8F07D02120C0
+:102BD0000021013C04F0EAF914F0FF04EAD10F4CA3
+:102BE0000023C4F81C31D4F81C310123A360C4F8BD
+:102BF0001C654FF47A76D4F81C3123B901200BF010
+:102C000080FE013EF7D10123E36000232B60F8BD75
+:102C100001232B60E3E700BFA03E0020002000401E
+:102C2000F7B5604A436805690024C2F800451F688B
+:102C3000064601AA214638460BF08DF900280FDB25
+:102C4000019B3A6819791868FFF762FA002807DBD8
+:102C50006B793769012B06D0032B03D06FF0850009
+:102C600003B0F0BD1024AB79032BF7D1E97900292B
+:102C7000F4D12A79012A1AD0022A1AD0002AEDD1D9
+:102C800011462B68B3F5164F6DD02FD8B3F5165FEC
+:102C90006BD018D8B3F5966F69D00CD8B3F5967F82
+:102CA00068D0B3F5167FD9D14FF41C3345E04FF40B
+:102CB00080710E22E5E7B3F5166F5ED0B3F5965F2F
+:102CC000CCD1394B39E0B3F5E14F59D007D8B3F542
+:102CD000615F57D0B3F5964FC0D1344B2DE047F626
+:102CE00012208342BAD14FF4000326E0B3F5613FCE
+:102CF0004BD011D8B3F5963F49D008D84DF6C02037
+:102D0000834246D0B3F5614FA8D1294B15E0B3F506
+:102D1000E13FA3D1274B10E0B3F5612F3CD007D89A
+:102D2000254883423AD0B3F5E12F97D1234B04E0F5
+:102D30002348834292D14FF080531A4E14430C43E0
+:102D4000C6F82435C6F86C4595E8030087E803000B
+:102D500004230020C6F80035C6F80801D6F808316B
+:102D6000012333607CE7174BE7E7174BE5E74FF4A8
+:102D70009E23E2E74FF4A033DFE74FF41D23DCE7A7
+:102D8000124BDAE74FF46C13D7E7114BD5E7114B31
+:102D9000D3E74FF46503D0E70F4BCEE74FF08063E6
+:102DA000CBE700BF0020004000B0130000A04E00A1
+:102DB00000F0EB0000E0D70190D0030000705F0747
+:102DC00040420F0000509D000050270000F07500A9
+:102DD00000B0AF0300903A0100D0BE0E2DE9F043E1
+:102DE00083B045680669D5F8348000AF3A1D0021EC
+:102DF00040460BF0B0F8041E1ADB7B68D8F80020C0
+:102E000019791868FFF784F9041E11DBA96B481CB7
+:102E10001BD005F13C0000F055FB10F1130F0446E8
+:102E20000BD1314A314801210BF0A8FB6FF012049D
+:102E300020460C37BD46BDE8F083411D05D12C4A24
+:102E40002A4801210BF09AFBF2E7EB6A9847B56834
+:102E50004FF00108D6E9023203EBC2039D4204D3CE
+:102E600030460BF0D9FB0024E2E728680BF000FFA6
+:102E70000346B0B92A68297910686C468AB06A4658
+:102E80001C4DD1614FF4007111841B49C2E90550FA
+:102E900042F8101F15484FF41151F0F741FEA546B6
+:102EA000C4E728682979EB88D0F810C0D0F80890DA
+:102EB000DCF80040DA0754BF43F4B01383F4D013B6
+:102EC00023F4801208FA01FEDB074CBF44EA0E042B
+:102ED00024EA0E04CCF80040D9F800309847041ECC
+:102EE000A6DB0835B6E700BF37450300240403001E
+:102EF000624503007F450300040000012DE9FF4106
+:102F00000569D0F804802B6E0646A86D002835D1DF
+:102F1000002B53D0B8F830406A6DEF6D9C4228BF4B
+:102F20001C46EB6D53B1296E41B107F06041B1F120
+:102F3000005F03D0082C6F6F28BF082400926A6DD1
+:102F4000AC661AB1AA6D002A18BF2246CDE9012746
+:102F50001BB12B6E002B18BF23460022694640464A
+:102F6000039302F07DFB184B984229D06FF00401C7
+:102F7000304604B0BDE8F0410BF070BB696DEF6DF9
+:102F8000B8F830400A46ABB1834228BF03469C42A2
+:102F900028BF1C460029C4D001F06043B3F1005F94
+:102FA000BFD0082C28BF08242246286F0CF026FC2E
+:102FB0002A6FB6E7844228BF0446EBE71946D7E7F5
+:102FC00004B0BDE8F08100BF0000AD0B10B5027881
+:102FD0000346002A5FD10C69A26E32B9606E6FF0B1
+:102FE0007301BDE810400BF039BBE06D40B1216EBC
+:102FF00031B1DB6823B1834202D0616F0CF0FEFB7C
+:10300000A36DA26E33B19A4213D9234A23480121FA
+:103010000BF0B4FA236EA26E33B19A4222D91E4A43
+:103020001E4801210BF0AAFA606EBDE81040FFF7C0
+:1030300065BF9B1AA3657BB9636C08336364A36C9B
+:10304000013BA36404F1580204F1480104F1440077
+:103050000BF09BFA6065DDE7636D002BDAD013445B
+:103060006365D7E79B1A23667BB9E36C0833E36497
+:10307000236D013B236504F1600204F1500104F16A
+:103080004C000BF082FAE065CEE7E36D002BCBD06D
+:103090001344E365C8E710BDA345030024040300FF
+:1030A0002DE9F04F8DB000AF8846FB604368BB60F0
+:1030B0008B88046999040546914633D44FF0FF325A
+:1030C0004FF0FF3304F1100003F03CFAC4F8048021
+:1030D000D5F804B0D5F810A0DBF808303B609AF8BA
+:1030E0006D3023B1DAF80030984500F0DF80B8F891
+:1030F000046016F400631CD0B14AB24801210BF001
+:103100003DFA6FF0850623689B8813F4005304D1C1
+:10311000636004F1100003F0F1F930463437BD4626
+:10312000BDE8F08FA369002BC8D163689845C5D16D
+:10313000CEE7F20715D529686D4688B06A46A248E1
+:10314000C2E905014FF400719183A04942F8101FB4
+:103150009C484FF4E251F0F7E3FCAD466FF01506E2
+:10316000D1E7300705D59A4A964801210BF006FAB7
+:10317000F4E7C6F34513082B01D0964AF4E7D8F8D4
+:1031800000307B607A68944B9A4201D8934AEBE70F
+:103190000BF10C0EBEE80F0007F1100CACE80F00AD
+:1031A0009EE80F008CE80F00D7E900239A4228BF61
+:1031B0001A468B4B9A4217D28A4B9A4214D28A4BA8
+:1031C0009A4211D2894B9A424FD8894B9A424ED893
+:1031D000884B9A424DD8884B9A424CD88748884BA6
+:1031E0008849824288BF0B46B1077B6206F0040320
+:1031F00043D5002B14BF0323022387F82830C6F3DE
+:10320000001387F82930DBF80030D3F8082516F0D2
+:10321000020F4FEA5213C6F3400102F01F0233D1EE
+:103220007BB3012B40F02781774901239340C1F8FC
+:103230000C359AF86D302BB1584602F0D7F90023BF
+:103240008AF86D30714A2B4607F11001584602F09A
+:1032500099F96F4A9042034623D06E4A594801219A
+:1032600007F044F96FF004064DE76B4BBCE76B4B7E
+:10327000BAE76B4BB8E76B4BB6E7003B18BF0123CF
+:10328000BBE74FF0A041D0E743B1012B40F0F680FF
+:103290005D4901239340C1F80835CAE74FF0A041CA
+:1032A000F7E701238AF86D30CAF80080012384F81B
+:1032B0006C30BB68996B4A1C0AD003F13C000BF0E0
+:1032C000DEF9743004D1584A3E4802210BF056F919
+:1032D000B9F1000F6BD1C4F844900023A36404F14A
+:1032E000580204F1480104F144000BF04EF9FB6868
+:1032F0006065002B40F09C80E3640023236504F1AB
+:10330000600204F1500104F14C000BF03EF900267C
+:103310003246E0650121204626640BF05DF928461F
+:10332000FFF7ECFDA06C32463346834240F08980C3
+:103330000023266D1946B14240F08A809342A04690
+:1033400038BF13464FF4FA5202FB03F658F8283BF5
+:103350004FF4004C1B68B6FBF3F640F2E730C8367A
+:1033600000214FF47A720023E6FB0C01DDF768FDC3
+:1033700002460B46404603F0E5F8024600286ED0B0
+:103380002A4A104801210BF0F9F80026B868A66611
+:1033900002F02CF984F86D606FF0730128460BF091
+:1033A0005DF9404603F0F4F86FF07306ABE6D9F828
+:1033B00000306364002B90D0D9F804308EE700BF52
+:1033C000C145030024040300DB45030003000001A2
+:1033D000FD4503001C46030047E801004B4603007F
+:1033E0000048E8010024F40000127A00FF083D00C4
+:1033F0007F841E003F420F001FA107008FD00300F3
+:1034000048E8010090D0030000030050CD2F0200D7
+:103410000000AD0B7C46030000093D0080841E00C7
+:1034200040420F0020A10700A3460300CD46030041
+:10343000FB681B68E364002B3FF45FAFFB685B68CD
+:103440005CE7616C01EBC301013349680A446CE736
+:10345000E06C00EBC1000131406803446BE7266C6F
+:1034600016F1740F91D0002E3FF44DAE014628693D
+:103470000BF0B2F847E6C1F80C15FFDE0023C3F8E5
+:103480000835FAE700F01F0240090DD001280ED1DF
+:103490000A4B03EB82030A4AD3F80007024042EAD0
+:1034A0008102C3F8002770474FF0A043F1E702F50F
+:1034B000E072002353F82230FFDE00BF000300500B
+:1034C000F0F8FCFFF0B587B001238DF8023002233D
+:1034D0008DF804306B4403930F4601AB0DF10301EB
+:1034E0000024049305460291059401F06FFD0C4BF6
+:1034F000984206460FD103AA3946284601F0CAFB76
+:10350000B0420BD09DF80310284601F059FD6FF032
+:10351000040007B0F0BD6FF01200FAE72046F8E7AC
+:103520000000AD0B70B5012383400E4ABFF35B8FE3
+:10353000DC4352E8001F01EA040542E80056002E71
+:10354000F7D1BFF35B8F4FF4803282400648C0F85A
+:103550000823BFF35F8FBFF36F8F0B4214BF0120AF
+:10356000002070BDA83E00200010014070B40E493C
+:10357000D1E90034D01AC31844F1000422F07F4688
+:10358000C1E90034A6F50013B3F5400F09D2074B8B
+:103590001B681A0A1B069C19054B42F10005C3E97A
+:1035A000004570BC03F098BEE8210020AC3E00202E
+:1035B000F021002011B3BFF35B8F0123104A834039
+:1035C00052E800CF4CEA030C42E800C10029F7D1D1
+:1035D000BFF35B8F0B4A4FF480338340C2F8043350
+:1035E000094BBFF35B8F1B68BFF35B8FC340DB07E7
+:1035F00042BF064B4FF40032C3F80021704700BFB2
+:10360000A83E002000100140A43E002000E100E0A0
+:103610000D4B1868010A0006BFF35F8F0B4BD3F800
+:103620000435181841F10001B3F5801F0AD2084B88
+:10363000D3E90023904271EB030303D210F18070B1
+:1036400041F10001704700BFAC3E00200010014076
+:10365000F02100202DE9F04F85B016461F469DF859
+:1036600040A00446FFF75EFF0190FFF7D1FFB04294
+:1036700071EB070354D23E4B301A67EB01019842BD
+:1036800071F100014FD23B4B03EB0413D3E902234A
+:103690009F4208BF96425ED037494FF4803804F10C
+:1036A000500508FA04F8AD00C1F848832046ADB2D1
+:1036B0000BF00DF826F07F4B05F1804504F5A8735B
+:1036C00005F58835DC464FF003090293029A2CF089
+:1036D0007F4341F82230C1F84483D1F80435274AAA
+:1036E0006FF00200C01A604420F07F40904232D94F
+:1036F000286868B1D1F804350393A3EB0B0020F0E0
+:103700007F40B0F5000F26D920460AF0E0FF039B6A
+:10371000BAF1000F07D109EB030C09F10109D5E754
+:10372000BAF1000F09D06FF0150520460199FFF797
+:1037300041FF284605B0BDE8F08F0123104ABFF3D2
+:103740005B8FA34052E8000F184342E800010029B4
+:10375000F8D1BFF35B8F07490E98230101EB0412E8
+:10376000C8500F9B5360C2E902670025DDE700BF28
+:1037700001008000D821002000100140FDFF7F00E3
+:10378000A43E00207FB51C4C1C4BC4F80833C4F881
+:1037900048331B4B00254FF0FF304FF0FF31C4F88A
+:1037A0000855C3E902014FF48033C4F80433154BC4
+:1037B00002264FF400320121C4F804631120C3F83B
+:1037C00080212A46F1F77CFA1120F1F749FA0E4AD6
+:1037D0000123A360236013600C4B0D4A0093CDE9D5
+:1037E000015500232846FFF735FF3046FDF77EFEE2
+:1037F000284604B070BD00BF0010014003000F0058
+:10380000D821002000E100E0A83E00206D35020034
+:10381000FFFF7F002DE9F7432B4CD4F804339907C1
+:103820000BD5D4F8043143B1284A0023C4F804313D
+:10383000D4F80431136801331360D4F80433DA0385
+:1038400023D5BFF35B8F224B53E8002F22F00101F9
+:1038500043E800100028F7D1BFF35B8FD30702D4F1
+:10386000D4F840318BB10025C4F84051D4F8403130
+:10387000FFF7CEFEEFF3108272B6164BD3E9026764
+:10388000B042B94104D282F3108803B0BDE8F0839E
+:103890004FF0FF384FF0FF39C3E90289D3E9001038
+:1038A0001D604FF48033C4F84833C4F84051D4F855
+:1038B000403182F310880029E7D0009032463B4621
+:1038C00028468847E1E700BF00100140AC3E0020D9
+:1038D000A43E0020D821002030B5431C124C85B0F6
+:1038E00005D08442A8BF0446012CB8BF0124FFF7CD
+:1038F0008FFE0E4B0C4DD3E90013401AB0F5000FAC
+:1039000010D22218AA4228BF2A4652184FF00000AF
+:1039100007490091CDE9010043F10003FFF79AFE4A
+:1039200005B030BD2A46F0E7FFFF7F00E821002008
+:103930006D35020008B5FFF76BFE024B1B68C01A1D
+:1039400008BD00BFE821002002460B46014802F0F6
+:10395000EFBC00BF800A0020014802F061BD00BF3B
+:10396000800A002030B5324887B0F9F791FE31481F
+:10397000DDF70CFFDDF7E0FF18B16FF0850007B051
+:1039800030BDDDF7EDFF0028F7D1DDF7FDFF0028A2
+:10399000F3D1DEF707F80028EFD1DEF711F804467F
+:1039A0000028EAD1012503AA02218DF80C50DDF789
+:1039B0002FFF0028E3DB082303AA07212046ADF8E8
+:1039C0000C30DDF725FF0028D9DB1B4B039303AA3E
+:1039D00003212046DDF71CFF0028D0DB03AA0421C9
+:1039E00020468DF80C50DDF713FF0028C7DB1F239E
+:1039F00003AA06212046ADF80C30DDF709FF0028A8
+:103A0000BDDB40F27973984210DD0C4A00902946E4
+:103A10000B4806F075FD002383F31188BFF36F8F09
+:103A20000423184602DF6FF00B00A8E70020A6E78A
+:103A3000CC1103006D3A02001B1B03020E4703006A
+:103A400074030300014902480BF035BBB03E00206F
+:103A50007829002010B403460A46034881680C68A0
+:103A60001946234610BC18476800030098B500AFFC
+:103A70006C468AB06A460D4BD161C2E905304FF4FD
+:103A8000007313840A4B42F8103F0A4800234FF496
+:103A90001151F0F745F80023A54683F31188BFF3D1
+:103AA0006F8F0323184602DFBD4698BD30470300E1
+:103AB000040000017403030090B589B03149324815
+:103AC00000AF0BF0CDFA00F003FD07F10C00DDF7BD
+:103AD00021FF6C4688B06A462C4B53612C4B936196
+:103AE0004FF4007393832B4B42F8103F2A492B4825
+:103AF00007F10C03F0F714F8A54629480BF0B8F8C5
+:103B000050B9284A2548012106F0E7FC6FF012045D
+:103B100020462437BD4690BD234B7B60381DDDF722
+:103B20005DFF034638B1214A1C48012106F0DEFC46
+:103B30006FF01504ECE74FF0FF304FF0FF31FFF767
+:103B400003FF04460028E3D119491A48DDF7A6FE11
+:103B5000044610B1FFF700FFDAE741F64C5307F1D6
+:103B60000800BB60E9F731FC20B1FFF7F5FE6FF00C
+:103B70008504CDE7012338463B70E9F71EFC002899
+:103B8000E8D0F2E77FE70200B03E00202D210300DD
+:103B90005547030003000001C01C400174030300EB
+:103BA000680003007C470300553A02009C4703006D
+:103BB000F8210020453A020073B54FF0FF304FF076
+:103BC000FF31FFF7C1FE002861D1324D0DF1070131
+:103BD000284600F081FB0446FFF7BEFE002C56D1BC
+:103BE0009DF80730042B2CD128783E2815D0FF28CB
+:103BF0001AD04FF0FF324FF0FF332146F8F728FD7F
+:103C00000646A0B924B9244A2448012106F065FCDF
+:103C100002B0BDE87040FFF715BFAB78022BE8D1CA
+:103C2000002200230124E8E7AB78802BF7E76A78CD
+:103C3000184902320C3009F098FF3046F9F7FAFCC7
+:103C4000E6E7022B0AD14FF0FF324FF0FF3303209B
+:103C5000F8F7EEFC044658B9114AD5E7082B10D105
+:103C60004FF0FF324FF0FF330520F8F7E1FC044638
+:103C70006A882946043204F10C0009F076FF2046D8
+:103C8000DCE7084A0548012106F030FCC0E702B035
+:103C900070BD00BFD7410020C0470300740303007C
+:103CA000DA470300F3470300F7B5A64D2B78044627
+:103CB000002B40F00A8304238DF80730A24B0688BE
+:103CC0001F68B7B10DF106030DF10702691CB84773
+:103CD00001280ED09DF80630002B40F06C829DF834
+:103CE0000730AB700E2201236A70EB70AE80A871B2
+:103CF0006AE2B6F5105F4FEA96230BD2002B00F074
+:103D0000C582013B072B08D8DFE803F009073476AA
+:103D1000070707BE3F2B00F0EE8101204BE2204653
+:103D200040F2064230F9033B93420ED040F21D426E
+:103D3000934213D0012040F206439E4200F03B82A2
+:103D400040F21D439E422BD135E2E9F79AFB42F245
+:103D500026039E4204D942F23203F3E7E9F793FBCC
+:103D600042F20C039E42E6D9A6F500530D3B774A7A
+:103D70009BB292E2204640F6634230F9033B934205
+:103D80002ED010DC40F6034293421DD040F62D4267
+:103D900093421CD040F601429342BED1E9F723FA88
+:103DA00001289CD1B9E740F67B4293421BD040F6F4
+:103DB0007C429342B1D19DF80730654902338DF8BA
+:103DC0000730E9F71EFAEBE7DDF7DEFEE8E79DF8DE
+:103DD00007305F4903338DF80730E9F709FADFE769
+:103DE000E9F708FADCE79DF80730594904338DF804
+:103DF0000730E9F704FAD3E72388A3F58053013BA2
+:103E0000082B8AD801A252F823F000BF313E0200ED
+:103E1000433E0200573E02001B3D02001B3D0200D4
+:103E20001B3D02001B3D02001B3D0200773E0200CD
+:103E30009DF80730464808338DF80730E9F7E0FA77
+:103E4000AEE79DF80730424840338DF807300AF05E
+:103E500098FC002043E79DF8073008338DF80730C1
+:103E60003B4B00221A605A60EB7A23F0600343F068
+:103E70006003EB72EDE79DF80730354806338DF8A7
+:103E80000730E9F7BFFA8BE7204642F24B0130F8E2
+:103E9000033B1AB28A425DDCB2F5005F63DDA3F535
+:103EA0000053013B4A2B5ED8DFE813F05F006C0043
+:103EB00075005D007F00820085008E0091009400F7
+:103EC0005D005D005D005D009A00A300A600A900F2
+:103ED0005D005D00AC00B500B800C1005D00CA0027
+:103EE000D300DC005D005D005D005D005D00E6006C
+:103EF000EF00F800FB00FE005D005D005D005D006E
+:103F00005D005D005D005D0004010D0116011901F9
+:103F10005D005D005D005D005D005D005D005D00B9
+:103F20005D005D005D005D005D005D005D005D00A9
+:103F30005D005D005D005D005D005D005D005D0099
+:103F40001C0100BF1E420020C03E002041120003A1
+:103F50002542002042F25E039A4200F0A88042F21D
+:103F60007C039A4239D0012001E0E9F74DFA42F290
+:103F700044039E4200F2988142F242039E427FF641
+:103F8000E6AE18E19DF80730B64803338DF80730E8
+:103F9000E9F73FFAEBE79DF80730B24808338DF8B0
+:103FA00007300AF029FC0020E1E7E9F734FADEE700
+:103FB000E9F733FADBE79DF80730AA4801338DF8BB
+:103FC0000730E9F72CFAD2E7E9F72BFACFE7E9F760
+:103FD0002AFACCE7E9F729FAC9E7E9F750FAC6E780
+:103FE0009DF807309F4801338DF80730E9F71FFA35
+:103FF000BDE7E9F71EFABAE7E9F71DFAB7E7E9F70F
+:104000001CFAB4E79DF80730964907338DF807305E
+:10401000E9F715FAABE7E9F714FAA8E79DF80730D6
+:10402000904910338DF80730E9F70DFA9FE79DF8B6
+:1040300007308C4808338DF80730E9F706FA96E721
+:104040009DF80730874902338DF80730E9F7FFF90B
+:104050008DE79DF80730834902338DF80730E9F783
+:10406000FAF984E79DF8073008338DF807308F237D
+:10407000EB71C023EB7296E79DF807307949023364
+:104080008DF80730E9F7EBF971E79DF807307548CF
+:1040900004338DF80730E9F7E4F968E7E9F7E3F965
+:1040A00065E700F01DFA62E70AF0C3FB5FE70AF07C
+:1040B000C3FB5CE79DF807306A4808338DF807308A
+:1040C000E9F7D3F953E79DF80730664904338DF8D3
+:1040D0000730E9F7CCF94AE7E9F7CBF947E7E9F721
+:1040E000CAF944E79DF807305E4802338DF807307F
+:1040F000E9F7C3F93BE720464FF60B4230F8033BA4
+:10410000934211D8B3F57C4F7FF607AEA3F57C43FD
+:10411000013B0A2B00F2C780DFE803F02431C5C55C
+:10412000C56DC5C55B64700003F5407292B21D2A6F
+:1041300026F008023FF6F1ADA3F57D431D2B00F2FA
+:10414000C280DFE803F0647C7F828588C0C0C08BBA
+:10415000C0C091C0C0C0C0C0C0C094C09DC0C0C0DD
+:10416000C0C0C0A09DF807303E480C338DF8073022
+:10417000E9F749F826F008034FF60252A1E09DF84E
+:10418000073040338DF80730364B00221A80EB7928
+:1041900023F0230343F02303EB712B7A23F007036F
+:1041A00043F007032B724FF6025226F008039342A6
+:1041B0007FF44FAE00200F236B700423AB700123FC
+:1041C000E8702B71A5F8056001232B70002003B067
+:1041D000F0BD9DF80730234817338DF80730E9F715
+:1041E0002FF8C7E79DF807301E4820338DF80730B9
+:1041F000E9F778F8BEE7E9F721F8BBE79DF8073063
+:10420000184801338DF80730E9F7BDF8B2E79DF89B
+:10421000073040338DF80730124B00211960EB79DD
+:1042200023F03F0343F03F03EB716B7A23F00A0363
+:1042300043F00A036B724FF602539A42B8E7E9F76C
+:10424000B8F897E7E9F7B7F894E7E9F7B6F891E730
+:10425000E9F7B5F88EE7E9F7B8F88BE7E9F7B7F8CB
+:1042600088E700BF25420020E9F7B5F882E79DF80E
+:104270000730174904338DF80730E9F7AEF879E7CE
+:10428000E9F7BAF876E7E9F7B9F873E7012087E5C7
+:10429000A6F50153283B0F4A9BB222FA03F3DB0732
+:1042A0007FF57EAD87E7012042F285039E423FF60F
+:1042B00061AF42F267039E42EAD826F0020342F25F
+:1042C000640293423FE5012054E74FF0FF307EE760
+:1042D000254200202F80002038B5094C23780D4658
+:1042E0001BB9BDE83840E8F76EBFA278611C023206
+:1042F0000BF084FA0020042320702B7038BD00BF1F
+:104300001E42002070B505460E46084C20460AF0B5
+:10431000AFFC38B1A368B2B2294620461B68BDE89D
+:10432000704018476FF0120070BD00BF68000300B6
+:104330001E4B1F4903F12002002808BF194670B523
+:10434000104603F0A7F9034650B31A4A1A48012150
+:1043500006F0CCF812244FF0FF324FF0FF3301206B
+:10436000F8F766F900F10C0602210546304609F01F
+:10437000F6FB3E230370222343700121304609F0EF
+:10438000EEFB092303702121304609F0E8FB00F819
+:10439000014B3CB12022FF210BF03EFA284670BDB4
+:1043A0000446D8E705490AF037FAF7E766420020E5
+:1043B00093480300624803006C0303008642002018
+:1043C000F8B53D4CBFF35B8F2368BFF35B8F022BC7
+:1043D000274659D0042B5CD0012B5CD1374C384E8A
+:1043E00020212046FFF78EFF002842D120223146AF
+:1043F00020460BF0F3F90028F2D03248214603F0B2
+:1044000035F905460028EBD14FF0FF324FF0FF336E
+:104410000120F8F70DF900F10C06022104463046A0
+:1044200009F09DFB3E230370422343700121304677
+:1044300009F095FB082303704121304609F08FFBFA
+:10444000064600F8015BB5B1402200210BF0E4F90B
+:10445000BFF35B8F002357E8002F47E800310029A6
+:10446000F9D1BFF35B8F34B32046BDE8F840F9F7CC
+:10447000E1B81F25C8E713490AF0CEF9203106F14B
+:1044800021000AF0C9F9E3E70020FFF751FF0446D5
+:10449000DEE70120F9E70C4A0C48022106F01DF87E
+:1044A000BFF35B8F002354E8002F44E8003100295C
+:1044B000F9D1BFF35B8FF8BDD43E002066420020E7
+:1044C0009348030086420020834803006C030300E6
+:1044D000014902480AF0C4BD2DE80200C43E002094
+:1044E00008B50B4BBFF35B8F012253E8001F002977
+:1044F00003D143E800200028F7D1BFF35B8F05D13B
+:10450000044905480AF0D7FD002008BD0C20FCE74F
+:10451000D43E0020C43E00207829002010B5002998
+:10452000114BBFF35B8F04460CBF0222042253E8F9
+:10453000001F002903D143E800200028F7D1BFF372
+:104540005B8F0ED1094821460AF066F9084804F14C
+:1045500020010AF061F9074907480AF0ACFD002084
+:1045600010BD0C20FCE700BFD43E00208642002096
+:10457000A6420020C43E00207829002013B5FA236B
+:10458000ADF8043000238DF806304FF48053ADF8B9
+:104590000030114A0223192168468DF80230E7F7EE
+:1045A00093FE0446A0B90D480121ECF74BF80446F0
+:1045B00070B9014601220820F0F782FB0122214652
+:1045C0000B20F0F77DFB012221461046F0F778FB27
+:1045D000204602B010BD00BFF1450200D83E0020C9
+:1045E000014902480AF067BD083F002078290020F1
+:1045F00098B500AF6C468AB06A460D4BD161C2E9EE
+:1046000005304FF4007313840A4B42F8103F0A48F8
+:1046100000234FF41151EFF783FA0023A54683F3EB
+:104620001188BFF36F8F0323184602DFBD4698BD84
+:10463000BF48030004000001F403030037B5114D27
+:104640001149002400946FF009034FF4806228465A
+:1046500002F034F90D4928460AF0B5FD0C490D4821
+:104660000AF0FEFC224604211920F0F729FB0A4932
+:104670004FF400320023284602F05EF9204603B0D2
+:1046800030BD00BF78290020704B0020D3480300C4
+:1046900063E80200083F0020D804002010B5E4F7CA
+:1046A00001FDBDE81040034903484FF400320023E8
+:1046B00002F042B9D804002078290020014B0020E4
+:1046C0001B681847183F002020B1012806D1044874
+:1046D000E4F780BC034B01201B681847704700BFFC
+:1046E000BD460200183F0020014B1860014870478A
+:1046F000183F00200000AD0B10B51D48BFF35B8FC5
+:104700000368BFF35B8F23B9062904D8042923D893
+:1047100039B1002010BD0729FBD1403801F0EEFE71
+:10472000F7E750F8203CA0F14004D3E9002090477F
+:10473000012805D00223E06384F834300D48E9E70E
+:1047400047F230532363032384F8343004F1240305
+:1047500084F82900A363F1E700F8173C064B40F802
+:10476000103CA0F11C014038007EEBF7ACFFD0E715
+:104770005C3F0020503F0020FF3F420F02480122D3
+:1047800000210AF0F0BB00BF1C3F0020014BD861A4
+:10479000704700BF1C3F002038B54FF0FF31054681
+:1047A0004FF0FF30FFF7D0F834493548E4F71AFAF4
+:1047B0000446FFF7D1F8002C08DA3248324A234683
+:1047C000012105F093FE6FF00B0038BD2F4C40F235
+:1047D00001132385E36925626433E36247F23053B2
+:1047E000236300226FF0730384F82420E36304F151
+:1047F0004005BFF35B8F55E8003F45E800210029E5
+:10480000F9D1BFF35B8F4FF0FF314FF0FF30FFF76F
+:104810009BF804F12401207EEBF755FFFFF79CF88D
+:104820001B4A0023204601F08DFE00280FDA194AAA
+:104830001448012105F051FEBFF35B8F012355E8B9
+:10484000002F45E800310029F9D1BFF35B8F4FF00D
+:10485000FF314FF0FF30FFF777F8207EEBF715FFC1
+:10486000FFF77AF8BFF35B8F236CBFF35B8F13B155
+:10487000064801F08DFEE06BA7E700BF343F002043
+:10488000F94602009C030300E74803001C3F002098
+:10489000447B0B0061220300074B01221A64D3F80A
+:1048A0004035B3FBF0F01844044BDB69984234BF49
+:1048B00000200120704700BF008000401C3F002006
+:1048C00010B50C29036912D118680A4C80EAE0730C
+:1048D000A3EBE073990803F00303002804FB03F340
+:1048E000BCBF49425B42C2E90013002010BD6FF01B
+:1048F0008500FBE790D003004FF08053D3F83021C0
+:104900000D2A55D14FF080410022C1F80C21C1F889
+:104910001021C1F83825304AD3F80404C2F8200524
+:10492000D3F80804C2F82405D3F80C04C2F828050B
+:10493000D3F81004C2F82C05D3F81404C2F83005DB
+:10494000D3F81804C2F83405D3F81C04C2F84005A3
+:10495000D3F82004C2F84405D3F82404C2F848056B
+:10496000D3F82804C2F84C05D3F82C04C2F850053B
+:10497000D3F83004C2F85405D3F83404C2F8600503
+:10498000D3F83804C2F86405D3F83C04C2F86805CB
+:10499000D3F84004C2F86C05D3F84434C2F870353B
+:1049A000D1F80034DB0709D56FF00103C1F80034FA
+:1049B0004FF08053D3F830310D2B0CD14FF0805392
+:1049C000D3F834313BB14FF01023D3F808224FF025
+:1049D0008043C3F85825704700C0004030B50468D4
+:1049E000CCB1BFF35B8FB4FA84F3C3F11F03DBB226
+:1049F00001229A4024EA020250E8005FA54204D155
+:104A000040E8002CBCF1000FF6D1BFF35B8FE6D17C
+:104A100002480B7030BD0248FCE700BF0000AD0B40
+:104A20000200AD0B10B50368CB40DB0714D40123A3
+:104A30008B400268BFF35B8F43EA020150E8004FEE
+:104A4000944204D140E8001CBCF1000FF6D1BFF342
+:104A50005B8FEED1014810BD0148FCE70000AD0BB3
+:104A60000400AD0B036803F01F025B09026004D071
+:104A7000012B034818BF002070474FF0A04070473B
+:104A800000030050034A430900F01F00D35C1844A0
+:104A9000C0B270473A49030070B50546FFF7F2FF10
+:104AA0000C4C08300E4634F81030DA0508D5C3F344
+:104AB000432304EBC302284654F833305268984726
+:104AC000A3682BB1E26831462846BDE8704018471C
+:104AD00070BD00BFBC06002008B5FFF7D3FF034B35
+:104AE000083033F81000400B08BD00BFBC060020A2
+:104AF00008B5FFF7C7FF034B083033F81000C0F3C9
+:104B0000400008BDBC06002008B5FFF7BBFF034B03
+:104B1000083033F81000C0F3401008BDBC06002078
+:104B2000034611F0010010B5CCB20DD1A207C4F3B9
+:104B3000400012D5094AD2F820055860C2F8200575
+:104B4000003818BF012008E04FF0A041D1F820251F
+:104B50001A60C1F82025002AE8D010BD00030050DB
+:104B600010B5FFF78FFF124A083032F81030D90520
+:104B70001CD5C3F3432123F4F85322F8103002F17B
+:104B80000E04002034F8023F13F4807F03D0C3F3F7
+:104B9000432399420AD001302A28F3D1002342F856
+:104BA00031300448BDE81040FFF73CBF10BD00BFE6
+:104BB000BC06002028070020F0B50546002004466A
+:104BC000012607468C420BD1114BD3F87C2132B120
+:104BD0000022C3F87C21D3F87C3140F00040F0BDC6
+:104BE000E3B29B0003F580729B0806FA03F31D42B3
+:104BF0000BD002F1804202F5C042D2F800C0BCF1F5
+:104C0000000F02D01760126818430134DAE700BFC2
+:104C100000600040F7B506460846FFF733FF194F1E
+:104C200000F108050C4637F81530DB0727D530466C
+:104C300009F0D2FE2046FFF767FF40B12046FFF79C
+:104C40004BFF316800F5A270002341F82030204668
+:104C5000FFF786FF002301A827F815300194FFF71E
+:104C600001FF019B00EB8300074BD0F800271340A6
+:104C700043F00203C0F80037044803B0F0BD044815
+:104C8000FBE700BFBC060020F0F8FCFF0000AD0B06
+:104C90000400AD0B2DE9FF41164680460846FFF79C
+:104CA000F1FE0D463168044609B32846FFF720FFA0
+:104CB00018B12846FFF728FF10BB0023CDE90033C9
+:104CC0008DF80E308DF80F300DF10F020B4628468F
+:104CD0000DF10E0109F017FE474A04F1080132F800
+:104CE000113023F0020343F0010322F811307368FE
+:104CF00063B328461F785968FFF7FAFE10B1D1B1A7
+:104D00003E4826E03C4A04F1080032F8103023F017
+:104D10002003DB04DB0C22F8103061B1032FEFD845
+:104D20007168496891F800C0D8F80010A7B90CF56F
+:104D3000A27C41F82C70304A04F1080132F811309D
+:104D400023F01C0343EA870322F81130B3684BBBFE
+:104D50002B4804B0BDE8F08101EB8C0143EA4C33F1
+:104D6000D1F810E52EF0030EC1F810E5D8F80010C8
+:104D700001EB8C0E43F02003DEF8101522F8103002
+:104D800021F44F3121F44071CEF810152902DEF8DC
+:104D9000108501F47C5141EA074141EA0801CEF84F
+:104DA0001015C8E7D3E900672846FFF7D9FE002EA3
+:104DB000CED0114DD5E90023964203D19F4201D1B7
+:104DC000002209E00F480DF10F01FFF707FE0C4B21
+:104DD0009842BED19DF80F2045F8326005EBC20322
+:104DE00008345F6035F8143043EA422343F480739B
+:104DF00025F81430ACE700BFBC0600200400AD0B62
+:104E00000000AD0B280700202DE9F0430C4685B0CB
+:104E10008046204611461E46FFF734FE054629B35C
+:104E20002046FFF765FE18B92046FFF76DFE18BB58
+:104E3000314F05F1080937F8193013F01C0F02D073
+:104E40004B78012B18D001238DF80F300023CDE9CA
+:104E500000134A1C8B1C20460DF10F0109F053FD75
+:104E600037F8193043F0030327F81930002E41D0EA
+:104E70002046FFF73DFE18B9204805B0BDE8F08395
+:104E800096F800C0D8F800301B4F0CF5A272002134
+:104E900043F8221005F1080237F8121021F0200122
+:104EA000C904C90C27F8121075781DB3D8F8000092
+:104EB000B67800EB8C002D04D0F8103523F499134C
+:104EC00023F4F853C0F81035230203F47C5305F49F
+:104ED00040353605D0F810E52B4306F4801641EA3C
+:104EE0004C31334341F0200143EA0E0327F81210FE
+:104EF000C0F810350248C0E7BC0600200400AD0B26
+:104F00000000AD0B014BC3E902127047BC06002044
+:104F100010B508461446FFF7F7FD50B10846FFF7F5
+:104F2000B1FD054B083033F8103004485B0B23709B
+:104F300010BD0348FCE700BFBC0600200000AD0B1D
+:104F40000400AD0B70B5164D95F8744006462CBBA9
+:104F50002146542205F110000AF05EFC30686E6EA6
+:104F600021468E420ED10023C0F87C31D0F87C312E
+:104F700040F30730EFF774FE01230A4885F87430D8
+:104F8000EB6670BDCBB29B0003F580727C2B08BF33
+:104F9000845001F1010108BF8358E2E70248F0E7BD
+:104FA000BC0600200000AD0B0C00AD0B034B93F8CA
+:104FB0007400003818BF0120704700BFBC060020F5
+:104FC0000148FFF72FBD00BF240700200148FFF76D
+:104FD00005BD00BF2407002073B503681646D3F84B
+:104FE0000423002AA8BF4FF000420546A8BFC3F81B
+:104FF000042308460C46FFF787FD00B30846FFF779
+:1050000077FD0146D8B92046FFF766FD04B2A4003B
+:1050100004F580720346286881502968825821442B
+:10502000D1F8102542F00102C1F810252EB12968EF
+:10503000012202FA03F3C1F8043302B070BD204626
+:10504000FFF720FD0F4B083033F81030C3F3820315
+:10505000042B12D0052B12D001A80194FFF702FDFA
+:10506000019AD0F81035D34003F00103991C204673
+:1050700002B0BDE8704009F08FBC0321F7E70221C0
+:10508000F5E700BFBC0600202DE9F04F694BDFF8C3
+:10509000A881D3F80403D8F86410C0B289B040F0F6
+:1050A0000040FFF789FD051E2FDAC24600235AF89B
+:1050B000701F06A8CDE90633FFF732FD5F4B019361
+:1050C0000DF118094FF0000B019A12F8013B019203
+:1050D000DA0803F007031AF8022022FA03F3DA07CA
+:1050E0001CD409F10409BBF1000F14D0D8F86410E6
+:1050F0004FF00040FFF760FDD8F8701006A8FFF7EA
+:105100000FFD0028DAD125F000450124002D79D1CA
+:1051100009B0BDE8F08F4FF0010BD5E7484B5B4479
+:105120000293D9F800100029DBD0029B91FAA1F17B
+:105130001C78B1FA81F141EA44142046FFF7A2FC41
+:105140000830059438F81070C808BB0819F800201A
+:10515000039301F00701012303FA01F122EA01029E
+:1051600009F8002005A8FFF77DFC059A039B02F5CE
+:10517000E072C7F3820650F822205B073746C2F37D
+:10518000014224D520463946D6B2FFF785FC05A852
+:105190000594FFF767FC059B03F5E07350F8233097
+:1051A000C3F301439E4207D10021204609F0F4FBDE
+:1051B0003146204609F0F0FB05A80594FFF752FCA4
+:1051C000059B012202FA03F3C0F82035A9E7022A61
+:1051D0000CD10321204609F0DFFB06F00503012B6B
+:1051E000EAD139462046FFF757FCE5E70221204681
+:1051F000039209F0D1FB032EF3D0039A032ADBD1EB
+:10520000022EEDE795FAA5F3B3FA83F304FA03F25D
+:105210009B0003F1804303F5C04325EA0205D3F860
+:105220001005D3F81015C0F30520C1F30141FFF7B5
+:1052300033FC6BE700600040BC0600204A490300D5
+:105240004A490300044AD2F80034DB07FBD5016069
+:10525000BFF35F8F704700BF00E001404FF0805305
+:105260001A69B0FBF2F302FB130373B9084B022275
+:10527000C3F80425C3F80805D3F80024D207FBD5EA
+:1052800000220448C3F8042570470348704700BF54
+:1052900000E001400000AD0B0A00AD0B10B5054C5D
+:1052A0000123C4F80435FFF7CDFF0023C4F804350B
+:1052B00010BD00BF00E00140036803F01F025B095E
+:1052C000026004D0012B034818BF002070474FF044
+:1052D000A0407047000300500F4B984219D00DD8E2
+:1052E0000E4B984215D007D80D4B984211D00D4B5C
+:1052F000C31A5842584170470B4BF9E70B4B984281
+:1053000007D004D80A4B984203D00A4BF0E70A4B67
+:10531000EEE70120704700BF80841E0020A1070037
+:1053200048E8010090D0030040420F000024F40040
+:1053300000093D0000127A000048E80173B51646E6
+:10534000421C1C460546069B18D0012902D1BBB160
+:1053500009F0CEFB01A80195FFF7AEFF019B00EB22
+:1053600083002402D0F80027074B44EA86040C434C
+:1053700013401C4344EA4101C0F8001702B070BD5D
+:1053800009F0C3FBE6E700BFF0F8FCFF2DE9F347A7
+:10539000674B4D6990F804909D4206460C4600F01C
+:1053A000AF8000F29F80634B9D4200F0AC8000F222
+:1053B0009180614B9D4200F0A980604B9D420CBFE3
+:1053C0004FF080654FF08045DFF87481E07E242245
+:1053D00002FB0983997F60F3000199773379217C7F
+:1053E00002FB03839A7F61F341029A77E77E5FBBFA
+:1053F0006269544B9A420CBF4FF0030A4FF0000A07
+:10540000237E012B94BF0023012300932068534681
+:105410003A460121FFF792FF0097606853463A46EB
+:105420000121FFF78BFF0097A27EA0685346394603
+:10543000FFF784FF237C83F001030093E068534669
+:105440003A460121FFF77AFF242303FB0983E26830
+:105450001A62217C9A7F61F341029A77207FA77CB0
+:10546000217E627E336898B9D4E900ECA468C3F861
+:1054700008E5C3F80CC5C3F810454FF0FF34C3F876
+:105480006C45C3F81445C3F868050220C3F86405E9
+:10549000003A18BF01220229C3F8C075C3F8245589
+:1054A0003DD003293ED0012901D142F00202C3F8C8
+:1054B00054250222C3F8602533792422534358F837
+:1054C000033093B3306840F3073002B0BDE8F047D3
+:1054D000EFF7C6BB1C4B9D420CBF4FF080554FF001
+:1054E000804571E7194B9D4213D0164B9D4213D056
+:1054F000174B9D420CBF4FF000454FF0804563E7CE
+:105500004FF0005560E74FF000655DE74FF0007524
+:105510005AE74FF0206557E74FF0A05554E742F0A7
+:105520000402C4E742F00602C1E702B0BDE8F0871A
+:1055300080841E0020A1070048E8010090D00300ED
+:10554000643F00200048E80140420F000024F400BE
+:1055500000127A00431C07B50ED0019001A8FFF796
+:10556000ABFE019B00EB8300054BD0F800271340F6
+:1055700043F00203C0F8003703B05DF804FB00BF3E
+:10558000F0F8FCFF2DE9F8430746144C97F8048027
+:10559000242505FB08F504EB05091E4699F81C3087
+:1055A000C3B999B14869FFF797FEA8B1384662516F
+:1055B000C9F80460FFF7EAFE242303FB0844002334
+:1055C0006377074801232377BDE8F8836251C9F860
+:1055D0000460F1E70348F7E70348F5E7643F00207C
+:1055E0000000AD0B0C00AD0B0400AD0BF8B504468C
+:1055F00006790068184D40F30730EFF73FFB24238E
+:105600007343EB5853B12368144AC3F8082306EBDD
+:10561000C601206805EB810109F084FA2421236882
+:1056200001FB0651D3F80805D3F80C45D3F81075E3
+:105630008B7FDB070AD4FFF78DFF3846FFF78AFF21
+:105640002046FFF787FF086AFFF784FF242303FB48
+:10565000065500232B77F8BD643F00205201080057
+:105660002DE9F0430779554D24237B439046EA18F2
+:105670000E46517F85B08146002940F09C80EB5852
+:1056800023B118F0140F04BF0123537796E80F00DD
+:10569000242404FB075404F10C0C8CE80F00206A4E
+:1056A000421C04D0A37F9B071AD509F021FA336866
+:1056B000D9F8004023B103F06043B3F1005F06D195
+:1056C000B36883B103F06043B3F1005F0BD02423D0
+:1056D00003FB075300223A485A7705B0BDE8F08330
+:1056E00009F013FAE3E718F0010318BF0123C4F827
+:1056F000503518F0020318BF0123C4F8403596E86E
+:105700000F00EC468CE80F00039BC4F84405C4F876
+:105710004815C4F83425C4F838350023C4F81831C6
+:10572000D4F818310723C4F8003524237B4318F03C
+:10573000080F05EB03021DD1E8580121216158B97A
+:10574000D4F81831002BFBD062464021204609F0E6
+:1057500091F924237B43EA18EB5813BB106A461CCB
+:1057600013D107EBC70705EB8701204609F0DAF9EB
+:105770001448B2E7EB58A3B9106A411CF8D0937FE4
+:105780009A070BD509F0C1F9F2E7937F9B0702D581
+:1057900009F0BBF9E5E709F0ABF9E2E709F0A8F990
+:1057A000E6E718F0040F4FF0400314BFC4F80833C5
+:1057B000C4F80433DCE704488FE700BF643F0020EF
+:1057C0000A00AD0B0000AD0B0B00AD0B10B5114A7C
+:1057D00040214FF0402009F04DF9D0B10E4C206A25
+:1057E000421C04D0A37F9B0710D509F08EF9637F7C
+:1057F00023B109494FF0402009F094F900232372A6
+:105800000648D4E90031BDE81040184709F070F9A6
+:10581000EDE710BD703F0020643F00206C3F00208A
+:1058200030B500F01F04400911D0012812D10C48F6
+:1058300000EB84001B02D0F800570A4C43EA8202B6
+:105840002C4042EA41012143C0F8001730BD4FF01F
+:10585000A040EDE704F5E074002353F82430FFDEA8
+:1058600000030050F0F8FCFF10B4CC7B8A6803689A
+:105870002CB9D1E90041C3F80845C3F80C15C3F8A9
+:105880002425037928225343054AD3582BB10068B5
+:1058900010BC40F30730EFF7E3B910BC704700BF0E
+:1058A000883F00202DE9F04190F80480164E07460D
+:1058B000282000FB08F035180C4695F82210F1B9A5
+:1058C000A96032506B6085F8251085F824106CB102
+:1058D000A37B85F82730204609F06BF988B1637BFC
+:1058E00085F8263021463846FFF7BEFF282303FB04
+:1058F00008660648012386F82230BDE8F081044896
+:10590000FBE70448F9E700BF883F00200000AD0B2B
+:105910000C00AD0B0400AD0B036802790621C3F83F
+:105920000015044B282101FB0233022283F82220B8
+:10593000704700BF883F002002790C4B282101FBF3
+:1059400002330021996002680948C2F80803D2F8BE
+:10595000000220F4BC50C2F80002C2F80015012277
+:1059600083F8222083F82410704700BF883F00206E
+:1059700002029C012DE9F84FB04D90F804900468A4
+:10598000282303FB09539046002283F823204B6809
+:105990000E4633B1CB6803F06043B3F1005F40F0D3
+:1059A00085813378023B012B06D8336903F06043CD
+:1059B000B3F1005F40F07A81A14BC4F8083328238B
+:1059C00003FB095393F8241001F0FF0239B19B68DF
+:1059D000DFF870B2C4F804335846BDE8F88F18F009
+:1059E000140F0CBF0121002183F82410317883F8B3
+:1059F0002010717883F82110F168D96071681961FD
+:105A000031695961B1689961C8F3001183F82510B3
+:105A1000C3F81C807378C4F88835C4F86021D4F8C2
+:105A20006031C4F84821D4F84831C4F82421D4F8AE
+:105A30002431C4F80421D4F8043118F0010318BF4C
+:105A40000123C4F8503518F0020318BF0123C4F82D
+:105A50004035337809EB890705EBC707032B00F2C4
+:105A6000A380DFE803F0799862024FF48073C4F8F2
+:105A70000032D7E90323C4F84425C4F8483501238C
+:105A8000A3604FF48011204609F0B6F80028F8D141
+:105A9000D7E90523C4F84425C4F84835282303FB77
+:105AA00009534FF480229A60DFF89CB1282202FB50
+:105AB00009F218F0080AAB5805EB020013D131784F
+:105AC000032910D0012940F085802160002B6ED081
+:105AD000282202FB09F27168AA5821B9002A00F0B5
+:105AE000BB8001226261282202FB09F2A918AA5890
+:105AF000002A00F0B18018F0040F1CBF00228A6059
+:105B000018F0400F06D1282202FB0952916841F09B
+:105B100002019160282202FB0952916841F4007150
+:105B200091609268C4F8042356E7D7E90323C4F8C8
+:105B30004425C4F84835D7E90523C4F83425C4F80A
+:105B400038354FF48453C4F80032012323622823EC
+:105B500003FB09530222A6E7D7E9032318F0200F1D
+:105B6000C4F84425C4F848354FF0280315BF4FF456
+:105B700080724FF4007203FB095303FB095315BFF6
+:105B8000C4F80022C4F800224FF4802202229A6056
+:105B90000123236288E7D7E90323C4F83425C4F836
+:105BA00038354FF48053CEE7DFF8A0B07EE70269C6
+:105BB00002B961612649DFF89CA0204609F01CF873
+:105BC000012210F4007F18BF626110EA0A0F204919
+:105BD000F3D07DE70121A160002B7FF479AF00694C
+:105BE00018B31C4B1AEA030F7FF472AF1849204612
+:105BF00009F002F810F4007F8246F2D04FF0807175
+:105C0000204608F0F9FFD4F8001280B111F40070BA
+:105C100003D10122226282466261CB05E1D54FF4B5
+:105C20008021204608F0E8FF04E06161D9E7012205
+:105C3000226262614FF0000AD3E700BF883F002074
+:105C400002029C010B00AD0B0000AD0B0400AD0B7C
+:105C500002020400020004002821D4F8C424C4F87D
+:105C6000C42401FB0955002185F824108AB111498B
+:105C7000114B12F0010F14BF8B469B46013112F0FD
+:105C8000020F18BF8B4612F0040F0C4A18BF934640
+:105C9000A2E618F0400F7FF49FAE3946204608F088
+:105CA00057FF054A002808BF934695E6DFF810B075
+:105CB00092E600BF0000AE0B0100AD0B0200AE0B80
+:105CC0000A00AD0B70B55C4D5C4C86B002212846D5
+:105CD00008F092FF4FF400710646284608F08CFF4A
+:105CE000D8B1E6B9A368C5F808330223A360A36856
+:105CF000C5F804334FF08071284608F07DFF18B1D5
+:105D0000D5F800329B0503D44B4B01221A625A612D
+:105D1000012384F8233006B070BD002E57D0E5690A
+:105D20006E060AD494F823303BB94449424808F03F
+:105D30000FFF80F0010084F8230015F0040524D142
+:105D40003D4B94F82520C3F86051D3F86011C3F897
+:105D50005C51D3F85C1112B194F8232052B10022A7
+:105D6000C3F80022A260364AC3F80823354B082244
+:105D7000C3F88021238CADF80430E36804932369D1
+:105D8000029363690593A36903932B4AD2F8C43441
+:105D9000C2F8C434980749D4590749D4DA0749D41A
+:105DA00094F823309B00DBB28DF8003094F8253056
+:105DB0000BB984F82430E3695B0703D594F82330EA
+:105DC000002BA8D0D4E9003168469847A3E74FF4E8
+:105DD0008021284608F010FF94F82030A3B994F8E9
+:105DE00025304BB9C5F80032A360154BC5F8083310
+:105DF000144B0822C3F8802100238DF8043094F856
+:105E000021308DF80530B8E74FF40073C5F8003243
+:105E100040F20223A36003F1CE73C5F80833A368F0
+:105E2000C5F804330123AB602B6274E70123BBE7A1
+:105E30000223B9E70323B7E700300040883F002082
+:105E400002029C0100E100E0036803F01F025B090D
+:105E5000026004D0012B034818BF002070474FF0A8
+:105E6000A040704700030050F7B5064608F0EEFE6C
+:105E7000084608F0EBFE01A80196FFF7E5FF019B3D
+:105E80002E4D00EB83000C46D0F80037019440F211
+:105E90000D612B400B43C0F8003701A8FFF7D4FF7A
+:105EA000019B00EB83000127D0F800372B400B4308
+:105EB000C0F80037042008F024FD092501A801944A
+:105EC000FFF7C2FF019AD0F81035D340DB0715D495
+:105ED00001A80196FFF7B8FF019B07FA03F3C0F88A
+:105EE0000C35042008F00DFD304608F0AFFE013DF2
+:105EF000042008F006FD15F0FF05DFD101A801948C
+:105F0000FFF7A2FF019A01239340C0F80C3504204B
+:105F100008F0F7FC204608F099FE042008F0F1FC98
+:105F200001A80194FFF790FF019AD0F810350448BA
+:105F3000D34003F00103C01A03B0F0BDF0F8FCFF3A
+:105F40000100AD0B10B50446EDF70AFD0348044A05
+:105F5000012104F0C2FA204608F095FE0C0403006B
+:105F60004C4903002DE9F843044600AF0D46EFF31A
+:105F70001188402383F31288BFF36F8F0428294AC6
+:105F800098BF294B9668117C94BF53F82030274B5B
+:105F9000E9468AB06A462648C2E9073140F2013331
+:105FA0009384244BC2E9050442F8103F22480023A1
+:105FB0004FF43151EDF7B4FDCD4645B1EB69C3F374
+:105FC000080323B11D4A1C48012104F086FA2EB1B2
+:105FD000304609F0FBF808B1037803B91848E946E0
+:105FE0008AB06A46174BD061C2E9053640F20133E8
+:105FF0001384154B42F8103F00230F484FF4115102
+:10600000EDF78EFD2946CD462046FFF79BFF88F32E
+:106010001188BFF36F8F3046EEF7B0FDBD46BDE887
+:10602000F88300BFB03F002000120300B324030038
+:106030005B490300050000010C04030083490300D1
+:106040001E230300A44903000400000138B5094BD6
+:1060500053F82040013053F82050A54200D838BDF5
+:10606000636823B1204608F016FE0834F5E723687C
+:106070009847FAE71412030070B52A4B2A4C2B4DAF
+:10608000012286B003201A70FFF7E0FFEEF71EFA38
+:106090000420FFF7DBFF2646AE4204F1300410D3A4
+:1060A00000F0C6FE204C224EAC4226D300F0D4FEB7
+:1060B000EAF772FD1F4A137B23F00103137306B046
+:1060C00070BD54F80C3C059354F8103C049354F8FC
+:1060D000143C039354F8183C029354F81C3C01936D
+:1060E00054F8203C009354E90A2354E90C0100F0D1
+:1060F00087FC54F8303C5E65CDE7D4E90A23B3F160
+:10610000FF3F08BFB2F1FF3F05D052EA030120680C
+:1061100003D109F05DF83034C6E73146183001F09C
+:1061200061F8F8E7C6420020D8020300D802030055
+:1061300011F30200882A002008B50348034A002111
+:10614000121A08F0C0FD08BD400C0020C842002013
+:1061500070B5144E144D1549782386B003FB0066C4
+:1061600001220023CDE904230F22CDE9023201935D
+:10617000142303FB00554FF4A072044602FB0011E8
+:106180000B4B0095304600F03BFC737B2C7423F0E6
+:1061900004037373074BEE60013403EBC4236B609D
+:1061A00006B070BD102A0020B03F002070570020BC
+:1061B0000FEE0200704F0020BFB50020FFF746FF32
+:1061C0002A4B83F308882A4C2A4E63692A4F43F4EA
+:1061D00000736361E02384F8223000252023E377F5
+:1061E00025766576A57684F82050636A43F4E0232B
+:1061F000636284F82350EEF755FCEEF7CDFD4FF0C7
+:10620000FF33A362E362EDF717FB1C4BB36040F270
+:1062100001129A819D6608F02AFD0120FFF716FF02
+:106220000220174CFFF712FF00F036FE154B746189
+:106230000593012314490095CDE903534FF40062FF
+:106240003B46CDE90155204600F0DAFB627B06466D
+:1062500022F004022046627308F0FFFF2846FFF791
+:1062600077FF3A4631462046EEF77CFD7057002016
+:1062700000ED00E0B03F002079600200982B002084
+:10628000882A0020064A0300B058002038B5064C82
+:10629000064DAC4201D3002038BDD4E9011220469E
+:1062A00008F015FD1434F4E71C0A00201C0A002035
+:1062B00038B5064C064D0020AC4200D338BD204610
+:1062C00008F06AFD0028F9DB1C34F5E7C809002056
+:1062D0001C0A002073B50C46EFF31181402585F3AD
+:1062E0001288BFF36F8FC5685DB125602B68C360EE
+:1062F000836901338361002081F31188BFF36F8FBD
+:1063000011E052EA030603D125606FF00B00F3E7BA
+:10631000CDE900230246083000F0D6FC18B9034B43
+:106320009B685B69236002B070BD00BFB03F002076
+:106330002DE9F341044617461E46EFF3118840232A
+:1063400083F31288BFF36F8FC368334A7BB18068D1
+:106350009168884219D057EA060318D188F311884A
+:10636000BFF36F8F6FF00F0002B0BDE8F08191684E
+:1063700091F90E1021610133E3609368A36088F303
+:106380001188BFF36F8F0020EEE72169F2E791F9E2
+:106390000E1090F90E309942A8BF19466FF07E0298
+:1063A0009142B8BF11468B422DDD08F03BFD0546FA
+:1063B000CDE9007619482246414600F085FC0028C8
+:1063C000E1D0EFF31186402383F31288BFF36F8F80
+:1063D000A068D0B1236821699C420AD04BB193F9DF
+:1063E0000E309942A8BF19466FF07E039942B8BF9C
+:1063F000194608F017FD40B10848314600F0D4FCBA
+:106400006FF00A00B0E70025D2E7002DF4D186F343
+:106410001188BFF36F8FF3E7B03F0020C742002021
+:1064200038B58368044663B3194A926893422BD106
+:10643000C368012B03D9013BC360002038BDEFF3D3
+:106440001185402383F31288BFF36F8F0169806841
+:1064500008F0E8FC204608F075FFA06058B190F9FC
+:106460000E2022610022026708F0F7FE0948294643
+:1064700000F09AFCE1E7E06085F31188BFF36F8FCD
+:10648000DBE76FF01500D9E74FF0FF30D6E700BF2C
+:10649000B03F0020C742002037B51146EFF3118509
+:1064A000402282F31288BFF36F8F04689CB1236887
+:1064B000426823F003039442036008BF4360012154
+:1064C000204608F023FD044685F31188BFF36F8F43
+:1064D000204603B030BD51EA0302F5D000F10802B6
+:1064E000CDE900131046294600F0EEFB0028EFD15D
+:1064F000014B9B685C69EBE7B03F002038B5044670
+:10650000EFF31185402383F31288BFF36F8F08F0F8
+:1065100019FF48B10022026708F09FFE294608488B
+:10652000BDE8384000F040BCD4E902329A4218BFBE
+:106530000133A360022104F1100009F02EF9EDE708
+:10654000C742002013B5EFF31181402484F3128871
+:10655000BFF36F8F846844B1013C846081F311887C
+:10656000BFF36F8F002002B010BD52EA030406D1C2
+:1065700081F31188BFF36F8F6FF00F00F3E7CDE960
+:1065800000230246014800F09FFBECE7C7420020D1
+:1065900070B50446EFF31185402383F31288BFF3EF
+:1065A0006F8F6FF00A06204608F0CCFE18B1066720
+:1065B00008F053FEF7E7A060022104F1100009F093
+:1065C000ECF829460248BDE8704000F0EDBB00BF82
+:1065D000C74200201FB5094A92E8030002AB83E8D6
+:1065E00003004FF400620093054906484FF0FF3363
+:1065F00000F064F9002005B05DF804FBF804030026
+:10660000B0600020002B00202DE9F043DFF82C8142
+:1066100085B005464FF0FF364FF0FF37EFF3118995
+:10662000402383F31288BFF36F8FAC6F8CB90221C4
+:1066300005F1900008F0A7FC00285DD10023CDE90A
+:106640000067029305F1800249463D4800F0D2FC04
+:10665000E4E7EA6F2368AB67944208BFEB67D5F8BD
+:10666000903043F00203C5F89030E36823F0040350
+:1066700043F00103E360636889F31188BFF36F8F10
+:1066800020469847EFF31189402383F31288BFF324
+:106690006F8FE368D90623F0010237D4E260E36824
+:1066A0009A071AD5D8F8000023F00203E360A0B1DE
+:1066B0000268002188B143689C4237D1036869BBF6
+:1066C000D8F80420C8F80030824201D1C8F804305C
+:1066D000002340F8083BFFF711FFD5F8903023F076
+:1066E0000203C5F8903089F31188BFF36F8FDB0583
+:1066F00094D400F0D9FB91E705F188040022012130
+:10670000204608F083FE0028F8D197E723F0110314
+:10671000E36004F11000FFF7F1FEC0E70B60D8F86A
+:106720000430834208BFC8F80410D1E722B11368CF
+:10673000014610461A46BDE71346F9E7D03F002050
+:10674000C742002070B5C368C3F340069B070546E7
+:106750000C460DD50122002104F1080008F003FCCD
+:1067600000232360054B65605A681AB9C3E90044E9
+:10677000304670BD14605C60FAE700BFD03F002077
+:10678000F8B5C3689A0704460F46C3F340062CD4F5
+:106790005B071AD40B680BB983680B60E368DD07ED
+:1067A00044BFA3683B603D684CBF02260126002D14
+:1067B00038D01E4B9B68AB420AD0D5F89030D80732
+:1067C000C3F3800214D46FF0120600233B6024E070
+:1067D00008F0F3FCD5F890300028F0D1D907C3F3C6
+:1067E000C002F0D552B15B0708D46FF00F06ECE79A
+:1067F000002AFAD1C3F3C003002BF6D10023236093
+:10680000EB6F63B9C5E91E44284608F0D7FBE3687F
+:1068100043F00403E3603B68A3603046F8BD1C60AE
+:10682000EC67F1E76FF01506CFE700BFB03F00203F
+:106830002DE9F041C36803F00503002B07460C4621
+:1068400014BF4FF001084FF0000820D08668B56FE4
+:1068500025B1AF4201D02D68FAE7012501220021C0
+:1068600004F1100008F07FFB1049204608F0F8FB07
+:10687000E36843F01003E3608DB13B68236063B9C4
+:10688000F36F3BB9C6E91E44304608F097FB40461B
+:10689000BDE8F0811C60F467F6E73C60F4E7B36F95
+:1068A0002360F36FB467002BEED1F4E79DEF020095
+:1068B0000146014808F0FFBB002B0020F0B589B06D
+:1068C00004460020C4E91E000E9D04F18000C4E9C6
+:1068D000200004F18800C4E922004DB32879002883
+:1068E00040F2011008BF0120C4F8900000204FF0D2
+:1068F000FF364FF0FF37CDE90330CDE90100CDE998
+:1069000006670C4B0094204600F0A4F855B12968A6
+:1069100011B1204608F057FC6B791BB1237B43F083
+:1069200001032373204609B0BDE8F04008F050BCD5
+:106930000120D9E70966020037B501900846EFF358
+:106940001184402181F31288BFF36F8FC16811F069
+:106950001E0F16D153EA020508D101A9FFF710FF57
+:1069600084F31188BFF36F8F03B030BD41F008018D
+:10697000C160019981621030034900F033FC0120AD
+:10698000EEE70020ECE700BF25F0020001460148D9
+:10699000FFF7D2BF002B0020F7B50C46019016463A
+:1069A0001D46EFF31187402383F31288BFF36F8FE7
+:1069B000084608F0F4FA55EA060309D101A9204671
+:1069C000FFF7DEFE87F31188BFF36F8F03B0F0BDD2
+:1069D000E368074943F00803E360019BA36204F105
+:1069E000100032462B4600F0FDFB0120EAE700BF15
+:1069F00025F0020001460148FFF7CEBF002B002022
+:106A00007FB50C9E067307320426467300F15805C5
+:106A10000B9E867322F00702C0E916558E180025DA
+:106A20000A9A8560C0E90655C5730292099A0192D7
+:106A3000089A009232460446EEF778F9044B6565F1
+:106A40009B6803B19B6EA366304604B070BD00BF67
+:106A5000B03F0020F0B587B000250595109D049546
+:106A60000F9D03950E9D0295DDE912760D9D019512
+:106A70000C9D00950446FFF7C3FFB6F1FF3F08BF2A
+:106A8000B7F1FF3F05D056EA070305D1204600F0D5
+:106A90009DF9204607B0F0BD03493A46334604F15C
+:106AA000180000F09FFBF4E711F3020038B50D4D1C
+:106AB0002B4653F8184F9C4200D004B9EC68AB68E1
+:106AC00038B95A7BD20604D1A26912B9DA897F2A71
+:106AD00005D89C4202D0204600F0CCFA23466B61D8
+:106AE00038BD00BFB03F002008B590F90D20437BB2
+:106AF000002A014604DA03F07F03437308F06AFBBF
+:106B0000044B9868431A58425841BDE80840FFF7C3
+:106B1000CDBF00BFB03F002070B490F90D30427B74
+:106B2000002B29DBD30627D183692BBB134962F0E5
+:106B30007F0242730A4652F8184F944218BF234608
+:106B4000CC6923B9C0E900242060C8610CE090F949
+:106B50000E5093F90E60B5420AD0AE4208DD5A6875
+:106B6000C0E900321060586070BC0020FFF79EBF83
+:106B70009C42E7D01B68E4E770BC7047B03F002040
+:106B80002DE9F041002A427B0E460CBF102108215E
+:106B9000114204460FD141EA0203D20918D14373CE
+:106BA00008291BD00120FFF781FFBFF35F8F637BB4
+:106BB00023F060036373254B9B68A3423FD1EFF33F
+:106BC0000583002B3BD13046BDE8F041EDF7ECBF2B
+:106BD00003F07F03437308F0FDFAE1E7A36813B104
+:106BE000204608F0FFFA04F1180008F031FC04F127
+:106BF00058074FF00008A56DBD4200D095B9134D60
+:106C0000AB689C42CED1EFF30583002BCAD00120A4
+:106C1000FFF74CFF0E4BAB6040F201129A8100224D
+:106C20009A66C2E7284608F0DDFA05F1180008F078
+:106C30000FFCC5F870802846FFF76EFFDBE786F390
+:106C40001188BFF36F8FBDE8F08100BFB03F002017
+:106C5000982B002070B590F90D20437B002A014647
+:106C600004DA03F07F03437308F0B4FA4B7B154A50
+:106C700063F07F0310464B7350F8183FD46983428A
+:106C800008BF002323B9C1E900042160D1610CE0F1
+:106C900091F90E5093F90E60B5420ED0AE420CDD64
+:106CA0005868C1E90030016059609068431A584241
+:106CB000BDE870405841FFF7F9BE9C42E3D01B6825
+:106CC000E0E700BFB03F0020F8B5124B0C4611467C
+:106CD000114A98681060DDE90676EFF311824022D0
+:106CE00082F31288BFF36F8F9D68284608F084FAFC
+:106CF000B6F1FF3F08BFB7F1FF3F06D007493A465C
+:106D0000334605F1180000F06DFA2046BDE8F84062
+:106D1000EDF74ABFB03F0020D83F002011F302003A
+:106D2000F8B50446EFF31186402383F31288BFF3CE
+:106D30006F8F437BDA0649B219D18569BDB903F07B
+:106D40007F03437308F046FA437B164A817363F06E
+:106D50007F034373134653F8180F984218BF054634
+:106D6000D0695DB9C4E900300460D46111E0A17359
+:106D7000002086F31188BFF36F8FF8BD95F90E7070
+:106D8000B9420BD08F4209DD6B68C4E900531C6027
+:106D90006C600120FFF78AFE0120EAE7A842E1D0FB
+:106DA0002D68DEE7B03F002049B9EFF3058030B928
+:106DB000054B5A699B689A4201D0EDF7F5BE81F305
+:106DC0001188BFF36F8F7047B03F002010B5EFF30D
+:106DD0001184402282F31288BFF36F8F427B5107E8
+:106DE00004D484F31188BFF36F8F10BD22F0040226
+:106DF0004273FFF791FE21460248BDE81040FFF7BD
+:106E0000D3BF00BFC7420020034648B9EFF3058255
+:106E100032B9064A51699268914201D0EDF7C4BE79
+:106E200083F31188BFF36F8F704700BFB03F00201E
+:106E3000EFF31181402383F31288BFF36F8F054B6B
+:106E40009A68D37B013BD37381F31188BFF36F8FB3
+:106E5000704700BFB03F002038B5EFF311854024E4
+:106E600084F31288BFF36F8F0A4B9A68D37B013388
+:106E7000D3730020FFF71AFE85F31188BFF36F8FDD
+:106E8000EFF3118084F31288BFF36F8FBDE83840B1
+:106E9000FFF7BABFB03F0020024B03F11802C3E96D
+:106EA00006227047B03F0020F8B5EFF3118540236C
+:106EB00083F31288BFF36F8F19498868437B03F00F
+:106EC0007F03437308F086F98B685A7B084662F0AB
+:106ED0007F025A7350F8182FCC69824208BF0022F3
+:106EE00022B9C3E900042360CB610CE093F90E6082
+:106EF00092F90E70BE420ED0B7420CDD5168C3E964
+:106F000000210B6053600120FFF7D0FD2846BDE84B
+:106F1000F840EDF749BEA242E3D01268E0E700BFB7
+:106F2000B03F002050EA01032DE9F04105460E462E
+:106F300003D1FFF7B9FF00202BE0831C71F1FF3371
+:106F400029DB08F09AFA2C18EFF31188402383F319
+:106F50001288BFF36F8F124F124BB8681860FFF79B
+:106F6000C3FDB86810492A463346183000F03AF994
+:106F7000BA68537B43F0100353734046EDF714FE99
+:106F800008F07BFA201A63EB0303012873F1000376
+:106F9000D1DBBDE8F0816FF00104241AD4E700BF13
+:106FA000B03F0020D83F002011F30200B1F1FF3FB5
+:106FB00008BFB0F1FF3F08B506D10A4B986808F04A
+:106FC0005BF94FF0FF3008BDFFF7ACFF4FF47A716B
+:106FD00047F6FF730022C0FB0132D80B40EA424063
+:106FE000F1E700BFB03F0020014B9868704700BF39
+:106FF000B03F0020D3B5DDE90667089CCDE9006706
+:10700000FFF762FE1CB1034B9B685B69236002B013
+:10701000D0BD00BFB03F0020044BC01A044BC010CD
+:107020005843044B01221A54704700BF102C002013
+:10703000ABAAAAAAC7420020C3897F2B12D80A4B49
+:107040001B6863B1094B90F90E201B689A4209DB5B
+:10705000437BDB0606D1064BC31A18BF012303F09E
+:10706000010070470023FAE7E03F0020DC3F0020EA
+:10707000102A002070B50E4B0E4C1E7C06EB46030A
+:1070800004EBC3040546204608F0E2F90A4B00224F
+:1070900028469A55FFF7D0FF48B1084B08491A68AF
+:1070A000013A2046D317BDE8704000F09BB870BD90
+:1070B000B03F0020102C0020C7420020E03F0020FD
+:1070C0001970020038B5EFF31185402383F312885D
+:1070D000BFF36F8F104B114A9C681068A04206D115
+:1070E000FFF7C8FF85F31188BFF36F8F38BD00210C
+:1070F0001B7C11600A4AD35C002BF3D02046FFF7BB
+:107100009BFF0028EED0637BDB0602D12046FFF711
+:10711000A1FD2046E4E700BFB03F0020D83F00209B
+:10712000C742002008B50648064A0749121A07F068
+:10713000CCFDBDE80840054A0549064807F0C5BD35
+:10714000000000203C0C0020EC4C0300000000007C
+:10715000EC4C030000000020034B1B680BB9FCF74C
+:10716000E9BB0020704700BFE43F002030B570B19C
+:107170000B4B5B6898420AD0036843B1D3E9042102
+:10718000D0E90445121941EB0501C3E90421D0E916
+:10719000003213605A600023C0E9003330BD00BFE5
+:1071A0003407002010B50E4B1C689C4204D1FFF739
+:1071B000D3FF6FF0004010BDFFF7CEFF002CF8D0DA
+:1071C000D4E904321B1A62EBE072B3F1004F72F1A2
+:1071D0000001EEDA002AACBF18460020EBE700BF42
+:1071E00034070020B3F1FF3F08BFB2F1FF3FF8B50D
+:1071F00004461D4616465ED08160EFF3118740239A
+:1072000083F31288BFF36F8F013275F1FF3324DAF5
+:107210002E49D1E900206FF001039B1A4FF0FF3295
+:1072200062EB00009E1B60EB0500012E70F1000375
+:1072300001DA01260020C4E90460254ED6F800C01A
+:107240007568B44508BF4FF0000CBCF1000F0DD1BC
+:10725000C4E900652C6074601CE0FFF77DFF013617
+:1072600045F10005361845EBE070E4E7DCE9042061
+:10727000D4E90431934271EB000E1DDAD21ADCF826
+:10728000043060EB0100CCE90420C4E900C31C60B9
+:10729000CCF804403368B34209D09C4207D10D4B6F
+:1072A0001C6824B9FFF77EFF2146FCF715FB87F326
+:1072B0001188BFF36F8FF8BD9B1A61EB0001AC45DD
+:1072C000C4E90431C4D0DCF800C0BEE7282C00209B
+:1072D00034070020E43F00202DE9F84FEFF3118C34
+:1072E000402383F31288BFF36F8FDFF8B0A0DFF87D
+:1072F000B0902C4FC9F80000DAF800000024504587
+:1073000008BF00200025D7E90021D9F80030E04669
+:1073100078B3D0E9046C4FEAE37EB3427EEB0C0B0A
+:1073200005DAF61A6CEB0E04C0E9046421E0B21829
+:1073300041EBE671C0E90445C7E90021FFF716FFFC
+:1073400088F31188BFF36F8F83689847EFF3118834
+:10735000402383F31288BFF36F8FD9F80030DAF837
+:1073600000009B1B5045C446C9F80030CBD1D7E97B
+:1073700000219A1841EBE3730024C7E90023C9F800
+:107380000040FFF70FFF2146FCF7A6FA88F31188AB
+:10739000BFF36F8FBDE8F84FFFF794BE34070020AE
+:1073A000E43F0020282C002010B5EFF31184402387
+:1073B00083F31288BFF36F8FFFF7CEFE054A0346B3
+:1073C000D2E90001181841EBE37184F31188BFF38F
+:1073D0006F8F10BD282C0020F8B50446EFF31187FD
+:1073E000402383F31288BFF36F8F026822B187F3C3
+:1073F0001188BFF36F8FF8BDD0E90A36581C46F1EB
+:107400000001022871F1000127D3012B76F1000160
+:10741000BCBF012316465D1E46F1FF3608F031F869
+:10742000013041F10001401946EB0101012871F1E1
+:10743000000139DB08F025F8013041F100016FF05F
+:107440000102401946EB0103121A4FF0FF3161EBC4
+:10745000030318492046FFF7C5FE236B013323635E
+:10746000236A6BB187F31188BFF36F8F236A2046BD
+:107470009847EFF31187402383F31288BFF36F8F90
+:1074800054F8185FA542B2D0002DB0D0284607F0BE
+:107490000DFF00232B6787F31188BFF36F8F2846FA
+:1074A000BDE8F84007F0D9BE6FF001024FF0FF339E
+:1074B000CFE700BFD97302002DE9F04105461C4615
+:1074C00090461F46EFF31186402383F31288BFF3E3
+:1074D0006F8FB4F1FF3F08BFB2F1FF3F05D186F3D4
+:1074E0001188BFF36F8FBDE8F081531C74F1FF3337
+:1074F00009DB012A74F10003BCBF0122002412F150
+:10750000FF3844F1FF37284607F0A2FFDDE9060106
+:107510000023C5E90A012B63034942463B4628463E
+:10752000FFF760FEDBE700BFD97302002DE9F74FDC
+:107530001D46274B9F68012387F8603087F861302C
+:1075400052EA050316460CBF0123002307F160022F
+:10755000804608F064F88146EFF3118B4FF0400A43
+:107560008AF31288BFF36F8F97F860404CB90146D9
+:107570005A46404607F0F4FF8BF31188BFF36F8F34
+:107580000BE0002387F8603056EA050309D18BF33E
+:107590001188BFF36F8F6FF00A04204603B0BDE877
+:1075A000F08FCDE900650B4A0B485946FFF78CFB7D
+:1075B0000446EFF311858AF31288BFF36F8F2A46D2
+:1075C0004946404607F0CCFF85F31188D6E700BF57
+:1075D000B03F00203C070020C842002038B50346D9
+:1075E000EFF31185402282F31288BFF36F8FC160E1
+:1075F000012181600068834206D185F31188BFF3C1
+:107600006F8F0024204638BDD0E9003213605A60E5
+:107610000023C0E9003308F07AF8294604460248FE
+:10762000FFF7C2FBEEE700BFC842002073B5064675
+:107630000D4607F0C2FD78B90B4B9B689C6E7CB180
+:107640002A1D09D200200021CDE9000146F00401E5
+:10765000204607F044FB08B9002401E00460041D43
+:10766000204602B070BD00BFB03F002030B599B0D9
+:107670000546684600F028F86946044608A800F068
+:1076800053FA08A90443284600F08AF9204619B0A5
+:1076900030BD00BF70B598B005466846164600F08C
+:1076A00013F83146044608A800F046F908A96A46CE
+:1076B0000443084600F082F908A90443284600F074
+:1076C0006DF9204618B070BD70B50B68124E1BBA2C
+:1076D000C3614B681BBA83618B681BBA4361CB687B
+:1076E0001BBA03610B691BBAC3604B691BBA836089
+:1076F0008B691BBA4360CB691BBA324603600146F3
+:107700000446D9F7D7FB3146054602462046D9F74D
+:10771000F1FB681E70BD00BF2C1203002DE9F04183
+:1077200088B00C46064602F12001684606F12007A3
+:107730009046D9F7B9FE6A4669466846D9F7D6FD3C
+:1077400069463846D9F7B0FE3A463946384604F11C
+:107750002005D9F7CBFD6A4669466846D9F7C6FDCC
+:1077600041462846D9F7A0FE6A4641463046D9F739
+:1077700083FE2A4629466846D9F7B8FD2A46694657
+:107780006846D9F7B3FD124A69466846D9F7AEFD97
+:1077900069462046D9F788FE324621462046D9F769
+:1077A000E3FD324621462046D9F7DEFD224631462A
+:1077B0002846D9F7D9FD6A4629462846D9F75CFEFE
+:1077C0003A4629462846D9F7CFFD08B0BDE8F081F2
+:1077D0000C130300F0B599B004460D460A46014665
+:1077E0006846D9F7C1FD69466846D9F75DFE6A4625
+:1077F000214608A805F1200604F12007D9F73CFE30
+:107800006A4629466846D9F737FE3246394610A8F7
+:10781000D9F76CFD324639463046D9F7A5FD3146D9
+:107820002846D9F741FE6A4608A92046D9F75EFDE9
+:10783000224629462846D9F797FD6A4608A9684690
+:10784000D9F792FD6A4639463846D9F715FE2A46D9
+:1078500008A96846D9F788FD6A4631463046D9F707
+:107860000BFE3A4631463046D9F77EFD10A96846F0
+:10787000D9F71AFE224669462046D9F775FD08A9B0
+:1078800022460846D9F770FD10A908AA0846D9F77C
+:10789000F3FD3A4610A93846D9F766FD19B0F0BD98
+:1078A0002DE9F04188B00C46054690460A4601464F
+:1078B0006846D9F759FD69466846D9F7F5FD6A4625
+:1078C0002946284604F12006D9F7D6FD05F1200700
+:1078D0006A4621466846D9F7CFFD324639463046DA
+:1078E000D9F742FD31462046D9F7DEFD2A4621462A
+:1078F0002046D9F739FD6A4621462046D9F734FD9E
+:107900006A4629464046D9F72FFD42463946384651
+:10791000D9F7B2FD224629466846D9F725FD6A46C1
+:1079200031463046D9F7A8FD3A4631463046D9F7B8
+:107930001BFD08B0BDE8F08170B500F1200690B0E5
+:107940000D46044600F014F905F12001304600F020
+:107950000FF9214608A8D9F7A7FD08A908460D4A3E
+:10796000D9F7C4FC08A922460846D9F785FD08A91D
+:10797000094A0846D9F7BAFC31466846D9F794FD5A
+:10798000202269460DEB0200D9F782FC013810B0C5
+:1079900070BD00BF0C130300EC12030000F002B92D
+:1079A00038B504460D4600F0FDF805F1200104F15C
+:1079B0002000BDE8384000F0F5B800BF2DE9F047E1
+:1079C0001346B8B0544A89468046194610A8D9F7DC
+:1079D00071FA5249024610A8D9F78CFA179E4E49FF
+:1079E00000EAD6760746C6F1010210A8D9F782FA56
+:1079F000179B4A466FEA030A28A918A8FFF78EFECC
+:107A00004FEADA7A20A9CAF10102084600F092F89A
+:107A1000C7F10107FE246A4618A928A8FFF740FF0E
+:107A2000631138AA02EB830304F01F0253F8A03C51
+:107A3000D340554603F0010A8AEA05052A4628A9DB
+:107A400018A8D9F7B3FA2A4630A920A8D9F7AEFA70
+:107A5000013C28A918A8FFF7BDFE631CDBD1CAF1C1
+:107A6000010220A908A800F065F886EA0A066A461D
+:107A700018A928A8FFF714FF28A9324618A8D9F793
+:107A800095FA324630A920A8D9F790FA08A96A4693
+:107A90000846D9F7F1FC08A9084600F09DF808A9A6
+:107AA00008F1200409F120020846D9F7E5FC20A9D5
+:107AB00008AA2046D9F7E0FC08AA18A96846D9F711
+:107AC000DBFC69466846D9F7EFFC18AA694608A8A6
+:107AD000D9F7D2FC21466846D9F7E6FC08AA6946E0
+:107AE0001046D9F741FC0E4A08A96846D9F73CFC74
+:107AF00020462021D9F7E0FB08A902464442684607
+:107B0000D9F754FA4046074A6946D9F7B5FC3C43D1
+:107B1000204638B0BDE8F0876C1203008C120300D9
+:107B2000EC1203004C1203000A460149FFF746BF5E
+:107B3000AC12030070B588B004460D46164600210D
+:107B40002022684607F068FE0023294620222046AE
+:107B5000009307F053FE2A4669466846D9F704FCAD
+:107B6000324669462046D9F721FA08B070BD00BFF9
+:107B70000B681BBAC3614B681BBA83618B681BBA65
+:107B80004361CB681BBA03610B691BBAC3604B69C5
+:107B90001BBA83608B691BBA4360CB691BBA036055
+:107BA000704700BFCB691BBA03608B691BBA436087
+:107BB0004B691BBA83600B691BBAC360CB681BBAE5
+:107BC00003618B681BBA43614B681BBA83610B6806
+:107BD0001BBAC361704700BF70B598B00D4606462A
+:107BE00010A8D9F761FC2A4610A96846D9F744FCC9
+:107BF000694610A8D9F758FC10A90846D9F754FCD3
+:107C00006A4610A908A8D9F737FC08A910A8D9F71F
+:107C10004BFC10A90846D9F747FC10A90846D9F72C
+:107C200043FC10A90846D9F73FFC10A908AA08464A
+:107C3000D9F722FC10A90846D9F736FC10A9084646
+:107C4000D9F732FC10A96A4608A8D9F715FC052413
+:107C500008A910A8D9F728FC10A90846D9F724FCD0
+:107C6000013C10A9F5D108AA0846D9F705FC05245E
+:107C700010A90846D9F718FC10A90846D9F714FC32
+:107C8000013CF5D110A908AA0846D9F7F5FB10A9BF
+:107C900008A8D9F709FC08A90846D9F705FC08A9DE
+:107CA0006A466846D9F7E8FB1024694610A8D9F758
+:107CB000FBFB10A90846D9F7F7FB013C10A9F5D149
+:107CC0002A460846D9F7D8FB402410A90846D9F718
+:107CD000EBFB10A90846D9F7E7FB013CF5D110A949
+:107CE0006A460846D9F7C8FB102410A90846D9F7F8
+:107CF000DBFB10A90846D9F7D7FB013CF5D110A949
+:107D00006A460846D9F7B8FB102410A90846D9F7E7
+:107D1000CBFB10A90846D9F7C7FB013CF5D110A948
+:107D200008AA0846D9F7A8FB2A4610A93046D9F771
+:107D3000A3FB18B070BD00BF70B5C0F3C7557F3D41
+:107D4000162D0146044620F0004626DC002D0FDAF1
+:107D50001749D8F781FE0021D8F7F2FF30B1002C87
+:107D600023DA002E134C08BF4FF0004421461AE0DE
+:107D7000114E2E41304216D00D49D8F76DFE00212C
+:107D8000D8F7DEFF0028F1D0002CBEBF4FF400036F
+:107D90002B41E41824EA0604E8E7B6F1FF4F02D3CA
+:107DA000D8F75AFE0146084670BD0024DEE700BF42
+:107DB000CAF24971000080BFFFFF7F00024B0146FD
+:107DC000186800F04DB800BF4407002038B50546DC
+:107DD000002941D051F8043C0C1F002BB8BFE41817
+:107DE00000F010FC1D4A136833B963601460284624
+:107DF000BDE8384000F00CBCA34208D92068211827
+:107E00008B4201BF19685B6809182160EDE71A46CB
+:107E10005B680BB1A342FAD911685018A0420BD18C
+:107E200020680144501883421160E0D118685B68F3
+:107E3000536008441060DAE702D90C232B60D6E7C0
+:107E4000206821188B4204BF19685B68636004BF17
+:107E5000091821605460CAE738BD00BFEC3F00201C
+:107E6000F8B5CD1C25F0030508350C2D38BF0C25C1
+:107E7000002D064601DBA94203D90C233360002004
+:107E8000F8BD00F0BFFB21490A6814469CB9204F99
+:107E90003B6823B92146304600F0A0FB38602946F4
+:107EA000304600F09BFB431C23D10C23336030464B
+:107EB00000F0AEFBE3E723685B1B17D40B2B03D961
+:107EC00023601C44256004E06368A2420CBF0B6081
+:107ED0005360304600F09CFB04F10B00231D20F0A2
+:107EE0000700C21A1CBF1B1AA350C9E722466468C8
+:107EF000CCE7C41C24F00304A042E3D0211A30468E
+:107F000000F06CFB0130DDD1CFE700BFEC3F00207B
+:107F1000E83F00202DE9F04F91B00C46DDF8688075
+:107F200016461F46054600F069FB0368089318468D
+:107F3000E4F79EFF00230E93D8F800300990073332
+:107F400023F0070303F1080294F818A0D4F800B056
+:107F5000C8F80020D3E9008929F000430B93CDF83D
+:107F60002880C4E91289DDE90A019C4B4FF0FF32F9
+:107F7000D9F7B2FA70BBDDE90A01984B4FF0FF3236
+:107F8000D8F746FD30BB0022002340464946D8F7CB
+:107F900035FD10B12D2384F84330914A914BBAF14D
+:107FA000470F94BF90469846032323612BF00403A8
+:107FB00023604FF00009009733460FAA2146284658
+:107FC00007F0D3FC013040F099804FF0FF3011B042
+:107FD000BDE8F08F42464B4640464946D9F77CFA09
+:107FE00040B14B46002BBCBF2D2384F843307E4A62
+:107FF0007E4BD4E763685A1C29D1062363604BF497
+:1080000080630022236006920EAACDE904A20DAA85
+:1080100003920DF13302CDE90132636800934246C9
+:108020004B46284607F000FCBAF1670F0D998046D1
+:1080300015D1CB1C3BDB6368994238DC0E9B99421F
+:1080400055DB23682161D80745D54B1C42E00AF077
+:10805000DF02472AD3D1002BD1D10123CEE7BAF1D9
+:10806000470F07D1C81C25DB63688B4222DB4FF02A
+:10807000670AE3E7BAF1650F1FD80139524604F1E8
+:1080800050000D9107F037FC0E9A1318012A814613
+:10809000236102DC2268D20701D5013323619DF8F8
+:1080A0003330002B87D02D2384F8433083E74FF003
+:1080B000650AE2E74FF0450ADFE7BAF1660FBDD186
+:1080C000002963680BDD216113B92268D00702D54E
+:1080D00001330B442361A1654FF00009DFE713B9B9
+:1080E0002268D20701D50233F4E70123F2E7002921
+:1080F000D4BFC1F1020201221344EBE723685A0501
+:1081000007D42369424631462846B84701302BD16F
+:108110005BE7BAF1650F40F2DC80D4E9120100227E
+:108120000023D8F761FC002833D0314A01233146BF
+:108130002846B84701303FF448AFDDE90D384345E4
+:1081400002DB2368D8070FD5DDE90823314628462E
+:10815000B84701303FF439AF4FF0000908F1FF385C
+:1081600004F11A0AC84509DC23689B0700F1028163
+:10817000E0680F9B9842B8BF184628E70123524693
+:1081800031462846B84701303FF41FAF09F10109D5
+:10819000E8E70D9B002B38DC154A012331462846C1
+:1081A000B84701303FF411AFDDE90D3959EA030357
+:1081B00002D12368D907D7D5DDE9082331462846FF
+:1081C000B84701303FF401AF4FF0000A04F11A0B39
+:1081D0000D9B5B4253450DDC4B4693E7FFFFEF7F62
+:1081E000184B0300211B03001C4B0300204B030012
+:1081F000FF2F030001235A4631462846B847013075
+:108200003FF4E3AE0AF1010AE2E7A36DDDF838A01E
+:108210005345A8BF5346002B994636DC4FF0000B60
+:1082200029EAE97904F11A02A36D0A93A3EB090381
+:108230005B4531DC0D9B9A453ADC2368DA0737D47D
+:108240000D9BAAEB03090A9BAAEB03039945A8BF60
+:108250009946B9F1000F33DC4FF0000829EAE979BB
+:1082600004F11A0B0D9BAAEB0303A3EB090343458F
+:108270007FF77AAF01235A4631462846B847013086
+:108280003FF4A3AE08F10108ECE742463146284628
+:10829000B8470130C2D198E60123314628460A92F8
+:1082A000B84701303FF491AE0A9A0BF1010BBBE7DE
+:1082B000DDE9082331462846B8470130C0D184E6BD
+:1082C0000A9A4B46424431462846B8470130C3D14A
+:1082D0007BE6DDF838A0BAF1010F01DCDB0736D50B
+:1082E0000123424631462846B84701303FF46DAE7F
+:1082F000DDE9082331462846B84701303FF465AE32
+:10830000D4E91201002200230AF1FF3AD8F76CFBEE
+:10831000C0B9534608F1010231462846B84701303A
+:108320000CD152E601235A4631462846B84701305F
+:108330003FF44BAE08F10108D045F3DB4B4604F1A6
+:108340005002E0E64FF0000804F11A0BF4E70123B5
+:108350004246E1E701234A4631462846B847013004
+:108360003FF433AE08F10108E3680F995B1A434507
+:10837000F0DCFDE64FF0000804F11909F4E700BF56
+:108380002DE9FF470F7E0C9D782F914680460C46C5
+:108390009A4601F1430207D8622F0AD8002F00F055
+:1083A000E080582F00F0BB8004F1420684F8427050
+:1083B0003AE0A7F16303152BF6D801A151F823F099
+:1083C000198402002D840200A9830200A9830200FF
+:1083D000A9830200A98302002D840200A983020060
+:1083E000A9830200A9830200A98302004985020033
+:1083F000BD840200FF840200A9830200A983020059
+:108400006B850200A9830200BD840200A9830200DB
+:10841000A9830200078502002B681A1D1B682A60C9
+:1084200004F1420684F842300123ABE02368296856
+:108430001F0601F10400286001D50D6803E05E0607
+:10844000FBD5B1F900506168002D7ADA2D200029A2
+:1084500084F84300A1602DDA5E486D420A23164677
+:10846000B5FBF3F103FB1157C75D06F8017D2F46FD
+:10847000BB420D46F4D9082B0BD12368DF0708D582
+:10848000236961689942DEBF302306F8013C06F19A
+:10849000FF36921B2261CDF800A04B4603AA21466D
+:1084A000404607F062FA013071D14FF0FF3004B05E
+:1084B000BDE8F08723F004032360CDE72B68206834
+:1084C000191D2960050601D51D6802E04106FBD58E
+:1084D0001D8840486F2F14BF0A230823002184F809
+:1084E00043106668A660002EB9DB216821F0040104
+:1084F0002160002DB3D1002EB1D11646BBE7236811
+:1085000043F0200323603448782784F845702968B5
+:1085100023680E1D2E601E0603D50D6804E02D484D
+:10852000F3E75D06F9D50D88D90744BF43F0200372
+:1085300023600DB11023D1E7236823F020032360CB
+:10854000F8E724480A23CCE72B6826686169181DE0
+:10855000286035061B6801D5196002E07006FBD55E
+:10856000198000232361164695E72B681A1D2A609F
+:108570001E68626800213046D7F7C2FD08B1801B33
+:10858000606063682361002384F8433083E72369D4
+:10859000324649464046D047013086D023689B0783
+:1085A00014D4E068039B9842B8BF18467FE70123C4
+:1085B000324649464046D04701303FF476AF013558
+:1085C000E36803995B1AAB42F1DCEAE7002504F1AA
+:1085D0001906F5E7244B0300354B030038B5064D6B
+:1085E0000023044608462B60ECF72CFC431C02D108
+:1085F0002B6803B1236038BDF03F0020004870476E
+:1086000098080020014802F0F2BC00BF1C0A0020BC
+:10861000014802F0F2BC00BF1C0A002070B5466A97
+:1086200004460D4676B91020FFF7C8FB024660628B
+:1086300020B9184B1848662100F008FBC0E9016614
+:108640000660C660666AF36883B1636ADB6853F8E4
+:108650002500B8B9012101FA05F6721D92002046E5
+:1086600007F0F6FA60B1C0E901560EE021220421BC
+:10867000204607F0EDFA636AF060DB68002BE4D176
+:10868000002070BD026843F825200023C0E90333B1
+:10869000F7E700BF534B0300D74B030070B5466AA2
+:1086A00005460C4676B91020FFF788FB0246686243
+:1086B00020B9094B09488A2100F0C8FAC0E90166CF
+:1086C0000660C6603CB16B6A6268DB6853F82210D2
+:1086D000216043F8224070BD534B0300D74B030089
+:1086E0002DE9F0410D6907460C461E4601F1140CB8
+:1086F0000020DCF8003099B202FB01611E0C0B0C6B
+:1087000002FB063389B2013001EB034185424CF88C
+:10871000041B4FEA1346ECDC0EB3A368AB4219DC32
+:10872000616838460131FFF779FF804628B9024673
+:108730000C4B0D48B52100F089FA2269023204F190
+:108740000C0192000C3007F059F821463846FFF72B
+:10875000A5FF444604EB850301355E612561204693
+:10876000BDE8F081C64B0300D74B030010B50C46A3
+:108770000121FFF753FF024628B9054B05484FF486
+:10878000A07100F063FA01234461036110BD00BFD2
+:10879000C64B0300D74B03002DE9F04F14460A697E
+:1087A00023699A42A8BF23460F46A4BF0C461F4622
+:1087B000D4F810A0D7F81090A36861680AEB0906F6
+:1087C000B34285B0B8BF0131FFF728FF30B9024688
+:1087D000444B454840F25D1100F038FA00F11405B1
+:1087E00005EB86082B460022434521D307F11401EF
+:1087F00004F1140202EB8A0201EB89030293131BBA
+:10880000153B23F00303043304F11507BA4238BFC4
+:1088100004230193029B03918B420CD8002E03DDAD
+:1088200058F8043D002B5AD0066105B0BDE8F08F22
+:1088300043F8042BD8E7B1F800A0BAF1000F23D019
+:1088400004F1140EA9464FF0000C5EF8047BD9F831
+:1088500000301FFA87FB9BB20AFB0B336344D9F845
+:1088600000C03F0C4FEA1C4C0AFB07C707EB13473D
+:108870009BB243EA0743724549F8043B4FEA174C61
+:10888000E3D8019B45F803C0039BB3F80290043181
+:10889000B9F1000F21D02B6804F1140CAE464FF053
+:1088A000000ABCF800B0BEF8027009FB0B77574411
+:1088B0009BB243EA07434EF8043B5CF8043B4FEAA3
+:1088C000134ABEF8003009FB0A3303EB1743624535
+:1088D0004FEA134AE5D8019FEB5104359AE7013E70
+:1088E0009CE700BFC64B0300D74B03002DE9F843BC
+:1088F000154612F0030207460E4607D0254C013AF2
+:10890000002354F82220FFF7EBFE0646AD103DD0C1
+:108910007C6A7CB91020FFF751FA0246786228B9C8
+:108920001D4B1E484FF4D77100F090F9C0E9014487
+:108930000460C460D7F82480D8F808404CB940F2ED
+:1089400071213846FFF712FF0023C8F808000446DB
+:1089500003604FF00009EB070AD53146224638463E
+:10896000FFF71AFF314680463846FFF797FE464626
+:108970006D100BD0206838B9224621463846FFF7E3
+:108980000BFF2060C0F800900446E4E73046BDE8E5
+:10899000F88300BF30130300534B0300D74B030091
+:1089A0002DE9F0470C464968236903EB6218A36878
+:1089B000074691464FEA621A08F10106B3420BDB03
+:1089C0003846FFF72BFE054648B90246284B294892
+:1089D00040F2D91100F03AF901315B00EEE70023D3
+:1089E00000F1140100F110021846534533DB2069F1
+:1089F0002AEAEA7A04F1140319F01F0901EB8A014B
+:108A000003EB800C2BD0C9F1200E8A460022186897
+:108A100000FA09F010434AF8040B53F8042B9C4564
+:108A200022FA0EF2F3D8ACEB0403153B23F0030358
+:108A3000043304F11500844538BF0423CA500AB139
+:108A400008F10206013E38462E612146FFF726FE58
+:108A50002846BDE8F08742F8040F0133C5E7043922
+:108A600053F8042B41F8042F9C45F9D8EAE700BFDE
+:108A7000C64B0300D74B03002DE9F74F8946064646
+:108A800011464846144607F0C8F8051E12D129467B
+:108A90003046FFF7C3FD024628B93E4B40F2322173
+:108AA0003D4800F0D3F80123C0E90435104603B077
+:108AB000BDE8F08FBCBF4B46A1463046D9F8041044
+:108AC000BABF1C4601250025FFF7A8FD024618B9CC
+:108AD000304B4FF41071E3E7D9F810702669C56088
+:108AE00009F1100309F1140504F1140E00F1140B3F
+:108AF00005EB87080EEB86060193D9464FF0000C74
+:108B0000019B5EF8040B53F804AF019381B21FFA86
+:108B10008AF35B1A000C6344C0EB1A4000EB23405D
+:108B20009BB243EA0043764549F8043B4FEA204CA8
+:108B3000E6D8331B153B23F0030315340433A64258
+:108B400038BF04231D445B441E462C4644450ED3C7
+:108B500008F10301491B21F00301033DA84538BF7B
+:108B600000210B4453F8041D91B117619EE754F89E
+:108B7000041BE646080C1CFA81FC714400EB2C40F7
+:108B800089B241EA004146F8041B4FEA204CDDE778
+:108B9000013FE7E7C64B0300D74B03002DE97343C2
+:108BA0000121089E90469946FFF738FD044630B9EA
+:108BB0000246244B244840F20A3100F047F8C9F33A
+:108BC0000A55C9F313030DB143F480130193B8F1AF
+:108BD000000324D06846009306F0F2FFDDE900129E
+:108BE000D8B1C0F1200302FA03F30B43C240636122
+:108BF0000192019BA361002B0CBF01220222226182
+:108C0000ADB1A5F2334505443560C0F13500099B8F
+:108C10001860204602B0BDE870836161E9E701A8F1
+:108C200006F0CEFF019B636120300122E7E704EBF1
+:108C30008203A0F232403060186906F09FFFC0EB5B
+:108C40004210E4E7C64B0300D74B03001FB51446A0
+:108C50001A46094B1B680546D86854B9074B1C4691
+:108C6000CDE9013400912B46054900F00DF8ECF7F1
+:108C7000FDF8044BF4E700BF44070020A82B0300D5
+:108C8000414C0300344C03000EB403B5014603AB62
+:108C9000054853F8042B0068019300F007F802B070
+:108CA0005DF804EB03B07047440700202DE9F04F56
+:108CB0000D469DB014469846064618B183690BB917
+:108CC00000F05CFA874B9D421BD175686B6ED9072B
+:108CD00005D4AB899A0502D4A86D02F088F9AB8956
+:108CE0001B0701D52B69EBB92946304600F05CF92A
+:108CF000C0B16B6EDC070ED54FF0FF301DB0BDE884
+:108D0000F08F794B9D4201D1B568DFE7774B9D42EB
+:108D100008BFF568DAE7AB899805EDD4A86D02F0D5
+:108D20006CF9E9E70023099320238DF82930CDF869
+:108D30000C803023DFF8B8818DF82A304FF001091C
+:108D400023469A4613F8012B0AB1252AF9D1BAEB2A
+:108D5000040B0BD05B4622462946304606F0ADFF99
+:108D6000013000F0A680099A5A4409929AF800301E
+:108D7000002B00F09E8000234FF0FF32CDE9052349
+:108D80000AF1010A049307938DF853301A9354465D
+:108D9000574814F8011B0522D7F7B2F9049BD0B944
+:108DA000D90644BF20228DF853201A0744BF2B2236
+:108DB0008DF853209AF800202A2A14D0079A544696
+:108DC00000204FF00A0C214611F8013B303B092BE3
+:108DD0004AD970B914E0A0EB080009FA00F0184372
+:108DE0000490A246D3E7039A111D12680391002A4A
+:108DF00001DB079204E0524243F00203079204931E
+:108E000023782E2B0AD163782A2B32D1039B1A1D8B
+:108E10001B68039243EAE37302340593DFF8D4A09E
+:108E2000217803225046D7F76BF938B1049BA0EBA9
+:108E30000A004022824013430134049314F8011BBA
+:108E40002D488DF828100622D7F75AF900283FD070
+:108E50002A4B1BBB039B073323F007030833039301
+:108E6000099B3B4409936BE70CFB02320C46012043
+:108E7000A9E700230134059319464FF00A0C204658
+:108E800010F8012B303A092A03D9002BC6D00591DE
+:108E9000C4E70CFB012104460123F0E703AB009378
+:108EA0002A46174B04A93046FFF734F80746781CCA
+:108EB000D6D16B6ED90705D4AB899A0502D4A86DBB
+:108EC00002F09BF8AB895B063FF516AF099815E7F2
+:108ED00003AB00932A460A4B04A93046FFF750FA29
+:108EE000E4E700BF7C1303005C1303003C130300A2
+:108EF000764C03007C4C0300804C0300157F02007D
+:108F0000BBFC0200F8B50E461446054618B183694D
+:108F10000BB900F033F9214B9C4210D16C68A36966
+:108F2000A360A3891A0701D5236993B9214628466E
+:108F300000F03AF868B14FF0FF373846F8BD184BEB
+:108F40009C4201D1AC68EAE7164B9C4208BFEC6832
+:108F5000E5E723692068C01A6369F6B283423746A1
+:108F600005DC2146284600F08BF80028E3D1A368F1
+:108F7000013BA36023685A1C22601E7063690130A4
+:108F8000834204D0A389DB07D7D50A2ED5D1214649
+:108F9000284600F075F80028CFD0CCE77C130300FA
+:108FA0005C1303003C130300314B70B51D6806468B
+:108FB0000C4625B1AB6913B9284600F0DFF82D4BFC
+:108FC0009C420ED16C68B4F90C301A072CD4DD0623
+:108FD00011D40922326043F04003A3814FF0FF30E7
+:108FE0003DE0254B9C4201D1AC68ECE7234B9C4211
+:108FF00008BFEC68E7E7580712D5616B41B104F18F
+:109000004403994202D03046FEF7E0FE002363633A
+:10901000A38923F02403A3810023636023692360D1
+:10902000A38943F00803A38123694BB9A38903F4FF
+:109030002073B3F5007F03D02146304600F01CF9C1
+:10904000B4F90C3013F001020AD00022A260626968
+:109050005242A261226942B913F08000BBD170BDB7
+:10906000990758BF6269A260F4E70020F7E700BFE4
+:10907000440700207C1303005C1303003C1303002F
+:1090800038B50B6905460C4613B90025284638BD8E
+:1090900018B183690BB900F071F8144B9C421BD1D5
+:1090A0006C68B4F90C30002BEFD0626ED00704D49A
+:1090B000990502D4A06D01F09AFF2846214606F0DA
+:1090C0001BFE636EDA070546E0D4A3899B05DDD459
+:1090D000A06D01F092FFD9E7054B9C4201D1AC682D
+:1090E000DFE7044B9C4208BFEC68DAE77C1303001F
+:1090F0005C1303003C130300002310B50446C0E9D1
+:109100000033C0E90433836081814366C281836197
+:10911000194608225C3006F07FFB054B6362054B65
+:10912000A362054BE362054B2462236310BD00BFBD
+:10913000AFFE0200D1FE020009FF02002DFF020077
+:10914000014906F06FBE00BF81900200014801F0A6
+:109150004EBF00BF300A0020014801F04EBF00BFE3
+:10916000300A0020014801F042BF00BF440A00203D
+:10917000014801F042BF00BF440A002010B5044678
+:10918000FFF7F0FFA3691BB1BDE81040FFF7F0BF88
+:10919000C4E912332365134B134A1B68A262A3422E
+:1091A00004BF0123A361204600F020F86060204640
+:1091B00000F01CF8A060204600F018F80022E060E3
+:1091C00004216068FFF798FFA06801220921FFF7DA
+:1091D00093FFE06802221221FFF78EFF0123A361B3
+:1091E000D2E700BF2C13030041910200F8B50746F7
+:1091F000FFF7ACFF1E4B1E68B36913B93046FFF78B
+:10920000BDFF4836D6E90134013B03D533680BB3C3
+:109210003668F7E7B4F90C50D5B9164BE36004F1A2
+:109220005800656601F0D9FEFFF796FFC4E90155C5
+:10923000C4E904552560A5610822294604F15C00B3
+:1092400006F0EAFAC4E90D55C4E912552046F8BD06
+:109250006834D9E70421384606F0CEFD0446306074
+:109260000028D5D1FFF778FF0C233B60EEE700BF65
+:109270002C1303000100FFFF8B89F7B59D070646FD
+:109280000C4607D504F14703236023610123636182
+:1092900003B0F0BD01AB6A4606F0E3FD009F054652
+:1092A00039463046FEF7DCFD48B9B4F90C309A0572
+:1092B000EED423F0030343F00203A381E2E70D4B56
+:1092C000B362A389206043F08003A381019BC4E9BA
+:1092D00004075BB1B4F90E10304600F041F828B134
+:1092E000A38923F0030343F00103A381A3891D4352
+:1092F000A581CDE74191020038B5074D04460846E7
+:10930000114600222A601A4601F054FE431C02D185
+:109310002B6803B1236038BDF03F002038B5064DFF
+:109320000023044608462B6001F048FE431C02D18E
+:109330002B6803B1236038BDF03F002038B5074DDE
+:1093400000230446084611462B6001F041FE431CF1
+:1093500002D12B6803B1236038BD00BFF03F00206D
+:1093600038B5064D0023044608462B6001F02BFE5D
+:10937000431C02D12B6803B1236038BDF03F0020AD
+:1093800038B5074D04460846114600222A601A46A1
+:1093900001F017FE431C02D12B6803B1236038BDD6
+:1093A000F03F002038B5074D04460846114600221C
+:1093B0002A601A4601F0FAFD431C02D12B6803B162
+:1093C000236038BDF03F0020704713460A46012154
+:1093D00001F08CB800EBC100408840087047F8B538
+:1093E0000346FFF7F7FFB0FA80F0C0F11F0003EB70
+:1093F000800CCA00DCF81060171D0C4606328DB2D6
+:1094000056B9012101FA00F0D9680143D960CCF8BE
+:109410001040DD539D52F8BDF1000431585AD85325
+:1094200003EBC0009E52C5805D52F4E710B500EB1F
+:10943000C104E388994202F104010AD1012303FA2D
+:1094400002F2C36823EA0203C360002340F821301C
+:1094500010BDA28840F8213000EBC20100EBC30030
+:10946000CB808280F4E708B50346FFF7B3FFB0FA7C
+:1094700080F2C2F11F021846BDE80840FFF7D6BFD0
+:109480002DE9F843B1FA81F5C5F11F0900EB890810
+:109490000346D8F810200E46C2B10327D8F8104072
+:1094A00018462146FFF796FFB04206D34A461846B3
+:1094B000FFF7BCFF2046BDE8F88303EBC404013F7F
+:1094C000E088C8F8100001D08242E7D1C5F120023F
+:1094D0004FF0FF349440DA681440EBD094FAA4F2D1
+:1094E000B2FA82F2111D53F821402146DFE738B568
+:1094F0000346FFF76FFF0D46044611461846FFF777
+:1095000069FF03EBC5050444600068801846FFF757
+:1095100061FF014423F8314038BD38B50346FFF7F9
+:1095200059FF0C46A51A511A03EBC4040544480020
+:10953000608003EBC2006C00448023F832101846B0
+:109540001146FFF747FF014423F8315038BD38B5C5
+:109550000546FFF73FFF0C46014405EBC1035B885E
+:10956000DA070AD42846FFF77EFF21462846FFF790
+:1095700031FF22182846FFF7BAFF35F83410611A78
+:1095800005EBC1035B88DB070CD42846FFF76BFFB4
+:1095900035F834102246611A2846FFF7A8FF35F83F
+:1095A0003430E41A21462846BDE83840FFF717BF9B
+:1095B00061B100680439091A21F007030344C9089E
+:1095C0005A8822F001025A80FFF7C1BF704770B578
+:1095D000056809B9002070BDAB68B3EBD10FF9D9AC
+:1095E0000B31CC0821462846FFF74AFF06460028E3
+:1095F000F0D001462846FFF7EDFEA04207D9321908
+:109600002846FFF78AFF11462846FFF7E8FE05EBDC
+:10961000C6021046538843F0010353800430DAE752
+:109620002DE9F84301F1FF3919EA010906680F46EF
+:1096300014460CD04B420B40042B1A464F4628BF11
+:109640000422994664B900252846BDE8F883042918
+:1096500004D8BDE8F8431146FFF7B9BF0422F1E78B
+:10966000B368B3EBD40FEED904F10B013944891A76
+:10967000C9083046FFF704FF80460028E3D009F10F
+:10968000040505EBC0057B1E35441D44B5FBF7F50D
+:109690007D43A5EB09052C442B1F07349B1B24F0AD
+:1096A0000704A41BB0EBD30F4FEAD3074FEAE4043F
+:1096B00008D201463A463046FFF72FFF4146304672
+:1096C000FFF78DFE39463046FFF784FE384484426A
+:1096D00007D230462246FFF720FF21463046FFF7EB
+:1096E0007EFE06EBC706738843F001037380ABE789
+:1096F000043A2DE9F041CC1D114424F0070421F077
+:1097000007010E1BF708B7FA87F2C2F12405AD0076
+:109710004FF000080735C2F12002ED080460414611
+:10972000A760C4F80C80920004F1100006F074F8F1
+:109730006B0043F00103638004EBC5027B1B5900FF
+:10974000A4F800805180A21924F83550A2F80280B4
+:10975000A35304EBC70329465A8842F001025A80FA
+:109760002046BDE8F041FFF73ABE2DE9F047064636
+:109770000D46174698462BB398F8004093F8019091
+:10978000DB78A40004EB430498F802301C44444402
+:109790004FF0000ACA4509D3D8F8042008F108039D
+:1097A00039463046AC46BDE8F047604714F8013B07
+:1097B00048F823402046E3F75BFB013004440AF1FC
+:1097C000010AE7E76FF01500BDE8F08770B50025E6
+:1097D00002462846144614F8013B0BB9184609E026
+:1097E00098B18D4207D1702B04D0A3F140023A2AE0
+:1097F0000BD8002070BDA3F140063A2E05D853784F
+:109800000135941C002BE9D00020252B08BF80F0E7
+:1098100001002246DEE70020704730B58A680C68F8
+:10982000551C14B14B68934201DC8D6030BD013B87
+:10983000934208BF00228D600CBFE254A054F5E7AC
+:1098400000F0D2BD0FB407B504A951F8040B019183
+:1098500000F0CAFD03B05DF804EB04B070470CB42F
+:1098600007B504AB53F8042B0193E8F75BFE03B094
+:109870005DF804EB02B07047044608B5084611468F
+:109880001A46A047FDF7B0FBEBF778F92DE9F04158
+:109890000746884615461E461446B44205D30EB107
+:1098A000601B08E02378002BFAD014F8010B414626
+:1098B000B8470028F1DABDE8F0810FB407B504A974
+:1098C00051F8040B0191FFF7BBFF03B05DF804EB07
+:1098D00004B0704710B50369024613F0080009D1BF
+:1098E0001368D4689C4297BF126AE31AD31A012006
+:1098F0000B6010BD00231846FAE713B501A9044612
+:10990000FFF7E8FF20B1019BE268013B134401939C
+:10991000206A019BC01A013802B010BD10B5044680
+:1099200050182269236AD20702D5013B184010BDA6
+:10993000984228BFC01AFAE710B504460A46C16823
+:10994000FFF7ECFF2369E06023F00803236110BDFB
+:1099500038B50D46C2698B00016843F0020342F836
+:109960002130044601682A46FFF7D8FFE3686168A2
+:109970002060984202BF236943F0080323612A460E
+:109980002046FFF7CBFF606038BD2DE9F74FC76871
+:10999000C6699B4616F8273003F00303022B0446E2
+:1099A0008846914606EB870A4FF0000309D0136002
+:1099B000CBF800302369990710D4002003B0BDE82C
+:1099C000F08F56F8271013608908CBF80030F1D0DB
+:1099D000FFF7B2FFE368A3600120EFE7A3695046F9
+:1099E000984716F82730DA070546E6D513F0020344
+:1099F0001DD0B8F1000F03D041462046FFF7A8FF65
+:109A000061682A462046FFF789FFD4E9023199426E
+:109A1000606004D12A462046FFF780FFA060A3685B
+:109A20002360E360236943F008032361D4E7014620
+:109A300020460193FFF780FFE268A260B8F1000FB3
+:109A400004D02168E269019B42F8213005EB08024D
+:109A5000CBF8002021682046FFF760FF23692060D3
+:109A600043F00803236116F827306FF3000306F86C
+:109A70002730C9F800A0AFE770B504461546FFF7D8
+:109A80004DFF2368834205D12369216023F0080339
+:109A9000236170BDE269AB0043F0020342F821305C
+:109AA000204661682A46FFF739FF6060F1E738B564
+:109AB00003695B07044606D5456AFFF71EFF85422A
+:109AC0002CBF6562606238BD38B50D4604461C2265
+:109AD000002105F0A1FEEB68A361AB6863612B6810
+:109AE000E3616B682362002262622A6923B1591E16
+:109AF000194208BF42F001022261012204F128004C
+:109B00000021BDE8384005F02EBA2DE9F04F87B0AE
+:109B100000250093036A03958B4204460E46924645
+:109B20000595A94639D3EFF3118B402383F31288AF
+:109B3000BFF36F8F059AD8462AB129462046FFF712
+:109B40009BFF0023059304A92046FFF7C3FE049959
+:109B5000B14207462AD32268E36913F8221021F0A4
+:109B6000030103F8221003EB8209216832462046E4
+:109B7000FFF7D4FEE3682060984212D0002788F3F4
+:109B80001188BFF36F8F039929B162690AB120462A
+:109B9000904700230393002FC5D1484607B0BDE886
+:109BA000F08F236943F008032361E7E718B12046EB
+:109BB000FFF7CEFEE3E7009B5AEA030319D00191B9
+:109BC00005F0FBFA0199A0B98BF31188BFF36F8FF1
+:109BD000009B524604F12800FCF7B4FCEFF3118817
+:109BE000402383F31288BFF36F8FB0FA80F77F09A9
+:109BF000C5E705AB03AA20462568FFF7C6FE074662
+:109C0000BDE770B50446836908460D46984702468D
+:109C1000EFF31186402383F31288BFF36F8F2B7805
+:109C200043F001032B7061682046FFF777FE606008
+:109C30002046FFF73CFF86F31188BFF36F8F70BD9E
+:109C40002DE9F04104464027EFF3118687F312888F
+:109C5000BFF36F8F236913F0080FA36802D1626806
+:109C6000934200D9226AE169D21A32B986F3118887
+:109C7000BFF36F8F4FF0000833E011F8232012F08C
+:109C8000030001EB8308F1D0022803D151F82350DF
+:109C9000AD0805D1D00712D4A369404698470546C0
+:109CA000A1682A462046FFF739FE2946A0602046D3
+:109CB000FFF742FE86F31188BFF36F8FC4E742F0CF
+:109CC000020201F823204046A369A5689847294667
+:109CD00002462046FFF722FEA06086F31188BFF3FC
+:109CE0006F8F4046BDE8F081F8B5044683690846A9
+:109CF0000D4698470646EFF31187402383F31288F9
+:109D0000BFF36F8F2B786FF300032B7023699B07D2
+:109D100005D5E268E36903EB82039D421AD12B78F3
+:109D20006FF341032B70D4E90231994204D13246DA
+:109D30002046FFF7F3FDA06031462046FFF7FCFD0B
+:109D400087F31188BFF36F8F04F12800BDE8F84056
+:109D5000FCF7D4BB2B6860F39F032B60F0E702692C
+:109D60008368120702D442689A4200D2026AD31A68
+:109D7000181E18BF01207047038B13F0070305D18D
+:109D80000368002B0CBF002003207047022B05D175
+:109D9000408BB0FA80F0400980007047012B05D15C
+:109DA0000368002B0CBF002005207047002070477F
+:109DB00010B50C4600B111B96FF0150010BD081DAB
+:109DC00000F093F80028F9D1A368032BF6D9F3E744
+:109DD0002DE9F0410D4607461946281D90461E46BE
+:109DE00000F097F8044638B13346424629463846D3
+:109DF000A446BDE8F0416047BDE8F08110B4EFF340
+:109E00001182402484F31288BFF36F8F416110BC2C
+:109E10000121E8F7A9BF38B50C46054658B151B144
+:109E20000B6843B14B6833B11C22002105F0F4FCF0
+:109E30002C61002038BD6FF01500FBE770B50546BA
+:109E40000E46FFF7B5FF041E14DBEFF3118240232B
+:109E500083F31288BFF36F8F6B8B2C8B4FF6FF71E0
+:109E60008B4204F0070407D182F31188BFF36F8F90
+:109E70006FF00A04204670BD022C0CD101336B83B5
+:109E800082F31188BFF36F8F0023224631462846A4
+:109E9000FFF79EFFEEE7062C14D8DFE804F004136A
+:109EA0001313041A0400002333606B683BB9C5E93F
+:109EB0000066ACB902212846E8F756FFDAE71E60D3
+:109EC0006E60F6E782F31188BFF36F8F6FF00404C2
+:109ED000D0E782F31188BFF36F8F6FF08504C9E775
+:109EE00082F31188BFF36F8FC4E7034640B1426825
+:109EF00002F00302022A06D0032A04D0012A05D068
+:109F00006FF0150070471A68002AF9D00020986099
+:109F1000704710B54268816002F00302022A0346CE
+:109F20004FF0000407D0032A02D05C60002001E05B
+:109F300018685C6010BD18685C600028F6D0FDF7FA
+:109F40004DFBF3E7704770B406688489806A0D0C96
+:109F500016FA81F105FB041184682468A44670BCDC
+:109F600060472DE9F0431C46C36A1D686D4289B005
+:109F700006468846174605F020051CB9204609B05C
+:109F8000BDE8F083AC42A14628BFA9464B466A46CD
+:109F900041463046FFF7D7FF0028F0D16B464845D1
+:109FA00002D1241A8044E8E713F8012BBA4201D108
+:109FB0000130F4E70120E2E738B5828903680D0C2F
+:109FC000090C04462D04806A02FB013183689B68FA
+:109FD000984750B9E26AA389127929462046FFF7CB
+:109FE000C0FF002818BF6FF0050038BD0B6803F5EF
+:109FF00080330B60C0891A0CB0EB134F04BFA3EB86
+:10A0000002430B60704700F068BA10B50146044681
+:10A010000722FF20E7F7B8FEE07110BD0378012B9F
+:10A0200081BF01F1FF31C9185B42194008467047F2
+:10A0300070B50C4605460821C06AFFF7EFFF0722FE
+:10A0400006462146FF20E7F79FFEE379834207D1CA
+:10A05000AA896388901B83422CBF0020012070BD19
+:10A060000020FCE738B505460C46FFF7E1FFA0B13C
+:10A07000A08898B922884FF6FF739A420DD1E86AFA
+:10A080000821FFF7CBFF6288AB899B1AB3FBF0F284
+:10A0900002FB1030B0FA80F0400938BD0020FCE728
+:10A0A000F7B504460D46C06A0821FFF7B7FF2968D7
+:10A0B000074608232046FFF746FF0646002836D10C
+:10A0C0002B683B442B60A28999B2D21B91422ED1BE
+:10A0D0001A0C03BFE28902F1FF3203EB0241A3F540
+:10A0E0008031296008236A462046FFF72CFFE8B933
+:10A0F000E36A1A796B4613F8011B8A420CD10130CE
+:10A100000828F8D1636805E02B68BDF802201B0C15
+:10A110001B0413442B600AE069462046FFF7A2FFA8
+:10A120000028F1D129462046E8F72CFF06463046A4
+:10A1300003B0F0BD2DE9F043074689B090461E46B6
+:10A140001BB9002009B0BDE8F0833C688389080C86
+:10A1500014FA81F100FB0314FB6A1D686D4235405F
+:10A160000CD0B86A83682146D3F804902B46C847C0
+:10A170000028E7D1761BE4D02C44A844324641465F
+:10A18000684605F03BFBFD6A2A682979921B0DEBB6
+:10A19000060005F041FBB86A2B68826821465568C5
+:10A1A0006A46A847CEE710B50A4608234168044628
+:10A1B000FFF7C0FF08210246E06AFFF72FFF636840
+:10A1C0001B1A6360104610BD13B54FF6FF730022D3
+:10A1D0000446ADF800308DF806308368ADF80420F1
+:10A1E0006846ADF80230FFF710FF69462046FFF7DA
+:10A1F000DAFF02B010BD2DE9F04F044695B0C06AF9
+:10A200000821FFF70BFF63681B0C1B04054603A91D
+:10A2100020460393FFF7EAFEDDF80CB0A6895E4402
+:10A22000761B06AA0823314620460496FFF78BFECC
+:10A23000021EC0F2A980E36A06AA1979002312F867
+:10A24000010B814240F08F800133082BF7D1A368C6
+:10A2500062682B449A427ED259462046FFF7ACFEF4
+:10A26000024691E0BDF81A30360C36041E440496BE
+:10A2700008AA04A92046DDF810A0FFF711FF024646
+:10A28000002840F0818008A92046FFF7D1FE18B9C8
+:10A29000019B9A45ECD1DAE7636805930AAA05A900
+:10A2A0002046059EFFF7FCFE024600286CD1BDF853
+:10A2B0002820BDF820309A4227D06268059B9A4238
+:10A2C000ECD15645E4D1BDF82430002BE0D0BDF8E8
+:10A2D00022704FEA1A431B041F4408A8A368ADF874
+:10A2E0002230FFF792FEE36ABDF824901E687642A2
+:10A2F00006F02006B9F1000F0ED108A92046FFF79D
+:10A3000052FF02460028C3D03EE00AA92046FFF7CC
+:10A310008FFE0028D1D0D4E74E45B04628BFC846AE
+:10A320000CAA434639462046FFF70DFE024658BBAD
+:10A330004346A1680CAA2046FFF7FCFE41460246B0
+:10A34000E06AFFF76BFEA3680344A360E2B9A9EBE0
+:10A3500008094744CEE72046FFF736FF02460028AB
+:10A360003FF47AAF10E0731B06A920460193FFF774
+:10A3700079FE00287FF476AF04A92046E8F702FEB4
+:10A38000024600283FF474AF104615B0BDE8F08FC8
+:10A3900000231A46E8F7CEBF13B500240094E9F76E
+:10A3A000C1F802B010BD03785B075FBF0368428845
+:10A3B000C3F34A2303EB12105DBF173020F00700F0
+:10A3C0008008002070470020704704F08CB90346D5
+:10A3D000BFF35B8F53E8000F421C43E800210029C4
+:10A3E000F8D1BFF35B8F70471FB50023CDE90201A1
+:10A3F000CDE900331A4619461846E9F715FC05B0B1
+:10A400005DF804FB0120E9F7C7B90020704770B57B
+:10A41000D2E901369B1B8B420C4615460AD31368C2
+:10A420000A460146981905F0E9F9AB682344AB6088
+:10A43000204670BD6FF01B00FBE770B50E46154659
+:10A440001946044618B9BDE87040E9F7A5B933B11B
+:10A45000C2F34A231030120D184405F0CFF9C4E9B5
+:10A4600000562046BDE87040E9F726BB2DE9F341D0
+:10A470005F1C4FEA8708064608F1170020F0070026
+:10A4800080080C461546E9F7F1F90023ADF80530D0
+:10A490008DF807308DF8047068B10346019A43F8CF
+:10A4A000102FA8F104012A46294452F8045B43F80E
+:10A4B000045F8A42F9D1A20102F4E07242EA482222
+:10A4C00022F07F4222F47002002322F03F02314644
+:10A4D00002B0BDE8F041FFF7B0BF07B5012301921C
+:10A4E00001AAFFF7C3FF03B05DF804FB07B5CDE990
+:10A4F000002302236A46FFF7B9FF03B05DF804FBAF
+:10A500001FB5CDE90123069B039301AA0323FFF79F
+:10A51000ADFF05B05DF804FBF8B506460D461446E0
+:10A520001F4604B9F8BD214628463A46B047241ACA
+:10A530000544F6E713B500240094E8F76BF802B081
+:10A5400010BD10B5426881680446D2E90023006856
+:10A55000FFF7E2FF636800221A6010BD38B54B6850
+:10A560001A68CB689A4205460C4602D10846FFF7A6
+:10A57000E8FF6368BFF35B8F53E8002F511C43E88B
+:10A5800000100028F8D1BFF35B8FA3689D54002012
+:10A5900038BD0A2838B504460D4602D10D20FFF714
+:10A5A000DDFF29462046FFF7D9FF002038BD2DE901
+:10A5B000F043054687B008460E8891F80090D1F820
+:10A5C00008800C461746E9F775FB011EC6F3821694
+:10A5D000C9F3C2091EDB4846E9F780FA0346214663
+:10A5E000608851F8102B0196C2F34A22002A01EB31
+:10A5F0000204C0F30B1008BF00210022CDE90407BC
+:10A60000CDE90214009241462846E9F77FFB07B0E6
+:10A61000BDE8F0830023E2E743681B685B68002025
+:10A620009961704743681B681A68526853607047A5
+:10A6300043681B685A68012111771868FFF781BFCA
+:10A6400043681B681868E9F7CFBC70B543681D689C
+:10A650006B6898690C46E9F77BF8214603460F22A0
+:10A660002868BDE870401847704770B54C680368AB
+:10A67000A34201D2012070BD8A682244934201D3D3
+:10A680000020F8E7D1E903254E69B54203D36FF006
+:10A690000B038B61F4E71B1B42F8353043680869F4
+:10A6A00002EBC00253600B6901330B61E2E7034622
+:10A6B00010B508460AB10021116053B1D0B1411E56
+:10A6C00011F8010F80B113F8014BA04201D13D28D0
+:10A6D000F6D100200EE0013313600AE03D2808D0D7
+:10A6E000B0FA80F0400905E018782F28F6D1002A4A
+:10A6F000F1D1012010BD0830704710B51346144643
+:10A700000A4681880068FFF747FEA042A8BF20469E
+:10A7100010BD2DE9F04F97B0044601929A46894644
+:10A7200000297CD0DAB1BAFA8AF67609258F01358C
+:10A73000ADB2A84604F1080B6F1EBFB2B7F5004FCB
+:10A7400026D04A2303AA39465846FFF725FE00289B
+:10A7500007DA10F1020F08BFB8463D46ECE70126C4
+:10A76000E4E700F158030DEB0300002300F84C3C34
+:10A7700003A94846E2F772FB0028EED126B339461A
+:10A780005846FFF705FE002805DA17B0BDE8F08F40
+:10A79000BEB30020F9E705F57F513F3189B2584635
+:10A7A000FFF7F6FD0028F0DB238FBB42F1D12246F4
+:10A7B000013B22F8383F4FF4004102235846E8F7A6
+:10A7C000B9FD00EAE070E0E7B846B8F5404F29D09F
+:10A7D000238F434504F1080515D308F58041019AFC
+:10A7E000534689B22846E8F7A5FD0028CDDB002EA8
+:10A7F000CFD04846E2F73CFB4A460346414628464E
+:10A80000DDE70126E1E72246022322F8388F4FF4E4
+:10A8100000412846E8F78EFD0028DEDAB5E76FF044
+:10A820001500B2E76FF00B00AFE773B5C36B0363BE
+:10A830000446C3B100F108063046E8F7D5FB0546EB
+:10A8400070B902230DF106024FF400413046FFF7C4
+:10A85000A3FD0028ACBFBDF806304FF400432387AA
+:10A86000284602B070BD6FF01205F9E710B44468D5
+:10A87000C068A44610BC604710B40468C068A44611
+:10A8800010BC604707B50B88ADF800304B88ADF8B9
+:10A8900002308B88ADF804306A4606234521FFF765
+:10A8A000EBFF03B05DF804FB37B501230D4601AAA9
+:10A8B00060210446FFF7DAFF58B99DF8043065F3CC
+:10A8C00001038DF8043001AA012360212046FFF71F
+:10A8D000D3FF03B030BD37B501230D4601AA602177
+:10A8E0000446FFF7C3FF58B99DF8043065F38303AE
+:10A8F0008DF8043001AA012360212046FFF7BCFF38
+:10A9000003B030BD37B501230D4601AA60210446CE
+:10A91000FFF7ACFF58B99DF8043065F3C7138DF805
+:10A92000043001AA012360212046FFF7A5FF03B0F0
+:10A9300030BD37B501230D4601AA61210446FFF75A
+:10A9400095FF58B99DF8043065F342038DF8043043
+:10A9500001AA012361212046FFF78EFF03B030BD1D
+:10A9600037B501230D4601AA61210446FFF77EFF9A
+:10A9700058B99DF8043065F304138DF8043001AA2A
+:10A98000012361212046FFF777FF03B030BD37B5C3
+:10A9900001230D4601AA62210446FFF767FF58B95B
+:10A9A0009DF8043065F304138DF8043001AA0123E7
+:10A9B00062212046FFF760FF03B030BD13B50623C8
+:10A9C0000C466A466821FFF751FF9DF801209DF86B
+:10A9D000003003EB022323809DF803209DF8023012
+:10A9E00003EB022363809DF805209DF8043003EB00
+:10A9F0000223A38002B010BD13B502230C4601AAA6
+:10AA00006E21FFF733FF9DF805209DF8043003EB1E
+:10AA10000223238002B010BD08B50A4601234F214E
+:10AA2000FFF724FF08BD37B501230D4601AA6021B9
+:10AA30000446FFF71BFF58B99DF8043065F3451332
+:10AA40008DF8043001AA012360212046FFF714FF8E
+:10AA500003B030BD37B501230D4601AA602104467D
+:10AA6000FFF704FF58B99DF8043065F386138DF89D
+:10AA7000043001AA012360212046FFF7FDFE03B048
+:10AA800030BD37B501230D4601AA62210446FFF708
+:10AA9000EDFE58B99DF8043065F300038DF80430DD
+:10AAA00001AA012362212046FFF7E6FE03B030BD74
+:10AAB00037B501230D4601AA62210446FFF7D6FEF1
+:10AAC00058B99DF8043065F382038DF8043001AA6B
+:10AAD000012362212046FFF7CFFE03B030BD38B519
+:10AAE0000D46AB4211461C4604D81A4604F086FEB9
+:10AAF000204638BD0024FBE704F08EBEC30903EBFB
+:10AB0000430303EBC30383EA4000C0B27047CB7832
+:10AB10000278534003704B884278534043700A6870
+:10AB2000837883EA122383700A68C3785340C37022
+:10AB3000CB79027953400371CB88427953404371FA
+:10AB40004A68837983EA122383714A68C379534040
+:10AB5000C371CB7A027A53400372427A4B895340D5
+:10AB600043728A68837A83EA122383728A68C37A7B
+:10AB70005340C372CB7B027B53400373CB89427B30
+:10AB800053404373CA68837B83EA12238373CA6882
+:10AB9000C37B5340C37370471FB502788DF8002004
+:10ABA00042798DF80120827A8DF80220C27B8DF8DF
+:10ABB000032002798DF80420427A8DF80520827BEB
+:10ABC0008DF80620C2788DF80720027A8DF80820CB
+:10ABD000427B8DF8092082788DF80A20C2798DF8A1
+:10ABE0000B20027B8DF80C204278C37A8DF80D2063
+:10ABF00082798DF80E208DF80F3010236A461946A1
+:10AC0000FFF76DFF05B05DF804FBF8B50646087860
+:10AC10000C46FFF773FF05466078FFF76FFFA278D9
+:10AC200063785340E27853405D406840307060780C
+:10AC30002778FFF763FF0546A078FFF75FFFA3784B
+:10AC40005F40E3785F407D406840707063782778AC
+:10AC5000A0785F40FFF752FF0546E078FFF74EFF10
+:10AC6000E3785F407D406840B0702078FFF746FF92
+:10AC7000627823785340A278534080EA0305E07855
+:10AC8000FFF73CFFEDB24540F570F8BD70B51446D6
+:10AC900088B00546002849D0002949D0002A49D06B
+:10ACA00010230A4668461946FFF719FF21466846F1
+:10ACB000FFF72DFF103401F1A0066846E9F714FCF8
+:10ACC0006846FFF769FF694604A8FFF79EFF01A9E0
+:10ACD00005A8FFF79AFF02A906A8FFF796FF03A9A8
+:10ACE00007A8FFF792FF102319460DEB03026846F1
+:10ACF000FFF7F5FE214668461034FFF708FFB4421F
+:10AD0000DBD1E9F7F1FB6846FFF746FF21466846CD
+:10AD1000FFF7FDFE102319466A462846FFF7DFFEBF
+:10AD2000684610220021FFF7E7FE012008B070BD41
+:10AD30000846FBE71046F9E710B50A460F3012F94E
+:10AD4000103B002BACBF0023872312F8014D83EA90
+:10AD500044038A4200F8013902D01378DB09F4E792
+:10AD600010BD08B520B158220021FFF7C5FE012013
+:10AD700008BD10B5044688B110220021FFF7BCFEC3
+:10AD8000102204F130000021FFF7B6FE00236364B7
+:10AD900000224FF48033C4E91423012010BD70B5A4
+:10ADA00004460D46164610B311B358220021FFF792
+:10ADB000A3FE2946A6643046E9F7A2FB1022002133
+:10ADC0002046FFF799FE04F11005A26C21462046AB
+:10ADD000FFF75CFF21462846FFF7AEFF294604F146
+:10ADE0002000FFF7A9FF2046FFF7C3FF012070BD39
+:10ADF0000846FCE72DE9F0410E46154604460028BA
+:10AE000060D0FAB100295DD0D0E9143253EA0201D2
+:10AE100058D0013BD0F8448042F1FF32C0E91432EF
+:10AE2000B8F1000F2CD0C8F1100708F13000BD4276
+:10AE300020440AD22B4632462946FFF750FE636C67
+:10AE40002B4463640120BDE8F0813B46324639461D
+:10AE5000FFF745FE103D0023636445443E44631EF6
+:10AE600004F10F0113F8012F93F830008B4282EAAE
+:10AE700000021A70F6D1A26C21462046FFF706FFA9
+:10AE800004F10F07102D0AD8002DDBD02B463246D7
+:10AE9000294604F13000FFF722FE6564D2E7631E05
+:10AEA000711E13F8012F11F8010FBB4282EA000254
+:10AEB0001A70F6D1A26C21462046FFF7E7FE103645
+:10AEC000103DDFE70020BEE770B50C460546E8B14F
+:10AED00069B34A6C102A1AD11031631E013904F18A
+:10AEE0000F0013F8012F93F83060724011F8016FD2
+:10AEF000984282EA06021A70F3D1A26C21462846D3
+:10AF0000FFF7C4FE2046FFF72CFF012070BD02F1C1
+:10AF100030000021C2F110022044FFF7EDFD636C08
+:10AF20002344802283F8302004F12001D5E708462D
+:10AF3000ECE701460068E9F735BB08B5E9F78EFB99
+:10AF4000BDE80840E9F78EBB0A460121FFF7C5BA04
+:10AF500000210120E9F726BB61B662B680F31188B3
+:10AF6000BFF36F8F704772B6002383F31188BFF36E
+:10AF70006F8FBFF34F8F30BF62B6BFF36F8F7047D5
+:10AF800072B6002383F31188BFF36F8FBFF34F8F27
+:10AF900020BF80F31188BFF36F8F62B67047002027
+:10AFA00070474FF0FF307047002070470846114649
+:10AFB000E9F71CBF08461146E9F72CBF4FF0FF30F8
+:10AFC0007047002070470228CCBF00200120704746
+:10AFD0004FF400534B600020704710B50446142016
+:10AFE000FCF7ECFE2060BDE8104003F023BF4FF0FB
+:10AFF000FF324FF0FF33FBF79BB9FBF711BA7047F5
+:10B00000EFF74EB80023E8F78BBD704737B505461C
+:10B010000C46002001A9EEF791FA9DF804302B7040
+:10B020009DF80530237003B030BDE9F791B9EBF717
+:10B03000E7B808B504F025FA4FF47A72A0FB0203D2
+:10B0400002FB0133C00B40EA434008BD38B505465A
+:10B0500004F017FA4FF47A72A0FB024302FB0131AD
+:10B06000E40B44EA41404FF47A720023C90BD5F750
+:10B0700097FE2A8038BDFFF7DCBF012070470146EC
+:10B0800040F2E73008B54FF47A72002300EBC1308C
+:10B09000490CD5F7D5FEBDE80840FBF787BF7047E0
+:10B0A0007047EFF31183402282F31288BFF36F8F52
+:10B0B00003607047036883F31188BFF36F8F704795
+:10B0C000EAF728BC0120704700207047704770479E
+:10B0D000704708B50120EAF7A3FE00212120FBF705
+:10B0E00065FF0020EAF79CFEC520BDE8084000216E
+:10B0F000FBF75CBF10B50446C0B2EAF715FF0028A5
+:10B1000004DA2046BDE81040EAF780BE10BD10B555
+:10B110000446C0B2EAF78CFF002804DA2046BDE8F6
+:10B120001040EAF791BE10BD0020704738B50546C3
+:10B130000C46EAF7EDFF611B013190FBF1F303FBD5
+:10B140001100284438BD01380A44914200D17047AB
+:10B1500011F8013B00F8013FF7E710440A4491421F
+:10B1600000D1704711F8013B00F8013DF7E704F00A
+:10B1700053BB82B082B00DF1080C0CE90600BDF89B
+:10B18000042003930B44BDF810100A4491B212B28C
+:10B19000B2F57A7FA2BFA1F57A72013312B20360D1
+:10B1A000828002B002B0704782B082B00DF1080C0C
+:10B1B0000CE90600BDF804200393CB1ABDF810106B
+:10B1C000521A91B212B2002ABEBF01F57A7203F18F
+:10B1D000FF3312B20360828002B002B070471FB525
+:10B1E0006B4683E80300002303A80293ADF80C30FC
+:10B1F000FFF72CFF009BBDF804100290181ABDF851
+:10B200000C30C91A8BB209B20029BEBF03F57A739C
+:10B2100000F1FF3019B2EAF7E1FA05B05DF804FB7E
+:10B220001FB50446002303A80293ADF80C30FFF7C6
+:10B230000DFF01A902906846EAF7D6FA029B009A30
+:10B24000BDF80C101A44019B0B4499B21BB2B3F524
+:10B250007A7FA2BFA1F57A7301321BB22046226029
+:10B26000A38004B010BD37B50023044601A80093A5
+:10B27000ADF80430FFF7EAFE6D46009095E8030054
+:10B2800084E80300204603B030BD70B50446FFF7E4
+:10B29000F4FE0123637226680546EAF7ADFA2844F6
+:10B2A000864203D2EAF7A8FA054425602068BDE883
+:10B2B0007040EAF7B1BA0023C0E90033C0E90313D4
+:10B2C00003814361704738B505460846FFF7E7FE3E
+:10B2D00004462846EAF7D2FFFFF7CFFEA04238BF68
+:10B2E0002046C5E9000038BD08B5FFF7C4FEBDE83B
+:10B2F0000840FFF7D5BE38B5044650B1FFF7BBFE96
+:10B3000005462046FFF7CBFE281ABDE83840FFF778
+:10B31000C7BE38BDFFF7B3BE07B501228DF80710D1
+:10B320000DF10701FFF7F3FE03B05DF804FB07B56D
+:10B3300001220DF10701FFF7DDFE9DF8070003B0C4
+:10B340005DF804FB10B50446012064B9FFF7BEFEAA
+:10B350000120FFF7ECFF00F0F80121430120BDE8D8
+:10B360001040FFF7D9BFFFF7B2FE0020FFF7AEFE97
+:10B370002046FFF7ADFEEBE7F8B516461D460C4636
+:10B380000746EBF7F9FA0020EBF72CFD3846EBF710
+:10B3900037F82046EAF79CFF044601461220FFF7E3
+:10B3A000BBFF21461320FFF7B7FF0520FFF7CAFFB9
+:10B3B0000120FFF7AFFFFFF797FF04462046FFF796
+:10B3C0009AFFA84204D30124EBF7D6FA2046F8BD31
+:10B3D0000020EBF7E3FCB042F0DD0024F4E738B5E1
+:10B3E0000120EBF7FFFCFF211120FFF795FF05205F
+:10B3F000FFF7A8FF002425460120FFF78BFF2C2034
+:10B40000FFF795FF00F00100A0400134202C45EA31
+:10B410000005F1D1EBF7B0FA284638BD08B5FFF7C3
+:10B4200053FE013008BD0A780378534003704A7810
+:10B430004378534043708A78837853408370CA7846
+:10B44000C3785340C3700A790379534003714A7932
+:10B450004379534043718A79837953408371CA7920
+:10B46000C3795340C3710A7A037A534003724A7A0C
+:10B47000437A534043728A7A837A53408372CA7AFA
+:10B48000C37A5340C3720A7B037B534003734A7BE6
+:10B49000437B534043738A7B837B53408373CA7BD4
+:10B4A000C37B5340C373704710B50B781478634067
+:10B4B000037054784B786340437094788B78634082
+:10B4C0008370D478CB786340C37014790B79634070
+:10B4D000037154794B796340437194798B7963405C
+:10B4E0008371D479CB796340C371147A0B7A63404A
+:10B4F0000372547A4B7A634043728B7A947A634036
+:10B500008372D47ACB7A6340C372147B0B7B634023
+:10B510000373547B4B7B63404373947B8B7B63400F
+:10B520008373CB7BD27B5340C37310BD10B5102205
+:10B5300004460021F130FFF71AFE0021C4F814116F
+:10B540002046F022BDE81040FFF711BE0246084633
+:10B550001021ECF707B82DE9F0430446D0F81401A8
+:10B5600085B00E46154604F2011988B3C0F11008E3
+:10B570009045474628BF1746BAB24844FFF7E3FD57
+:10B58000D4F814313B440F2BC4F814312DD9A845FD
+:10B590002BD204F1F00304F5807113F8012F187C0D
+:10B5A0008B4282EA00021A70F7D104F1F1081022EE
+:10B5B00041466846FFF7C7FD224669466846ECF7F4
+:10B5C00053F8102269464046FFF7BDFD3E44ED1B8F
+:10B5D00004F5807804F1F107102D09D8AAB231469C
+:10B5E0004846FFF7B0FDC4F8145105B0BDE8F0833C
+:10B5F00004F1F003711E13F8012F11F8010F4345F8
+:10B6000082EA00021A70F6D1102239466846FFF726
+:10B610009AFD224669466846ECF726F810226946EC
+:10B620003846FFF790FD1036103DD5E7F0B589B0EC
+:10B630000C461022002105466846FFF798FD224679
+:10B6400069466846ECF710F89DF90030002B6A4611
+:10B650004FF0000143DA137812F8010F01315B005B
+:10B6600043EAD0130F2902F8013CF4D19DF80F30C2
+:10B670005B0083F08703D4F81401DBB210288DF847
+:10B680000F303BD104F58073694604F5887013F8D8
+:10B69000016F11F8012B984282EA06021A70F6D166
+:10B6A00004F1F00304F5807113F8012F187C8B422C
+:10B6B00082EA00021A70F7D110220DEB020004F1A9
+:10B6C000F101FFF740FD2246294604A8EBF7CCFF25
+:10B6D000102200216846FFF74AFD09B0F0BD13783B
+:10B6E00012F8010F01315B0043EAD0130F2902F871
+:10B6F000013CF4D19DF80F305B00BCE79DF90030B0
+:10B70000002B6A464FF0000137DA137812F8016F08
+:10B7100001315B0043EAD6130F2902F8013CF4D152
+:10B720009DF80F305B0083F08703471CDBB28DF878
+:10B730000F30102F04EB0003C0F10F064FF0800212
+:10B7400088BF002600F5817083F801210021324670
+:10B7500020443E4404F060F8C4F8146104F580739A
+:10B76000694604F5887013F8016F11F8012B9842AF
+:10B7700082EA06021A70F6D192E7137812F8016F86
+:10B7800001315B0043EAD6130F2902F8013CF4D1E2
+:10B790009DF80F305B00C8E77E2B01D8ECF7CAB8E4
+:10B7A0000320704730B50D4685B01446014668B198
+:10B7B00003AA002000922A460390ECF7BBF818B9C0
+:10B7C0000398001B18BF012005B030BD0220FBE725
+:10B7D00009B1ECF78DB9022070471FB51446A0B12E
+:10B7E00000237F2ACDE90033CDE9023301D10829B6
+:10B7F0000DD10A466B461021ECF73CF918B96946A1
+:10B800002046ECF775F904B010BD0220FBE70320D9
+:10B81000F9E72DE9F04F91B0DDE91B649DF8685020
+:10B8200081468A4617469846002B6CD0002E6AD077
+:10B83000002C68D0212D68D8FF2819462A463046AA
+:10B840000CBF4FF0010B4FF0030BFFF77CFC691EA0
+:10B850005A46731C89B208F10100ECF70BF98346D4
+:10B86000002854D196F80B8073194FEAD81884F841
+:10B87000008013F8024C13F8031C13F8042C13F87F
+:10B88000013C240444EA0124144344EA0364B8F16B
+:10B89000000F0CD1291F0123224689B23046FFF741
+:10B8A00081FF003818BF012011B0BDE8F08FCDE94D
+:10B8B00001000390082251460DF105008DF8049017
+:10B8C000FFF74BFC8DF80D70292259463F0A05A859
+:10B8D0008DF80E70CDF810B003F09EFF0C2201A978
+:10B8E00004A8FFF730FC2A4631460DF11B00FFF794
+:10B8F0002AFC02232246E91D04A8FFF753FF002873
+:10B9000018BF4046D0E70220CEE70520CCE707204D
+:10B91000CAE7FFF77ABBD8B1D1B1037B1B0707D0C9
+:10B9200090F8203083B990F828307BB11720704709
+:10B9300090F8283053B190F82030002B14BF032327
+:10B9400002230B70002070470023FAE70123F8E779
+:10B95000032070472DE9F04F8BB08A460093149B6B
+:10B96000416890F90C8090F90D6090F80EB0196064
+:10B97000477804469146002F58D002238DF81030A6
+:10B9800004A9C37B007C8DF8123000F068FBB4F88A
+:10B9900008C0618943B26068984545466144B8BFB4
+:10B9A0001D46604534BF00270127884209D30A217C
+:10B9B0008DF81010207C019304A900F050FB019B2E
+:10B9C00046B2B4F808C0608961680CEB400E71455E
+:10B9D00019D3A1EB0C01B1FBF0FC00FB1C1191B9D8
+:10B9E000984503DC2378CBB94FF0010B20238DF869
+:10B9F0001030207CE37B8DF8115004A98DF81230B3
+:10BA000000F02DFB45B2009B8AF80050384689F8BB
+:10BA1000006083F800B00BB0BDE8F08F0223207CFB
+:10BA20008DF8243006A900F02AFBDDE74546EAE759
+:10BA300070477047704770470020704770477047E5
+:10BA4000704700207047002070470020704700209A
+:10BA5000704700207047704770477047022070475A
+:10BA600002207047022070477047002070477047DF
+:10BA7000704700207047002070477047704770473C
+:10BA8000F0B50C4685B005461F46114662B3062840
+:10BA900006D0072806D0052824D00120012603E07F
+:10BAA0000420FBE7022000260023CDE901330393A5
+:10BAB0008DF80000230A8DF80140082201A8240C0B
+:10BAC0008DF802308DF80340FFF747FB2A463146D8
+:10BAD0006846ADF80C70FFF780FE002818BF0E20F6
+:10BAE00005B0F0BD0320D9E70920F9E71FB5072805
+:10BAF0004FF00004CDE902440CBF022401248DF86C
+:10BB000000408DF801100C0AADF80420090C120C4D
+:10BB10008DF803108DF806208DF8073002461B0AB9
+:10BB2000012168468DF802408DF80830FFF755FE78
+:10BB3000002818BF0E2004B010BD2DE9F04188B0D8
+:10BB400090460D460F9A0746002847D00024012151
+:10BB5000CDE904448DF810109DF838108DF81510BB
+:10BB6000ADF81630190CCDE900441B0ECDE90244A6
+:10BB70008DF81930ADF81A20130C120E07948DF8B9
+:10BB800018108DF81C308DF81D20E3B21E01002D19
+:10BB9000F6B203DC002008B0BDE8F08101331021CB
+:10BBA0008DF81F3042466B460DEB0100EBF762FF4C
+:10BBB0000346A8B9102D28463E44A8BF1020694668
+:10BBC000327811F801CB013382EA0C02984206F870
+:10BBD000012BF5DC103D2DB20134D6E70920DAE760
+:10BBE0000E20D8E71FB500237F2208216846CDE943
+:10BBF0000033CDE90233FFF7F0FD002818BF0E2017
+:10BC000005B05DF804FB70B586B00C46DDE90A6549
+:10BC10001346014630B3B4F5807F25D84922300C55
+:10BC200002920022ADF80C208DF810008DF816203D
+:10BC3000280C0C9AADF80E60ADF812508DF8140077
+:10BC40000092360E2D0E224602A88DF811608DF856
+:10BC500015508DF81740FFF79FFD002818BF0E20E4
+:10BC600006B070BD0920FBE70D20F9E713B50023EE
+:10BC70000C460193CAB101A9EFF714FB18B9019B57
+:10BC8000591C02D1146002B010BD99B2611A00298A
+:10BC900001DD5C18F6E702D113600720F3E71B0C07
+:10BCA0001B0403F580331C44ECE70920EBE71FB5C8
+:10BCB000B1B90128CDE9001108BF2023CDE9021157
+:10BCC0004FF008024FF00001684608BF8DF80030C1
+:10BCD000FFF783FD002818BF0E2005B05DF804FBB8
+:10BCE0000A20FAE710B50446002845D0016800296B
+:10BCF00042D011F8013B437103220630FFF723FACB
+:10BD00002046032250F8091B0431FFF71CFA216872
+:10BD1000CB79E3600A7A43EA0223E3604A7A43EA92
+:10BD20000243E3608A7A43EA0263E360CB7A2374D6
+:10BD30000B7B63742379212B1AD110220D3104F16E
+:10BD40001200FFF700FA1D222168501C8B5C636211
+:10BD5000085C43EA0023901C6362085C033243EAF8
+:10BD6000004363628A5C43EA02636362002010BDA1
+:10BD7000112B03DC0D22E7E70220F8E70120F6E7AC
+:10BD800010B50446002854D00168002951D00B7822
+:10BD900043714B7883608A7843EA02238360CA78D0
+:10BDA00043EA024383600A7943EA026383604B7982
+:10BDB00003738B79C381CA7943EA0223027BC3816F
+:10BDC00002F00F0208311030FFF7BDF9237B00228B
+:10BDD00003F00F0384F8202084F82820227903F14F
+:10BDE0000800111A04290DDD21680933043AD21A1A
+:10BDF000085C84F82000D2B2606A84F828201944D4
+:10BE0000FFF7A1F9237922681A44002012F8043CB4
+:10BE1000E36212F8031C43EA0123E36212F8021CF6
+:10BE200043EA0143E36212F8012C43EA0263E3624E
+:10BE300010BD0220FCE710B5044660B3036853B39D
+:10BE40000279162A29D942791A700146082251F836
+:10BE5000060B0130FFF781F92146082251F80E0B3D
+:10BE60000930FFF77AF92368E28A5A74E38A226874
+:10BE70001B0A93742368A269DA74A36922681B0AF7
+:10BE800013752368628B5A752368E27E9A751723AF
+:10BE90002371002010BD0120FCE70220FAE710B555
+:10BEA000044600282FD003686BB30279172A2CD9D7
+:10BEB00042791A70036882795A700146082251F853
+:10BEC000070B0230FFF749F92146082251F80F0B02
+:10BED0000A30FFF742F92368228B9A74238B226879
+:10BEE0001B0AD3742368E2691A75E36922681B0A86
+:10BEF00053752368E28B9A752368E27FDA751823FD
+:10BF00002371002010BD0120FCE70220FAE710B5E4
+:10BF1000044600282FD003686BB30279122A2CD96B
+:10BF200042791A70036882795A700146032251F8E7
+:10BF3000070B0230FFF707F92146082251F80A0BD8
+:10BF40000530FFF70AF92368628A5A73638A226808
+:10BF50001B0A937323686269DA73636922681B0A98
+:10BF600013742368E28A5A742368E27D9A74132357
+:10BF70002371002010BD0120FCE70220FAE738B54C
+:10BF80000446002863D00168002960D0037B90F844
+:10BF9000282003F00F03002A57D1083320790432F8
+:10BFA0001344984255D363790B702368A2685A7082
+:10BFB000A36822681B0A937023686289DA70236879
+:10BFC000E27A1A712368227B5A712368E2899A7196
+:10BFD000E38922681B0A2146D371227B51F8100B9A
+:10BFE00002F00F020830FFF7AEF8237B94F8282008
+:10BFF00003F00F0303F108052AB1226894F820101A
+:10C00000515503F10905206894F82820616A2844F5
+:10C01000FFF799F894F828302268E16A2B44D1544C
+:10C020005A1CE16A206892B2090A81549A1C21685C
+:10C03000E08D92B28854DA1C216894F82F0092B2F5
+:10C04000043388542371002038BD0933A6E701204A
+:10C05000FAE70220F8E7431F584258417047052885
+:10C0600082B003D1084602B0EFF7FEBD002002B057
+:10C070007047052802D10846EFF786BE70470528AD
+:10C0800002D10846EFF79CBE70470346052B0846D1
+:10C09000114601D100F074BA00207047052802D182
+:10C0A000084600F0B4BA7047052802D10846EFF7F9
+:10C0B000EDBE0020704710B40446052C084611461A
+:10C0C0001A46019B02D110BCEFF7FABE10BC7047B4
+:10C0D0000346052B0846114601D1EFF723BF002088
+:10C0E000704710B40446052C084611461A4602D182
+:10C0F00010BCEFF783BF002010BC704730B405467A
+:10C10000052D084611461A46DDE9023403D1029492
+:10C1100030BCEFF7F7BF002030BC7047052802D1D4
+:10C12000084600F052BA00207047052802D10846A0
+:10C1300000F0B3BA00207047052802D1084600F08D
+:10C1400062BA00207047052802D10846F0F788B887
+:10C15000002070470346052B0846114601D100F028
+:10C1600055BA0020704710B40446052C0846114605
+:10C170001A46019B02D110BCF0F79EB8092010BCF2
+:10C18000704710B40446052C084611461A4602D1E1
+:10C1900010BC00F0A3BAC8B210BC7047F0B59A4208
+:10C1A000069D03DB9DF914309A4220DD0020F0BD8E
+:10C1B00003EB430331F814C005EB830300264CFA6C
+:10C1C00006F7FF0707D51F7A07F00F0E964502DC2A
+:10C1D000B2EB171F0DDD0136102E03F10C03EED16B
+:10C1E0000134E4B22301DBB29842E1D8DEE7002457
+:10C1F000F8E70120DBE7884204DB9042CCBF002057
+:10C20000012070470020704710B51409B4EB111FCE
+:10C2100003464FEA11100ED391420CD202B201F044
+:10C220000F0133F81240012000FA01F124EA010164
+:10C2300023F8121010BD0020FCE7F0B528B100EB88
+:10C24000410501270020914200D3F0BD002435F8BC
+:10C2500002CB234607FA04F636EA0C0608BF013380
+:10C2600004F1010408BFDBB2102CF3D118440131F2
+:10C27000C0B2C9B2E7E710B500B149B910BD31F895
+:10C28000134020F813400133DCB2A242F7D8F5E79F
+:10C290000023F9E782B0019303885AB9642B38BFB1
+:10C2A0006423C26859438A428CBF521A0022C2607A
+:10C2B00002B07047012B38BF0123F2E70378032B4C
+:10C2C00014D1437803F00F021B098A704B708378F6
+:10C2D0008B80C27843EA02238B800379C3F3021276
+:10C2E00003F00F03CA700B700520704700207047E1
+:10C2F0002DE9F34798464379057990F9076091460F
+:10C30000044690F906208A4683B190F9087075B307
+:10C310000F2A12D194F909200F2E1ED194F90A6028
+:10C32000072D24D1002F08BF012720E090F90B70C2
+:10C3300090F9092090F90A60E9E7A369019394F95B
+:10C340001530009394F914302169207BFFF726FF04
+:10C350000028E1D105F0FD05DEE794F91D30B34278
+:10C360000FDC94F91C30B342DADA05F0FB052846FD
+:10C370008AF8002089F8006088F8007002B0BDE8F3
+:10C38000F0871E46CCE74FF4FA53B3FBF0F070474A
+:10C3900030B54FF47A750C1F6A4300FB042252003B
+:10C3A0001EBF00F1FF341219B2FBF0F2914238BF08
+:10C3B0001146039A1160820048431CBF01304008B7
+:10C3C0004FF47A71121A01FB1323002BCABF03F238
+:10C3D000E73393FBF1F1B3FBF1F1049B196030BD3E
+:10C3E00038B5400014460D46D4F7E6FB0146284612
+:10C3F000D4F730FB2146D4F72DFBFBF79DFCD4F797
+:10C40000A9FC40B238BD2DE9F74F019300239C46AB
+:10C410009E46048A1E01F6B2B44246D906EB460592
+:10C420004FEA4309AD000024476837F809702741F7
+:10C43000FF0729D5876807EB050A7F5927B30778D7
+:10C4400037B9476927B137F809702741FF071BD56E
+:10C450009AF8087090F901B047F303084FFA88F88A
+:10C46000D84511DC47F303177FB25F450CDB9AF820
+:10C47000097007EB4708C76807EBC8073F7D5FB93E
+:10C480000CF1010C5FFA8CFC0134102C05F10C0549
+:10C49000CAD10133DBB2BCE70EF1010706EB040899
+:10C4A00001F80E805FFA87FEEEE7019B82F800E05C
+:10C4B00083F800C003B0BDE8F08F2DE9FF470446C4
+:10C4C0004068DDE90C671D468A469146FEF713FF7A
+:10C4D00023681B1A3B604FF000080123337085F876
+:10C4E0000080636813B12368834224D8CAF80080AF
+:10C4F000D4F81CC0A3699CF800E00393D4E90301BD
+:10C5000001AB83E80300237D0093DCF80C10237A51
+:10C51000627A7046EFF7A8FA38603346E0692A4637
+:10C520004946FFF770FF2B782BB1C7F80080002039
+:10C5300004B0BDE8F0873378002B0CBF0C200B2033
+:10C54000F6E737B590F9002090F90250954204467D
+:10C550000FD0013A52B295420BD0A368019394F9DF
+:10C56000013000936168E0782B46FFF717FE002842
+:10C57000EFD0104603B030BD8842B8BF08467047C0
+:10C5800007B50E291FD8DFE801F00C1E1E1E1E1C69
+:10C59000121C1E1C1C1E1E1E0800012003B05DF88C
+:10C5A00004FB0DF107010068EFF710FBF6E7052229
+:10C5B00090F900000021FFF71EFE003818BF01208F
+:10C5C000ECE70722F4E70020E8E737B505460DF170
+:10C5D00007014068EFF7FAFA0722841D002195F958
+:10C5E0000000E4B2FFF707FE08B904F0FD0495F976
+:10C5F000010005220021FFF7FEFD08B904F0FB044D
+:10C60000204603B030BD4FF0FF30704770472DE932
+:10C61000F04186B050238DF81430037A102B8046F9
+:10C620002ED14368DB7B5BBB03211C4664270729B3
+:10C6300001F1010603F1030515D8D8F80400C25C26
+:10C6400003921844437842EA03230393827843EA2F
+:10C6500002437B43CDE90334ABB968468DF8001043
+:10C66000EFF704FF16E068468DF8001003948DF88C
+:10C6700014400494EFF7FAFEF1B210292B46D6D1FC
+:10C6800006B0BDE8F08103AB01A801938DF8081056
+:10C69000EFF78CFEF1B22B46C9E71FB502680379AC
+:10C6A000116849B901A88DF80430EFF7DFFE78B1C1
+:10C6B000032005B05DF804FB02A802928DF80C304F
+:10C6C000EFF774FE042805D0052805D00028EFD028
+:10C6D0000020EEE70220ECE70120EAE7881A40B2EA
+:10C6E00020EAE070C0B2704710B50C46017822789D
+:10C6F0008A428AB00FD06946EFF75EFF05A920464F
+:10C70000EFF75AFF10220DF115010DF1010003F0B2
+:10C7100065F80AB010BD012A06D0022A07D072B906
+:10C7200040886388C01AF4E740686368FAE710221B
+:10C73000611C01300AB0BDE8104003F04FB86FF043
+:10C740001500E6E7042A0AD0102A0DD0022A4FF07D
+:10C75000000315D103700B8843800120704701232B
+:10C7600003700B684360F8E7022300F8013B01F116
+:10C77000100351F8042B40F8042B9942F9D1ECE74F
+:10C7800018467047012310B50621044600F8013B06
+:10C79000F7F7B8FD18B9A37963F03F03A37110BD93
+:10C7A0000B6803608B8883808B798371037823F017
+:10C7B0000203037070470078C0F3400070470F28F1
+:10C7C00007D80D280BD8052808BF032018BF022062
+:10C7D0007047132803D01A2808BF0120F6E701206C
+:10C7E0007047FDF783BEFDF778BE10B50346BFF373
+:10C7F0005B8F53E8000F40EA010243E80024002C5D
+:10C80000F7D1BFF35B8F10BD0023E7F789B938B5C7
+:10C8100004460D46EFF744FF5F3005D12946204618
+:10C82000BDE83840F0F75EB838BDBFF35B8F50E825
+:10C83000003F0B4040E80032002AF8D1BFF35B8F85
+:10C84000704770B506460D4640F206400321F0F7EA
+:10C8500039FB044668B103210C3001F080F90680F1
+:10C86000857021460022BDE8704040F20640F0F796
+:10C8700065BB6FF0680070BDF8B507460E4642F222
+:10C88000220006211546F0F71DFB044678B106216B
+:10C890000C3001F064F93B88038046808580214696
+:10C8A0000022BDE8F84042F22200F0F747BB6FF0EB
+:10C8B0006800F8BD2DE9F0478146884642F2320013
+:10C8C00007219DF820A017461E46F0F7FBFA054603
+:10C8D000A0B107210C3001F042F9B9F80030038013
+:10C8E00080F80280C7700671A0F805A029460022D2
+:10C8F000BDE8F04742F23200F0F720BB6FF068006D
+:10C90000BDE8F087C068F0F7FDBB10B5038842882A
+:10C91000934219D8052B17D9B2F5486F14D88388DC
+:10C92000B3F5FA7F10D2C088A0F10A0189B240F6AF
+:10C930007644A14208D801339BB25343B3EB800F36
+:10C9400034BF0120002010BD0020FCE770B5064672
+:10C950000D4642F221000321F0F7B4FA044618B95B
+:10C96000BDE87040EFF784BF03210C3001F0F7F809
+:10C9700006808570214642F22100BDE87040F0F744
+:10C980007DBD002070470020704708B5072202F0E7
+:10C9900025FFB0FA80F0400908BDFDF79EBD0028D4
+:10C9A0000CBF08460020704718B111B10846F1F7D6
+:10C9B000B5B96FF01500704713B5044680B1062174
+:10C9C0006846F7F79FFC48B99DF80530694603F0C3
+:10C9D0003F0320468DF80530FFF7E6FF02B010BD9B
+:10C9E0006FF01500FAE7BFF35B8F0068BFF35B8F52
+:10C9F000704710B50346BFF35B8F53E8000F00EAA2
+:10CA0000010243E80024002CF7D1BFF35B8F10BD77
+:10CA100070B5064686B00D4642F20A000121F0F7D5
+:10CA200051FA0446B0B10C3095B1012101F0A6F8DD
+:10CA300006F1100203A9204600950723F0F730FA0B
+:10CA40000022214642F20A00F0F778FA06B070BDE3
+:10CA50002946EBE76FF06800F8E7183002F06ABB90
+:10CA60002838F1F743BC10B50446006918B1F4F753
+:10CA70001BFA0023236110BD10B5BFF35B8FD0F804
+:10CA8000BC30BFF35B8F00F1BC027BB1BFF35B8FA7
+:10CA9000591C52E8004F9C4204D142E8001CBCF1F2
+:10CAA000000FF6D1BFF35B8FE7D110BD1846FCE74E
+:10CAB0002DE9F84307460E46904600244FF0C00982
+:10CAC000B44203D100231846BDE8F88309FB047083
+:10CAD000FFF7D2FF034658B1857A012D02D0073DFA
+:10CAE000012D03D81A884245EDD01846F1F794FD80
+:10CAF0000134E5E710B50446F2F76EF92046BDE8CB
+:10CB00001040F1F7D5BB38B5037A8B420446154681
+:10CB100015D100F188010722284602F05FFE80B19E
+:10CB2000E378072243B904F19601284602F056FE45
+:10CB3000B0FA80F0400938BD04F18F01F5E700201C
+:10CB4000F9E70120F7E788307047F8B507460D464A
+:10CB500042F213000E21F0F7B5F90646D0B10E21CE
+:10CB60000C3000F0FCFF0E220446002102F054FEBF
+:10CB70003B8823802B8863806B88A380AB88E3800D
+:10CB8000EB88238131460022BDE8F84042F21300D1
+:10CB9000F0F7D4B96FF06800F8BD7047F8B50546F6
+:10CBA0000F46164600234FF4803204210020F1F78F
+:10CBB000B3FE044620B92846BDE8F840F2F7D8B8DD
+:10CBC00004210C3000F0CBFF0570477046802046F2
+:10CBD000F8BD704770B5D0E90035044623B16B68E5
+:10CBE00003B1984700232360E3680BB120469847C0
+:10CBF0002B6A1BB12046BDE87040184770BD38B5A0
+:10CC0000006D30B150F8084904B1083CFFF7E2FF6D
+:10CC100004B938BDA5682DB12046083DFFF7DAFFFD
+:10CC20002C46F7E72046BDE83840FFF7D3BF043174
+:10CC3000F1F772BE2DE9F041144605460F4602F1A8
+:10CC40000C0004211E46DDF8188000F09FFF228AA8
+:10CC50004780043A02804346324621462846BDE8D2
+:10CC6000F041F1F75BBC37B500230A460D4600934F
+:10CC70000521FFF7DFFF044610B12846F4F714F949
+:10CC8000204603B030BD006D30B183898B42A0F1E6
+:10CC9000080001D08068F7E77047704703460068D6
+:10CCA00028B1596802681A60884208BF5A60704704
+:10CCB0000346002003B970471A8A5B681044F9E7FD
+:10CCC00010B5D4682378023113B92170012010BD4A
+:10CCD0008B42FBD0038A023B038200201061F6E7FF
+:10CCE00006207047FDF7F9BB73B5144601460546AB
+:10CCF0004FF49572206800F0BEFD207500BB237ACA
+:10CD00002068ABB1A3F11802534253419B00019339
+:10CD1000638A0093AE68238AE2682946B0470028F8
+:10CD200008DB238A98420ED100232375012008E0F6
+:10CD30000223ECE710F1FF0F05D34042C0B220758B
+:10CD4000002002B070BD0E20F9E71FB5CDE9012328
+:10CD5000002300931A46F3F7F9FB05B05DF804FBD6
+:10CD6000F8B59368166805460F46144663B95068CF
+:10CD700001210C3000F0F3FEA0602B681B78002B23
+:10CD800014BF022301230370A3681B78012B03D077
+:10CD9000022B1FD000201CE02B681B78002BF9D140
+:10CDA000606804210C3000F0DAFEE06007802A6839
+:10CDB000E36852885A806168728D738B088A9A4240
+:10CDC00094BFC0EB0200C0EB0300042894BF002016
+:10CDD0000120F8BD2B681B78022BDBD16068122183
+:10CDE0000C3000F0BCFEE06007802B68E268591C44
+:10CDF0000232113351F8040B42F8040B9942F9D175
+:10CE00006168728D738B088A9A4294BFC0EB0200EE
+:10CE1000C0EB03001228D9E770B405686A6A52B300
+:10CE2000136803B1883BA2F188040022114600E098
+:10CE3000883B844207D0668D648BB14238BF31464F
+:10CE4000A24238BF22461C462BB1D3F88830002BB3
+:10CE5000EED18442EFD1438D408B8B4201D890427A
+:10CE60000BD9824238BF02469942286838BF19461A
+:10CE700070BCF3F7EBBE1146EDE770BC7047D068AD
+:10CE80000378043113B90170012070478B42FBD045
+:10CE900091680B8A0020043B0B82106170472DE9DA
+:10CEA000F04F044685B0104690469946FFF700FFC4
+:10CEB000638B628D934228BF134683428B4640F2B8
+:10CEC000938063680393404600F023FE4FF0000A0E
+:10CED00006464046FFF7ECFE628B638D06F10C07B9
+:10CEE0009A4294BFC0EB0205C0EB0305384600F040
+:10CEF00071FE854217D24046FFF7DAFE628B638DE2
+:10CF00009A4294BFC0EB0205C0EB03058DBB98F8B5
+:10CF10000A00F3F715FF0022002300F0C3FD0646C8
+:10CF200030B9574636E0384600F054FE0546EDE786
+:10CF30000146404600F0FEFD4046FFF7B9FE628D17
+:10CF4000638B06F10C079A4294BFC0EB0205C0EB5D
+:10CF50000305384600F03EFE85421FD24046FFF7EB
+:10CF6000A7FE628D638B9A4294BFC0EB0205C0EBB3
+:10CF70000305F168328ACDF80090DBF8047003985D
+:10CF80000A44ABB25946B847071E0CDABAF1000F93
+:10CF900018BF5746384605B0BDE8F08F384600F058
+:10CFA00019FE0546E5E70E9BB3B9394606F10C00BC
+:10CFB00000F0D5FD4046FFF77BFE638D628B934208
+:10CFC00028BF1346B9448342BA441FFA89F9A8D945
+:10CFD000AF423FF47EAFA4E70F9A0E9B394630462E
+:10CFE00098470028E1D19CE70027D3E70368002297
+:10CFF00003B970478B420FD10B683AB9426803609E
+:10D00000914200D1436000230B6070471360436876
+:10D01000994208BF4260F6E71A461B68E8E7062017
+:10D020007047BFF35B8F50E8003F43F0080240E8D1
+:10D0300000210029F7D1BFF35B8FC3F3C000704715
+:10D0400073B51668054600237068137314462946A5
+:10D05000952200F010FC207380B9CDE9000029462C
+:10D06000A388A2683046FFF71AFF002809DA10F1FA
+:10D07000FF0F26BF4042C0B20E202073002002B036
+:10D0800070BD0120FBE72DE9F34116680746002338
+:10D090007068137314463946952200F0ECFB054680
+:10D0A000207308BBA068718D728B038A914294BF74
+:10D0B000C3EB0103C3EB0203012B15DD02210C308E
+:10D0C00000F04DFDCDE900558046A388A2683946A1
+:10D0D0003046FFF7E4FE031E0ADA13F1FF0F26BF06
+:10D0E0005B42DBB20E232373002002B0BDE8F08167
+:10D0F000A8F800300120F8E72DE9F04104468868DF
+:10D10000FFF7D6FD638D628B934228BF134683429F
+:10D110000D461DD3A163D1F8088000278F60F9F771
+:10D1200087FE41462046F2F7F7F9064638B1C5F8C2
+:10D130000880A763F9F790FE3046BDE8F081618D65
+:10D14000638B994228BF1946284600F079FCF1E725
+:10D150006FF07906F0E738B5BFF35B8F0B68BFF36C
+:10D160005B8FDB07054617D550F8040CA0B16B6B3D
+:10D1700093B90430FFF792FD044668B10146281FB9
+:10D18000FFF7BAFF002807DA55F8043C5A68226016
+:10D190009A685C6002B99C6038BD2DE9F041446A30
+:10D1A00007463CB354F8886906B1883E00231D4603
+:10D1B00007F1040801E034461646A26B9AB905B996
+:10D1C0008BB94046FFF76AFD054658B10146204637
+:10D1D000FFF792FF00280DDA7B682B60BB687D604B
+:10D1E00003B9BD6023462EB1D6F88820002AE2D0CC
+:10D1F000883AE0E7BDE8F08170B5002204460023DC
+:10D2000008460E4600F052FC054658B1014620463D
+:10D21000F2F782F9044618B12946304601F099FE2A
+:10D22000204670BD6FF00104FAE7F8B50546071F08
+:10D2300000F1300350F8044CBFF35B8F53E8001F3C
+:10D2400021F0040143E80012002AF7D1BFF35B8FFD
+:10D2500004B36B6B8BB963687BB1201DFFF71EFDB8
+:10D26000014606463846FFF747FF002812DA636892
+:10D270003360A368666003B9A66005F138013846DB
+:10D28000FFF7BAFF30B104F10C013846BDE8F840B1
+:10D29000FFF7B2BFF8BD38B504460D46F2F73CF9CA
+:10D2A00030B1294604F13C00BDE8384000F02BBC09
+:10D2B00038BD2DE9F0418846174601210422054674
+:10D2C0001E46F2F72DF8044670B104210C3000F030
+:10D2D00046FC80F80080A0F80170C6702146284600
+:10D2E000BDE8F041FFF7D7BFBDE8F08137B50C4688
+:10D2F000054601F10C0000F061FC228A0192E2680F
+:10D3000000920346132212212846F2F765FA03B071
+:10D3100030BD37B50C46054601F10C0000F04EFC5F
+:10D32000228A0192E26800920022034611462846B2
+:10D33000F2F752FA03B030BD07B5CA6813885288B5
+:10D3400000920C210D22F2F743FC03B05DF804FBC0
+:10D3500007B5CB6800221B8800920A210B22F2F746
+:10D3600037FC03B05DF804FB2DE9F041CB681F8862
+:10D37000BBB2162B05461BD90321F2F7E5FA064688
+:10D38000C0B102210C3000F0EAFB00244FF0170876
+:10D3900080F80080447031462846FFF77CFF28461D
+:10D3A000A5F81A806F85FFF737FD2046BDE8F081AC
+:10D3B0000420FBE70E20F9E7F3F75CB80A8AC96896
+:10D3C0000023F2F775BD70B50E46F2F765FA044614
+:10D3D00028B93046F3F768FD6FF07F0070BD00F1AB
+:10D3E0000C052846314600F08EFB606A38B150F8D3
+:10D3F000884904B1883C2946FFF7FEFE20B9002089
+:10D40000ECE71C466FF00100002CF8D0D4F888300F
+:10D4100023B90230F5D020461C46ECE7883BF8E7FC
+:10D4200038B505460C46F9F703FD2846F2F734FAFD
+:10D4300020B9F9F711FD6FF07F0038BD002323609C
+:10D4400083683BB9C0E90144FFF7A7FEF9F704FD83
+:10D450000020F2E71C608460F6E70120704708B501
+:10D46000F2F71AFA98B1436A8BB1BFF35B8F883B2E
+:10D4700003F1340252E8000F20F0080042E80001F6
+:10D480000029F7D1BFF35B8FD3F88830ECE708BDF4
+:10D4900008B50421FFF7F7FB30B1BFF35B8F006BDA
+:10D4A000BFF35B8FC0F3C00008BD10600020704761
+:10D4B0000B4609895A898A4203D05981DB6803B136
+:10D4C0001847704710B5029CA36833B1B1F5807F4F
+:10D4D00028BF0E21CAB221469847A37DE268013BCE
+:10D4E000DBB2A37522B11BB92046BDE8104010473E
+:10D4F00010BD106091800020704700207047F0B58B
+:10D5000007683D7889B006461446DDB97B88B3F5D7
+:10D51000245F04D010D8A3F52053032B12D8ADF804
+:10D520000A1002220DF10A012046FDF763FC68B9DA
+:10D530006FF01502A26506E003F55643FF339BB278
+:10D54000042B1ED90125284609B0F0BD7B88ADF813
+:10D550000A3002220DF10A012046FDF74BFC00289B
+:10D56000E6D00020009003AA776813233146B8471D
+:10D57000021EDFDB03A92046FDF73CFC0028E1D1B9
+:10D58000D6E7ADF80A1002220DF10A012046FDF798
+:10D5900031FC0028CCD07B88ADF80A3002220DF196
+:10D5A0000A01E8E7FCF799BF08B5072202F016F96F
+:10D5B000B0FA80F0400908BD10B50346BFF35B8F99
+:10D5C00053E8000F40EA010243E80024002CF7D1A1
+:10D5D000BFF35B8F10BD0B6803608B8883808B79F2
+:10D5E0008371704770B500F1880605463146007AB0
+:10D5F000FFF7C9F904463146287A3CB1F2F78AFDB3
+:10D6000018B1002303604360836070BDF2F782FDB0
+:10D610000028FAD0046044608460F6E7022A10B55E
+:10D6200008D1002300F188011A46007AF2F70CFEB7
+:10D63000022010BDFFF7D6FFFAE7F7B51546BDF893
+:10D6400020601F46FFF79DF9022EADF806000ED8A8
+:10D65000C6F10204BC42A8BF3C460DF106032246B7
+:10D660009919284602F0CAF8204603B0F0BD6FF0C1
+:10D670000604F9E72DE9F0419846BDF81860154613
+:10D68000F0F730FB0746DFF7F3FB83B2B3420CD36E
+:10D690009C1B4445A8BF4446A4B22246B91928465B
+:10D6A00002F0ACF82046BDE8F0816FF00604F9E71F
+:10D6B000F7B51F460023BDF820608DF804301546ED
+:10D6C000F2F710FD10B1037A8DF80430012E0DD859
+:10D6D000C6F10104BC42A8BF3C4601AB22469919E1
+:10D6E000284602F08BF8204603B0F0BD6FF0060428
+:10D6F000F9E713B5C96810460A781C46BDF8103022
+:10D7000092B94A88ADF80620022B18D8C3F102025C
+:10D710009442A8BF144622460DF10601194402F0B6
+:10D720006DF8204602B010BD102B01F1010106D8A2
+:10D73000C3F110029442A8BF14462246EEE76FF0F0
+:10D740000604EEE7F7B5C968BDF8206015461F4628
+:10D75000F2F7F2FC00B10089ADF80600022E0ED8F7
+:10D76000C6F10204BC42A8BF3C460DF106032246A6
+:10D770009919284602F042F8204603B0F0BD6FF038
+:10D780000604F9E701210C30FFF716BF38B504464F
+:10D790001546FFF762FE40B12046F2F7A3FC20B128
+:10D7A000037ADB0701D5FFF7EDFF35B9207A04F1E5
+:10D7B0008801F2F7AFFC00B1856038BD13B50446AF
+:10D7C00010B9002002B010BD00238DF804300068AD
+:10D7D00042F6030301A9ADF80630FEF785FF0028E5
+:10D7E000EFD1E36898880028ECD12046F2F77EFE5E
+:10D7F000013080B2E6E7F0B5CC6887B008461F4636
+:10D80000A3798DF80430BDF830601546FFF7D6FFD8
+:10D810002468ADF8050023789BB96388ADF807301C
+:10D820000524B44219D3A41BBC42A8BF3C46A4B2F1
+:10D8300001AB22469919284601F0E0FF204607B0C7
+:10D84000F0BD631C0DF10702113453F8041B42F8BC
+:10D85000041BA342F9D11324E3E76FF00604EDE7BC
+:10D860001FB5CDE90123002300931A46F2F76EFE9F
+:10D8700005B05DF804FB12F0010F4B8A04D013F0E1
+:10D88000950F10D0486870B112F0020F04D013F455
+:10D89000957F0AD0896841B11A4012F4DE7F14BF27
+:10D8A00005200020704702207047032070472DE9B3
+:10D8B000FF41837A072B05460C46174610D10023FB
+:10D8C0008DF80C30206842F6030303A9ADF80E3042
+:10D8D000FEF70AFF60B9E3689B7913F0300F03D1BC
+:10D8E000002004B0BDE8F0812046F2F719FF04469D
+:10D8F000002320688DF80C3003A942F60213ADF81E
+:10D900000E30FEF7F1FE18B12046F2F709FF04468B
+:10D91000002642F6021820688DF800606946ADF8CE
+:10D920000280FEF7E1FED8B9002320688DF80C30A4
+:10D9300003A942F60213ADF80E30FEF7D5FE00281B
+:10D94000CED1E4682246284612F8011BFFF7DBF827
+:10D950000028C5D023891F4214BF01200020C0E742
+:10D9600020688DF8046042F6030301A9ADF8063083
+:10D97000FEF7BAFE0028D7D020688DF808604FF473
+:10D98000205302A9ADF80A30FEF7AEFE0028CBD036
+:10D9900020688DF80C6042F6010303A9ADF80E3043
+:10D9A000FEF7A2FE0028BFD02046F2F7B9FE0446DB
+:10D9B0000028B0D194E72DE9F04105460F46F2F773
+:10D9C00091FB044608B3037ADA071ED5BFF35B8FD9
+:10D9D000C668BFF35B8F16F0010600F10C0814D186
+:10D9E000A7B1BFF35B8F58E8003F23F0020248E87D
+:10D9F00000210029F7D1BFF35B8F9B07284608D58C
+:10DA0000FFF72DFD2046FFF7BDFE01263046BDE89D
+:10DA1000F081FFF722FD0028F8D02846FFF738FDF7
+:10DA20000028F3D0BFF35B8F58E8003F23F00203D8
+:10DA300048E80032002AF7D1BFF35B8F2846DFE7C2
+:10DA40007047F7B500214FF0FF324FF0FF33076802
+:10DA50000846FFF7ECF800F10C06044601213046B9
+:10DA600000F07DF8052505700121304600F077F8BB
+:10DA7000002305702246009306213846FFF7DAF8A6
+:10DA800010B12046F3F710FA002003B0F0BD6FF09C
+:10DA90008500704700207047704700230382436968
+:10DAA000C3607047416A8968F3F774B9F8F7F4BC4A
+:10DAB000EFF31182402383F31288BFF36F8F0023AB
+:10DAC0000B60436833B9C0E9001182F31188BFF3DA
+:10DAD0006F8F704719604160F7E710B50346EFF3A9
+:10DAE0001181402282F31288BFF36F8F006828B142
+:10DAF0005C6802681A60A04208BF5A6081F311880E
+:10DB0000BFF36F8F10BD01F019BA027A01320272B1
+:10DB10007047034618465B68002BFBD1704742688C
+:10DB200010B52AB10B461C465B68002BFBD1626026
+:10DB3000416010BD10B5044620B90B7A01330B7259
+:10DB4000084610BD034618465B68002BFBD1FFF763
+:10DB5000E6FF2046F5E783680B440360704783883F
+:10DB6000026819448180D018704730B484880568F1
+:10DB7000A3188380281930BC01F040BE10B58388FB
+:10DB800002685C1C8480D154D01810BD0346006824
+:10DB90009A88401A11441860998070478288521AF6
+:10DBA0000346828000680844186070470346006896
+:10DBB0009A88521A01449A801960704710B5036818
+:10DBC0001C880221FFF7EAFF204610BD026880682A
+:10DBD000101A70478388C2888168D21A03685B1A5A
+:10DBE000D01A704710B403460838BFF35B8F50E873
+:10DBF000002F511C40E80014002CF8D1BFF35B8FBC
+:10DC000012B910BCF3F76CB96FF00F0210BC9A6632
+:10DC100070470369C9B20C2201FB0233186C00F093
+:10DC20000700704770B5C9B20369EFF3118540244E
+:10DC300084F31288BFF36F8F0C2606FB0134246C2B
+:10DC400014F0C00408D0A24206D085F31188BFF3B7
+:10DC50006F8F4FF0FF3070BD71430B4401221A6487
+:10DC600085F31188BFF36F8F43680B445B68984757
+:10DC70000020F0E78022FFF7D5BFF8B5069F0469C2
+:10DC8000C9B2EFF31186402585F31288BFF36F8F79
+:10DC90000C2569430C44256C05F0070CBCF1010F01
+:10DCA0000BD1276486F31188BFF36F8FC4E90E236D
+:10DCB00043685B5898470020F8BD05F0C005AF42A7
+:10DCC00086F31188BFF36F8F0CBF6FF077004FF0B2
+:10DCD000FF30F1E713B580240094FFF7CEFF02B0C8
+:10DCE00010BD10B40069CBB21C2403FB040000215A
+:10DCF00010BC10470020F6F7E7BC002000F0DBBDA9
+:10DD00001046F8F7FBBB0020704738B50C461546A7
+:10DD1000EFF7DCFF28B129462046BDE83840EFF791
+:10DD2000C5B96FF00A0038BD70B5044600F085FE35
+:10DD3000237B05460BB100F0D2FD00266068F7F7A3
+:10DD40008DFAA3685B1BA36063682B446360237B2D
+:10DD500001363BB9A368002BF0D1A068003818BF8A
+:10DD6000012070BD3046F6F797FD0028F2D0F4E7A9
+:10DD700038B505460C4600F05AFE002D07DBA842D8
+:10DD800005D9401B84428CBF0020012038BD0020F3
+:10DD9000FCE770B50D462846194616461C46FFF7A7
+:10DDA000E7FF28B921462846BDE87040F3F780BD5B
+:10DDB00024B122462946304601F020FD002070BDE6
+:10DDC000F7B51C461646002382682360A3601369DA
+:10DDD0000D4601AA69469847019B5A1E01921BB93C
+:10DDE0006FF0150003B0F0BD0098A2684768216885
+:10DDF000676085B9B31AD0F800C0634528BF634691
+:10DE00001A4403FB07112160A26002689A4206D8F7
+:10DE100008300090E0E76B1AB3FBF7F3EBE7002064
+:10DE2000E0E713460022FFF7CBBF2DE9F0478368F8
+:10DE300086B01B698846914601A902AA984700242A
+:10DE4000A2462546029BAB4202D806B0BDE8F08749
+:10DE5000019F07EBC50700267B6804933A68B2422E
+:10DE60000AEB060302D801359A46EBE703940593C3
+:10DE7000494603A8C0470028E7D0049B01361C444C
+:10DE8000ECE743685B68D3F810350B6000207047FF
+:10DE900043685B6802EA010021EA0201C3F8080551
+:10DEA000C3F80C150020704743685B680020C3F876
+:10DEB0000815704743685B680020C3F80C1570476D
+:10DEC00043685A68D2F8043521EA03000B40C2F8CF
+:10DED0000805C2F80C350020704710B50369586872
+:10DEE000F8B1884219D19C6808685860A14200D1F5
+:10DEF0009860002008602AB15A680A609A685960E0
+:10DF000002B99960002010E0814206D108682060C3
+:10DF100098688142EDD19C60EBE7044600680028D8
+:10DF2000F2D1002AE8D16FF0150010BD00220121C6
+:10DF30000320E6F7C5BE13B5002101AA044600F090
+:10DF40000AF8002805DB019B226819791868F4F7A4
+:10DF5000DFF802B010BD30B543681360057A44683D
+:10DF600004EBC504A34202D36FF0010030BD5C791D
+:10DF70008C4201D00833F0E70020F7E783699B6803
+:10DF8000184710B484696468A44610BC604713B590
+:10DF9000002304468DF8073000216320F9F706F8C6
+:10DFA000606801230DF10702F321FFF7EAFF002863
+:10DFB00004DB9DF8073013F00900EDD102B010BD6D
+:10DFC0002DE9F04F85B006690446FFF7E0FF002811
+:10DFD000C0F2D98096F834306068602B0CBF0823FB
+:10DFE000062302AAF721FFF7CCFF0028C0F2CB805E
+:10DFF0009DF808309DF80C5000939DF80B309DF86B
+:10E000000D209DF809A09DF80A10B6F910C0B6F9C8
+:10E010000E00B6F90CB02D0145EA0335338845EA08
+:10E020001212C3EB15155B00C3EBD203B6F9022045
+:10E030006D435343B6F904202D135543AD1305EB3F
+:10E04000E32505EB850380331B12A5F5FA377362D0
+:10E05000B6F90A30356387FB07E8DA1703FB08F4E3
+:10E060000EFB0244A3FB0E321444B6F9082082FBD7
+:10E0700007921B0A120343EA046342EA19524FEA69
+:10E08000093913EB090342EB2422B6F8069002F596
+:10E0900000420192A3FB0923019A09FB02394FEACE
+:10E0A000E9734FEA690253EA69094FF0000464D04A
+:10E0B0004FEAEC790CFB08F80EFB0988ACFB0E9CD0
+:10E0C00080FB07E77F0447EADE374FEA4E4E1EEB40
+:10E0D000090EC4444CEB070C0F09009947EA0A17D4
+:10E0E00047EA0137C7F5801714EB0E0E07F0004121
+:10E0F000F807B0EB0E000CEBCB0C40F6354441EAD0
+:10E10000570161EB0C01A0FB040704FB0171D2F77E
+:10E1100047FE0746B6F916407B0B43EAC143084663
+:10E12000491304FB01FC4FEAE47E03FB0ECCA4FB85
+:10E13000034EF444614303FB0C11A4FB03430B4463
+:10E14000640E44EAC314E41940EB6361B6F9143079
+:10E150004FEAE37C58430CFB0700A3FB0732104453
+:10E16000DB0C43EA4033E41841EBE043240A44EA81
+:10E170000364B6F9123004EB031496F83430B46239
+:10E18000602B03D0002005B0BDE8F08FBDF80E2055
+:10E19000B6F91E3096F9221052BA92B21B05C3EBA3
+:10E1A0008233B6F92020A5F5963505FB123303F529
+:10E1B0008043DA13337F6B43DB126943891203F523
+:10E1C00000434B439B12B6F91A1003F500134B435F
+:10E1D00003F500539B135343DA13317E5243D2119C
+:10E1E0004A43A3EB2213B3F1C85FA8BF4FF0C85353
+:10E1F0001B13F362C6E710B586B001AB01F07F01D7
+:10E20000029302238DF804100393014602AB04939A
+:10E21000012351F8040B8DF805200593836804AAA7
+:10E220001C680023A04706B010BD10B50446006866
+:10E2300000F01EFD38B1E06808B9002010BD00F004
+:10E2400017FD0028F9D16FF01200F7E72DE9F0472C
+:10E250008CB01E460DF1070305460293012002AB68
+:10E26000CDE9043008AB069300240223CDE907343E
+:10E270000F469046039009900B9005F10409A642C1
+:10E2800003DC00200CB0BDE8F0873B1963F07F038E
+:10E290008DF8073008EB040328680A93836804AA02
+:10E2A000D3F800A0494606ABD0470028EAD1013494
+:10E2B000E5E730B589B004468DF807100DF1070188
+:10E2C0001D4602910121CDE9052503910722002178
+:10E2D0000068A3888DF810108DF81C20826802A9B0
+:10E2E00094680222A04709B030BD30B589B0044619
+:10E2F0008DF807100DF107011D4602910121CDE9AE
+:10E3000005250391022200210068A3888DF81010D2
+:10E310008DF81C2081688C6802A9A04709B030BD27
+:10E3200038B5002120EAE0744FF4004540F2E730B0
+:10E330004FF47A720023C4FB0501D2F781FDBDE8DA
+:10E340003840F8F733BE10B48468A468A44610BC03
+:10E35000604730B589B061F07F0144688DF80710DF
+:10E360000DF1070102910121606803911D46002112
+:10E3700023898DF81010CDE9052502A902228DF818
+:10E380001C20FFF7E0FF09B030BD30B589B061F067
+:10E390007F0144688DF807100DF107011D460291B9
+:10E3A0000121606823890391CDE905250021072219
+:10E3B0008DF810108DF81C2002A90222FFF7C3FF70
+:10E3C00009B030BD1FB543688DF80120022258689E
+:10E3D0008DF800101B8902928DF80C2001A90122F2
+:10E3E000CDF804D0FFF7AFFF05B05DF804FB10B522
+:10E3F00088B043688DF807100DF1070102910121E3
+:10E4000058681B890391CDE9052107228DF81C204E
+:10E410000024022202A98DF81040FFF794FF08B0F3
+:10E4200010BD2DE9F0479846436888B0D3F80490B2
+:10E4300093F808A08DF80410002301278DF8103000
+:10E440000DF10303CDE9053707230E46144601AD50
+:10E450008DF81C300222534602A9484602950397C4
+:10E46000FFF771FFB8B99DF8032022EA040304EA1C
+:10E4700008041C43A2420ED0022303938DF81030EF
+:10E480003A46534602A948468DF804608DF8054087
+:10E490000295FFF758FF08B0BDE8F0870A46012152
+:10E4A000FCF71BB813B5046940680DF10601FCF7D1
+:10E4B000A3FA002803DAF4F7ABF902B010BDBDF8F7
+:10E4C00006306381F9E70C2910B504460BD005D856
+:10E4D000083903290AD96FF085000AE03B29FAD1EF
+:10E4E000F4F718FA2046FFF7DDFF01E0F4F712FA1F
+:10E4F000002010BD30B403460A46006819798368CD
+:10E5000005699C697CB1130206D52D6801238B40F7
+:10E510002B4218BF82F0C06202F0B053A44602F052
+:10E52000B07230BC60476FF0570030BC704710B518
+:10E5300051F8243C58680C461C304FF40011FFF78A
+:10E54000D9FF04F11400BDE81040F8F7B1B938B5AF
+:10E5500050F8380C04694568236B0BB1616B984720
+:10E560006B7E1BB104F10C00F7F7C8FF05F11C002E
+:10E570004FF0B861BDE83840FFF7BCBFFBF7ADBF57
+:10E58000002201210420E6F79BBB10B50B6813B9EC
+:10E590001360184605E003685C681CB114600368EA
+:10E5A000186810BD083303600B68013B0B60EDE792
+:10E5B00003460A4600681979012303FA01F1036949
+:10E5C0001B68194218BF82F0010212B18368DB6830
+:10E5D000184783681B69FBE710B504460068D0B193
+:10E5E0008368C3B149B101210830FFF7E1FF236817
+:10E5F0001869BDE8104000F036BB12B98388DB040F
+:10E6000009D4006900F02FFB20680021BDE810400C
+:10E610000830FFF7CDBF10BD10B501220021044620
+:10E62000FFF7DAFFA36933B9636004F11000BDE8B6
+:10E630001040F7F763BF10BD10B5006903688B4247
+:10E6400006D190F86C4034B9FFF7E6FF204610BDC4
+:10E650006FF01500FBE76FF00F00F8E738B50569BC
+:10E660000446296405F12800F7F748FF002285F8E1
+:10E670006C2020691146BDE83840FFF7ADBFF8B502
+:10E680000C46054600F0D0F90022214606462846F1
+:10E69000F6F7A2FC03212046F4F7F4FE00F023F87D
+:10E6A00007462B689B5953B100262146284600F0A7
+:10E6B000B9F920460121F4F7E5FE3046F8BD00F037
+:10E6C00012F8C01B0628ECD96FF07306EDE700F1D5
+:10E6D00050039B009BB203F1804303F58833002273
+:10E6E0001A601B68704708B5F4F792FF08BD10B5B3
+:10E6F00000F09EF84FF0FF304FF0FF31F5F724F9AE
+:10E70000044620B9D3F7F4F80446F5F725F9204676
+:10E7100010BD38B5038A054673B3037EA3B1022B3F
+:10E720002AD14FF0FF304FF0FF31F5F70DF90446D5
+:10E7300040B9E868DEF73DFD0446F5F70DF9B4B1E0
+:10E74000F5F780F9204638BD4FF0FF304FF0FF312C
+:10E75000F5F7FAF804460028F4D1E868F5F7A4FACA
+:10E760000446F5F7F9F8002CECD1F5F76BF92846DB
+:10E77000F2F79AFB0024E5E76FF01504E2E7F5F7FE
+:10E780001BBA10B530220446002101F045F82023C1
+:10E7900023708023A3706FF03F0363710423A3727F
+:10E7A0002823A3730223E3730423A3756FF00803E4
+:10E7B00063766FF03C03A3766FF00C03E3767E2361
+:10E7C0002377302384F820306FF03F0384F8213022
+:10E7D000072384F822306FF0070384F823300123E5
+:10E7E00084F82430802384F82630042384F82930E8
+:10E7F000402384F82D3010BD00230360436003786C
+:10E8000023F03D0343F03D030370437823F04103BD
+:10E8100043F041034370704701F12003013813F8BE
+:10E82000012D00F8012F8B42F9D17047F5F7C8BDD3
+:10E8300070470021F5F772BE90F84010012901D809
+:10E84000F5F76CBE12207047684620F007018D4630
+:10E8500001B5DBF785F9E5F705FFBDE80140854621
+:10E86000704708B54FF0FF314FF0FF30F5F76CF807
+:10E87000E1F7FFFFBDE80840F5F76EB8684620F005
+:10E8800007018D4601B5DBF725F9BDE80140854656
+:10E890007047684620F007018D4601B5DAF73AFB6C
+:10E8A000E5F7E0FEBDE801408546704708B5E1F7B1
+:10E8B000CFFC002008BD012801D1DAF7DDBB70478D
+:10E8C0007047DAF751BC08B5DDF784FD30B1EFF3DE
+:10E8D00005800338032894BF0020012008BD70473D
+:10E8E0000020704710B53B29046901D00C2904D1E0
+:10E8F000DDF7A6FE2060002010BD6FF08500FBE76D
+:10E90000004700F0B0B9F7B5019001A8DDE908476C
+:10E9100016461D46F6F7A6F8019BB6F1000C18BF87
+:10E920004FF0010C00EB83000B1E18BF0123002DDC
+:10E9300043EA4C0314BF4FF00C0C4FF0000C002CBA
+:10E9400043EA0C0314BF4FF4E06C4FF0000C002FAF
+:10E9500043EA0C03D0F8002714BF4FF4403C4FF0BB
+:10E96000000C43EA0C0322EA030301B109780EB15B
+:10E970003678760019430DB12D78AD0031430CB1D6
+:10E980002478240229430FB13F783F040C433C43D1
+:10E99000C0F8004703B0F0BD1FB50DF10F030193A0
+:10E9A00000238DF80F1000931A461946FFF7ABFFAE
+:10E9B00005B05DF804FB08B50146F6F7A5F840B1CF
+:10E9C0000846F6F789F800B2800000F5807080B242
+:10E9D00008BD4FF4BE70FBE738B5054608460C4647
+:10E9E000F6F792F8B0B10846F6F782F890B9084603
+:10E9F000F6F772F82A6801238340C2F808332A68C0
+:10EA000003B202EB8303D3F8102522F00302C3F80C
+:10EA1000102538BD20460021BDE83840FFF7BCBFB7
+:10EA2000F6F7F8B8FFF7D8BF0846FFF7C4BF4FF0B6
+:10EA300080531A695869504370474FF080531869E2
+:10EA400070474FF080535869704770B5A2F58074D5
+:10EA5000A408012606FA04F4054614EA010008D0C9
+:10EA6000A85830B10021A950AA581A6822431A6048
+:10EA7000304670BD2DE9F341002304460D46019355
+:10EA8000904601AB4FF4A672FFF7DFFF4FF482729E
+:10EA900029462046FFF7D9FF4FF48C7207462946D6
+:10EAA0002046FFF7D2FF064630B1B8F1000F1DD067
+:10EAB00017B1D4F83C353E4601AB4FF48872294675
+:10EAC0002046FFF7C2FF30B1B8F1000F03D016B9EE
+:10EAD0000FB1D4F83C3501AB4FF490722946204673
+:10EAE000FFF7B3FF019802B0BDE8F0814646E3E7C7
+:10EAF00007B5019001A8F6F7DFFB019A01239340C7
+:10EB0000C0F8083503B05DF804FB07B5019001A813
+:10EB1000F6F7D2FB019A01239340C0F80C3503B0FD
+:10EB20005DF804FB012370B504460D46436164267D
+:10EB3000002202212046FFF79DFF20B90120FFF7A8
+:10EB4000E0FE013EF4D100236B77C4F8003570BDC0
+:10EB500091F820200346032A29D8DFE802F0212576
+:10EB600019028A68500304D5D3F84C2508699042ED
+:10EB700007D18A6852031AD4D3F84C258969914287
+:10EB800015D000200622C3F80005C3F80025704701
+:10EB9000D3F84C2508699042F3D1D3F83C25EDE732
+:10EBA000D3F84C250969EAE7D3F83C25FAE70120B8
+:10EBB000704738B5857B04465DB90068062303229B
+:10EBC0002946F6F72DFE6068062303222946F6F74C
+:10EBD00027FE012038BD30B5A2F58075AD080124AF
+:10EBE000AC400C4207D0815829B100218150825895
+:10EBF0001A6822431A6030BD13B500230C460193F6
+:10EC00004FF4A47201ABFFF7E6FF21464FF4827286
+:10EC1000FFF7E1FF21464FF49272FFF7DCFF214638
+:10EC20004FF4A872FFF7D7FF21464FF4A672FFF703
+:10EC3000D2FF21464FF4B072FFF7CDFF4FF4AE7212
+:10EC40002146FFF7C8FF019802B010BD07B501903B
+:10EC500001A8F7F7F9F8019A01239340C0F80835A5
+:10EC600003B05DF804FB08B1E6F716B970477047CA
+:10EC700040B1C368587810F001001EBF1878B0FA90
+:10EC800080F040097047EFF31183402383F312882B
+:10EC9000BFF36F8FFEE710B5D0E9003433B9002021
+:10ECA000E268537843F00103537010BD2046984743
+:10ECB0000028F4D00028B8BF4042E368FF28A8BF6E
+:10ECC000FF201870ECE700F0A7BD00F097BD10B46E
+:10ECD00000F10C04C0E9034410BCFAF709BD2DE9AA
+:10ECE000F04F89B0DDE9126705463B46914606A81C
+:10ECF0003246059100F0C7FBDDE9063405F1140A40
+:10ED0000CDE90234EFF311844FF0400888F3128804
+:10ED1000BFF36F8F05F10C0B05994A462846FAF7A9
+:10ED20007FFC30B184F31188BFF36F8F09B0BDE869
+:10ED3000F08F3E43F6D0DDE9022306A800F0C7FBC2
+:10ED4000DDE906675A46CDE9006721465046F7F7E8
+:10ED5000BBFFEFF3118488F31288BFF36F8FDBE7FB
+:10ED600038B50446EFF31185402383F31288BFF3CF
+:10ED70006F8FFAF71DFC04F10C0000F015FB30B1A9
+:10ED8000294604F11400BDE83840F8F70DB885F3C2
+:10ED90001188BFF36F8F38BD82684369134313F046
+:10EDA00003030CD1C3600169994201D80020704768
+:10EDB000C16811604169C26001330A44F3E76FF032
+:10EDC00015007047F8B504460D46EFF31186402351
+:10EDD00083F31288BFF36F8FC7686FB900F0B2FA80
+:10EDE00050B10767456100F038FA314604F1080078
+:10EDF000BDE8F840F7F7D8BFE3682B60A369E5608A
+:10EE0000013BA36186F31188BFF36F8FF8BD08B58E
+:10EE10004024EFF3118384F31288BFF36F8FFCF764
+:10EE2000A2F8F6E790F90E308B4201D0F7F778BFE1
+:10EE30000020704703460020C3E90200C3E9003305
+:10EE400070472DE9F843994604469DF820300D4659
+:10EE5000904600F10806EFF31187402282F31288F2
+:10EE6000BFF36F8F03B14568304600F06BFA58B1BD
+:10EE700000230367C0F8148000F0EFF930463946EC
+:10EE8000F7F792FF00200CE0B9F1000F1BD008212A
+:10EE9000F8F7CCFB38B987F31188BFF36F8F6FF0A9
+:10EEA0000B00BDE8F8830122C0F80480026001680D
+:10EEB00001F003015DB922680A43026062682060C4
+:10EEC0006AB960600BE0C8F800904046EFE72A6836
+:10EED000032A10D80160616839B9C4E9000004212F
+:10EEE00004F1100000F059FCC8E70A6802F00302C0
+:10EEF00002430A60E5E722F003020A4302602A683F
+:10EF000002F0030240EA02032B60E8E710B5044672
+:10EF100030B10268930703D0446809B100F057FC90
+:10EF2000204610BD0023C0E9003300F10803C0E90A
+:10EF3000023300F11003C0E90433704707B5012321
+:10EF4000009300230A461946FFF77BFF03B05DF8E4
+:10EF500004FB07B500230A4600931946FFF771FF2B
+:10EF600003B05DF804FB5AB18A4209D300F11003E3
+:10EF7000C0E90212C0E90000C0E904330020704774
+:10EF80006FF015007047026801238B4022EA0303EB
+:10EF9000036022FA01F000F001007047704710B5DD
+:10EFA000032104460C30FFF7EEFF30B104F11000EE
+:10EFB00000F04EFAB0FA80F0400910BD20B10022F6
+:10EFC0001146803000F022BA704770B5C368C3F3B1
+:10EFD00040069B07044612D4856802210C30FFF7D7
+:10EFE000D2FF60B1AA6F52B1944218D1226886B99B
+:10EFF000EB6FAA679C4200D1EA6700232360E368B5
+:10F0000013F01F001EBF43F00203E36040F0020054
+:10F0100070BD3260EA6F944208BFEE67EDE71646B6
+:10F020001268E0E773B50446EFF31185402383F3DC
+:10F030001288BFF36F8F0023A0F11006032104385C
+:10F040000193FFF7A0FF28B1A369019301A93046FE
+:10F05000F7F796FB85F31188BFF36F8F02B070BD91
+:10F0600038B504460D461022002100F0D5FB65603E
+:10F0700038BDEFF31183402282F31288BFF36F8F04
+:10F08000C06800F01F0083F31188BFF36F8F7047D3
+:10F0900013B501900846EFF31184402383F31288DF
+:10F0A000BFF36F8F01A9F7F76BFB84F31188BFF3F0
+:10F0B0006F8F02B010BD10B5FFF7EAFF041E08DD28
+:10F0C000EFF31180402383F31288BFF36F8FF7F7BC
+:10F0D0009BFE204610BD70B50D46EFF31186402310
+:10F0E00083F31288BFF36F8FF7F7A2FB044686F312
+:10F0F0001188BFF36F8F38B14FF0FF324FF0FF33FD
+:10F1000005F11000F7F71EFA204670BD08B59822E9
+:10F11000002100F081FB08BD38B5302204460D46C1
+:10F12000002100F079FB4FF480736560E36038BD27
+:10F13000FFF79FBF38B50446EFF31185402383F3F3
+:10F140001288BFF36F8FFFF72AFF2046FFF73DFFBE
+:10F1500085F31188BFF36F8F38BDF8B504460D46AF
+:10F16000EFF31186402383F31288BFF36F8FC368D8
+:10F1700003F01F03002B14BF0127002705D186F3DE
+:10F180001188BFF36F8F3846F8BDFFF708FF2046A0
+:10F19000FFF71BFF29462046F7F7D4FA86F31188BC
+:10F1A000BFF36F8F0028EED04FF0FF324FF0FF33E8
+:10F1B00005F10800F7F7C6F9E5E7EFF30580003839
+:10F1C00018BF012070476FF057007047002070474C
+:10F1D000F7F7FCBDD0E9003213605A600023C0E9A4
+:10F1E0000033704708B5FFF7F5FF437B23F00203B8
+:10F1F00043730023836008BD38B504460D46F7F716
+:10F2000073FC637B43F002036373E5B1A5602B6875
+:10F210009D4209D16B68C4E900531C606C6012E028
+:10F220006A689A42F6D01B68002BF3D094F90E203E
+:10F2300093F90E108A42F3D09142F1DD5A68C4E985
+:10F24000003214605C6038BD90F90E3091F90E0008
+:10F25000834214BFC01A0020704710B5EFF3118429
+:10F26000402383F31288BFF36F8FF7F755FC84F3C5
+:10F270001188BFF36F8F10BD10B50446183000F031
+:10F28000E7F8EFF31181402383F31288BFF36F8F08
+:10F29000627B12F0100204D081F31188BFF36F8FEC
+:10F2A00010BD2046BDE81040F7F76ABC08B5EFF383
+:10F2B0001181402282F31288BFF36F8F83680BB1F4
+:10F2C000FFF790FF81F31188BFF36F8F08BD38B54A
+:10F2D0000446EFF31185402383F31288BFF36F8F49
+:10F2E000437B13F0280F0BD183680BB1FFF77AFF34
+:10F2F000637B51B903F0FB0363732046F7F70CFC03
+:10F3000085F31188BFF36F8F38BD03F0EB03F3E78C
+:10F3100001211838FFF7DBBF08B50346EFF3118171
+:10F32000402282F31288BFF36F8F0068834207D0B8
+:10F3300008B1FFF757FF81F31188BFF36F8F08BD46
+:10F340000020F8E738B5EFF31185402383F31288E6
+:10F35000BFF36F8F0468A0420DD034B12046FFF791
+:10F3600041FF04F1180000F073F885F31188BFF332
+:10F370006F8F204638BD0024F7E710B50146EFF344
+:10F380001184402383F31288BFF36F8F83680BB11E
+:10F39000FFF728FF84F31188BFF36F8FBDE810409B
+:10F3A00001F1180000F054B838B5054600202C686B
+:10F3B000A54200D004B938BD2046FFF7DEFF204645
+:10F3C000FFF74BFF0120F2E7EFF31181402282F3B8
+:10F3D0001288BFF36F8F027BD2070CD581F311889F
+:10F3E000BFF36F8F002383F31188BFF36F8F042364
+:10F3F000184602DF7047437B1B0704D581F3118851
+:10F40000BFF36F8F70470122F7F7BABB38B5EFF340
+:10F410001185402383F31288BFF36F8F0468A042E5
+:10F4200012D09CB1216762612046FFF7DBFE04F138
+:10F43000180000F00DF82046F7F76EFB012085F369
+:10F440001188BFF36F8F38BD0020F8E72046F6E73C
+:10F4500010B5EFF31184402282F31288BFF36F8F4F
+:10F4600003683BB1F7F782FE002084F31188BFF3F5
+:10F470006F8F10BD6FF01500F7E708B5F7F794FF31
+:10F4800008BDF7F791BFB3F1FF3F08BFB2F1FF3FEF
+:10F4900070B504461D46164613D01A4315D06FF0BA
+:10F4A0000102921B4FF0FF3363EB0501002904DAE0
+:10F4B000F7F77AFF821941EB0501C4E900212046E4
+:10F4C00070BD4FF0FF321146F7E70022FBE7B3F1C2
+:10F4D000FF3F08BFB2F1FF3FF8B5074616461C468E
+:10F4E00010D054EA020311D0F7F75EFFB0420A468B
+:10F4F000A14103460AD2F31A64EB0204C7E90034BF
+:10F500003846F8BD4FF0FF331C46F7E70023FBE712
+:10F510000023C0E9081200F11802C0E90622C0E980
+:10F52000003303634363704710B50446FFF790FF51
+:10F53000A8B9636A0BB12046984704F11800FFF799
+:10F54000EBFE60B1FFF789FEEFF31180402383F3F8
+:10F550001288BFF36F8FBDE81040F7F755BC10BDA0
+:10F560001423F0B503FB010000244FF48B764027F1
+:10F5700001B9F0BD10F8073C40F80C4C03F03F0314
+:10F58000082BA0F1140C0CD826FA03F3DB0708D5DE
+:10F5900050F8143C2BB150F8105C2B605D6040E9D2
+:10F5A000054482F31188BFF36F8FEFF3118287F365
+:10F5B0001288BFF36F8F01396046D9E7F8B50D4661
+:10F5C000D0E900138842044605D16368C5E90043C9
+:10F5D0001D6065601DE0002BF7D0986800B16038B1
+:10F5E000A2F160073946FFF72FFE0028EDDC266800
+:10F5F000B442EAD0002EE8D0B16801B16039384693
+:10F60000FFF722FE002805DD7368C5E900631D6071
+:10F610007560F8BD63689E42D7D03668EAE72DE989
+:10F62000F74F00258B461446019382462E464FF035
+:10F6300040082F465D4503DB304603B0BDE8F08F40
+:10F64000EFF3118988F31288BFF36F8F9AF80D30AA
+:10F6500003F03F03013B072B0FD8DFE803F01F0443
+:10F660000E0A0E0E0E26DAF810309B682BB102231C
+:10F6700021E0DAF810301B688BBB019B3BBB237881
+:10F680002BB39AF80D3003F03F03013B072B2FD823
+:10F69000DFE803F032272E272E2E2E37DAF810302F
+:10F6A0009B68002BE9D0012305E0DAF810301B6AD3
+:10F6B000002BE2D01023DAF80C20CAF80870C2F34D
+:10F6C00086310B4363F39432CAF80C20277089F318
+:10F6D0001188BFF36F8F01350AF1140AAAE70423DA
+:10F6E000E9E7DAF81000224651461030FFF766FFCE
+:10F6F000CAF808400136EAE7DAF810002246514617
+:10F70000F4E7DAF81000224651462430EEE72DE9FE
+:10F71000F041846805460E46ECB16378012B25D193
+:10F7200014F8533C9A0714D5A4F160073846FFF744
+:10F7300024FE082E0CBF6FF003030023236114F88E
+:10F74000533CDB0605D154F8483C13B93846FFF763
+:10F7500084FD00232370EB68C3F386321643002038
+:10F7600066F39433A860EB60BDE8F081022BF0D122
+:10F770002378002BEDD054F8048CB8F1000FE8D0BA
+:10F7800004F11400FFF764FEA4F114070023E36200
+:10F7900039464046FFF77CFCDBE710B50346EFF344
+:10F7A0001184402282F31288BFF36F8F0068834276
+:10F7B00008D0D0E9003213605A600023C0E900335A
+:10F7C000FFF7A5FF84F31188BFF36F8F10BD20B141
+:10F7D000011F50F8040CFFF7C3BA704710B5013988
+:10F7E0000244904201D1002005E0037811F8014F56
+:10F7F000A34201D0181B10BD0130F2E70A44914228
+:10F8000000F1FF3300D1704710B511F8014B03F838
+:10F81000014F9142F9D110BD02440346934200D1F9
+:10F82000704703F8011BF9E72DE9F04F89B0DDE9D6
+:10F830001598002B1D461446BCBF03F10043144627
+:10F8400028F0200A149AB6BF1D4600232D23BAF1D2
+:10F85000460FDDE9126B137005D0BAF1450F00D1E8
+:10F860000136022300E0032307AA049206AACDE989
+:10F870000292CDE9003622462B46E1F7F9FBB8F1BA
+:10F88000670F074619D11BF0010F0ED007EB0608D2
+:10F890000022002320462946D1F7A6F808B1CDF86A
+:10F8A0001C803022079B434521D3079B179ADB1B03
+:10F8B0003846136009B0BDE8F08FB8F1470FE2D0C9
+:10F8C000BAF1460F00EB0608E2D10378302B0AD1DB
+:10F8D0000022002320462946D1F786F818B9C6F140
+:10F8E0000106C9F80060D9F800309844D0E7591CE7
+:10F8F00007911A70D6E7F7B50029BABF49422D2300
+:10F900002B2309290270437029DD0DF107031D46E1
+:10F910000A271A46B1FBF7F607FB1614303402F833
+:10F92000014C0C46632C03F1FF333146F1DC3031DE
+:10F93000941E03F8011C411C2346AB420AD30DF16F
+:10F9400009039B1AAC4288BF002302330344181AF0
+:10F9500003B0F0BD13F8016B01F8016FEDE7302340
+:10F9600030318370C170031DF1E72DE9F047164671
+:10F9700098468A680B69DDF820909342B8BF134619
+:10F98000336091F8432007460C460AB101333360D7
+:10F990002368990642BF336802333360256815F047
+:10F9A000060506D104F1190AE36832689B1AAB42D6
+:10F9B00026DC94F843302268003B18BF01239206EE
+:10F9C0002BD404F1430241463846C84701301ED0CB
+:10F9D0002368226903F00603042B02BFE56833683D
+:10F9E000ED1AA3680CBF25EAE57500259342C4BF54
+:10F9F0009B1AED1800261A34B5421AD1002008E0EF
+:10FA00000123524641463846C847013003D14FF0E2
+:10FA1000FF30BDE8F0870135C6E7E1185A1C3020F9
+:10FA200081F84300224494F8451082F843100233D1
+:10FA3000C7E70123224641463846C8470130E6D091
+:10FA40000136D9E7034611F8012B03F8012B002AF0
+:10FA5000F9D1704710B5024601448A42134603D0DB
+:10FA60001C780132002CF8D1181A10BD2DE9F74F7F
+:10FA700003690C69A34207467EDB013C01F11408CF
+:10FA8000A30000F11405009305EB8403019358F8DB
+:10FA9000243055F8242001339A4208EB8409B2FB44
+:10FAA000F3F62ED34FF0000AC446AE46D3465CF8B8
+:10FAB000043B98B206FB00A0020C1B0C06FB0323C0
+:10FAC000DEF8002080B292B2121A5A44DEF800002A
+:10FAD0004FEA134A9BB2C3EB224303EB104392B2AB
+:10FAE00042EA0342E1454EF8042B4FEA234BDED2B3
+:10FAF000009BEB582BB9019B043B9D421A462FD328
+:10FB00003C61384600F089F8002825DB29460020B2
+:10FB100058F8042BD1F800C01FFA82FE1FFA8CF3AC
+:10FB2000A3EB0E030344120CC2EB234202EB1C4274
+:10FB30009BB243EA0243C14541F8043B4FEA2240ED
+:10FB4000E6D255F8242005EB840322B9043B9D42FC
+:10FB50001A460BD33C610136304603B0BDE8F08F46
+:10FB60001268043B002ACBD1013CC6E71268043B73
+:10FB7000002AEFD1013CEAE70020EEE7B0F5803F34
+:10FB8000034636BF030400201020B3F1807F3CBF42
+:10FB90001B020830B3F1805F3CBF1B010430B3F19E
+:10FBA000804F03D3002B0ADB013070479B0001D547
+:10FBB000023070475B0001D503307047202070474A
+:10FBC0000368024613F007000BD0D90721D4980729
+:10FBD00049BF5B089B08012013605CBF13600220D3
+:10FBE000704799B209B91B0C1020D9B209B9083075
+:10FBF0001B0A190704BF1B090430990704BF9B089F
+:10FC00000230D90703D45B0800F1010003D0136070
+:10FC1000704700207047202070470A69034600693A
+:10FC2000801A30B50ED11433143103EB820401EB8A
+:10FC3000820154F8045D51F8042D954203D005D299
+:10FC40004FF0FF3030BDA342F3D3FBE70120F9E7CB
+:10FC500038B502FB01F52946F8F702F9044618B158
+:10FC60002A460021FFF7D8FD204638BD82B001B9F1
+:10FC700001A942B14BB113780B601278101E18BF66
+:10FC8000012002B070471046FBE76FF00100F8E773
+:10FC90009368013B002B10B4936007DA9469A34288
+:10FCA00001DB0A2902D110BCF9F72CB91368581CE2
+:10FCB00010601970084610BC7047F8B506460F462C
+:10FCC0001446D518AC4201D1002007E014F8011BFE
+:10FCD0003A463046FFF7DCFF431CF3D1F8BD03463C
+:10FCE000084641B1FF2A04D98A221A604FF0FF303A
+:10FCF00070470A7001207047B1F90C20F8B517075A
+:10FD000005460C4656D44B68002B02DC0B6C002BCE
+:10FD10003DDDE66A002E3AD0002312F480522F68AF
+:10FD2000216A2B6025D0626DA389580705D56368C9
+:10FD3000D21A636B0BB1236CD21A216AE66A0023D4
+:10FD40002846B047411C24D0002363602369236008
+:10FD5000A389DA0400D56065616B2F60B9B104F145
+:10FD60004403994202D02846F8F730F80023636331
+:10FD70000DE001232846B047461C0246D4D12B682B
+:10FD8000002BD1D01D2B01D0162B2AD12F600020A3
+:10FD90002EE02A68B4F90C3042B11D2A01D0162A8F
+:10FDA00021D10023636023692360D5E76260226963
+:10FDB0002260CEE70F69002FE9D093070E6808BFD5
+:10FDC0004B690F6018BF0023F61B8B60002EDEDD31
+:10FDD000216AD4F828C033463A462846E04700282E
+:10FDE00007DCB4F90C3043F04003A3814FF0FF303F
+:10FDF000F8BD0744361AE9E770B568234D1E5D4328
+:10FE00000E4605F17401F8F72BF8044640B10021C5
+:10FE1000C0E900160C30A06005F16802FFF7FCFC99
+:10FE2000204670BD2DE9F8430646884600F1480497
+:10FE30000027D4E90195B9F1010905D52468002C02
+:10FE4000F7D13846BDE8F883AB89012B07D9B5F95E
+:10FE50000E30013303D029463046C047074368358A
+:10FE6000E9E770B50C46B1F90E10002996B01546B9
+:10FE70001E460DDAA38913F0800F4FF0000114BF66
+:10FE800040234FF48063002031602B6016B070BDBA
+:10FE90006A46F9F753FA0028ECDB019901F4704146
+:10FEA000A1F50053594259414FF48063EBE710B577
+:10FEB0000C46B1F90E10F9F775FA0028ABBF636D67
+:10FEC000A3891B1823F48053ACBF6365A38110BDC5
+:10FED0002DE9F0411F468B89DB0505460C46164689
+:10FEE00005D5B1F90E1002230022F9F749FAA389CA
+:10FEF000B4F90E1023F48053A38132463B462846C2
+:10FF0000BDE8F041F9F7F8B910B50C46B1F90E109B
+:10FF1000F9F736FA431CA38915BF606523F48053B3
+:10FF200043F48053A38118BFA38110BDB1F90E1013
+:04FF3000F9F7F4B930
+:08FF340088CCFD7F01000000F4
+:10FF3C00894E010000000000451302002C00030054
+:10FF4C008D62020000000000B1620200000000009F
+:10FF5C00C91B020054000300C91B0200400003002F
+:10FF6C007D45020000000000ADE80200000000002A
+:10FF7C0007DD02007C000300B517020068000300D7
+:10FF8C00212C020090000300A115020000000000CB
+:10FF9C0085370200000000009DC401000000000035
+:10FFAC005936010000000000BD4E010000000000A9
+:10FFBC009FAF0200000000003D4602000000000060
+:10FFCC00D565020000000000BD110200A400030072
+:10FFDC00D5180200B80003002D1E0200CC0003004F
+:10FFEC00DD2D0200E000030075C5010000000000DB
+:04FFFC006539020061
+:020000023000CC
+:1000000000000000E1E80200440103003525020081
+:100010001C010300B126020030010300FD22020092
+:0C00200008010300E15F0100F400030090
+:10002C000A3F0300500F0300680F03002E09002045
+:10003C002C3D0020D03F0300B00F0300E00F030065
+:10004C0036090020F43D0020DE3F0300C80F0300FA
+:10005C00E00F030038090020003E0020333F03006E
+:10006C0000000000840F030030090020803D0020B8
+:10007C00433F0300000000008C0F030032090020F6
+:10008C000000000029450300241103004411030063
+:10009C00420900203C060020EE3E03000000000058
+:1000AC00380F03002C09002000000000AC3F0300B7
+:1000BC0000000000940F0300340900200000000031
+:1000CC003441030004100300481003003A090020D7
+:1000DC00F4050020F346030050110300C411030083
+:1000EC0044090020440600204228030000000000C0
+:1000FC00740A03002A090020000000005741030085
+:10010C00601003007C1003003C0900200C3E002012
+:10011C009A420300A4100300B41003003E0900200F
+:10012C00443E002096440300E41003000811030031
+:10013C0040090020583E00201D490300000000002B
+:0C014C00E411030046090020603F002081
+:10015800C3E8020001E902000000000051AF0200FC
+:100168000000000051AF0200C55C020001E9020076
+:10017800CD57020001E902000000000051AF020063
+:100188008950020001E90200A400030001120200E4
+:100198000000000051AF02000000000051AF020053
+:1001A8000000000051AF02000000000051AF020043
+:1001B8000000000051AF0200803D00202518020019
+:1001C8000000000051AF02000000000051AF020023
+:1001D8000000000051AF02000000000015380200C6
+:1001E8000000000051AF02000000000051AF020003
+:1001F8000000000051AF02000000000051AF0200F3
+:100208000000000051AF02000000000051AF0200E2
+:100218000000000051AF020000000000E1450200AC
+:100228000000000051AF02000000000051AF0200C2
+:100238000000000051AF02000000000051AF0200B2
+:100248000000000051AF02000000000051AF0200A2
+:100258000000000051AF02000000000051AF020092
+:100268000000000051AF02000000000051AF020082
+:100278000000000051AF02000000000051AF020072
+:100288000000000051AF02000000000051AF020062
+:100298000000000051AF02000000000051AF020052
+:1002A8000000000051AF02000000000051AF020042
+:1002B8000000000051AF02000000000051AF020032
+:1002C8000000000051AF02000000000051AF020022
+:1002D80005000000BDED0100000000000600000060
+:1002E800ED0C0200000000000400000055F10100C0
+:0402F8000000000002
+:1002FC00D80D030008000000780E03000700000072
+:10030C006041030003000000A84403000300000048
+:10031C00FB3E030003000000E23503000300000075
+:10032C00F73B030003000000C53803000300000086
+:10033C00B92C0300030000005E3D03000300000025
+:10034C005634030003000000A63503000300000030
+:10035C00093A0300030000005448030003000000A6
+:10036C00B3480300030000004248030003000000F0
+:10037C008B3D03000300000008190300030000007C
+:10038C00253F030003000000C63F030003000000EC
+:10039C000D49030003000000371A0300030000009E
+:1003AC00EC3F030003000000414103000300000088
+:1003BC00AD42030003000000461A030003000000D6
+:1003CC004A1A0300030000003A1B0300030000005C
+:1003DC002122030003000000451803000300000065
+:1003EC009D26030003000000DD480300030000000D
+:1003FC00923D0300030000009A3D0300030000003F
+:10040C000B4A030003000000681B030003000000FC
+:10041C00C920030003000000004703000300000094
+:10042C004F280300030000000E2703000300000008
+:08043C002B490300030000003E
+:100444003C08030010050020291B030001000000E4
+:10045400573D030000000000FBD402000000000030
+:040464000000000094
+:08046800FFFFFFFFFFFFFFFF94
+:100470000000000000000001000000020000000475
+:1004800000000008000000100000002000000040F4
+:10049000000000800000001B00000036A027BE33D3
+:1004A0000000000050010000E034C13300000000F3
+:1004B000500100002042C433000000005001000041
+:1004C0005F33030064330300683303006C330300BD
+:1004D0007033030074330300783303007C3303006C
+:1004E0008033030084330300883303008C3303001C
+:1004F00090330300943303000E4A03000001000010
+:10050000F401FA00960064004B0032001E00140053
+:100510000A0005000200010000000000141E000097
+:100520003011000001000100000101000001000184
+:10053000000001000100000001000B0002000A00A1
+:10054000050009000A000800140007001E0006004C
+:10055000320005004B000400640003009600020016
+:10056000FA000100F40100000C0802170D0101025D
+:100570000909010106020918180301010909030309
+:1005800005030201230202240910040405050B0BD4
+:10059000040B2B1B1B151A1A1C021D1613050149EF
+:1005A0000D150500A301B103BF05EF024906A3091C
+:1005B000C505F50B25120E021C045A03B4063006BD
+:1005C000600C00000100000010110040000000005D
+:1005D0000000000000000000000000000406080AFF
+:1005E0000C0E10121416181C1E20222426282A2C49
+:1005F0002E30323436383A3C3E40424446484A4C2B
+:100600004E021A50000000002800000018000000F0
+:1006100000000000141E00003011000000002CA695
+:10062000E0A100000000000070170000A00F000013
+:100630000000DC05E803000000000000141E0000BC
+:1006400030110000D8ECF0F4F8FC000203040506B9
+:10065000070800000000000000000000000000008B
+:100660000000000000000101010102020202030378
+:10067000030304040404050505050606060809002D
+:10068000000000000000000000000000000000006A
+:10069000000000010101010202020203030303043E
+:1006A0000404040505050506060708090A0B0C0DD8
+:1006B00007090902030700100200FA000000000009
+:1006C0005709010063090100670901006F09010072
+:1006D000730901000000000000000000000000009D
+:1006E0000338FDD8704700000080E03779C34143EC
+:1006F000176E05B5B5B89346F5F93FE9034F384D88
+:10070000321D30F94877825A3CBF737FDD4F157533
+:10071000000000000000F03F000000000000244046
+:1007200000000000000059400000000000408F4021
+:10073000000000000088C34000000000006AF8408C
+:100740000000000080842E4100000000D0126341B0
+:100750000000000084D797410000000065CDCD4126
+:10076000000000205FA00242000000E87648374207
+:10077000000000A2941A6D42000040E59C30A242A5
+:100780000000901EC4BCD64200003426F56B0C431A
+:100790000080E03779C3414300A0D88557347643C1
+:1007A00000C84E676DC1AB43003D9160E458E14322
+:1007B000408CB5781DAF154450EFE2D6E41A4B4497
+:1007C00092D54D06CFF08044F64AE1C7022DB544DC
+:1007D000B49DD9794378EA44E81A0020000100006A
+:1007E00005A40200A7A3020002000000AFA50200BA
+:1007F00000000000000000000000000000000000F9
+:10080000091B0300111B0300000000000000000092
+:1008100000000000191B03001D1B0300211B030027
+:10082000251B03002C0803004C2C00206D40010008
+:100830006C2C00200E400020010000004BA602009E
+:1008400041A6020031A6020025A602000000000019
+:1008500019A60200000000000500000000000000D2
+:100860000000000000C00000B8000300010000000C
+:1008700000C0000000200300B800030002000000D8
+:1008800000E0030000200300B800030003000000A4
+:100890000000070000A00000B800030004000000F2
+:1008A00000A0070000600000B80003000000000086
+:1008B000EAFFFFFF8CFFFFFF8CFFFFFF8CFFFFFFB6
+:1008C000EAFFFFFFEAFFFFFFEAFFFFFF98FFFFFFDE
+:1008D00086FFFFFFF3FFFFFFF3FFFFFFEAFFFFFFCE
+:1008E000EAFFFFFFEAFFFFFFEAFFFFFF0000000053
+:1008F000F0FFFFFF93FFFFFFEAFFFFFFEAFFFFFFAD
+:10090000EAFFFFFFEAFFFFFF80FFFFFF86FFFFFF19
+:10091000A0FFFFFF86FFFFFF91FFFFFF80FFFFFFAC
+:1009200080FFFFFFF0FFFFFFF0FFFFFFF0FFFFFF83
+:10093000EAFFFFFFEAFFFFFFEAFFFFFFEAFFFFFF1B
+:10094000EAFFFFFFEAFFFFFF482203004B220300FC
+:10095000512203005C220300692203007622030077
+:10096000802203008A22030096220300A8220300AB
+:10097000C1220300CE220300D7220300E622030097
+:10098000F422030000230300482203001123030084
+:100990001623030026230300382303004A23030001
+:1009A0005B230300792303008B23030098230300B8
+:1009B000AD230300BE230300D4230300E52303007B
+:1009C000FB23030015240300302403004624030006
+:1009D00053240300662403007824030085240300C5
+:1009E00099240300B32403000B260300FF25030012
+:1009F0003800000000000000010000001E26030077
+:100A00001226030020000000380000000200000051
+:100A1000342603002826030084010000580000004B
+:100A2000040000004A2603003E260300A001000047
+:100A3000DC010000080000006426030058260300C3
+:100A4000040000007C030000100000007D2603006D
+:100A500071260300C8000000800300002000000091
+:100A6000962603008A2603001800000048040000B0
+:100A700040000000815C0100A55A0100595A0100A4
+:100A8000715B01002D5C01003D5D0100596E0100AC
+:100A900019630100E56D01000164010079B30200F2
+:100AA000DFB30200D96E010081710100C5B0020000
+:100AB00025630100E969010079690100B569010058
+:100AC0007D6B010000000000BD730100000000000C
+:100AD00019B302002FB302000FB10200F5B00200FB
+:100AE00041740100757401001DB402000000000093
+:100AF0000000000000000000E000030040420F0082
+:100B000000010000540003000B0001000000000081
+:100B1000540003000C00010048E8010090D00300DD
+:100B200020A10700280A0000170000001C0C00008C
+:100B30000F0000003C0F00000700000050140000F0
+:100B4000160000009C1800000E000000781E000037
+:100B500006000000A028000015000000D4300000AE
+:100B60000D000000F03C00000500000040510000B6
+:100B700014000000A86100000C000000447A00008E
+:100B800004000000E4A200001300000050C30000B5
+:100B90000B00000024F40000030000008545010064
+:100BA00012000000A08601000A00000048E80100D1
+:100BB000020000002C8B020011000000400D030019
+:100BC0000900000090D0030001000000E093040041
+:100BD0000000000048E8010048E8010048E8010082
+:100BE00048E8010048E8010048E8010090D003000F
+:100BF000000000002C0F0300000C03004700000061
+:100C0000B06800202C0F0300100C03002E00000021
+:100C1000906C00202C0F0300200C03000800000043
+:100C2000706D002098330300B6330300D133030006
+:100C3000E1330300EE330300F7330300FE33030018
+:100C4000053403000C34030014340300EE330300B6
+:100C50001C3403002E340300433403000E03000051
+:100C60004DCC01000F0400001DCC01001A01000052
+:100C700089C6010005040000F1C60100130100004F
+:100C80009DCC0100FF01000085C801003E0100006D
+:100C90002DC90100050400003DC70100100100003E
+:100CA000E5C7010001120000C1D301000A1E0000C7
+:100CB00005C9020003090000D5CD0100040B0000A6
+:100CC0004DC90100060A0000D5D40100070A000042
+:100CD000B5C701000C05000081C701002C0F0300FF
+:100CE000E80C030047000000946D00204438030026
+:100CF0005138030071380300653803007C38030065
+:100D000093380300A3380300863B0300B738030081
+:100D10002C0F03001C0D0300200000005C6E00205F
+:100D20002C0F03002C0D030020000000DC6E0020BF
+:100D30009BCB0200D3CB02000000000000000000AB
+:100D40000000000011EF01000000000000000000A2
+:100D500000000000000000000202010069D3020050
+:100D600004040100DDFD0100060601001DFD010077
+:100D70000804010061FC01000A02010051D30200D5
+:100D80000C04010039D302000E04010035FB010000
+:100D90002004010099FA010010040100A9F90100E2
+:100DA00012020100EDD2020016040100E1CC0200A3
+:100DB000180101001FD002001E000400BDD3020074
+:100DC0005202000013D302002C0F0300D40D0300C5
+:100DD000220000009C6F0020D0130300F3D6020015
+:100DE00000000000CC13030000000100C813030042
+:100DF000F7D7020000000000BC0500200000010041
+:100E0000C01303000000000000000000000000000C
+:100E100000000000BC13030045D70200610102007E
+:100E2000C405002000000300B8130300F7D7020038
+:100E300000000000B405002000000100B013030012
+:100E4000B1D6020081030200000000000000030090
+:100E5000AC130300F7D7020000000000AC0500202F
+:100E600000000100A413030081060200000000003E
+:100E70000000000000000100FC130300F3D6020094
+:100E800000000000F813030000000100F413030049
+:100E9000F7D7020000000000EC0500200000010070
+:100EA000EC13030075D602000000000000000000F3
+:100EB00000000100E8130300F7D702000000000063
+:100EC000E405002000000100E01303003BD602000F
+:100ED000000000000000000000000100DC1303001F
+:100EE000F7D7020000000000DC0500200000010030
+:100EF000D4130300490302000000000000000000BA
+:100F000000000100000000000000000000000000E0
+:100F1000000000000000000043DA020000000000B2
+:100F2000000000000000000000000000710D020041
+:100F30000000000099DA0200FD0E0200ED0F020031
+:100F40005802000001130200D1120200000000004C
+:100F500059140200D9130200193F0300F5DC020006
+:100F6000FBDC02001F3F03009D13020075DC020042
+:100F7000D5DC02000000000013DC020000000000CD
+:100F8000000000005D170200B51602000BDD020034
+:100F90000000000093DD0200291A0200651902001A
+:100FA000A91802009918020004000000FF000000C8
+:100FB000FF030000000300500000000001000000DB
+:100FC0000060004000000000FFFFFFFF0000005035
+:100FD0000000000000000000006000400000000071
+:100FE0005D1C020083DE020091DE0200A9DE020029
+:100FF000B5DE0200C1DE0200C91A0200DBDE02001B
+:101000000000000000300040000000000000000070
+:101010000000000000004006000001011000000078
+:101020002DDF02002C100300FFFF00000030004005
+:10103000381003000100000040100300020000000F
+:101040001000180008001600E91D02000000000052
+:10105000191F02000000000000000000A91E02008D
+:10106000E000030040420F000601010054000300AD
+:1010700017000100000000009810030000000000AD
+:101080000000000000000000C1DF02008122020019
+:1010900000000000000000002BE202004DE2020010
+:1010A000F7E1020065260200CC00030019000000F1
+:1010B00009000000610F01000000000000000000B6
+:1010C000E524020059240200000000000000000096
+:1010D0008BE3020053E30200EFE30200C5E30200EA
+:1010E00023E40200EBE20200B3E2020021E302008B
+:1010F000F4100300CC0003001E00000000000001FB
+:101100005400030019000000D12902000000000073
+:101110005D2A0200C7E4020021280200000000004E
+:1011200000000000281103000020004034110300DB
+:10113000010000003C110300020000000600000056
+:1011400028000200712B0200A52B0200952B020043
+:10115000004000400000000000127A000000000083
+:101160000000000000000000FFFFFFFF0000FF0084
+:1011700000000000000000010100000081E5020005
+:10118000FFFF000094110300FFFFFFFF00000000BD
+:101190000000000000400040A0110300010000001A
+:1011A000A811030003000000110008000D000A0050
+:1011B00001000C00540003000B0001005400030068
+:1011C00017000100A130020039E602002C4803009C
+:1011D0000000000000000000B93A0200EFE6020043
+:1011E00013E7020000000000000000000000000003
+:1011F000E5E80200C1480200000000000000000015
+:10120000BC490300CA490300DE490300ED4903005D
+:10121000F94903003CFF02003CFF02009CFF020072
+:10122000ACFF02002C0003002C000300512563FCDE
+:10123000C2CAB9F3849E17A7ADFAE6BCFFFFFFFF51
+:10124000FFFFFFFF00000000FFFFFFFFAAAAAAAAFE
+:10125000AAAAAAAAAAAAAAAA555555555555555596
+:10126000555555550000000055555555522563FC00
+:10127000C2CAB9F3849E17A7ADFAE6BCFFFFFFFF11
+:10128000FFFFFFFF00000000FFFFFFFF512563FC91
+:10129000C2CAB9F3849E17A7ADFAE6BCFFFFFFFFF1
+:1012A000FFFFFFFF00000000FFFFFFFF96C298D87E
+:1012B0004539A1F4A033EB2D817D0377F240A4637F
+:1012C000E5E6BCF847422CE1F2D1176BF551BF3788
+:1012D0006840B6CBCE5E316B5733CE2B169E0F7C5B
+:1012E0004AEBE78E9B7F1AFEE242E34F4B60D22728
+:1012F0003E3CCE3BF6B053CCB0061D65BC8698761E
+:1013000055BDEBB3E7933AAAD835C65AFCFFFFFFA9
+:10131000FFFFFFFFFFFFFFFF0000000000000000D5
+:101320000000000001000000FFFFFFFF4807002051
+:1013300005000000190000007D0000000000000012
+:10134000000000000000000000000000000000009D
+:10135000000000000000000000000000000000008D
+:10136000000000000000000000000000000000007D
+:10137000000000000000000000000000000000006D
+:10138000000000000000000000000000000000005D
+:101390000000000000000000000000000004000049
+:1013A0000009000000002A2B00002A2B000003285F
+:1013B0000000292B0000292B00000328000002292F
+:1013C0000000052A0000052A00000328000001187B
+:1013D000000000280000042A0000042A000003285E
+:1013E0000000012A0000012A000003280000002A52
+:1013F0000000002A00000328000000180000002858
+:10140000000001000A00190032006400C8009001C9
+:101410005406400500154E6F7576656C6C6520644A
+:1014200061746172617465203A2044525F25642CB6
+:10143000205461696C6C65206D6178206475207042
+:1014400061796C6F6164203A20256400506F72747A
+:101450002025642C2050656E64696E672025642CFD
+:10146000205253534920256464422C20534E52206D
+:10147000256464426D005061796C6F61642072650F
+:10148000C3A775203A2000436170746575722042CD
+:101490004D45323830206E6F6E20646973706F6E08
+:1014A00069626C65002573203A2070C3A972697067
+:1014B00068C3A97269717565206E6F6E207072C302
+:1014C000AA742E0045727265757220646520636F80
+:1014D0006E66696775726174696F6E206465206CF1
+:1014E000612072C3A967696F6E203A20256400C32A
+:1014F00089636865632064752064C3A96D61727235
+:10150000616765206465204C6F526157414E203AF7
+:1015100020256400C38963686563206465206C616D
+:1015200020636F6E66696775726174696F6E20649F
+:1015300075206461746172617465203A20256400CD
+:1015400054656E746174697665206465206A6F699C
+:101550006E647265206C652072C3A9736561752025
+:10156000656E204F54414100C38963686563206400
+:1015700065206C6F726177616E5F6A6F696E5F6E16
+:101580006574776F726B203A20256400C3896368A5
+:101590006563206465206C6120636F6E66696775A2
+:1015A000726174696F6E2064752063616E616C2076
+:1015B000414443203A2025640045727265757220CB
+:1015C0006465206C656374757265206465206C27A2
+:1015D000414443203A20256400456E766F692064BB
+:1015E000657320646F6E6EC3A96573206361707448
+:1015F000657572732E2E2E004572726575722064A9
+:1016000065206C656374757265206465206C274184
+:1016100044432E0054656E73696F6E206465206CC0
+:1016200061206261747465726965203A2025302EEC
+:10163000326620562C2043617061636974C3A9200F
+:1016400072657374616E7465203A2025302E32669F
+:10165000252500457272657572206C6F7273206467
+:1016600065206C612072C3A9637570C3A97261742F
+:10167000696F6E2064657320646F6E6EC3A96573B5
+:1016800020647520424D45323830203A20256400D0
+:10169000457272657572206C6F7273206465206C80
+:1016A000612072C3A9637570C3A9726174696F6E9A
+:1016B000206465206C612074656D70C3A9726174CB
+:1016C000757265203A202564004572726575722036
+:1016D0006C6F7273206465206C612072C3A963759E
+:1016E00070C3A9726174696F6E206465206C27688D
+:1016F000756D69646974C3A9203A20256400457238
+:1017000072657572206C6F7273206465206C612045
+:1017100072C3A9637570C3A9726174696F6E206426
+:1017200065206C61207072657373696F6E203A205A
+:1017300025640054656D70C3A9726174757265206B
+:101740003A2025642E2564C2B0430048756D696453
+:101750006974C3A9203A2025642E256425250050EC
+:1017600072657373696F6E203A2025642E2564209C
+:10177000685061004572726575722064652072C39D
+:10178000A9637570C3A9726174696F6E2064657313
+:1017900020646F6E6EC3A9657320424D45323830A8
+:1017A0002E00C38963686563206465206C27656EBD
+:1017B000766F692064657320646F6E6EC3A965736C
+:1017C000202874656E74617469766520256429200B
+:1017D0003A20256400C38963686563206465206CD2
+:1017E00027656E766F692064657320646F6E6EC3C3
+:1017F000A9657320617072C3A87320256420746585
+:101800006E746174697665732E00446F6E6EC3A941
+:10181000657320656E766F79C3A9657320617665FF
+:10182000632073756363C3A8732E00DDEEAADDBB6E
+:10183000EEEEFF002B7E151628AED2A6ABF715886C
+:1018400009CF4F3C006C6F726177616E5F636C61B2
+:1018500073735F610000070E091C1B1215383F36B9
+:101860003124232A2D28756E7369676E65642920DB
+:1018700063686172202A207573656420666F722028
+:1018800025257020617267756D656E742E20497410
+:101890002773207265636F6D6D656E646564207477
+:1018A0006F206361737420697420746F20766F6990
+:1018B00064202A2062656361757365206974206DF8
+:1018C0006179206361757365206D69736265686114
+:1018D00076696F7220696E206365727461696E202B
+:1018E000636F6E66696775726174696F6E732E20BF
+:1018F000537472696E673A2225732220617267758C
+:101900006D656E743A25640063627072696E746608
+:101910005F7061636B61676500286E696C29004EBA
+:101920005653206E6F7420696E697469616C697AB0
+:10193000656400436F756C64206E6F74206F627411
+:1019400061696E20666C61736820706172616D659B
+:101950007465727300556E737570706F7274656420
+:1019600020777269746520626C6F636B2073697A8B
+:101970006500556E61626C6520746F206765742028
+:101980007061676520696E666F00496E76616C698B
+:101990006420736563746F722073697A6500436FA6
+:1019A0006E66696775726174696F6E206572726FB9
+:1019B00072202D20736563746F7220636F756E746F
+:1019C00000256420536563746F7273206F66202551
+:1019D0006420627974657300616C6C6F6320777248
+:1019E000613A2025642C2025780064617461207799
+:1019F00072613A2025642C202578004E6F204743E1
+:101A000020446F6E65206D61726B657220666F7524
+:101A10006E643A2072657374617274696E672067D0
+:101A20006300474320446F6E65206D61726B657281
+:101A300020666F756E640066735F6E7673006C6F00
+:101A40006767696E67006C6F67006C6F675F6D67D3
+:101A50006D74004D657373616765202822257322BC
+:101A6000292064726F7070656420626563617573AC
+:101A70006520697420657863656564732073697A8D
+:101A800065206C696D69746174696F6E20282575B5
+:101A900029000D0A001B5B306D00257320005B25BB
+:101AA00030386C755D20005B253032753A25303258
+:101AB000753A253032752E253033752C2530337527
+:101AC0005D200025732F003C25733E200025733ACE
+:101AD0002000253032782000202020007C00256363
+:101AE00000206D657373616765732064726F707039
+:101AF0006564202D2D2D0D0A1B5B306D001B5B31A5
+:101B00003B33316D2D2D2D20001B5B313B33316D6F
+:101B1000001B5B313B33336D006572720077726E70
+:101B200000696E6600646267006C6F675F62616384
+:101B30006B656E645F75617274006C6F675F756171
+:101B40007274007365742D76616C756520666169C9
+:101B50006C7572652E206B65793A2025732065724D
+:101B6000726F72282564290073657474696E6773D7
+:101B7000002A2A2A20426F6F74696E67206E5246CF
+:101B800020436F6E6E6563742053444B2076322E73
+:101B9000372E302D35636238353537306361343355
+:101BA000202A2A2A0A002A2A2A205573696E6720C9
+:101BB0005A6570687972204F532076332E362E394D
+:101BC000392D313030626566633730633734202A0F
+:101BD0002A2A0A00637C777BF26B6FC53001672B82
+:101BE000FED7AB76CA82C97DFA5947F0ADD4A2AF11
+:101BF0009CA472C0B7FD9326363FF7CC34A5E5F11F
+:101C000071D8311504C723C31896059A071280E2CC
+:101C1000EB27B27509832C1A1B6E5AA0523BD6B320
+:101C200029E32F8453D100ED20FCB15B6ACBBE3990
+:101C30004A4C58CFD0EFAAFB434D338545F9027F7C
+:101C4000503C9FA851A3408F929D38F5BCB6DA2135
+:101C500010FFF3D2CD0C13EC5F974417C4A77E3D61
+:101C6000645D197360814FDC222A908846EEB814B7
+:101C7000DE5E0BDBE0323A0A4906245CC2D3AC627A
+:101C80009195E479E7C8376D8DD54EA96C56F4EA85
+:101C9000657AAE08BA78252E1CA6B4C6E8DD741F96
+:101CA0004BBD8B8A703EB5664803F60E613557B959
+:101CB00086C11D9EE1F8981169D98E949B1E87E913
+:101CC000CE5528DF8CA1890DBFE6426841992D0FC2
+:101CD000B054BB1672302F61313A20203078253055
+:101CE0003878202072312F61323A20203078253028
+:101CF0003878202072322F61333A20203078253016
+:101D000038780072332F61343A202030782530380B
+:101D100078207231322F69703A202030782530389F
+:101D200078207231342F6C723A2020307825303888
+:101D3000780020787073723A202030782530387817
+:101D4000004661756C74696E6720696E7374727594
+:101D50006374696F6E2061646472657373202872A6
+:101D600031352F7063293A20307825303878005586
+:101D70006E68616E646C6564204952516E3A20252C
+:101D800064002A2A2A2A2A204D5055204641554CC3
+:101D900054202A2A2A2A2A002020537461636B695E
+:101DA0006E67206572726F722028636F6E7465783B
+:101DB000742061726561206D6967687420626520B6
+:101DC0006E6F742076616C696429002020556E73F3
+:101DD0007461636B696E67206572726F7200202098
+:101DE00044617461204163636573732056696F6C4D
+:101DF0006174696F6E0020204D4D46415220416450
+:101E000064726573733A2030782578002020496E1B
+:101E1000737472756374696F6E2041636365737365
+:101E20002056696F6C6174696F6E002020466C6F7C
+:101E30006174696E672D706F696E74206C617A7958
+:101E40002073746174652070726573657276617455
+:101E5000696F6E206572726F72002A2A2A2A2A2000
+:101E60005553414745204641554C54202A2A2A2A99
+:101E70002A0020204469766973696F6E2062792098
+:101E80007A65726F002020556E616C69676E6564BB
+:101E9000206D656D6F7279206163636573730020D7
+:101EA000204E6F20636F70726F636573736F722063
+:101EB000696E737472756374696F6E730020204964
+:101EC0006C6C6567616C206C6F6164206F66204587
+:101ED00058435F52455455524E20696E746F2050DE
+:101EE00043002020496C6C6567616C207573652028
+:101EF0006F6620746865204550535200202041745D
+:101F000074656D707420746F206578656375746591
+:101F100020756E646566696E656420696E7374729F
+:101F2000756374696F6E002A2A2A2A2A2042555343
+:101F3000204641554C54202A2A2A2A2A0020205380
+:101F40007461636B696E67206572726F7200202026
+:101F50005072656369736520646174612062757392
+:101F6000206572726F720020204246415220416407
+:101F700064726573733A2030782578002020496DAB
+:101F80007072656369736520646174612062757342
+:101F9000206572726F72002020496E7374727563CF
+:101FA00074696F6E20627573206572726F72005271
+:101FB0006573657276656420457863657074696FD2
+:101FC0006E20280053707572696F757320696E7486
+:101FD0006572727570742028495251200053505315
+:101FE000454C20696E20746872656164206D6F6471
+:101FF0006520646F6573206E6F7420696E64696319
+:1020000061746520505350002A2A2A2A2A20484108
+:102010005244204641554C54202A2A2A2A2A00207C
+:1020200020427573206661756C74206F6E20766532
+:1020300063746F72207461626C6520726561640004
+:1020400020204465627567206576656E74002020E7
+:102050004661756C7420657363616C6174696F6E41
+:1020600020287365652062656C6F772900415243B3
+:10207000485F45584345505420776974682072651D
+:1020800061736F6E2025780A002A2A2A2A2A2044A2
+:1020900065627567206D6F6E69746F722065786315
+:1020A000657074696F6E202A2A2A2A2A002A2A2A31
+:1020B0002A2A20257320256429202A2A2A2A2A0050
+:1020C00061626F727428290A00736F63004461743F
+:1020D0006172617465206368616E6765643A20446B
+:1020E000525F2564004D637073496E646963617467
+:1020F000696F6E206661696C6564203A2025730003
+:102100004D63707352657175657374206661696C97
+:102110006564203A202573004D6C6D65436F6E66D3
+:1021200069726D206661696C6564203A20257300D0
+:102130004A6F696E6564206E6574776F726B2120DB
+:10214000446576416464723A2025303878004C69E1
+:102150006E6B20636865636B206E6F7420696D70B1
+:102160006C656D656E7465642079657421004E6FD1
+:1021700020737570706F727420666F72207265675D
+:10218000696F6E20256421004F544141206A6F69B8
+:102190006E206661696C65643A202573004C6F524D
+:1021A0006157414E20517565727920547820506FE7
+:1021B000737369626C65204661696C65643A2025B9
+:1021C00073004C6F526157414E2053656E64206618
+:1021D00061696C65643A202573004C6F52614D61F2
+:1021E00063496E697469616C697A6174696F6E20A4
+:1021F0006661696C65643A202573004661696C65A7
+:102200006420746F20737461727420746865204C4C
+:102210006F52614D414320737461636B3A202573A3
+:10222000006C6F726177616E00556E6B6E6F776ECA
+:10223000207374617475732100556E6B6E6F776EC9
+:10224000206576656E7421004F4B004572726F7287
+:102250000054782074696D656F7574005278203170
+:102260002074696D656F757400527820322074692E
+:102270006D656F757400527831206572726F7200EF
+:10228000527832206572726F72004A6F696E2066F2
+:1022900061696C656400446F776E6C696E6B207267
+:1022A00065706561746564005478204452207061E3
+:1022B000796C6F61642073697A65206572726F72E0
+:1022C0000041646472657373206661696C004D49F6
+:1022D00043206661696C004D756C74696361737449
+:1022E000206661696C00426561636F6E206C6F638C
+:1022F0006B656400426561636F6E206C6F73740080
+:10230000426561636F6E206E6F7420666F756E64D8
+:102310000042757379005365727669636520756E46
+:102320006B6E6F776E00506172616D6574657220BF
+:10233000696E76616C6964004672657175656E637D
+:102340007920696E76616C696400446174617261C0
+:10235000746520696E76616C69640046726571759A
+:10236000656E6379206F7220646174617261746557
+:1023700020696E76616C6964004E6F206E657477BB
+:102380006F726B206A6F696E6564004C656E67746E
+:1023900068206572726F7200526567696F6E206E99
+:1023A0006F7420737570706F7274656400536B691D
+:1023B0007070656420415050206461746100447500
+:1023C00074792D6379636C652072657374726963C7
+:1023D000746564004E6F206368616E6E656C206684
+:1023E0006F756E64004E6F2066726565206368616C
+:1023F0006E6E656C20666F756E6400427573792031
+:10240000626561636F6E20726573657276656420C4
+:1024100074696D6500427573792070696E672D73FC
+:102420006C6F742077696E646F772074696D6500D6
+:10243000427573792075706C696E6B20636F6C6C7C
+:102440006973696F6E0043727970746F2065727280
+:102450006F720046436E742068616E646C65722012
+:102460006572726F72004D414320636F6D6D616ED6
+:1024700064206572726F7200436C617373422065F1
+:1024800072726F7200436F6E6669726D207175654E
+:102490007565206572726F72004D756C7469636149
+:1024A00073742067726F757020756E646566696EEF
+:1024B000656400556E6B6E6F776E206572726F7219
+:1024C0000043616E2774206C6F6164202725732799
+:1024D0002073746174652C2073697A65206D69734B
+:1024E0006D617463682E0043616E2774206C6F61A8
+:1024F0006420272573272073746174652C206E6F08
+:10250000207461726765742E0043616E2774206CBD
+:102510006F616420272573272073746174652C20F4
+:1025200073686F727420726561642E00436F756CFE
+:1025300064206E6F742072656164207365747469C1
+:102540006E6720257300556E6B6E6F776E204C6F33
+:10255000526157414E2073657474696E673A202545
+:102560007300436F756C64206E6F74206765742010
+:102570004E564D20636F6E7465787400436F756CB2
+:1025800064206E6F7420736176652073657474695E
+:102590006E67732025732C206572726F722025641C
+:1025A000006C6F726177616E2F6E766D00436F7590
+:1025B0006C64206E6F74206C6F6164204C6F52618C
+:1025C00057414E2073657474696E67732C20657271
+:1025D000726F7220256400436F756C64206E6F7497
+:1025E0002073657420746865204E564D20636F6EAD
+:1025F000746578742C206572726F72202564006C8B
+:102600006F726177616E2F6E766D2F437279707481
+:102610006F006C6F726177616E2F6E766D2F4D61FA
+:102620006347726F757031006C6F726177616E2FE6
+:102630006E766D2F4D616347726F757032006C6FEF
+:10264000726177616E2F6E766D2F5365637572655B
+:10265000456C656D656E74006C6F726177616E2F8D
+:102660006E766D2F526567696F6E47726F75703148
+:10267000006C6F726177616E2F6E766D2F52656799
+:10268000696F6E47726F757032006C6F726177613F
+:102690006E2F6E766D2F436C61737342006C6F7298
+:1026A0006177616E5F6E766D004750494F206465BB
+:1026B00076696365206E6F74207265616479202588
+:1026C000730043616E6E6F7420636F6E6669677529
+:1026D0007265206770696F2025732025643A202574
+:1026E00064005061636B6574207472616E736D6910
+:1026F0007373696F6E206661696C65642100526551
+:1027000063656976652074696D656F7574007378AB
+:10271000313278785F636F6D6D6F6E00556E6162F8
+:102720006C6520746F2072656164206164647265F9
+:1027300073733A203078257800556E61626C65209D
+:10274000746F207772697465206164647265737355
+:102750003A2030782578004750494F20706F7274C6
+:10276000202573206E6F7420726561647900436F59
+:10277000756C64206E6F7420736574206770696F68
+:102780002063616C6C6261636B2E00556E61626CDC
+:102790006520746F20726561642076657273696F5D
+:1027A0006E20696E666F0053583132377820766537
+:1027B0007273696F6E2030782530327820666F75BD
+:1027C0006E64004661696C656420746F20696E698F
+:1027D0007469616C697A6520535831327878206366
+:1027E0006F6D6D6F6E005350492064657669636547
+:1027F000206E6F7420726561647900556E61626C41
+:102800006520746F207265616420504120646163AB
+:1028100000556E61626C6520746F20777269746513
+:1028200020504120636F6E66696700556E61626C6F
+:102830006520746F2077726974652050412064614F
+:1028400063006C6F72615F726164696F4030007326
+:10285000783132377800000C23000D1E000ED200B4
+:102860001A01001FAA0024070027120028C100290E
+:1028700094002AC10030D800359F003B0200400080
+:10288000004130012340A584998D0DBDB154500302
+:10289000A97D1962E69A459D408715EBC90BEC6747
+:1028A000FDEABFF7965BC21CAE6A5A41024F5CF468
+:1028B00034089373533F0C52655E28A10FB5093657
+:1028C0009B3D2669CD9F1B9E742E2DB2EEFBF64DCF
+:1028D00061CE7B3E7197F568002C601FC8EDBE4647
+:1028E000D94BDED4E84A6B2AE516C5D75594CF10EC
+:1028F0000681F044BAE3F3FEC08AADBC4804DFC1F0
+:102900007563301A0E6D4C14352FE1A2CC3957F295
+:102910008247ACE72B95A098D17F667EAB83CA290E
+:10292000D33C79E21D763B564E1EDB0A6CE45D6EAD
+:10293000EFA6A8A4378B324359B78C64D2E0B4FA1F
+:102940000725AF8EE918D5886F7224F1C751237C13
+:102950009C21DDDC86859042C4AAD8050112A35FC4
+:10296000F9D0915827B93813B333BB7089A7B62271
+:10297000922049FF787A8FF88017DA31C6B8C3B051
+:102980007711CBFCD63AC6F8EEF6FFD6DE916002A0
+:10299000CE56E7B54DEC8F1F89FAEFB28EFB41B3EF
+:1029A0005F452353E49B75E13D4C6C7EF583685194
+:1029B000D1F9E2AB622A0895469D30370A2F0E24E2
+:1029C0001BDFCD4E7FEA121D583436DCB45BA47693
+:1029D000B77D52DD5E13A6B900C140E379B6D48D50
+:1029E00067729498B085BBC54FED869A66118AE9E7
+:1029F00004FEA078254BA25D80053F2170F163772E
+:102A0000AF4220E5FDBF811826C3BE35882E935501
+:102A1000FC7AC8BA32E6C0199EA344543B0B8CC75B
+:102A20006B28A7BC16ADDB647414920C48B89FBD2C
+:102A300043C43931D3F2D58B6EDA01B19C49D8AC9D
+:102A4000F3CFCAF447106FF04A5C38577397CBA1A5
+:102A5000E83E96610D0FE07C71CC9006F71CC26ACF
+:102A6000AE6917993A27D9EB2B22D2A907332D3C0F
+:102A700015C987AA50A50359091A65D784D0822998
+:102A80005A1E7BA86D2C637C777BF26B6FC530017F
+:102A9000672BFED7AB76CA82C97DFA5947F0ADD411
+:102AA000A2AF9CA472C0B7FD9326363FF7CC34A5E5
+:102AB000E5F171D8311504C723C31896059A07129A
+:102AC00080E2EB27B27509832C1A1B6E5AA0523B89
+:102AD000D6B329E32F8453D100ED20FCB15B6ACB40
+:102AE000BE394A4C58CFD0EFAAFB434D338545F948
+:102AF000027F503C9FA851A3408F929D38F5BCB6F1
+:102B0000DA2110FFF3D2CD0C13EC5F974417C4A762
+:102B10007E3D645D197360814FDC222A908846EE09
+:102B2000B814DE5E0BDBE0323A0A4906245CC2D3FD
+:102B3000AC629195E479E7C8376D8DD54EA96C5696
+:102B4000F4EA657AAE08BA78252E1CA6B4C6E8DD8C
+:102B5000741F4BBD8B8A703EB5664803F60E613517
+:102B600057B986C11D9EE1F8981169D98E949B1EB4
+:102B700087E9CE5528DF8CA1890DBFE642684199CF
+:102B80002D0FB054BB162B7E151628AED2A6ABF770
+:102B9000158809CF4F3C012B7E151628AED2A6AB67
+:102BA000F7158809CF4F3C0200042B7E151628AE7E
+:102BB000D2A6ABF7158809CF4F3C052B7E151628FA
+:102BC000AED2A6ABF7158809CF4F3C062B7E151663
+:102BD00028AED2A6ABF7158809CF4F3C072B7E1540
+:102BE0001628AED2A6ABF7158809CF4F3C080008CF
+:102BF0000A0C0D0E10121415181A1B1D1E2124028A
+:102C00000305020501060202050202060302010590
+:102C10000404000000000000000000000000023377
+:102C2000333373F2F2F2F20C0B0A09080707320091
+:102C3000FFFFFFFFFFFF00000000000000FFFFFF9D
+:102C4000FFFFFF0000000000007075626C69630008
+:102C500072616E646F6D007075626C69632D69647A
+:102C60000072616E646F6D2D696400253032583AD0
+:102C7000253032583A253032583A253032583A25E4
+:102C80003032583A25303258202825732900303107
+:102C900032333435363738396162636465660042F1
+:102CA00054204C572057510002FB349B5F8000009A
+:102CB00080001000000000000062745F64617461B5
+:102CC000004461746120627566666572206F766586
+:102CD00072666C6F7720286C696E6B2074797065F2
+:102CE000203078253032782900546F6F20736D6161
+:102CF0006C6C2028257520627974657329206576AF
+:102D0000656E742030782530327800556E61626CC3
+:102D10006520746F206C6F6F6B20757020636F6E11
+:102D20006E20776974682068616E646C6520257513
+:102D300000556E61626C6520746F206C6F6F6B75EF
+:102D40007020636F6E6E20666F722068616E646CB7
+:102D5000652025750048617264776172652065722F
+:102D6000726F722C20686172647761726520636F84
+:102D700064653A20256400436F756C64206E6F743F
+:102D8000207375626D69742072785F776F726B3A29
+:102D900020256400556E61626C6520746F20616C43
+:102DA0006C6F636174652062756666657200556E4E
+:102DB00068616E646C65642076656E646F722D73F5
+:102DC00070656369666963206576656E743A20256F
+:102DD0007300556E68616E646C6564206576656E1F
+:102DE0007420307825303278206C656E2025753A55
+:102DF00020257300496E76616C6964204843492040
+:102E000041434C207061636B65742073697A65205F
+:102E1000282575290041434C2064617461206C654C
+:102E20006E677468206D69736D617463682028250E
+:102E30007520213D2025752900556E61626C652045
+:102E4000746F2066696E6420636F6E6E20666F72A9
+:102E50002068616E646C6520257500496E76616C32
+:102E6000696420484349206576656E742073697AE9
+:102E700065202825752900574553545F544F504409
+:102E800049522F7A65706879722F737562737973FE
+:102E90002F626C7565746F6F74682F686F73742F11
+:102EA0006863695F636F72652E630062745F686355
+:102EB000695F6576745F6765745F666C61677328C8
+:102EC0006864722D3E657674292026202831554C81
+:102ED000203C3C2028312929004153534552544974
+:102EE0004F4E204641494C205B25735D20402025F4
+:102EF000733A25640A00556E6B6E6F776E206275AB
+:102F0000662074797065202575004E6F20636F6DA3
+:102F10006D616E642073656E7420666F7220636DE0
+:102F20006420636F6D706C65746520307825303473
+:102F300078004F70436F64652030782530347820F6
+:102F4000636F6D706C6574656420696E7374656120
+:102F500064206F66206578706563746564203078DE
+:102F60002530347800556E6578706563746564202B
+:102F7000484F53545F4E554D5F434F4D504C455451
+:102F800045445F5041434B4554532028737461744A
+:102F90007573203078253032782900657674206E7C
+:102FA000756D5F68616E646C657320283D257529B9
+:102FB00020746F6F206C6172676520282575203E34
+:102FC00020257529004E6F20636F6E6E65637469EE
+:102FD0006F6E20666F722068616E646C6520257567
+:102FE000007061636B65747320636F756E74206D20
+:102FF00069736D6174636800657272203D3D2030B5
+:103000000009636F6D6D616E64206F70636F64653E
+:10301000203078253034782074696D656F757420A0
+:1030200077697468206572722025640A006F706386
+:103030006F6465203078253034782073746174753E
+:103040007320307825303278004661696C656420E1
+:10305000746F207265616420444C45206D61782056
+:1030600064617461206C656E0074785F6F63746571
+:103070007473206578636565647320746865207671
+:10308000616C69642072616E6765202575007478D3
+:103090005F74696D65206578636565647320746825
+:1030A000652076616C69642072616E6765202575A4
+:1030B000004E6F2070656E64696E6720706572697E
+:1030C00070686572616C20636F6E6E656374696FA2
+:1030D0006E00556E65787065637465642073746105
+:1030E00074757320307825303278004E6F2070650B
+:1030F0006E64696E6720636F6E6E20666F722070FB
+:10310000656572202573004661696C65642072658F
+:1031100061642072656D6F74652066656174757297
+:1031200065732028256429004661696C6564204C1C
+:1031300045205365742050485920282564290046AD
+:1031400061696C656420746F2073657420646174B8
+:1031500061206C656E202825642900556E61626CC3
+:103160006520746F2073656E6420746F20647269CB
+:103170007665722028657272202564290065767450
+:103180005F666C6167732026202831554C203C3CDB
+:10319000202830292900496E76616C6964206275A7
+:1031A000662074797065202575005B305D00496488
+:1031B000656E7469747925733A20257300496465D6
+:1031C0006E746974795B25645D3A20257300484309
+:1031D000493A2076657273696F6E20257320283016
+:1031E000782530327829207265766973696F6E2090
+:1031F0003078253034782C206D616E75666163748B
+:103200007572657220307825303478004C4D503A14
+:103210002076657273696F6E2025732028307825BB
+:1032200030327829207375627665722030782530C7
+:103230003478004E6F6E2D4C452063617061626C76
+:103240006520636F6E74726F6C6C65722064657458
+:103250006563746564210041434C2042522F45440C
+:10326000522062756666657273206E6F7420696E97
+:10327000697469616C697A65640056656E646F7221
+:103280002048434920657874656E73696F6E7320BA
+:103290006E6F7420617661696C61626C650048577D
+:1032A00020506C6174666F726D3A2025732028304F
+:1032B0007825303478290048572056617269616E4C
+:1032C000743A202573202830782530347829004638
+:1032D00069726D776172653A2025732028307825F0
+:1032E000303278292056657273696F6E2025752EED
+:1032F0002575204275696C64202575004661696CEE
+:10330000656420746F207265616420737570706FDE
+:10331000727465642076656E646F7220636F6D6D84
+:10332000616E6473004661696C656420746F20721D
+:1033300065616420737570706F7274656420766562
+:103340006E646F72206665617475726573004254B5
+:10335000486F6D650091FBFBF3F4FBFBFBFBEA316F
+:103360002E306200312E3100312E3200322E3000EC
+:10337000322E3100332E3000342E3000342E310006
+:10338000342E3200352E3000352E3100352E3200ED
+:10339000352E3300352E34005374616E64617264CF
+:1033A00020426C7565746F6F746820636F6E747201
+:1033B0006F6C6C65720056656E646F722073706519
+:1033C000636966696320636F6E74726F6C6C65729B
+:1033D000004669726D77617265206C6F6164657219
+:1033E0000052657363756520696D6167650072657C
+:1033F000736572766564006E5246353178006E52A0
+:1034000046353278006E5246353378006E52463576
+:10341000344878006E524635344C7800496E7465F5
+:103420006C20436F72706F726174696F6E004E6FC3
+:10343000726469632053656D69636F6E647563744C
+:103440006F72004E58502053656D69636F6E6475DE
+:1034500063746F72730062745F6863695F636F7235
+:103460006500636D6420646973616C6C6F7765647B
+:10347000004F6E6C792072616E646F6D20737461A1
+:10348000746963206964656E746974792061646429
+:103490007265737320737570706F72746564004920
+:1034A0006E76616C696420696E70757420706172EB
+:1034B000616D6574657273004661696C6564207442
+:1034C0006F2072656164207075626C69632061644D
+:1034D000647265737300526561642053746174692A
+:1034E000632041646472657373657320636F6D6DEF
+:1034F000616E64206E6F7420617661696C61626CCC
+:1035000065004661696C656420746F207265616452
+:103510002073746174696320616464726573736598
+:1035200073004E6F20737461746963206164647208
+:1035300065737365732073746F72656420696E20A0
+:10354000636F6E74726F6C6C65720043616E27748A
+:103550002073657420626F7468204944454E544955
+:1035600054592026204E52504100556E61626C65C0
+:1035700020746F20736574206964656E7469747952
+:10358000206164647265737300556E61626C6520BE
+:10359000746F207365742072616E646F6D20616456
+:1035A00064726573730062745F696400436F6E7464
+:1035B000726F6C6C65722063616E6E6F74207265E1
+:1035C00073756D6520636F6E6E65637461626C65A3
+:1035D000206164766572746973696E67202825645A
+:1035E000290062745F61647600556E65787065636A
+:1035F000746564206669727374204C3243415020B4
+:103600006672616D6500556E65787065637465649A
+:10361000204C3243415020636F6E74696E75617443
+:10362000696F6E004E6F7420656E6F7567682062FB
+:10363000756666657220737061636520666F7220BF
+:103640004C32434150206461746100556E6578705E
+:1036500065637465642041434C20666C6167732028
+:1036600028307825303278290041434C206C656E33
+:10367000206D69736D6174636820282575203E2074
+:103680002575290062756620676976656E20746FFE
+:1036900020636F6E6E20686173206F74686572209E
+:1036A00072656673006E6F7420656E6F7567682053
+:1036B000726F6F6D20696E20757365725F646174DF
+:1036C00061202564203C20256420706F6F6C2025CC
+:1036D00075006E6F7420636F6E6E65637465642130
+:1036E00000446973636F6E6E656374656420776808
+:1036F000696C6520616C6C6F636174696E672063CF
+:103700006F6E746578740028756E6B6E6F776E29B6
+:10371000006E6F207472616E736974696F6E20251C
+:103720007300496E76616C69642028257529206FC5
+:103730006C6420737461746500636F6E6E20257015
+:10374000206661696C656420746F206573746162C2
+:103750006C6973682E205246206E6F6973653F0056
+:103760006E6F2076616C696420282575292073743A
+:10377000617465207761732073657400696E636F8F
+:103780006D70617469626C652068616E646C65203F
+:10379000257500556E61626C6520746F20616C6CDC
+:1037A0006F636174652062756666657220776974FF
+:1037B00068696E2074696D656F757400466F756E0B
+:1037C000642076616C696420636F6E6E65637469F2
+:1037D0006F6E2028257029207769746820616464E1
+:1037E0007265737320257320696E202573207374AE
+:1037F000617465200053656E64204C4520706172D1
+:10380000616D20757064617465206661696C6564C2
+:103810002028657272202564290053656E6420613A
+:1038200075746F204C4520706172616D20757064F5
+:10383000617465206661696C656420286572722018
+:1038400025642900646973636F6E6E6563746564D3
+:1038500000646973636F6E6E6563742D636F6D7062
+:103860006C657465007363616E2D6265666F726569
+:103870002D696E6974696174696E6700696E697437
+:10388000696174696E672D66696C7465722D6C6907
+:103890007374006164762D636F6E6E65637461622C
+:1038A0006C65006164762D6469722D636F6E6E6560
+:1038B000637461626C6500646973636F6E6E6563E7
+:1038C00074696E670062745F636F6E6E00556E613F
+:1038D000626C6520746F20616C6C6F63617465202D
+:1038E00062756666657220666F72206F7020307830
+:1038F00025303278004E6F20617661696C61626CB0
+:1039000065204C3243415020636F6E74657874209B
+:10391000666F7220636F6E6E202570004C324341DB
+:1039200050206C656E677468206D69736D61746397
+:10393000682028257520213D2025752900496E76AF
+:10394000616C6964206964656E742076616C75656C
+:1039500020696E204C324341502050445500546F32
+:103960006F20736D616C6C204C4520636F6E6E2010
+:10397000706172616D207273700052656A65637464
+:10398000696E6720756E6B6E6F776E204C324341A7
+:10399000502050445520636F6465203078253032C4
+:1039A0007800546F6F20736D616C6C204C32434112
+:1039B00050207369676E616C696E672050445500D2
+:1039C000546F6F20736D616C6C204C3243415020FA
+:1039D0005044552072656365697665640049676E79
+:1039E0006F72696E67206461746120666F72207502
+:1039F0006E6B6E6F776E206368616E6E656C2049CA
+:103A000044203078253034780062745F6C32636112
+:103A100070004E6F20617661696C61626C65204157
+:103A2000545420636F6E7465787420666F722063DF
+:103A30006F6E6E202570004E6F20617661696C613B
+:103A4000626C6520415454206368616E6E656C2021
+:103A5000666F7220636F6E6E202570004154542093
+:103A60004D54552065786365656465642C206D61EF
+:103A7000782025752C2077616E74656420257A7511
+:103A800000556E61626C6520746F206372656174AD
+:103A90006520555549443A2073697A65202575009B
+:103AA000556E61626C6520746F2063726561746528
+:103AB00020555549443A2073697A652025640041B0
+:103AC0005454206368616E6E656C206E6F74206361
+:103AD0006F6E6E6563746564004572726F722073F9
+:103AE00069676E696E6720646174610052616E205F
+:103AF0006F7574206F662054582062756666657213
+:103B000073206F7220636F6E74657874732E004734
+:103B10006F74206572722025642C206E6F74206390
+:103B2000616C6C696E672041545420636200546F6D
+:103B30006F20736D616C6C204154542050445520AB
+:103B4000726563656976656400556E68616E646C64
+:103B500065642041545420636F64652030782530BB
+:103B6000327800496E76616C6964206C656E202540
+:103B70007520666F7220636F64652030782530325F
+:103B800078004E6F7420636F6E6E656374656400B9
+:103B9000556E61626C6520746F2066696E642041A9
+:103BA0005454206368616E6E656C004E6F20415402
+:103BB00054206368616E6E656C20666F72204D5490
+:103BC0005520257A75004E6F2070656E64696E67AA
+:103BD00020415454207265717565737400415454CA
+:103BE0002054696D656F757420666F722064657608
+:103BF0006963652025730062745F617474004E6FA1
+:103C000020737061636520746F2073746F72652018
+:103C10004343432063666700756E61626C65207480
+:103C20006F20736176652053433A206E6F20636680
+:103C300067206C656674004E6F2073706163652049
+:103C4000746F2073746F726520436C69656E7420A5
+:103C5000537570706F727465642046656174757217
+:103C6000657300556E61626C6520746F20736574B6
+:103C700075702041455320434D414300556E6162AC
+:103C80006C6520746F2063616C63756C6174652072
+:103C900068617368004C696E6B206973206E6F7485
+:103CA00020656E637279707465640044657669633B
+:103CB00065206973206E6F74207375627363726917
+:103CC00062656420746F20636861726163746572F9
+:103CD0006973746963004E6F206275666665722051
+:103CE000617661696C61626C6520746F2073656ECA
+:103CF0006420696E6469636174696F6E0043434355
+:103D0000202570206E6F74207772697461626C6513
+:103D100000534320726573746F726520696E646925
+:103D2000636174696F6E206661696C6564004E6FD3
+:103D30002062756666657220617661696C61626C8D
+:103D40006520746F2073656E64206E6F7469666998
+:103D5000636174696F6E0062742F636363006274E1
+:103D60005F67617474004E6F20617661696C616297
+:103D70006C6520534D5020636F6E746578742066B7
+:103D80006F7220636F6E6E2025700062745F736DBA
+:103D900070006E65745F627566006E65745F627553
+:103DA000665F73696D706C650053656C65637465FF
+:103DB0006420414443206761696E206973206E6FFF
+:103DC000742076616C69640053656C656374656426
+:103DD00020414443207265666572656E63652069A3
+:103DE00073206E6F742076616C69640053656C6536
+:103DF000637465642041444320616371756973692C
+:103E000074696F6E2074696D65206973206E6F74BC
+:103E10002076616C696400496E76616C6964207318
+:103E2000656C656374696F6E206F66206368616E90
+:103E30006E656C73004368616E6E656C202575203D
+:103E40006E6F7420636F6E6669677572656400419A
+:103E50004443207265736F6C7574696F6E20766170
+:103E60006C7565202564206973206E6F74207661FF
+:103E70006C6964004F76657273616D706C696E6712
+:103E800020697320737570706F7274656420666F3B
+:103E9000722073696E676C65206368616E6E656C15
+:103EA000206F6E6C79004F76657273616D706C690E
+:103EB0006E672076616C7565202564206973206EBD
+:103EC0006F742076616C69640050726F7669646506
+:103ED000642062756666657220697320746F6F2056
+:103EE000736D616C6C202825752F25752900616420
+:103EF00063403430303037303030006164635F6E9F
+:103F00007266785F736161646300636C6F636B40BA
+:103F10003430303030303030006866636C6B006CA9
+:103F200066636C6B00636C6F636B5F636F6E747260
+:103F30006F6C0072616E646F6D403430303064308D
+:103F4000303000656E74726F70795F62745F6863A1
+:103F50006900696E76616C6964206164647265737E
+:103F6000733A2030782530386C783A257A750075A8
+:103F70006E616C69676E65642061646472657373F9
+:103F80003A2030782530386C783A257A75006E6F93
+:103F90007420776F72642D616C69676E65643A2076
+:103FA00030782530386C783A257A7500666C617304
+:103FB000682D636F6E74726F6C6C65724034303054
+:103FC000316530303000666C6173685F6E72660018
+:103FD0006770696F40353030303033303000677093
+:103FE000696F403530303030303030006932630036
+:103FF000756E737570706F7274656420737065652B
+:1040000064004661696C656420746F20696E697430
+:1040100069616C697A65206465766963653A202513
+:1040200073004E65656420746F2075736520746835
+:104030006520696E7465726E616C20647269766564
+:104040007220627566666572206275742069747389
+:104050002073697A6520697320696E737566666975
+:104060006369656E7420282575202B202575203EF8
+:10407000202575292E2041646A7573742074686543
+:10408000207A65706879722C636F6E6361742D623B
+:1040900075662D73697A65206F72207A657068790C
+:1040A000722C666C6173682D6275662D6D61782D5A
+:1040B00073697A652070726F7065727479202874E4
+:1040C0006865206F6E652077697468206772656126
+:1040D0007465722076616C75652920696E2074683C
+:1040E000652022257322206E6F64652E005472793C
+:1040F000696E6720746F207472616E7366657220DA
+:104100006D6F7265207468616E20746865206D61E2
+:1041100078696D756D2073697A6520666F72207499
+:10412000686973206465766963653A202564203E7A
+:104130002025640069326340343030303330303011
+:10414000006932635F6E7266785F7477696D000034
+:1041500001020304050607626D6532383040310004
+:10416000424D4532383000436F756C64206E6F7479
+:10417000207265616420616363656C206178697396
+:1041800020646174610054656D706572617475724C
+:1041900065206D6561737572656D656E7420646907
+:1041A0007361626C656400617474725F7365742816
+:1041B00029206E6F7420737570706F72746564203F
+:1041C0006F6E2074686973206368616E6E656C2E13
+:1041D000004661696C656420746F207265616420BB
+:1041E000636869702069642E00496E76616C696449
+:1041F00020636869702049443A20253032780A00EB
+:104200004661696C656420746F20646973636F6EC6
+:104210006E6563742053444F2F5341302070756C8A
+:104220006C2D75702E004661696C656420746F207A
+:104230007265736574206374726C2072656769734C
+:10424000746572732E004661696C656420746F201A
+:104250007365742066756C6C207363616C65206394
+:1042600074726C2072656769737465722E00667370
+:104270003D25642C206F64723D30782578206C7069
+:104280005F656E3D30782578207363616C653D25F0
+:10429000640000010202000102006C736D333033D0
+:1042A0006167722D616363656C403139006C6973BD
+:1042B00032646800427573206465766963652069BD
+:1042C00073206E6F74207265616479004368616E5B
+:1042D0006E656C206E6F7420737570706F7274658C
+:1042E0006400496E76616C69642063686970204976
+:1042F000443A202530327800732F77207265736539
+:1043000074206661696C65640073657474696E67B6
+:1043100020626475206661696C6564007365742051
+:104320006F6472206661696C6564007265736574A0
+:104330002073656E736F72206D6F646520666169AE
+:104340006C656400656E61626C652074656D7020DB
+:10435000636F6D70656E736174696F6E20666169FD
+:104360006C656400536574206F66667365742063C2
+:10437000616E63656C6C6174696F6E206661696CF7
+:104380006564007365742064726479206F6E2070B8
+:10439000696E206661696C656421005265626F6FA9
+:1043A00074206661696C65642E0073657420636FA8
+:1043B0006E74696E756F7573206D6F6465206661CC
+:1043C000696C6564004661696C656420746F20697E
+:1043D0006E697469616C697A6520696E7465727260
+:1043E00075707473004661696C656420746F207227
+:1043F0006561642073616D706C6500736574207312
+:10440000696E676C65206D6F6465206661696C65B7
+:1044100064004D61676E65746F6D657465722064CC
+:10442000617461206E6F74207265616479207769B0
+:104430007468696E202564206D73004661696C653F
+:104440006420746F207265616420726177206461FA
+:10445000746100617474725F7365742829206E6FD3
+:104460007420737570706F72746564206F6E202590
+:1044700064206368616E6E656C004D6167206174D5
+:1044800074726962757465206E6F742073757070D4
+:104490006F72746564006C736D3330336167722DB5
+:1044A0006D61676E403165004C4953324D444C009C
+:1044B000747269676765725F736574206F70206ED0
+:1044C0006F7420737570706F727465640043616EF1
+:1044D0006E6F742067657420706F696E74657220EA
+:1044E000746F20647264795F6770696F20646576A9
+:1044F00069636500436F756C64206E6F7420636F31
+:104500006E666967757265206770696F00436F75C5
+:104510006C64206E6F7420736574206770696F20FF
+:1045200063616C6C6261636B0075617274403430FE
+:10453000303032303030004661696C656420746F11
+:1045400020616C6C6F63617465204750494F54451E
+:10455000206368616E6E656C20666F722057414BF8
+:1045600045004661696C656420746F20636F6E66F8
+:1045700069677572652057414B452070696E00432D
+:1045800053204750494F20706F727420257320705C
+:10459000696E202564206973206E6F7420726561D6
+:1045A000647900557064617465206578636565643D
+:1045B000732063757272656E7420627566666572CB
+:1045C0000048616C662D6475706C6578206E6F7440
+:1045D00020737570706F7274656400536C617665DA
+:1045E000206D6F6465206973206E6F742073757021
+:1045F000706F72746564206F6E202573004C6F6F4E
+:10460000706261636B206D6F6465206973206E6FEB
+:104610007420737570706F7274656400576F726484
+:104620002073697A6573206F74686572207468619D
+:104630006E2038206269747320617265206E6F7419
+:1046400020737570706F7274656400467265717561
+:10465000656E63696573206C6F776572207468613D
+:104660006E20313235206B487A20617265206E6F82
+:104670007420737570706F72746564004661696C44
+:10468000656420746F20696E697469616C697A650C
+:10469000206E726678206472697665723A202530E1
+:1046A00038780057616974696E6720666F722057A9
+:1046B000414B452061636B6E6F776C6564676D6518
+:1046C0006E742074696D6564206F75740054696D33
+:1046D000656F75742077616974696E6720666F72A3
+:1046E000207472616E7366657220636F6D706C65A5
+:1046F00074650073706940343030303430303000CD
+:104700007370695F6E7266785F7370696D00416C7B
+:104710006C6F6361746564206D656D6F7279207470
+:104720006F6F206C6F773A202575203C202575002F
+:10473000536F667444657669636520436F6E747267
+:104740006F6C6C6572204153534552543A20257367
+:104750002C20256400536F66744465766963652078
+:10476000436F6E74726F6C6C6572206275696C64F5
+:10477000207265766973696F6E3A2000456E7472B7
+:104780006F707920736F75726365206465766963F5
+:1047900065206E6F74207265616479004661696C92
+:1047A000656420746F207265676973746572207226
+:1047B000616E6420736F757263652028256429001B
+:1047C0004E6F206576656E74206275666665722030
+:1047D000617661696C61626C65004E6F2064617422
+:1047E000612062756666657220617661696C6162DE
+:1047F0006C6500556E6578706563746564206D73D3
+:10480000675F747970653A2025752E205468697346
+:104810002069662D656C7365206E65656473206123
+:10482000206E6577206272616E636800536F6674F4
+:1048300044657669636520436F6E74726F6C6C6556
+:10484000720062745F7364635F6863695F64726956
+:104850007665720062745F7364635F63727970740B
+:104860006F007075626C6963206B657920697320D5
+:104870006E6F742076616C696420286572722025E1
+:10488000642900556E6B6E6F776E20636F6D6D617E
+:104890006E64003F49F6D4A3C55F3874C9B3E3D250
+:1048A000103F504AFF607BEB40B7995899B8A6CDAE
+:1048B0003C1ABD62745F7364635F65636468004D36
+:1048C00050534C204153534552543A2025732C20C9
+:1048D0002564004D50534C20576F726B006D707300
+:1048E0006C5F696E6974006D70736C5F74696D657F
+:1048F000736C6F745F73657373696F6E5F6F7065F0
+:104900006E206661696C65643A20256400666C619E
+:1049100073685F73796E635F6D70736C0074656D3F
+:10492000704034303030633030300074656D705F0B
+:104930006E7266355F6D70736C0000202A2A2A2A19
+:104940002A2A2A2A2A2A2A2A2A2A000148616C7439
+:10495000696E672073797374656D003E3E3E205A20
+:10496000455048595220464154414C204552524FDF
+:10497000522025643A202573206F6E204350552025
+:104980002564004661756C7420647572696E6720D9
+:10499000696E746572727570742068616E646C699A
+:1049A0006E670A0043757272656E74207468726572
+:1049B00061643A2025702028257329004350552032
+:1049C000657863657074696F6E00556E68616E64BA
+:1049D0006C656420696E74657272757074005374CE
+:1049E00061636B206F766572666C6F77004B6572E2
+:1049F0006E656C206F6F7073004B65726E656C2016
+:104A000070616E6963006D61696E006F7300737928
+:104A100073776F726B7100002020202020202020EF
+:104A2000202828282828202020202020202020205E
+:104A3000202020202020202088101010101010107E
+:104A400010101010101010100404040404040404C6
+:104A50000404101010101010104141414141410157
+:104A60000101010101010101010101010101010136
+:104A70000101011010101010104242424242420245
+:104A80000202020202020202020202020202020206
+:104A900002020210101010200000000000000000B0
+:104AA0000000000000000000000000000000000006
+:104AB00000000000000000000000000000000000F6
+:104AC00000000000000000000000000000000000E6
+:104AD00000000000000000000000000000000000D6
+:104AE00000000000000000000000000000000000C6
+:104AF00000000000000000000000000000000000B6
+:104B000000000000000000000000000000000000A5
+:104B10000000000000000000494E46004E414E00DB
+:104B20006E616E00303132333435363738394142B8
+:104B300043444546003031323334353637383961F5
+:104B4000626364656600496E66696E697479004ED9
+:104B5000614E005245454E54206D616C6C6F632070
+:104B6000737563636565646564002F5F5F772F5FAE
+:104B700074656D702F776F726B73706163652F62F0
+:104B800075696C642F2E6275696C642F61726D2D6E
+:104B90007A65706879722D656162692F7372632F0F
+:104BA0006E65776C69622D6E616E6F2F6E65776CC6
+:104BB00069622F6C6962632F7374646C69622F641D
+:104BC000746F612E630042616C6C6F632073756358
+:104BD000636565646564002F5F5F772F5F74656D43
+:104BE000702F776F726B73706163652F6275696C7C
+:104BF000642F2E6275696C642F61726D2D7A6570F9
+:104C00006879722D656162692F7372632F6E6577A3
+:104C10006C69622D6E616E6F2F6E65776C69622FA5
+:104C20006C6962632F7374646C69622F6D70726556
+:104C3000632E63002C2066756E6374696F6E3A2074
+:104C400000617373657274696F6E20222573222070
+:104C50006661696C65643A2066696C65202225731B
+:104C6000222C206C696E65202564257325730A004B
+:104C7000504F53495800232D302B2000686C4C00B6
+:104C800065666745464700D6DAC7AE08DB726F2A0D
+:104C9000A326492A4DA8B3980E077F00FFFFFFFF08
+:104CA0001F00647261676F6F6E2F6C6962732F7380
+:104CB00063686564756C696E672F7372632F7265C4
+:104CC0006D5F68616C5F6576656E745F74696D6554
+:104CD000722E6300B0EA56C88D83335088D0EB89BA
+:0C4CE0005665696D3CB0CEB900000000C4
+:104CEC00FFFFFFFFFF1F00001F000000000000007F
+:104CFC005D40000000000000FFFFFFFF1F000000F0
+:104D0C0000000000008000400000000000000000D7
+:104D1C000C0000000000000000FF7F0000000000FD
+:104D2C000000000000000000000000000000000077
+:104D3C0000000000454000000000000077EA000081
+:104D4C000000000055EA0000000000005D4000007B
+:104D5C00000000009FEA00000000000000000000BE
+:104D6C000000000000000000000000000000000037
+:104D7C000000000000000000000000000000000027
+:104D8C000000000000000000000000000000000017
+:104D9C000000000000000000000000000000000007
+:104DAC0000000000000000000000000000000000F7
+:104DBC0000000000000000000000000000000000E7
+:104DCC0000000000000000000000000000000000D7
+:104DDC0000000000000000000000000000000000C7
+:104DEC0000000000000000000000000000000000B7
+:104DFC0000000000000000000000000000000000A7
+:104E0C000000000000000000000000000000000096
+:104E1C000000000000000000000000000000000086
+:104E2C000000000000000000000000000000000076
+:104E3C000000000000000000000000000000000066
+:104E4C000000000000000000000000000000000056
+:104E5C000000000000000000000000000000000046
+:104E6C000000000000000000000000000000000036
+:104E7C000000000000000000000000000000000026
+:104E8C000000000000000000000000000000000016
+:104E9C000000000000000000000000000000000006
+:104EAC0000000000000000000000000000000000F6
+:104EBC0000000000000000000000000000000000E6
+:104ECC0000000000000000000000000000000000D6
+:104EDC0000000000000000000000000000000000C6
+:104EEC0000000000000000000000000000000000B6
+:104EFC0000000000000000000000000000000000A6
+:104F0C000000000000000000000000000000000095
+:104F1C000000000000000000000000000000000085
+:104F2C000000000000000000000000000000000075
+:104F3C000000000000000000000000000000000065
+:104F4C000000000000000000000000000000000055
+:104F5C000000000000000000000000000000000045
+:104F6C0084020020750201007B020100A7020100EF
+:104F7C007F020100B102010085020100BD020100A7
+:104F8C008B0201008D0201008F0201009D020100C5
+:104F9C00A10201009302010099020100AD0201007F
+:104FAC00B70201000000000000000000000000003B
+:104FBC0000000000000000000000000000000000E5
+:104FCC0000000000000000000000000000000000D5
+:104FDC0000000000000000000000000000000000C5
+:104FEC0000000000000000000000000000000000B5
+:104FFC0000000000000000000000000000000000A5
+:10500C000000000000000000000000000000000094
+:10501C000000000000000000000000000000000084
+:10502C000000000000000000000000000000000074
+:10503C000000000000000000000000000000000064
+:10504C000000000000000000000000000000000054
+:10505C000000000000000000000000000000000044
+:10506C000000000000000000000000000000000034
+:10507C00B5DC010000000000000000000000000092
+:10508C000000000000000000000000000000000014
+:10509C000000000000000000000000000000000004
+:1050AC0000000000000000000000000000000000F4
+:1050BC0000000000000000000000000000000000E4
+:1050CC0000000000000000000000000000000000D4
+:1050DC0000000000000000000000000000000000C4
+:1050EC0000000000000000000000000000000000B4
+:1050FC0000000000000000000000000000000000A4
+:10510C000000000000000000000000000000000093
+:10511C000000000000000000000000000000000083
+:10512C00D973020000000000000000000000000025
+:10513C005004002050040020E5DB020000000000B9
+:10514C000000000000000000000000000000000053
+:10515C00700400207004002000000000010000001A
+:10516C008004002080040020880400208804002093
+:10517C0000000000010000009804002098040020AA
+:10518C000000000000000000000000000000000013
+:10519C000000000000000000000000000000000003
+:1051AC0000000000000000000000000000000000F3
+:1051BC000000000000000000000000009D460200FE
+:1051CC0000000000000100000000000000000000D2
+:1051DC0000000000000000000000000000000000C3
+:1051EC00000000000000000017980200C7A3020096
+:1051FC0024080300000000005C0803008D4301003C
+:10520C000000000013A7020000000000F7A6020037
+:10521C00A9AF0200A3AF0200000000002FB00200F3
+:10522C000000000000000000010000008566010085
+:10523C006D6501009964010049640100FD62010083
+:10524C000000000000000000A1C9010000000000E7
+:10525C000000000074050020740500200000000010
+:10526C00000000005DF0010031FF010000000000B3
+:10527C00000000000000000011F701002BD202001A
+:10528C0057D1020051F0010000000000A8130300E8
+:10529C0000000200B413030000000A00C413030052
+:1052AC0000002000000000000000000000000000D2
+:1052BC00000000001DD6020000000000D8130300FF
+:1052CC0000000200E413030000000200F0130300CE
+:1052DC0000000200F4050020F4050020010000008D
+:1052EC000100000004060020040600200C0600202B
+:1052FC000C06002000000000010000001C0600202D
+:10530C001C06002000000000B741002068250000AA
+:10531C00D14A0000A3950000E9C0010000C20100C1
+:10532C00000103000000000000000000B4110300A5
+:10533C00020000005406002054060020000000006B
+:10534C000100000064060020640600206C060020AA
+:10535C006C06002000000000010000007C0600200C
+:10536C007C0600200000000000000000000000008F
+:10537C000000000000000000000000000000000021
+:10538C000000000000000000E0000300000000002E
+:10539C0000000000CF410020C741002000000000A9
+:1053AC0000000000000000000000000000000000F1
+:1053BC0000000000000000000000000000000000E1
+:1053CC0000000000000000000000000000000000D1
+:1053DC0000000000000000000000000000000000C1
+:1053EC0000000000000000000000000000000000B1
+:1053FC0000000000000000000000000000000000A1
+:10540C0008000000FF000000000000000300000086
+:10541C000000000034070020340700203C07002067
+:10542C003C07002048070020000000007C1303000C
+:10543C005C1303003C13030000000000000000009C
+:10544C000000000000000000000000000000000050
+:10545C000000000000000000000000000000000040
+:10546C000000000000000000000000000000000030
+:10547C000000000000000000000000000000000020
+:10548C0000000000000000004300000000000000CD
+:10549C000000000000000000000000000000000000
+:1054AC0000000000000000004300000000000000AD
+:1054BC0000000000000000000000000000000000E0
+:1054CC00000000000000000043000000000000008D
+:1054DC0000000000000000000000000000000000C0
+:1054EC00000000000000000043000000000000006D
+:1054FC0000000000000000000000000000000000A0
+:10550C00000000000000000043000000000000004C
+:10551C00000000000000000000000000000000007F
+:10552C00000000000000000043000000000000002C
+:10553C00000000000000000000000000000000005F
+:10554C00000000000000000043000000000000000C
+:10555C00000000000000000000000000000000003F
+:10556C000000000000000000DFFC02006DFC0200E7
+:10557C0000000000174A0300F6150300A82B0300D7
+:10558C00A82B0300A82B0300A82B0300A82B0300B7
+:10559C00A82B0300A82B0300A82B0300A82B0300A7
+:1055AC00FFFFFFFFFFFFFFFFFFFFFFFFFFFF0000FD
+:1055BC000100415343494900000000000000000075
+:1055CC0000000000000000000000000000000000CF
+:1055DC000000415343494900000000000000000056
+:1055EC0000000000000000000000000000000000AF
+:1055FC000000000001050081828001848583028700
+:0A560C008886038A8B890407058D48
+:105616000000000000000000000000000000000084
+:0E562600000000000000000000000000000076
+:105634000000000000000000000000000000000066
+:105644000000000000000000000000000000000056
+:105654000000000000000000000000000000000046
+:105664000000000000000000000000000000000036
+:045674000000000032
+:04567800FFFFFFFF32
+:10567C000000000000000000D973020000000000D0
+:10568C000000000000000000A8090020A80900206C
+:10569C00D1570100000000000000000000000000D5
+:0856AC000000000000000000F6
+:1056B400C8090020C8090020647000200000000010
+:1056C400010000002C00000000000000E40900209C
+:1056D400E4090020E04A002000000000010000006E
+:1056E4009000000000000000000A0020000A0020D2
+:1056F4009070002000000000030000001000000073
+:0457040000000000A1
+:105708001C0A00201C0A0020000000000000000005
+:105718000E000000300A0020300A002000000000BF
+:10572800000000000E000000440A0020440A002087
+:1057380000000000000000000E000000580A0020D1
+:10574800580A002000000000000000000E000000C1
+:105758006C0A00206C0A0020000000000000000015
+:105768000E000000800A0020800A002000000000CF
+:10577800000000000E000000940A0020940A002097
+:0C57880000000000000000000E00000007
+:10579400A80A0020A80A0020000000000100000060
+:1057A400B80A0020B80A0020C00A0020C00A00205D
+:1057B4000000000001000000D00A0020D00A0020F0
+:1057C400D80A0020D80A00200000000001000000D0
+:0857D400E80A0020E80A0020A9
+:1057DC000000000000000000F80A0020F80A002079
+:0857EC00000B0020000B00205F
+:1057F4000000000000000000100B0020100B00202F
+:10580400180B0020180B0020030003000800000000
+:1058140000000000200D03003C6F00200000000089
+:10582400000000003C0B00203C0B0020440B002037
+:10583400440B0020030003000800000001F60100EF
+:10584400C80D0300047000200000000000000000E8
+:10585400680B0020680B0020700B0020700B0020E8
+:10586400030003000100000000000000040C03001A
+:105874001C6D00200000000000000000940B0020BC
+:10588400940B00209C0B00209C0B002002000200C3
+:105894000800000000000000100D03009C6E0020B2
+:1058A4000000000000000000C00B0020C00B00201E
+:1058B400C80B0020C80B00200200020001000000F9
+:1058C40000000000DC0C0300246E00200000000037
+:1058D40000000000EC0B0020EC0B0020F40B002077
+:1058E400F40B00200A000A00010000000000000080
+:1058F400F40B0300786B002000000000000000009F
+:10590400180C0020180C0020200C0020200C002073
+:10591400010001000100000000000000140C03005D
+:04592400786D00207A
+:0459280015E015E091
+:0400000310004AC9D6
+:00000001FF
diff --git a/build/zephyr/zephyr.map b/build/zephyr/zephyr.map
new file mode 100644
index 0000000000000000000000000000000000000000..e43a3a5933d7a9eaa1d4190938d27c50f4d2ece7
--- /dev/null
+++ b/build/zephyr/zephyr.map
@@ -0,0 +1,13037 @@
+Archive member included to satisfy reference by file (symbol)
+
+app/libapp.a(main.c.obj)      (--whole-archive)
+zephyr/libzephyr.a(crc32c_sw.c.obj)
+                              (--whole-archive)
+zephyr/libzephyr.a(crc32_sw.c.obj)
+                              (--whole-archive)
+zephyr/libzephyr.a(crc24_sw.c.obj)
+                              (--whole-archive)
+zephyr/libzephyr.a(crc16_sw.c.obj)
+                              (--whole-archive)
+zephyr/libzephyr.a(crc8_sw.c.obj)
+                              (--whole-archive)
+zephyr/libzephyr.a(crc7_sw.c.obj)
+                              (--whole-archive)
+zephyr/libzephyr.a(crc4_sw.c.obj)
+                              (--whole-archive)
+zephyr/libzephyr.a(heap.c.obj)
+                              (--whole-archive)
+zephyr/libzephyr.a(cbprintf_packaged.c.obj)
+                              (--whole-archive)
+zephyr/libzephyr.a(printk.c.obj)
+                              (--whole-archive)
+zephyr/libzephyr.a(sem.c.obj)
+                              (--whole-archive)
+zephyr/libzephyr.a(thread_entry.c.obj)
+                              (--whole-archive)
+zephyr/libzephyr.a(cbprintf_complete.c.obj)
+                              (--whole-archive)
+zephyr/libzephyr.a(cbprintf.c.obj)
+                              (--whole-archive)
+zephyr/libzephyr.a(assert.c.obj)
+                              (--whole-archive)
+zephyr/libzephyr.a(mpsc_pbuf.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(timeutil.c.obj)
+                              (--whole-archive)
+zephyr/libzephyr.a(bitarray.c.obj)
+                              (--whole-archive)
+zephyr/libzephyr.a(onoff.c.obj)
+                              (--whole-archive)
+zephyr/libzephyr.a(notify.c.obj)
+                              (--whole-archive)
+zephyr/libzephyr.a(configs.c.obj)
+                              (--whole-archive)
+zephyr/libzephyr.a(nvs.c.obj)
+                              (--whole-archive)
+zephyr/libzephyr.a(log_core.c.obj)
+                              (--whole-archive)
+zephyr/libzephyr.a(log_mgmt.c.obj)
+                              (--whole-archive)
+zephyr/libzephyr.a(log_cache.c.obj)
+                              (--whole-archive)
+zephyr/libzephyr.a(log_msg.c.obj)
+                              (--whole-archive)
+zephyr/libzephyr.a(log_output.c.obj)
+                              (--whole-archive)
+zephyr/libzephyr.a(log_backend_uart.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(addr_utils.c.obj)
+                              (--whole-archive)
+zephyr/libzephyr.a(settings_store.c.obj)
+                              (--whole-archive)
+zephyr/libzephyr.a(settings.c.obj)
+                              (--whole-archive)
+zephyr/libzephyr.a(settings_init.c.obj)
+                              (--whole-archive)
+zephyr/libzephyr.a(settings_line.c.obj)
+                              (--whole-archive)
+zephyr/libzephyr.a(settings_nvs.c.obj)
+                              (--whole-archive)
+zephyr/libzephyr.a(banner.c.obj)
+                              (--whole-archive)
+zephyr/libzephyr.a(host_extensions.c.obj)
+                              (--whole-archive)
+zephyr/libzephyr.a(lis2mdl_reg.c.obj)
+                              (--whole-archive)
+zephyr/libzephyr.a(utils.c.obj)
+                              (--whole-archive)
+zephyr/libzephyr.a(aes_decrypt.c.obj)
+                              (--whole-archive)
+zephyr/libzephyr.a(aes_encrypt.c.obj)
+                              (--whole-archive)
+zephyr/libzephyr.a(cmac_mode.c.obj)
+                              (--whole-archive)
+zephyr/arch/common/libarch__common.a(sw_isr_common.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/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(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(thread_abort.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(swap.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_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(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/lib/libc/newlib/liblib__libc__newlib.a(libc-hooks.c.obj)
+                              (--whole-archive)
+zephyr/lib/libc/common/liblib__libc__common.a(abort.c.obj)
+                              (--whole-archive)
+zephyr/soc/soc/nrf52833/libsoc__nordic.a(validate_base_addresses.c.obj)
+                              (--whole-archive)
+zephyr/soc/soc/nrf52833/libsoc__nordic.a(validate_binding_headers.c.obj)
+                              (--whole-archive)
+zephyr/soc/soc/nrf52833/libsoc__nordic.a(validate_enabled_instances.c.obj)
+                              (--whole-archive)
+zephyr/soc/soc/nrf52833/libsoc__nordic.a(soc.c.obj)
+                              (--whole-archive)
+zephyr/subsys/lorawan/libloramac-node.a(lorawan.c.obj)
+                              (--whole-archive)
+zephyr/subsys/lorawan/libloramac-node.a(lw_priv.c.obj)
+                              (--whole-archive)
+zephyr/subsys/lorawan/libloramac-node.a(lorawan_nvm_settings.c.obj)
+                              (--whole-archive)
+zephyr/subsys/lorawan/libloramac-node.a(hal_common.c.obj)
+                              (--whole-archive)
+zephyr/subsys/lorawan/libloramac-node.a(sx12xx_common.c.obj)
+                              (--whole-archive)
+zephyr/subsys/lorawan/libloramac-node.a(sx127x.c.obj)
+                              (--whole-archive)
+zephyr/subsys/lorawan/libloramac-node.a(utilities.c.obj)
+                              (--whole-archive)
+zephyr/subsys/lorawan/libloramac-node.a(systime.c.obj)
+                              (--whole-archive)
+zephyr/subsys/lorawan/libloramac-node.a(timer.c.obj)
+                              (--whole-archive)
+zephyr/subsys/lorawan/libloramac-node.a(delay.c.obj)
+                              (--whole-archive)
+zephyr/subsys/lorawan/libloramac-node.a(sx1276.c.obj)
+                              (--whole-archive)
+zephyr/subsys/lorawan/libloramac-node.a(aes.c.obj)
+                              (--whole-archive)
+zephyr/subsys/lorawan/libloramac-node.a(cmac.c.obj)
+                              (--whole-archive)
+zephyr/subsys/lorawan/libloramac-node.a(soft-se.c.obj)
+                              (--whole-archive)
+zephyr/subsys/lorawan/libloramac-node.a(soft-se-hal.c.obj)
+                              (--whole-archive)
+zephyr/subsys/lorawan/libloramac-node.a(LoRaMac.c.obj)
+                              (--whole-archive)
+zephyr/subsys/lorawan/libloramac-node.a(LoRaMacAdr.c.obj)
+                              (--whole-archive)
+zephyr/subsys/lorawan/libloramac-node.a(LoRaMacClassB.c.obj)
+                              (--whole-archive)
+zephyr/subsys/lorawan/libloramac-node.a(LoRaMacCommands.c.obj)
+                              (--whole-archive)
+zephyr/subsys/lorawan/libloramac-node.a(LoRaMacConfirmQueue.c.obj)
+                              (--whole-archive)
+zephyr/subsys/lorawan/libloramac-node.a(LoRaMacCrypto.c.obj)
+                              (--whole-archive)
+zephyr/subsys/lorawan/libloramac-node.a(LoRaMacParser.c.obj)
+                              (--whole-archive)
+zephyr/subsys/lorawan/libloramac-node.a(LoRaMacSerializer.c.obj)
+                              (--whole-archive)
+zephyr/subsys/lorawan/libloramac-node.a(Region.c.obj)
+                              (--whole-archive)
+zephyr/subsys/lorawan/libloramac-node.a(RegionCommon.c.obj)
+                              (--whole-archive)
+zephyr/subsys/lorawan/libloramac-node.a(RegionEU868.c.obj)
+                              (--whole-archive)
+zephyr/subsys/random/libsubsys__random.a(random_xoshiro128.c.obj)
+                              (--whole-archive)
+zephyr/subsys/random/libsubsys__random.a(random_entropy_device.c.obj)
+                              (--whole-archive)
+zephyr/subsys/bluetooth/common/libsubsys__bluetooth__common.a(addr.c.obj)
+                              (--whole-archive)
+zephyr/subsys/bluetooth/common/libsubsys__bluetooth__common.a(dummy.c.obj)
+                              (--whole-archive)
+zephyr/subsys/bluetooth/common/libsubsys__bluetooth__common.a(bt_str.c.obj)
+                              (--whole-archive)
+zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(long_wq.c.obj)
+                              (--whole-archive)
+zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(uuid.c.obj)
+                              (--whole-archive)
+zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(addr.c.obj)
+                              (--whole-archive)
+zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(buf.c.obj)
+                              (--whole-archive)
+zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(data.c.obj)
+                              (--whole-archive)
+zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+                              (--whole-archive)
+zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_common.c.obj)
+                              (--whole-archive)
+zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(id.c.obj)
+                              (--whole-archive)
+zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(adv.c.obj)
+                              (--whole-archive)
+zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(conn.c.obj)
+                              (--whole-archive)
+zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(l2cap.c.obj)
+                              (--whole-archive)
+zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(att.c.obj)
+                              (--whole-archive)
+zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(gatt.c.obj)
+                              (--whole-archive)
+zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(smp_null.c.obj)
+                              (--whole-archive)
+zephyr/subsys/net/libsubsys__net.a(buf.c.obj)
+                              (--whole-archive)
+zephyr/subsys/net/libsubsys__net.a(buf_simple.c.obj)
+                              (--whole-archive)
+zephyr/drivers/adc/libdrivers__adc.a(adc_common.c.obj)
+                              (--whole-archive)
+zephyr/drivers/adc/libdrivers__adc.a(adc_nrfx_saadc.c.obj)
+                              (--whole-archive)
+zephyr/drivers/clock_control/libdrivers__clock_control.a(clock_control_nrf.c.obj)
+                              (--whole-archive)
+zephyr/drivers/console/libdrivers__console.a(uart_console.c.obj)
+                              (--whole-archive)
+zephyr/drivers/entropy/libdrivers__entropy.a(entropy_nrf5.c.obj)
+                              (--whole-archive)
+zephyr/drivers/entropy/libdrivers__entropy.a(entropy_bt_hci.c.obj)
+                              (--whole-archive)
+zephyr/drivers/flash/libdrivers__flash.a(soc_flash_nrf.c.obj)
+                              (--whole-archive)
+zephyr/drivers/flash/libdrivers__flash.a(flash_page_layout.c.obj)
+                              (--whole-archive)
+zephyr/drivers/gpio/libdrivers__gpio.a(gpio_nrfx.c.obj)
+                              (--whole-archive)
+zephyr/drivers/i2c/libdrivers__i2c.a(i2c_common.c.obj)
+                              (--whole-archive)
+zephyr/drivers/i2c/libdrivers__i2c.a(i2c_nrfx_twim.c.obj)
+                              (--whole-archive)
+zephyr/drivers/pinctrl/libdrivers__pinctrl.a(common.c.obj)
+                              (--whole-archive)
+zephyr/drivers/pinctrl/libdrivers__pinctrl.a(pinctrl_nrf.c.obj)
+                              (--whole-archive)
+zephyr/drivers/sensor/bosch/bme280/libdrivers__sensor__bosch__bme280.a(bme280.c.obj)
+                              (--whole-archive)
+zephyr/drivers/sensor/bosch/bme280/libdrivers__sensor__bosch__bme280.a(bme280_spi.c.obj)
+                              (--whole-archive)
+zephyr/drivers/sensor/bosch/bme280/libdrivers__sensor__bosch__bme280.a(bme280_i2c.c.obj)
+                              (--whole-archive)
+zephyr/drivers/sensor/st/stmemsc/libdrivers__sensor__st__stmemsc.a(stmemsc_i2c.c.obj)
+                              (--whole-archive)
+zephyr/drivers/sensor/st/stmemsc/libdrivers__sensor__st__stmemsc.a(stmemsc_spi.c.obj)
+                              (--whole-archive)
+zephyr/drivers/sensor/st/stmemsc/libdrivers__sensor__st__stmemsc.a(stmemsc_mdelay.c.obj)
+                              (--whole-archive)
+zephyr/drivers/sensor/st/lis2dh/libdrivers__sensor__st__lis2dh.a(lis2dh.c.obj)
+                              (--whole-archive)
+zephyr/drivers/sensor/st/lis2dh/libdrivers__sensor__st__lis2dh.a(lis2dh_i2c.c.obj)
+                              (--whole-archive)
+zephyr/drivers/sensor/st/lis2dh/libdrivers__sensor__st__lis2dh.a(lis2dh_spi.c.obj)
+                              (--whole-archive)
+zephyr/drivers/sensor/st/lis2mdl/libdrivers__sensor__st__lis2mdl.a(lis2mdl.c.obj)
+                              (--whole-archive)
+zephyr/drivers/sensor/st/lis2mdl/libdrivers__sensor__st__lis2mdl.a(lis2mdl_trigger.c.obj)
+                              (--whole-archive)
+zephyr/drivers/serial/libdrivers__serial.a(uart_nrfx_uart.c.obj)
+                              (--whole-archive)
+zephyr/drivers/spi/libdrivers__spi.a(spi_nrfx_spim.c.obj)
+                              (--whole-archive)
+zephyr/drivers/spi/libdrivers__spi.a(spi_nrfx_common.c.obj)
+                              (--whole-archive)
+zephyr/drivers/timer/libdrivers__timer.a(sys_clock_init.c.obj)
+                              (--whole-archive)
+zephyr/drivers/timer/libdrivers__timer.a(nrf_rtc_timer.c.obj)
+                              (--whole-archive)
+modules/nrf/lib/multithreading_lock/lib..__nrf__lib__multithreading_lock.a(multithreading_lock.c.obj)
+                              (--whole-archive)
+modules/nrf/subsys/bluetooth/controller/lib..__nrf__subsys__bluetooth__controller.a(hci_driver.c.obj)
+                              (--whole-archive)
+modules/nrf/subsys/bluetooth/controller/lib..__nrf__subsys__bluetooth__controller.a(hci_internal.c.obj)
+                              (--whole-archive)
+modules/nrf/subsys/bluetooth/controller/lib..__nrf__subsys__bluetooth__controller.a(crypto.c.obj)
+                              (--whole-archive)
+modules/nrf/subsys/bluetooth/controller/lib..__nrf__subsys__bluetooth__controller.a(ecdh.c.obj)
+                              (--whole-archive)
+modules/nrf/subsys/mpsl/init/lib..__nrf__subsys__mpsl__init.a(mpsl_init.c.obj)
+                              (--whole-archive)
+modules/nrf/subsys/mpsl/fem/lib..__nrf__subsys__mpsl__fem.a(mpsl_fem_api_init.c.obj)
+                              (--whole-archive)
+modules/nrf/drivers/mpsl/clock_control/lib..__nrf__drivers__mpsl__clock_control.a(nrfx_clock_mpsl.c.obj)
+                              (--whole-archive)
+modules/nrf/drivers/mpsl/flash_sync/lib..__nrf__drivers__mpsl__flash_sync.a(flash_sync_mpsl.c.obj)
+                              (--whole-archive)
+modules/nrf/drivers/mpsl/temp_nrf5/lib..__nrf__drivers__mpsl__temp_nrf5.a(temp_nrf5_mpsl.c.obj)
+                              (--whole-archive)
+modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(system_nrf52833.c.obj)
+                              (--whole-archive)
+modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_glue.c.obj)
+                              (--whole-archive)
+modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_flag32_allocator.c.obj)
+                              (--whole-archive)
+modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_gpiote.c.obj)
+                              (--whole-archive)
+modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_nvmc.c.obj)
+                              (--whole-archive)
+modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_spim.c.obj)
+                              (--whole-archive)
+modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_twim.c.obj)
+                              (--whole-archive)
+modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_twi_twim.c.obj)
+                              (--whole-archive)
+zephyr/kernel/libkernel.a(busy_wait.c.obj)
+                              zephyr/drivers/sensor/st/lis2mdl/libdrivers__sensor__st__lis2mdl.a(lis2mdl.c.obj) (z_impl_k_busy_wait)
+zephyr/kernel/libkernel.a(device.c.obj)
+                              app/libapp.a(main.c.obj) (z_device_is_ready)
+zephyr/kernel/libkernel.a(errno.c.obj)
+                              zephyr/lib/libc/newlib/liblib__libc__newlib.a(libc-hooks.c.obj) (z_impl_z_errno)
+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/drivers/clock_control/libdrivers__clock_control.a(clock_control_nrf.c.obj) (z_sys_post_kernel)
+zephyr/kernel/libkernel.a(kheap.c.obj)
+                              zephyr/subsys/net/libsubsys__net.a(buf.c.obj) (k_heap_alloc)
+zephyr/kernel/libkernel.a(mem_slab.c.obj)
+                              zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(att.c.obj) (k_mem_slab_alloc)
+zephyr/kernel/libkernel.a(idle.c.obj)
+                              zephyr/kernel/libkernel.a(init.c.obj) (idle)
+zephyr/kernel/libkernel.a(mutex.c.obj)
+                              zephyr/libzephyr.a(nvs.c.obj) (z_impl_k_mutex_init)
+zephyr/kernel/libkernel.a(queue.c.obj)
+                              zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj) (z_impl_k_queue_init)
+zephyr/kernel/libkernel.a(sem.c.obj)
+                              zephyr/libzephyr.a(sem.c.obj) (z_impl_k_sem_init)
+zephyr/kernel/libkernel.a(system_work_q.c.obj)
+                              zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(conn.c.obj) (k_sys_work_q)
+zephyr/kernel/libkernel.a(work.c.obj)
+                              zephyr/subsys/lorawan/libloramac-node.a(sx127x.c.obj) (k_work_init)
+zephyr/kernel/libkernel.a(thread.c.obj)
+                              zephyr/libzephyr.a(mpsc_pbuf.c.obj) (k_is_in_isr)
+zephyr/kernel/libkernel.a(sched.c.obj)
+                              zephyr/kernel/libkernel.a(init.c.obj) (_thread_dummy)
+zephyr/kernel/libkernel.a(timeslicing.c.obj)
+                              zephyr/kernel/libkernel.a(sched.c.obj) (z_reset_time_slice)
+zephyr/kernel/libkernel.a(xip.c.obj)
+                              zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(prep_c.c.obj) (z_data_copy)
+zephyr/kernel/libkernel.a(timeout.c.obj)
+                              zephyr/kernel/libkernel.a(init.c.obj) (z_add_timeout)
+zephyr/kernel/libkernel.a(timer.c.obj)
+                              zephyr/subsys/lorawan/libloramac-node.a(hal_common.c.obj) (z_timer_expiration_handler)
+zephyr/kernel/libkernel.a(poll.c.obj)
+                              zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(conn.c.obj) (k_poll_event_init)
+zephyr/kernel/libkernel.a(mempool.c.obj)
+                              zephyr/kernel/libkernel.a(queue.c.obj) (k_free)
+/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/thumb/v7e-m/nofp/libgcc.a(_arm_muldf3.o)
+                              app/libapp.a(main.c.obj) (__aeabi_dmul)
+/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/thumb/v7e-m/nofp/libgcc.a(_arm_mulsf3.o)
+                              zephyr/libzephyr.a(lis2mdl_reg.c.obj) (__aeabi_fmul)
+/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/thumb/v7e-m/nofp/libgcc.a(_arm_addsubdf3.o)
+                              app/libapp.a(main.c.obj) (__aeabi_dsub)
+/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/thumb/v7e-m/nofp/libgcc.a(_arm_muldivdf3.o)
+                              app/libapp.a(main.c.obj) (__aeabi_ddiv)
+/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/thumb/v7e-m/nofp/libgcc.a(_arm_cmpdf2.o)
+                              app/libapp.a(main.c.obj) (__aeabi_dcmpge)
+/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/thumb/v7e-m/nofp/libgcc.a(_arm_truncdfsf2.o)
+                              zephyr/libzephyr.a(timeutil.c.obj) (__aeabi_d2f)
+/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/thumb/v7e-m/nofp/libgcc.a(_arm_addsubsf3.o)
+                              zephyr/subsys/lorawan/libloramac-node.a(RegionCommon.c.obj) (__aeabi_fsub)
+/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/thumb/v7e-m/nofp/libgcc.a(_arm_cmpsf2.o)
+                              zephyr/libzephyr.a(timeutil.c.obj) (__aeabi_fcmpeq)
+/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/thumb/v7e-m/nofp/libgcc.a(_arm_fixsfsi.o)
+                              zephyr/subsys/lorawan/libloramac-node.a(RegionCommon.c.obj) (__aeabi_f2iz)
+/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/thumb/v7e-m/nofp/libgcc.a(_arm_fixunssfsi.o)
+                              zephyr/subsys/lorawan/libloramac-node.a(delay.c.obj) (__aeabi_f2uiz)
+/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/thumb/v7e-m/nofp/libgcc.a(_aeabi_ldivmod.o)
+                              zephyr/libzephyr.a(timeutil.c.obj) (__aeabi_ldivmod)
+/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/thumb/v7e-m/nofp/libgcc.a(_aeabi_uldivmod.o)
+                              zephyr/libzephyr.a(cbprintf_complete.c.obj) (__aeabi_uldivmod)
+/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/thumb/v7e-m/nofp/libgcc.a(_popcountsi2.o)
+                              zephyr/libzephyr.a(bitarray.c.obj) (__popcountsi2)
+/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/thumb/v7e-m/nofp/libgcc.a(_fixdfdi.o)
+                              zephyr/libzephyr.a(timeutil.c.obj) (__aeabi_d2lz)
+/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/thumb/v7e-m/nofp/libgcc.a(_fixunsdfdi.o)
+                              /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/thumb/v7e-m/nofp/libgcc.a(_fixdfdi.o) (__aeabi_d2ulz)
+/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/thumb/v7e-m/nofp/libgcc.a(_udivmoddi4.o)
+                              /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/thumb/v7e-m/nofp/libgcc.a(_aeabi_ldivmod.o) (__udivmoddi4)
+/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/thumb/v7e-m/nofp/libgcc.a(_dvmd_tls.o)
+                              /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/thumb/v7e-m/nofp/libgcc.a(_aeabi_ldivmod.o) (__aeabi_ldiv0)
+/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/thumb/v7e-m/nofp/libgcc.a(_arm_fixunsdfsi.o)
+                              /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/thumb/v7e-m/nofp/libgcc.a(_fixunsdfdi.o) (__aeabi_d2uiz)
+/opt/ncs/nrfxlib/crypto/nrf_oberon/lib/cortex-m4/soft-float/liboberon_3.0.15.a(ocrypto_ecdh_p256.c.obj)
+                              modules/nrf/subsys/bluetooth/controller/lib..__nrf__subsys__bluetooth__controller.a(ecdh.c.obj) (ocrypto_ecdh_p256_public_key)
+/opt/ncs/nrfxlib/crypto/nrf_oberon/lib/cortex-m4/soft-float/liboberon_3.0.15.a(ocrypto_sc_p256.c.obj)
+                              /opt/ncs/nrfxlib/crypto/nrf_oberon/lib/cortex-m4/soft-float/liboberon_3.0.15.a(ocrypto_ecdh_p256.c.obj) (ocrypto_sc_p256_from32bytes)
+/opt/ncs/nrfxlib/crypto/nrf_oberon/lib/cortex-m4/soft-float/liboberon_3.0.15.a(ocrypto_bigint256.s.obj)
+                              /opt/ncs/nrfxlib/crypto/nrf_oberon/lib/cortex-m4/soft-float/liboberon_3.0.15.a(ocrypto_sc_p256.c.obj) (ocrypto_bigint_add256)
+/opt/ncs/nrfxlib/crypto/nrf_oberon/lib/cortex-m4/soft-float/liboberon_3.0.15.a(ocrypto_curve_p256.c.obj)
+                              /opt/ncs/nrfxlib/crypto/nrf_oberon/lib/cortex-m4/soft-float/liboberon_3.0.15.a(ocrypto_ecdh_p256.c.obj) (ocrypto_curve_p256_from64bytes)
+/opt/ncs/nrfxlib/crypto/nrf_oberon/lib/cortex-m4/soft-float/liboberon_3.0.15.a(ocrypto_mod_p256.c.obj)
+                              /opt/ncs/nrfxlib/crypto/nrf_oberon/lib/cortex-m4/soft-float/liboberon_3.0.15.a(ocrypto_curve_p256.c.obj) (ocrypto_mod_p256_cneg)
+/opt/ncs/nrfxlib/crypto/nrf_oberon/lib/cortex-m4/soft-float/liboberon_3.0.15.a(ocrypto_constant_time.s.obj)
+                              /opt/ncs/nrfxlib/crypto/nrf_oberon/lib/cortex-m4/soft-float/liboberon_3.0.15.a(ocrypto_curve_p256.c.obj) (ocrypto_constant_time_equal)
+/opt/ncs/nrfxlib/crypto/nrf_oberon/lib/cortex-m4/soft-float/liboberon_3.0.15.a(ocrypto_mod_p256_base.s.obj)
+                              /opt/ncs/nrfxlib/crypto/nrf_oberon/lib/cortex-m4/soft-float/liboberon_3.0.15.a(ocrypto_curve_p256.c.obj) (ocrypto_mod_p256_add)
+/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libm_nano.a(lib_a-sf_floor.o)
+                              zephyr/subsys/lorawan/libloramac-node.a(RegionCommon.c.obj) (floorf)
+/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-ctype_.o)
+                              zephyr/libzephyr.a(cbprintf_complete.c.obj) (_ctype_)
+/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-malloc.o)
+                              zephyr/lib/libc/newlib/liblib__libc__newlib.a(libc-hooks.c.obj) (malloc)
+/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-memchr.o)
+                              zephyr/libzephyr.a(settings_line.c.obj) (memchr)
+/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-memcmp.o)
+                              zephyr/libzephyr.a(nvs.c.obj) (memcmp)
+/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-memcpy-stub.o)
+                              zephyr/libzephyr.a(heap.c.obj) (memcpy)
+/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-memset.o)
+                              app/libapp.a(main.c.obj) (memset)
+/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-nano-freer.o)
+                              /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-malloc.o) (_free_r)
+/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-nano-mallocr.o)
+                              /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-malloc.o) (_malloc_r)
+/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-nano-vfprintf_float.o)
+                              (_printf_float)
+/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-nano-vfprintf_i.o)
+                              /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-nano-vfprintf_float.o) (_printf_common)
+/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-sbrkr.o)
+                              /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-nano-mallocr.o) (_sbrk_r)
+/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-strcmp.o)
+                              zephyr/libzephyr.a(log_mgmt.c.obj) (strcmp)
+/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-strcpy.o)
+                              zephyr/subsys/bluetooth/common/libsubsys__bluetooth__common.a(bt_str.c.obj) (strcpy)
+/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-strlen.o)
+                              zephyr/libzephyr.a(cbprintf_packaged.c.obj) (strlen)
+/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-strnlen.o)
+                              zephyr/libzephyr.a(cbprintf_complete.c.obj) (strnlen)
+/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-dtoa.o)
+                              /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-nano-vfprintf_float.o) (_dtoa_r)
+/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-impure.o)
+                              /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-malloc.o) (_impure_ptr)
+/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-localeconv.o)
+                              /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-nano-vfprintf_float.o) (_localeconv_r)
+/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-mlock.o)
+                              /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-nano-freer.o) (__malloc_lock)
+/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-mprec.o)
+                              /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-dtoa.o) (_Balloc)
+/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-nano-callocr.o)
+                              /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-mprec.o) (_calloc_r)
+/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-reent.o)
+                              /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-sbrkr.o) (errno)
+/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-assert.o)
+                              /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-dtoa.o) (__assert_func)
+/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-fprintf.o)
+                              /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-assert.o) (fiprintf)
+/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-locale.o)
+                              /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-localeconv.o) (__global_locale)
+/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-mbtowc_r.o)
+                              /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-locale.o) (__ascii_mbtowc)
+/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-nano-vfprintf.o)
+                              /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-fprintf.o) (_vfprintf_r)
+/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-wbuf.o)
+                              /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-nano-vfprintf.o) (__swbuf_r)
+/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-wctomb_r.o)
+                              /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-locale.o) (__ascii_wctomb)
+/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-wsetup.o)
+                              /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-nano-vfprintf.o) (__swsetup_r)
+/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-fflush.o)
+                              /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-wbuf.o) (_fflush_r)
+/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-findfp.o)
+                              /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-nano-vfprintf.o) (__sinit)
+/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-fvwrite.o)
+                              /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-nano-vfprintf.o) (__sfvwrite_r)
+/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-fwalk.o)
+                              /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-findfp.o) (_fwalk)
+/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-makebuf.o)
+                              /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-wsetup.o) (__smakebuf_r)
+/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-memmove.o)
+                              /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-fvwrite.o) (memmove)
+/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-nano-reallocr.o)
+                              /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-fvwrite.o) (_realloc_r)
+/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-stdio.o)
+                              /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-findfp.o) (__sread)
+/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-writer.o)
+                              /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-stdio.o) (_write_r)
+/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-closer.o)
+                              /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-stdio.o) (_close_r)
+/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-fstatr.o)
+                              /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-makebuf.o) (_fstat_r)
+/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-isattyr.o)
+                              /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-makebuf.o) (_isatty_r)
+/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-lseekr.o)
+                              /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-stdio.o) (_lseek_r)
+/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-nano-msizer.o)
+                              /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-nano-reallocr.o) (_malloc_usable_size_r)
+/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-readr.o)
+                              /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-stdio.o) (_read_r)
+/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/thumb/v7e-m/nofp/libgcc.a(_arm_unorddf2.o)
+                              /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-nano-vfprintf_float.o) (__aeabi_dcmpun)
+/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/thumb/v7e-m/nofp/libgcc.a(_arm_fixdfsi.o)
+                              /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-dtoa.o) (__aeabi_d2iz)
+/opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                              modules/nrf/subsys/bluetooth/controller/lib..__nrf__subsys__bluetooth__controller.a(hci_internal.c.obj) (sdc_hci_cmd_le_set_adv_enable)
+/opt/ncs/nrfxlib/mpsl/fem/common/lib/cortex-m4/soft-float/libmpsl_fem_common.a(libmpsl_fem_common_debug_soft__obfuscated.elf)
+                              /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf) (mpsl_fem_caps_get)
+/opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+                              modules/nrf/subsys/mpsl/init/lib..__nrf__subsys__mpsl__init.a(mpsl_init.c.obj) (MPSL_IRQ_RADIO_Handler)
+
+Discarded input sections
+
+ .text          0x0000000000000000        0x0 zephyr/CMakeFiles/zephyr_final.dir/misc/empty_file.c.obj
+ .data          0x0000000000000000        0x0 zephyr/CMakeFiles/zephyr_final.dir/misc/empty_file.c.obj
+ .bss           0x0000000000000000        0x0 zephyr/CMakeFiles/zephyr_final.dir/misc/empty_file.c.obj
+ .debug_line    0x0000000000000000        0x0 zephyr/CMakeFiles/zephyr_final.dir/misc/empty_file.c.obj
+ .debug_str     0x0000000000000000      0x18c zephyr/CMakeFiles/zephyr_final.dir/misc/empty_file.c.obj
+ .comment       0x0000000000000000       0x21 zephyr/CMakeFiles/zephyr_final.dir/misc/empty_file.c.obj
+ .text          0x0000000000000000        0x0 zephyr/CMakeFiles/zephyr_final.dir/isr_tables.c.obj
+ .data          0x0000000000000000        0x0 zephyr/CMakeFiles/zephyr_final.dir/isr_tables.c.obj
+ .bss           0x0000000000000000        0x0 zephyr/CMakeFiles/zephyr_final.dir/isr_tables.c.obj
+ .text          0x0000000000000000        0x0 zephyr/CMakeFiles/offsets.dir/./arch/arm/core/offsets/offsets.c.obj
+ .data          0x0000000000000000        0x0 zephyr/CMakeFiles/offsets.dir/./arch/arm/core/offsets/offsets.c.obj
+ .bss           0x0000000000000000        0x0 zephyr/CMakeFiles/offsets.dir/./arch/arm/core/offsets/offsets.c.obj
+ .text          0x0000000000000000        0x0 app/libapp.a(main.c.obj)
+ .data          0x0000000000000000        0x0 app/libapp.a(main.c.obj)
+ .bss           0x0000000000000000        0x0 app/libapp.a(main.c.obj)
+ .text.get_Tension
+                0x0000000000000000       0x30 app/libapp.a(main.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/libzephyr.a(crc32c_sw.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/libzephyr.a(crc32c_sw.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/libzephyr.a(crc32c_sw.c.obj)
+ .text.crc32_c  0x0000000000000000       0x48 zephyr/libzephyr.a(crc32c_sw.c.obj)
+ .rodata.crc32c_table
+                0x0000000000000000       0x40 zephyr/libzephyr.a(crc32c_sw.c.obj)
+ .debug_info    0x0000000000000000      0x184 zephyr/libzephyr.a(crc32c_sw.c.obj)
+ .debug_abbrev  0x0000000000000000       0xcd zephyr/libzephyr.a(crc32c_sw.c.obj)
+ .debug_loc     0x0000000000000000      0x104 zephyr/libzephyr.a(crc32c_sw.c.obj)
+ .debug_aranges
+                0x0000000000000000       0x20 zephyr/libzephyr.a(crc32c_sw.c.obj)
+ .debug_ranges  0x0000000000000000       0x30 zephyr/libzephyr.a(crc32c_sw.c.obj)
+ .debug_line    0x0000000000000000      0x1ec zephyr/libzephyr.a(crc32c_sw.c.obj)
+ .debug_str     0x0000000000000000      0x27e zephyr/libzephyr.a(crc32c_sw.c.obj)
+ .comment       0x0000000000000000       0x21 zephyr/libzephyr.a(crc32c_sw.c.obj)
+ .debug_frame   0x0000000000000000       0x2c zephyr/libzephyr.a(crc32c_sw.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/libzephyr.a(crc32_sw.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/libzephyr.a(crc32_sw.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/libzephyr.a(crc32_sw.c.obj)
+ .text.crc32_ieee_update
+                0x0000000000000000       0x3c zephyr/libzephyr.a(crc32_sw.c.obj)
+ .text.crc32_ieee
+                0x0000000000000000        0xa zephyr/libzephyr.a(crc32_sw.c.obj)
+ .rodata.table.0
+                0x0000000000000000       0x40 zephyr/libzephyr.a(crc32_sw.c.obj)
+ .debug_info    0x0000000000000000      0x1cb zephyr/libzephyr.a(crc32_sw.c.obj)
+ .debug_abbrev  0x0000000000000000      0x117 zephyr/libzephyr.a(crc32_sw.c.obj)
+ .debug_loc     0x0000000000000000      0x160 zephyr/libzephyr.a(crc32_sw.c.obj)
+ .debug_aranges
+                0x0000000000000000       0x28 zephyr/libzephyr.a(crc32_sw.c.obj)
+ .debug_ranges  0x0000000000000000       0x50 zephyr/libzephyr.a(crc32_sw.c.obj)
+ .debug_line    0x0000000000000000      0x21e zephyr/libzephyr.a(crc32_sw.c.obj)
+ .debug_str     0x0000000000000000      0x277 zephyr/libzephyr.a(crc32_sw.c.obj)
+ .comment       0x0000000000000000       0x21 zephyr/libzephyr.a(crc32_sw.c.obj)
+ .debug_frame   0x0000000000000000       0x3c zephyr/libzephyr.a(crc32_sw.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/libzephyr.a(crc24_sw.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/libzephyr.a(crc24_sw.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/libzephyr.a(crc24_sw.c.obj)
+ .text.crc24_pgp_update
+                0x0000000000000000       0x2c zephyr/libzephyr.a(crc24_sw.c.obj)
+ .text.crc24_pgp
+                0x0000000000000000       0x18 zephyr/libzephyr.a(crc24_sw.c.obj)
+ .debug_info    0x0000000000000000      0x183 zephyr/libzephyr.a(crc24_sw.c.obj)
+ .debug_abbrev  0x0000000000000000       0xd6 zephyr/libzephyr.a(crc24_sw.c.obj)
+ .debug_loc     0x0000000000000000      0x137 zephyr/libzephyr.a(crc24_sw.c.obj)
+ .debug_aranges
+                0x0000000000000000       0x28 zephyr/libzephyr.a(crc24_sw.c.obj)
+ .debug_ranges  0x0000000000000000       0x18 zephyr/libzephyr.a(crc24_sw.c.obj)
+ .debug_line    0x0000000000000000      0x1d4 zephyr/libzephyr.a(crc24_sw.c.obj)
+ .debug_str     0x0000000000000000      0x26a zephyr/libzephyr.a(crc24_sw.c.obj)
+ .comment       0x0000000000000000       0x21 zephyr/libzephyr.a(crc24_sw.c.obj)
+ .debug_frame   0x0000000000000000       0x40 zephyr/libzephyr.a(crc24_sw.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/libzephyr.a(crc16_sw.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/libzephyr.a(crc16_sw.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/libzephyr.a(crc16_sw.c.obj)
+ .text.crc16    0x0000000000000000       0x30 zephyr/libzephyr.a(crc16_sw.c.obj)
+ .text.crc16_reflect
+                0x0000000000000000       0x2a zephyr/libzephyr.a(crc16_sw.c.obj)
+ .text.crc16_ccitt
+                0x0000000000000000       0x26 zephyr/libzephyr.a(crc16_sw.c.obj)
+ .text.crc16_itu_t
+                0x0000000000000000       0x28 zephyr/libzephyr.a(crc16_sw.c.obj)
+ .debug_info    0x0000000000000000      0x2d8 zephyr/libzephyr.a(crc16_sw.c.obj)
+ .debug_abbrev  0x0000000000000000       0xc8 zephyr/libzephyr.a(crc16_sw.c.obj)
+ .debug_loc     0x0000000000000000      0x3d0 zephyr/libzephyr.a(crc16_sw.c.obj)
+ .debug_aranges
+                0x0000000000000000       0x38 zephyr/libzephyr.a(crc16_sw.c.obj)
+ .debug_ranges  0x0000000000000000       0x28 zephyr/libzephyr.a(crc16_sw.c.obj)
+ .debug_line    0x0000000000000000      0x341 zephyr/libzephyr.a(crc16_sw.c.obj)
+ .debug_str     0x0000000000000000      0x280 zephyr/libzephyr.a(crc16_sw.c.obj)
+ .comment       0x0000000000000000       0x21 zephyr/libzephyr.a(crc16_sw.c.obj)
+ .debug_frame   0x0000000000000000       0x70 zephyr/libzephyr.a(crc16_sw.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/libzephyr.a(crc8_sw.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/libzephyr.a(crc8_sw.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/libzephyr.a(crc8_sw.c.obj)
+ .text.crc8     0x0000000000000000       0x54 zephyr/libzephyr.a(crc8_sw.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/libzephyr.a(crc7_sw.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/libzephyr.a(crc7_sw.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/libzephyr.a(crc7_sw.c.obj)
+ .text.crc7_be  0x0000000000000000       0x20 zephyr/libzephyr.a(crc7_sw.c.obj)
+ .debug_info    0x0000000000000000      0x127 zephyr/libzephyr.a(crc7_sw.c.obj)
+ .debug_abbrev  0x0000000000000000       0xac zephyr/libzephyr.a(crc7_sw.c.obj)
+ .debug_loc     0x0000000000000000       0xc0 zephyr/libzephyr.a(crc7_sw.c.obj)
+ .debug_aranges
+                0x0000000000000000       0x20 zephyr/libzephyr.a(crc7_sw.c.obj)
+ .debug_ranges  0x0000000000000000       0x10 zephyr/libzephyr.a(crc7_sw.c.obj)
+ .debug_line    0x0000000000000000      0x191 zephyr/libzephyr.a(crc7_sw.c.obj)
+ .debug_str     0x0000000000000000      0x242 zephyr/libzephyr.a(crc7_sw.c.obj)
+ .comment       0x0000000000000000       0x21 zephyr/libzephyr.a(crc7_sw.c.obj)
+ .debug_frame   0x0000000000000000       0x20 zephyr/libzephyr.a(crc7_sw.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/libzephyr.a(crc4_sw.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/libzephyr.a(crc4_sw.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/libzephyr.a(crc4_sw.c.obj)
+ .text.crc4     0x0000000000000000       0x8a zephyr/libzephyr.a(crc4_sw.c.obj)
+ .text.crc4_ti  0x0000000000000000       0x40 zephyr/libzephyr.a(crc4_sw.c.obj)
+ .rodata.lookup.0
+                0x0000000000000000        0x8 zephyr/libzephyr.a(crc4_sw.c.obj)
+ .debug_info    0x0000000000000000      0x22e zephyr/libzephyr.a(crc4_sw.c.obj)
+ .debug_abbrev  0x0000000000000000       0xf2 zephyr/libzephyr.a(crc4_sw.c.obj)
+ .debug_loc     0x0000000000000000      0x386 zephyr/libzephyr.a(crc4_sw.c.obj)
+ .debug_aranges
+                0x0000000000000000       0x28 zephyr/libzephyr.a(crc4_sw.c.obj)
+ .debug_ranges  0x0000000000000000       0x48 zephyr/libzephyr.a(crc4_sw.c.obj)
+ .debug_line    0x0000000000000000      0x2db zephyr/libzephyr.a(crc4_sw.c.obj)
+ .debug_str     0x0000000000000000      0x27c zephyr/libzephyr.a(crc4_sw.c.obj)
+ .comment       0x0000000000000000       0x21 zephyr/libzephyr.a(crc4_sw.c.obj)
+ .debug_frame   0x0000000000000000       0x4c zephyr/libzephyr.a(crc4_sw.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/libzephyr.a(heap.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/libzephyr.a(heap.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/libzephyr.a(heap.c.obj)
+ .text.sys_heap_usable_size
+                0x0000000000000000       0x1e zephyr/libzephyr.a(heap.c.obj)
+ .text.sys_heap_aligned_realloc
+                0x0000000000000000      0x128 zephyr/libzephyr.a(heap.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/libzephyr.a(cbprintf_packaged.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/libzephyr.a(cbprintf_packaged.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/libzephyr.a(cbprintf_packaged.c.obj)
+ .text.cbprintf_package
+                0x0000000000000000       0x1e zephyr/libzephyr.a(cbprintf_packaged.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/libzephyr.a(printk.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/libzephyr.a(printk.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/libzephyr.a(printk.c.obj)
+ .text.__printk_get_hook
+                0x0000000000000000        0xc zephyr/libzephyr.a(printk.c.obj)
+ .text.z_impl_k_str_out
+                0x0000000000000000       0x1c zephyr/libzephyr.a(printk.c.obj)
+ .rodata.str1.1
+                0x0000000000000000        0xf zephyr/libzephyr.a(printk.c.obj)
+ ._llext_const_symbol.static.printk_sym_
+                0x0000000000000000        0x8 zephyr/libzephyr.a(printk.c.obj)
+ ._llext_const_symbol.static.vprintk_sym_
+                0x0000000000000000        0x8 zephyr/libzephyr.a(printk.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/libzephyr.a(sem.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/libzephyr.a(sem.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/libzephyr.a(sem.c.obj)
+ .text.sys_sem_init
+                0x0000000000000000        0xa zephyr/libzephyr.a(sem.c.obj)
+ .text.sys_sem_give
+                0x0000000000000000        0xa zephyr/libzephyr.a(sem.c.obj)
+ .text.sys_sem_take
+                0x0000000000000000       0x1e zephyr/libzephyr.a(sem.c.obj)
+ .text.sys_sem_count_get
+                0x0000000000000000        0x4 zephyr/libzephyr.a(sem.c.obj)
+ .debug_info    0x0000000000000000      0x4eb zephyr/libzephyr.a(sem.c.obj)
+ .debug_abbrev  0x0000000000000000      0x22a zephyr/libzephyr.a(sem.c.obj)
+ .debug_loc     0x0000000000000000      0x21a zephyr/libzephyr.a(sem.c.obj)
+ .debug_aranges
+                0x0000000000000000       0x38 zephyr/libzephyr.a(sem.c.obj)
+ .debug_ranges  0x0000000000000000       0x70 zephyr/libzephyr.a(sem.c.obj)
+ .debug_line    0x0000000000000000      0x306 zephyr/libzephyr.a(sem.c.obj)
+ .debug_str     0x0000000000000000      0x396 zephyr/libzephyr.a(sem.c.obj)
+ .comment       0x0000000000000000       0x21 zephyr/libzephyr.a(sem.c.obj)
+ .debug_frame   0x0000000000000000       0x68 zephyr/libzephyr.a(sem.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/libzephyr.a(thread_entry.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/libzephyr.a(thread_entry.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/libzephyr.a(thread_entry.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/libzephyr.a(cbprintf_complete.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/libzephyr.a(cbprintf_complete.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/libzephyr.a(cbprintf_complete.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/libzephyr.a(cbprintf.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/libzephyr.a(cbprintf.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/libzephyr.a(cbprintf.c.obj)
+ .text.cbprintf
+                0x0000000000000000       0x1e zephyr/libzephyr.a(cbprintf.c.obj)
+ .debug_info    0x0000000000000000      0x23e zephyr/libzephyr.a(cbprintf.c.obj)
+ .debug_abbrev  0x0000000000000000      0x17e zephyr/libzephyr.a(cbprintf.c.obj)
+ .debug_loc     0x0000000000000000       0xcc zephyr/libzephyr.a(cbprintf.c.obj)
+ .debug_aranges
+                0x0000000000000000       0x20 zephyr/libzephyr.a(cbprintf.c.obj)
+ .debug_ranges  0x0000000000000000       0x30 zephyr/libzephyr.a(cbprintf.c.obj)
+ .debug_line    0x0000000000000000      0x1e9 zephyr/libzephyr.a(cbprintf.c.obj)
+ .debug_str     0x0000000000000000      0x298 zephyr/libzephyr.a(cbprintf.c.obj)
+ .comment       0x0000000000000000       0x21 zephyr/libzephyr.a(cbprintf.c.obj)
+ .debug_frame   0x0000000000000000       0x3c zephyr/libzephyr.a(cbprintf.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/libzephyr.a(assert.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/libzephyr.a(assert.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/libzephyr.a(assert.c.obj)
+ .text.assert_post_action
+                0x0000000000000000       0x12 zephyr/libzephyr.a(assert.c.obj)
+ .rodata.str1.1
+                0x0000000000000000       0x20 zephyr/libzephyr.a(assert.c.obj)
+ ._llext_const_symbol.static.assert_print_sym_
+                0x0000000000000000        0x8 zephyr/libzephyr.a(assert.c.obj)
+ ._llext_const_symbol.static.assert_post_action_sym_
+                0x0000000000000000        0x8 zephyr/libzephyr.a(assert.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/libzephyr.a(mpsc_pbuf.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/libzephyr.a(mpsc_pbuf.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/libzephyr.a(mpsc_pbuf.c.obj)
+ .text.mpsc_pbuf_put_word
+                0x0000000000000000       0xb8 zephyr/libzephyr.a(mpsc_pbuf.c.obj)
+ .text.mpsc_pbuf_put_word_ext
+                0x0000000000000000       0xea zephyr/libzephyr.a(mpsc_pbuf.c.obj)
+ .text.mpsc_pbuf_put_data
+                0x0000000000000000       0xe8 zephyr/libzephyr.a(mpsc_pbuf.c.obj)
+ .text.mpsc_pbuf_get_utilization
+                0x0000000000000000       0x16 zephyr/libzephyr.a(mpsc_pbuf.c.obj)
+ .text.mpsc_pbuf_get_max_utilization
+                0x0000000000000000       0x16 zephyr/libzephyr.a(mpsc_pbuf.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/libzephyr.a(dec.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/libzephyr.a(dec.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/libzephyr.a(dec.c.obj)
+ .text.u8_to_dec
+                0x0000000000000000       0x52 zephyr/libzephyr.a(dec.c.obj)
+ .debug_info    0x0000000000000000      0x12b zephyr/libzephyr.a(dec.c.obj)
+ .debug_abbrev  0x0000000000000000       0x9c zephyr/libzephyr.a(dec.c.obj)
+ .debug_loc     0x0000000000000000      0x11b zephyr/libzephyr.a(dec.c.obj)
+ .debug_aranges
+                0x0000000000000000       0x20 zephyr/libzephyr.a(dec.c.obj)
+ .debug_ranges  0x0000000000000000       0x10 zephyr/libzephyr.a(dec.c.obj)
+ .debug_line    0x0000000000000000      0x1a2 zephyr/libzephyr.a(dec.c.obj)
+ .debug_str     0x0000000000000000      0x261 zephyr/libzephyr.a(dec.c.obj)
+ .comment       0x0000000000000000       0x21 zephyr/libzephyr.a(dec.c.obj)
+ .debug_frame   0x0000000000000000       0x30 zephyr/libzephyr.a(dec.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/libzephyr.a(hex.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/libzephyr.a(hex.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/libzephyr.a(hex.c.obj)
+ .text.char2hex
+                0x0000000000000000       0x30 zephyr/libzephyr.a(hex.c.obj)
+ .text.hex2char
+                0x0000000000000000       0x1c zephyr/libzephyr.a(hex.c.obj)
+ .text.bin2hex  0x0000000000000000       0x54 zephyr/libzephyr.a(hex.c.obj)
+ .text.hex2bin  0x0000000000000000       0x70 zephyr/libzephyr.a(hex.c.obj)
+ .debug_info    0x0000000000000000      0x29d zephyr/libzephyr.a(hex.c.obj)
+ .debug_abbrev  0x0000000000000000      0x117 zephyr/libzephyr.a(hex.c.obj)
+ .debug_loc     0x0000000000000000      0x2d8 zephyr/libzephyr.a(hex.c.obj)
+ .debug_aranges
+                0x0000000000000000       0x38 zephyr/libzephyr.a(hex.c.obj)
+ .debug_ranges  0x0000000000000000       0x40 zephyr/libzephyr.a(hex.c.obj)
+ .debug_line    0x0000000000000000      0x2e7 zephyr/libzephyr.a(hex.c.obj)
+ .debug_str     0x0000000000000000      0x268 zephyr/libzephyr.a(hex.c.obj)
+ .comment       0x0000000000000000       0x21 zephyr/libzephyr.a(hex.c.obj)
+ .debug_frame   0x0000000000000000       0x74 zephyr/libzephyr.a(hex.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/libzephyr.a(rb.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/libzephyr.a(rb.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/libzephyr.a(rb.c.obj)
+ .text.find_and_stack
+                0x0000000000000000       0x3a zephyr/libzephyr.a(rb.c.obj)
+ .text.stack_left_limb
+                0x0000000000000000       0x3c zephyr/libzephyr.a(rb.c.obj)
+ .text.set_child
+                0x0000000000000000       0x12 zephyr/libzephyr.a(rb.c.obj)
+ .text.rotate   0x0000000000000000       0xa8 zephyr/libzephyr.a(rb.c.obj)
+ .text.z_rb_get_minmax
+                0x0000000000000000       0x1a zephyr/libzephyr.a(rb.c.obj)
+ .text.rb_insert
+                0x0000000000000000      0x134 zephyr/libzephyr.a(rb.c.obj)
+ .text.rb_remove
+                0x0000000000000000      0x344 zephyr/libzephyr.a(rb.c.obj)
+ .text.z_rb_walk
+                0x0000000000000000       0x24 zephyr/libzephyr.a(rb.c.obj)
+ .text.z_rb_child
+                0x0000000000000000        0xe zephyr/libzephyr.a(rb.c.obj)
+ .text.z_rb_is_black
+                0x0000000000000000        0x8 zephyr/libzephyr.a(rb.c.obj)
+ .text.rb_contains
+                0x0000000000000000       0x2c zephyr/libzephyr.a(rb.c.obj)
+ .text.z_rb_foreach_next
+                0x0000000000000000       0x56 zephyr/libzephyr.a(rb.c.obj)
+ .debug_info    0x0000000000000000     0x2498 zephyr/libzephyr.a(rb.c.obj)
+ .debug_abbrev  0x0000000000000000      0x4b6 zephyr/libzephyr.a(rb.c.obj)
+ .debug_loc     0x0000000000000000     0x26fa zephyr/libzephyr.a(rb.c.obj)
+ .debug_aranges
+                0x0000000000000000       0x78 zephyr/libzephyr.a(rb.c.obj)
+ .debug_ranges  0x0000000000000000      0x550 zephyr/libzephyr.a(rb.c.obj)
+ .debug_line    0x0000000000000000     0x12c3 zephyr/libzephyr.a(rb.c.obj)
+ .debug_str     0x0000000000000000      0x458 zephyr/libzephyr.a(rb.c.obj)
+ .comment       0x0000000000000000       0x21 zephyr/libzephyr.a(rb.c.obj)
+ .debug_frame   0x0000000000000000      0x180 zephyr/libzephyr.a(rb.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/libzephyr.a(timeutil.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/libzephyr.a(timeutil.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/libzephyr.a(timeutil.c.obj)
+ .text.timeutil_timegm64
+                0x0000000000000000       0xf0 zephyr/libzephyr.a(timeutil.c.obj)
+ .text.timeutil_timegm
+                0x0000000000000000       0x18 zephyr/libzephyr.a(timeutil.c.obj)
+ .text.timeutil_sync_state_update
+                0x0000000000000000       0x5c zephyr/libzephyr.a(timeutil.c.obj)
+ .text.timeutil_sync_state_set_skew
+                0x0000000000000000       0x3a zephyr/libzephyr.a(timeutil.c.obj)
+ .text.timeutil_sync_estimate_skew
+                0x0000000000000000       0x96 zephyr/libzephyr.a(timeutil.c.obj)
+ .text.timeutil_sync_ref_from_local
+                0x0000000000000000       0xae zephyr/libzephyr.a(timeutil.c.obj)
+ .text.timeutil_sync_local_from_ref
+                0x0000000000000000       0xa8 zephyr/libzephyr.a(timeutil.c.obj)
+ .text.timeutil_sync_skew_to_ppb
+                0x0000000000000000       0x3c zephyr/libzephyr.a(timeutil.c.obj)
+ .debug_info    0x0000000000000000      0x8e3 zephyr/libzephyr.a(timeutil.c.obj)
+ .debug_abbrev  0x0000000000000000      0x200 zephyr/libzephyr.a(timeutil.c.obj)
+ .debug_loc     0x0000000000000000      0x76a zephyr/libzephyr.a(timeutil.c.obj)
+ .debug_aranges
+                0x0000000000000000       0x58 zephyr/libzephyr.a(timeutil.c.obj)
+ .debug_ranges  0x0000000000000000       0xa8 zephyr/libzephyr.a(timeutil.c.obj)
+ .debug_line    0x0000000000000000      0x5b0 zephyr/libzephyr.a(timeutil.c.obj)
+ .debug_str     0x0000000000000000      0x52f zephyr/libzephyr.a(timeutil.c.obj)
+ .comment       0x0000000000000000       0x21 zephyr/libzephyr.a(timeutil.c.obj)
+ .debug_frame   0x0000000000000000      0x120 zephyr/libzephyr.a(timeutil.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/libzephyr.a(bitarray.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/libzephyr.a(bitarray.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/libzephyr.a(bitarray.c.obj)
+ .text.setup_bundle_data.constprop.0
+                0x0000000000000000       0x3a zephyr/libzephyr.a(bitarray.c.obj)
+ .text.set_region
+                0x0000000000000000       0x90 zephyr/libzephyr.a(bitarray.c.obj)
+ .text.set_clear_region
+                0x0000000000000000       0x46 zephyr/libzephyr.a(bitarray.c.obj)
+ .text.match_region
+                0x0000000000000000       0x8c zephyr/libzephyr.a(bitarray.c.obj)
+ .text.is_region_set_clear
+                0x0000000000000000       0x4e zephyr/libzephyr.a(bitarray.c.obj)
+ .text.sys_bitarray_popcount_region
+                0x0000000000000000       0x94 zephyr/libzephyr.a(bitarray.c.obj)
+ .text.sys_bitarray_xor
+                0x0000000000000000       0xc2 zephyr/libzephyr.a(bitarray.c.obj)
+ .text.sys_bitarray_set_bit
+                0x0000000000000000       0x3e zephyr/libzephyr.a(bitarray.c.obj)
+ .text.sys_bitarray_clear_bit
+                0x0000000000000000       0x40 zephyr/libzephyr.a(bitarray.c.obj)
+ .text.sys_bitarray_test_bit
+                0x0000000000000000       0x3e zephyr/libzephyr.a(bitarray.c.obj)
+ .text.sys_bitarray_test_and_set_bit
+                0x0000000000000000       0x4e zephyr/libzephyr.a(bitarray.c.obj)
+ .text.sys_bitarray_test_and_clear_bit
+                0x0000000000000000       0x50 zephyr/libzephyr.a(bitarray.c.obj)
+ .text.sys_bitarray_alloc
+                0x0000000000000000       0xa4 zephyr/libzephyr.a(bitarray.c.obj)
+ .text.sys_bitarray_find_nth_set
+                0x0000000000000000       0xba zephyr/libzephyr.a(bitarray.c.obj)
+ .text.sys_bitarray_free
+                0x0000000000000000       0x6c zephyr/libzephyr.a(bitarray.c.obj)
+ .text.sys_bitarray_is_region_set
+                0x0000000000000000        0x6 zephyr/libzephyr.a(bitarray.c.obj)
+ .text.sys_bitarray_is_region_cleared
+                0x0000000000000000        0x6 zephyr/libzephyr.a(bitarray.c.obj)
+ .text.sys_bitarray_test_and_set_region
+                0x0000000000000000       0x70 zephyr/libzephyr.a(bitarray.c.obj)
+ .text.sys_bitarray_set_region
+                0x0000000000000000        0x6 zephyr/libzephyr.a(bitarray.c.obj)
+ .text.sys_bitarray_clear_region
+                0x0000000000000000        0x6 zephyr/libzephyr.a(bitarray.c.obj)
+ .debug_info    0x0000000000000000     0x2562 zephyr/libzephyr.a(bitarray.c.obj)
+ .debug_abbrev  0x0000000000000000      0x476 zephyr/libzephyr.a(bitarray.c.obj)
+ .debug_loc     0x0000000000000000     0x1e23 zephyr/libzephyr.a(bitarray.c.obj)
+ .debug_aranges
+                0x0000000000000000       0xb8 zephyr/libzephyr.a(bitarray.c.obj)
+ .debug_ranges  0x0000000000000000      0x288 zephyr/libzephyr.a(bitarray.c.obj)
+ .debug_line    0x0000000000000000     0x1734 zephyr/libzephyr.a(bitarray.c.obj)
+ .debug_str     0x0000000000000000      0x638 zephyr/libzephyr.a(bitarray.c.obj)
+ .comment       0x0000000000000000       0x21 zephyr/libzephyr.a(bitarray.c.obj)
+ .debug_frame   0x0000000000000000      0x290 zephyr/libzephyr.a(bitarray.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/libzephyr.a(onoff.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/libzephyr.a(onoff.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/libzephyr.a(onoff.c.obj)
+ .text.sys_slist_find_and_remove
+                0x0000000000000000       0x36 zephyr/libzephyr.a(onoff.c.obj)
+ .text.onoff_release
+                0x0000000000000000       0x48 zephyr/libzephyr.a(onoff.c.obj)
+ .text.onoff_reset
+                0x0000000000000000       0x62 zephyr/libzephyr.a(onoff.c.obj)
+ .text.onoff_cancel
+                0x0000000000000000       0x36 zephyr/libzephyr.a(onoff.c.obj)
+ .text.onoff_monitor_register
+                0x0000000000000000       0x3a zephyr/libzephyr.a(onoff.c.obj)
+ .text.onoff_monitor_unregister
+                0x0000000000000000       0x34 zephyr/libzephyr.a(onoff.c.obj)
+ .text.onoff_sync_lock
+                0x0000000000000000       0x14 zephyr/libzephyr.a(onoff.c.obj)
+ .text.onoff_sync_finalize
+                0x0000000000000000       0x40 zephyr/libzephyr.a(onoff.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/libzephyr.a(notify.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/libzephyr.a(notify.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/libzephyr.a(notify.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/libzephyr.a(configs.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/libzephyr.a(configs.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/libzephyr.a(configs.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/libzephyr.a(nvs.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/libzephyr.a(nvs.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/libzephyr.a(nvs.c.obj)
+ .text.nvs_clear
+                0x0000000000000000       0x40 zephyr/libzephyr.a(nvs.c.obj)
+ .text.nvs_calc_free_space
+                0x0000000000000000       0xac zephyr/libzephyr.a(nvs.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/libzephyr.a(log_core.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/libzephyr.a(log_core.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/libzephyr.a(log_core.c.obj)
+ .text.log_format_table_size
+                0x0000000000000000        0x4 zephyr/libzephyr.a(log_core.c.obj)
+ .text.z_log_timestamp
+                0x0000000000000000        0xc zephyr/libzephyr.a(log_core.c.obj)
+ .text.log_format_set_all_active_backends
+                0x0000000000000000       0x4c zephyr/libzephyr.a(log_core.c.obj)
+ .text.log_init
+                0x0000000000000000        0x8 zephyr/libzephyr.a(log_core.c.obj)
+ .text.log_thread_trigger
+                0x0000000000000000       0x1c zephyr/libzephyr.a(log_core.c.obj)
+ .text.log_thread_set
+                0x0000000000000000        0x2 zephyr/libzephyr.a(log_core.c.obj)
+ .rodata.unordered_notify.str1.1
+                0x0000000000000000       0x28 zephyr/libzephyr.a(log_core.c.obj)
+ .text.unordered_notify
+                0x0000000000000000       0x30 zephyr/libzephyr.a(log_core.c.obj)
+ .text.z_impl_log_buffered_cnt
+                0x0000000000000000        0xc zephyr/libzephyr.a(log_core.c.obj)
+ .text.z_log_dropped_pending
+                0x0000000000000000       0x14 zephyr/libzephyr.a(log_core.c.obj)
+ .text.z_log_msg_claim_oldest
+                0x0000000000000000       0x78 zephyr/libzephyr.a(log_core.c.obj)
+ .text.z_log_msg_claim
+                0x0000000000000000        0x4 zephyr/libzephyr.a(log_core.c.obj)
+ .text.z_log_msg_enqueue
+                0x0000000000000000       0x70 zephyr/libzephyr.a(log_core.c.obj)
+ .text.log_set_tag
+                0x0000000000000000        0x6 zephyr/libzephyr.a(log_core.c.obj)
+ .text.log_mem_get_usage
+                0x0000000000000000       0x14 zephyr/libzephyr.a(log_core.c.obj)
+ .text.log_mem_get_max_usage
+                0x0000000000000000        0xc zephyr/libzephyr.a(log_core.c.obj)
+ .bss.unordered_cnt
+                0x0000000000000000        0x4 zephyr/libzephyr.a(log_core.c.obj)
+ .bss.prev_timestamp
+                0x0000000000000000        0x4 zephyr/libzephyr.a(log_core.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/libzephyr.a(log_mgmt.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/libzephyr.a(log_mgmt.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/libzephyr.a(log_mgmt.c.obj)
+ .text.domain_id_cmp
+                0x0000000000000000        0x8 zephyr/libzephyr.a(log_mgmt.c.obj)
+ .text.source_id_cmp
+                0x0000000000000000        0xe zephyr/libzephyr.a(log_mgmt.c.obj)
+ .text.z_log_link_get_dynamic_filter
+                0x0000000000000000       0x40 zephyr/libzephyr.a(log_mgmt.c.obj)
+ .text.z_log_ext_domain_count
+                0x0000000000000000       0x20 zephyr/libzephyr.a(log_mgmt.c.obj)
+ .text.log_src_cnt_get
+                0x0000000000000000       0x14 zephyr/libzephyr.a(log_mgmt.c.obj)
+ .rodata.log_domain_name_get.str1.1
+                0x0000000000000000        0x1 zephyr/libzephyr.a(log_mgmt.c.obj)
+ .text.log_domain_name_get
+                0x0000000000000000        0x8 zephyr/libzephyr.a(log_mgmt.c.obj)
+ .text.log_compiled_level_get
+                0x0000000000000000       0x20 zephyr/libzephyr.a(log_mgmt.c.obj)
+ .text.z_log_link_set_runtime_level
+                0x0000000000000000       0x40 zephyr/libzephyr.a(log_mgmt.c.obj)
+ .text.z_log_runtime_filters_init
+                0x0000000000000000       0x3c zephyr/libzephyr.a(log_mgmt.c.obj)
+ .text.log_source_id_get
+                0x0000000000000000       0x38 zephyr/libzephyr.a(log_mgmt.c.obj)
+ .text.filter_set
+                0x0000000000000000       0x20 zephyr/libzephyr.a(log_mgmt.c.obj)
+ .text.z_impl_log_filter_set
+                0x0000000000000000       0x20 zephyr/libzephyr.a(log_mgmt.c.obj)
+ .text.z_impl_log_frontend_filter_set
+                0x0000000000000000       0x20 zephyr/libzephyr.a(log_mgmt.c.obj)
+ .text.log_backend_get_by_name
+                0x0000000000000000       0x2c zephyr/libzephyr.a(log_mgmt.c.obj)
+ .text.log_backend_disable
+                0x0000000000000000        0x8 zephyr/libzephyr.a(log_mgmt.c.obj)
+ .text.log_filter_get
+                0x0000000000000000       0x20 zephyr/libzephyr.a(log_mgmt.c.obj)
+ .text.log_frontend_filter_get
+                0x0000000000000000        0x4 zephyr/libzephyr.a(log_mgmt.c.obj)
+ .text.z_log_links_initiate
+                0x0000000000000000       0x4c zephyr/libzephyr.a(log_mgmt.c.obj)
+ .rodata.sname_cache_config.0
+                0x0000000000000000       0x10 zephyr/libzephyr.a(log_mgmt.c.obj)
+ .rodata.dname_cache_config.1
+                0x0000000000000000       0x10 zephyr/libzephyr.a(log_mgmt.c.obj)
+ .bss.sname_cache
+                0x0000000000000000       0x20 zephyr/libzephyr.a(log_mgmt.c.obj)
+ .bss.dname_cache
+                0x0000000000000000       0x20 zephyr/libzephyr.a(log_mgmt.c.obj)
+ .bss.sname_cache_buffer
+                0x0000000000000000        0x9 zephyr/libzephyr.a(log_mgmt.c.obj)
+ .bss.dname_cache_buffer
+                0x0000000000000000        0x9 zephyr/libzephyr.a(log_mgmt.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/libzephyr.a(log_cache.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/libzephyr.a(log_cache.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/libzephyr.a(log_cache.c.obj)
+ .text.log_cache_init
+                0x0000000000000000       0x54 zephyr/libzephyr.a(log_cache.c.obj)
+ .text.log_cache_get
+                0x0000000000000000       0xa6 zephyr/libzephyr.a(log_cache.c.obj)
+ .text.log_cache_put
+                0x0000000000000000       0x14 zephyr/libzephyr.a(log_cache.c.obj)
+ .text.log_cache_release
+                0x0000000000000000       0x14 zephyr/libzephyr.a(log_cache.c.obj)
+ .debug_info    0x0000000000000000     0x10aa zephyr/libzephyr.a(log_cache.c.obj)
+ .debug_abbrev  0x0000000000000000      0x2ba zephyr/libzephyr.a(log_cache.c.obj)
+ .debug_loc     0x0000000000000000      0xa37 zephyr/libzephyr.a(log_cache.c.obj)
+ .debug_aranges
+                0x0000000000000000       0x38 zephyr/libzephyr.a(log_cache.c.obj)
+ .debug_ranges  0x0000000000000000      0x220 zephyr/libzephyr.a(log_cache.c.obj)
+ .debug_line    0x0000000000000000      0x7ce zephyr/libzephyr.a(log_cache.c.obj)
+ .debug_str     0x0000000000000000      0x4ba zephyr/libzephyr.a(log_cache.c.obj)
+ .comment       0x0000000000000000       0x21 zephyr/libzephyr.a(log_cache.c.obj)
+ .debug_frame   0x0000000000000000       0x70 zephyr/libzephyr.a(log_cache.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/libzephyr.a(log_msg.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/libzephyr.a(log_msg.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/libzephyr.a(log_msg.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/libzephyr.a(log_output.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/libzephyr.a(log_output.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/libzephyr.a(log_output.c.obj)
+ .text.log_output_timestamp_to_us
+                0x0000000000000000       0x28 zephyr/libzephyr.a(log_output.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/libzephyr.a(log_backend_uart.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/libzephyr.a(log_backend_uart.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/libzephyr.a(log_backend_uart.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/libzephyr.a(flash_map.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/libzephyr.a(flash_map.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/libzephyr.a(flash_map.c.obj)
+ .text.flash_area_foreach
+                0x0000000000000000       0x30 zephyr/libzephyr.a(flash_map.c.obj)
+ .text.flash_area_read
+                0x0000000000000000       0x2a zephyr/libzephyr.a(flash_map.c.obj)
+ .text.flash_area_write
+                0x0000000000000000       0x2a zephyr/libzephyr.a(flash_map.c.obj)
+ .text.flash_area_erase
+                0x0000000000000000       0x28 zephyr/libzephyr.a(flash_map.c.obj)
+ .text.flash_area_align
+                0x0000000000000000        0xe zephyr/libzephyr.a(flash_map.c.obj)
+ .text.flash_area_has_driver
+                0x0000000000000000       0x14 zephyr/libzephyr.a(flash_map.c.obj)
+ .text.flash_area_get_device
+                0x0000000000000000        0x4 zephyr/libzephyr.a(flash_map.c.obj)
+ .text.flash_area_erased_val
+                0x0000000000000000        0xe zephyr/libzephyr.a(flash_map.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/libzephyr.a(flash_map_default.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/libzephyr.a(flash_map_default.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/libzephyr.a(flash_map_default.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/libzephyr.a(flash_map_layout.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/libzephyr.a(flash_map_layout.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/libzephyr.a(flash_map_layout.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/libzephyr.a(tracing_none.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/libzephyr.a(tracing_none.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/libzephyr.a(tracing_none.c.obj)
+ .text.sys_trace_isr_enter
+                0x0000000000000000        0x2 zephyr/libzephyr.a(tracing_none.c.obj)
+ .text.sys_trace_isr_exit
+                0x0000000000000000        0x2 zephyr/libzephyr.a(tracing_none.c.obj)
+ .text.sys_trace_isr_exit_to_scheduler
+                0x0000000000000000        0x2 zephyr/libzephyr.a(tracing_none.c.obj)
+ .text.sys_trace_idle
+                0x0000000000000000        0x2 zephyr/libzephyr.a(tracing_none.c.obj)
+ .debug_info    0x0000000000000000       0x56 zephyr/libzephyr.a(tracing_none.c.obj)
+ .debug_abbrev  0x0000000000000000       0x48 zephyr/libzephyr.a(tracing_none.c.obj)
+ .debug_aranges
+                0x0000000000000000       0x38 zephyr/libzephyr.a(tracing_none.c.obj)
+ .debug_ranges  0x0000000000000000       0x28 zephyr/libzephyr.a(tracing_none.c.obj)
+ .debug_line    0x0000000000000000       0x93 zephyr/libzephyr.a(tracing_none.c.obj)
+ .debug_str     0x0000000000000000      0x1ee zephyr/libzephyr.a(tracing_none.c.obj)
+ .comment       0x0000000000000000       0x21 zephyr/libzephyr.a(tracing_none.c.obj)
+ .debug_frame   0x0000000000000000       0x50 zephyr/libzephyr.a(tracing_none.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/libzephyr.a(addr_utils.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/libzephyr.a(addr_utils.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/libzephyr.a(addr_utils.c.obj)
+ .debug_line    0x0000000000000000        0x0 zephyr/libzephyr.a(addr_utils.c.obj)
+ .debug_str     0x0000000000000000      0x19c zephyr/libzephyr.a(addr_utils.c.obj)
+ .comment       0x0000000000000000       0x21 zephyr/libzephyr.a(addr_utils.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/libzephyr.a(settings_store.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/libzephyr.a(settings_store.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/libzephyr.a(settings_store.c.obj)
+ .text.settings_load_subtree
+                0x0000000000000000       0x4c zephyr/libzephyr.a(settings_store.c.obj)
+ .text.settings_load
+                0x0000000000000000        0x6 zephyr/libzephyr.a(settings_store.c.obj)
+ .text.settings_delete
+                0x0000000000000000        0x8 zephyr/libzephyr.a(settings_store.c.obj)
+ .text.settings_save_subtree
+                0x0000000000000000       0xb0 zephyr/libzephyr.a(settings_store.c.obj)
+ .text.settings_save
+                0x0000000000000000        0x6 zephyr/libzephyr.a(settings_store.c.obj)
+ .text.settings_storage_get
+                0x0000000000000000       0x24 zephyr/libzephyr.a(settings_store.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/libzephyr.a(settings.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/libzephyr.a(settings.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/libzephyr.a(settings.c.obj)
+ .text.settings_register
+                0x0000000000000000       0x80 zephyr/libzephyr.a(settings.c.obj)
+ .text.settings_name_next
+                0x0000000000000000       0x24 zephyr/libzephyr.a(settings.c.obj)
+ .text.settings_commit_subtree
+                0x0000000000000000       0x70 zephyr/libzephyr.a(settings.c.obj)
+ .text.settings_commit
+                0x0000000000000000        0x6 zephyr/libzephyr.a(settings.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/libzephyr.a(settings_init.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/libzephyr.a(settings_init.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/libzephyr.a(settings_init.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/libzephyr.a(settings_line.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/libzephyr.a(settings_line.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/libzephyr.a(settings_line.c.obj)
+ .text.settings_line_raw_read_until
+                0x0000000000000000       0xbc zephyr/libzephyr.a(settings_line.c.obj)
+ .text.settings_line_write
+                0x0000000000000000       0xc8 zephyr/libzephyr.a(settings_line.c.obj)
+ .text.settings_line_len_calc
+                0x0000000000000000        0xe zephyr/libzephyr.a(settings_line.c.obj)
+ .text.settings_line_raw_read
+                0x0000000000000000       0x12 zephyr/libzephyr.a(settings_line.c.obj)
+ .text.settings_line_read_cb
+                0x0000000000000000       0x1e zephyr/libzephyr.a(settings_line.c.obj)
+ .text.settings_line_val_read
+                0x0000000000000000       0x16 zephyr/libzephyr.a(settings_line.c.obj)
+ .text.settings_line_val_get_len
+                0x0000000000000000       0x14 zephyr/libzephyr.a(settings_line.c.obj)
+ .text.settings_line_name_read
+                0x0000000000000000       0x20 zephyr/libzephyr.a(settings_line.c.obj)
+ .text.settings_line_entry_copy
+                0x0000000000000000       0x6c zephyr/libzephyr.a(settings_line.c.obj)
+ .text.settings_line_io_init
+                0x0000000000000000       0x14 zephyr/libzephyr.a(settings_line.c.obj)
+ .text.settings_line_dup_check_cb
+                0x0000000000000000       0x7a zephyr/libzephyr.a(settings_line.c.obj)
+ .text.settings_line_load_cb
+                0x0000000000000000       0x28 zephyr/libzephyr.a(settings_line.c.obj)
+ .bss.settings_io_cb
+                0x0000000000000000       0x10 zephyr/libzephyr.a(settings_line.c.obj)
+ .debug_info    0x0000000000000000     0x10e7 zephyr/libzephyr.a(settings_line.c.obj)
+ .debug_abbrev  0x0000000000000000      0x433 zephyr/libzephyr.a(settings_line.c.obj)
+ .debug_loc     0x0000000000000000      0xeb6 zephyr/libzephyr.a(settings_line.c.obj)
+ .debug_aranges
+                0x0000000000000000       0x78 zephyr/libzephyr.a(settings_line.c.obj)
+ .debug_ranges  0x0000000000000000       0xc0 zephyr/libzephyr.a(settings_line.c.obj)
+ .debug_line    0x0000000000000000      0x768 zephyr/libzephyr.a(settings_line.c.obj)
+ .debug_str     0x0000000000000000      0x674 zephyr/libzephyr.a(settings_line.c.obj)
+ .comment       0x0000000000000000       0x21 zephyr/libzephyr.a(settings_line.c.obj)
+ .debug_frame   0x0000000000000000      0x19c zephyr/libzephyr.a(settings_line.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/libzephyr.a(settings_nvs.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/libzephyr.a(settings_nvs.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/libzephyr.a(settings_nvs.c.obj)
+ .text.settings_nvs_src
+                0x0000000000000000       0x14 zephyr/libzephyr.a(settings_nvs.c.obj)
+ .text.settings_nvs_dst
+                0x0000000000000000       0x14 zephyr/libzephyr.a(settings_nvs.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/libzephyr.a(banner.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/libzephyr.a(banner.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/libzephyr.a(banner.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/libzephyr.a(host_extensions.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/libzephyr.a(host_extensions.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/libzephyr.a(host_extensions.c.obj)
+ .debug_info    0x0000000000000000       0x79 zephyr/libzephyr.a(host_extensions.c.obj)
+ .debug_abbrev  0x0000000000000000       0x26 zephyr/libzephyr.a(host_extensions.c.obj)
+ .debug_aranges
+                0x0000000000000000       0x18 zephyr/libzephyr.a(host_extensions.c.obj)
+ .debug_line    0x0000000000000000       0x60 zephyr/libzephyr.a(host_extensions.c.obj)
+ .debug_str     0x0000000000000000      0x245 zephyr/libzephyr.a(host_extensions.c.obj)
+ .comment       0x0000000000000000       0x21 zephyr/libzephyr.a(host_extensions.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/libzephyr.a(lis2mdl_reg.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/libzephyr.a(lis2mdl_reg.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/libzephyr.a(lis2mdl_reg.c.obj)
+ .text.lis2mdl_from_lsb_to_mgauss
+                0x0000000000000000       0x10 zephyr/libzephyr.a(lis2mdl_reg.c.obj)
+ .text.lis2mdl_from_lsb_to_celsius
+                0x0000000000000000       0x1c zephyr/libzephyr.a(lis2mdl_reg.c.obj)
+ .text.lis2mdl_mag_user_offset_get
+                0x0000000000000000       0x3c zephyr/libzephyr.a(lis2mdl_reg.c.obj)
+ .text.lis2mdl_operating_mode_get
+                0x0000000000000000       0x26 zephyr/libzephyr.a(lis2mdl_reg.c.obj)
+ .text.lis2mdl_data_rate_get
+                0x0000000000000000       0x2a zephyr/libzephyr.a(lis2mdl_reg.c.obj)
+ .text.lis2mdl_power_mode_set
+                0x0000000000000000       0x2e zephyr/libzephyr.a(lis2mdl_reg.c.obj)
+ .text.lis2mdl_power_mode_get
+                0x0000000000000000       0x1c zephyr/libzephyr.a(lis2mdl_reg.c.obj)
+ .text.lis2mdl_offset_temp_comp_get
+                0x0000000000000000       0x1c zephyr/libzephyr.a(lis2mdl_reg.c.obj)
+ .text.lis2mdl_low_pass_bandwidth_set
+                0x0000000000000000       0x2e zephyr/libzephyr.a(lis2mdl_reg.c.obj)
+ .text.lis2mdl_low_pass_bandwidth_get
+                0x0000000000000000       0x1c zephyr/libzephyr.a(lis2mdl_reg.c.obj)
+ .text.lis2mdl_set_rst_mode_get
+                0x0000000000000000       0x28 zephyr/libzephyr.a(lis2mdl_reg.c.obj)
+ .text.lis2mdl_set_rst_sensor_single_get
+                0x0000000000000000       0x1c zephyr/libzephyr.a(lis2mdl_reg.c.obj)
+ .text.lis2mdl_block_data_update_get
+                0x0000000000000000       0x1c zephyr/libzephyr.a(lis2mdl_reg.c.obj)
+ .text.lis2mdl_mag_data_ready_get
+                0x0000000000000000       0x1c zephyr/libzephyr.a(lis2mdl_reg.c.obj)
+ .text.lis2mdl_mag_data_ovr_get
+                0x0000000000000000       0x1c zephyr/libzephyr.a(lis2mdl_reg.c.obj)
+ .text.lis2mdl_reset_get
+                0x0000000000000000       0x1c zephyr/libzephyr.a(lis2mdl_reg.c.obj)
+ .text.lis2mdl_boot_get
+                0x0000000000000000       0x1c zephyr/libzephyr.a(lis2mdl_reg.c.obj)
+ .text.lis2mdl_self_test_set
+                0x0000000000000000       0x2e zephyr/libzephyr.a(lis2mdl_reg.c.obj)
+ .text.lis2mdl_self_test_get
+                0x0000000000000000       0x1c zephyr/libzephyr.a(lis2mdl_reg.c.obj)
+ .text.lis2mdl_data_format_set
+                0x0000000000000000       0x2e zephyr/libzephyr.a(lis2mdl_reg.c.obj)
+ .text.lis2mdl_data_format_get
+                0x0000000000000000       0x1c zephyr/libzephyr.a(lis2mdl_reg.c.obj)
+ .text.lis2mdl_status_get
+                0x0000000000000000        0xe zephyr/libzephyr.a(lis2mdl_reg.c.obj)
+ .text.lis2mdl_offset_int_conf_set
+                0x0000000000000000       0x2e zephyr/libzephyr.a(lis2mdl_reg.c.obj)
+ .text.lis2mdl_offset_int_conf_get
+                0x0000000000000000       0x1c zephyr/libzephyr.a(lis2mdl_reg.c.obj)
+ .text.lis2mdl_drdy_on_pin_get
+                0x0000000000000000       0x1c zephyr/libzephyr.a(lis2mdl_reg.c.obj)
+ .text.lis2mdl_int_on_pin_set
+                0x0000000000000000       0x2e zephyr/libzephyr.a(lis2mdl_reg.c.obj)
+ .text.lis2mdl_int_on_pin_get
+                0x0000000000000000       0x1c zephyr/libzephyr.a(lis2mdl_reg.c.obj)
+ .text.lis2mdl_int_gen_conf_set
+                0x0000000000000000        0xe zephyr/libzephyr.a(lis2mdl_reg.c.obj)
+ .text.lis2mdl_int_gen_conf_get
+                0x0000000000000000        0xe zephyr/libzephyr.a(lis2mdl_reg.c.obj)
+ .text.lis2mdl_int_gen_source_get
+                0x0000000000000000        0xe zephyr/libzephyr.a(lis2mdl_reg.c.obj)
+ .text.lis2mdl_int_gen_treshold_set
+                0x0000000000000000       0x16 zephyr/libzephyr.a(lis2mdl_reg.c.obj)
+ .text.lis2mdl_int_gen_treshold_get
+                0x0000000000000000       0x20 zephyr/libzephyr.a(lis2mdl_reg.c.obj)
+ .text.lis2mdl_spi_mode_get
+                0x0000000000000000       0x1c zephyr/libzephyr.a(lis2mdl_reg.c.obj)
+ .text.lis2mdl_i2c_interface_set
+                0x0000000000000000       0x2e zephyr/libzephyr.a(lis2mdl_reg.c.obj)
+ .text.lis2mdl_i2c_interface_get
+                0x0000000000000000       0x1c zephyr/libzephyr.a(lis2mdl_reg.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/libzephyr.a(utils.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/libzephyr.a(utils.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/libzephyr.a(utils.c.obj)
+ .text._compare
+                0x0000000000000000       0x1a zephyr/libzephyr.a(utils.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/libzephyr.a(aes_decrypt.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/libzephyr.a(aes_decrypt.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/libzephyr.a(aes_decrypt.c.obj)
+ .text.add_round_key
+                0x0000000000000000       0x8a zephyr/libzephyr.a(aes_decrypt.c.obj)
+ .text.inv_sub_bytes
+                0x0000000000000000       0x18 zephyr/libzephyr.a(aes_decrypt.c.obj)
+ .text.inv_shift_rows
+                0x0000000000000000       0x72 zephyr/libzephyr.a(aes_decrypt.c.obj)
+ .text.mult_row_column
+                0x0000000000000000      0x252 zephyr/libzephyr.a(aes_decrypt.c.obj)
+ .text.tc_aes128_set_decrypt_key
+                0x0000000000000000        0x4 zephyr/libzephyr.a(aes_decrypt.c.obj)
+ .text.tc_aes_decrypt
+                0x0000000000000000       0xae zephyr/libzephyr.a(aes_decrypt.c.obj)
+ .rodata.inv_sbox
+                0x0000000000000000      0x100 zephyr/libzephyr.a(aes_decrypt.c.obj)
+ .debug_info    0x0000000000000000      0x7bf zephyr/libzephyr.a(aes_decrypt.c.obj)
+ .debug_abbrev  0x0000000000000000      0x206 zephyr/libzephyr.a(aes_decrypt.c.obj)
+ .debug_loc     0x0000000000000000      0x218 zephyr/libzephyr.a(aes_decrypt.c.obj)
+ .debug_aranges
+                0x0000000000000000       0x48 zephyr/libzephyr.a(aes_decrypt.c.obj)
+ .debug_ranges  0x0000000000000000       0x50 zephyr/libzephyr.a(aes_decrypt.c.obj)
+ .debug_line    0x0000000000000000      0x481 zephyr/libzephyr.a(aes_decrypt.c.obj)
+ .debug_str     0x0000000000000000      0x323 zephyr/libzephyr.a(aes_decrypt.c.obj)
+ .comment       0x0000000000000000       0x21 zephyr/libzephyr.a(aes_decrypt.c.obj)
+ .debug_frame   0x0000000000000000       0xac zephyr/libzephyr.a(aes_decrypt.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/libzephyr.a(aes_encrypt.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/libzephyr.a(aes_encrypt.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/libzephyr.a(aes_encrypt.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/libzephyr.a(cmac_mode.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/libzephyr.a(cmac_mode.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/libzephyr.a(cmac_mode.c.obj)
+ .rodata.gf_wrap
+                0x0000000000000000        0x1 zephyr/libzephyr.a(cmac_mode.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/arch/common/libarch__common.a(sw_isr_common.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/arch/common/libarch__common.a(sw_isr_common.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/arch/common/libarch__common.a(sw_isr_common.c.obj)
+ .text.z_get_sw_isr_table_idx
+                0x0000000000000000        0x2 zephyr/arch/common/libarch__common.a(sw_isr_common.c.obj)
+ .debug_info    0x0000000000000000       0xba zephyr/arch/common/libarch__common.a(sw_isr_common.c.obj)
+ .debug_abbrev  0x0000000000000000       0x6b zephyr/arch/common/libarch__common.a(sw_isr_common.c.obj)
+ .debug_loc     0x0000000000000000       0x15 zephyr/arch/common/libarch__common.a(sw_isr_common.c.obj)
+ .debug_aranges
+                0x0000000000000000       0x20 zephyr/arch/common/libarch__common.a(sw_isr_common.c.obj)
+ .debug_ranges  0x0000000000000000       0x10 zephyr/arch/common/libarch__common.a(sw_isr_common.c.obj)
+ .debug_line    0x0000000000000000       0x6b zephyr/arch/common/libarch__common.a(sw_isr_common.c.obj)
+ .debug_str     0x0000000000000000      0x252 zephyr/arch/common/libarch__common.a(sw_isr_common.c.obj)
+ .comment       0x0000000000000000       0x21 zephyr/arch/common/libarch__common.a(sw_isr_common.c.obj)
+ .debug_frame   0x0000000000000000       0x20 zephyr/arch/common/libarch__common.a(sw_isr_common.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/arch/arch/arm/core/libarch__arm__core.a(fatal.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/arch/arch/arm/core/libarch__arm__core.a(fatal.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/arch/arch/arm/core/libarch__arm__core.a(fatal.c.obj)
+ .text.arch_syscall_oops
+                0x0000000000000000       0x1c zephyr/arch/arch/arm/core/libarch__arm__core.a(fatal.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/arch/arch/arm/core/libarch__arm__core.a(nmi.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/arch/arch/arm/core/libarch__arm__core.a(nmi.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/arch/arch/arm/core/libarch__arm__core.a(nmi.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/arch/arch/arm/core/libarch__arm__core.a(nmi_on_reset.S.obj)
+ .data          0x0000000000000000        0x0 zephyr/arch/arch/arm/core/libarch__arm__core.a(nmi_on_reset.S.obj)
+ .bss           0x0000000000000000        0x0 zephyr/arch/arch/arm/core/libarch__arm__core.a(nmi_on_reset.S.obj)
+ .text          0x0000000000000000        0x0 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(exc_exit.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(exc_exit.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(exc_exit.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(fault.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(fault.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(fault.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(fault_s.S.obj)
+ .data          0x0000000000000000        0x0 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(fault_s.S.obj)
+ .bss           0x0000000000000000        0x0 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(fault_s.S.obj)
+ .text          0x0000000000000000        0x0 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(fpu.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(fpu.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(fpu.c.obj)
+ .text.z_arm_save_fp_context
+                0x0000000000000000        0x2 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(fpu.c.obj)
+ .text.z_arm_restore_fp_context
+                0x0000000000000000        0x2 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(fpu.c.obj)
+ .debug_info    0x0000000000000000      0x146 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(fpu.c.obj)
+ .debug_abbrev  0x0000000000000000       0xcd zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(fpu.c.obj)
+ .debug_aranges
+                0x0000000000000000       0x28 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(fpu.c.obj)
+ .debug_ranges  0x0000000000000000       0x18 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(fpu.c.obj)
+ .debug_line    0x0000000000000000      0x15f zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(fpu.c.obj)
+ .debug_str     0x0000000000000000      0x2b3 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(fpu.c.obj)
+ .comment       0x0000000000000000       0x21 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(fpu.c.obj)
+ .debug_frame   0x0000000000000000       0x30 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(fpu.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(reset.S.obj)
+ .data          0x0000000000000000        0x0 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(reset.S.obj)
+ .bss           0x0000000000000000        0x0 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(reset.S.obj)
+ .text          0x0000000000000000        0x0 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(scb.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(scb.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(scb.c.obj)
+ .text.sys_arch_reboot
+                0x0000000000000000       0x24 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(scb.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(thread_abort.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(thread_abort.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(thread_abort.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(vector_table.S.obj)
+ .data          0x0000000000000000        0x0 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(vector_table.S.obj)
+ .bss           0x0000000000000000        0x0 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(vector_table.S.obj)
+ .text          0x0000000000000000        0x0 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(swap.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(swap.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(swap.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(swap_helper.S.obj)
+ .data          0x0000000000000000        0x0 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(swap_helper.S.obj)
+ .bss           0x0000000000000000        0x0 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(swap_helper.S.obj)
+ .text          0x0000000000000000        0x0 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(irq_manage.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(irq_manage.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(irq_manage.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(prep_c.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(prep_c.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(prep_c.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(thread.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(thread.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(thread.c.obj)
+ .text.arch_irq_lock_outlined
+                0x0000000000000000       0x10 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(thread.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(cpu_idle.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(cpu_idle.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(cpu_idle.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(irq_init.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(irq_init.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(irq_init.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(isr_wrapper.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(isr_wrapper.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(isr_wrapper.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/lib/libc/newlib/liblib__libc__newlib.a(libc-hooks.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/lib/libc/newlib/liblib__libc__newlib.a(libc-hooks.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/lib/libc/newlib/liblib__libc__newlib.a(libc-hooks.c.obj)
+ .text.__stdin_hook_install
+                0x0000000000000000        0xc zephyr/lib/libc/newlib/liblib__libc__newlib.a(libc-hooks.c.obj)
+ .text._open    0x0000000000000000        0x6 zephyr/lib/libc/newlib/liblib__libc__newlib.a(libc-hooks.c.obj)
+ .text._kill    0x0000000000000000        0x4 zephyr/lib/libc/newlib/liblib__libc__newlib.a(libc-hooks.c.obj)
+ .text._getpid  0x0000000000000000        0x4 zephyr/lib/libc/newlib/liblib__libc__newlib.a(libc-hooks.c.obj)
+ .rodata._exit.str1.1
+                0x0000000000000000        0x6 zephyr/lib/libc/newlib/liblib__libc__newlib.a(libc-hooks.c.obj)
+ .text._exit    0x0000000000000000       0x10 zephyr/lib/libc/newlib/liblib__libc__newlib.a(libc-hooks.c.obj)
+ .text.__retarget_lock_init
+                0x0000000000000000       0x18 zephyr/lib/libc/newlib/liblib__libc__newlib.a(libc-hooks.c.obj)
+ .text.__retarget_lock_close
+                0x0000000000000000        0x4 zephyr/lib/libc/newlib/liblib__libc__newlib.a(libc-hooks.c.obj)
+ .text.__retarget_lock_close_recursive
+                0x0000000000000000        0x4 zephyr/lib/libc/newlib/liblib__libc__newlib.a(libc-hooks.c.obj)
+ .text.__retarget_lock_acquire
+                0x0000000000000000        0xc zephyr/lib/libc/newlib/liblib__libc__newlib.a(libc-hooks.c.obj)
+ .text.__retarget_lock_try_acquire
+                0x0000000000000000       0x12 zephyr/lib/libc/newlib/liblib__libc__newlib.a(libc-hooks.c.obj)
+ .text.__retarget_lock_try_acquire_recursive
+                0x0000000000000000       0x12 zephyr/lib/libc/newlib/liblib__libc__newlib.a(libc-hooks.c.obj)
+ .text.__retarget_lock_release
+                0x0000000000000000        0x4 zephyr/lib/libc/newlib/liblib__libc__newlib.a(libc-hooks.c.obj)
+ .text.__errno  0x0000000000000000        0x4 zephyr/lib/libc/newlib/liblib__libc__newlib.a(libc-hooks.c.obj)
+ .text.__chk_fail
+                0x0000000000000000       0x20 zephyr/lib/libc/newlib/liblib__libc__newlib.a(libc-hooks.c.obj)
+ .text._gettimeofday
+                0x0000000000000000        0x6 zephyr/lib/libc/newlib/liblib__libc__newlib.a(libc-hooks.c.obj)
+ .rodata.chk_fail_msg.0
+                0x0000000000000000       0x1e zephyr/lib/libc/newlib/liblib__libc__newlib.a(libc-hooks.c.obj)
+ ._k_sem.static.__lock___arc4random_mutex_
+                0x0000000000000000       0x18 zephyr/lib/libc/newlib/liblib__libc__newlib.a(libc-hooks.c.obj)
+ ._k_sem.static.__lock___dd_hash_mutex_
+                0x0000000000000000       0x18 zephyr/lib/libc/newlib/liblib__libc__newlib.a(libc-hooks.c.obj)
+ ._k_sem.static.__lock___tz_mutex_
+                0x0000000000000000       0x18 zephyr/lib/libc/newlib/liblib__libc__newlib.a(libc-hooks.c.obj)
+ ._k_sem.static.__lock___at_quick_exit_mutex_
+                0x0000000000000000       0x18 zephyr/lib/libc/newlib/liblib__libc__newlib.a(libc-hooks.c.obj)
+ ._k_mutex.static.__lock___env_recursive_mutex_
+                0x0000000000000000       0x14 zephyr/lib/libc/newlib/liblib__libc__newlib.a(libc-hooks.c.obj)
+ ._k_mutex.static.__lock___atexit_recursive_mutex_
+                0x0000000000000000       0x14 zephyr/lib/libc/newlib/liblib__libc__newlib.a(libc-hooks.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/lib/libc/common/liblib__libc__common.a(abort.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/lib/libc/common/liblib__libc__common.a(abort.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/lib/libc/common/liblib__libc__common.a(abort.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/soc/soc/nrf52833/libsoc__nordic.a(validate_base_addresses.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/soc/soc/nrf52833/libsoc__nordic.a(validate_base_addresses.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/soc/soc/nrf52833/libsoc__nordic.a(validate_base_addresses.c.obj)
+ .debug_info    0x0000000000000000       0x79 zephyr/soc/soc/nrf52833/libsoc__nordic.a(validate_base_addresses.c.obj)
+ .debug_abbrev  0x0000000000000000       0x26 zephyr/soc/soc/nrf52833/libsoc__nordic.a(validate_base_addresses.c.obj)
+ .debug_aranges
+                0x0000000000000000       0x18 zephyr/soc/soc/nrf52833/libsoc__nordic.a(validate_base_addresses.c.obj)
+ .debug_line    0x0000000000000000       0x55 zephyr/soc/soc/nrf52833/libsoc__nordic.a(validate_base_addresses.c.obj)
+ .debug_str     0x0000000000000000      0x23a zephyr/soc/soc/nrf52833/libsoc__nordic.a(validate_base_addresses.c.obj)
+ .comment       0x0000000000000000       0x21 zephyr/soc/soc/nrf52833/libsoc__nordic.a(validate_base_addresses.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/soc/soc/nrf52833/libsoc__nordic.a(validate_binding_headers.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/soc/soc/nrf52833/libsoc__nordic.a(validate_binding_headers.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/soc/soc/nrf52833/libsoc__nordic.a(validate_binding_headers.c.obj)
+ .debug_info    0x0000000000000000       0x64 zephyr/soc/soc/nrf52833/libsoc__nordic.a(validate_binding_headers.c.obj)
+ .debug_abbrev  0x0000000000000000       0x26 zephyr/soc/soc/nrf52833/libsoc__nordic.a(validate_binding_headers.c.obj)
+ .debug_aranges
+                0x0000000000000000       0x18 zephyr/soc/soc/nrf52833/libsoc__nordic.a(validate_binding_headers.c.obj)
+ .debug_line    0x0000000000000000       0x56 zephyr/soc/soc/nrf52833/libsoc__nordic.a(validate_binding_headers.c.obj)
+ .debug_str     0x0000000000000000      0x224 zephyr/soc/soc/nrf52833/libsoc__nordic.a(validate_binding_headers.c.obj)
+ .comment       0x0000000000000000       0x21 zephyr/soc/soc/nrf52833/libsoc__nordic.a(validate_binding_headers.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/soc/soc/nrf52833/libsoc__nordic.a(validate_enabled_instances.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/soc/soc/nrf52833/libsoc__nordic.a(validate_enabled_instances.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/soc/soc/nrf52833/libsoc__nordic.a(validate_enabled_instances.c.obj)
+ .debug_info    0x0000000000000000       0x79 zephyr/soc/soc/nrf52833/libsoc__nordic.a(validate_enabled_instances.c.obj)
+ .debug_abbrev  0x0000000000000000       0x26 zephyr/soc/soc/nrf52833/libsoc__nordic.a(validate_enabled_instances.c.obj)
+ .debug_aranges
+                0x0000000000000000       0x18 zephyr/soc/soc/nrf52833/libsoc__nordic.a(validate_enabled_instances.c.obj)
+ .debug_line    0x0000000000000000       0x58 zephyr/soc/soc/nrf52833/libsoc__nordic.a(validate_enabled_instances.c.obj)
+ .debug_str     0x0000000000000000      0x23d zephyr/soc/soc/nrf52833/libsoc__nordic.a(validate_enabled_instances.c.obj)
+ .comment       0x0000000000000000       0x21 zephyr/soc/soc/nrf52833/libsoc__nordic.a(validate_enabled_instances.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/soc/soc/nrf52833/libsoc__nordic.a(soc.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/soc/soc/nrf52833/libsoc__nordic.a(soc.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/soc/soc/nrf52833/libsoc__nordic.a(soc.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/subsys/lorawan/libloramac-node.a(lorawan.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/subsys/lorawan/libloramac-node.a(lorawan.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/subsys/lorawan/libloramac-node.a(lorawan.c.obj)
+ .rodata.lorawan_set_class.str1.1
+                0x0000000000000000       0x3a zephyr/subsys/lorawan/libloramac-node.a(lorawan.c.obj)
+ .text.lorawan_set_class
+                0x0000000000000000       0x90 zephyr/subsys/lorawan/libloramac-node.a(lorawan.c.obj)
+ .text.lorawan_set_channels_mask
+                0x0000000000000000       0x30 zephyr/subsys/lorawan/libloramac-node.a(lorawan.c.obj)
+ .text.lorawan_get_min_datarate
+                0x0000000000000000       0x1a zephyr/subsys/lorawan/libloramac-node.a(lorawan.c.obj)
+ .text.lorawan_enable_adr
+                0x0000000000000000       0x28 zephyr/subsys/lorawan/libloramac-node.a(lorawan.c.obj)
+ .text.lorawan_set_conf_msg_tries
+                0x0000000000000000       0x24 zephyr/subsys/lorawan/libloramac-node.a(lorawan.c.obj)
+ .text.lorawan_register_battery_level_callback
+                0x0000000000000000        0xc zephyr/subsys/lorawan/libloramac-node.a(lorawan.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/subsys/lorawan/libloramac-node.a(lw_priv.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/subsys/lorawan/libloramac-node.a(lw_priv.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/subsys/lorawan/libloramac-node.a(lw_priv.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/subsys/lorawan/libloramac-node.a(lorawan_nvm_settings.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/subsys/lorawan/libloramac-node.a(lorawan_nvm_settings.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/subsys/lorawan/libloramac-node.a(lorawan_nvm_settings.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/subsys/lorawan/libloramac-node.a(hal_common.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/subsys/lorawan/libloramac-node.a(hal_common.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/subsys/lorawan/libloramac-node.a(hal_common.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/subsys/lorawan/libloramac-node.a(sx12xx_common.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/subsys/lorawan/libloramac-node.a(sx12xx_common.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/subsys/lorawan/libloramac-node.a(sx12xx_common.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/subsys/lorawan/libloramac-node.a(sx127x.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/subsys/lorawan/libloramac-node.a(sx127x.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/subsys/lorawan/libloramac-node.a(sx127x.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/subsys/lorawan/libloramac-node.a(utilities.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/subsys/lorawan/libloramac-node.a(utilities.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/subsys/lorawan/libloramac-node.a(utilities.c.obj)
+ .text.Nibble2HexChar
+                0x0000000000000000       0x16 zephyr/subsys/lorawan/libloramac-node.a(utilities.c.obj)
+ .text.Crc32Init
+                0x0000000000000000        0x6 zephyr/subsys/lorawan/libloramac-node.a(utilities.c.obj)
+ .text.Crc32Update
+                0x0000000000000000       0x34 zephyr/subsys/lorawan/libloramac-node.a(utilities.c.obj)
+ .text.Crc32Finalize
+                0x0000000000000000        0x4 zephyr/subsys/lorawan/libloramac-node.a(utilities.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/subsys/lorawan/libloramac-node.a(systime.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/subsys/lorawan/libloramac-node.a(systime.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/subsys/lorawan/libloramac-node.a(systime.c.obj)
+ .text.CalendarDiv61
+                0x0000000000000000       0x2c zephyr/subsys/lorawan/libloramac-node.a(systime.c.obj)
+ .text.CalendarDiv60
+                0x0000000000000000       0x2e zephyr/subsys/lorawan/libloramac-node.a(systime.c.obj)
+ .text.SysTimeToMs
+                0x0000000000000000       0x3e zephyr/subsys/lorawan/libloramac-node.a(systime.c.obj)
+ .text.SysTimeFromMs
+                0x0000000000000000       0x40 zephyr/subsys/lorawan/libloramac-node.a(systime.c.obj)
+ .text.SysTimeMkTime
+                0x0000000000000000       0x78 zephyr/subsys/lorawan/libloramac-node.a(systime.c.obj)
+ .text.SysTimeLocalTime
+                0x0000000000000000      0x128 zephyr/subsys/lorawan/libloramac-node.a(systime.c.obj)
+ .rodata.str1.1
+                0x0000000000000000       0x1c zephyr/subsys/lorawan/libloramac-node.a(systime.c.obj)
+ .data.WeekDayString
+                0x0000000000000000       0x1c zephyr/subsys/lorawan/libloramac-node.a(systime.c.obj)
+ .rodata        0x0000000000000000       0x10 zephyr/subsys/lorawan/libloramac-node.a(systime.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/subsys/lorawan/libloramac-node.a(timer.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/subsys/lorawan/libloramac-node.a(timer.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/subsys/lorawan/libloramac-node.a(timer.c.obj)
+ .text.TimerSetContext
+                0x0000000000000000        0x4 zephyr/subsys/lorawan/libloramac-node.a(timer.c.obj)
+ .text.TimerIsStarted
+                0x0000000000000000        0x4 zephyr/subsys/lorawan/libloramac-node.a(timer.c.obj)
+ .text.TimerReset
+                0x0000000000000000       0x12 zephyr/subsys/lorawan/libloramac-node.a(timer.c.obj)
+ .text.TimerTempCompensation
+                0x0000000000000000        0x4 zephyr/subsys/lorawan/libloramac-node.a(timer.c.obj)
+ .text.TimerProcess
+                0x0000000000000000        0x4 zephyr/subsys/lorawan/libloramac-node.a(timer.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/subsys/lorawan/libloramac-node.a(delay.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/subsys/lorawan/libloramac-node.a(delay.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/subsys/lorawan/libloramac-node.a(delay.c.obj)
+ .text.Delay    0x0000000000000000       0x18 zephyr/subsys/lorawan/libloramac-node.a(delay.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/subsys/lorawan/libloramac-node.a(sx1276.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/subsys/lorawan/libloramac-node.a(sx1276.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/subsys/lorawan/libloramac-node.a(sx1276.c.obj)
+ .text.SX1276StartCad
+                0x0000000000000000       0x3c zephyr/subsys/lorawan/libloramac-node.a(sx1276.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/subsys/lorawan/libloramac-node.a(aes.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/subsys/lorawan/libloramac-node.a(aes.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/subsys/lorawan/libloramac-node.a(aes.c.obj)
+ .text.aes_cbc_encrypt
+                0x0000000000000000       0x90 zephyr/subsys/lorawan/libloramac-node.a(aes.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/subsys/lorawan/libloramac-node.a(cmac.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/subsys/lorawan/libloramac-node.a(cmac.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/subsys/lorawan/libloramac-node.a(cmac.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/subsys/lorawan/libloramac-node.a(soft-se.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/subsys/lorawan/libloramac-node.a(soft-se.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/subsys/lorawan/libloramac-node.a(soft-se.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/subsys/lorawan/libloramac-node.a(soft-se-hal.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/subsys/lorawan/libloramac-node.a(soft-se-hal.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/subsys/lorawan/libloramac-node.a(soft-se-hal.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/subsys/lorawan/libloramac-node.a(LoRaMac.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/subsys/lorawan/libloramac-node.a(LoRaMac.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/subsys/lorawan/libloramac-node.a(LoRaMac.c.obj)
+ .text.LoRaMacStop
+                0x0000000000000000       0x3c zephyr/subsys/lorawan/libloramac-node.a(LoRaMac.c.obj)
+ .text.LoRaMacChannelAdd
+                0x0000000000000000       0x3c zephyr/subsys/lorawan/libloramac-node.a(LoRaMac.c.obj)
+ .text.LoRaMacChannelRemove
+                0x0000000000000000       0x3c zephyr/subsys/lorawan/libloramac-node.a(LoRaMac.c.obj)
+ .text.LoRaMacMcChannelSetup
+                0x0000000000000000       0xc0 zephyr/subsys/lorawan/libloramac-node.a(LoRaMac.c.obj)
+ .text.LoRaMacMcChannelDelete
+                0x0000000000000000       0x60 zephyr/subsys/lorawan/libloramac-node.a(LoRaMac.c.obj)
+ .text.LoRaMacMcChannelGetGroupId
+                0x0000000000000000       0x24 zephyr/subsys/lorawan/libloramac-node.a(LoRaMac.c.obj)
+ .text.LoRaMacMcChannelSetupRxParams
+                0x0000000000000000       0xd0 zephyr/subsys/lorawan/libloramac-node.a(LoRaMac.c.obj)
+ .text.LoRaMacTestSetDutyCycleOn
+                0x0000000000000000       0x38 zephyr/subsys/lorawan/libloramac-node.a(LoRaMac.c.obj)
+ .text.LoRaMacDeInitialization
+                0x0000000000000000       0x44 zephyr/subsys/lorawan/libloramac-node.a(LoRaMac.c.obj)
+ .text.LoRaMacReset
+                0x0000000000000000       0x50 zephyr/subsys/lorawan/libloramac-node.a(LoRaMac.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacAdr.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacAdr.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacAdr.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacClassB.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacClassB.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacClassB.c.obj)
+ .text.LoRaMacClassBIsAcquisitionPending
+                0x0000000000000000        0x4 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacClassB.c.obj)
+ .text.LoRaMacClassBStartRxSlots
+                0x0000000000000000        0x2 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacClassB.c.obj)
+ .text.LoRaMacClassBSetMulticastPeriodicity
+                0x0000000000000000        0x2 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacClassB.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacCommands.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacCommands.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacCommands.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacConfirmQueue.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacConfirmQueue.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacConfirmQueue.c.obj)
+ .text.LoRaMacConfirmQueueRemoveLast
+                0x0000000000000000       0x2c zephyr/subsys/lorawan/libloramac-node.a(LoRaMacConfirmQueue.c.obj)
+ .text.LoRaMacConfirmQueueGetStatus
+                0x0000000000000000       0x20 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacConfirmQueue.c.obj)
+ .text.LoRaMacConfirmQueueGetStatusCmn
+                0x0000000000000000        0xc zephyr/subsys/lorawan/libloramac-node.a(LoRaMacConfirmQueue.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacCrypto.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacCrypto.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacCrypto.c.obj)
+ .text.LoRaMacCryptoDeriveMcKEKey
+                0x0000000000000000        0xc zephyr/subsys/lorawan/libloramac-node.a(LoRaMacCrypto.c.obj)
+ .text.LoRaMacCryptoDeriveMcSessionKeyPair
+                0x0000000000000000       0x94 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacCrypto.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacParser.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacParser.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacParser.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacSerializer.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacSerializer.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacSerializer.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/subsys/lorawan/libloramac-node.a(Region.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/subsys/lorawan/libloramac-node.a(Region.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/subsys/lorawan/libloramac-node.a(Region.c.obj)
+ .text.RegionChannelAdd
+                0x0000000000000000        0xe zephyr/subsys/lorawan/libloramac-node.a(Region.c.obj)
+ .text.RegionChannelsRemove
+                0x0000000000000000        0xe zephyr/subsys/lorawan/libloramac-node.a(Region.c.obj)
+ .text.RegionRxBeaconSetup
+                0x0000000000000000       0x10 zephyr/subsys/lorawan/libloramac-node.a(Region.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/subsys/lorawan/libloramac-node.a(RegionCommon.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/subsys/lorawan/libloramac-node.a(RegionCommon.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/subsys/lorawan/libloramac-node.a(RegionCommon.c.obj)
+ .text.RegionCommonRxBeaconSetup
+                0x0000000000000000       0x60 zephyr/subsys/lorawan/libloramac-node.a(RegionCommon.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/subsys/lorawan/libloramac-node.a(RegionEU868.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/subsys/lorawan/libloramac-node.a(RegionEU868.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/subsys/lorawan/libloramac-node.a(RegionEU868.c.obj)
+ .text.RegionEU868RxBeaconSetup
+                0x0000000000000000       0x38 zephyr/subsys/lorawan/libloramac-node.a(RegionEU868.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/subsys/random/libsubsys__random.a(random_xoshiro128.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/subsys/random/libsubsys__random.a(random_xoshiro128.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/subsys/random/libsubsys__random.a(random_xoshiro128.c.obj)
+ .text.xoshiro128_next
+                0x0000000000000000       0x38 zephyr/subsys/random/libsubsys__random.a(random_xoshiro128.c.obj)
+ .text.z_impl_sys_rand_get
+                0x0000000000000000       0x94 zephyr/subsys/random/libsubsys__random.a(random_xoshiro128.c.obj)
+ .bss.initialized
+                0x0000000000000000        0x1 zephyr/subsys/random/libsubsys__random.a(random_xoshiro128.c.obj)
+ .bss.state     0x0000000000000000       0x10 zephyr/subsys/random/libsubsys__random.a(random_xoshiro128.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/subsys/random/libsubsys__random.a(random_entropy_device.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/subsys/random/libsubsys__random.a(random_entropy_device.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/subsys/random/libsubsys__random.a(random_entropy_device.c.obj)
+ .text.z_impl_sys_csrand_get
+                0x0000000000000000       0x20 zephyr/subsys/random/libsubsys__random.a(random_entropy_device.c.obj)
+ .debug_info    0x0000000000000000      0x475 zephyr/subsys/random/libsubsys__random.a(random_entropy_device.c.obj)
+ .debug_abbrev  0x0000000000000000      0x231 zephyr/subsys/random/libsubsys__random.a(random_entropy_device.c.obj)
+ .debug_loc     0x0000000000000000      0x18b zephyr/subsys/random/libsubsys__random.a(random_entropy_device.c.obj)
+ .debug_aranges
+                0x0000000000000000       0x20 zephyr/subsys/random/libsubsys__random.a(random_entropy_device.c.obj)
+ .debug_ranges  0x0000000000000000       0x10 zephyr/subsys/random/libsubsys__random.a(random_entropy_device.c.obj)
+ .debug_line    0x0000000000000000      0x324 zephyr/subsys/random/libsubsys__random.a(random_entropy_device.c.obj)
+ .debug_str     0x0000000000000000      0x403 zephyr/subsys/random/libsubsys__random.a(random_entropy_device.c.obj)
+ .comment       0x0000000000000000       0x21 zephyr/subsys/random/libsubsys__random.a(random_entropy_device.c.obj)
+ .debug_frame   0x0000000000000000       0x28 zephyr/subsys/random/libsubsys__random.a(random_entropy_device.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/subsys/bluetooth/common/libsubsys__bluetooth__common.a(addr.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/subsys/bluetooth/common/libsubsys__bluetooth__common.a(addr.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/subsys/bluetooth/common/libsubsys__bluetooth__common.a(addr.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/subsys/bluetooth/common/libsubsys__bluetooth__common.a(dummy.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/subsys/bluetooth/common/libsubsys__bluetooth__common.a(dummy.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/subsys/bluetooth/common/libsubsys__bluetooth__common.a(dummy.c.obj)
+ .debug_info    0x0000000000000000       0x79 zephyr/subsys/bluetooth/common/libsubsys__bluetooth__common.a(dummy.c.obj)
+ .debug_abbrev  0x0000000000000000       0x26 zephyr/subsys/bluetooth/common/libsubsys__bluetooth__common.a(dummy.c.obj)
+ .debug_aranges
+                0x0000000000000000       0x18 zephyr/subsys/bluetooth/common/libsubsys__bluetooth__common.a(dummy.c.obj)
+ .debug_line    0x0000000000000000       0x50 zephyr/subsys/bluetooth/common/libsubsys__bluetooth__common.a(dummy.c.obj)
+ .debug_str     0x0000000000000000      0x235 zephyr/subsys/bluetooth/common/libsubsys__bluetooth__common.a(dummy.c.obj)
+ .comment       0x0000000000000000       0x21 zephyr/subsys/bluetooth/common/libsubsys__bluetooth__common.a(dummy.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/subsys/bluetooth/common/libsubsys__bluetooth__common.a(bt_str.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/subsys/bluetooth/common/libsubsys__bluetooth__common.a(bt_str.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/subsys/bluetooth/common/libsubsys__bluetooth__common.a(bt_str.c.obj)
+ .rodata.bt_addr_str.str1.1
+                0x0000000000000000       0x1e zephyr/subsys/bluetooth/common/libsubsys__bluetooth__common.a(bt_str.c.obj)
+ .text.bt_addr_str
+                0x0000000000000000       0x34 zephyr/subsys/bluetooth/common/libsubsys__bluetooth__common.a(bt_str.c.obj)
+ .text.bt_uuid_str
+                0x0000000000000000       0x14 zephyr/subsys/bluetooth/common/libsubsys__bluetooth__common.a(bt_str.c.obj)
+ .bss.str.0     0x0000000000000000       0x25 zephyr/subsys/bluetooth/common/libsubsys__bluetooth__common.a(bt_str.c.obj)
+ .bss.str.2     0x0000000000000000       0x12 zephyr/subsys/bluetooth/common/libsubsys__bluetooth__common.a(bt_str.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(long_wq.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(long_wq.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(long_wq.c.obj)
+ .text.bt_long_wq_reschedule
+                0x0000000000000000        0xc zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(long_wq.c.obj)
+ .text.bt_long_wq_submit
+                0x0000000000000000        0xc zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(long_wq.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(uuid.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(uuid.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(uuid.c.obj)
+ .rodata.bt_uuid_to_str.str1.1
+                0x0000000000000000       0x27 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(uuid.c.obj)
+ .text.bt_uuid_to_str
+                0x0000000000000000       0x70 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(uuid.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(addr.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(addr.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(addr.c.obj)
+ .text.bt_addr_le_create_nrpa
+                0x0000000000000000       0x1c zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(addr.c.obj)
+ .text.bt_addr_from_str
+                0x0000000000000000       0x44 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(addr.c.obj)
+ .rodata.bt_addr_le_from_str.str1.1
+                0x0000000000000000       0x4c zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(addr.c.obj)
+ .text.bt_addr_le_from_str
+                0x0000000000000000       0xa4 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(addr.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(buf.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(buf.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(buf.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(data.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(data.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(data.c.obj)
+ .rodata.bt_data_parse.str1.1
+                0x0000000000000000       0x23 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(data.c.obj)
+ .text.bt_data_parse
+                0x0000000000000000       0x64 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(data.c.obj)
+ .text.bt_data_get_len
+                0x0000000000000000       0x1c zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(data.c.obj)
+ .text.bt_data_serialize
+                0x0000000000000000       0x24 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(data.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+ .text.bt_get_phy
+                0x0000000000000000       0x14 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+ .text.bt_get_df_cte_type
+                0x0000000000000000       0x10 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+ .text.bt_unpair
+                0x0000000000000000       0x3a zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+ .text.bt_hci_get_conn_handle
+                0x0000000000000000       0x12 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+ .rodata.hci_tx_thread.str1.1
+                0x0000000000000000       0x40 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+ .text.hci_tx_thread
+                0x0000000000000000      0x164 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+ .rodata.bt_enable.str1.1
+                0x0000000000000000       0x44 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+ .text.bt_enable
+                0x0000000000000000      0x104 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+ .rodata.bt_disable.str1.1
+                0x0000000000000000       0x1d zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+ .text.bt_disable
+                0x0000000000000000       0xd4 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+ .text.bt_set_name
+                0x0000000000000000        0x6 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+ .rodata.bt_le_set_chan_map.str1.1
+                0x0000000000000000       0x39 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+ .text.bt_le_set_chan_map
+                0x0000000000000000       0x64 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+ .text.bt_configure_data_path
+                0x0000000000000000       0x68 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+ .rodata.CSWTCH.15036
+                0x0000000000000000        0x3 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+ .rodata.CSWTCH.15034
+                0x0000000000000000        0x3 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+ .data.events.0
+                0x0000000000000000       0x3c zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+ .noinit."WEST_TOPDIR/zephyr/subsys/bluetooth/host/hci_core.c".1
+                0x0000000000000000      0x600 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+ .bss.tx_thread_data
+                0x0000000000000000       0x78 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+ .noinit."WEST_TOPDIR/zephyr/subsys/bluetooth/host/hci_core.c".0
+                0x0000000000000000      0x400 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_common.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_common.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_common.c.obj)
+ .text.bt_hci_evt_create
+                0x0000000000000000       0x26 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_common.c.obj)
+ .text.bt_hci_cmd_complete_create
+                0x0000000000000000       0x24 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_common.c.obj)
+ .text.bt_hci_cmd_status_create
+                0x0000000000000000       0x24 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_common.c.obj)
+ .debug_info    0x0000000000000000      0x5b3 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_common.c.obj)
+ .debug_abbrev  0x0000000000000000      0x206 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_common.c.obj)
+ .debug_loc     0x0000000000000000      0x22b zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_common.c.obj)
+ .debug_aranges
+                0x0000000000000000       0x30 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_common.c.obj)
+ .debug_ranges  0x0000000000000000       0x68 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_common.c.obj)
+ .debug_line    0x0000000000000000      0x36a zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_common.c.obj)
+ .debug_str     0x0000000000000000      0x3cd zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_common.c.obj)
+ .comment       0x0000000000000000       0x21 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_common.c.obj)
+ .debug_frame   0x0000000000000000       0x64 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_common.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(id.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(id.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(id.c.obj)
+ .text.adv_id_check_func
+                0x0000000000000000       0x1c zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(id.c.obj)
+ .text.bt_id_set_private_addr
+                0x0000000000000000       0x2c zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(id.c.obj)
+ .text.bt_id_scan_random_addr_check
+                0x0000000000000000       0x16 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(id.c.obj)
+ .text.bt_id_adv_random_addr_check
+                0x0000000000000000        0x8 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(id.c.obj)
+ .text.bt_id_adv_limited_stopped
+                0x0000000000000000       0x1c zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(id.c.obj)
+ .text.bt_id_get
+                0x0000000000000000       0x24 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(id.c.obj)
+ .rodata.bt_id_reset.str1.1
+                0x0000000000000000       0x2e zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(id.c.obj)
+ .text.bt_id_reset
+                0x0000000000000000       0xb4 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(id.c.obj)
+ .text.bt_id_delete
+                0x0000000000000000       0x80 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(id.c.obj)
+ .text.bt_le_oob_get_local
+                0x0000000000000000       0x48 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(id.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(adv.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(adv.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(adv.c.obj)
+ .text.get_adv_channel_map
+                0x0000000000000000       0x1e zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(adv.c.obj)
+ .rodata.hci_set_ad.str1.1
+                0x0000000000000000       0x19 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(adv.c.obj)
+ .text.hci_set_ad
+                0x0000000000000000       0xd0 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(adv.c.obj)
+ .text.atomic_set_bit_to
+                0x0000000000000000       0x2e zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(adv.c.obj)
+ .text.valid_adv_param
+                0x0000000000000000       0x84 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(adv.c.obj)
+ .text.le_adv_update.constprop.0
+                0x0000000000000000       0xee zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(adv.c.obj)
+ .text.get_adv_name_type
+                0x0000000000000000       0x20 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(adv.c.obj)
+ .text.get_adv_name_type_param
+                0x0000000000000000       0x20 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(adv.c.obj)
+ .text.bt_le_ext_adv_foreach
+                0x0000000000000000        0xc zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(adv.c.obj)
+ .text.bt_adv_reset_adv_pool
+                0x0000000000000000       0x10 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(adv.c.obj)
+ .text.bt_le_adv_delete_legacy
+                0x0000000000000000        0x2 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(adv.c.obj)
+ .text.bt_le_adv_set_enable_ext
+                0x0000000000000000       0x84 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(adv.c.obj)
+ .text.bt_le_adv_set_enable
+                0x0000000000000000        0x4 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(adv.c.obj)
+ .text.bt_le_adv_update_data
+                0x0000000000000000       0x4c zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(adv.c.obj)
+ .rodata.bt_le_adv_start_legacy.str1.1
+                0x0000000000000000       0x1b zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(adv.c.obj)
+ .text.bt_le_adv_start_legacy
+                0x0000000000000000      0x278 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(adv.c.obj)
+ .text.bt_le_adv_start_ext
+                0x0000000000000000      0x324 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(adv.c.obj)
+ .text.bt_le_adv_start
+                0x0000000000000000       0x64 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(adv.c.obj)
+ .text.bt_le_adv_stop
+                0x0000000000000000       0x78 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(adv.c.obj)
+ .rodata.adv_timeout.str1.1
+                0x0000000000000000       0x1f zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(adv.c.obj)
+ .text.adv_timeout
+                0x0000000000000000       0x24 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(adv.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(conn.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(conn.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(conn.c.obj)
+ .text.bt_conn_get_tx_power_level
+                0x0000000000000000       0x4e zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(conn.c.obj)
+ .rodata.send_frag.str1.1
+                0x0000000000000000       0x22 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(conn.c.obj)
+ .text.send_frag
+                0x0000000000000000      0x19c zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(conn.c.obj)
+ .text.conn_cleanup
+                0x0000000000000000       0x46 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(conn.c.obj)
+ .rodata.bt_conn_send_iso_cb.str1.1
+                0x0000000000000000       0x25 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(conn.c.obj)
+ .text.bt_conn_send_iso_cb
+                0x0000000000000000       0x38 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(conn.c.obj)
+ .text.bt_conn_prepare_events
+                0x0000000000000000       0xa4 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(conn.c.obj)
+ .text.conn_destroy
+                0x0000000000000000       0x24 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(conn.c.obj)
+ .text.bt_conn_foreach
+                0x0000000000000000       0x30 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(conn.c.obj)
+ .text.bt_conn_cleanup_all
+                0x0000000000000000       0x10 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(conn.c.obj)
+ .text.bt_conn_disconnect
+                0x0000000000000000       0x40 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(conn.c.obj)
+ .text.bt_conn_get_security
+                0x0000000000000000        0x4 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(conn.c.obj)
+ .text.bt_conn_cb_register
+                0x0000000000000000       0x10 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(conn.c.obj)
+ .text.bt_conn_cb_unregister
+                0x0000000000000000       0x38 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(conn.c.obj)
+ .text.bt_conn_get_info
+                0x0000000000000000       0xa0 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(conn.c.obj)
+ .text.bt_conn_get_remote_info
+                0x0000000000000000       0x34 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(conn.c.obj)
+ .text.bt_conn_le_get_tx_power_level
+                0x0000000000000000       0x26 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(conn.c.obj)
+ .text.bt_conn_le_param_update
+                0x0000000000000000       0x96 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(conn.c.obj)
+ .text.bt_conn_create_frag_timeout
+                0x0000000000000000        0xc zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(conn.c.obj)
+ .rodata.bt_conn_process_tx.str1.1
+                0x0000000000000000       0x51 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(conn.c.obj)
+ .text.bt_conn_process_tx
+                0x0000000000000000      0x124 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(conn.c.obj)
+ .text.bt_conn_lookup_index
+                0x0000000000000000       0x10 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(conn.c.obj)
+ .rodata.CSWTCH.7241
+                0x0000000000000000        0x7 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(conn.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(l2cap.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(l2cap.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(l2cap.c.obj)
+ .text.bt_l2cap_register_ecred_cb
+                0x0000000000000000        0x2 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(l2cap.c.obj)
+ .text.bt_l2cap_chan_remove
+                0x0000000000000000       0x3e zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(l2cap.c.obj)
+ .rodata.bt_l2cap_chan_state_str.str1.1
+                0x0000000000000000        0x8 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(l2cap.c.obj)
+ .text.bt_l2cap_chan_state_str
+                0x0000000000000000       0x18 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(l2cap.c.obj)
+ .text.bt_l2cap_chan_add
+                0x0000000000000000       0x1e zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(l2cap.c.obj)
+ .text.bt_l2cap_security_changed
+                0x0000000000000000       0x3a zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(l2cap.c.obj)
+ .text.bt_l2cap_le_lookup_tx_cid
+                0x0000000000000000       0x14 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(l2cap.c.obj)
+ .rodata.CSWTCH.2825
+                0x0000000000000000       0x14 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(l2cap.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(att.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(att.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(att.c.obj)
+ .text.bt_att_get_tx_meta_data
+                0x0000000000000000       0x14 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(att.c.obj)
+ .text.bt_att_get_mtu
+                0x0000000000000000       0x52 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(att.c.obj)
+ .text.bt_att_req_cancel
+                0x0000000000000000       0x58 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(att.c.obj)
+ .text.bt_att_find_req_by_user_data
+                0x0000000000000000       0x34 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(att.c.obj)
+ .text.bt_att_increment_tx_meta_data_attr_count
+                0x0000000000000000       0x1c zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(att.c.obj)
+ .text.bt_att_tx_meta_data_match
+                0x0000000000000000       0x34 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(att.c.obj)
+ .text.bt_att_chan_opt_valid
+                0x0000000000000000       0x1a zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(att.c.obj)
+ .text.bt_gatt_authorization_cb_register
+                0x0000000000000000        0x6 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(att.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(gatt.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(gatt.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(gatt.c.obj)
+ .text.get_service_handles
+                0x0000000000000000       0x44 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(gatt.c.obj)
+ .text.remove_peer_from_attr
+                0x0000000000000000       0x30 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(gatt.c.obj)
+ .text.bt_gatt_cb_register
+                0x0000000000000000       0x1c zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(gatt.c.obj)
+ .text.bt_gatt_attr_read
+                0x0000000000000000       0x2e zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(gatt.c.obj)
+ .text.bt_gatt_attr_read_included
+                0x0000000000000000       0x64 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(gatt.c.obj)
+ .text.bt_gatt_attr_read_cep
+                0x0000000000000000       0x36 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(gatt.c.obj)
+ .text.bt_gatt_attr_read_cud
+                0x0000000000000000       0x3e zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(gatt.c.obj)
+ .text.bt_gatt_attr_read_cpf
+                0x0000000000000000       0x46 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(gatt.c.obj)
+ .text.bt_gatt_find_by_uuid
+                0x0000000000000000       0x3c zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(gatt.c.obj)
+ .text.bt_gatt_get_mtu
+                0x0000000000000000        0x4 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(gatt.c.obj)
+ .text.bt_gatt_notify_cb
+                0x0000000000000000       0xec zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(gatt.c.obj)
+ .text.bt_gatt_encrypt_change
+                0x0000000000000000       0x28 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(gatt.c.obj)
+ .text.bt_gatt_clear
+                0x0000000000000000       0x54 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(gatt.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(smp_null.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(smp_null.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(smp_null.c.obj)
+ .text.bt_smp_sign_verify
+                0x0000000000000000        0x6 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(smp_null.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/subsys/net/libsubsys__net.a(buf.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/subsys/net/libsubsys__net.a(buf.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/subsys/net/libsubsys__net.a(buf.c.obj)
+ .text.generic_data_ref
+                0x0000000000000000        0xe zephyr/subsys/net/libsubsys__net.a(buf.c.obj)
+ .text.mem_pool_data_unref
+                0x0000000000000000       0x28 zephyr/subsys/net/libsubsys__net.a(buf.c.obj)
+ .text.mem_pool_data_alloc
+                0x0000000000000000       0x28 zephyr/subsys/net/libsubsys__net.a(buf.c.obj)
+ .text.net_buf_alloc_with_data
+                0x0000000000000000       0x26 zephyr/subsys/net/libsubsys__net.a(buf.c.obj)
+ .text.net_buf_clone
+                0x0000000000000000       0xdc zephyr/subsys/net/libsubsys__net.a(buf.c.obj)
+ .text.net_buf_user_data_copy
+                0x0000000000000000       0x20 zephyr/subsys/net/libsubsys__net.a(buf.c.obj)
+ .text.net_buf_frag_del
+                0x0000000000000000       0x18 zephyr/subsys/net/libsubsys__net.a(buf.c.obj)
+ .text.net_buf_linearize
+                0x0000000000000000       0x56 zephyr/subsys/net/libsubsys__net.a(buf.c.obj)
+ .text.net_buf_append_bytes
+                0x0000000000000000       0x94 zephyr/subsys/net/libsubsys__net.a(buf.c.obj)
+ .text.net_buf_data_match
+                0x0000000000000000       0x50 zephyr/subsys/net/libsubsys__net.a(buf.c.obj)
+ .rodata.net_buf_var_cb
+                0x0000000000000000        0xc zephyr/subsys/net/libsubsys__net.a(buf.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/subsys/net/libsubsys__net.a(buf_simple.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/subsys/net/libsubsys__net.a(buf_simple.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/subsys/net/libsubsys__net.a(buf_simple.c.obj)
+ .text.sys_put_be32
+                0x0000000000000000       0x12 zephyr/subsys/net/libsubsys__net.a(buf_simple.c.obj)
+ .text.sys_put_le32
+                0x0000000000000000       0x12 zephyr/subsys/net/libsubsys__net.a(buf_simple.c.obj)
+ .text.net_buf_simple_init_with_data
+                0x0000000000000000        0xc zephyr/subsys/net/libsubsys__net.a(buf_simple.c.obj)
+ .text.net_buf_simple_clone
+                0x0000000000000000        0xe zephyr/subsys/net/libsubsys__net.a(buf_simple.c.obj)
+ .text.net_buf_simple_add_le16
+                0x0000000000000000       0x14 zephyr/subsys/net/libsubsys__net.a(buf_simple.c.obj)
+ .text.net_buf_simple_add_be16
+                0x0000000000000000       0x14 zephyr/subsys/net/libsubsys__net.a(buf_simple.c.obj)
+ .text.net_buf_simple_add_le24
+                0x0000000000000000       0x1a zephyr/subsys/net/libsubsys__net.a(buf_simple.c.obj)
+ .text.net_buf_simple_add_be24
+                0x0000000000000000       0x1a zephyr/subsys/net/libsubsys__net.a(buf_simple.c.obj)
+ .text.net_buf_simple_add_le32
+                0x0000000000000000       0x16 zephyr/subsys/net/libsubsys__net.a(buf_simple.c.obj)
+ .text.net_buf_simple_add_be32
+                0x0000000000000000       0x16 zephyr/subsys/net/libsubsys__net.a(buf_simple.c.obj)
+ .text.net_buf_simple_add_le40
+                0x0000000000000000       0x18 zephyr/subsys/net/libsubsys__net.a(buf_simple.c.obj)
+ .text.net_buf_simple_add_be40
+                0x0000000000000000       0x1a zephyr/subsys/net/libsubsys__net.a(buf_simple.c.obj)
+ .text.net_buf_simple_add_le48
+                0x0000000000000000       0x1e zephyr/subsys/net/libsubsys__net.a(buf_simple.c.obj)
+ .text.net_buf_simple_add_be48
+                0x0000000000000000       0x20 zephyr/subsys/net/libsubsys__net.a(buf_simple.c.obj)
+ .text.net_buf_simple_add_le64
+                0x0000000000000000       0x20 zephyr/subsys/net/libsubsys__net.a(buf_simple.c.obj)
+ .text.net_buf_simple_add_be64
+                0x0000000000000000       0x20 zephyr/subsys/net/libsubsys__net.a(buf_simple.c.obj)
+ .text.net_buf_simple_remove_mem
+                0x0000000000000000        0xe zephyr/subsys/net/libsubsys__net.a(buf_simple.c.obj)
+ .text.net_buf_simple_remove_u8
+                0x0000000000000000        0xe zephyr/subsys/net/libsubsys__net.a(buf_simple.c.obj)
+ .text.net_buf_simple_remove_le16
+                0x0000000000000000        0xe zephyr/subsys/net/libsubsys__net.a(buf_simple.c.obj)
+ .text.net_buf_simple_remove_be16
+                0x0000000000000000       0x12 zephyr/subsys/net/libsubsys__net.a(buf_simple.c.obj)
+ .text.net_buf_simple_remove_le24
+                0x0000000000000000       0x1c zephyr/subsys/net/libsubsys__net.a(buf_simple.c.obj)
+ .text.net_buf_simple_remove_be24
+                0x0000000000000000       0x1c zephyr/subsys/net/libsubsys__net.a(buf_simple.c.obj)
+ .text.net_buf_simple_remove_le32
+                0x0000000000000000        0xe zephyr/subsys/net/libsubsys__net.a(buf_simple.c.obj)
+ .text.net_buf_simple_remove_be32
+                0x0000000000000000       0x10 zephyr/subsys/net/libsubsys__net.a(buf_simple.c.obj)
+ .text.net_buf_simple_remove_le40
+                0x0000000000000000       0x12 zephyr/subsys/net/libsubsys__net.a(buf_simple.c.obj)
+ .text.net_buf_simple_remove_be40
+                0x0000000000000000       0x2a zephyr/subsys/net/libsubsys__net.a(buf_simple.c.obj)
+ .text.net_buf_simple_remove_le48
+                0x0000000000000000       0x1a zephyr/subsys/net/libsubsys__net.a(buf_simple.c.obj)
+ .text.net_buf_simple_remove_be48
+                0x0000000000000000       0x32 zephyr/subsys/net/libsubsys__net.a(buf_simple.c.obj)
+ .text.net_buf_simple_remove_le64
+                0x0000000000000000       0x12 zephyr/subsys/net/libsubsys__net.a(buf_simple.c.obj)
+ .text.net_buf_simple_remove_be64
+                0x0000000000000000       0x16 zephyr/subsys/net/libsubsys__net.a(buf_simple.c.obj)
+ .text.net_buf_simple_push_mem
+                0x0000000000000000       0x18 zephyr/subsys/net/libsubsys__net.a(buf_simple.c.obj)
+ .text.net_buf_simple_push_le16
+                0x0000000000000000       0x18 zephyr/subsys/net/libsubsys__net.a(buf_simple.c.obj)
+ .text.net_buf_simple_push_be16
+                0x0000000000000000       0x18 zephyr/subsys/net/libsubsys__net.a(buf_simple.c.obj)
+ .text.net_buf_simple_push_u8
+                0x0000000000000000       0x12 zephyr/subsys/net/libsubsys__net.a(buf_simple.c.obj)
+ .text.net_buf_simple_push_le24
+                0x0000000000000000       0x20 zephyr/subsys/net/libsubsys__net.a(buf_simple.c.obj)
+ .text.net_buf_simple_push_be24
+                0x0000000000000000       0x20 zephyr/subsys/net/libsubsys__net.a(buf_simple.c.obj)
+ .text.net_buf_simple_push_le32
+                0x0000000000000000       0x14 zephyr/subsys/net/libsubsys__net.a(buf_simple.c.obj)
+ .text.net_buf_simple_push_be32
+                0x0000000000000000       0x14 zephyr/subsys/net/libsubsys__net.a(buf_simple.c.obj)
+ .text.net_buf_simple_push_le40
+                0x0000000000000000       0x1c zephyr/subsys/net/libsubsys__net.a(buf_simple.c.obj)
+ .text.net_buf_simple_push_be40
+                0x0000000000000000       0x1e zephyr/subsys/net/libsubsys__net.a(buf_simple.c.obj)
+ .text.net_buf_simple_push_le48
+                0x0000000000000000       0x24 zephyr/subsys/net/libsubsys__net.a(buf_simple.c.obj)
+ .text.net_buf_simple_push_be48
+                0x0000000000000000       0x26 zephyr/subsys/net/libsubsys__net.a(buf_simple.c.obj)
+ .text.net_buf_simple_push_le64
+                0x0000000000000000       0x24 zephyr/subsys/net/libsubsys__net.a(buf_simple.c.obj)
+ .text.net_buf_simple_push_be64
+                0x0000000000000000       0x24 zephyr/subsys/net/libsubsys__net.a(buf_simple.c.obj)
+ .text.net_buf_simple_pull_u8
+                0x0000000000000000       0x10 zephyr/subsys/net/libsubsys__net.a(buf_simple.c.obj)
+ .text.net_buf_simple_pull_be16
+                0x0000000000000000       0x14 zephyr/subsys/net/libsubsys__net.a(buf_simple.c.obj)
+ .text.net_buf_simple_pull_le24
+                0x0000000000000000       0x1c zephyr/subsys/net/libsubsys__net.a(buf_simple.c.obj)
+ .text.net_buf_simple_pull_be24
+                0x0000000000000000       0x2a zephyr/subsys/net/libsubsys__net.a(buf_simple.c.obj)
+ .text.net_buf_simple_pull_le32
+                0x0000000000000000       0x10 zephyr/subsys/net/libsubsys__net.a(buf_simple.c.obj)
+ .text.net_buf_simple_pull_be32
+                0x0000000000000000       0x12 zephyr/subsys/net/libsubsys__net.a(buf_simple.c.obj)
+ .text.net_buf_simple_pull_le40
+                0x0000000000000000       0x14 zephyr/subsys/net/libsubsys__net.a(buf_simple.c.obj)
+ .text.net_buf_simple_pull_be40
+                0x0000000000000000       0x28 zephyr/subsys/net/libsubsys__net.a(buf_simple.c.obj)
+ .text.net_buf_simple_pull_le48
+                0x0000000000000000       0x1a zephyr/subsys/net/libsubsys__net.a(buf_simple.c.obj)
+ .text.net_buf_simple_pull_be48
+                0x0000000000000000       0x38 zephyr/subsys/net/libsubsys__net.a(buf_simple.c.obj)
+ .text.net_buf_simple_pull_le64
+                0x0000000000000000       0x14 zephyr/subsys/net/libsubsys__net.a(buf_simple.c.obj)
+ .text.net_buf_simple_pull_be64
+                0x0000000000000000       0x18 zephyr/subsys/net/libsubsys__net.a(buf_simple.c.obj)
+ .text.net_buf_simple_max_len
+                0x0000000000000000        0xe zephyr/subsys/net/libsubsys__net.a(buf_simple.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/drivers/adc/libdrivers__adc.a(adc_common.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/drivers/adc/libdrivers__adc.a(adc_common.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/drivers/adc/libdrivers__adc.a(adc_common.c.obj)
+ .text.adc_gain_invert
+                0x0000000000000000       0x2c zephyr/drivers/adc/libdrivers__adc.a(adc_common.c.obj)
+ .rodata.gains.0
+                0x0000000000000000       0x28 zephyr/drivers/adc/libdrivers__adc.a(adc_common.c.obj)
+ .debug_info    0x0000000000000000      0x216 zephyr/drivers/adc/libdrivers__adc.a(adc_common.c.obj)
+ .debug_abbrev  0x0000000000000000      0x10c zephyr/drivers/adc/libdrivers__adc.a(adc_common.c.obj)
+ .debug_loc     0x0000000000000000       0xb9 zephyr/drivers/adc/libdrivers__adc.a(adc_common.c.obj)
+ .debug_aranges
+                0x0000000000000000       0x20 zephyr/drivers/adc/libdrivers__adc.a(adc_common.c.obj)
+ .debug_ranges  0x0000000000000000       0x10 zephyr/drivers/adc/libdrivers__adc.a(adc_common.c.obj)
+ .debug_line    0x0000000000000000      0x1ea zephyr/drivers/adc/libdrivers__adc.a(adc_common.c.obj)
+ .debug_str     0x0000000000000000      0x380 zephyr/drivers/adc/libdrivers__adc.a(adc_common.c.obj)
+ .comment       0x0000000000000000       0x21 zephyr/drivers/adc/libdrivers__adc.a(adc_common.c.obj)
+ .debug_frame   0x0000000000000000       0x20 zephyr/drivers/adc/libdrivers__adc.a(adc_common.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/drivers/adc/libdrivers__adc.a(adc_nrfx_saadc.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/drivers/adc/libdrivers__adc.a(adc_nrfx_saadc.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/drivers/adc/libdrivers__adc.a(adc_nrfx_saadc.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/drivers/clock_control/libdrivers__clock_control.a(clock_control_nrf.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/drivers/clock_control/libdrivers__clock_control.a(clock_control_nrf.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/drivers/clock_control/libdrivers__clock_control.a(clock_control_nrf.c.obj)
+ .text.z_nrf_clock_control_get_onoff
+                0x0000000000000000       0x10 zephyr/drivers/clock_control/libdrivers__clock_control.a(clock_control_nrf.c.obj)
+ .text.z_nrf_clock_bt_ctlr_hf_request
+                0x0000000000000000       0x2c zephyr/drivers/clock_control/libdrivers__clock_control.a(clock_control_nrf.c.obj)
+ .text.z_nrf_clock_bt_ctlr_hf_release
+                0x0000000000000000       0x34 zephyr/drivers/clock_control/libdrivers__clock_control.a(clock_control_nrf.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/drivers/console/libdrivers__console.a(uart_console.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/drivers/console/libdrivers__console.a(uart_console.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/drivers/console/libdrivers__console.a(uart_console.c.obj)
+ .text.uart_register_input
+                0x0000000000000000        0x2 zephyr/drivers/console/libdrivers__console.a(uart_console.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/drivers/entropy/libdrivers__entropy.a(entropy_nrf5.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/drivers/entropy/libdrivers__entropy.a(entropy_nrf5.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/drivers/entropy/libdrivers__entropy.a(entropy_nrf5.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/drivers/entropy/libdrivers__entropy.a(entropy_bt_hci.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/drivers/entropy/libdrivers__entropy.a(entropy_bt_hci.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/drivers/entropy/libdrivers__entropy.a(entropy_bt_hci.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/drivers/flash/libdrivers__flash.a(soc_flash_nrf.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/drivers/flash/libdrivers__flash.a(soc_flash_nrf.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/drivers/flash/libdrivers__flash.a(soc_flash_nrf.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/drivers/flash/libdrivers__flash.a(flash_page_layout.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/drivers/flash/libdrivers__flash.a(flash_page_layout.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/drivers/flash/libdrivers__flash.a(flash_page_layout.c.obj)
+ .text.z_impl_flash_get_page_info_by_idx
+                0x0000000000000000        0xa zephyr/drivers/flash/libdrivers__flash.a(flash_page_layout.c.obj)
+ .text.z_impl_flash_get_page_count
+                0x0000000000000000       0x28 zephyr/drivers/flash/libdrivers__flash.a(flash_page_layout.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/drivers/gpio/libdrivers__gpio.a(gpio_nrfx.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/drivers/gpio/libdrivers__gpio.a(gpio_nrfx.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/drivers/gpio/libdrivers__gpio.a(gpio_nrfx.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/drivers/i2c/libdrivers__i2c.a(i2c_common.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/drivers/i2c/libdrivers__i2c.a(i2c_common.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/drivers/i2c/libdrivers__i2c.a(i2c_common.c.obj)
+ .text.i2c_dump_msgs_rw
+                0x0000000000000000        0x2 zephyr/drivers/i2c/libdrivers__i2c.a(i2c_common.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/drivers/i2c/libdrivers__i2c.a(i2c_nrfx_twim.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/drivers/i2c/libdrivers__i2c.a(i2c_nrfx_twim.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/drivers/i2c/libdrivers__i2c.a(i2c_nrfx_twim.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/drivers/pinctrl/libdrivers__pinctrl.a(common.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/drivers/pinctrl/libdrivers__pinctrl.a(common.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/drivers/pinctrl/libdrivers__pinctrl.a(common.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/drivers/pinctrl/libdrivers__pinctrl.a(pinctrl_nrf.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/drivers/pinctrl/libdrivers__pinctrl.a(pinctrl_nrf.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/drivers/pinctrl/libdrivers__pinctrl.a(pinctrl_nrf.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/drivers/sensor/bosch/bme280/libdrivers__sensor__bosch__bme280.a(bme280.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/drivers/sensor/bosch/bme280/libdrivers__sensor__bosch__bme280.a(bme280.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/drivers/sensor/bosch/bme280/libdrivers__sensor__bosch__bme280.a(bme280.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/drivers/sensor/bosch/bme280/libdrivers__sensor__bosch__bme280.a(bme280_spi.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/drivers/sensor/bosch/bme280/libdrivers__sensor__bosch__bme280.a(bme280_spi.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/drivers/sensor/bosch/bme280/libdrivers__sensor__bosch__bme280.a(bme280_spi.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/drivers/sensor/bosch/bme280/libdrivers__sensor__bosch__bme280.a(bme280_i2c.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/drivers/sensor/bosch/bme280/libdrivers__sensor__bosch__bme280.a(bme280_i2c.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/drivers/sensor/bosch/bme280/libdrivers__sensor__bosch__bme280.a(bme280_i2c.c.obj)
+ .debug_info    0x0000000000000000       0x79 zephyr/drivers/sensor/bosch/bme280/libdrivers__sensor__bosch__bme280.a(bme280_i2c.c.obj)
+ .debug_abbrev  0x0000000000000000       0x26 zephyr/drivers/sensor/bosch/bme280/libdrivers__sensor__bosch__bme280.a(bme280_i2c.c.obj)
+ .debug_aranges
+                0x0000000000000000       0x18 zephyr/drivers/sensor/bosch/bme280/libdrivers__sensor__bosch__bme280.a(bme280_i2c.c.obj)
+ .debug_line    0x0000000000000000       0x59 zephyr/drivers/sensor/bosch/bme280/libdrivers__sensor__bosch__bme280.a(bme280_i2c.c.obj)
+ .debug_str     0x0000000000000000      0x23e zephyr/drivers/sensor/bosch/bme280/libdrivers__sensor__bosch__bme280.a(bme280_i2c.c.obj)
+ .comment       0x0000000000000000       0x21 zephyr/drivers/sensor/bosch/bme280/libdrivers__sensor__bosch__bme280.a(bme280_i2c.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/drivers/sensor/st/stmemsc/libdrivers__sensor__st__stmemsc.a(stmemsc_i2c.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/drivers/sensor/st/stmemsc/libdrivers__sensor__st__stmemsc.a(stmemsc_i2c.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/drivers/sensor/st/stmemsc/libdrivers__sensor__st__stmemsc.a(stmemsc_i2c.c.obj)
+ .text.stmemsc_i2c_read_incr
+                0x0000000000000000       0x3c zephyr/drivers/sensor/st/stmemsc/libdrivers__sensor__st__stmemsc.a(stmemsc_i2c.c.obj)
+ .text.stmemsc_i2c_write_incr
+                0x0000000000000000       0x3a zephyr/drivers/sensor/st/stmemsc/libdrivers__sensor__st__stmemsc.a(stmemsc_i2c.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/drivers/sensor/st/stmemsc/libdrivers__sensor__st__stmemsc.a(stmemsc_spi.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/drivers/sensor/st/stmemsc/libdrivers__sensor__st__stmemsc.a(stmemsc_spi.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/drivers/sensor/st/stmemsc/libdrivers__sensor__st__stmemsc.a(stmemsc_spi.c.obj)
+ .text.stmemsc_spi_read
+                0x0000000000000000       0x44 zephyr/drivers/sensor/st/stmemsc/libdrivers__sensor__st__stmemsc.a(stmemsc_spi.c.obj)
+ .text.stmemsc_spi_write
+                0x0000000000000000       0x34 zephyr/drivers/sensor/st/stmemsc/libdrivers__sensor__st__stmemsc.a(stmemsc_spi.c.obj)
+ .text.stmemsc_spi_read_incr
+                0x0000000000000000        0x8 zephyr/drivers/sensor/st/stmemsc/libdrivers__sensor__st__stmemsc.a(stmemsc_spi.c.obj)
+ .text.stmemsc_spi_write_incr
+                0x0000000000000000        0x8 zephyr/drivers/sensor/st/stmemsc/libdrivers__sensor__st__stmemsc.a(stmemsc_spi.c.obj)
+ .debug_info    0x0000000000000000      0x97c zephyr/drivers/sensor/st/stmemsc/libdrivers__sensor__st__stmemsc.a(stmemsc_spi.c.obj)
+ .debug_abbrev  0x0000000000000000      0x256 zephyr/drivers/sensor/st/stmemsc/libdrivers__sensor__st__stmemsc.a(stmemsc_spi.c.obj)
+ .debug_loc     0x0000000000000000      0x66a zephyr/drivers/sensor/st/stmemsc/libdrivers__sensor__st__stmemsc.a(stmemsc_spi.c.obj)
+ .debug_aranges
+                0x0000000000000000       0x38 zephyr/drivers/sensor/st/stmemsc/libdrivers__sensor__st__stmemsc.a(stmemsc_spi.c.obj)
+ .debug_ranges  0x0000000000000000       0x68 zephyr/drivers/sensor/st/stmemsc/libdrivers__sensor__st__stmemsc.a(stmemsc_spi.c.obj)
+ .debug_line    0x0000000000000000      0x3b1 zephyr/drivers/sensor/st/stmemsc/libdrivers__sensor__st__stmemsc.a(stmemsc_spi.c.obj)
+ .debug_str     0x0000000000000000      0x490 zephyr/drivers/sensor/st/stmemsc/libdrivers__sensor__st__stmemsc.a(stmemsc_spi.c.obj)
+ .comment       0x0000000000000000       0x21 zephyr/drivers/sensor/st/stmemsc/libdrivers__sensor__st__stmemsc.a(stmemsc_spi.c.obj)
+ .debug_frame   0x0000000000000000       0x70 zephyr/drivers/sensor/st/stmemsc/libdrivers__sensor__st__stmemsc.a(stmemsc_spi.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/drivers/sensor/st/stmemsc/libdrivers__sensor__st__stmemsc.a(stmemsc_mdelay.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/drivers/sensor/st/stmemsc/libdrivers__sensor__st__stmemsc.a(stmemsc_mdelay.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/drivers/sensor/st/stmemsc/libdrivers__sensor__st__stmemsc.a(stmemsc_mdelay.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/drivers/sensor/st/lis2dh/libdrivers__sensor__st__lis2dh.a(lis2dh.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/drivers/sensor/st/lis2dh/libdrivers__sensor__st__lis2dh.a(lis2dh.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/drivers/sensor/st/lis2dh/libdrivers__sensor__st__lis2dh.a(lis2dh.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/drivers/sensor/st/lis2dh/libdrivers__sensor__st__lis2dh.a(lis2dh_i2c.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/drivers/sensor/st/lis2dh/libdrivers__sensor__st__lis2dh.a(lis2dh_i2c.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/drivers/sensor/st/lis2dh/libdrivers__sensor__st__lis2dh.a(lis2dh_i2c.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/drivers/sensor/st/lis2dh/libdrivers__sensor__st__lis2dh.a(lis2dh_spi.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/drivers/sensor/st/lis2dh/libdrivers__sensor__st__lis2dh.a(lis2dh_spi.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/drivers/sensor/st/lis2dh/libdrivers__sensor__st__lis2dh.a(lis2dh_spi.c.obj)
+ .debug_info    0x0000000000000000       0x8e zephyr/drivers/sensor/st/lis2dh/libdrivers__sensor__st__lis2dh.a(lis2dh_spi.c.obj)
+ .debug_abbrev  0x0000000000000000       0x26 zephyr/drivers/sensor/st/lis2dh/libdrivers__sensor__st__lis2dh.a(lis2dh_spi.c.obj)
+ .debug_aranges
+                0x0000000000000000       0x18 zephyr/drivers/sensor/st/lis2dh/libdrivers__sensor__st__lis2dh.a(lis2dh_spi.c.obj)
+ .debug_line    0x0000000000000000       0x56 zephyr/drivers/sensor/st/lis2dh/libdrivers__sensor__st__lis2dh.a(lis2dh_spi.c.obj)
+ .debug_str     0x0000000000000000      0x24f zephyr/drivers/sensor/st/lis2dh/libdrivers__sensor__st__lis2dh.a(lis2dh_spi.c.obj)
+ .comment       0x0000000000000000       0x21 zephyr/drivers/sensor/st/lis2dh/libdrivers__sensor__st__lis2dh.a(lis2dh_spi.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/drivers/sensor/st/lis2mdl/libdrivers__sensor__st__lis2mdl.a(lis2mdl.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/drivers/sensor/st/lis2mdl/libdrivers__sensor__st__lis2mdl.a(lis2mdl.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/drivers/sensor/st/lis2mdl/libdrivers__sensor__st__lis2mdl.a(lis2mdl.c.obj)
+ .bss.lis2mdl_data
+                0x0000000000000000       0x48 zephyr/drivers/sensor/st/lis2mdl/libdrivers__sensor__st__lis2mdl.a(lis2mdl.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/drivers/sensor/st/lis2mdl/libdrivers__sensor__st__lis2mdl.a(lis2mdl_trigger.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/drivers/sensor/st/lis2mdl/libdrivers__sensor__st__lis2mdl.a(lis2mdl_trigger.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/drivers/sensor/st/lis2mdl/libdrivers__sensor__st__lis2mdl.a(lis2mdl_trigger.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/drivers/serial/libdrivers__serial.a(uart_nrfx_uart.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/drivers/serial/libdrivers__serial.a(uart_nrfx_uart.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/drivers/serial/libdrivers__serial.a(uart_nrfx_uart.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/drivers/spi/libdrivers__spi.a(spi_nrfx_spim.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/drivers/spi/libdrivers__spi.a(spi_nrfx_spim.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/drivers/spi/libdrivers__spi.a(spi_nrfx_spim.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/drivers/spi/libdrivers__spi.a(spi_nrfx_common.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/drivers/spi/libdrivers__spi.a(spi_nrfx_common.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/drivers/spi/libdrivers__spi.a(spi_nrfx_common.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/drivers/timer/libdrivers__timer.a(sys_clock_init.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/drivers/timer/libdrivers__timer.a(sys_clock_init.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/drivers/timer/libdrivers__timer.a(sys_clock_init.c.obj)
+ .text.sys_clock_set_timeout
+                0x0000000000000000        0x2 zephyr/drivers/timer/libdrivers__timer.a(sys_clock_init.c.obj)
+ .text.sys_clock_idle_exit
+                0x0000000000000000        0x2 zephyr/drivers/timer/libdrivers__timer.a(sys_clock_init.c.obj)
+ .debug_info    0x0000000000000000       0xda zephyr/drivers/timer/libdrivers__timer.a(sys_clock_init.c.obj)
+ .debug_abbrev  0x0000000000000000       0x7e zephyr/drivers/timer/libdrivers__timer.a(sys_clock_init.c.obj)
+ .debug_aranges
+                0x0000000000000000       0x28 zephyr/drivers/timer/libdrivers__timer.a(sys_clock_init.c.obj)
+ .debug_ranges  0x0000000000000000       0x18 zephyr/drivers/timer/libdrivers__timer.a(sys_clock_init.c.obj)
+ .debug_line    0x0000000000000000      0x126 zephyr/drivers/timer/libdrivers__timer.a(sys_clock_init.c.obj)
+ .debug_str     0x0000000000000000      0x27b zephyr/drivers/timer/libdrivers__timer.a(sys_clock_init.c.obj)
+ .comment       0x0000000000000000       0x21 zephyr/drivers/timer/libdrivers__timer.a(sys_clock_init.c.obj)
+ .debug_frame   0x0000000000000000       0x30 zephyr/drivers/timer/libdrivers__timer.a(sys_clock_init.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/drivers/timer/libdrivers__timer.a(nrf_rtc_timer.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/drivers/timer/libdrivers__timer.a(nrf_rtc_timer.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/drivers/timer/libdrivers__timer.a(nrf_rtc_timer.c.obj)
+ .text.z_nrf_rtc_timer_compare_evt_address_get
+                0x0000000000000000       0x10 zephyr/drivers/timer/libdrivers__timer.a(nrf_rtc_timer.c.obj)
+ .text.z_nrf_rtc_timer_capture_task_address_get
+                0x0000000000000000        0x4 zephyr/drivers/timer/libdrivers__timer.a(nrf_rtc_timer.c.obj)
+ .text.z_nrf_rtc_timer_compare_int_lock
+                0x0000000000000000        0x4 zephyr/drivers/timer/libdrivers__timer.a(nrf_rtc_timer.c.obj)
+ .text.z_nrf_rtc_timer_compare_int_unlock
+                0x0000000000000000        0x4 zephyr/drivers/timer/libdrivers__timer.a(nrf_rtc_timer.c.obj)
+ .text.z_nrf_rtc_timer_compare_read
+                0x0000000000000000       0x10 zephyr/drivers/timer/libdrivers__timer.a(nrf_rtc_timer.c.obj)
+ .text.z_nrf_rtc_timer_abort
+                0x0000000000000000       0x60 zephyr/drivers/timer/libdrivers__timer.a(nrf_rtc_timer.c.obj)
+ .text.z_nrf_rtc_timer_get_ticks
+                0x0000000000000000       0x78 zephyr/drivers/timer/libdrivers__timer.a(nrf_rtc_timer.c.obj)
+ .text.z_nrf_rtc_timer_set
+                0x0000000000000000       0x18 zephyr/drivers/timer/libdrivers__timer.a(nrf_rtc_timer.c.obj)
+ .text.z_nrf_rtc_timer_exact_set
+                0x0000000000000000       0x18 zephyr/drivers/timer/libdrivers__timer.a(nrf_rtc_timer.c.obj)
+ .text.z_nrf_rtc_timer_chan_alloc
+                0x0000000000000000       0x44 zephyr/drivers/timer/libdrivers__timer.a(nrf_rtc_timer.c.obj)
+ .text.z_nrf_rtc_timer_chan_free
+                0x0000000000000000       0x24 zephyr/drivers/timer/libdrivers__timer.a(nrf_rtc_timer.c.obj)
+ .text.z_nrf_rtc_timer_trigger_overflow
+                0x0000000000000000        0x6 zephyr/drivers/timer/libdrivers__timer.a(nrf_rtc_timer.c.obj)
+ .text.sys_clock_disable
+                0x0000000000000000       0x30 zephyr/drivers/timer/libdrivers__timer.a(nrf_rtc_timer.c.obj)
+ .bss.alloc_mask
+                0x0000000000000000        0x4 zephyr/drivers/timer/libdrivers__timer.a(nrf_rtc_timer.c.obj)
+ .text          0x0000000000000000        0x0 modules/nrf/lib/multithreading_lock/lib..__nrf__lib__multithreading_lock.a(multithreading_lock.c.obj)
+ .data          0x0000000000000000        0x0 modules/nrf/lib/multithreading_lock/lib..__nrf__lib__multithreading_lock.a(multithreading_lock.c.obj)
+ .bss           0x0000000000000000        0x0 modules/nrf/lib/multithreading_lock/lib..__nrf__lib__multithreading_lock.a(multithreading_lock.c.obj)
+ .text          0x0000000000000000        0x0 modules/nrf/subsys/bluetooth/controller/lib..__nrf__subsys__bluetooth__controller.a(hci_driver.c.obj)
+ .data          0x0000000000000000        0x0 modules/nrf/subsys/bluetooth/controller/lib..__nrf__subsys__bluetooth__controller.a(hci_driver.c.obj)
+ .bss           0x0000000000000000        0x0 modules/nrf/subsys/bluetooth/controller/lib..__nrf__subsys__bluetooth__controller.a(hci_driver.c.obj)
+ .text.bt_ctlr_set_public_addr
+                0x0000000000000000        0x4 modules/nrf/subsys/bluetooth/controller/lib..__nrf__subsys__bluetooth__controller.a(hci_driver.c.obj)
+ .text          0x0000000000000000        0x0 modules/nrf/subsys/bluetooth/controller/lib..__nrf__subsys__bluetooth__controller.a(hci_internal.c.obj)
+ .data          0x0000000000000000        0x0 modules/nrf/subsys/bluetooth/controller/lib..__nrf__subsys__bluetooth__controller.a(hci_internal.c.obj)
+ .bss           0x0000000000000000        0x0 modules/nrf/subsys/bluetooth/controller/lib..__nrf__subsys__bluetooth__controller.a(hci_internal.c.obj)
+ .text.hci_internal_user_cmd_handler_register
+                0x0000000000000000       0x18 modules/nrf/subsys/bluetooth/controller/lib..__nrf__subsys__bluetooth__controller.a(hci_internal.c.obj)
+ .text          0x0000000000000000        0x0 modules/nrf/subsys/bluetooth/controller/lib..__nrf__subsys__bluetooth__controller.a(crypto.c.obj)
+ .data          0x0000000000000000        0x0 modules/nrf/subsys/bluetooth/controller/lib..__nrf__subsys__bluetooth__controller.a(crypto.c.obj)
+ .bss           0x0000000000000000        0x0 modules/nrf/subsys/bluetooth/controller/lib..__nrf__subsys__bluetooth__controller.a(crypto.c.obj)
+ .text.bt_encrypt_le
+                0x0000000000000000        0xc modules/nrf/subsys/bluetooth/controller/lib..__nrf__subsys__bluetooth__controller.a(crypto.c.obj)
+ .text.bt_encrypt_be
+                0x0000000000000000        0xc modules/nrf/subsys/bluetooth/controller/lib..__nrf__subsys__bluetooth__controller.a(crypto.c.obj)
+ .text          0x0000000000000000        0x0 modules/nrf/subsys/bluetooth/controller/lib..__nrf__subsys__bluetooth__controller.a(ecdh.c.obj)
+ .data          0x0000000000000000        0x0 modules/nrf/subsys/bluetooth/controller/lib..__nrf__subsys__bluetooth__controller.a(ecdh.c.obj)
+ .bss           0x0000000000000000        0x0 modules/nrf/subsys/bluetooth/controller/lib..__nrf__subsys__bluetooth__controller.a(ecdh.c.obj)
+ .text          0x0000000000000000        0x0 modules/nrf/subsys/mpsl/init/lib..__nrf__subsys__mpsl__init.a(mpsl_init.c.obj)
+ .data          0x0000000000000000        0x0 modules/nrf/subsys/mpsl/init/lib..__nrf__subsys__mpsl__init.a(mpsl_init.c.obj)
+ .bss           0x0000000000000000        0x0 modules/nrf/subsys/mpsl/init/lib..__nrf__subsys__mpsl__init.a(mpsl_init.c.obj)
+ .text.mpsl_lib_init
+                0x0000000000000000        0x6 modules/nrf/subsys/mpsl/init/lib..__nrf__subsys__mpsl__init.a(mpsl_init.c.obj)
+ .text.mpsl_lib_uninit
+                0x0000000000000000        0x6 modules/nrf/subsys/mpsl/init/lib..__nrf__subsys__mpsl__init.a(mpsl_init.c.obj)
+ .rodata.z_mpsl_used_nrf_ppi_groups
+                0x0000000000000000        0x4 modules/nrf/subsys/mpsl/init/lib..__nrf__subsys__mpsl__init.a(mpsl_init.c.obj)
+ .rodata.z_mpsl_used_nrf_ppi_channels
+                0x0000000000000000        0x4 modules/nrf/subsys/mpsl/init/lib..__nrf__subsys__mpsl__init.a(mpsl_init.c.obj)
+ .text          0x0000000000000000        0x0 modules/nrf/subsys/mpsl/fem/lib..__nrf__subsys__mpsl__fem.a(mpsl_fem_api_init.c.obj)
+ .data          0x0000000000000000        0x0 modules/nrf/subsys/mpsl/fem/lib..__nrf__subsys__mpsl__fem.a(mpsl_fem_api_init.c.obj)
+ .bss           0x0000000000000000        0x0 modules/nrf/subsys/mpsl/fem/lib..__nrf__subsys__mpsl__fem.a(mpsl_fem_api_init.c.obj)
+ .text          0x0000000000000000        0x0 modules/nrf/drivers/mpsl/clock_control/lib..__nrf__drivers__mpsl__clock_control.a(nrfx_clock_mpsl.c.obj)
+ .data          0x0000000000000000        0x0 modules/nrf/drivers/mpsl/clock_control/lib..__nrf__drivers__mpsl__clock_control.a(nrfx_clock_mpsl.c.obj)
+ .bss           0x0000000000000000        0x0 modules/nrf/drivers/mpsl/clock_control/lib..__nrf__drivers__mpsl__clock_control.a(nrfx_clock_mpsl.c.obj)
+ .text          0x0000000000000000        0x0 modules/nrf/drivers/mpsl/flash_sync/lib..__nrf__drivers__mpsl__flash_sync.a(flash_sync_mpsl.c.obj)
+ .data          0x0000000000000000        0x0 modules/nrf/drivers/mpsl/flash_sync/lib..__nrf__drivers__mpsl__flash_sync.a(flash_sync_mpsl.c.obj)
+ .bss           0x0000000000000000        0x0 modules/nrf/drivers/mpsl/flash_sync/lib..__nrf__drivers__mpsl__flash_sync.a(flash_sync_mpsl.c.obj)
+ .text          0x0000000000000000        0x0 modules/nrf/drivers/mpsl/temp_nrf5/lib..__nrf__drivers__mpsl__temp_nrf5.a(temp_nrf5_mpsl.c.obj)
+ .data          0x0000000000000000        0x0 modules/nrf/drivers/mpsl/temp_nrf5/lib..__nrf__drivers__mpsl__temp_nrf5.a(temp_nrf5_mpsl.c.obj)
+ .bss           0x0000000000000000        0x0 modules/nrf/drivers/mpsl/temp_nrf5/lib..__nrf__drivers__mpsl__temp_nrf5.a(temp_nrf5_mpsl.c.obj)
+ .text          0x0000000000000000        0x0 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(system_nrf52833.c.obj)
+ .data          0x0000000000000000        0x0 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(system_nrf52833.c.obj)
+ .bss           0x0000000000000000        0x0 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(system_nrf52833.c.obj)
+ .text.nvmc_wait
+                0x0000000000000000       0x10 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(system_nrf52833.c.obj)
+ .text.nvmc_config
+                0x0000000000000000       0x10 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(system_nrf52833.c.obj)
+ .text.SystemCoreClockUpdate
+                0x0000000000000000       0x10 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(system_nrf52833.c.obj)
+ .data.SystemCoreClock
+                0x0000000000000000        0x4 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(system_nrf52833.c.obj)
+ .text          0x0000000000000000        0x0 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_glue.c.obj)
+ .data          0x0000000000000000        0x0 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_glue.c.obj)
+ .bss           0x0000000000000000        0x0 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_glue.c.obj)
+ .rodata.nrfx_error_string_get.str1.1
+                0x0000000000000000      0x178 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_glue.c.obj)
+ .text.nrfx_error_string_get
+                0x0000000000000000       0xd8 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_glue.c.obj)
+ .text          0x0000000000000000        0x0 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_flag32_allocator.c.obj)
+ .data          0x0000000000000000        0x0 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_flag32_allocator.c.obj)
+ .bss           0x0000000000000000        0x0 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_flag32_allocator.c.obj)
+ .text.nrfx_flag32_is_allocated
+                0x0000000000000000        0xa modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_flag32_allocator.c.obj)
+ .text          0x0000000000000000        0x0 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_gpiote.c.obj)
+ .data          0x0000000000000000        0x0 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_gpiote.c.obj)
+ .bss           0x0000000000000000        0x0 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_gpiote.c.obj)
+ .text.nrfx_gpiote_in_is_set
+                0x0000000000000000       0x1c modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_gpiote.c.obj)
+ .text.nrfx_gpiote_channels_number_get
+                0x0000000000000000        0xc modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_gpiote.c.obj)
+ .text.nrfx_gpiote_uninit
+                0x0000000000000000       0x6c modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_gpiote.c.obj)
+ .text.nrfx_gpiote_out_set
+                0x0000000000000000       0x1a modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_gpiote.c.obj)
+ .text.nrfx_gpiote_out_clear
+                0x0000000000000000       0x1a modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_gpiote.c.obj)
+ .text.nrfx_gpiote_out_toggle
+                0x0000000000000000       0x28 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_gpiote.c.obj)
+ .text.nrfx_gpiote_out_task_enable
+                0x0000000000000000       0x1e modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_gpiote.c.obj)
+ .text.nrfx_gpiote_out_task_disable
+                0x0000000000000000       0x1e modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_gpiote.c.obj)
+ .text.nrfx_gpiote_out_task_get
+                0x0000000000000000       0x10 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_gpiote.c.obj)
+ .text.nrfx_gpiote_out_task_address_get
+                0x0000000000000000       0x12 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_gpiote.c.obj)
+ .text.nrfx_gpiote_set_task_get
+                0x0000000000000000       0x14 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_gpiote.c.obj)
+ .text.nrfx_gpiote_set_task_address_get
+                0x0000000000000000       0x16 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_gpiote.c.obj)
+ .text.nrfx_gpiote_clr_task_get
+                0x0000000000000000       0x14 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_gpiote.c.obj)
+ .text.nrfx_gpiote_clr_task_address_get
+                0x0000000000000000       0x18 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_gpiote.c.obj)
+ .text.nrfx_gpiote_out_task_force
+                0x0000000000000000       0x2a modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_gpiote.c.obj)
+ .text.nrfx_gpiote_out_task_trigger
+                0x0000000000000000       0x14 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_gpiote.c.obj)
+ .text.nrfx_gpiote_set_task_trigger
+                0x0000000000000000       0x18 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_gpiote.c.obj)
+ .text.nrfx_gpiote_clr_task_trigger
+                0x0000000000000000       0x18 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_gpiote.c.obj)
+ .text.nrfx_gpiote_in_event_address_get
+                0x0000000000000000       0x10 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_gpiote.c.obj)
+ .rodata.port_lens.0
+                0x0000000000000000        0x2 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_gpiote.c.obj)
+ .text          0x0000000000000000        0x0 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_nvmc.c.obj)
+ .data          0x0000000000000000        0x0 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_nvmc.c.obj)
+ .bss           0x0000000000000000        0x0 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_nvmc.c.obj)
+ .text.partial_word_create
+                0x0000000000000000       0x1c modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_nvmc.c.obj)
+ .text.nrfx_nvmc_uicr_erase
+                0x0000000000000000       0x28 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_nvmc.c.obj)
+ .text.nrfx_nvmc_all_erase
+                0x0000000000000000       0x24 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_nvmc.c.obj)
+ .text.nrfx_nvmc_page_partial_erase_init
+                0x0000000000000000       0x3c modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_nvmc.c.obj)
+ .text.nrfx_nvmc_page_partial_erase_continue
+                0x0000000000000000       0x48 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_nvmc.c.obj)
+ .text.nrfx_nvmc_byte_writable_check
+                0x0000000000000000        0xc modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_nvmc.c.obj)
+ .text.nrfx_nvmc_word_writable_check
+                0x0000000000000000        0xc modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_nvmc.c.obj)
+ .text.nrfx_nvmc_byte_write
+                0x0000000000000000       0x20 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_nvmc.c.obj)
+ .text.nrfx_nvmc_halfword_write
+                0x0000000000000000       0x20 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_nvmc.c.obj)
+ .text.nrfx_nvmc_bytes_write
+                0x0000000000000000       0x84 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_nvmc.c.obj)
+ .text.nrfx_nvmc_words_write
+                0x0000000000000000       0x34 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_nvmc.c.obj)
+ .text.nrfx_nvmc_otp_halfword_read
+                0x0000000000000000       0x10 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_nvmc.c.obj)
+ .text.nrfx_nvmc_halfword_writable_check
+                0x0000000000000000       0x24 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_nvmc.c.obj)
+ .data.m_partial_erase_page_addr
+                0x0000000000000000        0x4 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_nvmc.c.obj)
+ .bss.m_partial_erase_time_elapsed
+                0x0000000000000000        0x4 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_nvmc.c.obj)
+ .text          0x0000000000000000        0x0 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_spim.c.obj)
+ .data          0x0000000000000000        0x0 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_spim.c.obj)
+ .bss           0x0000000000000000        0x0 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_spim.c.obj)
+ .text.nrfx_spim_reconfigure
+                0x0000000000000000       0x48 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_spim.c.obj)
+ .text.nrfx_spim_init_check
+                0x0000000000000000       0x18 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_spim.c.obj)
+ .text.nrfx_spim_abort
+                0x0000000000000000       0x18 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_spim.c.obj)
+ .text          0x0000000000000000        0x0 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_twim.c.obj)
+ .data          0x0000000000000000        0x0 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_twim.c.obj)
+ .bss           0x0000000000000000        0x0 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_twim.c.obj)
+ .text.nrfx_twim_reconfigure
+                0x0000000000000000       0x64 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_twim.c.obj)
+ .text.nrfx_twim_init_check
+                0x0000000000000000       0x1c modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_twim.c.obj)
+ .text.nrfx_twim_uninit
+                0x0000000000000000       0x5c modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_twim.c.obj)
+ .text.nrfx_twim_is_busy
+                0x0000000000000000       0x14 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_twim.c.obj)
+ .text.nrfx_twim_start_task_address_get
+                0x0000000000000000        0xe modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_twim.c.obj)
+ .text.nrfx_twim_stopped_event_address_get
+                0x0000000000000000        0x8 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_twim.c.obj)
+ .text          0x0000000000000000        0x0 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_twi_twim.c.obj)
+ .data          0x0000000000000000        0x0 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_twi_twim.c.obj)
+ .bss           0x0000000000000000        0x0 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_twi_twim.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/kernel/libkernel.a(busy_wait.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/kernel/libkernel.a(busy_wait.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/kernel/libkernel.a(busy_wait.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/kernel/libkernel.a(device.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/kernel/libkernel.a(device.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/kernel/libkernel.a(device.c.obj)
+ .text.z_device_get_all_static
+                0x0000000000000000       0x18 zephyr/kernel/libkernel.a(device.c.obj)
+ .text.z_impl_device_get_binding
+                0x0000000000000000       0x54 zephyr/kernel/libkernel.a(device.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/kernel/libkernel.a(errno.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/kernel/libkernel.a(errno.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/kernel/libkernel.a(errno.c.obj)
+ .text.z_impl_z_errno
+                0x0000000000000000        0xc zephyr/kernel/libkernel.a(errno.c.obj)
+ .rodata._k_neg_eagain
+                0x0000000000000000        0x4 zephyr/kernel/libkernel.a(errno.c.obj)
+ .debug_info    0x0000000000000000      0x6b7 zephyr/kernel/libkernel.a(errno.c.obj)
+ .debug_abbrev  0x0000000000000000      0x1c0 zephyr/kernel/libkernel.a(errno.c.obj)
+ .debug_aranges
+                0x0000000000000000       0x20 zephyr/kernel/libkernel.a(errno.c.obj)
+ .debug_ranges  0x0000000000000000       0x10 zephyr/kernel/libkernel.a(errno.c.obj)
+ .debug_line    0x0000000000000000      0x27f zephyr/kernel/libkernel.a(errno.c.obj)
+ .debug_str     0x0000000000000000      0x713 zephyr/kernel/libkernel.a(errno.c.obj)
+ .comment       0x0000000000000000       0x21 zephyr/kernel/libkernel.a(errno.c.obj)
+ .debug_frame   0x0000000000000000       0x20 zephyr/kernel/libkernel.a(errno.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/kernel/libkernel.a(fatal.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/kernel/libkernel.a(fatal.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/kernel/libkernel.a(fatal.c.obj)
+ .text.coredump
+                0x0000000000000000        0x2 zephyr/kernel/libkernel.a(fatal.c.obj)
+ .text.coredump_memory_dump
+                0x0000000000000000        0x2 zephyr/kernel/libkernel.a(fatal.c.obj)
+ .text.coredump_buffer_output
+                0x0000000000000000        0x2 zephyr/kernel/libkernel.a(fatal.c.obj)
+ .text.coredump_query
+                0x0000000000000000        0x6 zephyr/kernel/libkernel.a(fatal.c.obj)
+ .text.coredump_cmd
+                0x0000000000000000        0x6 zephyr/kernel/libkernel.a(fatal.c.obj)
+ .text.k_fatal_halt
+                0x0000000000000000        0x6 zephyr/kernel/libkernel.a(fatal.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/kernel/libkernel.a(init.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/kernel/libkernel.a(init.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/kernel/libkernel.a(init.c.obj)
+ .text.z_impl_device_init
+                0x0000000000000000       0x28 zephyr/kernel/libkernel.a(init.c.obj)
+ .text.z_early_rand_get
+                0x0000000000000000       0x94 zephyr/kernel/libkernel.a(init.c.obj)
+ .data.state.1  0x0000000000000000        0x8 zephyr/kernel/libkernel.a(init.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/kernel/libkernel.a(kheap.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/kernel/libkernel.a(kheap.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/kernel/libkernel.a(kheap.c.obj)
+ .text.k_heap_alloc
+                0x0000000000000000       0x14 zephyr/kernel/libkernel.a(kheap.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/kernel/libkernel.a(mem_slab.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/kernel/libkernel.a(mem_slab.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/kernel/libkernel.a(mem_slab.c.obj)
+ .text.k_mem_slab_init
+                0x0000000000000000       0x1c zephyr/kernel/libkernel.a(mem_slab.c.obj)
+ .text.k_mem_slab_runtime_stats_get
+                0x0000000000000000       0x3c zephyr/kernel/libkernel.a(mem_slab.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/kernel/libkernel.a(idle.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/kernel/libkernel.a(idle.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/kernel/libkernel.a(idle.c.obj)
+ .text.z_pm_save_idle_exit
+                0x0000000000000000        0x4 zephyr/kernel/libkernel.a(idle.c.obj)
+ .text.arch_spin_relax
+                0x0000000000000000        0x4 zephyr/kernel/libkernel.a(idle.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/kernel/libkernel.a(mutex.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/kernel/libkernel.a(mutex.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/kernel/libkernel.a(mutex.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/kernel/libkernel.a(queue.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/kernel/libkernel.a(queue.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/kernel/libkernel.a(queue.c.obj)
+ .text.z_impl_k_queue_cancel_wait
+                0x0000000000000000       0x3e zephyr/kernel/libkernel.a(queue.c.obj)
+ .text.k_queue_insert
+                0x0000000000000000       0x10 zephyr/kernel/libkernel.a(queue.c.obj)
+ .text.z_impl_k_queue_alloc_append
+                0x0000000000000000       0x14 zephyr/kernel/libkernel.a(queue.c.obj)
+ .text.z_impl_k_queue_alloc_prepend
+                0x0000000000000000       0x14 zephyr/kernel/libkernel.a(queue.c.obj)
+ .text.k_queue_append_list
+                0x0000000000000000       0x7c zephyr/kernel/libkernel.a(queue.c.obj)
+ .text.k_queue_merge_slist
+                0x0000000000000000       0x1c zephyr/kernel/libkernel.a(queue.c.obj)
+ .text.k_queue_remove
+                0x0000000000000000       0x4c zephyr/kernel/libkernel.a(queue.c.obj)
+ .text.k_queue_unique_append
+                0x0000000000000000       0x1e zephyr/kernel/libkernel.a(queue.c.obj)
+ .text.z_impl_k_queue_peek_head
+                0x0000000000000000        0x8 zephyr/kernel/libkernel.a(queue.c.obj)
+ .text.z_impl_k_queue_peek_tail
+                0x0000000000000000        0x8 zephyr/kernel/libkernel.a(queue.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/kernel/libkernel.a(sem.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/kernel/libkernel.a(sem.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/kernel/libkernel.a(sem.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/kernel/libkernel.a(system_work_q.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/kernel/libkernel.a(system_work_q.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/kernel/libkernel.a(system_work_q.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/kernel/libkernel.a(work.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/kernel/libkernel.a(work.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/kernel/libkernel.a(work.c.obj)
+ .text.k_work_cancel
+                0x0000000000000000       0x1e zephyr/kernel/libkernel.a(work.c.obj)
+ .text.k_work_cancel_sync
+                0x0000000000000000       0x5a zephyr/kernel/libkernel.a(work.c.obj)
+ .text.k_work_queue_drain
+                0x0000000000000000       0x78 zephyr/kernel/libkernel.a(work.c.obj)
+ .text.k_work_queue_unplug
+                0x0000000000000000       0x2c zephyr/kernel/libkernel.a(work.c.obj)
+ .text.k_work_flush_delayable
+                0x0000000000000000       0x64 zephyr/kernel/libkernel.a(work.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/kernel/libkernel.a(thread.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/kernel/libkernel.a(thread.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/kernel/libkernel.a(thread.c.obj)
+ .text.z_impl_k_is_preempt_thread
+                0x0000000000000000       0x20 zephyr/kernel/libkernel.a(thread.c.obj)
+ .text.z_impl_k_thread_priority_get
+                0x0000000000000000        0x6 zephyr/kernel/libkernel.a(thread.c.obj)
+ .text.z_impl_k_thread_name_copy
+                0x0000000000000000        0x6 zephyr/kernel/libkernel.a(thread.c.obj)
+ .rodata.k_thread_state_str.str1.1
+                0x0000000000000000        0x3 zephyr/kernel/libkernel.a(thread.c.obj)
+ .text.k_thread_state_str
+                0x0000000000000000       0x90 zephyr/kernel/libkernel.a(thread.c.obj)
+ .text.z_init_thread_base
+                0x0000000000000000       0x14 zephyr/kernel/libkernel.a(thread.c.obj)
+ .text.k_thread_user_mode_enter
+                0x0000000000000000       0x1c zephyr/kernel/libkernel.a(thread.c.obj)
+ .text.k_thread_runtime_stats_get
+                0x0000000000000000       0x14 zephyr/kernel/libkernel.a(thread.c.obj)
+ .text.k_thread_runtime_stats_all_get
+                0x0000000000000000        0xc zephyr/kernel/libkernel.a(thread.c.obj)
+ .rodata.str1.1
+                0x0000000000000000       0x4d zephyr/kernel/libkernel.a(thread.c.obj)
+ .rodata.state_string.0
+                0x0000000000000000       0x40 zephyr/kernel/libkernel.a(thread.c.obj)
+ ._llext_const_symbol.static.k_is_in_isr_sym_
+                0x0000000000000000        0x8 zephyr/kernel/libkernel.a(thread.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/kernel/libkernel.a(sched.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/kernel/libkernel.a(sched.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/kernel/libkernel.a(sched.c.obj)
+ .text.z_requeue_current
+                0x0000000000000000       0x50 zephyr/kernel/libkernel.a(sched.c.obj)
+ .text.z_ready_thread_locked
+                0x0000000000000000        0x4 zephyr/kernel/libkernel.a(sched.c.obj)
+ .text.z_move_thread_to_end_of_prio_q
+                0x0000000000000000       0x1e zephyr/kernel/libkernel.a(sched.c.obj)
+ .text.z_pend_thread
+                0x0000000000000000       0x44 zephyr/kernel/libkernel.a(sched.c.obj)
+ .text.z_impl_k_thread_resume
+                0x0000000000000000       0x3c zephyr/kernel/libkernel.a(sched.c.obj)
+ .text.z_swap_next_thread
+                0x0000000000000000        0xc zephyr/kernel/libkernel.a(sched.c.obj)
+ .text.init_ready_q
+                0x0000000000000000        0x8 zephyr/kernel/libkernel.a(sched.c.obj)
+ .text.z_impl_k_thread_priority_set
+                0x0000000000000000       0x2c zephyr/kernel/libkernel.a(sched.c.obj)
+ .text.k_can_yield
+                0x0000000000000000       0x30 zephyr/kernel/libkernel.a(sched.c.obj)
+ .text.z_impl_k_usleep
+                0x0000000000000000       0x3c zephyr/kernel/libkernel.a(sched.c.obj)
+ .text.z_impl_k_wakeup
+                0x0000000000000000       0x58 zephyr/kernel/libkernel.a(sched.c.obj)
+ .text.z_impl_k_thread_join
+                0x0000000000000000       0x80 zephyr/kernel/libkernel.a(sched.c.obj)
+ .text.z_sched_waitq_walk
+                0x0000000000000000       0x44 zephyr/kernel/libkernel.a(sched.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/kernel/libkernel.a(timeslicing.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/kernel/libkernel.a(timeslicing.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/kernel/libkernel.a(timeslicing.c.obj)
+ .text.k_sched_time_slice_set
+                0x0000000000000000       0x54 zephyr/kernel/libkernel.a(timeslicing.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/kernel/libkernel.a(xip.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/kernel/libkernel.a(xip.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/kernel/libkernel.a(xip.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/kernel/libkernel.a(timeout.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/kernel/libkernel.a(timeout.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/kernel/libkernel.a(timeout.c.obj)
+ .text.timeout_rem
+                0x0000000000000000       0x34 zephyr/kernel/libkernel.a(timeout.c.obj)
+ .text.z_timeout_remaining
+                0x0000000000000000       0x38 zephyr/kernel/libkernel.a(timeout.c.obj)
+ .text.z_timeout_expires
+                0x0000000000000000       0x38 zephyr/kernel/libkernel.a(timeout.c.obj)
+ .text.z_get_next_timeout_expiry
+                0x0000000000000000       0x1e zephyr/kernel/libkernel.a(timeout.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/kernel/libkernel.a(timer.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/kernel/libkernel.a(timer.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/kernel/libkernel.a(timer.c.obj)
+ .text.z_impl_k_timer_status_get
+                0x0000000000000000       0x20 zephyr/kernel/libkernel.a(timer.c.obj)
+ .text.z_impl_k_timer_status_sync
+                0x0000000000000000       0x54 zephyr/kernel/libkernel.a(timer.c.obj)
+ .bss.lock      0x0000000000000000        0x0 zephyr/kernel/libkernel.a(timer.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/kernel/libkernel.a(poll.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/kernel/libkernel.a(poll.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/kernel/libkernel.a(poll.c.obj)
+ .text.triggered_work_handler
+                0x0000000000000000       0x36 zephyr/kernel/libkernel.a(poll.c.obj)
+ .text.triggered_work_expiration_handler
+                0x0000000000000000       0x18 zephyr/kernel/libkernel.a(poll.c.obj)
+ .text.k_poll_event_init
+                0x0000000000000000       0x1e zephyr/kernel/libkernel.a(poll.c.obj)
+ .text.z_impl_k_poll_signal_init
+                0x0000000000000000        0xa zephyr/kernel/libkernel.a(poll.c.obj)
+ .text.z_impl_k_poll_signal_reset
+                0x0000000000000000        0x6 zephyr/kernel/libkernel.a(poll.c.obj)
+ .text.z_impl_k_poll_signal_check
+                0x0000000000000000        0xa zephyr/kernel/libkernel.a(poll.c.obj)
+ .text.k_work_poll_init
+                0x0000000000000000       0x24 zephyr/kernel/libkernel.a(poll.c.obj)
+ .text.k_work_poll_submit_to_queue
+                0x0000000000000000       0xf8 zephyr/kernel/libkernel.a(poll.c.obj)
+ .text.k_work_poll_submit
+                0x0000000000000000       0x10 zephyr/kernel/libkernel.a(poll.c.obj)
+ .text.k_work_poll_cancel
+                0x0000000000000000       0x4e zephyr/kernel/libkernel.a(poll.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/kernel/libkernel.a(mempool.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/kernel/libkernel.a(mempool.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/kernel/libkernel.a(mempool.c.obj)
+ .text          0x0000000000000000      0x254 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/thumb/v7e-m/nofp/libgcc.a(_arm_muldf3.o)
+ .data          0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/thumb/v7e-m/nofp/libgcc.a(_arm_muldf3.o)
+ .bss           0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/thumb/v7e-m/nofp/libgcc.a(_arm_muldf3.o)
+ .debug_frame   0x0000000000000000       0x30 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/thumb/v7e-m/nofp/libgcc.a(_arm_muldf3.o)
+ .text          0x0000000000000000      0x168 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/thumb/v7e-m/nofp/libgcc.a(_arm_mulsf3.o)
+ .data          0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/thumb/v7e-m/nofp/libgcc.a(_arm_mulsf3.o)
+ .bss           0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/thumb/v7e-m/nofp/libgcc.a(_arm_mulsf3.o)
+ .debug_frame   0x0000000000000000       0x24 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/thumb/v7e-m/nofp/libgcc.a(_arm_mulsf3.o)
+ .data          0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/thumb/v7e-m/nofp/libgcc.a(_arm_addsubdf3.o)
+ .bss           0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/thumb/v7e-m/nofp/libgcc.a(_arm_addsubdf3.o)
+ .data          0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/thumb/v7e-m/nofp/libgcc.a(_arm_muldivdf3.o)
+ .bss           0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/thumb/v7e-m/nofp/libgcc.a(_arm_muldivdf3.o)
+ .data          0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/thumb/v7e-m/nofp/libgcc.a(_arm_cmpdf2.o)
+ .bss           0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/thumb/v7e-m/nofp/libgcc.a(_arm_cmpdf2.o)
+ .text          0x0000000000000000       0xa0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/thumb/v7e-m/nofp/libgcc.a(_arm_truncdfsf2.o)
+ .data          0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/thumb/v7e-m/nofp/libgcc.a(_arm_truncdfsf2.o)
+ .bss           0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/thumb/v7e-m/nofp/libgcc.a(_arm_truncdfsf2.o)
+ .debug_frame   0x0000000000000000       0x24 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/thumb/v7e-m/nofp/libgcc.a(_arm_truncdfsf2.o)
+ .data          0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/thumb/v7e-m/nofp/libgcc.a(_arm_addsubsf3.o)
+ .bss           0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/thumb/v7e-m/nofp/libgcc.a(_arm_addsubsf3.o)
+ .data          0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/thumb/v7e-m/nofp/libgcc.a(_arm_cmpsf2.o)
+ .bss           0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/thumb/v7e-m/nofp/libgcc.a(_arm_cmpsf2.o)
+ .data          0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/thumb/v7e-m/nofp/libgcc.a(_arm_fixsfsi.o)
+ .bss           0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/thumb/v7e-m/nofp/libgcc.a(_arm_fixsfsi.o)
+ .text          0x0000000000000000       0x40 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/thumb/v7e-m/nofp/libgcc.a(_arm_fixunssfsi.o)
+ .data          0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/thumb/v7e-m/nofp/libgcc.a(_arm_fixunssfsi.o)
+ .bss           0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/thumb/v7e-m/nofp/libgcc.a(_arm_fixunssfsi.o)
+ .debug_frame   0x0000000000000000       0x24 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/thumb/v7e-m/nofp/libgcc.a(_arm_fixunssfsi.o)
+ .data          0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/thumb/v7e-m/nofp/libgcc.a(_aeabi_ldivmod.o)
+ .bss           0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/thumb/v7e-m/nofp/libgcc.a(_aeabi_ldivmod.o)
+ .data          0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/thumb/v7e-m/nofp/libgcc.a(_aeabi_uldivmod.o)
+ .bss           0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/thumb/v7e-m/nofp/libgcc.a(_aeabi_uldivmod.o)
+ .text          0x0000000000000000       0x26 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/thumb/v7e-m/nofp/libgcc.a(_popcountsi2.o)
+ .data          0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/thumb/v7e-m/nofp/libgcc.a(_popcountsi2.o)
+ .bss           0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/thumb/v7e-m/nofp/libgcc.a(_popcountsi2.o)
+ .debug_frame   0x0000000000000000       0x20 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/thumb/v7e-m/nofp/libgcc.a(_popcountsi2.o)
+ .text          0x0000000000000000       0x2e /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/thumb/v7e-m/nofp/libgcc.a(_fixdfdi.o)
+ .data          0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/thumb/v7e-m/nofp/libgcc.a(_fixdfdi.o)
+ .bss           0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/thumb/v7e-m/nofp/libgcc.a(_fixdfdi.o)
+ .debug_frame   0x0000000000000000       0x38 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/thumb/v7e-m/nofp/libgcc.a(_fixdfdi.o)
+ .text          0x0000000000000000       0x3c /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/thumb/v7e-m/nofp/libgcc.a(_fixunsdfdi.o)
+ .data          0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/thumb/v7e-m/nofp/libgcc.a(_fixunsdfdi.o)
+ .bss           0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/thumb/v7e-m/nofp/libgcc.a(_fixunsdfdi.o)
+ .debug_frame   0x0000000000000000       0x2c /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/thumb/v7e-m/nofp/libgcc.a(_fixunsdfdi.o)
+ .data          0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/thumb/v7e-m/nofp/libgcc.a(_udivmoddi4.o)
+ .bss           0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/thumb/v7e-m/nofp/libgcc.a(_udivmoddi4.o)
+ .ARM.extab     0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/thumb/v7e-m/nofp/libgcc.a(_udivmoddi4.o)
+ .data          0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/thumb/v7e-m/nofp/libgcc.a(_dvmd_tls.o)
+ .bss           0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/thumb/v7e-m/nofp/libgcc.a(_dvmd_tls.o)
+ .text          0x0000000000000000       0x40 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/thumb/v7e-m/nofp/libgcc.a(_arm_fixunsdfsi.o)
+ .data          0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/thumb/v7e-m/nofp/libgcc.a(_arm_fixunsdfsi.o)
+ .bss           0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/thumb/v7e-m/nofp/libgcc.a(_arm_fixunsdfsi.o)
+ .debug_frame   0x0000000000000000       0x24 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/thumb/v7e-m/nofp/libgcc.a(_arm_fixunsdfsi.o)
+ .text          0x0000000000000000        0x0 /opt/ncs/nrfxlib/crypto/nrf_oberon/lib/cortex-m4/soft-float/liboberon_3.0.15.a(ocrypto_ecdh_p256.c.obj)
+ .data          0x0000000000000000        0x0 /opt/ncs/nrfxlib/crypto/nrf_oberon/lib/cortex-m4/soft-float/liboberon_3.0.15.a(ocrypto_ecdh_p256.c.obj)
+ .bss           0x0000000000000000        0x0 /opt/ncs/nrfxlib/crypto/nrf_oberon/lib/cortex-m4/soft-float/liboberon_3.0.15.a(ocrypto_ecdh_p256.c.obj)
+ .text.ocrypto_ecdh_p256_secret_key_check
+                0x0000000000000000       0x14 /opt/ncs/nrfxlib/crypto/nrf_oberon/lib/cortex-m4/soft-float/liboberon_3.0.15.a(ocrypto_ecdh_p256.c.obj)
+ .text.ocrypto_ecdh_p256_public_key_check
+                0x0000000000000000       0x14 /opt/ncs/nrfxlib/crypto/nrf_oberon/lib/cortex-m4/soft-float/liboberon_3.0.15.a(ocrypto_ecdh_p256.c.obj)
+ .text.ocrypto_ecdh_p256_public_key_init
+                0x0000000000000000       0x1c /opt/ncs/nrfxlib/crypto/nrf_oberon/lib/cortex-m4/soft-float/liboberon_3.0.15.a(ocrypto_ecdh_p256.c.obj)
+ .text.ocrypto_ecdh_p256_public_key_iterate
+                0x0000000000000000        0x4 /opt/ncs/nrfxlib/crypto/nrf_oberon/lib/cortex-m4/soft-float/liboberon_3.0.15.a(ocrypto_ecdh_p256.c.obj)
+ .text.ocrypto_ecdh_p256_public_key_final
+                0x0000000000000000       0x2c /opt/ncs/nrfxlib/crypto/nrf_oberon/lib/cortex-m4/soft-float/liboberon_3.0.15.a(ocrypto_ecdh_p256.c.obj)
+ .text.ocrypto_ecdh_p256_common_secret_init
+                0x0000000000000000       0x34 /opt/ncs/nrfxlib/crypto/nrf_oberon/lib/cortex-m4/soft-float/liboberon_3.0.15.a(ocrypto_ecdh_p256.c.obj)
+ .text.ocrypto_ecdh_p256_common_secret_iterate
+                0x0000000000000000        0x4 /opt/ncs/nrfxlib/crypto/nrf_oberon/lib/cortex-m4/soft-float/liboberon_3.0.15.a(ocrypto_ecdh_p256.c.obj)
+ .text.ocrypto_ecdh_p256_common_secret_final
+                0x0000000000000000       0x2c /opt/ncs/nrfxlib/crypto/nrf_oberon/lib/cortex-m4/soft-float/liboberon_3.0.15.a(ocrypto_ecdh_p256.c.obj)
+ .text          0x0000000000000000        0x0 /opt/ncs/nrfxlib/crypto/nrf_oberon/lib/cortex-m4/soft-float/liboberon_3.0.15.a(ocrypto_sc_p256.c.obj)
+ .data          0x0000000000000000        0x0 /opt/ncs/nrfxlib/crypto/nrf_oberon/lib/cortex-m4/soft-float/liboberon_3.0.15.a(ocrypto_sc_p256.c.obj)
+ .bss           0x0000000000000000        0x0 /opt/ncs/nrfxlib/crypto/nrf_oberon/lib/cortex-m4/soft-float/liboberon_3.0.15.a(ocrypto_sc_p256.c.obj)
+ .text.q_reduction
+                0x0000000000000000       0x6c /opt/ncs/nrfxlib/crypto/nrf_oberon/lib/cortex-m4/soft-float/liboberon_3.0.15.a(ocrypto_sc_p256.c.obj)
+ .text.ocrypto_sc_p256_from_bytes
+                0x0000000000000000       0xe4 /opt/ncs/nrfxlib/crypto/nrf_oberon/lib/cortex-m4/soft-float/liboberon_3.0.15.a(ocrypto_sc_p256.c.obj)
+ .text.ocrypto_sc_p256_from_mod256
+                0x0000000000000000       0x20 /opt/ncs/nrfxlib/crypto/nrf_oberon/lib/cortex-m4/soft-float/liboberon_3.0.15.a(ocrypto_sc_p256.c.obj)
+ .text.ocrypto_sc_p256_to32bytes
+                0x0000000000000000       0x34 /opt/ncs/nrfxlib/crypto/nrf_oberon/lib/cortex-m4/soft-float/liboberon_3.0.15.a(ocrypto_sc_p256.c.obj)
+ .text.ocrypto_sc_p256_add
+                0x0000000000000000       0x28 /opt/ncs/nrfxlib/crypto/nrf_oberon/lib/cortex-m4/soft-float/liboberon_3.0.15.a(ocrypto_sc_p256.c.obj)
+ .text.ocrypto_sc_p256_sub
+                0x0000000000000000       0x1c /opt/ncs/nrfxlib/crypto/nrf_oberon/lib/cortex-m4/soft-float/liboberon_3.0.15.a(ocrypto_sc_p256.c.obj)
+ .text.ocrypto_sc_p256_mul
+                0x0000000000000000       0x1c /opt/ncs/nrfxlib/crypto/nrf_oberon/lib/cortex-m4/soft-float/liboberon_3.0.15.a(ocrypto_sc_p256.c.obj)
+ .text.ocrypto_sc_p256_inv
+                0x0000000000000000      0x350 /opt/ncs/nrfxlib/crypto/nrf_oberon/lib/cortex-m4/soft-float/liboberon_3.0.15.a(ocrypto_sc_p256.c.obj)
+ .rodata.inv    0x0000000000000000       0x20 /opt/ncs/nrfxlib/crypto/nrf_oberon/lib/cortex-m4/soft-float/liboberon_3.0.15.a(ocrypto_sc_p256.c.obj)
+ .data          0x0000000000000000        0x0 /opt/ncs/nrfxlib/crypto/nrf_oberon/lib/cortex-m4/soft-float/liboberon_3.0.15.a(ocrypto_bigint256.s.obj)
+ .bss           0x0000000000000000        0x0 /opt/ncs/nrfxlib/crypto/nrf_oberon/lib/cortex-m4/soft-float/liboberon_3.0.15.a(ocrypto_bigint256.s.obj)
+ .text          0x0000000000000000        0x0 /opt/ncs/nrfxlib/crypto/nrf_oberon/lib/cortex-m4/soft-float/liboberon_3.0.15.a(ocrypto_curve_p256.c.obj)
+ .data          0x0000000000000000        0x0 /opt/ncs/nrfxlib/crypto/nrf_oberon/lib/cortex-m4/soft-float/liboberon_3.0.15.a(ocrypto_curve_p256.c.obj)
+ .bss           0x0000000000000000        0x0 /opt/ncs/nrfxlib/crypto/nrf_oberon/lib/cortex-m4/soft-float/liboberon_3.0.15.a(ocrypto_curve_p256.c.obj)
+ .text.ocrypto_curve_p256_from32bytes
+                0x0000000000000000       0x5c /opt/ncs/nrfxlib/crypto/nrf_oberon/lib/cortex-m4/soft-float/liboberon_3.0.15.a(ocrypto_curve_p256.c.obj)
+ .text.ocrypto_curve_p256_scalarmult_init
+                0x0000000000000000       0x8c /opt/ncs/nrfxlib/crypto/nrf_oberon/lib/cortex-m4/soft-float/liboberon_3.0.15.a(ocrypto_curve_p256.c.obj)
+ .text.ocrypto_curve_p256_scalarmult_iterate
+                0x0000000000000000       0xfc /opt/ncs/nrfxlib/crypto/nrf_oberon/lib/cortex-m4/soft-float/liboberon_3.0.15.a(ocrypto_curve_p256.c.obj)
+ .text.ocrypto_curve_p256_scalarmult_final
+                0x0000000000000000       0x9c /opt/ncs/nrfxlib/crypto/nrf_oberon/lib/cortex-m4/soft-float/liboberon_3.0.15.a(ocrypto_curve_p256.c.obj)
+ .text.ocrypto_curve_p256_scalarmult_base_init
+                0x0000000000000000       0x88 /opt/ncs/nrfxlib/crypto/nrf_oberon/lib/cortex-m4/soft-float/liboberon_3.0.15.a(ocrypto_curve_p256.c.obj)
+ .text.ocrypto_curve_p256_add
+                0x0000000000000000       0xe8 /opt/ncs/nrfxlib/crypto/nrf_oberon/lib/cortex-m4/soft-float/liboberon_3.0.15.a(ocrypto_curve_p256.c.obj)
+ .text          0x0000000000000000        0x0 /opt/ncs/nrfxlib/crypto/nrf_oberon/lib/cortex-m4/soft-float/liboberon_3.0.15.a(ocrypto_mod_p256.c.obj)
+ .data          0x0000000000000000        0x0 /opt/ncs/nrfxlib/crypto/nrf_oberon/lib/cortex-m4/soft-float/liboberon_3.0.15.a(ocrypto_mod_p256.c.obj)
+ .bss           0x0000000000000000        0x0 /opt/ncs/nrfxlib/crypto/nrf_oberon/lib/cortex-m4/soft-float/liboberon_3.0.15.a(ocrypto_mod_p256.c.obj)
+ .text.ocrypto_mod_p256_init
+                0x0000000000000000       0x14 /opt/ncs/nrfxlib/crypto/nrf_oberon/lib/cortex-m4/soft-float/liboberon_3.0.15.a(ocrypto_mod_p256.c.obj)
+ .text.ocrypto_mod_p256_getsign
+                0x0000000000000000        0x8 /opt/ncs/nrfxlib/crypto/nrf_oberon/lib/cortex-m4/soft-float/liboberon_3.0.15.a(ocrypto_mod_p256.c.obj)
+ .text.ocrypto_mod_p256_inv_init
+                0x0000000000000000       0x78 /opt/ncs/nrfxlib/crypto/nrf_oberon/lib/cortex-m4/soft-float/liboberon_3.0.15.a(ocrypto_mod_p256.c.obj)
+ .text.ocrypto_mod_p256_inv_iterate
+                0x0000000000000000      0x164 /opt/ncs/nrfxlib/crypto/nrf_oberon/lib/cortex-m4/soft-float/liboberon_3.0.15.a(ocrypto_mod_p256.c.obj)
+ .text.ocrypto_mod_p256_inv_final
+                0x0000000000000000       0x3c /opt/ncs/nrfxlib/crypto/nrf_oberon/lib/cortex-m4/soft-float/liboberon_3.0.15.a(ocrypto_mod_p256.c.obj)
+ .text.ocrypto_mod_p256_sqrt
+                0x0000000000000000       0xfc /opt/ncs/nrfxlib/crypto/nrf_oberon/lib/cortex-m4/soft-float/liboberon_3.0.15.a(ocrypto_mod_p256.c.obj)
+ .data          0x0000000000000000        0x0 /opt/ncs/nrfxlib/crypto/nrf_oberon/lib/cortex-m4/soft-float/liboberon_3.0.15.a(ocrypto_constant_time.s.obj)
+ .bss           0x0000000000000000        0x0 /opt/ncs/nrfxlib/crypto/nrf_oberon/lib/cortex-m4/soft-float/liboberon_3.0.15.a(ocrypto_constant_time.s.obj)
+ .data          0x0000000000000000        0x0 /opt/ncs/nrfxlib/crypto/nrf_oberon/lib/cortex-m4/soft-float/liboberon_3.0.15.a(ocrypto_mod_p256_base.s.obj)
+ .bss           0x0000000000000000        0x0 /opt/ncs/nrfxlib/crypto/nrf_oberon/lib/cortex-m4/soft-float/liboberon_3.0.15.a(ocrypto_mod_p256_base.s.obj)
+ .text          0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libm_nano.a(lib_a-sf_floor.o)
+ .data          0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libm_nano.a(lib_a-sf_floor.o)
+ .bss           0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libm_nano.a(lib_a-sf_floor.o)
+ .text          0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-ctype_.o)
+ .data          0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-ctype_.o)
+ .bss           0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-ctype_.o)
+ .text          0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-malloc.o)
+ .data          0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-malloc.o)
+ .bss           0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-malloc.o)
+ .text.free     0x0000000000000000       0x10 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-malloc.o)
+ .data          0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-memchr.o)
+ .bss           0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-memchr.o)
+ .text          0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-memcmp.o)
+ .data          0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-memcmp.o)
+ .bss           0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-memcmp.o)
+ .text          0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-memcpy-stub.o)
+ .data          0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-memcpy-stub.o)
+ .bss           0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-memcpy-stub.o)
+ .text          0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-memset.o)
+ .data          0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-memset.o)
+ .bss           0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-memset.o)
+ .text          0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-nano-freer.o)
+ .data          0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-nano-freer.o)
+ .bss           0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-nano-freer.o)
+ .text          0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-nano-mallocr.o)
+ .data          0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-nano-mallocr.o)
+ .bss           0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-nano-mallocr.o)
+ .text          0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-nano-vfprintf_float.o)
+ .data          0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-nano-vfprintf_float.o)
+ .bss           0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-nano-vfprintf_float.o)
+ .text          0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-nano-vfprintf_i.o)
+ .data          0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-nano-vfprintf_i.o)
+ .bss           0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-nano-vfprintf_i.o)
+ .text          0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-sbrkr.o)
+ .data          0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-sbrkr.o)
+ .bss           0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-sbrkr.o)
+ .data          0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-strcmp.o)
+ .bss           0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-strcmp.o)
+ .text          0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-strcpy.o)
+ .data          0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-strcpy.o)
+ .bss           0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-strcpy.o)
+ .data          0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-strlen.o)
+ .bss           0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-strlen.o)
+ .text          0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-strnlen.o)
+ .data          0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-strnlen.o)
+ .bss           0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-strnlen.o)
+ .text          0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-dtoa.o)
+ .data          0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-dtoa.o)
+ .bss           0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-dtoa.o)
+ .text          0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-impure.o)
+ .data          0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-impure.o)
+ .bss           0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-impure.o)
+ .text          0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-localeconv.o)
+ .data          0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-localeconv.o)
+ .bss           0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-localeconv.o)
+ .text.__localeconv_l
+                0x0000000000000000        0x4 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-localeconv.o)
+ .text.localeconv
+                0x0000000000000000        0x8 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-localeconv.o)
+ .text          0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-mlock.o)
+ .data          0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-mlock.o)
+ .bss           0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-mlock.o)
+ .text          0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-mprec.o)
+ .data          0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-mprec.o)
+ .bss           0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-mprec.o)
+ .text.__s2b    0x0000000000000000       0x94 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-mprec.o)
+ .text.__ulp    0x0000000000000000       0x40 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-mprec.o)
+ .text.__b2d    0x0000000000000000       0x94 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-mprec.o)
+ .text.__ratio  0x0000000000000000       0x60 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-mprec.o)
+ .text._mprec_log10
+                0x0000000000000000       0x38 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-mprec.o)
+ .text.__copybits
+                0x0000000000000000       0x46 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-mprec.o)
+ .text.__any_on
+                0x0000000000000000       0x42 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-mprec.o)
+ .rodata.__mprec_tinytens
+                0x0000000000000000       0x28 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-mprec.o)
+ .text          0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-nano-callocr.o)
+ .data          0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-nano-callocr.o)
+ .bss           0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-nano-callocr.o)
+ .text          0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-reent.o)
+ .data          0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-reent.o)
+ .bss           0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-reent.o)
+ .text.cleanup_glue
+                0x0000000000000000       0x1a /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-reent.o)
+ .text._reclaim_reent
+                0x0000000000000000       0xb8 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-reent.o)
+ .text          0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-assert.o)
+ .data          0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-assert.o)
+ .bss           0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-assert.o)
+ .text.__assert
+                0x0000000000000000        0xa /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-assert.o)
+ .text          0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-fprintf.o)
+ .data          0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-fprintf.o)
+ .bss           0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-fprintf.o)
+ .text._fprintf_r
+                0x0000000000000000       0x1a /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-fprintf.o)
+ .text          0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-locale.o)
+ .data          0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-locale.o)
+ .bss           0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-locale.o)
+ .text._setlocale_r
+                0x0000000000000000       0x3c /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-locale.o)
+ .text.__locale_mb_cur_max
+                0x0000000000000000        0xc /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-locale.o)
+ .text.setlocale
+                0x0000000000000000       0x10 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-locale.o)
+ .bss._PathLocale
+                0x0000000000000000        0x4 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-locale.o)
+ .text          0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-mbtowc_r.o)
+ .data          0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-mbtowc_r.o)
+ .bss           0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-mbtowc_r.o)
+ .text._mbtowc_r
+                0x0000000000000000       0x14 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-mbtowc_r.o)
+ .text          0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-nano-vfprintf.o)
+ .data          0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-nano-vfprintf.o)
+ .bss           0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-nano-vfprintf.o)
+ .text.__sprint_r
+                0x0000000000000000       0x1a /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-nano-vfprintf.o)
+ .text.vfprintf
+                0x0000000000000000       0x14 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-nano-vfprintf.o)
+ .text          0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-wbuf.o)
+ .data          0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-wbuf.o)
+ .bss           0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-wbuf.o)
+ .text.__swbuf  0x0000000000000000       0x10 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-wbuf.o)
+ .text          0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-wctomb_r.o)
+ .data          0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-wctomb_r.o)
+ .bss           0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-wctomb_r.o)
+ .text._wctomb_r
+                0x0000000000000000       0x14 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-wctomb_r.o)
+ .text          0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-wsetup.o)
+ .data          0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-wsetup.o)
+ .bss           0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-wsetup.o)
+ .text          0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-fflush.o)
+ .data          0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-fflush.o)
+ .bss           0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-fflush.o)
+ .text.fflush   0x0000000000000000       0x24 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-fflush.o)
+ .text          0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-findfp.o)
+ .data          0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-findfp.o)
+ .bss           0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-findfp.o)
+ .text.__fp_lock
+                0x0000000000000000       0x18 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-findfp.o)
+ .text.__fp_unlock
+                0x0000000000000000       0x18 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-findfp.o)
+ .text._cleanup
+                0x0000000000000000        0xc /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-findfp.o)
+ .text.__fp_lock_all
+                0x0000000000000000       0x1c /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-findfp.o)
+ .text.__fp_unlock_all
+                0x0000000000000000       0x1c /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-findfp.o)
+ .text          0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-fvwrite.o)
+ .data          0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-fvwrite.o)
+ .bss           0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-fvwrite.o)
+ .text.__sfvwrite_r
+                0x0000000000000000      0x2a0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-fvwrite.o)
+ .debug_frame   0x0000000000000000       0x3c /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-fvwrite.o)
+ .text          0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-fwalk.o)
+ .data          0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-fwalk.o)
+ .bss           0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-fwalk.o)
+ .text._fwalk   0x0000000000000000       0x3a /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-fwalk.o)
+ .text          0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-makebuf.o)
+ .data          0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-makebuf.o)
+ .bss           0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-makebuf.o)
+ .text          0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-memmove.o)
+ .data          0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-memmove.o)
+ .bss           0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-memmove.o)
+ .text.memmove  0x0000000000000000       0x34 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-memmove.o)
+ .debug_frame   0x0000000000000000       0x28 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-memmove.o)
+ .text          0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-nano-reallocr.o)
+ .data          0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-nano-reallocr.o)
+ .bss           0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-nano-reallocr.o)
+ .text._realloc_r
+                0x0000000000000000       0x4a /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-nano-reallocr.o)
+ .debug_frame   0x0000000000000000       0x3c /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-nano-reallocr.o)
+ .text          0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-stdio.o)
+ .data          0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-stdio.o)
+ .bss           0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-stdio.o)
+ .text.__seofread
+                0x0000000000000000        0x4 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-stdio.o)
+ .text          0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-writer.o)
+ .data          0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-writer.o)
+ .bss           0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-writer.o)
+ .text          0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-closer.o)
+ .data          0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-closer.o)
+ .bss           0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-closer.o)
+ .text          0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-fstatr.o)
+ .data          0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-fstatr.o)
+ .bss           0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-fstatr.o)
+ .text          0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-isattyr.o)
+ .data          0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-isattyr.o)
+ .bss           0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-isattyr.o)
+ .text          0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-lseekr.o)
+ .data          0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-lseekr.o)
+ .bss           0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-lseekr.o)
+ .text          0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-nano-msizer.o)
+ .data          0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-nano-msizer.o)
+ .bss           0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-nano-msizer.o)
+ .text._malloc_usable_size_r
+                0x0000000000000000       0x10 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-nano-msizer.o)
+ .debug_frame   0x0000000000000000       0x20 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-nano-msizer.o)
+ .text          0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-readr.o)
+ .data          0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-readr.o)
+ .bss           0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-readr.o)
+ .data          0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/thumb/v7e-m/nofp/libgcc.a(_arm_unorddf2.o)
+ .bss           0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/thumb/v7e-m/nofp/libgcc.a(_arm_unorddf2.o)
+ .data          0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/thumb/v7e-m/nofp/libgcc.a(_arm_fixdfsi.o)
+ .bss           0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/thumb/v7e-m/nofp/libgcc.a(_arm_fixdfsi.o)
+ .text          0x0000000000000000        0x0 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x30 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x28 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x6 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x6 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x6 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x6 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x6 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x6 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x6 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x6 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x6 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x6 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x6 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x2c /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x6 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x6 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x6 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x6 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x6 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x6 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x6 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x6 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x6 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x6 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x6 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x6 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x6 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x6 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x6 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x6 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x6 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x6 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x6 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x1c /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x10 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x6 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x6 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x6 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000      0x114 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x1c /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x6 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x18 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x26 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x16 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0xa /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0xa /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0xa /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x26 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x30 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x8 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x2a /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x2c /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x2e /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x34 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x2e /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x1e /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x14 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x1e /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x2a /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x24 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x2a /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x40 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x10 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x28 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x46 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0xc /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x20 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x12 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x18 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x30 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x16 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x16 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x1c /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x14 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0xc /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x3e /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x34 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x3c /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x20 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x54 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x4c /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x2c /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x1c /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x20 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x88 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0xe /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x46 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x3a /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x12 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x20 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x1c /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x8 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x14 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0xc /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x74 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x52 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x20 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x90 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x36 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x7a /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x10 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x12 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x50 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x1c /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x2e /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x14 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0xe /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x10 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x72 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x4c /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x38 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0xa4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x8e /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x82 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x3a /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x18 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x22 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x1e /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x66 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x10 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x12 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0xc /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0xc /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x28 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x28 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x1c /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x10 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x44 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x12 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0xc /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x10 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x58 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0xc /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x36 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0xd6 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x62 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x6c /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0xe /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x48 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0xe /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x1c /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0xc0 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0xc /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x38 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0xfc /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x1e /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x20 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0xc /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0xc /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0xc /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x1c /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x3c /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x20 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x28 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x28 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x68 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x74 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x44 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x2c /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x18 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x10 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x28 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0xe /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0xc /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0xc /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0xc /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x20 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000      0x11a /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x98 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x98 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x6 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0xe /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0xe /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x8 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x8 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x6 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x2c /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x2e /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x8 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x10 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x6 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x6 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x6 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x6 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0xa /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x8 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0xe /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x30 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x1c /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0xa /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x6 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x6 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x12 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x8 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x12 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x8 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x8 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x1c /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x1c /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x8 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0xa /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x6 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0xe /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x8 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x6 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x8 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0xd8 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0xde /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x24 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x20 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x4a /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x34 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0xe /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0xe /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x14 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x18 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x18 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0xa /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0xc /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x7a /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x90 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0xa0 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x88 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x64 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x56 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x58 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x4a /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x1c /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x18 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x1c /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x18 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x18 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x12 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x1e /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x22 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0xc /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x18 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x24 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x6 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x6 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x2c /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x14 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x38 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x32 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x8 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0xc /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0xc /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x22 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x1c /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x34 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x36 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x20 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x58 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x28 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x28 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0xb6 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x30 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x3c /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x36 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x1c /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x68 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x24 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x1e /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x30 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x36 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0xe /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000      0x124 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x4c /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x48 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x7c /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x18 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x12 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x5c /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x10 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x34 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x20 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x28 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x12 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x2 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0xe /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x8 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x3a /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x12 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x1c /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x34 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x10 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x14 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x1a /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x54 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x2e /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x6 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x8 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x34 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0xa4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x88 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x2e /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x34 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x46 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x14 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x36 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x1c /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x1c /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0xd2 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x88 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x8c /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0xac /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x26 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x56 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x54 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x50 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x38 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x2e /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x4c /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x40 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x20 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x2c /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0xa /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x3c /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0xc /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0xe /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x22 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0xc /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x38 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x28 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x28 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x10 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x48 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x34 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x30 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x6c /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x10 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x18 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x18 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .data          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .data          0x0000000000000000        0x8 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .data          0x0000000000000000        0x8 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x0 /opt/ncs/nrfxlib/mpsl/fem/common/lib/cortex-m4/soft-float/libmpsl_fem_common.a(libmpsl_fem_common_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x14 /opt/ncs/nrfxlib/mpsl/fem/common/lib/cortex-m4/soft-float/libmpsl_fem_common.a(libmpsl_fem_common_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0xc /opt/ncs/nrfxlib/mpsl/fem/common/lib/cortex-m4/soft-float/libmpsl_fem_common.a(libmpsl_fem_common_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0xc /opt/ncs/nrfxlib/mpsl/fem/common/lib/cortex-m4/soft-float/libmpsl_fem_common.a(libmpsl_fem_common_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x14 /opt/ncs/nrfxlib/mpsl/fem/common/lib/cortex-m4/soft-float/libmpsl_fem_common.a(libmpsl_fem_common_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0xc /opt/ncs/nrfxlib/mpsl/fem/common/lib/cortex-m4/soft-float/libmpsl_fem_common.a(libmpsl_fem_common_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0xc /opt/ncs/nrfxlib/mpsl/fem/common/lib/cortex-m4/soft-float/libmpsl_fem_common.a(libmpsl_fem_common_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0xc /opt/ncs/nrfxlib/mpsl/fem/common/lib/cortex-m4/soft-float/libmpsl_fem_common.a(libmpsl_fem_common_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0xc /opt/ncs/nrfxlib/mpsl/fem/common/lib/cortex-m4/soft-float/libmpsl_fem_common.a(libmpsl_fem_common_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0xc /opt/ncs/nrfxlib/mpsl/fem/common/lib/cortex-m4/soft-float/libmpsl_fem_common.a(libmpsl_fem_common_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0xc /opt/ncs/nrfxlib/mpsl/fem/common/lib/cortex-m4/soft-float/libmpsl_fem_common.a(libmpsl_fem_common_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x56 /opt/ncs/nrfxlib/mpsl/fem/common/lib/cortex-m4/soft-float/libmpsl_fem_common.a(libmpsl_fem_common_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x14 /opt/ncs/nrfxlib/mpsl/fem/common/lib/cortex-m4/soft-float/libmpsl_fem_common.a(libmpsl_fem_common_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x28 /opt/ncs/nrfxlib/mpsl/fem/common/lib/cortex-m4/soft-float/libmpsl_fem_common.a(libmpsl_fem_common_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x1c /opt/ncs/nrfxlib/mpsl/fem/common/lib/cortex-m4/soft-float/libmpsl_fem_common.a(libmpsl_fem_common_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x20 /opt/ncs/nrfxlib/mpsl/fem/common/lib/cortex-m4/soft-float/libmpsl_fem_common.a(libmpsl_fem_common_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x10 /opt/ncs/nrfxlib/mpsl/fem/common/lib/cortex-m4/soft-float/libmpsl_fem_common.a(libmpsl_fem_common_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x10 /opt/ncs/nrfxlib/mpsl/fem/common/lib/cortex-m4/soft-float/libmpsl_fem_common.a(libmpsl_fem_common_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x10 /opt/ncs/nrfxlib/mpsl/fem/common/lib/cortex-m4/soft-float/libmpsl_fem_common.a(libmpsl_fem_common_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x1c /opt/ncs/nrfxlib/mpsl/fem/common/lib/cortex-m4/soft-float/libmpsl_fem_common.a(libmpsl_fem_common_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x50 /opt/ncs/nrfxlib/mpsl/fem/common/lib/cortex-m4/soft-float/libmpsl_fem_common.a(libmpsl_fem_common_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x28 /opt/ncs/nrfxlib/mpsl/fem/common/lib/cortex-m4/soft-float/libmpsl_fem_common.a(libmpsl_fem_common_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x1c /opt/ncs/nrfxlib/mpsl/fem/common/lib/cortex-m4/soft-float/libmpsl_fem_common.a(libmpsl_fem_common_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x50 /opt/ncs/nrfxlib/mpsl/fem/common/lib/cortex-m4/soft-float/libmpsl_fem_common.a(libmpsl_fem_common_debug_soft__obfuscated.elf)
+ .rodata.str1.1
+                0x0000000000000000       0x2d /opt/ncs/nrfxlib/mpsl/fem/common/lib/cortex-m4/soft-float/libmpsl_fem_common.a(libmpsl_fem_common_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x0 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x38 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0xc /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x1c /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x2 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0xc /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x2 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x10 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x1c /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x28 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x1c /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x38 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x64 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x34 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0xc /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x5c /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0xa /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0xa /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x74 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x24 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x10 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x1c /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x22 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x1c /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x36 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x18 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x44 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x10 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x78 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000      0x110 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x40 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0xa /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0xa /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x28 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0xc /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0xc /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0xc /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0xc /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0xc /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x18 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x84 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x38 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x40 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0xb0 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x40 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x6c /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x48 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x80 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x38 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x68 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x12 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x2 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x5c /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x2 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x2c /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x2 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0xf4 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x40 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x10 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x10 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0xd4 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x24 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x2c /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x58 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x2c /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x28 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x1c /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x1c /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x2c /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x10 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x38 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x2c /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x38 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x20 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x20 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x24 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0xdc /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x54 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x3c /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x1c /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x90 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x54 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000      0x2b8 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x4c /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000      0x108 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0xac /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000      0x108 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x18 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x1c /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x34 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x2c /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x3c /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x60 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0xa0 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x16 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x74 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .data          0x0000000000000000        0x7 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .data          0x0000000000000000       0x1c /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .data          0x0000000000000000       0x1c /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+
+Memory Configuration
+
+Name             Origin             Length             Attributes
+FLASH            0x0000000000000000 0x0000000000080000 xr
+RAM              0x0000000020000000 0x0000000000020000 xw
+IDT_LIST         0x00000000ffff7fff 0x0000000000008000 xw
+*default*        0x0000000000000000 0xffffffffffffffff
+
+Linker script and memory map
+
+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/lib/libc/newlib/liblib__libc__newlib.a
+LOAD zephyr/lib/libc/common/liblib__libc__common.a
+LOAD zephyr/soc/soc/nrf52833/libsoc__nordic.a
+LOAD zephyr/subsys/lorawan/libloramac-node.a
+LOAD zephyr/subsys/random/libsubsys__random.a
+LOAD zephyr/subsys/bluetooth/common/libsubsys__bluetooth__common.a
+LOAD zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a
+LOAD zephyr/subsys/net/libsubsys__net.a
+LOAD zephyr/drivers/adc/libdrivers__adc.a
+LOAD zephyr/drivers/clock_control/libdrivers__clock_control.a
+LOAD zephyr/drivers/console/libdrivers__console.a
+LOAD zephyr/drivers/entropy/libdrivers__entropy.a
+LOAD zephyr/drivers/flash/libdrivers__flash.a
+LOAD zephyr/drivers/gpio/libdrivers__gpio.a
+LOAD zephyr/drivers/i2c/libdrivers__i2c.a
+LOAD zephyr/drivers/pinctrl/libdrivers__pinctrl.a
+LOAD zephyr/drivers/sensor/bosch/bme280/libdrivers__sensor__bosch__bme280.a
+LOAD zephyr/drivers/sensor/st/stmemsc/libdrivers__sensor__st__stmemsc.a
+LOAD zephyr/drivers/sensor/st/lis2dh/libdrivers__sensor__st__lis2dh.a
+LOAD zephyr/drivers/sensor/st/lis2mdl/libdrivers__sensor__st__lis2mdl.a
+LOAD zephyr/drivers/serial/libdrivers__serial.a
+LOAD zephyr/drivers/spi/libdrivers__spi.a
+LOAD zephyr/drivers/timer/libdrivers__timer.a
+LOAD modules/nrf/lib/multithreading_lock/lib..__nrf__lib__multithreading_lock.a
+LOAD modules/nrf/subsys/bluetooth/controller/lib..__nrf__subsys__bluetooth__controller.a
+LOAD modules/nrf/subsys/mpsl/init/lib..__nrf__subsys__mpsl__init.a
+LOAD modules/nrf/subsys/mpsl/fem/lib..__nrf__subsys__mpsl__fem.a
+LOAD modules/nrf/drivers/mpsl/clock_control/lib..__nrf__drivers__mpsl__clock_control.a
+LOAD modules/nrf/drivers/mpsl/flash_sync/lib..__nrf__drivers__mpsl__flash_sync.a
+LOAD modules/nrf/drivers/mpsl/temp_nrf5/lib..__nrf__drivers__mpsl__temp_nrf5.a
+LOAD modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a
+LOAD zephyr/kernel/libkernel.a
+LOAD /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/thumb/v7e-m/nofp/libgcc.a
+LOAD zephyr/arch/common/libisr_tables.a
+LOAD /opt/ncs/nrfxlib/crypto/nrf_oberon/lib/cortex-m4/soft-float/liboberon_3.0.15.a
+LOAD /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libm_nano.a
+LOAD /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a
+LOAD /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/thumb/v7e-m/nofp/libgcc.a
+LOAD /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a
+LOAD /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a
+LOAD /opt/ncs/nrfxlib/mpsl/fem/common/lib/cortex-m4/soft-float/libmpsl_fem_common.a
+LOAD /opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/lib/cortex-m4/soft-float/libmpsl_fem_nrf21540_gpio.a
+LOAD /opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/lib/cortex-m4/soft-float/libmpsl_fem_nrf21540_gpio_spi.a
+LOAD /opt/ncs/nrfxlib/mpsl/fem/nrf2220/lib/cortex-m4/soft-float/libmpsl_fem_nrf2220.a
+LOAD /opt/ncs/nrfxlib/mpsl/fem/nrf2240/lib/cortex-m4/soft-float/libmpsl_fem_nrf2240.a
+LOAD /opt/ncs/nrfxlib/mpsl/fem/nrf22xx/lib/cortex-m4/soft-float/libmpsl_fem_nrf22xx.a
+LOAD /opt/ncs/nrfxlib/mpsl/fem/simple_gpio/lib/cortex-m4/soft-float/libmpsl_fem_simple_gpio.a
+LOAD /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a
+                0x0000000000000004                _region_min_align = 0x4
+
+.rel.plt        0x0000000000000000        0x0
+ *(SORT_BY_ALIGNMENT(.rel.plt))
+                [!provide]                        PROVIDE (__rel_iplt_start = .)
+ *(SORT_BY_ALIGNMENT(.rel.iplt))
+ .rel.iplt      0x0000000000000000        0x0 zephyr/CMakeFiles/zephyr_final.dir/isr_tables.c.obj
+                [!provide]                        PROVIDE (__rel_iplt_end = .)
+
+.rela.plt       0x0000000000000000        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))
+                0x0000000000000000                __rom_region_start = 0x0
+
+rom_start       0x0000000000000000      0x100
+                0x0000000000000000                __rom_start_address = .
+ FILL mask 0x00
+                0x0000000000000000                . = (. + (0x0 - (. - __rom_start_address)))
+                0x0000000000000000                . = ALIGN (0x4)
+                0x0000000000000000                . = ALIGN (0x80)
+                0x0000000000000000                . = ALIGN (0x100)
+                0x0000000000000000                _vector_start = .
+ *(SORT_BY_ALIGNMENT(.exc_vector_table))
+ *(SORT_BY_ALIGNMENT(.exc_vector_table.*))
+ .exc_vector_table._vector_table_section
+                0x0000000000000000       0x40 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(vector_table.S.obj)
+                0x0000000000000000                _vector_table
+ *(SORT_BY_ALIGNMENT(.vectors))
+                0x0000000000000100                _vector_end = .
+                0x0000000000000040                . = ALIGN (0x4)
+ *(SORT_BY_ALIGNMENT(.gnu.linkonce.irq_vector_table*))
+ .gnu.linkonce.irq_vector_table
+                0x0000000000000040       0xc0 zephyr/CMakeFiles/zephyr_final.dir/isr_tables.c.obj
+                0x0000000000000040                _irq_vector_table
+                0x0000000000000100                _vector_end = .
+
+text            0x0000000000000100    0x2fe34
+                0x0000000000000100                __text_region_start = .
+ *(SORT_BY_ALIGNMENT(.text))
+ .text          0x0000000000000100       0xa0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-memchr.o)
+                0x0000000000000100                memchr
+ .text          0x00000000000001a0      0x378 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/thumb/v7e-m/nofp/libgcc.a(_arm_addsubdf3.o)
+                0x00000000000001a0                __aeabi_drsub
+                0x00000000000001a8                __aeabi_dsub
+                0x00000000000001a8                __subdf3
+                0x00000000000001ac                __adddf3
+                0x00000000000001ac                __aeabi_dadd
+                0x0000000000000424                __aeabi_ui2d
+                0x0000000000000424                __floatunsidf
+                0x0000000000000444                __aeabi_i2d
+                0x0000000000000444                __floatsidf
+                0x0000000000000468                __extendsfdf2
+                0x0000000000000468                __aeabi_f2d
+                0x00000000000004ac                __aeabi_ul2d
+                0x00000000000004ac                __floatundidf
+                0x00000000000004bc                __floatdidf
+                0x00000000000004bc                __aeabi_l2d
+ .text          0x0000000000000518      0x424 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/thumb/v7e-m/nofp/libgcc.a(_arm_muldivdf3.o)
+                0x0000000000000518                __aeabi_dmul
+                0x0000000000000518                __muldf3
+                0x000000000000076c                __aeabi_ddiv
+                0x000000000000076c                __divdf3
+ .text          0x000000000000093c      0x110 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/thumb/v7e-m/nofp/libgcc.a(_arm_cmpdf2.o)
+                0x000000000000093c                __gtdf2
+                0x000000000000093c                __gedf2
+                0x0000000000000944                __ltdf2
+                0x0000000000000944                __ledf2
+                0x000000000000094c                __cmpdf2
+                0x000000000000094c                __nedf2
+                0x000000000000094c                __eqdf2
+                0x00000000000009c8                __aeabi_cdrcmple
+                0x00000000000009d8                __aeabi_cdcmple
+                0x00000000000009d8                __aeabi_cdcmpeq
+                0x00000000000009e8                __aeabi_dcmpeq
+                0x00000000000009fc                __aeabi_dcmplt
+                0x0000000000000a10                __aeabi_dcmple
+                0x0000000000000a24                __aeabi_dcmpge
+                0x0000000000000a38                __aeabi_dcmpgt
+ .text          0x0000000000000a4c      0x21c /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/thumb/v7e-m/nofp/libgcc.a(_arm_addsubsf3.o)
+                0x0000000000000a4c                __aeabi_frsub
+                0x0000000000000a54                __aeabi_fsub
+                0x0000000000000a54                __subsf3
+                0x0000000000000a58                __aeabi_fadd
+                0x0000000000000a58                __addsf3
+                0x0000000000000bb8                __aeabi_ui2f
+                0x0000000000000bb8                __floatunsisf
+                0x0000000000000bc0                __floatsisf
+                0x0000000000000bc0                __aeabi_i2f
+                0x0000000000000bdc                __floatundisf
+                0x0000000000000bdc                __aeabi_ul2f
+                0x0000000000000bec                __floatdisf
+                0x0000000000000bec                __aeabi_l2f
+ .text          0x0000000000000c68       0xec /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/thumb/v7e-m/nofp/libgcc.a(_arm_cmpsf2.o)
+                0x0000000000000c68                __gtsf2
+                0x0000000000000c68                __gesf2
+                0x0000000000000c70                __ltsf2
+                0x0000000000000c70                __lesf2
+                0x0000000000000c78                __eqsf2
+                0x0000000000000c78                __nesf2
+                0x0000000000000c78                __cmpsf2
+                0x0000000000000cd8                __aeabi_cfrcmple
+                0x0000000000000ce0                __aeabi_cfcmple
+                0x0000000000000ce0                __aeabi_cfcmpeq
+                0x0000000000000cf0                __aeabi_fcmpeq
+                0x0000000000000d04                __aeabi_fcmplt
+                0x0000000000000d18                __aeabi_fcmple
+                0x0000000000000d2c                __aeabi_fcmpge
+                0x0000000000000d40                __aeabi_fcmpgt
+ .text          0x0000000000000d54       0x4c /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/thumb/v7e-m/nofp/libgcc.a(_arm_fixsfsi.o)
+                0x0000000000000d54                __fixsfsi
+                0x0000000000000d54                __aeabi_f2iz
+ .text          0x0000000000000da0       0xa0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/thumb/v7e-m/nofp/libgcc.a(_aeabi_ldivmod.o)
+                0x0000000000000da0                __aeabi_ldivmod
+ .text          0x0000000000000e40       0x30 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/thumb/v7e-m/nofp/libgcc.a(_aeabi_uldivmod.o)
+                0x0000000000000e40                __aeabi_uldivmod
+ .text          0x0000000000000e70        0x4 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/thumb/v7e-m/nofp/libgcc.a(_dvmd_tls.o)
+                0x0000000000000e70                __aeabi_ldiv0
+                0x0000000000000e70                __aeabi_idiv0
+ .text          0x0000000000000e74      0x41c /opt/ncs/nrfxlib/crypto/nrf_oberon/lib/cortex-m4/soft-float/liboberon_3.0.15.a(ocrypto_bigint256.s.obj)
+                0x0000000000000e74                ocrypto_bigint_add256
+                0x0000000000000eb4                ocrypto_bigint_sub256
+                0x0000000000000ef4                ocrypto_bigint_cadd256
+                0x0000000000000f50                ocrypto_bigint_csub256
+                0x0000000000000fac                ocrypto_bigint_cswap256
+                0x0000000000000fe0                ocrypto_mul256_noframe
+                0x0000000000001138                ocrypto_bigint_mul256
+                0x0000000000001158                ocrypto_sqr256_noframe
+                0x0000000000001270                ocrypto_bigint_sqr256
+ .text          0x0000000000001290       0x5c /opt/ncs/nrfxlib/crypto/nrf_oberon/lib/cortex-m4/soft-float/liboberon_3.0.15.a(ocrypto_constant_time.s.obj)
+                0x0000000000001290                ocrypto_constant_time_equal
+                0x00000000000012b8                ocrypto_constant_time_is_zero
+                0x00000000000012d4                ocrypto_constant_time_xor
+ .text          0x00000000000012ec      0x1ec /opt/ncs/nrfxlib/crypto/nrf_oberon/lib/cortex-m4/soft-float/liboberon_3.0.15.a(ocrypto_mod_p256_base.s.obj)
+                0x00000000000012ec                ocrypto_mod_p256_add
+                0x0000000000001368                ocrypto_mod_p256_sub
+                0x0000000000001478                ocrypto_mod_p256_mul
+                0x00000000000014a8                ocrypto_mod_p256_sqr
+ .text          0x00000000000014d8       0x2c /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/thumb/v7e-m/nofp/libgcc.a(_arm_unorddf2.o)
+                0x00000000000014d8                __aeabi_dcmpun
+                0x00000000000014d8                __unorddf2
+ .text          0x0000000000001504       0x50 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/thumb/v7e-m/nofp/libgcc.a(_arm_fixdfsi.o)
+                0x0000000000001504                __aeabi_d2iz
+                0x0000000000001504                __fixdfsi
+ .text          0x0000000000001554       0x34 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000001588       0x30 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x00000000000015b8       0x60 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000001618       0xb4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x00000000000016cc       0x78 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x00000000000016cc                sym_476LRB5XNUARAHCHHC7ZAIGPFC5VZ4W2N4467LI
+ .text          0x0000000000001744       0x48 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x000000000000178c       0x84 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000178c                sdc_init
+ .text          0x0000000000001810       0x8c /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000001810                sdc_cfg_set
+ .text          0x000000000000189c       0x54 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000189c                sdc_enable
+ .text          0x00000000000018f0       0x24 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x00000000000018f0                sdc_disable
+ .text          0x0000000000001914       0x24 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000001914                sdc_build_revision_get
+ .text          0x0000000000001938       0x28 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000001938                sdc_support_adv
+ .text          0x0000000000001960       0x28 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000001960                sdc_support_peripheral
+ .text          0x0000000000001988       0x1c /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000001988                sdc_support_dle_peripheral
+ .text          0x00000000000019a4       0x1c /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x00000000000019a4                sdc_support_le_2m_phy
+ .text          0x00000000000019c0       0x1c /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x00000000000019c0                sdc_support_phy_update_peripheral
+ .text          0x00000000000019dc       0x10 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x00000000000019dc                sdc_rand_source_register
+ .text          0x00000000000019ec        0xc /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x00000000000019ec                sym_CVMXQJYKHZVHIOMGOYEICPLVAIQNUBL6USVNZSA
+ .text          0x00000000000019f8       0x10 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x00000000000019f8                sym_EZ7BAEZZMYJFIJAONX254JF3WPGEXUT4NMP2WJQ
+ .text          0x0000000000001a08       0xac /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000001a08                sym_MS2INTHZLDZMKZ5TZUDLWHPLKH3FLVZPA26JG6A
+ .text          0x0000000000001ab4       0x28 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000001ab4                sym_TG7NSIC2UKHCUBZWZ4K4EMD5QRI2QVSKVKV6CFQ
+ .text          0x0000000000001adc       0x3c /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000001adc                sym_Z7NJGBYWCKFTEHRYWAIDKWPEUN45273QSWUA5CY
+ .text          0x0000000000001b18       0x24 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000001b18                sym_TU2SMBIUC7JL6C3K2XB6727DQLBLV5LEGIMZAFQ
+ .text          0x0000000000001b3c       0x10 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000001b3c                sym_CIVMWIRGIOQ374UFFPIFNN4ZGKYK2FRKTT6YRYA
+ .text          0x0000000000001b4c       0x10 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000001b4c                sym_PPT6FEOF2T6DRALMCRRTUI7CHLEPBAN25HYV3KQ
+ .text          0x0000000000001b5c       0x20 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000001b5c                sym_CEENVC5DZRUT7MGF5LABXKT4NV7YUL5F6EX6TEQ
+ .text          0x0000000000001b7c        0xc /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000001b7c                sym_G3KVRHCJDVHL7HV53526V3YI3DTK2IW2CADUWZQ
+ .text          0x0000000000001b88       0x1c /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000001b88                sdc_hci_cmd_cb_reset
+ .text          0x0000000000001ba4       0x48 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000001bec       0x4c /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000001c38       0x48 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000001c38                sym_HJGZHHO77JF3TGWELSVWDOZTFCPAWAJURCFG3IY
+ .text          0x0000000000001c80       0xa0 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000001c80                sym_XU5SZFZBMUUCUDZEEMM4IFIEXSHIDIGLJZ253XA
+ .text          0x0000000000001d20       0xe4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000001d20                sym_EQ53CEL7EDVHMFMHMFPRRQU46C5YKKFEBAACFOA
+ .text          0x0000000000001e04       0x70 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000001e04                sym_DMJHGENWVWA7ILXIIOOHU6SYMMXUDCUFUUBACLQ
+ .text          0x0000000000001e74       0x7c /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000001e74                sym_7JFC7IFAJQVPYCQHAIUKZ626ISM3VUWBEEXY7WI
+ .text          0x0000000000001ef0       0x2c /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000001ef0                sym_5X75WALYYBUWN4XT5LYOZBIGSZHVNFKF5J4CSQI
+ .text          0x0000000000001f1c       0x48 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000001f1c                sym_4AWF7EXI3MMHUULTY73E756U3IY5DEXOZ265MZY
+ .text          0x0000000000001f64       0x40 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000001f64                sym_6I4XEOIW7LI2E3Z53L54ZHQQHYICXR4H4JQWXLA
+ .text          0x0000000000001fa4       0x30 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000001fa4                sym_6DYG6C6ROXZA67GZINNB2XIQHL3KE2RCKK4QFXA
+ .text          0x0000000000001fd4       0x84 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000001fd4                sym_24NU2MJKHN4R2Z7HXHMPDWTTDYSB32VL6HEQPZA
+ .text          0x0000000000002058       0x28 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000002058                sym_3QFBRH4ZSIA64QP2I3K547Y5WIALGQTCBP5Y5SQ
+ .text          0x0000000000002080        0xc /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000002080                sym_NOQRMQ5IH6SQFJEPI5A3UBMITO54HG4WO4DTTXA
+ .text          0x000000000000208c       0x80 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000208c                sym_YL4RMM7WH2QQSRTLJX7L5Q2F5KYIEZ5IWMCN3UQ
+ .text          0x000000000000210c       0x58 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000210c                sym_47U6MZ7GC5PU2CVEGYFSZO6JE3OMJD4DVLRAUZQ
+ .text          0x0000000000002164       0xd4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000002164                sym_YBUOIVJGKD57C5J4XCQFOKF4I5XT74ICLDOCNXA
+ .text          0x0000000000002238       0x5c /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000002238                sym_E5WZNPP2DINHF6K4PHXLYLX5AXTYBQYGQESRSGQ
+ .text          0x0000000000002294       0x20 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x00000000000022b4       0x10 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x00000000000022c4        0xc /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x00000000000022d0       0x64 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000002334       0x14 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000002348       0x7c /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x00000000000023c4      0x110 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x00000000000024d4       0x2c /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000002500       0x18 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000002500                sym_DOZBRJLK4YK3UIAPC27JGEBDCH5Y2BCX3XMRURY
+ .text          0x0000000000002518       0x38 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000002518                sym_7TCX7VR3LQDB2G4LYUM4YUKX3ZVIO33J3JZVMKY
+ .text          0x0000000000002550       0x10 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000002550                sym_DDEKRCVCBAV6DMR2JGOTTXJPMB6OW3IK3MJRV2Q
+ .text          0x0000000000002560      0x21c /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000002560                sym_EXF7QYQZRNDSXD5BXX5JHASOOMIXFF6ILEF5NVA
+ .text          0x000000000000277c       0x38 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000277c                sym_6BTYZXVNYPYTH2WUVFE5C5JVTZHQJAJ5IGD6OCA
+ .text          0x00000000000027b4        0xc /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x00000000000027b4                sym_UAPFH34IEHUX3FGU7LNPEIJNCLAPRJP46TMN4NY
+ .text          0x00000000000027c0        0xc /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x00000000000027c0                sym_R2K72KVDRFDRB7INCDL2G5SJCI6KNYCIUBETXWY
+ .text          0x00000000000027cc       0x10 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x00000000000027cc                sym_HMWMSCLS2E7KO3CEVZ6FUZGM6YUJ4GDX4JETJTI
+ .text          0x00000000000027dc        0xc /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x00000000000027dc                sym_57CDLB7NR4I66F4XUEVXWWEJBBBXGSJ37LGPUXA
+ .text          0x00000000000027e8       0x84 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x00000000000027e8                sym_C4ZAWP4QAOEKUKS7VCLA6E4RPDOWCDVMBYVKPFI
+ .text          0x000000000000286c      0x494 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000002d00       0x10 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000002d10       0x1c /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000002d2c      0x4ec /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000003218      0x268 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000003480      0x144 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000003480                sym_U3OFHSWAAHECAZEDHWSQTU63SOSYAQR6QI45AFY
+ .text          0x00000000000035c4       0x8c /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x00000000000035c4                sym_3LXCSEW4O4NZFGMXLMWXSJJVGEQV4VDRFCVRV4Q
+ .text          0x0000000000003650       0x1c /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000003650                sym_4O3EP57XWWWRY57PVJMDKXNE25ZWFBDV6LLBFQQ
+ .text          0x000000000000366c        0xc /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000366c                sym_O6J3MUC4KJEDMNJLCC5Z3G5LTC5IHVL4PW7F6QI
+ .text          0x0000000000003678       0x1c /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000003678                sym_FQCHK2QLF7THGK7G4A4OWWNXI3K2TVYTTB4U4GY
+ .text          0x0000000000003694      0x130 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000003694                sym_EXAZKO22MNOFNIXIFHQ2Z4GAYMKBCE2UPJ6JSVI
+ .text          0x00000000000037c4       0x80 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x00000000000037c4                sym_XVWN3IZ65SG2YZAV5STIEBPJ2RGWTP2JZ3UEJLQ
+ .text          0x0000000000003844        0xc /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000003844                sym_YZMCMF2VDK5EZ5GH5K4G77V4XY7KHBJNPGELPVQ
+ .text          0x0000000000003850       0x60 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000003850                sym_HRCF6LWSDWPWEZA7S5YQFCNRDXXCJA6WGOZECRY
+ .text          0x00000000000038b0       0x34 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x00000000000038e4       0xc8 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x00000000000038e4                sym_7OWCT6RQNC7NMJTETN4SHKZQ2DXHZYW5I4QMKDQ
+ .text          0x00000000000039ac       0x4c /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x00000000000039ac                sym_RGKYP5TXYS27EGT6ZHZS5EDDAZK5QGTWLBOBJEA
+ .text          0x00000000000039f8       0x18 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x00000000000039f8                sym_5EMU3BEOS6JCQEXTZ5M5LP72YGJNCV3W3R43AOI
+ .text          0x0000000000003a10       0xe8 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000003a10                sym_DVO2EX3JGPIV6FVT5SJBVRKA5UGS2QSHNQOVQ2A
+ .text          0x0000000000003af8      0x100 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000003bf8       0x14 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000003bf8                sym_Y5RIWFUVP4FHJFYC7FBZKM2MV7INK43TLWQ5URA
+ .text          0x0000000000003c0c       0x68 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000003c0c                sym_CY3FVUNSUUR4I46K644NW3FXSFSLG3ETQWBRBHQ
+ .text          0x0000000000003c74       0x30 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000003c74                sym_JYVNTINWWHBNIBW6ZPFJYFKZBQTI25EUE75U36Y
+ .text          0x0000000000003ca4       0x14 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000003ca4                sym_THL6EKGE7AKTO5JDGU45MV33YSIXORBRMDECS2Q
+ .text          0x0000000000003cb8       0x5c /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000003cb8                sym_4POEZKL66A5T3356722OWKNB5CNFKPMV6JI3HEA
+ .text          0x0000000000003d14       0x68 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000003d14                sym_IP3LLUNJTDBIIPB3UG65MJFJZABGVNT2GN3EQPY
+ .text          0x0000000000003d7c      0x190 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000003d7c                sym_A32XXMQ5QRPQRH3R656RZXETZB6Y54SG45FSCYI
+ .text          0x0000000000003f0c       0xc8 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000003f0c                sym_CC522QK4M5MTSPVPJNGJXKYD5O54FC2LFC3D3QI
+ .text          0x0000000000003fd4       0x2c /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000003fd4                sym_XQWU4MX22DPQIRRYTXBNWTH2DBYK7MH33FME7FI
+ .text          0x0000000000004000       0x10 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000004000                sym_DVVOECRRYK6EAGDREB2UKKQZT5MAOOUK66XNPTA
+ .text          0x0000000000004010       0x18 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000004010                sym_CTIZP4PFSP4VPO64SY4WNQXXAO6AQ4FBRX2MZ2Y
+ .text          0x0000000000004028       0x1c /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000004028                sym_PT2LT65JTEWXEGBFKFJG6BCMFVOJAD3UAGCYAUI
+ .text          0x0000000000004044       0x18 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x000000000000405c       0x34 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000004090       0x28 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000004090                sym_EANB2LFFCPDZUHTPF7SNNYVWVGG3AE7JVOONSTY
+ .text          0x00000000000040b8       0x38 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x00000000000040b8                sym_BFBDHRTPYGNRMJSAT7WCAPOXBGIVSWF4E5GFHOA
+ .text          0x00000000000040f0        0xc /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x00000000000040f0                sym_PRWTRTI5GPQHIT26MFBSSOCWTUYYRLQLJWD2ZOI
+ .text          0x00000000000040fc       0x24 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x00000000000040fc                sym_G4TIIR7KO3GHFF45HCHTIL3RIPRK2LVDQADUYJQ
+ .text          0x0000000000004120        0xc /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000004120                sym_HG37ZAHWDO2P65KBJXRLV5PVSG5TCUWPMKZOZLQ
+ .text          0x000000000000412c       0x24 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000412c                sym_4W26TPGCKOCVVRKXQDBKGXGC2Y5LMZXNKS2QITA
+ .text          0x0000000000004150       0x1c /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000004150                sym_N6TOG3AODPPFNS6LXFKKIADNGIMUMBS5BXPEFOY
+ .text          0x000000000000416c        0xc /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000416c                sym_PBZPB3PSJJYSQQW7TH2XDGNLD2UYSZR6YJ4ZZNQ
+ .text          0x0000000000004178       0x14 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000004178                sym_HA7EOSELAQYVMG5UXMJGQLLFEIRQPB7MNOSYOXQ
+ .text          0x000000000000418c       0x30 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000418c                sym_MJMICEV3AHUJUDNI6JLXYNXCJNL4PTPUQLXISYA
+ .text          0x00000000000041bc       0x50 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x00000000000041bc                sym_GECJUMXC7GX4QNB2JHCJHLFH72UPMJZW6VAQVRA
+ .text          0x000000000000420c       0x28 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000420c                sym_BOFYMMO2XEUTXLE26SHEVVPNVILC4XKISLRYGBI
+ .text          0x0000000000004234      0x1ec /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000004234                sym_5AGU3LRCMVBHIA54A3ONXYPBDIAMDNM2I6LE6DA
+ .text          0x0000000000004420       0x18 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000004420                sym_MJCF2WRL4I323V23HKVENOJWV5IXH54R5X6LJRY
+ .text          0x0000000000004438       0x1c /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000004438                sym_REO6MG4FRJTNQQ56RDJDYGEWFEO5TFVYGRW6OLI
+ .text          0x0000000000004454        0xc /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000004454                sym_NKFCLZ5HTE6KVHDV5DGZ6TJP4KSZI43SYBECPRY
+ .text          0x0000000000004460       0x2c /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000004460                sym_65LA7GM3MU7DDFQKTB75BYTZMPMROSWKS3VXCNI
+ .text          0x000000000000448c       0x20 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000448c                sym_AGWGY6I3YKHHV6TMAWL24HN4IKGOB7PZYXPWBRA
+ .text          0x00000000000044ac        0xc /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x00000000000044ac                sym_IXGTNRGKILIZPWG2NJIZ2ALUPW2IM3XFVCGJW2I
+ .text          0x00000000000044b8       0x20 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x00000000000044b8                sym_JHXS4T25BAYOMDDZMWPX3HMPENRV73GSV2RYHAI
+ .text          0x00000000000044d8       0x2c /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x00000000000044d8                sym_54CHYGRI3UHSVLN5ZOGJESXNRISJW5CS4IYBN7Y
+ .text          0x0000000000004504       0x1c /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000004504                sym_V7MOOXL5SOLISKFFGWJC7M3XDITU574WBQOXGWY
+ .text          0x0000000000004520       0x30 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000004520                sym_QKSVBALUN2V4XT4OCC56LE75IAYLDFRRIVLBZ2Q
+ .text          0x0000000000004550       0x30 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000004550                sym_WCOWXKSKBH7DOKKKINFZAPWXKW4NYAUCJWTUKBI
+ .text          0x0000000000004580       0x1c /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000004580                sym_AO3U45UEGFLUPMT565ZR5UWUQUONF5AKILLCT3A
+ .text          0x000000000000459c       0x48 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x00000000000045e4       0x2c /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000004610       0x9c /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x00000000000046ac       0xc0 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x000000000000476c       0x18 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000476c                sym_BEUFSWAQKCWS5CDGVZRIC3BRKSTHGOKRJJDB32I
+ .text          0x0000000000004784       0x18 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000004784                sym_BAUTABQSJLBAZ6GNH7KOF4MJMAA6NF7CDAZNOEQ
+ .text          0x000000000000479c       0x20 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000479c                sym_62DUXM4M5AM4URNPP7IKDX3NCPAODBT4BMADGAY
+ .text          0x00000000000047bc        0xc /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x00000000000047bc                sym_JQOBED6Y6P46KNYF2UD53QPDVNRPPOKMQL6EEBY
+ .text          0x00000000000047c8        0xc /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x00000000000047c8                sym_RHRHCWPUPZHCOID576WBS7QZ2KAUT2GASS2T3QY
+ .text          0x00000000000047d4       0x30 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x00000000000047d4                sym_YAOI5BW7G2C6EUUY2B4S7A3CWX63A6MP2T3O5KA
+ .text          0x0000000000004804       0x24 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000004804                sym_2X6ZBBHQKFJV27I6OQZLD4IRAL5JANEGA5N34WA
+ .text          0x0000000000004828       0xc8 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000004828                sym_ZBPJ22BXDBC3S7A4QI6WOFWFQMYIGT2P4GNU3XA
+ .text          0x00000000000048f0       0x24 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x00000000000048f0                sym_DHR6XELGSD2MHYS7JWGEPSKXD43VLKKJDN33HMA
+ .text          0x0000000000004914       0x20 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000004914                sym_QEQGMTIGG3AOZQY7JM4T2FY2O3KM2UFUMT6Q7PI
+ .text          0x0000000000004934       0x54 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000004988       0xcc /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000004988                sym_4NT3PFFI5Z6RN57T2HW54HJZ23JEQUTUQPJLJGI
+ .text          0x0000000000004a54       0x14 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000004a54                sym_AIEQYZJFZQBQ5LEMJNMQV56TMLIGCBAC63QLHGI
+ .text          0x0000000000004a68       0x24 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000004a68                sym_MYZDSWHZMVTUGPWK7CFFVMNCPRPZBKC3UH2GTLQ
+ .text          0x0000000000004a8c       0x44 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000004a8c                sym_ZIE6EQ2YDF5ZLLLNRMU6NPOFHB7VMBHYMI4646I
+ .text          0x0000000000004ad0       0x10 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000004ad0                sym_JANNQMW3JZGYLNSOPAA2HBYBA6JBSX4W7VBR56Q
+ .text          0x0000000000004ae0       0x20 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000004ae0                sym_MAOKHHVPGVT23KVRN33B7KPEJU6F55EB66KOGDQ
+ .text          0x0000000000004b00       0x20 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000004b00                sym_S635TH4ZNECIWRKFWYBUXBZ3GFP7WORE4PRXDPQ
+ .text          0x0000000000004b20       0x20 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000004b20                sym_3S3ZPZTS3JKT3LR3P6QZ3KOW4P72YQZEIQOYGSA
+ .text          0x0000000000004b40       0x28 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000004b40                sym_U3LPDM4ZN7F4EBRA6GBYBEUAHXDWZU7U4P3OZRQ
+ .text          0x0000000000004b68       0xa4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000004c0c       0x10 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000004c0c                sym_N2NJCIBZFHVP7II7LSOD6U4WPOYSC3U3IRJ6NLY
+ .text          0x0000000000004c1c       0x14 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000004c1c                sym_56NG23UACCBJRJHKQI4X4VNMARWQXHUE4R3NK7I
+ .text          0x0000000000004c30       0x2c /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000004c5c       0xbc /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000004d18       0x44 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000004d5c       0x10 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000004d5c                sym_VKBDHCW5KWYFAEZJJBKQNHH4JDURIHHEJCK4SOA
+ .text          0x0000000000004d6c       0x10 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000004d6c                sym_FHMOSTDS4FAIPN4GDRMMMBPMBOTEQ5DLCM2A23Q
+ .text          0x0000000000004d7c      0x14c /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000004d7c                sym_XOOTGCSEAKA3PUKZW3QYB4DCVC2FKUP2TS5AZ5Q
+ .text          0x0000000000004ec8       0x1c /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000004ec8                sym_HHT5YV37VWRBGUMO4AOJUKOJARZKAH2OUWPZF7Q
+ .text          0x0000000000004ee4       0x2c /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000004ee4                sym_43VAZS4NQXUMOPHD7W7SYFZ3WJ6KGQYQH6UOYPQ
+ .text          0x0000000000004f10       0xb4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000004f10                sym_IPYDOGNKVSD5CNASNRZPFKSG4XKU4ZG4SVERI7Q
+ .text          0x0000000000004fc4       0x28 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000004fc4                sym_FKGRLSJGPWDG44KYHTBA74A2ZDKPDUWGXHS3E2I
+ .text          0x0000000000004fec       0x30 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000004fec                sym_K5GMJMBHBYPRCUIWKNEXGPSNQEZKEMBAP4JWHBQ
+ .text          0x000000000000501c       0x30 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000501c                sym_7LZ5OF5UTH4WGXV6IKS6GUUHKYRIWQTTIJXNBEY
+ .text          0x000000000000504c       0x30 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000504c                sym_77ICNIHY2R2L3JRP4ZLMOWZSS3UZRKJXJOBWTWI
+ .text          0x000000000000507c       0xc0 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000507c                sym_O4OEFTDQOHR27DXSKIP2NTPPTRMSYXD4NWCXJCY
+ .text          0x000000000000513c       0x28 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000513c                sym_IGZFOLICB5CJJJE7CMPL4WEIUAIWGZOX7NY2BUA
+ .text          0x0000000000005164       0x30 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000005164                sym_IXYRVGMAX4SRXA2W5Z6EII6E55G3FBKT7HXOFRA
+ .text          0x0000000000005194      0x160 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000005194                sym_BZUCV52NNXYJ4PFZE6PPPT2ZDHUDTEPDS6LUKZI
+ .text          0x00000000000052f4       0x14 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x00000000000052f4                sym_R3OVSIK4NXKOTUBI3IUCWAF5GBSLNFLFQGOT2YA
+ .text          0x0000000000005308       0x14 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000005308                sym_JOD4HBACYVOMP3CDGJCWGWOV76FFL6T5SRSXLJA
+ .text          0x000000000000531c       0x6c /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000531c                sym_6TSCY3EYJJ4NL2AB3FYZQO3YP65H7OZIFYTNMBQ
+ .text          0x0000000000005388       0xb8 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000005388                sym_R6DW7P5722C5WP5B4RKPYMZATZ5BMBDRUM6NNYQ
+ .text          0x0000000000005440       0x38 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000005440                sym_RTPW34URA5OC7HP5UM7G7G6DKV4XBRT7CDOHPRA
+ .text          0x0000000000005478       0x64 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000005478                sym_5PX46PPXISSLTQOT7WU7ULFUTTIKTAFVIDYCAVY
+ .text          0x00000000000054dc       0x58 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x00000000000054dc                sym_7ABLLIXUF3HMINU3DLWXJDVBNAU7RSUXPXZ3RFQ
+ .text          0x0000000000005534       0x8c /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000005534                sym_RHE23VLW3YS5P4HRDMPTVWIHXVLEGJ7BJEAEEUI
+ .text          0x00000000000055c0       0x28 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x00000000000055c0                sym_KH2TZBL3IC4Q72SOWRZYKXJYTC66QUG36J2D64Q
+ .text          0x00000000000055e8       0x24 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x00000000000055e8                sym_CYYZ5DA5UWAE37FM7XP643I473QUSWWZ2MS7OLY
+ .text          0x000000000000560c       0x38 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000560c                sym_KQ4RAL3HW3LUBE4EKZDESO77BJMQRXFGP63ANLQ
+ .text          0x0000000000005644       0xb4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000005644                sym_365Y77DXDRWJHR4QPTXJM46KZ7L557J533F2SNY
+ .text          0x00000000000056f8       0x18 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x00000000000056f8                sym_3E5VWVFRMYHMNGUSJEPBKKOP7X6VGWWURR334MQ
+ .text          0x0000000000005710       0x44 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000005710                sym_MKU2XEL6QB4MO4JU3HW4P3NALUM7PALQ3OF2VGA
+ .text          0x0000000000005754        0xc /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000005754                sym_3LKWZEY2K7UEF3M7QI5VCO43HM3TH6VAPJSZJBY
+ .text          0x0000000000005760       0x88 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x00000000000057e8       0x24 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x00000000000057e8                sym_ECAFXV3NMZ2THIWY27PTYY6WSGFWQJNAJOG5HIY
+ .text          0x000000000000580c        0xc /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000580c                sym_FKU5SDIGNJ3CUR3VYEELCK5CK3EK42NLF7KQXSQ
+ .text          0x0000000000005818        0xc /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000005818                sym_MD2ACKWOI3UMWSI6IONGH6VN62ROA3VVQP7HYBQ
+ .text          0x0000000000005824       0x60 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000005824                sym_VT36OYILRYR2ODZV34U7WHVGGSRS7VN6JG7WPYI
+ .text          0x0000000000005884       0x48 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000005884                sym_3BV6HS2RZST6R6C5ZWOISO6OTZHTSW3BAFXBSVQ
+ .text          0x00000000000058cc       0x24 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x00000000000058f0       0x68 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000005958       0x44 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x000000000000599c       0xac /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000005a48       0x54 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000005a9c       0x28 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000005ac4      0x120 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000005be4      0x22c /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000005e10       0xd4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000005ee4      0x188 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x000000000000606c       0x48 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x00000000000060b4       0x10 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x00000000000060c4       0x34 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x00000000000060f8       0x2c /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x00000000000060f8                sym_4WIY2RAFLOZNOS4O5BEVWEYHIO3NV42IZ2Q2NWQ
+ .text          0x0000000000006124       0x2c /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000006124                sym_KC3JIKE7HTERE3Q3BXMRUIDPAENUZKVBIDO6ODY
+ .text          0x0000000000006150       0x10 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000006150                sym_BPVIPCP3IMFHHNRASYWRUQPTOXIXQGWP3DTKXWI
+ .text          0x0000000000006160       0x20 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000006160                sym_I72BLVRK23UDT6KM4GEW6EVDLN4L7QB2CLD4CMY
+ .text          0x0000000000006180       0xb4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000006180                sym_JIJASGQH4XEEPZL7D35VQHVPKKLANGDBS2M46NQ
+ .text          0x0000000000006234      0x1b4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000006234                sym_KBJ4SX4MJK4IAM4DI3ILSISVXIP6O72O62TW3OQ
+ .text          0x00000000000063e8       0x10 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x00000000000063e8                sym_PY5KUATPBYOYJBMP6H7AVRPSEO7BZX2JK524O6A
+ .text          0x00000000000063f8       0x3c /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x00000000000063f8                sym_RPDYS5TXULS3Z2BQR7IFNSOINXPPN4LN764SRIY
+ .text          0x0000000000006434        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000006438        0x8 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000006440        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000006444       0x18 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x000000000000645c       0x40 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000645c                sym_6FVWF5AWPR7EN7BPHS4APSIUXYFZQTTZCMRDKPY
+ .text          0x000000000000649c       0x60 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000649c                sym_CWVFJQ3UTS5MGUYKHB563UDBBB3FBCXUIVZDU2I
+ .text          0x00000000000064fc       0x28 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000006524       0xbc /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x00000000000065e0       0x58 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000006638       0xa8 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x00000000000066e0       0x90 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000006770       0x4c /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x00000000000067bc       0x38 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x00000000000067f4       0x38 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x000000000000682c       0xcc /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x00000000000068f8      0x230 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000006b28       0x60 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000006b88       0x90 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000006c18      0x83c /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000007454      0x1e0 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000007454                sym_GRKUQI62F6CK2HPCZKZRWSZ3PZVCGXTWPZAIMJA
+ .text          0x0000000000007634       0x58 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000007634                sym_TLMTJNRYMIPTFJ2BLGCEHSZKVDBLFBSNMQEHHZI
+ .text          0x000000000000768c       0x60 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000768c                sym_HT64RIVISXSWFJE3LL26YHKQRTRRXKVEDBUUUOQ
+ .text          0x00000000000076ec       0x18 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x00000000000076ec                sym_OGXWMXSCK2QG6TOSCWHHS4PII24VSXWVJJIPCDI
+ .text          0x0000000000007704       0x20 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000007724       0x14 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000007724                sym_LOTFHGQTFUFWGX7HOTL4Q2XATGIJRVIMCMOYRMA
+ .text          0x0000000000007738       0x30 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000007738                sym_MDF364N4PQDEA5ZGP5CB3ZDZVZM5Q32KSEZZ5HI
+ .text          0x0000000000007768       0x34 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000007768                sym_XCEN5K7VEI2CAO42XW7S3FKM3HKMOCDCUFDX25Y
+ .text          0x000000000000779c       0x44 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000779c                sym_5DEPI2OGSPXE5OVFBPVFPSPYPRYUQ54QVVXIKNI
+ .text          0x00000000000077e0       0x34 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x00000000000077e0                sym_KZ5CVONZGMGIGNMI7YD6HLN3FXAAJK6OMEJW6BQ
+ .text          0x0000000000007814       0x28 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000007814                sym_ZQHB3ANU2DANFLJZLZL5U4SPQ2ZDVUAHI35744Y
+ .text          0x000000000000783c       0x10 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000783c                sym_TRMXENGHOH4VBQQZPIN222FLCEFU3Z3CD5C47DY
+ .text          0x000000000000784c       0x8c /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000784c                sym_5I5MTMPTF2F4WI7MIXG5OG4TUPLUR53CB2QHVUA
+ .text          0x00000000000078d8       0x94 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x00000000000078d8                sym_WLH66EC4H754I3MAYKGHFOCADIOY4E4WNRBI4TA
+ .text          0x000000000000796c       0x28 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000796c                sym_VIDE7XVSTT4HHX2MQJX6VUVABAKVNGIPRTLRLEQ
+ .text          0x0000000000007994       0x34 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000007994                sym_3CD5EC6VYR6RXXLO3FXSZQ37BOYSM63APF5D5BA
+ .text          0x00000000000079c8       0x6c /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x00000000000079c8                sym_FYMYD324TMLKJZE62CZN4WTXFSPL6FPU2SZH6CI
+ .text          0x0000000000007a34        0xc /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000007a34                sym_QQVHHHKNBN5TJBK4NCDSUYAMXMOEHFSL7HE7RRA
+ .text          0x0000000000007a40       0x3c /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000007a40                sym_XPKSFPKFBNSTZZU4FUMGC3XRHAVS24BBL53HRMA
+ .text          0x0000000000007a7c       0x60 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000007a7c                sym_6Q45YYTUN2KDQ5V5UGE3T2LTI5FNGX6WIJYLIDI
+ .text          0x0000000000007adc       0x28 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000007b04       0x10 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000007b14       0x54 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000007b68       0x30 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000007b98       0x34 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000007bcc       0x4c /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000007c18       0x60 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000007c78       0x28 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000007ca0       0x38 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000007cd8       0x20 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000007cf8       0x4c /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000007d44       0x50 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000007d94       0x74 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000007d94                sym_RUQBFILZ5CHV2AAL6C3D2J5Y33TCCAPZTHBGZ3A
+ .text          0x0000000000007e08       0x10 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000007e08                sym_DRIMECVE2FH7O6C2LQ25QRVJOICPHLA5GC6TM2I
+ .text          0x0000000000007e18        0xc /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000007e18                sym_ARLNRKQ66P65CL63VENK3NR6NFAZLWPJOOVV7RQ
+ .text          0x0000000000007e24        0xc /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000007e24                sym_YKV5VFBUMD7K2LRWZ6WWYBEL5ESMQ4SDYYBDIPI
+ .text          0x0000000000007e30        0xc /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000007e30                sym_GI7KSEEMTJQ7HR2XTQJ6A3EAB54YYLMWKNL2RBA
+ .text          0x0000000000007e3c       0x2c /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000007e3c                sym_RSWA3KDPDNEX2QOFCEQGJOF7JZOR274BWTEY2JA
+ .text          0x0000000000007e68       0x44 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000007e68                sym_5M4NZWSJ6BHHJZLT6EUU64HNZ2KEYYSTH2RKH5I
+ .text          0x0000000000007eac       0x58 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000007eac                sym_5CHOZAQ75MOW32NPEGX5AYLDFVQR6HZCDXZY5PQ
+ .text          0x0000000000007f04       0x24 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000007f04                sym_YUNWMAOOL6VPZ57LS54EAM7TJ65IEHYU7XKGKUI
+ .text          0x0000000000007f28      0x124 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000007f28                sym_JQ5GTNCJKXERB3SSKQRXLQOKWJQVRNEOVZZZVXI
+ .text          0x000000000000804c        0xc /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000804c                sym_HE5JGYEZFIITGQL7PMATDHSORSCK7HJIY5UXOZA
+ .text          0x0000000000008058       0x14 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000008058                sym_YLRTPBVG5ROXKOW4KXUYITRUY3FD2MVZW5LF7ZA
+ .text          0x000000000000806c       0x38 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000806c                sym_GVSNNBZMBIJOMUA3FPIAVVC7S5MNBYUF4QELXZA
+ .text          0x00000000000080a4        0xc /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x00000000000080a4                sym_ZQE76VUU7S5U7DETTZA65E75LHFWL5PGRN4JPHI
+ .text          0x00000000000080b0       0x78 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x00000000000080b0                sym_6PPYXQQOLTVZ6DHASA45P4Y6MOJ5US37OHECCGI
+ .text          0x0000000000008128       0x94 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000008128                sym_A5S3P57NWYYY5XJWBYERU6H4QSVP5TCTU7HKA5Y
+ .text          0x00000000000081bc       0x8c /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x00000000000081bc                sym_2YSDS7VWGMSD5CN64D2VGQIYXBV3A6NJCHWFZEY
+ .text          0x0000000000008248       0xd0 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000008248                sym_WJZCKVDJU3WW5NVNH77DPRGYVZQLD372GLDYO6I
+ .text          0x0000000000008318       0xf8 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000008318                sym_E7IS652W2J5N5UTHP752WOA4YNSR7E5S5H4J2AA
+ .text          0x0000000000008410        0xc /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000008410                sym_XD56LJG2JTRU4Q2V7WCY72EI3VTZICA3O4ERV2A
+ .text          0x000000000000841c       0x10 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000841c                sym_YG4UROEKVB7ZBE5TWHLNJHYKSFBTXGBYAX3RXRI
+ .text          0x000000000000842c       0x24 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000842c                sym_LPFN6QJEOHBT4AP2K7MEYWDZW35U5VHIHXOA54I
+ .text          0x0000000000008450       0x58 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000008450                sym_7CIQBS4FNO23MS6BAN7Q3LK45R62DBPT5FNCWOA
+ .text          0x00000000000084a8       0x48 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x00000000000084a8                sym_Y6HXZQJARJ7FDWKGPREPQGRRGDOQMXHDALUK6KY
+ .text          0x00000000000084f0       0x18 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x00000000000084f0                sym_RXYEX777ZXB2E2DXJWDBCV7AAHWTCHNTLOSENBY
+ .text          0x0000000000008508       0x1c /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000008508                sym_PCLF3MATC3G3MYGRPG4ATMGCS6N4B7M5CSF2C2Y
+ .text          0x0000000000008524       0x18 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000008524                sym_EZCFQXKGAFHY5HQVJOXWDLO45XWMEJQY5WUGZNI
+ .text          0x000000000000853c       0x40 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000853c                sym_2GNBSSSS7HPV6RZQ52VFCGRXSPA3KLWISQSF42I
+ .text          0x000000000000857c       0x10 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000857c                sym_VEC44ISWPJAJ32J57NYIBEMC7Q6QEP7J6SVR4BQ
+ .text          0x000000000000858c       0x18 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000858c                sym_LSYZDZOMTD6BKKRX25HIBNLFKSFDXBS3PS4UKOY
+ .text          0x00000000000085a4      0x264 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x00000000000085a4                sym_EMR2H7KEGRFFKS6A4P3ZPPGOJSTVXLGRI25MEYQ
+ .text          0x0000000000008808       0x10 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000008808                sym_V67AIMSO57NYVNGXZF2PDQSJQJLITHU4KD4CKAY
+ .text          0x0000000000008818        0xc /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000008818                sym_UX6VBOIQ7ULLMX3I6UDFOFZ6IT2DVZKKVIEVRMY
+ .text          0x0000000000008824       0x10 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000008824                sym_L4JTLGMK2AWYAAPRB3O77773SG36X2NTZJ3FAHA
+ .text          0x0000000000008834       0x1c /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000008834                sym_WD6EQ3FQVKOAARDWHQJJC5SVKHQS7A2MF5YDCPA
+ .text          0x0000000000008850       0x1c /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000008850                sym_WGW6HZ6PNLYQSUJALICWZO27AY5UJWYCU6B6ACI
+ .text          0x000000000000886c       0x34 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000886c                sym_7VLVVPDI26BVJ64XQBSGXOQYGQA4VH5APIPDGYA
+ .text          0x00000000000088a0       0x38 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x00000000000088a0                sym_55XNA7W2CQFJPCH62ZAKHLPISYHJ7KMNREEN6EA
+ .text          0x00000000000088d8       0xac /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x00000000000088d8                sym_472GCM45ITLH5GOXITRUEUJXOU6SPVHTMEVFHWQ
+ .text          0x0000000000008984        0xc /opt/ncs/nrfxlib/mpsl/fem/common/lib/cortex-m4/soft-float/libmpsl_fem_common.a(libmpsl_fem_common_debug_soft__obfuscated.elf)
+                0x0000000000008984                mpsl_fem_caps_get
+ .text          0x0000000000008990        0xc /opt/ncs/nrfxlib/mpsl/fem/common/lib/cortex-m4/soft-float/libmpsl_fem_common.a(libmpsl_fem_common_debug_soft__obfuscated.elf)
+                0x0000000000008990                mpsl_fem_disable
+ .text          0x000000000000899c        0xc /opt/ncs/nrfxlib/mpsl/fem/common/lib/cortex-m4/soft-float/libmpsl_fem_common.a(libmpsl_fem_common_debug_soft__obfuscated.elf)
+                0x000000000000899c                mpsl_fem_pa_configuration_set
+ .text          0x00000000000089a8        0xc /opt/ncs/nrfxlib/mpsl/fem/common/lib/cortex-m4/soft-float/libmpsl_fem_common.a(libmpsl_fem_common_debug_soft__obfuscated.elf)
+                0x00000000000089a8                mpsl_fem_lna_configuration_set
+ .text          0x00000000000089b4        0xc /opt/ncs/nrfxlib/mpsl/fem/common/lib/cortex-m4/soft-float/libmpsl_fem_common.a(libmpsl_fem_common_debug_soft__obfuscated.elf)
+                0x00000000000089b4                mpsl_fem_pa_configuration_clear
+ .text          0x00000000000089c0        0xc /opt/ncs/nrfxlib/mpsl/fem/common/lib/cortex-m4/soft-float/libmpsl_fem_common.a(libmpsl_fem_common_debug_soft__obfuscated.elf)
+                0x00000000000089c0                mpsl_fem_lna_configuration_clear
+ .text          0x00000000000089cc        0xc /opt/ncs/nrfxlib/mpsl/fem/common/lib/cortex-m4/soft-float/libmpsl_fem_common.a(libmpsl_fem_common_debug_soft__obfuscated.elf)
+                0x00000000000089cc                mpsl_fem_pa_power_control_set
+ .text          0x00000000000089d8       0x14 /opt/ncs/nrfxlib/mpsl/fem/common/lib/cortex-m4/soft-float/libmpsl_fem_common.a(libmpsl_fem_common_debug_soft__obfuscated.elf)
+                0x00000000000089d8                mpsl_fem_tx_power_split
+ .text          0x00000000000089ec        0xc /opt/ncs/nrfxlib/mpsl/fem/common/lib/cortex-m4/soft-float/libmpsl_fem_common.a(libmpsl_fem_common_debug_soft__obfuscated.elf)
+                0x00000000000089ec                mpsl_fem_device_config_254_apply_get
+ .text          0x00000000000089f8       0x44 /opt/ncs/nrfxlib/mpsl/fem/common/lib/cortex-m4/soft-float/libmpsl_fem_common.a(libmpsl_fem_common_debug_soft__obfuscated.elf)
+                0x00000000000089f8                mpsl_fem_utils_available_cc_channels_cache
+ .text          0x0000000000008a3c        0xc /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+                0x0000000000008a3c                sym_3NUECOSAIC227DBCPHAP4U7EQ3UBTGANU5ASIOA
+ .text          0x0000000000008a48       0x34 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+                0x0000000000008a48                sym_QLJBNB55XHXGY3EZ4W3ZZ3U6AVPE2YGDOXRUZSQ
+ .text          0x0000000000008a7c       0x54 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+                0x0000000000008a7c                sym_VWOYI7XCNXBFVPWSS6WFJ2CWKPJYCMRRQTU7QWQ
+ .text          0x0000000000008ad0       0x20 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+                0x0000000000008ad0                mpsl_tx_power_radio_supported_power_adjust
+ .text          0x0000000000008af0       0x80 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+                0x0000000000008af0                sym_JBMIQXYLJQQB56KLSIZ2WVKBMEMRZHLRBGLEPTA
+ .text          0x0000000000008b70       0x58 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x0000000000008bc8       0x1c /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x0000000000008be4       0x7c /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+                0x0000000000008be4                mpsl_timeslot_session_open
+ .text          0x0000000000008c60        0xc /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+                0x0000000000008c60                sym_SKFSQME5SGNPYLL7B75KY7PHXFYWSRI2HSTT45A
+ .text          0x0000000000008c6c       0x1c /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+                0x0000000000008c6c                sym_4RNEPYYQOFM4LAOGLN2TB27X7L3XBISTGAWYOHQ
+ .text          0x0000000000008c88       0x2c /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+                0x0000000000008c88                sym_WTOZYVN52TSAPXLTHQQLG45KSAFDDSBJMHMFM6Q
+ .text          0x0000000000008cb4       0x1c /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+                0x0000000000008cb4                sym_XYQTP7YX2XFVREW5KFDH2NNPGRIPEHKIO2RURYI
+ .text          0x0000000000008cd0       0x6c /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+                0x0000000000008cd0                sym_V6OT7EKSQC3XEJK5ZWNACQF7LLICCSE7X3C3ECY
+ .text          0x0000000000008d3c       0x58 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+                0x0000000000008d3c                sym_AOU55ZK756JLPLCLZ5TZSSVKOAWWFUNQZATBXUI
+ .text          0x0000000000008d94       0xb4 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+                0x0000000000008d94                sym_OLT7BBJAMRJJV5HK3QZCAOG3B3FGZ46HFC5VINI
+ .text          0x0000000000008e48       0x34 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+                0x0000000000008e48                sym_PITJNQC6YSCEFAH23N5QRORZDKCSKOAUGBUS6GA
+ .text          0x0000000000008e7c       0x20 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+                0x0000000000008e7c                sym_MLZNDMDYRI6WNTNQ4RIQGPD423CK7RT4YVI5CAI
+ .text          0x0000000000008e9c       0x38 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+                0x0000000000008e9c                sym_4FXF7BZT2IZ3YRYSE3Z2XCICKWZPGDZTXL2ECZQ
+ .text          0x0000000000008ed4       0x20 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+                0x0000000000008ed4                sym_RWBLK2534FJMTER76IYUPZQ3YF74JEALZ2OBIDI
+ .text          0x0000000000008ef4       0x20 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+                0x0000000000008ef4                sym_HVFGTYCGAECGUJHOFSPMGUV2G4PTWWUYTJVAPNA
+ .text          0x0000000000008f14       0x2c /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+                0x0000000000008f14                MPSL_IRQ_RADIO_Handler
+ .text          0x0000000000008f40       0x54 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+                0x0000000000008f40                sym_XEJLNUQGS5P4R5IXDJFF6NE6C2FZWRZYDQOGMPI
+ .text          0x0000000000008f94        0xc /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+                0x0000000000008f94                sym_ETIE3PCEXQYLK2GIVZENQ6V7PLBRV57MB7BDMNY
+ .text          0x0000000000008fa0        0xc /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+                0x0000000000008fa0                sym_MGDULS4U2D5VQ5NBLZDC7UTSC6O3GJASJZPQJ2Q
+ .text          0x0000000000008fac       0x28 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+                0x0000000000008fac                sym_PEUB6CZG5CWXXD4M2S6OVBXZGDFOG4XII7USUDQ
+ .text          0x0000000000008fd4       0x38 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+                0x0000000000008fd4                mpsl_clock_hfclk_request
+ .text          0x000000000000900c       0x34 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x0000000000009040       0x38 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+                0x0000000000009040                sym_AF5XKA2WT4DMFZTLKHOBWE7E2EZAMLDDFPQGGTQ
+ .text          0x0000000000009078       0x1c /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+                0x0000000000009078                mpsl_clock_hfclk_release
+ .text          0x0000000000009094       0x10 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+                0x0000000000009094                sym_4CZSFTTT34WDYFZKE2NSCSVSYLPHLZYN7QUTGHY
+ .text          0x00000000000090a4       0x4c /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+                0x00000000000090a4                mpsl_calibration_timer_handle
+ .text          0x00000000000090f0       0x78 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+                0x00000000000090f0                sym_A4JUKJUCTJV55V2WD6TXU63VO5GAMB4XA4EE56Q
+ .text          0x0000000000009168       0xf0 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+                0x0000000000009168                MPSL_IRQ_CLOCK_Handler
+ .text          0x0000000000009258       0x18 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+                0x0000000000009258                sym_4PX37LW4KIUYQZ73JWLPH5GAGIRWAKTV3E6F62Q
+ .text          0x0000000000009270      0x248 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+                0x0000000000009270                sym_FYHKZOVAJN6VDDHY43FT7PF4YLRDHWRTEWHFG6I
+ .text          0x00000000000094b8       0x44 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+                0x00000000000094b8                sym_UG7CMBAYEZEKSKQK753P4TBTSPUXVRWUS6QJJOA
+ .text          0x00000000000094fc       0x18 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+                0x00000000000094fc                sym_XK3TMLCZALCYYWGULGHQIRSOBMPIIPJ7HEMOZIQ
+ .text          0x0000000000009514        0xc /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+                0x0000000000009514                sym_PIRI3CTIHOPR5MPDQRHBJRRZEA2NVOD4J3GXGOA
+ .text          0x0000000000009520       0x1c /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+                0x0000000000009520                sym_LIY23QT3GHIV7NCGJ6ZW6LB2ZUSI56CIFCL6HUY
+ .text          0x000000000000953c       0x2c /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x0000000000009568       0x2c /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x0000000000009594       0x38 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x00000000000095cc       0x2c /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x00000000000095f8       0x50 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x0000000000009648       0x64 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x00000000000096ac       0x38 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x00000000000096e4       0xa8 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+                0x00000000000096e4                sym_3SK52U5TD4ACVVYKWS6UI6ZPWKSLV6BW5IGCPJI
+ .text          0x000000000000978c        0xc /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+                0x000000000000978c                sym_RUQO26WM5KVVEW7O3OHCXPO7LLLXRBDPIPSWIWY
+ .text          0x0000000000009798        0xc /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+                0x0000000000009798                sym_M4DIQOXJAE3BNHQBIUCZXAABSM24CWUEJOCU7DY
+ .text          0x00000000000097a4       0x20 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+                0x00000000000097a4                sym_E5Q6O4GY4KO3GMW7WJYXLZKHO7ZGDWLU4ZPAKWA
+ .text          0x00000000000097c4      0x130 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+                0x00000000000097c4                sym_2ZDZA75WOMRNSQ6XL7IZWAQKYFFSRJOGBGKPTIQ
+ .text          0x00000000000098f4       0xd0 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+                0x00000000000098f4                sym_X2K67YH6UCW6TFK6NTLPZZFGWYHTTPZYK5PXHNQ
+ .text          0x00000000000099c4       0x18 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+                0x00000000000099c4                sym_CQWZ455IMTLTPY5LEEZHXHRRNX223B3HTDD45HA
+ .text          0x00000000000099dc       0xc4 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+                0x00000000000099dc                sym_TSYEIN5CZPQE3YK6VECZD5C2M4LMXKKH6O7LNAY
+ .text          0x0000000000009aa0       0x34 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+                0x0000000000009aa0                sym_Y3UVF6YHRTBBXFJQDE7OMEAPPATQJFJYHW45BGI
+ .text          0x0000000000009ad4       0x8c /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+                0x0000000000009ad4                MPSL_IRQ_RTC0_Handler
+ .text          0x0000000000009b60       0xec /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+                0x0000000000009b60                MPSL_IRQ_TIMER0_Handler
+ .text          0x0000000000009c4c      0x53c /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x000000000000a188      0x258 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x000000000000a3e0      0x1e0 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x000000000000a5c0      0x188 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x000000000000a748       0xec /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x000000000000a834      0x14c /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x000000000000a980       0x7c /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+                0x000000000000a980                sym_ZC6NJBPUISWILQK6OTOBMJVVUT63JRIDGH5WNCY
+ .text          0x000000000000a9fc      0x34c /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+                0x000000000000a9fc                sym_SFR5TVV24PZRIRC5QGOHL2X436PUHKRY2QWKP5Y
+ .text          0x000000000000ad48       0x58 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+                0x000000000000ad48                sym_RPHL2J7CVNKM6GKLDIFI4NVAPZE2FHTYW4VJSJI
+ .text          0x000000000000ada0       0x3c /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+                0x000000000000ada0                sym_CFZK3G6ZC4ONUAYO2UALWQ4CBO7A6ADNAS2FS7Y
+ .text          0x000000000000addc       0x2c /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+                0x000000000000addc                sym_W447CEMR6K6QRW3N63PRPIR7NK6ENOSBFXLCPRQ
+ .text          0x000000000000ae08      0x22c /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+                0x000000000000ae08                sym_CVH6S6LMSFPC2RM6I6LYWFRVOJUD3A6OCMG7AAI
+ .text          0x000000000000b034      0x618 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+                0x000000000000b034                sym_NFDFVOR5BUFND4TNTGYIYR4ARXJRXWSQ4PVFUKY
+ .text          0x000000000000b64c      0x20c /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+                0x000000000000b64c                sym_R4Y3KWNYX4PGGLE5X2L7DXMWMJUY3DOXD7LSUKY
+ .text          0x000000000000b858      0x2e8 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+                0x000000000000b858                sym_J5F7QGRFPKMLWRNSXZXS5YI7BM4DUTISCOASCOA
+ .text          0x000000000000bb40       0xb0 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+                0x000000000000bb40                sym_URFU24FFGR2HYB6CCPIPKPNZNMTWHKDYOATUJNY
+ .text          0x000000000000bbf0        0x4 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+                0x000000000000bbf0                sym_6TZLBWMEWRMPI4KKAUVLC2XHUBDGXEA4B4JJJYQ
+ .text          0x000000000000bbf4       0xa0 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+                0x000000000000bbf4                sym_FWJGAV6HUABGKXBT6K4XJ76WZDWHK3EOQOQRNOI
+ .text          0x000000000000bc94      0x254 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+                0x000000000000bc94                sym_QWOE5H22ZADGJX5JSROW7BOI32Z6PPEEJCISNOQ
+ .text          0x000000000000bee8      0x2b4 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+                0x000000000000bee8                sym_DQFOGVCNU4NTOMWSL3IYDNCMIXT2LT7SZHL5IHI
+ .text          0x000000000000c19c       0x7c /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+                0x000000000000c19c                sym_ORUJDMUJV7RZIFXM3X5KLRROPKJ7VPLJ65JMLRQ
+ .text          0x000000000000c218       0x24 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x000000000000c23c       0x30 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x000000000000c26c       0x30 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x000000000000c29c       0x2c /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x000000000000c2c8       0x78 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+                0x000000000000c2c8                mpsl_init
+ .text          0x000000000000c340       0x14 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+                0x000000000000c340                sym_4JLKMM32SOXCP6XBYAWZDUIMUJIYXLKKDBOFLHI
+ .text          0x000000000000c354       0x58 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+                0x000000000000c354                sym_S2UAPMFVIQXDUOA6CV7GJMB33TYHEUH5D6LHO5Q
+ .text          0x000000000000c3ac       0x28 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+                0x000000000000c3ac                sym_XR32KBBIVYD5OVRJM2RBQ57EGCCM2C3F5IY6OHQ
+ .text          0x000000000000c3d4        0xc /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+                0x000000000000c3d4                mpsl_is_initialized
+ .text          0x000000000000c3e0       0xdc /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x000000000000c4bc      0x184 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+                0x000000000000c4bc                mpsl_ecb_block_encrypt_extended
+ .text          0x000000000000c640       0x7c /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+                0x000000000000c640                mpsl_temperature_get
+ .text          0x000000000000c6bc       0x38 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+                0x000000000000c6bc                sym_W7ROFHNOSDKPIRUKDGIZZ5YR3MC3DAM2YLJOUIA
+ .text          0x000000000000c6f4       0x20 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+                0x000000000000c6f4                sym_BJJ4JJDCVJTQH3OQZK6RMMOLISQZEJEZ3BJOKJY
+ .text          0x000000000000c714       0x38 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+                0x000000000000c714                sym_GURZ3AH6X65RGSKYMYNWZVP6HM56LA5MRAQWT6Q
+ .text          0x000000000000c74c       0x50 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+                0x000000000000c74c                sym_VWGRUQT3LYZHLYS5KJ7UOCJEHLDJTWH4RVJBGKQ
+ .text          0x000000000000c79c       0x34 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+                0x000000000000c79c                sym_4WL3TG4Q7RCTFEMPQ2CQTOL4PAKUULDPJUM5DTY
+ .text          0x000000000000c7d0       0x54 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x000000000000c824       0x88 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+                0x000000000000c824                sym_2FGI6PRNKAQGGACVKJNWC6EWB4C4ZZYUSEGOPOI
+ .text          0x000000000000c8ac       0xb0 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+                0x000000000000c8ac                sym_R66O3ZG7PAFXV56YPWXD7FGU6UB3QYBQIHK33BQ
+ .text          0x000000000000c95c       0x8c /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+                0x000000000000c95c                sym_525JLJ5JEQ6FEZGTSIW74UTOCUZ2F4YECMQ6KVQ
+ .text          0x000000000000c9e8       0xf0 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+                0x000000000000c9e8                sym_DQONLUECJTIEYFOFJXXAPJO4POIAJKJNKBGVN5A
+ .text          0x000000000000cad8       0xd8 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+                0x000000000000cad8                sym_VSILKYHVQ5DVF6LG5MG267DQVA3A2XZQ6FSCLXA
+ .text          0x000000000000cbb0        0xc /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+                0x000000000000cbb0                sym_FLYO2O6PDDEK6WCFFGJRAPCMRB5FFHTEEHI4Z2Q
+ .text          0x000000000000cbbc      0x2a0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/thumb/v7e-m/nofp/libgcc.a(_udivmoddi4.o)
+                0x000000000000cbbc                __udivmoddi4
+ .text          0x000000000000ce5c       0x14 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-strcmp.o)
+                0x000000000000ce5c                strcmp
+ .text          0x000000000000ce70       0x10 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-strlen.o)
+                0x000000000000ce70                strlen
+ .text          0x000000000000ce80       0x16 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000ce80                sym_PVKZWZJ5CJJGE5FITE5FOMMY5J4BUV2COWMQKSY
+ .text          0x000000000000ce96       0x28 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000ce96                sym_BR3ZWQHTEOP3TTXZR25GQZOEPSGL2XNSEOFSTEI
+ .text          0x000000000000cebe       0x5e /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000cebe                sym_CNH7SD2WCGFAHI2ANQOF3HHV2F3WYQDABEB6D2I
+ .text          0x000000000000cf1c       0x6c /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000cf1c                sym_XBPRCWTRXORTYBBILZLCEINUIX4S5BJ5RTZD2RY
+ .text          0x000000000000cf88      0x22a /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000cf88                sym_XMQQMVD4MD6DRWNW2DWSCGOMJHFY3IX7NXUHTGI
+ .text          0x000000000000d1b2       0x14 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000d1b2                sdc_hci_data_put
+ .text          0x000000000000d1c6       0x20 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000d1c6                sdc_hci_get
+ .text          0x000000000000d1e6        0xa /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000d1e6                sdc_hci_cmd_cb_set_event_mask
+ .text          0x000000000000d1f0        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000d1f0                sdc_hci_cmd_cb_read_transmit_power_level
+ .text          0x000000000000d1f4        0xa /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000d1f4                sdc_hci_cmd_cb_set_event_mask_page_2
+ .text          0x000000000000d1fe        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000d1fe                sdc_hci_cmd_cb_read_authenticated_payload_timeout
+ .text          0x000000000000d202        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000d202                sdc_hci_cmd_cb_write_authenticated_payload_timeout
+ .text          0x000000000000d206       0x36 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000d206                sdc_hci_cmd_vs_zephyr_read_version_info
+ .text          0x000000000000d23c        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000d23c                sdc_hci_cmd_vs_zephyr_write_bd_addr
+ .text          0x000000000000d240       0xa4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000d240                sdc_hci_cmd_vs_zephyr_read_static_addresses
+ .text          0x000000000000d2e4       0xa2 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000d2e4                sdc_hci_cmd_vs_zephyr_read_key_hierarchy_roots
+ .text          0x000000000000d386       0x2c /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000d386                sdc_hci_cmd_vs_zephyr_read_chip_temp
+ .text          0x000000000000d3b2        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000d3b2                sdc_hci_cmd_vs_llpm_mode_set
+ .text          0x000000000000d3b6        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000d3b6                sdc_hci_cmd_vs_conn_update
+ .text          0x000000000000d3ba        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000d3ba                sdc_hci_cmd_vs_conn_event_extend
+ .text          0x000000000000d3be        0xc /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000d3be                sdc_hci_cmd_vs_qos_conn_event_report_enable
+ .text          0x000000000000d3ca        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000d3ca                sdc_hci_cmd_vs_event_length_set
+ .text          0x000000000000d3ce        0x8 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000d3ce                sdc_hci_cmd_vs_peripheral_latency_mode_set
+ .text          0x000000000000d3d6        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000d3d6                sdc_hci_cmd_vs_set_adv_randomness
+ .text          0x000000000000d3da       0x1e /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000d3da                sdc_hci_cmd_vs_get_next_conn_event_counter
+ .text          0x000000000000d3f8        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000d3f8                sdc_hci_cmd_vs_min_val_of_max_acl_tx_payload_set
+ .text          0x000000000000d3fc        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000d3fc                sdc_hci_cmd_vs_set_role_priority
+ .text          0x000000000000d400        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000d400                sdc_hci_cmd_ip_read_local_version_information
+ .text          0x000000000000d404        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000d404                sdc_hci_cmd_ip_read_bd_addr
+ .text          0x000000000000d408        0xa /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000d408                sdc_hci_cmd_le_set_event_mask
+ .text          0x000000000000d412        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000d412                sdc_hci_cmd_le_read_buffer_size
+ .text          0x000000000000d416        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000d416                sdc_hci_cmd_le_set_random_address
+ .text          0x000000000000d41a        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000d41a                sdc_hci_cmd_le_set_adv_params
+ .text          0x000000000000d41e        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000d41e                sdc_hci_cmd_le_read_adv_physical_channel_tx_power
+ .text          0x000000000000d422        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000d422                sdc_hci_cmd_le_set_adv_data
+ .text          0x000000000000d426        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000d426                sdc_hci_cmd_le_set_scan_response_data
+ .text          0x000000000000d42a        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000d42a                sdc_hci_cmd_le_set_adv_enable
+ .text          0x000000000000d42e        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000d42e                sdc_hci_cmd_le_read_filter_accept_list_size
+ .text          0x000000000000d432        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000d432                sdc_hci_cmd_le_clear_filter_accept_list
+ .text          0x000000000000d436        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000d436                sdc_hci_cmd_le_add_device_to_filter_accept_list
+ .text          0x000000000000d43a        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000d43a                sdc_hci_cmd_le_remove_device_from_filter_accept_list
+ .text          0x000000000000d43e        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000d43e                sdc_hci_cmd_le_read_channel_map
+ .text          0x000000000000d442        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000d442                sdc_hci_cmd_le_read_remote_features
+ .text          0x000000000000d446        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000d446                sdc_hci_cmd_le_encrypt
+ .text          0x000000000000d44a        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000d44a                sdc_hci_cmd_le_rand
+ .text          0x000000000000d44e        0x8 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000d44e                sdc_hci_cmd_le_long_term_key_request_reply
+ .text          0x000000000000d456        0x8 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000d456                sdc_hci_cmd_le_long_term_key_request_negative_reply
+ .text          0x000000000000d45e        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000d45e                sdc_hci_cmd_le_set_data_length
+ .text          0x000000000000d462        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000d462                sdc_hci_cmd_le_read_suggested_default_data_length
+ .text          0x000000000000d466        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000d466                sdc_hci_cmd_le_write_suggested_default_data_length
+ .text          0x000000000000d46a        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000d46a                sdc_hci_cmd_le_read_max_data_length
+ .text          0x000000000000d46e        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000d46e                sdc_hci_cmd_le_read_phy
+ .text          0x000000000000d472        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000d472                sdc_hci_cmd_le_set_default_phy
+ .text          0x000000000000d476        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000d476                sdc_hci_cmd_le_set_phy
+ .text          0x000000000000d47a        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000d47a                sdc_hci_cmd_le_read_transmit_power
+ .text          0x000000000000d47e        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000d47e                sdc_hci_cmd_le_set_data_related_address_changes
+ .text          0x000000000000d482        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000d482                sdc_hci_cmd_lc_disconnect
+ .text          0x000000000000d486        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000d486                sdc_hci_cmd_lc_read_remote_version_information
+ .text          0x000000000000d48a       0x50 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000d48a                sym_A7PVZLRTORLFMETW3GOBE4DG32WTH46LP2SW5QQ
+ .text          0x000000000000d4da       0x4c /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000d4da                sym_XCF2HHS4DO2JW2ILCF4RJW66HXXYOROBK7NUPMY
+ .text          0x000000000000d526       0x12 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000d526                sym_E56LW5YVGUG6HP2OML5URHI7K2KCWX5ULQKQOKY
+ .text          0x000000000000d538        0xc /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000d538                sym_GY6HW2EOPDDWC2CI5H63QTBNGQK3KCPAMBHR3EY
+ .text          0x000000000000d544       0x38 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000d544                sym_TDLIKQLE652KPCFAMYL33G6BKGPHRLYLWNEOTHQ
+ .text          0x000000000000d57c       0x46 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000d57c                sym_47GVMLF7NXDJBYC2TPU2ES3ZL6CP4GIPWKYYWBI
+ .text          0x000000000000d5c2       0x4a /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000d5c2                sym_UOYZDE3MDLGPDL5S5WKUFLPYH4DJIMF3BJSBDYA
+ .text          0x000000000000d60c       0x38 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000d60c                sym_PTZ4EWNTFK5S5TZGCBNFETDF37P4DBX7VGM33II
+ .text          0x000000000000d644        0xe /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000d644                sym_B62EJKCCJ4JFC5I4BFTUJG7GNOKGWQ4KKFBS6RI
+ .text          0x000000000000d652       0x42 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000d652                sym_4WKKRRMMNLQOCTRGC2MVIREG5QOCFUEL67TBUQY
+ .text          0x000000000000d694       0x54 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000d694                sym_4DUZAAZKVNAL6VUHN4XAFX35FQKJS4D7DISLHDI
+ .text          0x000000000000d6e8       0x80 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000d6e8                sym_3LZ364FVGUVSOSH6XGIFMW5SY36X7BQXDOES46Y
+ .text          0x000000000000d768       0x1c /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000d768                sym_RZ3AO5KZJYCPFG5YW4CBZQF5SRGN3BPTEGBY47I
+ .text          0x000000000000d784        0xc /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000d784                sym_DY52YMZFQPMDNFDSVZDQLPFIWKOSXIQIEKUVZNY
+ .text          0x000000000000d790        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000d790                sym_UPAEGKLCM3QW7VHROMMVD5MIRBTM2NGCYENWSLI
+ .text          0x000000000000d794       0x28 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000d794                sym_Q4EW623JZHY67RB7U4Z2L2SMI5ENWIDFL23JZHQ
+ .text          0x000000000000d7bc       0x14 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000d7bc                sym_LIYGXI2UGDXBB3WZBJYHTKFR7X66AHBTSGA7ZTA
+ .text          0x000000000000d7d0       0x3c /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000d7d0                sym_T2KVJXUKBW7E6DZMIXB2ENUQYG6P2TBYLXO3PAY
+ .text          0x000000000000d80c       0x1a /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000d80c                sym_4FRIF7JGOVTE7JZ3KYQVPKX5PKSXGKCIHE6GQDY
+ .text          0x000000000000d826       0x54 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000d826                sym_JTNP7UFMKYWSFCHJEA5IASO3QVW3HK4YV6YOJYQ
+ .text          0x000000000000d87a        0xe /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000d87a                sym_B627VJPECYREV5OY4VJ652ISBA4XGPKVOUJ747A
+ .text          0x000000000000d888       0x3c /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x000000000000d8c4       0x10 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x000000000000d8d4       0x32 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000d8d4                sym_HNCDHITBYWLO4GMOSPKCO7YXRRWIUQ2IKIZ4C5A
+ .text          0x000000000000d906       0x1c /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000d906                sym_WDNTHBFS7DQM3AR7WDCR7ZEICFH5ZM5PJ35BRPY
+ .text          0x000000000000d922        0x6 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000d922                sym_SCCFLYV5KOPRJ5S7RGDC2KDSCCHMKXYC3EQIE6A
+ .text          0x000000000000d928       0x60 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000d928                sym_F5SXUQLY6DFZ5NXKJ4VFIGAK52D6AM5LN2AJKSY
+ .text          0x000000000000d988       0x3a /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000d988                sym_OC5GPSERLPE7TKXSCU3QAZ62H3OM4MWFYV7WX2I
+ .text          0x000000000000d9c2       0x4e /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000d9c2                sym_VPXIA5P4C72CY3ME4ZVXBADOKEG5S4C7Z7QZZFA
+ .text          0x000000000000da10       0x44 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000da10                sym_MF4WRTQNYFRYRFGW7FZUI3ZAYNQZ5EQ54QSK6JQ
+ .text          0x000000000000da54       0x16 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000da54                sym_DPFAWTOI3GRLXCS5TV5FXLZJNKWMRLYTLT4DRFY
+ .text          0x000000000000da6a       0x16 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000da6a                sym_27RZBWKBTESKUPVNN3E7RHYQU6UH4RT372SK2WA
+ .text          0x000000000000da80       0x12 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000da80                sym_Z3P3D5U3YDA66QTFRMTODYQPS5XZL7N2E3M2DIY
+ .text          0x000000000000da92       0x12 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000da92                sym_IBQ2J6PQMWEGB2QFNQVSDUN2ZUMMRTUFKUUZT2I
+ .text          0x000000000000daa4       0x20 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000daa4                sym_RIJIFYF46ZRKFDPA3GKV7WCH2VGEUEP6MVN4JFI
+ .text          0x000000000000dac4       0x20 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000dac4                sym_MJFFFAJVV3IQTOJK6UL2575XXGCEKTIIFXD5MAQ
+ .text          0x000000000000dae4        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000dae4                sym_T2WGCKXTT3AQKC37WUCKG6LFMKIXXWS3R6ESLQQ
+ .text          0x000000000000dae8       0x1c /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x000000000000db04        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000db04                sym_UXGGQ7KT7KLQURU53WAWGAVBCTGQC65UKGCUU4A
+ .text          0x000000000000db08       0x46 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x000000000000db4e       0x26 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x000000000000db74       0x28 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x000000000000db9c       0x50 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x000000000000dbec       0x4c /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x000000000000dc38      0x164 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x000000000000dd9c        0x6 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000dd9c                sym_MHDCHYAEWBCIUYGOTWRWGZEJ6XEBEBUHOO5T6WY
+ .text          0x000000000000dda2       0x48 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000dda2                sym_7Q3OGK46EJ4CJTNREFMB4I3YQOYV4MCCW6KC7XI
+ .text          0x000000000000ddea       0x24 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000ddea                sym_3ZNIOFG7XMX7YS4WHN4QVNG3AVWN2QVSTHUWDXQ
+ .text          0x000000000000de0e       0x18 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000de0e                sym_AYIY5D3XOYY75J7QUVTZN22IHGLGB3CW5RBZMDY
+ .text          0x000000000000de26       0xd4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000de26                sym_EPRPLWOAI3YMJ24HN6AZUGT5NWULVXEG6CTCI2Y
+ .text          0x000000000000defa       0x94 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000defa                sym_FY3JF6XBXLAG22E42UPFUU55A3QFAFZDUGSPAPY
+ .text          0x000000000000df8e        0x6 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000df8e                sym_VKORYLCFNIWNGETWJR24ZOUACQP66MFSZSXVABY
+ .text          0x000000000000df94       0x34 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x000000000000dfc8       0x2a /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x000000000000dff2       0x14 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x000000000000e006       0x1a /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x000000000000e020       0x24 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x000000000000e044       0x50 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x000000000000e094       0x76 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x000000000000e10a      0x116 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x000000000000e220       0xb8 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000e220                sym_TTWYMXRKLVLI7DIZYVTKGZHSGKFWB63OVH3AYYQ
+ .text          0x000000000000e2d8        0xa /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000e2d8                sym_QA2HTUWXDQAGJZ32BSTQMVSMKKNETZBUHL37LYA
+ .text          0x000000000000e2e2        0xe /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000e2e2                sym_5OKDNHIYSDG2NFFB242VCRESG3W37YENBGQLRBA
+ .text          0x000000000000e2f0       0x1c /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000e2f0                sym_UL6TXQTTOV34QCAIQPVPFYEQSUUJPIEN42CTITI
+ .text          0x000000000000e30c       0x28 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000e30c                sym_JNP3XPG2S47QWEENF5PX2JQ36HNB7C2PPNDBQRI
+ .text          0x000000000000e334       0x26 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000e334                sym_FQNF6KMIBMQDKYS2BJP6ZB7BLEET53WUIWQK6FA
+ .text          0x000000000000e35a       0x22 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000e35a                sym_VBKW2EEGTD4JJSNUU73GLQHLYR7TWOGYRMQYZEY
+ .text          0x000000000000e37c        0xc /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000e37c                sym_PMB4FUQR4IQVAL4FOP3PPQDDXYDFQIUYDVZ6DGY
+ .text          0x000000000000e388       0x40 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000e388                sym_Q3C2XSZVED7JHVMCJN53G6AXVXF3ZOUR7A37OEQ
+ .text          0x000000000000e3c8       0x22 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000e3c8                sym_KQ364TAUBSTGBVLC6BUZ6LU5UQACEISDV2KKO5I
+ .text          0x000000000000e3ea       0x16 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000e3ea                sym_IZN3QWH7I4A7OX5E6DK53W35W3UX25DTZ6CQ57Q
+ .text          0x000000000000e400       0x12 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000e400                sym_V4G4DUSXVGCZMSYXHZZWQMKMNZCZVEEIBVCQ7EQ
+ .text          0x000000000000e412       0x16 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000e412                sym_5KZ3ESY4NUZKM5COQRZJAL6CXWIG2JSPGHV3RPQ
+ .text          0x000000000000e428       0x2a /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000e428                sym_4JSL5B25NNB5WWK7I5BGUTCTKEZ4HYLOODANEEQ
+ .text          0x000000000000e452       0x22 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000e452                sym_NITRJIWYGM7PLEIQEII3QZID3O3DS62GXB3UYIA
+ .text          0x000000000000e474       0x4a /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000e474                sym_PAQFQMAKUCMOA6SUTJ7CAX3DYCWNAJLJQFJCDNY
+ .text          0x000000000000e4be        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000e4be                sym_M6MZU5PVUKHQMWMMC4UT23L7SRBW44JZLP26X4I
+ .text          0x000000000000e4c2       0x40 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000e4c2                sym_Q5GJELDUJDXPR5M7PG33JSPACOMZ32BYQV2DESA
+ .text          0x000000000000e502       0x1c /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000e502                sym_4DOGMDZGTALJPSDK26RDOFYJAUF2WWYUQSK5XNA
+ .text          0x000000000000e51e       0x20 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000e51e                sym_IS5N626FV5MT54PZIWSKFZUUH6WWJWJ46G6YN3A
+ .text          0x000000000000e53e       0x52 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000e53e                sym_VT6ZFFM2E7JNVAG5YLSPAZYR4HOPL3X5GX3IH7A
+ .text          0x000000000000e590       0x30 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000e590                sym_TWSXGABZDFOR6GMTPL43NA2Q7GCJDL7RARUHBMQ
+ .text          0x000000000000e5c0       0x56 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000e5c0                sym_MBHLAUPQK3H6ERLQXCLUB2AQHB6N7MDDZSUQGSI
+ .text          0x000000000000e616        0xa /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000e616                sym_2USEL6R2GGJMMFO4XRNC6NIEFTFUU2HPLL2Z6FQ
+ .text          0x000000000000e620       0x1a /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000e620                sym_7FOXGNIIIKWTK7LVO3GURVRGLMM3ARJVLEJOXQY
+ .text          0x000000000000e63a       0x40 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000e63a                sym_CT735EXQUXWPD7TNRP2WWTA3LGLYUEOZMPS7RMI
+ .text          0x000000000000e67a       0xde /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000e67a                sym_D6Z72QTHOBKAEBKPZKUE4VJPVZJ36GAIUXFUHKY
+ .text          0x000000000000e758       0xa0 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000e758                sym_MVDV5RBWBEZV6THUS3WDA3RV4H6NH2D4IESH3IA
+ .text          0x000000000000e7f8       0x2a /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000e7f8                sym_XYKOVFYGOSL56Y753SKDQGINYTUFZGQJGBB54WI
+ .text          0x000000000000e822       0x3e /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000e822                sym_7GRSXPCDN6SAIPL3YJGWJFDEBFB3EXAXYUBY2II
+ .text          0x000000000000e860       0x2a /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000e860                sym_KXE6R52JHXVKOK6AHXAXVCPJHWR4FK73UB2AK7I
+ .text          0x000000000000e88a       0x64 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000e88a                sym_JU2KBYZVAT7EYGVZA4FU7TNK2PDUQNCWUBE5MWQ
+ .text          0x000000000000e8ee       0x1c /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000e8ee                sym_NLJDQQVQW4HF3HHWCCOGCGX457WQXW2LVV5NUTI
+ .text          0x000000000000e90a       0x1a /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000e90a                sym_FYIHUHKV4DLEPRADEPLDQO3YFUPWZFWRUJ4JAOA
+ .text          0x000000000000e924       0x20 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000e924                sym_AB3LPEZLZTHWVJYT4X3CSIX3UJONE76BJDZFP2Y
+ .text          0x000000000000e944       0x40 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000e944                sym_ULWM63O6UPJLQWAHX3MM6KEQT4NBSDWNEO3LSBY
+ .text          0x000000000000e984       0x3c /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000e984                sym_HZRUCXEK6VH2SKHLITFSCAH5JZW3VUS5CZD2RBY
+ .text          0x000000000000e9c0       0x2e /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000e9c0                sym_UBZJS2DDJXFBNL4D7RG3NTLQLLLCEP5IJ3L4GHI
+ .text          0x000000000000e9ee       0x12 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000e9ee                sym_J2SUO2NMPPNDQZAGB2FE5TAXJFMJ5FZXKAPNVFQ
+ .text          0x000000000000ea00       0x1a /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000ea00                sym_QUXPDBBA3LF6URTUQCXVFN4UTAQY2K4DGZD5OMY
+ .text          0x000000000000ea1a        0x6 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000ea1a                sym_266BMVQDBLXULMLATXWWN2P23YFP57RBL2ZNQ7A
+ .text          0x000000000000ea20        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000ea20                sym_XGMYPLGF3Q5IDBTHXI7LBKOVEGJV3YOSYITNMYA
+ .text          0x000000000000ea24        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000ea24                sym_FMRFQSLTCXFMENQUUTH5EZZXMJ4WRY5OJOYNDUA
+ .text          0x000000000000ea28       0x10 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x000000000000ea38       0x1c /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x000000000000ea54       0x22 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x000000000000ea76       0x28 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x000000000000ea9e       0x18 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x000000000000eab6        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000eab6                sym_R2552DB5ZKNDWW24PBGEV77VCDBC44WVAYRCUXQ
+ .text          0x000000000000eaba       0x16 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000eaba                sym_N4QRZBF2FIWL2SJPDNB5CJNAF73PGHUMQ7KGJGA
+ .text          0x000000000000ead0       0x84 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000ead0                sym_7HP2F3XCOOTO7JW2SJO6PGUER2VAQ7RTRD56QUY
+ .text          0x000000000000eb54       0x26 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000eb54                sym_5UID3SBXLTGQYGRFXVINZNLWHB7EKFT76O275JI
+ .text          0x000000000000eb7a       0x1a /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000eb7a                sym_3AWAQCNCZH4MEGKKMZLZXM2OFWJS4TFUCWUEKRI
+ .text          0x000000000000eb94       0x96 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000eb94                sym_RRC5YHH6YM3SHNGPFUCE3YX5LDRJC7YUGPWWYHQ
+ .text          0x000000000000ec2a       0xa8 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000ec2a                sym_HXHGQZG5JTAFRHWMQAPJ6HVLUUHUFG7HQQBAFUY
+ .text          0x000000000000ecd2       0x20 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000ecd2                sym_SICJIUWQ7BCWEYTQIT6XRP4QI64HKVMZBOORCIY
+ .text          0x000000000000ecf2       0x12 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000ecf2                sym_GO3PW6WZMDT63KG3KMVKMBW77LBENKRY4YK5X4Y
+ .text          0x000000000000ed04        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000ed04                sym_QXKT3PVMDTZRAAU2QNTWO5VOUEZ4NW6TWISREXY
+ .text          0x000000000000ed08        0x2 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000ed08                sym_BGPX36PUCNVPV3544HQ5RQFY5WG7CJAFVVBI7AY
+ .text          0x000000000000ed0a       0x3c /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000ed0a                sym_4ZZLWI6QQY4KJYYVP4RVDTJJJ6MW72AL2TJDVOI
+ .text          0x000000000000ed46       0x1a /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x000000000000ed60       0x14 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000ed60                sym_QW6JOH7RCJIC2YFNJEURX5QNB5EIQT646EHIWEA
+ .text          0x000000000000ed74       0x14 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000ed74                sym_GKUVQYGVTZ7DKWBNC3M5TXN4XZ4Q6TUJFSFOWBA
+ .text          0x000000000000ed88       0x1c /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000ed88                sym_3LQGLF52CJLOKQOJSNFVLTD3CW6GGPJMARVGQNQ
+ .text          0x000000000000eda4       0x1a /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000eda4                sym_UHWWEFDYCEMO6BV2Q3GVLMFC37EIDJEWGQC2XUA
+ .text          0x000000000000edbe       0x80 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000edbe                sym_76SF2THVWBBVUHDFLIXMTXOYE2LFAIMVFAFT26I
+ .text          0x000000000000ee3e       0x62 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000ee3e                sym_K4XFYUFHWSS4WLYRDTKOJ7STOPYHBKAJBCXHBBY
+ .text          0x000000000000eea0       0x4c /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000eea0                sym_CMGYAOMYUJOSH7VMLD3ENK3VLSIPR3DVYN2F44Y
+ .text          0x000000000000eeec        0x8 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000eeec                sym_6NROXJNXJONASXBRH4ZGPEEQ42PSH3YLRTC74GQ
+ .text          0x000000000000eef4       0x2c /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000eef4                sym_QOK2KYWK62QNZBQRPK2GPAU2IEJXSELK32IAUUA
+ .text          0x000000000000ef20       0x16 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x000000000000ef36       0x50 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x000000000000ef86       0x30 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000ef86                sym_DGQRK6XVXAAPQDRCJOVOHOTQ47PE7QQ4MNBOW5I
+ .text          0x000000000000efb6       0x5c /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000efb6                sym_KHCOV3Y476ESNIVYZPGAZMIYAIZNR3YMGCWNDEQ
+ .text          0x000000000000f012       0xc8 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000f012                sym_EMRT7PRPOJDVU5Z5ET5VJFU2CWFE2OMTIKS35RA
+ .text          0x000000000000f0da        0xe /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000f0da                sym_UDZO6WOEWJ2CNEYVP45GSHBVFT4OP6GEANP3NQY
+ .text          0x000000000000f0e8        0xe /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000f0e8                sym_M7NFHAM4FWTXSZMPV3DTHM2V6JD26AKK4R2A6YI
+ .text          0x000000000000f0f6       0x12 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000f0f6                sym_YBOODJ7VBLXRRILCBQXIORIXU3GHRAYK6WULLQY
+ .text          0x000000000000f108        0xe /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000f108                sym_NAGMMCXDNSRJLJ55T6DS4CG2FNZEN6Y562ZTFRY
+ .text          0x000000000000f116       0x1e /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000f116                sym_252O2EYK5FIXU63T5SACWK2VO6UFAQRM77ITNFA
+ .text          0x000000000000f134       0x1e /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000f134                sym_W6IKRDQNYMHGTRDGPLEMFTUCJYSU6SRYW73T4XI
+ .text          0x000000000000f152       0x9c /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000f152                sym_33X4NJAF5ERGJDTOD7NIRDMR4KT4JWBGAGRR5WQ
+ .text          0x000000000000f1ee       0x10 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000f1ee                sym_IGXXIFMDOTCDOLQAILBV5BXIU5R6AALP5I4HZGQ
+ .text          0x000000000000f1fe        0x8 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000f1fe                sym_VV6G4PHP6ULWM4Y2LJJIOETDZSUFDXGJCHBQNZI
+ .text          0x000000000000f206       0x1c /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000f206                sym_EHH4TL4V6XWVDGG5OCXTIQQT5C4OFTGXZXSIJAA
+ .text          0x000000000000f222        0x6 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000f222                sym_GII4UQLGDHD6D5DSTGUIOYZXEEJFVPTQQUWUNII
+ .text          0x000000000000f228        0x6 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000f228                sym_MD56XYITEHSLIFIRQT26SWOCASBX33AYW4XGGWY
+ .text          0x000000000000f22e        0x6 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000f22e                sym_EKDQHRHOWISU7QCQSGE4X3J4VBX22VVETALDGWI
+ .text          0x000000000000f234       0x5a /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000f234                sym_V6WVC3IEGFJGJMCL2AM6XT7PQZ2G3RNXA5M3I2A
+ .text          0x000000000000f28e        0xa /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000f28e                sym_7VZW6MQYCHJNYQ6F4AFCRRJSPXBVUQDDS4RU32Y
+ .text          0x000000000000f298        0x6 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000f298                sym_E5LV7NLJGDBOOHT3XI7LZP4SJ6B3AVX5ZM7II3A
+ .text          0x000000000000f29e        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000f29e                sym_AFBV6ZWWJ5TP5BBQPAY4D2XGGYVLQVI65FY6JPY
+ .text          0x000000000000f2a2        0xa /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000f2a2                sym_NSDJKDRKPUUB5EAI3OMDTFOWZBLYJSPI3VQSNXQ
+ .text          0x000000000000f2ac        0xa /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000f2ac                sym_7LJR6S4GQKSUMWIUG2FRZAKXFD3RUBQ6FOHJMZQ
+ .text          0x000000000000f2b6        0x6 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000f2b6                sym_FIJW4TR7AWR6OLWCHL3HTVQSVWXOS6T6XISXCQQ
+ .text          0x000000000000f2bc        0xe /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000f2bc                sym_3BQBYKVQGWCA6VF5GDIUVXGAPLPPXRSSEFO5TXA
+ .text          0x000000000000f2ca        0x8 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000f2ca                sym_NILDTLWW7AYBRN5PYE72ILWSBBVUBN4Y5FF3XQQ
+ .text          0x000000000000f2d2        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000f2d2                sym_5WHAN4NH6PZY7VV5KTN53CABJRWXR3RJHHTA7KA
+ .text          0x000000000000f2d6        0x6 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000f2d6                sym_RGBMWS6T65LAWR3HOVV5354MKQCATDBBY34XWQA
+ .text          0x000000000000f2dc        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000f2dc                sym_SKKU5JCB4JFUP2TZKW5ETVOM5GL3U2WDXVK5LJI
+ .text          0x000000000000f2e0        0x8 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000f2e0                sym_XW2AJRDPRGLPOQ7S6SBIDHJSPT737QJRC7LOWOI
+ .text          0x000000000000f2e8        0x8 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000f2e8                sym_LKCMUIZAJSOHIZE54V37DJ4ULJ25HGEY7F7ST5I
+ .text          0x000000000000f2f0        0x8 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000f2f0                sym_5NOMYYLIL22YATRZCGPQVOYH6BFSDNIEMEEMIZA
+ .text          0x000000000000f2f8        0x8 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000f2f8                sym_BD2MQHSWE7QNCT7DV5JGZCA5J2QIL2T6RGRVJ3Y
+ .text          0x000000000000f300        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000f300                sym_PHCTC5YUX44NFLNJCEBJKKRAYHGUKTS4AC5GMAI
+ .text          0x000000000000f304        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000f304                sym_BWPZYUAKR5BUOCM2NWAMEPWQB6GIJXBPUENADMI
+ .text          0x000000000000f308        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000f308                sym_QDD7GI62CPYTU4DR5RMOF6JH72V5L65ZJXU3VAA
+ .text          0x000000000000f30c        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000f30c                sym_M5NXXZSYW5XYDZUQUOZMKSTD6GIS5XZ7Y4SKNVI
+ .text          0x000000000000f310       0x26 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000f310                sym_6OKNLUNCRGI263QFKGKDXFR77K4UISSZ3SA2RAY
+ .text          0x000000000000f336       0x16 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000f336                sym_PBCQYO46QLEABI4SERHQCHCGDP6NXKCTAYVE53Y
+ .text          0x000000000000f34c        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000f34c                sym_IMNEYE333DZSYFXBOKOMWVRET5JB5STH5YU7A5A
+ .text          0x000000000000f350        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000f350                sym_UA37MSV2DKCYXYIDDSBDMFEEGPUD3YMYMAH3IEI
+ .text          0x000000000000f354        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000f354                sym_FVNWXAKGSIJN4YGWC4O4B4H2WPPILAIKB7LLDVI
+ .text          0x000000000000f358       0x1e /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000f358                sym_A6H6572F75Y3NWHNM7XTQ5XKFPHT472D7ZS7PFQ
+ .text          0x000000000000f376        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000f376                sym_YMBI57OSTLFK65WQKT7WKM26EFMSOHLSMFNNR4I
+ .text          0x000000000000f37a        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000f37a                sym_65MVSHFHYY3W6LGERKUEYJPJ7ENCODZZSM2L7CQ
+ .text          0x000000000000f37e        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000f37e                sym_HAHVMCZ4V2U4G5KM2JOTYBKS4GFM72EJZRT7M3A
+ .text          0x000000000000f382        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000f382                sym_MR2HDMT6FMX7P5HJAUSXDTOYNLKDM5AILMXKYDY
+ .text          0x000000000000f386       0x14 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000f386                sym_7YTCAQN5IYKWCY5F36IVGAEEQIOP6X7YL63LRUI
+ .text          0x000000000000f39a       0x14 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000f39a                sym_24AALTDC2IQ6VNWU2ALOY4V3RG5R2RARTUG4AZY
+ .text          0x000000000000f3ae       0x2c /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000f3ae                sym_ZUFGUNQKQRINYDDQ2AFT3BJLR3IFVV6WJFPT3PA
+ .text          0x000000000000f3da        0xa /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x000000000000f3e4        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000f3e4                sym_5G7NLKZS4L5IIOBRUSBNVX2FPWE5MWDV7ZI2IXQ
+ .text          0x000000000000f3e8       0x18 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000f3e8                sym_XYMSM3YEXEOTUFIX3SPRBT27O44DJZKZVLNHELY
+ .text          0x000000000000f400        0x6 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000f400                sym_RH6FZQRBS4UKFN4MYJSECW7EJMU5464YS3XX4EQ
+ .text          0x000000000000f406        0x6 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000f406                sym_KTCPHKPMWNHFL5F33V7S5RPUDDKGTUD3PGP5JDY
+ .text          0x000000000000f40c       0x12 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000f40c                sym_MWHYECJZLQQJKLQZGDI66SVA3IIWYKXL7G5FMHY
+ .text          0x000000000000f41e       0x1e /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x000000000000f43c       0x22 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x000000000000f45e       0x9c /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x000000000000f4fa        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000f4fa                sym_72KBD3C5B67H6PWOG3S7CCYVGGTJG6L3WNWZOFQ
+ .text          0x000000000000f4fe        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000f4fe                sym_HKK3TRIGJYF3QRYFDYVZA3GRLMEB7JR5MI4RL7Y
+ .text          0x000000000000f502       0x1c /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000f502                sym_436OKKOGR27QX7FMSZKYSEYLCMU4ZXR5RN4XUBY
+ .text          0x000000000000f51e        0xe /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000f51e                sym_ONVPV2DV6OK6HG537JAHRS5B7G22RD24D2QGM5A
+ .text          0x000000000000f52c       0x26 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000f52c                sym_FYDDQSZGF6JMCFNKWS6THQCPVVLOW75RDFC62IQ
+ .text          0x000000000000f552       0x3e /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x000000000000f590       0x20 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000f590                sym_XRSFUVJVALTQXGE7INRI3M6HEEON3PEMDM73SDI
+ .text          0x000000000000f5b0       0x18 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000f5b0                sym_DGN3THKILL676ISUGG6LI5PGTHVDBLTDPNXUCAA
+ .text          0x000000000000f5c8       0x14 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000f5c8                sym_NEHMDBQBGZXV6OFKIS4NBQDVMDAPMSPSGUQZB7A
+ .text          0x000000000000f5dc       0x22 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000f5dc                sym_KQ7WDRFWHZIBRVZJQIHMC5NBIZUJ4NGFK5AE4FQ
+ .text          0x000000000000f5fe       0x12 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000f5fe                sym_GRWJSKDQ3POPWSRNDRQTNNGA4TE3WRBKWXT5JAQ
+ .text          0x000000000000f610       0x14 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000f610                sym_WN24RDMSAOQ4REDS6M5SAD27A5BMKW36N3VHGXI
+ .text          0x000000000000f624       0x1e /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000f624                sym_5ANWEAIBKDLEVCFMBX2VFT7WI2MWAIHK5BAGBTA
+ .text          0x000000000000f642        0xc /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000f642                sym_2UM6LVQLLMOP7WZDJLNUGNNDXOSOGAIT6WB627Q
+ .text          0x000000000000f64e       0x1e /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000f64e                sym_KB52DURVZMKV23HAOWR2F7RBPDMWZDB7UEFUF5Y
+ .text          0x000000000000f66c       0x28 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000f66c                sym_D2T2CRIOLYY45OMGCO4KH6B7LZXZRGO6ZS2WVVA
+ .text          0x000000000000f694       0x30 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x000000000000f6c4       0x66 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000f6c4                sym_EROH2ERI6YP4PUJVAMOS4KJ2YDG74D2WAXB2TOI
+ .text          0x000000000000f72a       0x2c /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000f72a                sym_NT2IJ3T3KMFT6N2I2OJU2HPSQ63J6FQHEAYOFIA
+ .text          0x000000000000f756       0x1e /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000f756                sym_MWD4AC6ISIKEYDTZF7KXOTJOBUPKKWWLNRGAYAA
+ .text          0x000000000000f774       0x28 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000f774                sym_24PTBIAZ2OKSUMWBHATZCO4EQUFF3BOLAN2QX4Y
+ .text          0x000000000000f79c       0x26 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000f79c                sym_YAZXXBE3UO3G4AM6TR2NFBXVHOGUGHIF6JXVVLI
+ .text          0x000000000000f7c2       0x7a /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000f7c2                sym_L25WURT3DTWGSITXNUG75XVVQF2UVCFLN5ZBQUA
+ .text          0x000000000000f83c       0x36 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000f83c                sym_E2UXMX6GPEL4QKJ6OQEZ6V3CQSSIZXTFJOXD4RI
+ .text          0x000000000000f872       0x18 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000f872                sym_2TCPCDAUQ3FXZYG56Z6ZP7VCFNUJTBV3EZJYPGY
+ .text          0x000000000000f88a       0x14 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000f88a                sym_S6U6ANENQP6QL5TLITNXPOYFSB26Q5AFTW32CXI
+ .text          0x000000000000f89e       0x28 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000f89e                sym_P3OAHUDLNMEJKO66PKADYJ5KBQTQCDBZBHL5ZUY
+ .text          0x000000000000f8c6       0x4c /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000f8c6                sym_5KQEKFOHAHY7H4YQZFOMBHKJR7UXXRMBYRHSOKA
+ .text          0x000000000000f912       0x86 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000f912                sym_37NODBYTBKFFSSK63VRMJNBJWPSLOW2TI6JJ5VA
+ .text          0x000000000000f998       0x16 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000f998                sym_5X5PLXM74Z3PECRXYVZGE5QLEWZX4H3BRJVO7TA
+ .text          0x000000000000f9ae       0x22 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000f9ae                sym_32TMQSVE6U4ANJKUXLQPGXGRIVQJQAN65IQXIPY
+ .text          0x000000000000f9d0       0x24 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000f9d0                sym_RNTRYUNMPUWLW2ULGAI2DOZQSMWTRXKHN4WA6OQ
+ .text          0x000000000000f9f4       0x1e /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000f9f4                sym_4PKZPV6KHQLZVLIOJABWXGUL7UXOPCQSGZIQF4Q
+ .text          0x000000000000fa12       0x22 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x000000000000fa34       0x26 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000fa34                sym_OPCORHVHZVKAWEVWCDZOHGGLXMSL2TBGHVHNDOY
+ .text          0x000000000000fa5a       0x32 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000fa5a                sym_FW4JPGKXKHARAAJ7L3QR6HU5OB4PHXARNGBNCMY
+ .text          0x000000000000fa8c        0xe /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000fa8c                sym_NK4HRRKGX3ST3ARVTU6HUEXLOWZFFBMCIDNT3EI
+ .text          0x000000000000fa9a       0x28 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000fa9a                sym_M65PCSZAPVYR7V5YEMYJW264OYLXMV6F2CRGMXQ
+ .text          0x000000000000fac2       0x26 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000fac2                sym_P2OZB7UAJZNJ47VR5DS7V33BAD5DESWDHJYKOZA
+ .text          0x000000000000fae8       0x12 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000fae8                sym_E2LE5OMX5VGHQ6BJ4G7CNEBI3KUUYONP2PS2EJQ
+ .text          0x000000000000fafa       0x26 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000fafa                sym_BR7VCSB75RGRQ7O7PYOVLMHXKJKUMK6XH3GVGZA
+ .text          0x000000000000fb20       0x1e /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000fb20                sym_2UKPFKMGRDZ4VV635IPSP7DNWK4DJAJ7LOHQN6A
+ .text          0x000000000000fb3e       0x64 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000fb3e                sym_XIDO6C76MBHDNIEQMWYSJKF4P7A3PGI2HBO3R5Q
+ .text          0x000000000000fba2       0x18 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x000000000000fbba       0x14 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000fbba                sym_FZRZ4CL3JR4VYYKFPYJ3VMCNBL7BVDZZP4POIWA
+ .text          0x000000000000fbce       0x16 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x000000000000fbe4       0x18 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x000000000000fbfc       0x5a /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x000000000000fc56        0x6 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x000000000000fc5c        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x000000000000fc60       0x1e /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000fc60                sym_OAGVEJLAHKQB2YTTUDIS6TDHXZIVWZXKUMPIBHQ
+ .text          0x000000000000fc7e       0x5c /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000fc7e                sym_YA57TPZ3CLQ6C73TD2RIGTELUAMYOOAKHU5T7RQ
+ .text          0x000000000000fcda        0xa /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000fcda                sym_2ORNMU44KG57RJ5GYPW4FCTEFWDXBHWXYAE3J6I
+ .text          0x000000000000fce4        0xa /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000fce4                sym_WGJLFS2PDN6RZG7JWUITZ3W5MGJYYXFXIKI3GGQ
+ .text          0x000000000000fcee       0x16 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000fcee                sym_3NMQXTBVJ27TN5IIVET3BSKEAUONNKTPZTYP2HY
+ .text          0x000000000000fd04        0x6 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000fd04                sym_RYQA5YFFRJZLTYB2ISC2Y3WUY3XB3LBBL37F22Q
+ .text          0x000000000000fd0a        0xa /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000fd0a                sym_H6NC6L6VJY74V6C72Y6E5P4HGSZIVJQXMUOQZ5Y
+ .text          0x000000000000fd14       0x12 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000fd14                sym_UDZCFPCYSG5E2MUJ3CH3H5GF4YJLF3Y6KNH3ZRQ
+ .text          0x000000000000fd26      0x14c /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000fd26                sym_L2IWXNCKXJIQJRTEIIW7HGFEPJAQM34TKD2GOIA
+ .text          0x000000000000fe72        0xe /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000fe72                sym_U7WTPI24N35WTMGPC25KDS7Q3PHHHS7M5KI6IPY
+ .text          0x000000000000fe80       0x10 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000fe80                sym_DG6VHZEFRVR44ESTRZM42ZEBJG4KXT7IVJESA4Y
+ .text          0x000000000000fe90        0x6 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000fe90                sym_L5UCRJFFWEVVII5IYG6PAKIQHXM34B62KO6ERPY
+ .text          0x000000000000fe96        0x8 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000fe96                sym_UEZ3FVWFJ5XVLQBVVAHW7UTXVCC77F7ZYGOMLTQ
+ .text          0x000000000000fe9e        0x8 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000fe9e                sym_NGJGZTNK6YIH3QX2NKB6A6MT7N5AOKWA6ZOOANQ
+ .text          0x000000000000fea6        0x8 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000fea6                sym_XRU76NANM3C4EMKWQU3DF6CELSRNDV6766IKPJI
+ .text          0x000000000000feae        0xc /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000feae                sym_WE45Z7LOSJEAVMD3HUIMZMMRDD5BLMKOFVBGE4Y
+ .text          0x000000000000feba        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000feba                sym_BDDELQSYWHVCCHSF6HGFFAORZOC56R54KIF45KY
+ .text          0x000000000000febe        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000febe                sym_4HDCBJCT2JOHNORERPDEH2A3V47FOX6NCTAKLUA
+ .text          0x000000000000fec2       0x18 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x000000000000feda       0x18 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000feda                sym_4FKJZF4AXR7RHM7IPPZMVUWU7W6MFHLX726TPNY
+ .text          0x000000000000fef2        0x8 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000fef2                sym_ID5SI2L6AD3KMSDR72YSJZGVIA6DEYQZU7WJI3I
+ .text          0x000000000000fefa        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000fefa                sym_2K3JTQJLCTROZQI43ERT7GF5BTQ3SMAJXYMCVJI
+ .text          0x000000000000fefe        0x6 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000fefe                sym_WAXMY55QAGCTLTIDQV34FPT2PPSDRT5VDN7EYYY
+ .text          0x000000000000ff04        0xa /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000ff04                sym_MQQDWQQHBS7ZPZWBMOTGVNNHVXRAEPOMLYRTE3A
+ .text          0x000000000000ff0e       0x12 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x000000000000ff20       0x22 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x000000000000ff42       0x32 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x000000000000ff74        0xe /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000ff74                sym_32MURW7CSXICOYPMCVOPRARLMRLK4UASNCF4JWQ
+ .text          0x000000000000ff82        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000ff82                sym_YZ554N3225FHWC7CK3UNRUMI3O4SGFLKXVRCFXA
+ .text          0x000000000000ff86       0x24 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000ff86                sym_XD3FX5TVO57NBJG4QV33FUOBCL7SNGB4OOT7C3Y
+ .text          0x000000000000ffaa        0xa /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000ffaa                sym_UEYPZKGY2IF5BYZ3QDKK4LEW4OE7NWR6DH5XEZQ
+ .text          0x000000000000ffb4       0x3e /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000ffb4                sym_GDGGQ5EKEJNZBTEWASFQ2LUSL4TZGNXHPD7BDQA
+ .text          0x000000000000fff2       0x2e /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000fff2                sym_4U2RA2RXIRU5BEMWZTHT3PETZK6K62P2SAJVWHA
+ .text          0x0000000000010020       0x1a /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000010020                sym_STP6UONGXHZIIGYZLLHSWZFO5DU7227CCUKBTDQ
+ .text          0x000000000001003a        0x6 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000001003a                sym_USXJ3USYRHE5AVFUSG2J2G7QDHRASPG75ESP25A
+ .text          0x0000000000010040        0x8 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000010040                sym_FHGEXLJ7V34P3MECCDTYSDEZTZHFJ2TXYSFZQHQ
+ .text          0x0000000000010048       0x9c /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x00000000000100e4       0x1e /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000010102       0x30 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000010132       0x2e /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000010160       0x3a /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000010160                sym_PDDLBAI7RAK2OQ7ZHFU33L5KMJV5YKPLX5ITXAY
+ .text          0x000000000001019a        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000001019a                sym_OTZAOT4DEZSL3R4MXRNUS2BIBKPPCOEO2SMZYAI
+ .text          0x000000000001019e        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000001019e                sym_FIYSAC63N2FF462LEI76F5US34JKFTAQDSI2LXA
+ .text          0x00000000000101a2        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x00000000000101a2                sym_RUQGL7Y7CEVCWXKLY62UGVRWLQYUPKUGTSH7NVY
+ .text          0x00000000000101a6       0x1a /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x00000000000101a6                sym_IYZQNCOB4T4XO27DREWRIWJFVHVS355NEDBEGEQ
+ .text          0x00000000000101c0        0xa /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x00000000000101c0                sym_FXUFT4T2SFFF7MAZUKZNVKMBTW2EECY52UJZ33Y
+ .text          0x00000000000101ca        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x00000000000101ca                sym_B2B7AU2WDMX5JQNGTX4YKNCWQCXQIG5PWSSOSAI
+ .text          0x00000000000101ce       0x16 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x00000000000101ce                sym_5FDRWQI6XUFWVRIX2PMRPNDHWCIMAZ67SSGSRVI
+ .text          0x00000000000101e4       0x16 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x00000000000101e4                sym_BIDMG7YHRFQNLIKRFVSOGOT6IXZCQ6UEJKN52VI
+ .text          0x00000000000101fa       0x24 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x00000000000101fa                sym_ZG4AW57AAT4BVE2J2CU4KMCCWK46ENDRPKBYXEQ
+ .text          0x000000000001021e       0x16 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000001021e                sym_KM5SKFVNZKDXUQ7BDD3RZ5UCA5E3ZDVNWYJVR3Y
+ .text          0x0000000000010234       0x1c /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000010234                sym_2EA2WBXQOKCTPMK7YNDR6QM6MTGHJCDTPZEXNNA
+ .text          0x0000000000010250        0x4 /opt/ncs/nrfxlib/mpsl/fem/common/lib/cortex-m4/soft-float/libmpsl_fem_common.a(libmpsl_fem_common_debug_soft__obfuscated.elf)
+                0x0000000000010250                mpsl_fem_init
+ .text          0x0000000000010254       0x20 /opt/ncs/nrfxlib/mpsl/fem/common/lib/cortex-m4/soft-float/libmpsl_fem_common.a(libmpsl_fem_common_debug_soft__obfuscated.elf)
+                0x0000000000010254                sym_PX4SKXGNX25XLMGGWQM65ZRFHI6666YGHL6AYMA
+ .text          0x0000000000010274        0x6 /opt/ncs/nrfxlib/mpsl/fem/common/lib/cortex-m4/soft-float/libmpsl_fem_common.a(libmpsl_fem_common_debug_soft__obfuscated.elf)
+ .text          0x000000000001027a        0x4 /opt/ncs/nrfxlib/mpsl/fem/common/lib/cortex-m4/soft-float/libmpsl_fem_common.a(libmpsl_fem_common_debug_soft__obfuscated.elf)
+ .text          0x000000000001027e        0x6 /opt/ncs/nrfxlib/mpsl/fem/common/lib/cortex-m4/soft-float/libmpsl_fem_common.a(libmpsl_fem_common_debug_soft__obfuscated.elf)
+ .text          0x0000000000010284        0x6 /opt/ncs/nrfxlib/mpsl/fem/common/lib/cortex-m4/soft-float/libmpsl_fem_common.a(libmpsl_fem_common_debug_soft__obfuscated.elf)
+ .text          0x000000000001028a        0x2 /opt/ncs/nrfxlib/mpsl/fem/common/lib/cortex-m4/soft-float/libmpsl_fem_common.a(libmpsl_fem_common_debug_soft__obfuscated.elf)
+ .text          0x000000000001028c        0x2 /opt/ncs/nrfxlib/mpsl/fem/common/lib/cortex-m4/soft-float/libmpsl_fem_common.a(libmpsl_fem_common_debug_soft__obfuscated.elf)
+ .text          0x000000000001028e        0x4 /opt/ncs/nrfxlib/mpsl/fem/common/lib/cortex-m4/soft-float/libmpsl_fem_common.a(libmpsl_fem_common_debug_soft__obfuscated.elf)
+ .text          0x0000000000010292        0x6 /opt/ncs/nrfxlib/mpsl/fem/common/lib/cortex-m4/soft-float/libmpsl_fem_common.a(libmpsl_fem_common_debug_soft__obfuscated.elf)
+ .text          0x0000000000010298        0x4 /opt/ncs/nrfxlib/mpsl/fem/common/lib/cortex-m4/soft-float/libmpsl_fem_common.a(libmpsl_fem_common_debug_soft__obfuscated.elf)
+ .text          0x000000000001029c        0x4 /opt/ncs/nrfxlib/mpsl/fem/common/lib/cortex-m4/soft-float/libmpsl_fem_common.a(libmpsl_fem_common_debug_soft__obfuscated.elf)
+ .text          0x00000000000102a0        0x6 /opt/ncs/nrfxlib/mpsl/fem/common/lib/cortex-m4/soft-float/libmpsl_fem_common.a(libmpsl_fem_common_debug_soft__obfuscated.elf)
+ .text          0x00000000000102a6        0x6 /opt/ncs/nrfxlib/mpsl/fem/common/lib/cortex-m4/soft-float/libmpsl_fem_common.a(libmpsl_fem_common_debug_soft__obfuscated.elf)
+ .text          0x00000000000102ac        0x4 /opt/ncs/nrfxlib/mpsl/fem/common/lib/cortex-m4/soft-float/libmpsl_fem_common.a(libmpsl_fem_common_debug_soft__obfuscated.elf)
+ .text          0x00000000000102b0        0x6 /opt/ncs/nrfxlib/mpsl/fem/common/lib/cortex-m4/soft-float/libmpsl_fem_common.a(libmpsl_fem_common_debug_soft__obfuscated.elf)
+ .text          0x00000000000102b6        0x6 /opt/ncs/nrfxlib/mpsl/fem/common/lib/cortex-m4/soft-float/libmpsl_fem_common.a(libmpsl_fem_common_debug_soft__obfuscated.elf)
+ .text          0x00000000000102bc        0x6 /opt/ncs/nrfxlib/mpsl/fem/common/lib/cortex-m4/soft-float/libmpsl_fem_common.a(libmpsl_fem_common_debug_soft__obfuscated.elf)
+ .text          0x00000000000102c2       0x34 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x00000000000102f6       0x2e /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x0000000000010324       0xee /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x0000000000010412      0x210 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x0000000000010622       0x22 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+                0x0000000000010622                sym_47MBMNER75N2M6YIZRIF4DAHSAATJOMK3LAIDCY
+ .text          0x0000000000010644       0x46 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+                0x0000000000010644                mpsl_timeslot_session_count_set
+ .text          0x000000000001068a       0x3c /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+                0x000000000001068a                mpsl_timeslot_session_close
+ .text          0x00000000000106c6       0xba /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+                0x00000000000106c6                mpsl_timeslot_request
+ .text          0x0000000000010780        0x4 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+                0x0000000000010780                sym_PIDJEDDM47FHOOZQXISY5YBB3CBP5VAXWPCUL2Q
+ .text          0x0000000000010784       0x12 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+                0x0000000000010784                sym_F77FUTRRLLWPYDS7BBANG2WE3C4EDMYMAPNI54A
+ .text          0x0000000000010796       0x26 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x00000000000107bc        0xa /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+                0x00000000000107bc                sym_IFJHPQV3B4EIN6OIUP3LZSPJBF5HLX2VYD323GA
+ .text          0x00000000000107c6        0xe /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+                0x00000000000107c6                sym_TIWHB6UQGI33JQCQDL7C2BRAEXCRAFYENVN6QEI
+ .text          0x00000000000107d4        0xe /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+                0x00000000000107d4                sym_AL7FCNVVCF72BNYCTLA5UGAWCQFXFPGE2ULTWOA
+ .text          0x00000000000107e2        0xe /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+                0x00000000000107e2                sym_7BUNPUBNWNFVXXIMNFFNK765OVON5LBIUZ66QRI
+ .text          0x00000000000107f0       0x20 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+                0x00000000000107f0                sym_LZEJCP3HZIBKMJQC47UQXAHGCQ52QF47EXOH2WA
+ .text          0x0000000000010810       0x1c /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+                0x0000000000010810                sym_SGRERKTYRS3O7AD2IUDRW5CT4AGUHLY2Q4A7LKY
+ .text          0x000000000001082c        0xe /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+                0x000000000001082c                sym_OLTN5HGCU3P74AJAQRGNYBUXASUKWF3RI2Q3H5Q
+ .text          0x000000000001083a        0x8 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+                0x000000000001083a                sym_YS3AHD7GWBHZEQHPIQANPGALEXB4QGY5O2DQKRY
+ .text          0x0000000000010842       0x1e /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+                0x0000000000010842                sym_AR22FPVUFSZMVYMQBBXG7EEZNA2HPS2RLAKRPBA
+ .text          0x0000000000010860       0x12 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+                0x0000000000010860                sym_OWJYSTADR5I36MIHWNPICVB7CMCWNSFIZPFXQ2Q
+ .text          0x0000000000010872        0x4 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+                0x0000000000010872                mpsl_low_priority_process
+ .text          0x0000000000010876       0x12 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+                0x0000000000010876                sym_BN6ZO2NBHRGKZ2NRQYWFBXVGKNG6Y5K55UNAWGA
+ .text          0x0000000000010888       0x12 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+                0x0000000000010888                sym_5EMXP3L6SPQSCAJKKRH62ZOKJCCSKLI3WEX2WHY
+ .text          0x000000000001089a       0x12 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+                0x000000000001089a                sym_H2QJCU2ORTYAFBAQQ2FHUYIAZO4HCXEKCQ4SS2Q
+ .text          0x00000000000108ac       0x12 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+                0x00000000000108ac                sym_SWIBDSDMHUYNCG5ZWLB52J7NETJIUBPCO5IIQFA
+ .text          0x00000000000108be       0x18 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+                0x00000000000108be                sym_QPP3IZFSWHUV4JQ6ODMIVIARPB4PQYUFESV7BRQ
+ .text          0x00000000000108d6       0x12 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+                0x00000000000108d6                sym_6PVOPWDLWTXOTRZZ7LP36TLYTLPTQHNAUQNFHEA
+ .text          0x00000000000108e8       0x12 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+                0x00000000000108e8                sym_USR4MDT6VMTQLOGKNN4MALBZ3GJPD2KOEY4HFAQ
+ .text          0x00000000000108fa       0x18 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+                0x00000000000108fa                sym_NQG4U7UYIQILZLC5ENYCA4NQMQM6PBAZC345PPA
+ .text          0x0000000000010912       0x1e /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+                0x0000000000010912                sym_YNH6KDZL2GMJ2KPUX5DEER63BRE7IOGBY3KCQAQ
+ .text          0x0000000000010930       0x1e /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+                0x0000000000010930                sym_6AONFMPWPBAZBMQ4KY5PX7QPX2FM4UPZQRFPZSQ
+ .text          0x000000000001094e        0x4 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+                0x000000000001094e                sym_PAD7XREQQORPXRJMXMW2EYVS4S43S42A5D43SBA
+ .text          0x0000000000010952        0x4 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+                0x0000000000010952                sym_PHK7RXLFFTGYQNCW3IEEUVLOAYXWQJQYEN3DT7Y
+ .text          0x0000000000010956        0xc /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x0000000000010962        0x4 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x0000000000010966        0x8 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x000000000001096e        0x4 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x0000000000010972        0x4 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ *(SORT_BY_ALIGNMENT(.text.*))
+ *fill*         0x0000000000010976        0x2 
+ .text.calculer_capacite_restante_NiMH_2_cells
+                0x0000000000010978      0x220 app/libapp.a(main.c.obj)
+                0x0000000000010978                calculer_capacite_restante_NiMH_2_cells
+ .text.main     0x0000000000010b98      0x3c4 app/libapp.a(main.c.obj)
+                0x0000000000010b98                main
+ *fill*         0x0000000000010f5c        0x4 
+ .text.lis2dh_attr_set
+                0x0000000000010f60      0x110 zephyr/drivers/sensor/st/lis2dh/libdrivers__sensor__st__lis2dh.a(lis2dh.c.obj)
+ .text._dtoa_r  0x0000000000011070      0xc5c /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-dtoa.o)
+                0x0000000000011070                _dtoa_r
+ .text.lorwan_datarate_changed
+                0x0000000000011ccc       0x30 app/libapp.a(main.c.obj)
+ .text.sensor_channel_get.constprop.0
+                0x0000000000011cfc       0x18 app/libapp.a(main.c.obj)
+ .text.dl_callback
+                0x0000000000011d14       0x74 app/libapp.a(main.c.obj)
+ .text.crc8_ccitt
+                0x0000000000011d88       0x2c zephyr/libzephyr.a(crc8_sw.c.obj)
+                0x0000000000011d88                crc8_ccitt
+ .text.cbvprintf_package
+                0x0000000000011db4      0x3a4 zephyr/libzephyr.a(cbprintf_packaged.c.obj)
+                0x0000000000011db4                cbvprintf_package
+ .text.cbprintf_package_convert
+                0x0000000000012158      0x3c0 zephyr/libzephyr.a(cbprintf_packaged.c.obj)
+                0x0000000000012158                cbprintf_package_convert
+ .text.__printk_hook_install
+                0x0000000000012518        0xc zephyr/libzephyr.a(printk.c.obj)
+                0x0000000000012518                __printk_hook_install
+ .text.vsnprintk
+                0x0000000000012524       0x2c zephyr/libzephyr.a(printk.c.obj)
+                0x0000000000012524                vsnprintk
+ .text.extract_decimal
+                0x0000000000012550       0x2c zephyr/libzephyr.a(cbprintf_complete.c.obj)
+ .text.encode_uint
+                0x000000000001257c       0x98 zephyr/libzephyr.a(cbprintf_complete.c.obj)
+ .text.z_cbvprintf_impl
+                0x0000000000012614      0x754 zephyr/libzephyr.a(cbprintf_complete.c.obj)
+                0x0000000000012614                z_cbvprintf_impl
+ .text.process_event
+                0x0000000000012d68      0x21c zephyr/libzephyr.a(onoff.c.obj)
+ .text.nvs_recover_last_ate
+                0x0000000000012f84       0x64 zephyr/libzephyr.a(nvs.c.obj)
+ .text.nvs_mount
+                0x0000000000012fe8      0x34c zephyr/libzephyr.a(nvs.c.obj)
+                0x0000000000012fe8                nvs_mount
+ .text.nvs_write
+                0x0000000000013334      0x1f0 zephyr/libzephyr.a(nvs.c.obj)
+                0x0000000000013334                nvs_write
+ .text.nvs_read_hist
+                0x0000000000013524       0xd0 zephyr/libzephyr.a(nvs.c.obj)
+                0x0000000000013524                nvs_read_hist
+ .text.activate_foreach_backend
+                0x00000000000135f4       0x64 zephyr/libzephyr.a(log_core.c.obj)
+ .text.enable_logger
+                0x0000000000013658       0x5c zephyr/libzephyr.a(log_core.c.obj)
+ .text.log_process_thread_timer_expiry_fn
+                0x00000000000136b4        0xc zephyr/libzephyr.a(log_core.c.obj)
+ .text.z_log_init
+                0x00000000000136c0       0x90 zephyr/libzephyr.a(log_core.c.obj)
+ .text.log_format_func_t_get
+                0x0000000000013750        0xc zephyr/libzephyr.a(log_core.c.obj)
+                0x0000000000013750                log_format_func_t_get
+ .text.log_set_timestamp_func
+                0x000000000001375c       0x20 zephyr/libzephyr.a(log_core.c.obj)
+                0x000000000001375c                log_set_timestamp_func
+ .text.z_log_notify_backend_enabled
+                0x000000000001377c       0x1c zephyr/libzephyr.a(log_core.c.obj)
+                0x000000000001377c                z_log_notify_backend_enabled
+ .text.z_log_dropped
+                0x0000000000013798       0x30 zephyr/libzephyr.a(log_core.c.obj)
+                0x0000000000013798                z_log_dropped
+ .text.z_log_dropped_read_and_clear
+                0x00000000000137c8       0x20 zephyr/libzephyr.a(log_core.c.obj)
+                0x00000000000137c8                z_log_dropped_read_and_clear
+ .text.dropped_notify
+                0x00000000000137e8       0x30 zephyr/libzephyr.a(log_core.c.obj)
+                0x00000000000137e8                dropped_notify
+ .text.z_log_msg_init
+                0x0000000000013818       0x20 zephyr/libzephyr.a(log_core.c.obj)
+                0x0000000000013818                z_log_msg_init
+ .text.log_core_init
+                0x0000000000013838       0x34 zephyr/libzephyr.a(log_core.c.obj)
+                0x0000000000013838                log_core_init
+ .text.z_log_msg_alloc
+                0x000000000001386c       0x10 zephyr/libzephyr.a(log_core.c.obj)
+                0x000000000001386c                z_log_msg_alloc
+ .text.z_log_msg_local_claim
+                0x000000000001387c        0xc zephyr/libzephyr.a(log_core.c.obj)
+                0x000000000001387c                z_log_msg_local_claim
+ .text.z_log_msg_free
+                0x0000000000013888       0x10 zephyr/libzephyr.a(log_core.c.obj)
+                0x0000000000013888                z_log_msg_free
+ .text.z_log_msg_pending
+                0x0000000000013898        0xc zephyr/libzephyr.a(log_core.c.obj)
+                0x0000000000013898                z_log_msg_pending
+ .text.z_impl_log_process
+                0x00000000000138a4       0xbc zephyr/libzephyr.a(log_core.c.obj)
+                0x00000000000138a4                z_impl_log_process
+ .text.z_impl_log_panic
+                0x0000000000013960       0x44 zephyr/libzephyr.a(log_core.c.obj)
+                0x0000000000013960                z_impl_log_panic
+ .text.log_process_thread_func
+                0x00000000000139a4       0x9c zephyr/libzephyr.a(log_core.c.obj)
+ .text.z_log_msg_post_finalize
+                0x0000000000013a40       0x78 zephyr/libzephyr.a(log_core.c.obj)
+ .text.z_log_msg_commit
+                0x0000000000013ab8       0x24 zephyr/libzephyr.a(log_core.c.obj)
+                0x0000000000013ab8                z_log_msg_commit
+ .text.log_source_name_get
+                0x0000000000013adc       0x1c zephyr/libzephyr.a(log_mgmt.c.obj)
+                0x0000000000013adc                log_source_name_get
+ .text.log_backend_enable
+                0x0000000000013af8       0x28 zephyr/libzephyr.a(log_mgmt.c.obj)
+                0x0000000000013af8                log_backend_enable
+ .text.z_impl_z_log_msg_static_create
+                0x0000000000013b20      0x108 zephyr/libzephyr.a(log_msg.c.obj)
+                0x0000000000013b20                z_impl_z_log_msg_static_create
+ .text.z_log_msg_runtime_vcreate
+                0x0000000000013c28       0x8c zephyr/libzephyr.a(log_msg.c.obj)
+                0x0000000000013c28                z_log_msg_runtime_vcreate
+ .text.log_msg_get_source_id
+                0x0000000000013cb4       0x18 zephyr/libzephyr.a(log_msg.c.obj)
+                0x0000000000013cb4                log_msg_get_source_id
+ .text.print_formatted
+                0x0000000000013ccc       0x24 zephyr/libzephyr.a(log_output.c.obj)
+ .text.newline_print
+                0x0000000000013cf0       0x1c zephyr/libzephyr.a(log_output.c.obj)
+ .text.log_output_process
+                0x0000000000013d0c      0x2dc zephyr/libzephyr.a(log_output.c.obj)
+                0x0000000000013d0c                log_output_process
+ .text.log_output_dropped_process
+                0x0000000000013fe8       0x58 zephyr/libzephyr.a(log_output.c.obj)
+                0x0000000000013fe8                log_output_dropped_process
+ .text.log_output_timestamp_freq_set
+                0x0000000000014040       0x2c zephyr/libzephyr.a(log_output.c.obj)
+                0x0000000000014040                log_output_timestamp_freq_set
+ .text.char_out
+                0x000000000001406c       0x24 zephyr/libzephyr.a(log_backend_uart.c.obj)
+ .text.flash_area_open
+                0x0000000000014090       0x50 zephyr/libzephyr.a(flash_map.c.obj)
+                0x0000000000014090                flash_area_open
+ .text.flash_area_get_sectors
+                0x00000000000140e0       0x60 zephyr/libzephyr.a(flash_map_layout.c.obj)
+                0x00000000000140e0                flash_area_get_sectors
+ .text.settings_save_one
+                0x0000000000014140       0x4c zephyr/libzephyr.a(settings_store.c.obj)
+                0x0000000000014140                settings_save_one
+ .text.settings_src_register
+                0x000000000001418c       0x1c zephyr/libzephyr.a(settings_store.c.obj)
+                0x000000000001418c                settings_src_register
+ .text.settings_dst_register
+                0x00000000000141a8        0xc zephyr/libzephyr.a(settings_store.c.obj)
+                0x00000000000141a8                settings_dst_register
+ .text.settings_load_subtree_direct
+                0x00000000000141b4       0x40 zephyr/libzephyr.a(settings_store.c.obj)
+                0x00000000000141b4                settings_load_subtree_direct
+ .text.settings_store_init
+                0x00000000000141f4       0x10 zephyr/libzephyr.a(settings_store.c.obj)
+                0x00000000000141f4                settings_store_init
+ .text.settings_init
+                0x0000000000014204       0x10 zephyr/libzephyr.a(settings.c.obj)
+                0x0000000000014204                settings_init
+ .text.settings_parse_and_lookup
+                0x0000000000014214       0x98 zephyr/libzephyr.a(settings.c.obj)
+                0x0000000000014214                settings_parse_and_lookup
+ .text.settings_call_set_handler
+                0x00000000000142ac       0xa4 zephyr/libzephyr.a(settings.c.obj)
+                0x00000000000142ac                settings_call_set_handler
+ .text.settings_subsys_init
+                0x0000000000014350       0x3c zephyr/libzephyr.a(settings_init.c.obj)
+                0x0000000000014350                settings_subsys_init
+ .text.settings_nvs_load
+                0x000000000001438c       0xbc zephyr/libzephyr.a(settings_nvs.c.obj)
+ .text.settings_backend_init
+                0x0000000000014448       0x84 zephyr/libzephyr.a(settings_nvs.c.obj)
+                0x0000000000014448                settings_backend_init
+ .text.boot_banner
+                0x00000000000144cc       0x1c zephyr/libzephyr.a(banner.c.obj)
+                0x00000000000144cc                boot_banner
+ .text.sub_bytes
+                0x00000000000144e8       0x18 zephyr/libzephyr.a(aes_encrypt.c.obj)
+ .text.tc_aes128_set_encrypt_key
+                0x0000000000014500       0xa4 zephyr/libzephyr.a(aes_encrypt.c.obj)
+                0x0000000000014500                tc_aes128_set_encrypt_key
+ .text.z_arm_fatal_error
+                0x00000000000145a4       0xb8 zephyr/arch/arch/arm/core/libarch__arm__core.a(fatal.c.obj)
+                0x00000000000145a4                z_arm_fatal_error
+ .text.z_SysNmiOnReset
+                0x000000000001465c        0x8 zephyr/arch/arch/arm/core/libarch__arm__core.a(nmi_on_reset.S.obj)
+                0x000000000001465c                z_SysNmiOnReset
+ .text._HandlerModeExit
+                0x0000000000014664       0x28 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(exc_exit.c.obj)
+                0x0000000000014664                z_arm_int_exit
+                0x0000000000014664                z_arm_exc_exit
+ .text.mem_manage_fault.constprop.0
+                0x000000000001468c       0xd0 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(fault.c.obj)
+ .text.usage_fault.constprop.0
+                0x000000000001475c       0xa8 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(fault.c.obj)
+ .text.bus_fault.constprop.0
+                0x0000000000014804       0xd0 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(fault.c.obj)
+ .text.z_arm_fault
+                0x00000000000148d4      0x1d0 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(fault.c.obj)
+                0x00000000000148d4                z_arm_fault
+ .text.z_arm_fault_init
+                0x0000000000014aa4       0x10 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(fault.c.obj)
+                0x0000000000014aa4                z_arm_fault_init
+ .text.__fault  0x0000000000014ab4       0x14 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(fault_s.S.obj)
+                0x0000000000014ab4                z_arm_exc_spurious
+                0x0000000000014ab4                z_arm_usage_fault
+                0x0000000000014ab4                z_arm_mpu_fault
+                0x0000000000014ab4                z_arm_debug_monitor
+                0x0000000000014ab4                z_arm_hard_fault
+                0x0000000000014ab4                z_arm_bus_fault
+ .text._reset_section
+                0x0000000000014ac8       0x54 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(reset.S.obj)
+                0x0000000000014ac8                __start
+                0x0000000000014ac8                z_arm_reset
+ .text.z_arm_init_arch_hw_at_boot
+                0x0000000000014b1c       0x60 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(scb.c.obj)
+                0x0000000000014b1c                z_arm_init_arch_hw_at_boot
+ .text.z_impl_k_thread_abort
+                0x0000000000014b7c       0x2c zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(thread_abort.c.obj)
+                0x0000000000014b7c                z_impl_k_thread_abort
+ .text.arch_swap
+                0x0000000000014ba8       0x30 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(swap.c.obj)
+                0x0000000000014ba8                arch_swap
+ .text.z_arm_pendsv_c
+                0x0000000000014bd8       0x34 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(swap.c.obj)
+                0x0000000000014bd8                z_arm_pendsv_c
+ .text.z_arm_pendsv
+                0x0000000000014c0c       0x34 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(swap_helper.S.obj)
+                0x0000000000014c0c                z_arm_pendsv
+ .text.z_arm_svc
+                0x0000000000014c40       0x20 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(swap_helper.S.obj)
+                0x0000000000014c40                z_arm_svc
+ .text.arch_irq_enable
+                0x0000000000014c60       0x1c zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(irq_manage.c.obj)
+                0x0000000000014c60                arch_irq_enable
+ .text.arch_irq_disable
+                0x0000000000014c7c       0x28 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(irq_manage.c.obj)
+                0x0000000000014c7c                arch_irq_disable
+ .text.arch_irq_is_enabled
+                0x0000000000014ca4       0x1c zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(irq_manage.c.obj)
+                0x0000000000014ca4                arch_irq_is_enabled
+ .text.z_arm_irq_priority_set
+                0x0000000000014cc0       0x34 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(irq_manage.c.obj)
+                0x0000000000014cc0                z_arm_irq_priority_set
+ .text.z_prep_c
+                0x0000000000014cf4       0x38 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(prep_c.c.obj)
+                0x0000000000014cf4                z_prep_c
+ .text.arch_new_thread
+                0x0000000000014d2c       0x38 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(thread.c.obj)
+                0x0000000000014d2c                arch_new_thread
+ .text.arch_switch_to_main_thread
+                0x0000000000014d64       0x34 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(thread.c.obj)
+                0x0000000000014d64                arch_switch_to_main_thread
+ .text.z_arm_cpu_idle_init
+                0x0000000000014d98        0xc zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(cpu_idle.c.obj)
+                0x0000000000014d98                z_arm_cpu_idle_init
+ .text.z_arm_interrupt_init
+                0x0000000000014da4       0x18 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(irq_init.c.obj)
+                0x0000000000014da4                z_arm_interrupt_init
+ .text._isr_wrapper
+                0x0000000000014dbc       0x24 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(isr_wrapper.c.obj)
+                0x0000000000014dbc                _isr_wrapper
+ .text.__stdout_hook_install
+                0x0000000000014de0        0xc zephyr/lib/libc/newlib/liblib__libc__newlib.a(libc-hooks.c.obj)
+                0x0000000000014de0                __stdout_hook_install
+ .text.z_impl_zephyr_read_stdin
+                0x0000000000014dec       0x28 zephyr/lib/libc/newlib/liblib__libc__newlib.a(libc-hooks.c.obj)
+                0x0000000000014dec                z_impl_zephyr_read_stdin
+ .text.z_impl_zephyr_write_stdout
+                0x0000000000014e14       0x30 zephyr/lib/libc/newlib/liblib__libc__newlib.a(libc-hooks.c.obj)
+                0x0000000000014e14                z_impl_zephyr_write_stdout
+ .text._sbrk    0x0000000000014e44       0x28 zephyr/lib/libc/newlib/liblib__libc__newlib.a(libc-hooks.c.obj)
+                0x0000000000014e44                sbrk
+                0x0000000000014e44                _sbrk
+ .text.abort    0x0000000000014e6c       0x1c zephyr/lib/libc/common/liblib__libc__common.a(abort.c.obj)
+                0x0000000000014e6c                abort
+ .text.nordicsemi_nrf52_init
+                0x0000000000014e88       0x10 zephyr/soc/soc/nrf52833/libsoc__nordic.a(soc.c.obj)
+ .text.arch_busy_wait
+                0x0000000000014e98       0x14 zephyr/soc/soc/nrf52833/libsoc__nordic.a(soc.c.obj)
+                0x0000000000014e98                arch_busy_wait
+ .text.get_battery_level
+                0x0000000000014eac       0x10 zephyr/subsys/lorawan/libloramac-node.a(lorawan.c.obj)
+ .text.lorawan_init
+                0x0000000000014ebc       0x54 zephyr/subsys/lorawan/libloramac-node.a(lorawan.c.obj)
+ .text.datarate_observe
+                0x0000000000014f10       0x4c zephyr/subsys/lorawan/libloramac-node.a(lorawan.c.obj)
+ .text.mcps_indication_handler
+                0x0000000000014f5c       0xa0 zephyr/subsys/lorawan/libloramac-node.a(lorawan.c.obj)
+ .text.mcps_confirm_handler
+                0x0000000000014ffc       0x68 zephyr/subsys/lorawan/libloramac-node.a(lorawan.c.obj)
+ .text.mlme_confirm_handler
+                0x0000000000015064       0x90 zephyr/subsys/lorawan/libloramac-node.a(lorawan.c.obj)
+ .text.lorawan_set_region
+                0x00000000000150f4       0x38 zephyr/subsys/lorawan/libloramac-node.a(lorawan.c.obj)
+                0x00000000000150f4                lorawan_set_region
+ .text.lorawan_join
+                0x000000000001512c      0x1c8 zephyr/subsys/lorawan/libloramac-node.a(lorawan.c.obj)
+                0x000000000001512c                lorawan_join
+ .text.lorawan_set_datarate
+                0x00000000000152f4       0x40 zephyr/subsys/lorawan/libloramac-node.a(lorawan.c.obj)
+                0x00000000000152f4                lorawan_set_datarate
+ .text.lorawan_send
+                0x0000000000015334      0x114 zephyr/subsys/lorawan/libloramac-node.a(lorawan.c.obj)
+                0x0000000000015334                lorawan_send
+ .text.lorawan_register_downlink_callback
+                0x0000000000015448       0x20 zephyr/subsys/lorawan/libloramac-node.a(lorawan.c.obj)
+                0x0000000000015448                lorawan_register_downlink_callback
+ .text.lorawan_register_dr_changed_callback
+                0x0000000000015468        0xc zephyr/subsys/lorawan/libloramac-node.a(lorawan.c.obj)
+                0x0000000000015468                lorawan_register_dr_changed_callback
+ .text.lorawan_start
+                0x0000000000015474       0xb4 zephyr/subsys/lorawan/libloramac-node.a(lorawan.c.obj)
+                0x0000000000015474                lorawan_start
+ .text.lorawan_status2str
+                0x0000000000015528       0x18 zephyr/subsys/lorawan/libloramac-node.a(lw_priv.c.obj)
+                0x0000000000015528                lorawan_status2str
+ .text.lorawan_eventinfo2str
+                0x0000000000015540       0x18 zephyr/subsys/lorawan/libloramac-node.a(lw_priv.c.obj)
+                0x0000000000015540                lorawan_eventinfo2str
+ .text.lorawan_status2errno
+                0x0000000000015558       0x24 zephyr/subsys/lorawan/libloramac-node.a(lw_priv.c.obj)
+                0x0000000000015558                lorawan_status2errno
+ .text.lorawan_eventinfo2errno
+                0x000000000001557c       0x24 zephyr/subsys/lorawan/libloramac-node.a(lw_priv.c.obj)
+                0x000000000001557c                lorawan_eventinfo2errno
+ .text.on_setting_loaded
+                0x00000000000155a0      0x128 zephyr/subsys/lorawan/libloramac-node.a(lorawan_nvm_settings.c.obj)
+ .text.lorawan_nvm_data_mgmt_event
+                0x00000000000156c8       0x90 zephyr/subsys/lorawan/libloramac-node.a(lorawan_nvm_settings.c.obj)
+                0x00000000000156c8                lorawan_nvm_data_mgmt_event
+ .text.lorawan_nvm_data_restore
+                0x0000000000015758       0x78 zephyr/subsys/lorawan/libloramac-node.a(lorawan_nvm_settings.c.obj)
+                0x0000000000015758                lorawan_nvm_data_restore
+ .text.timer_callback
+                0x00000000000157d0        0xc zephyr/subsys/lorawan/libloramac-node.a(hal_common.c.obj)
+ .text.RtcBkupWrite
+                0x00000000000157dc        0xc zephyr/subsys/lorawan/libloramac-node.a(hal_common.c.obj)
+                0x00000000000157dc                RtcBkupWrite
+ .text.RtcBkupRead
+                0x00000000000157e8       0x10 zephyr/subsys/lorawan/libloramac-node.a(hal_common.c.obj)
+                0x00000000000157e8                RtcBkupRead
+ .text.RtcGetTimerElapsedTime
+                0x00000000000157f8       0x14 zephyr/subsys/lorawan/libloramac-node.a(hal_common.c.obj)
+                0x00000000000157f8                RtcGetTimerElapsedTime
+ .text.RtcStopAlarm
+                0x000000000001580c        0xc zephyr/subsys/lorawan/libloramac-node.a(hal_common.c.obj)
+                0x000000000001580c                RtcStopAlarm
+ .text.RtcSetAlarm
+                0x0000000000015818       0x34 zephyr/subsys/lorawan/libloramac-node.a(hal_common.c.obj)
+                0x0000000000015818                RtcSetAlarm
+ .text.RtcSetTimerContext
+                0x000000000001584c       0x10 zephyr/subsys/lorawan/libloramac-node.a(hal_common.c.obj)
+                0x000000000001584c                RtcSetTimerContext
+ .text.RtcGetTimerContext
+                0x000000000001585c        0xc zephyr/subsys/lorawan/libloramac-node.a(hal_common.c.obj)
+                0x000000000001585c                RtcGetTimerContext
+ .text.sx12xx_ev_rx_done
+                0x0000000000015868       0xac zephyr/subsys/lorawan/libloramac-node.a(sx12xx_common.c.obj)
+ .text.modem_release.constprop.0
+                0x0000000000015914       0x54 zephyr/subsys/lorawan/libloramac-node.a(sx12xx_common.c.obj)
+ .text.sx12xx_ev_tx_done
+                0x0000000000015968       0x20 zephyr/subsys/lorawan/libloramac-node.a(sx12xx_common.c.obj)
+ .text.__sx12xx_configure_pin
+                0x0000000000015988       0xd0 zephyr/subsys/lorawan/libloramac-node.a(sx12xx_common.c.obj)
+                0x0000000000015988                __sx12xx_configure_pin
+ .text.sx12xx_lora_send_async
+                0x0000000000015a58       0x4c zephyr/subsys/lorawan/libloramac-node.a(sx12xx_common.c.obj)
+                0x0000000000015a58                sx12xx_lora_send_async
+ .text.sx12xx_lora_send
+                0x0000000000015aa4       0xcc zephyr/subsys/lorawan/libloramac-node.a(sx12xx_common.c.obj)
+                0x0000000000015aa4                sx12xx_lora_send
+ .text.sx12xx_lora_recv
+                0x0000000000015b70       0xbc zephyr/subsys/lorawan/libloramac-node.a(sx12xx_common.c.obj)
+                0x0000000000015b70                sx12xx_lora_recv
+ .text.sx12xx_lora_recv_async
+                0x0000000000015c2c       0x54 zephyr/subsys/lorawan/libloramac-node.a(sx12xx_common.c.obj)
+                0x0000000000015c2c                sx12xx_lora_recv_async
+ .text.sx12xx_lora_config
+                0x0000000000015c80       0xbc zephyr/subsys/lorawan/libloramac-node.a(sx12xx_common.c.obj)
+                0x0000000000015c80                sx12xx_lora_config
+ .text.sx12xx_lora_test_cw
+                0x0000000000015d3c       0x40 zephyr/subsys/lorawan/libloramac-node.a(sx12xx_common.c.obj)
+                0x0000000000015d3c                sx12xx_lora_test_cw
+ .text.sx12xx_init
+                0x0000000000015d7c       0x58 zephyr/subsys/lorawan/libloramac-node.a(sx12xx_common.c.obj)
+                0x0000000000015d7c                sx12xx_init
+ .text.sx127x_dio_work_handle
+                0x0000000000015dd4       0x18 zephyr/subsys/lorawan/libloramac-node.a(sx127x.c.obj)
+ .text.sx127x_irq_callback
+                0x0000000000015dec       0x20 zephyr/subsys/lorawan/libloramac-node.a(sx127x.c.obj)
+ .text.SX1276ReadBuffer.part.0
+                0x0000000000015e0c       0x14 zephyr/subsys/lorawan/libloramac-node.a(sx127x.c.obj)
+ .text.gpio_pin_set_dt.constprop.0.isra.0
+                0x0000000000015e20       0x28 zephyr/subsys/lorawan/libloramac-node.a(sx127x.c.obj)
+ .text.SX1276WriteBuffer.part.0
+                0x0000000000015e48       0x14 zephyr/subsys/lorawan/libloramac-node.a(sx127x.c.obj)
+ .text.SX1276IoIrqInit
+                0x0000000000015e5c       0xcc zephyr/subsys/lorawan/libloramac-node.a(sx127x.c.obj)
+                0x0000000000015e5c                SX1276IoIrqInit
+ .text.sx127x_read
+                0x0000000000015f28       0x3c zephyr/subsys/lorawan/libloramac-node.a(sx127x.c.obj)
+                0x0000000000015f28                sx127x_read
+ .text.sx127x_lora_init.part.0
+                0x0000000000015f64       0x7c zephyr/subsys/lorawan/libloramac-node.a(sx127x.c.obj)
+ .text.sx127x_lora_init
+                0x0000000000015fe0       0x50 zephyr/subsys/lorawan/libloramac-node.a(sx127x.c.obj)
+ .text.sx127x_write
+                0x0000000000016030       0x3c zephyr/subsys/lorawan/libloramac-node.a(sx127x.c.obj)
+                0x0000000000016030                sx127x_write
+ .text.SX1276SetRfTxPower
+                0x000000000001606c       0xa4 zephyr/subsys/lorawan/libloramac-node.a(sx127x.c.obj)
+                0x000000000001606c                SX1276SetRfTxPower
+ .text.rand1    0x0000000000016110       0x28 zephyr/subsys/lorawan/libloramac-node.a(utilities.c.obj)
+                0x0000000000016110                rand1
+ .text.srand1   0x0000000000016138        0xc zephyr/subsys/lorawan/libloramac-node.a(utilities.c.obj)
+                0x0000000000016138                srand1
+ .text.Crc32    0x0000000000016144       0x34 zephyr/subsys/lorawan/libloramac-node.a(utilities.c.obj)
+                0x0000000000016144                Crc32
+ .text.TimerInsertNewHeadTimer
+                0x0000000000016178       0x18 zephyr/subsys/lorawan/libloramac-node.a(timer.c.obj)
+ .text.TimerStart
+                0x0000000000016190       0x70 zephyr/subsys/lorawan/libloramac-node.a(timer.c.obj)
+                0x0000000000016190                TimerStart
+ .text.TimerIrqHandler
+                0x0000000000016200       0x7c zephyr/subsys/lorawan/libloramac-node.a(timer.c.obj)
+                0x0000000000016200                TimerIrqHandler
+ .text.TimerStop
+                0x000000000001627c       0x54 zephyr/subsys/lorawan/libloramac-node.a(timer.c.obj)
+                0x000000000001627c                TimerStop
+ .text.GetFskBandwidthRegValue
+                0x00000000000162d0       0x2c zephyr/subsys/lorawan/libloramac-node.a(sx1276.c.obj)
+ .text.SX1276OnDio4Irq
+                0x00000000000162fc       0x1c zephyr/subsys/lorawan/libloramac-node.a(sx1276.c.obj)
+ .text.SX1276GetStatus
+                0x0000000000016318        0xc zephyr/subsys/lorawan/libloramac-node.a(sx1276.c.obj)
+                0x0000000000016318                SX1276GetStatus
+ .text.SX1276GetTimeOnAir
+                0x0000000000016324       0xdc zephyr/subsys/lorawan/libloramac-node.a(sx1276.c.obj)
+                0x0000000000016324                SX1276GetTimeOnAir
+ .text.SX1276SetChannel
+                0x0000000000016400       0x48 zephyr/subsys/lorawan/libloramac-node.a(sx1276.c.obj)
+                0x0000000000016400                SX1276SetChannel
+ .text.SX1276OnDio3Irq
+                0x0000000000016448       0x50 zephyr/subsys/lorawan/libloramac-node.a(sx1276.c.obj)
+ .text.SX1276OnDio2Irq
+                0x0000000000016498       0xd4 zephyr/subsys/lorawan/libloramac-node.a(sx1276.c.obj)
+ .text.SX1276OnDio1Irq
+                0x000000000001656c      0x118 zephyr/subsys/lorawan/libloramac-node.a(sx1276.c.obj)
+ .text.SX1276OnDio0Irq
+                0x0000000000016684      0x260 zephyr/subsys/lorawan/libloramac-node.a(sx1276.c.obj)
+ .text.RxChainCalibration
+                0x00000000000168e4       0x94 zephyr/subsys/lorawan/libloramac-node.a(sx1276.c.obj)
+ .text.SX1276SetSleep
+                0x0000000000016978       0x3c zephyr/subsys/lorawan/libloramac-node.a(sx1276.c.obj)
+                0x0000000000016978                SX1276SetSleep
+ .text.SX1276SetStby
+                0x00000000000169b4       0x34 zephyr/subsys/lorawan/libloramac-node.a(sx1276.c.obj)
+                0x00000000000169b4                SX1276SetStby
+ .text.SX1276Send
+                0x00000000000169e8      0x194 zephyr/subsys/lorawan/libloramac-node.a(sx1276.c.obj)
+                0x00000000000169e8                SX1276Send
+ .text.SX1276SetRx
+                0x0000000000016b7c      0x220 zephyr/subsys/lorawan/libloramac-node.a(sx1276.c.obj)
+                0x0000000000016b7c                SX1276SetRx
+ .text.SX1276ReadRssi
+                0x0000000000016d9c       0x48 zephyr/subsys/lorawan/libloramac-node.a(sx1276.c.obj)
+                0x0000000000016d9c                SX1276ReadRssi
+ .text.SX1276SetModem
+                0x0000000000016de4       0x74 zephyr/subsys/lorawan/libloramac-node.a(sx1276.c.obj)
+                0x0000000000016de4                SX1276SetModem
+ .text.SX1276Init
+                0x0000000000016e58       0x80 zephyr/subsys/lorawan/libloramac-node.a(sx1276.c.obj)
+                0x0000000000016e58                SX1276Init
+ .text.SX1276SetRxConfig
+                0x0000000000016ed8      0x2a8 zephyr/subsys/lorawan/libloramac-node.a(sx1276.c.obj)
+                0x0000000000016ed8                SX1276SetRxConfig
+ .text.SX1276SetTxConfig
+                0x0000000000017180      0x23c zephyr/subsys/lorawan/libloramac-node.a(sx1276.c.obj)
+                0x0000000000017180                SX1276SetTxConfig
+ .text.SX1276SetTxContinuousWave
+                0x00000000000173bc       0x84 zephyr/subsys/lorawan/libloramac-node.a(sx1276.c.obj)
+                0x00000000000173bc                SX1276SetTxContinuousWave
+ .text.SX1276SetMaxPayloadLength
+                0x0000000000017440       0x34 zephyr/subsys/lorawan/libloramac-node.a(sx1276.c.obj)
+                0x0000000000017440                SX1276SetMaxPayloadLength
+ .text.SX1276SetPublicNetwork
+                0x0000000000017474       0x28 zephyr/subsys/lorawan/libloramac-node.a(sx1276.c.obj)
+                0x0000000000017474                SX1276SetPublicNetwork
+ .text.SX1276OnTimeoutIrq
+                0x000000000001749c       0xc8 zephyr/subsys/lorawan/libloramac-node.a(sx1276.c.obj)
+ .text.aes_set_key
+                0x0000000000017564      0x104 zephyr/subsys/lorawan/libloramac-node.a(aes.c.obj)
+                0x0000000000017564                aes_set_key
+ .text.aes_encrypt
+                0x0000000000017668      0x2cc zephyr/subsys/lorawan/libloramac-node.a(aes.c.obj)
+                0x0000000000017668                aes_encrypt
+ .text.ComputeCmac
+                0x0000000000017934       0x80 zephyr/subsys/lorawan/libloramac-node.a(soft-se.c.obj)
+ .text.SecureElementInit
+                0x00000000000179b4       0xc0 zephyr/subsys/lorawan/libloramac-node.a(soft-se.c.obj)
+                0x00000000000179b4                SecureElementInit
+ .text.SecureElementAesEncrypt
+                0x0000000000017a74       0x7c zephyr/subsys/lorawan/libloramac-node.a(soft-se.c.obj)
+                0x0000000000017a74                SecureElementAesEncrypt
+ .text.SecureElementSetKey.part.0
+                0x0000000000017af0       0x7c zephyr/subsys/lorawan/libloramac-node.a(soft-se.c.obj)
+ .text.SecureElementSetDevEui
+                0x0000000000017b6c       0x1c zephyr/subsys/lorawan/libloramac-node.a(soft-se.c.obj)
+                0x0000000000017b6c                SecureElementSetDevEui
+ .text.SecureElementGetDevEui
+                0x0000000000017b88        0xc zephyr/subsys/lorawan/libloramac-node.a(soft-se.c.obj)
+                0x0000000000017b88                SecureElementGetDevEui
+ .text.SecureElementSetJoinEui
+                0x0000000000017b94       0x20 zephyr/subsys/lorawan/libloramac-node.a(soft-se.c.obj)
+                0x0000000000017b94                SecureElementSetJoinEui
+ .text.SecureElementGetJoinEui
+                0x0000000000017bb4        0xc zephyr/subsys/lorawan/libloramac-node.a(soft-se.c.obj)
+                0x0000000000017bb4                SecureElementGetJoinEui
+ .text.SecureElementSetPin
+                0x0000000000017bc0       0x20 zephyr/subsys/lorawan/libloramac-node.a(soft-se.c.obj)
+                0x0000000000017bc0                SecureElementSetPin
+ .text.SecureElementGetPin
+                0x0000000000017be0        0xc zephyr/subsys/lorawan/libloramac-node.a(soft-se.c.obj)
+                0x0000000000017be0                SecureElementGetPin
+ .text.UpdateRxSlotIdleState
+                0x0000000000017bec       0x1c zephyr/subsys/lorawan/libloramac-node.a(LoRaMac.c.obj)
+ .text.OnMacProcessNotify
+                0x0000000000017c08       0x14 zephyr/subsys/lorawan/libloramac-node.a(LoRaMac.c.obj)
+ .text.OnRadioRxTimeout
+                0x0000000000017c1c       0x14 zephyr/subsys/lorawan/libloramac-node.a(LoRaMac.c.obj)
+ .text.OnRadioTxTimeout
+                0x0000000000017c30       0x14 zephyr/subsys/lorawan/libloramac-node.a(LoRaMac.c.obj)
+ .text.OnRadioRxError
+                0x0000000000017c44       0x14 zephyr/subsys/lorawan/libloramac-node.a(LoRaMac.c.obj)
+ .text.OnAbpJoinPendingTimerEvent
+                0x0000000000017c58       0x24 zephyr/subsys/lorawan/libloramac-node.a(LoRaMac.c.obj)
+ .text.OnRadioRxDone
+                0x0000000000017c7c       0x3c zephyr/subsys/lorawan/libloramac-node.a(LoRaMac.c.obj)
+ .text.GetMaxAppPayloadWithoutFOptsLength
+                0x0000000000017cb8       0x2c zephyr/subsys/lorawan/libloramac-node.a(LoRaMac.c.obj)
+ .text.OnForceRejoinReqCycleTimerEvent
+                0x0000000000017ce4       0x64 zephyr/subsys/lorawan/libloramac-node.a(LoRaMac.c.obj)
+ .text.OnRetransmitTimeoutTimerEvent
+                0x0000000000017d48       0x28 zephyr/subsys/lorawan/libloramac-node.a(LoRaMac.c.obj)
+ .text.PrepareRxDoneAbort
+                0x0000000000017d70       0x38 zephyr/subsys/lorawan/libloramac-node.a(LoRaMac.c.obj)
+ .text.ResetMacParameters
+                0x0000000000017da8      0x15c zephyr/subsys/lorawan/libloramac-node.a(LoRaMac.c.obj)
+ .text.OnRadioTxDone
+                0x0000000000017f04       0x3c zephyr/subsys/lorawan/libloramac-node.a(LoRaMac.c.obj)
+ .text.HandleRadioRxErrorTimeout
+                0x0000000000017f40       0xcc zephyr/subsys/lorawan/libloramac-node.a(LoRaMac.c.obj)
+ .text.OpenContinuousRxCWindow
+                0x000000000001800c       0x58 zephyr/subsys/lorawan/libloramac-node.a(LoRaMac.c.obj)
+ .text.SwitchClass
+                0x0000000000018064      0x100 zephyr/subsys/lorawan/libloramac-node.a(LoRaMac.c.obj)
+ .text.RxWindowSetup.constprop.0
+                0x0000000000018164       0x40 zephyr/subsys/lorawan/libloramac-node.a(LoRaMac.c.obj)
+ .text.OnRxWindow1TimerEvent
+                0x00000000000181a4       0x44 zephyr/subsys/lorawan/libloramac-node.a(LoRaMac.c.obj)
+ .text.OnRxWindow2TimerEvent
+                0x00000000000181e8       0x4c zephyr/subsys/lorawan/libloramac-node.a(LoRaMac.c.obj)
+ .text.ProcessMacCommands.constprop.0
+                0x0000000000018234      0x6ec zephyr/subsys/lorawan/libloramac-node.a(LoRaMac.c.obj)
+ .text.StopRetransmission.isra.0
+                0x0000000000018920       0x90 zephyr/subsys/lorawan/libloramac-node.a(LoRaMac.c.obj)
+ .text.OnRejoin1CycleTimerEvent
+                0x00000000000189b0       0x50 zephyr/subsys/lorawan/libloramac-node.a(LoRaMac.c.obj)
+ .text.OnRejoin0CycleTimerEvent
+                0x0000000000018a00       0x50 zephyr/subsys/lorawan/libloramac-node.a(LoRaMac.c.obj)
+ .text.LoRaMacIsBusy
+                0x0000000000018a50       0x30 zephyr/subsys/lorawan/libloramac-node.a(LoRaMac.c.obj)
+                0x0000000000018a50                LoRaMacIsBusy
+ .text.PrepareFrame
+                0x0000000000018a80      0x14c zephyr/subsys/lorawan/libloramac-node.a(LoRaMac.c.obj)
+                0x0000000000018a80                PrepareFrame
+ .text.SendFrameOnChannel
+                0x0000000000018bcc      0x144 zephyr/subsys/lorawan/libloramac-node.a(LoRaMac.c.obj)
+                0x0000000000018bcc                SendFrameOnChannel
+ .text.ScheduleTx
+                0x0000000000018d10      0x1f8 zephyr/subsys/lorawan/libloramac-node.a(LoRaMac.c.obj)
+ .text.OnTxDelayedTimerEvent
+                0x0000000000018f08       0x70 zephyr/subsys/lorawan/libloramac-node.a(LoRaMac.c.obj)
+ .text.Send     0x0000000000018f78       0xfc zephyr/subsys/lorawan/libloramac-node.a(LoRaMac.c.obj)
+                0x0000000000018f78                Send
+ .text.SendReJoinReq
+                0x0000000000019074      0x108 zephyr/subsys/lorawan/libloramac-node.a(LoRaMac.c.obj)
+                0x0000000000019074                SendReJoinReq
+ .text.SetTxContinuousWave
+                0x000000000001917c       0x2c zephyr/subsys/lorawan/libloramac-node.a(LoRaMac.c.obj)
+                0x000000000001917c                SetTxContinuousWave
+ .text.LoRaMacInitialization
+                0x00000000000191a8      0x380 zephyr/subsys/lorawan/libloramac-node.a(LoRaMac.c.obj)
+                0x00000000000191a8                LoRaMacInitialization
+ .text.LoRaMacStart
+                0x0000000000019528       0x14 zephyr/subsys/lorawan/libloramac-node.a(LoRaMac.c.obj)
+                0x0000000000019528                LoRaMacStart
+ .text.LoRaMacQueryTxPossible
+                0x000000000001953c       0xc4 zephyr/subsys/lorawan/libloramac-node.a(LoRaMac.c.obj)
+                0x000000000001953c                LoRaMacQueryTxPossible
+ .text.LoRaMacMibGetRequestConfirm
+                0x0000000000019600      0x230 zephyr/subsys/lorawan/libloramac-node.a(LoRaMac.c.obj)
+                0x0000000000019600                LoRaMacMibGetRequestConfirm
+ .text.LoRaMacMibSetRequestConfirm
+                0x0000000000019830      0x648 zephyr/subsys/lorawan/libloramac-node.a(LoRaMac.c.obj)
+                0x0000000000019830                LoRaMacMibSetRequestConfirm
+ .text.LoRaMacMlmeRequest
+                0x0000000000019e78      0x228 zephyr/subsys/lorawan/libloramac-node.a(LoRaMac.c.obj)
+                0x0000000000019e78                LoRaMacMlmeRequest
+ .text.LoRaMacProcess
+                0x000000000001a0a0      0xb9c zephyr/subsys/lorawan/libloramac-node.a(LoRaMac.c.obj)
+                0x000000000001a0a0                LoRaMacProcess
+ .text.LoRaMacMcpsRequest
+                0x000000000001ac3c      0x1a4 zephyr/subsys/lorawan/libloramac-node.a(LoRaMac.c.obj)
+                0x000000000001ac3c                LoRaMacMcpsRequest
+ .text.IsSticky
+                0x000000000001ade0       0x20 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacCommands.c.obj)
+ .text.LoRaMacCommandsInit
+                0x000000000001ae00       0x1c zephyr/subsys/lorawan/libloramac-node.a(LoRaMacCommands.c.obj)
+                0x000000000001ae00                LoRaMacCommandsInit
+ .text.LoRaMacCommandsAddCmd
+                0x000000000001ae1c       0x9c zephyr/subsys/lorawan/libloramac-node.a(LoRaMacCommands.c.obj)
+                0x000000000001ae1c                LoRaMacCommandsAddCmd
+ .text.LoRaMacCommandsRemoveCmd
+                0x000000000001aeb8       0x5c zephyr/subsys/lorawan/libloramac-node.a(LoRaMacCommands.c.obj)
+                0x000000000001aeb8                LoRaMacCommandsRemoveCmd
+ .text.LoRaMacCommandsGetCmd
+                0x000000000001af14       0x1c zephyr/subsys/lorawan/libloramac-node.a(LoRaMacCommands.c.obj)
+                0x000000000001af14                LoRaMacCommandsGetCmd
+ .text.LoRaMacCommandsRemoveNoneStickyCmds
+                0x000000000001af30       0x1c zephyr/subsys/lorawan/libloramac-node.a(LoRaMacCommands.c.obj)
+                0x000000000001af30                LoRaMacCommandsRemoveNoneStickyCmds
+ .text.LoRaMacCommandsRemoveStickyAnsCmds
+                0x000000000001af4c       0x3c zephyr/subsys/lorawan/libloramac-node.a(LoRaMacCommands.c.obj)
+                0x000000000001af4c                LoRaMacCommandsRemoveStickyAnsCmds
+ .text.LoRaMacCommandsGetSizeSerializedCmds
+                0x000000000001af88       0x18 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacCommands.c.obj)
+                0x000000000001af88                LoRaMacCommandsGetSizeSerializedCmds
+ .text.LoRaMacCommandsSerializeCmds
+                0x000000000001afa0       0x68 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacCommands.c.obj)
+                0x000000000001afa0                LoRaMacCommandsSerializeCmds
+ .text.LoRaMacCommandsGetCmdSize
+                0x000000000001b008       0x14 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacCommands.c.obj)
+                0x000000000001b008                LoRaMacCommandsGetCmdSize
+ .text.GetElement.constprop.0
+                0x000000000001b01c       0x34 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacConfirmQueue.c.obj)
+ .text.LoRaMacConfirmQueueInit
+                0x000000000001b050       0x28 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacConfirmQueue.c.obj)
+                0x000000000001b050                LoRaMacConfirmQueueInit
+ .text.LoRaMacConfirmQueueAdd
+                0x000000000001b078       0x4c zephyr/subsys/lorawan/libloramac-node.a(LoRaMacConfirmQueue.c.obj)
+                0x000000000001b078                LoRaMacConfirmQueueAdd
+ .text.LoRaMacConfirmQueueRemoveFirst
+                0x000000000001b0c4       0x2c zephyr/subsys/lorawan/libloramac-node.a(LoRaMacConfirmQueue.c.obj)
+                0x000000000001b0c4                LoRaMacConfirmQueueRemoveFirst
+ .text.LoRaMacConfirmQueueSetStatus
+                0x000000000001b0f0       0x24 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacConfirmQueue.c.obj)
+                0x000000000001b0f0                LoRaMacConfirmQueueSetStatus
+ .text.LoRaMacConfirmQueueSetStatusCmn
+                0x000000000001b114       0x34 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacConfirmQueue.c.obj)
+                0x000000000001b114                LoRaMacConfirmQueueSetStatusCmn
+ .text.LoRaMacConfirmQueueIsCmdActive
+                0x000000000001b148       0x18 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacConfirmQueue.c.obj)
+                0x000000000001b148                LoRaMacConfirmQueueIsCmdActive
+ .text.LoRaMacConfirmQueueHandleCb
+                0x000000000001b160       0x68 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacConfirmQueue.c.obj)
+                0x000000000001b160                LoRaMacConfirmQueueHandleCb
+ .text.LoRaMacConfirmQueueGetCnt
+                0x000000000001b1c8        0xc zephyr/subsys/lorawan/libloramac-node.a(LoRaMacConfirmQueue.c.obj)
+                0x000000000001b1c8                LoRaMacConfirmQueueGetCnt
+ .text.LoRaMacConfirmQueueIsFull
+                0x000000000001b1d4       0x14 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacConfirmQueue.c.obj)
+                0x000000000001b1d4                LoRaMacConfirmQueueIsFull
+ .text.FOptsEncrypt
+                0x000000000001b1e8       0xbc zephyr/subsys/lorawan/libloramac-node.a(LoRaMacCrypto.c.obj)
+ .text.GetLastFcntDown.constprop.0
+                0x000000000001b2a4       0x58 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacCrypto.c.obj)
+ .text.VerifyCmacB0.constprop.0
+                0x000000000001b2fc       0xbc zephyr/subsys/lorawan/libloramac-node.a(LoRaMacCrypto.c.obj)
+ .text.LoRaMacCryptoInit
+                0x000000000001b3b8       0x3c zephyr/subsys/lorawan/libloramac-node.a(LoRaMacCrypto.c.obj)
+                0x000000000001b3b8                LoRaMacCryptoInit
+ .text.LoRaMacCryptoSetLrWanVersion
+                0x000000000001b3f4       0x10 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacCrypto.c.obj)
+                0x000000000001b3f4                LoRaMacCryptoSetLrWanVersion
+ .text.LoRaMacCryptoGetFCntUp
+                0x000000000001b404       0x18 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacCrypto.c.obj)
+                0x000000000001b404                LoRaMacCryptoGetFCntUp
+ .text.LoRaMacCryptoGetRJcount
+                0x000000000001b41c       0x30 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacCrypto.c.obj)
+                0x000000000001b41c                LoRaMacCryptoGetRJcount
+ .text.LoRaMacCryptoSetMulticastReference
+                0x000000000001b44c       0x2c zephyr/subsys/lorawan/libloramac-node.a(LoRaMacCrypto.c.obj)
+                0x000000000001b44c                LoRaMacCryptoSetMulticastReference
+ .text.LoRaMacCryptoPrepareJoinRequest
+                0x000000000001b478       0xac zephyr/subsys/lorawan/libloramac-node.a(LoRaMacCrypto.c.obj)
+                0x000000000001b478                LoRaMacCryptoPrepareJoinRequest
+ .text.LoRaMacCryptoPrepareReJoinType1
+                0x000000000001b524       0x58 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacCrypto.c.obj)
+                0x000000000001b524                LoRaMacCryptoPrepareReJoinType1
+ .text.LoRaMacCryptoPrepareReJoinType0or2
+                0x000000000001b57c       0x54 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacCrypto.c.obj)
+                0x000000000001b57c                LoRaMacCryptoPrepareReJoinType0or2
+ .text.LoRaMacCryptoSecureMessage
+                0x000000000001b5d0      0x18c zephyr/subsys/lorawan/libloramac-node.a(LoRaMacCrypto.c.obj)
+                0x000000000001b5d0                LoRaMacCryptoSecureMessage
+ .text.LoRaMacCryptoUnsecureMessage
+                0x000000000001b75c      0x150 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacCrypto.c.obj)
+                0x000000000001b75c                LoRaMacCryptoUnsecureMessage
+ .text.LoRaMacCryptoSetKey
+                0x000000000001b8ac       0x34 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacCrypto.c.obj)
+                0x000000000001b8ac                LoRaMacCryptoSetKey
+ .text.LoRaMacCryptoHandleJoinAccept
+                0x000000000001b8e0      0x180 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacCrypto.c.obj)
+                0x000000000001b8e0                LoRaMacCryptoHandleJoinAccept
+ .text.RegionGetVersion
+                0x000000000001ba60        0x8 zephyr/subsys/lorawan/libloramac-node.a(Region.c.obj)
+                0x000000000001ba60                RegionGetVersion
+ .text.RegionCommonUpdateBandTimeOff
+                0x000000000001ba68       0xdc zephyr/subsys/lorawan/libloramac-node.a(RegionCommon.c.obj)
+                0x000000000001ba68                RegionCommonUpdateBandTimeOff
+ .text.RegionCommonComputeSymbolTimeLoRa
+                0x000000000001bb44       0x10 zephyr/subsys/lorawan/libloramac-node.a(RegionCommon.c.obj)
+                0x000000000001bb44                RegionCommonComputeSymbolTimeLoRa
+ .text.RegionCommonGetBandwidth
+                0x000000000001bb54       0x24 zephyr/subsys/lorawan/libloramac-node.a(RegionCommon.c.obj)
+                0x000000000001bb54                RegionCommonGetBandwidth
+ .text.GetTimeOnAir
+                0x000000000001bb78       0x54 zephyr/subsys/lorawan/libloramac-node.a(RegionEU868.c.obj)
+ .text.VerifyRfFreq
+                0x000000000001bbcc       0x9c zephyr/subsys/lorawan/libloramac-node.a(RegionEU868.c.obj)
+ .text.RegionEU868GetPhyParam
+                0x000000000001bc68      0x120 zephyr/subsys/lorawan/libloramac-node.a(RegionEU868.c.obj)
+                0x000000000001bc68                RegionEU868GetPhyParam
+ .text.RegionEU868SetBandTxDone
+                0x000000000001bd88       0x38 zephyr/subsys/lorawan/libloramac-node.a(RegionEU868.c.obj)
+                0x000000000001bd88                RegionEU868SetBandTxDone
+ .text.RegionEU868InitDefaults
+                0x000000000001bdc0       0xcc zephyr/subsys/lorawan/libloramac-node.a(RegionEU868.c.obj)
+                0x000000000001bdc0                RegionEU868InitDefaults
+ .text.RegionEU868ChanMaskSet
+                0x000000000001be8c       0x34 zephyr/subsys/lorawan/libloramac-node.a(RegionEU868.c.obj)
+                0x000000000001be8c                RegionEU868ChanMaskSet
+ .text.RegionEU868ComputeRxWindowParameters
+                0x000000000001bec0       0x64 zephyr/subsys/lorawan/libloramac-node.a(RegionEU868.c.obj)
+                0x000000000001bec0                RegionEU868ComputeRxWindowParameters
+ .text.RegionEU868RxConfig
+                0x000000000001bf24       0xd8 zephyr/subsys/lorawan/libloramac-node.a(RegionEU868.c.obj)
+                0x000000000001bf24                RegionEU868RxConfig
+ .text.RegionEU868TxConfig
+                0x000000000001bffc      0x108 zephyr/subsys/lorawan/libloramac-node.a(RegionEU868.c.obj)
+                0x000000000001bffc                RegionEU868TxConfig
+ .text.RegionEU868LinkAdrReq
+                0x000000000001c104      0x15c zephyr/subsys/lorawan/libloramac-node.a(RegionEU868.c.obj)
+                0x000000000001c104                RegionEU868LinkAdrReq
+ .text.RegionEU868DlChannelReq
+                0x000000000001c260       0x58 zephyr/subsys/lorawan/libloramac-node.a(RegionEU868.c.obj)
+                0x000000000001c260                RegionEU868DlChannelReq
+ .text.RegionEU868NextChannel
+                0x000000000001c2b8       0xf4 zephyr/subsys/lorawan/libloramac-node.a(RegionEU868.c.obj)
+                0x000000000001c2b8                RegionEU868NextChannel
+ .text.RegionEU868ChannelAdd
+                0x000000000001c3ac       0xc0 zephyr/subsys/lorawan/libloramac-node.a(RegionEU868.c.obj)
+                0x000000000001c3ac                RegionEU868ChannelAdd
+ .text.RegionEU868ChannelsRemove
+                0x000000000001c46c       0x30 zephyr/subsys/lorawan/libloramac-node.a(RegionEU868.c.obj)
+                0x000000000001c46c                RegionEU868ChannelsRemove
+ .text.xoshiro128_initialize
+                0x000000000001c49c       0x18 zephyr/subsys/random/libsubsys__random.a(random_xoshiro128.c.obj)
+ .text.bt_hex   0x000000000001c4b4       0x44 zephyr/subsys/bluetooth/common/libsubsys__bluetooth__common.a(bt_str.c.obj)
+                0x000000000001c4b4                bt_hex
+ .text.bt_addr_le_str
+                0x000000000001c4f8       0x7c zephyr/subsys/bluetooth/common/libsubsys__bluetooth__common.a(bt_str.c.obj)
+                0x000000000001c4f8                bt_addr_le_str
+ .text.long_wq_init
+                0x000000000001c574       0x38 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(long_wq.c.obj)
+ .text.bt_long_wq_schedule
+                0x000000000001c5ac        0xc zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(long_wq.c.obj)
+                0x000000000001c5ac                bt_long_wq_schedule
+ .text.uuid_to_uuid128
+                0x000000000001c5b8       0x78 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(uuid.c.obj)
+ .text.bt_buf_get_rx
+                0x000000000001c630       0x20 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(buf.c.obj)
+                0x000000000001c630                bt_buf_get_rx
+ .text.bt_buf_get_evt
+                0x000000000001c650       0x38 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(buf.c.obj)
+                0x000000000001c650                bt_buf_get_evt
+ .text.hci_data_buf_overflow
+                0x000000000001c688       0x18 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+ .text.handle_event_common
+                0x000000000001c6a0       0x50 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+ .text.hci_disconn_complete_prio
+                0x000000000001c6f0       0x4c zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+ .text.hci_disconn_complete
+                0x000000000001c73c       0x44 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+ .text.le_phy_update_complete
+                0x000000000001c780       0x34 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+ .text.le_data_len_change
+                0x000000000001c7b4       0x30 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+ .text.hci_hardware_error
+                0x000000000001c7e4       0x24 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+ .text.rx_queue_put
+                0x000000000001c808       0x3c zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+ .text.find_pending_connect.part.0
+                0x000000000001c844       0x2c zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+ .text.le_conn_param_neg_reply.part.0
+                0x000000000001c870       0x14 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+ .text.hci_vendor_event
+                0x000000000001c884       0x60 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+ .text.handle_event.part.0
+                0x000000000001c8e4       0x48 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+ .text.hci_le_meta_event
+                0x000000000001c92c       0x20 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+ .text.le_remote_feat_complete
+                0x000000000001c94c       0x54 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+ .text.rx_work_handler
+                0x000000000001c9a0      0x138 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+ .text.hci_cmd_done.part.0
+                0x000000000001cad8      0x144 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+ .text.hci_cmd_status
+                0x000000000001cc1c       0x30 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+ .text.hci_cmd_complete
+                0x000000000001cc4c       0x50 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+ .text.hci_num_completed_packets
+                0x000000000001cc9c      0x138 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+ .text.le_conn_update_complete
+                0x000000000001cdd4       0xcc zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+ .text.bt_hci_cmd_state_set_init
+                0x000000000001cea0       0x24 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+                0x000000000001cea0                bt_hci_cmd_state_set_init
+ .text.bt_hci_cmd_create
+                0x000000000001cec4       0x78 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+                0x000000000001cec4                bt_hci_cmd_create
+ .text.bt_hci_cmd_send_sync
+                0x000000000001cf3c       0xf4 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+                0x000000000001cf3c                bt_hci_cmd_send_sync
+ .text.hci_le_read_max_data_len
+                0x000000000001d030       0x7c zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+ .text.bt_hci_le_rand
+                0x000000000001d0ac       0x58 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+                0x000000000001d0ac                bt_hci_le_rand
+ .text.bt_hci_le_enh_conn_complete
+                0x000000000001d104      0x2bc zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+                0x000000000001d104                bt_hci_le_enh_conn_complete
+ .text.le_legacy_conn_complete
+                0x000000000001d3c0       0x70 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+ .text.bt_hci_get_ver_str
+                0x000000000001d430       0x3c zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+                0x000000000001d430                bt_hci_get_ver_str
+ .text.bt_send  0x000000000001d46c       0x10 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+                0x000000000001d46c                bt_send
+ .text.bt_hci_cmd_send
+                0x000000000001d47c       0x58 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+                0x000000000001d47c                bt_hci_cmd_send
+ .text.le_conn_param_req
+                0x000000000001d4d4       0xc0 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+ .text.hci_event_prio
+                0x000000000001d594       0xa0 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+                0x000000000001d594                hci_event_prio
+ .text.bt_recv  0x000000000001d634       0x5c zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+                0x000000000001d634                bt_recv
+ .text.bt_hci_driver_register
+                0x000000000001d690       0x28 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+                0x000000000001d690                bt_hci_driver_register
+ .text.bt_finalize_init
+                0x000000000001d6b8      0x134 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+                0x000000000001d6b8                bt_finalize_init
+ .text.bt_init  0x000000000001d7ec      0x4c8 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+ .text.init_work
+                0x000000000001dcb4       0x18 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+ .text.bt_is_ready
+                0x000000000001dccc       0x18 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+                0x000000000001dccc                bt_is_ready
+ .text.bt_get_name
+                0x000000000001dce4        0x8 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+                0x000000000001dce4                bt_get_name
+ .text.id_find  0x000000000001dcec       0x30 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(id.c.obj)
+ .text.set_random_address
+                0x000000000001dd1c       0x74 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(id.c.obj)
+ .text.id_create.constprop.0
+                0x000000000001dd90       0x74 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(id.c.obj)
+ .text.bt_id_create
+                0x000000000001de04       0x9c zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(id.c.obj)
+                0x000000000001de04                bt_id_create
+ .text.bt_id_read_public_addr
+                0x000000000001dea0       0x88 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(id.c.obj)
+                0x000000000001dea0                bt_id_read_public_addr
+ .text.bt_setup_public_id_addr
+                0x000000000001df28       0x20 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(id.c.obj)
+                0x000000000001df28                bt_setup_public_id_addr
+ .text.bt_setup_random_id_addr
+                0x000000000001df48       0xd8 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(id.c.obj)
+                0x000000000001df48                bt_setup_random_id_addr
+ .text.bt_id_set_adv_own_addr
+                0x000000000001e020       0xd4 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(id.c.obj)
+                0x000000000001e020                bt_id_set_adv_own_addr
+ .text.bt_id_init
+                0x000000000001e0f4       0x54 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(id.c.obj)
+                0x000000000001e0f4                bt_id_init
+ .text.adv_is_directed
+                0x000000000001e148       0x18 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(adv.c.obj)
+ .text.le_adv_start_add_conn
+                0x000000000001e160       0x60 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(adv.c.obj)
+ .text.bt_le_adv_lookup_legacy
+                0x000000000001e1c0        0x8 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(adv.c.obj)
+                0x000000000001e1c0                bt_le_adv_lookup_legacy
+ .text.bt_le_adv_resume
+                0x000000000001e1c8       0xe8 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(adv.c.obj)
+                0x000000000001e1c8                bt_le_adv_resume
+ .text.notify_connected
+                0x000000000001e2b0       0x3c zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(conn.c.obj)
+ .text.tx_notify
+                0x000000000001e2ec       0x60 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(conn.c.obj)
+ .text.wait_for_tx_work
+                0x000000000001e34c       0x34 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(conn.c.obj)
+ .text.conn_tx_destroy
+                0x000000000001e380       0x2c zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(conn.c.obj)
+ .text.bt_conn_get_pkts
+                0x000000000001e3ac       0x18 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(conn.c.obj)
+                0x000000000001e3ac                bt_conn_get_pkts
+ .text.bt_conn_new
+                0x000000000001e3c4       0x64 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(conn.c.obj)
+                0x000000000001e3c4                bt_conn_new
+ .text.bt_conn_recv
+                0x000000000001e428       0xf4 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(conn.c.obj)
+                0x000000000001e428                bt_conn_recv
+ .text.bt_conn_send_cb
+                0x000000000001e51c       0xfc zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(conn.c.obj)
+                0x000000000001e51c                bt_conn_send_cb
+ .text.bt_conn_unref
+                0x000000000001e618       0x70 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(conn.c.obj)
+                0x000000000001e618                bt_conn_unref
+ .text.bt_conn_set_state
+                0x000000000001e688      0x238 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(conn.c.obj)
+                0x000000000001e688                bt_conn_set_state
+ .text.bt_conn_lookup_handle
+                0x000000000001e8c0       0x40 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(conn.c.obj)
+                0x000000000001e8c0                bt_conn_lookup_handle
+ .text.bt_conn_index
+                0x000000000001e900       0x18 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(conn.c.obj)
+                0x000000000001e900                bt_conn_index
+ .text.bt_conn_create_pdu_timeout
+                0x000000000001e918       0x64 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(conn.c.obj)
+                0x000000000001e918                bt_conn_create_pdu_timeout
+ .text.notify_le_param_updated
+                0x000000000001e97c       0x98 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(conn.c.obj)
+                0x000000000001e97c                notify_le_param_updated
+ .text.le_param_req
+                0x000000000001ea14       0x74 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(conn.c.obj)
+                0x000000000001ea14                le_param_req
+ .text.bt_conn_add_le
+                0x000000000001ea88       0x38 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(conn.c.obj)
+                0x000000000001ea88                bt_conn_add_le
+ .text.bt_conn_lookup_addr_le
+                0x000000000001eac0       0x34 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(conn.c.obj)
+                0x000000000001eac0                bt_conn_lookup_addr_le
+ .text.bt_conn_exists_le
+                0x000000000001eaf4       0x70 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(conn.c.obj)
+                0x000000000001eaf4                bt_conn_exists_le
+ .text.bt_conn_lookup_state_le
+                0x000000000001eb64       0x44 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(conn.c.obj)
+                0x000000000001eb64                bt_conn_lookup_state_le
+ .text.send_conn_le_param_update
+                0x000000000001eba8       0x6c zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(conn.c.obj)
+ .text.deferred_work
+                0x000000000001ec14      0x118 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(conn.c.obj)
+ .text.bt_conn_init
+                0x000000000001ed2c       0x44 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(conn.c.obj)
+                0x000000000001ed2c                bt_conn_init
+ .text.l2cap_create_le_sig_pdu.part.0
+                0x000000000001ed70       0x1c zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(l2cap.c.obj)
+ .text.l2cap_accept.part.0
+                0x000000000001ed8c       0x30 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(l2cap.c.obj)
+ .text.l2cap_accept
+                0x000000000001edbc       0x1c zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(l2cap.c.obj)
+ .text.bt_l2cap_connected
+                0x000000000001edd8       0x9c zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(l2cap.c.obj)
+                0x000000000001edd8                bt_l2cap_connected
+ .text.l2cap_recv.part.0
+                0x000000000001ee74       0x9c zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(l2cap.c.obj)
+ .text.l2cap_recv
+                0x000000000001ef10       0x24 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(l2cap.c.obj)
+ .text.bt_l2cap_recv
+                0x000000000001ef34       0x58 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(l2cap.c.obj)
+                0x000000000001ef34                bt_l2cap_recv
+ .text.bt_l2cap_update_conn_param
+                0x000000000001ef8c       0x50 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(l2cap.c.obj)
+                0x000000000001ef8c                bt_l2cap_update_conn_param
+ .text.att_op_get_type
+                0x000000000001efdc       0x74 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(att.c.obj)
+ .text.bt_att_released
+                0x000000000001f050        0xc zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(att.c.obj)
+ .text.bt_att_connected
+                0x000000000001f05c       0x40 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(att.c.obj)
+ .text.read_group_cb
+                0x000000000001f09c       0xb8 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(att.c.obj)
+ .text.bt_att_accept
+                0x000000000001f154      0x120 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(att.c.obj)
+ .text.read_type_cb
+                0x000000000001f274       0xac zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(att.c.obj)
+ .text.bt_att_chan_create_pdu
+                0x000000000001f320       0x94 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(att.c.obj)
+ .text.find_type_cb
+                0x000000000001f3b4      0x164 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(att.c.obj)
+ .text.chan_send
+                0x000000000001f518       0xe8 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(att.c.obj)
+ .text.att_tx_destroy
+                0x000000000001f600      0x110 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(att.c.obj)
+ .text.bt_att_recv
+                0x000000000001f710       0xc8 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(att.c.obj)
+ .text.att_write_rsp.constprop.0
+                0x000000000001f7d8       0xc0 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(att.c.obj)
+ .text.att_get  0x000000000001f898       0x4c zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(att.c.obj)
+ .text.bt_att_create_pdu
+                0x000000000001f8e4       0x64 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(att.c.obj)
+                0x000000000001f8e4                bt_att_create_pdu
+ .text.bt_att_create_rsp_pdu
+                0x000000000001f948       0x60 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(att.c.obj)
+                0x000000000001f948                bt_att_create_rsp_pdu
+ .text.att_read_group_req
+                0x000000000001f9a8       0xf0 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(att.c.obj)
+ .text.att_read_mult_vl_req
+                0x000000000001fa98       0x9c zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(att.c.obj)
+ .text.att_read_mult_req
+                0x000000000001fb34       0x9c zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(att.c.obj)
+ .text.att_read_rsp
+                0x000000000001fbd0       0x90 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(att.c.obj)
+ .text.att_read_type_req
+                0x000000000001fc60       0xbc zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(att.c.obj)
+ .text.att_find_type_req
+                0x000000000001fd1c       0xc0 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(att.c.obj)
+ .text.att_find_info_req
+                0x000000000001fddc       0x6c zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(att.c.obj)
+ .text.bt_att_req_alloc
+                0x000000000001fe48       0x48 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(att.c.obj)
+                0x000000000001fe48                bt_att_req_alloc
+ .text.bt_att_req_free
+                0x000000000001fe90       0x20 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(att.c.obj)
+                0x000000000001fe90                bt_att_req_free
+ .text.att_handle_rsp
+                0x000000000001feb0       0x80 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(att.c.obj)
+ .text.bt_att_disconnected
+                0x000000000001ff30       0xc8 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(att.c.obj)
+ .text.att_timeout
+                0x000000000001fff8       0xc8 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(att.c.obj)
+ .text.bt_att_set_tx_meta_data
+                0x00000000000200c0       0x24 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(att.c.obj)
+                0x00000000000200c0                bt_att_set_tx_meta_data
+ .text.find_cf_cfg
+                0x00000000000200e4       0x30 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(gatt.c.obj)
+ .text.find_sc_cfg
+                0x0000000000020114       0x24 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(gatt.c.obj)
+ .text.find_ccc_cfg
+                0x0000000000020138       0x28 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(gatt.c.obj)
+ .text.bt_gatt_attr_write_ccc
+                0x0000000000020160       0xbc zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(gatt.c.obj)
+                0x0000000000020160                bt_gatt_attr_write_ccc
+ .text.clear_cf_cfg
+                0x000000000002021c       0x2c zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(gatt.c.obj)
+ .text.sc_save  0x0000000000020248       0x60 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(gatt.c.obj)
+ .text.disconnected_cb
+                0x00000000000202a8       0xa0 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(gatt.c.obj)
+ .text.read_ppcp
+                0x0000000000020348       0x38 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(gatt.c.obj)
+ .text.cf_write
+                0x0000000000020380       0x98 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(gatt.c.obj)
+ .text.sc_indicate_rsp
+                0x0000000000020418       0x5c zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(gatt.c.obj)
+ .text.bt_gatt_init
+                0x0000000000020474       0x78 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(gatt.c.obj)
+                0x0000000000020474                bt_gatt_init
+ .text.bt_gatt_attr_get_handle
+                0x00000000000204ec       0x60 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(gatt.c.obj)
+                0x00000000000204ec                bt_gatt_attr_get_handle
+ .text.bt_gatt_foreach_attr_type
+                0x000000000002054c       0xb4 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(gatt.c.obj)
+                0x000000000002054c                bt_gatt_foreach_attr_type
+ .text.db_hash_gen
+                0x0000000000020600       0x80 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(gatt.c.obj)
+ .text.db_hash_read
+                0x0000000000020680       0x84 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(gatt.c.obj)
+ .text.db_hash_process
+                0x0000000000020704       0x1c zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(gatt.c.obj)
+ .text.bt_gatt_attr_next
+                0x0000000000020720       0x24 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(gatt.c.obj)
+                0x0000000000020720                bt_gatt_attr_next
+ .text.gatt_indicate
+                0x0000000000020744       0xd8 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(gatt.c.obj)
+ .text.bt_gatt_indicate
+                0x000000000002081c       0xf4 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(gatt.c.obj)
+                0x000000000002081c                bt_gatt_indicate
+ .text.sc_process
+                0x0000000000020910       0x68 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(gatt.c.obj)
+ .text.update_ccc
+                0x0000000000020978       0xf4 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(gatt.c.obj)
+ .text.gatt_notify
+                0x0000000000020a6c       0xac zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(gatt.c.obj)
+ .text.notify_cb
+                0x0000000000020b18      0x114 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(gatt.c.obj)
+ .text.bt_gatt_connected
+                0x0000000000020c2c       0x20 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(gatt.c.obj)
+                0x0000000000020c2c                bt_gatt_connected
+ .text.bt_gatt_att_max_mtu_changed
+                0x0000000000020c4c       0x28 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(gatt.c.obj)
+                0x0000000000020c4c                bt_gatt_att_max_mtu_changed
+ .text.bt_gatt_disconnected
+                0x0000000000020c74       0x48 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(gatt.c.obj)
+                0x0000000000020c74                bt_gatt_disconnected
+ .text.bt_smp_accept.part.0
+                0x0000000000020cbc       0x30 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(smp_null.c.obj)
+ .text.bt_smp_accept
+                0x0000000000020cec       0x1c zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(smp_null.c.obj)
+ .text.net_buf_destroy
+                0x0000000000020d08       0x38 zephyr/subsys/net/libsubsys__net.a(buf.c.obj)
+ .text.net_buf_pool_get
+                0x0000000000020d40       0x10 zephyr/subsys/net/libsubsys__net.a(buf.c.obj)
+                0x0000000000020d40                net_buf_pool_get
+ .text.net_buf_id
+                0x0000000000020d50       0x20 zephyr/subsys/net/libsubsys__net.a(buf.c.obj)
+                0x0000000000020d50                net_buf_id
+ .text.fixed_data_alloc
+                0x0000000000020d70       0x24 zephyr/subsys/net/libsubsys__net.a(buf.c.obj)
+ .text.net_buf_alloc_len
+                0x0000000000020d94      0x114 zephyr/subsys/net/libsubsys__net.a(buf.c.obj)
+                0x0000000000020d94                net_buf_alloc_len
+ .text.net_buf_unref
+                0x0000000000020ea8       0x38 zephyr/subsys/net/libsubsys__net.a(buf.c.obj)
+                0x0000000000020ea8                net_buf_unref
+ .text.adc_context_start_sampling
+                0x0000000000020ee0       0x1c zephyr/drivers/adc/libdrivers__adc.a(adc_nrfx_saadc.c.obj)
+ .text.adc_nrfx_channel_setup
+                0x0000000000020efc       0xf0 zephyr/drivers/adc/libdrivers__adc.a(adc_nrfx_saadc.c.obj)
+ .text.adc_nrfx_read
+                0x0000000000020fec      0x1d0 zephyr/drivers/adc/libdrivers__adc.a(adc_nrfx_saadc.c.obj)
+ .text.init_saadc
+                0x00000000000211bc       0x44 zephyr/drivers/adc/libdrivers__adc.a(adc_nrfx_saadc.c.obj)
+ .text.saadc_irq_handler
+                0x0000000000021200       0xd0 zephyr/drivers/adc/libdrivers__adc.a(adc_nrfx_saadc.c.obj)
+ .text.onoff_stop
+                0x00000000000212d0       0x30 zephyr/drivers/clock_control/libdrivers__clock_control.a(clock_control_nrf.c.obj)
+ .text.onoff_start
+                0x0000000000021300       0x44 zephyr/drivers/clock_control/libdrivers__clock_control.a(clock_control_nrf.c.obj)
+ .text.clk_init
+                0x0000000000021344       0x58 zephyr/drivers/clock_control/libdrivers__clock_control.a(clock_control_nrf.c.obj)
+ .text.api_blocking_start
+                0x000000000002139c       0x3c zephyr/drivers/clock_control/libdrivers__clock_control.a(clock_control_nrf.c.obj)
+ .text.generic_hfclk_stop
+                0x00000000000213d8       0x34 zephyr/drivers/clock_control/libdrivers__clock_control.a(clock_control_nrf.c.obj)
+ .text.clkstarted_handle.constprop.0
+                0x000000000002140c       0x4c zephyr/drivers/clock_control/libdrivers__clock_control.a(clock_control_nrf.c.obj)
+ .text.generic_hfclk_start
+                0x0000000000021458       0x78 zephyr/drivers/clock_control/libdrivers__clock_control.a(clock_control_nrf.c.obj)
+ .text.clock_event_handler
+                0x00000000000214d0       0x1c zephyr/drivers/clock_control/libdrivers__clock_control.a(clock_control_nrf.c.obj)
+ .text.z_nrf_clock_control_lf_on
+                0x00000000000214ec       0xb4 zephyr/drivers/clock_control/libdrivers__clock_control.a(clock_control_nrf.c.obj)
+                0x00000000000214ec                z_nrf_clock_control_lf_on
+ .text.uart_console_init
+                0x00000000000215a0       0x28 zephyr/drivers/console/libdrivers__console.a(uart_console.c.obj)
+ .text.console_out
+                0x00000000000215c8       0x28 zephyr/drivers/console/libdrivers__console.a(uart_console.c.obj)
+ .text.random_byte_get
+                0x00000000000215f0       0x3c zephyr/drivers/entropy/libdrivers__entropy.a(entropy_nrf5.c.obj)
+ .text.rng_pool_get
+                0x000000000002162c       0x88 zephyr/drivers/entropy/libdrivers__entropy.a(entropy_nrf5.c.obj)
+ .text.entropy_nrf5_get_entropy_isr
+                0x00000000000216b4       0xa8 zephyr/drivers/entropy/libdrivers__entropy.a(entropy_nrf5.c.obj)
+ .text.entropy_nrf5_get_entropy
+                0x000000000002175c       0x58 zephyr/drivers/entropy/libdrivers__entropy.a(entropy_nrf5.c.obj)
+ .text.entropy_nrf5_init
+                0x00000000000217b4       0x70 zephyr/drivers/entropy/libdrivers__entropy.a(entropy_nrf5.c.obj)
+ .text.isr      0x0000000000021824       0x74 zephyr/drivers/entropy/libdrivers__entropy.a(entropy_nrf5.c.obj)
+ .text.flash_nrf_pages_layout
+                0x0000000000021898       0x10 zephyr/drivers/flash/libdrivers__flash.a(soc_flash_nrf.c.obj)
+ .text.flash_nrf_get_parameters
+                0x00000000000218a8        0x8 zephyr/drivers/flash/libdrivers__flash.a(soc_flash_nrf.c.obj)
+ .text.flash_nrf_read.part.0
+                0x00000000000218b0       0x24 zephyr/drivers/flash/libdrivers__flash.a(soc_flash_nrf.c.obj)
+ .text.nrf_flash_init
+                0x00000000000218d4       0x2c zephyr/drivers/flash/libdrivers__flash.a(soc_flash_nrf.c.obj)
+ .text.write_op
+                0x0000000000021900       0x64 zephyr/drivers/flash/libdrivers__flash.a(soc_flash_nrf.c.obj)
+ .text.flash_nrf_erase
+                0x0000000000021964       0xc4 zephyr/drivers/flash/libdrivers__flash.a(soc_flash_nrf.c.obj)
+ .text.flash_nrf_write
+                0x0000000000021a28       0xa0 zephyr/drivers/flash/libdrivers__flash.a(soc_flash_nrf.c.obj)
+ .text.gpio_nrfx_pin_interrupt_configure
+                0x0000000000021ac8      0x100 zephyr/drivers/gpio/libdrivers__gpio.a(gpio_nrfx.c.obj)
+ .text.gpio_nrfx_init
+                0x0000000000021bc8       0x48 zephyr/drivers/gpio/libdrivers__gpio.a(gpio_nrfx.c.obj)
+ .text.nrfx_gpio_handler
+                0x0000000000021c10       0x4c zephyr/drivers/gpio/libdrivers__gpio.a(gpio_nrfx.c.obj)
+ .text.gpio_nrfx_pin_configure
+                0x0000000000021c5c      0x18c zephyr/drivers/gpio/libdrivers__gpio.a(gpio_nrfx.c.obj)
+ .text.i2c_nrfx_twim_configure
+                0x0000000000021de8       0x44 zephyr/drivers/i2c/libdrivers__i2c.a(i2c_nrfx_twim.c.obj)
+ .text.i2c_nrfx_twim_init
+                0x0000000000021e2c       0x7c zephyr/drivers/i2c/libdrivers__i2c.a(i2c_nrfx_twim.c.obj)
+ .text.i2c_nrfx_twim_recover_bus
+                0x0000000000021ea8       0x3c zephyr/drivers/i2c/libdrivers__i2c.a(i2c_nrfx_twim.c.obj)
+ .text.event_handler
+                0x0000000000021ee4       0x34 zephyr/drivers/i2c/libdrivers__i2c.a(i2c_nrfx_twim.c.obj)
+ .text.i2c_nrfx_twim_transfer
+                0x0000000000021f18      0x1d8 zephyr/drivers/i2c/libdrivers__i2c.a(i2c_nrfx_twim.c.obj)
+ .text.nrf_gpio_pin_port_decode
+                0x00000000000220f0       0x20 zephyr/drivers/pinctrl/libdrivers__pinctrl.a(pinctrl_nrf.c.obj)
+ .text.pinctrl_configure_pins
+                0x0000000000022110      0x170 zephyr/drivers/pinctrl/libdrivers__pinctrl.a(pinctrl_nrf.c.obj)
+                0x0000000000022110                pinctrl_configure_pins
+ .text.bme280_channel_get
+                0x0000000000022280       0x7c zephyr/drivers/sensor/bosch/bme280/libdrivers__sensor__bosch__bme280.a(bme280.c.obj)
+ .text.bme280_chip_init
+                0x00000000000222fc      0x15c zephyr/drivers/sensor/bosch/bme280/libdrivers__sensor__bosch__bme280.a(bme280.c.obj)
+ .text.lis2dh_channel_get
+                0x0000000000022458       0x54 zephyr/drivers/sensor/st/lis2dh/libdrivers__sensor__st__lis2dh.a(lis2dh.c.obj)
+ .text.lis2dh_fetch_xyz.constprop.0
+                0x00000000000224ac       0x38 zephyr/drivers/sensor/st/lis2dh/libdrivers__sensor__st__lis2dh.a(lis2dh.c.obj)
+ .text.lis2dh_sample_fetch
+                0x00000000000224e4       0x34 zephyr/drivers/sensor/st/lis2dh/libdrivers__sensor__st__lis2dh.a(lis2dh.c.obj)
+ .text.lis2dh_attr_set.part.0
+                0x0000000000022518       0x1c zephyr/drivers/sensor/st/lis2dh/libdrivers__sensor__st__lis2dh.a(lis2dh.c.obj)
+ .text.lis2dh_init
+                0x0000000000022534      0x130 zephyr/drivers/sensor/st/lis2dh/libdrivers__sensor__st__lis2dh.a(lis2dh.c.obj)
+                0x0000000000022534                lis2dh_init
+ .text.lis2dh_i2c_init
+                0x0000000000022664       0x34 zephyr/drivers/sensor/st/lis2dh/libdrivers__sensor__st__lis2dh.a(lis2dh_i2c.c.obj)
+                0x0000000000022664                lis2dh_i2c_init
+ .text.lis2mdl_channel_get.part.0
+                0x0000000000022698       0x18 zephyr/drivers/sensor/st/lis2mdl/libdrivers__sensor__st__lis2mdl.a(lis2mdl.c.obj)
+ .text.lis2mdl_init
+                0x00000000000226b0      0x160 zephyr/drivers/sensor/st/lis2mdl/libdrivers__sensor__st__lis2mdl.a(lis2mdl.c.obj)
+ .text.lis2mdl_sample_fetch_temp.part.0.isra.0
+                0x0000000000022810       0x10 zephyr/drivers/sensor/st/lis2mdl/libdrivers__sensor__st__lis2mdl.a(lis2mdl.c.obj)
+ .text.lis2mdl_channel_get
+                0x0000000000022820       0x90 zephyr/drivers/sensor/st/lis2mdl/libdrivers__sensor__st__lis2mdl.a(lis2mdl.c.obj)
+ .text.get_single_mode_raw_data
+                0x00000000000228b0       0x64 zephyr/drivers/sensor/st/lis2mdl/libdrivers__sensor__st__lis2mdl.a(lis2mdl.c.obj)
+ .text.lis2mdl_sample_fetch_mag.isra.0
+                0x0000000000022914       0xa0 zephyr/drivers/sensor/st/lis2mdl/libdrivers__sensor__st__lis2mdl.a(lis2mdl.c.obj)
+ .text.lis2mdl_attr_set.part.0
+                0x00000000000229b4       0x1c zephyr/drivers/sensor/st/lis2mdl/libdrivers__sensor__st__lis2mdl.a(lis2mdl.c.obj)
+ .text.lis2mdl_attr_set
+                0x00000000000229d0       0x8c zephyr/drivers/sensor/st/lis2mdl/libdrivers__sensor__st__lis2mdl.a(lis2mdl.c.obj)
+ .text.lis2mdl_trigger_set
+                0x0000000000022a5c       0x54 zephyr/drivers/sensor/st/lis2mdl/libdrivers__sensor__st__lis2mdl.a(lis2mdl_trigger.c.obj)
+                0x0000000000022a5c                lis2mdl_trigger_set
+ .text.lis2mdl_init_interrupt
+                0x0000000000022ab0       0xc0 zephyr/drivers/sensor/st/lis2mdl/libdrivers__sensor__st__lis2mdl.a(lis2mdl_trigger.c.obj)
+                0x0000000000022ab0                lis2mdl_init_interrupt
+ .text.uart_nrfx_poll_in
+                0x0000000000022b70       0x24 zephyr/drivers/serial/libdrivers__serial.a(uart_nrfx_uart.c.obj)
+ .text.uart_nrfx_err_check
+                0x0000000000022b94       0x10 zephyr/drivers/serial/libdrivers__serial.a(uart_nrfx_uart.c.obj)
+ .text.uart_nrfx_poll_out
+                0x0000000000022ba4       0x7c zephyr/drivers/serial/libdrivers__serial.a(uart_nrfx_uart.c.obj)
+ .text.uart_nrfx_init
+                0x0000000000022c20      0x1bc zephyr/drivers/serial/libdrivers__serial.a(uart_nrfx_uart.c.obj)
+ .text.spi_nrfx_init
+                0x0000000000022ddc      0x120 zephyr/drivers/spi/libdrivers__spi.a(spi_nrfx_spim.c.obj)
+ .text.transfer_next_chunk
+                0x0000000000022efc       0xd0 zephyr/drivers/spi/libdrivers__spi.a(spi_nrfx_spim.c.obj)
+ .text.event_handler
+                0x0000000000022fcc       0xd4 zephyr/drivers/spi/libdrivers__spi.a(spi_nrfx_spim.c.obj)
+ .text.spi_nrfx_transceive
+                0x00000000000230a0      0x3e4 zephyr/drivers/spi/libdrivers__spi.a(spi_nrfx_spim.c.obj)
+ .text.nrf_gpio_cfg_input
+                0x0000000000023484       0x40 zephyr/drivers/spi/libdrivers__spi.a(spi_nrfx_common.c.obj)
+ .text.spi_nrfx_wake_init
+                0x00000000000234c4       0x60 zephyr/drivers/spi/libdrivers__spi.a(spi_nrfx_common.c.obj)
+                0x00000000000234c4                spi_nrfx_wake_init
+ .text.compare_int_lock
+                0x0000000000023524       0x48 zephyr/drivers/timer/libdrivers__timer.a(nrf_rtc_timer.c.obj)
+ .text.sys_clock_timeout_handler
+                0x000000000002356c       0x48 zephyr/drivers/timer/libdrivers__timer.a(nrf_rtc_timer.c.obj)
+ .text.compare_int_unlock
+                0x00000000000235b4       0x5c zephyr/drivers/timer/libdrivers__timer.a(nrf_rtc_timer.c.obj)
+ .text.z_nrf_rtc_timer_read
+                0x0000000000023610       0x44 zephyr/drivers/timer/libdrivers__timer.a(nrf_rtc_timer.c.obj)
+                0x0000000000023610                z_nrf_rtc_timer_read
+ .text.compare_set
+                0x0000000000023654      0x130 zephyr/drivers/timer/libdrivers__timer.a(nrf_rtc_timer.c.obj)
+ .text.sys_clock_driver_init
+                0x0000000000023784       0x90 zephyr/drivers/timer/libdrivers__timer.a(nrf_rtc_timer.c.obj)
+ .text.rtc_nrf_isr
+                0x0000000000023814       0xc4 zephyr/drivers/timer/libdrivers__timer.a(nrf_rtc_timer.c.obj)
+                0x0000000000023814                rtc_nrf_isr
+ .text.sys_clock_set_timeout
+                0x00000000000238d8       0x5c zephyr/drivers/timer/libdrivers__timer.a(nrf_rtc_timer.c.obj)
+                0x00000000000238d8                sys_clock_set_timeout
+ .text.sys_clock_elapsed
+                0x0000000000023934       0x14 zephyr/drivers/timer/libdrivers__timer.a(nrf_rtc_timer.c.obj)
+                0x0000000000023934                sys_clock_elapsed
+ .text.multithreading_lock_acquire
+                0x0000000000023948       0x10 modules/nrf/lib/multithreading_lock/lib..__nrf__lib__multithreading_lock.a(multithreading_lock.c.obj)
+                0x0000000000023948                multithreading_lock_acquire
+ .text.multithreading_lock_release
+                0x0000000000023958        0xc modules/nrf/lib/multithreading_lock/lib..__nrf__lib__multithreading_lock.a(multithreading_lock.c.obj)
+                0x0000000000023958                multithreading_lock_release
+ .text.hci_driver_init
+                0x0000000000023964       0xe0 modules/nrf/subsys/bluetooth/controller/lib..__nrf__subsys__bluetooth__controller.a(hci_driver.c.obj)
+ .text.receive_signal_raise
+                0x0000000000023a44       0x10 modules/nrf/subsys/bluetooth/controller/lib..__nrf__subsys__bluetooth__controller.a(hci_driver.c.obj)
+ .text.rand_prio_low_vector_get_blocking
+                0x0000000000023a54       0x18 modules/nrf/subsys/bluetooth/controller/lib..__nrf__subsys__bluetooth__controller.a(hci_driver.c.obj)
+ .text.sdc_assertion_handler
+                0x0000000000023a6c       0x4c modules/nrf/subsys/bluetooth/controller/lib..__nrf__subsys__bluetooth__controller.a(hci_driver.c.obj)
+                0x0000000000023a6c                sdc_assertion_handler
+ .text.hci_driver_open
+                0x0000000000023ab8      0x100 modules/nrf/subsys/bluetooth/controller/lib..__nrf__subsys__bluetooth__controller.a(hci_driver.c.obj)
+ .text.hci_driver_receive_process
+                0x0000000000023bb8       0xf0 modules/nrf/subsys/bluetooth/controller/lib..__nrf__subsys__bluetooth__controller.a(hci_driver.c.obj)
+                0x0000000000023bb8                hci_driver_receive_process
+ .text.hci_internal_cmd_put
+                0x0000000000023ca8      0x630 modules/nrf/subsys/bluetooth/controller/lib..__nrf__subsys__bluetooth__controller.a(hci_internal.c.obj)
+                0x0000000000023ca8                hci_internal_cmd_put
+ .text.hci_internal_msg_get
+                0x00000000000242d8       0x2c modules/nrf/subsys/bluetooth/controller/lib..__nrf__subsys__bluetooth__controller.a(hci_internal.c.obj)
+                0x00000000000242d8                hci_internal_msg_get
+ .text.bt_rand  0x0000000000024304       0x2c modules/nrf/subsys/bluetooth/controller/lib..__nrf__subsys__bluetooth__controller.a(crypto.c.obj)
+                0x0000000000024304                bt_rand
+ .text.ecdh_p256_common_secret
+                0x0000000000024330       0x90 modules/nrf/subsys/bluetooth/controller/lib..__nrf__subsys__bluetooth__controller.a(ecdh.c.obj)
+ .text.ecdh_cmd_process
+                0x00000000000243c0      0x110 modules/nrf/subsys/bluetooth/controller/lib..__nrf__subsys__bluetooth__controller.a(ecdh.c.obj)
+                0x00000000000243c0                ecdh_cmd_process
+ .text.hci_ecdh_init
+                0x00000000000244d0       0x10 modules/nrf/subsys/bluetooth/controller/lib..__nrf__subsys__bluetooth__controller.a(ecdh.c.obj)
+                0x00000000000244d0                hci_ecdh_init
+ .text.hci_cmd_le_read_local_p256_public_key
+                0x00000000000244e0       0x3c modules/nrf/subsys/bluetooth/controller/lib..__nrf__subsys__bluetooth__controller.a(ecdh.c.obj)
+                0x00000000000244e0                hci_cmd_le_read_local_p256_public_key
+ .text.cmd_le_generate_dhkey
+                0x000000000002451c       0x60 modules/nrf/subsys/bluetooth/controller/lib..__nrf__subsys__bluetooth__controller.a(ecdh.c.obj)
+                0x000000000002451c                cmd_le_generate_dhkey
+ .text.mpsl_lib_init_sys
+                0x000000000002457c       0x64 modules/nrf/subsys/mpsl/init/lib..__nrf__subsys__mpsl__init.a(mpsl_init.c.obj)
+ .text.mpsl_low_prio_irq_handler
+                0x00000000000245e0       0x10 modules/nrf/subsys/mpsl/init/lib..__nrf__subsys__mpsl__init.a(mpsl_init.c.obj)
+ .text.m_assert_handler
+                0x00000000000245f0       0x4c modules/nrf/subsys/mpsl/init/lib..__nrf__subsys__mpsl__init.a(mpsl_init.c.obj)
+ .text.mpsl_low_prio_init
+                0x000000000002463c       0x60 modules/nrf/subsys/mpsl/init/lib..__nrf__subsys__mpsl__init.a(mpsl_init.c.obj)
+ .text.mpsl_calibration_work_handler
+                0x000000000002469c       0x20 modules/nrf/subsys/mpsl/init/lib..__nrf__subsys__mpsl__init.a(mpsl_init.c.obj)
+ .text.mpsl_hfclk_callback
+                0x00000000000246bc        0xc modules/nrf/drivers/mpsl/clock_control/lib..__nrf__drivers__mpsl__clock_control.a(nrfx_clock_mpsl.c.obj)
+ .text.nrfx_clock_start
+                0x00000000000246c8       0x20 modules/nrf/drivers/mpsl/clock_control/lib..__nrf__drivers__mpsl__clock_control.a(nrfx_clock_mpsl.c.obj)
+                0x00000000000246c8                nrfx_clock_start
+ .text.nrfx_clock_init
+                0x00000000000246e8       0x10 modules/nrf/drivers/mpsl/clock_control/lib..__nrf__drivers__mpsl__clock_control.a(nrfx_clock_mpsl.c.obj)
+                0x00000000000246e8                nrfx_clock_init
+ .text.timeslot_callback
+                0x00000000000246f8       0x84 modules/nrf/drivers/mpsl/flash_sync/lib..__nrf__drivers__mpsl__flash_sync.a(flash_sync_mpsl.c.obj)
+ .text.nrf_flash_sync_init
+                0x000000000002477c       0x10 modules/nrf/drivers/mpsl/flash_sync/lib..__nrf__drivers__mpsl__flash_sync.a(flash_sync_mpsl.c.obj)
+                0x000000000002477c                nrf_flash_sync_init
+ .text.nrf_flash_sync_set_context
+                0x000000000002478c        0xc modules/nrf/drivers/mpsl/flash_sync/lib..__nrf__drivers__mpsl__flash_sync.a(flash_sync_mpsl.c.obj)
+                0x000000000002478c                nrf_flash_sync_set_context
+ .text.nrf_flash_sync_exe
+                0x0000000000024798      0x100 modules/nrf/drivers/mpsl/flash_sync/lib..__nrf__drivers__mpsl__flash_sync.a(flash_sync_mpsl.c.obj)
+                0x0000000000024798                nrf_flash_sync_exe
+ .text.nrf_flash_sync_check_time_limit
+                0x0000000000024898       0x28 modules/nrf/drivers/mpsl/flash_sync/lib..__nrf__drivers__mpsl__flash_sync.a(flash_sync_mpsl.c.obj)
+                0x0000000000024898                nrf_flash_sync_check_time_limit
+ .text.temp_nrf5_mpsl_channel_get
+                0x00000000000248c0       0x38 modules/nrf/drivers/mpsl/temp_nrf5/lib..__nrf__drivers__mpsl__temp_nrf5.a(temp_nrf5_mpsl.c.obj)
+ .text.SystemInit
+                0x00000000000248f8       0xe4 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(system_nrf52833.c.obj)
+                0x00000000000248f8                SystemInit
+ .text.nrfx_flag32_alloc
+                0x00000000000249dc       0x48 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_flag32_allocator.c.obj)
+                0x00000000000249dc                nrfx_flag32_alloc
+ .text.nrfx_flag32_free
+                0x0000000000024a24       0x40 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_flag32_allocator.c.obj)
+                0x0000000000024a24                nrfx_flag32_free
+ .text.nrf_gpio_pin_port_decode
+                0x0000000000024a64       0x20 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_gpiote.c.obj)
+ .text.get_pin_idx
+                0x0000000000024a84       0x14 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_gpiote.c.obj)
+ .text.call_handler.constprop.0
+                0x0000000000024a98       0x40 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_gpiote.c.obj)
+ .text.pin_te_get.constprop.0
+                0x0000000000024ad8       0x18 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_gpiote.c.obj)
+ .text.pin_is_output.constprop.0
+                0x0000000000024af0       0x18 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_gpiote.c.obj)
+ .text.pin_in_use_by_te.constprop.0
+                0x0000000000024b08       0x18 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_gpiote.c.obj)
+ .text.latch_pending_read_and_check
+                0x0000000000024b20       0x40 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_gpiote.c.obj)
+ .text.release_handler.isra.0
+                0x0000000000024b60       0x58 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_gpiote.c.obj)
+ .text.__nrfy_internal_gpiote_events_process.constprop.0
+                0x0000000000024bb8       0x5c modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_gpiote.c.obj)
+ .text.pin_uninit
+                0x0000000000024c14       0x80 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_gpiote.c.obj)
+ .text.nrfx_gpiote_input_configure
+                0x0000000000024c94      0x174 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_gpiote.c.obj)
+                0x0000000000024c94                nrfx_gpiote_input_configure
+ .text.nrfx_gpiote_output_configure
+                0x0000000000024e08       0xfc modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_gpiote.c.obj)
+                0x0000000000024e08                nrfx_gpiote_output_configure
+ .text.nrfx_gpiote_global_callback_set
+                0x0000000000024f04        0xc modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_gpiote.c.obj)
+                0x0000000000024f04                nrfx_gpiote_global_callback_set
+ .text.nrfx_gpiote_channel_get
+                0x0000000000024f10       0x34 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_gpiote.c.obj)
+                0x0000000000024f10                nrfx_gpiote_channel_get
+ .text.nrfx_gpiote_init
+                0x0000000000024f44       0x68 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_gpiote.c.obj)
+                0x0000000000024f44                nrfx_gpiote_init
+ .text.nrfx_gpiote_init_check
+                0x0000000000024fac       0x14 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_gpiote.c.obj)
+                0x0000000000024fac                nrfx_gpiote_init_check
+ .text.nrfx_gpiote_channel_free
+                0x0000000000024fc0        0xc modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_gpiote.c.obj)
+                0x0000000000024fc0                nrfx_gpiote_channel_free
+ .text.nrfx_gpiote_channel_alloc
+                0x0000000000024fcc        0xc modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_gpiote.c.obj)
+                0x0000000000024fcc                nrfx_gpiote_channel_alloc
+ .text.nrfx_gpiote_trigger_enable
+                0x0000000000024fd8       0xb0 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_gpiote.c.obj)
+                0x0000000000024fd8                nrfx_gpiote_trigger_enable
+ .text.nrfx_gpiote_0_irq_handler
+                0x0000000000025088      0x1bc modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_gpiote.c.obj)
+                0x0000000000025088                nrfx_gpiote_0_irq_handler
+ .text.nvmc_word_write
+                0x0000000000025244       0x18 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_nvmc.c.obj)
+ .text.nrfx_nvmc_page_erase
+                0x000000000002525c       0x40 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_nvmc.c.obj)
+                0x000000000002525c                nrfx_nvmc_page_erase
+ .text.nrfx_nvmc_word_write
+                0x000000000002529c       0x1c modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_nvmc.c.obj)
+                0x000000000002529c                nrfx_nvmc_word_write
+ .text.nrf_gpio_pin_port_decode
+                0x00000000000252b8       0x20 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_spim.c.obj)
+ .text.spim_frequency_valid_check.constprop.0
+                0x00000000000252d8       0x64 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_spim.c.obj)
+ .text.pin_init
+                0x000000000002533c       0x50 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_spim.c.obj)
+ .text.spim_configure
+                0x000000000002538c      0x1c8 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_spim.c.obj)
+ .text.spim_pin_uninit
+                0x0000000000025554       0x30 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_spim.c.obj)
+ .text.nrfx_spim_init
+                0x0000000000025584       0x68 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_spim.c.obj)
+                0x0000000000025584                nrfx_spim_init
+ .text.nrfx_spim_uninit
+                0x00000000000255ec       0x74 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_spim.c.obj)
+                0x00000000000255ec                nrfx_spim_uninit
+ .text.nrfx_spim_xfer
+                0x0000000000025660      0x16c modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_spim.c.obj)
+                0x0000000000025660                nrfx_spim_xfer
+ .text.nrfx_spim_1_irq_handler
+                0x00000000000257cc       0x54 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_spim.c.obj)
+                0x00000000000257cc                nrfx_spim_1_irq_handler
+ .text.nrf_gpio_cfg.constprop.0
+                0x0000000000025820       0x48 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_twim.c.obj)
+ .text.twim_configure
+                0x0000000000025868       0x3c modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_twim.c.obj)
+ .text.nrfx_twim_init
+                0x00000000000258a4       0x74 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_twim.c.obj)
+                0x00000000000258a4                nrfx_twim_init
+ .text.nrfx_twim_enable
+                0x0000000000025918       0x20 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_twim.c.obj)
+                0x0000000000025918                nrfx_twim_enable
+ .text.nrfx_twim_disable
+                0x0000000000025938       0x3c modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_twim.c.obj)
+                0x0000000000025938                nrfx_twim_disable
+ .text.nrfx_twim_xfer
+                0x0000000000025974      0x350 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_twim.c.obj)
+                0x0000000000025974                nrfx_twim_xfer
+ .text.nrfx_twim_0_irq_handler
+                0x0000000000025cc4      0x184 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_twim.c.obj)
+                0x0000000000025cc4                nrfx_twim_0_irq_handler
+ .text.nrf_gpio_pin_port_decode
+                0x0000000000025e48       0x20 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_twi_twim.c.obj)
+ .text.nrfx_twi_twim_bus_recover
+                0x0000000000025e68       0xdc modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_twi_twim.c.obj)
+                0x0000000000025e68                nrfx_twi_twim_bus_recover
+ .text.k_sys_fatal_error_handler
+                0x0000000000025f44       0x20 zephyr/kernel/libkernel.a(fatal.c.obj)
+                0x0000000000025f44                k_sys_fatal_error_handler
+ .text.z_fatal_error
+                0x0000000000025f64       0xe8 zephyr/kernel/libkernel.a(fatal.c.obj)
+                0x0000000000025f64                z_fatal_error
+ .text.z_sys_init_run_level
+                0x000000000002604c       0x2c zephyr/kernel/libkernel.a(init.c.obj)
+ .text.bg_thread_main
+                0x0000000000026078       0xc0 zephyr/kernel/libkernel.a(init.c.obj)
+ .text.z_bss_zero
+                0x0000000000026138       0x18 zephyr/kernel/libkernel.a(init.c.obj)
+                0x0000000000026138                z_bss_zero
+ .text.z_init_cpu
+                0x0000000000026150       0x68 zephyr/kernel/libkernel.a(init.c.obj)
+                0x0000000000026150                z_init_cpu
+ .text.z_cstart
+                0x00000000000261b8       0xd4 zephyr/kernel/libkernel.a(init.c.obj)
+                0x00000000000261b8                z_cstart
+ .text.statics_init
+                0x000000000002628c       0x24 zephyr/kernel/libkernel.a(kheap.c.obj)
+ .text.init_mem_slab_obj_core_list
+                0x00000000000262b0       0x24 zephyr/kernel/libkernel.a(mem_slab.c.obj)
+ .text.k_mem_slab_alloc
+                0x00000000000262d4       0x5c zephyr/kernel/libkernel.a(mem_slab.c.obj)
+                0x00000000000262d4                k_mem_slab_alloc
+ .text.z_impl_k_mutex_lock
+                0x0000000000026330       0xf0 zephyr/kernel/libkernel.a(mutex.c.obj)
+                0x0000000000026330                z_impl_k_mutex_lock
+ .text.z_impl_k_mutex_unlock
+                0x0000000000026420       0x78 zephyr/kernel/libkernel.a(mutex.c.obj)
+                0x0000000000026420                z_impl_k_mutex_unlock
+ .text.z_impl_k_queue_get
+                0x0000000000026498       0x64 zephyr/kernel/libkernel.a(queue.c.obj)
+                0x0000000000026498                z_impl_k_queue_get
+ .text.z_impl_k_sem_give
+                0x00000000000264fc       0x48 zephyr/kernel/libkernel.a(sem.c.obj)
+                0x00000000000264fc                z_impl_k_sem_give
+ .text.z_impl_k_sem_take
+                0x0000000000026544       0x4c zephyr/kernel/libkernel.a(sem.c.obj)
+                0x0000000000026544                z_impl_k_sem_take
+ .text.z_impl_k_sem_reset
+                0x0000000000026590       0x44 zephyr/kernel/libkernel.a(sem.c.obj)
+                0x0000000000026590                z_impl_k_sem_reset
+ .text.k_sys_work_q_init
+                0x00000000000265d4       0x34 zephyr/kernel/libkernel.a(system_work_q.c.obj)
+ .text.work_queue_main
+                0x0000000000026608      0x13c zephyr/kernel/libkernel.a(work.c.obj)
+ .text.cancel_sync_locked
+                0x0000000000026744       0x3c zephyr/kernel/libkernel.a(work.c.obj)
+ .text.submit_to_queue_locked
+                0x0000000000026780       0xb0 zephyr/kernel/libkernel.a(work.c.obj)
+ .text.work_flush_locked
+                0x0000000000026830       0x80 zephyr/kernel/libkernel.a(work.c.obj)
+ .text.k_work_submit
+                0x00000000000268b0        0xc zephyr/kernel/libkernel.a(work.c.obj)
+                0x00000000000268b0                k_work_submit
+ .text.k_work_queue_start
+                0x00000000000268bc       0x7c zephyr/kernel/libkernel.a(work.c.obj)
+                0x00000000000268bc                k_work_queue_start
+ .text.k_work_schedule_for_queue
+                0x0000000000026938       0x54 zephyr/kernel/libkernel.a(work.c.obj)
+                0x0000000000026938                k_work_schedule_for_queue
+ .text.k_work_schedule
+                0x000000000002698c        0xc zephyr/kernel/libkernel.a(work.c.obj)
+                0x000000000002698c                k_work_schedule
+ .text.k_work_reschedule_for_queue
+                0x0000000000026998       0x5c zephyr/kernel/libkernel.a(work.c.obj)
+                0x0000000000026998                k_work_reschedule_for_queue
+ .text.k_work_reschedule
+                0x00000000000269f4        0xc zephyr/kernel/libkernel.a(work.c.obj)
+                0x00000000000269f4                k_work_reschedule
+ .text.z_setup_new_thread
+                0x0000000000026a00       0x54 zephyr/kernel/libkernel.a(thread.c.obj)
+                0x0000000000026a00                z_setup_new_thread
+ .text.z_impl_k_thread_create
+                0x0000000000026a54       0x58 zephyr/kernel/libkernel.a(thread.c.obj)
+                0x0000000000026a54                z_impl_k_thread_create
+ .text.update_cache
+                0x0000000000026aac       0x3c zephyr/kernel/libkernel.a(sched.c.obj)
+ .text.unready_thread
+                0x0000000000026ae8       0x30 zephyr/kernel/libkernel.a(sched.c.obj)
+ .text.ready_thread
+                0x0000000000026b18       0x68 zephyr/kernel/libkernel.a(sched.c.obj)
+ .text.z_thread_halt
+                0x0000000000026b80       0xd4 zephyr/kernel/libkernel.a(sched.c.obj)
+ .text.move_thread_to_end_of_prio_q
+                0x0000000000026c54       0x74 zephyr/kernel/libkernel.a(sched.c.obj)
+                0x0000000000026c54                move_thread_to_end_of_prio_q
+ .text.z_pend_curr
+                0x0000000000026cc8       0x58 zephyr/kernel/libkernel.a(sched.c.obj)
+                0x0000000000026cc8                z_pend_curr
+ .text.z_thread_prio_set
+                0x0000000000026d20       0x88 zephyr/kernel/libkernel.a(sched.c.obj)
+                0x0000000000026d20                z_thread_prio_set
+ .text.z_reschedule
+                0x0000000000026da8       0x24 zephyr/kernel/libkernel.a(sched.c.obj)
+                0x0000000000026da8                z_reschedule
+ .text.z_sched_start
+                0x0000000000026dcc       0x3c zephyr/kernel/libkernel.a(sched.c.obj)
+                0x0000000000026dcc                z_sched_start
+ .text.z_reschedule_irqlock
+                0x0000000000026e08       0x28 zephyr/kernel/libkernel.a(sched.c.obj)
+                0x0000000000026e08                z_reschedule_irqlock
+ .text.k_sched_lock
+                0x0000000000026e30       0x28 zephyr/kernel/libkernel.a(sched.c.obj)
+                0x0000000000026e30                k_sched_lock
+ .text.k_sched_unlock
+                0x0000000000026e58       0x40 zephyr/kernel/libkernel.a(sched.c.obj)
+                0x0000000000026e58                k_sched_unlock
+ .text.z_sched_init
+                0x0000000000026e98       0x10 zephyr/kernel/libkernel.a(sched.c.obj)
+                0x0000000000026e98                z_sched_init
+ .text.z_impl_k_yield
+                0x0000000000026ea8       0x7c zephyr/kernel/libkernel.a(sched.c.obj)
+                0x0000000000026ea8                z_impl_k_yield
+ .text.z_tick_sleep
+                0x0000000000026f24       0x88 zephyr/kernel/libkernel.a(sched.c.obj)
+ .text.z_impl_k_sleep
+                0x0000000000026fac       0x3c zephyr/kernel/libkernel.a(sched.c.obj)
+                0x0000000000026fac                z_impl_k_sleep
+ .text.z_impl_k_sched_current_thread_query
+                0x0000000000026fe8        0xc zephyr/kernel/libkernel.a(sched.c.obj)
+                0x0000000000026fe8                z_impl_k_sched_current_thread_query
+ .text.z_sched_wait
+                0x0000000000026ff4       0x24 zephyr/kernel/libkernel.a(sched.c.obj)
+                0x0000000000026ff4                z_sched_wait
+ .text.slice_timeout
+                0x0000000000027018       0x20 zephyr/kernel/libkernel.a(timeslicing.c.obj)
+ .text.thread_is_sliceable
+                0x0000000000027038       0x3c zephyr/kernel/libkernel.a(timeslicing.c.obj)
+                0x0000000000027038                thread_is_sliceable
+ .text.z_reset_time_slice
+                0x0000000000027074       0x50 zephyr/kernel/libkernel.a(timeslicing.c.obj)
+                0x0000000000027074                z_reset_time_slice
+ .text.z_time_slice
+                0x00000000000270c4       0x60 zephyr/kernel/libkernel.a(timeslicing.c.obj)
+                0x00000000000270c4                z_time_slice
+ .text.z_data_copy
+                0x0000000000027124       0x34 zephyr/kernel/libkernel.a(xip.c.obj)
+                0x0000000000027124                z_data_copy
+ .text.elapsed  0x0000000000027158       0x14 zephyr/kernel/libkernel.a(timeout.c.obj)
+ .text.remove_timeout
+                0x000000000002716c       0x38 zephyr/kernel/libkernel.a(timeout.c.obj)
+ .text.next_timeout
+                0x00000000000271a4       0x40 zephyr/kernel/libkernel.a(timeout.c.obj)
+ .text.z_add_timeout
+                0x00000000000271e4       0xf4 zephyr/kernel/libkernel.a(timeout.c.obj)
+                0x00000000000271e4                z_add_timeout
+ .text.sys_clock_announce
+                0x00000000000272d8       0xd0 zephyr/kernel/libkernel.a(timeout.c.obj)
+                0x00000000000272d8                sys_clock_announce
+ .text.sys_clock_tick_get
+                0x00000000000273a8       0x30 zephyr/kernel/libkernel.a(timeout.c.obj)
+                0x00000000000273a8                sys_clock_tick_get
+ .text.z_timer_expiration_handler
+                0x00000000000273d8       0xe0 zephyr/kernel/libkernel.a(timer.c.obj)
+                0x00000000000273d8                z_timer_expiration_handler
+ .text.z_impl_k_timer_start
+                0x00000000000274b8       0x74 zephyr/kernel/libkernel.a(timer.c.obj)
+                0x00000000000274b8                z_impl_k_timer_start
+ .text.z_impl_k_poll
+                0x000000000002752c       0xb0 zephyr/kernel/libkernel.a(poll.c.obj)
+                0x000000000002752c                z_impl_k_poll
+ .text.z_impl_k_poll_signal_raise
+                0x00000000000275dc       0x50 zephyr/kernel/libkernel.a(poll.c.obj)
+                0x00000000000275dc                z_impl_k_poll_signal_raise
+ .text.z_thread_aligned_alloc
+                0x000000000002762c       0x40 zephyr/kernel/libkernel.a(mempool.c.obj)
+                0x000000000002762c                z_thread_aligned_alloc
+ .text.ocrypto_ecdh_p256_public_key
+                0x000000000002766c       0x28 /opt/ncs/nrfxlib/crypto/nrf_oberon/lib/cortex-m4/soft-float/liboberon_3.0.15.a(ocrypto_ecdh_p256.c.obj)
+                0x000000000002766c                ocrypto_ecdh_p256_public_key
+ .text.ocrypto_ecdh_p256_common_secret
+                0x0000000000027694       0x34 /opt/ncs/nrfxlib/crypto/nrf_oberon/lib/cortex-m4/soft-float/liboberon_3.0.15.a(ocrypto_ecdh_p256.c.obj)
+                0x0000000000027694                ocrypto_ecdh_p256_common_secret
+ .text.ocrypto_sc_p256_from32bytes
+                0x00000000000276c8       0x54 /opt/ncs/nrfxlib/crypto/nrf_oberon/lib/cortex-m4/soft-float/liboberon_3.0.15.a(ocrypto_sc_p256.c.obj)
+                0x00000000000276c8                ocrypto_sc_p256_from32bytes
+ .text.p256_zdblu
+                0x000000000002771c       0xb8 /opt/ncs/nrfxlib/crypto/nrf_oberon/lib/cortex-m4/soft-float/liboberon_3.0.15.a(ocrypto_curve_p256.c.obj)
+ .text.p256_zaddc
+                0x00000000000277d4       0xcc /opt/ncs/nrfxlib/crypto/nrf_oberon/lib/cortex-m4/soft-float/liboberon_3.0.15.a(ocrypto_curve_p256.c.obj)
+ .text.p256_zaddu
+                0x00000000000278a0       0x98 /opt/ncs/nrfxlib/crypto/nrf_oberon/lib/cortex-m4/soft-float/liboberon_3.0.15.a(ocrypto_curve_p256.c.obj)
+ .text.ocrypto_curve_p256_from64bytes
+                0x0000000000027938       0x64 /opt/ncs/nrfxlib/crypto/nrf_oberon/lib/cortex-m4/soft-float/liboberon_3.0.15.a(ocrypto_curve_p256.c.obj)
+                0x0000000000027938                ocrypto_curve_p256_from64bytes
+ .text.ocrypto_curve_p256_to32bytes
+                0x000000000002799c        0x4 /opt/ncs/nrfxlib/crypto/nrf_oberon/lib/cortex-m4/soft-float/liboberon_3.0.15.a(ocrypto_curve_p256.c.obj)
+                0x000000000002799c                ocrypto_curve_p256_to32bytes
+ .text.ocrypto_curve_p256_to64bytes
+                0x00000000000279a0       0x1c /opt/ncs/nrfxlib/crypto/nrf_oberon/lib/cortex-m4/soft-float/liboberon_3.0.15.a(ocrypto_curve_p256.c.obj)
+                0x00000000000279a0                ocrypto_curve_p256_to64bytes
+ .text.ocrypto_curve_p256_scalarmult
+                0x00000000000279bc      0x16c /opt/ncs/nrfxlib/crypto/nrf_oberon/lib/cortex-m4/soft-float/liboberon_3.0.15.a(ocrypto_curve_p256.c.obj)
+                0x00000000000279bc                ocrypto_curve_p256_scalarmult
+ .text.ocrypto_curve_p256_scalarmult_base
+                0x0000000000027b28        0xc /opt/ncs/nrfxlib/crypto/nrf_oberon/lib/cortex-m4/soft-float/liboberon_3.0.15.a(ocrypto_curve_p256.c.obj)
+                0x0000000000027b28                ocrypto_curve_p256_scalarmult_base
+ .text.ocrypto_mod_p256_cneg
+                0x0000000000027b34       0x3c /opt/ncs/nrfxlib/crypto/nrf_oberon/lib/cortex-m4/soft-float/liboberon_3.0.15.a(ocrypto_mod_p256.c.obj)
+                0x0000000000027b34                ocrypto_mod_p256_cneg
+ .text.ocrypto_mod_p256_from_bytes
+                0x0000000000027b70       0x34 /opt/ncs/nrfxlib/crypto/nrf_oberon/lib/cortex-m4/soft-float/liboberon_3.0.15.a(ocrypto_mod_p256.c.obj)
+                0x0000000000027b70                ocrypto_mod_p256_from_bytes
+ .text.ocrypto_mod_p256_to_bytes
+                0x0000000000027ba4       0x34 /opt/ncs/nrfxlib/crypto/nrf_oberon/lib/cortex-m4/soft-float/liboberon_3.0.15.a(ocrypto_mod_p256.c.obj)
+                0x0000000000027ba4                ocrypto_mod_p256_to_bytes
+ .text.ocrypto_mod_p256_inv
+                0x0000000000027bd8      0x160 /opt/ncs/nrfxlib/crypto/nrf_oberon/lib/cortex-m4/soft-float/liboberon_3.0.15.a(ocrypto_mod_p256.c.obj)
+                0x0000000000027bd8                ocrypto_mod_p256_inv
+ .text.floorf   0x0000000000027d38       0x84 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libm_nano.a(lib_a-sf_floor.o)
+                0x0000000000027d38                floorf
+ .text.malloc   0x0000000000027dbc       0x10 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-malloc.o)
+                0x0000000000027dbc                malloc
+ .text._free_r  0x0000000000027dcc       0x94 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-nano-freer.o)
+                0x0000000000027dcc                _free_r
+ .text._malloc_r
+                0x0000000000027e60       0xb4 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-nano-mallocr.o)
+                0x0000000000027e60                _malloc_r
+ .text._printf_float
+                0x0000000000027f14      0x46c /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-nano-vfprintf_float.o)
+                0x0000000000027f14                _printf_float
+ .text._printf_i
+                0x0000000000028380      0x25c /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-nano-vfprintf_i.o)
+                0x0000000000028380                _printf_i
+ .text._sbrk_r  0x00000000000285dc       0x20 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-sbrkr.o)
+                0x00000000000285dc                _sbrk_r
+ .text._localeconv_r
+                0x00000000000285fc        0x8 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-localeconv.o)
+                0x00000000000285fc                _localeconv_r
+ .text.__malloc_lock
+                0x0000000000028604        0xc /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-mlock.o)
+                0x0000000000028604                __malloc_lock
+ .text.__malloc_unlock
+                0x0000000000028610        0xc /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-mlock.o)
+                0x0000000000028610                __malloc_unlock
+ .text._Balloc  0x000000000002861c       0x80 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-mprec.o)
+                0x000000000002861c                _Balloc
+ .text._Bfree   0x000000000002869c       0x44 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-mprec.o)
+                0x000000000002869c                _Bfree
+ .text.__multadd
+                0x00000000000286e0       0x8c /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-mprec.o)
+                0x00000000000286e0                __multadd
+ .text.__i2b    0x000000000002876c       0x2c /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-mprec.o)
+                0x000000000002876c                __i2b
+ .text.__multiply
+                0x0000000000028798      0x154 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-mprec.o)
+                0x0000000000028798                __multiply
+ .text.__pow5mult
+                0x00000000000288ec       0xb4 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-mprec.o)
+                0x00000000000288ec                __pow5mult
+ .text.__lshift
+                0x00000000000289a0       0xd8 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-mprec.o)
+                0x00000000000289a0                __lshift
+ .text.__mdiff  0x0000000000028a78      0x124 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-mprec.o)
+                0x0000000000028a78                __mdiff
+ .text.__d2b    0x0000000000028b9c       0xb0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-mprec.o)
+                0x0000000000028b9c                __d2b
+ .text.__assert_func
+                0x0000000000028c4c       0x3c /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-assert.o)
+                0x0000000000028c4c                __assert_func
+ .text.fprintf  0x0000000000028c88       0x24 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-fprintf.o)
+                0x0000000000028c88                fprintf
+                0x0000000000028c88                fiprintf
+ .text._vfprintf_r
+                0x0000000000028cac      0x258 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-nano-vfprintf.o)
+                0x0000000000028cac                _vfprintf_r
+                0x0000000000028cac                _vfiprintf_r
+ .text.__swbuf_r
+                0x0000000000028f04       0xa4 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-wbuf.o)
+                0x0000000000028f04                __swbuf_r
+ .text.__swsetup_r
+                0x0000000000028fa8       0xd8 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-wsetup.o)
+                0x0000000000028fa8                __swsetup_r
+ .text._fflush_r
+                0x0000000000029080       0x78 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-fflush.o)
+                0x0000000000029080                _fflush_r
+ .text.std      0x00000000000290f8       0x48 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-findfp.o)
+ .text._cleanup_r
+                0x0000000000029140        0xc /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-findfp.o)
+                0x0000000000029140                _cleanup_r
+ .text.__sfp_lock_acquire
+                0x000000000002914c        0xc /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-findfp.o)
+                0x000000000002914c                __sfp_lock_acquire
+ .text.__sfp_lock_release
+                0x0000000000029158        0xc /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-findfp.o)
+                0x0000000000029158                __sfp_lock_release
+ .text.__sinit_lock_acquire
+                0x0000000000029164        0xc /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-findfp.o)
+                0x0000000000029164                __sinit_lock_acquire
+ .text.__sinit_lock_release
+                0x0000000000029170        0xc /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-findfp.o)
+                0x0000000000029170                __sinit_lock_release
+ .text.__sinit  0x000000000002917c       0x70 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-findfp.o)
+                0x000000000002917c                __sinit
+ .text.__sfp    0x00000000000291ec       0x8c /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-findfp.o)
+                0x00000000000291ec                __sfp
+ .text.__smakebuf_r
+                0x0000000000029278       0x80 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-makebuf.o)
+                0x0000000000029278                __smakebuf_r
+ .text._write_r
+                0x00000000000292f8       0x24 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-writer.o)
+                0x00000000000292f8                _write_r
+ .text._close_r
+                0x000000000002931c       0x20 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-closer.o)
+                0x000000000002931c                _close_r
+ .text._fstat_r
+                0x000000000002933c       0x24 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-fstatr.o)
+                0x000000000002933c                _fstat_r
+ .text._isatty_r
+                0x0000000000029360       0x20 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-isattyr.o)
+                0x0000000000029360                _isatty_r
+ .text._lseek_r
+                0x0000000000029380       0x24 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-lseekr.o)
+                0x0000000000029380                _lseek_r
+ .text._read_r  0x00000000000293a4       0x24 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-readr.o)
+                0x00000000000293a4                _read_r
+ .text._OffsetAbsSyms
+                0x00000000000293c8        0x2 zephyr/CMakeFiles/offsets.dir/./arch/arm/core/offsets/offsets.c.obj
+                0x00000000000293c8                _OffsetAbsSyms
+ .text.z_log_msg_simple_create_1.constprop.0
+                0x00000000000293ca        0xa app/libapp.a(main.c.obj)
+ .text.chunk_size
+                0x00000000000293d4        0xa zephyr/libzephyr.a(heap.c.obj)
+ .text.free_list_add
+                0x00000000000293de       0x4e zephyr/libzephyr.a(heap.c.obj)
+ .text.free_list_remove_bidx
+                0x000000000002942c       0x3a zephyr/libzephyr.a(heap.c.obj)
+ .text.free_list_remove
+                0x0000000000029466       0x1a zephyr/libzephyr.a(heap.c.obj)
+ .text.alloc_chunk
+                0x0000000000029480       0x6e zephyr/libzephyr.a(heap.c.obj)
+ .text.merge_chunks
+                0x00000000000294ee       0x2c zephyr/libzephyr.a(heap.c.obj)
+ .text.split_chunks
+                0x000000000002951a       0x34 zephyr/libzephyr.a(heap.c.obj)
+ .text.free_chunk
+                0x000000000002954e       0x62 zephyr/libzephyr.a(heap.c.obj)
+ .text.sys_heap_free
+                0x00000000000295b0       0x1e zephyr/libzephyr.a(heap.c.obj)
+                0x00000000000295b0                sys_heap_free
+ .text.sys_heap_alloc
+                0x00000000000295ce       0x52 zephyr/libzephyr.a(heap.c.obj)
+                0x00000000000295ce                sys_heap_alloc
+ .text.sys_heap_aligned_alloc
+                0x0000000000029620       0xd0 zephyr/libzephyr.a(heap.c.obj)
+                0x0000000000029620                sys_heap_aligned_alloc
+ .text.sys_heap_init
+                0x00000000000296f0       0x7a zephyr/libzephyr.a(heap.c.obj)
+                0x00000000000296f0                sys_heap_init
+ .text.cbpprintf_external
+                0x000000000002976a       0x62 zephyr/libzephyr.a(cbprintf_packaged.c.obj)
+                0x000000000002976a                cbpprintf_external
+ .text.is_ptr   0x00000000000297cc       0x4a zephyr/libzephyr.a(cbprintf_packaged.c.obj)
+                0x00000000000297cc                is_ptr
+ .text.arch_printk_char_out
+                0x0000000000029816        0x4 zephyr/libzephyr.a(printk.c.obj)
+                0x0000000000029816                arch_printk_char_out
+ .text.str_out  0x000000000002981a       0x26 zephyr/libzephyr.a(printk.c.obj)
+ .text.vprintk  0x0000000000029840        0x4 zephyr/libzephyr.a(printk.c.obj)
+                0x0000000000029840                vprintk
+ .text.printk   0x0000000000029844       0x1a zephyr/libzephyr.a(printk.c.obj)
+                0x0000000000029844                printk
+ .text.snprintk
+                0x000000000002985e       0x1a zephyr/libzephyr.a(printk.c.obj)
+                0x000000000002985e                snprintk
+ .text.z_thread_entry
+                0x0000000000029878       0x14 zephyr/libzephyr.a(thread_entry.c.obj)
+                0x0000000000029878                z_thread_entry
+ .text.outs     0x000000000002988c       0x2e zephyr/libzephyr.a(cbprintf_complete.c.obj)
+ .text.assert_print
+                0x00000000000298ba       0x1a zephyr/libzephyr.a(assert.c.obj)
+                0x00000000000298ba                assert_print
+ .text.free_space
+                0x00000000000298d4       0x26 zephyr/libzephyr.a(mpsc_pbuf.c.obj)
+ .text.get_usage
+                0x00000000000298fa       0x22 zephyr/libzephyr.a(mpsc_pbuf.c.obj)
+ .text.idx_inc  0x000000000002991c       0x1c zephyr/libzephyr.a(mpsc_pbuf.c.obj)
+ .text.rd_idx_inc
+                0x0000000000029938       0x18 zephyr/libzephyr.a(mpsc_pbuf.c.obj)
+ .text.add_skip_item
+                0x0000000000029950       0x3a zephyr/libzephyr.a(mpsc_pbuf.c.obj)
+ .text.drop_item_locked
+                0x000000000002998a       0xee zephyr/libzephyr.a(mpsc_pbuf.c.obj)
+ .text.post_drop_action
+                0x0000000000029a78       0x36 zephyr/libzephyr.a(mpsc_pbuf.c.obj)
+ .text.max_utilization_update
+                0x0000000000029aae       0x1a zephyr/libzephyr.a(mpsc_pbuf.c.obj)
+ .text.mpsc_pbuf_init
+                0x0000000000029ac8       0x42 zephyr/libzephyr.a(mpsc_pbuf.c.obj)
+                0x0000000000029ac8                mpsc_pbuf_init
+ .text.mpsc_pbuf_alloc
+                0x0000000000029b0a       0xf8 zephyr/libzephyr.a(mpsc_pbuf.c.obj)
+                0x0000000000029b0a                mpsc_pbuf_alloc
+ .text.mpsc_pbuf_commit
+                0x0000000000029c02       0x3e zephyr/libzephyr.a(mpsc_pbuf.c.obj)
+                0x0000000000029c02                mpsc_pbuf_commit
+ .text.mpsc_pbuf_claim
+                0x0000000000029c40       0xa8 zephyr/libzephyr.a(mpsc_pbuf.c.obj)
+                0x0000000000029c40                mpsc_pbuf_claim
+ .text.mpsc_pbuf_free
+                0x0000000000029ce8       0x76 zephyr/libzephyr.a(mpsc_pbuf.c.obj)
+                0x0000000000029ce8                mpsc_pbuf_free
+ .text.mpsc_pbuf_is_pending
+                0x0000000000029d5e       0x1a zephyr/libzephyr.a(mpsc_pbuf.c.obj)
+                0x0000000000029d5e                mpsc_pbuf_is_pending
+ .text.process_recheck
+                0x0000000000029d78       0x38 zephyr/libzephyr.a(onoff.c.obj)
+ .text.validate_args
+                0x0000000000029db0       0x20 zephyr/libzephyr.a(onoff.c.obj)
+ .text.notify_one
+                0x0000000000029dd0       0x2c zephyr/libzephyr.a(onoff.c.obj)
+ .text.transition_complete
+                0x0000000000029dfc       0x1a zephyr/libzephyr.a(onoff.c.obj)
+ .text.onoff_manager_init
+                0x0000000000029e16       0x26 zephyr/libzephyr.a(onoff.c.obj)
+                0x0000000000029e16                onoff_manager_init
+ .text.onoff_request
+                0x0000000000029e3c       0xae zephyr/libzephyr.a(onoff.c.obj)
+                0x0000000000029e3c                onoff_request
+ .text.sys_notify_validate
+                0x0000000000029eea       0x28 zephyr/libzephyr.a(notify.c.obj)
+                0x0000000000029eea                sys_notify_validate
+ .text.sys_notify_finalize
+                0x0000000000029f12       0x32 zephyr/libzephyr.a(notify.c.obj)
+                0x0000000000029f12                sys_notify_finalize
+ .text._ConfigAbsSyms
+                0x0000000000029f44        0x2 zephyr/libzephyr.a(configs.c.obj)
+                0x0000000000029f44                _ConfigAbsSyms
+ .text.nvs_flash_rd
+                0x0000000000029f46       0x1c zephyr/libzephyr.a(nvs.c.obj)
+ .text.nvs_flash_cmp_const
+                0x0000000000029f62       0x56 zephyr/libzephyr.a(nvs.c.obj)
+ .text.nvs_flash_erase_sector
+                0x0000000000029fb8       0x34 zephyr/libzephyr.a(nvs.c.obj)
+ .text.nvs_sector_advance
+                0x0000000000029fec       0x1a zephyr/libzephyr.a(nvs.c.obj)
+ .text.z_log_msg_simple_create_0
+                0x000000000002a006        0x4 zephyr/libzephyr.a(nvs.c.obj)
+ .text.nvs_ate_crc8_update
+                0x000000000002a00a       0x12 zephyr/libzephyr.a(nvs.c.obj)
+ .text.nvs_al_size.isra.0
+                0x000000000002a01c       0x14 zephyr/libzephyr.a(nvs.c.obj)
+ .text.nvs_ate_valid
+                0x000000000002a030       0x34 zephyr/libzephyr.a(nvs.c.obj)
+ .text.nvs_close_ate_valid
+                0x000000000002a064       0x3c zephyr/libzephyr.a(nvs.c.obj)
+ .text.nvs_prev_ate
+                0x000000000002a0a0       0x94 zephyr/libzephyr.a(nvs.c.obj)
+ .text.nvs_flash_al_wrt
+                0x000000000002a134       0x72 zephyr/libzephyr.a(nvs.c.obj)
+ .text.nvs_flash_ate_wrt
+                0x000000000002a1a6       0x22 zephyr/libzephyr.a(nvs.c.obj)
+ .text.nvs_add_gc_done_ate
+                0x000000000002a1c8       0x2e zephyr/libzephyr.a(nvs.c.obj)
+ .text.nvs_gc   0x000000000002a1f6      0x19a zephyr/libzephyr.a(nvs.c.obj)
+ .text.nvs_delete
+                0x000000000002a390        0x8 zephyr/libzephyr.a(nvs.c.obj)
+                0x000000000002a390                nvs_delete
+ .text.nvs_read
+                0x000000000002a398        0xe zephyr/libzephyr.a(nvs.c.obj)
+                0x000000000002a398                nvs_read
+ .text.log_msg_generic_get_wlen
+                0x000000000002a3a6       0x20 zephyr/libzephyr.a(log_core.c.obj)
+ .text.dummy_timestamp
+                0x000000000002a3c6        0x4 zephyr/libzephyr.a(log_core.c.obj)
+ .text.default_get_timestamp
+                0x000000000002a3ca        0x4 zephyr/libzephyr.a(log_core.c.obj)
+ .text.atomic_inc
+                0x000000000002a3ce       0x1a zephyr/libzephyr.a(log_core.c.obj)
+ .text.z_log_vprintk
+                0x000000000002a3e8       0x1c zephyr/libzephyr.a(log_core.c.obj)
+                0x000000000002a3e8                z_log_vprintk
+ .text.z_log_notify_drop
+                0x000000000002a404        0x6 zephyr/libzephyr.a(log_core.c.obj)
+ .text.z_log_get_tag
+                0x000000000002a40a        0x4 zephyr/libzephyr.a(log_core.c.obj)
+                0x000000000002a40a                z_log_get_tag
+ .text.z_cbprintf_cpy
+                0x000000000002a40e       0x2c zephyr/libzephyr.a(log_msg.c.obj)
+ .text.z_log_msg_finalize
+                0x000000000002a43a       0x32 zephyr/libzephyr.a(log_msg.c.obj)
+                0x000000000002a43a                z_log_msg_finalize
+ .text.z_log_msg_simple_create
+                0x000000000002a46c       0x6e zephyr/libzephyr.a(log_msg.c.obj)
+ .text.z_impl_z_log_msg_simple_create_0
+                0x000000000002a4da       0x12 zephyr/libzephyr.a(log_msg.c.obj)
+                0x000000000002a4da                z_impl_z_log_msg_simple_create_0
+ .text.z_impl_z_log_msg_simple_create_1
+                0x000000000002a4ec       0x14 zephyr/libzephyr.a(log_msg.c.obj)
+                0x000000000002a4ec                z_impl_z_log_msg_simple_create_1
+ .text.z_impl_z_log_msg_simple_create_2
+                0x000000000002a500       0x18 zephyr/libzephyr.a(log_msg.c.obj)
+                0x000000000002a500                z_impl_z_log_msg_simple_create_2
+ .text.buffer_write
+                0x000000000002a518       0x1c zephyr/libzephyr.a(log_output.c.obj)
+ .text.cbvprintf
+                0x000000000002a534        0xe zephyr/libzephyr.a(log_output.c.obj)
+ .text.log_output_flush
+                0x000000000002a542       0x1a zephyr/libzephyr.a(log_output.c.obj)
+                0x000000000002a542                log_output_flush
+ .text.out_func
+                0x000000000002a55c       0x36 zephyr/libzephyr.a(log_output.c.obj)
+ .text.cr_out_func
+                0x000000000002a592       0x1c zephyr/libzephyr.a(log_output.c.obj)
+ .text.log_output_msg_process
+                0x000000000002a5ae       0x6a zephyr/libzephyr.a(log_output.c.obj)
+                0x000000000002a5ae                log_output_msg_process
+ .text.format_set
+                0x000000000002a618        0xc zephyr/libzephyr.a(log_backend_uart.c.obj)
+ .text.log_backend_uart_init
+                0x000000000002a624        0xc zephyr/libzephyr.a(log_backend_uart.c.obj)
+ .text.panic    0x000000000002a630       0x10 zephyr/libzephyr.a(log_backend_uart.c.obj)
+ .text.dropped  0x000000000002a640        0xa zephyr/libzephyr.a(log_backend_uart.c.obj)
+ .text.process  0x000000000002a64a       0x1e zephyr/libzephyr.a(log_backend_uart.c.obj)
+ .text.flash_area_close
+                0x000000000002a668        0x2 zephyr/libzephyr.a(flash_map.c.obj)
+                0x000000000002a668                flash_area_close
+ .text.get_sectors_cb
+                0x000000000002a66a       0x44 zephyr/libzephyr.a(flash_map_layout.c.obj)
+ .text.settings_name_steq
+                0x000000000002a6ae       0x48 zephyr/libzephyr.a(settings.c.obj)
+                0x000000000002a6ae                settings_name_steq
+ .text.settings_nvs_storage_get
+                0x000000000002a6f6        0x4 zephyr/libzephyr.a(settings_nvs.c.obj)
+ .text.settings_nvs_read_fn
+                0x000000000002a6fa       0x18 zephyr/libzephyr.a(settings_nvs.c.obj)
+ .text.settings_nvs_save
+                0x000000000002a712      0x118 zephyr/libzephyr.a(settings_nvs.c.obj)
+ .text.settings_nvs_backend_init
+                0x000000000002a82a       0x42 zephyr/libzephyr.a(settings_nvs.c.obj)
+                0x000000000002a82a                settings_nvs_backend_init
+ .text.lis2mdl_read_reg
+                0x000000000002a86c        0xc zephyr/libzephyr.a(lis2mdl_reg.c.obj)
+                0x000000000002a86c                lis2mdl_read_reg
+ .text.lis2mdl_write_reg
+                0x000000000002a878        0xc zephyr/libzephyr.a(lis2mdl_reg.c.obj)
+                0x000000000002a878                lis2mdl_write_reg
+ .text.lis2mdl_mag_user_offset_set
+                0x000000000002a884       0x24 zephyr/libzephyr.a(lis2mdl_reg.c.obj)
+                0x000000000002a884                lis2mdl_mag_user_offset_set
+ .text.lis2mdl_operating_mode_set
+                0x000000000002a8a8       0x2e zephyr/libzephyr.a(lis2mdl_reg.c.obj)
+                0x000000000002a8a8                lis2mdl_operating_mode_set
+ .text.lis2mdl_data_rate_set
+                0x000000000002a8d6       0x2e zephyr/libzephyr.a(lis2mdl_reg.c.obj)
+                0x000000000002a8d6                lis2mdl_data_rate_set
+ .text.lis2mdl_offset_temp_comp_set
+                0x000000000002a904       0x2e zephyr/libzephyr.a(lis2mdl_reg.c.obj)
+                0x000000000002a904                lis2mdl_offset_temp_comp_set
+ .text.lis2mdl_set_rst_mode_set
+                0x000000000002a932       0x2e zephyr/libzephyr.a(lis2mdl_reg.c.obj)
+                0x000000000002a932                lis2mdl_set_rst_mode_set
+ .text.lis2mdl_set_rst_sensor_single_set
+                0x000000000002a960       0x2e zephyr/libzephyr.a(lis2mdl_reg.c.obj)
+                0x000000000002a960                lis2mdl_set_rst_sensor_single_set
+ .text.lis2mdl_block_data_update_set
+                0x000000000002a98e       0x2e zephyr/libzephyr.a(lis2mdl_reg.c.obj)
+                0x000000000002a98e                lis2mdl_block_data_update_set
+ .text.lis2mdl_magnetic_raw_get
+                0x000000000002a9bc       0x3c zephyr/libzephyr.a(lis2mdl_reg.c.obj)
+                0x000000000002a9bc                lis2mdl_magnetic_raw_get
+ .text.lis2mdl_temperature_raw_get
+                0x000000000002a9f8       0x20 zephyr/libzephyr.a(lis2mdl_reg.c.obj)
+                0x000000000002a9f8                lis2mdl_temperature_raw_get
+ .text.lis2mdl_device_id_get
+                0x000000000002aa18        0xe zephyr/libzephyr.a(lis2mdl_reg.c.obj)
+                0x000000000002aa18                lis2mdl_device_id_get
+ .text.lis2mdl_reset_set
+                0x000000000002aa26       0x2e zephyr/libzephyr.a(lis2mdl_reg.c.obj)
+                0x000000000002aa26                lis2mdl_reset_set
+ .text.lis2mdl_boot_set
+                0x000000000002aa54       0x2e zephyr/libzephyr.a(lis2mdl_reg.c.obj)
+                0x000000000002aa54                lis2mdl_boot_set
+ .text.lis2mdl_drdy_on_pin_set
+                0x000000000002aa82       0x2e zephyr/libzephyr.a(lis2mdl_reg.c.obj)
+                0x000000000002aa82                lis2mdl_drdy_on_pin_set
+ .text.lis2mdl_spi_mode_set
+                0x000000000002aab0       0x2e zephyr/libzephyr.a(lis2mdl_reg.c.obj)
+                0x000000000002aab0                lis2mdl_spi_mode_set
+ .text._copy    0x000000000002aade       0x1a zephyr/libzephyr.a(utils.c.obj)
+                0x000000000002aade                _copy
+ .text._set     0x000000000002aaf8        0x4 zephyr/libzephyr.a(utils.c.obj)
+                0x000000000002aaf8                _set
+ .text._double_byte
+                0x000000000002aafc       0x12 zephyr/libzephyr.a(utils.c.obj)
+                0x000000000002aafc                _double_byte
+ .text.add_round_key
+                0x000000000002ab0e       0x8a zephyr/libzephyr.a(aes_encrypt.c.obj)
+ .text.shift_rows
+                0x000000000002ab98       0x72 zephyr/libzephyr.a(aes_encrypt.c.obj)
+ .text.mult_row_column
+                0x000000000002ac0a       0x82 zephyr/libzephyr.a(aes_encrypt.c.obj)
+ .text.tc_aes_encrypt
+                0x000000000002ac8c       0xac zephyr/libzephyr.a(aes_encrypt.c.obj)
+                0x000000000002ac8c                tc_aes_encrypt
+ .text.gf_double
+                0x000000000002ad38       0x2a zephyr/libzephyr.a(cmac_mode.c.obj)
+                0x000000000002ad38                gf_double
+ .text.tc_cmac_erase
+                0x000000000002ad62       0x10 zephyr/libzephyr.a(cmac_mode.c.obj)
+                0x000000000002ad62                tc_cmac_erase
+ .text.tc_cmac_init
+                0x000000000002ad72       0x2c zephyr/libzephyr.a(cmac_mode.c.obj)
+                0x000000000002ad72                tc_cmac_init
+ .text.tc_cmac_setup
+                0x000000000002ad9e       0x56 zephyr/libzephyr.a(cmac_mode.c.obj)
+                0x000000000002ad9e                tc_cmac_setup
+ .text.tc_cmac_update
+                0x000000000002adf4       0xd4 zephyr/libzephyr.a(cmac_mode.c.obj)
+                0x000000000002adf4                tc_cmac_update
+ .text.tc_cmac_final
+                0x000000000002aec8       0x6a zephyr/libzephyr.a(cmac_mode.c.obj)
+                0x000000000002aec8                tc_cmac_final
+ .text.z_do_kernel_oops
+                0x000000000002af32        0x8 zephyr/arch/arch/arm/core/libarch__arm__core.a(fatal.c.obj)
+                0x000000000002af32                z_do_kernel_oops
+ .text.z_arm_nmi
+                0x000000000002af3a        0xe zephyr/arch/arch/arm/core/libarch__arm__core.a(nmi.c.obj)
+                0x000000000002af3a                z_arm_nmi
+ .text.z_log_msg_simple_create_0.constprop.0
+                0x000000000002af48        0x8 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(fault.c.obj)
+ .text.z_irq_spurious
+                0x000000000002af50        0x8 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(irq_manage.c.obj)
+                0x000000000002af50                z_irq_spurious
+ .text.arch_irq_unlock_outlined
+                0x000000000002af58        0xe zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(thread.c.obj)
+                0x000000000002af58                arch_irq_unlock_outlined
+ .text.arch_cpu_idle
+                0x000000000002af66       0x1a zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(cpu_idle.c.obj)
+                0x000000000002af66                arch_cpu_idle
+ .text.arch_cpu_atomic_idle
+                0x000000000002af80       0x1e zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(cpu_idle.c.obj)
+                0x000000000002af80                arch_cpu_atomic_idle
+ .text.malloc_prepare
+                0x000000000002af9e        0x4 zephyr/lib/libc/newlib/liblib__libc__newlib.a(libc-hooks.c.obj)
+ .text._stdout_hook_default
+                0x000000000002afa2        0x6 zephyr/lib/libc/newlib/liblib__libc__newlib.a(libc-hooks.c.obj)
+ .text._stdin_hook_default
+                0x000000000002afa8        0x4 zephyr/lib/libc/newlib/liblib__libc__newlib.a(libc-hooks.c.obj)
+ .text._read    0x000000000002afac        0x8 zephyr/lib/libc/newlib/liblib__libc__newlib.a(libc-hooks.c.obj)
+                0x000000000002afac                _read
+                0x000000000002afac                read
+ .text._write   0x000000000002afb4        0x8 zephyr/lib/libc/newlib/liblib__libc__newlib.a(libc-hooks.c.obj)
+                0x000000000002afb4                write
+                0x000000000002afb4                _write
+ .text._close   0x000000000002afbc        0x6 zephyr/lib/libc/newlib/liblib__libc__newlib.a(libc-hooks.c.obj)
+                0x000000000002afbc                _close
+                0x000000000002afbc                close
+ .text._lseek   0x000000000002afc2        0x4 zephyr/lib/libc/newlib/liblib__libc__newlib.a(libc-hooks.c.obj)
+                0x000000000002afc2                lseek
+                0x000000000002afc2                _lseek
+ .text._isatty  0x000000000002afc6        0xa zephyr/lib/libc/newlib/liblib__libc__newlib.a(libc-hooks.c.obj)
+                0x000000000002afc6                _isatty
+                0x000000000002afc6                isatty
+ .text._fstat   0x000000000002afd0        0xa zephyr/lib/libc/newlib/liblib__libc__newlib.a(libc-hooks.c.obj)
+                0x000000000002afd0                fstat
+                0x000000000002afd0                _fstat
+ .text.__retarget_lock_init_recursive
+                0x000000000002afda       0x14 zephyr/lib/libc/newlib/liblib__libc__newlib.a(libc-hooks.c.obj)
+                0x000000000002afda                __retarget_lock_init_recursive
+ .text.__retarget_lock_acquire_recursive
+                0x000000000002afee        0xc zephyr/lib/libc/newlib/liblib__libc__newlib.a(libc-hooks.c.obj)
+                0x000000000002afee                __retarget_lock_acquire_recursive
+ .text.__retarget_lock_release_recursive
+                0x000000000002affa        0x4 zephyr/lib/libc/newlib/liblib__libc__newlib.a(libc-hooks.c.obj)
+                0x000000000002affa                __retarget_lock_release_recursive
+ .text.mlme_indication_handler
+                0x000000000002affe        0x2 zephyr/subsys/lorawan/libloramac-node.a(lorawan.c.obj)
+ .text.mac_process_notify
+                0x000000000002b000        0x4 zephyr/subsys/lorawan/libloramac-node.a(lorawan.c.obj)
+ .text.z_log_msg_static_create.constprop.0
+                0x000000000002b004        0x6 zephyr/subsys/lorawan/libloramac-node.a(lorawan.c.obj)
+ .text.BoardGetUniqueId
+                0x000000000002b00a        0x2 zephyr/subsys/lorawan/libloramac-node.a(lorawan.c.obj)
+                0x000000000002b00a                BoardGetUniqueId
+ .text.lorawan_get_payload_sizes
+                0x000000000002b00c       0x1e zephyr/subsys/lorawan/libloramac-node.a(lorawan.c.obj)
+                0x000000000002b00c                lorawan_get_payload_sizes
+ .text.lorawan_nvm_init
+                0x000000000002b02a        0x4 zephyr/subsys/lorawan/libloramac-node.a(lorawan_nvm_settings.c.obj)
+                0x000000000002b02a                lorawan_nvm_init
+ .text.timer_work_handler
+                0x000000000002b02e        0x4 zephyr/subsys/lorawan/libloramac-node.a(hal_common.c.obj)
+ .text.k_uptime_get_32
+                0x000000000002b032       0x1a zephyr/subsys/lorawan/libloramac-node.a(hal_common.c.obj)
+ .text.RtcGetCalendarTime
+                0x000000000002b04c       0x2a zephyr/subsys/lorawan/libloramac-node.a(hal_common.c.obj)
+                0x000000000002b04c                RtcGetCalendarTime
+ .text.RtcGetTimerValue
+                0x000000000002b076        0x4 zephyr/subsys/lorawan/libloramac-node.a(hal_common.c.obj)
+                0x000000000002b076                RtcGetTimerValue
+ .text.RtcGetMinimumTimeout
+                0x000000000002b07a        0x4 zephyr/subsys/lorawan/libloramac-node.a(hal_common.c.obj)
+                0x000000000002b07a                RtcGetMinimumTimeout
+ .text.DelayMsMcu
+                0x000000000002b07e       0x20 zephyr/subsys/lorawan/libloramac-node.a(hal_common.c.obj)
+                0x000000000002b07e                DelayMsMcu
+ .text.RtcMs2Tick
+                0x000000000002b09e        0x2 zephyr/subsys/lorawan/libloramac-node.a(hal_common.c.obj)
+                0x000000000002b09e                RtcMs2Tick
+ .text.RtcTick2Ms
+                0x000000000002b0a0        0x2 zephyr/subsys/lorawan/libloramac-node.a(hal_common.c.obj)
+                0x000000000002b0a0                RtcTick2Ms
+ .text.BoardCriticalSectionBegin
+                0x000000000002b0a2       0x12 zephyr/subsys/lorawan/libloramac-node.a(hal_common.c.obj)
+                0x000000000002b0a2                BoardCriticalSectionBegin
+ .text.BoardCriticalSectionEnd
+                0x000000000002b0b4        0xc zephyr/subsys/lorawan/libloramac-node.a(hal_common.c.obj)
+                0x000000000002b0b4                BoardCriticalSectionEnd
+ .text.sx12xx_ev_tx_timed_out
+                0x000000000002b0c0        0x4 zephyr/subsys/lorawan/libloramac-node.a(sx12xx_common.c.obj)
+ .text.SX1276CheckRfFrequency
+                0x000000000002b0c4        0x4 zephyr/subsys/lorawan/libloramac-node.a(sx127x.c.obj)
+                0x000000000002b0c4                SX1276CheckRfFrequency
+ .text.SX1276GetBoardTcxoWakeupTime
+                0x000000000002b0c8        0x4 zephyr/subsys/lorawan/libloramac-node.a(sx127x.c.obj)
+                0x000000000002b0c8                SX1276GetBoardTcxoWakeupTime
+ .text.SX1276SetAntSwLowPower
+                0x000000000002b0cc        0x2 zephyr/subsys/lorawan/libloramac-node.a(sx127x.c.obj)
+                0x000000000002b0cc                SX1276SetAntSwLowPower
+ .text.SX1276SetBoardTcxo
+                0x000000000002b0ce        0x2 zephyr/subsys/lorawan/libloramac-node.a(sx127x.c.obj)
+                0x000000000002b0ce                SX1276SetBoardTcxo
+ .text.SX1276SetAntSw
+                0x000000000002b0d0        0x2 zephyr/subsys/lorawan/libloramac-node.a(sx127x.c.obj)
+                0x000000000002b0d0                SX1276SetAntSw
+ .text.SX1276Reset
+                0x000000000002b0d2       0x22 zephyr/subsys/lorawan/libloramac-node.a(sx127x.c.obj)
+                0x000000000002b0d2                SX1276Reset
+ .text.SX1276ReadBuffer
+                0x000000000002b0f4       0x1a zephyr/subsys/lorawan/libloramac-node.a(sx127x.c.obj)
+                0x000000000002b0f4                SX1276ReadBuffer
+ .text.SX1276WriteBuffer
+                0x000000000002b10e       0x1a zephyr/subsys/lorawan/libloramac-node.a(sx127x.c.obj)
+                0x000000000002b10e                SX1276WriteBuffer
+ .text.SX1276GetDio1PinState
+                0x000000000002b128        0x4 zephyr/subsys/lorawan/libloramac-node.a(sx127x.c.obj)
+                0x000000000002b128                SX1276GetDio1PinState
+ .text.randr    0x000000000002b12c       0x1a zephyr/subsys/lorawan/libloramac-node.a(utilities.c.obj)
+                0x000000000002b12c                randr
+ .text.memcpy1  0x000000000002b146       0x14 zephyr/subsys/lorawan/libloramac-node.a(utilities.c.obj)
+                0x000000000002b146                memcpy1
+ .text.memcpyr  0x000000000002b15a       0x14 zephyr/subsys/lorawan/libloramac-node.a(utilities.c.obj)
+                0x000000000002b15a                memcpyr
+ .text.memset1  0x000000000002b16e        0x4 zephyr/subsys/lorawan/libloramac-node.a(utilities.c.obj)
+                0x000000000002b16e                memset1
+ .text.SysTimeAdd
+                0x000000000002b172       0x36 zephyr/subsys/lorawan/libloramac-node.a(systime.c.obj)
+                0x000000000002b172                SysTimeAdd
+ .text.SysTimeSub
+                0x000000000002b1a8       0x36 zephyr/subsys/lorawan/libloramac-node.a(systime.c.obj)
+                0x000000000002b1a8                SysTimeSub
+ .text.SysTimeSet
+                0x000000000002b1de       0x42 zephyr/subsys/lorawan/libloramac-node.a(systime.c.obj)
+                0x000000000002b1de                SysTimeSet
+ .text.SysTimeGet
+                0x000000000002b220       0x46 zephyr/subsys/lorawan/libloramac-node.a(systime.c.obj)
+                0x000000000002b220                SysTimeGet
+ .text.SysTimeGetMcuTime
+                0x000000000002b266       0x24 zephyr/subsys/lorawan/libloramac-node.a(systime.c.obj)
+                0x000000000002b266                SysTimeGetMcuTime
+ .text.TimerSetTimeout
+                0x000000000002b28a       0x2c zephyr/subsys/lorawan/libloramac-node.a(timer.c.obj)
+ .text.TimerInit
+                0x000000000002b2b6       0x10 zephyr/subsys/lorawan/libloramac-node.a(timer.c.obj)
+                0x000000000002b2b6                TimerInit
+ .text.TimerSetValue
+                0x000000000002b2c6       0x22 zephyr/subsys/lorawan/libloramac-node.a(timer.c.obj)
+                0x000000000002b2c6                TimerSetValue
+ .text.TimerGetCurrentTime
+                0x000000000002b2e8        0xe zephyr/subsys/lorawan/libloramac-node.a(timer.c.obj)
+                0x000000000002b2e8                TimerGetCurrentTime
+ .text.TimerGetElapsedTime
+                0x000000000002b2f6       0x1e zephyr/subsys/lorawan/libloramac-node.a(timer.c.obj)
+                0x000000000002b2f6                TimerGetElapsedTime
+ .text.DelayMs  0x000000000002b314        0x4 zephyr/subsys/lorawan/libloramac-node.a(delay.c.obj)
+                0x000000000002b314                DelayMs
+ .text.SX1276Write
+                0x000000000002b318       0x16 zephyr/subsys/lorawan/libloramac-node.a(sx1276.c.obj)
+                0x000000000002b318                SX1276Write
+ .text.SX1276Read
+                0x000000000002b32e       0x16 zephyr/subsys/lorawan/libloramac-node.a(sx1276.c.obj)
+                0x000000000002b32e                SX1276Read
+ .text.SX1276SetOpMode
+                0x000000000002b344       0x34 zephyr/subsys/lorawan/libloramac-node.a(sx1276.c.obj)
+ .text.SX1276IsChannelFree
+                0x000000000002b378       0x66 zephyr/subsys/lorawan/libloramac-node.a(sx1276.c.obj)
+                0x000000000002b378                SX1276IsChannelFree
+ .text.SX1276Random
+                0x000000000002b3de       0x3e zephyr/subsys/lorawan/libloramac-node.a(sx1276.c.obj)
+                0x000000000002b3de                SX1276Random
+ .text.SX1276GetWakeupTime
+                0x000000000002b41c        0xa zephyr/subsys/lorawan/libloramac-node.a(sx1276.c.obj)
+                0x000000000002b41c                SX1276GetWakeupTime
+ .text.xor_block
+                0x000000000002b426       0x82 zephyr/subsys/lorawan/libloramac-node.a(aes.c.obj)
+ .text.copy_and_key
+                0x000000000002b4a8       0x84 zephyr/subsys/lorawan/libloramac-node.a(aes.c.obj)
+ .text.AES_CMAC_Init
+                0x000000000002b52c       0x20 zephyr/subsys/lorawan/libloramac-node.a(cmac.c.obj)
+                0x000000000002b52c                AES_CMAC_Init
+ .text.AES_CMAC_SetKey
+                0x000000000002b54c        0xa zephyr/subsys/lorawan/libloramac-node.a(cmac.c.obj)
+                0x000000000002b54c                AES_CMAC_SetKey
+ .text.AES_CMAC_Update
+                0x000000000002b556       0xd6 zephyr/subsys/lorawan/libloramac-node.a(cmac.c.obj)
+                0x000000000002b556                AES_CMAC_Update
+ .text.AES_CMAC_Final
+                0x000000000002b62c      0x16c zephyr/subsys/lorawan/libloramac-node.a(cmac.c.obj)
+                0x000000000002b62c                AES_CMAC_Final
+ .text.SecureElementComputeAesCmac
+                0x000000000002b798        0xc zephyr/subsys/lorawan/libloramac-node.a(soft-se.c.obj)
+                0x000000000002b798                SecureElementComputeAesCmac
+ .text.SecureElementVerifyAesCmac
+                0x000000000002b7a4       0x2c zephyr/subsys/lorawan/libloramac-node.a(soft-se.c.obj)
+                0x000000000002b7a4                SecureElementVerifyAesCmac
+ .text.SecureElementSetKey
+                0x000000000002b7d0        0xa zephyr/subsys/lorawan/libloramac-node.a(soft-se.c.obj)
+                0x000000000002b7d0                SecureElementSetKey
+ .text.SecureElementDeriveAndStoreKey
+                0x000000000002b7da       0x38 zephyr/subsys/lorawan/libloramac-node.a(soft-se.c.obj)
+                0x000000000002b7da                SecureElementDeriveAndStoreKey
+ .text.SecureElementProcessJoinAccept
+                0x000000000002b812      0x100 zephyr/subsys/lorawan/libloramac-node.a(soft-se.c.obj)
+                0x000000000002b812                SecureElementProcessJoinAccept
+ .text.SoftSeHalGetUniqueId
+                0x000000000002b912        0x4 zephyr/subsys/lorawan/libloramac-node.a(soft-se-hal.c.obj)
+                0x000000000002b912                SoftSeHalGetUniqueId
+ .text.DetermineFrameType
+                0x000000000002b916       0x3e zephyr/subsys/lorawan/libloramac-node.a(LoRaMac.c.obj)
+                0x000000000002b916                DetermineFrameType
+ .text.LoRaMacAdrCalcNext
+                0x000000000002b954       0xdc zephyr/subsys/lorawan/libloramac-node.a(LoRaMacAdr.c.obj)
+                0x000000000002b954                LoRaMacAdrCalcNext
+ .text.LoRaMacClassBInit
+                0x000000000002ba30        0x2 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacClassB.c.obj)
+                0x000000000002ba30                LoRaMacClassBInit
+ .text.LoRaMacClassBSetBeaconState
+                0x000000000002ba32        0x2 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacClassB.c.obj)
+                0x000000000002ba32                LoRaMacClassBSetBeaconState
+ .text.LoRaMacClassBSetPingSlotState
+                0x000000000002ba34        0x2 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacClassB.c.obj)
+                0x000000000002ba34                LoRaMacClassBSetPingSlotState
+ .text.LoRaMacClassBSetMulticastSlotState
+                0x000000000002ba36        0x2 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacClassB.c.obj)
+                0x000000000002ba36                LoRaMacClassBSetMulticastSlotState
+ .text.LoRaMacClassBIsAcquisitionInProgress
+                0x000000000002ba38        0x4 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacClassB.c.obj)
+                0x000000000002ba38                LoRaMacClassBIsAcquisitionInProgress
+ .text.LoRaMacClassBBeaconTimerEvent
+                0x000000000002ba3c        0x2 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacClassB.c.obj)
+                0x000000000002ba3c                LoRaMacClassBBeaconTimerEvent
+ .text.LoRaMacClassBPingSlotTimerEvent
+                0x000000000002ba3e        0x2 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacClassB.c.obj)
+                0x000000000002ba3e                LoRaMacClassBPingSlotTimerEvent
+ .text.LoRaMacClassBMulticastSlotTimerEvent
+                0x000000000002ba40        0x2 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacClassB.c.obj)
+                0x000000000002ba40                LoRaMacClassBMulticastSlotTimerEvent
+ .text.LoRaMacClassBRxBeacon
+                0x000000000002ba42        0x4 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacClassB.c.obj)
+                0x000000000002ba42                LoRaMacClassBRxBeacon
+ .text.LoRaMacClassBIsBeaconExpected
+                0x000000000002ba46        0x4 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacClassB.c.obj)
+                0x000000000002ba46                LoRaMacClassBIsBeaconExpected
+ .text.LoRaMacClassBIsPingExpected
+                0x000000000002ba4a        0x4 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacClassB.c.obj)
+                0x000000000002ba4a                LoRaMacClassBIsPingExpected
+ .text.LoRaMacClassBIsMulticastExpected
+                0x000000000002ba4e        0x4 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacClassB.c.obj)
+                0x000000000002ba4e                LoRaMacClassBIsMulticastExpected
+ .text.LoRaMacClassBIsBeaconModeActive
+                0x000000000002ba52        0x4 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacClassB.c.obj)
+                0x000000000002ba52                LoRaMacClassBIsBeaconModeActive
+ .text.LoRaMacClassBSetPingSlotInfo
+                0x000000000002ba56        0x2 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacClassB.c.obj)
+                0x000000000002ba56                LoRaMacClassBSetPingSlotInfo
+ .text.LoRaMacClassBHaltBeaconing
+                0x000000000002ba58        0x2 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacClassB.c.obj)
+                0x000000000002ba58                LoRaMacClassBHaltBeaconing
+ .text.LoRaMacClassBResumeBeaconing
+                0x000000000002ba5a        0x2 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacClassB.c.obj)
+                0x000000000002ba5a                LoRaMacClassBResumeBeaconing
+ .text.LoRaMacClassBSwitchClass
+                0x000000000002ba5c        0x4 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacClassB.c.obj)
+                0x000000000002ba5c                LoRaMacClassBSwitchClass
+ .text.LoRaMacClassBMibGetRequestConfirm
+                0x000000000002ba60        0x4 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacClassB.c.obj)
+                0x000000000002ba60                LoRaMacClassBMibGetRequestConfirm
+ .text.LoRaMacMibClassBSetRequestConfirm
+                0x000000000002ba64        0x4 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacClassB.c.obj)
+                0x000000000002ba64                LoRaMacMibClassBSetRequestConfirm
+ .text.LoRaMacClassBPingSlotInfoAns
+                0x000000000002ba68        0x2 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacClassB.c.obj)
+                0x000000000002ba68                LoRaMacClassBPingSlotInfoAns
+ .text.LoRaMacClassBPingSlotChannelReq
+                0x000000000002ba6a        0x4 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacClassB.c.obj)
+                0x000000000002ba6a                LoRaMacClassBPingSlotChannelReq
+ .text.LoRaMacClassBBeaconTimingAns
+                0x000000000002ba6e        0x2 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacClassB.c.obj)
+                0x000000000002ba6e                LoRaMacClassBBeaconTimingAns
+ .text.LoRaMacClassBDeviceTimeAns
+                0x000000000002ba70        0x2 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacClassB.c.obj)
+                0x000000000002ba70                LoRaMacClassBDeviceTimeAns
+ .text.LoRaMacClassBBeaconFreqReq
+                0x000000000002ba72        0x4 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacClassB.c.obj)
+                0x000000000002ba72                LoRaMacClassBBeaconFreqReq
+ .text.LoRaMacClassBIsUplinkCollision
+                0x000000000002ba76        0x4 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacClassB.c.obj)
+                0x000000000002ba76                LoRaMacClassBIsUplinkCollision
+ .text.LoRaMacClassBStopRxSlots
+                0x000000000002ba7a        0x2 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacClassB.c.obj)
+                0x000000000002ba7a                LoRaMacClassBStopRxSlots
+ .text.LoRaMacClassBSetFPendingBit
+                0x000000000002ba7c        0x2 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacClassB.c.obj)
+                0x000000000002ba7c                LoRaMacClassBSetFPendingBit
+ .text.LoRaMacClassBProcess
+                0x000000000002ba7e        0x2 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacClassB.c.obj)
+                0x000000000002ba7e                LoRaMacClassBProcess
+ .text.DeriveSessionKey11x
+                0x000000000002ba80       0x6c zephyr/subsys/lorawan/libloramac-node.a(LoRaMacCrypto.c.obj)
+ .text.DeriveSessionKey10x
+                0x000000000002baec       0x4e zephyr/subsys/lorawan/libloramac-node.a(LoRaMacCrypto.c.obj)
+ .text.PayloadEncrypt
+                0x000000000002bb3a       0xaa zephyr/subsys/lorawan/libloramac-node.a(LoRaMacCrypto.c.obj)
+ .text.LoRaMacCryptoDeriveMcKEKey.part.0
+                0x000000000002bbe4       0x22 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacCrypto.c.obj)
+ .text.ComputeCmacB0.constprop.0
+                0x000000000002bc06       0x66 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacCrypto.c.obj)
+ .text.LoRaMacCryptoGetFCntDown
+                0x000000000002bc6c       0x42 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacCrypto.c.obj)
+                0x000000000002bc6c                LoRaMacCryptoGetFCntDown
+ .text.LoRaMacCryptoDeriveMcRootKey
+                0x000000000002bcae       0x36 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacCrypto.c.obj)
+                0x000000000002bcae                LoRaMacCryptoDeriveMcRootKey
+ .text.LoRaMacParserJoinAccept
+                0x000000000002bce4       0x9c zephyr/subsys/lorawan/libloramac-node.a(LoRaMacParser.c.obj)
+                0x000000000002bce4                LoRaMacParserJoinAccept
+ .text.LoRaMacParserData
+                0x000000000002bd80       0xb6 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacParser.c.obj)
+                0x000000000002bd80                LoRaMacParserData
+ .text.LoRaMacSerializerJoinRequest
+                0x000000000002be36       0x68 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacSerializer.c.obj)
+                0x000000000002be36                LoRaMacSerializerJoinRequest
+ .text.LoRaMacSerializerReJoinType1
+                0x000000000002be9e       0x70 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacSerializer.c.obj)
+                0x000000000002be9e                LoRaMacSerializerReJoinType1
+ .text.LoRaMacSerializerReJoinType0or2
+                0x000000000002bf0e       0x70 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacSerializer.c.obj)
+                0x000000000002bf0e                LoRaMacSerializerReJoinType0or2
+ .text.LoRaMacSerializerData
+                0x000000000002bf7e       0xd8 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacSerializer.c.obj)
+                0x000000000002bf7e                LoRaMacSerializerData
+ .text.RegionIsActive
+                0x000000000002c056        0x8 zephyr/subsys/lorawan/libloramac-node.a(Region.c.obj)
+                0x000000000002c056                RegionIsActive
+ .text.RegionGetPhyParam
+                0x000000000002c05e       0x14 zephyr/subsys/lorawan/libloramac-node.a(Region.c.obj)
+                0x000000000002c05e                RegionGetPhyParam
+ .text.RegionSetBandTxDone
+                0x000000000002c072        0xc zephyr/subsys/lorawan/libloramac-node.a(Region.c.obj)
+                0x000000000002c072                RegionSetBandTxDone
+ .text.RegionInitDefaults
+                0x000000000002c07e        0xc zephyr/subsys/lorawan/libloramac-node.a(Region.c.obj)
+                0x000000000002c07e                RegionInitDefaults
+ .text.RegionVerify
+                0x000000000002c08a       0x12 zephyr/subsys/lorawan/libloramac-node.a(Region.c.obj)
+                0x000000000002c08a                RegionVerify
+ .text.RegionApplyCFList
+                0x000000000002c09c        0xc zephyr/subsys/lorawan/libloramac-node.a(Region.c.obj)
+                0x000000000002c09c                RegionApplyCFList
+ .text.RegionChanMaskSet
+                0x000000000002c0a8        0xe zephyr/subsys/lorawan/libloramac-node.a(Region.c.obj)
+                0x000000000002c0a8                RegionChanMaskSet
+ .text.RegionComputeRxWindowParameters
+                0x000000000002c0b6       0x1a zephyr/subsys/lorawan/libloramac-node.a(Region.c.obj)
+                0x000000000002c0b6                RegionComputeRxWindowParameters
+ .text.RegionRxConfig
+                0x000000000002c0d0       0x12 zephyr/subsys/lorawan/libloramac-node.a(Region.c.obj)
+                0x000000000002c0d0                RegionRxConfig
+ .text.RegionTxConfig
+                0x000000000002c0e2       0x1a zephyr/subsys/lorawan/libloramac-node.a(Region.c.obj)
+                0x000000000002c0e2                RegionTxConfig
+ .text.RegionLinkAdrReq
+                0x000000000002c0fc       0x20 zephyr/subsys/lorawan/libloramac-node.a(Region.c.obj)
+                0x000000000002c0fc                RegionLinkAdrReq
+ .text.RegionRxParamSetupReq
+                0x000000000002c11c        0xe zephyr/subsys/lorawan/libloramac-node.a(Region.c.obj)
+                0x000000000002c11c                RegionRxParamSetupReq
+ .text.RegionNewChannelReq
+                0x000000000002c12a        0xe zephyr/subsys/lorawan/libloramac-node.a(Region.c.obj)
+                0x000000000002c12a                RegionNewChannelReq
+ .text.RegionTxParamSetupReq
+                0x000000000002c138        0xe zephyr/subsys/lorawan/libloramac-node.a(Region.c.obj)
+                0x000000000002c138                RegionTxParamSetupReq
+ .text.RegionDlChannelReq
+                0x000000000002c146        0xe zephyr/subsys/lorawan/libloramac-node.a(Region.c.obj)
+                0x000000000002c146                RegionDlChannelReq
+ .text.RegionAlternateDr
+                0x000000000002c154       0x12 zephyr/subsys/lorawan/libloramac-node.a(Region.c.obj)
+                0x000000000002c154                RegionAlternateDr
+ .text.RegionNextChannel
+                0x000000000002c166       0x1c zephyr/subsys/lorawan/libloramac-node.a(Region.c.obj)
+                0x000000000002c166                RegionNextChannel
+ .text.RegionApplyDrOffset
+                0x000000000002c182       0x1a zephyr/subsys/lorawan/libloramac-node.a(Region.c.obj)
+                0x000000000002c182                RegionApplyDrOffset
+ .text.RegionCommonChanVerifyDr
+                0x000000000002c19c       0x5a zephyr/subsys/lorawan/libloramac-node.a(RegionCommon.c.obj)
+                0x000000000002c19c                RegionCommonChanVerifyDr
+ .text.RegionCommonValueInRange
+                0x000000000002c1f6       0x12 zephyr/subsys/lorawan/libloramac-node.a(RegionCommon.c.obj)
+                0x000000000002c1f6                RegionCommonValueInRange
+ .text.RegionCommonChanDisable
+                0x000000000002c208       0x32 zephyr/subsys/lorawan/libloramac-node.a(RegionCommon.c.obj)
+                0x000000000002c208                RegionCommonChanDisable
+ .text.RegionCommonCountChannels
+                0x000000000002c23a       0x3c zephyr/subsys/lorawan/libloramac-node.a(RegionCommon.c.obj)
+                0x000000000002c23a                RegionCommonCountChannels
+ .text.RegionCommonChanMaskCopy
+                0x000000000002c276       0x1e zephyr/subsys/lorawan/libloramac-node.a(RegionCommon.c.obj)
+                0x000000000002c276                RegionCommonChanMaskCopy
+ .text.RegionCommonSetBandTxDone
+                0x000000000002c294       0x28 zephyr/subsys/lorawan/libloramac-node.a(RegionCommon.c.obj)
+                0x000000000002c294                RegionCommonSetBandTxDone
+ .text.RegionCommonParseLinkAdrReq
+                0x000000000002c2bc       0x34 zephyr/subsys/lorawan/libloramac-node.a(RegionCommon.c.obj)
+                0x000000000002c2bc                RegionCommonParseLinkAdrReq
+ .text.RegionCommonLinkAdrReqVerifyParams
+                0x000000000002c2f0       0x96 zephyr/subsys/lorawan/libloramac-node.a(RegionCommon.c.obj)
+                0x000000000002c2f0                RegionCommonLinkAdrReqVerifyParams
+ .text.RegionCommonComputeSymbolTimeFsk
+                0x000000000002c386        0xa zephyr/subsys/lorawan/libloramac-node.a(RegionCommon.c.obj)
+                0x000000000002c386                RegionCommonComputeSymbolTimeFsk
+ .text.RegionCommonComputeRxWindowParameters
+                0x000000000002c390       0x50 zephyr/subsys/lorawan/libloramac-node.a(RegionCommon.c.obj)
+                0x000000000002c390                RegionCommonComputeRxWindowParameters
+ .text.RegionCommonComputeTxPower
+                0x000000000002c3e0       0x26 zephyr/subsys/lorawan/libloramac-node.a(RegionCommon.c.obj)
+                0x000000000002c3e0                RegionCommonComputeTxPower
+ .text.RegionCommonCountNbOfEnabledChannels
+                0x000000000002c406       0xb4 zephyr/subsys/lorawan/libloramac-node.a(RegionCommon.c.obj)
+                0x000000000002c406                RegionCommonCountNbOfEnabledChannels
+ .text.RegionCommonIdentifyChannels
+                0x000000000002c4ba       0x88 zephyr/subsys/lorawan/libloramac-node.a(RegionCommon.c.obj)
+                0x000000000002c4ba                RegionCommonIdentifyChannels
+ .text.RegionCommonGetNextLowerTxDr
+                0x000000000002c542       0x36 zephyr/subsys/lorawan/libloramac-node.a(RegionCommon.c.obj)
+                0x000000000002c542                RegionCommonGetNextLowerTxDr
+ .text.RegionCommonLimitTxPower
+                0x000000000002c578        0x8 zephyr/subsys/lorawan/libloramac-node.a(RegionCommon.c.obj)
+                0x000000000002c578                RegionCommonLimitTxPower
+ .text.RegionEU868Verify
+                0x000000000002c580       0x4a zephyr/subsys/lorawan/libloramac-node.a(RegionEU868.c.obj)
+                0x000000000002c580                RegionEU868Verify
+ .text.RegionEU868RxParamSetupReq
+                0x000000000002c5ca       0x3c zephyr/subsys/lorawan/libloramac-node.a(RegionEU868.c.obj)
+                0x000000000002c5ca                RegionEU868RxParamSetupReq
+ .text.RegionEU868TxParamSetupReq
+                0x000000000002c606        0x6 zephyr/subsys/lorawan/libloramac-node.a(RegionEU868.c.obj)
+                0x000000000002c606                RegionEU868TxParamSetupReq
+ .text.RegionEU868AlternateDr
+                0x000000000002c60c        0x2 zephyr/subsys/lorawan/libloramac-node.a(RegionEU868.c.obj)
+                0x000000000002c60c                RegionEU868AlternateDr
+ .text.RegionEU868ApplyCFList
+                0x000000000002c60e       0x8c zephyr/subsys/lorawan/libloramac-node.a(RegionEU868.c.obj)
+                0x000000000002c60e                RegionEU868ApplyCFList
+ .text.RegionEU868NewChannelReq
+                0x000000000002c69a       0x42 zephyr/subsys/lorawan/libloramac-node.a(RegionEU868.c.obj)
+                0x000000000002c69a                RegionEU868NewChannelReq
+ .text.RegionEU868ApplyDrOffset
+                0x000000000002c6dc        0xc zephyr/subsys/lorawan/libloramac-node.a(RegionEU868.c.obj)
+                0x000000000002c6dc                RegionEU868ApplyDrOffset
+ .text.bt_uuid_cmp
+                0x000000000002c6e8       0x5c zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(uuid.c.obj)
+                0x000000000002c6e8                bt_uuid_cmp
+ .text.bt_uuid_create
+                0x000000000002c744       0x40 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(uuid.c.obj)
+                0x000000000002c744                bt_uuid_create
+ .text.bt_addr_le_create_static
+                0x000000000002c784       0x1c zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(addr.c.obj)
+                0x000000000002c784                bt_addr_le_create_static
+ .text.bt_addr_le_copy_resolved
+                0x000000000002c7a0       0x16 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(addr.c.obj)
+                0x000000000002c7a0                bt_addr_le_copy_resolved
+ .text.bt_addr_le_is_resolved
+                0x000000000002c7b6        0x8 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(addr.c.obj)
+                0x000000000002c7b6                bt_addr_le_is_resolved
+ .text.bt_hci_evt_get_flags
+                0x000000000002c7be       0x24 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+ .text.z_log_msg_simple_create_1
+                0x000000000002c7e2        0x4 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+ .text.z_log_msg_simple_create_0
+                0x000000000002c7e6        0x4 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+ .text.atomic_or
+                0x000000000002c7ea       0x1e zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+ .text.z_log_msg_static_create.constprop.0
+                0x000000000002c808        0x6 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+ .text.handle_event
+                0x000000000002c80e       0x1c zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+ .text.atomic_and.isra.0
+                0x000000000002c82a       0x18 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+ .text.bt_hci_disconnect
+                0x000000000002c842       0x36 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+                0x000000000002c842                bt_hci_disconnect
+ .text.bt_le_set_data_len
+                0x000000000002c878       0x3c zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+                0x000000000002c878                bt_le_set_data_len
+ .text.bt_le_set_phy
+                0x000000000002c8b4       0x50 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+                0x000000000002c8b4                bt_le_set_phy
+ .text.le_enh_conn_complete
+                0x000000000002c904        0x6 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+ .text.bt_le_conn_params_valid
+                0x000000000002c90a       0x42 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+                0x000000000002c90a                bt_le_conn_params_valid
+ .text.le_conn_param_neg_reply
+                0x000000000002c94c       0x36 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+ .text.bt_get_appearance
+                0x000000000002c982        0x4 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+                0x000000000002c982                bt_get_appearance
+ .text.bt_addr_le_is_bonded
+                0x000000000002c986        0x4 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+                0x000000000002c986                bt_addr_le_is_bonded
+ .text.bt_addr_le_eq
+                0x000000000002c98a       0x10 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(id.c.obj)
+ .text.z_log_msg_simple_create_0
+                0x000000000002c99a        0x4 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(id.c.obj)
+ .text.bt_lookup_id_addr
+                0x000000000002c99e        0xa zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(id.c.obj)
+                0x000000000002c99e                bt_lookup_id_addr
+ .text.bt_id_set_adv_random_addr
+                0x000000000002c9a8       0x10 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(id.c.obj)
+                0x000000000002c9a8                bt_id_set_adv_random_addr
+ .text.bt_id_set_adv_private_addr
+                0x000000000002c9b8       0x2e zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(id.c.obj)
+                0x000000000002c9b8                bt_id_set_adv_private_addr
+ .text.atomic_get
+                0x000000000002c9e6        0xc zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(adv.c.obj)
+ .text.atomic_and
+                0x000000000002c9f2       0x1e zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(adv.c.obj)
+ .text.bt_le_adv_set_enable_legacy
+                0x000000000002ca10       0x4a zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(adv.c.obj)
+                0x000000000002ca10                bt_le_adv_set_enable_legacy
+ .text.bt_le_lim_adv_cancel_timeout
+                0x000000000002ca5a        0x6 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(adv.c.obj)
+                0x000000000002ca5a                bt_le_lim_adv_cancel_timeout
+ .text.tx_complete_work
+                0x000000000002ca60        0x6 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(conn.c.obj)
+ .text.bt_conn_reset_rx_state
+                0x000000000002ca66       0x12 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(conn.c.obj)
+                0x000000000002ca66                bt_conn_reset_rx_state
+ .text.bt_conn_ref
+                0x000000000002ca78       0x38 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(conn.c.obj)
+                0x000000000002ca78                bt_conn_ref
+ .text.conn_lookup_handle
+                0x000000000002cab0       0x44 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(conn.c.obj)
+                0x000000000002cab0                conn_lookup_handle
+ .text.bt_conn_connected
+                0x000000000002caf4       0x12 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(conn.c.obj)
+                0x000000000002caf4                bt_conn_connected
+ .text.bt_conn_is_peer_addr_le
+                0x000000000002cb06       0x40 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(conn.c.obj)
+                0x000000000002cb06                bt_conn_is_peer_addr_le
+ .text.bt_conn_get_dst
+                0x000000000002cb46        0x4 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(conn.c.obj)
+                0x000000000002cb46                bt_conn_get_dst
+ .text.bt_conn_le_conn_update
+                0x000000000002cb4a       0x50 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(conn.c.obj)
+                0x000000000002cb4a                bt_conn_le_conn_update
+ .text.l2cap_connected
+                0x000000000002cb9a        0x2 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(l2cap.c.obj)
+ .text.l2cap_create_le_sig_pdu
+                0x000000000002cb9c       0x36 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(l2cap.c.obj)
+ .text.l2cap_disconnected
+                0x000000000002cbd2        0x2 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(l2cap.c.obj)
+ .text.bt_l2cap_chan_del
+                0x000000000002cbd4       0x2a zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(l2cap.c.obj)
+                0x000000000002cbd4                bt_l2cap_chan_del
+ .text.bt_l2cap_disconnected
+                0x000000000002cbfe       0x30 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(l2cap.c.obj)
+                0x000000000002cbfe                bt_l2cap_disconnected
+ .text.bt_l2cap_create_pdu_timeout
+                0x000000000002cc2e        0x6 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(l2cap.c.obj)
+                0x000000000002cc2e                bt_l2cap_create_pdu_timeout
+ .text.bt_l2cap_send_cb
+                0x000000000002cc34       0x32 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(l2cap.c.obj)
+                0x000000000002cc34                bt_l2cap_send_cb
+ .text.l2cap_send_sig
+                0x000000000002cc66       0x20 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(l2cap.c.obj)
+ .text.bt_l2cap_le_lookup_rx_cid
+                0x000000000002cc86       0x14 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(l2cap.c.obj)
+                0x000000000002cc86                bt_l2cap_le_lookup_rx_cid
+ .text.bt_l2cap_init
+                0x000000000002cc9a        0x2 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(l2cap.c.obj)
+                0x000000000002cc9a                bt_l2cap_init
+ .text.sys_slist_get
+                0x000000000002cc9c       0x14 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(att.c.obj)
+ .text.net_buf_frags_len
+                0x000000000002ccb0       0x10 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(att.c.obj)
+ .text.attr_read_type_cb
+                0x000000000002ccc0       0x20 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(att.c.obj)
+ .text.att_prepare_write_req
+                0x000000000002cce0        0x4 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(att.c.obj)
+ .text.z_log_msg_simple_create_0
+                0x000000000002cce4        0x4 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(att.c.obj)
+ .text.write_cb
+                0x000000000002cce8       0x62 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(att.c.obj)
+ .text.bt_gatt_foreach_attr
+                0x000000000002cd4a       0x16 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(att.c.obj)
+ .text.find_info_cb
+                0x000000000002cd60       0xb8 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(att.c.obj)
+ .text.att_chan_mtu_updated
+                0x000000000002ce18       0x66 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(att.c.obj)
+ .text.attr_read_group_cb
+                0x000000000002ce7e       0x20 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(att.c.obj)
+ .text.att_chan_read
+                0x000000000002ce9e      0x14e zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(att.c.obj)
+ .text.sys_slist_find_and_remove.isra.0
+                0x000000000002cfec       0x32 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(att.c.obj)
+ .text.att_exec_write_req
+                0x000000000002d01e        0x4 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(att.c.obj)
+ .text.atomic_test_and_set_bit.constprop.0
+                0x000000000002d022       0x1e zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(att.c.obj)
+ .text.read_cb  0x000000000002d040       0x46 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(att.c.obj)
+ .text.read_vl_cb
+                0x000000000002d086       0x72 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(att.c.obj)
+ .text.chan_req_send
+                0x000000000002d0f8       0x5e zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(att.c.obj)
+ .text.bt_att_status
+                0x000000000002d156       0x44 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(att.c.obj)
+ .text.att_req_send_process
+                0x000000000002d19a       0x5e zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(att.c.obj)
+ .text.process_queue
+                0x000000000002d1f8       0x32 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(att.c.obj)
+ .text.bt_att_sent
+                0x000000000002d22a       0x6c zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(att.c.obj)
+ .text.bt_att_chan_send_rsp
+                0x000000000002d296       0x1c zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(att.c.obj)
+ .text.send_err_rsp.part.0
+                0x000000000002d2b2       0x3a zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(att.c.obj)
+ .text.att_write_req
+                0x000000000002d2ec       0x26 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(att.c.obj)
+ .text.att_write_cmd
+                0x000000000002d312       0x26 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(att.c.obj)
+ .text.att_read_blob_req
+                0x000000000002d338       0x18 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(att.c.obj)
+ .text.att_read_req
+                0x000000000002d350       0x18 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(att.c.obj)
+ .text.att_mtu_req
+                0x000000000002d368       0x50 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(att.c.obj)
+ .text.bt_att_init
+                0x000000000002d3b8        0x4 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(att.c.obj)
+                0x000000000002d3b8                bt_att_init
+ .text.att_confirm
+                0x000000000002d3bc        0xa zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(att.c.obj)
+ .text.bt_att_send
+                0x000000000002d3c6       0x5a zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(att.c.obj)
+                0x000000000002d3c6                bt_att_send
+ .text.bt_att_req_send
+                0x000000000002d420       0x3a zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(att.c.obj)
+                0x000000000002d420                bt_att_req_send
+ .text.bt_att_fixed_chan_only
+                0x000000000002d45a        0x4 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(att.c.obj)
+                0x000000000002d45a                bt_att_fixed_chan_only
+ .text.bt_att_clear_out_of_sync_sent
+                0x000000000002d45e       0x32 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(att.c.obj)
+                0x000000000002d45e                bt_att_clear_out_of_sync_sent
+ .text.bt_att_out_of_sync_sent_on_fixed
+                0x000000000002d490       0x1a zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(att.c.obj)
+                0x000000000002d490                bt_att_out_of_sync_sent_on_fixed
+ .text.find_next
+                0x000000000002d4aa        0x6 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(gatt.c.obj)
+ .text.gatt_ccc_changed
+                0x000000000002d4b0       0x14 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(gatt.c.obj)
+ .text.gatt_indicate_rsp
+                0x000000000002d4c4       0x2e zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(gatt.c.obj)
+ .text.match_uuid
+                0x000000000002d4f2        0x8 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(gatt.c.obj)
+ .text.ccc_set_cb
+                0x000000000002d4fa        0x4 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(gatt.c.obj)
+ .text.gen_hash_m
+                0x000000000002d4fe       0xa6 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(gatt.c.obj)
+ .text.z_log_msg_simple_create_0
+                0x000000000002d5a4        0x4 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(gatt.c.obj)
+ .text.bt_addr_le_eq
+                0x000000000002d5a8       0x10 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(gatt.c.obj)
+ .text.atomic_or
+                0x000000000002d5b8       0x1e zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(gatt.c.obj)
+ .text.bt_addr_le_copy
+                0x000000000002d5d6        0xe zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(gatt.c.obj)
+ .text.sc_clear
+                0x000000000002d5e4       0x38 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(gatt.c.obj)
+ .text.sc_ccc_cfg_write
+                0x000000000002d61c       0x1e zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(gatt.c.obj)
+ .text.read_appearance
+                0x000000000002d63a       0x3a zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(gatt.c.obj)
+ .text.read_name
+                0x000000000002d674       0x3c zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(gatt.c.obj)
+ .text.cf_read  0x000000000002d6b0       0x42 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(gatt.c.obj)
+ .text.bt_gatt_attr_read_service
+                0x000000000002d6f2       0x52 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(gatt.c.obj)
+                0x000000000002d6f2                bt_gatt_attr_read_service
+ .text.bt_gatt_attr_read_ccc
+                0x000000000002d744       0x40 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(gatt.c.obj)
+                0x000000000002d744                bt_gatt_attr_read_ccc
+ .text.set_change_aware_no_store.constprop.0.isra.0
+                0x000000000002d784        0x8 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(gatt.c.obj)
+ .text.sc_restore_rsp
+                0x000000000002d78c       0x30 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(gatt.c.obj)
+ .text.bt_gatt_attr_value_handle
+                0x000000000002d7bc       0x3a zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(gatt.c.obj)
+                0x000000000002d7bc                bt_gatt_attr_value_handle
+ .text.bt_gatt_attr_read_chrc
+                0x000000000002d7f6       0x6a zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(gatt.c.obj)
+                0x000000000002d7f6                bt_gatt_attr_read_chrc
+ .text.bt_gatt_foreach_attr
+                0x000000000002d860       0x16 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(gatt.c.obj)
+ .text.bt_gatt_check_perm
+                0x000000000002d876       0x38 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(gatt.c.obj)
+                0x000000000002d876                bt_gatt_check_perm
+ .text.bt_gatt_is_subscribed
+                0x000000000002d8ae      0x108 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(gatt.c.obj)
+                0x000000000002d8ae                bt_gatt_is_subscribed
+ .text.bt_gatt_change_aware
+                0x000000000002d9b6       0x8a zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(gatt.c.obj)
+                0x000000000002d9b6                bt_gatt_change_aware
+ .text.bt_gatt_req_set_mtu
+                0x000000000002da40        0x2 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(gatt.c.obj)
+                0x000000000002da40                bt_gatt_req_set_mtu
+ .text.bt_smp_recv
+                0x000000000002da42       0x4c zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(smp_null.c.obj)
+ .text.bt_smp_sign
+                0x000000000002da8e        0x6 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(smp_null.c.obj)
+                0x000000000002da8e                bt_smp_sign
+ .text.bt_smp_init
+                0x000000000002da94        0x4 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(smp_null.c.obj)
+                0x000000000002da94                bt_smp_init
+ .text.fixed_data_unref
+                0x000000000002da98        0x2 zephyr/subsys/net/libsubsys__net.a(buf.c.obj)
+ .text.net_buf_reset
+                0x000000000002da9a        0xa zephyr/subsys/net/libsubsys__net.a(buf.c.obj)
+                0x000000000002da9a                net_buf_reset
+ .text.net_buf_alloc_fixed
+                0x000000000002daa4        0x8 zephyr/subsys/net/libsubsys__net.a(buf.c.obj)
+                0x000000000002daa4                net_buf_alloc_fixed
+ .text.net_buf_get
+                0x000000000002daac        0x4 zephyr/subsys/net/libsubsys__net.a(buf.c.obj)
+                0x000000000002daac                net_buf_get
+ .text.net_buf_slist_put
+                0x000000000002dab0       0x2a zephyr/subsys/net/libsubsys__net.a(buf.c.obj)
+                0x000000000002dab0                net_buf_slist_put
+ .text.net_buf_slist_get
+                0x000000000002dada       0x2c zephyr/subsys/net/libsubsys__net.a(buf.c.obj)
+                0x000000000002dada                net_buf_slist_get
+ .text.net_buf_put
+                0x000000000002db06        0x4 zephyr/subsys/net/libsubsys__net.a(buf.c.obj)
+                0x000000000002db06                net_buf_put
+ .text.net_buf_ref
+                0x000000000002db0a        0x8 zephyr/subsys/net/libsubsys__net.a(buf.c.obj)
+                0x000000000002db0a                net_buf_ref
+ .text.net_buf_frag_last
+                0x000000000002db12        0xc zephyr/subsys/net/libsubsys__net.a(buf.c.obj)
+                0x000000000002db12                net_buf_frag_last
+ .text.net_buf_frag_insert
+                0x000000000002db1e       0x16 zephyr/subsys/net/libsubsys__net.a(buf.c.obj)
+                0x000000000002db1e                net_buf_frag_insert
+ .text.net_buf_frag_add
+                0x000000000002db34       0x22 zephyr/subsys/net/libsubsys__net.a(buf.c.obj)
+                0x000000000002db34                net_buf_frag_add
+ .text.net_buf_simple_reserve
+                0x000000000002db56        0x8 zephyr/subsys/net/libsubsys__net.a(buf_simple.c.obj)
+                0x000000000002db56                net_buf_simple_reserve
+ .text.net_buf_simple_add
+                0x000000000002db5e        0xc zephyr/subsys/net/libsubsys__net.a(buf_simple.c.obj)
+                0x000000000002db5e                net_buf_simple_add
+ .text.net_buf_simple_add_mem
+                0x000000000002db6a       0x12 zephyr/subsys/net/libsubsys__net.a(buf_simple.c.obj)
+                0x000000000002db6a                net_buf_simple_add_mem
+ .text.net_buf_simple_add_u8
+                0x000000000002db7c       0x10 zephyr/subsys/net/libsubsys__net.a(buf_simple.c.obj)
+                0x000000000002db7c                net_buf_simple_add_u8
+ .text.net_buf_simple_push
+                0x000000000002db8c       0x10 zephyr/subsys/net/libsubsys__net.a(buf_simple.c.obj)
+                0x000000000002db8c                net_buf_simple_push
+ .text.net_buf_simple_pull
+                0x000000000002db9c       0x10 zephyr/subsys/net/libsubsys__net.a(buf_simple.c.obj)
+                0x000000000002db9c                net_buf_simple_pull
+ .text.net_buf_simple_pull_mem
+                0x000000000002dbac       0x10 zephyr/subsys/net/libsubsys__net.a(buf_simple.c.obj)
+                0x000000000002dbac                net_buf_simple_pull_mem
+ .text.net_buf_simple_pull_le16
+                0x000000000002dbbc       0x10 zephyr/subsys/net/libsubsys__net.a(buf_simple.c.obj)
+                0x000000000002dbbc                net_buf_simple_pull_le16
+ .text.net_buf_simple_headroom
+                0x000000000002dbcc        0x8 zephyr/subsys/net/libsubsys__net.a(buf_simple.c.obj)
+                0x000000000002dbcc                net_buf_simple_headroom
+ .text.net_buf_simple_tailroom
+                0x000000000002dbd4       0x10 zephyr/subsys/net/libsubsys__net.a(buf_simple.c.obj)
+                0x000000000002dbd4                net_buf_simple_tailroom
+ .text.adc_context_on_timer_expired
+                0x000000000002dbe4       0x2e zephyr/drivers/adc/libdrivers__adc.a(adc_nrfx_saadc.c.obj)
+ .text.get_status
+                0x000000000002dc12       0x12 zephyr/drivers/clock_control/libdrivers__clock_control.a(clock_control_nrf.c.obj)
+ .text.stop     0x000000000002dc24       0x50 zephyr/drivers/clock_control/libdrivers__clock_control.a(clock_control_nrf.c.obj)
+ .text.api_stop
+                0x000000000002dc74        0x6 zephyr/drivers/clock_control/libdrivers__clock_control.a(clock_control_nrf.c.obj)
+ .text.async_start
+                0x000000000002dc7a       0x5a zephyr/drivers/clock_control/libdrivers__clock_control.a(clock_control_nrf.c.obj)
+ .text.api_start
+                0x000000000002dcd4        0xe zephyr/drivers/clock_control/libdrivers__clock_control.a(clock_control_nrf.c.obj)
+ .text.onoff_started_callback
+                0x000000000002dce2       0x12 zephyr/drivers/clock_control/libdrivers__clock_control.a(clock_control_nrf.c.obj)
+ .text.lfclk_start
+                0x000000000002dcf4        0x6 zephyr/drivers/clock_control/libdrivers__clock_control.a(clock_control_nrf.c.obj)
+ .text.lfclk_stop
+                0x000000000002dcfa        0x6 zephyr/drivers/clock_control/libdrivers__clock_control.a(clock_control_nrf.c.obj)
+ .text.blocking_start_callback
+                0x000000000002dd00        0x6 zephyr/drivers/clock_control/libdrivers__clock_control.a(clock_control_nrf.c.obj)
+ .text.entropy_bt_init
+                0x000000000002dd06        0x4 zephyr/drivers/entropy/libdrivers__entropy.a(entropy_bt_hci.c.obj)
+ .text.entropy_bt_get_entropy
+                0x000000000002dd0a       0x1e zephyr/drivers/entropy/libdrivers__entropy.a(entropy_bt_hci.c.obj)
+ .text.erase_op
+                0x000000000002dd28       0x48 zephyr/drivers/flash/libdrivers__flash.a(soc_flash_nrf.c.obj)
+ .text.is_regular_addr_valid
+                0x000000000002dd70       0x22 zephyr/drivers/flash/libdrivers__flash.a(soc_flash_nrf.c.obj)
+ .text.flash_nrf_read
+                0x000000000002dd92       0x2e zephyr/drivers/flash/libdrivers__flash.a(soc_flash_nrf.c.obj)
+ .text.flash_get_page_info
+                0x000000000002ddc0       0x62 zephyr/drivers/flash/libdrivers__flash.a(flash_page_layout.c.obj)
+ .text.z_impl_flash_get_page_info_by_offs
+                0x000000000002de22        0x8 zephyr/drivers/flash/libdrivers__flash.a(flash_page_layout.c.obj)
+                0x000000000002de22                z_impl_flash_get_page_info_by_offs
+ .text.flash_page_foreach
+                0x000000000002de2a       0x58 zephyr/drivers/flash/libdrivers__flash.a(flash_page_layout.c.obj)
+                0x000000000002de2a                flash_page_foreach
+ .text.gpio_nrfx_port_get_raw
+                0x000000000002de82        0xe zephyr/drivers/gpio/libdrivers__gpio.a(gpio_nrfx.c.obj)
+ .text.gpio_nrfx_port_set_masked_raw
+                0x000000000002de90       0x18 zephyr/drivers/gpio/libdrivers__gpio.a(gpio_nrfx.c.obj)
+ .text.gpio_nrfx_port_set_bits_raw
+                0x000000000002dea8        0xc zephyr/drivers/gpio/libdrivers__gpio.a(gpio_nrfx.c.obj)
+ .text.gpio_nrfx_port_clear_bits_raw
+                0x000000000002deb4        0xc zephyr/drivers/gpio/libdrivers__gpio.a(gpio_nrfx.c.obj)
+ .text.gpio_nrfx_port_toggle_bits
+                0x000000000002dec0       0x1a zephyr/drivers/gpio/libdrivers__gpio.a(gpio_nrfx.c.obj)
+ .text.gpio_nrfx_manage_callback
+                0x000000000002deda       0x52 zephyr/drivers/gpio/libdrivers__gpio.a(gpio_nrfx.c.obj)
+ .text.irq_connect0
+                0x000000000002df2c        0xa zephyr/drivers/i2c/libdrivers__i2c.a(i2c_nrfx_twim.c.obj)
+ .text.pinctrl_apply_state.constprop.0
+                0x000000000002df36       0x20 zephyr/drivers/i2c/libdrivers__i2c.a(i2c_nrfx_twim.c.obj)
+ .text.pinctrl_lookup_state
+                0x000000000002df56       0x26 zephyr/drivers/pinctrl/libdrivers__pinctrl.a(common.c.obj)
+                0x000000000002df56                pinctrl_lookup_state
+ .text.bme280_reg_write.isra.0
+                0x000000000002df7c        0x6 zephyr/drivers/sensor/bosch/bme280/libdrivers__sensor__bosch__bme280.a(bme280.c.obj)
+ .text.bme280_reg_read.isra.0
+                0x000000000002df82        0xc zephyr/drivers/sensor/bosch/bme280/libdrivers__sensor__bosch__bme280.a(bme280.c.obj)
+ .text.bme280_wait_until_ready
+                0x000000000002df8e       0x32 zephyr/drivers/sensor/bosch/bme280/libdrivers__sensor__bosch__bme280.a(bme280.c.obj)
+ .text.bme280_sample_fetch
+                0x000000000002dfc0      0x236 zephyr/drivers/sensor/bosch/bme280/libdrivers__sensor__bosch__bme280.a(bme280.c.obj)
+ .text.bme280_reg_write_spi
+                0x000000000002e1f6       0x34 zephyr/drivers/sensor/bosch/bme280/libdrivers__sensor__bosch__bme280.a(bme280_spi.c.obj)
+ .text.bme280_bus_check_spi
+                0x000000000002e22a       0x22 zephyr/drivers/sensor/bosch/bme280/libdrivers__sensor__bosch__bme280.a(bme280_spi.c.obj)
+ .text.bme280_reg_read_spi
+                0x000000000002e24c       0x66 zephyr/drivers/sensor/bosch/bme280/libdrivers__sensor__bosch__bme280.a(bme280_spi.c.obj)
+ .text.stmemsc_i2c_read
+                0x000000000002e2b2       0x38 zephyr/drivers/sensor/st/stmemsc/libdrivers__sensor__st__stmemsc.a(stmemsc_i2c.c.obj)
+                0x000000000002e2b2                stmemsc_i2c_read
+ .text.stmemsc_i2c_write
+                0x000000000002e2ea       0x36 zephyr/drivers/sensor/st/stmemsc/libdrivers__sensor__st__stmemsc.a(stmemsc_i2c.c.obj)
+                0x000000000002e2ea                stmemsc_i2c_write
+ .text.stmemsc_mdelay
+                0x000000000002e320       0x26 zephyr/drivers/sensor/st/stmemsc/libdrivers__sensor__st__stmemsc.a(stmemsc_mdelay.c.obj)
+                0x000000000002e320                stmemsc_mdelay
+ .text.i2c_transfer
+                0x000000000002e346        0xc zephyr/drivers/sensor/st/lis2dh/libdrivers__sensor__st__lis2dh.a(lis2dh_i2c.c.obj)
+ .text.lis2dh_i2c_write_data
+                0x000000000002e352       0x38 zephyr/drivers/sensor/st/lis2dh/libdrivers__sensor__st__lis2dh.a(lis2dh_i2c.c.obj)
+ .text.lis2dh_i2c_read_data
+                0x000000000002e38a       0x3a zephyr/drivers/sensor/st/lis2dh/libdrivers__sensor__st__lis2dh.a(lis2dh_i2c.c.obj)
+ .text.lis2dh_i2c_write_reg
+                0x000000000002e3c4       0x2a zephyr/drivers/sensor/st/lis2dh/libdrivers__sensor__st__lis2dh.a(lis2dh_i2c.c.obj)
+ .text.lis2dh_i2c_read_reg
+                0x000000000002e3ee       0x34 zephyr/drivers/sensor/st/lis2dh/libdrivers__sensor__st__lis2dh.a(lis2dh_i2c.c.obj)
+ .text.lis2dh_i2c_update_reg
+                0x000000000002e422       0x7a zephyr/drivers/sensor/st/lis2dh/libdrivers__sensor__st__lis2dh.a(lis2dh_i2c.c.obj)
+ .text.z_log_msg_simple_create_0.constprop.0
+                0x000000000002e49c        0x8 zephyr/drivers/sensor/st/lis2mdl/libdrivers__sensor__st__lis2mdl.a(lis2mdl.c.obj)
+ .text.lis2mdl_sample_fetch_temp.isra.0
+                0x000000000002e4a4       0x22 zephyr/drivers/sensor/st/lis2mdl/libdrivers__sensor__st__lis2mdl.a(lis2mdl.c.obj)
+ .text.lis2mdl_sample_fetch
+                0x000000000002e4c6       0x2e zephyr/drivers/sensor/st/lis2mdl/libdrivers__sensor__st__lis2mdl.a(lis2mdl.c.obj)
+ .text.gpio_pin_interrupt_configure_dt
+                0x000000000002e4f4       0x3a zephyr/drivers/sensor/st/lis2mdl/libdrivers__sensor__st__lis2mdl.a(lis2mdl_trigger.c.obj)
+ .text.lis2mdl_gpio_callback
+                0x000000000002e52e       0x20 zephyr/drivers/sensor/st/lis2mdl/libdrivers__sensor__st__lis2mdl.a(lis2mdl_trigger.c.obj)
+ .text.lis2mdl_work_cb
+                0x000000000002e54e       0x2e zephyr/drivers/sensor/st/lis2mdl/libdrivers__sensor__st__lis2mdl.a(lis2mdl_trigger.c.obj)
+ .text.z_log_msg_simple_create_0
+                0x000000000002e57c        0x4 zephyr/drivers/spi/libdrivers__spi.a(spi_nrfx_spim.c.obj)
+ .text.irq_connect1
+                0x000000000002e580        0xa zephyr/drivers/spi/libdrivers__spi.a(spi_nrfx_spim.c.obj)
+ .text.spi_context_get_next_buf.constprop.0
+                0x000000000002e58a       0x26 zephyr/drivers/spi/libdrivers__spi.a(spi_nrfx_spim.c.obj)
+ .text.gpio_pin_set_dt.isra.0
+                0x000000000002e5b0       0x28 zephyr/drivers/spi/libdrivers__spi.a(spi_nrfx_spim.c.obj)
+ .text._spi_context_cs_control
+                0x000000000002e5d8       0x40 zephyr/drivers/spi/libdrivers__spi.a(spi_nrfx_spim.c.obj)
+ .text.spi_context_unlock_unconditionally
+                0x000000000002e618       0x20 zephyr/drivers/spi/libdrivers__spi.a(spi_nrfx_spim.c.obj)
+ .text.spi_nrfx_release
+                0x000000000002e638       0x24 zephyr/drivers/spi/libdrivers__spi.a(spi_nrfx_spim.c.obj)
+ .text.finish_transaction
+                0x000000000002e65c       0x22 zephyr/drivers/spi/libdrivers__spi.a(spi_nrfx_spim.c.obj)
+ .text.spi_nrfx_wake_request
+                0x000000000002e67e       0x50 zephyr/drivers/spi/libdrivers__spi.a(spi_nrfx_common.c.obj)
+                0x000000000002e67e                spi_nrfx_wake_request
+ .text.event_clear
+                0x000000000002e6ce       0x18 zephyr/drivers/timer/libdrivers__timer.a(nrf_rtc_timer.c.obj)
+ .text.sys_clock_cycle_get_32
+                0x000000000002e6e6        0x8 zephyr/drivers/timer/libdrivers__timer.a(nrf_rtc_timer.c.obj)
+                0x000000000002e6e6                sys_clock_cycle_get_32
+ .text.hci_driver_close
+                0x000000000002e6ee       0x24 modules/nrf/subsys/bluetooth/controller/lib..__nrf__subsys__bluetooth__controller.a(hci_driver.c.obj)
+ .text.hci_driver_send
+                0x000000000002e712       0x6c modules/nrf/subsys/bluetooth/controller/lib..__nrf__subsys__bluetooth__controller.a(hci_driver.c.obj)
+ .text.receive_work_handler
+                0x000000000002e77e        0x4 modules/nrf/subsys/bluetooth/controller/lib..__nrf__subsys__bluetooth__controller.a(hci_driver.c.obj)
+ .text.hci_internal_supported_commands
+                0x000000000002e782       0x76 modules/nrf/subsys/bluetooth/controller/lib..__nrf__subsys__bluetooth__controller.a(hci_internal.c.obj)
+                0x000000000002e782                hci_internal_supported_commands
+ .text.hci_internal_le_supported_features
+                0x000000000002e7f8       0x20 modules/nrf/subsys/bluetooth/controller/lib..__nrf__subsys__bluetooth__controller.a(hci_internal.c.obj)
+                0x000000000002e7f8                hci_internal_le_supported_features
+ .text.sys_memcpy_swap.constprop.0
+                0x000000000002e818       0x14 modules/nrf/subsys/bluetooth/controller/lib..__nrf__subsys__bluetooth__controller.a(ecdh.c.obj)
+ .text.ecdh_work_handler
+                0x000000000002e82c        0x4 modules/nrf/subsys/bluetooth/controller/lib..__nrf__subsys__bluetooth__controller.a(ecdh.c.obj)
+                0x000000000002e82c                ecdh_work_handler
+ .text.hci_ecdh_uninit
+                0x000000000002e830        0x2 modules/nrf/subsys/bluetooth/controller/lib..__nrf__subsys__bluetooth__controller.a(ecdh.c.obj)
+                0x000000000002e830                hci_ecdh_uninit
+ .text.hci_cmd_le_generate_dhkey
+                0x000000000002e832        0x6 modules/nrf/subsys/bluetooth/controller/lib..__nrf__subsys__bluetooth__controller.a(ecdh.c.obj)
+                0x000000000002e832                hci_cmd_le_generate_dhkey
+ .text.hci_cmd_le_generate_dhkey_v2
+                0x000000000002e838       0x10 modules/nrf/subsys/bluetooth/controller/lib..__nrf__subsys__bluetooth__controller.a(ecdh.c.obj)
+                0x000000000002e838                hci_cmd_le_generate_dhkey_v2
+ .text.mpsl_timer0_isr_wrapper
+                0x000000000002e848       0x1a modules/nrf/subsys/mpsl/init/lib..__nrf__subsys__mpsl__init.a(mpsl_init.c.obj)
+                0x000000000002e848                mpsl_timer0_isr_wrapper
+ .text.mpsl_low_prio_work_handler
+                0x000000000002e862       0x1a modules/nrf/subsys/mpsl/init/lib..__nrf__subsys__mpsl__init.a(mpsl_init.c.obj)
+ .text.mpsl_rtc0_isr_wrapper
+                0x000000000002e87c       0x16 modules/nrf/subsys/mpsl/init/lib..__nrf__subsys__mpsl__init.a(mpsl_init.c.obj)
+                0x000000000002e87c                mpsl_rtc0_isr_wrapper
+ .text.mpsl_radio_isr_wrapper
+                0x000000000002e892       0x1a modules/nrf/subsys/mpsl/init/lib..__nrf__subsys__mpsl__init.a(mpsl_init.c.obj)
+                0x000000000002e892                mpsl_radio_isr_wrapper
+ .text.mpsl_fem_api_init
+                0x000000000002e8ac        0xa modules/nrf/subsys/mpsl/fem/lib..__nrf__subsys__mpsl__fem.a(mpsl_fem_api_init.c.obj)
+ .text.nrfx_clock_stop
+                0x000000000002e8b6        0xa modules/nrf/drivers/mpsl/clock_control/lib..__nrf__drivers__mpsl__clock_control.a(nrfx_clock_mpsl.c.obj)
+                0x000000000002e8b6                nrfx_clock_stop
+ .text.nrfx_clock_enable
+                0x000000000002e8c0        0x2 modules/nrf/drivers/mpsl/clock_control/lib..__nrf__drivers__mpsl__clock_control.a(nrfx_clock_mpsl.c.obj)
+                0x000000000002e8c0                nrfx_clock_enable
+ .text.nrfx_power_clock_irq_handler
+                0x000000000002e8c2        0x4 modules/nrf/drivers/mpsl/clock_control/lib..__nrf__drivers__mpsl__clock_control.a(nrfx_clock_mpsl.c.obj)
+                0x000000000002e8c2                nrfx_power_clock_irq_handler
+ .text.nrf_flash_sync_is_required
+                0x000000000002e8c6       0x18 modules/nrf/drivers/mpsl/flash_sync/lib..__nrf__drivers__mpsl__flash_sync.a(flash_sync_mpsl.c.obj)
+                0x000000000002e8c6                nrf_flash_sync_is_required
+ .text.nrf_flash_sync_get_timestamp_begin
+                0x000000000002e8de        0x2 modules/nrf/drivers/mpsl/flash_sync/lib..__nrf__drivers__mpsl__flash_sync.a(flash_sync_mpsl.c.obj)
+                0x000000000002e8de                nrf_flash_sync_get_timestamp_begin
+ .text.temp_nrf5_mpsl_init
+                0x000000000002e8e0        0x4 modules/nrf/drivers/mpsl/temp_nrf5/lib..__nrf__drivers__mpsl__temp_nrf5.a(temp_nrf5_mpsl.c.obj)
+ .text.temp_nrf5_mpsl_sample_fetch
+                0x000000000002e8e4       0x1c modules/nrf/drivers/mpsl/temp_nrf5/lib..__nrf__drivers__mpsl__temp_nrf5.a(temp_nrf5_mpsl.c.obj)
+ .text.nrfx_isr
+                0x000000000002e900        0x2 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_glue.c.obj)
+                0x000000000002e900                nrfx_isr
+ .text.nrfx_busy_wait
+                0x000000000002e902        0x4 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_glue.c.obj)
+                0x000000000002e902                nrfx_busy_wait
+ .text.nrf_gpio_reconfigure
+                0x000000000002e906       0x92 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_gpiote.c.obj)
+ .text.nrf_gpio_cfg_sense_set
+                0x000000000002e998       0x1e modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_gpiote.c.obj)
+ .text.pin_in_event_get.isra.0
+                0x000000000002e9b6       0x22 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_gpiote.c.obj)
+ .text.pin_trigger_disable
+                0x000000000002e9d8       0x48 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_gpiote.c.obj)
+ .text.nrfx_gpiote_pin_uninit
+                0x000000000002ea20        0x4 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_gpiote.c.obj)
+                0x000000000002ea20                nrfx_gpiote_pin_uninit
+ .text.nrfx_gpiote_trigger_disable
+                0x000000000002ea24        0x4 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_gpiote.c.obj)
+                0x000000000002ea24                nrfx_gpiote_trigger_disable
+ .text.nrfx_gpiote_in_event_get
+                0x000000000002ea28        0x6 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_gpiote.c.obj)
+                0x000000000002ea28                nrfx_gpiote_in_event_get
+ .text.nrfx_nvmc_flash_size_get
+                0x000000000002ea2e        0xc modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_nvmc.c.obj)
+                0x000000000002ea2e                nrfx_nvmc_flash_size_get
+ .text.nrfx_nvmc_flash_page_size_get
+                0x000000000002ea3a        0x8 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_nvmc.c.obj)
+                0x000000000002ea3a                nrfx_nvmc_flash_page_size_get
+ .text.nrfx_nvmc_flash_page_count_get
+                0x000000000002ea42        0x8 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_nvmc.c.obj)
+                0x000000000002ea42                nrfx_nvmc_flash_page_count_get
+ .text.__nrfy_internal_spim_event_handle
+                0x000000000002ea4a       0x2a modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_spim.c.obj)
+ .text.__nrfy_internal_spim_events_process
+                0x000000000002ea74       0x7c modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_spim.c.obj)
+ .text.nrf_gpio_pin_set
+                0x000000000002eaf0       0x1a modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_spim.c.obj)
+ .text.nrf_gpio_pin_clear
+                0x000000000002eb0a       0x1a modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_spim.c.obj)
+ .text.spim_abort
+                0x000000000002eb24       0x2c modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_spim.c.obj)
+ .text.xfer_completeness_check
+                0x000000000002eb50       0x62 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_twim.c.obj)
+ .text.pins_configure
+                0x000000000002ebb2       0x24 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_twim.c.obj)
+ .text.__nrfy_internal_twim_event_handle.isra.0
+                0x000000000002ebd6       0x22 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_twim.c.obj)
+ .text.__nrfy_internal_twim_events_process.constprop.0
+                0x000000000002ebf8       0x54 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_twim.c.obj)
+ .text.nrf_gpio_pin_set
+                0x000000000002ec4c       0x1a modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_twi_twim.c.obj)
+ .text.z_impl_k_busy_wait
+                0x000000000002ec66        0x8 zephyr/kernel/libkernel.a(busy_wait.c.obj)
+                0x000000000002ec66                z_impl_k_busy_wait
+ .text.z_device_state_init
+                0x000000000002ec6e        0x2 zephyr/kernel/libkernel.a(device.c.obj)
+                0x000000000002ec6e                z_device_state_init
+ .text.z_device_is_ready
+                0x000000000002ec70       0x16 zephyr/kernel/libkernel.a(device.c.obj)
+                0x000000000002ec70                z_device_is_ready
+ .text.arch_system_halt
+                0x000000000002ec86       0x10 zephyr/kernel/libkernel.a(fatal.c.obj)
+                0x000000000002ec86                arch_system_halt
+ .text.do_device_init
+                0x000000000002ec96       0x30 zephyr/kernel/libkernel.a(init.c.obj)
+ .text.z_early_memset
+                0x000000000002ecc6        0x4 zephyr/kernel/libkernel.a(init.c.obj)
+                0x000000000002ecc6                z_early_memset
+ .text.z_early_memcpy
+                0x000000000002ecca        0x4 zephyr/kernel/libkernel.a(init.c.obj)
+                0x000000000002ecca                z_early_memcpy
+ .text.k_heap_init
+                0x000000000002ecce       0x10 zephyr/kernel/libkernel.a(kheap.c.obj)
+                0x000000000002ecce                k_heap_init
+ .text.k_heap_aligned_alloc
+                0x000000000002ecde       0x82 zephyr/kernel/libkernel.a(kheap.c.obj)
+                0x000000000002ecde                k_heap_aligned_alloc
+ .text.k_heap_free
+                0x000000000002ed60       0x38 zephyr/kernel/libkernel.a(kheap.c.obj)
+                0x000000000002ed60                k_heap_free
+ .text.create_free_list
+                0x000000000002ed98       0x2c zephyr/kernel/libkernel.a(mem_slab.c.obj)
+ .text.k_mem_slab_free
+                0x000000000002edc4       0x4a zephyr/kernel/libkernel.a(mem_slab.c.obj)
+                0x000000000002edc4                k_mem_slab_free
+ .text.idle     0x000000000002ee0e       0x16 zephyr/kernel/libkernel.a(idle.c.obj)
+                0x000000000002ee0e                idle
+ .text.adjust_owner_prio.isra.0
+                0x000000000002ee24       0x10 zephyr/kernel/libkernel.a(mutex.c.obj)
+ .text.z_impl_k_mutex_init
+                0x000000000002ee34        0xe zephyr/kernel/libkernel.a(mutex.c.obj)
+                0x000000000002ee34                z_impl_k_mutex_init
+ .text.queue_insert
+                0x000000000002ee42       0xca zephyr/kernel/libkernel.a(queue.c.obj)
+ .text.z_queue_node_peek
+                0x000000000002ef0c       0x18 zephyr/kernel/libkernel.a(queue.c.obj)
+                0x000000000002ef0c                z_queue_node_peek
+ .text.z_impl_k_queue_init
+                0x000000000002ef24       0x18 zephyr/kernel/libkernel.a(queue.c.obj)
+                0x000000000002ef24                z_impl_k_queue_init
+ .text.k_queue_append
+                0x000000000002ef3c       0x16 zephyr/kernel/libkernel.a(queue.c.obj)
+                0x000000000002ef3c                k_queue_append
+ .text.k_queue_prepend
+                0x000000000002ef52       0x14 zephyr/kernel/libkernel.a(queue.c.obj)
+                0x000000000002ef52                k_queue_prepend
+ .text.z_impl_k_sem_init
+                0x000000000002ef66       0x20 zephyr/kernel/libkernel.a(sem.c.obj)
+                0x000000000002ef66                z_impl_k_sem_init
+ .text.flag_test_and_clear
+                0x000000000002ef86       0x16 zephyr/kernel/libkernel.a(work.c.obj)
+ .text.handle_flush
+                0x000000000002ef9c        0x2 zephyr/kernel/libkernel.a(work.c.obj)
+ .text.unschedule_locked
+                0x000000000002ef9e       0x1e zephyr/kernel/libkernel.a(work.c.obj)
+ .text.notify_queue_locked.isra.0
+                0x000000000002efbc        0xe zephyr/kernel/libkernel.a(work.c.obj)
+ .text.cancel_async_locked
+                0x000000000002efca       0x5a zephyr/kernel/libkernel.a(work.c.obj)
+ .text.work_timeout
+                0x000000000002f024       0x3c zephyr/kernel/libkernel.a(work.c.obj)
+ .text.k_work_init
+                0x000000000002f060       0x12 zephyr/kernel/libkernel.a(work.c.obj)
+                0x000000000002f060                k_work_init
+ .text.k_work_busy_get
+                0x000000000002f072       0x1e zephyr/kernel/libkernel.a(work.c.obj)
+                0x000000000002f072                k_work_busy_get
+ .text.z_work_submit_to_queue
+                0x000000000002f090       0x26 zephyr/kernel/libkernel.a(work.c.obj)
+                0x000000000002f090                z_work_submit_to_queue
+ .text.k_work_submit_to_queue
+                0x000000000002f0b6       0x20 zephyr/kernel/libkernel.a(work.c.obj)
+                0x000000000002f0b6                k_work_submit_to_queue
+ .text.k_work_flush
+                0x000000000002f0d6       0x36 zephyr/kernel/libkernel.a(work.c.obj)
+                0x000000000002f0d6                k_work_flush
+ .text.k_work_queue_init
+                0x000000000002f10c        0xc zephyr/kernel/libkernel.a(work.c.obj)
+                0x000000000002f10c                k_work_queue_init
+ .text.k_work_init_delayable
+                0x000000000002f118       0x18 zephyr/kernel/libkernel.a(work.c.obj)
+                0x000000000002f118                k_work_init_delayable
+ .text.k_work_delayable_busy_get
+                0x000000000002f130        0x4 zephyr/kernel/libkernel.a(work.c.obj)
+                0x000000000002f130                k_work_delayable_busy_get
+ .text.k_work_cancel_delayable
+                0x000000000002f134       0x26 zephyr/kernel/libkernel.a(work.c.obj)
+                0x000000000002f134                k_work_cancel_delayable
+ .text.k_work_cancel_delayable_sync
+                0x000000000002f15a       0x60 zephyr/kernel/libkernel.a(work.c.obj)
+                0x000000000002f15a                k_work_cancel_delayable_sync
+ .text.k_is_in_isr
+                0x000000000002f1ba        0xc zephyr/kernel/libkernel.a(thread.c.obj)
+                0x000000000002f1ba                k_is_in_isr
+ .text.z_impl_k_thread_name_set
+                0x000000000002f1c6        0x6 zephyr/kernel/libkernel.a(thread.c.obj)
+                0x000000000002f1c6                z_impl_k_thread_name_set
+ .text.k_thread_name_get
+                0x000000000002f1cc        0x4 zephyr/kernel/libkernel.a(thread.c.obj)
+                0x000000000002f1cc                k_thread_name_get
+ .text.z_impl_k_thread_start
+                0x000000000002f1d0        0x4 zephyr/kernel/libkernel.a(thread.c.obj)
+                0x000000000002f1d0                z_impl_k_thread_start
+ .text.sys_dlist_remove
+                0x000000000002f1d4       0x10 zephyr/kernel/libkernel.a(sched.c.obj)
+ .text.unpend_thread_no_timeout
+                0x000000000002f1e4       0x14 zephyr/kernel/libkernel.a(sched.c.obj)
+ .text.add_to_waitq_locked
+                0x000000000002f1f8       0x50 zephyr/kernel/libkernel.a(sched.c.obj)
+ .text.z_sched_prio_cmp
+                0x000000000002f248       0x12 zephyr/kernel/libkernel.a(sched.c.obj)
+                0x000000000002f248                z_sched_prio_cmp
+ .text.z_ready_thread
+                0x000000000002f25a       0x1e zephyr/kernel/libkernel.a(sched.c.obj)
+                0x000000000002f25a                z_ready_thread
+ .text.z_impl_k_thread_suspend
+                0x000000000002f278       0x34 zephyr/kernel/libkernel.a(sched.c.obj)
+                0x000000000002f278                z_impl_k_thread_suspend
+ .text.z_unpend_thread_no_timeout
+                0x000000000002f2ac       0x22 zephyr/kernel/libkernel.a(sched.c.obj)
+                0x000000000002f2ac                z_unpend_thread_no_timeout
+ .text.z_sched_wake_thread
+                0x000000000002f2ce       0x42 zephyr/kernel/libkernel.a(sched.c.obj)
+                0x000000000002f2ce                z_sched_wake_thread
+ .text.z_thread_timeout
+                0x000000000002f310        0x8 zephyr/kernel/libkernel.a(sched.c.obj)
+                0x000000000002f310                z_thread_timeout
+ .text.z_unpend1_no_timeout
+                0x000000000002f318       0x2c zephyr/kernel/libkernel.a(sched.c.obj)
+                0x000000000002f318                z_unpend1_no_timeout
+ .text.z_unpend_first_thread
+                0x000000000002f344       0x36 zephyr/kernel/libkernel.a(sched.c.obj)
+                0x000000000002f344                z_unpend_first_thread
+ .text.z_unpend_thread
+                0x000000000002f37a       0x2e zephyr/kernel/libkernel.a(sched.c.obj)
+                0x000000000002f37a                z_unpend_thread
+ .text.z_unpend_all
+                0x000000000002f3a8       0x20 zephyr/kernel/libkernel.a(sched.c.obj)
+                0x000000000002f3a8                z_unpend_all
+ .text.z_thread_abort
+                0x000000000002f3c8       0x44 zephyr/kernel/libkernel.a(sched.c.obj)
+                0x000000000002f3c8                z_thread_abort
+ .text.z_sched_wake
+                0x000000000002f40c       0x44 zephyr/kernel/libkernel.a(sched.c.obj)
+                0x000000000002f40c                z_sched_wake
+ .text.z_abort_timeout
+                0x000000000002f450       0x2a zephyr/kernel/libkernel.a(timeout.c.obj)
+                0x000000000002f450                z_abort_timeout
+ .text.sys_clock_tick_get_32
+                0x000000000002f47a        0x8 zephyr/kernel/libkernel.a(timeout.c.obj)
+                0x000000000002f47a                sys_clock_tick_get_32
+ .text.z_impl_k_uptime_ticks
+                0x000000000002f482        0x4 zephyr/kernel/libkernel.a(timeout.c.obj)
+                0x000000000002f482                z_impl_k_uptime_ticks
+ .text.sys_timepoint_calc
+                0x000000000002f486       0x48 zephyr/kernel/libkernel.a(timeout.c.obj)
+                0x000000000002f486                sys_timepoint_calc
+ .text.sys_timepoint_timeout
+                0x000000000002f4ce       0x42 zephyr/kernel/libkernel.a(timeout.c.obj)
+                0x000000000002f4ce                sys_timepoint_timeout
+ .text.k_timer_init
+                0x000000000002f510       0x18 zephyr/kernel/libkernel.a(timer.c.obj)
+                0x000000000002f510                k_timer_init
+ .text.z_impl_k_timer_stop
+                0x000000000002f528       0x38 zephyr/kernel/libkernel.a(timer.c.obj)
+                0x000000000002f528                z_impl_k_timer_stop
+ .text.clear_event_registrations
+                0x000000000002f560       0x5c zephyr/kernel/libkernel.a(poll.c.obj)
+ .text.add_event
+                0x000000000002f5bc       0x62 zephyr/kernel/libkernel.a(poll.c.obj)
+ .text.register_events
+                0x000000000002f61e       0xf0 zephyr/kernel/libkernel.a(poll.c.obj)
+ .text.signal_poll_event
+                0x000000000002f70e       0x8c zephyr/kernel/libkernel.a(poll.c.obj)
+ .text.z_handle_obj_poll_events
+                0x000000000002f79a       0x34 zephyr/kernel/libkernel.a(poll.c.obj)
+                0x000000000002f79a                z_handle_obj_poll_events
+ .text.k_free   0x000000000002f7ce        0xe zephyr/kernel/libkernel.a(mempool.c.obj)
+                0x000000000002f7ce                k_free
+ .text.memcmp   0x000000000002f7dc       0x20 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-memcmp.o)
+                0x000000000002f7dc                memcmp
+ .text.memcpy   0x000000000002f7fc       0x1c /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-memcpy-stub.o)
+                0x000000000002f7fc                memcpy
+ .text.memset   0x000000000002f818       0x10 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-memset.o)
+                0x000000000002f818                memset
+ .text.__cvt    0x000000000002f828       0xce /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-nano-vfprintf_float.o)
+                0x000000000002f828                __cvt
+ .text.__exponent
+                0x000000000002f8f6       0x74 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-nano-vfprintf_float.o)
+                0x000000000002f8f6                __exponent
+ .text._printf_common
+                0x000000000002f96a       0xda /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-nano-vfprintf_i.o)
+                0x000000000002f96a                _printf_common
+ .text.strcpy   0x000000000002fa44       0x10 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-strcpy.o)
+                0x000000000002fa44                strcpy
+ .text.strnlen  0x000000000002fa54       0x18 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-strnlen.o)
+                0x000000000002fa54                strnlen
+ .text.quorem   0x000000000002fa6c      0x110 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-dtoa.o)
+ .text.__hi0bits
+                0x000000000002fb7c       0x44 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-mprec.o)
+                0x000000000002fb7c                __hi0bits
+ .text.__lo0bits
+                0x000000000002fbc0       0x5a /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-mprec.o)
+                0x000000000002fbc0                __lo0bits
+ .text.__mcmp   0x000000000002fc1a       0x36 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-mprec.o)
+                0x000000000002fc1a                __mcmp
+ .text._calloc_r
+                0x000000000002fc50       0x1c /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-nano-callocr.o)
+                0x000000000002fc50                _calloc_r
+ .text.__ascii_mbtowc
+                0x000000000002fc6c       0x24 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-mbtowc_r.o)
+                0x000000000002fc6c                __ascii_mbtowc
+ .text.__sfputc_r
+                0x000000000002fc90       0x2a /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-nano-vfprintf.o)
+ .text.__sfputs_r
+                0x000000000002fcba       0x24 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-nano-vfprintf.o)
+                0x000000000002fcba                __sfputs_r
+ .text.__ascii_wctomb
+                0x000000000002fcde       0x1a /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-wctomb_r.o)
+                0x000000000002fcde                __ascii_wctomb
+ .text.__sflush_r
+                0x000000000002fcf8      0x100 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-fflush.o)
+                0x000000000002fcf8                __sflush_r
+ .text.__sfmoreglue
+                0x000000000002fdf8       0x2c /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-findfp.o)
+                0x000000000002fdf8                __sfmoreglue
+ .text._fwalk_reent
+                0x000000000002fe24       0x3e /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-fwalk.o)
+                0x000000000002fe24                _fwalk_reent
+ .text.__swhatbuf_r
+                0x000000000002fe62       0x4c /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-makebuf.o)
+                0x000000000002fe62                __swhatbuf_r
+ .text.__sread  0x000000000002feae       0x22 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-stdio.o)
+                0x000000000002feae                __sread
+ .text.__swrite
+                0x000000000002fed0       0x38 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-stdio.o)
+                0x000000000002fed0                __swrite
+ .text.__sseek  0x000000000002ff08       0x24 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-stdio.o)
+                0x000000000002ff08                __sseek
+ .text.__sclose
+                0x000000000002ff2c        0x8 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-stdio.o)
+                0x000000000002ff2c                __sclose
+ *(SORT_BY_ALIGNMENT(.TEXT.*))
+ *(SORT_BY_ALIGNMENT(.gnu.linkonce.t.*))
+ *(SORT_BY_ALIGNMENT(.glue_7t))
+ .glue_7t       0x000000000002ff34        0x0 linker stubs
+ *(SORT_BY_ALIGNMENT(.glue_7))
+ .glue_7        0x000000000002ff34        0x0 linker stubs
+ *(SORT_BY_ALIGNMENT(.vfp11_veneer))
+ .vfp11_veneer  0x000000000002ff34        0x0 linker stubs
+ *(SORT_BY_ALIGNMENT(.v4_bx))
+ .v4_bx         0x000000000002ff34        0x0 linker stubs
+                0x000000000002ff34                . = ALIGN (0x4)
+                0x000000000002ff34                __text_region_end = .
+
+.ARM.exidx      0x000000000002ff34        0x8
+                0x000000000002ff34                __exidx_start = .
+ *(SORT_BY_ALIGNMENT(.ARM.exidx*) SORT_BY_ALIGNMENT(gnu.linkonce.armexidx.*))
+ .ARM.exidx     0x000000000002ff34        0x8 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/thumb/v7e-m/nofp/libgcc.a(_udivmoddi4.o)
+                0x000000000002ff3c                __exidx_end = .
+                0x000000000002ff3c                __rodata_region_start = .
+
+initlevel       0x000000000002ff3c       0xf0
+                0x000000000002ff3c                __init_start = .
+                0x000000000002ff3c                __init_EARLY_start = .
+ *(SORT_BY_NAME(SORT_BY_ALIGNMENT(.z_init_EARLY?_*)))
+ *(SORT_BY_NAME(SORT_BY_ALIGNMENT(.z_init_EARLY??_*)))
+                0x000000000002ff3c                __init_PRE_KERNEL_1_start = .
+ *(SORT_BY_NAME(SORT_BY_ALIGNMENT(.z_init_PRE_KERNEL_1?_*)))
+ .z_init_PRE_KERNEL_10_0_
+                0x000000000002ff3c        0x8 zephyr/soc/soc/nrf52833/libsoc__nordic.a(soc.c.obj)
+ *(SORT_BY_NAME(SORT_BY_ALIGNMENT(.z_init_PRE_KERNEL_1??_*)))
+ .z_init_PRE_KERNEL_130_00040_
+                0x000000000002ff44        0x8 zephyr/drivers/clock_control/libdrivers__clock_control.a(clock_control_nrf.c.obj)
+ .z_init_PRE_KERNEL_130_0_
+                0x000000000002ff4c        0x8 zephyr/kernel/libkernel.a(kheap.c.obj)
+ .z_init_PRE_KERNEL_130_0_
+                0x000000000002ff54        0x8 zephyr/kernel/libkernel.a(mem_slab.c.obj)
+ .z_init_PRE_KERNEL_140_00008_
+                0x000000000002ff5c        0x8 zephyr/drivers/gpio/libdrivers__gpio.a(gpio_nrfx.c.obj)
+ .z_init_PRE_KERNEL_140_00009_
+                0x000000000002ff64        0x8 zephyr/drivers/gpio/libdrivers__gpio.a(gpio_nrfx.c.obj)
+ .z_init_PRE_KERNEL_140_0_
+                0x000000000002ff6c        0x8 modules/nrf/subsys/mpsl/init/lib..__nrf__subsys__mpsl__init.a(mpsl_init.c.obj)
+ .z_init_PRE_KERNEL_140_0_
+                0x000000000002ff74        0x8 modules/nrf/subsys/mpsl/fem/lib..__nrf__subsys__mpsl__fem.a(mpsl_fem_api_init.c.obj)
+ .z_init_PRE_KERNEL_150_00004_
+                0x000000000002ff7c        0x8 zephyr/drivers/entropy/libdrivers__entropy.a(entropy_bt_hci.c.obj)
+ .z_init_PRE_KERNEL_150_00061_
+                0x000000000002ff84        0x8 zephyr/drivers/entropy/libdrivers__entropy.a(entropy_nrf5.c.obj)
+ .z_init_PRE_KERNEL_150_00073_
+                0x000000000002ff8c        0x8 zephyr/drivers/serial/libdrivers__serial.a(uart_nrfx_uart.c.obj)
+ .z_init_PRE_KERNEL_160_0_
+                0x000000000002ff94        0x8 zephyr/drivers/console/libdrivers__console.a(uart_console.c.obj)
+                0x000000000002ff9c                __init_PRE_KERNEL_2_start = .
+ *(SORT_BY_NAME(SORT_BY_ALIGNMENT(.z_init_PRE_KERNEL_2?_*)))
+ .z_init_PRE_KERNEL_20_0_
+                0x000000000002ff9c        0x8 zephyr/drivers/timer/libdrivers__timer.a(nrf_rtc_timer.c.obj)
+ *(SORT_BY_NAME(SORT_BY_ALIGNMENT(.z_init_PRE_KERNEL_2??_*)))
+ .z_init_PRE_KERNEL_240_0_
+                0x000000000002ffa4        0x8 zephyr/subsys/random/libsubsys__random.a(random_xoshiro128.c.obj)
+                0x000000000002ffac                __init_POST_KERNEL_start = .
+ *(SORT_BY_NAME(SORT_BY_ALIGNMENT(.z_init_POST_KERNEL?_*)))
+ .z_init_POST_KERNEL0_0_
+                0x000000000002ffac        0x8 zephyr/libzephyr.a(log_core.c.obj)
+ .z_init_POST_KERNEL0_0_
+                0x000000000002ffb4        0x8 zephyr/subsys/lorawan/libloramac-node.a(lorawan.c.obj)
+ *(SORT_BY_NAME(SORT_BY_ALIGNMENT(.z_init_POST_KERNEL??_*)))
+ .z_init_POST_KERNEL40_0_
+                0x000000000002ffbc        0x8 zephyr/lib/libc/newlib/liblib__libc__newlib.a(libc-hooks.c.obj)
+ .z_init_POST_KERNEL40_0_
+                0x000000000002ffc4        0x8 modules/nrf/subsys/mpsl/init/lib..__nrf__subsys__mpsl__init.a(mpsl_init.c.obj)
+ .z_init_POST_KERNEL40_0_
+                0x000000000002ffcc        0x8 zephyr/kernel/libkernel.a(system_work_q.c.obj)
+ .z_init_POST_KERNEL50_00078_
+                0x000000000002ffd4        0x8 zephyr/drivers/adc/libdrivers__adc.a(adc_nrfx_saadc.c.obj)
+ .z_init_POST_KERNEL50_00080_
+                0x000000000002ffdc        0x8 zephyr/drivers/flash/libdrivers__flash.a(soc_flash_nrf.c.obj)
+ .z_init_POST_KERNEL50_00088_
+                0x000000000002ffe4        0x8 zephyr/drivers/i2c/libdrivers__i2c.a(i2c_nrfx_twim.c.obj)
+ .z_init_POST_KERNEL50_00096_
+                0x000000000002ffec        0x8 zephyr/drivers/spi/libdrivers__spi.a(spi_nrfx_spim.c.obj)
+ .z_init_POST_KERNEL50_0_
+                0x000000000002fff4        0x8 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(long_wq.c.obj)
+ .z_init_POST_KERNEL50_0_
+                0x000000000002fffc        0x8 modules/nrf/subsys/bluetooth/controller/lib..__nrf__subsys__bluetooth__controller.a(hci_driver.c.obj)
+ .z_init_POST_KERNEL90_00068_
+                0x0000000000030004        0x8 modules/nrf/drivers/mpsl/temp_nrf5/lib..__nrf__drivers__mpsl__temp_nrf5.a(temp_nrf5_mpsl.c.obj)
+ .z_init_POST_KERNEL90_00089_
+                0x000000000003000c        0x8 zephyr/drivers/sensor/st/lis2dh/libdrivers__sensor__st__lis2dh.a(lis2dh.c.obj)
+ .z_init_POST_KERNEL90_00090_
+                0x0000000000030014        0x8 zephyr/drivers/sensor/st/lis2mdl/libdrivers__sensor__st__lis2mdl.a(lis2mdl.c.obj)
+ .z_init_POST_KERNEL90_00097_
+                0x000000000003001c        0x8 zephyr/drivers/sensor/bosch/bme280/libdrivers__sensor__bosch__bme280.a(bme280.c.obj)
+ .z_init_POST_KERNEL90_00098_
+                0x0000000000030024        0x8 zephyr/subsys/lorawan/libloramac-node.a(sx127x.c.obj)
+                0x000000000003002c                __init_APPLICATION_start = .
+ *(SORT_BY_NAME(SORT_BY_ALIGNMENT(.z_init_APPLICATION?_*)))
+ *(SORT_BY_NAME(SORT_BY_ALIGNMENT(.z_init_APPLICATION??_*)))
+                0x000000000003002c                __init_SMP_start = .
+ *(SORT_BY_NAME(SORT_BY_ALIGNMENT(.z_init_SMP?_*)))
+ *(SORT_BY_NAME(SORT_BY_ALIGNMENT(.z_init_SMP??_*)))
+                0x000000000003002c                __init_end = .
+                0x000000000003002c                __deferred_init_list_start = .
+ *(SORT_BY_ALIGNMENT(.z_deferred_init))
+                0x000000000003002c                __deferred_init_list_end = .
+
+device_area     0x000000000003002c      0x12c
+                0x000000000003002c                _device_list_start = .
+ *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._device.static.*_?_*)))
+ *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._device.static.*_??_*)))
+ ._device.static.1_30_
+                0x000000000003002c       0x14 zephyr/drivers/clock_control/libdrivers__clock_control.a(clock_control_nrf.c.obj)
+                0x000000000003002c                __device_dts_ord_40
+ ._device.static.1_40_
+                0x0000000000030040       0x28 zephyr/drivers/gpio/libdrivers__gpio.a(gpio_nrfx.c.obj)
+                0x0000000000030040                __device_dts_ord_9
+                0x0000000000030054                __device_dts_ord_8
+ ._device.static.1_50_
+                0x0000000000030068       0x14 zephyr/drivers/entropy/libdrivers__entropy.a(entropy_nrf5.c.obj)
+                0x0000000000030068                __device_dts_ord_61
+ ._device.static.1_50_
+                0x000000000003007c       0x14 zephyr/drivers/entropy/libdrivers__entropy.a(entropy_bt_hci.c.obj)
+                0x000000000003007c                __device_dts_ord_4
+ ._device.static.1_50_
+                0x0000000000030090       0x14 zephyr/drivers/serial/libdrivers__serial.a(uart_nrfx_uart.c.obj)
+                0x0000000000030090                __device_dts_ord_73
+ ._device.static.3_50_
+                0x00000000000300a4       0x14 zephyr/drivers/adc/libdrivers__adc.a(adc_nrfx_saadc.c.obj)
+                0x00000000000300a4                __device_dts_ord_78
+ ._device.static.3_50_
+                0x00000000000300b8       0x14 zephyr/drivers/flash/libdrivers__flash.a(soc_flash_nrf.c.obj)
+                0x00000000000300b8                __device_dts_ord_80
+ ._device.static.3_50_
+                0x00000000000300cc       0x14 zephyr/drivers/i2c/libdrivers__i2c.a(i2c_nrfx_twim.c.obj)
+                0x00000000000300cc                __device_dts_ord_88
+ ._device.static.3_50_
+                0x00000000000300e0       0x14 zephyr/drivers/spi/libdrivers__spi.a(spi_nrfx_spim.c.obj)
+                0x00000000000300e0                __device_dts_ord_96
+ ._device.static.3_90_
+                0x00000000000300f4       0x14 zephyr/subsys/lorawan/libloramac-node.a(sx127x.c.obj)
+                0x00000000000300f4                __device_dts_ord_98
+ ._device.static.3_90_
+                0x0000000000030108       0x14 zephyr/drivers/sensor/bosch/bme280/libdrivers__sensor__bosch__bme280.a(bme280.c.obj)
+                0x0000000000030108                __device_dts_ord_97
+ ._device.static.3_90_
+                0x000000000003011c       0x14 zephyr/drivers/sensor/st/lis2dh/libdrivers__sensor__st__lis2dh.a(lis2dh.c.obj)
+                0x000000000003011c                __device_dts_ord_89
+ ._device.static.3_90_
+                0x0000000000030130       0x14 zephyr/drivers/sensor/st/lis2mdl/libdrivers__sensor__st__lis2mdl.a(lis2mdl.c.obj)
+                0x0000000000030130                __device_dts_ord_90
+ ._device.static.3_90_
+                0x0000000000030144       0x14 modules/nrf/drivers/mpsl/temp_nrf5/lib..__nrf__drivers__mpsl__temp_nrf5.a(temp_nrf5_mpsl.c.obj)
+                0x0000000000030144                __device_dts_ord_68
+                0x0000000000030158                _device_list_end = .
+
+sw_isr_table    0x0000000000030158      0x180
+                0x0000000000030158                . = ALIGN (0x4)
+ *(SORT_BY_ALIGNMENT(.gnu.linkonce.sw_isr_table*))
+ .gnu.linkonce.sw_isr_table
+                0x0000000000030158      0x180 zephyr/CMakeFiles/zephyr_final.dir/isr_tables.c.obj
+                0x0000000000030158                _sw_isr_table
+
+initlevel_error
+                0x000000000002ff3c        0x0
+ *(SORT_BY_NAME(SORT_BY_ALIGNMENT(.z_init_[_A-Z0-9]*)))
+                0x0000000000000001                ASSERT ((SIZEOF (initlevel_error) == 0x0), Undefined initialization levels used.)
+
+app_shmem_regions
+                0x00000000000302d8        0x0
+                0x00000000000302d8                __app_shmem_regions_start = .
+ *(SORT_BY_NAME(SORT_BY_ALIGNMENT(.app_regions.*)))
+                0x00000000000302d8                __app_shmem_regions_end = .
+
+k_p4wq_initparam_area
+                0x00000000000302d8        0x0
+                0x00000000000302d8                _k_p4wq_initparam_list_start = .
+ *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._k_p4wq_initparam.static.*)))
+                0x00000000000302d8                _k_p4wq_initparam_list_end = .
+
+_static_thread_data_area
+                0x00000000000302d8        0x0
+                0x00000000000302d8                __static_thread_data_list_start = .
+ *(SORT_BY_NAME(SORT_BY_ALIGNMENT(.__static_thread_data.static.*)))
+                0x00000000000302d8                __static_thread_data_list_end = .
+
+device_deps     0x00000000000302d8        0x0
+                0x00000000000302d8                __device_deps_start = .
+ *(SORT_BY_NAME(SORT_BY_ALIGNMENT(.__device_deps_pass2*)))
+                0x00000000000302d8                __device_deps_end = .
+
+ztest           0x00000000000302d8        0x0
+                0x00000000000302d8                _ztest_expected_result_entry_list_start = .
+ *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._ztest_expected_result_entry.static.*)))
+                0x00000000000302d8                _ztest_expected_result_entry_list_end = .
+                0x00000000000302d8                _ztest_suite_node_list_start = .
+ *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._ztest_suite_node.static.*)))
+                0x00000000000302d8                _ztest_suite_node_list_end = .
+                0x00000000000302d8                _ztest_unit_test_list_start = .
+ *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._ztest_unit_test.static.*)))
+                0x00000000000302d8                _ztest_unit_test_list_end = .
+                0x00000000000302d8                _ztest_test_rule_list_start = .
+ *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._ztest_test_rule.static.*)))
+                0x00000000000302d8                _ztest_test_rule_list_end = .
+
+bt_l2cap_fixed_chan_area
+                0x00000000000302d8       0x24
+                0x00000000000302d8                _bt_l2cap_fixed_chan_list_start = .
+ *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._bt_l2cap_fixed_chan.static.*)))
+ ._bt_l2cap_fixed_chan.static.le_fixed_chan_
+                0x00000000000302d8        0xc zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(l2cap.c.obj)
+                0x00000000000302d8                le_fixed_chan
+ ._bt_l2cap_fixed_chan.static.smp_fixed_chan_
+                0x00000000000302e4        0xc zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(smp_null.c.obj)
+                0x00000000000302e4                smp_fixed_chan
+ ._bt_l2cap_fixed_chan.static.z_att_fixed_chan_
+                0x00000000000302f0        0xc zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(att.c.obj)
+                0x00000000000302f0                z_att_fixed_chan
+                0x00000000000302fc                _bt_l2cap_fixed_chan_list_end = .
+
+bt_conn_cb_area
+                0x00000000000302fc        0x0
+                0x00000000000302fc                _bt_conn_cb_list_start = .
+ *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._bt_conn_cb.static.*)))
+                0x00000000000302fc                _bt_conn_cb_list_end = .
+
+bt_gatt_service_static_area
+                0x00000000000302fc       0x10
+                0x00000000000302fc                _bt_gatt_service_static_list_start = .
+ *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._bt_gatt_service_static.static.*)))
+ ._bt_gatt_service_static.static._1_gatt_svc_
+                0x00000000000302fc        0x8 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(gatt.c.obj)
+                0x00000000000302fc                _1_gatt_svc
+ ._bt_gatt_service_static.static._2_gap_svc_
+                0x0000000000030304        0x8 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(gatt.c.obj)
+                0x0000000000030304                _2_gap_svc
+                0x000000000003030c                _bt_gatt_service_static_list_end = .
+
+log_strings_area
+                0x000000000003030c        0x0
+                0x000000000003030c                _log_strings_list_start = .
+ *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._log_strings.static.*)))
+                0x000000000003030c                _log_strings_list_end = .
+
+log_const_area  0x000000000003030c      0x138
+                0x000000000003030c                _log_const_list_start = .
+ *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._log_const.static.*)))
+ ._log_const.static.log_const_BME280_
+                0x000000000003030c        0x8 zephyr/drivers/sensor/bosch/bme280/libdrivers__sensor__bosch__bme280.a(bme280.c.obj)
+                0x000000000003030c                log_const_BME280
+ ._log_const.static.log_const_LIS2MDL_
+                0x0000000000030314        0x8 zephyr/drivers/sensor/st/lis2mdl/libdrivers__sensor__st__lis2mdl.a(lis2mdl.c.obj)
+                0x0000000000030314                log_const_LIS2MDL
+ ._log_const.static.log_const_adc_nrfx_saadc_
+                0x000000000003031c        0x8 zephyr/drivers/adc/libdrivers__adc.a(adc_nrfx_saadc.c.obj)
+                0x000000000003031c                log_const_adc_nrfx_saadc
+ ._log_const.static.log_const_bt_adv_
+                0x0000000000030324        0x8 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(adv.c.obj)
+                0x0000000000030324                log_const_bt_adv
+ ._log_const.static.log_const_bt_att_
+                0x000000000003032c        0x8 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(att.c.obj)
+                0x000000000003032c                log_const_bt_att
+ ._log_const.static.log_const_bt_conn_
+                0x0000000000030334        0x8 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(conn.c.obj)
+                0x0000000000030334                log_const_bt_conn
+ ._log_const.static.log_const_bt_data_
+                0x000000000003033c        0x8 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(data.c.obj)
+                0x000000000003033c                log_const_bt_data
+ ._log_const.static.log_const_bt_gatt_
+                0x0000000000030344        0x8 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(gatt.c.obj)
+                0x0000000000030344                log_const_bt_gatt
+ ._log_const.static.log_const_bt_hci_core_
+                0x000000000003034c        0x8 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+                0x000000000003034c                log_const_bt_hci_core
+ ._log_const.static.log_const_bt_id_
+                0x0000000000030354        0x8 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(id.c.obj)
+                0x0000000000030354                log_const_bt_id
+ ._log_const.static.log_const_bt_l2cap_
+                0x000000000003035c        0x8 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(l2cap.c.obj)
+                0x000000000003035c                log_const_bt_l2cap
+ ._log_const.static.log_const_bt_sdc_crypto_
+                0x0000000000030364        0x8 modules/nrf/subsys/bluetooth/controller/lib..__nrf__subsys__bluetooth__controller.a(crypto.c.obj)
+                0x0000000000030364                log_const_bt_sdc_crypto
+ ._log_const.static.log_const_bt_sdc_ecdh_
+                0x000000000003036c        0x8 modules/nrf/subsys/bluetooth/controller/lib..__nrf__subsys__bluetooth__controller.a(ecdh.c.obj)
+                0x000000000003036c                log_const_bt_sdc_ecdh
+ ._log_const.static.log_const_bt_sdc_hci_driver_
+                0x0000000000030374        0x8 modules/nrf/subsys/bluetooth/controller/lib..__nrf__subsys__bluetooth__controller.a(hci_driver.c.obj)
+                0x0000000000030374                log_const_bt_sdc_hci_driver
+ ._log_const.static.log_const_bt_smp_
+                0x000000000003037c        0x8 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(smp_null.c.obj)
+                0x000000000003037c                log_const_bt_smp
+ ._log_const.static.log_const_cbprintf_package_
+                0x0000000000030384        0x8 zephyr/libzephyr.a(cbprintf_packaged.c.obj)
+                0x0000000000030384                log_const_cbprintf_package
+ ._log_const.static.log_const_clock_control_
+                0x000000000003038c        0x8 zephyr/drivers/clock_control/libdrivers__clock_control.a(clock_control_nrf.c.obj)
+                0x000000000003038c                log_const_clock_control
+ ._log_const.static.log_const_flash_nrf_
+                0x0000000000030394        0x8 zephyr/drivers/flash/libdrivers__flash.a(soc_flash_nrf.c.obj)
+                0x0000000000030394                log_const_flash_nrf
+ ._log_const.static.log_const_flash_sync_mpsl_
+                0x000000000003039c        0x8 modules/nrf/drivers/mpsl/flash_sync/lib..__nrf__drivers__mpsl__flash_sync.a(flash_sync_mpsl.c.obj)
+                0x000000000003039c                log_const_flash_sync_mpsl
+ ._log_const.static.log_const_fs_nvs_
+                0x00000000000303a4        0x8 zephyr/libzephyr.a(nvs.c.obj)
+                0x00000000000303a4                log_const_fs_nvs
+ ._log_const.static.log_const_i2c_
+                0x00000000000303ac        0x8 zephyr/drivers/i2c/libdrivers__i2c.a(i2c_common.c.obj)
+                0x00000000000303ac                log_const_i2c
+ ._log_const.static.log_const_i2c_nrfx_twim_
+                0x00000000000303b4        0x8 zephyr/drivers/i2c/libdrivers__i2c.a(i2c_nrfx_twim.c.obj)
+                0x00000000000303b4                log_const_i2c_nrfx_twim
+ ._log_const.static.log_const_lis2dh_
+                0x00000000000303bc        0x8 zephyr/drivers/sensor/st/lis2dh/libdrivers__sensor__st__lis2dh.a(lis2dh.c.obj)
+                0x00000000000303bc                log_const_lis2dh
+ ._log_const.static.log_const_log_
+                0x00000000000303c4        0x8 zephyr/libzephyr.a(log_core.c.obj)
+                0x00000000000303c4                log_const_log
+ ._log_const.static.log_const_log_mgmt_
+                0x00000000000303cc        0x8 zephyr/libzephyr.a(log_mgmt.c.obj)
+                0x00000000000303cc                log_const_log_mgmt
+ ._log_const.static.log_const_log_uart_
+                0x00000000000303d4        0x8 zephyr/libzephyr.a(log_backend_uart.c.obj)
+                0x00000000000303d4                log_const_log_uart
+ ._log_const.static.log_const_lorawan_
+                0x00000000000303dc        0x8 zephyr/subsys/lorawan/libloramac-node.a(lorawan.c.obj)
+                0x00000000000303dc                log_const_lorawan
+ ._log_const.static.log_const_lorawan_class_a_
+                0x00000000000303e4        0x8 app/libapp.a(main.c.obj)
+                0x00000000000303e4                log_const_lorawan_class_a
+ ._log_const.static.log_const_lorawan_nvm_
+                0x00000000000303ec        0x8 zephyr/subsys/lorawan/libloramac-node.a(lorawan_nvm_settings.c.obj)
+                0x00000000000303ec                log_const_lorawan_nvm
+ ._log_const.static.log_const_mpsl_init_
+                0x00000000000303f4        0x8 modules/nrf/subsys/mpsl/init/lib..__nrf__subsys__mpsl__init.a(mpsl_init.c.obj)
+                0x00000000000303f4                log_const_mpsl_init
+ ._log_const.static.log_const_net_buf_
+                0x00000000000303fc        0x8 zephyr/subsys/net/libsubsys__net.a(buf.c.obj)
+                0x00000000000303fc                log_const_net_buf
+ ._log_const.static.log_const_net_buf_simple_
+                0x0000000000030404        0x8 zephyr/subsys/net/libsubsys__net.a(buf_simple.c.obj)
+                0x0000000000030404                log_const_net_buf_simple
+ ._log_const.static.log_const_os_
+                0x000000000003040c        0x8 zephyr/kernel/libkernel.a(init.c.obj)
+                0x000000000003040c                log_const_os
+ ._log_const.static.log_const_settings_
+                0x0000000000030414        0x8 zephyr/libzephyr.a(settings.c.obj)
+                0x0000000000030414                log_const_settings
+ ._log_const.static.log_const_soc_
+                0x000000000003041c        0x8 zephyr/soc/soc/nrf52833/libsoc__nordic.a(soc.c.obj)
+                0x000000000003041c                log_const_soc
+ ._log_const.static.log_const_spi_nrfx_spim_
+                0x0000000000030424        0x8 zephyr/drivers/spi/libdrivers__spi.a(spi_nrfx_spim.c.obj)
+                0x0000000000030424                log_const_spi_nrfx_spim
+ ._log_const.static.log_const_sx127x_
+                0x000000000003042c        0x8 zephyr/subsys/lorawan/libloramac-node.a(sx127x.c.obj)
+                0x000000000003042c                log_const_sx127x
+ ._log_const.static.log_const_sx12xx_common_
+                0x0000000000030434        0x8 zephyr/subsys/lorawan/libloramac-node.a(sx12xx_common.c.obj)
+                0x0000000000030434                log_const_sx12xx_common
+ ._log_const.static.log_const_temp_nrf5_mpsl_
+                0x000000000003043c        0x8 modules/nrf/drivers/mpsl/temp_nrf5/lib..__nrf__drivers__mpsl__temp_nrf5.a(temp_nrf5_mpsl.c.obj)
+                0x000000000003043c                log_const_temp_nrf5_mpsl
+                0x0000000000030444                _log_const_list_end = .
+
+log_backend_area
+                0x0000000000030444       0x10
+                0x0000000000030444                _log_backend_list_start = .
+ *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._log_backend.static.*)))
+ ._log_backend.static.log_backend_uart_
+                0x0000000000030444       0x10 zephyr/libzephyr.a(log_backend_uart.c.obj)
+                0x0000000000030454                _log_backend_list_end = .
+
+log_link_area   0x0000000000030454        0x0
+                0x0000000000030454                _log_link_list_start = .
+ *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._log_link.static.*)))
+                0x0000000000030454                _log_link_list_end = .
+
+tracing_backend_area
+                0x0000000000030454        0x0
+                0x0000000000030454                _tracing_backend_list_start = .
+ *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._tracing_backend.static.*)))
+                0x0000000000030454                _tracing_backend_list_end = .
+
+zephyr_dbg_info
+ *(SORT_BY_ALIGNMENT(.dbg_thread_info))
+
+settings_handler_static_area
+                0x0000000000030454       0x14
+                0x0000000000030454                _settings_handler_static_list_start = .
+ *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._settings_handler_static.static.*)))
+ ._settings_handler_static.static.settings_handler_bt_ccc_
+                0x0000000000030454       0x14 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(gatt.c.obj)
+                0x0000000000030454                settings_handler_bt_ccc
+                0x0000000000030468                _settings_handler_static_list_end = .
+
+symbol_to_keep  0x0000000000030468        0x0
+                0x0000000000030468                __symbol_to_keep_start = .
+ *(SORT_BY_NAME(SORT_BY_ALIGNMENT(.symbol_to_keep*)))
+                0x0000000000030468                __symbol_to_keep_end = .
+
+shell_area      0x0000000000030468        0x0
+                0x0000000000030468                _shell_list_start = .
+ *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._shell.static.*)))
+                0x0000000000030468                _shell_list_end = .
+
+shell_root_cmds_area
+                0x0000000000030468        0x0
+                0x0000000000030468                _shell_root_cmds_list_start = .
+ *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._shell_root_cmds.static.*)))
+                0x0000000000030468                _shell_root_cmds_list_end = .
+
+shell_subcmds_area
+                0x0000000000030468        0x0
+                0x0000000000030468                _shell_subcmds_list_start = .
+ *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._shell_subcmds.static.*)))
+                0x0000000000030468                _shell_subcmds_list_end = .
+
+shell_dynamic_subcmds_area
+                0x0000000000030468        0x0
+                0x0000000000030468                _shell_dynamic_subcmds_list_start = .
+ *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._shell_dynamic_subcmds.static.*)))
+                0x0000000000030468                _shell_dynamic_subcmds_list_end = .
+
+cfb_font_area   0x0000000000030468        0x0
+                0x0000000000030468                _cfb_font_list_start = .
+ *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._cfb_font.static.*)))
+                0x0000000000030468                _cfb_font_list_end = .
+
+rodata          0x0000000000030470     0x487c
+ *(SORT_BY_ALIGNMENT(.rodata))
+ .rodata        0x0000000000030470       0x2c zephyr/libzephyr.a(aes_encrypt.c.obj)
+ .rodata        0x000000000003049c       0x24 zephyr/subsys/lorawan/libloramac-node.a(RegionEU868.c.obj)
+ .rodata        0x00000000000304c0       0x38 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+ .rodata        0x00000000000304f8        0x8 zephyr/kernel/libkernel.a(system_work_q.c.obj)
+ .rodata        0x0000000000030500      0x144 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .rodata        0x0000000000030644       0x90 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+                0x00000000000306c0                sym_OW4FCVYV7CD5K552B5EATVXKXK5HNDFX7JEYSUI
+ .rodata        0x00000000000306d4        0x8 app/libapp.a(main.c.obj)
+ *(SORT_BY_ALIGNMENT(.rodata.*))
+ *fill*         0x00000000000306dc        0x4 
+ .rodata.delay_machine_code.0
+                0x00000000000306e0        0x6 zephyr/soc/soc/nrf52833/libsoc__nordic.a(soc.c.obj)
+ *fill*         0x00000000000306e6        0x2 
+ .rodata.__mprec_bigtens
+                0x00000000000306e8       0x28 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-mprec.o)
+                0x00000000000306e8                __mprec_bigtens
+ .rodata.__mprec_tens
+                0x0000000000030710       0xc8 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-mprec.o)
+                0x0000000000030710                __mprec_tens
+ .rodata.mpsc_config
+                0x00000000000307d8       0x14 zephyr/libzephyr.a(log_core.c.obj)
+ .rodata.format_table
+                0x00000000000307ec       0x10 zephyr/libzephyr.a(log_core.c.obj)
+ .rodata.colors
+                0x00000000000307fc       0x14 zephyr/libzephyr.a(log_output.c.obj)
+ .rodata.severity
+                0x0000000000030810       0x14 zephyr/libzephyr.a(log_output.c.obj)
+ .rodata.lbu_cb_ctx
+                0x0000000000030824        0x8 zephyr/libzephyr.a(log_backend_uart.c.obj)
+ .rodata.lbu_output
+                0x000000000003082c       0x10 zephyr/libzephyr.a(log_backend_uart.c.obj)
+ .rodata.log_backend_uart_api
+                0x000000000003083c       0x1c zephyr/libzephyr.a(log_backend_uart.c.obj)
+                0x000000000003083c                log_backend_uart_api
+ .rodata.flash_map_entries
+                0x0000000000030858        0x4 zephyr/libzephyr.a(flash_map_default.c.obj)
+                0x0000000000030858                flash_map_entries
+ .rodata.default_flash_map
+                0x000000000003085c       0x50 zephyr/libzephyr.a(flash_map_default.c.obj)
+                0x000000000003085c                default_flash_map
+ .rodata.eventinfo2errno
+                0x00000000000308ac       0x40 zephyr/subsys/lorawan/libloramac-node.a(lw_priv.c.obj)
+ .rodata.status2errno
+                0x00000000000308ec       0x5c zephyr/subsys/lorawan/libloramac-node.a(lw_priv.c.obj)
+ .rodata.eventinfo2str
+                0x0000000000030948       0x40 zephyr/subsys/lorawan/libloramac-node.a(lw_priv.c.obj)
+ .rodata.status2str
+                0x0000000000030988       0x60 zephyr/subsys/lorawan/libloramac-node.a(lw_priv.c.obj)
+ .rodata.nvm_setting_descriptors
+                0x00000000000309e8       0x8c zephyr/subsys/lorawan/libloramac-node.a(lorawan_nvm_settings.c.obj)
+ .rodata.sx127x_lora_api
+                0x0000000000030a74       0x18 zephyr/subsys/lorawan/libloramac-node.a(sx127x.c.obj)
+ .rodata.Radio  0x0000000000030a8c       0x6c zephyr/subsys/lorawan/libloramac-node.a(sx127x.c.obj)
+                0x0000000000030a8c                Radio
+ .rodata.dev_config
+                0x0000000000030af8       0x20 zephyr/subsys/lorawan/libloramac-node.a(sx127x.c.obj)
+ .rodata.CSWTCH.65
+                0x0000000000030b18        0xc zephyr/subsys/lorawan/libloramac-node.a(sx1276.c.obj)
+ .rodata.FskBandwidths
+                0x0000000000030b24       0xb0 zephyr/subsys/lorawan/libloramac-node.a(sx1276.c.obj)
+                0x0000000000030b24                FskBandwidths
+ .rodata.BandwidthsEU868
+                0x0000000000030bd4       0x20 zephyr/subsys/lorawan/libloramac-node.a(RegionEU868.c.obj)
+ .rodata.net_buf_fixed_alloc_hci_rx_pool
+                0x0000000000030bf4        0xc zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(buf.c.obj)
+ .rodata.net_buf_fixed_hci_rx_pool
+                0x0000000000030c00        0x4 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(buf.c.obj)
+ .rodata.net_buf_fixed_alloc_discardable_pool
+                0x0000000000030c04        0xc zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(buf.c.obj)
+ .rodata.net_buf_fixed_discardable_pool
+                0x0000000000030c10        0x4 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(buf.c.obj)
+ .rodata.net_buf_fixed_alloc_sync_evt_pool
+                0x0000000000030c14        0xc zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(buf.c.obj)
+ .rodata.net_buf_fixed_sync_evt_pool
+                0x0000000000030c20        0x4 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(buf.c.obj)
+ .rodata.var_str.1
+                0x0000000000030c24       0x10 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+ .rodata.nordic_str.2
+                0x0000000000030c34       0x18 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+ .rodata.plat_str.3
+                0x0000000000030c4c       0x10 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+ .rodata.prio_events
+                0x0000000000030c5c       0x28 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+ .rodata.normal_events
+                0x0000000000030c84       0x20 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+ .rodata.meta_events
+                0x0000000000030ca4       0x38 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+ .rodata.vs_events
+                0x0000000000030cdc        0x0 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+ .rodata.net_buf_fixed_alloc_hci_cmd_pool
+                0x0000000000030cdc        0xc zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+ .rodata.net_buf_fixed_hci_cmd_pool
+                0x0000000000030ce8        0x4 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+ .rodata.CSWTCH.7235
+                0x0000000000030cec       0x24 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(conn.c.obj)
+ .rodata.net_buf_fixed_alloc_frag_pool
+                0x0000000000030d10        0xc zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(conn.c.obj)
+ .rodata.net_buf_fixed_frag_pool
+                0x0000000000030d1c        0x4 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(conn.c.obj)
+ .rodata.net_buf_fixed_alloc_acl_tx_pool
+                0x0000000000030d20        0xc zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(conn.c.obj)
+ .rodata.net_buf_fixed_acl_tx_pool
+                0x0000000000030d2c        0x4 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(conn.c.obj)
+ .rodata.ops.0  0x0000000000030d30       0x28 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(l2cap.c.obj)
+ .rodata.handlers
+                0x0000000000030d58       0x70 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(att.c.obj)
+ .rodata.net_buf_fixed_alloc_att_pool
+                0x0000000000030dc8        0xc zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(att.c.obj)
+ .rodata.net_buf_fixed_att_pool
+                0x0000000000030dd4        0x4 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(att.c.obj)
+ .rodata.attr__1_gatt_svc
+                0x0000000000030dd8       0xa0 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(gatt.c.obj)
+                0x0000000000030dd8                attr__1_gatt_svc
+ .rodata.attr__2_gap_svc
+                0x0000000000030e78       0x8c zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(gatt.c.obj)
+                0x0000000000030e78                attr__2_gap_svc
+ .rodata.ops.0  0x0000000000030f04       0x28 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(smp_null.c.obj)
+ .rodata.net_buf_fixed_cb
+                0x0000000000030f2c        0xc zephyr/subsys/net/libsubsys__net.a(buf.c.obj)
+                0x0000000000030f2c                net_buf_fixed_cb
+ .rodata.adc_nrfx_driver_api
+                0x0000000000030f38        0xc zephyr/drivers/adc/libdrivers__adc.a(adc_nrfx_saadc.c.obj)
+ .rodata.transitions.0
+                0x0000000000030f44        0xc zephyr/drivers/clock_control/libdrivers__clock_control.a(clock_control_nrf.c.obj)
+ .rodata.config
+                0x0000000000030f50       0x18 zephyr/drivers/clock_control/libdrivers__clock_control.a(clock_control_nrf.c.obj)
+ .rodata.clock_control_api
+                0x0000000000030f68       0x1c zephyr/drivers/clock_control/libdrivers__clock_control.a(clock_control_nrf.c.obj)
+ .rodata.entropy_nrf5_api_funcs
+                0x0000000000030f84        0x8 zephyr/drivers/entropy/libdrivers__entropy.a(entropy_nrf5.c.obj)
+ .rodata.entropy_bt_api
+                0x0000000000030f8c        0x8 zephyr/drivers/entropy/libdrivers__entropy.a(entropy_bt_hci.c.obj)
+ .rodata.flash_nrf_api
+                0x0000000000030f94       0x14 zephyr/drivers/flash/libdrivers__flash.a(soc_flash_nrf.c.obj)
+ .rodata.flash_nrf_parameters
+                0x0000000000030fa8        0x8 zephyr/drivers/flash/libdrivers__flash.a(soc_flash_nrf.c.obj)
+ .rodata.gpio_nrfx_p1_cfg
+                0x0000000000030fb0       0x18 zephyr/drivers/gpio/libdrivers__gpio.a(gpio_nrfx.c.obj)
+ .rodata.gpio_nrfx_p0_cfg
+                0x0000000000030fc8       0x18 zephyr/drivers/gpio/libdrivers__gpio.a(gpio_nrfx.c.obj)
+ .rodata.gpio_nrfx_drv_api_funcs
+                0x0000000000030fe0       0x24 zephyr/drivers/gpio/libdrivers__gpio.a(gpio_nrfx.c.obj)
+ .rodata.twim_0z_config
+                0x0000000000031004       0x28 zephyr/drivers/i2c/libdrivers__i2c.a(i2c_nrfx_twim.c.obj)
+ .rodata.__pinctrl_dev_config__device_dts_ord_88
+                0x000000000003102c        0xc zephyr/drivers/i2c/libdrivers__i2c.a(i2c_nrfx_twim.c.obj)
+ .rodata.__pinctrl_states__device_dts_ord_88
+                0x0000000000031038        0x8 zephyr/drivers/i2c/libdrivers__i2c.a(i2c_nrfx_twim.c.obj)
+ .rodata.__pinctrl_state_pins_0__device_dts_ord_88
+                0x0000000000031040        0x8 zephyr/drivers/i2c/libdrivers__i2c.a(i2c_nrfx_twim.c.obj)
+ .rodata.i2c_nrfx_twim_driver_api
+                0x0000000000031048       0x18 zephyr/drivers/i2c/libdrivers__i2c.a(i2c_nrfx_twim.c.obj)
+ .rodata.bme280_config_0
+                0x0000000000031060       0x1c zephyr/drivers/sensor/bosch/bme280/libdrivers__sensor__bosch__bme280.a(bme280.c.obj)
+ .rodata.bme280_api_funcs
+                0x000000000003107c       0x1c zephyr/drivers/sensor/bosch/bme280/libdrivers__sensor__bosch__bme280.a(bme280.c.obj)
+ .rodata.bme280_bus_io_spi
+                0x0000000000031098        0xc zephyr/drivers/sensor/bosch/bme280/libdrivers__sensor__bosch__bme280.a(bme280_spi.c.obj)
+                0x0000000000031098                bme280_bus_io_spi
+ .rodata.lis2dh_config_0
+                0x00000000000310a4       0x10 zephyr/drivers/sensor/st/lis2dh/libdrivers__sensor__st__lis2dh.a(lis2dh.c.obj)
+ .rodata.lis2dh_driver_api
+                0x00000000000310b4       0x1c zephyr/drivers/sensor/st/lis2dh/libdrivers__sensor__st__lis2dh.a(lis2dh.c.obj)
+ .rodata.lis2dh_i2c_transfer_fn
+                0x00000000000310d0       0x14 zephyr/drivers/sensor/st/lis2dh/libdrivers__sensor__st__lis2dh.a(lis2dh_i2c.c.obj)
+ .rodata.lis2mdl_config_0
+                0x00000000000310e4       0x24 zephyr/drivers/sensor/st/lis2mdl/libdrivers__sensor__st__lis2mdl.a(lis2mdl.c.obj)
+ .rodata.lis2mdl_driver_api
+                0x0000000000031108       0x1c zephyr/drivers/sensor/st/lis2mdl/libdrivers__sensor__st__lis2mdl.a(lis2mdl.c.obj)
+ .rodata.uart_nrfx_uart0_config
+                0x0000000000031124        0x4 zephyr/drivers/serial/libdrivers__serial.a(uart_nrfx_uart.c.obj)
+ .rodata.__pinctrl_dev_config__device_dts_ord_73
+                0x0000000000031128        0xc zephyr/drivers/serial/libdrivers__serial.a(uart_nrfx_uart.c.obj)
+ .rodata.__pinctrl_states__device_dts_ord_73
+                0x0000000000031134        0x8 zephyr/drivers/serial/libdrivers__serial.a(uart_nrfx_uart.c.obj)
+ .rodata.__pinctrl_state_pins_0__device_dts_ord_73
+                0x000000000003113c        0x8 zephyr/drivers/serial/libdrivers__serial.a(uart_nrfx_uart.c.obj)
+ .rodata.uart_nrfx_uart_driver_api
+                0x0000000000031144        0xc zephyr/drivers/serial/libdrivers__serial.a(uart_nrfx_uart.c.obj)
+ .rodata.spi_1z_config
+                0x0000000000031150       0x44 zephyr/drivers/spi/libdrivers__spi.a(spi_nrfx_spim.c.obj)
+ .rodata.__pinctrl_dev_config__device_dts_ord_96
+                0x0000000000031194        0xc zephyr/drivers/spi/libdrivers__spi.a(spi_nrfx_spim.c.obj)
+ .rodata.__pinctrl_states__device_dts_ord_96
+                0x00000000000311a0        0x8 zephyr/drivers/spi/libdrivers__spi.a(spi_nrfx_spim.c.obj)
+ .rodata.__pinctrl_state_pins_0__device_dts_ord_96
+                0x00000000000311a8        0xc zephyr/drivers/spi/libdrivers__spi.a(spi_nrfx_spim.c.obj)
+ .rodata.__compound_literal.0
+                0x00000000000311b4       0x10 zephyr/drivers/spi/libdrivers__spi.a(spi_nrfx_spim.c.obj)
+ .rodata.spi_nrfx_driver_api
+                0x00000000000311c4        0x8 zephyr/drivers/spi/libdrivers__spi.a(spi_nrfx_spim.c.obj)
+ .rodata.drv    0x00000000000311cc       0x18 modules/nrf/subsys/bluetooth/controller/lib..__nrf__subsys__bluetooth__controller.a(hci_driver.c.obj)
+ .rodata.temp_nrf5_mpsl_driver_api
+                0x00000000000311e4       0x1c modules/nrf/drivers/mpsl/temp_nrf5/lib..__nrf__drivers__mpsl__temp_nrf5.a(temp_nrf5_mpsl.c.obj)
+ .rodata.CSWTCH.485
+                0x0000000000031200       0x14 zephyr/kernel/libkernel.a(fatal.c.obj)
+ .rodata.levels.0
+                0x0000000000031214       0x18 zephyr/kernel/libkernel.a(init.c.obj)
+ .rodata.q      0x000000000003122c       0x20 /opt/ncs/nrfxlib/crypto/nrf_oberon/lib/cortex-m4/soft-float/liboberon_3.0.15.a(ocrypto_sc_p256.c.obj)
+ .rodata.inv_a  0x000000000003124c       0x20 /opt/ncs/nrfxlib/crypto/nrf_oberon/lib/cortex-m4/soft-float/liboberon_3.0.15.a(ocrypto_curve_p256.c.obj)
+ .rodata.qp1    0x000000000003126c       0x20 /opt/ncs/nrfxlib/crypto/nrf_oberon/lib/cortex-m4/soft-float/liboberon_3.0.15.a(ocrypto_curve_p256.c.obj)
+ .rodata.cq     0x000000000003128c       0x20 /opt/ncs/nrfxlib/crypto/nrf_oberon/lib/cortex-m4/soft-float/liboberon_3.0.15.a(ocrypto_curve_p256.c.obj)
+ .rodata.base_point
+                0x00000000000312ac       0x40 /opt/ncs/nrfxlib/crypto/nrf_oberon/lib/cortex-m4/soft-float/liboberon_3.0.15.a(ocrypto_curve_p256.c.obj)
+ .rodata.param_b
+                0x00000000000312ec       0x20 /opt/ncs/nrfxlib/crypto/nrf_oberon/lib/cortex-m4/soft-float/liboberon_3.0.15.a(ocrypto_curve_p256.c.obj)
+ .rodata.param_a
+                0x000000000003130c       0x20 /opt/ncs/nrfxlib/crypto/nrf_oberon/lib/cortex-m4/soft-float/liboberon_3.0.15.a(ocrypto_curve_p256.c.obj)
+ .rodata._global_impure_ptr
+                0x000000000003132c        0x4 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-impure.o)
+                0x000000000003132c                _global_impure_ptr
+ .rodata.p05.0  0x0000000000031330        0xc /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-mprec.o)
+ .rodata.__sf_fake_stderr
+                0x000000000003133c       0x20 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-findfp.o)
+                0x000000000003133c                __sf_fake_stderr
+ .rodata.__sf_fake_stdout
+                0x000000000003135c       0x20 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-findfp.o)
+                0x000000000003135c                __sf_fake_stdout
+ .rodata.__sf_fake_stdin
+                0x000000000003137c       0x20 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-findfp.o)
+                0x000000000003137c                __sf_fake_stdin
+ .rodata.channel_cfg
+                0x000000000003139c        0x8 app/libapp.a(main.c.obj)
+ .rodata.__compound_literal.28
+                0x00000000000313a4        0x4 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(gatt.c.obj)
+ .rodata.__compound_literal.26
+                0x00000000000313a8        0x4 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(gatt.c.obj)
+ .rodata.__compound_literal.25
+                0x00000000000313ac        0x4 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(gatt.c.obj)
+ .rodata.__compound_literal.24
+                0x00000000000313b0        0x4 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(gatt.c.obj)
+ .rodata.__compound_literal.22
+                0x00000000000313b4        0x4 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(gatt.c.obj)
+ .rodata.__compound_literal.21
+                0x00000000000313b8        0x4 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(gatt.c.obj)
+ .rodata.__compound_literal.20
+                0x00000000000313bc        0x4 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(gatt.c.obj)
+ .rodata.__compound_literal.19
+                0x00000000000313c0        0x4 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(gatt.c.obj)
+ .rodata.__compound_literal.17
+                0x00000000000313c4        0x4 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(gatt.c.obj)
+ .rodata.__compound_literal.16
+                0x00000000000313c8        0x4 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(gatt.c.obj)
+ .rodata.__compound_literal.15
+                0x00000000000313cc        0x4 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(gatt.c.obj)
+ .rodata.__compound_literal.14
+                0x00000000000313d0        0x4 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(gatt.c.obj)
+ .rodata.__compound_literal.13
+                0x00000000000313d4        0x4 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(gatt.c.obj)
+ .rodata.__compound_literal.11
+                0x00000000000313d8        0x4 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(gatt.c.obj)
+ .rodata.__compound_literal.10
+                0x00000000000313dc        0x4 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(gatt.c.obj)
+ .rodata.__compound_literal.9
+                0x00000000000313e0        0x4 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(gatt.c.obj)
+ .rodata.__compound_literal.7
+                0x00000000000313e4        0x4 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(gatt.c.obj)
+ .rodata.__compound_literal.6
+                0x00000000000313e8        0x4 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(gatt.c.obj)
+ .rodata.__compound_literal.5
+                0x00000000000313ec        0x4 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(gatt.c.obj)
+ .rodata.__compound_literal.3
+                0x00000000000313f0        0x4 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(gatt.c.obj)
+ .rodata.__compound_literal.2
+                0x00000000000313f4        0x4 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(gatt.c.obj)
+ .rodata.__compound_literal.1
+                0x00000000000313f8        0x4 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(gatt.c.obj)
+ .rodata.__compound_literal.0
+                0x00000000000313fc        0x4 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(gatt.c.obj)
+ .rodata.lis2dh_odr_map
+                0x0000000000031400       0x16 zephyr/drivers/sensor/st/lis2dh/libdrivers__sensor__st__lis2dh.a(lis2dh.c.obj)
+ .rodata.lorwan_datarate_changed.str1.1
+                0x0000000000031416       0x36 app/libapp.a(main.c.obj)
+ .rodata.dl_callback.str1.1
+                0x000000000003144c       0x3b app/libapp.a(main.c.obj)
+                                         0x3e (size before relaxing)
+ .rodata.main.str1.1
+                0x0000000000031487      0x3be app/libapp.a(main.c.obj)
+ .rodata.str1.1
+                0x0000000000031845       0x10 app/libapp.a(main.c.obj)
+ .rodata.crc8_ccitt_small_table
+                0x0000000000031855       0x10 zephyr/libzephyr.a(crc8_sw.c.obj)
+ .rodata.cbprintf_package_convert.str1.1
+                0x0000000000031865       0xa3 zephyr/libzephyr.a(cbprintf_packaged.c.obj)
+ .rodata.str1.1
+                0x0000000000031908       0x11 zephyr/libzephyr.a(cbprintf_packaged.c.obj)
+ .rodata.z_cbvprintf_impl.str1.1
+                0x0000000000031919        0x6 zephyr/libzephyr.a(cbprintf_complete.c.obj)
+ .rodata.nvs_clear.str1.1
+                0x000000000003191f       0x14 zephyr/libzephyr.a(nvs.c.obj)
+ .rodata.nvs_mount.str1.1
+                0x0000000000031933      0x104 zephyr/libzephyr.a(nvs.c.obj)
+ .rodata.str1.1
+                0x0000000000031a37        0x7 zephyr/libzephyr.a(nvs.c.obj)
+ .rodata.enable_logger.str1.1
+                0x0000000000031a3e        0x8 zephyr/libzephyr.a(log_core.c.obj)
+ .rodata.str1.1
+                0x0000000000031a46        0x4 zephyr/libzephyr.a(log_core.c.obj)
+ .rodata.str1.1
+                0x0000000000031a4a        0x9 zephyr/libzephyr.a(log_mgmt.c.obj)
+ .rodata.z_impl_z_log_msg_static_create.str1.1
+                0x0000000000031a53       0x3f zephyr/libzephyr.a(log_msg.c.obj)
+ .rodata.newline_print.str1.1
+                0x0000000000031a92        0x3 zephyr/libzephyr.a(log_output.c.obj)
+                                          0x5 (size before relaxing)
+ .rodata.log_output_process.str1.1
+                0x0000000000031a95       0x4c zephyr/libzephyr.a(log_output.c.obj)
+                                         0x51 (size before relaxing)
+ .rodata.log_output_dropped_process.str1.1
+                0x0000000000031ae1       0x4c zephyr/libzephyr.a(log_output.c.obj)
+                                          0x3 (size before relaxing)
+ .rodata.postfix.0
+                0x0000000000031ae1       0x1c zephyr/libzephyr.a(log_output.c.obj)
+ .rodata.prefix.1
+                0x0000000000031afd        0xc zephyr/libzephyr.a(log_output.c.obj)
+ .rodata.str1.1
+                0x0000000000031b09       0x20 zephyr/libzephyr.a(log_output.c.obj)
+ .rodata.str1.1
+                0x0000000000031b29       0x1a zephyr/libzephyr.a(log_backend_uart.c.obj)
+ .rodata.settings_call_set_handler.str1.1
+                0x0000000000031b43       0x25 zephyr/libzephyr.a(settings.c.obj)
+ .rodata.str1.1
+                0x0000000000031b68        0x9 zephyr/libzephyr.a(settings.c.obj)
+ .rodata.boot_banner.str1.1
+                0x0000000000031b71       0x63 zephyr/libzephyr.a(banner.c.obj)
+ .rodata.sbox   0x0000000000031bd4      0x100 zephyr/libzephyr.a(aes_encrypt.c.obj)
+ .rodata.z_arm_fatal_error.str1.1
+                0x0000000000031cd4       0xae zephyr/arch/arch/arm/core/libarch__arm__core.a(fatal.c.obj)
+ .rodata.mem_manage_fault.constprop.0.str1.1
+                0x0000000000031d82       0xd8 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(fault.c.obj)
+ .rodata.usage_fault.constprop.0.str1.1
+                0x0000000000031e5a       0xcd zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(fault.c.obj)
+ .rodata.bus_fault.constprop.0.str1.1
+                0x0000000000031f27       0x88 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(fault.c.obj)
+ .rodata.z_arm_fault.str1.1
+                0x0000000000031faf      0x111 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(fault.c.obj)
+ .rodata.abort.str1.1
+                0x00000000000320c0        0x9 zephyr/lib/libc/common/liblib__libc__common.a(abort.c.obj)
+ .rodata.str1.1
+                0x00000000000320c9        0x4 zephyr/soc/soc/nrf52833/libsoc__nordic.a(soc.c.obj)
+ .rodata.datarate_observe.str1.1
+                0x00000000000320cd       0x18 zephyr/subsys/lorawan/libloramac-node.a(lorawan.c.obj)
+ .rodata.mcps_indication_handler.str1.1
+                0x00000000000320e5       0x1b zephyr/subsys/lorawan/libloramac-node.a(lorawan.c.obj)
+ .rodata.mcps_confirm_handler.str1.1
+                0x0000000000032100       0x18 zephyr/subsys/lorawan/libloramac-node.a(lorawan.c.obj)
+ .rodata.mlme_confirm_handler.str1.1
+                0x0000000000032118       0x56 zephyr/subsys/lorawan/libloramac-node.a(lorawan.c.obj)
+ .rodata.lorawan_set_region.str1.1
+                0x000000000003216e       0x1a zephyr/subsys/lorawan/libloramac-node.a(lorawan.c.obj)
+ .rodata.lorawan_join.str1.1
+                0x0000000000032188       0x15 zephyr/subsys/lorawan/libloramac-node.a(lorawan.c.obj)
+ .rodata.lorawan_send.str1.1
+                0x000000000003219d       0x3d zephyr/subsys/lorawan/libloramac-node.a(lorawan.c.obj)
+ .rodata.lorawan_start.str1.1
+                0x00000000000321da       0x47 zephyr/subsys/lorawan/libloramac-node.a(lorawan.c.obj)
+ .rodata.str1.1
+                0x0000000000032221        0x8 zephyr/subsys/lorawan/libloramac-node.a(lorawan.c.obj)
+ .rodata.lorawan_status2str.str1.1
+                0x0000000000032229       0x10 zephyr/subsys/lorawan/libloramac-node.a(lw_priv.c.obj)
+ .rodata.lorawan_eventinfo2str.str1.1
+                0x0000000000032239        0xf zephyr/subsys/lorawan/libloramac-node.a(lw_priv.c.obj)
+ .rodata.str1.1
+                0x0000000000032248      0x279 zephyr/subsys/lorawan/libloramac-node.a(lw_priv.c.obj)
+ .rodata.on_setting_loaded.str1.1
+                0x00000000000324c1       0xa1 zephyr/subsys/lorawan/libloramac-node.a(lorawan_nvm_settings.c.obj)
+ .rodata.lorawan_nvm_data_mgmt_event.str1.1
+                0x0000000000032562       0x3f zephyr/subsys/lorawan/libloramac-node.a(lorawan_nvm_settings.c.obj)
+ .rodata.lorawan_nvm_data_restore.str1.1
+                0x00000000000325a1       0x5e zephyr/subsys/lorawan/libloramac-node.a(lorawan_nvm_settings.c.obj)
+ .rodata.str1.1
+                0x00000000000325ff       0xaa zephyr/subsys/lorawan/libloramac-node.a(lorawan_nvm_settings.c.obj)
+                                         0xf4 (size before relaxing)
+ .rodata.__sx12xx_configure_pin.str1.1
+                0x00000000000326a9       0x39 zephyr/subsys/lorawan/libloramac-node.a(sx12xx_common.c.obj)
+ .rodata.sx12xx_lora_send.str1.1
+                0x00000000000326e2       0x1c zephyr/subsys/lorawan/libloramac-node.a(sx12xx_common.c.obj)
+ .rodata.sx12xx_lora_recv.str1.1
+                0x00000000000326fe       0x10 zephyr/subsys/lorawan/libloramac-node.a(sx12xx_common.c.obj)
+ .rodata.str1.1
+                0x000000000003270e        0xe zephyr/subsys/lorawan/libloramac-node.a(sx12xx_common.c.obj)
+ .rodata.SX1276ReadBuffer.part.0.str1.1
+                0x000000000003271c       0x1d zephyr/subsys/lorawan/libloramac-node.a(sx127x.c.obj)
+ .rodata.SX1276WriteBuffer.part.0.str1.1
+                0x0000000000032739       0x1e zephyr/subsys/lorawan/libloramac-node.a(sx127x.c.obj)
+ .rodata.SX1276IoIrqInit.str1.1
+                0x0000000000032757       0x34 zephyr/subsys/lorawan/libloramac-node.a(sx127x.c.obj)
+ .rodata.sx127x_lora_init.part.0.str1.1
+                0x000000000003278b       0x5b zephyr/subsys/lorawan/libloramac-node.a(sx127x.c.obj)
+ .rodata.sx127x_lora_init.str1.1
+                0x00000000000327e6       0x15 zephyr/subsys/lorawan/libloramac-node.a(sx127x.c.obj)
+ .rodata.SX1276SetRfTxPower.str1.1
+                0x00000000000327fb       0x47 zephyr/subsys/lorawan/libloramac-node.a(sx127x.c.obj)
+ .rodata.str1.1
+                0x0000000000032842       0x14 zephyr/subsys/lorawan/libloramac-node.a(sx127x.c.obj)
+ .rodata.RadioRegsInit
+                0x0000000000032856       0x30 zephyr/subsys/lorawan/libloramac-node.a(sx1276.c.obj)
+                0x0000000000032856                RadioRegsInit
+ .rodata.gfm3_sbox
+                0x0000000000032886      0x100 zephyr/subsys/lorawan/libloramac-node.a(aes.c.obj)
+ .rodata.gfm2_sbox
+                0x0000000000032986      0x100 zephyr/subsys/lorawan/libloramac-node.a(aes.c.obj)
+ .rodata.sbox   0x0000000000032a86      0x100 zephyr/subsys/lorawan/libloramac-node.a(aes.c.obj)
+ .rodata.SecureElementInit.str1.1
+                0x0000000000032b86       0x69 zephyr/subsys/lorawan/libloramac-node.a(soft-se.c.obj)
+ .rodata.LoRaMacMaxEirpTable
+                0x0000000000032bef       0x10 zephyr/subsys/lorawan/libloramac-node.a(LoRaMac.c.obj)
+ .rodata.CSWTCH.21
+                0x0000000000032bff       0x20 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacCommands.c.obj)
+ .rodata.MaxPayloadOfDatarateEU868
+                0x0000000000032c1f        0x8 zephyr/subsys/lorawan/libloramac-node.a(RegionEU868.c.obj)
+ .rodata.DataratesEU868
+                0x0000000000032c27        0x8 zephyr/subsys/lorawan/libloramac-node.a(RegionEU868.c.obj)
+ .rodata.bt_addr_le_none
+                0x0000000000032c2f        0x7 zephyr/subsys/bluetooth/common/libsubsys__bluetooth__common.a(addr.c.obj)
+                0x0000000000032c2f                bt_addr_le_none
+ .rodata.bt_addr_le_any
+                0x0000000000032c36        0x7 zephyr/subsys/bluetooth/common/libsubsys__bluetooth__common.a(addr.c.obj)
+                0x0000000000032c36                bt_addr_le_any
+ .rodata.bt_addr_none
+                0x0000000000032c3d        0x6 zephyr/subsys/bluetooth/common/libsubsys__bluetooth__common.a(addr.c.obj)
+                0x0000000000032c3d                bt_addr_none
+ .rodata.bt_addr_any
+                0x0000000000032c43        0x6 zephyr/subsys/bluetooth/common/libsubsys__bluetooth__common.a(addr.c.obj)
+                0x0000000000032c43                bt_addr_any
+ .rodata.bt_addr_le_str.str1.1
+                0x0000000000032c49       0x45 zephyr/subsys/bluetooth/common/libsubsys__bluetooth__common.a(bt_str.c.obj)
+                                         0x4c (size before relaxing)
+ .rodata.hex.4  0x0000000000032c8e       0x11 zephyr/subsys/bluetooth/common/libsubsys__bluetooth__common.a(bt_str.c.obj)
+ .rodata.long_wq_init.str1.1
+                0x0000000000032c9f        0x9 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(long_wq.c.obj)
+ .rodata.uuid128_base
+                0x0000000000032ca8       0x11 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(uuid.c.obj)
+ .rodata.str1.1
+                0x0000000000032cb9        0x8 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(data.c.obj)
+ .rodata.hci_data_buf_overflow.str1.1
+                0x0000000000032cc1       0x28 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+ .rodata.handle_event_common.str1.1
+                0x0000000000032ce9       0x22 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+ .rodata.hci_disconn_complete.str1.1
+                0x0000000000032d0b       0x26 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+ .rodata.le_phy_update_complete.str1.1
+                0x0000000000032d31       0x24 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+ .rodata.hci_hardware_error.str1.1
+                0x0000000000032d55       0x22 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+ .rodata.rx_queue_put.str1.1
+                0x0000000000032d77       0x1d zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+ .rodata.le_conn_param_neg_reply.part.0.str1.1
+                0x0000000000032d94       0x1a zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+ .rodata.hci_vendor_event.str1.1
+                0x0000000000032dae       0x24 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+ .rodata.handle_event.part.0.str1.1
+                0x0000000000032dd2       0x22 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+ .rodata.rx_work_handler.str1.1
+                0x0000000000032df4      0x116 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+ .rodata.hci_cmd_done.part.0.str1.1
+                0x0000000000032f0a       0x5b zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+ .rodata.hci_cmd_complete.str1.1
+                0x0000000000032f65       0x36 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+ .rodata.hci_num_completed_packets.str1.1
+                0x0000000000032f9b       0x5d zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+ .rodata.bt_hci_cmd_send_sync.str1.1
+                0x0000000000032ff8       0x51 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+ .rodata.hci_le_read_max_data_len.str1.1
+                0x0000000000033049       0x68 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+ .rodata.bt_hci_le_enh_conn_complete.str1.1
+                0x00000000000330b1       0xaa zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+ .rodata.bt_hci_get_ver_str.str1.1
+                0x000000000003315b       0xaa zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+                                          0x8 (size before relaxing)
+ .rodata.bt_hci_cmd_send.str1.1
+                0x000000000003315b       0x22 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+ .rodata.hci_event_prio.str1.1
+                0x000000000003317d       0x19 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+ .rodata.bt_recv.str1.1
+                0x0000000000033196       0x14 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+ .rodata.bt_finalize_init.str1.1
+                0x00000000000331aa       0x89 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+                                         0x8a (size before relaxing)
+ .rodata.bt_init.str1.1
+                0x0000000000033233      0x11b zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+ .rodata.bt_get_name.str1.1
+                0x000000000003334e        0x7 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+ .rodata.CSWTCH.15009
+                0x0000000000033355        0xa zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+ .rodata.str1.1
+                0x000000000003335f      0x103 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+ .rodata.set_random_address.str1.1
+                0x0000000000033462        0xf zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(id.c.obj)
+ .rodata.bt_id_create.str1.1
+                0x0000000000033471       0x2e zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(id.c.obj)
+ .rodata.bt_id_read_public_addr.str1.1
+                0x000000000003349f       0x37 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(id.c.obj)
+ .rodata.bt_setup_random_id_addr.str1.1
+                0x00000000000334d6       0x75 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(id.c.obj)
+ .rodata.bt_id_set_adv_own_addr.str1.1
+                0x000000000003354b       0x1f zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(id.c.obj)
+ .rodata.bt_id_init.str1.1
+                0x000000000003356a       0x3c zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(id.c.obj)
+ .rodata.str1.1
+                0x00000000000335a6        0x6 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(id.c.obj)
+ .rodata.bt_le_adv_resume.str1.1
+                0x00000000000335ac       0x36 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(adv.c.obj)
+ .rodata.str1.1
+                0x00000000000335e2        0x7 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(adv.c.obj)
+ .rodata.bt_conn_recv.str1.1
+                0x00000000000335e9       0x9b zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(conn.c.obj)
+ .rodata.bt_conn_send_cb.str1.1
+                0x0000000000033684       0x83 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(conn.c.obj)
+ .rodata.bt_conn_set_state.str1.1
+                0x0000000000033707       0x75 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(conn.c.obj)
+ .rodata.bt_conn_lookup_handle.str1.1
+                0x000000000003377c       0x17 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(conn.c.obj)
+ .rodata.bt_conn_create_pdu_timeout.str1.1
+                0x0000000000033793       0x29 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(conn.c.obj)
+ .rodata.bt_conn_exists_le.str1.1
+                0x00000000000337bc       0x39 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(conn.c.obj)
+ .rodata.deferred_work.str1.1
+                0x00000000000337f5       0x4f zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(conn.c.obj)
+ .rodata.str1.1
+                0x0000000000033844       0x89 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(conn.c.obj)
+                                         0x9e (size before relaxing)
+ .rodata.l2cap_create_le_sig_pdu.part.0.str1.1
+                0x00000000000338cd       0x28 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(l2cap.c.obj)
+ .rodata.l2cap_accept.part.0.str1.1
+                0x00000000000338f5       0x27 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(l2cap.c.obj)
+ .rodata.l2cap_recv.part.0.str1.1
+                0x000000000003391c       0x86 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(l2cap.c.obj)
+ .rodata.l2cap_recv.str1.1
+                0x00000000000339a2       0x1e zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(l2cap.c.obj)
+ .rodata.bt_l2cap_recv.str1.1
+                0x00000000000339c0       0x49 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(l2cap.c.obj)
+ .rodata.str1.1
+                0x0000000000033a09        0x9 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(l2cap.c.obj)
+                                         0x40 (size before relaxing)
+ .rodata.bt_att_accept.str1.1
+                0x0000000000033a12       0x4a zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(att.c.obj)
+ .rodata.bt_att_chan_create_pdu.str1.1
+                0x0000000000033a5c       0x25 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(att.c.obj)
+                                         0x4d (size before relaxing)
+ .rodata.find_type_cb.str1.1
+                0x0000000000033a81       0x3e zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(att.c.obj)
+ .rodata.chan_send.str1.1
+                0x0000000000033abf       0x50 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(att.c.obj)
+ .rodata.att_tx_destroy.str1.1
+                0x0000000000033b0f       0x1f zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(att.c.obj)
+ .rodata.bt_att_recv.str1.1
+                0x0000000000033b2e       0x54 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(att.c.obj)
+ .rodata.att_get.str1.1
+                0x0000000000033b82       0x29 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(att.c.obj)
+ .rodata.bt_att_create_pdu.str1.1
+                0x0000000000033bab       0x1b zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(att.c.obj)
+ .rodata.att_handle_rsp.str1.1
+                0x0000000000033bc6       0x17 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(att.c.obj)
+ .rodata.att_timeout.str1.1
+                0x0000000000033bdd       0x1a zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(att.c.obj)
+                                         0x66 (size before relaxing)
+ .rodata.str1.1
+                0x0000000000033bf7        0x7 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(att.c.obj)
+ .rodata.bt_gatt_attr_write_ccc.str1.1
+                0x0000000000033bfe       0x1a zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(gatt.c.obj)
+ .rodata.sc_save.str1.1
+                0x0000000000033c18       0x1f zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(gatt.c.obj)
+ .rodata.cf_write.str1.1
+                0x0000000000033c37       0x2c zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(gatt.c.obj)
+ .rodata.db_hash_gen.str1.1
+                0x0000000000033c63       0x32 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(gatt.c.obj)
+ .rodata.gatt_indicate.str1.1
+                0x0000000000033c95       0x68 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(gatt.c.obj)
+ .rodata.update_ccc.str1.1
+                0x0000000000033cfd       0x31 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(gatt.c.obj)
+ .rodata.gatt_notify.str1.1
+                0x0000000000033d2e       0x29 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(gatt.c.obj)
+ .rodata.str1.1
+                0x0000000000033d57        0xf zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(gatt.c.obj)
+ .rodata.bt_smp_accept.part.0.str1.1
+                0x0000000000033d66       0x25 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(smp_null.c.obj)
+ .rodata.str1.1
+                0x0000000000033d8b        0x7 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(smp_null.c.obj)
+ .rodata.str1.1
+                0x0000000000033d92        0x8 zephyr/subsys/net/libsubsys__net.a(buf.c.obj)
+ .rodata.str1.1
+                0x0000000000033d9a        0xf zephyr/subsys/net/libsubsys__net.a(buf_simple.c.obj)
+ .rodata.adc_nrfx_channel_setup.str1.1
+                0x0000000000033da9       0x6e zephyr/drivers/adc/libdrivers__adc.a(adc_nrfx_saadc.c.obj)
+ .rodata.adc_nrfx_read.str1.1
+                0x0000000000033e17       0xd7 zephyr/drivers/adc/libdrivers__adc.a(adc_nrfx_saadc.c.obj)
+ .rodata.str1.1
+                0x0000000000033eee       0x1c zephyr/drivers/adc/libdrivers__adc.a(adc_nrfx_saadc.c.obj)
+ .rodata.str1.1
+                0x0000000000033f0a       0x29 zephyr/drivers/clock_control/libdrivers__clock_control.a(clock_control_nrf.c.obj)
+ .rodata.str1.1
+                0x0000000000033f33       0x10 zephyr/drivers/entropy/libdrivers__entropy.a(entropy_nrf5.c.obj)
+ .rodata.str1.1
+                0x0000000000033f43        0xf zephyr/drivers/entropy/libdrivers__entropy.a(entropy_bt_hci.c.obj)
+ .rodata.flash_nrf_read.part.0.str1.1
+                0x0000000000033f52       0x1d zephyr/drivers/flash/libdrivers__flash.a(soc_flash_nrf.c.obj)
+ .rodata.flash_nrf_erase.str1.1
+                0x0000000000033f6f       0x1f zephyr/drivers/flash/libdrivers__flash.a(soc_flash_nrf.c.obj)
+ .rodata.flash_nrf_write.str1.1
+                0x0000000000033f8e       0x1e zephyr/drivers/flash/libdrivers__flash.a(soc_flash_nrf.c.obj)
+ .rodata.str1.1
+                0x0000000000033fac       0x24 zephyr/drivers/flash/libdrivers__flash.a(soc_flash_nrf.c.obj)
+ .rodata.str1.1
+                0x0000000000033fd0       0x1c zephyr/drivers/gpio/libdrivers__gpio.a(gpio_nrfx.c.obj)
+ .rodata.str1.1
+                0x0000000000033fec        0x4 zephyr/drivers/i2c/libdrivers__i2c.a(i2c_common.c.obj)
+ .rodata.i2c_nrfx_twim_configure.str1.1
+                0x0000000000033ff0       0x12 zephyr/drivers/i2c/libdrivers__i2c.a(i2c_nrfx_twim.c.obj)
+ .rodata.i2c_nrfx_twim_init.str1.1
+                0x0000000000034002       0x20 zephyr/drivers/i2c/libdrivers__i2c.a(i2c_nrfx_twim.c.obj)
+ .rodata.i2c_nrfx_twim_transfer.str1.1
+                0x0000000000034022      0x112 zephyr/drivers/i2c/libdrivers__i2c.a(i2c_nrfx_twim.c.obj)
+ .rodata.str1.1
+                0x0000000000034134       0x1b zephyr/drivers/i2c/libdrivers__i2c.a(i2c_nrfx_twim.c.obj)
+ .rodata.drive_modes
+                0x000000000003414f        0x8 zephyr/drivers/pinctrl/libdrivers__pinctrl.a(pinctrl_nrf.c.obj)
+ .rodata.str1.1
+                0x0000000000034157       0x10 zephyr/drivers/sensor/bosch/bme280/libdrivers__sensor__bosch__bme280.a(bme280.c.obj)
+ .rodata.lis2dh_fetch_xyz.constprop.0.str1.1
+                0x0000000000034167       0x1f zephyr/drivers/sensor/st/lis2dh/libdrivers__sensor__st__lis2dh.a(lis2dh.c.obj)
+ .rodata.lis2dh_sample_fetch.str1.1
+                0x0000000000034186       0x21 zephyr/drivers/sensor/st/lis2dh/libdrivers__sensor__st__lis2dh.a(lis2dh.c.obj)
+ .rodata.lis2dh_attr_set.part.0.str1.1
+                0x00000000000341a7       0x2a zephyr/drivers/sensor/st/lis2dh/libdrivers__sensor__st__lis2dh.a(lis2dh.c.obj)
+ .rodata.lis2dh_init.str1.1
+                0x00000000000341d1       0xc1 zephyr/drivers/sensor/st/lis2dh/libdrivers__sensor__st__lis2dh.a(lis2dh.c.obj)
+ .rodata.CSWTCH.978
+                0x0000000000034292        0x4 zephyr/drivers/sensor/st/lis2dh/libdrivers__sensor__st__lis2dh.a(lis2dh.c.obj)
+ .rodata.CSWTCH.977
+                0x0000000000034296        0x4 zephyr/drivers/sensor/st/lis2dh/libdrivers__sensor__st__lis2dh.a(lis2dh.c.obj)
+ .rodata.str1.1
+                0x000000000003429a       0x1a zephyr/drivers/sensor/st/lis2dh/libdrivers__sensor__st__lis2dh.a(lis2dh.c.obj)
+ .rodata.lis2dh_i2c_init.str1.1
+                0x00000000000342b4       0x18 zephyr/drivers/sensor/st/lis2dh/libdrivers__sensor__st__lis2dh.a(lis2dh_i2c.c.obj)
+ .rodata.lis2mdl_channel_get.part.0.str1.1
+                0x00000000000342cc       0x16 zephyr/drivers/sensor/st/lis2mdl/libdrivers__sensor__st__lis2mdl.a(lis2mdl.c.obj)
+ .rodata.lis2mdl_init.str1.1
+                0x00000000000342e2      0x103 zephyr/drivers/sensor/st/lis2mdl/libdrivers__sensor__st__lis2mdl.a(lis2mdl.c.obj)
+ .rodata.lis2mdl_sample_fetch_temp.part.0.isra.0.str1.1
+                0x00000000000343e5       0x16 zephyr/drivers/sensor/st/lis2mdl/libdrivers__sensor__st__lis2mdl.a(lis2mdl.c.obj)
+ .rodata.get_single_mode_raw_data.str1.1
+                0x00000000000343fb       0x40 zephyr/drivers/sensor/st/lis2mdl/libdrivers__sensor__st__lis2mdl.a(lis2mdl.c.obj)
+ .rodata.lis2mdl_sample_fetch_mag.isra.0.str1.1
+                0x000000000003443b       0x18 zephyr/drivers/sensor/st/lis2mdl/libdrivers__sensor__st__lis2mdl.a(lis2mdl.c.obj)
+ .rodata.lis2mdl_attr_set.part.0.str1.1
+                0x0000000000034453       0x27 zephyr/drivers/sensor/st/lis2mdl/libdrivers__sensor__st__lis2mdl.a(lis2mdl.c.obj)
+ .rodata.lis2mdl_attr_set.str1.1
+                0x000000000003447a       0x1c zephyr/drivers/sensor/st/lis2mdl/libdrivers__sensor__st__lis2mdl.a(lis2mdl.c.obj)
+ .rodata.str1.1
+                0x0000000000034496       0x1a zephyr/drivers/sensor/st/lis2mdl/libdrivers__sensor__st__lis2mdl.a(lis2mdl.c.obj)
+ .rodata.lis2mdl_trigger_set.str1.1
+                0x00000000000344b0       0x1d zephyr/drivers/sensor/st/lis2mdl/libdrivers__sensor__st__lis2mdl.a(lis2mdl_trigger.c.obj)
+ .rodata.lis2mdl_init_interrupt.str1.1
+                0x00000000000344cd       0x5c zephyr/drivers/sensor/st/lis2mdl/libdrivers__sensor__st__lis2mdl.a(lis2mdl_trigger.c.obj)
+ .rodata.str1.1
+                0x0000000000034529        0xe zephyr/drivers/serial/libdrivers__serial.a(uart_nrfx_uart.c.obj)
+ .rodata.spi_nrfx_init.str1.1
+                0x0000000000034537       0x6c zephyr/drivers/spi/libdrivers__spi.a(spi_nrfx_spim.c.obj)
+ .rodata.event_handler.str1.1
+                0x00000000000345a3       0x1e zephyr/drivers/spi/libdrivers__spi.a(spi_nrfx_spim.c.obj)
+ .rodata.spi_nrfx_transceive.str1.1
+                0x00000000000345c1      0x132 zephyr/drivers/spi/libdrivers__spi.a(spi_nrfx_spim.c.obj)
+ .rodata.str1.1
+                0x00000000000346f3       0x1b zephyr/drivers/spi/libdrivers__spi.a(spi_nrfx_spim.c.obj)
+ .rodata.hci_driver_init.str1.1
+                0x000000000003470e       0x22 modules/nrf/subsys/bluetooth/controller/lib..__nrf__subsys__bluetooth__controller.a(hci_driver.c.obj)
+ .rodata.sdc_assertion_handler.str1.1
+                0x0000000000034730       0x25 modules/nrf/subsys/bluetooth/controller/lib..__nrf__subsys__bluetooth__controller.a(hci_driver.c.obj)
+ .rodata.hci_driver_open.str1.1
+                0x0000000000034755       0x6b modules/nrf/subsys/bluetooth/controller/lib..__nrf__subsys__bluetooth__controller.a(hci_driver.c.obj)
+                                         0x6e (size before relaxing)
+ .rodata.hci_driver_receive_process.str1.1
+                0x00000000000347c0       0x6c modules/nrf/subsys/bluetooth/controller/lib..__nrf__subsys__bluetooth__controller.a(hci_driver.c.obj)
+ .rodata.str1.1
+                0x000000000003482c       0x28 modules/nrf/subsys/bluetooth/controller/lib..__nrf__subsys__bluetooth__controller.a(hci_driver.c.obj)
+ .rodata.str1.1
+                0x0000000000034854        0xe modules/nrf/subsys/bluetooth/controller/lib..__nrf__subsys__bluetooth__controller.a(crypto.c.obj)
+ .rodata.ecdh_p256_common_secret.str1.1
+                0x0000000000034862       0x21 modules/nrf/subsys/bluetooth/controller/lib..__nrf__subsys__bluetooth__controller.a(ecdh.c.obj)
+ .rodata.ecdh_cmd_process.str1.1
+                0x0000000000034883       0x10 modules/nrf/subsys/bluetooth/controller/lib..__nrf__subsys__bluetooth__controller.a(ecdh.c.obj)
+ .rodata.debug_private_key_be
+                0x0000000000034893       0x20 modules/nrf/subsys/bluetooth/controller/lib..__nrf__subsys__bluetooth__controller.a(ecdh.c.obj)
+ .rodata.str1.1
+                0x00000000000348b3        0xc modules/nrf/subsys/bluetooth/controller/lib..__nrf__subsys__bluetooth__controller.a(ecdh.c.obj)
+ .rodata.m_assert_handler.str1.1
+                0x00000000000348bf       0x14 modules/nrf/subsys/mpsl/init/lib..__nrf__subsys__mpsl__init.a(mpsl_init.c.obj)
+ .rodata.mpsl_low_prio_init.str1.1
+                0x00000000000348d3        0xa modules/nrf/subsys/mpsl/init/lib..__nrf__subsys__mpsl__init.a(mpsl_init.c.obj)
+ .rodata.str1.1
+                0x00000000000348dd        0xa modules/nrf/subsys/mpsl/init/lib..__nrf__subsys__mpsl__init.a(mpsl_init.c.obj)
+ .rodata.nrf_flash_sync_exe.str1.1
+                0x00000000000348e7       0x26 modules/nrf/drivers/mpsl/flash_sync/lib..__nrf__drivers__mpsl__flash_sync.a(flash_sync_mpsl.c.obj)
+                                         0x2e (size before relaxing)
+ .rodata.str1.1
+                0x000000000003490d       0x10 modules/nrf/drivers/mpsl/flash_sync/lib..__nrf__drivers__mpsl__flash_sync.a(flash_sync_mpsl.c.obj)
+ .rodata.str1.1
+                0x000000000003491d       0x1d modules/nrf/drivers/mpsl/temp_nrf5/lib..__nrf__drivers__mpsl__temp_nrf5.a(temp_nrf5_mpsl.c.obj)
+ .rodata.port_offset.1
+                0x000000000003493a       0x10 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_gpiote.c.obj)
+ .rodata.ports  0x000000000003494a        0x2 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_gpiote.c.obj)
+ .rodata.k_sys_fatal_error_handler.str1.1
+                0x000000000003494c        0xf zephyr/kernel/libkernel.a(fatal.c.obj)
+ .rodata.z_fatal_error.str1.1
+                0x000000000003495b       0x61 zephyr/kernel/libkernel.a(fatal.c.obj)
+                                         0x77 (size before relaxing)
+ .rodata.str1.1
+                0x00000000000349bc       0x4a zephyr/kernel/libkernel.a(fatal.c.obj)
+ .rodata.z_cstart.str1.1
+                0x0000000000034a06        0x5 zephyr/kernel/libkernel.a(init.c.obj)
+ .rodata.str1.1
+                0x0000000000034a0b        0x3 zephyr/kernel/libkernel.a(init.c.obj)
+ .rodata.str1.1
+                0x0000000000034a0e        0x9 zephyr/kernel/libkernel.a(system_work_q.c.obj)
+ .rodata._ctype_
+                0x0000000000034a17      0x101 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-ctype_.o)
+                0x0000000000034a17                _ctype_
+ .rodata._printf_float.str1.1
+                0x0000000000034b18        0xc /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-nano-vfprintf_float.o)
+                                         0x12 (size before relaxing)
+ .rodata._printf_i.str1.1
+                0x0000000000034b24       0x22 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-nano-vfprintf_i.o)
+ .rodata._dtoa_r.str1.1
+                0x0000000000034b46       0x91 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-dtoa.o)
+                                         0x93 (size before relaxing)
+ .rodata._Balloc.str1.1
+                0x0000000000034bd7       0x5d /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-mprec.o)
+                                         0x74 (size before relaxing)
+ .rodata.__multadd.str1.1
+                0x0000000000034c34       0x11 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-mprec.o)
+ .rodata.__assert_func.str1.1
+                0x0000000000034c34       0x3c /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-assert.o)
+                                         0x3d (size before relaxing)
+ .rodata._setlocale_r.str1.1
+                0x0000000000034c70        0x6 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-locale.o)
+                                          0x9 (size before relaxing)
+ .rodata.str1.1
+                0x0000000000034c76        0x6 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-locale.o)
+                                          0x2 (size before relaxing)
+ .rodata._vfprintf_r.str1.1
+                0x0000000000034c76       0x11 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-nano-vfprintf.o)
+ .rodata.str1.1
+                0x0000000000034c87       0x1b /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .rodata.str1.1
+                0x0000000000034ca2       0x47 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ *(SORT_BY_ALIGNMENT(.gnu.linkonce.r.*))
+                0x0000000000034cec                . = ALIGN (0x4)
+ *fill*         0x0000000000034ce9        0x3 
+                0x0000000000034cec                __rodata_region_end = .
+                0x0000000000034cec                . = ALIGN (_region_min_align)
+                0x0000000000034cec                __rom_region_end = ((__rom_region_start + .) - ADDR (rom_start))
+
+/DISCARD/
+ *(SORT_BY_ALIGNMENT(.got.plt))
+ *(SORT_BY_ALIGNMENT(.igot.plt))
+ *(SORT_BY_ALIGNMENT(.got))
+ *(SORT_BY_ALIGNMENT(.igot))
+                0x0000000020000000                . = 0x20000000
+                0x0000000020000000                . = ALIGN (_region_min_align)
+                0x0000000020000000                _image_ram_start = .
+
+.ramfunc        0x0000000020000000        0x0 load address 0x0000000000034cec
+                0x0000000020000000                . = ALIGN (_region_min_align)
+                0x0000000020000000                __ramfunc_start = .
+ *(SORT_BY_ALIGNMENT(.ramfunc))
+ *(SORT_BY_ALIGNMENT(.ramfunc.*))
+                0x0000000020000000                . = ALIGN (_region_min_align)
+                0x0000000020000000                __ramfunc_end = .
+                0x0000000000000000                __ramfunc_size = (__ramfunc_end - __ramfunc_start)
+                0x0000000000034cec                __ramfunc_load_start = LOADADDR (.ramfunc)
+
+datas           0x0000000020000000      0x92a load address 0x0000000000034cec
+                0x0000000020000000                __data_region_start = .
+                0x0000000020000000                __data_start = .
+ *(SORT_BY_ALIGNMENT(.data))
+ .data          0x0000000020000000       0x3f /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ *fill*         0x000000002000003f        0x1 
+ .data          0x0000000020000040        0xc /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .data          0x000000002000004c        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .data          0x0000000020000050        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .data          0x0000000020000054        0x8 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .data          0x000000002000005c        0x8 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .data          0x0000000020000064        0x8 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .data          0x000000002000006c        0x8 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .data          0x0000000020000074        0x8 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .data          0x000000002000007c        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .data          0x0000000020000080        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .data          0x0000000020000084       0xec /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .data          0x0000000020000170       0xec /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .data          0x000000002000025c        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .data          0x0000000020000260        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .data          0x0000000020000264        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .data          0x0000000020000268        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .data          0x000000002000026c        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .data          0x0000000020000270        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .data          0x0000000020000274        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .data          0x0000000020000278        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .data          0x000000002000027c        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .data          0x0000000020000280        0x4 /opt/ncs/nrfxlib/mpsl/fem/common/lib/cortex-m4/soft-float/libmpsl_fem_common.a(libmpsl_fem_common_debug_soft__obfuscated.elf)
+ .data          0x0000000020000284       0x40 /opt/ncs/nrfxlib/mpsl/fem/common/lib/cortex-m4/soft-float/libmpsl_fem_common.a(libmpsl_fem_common_debug_soft__obfuscated.elf)
+                0x0000000020000284                sym_NIQMZN22R7GGCSNM3BZ25GTCR6D457XB3DIUGWA
+ *(SORT_BY_ALIGNMENT(.data.*))
+ *fill*         0x00000000200002c4        0x4 
+ .data.bt_dev   0x00000000200002c8      0x168 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+                0x00000000200002c8                bt_dev
+ .data.m_data   0x0000000020000430       0xa8 zephyr/drivers/adc/libdrivers__adc.a(adc_nrfx_saadc.c.obj)
+ .data.calibration_work
+                0x00000000200004d8       0x30 modules/nrf/subsys/mpsl/init/lib..__nrf__subsys__mpsl__init.a(mpsl_init.c.obj)
+ .data._char_out
+                0x0000000020000508        0x4 zephyr/libzephyr.a(printk.c.obj)
+                0x0000000020000508                _char_out
+ .data.timestamp_func
+                0x000000002000050c        0x4 zephyr/libzephyr.a(log_core.c.obj)
+ .data.backend_cb_log_backend_uart
+                0x0000000020000510        0x8 zephyr/libzephyr.a(log_backend_uart.c.obj)
+ .data.flash_map
+                0x0000000020000518        0x4 zephyr/libzephyr.a(flash_map_default.c.obj)
+                0x0000000020000518                flash_map
+ .data.settings_nvs_itf
+                0x000000002000051c       0x14 zephyr/libzephyr.a(settings_nvs.c.obj)
+ .data._stdin_hook
+                0x0000000020000530        0x4 zephyr/lib/libc/newlib/liblib__libc__newlib.a(libc-hooks.c.obj)
+ .data._stdout_hook
+                0x0000000020000534        0x4 zephyr/lib/libc/newlib/liblib__libc__newlib.a(libc-hooks.c.obj)
+ .data.timer_work
+                0x0000000020000538       0x10 zephyr/subsys/lorawan/libloramac-node.a(hal_common.c.obj)
+                0x0000000020000538                timer_work
+ .data.next     0x0000000020000548        0x4 zephyr/subsys/lorawan/libloramac-node.a(utilities.c.obj)
+ .data.DioIrq   0x000000002000054c       0x18 zephyr/subsys/lorawan/libloramac-node.a(sx1276.c.obj)
+                0x000000002000054c                DioIrq
+ .data.rx_work  0x0000000020000564       0x10 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+ .data.conn_change
+                0x0000000020000574       0x10 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(conn.c.obj)
+ .data.ops.0    0x0000000020000584       0x28 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(att.c.obj)
+ .data.__compound_literal.27
+                0x00000000200005ac        0x8 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(gatt.c.obj)
+ .data.__compound_literal.23
+                0x00000000200005b4        0x8 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(gatt.c.obj)
+ .data.__compound_literal.18
+                0x00000000200005bc        0x8 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(gatt.c.obj)
+ .data.sc_ccc   0x00000000200005c4       0x18 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(gatt.c.obj)
+ .data.__compound_literal.12
+                0x00000000200005dc        0x8 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(gatt.c.obj)
+ .data.__compound_literal.8
+                0x00000000200005e4        0x8 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(gatt.c.obj)
+ .data.__compound_literal.4
+                0x00000000200005ec        0x8 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(gatt.c.obj)
+ .data.twim_0_data
+                0x00000000200005f4       0x38 zephyr/drivers/i2c/libdrivers__i2c.a(i2c_nrfx_twim.c.obj)
+ .data.lis2dh_reg_val_to_scale
+                0x000000002000062c       0x10 zephyr/drivers/sensor/st/lis2dh/libdrivers__sensor__st__lis2dh.a(lis2dh.c.obj)
+ .data.uart_nrfx_uart0_data
+                0x000000002000063c        0x8 zephyr/drivers/serial/libdrivers__serial.a(uart_nrfx_uart.c.obj)
+ .data.spi_1_data
+                0x0000000020000644       0x78 zephyr/drivers/spi/libdrivers__spi.a(spi_nrfx_spim.c.obj)
+ .data.m_cb     0x00000000200006bc       0x78 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_gpiote.c.obj)
+ .data.timeout_list
+                0x0000000020000734        0x8 zephyr/kernel/libkernel.a(timeout.c.obj)
+ .data.wait_q.0
+                0x000000002000073c        0x8 zephyr/kernel/libkernel.a(poll.c.obj)
+ .data._impure_ptr
+                0x0000000020000744        0x4 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-impure.o)
+                0x0000000020000744                _impure_ptr
+ .data.impure_data
+                0x0000000020000748       0x60 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-impure.o)
+ .data.__global_locale
+                0x00000000200007a8      0x16c /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-locale.o)
+                0x00000000200007a8                __global_locale
+ .data.region_channels_mask_size
+                0x0000000020000914        0x1 zephyr/subsys/lorawan/libloramac-node.a(lorawan.c.obj)
+ .data.selected_region
+                0x0000000020000915        0x1 zephyr/subsys/lorawan/libloramac-node.a(lorawan.c.obj)
+ .data.KeyAddrList
+                0x0000000020000916       0x14 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacCrypto.c.obj)
+ *(SORT_BY_ALIGNMENT(.kernel.*))
+                0x000000002000092a                __data_end = .
+                0x000000000000092a                __data_size = (__data_end - __data_start)
+                0x0000000000034cec                __data_load_start = LOADADDR (datas)
+                0x0000000000034cec                __data_region_load_start = LOADADDR (datas)
+
+device_states   0x000000002000092a       0x1e load address 0x0000000000035616
+                0x000000002000092a                __device_states_start = .
+ *(SORT_BY_ALIGNMENT(.z_devstate))
+ .z_devstate    0x000000002000092a        0x2 zephyr/subsys/lorawan/libloramac-node.a(sx127x.c.obj)
+ .z_devstate    0x000000002000092c        0x2 zephyr/drivers/adc/libdrivers__adc.a(adc_nrfx_saadc.c.obj)
+ .z_devstate    0x000000002000092e        0x2 zephyr/drivers/clock_control/libdrivers__clock_control.a(clock_control_nrf.c.obj)
+ .z_devstate    0x0000000020000930        0x2 zephyr/drivers/entropy/libdrivers__entropy.a(entropy_nrf5.c.obj)
+ .z_devstate    0x0000000020000932        0x2 zephyr/drivers/entropy/libdrivers__entropy.a(entropy_bt_hci.c.obj)
+ .z_devstate    0x0000000020000934        0x2 zephyr/drivers/flash/libdrivers__flash.a(soc_flash_nrf.c.obj)
+ .z_devstate    0x0000000020000936        0x4 zephyr/drivers/gpio/libdrivers__gpio.a(gpio_nrfx.c.obj)
+ .z_devstate    0x000000002000093a        0x2 zephyr/drivers/i2c/libdrivers__i2c.a(i2c_nrfx_twim.c.obj)
+ .z_devstate    0x000000002000093c        0x2 zephyr/drivers/sensor/bosch/bme280/libdrivers__sensor__bosch__bme280.a(bme280.c.obj)
+ .z_devstate    0x000000002000093e        0x2 zephyr/drivers/sensor/st/lis2dh/libdrivers__sensor__st__lis2dh.a(lis2dh.c.obj)
+ .z_devstate    0x0000000020000940        0x2 zephyr/drivers/sensor/st/lis2mdl/libdrivers__sensor__st__lis2mdl.a(lis2mdl.c.obj)
+ .z_devstate    0x0000000020000942        0x2 zephyr/drivers/serial/libdrivers__serial.a(uart_nrfx_uart.c.obj)
+ .z_devstate    0x0000000020000944        0x2 zephyr/drivers/spi/libdrivers__spi.a(spi_nrfx_spim.c.obj)
+ .z_devstate    0x0000000020000946        0x2 modules/nrf/drivers/mpsl/temp_nrf5/lib..__nrf__drivers__mpsl__temp_nrf5.a(temp_nrf5_mpsl.c.obj)
+ *(SORT_BY_ALIGNMENT(.z_devstate.*))
+                0x0000000020000948                __device_states_end = .
+
+log_mpsc_pbuf_area
+                0x0000000020000948       0x40 load address 0x0000000000035634
+                0x0000000020000948                _log_mpsc_pbuf_list_start = .
+ *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._log_mpsc_pbuf.static.*)))
+ ._log_mpsc_pbuf.static.log_buffer_
+                0x0000000020000948       0x40 zephyr/libzephyr.a(log_core.c.obj)
+                0x0000000020000988                _log_mpsc_pbuf_list_end = .
+
+log_msg_ptr_area
+                0x0000000020000988        0x4 load address 0x0000000000035674
+                0x0000000020000988                _log_msg_ptr_list_start = .
+ *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._log_msg_ptr.static.*)))
+ ._log_msg_ptr.static.log_msg_ptr_
+                0x0000000020000988        0x4 zephyr/libzephyr.a(log_core.c.obj)
+                0x000000002000098c                _log_msg_ptr_list_end = .
+
+log_dynamic_area
+                0x000000002000098c        0x0 load address 0x0000000000035678
+                0x000000002000098c                _log_dynamic_list_start = .
+ *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._log_dynamic.static.*)))
+                0x000000002000098c                _log_dynamic_list_end = .
+
+k_timer_area    0x0000000020000990       0x38 load address 0x000000000003567c
+                0x0000000020000990                _k_timer_list_start = .
+ *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._k_timer.static.*)))
+ ._k_timer.static.lora_timer_
+                0x0000000020000990       0x38 zephyr/subsys/lorawan/libloramac-node.a(hal_common.c.obj)
+                0x0000000020000990                lora_timer
+                0x00000000200009c8                _k_timer_list_end = .
+
+k_mem_slab_area
+                0x00000000200009c8       0x54 load address 0x00000000000356b4
+                0x00000000200009c8                _k_mem_slab_list_start = .
+ *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._k_mem_slab.static.*)))
+ ._k_mem_slab.static.att_slab_
+                0x00000000200009c8       0x1c zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(att.c.obj)
+                0x00000000200009c8                att_slab
+ ._k_mem_slab.static.chan_slab_
+                0x00000000200009e4       0x1c zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(att.c.obj)
+                0x00000000200009e4                chan_slab
+ ._k_mem_slab.static.req_slab_
+                0x0000000020000a00       0x1c zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(att.c.obj)
+                0x0000000020000a00                req_slab
+                0x0000000020000a1c                _k_mem_slab_list_end = .
+
+k_heap_area     0x0000000020000a1c        0x0 load address 0x0000000000035708
+                0x0000000020000a1c                _k_heap_list_start = .
+ *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._k_heap.static.*)))
+                0x0000000020000a1c                _k_heap_list_end = .
+
+k_mutex_area    0x0000000020000a1c       0x8c load address 0x0000000000035708
+                0x0000000020000a1c                _k_mutex_list_start = .
+ *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._k_mutex.static.*)))
+ ._k_mutex.static.__lock___malloc_recursive_mutex_
+                0x0000000020000a1c       0x14 zephyr/lib/libc/newlib/liblib__libc__newlib.a(libc-hooks.c.obj)
+                0x0000000020000a1c                __lock___malloc_recursive_mutex
+ ._k_mutex.static.__lock___sfp_recursive_mutex_
+                0x0000000020000a30       0x14 zephyr/lib/libc/newlib/liblib__libc__newlib.a(libc-hooks.c.obj)
+                0x0000000020000a30                __lock___sfp_recursive_mutex
+ ._k_mutex.static.__lock___sinit_recursive_mutex_
+                0x0000000020000a44       0x14 zephyr/lib/libc/newlib/liblib__libc__newlib.a(libc-hooks.c.obj)
+                0x0000000020000a44                __lock___sinit_recursive_mutex
+ ._k_mutex.static.lorawan_join_mutex_
+                0x0000000020000a58       0x14 zephyr/subsys/lorawan/libloramac-node.a(lorawan.c.obj)
+                0x0000000020000a58                lorawan_join_mutex
+ ._k_mutex.static.lorawan_send_mutex_
+                0x0000000020000a6c       0x14 zephyr/subsys/lorawan/libloramac-node.a(lorawan.c.obj)
+                0x0000000020000a6c                lorawan_send_mutex
+ ._k_mutex.static.mpsl_lock_
+                0x0000000020000a80       0x14 modules/nrf/lib/multithreading_lock/lib..__nrf__lib__multithreading_lock.a(multithreading_lock.c.obj)
+ ._k_mutex.static.settings_lock_
+                0x0000000020000a94       0x14 zephyr/libzephyr.a(settings.c.obj)
+                0x0000000020000a94                settings_lock
+                0x0000000020000aa8                _k_mutex_list_end = .
+
+k_stack_area    0x0000000020000aa8        0x0 load address 0x0000000000035794
+                0x0000000020000aa8                _k_stack_list_start = .
+ *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._k_stack.static.*)))
+                0x0000000020000aa8                _k_stack_list_end = .
+
+k_msgq_area     0x0000000020000aa8        0x0 load address 0x0000000000035794
+                0x0000000020000aa8                _k_msgq_list_start = .
+ *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._k_msgq.static.*)))
+                0x0000000020000aa8                _k_msgq_list_end = .
+
+k_mbox_area     0x0000000020000aa8        0x0 load address 0x0000000000035794
+                0x0000000020000aa8                _k_mbox_list_start = .
+ *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._k_mbox.static.*)))
+                0x0000000020000aa8                _k_mbox_list_end = .
+
+k_pipe_area     0x0000000020000aa8        0x0 load address 0x0000000000035794
+                0x0000000020000aa8                _k_pipe_list_start = .
+ *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._k_pipe.static.*)))
+                0x0000000020000aa8                _k_pipe_list_end = .
+
+k_sem_area      0x0000000020000aa8       0x48 load address 0x0000000000035794
+                0x0000000020000aa8                _k_sem_list_start = .
+ *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._k_sem.static.*)))
+ ._k_sem.static.log_process_thread_sem_
+                0x0000000020000aa8       0x18 zephyr/libzephyr.a(log_core.c.obj)
+                0x0000000020000aa8                log_process_thread_sem
+ ._k_sem.static.mcps_confirm_sem_
+                0x0000000020000ac0       0x18 zephyr/subsys/lorawan/libloramac-node.a(lorawan.c.obj)
+                0x0000000020000ac0                mcps_confirm_sem
+ ._k_sem.static.mlme_confirm_sem_
+                0x0000000020000ad8       0x18 zephyr/subsys/lorawan/libloramac-node.a(lorawan.c.obj)
+                0x0000000020000ad8                mlme_confirm_sem
+                0x0000000020000af0                _k_sem_list_end = .
+
+k_event_area    0x0000000020000af0        0x0 load address 0x00000000000357dc
+                0x0000000020000af0                _k_event_list_start = .
+ *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._k_event.static.*)))
+                0x0000000020000af0                _k_event_list_end = .
+
+k_queue_area    0x0000000020000af0        0x0 load address 0x00000000000357dc
+                0x0000000020000af0                _k_queue_list_start = .
+ *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._k_queue.static.*)))
+                0x0000000020000af0                _k_queue_list_end = .
+
+k_fifo_area     0x0000000020000af0       0x18 load address 0x00000000000357dc
+                0x0000000020000af0                _k_fifo_list_start = .
+ *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._k_fifo.static.*)))
+ ._k_fifo.static.free_tx_
+                0x0000000020000af0       0x18 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(conn.c.obj)
+                0x0000000020000af0                free_tx
+                0x0000000020000b08                _k_fifo_list_end = .
+
+k_lifo_area     0x0000000020000b08        0x0 load address 0x00000000000357f4
+                0x0000000020000b08                _k_lifo_list_start = .
+ *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._k_lifo.static.*)))
+                0x0000000020000b08                _k_lifo_list_end = .
+
+k_condvar_area  0x0000000020000b08        0x0 load address 0x00000000000357f4
+                0x0000000020000b08                _k_condvar_list_start = .
+ *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._k_condvar.static.*)))
+                0x0000000020000b08                _k_condvar_list_end = .
+
+sys_mem_blocks_ptr_area
+                0x0000000020000b08        0x0 load address 0x00000000000357f4
+                0x0000000020000b08                _sys_mem_blocks_ptr_list_start = .
+ *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._sys_mem_blocks_ptr.static.*)))
+                0x0000000020000b08                _sys_mem_blocks_ptr_list_end = .
+
+net_buf_pool_area
+                0x0000000020000b08      0x134 load address 0x00000000000357f4
+                0x0000000020000b08                _net_buf_pool_list_start = .
+ *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._net_buf_pool.static.*)))
+ ._net_buf_pool.static.acl_tx_pool_
+                0x0000000020000b08       0x2c zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(conn.c.obj)
+ ._net_buf_pool.static.att_pool_
+                0x0000000020000b34       0x2c zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(att.c.obj)
+ ._net_buf_pool.static.discardable_pool_
+                0x0000000020000b60       0x2c zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(buf.c.obj)
+ ._net_buf_pool.static.frag_pool_
+                0x0000000020000b8c       0x2c zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(conn.c.obj)
+ ._net_buf_pool.static.hci_cmd_pool_
+                0x0000000020000bb8       0x2c zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+ ._net_buf_pool.static.hci_rx_pool_
+                0x0000000020000be4       0x2c zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(buf.c.obj)
+ ._net_buf_pool.static.sync_evt_pool_
+                0x0000000020000c10       0x2c zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(buf.c.obj)
+                0x0000000020000c3c                _net_buf_pool_list_end = .
+                0x0000000020000c3c                __data_region_end = .
+
+bss             0x0000000020000c40     0x3688
+                0x0000000020000c40                . = ALIGN (0x4)
+                0x0000000020000c40                __bss_start = .
+                0x0000000020000c40                __kernel_ram_start = .
+ *(SORT_BY_ALIGNMENT(.bss))
+ .bss           0x0000000020000c40      0x7d4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x00000000200011ec                sym_X2CGJY32WPU5QR6XFTHTAS6KO4LV2ENSTHTXMQI
+                0x000000002000129a                sym_VQ35Q3R547AGSAUE3MG4FJPAHAQLVUOXVCL6PHY
+ *fill*         0x0000000020001414        0x4 
+ .bss           0x0000000020001418      0x643 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+                0x0000000020001458                sym_NT37KP64JKA7J3SBAMLBJICQNSHBWT52IX4ZBOY
+                0x0000000020001858                sym_DJDGWWBZPJEGCPY35B7VRZXZW7UWR7GL2OUADBY
+                0x0000000020001860                sym_3QJDOYCZRNEDIUTNFE3QIKOLVPHROSOZTM22HKQ
+                0x0000000020001890                sym_FU46TPWIIUBL5EEFYRZUSQCSFRMR4OIHWDOTVSQ
+                0x00000000200018b8                sym_Z5WZCMHZDI7RNMVB5GZYQIRS7P3BTO7552UV62I
+ *fill*         0x0000000020001a5b        0x1 
+ .bss           0x0000000020001a5c       0x11 /opt/ncs/nrfxlib/mpsl/fem/common/lib/cortex-m4/soft-float/libmpsl_fem_common.a(libmpsl_fem_common_debug_soft__obfuscated.elf)
+ *(SORT_BY_ALIGNMENT(.bss.*))
+ *fill*         0x0000000020001a6d        0x3 
+ .bss.logging_thread
+                0x0000000020001a70       0x78 zephyr/libzephyr.a(log_core.c.obj)
+                0x0000000020001a70                logging_thread
+ .bss.buf32     0x0000000020001ae8      0x400 zephyr/libzephyr.a(log_core.c.obj)
+ .bss.last_failure_report
+                0x0000000020001ee8        0x8 zephyr/libzephyr.a(log_core.c.obj)
+ .bss.log_process_thread_timer
+                0x0000000020001ef0       0x38 zephyr/libzephyr.a(log_core.c.obj)
+ .bss.bt_long_wq
+                0x0000000020001f28       0x98 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(long_wq.c.obj)
+ .bss.bt_workq  0x0000000020001fc0       0x98 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+ .bss.acl_conns
+                0x0000000020002058       0xc0 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(conn.c.obj)
+ .bss.db_hash   0x0000000020002118       0x68 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(gatt.c.obj)
+ .bss.gatt_sc   0x0000000020002180       0x58 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(gatt.c.obj)
+ .bss.cc_data   0x00000000200021d8       0x10 zephyr/drivers/timer/libdrivers__timer.a(nrf_rtc_timer.c.obj)
+ .bss.last_count
+                0x00000000200021e8        0x8 zephyr/drivers/timer/libdrivers__timer.a(nrf_rtc_timer.c.obj)
+ .bss.anchor    0x00000000200021f0        0x8 zephyr/drivers/timer/libdrivers__timer.a(nrf_rtc_timer.c.obj)
+ .bss.sdc_mempool
+                0x00000000200021f8      0x779 modules/nrf/subsys/bluetooth/controller/lib..__nrf__subsys__bluetooth__controller.a(hci_driver.c.obj)
+ *fill*         0x0000000020002971        0x7 
+ .bss.mpsl_work_q
+                0x0000000020002978       0x98 modules/nrf/subsys/mpsl/init/lib..__nrf__subsys__mpsl__init.a(mpsl_init.c.obj)
+                0x0000000020002978                mpsl_work_q
+ .bss.z_idle_threads
+                0x0000000020002a10       0x78 zephyr/kernel/libkernel.a(init.c.obj)
+                0x0000000020002a10                z_idle_threads
+ .bss.z_main_thread
+                0x0000000020002a88       0x78 zephyr/kernel/libkernel.a(init.c.obj)
+                0x0000000020002a88                z_main_thread
+ .bss.k_sys_work_q
+                0x0000000020002b00       0x98 zephyr/kernel/libkernel.a(system_work_q.c.obj)
+                0x0000000020002b00                k_sys_work_q
+ .bss._thread_dummy
+                0x0000000020002b98       0x78 zephyr/kernel/libkernel.a(sched.c.obj)
+                0x0000000020002b98                _thread_dummy
+ .bss.slice_timeouts
+                0x0000000020002c10       0x18 zephyr/kernel/libkernel.a(timeslicing.c.obj)
+ .bss.curr_tick
+                0x0000000020002c28        0x8 zephyr/kernel/libkernel.a(timeout.c.obj)
+ .bss.curr_log_buffer
+                0x0000000020002c30        0x4 zephyr/libzephyr.a(log_core.c.obj)
+ .bss.proc_tid  0x0000000020002c34        0x4 zephyr/libzephyr.a(log_core.c.obj)
+ .bss.dropped_cnt
+                0x0000000020002c38        0x4 zephyr/libzephyr.a(log_core.c.obj)
+ .bss.buffered_cnt
+                0x0000000020002c3c        0x4 zephyr/libzephyr.a(log_core.c.obj)
+ .bss.initialized
+                0x0000000020002c40        0x4 zephyr/libzephyr.a(log_core.c.obj)
+ .bss.timestamp_div
+                0x0000000020002c44        0x4 zephyr/libzephyr.a(log_output.c.obj)
+ .bss.freq      0x0000000020002c48        0x4 zephyr/libzephyr.a(log_output.c.obj)
+ .bss.lbu_data  0x0000000020002c4c       0x20 zephyr/libzephyr.a(log_backend_uart.c.obj)
+ .bss.lbu_output_control_block
+                0x0000000020002c6c        0xc zephyr/libzephyr.a(log_backend_uart.c.obj)
+ .bss.settings_save_dst
+                0x0000000020002c78        0x4 zephyr/libzephyr.a(settings_store.c.obj)
+                0x0000000020002c78                settings_save_dst
+ .bss.settings_load_srcs
+                0x0000000020002c7c        0x8 zephyr/libzephyr.a(settings_store.c.obj)
+                0x0000000020002c7c                settings_load_srcs
+ .bss.settings_handlers
+                0x0000000020002c84        0x8 zephyr/libzephyr.a(settings.c.obj)
+                0x0000000020002c84                settings_handlers
+ .bss.default_settings_nvs.0
+                0x0000000020002c8c       0x40 zephyr/libzephyr.a(settings_nvs.c.obj)
+ .bss.heap_sz   0x0000000020002ccc        0x4 zephyr/lib/libc/newlib/liblib__libc__newlib.a(libc-hooks.c.obj)
+ .bss.dr_changed_cb
+                0x0000000020002cd0        0x4 zephyr/subsys/lorawan/libloramac-node.a(lorawan.c.obj)
+ .bss.battery_level_cb
+                0x0000000020002cd4        0x4 zephyr/subsys/lorawan/libloramac-node.a(lorawan.c.obj)
+ .bss.mac_callbacks
+                0x0000000020002cd8       0x10 zephyr/subsys/lorawan/libloramac-node.a(lorawan.c.obj)
+ .bss.mac_primitives
+                0x0000000020002ce8       0x10 zephyr/subsys/lorawan/libloramac-node.a(lorawan.c.obj)
+ .bss.dl_callbacks
+                0x0000000020002cf8        0x8 zephyr/subsys/lorawan/libloramac-node.a(lorawan.c.obj)
+ .bss.backup_reg
+                0x0000000020002d00        0x8 zephyr/subsys/lorawan/libloramac-node.a(hal_common.c.obj)
+ .bss.saved_time
+                0x0000000020002d08        0x4 zephyr/subsys/lorawan/libloramac-node.a(hal_common.c.obj)
+ .bss.dev_data  0x0000000020002d0c       0x54 zephyr/subsys/lorawan/libloramac-node.a(sx12xx_common.c.obj)
+ .bss.callbacks.0
+                0x0000000020002d60        0xc zephyr/subsys/lorawan/libloramac-node.a(sx127x.c.obj)
+ .bss.dev_data  0x0000000020002d6c       0x10 zephyr/subsys/lorawan/libloramac-node.a(sx127x.c.obj)
+ .bss.TimerListHead
+                0x0000000020002d7c        0x4 zephyr/subsys/lorawan/libloramac-node.a(timer.c.obj)
+ .bss.RxTimeoutSyncWord
+                0x0000000020002d80       0x18 zephyr/subsys/lorawan/libloramac-node.a(sx1276.c.obj)
+                0x0000000020002d80                RxTimeoutSyncWord
+ .bss.RxTimeoutTimer
+                0x0000000020002d98       0x18 zephyr/subsys/lorawan/libloramac-node.a(sx1276.c.obj)
+                0x0000000020002d98                RxTimeoutTimer
+ .bss.TxTimeoutTimer
+                0x0000000020002db0       0x18 zephyr/subsys/lorawan/libloramac-node.a(sx1276.c.obj)
+                0x0000000020002db0                TxTimeoutTimer
+ .bss.SX1276    0x0000000020002dc8      0x144 zephyr/subsys/lorawan/libloramac-node.a(sx1276.c.obj)
+                0x0000000020002dc8                SX1276
+ .bss.RadioEvents
+                0x0000000020002f0c        0x4 zephyr/subsys/lorawan/libloramac-node.a(sx1276.c.obj)
+ .bss.SeNvm     0x0000000020002f10        0x4 zephyr/subsys/lorawan/libloramac-node.a(soft-se.c.obj)
+ .bss.RxDoneParams
+                0x0000000020002f14       0x10 zephyr/subsys/lorawan/libloramac-node.a(LoRaMac.c.obj)
+                0x0000000020002f14                RxDoneParams
+ .bss.TxDoneParams
+                0x0000000020002f24        0x4 zephyr/subsys/lorawan/libloramac-node.a(LoRaMac.c.obj)
+                0x0000000020002f24                TxDoneParams
+ .bss.LoRaMacRadioEvents
+                0x0000000020002f28        0x4 zephyr/subsys/lorawan/libloramac-node.a(LoRaMac.c.obj)
+                0x0000000020002f28                LoRaMacRadioEvents
+ .bss.RegionBands
+                0x0000000020002f2c       0x90 zephyr/subsys/lorawan/libloramac-node.a(LoRaMac.c.obj)
+ .bss.Nvm       0x0000000020002fbc      0x460 zephyr/subsys/lorawan/libloramac-node.a(LoRaMac.c.obj)
+ .bss.MacCtx    0x000000002000341c      0x580 zephyr/subsys/lorawan/libloramac-node.a(LoRaMac.c.obj)
+ .bss.CommandsCtx
+                0x000000002000399c      0x20c zephyr/subsys/lorawan/libloramac-node.a(LoRaMacCommands.c.obj)
+ .bss.ConfirmQueueCtx
+                0x0000000020003ba8       0x24 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacConfirmQueue.c.obj)
+ .bss.CryptoNvm
+                0x0000000020003bcc        0x4 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacCrypto.c.obj)
+ .bss.RegionBands
+                0x0000000020003bd0        0x4 zephyr/subsys/lorawan/libloramac-node.a(RegionEU868.c.obj)
+ .bss.RegionNvmGroup2
+                0x0000000020003bd4        0x4 zephyr/subsys/lorawan/libloramac-node.a(RegionEU868.c.obj)
+ .bss.cmd_data  0x0000000020003bd8       0x18 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+ .bss.ready_cb  0x0000000020003bf0        0x4 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+ .bss.conn_tx   0x0000000020003bf4       0x30 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(conn.c.obj)
+ .bss.callback_list
+                0x0000000020003c24        0x4 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(conn.c.obj)
+ .bss.bt_l2cap_pool
+                0x0000000020003c28       0x30 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(l2cap.c.obj)
+ .bss.tx_meta_data_storage
+                0x0000000020003c58       0x48 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(att.c.obj)
+ .bss.att_handle_rsp_thread
+                0x0000000020003ca0        0x4 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(att.c.obj)
+ .bss.cancel    0x0000000020003ca4       0x10 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(att.c.obj)
+ .bss.sc_restore_params
+                0x0000000020003cb4       0x18 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(gatt.c.obj)
+ .bss.cf_cfg    0x0000000020003ccc       0x10 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(gatt.c.obj)
+ .bss.gatt_flags
+                0x0000000020003cdc        0x4 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(gatt.c.obj)
+ .bss.callback_list
+                0x0000000020003ce0        0x8 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(gatt.c.obj)
+ .bss.bt_smp_pool
+                0x0000000020003ce8       0x30 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(smp_null.c.obj)
+ .bss.cli.1     0x0000000020003d18       0x10 zephyr/drivers/clock_control/libdrivers__clock_control.a(clock_control_nrf.c.obj)
+ .bss.on.2      0x0000000020003d28        0x4 zephyr/drivers/clock_control/libdrivers__clock_control.a(clock_control_nrf.c.obj)
+ .bss.data      0x0000000020003d2c       0x50 zephyr/drivers/clock_control/libdrivers__clock_control.a(clock_control_nrf.c.obj)
+ .bss.hfclk_users
+                0x0000000020003d7c        0x4 zephyr/drivers/clock_control/libdrivers__clock_control.a(clock_control_nrf.c.obj)
+ .bss.entropy_nrf5_data
+                0x0000000020003d80       0x54 zephyr/drivers/entropy/libdrivers__entropy.a(entropy_nrf5.c.obj)
+ .bss.dev_layout
+                0x0000000020003dd4        0x8 zephyr/drivers/flash/libdrivers__flash.a(soc_flash_nrf.c.obj)
+ .bss.sem_lock  0x0000000020003ddc       0x18 zephyr/drivers/flash/libdrivers__flash.a(soc_flash_nrf.c.obj)
+ .bss.gpio_nrfx_p1_data
+                0x0000000020003df4        0xc zephyr/drivers/gpio/libdrivers__gpio.a(gpio_nrfx.c.obj)
+ .bss.gpio_nrfx_p0_data
+                0x0000000020003e00        0xc zephyr/drivers/gpio/libdrivers__gpio.a(gpio_nrfx.c.obj)
+ .bss.bme280_data_0
+                0x0000000020003e0c       0x38 zephyr/drivers/sensor/bosch/bme280/libdrivers__sensor__bosch__bme280.a(bme280.c.obj)
+ .bss.lis2dh_data_0
+                0x0000000020003e44       0x14 zephyr/drivers/sensor/st/lis2dh/libdrivers__sensor__st__lis2dh.a(lis2dh.c.obj)
+ .bss.lis2mdl_data_0
+                0x0000000020003e58       0x48 zephyr/drivers/sensor/st/lis2mdl/libdrivers__sensor__st__lis2mdl.a(lis2mdl.c.obj)
+ .bss.poll_out_lock.0
+                0x0000000020003ea0        0x4 zephyr/drivers/serial/libdrivers__serial.a(uart_nrfx_uart.c.obj)
+ .bss.force_isr_mask
+                0x0000000020003ea4        0x4 zephyr/drivers/timer/libdrivers__timer.a(nrf_rtc_timer.c.obj)
+ .bss.int_mask  0x0000000020003ea8        0x4 zephyr/drivers/timer/libdrivers__timer.a(nrf_rtc_timer.c.obj)
+ .bss.overflow_cnt
+                0x0000000020003eac        0x4 zephyr/drivers/timer/libdrivers__timer.a(nrf_rtc_timer.c.obj)
+ .bss.receive_work
+                0x0000000020003eb0       0x10 modules/nrf/subsys/bluetooth/controller/lib..__nrf__subsys__bluetooth__controller.a(hci_driver.c.obj)
+ .bss.user_cmd_handler
+                0x0000000020003ec0        0x4 modules/nrf/subsys/bluetooth/controller/lib..__nrf__subsys__bluetooth__controller.a(hci_internal.c.obj)
+ .bss.ecdh_work
+                0x0000000020003ec4       0x10 modules/nrf/subsys/bluetooth/controller/lib..__nrf__subsys__bluetooth__controller.a(ecdh.c.obj)
+ .bss.cmd       0x0000000020003ed4        0x4 modules/nrf/subsys/bluetooth/controller/lib..__nrf__subsys__bluetooth__controller.a(ecdh.c.obj)
+ .bss.timeslot_context
+                0x0000000020003ed8       0x30 modules/nrf/subsys/mpsl/init/lib..__nrf__subsys__mpsl__init.a(mpsl_init.c.obj)
+ .bss.mpsl_low_prio_work
+                0x0000000020003f08       0x10 modules/nrf/subsys/mpsl/init/lib..__nrf__subsys__mpsl__init.a(mpsl_init.c.obj)
+ .bss.event_handler
+                0x0000000020003f18        0x4 modules/nrf/drivers/mpsl/clock_control/lib..__nrf__drivers__mpsl__clock_control.a(nrfx_clock_mpsl.c.obj)
+ .bss._context  0x0000000020003f1c       0x44 modules/nrf/drivers/mpsl/flash_sync/lib..__nrf__drivers__mpsl__flash_sync.a(flash_sync_mpsl.c.obj)
+ .bss.temp_nrf5_mpsl_driver
+                0x0000000020003f60        0x4 modules/nrf/drivers/mpsl/temp_nrf5/lib..__nrf__drivers__mpsl__temp_nrf5.a(temp_nrf5_mpsl.c.obj)
+ .bss.m_cb      0x0000000020003f64       0x24 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_spim.c.obj)
+ .bss.m_cb      0x0000000020003f88       0x28 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_twim.c.obj)
+ .bss._kernel   0x0000000020003fb0       0x20 zephyr/kernel/libkernel.a(init.c.obj)
+                0x0000000020003fb0                _kernel
+ .bss.pending_cancels
+                0x0000000020003fd0        0x8 zephyr/kernel/libkernel.a(work.c.obj)
+ .bss.pending_current
+                0x0000000020003fd8        0x4 zephyr/kernel/libkernel.a(timeslicing.c.obj)
+                0x0000000020003fd8                pending_current
+ .bss.slice_max_prio
+                0x0000000020003fdc        0x4 zephyr/kernel/libkernel.a(timeslicing.c.obj)
+ .bss.slice_ticks
+                0x0000000020003fe0        0x4 zephyr/kernel/libkernel.a(timeslicing.c.obj)
+ .bss.announce_remaining
+                0x0000000020003fe4        0x4 zephyr/kernel/libkernel.a(timeout.c.obj)
+ .bss.__malloc_sbrk_start
+                0x0000000020003fe8        0x4 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-nano-mallocr.o)
+                0x0000000020003fe8                __malloc_sbrk_start
+ .bss.__malloc_free_list
+                0x0000000020003fec        0x4 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-nano-mallocr.o)
+                0x0000000020003fec                __malloc_free_list
+ .bss.errno     0x0000000020003ff0        0x4 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-reent.o)
+                0x0000000020003ff0                errno
+ .bss.sample_buffer
+                0x0000000020003ff4        0x2 app/libapp.a(main.c.obj)
+ .bss.RJcount0  0x0000000020003ff6        0x2 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacCrypto.c.obj)
+ .bss.disconnected_handles
+                0x0000000020003ff8        0x2 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+ .bss.sc_range  0x0000000020003ffa        0x4 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(gatt.c.obj)
+ .bss.sc_cfg    0x0000000020003ffe        0xc zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(gatt.c.obj)
+ .bss.last_static_handle
+                0x000000002000400a        0x2 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(gatt.c.obj)
+ .bss.backend_attached
+                0x000000002000400c        0x1 zephyr/libzephyr.a(log_core.c.obj)
+ .bss.panic_mode
+                0x000000002000400d        0x1 zephyr/libzephyr.a(log_core.c.obj)
+ .bss.lbu_buffer
+                0x000000002000400e        0x1 zephyr/libzephyr.a(log_backend_uart.c.obj)
+ .bss.settings_subsys_initialized
+                0x000000002000400f        0x1 zephyr/libzephyr.a(settings_init.c.obj)
+                0x000000002000400f                settings_subsys_initialized
+ .bss.last_mlme_confirm_status
+                0x0000000020004010        0x1 zephyr/subsys/lorawan/libloramac-node.a(lorawan.c.obj)
+ .bss.last_mcps_confirm_status
+                0x0000000020004011        0x1 zephyr/subsys/lorawan/libloramac-node.a(lorawan.c.obj)
+ .bss.lorawan_adr_enable
+                0x0000000020004012        0x1 zephyr/subsys/lorawan/libloramac-node.a(lorawan.c.obj)
+ .bss.current_datarate
+                0x0000000020004013        0x1 zephyr/subsys/lorawan/libloramac-node.a(lorawan.c.obj)
+ .bss.default_datarate
+                0x0000000020004014        0x1 zephyr/subsys/lorawan/libloramac-node.a(lorawan.c.obj)
+ .bss.RxTxBuffer
+                0x0000000020004015      0x100 zephyr/subsys/lorawan/libloramac-node.a(sx1276.c.obj)
+ .bss.initialized.0
+                0x0000000020004115        0x1 zephyr/subsys/lorawan/libloramac-node.a(LoRaMac.c.obj)
+ .bss.str.1     0x0000000020004116       0x1e zephyr/subsys/bluetooth/common/libsubsys__bluetooth__common.a(bt_str.c.obj)
+ .bss.str.3     0x0000000020004134       0x81 zephyr/subsys/bluetooth/common/libsubsys__bluetooth__common.a(bt_str.c.obj)
+ .bss.disconnected_handles_reason
+                0x00000000200041b5        0x1 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+ .bss.ident.1   0x00000000200041b6        0x1 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(l2cap.c.obj)
+ .bss.twim_0_msg_buf
+                0x00000000200041b7       0x10 zephyr/drivers/i2c/libdrivers__i2c.a(i2c_nrfx_twim.c.obj)
+ .bss.spim_1_rx_buffer
+                0x00000000200041c7        0x8 zephyr/drivers/spi/libdrivers__spi.a(spi_nrfx_spim.c.obj)
+ .bss.spim_1_tx_buffer
+                0x00000000200041cf        0x8 zephyr/drivers/spi/libdrivers__spi.a(spi_nrfx_spim.c.obj)
+ .bss.hci_buf.0
+                0x00000000200041d7       0x47 modules/nrf/subsys/bluetooth/controller/lib..__nrf__subsys__bluetooth__controller.a(hci_driver.c.obj)
+ .bss.cmd_complete_or_status
+                0x000000002000421e       0x48 modules/nrf/subsys/bluetooth/controller/lib..__nrf__subsys__bluetooth__controller.a(hci_internal.c.obj)
+ .bss.ecdh      0x0000000020004266       0x60 modules/nrf/subsys/bluetooth/controller/lib..__nrf__subsys__bluetooth__controller.a(ecdh.c.obj)
+ .bss.z_sys_post_kernel
+                0x00000000200042c6        0x1 zephyr/kernel/libkernel.a(init.c.obj)
+                0x00000000200042c6                z_sys_post_kernel
+ .bss.lock      0x00000000200042c7        0x0 zephyr/kernel/libkernel.a(mutex.c.obj)
+ .bss.lock      0x00000000200042c7        0x0 zephyr/kernel/libkernel.a(sem.c.obj)
+ .bss.lock      0x00000000200042c7        0x0 zephyr/kernel/libkernel.a(work.c.obj)
+ .bss._sched_spinlock
+                0x00000000200042c7        0x0 zephyr/kernel/libkernel.a(sched.c.obj)
+                0x00000000200042c7                _sched_spinlock
+ .bss.slice_expired
+                0x00000000200042c7        0x1 zephyr/kernel/libkernel.a(timeslicing.c.obj)
+ .bss.lock      0x00000000200042c8        0x0 zephyr/kernel/libkernel.a(poll.c.obj)
+ *(SORT_BY_ALIGNMENT(COMMON))
+ *(SORT_BY_ALIGNMENT(.kernel_bss.*))
+                0x00000000200042c8                __bss_end = ALIGN (0x4)
+
+noinit          0x00000000200042c8     0x2df8
+ *(SORT_BY_ALIGNMENT(.noinit))
+ *(SORT_BY_ALIGNMENT(.noinit.*))
+ .noinit."WEST_TOPDIR/zephyr/subsys/logging/log_core.c".0
+                0x00000000200042c8      0x300 zephyr/libzephyr.a(log_core.c.obj)
+                0x00000000200042c8                logging_stack
+ .noinit."WEST_TOPDIR/zephyr/subsys/bluetooth/host/long_wq.c".0
+                0x00000000200045c8      0x518 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(long_wq.c.obj)
+                0x00000000200045c8                bt_lw_stack_area
+ .noinit."WEST_TOPDIR/zephyr/subsys/bluetooth/host/att.c".k_mem_slab_buf_chan_slab
+                0x0000000020004ae0       0x90 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(att.c.obj)
+                0x0000000020004ae0                _k_mem_slab_buf_chan_slab
+ .noinit."WEST_TOPDIR/nrf/subsys/mpsl/init/mpsl_init.c".0
+                0x0000000020004b70      0x400 modules/nrf/subsys/mpsl/init/lib..__nrf__subsys__mpsl__init.a(mpsl_init.c.obj)
+ .noinit."WEST_TOPDIR/zephyr/kernel/init.c".2
+                0x0000000020004f70      0x800 zephyr/kernel/libkernel.a(init.c.obj)
+                0x0000000020004f70                z_interrupt_stacks
+ .noinit."WEST_TOPDIR/zephyr/kernel/init.c".1
+                0x0000000020005770      0x140 zephyr/kernel/libkernel.a(init.c.obj)
+ .noinit."WEST_TOPDIR/zephyr/kernel/init.c".0
+                0x00000000200058b0      0x800 zephyr/kernel/libkernel.a(init.c.obj)
+                0x00000000200058b0                z_main_stack
+ .noinit."WEST_TOPDIR/zephyr/kernel/system_work_q.c".0
+                0x00000000200060b0      0x800 zephyr/kernel/libkernel.a(system_work_q.c.obj)
+ .noinit."WEST_TOPDIR/zephyr/subsys/bluetooth/host/buf.c".5
+                0x00000000200068b0      0x2c6 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(buf.c.obj)
+ *fill*         0x0000000020006b76        0x2 
+ .noinit."WEST_TOPDIR/zephyr/subsys/bluetooth/host/buf.c".4
+                0x0000000020006b78      0x118 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(buf.c.obj)
+ .noinit."WEST_TOPDIR/zephyr/subsys/bluetooth/host/buf.c".3
+                0x0000000020006c90       0x8a zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(buf.c.obj)
+ *fill*         0x0000000020006d1a        0x2 
+ .noinit."WEST_TOPDIR/zephyr/subsys/bluetooth/host/buf.c".2
+                0x0000000020006d1c       0x54 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(buf.c.obj)
+ .noinit."WEST_TOPDIR/zephyr/subsys/bluetooth/host/buf.c".1
+                0x0000000020006d70        0x8 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(buf.c.obj)
+ .noinit."WEST_TOPDIR/zephyr/subsys/bluetooth/host/buf.c".0
+                0x0000000020006d78       0x1c zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(buf.c.obj)
+ .noinit."WEST_TOPDIR/zephyr/subsys/bluetooth/host/hci_core.c".3
+                0x0000000020006d94       0x8e zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+ *fill*         0x0000000020006e22        0x2 
+ .noinit."WEST_TOPDIR/zephyr/subsys/bluetooth/host/hci_core.c".2
+                0x0000000020006e24       0x38 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+ .noinit."WEST_TOPDIR/zephyr/subsys/bluetooth/host/conn.c".3
+                0x0000000020006e5c       0x40 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(conn.c.obj)
+ .noinit."WEST_TOPDIR/zephyr/subsys/bluetooth/host/conn.c".2
+                0x0000000020006e9c       0x40 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(conn.c.obj)
+ .noinit."WEST_TOPDIR/zephyr/subsys/bluetooth/host/conn.c".1
+                0x0000000020006edc       0x60 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(conn.c.obj)
+ .noinit."WEST_TOPDIR/zephyr/subsys/bluetooth/host/conn.c".0
+                0x0000000020006f3c       0x60 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(conn.c.obj)
+ .noinit."WEST_TOPDIR/zephyr/subsys/bluetooth/host/att.c".1
+                0x0000000020006f9c       0x66 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(att.c.obj)
+ *fill*         0x0000000020007002        0x2 
+ .noinit."WEST_TOPDIR/zephyr/subsys/bluetooth/host/att.c".0
+                0x0000000020007004       0x60 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(att.c.obj)
+ .noinit."WEST_TOPDIR/zephyr/subsys/bluetooth/host/att.c".k_mem_slab_buf_att_slab
+                0x0000000020007064       0x2c zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(att.c.obj)
+                0x0000000020007064                _k_mem_slab_buf_att_slab
+ .noinit."WEST_TOPDIR/zephyr/subsys/bluetooth/host/att.c".k_mem_slab_buf_req_slab
+                0x0000000020007090       0x30 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(att.c.obj)
+                0x0000000020007090                _k_mem_slab_buf_req_slab
+ *(SORT_BY_ALIGNMENT(.kernel_noinit.*))
+                0x0000000020020000                __kernel_ram_end = 0x20020000
+                0x000000000001f3c0                __kernel_ram_size = (__kernel_ram_end - __kernel_ram_start)
+                0x00000000000248f8                PROVIDE (z_arm_platform_init = SystemInit)
+
+/DISCARD/
+ *(SORT_BY_ALIGNMENT(.irq_info*))
+ *(SORT_BY_ALIGNMENT(.intList*))
+
+.last_ram_section
+                0x00000000200070c0        0x0
+                0x00000000200070c0                _image_ram_end = .
+                0x00000000000070c0                _image_ram_size = (_image_ram_end - _image_ram_start)
+                0x00000000200070c0                _end = .
+                0x00000000200070c0                z_mapped_end = .
+
+.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        0x0000000000000000       0x40
+ *(SORT_BY_ALIGNMENT(.comment))
+ .comment       0x0000000000000000       0x20 zephyr/CMakeFiles/zephyr_final.dir/isr_tables.c.obj
+                                         0x21 (size before relaxing)
+ .comment       0x0000000000000020       0x21 zephyr/CMakeFiles/offsets.dir/./arch/arm/core/offsets/offsets.c.obj
+ .comment       0x0000000000000020       0x21 app/libapp.a(main.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/libzephyr.a(crc8_sw.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/libzephyr.a(heap.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/libzephyr.a(cbprintf_packaged.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/libzephyr.a(printk.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/libzephyr.a(thread_entry.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/libzephyr.a(cbprintf_complete.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/libzephyr.a(assert.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/libzephyr.a(mpsc_pbuf.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/libzephyr.a(onoff.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/libzephyr.a(notify.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/libzephyr.a(configs.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/libzephyr.a(nvs.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/libzephyr.a(log_core.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/libzephyr.a(log_mgmt.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/libzephyr.a(log_msg.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/libzephyr.a(log_output.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/libzephyr.a(log_backend_uart.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/libzephyr.a(flash_map.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/libzephyr.a(flash_map_default.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/libzephyr.a(flash_map_layout.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/libzephyr.a(settings_store.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/libzephyr.a(settings.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/libzephyr.a(settings_init.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/libzephyr.a(settings_nvs.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/libzephyr.a(banner.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/libzephyr.a(lis2mdl_reg.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/libzephyr.a(utils.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/libzephyr.a(aes_encrypt.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/libzephyr.a(cmac_mode.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/arch/arch/arm/core/libarch__arm__core.a(fatal.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/arch/arch/arm/core/libarch__arm__core.a(nmi.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(exc_exit.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(fault.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(scb.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(thread_abort.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(swap.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(irq_manage.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(prep_c.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(thread.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(cpu_idle.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(irq_init.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(isr_wrapper.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/lib/libc/newlib/liblib__libc__newlib.a(libc-hooks.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/lib/libc/common/liblib__libc__common.a(abort.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/soc/soc/nrf52833/libsoc__nordic.a(soc.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/subsys/lorawan/libloramac-node.a(lorawan.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/subsys/lorawan/libloramac-node.a(lw_priv.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/subsys/lorawan/libloramac-node.a(lorawan_nvm_settings.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/subsys/lorawan/libloramac-node.a(hal_common.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/subsys/lorawan/libloramac-node.a(sx12xx_common.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/subsys/lorawan/libloramac-node.a(sx127x.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/subsys/lorawan/libloramac-node.a(utilities.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/subsys/lorawan/libloramac-node.a(systime.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/subsys/lorawan/libloramac-node.a(timer.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/subsys/lorawan/libloramac-node.a(delay.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/subsys/lorawan/libloramac-node.a(sx1276.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/subsys/lorawan/libloramac-node.a(aes.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/subsys/lorawan/libloramac-node.a(cmac.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/subsys/lorawan/libloramac-node.a(soft-se.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/subsys/lorawan/libloramac-node.a(soft-se-hal.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/subsys/lorawan/libloramac-node.a(LoRaMac.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacAdr.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacClassB.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacCommands.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacConfirmQueue.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacCrypto.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacParser.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacSerializer.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/subsys/lorawan/libloramac-node.a(Region.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/subsys/lorawan/libloramac-node.a(RegionCommon.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/subsys/lorawan/libloramac-node.a(RegionEU868.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/subsys/random/libsubsys__random.a(random_xoshiro128.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/subsys/bluetooth/common/libsubsys__bluetooth__common.a(addr.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/subsys/bluetooth/common/libsubsys__bluetooth__common.a(bt_str.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(long_wq.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(uuid.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(addr.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(buf.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(data.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(id.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(adv.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(conn.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(l2cap.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(att.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(gatt.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(smp_null.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/subsys/net/libsubsys__net.a(buf.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/subsys/net/libsubsys__net.a(buf_simple.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/drivers/adc/libdrivers__adc.a(adc_nrfx_saadc.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/drivers/clock_control/libdrivers__clock_control.a(clock_control_nrf.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/drivers/console/libdrivers__console.a(uart_console.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/drivers/entropy/libdrivers__entropy.a(entropy_nrf5.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/drivers/entropy/libdrivers__entropy.a(entropy_bt_hci.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/drivers/flash/libdrivers__flash.a(soc_flash_nrf.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/drivers/flash/libdrivers__flash.a(flash_page_layout.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/drivers/gpio/libdrivers__gpio.a(gpio_nrfx.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/drivers/i2c/libdrivers__i2c.a(i2c_common.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/drivers/i2c/libdrivers__i2c.a(i2c_nrfx_twim.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/drivers/pinctrl/libdrivers__pinctrl.a(common.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/drivers/pinctrl/libdrivers__pinctrl.a(pinctrl_nrf.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/drivers/sensor/bosch/bme280/libdrivers__sensor__bosch__bme280.a(bme280.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/drivers/sensor/bosch/bme280/libdrivers__sensor__bosch__bme280.a(bme280_spi.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/drivers/sensor/st/stmemsc/libdrivers__sensor__st__stmemsc.a(stmemsc_i2c.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/drivers/sensor/st/stmemsc/libdrivers__sensor__st__stmemsc.a(stmemsc_mdelay.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/drivers/sensor/st/lis2dh/libdrivers__sensor__st__lis2dh.a(lis2dh.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/drivers/sensor/st/lis2dh/libdrivers__sensor__st__lis2dh.a(lis2dh_i2c.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/drivers/sensor/st/lis2mdl/libdrivers__sensor__st__lis2mdl.a(lis2mdl.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/drivers/sensor/st/lis2mdl/libdrivers__sensor__st__lis2mdl.a(lis2mdl_trigger.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/drivers/serial/libdrivers__serial.a(uart_nrfx_uart.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/drivers/spi/libdrivers__spi.a(spi_nrfx_spim.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/drivers/spi/libdrivers__spi.a(spi_nrfx_common.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/drivers/timer/libdrivers__timer.a(nrf_rtc_timer.c.obj)
+ .comment       0x0000000000000020       0x21 modules/nrf/lib/multithreading_lock/lib..__nrf__lib__multithreading_lock.a(multithreading_lock.c.obj)
+ .comment       0x0000000000000020       0x21 modules/nrf/subsys/bluetooth/controller/lib..__nrf__subsys__bluetooth__controller.a(hci_driver.c.obj)
+ .comment       0x0000000000000020       0x21 modules/nrf/subsys/bluetooth/controller/lib..__nrf__subsys__bluetooth__controller.a(hci_internal.c.obj)
+ .comment       0x0000000000000020       0x21 modules/nrf/subsys/bluetooth/controller/lib..__nrf__subsys__bluetooth__controller.a(crypto.c.obj)
+ .comment       0x0000000000000020       0x21 modules/nrf/subsys/bluetooth/controller/lib..__nrf__subsys__bluetooth__controller.a(ecdh.c.obj)
+ .comment       0x0000000000000020       0x21 modules/nrf/subsys/mpsl/init/lib..__nrf__subsys__mpsl__init.a(mpsl_init.c.obj)
+ .comment       0x0000000000000020       0x21 modules/nrf/subsys/mpsl/fem/lib..__nrf__subsys__mpsl__fem.a(mpsl_fem_api_init.c.obj)
+ .comment       0x0000000000000020       0x21 modules/nrf/drivers/mpsl/clock_control/lib..__nrf__drivers__mpsl__clock_control.a(nrfx_clock_mpsl.c.obj)
+ .comment       0x0000000000000020       0x21 modules/nrf/drivers/mpsl/flash_sync/lib..__nrf__drivers__mpsl__flash_sync.a(flash_sync_mpsl.c.obj)
+ .comment       0x0000000000000020       0x21 modules/nrf/drivers/mpsl/temp_nrf5/lib..__nrf__drivers__mpsl__temp_nrf5.a(temp_nrf5_mpsl.c.obj)
+ .comment       0x0000000000000020       0x21 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(system_nrf52833.c.obj)
+ .comment       0x0000000000000020       0x21 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_glue.c.obj)
+ .comment       0x0000000000000020       0x21 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_flag32_allocator.c.obj)
+ .comment       0x0000000000000020       0x21 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_gpiote.c.obj)
+ .comment       0x0000000000000020       0x21 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_nvmc.c.obj)
+ .comment       0x0000000000000020       0x21 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_spim.c.obj)
+ .comment       0x0000000000000020       0x21 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_twim.c.obj)
+ .comment       0x0000000000000020       0x21 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_twi_twim.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/kernel/libkernel.a(busy_wait.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/kernel/libkernel.a(device.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/kernel/libkernel.a(fatal.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/kernel/libkernel.a(init.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/kernel/libkernel.a(kheap.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/kernel/libkernel.a(mem_slab.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/kernel/libkernel.a(idle.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/kernel/libkernel.a(mutex.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/kernel/libkernel.a(queue.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/kernel/libkernel.a(sem.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/kernel/libkernel.a(system_work_q.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/kernel/libkernel.a(work.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/kernel/libkernel.a(thread.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/kernel/libkernel.a(sched.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/kernel/libkernel.a(timeslicing.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/kernel/libkernel.a(xip.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/kernel/libkernel.a(timeout.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/kernel/libkernel.a(timer.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/kernel/libkernel.a(poll.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/kernel/libkernel.a(mempool.c.obj)
+ .comment       0x0000000000000020       0x20 /opt/ncs/nrfxlib/crypto/nrf_oberon/lib/cortex-m4/soft-float/liboberon_3.0.15.a(ocrypto_ecdh_p256.c.obj)
+                                         0x21 (size before relaxing)
+ .comment       0x0000000000000040       0x21 /opt/ncs/nrfxlib/crypto/nrf_oberon/lib/cortex-m4/soft-float/liboberon_3.0.15.a(ocrypto_sc_p256.c.obj)
+ .comment       0x0000000000000040       0x21 /opt/ncs/nrfxlib/crypto/nrf_oberon/lib/cortex-m4/soft-float/liboberon_3.0.15.a(ocrypto_curve_p256.c.obj)
+ .comment       0x0000000000000040       0x21 /opt/ncs/nrfxlib/crypto/nrf_oberon/lib/cortex-m4/soft-float/liboberon_3.0.15.a(ocrypto_mod_p256.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  0x0000000000000000     0x44a8
+ *(SORT_BY_ALIGNMENT(.debug_aranges))
+ .debug_aranges
+                0x0000000000000000       0x20 zephyr/arch/arch/arm/core/libarch__arm__core.a(nmi_on_reset.S.obj)
+ .debug_aranges
+                0x0000000000000020       0x20 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(fault_s.S.obj)
+ .debug_aranges
+                0x0000000000000040       0x20 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(reset.S.obj)
+ .debug_aranges
+                0x0000000000000060       0x28 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(swap_helper.S.obj)
+ .debug_aranges
+                0x0000000000000088       0x18 zephyr/CMakeFiles/zephyr_final.dir/isr_tables.c.obj
+ .debug_aranges
+                0x00000000000000a0       0x20 zephyr/CMakeFiles/offsets.dir/./arch/arm/core/offsets/offsets.c.obj
+ .debug_aranges
+                0x00000000000000c0       0x50 app/libapp.a(main.c.obj)
+ .debug_aranges
+                0x0000000000000110       0x28 zephyr/libzephyr.a(crc8_sw.c.obj)
+ .debug_aranges
+                0x0000000000000138       0x88 zephyr/libzephyr.a(heap.c.obj)
+ .debug_aranges
+                0x00000000000001c0       0x40 zephyr/libzephyr.a(cbprintf_packaged.c.obj)
+ .debug_aranges
+                0x0000000000000200       0x60 zephyr/libzephyr.a(printk.c.obj)
+ .debug_aranges
+                0x0000000000000260       0x20 zephyr/libzephyr.a(thread_entry.c.obj)
+ .debug_aranges
+                0x0000000000000280       0x38 zephyr/libzephyr.a(cbprintf_complete.c.obj)
+ .debug_aranges
+                0x00000000000002b8       0x28 zephyr/libzephyr.a(assert.c.obj)
+ .debug_aranges
+                0x00000000000002e0       0xb0 zephyr/libzephyr.a(mpsc_pbuf.c.obj)
+ .debug_aranges
+                0x0000000000000390       0x90 zephyr/libzephyr.a(onoff.c.obj)
+ .debug_aranges
+                0x0000000000000420       0x28 zephyr/libzephyr.a(notify.c.obj)
+ .debug_aranges
+                0x0000000000000448       0x20 zephyr/libzephyr.a(configs.c.obj)
+ .debug_aranges
+                0x0000000000000468       0xc8 zephyr/libzephyr.a(nvs.c.obj)
+ .debug_aranges
+                0x0000000000000530      0x170 zephyr/libzephyr.a(log_core.c.obj)
+ .debug_aranges
+                0x00000000000006a0       0xb8 zephyr/libzephyr.a(log_mgmt.c.obj)
+ .debug_aranges
+                0x0000000000000758       0x60 zephyr/libzephyr.a(log_msg.c.obj)
+ .debug_aranges
+                0x00000000000007b8       0x78 zephyr/libzephyr.a(log_output.c.obj)
+ .debug_aranges
+                0x0000000000000830       0x48 zephyr/libzephyr.a(log_backend_uart.c.obj)
+ .debug_aranges
+                0x0000000000000878       0x68 zephyr/libzephyr.a(flash_map.c.obj)
+ .debug_aranges
+                0x00000000000008e0       0x18 zephyr/libzephyr.a(flash_map_default.c.obj)
+ .debug_aranges
+                0x00000000000008f8       0x28 zephyr/libzephyr.a(flash_map_layout.c.obj)
+ .debug_aranges
+                0x0000000000000920       0x70 zephyr/libzephyr.a(settings_store.c.obj)
+ .debug_aranges
+                0x0000000000000990       0x58 zephyr/libzephyr.a(settings.c.obj)
+ .debug_aranges
+                0x00000000000009e8       0x20 zephyr/libzephyr.a(settings_init.c.obj)
+ .debug_aranges
+                0x0000000000000a08       0x58 zephyr/libzephyr.a(settings_nvs.c.obj)
+ .debug_aranges
+                0x0000000000000a60       0x20 zephyr/libzephyr.a(banner.c.obj)
+ .debug_aranges
+                0x0000000000000a80      0x1b0 zephyr/libzephyr.a(lis2mdl_reg.c.obj)
+ .debug_aranges
+                0x0000000000000c30       0x38 zephyr/libzephyr.a(utils.c.obj)
+ .debug_aranges
+                0x0000000000000c68       0x48 zephyr/libzephyr.a(aes_encrypt.c.obj)
+ .debug_aranges
+                0x0000000000000cb0       0x48 zephyr/libzephyr.a(cmac_mode.c.obj)
+ .debug_aranges
+                0x0000000000000cf8       0x30 zephyr/arch/arch/arm/core/libarch__arm__core.a(fatal.c.obj)
+ .debug_aranges
+                0x0000000000000d28       0x20 zephyr/arch/arch/arm/core/libarch__arm__core.a(nmi.c.obj)
+ .debug_aranges
+                0x0000000000000d48       0x20 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(exc_exit.c.obj)
+ .debug_aranges
+                0x0000000000000d68       0x48 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(fault.c.obj)
+ .debug_aranges
+                0x0000000000000db0       0x28 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(scb.c.obj)
+ .debug_aranges
+                0x0000000000000dd8       0x20 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(thread_abort.c.obj)
+ .debug_aranges
+                0x0000000000000df8       0x28 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(swap.c.obj)
+ .debug_aranges
+                0x0000000000000e20       0x40 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(irq_manage.c.obj)
+ .debug_aranges
+                0x0000000000000e60       0x20 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(prep_c.c.obj)
+ .debug_aranges
+                0x0000000000000e80       0x38 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(thread.c.obj)
+ .debug_aranges
+                0x0000000000000eb8       0x30 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(cpu_idle.c.obj)
+ .debug_aranges
+                0x0000000000000ee8       0x20 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(irq_init.c.obj)
+ .debug_aranges
+                0x0000000000000f08       0x20 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(isr_wrapper.c.obj)
+ .debug_aranges
+                0x0000000000000f28      0x110 zephyr/lib/libc/newlib/liblib__libc__newlib.a(libc-hooks.c.obj)
+ .debug_aranges
+                0x0000000000001038       0x20 zephyr/lib/libc/common/liblib__libc__common.a(abort.c.obj)
+ .debug_aranges
+                0x0000000000001058       0x28 zephyr/soc/soc/nrf52833/libsoc__nordic.a(soc.c.obj)
+ .debug_aranges
+                0x0000000000001080       0xd8 zephyr/subsys/lorawan/libloramac-node.a(lorawan.c.obj)
+ .debug_aranges
+                0x0000000000001158       0x38 zephyr/subsys/lorawan/libloramac-node.a(lw_priv.c.obj)
+ .debug_aranges
+                0x0000000000001190       0x38 zephyr/subsys/lorawan/libloramac-node.a(lorawan_nvm_settings.c.obj)
+ .debug_aranges
+                0x00000000000011c8       0xa8 zephyr/subsys/lorawan/libloramac-node.a(hal_common.c.obj)
+ .debug_aranges
+                0x0000000000001270       0x78 zephyr/subsys/lorawan/libloramac-node.a(sx12xx_common.c.obj)
+ .debug_aranges
+                0x00000000000012e8       0xb8 zephyr/subsys/lorawan/libloramac-node.a(sx127x.c.obj)
+ .debug_aranges
+                0x00000000000013a0       0x70 zephyr/subsys/lorawan/libloramac-node.a(utilities.c.obj)
+ .debug_aranges
+                0x0000000000001410       0x70 zephyr/subsys/lorawan/libloramac-node.a(systime.c.obj)
+ .debug_aranges
+                0x0000000000001480       0x88 zephyr/subsys/lorawan/libloramac-node.a(timer.c.obj)
+ .debug_aranges
+                0x0000000000001508       0x28 zephyr/subsys/lorawan/libloramac-node.a(delay.c.obj)
+ .debug_aranges
+                0x0000000000001530      0x108 zephyr/subsys/lorawan/libloramac-node.a(sx1276.c.obj)
+ .debug_aranges
+                0x0000000000001638       0x40 zephyr/subsys/lorawan/libloramac-node.a(aes.c.obj)
+ .debug_aranges
+                0x0000000000001678       0x38 zephyr/subsys/lorawan/libloramac-node.a(cmac.c.obj)
+ .debug_aranges
+                0x00000000000016b0       0x90 zephyr/subsys/lorawan/libloramac-node.a(soft-se.c.obj)
+ .debug_aranges
+                0x0000000000001740       0x20 zephyr/subsys/lorawan/libloramac-node.a(soft-se-hal.c.obj)
+ .debug_aranges
+                0x0000000000001760      0x1a8 zephyr/subsys/lorawan/libloramac-node.a(LoRaMac.c.obj)
+ .debug_aranges
+                0x0000000000001908       0x20 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacAdr.c.obj)
+ .debug_aranges
+                0x0000000000001928      0x110 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacClassB.c.obj)
+ .debug_aranges
+                0x0000000000001a38       0x68 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacCommands.c.obj)
+ .debug_aranges
+                0x0000000000001aa0       0x80 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacConfirmQueue.c.obj)
+ .debug_aranges
+                0x0000000000001b20       0xd8 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacCrypto.c.obj)
+ .debug_aranges
+                0x0000000000001bf8       0x28 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacParser.c.obj)
+ .debug_aranges
+                0x0000000000001c20       0x38 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacSerializer.c.obj)
+ .debug_aranges
+                0x0000000000001c58       0xc8 zephyr/subsys/lorawan/libloramac-node.a(Region.c.obj)
+ .debug_aranges
+                0x0000000000001d20       0xb0 zephyr/subsys/lorawan/libloramac-node.a(RegionCommon.c.obj)
+ .debug_aranges
+                0x0000000000001dd0       0xc8 zephyr/subsys/lorawan/libloramac-node.a(RegionEU868.c.obj)
+ .debug_aranges
+                0x0000000000001e98       0x30 zephyr/subsys/random/libsubsys__random.a(random_xoshiro128.c.obj)
+ .debug_aranges
+                0x0000000000001ec8       0x18 zephyr/subsys/bluetooth/common/libsubsys__bluetooth__common.a(addr.c.obj)
+ .debug_aranges
+                0x0000000000001ee0       0x38 zephyr/subsys/bluetooth/common/libsubsys__bluetooth__common.a(bt_str.c.obj)
+ .debug_aranges
+                0x0000000000001f18       0x38 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(long_wq.c.obj)
+ .debug_aranges
+                0x0000000000001f50       0x38 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(uuid.c.obj)
+ .debug_aranges
+                0x0000000000001f88       0x48 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(addr.c.obj)
+ .debug_aranges
+                0x0000000000001fd0       0x28 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(buf.c.obj)
+ .debug_aranges
+                0x0000000000001ff8       0x30 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(data.c.obj)
+ .debug_aranges
+                0x0000000000002028      0x218 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+ .debug_aranges
+                0x0000000000002240       0xd0 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(id.c.obj)
+ .debug_aranges
+                0x0000000000002310       0xe8 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(adv.c.obj)
+ .debug_aranges
+                0x00000000000023f8      0x1a0 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(conn.c.obj)
+ .debug_aranges
+                0x0000000000002598       0xd8 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(l2cap.c.obj)
+ .debug_aranges
+                0x0000000000002670      0x250 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(att.c.obj)
+ .debug_aranges
+                0x00000000000028c0      0x220 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(gatt.c.obj)
+ .debug_aranges
+                0x0000000000002ae0       0x48 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(smp_null.c.obj)
+ .debug_aranges
+                0x0000000000002b28       0xf0 zephyr/subsys/net/libsubsys__net.a(buf.c.obj)
+ .debug_aranges
+                0x0000000000002c18      0x230 zephyr/subsys/net/libsubsys__net.a(buf_simple.c.obj)
+ .debug_aranges
+                0x0000000000002e48       0x48 zephyr/drivers/adc/libdrivers__adc.a(adc_nrfx_saadc.c.obj)
+ .debug_aranges
+                0x0000000000002e90       0xc0 zephyr/drivers/clock_control/libdrivers__clock_control.a(clock_control_nrf.c.obj)
+ .debug_aranges
+                0x0000000000002f50       0x30 zephyr/drivers/console/libdrivers__console.a(uart_console.c.obj)
+ .debug_aranges
+                0x0000000000002f80       0x48 zephyr/drivers/entropy/libdrivers__entropy.a(entropy_nrf5.c.obj)
+ .debug_aranges
+                0x0000000000002fc8       0x28 zephyr/drivers/entropy/libdrivers__entropy.a(entropy_bt_hci.c.obj)
+ .debug_aranges
+                0x0000000000002ff0       0x68 zephyr/drivers/flash/libdrivers__flash.a(soc_flash_nrf.c.obj)
+ .debug_aranges
+                0x0000000000003058       0x40 zephyr/drivers/flash/libdrivers__flash.a(flash_page_layout.c.obj)
+ .debug_aranges
+                0x0000000000003098       0x68 zephyr/drivers/gpio/libdrivers__gpio.a(gpio_nrfx.c.obj)
+ .debug_aranges
+                0x0000000000003100       0x20 zephyr/drivers/i2c/libdrivers__i2c.a(i2c_common.c.obj)
+ .debug_aranges
+                0x0000000000003120       0x50 zephyr/drivers/i2c/libdrivers__i2c.a(i2c_nrfx_twim.c.obj)
+ .debug_aranges
+                0x0000000000003170       0x20 zephyr/drivers/pinctrl/libdrivers__pinctrl.a(common.c.obj)
+ .debug_aranges
+                0x0000000000003190       0x28 zephyr/drivers/pinctrl/libdrivers__pinctrl.a(pinctrl_nrf.c.obj)
+ .debug_aranges
+                0x00000000000031b8       0x48 zephyr/drivers/sensor/bosch/bme280/libdrivers__sensor__bosch__bme280.a(bme280.c.obj)
+ .debug_aranges
+                0x0000000000003200       0x30 zephyr/drivers/sensor/bosch/bme280/libdrivers__sensor__bosch__bme280.a(bme280_spi.c.obj)
+ .debug_aranges
+                0x0000000000003230       0x38 zephyr/drivers/sensor/st/stmemsc/libdrivers__sensor__st__stmemsc.a(stmemsc_i2c.c.obj)
+ .debug_aranges
+                0x0000000000003268       0x20 zephyr/drivers/sensor/st/stmemsc/libdrivers__sensor__st__stmemsc.a(stmemsc_mdelay.c.obj)
+ .debug_aranges
+                0x0000000000003288       0x48 zephyr/drivers/sensor/st/lis2dh/libdrivers__sensor__st__lis2dh.a(lis2dh.c.obj)
+ .debug_aranges
+                0x00000000000032d0       0x50 zephyr/drivers/sensor/st/lis2dh/libdrivers__sensor__st__lis2dh.a(lis2dh_i2c.c.obj)
+ .debug_aranges
+                0x0000000000003320       0x70 zephyr/drivers/sensor/st/lis2mdl/libdrivers__sensor__st__lis2mdl.a(lis2mdl.c.obj)
+ .debug_aranges
+                0x0000000000003390       0x40 zephyr/drivers/sensor/st/lis2mdl/libdrivers__sensor__st__lis2mdl.a(lis2mdl_trigger.c.obj)
+ .debug_aranges
+                0x00000000000033d0       0x38 zephyr/drivers/serial/libdrivers__serial.a(uart_nrfx_uart.c.obj)
+ .debug_aranges
+                0x0000000000003408       0x78 zephyr/drivers/spi/libdrivers__spi.a(spi_nrfx_spim.c.obj)
+ .debug_aranges
+                0x0000000000003480       0x30 zephyr/drivers/spi/libdrivers__spi.a(spi_nrfx_common.c.obj)
+ .debug_aranges
+                0x00000000000034b0       0xd8 zephyr/drivers/timer/libdrivers__timer.a(nrf_rtc_timer.c.obj)
+ .debug_aranges
+                0x0000000000003588       0x28 modules/nrf/lib/multithreading_lock/lib..__nrf__lib__multithreading_lock.a(multithreading_lock.c.obj)
+ .debug_aranges
+                0x00000000000035b0       0x68 modules/nrf/subsys/bluetooth/controller/lib..__nrf__subsys__bluetooth__controller.a(hci_driver.c.obj)
+ .debug_aranges
+                0x0000000000003618       0x40 modules/nrf/subsys/bluetooth/controller/lib..__nrf__subsys__bluetooth__controller.a(hci_internal.c.obj)
+ .debug_aranges
+                0x0000000000003658       0x30 modules/nrf/subsys/bluetooth/controller/lib..__nrf__subsys__bluetooth__controller.a(crypto.c.obj)
+ .debug_aranges
+                0x0000000000003688       0x68 modules/nrf/subsys/bluetooth/controller/lib..__nrf__subsys__bluetooth__controller.a(ecdh.c.obj)
+ .debug_aranges
+                0x00000000000036f0       0x70 modules/nrf/subsys/mpsl/init/lib..__nrf__subsys__mpsl__init.a(mpsl_init.c.obj)
+ .debug_aranges
+                0x0000000000003760       0x20 modules/nrf/subsys/mpsl/fem/lib..__nrf__subsys__mpsl__fem.a(mpsl_fem_api_init.c.obj)
+ .debug_aranges
+                0x0000000000003780       0x48 modules/nrf/drivers/mpsl/clock_control/lib..__nrf__drivers__mpsl__clock_control.a(nrfx_clock_mpsl.c.obj)
+ .debug_aranges
+                0x00000000000037c8       0x50 modules/nrf/drivers/mpsl/flash_sync/lib..__nrf__drivers__mpsl__flash_sync.a(flash_sync_mpsl.c.obj)
+ .debug_aranges
+                0x0000000000003818       0x30 modules/nrf/drivers/mpsl/temp_nrf5/lib..__nrf__drivers__mpsl__temp_nrf5.a(temp_nrf5_mpsl.c.obj)
+ .debug_aranges
+                0x0000000000003848       0x38 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(system_nrf52833.c.obj)
+ .debug_aranges
+                0x0000000000003880       0x30 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_glue.c.obj)
+ .debug_aranges
+                0x00000000000038b0       0x30 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_flag32_allocator.c.obj)
+ .debug_aranges
+                0x00000000000038e0      0x188 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_gpiote.c.obj)
+ .debug_aranges
+                0x0000000000003a68       0xb0 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_nvmc.c.obj)
+ .debug_aranges
+                0x0000000000003b18       0xa0 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_spim.c.obj)
+ .debug_aranges
+                0x0000000000003bb8       0xa0 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_twim.c.obj)
+ .debug_aranges
+                0x0000000000003c58       0x30 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_twi_twim.c.obj)
+ .debug_aranges
+                0x0000000000003c88       0x20 zephyr/kernel/libkernel.a(busy_wait.c.obj)
+ .debug_aranges
+                0x0000000000003ca8       0x38 zephyr/kernel/libkernel.a(device.c.obj)
+ .debug_aranges
+                0x0000000000003ce0       0x60 zephyr/kernel/libkernel.a(fatal.c.obj)
+ .debug_aranges
+                0x0000000000003d40       0x68 zephyr/kernel/libkernel.a(init.c.obj)
+ .debug_aranges
+                0x0000000000003da8       0x40 zephyr/kernel/libkernel.a(kheap.c.obj)
+ .debug_aranges
+                0x0000000000003de8       0x48 zephyr/kernel/libkernel.a(mem_slab.c.obj)
+ .debug_aranges
+                0x0000000000003e30       0x30 zephyr/kernel/libkernel.a(idle.c.obj)
+ .debug_aranges
+                0x0000000000003e60       0x38 zephyr/kernel/libkernel.a(mutex.c.obj)
+ .debug_aranges
+                0x0000000000003e98       0x98 zephyr/kernel/libkernel.a(queue.c.obj)
+ .debug_aranges
+                0x0000000000003f30       0x38 zephyr/kernel/libkernel.a(sem.c.obj)
+ .debug_aranges
+                0x0000000000003f68       0x20 zephyr/kernel/libkernel.a(system_work_q.c.obj)
+ .debug_aranges
+                0x0000000000003f88      0x110 zephyr/kernel/libkernel.a(work.c.obj)
+ .debug_aranges
+                0x0000000000004098       0x88 zephyr/kernel/libkernel.a(thread.c.obj)
+ .debug_aranges
+                0x0000000000004120      0x188 zephyr/kernel/libkernel.a(sched.c.obj)
+ .debug_aranges
+                0x00000000000042a8       0x40 zephyr/kernel/libkernel.a(timeslicing.c.obj)
+ .debug_aranges
+                0x00000000000042e8       0x20 zephyr/kernel/libkernel.a(xip.c.obj)
+ .debug_aranges
+                0x0000000000004308       0x90 zephyr/kernel/libkernel.a(timeout.c.obj)
+ .debug_aranges
+                0x0000000000004398       0x48 zephyr/kernel/libkernel.a(timer.c.obj)
+ .debug_aranges
+                0x00000000000043e0       0xa0 zephyr/kernel/libkernel.a(poll.c.obj)
+ .debug_aranges
+                0x0000000000004480       0x28 zephyr/kernel/libkernel.a(mempool.c.obj)
+
+.debug_pubnames
+ *(SORT_BY_ALIGNMENT(.debug_pubnames))
+
+.debug_info     0x0000000000000000   0x2317cc
+ *(SORT_BY_ALIGNMENT(.debug_info) SORT_BY_ALIGNMENT(.gnu.linkonce.wi.*))
+ .debug_info    0x0000000000000000      0x189 zephyr/CMakeFiles/zephyr_final.dir/isr_tables.c.obj
+ .debug_info    0x0000000000000189       0xdc zephyr/CMakeFiles/offsets.dir/./arch/arm/core/offsets/offsets.c.obj
+ .debug_info    0x0000000000000265     0xe0cb app/libapp.a(main.c.obj)
+ .debug_info    0x000000000000e330      0x203 zephyr/libzephyr.a(crc8_sw.c.obj)
+ .debug_info    0x000000000000e533     0x2fe1 zephyr/libzephyr.a(heap.c.obj)
+ .debug_info    0x0000000000011514     0x2001 zephyr/libzephyr.a(cbprintf_packaged.c.obj)
+ .debug_info    0x0000000000013515      0x69a zephyr/libzephyr.a(printk.c.obj)
+ .debug_info    0x0000000000013baf      0x650 zephyr/libzephyr.a(thread_entry.c.obj)
+ .debug_info    0x00000000000141ff     0x101c zephyr/libzephyr.a(cbprintf_complete.c.obj)
+ .debug_info    0x000000000001521b      0x345 zephyr/libzephyr.a(assert.c.obj)
+ .debug_info    0x0000000000015560     0x2306 zephyr/libzephyr.a(mpsc_pbuf.c.obj)
+ .debug_info    0x0000000000017866     0x28f7 zephyr/libzephyr.a(onoff.c.obj)
+ .debug_info    0x000000000001a15d      0x39f zephyr/libzephyr.a(notify.c.obj)
+ .debug_info    0x000000000001a4fc       0x38 zephyr/libzephyr.a(configs.c.obj)
+ .debug_info    0x000000000001a534     0xaf76 zephyr/libzephyr.a(nvs.c.obj)
+ .debug_info    0x00000000000254aa     0x437e zephyr/libzephyr.a(log_core.c.obj)
+ .debug_info    0x0000000000029828     0x2348 zephyr/libzephyr.a(log_mgmt.c.obj)
+ .debug_info    0x000000000002bb70     0x1c64 zephyr/libzephyr.a(log_msg.c.obj)
+ .debug_info    0x000000000002d7d4     0x2189 zephyr/libzephyr.a(log_output.c.obj)
+ .debug_info    0x000000000002f95d     0x173c zephyr/libzephyr.a(log_backend_uart.c.obj)
+ .debug_info    0x0000000000031099      0xdae zephyr/libzephyr.a(flash_map.c.obj)
+ .debug_info    0x0000000000031e47      0x309 zephyr/libzephyr.a(flash_map_default.c.obj)
+ .debug_info    0x0000000000032150      0x522 zephyr/libzephyr.a(flash_map_layout.c.obj)
+ .debug_info    0x0000000000032672     0x13c4 zephyr/libzephyr.a(settings_store.c.obj)
+ .debug_info    0x0000000000033a36     0x26d0 zephyr/libzephyr.a(settings.c.obj)
+ .debug_info    0x0000000000036106      0x76a zephyr/libzephyr.a(settings_init.c.obj)
+ .debug_info    0x0000000000036870     0x1ad3 zephyr/libzephyr.a(settings_nvs.c.obj)
+ .debug_info    0x0000000000038343       0xdc zephyr/libzephyr.a(banner.c.obj)
+ .debug_info    0x000000000003841f     0x24b0 zephyr/libzephyr.a(lis2mdl_reg.c.obj)
+ .debug_info    0x000000000003a8cf      0x2b6 zephyr/libzephyr.a(utils.c.obj)
+ .debug_info    0x000000000003ab85      0x5e5 zephyr/libzephyr.a(aes_encrypt.c.obj)
+ .debug_info    0x000000000003b16a      0x697 zephyr/libzephyr.a(cmac_mode.c.obj)
+ .debug_info    0x000000000003b801     0x34bf zephyr/arch/arch/arm/core/libarch__arm__core.a(fatal.c.obj)
+ .debug_info    0x000000000003ecc0       0xb6 zephyr/arch/arch/arm/core/libarch__arm__core.a(nmi.c.obj)
+ .debug_info    0x000000000003ed76       0x23 zephyr/arch/arch/arm/core/libarch__arm__core.a(nmi_on_reset.S.obj)
+ .debug_info    0x000000000003ed99      0x785 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(exc_exit.c.obj)
+ .debug_info    0x000000000003f51e     0xcbce zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(fault.c.obj)
+ .debug_info    0x000000000004c0ec       0x23 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(fault_s.S.obj)
+ .debug_info    0x000000000004c10f       0x23 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(reset.S.obj)
+ .debug_info    0x000000000004c132      0x5b6 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(scb.c.obj)
+ .debug_info    0x000000000004c6e8      0x82c zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(thread_abort.c.obj)
+ .debug_info    0x000000000004cf14      0x9dd zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(swap.c.obj)
+ .debug_info    0x000000000004d8f1       0x22 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(swap_helper.S.obj)
+ .debug_info    0x000000000004d913      0x8e5 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(irq_manage.c.obj)
+ .debug_info    0x000000000004e1f8      0x3f6 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(prep_c.c.obj)
+ .debug_info    0x000000000004e5ee      0xa5a zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(thread.c.obj)
+ .debug_info    0x000000000004f048      0x48b zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(cpu_idle.c.obj)
+ .debug_info    0x000000000004f4d3      0x584 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(irq_init.c.obj)
+ .debug_info    0x000000000004fa57      0x1a3 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(isr_wrapper.c.obj)
+ .debug_info    0x000000000004fbfa     0x182a zephyr/lib/libc/newlib/liblib__libc__newlib.a(libc-hooks.c.obj)
+ .debug_info    0x0000000000051424      0x1bb zephyr/lib/libc/common/liblib__libc__common.a(abort.c.obj)
+ .debug_info    0x00000000000515df      0x717 zephyr/soc/soc/nrf52833/libsoc__nordic.a(soc.c.obj)
+ .debug_info    0x0000000000051cf6     0xea73 zephyr/subsys/lorawan/libloramac-node.a(lorawan.c.obj)
+ .debug_info    0x0000000000060769      0x365 zephyr/subsys/lorawan/libloramac-node.a(lw_priv.c.obj)
+ .debug_info    0x0000000000060ace     0xa0ca zephyr/subsys/lorawan/libloramac-node.a(lorawan_nvm_settings.c.obj)
+ .debug_info    0x000000000006ab98      0xec1 zephyr/subsys/lorawan/libloramac-node.a(hal_common.c.obj)
+ .debug_info    0x000000000006ba59     0x4980 zephyr/subsys/lorawan/libloramac-node.a(sx12xx_common.c.obj)
+ .debug_info    0x00000000000703d9     0x81e2 zephyr/subsys/lorawan/libloramac-node.a(sx127x.c.obj)
+ .debug_info    0x00000000000785bb      0x465 zephyr/subsys/lorawan/libloramac-node.a(utilities.c.obj)
+ .debug_info    0x0000000000078a20      0x9cd zephyr/subsys/lorawan/libloramac-node.a(systime.c.obj)
+ .debug_info    0x00000000000793ed      0x85f zephyr/subsys/lorawan/libloramac-node.a(timer.c.obj)
+ .debug_info    0x0000000000079c4c      0x161 zephyr/subsys/lorawan/libloramac-node.a(delay.c.obj)
+ .debug_info    0x0000000000079dad     0x3664 zephyr/subsys/lorawan/libloramac-node.a(sx1276.c.obj)
+ .debug_info    0x000000000007d411      0x682 zephyr/subsys/lorawan/libloramac-node.a(aes.c.obj)
+ .debug_info    0x000000000007da93      0x672 zephyr/subsys/lorawan/libloramac-node.a(cmac.c.obj)
+ .debug_info    0x000000000007e105     0x1030 zephyr/subsys/lorawan/libloramac-node.a(soft-se.c.obj)
+ .debug_info    0x000000000007f135       0xd3 zephyr/subsys/lorawan/libloramac-node.a(soft-se-hal.c.obj)
+ .debug_info    0x000000000007f208     0x8b96 zephyr/subsys/lorawan/libloramac-node.a(LoRaMac.c.obj)
+ .debug_info    0x0000000000087d9e      0x7b3 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacAdr.c.obj)
+ .debug_info    0x0000000000088551     0x1fc0 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacClassB.c.obj)
+ .debug_info    0x000000000008a511      0xa8d zephyr/subsys/lorawan/libloramac-node.a(LoRaMacCommands.c.obj)
+ .debug_info    0x000000000008af9e      0xdfc zephyr/subsys/lorawan/libloramac-node.a(LoRaMacConfirmQueue.c.obj)
+ .debug_info    0x000000000008bd9a     0x289d zephyr/subsys/lorawan/libloramac-node.a(LoRaMacCrypto.c.obj)
+ .debug_info    0x000000000008e637      0x52a zephyr/subsys/lorawan/libloramac-node.a(LoRaMacParser.c.obj)
+ .debug_info    0x000000000008eb61      0x69c zephyr/subsys/lorawan/libloramac-node.a(LoRaMacSerializer.c.obj)
+ .debug_info    0x000000000008f1fd     0x18f1 zephyr/subsys/lorawan/libloramac-node.a(Region.c.obj)
+ .debug_info    0x0000000000090aee     0x1c0f zephyr/subsys/lorawan/libloramac-node.a(RegionCommon.c.obj)
+ .debug_info    0x00000000000926fd     0x27ec zephyr/subsys/lorawan/libloramac-node.a(RegionEU868.c.obj)
+ .debug_info    0x0000000000094ee9      0x7cc zephyr/subsys/random/libsubsys__random.a(random_xoshiro128.c.obj)
+ .debug_info    0x00000000000956b5      0x156 zephyr/subsys/bluetooth/common/libsubsys__bluetooth__common.a(addr.c.obj)
+ .debug_info    0x000000000009580b      0x4fe zephyr/subsys/bluetooth/common/libsubsys__bluetooth__common.a(bt_str.c.obj)
+ .debug_info    0x0000000000095d09      0xb26 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(long_wq.c.obj)
+ .debug_info    0x000000000009682f      0x6b3 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(uuid.c.obj)
+ .debug_info    0x0000000000096ee2      0x5dd zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(addr.c.obj)
+ .debug_info    0x00000000000974bf      0xe1b zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(buf.c.obj)
+ .debug_info    0x00000000000982da     0x1c4c zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(data.c.obj)
+ .debug_info    0x0000000000099f26    0x40880 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+ .debug_info    0x00000000000da7a6     0xb5c7 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(id.c.obj)
+ .debug_info    0x00000000000e5d6d     0x8a07 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(adv.c.obj)
+ .debug_info    0x00000000000ee774    0x211ed zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(conn.c.obj)
+ .debug_info    0x000000000010f961     0xd5f4 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(l2cap.c.obj)
+ .debug_info    0x000000000011cf55    0x2fd9e zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(att.c.obj)
+ .debug_info    0x000000000014ccf3    0x1ebab zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(gatt.c.obj)
+ .debug_info    0x000000000016b89e     0x2b19 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(smp_null.c.obj)
+ .debug_info    0x000000000016e3b7     0x35e8 zephyr/subsys/net/libsubsys__net.a(buf.c.obj)
+ .debug_info    0x000000000017199f     0x3179 zephyr/subsys/net/libsubsys__net.a(buf_simple.c.obj)
+ .debug_info    0x0000000000174b18     0x6aef zephyr/drivers/adc/libdrivers__adc.a(adc_nrfx_saadc.c.obj)
+ .debug_info    0x000000000017b607     0x3ae0 zephyr/drivers/clock_control/libdrivers__clock_control.a(clock_control_nrf.c.obj)
+ .debug_info    0x000000000017f0e7      0x788 zephyr/drivers/console/libdrivers__console.a(uart_console.c.obj)
+ .debug_info    0x000000000017f86f     0x1d42 zephyr/drivers/entropy/libdrivers__entropy.a(entropy_nrf5.c.obj)
+ .debug_info    0x00000000001815b1      0x473 zephyr/drivers/entropy/libdrivers__entropy.a(entropy_bt_hci.c.obj)
+ .debug_info    0x0000000000181a24     0x41a1 zephyr/drivers/flash/libdrivers__flash.a(soc_flash_nrf.c.obj)
+ .debug_info    0x0000000000185bc5      0x70e zephyr/drivers/flash/libdrivers__flash.a(flash_page_layout.c.obj)
+ .debug_info    0x00000000001862d3     0x2732 zephyr/drivers/gpio/libdrivers__gpio.a(gpio_nrfx.c.obj)
+ .debug_info    0x0000000000188a05     0x2a24 zephyr/drivers/i2c/libdrivers__i2c.a(i2c_common.c.obj)
+ .debug_info    0x000000000018b429     0x40e4 zephyr/drivers/i2c/libdrivers__i2c.a(i2c_nrfx_twim.c.obj)
+ .debug_info    0x000000000018f50d      0x1af zephyr/drivers/pinctrl/libdrivers__pinctrl.a(common.c.obj)
+ .debug_info    0x000000000018f6bc     0x1659 zephyr/drivers/pinctrl/libdrivers__pinctrl.a(pinctrl_nrf.c.obj)
+ .debug_info    0x0000000000190d15     0x7d95 zephyr/drivers/sensor/bosch/bme280/libdrivers__sensor__bosch__bme280.a(bme280.c.obj)
+ .debug_info    0x0000000000198aaa     0x1cce zephyr/drivers/sensor/bosch/bme280/libdrivers__sensor__bosch__bme280.a(bme280_spi.c.obj)
+ .debug_info    0x000000000019a778      0xfc7 zephyr/drivers/sensor/st/stmemsc/libdrivers__sensor__st__stmemsc.a(stmemsc_i2c.c.obj)
+ .debug_info    0x000000000019b73f      0x1e4 zephyr/drivers/sensor/st/stmemsc/libdrivers__sensor__st__stmemsc.a(stmemsc_mdelay.c.obj)
+ .debug_info    0x000000000019b923     0x5eea zephyr/drivers/sensor/st/lis2dh/libdrivers__sensor__st__lis2dh.a(lis2dh.c.obj)
+ .debug_info    0x00000000001a180d     0x1faa zephyr/drivers/sensor/st/lis2dh/libdrivers__sensor__st__lis2dh.a(lis2dh_i2c.c.obj)
+ .debug_info    0x00000000001a37b7     0xa1ce zephyr/drivers/sensor/st/lis2mdl/libdrivers__sensor__st__lis2mdl.a(lis2mdl.c.obj)
+ .debug_info    0x00000000001ad985     0x39d5 zephyr/drivers/sensor/st/lis2mdl/libdrivers__sensor__st__lis2mdl.a(lis2mdl_trigger.c.obj)
+ .debug_info    0x00000000001b135a     0x16b4 zephyr/drivers/serial/libdrivers__serial.a(uart_nrfx_uart.c.obj)
+ .debug_info    0x00000000001b2a0e     0xcb69 zephyr/drivers/spi/libdrivers__spi.a(spi_nrfx_spim.c.obj)
+ .debug_info    0x00000000001bf577      0xd20 zephyr/drivers/spi/libdrivers__spi.a(spi_nrfx_common.c.obj)
+ .debug_info    0x00000000001c0297     0x32da zephyr/drivers/timer/libdrivers__timer.a(nrf_rtc_timer.c.obj)
+ .debug_info    0x00000000001c3571      0x76a modules/nrf/lib/multithreading_lock/lib..__nrf__lib__multithreading_lock.a(multithreading_lock.c.obj)
+ .debug_info    0x00000000001c3cdb     0xd3e6 modules/nrf/subsys/bluetooth/controller/lib..__nrf__subsys__bluetooth__controller.a(hci_driver.c.obj)
+ .debug_info    0x00000000001d10c1     0x560a modules/nrf/subsys/bluetooth/controller/lib..__nrf__subsys__bluetooth__controller.a(hci_internal.c.obj)
+ .debug_info    0x00000000001d66cb     0x3449 modules/nrf/subsys/bluetooth/controller/lib..__nrf__subsys__bluetooth__controller.a(crypto.c.obj)
+ .debug_info    0x00000000001d9b14     0x2597 modules/nrf/subsys/bluetooth/controller/lib..__nrf__subsys__bluetooth__controller.a(ecdh.c.obj)
+ .debug_info    0x00000000001dc0ab     0x21c2 modules/nrf/subsys/mpsl/init/lib..__nrf__subsys__mpsl__init.a(mpsl_init.c.obj)
+ .debug_info    0x00000000001de26d      0x1fe modules/nrf/subsys/mpsl/fem/lib..__nrf__subsys__mpsl__fem.a(mpsl_fem_api_init.c.obj)
+ .debug_info    0x00000000001de46b      0x35e modules/nrf/drivers/mpsl/clock_control/lib..__nrf__drivers__mpsl__clock_control.a(nrfx_clock_mpsl.c.obj)
+ .debug_info    0x00000000001de7c9     0x364e modules/nrf/drivers/mpsl/flash_sync/lib..__nrf__drivers__mpsl__flash_sync.a(flash_sync_mpsl.c.obj)
+ .debug_info    0x00000000001e1e17     0x2711 modules/nrf/drivers/mpsl/temp_nrf5/lib..__nrf__drivers__mpsl__temp_nrf5.a(temp_nrf5_mpsl.c.obj)
+ .debug_info    0x00000000001e4528     0x1195 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(system_nrf52833.c.obj)
+ .debug_info    0x00000000001e56bd      0x25d modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_glue.c.obj)
+ .debug_info    0x00000000001e591a      0x354 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_flag32_allocator.c.obj)
+ .debug_info    0x00000000001e5c6e     0x8f5a modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_gpiote.c.obj)
+ .debug_info    0x00000000001eebc8     0x1aca modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_nvmc.c.obj)
+ .debug_info    0x00000000001f0692     0x787a modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_spim.c.obj)
+ .debug_info    0x00000000001f7f0c     0xfda3 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_twim.c.obj)
+ .debug_info    0x0000000000207caf      0xa23 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_twi_twim.c.obj)
+ .debug_info    0x00000000002086d2       0xe3 zephyr/kernel/libkernel.a(busy_wait.c.obj)
+ .debug_info    0x00000000002087b5      0x343 zephyr/kernel/libkernel.a(device.c.obj)
+ .debug_info    0x0000000000208af8     0x2ef9 zephyr/kernel/libkernel.a(fatal.c.obj)
+ .debug_info    0x000000000020b9f1     0x2066 zephyr/kernel/libkernel.a(init.c.obj)
+ .debug_info    0x000000000020da57      0xd6f zephyr/kernel/libkernel.a(kheap.c.obj)
+ .debug_info    0x000000000020e7c6     0x124e zephyr/kernel/libkernel.a(mem_slab.c.obj)
+ .debug_info    0x000000000020fa14      0x30f zephyr/kernel/libkernel.a(idle.c.obj)
+ .debug_info    0x000000000020fd23     0x6495 zephyr/kernel/libkernel.a(mutex.c.obj)
+ .debug_info    0x00000000002161b8     0x28a3 zephyr/kernel/libkernel.a(queue.c.obj)
+ .debug_info    0x0000000000218a5b      0xf0c zephyr/kernel/libkernel.a(sem.c.obj)
+ .debug_info    0x0000000000219967      0x8d2 zephyr/kernel/libkernel.a(system_work_q.c.obj)
+ .debug_info    0x000000000021a239     0x57d9 zephyr/kernel/libkernel.a(work.c.obj)
+ .debug_info    0x000000000021fa12     0x2499 zephyr/kernel/libkernel.a(thread.c.obj)
+ .debug_info    0x0000000000221eab     0x78c1 zephyr/kernel/libkernel.a(sched.c.obj)
+ .debug_info    0x000000000022976c      0xf73 zephyr/kernel/libkernel.a(timeslicing.c.obj)
+ .debug_info    0x000000000022a6df      0x142 zephyr/kernel/libkernel.a(xip.c.obj)
+ .debug_info    0x000000000022a821     0x1be4 zephyr/kernel/libkernel.a(timeout.c.obj)
+ .debug_info    0x000000000022c405     0x1728 zephyr/kernel/libkernel.a(timer.c.obj)
+ .debug_info    0x000000000022db2d     0x344b zephyr/kernel/libkernel.a(poll.c.obj)
+ .debug_info    0x0000000000230f78      0x854 zephyr/kernel/libkernel.a(mempool.c.obj)
+
+.debug_abbrev   0x0000000000000000    0x26715
+ *(SORT_BY_ALIGNMENT(.debug_abbrev))
+ .debug_abbrev  0x0000000000000000      0x118 zephyr/CMakeFiles/zephyr_final.dir/isr_tables.c.obj
+ .debug_abbrev  0x0000000000000118       0x62 zephyr/CMakeFiles/offsets.dir/./arch/arm/core/offsets/offsets.c.obj
+ .debug_abbrev  0x000000000000017a      0x685 app/libapp.a(main.c.obj)
+ .debug_abbrev  0x00000000000007ff       0xdc zephyr/libzephyr.a(crc8_sw.c.obj)
+ .debug_abbrev  0x00000000000008db      0x434 zephyr/libzephyr.a(heap.c.obj)
+ .debug_abbrev  0x0000000000000d0f      0x54e zephyr/libzephyr.a(cbprintf_packaged.c.obj)
+ .debug_abbrev  0x000000000000125d      0x345 zephyr/libzephyr.a(printk.c.obj)
+ .debug_abbrev  0x00000000000015a2      0x25a zephyr/libzephyr.a(thread_entry.c.obj)
+ .debug_abbrev  0x00000000000017fc      0x3c5 zephyr/libzephyr.a(cbprintf_complete.c.obj)
+ .debug_abbrev  0x0000000000001bc1      0x21a zephyr/libzephyr.a(assert.c.obj)
+ .debug_abbrev  0x0000000000001ddb      0x5d9 zephyr/libzephyr.a(mpsc_pbuf.c.obj)
+ .debug_abbrev  0x00000000000023b4      0x551 zephyr/libzephyr.a(onoff.c.obj)
+ .debug_abbrev  0x0000000000002905      0x227 zephyr/libzephyr.a(notify.c.obj)
+ .debug_abbrev  0x0000000000002b2c       0x2e zephyr/libzephyr.a(configs.c.obj)
+ .debug_abbrev  0x0000000000002b5a      0x6cb zephyr/libzephyr.a(nvs.c.obj)
+ .debug_abbrev  0x0000000000003225      0x960 zephyr/libzephyr.a(log_core.c.obj)
+ .debug_abbrev  0x0000000000003b85      0x65c zephyr/libzephyr.a(log_mgmt.c.obj)
+ .debug_abbrev  0x00000000000041e1      0x59c zephyr/libzephyr.a(log_msg.c.obj)
+ .debug_abbrev  0x000000000000477d      0x5e7 zephyr/libzephyr.a(log_output.c.obj)
+ .debug_abbrev  0x0000000000004d64      0x496 zephyr/libzephyr.a(log_backend_uart.c.obj)
+ .debug_abbrev  0x00000000000051fa      0x315 zephyr/libzephyr.a(flash_map.c.obj)
+ .debug_abbrev  0x000000000000550f      0x128 zephyr/libzephyr.a(flash_map_default.c.obj)
+ .debug_abbrev  0x0000000000005637      0x264 zephyr/libzephyr.a(flash_map_layout.c.obj)
+ .debug_abbrev  0x000000000000589b      0x3e7 zephyr/libzephyr.a(settings_store.c.obj)
+ .debug_abbrev  0x0000000000005c82      0x5d8 zephyr/libzephyr.a(settings.c.obj)
+ .debug_abbrev  0x000000000000625a      0x285 zephyr/libzephyr.a(settings_init.c.obj)
+ .debug_abbrev  0x00000000000064df      0x436 zephyr/libzephyr.a(settings_nvs.c.obj)
+ .debug_abbrev  0x0000000000006915       0x9c zephyr/libzephyr.a(banner.c.obj)
+ .debug_abbrev  0x00000000000069b1      0x282 zephyr/libzephyr.a(lis2mdl_reg.c.obj)
+ .debug_abbrev  0x0000000000006c33      0x15c zephyr/libzephyr.a(utils.c.obj)
+ .debug_abbrev  0x0000000000006d8f      0x200 zephyr/libzephyr.a(aes_encrypt.c.obj)
+ .debug_abbrev  0x0000000000006f8f      0x230 zephyr/libzephyr.a(cmac_mode.c.obj)
+ .debug_abbrev  0x00000000000071bf      0x3c2 zephyr/arch/arch/arm/core/libarch__arm__core.a(fatal.c.obj)
+ .debug_abbrev  0x0000000000007581       0x70 zephyr/arch/arch/arm/core/libarch__arm__core.a(nmi.c.obj)
+ .debug_abbrev  0x00000000000075f1       0x14 zephyr/arch/arch/arm/core/libarch__arm__core.a(nmi_on_reset.S.obj)
+ .debug_abbrev  0x0000000000007605      0x17f zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(exc_exit.c.obj)
+ .debug_abbrev  0x0000000000007784      0x4f9 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(fault.c.obj)
+ .debug_abbrev  0x0000000000007c7d       0x14 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(fault_s.S.obj)
+ .debug_abbrev  0x0000000000007c91       0x14 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(reset.S.obj)
+ .debug_abbrev  0x0000000000007ca5      0x1dd zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(scb.c.obj)
+ .debug_abbrev  0x0000000000007e82      0x227 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(thread_abort.c.obj)
+ .debug_abbrev  0x00000000000080a9      0x2b0 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(swap.c.obj)
+ .debug_abbrev  0x0000000000008359       0x12 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(swap_helper.S.obj)
+ .debug_abbrev  0x000000000000836b      0x267 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(irq_manage.c.obj)
+ .debug_abbrev  0x00000000000085d2      0x17d zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(prep_c.c.obj)
+ .debug_abbrev  0x000000000000874f      0x352 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(thread.c.obj)
+ .debug_abbrev  0x0000000000008aa1      0x16f zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(cpu_idle.c.obj)
+ .debug_abbrev  0x0000000000008c10      0x168 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(irq_init.c.obj)
+ .debug_abbrev  0x0000000000008d78      0x136 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(isr_wrapper.c.obj)
+ .debug_abbrev  0x0000000000008eae      0x66e zephyr/lib/libc/newlib/liblib__libc__newlib.a(libc-hooks.c.obj)
+ .debug_abbrev  0x000000000000951c      0x14d zephyr/lib/libc/common/liblib__libc__common.a(abort.c.obj)
+ .debug_abbrev  0x0000000000009669      0x2cf zephyr/soc/soc/nrf52833/libsoc__nordic.a(soc.c.obj)
+ .debug_abbrev  0x0000000000009938      0x784 zephyr/subsys/lorawan/libloramac-node.a(lorawan.c.obj)
+ .debug_abbrev  0x000000000000a0bc       0xe9 zephyr/subsys/lorawan/libloramac-node.a(lw_priv.c.obj)
+ .debug_abbrev  0x000000000000a1a5      0x558 zephyr/subsys/lorawan/libloramac-node.a(lorawan_nvm_settings.c.obj)
+ .debug_abbrev  0x000000000000a6fd      0x4c6 zephyr/subsys/lorawan/libloramac-node.a(hal_common.c.obj)
+ .debug_abbrev  0x000000000000abc3      0x69e zephyr/subsys/lorawan/libloramac-node.a(sx12xx_common.c.obj)
+ .debug_abbrev  0x000000000000b261      0x745 zephyr/subsys/lorawan/libloramac-node.a(sx127x.c.obj)
+ .debug_abbrev  0x000000000000b9a6      0x14b zephyr/subsys/lorawan/libloramac-node.a(utilities.c.obj)
+ .debug_abbrev  0x000000000000baf1      0x318 zephyr/subsys/lorawan/libloramac-node.a(systime.c.obj)
+ .debug_abbrev  0x000000000000be09      0x36c zephyr/subsys/lorawan/libloramac-node.a(timer.c.obj)
+ .debug_abbrev  0x000000000000c175      0x11d zephyr/subsys/lorawan/libloramac-node.a(delay.c.obj)
+ .debug_abbrev  0x000000000000c292      0x45d zephyr/subsys/lorawan/libloramac-node.a(sx1276.c.obj)
+ .debug_abbrev  0x000000000000c6ef      0x244 zephyr/subsys/lorawan/libloramac-node.a(aes.c.obj)
+ .debug_abbrev  0x000000000000c933      0x1d5 zephyr/subsys/lorawan/libloramac-node.a(cmac.c.obj)
+ .debug_abbrev  0x000000000000cb08      0x400 zephyr/subsys/lorawan/libloramac-node.a(soft-se.c.obj)
+ .debug_abbrev  0x000000000000cf08       0xa6 zephyr/subsys/lorawan/libloramac-node.a(soft-se-hal.c.obj)
+ .debug_abbrev  0x000000000000cfae      0x69e zephyr/subsys/lorawan/libloramac-node.a(LoRaMac.c.obj)
+ .debug_abbrev  0x000000000000d64c      0x1e9 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacAdr.c.obj)
+ .debug_abbrev  0x000000000000d835      0x378 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacClassB.c.obj)
+ .debug_abbrev  0x000000000000dbad      0x324 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacCommands.c.obj)
+ .debug_abbrev  0x000000000000ded1      0x396 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacConfirmQueue.c.obj)
+ .debug_abbrev  0x000000000000e267      0x4bd zephyr/subsys/lorawan/libloramac-node.a(LoRaMacCrypto.c.obj)
+ .debug_abbrev  0x000000000000e724      0x20a zephyr/subsys/lorawan/libloramac-node.a(LoRaMacParser.c.obj)
+ .debug_abbrev  0x000000000000e92e      0x20a zephyr/subsys/lorawan/libloramac-node.a(LoRaMacSerializer.c.obj)
+ .debug_abbrev  0x000000000000eb38      0x23d zephyr/subsys/lorawan/libloramac-node.a(Region.c.obj)
+ .debug_abbrev  0x000000000000ed75      0x4a1 zephyr/subsys/lorawan/libloramac-node.a(RegionCommon.c.obj)
+ .debug_abbrev  0x000000000000f216      0x47e zephyr/subsys/lorawan/libloramac-node.a(RegionEU868.c.obj)
+ .debug_abbrev  0x000000000000f694      0x3e8 zephyr/subsys/random/libsubsys__random.a(random_xoshiro128.c.obj)
+ .debug_abbrev  0x000000000000fa7c       0xa1 zephyr/subsys/bluetooth/common/libsubsys__bluetooth__common.a(addr.c.obj)
+ .debug_abbrev  0x000000000000fb1d      0x1ee zephyr/subsys/bluetooth/common/libsubsys__bluetooth__common.a(bt_str.c.obj)
+ .debug_abbrev  0x000000000000fd0b      0x2eb zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(long_wq.c.obj)
+ .debug_abbrev  0x000000000000fff6      0x2a9 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(uuid.c.obj)
+ .debug_abbrev  0x000000000001029f      0x21a zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(addr.c.obj)
+ .debug_abbrev  0x00000000000104b9      0x3cf zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(buf.c.obj)
+ .debug_abbrev  0x0000000000010888      0x38b zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(data.c.obj)
+ .debug_abbrev  0x0000000000010c13      0xa46 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+ .debug_abbrev  0x0000000000011659      0x7b6 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(id.c.obj)
+ .debug_abbrev  0x0000000000011e0f      0x7bb zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(adv.c.obj)
+ .debug_abbrev  0x00000000000125ca      0x95a zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(conn.c.obj)
+ .debug_abbrev  0x0000000000012f24      0x84b zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(l2cap.c.obj)
+ .debug_abbrev  0x000000000001376f      0x890 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(att.c.obj)
+ .debug_abbrev  0x0000000000013fff      0x8d6 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(gatt.c.obj)
+ .debug_abbrev  0x00000000000148d5      0x551 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(smp_null.c.obj)
+ .debug_abbrev  0x0000000000014e26      0x7fa zephyr/subsys/net/libsubsys__net.a(buf.c.obj)
+ .debug_abbrev  0x0000000000015620      0x454 zephyr/subsys/net/libsubsys__net.a(buf_simple.c.obj)
+ .debug_abbrev  0x0000000000015a74      0x68b zephyr/drivers/adc/libdrivers__adc.a(adc_nrfx_saadc.c.obj)
+ .debug_abbrev  0x00000000000160ff      0x7b1 zephyr/drivers/clock_control/libdrivers__clock_control.a(clock_control_nrf.c.obj)
+ .debug_abbrev  0x00000000000168b0      0x399 zephyr/drivers/console/libdrivers__console.a(uart_console.c.obj)
+ .debug_abbrev  0x0000000000016c49      0x5bf zephyr/drivers/entropy/libdrivers__entropy.a(entropy_nrf5.c.obj)
+ .debug_abbrev  0x0000000000017208      0x23b zephyr/drivers/entropy/libdrivers__entropy.a(entropy_bt_hci.c.obj)
+ .debug_abbrev  0x0000000000017443      0x6fc zephyr/drivers/flash/libdrivers__flash.a(soc_flash_nrf.c.obj)
+ .debug_abbrev  0x0000000000017b3f      0x1cc zephyr/drivers/flash/libdrivers__flash.a(flash_page_layout.c.obj)
+ .debug_abbrev  0x0000000000017d0b      0x5c5 zephyr/drivers/gpio/libdrivers__gpio.a(gpio_nrfx.c.obj)
+ .debug_abbrev  0x00000000000182d0      0x219 zephyr/drivers/i2c/libdrivers__i2c.a(i2c_common.c.obj)
+ .debug_abbrev  0x00000000000184e9      0x685 zephyr/drivers/i2c/libdrivers__i2c.a(i2c_nrfx_twim.c.obj)
+ .debug_abbrev  0x0000000000018b6e       0xd0 zephyr/drivers/pinctrl/libdrivers__pinctrl.a(common.c.obj)
+ .debug_abbrev  0x0000000000018c3e      0x2d0 zephyr/drivers/pinctrl/libdrivers__pinctrl.a(pinctrl_nrf.c.obj)
+ .debug_abbrev  0x0000000000018f0e      0x548 zephyr/drivers/sensor/bosch/bme280/libdrivers__sensor__bosch__bme280.a(bme280.c.obj)
+ .debug_abbrev  0x0000000000019456      0x392 zephyr/drivers/sensor/bosch/bme280/libdrivers__sensor__bosch__bme280.a(bme280_spi.c.obj)
+ .debug_abbrev  0x00000000000197e8      0x2a7 zephyr/drivers/sensor/st/stmemsc/libdrivers__sensor__st__stmemsc.a(stmemsc_i2c.c.obj)
+ .debug_abbrev  0x0000000000019a8f      0x152 zephyr/drivers/sensor/st/stmemsc/libdrivers__sensor__st__stmemsc.a(stmemsc_mdelay.c.obj)
+ .debug_abbrev  0x0000000000019be1      0x635 zephyr/drivers/sensor/st/lis2dh/libdrivers__sensor__st__lis2dh.a(lis2dh.c.obj)
+ .debug_abbrev  0x000000000001a216      0x471 zephyr/drivers/sensor/st/lis2dh/libdrivers__sensor__st__lis2dh.a(lis2dh_i2c.c.obj)
+ .debug_abbrev  0x000000000001a687      0x62c zephyr/drivers/sensor/st/lis2mdl/libdrivers__sensor__st__lis2mdl.a(lis2mdl.c.obj)
+ .debug_abbrev  0x000000000001acb3      0x590 zephyr/drivers/sensor/st/lis2mdl/libdrivers__sensor__st__lis2mdl.a(lis2mdl_trigger.c.obj)
+ .debug_abbrev  0x000000000001b243      0x54d zephyr/drivers/serial/libdrivers__serial.a(uart_nrfx_uart.c.obj)
+ .debug_abbrev  0x000000000001b790      0x739 zephyr/drivers/spi/libdrivers__spi.a(spi_nrfx_spim.c.obj)
+ .debug_abbrev  0x000000000001bec9      0x398 zephyr/drivers/spi/libdrivers__spi.a(spi_nrfx_common.c.obj)
+ .debug_abbrev  0x000000000001c261      0x6d0 zephyr/drivers/timer/libdrivers__timer.a(nrf_rtc_timer.c.obj)
+ .debug_abbrev  0x000000000001c931      0x27b modules/nrf/lib/multithreading_lock/lib..__nrf__lib__multithreading_lock.a(multithreading_lock.c.obj)
+ .debug_abbrev  0x000000000001cbac      0x6ff modules/nrf/subsys/bluetooth/controller/lib..__nrf__subsys__bluetooth__controller.a(hci_driver.c.obj)
+ .debug_abbrev  0x000000000001d2ab      0x4ea modules/nrf/subsys/bluetooth/controller/lib..__nrf__subsys__bluetooth__controller.a(hci_internal.c.obj)
+ .debug_abbrev  0x000000000001d795      0x355 modules/nrf/subsys/bluetooth/controller/lib..__nrf__subsys__bluetooth__controller.a(crypto.c.obj)
+ .debug_abbrev  0x000000000001daea      0x624 modules/nrf/subsys/bluetooth/controller/lib..__nrf__subsys__bluetooth__controller.a(ecdh.c.obj)
+ .debug_abbrev  0x000000000001e10e      0x6f0 modules/nrf/subsys/mpsl/init/lib..__nrf__subsys__mpsl__init.a(mpsl_init.c.obj)
+ .debug_abbrev  0x000000000001e7fe      0x160 modules/nrf/subsys/mpsl/fem/lib..__nrf__subsys__mpsl__fem.a(mpsl_fem_api_init.c.obj)
+ .debug_abbrev  0x000000000001e95e      0x1bb modules/nrf/drivers/mpsl/clock_control/lib..__nrf__drivers__mpsl__clock_control.a(nrfx_clock_mpsl.c.obj)
+ .debug_abbrev  0x000000000001eb19      0x545 modules/nrf/drivers/mpsl/flash_sync/lib..__nrf__drivers__mpsl__flash_sync.a(flash_sync_mpsl.c.obj)
+ .debug_abbrev  0x000000000001f05e      0x322 modules/nrf/drivers/mpsl/temp_nrf5/lib..__nrf__drivers__mpsl__temp_nrf5.a(temp_nrf5_mpsl.c.obj)
+ .debug_abbrev  0x000000000001f380      0x256 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(system_nrf52833.c.obj)
+ .debug_abbrev  0x000000000001f5d6      0x155 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_glue.c.obj)
+ .debug_abbrev  0x000000000001f72b      0x10b modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_flag32_allocator.c.obj)
+ .debug_abbrev  0x000000000001f836      0x61b modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_gpiote.c.obj)
+ .debug_abbrev  0x000000000001fe51      0x48d modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_nvmc.c.obj)
+ .debug_abbrev  0x00000000000202de      0x5e9 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_spim.c.obj)
+ .debug_abbrev  0x00000000000208c7      0x5a0 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_twim.c.obj)
+ .debug_abbrev  0x0000000000020e67      0x2ec modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_twi_twim.c.obj)
+ .debug_abbrev  0x0000000000021153       0x9d zephyr/kernel/libkernel.a(busy_wait.c.obj)
+ .debug_abbrev  0x00000000000211f0      0x1bc zephyr/kernel/libkernel.a(device.c.obj)
+ .debug_abbrev  0x00000000000213ac      0x517 zephyr/kernel/libkernel.a(fatal.c.obj)
+ .debug_abbrev  0x00000000000218c3      0x743 zephyr/kernel/libkernel.a(init.c.obj)
+ .debug_abbrev  0x0000000000022006      0x451 zephyr/kernel/libkernel.a(kheap.c.obj)
+ .debug_abbrev  0x0000000000022457      0x510 zephyr/kernel/libkernel.a(mem_slab.c.obj)
+ .debug_abbrev  0x0000000000022967      0x1fc zephyr/kernel/libkernel.a(idle.c.obj)
+ .debug_abbrev  0x0000000000022b63      0x49e zephyr/kernel/libkernel.a(mutex.c.obj)
+ .debug_abbrev  0x0000000000023001      0x530 zephyr/kernel/libkernel.a(queue.c.obj)
+ .debug_abbrev  0x0000000000023531      0x427 zephyr/kernel/libkernel.a(sem.c.obj)
+ .debug_abbrev  0x0000000000023958      0x264 zephyr/kernel/libkernel.a(system_work_q.c.obj)
+ .debug_abbrev  0x0000000000023bbc      0x6b0 zephyr/kernel/libkernel.a(work.c.obj)
+ .debug_abbrev  0x000000000002426c      0x54e zephyr/kernel/libkernel.a(thread.c.obj)
+ .debug_abbrev  0x00000000000247ba      0x6cc zephyr/kernel/libkernel.a(sched.c.obj)
+ .debug_abbrev  0x0000000000024e86      0x42f zephyr/kernel/libkernel.a(timeslicing.c.obj)
+ .debug_abbrev  0x00000000000252b5       0xbe zephyr/kernel/libkernel.a(xip.c.obj)
+ .debug_abbrev  0x0000000000025373      0x524 zephyr/kernel/libkernel.a(timeout.c.obj)
+ .debug_abbrev  0x0000000000025897      0x4eb zephyr/kernel/libkernel.a(timer.c.obj)
+ .debug_abbrev  0x0000000000025d82      0x6a3 zephyr/kernel/libkernel.a(poll.c.obj)
+ .debug_abbrev  0x0000000000026425      0x2f0 zephyr/kernel/libkernel.a(mempool.c.obj)
+
+.debug_line     0x0000000000000000    0x67ef0
+ *(SORT_BY_ALIGNMENT(.debug_line) SORT_BY_ALIGNMENT(.debug_line.*) SORT_BY_ALIGNMENT(.debug_line_end))
+ .debug_line    0x0000000000000000      0x167 zephyr/CMakeFiles/zephyr_final.dir/isr_tables.c.obj
+ .debug_line    0x0000000000000167       0xff zephyr/CMakeFiles/offsets.dir/./arch/arm/core/offsets/offsets.c.obj
+ .debug_line    0x0000000000000266     0x122e app/libapp.a(main.c.obj)
+ .debug_line    0x0000000000001494      0x291 zephyr/libzephyr.a(crc8_sw.c.obj)
+ .debug_line    0x0000000000001725     0x112f zephyr/libzephyr.a(heap.c.obj)
+ .debug_line    0x0000000000002854     0x1129 zephyr/libzephyr.a(cbprintf_packaged.c.obj)
+ .debug_line    0x000000000000397d      0x41a zephyr/libzephyr.a(printk.c.obj)
+ .debug_line    0x0000000000003d97      0x347 zephyr/libzephyr.a(thread_entry.c.obj)
+ .debug_line    0x00000000000040de      0xc82 zephyr/libzephyr.a(cbprintf_complete.c.obj)
+ .debug_line    0x0000000000004d60      0x2ea zephyr/libzephyr.a(assert.c.obj)
+ .debug_line    0x000000000000504a     0x17ff zephyr/libzephyr.a(mpsc_pbuf.c.obj)
+ .debug_line    0x0000000000006849     0x1638 zephyr/libzephyr.a(onoff.c.obj)
+ .debug_line    0x0000000000007e81      0x2ef zephyr/libzephyr.a(notify.c.obj)
+ .debug_line    0x0000000000008170      0x42e zephyr/libzephyr.a(configs.c.obj)
+ .debug_line    0x000000000000859e     0x1a36 zephyr/libzephyr.a(nvs.c.obj)
+ .debug_line    0x0000000000009fd4     0x1525 zephyr/libzephyr.a(log_core.c.obj)
+ .debug_line    0x000000000000b4f9      0xbfe zephyr/libzephyr.a(log_mgmt.c.obj)
+ .debug_line    0x000000000000c0f7      0x838 zephyr/libzephyr.a(log_msg.c.obj)
+ .debug_line    0x000000000000c92f      0xaed zephyr/libzephyr.a(log_output.c.obj)
+ .debug_line    0x000000000000d41c      0x569 zephyr/libzephyr.a(log_backend_uart.c.obj)
+ .debug_line    0x000000000000d985      0x63b zephyr/libzephyr.a(flash_map.c.obj)
+ .debug_line    0x000000000000dfc0      0x1ff zephyr/libzephyr.a(flash_map_default.c.obj)
+ .debug_line    0x000000000000e1bf      0x335 zephyr/libzephyr.a(flash_map_layout.c.obj)
+ .debug_line    0x000000000000e4f4      0x870 zephyr/libzephyr.a(settings_store.c.obj)
+ .debug_line    0x000000000000ed64      0xaaf zephyr/libzephyr.a(settings.c.obj)
+ .debug_line    0x000000000000f813      0x37f zephyr/libzephyr.a(settings_init.c.obj)
+ .debug_line    0x000000000000fb92      0x887 zephyr/libzephyr.a(settings_nvs.c.obj)
+ .debug_line    0x0000000000010419       0x9f zephyr/libzephyr.a(banner.c.obj)
+ .debug_line    0x00000000000104b8      0xd98 zephyr/libzephyr.a(lis2mdl_reg.c.obj)
+ .debug_line    0x0000000000011250      0x280 zephyr/libzephyr.a(utils.c.obj)
+ .debug_line    0x00000000000114d0      0x537 zephyr/libzephyr.a(aes_encrypt.c.obj)
+ .debug_line    0x0000000000011a07      0x499 zephyr/libzephyr.a(cmac_mode.c.obj)
+ .debug_line    0x0000000000011ea0      0x5cc zephyr/arch/arch/arm/core/libarch__arm__core.a(fatal.c.obj)
+ .debug_line    0x000000000001246c       0x99 zephyr/arch/arch/arm/core/libarch__arm__core.a(nmi.c.obj)
+ .debug_line    0x0000000000012505       0x5e zephyr/arch/arch/arm/core/libarch__arm__core.a(nmi_on_reset.S.obj)
+ .debug_line    0x0000000000012563      0x2d0 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(exc_exit.c.obj)
+ .debug_line    0x0000000000012833      0xe29 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(fault.c.obj)
+ .debug_line    0x000000000001365c       0x6b zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(fault_s.S.obj)
+ .debug_line    0x00000000000136c7       0x82 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(reset.S.obj)
+ .debug_line    0x0000000000013749      0x3f9 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(scb.c.obj)
+ .debug_line    0x0000000000013b42      0x377 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(thread_abort.c.obj)
+ .debug_line    0x0000000000013eb9      0x406 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(swap.c.obj)
+ .debug_line    0x00000000000142bf       0xa3 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(swap_helper.S.obj)
+ .debug_line    0x0000000000014362      0x34f zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(irq_manage.c.obj)
+ .debug_line    0x00000000000146b1      0x2c1 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(prep_c.c.obj)
+ .debug_line    0x0000000000014972      0x4c9 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(thread.c.obj)
+ .debug_line    0x0000000000014e3b      0x2f1 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(cpu_idle.c.obj)
+ .debug_line    0x000000000001512c      0x211 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(irq_init.c.obj)
+ .debug_line    0x000000000001533d      0x215 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(isr_wrapper.c.obj)
+ .debug_line    0x0000000000015552      0xa21 zephyr/lib/libc/newlib/liblib__libc__newlib.a(libc-hooks.c.obj)
+ .debug_line    0x0000000000015f73      0x289 zephyr/lib/libc/common/liblib__libc__common.a(abort.c.obj)
+ .debug_line    0x00000000000161fc      0x27e zephyr/soc/soc/nrf52833/libsoc__nordic.a(soc.c.obj)
+ .debug_line    0x000000000001647a     0x18c2 zephyr/subsys/lorawan/libloramac-node.a(lorawan.c.obj)
+ .debug_line    0x0000000000017d3c      0x24c zephyr/subsys/lorawan/libloramac-node.a(lw_priv.c.obj)
+ .debug_line    0x0000000000017f88      0xb34 zephyr/subsys/lorawan/libloramac-node.a(lorawan_nvm_settings.c.obj)
+ .debug_line    0x0000000000018abc      0x6b7 zephyr/subsys/lorawan/libloramac-node.a(hal_common.c.obj)
+ .debug_line    0x0000000000019173      0xd9d zephyr/subsys/lorawan/libloramac-node.a(sx12xx_common.c.obj)
+ .debug_line    0x0000000000019f10      0xef3 zephyr/subsys/lorawan/libloramac-node.a(sx127x.c.obj)
+ .debug_line    0x000000000001ae03      0x390 zephyr/subsys/lorawan/libloramac-node.a(utilities.c.obj)
+ .debug_line    0x000000000001b193      0x78c zephyr/subsys/lorawan/libloramac-node.a(systime.c.obj)
+ .debug_line    0x000000000001b91f      0x637 zephyr/subsys/lorawan/libloramac-node.a(timer.c.obj)
+ .debug_line    0x000000000001bf56      0x186 zephyr/subsys/lorawan/libloramac-node.a(delay.c.obj)
+ .debug_line    0x000000000001c0dc     0x172e zephyr/subsys/lorawan/libloramac-node.a(sx1276.c.obj)
+ .debug_line    0x000000000001d80a      0x81d zephyr/subsys/lorawan/libloramac-node.a(aes.c.obj)
+ .debug_line    0x000000000001e027      0x4bc zephyr/subsys/lorawan/libloramac-node.a(cmac.c.obj)
+ .debug_line    0x000000000001e4e3      0x6fa zephyr/subsys/lorawan/libloramac-node.a(soft-se.c.obj)
+ .debug_line    0x000000000001ebdd      0x167 zephyr/subsys/lorawan/libloramac-node.a(soft-se-hal.c.obj)
+ .debug_line    0x000000000001ed44     0x4521 zephyr/subsys/lorawan/libloramac-node.a(LoRaMac.c.obj)
+ .debug_line    0x0000000000023265      0x318 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacAdr.c.obj)
+ .debug_line    0x000000000002357d      0x4c8 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacClassB.c.obj)
+ .debug_line    0x0000000000023a45      0x61c zephyr/subsys/lorawan/libloramac-node.a(LoRaMacCommands.c.obj)
+ .debug_line    0x0000000000024061      0x6bb zephyr/subsys/lorawan/libloramac-node.a(LoRaMacConfirmQueue.c.obj)
+ .debug_line    0x000000000002471c     0x12c8 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacCrypto.c.obj)
+ .debug_line    0x00000000000259e4      0x3b0 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacParser.c.obj)
+ .debug_line    0x0000000000025d94      0x561 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacSerializer.c.obj)
+ .debug_line    0x00000000000262f5      0x616 zephyr/subsys/lorawan/libloramac-node.a(Region.c.obj)
+ .debug_line    0x000000000002690b      0xb6f zephyr/subsys/lorawan/libloramac-node.a(RegionCommon.c.obj)
+ .debug_line    0x000000000002747a      0xf19 zephyr/subsys/lorawan/libloramac-node.a(RegionEU868.c.obj)
+ .debug_line    0x0000000000028393      0x505 zephyr/subsys/random/libsubsys__random.a(random_xoshiro128.c.obj)
+ .debug_line    0x0000000000028898      0x135 zephyr/subsys/bluetooth/common/libsubsys__bluetooth__common.a(addr.c.obj)
+ .debug_line    0x00000000000289cd      0x37d zephyr/subsys/bluetooth/common/libsubsys__bluetooth__common.a(bt_str.c.obj)
+ .debug_line    0x0000000000028d4a      0x372 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(long_wq.c.obj)
+ .debug_line    0x00000000000290bc      0x412 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(uuid.c.obj)
+ .debug_line    0x00000000000294ce      0x414 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(addr.c.obj)
+ .debug_line    0x00000000000298e2      0x3ce zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(buf.c.obj)
+ .debug_line    0x0000000000029cb0      0x4a9 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(data.c.obj)
+ .debug_line    0x000000000002a159     0x4536 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+ .debug_line    0x000000000002e68f     0x1226 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(id.c.obj)
+ .debug_line    0x000000000002f8b5     0x1a67 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(adv.c.obj)
+ .debug_line    0x000000000003131c     0x3510 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(conn.c.obj)
+ .debug_line    0x000000000003482c     0x12bc zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(l2cap.c.obj)
+ .debug_line    0x0000000000035ae8     0x4130 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(att.c.obj)
+ .debug_line    0x0000000000039c18     0x2d00 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(gatt.c.obj)
+ .debug_line    0x000000000003c918      0x669 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(smp_null.c.obj)
+ .debug_line    0x000000000003cf81     0x1499 zephyr/subsys/net/libsubsys__net.a(buf.c.obj)
+ .debug_line    0x000000000003e41a     0x189c zephyr/subsys/net/libsubsys__net.a(buf_simple.c.obj)
+ .debug_line    0x000000000003fcb6      0xf70 zephyr/drivers/adc/libdrivers__adc.a(adc_nrfx_saadc.c.obj)
+ .debug_line    0x0000000000040c26     0x1404 zephyr/drivers/clock_control/libdrivers__clock_control.a(clock_control_nrf.c.obj)
+ .debug_line    0x000000000004202a      0x390 zephyr/drivers/console/libdrivers__console.a(uart_console.c.obj)
+ .debug_line    0x00000000000423ba      0xc4f zephyr/drivers/entropy/libdrivers__entropy.a(entropy_nrf5.c.obj)
+ .debug_line    0x0000000000043009      0x26d zephyr/drivers/entropy/libdrivers__entropy.a(entropy_bt_hci.c.obj)
+ .debug_line    0x0000000000043276      0xa6b zephyr/drivers/flash/libdrivers__flash.a(soc_flash_nrf.c.obj)
+ .debug_line    0x0000000000043ce1      0x3e9 zephyr/drivers/flash/libdrivers__flash.a(flash_page_layout.c.obj)
+ .debug_line    0x00000000000440ca      0xcec zephyr/drivers/gpio/libdrivers__gpio.a(gpio_nrfx.c.obj)
+ .debug_line    0x0000000000044db6      0x26a zephyr/drivers/i2c/libdrivers__i2c.a(i2c_common.c.obj)
+ .debug_line    0x0000000000045020      0xcbf zephyr/drivers/i2c/libdrivers__i2c.a(i2c_nrfx_twim.c.obj)
+ .debug_line    0x0000000000045cdf      0x1b0 zephyr/drivers/pinctrl/libdrivers__pinctrl.a(common.c.obj)
+ .debug_line    0x0000000000045e8f      0x563 zephyr/drivers/pinctrl/libdrivers__pinctrl.a(pinctrl_nrf.c.obj)
+ .debug_line    0x00000000000463f2      0x8f8 zephyr/drivers/sensor/bosch/bme280/libdrivers__sensor__bosch__bme280.a(bme280.c.obj)
+ .debug_line    0x0000000000046cea      0x50a zephyr/drivers/sensor/bosch/bme280/libdrivers__sensor__bosch__bme280.a(bme280_spi.c.obj)
+ .debug_line    0x00000000000471f4      0x539 zephyr/drivers/sensor/st/stmemsc/libdrivers__sensor__st__stmemsc.a(stmemsc_i2c.c.obj)
+ .debug_line    0x000000000004772d      0x205 zephyr/drivers/sensor/st/stmemsc/libdrivers__sensor__st__stmemsc.a(stmemsc_mdelay.c.obj)
+ .debug_line    0x0000000000047932      0xa9a zephyr/drivers/sensor/st/lis2dh/libdrivers__sensor__st__lis2dh.a(lis2dh.c.obj)
+ .debug_line    0x00000000000483cc      0x703 zephyr/drivers/sensor/st/lis2dh/libdrivers__sensor__st__lis2dh.a(lis2dh_i2c.c.obj)
+ .debug_line    0x0000000000048acf      0xcc8 zephyr/drivers/sensor/st/lis2mdl/libdrivers__sensor__st__lis2mdl.a(lis2mdl.c.obj)
+ .debug_line    0x0000000000049797      0x87a zephyr/drivers/sensor/st/lis2mdl/libdrivers__sensor__st__lis2mdl.a(lis2mdl_trigger.c.obj)
+ .debug_line    0x000000000004a011      0x857 zephyr/drivers/serial/libdrivers__serial.a(uart_nrfx_uart.c.obj)
+ .debug_line    0x000000000004a868     0x178c zephyr/drivers/spi/libdrivers__spi.a(spi_nrfx_spim.c.obj)
+ .debug_line    0x000000000004bff4      0x44f zephyr/drivers/spi/libdrivers__spi.a(spi_nrfx_common.c.obj)
+ .debug_line    0x000000000004c443     0x155e zephyr/drivers/timer/libdrivers__timer.a(nrf_rtc_timer.c.obj)
+ .debug_line    0x000000000004d9a1      0x34c modules/nrf/lib/multithreading_lock/lib..__nrf__lib__multithreading_lock.a(multithreading_lock.c.obj)
+ .debug_line    0x000000000004dced      0xf5a modules/nrf/subsys/bluetooth/controller/lib..__nrf__subsys__bluetooth__controller.a(hci_driver.c.obj)
+ .debug_line    0x000000000004ec47      0xc86 modules/nrf/subsys/bluetooth/controller/lib..__nrf__subsys__bluetooth__controller.a(hci_internal.c.obj)
+ .debug_line    0x000000000004f8cd      0x3de modules/nrf/subsys/bluetooth/controller/lib..__nrf__subsys__bluetooth__controller.a(crypto.c.obj)
+ .debug_line    0x000000000004fcab      0x985 modules/nrf/subsys/bluetooth/controller/lib..__nrf__subsys__bluetooth__controller.a(ecdh.c.obj)
+ .debug_line    0x0000000000050630      0x918 modules/nrf/subsys/mpsl/init/lib..__nrf__subsys__mpsl__init.a(mpsl_init.c.obj)
+ .debug_line    0x0000000000050f48      0x198 modules/nrf/subsys/mpsl/fem/lib..__nrf__subsys__mpsl__fem.a(mpsl_fem_api_init.c.obj)
+ .debug_line    0x00000000000510e0      0x2ba modules/nrf/drivers/mpsl/clock_control/lib..__nrf__drivers__mpsl__clock_control.a(nrfx_clock_mpsl.c.obj)
+ .debug_line    0x000000000005139a      0x7f9 modules/nrf/drivers/mpsl/flash_sync/lib..__nrf__drivers__mpsl__flash_sync.a(flash_sync_mpsl.c.obj)
+ .debug_line    0x0000000000051b93      0x3b6 modules/nrf/drivers/mpsl/temp_nrf5/lib..__nrf__drivers__mpsl__temp_nrf5.a(temp_nrf5_mpsl.c.obj)
+ .debug_line    0x0000000000051f49      0x3a9 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(system_nrf52833.c.obj)
+ .debug_line    0x00000000000522f2      0x26d modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_glue.c.obj)
+ .debug_line    0x000000000005255f      0x2d0 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_flag32_allocator.c.obj)
+ .debug_line    0x000000000005282f     0x2256 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_gpiote.c.obj)
+ .debug_line    0x0000000000054a85      0xc40 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_nvmc.c.obj)
+ .debug_line    0x00000000000556c5     0x12b5 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_spim.c.obj)
+ .debug_line    0x000000000005697a     0x1cc2 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_twim.c.obj)
+ .debug_line    0x000000000005863c      0x4b3 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_twi_twim.c.obj)
+ .debug_line    0x0000000000058aef      0x155 zephyr/kernel/libkernel.a(busy_wait.c.obj)
+ .debug_line    0x0000000000058c44      0x33a zephyr/kernel/libkernel.a(device.c.obj)
+ .debug_line    0x0000000000058f7e      0x9d3 zephyr/kernel/libkernel.a(fatal.c.obj)
+ .debug_line    0x0000000000059951      0xc8b zephyr/kernel/libkernel.a(init.c.obj)
+ .debug_line    0x000000000005a5dc      0x628 zephyr/kernel/libkernel.a(kheap.c.obj)
+ .debug_line    0x000000000005ac04      0x8f8 zephyr/kernel/libkernel.a(mem_slab.c.obj)
+ .debug_line    0x000000000005b4fc      0x32a zephyr/kernel/libkernel.a(idle.c.obj)
+ .debug_line    0x000000000005b826      0x94d zephyr/kernel/libkernel.a(mutex.c.obj)
+ .debug_line    0x000000000005c173     0x102e zephyr/kernel/libkernel.a(queue.c.obj)
+ .debug_line    0x000000000005d1a1      0x761 zephyr/kernel/libkernel.a(sem.c.obj)
+ .debug_line    0x000000000005d902      0x2eb zephyr/kernel/libkernel.a(system_work_q.c.obj)
+ .debug_line    0x000000000005dbed     0x243b zephyr/kernel/libkernel.a(work.c.obj)
+ .debug_line    0x0000000000060028      0xa15 zephyr/kernel/libkernel.a(thread.c.obj)
+ .debug_line    0x0000000000060a3d     0x3452 zephyr/kernel/libkernel.a(sched.c.obj)
+ .debug_line    0x0000000000063e8f      0x68e zephyr/kernel/libkernel.a(timeslicing.c.obj)
+ .debug_line    0x000000000006451d      0x1df zephyr/kernel/libkernel.a(xip.c.obj)
+ .debug_line    0x00000000000646fc     0x118b zephyr/kernel/libkernel.a(timeout.c.obj)
+ .debug_line    0x0000000000065887      0xbe1 zephyr/kernel/libkernel.a(timer.c.obj)
+ .debug_line    0x0000000000066468     0x174b zephyr/kernel/libkernel.a(poll.c.obj)
+ .debug_line    0x0000000000067bb3      0x33d zephyr/kernel/libkernel.a(mempool.c.obj)
+
+.debug_frame    0x0000000000000000     0xd024
+ *(SORT_BY_ALIGNMENT(.debug_frame))
+ .debug_frame   0x0000000000000000       0x20 zephyr/CMakeFiles/offsets.dir/./arch/arm/core/offsets/offsets.c.obj
+ .debug_frame   0x0000000000000020       0xec app/libapp.a(main.c.obj)
+ .debug_frame   0x000000000000010c       0x48 zephyr/libzephyr.a(crc8_sw.c.obj)
+ .debug_frame   0x0000000000000154      0x1d4 zephyr/libzephyr.a(heap.c.obj)
+ .debug_frame   0x0000000000000328       0xf4 zephyr/libzephyr.a(cbprintf_packaged.c.obj)
+ .debug_frame   0x000000000000041c      0x100 zephyr/libzephyr.a(printk.c.obj)
+ .debug_frame   0x000000000000051c       0x28 zephyr/libzephyr.a(thread_entry.c.obj)
+ .debug_frame   0x0000000000000544       0xac zephyr/libzephyr.a(cbprintf_complete.c.obj)
+ .debug_frame   0x00000000000005f0       0x50 zephyr/libzephyr.a(assert.c.obj)
+ .debug_frame   0x0000000000000640      0x290 zephyr/libzephyr.a(mpsc_pbuf.c.obj)
+ .debug_frame   0x00000000000008d0      0x190 zephyr/libzephyr.a(onoff.c.obj)
+ .debug_frame   0x0000000000000a60       0x38 zephyr/libzephyr.a(notify.c.obj)
+ .debug_frame   0x0000000000000a98       0x20 zephyr/libzephyr.a(configs.c.obj)
+ .debug_frame   0x0000000000000ab8      0x2c8 zephyr/libzephyr.a(nvs.c.obj)
+ .debug_frame   0x0000000000000d80      0x3f4 zephyr/libzephyr.a(log_core.c.obj)
+ .debug_frame   0x0000000000001174      0x1b0 zephyr/libzephyr.a(log_mgmt.c.obj)
+ .debug_frame   0x0000000000001324      0x150 zephyr/libzephyr.a(log_msg.c.obj)
+ .debug_frame   0x0000000000001474      0x188 zephyr/libzephyr.a(log_output.c.obj)
+ .debug_frame   0x00000000000015fc       0x94 zephyr/libzephyr.a(log_backend_uart.c.obj)
+ .debug_frame   0x0000000000001690      0x120 zephyr/libzephyr.a(flash_map.c.obj)
+ .debug_frame   0x00000000000017b0       0x50 zephyr/libzephyr.a(flash_map_layout.c.obj)
+ .debug_frame   0x0000000000001800      0x110 zephyr/libzephyr.a(settings_store.c.obj)
+ .debug_frame   0x0000000000001910       0xf8 zephyr/libzephyr.a(settings.c.obj)
+ .debug_frame   0x0000000000001a08       0x2c zephyr/libzephyr.a(settings_init.c.obj)
+ .debug_frame   0x0000000000001a34      0x110 zephyr/libzephyr.a(settings_nvs.c.obj)
+ .debug_frame   0x0000000000001b44       0x2c zephyr/libzephyr.a(banner.c.obj)
+ .debug_frame   0x0000000000001b70      0x580 zephyr/libzephyr.a(lis2mdl_reg.c.obj)
+ .debug_frame   0x00000000000020f0       0x68 zephyr/libzephyr.a(utils.c.obj)
+ .debug_frame   0x0000000000002158       0xb8 zephyr/libzephyr.a(aes_encrypt.c.obj)
+ .debug_frame   0x0000000000002210       0xb0 zephyr/libzephyr.a(cmac_mode.c.obj)
+ .debug_frame   0x00000000000022c0       0x64 zephyr/arch/arch/arm/core/libarch__arm__core.a(fatal.c.obj)
+ .debug_frame   0x0000000000002324       0x2c zephyr/arch/arch/arm/core/libarch__arm__core.a(nmi.c.obj)
+ .debug_frame   0x0000000000002350       0x20 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(exc_exit.c.obj)
+ .debug_frame   0x0000000000002370       0xb0 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(fault.c.obj)
+ .debug_frame   0x0000000000002420       0x30 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(scb.c.obj)
+ .debug_frame   0x0000000000002450       0x20 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(thread_abort.c.obj)
+ .debug_frame   0x0000000000002470       0x30 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(swap.c.obj)
+ .debug_frame   0x00000000000024a0       0x60 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(irq_manage.c.obj)
+ .debug_frame   0x0000000000002500       0x28 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(prep_c.c.obj)
+ .debug_frame   0x0000000000002528       0x50 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(thread.c.obj)
+ .debug_frame   0x0000000000002578       0x40 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(cpu_idle.c.obj)
+ .debug_frame   0x00000000000025b8       0x20 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(irq_init.c.obj)
+ .debug_frame   0x00000000000025d8       0x2c zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(isr_wrapper.c.obj)
+ .debug_frame   0x0000000000002604      0x260 zephyr/lib/libc/newlib/liblib__libc__newlib.a(libc-hooks.c.obj)
+ .debug_frame   0x0000000000002864       0x28 zephyr/lib/libc/common/liblib__libc__common.a(abort.c.obj)
+ .debug_frame   0x000000000000288c       0x30 zephyr/soc/soc/nrf52833/libsoc__nordic.a(soc.c.obj)
+ .debug_frame   0x00000000000028bc      0x2bc zephyr/subsys/lorawan/libloramac-node.a(lorawan.c.obj)
+ .debug_frame   0x0000000000002b78       0x50 zephyr/subsys/lorawan/libloramac-node.a(lw_priv.c.obj)
+ .debug_frame   0x0000000000002bc8       0xac zephyr/subsys/lorawan/libloramac-node.a(lorawan_nvm_settings.c.obj)
+ .debug_frame   0x0000000000002c74      0x168 zephyr/subsys/lorawan/libloramac-node.a(hal_common.c.obj)
+ .debug_frame   0x0000000000002ddc      0x1a4 zephyr/subsys/lorawan/libloramac-node.a(sx12xx_common.c.obj)
+ .debug_frame   0x0000000000002f80      0x1ec zephyr/subsys/lorawan/libloramac-node.a(sx127x.c.obj)
+ .debug_frame   0x000000000000316c       0xe4 zephyr/subsys/lorawan/libloramac-node.a(utilities.c.obj)
+ .debug_frame   0x0000000000003250      0x14c zephyr/subsys/lorawan/libloramac-node.a(systime.c.obj)
+ .debug_frame   0x000000000000339c      0x178 zephyr/subsys/lorawan/libloramac-node.a(timer.c.obj)
+ .debug_frame   0x0000000000003514       0x3c zephyr/subsys/lorawan/libloramac-node.a(delay.c.obj)
+ .debug_frame   0x0000000000003550      0x420 zephyr/subsys/lorawan/libloramac-node.a(sx1276.c.obj)
+ .debug_frame   0x0000000000003970       0xac zephyr/subsys/lorawan/libloramac-node.a(aes.c.obj)
+ .debug_frame   0x0000000000003a1c       0x90 zephyr/subsys/lorawan/libloramac-node.a(cmac.c.obj)
+ .debug_frame   0x0000000000003aac      0x1c0 zephyr/subsys/lorawan/libloramac-node.a(soft-se.c.obj)
+ .debug_frame   0x0000000000003c6c       0x20 zephyr/subsys/lorawan/libloramac-node.a(soft-se-hal.c.obj)
+ .debug_frame   0x0000000000003c8c      0x634 zephyr/subsys/lorawan/libloramac-node.a(LoRaMac.c.obj)
+ .debug_frame   0x00000000000042c0       0x40 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacAdr.c.obj)
+ .debug_frame   0x0000000000004300      0x200 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacClassB.c.obj)
+ .debug_frame   0x0000000000004500       0xf8 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacCommands.c.obj)
+ .debug_frame   0x00000000000045f8      0x12c zephyr/subsys/lorawan/libloramac-node.a(LoRaMacConfirmQueue.c.obj)
+ .debug_frame   0x0000000000004724      0x2f0 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacCrypto.c.obj)
+ .debug_frame   0x0000000000004a14       0x40 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacParser.c.obj)
+ .debug_frame   0x0000000000004a54       0x74 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacSerializer.c.obj)
+ .debug_frame   0x0000000000004ac8      0x1d0 zephyr/subsys/lorawan/libloramac-node.a(Region.c.obj)
+ .debug_frame   0x0000000000004c98      0x228 zephyr/subsys/lorawan/libloramac-node.a(RegionCommon.c.obj)
+ .debug_frame   0x0000000000004ec0      0x2d8 zephyr/subsys/lorawan/libloramac-node.a(RegionEU868.c.obj)
+ .debug_frame   0x0000000000005198       0x6c zephyr/subsys/random/libsubsys__random.a(random_xoshiro128.c.obj)
+ .debug_frame   0x0000000000005204       0x88 zephyr/subsys/bluetooth/common/libsubsys__bluetooth__common.a(bt_str.c.obj)
+ .debug_frame   0x000000000000528c       0x60 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(long_wq.c.obj)
+ .debug_frame   0x00000000000052ec       0x9c zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(uuid.c.obj)
+ .debug_frame   0x0000000000005388       0x98 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(addr.c.obj)
+ .debug_frame   0x0000000000005420       0x48 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(buf.c.obj)
+ .debug_frame   0x0000000000005468       0x68 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(data.c.obj)
+ .debug_frame   0x00000000000054d0      0x840 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+ .debug_frame   0x0000000000005d10      0x288 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(id.c.obj)
+ .debug_frame   0x0000000000005f98      0x320 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(adv.c.obj)
+ .debug_frame   0x00000000000062b8      0x620 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(conn.c.obj)
+ .debug_frame   0x00000000000068d8      0x2a8 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(l2cap.c.obj)
+ .debug_frame   0x0000000000006b80      0x8e4 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(att.c.obj)
+ .debug_frame   0x0000000000007464      0x788 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(gatt.c.obj)
+ .debug_frame   0x0000000000007bec       0x90 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(smp_null.c.obj)
+ .debug_frame   0x0000000000007c7c      0x2a4 zephyr/subsys/net/libsubsys__net.a(buf.c.obj)
+ .debug_frame   0x0000000000007f20      0x5f8 zephyr/subsys/net/libsubsys__net.a(buf_simple.c.obj)
+ .debug_frame   0x0000000000008518       0xcc zephyr/drivers/adc/libdrivers__adc.a(adc_nrfx_saadc.c.obj)
+ .debug_frame   0x00000000000085e4      0x21c zephyr/drivers/clock_control/libdrivers__clock_control.a(clock_control_nrf.c.obj)
+ .debug_frame   0x0000000000008800       0x54 zephyr/drivers/console/libdrivers__console.a(uart_console.c.obj)
+ .debug_frame   0x0000000000008854       0xbc zephyr/drivers/entropy/libdrivers__entropy.a(entropy_nrf5.c.obj)
+ .debug_frame   0x0000000000008910       0x48 zephyr/drivers/entropy/libdrivers__entropy.a(entropy_bt_hci.c.obj)
+ .debug_frame   0x0000000000008958      0x128 zephyr/drivers/flash/libdrivers__flash.a(soc_flash_nrf.c.obj)
+ .debug_frame   0x0000000000008a80       0x9c zephyr/drivers/flash/libdrivers__flash.a(flash_page_layout.c.obj)
+ .debug_frame   0x0000000000008b1c      0x104 zephyr/drivers/gpio/libdrivers__gpio.a(gpio_nrfx.c.obj)
+ .debug_frame   0x0000000000008c20       0x20 zephyr/drivers/i2c/libdrivers__i2c.a(i2c_common.c.obj)
+ .debug_frame   0x0000000000008c40       0xe0 zephyr/drivers/i2c/libdrivers__i2c.a(i2c_nrfx_twim.c.obj)
+ .debug_frame   0x0000000000008d20       0x2c zephyr/drivers/pinctrl/libdrivers__pinctrl.a(common.c.obj)
+ .debug_frame   0x0000000000008d4c       0x50 zephyr/drivers/pinctrl/libdrivers__pinctrl.a(pinctrl_nrf.c.obj)
+ .debug_frame   0x0000000000008d9c       0xc8 zephyr/drivers/sensor/bosch/bme280/libdrivers__sensor__bosch__bme280.a(bme280.c.obj)
+ .debug_frame   0x0000000000008e64       0x74 zephyr/drivers/sensor/bosch/bme280/libdrivers__sensor__bosch__bme280.a(bme280_spi.c.obj)
+ .debug_frame   0x0000000000008ed8       0x90 zephyr/drivers/sensor/st/stmemsc/libdrivers__sensor__st__stmemsc.a(stmemsc_i2c.c.obj)
+ .debug_frame   0x0000000000008f68       0x34 zephyr/drivers/sensor/st/stmemsc/libdrivers__sensor__st__stmemsc.a(stmemsc_mdelay.c.obj)
+ .debug_frame   0x0000000000008f9c       0xe8 zephyr/drivers/sensor/st/lis2dh/libdrivers__sensor__st__lis2dh.a(lis2dh.c.obj)
+ .debug_frame   0x0000000000009084       0xe8 zephyr/drivers/sensor/st/lis2dh/libdrivers__sensor__st__lis2dh.a(lis2dh_i2c.c.obj)
+ .debug_frame   0x000000000000916c      0x158 zephyr/drivers/sensor/st/lis2mdl/libdrivers__sensor__st__lis2mdl.a(lis2mdl.c.obj)
+ .debug_frame   0x00000000000092c4       0xc8 zephyr/drivers/sensor/st/lis2mdl/libdrivers__sensor__st__lis2mdl.a(lis2mdl_trigger.c.obj)
+ .debug_frame   0x000000000000938c       0x74 zephyr/drivers/serial/libdrivers__serial.a(uart_nrfx_uart.c.obj)
+ .debug_frame   0x0000000000009400      0x19c zephyr/drivers/spi/libdrivers__spi.a(spi_nrfx_spim.c.obj)
+ .debug_frame   0x000000000000959c       0x68 zephyr/drivers/spi/libdrivers__spi.a(spi_nrfx_common.c.obj)
+ .debug_frame   0x0000000000009604      0x268 zephyr/drivers/timer/libdrivers__timer.a(nrf_rtc_timer.c.obj)
+ .debug_frame   0x000000000000986c       0x30 modules/nrf/lib/multithreading_lock/lib..__nrf__lib__multithreading_lock.a(multithreading_lock.c.obj)
+ .debug_frame   0x000000000000989c      0x12c modules/nrf/subsys/bluetooth/controller/lib..__nrf__subsys__bluetooth__controller.a(hci_driver.c.obj)
+ .debug_frame   0x00000000000099c8       0x98 modules/nrf/subsys/bluetooth/controller/lib..__nrf__subsys__bluetooth__controller.a(hci_internal.c.obj)
+ .debug_frame   0x0000000000009a60       0x68 modules/nrf/subsys/bluetooth/controller/lib..__nrf__subsys__bluetooth__controller.a(crypto.c.obj)
+ .debug_frame   0x0000000000009ac8       0xe8 modules/nrf/subsys/bluetooth/controller/lib..__nrf__subsys__bluetooth__controller.a(ecdh.c.obj)
+ .debug_frame   0x0000000000009bb0      0x134 modules/nrf/subsys/mpsl/init/lib..__nrf__subsys__mpsl__init.a(mpsl_init.c.obj)
+ .debug_frame   0x0000000000009ce4       0x28 modules/nrf/subsys/mpsl/fem/lib..__nrf__subsys__mpsl__fem.a(mpsl_fem_api_init.c.obj)
+ .debug_frame   0x0000000000009d0c       0x70 modules/nrf/drivers/mpsl/clock_control/lib..__nrf__drivers__mpsl__clock_control.a(nrfx_clock_mpsl.c.obj)
+ .debug_frame   0x0000000000009d7c       0x9c modules/nrf/drivers/mpsl/flash_sync/lib..__nrf__drivers__mpsl__flash_sync.a(flash_sync_mpsl.c.obj)
+ .debug_frame   0x0000000000009e18       0x50 modules/nrf/drivers/mpsl/temp_nrf5/lib..__nrf__drivers__mpsl__temp_nrf5.a(temp_nrf5_mpsl.c.obj)
+ .debug_frame   0x0000000000009e68       0x50 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(system_nrf52833.c.obj)
+ .debug_frame   0x0000000000009eb8       0x48 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_glue.c.obj)
+ .debug_frame   0x0000000000009f00       0x54 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_flag32_allocator.c.obj)
+ .debug_frame   0x0000000000009f54      0x4bc modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_gpiote.c.obj)
+ .debug_frame   0x000000000000a410      0x1a0 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_nvmc.c.obj)
+ .debug_frame   0x000000000000a5b0      0x200 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_spim.c.obj)
+ .debug_frame   0x000000000000a7b0      0x1b8 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_twim.c.obj)
+ .debug_frame   0x000000000000a968       0x5c modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_twi_twim.c.obj)
+ .debug_frame   0x000000000000a9c4       0x20 zephyr/kernel/libkernel.a(busy_wait.c.obj)
+ .debug_frame   0x000000000000a9e4       0x5c zephyr/kernel/libkernel.a(device.c.obj)
+ .debug_frame   0x000000000000aa40       0xcc zephyr/kernel/libkernel.a(fatal.c.obj)
+ .debug_frame   0x000000000000ab0c      0x114 zephyr/kernel/libkernel.a(init.c.obj)
+ .debug_frame   0x000000000000ac20       0xb8 zephyr/kernel/libkernel.a(kheap.c.obj)
+ .debug_frame   0x000000000000acd8       0xb8 zephyr/kernel/libkernel.a(mem_slab.c.obj)
+ .debug_frame   0x000000000000ad90       0x48 zephyr/kernel/libkernel.a(idle.c.obj)
+ .debug_frame   0x000000000000add8       0x74 zephyr/kernel/libkernel.a(mutex.c.obj)
+ .debug_frame   0x000000000000ae4c      0x1a4 zephyr/kernel/libkernel.a(queue.c.obj)
+ .debug_frame   0x000000000000aff0       0x8c zephyr/kernel/libkernel.a(sem.c.obj)
+ .debug_frame   0x000000000000b07c       0x28 zephyr/kernel/libkernel.a(system_work_q.c.obj)
+ .debug_frame   0x000000000000b0a4      0x34c zephyr/kernel/libkernel.a(work.c.obj)
+ .debug_frame   0x000000000000b3f0      0x144 zephyr/kernel/libkernel.a(thread.c.obj)
+ .debug_frame   0x000000000000b534      0x4e8 zephyr/kernel/libkernel.a(sched.c.obj)
+ .debug_frame   0x000000000000ba1c       0x94 zephyr/kernel/libkernel.a(timeslicing.c.obj)
+ .debug_frame   0x000000000000bab0       0x2c zephyr/kernel/libkernel.a(xip.c.obj)
+ .debug_frame   0x000000000000badc      0x1ac zephyr/kernel/libkernel.a(timeout.c.obj)
+ .debug_frame   0x000000000000bc88       0xb8 zephyr/kernel/libkernel.a(timer.c.obj)
+ .debug_frame   0x000000000000bd40      0x1e4 zephyr/kernel/libkernel.a(poll.c.obj)
+ .debug_frame   0x000000000000bf24       0x40 zephyr/kernel/libkernel.a(mempool.c.obj)
+ .debug_frame   0x000000000000bf64       0xac /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/thumb/v7e-m/nofp/libgcc.a(_arm_addsubdf3.o)
+ .debug_frame   0x000000000000c010       0x50 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/thumb/v7e-m/nofp/libgcc.a(_arm_muldivdf3.o)
+ .debug_frame   0x000000000000c060       0xc4 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/thumb/v7e-m/nofp/libgcc.a(_arm_cmpdf2.o)
+ .debug_frame   0x000000000000c124       0x4c /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/thumb/v7e-m/nofp/libgcc.a(_arm_addsubsf3.o)
+ .debug_frame   0x000000000000c170       0xc8 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/thumb/v7e-m/nofp/libgcc.a(_arm_cmpsf2.o)
+ .debug_frame   0x000000000000c238       0x24 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/thumb/v7e-m/nofp/libgcc.a(_arm_fixsfsi.o)
+ .debug_frame   0x000000000000c25c       0x44 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/thumb/v7e-m/nofp/libgcc.a(_aeabi_ldivmod.o)
+ .debug_frame   0x000000000000c2a0       0x2c /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/thumb/v7e-m/nofp/libgcc.a(_aeabi_uldivmod.o)
+ .debug_frame   0x000000000000c2cc       0x34 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/thumb/v7e-m/nofp/libgcc.a(_udivmoddi4.o)
+ .debug_frame   0x000000000000c300       0x2c /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libm_nano.a(lib_a-sf_floor.o)
+ .debug_frame   0x000000000000c32c       0x30 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-malloc.o)
+ .debug_frame   0x000000000000c35c       0x28 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-memcmp.o)
+ .debug_frame   0x000000000000c384       0x28 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-memcpy-stub.o)
+ .debug_frame   0x000000000000c3ac       0x20 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-memset.o)
+ .debug_frame   0x000000000000c3cc       0x38 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-nano-freer.o)
+ .debug_frame   0x000000000000c404       0x30 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-nano-mallocr.o)
+ .debug_frame   0x000000000000c434       0x94 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-nano-vfprintf_float.o)
+ .debug_frame   0x000000000000c4c8       0x60 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-nano-vfprintf_i.o)
+ .debug_frame   0x000000000000c528       0x2c /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-sbrkr.o)
+ .debug_frame   0x000000000000c554       0x20 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-strcmp.o)
+ .debug_frame   0x000000000000c574       0x20 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-strcpy.o)
+ .debug_frame   0x000000000000c594       0x28 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-strnlen.o)
+ .debug_frame   0x000000000000c5bc       0x6c /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-dtoa.o)
+ .debug_frame   0x000000000000c628       0x40 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-localeconv.o)
+ .debug_frame   0x000000000000c668       0x30 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-mlock.o)
+ .debug_frame   0x000000000000c698      0x258 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-mprec.o)
+ .debug_frame   0x000000000000c8f0       0x2c /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-nano-callocr.o)
+ .debug_frame   0x000000000000c91c       0x5c /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-reent.o)
+ .debug_frame   0x000000000000c978       0x40 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-assert.o)
+ .debug_frame   0x000000000000c9b8       0x64 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-fprintf.o)
+ .debug_frame   0x000000000000ca1c       0x48 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-locale.o)
+ .debug_frame   0x000000000000ca64       0x48 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-mbtowc_r.o)
+ .debug_frame   0x000000000000caac       0xa8 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-nano-vfprintf.o)
+ .debug_frame   0x000000000000cb54       0x40 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-wbuf.o)
+ .debug_frame   0x000000000000cb94       0x3c /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-wctomb_r.o)
+ .debug_frame   0x000000000000cbd0       0x2c /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-wsetup.o)
+ .debug_frame   0x000000000000cbfc       0x5c /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-fflush.o)
+ .debug_frame   0x000000000000cc58      0x14c /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-findfp.o)
+ .debug_frame   0x000000000000cda4       0x54 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-fwalk.o)
+ .debug_frame   0x000000000000cdf8       0x58 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-makebuf.o)
+ .debug_frame   0x000000000000ce50       0x88 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-stdio.o)
+ .debug_frame   0x000000000000ced8       0x2c /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-writer.o)
+ .debug_frame   0x000000000000cf04       0x2c /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-closer.o)
+ .debug_frame   0x000000000000cf30       0x2c /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-fstatr.o)
+ .debug_frame   0x000000000000cf5c       0x2c /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-isattyr.o)
+ .debug_frame   0x000000000000cf88       0x2c /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-lseekr.o)
+ .debug_frame   0x000000000000cfb4       0x2c /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-readr.o)
+ .debug_frame   0x000000000000cfe0       0x20 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/thumb/v7e-m/nofp/libgcc.a(_arm_unorddf2.o)
+ .debug_frame   0x000000000000d000       0x24 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/thumb/v7e-m/nofp/libgcc.a(_arm_fixdfsi.o)
+
+.debug_str      0x0000000000000000    0x2be81
+ *(SORT_BY_ALIGNMENT(.debug_str))
+ .debug_str     0x0000000000000000      0x2f1 zephyr/CMakeFiles/zephyr_final.dir/isr_tables.c.obj
+                                        0x341 (size before relaxing)
+ .debug_str     0x00000000000002f1      0x268 zephyr/CMakeFiles/offsets.dir/./arch/arm/core/offsets/offsets.c.obj
+                                        0x341 (size before relaxing)
+ .debug_str     0x0000000000000559     0x1a32 app/libapp.a(main.c.obj)
+                                       0x20b2 (size before relaxing)
+ .debug_str     0x0000000000001f8b       0x6b zephyr/libzephyr.a(crc8_sw.c.obj)
+                                        0x284 (size before relaxing)
+ .debug_str     0x0000000000001ff6      0x3c4 zephyr/libzephyr.a(heap.c.obj)
+                                        0x6c6 (size before relaxing)
+ .debug_str     0x00000000000023ba      0x301 zephyr/libzephyr.a(cbprintf_packaged.c.obj)
+                                        0xaf3 (size before relaxing)
+ .debug_str     0x00000000000026bb       0xe6 zephyr/libzephyr.a(printk.c.obj)
+                                        0x5b5 (size before relaxing)
+ .debug_str     0x00000000000027a1      0x1de zephyr/libzephyr.a(thread_entry.c.obj)
+                                        0x514 (size before relaxing)
+ .debug_str     0x000000000000297f      0x33e zephyr/libzephyr.a(cbprintf_complete.c.obj)
+                                        0x64a (size before relaxing)
+ .debug_str     0x0000000000002cbd       0x9e zephyr/libzephyr.a(assert.c.obj)
+                                        0x52e (size before relaxing)
+ .debug_str     0x0000000000002d5b      0x377 zephyr/libzephyr.a(mpsc_pbuf.c.obj)
+                                        0x774 (size before relaxing)
+ .debug_str     0x00000000000030d2      0x3ec zephyr/libzephyr.a(onoff.c.obj)
+                                        0x7f4 (size before relaxing)
+ .debug_str     0x00000000000034be       0x54 zephyr/libzephyr.a(notify.c.obj)
+                                        0x345 (size before relaxing)
+ .debug_str     0x0000000000003512       0x6d zephyr/libzephyr.a(configs.c.obj)
+                                        0x1d7 (size before relaxing)
+ .debug_str     0x000000000000357f      0x5a8 zephyr/libzephyr.a(nvs.c.obj)
+                                       0x12b7 (size before relaxing)
+ .debug_str     0x0000000000003b27      0xb06 zephyr/libzephyr.a(log_core.c.obj)
+                                       0x1c59 (size before relaxing)
+ .debug_str     0x000000000000462d      0x54c zephyr/libzephyr.a(log_mgmt.c.obj)
+                                        0xf7d (size before relaxing)
+ .debug_str     0x0000000000004b79       0xf8 zephyr/libzephyr.a(log_msg.c.obj)
+                                        0xbe8 (size before relaxing)
+ .debug_str     0x0000000000004c71      0x2aa zephyr/libzephyr.a(log_output.c.obj)
+                                        0xc4c (size before relaxing)
+ .debug_str     0x0000000000004f1b      0x1d6 zephyr/libzephyr.a(log_backend_uart.c.obj)
+                                        0xd7b (size before relaxing)
+ .debug_str     0x00000000000050f1      0x174 zephyr/libzephyr.a(flash_map.c.obj)
+                                        0x630 (size before relaxing)
+ .debug_str     0x0000000000005265       0x4f zephyr/libzephyr.a(flash_map_default.c.obj)
+                                        0x55f (size before relaxing)
+ .debug_str     0x00000000000052b4       0xf0 zephyr/libzephyr.a(flash_map_layout.c.obj)
+                                        0x420 (size before relaxing)
+ .debug_str     0x00000000000053a4      0x2b4 zephyr/libzephyr.a(settings_store.c.obj)
+                                        0x93a (size before relaxing)
+ .debug_str     0x0000000000005658       0xe0 zephyr/libzephyr.a(settings.c.obj)
+                                        0xecb (size before relaxing)
+ .debug_str     0x0000000000005738       0x7b zephyr/libzephyr.a(settings_init.c.obj)
+                                        0x799 (size before relaxing)
+ .debug_str     0x00000000000057b3      0x184 zephyr/libzephyr.a(settings_nvs.c.obj)
+                                        0xca2 (size before relaxing)
+ .debug_str     0x0000000000005937       0x32 zephyr/libzephyr.a(banner.c.obj)
+                                        0x23e (size before relaxing)
+ .debug_str     0x0000000000005969      0x97b zephyr/libzephyr.a(lis2mdl_reg.c.obj)
+                                        0xc10 (size before relaxing)
+ .debug_str     0x00000000000062e4       0x63 zephyr/libzephyr.a(utils.c.obj)
+                                        0x2ae (size before relaxing)
+ .debug_str     0x0000000000006347       0xda zephyr/libzephyr.a(aes_encrypt.c.obj)
+                                        0x31c (size before relaxing)
+ .debug_str     0x0000000000006421       0xed zephyr/libzephyr.a(cmac_mode.c.obj)
+                                        0x39a (size before relaxing)
+ .debug_str     0x000000000000650e       0xf2 zephyr/arch/arch/arm/core/libarch__arm__core.a(fatal.c.obj)
+                                        0x9fe (size before relaxing)
+ .debug_str     0x0000000000006600       0x4d zephyr/arch/arch/arm/core/libarch__arm__core.a(nmi.c.obj)
+                                        0x252 (size before relaxing)
+ .debug_str     0x000000000000664d       0x39 zephyr/arch/arch/arm/core/libarch__arm__core.a(nmi_on_reset.S.obj)
+                                         0x77 (size before relaxing)
+ .debug_str     0x0000000000006686       0xc8 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(exc_exit.c.obj)
+                                        0x54a (size before relaxing)
+ .debug_str     0x000000000000674e      0x65d zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(fault.c.obj)
+                                       0x1133 (size before relaxing)
+ .debug_str     0x0000000000006dab       0x31 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(fault_s.S.obj)
+                                         0x7b (size before relaxing)
+ .debug_str     0x0000000000006ddc       0x2f zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(reset.S.obj)
+                                         0x79 (size before relaxing)
+ .debug_str     0x0000000000006e0b       0xf0 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(scb.c.obj)
+                                        0x403 (size before relaxing)
+ .debug_str     0x0000000000006efb       0x54 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(thread_abort.c.obj)
+                                        0x594 (size before relaxing)
+ .debug_str     0x0000000000006f4f       0x4f zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(swap.c.obj)
+                                        0x5cf (size before relaxing)
+ .debug_str     0x0000000000006f9e       0x35 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(swap_helper.S.obj)
+                                         0x7f (size before relaxing)
+ .debug_str     0x0000000000006fd3      0x37a zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(irq_manage.c.obj)
+                                        0x76c (size before relaxing)
+ .debug_str     0x000000000000734d       0xac zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(prep_c.c.obj)
+                                        0x3bf (size before relaxing)
+ .debug_str     0x00000000000073f9       0xcc zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(thread.c.obj)
+                                        0x667 (size before relaxing)
+ .debug_str     0x00000000000074c5       0x69 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(cpu_idle.c.obj)
+                                        0x33f (size before relaxing)
+ .debug_str     0x000000000000752e       0x32 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(irq_init.c.obj)
+                                        0x621 (size before relaxing)
+ .debug_str     0x0000000000007560       0x35 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(isr_wrapper.c.obj)
+                                        0x2be (size before relaxing)
+ .debug_str     0x0000000000007595      0x474 zephyr/lib/libc/newlib/liblib__libc__newlib.a(libc-hooks.c.obj)
+                                        0xdce (size before relaxing)
+ .debug_str     0x0000000000007a09      0x176 zephyr/lib/libc/common/liblib__libc__common.a(abort.c.obj)
+                                        0x323 (size before relaxing)
+ .debug_str     0x0000000000007b7f      0x55f zephyr/soc/soc/nrf52833/libsoc__nordic.a(soc.c.obj)
+                                        0xb0a (size before relaxing)
+ .debug_str     0x00000000000080de     0x2bbc zephyr/subsys/lorawan/libloramac-node.a(lorawan.c.obj)
+                                       0x3f13 (size before relaxing)
+ .debug_str     0x000000000000ac9a       0x29 zephyr/subsys/lorawan/libloramac-node.a(lw_priv.c.obj)
+                                        0x881 (size before relaxing)
+ .debug_str     0x000000000000acc3       0xe1 zephyr/subsys/lorawan/libloramac-node.a(lorawan_nvm_settings.c.obj)
+                                       0x24e9 (size before relaxing)
+ .debug_str     0x000000000000ada4      0x215 zephyr/subsys/lorawan/libloramac-node.a(hal_common.c.obj)
+                                        0xa67 (size before relaxing)
+ .debug_str     0x000000000000afb9      0x5ef zephyr/subsys/lorawan/libloramac-node.a(sx12xx_common.c.obj)
+                                       0x1417 (size before relaxing)
+ .debug_str     0x000000000000b5a8      0x655 zephyr/subsys/lorawan/libloramac-node.a(sx127x.c.obj)
+                                       0x1a9c (size before relaxing)
+ .debug_str     0x000000000000bbfd       0xb2 zephyr/subsys/lorawan/libloramac-node.a(utilities.c.obj)
+                                        0x343 (size before relaxing)
+ .debug_str     0x000000000000bcaf      0x189 zephyr/subsys/lorawan/libloramac-node.a(systime.c.obj)
+                                        0x49f (size before relaxing)
+ .debug_str     0x000000000000be38      0x1ce zephyr/subsys/lorawan/libloramac-node.a(timer.c.obj)
+                                        0x52d (size before relaxing)
+ .debug_str     0x000000000000c006       0x4b zephyr/subsys/lorawan/libloramac-node.a(delay.c.obj)
+                                        0x271 (size before relaxing)
+ .debug_str     0x000000000000c051      0x903 zephyr/subsys/lorawan/libloramac-node.a(sx1276.c.obj)
+                                       0x1008 (size before relaxing)
+ .debug_str     0x000000000000c954       0xf7 zephyr/subsys/lorawan/libloramac-node.a(aes.c.obj)
+                                        0x32d (size before relaxing)
+ .debug_str     0x000000000000ca4b       0xa8 zephyr/subsys/lorawan/libloramac-node.a(cmac.c.obj)
+                                        0x35d (size before relaxing)
+ .debug_str     0x000000000000caf3      0x425 zephyr/subsys/lorawan/libloramac-node.a(soft-se.c.obj)
+                                        0x923 (size before relaxing)
+ .debug_str     0x000000000000cf18       0x48 zephyr/subsys/lorawan/libloramac-node.a(soft-se-hal.c.obj)
+                                        0x26e (size before relaxing)
+ .debug_str     0x000000000000cf60     0x2cf0 zephyr/subsys/lorawan/libloramac-node.a(LoRaMac.c.obj)
+                                       0x6116 (size before relaxing)
+ .debug_str     0x000000000000fc50       0x69 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacAdr.c.obj)
+                                        0xb83 (size before relaxing)
+ .debug_str     0x000000000000fcb9       0xed zephyr/subsys/lorawan/libloramac-node.a(LoRaMacClassB.c.obj)
+                                       0x2966 (size before relaxing)
+ .debug_str     0x000000000000fda6      0x17f zephyr/subsys/lorawan/libloramac-node.a(LoRaMacCommands.c.obj)
+                                        0xa46 (size before relaxing)
+ .debug_str     0x000000000000ff25      0x210 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacConfirmQueue.c.obj)
+                                        0xd8e (size before relaxing)
+ .debug_str     0x0000000000010135      0x322 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacCrypto.c.obj)
+                                       0x15c7 (size before relaxing)
+ .debug_str     0x0000000000010457       0x3a zephyr/subsys/lorawan/libloramac-node.a(LoRaMacParser.c.obj)
+                                        0x50f (size before relaxing)
+ .debug_str     0x0000000000010491       0x4e zephyr/subsys/lorawan/libloramac-node.a(LoRaMacSerializer.c.obj)
+                                        0x5c4 (size before relaxing)
+ .debug_str     0x00000000000104df      0x345 zephyr/subsys/lorawan/libloramac-node.a(Region.c.obj)
+                                       0x18fd (size before relaxing)
+ .debug_str     0x0000000000010824      0x82f zephyr/subsys/lorawan/libloramac-node.a(RegionCommon.c.obj)
+                                       0x14fc (size before relaxing)
+ .debug_str     0x0000000000011053      0x138 zephyr/subsys/lorawan/libloramac-node.a(RegionEU868.c.obj)
+                                       0x1f7b (size before relaxing)
+ .debug_str     0x000000000001118b      0x10c zephyr/subsys/random/libsubsys__random.a(random_xoshiro128.c.obj)
+                                        0x4b4 (size before relaxing)
+ .debug_str     0x0000000000011297       0x7e zephyr/subsys/bluetooth/common/libsubsys__bluetooth__common.a(addr.c.obj)
+                                        0x288 (size before relaxing)
+ .debug_str     0x0000000000011315       0x9e zephyr/subsys/bluetooth/common/libsubsys__bluetooth__common.a(bt_str.c.obj)
+                                        0x2eb (size before relaxing)
+ .debug_str     0x00000000000113b3      0x142 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(long_wq.c.obj)
+                                        0x8ed (size before relaxing)
+ .debug_str     0x00000000000114f5      0x122 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(uuid.c.obj)
+                                        0x3c6 (size before relaxing)
+ .debug_str     0x0000000000011617       0xef zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(addr.c.obj)
+                                        0x343 (size before relaxing)
+ .debug_str     0x0000000000011706      0x972 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(buf.c.obj)
+                                        0xf64 (size before relaxing)
+ .debug_str     0x0000000000012078       0xb1 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(data.c.obj)
+                                        0xa10 (size before relaxing)
+ .debug_str     0x0000000000012129     0x18a3 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+                                       0x35a6 (size before relaxing)
+ .debug_str     0x00000000000139cc      0x56c zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(id.c.obj)
+                                       0x1e6a (size before relaxing)
+ .debug_str     0x0000000000013f38      0x4d3 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(adv.c.obj)
+                                       0x2121 (size before relaxing)
+ .debug_str     0x000000000001440b      0xbbb zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(conn.c.obj)
+                                       0x2f98 (size before relaxing)
+ .debug_str     0x0000000000014fc6      0x3e4 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(l2cap.c.obj)
+                                       0x1d7c (size before relaxing)
+ .debug_str     0x00000000000153aa      0xe6c zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(att.c.obj)
+                                       0x2dd5 (size before relaxing)
+ .debug_str     0x0000000000016216      0x96d zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(gatt.c.obj)
+                                       0x2c4d (size before relaxing)
+ .debug_str     0x0000000000016b83       0xb1 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(smp_null.c.obj)
+                                       0x179a (size before relaxing)
+ .debug_str     0x0000000000016c34      0x2b5 zephyr/subsys/net/libsubsys__net.a(buf.c.obj)
+                                       0x12f4 (size before relaxing)
+ .debug_str     0x0000000000016ee9      0x5f4 zephyr/subsys/net/libsubsys__net.a(buf_simple.c.obj)
+                                        0xb01 (size before relaxing)
+ .debug_str     0x00000000000174dd     0x110f zephyr/drivers/adc/libdrivers__adc.a(adc_nrfx_saadc.c.obj)
+                                       0x219d (size before relaxing)
+ .debug_str     0x00000000000185ec      0xe89 zephyr/drivers/clock_control/libdrivers__clock_control.a(clock_control_nrf.c.obj)
+                                       0x1b70 (size before relaxing)
+ .debug_str     0x0000000000019475       0x9f zephyr/drivers/console/libdrivers__console.a(uart_console.c.obj)
+                                        0x544 (size before relaxing)
+ .debug_str     0x0000000000019514      0x2e0 zephyr/drivers/entropy/libdrivers__entropy.a(entropy_nrf5.c.obj)
+                                        0xdf0 (size before relaxing)
+ .debug_str     0x00000000000197f4       0x96 zephyr/drivers/entropy/libdrivers__entropy.a(entropy_bt_hci.c.obj)
+                                        0x604 (size before relaxing)
+ .debug_str     0x000000000001988a      0x3c1 zephyr/drivers/flash/libdrivers__flash.a(soc_flash_nrf.c.obj)
+                                       0x11d5 (size before relaxing)
+ .debug_str     0x0000000000019c4b       0x99 zephyr/drivers/flash/libdrivers__flash.a(flash_page_layout.c.obj)
+                                        0x4c4 (size before relaxing)
+ .debug_str     0x0000000000019ce4      0xa81 zephyr/drivers/gpio/libdrivers__gpio.a(gpio_nrfx.c.obj)
+                                       0x13c9 (size before relaxing)
+ .debug_str     0x000000000001a765       0x75 zephyr/drivers/i2c/libdrivers__i2c.a(i2c_common.c.obj)
+                                        0x913 (size before relaxing)
+ .debug_str     0x000000000001a7da      0x972 zephyr/drivers/i2c/libdrivers__i2c.a(i2c_nrfx_twim.c.obj)
+                                       0x182d (size before relaxing)
+ .debug_str     0x000000000001b14c       0x29 zephyr/drivers/pinctrl/libdrivers__pinctrl.a(common.c.obj)
+                                        0x2dd (size before relaxing)
+ .debug_str     0x000000000001b175      0x27d zephyr/drivers/pinctrl/libdrivers__pinctrl.a(pinctrl_nrf.c.obj)
+                                        0xa75 (size before relaxing)
+ .debug_str     0x000000000001b3f2      0x2de zephyr/drivers/sensor/bosch/bme280/libdrivers__sensor__bosch__bme280.a(bme280.c.obj)
+                                       0x192b (size before relaxing)
+ .debug_str     0x000000000001b6d0       0x77 zephyr/drivers/sensor/bosch/bme280/libdrivers__sensor__bosch__bme280.a(bme280_spi.c.obj)
+                                        0x932 (size before relaxing)
+ .debug_str     0x000000000001b747      0x143 zephyr/drivers/sensor/st/stmemsc/libdrivers__sensor__st__stmemsc.a(stmemsc_i2c.c.obj)
+                                        0x62a (size before relaxing)
+ .debug_str     0x000000000001b88a       0x53 zephyr/drivers/sensor/st/stmemsc/libdrivers__sensor__st__stmemsc.a(stmemsc_mdelay.c.obj)
+                                        0x2f9 (size before relaxing)
+ .debug_str     0x000000000001b8dd      0x2a1 zephyr/drivers/sensor/st/lis2dh/libdrivers__sensor__st__lis2dh.a(lis2dh.c.obj)
+                                       0x191b (size before relaxing)
+ .debug_str     0x000000000001bb7e      0x132 zephyr/drivers/sensor/st/lis2dh/libdrivers__sensor__st__lis2dh.a(lis2dh_i2c.c.obj)
+                                        0xef9 (size before relaxing)
+ .debug_str     0x000000000001bcb0      0x2ad zephyr/drivers/sensor/st/lis2mdl/libdrivers__sensor__st__lis2mdl.a(lis2mdl.c.obj)
+                                       0x1f64 (size before relaxing)
+ .debug_str     0x000000000001bf5d       0x8e zephyr/drivers/sensor/st/lis2mdl/libdrivers__sensor__st__lis2mdl.a(lis2mdl_trigger.c.obj)
+                                       0x18d7 (size before relaxing)
+ .debug_str     0x000000000001bfeb      0x8e6 zephyr/drivers/serial/libdrivers__serial.a(uart_nrfx_uart.c.obj)
+                                        0xf22 (size before relaxing)
+ .debug_str     0x000000000001c8d1      0x73f zephyr/drivers/spi/libdrivers__spi.a(spi_nrfx_spim.c.obj)
+                                       0x1ea9 (size before relaxing)
+ .debug_str     0x000000000001d010      0x191 zephyr/drivers/spi/libdrivers__spi.a(spi_nrfx_common.c.obj)
+                                        0xb7b (size before relaxing)
+ .debug_str     0x000000000001d1a1      0x99b zephyr/drivers/timer/libdrivers__timer.a(nrf_rtc_timer.c.obj)
+                                       0x1543 (size before relaxing)
+ .debug_str     0x000000000001db3c       0x7d modules/nrf/lib/multithreading_lock/lib..__nrf__lib__multithreading_lock.a(multithreading_lock.c.obj)
+                                        0x77f (size before relaxing)
+ .debug_str     0x000000000001dbb9      0xc8e modules/nrf/subsys/bluetooth/controller/lib..__nrf__subsys__bluetooth__controller.a(hci_driver.c.obj)
+                                       0x1df6 (size before relaxing)
+ .debug_str     0x000000000001e847     0x7905 modules/nrf/subsys/bluetooth/controller/lib..__nrf__subsys__bluetooth__controller.a(hci_internal.c.obj)
+                                       0x8499 (size before relaxing)
+ .debug_str     0x000000000002614c       0x99 modules/nrf/subsys/bluetooth/controller/lib..__nrf__subsys__bluetooth__controller.a(crypto.c.obj)
+                                        0xa08 (size before relaxing)
+ .debug_str     0x00000000000261e5      0x17f modules/nrf/subsys/bluetooth/controller/lib..__nrf__subsys__bluetooth__controller.a(ecdh.c.obj)
+                                       0x1067 (size before relaxing)
+ .debug_str     0x0000000000026364      0x4cb modules/nrf/subsys/mpsl/init/lib..__nrf__subsys__mpsl__init.a(mpsl_init.c.obj)
+                                       0x174a (size before relaxing)
+ .debug_str     0x000000000002682f       0x61 modules/nrf/subsys/mpsl/fem/lib..__nrf__subsys__mpsl__fem.a(mpsl_fem_api_init.c.obj)
+                                        0x2eb (size before relaxing)
+ .debug_str     0x0000000000026890       0xb3 modules/nrf/drivers/mpsl/clock_control/lib..__nrf__drivers__mpsl__clock_control.a(nrfx_clock_mpsl.c.obj)
+                                        0x692 (size before relaxing)
+ .debug_str     0x0000000000026943      0x7c0 modules/nrf/drivers/mpsl/flash_sync/lib..__nrf__drivers__mpsl__flash_sync.a(flash_sync_mpsl.c.obj)
+                                       0x1781 (size before relaxing)
+ .debug_str     0x0000000000027103      0x143 modules/nrf/drivers/mpsl/temp_nrf5/lib..__nrf__drivers__mpsl__temp_nrf5.a(temp_nrf5_mpsl.c.obj)
+                                       0x1616 (size before relaxing)
+ .debug_str     0x0000000000027246      0x33d modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(system_nrf52833.c.obj)
+                                        0x7fa (size before relaxing)
+ .debug_str     0x0000000000027583       0x5d modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_glue.c.obj)
+                                        0x459 (size before relaxing)
+ .debug_str     0x00000000000275e0       0x9e modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_flag32_allocator.c.obj)
+                                        0x4a4 (size before relaxing)
+ .debug_str     0x000000000002767e     0x10fc modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_gpiote.c.obj)
+                                       0x26f8 (size before relaxing)
+ .debug_str     0x000000000002877a      0x494 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_nvmc.c.obj)
+                                        0xbd3 (size before relaxing)
+ .debug_str     0x0000000000028c0e      0x86b modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_spim.c.obj)
+                                       0x1cef (size before relaxing)
+ .debug_str     0x0000000000029479      0x9d3 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_twim.c.obj)
+                                       0x1eb4 (size before relaxing)
+ .debug_str     0x0000000000029e4c       0x3d modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_twi_twim.c.obj)
+                                        0x777 (size before relaxing)
+ .debug_str     0x0000000000029e89       0x23 zephyr/kernel/libkernel.a(busy_wait.c.obj)
+                                        0x26b (size before relaxing)
+ .debug_str     0x0000000000029eac       0xa0 zephyr/kernel/libkernel.a(device.c.obj)
+                                        0x32d (size before relaxing)
+ .debug_str     0x0000000000029f4c      0x233 zephyr/kernel/libkernel.a(fatal.c.obj)
+                                        0xef1 (size before relaxing)
+ .debug_str     0x000000000002a17f      0x4f8 zephyr/kernel/libkernel.a(init.c.obj)
+                                       0x1315 (size before relaxing)
+ .debug_str     0x000000000002a677       0xd9 zephyr/kernel/libkernel.a(kheap.c.obj)
+                                        0x7d1 (size before relaxing)
+ .debug_str     0x000000000002a750      0x136 zephyr/kernel/libkernel.a(mem_slab.c.obj)
+                                        0xa71 (size before relaxing)
+ .debug_str     0x000000000002a886       0x6a zephyr/kernel/libkernel.a(idle.c.obj)
+                                        0x384 (size before relaxing)
+ .debug_str     0x000000000002a8f0      0x144 zephyr/kernel/libkernel.a(mutex.c.obj)
+                                        0xbdc (size before relaxing)
+ .debug_str     0x000000000002aa34      0x309 zephyr/kernel/libkernel.a(queue.c.obj)
+                                        0xbdb (size before relaxing)
+ .debug_str     0x000000000002ad3d       0x1d zephyr/kernel/libkernel.a(sem.c.obj)
+                                        0x8b6 (size before relaxing)
+ .debug_str     0x000000000002ad5a       0x51 zephyr/kernel/libkernel.a(system_work_q.c.obj)
+                                        0x7f7 (size before relaxing)
+ .debug_str     0x000000000002adab      0x381 zephyr/kernel/libkernel.a(work.c.obj)
+                                       0x126e (size before relaxing)
+ .debug_str     0x000000000002b12c      0x1e1 zephyr/kernel/libkernel.a(thread.c.obj)
+                                        0xd8f (size before relaxing)
+ .debug_str     0x000000000002b30d      0x64d zephyr/kernel/libkernel.a(sched.c.obj)
+                                       0x1454 (size before relaxing)
+ .debug_str     0x000000000002b95a       0xae zephyr/kernel/libkernel.a(timeslicing.c.obj)
+                                        0x9d4 (size before relaxing)
+ .debug_str     0x000000000002ba08       0x90 zephyr/kernel/libkernel.a(xip.c.obj)
+                                        0x2cd (size before relaxing)
+ .debug_str     0x000000000002ba98       0xce zephyr/kernel/libkernel.a(timeout.c.obj)
+                                        0x881 (size before relaxing)
+ .debug_str     0x000000000002bb66       0x5d zephyr/kernel/libkernel.a(timer.c.obj)
+                                        0xa05 (size before relaxing)
+ .debug_str     0x000000000002bbc3      0x265 zephyr/kernel/libkernel.a(poll.c.obj)
+                                        0xf3a (size before relaxing)
+ .debug_str     0x000000000002be28       0x59 zephyr/kernel/libkernel.a(mempool.c.obj)
+                                        0x57d (size before relaxing)
+
+.debug_loc      0x0000000000000000    0x87c8a
+ *(SORT_BY_ALIGNMENT(.debug_loc))
+ .debug_loc     0x0000000000000000     0x261d app/libapp.a(main.c.obj)
+ .debug_loc     0x000000000000261d      0x261 zephyr/libzephyr.a(crc8_sw.c.obj)
+ .debug_loc     0x000000000000287e     0x32cb zephyr/libzephyr.a(heap.c.obj)
+ .debug_loc     0x0000000000005b49     0x25ca zephyr/libzephyr.a(cbprintf_packaged.c.obj)
+ .debug_loc     0x0000000000008113      0x263 zephyr/libzephyr.a(printk.c.obj)
+ .debug_loc     0x0000000000008376       0xc0 zephyr/libzephyr.a(thread_entry.c.obj)
+ .debug_loc     0x0000000000008436     0x139b zephyr/libzephyr.a(cbprintf_complete.c.obj)
+ .debug_loc     0x00000000000097d1       0x51 zephyr/libzephyr.a(assert.c.obj)
+ .debug_loc     0x0000000000009822     0x15e4 zephyr/libzephyr.a(mpsc_pbuf.c.obj)
+ .debug_loc     0x000000000000ae06     0x2057 zephyr/libzephyr.a(onoff.c.obj)
+ .debug_loc     0x000000000000ce5d      0x250 zephyr/libzephyr.a(notify.c.obj)
+ .debug_loc     0x000000000000d0ad     0x2a5d zephyr/libzephyr.a(nvs.c.obj)
+ .debug_loc     0x000000000000fb0a     0x11f6 zephyr/libzephyr.a(log_core.c.obj)
+ .debug_loc     0x0000000000010d00      0xc45 zephyr/libzephyr.a(log_mgmt.c.obj)
+ .debug_loc     0x0000000000011945     0x1114 zephyr/libzephyr.a(log_msg.c.obj)
+ .debug_loc     0x0000000000012a59     0x1718 zephyr/libzephyr.a(log_output.c.obj)
+ .debug_loc     0x0000000000014171      0x3a8 zephyr/libzephyr.a(log_backend_uart.c.obj)
+ .debug_loc     0x0000000000014519      0x88f zephyr/libzephyr.a(flash_map.c.obj)
+ .debug_loc     0x0000000000014da8      0x222 zephyr/libzephyr.a(flash_map_layout.c.obj)
+ .debug_loc     0x0000000000014fca      0x546 zephyr/libzephyr.a(settings_store.c.obj)
+ .debug_loc     0x0000000000015510      0xb9c zephyr/libzephyr.a(settings.c.obj)
+ .debug_loc     0x00000000000160ac       0x3d zephyr/libzephyr.a(settings_init.c.obj)
+ .debug_loc     0x00000000000160e9      0x7dc zephyr/libzephyr.a(settings_nvs.c.obj)
+ .debug_loc     0x00000000000168c5     0x1397 zephyr/libzephyr.a(lis2mdl_reg.c.obj)
+ .debug_loc     0x0000000000017c5c      0x205 zephyr/libzephyr.a(utils.c.obj)
+ .debug_loc     0x0000000000017e61      0x2fb zephyr/libzephyr.a(aes_encrypt.c.obj)
+ .debug_loc     0x000000000001815c      0x3b1 zephyr/libzephyr.a(cmac_mode.c.obj)
+ .debug_loc     0x000000000001850d      0xa18 zephyr/arch/arch/arm/core/libarch__arm__core.a(fatal.c.obj)
+ .debug_loc     0x0000000000018f25     0x1c3d zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(fault.c.obj)
+ .debug_loc     0x000000000001ab62      0x122 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(scb.c.obj)
+ .debug_loc     0x000000000001ac84       0x3a zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(thread_abort.c.obj)
+ .debug_loc     0x000000000001acbe       0xbc zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(swap.c.obj)
+ .debug_loc     0x000000000001ad7a      0x184 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(irq_manage.c.obj)
+ .debug_loc     0x000000000001aefe      0x165 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(thread.c.obj)
+ .debug_loc     0x000000000001b063       0x56 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(cpu_idle.c.obj)
+ .debug_loc     0x000000000001b0b9       0x6a zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(irq_init.c.obj)
+ .debug_loc     0x000000000001b123       0x3f zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(isr_wrapper.c.obj)
+ .debug_loc     0x000000000001b162      0x7a9 zephyr/lib/libc/newlib/liblib__libc__newlib.a(libc-hooks.c.obj)
+ .debug_loc     0x000000000001b90b       0x2c zephyr/lib/libc/common/liblib__libc__common.a(abort.c.obj)
+ .debug_loc     0x000000000001b937       0xd9 zephyr/soc/soc/nrf52833/libsoc__nordic.a(soc.c.obj)
+ .debug_loc     0x000000000001ba10     0x256c zephyr/subsys/lorawan/libloramac-node.a(lorawan.c.obj)
+ .debug_loc     0x000000000001df7c       0xc2 zephyr/subsys/lorawan/libloramac-node.a(lw_priv.c.obj)
+ .debug_loc     0x000000000001e03e     0x1b3d zephyr/subsys/lorawan/libloramac-node.a(lorawan_nvm_settings.c.obj)
+ .debug_loc     0x000000000001fb7b      0x171 zephyr/subsys/lorawan/libloramac-node.a(hal_common.c.obj)
+ .debug_loc     0x000000000001fcec     0x141e zephyr/subsys/lorawan/libloramac-node.a(sx12xx_common.c.obj)
+ .debug_loc     0x000000000002110a     0x175f zephyr/subsys/lorawan/libloramac-node.a(sx127x.c.obj)
+ .debug_loc     0x0000000000022869      0x45f zephyr/subsys/lorawan/libloramac-node.a(utilities.c.obj)
+ .debug_loc     0x0000000000022cc8      0xd19 zephyr/subsys/lorawan/libloramac-node.a(systime.c.obj)
+ .debug_loc     0x00000000000239e1      0x4fb zephyr/subsys/lorawan/libloramac-node.a(timer.c.obj)
+ .debug_loc     0x0000000000023edc       0x8a zephyr/subsys/lorawan/libloramac-node.a(delay.c.obj)
+ .debug_loc     0x0000000000023f66     0x1ba5 zephyr/subsys/lorawan/libloramac-node.a(sx1276.c.obj)
+ .debug_loc     0x0000000000025b0b      0x5cd zephyr/subsys/lorawan/libloramac-node.a(aes.c.obj)
+ .debug_loc     0x00000000000260d8      0x23c zephyr/subsys/lorawan/libloramac-node.a(cmac.c.obj)
+ .debug_loc     0x0000000000026314      0xc71 zephyr/subsys/lorawan/libloramac-node.a(soft-se.c.obj)
+ .debug_loc     0x0000000000026f85       0x25 zephyr/subsys/lorawan/libloramac-node.a(soft-se-hal.c.obj)
+ .debug_loc     0x0000000000026faa     0x31de zephyr/subsys/lorawan/libloramac-node.a(LoRaMac.c.obj)
+ .debug_loc     0x000000000002a188      0x1bc zephyr/subsys/lorawan/libloramac-node.a(LoRaMacAdr.c.obj)
+ .debug_loc     0x000000000002a344       0xde zephyr/subsys/lorawan/libloramac-node.a(LoRaMacClassB.c.obj)
+ .debug_loc     0x000000000002a422      0x66a zephyr/subsys/lorawan/libloramac-node.a(LoRaMacCommands.c.obj)
+ .debug_loc     0x000000000002aa8c      0x485 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacConfirmQueue.c.obj)
+ .debug_loc     0x000000000002af11     0x1f3f zephyr/subsys/lorawan/libloramac-node.a(LoRaMacCrypto.c.obj)
+ .debug_loc     0x000000000002ce50      0x210 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacParser.c.obj)
+ .debug_loc     0x000000000002d060      0x4dd zephyr/subsys/lorawan/libloramac-node.a(LoRaMacSerializer.c.obj)
+ .debug_loc     0x000000000002d53d      0xc8d zephyr/subsys/lorawan/libloramac-node.a(Region.c.obj)
+ .debug_loc     0x000000000002e1ca     0x12d1 zephyr/subsys/lorawan/libloramac-node.a(RegionCommon.c.obj)
+ .debug_loc     0x000000000002f49b      0xd78 zephyr/subsys/lorawan/libloramac-node.a(RegionEU868.c.obj)
+ .debug_loc     0x0000000000030213      0x21f zephyr/subsys/random/libsubsys__random.a(random_xoshiro128.c.obj)
+ .debug_loc     0x0000000000030432      0x236 zephyr/subsys/bluetooth/common/libsubsys__bluetooth__common.a(bt_str.c.obj)
+ .debug_loc     0x0000000000030668       0xca zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(long_wq.c.obj)
+ .debug_loc     0x0000000000030732      0x570 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(uuid.c.obj)
+ .debug_loc     0x0000000000030ca2      0x2a2 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(addr.c.obj)
+ .debug_loc     0x0000000000030f44      0x270 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(buf.c.obj)
+ .debug_loc     0x00000000000311b4      0x2fd zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(data.c.obj)
+ .debug_loc     0x00000000000314b1     0x8b5f zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+ .debug_loc     0x000000000003a010     0x1537 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(id.c.obj)
+ .debug_loc     0x000000000003b547     0x2afe zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(adv.c.obj)
+ .debug_loc     0x000000000003e045     0x5904 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(conn.c.obj)
+ .debug_loc     0x0000000000043949     0x1cfd zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(l2cap.c.obj)
+ .debug_loc     0x0000000000045646     0x7222 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(att.c.obj)
+ .debug_loc     0x000000000004c868     0x5cf7 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(gatt.c.obj)
+ .debug_loc     0x000000000005255f      0x3a2 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(smp_null.c.obj)
+ .debug_loc     0x0000000000052901     0x15a5 zephyr/subsys/net/libsubsys__net.a(buf.c.obj)
+ .debug_loc     0x0000000000053ea6     0x2866 zephyr/subsys/net/libsubsys__net.a(buf_simple.c.obj)
+ .debug_loc     0x000000000005670c     0x1ba6 zephyr/drivers/adc/libdrivers__adc.a(adc_nrfx_saadc.c.obj)
+ .debug_loc     0x00000000000582b2     0x17f8 zephyr/drivers/clock_control/libdrivers__clock_control.a(clock_control_nrf.c.obj)
+ .debug_loc     0x0000000000059aaa       0x85 zephyr/drivers/console/libdrivers__console.a(uart_console.c.obj)
+ .debug_loc     0x0000000000059b2f      0xe4f zephyr/drivers/entropy/libdrivers__entropy.a(entropy_nrf5.c.obj)
+ .debug_loc     0x000000000005a97e       0xbb zephyr/drivers/entropy/libdrivers__entropy.a(entropy_bt_hci.c.obj)
+ .debug_loc     0x000000000005aa39      0xcf0 zephyr/drivers/flash/libdrivers__flash.a(soc_flash_nrf.c.obj)
+ .debug_loc     0x000000000005b729      0x393 zephyr/drivers/flash/libdrivers__flash.a(flash_page_layout.c.obj)
+ .debug_loc     0x000000000005babc     0x185a zephyr/drivers/gpio/libdrivers__gpio.a(gpio_nrfx.c.obj)
+ .debug_loc     0x000000000005d316     0x10e1 zephyr/drivers/i2c/libdrivers__i2c.a(i2c_nrfx_twim.c.obj)
+ .debug_loc     0x000000000005e3f7       0x42 zephyr/drivers/pinctrl/libdrivers__pinctrl.a(common.c.obj)
+ .debug_loc     0x000000000005e439      0x6e4 zephyr/drivers/pinctrl/libdrivers__pinctrl.a(pinctrl_nrf.c.obj)
+ .debug_loc     0x000000000005eb1d      0x754 zephyr/drivers/sensor/bosch/bme280/libdrivers__sensor__bosch__bme280.a(bme280.c.obj)
+ .debug_loc     0x000000000005f271      0x5f3 zephyr/drivers/sensor/bosch/bme280/libdrivers__sensor__bosch__bme280.a(bme280_spi.c.obj)
+ .debug_loc     0x000000000005f864      0xdf6 zephyr/drivers/sensor/st/stmemsc/libdrivers__sensor__st__stmemsc.a(stmemsc_i2c.c.obj)
+ .debug_loc     0x000000000006065a       0x4a zephyr/drivers/sensor/st/stmemsc/libdrivers__sensor__st__stmemsc.a(stmemsc_mdelay.c.obj)
+ .debug_loc     0x00000000000606a4     0x1251 zephyr/drivers/sensor/st/lis2dh/libdrivers__sensor__st__lis2dh.a(lis2dh.c.obj)
+ .debug_loc     0x00000000000618f5      0xeea zephyr/drivers/sensor/st/lis2dh/libdrivers__sensor__st__lis2dh.a(lis2dh_i2c.c.obj)
+ .debug_loc     0x00000000000627df     0x1577 zephyr/drivers/sensor/st/lis2mdl/libdrivers__sensor__st__lis2mdl.a(lis2mdl.c.obj)
+ .debug_loc     0x0000000000063d56      0xa9d zephyr/drivers/sensor/st/lis2mdl/libdrivers__sensor__st__lis2mdl.a(lis2mdl_trigger.c.obj)
+ .debug_loc     0x00000000000647f3      0x9e6 zephyr/drivers/serial/libdrivers__serial.a(uart_nrfx_uart.c.obj)
+ .debug_loc     0x00000000000651d9     0x2c0b zephyr/drivers/spi/libdrivers__spi.a(spi_nrfx_spim.c.obj)
+ .debug_loc     0x0000000000067de4      0x37d zephyr/drivers/spi/libdrivers__spi.a(spi_nrfx_common.c.obj)
+ .debug_loc     0x0000000000068161     0x1b3b zephyr/drivers/timer/libdrivers__timer.a(nrf_rtc_timer.c.obj)
+ .debug_loc     0x0000000000069c9c       0x1a modules/nrf/lib/multithreading_lock/lib..__nrf__lib__multithreading_lock.a(multithreading_lock.c.obj)
+ .debug_loc     0x0000000000069cb6     0x13f5 modules/nrf/subsys/bluetooth/controller/lib..__nrf__subsys__bluetooth__controller.a(hci_driver.c.obj)
+ .debug_loc     0x000000000006b0ab     0x1c92 modules/nrf/subsys/bluetooth/controller/lib..__nrf__subsys__bluetooth__controller.a(hci_internal.c.obj)
+ .debug_loc     0x000000000006cd3d      0x251 modules/nrf/subsys/bluetooth/controller/lib..__nrf__subsys__bluetooth__controller.a(crypto.c.obj)
+ .debug_loc     0x000000000006cf8e      0x81f modules/nrf/subsys/bluetooth/controller/lib..__nrf__subsys__bluetooth__controller.a(ecdh.c.obj)
+ .debug_loc     0x000000000006d7ad      0x460 modules/nrf/subsys/mpsl/init/lib..__nrf__subsys__mpsl__init.a(mpsl_init.c.obj)
+ .debug_loc     0x000000000006dc0d       0xa7 modules/nrf/drivers/mpsl/clock_control/lib..__nrf__drivers__mpsl__clock_control.a(nrfx_clock_mpsl.c.obj)
+ .debug_loc     0x000000000006dcb4      0x57b modules/nrf/drivers/mpsl/flash_sync/lib..__nrf__drivers__mpsl__flash_sync.a(flash_sync_mpsl.c.obj)
+ .debug_loc     0x000000000006e22f      0x247 modules/nrf/drivers/mpsl/temp_nrf5/lib..__nrf__drivers__mpsl__temp_nrf5.a(temp_nrf5_mpsl.c.obj)
+ .debug_loc     0x000000000006e476       0xd6 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(system_nrf52833.c.obj)
+ .debug_loc     0x000000000006e54c      0x258 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_glue.c.obj)
+ .debug_loc     0x000000000006e7a4      0x221 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_flag32_allocator.c.obj)
+ .debug_loc     0x000000000006e9c5     0x3f72 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_gpiote.c.obj)
+ .debug_loc     0x0000000000072937      0xe80 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_nvmc.c.obj)
+ .debug_loc     0x00000000000737b7     0x1c7d modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_spim.c.obj)
+ .debug_loc     0x0000000000075434     0x27e2 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_twim.c.obj)
+ .debug_loc     0x0000000000077c16      0x3e5 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_twi_twim.c.obj)
+ .debug_loc     0x0000000000077ffb       0x32 zephyr/kernel/libkernel.a(busy_wait.c.obj)
+ .debug_loc     0x000000000007802d       0xd2 zephyr/kernel/libkernel.a(device.c.obj)
+ .debug_loc     0x00000000000780ff      0x916 zephyr/kernel/libkernel.a(fatal.c.obj)
+ .debug_loc     0x0000000000078a15      0x891 zephyr/kernel/libkernel.a(init.c.obj)
+ .debug_loc     0x00000000000792a6      0x4e4 zephyr/kernel/libkernel.a(kheap.c.obj)
+ .debug_loc     0x000000000007978a      0x54e zephyr/kernel/libkernel.a(mem_slab.c.obj)
+ .debug_loc     0x0000000000079cd8       0x86 zephyr/kernel/libkernel.a(idle.c.obj)
+ .debug_loc     0x0000000000079d5e      0x769 zephyr/kernel/libkernel.a(mutex.c.obj)
+ .debug_loc     0x000000000007a4c7     0x1627 zephyr/kernel/libkernel.a(queue.c.obj)
+ .debug_loc     0x000000000007baee      0x49d zephyr/kernel/libkernel.a(sem.c.obj)
+ .debug_loc     0x000000000007bf8b     0x3ab3 zephyr/kernel/libkernel.a(work.c.obj)
+ .debug_loc     0x000000000007fa3e      0x9ab zephyr/kernel/libkernel.a(thread.c.obj)
+ .debug_loc     0x00000000000803e9     0x3dba zephyr/kernel/libkernel.a(sched.c.obj)
+ .debug_loc     0x00000000000841a3      0x3fe zephyr/kernel/libkernel.a(timeslicing.c.obj)
+ .debug_loc     0x00000000000845a1      0xfa5 zephyr/kernel/libkernel.a(timeout.c.obj)
+ .debug_loc     0x0000000000085546      0x951 zephyr/kernel/libkernel.a(timer.c.obj)
+ .debug_loc     0x0000000000085e97     0x1b37 zephyr/kernel/libkernel.a(poll.c.obj)
+ .debug_loc     0x00000000000879ce      0x2bc zephyr/kernel/libkernel.a(mempool.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   0x0000000000000000    0x13ef8
+ *(SORT_BY_ALIGNMENT(.debug_ranges))
+ .debug_ranges  0x0000000000000000       0x20 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(swap_helper.S.obj)
+ .debug_ranges  0x0000000000000020       0x10 zephyr/CMakeFiles/offsets.dir/./arch/arm/core/offsets/offsets.c.obj
+ .debug_ranges  0x0000000000000030      0x638 app/libapp.a(main.c.obj)
+ .debug_ranges  0x0000000000000668       0x18 zephyr/libzephyr.a(crc8_sw.c.obj)
+ .debug_ranges  0x0000000000000680      0x550 zephyr/libzephyr.a(heap.c.obj)
+ .debug_ranges  0x0000000000000bd0      0x360 zephyr/libzephyr.a(cbprintf_packaged.c.obj)
+ .debug_ranges  0x0000000000000f30       0x68 zephyr/libzephyr.a(printk.c.obj)
+ .debug_ranges  0x0000000000000f98       0x10 zephyr/libzephyr.a(thread_entry.c.obj)
+ .debug_ranges  0x0000000000000fa8      0x1d0 zephyr/libzephyr.a(cbprintf_complete.c.obj)
+ .debug_ranges  0x0000000000001178       0x18 zephyr/libzephyr.a(assert.c.obj)
+ .debug_ranges  0x0000000000001190      0x4b0 zephyr/libzephyr.a(mpsc_pbuf.c.obj)
+ .debug_ranges  0x0000000000001640      0x420 zephyr/libzephyr.a(onoff.c.obj)
+ .debug_ranges  0x0000000000001a60       0x38 zephyr/libzephyr.a(notify.c.obj)
+ .debug_ranges  0x0000000000001a98       0x10 zephyr/libzephyr.a(configs.c.obj)
+ .debug_ranges  0x0000000000001aa8      0x420 zephyr/libzephyr.a(nvs.c.obj)
+ .debug_ranges  0x0000000000001ec8      0x4c0 zephyr/libzephyr.a(log_core.c.obj)
+ .debug_ranges  0x0000000000002388      0x310 zephyr/libzephyr.a(log_mgmt.c.obj)
+ .debug_ranges  0x0000000000002698      0x238 zephyr/libzephyr.a(log_msg.c.obj)
+ .debug_ranges  0x00000000000028d0      0x240 zephyr/libzephyr.a(log_output.c.obj)
+ .debug_ranges  0x0000000000002b10       0xa8 zephyr/libzephyr.a(log_backend_uart.c.obj)
+ .debug_ranges  0x0000000000002bb8      0x188 zephyr/libzephyr.a(flash_map.c.obj)
+ .debug_ranges  0x0000000000002d40       0x38 zephyr/libzephyr.a(flash_map_layout.c.obj)
+ .debug_ranges  0x0000000000002d78       0x90 zephyr/libzephyr.a(settings_store.c.obj)
+ .debug_ranges  0x0000000000002e08      0x238 zephyr/libzephyr.a(settings.c.obj)
+ .debug_ranges  0x0000000000003040       0x30 zephyr/libzephyr.a(settings_init.c.obj)
+ .debug_ranges  0x0000000000003070       0x48 zephyr/libzephyr.a(settings_nvs.c.obj)
+ .debug_ranges  0x00000000000030b8       0x10 zephyr/libzephyr.a(banner.c.obj)
+ .debug_ranges  0x00000000000030c8      0x1a0 zephyr/libzephyr.a(lis2mdl_reg.c.obj)
+ .debug_ranges  0x0000000000003268       0x50 zephyr/libzephyr.a(utils.c.obj)
+ .debug_ranges  0x00000000000032b8       0x38 zephyr/libzephyr.a(aes_encrypt.c.obj)
+ .debug_ranges  0x00000000000032f0       0x50 zephyr/libzephyr.a(cmac_mode.c.obj)
+ .debug_ranges  0x0000000000003340       0x98 zephyr/arch/arch/arm/core/libarch__arm__core.a(fatal.c.obj)
+ .debug_ranges  0x00000000000033d8       0x10 zephyr/arch/arch/arm/core/libarch__arm__core.a(nmi.c.obj)
+ .debug_ranges  0x00000000000033e8       0x10 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(exc_exit.c.obj)
+ .debug_ranges  0x00000000000033f8      0x438 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(fault.c.obj)
+ .debug_ranges  0x0000000000003830       0x18 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(scb.c.obj)
+ .debug_ranges  0x0000000000003848       0x10 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(thread_abort.c.obj)
+ .debug_ranges  0x0000000000003858       0x18 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(swap.c.obj)
+ .debug_ranges  0x0000000000003870       0x30 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(irq_manage.c.obj)
+ .debug_ranges  0x00000000000038a0       0x28 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(prep_c.c.obj)
+ .debug_ranges  0x00000000000038c8       0x28 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(thread.c.obj)
+ .debug_ranges  0x00000000000038f0       0x20 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(cpu_idle.c.obj)
+ .debug_ranges  0x0000000000003910       0x38 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(irq_init.c.obj)
+ .debug_ranges  0x0000000000003948       0x28 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(isr_wrapper.c.obj)
+ .debug_ranges  0x0000000000003970      0x190 zephyr/lib/libc/newlib/liblib__libc__newlib.a(libc-hooks.c.obj)
+ .debug_ranges  0x0000000000003b00       0x10 zephyr/lib/libc/common/liblib__libc__common.a(abort.c.obj)
+ .debug_ranges  0x0000000000003b10       0x18 zephyr/soc/soc/nrf52833/libsoc__nordic.a(soc.c.obj)
+ .debug_ranges  0x0000000000003b28      0x718 zephyr/subsys/lorawan/libloramac-node.a(lorawan.c.obj)
+ .debug_ranges  0x0000000000004240       0x28 zephyr/subsys/lorawan/libloramac-node.a(lw_priv.c.obj)
+ .debug_ranges  0x0000000000004268      0x3c0 zephyr/subsys/lorawan/libloramac-node.a(lorawan_nvm_settings.c.obj)
+ .debug_ranges  0x0000000000004628      0x118 zephyr/subsys/lorawan/libloramac-node.a(hal_common.c.obj)
+ .debug_ranges  0x0000000000004740      0x340 zephyr/subsys/lorawan/libloramac-node.a(sx12xx_common.c.obj)
+ .debug_ranges  0x0000000000004a80      0x3b8 zephyr/subsys/lorawan/libloramac-node.a(sx127x.c.obj)
+ .debug_ranges  0x0000000000004e38       0xd8 zephyr/subsys/lorawan/libloramac-node.a(utilities.c.obj)
+ .debug_ranges  0x0000000000004f10       0xd8 zephyr/subsys/lorawan/libloramac-node.a(systime.c.obj)
+ .debug_ranges  0x0000000000004fe8       0x90 zephyr/subsys/lorawan/libloramac-node.a(timer.c.obj)
+ .debug_ranges  0x0000000000005078       0x30 zephyr/subsys/lorawan/libloramac-node.a(delay.c.obj)
+ .debug_ranges  0x00000000000050a8      0x238 zephyr/subsys/lorawan/libloramac-node.a(sx1276.c.obj)
+ .debug_ranges  0x00000000000052e0      0x188 zephyr/subsys/lorawan/libloramac-node.a(aes.c.obj)
+ .debug_ranges  0x0000000000005468       0x98 zephyr/subsys/lorawan/libloramac-node.a(cmac.c.obj)
+ .debug_ranges  0x0000000000005500      0x120 zephyr/subsys/lorawan/libloramac-node.a(soft-se.c.obj)
+ .debug_ranges  0x0000000000005620       0x10 zephyr/subsys/lorawan/libloramac-node.a(soft-se-hal.c.obj)
+ .debug_ranges  0x0000000000005630      0x608 zephyr/subsys/lorawan/libloramac-node.a(LoRaMac.c.obj)
+ .debug_ranges  0x0000000000005c38       0x10 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacAdr.c.obj)
+ .debug_ranges  0x0000000000005c48      0x100 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacClassB.c.obj)
+ .debug_ranges  0x0000000000005d48      0x130 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacCommands.c.obj)
+ .debug_ranges  0x0000000000005e78      0x190 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacConfirmQueue.c.obj)
+ .debug_ranges  0x0000000000006008      0x2a8 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacCrypto.c.obj)
+ .debug_ranges  0x00000000000062b0       0x18 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacParser.c.obj)
+ .debug_ranges  0x00000000000062c8       0x28 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacSerializer.c.obj)
+ .debug_ranges  0x00000000000062f0       0xb8 zephyr/subsys/lorawan/libloramac-node.a(Region.c.obj)
+ .debug_ranges  0x00000000000063a8      0x2b8 zephyr/subsys/lorawan/libloramac-node.a(RegionCommon.c.obj)
+ .debug_ranges  0x0000000000006660      0x108 zephyr/subsys/lorawan/libloramac-node.a(RegionEU868.c.obj)
+ .debug_ranges  0x0000000000006768       0x80 zephyr/subsys/random/libsubsys__random.a(random_xoshiro128.c.obj)
+ .debug_ranges  0x00000000000067e8       0x68 zephyr/subsys/bluetooth/common/libsubsys__bluetooth__common.a(bt_str.c.obj)
+ .debug_ranges  0x0000000000006850       0x28 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(long_wq.c.obj)
+ .debug_ranges  0x0000000000006878       0x58 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(uuid.c.obj)
+ .debug_ranges  0x00000000000068d0       0x78 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(addr.c.obj)
+ .debug_ranges  0x0000000000006948       0x48 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(buf.c.obj)
+ .debug_ranges  0x0000000000006990       0x98 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(data.c.obj)
+ .debug_ranges  0x0000000000006a28     0x17b0 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+ .debug_ranges  0x00000000000081d8      0x2f8 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(id.c.obj)
+ .debug_ranges  0x00000000000084d0      0x520 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(adv.c.obj)
+ .debug_ranges  0x00000000000089f0      0xde0 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(conn.c.obj)
+ .debug_ranges  0x00000000000097d0      0x4e8 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(l2cap.c.obj)
+ .debug_ranges  0x0000000000009cb8      0xd98 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(att.c.obj)
+ .debug_ranges  0x000000000000aa50      0x9f0 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(gatt.c.obj)
+ .debug_ranges  0x000000000000b440       0xc8 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(smp_null.c.obj)
+ .debug_ranges  0x000000000000b508      0x258 zephyr/subsys/net/libsubsys__net.a(buf.c.obj)
+ .debug_ranges  0x000000000000b760      0xab8 zephyr/subsys/net/libsubsys__net.a(buf_simple.c.obj)
+ .debug_ranges  0x000000000000c218      0x3c0 zephyr/drivers/adc/libdrivers__adc.a(adc_nrfx_saadc.c.obj)
+ .debug_ranges  0x000000000000c5d8      0x438 zephyr/drivers/clock_control/libdrivers__clock_control.a(clock_control_nrf.c.obj)
+ .debug_ranges  0x000000000000ca10       0x38 zephyr/drivers/console/libdrivers__console.a(uart_console.c.obj)
+ .debug_ranges  0x000000000000ca48      0x268 zephyr/drivers/entropy/libdrivers__entropy.a(entropy_nrf5.c.obj)
+ .debug_ranges  0x000000000000ccb0       0x18 zephyr/drivers/entropy/libdrivers__entropy.a(entropy_bt_hci.c.obj)
+ .debug_ranges  0x000000000000ccc8      0x1c8 zephyr/drivers/flash/libdrivers__flash.a(soc_flash_nrf.c.obj)
+ .debug_ranges  0x000000000000ce90       0x48 zephyr/drivers/flash/libdrivers__flash.a(flash_page_layout.c.obj)
+ .debug_ranges  0x000000000000ced8      0x2d0 zephyr/drivers/gpio/libdrivers__gpio.a(gpio_nrfx.c.obj)
+ .debug_ranges  0x000000000000d1a8       0x10 zephyr/drivers/i2c/libdrivers__i2c.a(i2c_common.c.obj)
+ .debug_ranges  0x000000000000d1b8      0x3b8 zephyr/drivers/i2c/libdrivers__i2c.a(i2c_nrfx_twim.c.obj)
+ .debug_ranges  0x000000000000d570       0x10 zephyr/drivers/pinctrl/libdrivers__pinctrl.a(common.c.obj)
+ .debug_ranges  0x000000000000d580      0x118 zephyr/drivers/pinctrl/libdrivers__pinctrl.a(pinctrl_nrf.c.obj)
+ .debug_ranges  0x000000000000d698       0x98 zephyr/drivers/sensor/bosch/bme280/libdrivers__sensor__bosch__bme280.a(bme280.c.obj)
+ .debug_ranges  0x000000000000d730       0x98 zephyr/drivers/sensor/bosch/bme280/libdrivers__sensor__bosch__bme280.a(bme280_spi.c.obj)
+ .debug_ranges  0x000000000000d7c8      0x218 zephyr/drivers/sensor/st/stmemsc/libdrivers__sensor__st__stmemsc.a(stmemsc_i2c.c.obj)
+ .debug_ranges  0x000000000000d9e0       0x48 zephyr/drivers/sensor/st/stmemsc/libdrivers__sensor__st__stmemsc.a(stmemsc_mdelay.c.obj)
+ .debug_ranges  0x000000000000da28      0x358 zephyr/drivers/sensor/st/lis2dh/libdrivers__sensor__st__lis2dh.a(lis2dh.c.obj)
+ .debug_ranges  0x000000000000dd80      0x268 zephyr/drivers/sensor/st/lis2dh/libdrivers__sensor__st__lis2dh.a(lis2dh_i2c.c.obj)
+ .debug_ranges  0x000000000000dfe8      0x2f0 zephyr/drivers/sensor/st/lis2mdl/libdrivers__sensor__st__lis2mdl.a(lis2mdl.c.obj)
+ .debug_ranges  0x000000000000e2d8      0x138 zephyr/drivers/sensor/st/lis2mdl/libdrivers__sensor__st__lis2mdl.a(lis2mdl_trigger.c.obj)
+ .debug_ranges  0x000000000000e410      0x1a0 zephyr/drivers/serial/libdrivers__serial.a(uart_nrfx_uart.c.obj)
+ .debug_ranges  0x000000000000e5b0      0x688 zephyr/drivers/spi/libdrivers__spi.a(spi_nrfx_spim.c.obj)
+ .debug_ranges  0x000000000000ec38       0x50 zephyr/drivers/spi/libdrivers__spi.a(spi_nrfx_common.c.obj)
+ .debug_ranges  0x000000000000ec88      0x590 zephyr/drivers/timer/libdrivers__timer.a(nrf_rtc_timer.c.obj)
+ .debug_ranges  0x000000000000f218       0x30 modules/nrf/lib/multithreading_lock/lib..__nrf__lib__multithreading_lock.a(multithreading_lock.c.obj)
+ .debug_ranges  0x000000000000f248      0x328 modules/nrf/subsys/bluetooth/controller/lib..__nrf__subsys__bluetooth__controller.a(hci_driver.c.obj)
+ .debug_ranges  0x000000000000f570      0x210 modules/nrf/subsys/bluetooth/controller/lib..__nrf__subsys__bluetooth__controller.a(hci_internal.c.obj)
+ .debug_ranges  0x000000000000f780       0x68 modules/nrf/subsys/bluetooth/controller/lib..__nrf__subsys__bluetooth__controller.a(crypto.c.obj)
+ .debug_ranges  0x000000000000f7e8      0x150 modules/nrf/subsys/bluetooth/controller/lib..__nrf__subsys__bluetooth__controller.a(ecdh.c.obj)
+ .debug_ranges  0x000000000000f938      0x1a0 modules/nrf/subsys/mpsl/init/lib..__nrf__subsys__mpsl__init.a(mpsl_init.c.obj)
+ .debug_ranges  0x000000000000fad8       0x10 modules/nrf/subsys/mpsl/fem/lib..__nrf__subsys__mpsl__fem.a(mpsl_fem_api_init.c.obj)
+ .debug_ranges  0x000000000000fae8       0x38 modules/nrf/drivers/mpsl/clock_control/lib..__nrf__drivers__mpsl__clock_control.a(nrfx_clock_mpsl.c.obj)
+ .debug_ranges  0x000000000000fb20       0xa0 modules/nrf/drivers/mpsl/flash_sync/lib..__nrf__drivers__mpsl__flash_sync.a(flash_sync_mpsl.c.obj)
+ .debug_ranges  0x000000000000fbc0       0x20 modules/nrf/drivers/mpsl/temp_nrf5/lib..__nrf__drivers__mpsl__temp_nrf5.a(temp_nrf5_mpsl.c.obj)
+ .debug_ranges  0x000000000000fbe0       0x28 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(system_nrf52833.c.obj)
+ .debug_ranges  0x000000000000fc08       0x20 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_glue.c.obj)
+ .debug_ranges  0x000000000000fc28       0x58 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_flag32_allocator.c.obj)
+ .debug_ranges  0x000000000000fc80      0xb20 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_gpiote.c.obj)
+ .debug_ranges  0x00000000000107a0      0x248 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_nvmc.c.obj)
+ .debug_ranges  0x00000000000109e8      0x368 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_spim.c.obj)
+ .debug_ranges  0x0000000000010d50      0x410 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_twim.c.obj)
+ .debug_ranges  0x0000000000011160      0x178 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_twi_twim.c.obj)
+ .debug_ranges  0x00000000000112d8       0x10 zephyr/kernel/libkernel.a(busy_wait.c.obj)
+ .debug_ranges  0x00000000000112e8       0xa0 zephyr/kernel/libkernel.a(device.c.obj)
+ .debug_ranges  0x0000000000011388      0x268 zephyr/kernel/libkernel.a(fatal.c.obj)
+ .debug_ranges  0x00000000000115f0      0x2b8 zephyr/kernel/libkernel.a(init.c.obj)
+ .debug_ranges  0x00000000000118a8       0xa0 zephyr/kernel/libkernel.a(kheap.c.obj)
+ .debug_ranges  0x0000000000011948       0xe0 zephyr/kernel/libkernel.a(mem_slab.c.obj)
+ .debug_ranges  0x0000000000011a28       0x50 zephyr/kernel/libkernel.a(idle.c.obj)
+ .debug_ranges  0x0000000000011a78       0xa0 zephyr/kernel/libkernel.a(mutex.c.obj)
+ .debug_ranges  0x0000000000011b18      0x378 zephyr/kernel/libkernel.a(queue.c.obj)
+ .debug_ranges  0x0000000000011e90       0xd0 zephyr/kernel/libkernel.a(sem.c.obj)
+ .debug_ranges  0x0000000000011f60       0x10 zephyr/kernel/libkernel.a(system_work_q.c.obj)
+ .debug_ranges  0x0000000000011f70      0x748 zephyr/kernel/libkernel.a(work.c.obj)
+ .debug_ranges  0x00000000000126b8      0x1b8 zephyr/kernel/libkernel.a(thread.c.obj)
+ .debug_ranges  0x0000000000012870      0xc88 zephyr/kernel/libkernel.a(sched.c.obj)
+ .debug_ranges  0x00000000000134f8       0xa8 zephyr/kernel/libkernel.a(timeslicing.c.obj)
+ .debug_ranges  0x00000000000135a0       0x10 zephyr/kernel/libkernel.a(xip.c.obj)
+ .debug_ranges  0x00000000000135b0      0x478 zephyr/kernel/libkernel.a(timeout.c.obj)
+ .debug_ranges  0x0000000000013a28      0x158 zephyr/kernel/libkernel.a(timer.c.obj)
+ .debug_ranges  0x0000000000013b80      0x348 zephyr/kernel/libkernel.a(poll.c.obj)
+ .debug_ranges  0x0000000000013ec8       0x30 zephyr/kernel/libkernel.a(mempool.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
+                0x0000000000000000       0x2e
+ *(SORT_BY_ALIGNMENT(.ARM.attributes))
+ .ARM.attributes
+                0x0000000000000000       0x30 zephyr/CMakeFiles/zephyr_final.dir/misc/empty_file.c.obj
+ .ARM.attributes
+                0x0000000000000030       0x30 zephyr/CMakeFiles/zephyr_final.dir/isr_tables.c.obj
+ .ARM.attributes
+                0x0000000000000060       0x30 zephyr/CMakeFiles/offsets.dir/./arch/arm/core/offsets/offsets.c.obj
+ .ARM.attributes
+                0x0000000000000090       0x30 app/libapp.a(main.c.obj)
+ .ARM.attributes
+                0x00000000000000c0       0x30 zephyr/libzephyr.a(crc32c_sw.c.obj)
+ .ARM.attributes
+                0x00000000000000f0       0x30 zephyr/libzephyr.a(crc32_sw.c.obj)
+ .ARM.attributes
+                0x0000000000000120       0x30 zephyr/libzephyr.a(crc24_sw.c.obj)
+ .ARM.attributes
+                0x0000000000000150       0x30 zephyr/libzephyr.a(crc16_sw.c.obj)
+ .ARM.attributes
+                0x0000000000000180       0x30 zephyr/libzephyr.a(crc8_sw.c.obj)
+ .ARM.attributes
+                0x00000000000001b0       0x30 zephyr/libzephyr.a(crc7_sw.c.obj)
+ .ARM.attributes
+                0x00000000000001e0       0x30 zephyr/libzephyr.a(crc4_sw.c.obj)
+ .ARM.attributes
+                0x0000000000000210       0x30 zephyr/libzephyr.a(heap.c.obj)
+ .ARM.attributes
+                0x0000000000000240       0x30 zephyr/libzephyr.a(cbprintf_packaged.c.obj)
+ .ARM.attributes
+                0x0000000000000270       0x30 zephyr/libzephyr.a(printk.c.obj)
+ .ARM.attributes
+                0x00000000000002a0       0x30 zephyr/libzephyr.a(sem.c.obj)
+ .ARM.attributes
+                0x00000000000002d0       0x30 zephyr/libzephyr.a(thread_entry.c.obj)
+ .ARM.attributes
+                0x0000000000000300       0x30 zephyr/libzephyr.a(cbprintf_complete.c.obj)
+ .ARM.attributes
+                0x0000000000000330       0x30 zephyr/libzephyr.a(cbprintf.c.obj)
+ .ARM.attributes
+                0x0000000000000360       0x30 zephyr/libzephyr.a(assert.c.obj)
+ .ARM.attributes
+                0x0000000000000390       0x30 zephyr/libzephyr.a(mpsc_pbuf.c.obj)
+ .ARM.attributes
+                0x00000000000003c0       0x30 zephyr/libzephyr.a(dec.c.obj)
+ .ARM.attributes
+                0x00000000000003f0       0x30 zephyr/libzephyr.a(hex.c.obj)
+ .ARM.attributes
+                0x0000000000000420       0x30 zephyr/libzephyr.a(rb.c.obj)
+ .ARM.attributes
+                0x0000000000000450       0x30 zephyr/libzephyr.a(timeutil.c.obj)
+ .ARM.attributes
+                0x0000000000000480       0x30 zephyr/libzephyr.a(bitarray.c.obj)
+ .ARM.attributes
+                0x00000000000004b0       0x30 zephyr/libzephyr.a(onoff.c.obj)
+ .ARM.attributes
+                0x00000000000004e0       0x30 zephyr/libzephyr.a(notify.c.obj)
+ .ARM.attributes
+                0x0000000000000510       0x30 zephyr/libzephyr.a(configs.c.obj)
+ .ARM.attributes
+                0x0000000000000540       0x30 zephyr/libzephyr.a(nvs.c.obj)
+ .ARM.attributes
+                0x0000000000000570       0x30 zephyr/libzephyr.a(log_core.c.obj)
+ .ARM.attributes
+                0x00000000000005a0       0x30 zephyr/libzephyr.a(log_mgmt.c.obj)
+ .ARM.attributes
+                0x00000000000005d0       0x30 zephyr/libzephyr.a(log_cache.c.obj)
+ .ARM.attributes
+                0x0000000000000600       0x30 zephyr/libzephyr.a(log_msg.c.obj)
+ .ARM.attributes
+                0x0000000000000630       0x30 zephyr/libzephyr.a(log_output.c.obj)
+ .ARM.attributes
+                0x0000000000000660       0x30 zephyr/libzephyr.a(log_backend_uart.c.obj)
+ .ARM.attributes
+                0x0000000000000690       0x30 zephyr/libzephyr.a(flash_map.c.obj)
+ .ARM.attributes
+                0x00000000000006c0       0x30 zephyr/libzephyr.a(flash_map_default.c.obj)
+ .ARM.attributes
+                0x00000000000006f0       0x30 zephyr/libzephyr.a(flash_map_layout.c.obj)
+ .ARM.attributes
+                0x0000000000000720       0x30 zephyr/libzephyr.a(tracing_none.c.obj)
+ .ARM.attributes
+                0x0000000000000750       0x30 zephyr/libzephyr.a(addr_utils.c.obj)
+ .ARM.attributes
+                0x0000000000000780       0x30 zephyr/libzephyr.a(settings_store.c.obj)
+ .ARM.attributes
+                0x00000000000007b0       0x30 zephyr/libzephyr.a(settings.c.obj)
+ .ARM.attributes
+                0x00000000000007e0       0x30 zephyr/libzephyr.a(settings_init.c.obj)
+ .ARM.attributes
+                0x0000000000000810       0x30 zephyr/libzephyr.a(settings_line.c.obj)
+ .ARM.attributes
+                0x0000000000000840       0x30 zephyr/libzephyr.a(settings_nvs.c.obj)
+ .ARM.attributes
+                0x0000000000000870       0x30 zephyr/libzephyr.a(banner.c.obj)
+ .ARM.attributes
+                0x00000000000008a0       0x30 zephyr/libzephyr.a(host_extensions.c.obj)
+ .ARM.attributes
+                0x00000000000008d0       0x30 zephyr/libzephyr.a(lis2mdl_reg.c.obj)
+ .ARM.attributes
+                0x0000000000000900       0x30 zephyr/libzephyr.a(utils.c.obj)
+ .ARM.attributes
+                0x0000000000000930       0x30 zephyr/libzephyr.a(aes_decrypt.c.obj)
+ .ARM.attributes
+                0x0000000000000960       0x30 zephyr/libzephyr.a(aes_encrypt.c.obj)
+ .ARM.attributes
+                0x0000000000000990       0x30 zephyr/libzephyr.a(cmac_mode.c.obj)
+ .ARM.attributes
+                0x00000000000009c0       0x30 zephyr/arch/common/libarch__common.a(sw_isr_common.c.obj)
+ .ARM.attributes
+                0x00000000000009f0       0x30 zephyr/arch/arch/arm/core/libarch__arm__core.a(fatal.c.obj)
+ .ARM.attributes
+                0x0000000000000a20       0x30 zephyr/arch/arch/arm/core/libarch__arm__core.a(nmi.c.obj)
+ .ARM.attributes
+                0x0000000000000a50       0x1c zephyr/arch/arch/arm/core/libarch__arm__core.a(nmi_on_reset.S.obj)
+ .ARM.attributes
+                0x0000000000000a6c       0x30 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(exc_exit.c.obj)
+ .ARM.attributes
+                0x0000000000000a9c       0x30 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(fault.c.obj)
+ .ARM.attributes
+                0x0000000000000acc       0x1c zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(fault_s.S.obj)
+ .ARM.attributes
+                0x0000000000000ae8       0x30 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(fpu.c.obj)
+ .ARM.attributes
+                0x0000000000000b18       0x1c zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(reset.S.obj)
+ .ARM.attributes
+                0x0000000000000b34       0x30 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(scb.c.obj)
+ .ARM.attributes
+                0x0000000000000b64       0x30 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(thread_abort.c.obj)
+ .ARM.attributes
+                0x0000000000000b94       0x1e zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(vector_table.S.obj)
+ .ARM.attributes
+                0x0000000000000bb2       0x30 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(swap.c.obj)
+ .ARM.attributes
+                0x0000000000000be2       0x1c zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(swap_helper.S.obj)
+ .ARM.attributes
+                0x0000000000000bfe       0x30 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(irq_manage.c.obj)
+ .ARM.attributes
+                0x0000000000000c2e       0x30 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(prep_c.c.obj)
+ .ARM.attributes
+                0x0000000000000c5e       0x30 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(thread.c.obj)
+ .ARM.attributes
+                0x0000000000000c8e       0x30 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(cpu_idle.c.obj)
+ .ARM.attributes
+                0x0000000000000cbe       0x30 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(irq_init.c.obj)
+ .ARM.attributes
+                0x0000000000000cee       0x30 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(isr_wrapper.c.obj)
+ .ARM.attributes
+                0x0000000000000d1e       0x30 zephyr/lib/libc/newlib/liblib__libc__newlib.a(libc-hooks.c.obj)
+ .ARM.attributes
+                0x0000000000000d4e       0x30 zephyr/lib/libc/common/liblib__libc__common.a(abort.c.obj)
+ .ARM.attributes
+                0x0000000000000d7e       0x30 zephyr/soc/soc/nrf52833/libsoc__nordic.a(validate_base_addresses.c.obj)
+ .ARM.attributes
+                0x0000000000000dae       0x30 zephyr/soc/soc/nrf52833/libsoc__nordic.a(validate_binding_headers.c.obj)
+ .ARM.attributes
+                0x0000000000000dde       0x30 zephyr/soc/soc/nrf52833/libsoc__nordic.a(validate_enabled_instances.c.obj)
+ .ARM.attributes
+                0x0000000000000e0e       0x30 zephyr/soc/soc/nrf52833/libsoc__nordic.a(soc.c.obj)
+ .ARM.attributes
+                0x0000000000000e3e       0x30 zephyr/subsys/lorawan/libloramac-node.a(lorawan.c.obj)
+ .ARM.attributes
+                0x0000000000000e6e       0x30 zephyr/subsys/lorawan/libloramac-node.a(lw_priv.c.obj)
+ .ARM.attributes
+                0x0000000000000e9e       0x30 zephyr/subsys/lorawan/libloramac-node.a(lorawan_nvm_settings.c.obj)
+ .ARM.attributes
+                0x0000000000000ece       0x30 zephyr/subsys/lorawan/libloramac-node.a(hal_common.c.obj)
+ .ARM.attributes
+                0x0000000000000efe       0x30 zephyr/subsys/lorawan/libloramac-node.a(sx12xx_common.c.obj)
+ .ARM.attributes
+                0x0000000000000f2e       0x30 zephyr/subsys/lorawan/libloramac-node.a(sx127x.c.obj)
+ .ARM.attributes
+                0x0000000000000f5e       0x30 zephyr/subsys/lorawan/libloramac-node.a(utilities.c.obj)
+ .ARM.attributes
+                0x0000000000000f8e       0x30 zephyr/subsys/lorawan/libloramac-node.a(systime.c.obj)
+ .ARM.attributes
+                0x0000000000000fbe       0x30 zephyr/subsys/lorawan/libloramac-node.a(timer.c.obj)
+ .ARM.attributes
+                0x0000000000000fee       0x30 zephyr/subsys/lorawan/libloramac-node.a(delay.c.obj)
+ .ARM.attributes
+                0x000000000000101e       0x30 zephyr/subsys/lorawan/libloramac-node.a(sx1276.c.obj)
+ .ARM.attributes
+                0x000000000000104e       0x30 zephyr/subsys/lorawan/libloramac-node.a(aes.c.obj)
+ .ARM.attributes
+                0x000000000000107e       0x30 zephyr/subsys/lorawan/libloramac-node.a(cmac.c.obj)
+ .ARM.attributes
+                0x00000000000010ae       0x30 zephyr/subsys/lorawan/libloramac-node.a(soft-se.c.obj)
+ .ARM.attributes
+                0x00000000000010de       0x30 zephyr/subsys/lorawan/libloramac-node.a(soft-se-hal.c.obj)
+ .ARM.attributes
+                0x000000000000110e       0x30 zephyr/subsys/lorawan/libloramac-node.a(LoRaMac.c.obj)
+ .ARM.attributes
+                0x000000000000113e       0x30 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacAdr.c.obj)
+ .ARM.attributes
+                0x000000000000116e       0x30 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacClassB.c.obj)
+ .ARM.attributes
+                0x000000000000119e       0x30 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacCommands.c.obj)
+ .ARM.attributes
+                0x00000000000011ce       0x30 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacConfirmQueue.c.obj)
+ .ARM.attributes
+                0x00000000000011fe       0x30 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacCrypto.c.obj)
+ .ARM.attributes
+                0x000000000000122e       0x30 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacParser.c.obj)
+ .ARM.attributes
+                0x000000000000125e       0x30 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacSerializer.c.obj)
+ .ARM.attributes
+                0x000000000000128e       0x30 zephyr/subsys/lorawan/libloramac-node.a(Region.c.obj)
+ .ARM.attributes
+                0x00000000000012be       0x30 zephyr/subsys/lorawan/libloramac-node.a(RegionCommon.c.obj)
+ .ARM.attributes
+                0x00000000000012ee       0x30 zephyr/subsys/lorawan/libloramac-node.a(RegionEU868.c.obj)
+ .ARM.attributes
+                0x000000000000131e       0x30 zephyr/subsys/random/libsubsys__random.a(random_xoshiro128.c.obj)
+ .ARM.attributes
+                0x000000000000134e       0x30 zephyr/subsys/random/libsubsys__random.a(random_entropy_device.c.obj)
+ .ARM.attributes
+                0x000000000000137e       0x30 zephyr/subsys/bluetooth/common/libsubsys__bluetooth__common.a(addr.c.obj)
+ .ARM.attributes
+                0x00000000000013ae       0x30 zephyr/subsys/bluetooth/common/libsubsys__bluetooth__common.a(dummy.c.obj)
+ .ARM.attributes
+                0x00000000000013de       0x30 zephyr/subsys/bluetooth/common/libsubsys__bluetooth__common.a(bt_str.c.obj)
+ .ARM.attributes
+                0x000000000000140e       0x30 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(long_wq.c.obj)
+ .ARM.attributes
+                0x000000000000143e       0x30 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(uuid.c.obj)
+ .ARM.attributes
+                0x000000000000146e       0x30 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(addr.c.obj)
+ .ARM.attributes
+                0x000000000000149e       0x30 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(buf.c.obj)
+ .ARM.attributes
+                0x00000000000014ce       0x30 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(data.c.obj)
+ .ARM.attributes
+                0x00000000000014fe       0x30 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+ .ARM.attributes
+                0x000000000000152e       0x30 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_common.c.obj)
+ .ARM.attributes
+                0x000000000000155e       0x30 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(id.c.obj)
+ .ARM.attributes
+                0x000000000000158e       0x30 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(adv.c.obj)
+ .ARM.attributes
+                0x00000000000015be       0x30 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(conn.c.obj)
+ .ARM.attributes
+                0x00000000000015ee       0x30 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(l2cap.c.obj)
+ .ARM.attributes
+                0x000000000000161e       0x30 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(att.c.obj)
+ .ARM.attributes
+                0x000000000000164e       0x30 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(gatt.c.obj)
+ .ARM.attributes
+                0x000000000000167e       0x30 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(smp_null.c.obj)
+ .ARM.attributes
+                0x00000000000016ae       0x30 zephyr/subsys/net/libsubsys__net.a(buf.c.obj)
+ .ARM.attributes
+                0x00000000000016de       0x30 zephyr/subsys/net/libsubsys__net.a(buf_simple.c.obj)
+ .ARM.attributes
+                0x000000000000170e       0x30 zephyr/drivers/adc/libdrivers__adc.a(adc_common.c.obj)
+ .ARM.attributes
+                0x000000000000173e       0x30 zephyr/drivers/adc/libdrivers__adc.a(adc_nrfx_saadc.c.obj)
+ .ARM.attributes
+                0x000000000000176e       0x30 zephyr/drivers/clock_control/libdrivers__clock_control.a(clock_control_nrf.c.obj)
+ .ARM.attributes
+                0x000000000000179e       0x30 zephyr/drivers/console/libdrivers__console.a(uart_console.c.obj)
+ .ARM.attributes
+                0x00000000000017ce       0x30 zephyr/drivers/entropy/libdrivers__entropy.a(entropy_nrf5.c.obj)
+ .ARM.attributes
+                0x00000000000017fe       0x30 zephyr/drivers/entropy/libdrivers__entropy.a(entropy_bt_hci.c.obj)
+ .ARM.attributes
+                0x000000000000182e       0x30 zephyr/drivers/flash/libdrivers__flash.a(soc_flash_nrf.c.obj)
+ .ARM.attributes
+                0x000000000000185e       0x30 zephyr/drivers/flash/libdrivers__flash.a(flash_page_layout.c.obj)
+ .ARM.attributes
+                0x000000000000188e       0x30 zephyr/drivers/gpio/libdrivers__gpio.a(gpio_nrfx.c.obj)
+ .ARM.attributes
+                0x00000000000018be       0x30 zephyr/drivers/i2c/libdrivers__i2c.a(i2c_common.c.obj)
+ .ARM.attributes
+                0x00000000000018ee       0x30 zephyr/drivers/i2c/libdrivers__i2c.a(i2c_nrfx_twim.c.obj)
+ .ARM.attributes
+                0x000000000000191e       0x30 zephyr/drivers/pinctrl/libdrivers__pinctrl.a(common.c.obj)
+ .ARM.attributes
+                0x000000000000194e       0x30 zephyr/drivers/pinctrl/libdrivers__pinctrl.a(pinctrl_nrf.c.obj)
+ .ARM.attributes
+                0x000000000000197e       0x30 zephyr/drivers/sensor/bosch/bme280/libdrivers__sensor__bosch__bme280.a(bme280.c.obj)
+ .ARM.attributes
+                0x00000000000019ae       0x30 zephyr/drivers/sensor/bosch/bme280/libdrivers__sensor__bosch__bme280.a(bme280_spi.c.obj)
+ .ARM.attributes
+                0x00000000000019de       0x30 zephyr/drivers/sensor/bosch/bme280/libdrivers__sensor__bosch__bme280.a(bme280_i2c.c.obj)
+ .ARM.attributes
+                0x0000000000001a0e       0x30 zephyr/drivers/sensor/st/stmemsc/libdrivers__sensor__st__stmemsc.a(stmemsc_i2c.c.obj)
+ .ARM.attributes
+                0x0000000000001a3e       0x30 zephyr/drivers/sensor/st/stmemsc/libdrivers__sensor__st__stmemsc.a(stmemsc_spi.c.obj)
+ .ARM.attributes
+                0x0000000000001a6e       0x30 zephyr/drivers/sensor/st/stmemsc/libdrivers__sensor__st__stmemsc.a(stmemsc_mdelay.c.obj)
+ .ARM.attributes
+                0x0000000000001a9e       0x30 zephyr/drivers/sensor/st/lis2dh/libdrivers__sensor__st__lis2dh.a(lis2dh.c.obj)
+ .ARM.attributes
+                0x0000000000001ace       0x30 zephyr/drivers/sensor/st/lis2dh/libdrivers__sensor__st__lis2dh.a(lis2dh_i2c.c.obj)
+ .ARM.attributes
+                0x0000000000001afe       0x30 zephyr/drivers/sensor/st/lis2dh/libdrivers__sensor__st__lis2dh.a(lis2dh_spi.c.obj)
+ .ARM.attributes
+                0x0000000000001b2e       0x30 zephyr/drivers/sensor/st/lis2mdl/libdrivers__sensor__st__lis2mdl.a(lis2mdl.c.obj)
+ .ARM.attributes
+                0x0000000000001b5e       0x30 zephyr/drivers/sensor/st/lis2mdl/libdrivers__sensor__st__lis2mdl.a(lis2mdl_trigger.c.obj)
+ .ARM.attributes
+                0x0000000000001b8e       0x30 zephyr/drivers/serial/libdrivers__serial.a(uart_nrfx_uart.c.obj)
+ .ARM.attributes
+                0x0000000000001bbe       0x30 zephyr/drivers/spi/libdrivers__spi.a(spi_nrfx_spim.c.obj)
+ .ARM.attributes
+                0x0000000000001bee       0x30 zephyr/drivers/spi/libdrivers__spi.a(spi_nrfx_common.c.obj)
+ .ARM.attributes
+                0x0000000000001c1e       0x30 zephyr/drivers/timer/libdrivers__timer.a(sys_clock_init.c.obj)
+ .ARM.attributes
+                0x0000000000001c4e       0x30 zephyr/drivers/timer/libdrivers__timer.a(nrf_rtc_timer.c.obj)
+ .ARM.attributes
+                0x0000000000001c7e       0x30 modules/nrf/lib/multithreading_lock/lib..__nrf__lib__multithreading_lock.a(multithreading_lock.c.obj)
+ .ARM.attributes
+                0x0000000000001cae       0x30 modules/nrf/subsys/bluetooth/controller/lib..__nrf__subsys__bluetooth__controller.a(hci_driver.c.obj)
+ .ARM.attributes
+                0x0000000000001cde       0x30 modules/nrf/subsys/bluetooth/controller/lib..__nrf__subsys__bluetooth__controller.a(hci_internal.c.obj)
+ .ARM.attributes
+                0x0000000000001d0e       0x30 modules/nrf/subsys/bluetooth/controller/lib..__nrf__subsys__bluetooth__controller.a(crypto.c.obj)
+ .ARM.attributes
+                0x0000000000001d3e       0x30 modules/nrf/subsys/bluetooth/controller/lib..__nrf__subsys__bluetooth__controller.a(ecdh.c.obj)
+ .ARM.attributes
+                0x0000000000001d6e       0x30 modules/nrf/subsys/mpsl/init/lib..__nrf__subsys__mpsl__init.a(mpsl_init.c.obj)
+ .ARM.attributes
+                0x0000000000001d9e       0x30 modules/nrf/subsys/mpsl/fem/lib..__nrf__subsys__mpsl__fem.a(mpsl_fem_api_init.c.obj)
+ .ARM.attributes
+                0x0000000000001dce       0x30 modules/nrf/drivers/mpsl/clock_control/lib..__nrf__drivers__mpsl__clock_control.a(nrfx_clock_mpsl.c.obj)
+ .ARM.attributes
+                0x0000000000001dfe       0x30 modules/nrf/drivers/mpsl/flash_sync/lib..__nrf__drivers__mpsl__flash_sync.a(flash_sync_mpsl.c.obj)
+ .ARM.attributes
+                0x0000000000001e2e       0x30 modules/nrf/drivers/mpsl/temp_nrf5/lib..__nrf__drivers__mpsl__temp_nrf5.a(temp_nrf5_mpsl.c.obj)
+ .ARM.attributes
+                0x0000000000001e5e       0x30 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(system_nrf52833.c.obj)
+ .ARM.attributes
+                0x0000000000001e8e       0x30 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_glue.c.obj)
+ .ARM.attributes
+                0x0000000000001ebe       0x30 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_flag32_allocator.c.obj)
+ .ARM.attributes
+                0x0000000000001eee       0x30 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_gpiote.c.obj)
+ .ARM.attributes
+                0x0000000000001f1e       0x30 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_nvmc.c.obj)
+ .ARM.attributes
+                0x0000000000001f4e       0x30 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_spim.c.obj)
+ .ARM.attributes
+                0x0000000000001f7e       0x30 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_twim.c.obj)
+ .ARM.attributes
+                0x0000000000001fae       0x30 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_twi_twim.c.obj)
+ .ARM.attributes
+                0x0000000000001fde       0x30 zephyr/kernel/libkernel.a(busy_wait.c.obj)
+ .ARM.attributes
+                0x000000000000200e       0x30 zephyr/kernel/libkernel.a(device.c.obj)
+ .ARM.attributes
+                0x000000000000203e       0x30 zephyr/kernel/libkernel.a(errno.c.obj)
+ .ARM.attributes
+                0x000000000000206e       0x30 zephyr/kernel/libkernel.a(fatal.c.obj)
+ .ARM.attributes
+                0x000000000000209e       0x30 zephyr/kernel/libkernel.a(init.c.obj)
+ .ARM.attributes
+                0x00000000000020ce       0x30 zephyr/kernel/libkernel.a(kheap.c.obj)
+ .ARM.attributes
+                0x00000000000020fe       0x30 zephyr/kernel/libkernel.a(mem_slab.c.obj)
+ .ARM.attributes
+                0x000000000000212e       0x30 zephyr/kernel/libkernel.a(idle.c.obj)
+ .ARM.attributes
+                0x000000000000215e       0x30 zephyr/kernel/libkernel.a(mutex.c.obj)
+ .ARM.attributes
+                0x000000000000218e       0x30 zephyr/kernel/libkernel.a(queue.c.obj)
+ .ARM.attributes
+                0x00000000000021be       0x30 zephyr/kernel/libkernel.a(sem.c.obj)
+ .ARM.attributes
+                0x00000000000021ee       0x30 zephyr/kernel/libkernel.a(system_work_q.c.obj)
+ .ARM.attributes
+                0x000000000000221e       0x30 zephyr/kernel/libkernel.a(work.c.obj)
+ .ARM.attributes
+                0x000000000000224e       0x30 zephyr/kernel/libkernel.a(thread.c.obj)
+ .ARM.attributes
+                0x000000000000227e       0x30 zephyr/kernel/libkernel.a(sched.c.obj)
+ .ARM.attributes
+                0x00000000000022ae       0x30 zephyr/kernel/libkernel.a(timeslicing.c.obj)
+ .ARM.attributes
+                0x00000000000022de       0x30 zephyr/kernel/libkernel.a(xip.c.obj)
+ .ARM.attributes
+                0x000000000000230e       0x30 zephyr/kernel/libkernel.a(timeout.c.obj)
+ .ARM.attributes
+                0x000000000000233e       0x30 zephyr/kernel/libkernel.a(timer.c.obj)
+ .ARM.attributes
+                0x000000000000236e       0x30 zephyr/kernel/libkernel.a(poll.c.obj)
+ .ARM.attributes
+                0x000000000000239e       0x30 zephyr/kernel/libkernel.a(mempool.c.obj)
+ .ARM.attributes
+                0x00000000000023ce       0x1e /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/thumb/v7e-m/nofp/libgcc.a(_arm_muldf3.o)
+ .ARM.attributes
+                0x00000000000023ec       0x1e /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/thumb/v7e-m/nofp/libgcc.a(_arm_mulsf3.o)
+ .ARM.attributes
+                0x000000000000240a       0x1e /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/thumb/v7e-m/nofp/libgcc.a(_arm_addsubdf3.o)
+ .ARM.attributes
+                0x0000000000002428       0x1e /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/thumb/v7e-m/nofp/libgcc.a(_arm_muldivdf3.o)
+ .ARM.attributes
+                0x0000000000002446       0x1e /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/thumb/v7e-m/nofp/libgcc.a(_arm_cmpdf2.o)
+ .ARM.attributes
+                0x0000000000002464       0x1e /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/thumb/v7e-m/nofp/libgcc.a(_arm_truncdfsf2.o)
+ .ARM.attributes
+                0x0000000000002482       0x1e /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/thumb/v7e-m/nofp/libgcc.a(_arm_addsubsf3.o)
+ .ARM.attributes
+                0x00000000000024a0       0x1e /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/thumb/v7e-m/nofp/libgcc.a(_arm_cmpsf2.o)
+ .ARM.attributes
+                0x00000000000024be       0x1e /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/thumb/v7e-m/nofp/libgcc.a(_arm_fixsfsi.o)
+ .ARM.attributes
+                0x00000000000024dc       0x1e /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/thumb/v7e-m/nofp/libgcc.a(_arm_fixunssfsi.o)
+ .ARM.attributes
+                0x00000000000024fa       0x1e /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/thumb/v7e-m/nofp/libgcc.a(_aeabi_ldivmod.o)
+ .ARM.attributes
+                0x0000000000002518       0x1e /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/thumb/v7e-m/nofp/libgcc.a(_aeabi_uldivmod.o)
+ .ARM.attributes
+                0x0000000000002536       0x2e /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/thumb/v7e-m/nofp/libgcc.a(_popcountsi2.o)
+ .ARM.attributes
+                0x0000000000002564       0x2e /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/thumb/v7e-m/nofp/libgcc.a(_fixdfdi.o)
+ .ARM.attributes
+                0x0000000000002592       0x2e /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/thumb/v7e-m/nofp/libgcc.a(_fixunsdfdi.o)
+ .ARM.attributes
+                0x00000000000025c0       0x2e /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/thumb/v7e-m/nofp/libgcc.a(_udivmoddi4.o)
+ .ARM.attributes
+                0x00000000000025ee       0x1e /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/thumb/v7e-m/nofp/libgcc.a(_dvmd_tls.o)
+ .ARM.attributes
+                0x000000000000260c       0x1e /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/thumb/v7e-m/nofp/libgcc.a(_arm_fixunsdfsi.o)
+ .ARM.attributes
+                0x000000000000262a       0x2e /opt/ncs/nrfxlib/crypto/nrf_oberon/lib/cortex-m4/soft-float/liboberon_3.0.15.a(ocrypto_ecdh_p256.c.obj)
+ .ARM.attributes
+                0x0000000000002658       0x2e /opt/ncs/nrfxlib/crypto/nrf_oberon/lib/cortex-m4/soft-float/liboberon_3.0.15.a(ocrypto_sc_p256.c.obj)
+ .ARM.attributes
+                0x0000000000002686       0x21 /opt/ncs/nrfxlib/crypto/nrf_oberon/lib/cortex-m4/soft-float/liboberon_3.0.15.a(ocrypto_bigint256.s.obj)
+ .ARM.attributes
+                0x00000000000026a7       0x2e /opt/ncs/nrfxlib/crypto/nrf_oberon/lib/cortex-m4/soft-float/liboberon_3.0.15.a(ocrypto_curve_p256.c.obj)
+ .ARM.attributes
+                0x00000000000026d5       0x2e /opt/ncs/nrfxlib/crypto/nrf_oberon/lib/cortex-m4/soft-float/liboberon_3.0.15.a(ocrypto_mod_p256.c.obj)
+ .ARM.attributes
+                0x0000000000002703       0x21 /opt/ncs/nrfxlib/crypto/nrf_oberon/lib/cortex-m4/soft-float/liboberon_3.0.15.a(ocrypto_constant_time.s.obj)
+ .ARM.attributes
+                0x0000000000002724       0x21 /opt/ncs/nrfxlib/crypto/nrf_oberon/lib/cortex-m4/soft-float/liboberon_3.0.15.a(ocrypto_mod_p256_base.s.obj)
+ .ARM.attributes
+                0x0000000000002745       0x2e /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libm_nano.a(lib_a-sf_floor.o)
+ .ARM.attributes
+                0x0000000000002773       0x2e /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-ctype_.o)
+ .ARM.attributes
+                0x00000000000027a1       0x2e /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-malloc.o)
+ .ARM.attributes
+                0x00000000000027cf       0x1c /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-memchr.o)
+ .ARM.attributes
+                0x00000000000027eb       0x2e /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-memcmp.o)
+ .ARM.attributes
+                0x0000000000002819       0x2e /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-memcpy-stub.o)
+ .ARM.attributes
+                0x0000000000002847       0x2e /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-memset.o)
+ .ARM.attributes
+                0x0000000000002875       0x2e /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-nano-freer.o)
+ .ARM.attributes
+                0x00000000000028a3       0x2e /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-nano-mallocr.o)
+ .ARM.attributes
+                0x00000000000028d1       0x2e /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-nano-vfprintf_float.o)
+ .ARM.attributes
+                0x00000000000028ff       0x2e /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-nano-vfprintf_i.o)
+ .ARM.attributes
+                0x000000000000292d       0x2e /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-sbrkr.o)
+ .ARM.attributes
+                0x000000000000295b       0x1c /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-strcmp.o)
+ .ARM.attributes
+                0x0000000000002977       0x2e /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-strcpy.o)
+ .ARM.attributes
+                0x00000000000029a5       0x17 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-strlen.o)
+ .ARM.attributes
+                0x00000000000029bc       0x2e /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-strnlen.o)
+ .ARM.attributes
+                0x00000000000029ea       0x2e /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-dtoa.o)
+ .ARM.attributes
+                0x0000000000002a18       0x2e /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-impure.o)
+ .ARM.attributes
+                0x0000000000002a46       0x2e /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-localeconv.o)
+ .ARM.attributes
+                0x0000000000002a74       0x2e /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-mlock.o)
+ .ARM.attributes
+                0x0000000000002aa2       0x2e /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-mprec.o)
+ .ARM.attributes
+                0x0000000000002ad0       0x2e /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-nano-callocr.o)
+ .ARM.attributes
+                0x0000000000002afe       0x2e /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-reent.o)
+ .ARM.attributes
+                0x0000000000002b2c       0x2e /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-assert.o)
+ .ARM.attributes
+                0x0000000000002b5a       0x2e /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-fprintf.o)
+ .ARM.attributes
+                0x0000000000002b88       0x2e /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-locale.o)
+ .ARM.attributes
+                0x0000000000002bb6       0x2e /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-mbtowc_r.o)
+ .ARM.attributes
+                0x0000000000002be4       0x2e /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-nano-vfprintf.o)
+ .ARM.attributes
+                0x0000000000002c12       0x2e /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-wbuf.o)
+ .ARM.attributes
+                0x0000000000002c40       0x2e /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-wctomb_r.o)
+ .ARM.attributes
+                0x0000000000002c6e       0x2e /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-wsetup.o)
+ .ARM.attributes
+                0x0000000000002c9c       0x2e /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-fflush.o)
+ .ARM.attributes
+                0x0000000000002cca       0x2e /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-findfp.o)
+ .ARM.attributes
+                0x0000000000002cf8       0x2e /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-fvwrite.o)
+ .ARM.attributes
+                0x0000000000002d26       0x2e /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-fwalk.o)
+ .ARM.attributes
+                0x0000000000002d54       0x2e /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-makebuf.o)
+ .ARM.attributes
+                0x0000000000002d82       0x2e /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-memmove.o)
+ .ARM.attributes
+                0x0000000000002db0       0x2e /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-nano-reallocr.o)
+ .ARM.attributes
+                0x0000000000002dde       0x2e /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-stdio.o)
+ .ARM.attributes
+                0x0000000000002e0c       0x2e /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-writer.o)
+ .ARM.attributes
+                0x0000000000002e3a       0x2e /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-closer.o)
+ .ARM.attributes
+                0x0000000000002e68       0x2e /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-fstatr.o)
+ .ARM.attributes
+                0x0000000000002e96       0x2e /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-isattyr.o)
+ .ARM.attributes
+                0x0000000000002ec4       0x2e /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-lseekr.o)
+ .ARM.attributes
+                0x0000000000002ef2       0x2e /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-nano-msizer.o)
+ .ARM.attributes
+                0x0000000000002f20       0x2e /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-readr.o)
+ .ARM.attributes
+                0x0000000000002f4e       0x1e /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/thumb/v7e-m/nofp/libgcc.a(_arm_unorddf2.o)
+ .ARM.attributes
+                0x0000000000002f6c       0x1e /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/thumb/v7e-m/nofp/libgcc.a(_arm_fixdfsi.o)
+ .ARM.attributes
+                0x0000000000002f8a       0x2e /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .ARM.attributes
+                0x0000000000002fb8       0x2e /opt/ncs/nrfxlib/mpsl/fem/common/lib/cortex-m4/soft-float/libmpsl_fem_common.a(libmpsl_fem_common_debug_soft__obfuscated.elf)
+ .ARM.attributes
+                0x0000000000002fe6       0x2e /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ *(SORT_BY_ALIGNMENT(.gnu.attributes))
+
+.last_section   0x0000000000035928        0x4
+                0x0000000000035928        0x4 LONG 0xe015e015
+                0x000000000003592c                _flash_used = ((LOADADDR (.last_section) + SIZEOF (.last_section)) - __rom_region_start)
+OUTPUT(zephyr/zephyr.elf elf32-littlearm)
+LOAD linker stubs
diff --git a/build/zephyr/zephyr.stat b/build/zephyr/zephyr.stat
new file mode 100644
index 0000000000000000000000000000000000000000..5a40191f58d535fac1c974d6e9118414d6197ce2
--- /dev/null
+++ b/build/zephyr/zephyr.stat
@@ -0,0 +1,84 @@
+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:               0x14ac9
+  Start of program headers:          52 (bytes into file)
+  Start of section headers:          4226516 (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:         5
+  Size of section headers:           40 (bytes)
+  Number of section headers:         40
+  Section header string table index: 39
+
+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        00000000 0000e0 000100 00 WAX  0   0  4
+  [ 2] text              PROGBITS        00000100 0001e0 02fe34 00  AX  0   0 16
+  [ 3] .ARM.exidx        ARM_EXIDX       0002ff34 030014 000008 00  AL  2   0  4
+  [ 4] initlevel         PROGBITS        0002ff3c 03001c 0000f0 00   A  0   0  4
+  [ 5] device_area       PROGBITS        0003002c 03010c 00012c 00   A  0   0  4
+  [ 6] sw_isr_table      PROGBITS        00030158 030238 000180 00  WA  0   0  4
+  [ 7] bt_l2cap_fix[...] PROGBITS        000302d8 0303b8 000024 00   A  0   0  4
+  [ 8] bt_gatt_serv[...] PROGBITS        000302fc 0303dc 000010 00   A  0   0  4
+  [ 9] log_const_area    PROGBITS        0003030c 0303ec 000138 00   A  0   0  4
+  [10] log_backend_area  PROGBITS        00030444 030524 000010 00   A  0   0  4
+  [11] settings_han[...] PROGBITS        00030454 030534 000014 00   A  0   0  4
+  [12] rodata            PROGBITS        00030470 030550 00487c 00   A  0   0 16
+  [13] .ramfunc          PROGBITS        20000000 035a10 000000 00   W  0   0  1
+  [14] datas             PROGBITS        20000000 034dd0 00092a 00  WA  0   0  8
+  [15] device_states     PROGBITS        2000092a 0356fa 00001e 00  WA  0   0  1
+  [16] log_mpsc_pbu[...] PROGBITS        20000948 035718 000040 00  WA  0   0  4
+  [17] log_msg_ptr_area  PROGBITS        20000988 035758 000004 00  WA  0   0  4
+  [18] k_timer_area      PROGBITS        20000990 035760 000038 00  WA  0   0  8
+  [19] k_mem_slab_area   PROGBITS        200009c8 035798 000054 00  WA  0   0  4
+  [20] k_mutex_area      PROGBITS        20000a1c 0357ec 00008c 00  WA  0   0  4
+  [21] k_sem_area        PROGBITS        20000aa8 035878 000048 00  WA  0   0  4
+  [22] k_fifo_area       PROGBITS        20000af0 0358c0 000018 00  WA  0   0  4
+  [23] net_buf_pool_area PROGBITS        20000b08 0358d8 000134 00  WA  0   0  4
+  [24] bss               NOBITS          20000c40 035a10 003688 00  WA  0   0  8
+  [25] noinit            NOBITS          200042c8 035a10 002df8 00  WA  0   0  8
+  [26] .comment          PROGBITS        00000000 035a10 000040 01  MS  0   0  1
+  [27] .debug_aranges    PROGBITS        00000000 035a50 0044a8 00      0   0  8
+  [28] .debug_info       PROGBITS        00000000 039ef8 2317cc 00      0   0  1
+  [29] .debug_abbrev     PROGBITS        00000000 26b6c4 026715 00      0   0  1
+  [30] .debug_line       PROGBITS        00000000 291dd9 067ef0 00      0   0  1
+  [31] .debug_frame      PROGBITS        00000000 2f9ccc 00d024 00      0   0  4
+  [32] .debug_str        PROGBITS        00000000 306cf0 02be81 01  MS  0   0  1
+  [33] .debug_loc        PROGBITS        00000000 332b71 087c8a 00      0   0  1
+  [34] .debug_ranges     PROGBITS        00000000 3ba800 013ef8 00      0   0  8
+  [35] .ARM.attributes   ARM_ATTRIBUTES  00000000 3ce6f8 00002e 00      0   0  1
+  [36] .last_section     PROGBITS        00035928 035a0c 000004 00   A  0   0  1
+  [37] .symtab           SYMTAB          00000000 3ce728 0207b0 10     38 5547  4
+  [38] .strtab           STRTAB          00000000 3eeed8 018cfc 00      0   0  1
+  [39] .shstrtab         STRTAB          00000000 407bd4 0001fd 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
+  EXIDX          0x030014 0x0002ff34 0x0002ff34 0x00008 0x00008 R   0x4
+  LOAD           0x0000e0 0x00000000 0x00000000 0x34cec 0x34cec RWE 0x10
+  LOAD           0x034dd0 0x20000000 0x00034cec 0x00c3c 0x00c3c RW  0x8
+  LOAD           0x035a0c 0x00035928 0x00035928 0x00004 0x00004 R   0x1
+  LOAD           0x000000 0x20000c40 0x20000c40 0x00000 0x06480 RW  0x8
+
+ Section to Segment mapping:
+  Segment Sections...
+   00     .ARM.exidx 
+   01     rom_start text .ARM.exidx initlevel device_area sw_isr_table bt_l2cap_fixed_chan_area bt_gatt_service_static_area log_const_area log_backend_area settings_handler_static_area rodata 
+   02     datas device_states log_mpsc_pbuf_area log_msg_ptr_area k_timer_area k_mem_slab_area k_mutex_area k_sem_area k_fifo_area net_buf_pool_area 
+   03     .last_section 
+   04     bss noinit 
diff --git a/build/zephyr/zephyr_final.map b/build/zephyr/zephyr_final.map
new file mode 100644
index 0000000000000000000000000000000000000000..e43a3a5933d7a9eaa1d4190938d27c50f4d2ece7
--- /dev/null
+++ b/build/zephyr/zephyr_final.map
@@ -0,0 +1,13037 @@
+Archive member included to satisfy reference by file (symbol)
+
+app/libapp.a(main.c.obj)      (--whole-archive)
+zephyr/libzephyr.a(crc32c_sw.c.obj)
+                              (--whole-archive)
+zephyr/libzephyr.a(crc32_sw.c.obj)
+                              (--whole-archive)
+zephyr/libzephyr.a(crc24_sw.c.obj)
+                              (--whole-archive)
+zephyr/libzephyr.a(crc16_sw.c.obj)
+                              (--whole-archive)
+zephyr/libzephyr.a(crc8_sw.c.obj)
+                              (--whole-archive)
+zephyr/libzephyr.a(crc7_sw.c.obj)
+                              (--whole-archive)
+zephyr/libzephyr.a(crc4_sw.c.obj)
+                              (--whole-archive)
+zephyr/libzephyr.a(heap.c.obj)
+                              (--whole-archive)
+zephyr/libzephyr.a(cbprintf_packaged.c.obj)
+                              (--whole-archive)
+zephyr/libzephyr.a(printk.c.obj)
+                              (--whole-archive)
+zephyr/libzephyr.a(sem.c.obj)
+                              (--whole-archive)
+zephyr/libzephyr.a(thread_entry.c.obj)
+                              (--whole-archive)
+zephyr/libzephyr.a(cbprintf_complete.c.obj)
+                              (--whole-archive)
+zephyr/libzephyr.a(cbprintf.c.obj)
+                              (--whole-archive)
+zephyr/libzephyr.a(assert.c.obj)
+                              (--whole-archive)
+zephyr/libzephyr.a(mpsc_pbuf.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(timeutil.c.obj)
+                              (--whole-archive)
+zephyr/libzephyr.a(bitarray.c.obj)
+                              (--whole-archive)
+zephyr/libzephyr.a(onoff.c.obj)
+                              (--whole-archive)
+zephyr/libzephyr.a(notify.c.obj)
+                              (--whole-archive)
+zephyr/libzephyr.a(configs.c.obj)
+                              (--whole-archive)
+zephyr/libzephyr.a(nvs.c.obj)
+                              (--whole-archive)
+zephyr/libzephyr.a(log_core.c.obj)
+                              (--whole-archive)
+zephyr/libzephyr.a(log_mgmt.c.obj)
+                              (--whole-archive)
+zephyr/libzephyr.a(log_cache.c.obj)
+                              (--whole-archive)
+zephyr/libzephyr.a(log_msg.c.obj)
+                              (--whole-archive)
+zephyr/libzephyr.a(log_output.c.obj)
+                              (--whole-archive)
+zephyr/libzephyr.a(log_backend_uart.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(addr_utils.c.obj)
+                              (--whole-archive)
+zephyr/libzephyr.a(settings_store.c.obj)
+                              (--whole-archive)
+zephyr/libzephyr.a(settings.c.obj)
+                              (--whole-archive)
+zephyr/libzephyr.a(settings_init.c.obj)
+                              (--whole-archive)
+zephyr/libzephyr.a(settings_line.c.obj)
+                              (--whole-archive)
+zephyr/libzephyr.a(settings_nvs.c.obj)
+                              (--whole-archive)
+zephyr/libzephyr.a(banner.c.obj)
+                              (--whole-archive)
+zephyr/libzephyr.a(host_extensions.c.obj)
+                              (--whole-archive)
+zephyr/libzephyr.a(lis2mdl_reg.c.obj)
+                              (--whole-archive)
+zephyr/libzephyr.a(utils.c.obj)
+                              (--whole-archive)
+zephyr/libzephyr.a(aes_decrypt.c.obj)
+                              (--whole-archive)
+zephyr/libzephyr.a(aes_encrypt.c.obj)
+                              (--whole-archive)
+zephyr/libzephyr.a(cmac_mode.c.obj)
+                              (--whole-archive)
+zephyr/arch/common/libarch__common.a(sw_isr_common.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/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(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(thread_abort.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(swap.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_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(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/lib/libc/newlib/liblib__libc__newlib.a(libc-hooks.c.obj)
+                              (--whole-archive)
+zephyr/lib/libc/common/liblib__libc__common.a(abort.c.obj)
+                              (--whole-archive)
+zephyr/soc/soc/nrf52833/libsoc__nordic.a(validate_base_addresses.c.obj)
+                              (--whole-archive)
+zephyr/soc/soc/nrf52833/libsoc__nordic.a(validate_binding_headers.c.obj)
+                              (--whole-archive)
+zephyr/soc/soc/nrf52833/libsoc__nordic.a(validate_enabled_instances.c.obj)
+                              (--whole-archive)
+zephyr/soc/soc/nrf52833/libsoc__nordic.a(soc.c.obj)
+                              (--whole-archive)
+zephyr/subsys/lorawan/libloramac-node.a(lorawan.c.obj)
+                              (--whole-archive)
+zephyr/subsys/lorawan/libloramac-node.a(lw_priv.c.obj)
+                              (--whole-archive)
+zephyr/subsys/lorawan/libloramac-node.a(lorawan_nvm_settings.c.obj)
+                              (--whole-archive)
+zephyr/subsys/lorawan/libloramac-node.a(hal_common.c.obj)
+                              (--whole-archive)
+zephyr/subsys/lorawan/libloramac-node.a(sx12xx_common.c.obj)
+                              (--whole-archive)
+zephyr/subsys/lorawan/libloramac-node.a(sx127x.c.obj)
+                              (--whole-archive)
+zephyr/subsys/lorawan/libloramac-node.a(utilities.c.obj)
+                              (--whole-archive)
+zephyr/subsys/lorawan/libloramac-node.a(systime.c.obj)
+                              (--whole-archive)
+zephyr/subsys/lorawan/libloramac-node.a(timer.c.obj)
+                              (--whole-archive)
+zephyr/subsys/lorawan/libloramac-node.a(delay.c.obj)
+                              (--whole-archive)
+zephyr/subsys/lorawan/libloramac-node.a(sx1276.c.obj)
+                              (--whole-archive)
+zephyr/subsys/lorawan/libloramac-node.a(aes.c.obj)
+                              (--whole-archive)
+zephyr/subsys/lorawan/libloramac-node.a(cmac.c.obj)
+                              (--whole-archive)
+zephyr/subsys/lorawan/libloramac-node.a(soft-se.c.obj)
+                              (--whole-archive)
+zephyr/subsys/lorawan/libloramac-node.a(soft-se-hal.c.obj)
+                              (--whole-archive)
+zephyr/subsys/lorawan/libloramac-node.a(LoRaMac.c.obj)
+                              (--whole-archive)
+zephyr/subsys/lorawan/libloramac-node.a(LoRaMacAdr.c.obj)
+                              (--whole-archive)
+zephyr/subsys/lorawan/libloramac-node.a(LoRaMacClassB.c.obj)
+                              (--whole-archive)
+zephyr/subsys/lorawan/libloramac-node.a(LoRaMacCommands.c.obj)
+                              (--whole-archive)
+zephyr/subsys/lorawan/libloramac-node.a(LoRaMacConfirmQueue.c.obj)
+                              (--whole-archive)
+zephyr/subsys/lorawan/libloramac-node.a(LoRaMacCrypto.c.obj)
+                              (--whole-archive)
+zephyr/subsys/lorawan/libloramac-node.a(LoRaMacParser.c.obj)
+                              (--whole-archive)
+zephyr/subsys/lorawan/libloramac-node.a(LoRaMacSerializer.c.obj)
+                              (--whole-archive)
+zephyr/subsys/lorawan/libloramac-node.a(Region.c.obj)
+                              (--whole-archive)
+zephyr/subsys/lorawan/libloramac-node.a(RegionCommon.c.obj)
+                              (--whole-archive)
+zephyr/subsys/lorawan/libloramac-node.a(RegionEU868.c.obj)
+                              (--whole-archive)
+zephyr/subsys/random/libsubsys__random.a(random_xoshiro128.c.obj)
+                              (--whole-archive)
+zephyr/subsys/random/libsubsys__random.a(random_entropy_device.c.obj)
+                              (--whole-archive)
+zephyr/subsys/bluetooth/common/libsubsys__bluetooth__common.a(addr.c.obj)
+                              (--whole-archive)
+zephyr/subsys/bluetooth/common/libsubsys__bluetooth__common.a(dummy.c.obj)
+                              (--whole-archive)
+zephyr/subsys/bluetooth/common/libsubsys__bluetooth__common.a(bt_str.c.obj)
+                              (--whole-archive)
+zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(long_wq.c.obj)
+                              (--whole-archive)
+zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(uuid.c.obj)
+                              (--whole-archive)
+zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(addr.c.obj)
+                              (--whole-archive)
+zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(buf.c.obj)
+                              (--whole-archive)
+zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(data.c.obj)
+                              (--whole-archive)
+zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+                              (--whole-archive)
+zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_common.c.obj)
+                              (--whole-archive)
+zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(id.c.obj)
+                              (--whole-archive)
+zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(adv.c.obj)
+                              (--whole-archive)
+zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(conn.c.obj)
+                              (--whole-archive)
+zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(l2cap.c.obj)
+                              (--whole-archive)
+zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(att.c.obj)
+                              (--whole-archive)
+zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(gatt.c.obj)
+                              (--whole-archive)
+zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(smp_null.c.obj)
+                              (--whole-archive)
+zephyr/subsys/net/libsubsys__net.a(buf.c.obj)
+                              (--whole-archive)
+zephyr/subsys/net/libsubsys__net.a(buf_simple.c.obj)
+                              (--whole-archive)
+zephyr/drivers/adc/libdrivers__adc.a(adc_common.c.obj)
+                              (--whole-archive)
+zephyr/drivers/adc/libdrivers__adc.a(adc_nrfx_saadc.c.obj)
+                              (--whole-archive)
+zephyr/drivers/clock_control/libdrivers__clock_control.a(clock_control_nrf.c.obj)
+                              (--whole-archive)
+zephyr/drivers/console/libdrivers__console.a(uart_console.c.obj)
+                              (--whole-archive)
+zephyr/drivers/entropy/libdrivers__entropy.a(entropy_nrf5.c.obj)
+                              (--whole-archive)
+zephyr/drivers/entropy/libdrivers__entropy.a(entropy_bt_hci.c.obj)
+                              (--whole-archive)
+zephyr/drivers/flash/libdrivers__flash.a(soc_flash_nrf.c.obj)
+                              (--whole-archive)
+zephyr/drivers/flash/libdrivers__flash.a(flash_page_layout.c.obj)
+                              (--whole-archive)
+zephyr/drivers/gpio/libdrivers__gpio.a(gpio_nrfx.c.obj)
+                              (--whole-archive)
+zephyr/drivers/i2c/libdrivers__i2c.a(i2c_common.c.obj)
+                              (--whole-archive)
+zephyr/drivers/i2c/libdrivers__i2c.a(i2c_nrfx_twim.c.obj)
+                              (--whole-archive)
+zephyr/drivers/pinctrl/libdrivers__pinctrl.a(common.c.obj)
+                              (--whole-archive)
+zephyr/drivers/pinctrl/libdrivers__pinctrl.a(pinctrl_nrf.c.obj)
+                              (--whole-archive)
+zephyr/drivers/sensor/bosch/bme280/libdrivers__sensor__bosch__bme280.a(bme280.c.obj)
+                              (--whole-archive)
+zephyr/drivers/sensor/bosch/bme280/libdrivers__sensor__bosch__bme280.a(bme280_spi.c.obj)
+                              (--whole-archive)
+zephyr/drivers/sensor/bosch/bme280/libdrivers__sensor__bosch__bme280.a(bme280_i2c.c.obj)
+                              (--whole-archive)
+zephyr/drivers/sensor/st/stmemsc/libdrivers__sensor__st__stmemsc.a(stmemsc_i2c.c.obj)
+                              (--whole-archive)
+zephyr/drivers/sensor/st/stmemsc/libdrivers__sensor__st__stmemsc.a(stmemsc_spi.c.obj)
+                              (--whole-archive)
+zephyr/drivers/sensor/st/stmemsc/libdrivers__sensor__st__stmemsc.a(stmemsc_mdelay.c.obj)
+                              (--whole-archive)
+zephyr/drivers/sensor/st/lis2dh/libdrivers__sensor__st__lis2dh.a(lis2dh.c.obj)
+                              (--whole-archive)
+zephyr/drivers/sensor/st/lis2dh/libdrivers__sensor__st__lis2dh.a(lis2dh_i2c.c.obj)
+                              (--whole-archive)
+zephyr/drivers/sensor/st/lis2dh/libdrivers__sensor__st__lis2dh.a(lis2dh_spi.c.obj)
+                              (--whole-archive)
+zephyr/drivers/sensor/st/lis2mdl/libdrivers__sensor__st__lis2mdl.a(lis2mdl.c.obj)
+                              (--whole-archive)
+zephyr/drivers/sensor/st/lis2mdl/libdrivers__sensor__st__lis2mdl.a(lis2mdl_trigger.c.obj)
+                              (--whole-archive)
+zephyr/drivers/serial/libdrivers__serial.a(uart_nrfx_uart.c.obj)
+                              (--whole-archive)
+zephyr/drivers/spi/libdrivers__spi.a(spi_nrfx_spim.c.obj)
+                              (--whole-archive)
+zephyr/drivers/spi/libdrivers__spi.a(spi_nrfx_common.c.obj)
+                              (--whole-archive)
+zephyr/drivers/timer/libdrivers__timer.a(sys_clock_init.c.obj)
+                              (--whole-archive)
+zephyr/drivers/timer/libdrivers__timer.a(nrf_rtc_timer.c.obj)
+                              (--whole-archive)
+modules/nrf/lib/multithreading_lock/lib..__nrf__lib__multithreading_lock.a(multithreading_lock.c.obj)
+                              (--whole-archive)
+modules/nrf/subsys/bluetooth/controller/lib..__nrf__subsys__bluetooth__controller.a(hci_driver.c.obj)
+                              (--whole-archive)
+modules/nrf/subsys/bluetooth/controller/lib..__nrf__subsys__bluetooth__controller.a(hci_internal.c.obj)
+                              (--whole-archive)
+modules/nrf/subsys/bluetooth/controller/lib..__nrf__subsys__bluetooth__controller.a(crypto.c.obj)
+                              (--whole-archive)
+modules/nrf/subsys/bluetooth/controller/lib..__nrf__subsys__bluetooth__controller.a(ecdh.c.obj)
+                              (--whole-archive)
+modules/nrf/subsys/mpsl/init/lib..__nrf__subsys__mpsl__init.a(mpsl_init.c.obj)
+                              (--whole-archive)
+modules/nrf/subsys/mpsl/fem/lib..__nrf__subsys__mpsl__fem.a(mpsl_fem_api_init.c.obj)
+                              (--whole-archive)
+modules/nrf/drivers/mpsl/clock_control/lib..__nrf__drivers__mpsl__clock_control.a(nrfx_clock_mpsl.c.obj)
+                              (--whole-archive)
+modules/nrf/drivers/mpsl/flash_sync/lib..__nrf__drivers__mpsl__flash_sync.a(flash_sync_mpsl.c.obj)
+                              (--whole-archive)
+modules/nrf/drivers/mpsl/temp_nrf5/lib..__nrf__drivers__mpsl__temp_nrf5.a(temp_nrf5_mpsl.c.obj)
+                              (--whole-archive)
+modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(system_nrf52833.c.obj)
+                              (--whole-archive)
+modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_glue.c.obj)
+                              (--whole-archive)
+modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_flag32_allocator.c.obj)
+                              (--whole-archive)
+modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_gpiote.c.obj)
+                              (--whole-archive)
+modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_nvmc.c.obj)
+                              (--whole-archive)
+modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_spim.c.obj)
+                              (--whole-archive)
+modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_twim.c.obj)
+                              (--whole-archive)
+modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_twi_twim.c.obj)
+                              (--whole-archive)
+zephyr/kernel/libkernel.a(busy_wait.c.obj)
+                              zephyr/drivers/sensor/st/lis2mdl/libdrivers__sensor__st__lis2mdl.a(lis2mdl.c.obj) (z_impl_k_busy_wait)
+zephyr/kernel/libkernel.a(device.c.obj)
+                              app/libapp.a(main.c.obj) (z_device_is_ready)
+zephyr/kernel/libkernel.a(errno.c.obj)
+                              zephyr/lib/libc/newlib/liblib__libc__newlib.a(libc-hooks.c.obj) (z_impl_z_errno)
+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/drivers/clock_control/libdrivers__clock_control.a(clock_control_nrf.c.obj) (z_sys_post_kernel)
+zephyr/kernel/libkernel.a(kheap.c.obj)
+                              zephyr/subsys/net/libsubsys__net.a(buf.c.obj) (k_heap_alloc)
+zephyr/kernel/libkernel.a(mem_slab.c.obj)
+                              zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(att.c.obj) (k_mem_slab_alloc)
+zephyr/kernel/libkernel.a(idle.c.obj)
+                              zephyr/kernel/libkernel.a(init.c.obj) (idle)
+zephyr/kernel/libkernel.a(mutex.c.obj)
+                              zephyr/libzephyr.a(nvs.c.obj) (z_impl_k_mutex_init)
+zephyr/kernel/libkernel.a(queue.c.obj)
+                              zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj) (z_impl_k_queue_init)
+zephyr/kernel/libkernel.a(sem.c.obj)
+                              zephyr/libzephyr.a(sem.c.obj) (z_impl_k_sem_init)
+zephyr/kernel/libkernel.a(system_work_q.c.obj)
+                              zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(conn.c.obj) (k_sys_work_q)
+zephyr/kernel/libkernel.a(work.c.obj)
+                              zephyr/subsys/lorawan/libloramac-node.a(sx127x.c.obj) (k_work_init)
+zephyr/kernel/libkernel.a(thread.c.obj)
+                              zephyr/libzephyr.a(mpsc_pbuf.c.obj) (k_is_in_isr)
+zephyr/kernel/libkernel.a(sched.c.obj)
+                              zephyr/kernel/libkernel.a(init.c.obj) (_thread_dummy)
+zephyr/kernel/libkernel.a(timeslicing.c.obj)
+                              zephyr/kernel/libkernel.a(sched.c.obj) (z_reset_time_slice)
+zephyr/kernel/libkernel.a(xip.c.obj)
+                              zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(prep_c.c.obj) (z_data_copy)
+zephyr/kernel/libkernel.a(timeout.c.obj)
+                              zephyr/kernel/libkernel.a(init.c.obj) (z_add_timeout)
+zephyr/kernel/libkernel.a(timer.c.obj)
+                              zephyr/subsys/lorawan/libloramac-node.a(hal_common.c.obj) (z_timer_expiration_handler)
+zephyr/kernel/libkernel.a(poll.c.obj)
+                              zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(conn.c.obj) (k_poll_event_init)
+zephyr/kernel/libkernel.a(mempool.c.obj)
+                              zephyr/kernel/libkernel.a(queue.c.obj) (k_free)
+/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/thumb/v7e-m/nofp/libgcc.a(_arm_muldf3.o)
+                              app/libapp.a(main.c.obj) (__aeabi_dmul)
+/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/thumb/v7e-m/nofp/libgcc.a(_arm_mulsf3.o)
+                              zephyr/libzephyr.a(lis2mdl_reg.c.obj) (__aeabi_fmul)
+/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/thumb/v7e-m/nofp/libgcc.a(_arm_addsubdf3.o)
+                              app/libapp.a(main.c.obj) (__aeabi_dsub)
+/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/thumb/v7e-m/nofp/libgcc.a(_arm_muldivdf3.o)
+                              app/libapp.a(main.c.obj) (__aeabi_ddiv)
+/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/thumb/v7e-m/nofp/libgcc.a(_arm_cmpdf2.o)
+                              app/libapp.a(main.c.obj) (__aeabi_dcmpge)
+/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/thumb/v7e-m/nofp/libgcc.a(_arm_truncdfsf2.o)
+                              zephyr/libzephyr.a(timeutil.c.obj) (__aeabi_d2f)
+/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/thumb/v7e-m/nofp/libgcc.a(_arm_addsubsf3.o)
+                              zephyr/subsys/lorawan/libloramac-node.a(RegionCommon.c.obj) (__aeabi_fsub)
+/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/thumb/v7e-m/nofp/libgcc.a(_arm_cmpsf2.o)
+                              zephyr/libzephyr.a(timeutil.c.obj) (__aeabi_fcmpeq)
+/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/thumb/v7e-m/nofp/libgcc.a(_arm_fixsfsi.o)
+                              zephyr/subsys/lorawan/libloramac-node.a(RegionCommon.c.obj) (__aeabi_f2iz)
+/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/thumb/v7e-m/nofp/libgcc.a(_arm_fixunssfsi.o)
+                              zephyr/subsys/lorawan/libloramac-node.a(delay.c.obj) (__aeabi_f2uiz)
+/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/thumb/v7e-m/nofp/libgcc.a(_aeabi_ldivmod.o)
+                              zephyr/libzephyr.a(timeutil.c.obj) (__aeabi_ldivmod)
+/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/thumb/v7e-m/nofp/libgcc.a(_aeabi_uldivmod.o)
+                              zephyr/libzephyr.a(cbprintf_complete.c.obj) (__aeabi_uldivmod)
+/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/thumb/v7e-m/nofp/libgcc.a(_popcountsi2.o)
+                              zephyr/libzephyr.a(bitarray.c.obj) (__popcountsi2)
+/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/thumb/v7e-m/nofp/libgcc.a(_fixdfdi.o)
+                              zephyr/libzephyr.a(timeutil.c.obj) (__aeabi_d2lz)
+/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/thumb/v7e-m/nofp/libgcc.a(_fixunsdfdi.o)
+                              /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/thumb/v7e-m/nofp/libgcc.a(_fixdfdi.o) (__aeabi_d2ulz)
+/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/thumb/v7e-m/nofp/libgcc.a(_udivmoddi4.o)
+                              /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/thumb/v7e-m/nofp/libgcc.a(_aeabi_ldivmod.o) (__udivmoddi4)
+/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/thumb/v7e-m/nofp/libgcc.a(_dvmd_tls.o)
+                              /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/thumb/v7e-m/nofp/libgcc.a(_aeabi_ldivmod.o) (__aeabi_ldiv0)
+/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/thumb/v7e-m/nofp/libgcc.a(_arm_fixunsdfsi.o)
+                              /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/thumb/v7e-m/nofp/libgcc.a(_fixunsdfdi.o) (__aeabi_d2uiz)
+/opt/ncs/nrfxlib/crypto/nrf_oberon/lib/cortex-m4/soft-float/liboberon_3.0.15.a(ocrypto_ecdh_p256.c.obj)
+                              modules/nrf/subsys/bluetooth/controller/lib..__nrf__subsys__bluetooth__controller.a(ecdh.c.obj) (ocrypto_ecdh_p256_public_key)
+/opt/ncs/nrfxlib/crypto/nrf_oberon/lib/cortex-m4/soft-float/liboberon_3.0.15.a(ocrypto_sc_p256.c.obj)
+                              /opt/ncs/nrfxlib/crypto/nrf_oberon/lib/cortex-m4/soft-float/liboberon_3.0.15.a(ocrypto_ecdh_p256.c.obj) (ocrypto_sc_p256_from32bytes)
+/opt/ncs/nrfxlib/crypto/nrf_oberon/lib/cortex-m4/soft-float/liboberon_3.0.15.a(ocrypto_bigint256.s.obj)
+                              /opt/ncs/nrfxlib/crypto/nrf_oberon/lib/cortex-m4/soft-float/liboberon_3.0.15.a(ocrypto_sc_p256.c.obj) (ocrypto_bigint_add256)
+/opt/ncs/nrfxlib/crypto/nrf_oberon/lib/cortex-m4/soft-float/liboberon_3.0.15.a(ocrypto_curve_p256.c.obj)
+                              /opt/ncs/nrfxlib/crypto/nrf_oberon/lib/cortex-m4/soft-float/liboberon_3.0.15.a(ocrypto_ecdh_p256.c.obj) (ocrypto_curve_p256_from64bytes)
+/opt/ncs/nrfxlib/crypto/nrf_oberon/lib/cortex-m4/soft-float/liboberon_3.0.15.a(ocrypto_mod_p256.c.obj)
+                              /opt/ncs/nrfxlib/crypto/nrf_oberon/lib/cortex-m4/soft-float/liboberon_3.0.15.a(ocrypto_curve_p256.c.obj) (ocrypto_mod_p256_cneg)
+/opt/ncs/nrfxlib/crypto/nrf_oberon/lib/cortex-m4/soft-float/liboberon_3.0.15.a(ocrypto_constant_time.s.obj)
+                              /opt/ncs/nrfxlib/crypto/nrf_oberon/lib/cortex-m4/soft-float/liboberon_3.0.15.a(ocrypto_curve_p256.c.obj) (ocrypto_constant_time_equal)
+/opt/ncs/nrfxlib/crypto/nrf_oberon/lib/cortex-m4/soft-float/liboberon_3.0.15.a(ocrypto_mod_p256_base.s.obj)
+                              /opt/ncs/nrfxlib/crypto/nrf_oberon/lib/cortex-m4/soft-float/liboberon_3.0.15.a(ocrypto_curve_p256.c.obj) (ocrypto_mod_p256_add)
+/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libm_nano.a(lib_a-sf_floor.o)
+                              zephyr/subsys/lorawan/libloramac-node.a(RegionCommon.c.obj) (floorf)
+/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-ctype_.o)
+                              zephyr/libzephyr.a(cbprintf_complete.c.obj) (_ctype_)
+/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-malloc.o)
+                              zephyr/lib/libc/newlib/liblib__libc__newlib.a(libc-hooks.c.obj) (malloc)
+/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-memchr.o)
+                              zephyr/libzephyr.a(settings_line.c.obj) (memchr)
+/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-memcmp.o)
+                              zephyr/libzephyr.a(nvs.c.obj) (memcmp)
+/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-memcpy-stub.o)
+                              zephyr/libzephyr.a(heap.c.obj) (memcpy)
+/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-memset.o)
+                              app/libapp.a(main.c.obj) (memset)
+/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-nano-freer.o)
+                              /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-malloc.o) (_free_r)
+/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-nano-mallocr.o)
+                              /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-malloc.o) (_malloc_r)
+/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-nano-vfprintf_float.o)
+                              (_printf_float)
+/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-nano-vfprintf_i.o)
+                              /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-nano-vfprintf_float.o) (_printf_common)
+/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-sbrkr.o)
+                              /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-nano-mallocr.o) (_sbrk_r)
+/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-strcmp.o)
+                              zephyr/libzephyr.a(log_mgmt.c.obj) (strcmp)
+/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-strcpy.o)
+                              zephyr/subsys/bluetooth/common/libsubsys__bluetooth__common.a(bt_str.c.obj) (strcpy)
+/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-strlen.o)
+                              zephyr/libzephyr.a(cbprintf_packaged.c.obj) (strlen)
+/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-strnlen.o)
+                              zephyr/libzephyr.a(cbprintf_complete.c.obj) (strnlen)
+/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-dtoa.o)
+                              /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-nano-vfprintf_float.o) (_dtoa_r)
+/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-impure.o)
+                              /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-malloc.o) (_impure_ptr)
+/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-localeconv.o)
+                              /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-nano-vfprintf_float.o) (_localeconv_r)
+/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-mlock.o)
+                              /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-nano-freer.o) (__malloc_lock)
+/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-mprec.o)
+                              /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-dtoa.o) (_Balloc)
+/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-nano-callocr.o)
+                              /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-mprec.o) (_calloc_r)
+/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-reent.o)
+                              /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-sbrkr.o) (errno)
+/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-assert.o)
+                              /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-dtoa.o) (__assert_func)
+/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-fprintf.o)
+                              /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-assert.o) (fiprintf)
+/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-locale.o)
+                              /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-localeconv.o) (__global_locale)
+/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-mbtowc_r.o)
+                              /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-locale.o) (__ascii_mbtowc)
+/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-nano-vfprintf.o)
+                              /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-fprintf.o) (_vfprintf_r)
+/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-wbuf.o)
+                              /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-nano-vfprintf.o) (__swbuf_r)
+/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-wctomb_r.o)
+                              /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-locale.o) (__ascii_wctomb)
+/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-wsetup.o)
+                              /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-nano-vfprintf.o) (__swsetup_r)
+/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-fflush.o)
+                              /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-wbuf.o) (_fflush_r)
+/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-findfp.o)
+                              /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-nano-vfprintf.o) (__sinit)
+/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-fvwrite.o)
+                              /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-nano-vfprintf.o) (__sfvwrite_r)
+/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-fwalk.o)
+                              /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-findfp.o) (_fwalk)
+/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-makebuf.o)
+                              /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-wsetup.o) (__smakebuf_r)
+/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-memmove.o)
+                              /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-fvwrite.o) (memmove)
+/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-nano-reallocr.o)
+                              /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-fvwrite.o) (_realloc_r)
+/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-stdio.o)
+                              /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-findfp.o) (__sread)
+/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-writer.o)
+                              /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-stdio.o) (_write_r)
+/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-closer.o)
+                              /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-stdio.o) (_close_r)
+/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-fstatr.o)
+                              /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-makebuf.o) (_fstat_r)
+/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-isattyr.o)
+                              /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-makebuf.o) (_isatty_r)
+/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-lseekr.o)
+                              /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-stdio.o) (_lseek_r)
+/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-nano-msizer.o)
+                              /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-nano-reallocr.o) (_malloc_usable_size_r)
+/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-readr.o)
+                              /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-stdio.o) (_read_r)
+/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/thumb/v7e-m/nofp/libgcc.a(_arm_unorddf2.o)
+                              /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-nano-vfprintf_float.o) (__aeabi_dcmpun)
+/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/thumb/v7e-m/nofp/libgcc.a(_arm_fixdfsi.o)
+                              /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-dtoa.o) (__aeabi_d2iz)
+/opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                              modules/nrf/subsys/bluetooth/controller/lib..__nrf__subsys__bluetooth__controller.a(hci_internal.c.obj) (sdc_hci_cmd_le_set_adv_enable)
+/opt/ncs/nrfxlib/mpsl/fem/common/lib/cortex-m4/soft-float/libmpsl_fem_common.a(libmpsl_fem_common_debug_soft__obfuscated.elf)
+                              /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf) (mpsl_fem_caps_get)
+/opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+                              modules/nrf/subsys/mpsl/init/lib..__nrf__subsys__mpsl__init.a(mpsl_init.c.obj) (MPSL_IRQ_RADIO_Handler)
+
+Discarded input sections
+
+ .text          0x0000000000000000        0x0 zephyr/CMakeFiles/zephyr_final.dir/misc/empty_file.c.obj
+ .data          0x0000000000000000        0x0 zephyr/CMakeFiles/zephyr_final.dir/misc/empty_file.c.obj
+ .bss           0x0000000000000000        0x0 zephyr/CMakeFiles/zephyr_final.dir/misc/empty_file.c.obj
+ .debug_line    0x0000000000000000        0x0 zephyr/CMakeFiles/zephyr_final.dir/misc/empty_file.c.obj
+ .debug_str     0x0000000000000000      0x18c zephyr/CMakeFiles/zephyr_final.dir/misc/empty_file.c.obj
+ .comment       0x0000000000000000       0x21 zephyr/CMakeFiles/zephyr_final.dir/misc/empty_file.c.obj
+ .text          0x0000000000000000        0x0 zephyr/CMakeFiles/zephyr_final.dir/isr_tables.c.obj
+ .data          0x0000000000000000        0x0 zephyr/CMakeFiles/zephyr_final.dir/isr_tables.c.obj
+ .bss           0x0000000000000000        0x0 zephyr/CMakeFiles/zephyr_final.dir/isr_tables.c.obj
+ .text          0x0000000000000000        0x0 zephyr/CMakeFiles/offsets.dir/./arch/arm/core/offsets/offsets.c.obj
+ .data          0x0000000000000000        0x0 zephyr/CMakeFiles/offsets.dir/./arch/arm/core/offsets/offsets.c.obj
+ .bss           0x0000000000000000        0x0 zephyr/CMakeFiles/offsets.dir/./arch/arm/core/offsets/offsets.c.obj
+ .text          0x0000000000000000        0x0 app/libapp.a(main.c.obj)
+ .data          0x0000000000000000        0x0 app/libapp.a(main.c.obj)
+ .bss           0x0000000000000000        0x0 app/libapp.a(main.c.obj)
+ .text.get_Tension
+                0x0000000000000000       0x30 app/libapp.a(main.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/libzephyr.a(crc32c_sw.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/libzephyr.a(crc32c_sw.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/libzephyr.a(crc32c_sw.c.obj)
+ .text.crc32_c  0x0000000000000000       0x48 zephyr/libzephyr.a(crc32c_sw.c.obj)
+ .rodata.crc32c_table
+                0x0000000000000000       0x40 zephyr/libzephyr.a(crc32c_sw.c.obj)
+ .debug_info    0x0000000000000000      0x184 zephyr/libzephyr.a(crc32c_sw.c.obj)
+ .debug_abbrev  0x0000000000000000       0xcd zephyr/libzephyr.a(crc32c_sw.c.obj)
+ .debug_loc     0x0000000000000000      0x104 zephyr/libzephyr.a(crc32c_sw.c.obj)
+ .debug_aranges
+                0x0000000000000000       0x20 zephyr/libzephyr.a(crc32c_sw.c.obj)
+ .debug_ranges  0x0000000000000000       0x30 zephyr/libzephyr.a(crc32c_sw.c.obj)
+ .debug_line    0x0000000000000000      0x1ec zephyr/libzephyr.a(crc32c_sw.c.obj)
+ .debug_str     0x0000000000000000      0x27e zephyr/libzephyr.a(crc32c_sw.c.obj)
+ .comment       0x0000000000000000       0x21 zephyr/libzephyr.a(crc32c_sw.c.obj)
+ .debug_frame   0x0000000000000000       0x2c zephyr/libzephyr.a(crc32c_sw.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/libzephyr.a(crc32_sw.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/libzephyr.a(crc32_sw.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/libzephyr.a(crc32_sw.c.obj)
+ .text.crc32_ieee_update
+                0x0000000000000000       0x3c zephyr/libzephyr.a(crc32_sw.c.obj)
+ .text.crc32_ieee
+                0x0000000000000000        0xa zephyr/libzephyr.a(crc32_sw.c.obj)
+ .rodata.table.0
+                0x0000000000000000       0x40 zephyr/libzephyr.a(crc32_sw.c.obj)
+ .debug_info    0x0000000000000000      0x1cb zephyr/libzephyr.a(crc32_sw.c.obj)
+ .debug_abbrev  0x0000000000000000      0x117 zephyr/libzephyr.a(crc32_sw.c.obj)
+ .debug_loc     0x0000000000000000      0x160 zephyr/libzephyr.a(crc32_sw.c.obj)
+ .debug_aranges
+                0x0000000000000000       0x28 zephyr/libzephyr.a(crc32_sw.c.obj)
+ .debug_ranges  0x0000000000000000       0x50 zephyr/libzephyr.a(crc32_sw.c.obj)
+ .debug_line    0x0000000000000000      0x21e zephyr/libzephyr.a(crc32_sw.c.obj)
+ .debug_str     0x0000000000000000      0x277 zephyr/libzephyr.a(crc32_sw.c.obj)
+ .comment       0x0000000000000000       0x21 zephyr/libzephyr.a(crc32_sw.c.obj)
+ .debug_frame   0x0000000000000000       0x3c zephyr/libzephyr.a(crc32_sw.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/libzephyr.a(crc24_sw.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/libzephyr.a(crc24_sw.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/libzephyr.a(crc24_sw.c.obj)
+ .text.crc24_pgp_update
+                0x0000000000000000       0x2c zephyr/libzephyr.a(crc24_sw.c.obj)
+ .text.crc24_pgp
+                0x0000000000000000       0x18 zephyr/libzephyr.a(crc24_sw.c.obj)
+ .debug_info    0x0000000000000000      0x183 zephyr/libzephyr.a(crc24_sw.c.obj)
+ .debug_abbrev  0x0000000000000000       0xd6 zephyr/libzephyr.a(crc24_sw.c.obj)
+ .debug_loc     0x0000000000000000      0x137 zephyr/libzephyr.a(crc24_sw.c.obj)
+ .debug_aranges
+                0x0000000000000000       0x28 zephyr/libzephyr.a(crc24_sw.c.obj)
+ .debug_ranges  0x0000000000000000       0x18 zephyr/libzephyr.a(crc24_sw.c.obj)
+ .debug_line    0x0000000000000000      0x1d4 zephyr/libzephyr.a(crc24_sw.c.obj)
+ .debug_str     0x0000000000000000      0x26a zephyr/libzephyr.a(crc24_sw.c.obj)
+ .comment       0x0000000000000000       0x21 zephyr/libzephyr.a(crc24_sw.c.obj)
+ .debug_frame   0x0000000000000000       0x40 zephyr/libzephyr.a(crc24_sw.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/libzephyr.a(crc16_sw.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/libzephyr.a(crc16_sw.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/libzephyr.a(crc16_sw.c.obj)
+ .text.crc16    0x0000000000000000       0x30 zephyr/libzephyr.a(crc16_sw.c.obj)
+ .text.crc16_reflect
+                0x0000000000000000       0x2a zephyr/libzephyr.a(crc16_sw.c.obj)
+ .text.crc16_ccitt
+                0x0000000000000000       0x26 zephyr/libzephyr.a(crc16_sw.c.obj)
+ .text.crc16_itu_t
+                0x0000000000000000       0x28 zephyr/libzephyr.a(crc16_sw.c.obj)
+ .debug_info    0x0000000000000000      0x2d8 zephyr/libzephyr.a(crc16_sw.c.obj)
+ .debug_abbrev  0x0000000000000000       0xc8 zephyr/libzephyr.a(crc16_sw.c.obj)
+ .debug_loc     0x0000000000000000      0x3d0 zephyr/libzephyr.a(crc16_sw.c.obj)
+ .debug_aranges
+                0x0000000000000000       0x38 zephyr/libzephyr.a(crc16_sw.c.obj)
+ .debug_ranges  0x0000000000000000       0x28 zephyr/libzephyr.a(crc16_sw.c.obj)
+ .debug_line    0x0000000000000000      0x341 zephyr/libzephyr.a(crc16_sw.c.obj)
+ .debug_str     0x0000000000000000      0x280 zephyr/libzephyr.a(crc16_sw.c.obj)
+ .comment       0x0000000000000000       0x21 zephyr/libzephyr.a(crc16_sw.c.obj)
+ .debug_frame   0x0000000000000000       0x70 zephyr/libzephyr.a(crc16_sw.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/libzephyr.a(crc8_sw.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/libzephyr.a(crc8_sw.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/libzephyr.a(crc8_sw.c.obj)
+ .text.crc8     0x0000000000000000       0x54 zephyr/libzephyr.a(crc8_sw.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/libzephyr.a(crc7_sw.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/libzephyr.a(crc7_sw.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/libzephyr.a(crc7_sw.c.obj)
+ .text.crc7_be  0x0000000000000000       0x20 zephyr/libzephyr.a(crc7_sw.c.obj)
+ .debug_info    0x0000000000000000      0x127 zephyr/libzephyr.a(crc7_sw.c.obj)
+ .debug_abbrev  0x0000000000000000       0xac zephyr/libzephyr.a(crc7_sw.c.obj)
+ .debug_loc     0x0000000000000000       0xc0 zephyr/libzephyr.a(crc7_sw.c.obj)
+ .debug_aranges
+                0x0000000000000000       0x20 zephyr/libzephyr.a(crc7_sw.c.obj)
+ .debug_ranges  0x0000000000000000       0x10 zephyr/libzephyr.a(crc7_sw.c.obj)
+ .debug_line    0x0000000000000000      0x191 zephyr/libzephyr.a(crc7_sw.c.obj)
+ .debug_str     0x0000000000000000      0x242 zephyr/libzephyr.a(crc7_sw.c.obj)
+ .comment       0x0000000000000000       0x21 zephyr/libzephyr.a(crc7_sw.c.obj)
+ .debug_frame   0x0000000000000000       0x20 zephyr/libzephyr.a(crc7_sw.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/libzephyr.a(crc4_sw.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/libzephyr.a(crc4_sw.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/libzephyr.a(crc4_sw.c.obj)
+ .text.crc4     0x0000000000000000       0x8a zephyr/libzephyr.a(crc4_sw.c.obj)
+ .text.crc4_ti  0x0000000000000000       0x40 zephyr/libzephyr.a(crc4_sw.c.obj)
+ .rodata.lookup.0
+                0x0000000000000000        0x8 zephyr/libzephyr.a(crc4_sw.c.obj)
+ .debug_info    0x0000000000000000      0x22e zephyr/libzephyr.a(crc4_sw.c.obj)
+ .debug_abbrev  0x0000000000000000       0xf2 zephyr/libzephyr.a(crc4_sw.c.obj)
+ .debug_loc     0x0000000000000000      0x386 zephyr/libzephyr.a(crc4_sw.c.obj)
+ .debug_aranges
+                0x0000000000000000       0x28 zephyr/libzephyr.a(crc4_sw.c.obj)
+ .debug_ranges  0x0000000000000000       0x48 zephyr/libzephyr.a(crc4_sw.c.obj)
+ .debug_line    0x0000000000000000      0x2db zephyr/libzephyr.a(crc4_sw.c.obj)
+ .debug_str     0x0000000000000000      0x27c zephyr/libzephyr.a(crc4_sw.c.obj)
+ .comment       0x0000000000000000       0x21 zephyr/libzephyr.a(crc4_sw.c.obj)
+ .debug_frame   0x0000000000000000       0x4c zephyr/libzephyr.a(crc4_sw.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/libzephyr.a(heap.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/libzephyr.a(heap.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/libzephyr.a(heap.c.obj)
+ .text.sys_heap_usable_size
+                0x0000000000000000       0x1e zephyr/libzephyr.a(heap.c.obj)
+ .text.sys_heap_aligned_realloc
+                0x0000000000000000      0x128 zephyr/libzephyr.a(heap.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/libzephyr.a(cbprintf_packaged.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/libzephyr.a(cbprintf_packaged.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/libzephyr.a(cbprintf_packaged.c.obj)
+ .text.cbprintf_package
+                0x0000000000000000       0x1e zephyr/libzephyr.a(cbprintf_packaged.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/libzephyr.a(printk.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/libzephyr.a(printk.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/libzephyr.a(printk.c.obj)
+ .text.__printk_get_hook
+                0x0000000000000000        0xc zephyr/libzephyr.a(printk.c.obj)
+ .text.z_impl_k_str_out
+                0x0000000000000000       0x1c zephyr/libzephyr.a(printk.c.obj)
+ .rodata.str1.1
+                0x0000000000000000        0xf zephyr/libzephyr.a(printk.c.obj)
+ ._llext_const_symbol.static.printk_sym_
+                0x0000000000000000        0x8 zephyr/libzephyr.a(printk.c.obj)
+ ._llext_const_symbol.static.vprintk_sym_
+                0x0000000000000000        0x8 zephyr/libzephyr.a(printk.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/libzephyr.a(sem.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/libzephyr.a(sem.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/libzephyr.a(sem.c.obj)
+ .text.sys_sem_init
+                0x0000000000000000        0xa zephyr/libzephyr.a(sem.c.obj)
+ .text.sys_sem_give
+                0x0000000000000000        0xa zephyr/libzephyr.a(sem.c.obj)
+ .text.sys_sem_take
+                0x0000000000000000       0x1e zephyr/libzephyr.a(sem.c.obj)
+ .text.sys_sem_count_get
+                0x0000000000000000        0x4 zephyr/libzephyr.a(sem.c.obj)
+ .debug_info    0x0000000000000000      0x4eb zephyr/libzephyr.a(sem.c.obj)
+ .debug_abbrev  0x0000000000000000      0x22a zephyr/libzephyr.a(sem.c.obj)
+ .debug_loc     0x0000000000000000      0x21a zephyr/libzephyr.a(sem.c.obj)
+ .debug_aranges
+                0x0000000000000000       0x38 zephyr/libzephyr.a(sem.c.obj)
+ .debug_ranges  0x0000000000000000       0x70 zephyr/libzephyr.a(sem.c.obj)
+ .debug_line    0x0000000000000000      0x306 zephyr/libzephyr.a(sem.c.obj)
+ .debug_str     0x0000000000000000      0x396 zephyr/libzephyr.a(sem.c.obj)
+ .comment       0x0000000000000000       0x21 zephyr/libzephyr.a(sem.c.obj)
+ .debug_frame   0x0000000000000000       0x68 zephyr/libzephyr.a(sem.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/libzephyr.a(thread_entry.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/libzephyr.a(thread_entry.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/libzephyr.a(thread_entry.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/libzephyr.a(cbprintf_complete.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/libzephyr.a(cbprintf_complete.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/libzephyr.a(cbprintf_complete.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/libzephyr.a(cbprintf.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/libzephyr.a(cbprintf.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/libzephyr.a(cbprintf.c.obj)
+ .text.cbprintf
+                0x0000000000000000       0x1e zephyr/libzephyr.a(cbprintf.c.obj)
+ .debug_info    0x0000000000000000      0x23e zephyr/libzephyr.a(cbprintf.c.obj)
+ .debug_abbrev  0x0000000000000000      0x17e zephyr/libzephyr.a(cbprintf.c.obj)
+ .debug_loc     0x0000000000000000       0xcc zephyr/libzephyr.a(cbprintf.c.obj)
+ .debug_aranges
+                0x0000000000000000       0x20 zephyr/libzephyr.a(cbprintf.c.obj)
+ .debug_ranges  0x0000000000000000       0x30 zephyr/libzephyr.a(cbprintf.c.obj)
+ .debug_line    0x0000000000000000      0x1e9 zephyr/libzephyr.a(cbprintf.c.obj)
+ .debug_str     0x0000000000000000      0x298 zephyr/libzephyr.a(cbprintf.c.obj)
+ .comment       0x0000000000000000       0x21 zephyr/libzephyr.a(cbprintf.c.obj)
+ .debug_frame   0x0000000000000000       0x3c zephyr/libzephyr.a(cbprintf.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/libzephyr.a(assert.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/libzephyr.a(assert.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/libzephyr.a(assert.c.obj)
+ .text.assert_post_action
+                0x0000000000000000       0x12 zephyr/libzephyr.a(assert.c.obj)
+ .rodata.str1.1
+                0x0000000000000000       0x20 zephyr/libzephyr.a(assert.c.obj)
+ ._llext_const_symbol.static.assert_print_sym_
+                0x0000000000000000        0x8 zephyr/libzephyr.a(assert.c.obj)
+ ._llext_const_symbol.static.assert_post_action_sym_
+                0x0000000000000000        0x8 zephyr/libzephyr.a(assert.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/libzephyr.a(mpsc_pbuf.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/libzephyr.a(mpsc_pbuf.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/libzephyr.a(mpsc_pbuf.c.obj)
+ .text.mpsc_pbuf_put_word
+                0x0000000000000000       0xb8 zephyr/libzephyr.a(mpsc_pbuf.c.obj)
+ .text.mpsc_pbuf_put_word_ext
+                0x0000000000000000       0xea zephyr/libzephyr.a(mpsc_pbuf.c.obj)
+ .text.mpsc_pbuf_put_data
+                0x0000000000000000       0xe8 zephyr/libzephyr.a(mpsc_pbuf.c.obj)
+ .text.mpsc_pbuf_get_utilization
+                0x0000000000000000       0x16 zephyr/libzephyr.a(mpsc_pbuf.c.obj)
+ .text.mpsc_pbuf_get_max_utilization
+                0x0000000000000000       0x16 zephyr/libzephyr.a(mpsc_pbuf.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/libzephyr.a(dec.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/libzephyr.a(dec.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/libzephyr.a(dec.c.obj)
+ .text.u8_to_dec
+                0x0000000000000000       0x52 zephyr/libzephyr.a(dec.c.obj)
+ .debug_info    0x0000000000000000      0x12b zephyr/libzephyr.a(dec.c.obj)
+ .debug_abbrev  0x0000000000000000       0x9c zephyr/libzephyr.a(dec.c.obj)
+ .debug_loc     0x0000000000000000      0x11b zephyr/libzephyr.a(dec.c.obj)
+ .debug_aranges
+                0x0000000000000000       0x20 zephyr/libzephyr.a(dec.c.obj)
+ .debug_ranges  0x0000000000000000       0x10 zephyr/libzephyr.a(dec.c.obj)
+ .debug_line    0x0000000000000000      0x1a2 zephyr/libzephyr.a(dec.c.obj)
+ .debug_str     0x0000000000000000      0x261 zephyr/libzephyr.a(dec.c.obj)
+ .comment       0x0000000000000000       0x21 zephyr/libzephyr.a(dec.c.obj)
+ .debug_frame   0x0000000000000000       0x30 zephyr/libzephyr.a(dec.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/libzephyr.a(hex.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/libzephyr.a(hex.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/libzephyr.a(hex.c.obj)
+ .text.char2hex
+                0x0000000000000000       0x30 zephyr/libzephyr.a(hex.c.obj)
+ .text.hex2char
+                0x0000000000000000       0x1c zephyr/libzephyr.a(hex.c.obj)
+ .text.bin2hex  0x0000000000000000       0x54 zephyr/libzephyr.a(hex.c.obj)
+ .text.hex2bin  0x0000000000000000       0x70 zephyr/libzephyr.a(hex.c.obj)
+ .debug_info    0x0000000000000000      0x29d zephyr/libzephyr.a(hex.c.obj)
+ .debug_abbrev  0x0000000000000000      0x117 zephyr/libzephyr.a(hex.c.obj)
+ .debug_loc     0x0000000000000000      0x2d8 zephyr/libzephyr.a(hex.c.obj)
+ .debug_aranges
+                0x0000000000000000       0x38 zephyr/libzephyr.a(hex.c.obj)
+ .debug_ranges  0x0000000000000000       0x40 zephyr/libzephyr.a(hex.c.obj)
+ .debug_line    0x0000000000000000      0x2e7 zephyr/libzephyr.a(hex.c.obj)
+ .debug_str     0x0000000000000000      0x268 zephyr/libzephyr.a(hex.c.obj)
+ .comment       0x0000000000000000       0x21 zephyr/libzephyr.a(hex.c.obj)
+ .debug_frame   0x0000000000000000       0x74 zephyr/libzephyr.a(hex.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/libzephyr.a(rb.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/libzephyr.a(rb.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/libzephyr.a(rb.c.obj)
+ .text.find_and_stack
+                0x0000000000000000       0x3a zephyr/libzephyr.a(rb.c.obj)
+ .text.stack_left_limb
+                0x0000000000000000       0x3c zephyr/libzephyr.a(rb.c.obj)
+ .text.set_child
+                0x0000000000000000       0x12 zephyr/libzephyr.a(rb.c.obj)
+ .text.rotate   0x0000000000000000       0xa8 zephyr/libzephyr.a(rb.c.obj)
+ .text.z_rb_get_minmax
+                0x0000000000000000       0x1a zephyr/libzephyr.a(rb.c.obj)
+ .text.rb_insert
+                0x0000000000000000      0x134 zephyr/libzephyr.a(rb.c.obj)
+ .text.rb_remove
+                0x0000000000000000      0x344 zephyr/libzephyr.a(rb.c.obj)
+ .text.z_rb_walk
+                0x0000000000000000       0x24 zephyr/libzephyr.a(rb.c.obj)
+ .text.z_rb_child
+                0x0000000000000000        0xe zephyr/libzephyr.a(rb.c.obj)
+ .text.z_rb_is_black
+                0x0000000000000000        0x8 zephyr/libzephyr.a(rb.c.obj)
+ .text.rb_contains
+                0x0000000000000000       0x2c zephyr/libzephyr.a(rb.c.obj)
+ .text.z_rb_foreach_next
+                0x0000000000000000       0x56 zephyr/libzephyr.a(rb.c.obj)
+ .debug_info    0x0000000000000000     0x2498 zephyr/libzephyr.a(rb.c.obj)
+ .debug_abbrev  0x0000000000000000      0x4b6 zephyr/libzephyr.a(rb.c.obj)
+ .debug_loc     0x0000000000000000     0x26fa zephyr/libzephyr.a(rb.c.obj)
+ .debug_aranges
+                0x0000000000000000       0x78 zephyr/libzephyr.a(rb.c.obj)
+ .debug_ranges  0x0000000000000000      0x550 zephyr/libzephyr.a(rb.c.obj)
+ .debug_line    0x0000000000000000     0x12c3 zephyr/libzephyr.a(rb.c.obj)
+ .debug_str     0x0000000000000000      0x458 zephyr/libzephyr.a(rb.c.obj)
+ .comment       0x0000000000000000       0x21 zephyr/libzephyr.a(rb.c.obj)
+ .debug_frame   0x0000000000000000      0x180 zephyr/libzephyr.a(rb.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/libzephyr.a(timeutil.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/libzephyr.a(timeutil.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/libzephyr.a(timeutil.c.obj)
+ .text.timeutil_timegm64
+                0x0000000000000000       0xf0 zephyr/libzephyr.a(timeutil.c.obj)
+ .text.timeutil_timegm
+                0x0000000000000000       0x18 zephyr/libzephyr.a(timeutil.c.obj)
+ .text.timeutil_sync_state_update
+                0x0000000000000000       0x5c zephyr/libzephyr.a(timeutil.c.obj)
+ .text.timeutil_sync_state_set_skew
+                0x0000000000000000       0x3a zephyr/libzephyr.a(timeutil.c.obj)
+ .text.timeutil_sync_estimate_skew
+                0x0000000000000000       0x96 zephyr/libzephyr.a(timeutil.c.obj)
+ .text.timeutil_sync_ref_from_local
+                0x0000000000000000       0xae zephyr/libzephyr.a(timeutil.c.obj)
+ .text.timeutil_sync_local_from_ref
+                0x0000000000000000       0xa8 zephyr/libzephyr.a(timeutil.c.obj)
+ .text.timeutil_sync_skew_to_ppb
+                0x0000000000000000       0x3c zephyr/libzephyr.a(timeutil.c.obj)
+ .debug_info    0x0000000000000000      0x8e3 zephyr/libzephyr.a(timeutil.c.obj)
+ .debug_abbrev  0x0000000000000000      0x200 zephyr/libzephyr.a(timeutil.c.obj)
+ .debug_loc     0x0000000000000000      0x76a zephyr/libzephyr.a(timeutil.c.obj)
+ .debug_aranges
+                0x0000000000000000       0x58 zephyr/libzephyr.a(timeutil.c.obj)
+ .debug_ranges  0x0000000000000000       0xa8 zephyr/libzephyr.a(timeutil.c.obj)
+ .debug_line    0x0000000000000000      0x5b0 zephyr/libzephyr.a(timeutil.c.obj)
+ .debug_str     0x0000000000000000      0x52f zephyr/libzephyr.a(timeutil.c.obj)
+ .comment       0x0000000000000000       0x21 zephyr/libzephyr.a(timeutil.c.obj)
+ .debug_frame   0x0000000000000000      0x120 zephyr/libzephyr.a(timeutil.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/libzephyr.a(bitarray.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/libzephyr.a(bitarray.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/libzephyr.a(bitarray.c.obj)
+ .text.setup_bundle_data.constprop.0
+                0x0000000000000000       0x3a zephyr/libzephyr.a(bitarray.c.obj)
+ .text.set_region
+                0x0000000000000000       0x90 zephyr/libzephyr.a(bitarray.c.obj)
+ .text.set_clear_region
+                0x0000000000000000       0x46 zephyr/libzephyr.a(bitarray.c.obj)
+ .text.match_region
+                0x0000000000000000       0x8c zephyr/libzephyr.a(bitarray.c.obj)
+ .text.is_region_set_clear
+                0x0000000000000000       0x4e zephyr/libzephyr.a(bitarray.c.obj)
+ .text.sys_bitarray_popcount_region
+                0x0000000000000000       0x94 zephyr/libzephyr.a(bitarray.c.obj)
+ .text.sys_bitarray_xor
+                0x0000000000000000       0xc2 zephyr/libzephyr.a(bitarray.c.obj)
+ .text.sys_bitarray_set_bit
+                0x0000000000000000       0x3e zephyr/libzephyr.a(bitarray.c.obj)
+ .text.sys_bitarray_clear_bit
+                0x0000000000000000       0x40 zephyr/libzephyr.a(bitarray.c.obj)
+ .text.sys_bitarray_test_bit
+                0x0000000000000000       0x3e zephyr/libzephyr.a(bitarray.c.obj)
+ .text.sys_bitarray_test_and_set_bit
+                0x0000000000000000       0x4e zephyr/libzephyr.a(bitarray.c.obj)
+ .text.sys_bitarray_test_and_clear_bit
+                0x0000000000000000       0x50 zephyr/libzephyr.a(bitarray.c.obj)
+ .text.sys_bitarray_alloc
+                0x0000000000000000       0xa4 zephyr/libzephyr.a(bitarray.c.obj)
+ .text.sys_bitarray_find_nth_set
+                0x0000000000000000       0xba zephyr/libzephyr.a(bitarray.c.obj)
+ .text.sys_bitarray_free
+                0x0000000000000000       0x6c zephyr/libzephyr.a(bitarray.c.obj)
+ .text.sys_bitarray_is_region_set
+                0x0000000000000000        0x6 zephyr/libzephyr.a(bitarray.c.obj)
+ .text.sys_bitarray_is_region_cleared
+                0x0000000000000000        0x6 zephyr/libzephyr.a(bitarray.c.obj)
+ .text.sys_bitarray_test_and_set_region
+                0x0000000000000000       0x70 zephyr/libzephyr.a(bitarray.c.obj)
+ .text.sys_bitarray_set_region
+                0x0000000000000000        0x6 zephyr/libzephyr.a(bitarray.c.obj)
+ .text.sys_bitarray_clear_region
+                0x0000000000000000        0x6 zephyr/libzephyr.a(bitarray.c.obj)
+ .debug_info    0x0000000000000000     0x2562 zephyr/libzephyr.a(bitarray.c.obj)
+ .debug_abbrev  0x0000000000000000      0x476 zephyr/libzephyr.a(bitarray.c.obj)
+ .debug_loc     0x0000000000000000     0x1e23 zephyr/libzephyr.a(bitarray.c.obj)
+ .debug_aranges
+                0x0000000000000000       0xb8 zephyr/libzephyr.a(bitarray.c.obj)
+ .debug_ranges  0x0000000000000000      0x288 zephyr/libzephyr.a(bitarray.c.obj)
+ .debug_line    0x0000000000000000     0x1734 zephyr/libzephyr.a(bitarray.c.obj)
+ .debug_str     0x0000000000000000      0x638 zephyr/libzephyr.a(bitarray.c.obj)
+ .comment       0x0000000000000000       0x21 zephyr/libzephyr.a(bitarray.c.obj)
+ .debug_frame   0x0000000000000000      0x290 zephyr/libzephyr.a(bitarray.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/libzephyr.a(onoff.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/libzephyr.a(onoff.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/libzephyr.a(onoff.c.obj)
+ .text.sys_slist_find_and_remove
+                0x0000000000000000       0x36 zephyr/libzephyr.a(onoff.c.obj)
+ .text.onoff_release
+                0x0000000000000000       0x48 zephyr/libzephyr.a(onoff.c.obj)
+ .text.onoff_reset
+                0x0000000000000000       0x62 zephyr/libzephyr.a(onoff.c.obj)
+ .text.onoff_cancel
+                0x0000000000000000       0x36 zephyr/libzephyr.a(onoff.c.obj)
+ .text.onoff_monitor_register
+                0x0000000000000000       0x3a zephyr/libzephyr.a(onoff.c.obj)
+ .text.onoff_monitor_unregister
+                0x0000000000000000       0x34 zephyr/libzephyr.a(onoff.c.obj)
+ .text.onoff_sync_lock
+                0x0000000000000000       0x14 zephyr/libzephyr.a(onoff.c.obj)
+ .text.onoff_sync_finalize
+                0x0000000000000000       0x40 zephyr/libzephyr.a(onoff.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/libzephyr.a(notify.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/libzephyr.a(notify.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/libzephyr.a(notify.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/libzephyr.a(configs.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/libzephyr.a(configs.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/libzephyr.a(configs.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/libzephyr.a(nvs.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/libzephyr.a(nvs.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/libzephyr.a(nvs.c.obj)
+ .text.nvs_clear
+                0x0000000000000000       0x40 zephyr/libzephyr.a(nvs.c.obj)
+ .text.nvs_calc_free_space
+                0x0000000000000000       0xac zephyr/libzephyr.a(nvs.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/libzephyr.a(log_core.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/libzephyr.a(log_core.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/libzephyr.a(log_core.c.obj)
+ .text.log_format_table_size
+                0x0000000000000000        0x4 zephyr/libzephyr.a(log_core.c.obj)
+ .text.z_log_timestamp
+                0x0000000000000000        0xc zephyr/libzephyr.a(log_core.c.obj)
+ .text.log_format_set_all_active_backends
+                0x0000000000000000       0x4c zephyr/libzephyr.a(log_core.c.obj)
+ .text.log_init
+                0x0000000000000000        0x8 zephyr/libzephyr.a(log_core.c.obj)
+ .text.log_thread_trigger
+                0x0000000000000000       0x1c zephyr/libzephyr.a(log_core.c.obj)
+ .text.log_thread_set
+                0x0000000000000000        0x2 zephyr/libzephyr.a(log_core.c.obj)
+ .rodata.unordered_notify.str1.1
+                0x0000000000000000       0x28 zephyr/libzephyr.a(log_core.c.obj)
+ .text.unordered_notify
+                0x0000000000000000       0x30 zephyr/libzephyr.a(log_core.c.obj)
+ .text.z_impl_log_buffered_cnt
+                0x0000000000000000        0xc zephyr/libzephyr.a(log_core.c.obj)
+ .text.z_log_dropped_pending
+                0x0000000000000000       0x14 zephyr/libzephyr.a(log_core.c.obj)
+ .text.z_log_msg_claim_oldest
+                0x0000000000000000       0x78 zephyr/libzephyr.a(log_core.c.obj)
+ .text.z_log_msg_claim
+                0x0000000000000000        0x4 zephyr/libzephyr.a(log_core.c.obj)
+ .text.z_log_msg_enqueue
+                0x0000000000000000       0x70 zephyr/libzephyr.a(log_core.c.obj)
+ .text.log_set_tag
+                0x0000000000000000        0x6 zephyr/libzephyr.a(log_core.c.obj)
+ .text.log_mem_get_usage
+                0x0000000000000000       0x14 zephyr/libzephyr.a(log_core.c.obj)
+ .text.log_mem_get_max_usage
+                0x0000000000000000        0xc zephyr/libzephyr.a(log_core.c.obj)
+ .bss.unordered_cnt
+                0x0000000000000000        0x4 zephyr/libzephyr.a(log_core.c.obj)
+ .bss.prev_timestamp
+                0x0000000000000000        0x4 zephyr/libzephyr.a(log_core.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/libzephyr.a(log_mgmt.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/libzephyr.a(log_mgmt.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/libzephyr.a(log_mgmt.c.obj)
+ .text.domain_id_cmp
+                0x0000000000000000        0x8 zephyr/libzephyr.a(log_mgmt.c.obj)
+ .text.source_id_cmp
+                0x0000000000000000        0xe zephyr/libzephyr.a(log_mgmt.c.obj)
+ .text.z_log_link_get_dynamic_filter
+                0x0000000000000000       0x40 zephyr/libzephyr.a(log_mgmt.c.obj)
+ .text.z_log_ext_domain_count
+                0x0000000000000000       0x20 zephyr/libzephyr.a(log_mgmt.c.obj)
+ .text.log_src_cnt_get
+                0x0000000000000000       0x14 zephyr/libzephyr.a(log_mgmt.c.obj)
+ .rodata.log_domain_name_get.str1.1
+                0x0000000000000000        0x1 zephyr/libzephyr.a(log_mgmt.c.obj)
+ .text.log_domain_name_get
+                0x0000000000000000        0x8 zephyr/libzephyr.a(log_mgmt.c.obj)
+ .text.log_compiled_level_get
+                0x0000000000000000       0x20 zephyr/libzephyr.a(log_mgmt.c.obj)
+ .text.z_log_link_set_runtime_level
+                0x0000000000000000       0x40 zephyr/libzephyr.a(log_mgmt.c.obj)
+ .text.z_log_runtime_filters_init
+                0x0000000000000000       0x3c zephyr/libzephyr.a(log_mgmt.c.obj)
+ .text.log_source_id_get
+                0x0000000000000000       0x38 zephyr/libzephyr.a(log_mgmt.c.obj)
+ .text.filter_set
+                0x0000000000000000       0x20 zephyr/libzephyr.a(log_mgmt.c.obj)
+ .text.z_impl_log_filter_set
+                0x0000000000000000       0x20 zephyr/libzephyr.a(log_mgmt.c.obj)
+ .text.z_impl_log_frontend_filter_set
+                0x0000000000000000       0x20 zephyr/libzephyr.a(log_mgmt.c.obj)
+ .text.log_backend_get_by_name
+                0x0000000000000000       0x2c zephyr/libzephyr.a(log_mgmt.c.obj)
+ .text.log_backend_disable
+                0x0000000000000000        0x8 zephyr/libzephyr.a(log_mgmt.c.obj)
+ .text.log_filter_get
+                0x0000000000000000       0x20 zephyr/libzephyr.a(log_mgmt.c.obj)
+ .text.log_frontend_filter_get
+                0x0000000000000000        0x4 zephyr/libzephyr.a(log_mgmt.c.obj)
+ .text.z_log_links_initiate
+                0x0000000000000000       0x4c zephyr/libzephyr.a(log_mgmt.c.obj)
+ .rodata.sname_cache_config.0
+                0x0000000000000000       0x10 zephyr/libzephyr.a(log_mgmt.c.obj)
+ .rodata.dname_cache_config.1
+                0x0000000000000000       0x10 zephyr/libzephyr.a(log_mgmt.c.obj)
+ .bss.sname_cache
+                0x0000000000000000       0x20 zephyr/libzephyr.a(log_mgmt.c.obj)
+ .bss.dname_cache
+                0x0000000000000000       0x20 zephyr/libzephyr.a(log_mgmt.c.obj)
+ .bss.sname_cache_buffer
+                0x0000000000000000        0x9 zephyr/libzephyr.a(log_mgmt.c.obj)
+ .bss.dname_cache_buffer
+                0x0000000000000000        0x9 zephyr/libzephyr.a(log_mgmt.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/libzephyr.a(log_cache.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/libzephyr.a(log_cache.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/libzephyr.a(log_cache.c.obj)
+ .text.log_cache_init
+                0x0000000000000000       0x54 zephyr/libzephyr.a(log_cache.c.obj)
+ .text.log_cache_get
+                0x0000000000000000       0xa6 zephyr/libzephyr.a(log_cache.c.obj)
+ .text.log_cache_put
+                0x0000000000000000       0x14 zephyr/libzephyr.a(log_cache.c.obj)
+ .text.log_cache_release
+                0x0000000000000000       0x14 zephyr/libzephyr.a(log_cache.c.obj)
+ .debug_info    0x0000000000000000     0x10aa zephyr/libzephyr.a(log_cache.c.obj)
+ .debug_abbrev  0x0000000000000000      0x2ba zephyr/libzephyr.a(log_cache.c.obj)
+ .debug_loc     0x0000000000000000      0xa37 zephyr/libzephyr.a(log_cache.c.obj)
+ .debug_aranges
+                0x0000000000000000       0x38 zephyr/libzephyr.a(log_cache.c.obj)
+ .debug_ranges  0x0000000000000000      0x220 zephyr/libzephyr.a(log_cache.c.obj)
+ .debug_line    0x0000000000000000      0x7ce zephyr/libzephyr.a(log_cache.c.obj)
+ .debug_str     0x0000000000000000      0x4ba zephyr/libzephyr.a(log_cache.c.obj)
+ .comment       0x0000000000000000       0x21 zephyr/libzephyr.a(log_cache.c.obj)
+ .debug_frame   0x0000000000000000       0x70 zephyr/libzephyr.a(log_cache.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/libzephyr.a(log_msg.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/libzephyr.a(log_msg.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/libzephyr.a(log_msg.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/libzephyr.a(log_output.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/libzephyr.a(log_output.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/libzephyr.a(log_output.c.obj)
+ .text.log_output_timestamp_to_us
+                0x0000000000000000       0x28 zephyr/libzephyr.a(log_output.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/libzephyr.a(log_backend_uart.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/libzephyr.a(log_backend_uart.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/libzephyr.a(log_backend_uart.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/libzephyr.a(flash_map.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/libzephyr.a(flash_map.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/libzephyr.a(flash_map.c.obj)
+ .text.flash_area_foreach
+                0x0000000000000000       0x30 zephyr/libzephyr.a(flash_map.c.obj)
+ .text.flash_area_read
+                0x0000000000000000       0x2a zephyr/libzephyr.a(flash_map.c.obj)
+ .text.flash_area_write
+                0x0000000000000000       0x2a zephyr/libzephyr.a(flash_map.c.obj)
+ .text.flash_area_erase
+                0x0000000000000000       0x28 zephyr/libzephyr.a(flash_map.c.obj)
+ .text.flash_area_align
+                0x0000000000000000        0xe zephyr/libzephyr.a(flash_map.c.obj)
+ .text.flash_area_has_driver
+                0x0000000000000000       0x14 zephyr/libzephyr.a(flash_map.c.obj)
+ .text.flash_area_get_device
+                0x0000000000000000        0x4 zephyr/libzephyr.a(flash_map.c.obj)
+ .text.flash_area_erased_val
+                0x0000000000000000        0xe zephyr/libzephyr.a(flash_map.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/libzephyr.a(flash_map_default.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/libzephyr.a(flash_map_default.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/libzephyr.a(flash_map_default.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/libzephyr.a(flash_map_layout.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/libzephyr.a(flash_map_layout.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/libzephyr.a(flash_map_layout.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/libzephyr.a(tracing_none.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/libzephyr.a(tracing_none.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/libzephyr.a(tracing_none.c.obj)
+ .text.sys_trace_isr_enter
+                0x0000000000000000        0x2 zephyr/libzephyr.a(tracing_none.c.obj)
+ .text.sys_trace_isr_exit
+                0x0000000000000000        0x2 zephyr/libzephyr.a(tracing_none.c.obj)
+ .text.sys_trace_isr_exit_to_scheduler
+                0x0000000000000000        0x2 zephyr/libzephyr.a(tracing_none.c.obj)
+ .text.sys_trace_idle
+                0x0000000000000000        0x2 zephyr/libzephyr.a(tracing_none.c.obj)
+ .debug_info    0x0000000000000000       0x56 zephyr/libzephyr.a(tracing_none.c.obj)
+ .debug_abbrev  0x0000000000000000       0x48 zephyr/libzephyr.a(tracing_none.c.obj)
+ .debug_aranges
+                0x0000000000000000       0x38 zephyr/libzephyr.a(tracing_none.c.obj)
+ .debug_ranges  0x0000000000000000       0x28 zephyr/libzephyr.a(tracing_none.c.obj)
+ .debug_line    0x0000000000000000       0x93 zephyr/libzephyr.a(tracing_none.c.obj)
+ .debug_str     0x0000000000000000      0x1ee zephyr/libzephyr.a(tracing_none.c.obj)
+ .comment       0x0000000000000000       0x21 zephyr/libzephyr.a(tracing_none.c.obj)
+ .debug_frame   0x0000000000000000       0x50 zephyr/libzephyr.a(tracing_none.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/libzephyr.a(addr_utils.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/libzephyr.a(addr_utils.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/libzephyr.a(addr_utils.c.obj)
+ .debug_line    0x0000000000000000        0x0 zephyr/libzephyr.a(addr_utils.c.obj)
+ .debug_str     0x0000000000000000      0x19c zephyr/libzephyr.a(addr_utils.c.obj)
+ .comment       0x0000000000000000       0x21 zephyr/libzephyr.a(addr_utils.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/libzephyr.a(settings_store.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/libzephyr.a(settings_store.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/libzephyr.a(settings_store.c.obj)
+ .text.settings_load_subtree
+                0x0000000000000000       0x4c zephyr/libzephyr.a(settings_store.c.obj)
+ .text.settings_load
+                0x0000000000000000        0x6 zephyr/libzephyr.a(settings_store.c.obj)
+ .text.settings_delete
+                0x0000000000000000        0x8 zephyr/libzephyr.a(settings_store.c.obj)
+ .text.settings_save_subtree
+                0x0000000000000000       0xb0 zephyr/libzephyr.a(settings_store.c.obj)
+ .text.settings_save
+                0x0000000000000000        0x6 zephyr/libzephyr.a(settings_store.c.obj)
+ .text.settings_storage_get
+                0x0000000000000000       0x24 zephyr/libzephyr.a(settings_store.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/libzephyr.a(settings.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/libzephyr.a(settings.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/libzephyr.a(settings.c.obj)
+ .text.settings_register
+                0x0000000000000000       0x80 zephyr/libzephyr.a(settings.c.obj)
+ .text.settings_name_next
+                0x0000000000000000       0x24 zephyr/libzephyr.a(settings.c.obj)
+ .text.settings_commit_subtree
+                0x0000000000000000       0x70 zephyr/libzephyr.a(settings.c.obj)
+ .text.settings_commit
+                0x0000000000000000        0x6 zephyr/libzephyr.a(settings.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/libzephyr.a(settings_init.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/libzephyr.a(settings_init.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/libzephyr.a(settings_init.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/libzephyr.a(settings_line.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/libzephyr.a(settings_line.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/libzephyr.a(settings_line.c.obj)
+ .text.settings_line_raw_read_until
+                0x0000000000000000       0xbc zephyr/libzephyr.a(settings_line.c.obj)
+ .text.settings_line_write
+                0x0000000000000000       0xc8 zephyr/libzephyr.a(settings_line.c.obj)
+ .text.settings_line_len_calc
+                0x0000000000000000        0xe zephyr/libzephyr.a(settings_line.c.obj)
+ .text.settings_line_raw_read
+                0x0000000000000000       0x12 zephyr/libzephyr.a(settings_line.c.obj)
+ .text.settings_line_read_cb
+                0x0000000000000000       0x1e zephyr/libzephyr.a(settings_line.c.obj)
+ .text.settings_line_val_read
+                0x0000000000000000       0x16 zephyr/libzephyr.a(settings_line.c.obj)
+ .text.settings_line_val_get_len
+                0x0000000000000000       0x14 zephyr/libzephyr.a(settings_line.c.obj)
+ .text.settings_line_name_read
+                0x0000000000000000       0x20 zephyr/libzephyr.a(settings_line.c.obj)
+ .text.settings_line_entry_copy
+                0x0000000000000000       0x6c zephyr/libzephyr.a(settings_line.c.obj)
+ .text.settings_line_io_init
+                0x0000000000000000       0x14 zephyr/libzephyr.a(settings_line.c.obj)
+ .text.settings_line_dup_check_cb
+                0x0000000000000000       0x7a zephyr/libzephyr.a(settings_line.c.obj)
+ .text.settings_line_load_cb
+                0x0000000000000000       0x28 zephyr/libzephyr.a(settings_line.c.obj)
+ .bss.settings_io_cb
+                0x0000000000000000       0x10 zephyr/libzephyr.a(settings_line.c.obj)
+ .debug_info    0x0000000000000000     0x10e7 zephyr/libzephyr.a(settings_line.c.obj)
+ .debug_abbrev  0x0000000000000000      0x433 zephyr/libzephyr.a(settings_line.c.obj)
+ .debug_loc     0x0000000000000000      0xeb6 zephyr/libzephyr.a(settings_line.c.obj)
+ .debug_aranges
+                0x0000000000000000       0x78 zephyr/libzephyr.a(settings_line.c.obj)
+ .debug_ranges  0x0000000000000000       0xc0 zephyr/libzephyr.a(settings_line.c.obj)
+ .debug_line    0x0000000000000000      0x768 zephyr/libzephyr.a(settings_line.c.obj)
+ .debug_str     0x0000000000000000      0x674 zephyr/libzephyr.a(settings_line.c.obj)
+ .comment       0x0000000000000000       0x21 zephyr/libzephyr.a(settings_line.c.obj)
+ .debug_frame   0x0000000000000000      0x19c zephyr/libzephyr.a(settings_line.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/libzephyr.a(settings_nvs.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/libzephyr.a(settings_nvs.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/libzephyr.a(settings_nvs.c.obj)
+ .text.settings_nvs_src
+                0x0000000000000000       0x14 zephyr/libzephyr.a(settings_nvs.c.obj)
+ .text.settings_nvs_dst
+                0x0000000000000000       0x14 zephyr/libzephyr.a(settings_nvs.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/libzephyr.a(banner.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/libzephyr.a(banner.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/libzephyr.a(banner.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/libzephyr.a(host_extensions.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/libzephyr.a(host_extensions.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/libzephyr.a(host_extensions.c.obj)
+ .debug_info    0x0000000000000000       0x79 zephyr/libzephyr.a(host_extensions.c.obj)
+ .debug_abbrev  0x0000000000000000       0x26 zephyr/libzephyr.a(host_extensions.c.obj)
+ .debug_aranges
+                0x0000000000000000       0x18 zephyr/libzephyr.a(host_extensions.c.obj)
+ .debug_line    0x0000000000000000       0x60 zephyr/libzephyr.a(host_extensions.c.obj)
+ .debug_str     0x0000000000000000      0x245 zephyr/libzephyr.a(host_extensions.c.obj)
+ .comment       0x0000000000000000       0x21 zephyr/libzephyr.a(host_extensions.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/libzephyr.a(lis2mdl_reg.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/libzephyr.a(lis2mdl_reg.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/libzephyr.a(lis2mdl_reg.c.obj)
+ .text.lis2mdl_from_lsb_to_mgauss
+                0x0000000000000000       0x10 zephyr/libzephyr.a(lis2mdl_reg.c.obj)
+ .text.lis2mdl_from_lsb_to_celsius
+                0x0000000000000000       0x1c zephyr/libzephyr.a(lis2mdl_reg.c.obj)
+ .text.lis2mdl_mag_user_offset_get
+                0x0000000000000000       0x3c zephyr/libzephyr.a(lis2mdl_reg.c.obj)
+ .text.lis2mdl_operating_mode_get
+                0x0000000000000000       0x26 zephyr/libzephyr.a(lis2mdl_reg.c.obj)
+ .text.lis2mdl_data_rate_get
+                0x0000000000000000       0x2a zephyr/libzephyr.a(lis2mdl_reg.c.obj)
+ .text.lis2mdl_power_mode_set
+                0x0000000000000000       0x2e zephyr/libzephyr.a(lis2mdl_reg.c.obj)
+ .text.lis2mdl_power_mode_get
+                0x0000000000000000       0x1c zephyr/libzephyr.a(lis2mdl_reg.c.obj)
+ .text.lis2mdl_offset_temp_comp_get
+                0x0000000000000000       0x1c zephyr/libzephyr.a(lis2mdl_reg.c.obj)
+ .text.lis2mdl_low_pass_bandwidth_set
+                0x0000000000000000       0x2e zephyr/libzephyr.a(lis2mdl_reg.c.obj)
+ .text.lis2mdl_low_pass_bandwidth_get
+                0x0000000000000000       0x1c zephyr/libzephyr.a(lis2mdl_reg.c.obj)
+ .text.lis2mdl_set_rst_mode_get
+                0x0000000000000000       0x28 zephyr/libzephyr.a(lis2mdl_reg.c.obj)
+ .text.lis2mdl_set_rst_sensor_single_get
+                0x0000000000000000       0x1c zephyr/libzephyr.a(lis2mdl_reg.c.obj)
+ .text.lis2mdl_block_data_update_get
+                0x0000000000000000       0x1c zephyr/libzephyr.a(lis2mdl_reg.c.obj)
+ .text.lis2mdl_mag_data_ready_get
+                0x0000000000000000       0x1c zephyr/libzephyr.a(lis2mdl_reg.c.obj)
+ .text.lis2mdl_mag_data_ovr_get
+                0x0000000000000000       0x1c zephyr/libzephyr.a(lis2mdl_reg.c.obj)
+ .text.lis2mdl_reset_get
+                0x0000000000000000       0x1c zephyr/libzephyr.a(lis2mdl_reg.c.obj)
+ .text.lis2mdl_boot_get
+                0x0000000000000000       0x1c zephyr/libzephyr.a(lis2mdl_reg.c.obj)
+ .text.lis2mdl_self_test_set
+                0x0000000000000000       0x2e zephyr/libzephyr.a(lis2mdl_reg.c.obj)
+ .text.lis2mdl_self_test_get
+                0x0000000000000000       0x1c zephyr/libzephyr.a(lis2mdl_reg.c.obj)
+ .text.lis2mdl_data_format_set
+                0x0000000000000000       0x2e zephyr/libzephyr.a(lis2mdl_reg.c.obj)
+ .text.lis2mdl_data_format_get
+                0x0000000000000000       0x1c zephyr/libzephyr.a(lis2mdl_reg.c.obj)
+ .text.lis2mdl_status_get
+                0x0000000000000000        0xe zephyr/libzephyr.a(lis2mdl_reg.c.obj)
+ .text.lis2mdl_offset_int_conf_set
+                0x0000000000000000       0x2e zephyr/libzephyr.a(lis2mdl_reg.c.obj)
+ .text.lis2mdl_offset_int_conf_get
+                0x0000000000000000       0x1c zephyr/libzephyr.a(lis2mdl_reg.c.obj)
+ .text.lis2mdl_drdy_on_pin_get
+                0x0000000000000000       0x1c zephyr/libzephyr.a(lis2mdl_reg.c.obj)
+ .text.lis2mdl_int_on_pin_set
+                0x0000000000000000       0x2e zephyr/libzephyr.a(lis2mdl_reg.c.obj)
+ .text.lis2mdl_int_on_pin_get
+                0x0000000000000000       0x1c zephyr/libzephyr.a(lis2mdl_reg.c.obj)
+ .text.lis2mdl_int_gen_conf_set
+                0x0000000000000000        0xe zephyr/libzephyr.a(lis2mdl_reg.c.obj)
+ .text.lis2mdl_int_gen_conf_get
+                0x0000000000000000        0xe zephyr/libzephyr.a(lis2mdl_reg.c.obj)
+ .text.lis2mdl_int_gen_source_get
+                0x0000000000000000        0xe zephyr/libzephyr.a(lis2mdl_reg.c.obj)
+ .text.lis2mdl_int_gen_treshold_set
+                0x0000000000000000       0x16 zephyr/libzephyr.a(lis2mdl_reg.c.obj)
+ .text.lis2mdl_int_gen_treshold_get
+                0x0000000000000000       0x20 zephyr/libzephyr.a(lis2mdl_reg.c.obj)
+ .text.lis2mdl_spi_mode_get
+                0x0000000000000000       0x1c zephyr/libzephyr.a(lis2mdl_reg.c.obj)
+ .text.lis2mdl_i2c_interface_set
+                0x0000000000000000       0x2e zephyr/libzephyr.a(lis2mdl_reg.c.obj)
+ .text.lis2mdl_i2c_interface_get
+                0x0000000000000000       0x1c zephyr/libzephyr.a(lis2mdl_reg.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/libzephyr.a(utils.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/libzephyr.a(utils.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/libzephyr.a(utils.c.obj)
+ .text._compare
+                0x0000000000000000       0x1a zephyr/libzephyr.a(utils.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/libzephyr.a(aes_decrypt.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/libzephyr.a(aes_decrypt.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/libzephyr.a(aes_decrypt.c.obj)
+ .text.add_round_key
+                0x0000000000000000       0x8a zephyr/libzephyr.a(aes_decrypt.c.obj)
+ .text.inv_sub_bytes
+                0x0000000000000000       0x18 zephyr/libzephyr.a(aes_decrypt.c.obj)
+ .text.inv_shift_rows
+                0x0000000000000000       0x72 zephyr/libzephyr.a(aes_decrypt.c.obj)
+ .text.mult_row_column
+                0x0000000000000000      0x252 zephyr/libzephyr.a(aes_decrypt.c.obj)
+ .text.tc_aes128_set_decrypt_key
+                0x0000000000000000        0x4 zephyr/libzephyr.a(aes_decrypt.c.obj)
+ .text.tc_aes_decrypt
+                0x0000000000000000       0xae zephyr/libzephyr.a(aes_decrypt.c.obj)
+ .rodata.inv_sbox
+                0x0000000000000000      0x100 zephyr/libzephyr.a(aes_decrypt.c.obj)
+ .debug_info    0x0000000000000000      0x7bf zephyr/libzephyr.a(aes_decrypt.c.obj)
+ .debug_abbrev  0x0000000000000000      0x206 zephyr/libzephyr.a(aes_decrypt.c.obj)
+ .debug_loc     0x0000000000000000      0x218 zephyr/libzephyr.a(aes_decrypt.c.obj)
+ .debug_aranges
+                0x0000000000000000       0x48 zephyr/libzephyr.a(aes_decrypt.c.obj)
+ .debug_ranges  0x0000000000000000       0x50 zephyr/libzephyr.a(aes_decrypt.c.obj)
+ .debug_line    0x0000000000000000      0x481 zephyr/libzephyr.a(aes_decrypt.c.obj)
+ .debug_str     0x0000000000000000      0x323 zephyr/libzephyr.a(aes_decrypt.c.obj)
+ .comment       0x0000000000000000       0x21 zephyr/libzephyr.a(aes_decrypt.c.obj)
+ .debug_frame   0x0000000000000000       0xac zephyr/libzephyr.a(aes_decrypt.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/libzephyr.a(aes_encrypt.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/libzephyr.a(aes_encrypt.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/libzephyr.a(aes_encrypt.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/libzephyr.a(cmac_mode.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/libzephyr.a(cmac_mode.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/libzephyr.a(cmac_mode.c.obj)
+ .rodata.gf_wrap
+                0x0000000000000000        0x1 zephyr/libzephyr.a(cmac_mode.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/arch/common/libarch__common.a(sw_isr_common.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/arch/common/libarch__common.a(sw_isr_common.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/arch/common/libarch__common.a(sw_isr_common.c.obj)
+ .text.z_get_sw_isr_table_idx
+                0x0000000000000000        0x2 zephyr/arch/common/libarch__common.a(sw_isr_common.c.obj)
+ .debug_info    0x0000000000000000       0xba zephyr/arch/common/libarch__common.a(sw_isr_common.c.obj)
+ .debug_abbrev  0x0000000000000000       0x6b zephyr/arch/common/libarch__common.a(sw_isr_common.c.obj)
+ .debug_loc     0x0000000000000000       0x15 zephyr/arch/common/libarch__common.a(sw_isr_common.c.obj)
+ .debug_aranges
+                0x0000000000000000       0x20 zephyr/arch/common/libarch__common.a(sw_isr_common.c.obj)
+ .debug_ranges  0x0000000000000000       0x10 zephyr/arch/common/libarch__common.a(sw_isr_common.c.obj)
+ .debug_line    0x0000000000000000       0x6b zephyr/arch/common/libarch__common.a(sw_isr_common.c.obj)
+ .debug_str     0x0000000000000000      0x252 zephyr/arch/common/libarch__common.a(sw_isr_common.c.obj)
+ .comment       0x0000000000000000       0x21 zephyr/arch/common/libarch__common.a(sw_isr_common.c.obj)
+ .debug_frame   0x0000000000000000       0x20 zephyr/arch/common/libarch__common.a(sw_isr_common.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/arch/arch/arm/core/libarch__arm__core.a(fatal.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/arch/arch/arm/core/libarch__arm__core.a(fatal.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/arch/arch/arm/core/libarch__arm__core.a(fatal.c.obj)
+ .text.arch_syscall_oops
+                0x0000000000000000       0x1c zephyr/arch/arch/arm/core/libarch__arm__core.a(fatal.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/arch/arch/arm/core/libarch__arm__core.a(nmi.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/arch/arch/arm/core/libarch__arm__core.a(nmi.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/arch/arch/arm/core/libarch__arm__core.a(nmi.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/arch/arch/arm/core/libarch__arm__core.a(nmi_on_reset.S.obj)
+ .data          0x0000000000000000        0x0 zephyr/arch/arch/arm/core/libarch__arm__core.a(nmi_on_reset.S.obj)
+ .bss           0x0000000000000000        0x0 zephyr/arch/arch/arm/core/libarch__arm__core.a(nmi_on_reset.S.obj)
+ .text          0x0000000000000000        0x0 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(exc_exit.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(exc_exit.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(exc_exit.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(fault.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(fault.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(fault.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(fault_s.S.obj)
+ .data          0x0000000000000000        0x0 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(fault_s.S.obj)
+ .bss           0x0000000000000000        0x0 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(fault_s.S.obj)
+ .text          0x0000000000000000        0x0 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(fpu.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(fpu.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(fpu.c.obj)
+ .text.z_arm_save_fp_context
+                0x0000000000000000        0x2 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(fpu.c.obj)
+ .text.z_arm_restore_fp_context
+                0x0000000000000000        0x2 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(fpu.c.obj)
+ .debug_info    0x0000000000000000      0x146 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(fpu.c.obj)
+ .debug_abbrev  0x0000000000000000       0xcd zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(fpu.c.obj)
+ .debug_aranges
+                0x0000000000000000       0x28 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(fpu.c.obj)
+ .debug_ranges  0x0000000000000000       0x18 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(fpu.c.obj)
+ .debug_line    0x0000000000000000      0x15f zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(fpu.c.obj)
+ .debug_str     0x0000000000000000      0x2b3 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(fpu.c.obj)
+ .comment       0x0000000000000000       0x21 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(fpu.c.obj)
+ .debug_frame   0x0000000000000000       0x30 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(fpu.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(reset.S.obj)
+ .data          0x0000000000000000        0x0 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(reset.S.obj)
+ .bss           0x0000000000000000        0x0 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(reset.S.obj)
+ .text          0x0000000000000000        0x0 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(scb.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(scb.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(scb.c.obj)
+ .text.sys_arch_reboot
+                0x0000000000000000       0x24 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(scb.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(thread_abort.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(thread_abort.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(thread_abort.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(vector_table.S.obj)
+ .data          0x0000000000000000        0x0 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(vector_table.S.obj)
+ .bss           0x0000000000000000        0x0 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(vector_table.S.obj)
+ .text          0x0000000000000000        0x0 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(swap.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(swap.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(swap.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(swap_helper.S.obj)
+ .data          0x0000000000000000        0x0 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(swap_helper.S.obj)
+ .bss           0x0000000000000000        0x0 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(swap_helper.S.obj)
+ .text          0x0000000000000000        0x0 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(irq_manage.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(irq_manage.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(irq_manage.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(prep_c.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(prep_c.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(prep_c.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(thread.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(thread.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(thread.c.obj)
+ .text.arch_irq_lock_outlined
+                0x0000000000000000       0x10 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(thread.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(cpu_idle.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(cpu_idle.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(cpu_idle.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(irq_init.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(irq_init.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(irq_init.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(isr_wrapper.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(isr_wrapper.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(isr_wrapper.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/lib/libc/newlib/liblib__libc__newlib.a(libc-hooks.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/lib/libc/newlib/liblib__libc__newlib.a(libc-hooks.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/lib/libc/newlib/liblib__libc__newlib.a(libc-hooks.c.obj)
+ .text.__stdin_hook_install
+                0x0000000000000000        0xc zephyr/lib/libc/newlib/liblib__libc__newlib.a(libc-hooks.c.obj)
+ .text._open    0x0000000000000000        0x6 zephyr/lib/libc/newlib/liblib__libc__newlib.a(libc-hooks.c.obj)
+ .text._kill    0x0000000000000000        0x4 zephyr/lib/libc/newlib/liblib__libc__newlib.a(libc-hooks.c.obj)
+ .text._getpid  0x0000000000000000        0x4 zephyr/lib/libc/newlib/liblib__libc__newlib.a(libc-hooks.c.obj)
+ .rodata._exit.str1.1
+                0x0000000000000000        0x6 zephyr/lib/libc/newlib/liblib__libc__newlib.a(libc-hooks.c.obj)
+ .text._exit    0x0000000000000000       0x10 zephyr/lib/libc/newlib/liblib__libc__newlib.a(libc-hooks.c.obj)
+ .text.__retarget_lock_init
+                0x0000000000000000       0x18 zephyr/lib/libc/newlib/liblib__libc__newlib.a(libc-hooks.c.obj)
+ .text.__retarget_lock_close
+                0x0000000000000000        0x4 zephyr/lib/libc/newlib/liblib__libc__newlib.a(libc-hooks.c.obj)
+ .text.__retarget_lock_close_recursive
+                0x0000000000000000        0x4 zephyr/lib/libc/newlib/liblib__libc__newlib.a(libc-hooks.c.obj)
+ .text.__retarget_lock_acquire
+                0x0000000000000000        0xc zephyr/lib/libc/newlib/liblib__libc__newlib.a(libc-hooks.c.obj)
+ .text.__retarget_lock_try_acquire
+                0x0000000000000000       0x12 zephyr/lib/libc/newlib/liblib__libc__newlib.a(libc-hooks.c.obj)
+ .text.__retarget_lock_try_acquire_recursive
+                0x0000000000000000       0x12 zephyr/lib/libc/newlib/liblib__libc__newlib.a(libc-hooks.c.obj)
+ .text.__retarget_lock_release
+                0x0000000000000000        0x4 zephyr/lib/libc/newlib/liblib__libc__newlib.a(libc-hooks.c.obj)
+ .text.__errno  0x0000000000000000        0x4 zephyr/lib/libc/newlib/liblib__libc__newlib.a(libc-hooks.c.obj)
+ .text.__chk_fail
+                0x0000000000000000       0x20 zephyr/lib/libc/newlib/liblib__libc__newlib.a(libc-hooks.c.obj)
+ .text._gettimeofday
+                0x0000000000000000        0x6 zephyr/lib/libc/newlib/liblib__libc__newlib.a(libc-hooks.c.obj)
+ .rodata.chk_fail_msg.0
+                0x0000000000000000       0x1e zephyr/lib/libc/newlib/liblib__libc__newlib.a(libc-hooks.c.obj)
+ ._k_sem.static.__lock___arc4random_mutex_
+                0x0000000000000000       0x18 zephyr/lib/libc/newlib/liblib__libc__newlib.a(libc-hooks.c.obj)
+ ._k_sem.static.__lock___dd_hash_mutex_
+                0x0000000000000000       0x18 zephyr/lib/libc/newlib/liblib__libc__newlib.a(libc-hooks.c.obj)
+ ._k_sem.static.__lock___tz_mutex_
+                0x0000000000000000       0x18 zephyr/lib/libc/newlib/liblib__libc__newlib.a(libc-hooks.c.obj)
+ ._k_sem.static.__lock___at_quick_exit_mutex_
+                0x0000000000000000       0x18 zephyr/lib/libc/newlib/liblib__libc__newlib.a(libc-hooks.c.obj)
+ ._k_mutex.static.__lock___env_recursive_mutex_
+                0x0000000000000000       0x14 zephyr/lib/libc/newlib/liblib__libc__newlib.a(libc-hooks.c.obj)
+ ._k_mutex.static.__lock___atexit_recursive_mutex_
+                0x0000000000000000       0x14 zephyr/lib/libc/newlib/liblib__libc__newlib.a(libc-hooks.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/lib/libc/common/liblib__libc__common.a(abort.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/lib/libc/common/liblib__libc__common.a(abort.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/lib/libc/common/liblib__libc__common.a(abort.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/soc/soc/nrf52833/libsoc__nordic.a(validate_base_addresses.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/soc/soc/nrf52833/libsoc__nordic.a(validate_base_addresses.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/soc/soc/nrf52833/libsoc__nordic.a(validate_base_addresses.c.obj)
+ .debug_info    0x0000000000000000       0x79 zephyr/soc/soc/nrf52833/libsoc__nordic.a(validate_base_addresses.c.obj)
+ .debug_abbrev  0x0000000000000000       0x26 zephyr/soc/soc/nrf52833/libsoc__nordic.a(validate_base_addresses.c.obj)
+ .debug_aranges
+                0x0000000000000000       0x18 zephyr/soc/soc/nrf52833/libsoc__nordic.a(validate_base_addresses.c.obj)
+ .debug_line    0x0000000000000000       0x55 zephyr/soc/soc/nrf52833/libsoc__nordic.a(validate_base_addresses.c.obj)
+ .debug_str     0x0000000000000000      0x23a zephyr/soc/soc/nrf52833/libsoc__nordic.a(validate_base_addresses.c.obj)
+ .comment       0x0000000000000000       0x21 zephyr/soc/soc/nrf52833/libsoc__nordic.a(validate_base_addresses.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/soc/soc/nrf52833/libsoc__nordic.a(validate_binding_headers.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/soc/soc/nrf52833/libsoc__nordic.a(validate_binding_headers.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/soc/soc/nrf52833/libsoc__nordic.a(validate_binding_headers.c.obj)
+ .debug_info    0x0000000000000000       0x64 zephyr/soc/soc/nrf52833/libsoc__nordic.a(validate_binding_headers.c.obj)
+ .debug_abbrev  0x0000000000000000       0x26 zephyr/soc/soc/nrf52833/libsoc__nordic.a(validate_binding_headers.c.obj)
+ .debug_aranges
+                0x0000000000000000       0x18 zephyr/soc/soc/nrf52833/libsoc__nordic.a(validate_binding_headers.c.obj)
+ .debug_line    0x0000000000000000       0x56 zephyr/soc/soc/nrf52833/libsoc__nordic.a(validate_binding_headers.c.obj)
+ .debug_str     0x0000000000000000      0x224 zephyr/soc/soc/nrf52833/libsoc__nordic.a(validate_binding_headers.c.obj)
+ .comment       0x0000000000000000       0x21 zephyr/soc/soc/nrf52833/libsoc__nordic.a(validate_binding_headers.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/soc/soc/nrf52833/libsoc__nordic.a(validate_enabled_instances.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/soc/soc/nrf52833/libsoc__nordic.a(validate_enabled_instances.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/soc/soc/nrf52833/libsoc__nordic.a(validate_enabled_instances.c.obj)
+ .debug_info    0x0000000000000000       0x79 zephyr/soc/soc/nrf52833/libsoc__nordic.a(validate_enabled_instances.c.obj)
+ .debug_abbrev  0x0000000000000000       0x26 zephyr/soc/soc/nrf52833/libsoc__nordic.a(validate_enabled_instances.c.obj)
+ .debug_aranges
+                0x0000000000000000       0x18 zephyr/soc/soc/nrf52833/libsoc__nordic.a(validate_enabled_instances.c.obj)
+ .debug_line    0x0000000000000000       0x58 zephyr/soc/soc/nrf52833/libsoc__nordic.a(validate_enabled_instances.c.obj)
+ .debug_str     0x0000000000000000      0x23d zephyr/soc/soc/nrf52833/libsoc__nordic.a(validate_enabled_instances.c.obj)
+ .comment       0x0000000000000000       0x21 zephyr/soc/soc/nrf52833/libsoc__nordic.a(validate_enabled_instances.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/soc/soc/nrf52833/libsoc__nordic.a(soc.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/soc/soc/nrf52833/libsoc__nordic.a(soc.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/soc/soc/nrf52833/libsoc__nordic.a(soc.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/subsys/lorawan/libloramac-node.a(lorawan.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/subsys/lorawan/libloramac-node.a(lorawan.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/subsys/lorawan/libloramac-node.a(lorawan.c.obj)
+ .rodata.lorawan_set_class.str1.1
+                0x0000000000000000       0x3a zephyr/subsys/lorawan/libloramac-node.a(lorawan.c.obj)
+ .text.lorawan_set_class
+                0x0000000000000000       0x90 zephyr/subsys/lorawan/libloramac-node.a(lorawan.c.obj)
+ .text.lorawan_set_channels_mask
+                0x0000000000000000       0x30 zephyr/subsys/lorawan/libloramac-node.a(lorawan.c.obj)
+ .text.lorawan_get_min_datarate
+                0x0000000000000000       0x1a zephyr/subsys/lorawan/libloramac-node.a(lorawan.c.obj)
+ .text.lorawan_enable_adr
+                0x0000000000000000       0x28 zephyr/subsys/lorawan/libloramac-node.a(lorawan.c.obj)
+ .text.lorawan_set_conf_msg_tries
+                0x0000000000000000       0x24 zephyr/subsys/lorawan/libloramac-node.a(lorawan.c.obj)
+ .text.lorawan_register_battery_level_callback
+                0x0000000000000000        0xc zephyr/subsys/lorawan/libloramac-node.a(lorawan.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/subsys/lorawan/libloramac-node.a(lw_priv.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/subsys/lorawan/libloramac-node.a(lw_priv.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/subsys/lorawan/libloramac-node.a(lw_priv.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/subsys/lorawan/libloramac-node.a(lorawan_nvm_settings.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/subsys/lorawan/libloramac-node.a(lorawan_nvm_settings.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/subsys/lorawan/libloramac-node.a(lorawan_nvm_settings.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/subsys/lorawan/libloramac-node.a(hal_common.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/subsys/lorawan/libloramac-node.a(hal_common.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/subsys/lorawan/libloramac-node.a(hal_common.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/subsys/lorawan/libloramac-node.a(sx12xx_common.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/subsys/lorawan/libloramac-node.a(sx12xx_common.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/subsys/lorawan/libloramac-node.a(sx12xx_common.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/subsys/lorawan/libloramac-node.a(sx127x.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/subsys/lorawan/libloramac-node.a(sx127x.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/subsys/lorawan/libloramac-node.a(sx127x.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/subsys/lorawan/libloramac-node.a(utilities.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/subsys/lorawan/libloramac-node.a(utilities.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/subsys/lorawan/libloramac-node.a(utilities.c.obj)
+ .text.Nibble2HexChar
+                0x0000000000000000       0x16 zephyr/subsys/lorawan/libloramac-node.a(utilities.c.obj)
+ .text.Crc32Init
+                0x0000000000000000        0x6 zephyr/subsys/lorawan/libloramac-node.a(utilities.c.obj)
+ .text.Crc32Update
+                0x0000000000000000       0x34 zephyr/subsys/lorawan/libloramac-node.a(utilities.c.obj)
+ .text.Crc32Finalize
+                0x0000000000000000        0x4 zephyr/subsys/lorawan/libloramac-node.a(utilities.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/subsys/lorawan/libloramac-node.a(systime.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/subsys/lorawan/libloramac-node.a(systime.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/subsys/lorawan/libloramac-node.a(systime.c.obj)
+ .text.CalendarDiv61
+                0x0000000000000000       0x2c zephyr/subsys/lorawan/libloramac-node.a(systime.c.obj)
+ .text.CalendarDiv60
+                0x0000000000000000       0x2e zephyr/subsys/lorawan/libloramac-node.a(systime.c.obj)
+ .text.SysTimeToMs
+                0x0000000000000000       0x3e zephyr/subsys/lorawan/libloramac-node.a(systime.c.obj)
+ .text.SysTimeFromMs
+                0x0000000000000000       0x40 zephyr/subsys/lorawan/libloramac-node.a(systime.c.obj)
+ .text.SysTimeMkTime
+                0x0000000000000000       0x78 zephyr/subsys/lorawan/libloramac-node.a(systime.c.obj)
+ .text.SysTimeLocalTime
+                0x0000000000000000      0x128 zephyr/subsys/lorawan/libloramac-node.a(systime.c.obj)
+ .rodata.str1.1
+                0x0000000000000000       0x1c zephyr/subsys/lorawan/libloramac-node.a(systime.c.obj)
+ .data.WeekDayString
+                0x0000000000000000       0x1c zephyr/subsys/lorawan/libloramac-node.a(systime.c.obj)
+ .rodata        0x0000000000000000       0x10 zephyr/subsys/lorawan/libloramac-node.a(systime.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/subsys/lorawan/libloramac-node.a(timer.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/subsys/lorawan/libloramac-node.a(timer.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/subsys/lorawan/libloramac-node.a(timer.c.obj)
+ .text.TimerSetContext
+                0x0000000000000000        0x4 zephyr/subsys/lorawan/libloramac-node.a(timer.c.obj)
+ .text.TimerIsStarted
+                0x0000000000000000        0x4 zephyr/subsys/lorawan/libloramac-node.a(timer.c.obj)
+ .text.TimerReset
+                0x0000000000000000       0x12 zephyr/subsys/lorawan/libloramac-node.a(timer.c.obj)
+ .text.TimerTempCompensation
+                0x0000000000000000        0x4 zephyr/subsys/lorawan/libloramac-node.a(timer.c.obj)
+ .text.TimerProcess
+                0x0000000000000000        0x4 zephyr/subsys/lorawan/libloramac-node.a(timer.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/subsys/lorawan/libloramac-node.a(delay.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/subsys/lorawan/libloramac-node.a(delay.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/subsys/lorawan/libloramac-node.a(delay.c.obj)
+ .text.Delay    0x0000000000000000       0x18 zephyr/subsys/lorawan/libloramac-node.a(delay.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/subsys/lorawan/libloramac-node.a(sx1276.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/subsys/lorawan/libloramac-node.a(sx1276.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/subsys/lorawan/libloramac-node.a(sx1276.c.obj)
+ .text.SX1276StartCad
+                0x0000000000000000       0x3c zephyr/subsys/lorawan/libloramac-node.a(sx1276.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/subsys/lorawan/libloramac-node.a(aes.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/subsys/lorawan/libloramac-node.a(aes.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/subsys/lorawan/libloramac-node.a(aes.c.obj)
+ .text.aes_cbc_encrypt
+                0x0000000000000000       0x90 zephyr/subsys/lorawan/libloramac-node.a(aes.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/subsys/lorawan/libloramac-node.a(cmac.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/subsys/lorawan/libloramac-node.a(cmac.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/subsys/lorawan/libloramac-node.a(cmac.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/subsys/lorawan/libloramac-node.a(soft-se.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/subsys/lorawan/libloramac-node.a(soft-se.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/subsys/lorawan/libloramac-node.a(soft-se.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/subsys/lorawan/libloramac-node.a(soft-se-hal.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/subsys/lorawan/libloramac-node.a(soft-se-hal.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/subsys/lorawan/libloramac-node.a(soft-se-hal.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/subsys/lorawan/libloramac-node.a(LoRaMac.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/subsys/lorawan/libloramac-node.a(LoRaMac.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/subsys/lorawan/libloramac-node.a(LoRaMac.c.obj)
+ .text.LoRaMacStop
+                0x0000000000000000       0x3c zephyr/subsys/lorawan/libloramac-node.a(LoRaMac.c.obj)
+ .text.LoRaMacChannelAdd
+                0x0000000000000000       0x3c zephyr/subsys/lorawan/libloramac-node.a(LoRaMac.c.obj)
+ .text.LoRaMacChannelRemove
+                0x0000000000000000       0x3c zephyr/subsys/lorawan/libloramac-node.a(LoRaMac.c.obj)
+ .text.LoRaMacMcChannelSetup
+                0x0000000000000000       0xc0 zephyr/subsys/lorawan/libloramac-node.a(LoRaMac.c.obj)
+ .text.LoRaMacMcChannelDelete
+                0x0000000000000000       0x60 zephyr/subsys/lorawan/libloramac-node.a(LoRaMac.c.obj)
+ .text.LoRaMacMcChannelGetGroupId
+                0x0000000000000000       0x24 zephyr/subsys/lorawan/libloramac-node.a(LoRaMac.c.obj)
+ .text.LoRaMacMcChannelSetupRxParams
+                0x0000000000000000       0xd0 zephyr/subsys/lorawan/libloramac-node.a(LoRaMac.c.obj)
+ .text.LoRaMacTestSetDutyCycleOn
+                0x0000000000000000       0x38 zephyr/subsys/lorawan/libloramac-node.a(LoRaMac.c.obj)
+ .text.LoRaMacDeInitialization
+                0x0000000000000000       0x44 zephyr/subsys/lorawan/libloramac-node.a(LoRaMac.c.obj)
+ .text.LoRaMacReset
+                0x0000000000000000       0x50 zephyr/subsys/lorawan/libloramac-node.a(LoRaMac.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacAdr.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacAdr.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacAdr.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacClassB.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacClassB.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacClassB.c.obj)
+ .text.LoRaMacClassBIsAcquisitionPending
+                0x0000000000000000        0x4 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacClassB.c.obj)
+ .text.LoRaMacClassBStartRxSlots
+                0x0000000000000000        0x2 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacClassB.c.obj)
+ .text.LoRaMacClassBSetMulticastPeriodicity
+                0x0000000000000000        0x2 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacClassB.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacCommands.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacCommands.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacCommands.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacConfirmQueue.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacConfirmQueue.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacConfirmQueue.c.obj)
+ .text.LoRaMacConfirmQueueRemoveLast
+                0x0000000000000000       0x2c zephyr/subsys/lorawan/libloramac-node.a(LoRaMacConfirmQueue.c.obj)
+ .text.LoRaMacConfirmQueueGetStatus
+                0x0000000000000000       0x20 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacConfirmQueue.c.obj)
+ .text.LoRaMacConfirmQueueGetStatusCmn
+                0x0000000000000000        0xc zephyr/subsys/lorawan/libloramac-node.a(LoRaMacConfirmQueue.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacCrypto.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacCrypto.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacCrypto.c.obj)
+ .text.LoRaMacCryptoDeriveMcKEKey
+                0x0000000000000000        0xc zephyr/subsys/lorawan/libloramac-node.a(LoRaMacCrypto.c.obj)
+ .text.LoRaMacCryptoDeriveMcSessionKeyPair
+                0x0000000000000000       0x94 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacCrypto.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacParser.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacParser.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacParser.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacSerializer.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacSerializer.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacSerializer.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/subsys/lorawan/libloramac-node.a(Region.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/subsys/lorawan/libloramac-node.a(Region.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/subsys/lorawan/libloramac-node.a(Region.c.obj)
+ .text.RegionChannelAdd
+                0x0000000000000000        0xe zephyr/subsys/lorawan/libloramac-node.a(Region.c.obj)
+ .text.RegionChannelsRemove
+                0x0000000000000000        0xe zephyr/subsys/lorawan/libloramac-node.a(Region.c.obj)
+ .text.RegionRxBeaconSetup
+                0x0000000000000000       0x10 zephyr/subsys/lorawan/libloramac-node.a(Region.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/subsys/lorawan/libloramac-node.a(RegionCommon.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/subsys/lorawan/libloramac-node.a(RegionCommon.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/subsys/lorawan/libloramac-node.a(RegionCommon.c.obj)
+ .text.RegionCommonRxBeaconSetup
+                0x0000000000000000       0x60 zephyr/subsys/lorawan/libloramac-node.a(RegionCommon.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/subsys/lorawan/libloramac-node.a(RegionEU868.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/subsys/lorawan/libloramac-node.a(RegionEU868.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/subsys/lorawan/libloramac-node.a(RegionEU868.c.obj)
+ .text.RegionEU868RxBeaconSetup
+                0x0000000000000000       0x38 zephyr/subsys/lorawan/libloramac-node.a(RegionEU868.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/subsys/random/libsubsys__random.a(random_xoshiro128.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/subsys/random/libsubsys__random.a(random_xoshiro128.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/subsys/random/libsubsys__random.a(random_xoshiro128.c.obj)
+ .text.xoshiro128_next
+                0x0000000000000000       0x38 zephyr/subsys/random/libsubsys__random.a(random_xoshiro128.c.obj)
+ .text.z_impl_sys_rand_get
+                0x0000000000000000       0x94 zephyr/subsys/random/libsubsys__random.a(random_xoshiro128.c.obj)
+ .bss.initialized
+                0x0000000000000000        0x1 zephyr/subsys/random/libsubsys__random.a(random_xoshiro128.c.obj)
+ .bss.state     0x0000000000000000       0x10 zephyr/subsys/random/libsubsys__random.a(random_xoshiro128.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/subsys/random/libsubsys__random.a(random_entropy_device.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/subsys/random/libsubsys__random.a(random_entropy_device.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/subsys/random/libsubsys__random.a(random_entropy_device.c.obj)
+ .text.z_impl_sys_csrand_get
+                0x0000000000000000       0x20 zephyr/subsys/random/libsubsys__random.a(random_entropy_device.c.obj)
+ .debug_info    0x0000000000000000      0x475 zephyr/subsys/random/libsubsys__random.a(random_entropy_device.c.obj)
+ .debug_abbrev  0x0000000000000000      0x231 zephyr/subsys/random/libsubsys__random.a(random_entropy_device.c.obj)
+ .debug_loc     0x0000000000000000      0x18b zephyr/subsys/random/libsubsys__random.a(random_entropy_device.c.obj)
+ .debug_aranges
+                0x0000000000000000       0x20 zephyr/subsys/random/libsubsys__random.a(random_entropy_device.c.obj)
+ .debug_ranges  0x0000000000000000       0x10 zephyr/subsys/random/libsubsys__random.a(random_entropy_device.c.obj)
+ .debug_line    0x0000000000000000      0x324 zephyr/subsys/random/libsubsys__random.a(random_entropy_device.c.obj)
+ .debug_str     0x0000000000000000      0x403 zephyr/subsys/random/libsubsys__random.a(random_entropy_device.c.obj)
+ .comment       0x0000000000000000       0x21 zephyr/subsys/random/libsubsys__random.a(random_entropy_device.c.obj)
+ .debug_frame   0x0000000000000000       0x28 zephyr/subsys/random/libsubsys__random.a(random_entropy_device.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/subsys/bluetooth/common/libsubsys__bluetooth__common.a(addr.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/subsys/bluetooth/common/libsubsys__bluetooth__common.a(addr.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/subsys/bluetooth/common/libsubsys__bluetooth__common.a(addr.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/subsys/bluetooth/common/libsubsys__bluetooth__common.a(dummy.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/subsys/bluetooth/common/libsubsys__bluetooth__common.a(dummy.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/subsys/bluetooth/common/libsubsys__bluetooth__common.a(dummy.c.obj)
+ .debug_info    0x0000000000000000       0x79 zephyr/subsys/bluetooth/common/libsubsys__bluetooth__common.a(dummy.c.obj)
+ .debug_abbrev  0x0000000000000000       0x26 zephyr/subsys/bluetooth/common/libsubsys__bluetooth__common.a(dummy.c.obj)
+ .debug_aranges
+                0x0000000000000000       0x18 zephyr/subsys/bluetooth/common/libsubsys__bluetooth__common.a(dummy.c.obj)
+ .debug_line    0x0000000000000000       0x50 zephyr/subsys/bluetooth/common/libsubsys__bluetooth__common.a(dummy.c.obj)
+ .debug_str     0x0000000000000000      0x235 zephyr/subsys/bluetooth/common/libsubsys__bluetooth__common.a(dummy.c.obj)
+ .comment       0x0000000000000000       0x21 zephyr/subsys/bluetooth/common/libsubsys__bluetooth__common.a(dummy.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/subsys/bluetooth/common/libsubsys__bluetooth__common.a(bt_str.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/subsys/bluetooth/common/libsubsys__bluetooth__common.a(bt_str.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/subsys/bluetooth/common/libsubsys__bluetooth__common.a(bt_str.c.obj)
+ .rodata.bt_addr_str.str1.1
+                0x0000000000000000       0x1e zephyr/subsys/bluetooth/common/libsubsys__bluetooth__common.a(bt_str.c.obj)
+ .text.bt_addr_str
+                0x0000000000000000       0x34 zephyr/subsys/bluetooth/common/libsubsys__bluetooth__common.a(bt_str.c.obj)
+ .text.bt_uuid_str
+                0x0000000000000000       0x14 zephyr/subsys/bluetooth/common/libsubsys__bluetooth__common.a(bt_str.c.obj)
+ .bss.str.0     0x0000000000000000       0x25 zephyr/subsys/bluetooth/common/libsubsys__bluetooth__common.a(bt_str.c.obj)
+ .bss.str.2     0x0000000000000000       0x12 zephyr/subsys/bluetooth/common/libsubsys__bluetooth__common.a(bt_str.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(long_wq.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(long_wq.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(long_wq.c.obj)
+ .text.bt_long_wq_reschedule
+                0x0000000000000000        0xc zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(long_wq.c.obj)
+ .text.bt_long_wq_submit
+                0x0000000000000000        0xc zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(long_wq.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(uuid.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(uuid.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(uuid.c.obj)
+ .rodata.bt_uuid_to_str.str1.1
+                0x0000000000000000       0x27 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(uuid.c.obj)
+ .text.bt_uuid_to_str
+                0x0000000000000000       0x70 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(uuid.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(addr.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(addr.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(addr.c.obj)
+ .text.bt_addr_le_create_nrpa
+                0x0000000000000000       0x1c zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(addr.c.obj)
+ .text.bt_addr_from_str
+                0x0000000000000000       0x44 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(addr.c.obj)
+ .rodata.bt_addr_le_from_str.str1.1
+                0x0000000000000000       0x4c zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(addr.c.obj)
+ .text.bt_addr_le_from_str
+                0x0000000000000000       0xa4 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(addr.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(buf.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(buf.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(buf.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(data.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(data.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(data.c.obj)
+ .rodata.bt_data_parse.str1.1
+                0x0000000000000000       0x23 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(data.c.obj)
+ .text.bt_data_parse
+                0x0000000000000000       0x64 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(data.c.obj)
+ .text.bt_data_get_len
+                0x0000000000000000       0x1c zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(data.c.obj)
+ .text.bt_data_serialize
+                0x0000000000000000       0x24 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(data.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+ .text.bt_get_phy
+                0x0000000000000000       0x14 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+ .text.bt_get_df_cte_type
+                0x0000000000000000       0x10 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+ .text.bt_unpair
+                0x0000000000000000       0x3a zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+ .text.bt_hci_get_conn_handle
+                0x0000000000000000       0x12 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+ .rodata.hci_tx_thread.str1.1
+                0x0000000000000000       0x40 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+ .text.hci_tx_thread
+                0x0000000000000000      0x164 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+ .rodata.bt_enable.str1.1
+                0x0000000000000000       0x44 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+ .text.bt_enable
+                0x0000000000000000      0x104 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+ .rodata.bt_disable.str1.1
+                0x0000000000000000       0x1d zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+ .text.bt_disable
+                0x0000000000000000       0xd4 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+ .text.bt_set_name
+                0x0000000000000000        0x6 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+ .rodata.bt_le_set_chan_map.str1.1
+                0x0000000000000000       0x39 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+ .text.bt_le_set_chan_map
+                0x0000000000000000       0x64 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+ .text.bt_configure_data_path
+                0x0000000000000000       0x68 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+ .rodata.CSWTCH.15036
+                0x0000000000000000        0x3 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+ .rodata.CSWTCH.15034
+                0x0000000000000000        0x3 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+ .data.events.0
+                0x0000000000000000       0x3c zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+ .noinit."WEST_TOPDIR/zephyr/subsys/bluetooth/host/hci_core.c".1
+                0x0000000000000000      0x600 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+ .bss.tx_thread_data
+                0x0000000000000000       0x78 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+ .noinit."WEST_TOPDIR/zephyr/subsys/bluetooth/host/hci_core.c".0
+                0x0000000000000000      0x400 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_common.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_common.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_common.c.obj)
+ .text.bt_hci_evt_create
+                0x0000000000000000       0x26 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_common.c.obj)
+ .text.bt_hci_cmd_complete_create
+                0x0000000000000000       0x24 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_common.c.obj)
+ .text.bt_hci_cmd_status_create
+                0x0000000000000000       0x24 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_common.c.obj)
+ .debug_info    0x0000000000000000      0x5b3 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_common.c.obj)
+ .debug_abbrev  0x0000000000000000      0x206 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_common.c.obj)
+ .debug_loc     0x0000000000000000      0x22b zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_common.c.obj)
+ .debug_aranges
+                0x0000000000000000       0x30 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_common.c.obj)
+ .debug_ranges  0x0000000000000000       0x68 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_common.c.obj)
+ .debug_line    0x0000000000000000      0x36a zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_common.c.obj)
+ .debug_str     0x0000000000000000      0x3cd zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_common.c.obj)
+ .comment       0x0000000000000000       0x21 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_common.c.obj)
+ .debug_frame   0x0000000000000000       0x64 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_common.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(id.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(id.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(id.c.obj)
+ .text.adv_id_check_func
+                0x0000000000000000       0x1c zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(id.c.obj)
+ .text.bt_id_set_private_addr
+                0x0000000000000000       0x2c zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(id.c.obj)
+ .text.bt_id_scan_random_addr_check
+                0x0000000000000000       0x16 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(id.c.obj)
+ .text.bt_id_adv_random_addr_check
+                0x0000000000000000        0x8 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(id.c.obj)
+ .text.bt_id_adv_limited_stopped
+                0x0000000000000000       0x1c zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(id.c.obj)
+ .text.bt_id_get
+                0x0000000000000000       0x24 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(id.c.obj)
+ .rodata.bt_id_reset.str1.1
+                0x0000000000000000       0x2e zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(id.c.obj)
+ .text.bt_id_reset
+                0x0000000000000000       0xb4 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(id.c.obj)
+ .text.bt_id_delete
+                0x0000000000000000       0x80 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(id.c.obj)
+ .text.bt_le_oob_get_local
+                0x0000000000000000       0x48 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(id.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(adv.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(adv.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(adv.c.obj)
+ .text.get_adv_channel_map
+                0x0000000000000000       0x1e zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(adv.c.obj)
+ .rodata.hci_set_ad.str1.1
+                0x0000000000000000       0x19 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(adv.c.obj)
+ .text.hci_set_ad
+                0x0000000000000000       0xd0 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(adv.c.obj)
+ .text.atomic_set_bit_to
+                0x0000000000000000       0x2e zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(adv.c.obj)
+ .text.valid_adv_param
+                0x0000000000000000       0x84 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(adv.c.obj)
+ .text.le_adv_update.constprop.0
+                0x0000000000000000       0xee zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(adv.c.obj)
+ .text.get_adv_name_type
+                0x0000000000000000       0x20 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(adv.c.obj)
+ .text.get_adv_name_type_param
+                0x0000000000000000       0x20 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(adv.c.obj)
+ .text.bt_le_ext_adv_foreach
+                0x0000000000000000        0xc zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(adv.c.obj)
+ .text.bt_adv_reset_adv_pool
+                0x0000000000000000       0x10 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(adv.c.obj)
+ .text.bt_le_adv_delete_legacy
+                0x0000000000000000        0x2 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(adv.c.obj)
+ .text.bt_le_adv_set_enable_ext
+                0x0000000000000000       0x84 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(adv.c.obj)
+ .text.bt_le_adv_set_enable
+                0x0000000000000000        0x4 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(adv.c.obj)
+ .text.bt_le_adv_update_data
+                0x0000000000000000       0x4c zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(adv.c.obj)
+ .rodata.bt_le_adv_start_legacy.str1.1
+                0x0000000000000000       0x1b zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(adv.c.obj)
+ .text.bt_le_adv_start_legacy
+                0x0000000000000000      0x278 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(adv.c.obj)
+ .text.bt_le_adv_start_ext
+                0x0000000000000000      0x324 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(adv.c.obj)
+ .text.bt_le_adv_start
+                0x0000000000000000       0x64 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(adv.c.obj)
+ .text.bt_le_adv_stop
+                0x0000000000000000       0x78 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(adv.c.obj)
+ .rodata.adv_timeout.str1.1
+                0x0000000000000000       0x1f zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(adv.c.obj)
+ .text.adv_timeout
+                0x0000000000000000       0x24 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(adv.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(conn.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(conn.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(conn.c.obj)
+ .text.bt_conn_get_tx_power_level
+                0x0000000000000000       0x4e zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(conn.c.obj)
+ .rodata.send_frag.str1.1
+                0x0000000000000000       0x22 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(conn.c.obj)
+ .text.send_frag
+                0x0000000000000000      0x19c zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(conn.c.obj)
+ .text.conn_cleanup
+                0x0000000000000000       0x46 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(conn.c.obj)
+ .rodata.bt_conn_send_iso_cb.str1.1
+                0x0000000000000000       0x25 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(conn.c.obj)
+ .text.bt_conn_send_iso_cb
+                0x0000000000000000       0x38 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(conn.c.obj)
+ .text.bt_conn_prepare_events
+                0x0000000000000000       0xa4 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(conn.c.obj)
+ .text.conn_destroy
+                0x0000000000000000       0x24 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(conn.c.obj)
+ .text.bt_conn_foreach
+                0x0000000000000000       0x30 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(conn.c.obj)
+ .text.bt_conn_cleanup_all
+                0x0000000000000000       0x10 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(conn.c.obj)
+ .text.bt_conn_disconnect
+                0x0000000000000000       0x40 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(conn.c.obj)
+ .text.bt_conn_get_security
+                0x0000000000000000        0x4 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(conn.c.obj)
+ .text.bt_conn_cb_register
+                0x0000000000000000       0x10 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(conn.c.obj)
+ .text.bt_conn_cb_unregister
+                0x0000000000000000       0x38 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(conn.c.obj)
+ .text.bt_conn_get_info
+                0x0000000000000000       0xa0 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(conn.c.obj)
+ .text.bt_conn_get_remote_info
+                0x0000000000000000       0x34 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(conn.c.obj)
+ .text.bt_conn_le_get_tx_power_level
+                0x0000000000000000       0x26 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(conn.c.obj)
+ .text.bt_conn_le_param_update
+                0x0000000000000000       0x96 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(conn.c.obj)
+ .text.bt_conn_create_frag_timeout
+                0x0000000000000000        0xc zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(conn.c.obj)
+ .rodata.bt_conn_process_tx.str1.1
+                0x0000000000000000       0x51 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(conn.c.obj)
+ .text.bt_conn_process_tx
+                0x0000000000000000      0x124 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(conn.c.obj)
+ .text.bt_conn_lookup_index
+                0x0000000000000000       0x10 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(conn.c.obj)
+ .rodata.CSWTCH.7241
+                0x0000000000000000        0x7 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(conn.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(l2cap.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(l2cap.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(l2cap.c.obj)
+ .text.bt_l2cap_register_ecred_cb
+                0x0000000000000000        0x2 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(l2cap.c.obj)
+ .text.bt_l2cap_chan_remove
+                0x0000000000000000       0x3e zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(l2cap.c.obj)
+ .rodata.bt_l2cap_chan_state_str.str1.1
+                0x0000000000000000        0x8 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(l2cap.c.obj)
+ .text.bt_l2cap_chan_state_str
+                0x0000000000000000       0x18 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(l2cap.c.obj)
+ .text.bt_l2cap_chan_add
+                0x0000000000000000       0x1e zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(l2cap.c.obj)
+ .text.bt_l2cap_security_changed
+                0x0000000000000000       0x3a zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(l2cap.c.obj)
+ .text.bt_l2cap_le_lookup_tx_cid
+                0x0000000000000000       0x14 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(l2cap.c.obj)
+ .rodata.CSWTCH.2825
+                0x0000000000000000       0x14 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(l2cap.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(att.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(att.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(att.c.obj)
+ .text.bt_att_get_tx_meta_data
+                0x0000000000000000       0x14 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(att.c.obj)
+ .text.bt_att_get_mtu
+                0x0000000000000000       0x52 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(att.c.obj)
+ .text.bt_att_req_cancel
+                0x0000000000000000       0x58 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(att.c.obj)
+ .text.bt_att_find_req_by_user_data
+                0x0000000000000000       0x34 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(att.c.obj)
+ .text.bt_att_increment_tx_meta_data_attr_count
+                0x0000000000000000       0x1c zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(att.c.obj)
+ .text.bt_att_tx_meta_data_match
+                0x0000000000000000       0x34 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(att.c.obj)
+ .text.bt_att_chan_opt_valid
+                0x0000000000000000       0x1a zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(att.c.obj)
+ .text.bt_gatt_authorization_cb_register
+                0x0000000000000000        0x6 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(att.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(gatt.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(gatt.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(gatt.c.obj)
+ .text.get_service_handles
+                0x0000000000000000       0x44 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(gatt.c.obj)
+ .text.remove_peer_from_attr
+                0x0000000000000000       0x30 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(gatt.c.obj)
+ .text.bt_gatt_cb_register
+                0x0000000000000000       0x1c zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(gatt.c.obj)
+ .text.bt_gatt_attr_read
+                0x0000000000000000       0x2e zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(gatt.c.obj)
+ .text.bt_gatt_attr_read_included
+                0x0000000000000000       0x64 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(gatt.c.obj)
+ .text.bt_gatt_attr_read_cep
+                0x0000000000000000       0x36 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(gatt.c.obj)
+ .text.bt_gatt_attr_read_cud
+                0x0000000000000000       0x3e zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(gatt.c.obj)
+ .text.bt_gatt_attr_read_cpf
+                0x0000000000000000       0x46 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(gatt.c.obj)
+ .text.bt_gatt_find_by_uuid
+                0x0000000000000000       0x3c zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(gatt.c.obj)
+ .text.bt_gatt_get_mtu
+                0x0000000000000000        0x4 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(gatt.c.obj)
+ .text.bt_gatt_notify_cb
+                0x0000000000000000       0xec zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(gatt.c.obj)
+ .text.bt_gatt_encrypt_change
+                0x0000000000000000       0x28 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(gatt.c.obj)
+ .text.bt_gatt_clear
+                0x0000000000000000       0x54 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(gatt.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(smp_null.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(smp_null.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(smp_null.c.obj)
+ .text.bt_smp_sign_verify
+                0x0000000000000000        0x6 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(smp_null.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/subsys/net/libsubsys__net.a(buf.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/subsys/net/libsubsys__net.a(buf.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/subsys/net/libsubsys__net.a(buf.c.obj)
+ .text.generic_data_ref
+                0x0000000000000000        0xe zephyr/subsys/net/libsubsys__net.a(buf.c.obj)
+ .text.mem_pool_data_unref
+                0x0000000000000000       0x28 zephyr/subsys/net/libsubsys__net.a(buf.c.obj)
+ .text.mem_pool_data_alloc
+                0x0000000000000000       0x28 zephyr/subsys/net/libsubsys__net.a(buf.c.obj)
+ .text.net_buf_alloc_with_data
+                0x0000000000000000       0x26 zephyr/subsys/net/libsubsys__net.a(buf.c.obj)
+ .text.net_buf_clone
+                0x0000000000000000       0xdc zephyr/subsys/net/libsubsys__net.a(buf.c.obj)
+ .text.net_buf_user_data_copy
+                0x0000000000000000       0x20 zephyr/subsys/net/libsubsys__net.a(buf.c.obj)
+ .text.net_buf_frag_del
+                0x0000000000000000       0x18 zephyr/subsys/net/libsubsys__net.a(buf.c.obj)
+ .text.net_buf_linearize
+                0x0000000000000000       0x56 zephyr/subsys/net/libsubsys__net.a(buf.c.obj)
+ .text.net_buf_append_bytes
+                0x0000000000000000       0x94 zephyr/subsys/net/libsubsys__net.a(buf.c.obj)
+ .text.net_buf_data_match
+                0x0000000000000000       0x50 zephyr/subsys/net/libsubsys__net.a(buf.c.obj)
+ .rodata.net_buf_var_cb
+                0x0000000000000000        0xc zephyr/subsys/net/libsubsys__net.a(buf.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/subsys/net/libsubsys__net.a(buf_simple.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/subsys/net/libsubsys__net.a(buf_simple.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/subsys/net/libsubsys__net.a(buf_simple.c.obj)
+ .text.sys_put_be32
+                0x0000000000000000       0x12 zephyr/subsys/net/libsubsys__net.a(buf_simple.c.obj)
+ .text.sys_put_le32
+                0x0000000000000000       0x12 zephyr/subsys/net/libsubsys__net.a(buf_simple.c.obj)
+ .text.net_buf_simple_init_with_data
+                0x0000000000000000        0xc zephyr/subsys/net/libsubsys__net.a(buf_simple.c.obj)
+ .text.net_buf_simple_clone
+                0x0000000000000000        0xe zephyr/subsys/net/libsubsys__net.a(buf_simple.c.obj)
+ .text.net_buf_simple_add_le16
+                0x0000000000000000       0x14 zephyr/subsys/net/libsubsys__net.a(buf_simple.c.obj)
+ .text.net_buf_simple_add_be16
+                0x0000000000000000       0x14 zephyr/subsys/net/libsubsys__net.a(buf_simple.c.obj)
+ .text.net_buf_simple_add_le24
+                0x0000000000000000       0x1a zephyr/subsys/net/libsubsys__net.a(buf_simple.c.obj)
+ .text.net_buf_simple_add_be24
+                0x0000000000000000       0x1a zephyr/subsys/net/libsubsys__net.a(buf_simple.c.obj)
+ .text.net_buf_simple_add_le32
+                0x0000000000000000       0x16 zephyr/subsys/net/libsubsys__net.a(buf_simple.c.obj)
+ .text.net_buf_simple_add_be32
+                0x0000000000000000       0x16 zephyr/subsys/net/libsubsys__net.a(buf_simple.c.obj)
+ .text.net_buf_simple_add_le40
+                0x0000000000000000       0x18 zephyr/subsys/net/libsubsys__net.a(buf_simple.c.obj)
+ .text.net_buf_simple_add_be40
+                0x0000000000000000       0x1a zephyr/subsys/net/libsubsys__net.a(buf_simple.c.obj)
+ .text.net_buf_simple_add_le48
+                0x0000000000000000       0x1e zephyr/subsys/net/libsubsys__net.a(buf_simple.c.obj)
+ .text.net_buf_simple_add_be48
+                0x0000000000000000       0x20 zephyr/subsys/net/libsubsys__net.a(buf_simple.c.obj)
+ .text.net_buf_simple_add_le64
+                0x0000000000000000       0x20 zephyr/subsys/net/libsubsys__net.a(buf_simple.c.obj)
+ .text.net_buf_simple_add_be64
+                0x0000000000000000       0x20 zephyr/subsys/net/libsubsys__net.a(buf_simple.c.obj)
+ .text.net_buf_simple_remove_mem
+                0x0000000000000000        0xe zephyr/subsys/net/libsubsys__net.a(buf_simple.c.obj)
+ .text.net_buf_simple_remove_u8
+                0x0000000000000000        0xe zephyr/subsys/net/libsubsys__net.a(buf_simple.c.obj)
+ .text.net_buf_simple_remove_le16
+                0x0000000000000000        0xe zephyr/subsys/net/libsubsys__net.a(buf_simple.c.obj)
+ .text.net_buf_simple_remove_be16
+                0x0000000000000000       0x12 zephyr/subsys/net/libsubsys__net.a(buf_simple.c.obj)
+ .text.net_buf_simple_remove_le24
+                0x0000000000000000       0x1c zephyr/subsys/net/libsubsys__net.a(buf_simple.c.obj)
+ .text.net_buf_simple_remove_be24
+                0x0000000000000000       0x1c zephyr/subsys/net/libsubsys__net.a(buf_simple.c.obj)
+ .text.net_buf_simple_remove_le32
+                0x0000000000000000        0xe zephyr/subsys/net/libsubsys__net.a(buf_simple.c.obj)
+ .text.net_buf_simple_remove_be32
+                0x0000000000000000       0x10 zephyr/subsys/net/libsubsys__net.a(buf_simple.c.obj)
+ .text.net_buf_simple_remove_le40
+                0x0000000000000000       0x12 zephyr/subsys/net/libsubsys__net.a(buf_simple.c.obj)
+ .text.net_buf_simple_remove_be40
+                0x0000000000000000       0x2a zephyr/subsys/net/libsubsys__net.a(buf_simple.c.obj)
+ .text.net_buf_simple_remove_le48
+                0x0000000000000000       0x1a zephyr/subsys/net/libsubsys__net.a(buf_simple.c.obj)
+ .text.net_buf_simple_remove_be48
+                0x0000000000000000       0x32 zephyr/subsys/net/libsubsys__net.a(buf_simple.c.obj)
+ .text.net_buf_simple_remove_le64
+                0x0000000000000000       0x12 zephyr/subsys/net/libsubsys__net.a(buf_simple.c.obj)
+ .text.net_buf_simple_remove_be64
+                0x0000000000000000       0x16 zephyr/subsys/net/libsubsys__net.a(buf_simple.c.obj)
+ .text.net_buf_simple_push_mem
+                0x0000000000000000       0x18 zephyr/subsys/net/libsubsys__net.a(buf_simple.c.obj)
+ .text.net_buf_simple_push_le16
+                0x0000000000000000       0x18 zephyr/subsys/net/libsubsys__net.a(buf_simple.c.obj)
+ .text.net_buf_simple_push_be16
+                0x0000000000000000       0x18 zephyr/subsys/net/libsubsys__net.a(buf_simple.c.obj)
+ .text.net_buf_simple_push_u8
+                0x0000000000000000       0x12 zephyr/subsys/net/libsubsys__net.a(buf_simple.c.obj)
+ .text.net_buf_simple_push_le24
+                0x0000000000000000       0x20 zephyr/subsys/net/libsubsys__net.a(buf_simple.c.obj)
+ .text.net_buf_simple_push_be24
+                0x0000000000000000       0x20 zephyr/subsys/net/libsubsys__net.a(buf_simple.c.obj)
+ .text.net_buf_simple_push_le32
+                0x0000000000000000       0x14 zephyr/subsys/net/libsubsys__net.a(buf_simple.c.obj)
+ .text.net_buf_simple_push_be32
+                0x0000000000000000       0x14 zephyr/subsys/net/libsubsys__net.a(buf_simple.c.obj)
+ .text.net_buf_simple_push_le40
+                0x0000000000000000       0x1c zephyr/subsys/net/libsubsys__net.a(buf_simple.c.obj)
+ .text.net_buf_simple_push_be40
+                0x0000000000000000       0x1e zephyr/subsys/net/libsubsys__net.a(buf_simple.c.obj)
+ .text.net_buf_simple_push_le48
+                0x0000000000000000       0x24 zephyr/subsys/net/libsubsys__net.a(buf_simple.c.obj)
+ .text.net_buf_simple_push_be48
+                0x0000000000000000       0x26 zephyr/subsys/net/libsubsys__net.a(buf_simple.c.obj)
+ .text.net_buf_simple_push_le64
+                0x0000000000000000       0x24 zephyr/subsys/net/libsubsys__net.a(buf_simple.c.obj)
+ .text.net_buf_simple_push_be64
+                0x0000000000000000       0x24 zephyr/subsys/net/libsubsys__net.a(buf_simple.c.obj)
+ .text.net_buf_simple_pull_u8
+                0x0000000000000000       0x10 zephyr/subsys/net/libsubsys__net.a(buf_simple.c.obj)
+ .text.net_buf_simple_pull_be16
+                0x0000000000000000       0x14 zephyr/subsys/net/libsubsys__net.a(buf_simple.c.obj)
+ .text.net_buf_simple_pull_le24
+                0x0000000000000000       0x1c zephyr/subsys/net/libsubsys__net.a(buf_simple.c.obj)
+ .text.net_buf_simple_pull_be24
+                0x0000000000000000       0x2a zephyr/subsys/net/libsubsys__net.a(buf_simple.c.obj)
+ .text.net_buf_simple_pull_le32
+                0x0000000000000000       0x10 zephyr/subsys/net/libsubsys__net.a(buf_simple.c.obj)
+ .text.net_buf_simple_pull_be32
+                0x0000000000000000       0x12 zephyr/subsys/net/libsubsys__net.a(buf_simple.c.obj)
+ .text.net_buf_simple_pull_le40
+                0x0000000000000000       0x14 zephyr/subsys/net/libsubsys__net.a(buf_simple.c.obj)
+ .text.net_buf_simple_pull_be40
+                0x0000000000000000       0x28 zephyr/subsys/net/libsubsys__net.a(buf_simple.c.obj)
+ .text.net_buf_simple_pull_le48
+                0x0000000000000000       0x1a zephyr/subsys/net/libsubsys__net.a(buf_simple.c.obj)
+ .text.net_buf_simple_pull_be48
+                0x0000000000000000       0x38 zephyr/subsys/net/libsubsys__net.a(buf_simple.c.obj)
+ .text.net_buf_simple_pull_le64
+                0x0000000000000000       0x14 zephyr/subsys/net/libsubsys__net.a(buf_simple.c.obj)
+ .text.net_buf_simple_pull_be64
+                0x0000000000000000       0x18 zephyr/subsys/net/libsubsys__net.a(buf_simple.c.obj)
+ .text.net_buf_simple_max_len
+                0x0000000000000000        0xe zephyr/subsys/net/libsubsys__net.a(buf_simple.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/drivers/adc/libdrivers__adc.a(adc_common.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/drivers/adc/libdrivers__adc.a(adc_common.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/drivers/adc/libdrivers__adc.a(adc_common.c.obj)
+ .text.adc_gain_invert
+                0x0000000000000000       0x2c zephyr/drivers/adc/libdrivers__adc.a(adc_common.c.obj)
+ .rodata.gains.0
+                0x0000000000000000       0x28 zephyr/drivers/adc/libdrivers__adc.a(adc_common.c.obj)
+ .debug_info    0x0000000000000000      0x216 zephyr/drivers/adc/libdrivers__adc.a(adc_common.c.obj)
+ .debug_abbrev  0x0000000000000000      0x10c zephyr/drivers/adc/libdrivers__adc.a(adc_common.c.obj)
+ .debug_loc     0x0000000000000000       0xb9 zephyr/drivers/adc/libdrivers__adc.a(adc_common.c.obj)
+ .debug_aranges
+                0x0000000000000000       0x20 zephyr/drivers/adc/libdrivers__adc.a(adc_common.c.obj)
+ .debug_ranges  0x0000000000000000       0x10 zephyr/drivers/adc/libdrivers__adc.a(adc_common.c.obj)
+ .debug_line    0x0000000000000000      0x1ea zephyr/drivers/adc/libdrivers__adc.a(adc_common.c.obj)
+ .debug_str     0x0000000000000000      0x380 zephyr/drivers/adc/libdrivers__adc.a(adc_common.c.obj)
+ .comment       0x0000000000000000       0x21 zephyr/drivers/adc/libdrivers__adc.a(adc_common.c.obj)
+ .debug_frame   0x0000000000000000       0x20 zephyr/drivers/adc/libdrivers__adc.a(adc_common.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/drivers/adc/libdrivers__adc.a(adc_nrfx_saadc.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/drivers/adc/libdrivers__adc.a(adc_nrfx_saadc.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/drivers/adc/libdrivers__adc.a(adc_nrfx_saadc.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/drivers/clock_control/libdrivers__clock_control.a(clock_control_nrf.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/drivers/clock_control/libdrivers__clock_control.a(clock_control_nrf.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/drivers/clock_control/libdrivers__clock_control.a(clock_control_nrf.c.obj)
+ .text.z_nrf_clock_control_get_onoff
+                0x0000000000000000       0x10 zephyr/drivers/clock_control/libdrivers__clock_control.a(clock_control_nrf.c.obj)
+ .text.z_nrf_clock_bt_ctlr_hf_request
+                0x0000000000000000       0x2c zephyr/drivers/clock_control/libdrivers__clock_control.a(clock_control_nrf.c.obj)
+ .text.z_nrf_clock_bt_ctlr_hf_release
+                0x0000000000000000       0x34 zephyr/drivers/clock_control/libdrivers__clock_control.a(clock_control_nrf.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/drivers/console/libdrivers__console.a(uart_console.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/drivers/console/libdrivers__console.a(uart_console.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/drivers/console/libdrivers__console.a(uart_console.c.obj)
+ .text.uart_register_input
+                0x0000000000000000        0x2 zephyr/drivers/console/libdrivers__console.a(uart_console.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/drivers/entropy/libdrivers__entropy.a(entropy_nrf5.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/drivers/entropy/libdrivers__entropy.a(entropy_nrf5.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/drivers/entropy/libdrivers__entropy.a(entropy_nrf5.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/drivers/entropy/libdrivers__entropy.a(entropy_bt_hci.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/drivers/entropy/libdrivers__entropy.a(entropy_bt_hci.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/drivers/entropy/libdrivers__entropy.a(entropy_bt_hci.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/drivers/flash/libdrivers__flash.a(soc_flash_nrf.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/drivers/flash/libdrivers__flash.a(soc_flash_nrf.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/drivers/flash/libdrivers__flash.a(soc_flash_nrf.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/drivers/flash/libdrivers__flash.a(flash_page_layout.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/drivers/flash/libdrivers__flash.a(flash_page_layout.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/drivers/flash/libdrivers__flash.a(flash_page_layout.c.obj)
+ .text.z_impl_flash_get_page_info_by_idx
+                0x0000000000000000        0xa zephyr/drivers/flash/libdrivers__flash.a(flash_page_layout.c.obj)
+ .text.z_impl_flash_get_page_count
+                0x0000000000000000       0x28 zephyr/drivers/flash/libdrivers__flash.a(flash_page_layout.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/drivers/gpio/libdrivers__gpio.a(gpio_nrfx.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/drivers/gpio/libdrivers__gpio.a(gpio_nrfx.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/drivers/gpio/libdrivers__gpio.a(gpio_nrfx.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/drivers/i2c/libdrivers__i2c.a(i2c_common.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/drivers/i2c/libdrivers__i2c.a(i2c_common.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/drivers/i2c/libdrivers__i2c.a(i2c_common.c.obj)
+ .text.i2c_dump_msgs_rw
+                0x0000000000000000        0x2 zephyr/drivers/i2c/libdrivers__i2c.a(i2c_common.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/drivers/i2c/libdrivers__i2c.a(i2c_nrfx_twim.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/drivers/i2c/libdrivers__i2c.a(i2c_nrfx_twim.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/drivers/i2c/libdrivers__i2c.a(i2c_nrfx_twim.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/drivers/pinctrl/libdrivers__pinctrl.a(common.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/drivers/pinctrl/libdrivers__pinctrl.a(common.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/drivers/pinctrl/libdrivers__pinctrl.a(common.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/drivers/pinctrl/libdrivers__pinctrl.a(pinctrl_nrf.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/drivers/pinctrl/libdrivers__pinctrl.a(pinctrl_nrf.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/drivers/pinctrl/libdrivers__pinctrl.a(pinctrl_nrf.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/drivers/sensor/bosch/bme280/libdrivers__sensor__bosch__bme280.a(bme280.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/drivers/sensor/bosch/bme280/libdrivers__sensor__bosch__bme280.a(bme280.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/drivers/sensor/bosch/bme280/libdrivers__sensor__bosch__bme280.a(bme280.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/drivers/sensor/bosch/bme280/libdrivers__sensor__bosch__bme280.a(bme280_spi.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/drivers/sensor/bosch/bme280/libdrivers__sensor__bosch__bme280.a(bme280_spi.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/drivers/sensor/bosch/bme280/libdrivers__sensor__bosch__bme280.a(bme280_spi.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/drivers/sensor/bosch/bme280/libdrivers__sensor__bosch__bme280.a(bme280_i2c.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/drivers/sensor/bosch/bme280/libdrivers__sensor__bosch__bme280.a(bme280_i2c.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/drivers/sensor/bosch/bme280/libdrivers__sensor__bosch__bme280.a(bme280_i2c.c.obj)
+ .debug_info    0x0000000000000000       0x79 zephyr/drivers/sensor/bosch/bme280/libdrivers__sensor__bosch__bme280.a(bme280_i2c.c.obj)
+ .debug_abbrev  0x0000000000000000       0x26 zephyr/drivers/sensor/bosch/bme280/libdrivers__sensor__bosch__bme280.a(bme280_i2c.c.obj)
+ .debug_aranges
+                0x0000000000000000       0x18 zephyr/drivers/sensor/bosch/bme280/libdrivers__sensor__bosch__bme280.a(bme280_i2c.c.obj)
+ .debug_line    0x0000000000000000       0x59 zephyr/drivers/sensor/bosch/bme280/libdrivers__sensor__bosch__bme280.a(bme280_i2c.c.obj)
+ .debug_str     0x0000000000000000      0x23e zephyr/drivers/sensor/bosch/bme280/libdrivers__sensor__bosch__bme280.a(bme280_i2c.c.obj)
+ .comment       0x0000000000000000       0x21 zephyr/drivers/sensor/bosch/bme280/libdrivers__sensor__bosch__bme280.a(bme280_i2c.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/drivers/sensor/st/stmemsc/libdrivers__sensor__st__stmemsc.a(stmemsc_i2c.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/drivers/sensor/st/stmemsc/libdrivers__sensor__st__stmemsc.a(stmemsc_i2c.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/drivers/sensor/st/stmemsc/libdrivers__sensor__st__stmemsc.a(stmemsc_i2c.c.obj)
+ .text.stmemsc_i2c_read_incr
+                0x0000000000000000       0x3c zephyr/drivers/sensor/st/stmemsc/libdrivers__sensor__st__stmemsc.a(stmemsc_i2c.c.obj)
+ .text.stmemsc_i2c_write_incr
+                0x0000000000000000       0x3a zephyr/drivers/sensor/st/stmemsc/libdrivers__sensor__st__stmemsc.a(stmemsc_i2c.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/drivers/sensor/st/stmemsc/libdrivers__sensor__st__stmemsc.a(stmemsc_spi.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/drivers/sensor/st/stmemsc/libdrivers__sensor__st__stmemsc.a(stmemsc_spi.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/drivers/sensor/st/stmemsc/libdrivers__sensor__st__stmemsc.a(stmemsc_spi.c.obj)
+ .text.stmemsc_spi_read
+                0x0000000000000000       0x44 zephyr/drivers/sensor/st/stmemsc/libdrivers__sensor__st__stmemsc.a(stmemsc_spi.c.obj)
+ .text.stmemsc_spi_write
+                0x0000000000000000       0x34 zephyr/drivers/sensor/st/stmemsc/libdrivers__sensor__st__stmemsc.a(stmemsc_spi.c.obj)
+ .text.stmemsc_spi_read_incr
+                0x0000000000000000        0x8 zephyr/drivers/sensor/st/stmemsc/libdrivers__sensor__st__stmemsc.a(stmemsc_spi.c.obj)
+ .text.stmemsc_spi_write_incr
+                0x0000000000000000        0x8 zephyr/drivers/sensor/st/stmemsc/libdrivers__sensor__st__stmemsc.a(stmemsc_spi.c.obj)
+ .debug_info    0x0000000000000000      0x97c zephyr/drivers/sensor/st/stmemsc/libdrivers__sensor__st__stmemsc.a(stmemsc_spi.c.obj)
+ .debug_abbrev  0x0000000000000000      0x256 zephyr/drivers/sensor/st/stmemsc/libdrivers__sensor__st__stmemsc.a(stmemsc_spi.c.obj)
+ .debug_loc     0x0000000000000000      0x66a zephyr/drivers/sensor/st/stmemsc/libdrivers__sensor__st__stmemsc.a(stmemsc_spi.c.obj)
+ .debug_aranges
+                0x0000000000000000       0x38 zephyr/drivers/sensor/st/stmemsc/libdrivers__sensor__st__stmemsc.a(stmemsc_spi.c.obj)
+ .debug_ranges  0x0000000000000000       0x68 zephyr/drivers/sensor/st/stmemsc/libdrivers__sensor__st__stmemsc.a(stmemsc_spi.c.obj)
+ .debug_line    0x0000000000000000      0x3b1 zephyr/drivers/sensor/st/stmemsc/libdrivers__sensor__st__stmemsc.a(stmemsc_spi.c.obj)
+ .debug_str     0x0000000000000000      0x490 zephyr/drivers/sensor/st/stmemsc/libdrivers__sensor__st__stmemsc.a(stmemsc_spi.c.obj)
+ .comment       0x0000000000000000       0x21 zephyr/drivers/sensor/st/stmemsc/libdrivers__sensor__st__stmemsc.a(stmemsc_spi.c.obj)
+ .debug_frame   0x0000000000000000       0x70 zephyr/drivers/sensor/st/stmemsc/libdrivers__sensor__st__stmemsc.a(stmemsc_spi.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/drivers/sensor/st/stmemsc/libdrivers__sensor__st__stmemsc.a(stmemsc_mdelay.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/drivers/sensor/st/stmemsc/libdrivers__sensor__st__stmemsc.a(stmemsc_mdelay.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/drivers/sensor/st/stmemsc/libdrivers__sensor__st__stmemsc.a(stmemsc_mdelay.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/drivers/sensor/st/lis2dh/libdrivers__sensor__st__lis2dh.a(lis2dh.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/drivers/sensor/st/lis2dh/libdrivers__sensor__st__lis2dh.a(lis2dh.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/drivers/sensor/st/lis2dh/libdrivers__sensor__st__lis2dh.a(lis2dh.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/drivers/sensor/st/lis2dh/libdrivers__sensor__st__lis2dh.a(lis2dh_i2c.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/drivers/sensor/st/lis2dh/libdrivers__sensor__st__lis2dh.a(lis2dh_i2c.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/drivers/sensor/st/lis2dh/libdrivers__sensor__st__lis2dh.a(lis2dh_i2c.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/drivers/sensor/st/lis2dh/libdrivers__sensor__st__lis2dh.a(lis2dh_spi.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/drivers/sensor/st/lis2dh/libdrivers__sensor__st__lis2dh.a(lis2dh_spi.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/drivers/sensor/st/lis2dh/libdrivers__sensor__st__lis2dh.a(lis2dh_spi.c.obj)
+ .debug_info    0x0000000000000000       0x8e zephyr/drivers/sensor/st/lis2dh/libdrivers__sensor__st__lis2dh.a(lis2dh_spi.c.obj)
+ .debug_abbrev  0x0000000000000000       0x26 zephyr/drivers/sensor/st/lis2dh/libdrivers__sensor__st__lis2dh.a(lis2dh_spi.c.obj)
+ .debug_aranges
+                0x0000000000000000       0x18 zephyr/drivers/sensor/st/lis2dh/libdrivers__sensor__st__lis2dh.a(lis2dh_spi.c.obj)
+ .debug_line    0x0000000000000000       0x56 zephyr/drivers/sensor/st/lis2dh/libdrivers__sensor__st__lis2dh.a(lis2dh_spi.c.obj)
+ .debug_str     0x0000000000000000      0x24f zephyr/drivers/sensor/st/lis2dh/libdrivers__sensor__st__lis2dh.a(lis2dh_spi.c.obj)
+ .comment       0x0000000000000000       0x21 zephyr/drivers/sensor/st/lis2dh/libdrivers__sensor__st__lis2dh.a(lis2dh_spi.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/drivers/sensor/st/lis2mdl/libdrivers__sensor__st__lis2mdl.a(lis2mdl.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/drivers/sensor/st/lis2mdl/libdrivers__sensor__st__lis2mdl.a(lis2mdl.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/drivers/sensor/st/lis2mdl/libdrivers__sensor__st__lis2mdl.a(lis2mdl.c.obj)
+ .bss.lis2mdl_data
+                0x0000000000000000       0x48 zephyr/drivers/sensor/st/lis2mdl/libdrivers__sensor__st__lis2mdl.a(lis2mdl.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/drivers/sensor/st/lis2mdl/libdrivers__sensor__st__lis2mdl.a(lis2mdl_trigger.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/drivers/sensor/st/lis2mdl/libdrivers__sensor__st__lis2mdl.a(lis2mdl_trigger.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/drivers/sensor/st/lis2mdl/libdrivers__sensor__st__lis2mdl.a(lis2mdl_trigger.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/drivers/serial/libdrivers__serial.a(uart_nrfx_uart.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/drivers/serial/libdrivers__serial.a(uart_nrfx_uart.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/drivers/serial/libdrivers__serial.a(uart_nrfx_uart.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/drivers/spi/libdrivers__spi.a(spi_nrfx_spim.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/drivers/spi/libdrivers__spi.a(spi_nrfx_spim.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/drivers/spi/libdrivers__spi.a(spi_nrfx_spim.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/drivers/spi/libdrivers__spi.a(spi_nrfx_common.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/drivers/spi/libdrivers__spi.a(spi_nrfx_common.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/drivers/spi/libdrivers__spi.a(spi_nrfx_common.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/drivers/timer/libdrivers__timer.a(sys_clock_init.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/drivers/timer/libdrivers__timer.a(sys_clock_init.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/drivers/timer/libdrivers__timer.a(sys_clock_init.c.obj)
+ .text.sys_clock_set_timeout
+                0x0000000000000000        0x2 zephyr/drivers/timer/libdrivers__timer.a(sys_clock_init.c.obj)
+ .text.sys_clock_idle_exit
+                0x0000000000000000        0x2 zephyr/drivers/timer/libdrivers__timer.a(sys_clock_init.c.obj)
+ .debug_info    0x0000000000000000       0xda zephyr/drivers/timer/libdrivers__timer.a(sys_clock_init.c.obj)
+ .debug_abbrev  0x0000000000000000       0x7e zephyr/drivers/timer/libdrivers__timer.a(sys_clock_init.c.obj)
+ .debug_aranges
+                0x0000000000000000       0x28 zephyr/drivers/timer/libdrivers__timer.a(sys_clock_init.c.obj)
+ .debug_ranges  0x0000000000000000       0x18 zephyr/drivers/timer/libdrivers__timer.a(sys_clock_init.c.obj)
+ .debug_line    0x0000000000000000      0x126 zephyr/drivers/timer/libdrivers__timer.a(sys_clock_init.c.obj)
+ .debug_str     0x0000000000000000      0x27b zephyr/drivers/timer/libdrivers__timer.a(sys_clock_init.c.obj)
+ .comment       0x0000000000000000       0x21 zephyr/drivers/timer/libdrivers__timer.a(sys_clock_init.c.obj)
+ .debug_frame   0x0000000000000000       0x30 zephyr/drivers/timer/libdrivers__timer.a(sys_clock_init.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/drivers/timer/libdrivers__timer.a(nrf_rtc_timer.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/drivers/timer/libdrivers__timer.a(nrf_rtc_timer.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/drivers/timer/libdrivers__timer.a(nrf_rtc_timer.c.obj)
+ .text.z_nrf_rtc_timer_compare_evt_address_get
+                0x0000000000000000       0x10 zephyr/drivers/timer/libdrivers__timer.a(nrf_rtc_timer.c.obj)
+ .text.z_nrf_rtc_timer_capture_task_address_get
+                0x0000000000000000        0x4 zephyr/drivers/timer/libdrivers__timer.a(nrf_rtc_timer.c.obj)
+ .text.z_nrf_rtc_timer_compare_int_lock
+                0x0000000000000000        0x4 zephyr/drivers/timer/libdrivers__timer.a(nrf_rtc_timer.c.obj)
+ .text.z_nrf_rtc_timer_compare_int_unlock
+                0x0000000000000000        0x4 zephyr/drivers/timer/libdrivers__timer.a(nrf_rtc_timer.c.obj)
+ .text.z_nrf_rtc_timer_compare_read
+                0x0000000000000000       0x10 zephyr/drivers/timer/libdrivers__timer.a(nrf_rtc_timer.c.obj)
+ .text.z_nrf_rtc_timer_abort
+                0x0000000000000000       0x60 zephyr/drivers/timer/libdrivers__timer.a(nrf_rtc_timer.c.obj)
+ .text.z_nrf_rtc_timer_get_ticks
+                0x0000000000000000       0x78 zephyr/drivers/timer/libdrivers__timer.a(nrf_rtc_timer.c.obj)
+ .text.z_nrf_rtc_timer_set
+                0x0000000000000000       0x18 zephyr/drivers/timer/libdrivers__timer.a(nrf_rtc_timer.c.obj)
+ .text.z_nrf_rtc_timer_exact_set
+                0x0000000000000000       0x18 zephyr/drivers/timer/libdrivers__timer.a(nrf_rtc_timer.c.obj)
+ .text.z_nrf_rtc_timer_chan_alloc
+                0x0000000000000000       0x44 zephyr/drivers/timer/libdrivers__timer.a(nrf_rtc_timer.c.obj)
+ .text.z_nrf_rtc_timer_chan_free
+                0x0000000000000000       0x24 zephyr/drivers/timer/libdrivers__timer.a(nrf_rtc_timer.c.obj)
+ .text.z_nrf_rtc_timer_trigger_overflow
+                0x0000000000000000        0x6 zephyr/drivers/timer/libdrivers__timer.a(nrf_rtc_timer.c.obj)
+ .text.sys_clock_disable
+                0x0000000000000000       0x30 zephyr/drivers/timer/libdrivers__timer.a(nrf_rtc_timer.c.obj)
+ .bss.alloc_mask
+                0x0000000000000000        0x4 zephyr/drivers/timer/libdrivers__timer.a(nrf_rtc_timer.c.obj)
+ .text          0x0000000000000000        0x0 modules/nrf/lib/multithreading_lock/lib..__nrf__lib__multithreading_lock.a(multithreading_lock.c.obj)
+ .data          0x0000000000000000        0x0 modules/nrf/lib/multithreading_lock/lib..__nrf__lib__multithreading_lock.a(multithreading_lock.c.obj)
+ .bss           0x0000000000000000        0x0 modules/nrf/lib/multithreading_lock/lib..__nrf__lib__multithreading_lock.a(multithreading_lock.c.obj)
+ .text          0x0000000000000000        0x0 modules/nrf/subsys/bluetooth/controller/lib..__nrf__subsys__bluetooth__controller.a(hci_driver.c.obj)
+ .data          0x0000000000000000        0x0 modules/nrf/subsys/bluetooth/controller/lib..__nrf__subsys__bluetooth__controller.a(hci_driver.c.obj)
+ .bss           0x0000000000000000        0x0 modules/nrf/subsys/bluetooth/controller/lib..__nrf__subsys__bluetooth__controller.a(hci_driver.c.obj)
+ .text.bt_ctlr_set_public_addr
+                0x0000000000000000        0x4 modules/nrf/subsys/bluetooth/controller/lib..__nrf__subsys__bluetooth__controller.a(hci_driver.c.obj)
+ .text          0x0000000000000000        0x0 modules/nrf/subsys/bluetooth/controller/lib..__nrf__subsys__bluetooth__controller.a(hci_internal.c.obj)
+ .data          0x0000000000000000        0x0 modules/nrf/subsys/bluetooth/controller/lib..__nrf__subsys__bluetooth__controller.a(hci_internal.c.obj)
+ .bss           0x0000000000000000        0x0 modules/nrf/subsys/bluetooth/controller/lib..__nrf__subsys__bluetooth__controller.a(hci_internal.c.obj)
+ .text.hci_internal_user_cmd_handler_register
+                0x0000000000000000       0x18 modules/nrf/subsys/bluetooth/controller/lib..__nrf__subsys__bluetooth__controller.a(hci_internal.c.obj)
+ .text          0x0000000000000000        0x0 modules/nrf/subsys/bluetooth/controller/lib..__nrf__subsys__bluetooth__controller.a(crypto.c.obj)
+ .data          0x0000000000000000        0x0 modules/nrf/subsys/bluetooth/controller/lib..__nrf__subsys__bluetooth__controller.a(crypto.c.obj)
+ .bss           0x0000000000000000        0x0 modules/nrf/subsys/bluetooth/controller/lib..__nrf__subsys__bluetooth__controller.a(crypto.c.obj)
+ .text.bt_encrypt_le
+                0x0000000000000000        0xc modules/nrf/subsys/bluetooth/controller/lib..__nrf__subsys__bluetooth__controller.a(crypto.c.obj)
+ .text.bt_encrypt_be
+                0x0000000000000000        0xc modules/nrf/subsys/bluetooth/controller/lib..__nrf__subsys__bluetooth__controller.a(crypto.c.obj)
+ .text          0x0000000000000000        0x0 modules/nrf/subsys/bluetooth/controller/lib..__nrf__subsys__bluetooth__controller.a(ecdh.c.obj)
+ .data          0x0000000000000000        0x0 modules/nrf/subsys/bluetooth/controller/lib..__nrf__subsys__bluetooth__controller.a(ecdh.c.obj)
+ .bss           0x0000000000000000        0x0 modules/nrf/subsys/bluetooth/controller/lib..__nrf__subsys__bluetooth__controller.a(ecdh.c.obj)
+ .text          0x0000000000000000        0x0 modules/nrf/subsys/mpsl/init/lib..__nrf__subsys__mpsl__init.a(mpsl_init.c.obj)
+ .data          0x0000000000000000        0x0 modules/nrf/subsys/mpsl/init/lib..__nrf__subsys__mpsl__init.a(mpsl_init.c.obj)
+ .bss           0x0000000000000000        0x0 modules/nrf/subsys/mpsl/init/lib..__nrf__subsys__mpsl__init.a(mpsl_init.c.obj)
+ .text.mpsl_lib_init
+                0x0000000000000000        0x6 modules/nrf/subsys/mpsl/init/lib..__nrf__subsys__mpsl__init.a(mpsl_init.c.obj)
+ .text.mpsl_lib_uninit
+                0x0000000000000000        0x6 modules/nrf/subsys/mpsl/init/lib..__nrf__subsys__mpsl__init.a(mpsl_init.c.obj)
+ .rodata.z_mpsl_used_nrf_ppi_groups
+                0x0000000000000000        0x4 modules/nrf/subsys/mpsl/init/lib..__nrf__subsys__mpsl__init.a(mpsl_init.c.obj)
+ .rodata.z_mpsl_used_nrf_ppi_channels
+                0x0000000000000000        0x4 modules/nrf/subsys/mpsl/init/lib..__nrf__subsys__mpsl__init.a(mpsl_init.c.obj)
+ .text          0x0000000000000000        0x0 modules/nrf/subsys/mpsl/fem/lib..__nrf__subsys__mpsl__fem.a(mpsl_fem_api_init.c.obj)
+ .data          0x0000000000000000        0x0 modules/nrf/subsys/mpsl/fem/lib..__nrf__subsys__mpsl__fem.a(mpsl_fem_api_init.c.obj)
+ .bss           0x0000000000000000        0x0 modules/nrf/subsys/mpsl/fem/lib..__nrf__subsys__mpsl__fem.a(mpsl_fem_api_init.c.obj)
+ .text          0x0000000000000000        0x0 modules/nrf/drivers/mpsl/clock_control/lib..__nrf__drivers__mpsl__clock_control.a(nrfx_clock_mpsl.c.obj)
+ .data          0x0000000000000000        0x0 modules/nrf/drivers/mpsl/clock_control/lib..__nrf__drivers__mpsl__clock_control.a(nrfx_clock_mpsl.c.obj)
+ .bss           0x0000000000000000        0x0 modules/nrf/drivers/mpsl/clock_control/lib..__nrf__drivers__mpsl__clock_control.a(nrfx_clock_mpsl.c.obj)
+ .text          0x0000000000000000        0x0 modules/nrf/drivers/mpsl/flash_sync/lib..__nrf__drivers__mpsl__flash_sync.a(flash_sync_mpsl.c.obj)
+ .data          0x0000000000000000        0x0 modules/nrf/drivers/mpsl/flash_sync/lib..__nrf__drivers__mpsl__flash_sync.a(flash_sync_mpsl.c.obj)
+ .bss           0x0000000000000000        0x0 modules/nrf/drivers/mpsl/flash_sync/lib..__nrf__drivers__mpsl__flash_sync.a(flash_sync_mpsl.c.obj)
+ .text          0x0000000000000000        0x0 modules/nrf/drivers/mpsl/temp_nrf5/lib..__nrf__drivers__mpsl__temp_nrf5.a(temp_nrf5_mpsl.c.obj)
+ .data          0x0000000000000000        0x0 modules/nrf/drivers/mpsl/temp_nrf5/lib..__nrf__drivers__mpsl__temp_nrf5.a(temp_nrf5_mpsl.c.obj)
+ .bss           0x0000000000000000        0x0 modules/nrf/drivers/mpsl/temp_nrf5/lib..__nrf__drivers__mpsl__temp_nrf5.a(temp_nrf5_mpsl.c.obj)
+ .text          0x0000000000000000        0x0 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(system_nrf52833.c.obj)
+ .data          0x0000000000000000        0x0 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(system_nrf52833.c.obj)
+ .bss           0x0000000000000000        0x0 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(system_nrf52833.c.obj)
+ .text.nvmc_wait
+                0x0000000000000000       0x10 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(system_nrf52833.c.obj)
+ .text.nvmc_config
+                0x0000000000000000       0x10 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(system_nrf52833.c.obj)
+ .text.SystemCoreClockUpdate
+                0x0000000000000000       0x10 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(system_nrf52833.c.obj)
+ .data.SystemCoreClock
+                0x0000000000000000        0x4 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(system_nrf52833.c.obj)
+ .text          0x0000000000000000        0x0 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_glue.c.obj)
+ .data          0x0000000000000000        0x0 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_glue.c.obj)
+ .bss           0x0000000000000000        0x0 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_glue.c.obj)
+ .rodata.nrfx_error_string_get.str1.1
+                0x0000000000000000      0x178 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_glue.c.obj)
+ .text.nrfx_error_string_get
+                0x0000000000000000       0xd8 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_glue.c.obj)
+ .text          0x0000000000000000        0x0 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_flag32_allocator.c.obj)
+ .data          0x0000000000000000        0x0 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_flag32_allocator.c.obj)
+ .bss           0x0000000000000000        0x0 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_flag32_allocator.c.obj)
+ .text.nrfx_flag32_is_allocated
+                0x0000000000000000        0xa modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_flag32_allocator.c.obj)
+ .text          0x0000000000000000        0x0 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_gpiote.c.obj)
+ .data          0x0000000000000000        0x0 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_gpiote.c.obj)
+ .bss           0x0000000000000000        0x0 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_gpiote.c.obj)
+ .text.nrfx_gpiote_in_is_set
+                0x0000000000000000       0x1c modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_gpiote.c.obj)
+ .text.nrfx_gpiote_channels_number_get
+                0x0000000000000000        0xc modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_gpiote.c.obj)
+ .text.nrfx_gpiote_uninit
+                0x0000000000000000       0x6c modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_gpiote.c.obj)
+ .text.nrfx_gpiote_out_set
+                0x0000000000000000       0x1a modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_gpiote.c.obj)
+ .text.nrfx_gpiote_out_clear
+                0x0000000000000000       0x1a modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_gpiote.c.obj)
+ .text.nrfx_gpiote_out_toggle
+                0x0000000000000000       0x28 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_gpiote.c.obj)
+ .text.nrfx_gpiote_out_task_enable
+                0x0000000000000000       0x1e modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_gpiote.c.obj)
+ .text.nrfx_gpiote_out_task_disable
+                0x0000000000000000       0x1e modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_gpiote.c.obj)
+ .text.nrfx_gpiote_out_task_get
+                0x0000000000000000       0x10 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_gpiote.c.obj)
+ .text.nrfx_gpiote_out_task_address_get
+                0x0000000000000000       0x12 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_gpiote.c.obj)
+ .text.nrfx_gpiote_set_task_get
+                0x0000000000000000       0x14 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_gpiote.c.obj)
+ .text.nrfx_gpiote_set_task_address_get
+                0x0000000000000000       0x16 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_gpiote.c.obj)
+ .text.nrfx_gpiote_clr_task_get
+                0x0000000000000000       0x14 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_gpiote.c.obj)
+ .text.nrfx_gpiote_clr_task_address_get
+                0x0000000000000000       0x18 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_gpiote.c.obj)
+ .text.nrfx_gpiote_out_task_force
+                0x0000000000000000       0x2a modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_gpiote.c.obj)
+ .text.nrfx_gpiote_out_task_trigger
+                0x0000000000000000       0x14 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_gpiote.c.obj)
+ .text.nrfx_gpiote_set_task_trigger
+                0x0000000000000000       0x18 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_gpiote.c.obj)
+ .text.nrfx_gpiote_clr_task_trigger
+                0x0000000000000000       0x18 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_gpiote.c.obj)
+ .text.nrfx_gpiote_in_event_address_get
+                0x0000000000000000       0x10 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_gpiote.c.obj)
+ .rodata.port_lens.0
+                0x0000000000000000        0x2 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_gpiote.c.obj)
+ .text          0x0000000000000000        0x0 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_nvmc.c.obj)
+ .data          0x0000000000000000        0x0 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_nvmc.c.obj)
+ .bss           0x0000000000000000        0x0 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_nvmc.c.obj)
+ .text.partial_word_create
+                0x0000000000000000       0x1c modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_nvmc.c.obj)
+ .text.nrfx_nvmc_uicr_erase
+                0x0000000000000000       0x28 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_nvmc.c.obj)
+ .text.nrfx_nvmc_all_erase
+                0x0000000000000000       0x24 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_nvmc.c.obj)
+ .text.nrfx_nvmc_page_partial_erase_init
+                0x0000000000000000       0x3c modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_nvmc.c.obj)
+ .text.nrfx_nvmc_page_partial_erase_continue
+                0x0000000000000000       0x48 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_nvmc.c.obj)
+ .text.nrfx_nvmc_byte_writable_check
+                0x0000000000000000        0xc modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_nvmc.c.obj)
+ .text.nrfx_nvmc_word_writable_check
+                0x0000000000000000        0xc modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_nvmc.c.obj)
+ .text.nrfx_nvmc_byte_write
+                0x0000000000000000       0x20 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_nvmc.c.obj)
+ .text.nrfx_nvmc_halfword_write
+                0x0000000000000000       0x20 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_nvmc.c.obj)
+ .text.nrfx_nvmc_bytes_write
+                0x0000000000000000       0x84 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_nvmc.c.obj)
+ .text.nrfx_nvmc_words_write
+                0x0000000000000000       0x34 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_nvmc.c.obj)
+ .text.nrfx_nvmc_otp_halfword_read
+                0x0000000000000000       0x10 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_nvmc.c.obj)
+ .text.nrfx_nvmc_halfword_writable_check
+                0x0000000000000000       0x24 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_nvmc.c.obj)
+ .data.m_partial_erase_page_addr
+                0x0000000000000000        0x4 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_nvmc.c.obj)
+ .bss.m_partial_erase_time_elapsed
+                0x0000000000000000        0x4 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_nvmc.c.obj)
+ .text          0x0000000000000000        0x0 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_spim.c.obj)
+ .data          0x0000000000000000        0x0 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_spim.c.obj)
+ .bss           0x0000000000000000        0x0 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_spim.c.obj)
+ .text.nrfx_spim_reconfigure
+                0x0000000000000000       0x48 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_spim.c.obj)
+ .text.nrfx_spim_init_check
+                0x0000000000000000       0x18 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_spim.c.obj)
+ .text.nrfx_spim_abort
+                0x0000000000000000       0x18 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_spim.c.obj)
+ .text          0x0000000000000000        0x0 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_twim.c.obj)
+ .data          0x0000000000000000        0x0 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_twim.c.obj)
+ .bss           0x0000000000000000        0x0 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_twim.c.obj)
+ .text.nrfx_twim_reconfigure
+                0x0000000000000000       0x64 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_twim.c.obj)
+ .text.nrfx_twim_init_check
+                0x0000000000000000       0x1c modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_twim.c.obj)
+ .text.nrfx_twim_uninit
+                0x0000000000000000       0x5c modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_twim.c.obj)
+ .text.nrfx_twim_is_busy
+                0x0000000000000000       0x14 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_twim.c.obj)
+ .text.nrfx_twim_start_task_address_get
+                0x0000000000000000        0xe modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_twim.c.obj)
+ .text.nrfx_twim_stopped_event_address_get
+                0x0000000000000000        0x8 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_twim.c.obj)
+ .text          0x0000000000000000        0x0 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_twi_twim.c.obj)
+ .data          0x0000000000000000        0x0 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_twi_twim.c.obj)
+ .bss           0x0000000000000000        0x0 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_twi_twim.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/kernel/libkernel.a(busy_wait.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/kernel/libkernel.a(busy_wait.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/kernel/libkernel.a(busy_wait.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/kernel/libkernel.a(device.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/kernel/libkernel.a(device.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/kernel/libkernel.a(device.c.obj)
+ .text.z_device_get_all_static
+                0x0000000000000000       0x18 zephyr/kernel/libkernel.a(device.c.obj)
+ .text.z_impl_device_get_binding
+                0x0000000000000000       0x54 zephyr/kernel/libkernel.a(device.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/kernel/libkernel.a(errno.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/kernel/libkernel.a(errno.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/kernel/libkernel.a(errno.c.obj)
+ .text.z_impl_z_errno
+                0x0000000000000000        0xc zephyr/kernel/libkernel.a(errno.c.obj)
+ .rodata._k_neg_eagain
+                0x0000000000000000        0x4 zephyr/kernel/libkernel.a(errno.c.obj)
+ .debug_info    0x0000000000000000      0x6b7 zephyr/kernel/libkernel.a(errno.c.obj)
+ .debug_abbrev  0x0000000000000000      0x1c0 zephyr/kernel/libkernel.a(errno.c.obj)
+ .debug_aranges
+                0x0000000000000000       0x20 zephyr/kernel/libkernel.a(errno.c.obj)
+ .debug_ranges  0x0000000000000000       0x10 zephyr/kernel/libkernel.a(errno.c.obj)
+ .debug_line    0x0000000000000000      0x27f zephyr/kernel/libkernel.a(errno.c.obj)
+ .debug_str     0x0000000000000000      0x713 zephyr/kernel/libkernel.a(errno.c.obj)
+ .comment       0x0000000000000000       0x21 zephyr/kernel/libkernel.a(errno.c.obj)
+ .debug_frame   0x0000000000000000       0x20 zephyr/kernel/libkernel.a(errno.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/kernel/libkernel.a(fatal.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/kernel/libkernel.a(fatal.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/kernel/libkernel.a(fatal.c.obj)
+ .text.coredump
+                0x0000000000000000        0x2 zephyr/kernel/libkernel.a(fatal.c.obj)
+ .text.coredump_memory_dump
+                0x0000000000000000        0x2 zephyr/kernel/libkernel.a(fatal.c.obj)
+ .text.coredump_buffer_output
+                0x0000000000000000        0x2 zephyr/kernel/libkernel.a(fatal.c.obj)
+ .text.coredump_query
+                0x0000000000000000        0x6 zephyr/kernel/libkernel.a(fatal.c.obj)
+ .text.coredump_cmd
+                0x0000000000000000        0x6 zephyr/kernel/libkernel.a(fatal.c.obj)
+ .text.k_fatal_halt
+                0x0000000000000000        0x6 zephyr/kernel/libkernel.a(fatal.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/kernel/libkernel.a(init.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/kernel/libkernel.a(init.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/kernel/libkernel.a(init.c.obj)
+ .text.z_impl_device_init
+                0x0000000000000000       0x28 zephyr/kernel/libkernel.a(init.c.obj)
+ .text.z_early_rand_get
+                0x0000000000000000       0x94 zephyr/kernel/libkernel.a(init.c.obj)
+ .data.state.1  0x0000000000000000        0x8 zephyr/kernel/libkernel.a(init.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/kernel/libkernel.a(kheap.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/kernel/libkernel.a(kheap.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/kernel/libkernel.a(kheap.c.obj)
+ .text.k_heap_alloc
+                0x0000000000000000       0x14 zephyr/kernel/libkernel.a(kheap.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/kernel/libkernel.a(mem_slab.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/kernel/libkernel.a(mem_slab.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/kernel/libkernel.a(mem_slab.c.obj)
+ .text.k_mem_slab_init
+                0x0000000000000000       0x1c zephyr/kernel/libkernel.a(mem_slab.c.obj)
+ .text.k_mem_slab_runtime_stats_get
+                0x0000000000000000       0x3c zephyr/kernel/libkernel.a(mem_slab.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/kernel/libkernel.a(idle.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/kernel/libkernel.a(idle.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/kernel/libkernel.a(idle.c.obj)
+ .text.z_pm_save_idle_exit
+                0x0000000000000000        0x4 zephyr/kernel/libkernel.a(idle.c.obj)
+ .text.arch_spin_relax
+                0x0000000000000000        0x4 zephyr/kernel/libkernel.a(idle.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/kernel/libkernel.a(mutex.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/kernel/libkernel.a(mutex.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/kernel/libkernel.a(mutex.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/kernel/libkernel.a(queue.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/kernel/libkernel.a(queue.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/kernel/libkernel.a(queue.c.obj)
+ .text.z_impl_k_queue_cancel_wait
+                0x0000000000000000       0x3e zephyr/kernel/libkernel.a(queue.c.obj)
+ .text.k_queue_insert
+                0x0000000000000000       0x10 zephyr/kernel/libkernel.a(queue.c.obj)
+ .text.z_impl_k_queue_alloc_append
+                0x0000000000000000       0x14 zephyr/kernel/libkernel.a(queue.c.obj)
+ .text.z_impl_k_queue_alloc_prepend
+                0x0000000000000000       0x14 zephyr/kernel/libkernel.a(queue.c.obj)
+ .text.k_queue_append_list
+                0x0000000000000000       0x7c zephyr/kernel/libkernel.a(queue.c.obj)
+ .text.k_queue_merge_slist
+                0x0000000000000000       0x1c zephyr/kernel/libkernel.a(queue.c.obj)
+ .text.k_queue_remove
+                0x0000000000000000       0x4c zephyr/kernel/libkernel.a(queue.c.obj)
+ .text.k_queue_unique_append
+                0x0000000000000000       0x1e zephyr/kernel/libkernel.a(queue.c.obj)
+ .text.z_impl_k_queue_peek_head
+                0x0000000000000000        0x8 zephyr/kernel/libkernel.a(queue.c.obj)
+ .text.z_impl_k_queue_peek_tail
+                0x0000000000000000        0x8 zephyr/kernel/libkernel.a(queue.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/kernel/libkernel.a(sem.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/kernel/libkernel.a(sem.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/kernel/libkernel.a(sem.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/kernel/libkernel.a(system_work_q.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/kernel/libkernel.a(system_work_q.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/kernel/libkernel.a(system_work_q.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/kernel/libkernel.a(work.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/kernel/libkernel.a(work.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/kernel/libkernel.a(work.c.obj)
+ .text.k_work_cancel
+                0x0000000000000000       0x1e zephyr/kernel/libkernel.a(work.c.obj)
+ .text.k_work_cancel_sync
+                0x0000000000000000       0x5a zephyr/kernel/libkernel.a(work.c.obj)
+ .text.k_work_queue_drain
+                0x0000000000000000       0x78 zephyr/kernel/libkernel.a(work.c.obj)
+ .text.k_work_queue_unplug
+                0x0000000000000000       0x2c zephyr/kernel/libkernel.a(work.c.obj)
+ .text.k_work_flush_delayable
+                0x0000000000000000       0x64 zephyr/kernel/libkernel.a(work.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/kernel/libkernel.a(thread.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/kernel/libkernel.a(thread.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/kernel/libkernel.a(thread.c.obj)
+ .text.z_impl_k_is_preempt_thread
+                0x0000000000000000       0x20 zephyr/kernel/libkernel.a(thread.c.obj)
+ .text.z_impl_k_thread_priority_get
+                0x0000000000000000        0x6 zephyr/kernel/libkernel.a(thread.c.obj)
+ .text.z_impl_k_thread_name_copy
+                0x0000000000000000        0x6 zephyr/kernel/libkernel.a(thread.c.obj)
+ .rodata.k_thread_state_str.str1.1
+                0x0000000000000000        0x3 zephyr/kernel/libkernel.a(thread.c.obj)
+ .text.k_thread_state_str
+                0x0000000000000000       0x90 zephyr/kernel/libkernel.a(thread.c.obj)
+ .text.z_init_thread_base
+                0x0000000000000000       0x14 zephyr/kernel/libkernel.a(thread.c.obj)
+ .text.k_thread_user_mode_enter
+                0x0000000000000000       0x1c zephyr/kernel/libkernel.a(thread.c.obj)
+ .text.k_thread_runtime_stats_get
+                0x0000000000000000       0x14 zephyr/kernel/libkernel.a(thread.c.obj)
+ .text.k_thread_runtime_stats_all_get
+                0x0000000000000000        0xc zephyr/kernel/libkernel.a(thread.c.obj)
+ .rodata.str1.1
+                0x0000000000000000       0x4d zephyr/kernel/libkernel.a(thread.c.obj)
+ .rodata.state_string.0
+                0x0000000000000000       0x40 zephyr/kernel/libkernel.a(thread.c.obj)
+ ._llext_const_symbol.static.k_is_in_isr_sym_
+                0x0000000000000000        0x8 zephyr/kernel/libkernel.a(thread.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/kernel/libkernel.a(sched.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/kernel/libkernel.a(sched.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/kernel/libkernel.a(sched.c.obj)
+ .text.z_requeue_current
+                0x0000000000000000       0x50 zephyr/kernel/libkernel.a(sched.c.obj)
+ .text.z_ready_thread_locked
+                0x0000000000000000        0x4 zephyr/kernel/libkernel.a(sched.c.obj)
+ .text.z_move_thread_to_end_of_prio_q
+                0x0000000000000000       0x1e zephyr/kernel/libkernel.a(sched.c.obj)
+ .text.z_pend_thread
+                0x0000000000000000       0x44 zephyr/kernel/libkernel.a(sched.c.obj)
+ .text.z_impl_k_thread_resume
+                0x0000000000000000       0x3c zephyr/kernel/libkernel.a(sched.c.obj)
+ .text.z_swap_next_thread
+                0x0000000000000000        0xc zephyr/kernel/libkernel.a(sched.c.obj)
+ .text.init_ready_q
+                0x0000000000000000        0x8 zephyr/kernel/libkernel.a(sched.c.obj)
+ .text.z_impl_k_thread_priority_set
+                0x0000000000000000       0x2c zephyr/kernel/libkernel.a(sched.c.obj)
+ .text.k_can_yield
+                0x0000000000000000       0x30 zephyr/kernel/libkernel.a(sched.c.obj)
+ .text.z_impl_k_usleep
+                0x0000000000000000       0x3c zephyr/kernel/libkernel.a(sched.c.obj)
+ .text.z_impl_k_wakeup
+                0x0000000000000000       0x58 zephyr/kernel/libkernel.a(sched.c.obj)
+ .text.z_impl_k_thread_join
+                0x0000000000000000       0x80 zephyr/kernel/libkernel.a(sched.c.obj)
+ .text.z_sched_waitq_walk
+                0x0000000000000000       0x44 zephyr/kernel/libkernel.a(sched.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/kernel/libkernel.a(timeslicing.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/kernel/libkernel.a(timeslicing.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/kernel/libkernel.a(timeslicing.c.obj)
+ .text.k_sched_time_slice_set
+                0x0000000000000000       0x54 zephyr/kernel/libkernel.a(timeslicing.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/kernel/libkernel.a(xip.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/kernel/libkernel.a(xip.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/kernel/libkernel.a(xip.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/kernel/libkernel.a(timeout.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/kernel/libkernel.a(timeout.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/kernel/libkernel.a(timeout.c.obj)
+ .text.timeout_rem
+                0x0000000000000000       0x34 zephyr/kernel/libkernel.a(timeout.c.obj)
+ .text.z_timeout_remaining
+                0x0000000000000000       0x38 zephyr/kernel/libkernel.a(timeout.c.obj)
+ .text.z_timeout_expires
+                0x0000000000000000       0x38 zephyr/kernel/libkernel.a(timeout.c.obj)
+ .text.z_get_next_timeout_expiry
+                0x0000000000000000       0x1e zephyr/kernel/libkernel.a(timeout.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/kernel/libkernel.a(timer.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/kernel/libkernel.a(timer.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/kernel/libkernel.a(timer.c.obj)
+ .text.z_impl_k_timer_status_get
+                0x0000000000000000       0x20 zephyr/kernel/libkernel.a(timer.c.obj)
+ .text.z_impl_k_timer_status_sync
+                0x0000000000000000       0x54 zephyr/kernel/libkernel.a(timer.c.obj)
+ .bss.lock      0x0000000000000000        0x0 zephyr/kernel/libkernel.a(timer.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/kernel/libkernel.a(poll.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/kernel/libkernel.a(poll.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/kernel/libkernel.a(poll.c.obj)
+ .text.triggered_work_handler
+                0x0000000000000000       0x36 zephyr/kernel/libkernel.a(poll.c.obj)
+ .text.triggered_work_expiration_handler
+                0x0000000000000000       0x18 zephyr/kernel/libkernel.a(poll.c.obj)
+ .text.k_poll_event_init
+                0x0000000000000000       0x1e zephyr/kernel/libkernel.a(poll.c.obj)
+ .text.z_impl_k_poll_signal_init
+                0x0000000000000000        0xa zephyr/kernel/libkernel.a(poll.c.obj)
+ .text.z_impl_k_poll_signal_reset
+                0x0000000000000000        0x6 zephyr/kernel/libkernel.a(poll.c.obj)
+ .text.z_impl_k_poll_signal_check
+                0x0000000000000000        0xa zephyr/kernel/libkernel.a(poll.c.obj)
+ .text.k_work_poll_init
+                0x0000000000000000       0x24 zephyr/kernel/libkernel.a(poll.c.obj)
+ .text.k_work_poll_submit_to_queue
+                0x0000000000000000       0xf8 zephyr/kernel/libkernel.a(poll.c.obj)
+ .text.k_work_poll_submit
+                0x0000000000000000       0x10 zephyr/kernel/libkernel.a(poll.c.obj)
+ .text.k_work_poll_cancel
+                0x0000000000000000       0x4e zephyr/kernel/libkernel.a(poll.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/kernel/libkernel.a(mempool.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/kernel/libkernel.a(mempool.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/kernel/libkernel.a(mempool.c.obj)
+ .text          0x0000000000000000      0x254 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/thumb/v7e-m/nofp/libgcc.a(_arm_muldf3.o)
+ .data          0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/thumb/v7e-m/nofp/libgcc.a(_arm_muldf3.o)
+ .bss           0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/thumb/v7e-m/nofp/libgcc.a(_arm_muldf3.o)
+ .debug_frame   0x0000000000000000       0x30 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/thumb/v7e-m/nofp/libgcc.a(_arm_muldf3.o)
+ .text          0x0000000000000000      0x168 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/thumb/v7e-m/nofp/libgcc.a(_arm_mulsf3.o)
+ .data          0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/thumb/v7e-m/nofp/libgcc.a(_arm_mulsf3.o)
+ .bss           0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/thumb/v7e-m/nofp/libgcc.a(_arm_mulsf3.o)
+ .debug_frame   0x0000000000000000       0x24 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/thumb/v7e-m/nofp/libgcc.a(_arm_mulsf3.o)
+ .data          0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/thumb/v7e-m/nofp/libgcc.a(_arm_addsubdf3.o)
+ .bss           0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/thumb/v7e-m/nofp/libgcc.a(_arm_addsubdf3.o)
+ .data          0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/thumb/v7e-m/nofp/libgcc.a(_arm_muldivdf3.o)
+ .bss           0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/thumb/v7e-m/nofp/libgcc.a(_arm_muldivdf3.o)
+ .data          0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/thumb/v7e-m/nofp/libgcc.a(_arm_cmpdf2.o)
+ .bss           0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/thumb/v7e-m/nofp/libgcc.a(_arm_cmpdf2.o)
+ .text          0x0000000000000000       0xa0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/thumb/v7e-m/nofp/libgcc.a(_arm_truncdfsf2.o)
+ .data          0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/thumb/v7e-m/nofp/libgcc.a(_arm_truncdfsf2.o)
+ .bss           0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/thumb/v7e-m/nofp/libgcc.a(_arm_truncdfsf2.o)
+ .debug_frame   0x0000000000000000       0x24 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/thumb/v7e-m/nofp/libgcc.a(_arm_truncdfsf2.o)
+ .data          0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/thumb/v7e-m/nofp/libgcc.a(_arm_addsubsf3.o)
+ .bss           0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/thumb/v7e-m/nofp/libgcc.a(_arm_addsubsf3.o)
+ .data          0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/thumb/v7e-m/nofp/libgcc.a(_arm_cmpsf2.o)
+ .bss           0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/thumb/v7e-m/nofp/libgcc.a(_arm_cmpsf2.o)
+ .data          0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/thumb/v7e-m/nofp/libgcc.a(_arm_fixsfsi.o)
+ .bss           0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/thumb/v7e-m/nofp/libgcc.a(_arm_fixsfsi.o)
+ .text          0x0000000000000000       0x40 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/thumb/v7e-m/nofp/libgcc.a(_arm_fixunssfsi.o)
+ .data          0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/thumb/v7e-m/nofp/libgcc.a(_arm_fixunssfsi.o)
+ .bss           0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/thumb/v7e-m/nofp/libgcc.a(_arm_fixunssfsi.o)
+ .debug_frame   0x0000000000000000       0x24 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/thumb/v7e-m/nofp/libgcc.a(_arm_fixunssfsi.o)
+ .data          0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/thumb/v7e-m/nofp/libgcc.a(_aeabi_ldivmod.o)
+ .bss           0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/thumb/v7e-m/nofp/libgcc.a(_aeabi_ldivmod.o)
+ .data          0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/thumb/v7e-m/nofp/libgcc.a(_aeabi_uldivmod.o)
+ .bss           0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/thumb/v7e-m/nofp/libgcc.a(_aeabi_uldivmod.o)
+ .text          0x0000000000000000       0x26 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/thumb/v7e-m/nofp/libgcc.a(_popcountsi2.o)
+ .data          0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/thumb/v7e-m/nofp/libgcc.a(_popcountsi2.o)
+ .bss           0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/thumb/v7e-m/nofp/libgcc.a(_popcountsi2.o)
+ .debug_frame   0x0000000000000000       0x20 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/thumb/v7e-m/nofp/libgcc.a(_popcountsi2.o)
+ .text          0x0000000000000000       0x2e /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/thumb/v7e-m/nofp/libgcc.a(_fixdfdi.o)
+ .data          0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/thumb/v7e-m/nofp/libgcc.a(_fixdfdi.o)
+ .bss           0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/thumb/v7e-m/nofp/libgcc.a(_fixdfdi.o)
+ .debug_frame   0x0000000000000000       0x38 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/thumb/v7e-m/nofp/libgcc.a(_fixdfdi.o)
+ .text          0x0000000000000000       0x3c /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/thumb/v7e-m/nofp/libgcc.a(_fixunsdfdi.o)
+ .data          0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/thumb/v7e-m/nofp/libgcc.a(_fixunsdfdi.o)
+ .bss           0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/thumb/v7e-m/nofp/libgcc.a(_fixunsdfdi.o)
+ .debug_frame   0x0000000000000000       0x2c /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/thumb/v7e-m/nofp/libgcc.a(_fixunsdfdi.o)
+ .data          0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/thumb/v7e-m/nofp/libgcc.a(_udivmoddi4.o)
+ .bss           0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/thumb/v7e-m/nofp/libgcc.a(_udivmoddi4.o)
+ .ARM.extab     0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/thumb/v7e-m/nofp/libgcc.a(_udivmoddi4.o)
+ .data          0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/thumb/v7e-m/nofp/libgcc.a(_dvmd_tls.o)
+ .bss           0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/thumb/v7e-m/nofp/libgcc.a(_dvmd_tls.o)
+ .text          0x0000000000000000       0x40 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/thumb/v7e-m/nofp/libgcc.a(_arm_fixunsdfsi.o)
+ .data          0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/thumb/v7e-m/nofp/libgcc.a(_arm_fixunsdfsi.o)
+ .bss           0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/thumb/v7e-m/nofp/libgcc.a(_arm_fixunsdfsi.o)
+ .debug_frame   0x0000000000000000       0x24 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/thumb/v7e-m/nofp/libgcc.a(_arm_fixunsdfsi.o)
+ .text          0x0000000000000000        0x0 /opt/ncs/nrfxlib/crypto/nrf_oberon/lib/cortex-m4/soft-float/liboberon_3.0.15.a(ocrypto_ecdh_p256.c.obj)
+ .data          0x0000000000000000        0x0 /opt/ncs/nrfxlib/crypto/nrf_oberon/lib/cortex-m4/soft-float/liboberon_3.0.15.a(ocrypto_ecdh_p256.c.obj)
+ .bss           0x0000000000000000        0x0 /opt/ncs/nrfxlib/crypto/nrf_oberon/lib/cortex-m4/soft-float/liboberon_3.0.15.a(ocrypto_ecdh_p256.c.obj)
+ .text.ocrypto_ecdh_p256_secret_key_check
+                0x0000000000000000       0x14 /opt/ncs/nrfxlib/crypto/nrf_oberon/lib/cortex-m4/soft-float/liboberon_3.0.15.a(ocrypto_ecdh_p256.c.obj)
+ .text.ocrypto_ecdh_p256_public_key_check
+                0x0000000000000000       0x14 /opt/ncs/nrfxlib/crypto/nrf_oberon/lib/cortex-m4/soft-float/liboberon_3.0.15.a(ocrypto_ecdh_p256.c.obj)
+ .text.ocrypto_ecdh_p256_public_key_init
+                0x0000000000000000       0x1c /opt/ncs/nrfxlib/crypto/nrf_oberon/lib/cortex-m4/soft-float/liboberon_3.0.15.a(ocrypto_ecdh_p256.c.obj)
+ .text.ocrypto_ecdh_p256_public_key_iterate
+                0x0000000000000000        0x4 /opt/ncs/nrfxlib/crypto/nrf_oberon/lib/cortex-m4/soft-float/liboberon_3.0.15.a(ocrypto_ecdh_p256.c.obj)
+ .text.ocrypto_ecdh_p256_public_key_final
+                0x0000000000000000       0x2c /opt/ncs/nrfxlib/crypto/nrf_oberon/lib/cortex-m4/soft-float/liboberon_3.0.15.a(ocrypto_ecdh_p256.c.obj)
+ .text.ocrypto_ecdh_p256_common_secret_init
+                0x0000000000000000       0x34 /opt/ncs/nrfxlib/crypto/nrf_oberon/lib/cortex-m4/soft-float/liboberon_3.0.15.a(ocrypto_ecdh_p256.c.obj)
+ .text.ocrypto_ecdh_p256_common_secret_iterate
+                0x0000000000000000        0x4 /opt/ncs/nrfxlib/crypto/nrf_oberon/lib/cortex-m4/soft-float/liboberon_3.0.15.a(ocrypto_ecdh_p256.c.obj)
+ .text.ocrypto_ecdh_p256_common_secret_final
+                0x0000000000000000       0x2c /opt/ncs/nrfxlib/crypto/nrf_oberon/lib/cortex-m4/soft-float/liboberon_3.0.15.a(ocrypto_ecdh_p256.c.obj)
+ .text          0x0000000000000000        0x0 /opt/ncs/nrfxlib/crypto/nrf_oberon/lib/cortex-m4/soft-float/liboberon_3.0.15.a(ocrypto_sc_p256.c.obj)
+ .data          0x0000000000000000        0x0 /opt/ncs/nrfxlib/crypto/nrf_oberon/lib/cortex-m4/soft-float/liboberon_3.0.15.a(ocrypto_sc_p256.c.obj)
+ .bss           0x0000000000000000        0x0 /opt/ncs/nrfxlib/crypto/nrf_oberon/lib/cortex-m4/soft-float/liboberon_3.0.15.a(ocrypto_sc_p256.c.obj)
+ .text.q_reduction
+                0x0000000000000000       0x6c /opt/ncs/nrfxlib/crypto/nrf_oberon/lib/cortex-m4/soft-float/liboberon_3.0.15.a(ocrypto_sc_p256.c.obj)
+ .text.ocrypto_sc_p256_from_bytes
+                0x0000000000000000       0xe4 /opt/ncs/nrfxlib/crypto/nrf_oberon/lib/cortex-m4/soft-float/liboberon_3.0.15.a(ocrypto_sc_p256.c.obj)
+ .text.ocrypto_sc_p256_from_mod256
+                0x0000000000000000       0x20 /opt/ncs/nrfxlib/crypto/nrf_oberon/lib/cortex-m4/soft-float/liboberon_3.0.15.a(ocrypto_sc_p256.c.obj)
+ .text.ocrypto_sc_p256_to32bytes
+                0x0000000000000000       0x34 /opt/ncs/nrfxlib/crypto/nrf_oberon/lib/cortex-m4/soft-float/liboberon_3.0.15.a(ocrypto_sc_p256.c.obj)
+ .text.ocrypto_sc_p256_add
+                0x0000000000000000       0x28 /opt/ncs/nrfxlib/crypto/nrf_oberon/lib/cortex-m4/soft-float/liboberon_3.0.15.a(ocrypto_sc_p256.c.obj)
+ .text.ocrypto_sc_p256_sub
+                0x0000000000000000       0x1c /opt/ncs/nrfxlib/crypto/nrf_oberon/lib/cortex-m4/soft-float/liboberon_3.0.15.a(ocrypto_sc_p256.c.obj)
+ .text.ocrypto_sc_p256_mul
+                0x0000000000000000       0x1c /opt/ncs/nrfxlib/crypto/nrf_oberon/lib/cortex-m4/soft-float/liboberon_3.0.15.a(ocrypto_sc_p256.c.obj)
+ .text.ocrypto_sc_p256_inv
+                0x0000000000000000      0x350 /opt/ncs/nrfxlib/crypto/nrf_oberon/lib/cortex-m4/soft-float/liboberon_3.0.15.a(ocrypto_sc_p256.c.obj)
+ .rodata.inv    0x0000000000000000       0x20 /opt/ncs/nrfxlib/crypto/nrf_oberon/lib/cortex-m4/soft-float/liboberon_3.0.15.a(ocrypto_sc_p256.c.obj)
+ .data          0x0000000000000000        0x0 /opt/ncs/nrfxlib/crypto/nrf_oberon/lib/cortex-m4/soft-float/liboberon_3.0.15.a(ocrypto_bigint256.s.obj)
+ .bss           0x0000000000000000        0x0 /opt/ncs/nrfxlib/crypto/nrf_oberon/lib/cortex-m4/soft-float/liboberon_3.0.15.a(ocrypto_bigint256.s.obj)
+ .text          0x0000000000000000        0x0 /opt/ncs/nrfxlib/crypto/nrf_oberon/lib/cortex-m4/soft-float/liboberon_3.0.15.a(ocrypto_curve_p256.c.obj)
+ .data          0x0000000000000000        0x0 /opt/ncs/nrfxlib/crypto/nrf_oberon/lib/cortex-m4/soft-float/liboberon_3.0.15.a(ocrypto_curve_p256.c.obj)
+ .bss           0x0000000000000000        0x0 /opt/ncs/nrfxlib/crypto/nrf_oberon/lib/cortex-m4/soft-float/liboberon_3.0.15.a(ocrypto_curve_p256.c.obj)
+ .text.ocrypto_curve_p256_from32bytes
+                0x0000000000000000       0x5c /opt/ncs/nrfxlib/crypto/nrf_oberon/lib/cortex-m4/soft-float/liboberon_3.0.15.a(ocrypto_curve_p256.c.obj)
+ .text.ocrypto_curve_p256_scalarmult_init
+                0x0000000000000000       0x8c /opt/ncs/nrfxlib/crypto/nrf_oberon/lib/cortex-m4/soft-float/liboberon_3.0.15.a(ocrypto_curve_p256.c.obj)
+ .text.ocrypto_curve_p256_scalarmult_iterate
+                0x0000000000000000       0xfc /opt/ncs/nrfxlib/crypto/nrf_oberon/lib/cortex-m4/soft-float/liboberon_3.0.15.a(ocrypto_curve_p256.c.obj)
+ .text.ocrypto_curve_p256_scalarmult_final
+                0x0000000000000000       0x9c /opt/ncs/nrfxlib/crypto/nrf_oberon/lib/cortex-m4/soft-float/liboberon_3.0.15.a(ocrypto_curve_p256.c.obj)
+ .text.ocrypto_curve_p256_scalarmult_base_init
+                0x0000000000000000       0x88 /opt/ncs/nrfxlib/crypto/nrf_oberon/lib/cortex-m4/soft-float/liboberon_3.0.15.a(ocrypto_curve_p256.c.obj)
+ .text.ocrypto_curve_p256_add
+                0x0000000000000000       0xe8 /opt/ncs/nrfxlib/crypto/nrf_oberon/lib/cortex-m4/soft-float/liboberon_3.0.15.a(ocrypto_curve_p256.c.obj)
+ .text          0x0000000000000000        0x0 /opt/ncs/nrfxlib/crypto/nrf_oberon/lib/cortex-m4/soft-float/liboberon_3.0.15.a(ocrypto_mod_p256.c.obj)
+ .data          0x0000000000000000        0x0 /opt/ncs/nrfxlib/crypto/nrf_oberon/lib/cortex-m4/soft-float/liboberon_3.0.15.a(ocrypto_mod_p256.c.obj)
+ .bss           0x0000000000000000        0x0 /opt/ncs/nrfxlib/crypto/nrf_oberon/lib/cortex-m4/soft-float/liboberon_3.0.15.a(ocrypto_mod_p256.c.obj)
+ .text.ocrypto_mod_p256_init
+                0x0000000000000000       0x14 /opt/ncs/nrfxlib/crypto/nrf_oberon/lib/cortex-m4/soft-float/liboberon_3.0.15.a(ocrypto_mod_p256.c.obj)
+ .text.ocrypto_mod_p256_getsign
+                0x0000000000000000        0x8 /opt/ncs/nrfxlib/crypto/nrf_oberon/lib/cortex-m4/soft-float/liboberon_3.0.15.a(ocrypto_mod_p256.c.obj)
+ .text.ocrypto_mod_p256_inv_init
+                0x0000000000000000       0x78 /opt/ncs/nrfxlib/crypto/nrf_oberon/lib/cortex-m4/soft-float/liboberon_3.0.15.a(ocrypto_mod_p256.c.obj)
+ .text.ocrypto_mod_p256_inv_iterate
+                0x0000000000000000      0x164 /opt/ncs/nrfxlib/crypto/nrf_oberon/lib/cortex-m4/soft-float/liboberon_3.0.15.a(ocrypto_mod_p256.c.obj)
+ .text.ocrypto_mod_p256_inv_final
+                0x0000000000000000       0x3c /opt/ncs/nrfxlib/crypto/nrf_oberon/lib/cortex-m4/soft-float/liboberon_3.0.15.a(ocrypto_mod_p256.c.obj)
+ .text.ocrypto_mod_p256_sqrt
+                0x0000000000000000       0xfc /opt/ncs/nrfxlib/crypto/nrf_oberon/lib/cortex-m4/soft-float/liboberon_3.0.15.a(ocrypto_mod_p256.c.obj)
+ .data          0x0000000000000000        0x0 /opt/ncs/nrfxlib/crypto/nrf_oberon/lib/cortex-m4/soft-float/liboberon_3.0.15.a(ocrypto_constant_time.s.obj)
+ .bss           0x0000000000000000        0x0 /opt/ncs/nrfxlib/crypto/nrf_oberon/lib/cortex-m4/soft-float/liboberon_3.0.15.a(ocrypto_constant_time.s.obj)
+ .data          0x0000000000000000        0x0 /opt/ncs/nrfxlib/crypto/nrf_oberon/lib/cortex-m4/soft-float/liboberon_3.0.15.a(ocrypto_mod_p256_base.s.obj)
+ .bss           0x0000000000000000        0x0 /opt/ncs/nrfxlib/crypto/nrf_oberon/lib/cortex-m4/soft-float/liboberon_3.0.15.a(ocrypto_mod_p256_base.s.obj)
+ .text          0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libm_nano.a(lib_a-sf_floor.o)
+ .data          0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libm_nano.a(lib_a-sf_floor.o)
+ .bss           0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libm_nano.a(lib_a-sf_floor.o)
+ .text          0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-ctype_.o)
+ .data          0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-ctype_.o)
+ .bss           0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-ctype_.o)
+ .text          0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-malloc.o)
+ .data          0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-malloc.o)
+ .bss           0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-malloc.o)
+ .text.free     0x0000000000000000       0x10 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-malloc.o)
+ .data          0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-memchr.o)
+ .bss           0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-memchr.o)
+ .text          0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-memcmp.o)
+ .data          0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-memcmp.o)
+ .bss           0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-memcmp.o)
+ .text          0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-memcpy-stub.o)
+ .data          0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-memcpy-stub.o)
+ .bss           0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-memcpy-stub.o)
+ .text          0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-memset.o)
+ .data          0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-memset.o)
+ .bss           0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-memset.o)
+ .text          0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-nano-freer.o)
+ .data          0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-nano-freer.o)
+ .bss           0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-nano-freer.o)
+ .text          0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-nano-mallocr.o)
+ .data          0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-nano-mallocr.o)
+ .bss           0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-nano-mallocr.o)
+ .text          0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-nano-vfprintf_float.o)
+ .data          0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-nano-vfprintf_float.o)
+ .bss           0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-nano-vfprintf_float.o)
+ .text          0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-nano-vfprintf_i.o)
+ .data          0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-nano-vfprintf_i.o)
+ .bss           0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-nano-vfprintf_i.o)
+ .text          0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-sbrkr.o)
+ .data          0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-sbrkr.o)
+ .bss           0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-sbrkr.o)
+ .data          0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-strcmp.o)
+ .bss           0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-strcmp.o)
+ .text          0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-strcpy.o)
+ .data          0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-strcpy.o)
+ .bss           0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-strcpy.o)
+ .data          0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-strlen.o)
+ .bss           0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-strlen.o)
+ .text          0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-strnlen.o)
+ .data          0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-strnlen.o)
+ .bss           0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-strnlen.o)
+ .text          0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-dtoa.o)
+ .data          0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-dtoa.o)
+ .bss           0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-dtoa.o)
+ .text          0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-impure.o)
+ .data          0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-impure.o)
+ .bss           0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-impure.o)
+ .text          0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-localeconv.o)
+ .data          0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-localeconv.o)
+ .bss           0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-localeconv.o)
+ .text.__localeconv_l
+                0x0000000000000000        0x4 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-localeconv.o)
+ .text.localeconv
+                0x0000000000000000        0x8 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-localeconv.o)
+ .text          0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-mlock.o)
+ .data          0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-mlock.o)
+ .bss           0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-mlock.o)
+ .text          0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-mprec.o)
+ .data          0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-mprec.o)
+ .bss           0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-mprec.o)
+ .text.__s2b    0x0000000000000000       0x94 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-mprec.o)
+ .text.__ulp    0x0000000000000000       0x40 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-mprec.o)
+ .text.__b2d    0x0000000000000000       0x94 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-mprec.o)
+ .text.__ratio  0x0000000000000000       0x60 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-mprec.o)
+ .text._mprec_log10
+                0x0000000000000000       0x38 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-mprec.o)
+ .text.__copybits
+                0x0000000000000000       0x46 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-mprec.o)
+ .text.__any_on
+                0x0000000000000000       0x42 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-mprec.o)
+ .rodata.__mprec_tinytens
+                0x0000000000000000       0x28 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-mprec.o)
+ .text          0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-nano-callocr.o)
+ .data          0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-nano-callocr.o)
+ .bss           0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-nano-callocr.o)
+ .text          0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-reent.o)
+ .data          0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-reent.o)
+ .bss           0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-reent.o)
+ .text.cleanup_glue
+                0x0000000000000000       0x1a /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-reent.o)
+ .text._reclaim_reent
+                0x0000000000000000       0xb8 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-reent.o)
+ .text          0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-assert.o)
+ .data          0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-assert.o)
+ .bss           0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-assert.o)
+ .text.__assert
+                0x0000000000000000        0xa /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-assert.o)
+ .text          0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-fprintf.o)
+ .data          0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-fprintf.o)
+ .bss           0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-fprintf.o)
+ .text._fprintf_r
+                0x0000000000000000       0x1a /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-fprintf.o)
+ .text          0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-locale.o)
+ .data          0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-locale.o)
+ .bss           0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-locale.o)
+ .text._setlocale_r
+                0x0000000000000000       0x3c /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-locale.o)
+ .text.__locale_mb_cur_max
+                0x0000000000000000        0xc /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-locale.o)
+ .text.setlocale
+                0x0000000000000000       0x10 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-locale.o)
+ .bss._PathLocale
+                0x0000000000000000        0x4 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-locale.o)
+ .text          0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-mbtowc_r.o)
+ .data          0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-mbtowc_r.o)
+ .bss           0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-mbtowc_r.o)
+ .text._mbtowc_r
+                0x0000000000000000       0x14 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-mbtowc_r.o)
+ .text          0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-nano-vfprintf.o)
+ .data          0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-nano-vfprintf.o)
+ .bss           0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-nano-vfprintf.o)
+ .text.__sprint_r
+                0x0000000000000000       0x1a /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-nano-vfprintf.o)
+ .text.vfprintf
+                0x0000000000000000       0x14 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-nano-vfprintf.o)
+ .text          0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-wbuf.o)
+ .data          0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-wbuf.o)
+ .bss           0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-wbuf.o)
+ .text.__swbuf  0x0000000000000000       0x10 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-wbuf.o)
+ .text          0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-wctomb_r.o)
+ .data          0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-wctomb_r.o)
+ .bss           0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-wctomb_r.o)
+ .text._wctomb_r
+                0x0000000000000000       0x14 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-wctomb_r.o)
+ .text          0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-wsetup.o)
+ .data          0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-wsetup.o)
+ .bss           0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-wsetup.o)
+ .text          0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-fflush.o)
+ .data          0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-fflush.o)
+ .bss           0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-fflush.o)
+ .text.fflush   0x0000000000000000       0x24 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-fflush.o)
+ .text          0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-findfp.o)
+ .data          0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-findfp.o)
+ .bss           0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-findfp.o)
+ .text.__fp_lock
+                0x0000000000000000       0x18 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-findfp.o)
+ .text.__fp_unlock
+                0x0000000000000000       0x18 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-findfp.o)
+ .text._cleanup
+                0x0000000000000000        0xc /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-findfp.o)
+ .text.__fp_lock_all
+                0x0000000000000000       0x1c /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-findfp.o)
+ .text.__fp_unlock_all
+                0x0000000000000000       0x1c /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-findfp.o)
+ .text          0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-fvwrite.o)
+ .data          0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-fvwrite.o)
+ .bss           0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-fvwrite.o)
+ .text.__sfvwrite_r
+                0x0000000000000000      0x2a0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-fvwrite.o)
+ .debug_frame   0x0000000000000000       0x3c /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-fvwrite.o)
+ .text          0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-fwalk.o)
+ .data          0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-fwalk.o)
+ .bss           0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-fwalk.o)
+ .text._fwalk   0x0000000000000000       0x3a /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-fwalk.o)
+ .text          0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-makebuf.o)
+ .data          0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-makebuf.o)
+ .bss           0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-makebuf.o)
+ .text          0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-memmove.o)
+ .data          0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-memmove.o)
+ .bss           0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-memmove.o)
+ .text.memmove  0x0000000000000000       0x34 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-memmove.o)
+ .debug_frame   0x0000000000000000       0x28 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-memmove.o)
+ .text          0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-nano-reallocr.o)
+ .data          0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-nano-reallocr.o)
+ .bss           0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-nano-reallocr.o)
+ .text._realloc_r
+                0x0000000000000000       0x4a /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-nano-reallocr.o)
+ .debug_frame   0x0000000000000000       0x3c /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-nano-reallocr.o)
+ .text          0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-stdio.o)
+ .data          0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-stdio.o)
+ .bss           0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-stdio.o)
+ .text.__seofread
+                0x0000000000000000        0x4 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-stdio.o)
+ .text          0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-writer.o)
+ .data          0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-writer.o)
+ .bss           0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-writer.o)
+ .text          0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-closer.o)
+ .data          0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-closer.o)
+ .bss           0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-closer.o)
+ .text          0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-fstatr.o)
+ .data          0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-fstatr.o)
+ .bss           0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-fstatr.o)
+ .text          0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-isattyr.o)
+ .data          0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-isattyr.o)
+ .bss           0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-isattyr.o)
+ .text          0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-lseekr.o)
+ .data          0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-lseekr.o)
+ .bss           0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-lseekr.o)
+ .text          0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-nano-msizer.o)
+ .data          0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-nano-msizer.o)
+ .bss           0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-nano-msizer.o)
+ .text._malloc_usable_size_r
+                0x0000000000000000       0x10 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-nano-msizer.o)
+ .debug_frame   0x0000000000000000       0x20 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-nano-msizer.o)
+ .text          0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-readr.o)
+ .data          0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-readr.o)
+ .bss           0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-readr.o)
+ .data          0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/thumb/v7e-m/nofp/libgcc.a(_arm_unorddf2.o)
+ .bss           0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/thumb/v7e-m/nofp/libgcc.a(_arm_unorddf2.o)
+ .data          0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/thumb/v7e-m/nofp/libgcc.a(_arm_fixdfsi.o)
+ .bss           0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/thumb/v7e-m/nofp/libgcc.a(_arm_fixdfsi.o)
+ .text          0x0000000000000000        0x0 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x30 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x28 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x6 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x6 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x6 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x6 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x6 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x6 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x6 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x6 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x6 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x6 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x6 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x2c /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x6 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x6 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x6 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x6 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x6 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x6 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x6 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x6 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x6 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x6 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x6 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x6 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x6 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x6 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x6 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x6 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x6 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x6 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x6 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x1c /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x10 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x6 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x6 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x6 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000      0x114 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x1c /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x6 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x18 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x26 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x16 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0xa /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0xa /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0xa /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x26 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x30 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x8 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x2a /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x2c /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x2e /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x34 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x2e /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x1e /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x14 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x1e /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x2a /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x24 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x2a /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x40 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x10 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x28 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x46 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0xc /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x20 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x12 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x18 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x30 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x16 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x16 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x1c /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x14 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0xc /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x3e /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x34 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x3c /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x20 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x54 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x4c /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x2c /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x1c /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x20 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x88 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0xe /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x46 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x3a /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x12 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x20 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x1c /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x8 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x14 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0xc /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x74 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x52 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x20 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x90 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x36 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x7a /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x10 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x12 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x50 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x1c /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x2e /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x14 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0xe /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x10 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x72 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x4c /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x38 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0xa4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x8e /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x82 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x3a /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x18 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x22 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x1e /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x66 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x10 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x12 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0xc /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0xc /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x28 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x28 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x1c /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x10 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x44 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x12 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0xc /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x10 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x58 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0xc /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x36 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0xd6 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x62 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x6c /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0xe /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x48 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0xe /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x1c /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0xc0 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0xc /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x38 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0xfc /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x1e /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x20 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0xc /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0xc /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0xc /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x1c /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x3c /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x20 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x28 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x28 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x68 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x74 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x44 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x2c /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x18 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x10 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x28 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0xe /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0xc /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0xc /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0xc /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x20 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000      0x11a /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x98 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x98 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x6 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0xe /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0xe /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x8 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x8 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x6 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x2c /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x2e /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x8 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x10 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x6 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x6 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x6 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x6 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0xa /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x8 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0xe /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x30 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x1c /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0xa /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x6 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x6 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x12 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x8 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x12 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x8 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x8 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x1c /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x1c /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x8 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0xa /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x6 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0xe /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x8 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x6 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x8 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0xd8 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0xde /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x24 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x20 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x4a /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x34 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0xe /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0xe /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x14 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x18 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x18 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0xa /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0xc /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x7a /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x90 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0xa0 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x88 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x64 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x56 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x58 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x4a /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x1c /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x18 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x1c /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x18 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x18 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x12 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x1e /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x22 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0xc /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x18 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x24 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x6 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x6 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x2c /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x14 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x38 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x32 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x8 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0xc /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0xc /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x22 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x1c /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x34 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x36 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x20 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x58 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x28 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x28 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0xb6 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x30 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x3c /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x36 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x1c /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x68 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x24 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x1e /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x30 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x36 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0xe /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000      0x124 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x4c /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x48 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x7c /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x18 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x12 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x5c /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x10 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x34 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x20 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x28 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x12 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x2 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0xe /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x8 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x3a /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x12 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x1c /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x34 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x10 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x14 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x1a /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x54 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x2e /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x6 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x8 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x34 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0xa4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x88 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x2e /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x34 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x46 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x14 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x36 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x1c /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x1c /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0xd2 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x88 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x8c /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0xac /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x26 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x56 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x54 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x50 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x38 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x2e /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x4c /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x40 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x20 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x2c /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0xa /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x3c /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0xc /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0xe /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x22 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0xc /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x38 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x28 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x28 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x10 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x48 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x34 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x30 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x6c /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x10 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x18 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x18 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .data          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .data          0x0000000000000000        0x8 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .data          0x0000000000000000        0x8 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x0 /opt/ncs/nrfxlib/mpsl/fem/common/lib/cortex-m4/soft-float/libmpsl_fem_common.a(libmpsl_fem_common_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x14 /opt/ncs/nrfxlib/mpsl/fem/common/lib/cortex-m4/soft-float/libmpsl_fem_common.a(libmpsl_fem_common_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0xc /opt/ncs/nrfxlib/mpsl/fem/common/lib/cortex-m4/soft-float/libmpsl_fem_common.a(libmpsl_fem_common_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0xc /opt/ncs/nrfxlib/mpsl/fem/common/lib/cortex-m4/soft-float/libmpsl_fem_common.a(libmpsl_fem_common_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x14 /opt/ncs/nrfxlib/mpsl/fem/common/lib/cortex-m4/soft-float/libmpsl_fem_common.a(libmpsl_fem_common_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0xc /opt/ncs/nrfxlib/mpsl/fem/common/lib/cortex-m4/soft-float/libmpsl_fem_common.a(libmpsl_fem_common_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0xc /opt/ncs/nrfxlib/mpsl/fem/common/lib/cortex-m4/soft-float/libmpsl_fem_common.a(libmpsl_fem_common_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0xc /opt/ncs/nrfxlib/mpsl/fem/common/lib/cortex-m4/soft-float/libmpsl_fem_common.a(libmpsl_fem_common_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0xc /opt/ncs/nrfxlib/mpsl/fem/common/lib/cortex-m4/soft-float/libmpsl_fem_common.a(libmpsl_fem_common_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0xc /opt/ncs/nrfxlib/mpsl/fem/common/lib/cortex-m4/soft-float/libmpsl_fem_common.a(libmpsl_fem_common_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0xc /opt/ncs/nrfxlib/mpsl/fem/common/lib/cortex-m4/soft-float/libmpsl_fem_common.a(libmpsl_fem_common_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x56 /opt/ncs/nrfxlib/mpsl/fem/common/lib/cortex-m4/soft-float/libmpsl_fem_common.a(libmpsl_fem_common_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x14 /opt/ncs/nrfxlib/mpsl/fem/common/lib/cortex-m4/soft-float/libmpsl_fem_common.a(libmpsl_fem_common_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x28 /opt/ncs/nrfxlib/mpsl/fem/common/lib/cortex-m4/soft-float/libmpsl_fem_common.a(libmpsl_fem_common_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x1c /opt/ncs/nrfxlib/mpsl/fem/common/lib/cortex-m4/soft-float/libmpsl_fem_common.a(libmpsl_fem_common_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x20 /opt/ncs/nrfxlib/mpsl/fem/common/lib/cortex-m4/soft-float/libmpsl_fem_common.a(libmpsl_fem_common_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x10 /opt/ncs/nrfxlib/mpsl/fem/common/lib/cortex-m4/soft-float/libmpsl_fem_common.a(libmpsl_fem_common_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x10 /opt/ncs/nrfxlib/mpsl/fem/common/lib/cortex-m4/soft-float/libmpsl_fem_common.a(libmpsl_fem_common_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x10 /opt/ncs/nrfxlib/mpsl/fem/common/lib/cortex-m4/soft-float/libmpsl_fem_common.a(libmpsl_fem_common_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x1c /opt/ncs/nrfxlib/mpsl/fem/common/lib/cortex-m4/soft-float/libmpsl_fem_common.a(libmpsl_fem_common_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x50 /opt/ncs/nrfxlib/mpsl/fem/common/lib/cortex-m4/soft-float/libmpsl_fem_common.a(libmpsl_fem_common_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x28 /opt/ncs/nrfxlib/mpsl/fem/common/lib/cortex-m4/soft-float/libmpsl_fem_common.a(libmpsl_fem_common_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x1c /opt/ncs/nrfxlib/mpsl/fem/common/lib/cortex-m4/soft-float/libmpsl_fem_common.a(libmpsl_fem_common_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x50 /opt/ncs/nrfxlib/mpsl/fem/common/lib/cortex-m4/soft-float/libmpsl_fem_common.a(libmpsl_fem_common_debug_soft__obfuscated.elf)
+ .rodata.str1.1
+                0x0000000000000000       0x2d /opt/ncs/nrfxlib/mpsl/fem/common/lib/cortex-m4/soft-float/libmpsl_fem_common.a(libmpsl_fem_common_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x0 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x38 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0xc /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x1c /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x2 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0xc /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x2 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x10 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x1c /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x28 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x1c /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x38 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x64 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x34 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0xc /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x5c /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0xa /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0xa /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x74 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x24 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x10 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x1c /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x22 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x1c /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x36 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x18 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x44 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x10 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x78 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000      0x110 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x40 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0xa /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0xa /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x28 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0xc /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0xc /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0xc /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0xc /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0xc /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x18 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x84 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x38 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x40 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0xb0 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x40 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x6c /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x48 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x80 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x38 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x68 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x12 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x2 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x5c /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x2 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x2c /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x2 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0xf4 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x40 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x10 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x10 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0xd4 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x24 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x2c /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x58 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x2c /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x28 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x1c /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x1c /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x2c /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x10 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x38 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x2c /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x38 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x20 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x20 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x24 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0xdc /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x54 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x3c /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x1c /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x90 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x54 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000      0x2b8 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x4c /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000      0x108 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0xac /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000      0x108 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x18 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x1c /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x34 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x2c /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x3c /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x60 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0xa0 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x16 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x74 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .data          0x0000000000000000        0x7 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .data          0x0000000000000000       0x1c /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .data          0x0000000000000000       0x1c /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+
+Memory Configuration
+
+Name             Origin             Length             Attributes
+FLASH            0x0000000000000000 0x0000000000080000 xr
+RAM              0x0000000020000000 0x0000000000020000 xw
+IDT_LIST         0x00000000ffff7fff 0x0000000000008000 xw
+*default*        0x0000000000000000 0xffffffffffffffff
+
+Linker script and memory map
+
+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/lib/libc/newlib/liblib__libc__newlib.a
+LOAD zephyr/lib/libc/common/liblib__libc__common.a
+LOAD zephyr/soc/soc/nrf52833/libsoc__nordic.a
+LOAD zephyr/subsys/lorawan/libloramac-node.a
+LOAD zephyr/subsys/random/libsubsys__random.a
+LOAD zephyr/subsys/bluetooth/common/libsubsys__bluetooth__common.a
+LOAD zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a
+LOAD zephyr/subsys/net/libsubsys__net.a
+LOAD zephyr/drivers/adc/libdrivers__adc.a
+LOAD zephyr/drivers/clock_control/libdrivers__clock_control.a
+LOAD zephyr/drivers/console/libdrivers__console.a
+LOAD zephyr/drivers/entropy/libdrivers__entropy.a
+LOAD zephyr/drivers/flash/libdrivers__flash.a
+LOAD zephyr/drivers/gpio/libdrivers__gpio.a
+LOAD zephyr/drivers/i2c/libdrivers__i2c.a
+LOAD zephyr/drivers/pinctrl/libdrivers__pinctrl.a
+LOAD zephyr/drivers/sensor/bosch/bme280/libdrivers__sensor__bosch__bme280.a
+LOAD zephyr/drivers/sensor/st/stmemsc/libdrivers__sensor__st__stmemsc.a
+LOAD zephyr/drivers/sensor/st/lis2dh/libdrivers__sensor__st__lis2dh.a
+LOAD zephyr/drivers/sensor/st/lis2mdl/libdrivers__sensor__st__lis2mdl.a
+LOAD zephyr/drivers/serial/libdrivers__serial.a
+LOAD zephyr/drivers/spi/libdrivers__spi.a
+LOAD zephyr/drivers/timer/libdrivers__timer.a
+LOAD modules/nrf/lib/multithreading_lock/lib..__nrf__lib__multithreading_lock.a
+LOAD modules/nrf/subsys/bluetooth/controller/lib..__nrf__subsys__bluetooth__controller.a
+LOAD modules/nrf/subsys/mpsl/init/lib..__nrf__subsys__mpsl__init.a
+LOAD modules/nrf/subsys/mpsl/fem/lib..__nrf__subsys__mpsl__fem.a
+LOAD modules/nrf/drivers/mpsl/clock_control/lib..__nrf__drivers__mpsl__clock_control.a
+LOAD modules/nrf/drivers/mpsl/flash_sync/lib..__nrf__drivers__mpsl__flash_sync.a
+LOAD modules/nrf/drivers/mpsl/temp_nrf5/lib..__nrf__drivers__mpsl__temp_nrf5.a
+LOAD modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a
+LOAD zephyr/kernel/libkernel.a
+LOAD /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/thumb/v7e-m/nofp/libgcc.a
+LOAD zephyr/arch/common/libisr_tables.a
+LOAD /opt/ncs/nrfxlib/crypto/nrf_oberon/lib/cortex-m4/soft-float/liboberon_3.0.15.a
+LOAD /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libm_nano.a
+LOAD /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a
+LOAD /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/thumb/v7e-m/nofp/libgcc.a
+LOAD /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a
+LOAD /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a
+LOAD /opt/ncs/nrfxlib/mpsl/fem/common/lib/cortex-m4/soft-float/libmpsl_fem_common.a
+LOAD /opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/lib/cortex-m4/soft-float/libmpsl_fem_nrf21540_gpio.a
+LOAD /opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/lib/cortex-m4/soft-float/libmpsl_fem_nrf21540_gpio_spi.a
+LOAD /opt/ncs/nrfxlib/mpsl/fem/nrf2220/lib/cortex-m4/soft-float/libmpsl_fem_nrf2220.a
+LOAD /opt/ncs/nrfxlib/mpsl/fem/nrf2240/lib/cortex-m4/soft-float/libmpsl_fem_nrf2240.a
+LOAD /opt/ncs/nrfxlib/mpsl/fem/nrf22xx/lib/cortex-m4/soft-float/libmpsl_fem_nrf22xx.a
+LOAD /opt/ncs/nrfxlib/mpsl/fem/simple_gpio/lib/cortex-m4/soft-float/libmpsl_fem_simple_gpio.a
+LOAD /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a
+                0x0000000000000004                _region_min_align = 0x4
+
+.rel.plt        0x0000000000000000        0x0
+ *(SORT_BY_ALIGNMENT(.rel.plt))
+                [!provide]                        PROVIDE (__rel_iplt_start = .)
+ *(SORT_BY_ALIGNMENT(.rel.iplt))
+ .rel.iplt      0x0000000000000000        0x0 zephyr/CMakeFiles/zephyr_final.dir/isr_tables.c.obj
+                [!provide]                        PROVIDE (__rel_iplt_end = .)
+
+.rela.plt       0x0000000000000000        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))
+                0x0000000000000000                __rom_region_start = 0x0
+
+rom_start       0x0000000000000000      0x100
+                0x0000000000000000                __rom_start_address = .
+ FILL mask 0x00
+                0x0000000000000000                . = (. + (0x0 - (. - __rom_start_address)))
+                0x0000000000000000                . = ALIGN (0x4)
+                0x0000000000000000                . = ALIGN (0x80)
+                0x0000000000000000                . = ALIGN (0x100)
+                0x0000000000000000                _vector_start = .
+ *(SORT_BY_ALIGNMENT(.exc_vector_table))
+ *(SORT_BY_ALIGNMENT(.exc_vector_table.*))
+ .exc_vector_table._vector_table_section
+                0x0000000000000000       0x40 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(vector_table.S.obj)
+                0x0000000000000000                _vector_table
+ *(SORT_BY_ALIGNMENT(.vectors))
+                0x0000000000000100                _vector_end = .
+                0x0000000000000040                . = ALIGN (0x4)
+ *(SORT_BY_ALIGNMENT(.gnu.linkonce.irq_vector_table*))
+ .gnu.linkonce.irq_vector_table
+                0x0000000000000040       0xc0 zephyr/CMakeFiles/zephyr_final.dir/isr_tables.c.obj
+                0x0000000000000040                _irq_vector_table
+                0x0000000000000100                _vector_end = .
+
+text            0x0000000000000100    0x2fe34
+                0x0000000000000100                __text_region_start = .
+ *(SORT_BY_ALIGNMENT(.text))
+ .text          0x0000000000000100       0xa0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-memchr.o)
+                0x0000000000000100                memchr
+ .text          0x00000000000001a0      0x378 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/thumb/v7e-m/nofp/libgcc.a(_arm_addsubdf3.o)
+                0x00000000000001a0                __aeabi_drsub
+                0x00000000000001a8                __aeabi_dsub
+                0x00000000000001a8                __subdf3
+                0x00000000000001ac                __adddf3
+                0x00000000000001ac                __aeabi_dadd
+                0x0000000000000424                __aeabi_ui2d
+                0x0000000000000424                __floatunsidf
+                0x0000000000000444                __aeabi_i2d
+                0x0000000000000444                __floatsidf
+                0x0000000000000468                __extendsfdf2
+                0x0000000000000468                __aeabi_f2d
+                0x00000000000004ac                __aeabi_ul2d
+                0x00000000000004ac                __floatundidf
+                0x00000000000004bc                __floatdidf
+                0x00000000000004bc                __aeabi_l2d
+ .text          0x0000000000000518      0x424 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/thumb/v7e-m/nofp/libgcc.a(_arm_muldivdf3.o)
+                0x0000000000000518                __aeabi_dmul
+                0x0000000000000518                __muldf3
+                0x000000000000076c                __aeabi_ddiv
+                0x000000000000076c                __divdf3
+ .text          0x000000000000093c      0x110 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/thumb/v7e-m/nofp/libgcc.a(_arm_cmpdf2.o)
+                0x000000000000093c                __gtdf2
+                0x000000000000093c                __gedf2
+                0x0000000000000944                __ltdf2
+                0x0000000000000944                __ledf2
+                0x000000000000094c                __cmpdf2
+                0x000000000000094c                __nedf2
+                0x000000000000094c                __eqdf2
+                0x00000000000009c8                __aeabi_cdrcmple
+                0x00000000000009d8                __aeabi_cdcmple
+                0x00000000000009d8                __aeabi_cdcmpeq
+                0x00000000000009e8                __aeabi_dcmpeq
+                0x00000000000009fc                __aeabi_dcmplt
+                0x0000000000000a10                __aeabi_dcmple
+                0x0000000000000a24                __aeabi_dcmpge
+                0x0000000000000a38                __aeabi_dcmpgt
+ .text          0x0000000000000a4c      0x21c /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/thumb/v7e-m/nofp/libgcc.a(_arm_addsubsf3.o)
+                0x0000000000000a4c                __aeabi_frsub
+                0x0000000000000a54                __aeabi_fsub
+                0x0000000000000a54                __subsf3
+                0x0000000000000a58                __aeabi_fadd
+                0x0000000000000a58                __addsf3
+                0x0000000000000bb8                __aeabi_ui2f
+                0x0000000000000bb8                __floatunsisf
+                0x0000000000000bc0                __floatsisf
+                0x0000000000000bc0                __aeabi_i2f
+                0x0000000000000bdc                __floatundisf
+                0x0000000000000bdc                __aeabi_ul2f
+                0x0000000000000bec                __floatdisf
+                0x0000000000000bec                __aeabi_l2f
+ .text          0x0000000000000c68       0xec /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/thumb/v7e-m/nofp/libgcc.a(_arm_cmpsf2.o)
+                0x0000000000000c68                __gtsf2
+                0x0000000000000c68                __gesf2
+                0x0000000000000c70                __ltsf2
+                0x0000000000000c70                __lesf2
+                0x0000000000000c78                __eqsf2
+                0x0000000000000c78                __nesf2
+                0x0000000000000c78                __cmpsf2
+                0x0000000000000cd8                __aeabi_cfrcmple
+                0x0000000000000ce0                __aeabi_cfcmple
+                0x0000000000000ce0                __aeabi_cfcmpeq
+                0x0000000000000cf0                __aeabi_fcmpeq
+                0x0000000000000d04                __aeabi_fcmplt
+                0x0000000000000d18                __aeabi_fcmple
+                0x0000000000000d2c                __aeabi_fcmpge
+                0x0000000000000d40                __aeabi_fcmpgt
+ .text          0x0000000000000d54       0x4c /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/thumb/v7e-m/nofp/libgcc.a(_arm_fixsfsi.o)
+                0x0000000000000d54                __fixsfsi
+                0x0000000000000d54                __aeabi_f2iz
+ .text          0x0000000000000da0       0xa0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/thumb/v7e-m/nofp/libgcc.a(_aeabi_ldivmod.o)
+                0x0000000000000da0                __aeabi_ldivmod
+ .text          0x0000000000000e40       0x30 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/thumb/v7e-m/nofp/libgcc.a(_aeabi_uldivmod.o)
+                0x0000000000000e40                __aeabi_uldivmod
+ .text          0x0000000000000e70        0x4 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/thumb/v7e-m/nofp/libgcc.a(_dvmd_tls.o)
+                0x0000000000000e70                __aeabi_ldiv0
+                0x0000000000000e70                __aeabi_idiv0
+ .text          0x0000000000000e74      0x41c /opt/ncs/nrfxlib/crypto/nrf_oberon/lib/cortex-m4/soft-float/liboberon_3.0.15.a(ocrypto_bigint256.s.obj)
+                0x0000000000000e74                ocrypto_bigint_add256
+                0x0000000000000eb4                ocrypto_bigint_sub256
+                0x0000000000000ef4                ocrypto_bigint_cadd256
+                0x0000000000000f50                ocrypto_bigint_csub256
+                0x0000000000000fac                ocrypto_bigint_cswap256
+                0x0000000000000fe0                ocrypto_mul256_noframe
+                0x0000000000001138                ocrypto_bigint_mul256
+                0x0000000000001158                ocrypto_sqr256_noframe
+                0x0000000000001270                ocrypto_bigint_sqr256
+ .text          0x0000000000001290       0x5c /opt/ncs/nrfxlib/crypto/nrf_oberon/lib/cortex-m4/soft-float/liboberon_3.0.15.a(ocrypto_constant_time.s.obj)
+                0x0000000000001290                ocrypto_constant_time_equal
+                0x00000000000012b8                ocrypto_constant_time_is_zero
+                0x00000000000012d4                ocrypto_constant_time_xor
+ .text          0x00000000000012ec      0x1ec /opt/ncs/nrfxlib/crypto/nrf_oberon/lib/cortex-m4/soft-float/liboberon_3.0.15.a(ocrypto_mod_p256_base.s.obj)
+                0x00000000000012ec                ocrypto_mod_p256_add
+                0x0000000000001368                ocrypto_mod_p256_sub
+                0x0000000000001478                ocrypto_mod_p256_mul
+                0x00000000000014a8                ocrypto_mod_p256_sqr
+ .text          0x00000000000014d8       0x2c /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/thumb/v7e-m/nofp/libgcc.a(_arm_unorddf2.o)
+                0x00000000000014d8                __aeabi_dcmpun
+                0x00000000000014d8                __unorddf2
+ .text          0x0000000000001504       0x50 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/thumb/v7e-m/nofp/libgcc.a(_arm_fixdfsi.o)
+                0x0000000000001504                __aeabi_d2iz
+                0x0000000000001504                __fixdfsi
+ .text          0x0000000000001554       0x34 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000001588       0x30 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x00000000000015b8       0x60 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000001618       0xb4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x00000000000016cc       0x78 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x00000000000016cc                sym_476LRB5XNUARAHCHHC7ZAIGPFC5VZ4W2N4467LI
+ .text          0x0000000000001744       0x48 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x000000000000178c       0x84 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000178c                sdc_init
+ .text          0x0000000000001810       0x8c /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000001810                sdc_cfg_set
+ .text          0x000000000000189c       0x54 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000189c                sdc_enable
+ .text          0x00000000000018f0       0x24 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x00000000000018f0                sdc_disable
+ .text          0x0000000000001914       0x24 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000001914                sdc_build_revision_get
+ .text          0x0000000000001938       0x28 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000001938                sdc_support_adv
+ .text          0x0000000000001960       0x28 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000001960                sdc_support_peripheral
+ .text          0x0000000000001988       0x1c /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000001988                sdc_support_dle_peripheral
+ .text          0x00000000000019a4       0x1c /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x00000000000019a4                sdc_support_le_2m_phy
+ .text          0x00000000000019c0       0x1c /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x00000000000019c0                sdc_support_phy_update_peripheral
+ .text          0x00000000000019dc       0x10 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x00000000000019dc                sdc_rand_source_register
+ .text          0x00000000000019ec        0xc /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x00000000000019ec                sym_CVMXQJYKHZVHIOMGOYEICPLVAIQNUBL6USVNZSA
+ .text          0x00000000000019f8       0x10 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x00000000000019f8                sym_EZ7BAEZZMYJFIJAONX254JF3WPGEXUT4NMP2WJQ
+ .text          0x0000000000001a08       0xac /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000001a08                sym_MS2INTHZLDZMKZ5TZUDLWHPLKH3FLVZPA26JG6A
+ .text          0x0000000000001ab4       0x28 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000001ab4                sym_TG7NSIC2UKHCUBZWZ4K4EMD5QRI2QVSKVKV6CFQ
+ .text          0x0000000000001adc       0x3c /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000001adc                sym_Z7NJGBYWCKFTEHRYWAIDKWPEUN45273QSWUA5CY
+ .text          0x0000000000001b18       0x24 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000001b18                sym_TU2SMBIUC7JL6C3K2XB6727DQLBLV5LEGIMZAFQ
+ .text          0x0000000000001b3c       0x10 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000001b3c                sym_CIVMWIRGIOQ374UFFPIFNN4ZGKYK2FRKTT6YRYA
+ .text          0x0000000000001b4c       0x10 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000001b4c                sym_PPT6FEOF2T6DRALMCRRTUI7CHLEPBAN25HYV3KQ
+ .text          0x0000000000001b5c       0x20 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000001b5c                sym_CEENVC5DZRUT7MGF5LABXKT4NV7YUL5F6EX6TEQ
+ .text          0x0000000000001b7c        0xc /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000001b7c                sym_G3KVRHCJDVHL7HV53526V3YI3DTK2IW2CADUWZQ
+ .text          0x0000000000001b88       0x1c /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000001b88                sdc_hci_cmd_cb_reset
+ .text          0x0000000000001ba4       0x48 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000001bec       0x4c /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000001c38       0x48 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000001c38                sym_HJGZHHO77JF3TGWELSVWDOZTFCPAWAJURCFG3IY
+ .text          0x0000000000001c80       0xa0 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000001c80                sym_XU5SZFZBMUUCUDZEEMM4IFIEXSHIDIGLJZ253XA
+ .text          0x0000000000001d20       0xe4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000001d20                sym_EQ53CEL7EDVHMFMHMFPRRQU46C5YKKFEBAACFOA
+ .text          0x0000000000001e04       0x70 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000001e04                sym_DMJHGENWVWA7ILXIIOOHU6SYMMXUDCUFUUBACLQ
+ .text          0x0000000000001e74       0x7c /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000001e74                sym_7JFC7IFAJQVPYCQHAIUKZ626ISM3VUWBEEXY7WI
+ .text          0x0000000000001ef0       0x2c /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000001ef0                sym_5X75WALYYBUWN4XT5LYOZBIGSZHVNFKF5J4CSQI
+ .text          0x0000000000001f1c       0x48 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000001f1c                sym_4AWF7EXI3MMHUULTY73E756U3IY5DEXOZ265MZY
+ .text          0x0000000000001f64       0x40 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000001f64                sym_6I4XEOIW7LI2E3Z53L54ZHQQHYICXR4H4JQWXLA
+ .text          0x0000000000001fa4       0x30 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000001fa4                sym_6DYG6C6ROXZA67GZINNB2XIQHL3KE2RCKK4QFXA
+ .text          0x0000000000001fd4       0x84 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000001fd4                sym_24NU2MJKHN4R2Z7HXHMPDWTTDYSB32VL6HEQPZA
+ .text          0x0000000000002058       0x28 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000002058                sym_3QFBRH4ZSIA64QP2I3K547Y5WIALGQTCBP5Y5SQ
+ .text          0x0000000000002080        0xc /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000002080                sym_NOQRMQ5IH6SQFJEPI5A3UBMITO54HG4WO4DTTXA
+ .text          0x000000000000208c       0x80 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000208c                sym_YL4RMM7WH2QQSRTLJX7L5Q2F5KYIEZ5IWMCN3UQ
+ .text          0x000000000000210c       0x58 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000210c                sym_47U6MZ7GC5PU2CVEGYFSZO6JE3OMJD4DVLRAUZQ
+ .text          0x0000000000002164       0xd4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000002164                sym_YBUOIVJGKD57C5J4XCQFOKF4I5XT74ICLDOCNXA
+ .text          0x0000000000002238       0x5c /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000002238                sym_E5WZNPP2DINHF6K4PHXLYLX5AXTYBQYGQESRSGQ
+ .text          0x0000000000002294       0x20 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x00000000000022b4       0x10 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x00000000000022c4        0xc /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x00000000000022d0       0x64 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000002334       0x14 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000002348       0x7c /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x00000000000023c4      0x110 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x00000000000024d4       0x2c /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000002500       0x18 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000002500                sym_DOZBRJLK4YK3UIAPC27JGEBDCH5Y2BCX3XMRURY
+ .text          0x0000000000002518       0x38 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000002518                sym_7TCX7VR3LQDB2G4LYUM4YUKX3ZVIO33J3JZVMKY
+ .text          0x0000000000002550       0x10 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000002550                sym_DDEKRCVCBAV6DMR2JGOTTXJPMB6OW3IK3MJRV2Q
+ .text          0x0000000000002560      0x21c /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000002560                sym_EXF7QYQZRNDSXD5BXX5JHASOOMIXFF6ILEF5NVA
+ .text          0x000000000000277c       0x38 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000277c                sym_6BTYZXVNYPYTH2WUVFE5C5JVTZHQJAJ5IGD6OCA
+ .text          0x00000000000027b4        0xc /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x00000000000027b4                sym_UAPFH34IEHUX3FGU7LNPEIJNCLAPRJP46TMN4NY
+ .text          0x00000000000027c0        0xc /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x00000000000027c0                sym_R2K72KVDRFDRB7INCDL2G5SJCI6KNYCIUBETXWY
+ .text          0x00000000000027cc       0x10 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x00000000000027cc                sym_HMWMSCLS2E7KO3CEVZ6FUZGM6YUJ4GDX4JETJTI
+ .text          0x00000000000027dc        0xc /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x00000000000027dc                sym_57CDLB7NR4I66F4XUEVXWWEJBBBXGSJ37LGPUXA
+ .text          0x00000000000027e8       0x84 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x00000000000027e8                sym_C4ZAWP4QAOEKUKS7VCLA6E4RPDOWCDVMBYVKPFI
+ .text          0x000000000000286c      0x494 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000002d00       0x10 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000002d10       0x1c /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000002d2c      0x4ec /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000003218      0x268 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000003480      0x144 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000003480                sym_U3OFHSWAAHECAZEDHWSQTU63SOSYAQR6QI45AFY
+ .text          0x00000000000035c4       0x8c /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x00000000000035c4                sym_3LXCSEW4O4NZFGMXLMWXSJJVGEQV4VDRFCVRV4Q
+ .text          0x0000000000003650       0x1c /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000003650                sym_4O3EP57XWWWRY57PVJMDKXNE25ZWFBDV6LLBFQQ
+ .text          0x000000000000366c        0xc /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000366c                sym_O6J3MUC4KJEDMNJLCC5Z3G5LTC5IHVL4PW7F6QI
+ .text          0x0000000000003678       0x1c /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000003678                sym_FQCHK2QLF7THGK7G4A4OWWNXI3K2TVYTTB4U4GY
+ .text          0x0000000000003694      0x130 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000003694                sym_EXAZKO22MNOFNIXIFHQ2Z4GAYMKBCE2UPJ6JSVI
+ .text          0x00000000000037c4       0x80 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x00000000000037c4                sym_XVWN3IZ65SG2YZAV5STIEBPJ2RGWTP2JZ3UEJLQ
+ .text          0x0000000000003844        0xc /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000003844                sym_YZMCMF2VDK5EZ5GH5K4G77V4XY7KHBJNPGELPVQ
+ .text          0x0000000000003850       0x60 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000003850                sym_HRCF6LWSDWPWEZA7S5YQFCNRDXXCJA6WGOZECRY
+ .text          0x00000000000038b0       0x34 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x00000000000038e4       0xc8 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x00000000000038e4                sym_7OWCT6RQNC7NMJTETN4SHKZQ2DXHZYW5I4QMKDQ
+ .text          0x00000000000039ac       0x4c /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x00000000000039ac                sym_RGKYP5TXYS27EGT6ZHZS5EDDAZK5QGTWLBOBJEA
+ .text          0x00000000000039f8       0x18 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x00000000000039f8                sym_5EMU3BEOS6JCQEXTZ5M5LP72YGJNCV3W3R43AOI
+ .text          0x0000000000003a10       0xe8 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000003a10                sym_DVO2EX3JGPIV6FVT5SJBVRKA5UGS2QSHNQOVQ2A
+ .text          0x0000000000003af8      0x100 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000003bf8       0x14 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000003bf8                sym_Y5RIWFUVP4FHJFYC7FBZKM2MV7INK43TLWQ5URA
+ .text          0x0000000000003c0c       0x68 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000003c0c                sym_CY3FVUNSUUR4I46K644NW3FXSFSLG3ETQWBRBHQ
+ .text          0x0000000000003c74       0x30 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000003c74                sym_JYVNTINWWHBNIBW6ZPFJYFKZBQTI25EUE75U36Y
+ .text          0x0000000000003ca4       0x14 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000003ca4                sym_THL6EKGE7AKTO5JDGU45MV33YSIXORBRMDECS2Q
+ .text          0x0000000000003cb8       0x5c /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000003cb8                sym_4POEZKL66A5T3356722OWKNB5CNFKPMV6JI3HEA
+ .text          0x0000000000003d14       0x68 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000003d14                sym_IP3LLUNJTDBIIPB3UG65MJFJZABGVNT2GN3EQPY
+ .text          0x0000000000003d7c      0x190 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000003d7c                sym_A32XXMQ5QRPQRH3R656RZXETZB6Y54SG45FSCYI
+ .text          0x0000000000003f0c       0xc8 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000003f0c                sym_CC522QK4M5MTSPVPJNGJXKYD5O54FC2LFC3D3QI
+ .text          0x0000000000003fd4       0x2c /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000003fd4                sym_XQWU4MX22DPQIRRYTXBNWTH2DBYK7MH33FME7FI
+ .text          0x0000000000004000       0x10 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000004000                sym_DVVOECRRYK6EAGDREB2UKKQZT5MAOOUK66XNPTA
+ .text          0x0000000000004010       0x18 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000004010                sym_CTIZP4PFSP4VPO64SY4WNQXXAO6AQ4FBRX2MZ2Y
+ .text          0x0000000000004028       0x1c /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000004028                sym_PT2LT65JTEWXEGBFKFJG6BCMFVOJAD3UAGCYAUI
+ .text          0x0000000000004044       0x18 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x000000000000405c       0x34 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000004090       0x28 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000004090                sym_EANB2LFFCPDZUHTPF7SNNYVWVGG3AE7JVOONSTY
+ .text          0x00000000000040b8       0x38 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x00000000000040b8                sym_BFBDHRTPYGNRMJSAT7WCAPOXBGIVSWF4E5GFHOA
+ .text          0x00000000000040f0        0xc /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x00000000000040f0                sym_PRWTRTI5GPQHIT26MFBSSOCWTUYYRLQLJWD2ZOI
+ .text          0x00000000000040fc       0x24 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x00000000000040fc                sym_G4TIIR7KO3GHFF45HCHTIL3RIPRK2LVDQADUYJQ
+ .text          0x0000000000004120        0xc /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000004120                sym_HG37ZAHWDO2P65KBJXRLV5PVSG5TCUWPMKZOZLQ
+ .text          0x000000000000412c       0x24 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000412c                sym_4W26TPGCKOCVVRKXQDBKGXGC2Y5LMZXNKS2QITA
+ .text          0x0000000000004150       0x1c /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000004150                sym_N6TOG3AODPPFNS6LXFKKIADNGIMUMBS5BXPEFOY
+ .text          0x000000000000416c        0xc /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000416c                sym_PBZPB3PSJJYSQQW7TH2XDGNLD2UYSZR6YJ4ZZNQ
+ .text          0x0000000000004178       0x14 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000004178                sym_HA7EOSELAQYVMG5UXMJGQLLFEIRQPB7MNOSYOXQ
+ .text          0x000000000000418c       0x30 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000418c                sym_MJMICEV3AHUJUDNI6JLXYNXCJNL4PTPUQLXISYA
+ .text          0x00000000000041bc       0x50 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x00000000000041bc                sym_GECJUMXC7GX4QNB2JHCJHLFH72UPMJZW6VAQVRA
+ .text          0x000000000000420c       0x28 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000420c                sym_BOFYMMO2XEUTXLE26SHEVVPNVILC4XKISLRYGBI
+ .text          0x0000000000004234      0x1ec /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000004234                sym_5AGU3LRCMVBHIA54A3ONXYPBDIAMDNM2I6LE6DA
+ .text          0x0000000000004420       0x18 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000004420                sym_MJCF2WRL4I323V23HKVENOJWV5IXH54R5X6LJRY
+ .text          0x0000000000004438       0x1c /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000004438                sym_REO6MG4FRJTNQQ56RDJDYGEWFEO5TFVYGRW6OLI
+ .text          0x0000000000004454        0xc /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000004454                sym_NKFCLZ5HTE6KVHDV5DGZ6TJP4KSZI43SYBECPRY
+ .text          0x0000000000004460       0x2c /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000004460                sym_65LA7GM3MU7DDFQKTB75BYTZMPMROSWKS3VXCNI
+ .text          0x000000000000448c       0x20 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000448c                sym_AGWGY6I3YKHHV6TMAWL24HN4IKGOB7PZYXPWBRA
+ .text          0x00000000000044ac        0xc /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x00000000000044ac                sym_IXGTNRGKILIZPWG2NJIZ2ALUPW2IM3XFVCGJW2I
+ .text          0x00000000000044b8       0x20 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x00000000000044b8                sym_JHXS4T25BAYOMDDZMWPX3HMPENRV73GSV2RYHAI
+ .text          0x00000000000044d8       0x2c /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x00000000000044d8                sym_54CHYGRI3UHSVLN5ZOGJESXNRISJW5CS4IYBN7Y
+ .text          0x0000000000004504       0x1c /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000004504                sym_V7MOOXL5SOLISKFFGWJC7M3XDITU574WBQOXGWY
+ .text          0x0000000000004520       0x30 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000004520                sym_QKSVBALUN2V4XT4OCC56LE75IAYLDFRRIVLBZ2Q
+ .text          0x0000000000004550       0x30 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000004550                sym_WCOWXKSKBH7DOKKKINFZAPWXKW4NYAUCJWTUKBI
+ .text          0x0000000000004580       0x1c /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000004580                sym_AO3U45UEGFLUPMT565ZR5UWUQUONF5AKILLCT3A
+ .text          0x000000000000459c       0x48 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x00000000000045e4       0x2c /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000004610       0x9c /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x00000000000046ac       0xc0 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x000000000000476c       0x18 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000476c                sym_BEUFSWAQKCWS5CDGVZRIC3BRKSTHGOKRJJDB32I
+ .text          0x0000000000004784       0x18 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000004784                sym_BAUTABQSJLBAZ6GNH7KOF4MJMAA6NF7CDAZNOEQ
+ .text          0x000000000000479c       0x20 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000479c                sym_62DUXM4M5AM4URNPP7IKDX3NCPAODBT4BMADGAY
+ .text          0x00000000000047bc        0xc /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x00000000000047bc                sym_JQOBED6Y6P46KNYF2UD53QPDVNRPPOKMQL6EEBY
+ .text          0x00000000000047c8        0xc /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x00000000000047c8                sym_RHRHCWPUPZHCOID576WBS7QZ2KAUT2GASS2T3QY
+ .text          0x00000000000047d4       0x30 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x00000000000047d4                sym_YAOI5BW7G2C6EUUY2B4S7A3CWX63A6MP2T3O5KA
+ .text          0x0000000000004804       0x24 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000004804                sym_2X6ZBBHQKFJV27I6OQZLD4IRAL5JANEGA5N34WA
+ .text          0x0000000000004828       0xc8 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000004828                sym_ZBPJ22BXDBC3S7A4QI6WOFWFQMYIGT2P4GNU3XA
+ .text          0x00000000000048f0       0x24 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x00000000000048f0                sym_DHR6XELGSD2MHYS7JWGEPSKXD43VLKKJDN33HMA
+ .text          0x0000000000004914       0x20 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000004914                sym_QEQGMTIGG3AOZQY7JM4T2FY2O3KM2UFUMT6Q7PI
+ .text          0x0000000000004934       0x54 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000004988       0xcc /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000004988                sym_4NT3PFFI5Z6RN57T2HW54HJZ23JEQUTUQPJLJGI
+ .text          0x0000000000004a54       0x14 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000004a54                sym_AIEQYZJFZQBQ5LEMJNMQV56TMLIGCBAC63QLHGI
+ .text          0x0000000000004a68       0x24 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000004a68                sym_MYZDSWHZMVTUGPWK7CFFVMNCPRPZBKC3UH2GTLQ
+ .text          0x0000000000004a8c       0x44 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000004a8c                sym_ZIE6EQ2YDF5ZLLLNRMU6NPOFHB7VMBHYMI4646I
+ .text          0x0000000000004ad0       0x10 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000004ad0                sym_JANNQMW3JZGYLNSOPAA2HBYBA6JBSX4W7VBR56Q
+ .text          0x0000000000004ae0       0x20 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000004ae0                sym_MAOKHHVPGVT23KVRN33B7KPEJU6F55EB66KOGDQ
+ .text          0x0000000000004b00       0x20 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000004b00                sym_S635TH4ZNECIWRKFWYBUXBZ3GFP7WORE4PRXDPQ
+ .text          0x0000000000004b20       0x20 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000004b20                sym_3S3ZPZTS3JKT3LR3P6QZ3KOW4P72YQZEIQOYGSA
+ .text          0x0000000000004b40       0x28 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000004b40                sym_U3LPDM4ZN7F4EBRA6GBYBEUAHXDWZU7U4P3OZRQ
+ .text          0x0000000000004b68       0xa4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000004c0c       0x10 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000004c0c                sym_N2NJCIBZFHVP7II7LSOD6U4WPOYSC3U3IRJ6NLY
+ .text          0x0000000000004c1c       0x14 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000004c1c                sym_56NG23UACCBJRJHKQI4X4VNMARWQXHUE4R3NK7I
+ .text          0x0000000000004c30       0x2c /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000004c5c       0xbc /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000004d18       0x44 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000004d5c       0x10 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000004d5c                sym_VKBDHCW5KWYFAEZJJBKQNHH4JDURIHHEJCK4SOA
+ .text          0x0000000000004d6c       0x10 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000004d6c                sym_FHMOSTDS4FAIPN4GDRMMMBPMBOTEQ5DLCM2A23Q
+ .text          0x0000000000004d7c      0x14c /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000004d7c                sym_XOOTGCSEAKA3PUKZW3QYB4DCVC2FKUP2TS5AZ5Q
+ .text          0x0000000000004ec8       0x1c /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000004ec8                sym_HHT5YV37VWRBGUMO4AOJUKOJARZKAH2OUWPZF7Q
+ .text          0x0000000000004ee4       0x2c /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000004ee4                sym_43VAZS4NQXUMOPHD7W7SYFZ3WJ6KGQYQH6UOYPQ
+ .text          0x0000000000004f10       0xb4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000004f10                sym_IPYDOGNKVSD5CNASNRZPFKSG4XKU4ZG4SVERI7Q
+ .text          0x0000000000004fc4       0x28 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000004fc4                sym_FKGRLSJGPWDG44KYHTBA74A2ZDKPDUWGXHS3E2I
+ .text          0x0000000000004fec       0x30 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000004fec                sym_K5GMJMBHBYPRCUIWKNEXGPSNQEZKEMBAP4JWHBQ
+ .text          0x000000000000501c       0x30 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000501c                sym_7LZ5OF5UTH4WGXV6IKS6GUUHKYRIWQTTIJXNBEY
+ .text          0x000000000000504c       0x30 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000504c                sym_77ICNIHY2R2L3JRP4ZLMOWZSS3UZRKJXJOBWTWI
+ .text          0x000000000000507c       0xc0 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000507c                sym_O4OEFTDQOHR27DXSKIP2NTPPTRMSYXD4NWCXJCY
+ .text          0x000000000000513c       0x28 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000513c                sym_IGZFOLICB5CJJJE7CMPL4WEIUAIWGZOX7NY2BUA
+ .text          0x0000000000005164       0x30 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000005164                sym_IXYRVGMAX4SRXA2W5Z6EII6E55G3FBKT7HXOFRA
+ .text          0x0000000000005194      0x160 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000005194                sym_BZUCV52NNXYJ4PFZE6PPPT2ZDHUDTEPDS6LUKZI
+ .text          0x00000000000052f4       0x14 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x00000000000052f4                sym_R3OVSIK4NXKOTUBI3IUCWAF5GBSLNFLFQGOT2YA
+ .text          0x0000000000005308       0x14 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000005308                sym_JOD4HBACYVOMP3CDGJCWGWOV76FFL6T5SRSXLJA
+ .text          0x000000000000531c       0x6c /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000531c                sym_6TSCY3EYJJ4NL2AB3FYZQO3YP65H7OZIFYTNMBQ
+ .text          0x0000000000005388       0xb8 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000005388                sym_R6DW7P5722C5WP5B4RKPYMZATZ5BMBDRUM6NNYQ
+ .text          0x0000000000005440       0x38 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000005440                sym_RTPW34URA5OC7HP5UM7G7G6DKV4XBRT7CDOHPRA
+ .text          0x0000000000005478       0x64 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000005478                sym_5PX46PPXISSLTQOT7WU7ULFUTTIKTAFVIDYCAVY
+ .text          0x00000000000054dc       0x58 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x00000000000054dc                sym_7ABLLIXUF3HMINU3DLWXJDVBNAU7RSUXPXZ3RFQ
+ .text          0x0000000000005534       0x8c /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000005534                sym_RHE23VLW3YS5P4HRDMPTVWIHXVLEGJ7BJEAEEUI
+ .text          0x00000000000055c0       0x28 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x00000000000055c0                sym_KH2TZBL3IC4Q72SOWRZYKXJYTC66QUG36J2D64Q
+ .text          0x00000000000055e8       0x24 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x00000000000055e8                sym_CYYZ5DA5UWAE37FM7XP643I473QUSWWZ2MS7OLY
+ .text          0x000000000000560c       0x38 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000560c                sym_KQ4RAL3HW3LUBE4EKZDESO77BJMQRXFGP63ANLQ
+ .text          0x0000000000005644       0xb4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000005644                sym_365Y77DXDRWJHR4QPTXJM46KZ7L557J533F2SNY
+ .text          0x00000000000056f8       0x18 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x00000000000056f8                sym_3E5VWVFRMYHMNGUSJEPBKKOP7X6VGWWURR334MQ
+ .text          0x0000000000005710       0x44 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000005710                sym_MKU2XEL6QB4MO4JU3HW4P3NALUM7PALQ3OF2VGA
+ .text          0x0000000000005754        0xc /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000005754                sym_3LKWZEY2K7UEF3M7QI5VCO43HM3TH6VAPJSZJBY
+ .text          0x0000000000005760       0x88 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x00000000000057e8       0x24 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x00000000000057e8                sym_ECAFXV3NMZ2THIWY27PTYY6WSGFWQJNAJOG5HIY
+ .text          0x000000000000580c        0xc /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000580c                sym_FKU5SDIGNJ3CUR3VYEELCK5CK3EK42NLF7KQXSQ
+ .text          0x0000000000005818        0xc /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000005818                sym_MD2ACKWOI3UMWSI6IONGH6VN62ROA3VVQP7HYBQ
+ .text          0x0000000000005824       0x60 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000005824                sym_VT36OYILRYR2ODZV34U7WHVGGSRS7VN6JG7WPYI
+ .text          0x0000000000005884       0x48 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000005884                sym_3BV6HS2RZST6R6C5ZWOISO6OTZHTSW3BAFXBSVQ
+ .text          0x00000000000058cc       0x24 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x00000000000058f0       0x68 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000005958       0x44 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x000000000000599c       0xac /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000005a48       0x54 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000005a9c       0x28 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000005ac4      0x120 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000005be4      0x22c /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000005e10       0xd4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000005ee4      0x188 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x000000000000606c       0x48 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x00000000000060b4       0x10 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x00000000000060c4       0x34 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x00000000000060f8       0x2c /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x00000000000060f8                sym_4WIY2RAFLOZNOS4O5BEVWEYHIO3NV42IZ2Q2NWQ
+ .text          0x0000000000006124       0x2c /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000006124                sym_KC3JIKE7HTERE3Q3BXMRUIDPAENUZKVBIDO6ODY
+ .text          0x0000000000006150       0x10 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000006150                sym_BPVIPCP3IMFHHNRASYWRUQPTOXIXQGWP3DTKXWI
+ .text          0x0000000000006160       0x20 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000006160                sym_I72BLVRK23UDT6KM4GEW6EVDLN4L7QB2CLD4CMY
+ .text          0x0000000000006180       0xb4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000006180                sym_JIJASGQH4XEEPZL7D35VQHVPKKLANGDBS2M46NQ
+ .text          0x0000000000006234      0x1b4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000006234                sym_KBJ4SX4MJK4IAM4DI3ILSISVXIP6O72O62TW3OQ
+ .text          0x00000000000063e8       0x10 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x00000000000063e8                sym_PY5KUATPBYOYJBMP6H7AVRPSEO7BZX2JK524O6A
+ .text          0x00000000000063f8       0x3c /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x00000000000063f8                sym_RPDYS5TXULS3Z2BQR7IFNSOINXPPN4LN764SRIY
+ .text          0x0000000000006434        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000006438        0x8 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000006440        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000006444       0x18 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x000000000000645c       0x40 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000645c                sym_6FVWF5AWPR7EN7BPHS4APSIUXYFZQTTZCMRDKPY
+ .text          0x000000000000649c       0x60 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000649c                sym_CWVFJQ3UTS5MGUYKHB563UDBBB3FBCXUIVZDU2I
+ .text          0x00000000000064fc       0x28 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000006524       0xbc /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x00000000000065e0       0x58 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000006638       0xa8 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x00000000000066e0       0x90 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000006770       0x4c /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x00000000000067bc       0x38 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x00000000000067f4       0x38 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x000000000000682c       0xcc /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x00000000000068f8      0x230 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000006b28       0x60 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000006b88       0x90 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000006c18      0x83c /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000007454      0x1e0 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000007454                sym_GRKUQI62F6CK2HPCZKZRWSZ3PZVCGXTWPZAIMJA
+ .text          0x0000000000007634       0x58 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000007634                sym_TLMTJNRYMIPTFJ2BLGCEHSZKVDBLFBSNMQEHHZI
+ .text          0x000000000000768c       0x60 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000768c                sym_HT64RIVISXSWFJE3LL26YHKQRTRRXKVEDBUUUOQ
+ .text          0x00000000000076ec       0x18 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x00000000000076ec                sym_OGXWMXSCK2QG6TOSCWHHS4PII24VSXWVJJIPCDI
+ .text          0x0000000000007704       0x20 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000007724       0x14 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000007724                sym_LOTFHGQTFUFWGX7HOTL4Q2XATGIJRVIMCMOYRMA
+ .text          0x0000000000007738       0x30 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000007738                sym_MDF364N4PQDEA5ZGP5CB3ZDZVZM5Q32KSEZZ5HI
+ .text          0x0000000000007768       0x34 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000007768                sym_XCEN5K7VEI2CAO42XW7S3FKM3HKMOCDCUFDX25Y
+ .text          0x000000000000779c       0x44 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000779c                sym_5DEPI2OGSPXE5OVFBPVFPSPYPRYUQ54QVVXIKNI
+ .text          0x00000000000077e0       0x34 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x00000000000077e0                sym_KZ5CVONZGMGIGNMI7YD6HLN3FXAAJK6OMEJW6BQ
+ .text          0x0000000000007814       0x28 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000007814                sym_ZQHB3ANU2DANFLJZLZL5U4SPQ2ZDVUAHI35744Y
+ .text          0x000000000000783c       0x10 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000783c                sym_TRMXENGHOH4VBQQZPIN222FLCEFU3Z3CD5C47DY
+ .text          0x000000000000784c       0x8c /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000784c                sym_5I5MTMPTF2F4WI7MIXG5OG4TUPLUR53CB2QHVUA
+ .text          0x00000000000078d8       0x94 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x00000000000078d8                sym_WLH66EC4H754I3MAYKGHFOCADIOY4E4WNRBI4TA
+ .text          0x000000000000796c       0x28 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000796c                sym_VIDE7XVSTT4HHX2MQJX6VUVABAKVNGIPRTLRLEQ
+ .text          0x0000000000007994       0x34 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000007994                sym_3CD5EC6VYR6RXXLO3FXSZQ37BOYSM63APF5D5BA
+ .text          0x00000000000079c8       0x6c /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x00000000000079c8                sym_FYMYD324TMLKJZE62CZN4WTXFSPL6FPU2SZH6CI
+ .text          0x0000000000007a34        0xc /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000007a34                sym_QQVHHHKNBN5TJBK4NCDSUYAMXMOEHFSL7HE7RRA
+ .text          0x0000000000007a40       0x3c /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000007a40                sym_XPKSFPKFBNSTZZU4FUMGC3XRHAVS24BBL53HRMA
+ .text          0x0000000000007a7c       0x60 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000007a7c                sym_6Q45YYTUN2KDQ5V5UGE3T2LTI5FNGX6WIJYLIDI
+ .text          0x0000000000007adc       0x28 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000007b04       0x10 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000007b14       0x54 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000007b68       0x30 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000007b98       0x34 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000007bcc       0x4c /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000007c18       0x60 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000007c78       0x28 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000007ca0       0x38 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000007cd8       0x20 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000007cf8       0x4c /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000007d44       0x50 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000007d94       0x74 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000007d94                sym_RUQBFILZ5CHV2AAL6C3D2J5Y33TCCAPZTHBGZ3A
+ .text          0x0000000000007e08       0x10 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000007e08                sym_DRIMECVE2FH7O6C2LQ25QRVJOICPHLA5GC6TM2I
+ .text          0x0000000000007e18        0xc /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000007e18                sym_ARLNRKQ66P65CL63VENK3NR6NFAZLWPJOOVV7RQ
+ .text          0x0000000000007e24        0xc /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000007e24                sym_YKV5VFBUMD7K2LRWZ6WWYBEL5ESMQ4SDYYBDIPI
+ .text          0x0000000000007e30        0xc /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000007e30                sym_GI7KSEEMTJQ7HR2XTQJ6A3EAB54YYLMWKNL2RBA
+ .text          0x0000000000007e3c       0x2c /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000007e3c                sym_RSWA3KDPDNEX2QOFCEQGJOF7JZOR274BWTEY2JA
+ .text          0x0000000000007e68       0x44 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000007e68                sym_5M4NZWSJ6BHHJZLT6EUU64HNZ2KEYYSTH2RKH5I
+ .text          0x0000000000007eac       0x58 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000007eac                sym_5CHOZAQ75MOW32NPEGX5AYLDFVQR6HZCDXZY5PQ
+ .text          0x0000000000007f04       0x24 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000007f04                sym_YUNWMAOOL6VPZ57LS54EAM7TJ65IEHYU7XKGKUI
+ .text          0x0000000000007f28      0x124 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000007f28                sym_JQ5GTNCJKXERB3SSKQRXLQOKWJQVRNEOVZZZVXI
+ .text          0x000000000000804c        0xc /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000804c                sym_HE5JGYEZFIITGQL7PMATDHSORSCK7HJIY5UXOZA
+ .text          0x0000000000008058       0x14 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000008058                sym_YLRTPBVG5ROXKOW4KXUYITRUY3FD2MVZW5LF7ZA
+ .text          0x000000000000806c       0x38 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000806c                sym_GVSNNBZMBIJOMUA3FPIAVVC7S5MNBYUF4QELXZA
+ .text          0x00000000000080a4        0xc /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x00000000000080a4                sym_ZQE76VUU7S5U7DETTZA65E75LHFWL5PGRN4JPHI
+ .text          0x00000000000080b0       0x78 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x00000000000080b0                sym_6PPYXQQOLTVZ6DHASA45P4Y6MOJ5US37OHECCGI
+ .text          0x0000000000008128       0x94 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000008128                sym_A5S3P57NWYYY5XJWBYERU6H4QSVP5TCTU7HKA5Y
+ .text          0x00000000000081bc       0x8c /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x00000000000081bc                sym_2YSDS7VWGMSD5CN64D2VGQIYXBV3A6NJCHWFZEY
+ .text          0x0000000000008248       0xd0 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000008248                sym_WJZCKVDJU3WW5NVNH77DPRGYVZQLD372GLDYO6I
+ .text          0x0000000000008318       0xf8 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000008318                sym_E7IS652W2J5N5UTHP752WOA4YNSR7E5S5H4J2AA
+ .text          0x0000000000008410        0xc /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000008410                sym_XD56LJG2JTRU4Q2V7WCY72EI3VTZICA3O4ERV2A
+ .text          0x000000000000841c       0x10 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000841c                sym_YG4UROEKVB7ZBE5TWHLNJHYKSFBTXGBYAX3RXRI
+ .text          0x000000000000842c       0x24 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000842c                sym_LPFN6QJEOHBT4AP2K7MEYWDZW35U5VHIHXOA54I
+ .text          0x0000000000008450       0x58 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000008450                sym_7CIQBS4FNO23MS6BAN7Q3LK45R62DBPT5FNCWOA
+ .text          0x00000000000084a8       0x48 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x00000000000084a8                sym_Y6HXZQJARJ7FDWKGPREPQGRRGDOQMXHDALUK6KY
+ .text          0x00000000000084f0       0x18 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x00000000000084f0                sym_RXYEX777ZXB2E2DXJWDBCV7AAHWTCHNTLOSENBY
+ .text          0x0000000000008508       0x1c /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000008508                sym_PCLF3MATC3G3MYGRPG4ATMGCS6N4B7M5CSF2C2Y
+ .text          0x0000000000008524       0x18 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000008524                sym_EZCFQXKGAFHY5HQVJOXWDLO45XWMEJQY5WUGZNI
+ .text          0x000000000000853c       0x40 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000853c                sym_2GNBSSSS7HPV6RZQ52VFCGRXSPA3KLWISQSF42I
+ .text          0x000000000000857c       0x10 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000857c                sym_VEC44ISWPJAJ32J57NYIBEMC7Q6QEP7J6SVR4BQ
+ .text          0x000000000000858c       0x18 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000858c                sym_LSYZDZOMTD6BKKRX25HIBNLFKSFDXBS3PS4UKOY
+ .text          0x00000000000085a4      0x264 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x00000000000085a4                sym_EMR2H7KEGRFFKS6A4P3ZPPGOJSTVXLGRI25MEYQ
+ .text          0x0000000000008808       0x10 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000008808                sym_V67AIMSO57NYVNGXZF2PDQSJQJLITHU4KD4CKAY
+ .text          0x0000000000008818        0xc /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000008818                sym_UX6VBOIQ7ULLMX3I6UDFOFZ6IT2DVZKKVIEVRMY
+ .text          0x0000000000008824       0x10 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000008824                sym_L4JTLGMK2AWYAAPRB3O77773SG36X2NTZJ3FAHA
+ .text          0x0000000000008834       0x1c /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000008834                sym_WD6EQ3FQVKOAARDWHQJJC5SVKHQS7A2MF5YDCPA
+ .text          0x0000000000008850       0x1c /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000008850                sym_WGW6HZ6PNLYQSUJALICWZO27AY5UJWYCU6B6ACI
+ .text          0x000000000000886c       0x34 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000886c                sym_7VLVVPDI26BVJ64XQBSGXOQYGQA4VH5APIPDGYA
+ .text          0x00000000000088a0       0x38 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x00000000000088a0                sym_55XNA7W2CQFJPCH62ZAKHLPISYHJ7KMNREEN6EA
+ .text          0x00000000000088d8       0xac /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x00000000000088d8                sym_472GCM45ITLH5GOXITRUEUJXOU6SPVHTMEVFHWQ
+ .text          0x0000000000008984        0xc /opt/ncs/nrfxlib/mpsl/fem/common/lib/cortex-m4/soft-float/libmpsl_fem_common.a(libmpsl_fem_common_debug_soft__obfuscated.elf)
+                0x0000000000008984                mpsl_fem_caps_get
+ .text          0x0000000000008990        0xc /opt/ncs/nrfxlib/mpsl/fem/common/lib/cortex-m4/soft-float/libmpsl_fem_common.a(libmpsl_fem_common_debug_soft__obfuscated.elf)
+                0x0000000000008990                mpsl_fem_disable
+ .text          0x000000000000899c        0xc /opt/ncs/nrfxlib/mpsl/fem/common/lib/cortex-m4/soft-float/libmpsl_fem_common.a(libmpsl_fem_common_debug_soft__obfuscated.elf)
+                0x000000000000899c                mpsl_fem_pa_configuration_set
+ .text          0x00000000000089a8        0xc /opt/ncs/nrfxlib/mpsl/fem/common/lib/cortex-m4/soft-float/libmpsl_fem_common.a(libmpsl_fem_common_debug_soft__obfuscated.elf)
+                0x00000000000089a8                mpsl_fem_lna_configuration_set
+ .text          0x00000000000089b4        0xc /opt/ncs/nrfxlib/mpsl/fem/common/lib/cortex-m4/soft-float/libmpsl_fem_common.a(libmpsl_fem_common_debug_soft__obfuscated.elf)
+                0x00000000000089b4                mpsl_fem_pa_configuration_clear
+ .text          0x00000000000089c0        0xc /opt/ncs/nrfxlib/mpsl/fem/common/lib/cortex-m4/soft-float/libmpsl_fem_common.a(libmpsl_fem_common_debug_soft__obfuscated.elf)
+                0x00000000000089c0                mpsl_fem_lna_configuration_clear
+ .text          0x00000000000089cc        0xc /opt/ncs/nrfxlib/mpsl/fem/common/lib/cortex-m4/soft-float/libmpsl_fem_common.a(libmpsl_fem_common_debug_soft__obfuscated.elf)
+                0x00000000000089cc                mpsl_fem_pa_power_control_set
+ .text          0x00000000000089d8       0x14 /opt/ncs/nrfxlib/mpsl/fem/common/lib/cortex-m4/soft-float/libmpsl_fem_common.a(libmpsl_fem_common_debug_soft__obfuscated.elf)
+                0x00000000000089d8                mpsl_fem_tx_power_split
+ .text          0x00000000000089ec        0xc /opt/ncs/nrfxlib/mpsl/fem/common/lib/cortex-m4/soft-float/libmpsl_fem_common.a(libmpsl_fem_common_debug_soft__obfuscated.elf)
+                0x00000000000089ec                mpsl_fem_device_config_254_apply_get
+ .text          0x00000000000089f8       0x44 /opt/ncs/nrfxlib/mpsl/fem/common/lib/cortex-m4/soft-float/libmpsl_fem_common.a(libmpsl_fem_common_debug_soft__obfuscated.elf)
+                0x00000000000089f8                mpsl_fem_utils_available_cc_channels_cache
+ .text          0x0000000000008a3c        0xc /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+                0x0000000000008a3c                sym_3NUECOSAIC227DBCPHAP4U7EQ3UBTGANU5ASIOA
+ .text          0x0000000000008a48       0x34 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+                0x0000000000008a48                sym_QLJBNB55XHXGY3EZ4W3ZZ3U6AVPE2YGDOXRUZSQ
+ .text          0x0000000000008a7c       0x54 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+                0x0000000000008a7c                sym_VWOYI7XCNXBFVPWSS6WFJ2CWKPJYCMRRQTU7QWQ
+ .text          0x0000000000008ad0       0x20 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+                0x0000000000008ad0                mpsl_tx_power_radio_supported_power_adjust
+ .text          0x0000000000008af0       0x80 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+                0x0000000000008af0                sym_JBMIQXYLJQQB56KLSIZ2WVKBMEMRZHLRBGLEPTA
+ .text          0x0000000000008b70       0x58 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x0000000000008bc8       0x1c /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x0000000000008be4       0x7c /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+                0x0000000000008be4                mpsl_timeslot_session_open
+ .text          0x0000000000008c60        0xc /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+                0x0000000000008c60                sym_SKFSQME5SGNPYLL7B75KY7PHXFYWSRI2HSTT45A
+ .text          0x0000000000008c6c       0x1c /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+                0x0000000000008c6c                sym_4RNEPYYQOFM4LAOGLN2TB27X7L3XBISTGAWYOHQ
+ .text          0x0000000000008c88       0x2c /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+                0x0000000000008c88                sym_WTOZYVN52TSAPXLTHQQLG45KSAFDDSBJMHMFM6Q
+ .text          0x0000000000008cb4       0x1c /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+                0x0000000000008cb4                sym_XYQTP7YX2XFVREW5KFDH2NNPGRIPEHKIO2RURYI
+ .text          0x0000000000008cd0       0x6c /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+                0x0000000000008cd0                sym_V6OT7EKSQC3XEJK5ZWNACQF7LLICCSE7X3C3ECY
+ .text          0x0000000000008d3c       0x58 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+                0x0000000000008d3c                sym_AOU55ZK756JLPLCLZ5TZSSVKOAWWFUNQZATBXUI
+ .text          0x0000000000008d94       0xb4 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+                0x0000000000008d94                sym_OLT7BBJAMRJJV5HK3QZCAOG3B3FGZ46HFC5VINI
+ .text          0x0000000000008e48       0x34 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+                0x0000000000008e48                sym_PITJNQC6YSCEFAH23N5QRORZDKCSKOAUGBUS6GA
+ .text          0x0000000000008e7c       0x20 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+                0x0000000000008e7c                sym_MLZNDMDYRI6WNTNQ4RIQGPD423CK7RT4YVI5CAI
+ .text          0x0000000000008e9c       0x38 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+                0x0000000000008e9c                sym_4FXF7BZT2IZ3YRYSE3Z2XCICKWZPGDZTXL2ECZQ
+ .text          0x0000000000008ed4       0x20 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+                0x0000000000008ed4                sym_RWBLK2534FJMTER76IYUPZQ3YF74JEALZ2OBIDI
+ .text          0x0000000000008ef4       0x20 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+                0x0000000000008ef4                sym_HVFGTYCGAECGUJHOFSPMGUV2G4PTWWUYTJVAPNA
+ .text          0x0000000000008f14       0x2c /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+                0x0000000000008f14                MPSL_IRQ_RADIO_Handler
+ .text          0x0000000000008f40       0x54 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+                0x0000000000008f40                sym_XEJLNUQGS5P4R5IXDJFF6NE6C2FZWRZYDQOGMPI
+ .text          0x0000000000008f94        0xc /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+                0x0000000000008f94                sym_ETIE3PCEXQYLK2GIVZENQ6V7PLBRV57MB7BDMNY
+ .text          0x0000000000008fa0        0xc /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+                0x0000000000008fa0                sym_MGDULS4U2D5VQ5NBLZDC7UTSC6O3GJASJZPQJ2Q
+ .text          0x0000000000008fac       0x28 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+                0x0000000000008fac                sym_PEUB6CZG5CWXXD4M2S6OVBXZGDFOG4XII7USUDQ
+ .text          0x0000000000008fd4       0x38 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+                0x0000000000008fd4                mpsl_clock_hfclk_request
+ .text          0x000000000000900c       0x34 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x0000000000009040       0x38 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+                0x0000000000009040                sym_AF5XKA2WT4DMFZTLKHOBWE7E2EZAMLDDFPQGGTQ
+ .text          0x0000000000009078       0x1c /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+                0x0000000000009078                mpsl_clock_hfclk_release
+ .text          0x0000000000009094       0x10 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+                0x0000000000009094                sym_4CZSFTTT34WDYFZKE2NSCSVSYLPHLZYN7QUTGHY
+ .text          0x00000000000090a4       0x4c /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+                0x00000000000090a4                mpsl_calibration_timer_handle
+ .text          0x00000000000090f0       0x78 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+                0x00000000000090f0                sym_A4JUKJUCTJV55V2WD6TXU63VO5GAMB4XA4EE56Q
+ .text          0x0000000000009168       0xf0 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+                0x0000000000009168                MPSL_IRQ_CLOCK_Handler
+ .text          0x0000000000009258       0x18 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+                0x0000000000009258                sym_4PX37LW4KIUYQZ73JWLPH5GAGIRWAKTV3E6F62Q
+ .text          0x0000000000009270      0x248 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+                0x0000000000009270                sym_FYHKZOVAJN6VDDHY43FT7PF4YLRDHWRTEWHFG6I
+ .text          0x00000000000094b8       0x44 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+                0x00000000000094b8                sym_UG7CMBAYEZEKSKQK753P4TBTSPUXVRWUS6QJJOA
+ .text          0x00000000000094fc       0x18 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+                0x00000000000094fc                sym_XK3TMLCZALCYYWGULGHQIRSOBMPIIPJ7HEMOZIQ
+ .text          0x0000000000009514        0xc /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+                0x0000000000009514                sym_PIRI3CTIHOPR5MPDQRHBJRRZEA2NVOD4J3GXGOA
+ .text          0x0000000000009520       0x1c /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+                0x0000000000009520                sym_LIY23QT3GHIV7NCGJ6ZW6LB2ZUSI56CIFCL6HUY
+ .text          0x000000000000953c       0x2c /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x0000000000009568       0x2c /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x0000000000009594       0x38 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x00000000000095cc       0x2c /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x00000000000095f8       0x50 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x0000000000009648       0x64 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x00000000000096ac       0x38 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x00000000000096e4       0xa8 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+                0x00000000000096e4                sym_3SK52U5TD4ACVVYKWS6UI6ZPWKSLV6BW5IGCPJI
+ .text          0x000000000000978c        0xc /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+                0x000000000000978c                sym_RUQO26WM5KVVEW7O3OHCXPO7LLLXRBDPIPSWIWY
+ .text          0x0000000000009798        0xc /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+                0x0000000000009798                sym_M4DIQOXJAE3BNHQBIUCZXAABSM24CWUEJOCU7DY
+ .text          0x00000000000097a4       0x20 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+                0x00000000000097a4                sym_E5Q6O4GY4KO3GMW7WJYXLZKHO7ZGDWLU4ZPAKWA
+ .text          0x00000000000097c4      0x130 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+                0x00000000000097c4                sym_2ZDZA75WOMRNSQ6XL7IZWAQKYFFSRJOGBGKPTIQ
+ .text          0x00000000000098f4       0xd0 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+                0x00000000000098f4                sym_X2K67YH6UCW6TFK6NTLPZZFGWYHTTPZYK5PXHNQ
+ .text          0x00000000000099c4       0x18 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+                0x00000000000099c4                sym_CQWZ455IMTLTPY5LEEZHXHRRNX223B3HTDD45HA
+ .text          0x00000000000099dc       0xc4 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+                0x00000000000099dc                sym_TSYEIN5CZPQE3YK6VECZD5C2M4LMXKKH6O7LNAY
+ .text          0x0000000000009aa0       0x34 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+                0x0000000000009aa0                sym_Y3UVF6YHRTBBXFJQDE7OMEAPPATQJFJYHW45BGI
+ .text          0x0000000000009ad4       0x8c /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+                0x0000000000009ad4                MPSL_IRQ_RTC0_Handler
+ .text          0x0000000000009b60       0xec /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+                0x0000000000009b60                MPSL_IRQ_TIMER0_Handler
+ .text          0x0000000000009c4c      0x53c /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x000000000000a188      0x258 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x000000000000a3e0      0x1e0 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x000000000000a5c0      0x188 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x000000000000a748       0xec /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x000000000000a834      0x14c /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x000000000000a980       0x7c /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+                0x000000000000a980                sym_ZC6NJBPUISWILQK6OTOBMJVVUT63JRIDGH5WNCY
+ .text          0x000000000000a9fc      0x34c /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+                0x000000000000a9fc                sym_SFR5TVV24PZRIRC5QGOHL2X436PUHKRY2QWKP5Y
+ .text          0x000000000000ad48       0x58 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+                0x000000000000ad48                sym_RPHL2J7CVNKM6GKLDIFI4NVAPZE2FHTYW4VJSJI
+ .text          0x000000000000ada0       0x3c /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+                0x000000000000ada0                sym_CFZK3G6ZC4ONUAYO2UALWQ4CBO7A6ADNAS2FS7Y
+ .text          0x000000000000addc       0x2c /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+                0x000000000000addc                sym_W447CEMR6K6QRW3N63PRPIR7NK6ENOSBFXLCPRQ
+ .text          0x000000000000ae08      0x22c /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+                0x000000000000ae08                sym_CVH6S6LMSFPC2RM6I6LYWFRVOJUD3A6OCMG7AAI
+ .text          0x000000000000b034      0x618 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+                0x000000000000b034                sym_NFDFVOR5BUFND4TNTGYIYR4ARXJRXWSQ4PVFUKY
+ .text          0x000000000000b64c      0x20c /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+                0x000000000000b64c                sym_R4Y3KWNYX4PGGLE5X2L7DXMWMJUY3DOXD7LSUKY
+ .text          0x000000000000b858      0x2e8 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+                0x000000000000b858                sym_J5F7QGRFPKMLWRNSXZXS5YI7BM4DUTISCOASCOA
+ .text          0x000000000000bb40       0xb0 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+                0x000000000000bb40                sym_URFU24FFGR2HYB6CCPIPKPNZNMTWHKDYOATUJNY
+ .text          0x000000000000bbf0        0x4 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+                0x000000000000bbf0                sym_6TZLBWMEWRMPI4KKAUVLC2XHUBDGXEA4B4JJJYQ
+ .text          0x000000000000bbf4       0xa0 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+                0x000000000000bbf4                sym_FWJGAV6HUABGKXBT6K4XJ76WZDWHK3EOQOQRNOI
+ .text          0x000000000000bc94      0x254 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+                0x000000000000bc94                sym_QWOE5H22ZADGJX5JSROW7BOI32Z6PPEEJCISNOQ
+ .text          0x000000000000bee8      0x2b4 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+                0x000000000000bee8                sym_DQFOGVCNU4NTOMWSL3IYDNCMIXT2LT7SZHL5IHI
+ .text          0x000000000000c19c       0x7c /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+                0x000000000000c19c                sym_ORUJDMUJV7RZIFXM3X5KLRROPKJ7VPLJ65JMLRQ
+ .text          0x000000000000c218       0x24 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x000000000000c23c       0x30 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x000000000000c26c       0x30 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x000000000000c29c       0x2c /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x000000000000c2c8       0x78 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+                0x000000000000c2c8                mpsl_init
+ .text          0x000000000000c340       0x14 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+                0x000000000000c340                sym_4JLKMM32SOXCP6XBYAWZDUIMUJIYXLKKDBOFLHI
+ .text          0x000000000000c354       0x58 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+                0x000000000000c354                sym_S2UAPMFVIQXDUOA6CV7GJMB33TYHEUH5D6LHO5Q
+ .text          0x000000000000c3ac       0x28 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+                0x000000000000c3ac                sym_XR32KBBIVYD5OVRJM2RBQ57EGCCM2C3F5IY6OHQ
+ .text          0x000000000000c3d4        0xc /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+                0x000000000000c3d4                mpsl_is_initialized
+ .text          0x000000000000c3e0       0xdc /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x000000000000c4bc      0x184 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+                0x000000000000c4bc                mpsl_ecb_block_encrypt_extended
+ .text          0x000000000000c640       0x7c /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+                0x000000000000c640                mpsl_temperature_get
+ .text          0x000000000000c6bc       0x38 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+                0x000000000000c6bc                sym_W7ROFHNOSDKPIRUKDGIZZ5YR3MC3DAM2YLJOUIA
+ .text          0x000000000000c6f4       0x20 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+                0x000000000000c6f4                sym_BJJ4JJDCVJTQH3OQZK6RMMOLISQZEJEZ3BJOKJY
+ .text          0x000000000000c714       0x38 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+                0x000000000000c714                sym_GURZ3AH6X65RGSKYMYNWZVP6HM56LA5MRAQWT6Q
+ .text          0x000000000000c74c       0x50 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+                0x000000000000c74c                sym_VWGRUQT3LYZHLYS5KJ7UOCJEHLDJTWH4RVJBGKQ
+ .text          0x000000000000c79c       0x34 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+                0x000000000000c79c                sym_4WL3TG4Q7RCTFEMPQ2CQTOL4PAKUULDPJUM5DTY
+ .text          0x000000000000c7d0       0x54 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x000000000000c824       0x88 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+                0x000000000000c824                sym_2FGI6PRNKAQGGACVKJNWC6EWB4C4ZZYUSEGOPOI
+ .text          0x000000000000c8ac       0xb0 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+                0x000000000000c8ac                sym_R66O3ZG7PAFXV56YPWXD7FGU6UB3QYBQIHK33BQ
+ .text          0x000000000000c95c       0x8c /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+                0x000000000000c95c                sym_525JLJ5JEQ6FEZGTSIW74UTOCUZ2F4YECMQ6KVQ
+ .text          0x000000000000c9e8       0xf0 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+                0x000000000000c9e8                sym_DQONLUECJTIEYFOFJXXAPJO4POIAJKJNKBGVN5A
+ .text          0x000000000000cad8       0xd8 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+                0x000000000000cad8                sym_VSILKYHVQ5DVF6LG5MG267DQVA3A2XZQ6FSCLXA
+ .text          0x000000000000cbb0        0xc /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+                0x000000000000cbb0                sym_FLYO2O6PDDEK6WCFFGJRAPCMRB5FFHTEEHI4Z2Q
+ .text          0x000000000000cbbc      0x2a0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/thumb/v7e-m/nofp/libgcc.a(_udivmoddi4.o)
+                0x000000000000cbbc                __udivmoddi4
+ .text          0x000000000000ce5c       0x14 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-strcmp.o)
+                0x000000000000ce5c                strcmp
+ .text          0x000000000000ce70       0x10 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-strlen.o)
+                0x000000000000ce70                strlen
+ .text          0x000000000000ce80       0x16 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000ce80                sym_PVKZWZJ5CJJGE5FITE5FOMMY5J4BUV2COWMQKSY
+ .text          0x000000000000ce96       0x28 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000ce96                sym_BR3ZWQHTEOP3TTXZR25GQZOEPSGL2XNSEOFSTEI
+ .text          0x000000000000cebe       0x5e /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000cebe                sym_CNH7SD2WCGFAHI2ANQOF3HHV2F3WYQDABEB6D2I
+ .text          0x000000000000cf1c       0x6c /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000cf1c                sym_XBPRCWTRXORTYBBILZLCEINUIX4S5BJ5RTZD2RY
+ .text          0x000000000000cf88      0x22a /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000cf88                sym_XMQQMVD4MD6DRWNW2DWSCGOMJHFY3IX7NXUHTGI
+ .text          0x000000000000d1b2       0x14 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000d1b2                sdc_hci_data_put
+ .text          0x000000000000d1c6       0x20 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000d1c6                sdc_hci_get
+ .text          0x000000000000d1e6        0xa /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000d1e6                sdc_hci_cmd_cb_set_event_mask
+ .text          0x000000000000d1f0        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000d1f0                sdc_hci_cmd_cb_read_transmit_power_level
+ .text          0x000000000000d1f4        0xa /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000d1f4                sdc_hci_cmd_cb_set_event_mask_page_2
+ .text          0x000000000000d1fe        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000d1fe                sdc_hci_cmd_cb_read_authenticated_payload_timeout
+ .text          0x000000000000d202        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000d202                sdc_hci_cmd_cb_write_authenticated_payload_timeout
+ .text          0x000000000000d206       0x36 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000d206                sdc_hci_cmd_vs_zephyr_read_version_info
+ .text          0x000000000000d23c        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000d23c                sdc_hci_cmd_vs_zephyr_write_bd_addr
+ .text          0x000000000000d240       0xa4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000d240                sdc_hci_cmd_vs_zephyr_read_static_addresses
+ .text          0x000000000000d2e4       0xa2 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000d2e4                sdc_hci_cmd_vs_zephyr_read_key_hierarchy_roots
+ .text          0x000000000000d386       0x2c /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000d386                sdc_hci_cmd_vs_zephyr_read_chip_temp
+ .text          0x000000000000d3b2        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000d3b2                sdc_hci_cmd_vs_llpm_mode_set
+ .text          0x000000000000d3b6        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000d3b6                sdc_hci_cmd_vs_conn_update
+ .text          0x000000000000d3ba        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000d3ba                sdc_hci_cmd_vs_conn_event_extend
+ .text          0x000000000000d3be        0xc /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000d3be                sdc_hci_cmd_vs_qos_conn_event_report_enable
+ .text          0x000000000000d3ca        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000d3ca                sdc_hci_cmd_vs_event_length_set
+ .text          0x000000000000d3ce        0x8 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000d3ce                sdc_hci_cmd_vs_peripheral_latency_mode_set
+ .text          0x000000000000d3d6        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000d3d6                sdc_hci_cmd_vs_set_adv_randomness
+ .text          0x000000000000d3da       0x1e /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000d3da                sdc_hci_cmd_vs_get_next_conn_event_counter
+ .text          0x000000000000d3f8        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000d3f8                sdc_hci_cmd_vs_min_val_of_max_acl_tx_payload_set
+ .text          0x000000000000d3fc        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000d3fc                sdc_hci_cmd_vs_set_role_priority
+ .text          0x000000000000d400        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000d400                sdc_hci_cmd_ip_read_local_version_information
+ .text          0x000000000000d404        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000d404                sdc_hci_cmd_ip_read_bd_addr
+ .text          0x000000000000d408        0xa /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000d408                sdc_hci_cmd_le_set_event_mask
+ .text          0x000000000000d412        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000d412                sdc_hci_cmd_le_read_buffer_size
+ .text          0x000000000000d416        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000d416                sdc_hci_cmd_le_set_random_address
+ .text          0x000000000000d41a        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000d41a                sdc_hci_cmd_le_set_adv_params
+ .text          0x000000000000d41e        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000d41e                sdc_hci_cmd_le_read_adv_physical_channel_tx_power
+ .text          0x000000000000d422        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000d422                sdc_hci_cmd_le_set_adv_data
+ .text          0x000000000000d426        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000d426                sdc_hci_cmd_le_set_scan_response_data
+ .text          0x000000000000d42a        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000d42a                sdc_hci_cmd_le_set_adv_enable
+ .text          0x000000000000d42e        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000d42e                sdc_hci_cmd_le_read_filter_accept_list_size
+ .text          0x000000000000d432        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000d432                sdc_hci_cmd_le_clear_filter_accept_list
+ .text          0x000000000000d436        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000d436                sdc_hci_cmd_le_add_device_to_filter_accept_list
+ .text          0x000000000000d43a        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000d43a                sdc_hci_cmd_le_remove_device_from_filter_accept_list
+ .text          0x000000000000d43e        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000d43e                sdc_hci_cmd_le_read_channel_map
+ .text          0x000000000000d442        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000d442                sdc_hci_cmd_le_read_remote_features
+ .text          0x000000000000d446        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000d446                sdc_hci_cmd_le_encrypt
+ .text          0x000000000000d44a        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000d44a                sdc_hci_cmd_le_rand
+ .text          0x000000000000d44e        0x8 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000d44e                sdc_hci_cmd_le_long_term_key_request_reply
+ .text          0x000000000000d456        0x8 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000d456                sdc_hci_cmd_le_long_term_key_request_negative_reply
+ .text          0x000000000000d45e        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000d45e                sdc_hci_cmd_le_set_data_length
+ .text          0x000000000000d462        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000d462                sdc_hci_cmd_le_read_suggested_default_data_length
+ .text          0x000000000000d466        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000d466                sdc_hci_cmd_le_write_suggested_default_data_length
+ .text          0x000000000000d46a        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000d46a                sdc_hci_cmd_le_read_max_data_length
+ .text          0x000000000000d46e        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000d46e                sdc_hci_cmd_le_read_phy
+ .text          0x000000000000d472        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000d472                sdc_hci_cmd_le_set_default_phy
+ .text          0x000000000000d476        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000d476                sdc_hci_cmd_le_set_phy
+ .text          0x000000000000d47a        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000d47a                sdc_hci_cmd_le_read_transmit_power
+ .text          0x000000000000d47e        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000d47e                sdc_hci_cmd_le_set_data_related_address_changes
+ .text          0x000000000000d482        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000d482                sdc_hci_cmd_lc_disconnect
+ .text          0x000000000000d486        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000d486                sdc_hci_cmd_lc_read_remote_version_information
+ .text          0x000000000000d48a       0x50 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000d48a                sym_A7PVZLRTORLFMETW3GOBE4DG32WTH46LP2SW5QQ
+ .text          0x000000000000d4da       0x4c /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000d4da                sym_XCF2HHS4DO2JW2ILCF4RJW66HXXYOROBK7NUPMY
+ .text          0x000000000000d526       0x12 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000d526                sym_E56LW5YVGUG6HP2OML5URHI7K2KCWX5ULQKQOKY
+ .text          0x000000000000d538        0xc /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000d538                sym_GY6HW2EOPDDWC2CI5H63QTBNGQK3KCPAMBHR3EY
+ .text          0x000000000000d544       0x38 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000d544                sym_TDLIKQLE652KPCFAMYL33G6BKGPHRLYLWNEOTHQ
+ .text          0x000000000000d57c       0x46 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000d57c                sym_47GVMLF7NXDJBYC2TPU2ES3ZL6CP4GIPWKYYWBI
+ .text          0x000000000000d5c2       0x4a /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000d5c2                sym_UOYZDE3MDLGPDL5S5WKUFLPYH4DJIMF3BJSBDYA
+ .text          0x000000000000d60c       0x38 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000d60c                sym_PTZ4EWNTFK5S5TZGCBNFETDF37P4DBX7VGM33II
+ .text          0x000000000000d644        0xe /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000d644                sym_B62EJKCCJ4JFC5I4BFTUJG7GNOKGWQ4KKFBS6RI
+ .text          0x000000000000d652       0x42 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000d652                sym_4WKKRRMMNLQOCTRGC2MVIREG5QOCFUEL67TBUQY
+ .text          0x000000000000d694       0x54 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000d694                sym_4DUZAAZKVNAL6VUHN4XAFX35FQKJS4D7DISLHDI
+ .text          0x000000000000d6e8       0x80 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000d6e8                sym_3LZ364FVGUVSOSH6XGIFMW5SY36X7BQXDOES46Y
+ .text          0x000000000000d768       0x1c /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000d768                sym_RZ3AO5KZJYCPFG5YW4CBZQF5SRGN3BPTEGBY47I
+ .text          0x000000000000d784        0xc /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000d784                sym_DY52YMZFQPMDNFDSVZDQLPFIWKOSXIQIEKUVZNY
+ .text          0x000000000000d790        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000d790                sym_UPAEGKLCM3QW7VHROMMVD5MIRBTM2NGCYENWSLI
+ .text          0x000000000000d794       0x28 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000d794                sym_Q4EW623JZHY67RB7U4Z2L2SMI5ENWIDFL23JZHQ
+ .text          0x000000000000d7bc       0x14 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000d7bc                sym_LIYGXI2UGDXBB3WZBJYHTKFR7X66AHBTSGA7ZTA
+ .text          0x000000000000d7d0       0x3c /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000d7d0                sym_T2KVJXUKBW7E6DZMIXB2ENUQYG6P2TBYLXO3PAY
+ .text          0x000000000000d80c       0x1a /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000d80c                sym_4FRIF7JGOVTE7JZ3KYQVPKX5PKSXGKCIHE6GQDY
+ .text          0x000000000000d826       0x54 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000d826                sym_JTNP7UFMKYWSFCHJEA5IASO3QVW3HK4YV6YOJYQ
+ .text          0x000000000000d87a        0xe /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000d87a                sym_B627VJPECYREV5OY4VJ652ISBA4XGPKVOUJ747A
+ .text          0x000000000000d888       0x3c /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x000000000000d8c4       0x10 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x000000000000d8d4       0x32 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000d8d4                sym_HNCDHITBYWLO4GMOSPKCO7YXRRWIUQ2IKIZ4C5A
+ .text          0x000000000000d906       0x1c /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000d906                sym_WDNTHBFS7DQM3AR7WDCR7ZEICFH5ZM5PJ35BRPY
+ .text          0x000000000000d922        0x6 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000d922                sym_SCCFLYV5KOPRJ5S7RGDC2KDSCCHMKXYC3EQIE6A
+ .text          0x000000000000d928       0x60 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000d928                sym_F5SXUQLY6DFZ5NXKJ4VFIGAK52D6AM5LN2AJKSY
+ .text          0x000000000000d988       0x3a /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000d988                sym_OC5GPSERLPE7TKXSCU3QAZ62H3OM4MWFYV7WX2I
+ .text          0x000000000000d9c2       0x4e /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000d9c2                sym_VPXIA5P4C72CY3ME4ZVXBADOKEG5S4C7Z7QZZFA
+ .text          0x000000000000da10       0x44 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000da10                sym_MF4WRTQNYFRYRFGW7FZUI3ZAYNQZ5EQ54QSK6JQ
+ .text          0x000000000000da54       0x16 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000da54                sym_DPFAWTOI3GRLXCS5TV5FXLZJNKWMRLYTLT4DRFY
+ .text          0x000000000000da6a       0x16 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000da6a                sym_27RZBWKBTESKUPVNN3E7RHYQU6UH4RT372SK2WA
+ .text          0x000000000000da80       0x12 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000da80                sym_Z3P3D5U3YDA66QTFRMTODYQPS5XZL7N2E3M2DIY
+ .text          0x000000000000da92       0x12 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000da92                sym_IBQ2J6PQMWEGB2QFNQVSDUN2ZUMMRTUFKUUZT2I
+ .text          0x000000000000daa4       0x20 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000daa4                sym_RIJIFYF46ZRKFDPA3GKV7WCH2VGEUEP6MVN4JFI
+ .text          0x000000000000dac4       0x20 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000dac4                sym_MJFFFAJVV3IQTOJK6UL2575XXGCEKTIIFXD5MAQ
+ .text          0x000000000000dae4        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000dae4                sym_T2WGCKXTT3AQKC37WUCKG6LFMKIXXWS3R6ESLQQ
+ .text          0x000000000000dae8       0x1c /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x000000000000db04        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000db04                sym_UXGGQ7KT7KLQURU53WAWGAVBCTGQC65UKGCUU4A
+ .text          0x000000000000db08       0x46 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x000000000000db4e       0x26 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x000000000000db74       0x28 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x000000000000db9c       0x50 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x000000000000dbec       0x4c /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x000000000000dc38      0x164 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x000000000000dd9c        0x6 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000dd9c                sym_MHDCHYAEWBCIUYGOTWRWGZEJ6XEBEBUHOO5T6WY
+ .text          0x000000000000dda2       0x48 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000dda2                sym_7Q3OGK46EJ4CJTNREFMB4I3YQOYV4MCCW6KC7XI
+ .text          0x000000000000ddea       0x24 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000ddea                sym_3ZNIOFG7XMX7YS4WHN4QVNG3AVWN2QVSTHUWDXQ
+ .text          0x000000000000de0e       0x18 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000de0e                sym_AYIY5D3XOYY75J7QUVTZN22IHGLGB3CW5RBZMDY
+ .text          0x000000000000de26       0xd4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000de26                sym_EPRPLWOAI3YMJ24HN6AZUGT5NWULVXEG6CTCI2Y
+ .text          0x000000000000defa       0x94 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000defa                sym_FY3JF6XBXLAG22E42UPFUU55A3QFAFZDUGSPAPY
+ .text          0x000000000000df8e        0x6 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000df8e                sym_VKORYLCFNIWNGETWJR24ZOUACQP66MFSZSXVABY
+ .text          0x000000000000df94       0x34 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x000000000000dfc8       0x2a /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x000000000000dff2       0x14 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x000000000000e006       0x1a /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x000000000000e020       0x24 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x000000000000e044       0x50 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x000000000000e094       0x76 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x000000000000e10a      0x116 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x000000000000e220       0xb8 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000e220                sym_TTWYMXRKLVLI7DIZYVTKGZHSGKFWB63OVH3AYYQ
+ .text          0x000000000000e2d8        0xa /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000e2d8                sym_QA2HTUWXDQAGJZ32BSTQMVSMKKNETZBUHL37LYA
+ .text          0x000000000000e2e2        0xe /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000e2e2                sym_5OKDNHIYSDG2NFFB242VCRESG3W37YENBGQLRBA
+ .text          0x000000000000e2f0       0x1c /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000e2f0                sym_UL6TXQTTOV34QCAIQPVPFYEQSUUJPIEN42CTITI
+ .text          0x000000000000e30c       0x28 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000e30c                sym_JNP3XPG2S47QWEENF5PX2JQ36HNB7C2PPNDBQRI
+ .text          0x000000000000e334       0x26 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000e334                sym_FQNF6KMIBMQDKYS2BJP6ZB7BLEET53WUIWQK6FA
+ .text          0x000000000000e35a       0x22 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000e35a                sym_VBKW2EEGTD4JJSNUU73GLQHLYR7TWOGYRMQYZEY
+ .text          0x000000000000e37c        0xc /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000e37c                sym_PMB4FUQR4IQVAL4FOP3PPQDDXYDFQIUYDVZ6DGY
+ .text          0x000000000000e388       0x40 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000e388                sym_Q3C2XSZVED7JHVMCJN53G6AXVXF3ZOUR7A37OEQ
+ .text          0x000000000000e3c8       0x22 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000e3c8                sym_KQ364TAUBSTGBVLC6BUZ6LU5UQACEISDV2KKO5I
+ .text          0x000000000000e3ea       0x16 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000e3ea                sym_IZN3QWH7I4A7OX5E6DK53W35W3UX25DTZ6CQ57Q
+ .text          0x000000000000e400       0x12 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000e400                sym_V4G4DUSXVGCZMSYXHZZWQMKMNZCZVEEIBVCQ7EQ
+ .text          0x000000000000e412       0x16 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000e412                sym_5KZ3ESY4NUZKM5COQRZJAL6CXWIG2JSPGHV3RPQ
+ .text          0x000000000000e428       0x2a /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000e428                sym_4JSL5B25NNB5WWK7I5BGUTCTKEZ4HYLOODANEEQ
+ .text          0x000000000000e452       0x22 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000e452                sym_NITRJIWYGM7PLEIQEII3QZID3O3DS62GXB3UYIA
+ .text          0x000000000000e474       0x4a /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000e474                sym_PAQFQMAKUCMOA6SUTJ7CAX3DYCWNAJLJQFJCDNY
+ .text          0x000000000000e4be        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000e4be                sym_M6MZU5PVUKHQMWMMC4UT23L7SRBW44JZLP26X4I
+ .text          0x000000000000e4c2       0x40 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000e4c2                sym_Q5GJELDUJDXPR5M7PG33JSPACOMZ32BYQV2DESA
+ .text          0x000000000000e502       0x1c /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000e502                sym_4DOGMDZGTALJPSDK26RDOFYJAUF2WWYUQSK5XNA
+ .text          0x000000000000e51e       0x20 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000e51e                sym_IS5N626FV5MT54PZIWSKFZUUH6WWJWJ46G6YN3A
+ .text          0x000000000000e53e       0x52 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000e53e                sym_VT6ZFFM2E7JNVAG5YLSPAZYR4HOPL3X5GX3IH7A
+ .text          0x000000000000e590       0x30 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000e590                sym_TWSXGABZDFOR6GMTPL43NA2Q7GCJDL7RARUHBMQ
+ .text          0x000000000000e5c0       0x56 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000e5c0                sym_MBHLAUPQK3H6ERLQXCLUB2AQHB6N7MDDZSUQGSI
+ .text          0x000000000000e616        0xa /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000e616                sym_2USEL6R2GGJMMFO4XRNC6NIEFTFUU2HPLL2Z6FQ
+ .text          0x000000000000e620       0x1a /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000e620                sym_7FOXGNIIIKWTK7LVO3GURVRGLMM3ARJVLEJOXQY
+ .text          0x000000000000e63a       0x40 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000e63a                sym_CT735EXQUXWPD7TNRP2WWTA3LGLYUEOZMPS7RMI
+ .text          0x000000000000e67a       0xde /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000e67a                sym_D6Z72QTHOBKAEBKPZKUE4VJPVZJ36GAIUXFUHKY
+ .text          0x000000000000e758       0xa0 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000e758                sym_MVDV5RBWBEZV6THUS3WDA3RV4H6NH2D4IESH3IA
+ .text          0x000000000000e7f8       0x2a /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000e7f8                sym_XYKOVFYGOSL56Y753SKDQGINYTUFZGQJGBB54WI
+ .text          0x000000000000e822       0x3e /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000e822                sym_7GRSXPCDN6SAIPL3YJGWJFDEBFB3EXAXYUBY2II
+ .text          0x000000000000e860       0x2a /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000e860                sym_KXE6R52JHXVKOK6AHXAXVCPJHWR4FK73UB2AK7I
+ .text          0x000000000000e88a       0x64 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000e88a                sym_JU2KBYZVAT7EYGVZA4FU7TNK2PDUQNCWUBE5MWQ
+ .text          0x000000000000e8ee       0x1c /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000e8ee                sym_NLJDQQVQW4HF3HHWCCOGCGX457WQXW2LVV5NUTI
+ .text          0x000000000000e90a       0x1a /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000e90a                sym_FYIHUHKV4DLEPRADEPLDQO3YFUPWZFWRUJ4JAOA
+ .text          0x000000000000e924       0x20 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000e924                sym_AB3LPEZLZTHWVJYT4X3CSIX3UJONE76BJDZFP2Y
+ .text          0x000000000000e944       0x40 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000e944                sym_ULWM63O6UPJLQWAHX3MM6KEQT4NBSDWNEO3LSBY
+ .text          0x000000000000e984       0x3c /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000e984                sym_HZRUCXEK6VH2SKHLITFSCAH5JZW3VUS5CZD2RBY
+ .text          0x000000000000e9c0       0x2e /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000e9c0                sym_UBZJS2DDJXFBNL4D7RG3NTLQLLLCEP5IJ3L4GHI
+ .text          0x000000000000e9ee       0x12 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000e9ee                sym_J2SUO2NMPPNDQZAGB2FE5TAXJFMJ5FZXKAPNVFQ
+ .text          0x000000000000ea00       0x1a /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000ea00                sym_QUXPDBBA3LF6URTUQCXVFN4UTAQY2K4DGZD5OMY
+ .text          0x000000000000ea1a        0x6 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000ea1a                sym_266BMVQDBLXULMLATXWWN2P23YFP57RBL2ZNQ7A
+ .text          0x000000000000ea20        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000ea20                sym_XGMYPLGF3Q5IDBTHXI7LBKOVEGJV3YOSYITNMYA
+ .text          0x000000000000ea24        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000ea24                sym_FMRFQSLTCXFMENQUUTH5EZZXMJ4WRY5OJOYNDUA
+ .text          0x000000000000ea28       0x10 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x000000000000ea38       0x1c /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x000000000000ea54       0x22 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x000000000000ea76       0x28 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x000000000000ea9e       0x18 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x000000000000eab6        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000eab6                sym_R2552DB5ZKNDWW24PBGEV77VCDBC44WVAYRCUXQ
+ .text          0x000000000000eaba       0x16 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000eaba                sym_N4QRZBF2FIWL2SJPDNB5CJNAF73PGHUMQ7KGJGA
+ .text          0x000000000000ead0       0x84 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000ead0                sym_7HP2F3XCOOTO7JW2SJO6PGUER2VAQ7RTRD56QUY
+ .text          0x000000000000eb54       0x26 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000eb54                sym_5UID3SBXLTGQYGRFXVINZNLWHB7EKFT76O275JI
+ .text          0x000000000000eb7a       0x1a /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000eb7a                sym_3AWAQCNCZH4MEGKKMZLZXM2OFWJS4TFUCWUEKRI
+ .text          0x000000000000eb94       0x96 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000eb94                sym_RRC5YHH6YM3SHNGPFUCE3YX5LDRJC7YUGPWWYHQ
+ .text          0x000000000000ec2a       0xa8 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000ec2a                sym_HXHGQZG5JTAFRHWMQAPJ6HVLUUHUFG7HQQBAFUY
+ .text          0x000000000000ecd2       0x20 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000ecd2                sym_SICJIUWQ7BCWEYTQIT6XRP4QI64HKVMZBOORCIY
+ .text          0x000000000000ecf2       0x12 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000ecf2                sym_GO3PW6WZMDT63KG3KMVKMBW77LBENKRY4YK5X4Y
+ .text          0x000000000000ed04        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000ed04                sym_QXKT3PVMDTZRAAU2QNTWO5VOUEZ4NW6TWISREXY
+ .text          0x000000000000ed08        0x2 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000ed08                sym_BGPX36PUCNVPV3544HQ5RQFY5WG7CJAFVVBI7AY
+ .text          0x000000000000ed0a       0x3c /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000ed0a                sym_4ZZLWI6QQY4KJYYVP4RVDTJJJ6MW72AL2TJDVOI
+ .text          0x000000000000ed46       0x1a /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x000000000000ed60       0x14 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000ed60                sym_QW6JOH7RCJIC2YFNJEURX5QNB5EIQT646EHIWEA
+ .text          0x000000000000ed74       0x14 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000ed74                sym_GKUVQYGVTZ7DKWBNC3M5TXN4XZ4Q6TUJFSFOWBA
+ .text          0x000000000000ed88       0x1c /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000ed88                sym_3LQGLF52CJLOKQOJSNFVLTD3CW6GGPJMARVGQNQ
+ .text          0x000000000000eda4       0x1a /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000eda4                sym_UHWWEFDYCEMO6BV2Q3GVLMFC37EIDJEWGQC2XUA
+ .text          0x000000000000edbe       0x80 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000edbe                sym_76SF2THVWBBVUHDFLIXMTXOYE2LFAIMVFAFT26I
+ .text          0x000000000000ee3e       0x62 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000ee3e                sym_K4XFYUFHWSS4WLYRDTKOJ7STOPYHBKAJBCXHBBY
+ .text          0x000000000000eea0       0x4c /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000eea0                sym_CMGYAOMYUJOSH7VMLD3ENK3VLSIPR3DVYN2F44Y
+ .text          0x000000000000eeec        0x8 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000eeec                sym_6NROXJNXJONASXBRH4ZGPEEQ42PSH3YLRTC74GQ
+ .text          0x000000000000eef4       0x2c /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000eef4                sym_QOK2KYWK62QNZBQRPK2GPAU2IEJXSELK32IAUUA
+ .text          0x000000000000ef20       0x16 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x000000000000ef36       0x50 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x000000000000ef86       0x30 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000ef86                sym_DGQRK6XVXAAPQDRCJOVOHOTQ47PE7QQ4MNBOW5I
+ .text          0x000000000000efb6       0x5c /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000efb6                sym_KHCOV3Y476ESNIVYZPGAZMIYAIZNR3YMGCWNDEQ
+ .text          0x000000000000f012       0xc8 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000f012                sym_EMRT7PRPOJDVU5Z5ET5VJFU2CWFE2OMTIKS35RA
+ .text          0x000000000000f0da        0xe /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000f0da                sym_UDZO6WOEWJ2CNEYVP45GSHBVFT4OP6GEANP3NQY
+ .text          0x000000000000f0e8        0xe /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000f0e8                sym_M7NFHAM4FWTXSZMPV3DTHM2V6JD26AKK4R2A6YI
+ .text          0x000000000000f0f6       0x12 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000f0f6                sym_YBOODJ7VBLXRRILCBQXIORIXU3GHRAYK6WULLQY
+ .text          0x000000000000f108        0xe /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000f108                sym_NAGMMCXDNSRJLJ55T6DS4CG2FNZEN6Y562ZTFRY
+ .text          0x000000000000f116       0x1e /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000f116                sym_252O2EYK5FIXU63T5SACWK2VO6UFAQRM77ITNFA
+ .text          0x000000000000f134       0x1e /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000f134                sym_W6IKRDQNYMHGTRDGPLEMFTUCJYSU6SRYW73T4XI
+ .text          0x000000000000f152       0x9c /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000f152                sym_33X4NJAF5ERGJDTOD7NIRDMR4KT4JWBGAGRR5WQ
+ .text          0x000000000000f1ee       0x10 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000f1ee                sym_IGXXIFMDOTCDOLQAILBV5BXIU5R6AALP5I4HZGQ
+ .text          0x000000000000f1fe        0x8 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000f1fe                sym_VV6G4PHP6ULWM4Y2LJJIOETDZSUFDXGJCHBQNZI
+ .text          0x000000000000f206       0x1c /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000f206                sym_EHH4TL4V6XWVDGG5OCXTIQQT5C4OFTGXZXSIJAA
+ .text          0x000000000000f222        0x6 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000f222                sym_GII4UQLGDHD6D5DSTGUIOYZXEEJFVPTQQUWUNII
+ .text          0x000000000000f228        0x6 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000f228                sym_MD56XYITEHSLIFIRQT26SWOCASBX33AYW4XGGWY
+ .text          0x000000000000f22e        0x6 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000f22e                sym_EKDQHRHOWISU7QCQSGE4X3J4VBX22VVETALDGWI
+ .text          0x000000000000f234       0x5a /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000f234                sym_V6WVC3IEGFJGJMCL2AM6XT7PQZ2G3RNXA5M3I2A
+ .text          0x000000000000f28e        0xa /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000f28e                sym_7VZW6MQYCHJNYQ6F4AFCRRJSPXBVUQDDS4RU32Y
+ .text          0x000000000000f298        0x6 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000f298                sym_E5LV7NLJGDBOOHT3XI7LZP4SJ6B3AVX5ZM7II3A
+ .text          0x000000000000f29e        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000f29e                sym_AFBV6ZWWJ5TP5BBQPAY4D2XGGYVLQVI65FY6JPY
+ .text          0x000000000000f2a2        0xa /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000f2a2                sym_NSDJKDRKPUUB5EAI3OMDTFOWZBLYJSPI3VQSNXQ
+ .text          0x000000000000f2ac        0xa /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000f2ac                sym_7LJR6S4GQKSUMWIUG2FRZAKXFD3RUBQ6FOHJMZQ
+ .text          0x000000000000f2b6        0x6 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000f2b6                sym_FIJW4TR7AWR6OLWCHL3HTVQSVWXOS6T6XISXCQQ
+ .text          0x000000000000f2bc        0xe /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000f2bc                sym_3BQBYKVQGWCA6VF5GDIUVXGAPLPPXRSSEFO5TXA
+ .text          0x000000000000f2ca        0x8 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000f2ca                sym_NILDTLWW7AYBRN5PYE72ILWSBBVUBN4Y5FF3XQQ
+ .text          0x000000000000f2d2        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000f2d2                sym_5WHAN4NH6PZY7VV5KTN53CABJRWXR3RJHHTA7KA
+ .text          0x000000000000f2d6        0x6 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000f2d6                sym_RGBMWS6T65LAWR3HOVV5354MKQCATDBBY34XWQA
+ .text          0x000000000000f2dc        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000f2dc                sym_SKKU5JCB4JFUP2TZKW5ETVOM5GL3U2WDXVK5LJI
+ .text          0x000000000000f2e0        0x8 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000f2e0                sym_XW2AJRDPRGLPOQ7S6SBIDHJSPT737QJRC7LOWOI
+ .text          0x000000000000f2e8        0x8 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000f2e8                sym_LKCMUIZAJSOHIZE54V37DJ4ULJ25HGEY7F7ST5I
+ .text          0x000000000000f2f0        0x8 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000f2f0                sym_5NOMYYLIL22YATRZCGPQVOYH6BFSDNIEMEEMIZA
+ .text          0x000000000000f2f8        0x8 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000f2f8                sym_BD2MQHSWE7QNCT7DV5JGZCA5J2QIL2T6RGRVJ3Y
+ .text          0x000000000000f300        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000f300                sym_PHCTC5YUX44NFLNJCEBJKKRAYHGUKTS4AC5GMAI
+ .text          0x000000000000f304        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000f304                sym_BWPZYUAKR5BUOCM2NWAMEPWQB6GIJXBPUENADMI
+ .text          0x000000000000f308        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000f308                sym_QDD7GI62CPYTU4DR5RMOF6JH72V5L65ZJXU3VAA
+ .text          0x000000000000f30c        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000f30c                sym_M5NXXZSYW5XYDZUQUOZMKSTD6GIS5XZ7Y4SKNVI
+ .text          0x000000000000f310       0x26 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000f310                sym_6OKNLUNCRGI263QFKGKDXFR77K4UISSZ3SA2RAY
+ .text          0x000000000000f336       0x16 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000f336                sym_PBCQYO46QLEABI4SERHQCHCGDP6NXKCTAYVE53Y
+ .text          0x000000000000f34c        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000f34c                sym_IMNEYE333DZSYFXBOKOMWVRET5JB5STH5YU7A5A
+ .text          0x000000000000f350        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000f350                sym_UA37MSV2DKCYXYIDDSBDMFEEGPUD3YMYMAH3IEI
+ .text          0x000000000000f354        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000f354                sym_FVNWXAKGSIJN4YGWC4O4B4H2WPPILAIKB7LLDVI
+ .text          0x000000000000f358       0x1e /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000f358                sym_A6H6572F75Y3NWHNM7XTQ5XKFPHT472D7ZS7PFQ
+ .text          0x000000000000f376        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000f376                sym_YMBI57OSTLFK65WQKT7WKM26EFMSOHLSMFNNR4I
+ .text          0x000000000000f37a        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000f37a                sym_65MVSHFHYY3W6LGERKUEYJPJ7ENCODZZSM2L7CQ
+ .text          0x000000000000f37e        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000f37e                sym_HAHVMCZ4V2U4G5KM2JOTYBKS4GFM72EJZRT7M3A
+ .text          0x000000000000f382        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000f382                sym_MR2HDMT6FMX7P5HJAUSXDTOYNLKDM5AILMXKYDY
+ .text          0x000000000000f386       0x14 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000f386                sym_7YTCAQN5IYKWCY5F36IVGAEEQIOP6X7YL63LRUI
+ .text          0x000000000000f39a       0x14 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000f39a                sym_24AALTDC2IQ6VNWU2ALOY4V3RG5R2RARTUG4AZY
+ .text          0x000000000000f3ae       0x2c /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000f3ae                sym_ZUFGUNQKQRINYDDQ2AFT3BJLR3IFVV6WJFPT3PA
+ .text          0x000000000000f3da        0xa /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x000000000000f3e4        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000f3e4                sym_5G7NLKZS4L5IIOBRUSBNVX2FPWE5MWDV7ZI2IXQ
+ .text          0x000000000000f3e8       0x18 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000f3e8                sym_XYMSM3YEXEOTUFIX3SPRBT27O44DJZKZVLNHELY
+ .text          0x000000000000f400        0x6 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000f400                sym_RH6FZQRBS4UKFN4MYJSECW7EJMU5464YS3XX4EQ
+ .text          0x000000000000f406        0x6 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000f406                sym_KTCPHKPMWNHFL5F33V7S5RPUDDKGTUD3PGP5JDY
+ .text          0x000000000000f40c       0x12 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000f40c                sym_MWHYECJZLQQJKLQZGDI66SVA3IIWYKXL7G5FMHY
+ .text          0x000000000000f41e       0x1e /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x000000000000f43c       0x22 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x000000000000f45e       0x9c /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x000000000000f4fa        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000f4fa                sym_72KBD3C5B67H6PWOG3S7CCYVGGTJG6L3WNWZOFQ
+ .text          0x000000000000f4fe        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000f4fe                sym_HKK3TRIGJYF3QRYFDYVZA3GRLMEB7JR5MI4RL7Y
+ .text          0x000000000000f502       0x1c /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000f502                sym_436OKKOGR27QX7FMSZKYSEYLCMU4ZXR5RN4XUBY
+ .text          0x000000000000f51e        0xe /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000f51e                sym_ONVPV2DV6OK6HG537JAHRS5B7G22RD24D2QGM5A
+ .text          0x000000000000f52c       0x26 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000f52c                sym_FYDDQSZGF6JMCFNKWS6THQCPVVLOW75RDFC62IQ
+ .text          0x000000000000f552       0x3e /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x000000000000f590       0x20 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000f590                sym_XRSFUVJVALTQXGE7INRI3M6HEEON3PEMDM73SDI
+ .text          0x000000000000f5b0       0x18 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000f5b0                sym_DGN3THKILL676ISUGG6LI5PGTHVDBLTDPNXUCAA
+ .text          0x000000000000f5c8       0x14 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000f5c8                sym_NEHMDBQBGZXV6OFKIS4NBQDVMDAPMSPSGUQZB7A
+ .text          0x000000000000f5dc       0x22 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000f5dc                sym_KQ7WDRFWHZIBRVZJQIHMC5NBIZUJ4NGFK5AE4FQ
+ .text          0x000000000000f5fe       0x12 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000f5fe                sym_GRWJSKDQ3POPWSRNDRQTNNGA4TE3WRBKWXT5JAQ
+ .text          0x000000000000f610       0x14 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000f610                sym_WN24RDMSAOQ4REDS6M5SAD27A5BMKW36N3VHGXI
+ .text          0x000000000000f624       0x1e /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000f624                sym_5ANWEAIBKDLEVCFMBX2VFT7WI2MWAIHK5BAGBTA
+ .text          0x000000000000f642        0xc /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000f642                sym_2UM6LVQLLMOP7WZDJLNUGNNDXOSOGAIT6WB627Q
+ .text          0x000000000000f64e       0x1e /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000f64e                sym_KB52DURVZMKV23HAOWR2F7RBPDMWZDB7UEFUF5Y
+ .text          0x000000000000f66c       0x28 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000f66c                sym_D2T2CRIOLYY45OMGCO4KH6B7LZXZRGO6ZS2WVVA
+ .text          0x000000000000f694       0x30 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x000000000000f6c4       0x66 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000f6c4                sym_EROH2ERI6YP4PUJVAMOS4KJ2YDG74D2WAXB2TOI
+ .text          0x000000000000f72a       0x2c /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000f72a                sym_NT2IJ3T3KMFT6N2I2OJU2HPSQ63J6FQHEAYOFIA
+ .text          0x000000000000f756       0x1e /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000f756                sym_MWD4AC6ISIKEYDTZF7KXOTJOBUPKKWWLNRGAYAA
+ .text          0x000000000000f774       0x28 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000f774                sym_24PTBIAZ2OKSUMWBHATZCO4EQUFF3BOLAN2QX4Y
+ .text          0x000000000000f79c       0x26 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000f79c                sym_YAZXXBE3UO3G4AM6TR2NFBXVHOGUGHIF6JXVVLI
+ .text          0x000000000000f7c2       0x7a /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000f7c2                sym_L25WURT3DTWGSITXNUG75XVVQF2UVCFLN5ZBQUA
+ .text          0x000000000000f83c       0x36 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000f83c                sym_E2UXMX6GPEL4QKJ6OQEZ6V3CQSSIZXTFJOXD4RI
+ .text          0x000000000000f872       0x18 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000f872                sym_2TCPCDAUQ3FXZYG56Z6ZP7VCFNUJTBV3EZJYPGY
+ .text          0x000000000000f88a       0x14 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000f88a                sym_S6U6ANENQP6QL5TLITNXPOYFSB26Q5AFTW32CXI
+ .text          0x000000000000f89e       0x28 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000f89e                sym_P3OAHUDLNMEJKO66PKADYJ5KBQTQCDBZBHL5ZUY
+ .text          0x000000000000f8c6       0x4c /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000f8c6                sym_5KQEKFOHAHY7H4YQZFOMBHKJR7UXXRMBYRHSOKA
+ .text          0x000000000000f912       0x86 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000f912                sym_37NODBYTBKFFSSK63VRMJNBJWPSLOW2TI6JJ5VA
+ .text          0x000000000000f998       0x16 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000f998                sym_5X5PLXM74Z3PECRXYVZGE5QLEWZX4H3BRJVO7TA
+ .text          0x000000000000f9ae       0x22 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000f9ae                sym_32TMQSVE6U4ANJKUXLQPGXGRIVQJQAN65IQXIPY
+ .text          0x000000000000f9d0       0x24 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000f9d0                sym_RNTRYUNMPUWLW2ULGAI2DOZQSMWTRXKHN4WA6OQ
+ .text          0x000000000000f9f4       0x1e /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000f9f4                sym_4PKZPV6KHQLZVLIOJABWXGUL7UXOPCQSGZIQF4Q
+ .text          0x000000000000fa12       0x22 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x000000000000fa34       0x26 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000fa34                sym_OPCORHVHZVKAWEVWCDZOHGGLXMSL2TBGHVHNDOY
+ .text          0x000000000000fa5a       0x32 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000fa5a                sym_FW4JPGKXKHARAAJ7L3QR6HU5OB4PHXARNGBNCMY
+ .text          0x000000000000fa8c        0xe /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000fa8c                sym_NK4HRRKGX3ST3ARVTU6HUEXLOWZFFBMCIDNT3EI
+ .text          0x000000000000fa9a       0x28 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000fa9a                sym_M65PCSZAPVYR7V5YEMYJW264OYLXMV6F2CRGMXQ
+ .text          0x000000000000fac2       0x26 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000fac2                sym_P2OZB7UAJZNJ47VR5DS7V33BAD5DESWDHJYKOZA
+ .text          0x000000000000fae8       0x12 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000fae8                sym_E2LE5OMX5VGHQ6BJ4G7CNEBI3KUUYONP2PS2EJQ
+ .text          0x000000000000fafa       0x26 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000fafa                sym_BR7VCSB75RGRQ7O7PYOVLMHXKJKUMK6XH3GVGZA
+ .text          0x000000000000fb20       0x1e /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000fb20                sym_2UKPFKMGRDZ4VV635IPSP7DNWK4DJAJ7LOHQN6A
+ .text          0x000000000000fb3e       0x64 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000fb3e                sym_XIDO6C76MBHDNIEQMWYSJKF4P7A3PGI2HBO3R5Q
+ .text          0x000000000000fba2       0x18 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x000000000000fbba       0x14 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000fbba                sym_FZRZ4CL3JR4VYYKFPYJ3VMCNBL7BVDZZP4POIWA
+ .text          0x000000000000fbce       0x16 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x000000000000fbe4       0x18 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x000000000000fbfc       0x5a /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x000000000000fc56        0x6 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x000000000000fc5c        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x000000000000fc60       0x1e /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000fc60                sym_OAGVEJLAHKQB2YTTUDIS6TDHXZIVWZXKUMPIBHQ
+ .text          0x000000000000fc7e       0x5c /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000fc7e                sym_YA57TPZ3CLQ6C73TD2RIGTELUAMYOOAKHU5T7RQ
+ .text          0x000000000000fcda        0xa /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000fcda                sym_2ORNMU44KG57RJ5GYPW4FCTEFWDXBHWXYAE3J6I
+ .text          0x000000000000fce4        0xa /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000fce4                sym_WGJLFS2PDN6RZG7JWUITZ3W5MGJYYXFXIKI3GGQ
+ .text          0x000000000000fcee       0x16 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000fcee                sym_3NMQXTBVJ27TN5IIVET3BSKEAUONNKTPZTYP2HY
+ .text          0x000000000000fd04        0x6 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000fd04                sym_RYQA5YFFRJZLTYB2ISC2Y3WUY3XB3LBBL37F22Q
+ .text          0x000000000000fd0a        0xa /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000fd0a                sym_H6NC6L6VJY74V6C72Y6E5P4HGSZIVJQXMUOQZ5Y
+ .text          0x000000000000fd14       0x12 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000fd14                sym_UDZCFPCYSG5E2MUJ3CH3H5GF4YJLF3Y6KNH3ZRQ
+ .text          0x000000000000fd26      0x14c /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000fd26                sym_L2IWXNCKXJIQJRTEIIW7HGFEPJAQM34TKD2GOIA
+ .text          0x000000000000fe72        0xe /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000fe72                sym_U7WTPI24N35WTMGPC25KDS7Q3PHHHS7M5KI6IPY
+ .text          0x000000000000fe80       0x10 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000fe80                sym_DG6VHZEFRVR44ESTRZM42ZEBJG4KXT7IVJESA4Y
+ .text          0x000000000000fe90        0x6 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000fe90                sym_L5UCRJFFWEVVII5IYG6PAKIQHXM34B62KO6ERPY
+ .text          0x000000000000fe96        0x8 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000fe96                sym_UEZ3FVWFJ5XVLQBVVAHW7UTXVCC77F7ZYGOMLTQ
+ .text          0x000000000000fe9e        0x8 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000fe9e                sym_NGJGZTNK6YIH3QX2NKB6A6MT7N5AOKWA6ZOOANQ
+ .text          0x000000000000fea6        0x8 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000fea6                sym_XRU76NANM3C4EMKWQU3DF6CELSRNDV6766IKPJI
+ .text          0x000000000000feae        0xc /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000feae                sym_WE45Z7LOSJEAVMD3HUIMZMMRDD5BLMKOFVBGE4Y
+ .text          0x000000000000feba        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000feba                sym_BDDELQSYWHVCCHSF6HGFFAORZOC56R54KIF45KY
+ .text          0x000000000000febe        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000febe                sym_4HDCBJCT2JOHNORERPDEH2A3V47FOX6NCTAKLUA
+ .text          0x000000000000fec2       0x18 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x000000000000feda       0x18 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000feda                sym_4FKJZF4AXR7RHM7IPPZMVUWU7W6MFHLX726TPNY
+ .text          0x000000000000fef2        0x8 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000fef2                sym_ID5SI2L6AD3KMSDR72YSJZGVIA6DEYQZU7WJI3I
+ .text          0x000000000000fefa        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000fefa                sym_2K3JTQJLCTROZQI43ERT7GF5BTQ3SMAJXYMCVJI
+ .text          0x000000000000fefe        0x6 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000fefe                sym_WAXMY55QAGCTLTIDQV34FPT2PPSDRT5VDN7EYYY
+ .text          0x000000000000ff04        0xa /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000ff04                sym_MQQDWQQHBS7ZPZWBMOTGVNNHVXRAEPOMLYRTE3A
+ .text          0x000000000000ff0e       0x12 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x000000000000ff20       0x22 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x000000000000ff42       0x32 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x000000000000ff74        0xe /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000ff74                sym_32MURW7CSXICOYPMCVOPRARLMRLK4UASNCF4JWQ
+ .text          0x000000000000ff82        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000ff82                sym_YZ554N3225FHWC7CK3UNRUMI3O4SGFLKXVRCFXA
+ .text          0x000000000000ff86       0x24 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000ff86                sym_XD3FX5TVO57NBJG4QV33FUOBCL7SNGB4OOT7C3Y
+ .text          0x000000000000ffaa        0xa /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000ffaa                sym_UEYPZKGY2IF5BYZ3QDKK4LEW4OE7NWR6DH5XEZQ
+ .text          0x000000000000ffb4       0x3e /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000ffb4                sym_GDGGQ5EKEJNZBTEWASFQ2LUSL4TZGNXHPD7BDQA
+ .text          0x000000000000fff2       0x2e /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000fff2                sym_4U2RA2RXIRU5BEMWZTHT3PETZK6K62P2SAJVWHA
+ .text          0x0000000000010020       0x1a /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000010020                sym_STP6UONGXHZIIGYZLLHSWZFO5DU7227CCUKBTDQ
+ .text          0x000000000001003a        0x6 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000001003a                sym_USXJ3USYRHE5AVFUSG2J2G7QDHRASPG75ESP25A
+ .text          0x0000000000010040        0x8 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000010040                sym_FHGEXLJ7V34P3MECCDTYSDEZTZHFJ2TXYSFZQHQ
+ .text          0x0000000000010048       0x9c /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x00000000000100e4       0x1e /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000010102       0x30 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000010132       0x2e /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000010160       0x3a /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000010160                sym_PDDLBAI7RAK2OQ7ZHFU33L5KMJV5YKPLX5ITXAY
+ .text          0x000000000001019a        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000001019a                sym_OTZAOT4DEZSL3R4MXRNUS2BIBKPPCOEO2SMZYAI
+ .text          0x000000000001019e        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000001019e                sym_FIYSAC63N2FF462LEI76F5US34JKFTAQDSI2LXA
+ .text          0x00000000000101a2        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x00000000000101a2                sym_RUQGL7Y7CEVCWXKLY62UGVRWLQYUPKUGTSH7NVY
+ .text          0x00000000000101a6       0x1a /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x00000000000101a6                sym_IYZQNCOB4T4XO27DREWRIWJFVHVS355NEDBEGEQ
+ .text          0x00000000000101c0        0xa /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x00000000000101c0                sym_FXUFT4T2SFFF7MAZUKZNVKMBTW2EECY52UJZ33Y
+ .text          0x00000000000101ca        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x00000000000101ca                sym_B2B7AU2WDMX5JQNGTX4YKNCWQCXQIG5PWSSOSAI
+ .text          0x00000000000101ce       0x16 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x00000000000101ce                sym_5FDRWQI6XUFWVRIX2PMRPNDHWCIMAZ67SSGSRVI
+ .text          0x00000000000101e4       0x16 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x00000000000101e4                sym_BIDMG7YHRFQNLIKRFVSOGOT6IXZCQ6UEJKN52VI
+ .text          0x00000000000101fa       0x24 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x00000000000101fa                sym_ZG4AW57AAT4BVE2J2CU4KMCCWK46ENDRPKBYXEQ
+ .text          0x000000000001021e       0x16 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000001021e                sym_KM5SKFVNZKDXUQ7BDD3RZ5UCA5E3ZDVNWYJVR3Y
+ .text          0x0000000000010234       0x1c /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000010234                sym_2EA2WBXQOKCTPMK7YNDR6QM6MTGHJCDTPZEXNNA
+ .text          0x0000000000010250        0x4 /opt/ncs/nrfxlib/mpsl/fem/common/lib/cortex-m4/soft-float/libmpsl_fem_common.a(libmpsl_fem_common_debug_soft__obfuscated.elf)
+                0x0000000000010250                mpsl_fem_init
+ .text          0x0000000000010254       0x20 /opt/ncs/nrfxlib/mpsl/fem/common/lib/cortex-m4/soft-float/libmpsl_fem_common.a(libmpsl_fem_common_debug_soft__obfuscated.elf)
+                0x0000000000010254                sym_PX4SKXGNX25XLMGGWQM65ZRFHI6666YGHL6AYMA
+ .text          0x0000000000010274        0x6 /opt/ncs/nrfxlib/mpsl/fem/common/lib/cortex-m4/soft-float/libmpsl_fem_common.a(libmpsl_fem_common_debug_soft__obfuscated.elf)
+ .text          0x000000000001027a        0x4 /opt/ncs/nrfxlib/mpsl/fem/common/lib/cortex-m4/soft-float/libmpsl_fem_common.a(libmpsl_fem_common_debug_soft__obfuscated.elf)
+ .text          0x000000000001027e        0x6 /opt/ncs/nrfxlib/mpsl/fem/common/lib/cortex-m4/soft-float/libmpsl_fem_common.a(libmpsl_fem_common_debug_soft__obfuscated.elf)
+ .text          0x0000000000010284        0x6 /opt/ncs/nrfxlib/mpsl/fem/common/lib/cortex-m4/soft-float/libmpsl_fem_common.a(libmpsl_fem_common_debug_soft__obfuscated.elf)
+ .text          0x000000000001028a        0x2 /opt/ncs/nrfxlib/mpsl/fem/common/lib/cortex-m4/soft-float/libmpsl_fem_common.a(libmpsl_fem_common_debug_soft__obfuscated.elf)
+ .text          0x000000000001028c        0x2 /opt/ncs/nrfxlib/mpsl/fem/common/lib/cortex-m4/soft-float/libmpsl_fem_common.a(libmpsl_fem_common_debug_soft__obfuscated.elf)
+ .text          0x000000000001028e        0x4 /opt/ncs/nrfxlib/mpsl/fem/common/lib/cortex-m4/soft-float/libmpsl_fem_common.a(libmpsl_fem_common_debug_soft__obfuscated.elf)
+ .text          0x0000000000010292        0x6 /opt/ncs/nrfxlib/mpsl/fem/common/lib/cortex-m4/soft-float/libmpsl_fem_common.a(libmpsl_fem_common_debug_soft__obfuscated.elf)
+ .text          0x0000000000010298        0x4 /opt/ncs/nrfxlib/mpsl/fem/common/lib/cortex-m4/soft-float/libmpsl_fem_common.a(libmpsl_fem_common_debug_soft__obfuscated.elf)
+ .text          0x000000000001029c        0x4 /opt/ncs/nrfxlib/mpsl/fem/common/lib/cortex-m4/soft-float/libmpsl_fem_common.a(libmpsl_fem_common_debug_soft__obfuscated.elf)
+ .text          0x00000000000102a0        0x6 /opt/ncs/nrfxlib/mpsl/fem/common/lib/cortex-m4/soft-float/libmpsl_fem_common.a(libmpsl_fem_common_debug_soft__obfuscated.elf)
+ .text          0x00000000000102a6        0x6 /opt/ncs/nrfxlib/mpsl/fem/common/lib/cortex-m4/soft-float/libmpsl_fem_common.a(libmpsl_fem_common_debug_soft__obfuscated.elf)
+ .text          0x00000000000102ac        0x4 /opt/ncs/nrfxlib/mpsl/fem/common/lib/cortex-m4/soft-float/libmpsl_fem_common.a(libmpsl_fem_common_debug_soft__obfuscated.elf)
+ .text          0x00000000000102b0        0x6 /opt/ncs/nrfxlib/mpsl/fem/common/lib/cortex-m4/soft-float/libmpsl_fem_common.a(libmpsl_fem_common_debug_soft__obfuscated.elf)
+ .text          0x00000000000102b6        0x6 /opt/ncs/nrfxlib/mpsl/fem/common/lib/cortex-m4/soft-float/libmpsl_fem_common.a(libmpsl_fem_common_debug_soft__obfuscated.elf)
+ .text          0x00000000000102bc        0x6 /opt/ncs/nrfxlib/mpsl/fem/common/lib/cortex-m4/soft-float/libmpsl_fem_common.a(libmpsl_fem_common_debug_soft__obfuscated.elf)
+ .text          0x00000000000102c2       0x34 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x00000000000102f6       0x2e /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x0000000000010324       0xee /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x0000000000010412      0x210 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x0000000000010622       0x22 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+                0x0000000000010622                sym_47MBMNER75N2M6YIZRIF4DAHSAATJOMK3LAIDCY
+ .text          0x0000000000010644       0x46 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+                0x0000000000010644                mpsl_timeslot_session_count_set
+ .text          0x000000000001068a       0x3c /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+                0x000000000001068a                mpsl_timeslot_session_close
+ .text          0x00000000000106c6       0xba /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+                0x00000000000106c6                mpsl_timeslot_request
+ .text          0x0000000000010780        0x4 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+                0x0000000000010780                sym_PIDJEDDM47FHOOZQXISY5YBB3CBP5VAXWPCUL2Q
+ .text          0x0000000000010784       0x12 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+                0x0000000000010784                sym_F77FUTRRLLWPYDS7BBANG2WE3C4EDMYMAPNI54A
+ .text          0x0000000000010796       0x26 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x00000000000107bc        0xa /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+                0x00000000000107bc                sym_IFJHPQV3B4EIN6OIUP3LZSPJBF5HLX2VYD323GA
+ .text          0x00000000000107c6        0xe /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+                0x00000000000107c6                sym_TIWHB6UQGI33JQCQDL7C2BRAEXCRAFYENVN6QEI
+ .text          0x00000000000107d4        0xe /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+                0x00000000000107d4                sym_AL7FCNVVCF72BNYCTLA5UGAWCQFXFPGE2ULTWOA
+ .text          0x00000000000107e2        0xe /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+                0x00000000000107e2                sym_7BUNPUBNWNFVXXIMNFFNK765OVON5LBIUZ66QRI
+ .text          0x00000000000107f0       0x20 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+                0x00000000000107f0                sym_LZEJCP3HZIBKMJQC47UQXAHGCQ52QF47EXOH2WA
+ .text          0x0000000000010810       0x1c /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+                0x0000000000010810                sym_SGRERKTYRS3O7AD2IUDRW5CT4AGUHLY2Q4A7LKY
+ .text          0x000000000001082c        0xe /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+                0x000000000001082c                sym_OLTN5HGCU3P74AJAQRGNYBUXASUKWF3RI2Q3H5Q
+ .text          0x000000000001083a        0x8 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+                0x000000000001083a                sym_YS3AHD7GWBHZEQHPIQANPGALEXB4QGY5O2DQKRY
+ .text          0x0000000000010842       0x1e /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+                0x0000000000010842                sym_AR22FPVUFSZMVYMQBBXG7EEZNA2HPS2RLAKRPBA
+ .text          0x0000000000010860       0x12 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+                0x0000000000010860                sym_OWJYSTADR5I36MIHWNPICVB7CMCWNSFIZPFXQ2Q
+ .text          0x0000000000010872        0x4 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+                0x0000000000010872                mpsl_low_priority_process
+ .text          0x0000000000010876       0x12 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+                0x0000000000010876                sym_BN6ZO2NBHRGKZ2NRQYWFBXVGKNG6Y5K55UNAWGA
+ .text          0x0000000000010888       0x12 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+                0x0000000000010888                sym_5EMXP3L6SPQSCAJKKRH62ZOKJCCSKLI3WEX2WHY
+ .text          0x000000000001089a       0x12 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+                0x000000000001089a                sym_H2QJCU2ORTYAFBAQQ2FHUYIAZO4HCXEKCQ4SS2Q
+ .text          0x00000000000108ac       0x12 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+                0x00000000000108ac                sym_SWIBDSDMHUYNCG5ZWLB52J7NETJIUBPCO5IIQFA
+ .text          0x00000000000108be       0x18 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+                0x00000000000108be                sym_QPP3IZFSWHUV4JQ6ODMIVIARPB4PQYUFESV7BRQ
+ .text          0x00000000000108d6       0x12 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+                0x00000000000108d6                sym_6PVOPWDLWTXOTRZZ7LP36TLYTLPTQHNAUQNFHEA
+ .text          0x00000000000108e8       0x12 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+                0x00000000000108e8                sym_USR4MDT6VMTQLOGKNN4MALBZ3GJPD2KOEY4HFAQ
+ .text          0x00000000000108fa       0x18 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+                0x00000000000108fa                sym_NQG4U7UYIQILZLC5ENYCA4NQMQM6PBAZC345PPA
+ .text          0x0000000000010912       0x1e /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+                0x0000000000010912                sym_YNH6KDZL2GMJ2KPUX5DEER63BRE7IOGBY3KCQAQ
+ .text          0x0000000000010930       0x1e /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+                0x0000000000010930                sym_6AONFMPWPBAZBMQ4KY5PX7QPX2FM4UPZQRFPZSQ
+ .text          0x000000000001094e        0x4 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+                0x000000000001094e                sym_PAD7XREQQORPXRJMXMW2EYVS4S43S42A5D43SBA
+ .text          0x0000000000010952        0x4 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+                0x0000000000010952                sym_PHK7RXLFFTGYQNCW3IEEUVLOAYXWQJQYEN3DT7Y
+ .text          0x0000000000010956        0xc /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x0000000000010962        0x4 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x0000000000010966        0x8 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x000000000001096e        0x4 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x0000000000010972        0x4 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ *(SORT_BY_ALIGNMENT(.text.*))
+ *fill*         0x0000000000010976        0x2 
+ .text.calculer_capacite_restante_NiMH_2_cells
+                0x0000000000010978      0x220 app/libapp.a(main.c.obj)
+                0x0000000000010978                calculer_capacite_restante_NiMH_2_cells
+ .text.main     0x0000000000010b98      0x3c4 app/libapp.a(main.c.obj)
+                0x0000000000010b98                main
+ *fill*         0x0000000000010f5c        0x4 
+ .text.lis2dh_attr_set
+                0x0000000000010f60      0x110 zephyr/drivers/sensor/st/lis2dh/libdrivers__sensor__st__lis2dh.a(lis2dh.c.obj)
+ .text._dtoa_r  0x0000000000011070      0xc5c /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-dtoa.o)
+                0x0000000000011070                _dtoa_r
+ .text.lorwan_datarate_changed
+                0x0000000000011ccc       0x30 app/libapp.a(main.c.obj)
+ .text.sensor_channel_get.constprop.0
+                0x0000000000011cfc       0x18 app/libapp.a(main.c.obj)
+ .text.dl_callback
+                0x0000000000011d14       0x74 app/libapp.a(main.c.obj)
+ .text.crc8_ccitt
+                0x0000000000011d88       0x2c zephyr/libzephyr.a(crc8_sw.c.obj)
+                0x0000000000011d88                crc8_ccitt
+ .text.cbvprintf_package
+                0x0000000000011db4      0x3a4 zephyr/libzephyr.a(cbprintf_packaged.c.obj)
+                0x0000000000011db4                cbvprintf_package
+ .text.cbprintf_package_convert
+                0x0000000000012158      0x3c0 zephyr/libzephyr.a(cbprintf_packaged.c.obj)
+                0x0000000000012158                cbprintf_package_convert
+ .text.__printk_hook_install
+                0x0000000000012518        0xc zephyr/libzephyr.a(printk.c.obj)
+                0x0000000000012518                __printk_hook_install
+ .text.vsnprintk
+                0x0000000000012524       0x2c zephyr/libzephyr.a(printk.c.obj)
+                0x0000000000012524                vsnprintk
+ .text.extract_decimal
+                0x0000000000012550       0x2c zephyr/libzephyr.a(cbprintf_complete.c.obj)
+ .text.encode_uint
+                0x000000000001257c       0x98 zephyr/libzephyr.a(cbprintf_complete.c.obj)
+ .text.z_cbvprintf_impl
+                0x0000000000012614      0x754 zephyr/libzephyr.a(cbprintf_complete.c.obj)
+                0x0000000000012614                z_cbvprintf_impl
+ .text.process_event
+                0x0000000000012d68      0x21c zephyr/libzephyr.a(onoff.c.obj)
+ .text.nvs_recover_last_ate
+                0x0000000000012f84       0x64 zephyr/libzephyr.a(nvs.c.obj)
+ .text.nvs_mount
+                0x0000000000012fe8      0x34c zephyr/libzephyr.a(nvs.c.obj)
+                0x0000000000012fe8                nvs_mount
+ .text.nvs_write
+                0x0000000000013334      0x1f0 zephyr/libzephyr.a(nvs.c.obj)
+                0x0000000000013334                nvs_write
+ .text.nvs_read_hist
+                0x0000000000013524       0xd0 zephyr/libzephyr.a(nvs.c.obj)
+                0x0000000000013524                nvs_read_hist
+ .text.activate_foreach_backend
+                0x00000000000135f4       0x64 zephyr/libzephyr.a(log_core.c.obj)
+ .text.enable_logger
+                0x0000000000013658       0x5c zephyr/libzephyr.a(log_core.c.obj)
+ .text.log_process_thread_timer_expiry_fn
+                0x00000000000136b4        0xc zephyr/libzephyr.a(log_core.c.obj)
+ .text.z_log_init
+                0x00000000000136c0       0x90 zephyr/libzephyr.a(log_core.c.obj)
+ .text.log_format_func_t_get
+                0x0000000000013750        0xc zephyr/libzephyr.a(log_core.c.obj)
+                0x0000000000013750                log_format_func_t_get
+ .text.log_set_timestamp_func
+                0x000000000001375c       0x20 zephyr/libzephyr.a(log_core.c.obj)
+                0x000000000001375c                log_set_timestamp_func
+ .text.z_log_notify_backend_enabled
+                0x000000000001377c       0x1c zephyr/libzephyr.a(log_core.c.obj)
+                0x000000000001377c                z_log_notify_backend_enabled
+ .text.z_log_dropped
+                0x0000000000013798       0x30 zephyr/libzephyr.a(log_core.c.obj)
+                0x0000000000013798                z_log_dropped
+ .text.z_log_dropped_read_and_clear
+                0x00000000000137c8       0x20 zephyr/libzephyr.a(log_core.c.obj)
+                0x00000000000137c8                z_log_dropped_read_and_clear
+ .text.dropped_notify
+                0x00000000000137e8       0x30 zephyr/libzephyr.a(log_core.c.obj)
+                0x00000000000137e8                dropped_notify
+ .text.z_log_msg_init
+                0x0000000000013818       0x20 zephyr/libzephyr.a(log_core.c.obj)
+                0x0000000000013818                z_log_msg_init
+ .text.log_core_init
+                0x0000000000013838       0x34 zephyr/libzephyr.a(log_core.c.obj)
+                0x0000000000013838                log_core_init
+ .text.z_log_msg_alloc
+                0x000000000001386c       0x10 zephyr/libzephyr.a(log_core.c.obj)
+                0x000000000001386c                z_log_msg_alloc
+ .text.z_log_msg_local_claim
+                0x000000000001387c        0xc zephyr/libzephyr.a(log_core.c.obj)
+                0x000000000001387c                z_log_msg_local_claim
+ .text.z_log_msg_free
+                0x0000000000013888       0x10 zephyr/libzephyr.a(log_core.c.obj)
+                0x0000000000013888                z_log_msg_free
+ .text.z_log_msg_pending
+                0x0000000000013898        0xc zephyr/libzephyr.a(log_core.c.obj)
+                0x0000000000013898                z_log_msg_pending
+ .text.z_impl_log_process
+                0x00000000000138a4       0xbc zephyr/libzephyr.a(log_core.c.obj)
+                0x00000000000138a4                z_impl_log_process
+ .text.z_impl_log_panic
+                0x0000000000013960       0x44 zephyr/libzephyr.a(log_core.c.obj)
+                0x0000000000013960                z_impl_log_panic
+ .text.log_process_thread_func
+                0x00000000000139a4       0x9c zephyr/libzephyr.a(log_core.c.obj)
+ .text.z_log_msg_post_finalize
+                0x0000000000013a40       0x78 zephyr/libzephyr.a(log_core.c.obj)
+ .text.z_log_msg_commit
+                0x0000000000013ab8       0x24 zephyr/libzephyr.a(log_core.c.obj)
+                0x0000000000013ab8                z_log_msg_commit
+ .text.log_source_name_get
+                0x0000000000013adc       0x1c zephyr/libzephyr.a(log_mgmt.c.obj)
+                0x0000000000013adc                log_source_name_get
+ .text.log_backend_enable
+                0x0000000000013af8       0x28 zephyr/libzephyr.a(log_mgmt.c.obj)
+                0x0000000000013af8                log_backend_enable
+ .text.z_impl_z_log_msg_static_create
+                0x0000000000013b20      0x108 zephyr/libzephyr.a(log_msg.c.obj)
+                0x0000000000013b20                z_impl_z_log_msg_static_create
+ .text.z_log_msg_runtime_vcreate
+                0x0000000000013c28       0x8c zephyr/libzephyr.a(log_msg.c.obj)
+                0x0000000000013c28                z_log_msg_runtime_vcreate
+ .text.log_msg_get_source_id
+                0x0000000000013cb4       0x18 zephyr/libzephyr.a(log_msg.c.obj)
+                0x0000000000013cb4                log_msg_get_source_id
+ .text.print_formatted
+                0x0000000000013ccc       0x24 zephyr/libzephyr.a(log_output.c.obj)
+ .text.newline_print
+                0x0000000000013cf0       0x1c zephyr/libzephyr.a(log_output.c.obj)
+ .text.log_output_process
+                0x0000000000013d0c      0x2dc zephyr/libzephyr.a(log_output.c.obj)
+                0x0000000000013d0c                log_output_process
+ .text.log_output_dropped_process
+                0x0000000000013fe8       0x58 zephyr/libzephyr.a(log_output.c.obj)
+                0x0000000000013fe8                log_output_dropped_process
+ .text.log_output_timestamp_freq_set
+                0x0000000000014040       0x2c zephyr/libzephyr.a(log_output.c.obj)
+                0x0000000000014040                log_output_timestamp_freq_set
+ .text.char_out
+                0x000000000001406c       0x24 zephyr/libzephyr.a(log_backend_uart.c.obj)
+ .text.flash_area_open
+                0x0000000000014090       0x50 zephyr/libzephyr.a(flash_map.c.obj)
+                0x0000000000014090                flash_area_open
+ .text.flash_area_get_sectors
+                0x00000000000140e0       0x60 zephyr/libzephyr.a(flash_map_layout.c.obj)
+                0x00000000000140e0                flash_area_get_sectors
+ .text.settings_save_one
+                0x0000000000014140       0x4c zephyr/libzephyr.a(settings_store.c.obj)
+                0x0000000000014140                settings_save_one
+ .text.settings_src_register
+                0x000000000001418c       0x1c zephyr/libzephyr.a(settings_store.c.obj)
+                0x000000000001418c                settings_src_register
+ .text.settings_dst_register
+                0x00000000000141a8        0xc zephyr/libzephyr.a(settings_store.c.obj)
+                0x00000000000141a8                settings_dst_register
+ .text.settings_load_subtree_direct
+                0x00000000000141b4       0x40 zephyr/libzephyr.a(settings_store.c.obj)
+                0x00000000000141b4                settings_load_subtree_direct
+ .text.settings_store_init
+                0x00000000000141f4       0x10 zephyr/libzephyr.a(settings_store.c.obj)
+                0x00000000000141f4                settings_store_init
+ .text.settings_init
+                0x0000000000014204       0x10 zephyr/libzephyr.a(settings.c.obj)
+                0x0000000000014204                settings_init
+ .text.settings_parse_and_lookup
+                0x0000000000014214       0x98 zephyr/libzephyr.a(settings.c.obj)
+                0x0000000000014214                settings_parse_and_lookup
+ .text.settings_call_set_handler
+                0x00000000000142ac       0xa4 zephyr/libzephyr.a(settings.c.obj)
+                0x00000000000142ac                settings_call_set_handler
+ .text.settings_subsys_init
+                0x0000000000014350       0x3c zephyr/libzephyr.a(settings_init.c.obj)
+                0x0000000000014350                settings_subsys_init
+ .text.settings_nvs_load
+                0x000000000001438c       0xbc zephyr/libzephyr.a(settings_nvs.c.obj)
+ .text.settings_backend_init
+                0x0000000000014448       0x84 zephyr/libzephyr.a(settings_nvs.c.obj)
+                0x0000000000014448                settings_backend_init
+ .text.boot_banner
+                0x00000000000144cc       0x1c zephyr/libzephyr.a(banner.c.obj)
+                0x00000000000144cc                boot_banner
+ .text.sub_bytes
+                0x00000000000144e8       0x18 zephyr/libzephyr.a(aes_encrypt.c.obj)
+ .text.tc_aes128_set_encrypt_key
+                0x0000000000014500       0xa4 zephyr/libzephyr.a(aes_encrypt.c.obj)
+                0x0000000000014500                tc_aes128_set_encrypt_key
+ .text.z_arm_fatal_error
+                0x00000000000145a4       0xb8 zephyr/arch/arch/arm/core/libarch__arm__core.a(fatal.c.obj)
+                0x00000000000145a4                z_arm_fatal_error
+ .text.z_SysNmiOnReset
+                0x000000000001465c        0x8 zephyr/arch/arch/arm/core/libarch__arm__core.a(nmi_on_reset.S.obj)
+                0x000000000001465c                z_SysNmiOnReset
+ .text._HandlerModeExit
+                0x0000000000014664       0x28 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(exc_exit.c.obj)
+                0x0000000000014664                z_arm_int_exit
+                0x0000000000014664                z_arm_exc_exit
+ .text.mem_manage_fault.constprop.0
+                0x000000000001468c       0xd0 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(fault.c.obj)
+ .text.usage_fault.constprop.0
+                0x000000000001475c       0xa8 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(fault.c.obj)
+ .text.bus_fault.constprop.0
+                0x0000000000014804       0xd0 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(fault.c.obj)
+ .text.z_arm_fault
+                0x00000000000148d4      0x1d0 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(fault.c.obj)
+                0x00000000000148d4                z_arm_fault
+ .text.z_arm_fault_init
+                0x0000000000014aa4       0x10 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(fault.c.obj)
+                0x0000000000014aa4                z_arm_fault_init
+ .text.__fault  0x0000000000014ab4       0x14 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(fault_s.S.obj)
+                0x0000000000014ab4                z_arm_exc_spurious
+                0x0000000000014ab4                z_arm_usage_fault
+                0x0000000000014ab4                z_arm_mpu_fault
+                0x0000000000014ab4                z_arm_debug_monitor
+                0x0000000000014ab4                z_arm_hard_fault
+                0x0000000000014ab4                z_arm_bus_fault
+ .text._reset_section
+                0x0000000000014ac8       0x54 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(reset.S.obj)
+                0x0000000000014ac8                __start
+                0x0000000000014ac8                z_arm_reset
+ .text.z_arm_init_arch_hw_at_boot
+                0x0000000000014b1c       0x60 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(scb.c.obj)
+                0x0000000000014b1c                z_arm_init_arch_hw_at_boot
+ .text.z_impl_k_thread_abort
+                0x0000000000014b7c       0x2c zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(thread_abort.c.obj)
+                0x0000000000014b7c                z_impl_k_thread_abort
+ .text.arch_swap
+                0x0000000000014ba8       0x30 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(swap.c.obj)
+                0x0000000000014ba8                arch_swap
+ .text.z_arm_pendsv_c
+                0x0000000000014bd8       0x34 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(swap.c.obj)
+                0x0000000000014bd8                z_arm_pendsv_c
+ .text.z_arm_pendsv
+                0x0000000000014c0c       0x34 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(swap_helper.S.obj)
+                0x0000000000014c0c                z_arm_pendsv
+ .text.z_arm_svc
+                0x0000000000014c40       0x20 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(swap_helper.S.obj)
+                0x0000000000014c40                z_arm_svc
+ .text.arch_irq_enable
+                0x0000000000014c60       0x1c zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(irq_manage.c.obj)
+                0x0000000000014c60                arch_irq_enable
+ .text.arch_irq_disable
+                0x0000000000014c7c       0x28 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(irq_manage.c.obj)
+                0x0000000000014c7c                arch_irq_disable
+ .text.arch_irq_is_enabled
+                0x0000000000014ca4       0x1c zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(irq_manage.c.obj)
+                0x0000000000014ca4                arch_irq_is_enabled
+ .text.z_arm_irq_priority_set
+                0x0000000000014cc0       0x34 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(irq_manage.c.obj)
+                0x0000000000014cc0                z_arm_irq_priority_set
+ .text.z_prep_c
+                0x0000000000014cf4       0x38 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(prep_c.c.obj)
+                0x0000000000014cf4                z_prep_c
+ .text.arch_new_thread
+                0x0000000000014d2c       0x38 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(thread.c.obj)
+                0x0000000000014d2c                arch_new_thread
+ .text.arch_switch_to_main_thread
+                0x0000000000014d64       0x34 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(thread.c.obj)
+                0x0000000000014d64                arch_switch_to_main_thread
+ .text.z_arm_cpu_idle_init
+                0x0000000000014d98        0xc zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(cpu_idle.c.obj)
+                0x0000000000014d98                z_arm_cpu_idle_init
+ .text.z_arm_interrupt_init
+                0x0000000000014da4       0x18 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(irq_init.c.obj)
+                0x0000000000014da4                z_arm_interrupt_init
+ .text._isr_wrapper
+                0x0000000000014dbc       0x24 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(isr_wrapper.c.obj)
+                0x0000000000014dbc                _isr_wrapper
+ .text.__stdout_hook_install
+                0x0000000000014de0        0xc zephyr/lib/libc/newlib/liblib__libc__newlib.a(libc-hooks.c.obj)
+                0x0000000000014de0                __stdout_hook_install
+ .text.z_impl_zephyr_read_stdin
+                0x0000000000014dec       0x28 zephyr/lib/libc/newlib/liblib__libc__newlib.a(libc-hooks.c.obj)
+                0x0000000000014dec                z_impl_zephyr_read_stdin
+ .text.z_impl_zephyr_write_stdout
+                0x0000000000014e14       0x30 zephyr/lib/libc/newlib/liblib__libc__newlib.a(libc-hooks.c.obj)
+                0x0000000000014e14                z_impl_zephyr_write_stdout
+ .text._sbrk    0x0000000000014e44       0x28 zephyr/lib/libc/newlib/liblib__libc__newlib.a(libc-hooks.c.obj)
+                0x0000000000014e44                sbrk
+                0x0000000000014e44                _sbrk
+ .text.abort    0x0000000000014e6c       0x1c zephyr/lib/libc/common/liblib__libc__common.a(abort.c.obj)
+                0x0000000000014e6c                abort
+ .text.nordicsemi_nrf52_init
+                0x0000000000014e88       0x10 zephyr/soc/soc/nrf52833/libsoc__nordic.a(soc.c.obj)
+ .text.arch_busy_wait
+                0x0000000000014e98       0x14 zephyr/soc/soc/nrf52833/libsoc__nordic.a(soc.c.obj)
+                0x0000000000014e98                arch_busy_wait
+ .text.get_battery_level
+                0x0000000000014eac       0x10 zephyr/subsys/lorawan/libloramac-node.a(lorawan.c.obj)
+ .text.lorawan_init
+                0x0000000000014ebc       0x54 zephyr/subsys/lorawan/libloramac-node.a(lorawan.c.obj)
+ .text.datarate_observe
+                0x0000000000014f10       0x4c zephyr/subsys/lorawan/libloramac-node.a(lorawan.c.obj)
+ .text.mcps_indication_handler
+                0x0000000000014f5c       0xa0 zephyr/subsys/lorawan/libloramac-node.a(lorawan.c.obj)
+ .text.mcps_confirm_handler
+                0x0000000000014ffc       0x68 zephyr/subsys/lorawan/libloramac-node.a(lorawan.c.obj)
+ .text.mlme_confirm_handler
+                0x0000000000015064       0x90 zephyr/subsys/lorawan/libloramac-node.a(lorawan.c.obj)
+ .text.lorawan_set_region
+                0x00000000000150f4       0x38 zephyr/subsys/lorawan/libloramac-node.a(lorawan.c.obj)
+                0x00000000000150f4                lorawan_set_region
+ .text.lorawan_join
+                0x000000000001512c      0x1c8 zephyr/subsys/lorawan/libloramac-node.a(lorawan.c.obj)
+                0x000000000001512c                lorawan_join
+ .text.lorawan_set_datarate
+                0x00000000000152f4       0x40 zephyr/subsys/lorawan/libloramac-node.a(lorawan.c.obj)
+                0x00000000000152f4                lorawan_set_datarate
+ .text.lorawan_send
+                0x0000000000015334      0x114 zephyr/subsys/lorawan/libloramac-node.a(lorawan.c.obj)
+                0x0000000000015334                lorawan_send
+ .text.lorawan_register_downlink_callback
+                0x0000000000015448       0x20 zephyr/subsys/lorawan/libloramac-node.a(lorawan.c.obj)
+                0x0000000000015448                lorawan_register_downlink_callback
+ .text.lorawan_register_dr_changed_callback
+                0x0000000000015468        0xc zephyr/subsys/lorawan/libloramac-node.a(lorawan.c.obj)
+                0x0000000000015468                lorawan_register_dr_changed_callback
+ .text.lorawan_start
+                0x0000000000015474       0xb4 zephyr/subsys/lorawan/libloramac-node.a(lorawan.c.obj)
+                0x0000000000015474                lorawan_start
+ .text.lorawan_status2str
+                0x0000000000015528       0x18 zephyr/subsys/lorawan/libloramac-node.a(lw_priv.c.obj)
+                0x0000000000015528                lorawan_status2str
+ .text.lorawan_eventinfo2str
+                0x0000000000015540       0x18 zephyr/subsys/lorawan/libloramac-node.a(lw_priv.c.obj)
+                0x0000000000015540                lorawan_eventinfo2str
+ .text.lorawan_status2errno
+                0x0000000000015558       0x24 zephyr/subsys/lorawan/libloramac-node.a(lw_priv.c.obj)
+                0x0000000000015558                lorawan_status2errno
+ .text.lorawan_eventinfo2errno
+                0x000000000001557c       0x24 zephyr/subsys/lorawan/libloramac-node.a(lw_priv.c.obj)
+                0x000000000001557c                lorawan_eventinfo2errno
+ .text.on_setting_loaded
+                0x00000000000155a0      0x128 zephyr/subsys/lorawan/libloramac-node.a(lorawan_nvm_settings.c.obj)
+ .text.lorawan_nvm_data_mgmt_event
+                0x00000000000156c8       0x90 zephyr/subsys/lorawan/libloramac-node.a(lorawan_nvm_settings.c.obj)
+                0x00000000000156c8                lorawan_nvm_data_mgmt_event
+ .text.lorawan_nvm_data_restore
+                0x0000000000015758       0x78 zephyr/subsys/lorawan/libloramac-node.a(lorawan_nvm_settings.c.obj)
+                0x0000000000015758                lorawan_nvm_data_restore
+ .text.timer_callback
+                0x00000000000157d0        0xc zephyr/subsys/lorawan/libloramac-node.a(hal_common.c.obj)
+ .text.RtcBkupWrite
+                0x00000000000157dc        0xc zephyr/subsys/lorawan/libloramac-node.a(hal_common.c.obj)
+                0x00000000000157dc                RtcBkupWrite
+ .text.RtcBkupRead
+                0x00000000000157e8       0x10 zephyr/subsys/lorawan/libloramac-node.a(hal_common.c.obj)
+                0x00000000000157e8                RtcBkupRead
+ .text.RtcGetTimerElapsedTime
+                0x00000000000157f8       0x14 zephyr/subsys/lorawan/libloramac-node.a(hal_common.c.obj)
+                0x00000000000157f8                RtcGetTimerElapsedTime
+ .text.RtcStopAlarm
+                0x000000000001580c        0xc zephyr/subsys/lorawan/libloramac-node.a(hal_common.c.obj)
+                0x000000000001580c                RtcStopAlarm
+ .text.RtcSetAlarm
+                0x0000000000015818       0x34 zephyr/subsys/lorawan/libloramac-node.a(hal_common.c.obj)
+                0x0000000000015818                RtcSetAlarm
+ .text.RtcSetTimerContext
+                0x000000000001584c       0x10 zephyr/subsys/lorawan/libloramac-node.a(hal_common.c.obj)
+                0x000000000001584c                RtcSetTimerContext
+ .text.RtcGetTimerContext
+                0x000000000001585c        0xc zephyr/subsys/lorawan/libloramac-node.a(hal_common.c.obj)
+                0x000000000001585c                RtcGetTimerContext
+ .text.sx12xx_ev_rx_done
+                0x0000000000015868       0xac zephyr/subsys/lorawan/libloramac-node.a(sx12xx_common.c.obj)
+ .text.modem_release.constprop.0
+                0x0000000000015914       0x54 zephyr/subsys/lorawan/libloramac-node.a(sx12xx_common.c.obj)
+ .text.sx12xx_ev_tx_done
+                0x0000000000015968       0x20 zephyr/subsys/lorawan/libloramac-node.a(sx12xx_common.c.obj)
+ .text.__sx12xx_configure_pin
+                0x0000000000015988       0xd0 zephyr/subsys/lorawan/libloramac-node.a(sx12xx_common.c.obj)
+                0x0000000000015988                __sx12xx_configure_pin
+ .text.sx12xx_lora_send_async
+                0x0000000000015a58       0x4c zephyr/subsys/lorawan/libloramac-node.a(sx12xx_common.c.obj)
+                0x0000000000015a58                sx12xx_lora_send_async
+ .text.sx12xx_lora_send
+                0x0000000000015aa4       0xcc zephyr/subsys/lorawan/libloramac-node.a(sx12xx_common.c.obj)
+                0x0000000000015aa4                sx12xx_lora_send
+ .text.sx12xx_lora_recv
+                0x0000000000015b70       0xbc zephyr/subsys/lorawan/libloramac-node.a(sx12xx_common.c.obj)
+                0x0000000000015b70                sx12xx_lora_recv
+ .text.sx12xx_lora_recv_async
+                0x0000000000015c2c       0x54 zephyr/subsys/lorawan/libloramac-node.a(sx12xx_common.c.obj)
+                0x0000000000015c2c                sx12xx_lora_recv_async
+ .text.sx12xx_lora_config
+                0x0000000000015c80       0xbc zephyr/subsys/lorawan/libloramac-node.a(sx12xx_common.c.obj)
+                0x0000000000015c80                sx12xx_lora_config
+ .text.sx12xx_lora_test_cw
+                0x0000000000015d3c       0x40 zephyr/subsys/lorawan/libloramac-node.a(sx12xx_common.c.obj)
+                0x0000000000015d3c                sx12xx_lora_test_cw
+ .text.sx12xx_init
+                0x0000000000015d7c       0x58 zephyr/subsys/lorawan/libloramac-node.a(sx12xx_common.c.obj)
+                0x0000000000015d7c                sx12xx_init
+ .text.sx127x_dio_work_handle
+                0x0000000000015dd4       0x18 zephyr/subsys/lorawan/libloramac-node.a(sx127x.c.obj)
+ .text.sx127x_irq_callback
+                0x0000000000015dec       0x20 zephyr/subsys/lorawan/libloramac-node.a(sx127x.c.obj)
+ .text.SX1276ReadBuffer.part.0
+                0x0000000000015e0c       0x14 zephyr/subsys/lorawan/libloramac-node.a(sx127x.c.obj)
+ .text.gpio_pin_set_dt.constprop.0.isra.0
+                0x0000000000015e20       0x28 zephyr/subsys/lorawan/libloramac-node.a(sx127x.c.obj)
+ .text.SX1276WriteBuffer.part.0
+                0x0000000000015e48       0x14 zephyr/subsys/lorawan/libloramac-node.a(sx127x.c.obj)
+ .text.SX1276IoIrqInit
+                0x0000000000015e5c       0xcc zephyr/subsys/lorawan/libloramac-node.a(sx127x.c.obj)
+                0x0000000000015e5c                SX1276IoIrqInit
+ .text.sx127x_read
+                0x0000000000015f28       0x3c zephyr/subsys/lorawan/libloramac-node.a(sx127x.c.obj)
+                0x0000000000015f28                sx127x_read
+ .text.sx127x_lora_init.part.0
+                0x0000000000015f64       0x7c zephyr/subsys/lorawan/libloramac-node.a(sx127x.c.obj)
+ .text.sx127x_lora_init
+                0x0000000000015fe0       0x50 zephyr/subsys/lorawan/libloramac-node.a(sx127x.c.obj)
+ .text.sx127x_write
+                0x0000000000016030       0x3c zephyr/subsys/lorawan/libloramac-node.a(sx127x.c.obj)
+                0x0000000000016030                sx127x_write
+ .text.SX1276SetRfTxPower
+                0x000000000001606c       0xa4 zephyr/subsys/lorawan/libloramac-node.a(sx127x.c.obj)
+                0x000000000001606c                SX1276SetRfTxPower
+ .text.rand1    0x0000000000016110       0x28 zephyr/subsys/lorawan/libloramac-node.a(utilities.c.obj)
+                0x0000000000016110                rand1
+ .text.srand1   0x0000000000016138        0xc zephyr/subsys/lorawan/libloramac-node.a(utilities.c.obj)
+                0x0000000000016138                srand1
+ .text.Crc32    0x0000000000016144       0x34 zephyr/subsys/lorawan/libloramac-node.a(utilities.c.obj)
+                0x0000000000016144                Crc32
+ .text.TimerInsertNewHeadTimer
+                0x0000000000016178       0x18 zephyr/subsys/lorawan/libloramac-node.a(timer.c.obj)
+ .text.TimerStart
+                0x0000000000016190       0x70 zephyr/subsys/lorawan/libloramac-node.a(timer.c.obj)
+                0x0000000000016190                TimerStart
+ .text.TimerIrqHandler
+                0x0000000000016200       0x7c zephyr/subsys/lorawan/libloramac-node.a(timer.c.obj)
+                0x0000000000016200                TimerIrqHandler
+ .text.TimerStop
+                0x000000000001627c       0x54 zephyr/subsys/lorawan/libloramac-node.a(timer.c.obj)
+                0x000000000001627c                TimerStop
+ .text.GetFskBandwidthRegValue
+                0x00000000000162d0       0x2c zephyr/subsys/lorawan/libloramac-node.a(sx1276.c.obj)
+ .text.SX1276OnDio4Irq
+                0x00000000000162fc       0x1c zephyr/subsys/lorawan/libloramac-node.a(sx1276.c.obj)
+ .text.SX1276GetStatus
+                0x0000000000016318        0xc zephyr/subsys/lorawan/libloramac-node.a(sx1276.c.obj)
+                0x0000000000016318                SX1276GetStatus
+ .text.SX1276GetTimeOnAir
+                0x0000000000016324       0xdc zephyr/subsys/lorawan/libloramac-node.a(sx1276.c.obj)
+                0x0000000000016324                SX1276GetTimeOnAir
+ .text.SX1276SetChannel
+                0x0000000000016400       0x48 zephyr/subsys/lorawan/libloramac-node.a(sx1276.c.obj)
+                0x0000000000016400                SX1276SetChannel
+ .text.SX1276OnDio3Irq
+                0x0000000000016448       0x50 zephyr/subsys/lorawan/libloramac-node.a(sx1276.c.obj)
+ .text.SX1276OnDio2Irq
+                0x0000000000016498       0xd4 zephyr/subsys/lorawan/libloramac-node.a(sx1276.c.obj)
+ .text.SX1276OnDio1Irq
+                0x000000000001656c      0x118 zephyr/subsys/lorawan/libloramac-node.a(sx1276.c.obj)
+ .text.SX1276OnDio0Irq
+                0x0000000000016684      0x260 zephyr/subsys/lorawan/libloramac-node.a(sx1276.c.obj)
+ .text.RxChainCalibration
+                0x00000000000168e4       0x94 zephyr/subsys/lorawan/libloramac-node.a(sx1276.c.obj)
+ .text.SX1276SetSleep
+                0x0000000000016978       0x3c zephyr/subsys/lorawan/libloramac-node.a(sx1276.c.obj)
+                0x0000000000016978                SX1276SetSleep
+ .text.SX1276SetStby
+                0x00000000000169b4       0x34 zephyr/subsys/lorawan/libloramac-node.a(sx1276.c.obj)
+                0x00000000000169b4                SX1276SetStby
+ .text.SX1276Send
+                0x00000000000169e8      0x194 zephyr/subsys/lorawan/libloramac-node.a(sx1276.c.obj)
+                0x00000000000169e8                SX1276Send
+ .text.SX1276SetRx
+                0x0000000000016b7c      0x220 zephyr/subsys/lorawan/libloramac-node.a(sx1276.c.obj)
+                0x0000000000016b7c                SX1276SetRx
+ .text.SX1276ReadRssi
+                0x0000000000016d9c       0x48 zephyr/subsys/lorawan/libloramac-node.a(sx1276.c.obj)
+                0x0000000000016d9c                SX1276ReadRssi
+ .text.SX1276SetModem
+                0x0000000000016de4       0x74 zephyr/subsys/lorawan/libloramac-node.a(sx1276.c.obj)
+                0x0000000000016de4                SX1276SetModem
+ .text.SX1276Init
+                0x0000000000016e58       0x80 zephyr/subsys/lorawan/libloramac-node.a(sx1276.c.obj)
+                0x0000000000016e58                SX1276Init
+ .text.SX1276SetRxConfig
+                0x0000000000016ed8      0x2a8 zephyr/subsys/lorawan/libloramac-node.a(sx1276.c.obj)
+                0x0000000000016ed8                SX1276SetRxConfig
+ .text.SX1276SetTxConfig
+                0x0000000000017180      0x23c zephyr/subsys/lorawan/libloramac-node.a(sx1276.c.obj)
+                0x0000000000017180                SX1276SetTxConfig
+ .text.SX1276SetTxContinuousWave
+                0x00000000000173bc       0x84 zephyr/subsys/lorawan/libloramac-node.a(sx1276.c.obj)
+                0x00000000000173bc                SX1276SetTxContinuousWave
+ .text.SX1276SetMaxPayloadLength
+                0x0000000000017440       0x34 zephyr/subsys/lorawan/libloramac-node.a(sx1276.c.obj)
+                0x0000000000017440                SX1276SetMaxPayloadLength
+ .text.SX1276SetPublicNetwork
+                0x0000000000017474       0x28 zephyr/subsys/lorawan/libloramac-node.a(sx1276.c.obj)
+                0x0000000000017474                SX1276SetPublicNetwork
+ .text.SX1276OnTimeoutIrq
+                0x000000000001749c       0xc8 zephyr/subsys/lorawan/libloramac-node.a(sx1276.c.obj)
+ .text.aes_set_key
+                0x0000000000017564      0x104 zephyr/subsys/lorawan/libloramac-node.a(aes.c.obj)
+                0x0000000000017564                aes_set_key
+ .text.aes_encrypt
+                0x0000000000017668      0x2cc zephyr/subsys/lorawan/libloramac-node.a(aes.c.obj)
+                0x0000000000017668                aes_encrypt
+ .text.ComputeCmac
+                0x0000000000017934       0x80 zephyr/subsys/lorawan/libloramac-node.a(soft-se.c.obj)
+ .text.SecureElementInit
+                0x00000000000179b4       0xc0 zephyr/subsys/lorawan/libloramac-node.a(soft-se.c.obj)
+                0x00000000000179b4                SecureElementInit
+ .text.SecureElementAesEncrypt
+                0x0000000000017a74       0x7c zephyr/subsys/lorawan/libloramac-node.a(soft-se.c.obj)
+                0x0000000000017a74                SecureElementAesEncrypt
+ .text.SecureElementSetKey.part.0
+                0x0000000000017af0       0x7c zephyr/subsys/lorawan/libloramac-node.a(soft-se.c.obj)
+ .text.SecureElementSetDevEui
+                0x0000000000017b6c       0x1c zephyr/subsys/lorawan/libloramac-node.a(soft-se.c.obj)
+                0x0000000000017b6c                SecureElementSetDevEui
+ .text.SecureElementGetDevEui
+                0x0000000000017b88        0xc zephyr/subsys/lorawan/libloramac-node.a(soft-se.c.obj)
+                0x0000000000017b88                SecureElementGetDevEui
+ .text.SecureElementSetJoinEui
+                0x0000000000017b94       0x20 zephyr/subsys/lorawan/libloramac-node.a(soft-se.c.obj)
+                0x0000000000017b94                SecureElementSetJoinEui
+ .text.SecureElementGetJoinEui
+                0x0000000000017bb4        0xc zephyr/subsys/lorawan/libloramac-node.a(soft-se.c.obj)
+                0x0000000000017bb4                SecureElementGetJoinEui
+ .text.SecureElementSetPin
+                0x0000000000017bc0       0x20 zephyr/subsys/lorawan/libloramac-node.a(soft-se.c.obj)
+                0x0000000000017bc0                SecureElementSetPin
+ .text.SecureElementGetPin
+                0x0000000000017be0        0xc zephyr/subsys/lorawan/libloramac-node.a(soft-se.c.obj)
+                0x0000000000017be0                SecureElementGetPin
+ .text.UpdateRxSlotIdleState
+                0x0000000000017bec       0x1c zephyr/subsys/lorawan/libloramac-node.a(LoRaMac.c.obj)
+ .text.OnMacProcessNotify
+                0x0000000000017c08       0x14 zephyr/subsys/lorawan/libloramac-node.a(LoRaMac.c.obj)
+ .text.OnRadioRxTimeout
+                0x0000000000017c1c       0x14 zephyr/subsys/lorawan/libloramac-node.a(LoRaMac.c.obj)
+ .text.OnRadioTxTimeout
+                0x0000000000017c30       0x14 zephyr/subsys/lorawan/libloramac-node.a(LoRaMac.c.obj)
+ .text.OnRadioRxError
+                0x0000000000017c44       0x14 zephyr/subsys/lorawan/libloramac-node.a(LoRaMac.c.obj)
+ .text.OnAbpJoinPendingTimerEvent
+                0x0000000000017c58       0x24 zephyr/subsys/lorawan/libloramac-node.a(LoRaMac.c.obj)
+ .text.OnRadioRxDone
+                0x0000000000017c7c       0x3c zephyr/subsys/lorawan/libloramac-node.a(LoRaMac.c.obj)
+ .text.GetMaxAppPayloadWithoutFOptsLength
+                0x0000000000017cb8       0x2c zephyr/subsys/lorawan/libloramac-node.a(LoRaMac.c.obj)
+ .text.OnForceRejoinReqCycleTimerEvent
+                0x0000000000017ce4       0x64 zephyr/subsys/lorawan/libloramac-node.a(LoRaMac.c.obj)
+ .text.OnRetransmitTimeoutTimerEvent
+                0x0000000000017d48       0x28 zephyr/subsys/lorawan/libloramac-node.a(LoRaMac.c.obj)
+ .text.PrepareRxDoneAbort
+                0x0000000000017d70       0x38 zephyr/subsys/lorawan/libloramac-node.a(LoRaMac.c.obj)
+ .text.ResetMacParameters
+                0x0000000000017da8      0x15c zephyr/subsys/lorawan/libloramac-node.a(LoRaMac.c.obj)
+ .text.OnRadioTxDone
+                0x0000000000017f04       0x3c zephyr/subsys/lorawan/libloramac-node.a(LoRaMac.c.obj)
+ .text.HandleRadioRxErrorTimeout
+                0x0000000000017f40       0xcc zephyr/subsys/lorawan/libloramac-node.a(LoRaMac.c.obj)
+ .text.OpenContinuousRxCWindow
+                0x000000000001800c       0x58 zephyr/subsys/lorawan/libloramac-node.a(LoRaMac.c.obj)
+ .text.SwitchClass
+                0x0000000000018064      0x100 zephyr/subsys/lorawan/libloramac-node.a(LoRaMac.c.obj)
+ .text.RxWindowSetup.constprop.0
+                0x0000000000018164       0x40 zephyr/subsys/lorawan/libloramac-node.a(LoRaMac.c.obj)
+ .text.OnRxWindow1TimerEvent
+                0x00000000000181a4       0x44 zephyr/subsys/lorawan/libloramac-node.a(LoRaMac.c.obj)
+ .text.OnRxWindow2TimerEvent
+                0x00000000000181e8       0x4c zephyr/subsys/lorawan/libloramac-node.a(LoRaMac.c.obj)
+ .text.ProcessMacCommands.constprop.0
+                0x0000000000018234      0x6ec zephyr/subsys/lorawan/libloramac-node.a(LoRaMac.c.obj)
+ .text.StopRetransmission.isra.0
+                0x0000000000018920       0x90 zephyr/subsys/lorawan/libloramac-node.a(LoRaMac.c.obj)
+ .text.OnRejoin1CycleTimerEvent
+                0x00000000000189b0       0x50 zephyr/subsys/lorawan/libloramac-node.a(LoRaMac.c.obj)
+ .text.OnRejoin0CycleTimerEvent
+                0x0000000000018a00       0x50 zephyr/subsys/lorawan/libloramac-node.a(LoRaMac.c.obj)
+ .text.LoRaMacIsBusy
+                0x0000000000018a50       0x30 zephyr/subsys/lorawan/libloramac-node.a(LoRaMac.c.obj)
+                0x0000000000018a50                LoRaMacIsBusy
+ .text.PrepareFrame
+                0x0000000000018a80      0x14c zephyr/subsys/lorawan/libloramac-node.a(LoRaMac.c.obj)
+                0x0000000000018a80                PrepareFrame
+ .text.SendFrameOnChannel
+                0x0000000000018bcc      0x144 zephyr/subsys/lorawan/libloramac-node.a(LoRaMac.c.obj)
+                0x0000000000018bcc                SendFrameOnChannel
+ .text.ScheduleTx
+                0x0000000000018d10      0x1f8 zephyr/subsys/lorawan/libloramac-node.a(LoRaMac.c.obj)
+ .text.OnTxDelayedTimerEvent
+                0x0000000000018f08       0x70 zephyr/subsys/lorawan/libloramac-node.a(LoRaMac.c.obj)
+ .text.Send     0x0000000000018f78       0xfc zephyr/subsys/lorawan/libloramac-node.a(LoRaMac.c.obj)
+                0x0000000000018f78                Send
+ .text.SendReJoinReq
+                0x0000000000019074      0x108 zephyr/subsys/lorawan/libloramac-node.a(LoRaMac.c.obj)
+                0x0000000000019074                SendReJoinReq
+ .text.SetTxContinuousWave
+                0x000000000001917c       0x2c zephyr/subsys/lorawan/libloramac-node.a(LoRaMac.c.obj)
+                0x000000000001917c                SetTxContinuousWave
+ .text.LoRaMacInitialization
+                0x00000000000191a8      0x380 zephyr/subsys/lorawan/libloramac-node.a(LoRaMac.c.obj)
+                0x00000000000191a8                LoRaMacInitialization
+ .text.LoRaMacStart
+                0x0000000000019528       0x14 zephyr/subsys/lorawan/libloramac-node.a(LoRaMac.c.obj)
+                0x0000000000019528                LoRaMacStart
+ .text.LoRaMacQueryTxPossible
+                0x000000000001953c       0xc4 zephyr/subsys/lorawan/libloramac-node.a(LoRaMac.c.obj)
+                0x000000000001953c                LoRaMacQueryTxPossible
+ .text.LoRaMacMibGetRequestConfirm
+                0x0000000000019600      0x230 zephyr/subsys/lorawan/libloramac-node.a(LoRaMac.c.obj)
+                0x0000000000019600                LoRaMacMibGetRequestConfirm
+ .text.LoRaMacMibSetRequestConfirm
+                0x0000000000019830      0x648 zephyr/subsys/lorawan/libloramac-node.a(LoRaMac.c.obj)
+                0x0000000000019830                LoRaMacMibSetRequestConfirm
+ .text.LoRaMacMlmeRequest
+                0x0000000000019e78      0x228 zephyr/subsys/lorawan/libloramac-node.a(LoRaMac.c.obj)
+                0x0000000000019e78                LoRaMacMlmeRequest
+ .text.LoRaMacProcess
+                0x000000000001a0a0      0xb9c zephyr/subsys/lorawan/libloramac-node.a(LoRaMac.c.obj)
+                0x000000000001a0a0                LoRaMacProcess
+ .text.LoRaMacMcpsRequest
+                0x000000000001ac3c      0x1a4 zephyr/subsys/lorawan/libloramac-node.a(LoRaMac.c.obj)
+                0x000000000001ac3c                LoRaMacMcpsRequest
+ .text.IsSticky
+                0x000000000001ade0       0x20 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacCommands.c.obj)
+ .text.LoRaMacCommandsInit
+                0x000000000001ae00       0x1c zephyr/subsys/lorawan/libloramac-node.a(LoRaMacCommands.c.obj)
+                0x000000000001ae00                LoRaMacCommandsInit
+ .text.LoRaMacCommandsAddCmd
+                0x000000000001ae1c       0x9c zephyr/subsys/lorawan/libloramac-node.a(LoRaMacCommands.c.obj)
+                0x000000000001ae1c                LoRaMacCommandsAddCmd
+ .text.LoRaMacCommandsRemoveCmd
+                0x000000000001aeb8       0x5c zephyr/subsys/lorawan/libloramac-node.a(LoRaMacCommands.c.obj)
+                0x000000000001aeb8                LoRaMacCommandsRemoveCmd
+ .text.LoRaMacCommandsGetCmd
+                0x000000000001af14       0x1c zephyr/subsys/lorawan/libloramac-node.a(LoRaMacCommands.c.obj)
+                0x000000000001af14                LoRaMacCommandsGetCmd
+ .text.LoRaMacCommandsRemoveNoneStickyCmds
+                0x000000000001af30       0x1c zephyr/subsys/lorawan/libloramac-node.a(LoRaMacCommands.c.obj)
+                0x000000000001af30                LoRaMacCommandsRemoveNoneStickyCmds
+ .text.LoRaMacCommandsRemoveStickyAnsCmds
+                0x000000000001af4c       0x3c zephyr/subsys/lorawan/libloramac-node.a(LoRaMacCommands.c.obj)
+                0x000000000001af4c                LoRaMacCommandsRemoveStickyAnsCmds
+ .text.LoRaMacCommandsGetSizeSerializedCmds
+                0x000000000001af88       0x18 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacCommands.c.obj)
+                0x000000000001af88                LoRaMacCommandsGetSizeSerializedCmds
+ .text.LoRaMacCommandsSerializeCmds
+                0x000000000001afa0       0x68 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacCommands.c.obj)
+                0x000000000001afa0                LoRaMacCommandsSerializeCmds
+ .text.LoRaMacCommandsGetCmdSize
+                0x000000000001b008       0x14 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacCommands.c.obj)
+                0x000000000001b008                LoRaMacCommandsGetCmdSize
+ .text.GetElement.constprop.0
+                0x000000000001b01c       0x34 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacConfirmQueue.c.obj)
+ .text.LoRaMacConfirmQueueInit
+                0x000000000001b050       0x28 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacConfirmQueue.c.obj)
+                0x000000000001b050                LoRaMacConfirmQueueInit
+ .text.LoRaMacConfirmQueueAdd
+                0x000000000001b078       0x4c zephyr/subsys/lorawan/libloramac-node.a(LoRaMacConfirmQueue.c.obj)
+                0x000000000001b078                LoRaMacConfirmQueueAdd
+ .text.LoRaMacConfirmQueueRemoveFirst
+                0x000000000001b0c4       0x2c zephyr/subsys/lorawan/libloramac-node.a(LoRaMacConfirmQueue.c.obj)
+                0x000000000001b0c4                LoRaMacConfirmQueueRemoveFirst
+ .text.LoRaMacConfirmQueueSetStatus
+                0x000000000001b0f0       0x24 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacConfirmQueue.c.obj)
+                0x000000000001b0f0                LoRaMacConfirmQueueSetStatus
+ .text.LoRaMacConfirmQueueSetStatusCmn
+                0x000000000001b114       0x34 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacConfirmQueue.c.obj)
+                0x000000000001b114                LoRaMacConfirmQueueSetStatusCmn
+ .text.LoRaMacConfirmQueueIsCmdActive
+                0x000000000001b148       0x18 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacConfirmQueue.c.obj)
+                0x000000000001b148                LoRaMacConfirmQueueIsCmdActive
+ .text.LoRaMacConfirmQueueHandleCb
+                0x000000000001b160       0x68 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacConfirmQueue.c.obj)
+                0x000000000001b160                LoRaMacConfirmQueueHandleCb
+ .text.LoRaMacConfirmQueueGetCnt
+                0x000000000001b1c8        0xc zephyr/subsys/lorawan/libloramac-node.a(LoRaMacConfirmQueue.c.obj)
+                0x000000000001b1c8                LoRaMacConfirmQueueGetCnt
+ .text.LoRaMacConfirmQueueIsFull
+                0x000000000001b1d4       0x14 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacConfirmQueue.c.obj)
+                0x000000000001b1d4                LoRaMacConfirmQueueIsFull
+ .text.FOptsEncrypt
+                0x000000000001b1e8       0xbc zephyr/subsys/lorawan/libloramac-node.a(LoRaMacCrypto.c.obj)
+ .text.GetLastFcntDown.constprop.0
+                0x000000000001b2a4       0x58 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacCrypto.c.obj)
+ .text.VerifyCmacB0.constprop.0
+                0x000000000001b2fc       0xbc zephyr/subsys/lorawan/libloramac-node.a(LoRaMacCrypto.c.obj)
+ .text.LoRaMacCryptoInit
+                0x000000000001b3b8       0x3c zephyr/subsys/lorawan/libloramac-node.a(LoRaMacCrypto.c.obj)
+                0x000000000001b3b8                LoRaMacCryptoInit
+ .text.LoRaMacCryptoSetLrWanVersion
+                0x000000000001b3f4       0x10 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacCrypto.c.obj)
+                0x000000000001b3f4                LoRaMacCryptoSetLrWanVersion
+ .text.LoRaMacCryptoGetFCntUp
+                0x000000000001b404       0x18 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacCrypto.c.obj)
+                0x000000000001b404                LoRaMacCryptoGetFCntUp
+ .text.LoRaMacCryptoGetRJcount
+                0x000000000001b41c       0x30 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacCrypto.c.obj)
+                0x000000000001b41c                LoRaMacCryptoGetRJcount
+ .text.LoRaMacCryptoSetMulticastReference
+                0x000000000001b44c       0x2c zephyr/subsys/lorawan/libloramac-node.a(LoRaMacCrypto.c.obj)
+                0x000000000001b44c                LoRaMacCryptoSetMulticastReference
+ .text.LoRaMacCryptoPrepareJoinRequest
+                0x000000000001b478       0xac zephyr/subsys/lorawan/libloramac-node.a(LoRaMacCrypto.c.obj)
+                0x000000000001b478                LoRaMacCryptoPrepareJoinRequest
+ .text.LoRaMacCryptoPrepareReJoinType1
+                0x000000000001b524       0x58 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacCrypto.c.obj)
+                0x000000000001b524                LoRaMacCryptoPrepareReJoinType1
+ .text.LoRaMacCryptoPrepareReJoinType0or2
+                0x000000000001b57c       0x54 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacCrypto.c.obj)
+                0x000000000001b57c                LoRaMacCryptoPrepareReJoinType0or2
+ .text.LoRaMacCryptoSecureMessage
+                0x000000000001b5d0      0x18c zephyr/subsys/lorawan/libloramac-node.a(LoRaMacCrypto.c.obj)
+                0x000000000001b5d0                LoRaMacCryptoSecureMessage
+ .text.LoRaMacCryptoUnsecureMessage
+                0x000000000001b75c      0x150 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacCrypto.c.obj)
+                0x000000000001b75c                LoRaMacCryptoUnsecureMessage
+ .text.LoRaMacCryptoSetKey
+                0x000000000001b8ac       0x34 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacCrypto.c.obj)
+                0x000000000001b8ac                LoRaMacCryptoSetKey
+ .text.LoRaMacCryptoHandleJoinAccept
+                0x000000000001b8e0      0x180 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacCrypto.c.obj)
+                0x000000000001b8e0                LoRaMacCryptoHandleJoinAccept
+ .text.RegionGetVersion
+                0x000000000001ba60        0x8 zephyr/subsys/lorawan/libloramac-node.a(Region.c.obj)
+                0x000000000001ba60                RegionGetVersion
+ .text.RegionCommonUpdateBandTimeOff
+                0x000000000001ba68       0xdc zephyr/subsys/lorawan/libloramac-node.a(RegionCommon.c.obj)
+                0x000000000001ba68                RegionCommonUpdateBandTimeOff
+ .text.RegionCommonComputeSymbolTimeLoRa
+                0x000000000001bb44       0x10 zephyr/subsys/lorawan/libloramac-node.a(RegionCommon.c.obj)
+                0x000000000001bb44                RegionCommonComputeSymbolTimeLoRa
+ .text.RegionCommonGetBandwidth
+                0x000000000001bb54       0x24 zephyr/subsys/lorawan/libloramac-node.a(RegionCommon.c.obj)
+                0x000000000001bb54                RegionCommonGetBandwidth
+ .text.GetTimeOnAir
+                0x000000000001bb78       0x54 zephyr/subsys/lorawan/libloramac-node.a(RegionEU868.c.obj)
+ .text.VerifyRfFreq
+                0x000000000001bbcc       0x9c zephyr/subsys/lorawan/libloramac-node.a(RegionEU868.c.obj)
+ .text.RegionEU868GetPhyParam
+                0x000000000001bc68      0x120 zephyr/subsys/lorawan/libloramac-node.a(RegionEU868.c.obj)
+                0x000000000001bc68                RegionEU868GetPhyParam
+ .text.RegionEU868SetBandTxDone
+                0x000000000001bd88       0x38 zephyr/subsys/lorawan/libloramac-node.a(RegionEU868.c.obj)
+                0x000000000001bd88                RegionEU868SetBandTxDone
+ .text.RegionEU868InitDefaults
+                0x000000000001bdc0       0xcc zephyr/subsys/lorawan/libloramac-node.a(RegionEU868.c.obj)
+                0x000000000001bdc0                RegionEU868InitDefaults
+ .text.RegionEU868ChanMaskSet
+                0x000000000001be8c       0x34 zephyr/subsys/lorawan/libloramac-node.a(RegionEU868.c.obj)
+                0x000000000001be8c                RegionEU868ChanMaskSet
+ .text.RegionEU868ComputeRxWindowParameters
+                0x000000000001bec0       0x64 zephyr/subsys/lorawan/libloramac-node.a(RegionEU868.c.obj)
+                0x000000000001bec0                RegionEU868ComputeRxWindowParameters
+ .text.RegionEU868RxConfig
+                0x000000000001bf24       0xd8 zephyr/subsys/lorawan/libloramac-node.a(RegionEU868.c.obj)
+                0x000000000001bf24                RegionEU868RxConfig
+ .text.RegionEU868TxConfig
+                0x000000000001bffc      0x108 zephyr/subsys/lorawan/libloramac-node.a(RegionEU868.c.obj)
+                0x000000000001bffc                RegionEU868TxConfig
+ .text.RegionEU868LinkAdrReq
+                0x000000000001c104      0x15c zephyr/subsys/lorawan/libloramac-node.a(RegionEU868.c.obj)
+                0x000000000001c104                RegionEU868LinkAdrReq
+ .text.RegionEU868DlChannelReq
+                0x000000000001c260       0x58 zephyr/subsys/lorawan/libloramac-node.a(RegionEU868.c.obj)
+                0x000000000001c260                RegionEU868DlChannelReq
+ .text.RegionEU868NextChannel
+                0x000000000001c2b8       0xf4 zephyr/subsys/lorawan/libloramac-node.a(RegionEU868.c.obj)
+                0x000000000001c2b8                RegionEU868NextChannel
+ .text.RegionEU868ChannelAdd
+                0x000000000001c3ac       0xc0 zephyr/subsys/lorawan/libloramac-node.a(RegionEU868.c.obj)
+                0x000000000001c3ac                RegionEU868ChannelAdd
+ .text.RegionEU868ChannelsRemove
+                0x000000000001c46c       0x30 zephyr/subsys/lorawan/libloramac-node.a(RegionEU868.c.obj)
+                0x000000000001c46c                RegionEU868ChannelsRemove
+ .text.xoshiro128_initialize
+                0x000000000001c49c       0x18 zephyr/subsys/random/libsubsys__random.a(random_xoshiro128.c.obj)
+ .text.bt_hex   0x000000000001c4b4       0x44 zephyr/subsys/bluetooth/common/libsubsys__bluetooth__common.a(bt_str.c.obj)
+                0x000000000001c4b4                bt_hex
+ .text.bt_addr_le_str
+                0x000000000001c4f8       0x7c zephyr/subsys/bluetooth/common/libsubsys__bluetooth__common.a(bt_str.c.obj)
+                0x000000000001c4f8                bt_addr_le_str
+ .text.long_wq_init
+                0x000000000001c574       0x38 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(long_wq.c.obj)
+ .text.bt_long_wq_schedule
+                0x000000000001c5ac        0xc zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(long_wq.c.obj)
+                0x000000000001c5ac                bt_long_wq_schedule
+ .text.uuid_to_uuid128
+                0x000000000001c5b8       0x78 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(uuid.c.obj)
+ .text.bt_buf_get_rx
+                0x000000000001c630       0x20 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(buf.c.obj)
+                0x000000000001c630                bt_buf_get_rx
+ .text.bt_buf_get_evt
+                0x000000000001c650       0x38 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(buf.c.obj)
+                0x000000000001c650                bt_buf_get_evt
+ .text.hci_data_buf_overflow
+                0x000000000001c688       0x18 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+ .text.handle_event_common
+                0x000000000001c6a0       0x50 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+ .text.hci_disconn_complete_prio
+                0x000000000001c6f0       0x4c zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+ .text.hci_disconn_complete
+                0x000000000001c73c       0x44 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+ .text.le_phy_update_complete
+                0x000000000001c780       0x34 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+ .text.le_data_len_change
+                0x000000000001c7b4       0x30 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+ .text.hci_hardware_error
+                0x000000000001c7e4       0x24 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+ .text.rx_queue_put
+                0x000000000001c808       0x3c zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+ .text.find_pending_connect.part.0
+                0x000000000001c844       0x2c zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+ .text.le_conn_param_neg_reply.part.0
+                0x000000000001c870       0x14 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+ .text.hci_vendor_event
+                0x000000000001c884       0x60 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+ .text.handle_event.part.0
+                0x000000000001c8e4       0x48 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+ .text.hci_le_meta_event
+                0x000000000001c92c       0x20 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+ .text.le_remote_feat_complete
+                0x000000000001c94c       0x54 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+ .text.rx_work_handler
+                0x000000000001c9a0      0x138 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+ .text.hci_cmd_done.part.0
+                0x000000000001cad8      0x144 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+ .text.hci_cmd_status
+                0x000000000001cc1c       0x30 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+ .text.hci_cmd_complete
+                0x000000000001cc4c       0x50 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+ .text.hci_num_completed_packets
+                0x000000000001cc9c      0x138 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+ .text.le_conn_update_complete
+                0x000000000001cdd4       0xcc zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+ .text.bt_hci_cmd_state_set_init
+                0x000000000001cea0       0x24 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+                0x000000000001cea0                bt_hci_cmd_state_set_init
+ .text.bt_hci_cmd_create
+                0x000000000001cec4       0x78 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+                0x000000000001cec4                bt_hci_cmd_create
+ .text.bt_hci_cmd_send_sync
+                0x000000000001cf3c       0xf4 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+                0x000000000001cf3c                bt_hci_cmd_send_sync
+ .text.hci_le_read_max_data_len
+                0x000000000001d030       0x7c zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+ .text.bt_hci_le_rand
+                0x000000000001d0ac       0x58 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+                0x000000000001d0ac                bt_hci_le_rand
+ .text.bt_hci_le_enh_conn_complete
+                0x000000000001d104      0x2bc zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+                0x000000000001d104                bt_hci_le_enh_conn_complete
+ .text.le_legacy_conn_complete
+                0x000000000001d3c0       0x70 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+ .text.bt_hci_get_ver_str
+                0x000000000001d430       0x3c zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+                0x000000000001d430                bt_hci_get_ver_str
+ .text.bt_send  0x000000000001d46c       0x10 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+                0x000000000001d46c                bt_send
+ .text.bt_hci_cmd_send
+                0x000000000001d47c       0x58 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+                0x000000000001d47c                bt_hci_cmd_send
+ .text.le_conn_param_req
+                0x000000000001d4d4       0xc0 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+ .text.hci_event_prio
+                0x000000000001d594       0xa0 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+                0x000000000001d594                hci_event_prio
+ .text.bt_recv  0x000000000001d634       0x5c zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+                0x000000000001d634                bt_recv
+ .text.bt_hci_driver_register
+                0x000000000001d690       0x28 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+                0x000000000001d690                bt_hci_driver_register
+ .text.bt_finalize_init
+                0x000000000001d6b8      0x134 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+                0x000000000001d6b8                bt_finalize_init
+ .text.bt_init  0x000000000001d7ec      0x4c8 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+ .text.init_work
+                0x000000000001dcb4       0x18 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+ .text.bt_is_ready
+                0x000000000001dccc       0x18 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+                0x000000000001dccc                bt_is_ready
+ .text.bt_get_name
+                0x000000000001dce4        0x8 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+                0x000000000001dce4                bt_get_name
+ .text.id_find  0x000000000001dcec       0x30 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(id.c.obj)
+ .text.set_random_address
+                0x000000000001dd1c       0x74 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(id.c.obj)
+ .text.id_create.constprop.0
+                0x000000000001dd90       0x74 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(id.c.obj)
+ .text.bt_id_create
+                0x000000000001de04       0x9c zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(id.c.obj)
+                0x000000000001de04                bt_id_create
+ .text.bt_id_read_public_addr
+                0x000000000001dea0       0x88 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(id.c.obj)
+                0x000000000001dea0                bt_id_read_public_addr
+ .text.bt_setup_public_id_addr
+                0x000000000001df28       0x20 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(id.c.obj)
+                0x000000000001df28                bt_setup_public_id_addr
+ .text.bt_setup_random_id_addr
+                0x000000000001df48       0xd8 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(id.c.obj)
+                0x000000000001df48                bt_setup_random_id_addr
+ .text.bt_id_set_adv_own_addr
+                0x000000000001e020       0xd4 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(id.c.obj)
+                0x000000000001e020                bt_id_set_adv_own_addr
+ .text.bt_id_init
+                0x000000000001e0f4       0x54 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(id.c.obj)
+                0x000000000001e0f4                bt_id_init
+ .text.adv_is_directed
+                0x000000000001e148       0x18 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(adv.c.obj)
+ .text.le_adv_start_add_conn
+                0x000000000001e160       0x60 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(adv.c.obj)
+ .text.bt_le_adv_lookup_legacy
+                0x000000000001e1c0        0x8 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(adv.c.obj)
+                0x000000000001e1c0                bt_le_adv_lookup_legacy
+ .text.bt_le_adv_resume
+                0x000000000001e1c8       0xe8 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(adv.c.obj)
+                0x000000000001e1c8                bt_le_adv_resume
+ .text.notify_connected
+                0x000000000001e2b0       0x3c zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(conn.c.obj)
+ .text.tx_notify
+                0x000000000001e2ec       0x60 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(conn.c.obj)
+ .text.wait_for_tx_work
+                0x000000000001e34c       0x34 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(conn.c.obj)
+ .text.conn_tx_destroy
+                0x000000000001e380       0x2c zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(conn.c.obj)
+ .text.bt_conn_get_pkts
+                0x000000000001e3ac       0x18 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(conn.c.obj)
+                0x000000000001e3ac                bt_conn_get_pkts
+ .text.bt_conn_new
+                0x000000000001e3c4       0x64 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(conn.c.obj)
+                0x000000000001e3c4                bt_conn_new
+ .text.bt_conn_recv
+                0x000000000001e428       0xf4 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(conn.c.obj)
+                0x000000000001e428                bt_conn_recv
+ .text.bt_conn_send_cb
+                0x000000000001e51c       0xfc zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(conn.c.obj)
+                0x000000000001e51c                bt_conn_send_cb
+ .text.bt_conn_unref
+                0x000000000001e618       0x70 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(conn.c.obj)
+                0x000000000001e618                bt_conn_unref
+ .text.bt_conn_set_state
+                0x000000000001e688      0x238 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(conn.c.obj)
+                0x000000000001e688                bt_conn_set_state
+ .text.bt_conn_lookup_handle
+                0x000000000001e8c0       0x40 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(conn.c.obj)
+                0x000000000001e8c0                bt_conn_lookup_handle
+ .text.bt_conn_index
+                0x000000000001e900       0x18 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(conn.c.obj)
+                0x000000000001e900                bt_conn_index
+ .text.bt_conn_create_pdu_timeout
+                0x000000000001e918       0x64 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(conn.c.obj)
+                0x000000000001e918                bt_conn_create_pdu_timeout
+ .text.notify_le_param_updated
+                0x000000000001e97c       0x98 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(conn.c.obj)
+                0x000000000001e97c                notify_le_param_updated
+ .text.le_param_req
+                0x000000000001ea14       0x74 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(conn.c.obj)
+                0x000000000001ea14                le_param_req
+ .text.bt_conn_add_le
+                0x000000000001ea88       0x38 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(conn.c.obj)
+                0x000000000001ea88                bt_conn_add_le
+ .text.bt_conn_lookup_addr_le
+                0x000000000001eac0       0x34 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(conn.c.obj)
+                0x000000000001eac0                bt_conn_lookup_addr_le
+ .text.bt_conn_exists_le
+                0x000000000001eaf4       0x70 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(conn.c.obj)
+                0x000000000001eaf4                bt_conn_exists_le
+ .text.bt_conn_lookup_state_le
+                0x000000000001eb64       0x44 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(conn.c.obj)
+                0x000000000001eb64                bt_conn_lookup_state_le
+ .text.send_conn_le_param_update
+                0x000000000001eba8       0x6c zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(conn.c.obj)
+ .text.deferred_work
+                0x000000000001ec14      0x118 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(conn.c.obj)
+ .text.bt_conn_init
+                0x000000000001ed2c       0x44 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(conn.c.obj)
+                0x000000000001ed2c                bt_conn_init
+ .text.l2cap_create_le_sig_pdu.part.0
+                0x000000000001ed70       0x1c zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(l2cap.c.obj)
+ .text.l2cap_accept.part.0
+                0x000000000001ed8c       0x30 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(l2cap.c.obj)
+ .text.l2cap_accept
+                0x000000000001edbc       0x1c zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(l2cap.c.obj)
+ .text.bt_l2cap_connected
+                0x000000000001edd8       0x9c zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(l2cap.c.obj)
+                0x000000000001edd8                bt_l2cap_connected
+ .text.l2cap_recv.part.0
+                0x000000000001ee74       0x9c zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(l2cap.c.obj)
+ .text.l2cap_recv
+                0x000000000001ef10       0x24 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(l2cap.c.obj)
+ .text.bt_l2cap_recv
+                0x000000000001ef34       0x58 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(l2cap.c.obj)
+                0x000000000001ef34                bt_l2cap_recv
+ .text.bt_l2cap_update_conn_param
+                0x000000000001ef8c       0x50 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(l2cap.c.obj)
+                0x000000000001ef8c                bt_l2cap_update_conn_param
+ .text.att_op_get_type
+                0x000000000001efdc       0x74 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(att.c.obj)
+ .text.bt_att_released
+                0x000000000001f050        0xc zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(att.c.obj)
+ .text.bt_att_connected
+                0x000000000001f05c       0x40 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(att.c.obj)
+ .text.read_group_cb
+                0x000000000001f09c       0xb8 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(att.c.obj)
+ .text.bt_att_accept
+                0x000000000001f154      0x120 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(att.c.obj)
+ .text.read_type_cb
+                0x000000000001f274       0xac zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(att.c.obj)
+ .text.bt_att_chan_create_pdu
+                0x000000000001f320       0x94 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(att.c.obj)
+ .text.find_type_cb
+                0x000000000001f3b4      0x164 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(att.c.obj)
+ .text.chan_send
+                0x000000000001f518       0xe8 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(att.c.obj)
+ .text.att_tx_destroy
+                0x000000000001f600      0x110 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(att.c.obj)
+ .text.bt_att_recv
+                0x000000000001f710       0xc8 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(att.c.obj)
+ .text.att_write_rsp.constprop.0
+                0x000000000001f7d8       0xc0 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(att.c.obj)
+ .text.att_get  0x000000000001f898       0x4c zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(att.c.obj)
+ .text.bt_att_create_pdu
+                0x000000000001f8e4       0x64 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(att.c.obj)
+                0x000000000001f8e4                bt_att_create_pdu
+ .text.bt_att_create_rsp_pdu
+                0x000000000001f948       0x60 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(att.c.obj)
+                0x000000000001f948                bt_att_create_rsp_pdu
+ .text.att_read_group_req
+                0x000000000001f9a8       0xf0 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(att.c.obj)
+ .text.att_read_mult_vl_req
+                0x000000000001fa98       0x9c zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(att.c.obj)
+ .text.att_read_mult_req
+                0x000000000001fb34       0x9c zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(att.c.obj)
+ .text.att_read_rsp
+                0x000000000001fbd0       0x90 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(att.c.obj)
+ .text.att_read_type_req
+                0x000000000001fc60       0xbc zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(att.c.obj)
+ .text.att_find_type_req
+                0x000000000001fd1c       0xc0 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(att.c.obj)
+ .text.att_find_info_req
+                0x000000000001fddc       0x6c zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(att.c.obj)
+ .text.bt_att_req_alloc
+                0x000000000001fe48       0x48 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(att.c.obj)
+                0x000000000001fe48                bt_att_req_alloc
+ .text.bt_att_req_free
+                0x000000000001fe90       0x20 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(att.c.obj)
+                0x000000000001fe90                bt_att_req_free
+ .text.att_handle_rsp
+                0x000000000001feb0       0x80 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(att.c.obj)
+ .text.bt_att_disconnected
+                0x000000000001ff30       0xc8 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(att.c.obj)
+ .text.att_timeout
+                0x000000000001fff8       0xc8 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(att.c.obj)
+ .text.bt_att_set_tx_meta_data
+                0x00000000000200c0       0x24 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(att.c.obj)
+                0x00000000000200c0                bt_att_set_tx_meta_data
+ .text.find_cf_cfg
+                0x00000000000200e4       0x30 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(gatt.c.obj)
+ .text.find_sc_cfg
+                0x0000000000020114       0x24 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(gatt.c.obj)
+ .text.find_ccc_cfg
+                0x0000000000020138       0x28 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(gatt.c.obj)
+ .text.bt_gatt_attr_write_ccc
+                0x0000000000020160       0xbc zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(gatt.c.obj)
+                0x0000000000020160                bt_gatt_attr_write_ccc
+ .text.clear_cf_cfg
+                0x000000000002021c       0x2c zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(gatt.c.obj)
+ .text.sc_save  0x0000000000020248       0x60 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(gatt.c.obj)
+ .text.disconnected_cb
+                0x00000000000202a8       0xa0 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(gatt.c.obj)
+ .text.read_ppcp
+                0x0000000000020348       0x38 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(gatt.c.obj)
+ .text.cf_write
+                0x0000000000020380       0x98 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(gatt.c.obj)
+ .text.sc_indicate_rsp
+                0x0000000000020418       0x5c zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(gatt.c.obj)
+ .text.bt_gatt_init
+                0x0000000000020474       0x78 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(gatt.c.obj)
+                0x0000000000020474                bt_gatt_init
+ .text.bt_gatt_attr_get_handle
+                0x00000000000204ec       0x60 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(gatt.c.obj)
+                0x00000000000204ec                bt_gatt_attr_get_handle
+ .text.bt_gatt_foreach_attr_type
+                0x000000000002054c       0xb4 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(gatt.c.obj)
+                0x000000000002054c                bt_gatt_foreach_attr_type
+ .text.db_hash_gen
+                0x0000000000020600       0x80 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(gatt.c.obj)
+ .text.db_hash_read
+                0x0000000000020680       0x84 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(gatt.c.obj)
+ .text.db_hash_process
+                0x0000000000020704       0x1c zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(gatt.c.obj)
+ .text.bt_gatt_attr_next
+                0x0000000000020720       0x24 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(gatt.c.obj)
+                0x0000000000020720                bt_gatt_attr_next
+ .text.gatt_indicate
+                0x0000000000020744       0xd8 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(gatt.c.obj)
+ .text.bt_gatt_indicate
+                0x000000000002081c       0xf4 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(gatt.c.obj)
+                0x000000000002081c                bt_gatt_indicate
+ .text.sc_process
+                0x0000000000020910       0x68 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(gatt.c.obj)
+ .text.update_ccc
+                0x0000000000020978       0xf4 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(gatt.c.obj)
+ .text.gatt_notify
+                0x0000000000020a6c       0xac zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(gatt.c.obj)
+ .text.notify_cb
+                0x0000000000020b18      0x114 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(gatt.c.obj)
+ .text.bt_gatt_connected
+                0x0000000000020c2c       0x20 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(gatt.c.obj)
+                0x0000000000020c2c                bt_gatt_connected
+ .text.bt_gatt_att_max_mtu_changed
+                0x0000000000020c4c       0x28 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(gatt.c.obj)
+                0x0000000000020c4c                bt_gatt_att_max_mtu_changed
+ .text.bt_gatt_disconnected
+                0x0000000000020c74       0x48 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(gatt.c.obj)
+                0x0000000000020c74                bt_gatt_disconnected
+ .text.bt_smp_accept.part.0
+                0x0000000000020cbc       0x30 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(smp_null.c.obj)
+ .text.bt_smp_accept
+                0x0000000000020cec       0x1c zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(smp_null.c.obj)
+ .text.net_buf_destroy
+                0x0000000000020d08       0x38 zephyr/subsys/net/libsubsys__net.a(buf.c.obj)
+ .text.net_buf_pool_get
+                0x0000000000020d40       0x10 zephyr/subsys/net/libsubsys__net.a(buf.c.obj)
+                0x0000000000020d40                net_buf_pool_get
+ .text.net_buf_id
+                0x0000000000020d50       0x20 zephyr/subsys/net/libsubsys__net.a(buf.c.obj)
+                0x0000000000020d50                net_buf_id
+ .text.fixed_data_alloc
+                0x0000000000020d70       0x24 zephyr/subsys/net/libsubsys__net.a(buf.c.obj)
+ .text.net_buf_alloc_len
+                0x0000000000020d94      0x114 zephyr/subsys/net/libsubsys__net.a(buf.c.obj)
+                0x0000000000020d94                net_buf_alloc_len
+ .text.net_buf_unref
+                0x0000000000020ea8       0x38 zephyr/subsys/net/libsubsys__net.a(buf.c.obj)
+                0x0000000000020ea8                net_buf_unref
+ .text.adc_context_start_sampling
+                0x0000000000020ee0       0x1c zephyr/drivers/adc/libdrivers__adc.a(adc_nrfx_saadc.c.obj)
+ .text.adc_nrfx_channel_setup
+                0x0000000000020efc       0xf0 zephyr/drivers/adc/libdrivers__adc.a(adc_nrfx_saadc.c.obj)
+ .text.adc_nrfx_read
+                0x0000000000020fec      0x1d0 zephyr/drivers/adc/libdrivers__adc.a(adc_nrfx_saadc.c.obj)
+ .text.init_saadc
+                0x00000000000211bc       0x44 zephyr/drivers/adc/libdrivers__adc.a(adc_nrfx_saadc.c.obj)
+ .text.saadc_irq_handler
+                0x0000000000021200       0xd0 zephyr/drivers/adc/libdrivers__adc.a(adc_nrfx_saadc.c.obj)
+ .text.onoff_stop
+                0x00000000000212d0       0x30 zephyr/drivers/clock_control/libdrivers__clock_control.a(clock_control_nrf.c.obj)
+ .text.onoff_start
+                0x0000000000021300       0x44 zephyr/drivers/clock_control/libdrivers__clock_control.a(clock_control_nrf.c.obj)
+ .text.clk_init
+                0x0000000000021344       0x58 zephyr/drivers/clock_control/libdrivers__clock_control.a(clock_control_nrf.c.obj)
+ .text.api_blocking_start
+                0x000000000002139c       0x3c zephyr/drivers/clock_control/libdrivers__clock_control.a(clock_control_nrf.c.obj)
+ .text.generic_hfclk_stop
+                0x00000000000213d8       0x34 zephyr/drivers/clock_control/libdrivers__clock_control.a(clock_control_nrf.c.obj)
+ .text.clkstarted_handle.constprop.0
+                0x000000000002140c       0x4c zephyr/drivers/clock_control/libdrivers__clock_control.a(clock_control_nrf.c.obj)
+ .text.generic_hfclk_start
+                0x0000000000021458       0x78 zephyr/drivers/clock_control/libdrivers__clock_control.a(clock_control_nrf.c.obj)
+ .text.clock_event_handler
+                0x00000000000214d0       0x1c zephyr/drivers/clock_control/libdrivers__clock_control.a(clock_control_nrf.c.obj)
+ .text.z_nrf_clock_control_lf_on
+                0x00000000000214ec       0xb4 zephyr/drivers/clock_control/libdrivers__clock_control.a(clock_control_nrf.c.obj)
+                0x00000000000214ec                z_nrf_clock_control_lf_on
+ .text.uart_console_init
+                0x00000000000215a0       0x28 zephyr/drivers/console/libdrivers__console.a(uart_console.c.obj)
+ .text.console_out
+                0x00000000000215c8       0x28 zephyr/drivers/console/libdrivers__console.a(uart_console.c.obj)
+ .text.random_byte_get
+                0x00000000000215f0       0x3c zephyr/drivers/entropy/libdrivers__entropy.a(entropy_nrf5.c.obj)
+ .text.rng_pool_get
+                0x000000000002162c       0x88 zephyr/drivers/entropy/libdrivers__entropy.a(entropy_nrf5.c.obj)
+ .text.entropy_nrf5_get_entropy_isr
+                0x00000000000216b4       0xa8 zephyr/drivers/entropy/libdrivers__entropy.a(entropy_nrf5.c.obj)
+ .text.entropy_nrf5_get_entropy
+                0x000000000002175c       0x58 zephyr/drivers/entropy/libdrivers__entropy.a(entropy_nrf5.c.obj)
+ .text.entropy_nrf5_init
+                0x00000000000217b4       0x70 zephyr/drivers/entropy/libdrivers__entropy.a(entropy_nrf5.c.obj)
+ .text.isr      0x0000000000021824       0x74 zephyr/drivers/entropy/libdrivers__entropy.a(entropy_nrf5.c.obj)
+ .text.flash_nrf_pages_layout
+                0x0000000000021898       0x10 zephyr/drivers/flash/libdrivers__flash.a(soc_flash_nrf.c.obj)
+ .text.flash_nrf_get_parameters
+                0x00000000000218a8        0x8 zephyr/drivers/flash/libdrivers__flash.a(soc_flash_nrf.c.obj)
+ .text.flash_nrf_read.part.0
+                0x00000000000218b0       0x24 zephyr/drivers/flash/libdrivers__flash.a(soc_flash_nrf.c.obj)
+ .text.nrf_flash_init
+                0x00000000000218d4       0x2c zephyr/drivers/flash/libdrivers__flash.a(soc_flash_nrf.c.obj)
+ .text.write_op
+                0x0000000000021900       0x64 zephyr/drivers/flash/libdrivers__flash.a(soc_flash_nrf.c.obj)
+ .text.flash_nrf_erase
+                0x0000000000021964       0xc4 zephyr/drivers/flash/libdrivers__flash.a(soc_flash_nrf.c.obj)
+ .text.flash_nrf_write
+                0x0000000000021a28       0xa0 zephyr/drivers/flash/libdrivers__flash.a(soc_flash_nrf.c.obj)
+ .text.gpio_nrfx_pin_interrupt_configure
+                0x0000000000021ac8      0x100 zephyr/drivers/gpio/libdrivers__gpio.a(gpio_nrfx.c.obj)
+ .text.gpio_nrfx_init
+                0x0000000000021bc8       0x48 zephyr/drivers/gpio/libdrivers__gpio.a(gpio_nrfx.c.obj)
+ .text.nrfx_gpio_handler
+                0x0000000000021c10       0x4c zephyr/drivers/gpio/libdrivers__gpio.a(gpio_nrfx.c.obj)
+ .text.gpio_nrfx_pin_configure
+                0x0000000000021c5c      0x18c zephyr/drivers/gpio/libdrivers__gpio.a(gpio_nrfx.c.obj)
+ .text.i2c_nrfx_twim_configure
+                0x0000000000021de8       0x44 zephyr/drivers/i2c/libdrivers__i2c.a(i2c_nrfx_twim.c.obj)
+ .text.i2c_nrfx_twim_init
+                0x0000000000021e2c       0x7c zephyr/drivers/i2c/libdrivers__i2c.a(i2c_nrfx_twim.c.obj)
+ .text.i2c_nrfx_twim_recover_bus
+                0x0000000000021ea8       0x3c zephyr/drivers/i2c/libdrivers__i2c.a(i2c_nrfx_twim.c.obj)
+ .text.event_handler
+                0x0000000000021ee4       0x34 zephyr/drivers/i2c/libdrivers__i2c.a(i2c_nrfx_twim.c.obj)
+ .text.i2c_nrfx_twim_transfer
+                0x0000000000021f18      0x1d8 zephyr/drivers/i2c/libdrivers__i2c.a(i2c_nrfx_twim.c.obj)
+ .text.nrf_gpio_pin_port_decode
+                0x00000000000220f0       0x20 zephyr/drivers/pinctrl/libdrivers__pinctrl.a(pinctrl_nrf.c.obj)
+ .text.pinctrl_configure_pins
+                0x0000000000022110      0x170 zephyr/drivers/pinctrl/libdrivers__pinctrl.a(pinctrl_nrf.c.obj)
+                0x0000000000022110                pinctrl_configure_pins
+ .text.bme280_channel_get
+                0x0000000000022280       0x7c zephyr/drivers/sensor/bosch/bme280/libdrivers__sensor__bosch__bme280.a(bme280.c.obj)
+ .text.bme280_chip_init
+                0x00000000000222fc      0x15c zephyr/drivers/sensor/bosch/bme280/libdrivers__sensor__bosch__bme280.a(bme280.c.obj)
+ .text.lis2dh_channel_get
+                0x0000000000022458       0x54 zephyr/drivers/sensor/st/lis2dh/libdrivers__sensor__st__lis2dh.a(lis2dh.c.obj)
+ .text.lis2dh_fetch_xyz.constprop.0
+                0x00000000000224ac       0x38 zephyr/drivers/sensor/st/lis2dh/libdrivers__sensor__st__lis2dh.a(lis2dh.c.obj)
+ .text.lis2dh_sample_fetch
+                0x00000000000224e4       0x34 zephyr/drivers/sensor/st/lis2dh/libdrivers__sensor__st__lis2dh.a(lis2dh.c.obj)
+ .text.lis2dh_attr_set.part.0
+                0x0000000000022518       0x1c zephyr/drivers/sensor/st/lis2dh/libdrivers__sensor__st__lis2dh.a(lis2dh.c.obj)
+ .text.lis2dh_init
+                0x0000000000022534      0x130 zephyr/drivers/sensor/st/lis2dh/libdrivers__sensor__st__lis2dh.a(lis2dh.c.obj)
+                0x0000000000022534                lis2dh_init
+ .text.lis2dh_i2c_init
+                0x0000000000022664       0x34 zephyr/drivers/sensor/st/lis2dh/libdrivers__sensor__st__lis2dh.a(lis2dh_i2c.c.obj)
+                0x0000000000022664                lis2dh_i2c_init
+ .text.lis2mdl_channel_get.part.0
+                0x0000000000022698       0x18 zephyr/drivers/sensor/st/lis2mdl/libdrivers__sensor__st__lis2mdl.a(lis2mdl.c.obj)
+ .text.lis2mdl_init
+                0x00000000000226b0      0x160 zephyr/drivers/sensor/st/lis2mdl/libdrivers__sensor__st__lis2mdl.a(lis2mdl.c.obj)
+ .text.lis2mdl_sample_fetch_temp.part.0.isra.0
+                0x0000000000022810       0x10 zephyr/drivers/sensor/st/lis2mdl/libdrivers__sensor__st__lis2mdl.a(lis2mdl.c.obj)
+ .text.lis2mdl_channel_get
+                0x0000000000022820       0x90 zephyr/drivers/sensor/st/lis2mdl/libdrivers__sensor__st__lis2mdl.a(lis2mdl.c.obj)
+ .text.get_single_mode_raw_data
+                0x00000000000228b0       0x64 zephyr/drivers/sensor/st/lis2mdl/libdrivers__sensor__st__lis2mdl.a(lis2mdl.c.obj)
+ .text.lis2mdl_sample_fetch_mag.isra.0
+                0x0000000000022914       0xa0 zephyr/drivers/sensor/st/lis2mdl/libdrivers__sensor__st__lis2mdl.a(lis2mdl.c.obj)
+ .text.lis2mdl_attr_set.part.0
+                0x00000000000229b4       0x1c zephyr/drivers/sensor/st/lis2mdl/libdrivers__sensor__st__lis2mdl.a(lis2mdl.c.obj)
+ .text.lis2mdl_attr_set
+                0x00000000000229d0       0x8c zephyr/drivers/sensor/st/lis2mdl/libdrivers__sensor__st__lis2mdl.a(lis2mdl.c.obj)
+ .text.lis2mdl_trigger_set
+                0x0000000000022a5c       0x54 zephyr/drivers/sensor/st/lis2mdl/libdrivers__sensor__st__lis2mdl.a(lis2mdl_trigger.c.obj)
+                0x0000000000022a5c                lis2mdl_trigger_set
+ .text.lis2mdl_init_interrupt
+                0x0000000000022ab0       0xc0 zephyr/drivers/sensor/st/lis2mdl/libdrivers__sensor__st__lis2mdl.a(lis2mdl_trigger.c.obj)
+                0x0000000000022ab0                lis2mdl_init_interrupt
+ .text.uart_nrfx_poll_in
+                0x0000000000022b70       0x24 zephyr/drivers/serial/libdrivers__serial.a(uart_nrfx_uart.c.obj)
+ .text.uart_nrfx_err_check
+                0x0000000000022b94       0x10 zephyr/drivers/serial/libdrivers__serial.a(uart_nrfx_uart.c.obj)
+ .text.uart_nrfx_poll_out
+                0x0000000000022ba4       0x7c zephyr/drivers/serial/libdrivers__serial.a(uart_nrfx_uart.c.obj)
+ .text.uart_nrfx_init
+                0x0000000000022c20      0x1bc zephyr/drivers/serial/libdrivers__serial.a(uart_nrfx_uart.c.obj)
+ .text.spi_nrfx_init
+                0x0000000000022ddc      0x120 zephyr/drivers/spi/libdrivers__spi.a(spi_nrfx_spim.c.obj)
+ .text.transfer_next_chunk
+                0x0000000000022efc       0xd0 zephyr/drivers/spi/libdrivers__spi.a(spi_nrfx_spim.c.obj)
+ .text.event_handler
+                0x0000000000022fcc       0xd4 zephyr/drivers/spi/libdrivers__spi.a(spi_nrfx_spim.c.obj)
+ .text.spi_nrfx_transceive
+                0x00000000000230a0      0x3e4 zephyr/drivers/spi/libdrivers__spi.a(spi_nrfx_spim.c.obj)
+ .text.nrf_gpio_cfg_input
+                0x0000000000023484       0x40 zephyr/drivers/spi/libdrivers__spi.a(spi_nrfx_common.c.obj)
+ .text.spi_nrfx_wake_init
+                0x00000000000234c4       0x60 zephyr/drivers/spi/libdrivers__spi.a(spi_nrfx_common.c.obj)
+                0x00000000000234c4                spi_nrfx_wake_init
+ .text.compare_int_lock
+                0x0000000000023524       0x48 zephyr/drivers/timer/libdrivers__timer.a(nrf_rtc_timer.c.obj)
+ .text.sys_clock_timeout_handler
+                0x000000000002356c       0x48 zephyr/drivers/timer/libdrivers__timer.a(nrf_rtc_timer.c.obj)
+ .text.compare_int_unlock
+                0x00000000000235b4       0x5c zephyr/drivers/timer/libdrivers__timer.a(nrf_rtc_timer.c.obj)
+ .text.z_nrf_rtc_timer_read
+                0x0000000000023610       0x44 zephyr/drivers/timer/libdrivers__timer.a(nrf_rtc_timer.c.obj)
+                0x0000000000023610                z_nrf_rtc_timer_read
+ .text.compare_set
+                0x0000000000023654      0x130 zephyr/drivers/timer/libdrivers__timer.a(nrf_rtc_timer.c.obj)
+ .text.sys_clock_driver_init
+                0x0000000000023784       0x90 zephyr/drivers/timer/libdrivers__timer.a(nrf_rtc_timer.c.obj)
+ .text.rtc_nrf_isr
+                0x0000000000023814       0xc4 zephyr/drivers/timer/libdrivers__timer.a(nrf_rtc_timer.c.obj)
+                0x0000000000023814                rtc_nrf_isr
+ .text.sys_clock_set_timeout
+                0x00000000000238d8       0x5c zephyr/drivers/timer/libdrivers__timer.a(nrf_rtc_timer.c.obj)
+                0x00000000000238d8                sys_clock_set_timeout
+ .text.sys_clock_elapsed
+                0x0000000000023934       0x14 zephyr/drivers/timer/libdrivers__timer.a(nrf_rtc_timer.c.obj)
+                0x0000000000023934                sys_clock_elapsed
+ .text.multithreading_lock_acquire
+                0x0000000000023948       0x10 modules/nrf/lib/multithreading_lock/lib..__nrf__lib__multithreading_lock.a(multithreading_lock.c.obj)
+                0x0000000000023948                multithreading_lock_acquire
+ .text.multithreading_lock_release
+                0x0000000000023958        0xc modules/nrf/lib/multithreading_lock/lib..__nrf__lib__multithreading_lock.a(multithreading_lock.c.obj)
+                0x0000000000023958                multithreading_lock_release
+ .text.hci_driver_init
+                0x0000000000023964       0xe0 modules/nrf/subsys/bluetooth/controller/lib..__nrf__subsys__bluetooth__controller.a(hci_driver.c.obj)
+ .text.receive_signal_raise
+                0x0000000000023a44       0x10 modules/nrf/subsys/bluetooth/controller/lib..__nrf__subsys__bluetooth__controller.a(hci_driver.c.obj)
+ .text.rand_prio_low_vector_get_blocking
+                0x0000000000023a54       0x18 modules/nrf/subsys/bluetooth/controller/lib..__nrf__subsys__bluetooth__controller.a(hci_driver.c.obj)
+ .text.sdc_assertion_handler
+                0x0000000000023a6c       0x4c modules/nrf/subsys/bluetooth/controller/lib..__nrf__subsys__bluetooth__controller.a(hci_driver.c.obj)
+                0x0000000000023a6c                sdc_assertion_handler
+ .text.hci_driver_open
+                0x0000000000023ab8      0x100 modules/nrf/subsys/bluetooth/controller/lib..__nrf__subsys__bluetooth__controller.a(hci_driver.c.obj)
+ .text.hci_driver_receive_process
+                0x0000000000023bb8       0xf0 modules/nrf/subsys/bluetooth/controller/lib..__nrf__subsys__bluetooth__controller.a(hci_driver.c.obj)
+                0x0000000000023bb8                hci_driver_receive_process
+ .text.hci_internal_cmd_put
+                0x0000000000023ca8      0x630 modules/nrf/subsys/bluetooth/controller/lib..__nrf__subsys__bluetooth__controller.a(hci_internal.c.obj)
+                0x0000000000023ca8                hci_internal_cmd_put
+ .text.hci_internal_msg_get
+                0x00000000000242d8       0x2c modules/nrf/subsys/bluetooth/controller/lib..__nrf__subsys__bluetooth__controller.a(hci_internal.c.obj)
+                0x00000000000242d8                hci_internal_msg_get
+ .text.bt_rand  0x0000000000024304       0x2c modules/nrf/subsys/bluetooth/controller/lib..__nrf__subsys__bluetooth__controller.a(crypto.c.obj)
+                0x0000000000024304                bt_rand
+ .text.ecdh_p256_common_secret
+                0x0000000000024330       0x90 modules/nrf/subsys/bluetooth/controller/lib..__nrf__subsys__bluetooth__controller.a(ecdh.c.obj)
+ .text.ecdh_cmd_process
+                0x00000000000243c0      0x110 modules/nrf/subsys/bluetooth/controller/lib..__nrf__subsys__bluetooth__controller.a(ecdh.c.obj)
+                0x00000000000243c0                ecdh_cmd_process
+ .text.hci_ecdh_init
+                0x00000000000244d0       0x10 modules/nrf/subsys/bluetooth/controller/lib..__nrf__subsys__bluetooth__controller.a(ecdh.c.obj)
+                0x00000000000244d0                hci_ecdh_init
+ .text.hci_cmd_le_read_local_p256_public_key
+                0x00000000000244e0       0x3c modules/nrf/subsys/bluetooth/controller/lib..__nrf__subsys__bluetooth__controller.a(ecdh.c.obj)
+                0x00000000000244e0                hci_cmd_le_read_local_p256_public_key
+ .text.cmd_le_generate_dhkey
+                0x000000000002451c       0x60 modules/nrf/subsys/bluetooth/controller/lib..__nrf__subsys__bluetooth__controller.a(ecdh.c.obj)
+                0x000000000002451c                cmd_le_generate_dhkey
+ .text.mpsl_lib_init_sys
+                0x000000000002457c       0x64 modules/nrf/subsys/mpsl/init/lib..__nrf__subsys__mpsl__init.a(mpsl_init.c.obj)
+ .text.mpsl_low_prio_irq_handler
+                0x00000000000245e0       0x10 modules/nrf/subsys/mpsl/init/lib..__nrf__subsys__mpsl__init.a(mpsl_init.c.obj)
+ .text.m_assert_handler
+                0x00000000000245f0       0x4c modules/nrf/subsys/mpsl/init/lib..__nrf__subsys__mpsl__init.a(mpsl_init.c.obj)
+ .text.mpsl_low_prio_init
+                0x000000000002463c       0x60 modules/nrf/subsys/mpsl/init/lib..__nrf__subsys__mpsl__init.a(mpsl_init.c.obj)
+ .text.mpsl_calibration_work_handler
+                0x000000000002469c       0x20 modules/nrf/subsys/mpsl/init/lib..__nrf__subsys__mpsl__init.a(mpsl_init.c.obj)
+ .text.mpsl_hfclk_callback
+                0x00000000000246bc        0xc modules/nrf/drivers/mpsl/clock_control/lib..__nrf__drivers__mpsl__clock_control.a(nrfx_clock_mpsl.c.obj)
+ .text.nrfx_clock_start
+                0x00000000000246c8       0x20 modules/nrf/drivers/mpsl/clock_control/lib..__nrf__drivers__mpsl__clock_control.a(nrfx_clock_mpsl.c.obj)
+                0x00000000000246c8                nrfx_clock_start
+ .text.nrfx_clock_init
+                0x00000000000246e8       0x10 modules/nrf/drivers/mpsl/clock_control/lib..__nrf__drivers__mpsl__clock_control.a(nrfx_clock_mpsl.c.obj)
+                0x00000000000246e8                nrfx_clock_init
+ .text.timeslot_callback
+                0x00000000000246f8       0x84 modules/nrf/drivers/mpsl/flash_sync/lib..__nrf__drivers__mpsl__flash_sync.a(flash_sync_mpsl.c.obj)
+ .text.nrf_flash_sync_init
+                0x000000000002477c       0x10 modules/nrf/drivers/mpsl/flash_sync/lib..__nrf__drivers__mpsl__flash_sync.a(flash_sync_mpsl.c.obj)
+                0x000000000002477c                nrf_flash_sync_init
+ .text.nrf_flash_sync_set_context
+                0x000000000002478c        0xc modules/nrf/drivers/mpsl/flash_sync/lib..__nrf__drivers__mpsl__flash_sync.a(flash_sync_mpsl.c.obj)
+                0x000000000002478c                nrf_flash_sync_set_context
+ .text.nrf_flash_sync_exe
+                0x0000000000024798      0x100 modules/nrf/drivers/mpsl/flash_sync/lib..__nrf__drivers__mpsl__flash_sync.a(flash_sync_mpsl.c.obj)
+                0x0000000000024798                nrf_flash_sync_exe
+ .text.nrf_flash_sync_check_time_limit
+                0x0000000000024898       0x28 modules/nrf/drivers/mpsl/flash_sync/lib..__nrf__drivers__mpsl__flash_sync.a(flash_sync_mpsl.c.obj)
+                0x0000000000024898                nrf_flash_sync_check_time_limit
+ .text.temp_nrf5_mpsl_channel_get
+                0x00000000000248c0       0x38 modules/nrf/drivers/mpsl/temp_nrf5/lib..__nrf__drivers__mpsl__temp_nrf5.a(temp_nrf5_mpsl.c.obj)
+ .text.SystemInit
+                0x00000000000248f8       0xe4 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(system_nrf52833.c.obj)
+                0x00000000000248f8                SystemInit
+ .text.nrfx_flag32_alloc
+                0x00000000000249dc       0x48 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_flag32_allocator.c.obj)
+                0x00000000000249dc                nrfx_flag32_alloc
+ .text.nrfx_flag32_free
+                0x0000000000024a24       0x40 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_flag32_allocator.c.obj)
+                0x0000000000024a24                nrfx_flag32_free
+ .text.nrf_gpio_pin_port_decode
+                0x0000000000024a64       0x20 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_gpiote.c.obj)
+ .text.get_pin_idx
+                0x0000000000024a84       0x14 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_gpiote.c.obj)
+ .text.call_handler.constprop.0
+                0x0000000000024a98       0x40 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_gpiote.c.obj)
+ .text.pin_te_get.constprop.0
+                0x0000000000024ad8       0x18 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_gpiote.c.obj)
+ .text.pin_is_output.constprop.0
+                0x0000000000024af0       0x18 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_gpiote.c.obj)
+ .text.pin_in_use_by_te.constprop.0
+                0x0000000000024b08       0x18 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_gpiote.c.obj)
+ .text.latch_pending_read_and_check
+                0x0000000000024b20       0x40 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_gpiote.c.obj)
+ .text.release_handler.isra.0
+                0x0000000000024b60       0x58 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_gpiote.c.obj)
+ .text.__nrfy_internal_gpiote_events_process.constprop.0
+                0x0000000000024bb8       0x5c modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_gpiote.c.obj)
+ .text.pin_uninit
+                0x0000000000024c14       0x80 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_gpiote.c.obj)
+ .text.nrfx_gpiote_input_configure
+                0x0000000000024c94      0x174 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_gpiote.c.obj)
+                0x0000000000024c94                nrfx_gpiote_input_configure
+ .text.nrfx_gpiote_output_configure
+                0x0000000000024e08       0xfc modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_gpiote.c.obj)
+                0x0000000000024e08                nrfx_gpiote_output_configure
+ .text.nrfx_gpiote_global_callback_set
+                0x0000000000024f04        0xc modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_gpiote.c.obj)
+                0x0000000000024f04                nrfx_gpiote_global_callback_set
+ .text.nrfx_gpiote_channel_get
+                0x0000000000024f10       0x34 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_gpiote.c.obj)
+                0x0000000000024f10                nrfx_gpiote_channel_get
+ .text.nrfx_gpiote_init
+                0x0000000000024f44       0x68 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_gpiote.c.obj)
+                0x0000000000024f44                nrfx_gpiote_init
+ .text.nrfx_gpiote_init_check
+                0x0000000000024fac       0x14 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_gpiote.c.obj)
+                0x0000000000024fac                nrfx_gpiote_init_check
+ .text.nrfx_gpiote_channel_free
+                0x0000000000024fc0        0xc modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_gpiote.c.obj)
+                0x0000000000024fc0                nrfx_gpiote_channel_free
+ .text.nrfx_gpiote_channel_alloc
+                0x0000000000024fcc        0xc modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_gpiote.c.obj)
+                0x0000000000024fcc                nrfx_gpiote_channel_alloc
+ .text.nrfx_gpiote_trigger_enable
+                0x0000000000024fd8       0xb0 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_gpiote.c.obj)
+                0x0000000000024fd8                nrfx_gpiote_trigger_enable
+ .text.nrfx_gpiote_0_irq_handler
+                0x0000000000025088      0x1bc modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_gpiote.c.obj)
+                0x0000000000025088                nrfx_gpiote_0_irq_handler
+ .text.nvmc_word_write
+                0x0000000000025244       0x18 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_nvmc.c.obj)
+ .text.nrfx_nvmc_page_erase
+                0x000000000002525c       0x40 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_nvmc.c.obj)
+                0x000000000002525c                nrfx_nvmc_page_erase
+ .text.nrfx_nvmc_word_write
+                0x000000000002529c       0x1c modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_nvmc.c.obj)
+                0x000000000002529c                nrfx_nvmc_word_write
+ .text.nrf_gpio_pin_port_decode
+                0x00000000000252b8       0x20 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_spim.c.obj)
+ .text.spim_frequency_valid_check.constprop.0
+                0x00000000000252d8       0x64 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_spim.c.obj)
+ .text.pin_init
+                0x000000000002533c       0x50 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_spim.c.obj)
+ .text.spim_configure
+                0x000000000002538c      0x1c8 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_spim.c.obj)
+ .text.spim_pin_uninit
+                0x0000000000025554       0x30 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_spim.c.obj)
+ .text.nrfx_spim_init
+                0x0000000000025584       0x68 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_spim.c.obj)
+                0x0000000000025584                nrfx_spim_init
+ .text.nrfx_spim_uninit
+                0x00000000000255ec       0x74 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_spim.c.obj)
+                0x00000000000255ec                nrfx_spim_uninit
+ .text.nrfx_spim_xfer
+                0x0000000000025660      0x16c modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_spim.c.obj)
+                0x0000000000025660                nrfx_spim_xfer
+ .text.nrfx_spim_1_irq_handler
+                0x00000000000257cc       0x54 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_spim.c.obj)
+                0x00000000000257cc                nrfx_spim_1_irq_handler
+ .text.nrf_gpio_cfg.constprop.0
+                0x0000000000025820       0x48 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_twim.c.obj)
+ .text.twim_configure
+                0x0000000000025868       0x3c modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_twim.c.obj)
+ .text.nrfx_twim_init
+                0x00000000000258a4       0x74 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_twim.c.obj)
+                0x00000000000258a4                nrfx_twim_init
+ .text.nrfx_twim_enable
+                0x0000000000025918       0x20 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_twim.c.obj)
+                0x0000000000025918                nrfx_twim_enable
+ .text.nrfx_twim_disable
+                0x0000000000025938       0x3c modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_twim.c.obj)
+                0x0000000000025938                nrfx_twim_disable
+ .text.nrfx_twim_xfer
+                0x0000000000025974      0x350 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_twim.c.obj)
+                0x0000000000025974                nrfx_twim_xfer
+ .text.nrfx_twim_0_irq_handler
+                0x0000000000025cc4      0x184 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_twim.c.obj)
+                0x0000000000025cc4                nrfx_twim_0_irq_handler
+ .text.nrf_gpio_pin_port_decode
+                0x0000000000025e48       0x20 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_twi_twim.c.obj)
+ .text.nrfx_twi_twim_bus_recover
+                0x0000000000025e68       0xdc modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_twi_twim.c.obj)
+                0x0000000000025e68                nrfx_twi_twim_bus_recover
+ .text.k_sys_fatal_error_handler
+                0x0000000000025f44       0x20 zephyr/kernel/libkernel.a(fatal.c.obj)
+                0x0000000000025f44                k_sys_fatal_error_handler
+ .text.z_fatal_error
+                0x0000000000025f64       0xe8 zephyr/kernel/libkernel.a(fatal.c.obj)
+                0x0000000000025f64                z_fatal_error
+ .text.z_sys_init_run_level
+                0x000000000002604c       0x2c zephyr/kernel/libkernel.a(init.c.obj)
+ .text.bg_thread_main
+                0x0000000000026078       0xc0 zephyr/kernel/libkernel.a(init.c.obj)
+ .text.z_bss_zero
+                0x0000000000026138       0x18 zephyr/kernel/libkernel.a(init.c.obj)
+                0x0000000000026138                z_bss_zero
+ .text.z_init_cpu
+                0x0000000000026150       0x68 zephyr/kernel/libkernel.a(init.c.obj)
+                0x0000000000026150                z_init_cpu
+ .text.z_cstart
+                0x00000000000261b8       0xd4 zephyr/kernel/libkernel.a(init.c.obj)
+                0x00000000000261b8                z_cstart
+ .text.statics_init
+                0x000000000002628c       0x24 zephyr/kernel/libkernel.a(kheap.c.obj)
+ .text.init_mem_slab_obj_core_list
+                0x00000000000262b0       0x24 zephyr/kernel/libkernel.a(mem_slab.c.obj)
+ .text.k_mem_slab_alloc
+                0x00000000000262d4       0x5c zephyr/kernel/libkernel.a(mem_slab.c.obj)
+                0x00000000000262d4                k_mem_slab_alloc
+ .text.z_impl_k_mutex_lock
+                0x0000000000026330       0xf0 zephyr/kernel/libkernel.a(mutex.c.obj)
+                0x0000000000026330                z_impl_k_mutex_lock
+ .text.z_impl_k_mutex_unlock
+                0x0000000000026420       0x78 zephyr/kernel/libkernel.a(mutex.c.obj)
+                0x0000000000026420                z_impl_k_mutex_unlock
+ .text.z_impl_k_queue_get
+                0x0000000000026498       0x64 zephyr/kernel/libkernel.a(queue.c.obj)
+                0x0000000000026498                z_impl_k_queue_get
+ .text.z_impl_k_sem_give
+                0x00000000000264fc       0x48 zephyr/kernel/libkernel.a(sem.c.obj)
+                0x00000000000264fc                z_impl_k_sem_give
+ .text.z_impl_k_sem_take
+                0x0000000000026544       0x4c zephyr/kernel/libkernel.a(sem.c.obj)
+                0x0000000000026544                z_impl_k_sem_take
+ .text.z_impl_k_sem_reset
+                0x0000000000026590       0x44 zephyr/kernel/libkernel.a(sem.c.obj)
+                0x0000000000026590                z_impl_k_sem_reset
+ .text.k_sys_work_q_init
+                0x00000000000265d4       0x34 zephyr/kernel/libkernel.a(system_work_q.c.obj)
+ .text.work_queue_main
+                0x0000000000026608      0x13c zephyr/kernel/libkernel.a(work.c.obj)
+ .text.cancel_sync_locked
+                0x0000000000026744       0x3c zephyr/kernel/libkernel.a(work.c.obj)
+ .text.submit_to_queue_locked
+                0x0000000000026780       0xb0 zephyr/kernel/libkernel.a(work.c.obj)
+ .text.work_flush_locked
+                0x0000000000026830       0x80 zephyr/kernel/libkernel.a(work.c.obj)
+ .text.k_work_submit
+                0x00000000000268b0        0xc zephyr/kernel/libkernel.a(work.c.obj)
+                0x00000000000268b0                k_work_submit
+ .text.k_work_queue_start
+                0x00000000000268bc       0x7c zephyr/kernel/libkernel.a(work.c.obj)
+                0x00000000000268bc                k_work_queue_start
+ .text.k_work_schedule_for_queue
+                0x0000000000026938       0x54 zephyr/kernel/libkernel.a(work.c.obj)
+                0x0000000000026938                k_work_schedule_for_queue
+ .text.k_work_schedule
+                0x000000000002698c        0xc zephyr/kernel/libkernel.a(work.c.obj)
+                0x000000000002698c                k_work_schedule
+ .text.k_work_reschedule_for_queue
+                0x0000000000026998       0x5c zephyr/kernel/libkernel.a(work.c.obj)
+                0x0000000000026998                k_work_reschedule_for_queue
+ .text.k_work_reschedule
+                0x00000000000269f4        0xc zephyr/kernel/libkernel.a(work.c.obj)
+                0x00000000000269f4                k_work_reschedule
+ .text.z_setup_new_thread
+                0x0000000000026a00       0x54 zephyr/kernel/libkernel.a(thread.c.obj)
+                0x0000000000026a00                z_setup_new_thread
+ .text.z_impl_k_thread_create
+                0x0000000000026a54       0x58 zephyr/kernel/libkernel.a(thread.c.obj)
+                0x0000000000026a54                z_impl_k_thread_create
+ .text.update_cache
+                0x0000000000026aac       0x3c zephyr/kernel/libkernel.a(sched.c.obj)
+ .text.unready_thread
+                0x0000000000026ae8       0x30 zephyr/kernel/libkernel.a(sched.c.obj)
+ .text.ready_thread
+                0x0000000000026b18       0x68 zephyr/kernel/libkernel.a(sched.c.obj)
+ .text.z_thread_halt
+                0x0000000000026b80       0xd4 zephyr/kernel/libkernel.a(sched.c.obj)
+ .text.move_thread_to_end_of_prio_q
+                0x0000000000026c54       0x74 zephyr/kernel/libkernel.a(sched.c.obj)
+                0x0000000000026c54                move_thread_to_end_of_prio_q
+ .text.z_pend_curr
+                0x0000000000026cc8       0x58 zephyr/kernel/libkernel.a(sched.c.obj)
+                0x0000000000026cc8                z_pend_curr
+ .text.z_thread_prio_set
+                0x0000000000026d20       0x88 zephyr/kernel/libkernel.a(sched.c.obj)
+                0x0000000000026d20                z_thread_prio_set
+ .text.z_reschedule
+                0x0000000000026da8       0x24 zephyr/kernel/libkernel.a(sched.c.obj)
+                0x0000000000026da8                z_reschedule
+ .text.z_sched_start
+                0x0000000000026dcc       0x3c zephyr/kernel/libkernel.a(sched.c.obj)
+                0x0000000000026dcc                z_sched_start
+ .text.z_reschedule_irqlock
+                0x0000000000026e08       0x28 zephyr/kernel/libkernel.a(sched.c.obj)
+                0x0000000000026e08                z_reschedule_irqlock
+ .text.k_sched_lock
+                0x0000000000026e30       0x28 zephyr/kernel/libkernel.a(sched.c.obj)
+                0x0000000000026e30                k_sched_lock
+ .text.k_sched_unlock
+                0x0000000000026e58       0x40 zephyr/kernel/libkernel.a(sched.c.obj)
+                0x0000000000026e58                k_sched_unlock
+ .text.z_sched_init
+                0x0000000000026e98       0x10 zephyr/kernel/libkernel.a(sched.c.obj)
+                0x0000000000026e98                z_sched_init
+ .text.z_impl_k_yield
+                0x0000000000026ea8       0x7c zephyr/kernel/libkernel.a(sched.c.obj)
+                0x0000000000026ea8                z_impl_k_yield
+ .text.z_tick_sleep
+                0x0000000000026f24       0x88 zephyr/kernel/libkernel.a(sched.c.obj)
+ .text.z_impl_k_sleep
+                0x0000000000026fac       0x3c zephyr/kernel/libkernel.a(sched.c.obj)
+                0x0000000000026fac                z_impl_k_sleep
+ .text.z_impl_k_sched_current_thread_query
+                0x0000000000026fe8        0xc zephyr/kernel/libkernel.a(sched.c.obj)
+                0x0000000000026fe8                z_impl_k_sched_current_thread_query
+ .text.z_sched_wait
+                0x0000000000026ff4       0x24 zephyr/kernel/libkernel.a(sched.c.obj)
+                0x0000000000026ff4                z_sched_wait
+ .text.slice_timeout
+                0x0000000000027018       0x20 zephyr/kernel/libkernel.a(timeslicing.c.obj)
+ .text.thread_is_sliceable
+                0x0000000000027038       0x3c zephyr/kernel/libkernel.a(timeslicing.c.obj)
+                0x0000000000027038                thread_is_sliceable
+ .text.z_reset_time_slice
+                0x0000000000027074       0x50 zephyr/kernel/libkernel.a(timeslicing.c.obj)
+                0x0000000000027074                z_reset_time_slice
+ .text.z_time_slice
+                0x00000000000270c4       0x60 zephyr/kernel/libkernel.a(timeslicing.c.obj)
+                0x00000000000270c4                z_time_slice
+ .text.z_data_copy
+                0x0000000000027124       0x34 zephyr/kernel/libkernel.a(xip.c.obj)
+                0x0000000000027124                z_data_copy
+ .text.elapsed  0x0000000000027158       0x14 zephyr/kernel/libkernel.a(timeout.c.obj)
+ .text.remove_timeout
+                0x000000000002716c       0x38 zephyr/kernel/libkernel.a(timeout.c.obj)
+ .text.next_timeout
+                0x00000000000271a4       0x40 zephyr/kernel/libkernel.a(timeout.c.obj)
+ .text.z_add_timeout
+                0x00000000000271e4       0xf4 zephyr/kernel/libkernel.a(timeout.c.obj)
+                0x00000000000271e4                z_add_timeout
+ .text.sys_clock_announce
+                0x00000000000272d8       0xd0 zephyr/kernel/libkernel.a(timeout.c.obj)
+                0x00000000000272d8                sys_clock_announce
+ .text.sys_clock_tick_get
+                0x00000000000273a8       0x30 zephyr/kernel/libkernel.a(timeout.c.obj)
+                0x00000000000273a8                sys_clock_tick_get
+ .text.z_timer_expiration_handler
+                0x00000000000273d8       0xe0 zephyr/kernel/libkernel.a(timer.c.obj)
+                0x00000000000273d8                z_timer_expiration_handler
+ .text.z_impl_k_timer_start
+                0x00000000000274b8       0x74 zephyr/kernel/libkernel.a(timer.c.obj)
+                0x00000000000274b8                z_impl_k_timer_start
+ .text.z_impl_k_poll
+                0x000000000002752c       0xb0 zephyr/kernel/libkernel.a(poll.c.obj)
+                0x000000000002752c                z_impl_k_poll
+ .text.z_impl_k_poll_signal_raise
+                0x00000000000275dc       0x50 zephyr/kernel/libkernel.a(poll.c.obj)
+                0x00000000000275dc                z_impl_k_poll_signal_raise
+ .text.z_thread_aligned_alloc
+                0x000000000002762c       0x40 zephyr/kernel/libkernel.a(mempool.c.obj)
+                0x000000000002762c                z_thread_aligned_alloc
+ .text.ocrypto_ecdh_p256_public_key
+                0x000000000002766c       0x28 /opt/ncs/nrfxlib/crypto/nrf_oberon/lib/cortex-m4/soft-float/liboberon_3.0.15.a(ocrypto_ecdh_p256.c.obj)
+                0x000000000002766c                ocrypto_ecdh_p256_public_key
+ .text.ocrypto_ecdh_p256_common_secret
+                0x0000000000027694       0x34 /opt/ncs/nrfxlib/crypto/nrf_oberon/lib/cortex-m4/soft-float/liboberon_3.0.15.a(ocrypto_ecdh_p256.c.obj)
+                0x0000000000027694                ocrypto_ecdh_p256_common_secret
+ .text.ocrypto_sc_p256_from32bytes
+                0x00000000000276c8       0x54 /opt/ncs/nrfxlib/crypto/nrf_oberon/lib/cortex-m4/soft-float/liboberon_3.0.15.a(ocrypto_sc_p256.c.obj)
+                0x00000000000276c8                ocrypto_sc_p256_from32bytes
+ .text.p256_zdblu
+                0x000000000002771c       0xb8 /opt/ncs/nrfxlib/crypto/nrf_oberon/lib/cortex-m4/soft-float/liboberon_3.0.15.a(ocrypto_curve_p256.c.obj)
+ .text.p256_zaddc
+                0x00000000000277d4       0xcc /opt/ncs/nrfxlib/crypto/nrf_oberon/lib/cortex-m4/soft-float/liboberon_3.0.15.a(ocrypto_curve_p256.c.obj)
+ .text.p256_zaddu
+                0x00000000000278a0       0x98 /opt/ncs/nrfxlib/crypto/nrf_oberon/lib/cortex-m4/soft-float/liboberon_3.0.15.a(ocrypto_curve_p256.c.obj)
+ .text.ocrypto_curve_p256_from64bytes
+                0x0000000000027938       0x64 /opt/ncs/nrfxlib/crypto/nrf_oberon/lib/cortex-m4/soft-float/liboberon_3.0.15.a(ocrypto_curve_p256.c.obj)
+                0x0000000000027938                ocrypto_curve_p256_from64bytes
+ .text.ocrypto_curve_p256_to32bytes
+                0x000000000002799c        0x4 /opt/ncs/nrfxlib/crypto/nrf_oberon/lib/cortex-m4/soft-float/liboberon_3.0.15.a(ocrypto_curve_p256.c.obj)
+                0x000000000002799c                ocrypto_curve_p256_to32bytes
+ .text.ocrypto_curve_p256_to64bytes
+                0x00000000000279a0       0x1c /opt/ncs/nrfxlib/crypto/nrf_oberon/lib/cortex-m4/soft-float/liboberon_3.0.15.a(ocrypto_curve_p256.c.obj)
+                0x00000000000279a0                ocrypto_curve_p256_to64bytes
+ .text.ocrypto_curve_p256_scalarmult
+                0x00000000000279bc      0x16c /opt/ncs/nrfxlib/crypto/nrf_oberon/lib/cortex-m4/soft-float/liboberon_3.0.15.a(ocrypto_curve_p256.c.obj)
+                0x00000000000279bc                ocrypto_curve_p256_scalarmult
+ .text.ocrypto_curve_p256_scalarmult_base
+                0x0000000000027b28        0xc /opt/ncs/nrfxlib/crypto/nrf_oberon/lib/cortex-m4/soft-float/liboberon_3.0.15.a(ocrypto_curve_p256.c.obj)
+                0x0000000000027b28                ocrypto_curve_p256_scalarmult_base
+ .text.ocrypto_mod_p256_cneg
+                0x0000000000027b34       0x3c /opt/ncs/nrfxlib/crypto/nrf_oberon/lib/cortex-m4/soft-float/liboberon_3.0.15.a(ocrypto_mod_p256.c.obj)
+                0x0000000000027b34                ocrypto_mod_p256_cneg
+ .text.ocrypto_mod_p256_from_bytes
+                0x0000000000027b70       0x34 /opt/ncs/nrfxlib/crypto/nrf_oberon/lib/cortex-m4/soft-float/liboberon_3.0.15.a(ocrypto_mod_p256.c.obj)
+                0x0000000000027b70                ocrypto_mod_p256_from_bytes
+ .text.ocrypto_mod_p256_to_bytes
+                0x0000000000027ba4       0x34 /opt/ncs/nrfxlib/crypto/nrf_oberon/lib/cortex-m4/soft-float/liboberon_3.0.15.a(ocrypto_mod_p256.c.obj)
+                0x0000000000027ba4                ocrypto_mod_p256_to_bytes
+ .text.ocrypto_mod_p256_inv
+                0x0000000000027bd8      0x160 /opt/ncs/nrfxlib/crypto/nrf_oberon/lib/cortex-m4/soft-float/liboberon_3.0.15.a(ocrypto_mod_p256.c.obj)
+                0x0000000000027bd8                ocrypto_mod_p256_inv
+ .text.floorf   0x0000000000027d38       0x84 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libm_nano.a(lib_a-sf_floor.o)
+                0x0000000000027d38                floorf
+ .text.malloc   0x0000000000027dbc       0x10 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-malloc.o)
+                0x0000000000027dbc                malloc
+ .text._free_r  0x0000000000027dcc       0x94 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-nano-freer.o)
+                0x0000000000027dcc                _free_r
+ .text._malloc_r
+                0x0000000000027e60       0xb4 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-nano-mallocr.o)
+                0x0000000000027e60                _malloc_r
+ .text._printf_float
+                0x0000000000027f14      0x46c /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-nano-vfprintf_float.o)
+                0x0000000000027f14                _printf_float
+ .text._printf_i
+                0x0000000000028380      0x25c /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-nano-vfprintf_i.o)
+                0x0000000000028380                _printf_i
+ .text._sbrk_r  0x00000000000285dc       0x20 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-sbrkr.o)
+                0x00000000000285dc                _sbrk_r
+ .text._localeconv_r
+                0x00000000000285fc        0x8 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-localeconv.o)
+                0x00000000000285fc                _localeconv_r
+ .text.__malloc_lock
+                0x0000000000028604        0xc /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-mlock.o)
+                0x0000000000028604                __malloc_lock
+ .text.__malloc_unlock
+                0x0000000000028610        0xc /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-mlock.o)
+                0x0000000000028610                __malloc_unlock
+ .text._Balloc  0x000000000002861c       0x80 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-mprec.o)
+                0x000000000002861c                _Balloc
+ .text._Bfree   0x000000000002869c       0x44 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-mprec.o)
+                0x000000000002869c                _Bfree
+ .text.__multadd
+                0x00000000000286e0       0x8c /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-mprec.o)
+                0x00000000000286e0                __multadd
+ .text.__i2b    0x000000000002876c       0x2c /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-mprec.o)
+                0x000000000002876c                __i2b
+ .text.__multiply
+                0x0000000000028798      0x154 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-mprec.o)
+                0x0000000000028798                __multiply
+ .text.__pow5mult
+                0x00000000000288ec       0xb4 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-mprec.o)
+                0x00000000000288ec                __pow5mult
+ .text.__lshift
+                0x00000000000289a0       0xd8 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-mprec.o)
+                0x00000000000289a0                __lshift
+ .text.__mdiff  0x0000000000028a78      0x124 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-mprec.o)
+                0x0000000000028a78                __mdiff
+ .text.__d2b    0x0000000000028b9c       0xb0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-mprec.o)
+                0x0000000000028b9c                __d2b
+ .text.__assert_func
+                0x0000000000028c4c       0x3c /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-assert.o)
+                0x0000000000028c4c                __assert_func
+ .text.fprintf  0x0000000000028c88       0x24 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-fprintf.o)
+                0x0000000000028c88                fprintf
+                0x0000000000028c88                fiprintf
+ .text._vfprintf_r
+                0x0000000000028cac      0x258 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-nano-vfprintf.o)
+                0x0000000000028cac                _vfprintf_r
+                0x0000000000028cac                _vfiprintf_r
+ .text.__swbuf_r
+                0x0000000000028f04       0xa4 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-wbuf.o)
+                0x0000000000028f04                __swbuf_r
+ .text.__swsetup_r
+                0x0000000000028fa8       0xd8 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-wsetup.o)
+                0x0000000000028fa8                __swsetup_r
+ .text._fflush_r
+                0x0000000000029080       0x78 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-fflush.o)
+                0x0000000000029080                _fflush_r
+ .text.std      0x00000000000290f8       0x48 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-findfp.o)
+ .text._cleanup_r
+                0x0000000000029140        0xc /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-findfp.o)
+                0x0000000000029140                _cleanup_r
+ .text.__sfp_lock_acquire
+                0x000000000002914c        0xc /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-findfp.o)
+                0x000000000002914c                __sfp_lock_acquire
+ .text.__sfp_lock_release
+                0x0000000000029158        0xc /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-findfp.o)
+                0x0000000000029158                __sfp_lock_release
+ .text.__sinit_lock_acquire
+                0x0000000000029164        0xc /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-findfp.o)
+                0x0000000000029164                __sinit_lock_acquire
+ .text.__sinit_lock_release
+                0x0000000000029170        0xc /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-findfp.o)
+                0x0000000000029170                __sinit_lock_release
+ .text.__sinit  0x000000000002917c       0x70 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-findfp.o)
+                0x000000000002917c                __sinit
+ .text.__sfp    0x00000000000291ec       0x8c /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-findfp.o)
+                0x00000000000291ec                __sfp
+ .text.__smakebuf_r
+                0x0000000000029278       0x80 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-makebuf.o)
+                0x0000000000029278                __smakebuf_r
+ .text._write_r
+                0x00000000000292f8       0x24 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-writer.o)
+                0x00000000000292f8                _write_r
+ .text._close_r
+                0x000000000002931c       0x20 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-closer.o)
+                0x000000000002931c                _close_r
+ .text._fstat_r
+                0x000000000002933c       0x24 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-fstatr.o)
+                0x000000000002933c                _fstat_r
+ .text._isatty_r
+                0x0000000000029360       0x20 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-isattyr.o)
+                0x0000000000029360                _isatty_r
+ .text._lseek_r
+                0x0000000000029380       0x24 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-lseekr.o)
+                0x0000000000029380                _lseek_r
+ .text._read_r  0x00000000000293a4       0x24 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-readr.o)
+                0x00000000000293a4                _read_r
+ .text._OffsetAbsSyms
+                0x00000000000293c8        0x2 zephyr/CMakeFiles/offsets.dir/./arch/arm/core/offsets/offsets.c.obj
+                0x00000000000293c8                _OffsetAbsSyms
+ .text.z_log_msg_simple_create_1.constprop.0
+                0x00000000000293ca        0xa app/libapp.a(main.c.obj)
+ .text.chunk_size
+                0x00000000000293d4        0xa zephyr/libzephyr.a(heap.c.obj)
+ .text.free_list_add
+                0x00000000000293de       0x4e zephyr/libzephyr.a(heap.c.obj)
+ .text.free_list_remove_bidx
+                0x000000000002942c       0x3a zephyr/libzephyr.a(heap.c.obj)
+ .text.free_list_remove
+                0x0000000000029466       0x1a zephyr/libzephyr.a(heap.c.obj)
+ .text.alloc_chunk
+                0x0000000000029480       0x6e zephyr/libzephyr.a(heap.c.obj)
+ .text.merge_chunks
+                0x00000000000294ee       0x2c zephyr/libzephyr.a(heap.c.obj)
+ .text.split_chunks
+                0x000000000002951a       0x34 zephyr/libzephyr.a(heap.c.obj)
+ .text.free_chunk
+                0x000000000002954e       0x62 zephyr/libzephyr.a(heap.c.obj)
+ .text.sys_heap_free
+                0x00000000000295b0       0x1e zephyr/libzephyr.a(heap.c.obj)
+                0x00000000000295b0                sys_heap_free
+ .text.sys_heap_alloc
+                0x00000000000295ce       0x52 zephyr/libzephyr.a(heap.c.obj)
+                0x00000000000295ce                sys_heap_alloc
+ .text.sys_heap_aligned_alloc
+                0x0000000000029620       0xd0 zephyr/libzephyr.a(heap.c.obj)
+                0x0000000000029620                sys_heap_aligned_alloc
+ .text.sys_heap_init
+                0x00000000000296f0       0x7a zephyr/libzephyr.a(heap.c.obj)
+                0x00000000000296f0                sys_heap_init
+ .text.cbpprintf_external
+                0x000000000002976a       0x62 zephyr/libzephyr.a(cbprintf_packaged.c.obj)
+                0x000000000002976a                cbpprintf_external
+ .text.is_ptr   0x00000000000297cc       0x4a zephyr/libzephyr.a(cbprintf_packaged.c.obj)
+                0x00000000000297cc                is_ptr
+ .text.arch_printk_char_out
+                0x0000000000029816        0x4 zephyr/libzephyr.a(printk.c.obj)
+                0x0000000000029816                arch_printk_char_out
+ .text.str_out  0x000000000002981a       0x26 zephyr/libzephyr.a(printk.c.obj)
+ .text.vprintk  0x0000000000029840        0x4 zephyr/libzephyr.a(printk.c.obj)
+                0x0000000000029840                vprintk
+ .text.printk   0x0000000000029844       0x1a zephyr/libzephyr.a(printk.c.obj)
+                0x0000000000029844                printk
+ .text.snprintk
+                0x000000000002985e       0x1a zephyr/libzephyr.a(printk.c.obj)
+                0x000000000002985e                snprintk
+ .text.z_thread_entry
+                0x0000000000029878       0x14 zephyr/libzephyr.a(thread_entry.c.obj)
+                0x0000000000029878                z_thread_entry
+ .text.outs     0x000000000002988c       0x2e zephyr/libzephyr.a(cbprintf_complete.c.obj)
+ .text.assert_print
+                0x00000000000298ba       0x1a zephyr/libzephyr.a(assert.c.obj)
+                0x00000000000298ba                assert_print
+ .text.free_space
+                0x00000000000298d4       0x26 zephyr/libzephyr.a(mpsc_pbuf.c.obj)
+ .text.get_usage
+                0x00000000000298fa       0x22 zephyr/libzephyr.a(mpsc_pbuf.c.obj)
+ .text.idx_inc  0x000000000002991c       0x1c zephyr/libzephyr.a(mpsc_pbuf.c.obj)
+ .text.rd_idx_inc
+                0x0000000000029938       0x18 zephyr/libzephyr.a(mpsc_pbuf.c.obj)
+ .text.add_skip_item
+                0x0000000000029950       0x3a zephyr/libzephyr.a(mpsc_pbuf.c.obj)
+ .text.drop_item_locked
+                0x000000000002998a       0xee zephyr/libzephyr.a(mpsc_pbuf.c.obj)
+ .text.post_drop_action
+                0x0000000000029a78       0x36 zephyr/libzephyr.a(mpsc_pbuf.c.obj)
+ .text.max_utilization_update
+                0x0000000000029aae       0x1a zephyr/libzephyr.a(mpsc_pbuf.c.obj)
+ .text.mpsc_pbuf_init
+                0x0000000000029ac8       0x42 zephyr/libzephyr.a(mpsc_pbuf.c.obj)
+                0x0000000000029ac8                mpsc_pbuf_init
+ .text.mpsc_pbuf_alloc
+                0x0000000000029b0a       0xf8 zephyr/libzephyr.a(mpsc_pbuf.c.obj)
+                0x0000000000029b0a                mpsc_pbuf_alloc
+ .text.mpsc_pbuf_commit
+                0x0000000000029c02       0x3e zephyr/libzephyr.a(mpsc_pbuf.c.obj)
+                0x0000000000029c02                mpsc_pbuf_commit
+ .text.mpsc_pbuf_claim
+                0x0000000000029c40       0xa8 zephyr/libzephyr.a(mpsc_pbuf.c.obj)
+                0x0000000000029c40                mpsc_pbuf_claim
+ .text.mpsc_pbuf_free
+                0x0000000000029ce8       0x76 zephyr/libzephyr.a(mpsc_pbuf.c.obj)
+                0x0000000000029ce8                mpsc_pbuf_free
+ .text.mpsc_pbuf_is_pending
+                0x0000000000029d5e       0x1a zephyr/libzephyr.a(mpsc_pbuf.c.obj)
+                0x0000000000029d5e                mpsc_pbuf_is_pending
+ .text.process_recheck
+                0x0000000000029d78       0x38 zephyr/libzephyr.a(onoff.c.obj)
+ .text.validate_args
+                0x0000000000029db0       0x20 zephyr/libzephyr.a(onoff.c.obj)
+ .text.notify_one
+                0x0000000000029dd0       0x2c zephyr/libzephyr.a(onoff.c.obj)
+ .text.transition_complete
+                0x0000000000029dfc       0x1a zephyr/libzephyr.a(onoff.c.obj)
+ .text.onoff_manager_init
+                0x0000000000029e16       0x26 zephyr/libzephyr.a(onoff.c.obj)
+                0x0000000000029e16                onoff_manager_init
+ .text.onoff_request
+                0x0000000000029e3c       0xae zephyr/libzephyr.a(onoff.c.obj)
+                0x0000000000029e3c                onoff_request
+ .text.sys_notify_validate
+                0x0000000000029eea       0x28 zephyr/libzephyr.a(notify.c.obj)
+                0x0000000000029eea                sys_notify_validate
+ .text.sys_notify_finalize
+                0x0000000000029f12       0x32 zephyr/libzephyr.a(notify.c.obj)
+                0x0000000000029f12                sys_notify_finalize
+ .text._ConfigAbsSyms
+                0x0000000000029f44        0x2 zephyr/libzephyr.a(configs.c.obj)
+                0x0000000000029f44                _ConfigAbsSyms
+ .text.nvs_flash_rd
+                0x0000000000029f46       0x1c zephyr/libzephyr.a(nvs.c.obj)
+ .text.nvs_flash_cmp_const
+                0x0000000000029f62       0x56 zephyr/libzephyr.a(nvs.c.obj)
+ .text.nvs_flash_erase_sector
+                0x0000000000029fb8       0x34 zephyr/libzephyr.a(nvs.c.obj)
+ .text.nvs_sector_advance
+                0x0000000000029fec       0x1a zephyr/libzephyr.a(nvs.c.obj)
+ .text.z_log_msg_simple_create_0
+                0x000000000002a006        0x4 zephyr/libzephyr.a(nvs.c.obj)
+ .text.nvs_ate_crc8_update
+                0x000000000002a00a       0x12 zephyr/libzephyr.a(nvs.c.obj)
+ .text.nvs_al_size.isra.0
+                0x000000000002a01c       0x14 zephyr/libzephyr.a(nvs.c.obj)
+ .text.nvs_ate_valid
+                0x000000000002a030       0x34 zephyr/libzephyr.a(nvs.c.obj)
+ .text.nvs_close_ate_valid
+                0x000000000002a064       0x3c zephyr/libzephyr.a(nvs.c.obj)
+ .text.nvs_prev_ate
+                0x000000000002a0a0       0x94 zephyr/libzephyr.a(nvs.c.obj)
+ .text.nvs_flash_al_wrt
+                0x000000000002a134       0x72 zephyr/libzephyr.a(nvs.c.obj)
+ .text.nvs_flash_ate_wrt
+                0x000000000002a1a6       0x22 zephyr/libzephyr.a(nvs.c.obj)
+ .text.nvs_add_gc_done_ate
+                0x000000000002a1c8       0x2e zephyr/libzephyr.a(nvs.c.obj)
+ .text.nvs_gc   0x000000000002a1f6      0x19a zephyr/libzephyr.a(nvs.c.obj)
+ .text.nvs_delete
+                0x000000000002a390        0x8 zephyr/libzephyr.a(nvs.c.obj)
+                0x000000000002a390                nvs_delete
+ .text.nvs_read
+                0x000000000002a398        0xe zephyr/libzephyr.a(nvs.c.obj)
+                0x000000000002a398                nvs_read
+ .text.log_msg_generic_get_wlen
+                0x000000000002a3a6       0x20 zephyr/libzephyr.a(log_core.c.obj)
+ .text.dummy_timestamp
+                0x000000000002a3c6        0x4 zephyr/libzephyr.a(log_core.c.obj)
+ .text.default_get_timestamp
+                0x000000000002a3ca        0x4 zephyr/libzephyr.a(log_core.c.obj)
+ .text.atomic_inc
+                0x000000000002a3ce       0x1a zephyr/libzephyr.a(log_core.c.obj)
+ .text.z_log_vprintk
+                0x000000000002a3e8       0x1c zephyr/libzephyr.a(log_core.c.obj)
+                0x000000000002a3e8                z_log_vprintk
+ .text.z_log_notify_drop
+                0x000000000002a404        0x6 zephyr/libzephyr.a(log_core.c.obj)
+ .text.z_log_get_tag
+                0x000000000002a40a        0x4 zephyr/libzephyr.a(log_core.c.obj)
+                0x000000000002a40a                z_log_get_tag
+ .text.z_cbprintf_cpy
+                0x000000000002a40e       0x2c zephyr/libzephyr.a(log_msg.c.obj)
+ .text.z_log_msg_finalize
+                0x000000000002a43a       0x32 zephyr/libzephyr.a(log_msg.c.obj)
+                0x000000000002a43a                z_log_msg_finalize
+ .text.z_log_msg_simple_create
+                0x000000000002a46c       0x6e zephyr/libzephyr.a(log_msg.c.obj)
+ .text.z_impl_z_log_msg_simple_create_0
+                0x000000000002a4da       0x12 zephyr/libzephyr.a(log_msg.c.obj)
+                0x000000000002a4da                z_impl_z_log_msg_simple_create_0
+ .text.z_impl_z_log_msg_simple_create_1
+                0x000000000002a4ec       0x14 zephyr/libzephyr.a(log_msg.c.obj)
+                0x000000000002a4ec                z_impl_z_log_msg_simple_create_1
+ .text.z_impl_z_log_msg_simple_create_2
+                0x000000000002a500       0x18 zephyr/libzephyr.a(log_msg.c.obj)
+                0x000000000002a500                z_impl_z_log_msg_simple_create_2
+ .text.buffer_write
+                0x000000000002a518       0x1c zephyr/libzephyr.a(log_output.c.obj)
+ .text.cbvprintf
+                0x000000000002a534        0xe zephyr/libzephyr.a(log_output.c.obj)
+ .text.log_output_flush
+                0x000000000002a542       0x1a zephyr/libzephyr.a(log_output.c.obj)
+                0x000000000002a542                log_output_flush
+ .text.out_func
+                0x000000000002a55c       0x36 zephyr/libzephyr.a(log_output.c.obj)
+ .text.cr_out_func
+                0x000000000002a592       0x1c zephyr/libzephyr.a(log_output.c.obj)
+ .text.log_output_msg_process
+                0x000000000002a5ae       0x6a zephyr/libzephyr.a(log_output.c.obj)
+                0x000000000002a5ae                log_output_msg_process
+ .text.format_set
+                0x000000000002a618        0xc zephyr/libzephyr.a(log_backend_uart.c.obj)
+ .text.log_backend_uart_init
+                0x000000000002a624        0xc zephyr/libzephyr.a(log_backend_uart.c.obj)
+ .text.panic    0x000000000002a630       0x10 zephyr/libzephyr.a(log_backend_uart.c.obj)
+ .text.dropped  0x000000000002a640        0xa zephyr/libzephyr.a(log_backend_uart.c.obj)
+ .text.process  0x000000000002a64a       0x1e zephyr/libzephyr.a(log_backend_uart.c.obj)
+ .text.flash_area_close
+                0x000000000002a668        0x2 zephyr/libzephyr.a(flash_map.c.obj)
+                0x000000000002a668                flash_area_close
+ .text.get_sectors_cb
+                0x000000000002a66a       0x44 zephyr/libzephyr.a(flash_map_layout.c.obj)
+ .text.settings_name_steq
+                0x000000000002a6ae       0x48 zephyr/libzephyr.a(settings.c.obj)
+                0x000000000002a6ae                settings_name_steq
+ .text.settings_nvs_storage_get
+                0x000000000002a6f6        0x4 zephyr/libzephyr.a(settings_nvs.c.obj)
+ .text.settings_nvs_read_fn
+                0x000000000002a6fa       0x18 zephyr/libzephyr.a(settings_nvs.c.obj)
+ .text.settings_nvs_save
+                0x000000000002a712      0x118 zephyr/libzephyr.a(settings_nvs.c.obj)
+ .text.settings_nvs_backend_init
+                0x000000000002a82a       0x42 zephyr/libzephyr.a(settings_nvs.c.obj)
+                0x000000000002a82a                settings_nvs_backend_init
+ .text.lis2mdl_read_reg
+                0x000000000002a86c        0xc zephyr/libzephyr.a(lis2mdl_reg.c.obj)
+                0x000000000002a86c                lis2mdl_read_reg
+ .text.lis2mdl_write_reg
+                0x000000000002a878        0xc zephyr/libzephyr.a(lis2mdl_reg.c.obj)
+                0x000000000002a878                lis2mdl_write_reg
+ .text.lis2mdl_mag_user_offset_set
+                0x000000000002a884       0x24 zephyr/libzephyr.a(lis2mdl_reg.c.obj)
+                0x000000000002a884                lis2mdl_mag_user_offset_set
+ .text.lis2mdl_operating_mode_set
+                0x000000000002a8a8       0x2e zephyr/libzephyr.a(lis2mdl_reg.c.obj)
+                0x000000000002a8a8                lis2mdl_operating_mode_set
+ .text.lis2mdl_data_rate_set
+                0x000000000002a8d6       0x2e zephyr/libzephyr.a(lis2mdl_reg.c.obj)
+                0x000000000002a8d6                lis2mdl_data_rate_set
+ .text.lis2mdl_offset_temp_comp_set
+                0x000000000002a904       0x2e zephyr/libzephyr.a(lis2mdl_reg.c.obj)
+                0x000000000002a904                lis2mdl_offset_temp_comp_set
+ .text.lis2mdl_set_rst_mode_set
+                0x000000000002a932       0x2e zephyr/libzephyr.a(lis2mdl_reg.c.obj)
+                0x000000000002a932                lis2mdl_set_rst_mode_set
+ .text.lis2mdl_set_rst_sensor_single_set
+                0x000000000002a960       0x2e zephyr/libzephyr.a(lis2mdl_reg.c.obj)
+                0x000000000002a960                lis2mdl_set_rst_sensor_single_set
+ .text.lis2mdl_block_data_update_set
+                0x000000000002a98e       0x2e zephyr/libzephyr.a(lis2mdl_reg.c.obj)
+                0x000000000002a98e                lis2mdl_block_data_update_set
+ .text.lis2mdl_magnetic_raw_get
+                0x000000000002a9bc       0x3c zephyr/libzephyr.a(lis2mdl_reg.c.obj)
+                0x000000000002a9bc                lis2mdl_magnetic_raw_get
+ .text.lis2mdl_temperature_raw_get
+                0x000000000002a9f8       0x20 zephyr/libzephyr.a(lis2mdl_reg.c.obj)
+                0x000000000002a9f8                lis2mdl_temperature_raw_get
+ .text.lis2mdl_device_id_get
+                0x000000000002aa18        0xe zephyr/libzephyr.a(lis2mdl_reg.c.obj)
+                0x000000000002aa18                lis2mdl_device_id_get
+ .text.lis2mdl_reset_set
+                0x000000000002aa26       0x2e zephyr/libzephyr.a(lis2mdl_reg.c.obj)
+                0x000000000002aa26                lis2mdl_reset_set
+ .text.lis2mdl_boot_set
+                0x000000000002aa54       0x2e zephyr/libzephyr.a(lis2mdl_reg.c.obj)
+                0x000000000002aa54                lis2mdl_boot_set
+ .text.lis2mdl_drdy_on_pin_set
+                0x000000000002aa82       0x2e zephyr/libzephyr.a(lis2mdl_reg.c.obj)
+                0x000000000002aa82                lis2mdl_drdy_on_pin_set
+ .text.lis2mdl_spi_mode_set
+                0x000000000002aab0       0x2e zephyr/libzephyr.a(lis2mdl_reg.c.obj)
+                0x000000000002aab0                lis2mdl_spi_mode_set
+ .text._copy    0x000000000002aade       0x1a zephyr/libzephyr.a(utils.c.obj)
+                0x000000000002aade                _copy
+ .text._set     0x000000000002aaf8        0x4 zephyr/libzephyr.a(utils.c.obj)
+                0x000000000002aaf8                _set
+ .text._double_byte
+                0x000000000002aafc       0x12 zephyr/libzephyr.a(utils.c.obj)
+                0x000000000002aafc                _double_byte
+ .text.add_round_key
+                0x000000000002ab0e       0x8a zephyr/libzephyr.a(aes_encrypt.c.obj)
+ .text.shift_rows
+                0x000000000002ab98       0x72 zephyr/libzephyr.a(aes_encrypt.c.obj)
+ .text.mult_row_column
+                0x000000000002ac0a       0x82 zephyr/libzephyr.a(aes_encrypt.c.obj)
+ .text.tc_aes_encrypt
+                0x000000000002ac8c       0xac zephyr/libzephyr.a(aes_encrypt.c.obj)
+                0x000000000002ac8c                tc_aes_encrypt
+ .text.gf_double
+                0x000000000002ad38       0x2a zephyr/libzephyr.a(cmac_mode.c.obj)
+                0x000000000002ad38                gf_double
+ .text.tc_cmac_erase
+                0x000000000002ad62       0x10 zephyr/libzephyr.a(cmac_mode.c.obj)
+                0x000000000002ad62                tc_cmac_erase
+ .text.tc_cmac_init
+                0x000000000002ad72       0x2c zephyr/libzephyr.a(cmac_mode.c.obj)
+                0x000000000002ad72                tc_cmac_init
+ .text.tc_cmac_setup
+                0x000000000002ad9e       0x56 zephyr/libzephyr.a(cmac_mode.c.obj)
+                0x000000000002ad9e                tc_cmac_setup
+ .text.tc_cmac_update
+                0x000000000002adf4       0xd4 zephyr/libzephyr.a(cmac_mode.c.obj)
+                0x000000000002adf4                tc_cmac_update
+ .text.tc_cmac_final
+                0x000000000002aec8       0x6a zephyr/libzephyr.a(cmac_mode.c.obj)
+                0x000000000002aec8                tc_cmac_final
+ .text.z_do_kernel_oops
+                0x000000000002af32        0x8 zephyr/arch/arch/arm/core/libarch__arm__core.a(fatal.c.obj)
+                0x000000000002af32                z_do_kernel_oops
+ .text.z_arm_nmi
+                0x000000000002af3a        0xe zephyr/arch/arch/arm/core/libarch__arm__core.a(nmi.c.obj)
+                0x000000000002af3a                z_arm_nmi
+ .text.z_log_msg_simple_create_0.constprop.0
+                0x000000000002af48        0x8 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(fault.c.obj)
+ .text.z_irq_spurious
+                0x000000000002af50        0x8 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(irq_manage.c.obj)
+                0x000000000002af50                z_irq_spurious
+ .text.arch_irq_unlock_outlined
+                0x000000000002af58        0xe zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(thread.c.obj)
+                0x000000000002af58                arch_irq_unlock_outlined
+ .text.arch_cpu_idle
+                0x000000000002af66       0x1a zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(cpu_idle.c.obj)
+                0x000000000002af66                arch_cpu_idle
+ .text.arch_cpu_atomic_idle
+                0x000000000002af80       0x1e zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(cpu_idle.c.obj)
+                0x000000000002af80                arch_cpu_atomic_idle
+ .text.malloc_prepare
+                0x000000000002af9e        0x4 zephyr/lib/libc/newlib/liblib__libc__newlib.a(libc-hooks.c.obj)
+ .text._stdout_hook_default
+                0x000000000002afa2        0x6 zephyr/lib/libc/newlib/liblib__libc__newlib.a(libc-hooks.c.obj)
+ .text._stdin_hook_default
+                0x000000000002afa8        0x4 zephyr/lib/libc/newlib/liblib__libc__newlib.a(libc-hooks.c.obj)
+ .text._read    0x000000000002afac        0x8 zephyr/lib/libc/newlib/liblib__libc__newlib.a(libc-hooks.c.obj)
+                0x000000000002afac                _read
+                0x000000000002afac                read
+ .text._write   0x000000000002afb4        0x8 zephyr/lib/libc/newlib/liblib__libc__newlib.a(libc-hooks.c.obj)
+                0x000000000002afb4                write
+                0x000000000002afb4                _write
+ .text._close   0x000000000002afbc        0x6 zephyr/lib/libc/newlib/liblib__libc__newlib.a(libc-hooks.c.obj)
+                0x000000000002afbc                _close
+                0x000000000002afbc                close
+ .text._lseek   0x000000000002afc2        0x4 zephyr/lib/libc/newlib/liblib__libc__newlib.a(libc-hooks.c.obj)
+                0x000000000002afc2                lseek
+                0x000000000002afc2                _lseek
+ .text._isatty  0x000000000002afc6        0xa zephyr/lib/libc/newlib/liblib__libc__newlib.a(libc-hooks.c.obj)
+                0x000000000002afc6                _isatty
+                0x000000000002afc6                isatty
+ .text._fstat   0x000000000002afd0        0xa zephyr/lib/libc/newlib/liblib__libc__newlib.a(libc-hooks.c.obj)
+                0x000000000002afd0                fstat
+                0x000000000002afd0                _fstat
+ .text.__retarget_lock_init_recursive
+                0x000000000002afda       0x14 zephyr/lib/libc/newlib/liblib__libc__newlib.a(libc-hooks.c.obj)
+                0x000000000002afda                __retarget_lock_init_recursive
+ .text.__retarget_lock_acquire_recursive
+                0x000000000002afee        0xc zephyr/lib/libc/newlib/liblib__libc__newlib.a(libc-hooks.c.obj)
+                0x000000000002afee                __retarget_lock_acquire_recursive
+ .text.__retarget_lock_release_recursive
+                0x000000000002affa        0x4 zephyr/lib/libc/newlib/liblib__libc__newlib.a(libc-hooks.c.obj)
+                0x000000000002affa                __retarget_lock_release_recursive
+ .text.mlme_indication_handler
+                0x000000000002affe        0x2 zephyr/subsys/lorawan/libloramac-node.a(lorawan.c.obj)
+ .text.mac_process_notify
+                0x000000000002b000        0x4 zephyr/subsys/lorawan/libloramac-node.a(lorawan.c.obj)
+ .text.z_log_msg_static_create.constprop.0
+                0x000000000002b004        0x6 zephyr/subsys/lorawan/libloramac-node.a(lorawan.c.obj)
+ .text.BoardGetUniqueId
+                0x000000000002b00a        0x2 zephyr/subsys/lorawan/libloramac-node.a(lorawan.c.obj)
+                0x000000000002b00a                BoardGetUniqueId
+ .text.lorawan_get_payload_sizes
+                0x000000000002b00c       0x1e zephyr/subsys/lorawan/libloramac-node.a(lorawan.c.obj)
+                0x000000000002b00c                lorawan_get_payload_sizes
+ .text.lorawan_nvm_init
+                0x000000000002b02a        0x4 zephyr/subsys/lorawan/libloramac-node.a(lorawan_nvm_settings.c.obj)
+                0x000000000002b02a                lorawan_nvm_init
+ .text.timer_work_handler
+                0x000000000002b02e        0x4 zephyr/subsys/lorawan/libloramac-node.a(hal_common.c.obj)
+ .text.k_uptime_get_32
+                0x000000000002b032       0x1a zephyr/subsys/lorawan/libloramac-node.a(hal_common.c.obj)
+ .text.RtcGetCalendarTime
+                0x000000000002b04c       0x2a zephyr/subsys/lorawan/libloramac-node.a(hal_common.c.obj)
+                0x000000000002b04c                RtcGetCalendarTime
+ .text.RtcGetTimerValue
+                0x000000000002b076        0x4 zephyr/subsys/lorawan/libloramac-node.a(hal_common.c.obj)
+                0x000000000002b076                RtcGetTimerValue
+ .text.RtcGetMinimumTimeout
+                0x000000000002b07a        0x4 zephyr/subsys/lorawan/libloramac-node.a(hal_common.c.obj)
+                0x000000000002b07a                RtcGetMinimumTimeout
+ .text.DelayMsMcu
+                0x000000000002b07e       0x20 zephyr/subsys/lorawan/libloramac-node.a(hal_common.c.obj)
+                0x000000000002b07e                DelayMsMcu
+ .text.RtcMs2Tick
+                0x000000000002b09e        0x2 zephyr/subsys/lorawan/libloramac-node.a(hal_common.c.obj)
+                0x000000000002b09e                RtcMs2Tick
+ .text.RtcTick2Ms
+                0x000000000002b0a0        0x2 zephyr/subsys/lorawan/libloramac-node.a(hal_common.c.obj)
+                0x000000000002b0a0                RtcTick2Ms
+ .text.BoardCriticalSectionBegin
+                0x000000000002b0a2       0x12 zephyr/subsys/lorawan/libloramac-node.a(hal_common.c.obj)
+                0x000000000002b0a2                BoardCriticalSectionBegin
+ .text.BoardCriticalSectionEnd
+                0x000000000002b0b4        0xc zephyr/subsys/lorawan/libloramac-node.a(hal_common.c.obj)
+                0x000000000002b0b4                BoardCriticalSectionEnd
+ .text.sx12xx_ev_tx_timed_out
+                0x000000000002b0c0        0x4 zephyr/subsys/lorawan/libloramac-node.a(sx12xx_common.c.obj)
+ .text.SX1276CheckRfFrequency
+                0x000000000002b0c4        0x4 zephyr/subsys/lorawan/libloramac-node.a(sx127x.c.obj)
+                0x000000000002b0c4                SX1276CheckRfFrequency
+ .text.SX1276GetBoardTcxoWakeupTime
+                0x000000000002b0c8        0x4 zephyr/subsys/lorawan/libloramac-node.a(sx127x.c.obj)
+                0x000000000002b0c8                SX1276GetBoardTcxoWakeupTime
+ .text.SX1276SetAntSwLowPower
+                0x000000000002b0cc        0x2 zephyr/subsys/lorawan/libloramac-node.a(sx127x.c.obj)
+                0x000000000002b0cc                SX1276SetAntSwLowPower
+ .text.SX1276SetBoardTcxo
+                0x000000000002b0ce        0x2 zephyr/subsys/lorawan/libloramac-node.a(sx127x.c.obj)
+                0x000000000002b0ce                SX1276SetBoardTcxo
+ .text.SX1276SetAntSw
+                0x000000000002b0d0        0x2 zephyr/subsys/lorawan/libloramac-node.a(sx127x.c.obj)
+                0x000000000002b0d0                SX1276SetAntSw
+ .text.SX1276Reset
+                0x000000000002b0d2       0x22 zephyr/subsys/lorawan/libloramac-node.a(sx127x.c.obj)
+                0x000000000002b0d2                SX1276Reset
+ .text.SX1276ReadBuffer
+                0x000000000002b0f4       0x1a zephyr/subsys/lorawan/libloramac-node.a(sx127x.c.obj)
+                0x000000000002b0f4                SX1276ReadBuffer
+ .text.SX1276WriteBuffer
+                0x000000000002b10e       0x1a zephyr/subsys/lorawan/libloramac-node.a(sx127x.c.obj)
+                0x000000000002b10e                SX1276WriteBuffer
+ .text.SX1276GetDio1PinState
+                0x000000000002b128        0x4 zephyr/subsys/lorawan/libloramac-node.a(sx127x.c.obj)
+                0x000000000002b128                SX1276GetDio1PinState
+ .text.randr    0x000000000002b12c       0x1a zephyr/subsys/lorawan/libloramac-node.a(utilities.c.obj)
+                0x000000000002b12c                randr
+ .text.memcpy1  0x000000000002b146       0x14 zephyr/subsys/lorawan/libloramac-node.a(utilities.c.obj)
+                0x000000000002b146                memcpy1
+ .text.memcpyr  0x000000000002b15a       0x14 zephyr/subsys/lorawan/libloramac-node.a(utilities.c.obj)
+                0x000000000002b15a                memcpyr
+ .text.memset1  0x000000000002b16e        0x4 zephyr/subsys/lorawan/libloramac-node.a(utilities.c.obj)
+                0x000000000002b16e                memset1
+ .text.SysTimeAdd
+                0x000000000002b172       0x36 zephyr/subsys/lorawan/libloramac-node.a(systime.c.obj)
+                0x000000000002b172                SysTimeAdd
+ .text.SysTimeSub
+                0x000000000002b1a8       0x36 zephyr/subsys/lorawan/libloramac-node.a(systime.c.obj)
+                0x000000000002b1a8                SysTimeSub
+ .text.SysTimeSet
+                0x000000000002b1de       0x42 zephyr/subsys/lorawan/libloramac-node.a(systime.c.obj)
+                0x000000000002b1de                SysTimeSet
+ .text.SysTimeGet
+                0x000000000002b220       0x46 zephyr/subsys/lorawan/libloramac-node.a(systime.c.obj)
+                0x000000000002b220                SysTimeGet
+ .text.SysTimeGetMcuTime
+                0x000000000002b266       0x24 zephyr/subsys/lorawan/libloramac-node.a(systime.c.obj)
+                0x000000000002b266                SysTimeGetMcuTime
+ .text.TimerSetTimeout
+                0x000000000002b28a       0x2c zephyr/subsys/lorawan/libloramac-node.a(timer.c.obj)
+ .text.TimerInit
+                0x000000000002b2b6       0x10 zephyr/subsys/lorawan/libloramac-node.a(timer.c.obj)
+                0x000000000002b2b6                TimerInit
+ .text.TimerSetValue
+                0x000000000002b2c6       0x22 zephyr/subsys/lorawan/libloramac-node.a(timer.c.obj)
+                0x000000000002b2c6                TimerSetValue
+ .text.TimerGetCurrentTime
+                0x000000000002b2e8        0xe zephyr/subsys/lorawan/libloramac-node.a(timer.c.obj)
+                0x000000000002b2e8                TimerGetCurrentTime
+ .text.TimerGetElapsedTime
+                0x000000000002b2f6       0x1e zephyr/subsys/lorawan/libloramac-node.a(timer.c.obj)
+                0x000000000002b2f6                TimerGetElapsedTime
+ .text.DelayMs  0x000000000002b314        0x4 zephyr/subsys/lorawan/libloramac-node.a(delay.c.obj)
+                0x000000000002b314                DelayMs
+ .text.SX1276Write
+                0x000000000002b318       0x16 zephyr/subsys/lorawan/libloramac-node.a(sx1276.c.obj)
+                0x000000000002b318                SX1276Write
+ .text.SX1276Read
+                0x000000000002b32e       0x16 zephyr/subsys/lorawan/libloramac-node.a(sx1276.c.obj)
+                0x000000000002b32e                SX1276Read
+ .text.SX1276SetOpMode
+                0x000000000002b344       0x34 zephyr/subsys/lorawan/libloramac-node.a(sx1276.c.obj)
+ .text.SX1276IsChannelFree
+                0x000000000002b378       0x66 zephyr/subsys/lorawan/libloramac-node.a(sx1276.c.obj)
+                0x000000000002b378                SX1276IsChannelFree
+ .text.SX1276Random
+                0x000000000002b3de       0x3e zephyr/subsys/lorawan/libloramac-node.a(sx1276.c.obj)
+                0x000000000002b3de                SX1276Random
+ .text.SX1276GetWakeupTime
+                0x000000000002b41c        0xa zephyr/subsys/lorawan/libloramac-node.a(sx1276.c.obj)
+                0x000000000002b41c                SX1276GetWakeupTime
+ .text.xor_block
+                0x000000000002b426       0x82 zephyr/subsys/lorawan/libloramac-node.a(aes.c.obj)
+ .text.copy_and_key
+                0x000000000002b4a8       0x84 zephyr/subsys/lorawan/libloramac-node.a(aes.c.obj)
+ .text.AES_CMAC_Init
+                0x000000000002b52c       0x20 zephyr/subsys/lorawan/libloramac-node.a(cmac.c.obj)
+                0x000000000002b52c                AES_CMAC_Init
+ .text.AES_CMAC_SetKey
+                0x000000000002b54c        0xa zephyr/subsys/lorawan/libloramac-node.a(cmac.c.obj)
+                0x000000000002b54c                AES_CMAC_SetKey
+ .text.AES_CMAC_Update
+                0x000000000002b556       0xd6 zephyr/subsys/lorawan/libloramac-node.a(cmac.c.obj)
+                0x000000000002b556                AES_CMAC_Update
+ .text.AES_CMAC_Final
+                0x000000000002b62c      0x16c zephyr/subsys/lorawan/libloramac-node.a(cmac.c.obj)
+                0x000000000002b62c                AES_CMAC_Final
+ .text.SecureElementComputeAesCmac
+                0x000000000002b798        0xc zephyr/subsys/lorawan/libloramac-node.a(soft-se.c.obj)
+                0x000000000002b798                SecureElementComputeAesCmac
+ .text.SecureElementVerifyAesCmac
+                0x000000000002b7a4       0x2c zephyr/subsys/lorawan/libloramac-node.a(soft-se.c.obj)
+                0x000000000002b7a4                SecureElementVerifyAesCmac
+ .text.SecureElementSetKey
+                0x000000000002b7d0        0xa zephyr/subsys/lorawan/libloramac-node.a(soft-se.c.obj)
+                0x000000000002b7d0                SecureElementSetKey
+ .text.SecureElementDeriveAndStoreKey
+                0x000000000002b7da       0x38 zephyr/subsys/lorawan/libloramac-node.a(soft-se.c.obj)
+                0x000000000002b7da                SecureElementDeriveAndStoreKey
+ .text.SecureElementProcessJoinAccept
+                0x000000000002b812      0x100 zephyr/subsys/lorawan/libloramac-node.a(soft-se.c.obj)
+                0x000000000002b812                SecureElementProcessJoinAccept
+ .text.SoftSeHalGetUniqueId
+                0x000000000002b912        0x4 zephyr/subsys/lorawan/libloramac-node.a(soft-se-hal.c.obj)
+                0x000000000002b912                SoftSeHalGetUniqueId
+ .text.DetermineFrameType
+                0x000000000002b916       0x3e zephyr/subsys/lorawan/libloramac-node.a(LoRaMac.c.obj)
+                0x000000000002b916                DetermineFrameType
+ .text.LoRaMacAdrCalcNext
+                0x000000000002b954       0xdc zephyr/subsys/lorawan/libloramac-node.a(LoRaMacAdr.c.obj)
+                0x000000000002b954                LoRaMacAdrCalcNext
+ .text.LoRaMacClassBInit
+                0x000000000002ba30        0x2 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacClassB.c.obj)
+                0x000000000002ba30                LoRaMacClassBInit
+ .text.LoRaMacClassBSetBeaconState
+                0x000000000002ba32        0x2 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacClassB.c.obj)
+                0x000000000002ba32                LoRaMacClassBSetBeaconState
+ .text.LoRaMacClassBSetPingSlotState
+                0x000000000002ba34        0x2 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacClassB.c.obj)
+                0x000000000002ba34                LoRaMacClassBSetPingSlotState
+ .text.LoRaMacClassBSetMulticastSlotState
+                0x000000000002ba36        0x2 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacClassB.c.obj)
+                0x000000000002ba36                LoRaMacClassBSetMulticastSlotState
+ .text.LoRaMacClassBIsAcquisitionInProgress
+                0x000000000002ba38        0x4 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacClassB.c.obj)
+                0x000000000002ba38                LoRaMacClassBIsAcquisitionInProgress
+ .text.LoRaMacClassBBeaconTimerEvent
+                0x000000000002ba3c        0x2 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacClassB.c.obj)
+                0x000000000002ba3c                LoRaMacClassBBeaconTimerEvent
+ .text.LoRaMacClassBPingSlotTimerEvent
+                0x000000000002ba3e        0x2 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacClassB.c.obj)
+                0x000000000002ba3e                LoRaMacClassBPingSlotTimerEvent
+ .text.LoRaMacClassBMulticastSlotTimerEvent
+                0x000000000002ba40        0x2 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacClassB.c.obj)
+                0x000000000002ba40                LoRaMacClassBMulticastSlotTimerEvent
+ .text.LoRaMacClassBRxBeacon
+                0x000000000002ba42        0x4 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacClassB.c.obj)
+                0x000000000002ba42                LoRaMacClassBRxBeacon
+ .text.LoRaMacClassBIsBeaconExpected
+                0x000000000002ba46        0x4 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacClassB.c.obj)
+                0x000000000002ba46                LoRaMacClassBIsBeaconExpected
+ .text.LoRaMacClassBIsPingExpected
+                0x000000000002ba4a        0x4 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacClassB.c.obj)
+                0x000000000002ba4a                LoRaMacClassBIsPingExpected
+ .text.LoRaMacClassBIsMulticastExpected
+                0x000000000002ba4e        0x4 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacClassB.c.obj)
+                0x000000000002ba4e                LoRaMacClassBIsMulticastExpected
+ .text.LoRaMacClassBIsBeaconModeActive
+                0x000000000002ba52        0x4 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacClassB.c.obj)
+                0x000000000002ba52                LoRaMacClassBIsBeaconModeActive
+ .text.LoRaMacClassBSetPingSlotInfo
+                0x000000000002ba56        0x2 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacClassB.c.obj)
+                0x000000000002ba56                LoRaMacClassBSetPingSlotInfo
+ .text.LoRaMacClassBHaltBeaconing
+                0x000000000002ba58        0x2 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacClassB.c.obj)
+                0x000000000002ba58                LoRaMacClassBHaltBeaconing
+ .text.LoRaMacClassBResumeBeaconing
+                0x000000000002ba5a        0x2 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacClassB.c.obj)
+                0x000000000002ba5a                LoRaMacClassBResumeBeaconing
+ .text.LoRaMacClassBSwitchClass
+                0x000000000002ba5c        0x4 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacClassB.c.obj)
+                0x000000000002ba5c                LoRaMacClassBSwitchClass
+ .text.LoRaMacClassBMibGetRequestConfirm
+                0x000000000002ba60        0x4 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacClassB.c.obj)
+                0x000000000002ba60                LoRaMacClassBMibGetRequestConfirm
+ .text.LoRaMacMibClassBSetRequestConfirm
+                0x000000000002ba64        0x4 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacClassB.c.obj)
+                0x000000000002ba64                LoRaMacMibClassBSetRequestConfirm
+ .text.LoRaMacClassBPingSlotInfoAns
+                0x000000000002ba68        0x2 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacClassB.c.obj)
+                0x000000000002ba68                LoRaMacClassBPingSlotInfoAns
+ .text.LoRaMacClassBPingSlotChannelReq
+                0x000000000002ba6a        0x4 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacClassB.c.obj)
+                0x000000000002ba6a                LoRaMacClassBPingSlotChannelReq
+ .text.LoRaMacClassBBeaconTimingAns
+                0x000000000002ba6e        0x2 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacClassB.c.obj)
+                0x000000000002ba6e                LoRaMacClassBBeaconTimingAns
+ .text.LoRaMacClassBDeviceTimeAns
+                0x000000000002ba70        0x2 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacClassB.c.obj)
+                0x000000000002ba70                LoRaMacClassBDeviceTimeAns
+ .text.LoRaMacClassBBeaconFreqReq
+                0x000000000002ba72        0x4 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacClassB.c.obj)
+                0x000000000002ba72                LoRaMacClassBBeaconFreqReq
+ .text.LoRaMacClassBIsUplinkCollision
+                0x000000000002ba76        0x4 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacClassB.c.obj)
+                0x000000000002ba76                LoRaMacClassBIsUplinkCollision
+ .text.LoRaMacClassBStopRxSlots
+                0x000000000002ba7a        0x2 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacClassB.c.obj)
+                0x000000000002ba7a                LoRaMacClassBStopRxSlots
+ .text.LoRaMacClassBSetFPendingBit
+                0x000000000002ba7c        0x2 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacClassB.c.obj)
+                0x000000000002ba7c                LoRaMacClassBSetFPendingBit
+ .text.LoRaMacClassBProcess
+                0x000000000002ba7e        0x2 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacClassB.c.obj)
+                0x000000000002ba7e                LoRaMacClassBProcess
+ .text.DeriveSessionKey11x
+                0x000000000002ba80       0x6c zephyr/subsys/lorawan/libloramac-node.a(LoRaMacCrypto.c.obj)
+ .text.DeriveSessionKey10x
+                0x000000000002baec       0x4e zephyr/subsys/lorawan/libloramac-node.a(LoRaMacCrypto.c.obj)
+ .text.PayloadEncrypt
+                0x000000000002bb3a       0xaa zephyr/subsys/lorawan/libloramac-node.a(LoRaMacCrypto.c.obj)
+ .text.LoRaMacCryptoDeriveMcKEKey.part.0
+                0x000000000002bbe4       0x22 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacCrypto.c.obj)
+ .text.ComputeCmacB0.constprop.0
+                0x000000000002bc06       0x66 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacCrypto.c.obj)
+ .text.LoRaMacCryptoGetFCntDown
+                0x000000000002bc6c       0x42 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacCrypto.c.obj)
+                0x000000000002bc6c                LoRaMacCryptoGetFCntDown
+ .text.LoRaMacCryptoDeriveMcRootKey
+                0x000000000002bcae       0x36 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacCrypto.c.obj)
+                0x000000000002bcae                LoRaMacCryptoDeriveMcRootKey
+ .text.LoRaMacParserJoinAccept
+                0x000000000002bce4       0x9c zephyr/subsys/lorawan/libloramac-node.a(LoRaMacParser.c.obj)
+                0x000000000002bce4                LoRaMacParserJoinAccept
+ .text.LoRaMacParserData
+                0x000000000002bd80       0xb6 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacParser.c.obj)
+                0x000000000002bd80                LoRaMacParserData
+ .text.LoRaMacSerializerJoinRequest
+                0x000000000002be36       0x68 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacSerializer.c.obj)
+                0x000000000002be36                LoRaMacSerializerJoinRequest
+ .text.LoRaMacSerializerReJoinType1
+                0x000000000002be9e       0x70 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacSerializer.c.obj)
+                0x000000000002be9e                LoRaMacSerializerReJoinType1
+ .text.LoRaMacSerializerReJoinType0or2
+                0x000000000002bf0e       0x70 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacSerializer.c.obj)
+                0x000000000002bf0e                LoRaMacSerializerReJoinType0or2
+ .text.LoRaMacSerializerData
+                0x000000000002bf7e       0xd8 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacSerializer.c.obj)
+                0x000000000002bf7e                LoRaMacSerializerData
+ .text.RegionIsActive
+                0x000000000002c056        0x8 zephyr/subsys/lorawan/libloramac-node.a(Region.c.obj)
+                0x000000000002c056                RegionIsActive
+ .text.RegionGetPhyParam
+                0x000000000002c05e       0x14 zephyr/subsys/lorawan/libloramac-node.a(Region.c.obj)
+                0x000000000002c05e                RegionGetPhyParam
+ .text.RegionSetBandTxDone
+                0x000000000002c072        0xc zephyr/subsys/lorawan/libloramac-node.a(Region.c.obj)
+                0x000000000002c072                RegionSetBandTxDone
+ .text.RegionInitDefaults
+                0x000000000002c07e        0xc zephyr/subsys/lorawan/libloramac-node.a(Region.c.obj)
+                0x000000000002c07e                RegionInitDefaults
+ .text.RegionVerify
+                0x000000000002c08a       0x12 zephyr/subsys/lorawan/libloramac-node.a(Region.c.obj)
+                0x000000000002c08a                RegionVerify
+ .text.RegionApplyCFList
+                0x000000000002c09c        0xc zephyr/subsys/lorawan/libloramac-node.a(Region.c.obj)
+                0x000000000002c09c                RegionApplyCFList
+ .text.RegionChanMaskSet
+                0x000000000002c0a8        0xe zephyr/subsys/lorawan/libloramac-node.a(Region.c.obj)
+                0x000000000002c0a8                RegionChanMaskSet
+ .text.RegionComputeRxWindowParameters
+                0x000000000002c0b6       0x1a zephyr/subsys/lorawan/libloramac-node.a(Region.c.obj)
+                0x000000000002c0b6                RegionComputeRxWindowParameters
+ .text.RegionRxConfig
+                0x000000000002c0d0       0x12 zephyr/subsys/lorawan/libloramac-node.a(Region.c.obj)
+                0x000000000002c0d0                RegionRxConfig
+ .text.RegionTxConfig
+                0x000000000002c0e2       0x1a zephyr/subsys/lorawan/libloramac-node.a(Region.c.obj)
+                0x000000000002c0e2                RegionTxConfig
+ .text.RegionLinkAdrReq
+                0x000000000002c0fc       0x20 zephyr/subsys/lorawan/libloramac-node.a(Region.c.obj)
+                0x000000000002c0fc                RegionLinkAdrReq
+ .text.RegionRxParamSetupReq
+                0x000000000002c11c        0xe zephyr/subsys/lorawan/libloramac-node.a(Region.c.obj)
+                0x000000000002c11c                RegionRxParamSetupReq
+ .text.RegionNewChannelReq
+                0x000000000002c12a        0xe zephyr/subsys/lorawan/libloramac-node.a(Region.c.obj)
+                0x000000000002c12a                RegionNewChannelReq
+ .text.RegionTxParamSetupReq
+                0x000000000002c138        0xe zephyr/subsys/lorawan/libloramac-node.a(Region.c.obj)
+                0x000000000002c138                RegionTxParamSetupReq
+ .text.RegionDlChannelReq
+                0x000000000002c146        0xe zephyr/subsys/lorawan/libloramac-node.a(Region.c.obj)
+                0x000000000002c146                RegionDlChannelReq
+ .text.RegionAlternateDr
+                0x000000000002c154       0x12 zephyr/subsys/lorawan/libloramac-node.a(Region.c.obj)
+                0x000000000002c154                RegionAlternateDr
+ .text.RegionNextChannel
+                0x000000000002c166       0x1c zephyr/subsys/lorawan/libloramac-node.a(Region.c.obj)
+                0x000000000002c166                RegionNextChannel
+ .text.RegionApplyDrOffset
+                0x000000000002c182       0x1a zephyr/subsys/lorawan/libloramac-node.a(Region.c.obj)
+                0x000000000002c182                RegionApplyDrOffset
+ .text.RegionCommonChanVerifyDr
+                0x000000000002c19c       0x5a zephyr/subsys/lorawan/libloramac-node.a(RegionCommon.c.obj)
+                0x000000000002c19c                RegionCommonChanVerifyDr
+ .text.RegionCommonValueInRange
+                0x000000000002c1f6       0x12 zephyr/subsys/lorawan/libloramac-node.a(RegionCommon.c.obj)
+                0x000000000002c1f6                RegionCommonValueInRange
+ .text.RegionCommonChanDisable
+                0x000000000002c208       0x32 zephyr/subsys/lorawan/libloramac-node.a(RegionCommon.c.obj)
+                0x000000000002c208                RegionCommonChanDisable
+ .text.RegionCommonCountChannels
+                0x000000000002c23a       0x3c zephyr/subsys/lorawan/libloramac-node.a(RegionCommon.c.obj)
+                0x000000000002c23a                RegionCommonCountChannels
+ .text.RegionCommonChanMaskCopy
+                0x000000000002c276       0x1e zephyr/subsys/lorawan/libloramac-node.a(RegionCommon.c.obj)
+                0x000000000002c276                RegionCommonChanMaskCopy
+ .text.RegionCommonSetBandTxDone
+                0x000000000002c294       0x28 zephyr/subsys/lorawan/libloramac-node.a(RegionCommon.c.obj)
+                0x000000000002c294                RegionCommonSetBandTxDone
+ .text.RegionCommonParseLinkAdrReq
+                0x000000000002c2bc       0x34 zephyr/subsys/lorawan/libloramac-node.a(RegionCommon.c.obj)
+                0x000000000002c2bc                RegionCommonParseLinkAdrReq
+ .text.RegionCommonLinkAdrReqVerifyParams
+                0x000000000002c2f0       0x96 zephyr/subsys/lorawan/libloramac-node.a(RegionCommon.c.obj)
+                0x000000000002c2f0                RegionCommonLinkAdrReqVerifyParams
+ .text.RegionCommonComputeSymbolTimeFsk
+                0x000000000002c386        0xa zephyr/subsys/lorawan/libloramac-node.a(RegionCommon.c.obj)
+                0x000000000002c386                RegionCommonComputeSymbolTimeFsk
+ .text.RegionCommonComputeRxWindowParameters
+                0x000000000002c390       0x50 zephyr/subsys/lorawan/libloramac-node.a(RegionCommon.c.obj)
+                0x000000000002c390                RegionCommonComputeRxWindowParameters
+ .text.RegionCommonComputeTxPower
+                0x000000000002c3e0       0x26 zephyr/subsys/lorawan/libloramac-node.a(RegionCommon.c.obj)
+                0x000000000002c3e0                RegionCommonComputeTxPower
+ .text.RegionCommonCountNbOfEnabledChannels
+                0x000000000002c406       0xb4 zephyr/subsys/lorawan/libloramac-node.a(RegionCommon.c.obj)
+                0x000000000002c406                RegionCommonCountNbOfEnabledChannels
+ .text.RegionCommonIdentifyChannels
+                0x000000000002c4ba       0x88 zephyr/subsys/lorawan/libloramac-node.a(RegionCommon.c.obj)
+                0x000000000002c4ba                RegionCommonIdentifyChannels
+ .text.RegionCommonGetNextLowerTxDr
+                0x000000000002c542       0x36 zephyr/subsys/lorawan/libloramac-node.a(RegionCommon.c.obj)
+                0x000000000002c542                RegionCommonGetNextLowerTxDr
+ .text.RegionCommonLimitTxPower
+                0x000000000002c578        0x8 zephyr/subsys/lorawan/libloramac-node.a(RegionCommon.c.obj)
+                0x000000000002c578                RegionCommonLimitTxPower
+ .text.RegionEU868Verify
+                0x000000000002c580       0x4a zephyr/subsys/lorawan/libloramac-node.a(RegionEU868.c.obj)
+                0x000000000002c580                RegionEU868Verify
+ .text.RegionEU868RxParamSetupReq
+                0x000000000002c5ca       0x3c zephyr/subsys/lorawan/libloramac-node.a(RegionEU868.c.obj)
+                0x000000000002c5ca                RegionEU868RxParamSetupReq
+ .text.RegionEU868TxParamSetupReq
+                0x000000000002c606        0x6 zephyr/subsys/lorawan/libloramac-node.a(RegionEU868.c.obj)
+                0x000000000002c606                RegionEU868TxParamSetupReq
+ .text.RegionEU868AlternateDr
+                0x000000000002c60c        0x2 zephyr/subsys/lorawan/libloramac-node.a(RegionEU868.c.obj)
+                0x000000000002c60c                RegionEU868AlternateDr
+ .text.RegionEU868ApplyCFList
+                0x000000000002c60e       0x8c zephyr/subsys/lorawan/libloramac-node.a(RegionEU868.c.obj)
+                0x000000000002c60e                RegionEU868ApplyCFList
+ .text.RegionEU868NewChannelReq
+                0x000000000002c69a       0x42 zephyr/subsys/lorawan/libloramac-node.a(RegionEU868.c.obj)
+                0x000000000002c69a                RegionEU868NewChannelReq
+ .text.RegionEU868ApplyDrOffset
+                0x000000000002c6dc        0xc zephyr/subsys/lorawan/libloramac-node.a(RegionEU868.c.obj)
+                0x000000000002c6dc                RegionEU868ApplyDrOffset
+ .text.bt_uuid_cmp
+                0x000000000002c6e8       0x5c zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(uuid.c.obj)
+                0x000000000002c6e8                bt_uuid_cmp
+ .text.bt_uuid_create
+                0x000000000002c744       0x40 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(uuid.c.obj)
+                0x000000000002c744                bt_uuid_create
+ .text.bt_addr_le_create_static
+                0x000000000002c784       0x1c zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(addr.c.obj)
+                0x000000000002c784                bt_addr_le_create_static
+ .text.bt_addr_le_copy_resolved
+                0x000000000002c7a0       0x16 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(addr.c.obj)
+                0x000000000002c7a0                bt_addr_le_copy_resolved
+ .text.bt_addr_le_is_resolved
+                0x000000000002c7b6        0x8 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(addr.c.obj)
+                0x000000000002c7b6                bt_addr_le_is_resolved
+ .text.bt_hci_evt_get_flags
+                0x000000000002c7be       0x24 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+ .text.z_log_msg_simple_create_1
+                0x000000000002c7e2        0x4 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+ .text.z_log_msg_simple_create_0
+                0x000000000002c7e6        0x4 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+ .text.atomic_or
+                0x000000000002c7ea       0x1e zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+ .text.z_log_msg_static_create.constprop.0
+                0x000000000002c808        0x6 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+ .text.handle_event
+                0x000000000002c80e       0x1c zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+ .text.atomic_and.isra.0
+                0x000000000002c82a       0x18 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+ .text.bt_hci_disconnect
+                0x000000000002c842       0x36 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+                0x000000000002c842                bt_hci_disconnect
+ .text.bt_le_set_data_len
+                0x000000000002c878       0x3c zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+                0x000000000002c878                bt_le_set_data_len
+ .text.bt_le_set_phy
+                0x000000000002c8b4       0x50 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+                0x000000000002c8b4                bt_le_set_phy
+ .text.le_enh_conn_complete
+                0x000000000002c904        0x6 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+ .text.bt_le_conn_params_valid
+                0x000000000002c90a       0x42 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+                0x000000000002c90a                bt_le_conn_params_valid
+ .text.le_conn_param_neg_reply
+                0x000000000002c94c       0x36 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+ .text.bt_get_appearance
+                0x000000000002c982        0x4 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+                0x000000000002c982                bt_get_appearance
+ .text.bt_addr_le_is_bonded
+                0x000000000002c986        0x4 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+                0x000000000002c986                bt_addr_le_is_bonded
+ .text.bt_addr_le_eq
+                0x000000000002c98a       0x10 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(id.c.obj)
+ .text.z_log_msg_simple_create_0
+                0x000000000002c99a        0x4 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(id.c.obj)
+ .text.bt_lookup_id_addr
+                0x000000000002c99e        0xa zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(id.c.obj)
+                0x000000000002c99e                bt_lookup_id_addr
+ .text.bt_id_set_adv_random_addr
+                0x000000000002c9a8       0x10 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(id.c.obj)
+                0x000000000002c9a8                bt_id_set_adv_random_addr
+ .text.bt_id_set_adv_private_addr
+                0x000000000002c9b8       0x2e zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(id.c.obj)
+                0x000000000002c9b8                bt_id_set_adv_private_addr
+ .text.atomic_get
+                0x000000000002c9e6        0xc zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(adv.c.obj)
+ .text.atomic_and
+                0x000000000002c9f2       0x1e zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(adv.c.obj)
+ .text.bt_le_adv_set_enable_legacy
+                0x000000000002ca10       0x4a zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(adv.c.obj)
+                0x000000000002ca10                bt_le_adv_set_enable_legacy
+ .text.bt_le_lim_adv_cancel_timeout
+                0x000000000002ca5a        0x6 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(adv.c.obj)
+                0x000000000002ca5a                bt_le_lim_adv_cancel_timeout
+ .text.tx_complete_work
+                0x000000000002ca60        0x6 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(conn.c.obj)
+ .text.bt_conn_reset_rx_state
+                0x000000000002ca66       0x12 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(conn.c.obj)
+                0x000000000002ca66                bt_conn_reset_rx_state
+ .text.bt_conn_ref
+                0x000000000002ca78       0x38 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(conn.c.obj)
+                0x000000000002ca78                bt_conn_ref
+ .text.conn_lookup_handle
+                0x000000000002cab0       0x44 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(conn.c.obj)
+                0x000000000002cab0                conn_lookup_handle
+ .text.bt_conn_connected
+                0x000000000002caf4       0x12 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(conn.c.obj)
+                0x000000000002caf4                bt_conn_connected
+ .text.bt_conn_is_peer_addr_le
+                0x000000000002cb06       0x40 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(conn.c.obj)
+                0x000000000002cb06                bt_conn_is_peer_addr_le
+ .text.bt_conn_get_dst
+                0x000000000002cb46        0x4 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(conn.c.obj)
+                0x000000000002cb46                bt_conn_get_dst
+ .text.bt_conn_le_conn_update
+                0x000000000002cb4a       0x50 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(conn.c.obj)
+                0x000000000002cb4a                bt_conn_le_conn_update
+ .text.l2cap_connected
+                0x000000000002cb9a        0x2 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(l2cap.c.obj)
+ .text.l2cap_create_le_sig_pdu
+                0x000000000002cb9c       0x36 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(l2cap.c.obj)
+ .text.l2cap_disconnected
+                0x000000000002cbd2        0x2 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(l2cap.c.obj)
+ .text.bt_l2cap_chan_del
+                0x000000000002cbd4       0x2a zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(l2cap.c.obj)
+                0x000000000002cbd4                bt_l2cap_chan_del
+ .text.bt_l2cap_disconnected
+                0x000000000002cbfe       0x30 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(l2cap.c.obj)
+                0x000000000002cbfe                bt_l2cap_disconnected
+ .text.bt_l2cap_create_pdu_timeout
+                0x000000000002cc2e        0x6 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(l2cap.c.obj)
+                0x000000000002cc2e                bt_l2cap_create_pdu_timeout
+ .text.bt_l2cap_send_cb
+                0x000000000002cc34       0x32 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(l2cap.c.obj)
+                0x000000000002cc34                bt_l2cap_send_cb
+ .text.l2cap_send_sig
+                0x000000000002cc66       0x20 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(l2cap.c.obj)
+ .text.bt_l2cap_le_lookup_rx_cid
+                0x000000000002cc86       0x14 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(l2cap.c.obj)
+                0x000000000002cc86                bt_l2cap_le_lookup_rx_cid
+ .text.bt_l2cap_init
+                0x000000000002cc9a        0x2 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(l2cap.c.obj)
+                0x000000000002cc9a                bt_l2cap_init
+ .text.sys_slist_get
+                0x000000000002cc9c       0x14 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(att.c.obj)
+ .text.net_buf_frags_len
+                0x000000000002ccb0       0x10 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(att.c.obj)
+ .text.attr_read_type_cb
+                0x000000000002ccc0       0x20 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(att.c.obj)
+ .text.att_prepare_write_req
+                0x000000000002cce0        0x4 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(att.c.obj)
+ .text.z_log_msg_simple_create_0
+                0x000000000002cce4        0x4 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(att.c.obj)
+ .text.write_cb
+                0x000000000002cce8       0x62 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(att.c.obj)
+ .text.bt_gatt_foreach_attr
+                0x000000000002cd4a       0x16 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(att.c.obj)
+ .text.find_info_cb
+                0x000000000002cd60       0xb8 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(att.c.obj)
+ .text.att_chan_mtu_updated
+                0x000000000002ce18       0x66 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(att.c.obj)
+ .text.attr_read_group_cb
+                0x000000000002ce7e       0x20 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(att.c.obj)
+ .text.att_chan_read
+                0x000000000002ce9e      0x14e zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(att.c.obj)
+ .text.sys_slist_find_and_remove.isra.0
+                0x000000000002cfec       0x32 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(att.c.obj)
+ .text.att_exec_write_req
+                0x000000000002d01e        0x4 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(att.c.obj)
+ .text.atomic_test_and_set_bit.constprop.0
+                0x000000000002d022       0x1e zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(att.c.obj)
+ .text.read_cb  0x000000000002d040       0x46 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(att.c.obj)
+ .text.read_vl_cb
+                0x000000000002d086       0x72 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(att.c.obj)
+ .text.chan_req_send
+                0x000000000002d0f8       0x5e zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(att.c.obj)
+ .text.bt_att_status
+                0x000000000002d156       0x44 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(att.c.obj)
+ .text.att_req_send_process
+                0x000000000002d19a       0x5e zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(att.c.obj)
+ .text.process_queue
+                0x000000000002d1f8       0x32 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(att.c.obj)
+ .text.bt_att_sent
+                0x000000000002d22a       0x6c zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(att.c.obj)
+ .text.bt_att_chan_send_rsp
+                0x000000000002d296       0x1c zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(att.c.obj)
+ .text.send_err_rsp.part.0
+                0x000000000002d2b2       0x3a zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(att.c.obj)
+ .text.att_write_req
+                0x000000000002d2ec       0x26 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(att.c.obj)
+ .text.att_write_cmd
+                0x000000000002d312       0x26 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(att.c.obj)
+ .text.att_read_blob_req
+                0x000000000002d338       0x18 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(att.c.obj)
+ .text.att_read_req
+                0x000000000002d350       0x18 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(att.c.obj)
+ .text.att_mtu_req
+                0x000000000002d368       0x50 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(att.c.obj)
+ .text.bt_att_init
+                0x000000000002d3b8        0x4 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(att.c.obj)
+                0x000000000002d3b8                bt_att_init
+ .text.att_confirm
+                0x000000000002d3bc        0xa zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(att.c.obj)
+ .text.bt_att_send
+                0x000000000002d3c6       0x5a zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(att.c.obj)
+                0x000000000002d3c6                bt_att_send
+ .text.bt_att_req_send
+                0x000000000002d420       0x3a zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(att.c.obj)
+                0x000000000002d420                bt_att_req_send
+ .text.bt_att_fixed_chan_only
+                0x000000000002d45a        0x4 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(att.c.obj)
+                0x000000000002d45a                bt_att_fixed_chan_only
+ .text.bt_att_clear_out_of_sync_sent
+                0x000000000002d45e       0x32 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(att.c.obj)
+                0x000000000002d45e                bt_att_clear_out_of_sync_sent
+ .text.bt_att_out_of_sync_sent_on_fixed
+                0x000000000002d490       0x1a zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(att.c.obj)
+                0x000000000002d490                bt_att_out_of_sync_sent_on_fixed
+ .text.find_next
+                0x000000000002d4aa        0x6 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(gatt.c.obj)
+ .text.gatt_ccc_changed
+                0x000000000002d4b0       0x14 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(gatt.c.obj)
+ .text.gatt_indicate_rsp
+                0x000000000002d4c4       0x2e zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(gatt.c.obj)
+ .text.match_uuid
+                0x000000000002d4f2        0x8 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(gatt.c.obj)
+ .text.ccc_set_cb
+                0x000000000002d4fa        0x4 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(gatt.c.obj)
+ .text.gen_hash_m
+                0x000000000002d4fe       0xa6 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(gatt.c.obj)
+ .text.z_log_msg_simple_create_0
+                0x000000000002d5a4        0x4 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(gatt.c.obj)
+ .text.bt_addr_le_eq
+                0x000000000002d5a8       0x10 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(gatt.c.obj)
+ .text.atomic_or
+                0x000000000002d5b8       0x1e zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(gatt.c.obj)
+ .text.bt_addr_le_copy
+                0x000000000002d5d6        0xe zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(gatt.c.obj)
+ .text.sc_clear
+                0x000000000002d5e4       0x38 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(gatt.c.obj)
+ .text.sc_ccc_cfg_write
+                0x000000000002d61c       0x1e zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(gatt.c.obj)
+ .text.read_appearance
+                0x000000000002d63a       0x3a zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(gatt.c.obj)
+ .text.read_name
+                0x000000000002d674       0x3c zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(gatt.c.obj)
+ .text.cf_read  0x000000000002d6b0       0x42 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(gatt.c.obj)
+ .text.bt_gatt_attr_read_service
+                0x000000000002d6f2       0x52 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(gatt.c.obj)
+                0x000000000002d6f2                bt_gatt_attr_read_service
+ .text.bt_gatt_attr_read_ccc
+                0x000000000002d744       0x40 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(gatt.c.obj)
+                0x000000000002d744                bt_gatt_attr_read_ccc
+ .text.set_change_aware_no_store.constprop.0.isra.0
+                0x000000000002d784        0x8 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(gatt.c.obj)
+ .text.sc_restore_rsp
+                0x000000000002d78c       0x30 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(gatt.c.obj)
+ .text.bt_gatt_attr_value_handle
+                0x000000000002d7bc       0x3a zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(gatt.c.obj)
+                0x000000000002d7bc                bt_gatt_attr_value_handle
+ .text.bt_gatt_attr_read_chrc
+                0x000000000002d7f6       0x6a zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(gatt.c.obj)
+                0x000000000002d7f6                bt_gatt_attr_read_chrc
+ .text.bt_gatt_foreach_attr
+                0x000000000002d860       0x16 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(gatt.c.obj)
+ .text.bt_gatt_check_perm
+                0x000000000002d876       0x38 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(gatt.c.obj)
+                0x000000000002d876                bt_gatt_check_perm
+ .text.bt_gatt_is_subscribed
+                0x000000000002d8ae      0x108 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(gatt.c.obj)
+                0x000000000002d8ae                bt_gatt_is_subscribed
+ .text.bt_gatt_change_aware
+                0x000000000002d9b6       0x8a zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(gatt.c.obj)
+                0x000000000002d9b6                bt_gatt_change_aware
+ .text.bt_gatt_req_set_mtu
+                0x000000000002da40        0x2 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(gatt.c.obj)
+                0x000000000002da40                bt_gatt_req_set_mtu
+ .text.bt_smp_recv
+                0x000000000002da42       0x4c zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(smp_null.c.obj)
+ .text.bt_smp_sign
+                0x000000000002da8e        0x6 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(smp_null.c.obj)
+                0x000000000002da8e                bt_smp_sign
+ .text.bt_smp_init
+                0x000000000002da94        0x4 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(smp_null.c.obj)
+                0x000000000002da94                bt_smp_init
+ .text.fixed_data_unref
+                0x000000000002da98        0x2 zephyr/subsys/net/libsubsys__net.a(buf.c.obj)
+ .text.net_buf_reset
+                0x000000000002da9a        0xa zephyr/subsys/net/libsubsys__net.a(buf.c.obj)
+                0x000000000002da9a                net_buf_reset
+ .text.net_buf_alloc_fixed
+                0x000000000002daa4        0x8 zephyr/subsys/net/libsubsys__net.a(buf.c.obj)
+                0x000000000002daa4                net_buf_alloc_fixed
+ .text.net_buf_get
+                0x000000000002daac        0x4 zephyr/subsys/net/libsubsys__net.a(buf.c.obj)
+                0x000000000002daac                net_buf_get
+ .text.net_buf_slist_put
+                0x000000000002dab0       0x2a zephyr/subsys/net/libsubsys__net.a(buf.c.obj)
+                0x000000000002dab0                net_buf_slist_put
+ .text.net_buf_slist_get
+                0x000000000002dada       0x2c zephyr/subsys/net/libsubsys__net.a(buf.c.obj)
+                0x000000000002dada                net_buf_slist_get
+ .text.net_buf_put
+                0x000000000002db06        0x4 zephyr/subsys/net/libsubsys__net.a(buf.c.obj)
+                0x000000000002db06                net_buf_put
+ .text.net_buf_ref
+                0x000000000002db0a        0x8 zephyr/subsys/net/libsubsys__net.a(buf.c.obj)
+                0x000000000002db0a                net_buf_ref
+ .text.net_buf_frag_last
+                0x000000000002db12        0xc zephyr/subsys/net/libsubsys__net.a(buf.c.obj)
+                0x000000000002db12                net_buf_frag_last
+ .text.net_buf_frag_insert
+                0x000000000002db1e       0x16 zephyr/subsys/net/libsubsys__net.a(buf.c.obj)
+                0x000000000002db1e                net_buf_frag_insert
+ .text.net_buf_frag_add
+                0x000000000002db34       0x22 zephyr/subsys/net/libsubsys__net.a(buf.c.obj)
+                0x000000000002db34                net_buf_frag_add
+ .text.net_buf_simple_reserve
+                0x000000000002db56        0x8 zephyr/subsys/net/libsubsys__net.a(buf_simple.c.obj)
+                0x000000000002db56                net_buf_simple_reserve
+ .text.net_buf_simple_add
+                0x000000000002db5e        0xc zephyr/subsys/net/libsubsys__net.a(buf_simple.c.obj)
+                0x000000000002db5e                net_buf_simple_add
+ .text.net_buf_simple_add_mem
+                0x000000000002db6a       0x12 zephyr/subsys/net/libsubsys__net.a(buf_simple.c.obj)
+                0x000000000002db6a                net_buf_simple_add_mem
+ .text.net_buf_simple_add_u8
+                0x000000000002db7c       0x10 zephyr/subsys/net/libsubsys__net.a(buf_simple.c.obj)
+                0x000000000002db7c                net_buf_simple_add_u8
+ .text.net_buf_simple_push
+                0x000000000002db8c       0x10 zephyr/subsys/net/libsubsys__net.a(buf_simple.c.obj)
+                0x000000000002db8c                net_buf_simple_push
+ .text.net_buf_simple_pull
+                0x000000000002db9c       0x10 zephyr/subsys/net/libsubsys__net.a(buf_simple.c.obj)
+                0x000000000002db9c                net_buf_simple_pull
+ .text.net_buf_simple_pull_mem
+                0x000000000002dbac       0x10 zephyr/subsys/net/libsubsys__net.a(buf_simple.c.obj)
+                0x000000000002dbac                net_buf_simple_pull_mem
+ .text.net_buf_simple_pull_le16
+                0x000000000002dbbc       0x10 zephyr/subsys/net/libsubsys__net.a(buf_simple.c.obj)
+                0x000000000002dbbc                net_buf_simple_pull_le16
+ .text.net_buf_simple_headroom
+                0x000000000002dbcc        0x8 zephyr/subsys/net/libsubsys__net.a(buf_simple.c.obj)
+                0x000000000002dbcc                net_buf_simple_headroom
+ .text.net_buf_simple_tailroom
+                0x000000000002dbd4       0x10 zephyr/subsys/net/libsubsys__net.a(buf_simple.c.obj)
+                0x000000000002dbd4                net_buf_simple_tailroom
+ .text.adc_context_on_timer_expired
+                0x000000000002dbe4       0x2e zephyr/drivers/adc/libdrivers__adc.a(adc_nrfx_saadc.c.obj)
+ .text.get_status
+                0x000000000002dc12       0x12 zephyr/drivers/clock_control/libdrivers__clock_control.a(clock_control_nrf.c.obj)
+ .text.stop     0x000000000002dc24       0x50 zephyr/drivers/clock_control/libdrivers__clock_control.a(clock_control_nrf.c.obj)
+ .text.api_stop
+                0x000000000002dc74        0x6 zephyr/drivers/clock_control/libdrivers__clock_control.a(clock_control_nrf.c.obj)
+ .text.async_start
+                0x000000000002dc7a       0x5a zephyr/drivers/clock_control/libdrivers__clock_control.a(clock_control_nrf.c.obj)
+ .text.api_start
+                0x000000000002dcd4        0xe zephyr/drivers/clock_control/libdrivers__clock_control.a(clock_control_nrf.c.obj)
+ .text.onoff_started_callback
+                0x000000000002dce2       0x12 zephyr/drivers/clock_control/libdrivers__clock_control.a(clock_control_nrf.c.obj)
+ .text.lfclk_start
+                0x000000000002dcf4        0x6 zephyr/drivers/clock_control/libdrivers__clock_control.a(clock_control_nrf.c.obj)
+ .text.lfclk_stop
+                0x000000000002dcfa        0x6 zephyr/drivers/clock_control/libdrivers__clock_control.a(clock_control_nrf.c.obj)
+ .text.blocking_start_callback
+                0x000000000002dd00        0x6 zephyr/drivers/clock_control/libdrivers__clock_control.a(clock_control_nrf.c.obj)
+ .text.entropy_bt_init
+                0x000000000002dd06        0x4 zephyr/drivers/entropy/libdrivers__entropy.a(entropy_bt_hci.c.obj)
+ .text.entropy_bt_get_entropy
+                0x000000000002dd0a       0x1e zephyr/drivers/entropy/libdrivers__entropy.a(entropy_bt_hci.c.obj)
+ .text.erase_op
+                0x000000000002dd28       0x48 zephyr/drivers/flash/libdrivers__flash.a(soc_flash_nrf.c.obj)
+ .text.is_regular_addr_valid
+                0x000000000002dd70       0x22 zephyr/drivers/flash/libdrivers__flash.a(soc_flash_nrf.c.obj)
+ .text.flash_nrf_read
+                0x000000000002dd92       0x2e zephyr/drivers/flash/libdrivers__flash.a(soc_flash_nrf.c.obj)
+ .text.flash_get_page_info
+                0x000000000002ddc0       0x62 zephyr/drivers/flash/libdrivers__flash.a(flash_page_layout.c.obj)
+ .text.z_impl_flash_get_page_info_by_offs
+                0x000000000002de22        0x8 zephyr/drivers/flash/libdrivers__flash.a(flash_page_layout.c.obj)
+                0x000000000002de22                z_impl_flash_get_page_info_by_offs
+ .text.flash_page_foreach
+                0x000000000002de2a       0x58 zephyr/drivers/flash/libdrivers__flash.a(flash_page_layout.c.obj)
+                0x000000000002de2a                flash_page_foreach
+ .text.gpio_nrfx_port_get_raw
+                0x000000000002de82        0xe zephyr/drivers/gpio/libdrivers__gpio.a(gpio_nrfx.c.obj)
+ .text.gpio_nrfx_port_set_masked_raw
+                0x000000000002de90       0x18 zephyr/drivers/gpio/libdrivers__gpio.a(gpio_nrfx.c.obj)
+ .text.gpio_nrfx_port_set_bits_raw
+                0x000000000002dea8        0xc zephyr/drivers/gpio/libdrivers__gpio.a(gpio_nrfx.c.obj)
+ .text.gpio_nrfx_port_clear_bits_raw
+                0x000000000002deb4        0xc zephyr/drivers/gpio/libdrivers__gpio.a(gpio_nrfx.c.obj)
+ .text.gpio_nrfx_port_toggle_bits
+                0x000000000002dec0       0x1a zephyr/drivers/gpio/libdrivers__gpio.a(gpio_nrfx.c.obj)
+ .text.gpio_nrfx_manage_callback
+                0x000000000002deda       0x52 zephyr/drivers/gpio/libdrivers__gpio.a(gpio_nrfx.c.obj)
+ .text.irq_connect0
+                0x000000000002df2c        0xa zephyr/drivers/i2c/libdrivers__i2c.a(i2c_nrfx_twim.c.obj)
+ .text.pinctrl_apply_state.constprop.0
+                0x000000000002df36       0x20 zephyr/drivers/i2c/libdrivers__i2c.a(i2c_nrfx_twim.c.obj)
+ .text.pinctrl_lookup_state
+                0x000000000002df56       0x26 zephyr/drivers/pinctrl/libdrivers__pinctrl.a(common.c.obj)
+                0x000000000002df56                pinctrl_lookup_state
+ .text.bme280_reg_write.isra.0
+                0x000000000002df7c        0x6 zephyr/drivers/sensor/bosch/bme280/libdrivers__sensor__bosch__bme280.a(bme280.c.obj)
+ .text.bme280_reg_read.isra.0
+                0x000000000002df82        0xc zephyr/drivers/sensor/bosch/bme280/libdrivers__sensor__bosch__bme280.a(bme280.c.obj)
+ .text.bme280_wait_until_ready
+                0x000000000002df8e       0x32 zephyr/drivers/sensor/bosch/bme280/libdrivers__sensor__bosch__bme280.a(bme280.c.obj)
+ .text.bme280_sample_fetch
+                0x000000000002dfc0      0x236 zephyr/drivers/sensor/bosch/bme280/libdrivers__sensor__bosch__bme280.a(bme280.c.obj)
+ .text.bme280_reg_write_spi
+                0x000000000002e1f6       0x34 zephyr/drivers/sensor/bosch/bme280/libdrivers__sensor__bosch__bme280.a(bme280_spi.c.obj)
+ .text.bme280_bus_check_spi
+                0x000000000002e22a       0x22 zephyr/drivers/sensor/bosch/bme280/libdrivers__sensor__bosch__bme280.a(bme280_spi.c.obj)
+ .text.bme280_reg_read_spi
+                0x000000000002e24c       0x66 zephyr/drivers/sensor/bosch/bme280/libdrivers__sensor__bosch__bme280.a(bme280_spi.c.obj)
+ .text.stmemsc_i2c_read
+                0x000000000002e2b2       0x38 zephyr/drivers/sensor/st/stmemsc/libdrivers__sensor__st__stmemsc.a(stmemsc_i2c.c.obj)
+                0x000000000002e2b2                stmemsc_i2c_read
+ .text.stmemsc_i2c_write
+                0x000000000002e2ea       0x36 zephyr/drivers/sensor/st/stmemsc/libdrivers__sensor__st__stmemsc.a(stmemsc_i2c.c.obj)
+                0x000000000002e2ea                stmemsc_i2c_write
+ .text.stmemsc_mdelay
+                0x000000000002e320       0x26 zephyr/drivers/sensor/st/stmemsc/libdrivers__sensor__st__stmemsc.a(stmemsc_mdelay.c.obj)
+                0x000000000002e320                stmemsc_mdelay
+ .text.i2c_transfer
+                0x000000000002e346        0xc zephyr/drivers/sensor/st/lis2dh/libdrivers__sensor__st__lis2dh.a(lis2dh_i2c.c.obj)
+ .text.lis2dh_i2c_write_data
+                0x000000000002e352       0x38 zephyr/drivers/sensor/st/lis2dh/libdrivers__sensor__st__lis2dh.a(lis2dh_i2c.c.obj)
+ .text.lis2dh_i2c_read_data
+                0x000000000002e38a       0x3a zephyr/drivers/sensor/st/lis2dh/libdrivers__sensor__st__lis2dh.a(lis2dh_i2c.c.obj)
+ .text.lis2dh_i2c_write_reg
+                0x000000000002e3c4       0x2a zephyr/drivers/sensor/st/lis2dh/libdrivers__sensor__st__lis2dh.a(lis2dh_i2c.c.obj)
+ .text.lis2dh_i2c_read_reg
+                0x000000000002e3ee       0x34 zephyr/drivers/sensor/st/lis2dh/libdrivers__sensor__st__lis2dh.a(lis2dh_i2c.c.obj)
+ .text.lis2dh_i2c_update_reg
+                0x000000000002e422       0x7a zephyr/drivers/sensor/st/lis2dh/libdrivers__sensor__st__lis2dh.a(lis2dh_i2c.c.obj)
+ .text.z_log_msg_simple_create_0.constprop.0
+                0x000000000002e49c        0x8 zephyr/drivers/sensor/st/lis2mdl/libdrivers__sensor__st__lis2mdl.a(lis2mdl.c.obj)
+ .text.lis2mdl_sample_fetch_temp.isra.0
+                0x000000000002e4a4       0x22 zephyr/drivers/sensor/st/lis2mdl/libdrivers__sensor__st__lis2mdl.a(lis2mdl.c.obj)
+ .text.lis2mdl_sample_fetch
+                0x000000000002e4c6       0x2e zephyr/drivers/sensor/st/lis2mdl/libdrivers__sensor__st__lis2mdl.a(lis2mdl.c.obj)
+ .text.gpio_pin_interrupt_configure_dt
+                0x000000000002e4f4       0x3a zephyr/drivers/sensor/st/lis2mdl/libdrivers__sensor__st__lis2mdl.a(lis2mdl_trigger.c.obj)
+ .text.lis2mdl_gpio_callback
+                0x000000000002e52e       0x20 zephyr/drivers/sensor/st/lis2mdl/libdrivers__sensor__st__lis2mdl.a(lis2mdl_trigger.c.obj)
+ .text.lis2mdl_work_cb
+                0x000000000002e54e       0x2e zephyr/drivers/sensor/st/lis2mdl/libdrivers__sensor__st__lis2mdl.a(lis2mdl_trigger.c.obj)
+ .text.z_log_msg_simple_create_0
+                0x000000000002e57c        0x4 zephyr/drivers/spi/libdrivers__spi.a(spi_nrfx_spim.c.obj)
+ .text.irq_connect1
+                0x000000000002e580        0xa zephyr/drivers/spi/libdrivers__spi.a(spi_nrfx_spim.c.obj)
+ .text.spi_context_get_next_buf.constprop.0
+                0x000000000002e58a       0x26 zephyr/drivers/spi/libdrivers__spi.a(spi_nrfx_spim.c.obj)
+ .text.gpio_pin_set_dt.isra.0
+                0x000000000002e5b0       0x28 zephyr/drivers/spi/libdrivers__spi.a(spi_nrfx_spim.c.obj)
+ .text._spi_context_cs_control
+                0x000000000002e5d8       0x40 zephyr/drivers/spi/libdrivers__spi.a(spi_nrfx_spim.c.obj)
+ .text.spi_context_unlock_unconditionally
+                0x000000000002e618       0x20 zephyr/drivers/spi/libdrivers__spi.a(spi_nrfx_spim.c.obj)
+ .text.spi_nrfx_release
+                0x000000000002e638       0x24 zephyr/drivers/spi/libdrivers__spi.a(spi_nrfx_spim.c.obj)
+ .text.finish_transaction
+                0x000000000002e65c       0x22 zephyr/drivers/spi/libdrivers__spi.a(spi_nrfx_spim.c.obj)
+ .text.spi_nrfx_wake_request
+                0x000000000002e67e       0x50 zephyr/drivers/spi/libdrivers__spi.a(spi_nrfx_common.c.obj)
+                0x000000000002e67e                spi_nrfx_wake_request
+ .text.event_clear
+                0x000000000002e6ce       0x18 zephyr/drivers/timer/libdrivers__timer.a(nrf_rtc_timer.c.obj)
+ .text.sys_clock_cycle_get_32
+                0x000000000002e6e6        0x8 zephyr/drivers/timer/libdrivers__timer.a(nrf_rtc_timer.c.obj)
+                0x000000000002e6e6                sys_clock_cycle_get_32
+ .text.hci_driver_close
+                0x000000000002e6ee       0x24 modules/nrf/subsys/bluetooth/controller/lib..__nrf__subsys__bluetooth__controller.a(hci_driver.c.obj)
+ .text.hci_driver_send
+                0x000000000002e712       0x6c modules/nrf/subsys/bluetooth/controller/lib..__nrf__subsys__bluetooth__controller.a(hci_driver.c.obj)
+ .text.receive_work_handler
+                0x000000000002e77e        0x4 modules/nrf/subsys/bluetooth/controller/lib..__nrf__subsys__bluetooth__controller.a(hci_driver.c.obj)
+ .text.hci_internal_supported_commands
+                0x000000000002e782       0x76 modules/nrf/subsys/bluetooth/controller/lib..__nrf__subsys__bluetooth__controller.a(hci_internal.c.obj)
+                0x000000000002e782                hci_internal_supported_commands
+ .text.hci_internal_le_supported_features
+                0x000000000002e7f8       0x20 modules/nrf/subsys/bluetooth/controller/lib..__nrf__subsys__bluetooth__controller.a(hci_internal.c.obj)
+                0x000000000002e7f8                hci_internal_le_supported_features
+ .text.sys_memcpy_swap.constprop.0
+                0x000000000002e818       0x14 modules/nrf/subsys/bluetooth/controller/lib..__nrf__subsys__bluetooth__controller.a(ecdh.c.obj)
+ .text.ecdh_work_handler
+                0x000000000002e82c        0x4 modules/nrf/subsys/bluetooth/controller/lib..__nrf__subsys__bluetooth__controller.a(ecdh.c.obj)
+                0x000000000002e82c                ecdh_work_handler
+ .text.hci_ecdh_uninit
+                0x000000000002e830        0x2 modules/nrf/subsys/bluetooth/controller/lib..__nrf__subsys__bluetooth__controller.a(ecdh.c.obj)
+                0x000000000002e830                hci_ecdh_uninit
+ .text.hci_cmd_le_generate_dhkey
+                0x000000000002e832        0x6 modules/nrf/subsys/bluetooth/controller/lib..__nrf__subsys__bluetooth__controller.a(ecdh.c.obj)
+                0x000000000002e832                hci_cmd_le_generate_dhkey
+ .text.hci_cmd_le_generate_dhkey_v2
+                0x000000000002e838       0x10 modules/nrf/subsys/bluetooth/controller/lib..__nrf__subsys__bluetooth__controller.a(ecdh.c.obj)
+                0x000000000002e838                hci_cmd_le_generate_dhkey_v2
+ .text.mpsl_timer0_isr_wrapper
+                0x000000000002e848       0x1a modules/nrf/subsys/mpsl/init/lib..__nrf__subsys__mpsl__init.a(mpsl_init.c.obj)
+                0x000000000002e848                mpsl_timer0_isr_wrapper
+ .text.mpsl_low_prio_work_handler
+                0x000000000002e862       0x1a modules/nrf/subsys/mpsl/init/lib..__nrf__subsys__mpsl__init.a(mpsl_init.c.obj)
+ .text.mpsl_rtc0_isr_wrapper
+                0x000000000002e87c       0x16 modules/nrf/subsys/mpsl/init/lib..__nrf__subsys__mpsl__init.a(mpsl_init.c.obj)
+                0x000000000002e87c                mpsl_rtc0_isr_wrapper
+ .text.mpsl_radio_isr_wrapper
+                0x000000000002e892       0x1a modules/nrf/subsys/mpsl/init/lib..__nrf__subsys__mpsl__init.a(mpsl_init.c.obj)
+                0x000000000002e892                mpsl_radio_isr_wrapper
+ .text.mpsl_fem_api_init
+                0x000000000002e8ac        0xa modules/nrf/subsys/mpsl/fem/lib..__nrf__subsys__mpsl__fem.a(mpsl_fem_api_init.c.obj)
+ .text.nrfx_clock_stop
+                0x000000000002e8b6        0xa modules/nrf/drivers/mpsl/clock_control/lib..__nrf__drivers__mpsl__clock_control.a(nrfx_clock_mpsl.c.obj)
+                0x000000000002e8b6                nrfx_clock_stop
+ .text.nrfx_clock_enable
+                0x000000000002e8c0        0x2 modules/nrf/drivers/mpsl/clock_control/lib..__nrf__drivers__mpsl__clock_control.a(nrfx_clock_mpsl.c.obj)
+                0x000000000002e8c0                nrfx_clock_enable
+ .text.nrfx_power_clock_irq_handler
+                0x000000000002e8c2        0x4 modules/nrf/drivers/mpsl/clock_control/lib..__nrf__drivers__mpsl__clock_control.a(nrfx_clock_mpsl.c.obj)
+                0x000000000002e8c2                nrfx_power_clock_irq_handler
+ .text.nrf_flash_sync_is_required
+                0x000000000002e8c6       0x18 modules/nrf/drivers/mpsl/flash_sync/lib..__nrf__drivers__mpsl__flash_sync.a(flash_sync_mpsl.c.obj)
+                0x000000000002e8c6                nrf_flash_sync_is_required
+ .text.nrf_flash_sync_get_timestamp_begin
+                0x000000000002e8de        0x2 modules/nrf/drivers/mpsl/flash_sync/lib..__nrf__drivers__mpsl__flash_sync.a(flash_sync_mpsl.c.obj)
+                0x000000000002e8de                nrf_flash_sync_get_timestamp_begin
+ .text.temp_nrf5_mpsl_init
+                0x000000000002e8e0        0x4 modules/nrf/drivers/mpsl/temp_nrf5/lib..__nrf__drivers__mpsl__temp_nrf5.a(temp_nrf5_mpsl.c.obj)
+ .text.temp_nrf5_mpsl_sample_fetch
+                0x000000000002e8e4       0x1c modules/nrf/drivers/mpsl/temp_nrf5/lib..__nrf__drivers__mpsl__temp_nrf5.a(temp_nrf5_mpsl.c.obj)
+ .text.nrfx_isr
+                0x000000000002e900        0x2 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_glue.c.obj)
+                0x000000000002e900                nrfx_isr
+ .text.nrfx_busy_wait
+                0x000000000002e902        0x4 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_glue.c.obj)
+                0x000000000002e902                nrfx_busy_wait
+ .text.nrf_gpio_reconfigure
+                0x000000000002e906       0x92 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_gpiote.c.obj)
+ .text.nrf_gpio_cfg_sense_set
+                0x000000000002e998       0x1e modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_gpiote.c.obj)
+ .text.pin_in_event_get.isra.0
+                0x000000000002e9b6       0x22 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_gpiote.c.obj)
+ .text.pin_trigger_disable
+                0x000000000002e9d8       0x48 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_gpiote.c.obj)
+ .text.nrfx_gpiote_pin_uninit
+                0x000000000002ea20        0x4 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_gpiote.c.obj)
+                0x000000000002ea20                nrfx_gpiote_pin_uninit
+ .text.nrfx_gpiote_trigger_disable
+                0x000000000002ea24        0x4 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_gpiote.c.obj)
+                0x000000000002ea24                nrfx_gpiote_trigger_disable
+ .text.nrfx_gpiote_in_event_get
+                0x000000000002ea28        0x6 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_gpiote.c.obj)
+                0x000000000002ea28                nrfx_gpiote_in_event_get
+ .text.nrfx_nvmc_flash_size_get
+                0x000000000002ea2e        0xc modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_nvmc.c.obj)
+                0x000000000002ea2e                nrfx_nvmc_flash_size_get
+ .text.nrfx_nvmc_flash_page_size_get
+                0x000000000002ea3a        0x8 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_nvmc.c.obj)
+                0x000000000002ea3a                nrfx_nvmc_flash_page_size_get
+ .text.nrfx_nvmc_flash_page_count_get
+                0x000000000002ea42        0x8 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_nvmc.c.obj)
+                0x000000000002ea42                nrfx_nvmc_flash_page_count_get
+ .text.__nrfy_internal_spim_event_handle
+                0x000000000002ea4a       0x2a modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_spim.c.obj)
+ .text.__nrfy_internal_spim_events_process
+                0x000000000002ea74       0x7c modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_spim.c.obj)
+ .text.nrf_gpio_pin_set
+                0x000000000002eaf0       0x1a modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_spim.c.obj)
+ .text.nrf_gpio_pin_clear
+                0x000000000002eb0a       0x1a modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_spim.c.obj)
+ .text.spim_abort
+                0x000000000002eb24       0x2c modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_spim.c.obj)
+ .text.xfer_completeness_check
+                0x000000000002eb50       0x62 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_twim.c.obj)
+ .text.pins_configure
+                0x000000000002ebb2       0x24 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_twim.c.obj)
+ .text.__nrfy_internal_twim_event_handle.isra.0
+                0x000000000002ebd6       0x22 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_twim.c.obj)
+ .text.__nrfy_internal_twim_events_process.constprop.0
+                0x000000000002ebf8       0x54 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_twim.c.obj)
+ .text.nrf_gpio_pin_set
+                0x000000000002ec4c       0x1a modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_twi_twim.c.obj)
+ .text.z_impl_k_busy_wait
+                0x000000000002ec66        0x8 zephyr/kernel/libkernel.a(busy_wait.c.obj)
+                0x000000000002ec66                z_impl_k_busy_wait
+ .text.z_device_state_init
+                0x000000000002ec6e        0x2 zephyr/kernel/libkernel.a(device.c.obj)
+                0x000000000002ec6e                z_device_state_init
+ .text.z_device_is_ready
+                0x000000000002ec70       0x16 zephyr/kernel/libkernel.a(device.c.obj)
+                0x000000000002ec70                z_device_is_ready
+ .text.arch_system_halt
+                0x000000000002ec86       0x10 zephyr/kernel/libkernel.a(fatal.c.obj)
+                0x000000000002ec86                arch_system_halt
+ .text.do_device_init
+                0x000000000002ec96       0x30 zephyr/kernel/libkernel.a(init.c.obj)
+ .text.z_early_memset
+                0x000000000002ecc6        0x4 zephyr/kernel/libkernel.a(init.c.obj)
+                0x000000000002ecc6                z_early_memset
+ .text.z_early_memcpy
+                0x000000000002ecca        0x4 zephyr/kernel/libkernel.a(init.c.obj)
+                0x000000000002ecca                z_early_memcpy
+ .text.k_heap_init
+                0x000000000002ecce       0x10 zephyr/kernel/libkernel.a(kheap.c.obj)
+                0x000000000002ecce                k_heap_init
+ .text.k_heap_aligned_alloc
+                0x000000000002ecde       0x82 zephyr/kernel/libkernel.a(kheap.c.obj)
+                0x000000000002ecde                k_heap_aligned_alloc
+ .text.k_heap_free
+                0x000000000002ed60       0x38 zephyr/kernel/libkernel.a(kheap.c.obj)
+                0x000000000002ed60                k_heap_free
+ .text.create_free_list
+                0x000000000002ed98       0x2c zephyr/kernel/libkernel.a(mem_slab.c.obj)
+ .text.k_mem_slab_free
+                0x000000000002edc4       0x4a zephyr/kernel/libkernel.a(mem_slab.c.obj)
+                0x000000000002edc4                k_mem_slab_free
+ .text.idle     0x000000000002ee0e       0x16 zephyr/kernel/libkernel.a(idle.c.obj)
+                0x000000000002ee0e                idle
+ .text.adjust_owner_prio.isra.0
+                0x000000000002ee24       0x10 zephyr/kernel/libkernel.a(mutex.c.obj)
+ .text.z_impl_k_mutex_init
+                0x000000000002ee34        0xe zephyr/kernel/libkernel.a(mutex.c.obj)
+                0x000000000002ee34                z_impl_k_mutex_init
+ .text.queue_insert
+                0x000000000002ee42       0xca zephyr/kernel/libkernel.a(queue.c.obj)
+ .text.z_queue_node_peek
+                0x000000000002ef0c       0x18 zephyr/kernel/libkernel.a(queue.c.obj)
+                0x000000000002ef0c                z_queue_node_peek
+ .text.z_impl_k_queue_init
+                0x000000000002ef24       0x18 zephyr/kernel/libkernel.a(queue.c.obj)
+                0x000000000002ef24                z_impl_k_queue_init
+ .text.k_queue_append
+                0x000000000002ef3c       0x16 zephyr/kernel/libkernel.a(queue.c.obj)
+                0x000000000002ef3c                k_queue_append
+ .text.k_queue_prepend
+                0x000000000002ef52       0x14 zephyr/kernel/libkernel.a(queue.c.obj)
+                0x000000000002ef52                k_queue_prepend
+ .text.z_impl_k_sem_init
+                0x000000000002ef66       0x20 zephyr/kernel/libkernel.a(sem.c.obj)
+                0x000000000002ef66                z_impl_k_sem_init
+ .text.flag_test_and_clear
+                0x000000000002ef86       0x16 zephyr/kernel/libkernel.a(work.c.obj)
+ .text.handle_flush
+                0x000000000002ef9c        0x2 zephyr/kernel/libkernel.a(work.c.obj)
+ .text.unschedule_locked
+                0x000000000002ef9e       0x1e zephyr/kernel/libkernel.a(work.c.obj)
+ .text.notify_queue_locked.isra.0
+                0x000000000002efbc        0xe zephyr/kernel/libkernel.a(work.c.obj)
+ .text.cancel_async_locked
+                0x000000000002efca       0x5a zephyr/kernel/libkernel.a(work.c.obj)
+ .text.work_timeout
+                0x000000000002f024       0x3c zephyr/kernel/libkernel.a(work.c.obj)
+ .text.k_work_init
+                0x000000000002f060       0x12 zephyr/kernel/libkernel.a(work.c.obj)
+                0x000000000002f060                k_work_init
+ .text.k_work_busy_get
+                0x000000000002f072       0x1e zephyr/kernel/libkernel.a(work.c.obj)
+                0x000000000002f072                k_work_busy_get
+ .text.z_work_submit_to_queue
+                0x000000000002f090       0x26 zephyr/kernel/libkernel.a(work.c.obj)
+                0x000000000002f090                z_work_submit_to_queue
+ .text.k_work_submit_to_queue
+                0x000000000002f0b6       0x20 zephyr/kernel/libkernel.a(work.c.obj)
+                0x000000000002f0b6                k_work_submit_to_queue
+ .text.k_work_flush
+                0x000000000002f0d6       0x36 zephyr/kernel/libkernel.a(work.c.obj)
+                0x000000000002f0d6                k_work_flush
+ .text.k_work_queue_init
+                0x000000000002f10c        0xc zephyr/kernel/libkernel.a(work.c.obj)
+                0x000000000002f10c                k_work_queue_init
+ .text.k_work_init_delayable
+                0x000000000002f118       0x18 zephyr/kernel/libkernel.a(work.c.obj)
+                0x000000000002f118                k_work_init_delayable
+ .text.k_work_delayable_busy_get
+                0x000000000002f130        0x4 zephyr/kernel/libkernel.a(work.c.obj)
+                0x000000000002f130                k_work_delayable_busy_get
+ .text.k_work_cancel_delayable
+                0x000000000002f134       0x26 zephyr/kernel/libkernel.a(work.c.obj)
+                0x000000000002f134                k_work_cancel_delayable
+ .text.k_work_cancel_delayable_sync
+                0x000000000002f15a       0x60 zephyr/kernel/libkernel.a(work.c.obj)
+                0x000000000002f15a                k_work_cancel_delayable_sync
+ .text.k_is_in_isr
+                0x000000000002f1ba        0xc zephyr/kernel/libkernel.a(thread.c.obj)
+                0x000000000002f1ba                k_is_in_isr
+ .text.z_impl_k_thread_name_set
+                0x000000000002f1c6        0x6 zephyr/kernel/libkernel.a(thread.c.obj)
+                0x000000000002f1c6                z_impl_k_thread_name_set
+ .text.k_thread_name_get
+                0x000000000002f1cc        0x4 zephyr/kernel/libkernel.a(thread.c.obj)
+                0x000000000002f1cc                k_thread_name_get
+ .text.z_impl_k_thread_start
+                0x000000000002f1d0        0x4 zephyr/kernel/libkernel.a(thread.c.obj)
+                0x000000000002f1d0                z_impl_k_thread_start
+ .text.sys_dlist_remove
+                0x000000000002f1d4       0x10 zephyr/kernel/libkernel.a(sched.c.obj)
+ .text.unpend_thread_no_timeout
+                0x000000000002f1e4       0x14 zephyr/kernel/libkernel.a(sched.c.obj)
+ .text.add_to_waitq_locked
+                0x000000000002f1f8       0x50 zephyr/kernel/libkernel.a(sched.c.obj)
+ .text.z_sched_prio_cmp
+                0x000000000002f248       0x12 zephyr/kernel/libkernel.a(sched.c.obj)
+                0x000000000002f248                z_sched_prio_cmp
+ .text.z_ready_thread
+                0x000000000002f25a       0x1e zephyr/kernel/libkernel.a(sched.c.obj)
+                0x000000000002f25a                z_ready_thread
+ .text.z_impl_k_thread_suspend
+                0x000000000002f278       0x34 zephyr/kernel/libkernel.a(sched.c.obj)
+                0x000000000002f278                z_impl_k_thread_suspend
+ .text.z_unpend_thread_no_timeout
+                0x000000000002f2ac       0x22 zephyr/kernel/libkernel.a(sched.c.obj)
+                0x000000000002f2ac                z_unpend_thread_no_timeout
+ .text.z_sched_wake_thread
+                0x000000000002f2ce       0x42 zephyr/kernel/libkernel.a(sched.c.obj)
+                0x000000000002f2ce                z_sched_wake_thread
+ .text.z_thread_timeout
+                0x000000000002f310        0x8 zephyr/kernel/libkernel.a(sched.c.obj)
+                0x000000000002f310                z_thread_timeout
+ .text.z_unpend1_no_timeout
+                0x000000000002f318       0x2c zephyr/kernel/libkernel.a(sched.c.obj)
+                0x000000000002f318                z_unpend1_no_timeout
+ .text.z_unpend_first_thread
+                0x000000000002f344       0x36 zephyr/kernel/libkernel.a(sched.c.obj)
+                0x000000000002f344                z_unpend_first_thread
+ .text.z_unpend_thread
+                0x000000000002f37a       0x2e zephyr/kernel/libkernel.a(sched.c.obj)
+                0x000000000002f37a                z_unpend_thread
+ .text.z_unpend_all
+                0x000000000002f3a8       0x20 zephyr/kernel/libkernel.a(sched.c.obj)
+                0x000000000002f3a8                z_unpend_all
+ .text.z_thread_abort
+                0x000000000002f3c8       0x44 zephyr/kernel/libkernel.a(sched.c.obj)
+                0x000000000002f3c8                z_thread_abort
+ .text.z_sched_wake
+                0x000000000002f40c       0x44 zephyr/kernel/libkernel.a(sched.c.obj)
+                0x000000000002f40c                z_sched_wake
+ .text.z_abort_timeout
+                0x000000000002f450       0x2a zephyr/kernel/libkernel.a(timeout.c.obj)
+                0x000000000002f450                z_abort_timeout
+ .text.sys_clock_tick_get_32
+                0x000000000002f47a        0x8 zephyr/kernel/libkernel.a(timeout.c.obj)
+                0x000000000002f47a                sys_clock_tick_get_32
+ .text.z_impl_k_uptime_ticks
+                0x000000000002f482        0x4 zephyr/kernel/libkernel.a(timeout.c.obj)
+                0x000000000002f482                z_impl_k_uptime_ticks
+ .text.sys_timepoint_calc
+                0x000000000002f486       0x48 zephyr/kernel/libkernel.a(timeout.c.obj)
+                0x000000000002f486                sys_timepoint_calc
+ .text.sys_timepoint_timeout
+                0x000000000002f4ce       0x42 zephyr/kernel/libkernel.a(timeout.c.obj)
+                0x000000000002f4ce                sys_timepoint_timeout
+ .text.k_timer_init
+                0x000000000002f510       0x18 zephyr/kernel/libkernel.a(timer.c.obj)
+                0x000000000002f510                k_timer_init
+ .text.z_impl_k_timer_stop
+                0x000000000002f528       0x38 zephyr/kernel/libkernel.a(timer.c.obj)
+                0x000000000002f528                z_impl_k_timer_stop
+ .text.clear_event_registrations
+                0x000000000002f560       0x5c zephyr/kernel/libkernel.a(poll.c.obj)
+ .text.add_event
+                0x000000000002f5bc       0x62 zephyr/kernel/libkernel.a(poll.c.obj)
+ .text.register_events
+                0x000000000002f61e       0xf0 zephyr/kernel/libkernel.a(poll.c.obj)
+ .text.signal_poll_event
+                0x000000000002f70e       0x8c zephyr/kernel/libkernel.a(poll.c.obj)
+ .text.z_handle_obj_poll_events
+                0x000000000002f79a       0x34 zephyr/kernel/libkernel.a(poll.c.obj)
+                0x000000000002f79a                z_handle_obj_poll_events
+ .text.k_free   0x000000000002f7ce        0xe zephyr/kernel/libkernel.a(mempool.c.obj)
+                0x000000000002f7ce                k_free
+ .text.memcmp   0x000000000002f7dc       0x20 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-memcmp.o)
+                0x000000000002f7dc                memcmp
+ .text.memcpy   0x000000000002f7fc       0x1c /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-memcpy-stub.o)
+                0x000000000002f7fc                memcpy
+ .text.memset   0x000000000002f818       0x10 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-memset.o)
+                0x000000000002f818                memset
+ .text.__cvt    0x000000000002f828       0xce /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-nano-vfprintf_float.o)
+                0x000000000002f828                __cvt
+ .text.__exponent
+                0x000000000002f8f6       0x74 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-nano-vfprintf_float.o)
+                0x000000000002f8f6                __exponent
+ .text._printf_common
+                0x000000000002f96a       0xda /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-nano-vfprintf_i.o)
+                0x000000000002f96a                _printf_common
+ .text.strcpy   0x000000000002fa44       0x10 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-strcpy.o)
+                0x000000000002fa44                strcpy
+ .text.strnlen  0x000000000002fa54       0x18 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-strnlen.o)
+                0x000000000002fa54                strnlen
+ .text.quorem   0x000000000002fa6c      0x110 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-dtoa.o)
+ .text.__hi0bits
+                0x000000000002fb7c       0x44 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-mprec.o)
+                0x000000000002fb7c                __hi0bits
+ .text.__lo0bits
+                0x000000000002fbc0       0x5a /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-mprec.o)
+                0x000000000002fbc0                __lo0bits
+ .text.__mcmp   0x000000000002fc1a       0x36 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-mprec.o)
+                0x000000000002fc1a                __mcmp
+ .text._calloc_r
+                0x000000000002fc50       0x1c /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-nano-callocr.o)
+                0x000000000002fc50                _calloc_r
+ .text.__ascii_mbtowc
+                0x000000000002fc6c       0x24 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-mbtowc_r.o)
+                0x000000000002fc6c                __ascii_mbtowc
+ .text.__sfputc_r
+                0x000000000002fc90       0x2a /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-nano-vfprintf.o)
+ .text.__sfputs_r
+                0x000000000002fcba       0x24 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-nano-vfprintf.o)
+                0x000000000002fcba                __sfputs_r
+ .text.__ascii_wctomb
+                0x000000000002fcde       0x1a /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-wctomb_r.o)
+                0x000000000002fcde                __ascii_wctomb
+ .text.__sflush_r
+                0x000000000002fcf8      0x100 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-fflush.o)
+                0x000000000002fcf8                __sflush_r
+ .text.__sfmoreglue
+                0x000000000002fdf8       0x2c /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-findfp.o)
+                0x000000000002fdf8                __sfmoreglue
+ .text._fwalk_reent
+                0x000000000002fe24       0x3e /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-fwalk.o)
+                0x000000000002fe24                _fwalk_reent
+ .text.__swhatbuf_r
+                0x000000000002fe62       0x4c /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-makebuf.o)
+                0x000000000002fe62                __swhatbuf_r
+ .text.__sread  0x000000000002feae       0x22 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-stdio.o)
+                0x000000000002feae                __sread
+ .text.__swrite
+                0x000000000002fed0       0x38 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-stdio.o)
+                0x000000000002fed0                __swrite
+ .text.__sseek  0x000000000002ff08       0x24 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-stdio.o)
+                0x000000000002ff08                __sseek
+ .text.__sclose
+                0x000000000002ff2c        0x8 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-stdio.o)
+                0x000000000002ff2c                __sclose
+ *(SORT_BY_ALIGNMENT(.TEXT.*))
+ *(SORT_BY_ALIGNMENT(.gnu.linkonce.t.*))
+ *(SORT_BY_ALIGNMENT(.glue_7t))
+ .glue_7t       0x000000000002ff34        0x0 linker stubs
+ *(SORT_BY_ALIGNMENT(.glue_7))
+ .glue_7        0x000000000002ff34        0x0 linker stubs
+ *(SORT_BY_ALIGNMENT(.vfp11_veneer))
+ .vfp11_veneer  0x000000000002ff34        0x0 linker stubs
+ *(SORT_BY_ALIGNMENT(.v4_bx))
+ .v4_bx         0x000000000002ff34        0x0 linker stubs
+                0x000000000002ff34                . = ALIGN (0x4)
+                0x000000000002ff34                __text_region_end = .
+
+.ARM.exidx      0x000000000002ff34        0x8
+                0x000000000002ff34                __exidx_start = .
+ *(SORT_BY_ALIGNMENT(.ARM.exidx*) SORT_BY_ALIGNMENT(gnu.linkonce.armexidx.*))
+ .ARM.exidx     0x000000000002ff34        0x8 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/thumb/v7e-m/nofp/libgcc.a(_udivmoddi4.o)
+                0x000000000002ff3c                __exidx_end = .
+                0x000000000002ff3c                __rodata_region_start = .
+
+initlevel       0x000000000002ff3c       0xf0
+                0x000000000002ff3c                __init_start = .
+                0x000000000002ff3c                __init_EARLY_start = .
+ *(SORT_BY_NAME(SORT_BY_ALIGNMENT(.z_init_EARLY?_*)))
+ *(SORT_BY_NAME(SORT_BY_ALIGNMENT(.z_init_EARLY??_*)))
+                0x000000000002ff3c                __init_PRE_KERNEL_1_start = .
+ *(SORT_BY_NAME(SORT_BY_ALIGNMENT(.z_init_PRE_KERNEL_1?_*)))
+ .z_init_PRE_KERNEL_10_0_
+                0x000000000002ff3c        0x8 zephyr/soc/soc/nrf52833/libsoc__nordic.a(soc.c.obj)
+ *(SORT_BY_NAME(SORT_BY_ALIGNMENT(.z_init_PRE_KERNEL_1??_*)))
+ .z_init_PRE_KERNEL_130_00040_
+                0x000000000002ff44        0x8 zephyr/drivers/clock_control/libdrivers__clock_control.a(clock_control_nrf.c.obj)
+ .z_init_PRE_KERNEL_130_0_
+                0x000000000002ff4c        0x8 zephyr/kernel/libkernel.a(kheap.c.obj)
+ .z_init_PRE_KERNEL_130_0_
+                0x000000000002ff54        0x8 zephyr/kernel/libkernel.a(mem_slab.c.obj)
+ .z_init_PRE_KERNEL_140_00008_
+                0x000000000002ff5c        0x8 zephyr/drivers/gpio/libdrivers__gpio.a(gpio_nrfx.c.obj)
+ .z_init_PRE_KERNEL_140_00009_
+                0x000000000002ff64        0x8 zephyr/drivers/gpio/libdrivers__gpio.a(gpio_nrfx.c.obj)
+ .z_init_PRE_KERNEL_140_0_
+                0x000000000002ff6c        0x8 modules/nrf/subsys/mpsl/init/lib..__nrf__subsys__mpsl__init.a(mpsl_init.c.obj)
+ .z_init_PRE_KERNEL_140_0_
+                0x000000000002ff74        0x8 modules/nrf/subsys/mpsl/fem/lib..__nrf__subsys__mpsl__fem.a(mpsl_fem_api_init.c.obj)
+ .z_init_PRE_KERNEL_150_00004_
+                0x000000000002ff7c        0x8 zephyr/drivers/entropy/libdrivers__entropy.a(entropy_bt_hci.c.obj)
+ .z_init_PRE_KERNEL_150_00061_
+                0x000000000002ff84        0x8 zephyr/drivers/entropy/libdrivers__entropy.a(entropy_nrf5.c.obj)
+ .z_init_PRE_KERNEL_150_00073_
+                0x000000000002ff8c        0x8 zephyr/drivers/serial/libdrivers__serial.a(uart_nrfx_uart.c.obj)
+ .z_init_PRE_KERNEL_160_0_
+                0x000000000002ff94        0x8 zephyr/drivers/console/libdrivers__console.a(uart_console.c.obj)
+                0x000000000002ff9c                __init_PRE_KERNEL_2_start = .
+ *(SORT_BY_NAME(SORT_BY_ALIGNMENT(.z_init_PRE_KERNEL_2?_*)))
+ .z_init_PRE_KERNEL_20_0_
+                0x000000000002ff9c        0x8 zephyr/drivers/timer/libdrivers__timer.a(nrf_rtc_timer.c.obj)
+ *(SORT_BY_NAME(SORT_BY_ALIGNMENT(.z_init_PRE_KERNEL_2??_*)))
+ .z_init_PRE_KERNEL_240_0_
+                0x000000000002ffa4        0x8 zephyr/subsys/random/libsubsys__random.a(random_xoshiro128.c.obj)
+                0x000000000002ffac                __init_POST_KERNEL_start = .
+ *(SORT_BY_NAME(SORT_BY_ALIGNMENT(.z_init_POST_KERNEL?_*)))
+ .z_init_POST_KERNEL0_0_
+                0x000000000002ffac        0x8 zephyr/libzephyr.a(log_core.c.obj)
+ .z_init_POST_KERNEL0_0_
+                0x000000000002ffb4        0x8 zephyr/subsys/lorawan/libloramac-node.a(lorawan.c.obj)
+ *(SORT_BY_NAME(SORT_BY_ALIGNMENT(.z_init_POST_KERNEL??_*)))
+ .z_init_POST_KERNEL40_0_
+                0x000000000002ffbc        0x8 zephyr/lib/libc/newlib/liblib__libc__newlib.a(libc-hooks.c.obj)
+ .z_init_POST_KERNEL40_0_
+                0x000000000002ffc4        0x8 modules/nrf/subsys/mpsl/init/lib..__nrf__subsys__mpsl__init.a(mpsl_init.c.obj)
+ .z_init_POST_KERNEL40_0_
+                0x000000000002ffcc        0x8 zephyr/kernel/libkernel.a(system_work_q.c.obj)
+ .z_init_POST_KERNEL50_00078_
+                0x000000000002ffd4        0x8 zephyr/drivers/adc/libdrivers__adc.a(adc_nrfx_saadc.c.obj)
+ .z_init_POST_KERNEL50_00080_
+                0x000000000002ffdc        0x8 zephyr/drivers/flash/libdrivers__flash.a(soc_flash_nrf.c.obj)
+ .z_init_POST_KERNEL50_00088_
+                0x000000000002ffe4        0x8 zephyr/drivers/i2c/libdrivers__i2c.a(i2c_nrfx_twim.c.obj)
+ .z_init_POST_KERNEL50_00096_
+                0x000000000002ffec        0x8 zephyr/drivers/spi/libdrivers__spi.a(spi_nrfx_spim.c.obj)
+ .z_init_POST_KERNEL50_0_
+                0x000000000002fff4        0x8 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(long_wq.c.obj)
+ .z_init_POST_KERNEL50_0_
+                0x000000000002fffc        0x8 modules/nrf/subsys/bluetooth/controller/lib..__nrf__subsys__bluetooth__controller.a(hci_driver.c.obj)
+ .z_init_POST_KERNEL90_00068_
+                0x0000000000030004        0x8 modules/nrf/drivers/mpsl/temp_nrf5/lib..__nrf__drivers__mpsl__temp_nrf5.a(temp_nrf5_mpsl.c.obj)
+ .z_init_POST_KERNEL90_00089_
+                0x000000000003000c        0x8 zephyr/drivers/sensor/st/lis2dh/libdrivers__sensor__st__lis2dh.a(lis2dh.c.obj)
+ .z_init_POST_KERNEL90_00090_
+                0x0000000000030014        0x8 zephyr/drivers/sensor/st/lis2mdl/libdrivers__sensor__st__lis2mdl.a(lis2mdl.c.obj)
+ .z_init_POST_KERNEL90_00097_
+                0x000000000003001c        0x8 zephyr/drivers/sensor/bosch/bme280/libdrivers__sensor__bosch__bme280.a(bme280.c.obj)
+ .z_init_POST_KERNEL90_00098_
+                0x0000000000030024        0x8 zephyr/subsys/lorawan/libloramac-node.a(sx127x.c.obj)
+                0x000000000003002c                __init_APPLICATION_start = .
+ *(SORT_BY_NAME(SORT_BY_ALIGNMENT(.z_init_APPLICATION?_*)))
+ *(SORT_BY_NAME(SORT_BY_ALIGNMENT(.z_init_APPLICATION??_*)))
+                0x000000000003002c                __init_SMP_start = .
+ *(SORT_BY_NAME(SORT_BY_ALIGNMENT(.z_init_SMP?_*)))
+ *(SORT_BY_NAME(SORT_BY_ALIGNMENT(.z_init_SMP??_*)))
+                0x000000000003002c                __init_end = .
+                0x000000000003002c                __deferred_init_list_start = .
+ *(SORT_BY_ALIGNMENT(.z_deferred_init))
+                0x000000000003002c                __deferred_init_list_end = .
+
+device_area     0x000000000003002c      0x12c
+                0x000000000003002c                _device_list_start = .
+ *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._device.static.*_?_*)))
+ *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._device.static.*_??_*)))
+ ._device.static.1_30_
+                0x000000000003002c       0x14 zephyr/drivers/clock_control/libdrivers__clock_control.a(clock_control_nrf.c.obj)
+                0x000000000003002c                __device_dts_ord_40
+ ._device.static.1_40_
+                0x0000000000030040       0x28 zephyr/drivers/gpio/libdrivers__gpio.a(gpio_nrfx.c.obj)
+                0x0000000000030040                __device_dts_ord_9
+                0x0000000000030054                __device_dts_ord_8
+ ._device.static.1_50_
+                0x0000000000030068       0x14 zephyr/drivers/entropy/libdrivers__entropy.a(entropy_nrf5.c.obj)
+                0x0000000000030068                __device_dts_ord_61
+ ._device.static.1_50_
+                0x000000000003007c       0x14 zephyr/drivers/entropy/libdrivers__entropy.a(entropy_bt_hci.c.obj)
+                0x000000000003007c                __device_dts_ord_4
+ ._device.static.1_50_
+                0x0000000000030090       0x14 zephyr/drivers/serial/libdrivers__serial.a(uart_nrfx_uart.c.obj)
+                0x0000000000030090                __device_dts_ord_73
+ ._device.static.3_50_
+                0x00000000000300a4       0x14 zephyr/drivers/adc/libdrivers__adc.a(adc_nrfx_saadc.c.obj)
+                0x00000000000300a4                __device_dts_ord_78
+ ._device.static.3_50_
+                0x00000000000300b8       0x14 zephyr/drivers/flash/libdrivers__flash.a(soc_flash_nrf.c.obj)
+                0x00000000000300b8                __device_dts_ord_80
+ ._device.static.3_50_
+                0x00000000000300cc       0x14 zephyr/drivers/i2c/libdrivers__i2c.a(i2c_nrfx_twim.c.obj)
+                0x00000000000300cc                __device_dts_ord_88
+ ._device.static.3_50_
+                0x00000000000300e0       0x14 zephyr/drivers/spi/libdrivers__spi.a(spi_nrfx_spim.c.obj)
+                0x00000000000300e0                __device_dts_ord_96
+ ._device.static.3_90_
+                0x00000000000300f4       0x14 zephyr/subsys/lorawan/libloramac-node.a(sx127x.c.obj)
+                0x00000000000300f4                __device_dts_ord_98
+ ._device.static.3_90_
+                0x0000000000030108       0x14 zephyr/drivers/sensor/bosch/bme280/libdrivers__sensor__bosch__bme280.a(bme280.c.obj)
+                0x0000000000030108                __device_dts_ord_97
+ ._device.static.3_90_
+                0x000000000003011c       0x14 zephyr/drivers/sensor/st/lis2dh/libdrivers__sensor__st__lis2dh.a(lis2dh.c.obj)
+                0x000000000003011c                __device_dts_ord_89
+ ._device.static.3_90_
+                0x0000000000030130       0x14 zephyr/drivers/sensor/st/lis2mdl/libdrivers__sensor__st__lis2mdl.a(lis2mdl.c.obj)
+                0x0000000000030130                __device_dts_ord_90
+ ._device.static.3_90_
+                0x0000000000030144       0x14 modules/nrf/drivers/mpsl/temp_nrf5/lib..__nrf__drivers__mpsl__temp_nrf5.a(temp_nrf5_mpsl.c.obj)
+                0x0000000000030144                __device_dts_ord_68
+                0x0000000000030158                _device_list_end = .
+
+sw_isr_table    0x0000000000030158      0x180
+                0x0000000000030158                . = ALIGN (0x4)
+ *(SORT_BY_ALIGNMENT(.gnu.linkonce.sw_isr_table*))
+ .gnu.linkonce.sw_isr_table
+                0x0000000000030158      0x180 zephyr/CMakeFiles/zephyr_final.dir/isr_tables.c.obj
+                0x0000000000030158                _sw_isr_table
+
+initlevel_error
+                0x000000000002ff3c        0x0
+ *(SORT_BY_NAME(SORT_BY_ALIGNMENT(.z_init_[_A-Z0-9]*)))
+                0x0000000000000001                ASSERT ((SIZEOF (initlevel_error) == 0x0), Undefined initialization levels used.)
+
+app_shmem_regions
+                0x00000000000302d8        0x0
+                0x00000000000302d8                __app_shmem_regions_start = .
+ *(SORT_BY_NAME(SORT_BY_ALIGNMENT(.app_regions.*)))
+                0x00000000000302d8                __app_shmem_regions_end = .
+
+k_p4wq_initparam_area
+                0x00000000000302d8        0x0
+                0x00000000000302d8                _k_p4wq_initparam_list_start = .
+ *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._k_p4wq_initparam.static.*)))
+                0x00000000000302d8                _k_p4wq_initparam_list_end = .
+
+_static_thread_data_area
+                0x00000000000302d8        0x0
+                0x00000000000302d8                __static_thread_data_list_start = .
+ *(SORT_BY_NAME(SORT_BY_ALIGNMENT(.__static_thread_data.static.*)))
+                0x00000000000302d8                __static_thread_data_list_end = .
+
+device_deps     0x00000000000302d8        0x0
+                0x00000000000302d8                __device_deps_start = .
+ *(SORT_BY_NAME(SORT_BY_ALIGNMENT(.__device_deps_pass2*)))
+                0x00000000000302d8                __device_deps_end = .
+
+ztest           0x00000000000302d8        0x0
+                0x00000000000302d8                _ztest_expected_result_entry_list_start = .
+ *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._ztest_expected_result_entry.static.*)))
+                0x00000000000302d8                _ztest_expected_result_entry_list_end = .
+                0x00000000000302d8                _ztest_suite_node_list_start = .
+ *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._ztest_suite_node.static.*)))
+                0x00000000000302d8                _ztest_suite_node_list_end = .
+                0x00000000000302d8                _ztest_unit_test_list_start = .
+ *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._ztest_unit_test.static.*)))
+                0x00000000000302d8                _ztest_unit_test_list_end = .
+                0x00000000000302d8                _ztest_test_rule_list_start = .
+ *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._ztest_test_rule.static.*)))
+                0x00000000000302d8                _ztest_test_rule_list_end = .
+
+bt_l2cap_fixed_chan_area
+                0x00000000000302d8       0x24
+                0x00000000000302d8                _bt_l2cap_fixed_chan_list_start = .
+ *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._bt_l2cap_fixed_chan.static.*)))
+ ._bt_l2cap_fixed_chan.static.le_fixed_chan_
+                0x00000000000302d8        0xc zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(l2cap.c.obj)
+                0x00000000000302d8                le_fixed_chan
+ ._bt_l2cap_fixed_chan.static.smp_fixed_chan_
+                0x00000000000302e4        0xc zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(smp_null.c.obj)
+                0x00000000000302e4                smp_fixed_chan
+ ._bt_l2cap_fixed_chan.static.z_att_fixed_chan_
+                0x00000000000302f0        0xc zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(att.c.obj)
+                0x00000000000302f0                z_att_fixed_chan
+                0x00000000000302fc                _bt_l2cap_fixed_chan_list_end = .
+
+bt_conn_cb_area
+                0x00000000000302fc        0x0
+                0x00000000000302fc                _bt_conn_cb_list_start = .
+ *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._bt_conn_cb.static.*)))
+                0x00000000000302fc                _bt_conn_cb_list_end = .
+
+bt_gatt_service_static_area
+                0x00000000000302fc       0x10
+                0x00000000000302fc                _bt_gatt_service_static_list_start = .
+ *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._bt_gatt_service_static.static.*)))
+ ._bt_gatt_service_static.static._1_gatt_svc_
+                0x00000000000302fc        0x8 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(gatt.c.obj)
+                0x00000000000302fc                _1_gatt_svc
+ ._bt_gatt_service_static.static._2_gap_svc_
+                0x0000000000030304        0x8 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(gatt.c.obj)
+                0x0000000000030304                _2_gap_svc
+                0x000000000003030c                _bt_gatt_service_static_list_end = .
+
+log_strings_area
+                0x000000000003030c        0x0
+                0x000000000003030c                _log_strings_list_start = .
+ *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._log_strings.static.*)))
+                0x000000000003030c                _log_strings_list_end = .
+
+log_const_area  0x000000000003030c      0x138
+                0x000000000003030c                _log_const_list_start = .
+ *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._log_const.static.*)))
+ ._log_const.static.log_const_BME280_
+                0x000000000003030c        0x8 zephyr/drivers/sensor/bosch/bme280/libdrivers__sensor__bosch__bme280.a(bme280.c.obj)
+                0x000000000003030c                log_const_BME280
+ ._log_const.static.log_const_LIS2MDL_
+                0x0000000000030314        0x8 zephyr/drivers/sensor/st/lis2mdl/libdrivers__sensor__st__lis2mdl.a(lis2mdl.c.obj)
+                0x0000000000030314                log_const_LIS2MDL
+ ._log_const.static.log_const_adc_nrfx_saadc_
+                0x000000000003031c        0x8 zephyr/drivers/adc/libdrivers__adc.a(adc_nrfx_saadc.c.obj)
+                0x000000000003031c                log_const_adc_nrfx_saadc
+ ._log_const.static.log_const_bt_adv_
+                0x0000000000030324        0x8 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(adv.c.obj)
+                0x0000000000030324                log_const_bt_adv
+ ._log_const.static.log_const_bt_att_
+                0x000000000003032c        0x8 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(att.c.obj)
+                0x000000000003032c                log_const_bt_att
+ ._log_const.static.log_const_bt_conn_
+                0x0000000000030334        0x8 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(conn.c.obj)
+                0x0000000000030334                log_const_bt_conn
+ ._log_const.static.log_const_bt_data_
+                0x000000000003033c        0x8 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(data.c.obj)
+                0x000000000003033c                log_const_bt_data
+ ._log_const.static.log_const_bt_gatt_
+                0x0000000000030344        0x8 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(gatt.c.obj)
+                0x0000000000030344                log_const_bt_gatt
+ ._log_const.static.log_const_bt_hci_core_
+                0x000000000003034c        0x8 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+                0x000000000003034c                log_const_bt_hci_core
+ ._log_const.static.log_const_bt_id_
+                0x0000000000030354        0x8 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(id.c.obj)
+                0x0000000000030354                log_const_bt_id
+ ._log_const.static.log_const_bt_l2cap_
+                0x000000000003035c        0x8 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(l2cap.c.obj)
+                0x000000000003035c                log_const_bt_l2cap
+ ._log_const.static.log_const_bt_sdc_crypto_
+                0x0000000000030364        0x8 modules/nrf/subsys/bluetooth/controller/lib..__nrf__subsys__bluetooth__controller.a(crypto.c.obj)
+                0x0000000000030364                log_const_bt_sdc_crypto
+ ._log_const.static.log_const_bt_sdc_ecdh_
+                0x000000000003036c        0x8 modules/nrf/subsys/bluetooth/controller/lib..__nrf__subsys__bluetooth__controller.a(ecdh.c.obj)
+                0x000000000003036c                log_const_bt_sdc_ecdh
+ ._log_const.static.log_const_bt_sdc_hci_driver_
+                0x0000000000030374        0x8 modules/nrf/subsys/bluetooth/controller/lib..__nrf__subsys__bluetooth__controller.a(hci_driver.c.obj)
+                0x0000000000030374                log_const_bt_sdc_hci_driver
+ ._log_const.static.log_const_bt_smp_
+                0x000000000003037c        0x8 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(smp_null.c.obj)
+                0x000000000003037c                log_const_bt_smp
+ ._log_const.static.log_const_cbprintf_package_
+                0x0000000000030384        0x8 zephyr/libzephyr.a(cbprintf_packaged.c.obj)
+                0x0000000000030384                log_const_cbprintf_package
+ ._log_const.static.log_const_clock_control_
+                0x000000000003038c        0x8 zephyr/drivers/clock_control/libdrivers__clock_control.a(clock_control_nrf.c.obj)
+                0x000000000003038c                log_const_clock_control
+ ._log_const.static.log_const_flash_nrf_
+                0x0000000000030394        0x8 zephyr/drivers/flash/libdrivers__flash.a(soc_flash_nrf.c.obj)
+                0x0000000000030394                log_const_flash_nrf
+ ._log_const.static.log_const_flash_sync_mpsl_
+                0x000000000003039c        0x8 modules/nrf/drivers/mpsl/flash_sync/lib..__nrf__drivers__mpsl__flash_sync.a(flash_sync_mpsl.c.obj)
+                0x000000000003039c                log_const_flash_sync_mpsl
+ ._log_const.static.log_const_fs_nvs_
+                0x00000000000303a4        0x8 zephyr/libzephyr.a(nvs.c.obj)
+                0x00000000000303a4                log_const_fs_nvs
+ ._log_const.static.log_const_i2c_
+                0x00000000000303ac        0x8 zephyr/drivers/i2c/libdrivers__i2c.a(i2c_common.c.obj)
+                0x00000000000303ac                log_const_i2c
+ ._log_const.static.log_const_i2c_nrfx_twim_
+                0x00000000000303b4        0x8 zephyr/drivers/i2c/libdrivers__i2c.a(i2c_nrfx_twim.c.obj)
+                0x00000000000303b4                log_const_i2c_nrfx_twim
+ ._log_const.static.log_const_lis2dh_
+                0x00000000000303bc        0x8 zephyr/drivers/sensor/st/lis2dh/libdrivers__sensor__st__lis2dh.a(lis2dh.c.obj)
+                0x00000000000303bc                log_const_lis2dh
+ ._log_const.static.log_const_log_
+                0x00000000000303c4        0x8 zephyr/libzephyr.a(log_core.c.obj)
+                0x00000000000303c4                log_const_log
+ ._log_const.static.log_const_log_mgmt_
+                0x00000000000303cc        0x8 zephyr/libzephyr.a(log_mgmt.c.obj)
+                0x00000000000303cc                log_const_log_mgmt
+ ._log_const.static.log_const_log_uart_
+                0x00000000000303d4        0x8 zephyr/libzephyr.a(log_backend_uart.c.obj)
+                0x00000000000303d4                log_const_log_uart
+ ._log_const.static.log_const_lorawan_
+                0x00000000000303dc        0x8 zephyr/subsys/lorawan/libloramac-node.a(lorawan.c.obj)
+                0x00000000000303dc                log_const_lorawan
+ ._log_const.static.log_const_lorawan_class_a_
+                0x00000000000303e4        0x8 app/libapp.a(main.c.obj)
+                0x00000000000303e4                log_const_lorawan_class_a
+ ._log_const.static.log_const_lorawan_nvm_
+                0x00000000000303ec        0x8 zephyr/subsys/lorawan/libloramac-node.a(lorawan_nvm_settings.c.obj)
+                0x00000000000303ec                log_const_lorawan_nvm
+ ._log_const.static.log_const_mpsl_init_
+                0x00000000000303f4        0x8 modules/nrf/subsys/mpsl/init/lib..__nrf__subsys__mpsl__init.a(mpsl_init.c.obj)
+                0x00000000000303f4                log_const_mpsl_init
+ ._log_const.static.log_const_net_buf_
+                0x00000000000303fc        0x8 zephyr/subsys/net/libsubsys__net.a(buf.c.obj)
+                0x00000000000303fc                log_const_net_buf
+ ._log_const.static.log_const_net_buf_simple_
+                0x0000000000030404        0x8 zephyr/subsys/net/libsubsys__net.a(buf_simple.c.obj)
+                0x0000000000030404                log_const_net_buf_simple
+ ._log_const.static.log_const_os_
+                0x000000000003040c        0x8 zephyr/kernel/libkernel.a(init.c.obj)
+                0x000000000003040c                log_const_os
+ ._log_const.static.log_const_settings_
+                0x0000000000030414        0x8 zephyr/libzephyr.a(settings.c.obj)
+                0x0000000000030414                log_const_settings
+ ._log_const.static.log_const_soc_
+                0x000000000003041c        0x8 zephyr/soc/soc/nrf52833/libsoc__nordic.a(soc.c.obj)
+                0x000000000003041c                log_const_soc
+ ._log_const.static.log_const_spi_nrfx_spim_
+                0x0000000000030424        0x8 zephyr/drivers/spi/libdrivers__spi.a(spi_nrfx_spim.c.obj)
+                0x0000000000030424                log_const_spi_nrfx_spim
+ ._log_const.static.log_const_sx127x_
+                0x000000000003042c        0x8 zephyr/subsys/lorawan/libloramac-node.a(sx127x.c.obj)
+                0x000000000003042c                log_const_sx127x
+ ._log_const.static.log_const_sx12xx_common_
+                0x0000000000030434        0x8 zephyr/subsys/lorawan/libloramac-node.a(sx12xx_common.c.obj)
+                0x0000000000030434                log_const_sx12xx_common
+ ._log_const.static.log_const_temp_nrf5_mpsl_
+                0x000000000003043c        0x8 modules/nrf/drivers/mpsl/temp_nrf5/lib..__nrf__drivers__mpsl__temp_nrf5.a(temp_nrf5_mpsl.c.obj)
+                0x000000000003043c                log_const_temp_nrf5_mpsl
+                0x0000000000030444                _log_const_list_end = .
+
+log_backend_area
+                0x0000000000030444       0x10
+                0x0000000000030444                _log_backend_list_start = .
+ *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._log_backend.static.*)))
+ ._log_backend.static.log_backend_uart_
+                0x0000000000030444       0x10 zephyr/libzephyr.a(log_backend_uart.c.obj)
+                0x0000000000030454                _log_backend_list_end = .
+
+log_link_area   0x0000000000030454        0x0
+                0x0000000000030454                _log_link_list_start = .
+ *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._log_link.static.*)))
+                0x0000000000030454                _log_link_list_end = .
+
+tracing_backend_area
+                0x0000000000030454        0x0
+                0x0000000000030454                _tracing_backend_list_start = .
+ *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._tracing_backend.static.*)))
+                0x0000000000030454                _tracing_backend_list_end = .
+
+zephyr_dbg_info
+ *(SORT_BY_ALIGNMENT(.dbg_thread_info))
+
+settings_handler_static_area
+                0x0000000000030454       0x14
+                0x0000000000030454                _settings_handler_static_list_start = .
+ *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._settings_handler_static.static.*)))
+ ._settings_handler_static.static.settings_handler_bt_ccc_
+                0x0000000000030454       0x14 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(gatt.c.obj)
+                0x0000000000030454                settings_handler_bt_ccc
+                0x0000000000030468                _settings_handler_static_list_end = .
+
+symbol_to_keep  0x0000000000030468        0x0
+                0x0000000000030468                __symbol_to_keep_start = .
+ *(SORT_BY_NAME(SORT_BY_ALIGNMENT(.symbol_to_keep*)))
+                0x0000000000030468                __symbol_to_keep_end = .
+
+shell_area      0x0000000000030468        0x0
+                0x0000000000030468                _shell_list_start = .
+ *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._shell.static.*)))
+                0x0000000000030468                _shell_list_end = .
+
+shell_root_cmds_area
+                0x0000000000030468        0x0
+                0x0000000000030468                _shell_root_cmds_list_start = .
+ *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._shell_root_cmds.static.*)))
+                0x0000000000030468                _shell_root_cmds_list_end = .
+
+shell_subcmds_area
+                0x0000000000030468        0x0
+                0x0000000000030468                _shell_subcmds_list_start = .
+ *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._shell_subcmds.static.*)))
+                0x0000000000030468                _shell_subcmds_list_end = .
+
+shell_dynamic_subcmds_area
+                0x0000000000030468        0x0
+                0x0000000000030468                _shell_dynamic_subcmds_list_start = .
+ *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._shell_dynamic_subcmds.static.*)))
+                0x0000000000030468                _shell_dynamic_subcmds_list_end = .
+
+cfb_font_area   0x0000000000030468        0x0
+                0x0000000000030468                _cfb_font_list_start = .
+ *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._cfb_font.static.*)))
+                0x0000000000030468                _cfb_font_list_end = .
+
+rodata          0x0000000000030470     0x487c
+ *(SORT_BY_ALIGNMENT(.rodata))
+ .rodata        0x0000000000030470       0x2c zephyr/libzephyr.a(aes_encrypt.c.obj)
+ .rodata        0x000000000003049c       0x24 zephyr/subsys/lorawan/libloramac-node.a(RegionEU868.c.obj)
+ .rodata        0x00000000000304c0       0x38 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+ .rodata        0x00000000000304f8        0x8 zephyr/kernel/libkernel.a(system_work_q.c.obj)
+ .rodata        0x0000000000030500      0x144 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .rodata        0x0000000000030644       0x90 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+                0x00000000000306c0                sym_OW4FCVYV7CD5K552B5EATVXKXK5HNDFX7JEYSUI
+ .rodata        0x00000000000306d4        0x8 app/libapp.a(main.c.obj)
+ *(SORT_BY_ALIGNMENT(.rodata.*))
+ *fill*         0x00000000000306dc        0x4 
+ .rodata.delay_machine_code.0
+                0x00000000000306e0        0x6 zephyr/soc/soc/nrf52833/libsoc__nordic.a(soc.c.obj)
+ *fill*         0x00000000000306e6        0x2 
+ .rodata.__mprec_bigtens
+                0x00000000000306e8       0x28 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-mprec.o)
+                0x00000000000306e8                __mprec_bigtens
+ .rodata.__mprec_tens
+                0x0000000000030710       0xc8 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-mprec.o)
+                0x0000000000030710                __mprec_tens
+ .rodata.mpsc_config
+                0x00000000000307d8       0x14 zephyr/libzephyr.a(log_core.c.obj)
+ .rodata.format_table
+                0x00000000000307ec       0x10 zephyr/libzephyr.a(log_core.c.obj)
+ .rodata.colors
+                0x00000000000307fc       0x14 zephyr/libzephyr.a(log_output.c.obj)
+ .rodata.severity
+                0x0000000000030810       0x14 zephyr/libzephyr.a(log_output.c.obj)
+ .rodata.lbu_cb_ctx
+                0x0000000000030824        0x8 zephyr/libzephyr.a(log_backend_uart.c.obj)
+ .rodata.lbu_output
+                0x000000000003082c       0x10 zephyr/libzephyr.a(log_backend_uart.c.obj)
+ .rodata.log_backend_uart_api
+                0x000000000003083c       0x1c zephyr/libzephyr.a(log_backend_uart.c.obj)
+                0x000000000003083c                log_backend_uart_api
+ .rodata.flash_map_entries
+                0x0000000000030858        0x4 zephyr/libzephyr.a(flash_map_default.c.obj)
+                0x0000000000030858                flash_map_entries
+ .rodata.default_flash_map
+                0x000000000003085c       0x50 zephyr/libzephyr.a(flash_map_default.c.obj)
+                0x000000000003085c                default_flash_map
+ .rodata.eventinfo2errno
+                0x00000000000308ac       0x40 zephyr/subsys/lorawan/libloramac-node.a(lw_priv.c.obj)
+ .rodata.status2errno
+                0x00000000000308ec       0x5c zephyr/subsys/lorawan/libloramac-node.a(lw_priv.c.obj)
+ .rodata.eventinfo2str
+                0x0000000000030948       0x40 zephyr/subsys/lorawan/libloramac-node.a(lw_priv.c.obj)
+ .rodata.status2str
+                0x0000000000030988       0x60 zephyr/subsys/lorawan/libloramac-node.a(lw_priv.c.obj)
+ .rodata.nvm_setting_descriptors
+                0x00000000000309e8       0x8c zephyr/subsys/lorawan/libloramac-node.a(lorawan_nvm_settings.c.obj)
+ .rodata.sx127x_lora_api
+                0x0000000000030a74       0x18 zephyr/subsys/lorawan/libloramac-node.a(sx127x.c.obj)
+ .rodata.Radio  0x0000000000030a8c       0x6c zephyr/subsys/lorawan/libloramac-node.a(sx127x.c.obj)
+                0x0000000000030a8c                Radio
+ .rodata.dev_config
+                0x0000000000030af8       0x20 zephyr/subsys/lorawan/libloramac-node.a(sx127x.c.obj)
+ .rodata.CSWTCH.65
+                0x0000000000030b18        0xc zephyr/subsys/lorawan/libloramac-node.a(sx1276.c.obj)
+ .rodata.FskBandwidths
+                0x0000000000030b24       0xb0 zephyr/subsys/lorawan/libloramac-node.a(sx1276.c.obj)
+                0x0000000000030b24                FskBandwidths
+ .rodata.BandwidthsEU868
+                0x0000000000030bd4       0x20 zephyr/subsys/lorawan/libloramac-node.a(RegionEU868.c.obj)
+ .rodata.net_buf_fixed_alloc_hci_rx_pool
+                0x0000000000030bf4        0xc zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(buf.c.obj)
+ .rodata.net_buf_fixed_hci_rx_pool
+                0x0000000000030c00        0x4 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(buf.c.obj)
+ .rodata.net_buf_fixed_alloc_discardable_pool
+                0x0000000000030c04        0xc zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(buf.c.obj)
+ .rodata.net_buf_fixed_discardable_pool
+                0x0000000000030c10        0x4 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(buf.c.obj)
+ .rodata.net_buf_fixed_alloc_sync_evt_pool
+                0x0000000000030c14        0xc zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(buf.c.obj)
+ .rodata.net_buf_fixed_sync_evt_pool
+                0x0000000000030c20        0x4 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(buf.c.obj)
+ .rodata.var_str.1
+                0x0000000000030c24       0x10 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+ .rodata.nordic_str.2
+                0x0000000000030c34       0x18 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+ .rodata.plat_str.3
+                0x0000000000030c4c       0x10 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+ .rodata.prio_events
+                0x0000000000030c5c       0x28 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+ .rodata.normal_events
+                0x0000000000030c84       0x20 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+ .rodata.meta_events
+                0x0000000000030ca4       0x38 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+ .rodata.vs_events
+                0x0000000000030cdc        0x0 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+ .rodata.net_buf_fixed_alloc_hci_cmd_pool
+                0x0000000000030cdc        0xc zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+ .rodata.net_buf_fixed_hci_cmd_pool
+                0x0000000000030ce8        0x4 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+ .rodata.CSWTCH.7235
+                0x0000000000030cec       0x24 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(conn.c.obj)
+ .rodata.net_buf_fixed_alloc_frag_pool
+                0x0000000000030d10        0xc zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(conn.c.obj)
+ .rodata.net_buf_fixed_frag_pool
+                0x0000000000030d1c        0x4 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(conn.c.obj)
+ .rodata.net_buf_fixed_alloc_acl_tx_pool
+                0x0000000000030d20        0xc zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(conn.c.obj)
+ .rodata.net_buf_fixed_acl_tx_pool
+                0x0000000000030d2c        0x4 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(conn.c.obj)
+ .rodata.ops.0  0x0000000000030d30       0x28 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(l2cap.c.obj)
+ .rodata.handlers
+                0x0000000000030d58       0x70 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(att.c.obj)
+ .rodata.net_buf_fixed_alloc_att_pool
+                0x0000000000030dc8        0xc zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(att.c.obj)
+ .rodata.net_buf_fixed_att_pool
+                0x0000000000030dd4        0x4 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(att.c.obj)
+ .rodata.attr__1_gatt_svc
+                0x0000000000030dd8       0xa0 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(gatt.c.obj)
+                0x0000000000030dd8                attr__1_gatt_svc
+ .rodata.attr__2_gap_svc
+                0x0000000000030e78       0x8c zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(gatt.c.obj)
+                0x0000000000030e78                attr__2_gap_svc
+ .rodata.ops.0  0x0000000000030f04       0x28 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(smp_null.c.obj)
+ .rodata.net_buf_fixed_cb
+                0x0000000000030f2c        0xc zephyr/subsys/net/libsubsys__net.a(buf.c.obj)
+                0x0000000000030f2c                net_buf_fixed_cb
+ .rodata.adc_nrfx_driver_api
+                0x0000000000030f38        0xc zephyr/drivers/adc/libdrivers__adc.a(adc_nrfx_saadc.c.obj)
+ .rodata.transitions.0
+                0x0000000000030f44        0xc zephyr/drivers/clock_control/libdrivers__clock_control.a(clock_control_nrf.c.obj)
+ .rodata.config
+                0x0000000000030f50       0x18 zephyr/drivers/clock_control/libdrivers__clock_control.a(clock_control_nrf.c.obj)
+ .rodata.clock_control_api
+                0x0000000000030f68       0x1c zephyr/drivers/clock_control/libdrivers__clock_control.a(clock_control_nrf.c.obj)
+ .rodata.entropy_nrf5_api_funcs
+                0x0000000000030f84        0x8 zephyr/drivers/entropy/libdrivers__entropy.a(entropy_nrf5.c.obj)
+ .rodata.entropy_bt_api
+                0x0000000000030f8c        0x8 zephyr/drivers/entropy/libdrivers__entropy.a(entropy_bt_hci.c.obj)
+ .rodata.flash_nrf_api
+                0x0000000000030f94       0x14 zephyr/drivers/flash/libdrivers__flash.a(soc_flash_nrf.c.obj)
+ .rodata.flash_nrf_parameters
+                0x0000000000030fa8        0x8 zephyr/drivers/flash/libdrivers__flash.a(soc_flash_nrf.c.obj)
+ .rodata.gpio_nrfx_p1_cfg
+                0x0000000000030fb0       0x18 zephyr/drivers/gpio/libdrivers__gpio.a(gpio_nrfx.c.obj)
+ .rodata.gpio_nrfx_p0_cfg
+                0x0000000000030fc8       0x18 zephyr/drivers/gpio/libdrivers__gpio.a(gpio_nrfx.c.obj)
+ .rodata.gpio_nrfx_drv_api_funcs
+                0x0000000000030fe0       0x24 zephyr/drivers/gpio/libdrivers__gpio.a(gpio_nrfx.c.obj)
+ .rodata.twim_0z_config
+                0x0000000000031004       0x28 zephyr/drivers/i2c/libdrivers__i2c.a(i2c_nrfx_twim.c.obj)
+ .rodata.__pinctrl_dev_config__device_dts_ord_88
+                0x000000000003102c        0xc zephyr/drivers/i2c/libdrivers__i2c.a(i2c_nrfx_twim.c.obj)
+ .rodata.__pinctrl_states__device_dts_ord_88
+                0x0000000000031038        0x8 zephyr/drivers/i2c/libdrivers__i2c.a(i2c_nrfx_twim.c.obj)
+ .rodata.__pinctrl_state_pins_0__device_dts_ord_88
+                0x0000000000031040        0x8 zephyr/drivers/i2c/libdrivers__i2c.a(i2c_nrfx_twim.c.obj)
+ .rodata.i2c_nrfx_twim_driver_api
+                0x0000000000031048       0x18 zephyr/drivers/i2c/libdrivers__i2c.a(i2c_nrfx_twim.c.obj)
+ .rodata.bme280_config_0
+                0x0000000000031060       0x1c zephyr/drivers/sensor/bosch/bme280/libdrivers__sensor__bosch__bme280.a(bme280.c.obj)
+ .rodata.bme280_api_funcs
+                0x000000000003107c       0x1c zephyr/drivers/sensor/bosch/bme280/libdrivers__sensor__bosch__bme280.a(bme280.c.obj)
+ .rodata.bme280_bus_io_spi
+                0x0000000000031098        0xc zephyr/drivers/sensor/bosch/bme280/libdrivers__sensor__bosch__bme280.a(bme280_spi.c.obj)
+                0x0000000000031098                bme280_bus_io_spi
+ .rodata.lis2dh_config_0
+                0x00000000000310a4       0x10 zephyr/drivers/sensor/st/lis2dh/libdrivers__sensor__st__lis2dh.a(lis2dh.c.obj)
+ .rodata.lis2dh_driver_api
+                0x00000000000310b4       0x1c zephyr/drivers/sensor/st/lis2dh/libdrivers__sensor__st__lis2dh.a(lis2dh.c.obj)
+ .rodata.lis2dh_i2c_transfer_fn
+                0x00000000000310d0       0x14 zephyr/drivers/sensor/st/lis2dh/libdrivers__sensor__st__lis2dh.a(lis2dh_i2c.c.obj)
+ .rodata.lis2mdl_config_0
+                0x00000000000310e4       0x24 zephyr/drivers/sensor/st/lis2mdl/libdrivers__sensor__st__lis2mdl.a(lis2mdl.c.obj)
+ .rodata.lis2mdl_driver_api
+                0x0000000000031108       0x1c zephyr/drivers/sensor/st/lis2mdl/libdrivers__sensor__st__lis2mdl.a(lis2mdl.c.obj)
+ .rodata.uart_nrfx_uart0_config
+                0x0000000000031124        0x4 zephyr/drivers/serial/libdrivers__serial.a(uart_nrfx_uart.c.obj)
+ .rodata.__pinctrl_dev_config__device_dts_ord_73
+                0x0000000000031128        0xc zephyr/drivers/serial/libdrivers__serial.a(uart_nrfx_uart.c.obj)
+ .rodata.__pinctrl_states__device_dts_ord_73
+                0x0000000000031134        0x8 zephyr/drivers/serial/libdrivers__serial.a(uart_nrfx_uart.c.obj)
+ .rodata.__pinctrl_state_pins_0__device_dts_ord_73
+                0x000000000003113c        0x8 zephyr/drivers/serial/libdrivers__serial.a(uart_nrfx_uart.c.obj)
+ .rodata.uart_nrfx_uart_driver_api
+                0x0000000000031144        0xc zephyr/drivers/serial/libdrivers__serial.a(uart_nrfx_uart.c.obj)
+ .rodata.spi_1z_config
+                0x0000000000031150       0x44 zephyr/drivers/spi/libdrivers__spi.a(spi_nrfx_spim.c.obj)
+ .rodata.__pinctrl_dev_config__device_dts_ord_96
+                0x0000000000031194        0xc zephyr/drivers/spi/libdrivers__spi.a(spi_nrfx_spim.c.obj)
+ .rodata.__pinctrl_states__device_dts_ord_96
+                0x00000000000311a0        0x8 zephyr/drivers/spi/libdrivers__spi.a(spi_nrfx_spim.c.obj)
+ .rodata.__pinctrl_state_pins_0__device_dts_ord_96
+                0x00000000000311a8        0xc zephyr/drivers/spi/libdrivers__spi.a(spi_nrfx_spim.c.obj)
+ .rodata.__compound_literal.0
+                0x00000000000311b4       0x10 zephyr/drivers/spi/libdrivers__spi.a(spi_nrfx_spim.c.obj)
+ .rodata.spi_nrfx_driver_api
+                0x00000000000311c4        0x8 zephyr/drivers/spi/libdrivers__spi.a(spi_nrfx_spim.c.obj)
+ .rodata.drv    0x00000000000311cc       0x18 modules/nrf/subsys/bluetooth/controller/lib..__nrf__subsys__bluetooth__controller.a(hci_driver.c.obj)
+ .rodata.temp_nrf5_mpsl_driver_api
+                0x00000000000311e4       0x1c modules/nrf/drivers/mpsl/temp_nrf5/lib..__nrf__drivers__mpsl__temp_nrf5.a(temp_nrf5_mpsl.c.obj)
+ .rodata.CSWTCH.485
+                0x0000000000031200       0x14 zephyr/kernel/libkernel.a(fatal.c.obj)
+ .rodata.levels.0
+                0x0000000000031214       0x18 zephyr/kernel/libkernel.a(init.c.obj)
+ .rodata.q      0x000000000003122c       0x20 /opt/ncs/nrfxlib/crypto/nrf_oberon/lib/cortex-m4/soft-float/liboberon_3.0.15.a(ocrypto_sc_p256.c.obj)
+ .rodata.inv_a  0x000000000003124c       0x20 /opt/ncs/nrfxlib/crypto/nrf_oberon/lib/cortex-m4/soft-float/liboberon_3.0.15.a(ocrypto_curve_p256.c.obj)
+ .rodata.qp1    0x000000000003126c       0x20 /opt/ncs/nrfxlib/crypto/nrf_oberon/lib/cortex-m4/soft-float/liboberon_3.0.15.a(ocrypto_curve_p256.c.obj)
+ .rodata.cq     0x000000000003128c       0x20 /opt/ncs/nrfxlib/crypto/nrf_oberon/lib/cortex-m4/soft-float/liboberon_3.0.15.a(ocrypto_curve_p256.c.obj)
+ .rodata.base_point
+                0x00000000000312ac       0x40 /opt/ncs/nrfxlib/crypto/nrf_oberon/lib/cortex-m4/soft-float/liboberon_3.0.15.a(ocrypto_curve_p256.c.obj)
+ .rodata.param_b
+                0x00000000000312ec       0x20 /opt/ncs/nrfxlib/crypto/nrf_oberon/lib/cortex-m4/soft-float/liboberon_3.0.15.a(ocrypto_curve_p256.c.obj)
+ .rodata.param_a
+                0x000000000003130c       0x20 /opt/ncs/nrfxlib/crypto/nrf_oberon/lib/cortex-m4/soft-float/liboberon_3.0.15.a(ocrypto_curve_p256.c.obj)
+ .rodata._global_impure_ptr
+                0x000000000003132c        0x4 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-impure.o)
+                0x000000000003132c                _global_impure_ptr
+ .rodata.p05.0  0x0000000000031330        0xc /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-mprec.o)
+ .rodata.__sf_fake_stderr
+                0x000000000003133c       0x20 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-findfp.o)
+                0x000000000003133c                __sf_fake_stderr
+ .rodata.__sf_fake_stdout
+                0x000000000003135c       0x20 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-findfp.o)
+                0x000000000003135c                __sf_fake_stdout
+ .rodata.__sf_fake_stdin
+                0x000000000003137c       0x20 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-findfp.o)
+                0x000000000003137c                __sf_fake_stdin
+ .rodata.channel_cfg
+                0x000000000003139c        0x8 app/libapp.a(main.c.obj)
+ .rodata.__compound_literal.28
+                0x00000000000313a4        0x4 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(gatt.c.obj)
+ .rodata.__compound_literal.26
+                0x00000000000313a8        0x4 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(gatt.c.obj)
+ .rodata.__compound_literal.25
+                0x00000000000313ac        0x4 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(gatt.c.obj)
+ .rodata.__compound_literal.24
+                0x00000000000313b0        0x4 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(gatt.c.obj)
+ .rodata.__compound_literal.22
+                0x00000000000313b4        0x4 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(gatt.c.obj)
+ .rodata.__compound_literal.21
+                0x00000000000313b8        0x4 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(gatt.c.obj)
+ .rodata.__compound_literal.20
+                0x00000000000313bc        0x4 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(gatt.c.obj)
+ .rodata.__compound_literal.19
+                0x00000000000313c0        0x4 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(gatt.c.obj)
+ .rodata.__compound_literal.17
+                0x00000000000313c4        0x4 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(gatt.c.obj)
+ .rodata.__compound_literal.16
+                0x00000000000313c8        0x4 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(gatt.c.obj)
+ .rodata.__compound_literal.15
+                0x00000000000313cc        0x4 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(gatt.c.obj)
+ .rodata.__compound_literal.14
+                0x00000000000313d0        0x4 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(gatt.c.obj)
+ .rodata.__compound_literal.13
+                0x00000000000313d4        0x4 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(gatt.c.obj)
+ .rodata.__compound_literal.11
+                0x00000000000313d8        0x4 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(gatt.c.obj)
+ .rodata.__compound_literal.10
+                0x00000000000313dc        0x4 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(gatt.c.obj)
+ .rodata.__compound_literal.9
+                0x00000000000313e0        0x4 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(gatt.c.obj)
+ .rodata.__compound_literal.7
+                0x00000000000313e4        0x4 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(gatt.c.obj)
+ .rodata.__compound_literal.6
+                0x00000000000313e8        0x4 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(gatt.c.obj)
+ .rodata.__compound_literal.5
+                0x00000000000313ec        0x4 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(gatt.c.obj)
+ .rodata.__compound_literal.3
+                0x00000000000313f0        0x4 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(gatt.c.obj)
+ .rodata.__compound_literal.2
+                0x00000000000313f4        0x4 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(gatt.c.obj)
+ .rodata.__compound_literal.1
+                0x00000000000313f8        0x4 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(gatt.c.obj)
+ .rodata.__compound_literal.0
+                0x00000000000313fc        0x4 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(gatt.c.obj)
+ .rodata.lis2dh_odr_map
+                0x0000000000031400       0x16 zephyr/drivers/sensor/st/lis2dh/libdrivers__sensor__st__lis2dh.a(lis2dh.c.obj)
+ .rodata.lorwan_datarate_changed.str1.1
+                0x0000000000031416       0x36 app/libapp.a(main.c.obj)
+ .rodata.dl_callback.str1.1
+                0x000000000003144c       0x3b app/libapp.a(main.c.obj)
+                                         0x3e (size before relaxing)
+ .rodata.main.str1.1
+                0x0000000000031487      0x3be app/libapp.a(main.c.obj)
+ .rodata.str1.1
+                0x0000000000031845       0x10 app/libapp.a(main.c.obj)
+ .rodata.crc8_ccitt_small_table
+                0x0000000000031855       0x10 zephyr/libzephyr.a(crc8_sw.c.obj)
+ .rodata.cbprintf_package_convert.str1.1
+                0x0000000000031865       0xa3 zephyr/libzephyr.a(cbprintf_packaged.c.obj)
+ .rodata.str1.1
+                0x0000000000031908       0x11 zephyr/libzephyr.a(cbprintf_packaged.c.obj)
+ .rodata.z_cbvprintf_impl.str1.1
+                0x0000000000031919        0x6 zephyr/libzephyr.a(cbprintf_complete.c.obj)
+ .rodata.nvs_clear.str1.1
+                0x000000000003191f       0x14 zephyr/libzephyr.a(nvs.c.obj)
+ .rodata.nvs_mount.str1.1
+                0x0000000000031933      0x104 zephyr/libzephyr.a(nvs.c.obj)
+ .rodata.str1.1
+                0x0000000000031a37        0x7 zephyr/libzephyr.a(nvs.c.obj)
+ .rodata.enable_logger.str1.1
+                0x0000000000031a3e        0x8 zephyr/libzephyr.a(log_core.c.obj)
+ .rodata.str1.1
+                0x0000000000031a46        0x4 zephyr/libzephyr.a(log_core.c.obj)
+ .rodata.str1.1
+                0x0000000000031a4a        0x9 zephyr/libzephyr.a(log_mgmt.c.obj)
+ .rodata.z_impl_z_log_msg_static_create.str1.1
+                0x0000000000031a53       0x3f zephyr/libzephyr.a(log_msg.c.obj)
+ .rodata.newline_print.str1.1
+                0x0000000000031a92        0x3 zephyr/libzephyr.a(log_output.c.obj)
+                                          0x5 (size before relaxing)
+ .rodata.log_output_process.str1.1
+                0x0000000000031a95       0x4c zephyr/libzephyr.a(log_output.c.obj)
+                                         0x51 (size before relaxing)
+ .rodata.log_output_dropped_process.str1.1
+                0x0000000000031ae1       0x4c zephyr/libzephyr.a(log_output.c.obj)
+                                          0x3 (size before relaxing)
+ .rodata.postfix.0
+                0x0000000000031ae1       0x1c zephyr/libzephyr.a(log_output.c.obj)
+ .rodata.prefix.1
+                0x0000000000031afd        0xc zephyr/libzephyr.a(log_output.c.obj)
+ .rodata.str1.1
+                0x0000000000031b09       0x20 zephyr/libzephyr.a(log_output.c.obj)
+ .rodata.str1.1
+                0x0000000000031b29       0x1a zephyr/libzephyr.a(log_backend_uart.c.obj)
+ .rodata.settings_call_set_handler.str1.1
+                0x0000000000031b43       0x25 zephyr/libzephyr.a(settings.c.obj)
+ .rodata.str1.1
+                0x0000000000031b68        0x9 zephyr/libzephyr.a(settings.c.obj)
+ .rodata.boot_banner.str1.1
+                0x0000000000031b71       0x63 zephyr/libzephyr.a(banner.c.obj)
+ .rodata.sbox   0x0000000000031bd4      0x100 zephyr/libzephyr.a(aes_encrypt.c.obj)
+ .rodata.z_arm_fatal_error.str1.1
+                0x0000000000031cd4       0xae zephyr/arch/arch/arm/core/libarch__arm__core.a(fatal.c.obj)
+ .rodata.mem_manage_fault.constprop.0.str1.1
+                0x0000000000031d82       0xd8 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(fault.c.obj)
+ .rodata.usage_fault.constprop.0.str1.1
+                0x0000000000031e5a       0xcd zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(fault.c.obj)
+ .rodata.bus_fault.constprop.0.str1.1
+                0x0000000000031f27       0x88 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(fault.c.obj)
+ .rodata.z_arm_fault.str1.1
+                0x0000000000031faf      0x111 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(fault.c.obj)
+ .rodata.abort.str1.1
+                0x00000000000320c0        0x9 zephyr/lib/libc/common/liblib__libc__common.a(abort.c.obj)
+ .rodata.str1.1
+                0x00000000000320c9        0x4 zephyr/soc/soc/nrf52833/libsoc__nordic.a(soc.c.obj)
+ .rodata.datarate_observe.str1.1
+                0x00000000000320cd       0x18 zephyr/subsys/lorawan/libloramac-node.a(lorawan.c.obj)
+ .rodata.mcps_indication_handler.str1.1
+                0x00000000000320e5       0x1b zephyr/subsys/lorawan/libloramac-node.a(lorawan.c.obj)
+ .rodata.mcps_confirm_handler.str1.1
+                0x0000000000032100       0x18 zephyr/subsys/lorawan/libloramac-node.a(lorawan.c.obj)
+ .rodata.mlme_confirm_handler.str1.1
+                0x0000000000032118       0x56 zephyr/subsys/lorawan/libloramac-node.a(lorawan.c.obj)
+ .rodata.lorawan_set_region.str1.1
+                0x000000000003216e       0x1a zephyr/subsys/lorawan/libloramac-node.a(lorawan.c.obj)
+ .rodata.lorawan_join.str1.1
+                0x0000000000032188       0x15 zephyr/subsys/lorawan/libloramac-node.a(lorawan.c.obj)
+ .rodata.lorawan_send.str1.1
+                0x000000000003219d       0x3d zephyr/subsys/lorawan/libloramac-node.a(lorawan.c.obj)
+ .rodata.lorawan_start.str1.1
+                0x00000000000321da       0x47 zephyr/subsys/lorawan/libloramac-node.a(lorawan.c.obj)
+ .rodata.str1.1
+                0x0000000000032221        0x8 zephyr/subsys/lorawan/libloramac-node.a(lorawan.c.obj)
+ .rodata.lorawan_status2str.str1.1
+                0x0000000000032229       0x10 zephyr/subsys/lorawan/libloramac-node.a(lw_priv.c.obj)
+ .rodata.lorawan_eventinfo2str.str1.1
+                0x0000000000032239        0xf zephyr/subsys/lorawan/libloramac-node.a(lw_priv.c.obj)
+ .rodata.str1.1
+                0x0000000000032248      0x279 zephyr/subsys/lorawan/libloramac-node.a(lw_priv.c.obj)
+ .rodata.on_setting_loaded.str1.1
+                0x00000000000324c1       0xa1 zephyr/subsys/lorawan/libloramac-node.a(lorawan_nvm_settings.c.obj)
+ .rodata.lorawan_nvm_data_mgmt_event.str1.1
+                0x0000000000032562       0x3f zephyr/subsys/lorawan/libloramac-node.a(lorawan_nvm_settings.c.obj)
+ .rodata.lorawan_nvm_data_restore.str1.1
+                0x00000000000325a1       0x5e zephyr/subsys/lorawan/libloramac-node.a(lorawan_nvm_settings.c.obj)
+ .rodata.str1.1
+                0x00000000000325ff       0xaa zephyr/subsys/lorawan/libloramac-node.a(lorawan_nvm_settings.c.obj)
+                                         0xf4 (size before relaxing)
+ .rodata.__sx12xx_configure_pin.str1.1
+                0x00000000000326a9       0x39 zephyr/subsys/lorawan/libloramac-node.a(sx12xx_common.c.obj)
+ .rodata.sx12xx_lora_send.str1.1
+                0x00000000000326e2       0x1c zephyr/subsys/lorawan/libloramac-node.a(sx12xx_common.c.obj)
+ .rodata.sx12xx_lora_recv.str1.1
+                0x00000000000326fe       0x10 zephyr/subsys/lorawan/libloramac-node.a(sx12xx_common.c.obj)
+ .rodata.str1.1
+                0x000000000003270e        0xe zephyr/subsys/lorawan/libloramac-node.a(sx12xx_common.c.obj)
+ .rodata.SX1276ReadBuffer.part.0.str1.1
+                0x000000000003271c       0x1d zephyr/subsys/lorawan/libloramac-node.a(sx127x.c.obj)
+ .rodata.SX1276WriteBuffer.part.0.str1.1
+                0x0000000000032739       0x1e zephyr/subsys/lorawan/libloramac-node.a(sx127x.c.obj)
+ .rodata.SX1276IoIrqInit.str1.1
+                0x0000000000032757       0x34 zephyr/subsys/lorawan/libloramac-node.a(sx127x.c.obj)
+ .rodata.sx127x_lora_init.part.0.str1.1
+                0x000000000003278b       0x5b zephyr/subsys/lorawan/libloramac-node.a(sx127x.c.obj)
+ .rodata.sx127x_lora_init.str1.1
+                0x00000000000327e6       0x15 zephyr/subsys/lorawan/libloramac-node.a(sx127x.c.obj)
+ .rodata.SX1276SetRfTxPower.str1.1
+                0x00000000000327fb       0x47 zephyr/subsys/lorawan/libloramac-node.a(sx127x.c.obj)
+ .rodata.str1.1
+                0x0000000000032842       0x14 zephyr/subsys/lorawan/libloramac-node.a(sx127x.c.obj)
+ .rodata.RadioRegsInit
+                0x0000000000032856       0x30 zephyr/subsys/lorawan/libloramac-node.a(sx1276.c.obj)
+                0x0000000000032856                RadioRegsInit
+ .rodata.gfm3_sbox
+                0x0000000000032886      0x100 zephyr/subsys/lorawan/libloramac-node.a(aes.c.obj)
+ .rodata.gfm2_sbox
+                0x0000000000032986      0x100 zephyr/subsys/lorawan/libloramac-node.a(aes.c.obj)
+ .rodata.sbox   0x0000000000032a86      0x100 zephyr/subsys/lorawan/libloramac-node.a(aes.c.obj)
+ .rodata.SecureElementInit.str1.1
+                0x0000000000032b86       0x69 zephyr/subsys/lorawan/libloramac-node.a(soft-se.c.obj)
+ .rodata.LoRaMacMaxEirpTable
+                0x0000000000032bef       0x10 zephyr/subsys/lorawan/libloramac-node.a(LoRaMac.c.obj)
+ .rodata.CSWTCH.21
+                0x0000000000032bff       0x20 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacCommands.c.obj)
+ .rodata.MaxPayloadOfDatarateEU868
+                0x0000000000032c1f        0x8 zephyr/subsys/lorawan/libloramac-node.a(RegionEU868.c.obj)
+ .rodata.DataratesEU868
+                0x0000000000032c27        0x8 zephyr/subsys/lorawan/libloramac-node.a(RegionEU868.c.obj)
+ .rodata.bt_addr_le_none
+                0x0000000000032c2f        0x7 zephyr/subsys/bluetooth/common/libsubsys__bluetooth__common.a(addr.c.obj)
+                0x0000000000032c2f                bt_addr_le_none
+ .rodata.bt_addr_le_any
+                0x0000000000032c36        0x7 zephyr/subsys/bluetooth/common/libsubsys__bluetooth__common.a(addr.c.obj)
+                0x0000000000032c36                bt_addr_le_any
+ .rodata.bt_addr_none
+                0x0000000000032c3d        0x6 zephyr/subsys/bluetooth/common/libsubsys__bluetooth__common.a(addr.c.obj)
+                0x0000000000032c3d                bt_addr_none
+ .rodata.bt_addr_any
+                0x0000000000032c43        0x6 zephyr/subsys/bluetooth/common/libsubsys__bluetooth__common.a(addr.c.obj)
+                0x0000000000032c43                bt_addr_any
+ .rodata.bt_addr_le_str.str1.1
+                0x0000000000032c49       0x45 zephyr/subsys/bluetooth/common/libsubsys__bluetooth__common.a(bt_str.c.obj)
+                                         0x4c (size before relaxing)
+ .rodata.hex.4  0x0000000000032c8e       0x11 zephyr/subsys/bluetooth/common/libsubsys__bluetooth__common.a(bt_str.c.obj)
+ .rodata.long_wq_init.str1.1
+                0x0000000000032c9f        0x9 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(long_wq.c.obj)
+ .rodata.uuid128_base
+                0x0000000000032ca8       0x11 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(uuid.c.obj)
+ .rodata.str1.1
+                0x0000000000032cb9        0x8 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(data.c.obj)
+ .rodata.hci_data_buf_overflow.str1.1
+                0x0000000000032cc1       0x28 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+ .rodata.handle_event_common.str1.1
+                0x0000000000032ce9       0x22 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+ .rodata.hci_disconn_complete.str1.1
+                0x0000000000032d0b       0x26 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+ .rodata.le_phy_update_complete.str1.1
+                0x0000000000032d31       0x24 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+ .rodata.hci_hardware_error.str1.1
+                0x0000000000032d55       0x22 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+ .rodata.rx_queue_put.str1.1
+                0x0000000000032d77       0x1d zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+ .rodata.le_conn_param_neg_reply.part.0.str1.1
+                0x0000000000032d94       0x1a zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+ .rodata.hci_vendor_event.str1.1
+                0x0000000000032dae       0x24 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+ .rodata.handle_event.part.0.str1.1
+                0x0000000000032dd2       0x22 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+ .rodata.rx_work_handler.str1.1
+                0x0000000000032df4      0x116 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+ .rodata.hci_cmd_done.part.0.str1.1
+                0x0000000000032f0a       0x5b zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+ .rodata.hci_cmd_complete.str1.1
+                0x0000000000032f65       0x36 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+ .rodata.hci_num_completed_packets.str1.1
+                0x0000000000032f9b       0x5d zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+ .rodata.bt_hci_cmd_send_sync.str1.1
+                0x0000000000032ff8       0x51 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+ .rodata.hci_le_read_max_data_len.str1.1
+                0x0000000000033049       0x68 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+ .rodata.bt_hci_le_enh_conn_complete.str1.1
+                0x00000000000330b1       0xaa zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+ .rodata.bt_hci_get_ver_str.str1.1
+                0x000000000003315b       0xaa zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+                                          0x8 (size before relaxing)
+ .rodata.bt_hci_cmd_send.str1.1
+                0x000000000003315b       0x22 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+ .rodata.hci_event_prio.str1.1
+                0x000000000003317d       0x19 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+ .rodata.bt_recv.str1.1
+                0x0000000000033196       0x14 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+ .rodata.bt_finalize_init.str1.1
+                0x00000000000331aa       0x89 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+                                         0x8a (size before relaxing)
+ .rodata.bt_init.str1.1
+                0x0000000000033233      0x11b zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+ .rodata.bt_get_name.str1.1
+                0x000000000003334e        0x7 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+ .rodata.CSWTCH.15009
+                0x0000000000033355        0xa zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+ .rodata.str1.1
+                0x000000000003335f      0x103 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+ .rodata.set_random_address.str1.1
+                0x0000000000033462        0xf zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(id.c.obj)
+ .rodata.bt_id_create.str1.1
+                0x0000000000033471       0x2e zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(id.c.obj)
+ .rodata.bt_id_read_public_addr.str1.1
+                0x000000000003349f       0x37 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(id.c.obj)
+ .rodata.bt_setup_random_id_addr.str1.1
+                0x00000000000334d6       0x75 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(id.c.obj)
+ .rodata.bt_id_set_adv_own_addr.str1.1
+                0x000000000003354b       0x1f zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(id.c.obj)
+ .rodata.bt_id_init.str1.1
+                0x000000000003356a       0x3c zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(id.c.obj)
+ .rodata.str1.1
+                0x00000000000335a6        0x6 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(id.c.obj)
+ .rodata.bt_le_adv_resume.str1.1
+                0x00000000000335ac       0x36 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(adv.c.obj)
+ .rodata.str1.1
+                0x00000000000335e2        0x7 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(adv.c.obj)
+ .rodata.bt_conn_recv.str1.1
+                0x00000000000335e9       0x9b zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(conn.c.obj)
+ .rodata.bt_conn_send_cb.str1.1
+                0x0000000000033684       0x83 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(conn.c.obj)
+ .rodata.bt_conn_set_state.str1.1
+                0x0000000000033707       0x75 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(conn.c.obj)
+ .rodata.bt_conn_lookup_handle.str1.1
+                0x000000000003377c       0x17 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(conn.c.obj)
+ .rodata.bt_conn_create_pdu_timeout.str1.1
+                0x0000000000033793       0x29 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(conn.c.obj)
+ .rodata.bt_conn_exists_le.str1.1
+                0x00000000000337bc       0x39 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(conn.c.obj)
+ .rodata.deferred_work.str1.1
+                0x00000000000337f5       0x4f zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(conn.c.obj)
+ .rodata.str1.1
+                0x0000000000033844       0x89 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(conn.c.obj)
+                                         0x9e (size before relaxing)
+ .rodata.l2cap_create_le_sig_pdu.part.0.str1.1
+                0x00000000000338cd       0x28 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(l2cap.c.obj)
+ .rodata.l2cap_accept.part.0.str1.1
+                0x00000000000338f5       0x27 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(l2cap.c.obj)
+ .rodata.l2cap_recv.part.0.str1.1
+                0x000000000003391c       0x86 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(l2cap.c.obj)
+ .rodata.l2cap_recv.str1.1
+                0x00000000000339a2       0x1e zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(l2cap.c.obj)
+ .rodata.bt_l2cap_recv.str1.1
+                0x00000000000339c0       0x49 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(l2cap.c.obj)
+ .rodata.str1.1
+                0x0000000000033a09        0x9 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(l2cap.c.obj)
+                                         0x40 (size before relaxing)
+ .rodata.bt_att_accept.str1.1
+                0x0000000000033a12       0x4a zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(att.c.obj)
+ .rodata.bt_att_chan_create_pdu.str1.1
+                0x0000000000033a5c       0x25 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(att.c.obj)
+                                         0x4d (size before relaxing)
+ .rodata.find_type_cb.str1.1
+                0x0000000000033a81       0x3e zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(att.c.obj)
+ .rodata.chan_send.str1.1
+                0x0000000000033abf       0x50 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(att.c.obj)
+ .rodata.att_tx_destroy.str1.1
+                0x0000000000033b0f       0x1f zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(att.c.obj)
+ .rodata.bt_att_recv.str1.1
+                0x0000000000033b2e       0x54 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(att.c.obj)
+ .rodata.att_get.str1.1
+                0x0000000000033b82       0x29 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(att.c.obj)
+ .rodata.bt_att_create_pdu.str1.1
+                0x0000000000033bab       0x1b zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(att.c.obj)
+ .rodata.att_handle_rsp.str1.1
+                0x0000000000033bc6       0x17 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(att.c.obj)
+ .rodata.att_timeout.str1.1
+                0x0000000000033bdd       0x1a zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(att.c.obj)
+                                         0x66 (size before relaxing)
+ .rodata.str1.1
+                0x0000000000033bf7        0x7 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(att.c.obj)
+ .rodata.bt_gatt_attr_write_ccc.str1.1
+                0x0000000000033bfe       0x1a zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(gatt.c.obj)
+ .rodata.sc_save.str1.1
+                0x0000000000033c18       0x1f zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(gatt.c.obj)
+ .rodata.cf_write.str1.1
+                0x0000000000033c37       0x2c zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(gatt.c.obj)
+ .rodata.db_hash_gen.str1.1
+                0x0000000000033c63       0x32 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(gatt.c.obj)
+ .rodata.gatt_indicate.str1.1
+                0x0000000000033c95       0x68 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(gatt.c.obj)
+ .rodata.update_ccc.str1.1
+                0x0000000000033cfd       0x31 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(gatt.c.obj)
+ .rodata.gatt_notify.str1.1
+                0x0000000000033d2e       0x29 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(gatt.c.obj)
+ .rodata.str1.1
+                0x0000000000033d57        0xf zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(gatt.c.obj)
+ .rodata.bt_smp_accept.part.0.str1.1
+                0x0000000000033d66       0x25 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(smp_null.c.obj)
+ .rodata.str1.1
+                0x0000000000033d8b        0x7 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(smp_null.c.obj)
+ .rodata.str1.1
+                0x0000000000033d92        0x8 zephyr/subsys/net/libsubsys__net.a(buf.c.obj)
+ .rodata.str1.1
+                0x0000000000033d9a        0xf zephyr/subsys/net/libsubsys__net.a(buf_simple.c.obj)
+ .rodata.adc_nrfx_channel_setup.str1.1
+                0x0000000000033da9       0x6e zephyr/drivers/adc/libdrivers__adc.a(adc_nrfx_saadc.c.obj)
+ .rodata.adc_nrfx_read.str1.1
+                0x0000000000033e17       0xd7 zephyr/drivers/adc/libdrivers__adc.a(adc_nrfx_saadc.c.obj)
+ .rodata.str1.1
+                0x0000000000033eee       0x1c zephyr/drivers/adc/libdrivers__adc.a(adc_nrfx_saadc.c.obj)
+ .rodata.str1.1
+                0x0000000000033f0a       0x29 zephyr/drivers/clock_control/libdrivers__clock_control.a(clock_control_nrf.c.obj)
+ .rodata.str1.1
+                0x0000000000033f33       0x10 zephyr/drivers/entropy/libdrivers__entropy.a(entropy_nrf5.c.obj)
+ .rodata.str1.1
+                0x0000000000033f43        0xf zephyr/drivers/entropy/libdrivers__entropy.a(entropy_bt_hci.c.obj)
+ .rodata.flash_nrf_read.part.0.str1.1
+                0x0000000000033f52       0x1d zephyr/drivers/flash/libdrivers__flash.a(soc_flash_nrf.c.obj)
+ .rodata.flash_nrf_erase.str1.1
+                0x0000000000033f6f       0x1f zephyr/drivers/flash/libdrivers__flash.a(soc_flash_nrf.c.obj)
+ .rodata.flash_nrf_write.str1.1
+                0x0000000000033f8e       0x1e zephyr/drivers/flash/libdrivers__flash.a(soc_flash_nrf.c.obj)
+ .rodata.str1.1
+                0x0000000000033fac       0x24 zephyr/drivers/flash/libdrivers__flash.a(soc_flash_nrf.c.obj)
+ .rodata.str1.1
+                0x0000000000033fd0       0x1c zephyr/drivers/gpio/libdrivers__gpio.a(gpio_nrfx.c.obj)
+ .rodata.str1.1
+                0x0000000000033fec        0x4 zephyr/drivers/i2c/libdrivers__i2c.a(i2c_common.c.obj)
+ .rodata.i2c_nrfx_twim_configure.str1.1
+                0x0000000000033ff0       0x12 zephyr/drivers/i2c/libdrivers__i2c.a(i2c_nrfx_twim.c.obj)
+ .rodata.i2c_nrfx_twim_init.str1.1
+                0x0000000000034002       0x20 zephyr/drivers/i2c/libdrivers__i2c.a(i2c_nrfx_twim.c.obj)
+ .rodata.i2c_nrfx_twim_transfer.str1.1
+                0x0000000000034022      0x112 zephyr/drivers/i2c/libdrivers__i2c.a(i2c_nrfx_twim.c.obj)
+ .rodata.str1.1
+                0x0000000000034134       0x1b zephyr/drivers/i2c/libdrivers__i2c.a(i2c_nrfx_twim.c.obj)
+ .rodata.drive_modes
+                0x000000000003414f        0x8 zephyr/drivers/pinctrl/libdrivers__pinctrl.a(pinctrl_nrf.c.obj)
+ .rodata.str1.1
+                0x0000000000034157       0x10 zephyr/drivers/sensor/bosch/bme280/libdrivers__sensor__bosch__bme280.a(bme280.c.obj)
+ .rodata.lis2dh_fetch_xyz.constprop.0.str1.1
+                0x0000000000034167       0x1f zephyr/drivers/sensor/st/lis2dh/libdrivers__sensor__st__lis2dh.a(lis2dh.c.obj)
+ .rodata.lis2dh_sample_fetch.str1.1
+                0x0000000000034186       0x21 zephyr/drivers/sensor/st/lis2dh/libdrivers__sensor__st__lis2dh.a(lis2dh.c.obj)
+ .rodata.lis2dh_attr_set.part.0.str1.1
+                0x00000000000341a7       0x2a zephyr/drivers/sensor/st/lis2dh/libdrivers__sensor__st__lis2dh.a(lis2dh.c.obj)
+ .rodata.lis2dh_init.str1.1
+                0x00000000000341d1       0xc1 zephyr/drivers/sensor/st/lis2dh/libdrivers__sensor__st__lis2dh.a(lis2dh.c.obj)
+ .rodata.CSWTCH.978
+                0x0000000000034292        0x4 zephyr/drivers/sensor/st/lis2dh/libdrivers__sensor__st__lis2dh.a(lis2dh.c.obj)
+ .rodata.CSWTCH.977
+                0x0000000000034296        0x4 zephyr/drivers/sensor/st/lis2dh/libdrivers__sensor__st__lis2dh.a(lis2dh.c.obj)
+ .rodata.str1.1
+                0x000000000003429a       0x1a zephyr/drivers/sensor/st/lis2dh/libdrivers__sensor__st__lis2dh.a(lis2dh.c.obj)
+ .rodata.lis2dh_i2c_init.str1.1
+                0x00000000000342b4       0x18 zephyr/drivers/sensor/st/lis2dh/libdrivers__sensor__st__lis2dh.a(lis2dh_i2c.c.obj)
+ .rodata.lis2mdl_channel_get.part.0.str1.1
+                0x00000000000342cc       0x16 zephyr/drivers/sensor/st/lis2mdl/libdrivers__sensor__st__lis2mdl.a(lis2mdl.c.obj)
+ .rodata.lis2mdl_init.str1.1
+                0x00000000000342e2      0x103 zephyr/drivers/sensor/st/lis2mdl/libdrivers__sensor__st__lis2mdl.a(lis2mdl.c.obj)
+ .rodata.lis2mdl_sample_fetch_temp.part.0.isra.0.str1.1
+                0x00000000000343e5       0x16 zephyr/drivers/sensor/st/lis2mdl/libdrivers__sensor__st__lis2mdl.a(lis2mdl.c.obj)
+ .rodata.get_single_mode_raw_data.str1.1
+                0x00000000000343fb       0x40 zephyr/drivers/sensor/st/lis2mdl/libdrivers__sensor__st__lis2mdl.a(lis2mdl.c.obj)
+ .rodata.lis2mdl_sample_fetch_mag.isra.0.str1.1
+                0x000000000003443b       0x18 zephyr/drivers/sensor/st/lis2mdl/libdrivers__sensor__st__lis2mdl.a(lis2mdl.c.obj)
+ .rodata.lis2mdl_attr_set.part.0.str1.1
+                0x0000000000034453       0x27 zephyr/drivers/sensor/st/lis2mdl/libdrivers__sensor__st__lis2mdl.a(lis2mdl.c.obj)
+ .rodata.lis2mdl_attr_set.str1.1
+                0x000000000003447a       0x1c zephyr/drivers/sensor/st/lis2mdl/libdrivers__sensor__st__lis2mdl.a(lis2mdl.c.obj)
+ .rodata.str1.1
+                0x0000000000034496       0x1a zephyr/drivers/sensor/st/lis2mdl/libdrivers__sensor__st__lis2mdl.a(lis2mdl.c.obj)
+ .rodata.lis2mdl_trigger_set.str1.1
+                0x00000000000344b0       0x1d zephyr/drivers/sensor/st/lis2mdl/libdrivers__sensor__st__lis2mdl.a(lis2mdl_trigger.c.obj)
+ .rodata.lis2mdl_init_interrupt.str1.1
+                0x00000000000344cd       0x5c zephyr/drivers/sensor/st/lis2mdl/libdrivers__sensor__st__lis2mdl.a(lis2mdl_trigger.c.obj)
+ .rodata.str1.1
+                0x0000000000034529        0xe zephyr/drivers/serial/libdrivers__serial.a(uart_nrfx_uart.c.obj)
+ .rodata.spi_nrfx_init.str1.1
+                0x0000000000034537       0x6c zephyr/drivers/spi/libdrivers__spi.a(spi_nrfx_spim.c.obj)
+ .rodata.event_handler.str1.1
+                0x00000000000345a3       0x1e zephyr/drivers/spi/libdrivers__spi.a(spi_nrfx_spim.c.obj)
+ .rodata.spi_nrfx_transceive.str1.1
+                0x00000000000345c1      0x132 zephyr/drivers/spi/libdrivers__spi.a(spi_nrfx_spim.c.obj)
+ .rodata.str1.1
+                0x00000000000346f3       0x1b zephyr/drivers/spi/libdrivers__spi.a(spi_nrfx_spim.c.obj)
+ .rodata.hci_driver_init.str1.1
+                0x000000000003470e       0x22 modules/nrf/subsys/bluetooth/controller/lib..__nrf__subsys__bluetooth__controller.a(hci_driver.c.obj)
+ .rodata.sdc_assertion_handler.str1.1
+                0x0000000000034730       0x25 modules/nrf/subsys/bluetooth/controller/lib..__nrf__subsys__bluetooth__controller.a(hci_driver.c.obj)
+ .rodata.hci_driver_open.str1.1
+                0x0000000000034755       0x6b modules/nrf/subsys/bluetooth/controller/lib..__nrf__subsys__bluetooth__controller.a(hci_driver.c.obj)
+                                         0x6e (size before relaxing)
+ .rodata.hci_driver_receive_process.str1.1
+                0x00000000000347c0       0x6c modules/nrf/subsys/bluetooth/controller/lib..__nrf__subsys__bluetooth__controller.a(hci_driver.c.obj)
+ .rodata.str1.1
+                0x000000000003482c       0x28 modules/nrf/subsys/bluetooth/controller/lib..__nrf__subsys__bluetooth__controller.a(hci_driver.c.obj)
+ .rodata.str1.1
+                0x0000000000034854        0xe modules/nrf/subsys/bluetooth/controller/lib..__nrf__subsys__bluetooth__controller.a(crypto.c.obj)
+ .rodata.ecdh_p256_common_secret.str1.1
+                0x0000000000034862       0x21 modules/nrf/subsys/bluetooth/controller/lib..__nrf__subsys__bluetooth__controller.a(ecdh.c.obj)
+ .rodata.ecdh_cmd_process.str1.1
+                0x0000000000034883       0x10 modules/nrf/subsys/bluetooth/controller/lib..__nrf__subsys__bluetooth__controller.a(ecdh.c.obj)
+ .rodata.debug_private_key_be
+                0x0000000000034893       0x20 modules/nrf/subsys/bluetooth/controller/lib..__nrf__subsys__bluetooth__controller.a(ecdh.c.obj)
+ .rodata.str1.1
+                0x00000000000348b3        0xc modules/nrf/subsys/bluetooth/controller/lib..__nrf__subsys__bluetooth__controller.a(ecdh.c.obj)
+ .rodata.m_assert_handler.str1.1
+                0x00000000000348bf       0x14 modules/nrf/subsys/mpsl/init/lib..__nrf__subsys__mpsl__init.a(mpsl_init.c.obj)
+ .rodata.mpsl_low_prio_init.str1.1
+                0x00000000000348d3        0xa modules/nrf/subsys/mpsl/init/lib..__nrf__subsys__mpsl__init.a(mpsl_init.c.obj)
+ .rodata.str1.1
+                0x00000000000348dd        0xa modules/nrf/subsys/mpsl/init/lib..__nrf__subsys__mpsl__init.a(mpsl_init.c.obj)
+ .rodata.nrf_flash_sync_exe.str1.1
+                0x00000000000348e7       0x26 modules/nrf/drivers/mpsl/flash_sync/lib..__nrf__drivers__mpsl__flash_sync.a(flash_sync_mpsl.c.obj)
+                                         0x2e (size before relaxing)
+ .rodata.str1.1
+                0x000000000003490d       0x10 modules/nrf/drivers/mpsl/flash_sync/lib..__nrf__drivers__mpsl__flash_sync.a(flash_sync_mpsl.c.obj)
+ .rodata.str1.1
+                0x000000000003491d       0x1d modules/nrf/drivers/mpsl/temp_nrf5/lib..__nrf__drivers__mpsl__temp_nrf5.a(temp_nrf5_mpsl.c.obj)
+ .rodata.port_offset.1
+                0x000000000003493a       0x10 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_gpiote.c.obj)
+ .rodata.ports  0x000000000003494a        0x2 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_gpiote.c.obj)
+ .rodata.k_sys_fatal_error_handler.str1.1
+                0x000000000003494c        0xf zephyr/kernel/libkernel.a(fatal.c.obj)
+ .rodata.z_fatal_error.str1.1
+                0x000000000003495b       0x61 zephyr/kernel/libkernel.a(fatal.c.obj)
+                                         0x77 (size before relaxing)
+ .rodata.str1.1
+                0x00000000000349bc       0x4a zephyr/kernel/libkernel.a(fatal.c.obj)
+ .rodata.z_cstart.str1.1
+                0x0000000000034a06        0x5 zephyr/kernel/libkernel.a(init.c.obj)
+ .rodata.str1.1
+                0x0000000000034a0b        0x3 zephyr/kernel/libkernel.a(init.c.obj)
+ .rodata.str1.1
+                0x0000000000034a0e        0x9 zephyr/kernel/libkernel.a(system_work_q.c.obj)
+ .rodata._ctype_
+                0x0000000000034a17      0x101 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-ctype_.o)
+                0x0000000000034a17                _ctype_
+ .rodata._printf_float.str1.1
+                0x0000000000034b18        0xc /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-nano-vfprintf_float.o)
+                                         0x12 (size before relaxing)
+ .rodata._printf_i.str1.1
+                0x0000000000034b24       0x22 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-nano-vfprintf_i.o)
+ .rodata._dtoa_r.str1.1
+                0x0000000000034b46       0x91 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-dtoa.o)
+                                         0x93 (size before relaxing)
+ .rodata._Balloc.str1.1
+                0x0000000000034bd7       0x5d /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-mprec.o)
+                                         0x74 (size before relaxing)
+ .rodata.__multadd.str1.1
+                0x0000000000034c34       0x11 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-mprec.o)
+ .rodata.__assert_func.str1.1
+                0x0000000000034c34       0x3c /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-assert.o)
+                                         0x3d (size before relaxing)
+ .rodata._setlocale_r.str1.1
+                0x0000000000034c70        0x6 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-locale.o)
+                                          0x9 (size before relaxing)
+ .rodata.str1.1
+                0x0000000000034c76        0x6 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-locale.o)
+                                          0x2 (size before relaxing)
+ .rodata._vfprintf_r.str1.1
+                0x0000000000034c76       0x11 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-nano-vfprintf.o)
+ .rodata.str1.1
+                0x0000000000034c87       0x1b /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .rodata.str1.1
+                0x0000000000034ca2       0x47 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ *(SORT_BY_ALIGNMENT(.gnu.linkonce.r.*))
+                0x0000000000034cec                . = ALIGN (0x4)
+ *fill*         0x0000000000034ce9        0x3 
+                0x0000000000034cec                __rodata_region_end = .
+                0x0000000000034cec                . = ALIGN (_region_min_align)
+                0x0000000000034cec                __rom_region_end = ((__rom_region_start + .) - ADDR (rom_start))
+
+/DISCARD/
+ *(SORT_BY_ALIGNMENT(.got.plt))
+ *(SORT_BY_ALIGNMENT(.igot.plt))
+ *(SORT_BY_ALIGNMENT(.got))
+ *(SORT_BY_ALIGNMENT(.igot))
+                0x0000000020000000                . = 0x20000000
+                0x0000000020000000                . = ALIGN (_region_min_align)
+                0x0000000020000000                _image_ram_start = .
+
+.ramfunc        0x0000000020000000        0x0 load address 0x0000000000034cec
+                0x0000000020000000                . = ALIGN (_region_min_align)
+                0x0000000020000000                __ramfunc_start = .
+ *(SORT_BY_ALIGNMENT(.ramfunc))
+ *(SORT_BY_ALIGNMENT(.ramfunc.*))
+                0x0000000020000000                . = ALIGN (_region_min_align)
+                0x0000000020000000                __ramfunc_end = .
+                0x0000000000000000                __ramfunc_size = (__ramfunc_end - __ramfunc_start)
+                0x0000000000034cec                __ramfunc_load_start = LOADADDR (.ramfunc)
+
+datas           0x0000000020000000      0x92a load address 0x0000000000034cec
+                0x0000000020000000                __data_region_start = .
+                0x0000000020000000                __data_start = .
+ *(SORT_BY_ALIGNMENT(.data))
+ .data          0x0000000020000000       0x3f /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ *fill*         0x000000002000003f        0x1 
+ .data          0x0000000020000040        0xc /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .data          0x000000002000004c        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .data          0x0000000020000050        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .data          0x0000000020000054        0x8 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .data          0x000000002000005c        0x8 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .data          0x0000000020000064        0x8 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .data          0x000000002000006c        0x8 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .data          0x0000000020000074        0x8 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .data          0x000000002000007c        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .data          0x0000000020000080        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .data          0x0000000020000084       0xec /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .data          0x0000000020000170       0xec /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .data          0x000000002000025c        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .data          0x0000000020000260        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .data          0x0000000020000264        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .data          0x0000000020000268        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .data          0x000000002000026c        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .data          0x0000000020000270        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .data          0x0000000020000274        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .data          0x0000000020000278        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .data          0x000000002000027c        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .data          0x0000000020000280        0x4 /opt/ncs/nrfxlib/mpsl/fem/common/lib/cortex-m4/soft-float/libmpsl_fem_common.a(libmpsl_fem_common_debug_soft__obfuscated.elf)
+ .data          0x0000000020000284       0x40 /opt/ncs/nrfxlib/mpsl/fem/common/lib/cortex-m4/soft-float/libmpsl_fem_common.a(libmpsl_fem_common_debug_soft__obfuscated.elf)
+                0x0000000020000284                sym_NIQMZN22R7GGCSNM3BZ25GTCR6D457XB3DIUGWA
+ *(SORT_BY_ALIGNMENT(.data.*))
+ *fill*         0x00000000200002c4        0x4 
+ .data.bt_dev   0x00000000200002c8      0x168 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+                0x00000000200002c8                bt_dev
+ .data.m_data   0x0000000020000430       0xa8 zephyr/drivers/adc/libdrivers__adc.a(adc_nrfx_saadc.c.obj)
+ .data.calibration_work
+                0x00000000200004d8       0x30 modules/nrf/subsys/mpsl/init/lib..__nrf__subsys__mpsl__init.a(mpsl_init.c.obj)
+ .data._char_out
+                0x0000000020000508        0x4 zephyr/libzephyr.a(printk.c.obj)
+                0x0000000020000508                _char_out
+ .data.timestamp_func
+                0x000000002000050c        0x4 zephyr/libzephyr.a(log_core.c.obj)
+ .data.backend_cb_log_backend_uart
+                0x0000000020000510        0x8 zephyr/libzephyr.a(log_backend_uart.c.obj)
+ .data.flash_map
+                0x0000000020000518        0x4 zephyr/libzephyr.a(flash_map_default.c.obj)
+                0x0000000020000518                flash_map
+ .data.settings_nvs_itf
+                0x000000002000051c       0x14 zephyr/libzephyr.a(settings_nvs.c.obj)
+ .data._stdin_hook
+                0x0000000020000530        0x4 zephyr/lib/libc/newlib/liblib__libc__newlib.a(libc-hooks.c.obj)
+ .data._stdout_hook
+                0x0000000020000534        0x4 zephyr/lib/libc/newlib/liblib__libc__newlib.a(libc-hooks.c.obj)
+ .data.timer_work
+                0x0000000020000538       0x10 zephyr/subsys/lorawan/libloramac-node.a(hal_common.c.obj)
+                0x0000000020000538                timer_work
+ .data.next     0x0000000020000548        0x4 zephyr/subsys/lorawan/libloramac-node.a(utilities.c.obj)
+ .data.DioIrq   0x000000002000054c       0x18 zephyr/subsys/lorawan/libloramac-node.a(sx1276.c.obj)
+                0x000000002000054c                DioIrq
+ .data.rx_work  0x0000000020000564       0x10 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+ .data.conn_change
+                0x0000000020000574       0x10 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(conn.c.obj)
+ .data.ops.0    0x0000000020000584       0x28 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(att.c.obj)
+ .data.__compound_literal.27
+                0x00000000200005ac        0x8 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(gatt.c.obj)
+ .data.__compound_literal.23
+                0x00000000200005b4        0x8 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(gatt.c.obj)
+ .data.__compound_literal.18
+                0x00000000200005bc        0x8 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(gatt.c.obj)
+ .data.sc_ccc   0x00000000200005c4       0x18 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(gatt.c.obj)
+ .data.__compound_literal.12
+                0x00000000200005dc        0x8 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(gatt.c.obj)
+ .data.__compound_literal.8
+                0x00000000200005e4        0x8 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(gatt.c.obj)
+ .data.__compound_literal.4
+                0x00000000200005ec        0x8 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(gatt.c.obj)
+ .data.twim_0_data
+                0x00000000200005f4       0x38 zephyr/drivers/i2c/libdrivers__i2c.a(i2c_nrfx_twim.c.obj)
+ .data.lis2dh_reg_val_to_scale
+                0x000000002000062c       0x10 zephyr/drivers/sensor/st/lis2dh/libdrivers__sensor__st__lis2dh.a(lis2dh.c.obj)
+ .data.uart_nrfx_uart0_data
+                0x000000002000063c        0x8 zephyr/drivers/serial/libdrivers__serial.a(uart_nrfx_uart.c.obj)
+ .data.spi_1_data
+                0x0000000020000644       0x78 zephyr/drivers/spi/libdrivers__spi.a(spi_nrfx_spim.c.obj)
+ .data.m_cb     0x00000000200006bc       0x78 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_gpiote.c.obj)
+ .data.timeout_list
+                0x0000000020000734        0x8 zephyr/kernel/libkernel.a(timeout.c.obj)
+ .data.wait_q.0
+                0x000000002000073c        0x8 zephyr/kernel/libkernel.a(poll.c.obj)
+ .data._impure_ptr
+                0x0000000020000744        0x4 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-impure.o)
+                0x0000000020000744                _impure_ptr
+ .data.impure_data
+                0x0000000020000748       0x60 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-impure.o)
+ .data.__global_locale
+                0x00000000200007a8      0x16c /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-locale.o)
+                0x00000000200007a8                __global_locale
+ .data.region_channels_mask_size
+                0x0000000020000914        0x1 zephyr/subsys/lorawan/libloramac-node.a(lorawan.c.obj)
+ .data.selected_region
+                0x0000000020000915        0x1 zephyr/subsys/lorawan/libloramac-node.a(lorawan.c.obj)
+ .data.KeyAddrList
+                0x0000000020000916       0x14 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacCrypto.c.obj)
+ *(SORT_BY_ALIGNMENT(.kernel.*))
+                0x000000002000092a                __data_end = .
+                0x000000000000092a                __data_size = (__data_end - __data_start)
+                0x0000000000034cec                __data_load_start = LOADADDR (datas)
+                0x0000000000034cec                __data_region_load_start = LOADADDR (datas)
+
+device_states   0x000000002000092a       0x1e load address 0x0000000000035616
+                0x000000002000092a                __device_states_start = .
+ *(SORT_BY_ALIGNMENT(.z_devstate))
+ .z_devstate    0x000000002000092a        0x2 zephyr/subsys/lorawan/libloramac-node.a(sx127x.c.obj)
+ .z_devstate    0x000000002000092c        0x2 zephyr/drivers/adc/libdrivers__adc.a(adc_nrfx_saadc.c.obj)
+ .z_devstate    0x000000002000092e        0x2 zephyr/drivers/clock_control/libdrivers__clock_control.a(clock_control_nrf.c.obj)
+ .z_devstate    0x0000000020000930        0x2 zephyr/drivers/entropy/libdrivers__entropy.a(entropy_nrf5.c.obj)
+ .z_devstate    0x0000000020000932        0x2 zephyr/drivers/entropy/libdrivers__entropy.a(entropy_bt_hci.c.obj)
+ .z_devstate    0x0000000020000934        0x2 zephyr/drivers/flash/libdrivers__flash.a(soc_flash_nrf.c.obj)
+ .z_devstate    0x0000000020000936        0x4 zephyr/drivers/gpio/libdrivers__gpio.a(gpio_nrfx.c.obj)
+ .z_devstate    0x000000002000093a        0x2 zephyr/drivers/i2c/libdrivers__i2c.a(i2c_nrfx_twim.c.obj)
+ .z_devstate    0x000000002000093c        0x2 zephyr/drivers/sensor/bosch/bme280/libdrivers__sensor__bosch__bme280.a(bme280.c.obj)
+ .z_devstate    0x000000002000093e        0x2 zephyr/drivers/sensor/st/lis2dh/libdrivers__sensor__st__lis2dh.a(lis2dh.c.obj)
+ .z_devstate    0x0000000020000940        0x2 zephyr/drivers/sensor/st/lis2mdl/libdrivers__sensor__st__lis2mdl.a(lis2mdl.c.obj)
+ .z_devstate    0x0000000020000942        0x2 zephyr/drivers/serial/libdrivers__serial.a(uart_nrfx_uart.c.obj)
+ .z_devstate    0x0000000020000944        0x2 zephyr/drivers/spi/libdrivers__spi.a(spi_nrfx_spim.c.obj)
+ .z_devstate    0x0000000020000946        0x2 modules/nrf/drivers/mpsl/temp_nrf5/lib..__nrf__drivers__mpsl__temp_nrf5.a(temp_nrf5_mpsl.c.obj)
+ *(SORT_BY_ALIGNMENT(.z_devstate.*))
+                0x0000000020000948                __device_states_end = .
+
+log_mpsc_pbuf_area
+                0x0000000020000948       0x40 load address 0x0000000000035634
+                0x0000000020000948                _log_mpsc_pbuf_list_start = .
+ *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._log_mpsc_pbuf.static.*)))
+ ._log_mpsc_pbuf.static.log_buffer_
+                0x0000000020000948       0x40 zephyr/libzephyr.a(log_core.c.obj)
+                0x0000000020000988                _log_mpsc_pbuf_list_end = .
+
+log_msg_ptr_area
+                0x0000000020000988        0x4 load address 0x0000000000035674
+                0x0000000020000988                _log_msg_ptr_list_start = .
+ *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._log_msg_ptr.static.*)))
+ ._log_msg_ptr.static.log_msg_ptr_
+                0x0000000020000988        0x4 zephyr/libzephyr.a(log_core.c.obj)
+                0x000000002000098c                _log_msg_ptr_list_end = .
+
+log_dynamic_area
+                0x000000002000098c        0x0 load address 0x0000000000035678
+                0x000000002000098c                _log_dynamic_list_start = .
+ *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._log_dynamic.static.*)))
+                0x000000002000098c                _log_dynamic_list_end = .
+
+k_timer_area    0x0000000020000990       0x38 load address 0x000000000003567c
+                0x0000000020000990                _k_timer_list_start = .
+ *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._k_timer.static.*)))
+ ._k_timer.static.lora_timer_
+                0x0000000020000990       0x38 zephyr/subsys/lorawan/libloramac-node.a(hal_common.c.obj)
+                0x0000000020000990                lora_timer
+                0x00000000200009c8                _k_timer_list_end = .
+
+k_mem_slab_area
+                0x00000000200009c8       0x54 load address 0x00000000000356b4
+                0x00000000200009c8                _k_mem_slab_list_start = .
+ *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._k_mem_slab.static.*)))
+ ._k_mem_slab.static.att_slab_
+                0x00000000200009c8       0x1c zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(att.c.obj)
+                0x00000000200009c8                att_slab
+ ._k_mem_slab.static.chan_slab_
+                0x00000000200009e4       0x1c zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(att.c.obj)
+                0x00000000200009e4                chan_slab
+ ._k_mem_slab.static.req_slab_
+                0x0000000020000a00       0x1c zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(att.c.obj)
+                0x0000000020000a00                req_slab
+                0x0000000020000a1c                _k_mem_slab_list_end = .
+
+k_heap_area     0x0000000020000a1c        0x0 load address 0x0000000000035708
+                0x0000000020000a1c                _k_heap_list_start = .
+ *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._k_heap.static.*)))
+                0x0000000020000a1c                _k_heap_list_end = .
+
+k_mutex_area    0x0000000020000a1c       0x8c load address 0x0000000000035708
+                0x0000000020000a1c                _k_mutex_list_start = .
+ *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._k_mutex.static.*)))
+ ._k_mutex.static.__lock___malloc_recursive_mutex_
+                0x0000000020000a1c       0x14 zephyr/lib/libc/newlib/liblib__libc__newlib.a(libc-hooks.c.obj)
+                0x0000000020000a1c                __lock___malloc_recursive_mutex
+ ._k_mutex.static.__lock___sfp_recursive_mutex_
+                0x0000000020000a30       0x14 zephyr/lib/libc/newlib/liblib__libc__newlib.a(libc-hooks.c.obj)
+                0x0000000020000a30                __lock___sfp_recursive_mutex
+ ._k_mutex.static.__lock___sinit_recursive_mutex_
+                0x0000000020000a44       0x14 zephyr/lib/libc/newlib/liblib__libc__newlib.a(libc-hooks.c.obj)
+                0x0000000020000a44                __lock___sinit_recursive_mutex
+ ._k_mutex.static.lorawan_join_mutex_
+                0x0000000020000a58       0x14 zephyr/subsys/lorawan/libloramac-node.a(lorawan.c.obj)
+                0x0000000020000a58                lorawan_join_mutex
+ ._k_mutex.static.lorawan_send_mutex_
+                0x0000000020000a6c       0x14 zephyr/subsys/lorawan/libloramac-node.a(lorawan.c.obj)
+                0x0000000020000a6c                lorawan_send_mutex
+ ._k_mutex.static.mpsl_lock_
+                0x0000000020000a80       0x14 modules/nrf/lib/multithreading_lock/lib..__nrf__lib__multithreading_lock.a(multithreading_lock.c.obj)
+ ._k_mutex.static.settings_lock_
+                0x0000000020000a94       0x14 zephyr/libzephyr.a(settings.c.obj)
+                0x0000000020000a94                settings_lock
+                0x0000000020000aa8                _k_mutex_list_end = .
+
+k_stack_area    0x0000000020000aa8        0x0 load address 0x0000000000035794
+                0x0000000020000aa8                _k_stack_list_start = .
+ *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._k_stack.static.*)))
+                0x0000000020000aa8                _k_stack_list_end = .
+
+k_msgq_area     0x0000000020000aa8        0x0 load address 0x0000000000035794
+                0x0000000020000aa8                _k_msgq_list_start = .
+ *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._k_msgq.static.*)))
+                0x0000000020000aa8                _k_msgq_list_end = .
+
+k_mbox_area     0x0000000020000aa8        0x0 load address 0x0000000000035794
+                0x0000000020000aa8                _k_mbox_list_start = .
+ *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._k_mbox.static.*)))
+                0x0000000020000aa8                _k_mbox_list_end = .
+
+k_pipe_area     0x0000000020000aa8        0x0 load address 0x0000000000035794
+                0x0000000020000aa8                _k_pipe_list_start = .
+ *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._k_pipe.static.*)))
+                0x0000000020000aa8                _k_pipe_list_end = .
+
+k_sem_area      0x0000000020000aa8       0x48 load address 0x0000000000035794
+                0x0000000020000aa8                _k_sem_list_start = .
+ *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._k_sem.static.*)))
+ ._k_sem.static.log_process_thread_sem_
+                0x0000000020000aa8       0x18 zephyr/libzephyr.a(log_core.c.obj)
+                0x0000000020000aa8                log_process_thread_sem
+ ._k_sem.static.mcps_confirm_sem_
+                0x0000000020000ac0       0x18 zephyr/subsys/lorawan/libloramac-node.a(lorawan.c.obj)
+                0x0000000020000ac0                mcps_confirm_sem
+ ._k_sem.static.mlme_confirm_sem_
+                0x0000000020000ad8       0x18 zephyr/subsys/lorawan/libloramac-node.a(lorawan.c.obj)
+                0x0000000020000ad8                mlme_confirm_sem
+                0x0000000020000af0                _k_sem_list_end = .
+
+k_event_area    0x0000000020000af0        0x0 load address 0x00000000000357dc
+                0x0000000020000af0                _k_event_list_start = .
+ *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._k_event.static.*)))
+                0x0000000020000af0                _k_event_list_end = .
+
+k_queue_area    0x0000000020000af0        0x0 load address 0x00000000000357dc
+                0x0000000020000af0                _k_queue_list_start = .
+ *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._k_queue.static.*)))
+                0x0000000020000af0                _k_queue_list_end = .
+
+k_fifo_area     0x0000000020000af0       0x18 load address 0x00000000000357dc
+                0x0000000020000af0                _k_fifo_list_start = .
+ *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._k_fifo.static.*)))
+ ._k_fifo.static.free_tx_
+                0x0000000020000af0       0x18 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(conn.c.obj)
+                0x0000000020000af0                free_tx
+                0x0000000020000b08                _k_fifo_list_end = .
+
+k_lifo_area     0x0000000020000b08        0x0 load address 0x00000000000357f4
+                0x0000000020000b08                _k_lifo_list_start = .
+ *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._k_lifo.static.*)))
+                0x0000000020000b08                _k_lifo_list_end = .
+
+k_condvar_area  0x0000000020000b08        0x0 load address 0x00000000000357f4
+                0x0000000020000b08                _k_condvar_list_start = .
+ *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._k_condvar.static.*)))
+                0x0000000020000b08                _k_condvar_list_end = .
+
+sys_mem_blocks_ptr_area
+                0x0000000020000b08        0x0 load address 0x00000000000357f4
+                0x0000000020000b08                _sys_mem_blocks_ptr_list_start = .
+ *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._sys_mem_blocks_ptr.static.*)))
+                0x0000000020000b08                _sys_mem_blocks_ptr_list_end = .
+
+net_buf_pool_area
+                0x0000000020000b08      0x134 load address 0x00000000000357f4
+                0x0000000020000b08                _net_buf_pool_list_start = .
+ *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._net_buf_pool.static.*)))
+ ._net_buf_pool.static.acl_tx_pool_
+                0x0000000020000b08       0x2c zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(conn.c.obj)
+ ._net_buf_pool.static.att_pool_
+                0x0000000020000b34       0x2c zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(att.c.obj)
+ ._net_buf_pool.static.discardable_pool_
+                0x0000000020000b60       0x2c zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(buf.c.obj)
+ ._net_buf_pool.static.frag_pool_
+                0x0000000020000b8c       0x2c zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(conn.c.obj)
+ ._net_buf_pool.static.hci_cmd_pool_
+                0x0000000020000bb8       0x2c zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+ ._net_buf_pool.static.hci_rx_pool_
+                0x0000000020000be4       0x2c zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(buf.c.obj)
+ ._net_buf_pool.static.sync_evt_pool_
+                0x0000000020000c10       0x2c zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(buf.c.obj)
+                0x0000000020000c3c                _net_buf_pool_list_end = .
+                0x0000000020000c3c                __data_region_end = .
+
+bss             0x0000000020000c40     0x3688
+                0x0000000020000c40                . = ALIGN (0x4)
+                0x0000000020000c40                __bss_start = .
+                0x0000000020000c40                __kernel_ram_start = .
+ *(SORT_BY_ALIGNMENT(.bss))
+ .bss           0x0000000020000c40      0x7d4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x00000000200011ec                sym_X2CGJY32WPU5QR6XFTHTAS6KO4LV2ENSTHTXMQI
+                0x000000002000129a                sym_VQ35Q3R547AGSAUE3MG4FJPAHAQLVUOXVCL6PHY
+ *fill*         0x0000000020001414        0x4 
+ .bss           0x0000000020001418      0x643 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+                0x0000000020001458                sym_NT37KP64JKA7J3SBAMLBJICQNSHBWT52IX4ZBOY
+                0x0000000020001858                sym_DJDGWWBZPJEGCPY35B7VRZXZW7UWR7GL2OUADBY
+                0x0000000020001860                sym_3QJDOYCZRNEDIUTNFE3QIKOLVPHROSOZTM22HKQ
+                0x0000000020001890                sym_FU46TPWIIUBL5EEFYRZUSQCSFRMR4OIHWDOTVSQ
+                0x00000000200018b8                sym_Z5WZCMHZDI7RNMVB5GZYQIRS7P3BTO7552UV62I
+ *fill*         0x0000000020001a5b        0x1 
+ .bss           0x0000000020001a5c       0x11 /opt/ncs/nrfxlib/mpsl/fem/common/lib/cortex-m4/soft-float/libmpsl_fem_common.a(libmpsl_fem_common_debug_soft__obfuscated.elf)
+ *(SORT_BY_ALIGNMENT(.bss.*))
+ *fill*         0x0000000020001a6d        0x3 
+ .bss.logging_thread
+                0x0000000020001a70       0x78 zephyr/libzephyr.a(log_core.c.obj)
+                0x0000000020001a70                logging_thread
+ .bss.buf32     0x0000000020001ae8      0x400 zephyr/libzephyr.a(log_core.c.obj)
+ .bss.last_failure_report
+                0x0000000020001ee8        0x8 zephyr/libzephyr.a(log_core.c.obj)
+ .bss.log_process_thread_timer
+                0x0000000020001ef0       0x38 zephyr/libzephyr.a(log_core.c.obj)
+ .bss.bt_long_wq
+                0x0000000020001f28       0x98 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(long_wq.c.obj)
+ .bss.bt_workq  0x0000000020001fc0       0x98 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+ .bss.acl_conns
+                0x0000000020002058       0xc0 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(conn.c.obj)
+ .bss.db_hash   0x0000000020002118       0x68 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(gatt.c.obj)
+ .bss.gatt_sc   0x0000000020002180       0x58 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(gatt.c.obj)
+ .bss.cc_data   0x00000000200021d8       0x10 zephyr/drivers/timer/libdrivers__timer.a(nrf_rtc_timer.c.obj)
+ .bss.last_count
+                0x00000000200021e8        0x8 zephyr/drivers/timer/libdrivers__timer.a(nrf_rtc_timer.c.obj)
+ .bss.anchor    0x00000000200021f0        0x8 zephyr/drivers/timer/libdrivers__timer.a(nrf_rtc_timer.c.obj)
+ .bss.sdc_mempool
+                0x00000000200021f8      0x779 modules/nrf/subsys/bluetooth/controller/lib..__nrf__subsys__bluetooth__controller.a(hci_driver.c.obj)
+ *fill*         0x0000000020002971        0x7 
+ .bss.mpsl_work_q
+                0x0000000020002978       0x98 modules/nrf/subsys/mpsl/init/lib..__nrf__subsys__mpsl__init.a(mpsl_init.c.obj)
+                0x0000000020002978                mpsl_work_q
+ .bss.z_idle_threads
+                0x0000000020002a10       0x78 zephyr/kernel/libkernel.a(init.c.obj)
+                0x0000000020002a10                z_idle_threads
+ .bss.z_main_thread
+                0x0000000020002a88       0x78 zephyr/kernel/libkernel.a(init.c.obj)
+                0x0000000020002a88                z_main_thread
+ .bss.k_sys_work_q
+                0x0000000020002b00       0x98 zephyr/kernel/libkernel.a(system_work_q.c.obj)
+                0x0000000020002b00                k_sys_work_q
+ .bss._thread_dummy
+                0x0000000020002b98       0x78 zephyr/kernel/libkernel.a(sched.c.obj)
+                0x0000000020002b98                _thread_dummy
+ .bss.slice_timeouts
+                0x0000000020002c10       0x18 zephyr/kernel/libkernel.a(timeslicing.c.obj)
+ .bss.curr_tick
+                0x0000000020002c28        0x8 zephyr/kernel/libkernel.a(timeout.c.obj)
+ .bss.curr_log_buffer
+                0x0000000020002c30        0x4 zephyr/libzephyr.a(log_core.c.obj)
+ .bss.proc_tid  0x0000000020002c34        0x4 zephyr/libzephyr.a(log_core.c.obj)
+ .bss.dropped_cnt
+                0x0000000020002c38        0x4 zephyr/libzephyr.a(log_core.c.obj)
+ .bss.buffered_cnt
+                0x0000000020002c3c        0x4 zephyr/libzephyr.a(log_core.c.obj)
+ .bss.initialized
+                0x0000000020002c40        0x4 zephyr/libzephyr.a(log_core.c.obj)
+ .bss.timestamp_div
+                0x0000000020002c44        0x4 zephyr/libzephyr.a(log_output.c.obj)
+ .bss.freq      0x0000000020002c48        0x4 zephyr/libzephyr.a(log_output.c.obj)
+ .bss.lbu_data  0x0000000020002c4c       0x20 zephyr/libzephyr.a(log_backend_uart.c.obj)
+ .bss.lbu_output_control_block
+                0x0000000020002c6c        0xc zephyr/libzephyr.a(log_backend_uart.c.obj)
+ .bss.settings_save_dst
+                0x0000000020002c78        0x4 zephyr/libzephyr.a(settings_store.c.obj)
+                0x0000000020002c78                settings_save_dst
+ .bss.settings_load_srcs
+                0x0000000020002c7c        0x8 zephyr/libzephyr.a(settings_store.c.obj)
+                0x0000000020002c7c                settings_load_srcs
+ .bss.settings_handlers
+                0x0000000020002c84        0x8 zephyr/libzephyr.a(settings.c.obj)
+                0x0000000020002c84                settings_handlers
+ .bss.default_settings_nvs.0
+                0x0000000020002c8c       0x40 zephyr/libzephyr.a(settings_nvs.c.obj)
+ .bss.heap_sz   0x0000000020002ccc        0x4 zephyr/lib/libc/newlib/liblib__libc__newlib.a(libc-hooks.c.obj)
+ .bss.dr_changed_cb
+                0x0000000020002cd0        0x4 zephyr/subsys/lorawan/libloramac-node.a(lorawan.c.obj)
+ .bss.battery_level_cb
+                0x0000000020002cd4        0x4 zephyr/subsys/lorawan/libloramac-node.a(lorawan.c.obj)
+ .bss.mac_callbacks
+                0x0000000020002cd8       0x10 zephyr/subsys/lorawan/libloramac-node.a(lorawan.c.obj)
+ .bss.mac_primitives
+                0x0000000020002ce8       0x10 zephyr/subsys/lorawan/libloramac-node.a(lorawan.c.obj)
+ .bss.dl_callbacks
+                0x0000000020002cf8        0x8 zephyr/subsys/lorawan/libloramac-node.a(lorawan.c.obj)
+ .bss.backup_reg
+                0x0000000020002d00        0x8 zephyr/subsys/lorawan/libloramac-node.a(hal_common.c.obj)
+ .bss.saved_time
+                0x0000000020002d08        0x4 zephyr/subsys/lorawan/libloramac-node.a(hal_common.c.obj)
+ .bss.dev_data  0x0000000020002d0c       0x54 zephyr/subsys/lorawan/libloramac-node.a(sx12xx_common.c.obj)
+ .bss.callbacks.0
+                0x0000000020002d60        0xc zephyr/subsys/lorawan/libloramac-node.a(sx127x.c.obj)
+ .bss.dev_data  0x0000000020002d6c       0x10 zephyr/subsys/lorawan/libloramac-node.a(sx127x.c.obj)
+ .bss.TimerListHead
+                0x0000000020002d7c        0x4 zephyr/subsys/lorawan/libloramac-node.a(timer.c.obj)
+ .bss.RxTimeoutSyncWord
+                0x0000000020002d80       0x18 zephyr/subsys/lorawan/libloramac-node.a(sx1276.c.obj)
+                0x0000000020002d80                RxTimeoutSyncWord
+ .bss.RxTimeoutTimer
+                0x0000000020002d98       0x18 zephyr/subsys/lorawan/libloramac-node.a(sx1276.c.obj)
+                0x0000000020002d98                RxTimeoutTimer
+ .bss.TxTimeoutTimer
+                0x0000000020002db0       0x18 zephyr/subsys/lorawan/libloramac-node.a(sx1276.c.obj)
+                0x0000000020002db0                TxTimeoutTimer
+ .bss.SX1276    0x0000000020002dc8      0x144 zephyr/subsys/lorawan/libloramac-node.a(sx1276.c.obj)
+                0x0000000020002dc8                SX1276
+ .bss.RadioEvents
+                0x0000000020002f0c        0x4 zephyr/subsys/lorawan/libloramac-node.a(sx1276.c.obj)
+ .bss.SeNvm     0x0000000020002f10        0x4 zephyr/subsys/lorawan/libloramac-node.a(soft-se.c.obj)
+ .bss.RxDoneParams
+                0x0000000020002f14       0x10 zephyr/subsys/lorawan/libloramac-node.a(LoRaMac.c.obj)
+                0x0000000020002f14                RxDoneParams
+ .bss.TxDoneParams
+                0x0000000020002f24        0x4 zephyr/subsys/lorawan/libloramac-node.a(LoRaMac.c.obj)
+                0x0000000020002f24                TxDoneParams
+ .bss.LoRaMacRadioEvents
+                0x0000000020002f28        0x4 zephyr/subsys/lorawan/libloramac-node.a(LoRaMac.c.obj)
+                0x0000000020002f28                LoRaMacRadioEvents
+ .bss.RegionBands
+                0x0000000020002f2c       0x90 zephyr/subsys/lorawan/libloramac-node.a(LoRaMac.c.obj)
+ .bss.Nvm       0x0000000020002fbc      0x460 zephyr/subsys/lorawan/libloramac-node.a(LoRaMac.c.obj)
+ .bss.MacCtx    0x000000002000341c      0x580 zephyr/subsys/lorawan/libloramac-node.a(LoRaMac.c.obj)
+ .bss.CommandsCtx
+                0x000000002000399c      0x20c zephyr/subsys/lorawan/libloramac-node.a(LoRaMacCommands.c.obj)
+ .bss.ConfirmQueueCtx
+                0x0000000020003ba8       0x24 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacConfirmQueue.c.obj)
+ .bss.CryptoNvm
+                0x0000000020003bcc        0x4 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacCrypto.c.obj)
+ .bss.RegionBands
+                0x0000000020003bd0        0x4 zephyr/subsys/lorawan/libloramac-node.a(RegionEU868.c.obj)
+ .bss.RegionNvmGroup2
+                0x0000000020003bd4        0x4 zephyr/subsys/lorawan/libloramac-node.a(RegionEU868.c.obj)
+ .bss.cmd_data  0x0000000020003bd8       0x18 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+ .bss.ready_cb  0x0000000020003bf0        0x4 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+ .bss.conn_tx   0x0000000020003bf4       0x30 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(conn.c.obj)
+ .bss.callback_list
+                0x0000000020003c24        0x4 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(conn.c.obj)
+ .bss.bt_l2cap_pool
+                0x0000000020003c28       0x30 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(l2cap.c.obj)
+ .bss.tx_meta_data_storage
+                0x0000000020003c58       0x48 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(att.c.obj)
+ .bss.att_handle_rsp_thread
+                0x0000000020003ca0        0x4 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(att.c.obj)
+ .bss.cancel    0x0000000020003ca4       0x10 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(att.c.obj)
+ .bss.sc_restore_params
+                0x0000000020003cb4       0x18 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(gatt.c.obj)
+ .bss.cf_cfg    0x0000000020003ccc       0x10 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(gatt.c.obj)
+ .bss.gatt_flags
+                0x0000000020003cdc        0x4 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(gatt.c.obj)
+ .bss.callback_list
+                0x0000000020003ce0        0x8 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(gatt.c.obj)
+ .bss.bt_smp_pool
+                0x0000000020003ce8       0x30 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(smp_null.c.obj)
+ .bss.cli.1     0x0000000020003d18       0x10 zephyr/drivers/clock_control/libdrivers__clock_control.a(clock_control_nrf.c.obj)
+ .bss.on.2      0x0000000020003d28        0x4 zephyr/drivers/clock_control/libdrivers__clock_control.a(clock_control_nrf.c.obj)
+ .bss.data      0x0000000020003d2c       0x50 zephyr/drivers/clock_control/libdrivers__clock_control.a(clock_control_nrf.c.obj)
+ .bss.hfclk_users
+                0x0000000020003d7c        0x4 zephyr/drivers/clock_control/libdrivers__clock_control.a(clock_control_nrf.c.obj)
+ .bss.entropy_nrf5_data
+                0x0000000020003d80       0x54 zephyr/drivers/entropy/libdrivers__entropy.a(entropy_nrf5.c.obj)
+ .bss.dev_layout
+                0x0000000020003dd4        0x8 zephyr/drivers/flash/libdrivers__flash.a(soc_flash_nrf.c.obj)
+ .bss.sem_lock  0x0000000020003ddc       0x18 zephyr/drivers/flash/libdrivers__flash.a(soc_flash_nrf.c.obj)
+ .bss.gpio_nrfx_p1_data
+                0x0000000020003df4        0xc zephyr/drivers/gpio/libdrivers__gpio.a(gpio_nrfx.c.obj)
+ .bss.gpio_nrfx_p0_data
+                0x0000000020003e00        0xc zephyr/drivers/gpio/libdrivers__gpio.a(gpio_nrfx.c.obj)
+ .bss.bme280_data_0
+                0x0000000020003e0c       0x38 zephyr/drivers/sensor/bosch/bme280/libdrivers__sensor__bosch__bme280.a(bme280.c.obj)
+ .bss.lis2dh_data_0
+                0x0000000020003e44       0x14 zephyr/drivers/sensor/st/lis2dh/libdrivers__sensor__st__lis2dh.a(lis2dh.c.obj)
+ .bss.lis2mdl_data_0
+                0x0000000020003e58       0x48 zephyr/drivers/sensor/st/lis2mdl/libdrivers__sensor__st__lis2mdl.a(lis2mdl.c.obj)
+ .bss.poll_out_lock.0
+                0x0000000020003ea0        0x4 zephyr/drivers/serial/libdrivers__serial.a(uart_nrfx_uart.c.obj)
+ .bss.force_isr_mask
+                0x0000000020003ea4        0x4 zephyr/drivers/timer/libdrivers__timer.a(nrf_rtc_timer.c.obj)
+ .bss.int_mask  0x0000000020003ea8        0x4 zephyr/drivers/timer/libdrivers__timer.a(nrf_rtc_timer.c.obj)
+ .bss.overflow_cnt
+                0x0000000020003eac        0x4 zephyr/drivers/timer/libdrivers__timer.a(nrf_rtc_timer.c.obj)
+ .bss.receive_work
+                0x0000000020003eb0       0x10 modules/nrf/subsys/bluetooth/controller/lib..__nrf__subsys__bluetooth__controller.a(hci_driver.c.obj)
+ .bss.user_cmd_handler
+                0x0000000020003ec0        0x4 modules/nrf/subsys/bluetooth/controller/lib..__nrf__subsys__bluetooth__controller.a(hci_internal.c.obj)
+ .bss.ecdh_work
+                0x0000000020003ec4       0x10 modules/nrf/subsys/bluetooth/controller/lib..__nrf__subsys__bluetooth__controller.a(ecdh.c.obj)
+ .bss.cmd       0x0000000020003ed4        0x4 modules/nrf/subsys/bluetooth/controller/lib..__nrf__subsys__bluetooth__controller.a(ecdh.c.obj)
+ .bss.timeslot_context
+                0x0000000020003ed8       0x30 modules/nrf/subsys/mpsl/init/lib..__nrf__subsys__mpsl__init.a(mpsl_init.c.obj)
+ .bss.mpsl_low_prio_work
+                0x0000000020003f08       0x10 modules/nrf/subsys/mpsl/init/lib..__nrf__subsys__mpsl__init.a(mpsl_init.c.obj)
+ .bss.event_handler
+                0x0000000020003f18        0x4 modules/nrf/drivers/mpsl/clock_control/lib..__nrf__drivers__mpsl__clock_control.a(nrfx_clock_mpsl.c.obj)
+ .bss._context  0x0000000020003f1c       0x44 modules/nrf/drivers/mpsl/flash_sync/lib..__nrf__drivers__mpsl__flash_sync.a(flash_sync_mpsl.c.obj)
+ .bss.temp_nrf5_mpsl_driver
+                0x0000000020003f60        0x4 modules/nrf/drivers/mpsl/temp_nrf5/lib..__nrf__drivers__mpsl__temp_nrf5.a(temp_nrf5_mpsl.c.obj)
+ .bss.m_cb      0x0000000020003f64       0x24 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_spim.c.obj)
+ .bss.m_cb      0x0000000020003f88       0x28 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_twim.c.obj)
+ .bss._kernel   0x0000000020003fb0       0x20 zephyr/kernel/libkernel.a(init.c.obj)
+                0x0000000020003fb0                _kernel
+ .bss.pending_cancels
+                0x0000000020003fd0        0x8 zephyr/kernel/libkernel.a(work.c.obj)
+ .bss.pending_current
+                0x0000000020003fd8        0x4 zephyr/kernel/libkernel.a(timeslicing.c.obj)
+                0x0000000020003fd8                pending_current
+ .bss.slice_max_prio
+                0x0000000020003fdc        0x4 zephyr/kernel/libkernel.a(timeslicing.c.obj)
+ .bss.slice_ticks
+                0x0000000020003fe0        0x4 zephyr/kernel/libkernel.a(timeslicing.c.obj)
+ .bss.announce_remaining
+                0x0000000020003fe4        0x4 zephyr/kernel/libkernel.a(timeout.c.obj)
+ .bss.__malloc_sbrk_start
+                0x0000000020003fe8        0x4 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-nano-mallocr.o)
+                0x0000000020003fe8                __malloc_sbrk_start
+ .bss.__malloc_free_list
+                0x0000000020003fec        0x4 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-nano-mallocr.o)
+                0x0000000020003fec                __malloc_free_list
+ .bss.errno     0x0000000020003ff0        0x4 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-reent.o)
+                0x0000000020003ff0                errno
+ .bss.sample_buffer
+                0x0000000020003ff4        0x2 app/libapp.a(main.c.obj)
+ .bss.RJcount0  0x0000000020003ff6        0x2 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacCrypto.c.obj)
+ .bss.disconnected_handles
+                0x0000000020003ff8        0x2 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+ .bss.sc_range  0x0000000020003ffa        0x4 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(gatt.c.obj)
+ .bss.sc_cfg    0x0000000020003ffe        0xc zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(gatt.c.obj)
+ .bss.last_static_handle
+                0x000000002000400a        0x2 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(gatt.c.obj)
+ .bss.backend_attached
+                0x000000002000400c        0x1 zephyr/libzephyr.a(log_core.c.obj)
+ .bss.panic_mode
+                0x000000002000400d        0x1 zephyr/libzephyr.a(log_core.c.obj)
+ .bss.lbu_buffer
+                0x000000002000400e        0x1 zephyr/libzephyr.a(log_backend_uart.c.obj)
+ .bss.settings_subsys_initialized
+                0x000000002000400f        0x1 zephyr/libzephyr.a(settings_init.c.obj)
+                0x000000002000400f                settings_subsys_initialized
+ .bss.last_mlme_confirm_status
+                0x0000000020004010        0x1 zephyr/subsys/lorawan/libloramac-node.a(lorawan.c.obj)
+ .bss.last_mcps_confirm_status
+                0x0000000020004011        0x1 zephyr/subsys/lorawan/libloramac-node.a(lorawan.c.obj)
+ .bss.lorawan_adr_enable
+                0x0000000020004012        0x1 zephyr/subsys/lorawan/libloramac-node.a(lorawan.c.obj)
+ .bss.current_datarate
+                0x0000000020004013        0x1 zephyr/subsys/lorawan/libloramac-node.a(lorawan.c.obj)
+ .bss.default_datarate
+                0x0000000020004014        0x1 zephyr/subsys/lorawan/libloramac-node.a(lorawan.c.obj)
+ .bss.RxTxBuffer
+                0x0000000020004015      0x100 zephyr/subsys/lorawan/libloramac-node.a(sx1276.c.obj)
+ .bss.initialized.0
+                0x0000000020004115        0x1 zephyr/subsys/lorawan/libloramac-node.a(LoRaMac.c.obj)
+ .bss.str.1     0x0000000020004116       0x1e zephyr/subsys/bluetooth/common/libsubsys__bluetooth__common.a(bt_str.c.obj)
+ .bss.str.3     0x0000000020004134       0x81 zephyr/subsys/bluetooth/common/libsubsys__bluetooth__common.a(bt_str.c.obj)
+ .bss.disconnected_handles_reason
+                0x00000000200041b5        0x1 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+ .bss.ident.1   0x00000000200041b6        0x1 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(l2cap.c.obj)
+ .bss.twim_0_msg_buf
+                0x00000000200041b7       0x10 zephyr/drivers/i2c/libdrivers__i2c.a(i2c_nrfx_twim.c.obj)
+ .bss.spim_1_rx_buffer
+                0x00000000200041c7        0x8 zephyr/drivers/spi/libdrivers__spi.a(spi_nrfx_spim.c.obj)
+ .bss.spim_1_tx_buffer
+                0x00000000200041cf        0x8 zephyr/drivers/spi/libdrivers__spi.a(spi_nrfx_spim.c.obj)
+ .bss.hci_buf.0
+                0x00000000200041d7       0x47 modules/nrf/subsys/bluetooth/controller/lib..__nrf__subsys__bluetooth__controller.a(hci_driver.c.obj)
+ .bss.cmd_complete_or_status
+                0x000000002000421e       0x48 modules/nrf/subsys/bluetooth/controller/lib..__nrf__subsys__bluetooth__controller.a(hci_internal.c.obj)
+ .bss.ecdh      0x0000000020004266       0x60 modules/nrf/subsys/bluetooth/controller/lib..__nrf__subsys__bluetooth__controller.a(ecdh.c.obj)
+ .bss.z_sys_post_kernel
+                0x00000000200042c6        0x1 zephyr/kernel/libkernel.a(init.c.obj)
+                0x00000000200042c6                z_sys_post_kernel
+ .bss.lock      0x00000000200042c7        0x0 zephyr/kernel/libkernel.a(mutex.c.obj)
+ .bss.lock      0x00000000200042c7        0x0 zephyr/kernel/libkernel.a(sem.c.obj)
+ .bss.lock      0x00000000200042c7        0x0 zephyr/kernel/libkernel.a(work.c.obj)
+ .bss._sched_spinlock
+                0x00000000200042c7        0x0 zephyr/kernel/libkernel.a(sched.c.obj)
+                0x00000000200042c7                _sched_spinlock
+ .bss.slice_expired
+                0x00000000200042c7        0x1 zephyr/kernel/libkernel.a(timeslicing.c.obj)
+ .bss.lock      0x00000000200042c8        0x0 zephyr/kernel/libkernel.a(poll.c.obj)
+ *(SORT_BY_ALIGNMENT(COMMON))
+ *(SORT_BY_ALIGNMENT(.kernel_bss.*))
+                0x00000000200042c8                __bss_end = ALIGN (0x4)
+
+noinit          0x00000000200042c8     0x2df8
+ *(SORT_BY_ALIGNMENT(.noinit))
+ *(SORT_BY_ALIGNMENT(.noinit.*))
+ .noinit."WEST_TOPDIR/zephyr/subsys/logging/log_core.c".0
+                0x00000000200042c8      0x300 zephyr/libzephyr.a(log_core.c.obj)
+                0x00000000200042c8                logging_stack
+ .noinit."WEST_TOPDIR/zephyr/subsys/bluetooth/host/long_wq.c".0
+                0x00000000200045c8      0x518 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(long_wq.c.obj)
+                0x00000000200045c8                bt_lw_stack_area
+ .noinit."WEST_TOPDIR/zephyr/subsys/bluetooth/host/att.c".k_mem_slab_buf_chan_slab
+                0x0000000020004ae0       0x90 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(att.c.obj)
+                0x0000000020004ae0                _k_mem_slab_buf_chan_slab
+ .noinit."WEST_TOPDIR/nrf/subsys/mpsl/init/mpsl_init.c".0
+                0x0000000020004b70      0x400 modules/nrf/subsys/mpsl/init/lib..__nrf__subsys__mpsl__init.a(mpsl_init.c.obj)
+ .noinit."WEST_TOPDIR/zephyr/kernel/init.c".2
+                0x0000000020004f70      0x800 zephyr/kernel/libkernel.a(init.c.obj)
+                0x0000000020004f70                z_interrupt_stacks
+ .noinit."WEST_TOPDIR/zephyr/kernel/init.c".1
+                0x0000000020005770      0x140 zephyr/kernel/libkernel.a(init.c.obj)
+ .noinit."WEST_TOPDIR/zephyr/kernel/init.c".0
+                0x00000000200058b0      0x800 zephyr/kernel/libkernel.a(init.c.obj)
+                0x00000000200058b0                z_main_stack
+ .noinit."WEST_TOPDIR/zephyr/kernel/system_work_q.c".0
+                0x00000000200060b0      0x800 zephyr/kernel/libkernel.a(system_work_q.c.obj)
+ .noinit."WEST_TOPDIR/zephyr/subsys/bluetooth/host/buf.c".5
+                0x00000000200068b0      0x2c6 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(buf.c.obj)
+ *fill*         0x0000000020006b76        0x2 
+ .noinit."WEST_TOPDIR/zephyr/subsys/bluetooth/host/buf.c".4
+                0x0000000020006b78      0x118 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(buf.c.obj)
+ .noinit."WEST_TOPDIR/zephyr/subsys/bluetooth/host/buf.c".3
+                0x0000000020006c90       0x8a zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(buf.c.obj)
+ *fill*         0x0000000020006d1a        0x2 
+ .noinit."WEST_TOPDIR/zephyr/subsys/bluetooth/host/buf.c".2
+                0x0000000020006d1c       0x54 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(buf.c.obj)
+ .noinit."WEST_TOPDIR/zephyr/subsys/bluetooth/host/buf.c".1
+                0x0000000020006d70        0x8 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(buf.c.obj)
+ .noinit."WEST_TOPDIR/zephyr/subsys/bluetooth/host/buf.c".0
+                0x0000000020006d78       0x1c zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(buf.c.obj)
+ .noinit."WEST_TOPDIR/zephyr/subsys/bluetooth/host/hci_core.c".3
+                0x0000000020006d94       0x8e zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+ *fill*         0x0000000020006e22        0x2 
+ .noinit."WEST_TOPDIR/zephyr/subsys/bluetooth/host/hci_core.c".2
+                0x0000000020006e24       0x38 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+ .noinit."WEST_TOPDIR/zephyr/subsys/bluetooth/host/conn.c".3
+                0x0000000020006e5c       0x40 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(conn.c.obj)
+ .noinit."WEST_TOPDIR/zephyr/subsys/bluetooth/host/conn.c".2
+                0x0000000020006e9c       0x40 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(conn.c.obj)
+ .noinit."WEST_TOPDIR/zephyr/subsys/bluetooth/host/conn.c".1
+                0x0000000020006edc       0x60 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(conn.c.obj)
+ .noinit."WEST_TOPDIR/zephyr/subsys/bluetooth/host/conn.c".0
+                0x0000000020006f3c       0x60 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(conn.c.obj)
+ .noinit."WEST_TOPDIR/zephyr/subsys/bluetooth/host/att.c".1
+                0x0000000020006f9c       0x66 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(att.c.obj)
+ *fill*         0x0000000020007002        0x2 
+ .noinit."WEST_TOPDIR/zephyr/subsys/bluetooth/host/att.c".0
+                0x0000000020007004       0x60 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(att.c.obj)
+ .noinit."WEST_TOPDIR/zephyr/subsys/bluetooth/host/att.c".k_mem_slab_buf_att_slab
+                0x0000000020007064       0x2c zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(att.c.obj)
+                0x0000000020007064                _k_mem_slab_buf_att_slab
+ .noinit."WEST_TOPDIR/zephyr/subsys/bluetooth/host/att.c".k_mem_slab_buf_req_slab
+                0x0000000020007090       0x30 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(att.c.obj)
+                0x0000000020007090                _k_mem_slab_buf_req_slab
+ *(SORT_BY_ALIGNMENT(.kernel_noinit.*))
+                0x0000000020020000                __kernel_ram_end = 0x20020000
+                0x000000000001f3c0                __kernel_ram_size = (__kernel_ram_end - __kernel_ram_start)
+                0x00000000000248f8                PROVIDE (z_arm_platform_init = SystemInit)
+
+/DISCARD/
+ *(SORT_BY_ALIGNMENT(.irq_info*))
+ *(SORT_BY_ALIGNMENT(.intList*))
+
+.last_ram_section
+                0x00000000200070c0        0x0
+                0x00000000200070c0                _image_ram_end = .
+                0x00000000000070c0                _image_ram_size = (_image_ram_end - _image_ram_start)
+                0x00000000200070c0                _end = .
+                0x00000000200070c0                z_mapped_end = .
+
+.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        0x0000000000000000       0x40
+ *(SORT_BY_ALIGNMENT(.comment))
+ .comment       0x0000000000000000       0x20 zephyr/CMakeFiles/zephyr_final.dir/isr_tables.c.obj
+                                         0x21 (size before relaxing)
+ .comment       0x0000000000000020       0x21 zephyr/CMakeFiles/offsets.dir/./arch/arm/core/offsets/offsets.c.obj
+ .comment       0x0000000000000020       0x21 app/libapp.a(main.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/libzephyr.a(crc8_sw.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/libzephyr.a(heap.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/libzephyr.a(cbprintf_packaged.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/libzephyr.a(printk.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/libzephyr.a(thread_entry.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/libzephyr.a(cbprintf_complete.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/libzephyr.a(assert.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/libzephyr.a(mpsc_pbuf.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/libzephyr.a(onoff.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/libzephyr.a(notify.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/libzephyr.a(configs.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/libzephyr.a(nvs.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/libzephyr.a(log_core.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/libzephyr.a(log_mgmt.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/libzephyr.a(log_msg.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/libzephyr.a(log_output.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/libzephyr.a(log_backend_uart.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/libzephyr.a(flash_map.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/libzephyr.a(flash_map_default.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/libzephyr.a(flash_map_layout.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/libzephyr.a(settings_store.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/libzephyr.a(settings.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/libzephyr.a(settings_init.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/libzephyr.a(settings_nvs.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/libzephyr.a(banner.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/libzephyr.a(lis2mdl_reg.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/libzephyr.a(utils.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/libzephyr.a(aes_encrypt.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/libzephyr.a(cmac_mode.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/arch/arch/arm/core/libarch__arm__core.a(fatal.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/arch/arch/arm/core/libarch__arm__core.a(nmi.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(exc_exit.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(fault.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(scb.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(thread_abort.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(swap.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(irq_manage.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(prep_c.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(thread.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(cpu_idle.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(irq_init.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(isr_wrapper.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/lib/libc/newlib/liblib__libc__newlib.a(libc-hooks.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/lib/libc/common/liblib__libc__common.a(abort.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/soc/soc/nrf52833/libsoc__nordic.a(soc.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/subsys/lorawan/libloramac-node.a(lorawan.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/subsys/lorawan/libloramac-node.a(lw_priv.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/subsys/lorawan/libloramac-node.a(lorawan_nvm_settings.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/subsys/lorawan/libloramac-node.a(hal_common.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/subsys/lorawan/libloramac-node.a(sx12xx_common.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/subsys/lorawan/libloramac-node.a(sx127x.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/subsys/lorawan/libloramac-node.a(utilities.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/subsys/lorawan/libloramac-node.a(systime.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/subsys/lorawan/libloramac-node.a(timer.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/subsys/lorawan/libloramac-node.a(delay.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/subsys/lorawan/libloramac-node.a(sx1276.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/subsys/lorawan/libloramac-node.a(aes.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/subsys/lorawan/libloramac-node.a(cmac.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/subsys/lorawan/libloramac-node.a(soft-se.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/subsys/lorawan/libloramac-node.a(soft-se-hal.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/subsys/lorawan/libloramac-node.a(LoRaMac.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacAdr.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacClassB.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacCommands.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacConfirmQueue.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacCrypto.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacParser.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacSerializer.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/subsys/lorawan/libloramac-node.a(Region.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/subsys/lorawan/libloramac-node.a(RegionCommon.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/subsys/lorawan/libloramac-node.a(RegionEU868.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/subsys/random/libsubsys__random.a(random_xoshiro128.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/subsys/bluetooth/common/libsubsys__bluetooth__common.a(addr.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/subsys/bluetooth/common/libsubsys__bluetooth__common.a(bt_str.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(long_wq.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(uuid.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(addr.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(buf.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(data.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(id.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(adv.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(conn.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(l2cap.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(att.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(gatt.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(smp_null.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/subsys/net/libsubsys__net.a(buf.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/subsys/net/libsubsys__net.a(buf_simple.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/drivers/adc/libdrivers__adc.a(adc_nrfx_saadc.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/drivers/clock_control/libdrivers__clock_control.a(clock_control_nrf.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/drivers/console/libdrivers__console.a(uart_console.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/drivers/entropy/libdrivers__entropy.a(entropy_nrf5.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/drivers/entropy/libdrivers__entropy.a(entropy_bt_hci.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/drivers/flash/libdrivers__flash.a(soc_flash_nrf.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/drivers/flash/libdrivers__flash.a(flash_page_layout.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/drivers/gpio/libdrivers__gpio.a(gpio_nrfx.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/drivers/i2c/libdrivers__i2c.a(i2c_common.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/drivers/i2c/libdrivers__i2c.a(i2c_nrfx_twim.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/drivers/pinctrl/libdrivers__pinctrl.a(common.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/drivers/pinctrl/libdrivers__pinctrl.a(pinctrl_nrf.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/drivers/sensor/bosch/bme280/libdrivers__sensor__bosch__bme280.a(bme280.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/drivers/sensor/bosch/bme280/libdrivers__sensor__bosch__bme280.a(bme280_spi.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/drivers/sensor/st/stmemsc/libdrivers__sensor__st__stmemsc.a(stmemsc_i2c.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/drivers/sensor/st/stmemsc/libdrivers__sensor__st__stmemsc.a(stmemsc_mdelay.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/drivers/sensor/st/lis2dh/libdrivers__sensor__st__lis2dh.a(lis2dh.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/drivers/sensor/st/lis2dh/libdrivers__sensor__st__lis2dh.a(lis2dh_i2c.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/drivers/sensor/st/lis2mdl/libdrivers__sensor__st__lis2mdl.a(lis2mdl.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/drivers/sensor/st/lis2mdl/libdrivers__sensor__st__lis2mdl.a(lis2mdl_trigger.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/drivers/serial/libdrivers__serial.a(uart_nrfx_uart.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/drivers/spi/libdrivers__spi.a(spi_nrfx_spim.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/drivers/spi/libdrivers__spi.a(spi_nrfx_common.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/drivers/timer/libdrivers__timer.a(nrf_rtc_timer.c.obj)
+ .comment       0x0000000000000020       0x21 modules/nrf/lib/multithreading_lock/lib..__nrf__lib__multithreading_lock.a(multithreading_lock.c.obj)
+ .comment       0x0000000000000020       0x21 modules/nrf/subsys/bluetooth/controller/lib..__nrf__subsys__bluetooth__controller.a(hci_driver.c.obj)
+ .comment       0x0000000000000020       0x21 modules/nrf/subsys/bluetooth/controller/lib..__nrf__subsys__bluetooth__controller.a(hci_internal.c.obj)
+ .comment       0x0000000000000020       0x21 modules/nrf/subsys/bluetooth/controller/lib..__nrf__subsys__bluetooth__controller.a(crypto.c.obj)
+ .comment       0x0000000000000020       0x21 modules/nrf/subsys/bluetooth/controller/lib..__nrf__subsys__bluetooth__controller.a(ecdh.c.obj)
+ .comment       0x0000000000000020       0x21 modules/nrf/subsys/mpsl/init/lib..__nrf__subsys__mpsl__init.a(mpsl_init.c.obj)
+ .comment       0x0000000000000020       0x21 modules/nrf/subsys/mpsl/fem/lib..__nrf__subsys__mpsl__fem.a(mpsl_fem_api_init.c.obj)
+ .comment       0x0000000000000020       0x21 modules/nrf/drivers/mpsl/clock_control/lib..__nrf__drivers__mpsl__clock_control.a(nrfx_clock_mpsl.c.obj)
+ .comment       0x0000000000000020       0x21 modules/nrf/drivers/mpsl/flash_sync/lib..__nrf__drivers__mpsl__flash_sync.a(flash_sync_mpsl.c.obj)
+ .comment       0x0000000000000020       0x21 modules/nrf/drivers/mpsl/temp_nrf5/lib..__nrf__drivers__mpsl__temp_nrf5.a(temp_nrf5_mpsl.c.obj)
+ .comment       0x0000000000000020       0x21 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(system_nrf52833.c.obj)
+ .comment       0x0000000000000020       0x21 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_glue.c.obj)
+ .comment       0x0000000000000020       0x21 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_flag32_allocator.c.obj)
+ .comment       0x0000000000000020       0x21 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_gpiote.c.obj)
+ .comment       0x0000000000000020       0x21 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_nvmc.c.obj)
+ .comment       0x0000000000000020       0x21 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_spim.c.obj)
+ .comment       0x0000000000000020       0x21 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_twim.c.obj)
+ .comment       0x0000000000000020       0x21 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_twi_twim.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/kernel/libkernel.a(busy_wait.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/kernel/libkernel.a(device.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/kernel/libkernel.a(fatal.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/kernel/libkernel.a(init.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/kernel/libkernel.a(kheap.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/kernel/libkernel.a(mem_slab.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/kernel/libkernel.a(idle.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/kernel/libkernel.a(mutex.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/kernel/libkernel.a(queue.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/kernel/libkernel.a(sem.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/kernel/libkernel.a(system_work_q.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/kernel/libkernel.a(work.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/kernel/libkernel.a(thread.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/kernel/libkernel.a(sched.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/kernel/libkernel.a(timeslicing.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/kernel/libkernel.a(xip.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/kernel/libkernel.a(timeout.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/kernel/libkernel.a(timer.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/kernel/libkernel.a(poll.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/kernel/libkernel.a(mempool.c.obj)
+ .comment       0x0000000000000020       0x20 /opt/ncs/nrfxlib/crypto/nrf_oberon/lib/cortex-m4/soft-float/liboberon_3.0.15.a(ocrypto_ecdh_p256.c.obj)
+                                         0x21 (size before relaxing)
+ .comment       0x0000000000000040       0x21 /opt/ncs/nrfxlib/crypto/nrf_oberon/lib/cortex-m4/soft-float/liboberon_3.0.15.a(ocrypto_sc_p256.c.obj)
+ .comment       0x0000000000000040       0x21 /opt/ncs/nrfxlib/crypto/nrf_oberon/lib/cortex-m4/soft-float/liboberon_3.0.15.a(ocrypto_curve_p256.c.obj)
+ .comment       0x0000000000000040       0x21 /opt/ncs/nrfxlib/crypto/nrf_oberon/lib/cortex-m4/soft-float/liboberon_3.0.15.a(ocrypto_mod_p256.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  0x0000000000000000     0x44a8
+ *(SORT_BY_ALIGNMENT(.debug_aranges))
+ .debug_aranges
+                0x0000000000000000       0x20 zephyr/arch/arch/arm/core/libarch__arm__core.a(nmi_on_reset.S.obj)
+ .debug_aranges
+                0x0000000000000020       0x20 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(fault_s.S.obj)
+ .debug_aranges
+                0x0000000000000040       0x20 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(reset.S.obj)
+ .debug_aranges
+                0x0000000000000060       0x28 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(swap_helper.S.obj)
+ .debug_aranges
+                0x0000000000000088       0x18 zephyr/CMakeFiles/zephyr_final.dir/isr_tables.c.obj
+ .debug_aranges
+                0x00000000000000a0       0x20 zephyr/CMakeFiles/offsets.dir/./arch/arm/core/offsets/offsets.c.obj
+ .debug_aranges
+                0x00000000000000c0       0x50 app/libapp.a(main.c.obj)
+ .debug_aranges
+                0x0000000000000110       0x28 zephyr/libzephyr.a(crc8_sw.c.obj)
+ .debug_aranges
+                0x0000000000000138       0x88 zephyr/libzephyr.a(heap.c.obj)
+ .debug_aranges
+                0x00000000000001c0       0x40 zephyr/libzephyr.a(cbprintf_packaged.c.obj)
+ .debug_aranges
+                0x0000000000000200       0x60 zephyr/libzephyr.a(printk.c.obj)
+ .debug_aranges
+                0x0000000000000260       0x20 zephyr/libzephyr.a(thread_entry.c.obj)
+ .debug_aranges
+                0x0000000000000280       0x38 zephyr/libzephyr.a(cbprintf_complete.c.obj)
+ .debug_aranges
+                0x00000000000002b8       0x28 zephyr/libzephyr.a(assert.c.obj)
+ .debug_aranges
+                0x00000000000002e0       0xb0 zephyr/libzephyr.a(mpsc_pbuf.c.obj)
+ .debug_aranges
+                0x0000000000000390       0x90 zephyr/libzephyr.a(onoff.c.obj)
+ .debug_aranges
+                0x0000000000000420       0x28 zephyr/libzephyr.a(notify.c.obj)
+ .debug_aranges
+                0x0000000000000448       0x20 zephyr/libzephyr.a(configs.c.obj)
+ .debug_aranges
+                0x0000000000000468       0xc8 zephyr/libzephyr.a(nvs.c.obj)
+ .debug_aranges
+                0x0000000000000530      0x170 zephyr/libzephyr.a(log_core.c.obj)
+ .debug_aranges
+                0x00000000000006a0       0xb8 zephyr/libzephyr.a(log_mgmt.c.obj)
+ .debug_aranges
+                0x0000000000000758       0x60 zephyr/libzephyr.a(log_msg.c.obj)
+ .debug_aranges
+                0x00000000000007b8       0x78 zephyr/libzephyr.a(log_output.c.obj)
+ .debug_aranges
+                0x0000000000000830       0x48 zephyr/libzephyr.a(log_backend_uart.c.obj)
+ .debug_aranges
+                0x0000000000000878       0x68 zephyr/libzephyr.a(flash_map.c.obj)
+ .debug_aranges
+                0x00000000000008e0       0x18 zephyr/libzephyr.a(flash_map_default.c.obj)
+ .debug_aranges
+                0x00000000000008f8       0x28 zephyr/libzephyr.a(flash_map_layout.c.obj)
+ .debug_aranges
+                0x0000000000000920       0x70 zephyr/libzephyr.a(settings_store.c.obj)
+ .debug_aranges
+                0x0000000000000990       0x58 zephyr/libzephyr.a(settings.c.obj)
+ .debug_aranges
+                0x00000000000009e8       0x20 zephyr/libzephyr.a(settings_init.c.obj)
+ .debug_aranges
+                0x0000000000000a08       0x58 zephyr/libzephyr.a(settings_nvs.c.obj)
+ .debug_aranges
+                0x0000000000000a60       0x20 zephyr/libzephyr.a(banner.c.obj)
+ .debug_aranges
+                0x0000000000000a80      0x1b0 zephyr/libzephyr.a(lis2mdl_reg.c.obj)
+ .debug_aranges
+                0x0000000000000c30       0x38 zephyr/libzephyr.a(utils.c.obj)
+ .debug_aranges
+                0x0000000000000c68       0x48 zephyr/libzephyr.a(aes_encrypt.c.obj)
+ .debug_aranges
+                0x0000000000000cb0       0x48 zephyr/libzephyr.a(cmac_mode.c.obj)
+ .debug_aranges
+                0x0000000000000cf8       0x30 zephyr/arch/arch/arm/core/libarch__arm__core.a(fatal.c.obj)
+ .debug_aranges
+                0x0000000000000d28       0x20 zephyr/arch/arch/arm/core/libarch__arm__core.a(nmi.c.obj)
+ .debug_aranges
+                0x0000000000000d48       0x20 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(exc_exit.c.obj)
+ .debug_aranges
+                0x0000000000000d68       0x48 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(fault.c.obj)
+ .debug_aranges
+                0x0000000000000db0       0x28 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(scb.c.obj)
+ .debug_aranges
+                0x0000000000000dd8       0x20 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(thread_abort.c.obj)
+ .debug_aranges
+                0x0000000000000df8       0x28 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(swap.c.obj)
+ .debug_aranges
+                0x0000000000000e20       0x40 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(irq_manage.c.obj)
+ .debug_aranges
+                0x0000000000000e60       0x20 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(prep_c.c.obj)
+ .debug_aranges
+                0x0000000000000e80       0x38 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(thread.c.obj)
+ .debug_aranges
+                0x0000000000000eb8       0x30 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(cpu_idle.c.obj)
+ .debug_aranges
+                0x0000000000000ee8       0x20 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(irq_init.c.obj)
+ .debug_aranges
+                0x0000000000000f08       0x20 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(isr_wrapper.c.obj)
+ .debug_aranges
+                0x0000000000000f28      0x110 zephyr/lib/libc/newlib/liblib__libc__newlib.a(libc-hooks.c.obj)
+ .debug_aranges
+                0x0000000000001038       0x20 zephyr/lib/libc/common/liblib__libc__common.a(abort.c.obj)
+ .debug_aranges
+                0x0000000000001058       0x28 zephyr/soc/soc/nrf52833/libsoc__nordic.a(soc.c.obj)
+ .debug_aranges
+                0x0000000000001080       0xd8 zephyr/subsys/lorawan/libloramac-node.a(lorawan.c.obj)
+ .debug_aranges
+                0x0000000000001158       0x38 zephyr/subsys/lorawan/libloramac-node.a(lw_priv.c.obj)
+ .debug_aranges
+                0x0000000000001190       0x38 zephyr/subsys/lorawan/libloramac-node.a(lorawan_nvm_settings.c.obj)
+ .debug_aranges
+                0x00000000000011c8       0xa8 zephyr/subsys/lorawan/libloramac-node.a(hal_common.c.obj)
+ .debug_aranges
+                0x0000000000001270       0x78 zephyr/subsys/lorawan/libloramac-node.a(sx12xx_common.c.obj)
+ .debug_aranges
+                0x00000000000012e8       0xb8 zephyr/subsys/lorawan/libloramac-node.a(sx127x.c.obj)
+ .debug_aranges
+                0x00000000000013a0       0x70 zephyr/subsys/lorawan/libloramac-node.a(utilities.c.obj)
+ .debug_aranges
+                0x0000000000001410       0x70 zephyr/subsys/lorawan/libloramac-node.a(systime.c.obj)
+ .debug_aranges
+                0x0000000000001480       0x88 zephyr/subsys/lorawan/libloramac-node.a(timer.c.obj)
+ .debug_aranges
+                0x0000000000001508       0x28 zephyr/subsys/lorawan/libloramac-node.a(delay.c.obj)
+ .debug_aranges
+                0x0000000000001530      0x108 zephyr/subsys/lorawan/libloramac-node.a(sx1276.c.obj)
+ .debug_aranges
+                0x0000000000001638       0x40 zephyr/subsys/lorawan/libloramac-node.a(aes.c.obj)
+ .debug_aranges
+                0x0000000000001678       0x38 zephyr/subsys/lorawan/libloramac-node.a(cmac.c.obj)
+ .debug_aranges
+                0x00000000000016b0       0x90 zephyr/subsys/lorawan/libloramac-node.a(soft-se.c.obj)
+ .debug_aranges
+                0x0000000000001740       0x20 zephyr/subsys/lorawan/libloramac-node.a(soft-se-hal.c.obj)
+ .debug_aranges
+                0x0000000000001760      0x1a8 zephyr/subsys/lorawan/libloramac-node.a(LoRaMac.c.obj)
+ .debug_aranges
+                0x0000000000001908       0x20 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacAdr.c.obj)
+ .debug_aranges
+                0x0000000000001928      0x110 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacClassB.c.obj)
+ .debug_aranges
+                0x0000000000001a38       0x68 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacCommands.c.obj)
+ .debug_aranges
+                0x0000000000001aa0       0x80 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacConfirmQueue.c.obj)
+ .debug_aranges
+                0x0000000000001b20       0xd8 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacCrypto.c.obj)
+ .debug_aranges
+                0x0000000000001bf8       0x28 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacParser.c.obj)
+ .debug_aranges
+                0x0000000000001c20       0x38 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacSerializer.c.obj)
+ .debug_aranges
+                0x0000000000001c58       0xc8 zephyr/subsys/lorawan/libloramac-node.a(Region.c.obj)
+ .debug_aranges
+                0x0000000000001d20       0xb0 zephyr/subsys/lorawan/libloramac-node.a(RegionCommon.c.obj)
+ .debug_aranges
+                0x0000000000001dd0       0xc8 zephyr/subsys/lorawan/libloramac-node.a(RegionEU868.c.obj)
+ .debug_aranges
+                0x0000000000001e98       0x30 zephyr/subsys/random/libsubsys__random.a(random_xoshiro128.c.obj)
+ .debug_aranges
+                0x0000000000001ec8       0x18 zephyr/subsys/bluetooth/common/libsubsys__bluetooth__common.a(addr.c.obj)
+ .debug_aranges
+                0x0000000000001ee0       0x38 zephyr/subsys/bluetooth/common/libsubsys__bluetooth__common.a(bt_str.c.obj)
+ .debug_aranges
+                0x0000000000001f18       0x38 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(long_wq.c.obj)
+ .debug_aranges
+                0x0000000000001f50       0x38 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(uuid.c.obj)
+ .debug_aranges
+                0x0000000000001f88       0x48 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(addr.c.obj)
+ .debug_aranges
+                0x0000000000001fd0       0x28 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(buf.c.obj)
+ .debug_aranges
+                0x0000000000001ff8       0x30 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(data.c.obj)
+ .debug_aranges
+                0x0000000000002028      0x218 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+ .debug_aranges
+                0x0000000000002240       0xd0 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(id.c.obj)
+ .debug_aranges
+                0x0000000000002310       0xe8 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(adv.c.obj)
+ .debug_aranges
+                0x00000000000023f8      0x1a0 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(conn.c.obj)
+ .debug_aranges
+                0x0000000000002598       0xd8 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(l2cap.c.obj)
+ .debug_aranges
+                0x0000000000002670      0x250 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(att.c.obj)
+ .debug_aranges
+                0x00000000000028c0      0x220 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(gatt.c.obj)
+ .debug_aranges
+                0x0000000000002ae0       0x48 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(smp_null.c.obj)
+ .debug_aranges
+                0x0000000000002b28       0xf0 zephyr/subsys/net/libsubsys__net.a(buf.c.obj)
+ .debug_aranges
+                0x0000000000002c18      0x230 zephyr/subsys/net/libsubsys__net.a(buf_simple.c.obj)
+ .debug_aranges
+                0x0000000000002e48       0x48 zephyr/drivers/adc/libdrivers__adc.a(adc_nrfx_saadc.c.obj)
+ .debug_aranges
+                0x0000000000002e90       0xc0 zephyr/drivers/clock_control/libdrivers__clock_control.a(clock_control_nrf.c.obj)
+ .debug_aranges
+                0x0000000000002f50       0x30 zephyr/drivers/console/libdrivers__console.a(uart_console.c.obj)
+ .debug_aranges
+                0x0000000000002f80       0x48 zephyr/drivers/entropy/libdrivers__entropy.a(entropy_nrf5.c.obj)
+ .debug_aranges
+                0x0000000000002fc8       0x28 zephyr/drivers/entropy/libdrivers__entropy.a(entropy_bt_hci.c.obj)
+ .debug_aranges
+                0x0000000000002ff0       0x68 zephyr/drivers/flash/libdrivers__flash.a(soc_flash_nrf.c.obj)
+ .debug_aranges
+                0x0000000000003058       0x40 zephyr/drivers/flash/libdrivers__flash.a(flash_page_layout.c.obj)
+ .debug_aranges
+                0x0000000000003098       0x68 zephyr/drivers/gpio/libdrivers__gpio.a(gpio_nrfx.c.obj)
+ .debug_aranges
+                0x0000000000003100       0x20 zephyr/drivers/i2c/libdrivers__i2c.a(i2c_common.c.obj)
+ .debug_aranges
+                0x0000000000003120       0x50 zephyr/drivers/i2c/libdrivers__i2c.a(i2c_nrfx_twim.c.obj)
+ .debug_aranges
+                0x0000000000003170       0x20 zephyr/drivers/pinctrl/libdrivers__pinctrl.a(common.c.obj)
+ .debug_aranges
+                0x0000000000003190       0x28 zephyr/drivers/pinctrl/libdrivers__pinctrl.a(pinctrl_nrf.c.obj)
+ .debug_aranges
+                0x00000000000031b8       0x48 zephyr/drivers/sensor/bosch/bme280/libdrivers__sensor__bosch__bme280.a(bme280.c.obj)
+ .debug_aranges
+                0x0000000000003200       0x30 zephyr/drivers/sensor/bosch/bme280/libdrivers__sensor__bosch__bme280.a(bme280_spi.c.obj)
+ .debug_aranges
+                0x0000000000003230       0x38 zephyr/drivers/sensor/st/stmemsc/libdrivers__sensor__st__stmemsc.a(stmemsc_i2c.c.obj)
+ .debug_aranges
+                0x0000000000003268       0x20 zephyr/drivers/sensor/st/stmemsc/libdrivers__sensor__st__stmemsc.a(stmemsc_mdelay.c.obj)
+ .debug_aranges
+                0x0000000000003288       0x48 zephyr/drivers/sensor/st/lis2dh/libdrivers__sensor__st__lis2dh.a(lis2dh.c.obj)
+ .debug_aranges
+                0x00000000000032d0       0x50 zephyr/drivers/sensor/st/lis2dh/libdrivers__sensor__st__lis2dh.a(lis2dh_i2c.c.obj)
+ .debug_aranges
+                0x0000000000003320       0x70 zephyr/drivers/sensor/st/lis2mdl/libdrivers__sensor__st__lis2mdl.a(lis2mdl.c.obj)
+ .debug_aranges
+                0x0000000000003390       0x40 zephyr/drivers/sensor/st/lis2mdl/libdrivers__sensor__st__lis2mdl.a(lis2mdl_trigger.c.obj)
+ .debug_aranges
+                0x00000000000033d0       0x38 zephyr/drivers/serial/libdrivers__serial.a(uart_nrfx_uart.c.obj)
+ .debug_aranges
+                0x0000000000003408       0x78 zephyr/drivers/spi/libdrivers__spi.a(spi_nrfx_spim.c.obj)
+ .debug_aranges
+                0x0000000000003480       0x30 zephyr/drivers/spi/libdrivers__spi.a(spi_nrfx_common.c.obj)
+ .debug_aranges
+                0x00000000000034b0       0xd8 zephyr/drivers/timer/libdrivers__timer.a(nrf_rtc_timer.c.obj)
+ .debug_aranges
+                0x0000000000003588       0x28 modules/nrf/lib/multithreading_lock/lib..__nrf__lib__multithreading_lock.a(multithreading_lock.c.obj)
+ .debug_aranges
+                0x00000000000035b0       0x68 modules/nrf/subsys/bluetooth/controller/lib..__nrf__subsys__bluetooth__controller.a(hci_driver.c.obj)
+ .debug_aranges
+                0x0000000000003618       0x40 modules/nrf/subsys/bluetooth/controller/lib..__nrf__subsys__bluetooth__controller.a(hci_internal.c.obj)
+ .debug_aranges
+                0x0000000000003658       0x30 modules/nrf/subsys/bluetooth/controller/lib..__nrf__subsys__bluetooth__controller.a(crypto.c.obj)
+ .debug_aranges
+                0x0000000000003688       0x68 modules/nrf/subsys/bluetooth/controller/lib..__nrf__subsys__bluetooth__controller.a(ecdh.c.obj)
+ .debug_aranges
+                0x00000000000036f0       0x70 modules/nrf/subsys/mpsl/init/lib..__nrf__subsys__mpsl__init.a(mpsl_init.c.obj)
+ .debug_aranges
+                0x0000000000003760       0x20 modules/nrf/subsys/mpsl/fem/lib..__nrf__subsys__mpsl__fem.a(mpsl_fem_api_init.c.obj)
+ .debug_aranges
+                0x0000000000003780       0x48 modules/nrf/drivers/mpsl/clock_control/lib..__nrf__drivers__mpsl__clock_control.a(nrfx_clock_mpsl.c.obj)
+ .debug_aranges
+                0x00000000000037c8       0x50 modules/nrf/drivers/mpsl/flash_sync/lib..__nrf__drivers__mpsl__flash_sync.a(flash_sync_mpsl.c.obj)
+ .debug_aranges
+                0x0000000000003818       0x30 modules/nrf/drivers/mpsl/temp_nrf5/lib..__nrf__drivers__mpsl__temp_nrf5.a(temp_nrf5_mpsl.c.obj)
+ .debug_aranges
+                0x0000000000003848       0x38 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(system_nrf52833.c.obj)
+ .debug_aranges
+                0x0000000000003880       0x30 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_glue.c.obj)
+ .debug_aranges
+                0x00000000000038b0       0x30 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_flag32_allocator.c.obj)
+ .debug_aranges
+                0x00000000000038e0      0x188 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_gpiote.c.obj)
+ .debug_aranges
+                0x0000000000003a68       0xb0 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_nvmc.c.obj)
+ .debug_aranges
+                0x0000000000003b18       0xa0 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_spim.c.obj)
+ .debug_aranges
+                0x0000000000003bb8       0xa0 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_twim.c.obj)
+ .debug_aranges
+                0x0000000000003c58       0x30 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_twi_twim.c.obj)
+ .debug_aranges
+                0x0000000000003c88       0x20 zephyr/kernel/libkernel.a(busy_wait.c.obj)
+ .debug_aranges
+                0x0000000000003ca8       0x38 zephyr/kernel/libkernel.a(device.c.obj)
+ .debug_aranges
+                0x0000000000003ce0       0x60 zephyr/kernel/libkernel.a(fatal.c.obj)
+ .debug_aranges
+                0x0000000000003d40       0x68 zephyr/kernel/libkernel.a(init.c.obj)
+ .debug_aranges
+                0x0000000000003da8       0x40 zephyr/kernel/libkernel.a(kheap.c.obj)
+ .debug_aranges
+                0x0000000000003de8       0x48 zephyr/kernel/libkernel.a(mem_slab.c.obj)
+ .debug_aranges
+                0x0000000000003e30       0x30 zephyr/kernel/libkernel.a(idle.c.obj)
+ .debug_aranges
+                0x0000000000003e60       0x38 zephyr/kernel/libkernel.a(mutex.c.obj)
+ .debug_aranges
+                0x0000000000003e98       0x98 zephyr/kernel/libkernel.a(queue.c.obj)
+ .debug_aranges
+                0x0000000000003f30       0x38 zephyr/kernel/libkernel.a(sem.c.obj)
+ .debug_aranges
+                0x0000000000003f68       0x20 zephyr/kernel/libkernel.a(system_work_q.c.obj)
+ .debug_aranges
+                0x0000000000003f88      0x110 zephyr/kernel/libkernel.a(work.c.obj)
+ .debug_aranges
+                0x0000000000004098       0x88 zephyr/kernel/libkernel.a(thread.c.obj)
+ .debug_aranges
+                0x0000000000004120      0x188 zephyr/kernel/libkernel.a(sched.c.obj)
+ .debug_aranges
+                0x00000000000042a8       0x40 zephyr/kernel/libkernel.a(timeslicing.c.obj)
+ .debug_aranges
+                0x00000000000042e8       0x20 zephyr/kernel/libkernel.a(xip.c.obj)
+ .debug_aranges
+                0x0000000000004308       0x90 zephyr/kernel/libkernel.a(timeout.c.obj)
+ .debug_aranges
+                0x0000000000004398       0x48 zephyr/kernel/libkernel.a(timer.c.obj)
+ .debug_aranges
+                0x00000000000043e0       0xa0 zephyr/kernel/libkernel.a(poll.c.obj)
+ .debug_aranges
+                0x0000000000004480       0x28 zephyr/kernel/libkernel.a(mempool.c.obj)
+
+.debug_pubnames
+ *(SORT_BY_ALIGNMENT(.debug_pubnames))
+
+.debug_info     0x0000000000000000   0x2317cc
+ *(SORT_BY_ALIGNMENT(.debug_info) SORT_BY_ALIGNMENT(.gnu.linkonce.wi.*))
+ .debug_info    0x0000000000000000      0x189 zephyr/CMakeFiles/zephyr_final.dir/isr_tables.c.obj
+ .debug_info    0x0000000000000189       0xdc zephyr/CMakeFiles/offsets.dir/./arch/arm/core/offsets/offsets.c.obj
+ .debug_info    0x0000000000000265     0xe0cb app/libapp.a(main.c.obj)
+ .debug_info    0x000000000000e330      0x203 zephyr/libzephyr.a(crc8_sw.c.obj)
+ .debug_info    0x000000000000e533     0x2fe1 zephyr/libzephyr.a(heap.c.obj)
+ .debug_info    0x0000000000011514     0x2001 zephyr/libzephyr.a(cbprintf_packaged.c.obj)
+ .debug_info    0x0000000000013515      0x69a zephyr/libzephyr.a(printk.c.obj)
+ .debug_info    0x0000000000013baf      0x650 zephyr/libzephyr.a(thread_entry.c.obj)
+ .debug_info    0x00000000000141ff     0x101c zephyr/libzephyr.a(cbprintf_complete.c.obj)
+ .debug_info    0x000000000001521b      0x345 zephyr/libzephyr.a(assert.c.obj)
+ .debug_info    0x0000000000015560     0x2306 zephyr/libzephyr.a(mpsc_pbuf.c.obj)
+ .debug_info    0x0000000000017866     0x28f7 zephyr/libzephyr.a(onoff.c.obj)
+ .debug_info    0x000000000001a15d      0x39f zephyr/libzephyr.a(notify.c.obj)
+ .debug_info    0x000000000001a4fc       0x38 zephyr/libzephyr.a(configs.c.obj)
+ .debug_info    0x000000000001a534     0xaf76 zephyr/libzephyr.a(nvs.c.obj)
+ .debug_info    0x00000000000254aa     0x437e zephyr/libzephyr.a(log_core.c.obj)
+ .debug_info    0x0000000000029828     0x2348 zephyr/libzephyr.a(log_mgmt.c.obj)
+ .debug_info    0x000000000002bb70     0x1c64 zephyr/libzephyr.a(log_msg.c.obj)
+ .debug_info    0x000000000002d7d4     0x2189 zephyr/libzephyr.a(log_output.c.obj)
+ .debug_info    0x000000000002f95d     0x173c zephyr/libzephyr.a(log_backend_uart.c.obj)
+ .debug_info    0x0000000000031099      0xdae zephyr/libzephyr.a(flash_map.c.obj)
+ .debug_info    0x0000000000031e47      0x309 zephyr/libzephyr.a(flash_map_default.c.obj)
+ .debug_info    0x0000000000032150      0x522 zephyr/libzephyr.a(flash_map_layout.c.obj)
+ .debug_info    0x0000000000032672     0x13c4 zephyr/libzephyr.a(settings_store.c.obj)
+ .debug_info    0x0000000000033a36     0x26d0 zephyr/libzephyr.a(settings.c.obj)
+ .debug_info    0x0000000000036106      0x76a zephyr/libzephyr.a(settings_init.c.obj)
+ .debug_info    0x0000000000036870     0x1ad3 zephyr/libzephyr.a(settings_nvs.c.obj)
+ .debug_info    0x0000000000038343       0xdc zephyr/libzephyr.a(banner.c.obj)
+ .debug_info    0x000000000003841f     0x24b0 zephyr/libzephyr.a(lis2mdl_reg.c.obj)
+ .debug_info    0x000000000003a8cf      0x2b6 zephyr/libzephyr.a(utils.c.obj)
+ .debug_info    0x000000000003ab85      0x5e5 zephyr/libzephyr.a(aes_encrypt.c.obj)
+ .debug_info    0x000000000003b16a      0x697 zephyr/libzephyr.a(cmac_mode.c.obj)
+ .debug_info    0x000000000003b801     0x34bf zephyr/arch/arch/arm/core/libarch__arm__core.a(fatal.c.obj)
+ .debug_info    0x000000000003ecc0       0xb6 zephyr/arch/arch/arm/core/libarch__arm__core.a(nmi.c.obj)
+ .debug_info    0x000000000003ed76       0x23 zephyr/arch/arch/arm/core/libarch__arm__core.a(nmi_on_reset.S.obj)
+ .debug_info    0x000000000003ed99      0x785 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(exc_exit.c.obj)
+ .debug_info    0x000000000003f51e     0xcbce zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(fault.c.obj)
+ .debug_info    0x000000000004c0ec       0x23 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(fault_s.S.obj)
+ .debug_info    0x000000000004c10f       0x23 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(reset.S.obj)
+ .debug_info    0x000000000004c132      0x5b6 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(scb.c.obj)
+ .debug_info    0x000000000004c6e8      0x82c zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(thread_abort.c.obj)
+ .debug_info    0x000000000004cf14      0x9dd zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(swap.c.obj)
+ .debug_info    0x000000000004d8f1       0x22 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(swap_helper.S.obj)
+ .debug_info    0x000000000004d913      0x8e5 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(irq_manage.c.obj)
+ .debug_info    0x000000000004e1f8      0x3f6 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(prep_c.c.obj)
+ .debug_info    0x000000000004e5ee      0xa5a zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(thread.c.obj)
+ .debug_info    0x000000000004f048      0x48b zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(cpu_idle.c.obj)
+ .debug_info    0x000000000004f4d3      0x584 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(irq_init.c.obj)
+ .debug_info    0x000000000004fa57      0x1a3 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(isr_wrapper.c.obj)
+ .debug_info    0x000000000004fbfa     0x182a zephyr/lib/libc/newlib/liblib__libc__newlib.a(libc-hooks.c.obj)
+ .debug_info    0x0000000000051424      0x1bb zephyr/lib/libc/common/liblib__libc__common.a(abort.c.obj)
+ .debug_info    0x00000000000515df      0x717 zephyr/soc/soc/nrf52833/libsoc__nordic.a(soc.c.obj)
+ .debug_info    0x0000000000051cf6     0xea73 zephyr/subsys/lorawan/libloramac-node.a(lorawan.c.obj)
+ .debug_info    0x0000000000060769      0x365 zephyr/subsys/lorawan/libloramac-node.a(lw_priv.c.obj)
+ .debug_info    0x0000000000060ace     0xa0ca zephyr/subsys/lorawan/libloramac-node.a(lorawan_nvm_settings.c.obj)
+ .debug_info    0x000000000006ab98      0xec1 zephyr/subsys/lorawan/libloramac-node.a(hal_common.c.obj)
+ .debug_info    0x000000000006ba59     0x4980 zephyr/subsys/lorawan/libloramac-node.a(sx12xx_common.c.obj)
+ .debug_info    0x00000000000703d9     0x81e2 zephyr/subsys/lorawan/libloramac-node.a(sx127x.c.obj)
+ .debug_info    0x00000000000785bb      0x465 zephyr/subsys/lorawan/libloramac-node.a(utilities.c.obj)
+ .debug_info    0x0000000000078a20      0x9cd zephyr/subsys/lorawan/libloramac-node.a(systime.c.obj)
+ .debug_info    0x00000000000793ed      0x85f zephyr/subsys/lorawan/libloramac-node.a(timer.c.obj)
+ .debug_info    0x0000000000079c4c      0x161 zephyr/subsys/lorawan/libloramac-node.a(delay.c.obj)
+ .debug_info    0x0000000000079dad     0x3664 zephyr/subsys/lorawan/libloramac-node.a(sx1276.c.obj)
+ .debug_info    0x000000000007d411      0x682 zephyr/subsys/lorawan/libloramac-node.a(aes.c.obj)
+ .debug_info    0x000000000007da93      0x672 zephyr/subsys/lorawan/libloramac-node.a(cmac.c.obj)
+ .debug_info    0x000000000007e105     0x1030 zephyr/subsys/lorawan/libloramac-node.a(soft-se.c.obj)
+ .debug_info    0x000000000007f135       0xd3 zephyr/subsys/lorawan/libloramac-node.a(soft-se-hal.c.obj)
+ .debug_info    0x000000000007f208     0x8b96 zephyr/subsys/lorawan/libloramac-node.a(LoRaMac.c.obj)
+ .debug_info    0x0000000000087d9e      0x7b3 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacAdr.c.obj)
+ .debug_info    0x0000000000088551     0x1fc0 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacClassB.c.obj)
+ .debug_info    0x000000000008a511      0xa8d zephyr/subsys/lorawan/libloramac-node.a(LoRaMacCommands.c.obj)
+ .debug_info    0x000000000008af9e      0xdfc zephyr/subsys/lorawan/libloramac-node.a(LoRaMacConfirmQueue.c.obj)
+ .debug_info    0x000000000008bd9a     0x289d zephyr/subsys/lorawan/libloramac-node.a(LoRaMacCrypto.c.obj)
+ .debug_info    0x000000000008e637      0x52a zephyr/subsys/lorawan/libloramac-node.a(LoRaMacParser.c.obj)
+ .debug_info    0x000000000008eb61      0x69c zephyr/subsys/lorawan/libloramac-node.a(LoRaMacSerializer.c.obj)
+ .debug_info    0x000000000008f1fd     0x18f1 zephyr/subsys/lorawan/libloramac-node.a(Region.c.obj)
+ .debug_info    0x0000000000090aee     0x1c0f zephyr/subsys/lorawan/libloramac-node.a(RegionCommon.c.obj)
+ .debug_info    0x00000000000926fd     0x27ec zephyr/subsys/lorawan/libloramac-node.a(RegionEU868.c.obj)
+ .debug_info    0x0000000000094ee9      0x7cc zephyr/subsys/random/libsubsys__random.a(random_xoshiro128.c.obj)
+ .debug_info    0x00000000000956b5      0x156 zephyr/subsys/bluetooth/common/libsubsys__bluetooth__common.a(addr.c.obj)
+ .debug_info    0x000000000009580b      0x4fe zephyr/subsys/bluetooth/common/libsubsys__bluetooth__common.a(bt_str.c.obj)
+ .debug_info    0x0000000000095d09      0xb26 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(long_wq.c.obj)
+ .debug_info    0x000000000009682f      0x6b3 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(uuid.c.obj)
+ .debug_info    0x0000000000096ee2      0x5dd zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(addr.c.obj)
+ .debug_info    0x00000000000974bf      0xe1b zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(buf.c.obj)
+ .debug_info    0x00000000000982da     0x1c4c zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(data.c.obj)
+ .debug_info    0x0000000000099f26    0x40880 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+ .debug_info    0x00000000000da7a6     0xb5c7 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(id.c.obj)
+ .debug_info    0x00000000000e5d6d     0x8a07 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(adv.c.obj)
+ .debug_info    0x00000000000ee774    0x211ed zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(conn.c.obj)
+ .debug_info    0x000000000010f961     0xd5f4 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(l2cap.c.obj)
+ .debug_info    0x000000000011cf55    0x2fd9e zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(att.c.obj)
+ .debug_info    0x000000000014ccf3    0x1ebab zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(gatt.c.obj)
+ .debug_info    0x000000000016b89e     0x2b19 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(smp_null.c.obj)
+ .debug_info    0x000000000016e3b7     0x35e8 zephyr/subsys/net/libsubsys__net.a(buf.c.obj)
+ .debug_info    0x000000000017199f     0x3179 zephyr/subsys/net/libsubsys__net.a(buf_simple.c.obj)
+ .debug_info    0x0000000000174b18     0x6aef zephyr/drivers/adc/libdrivers__adc.a(adc_nrfx_saadc.c.obj)
+ .debug_info    0x000000000017b607     0x3ae0 zephyr/drivers/clock_control/libdrivers__clock_control.a(clock_control_nrf.c.obj)
+ .debug_info    0x000000000017f0e7      0x788 zephyr/drivers/console/libdrivers__console.a(uart_console.c.obj)
+ .debug_info    0x000000000017f86f     0x1d42 zephyr/drivers/entropy/libdrivers__entropy.a(entropy_nrf5.c.obj)
+ .debug_info    0x00000000001815b1      0x473 zephyr/drivers/entropy/libdrivers__entropy.a(entropy_bt_hci.c.obj)
+ .debug_info    0x0000000000181a24     0x41a1 zephyr/drivers/flash/libdrivers__flash.a(soc_flash_nrf.c.obj)
+ .debug_info    0x0000000000185bc5      0x70e zephyr/drivers/flash/libdrivers__flash.a(flash_page_layout.c.obj)
+ .debug_info    0x00000000001862d3     0x2732 zephyr/drivers/gpio/libdrivers__gpio.a(gpio_nrfx.c.obj)
+ .debug_info    0x0000000000188a05     0x2a24 zephyr/drivers/i2c/libdrivers__i2c.a(i2c_common.c.obj)
+ .debug_info    0x000000000018b429     0x40e4 zephyr/drivers/i2c/libdrivers__i2c.a(i2c_nrfx_twim.c.obj)
+ .debug_info    0x000000000018f50d      0x1af zephyr/drivers/pinctrl/libdrivers__pinctrl.a(common.c.obj)
+ .debug_info    0x000000000018f6bc     0x1659 zephyr/drivers/pinctrl/libdrivers__pinctrl.a(pinctrl_nrf.c.obj)
+ .debug_info    0x0000000000190d15     0x7d95 zephyr/drivers/sensor/bosch/bme280/libdrivers__sensor__bosch__bme280.a(bme280.c.obj)
+ .debug_info    0x0000000000198aaa     0x1cce zephyr/drivers/sensor/bosch/bme280/libdrivers__sensor__bosch__bme280.a(bme280_spi.c.obj)
+ .debug_info    0x000000000019a778      0xfc7 zephyr/drivers/sensor/st/stmemsc/libdrivers__sensor__st__stmemsc.a(stmemsc_i2c.c.obj)
+ .debug_info    0x000000000019b73f      0x1e4 zephyr/drivers/sensor/st/stmemsc/libdrivers__sensor__st__stmemsc.a(stmemsc_mdelay.c.obj)
+ .debug_info    0x000000000019b923     0x5eea zephyr/drivers/sensor/st/lis2dh/libdrivers__sensor__st__lis2dh.a(lis2dh.c.obj)
+ .debug_info    0x00000000001a180d     0x1faa zephyr/drivers/sensor/st/lis2dh/libdrivers__sensor__st__lis2dh.a(lis2dh_i2c.c.obj)
+ .debug_info    0x00000000001a37b7     0xa1ce zephyr/drivers/sensor/st/lis2mdl/libdrivers__sensor__st__lis2mdl.a(lis2mdl.c.obj)
+ .debug_info    0x00000000001ad985     0x39d5 zephyr/drivers/sensor/st/lis2mdl/libdrivers__sensor__st__lis2mdl.a(lis2mdl_trigger.c.obj)
+ .debug_info    0x00000000001b135a     0x16b4 zephyr/drivers/serial/libdrivers__serial.a(uart_nrfx_uart.c.obj)
+ .debug_info    0x00000000001b2a0e     0xcb69 zephyr/drivers/spi/libdrivers__spi.a(spi_nrfx_spim.c.obj)
+ .debug_info    0x00000000001bf577      0xd20 zephyr/drivers/spi/libdrivers__spi.a(spi_nrfx_common.c.obj)
+ .debug_info    0x00000000001c0297     0x32da zephyr/drivers/timer/libdrivers__timer.a(nrf_rtc_timer.c.obj)
+ .debug_info    0x00000000001c3571      0x76a modules/nrf/lib/multithreading_lock/lib..__nrf__lib__multithreading_lock.a(multithreading_lock.c.obj)
+ .debug_info    0x00000000001c3cdb     0xd3e6 modules/nrf/subsys/bluetooth/controller/lib..__nrf__subsys__bluetooth__controller.a(hci_driver.c.obj)
+ .debug_info    0x00000000001d10c1     0x560a modules/nrf/subsys/bluetooth/controller/lib..__nrf__subsys__bluetooth__controller.a(hci_internal.c.obj)
+ .debug_info    0x00000000001d66cb     0x3449 modules/nrf/subsys/bluetooth/controller/lib..__nrf__subsys__bluetooth__controller.a(crypto.c.obj)
+ .debug_info    0x00000000001d9b14     0x2597 modules/nrf/subsys/bluetooth/controller/lib..__nrf__subsys__bluetooth__controller.a(ecdh.c.obj)
+ .debug_info    0x00000000001dc0ab     0x21c2 modules/nrf/subsys/mpsl/init/lib..__nrf__subsys__mpsl__init.a(mpsl_init.c.obj)
+ .debug_info    0x00000000001de26d      0x1fe modules/nrf/subsys/mpsl/fem/lib..__nrf__subsys__mpsl__fem.a(mpsl_fem_api_init.c.obj)
+ .debug_info    0x00000000001de46b      0x35e modules/nrf/drivers/mpsl/clock_control/lib..__nrf__drivers__mpsl__clock_control.a(nrfx_clock_mpsl.c.obj)
+ .debug_info    0x00000000001de7c9     0x364e modules/nrf/drivers/mpsl/flash_sync/lib..__nrf__drivers__mpsl__flash_sync.a(flash_sync_mpsl.c.obj)
+ .debug_info    0x00000000001e1e17     0x2711 modules/nrf/drivers/mpsl/temp_nrf5/lib..__nrf__drivers__mpsl__temp_nrf5.a(temp_nrf5_mpsl.c.obj)
+ .debug_info    0x00000000001e4528     0x1195 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(system_nrf52833.c.obj)
+ .debug_info    0x00000000001e56bd      0x25d modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_glue.c.obj)
+ .debug_info    0x00000000001e591a      0x354 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_flag32_allocator.c.obj)
+ .debug_info    0x00000000001e5c6e     0x8f5a modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_gpiote.c.obj)
+ .debug_info    0x00000000001eebc8     0x1aca modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_nvmc.c.obj)
+ .debug_info    0x00000000001f0692     0x787a modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_spim.c.obj)
+ .debug_info    0x00000000001f7f0c     0xfda3 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_twim.c.obj)
+ .debug_info    0x0000000000207caf      0xa23 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_twi_twim.c.obj)
+ .debug_info    0x00000000002086d2       0xe3 zephyr/kernel/libkernel.a(busy_wait.c.obj)
+ .debug_info    0x00000000002087b5      0x343 zephyr/kernel/libkernel.a(device.c.obj)
+ .debug_info    0x0000000000208af8     0x2ef9 zephyr/kernel/libkernel.a(fatal.c.obj)
+ .debug_info    0x000000000020b9f1     0x2066 zephyr/kernel/libkernel.a(init.c.obj)
+ .debug_info    0x000000000020da57      0xd6f zephyr/kernel/libkernel.a(kheap.c.obj)
+ .debug_info    0x000000000020e7c6     0x124e zephyr/kernel/libkernel.a(mem_slab.c.obj)
+ .debug_info    0x000000000020fa14      0x30f zephyr/kernel/libkernel.a(idle.c.obj)
+ .debug_info    0x000000000020fd23     0x6495 zephyr/kernel/libkernel.a(mutex.c.obj)
+ .debug_info    0x00000000002161b8     0x28a3 zephyr/kernel/libkernel.a(queue.c.obj)
+ .debug_info    0x0000000000218a5b      0xf0c zephyr/kernel/libkernel.a(sem.c.obj)
+ .debug_info    0x0000000000219967      0x8d2 zephyr/kernel/libkernel.a(system_work_q.c.obj)
+ .debug_info    0x000000000021a239     0x57d9 zephyr/kernel/libkernel.a(work.c.obj)
+ .debug_info    0x000000000021fa12     0x2499 zephyr/kernel/libkernel.a(thread.c.obj)
+ .debug_info    0x0000000000221eab     0x78c1 zephyr/kernel/libkernel.a(sched.c.obj)
+ .debug_info    0x000000000022976c      0xf73 zephyr/kernel/libkernel.a(timeslicing.c.obj)
+ .debug_info    0x000000000022a6df      0x142 zephyr/kernel/libkernel.a(xip.c.obj)
+ .debug_info    0x000000000022a821     0x1be4 zephyr/kernel/libkernel.a(timeout.c.obj)
+ .debug_info    0x000000000022c405     0x1728 zephyr/kernel/libkernel.a(timer.c.obj)
+ .debug_info    0x000000000022db2d     0x344b zephyr/kernel/libkernel.a(poll.c.obj)
+ .debug_info    0x0000000000230f78      0x854 zephyr/kernel/libkernel.a(mempool.c.obj)
+
+.debug_abbrev   0x0000000000000000    0x26715
+ *(SORT_BY_ALIGNMENT(.debug_abbrev))
+ .debug_abbrev  0x0000000000000000      0x118 zephyr/CMakeFiles/zephyr_final.dir/isr_tables.c.obj
+ .debug_abbrev  0x0000000000000118       0x62 zephyr/CMakeFiles/offsets.dir/./arch/arm/core/offsets/offsets.c.obj
+ .debug_abbrev  0x000000000000017a      0x685 app/libapp.a(main.c.obj)
+ .debug_abbrev  0x00000000000007ff       0xdc zephyr/libzephyr.a(crc8_sw.c.obj)
+ .debug_abbrev  0x00000000000008db      0x434 zephyr/libzephyr.a(heap.c.obj)
+ .debug_abbrev  0x0000000000000d0f      0x54e zephyr/libzephyr.a(cbprintf_packaged.c.obj)
+ .debug_abbrev  0x000000000000125d      0x345 zephyr/libzephyr.a(printk.c.obj)
+ .debug_abbrev  0x00000000000015a2      0x25a zephyr/libzephyr.a(thread_entry.c.obj)
+ .debug_abbrev  0x00000000000017fc      0x3c5 zephyr/libzephyr.a(cbprintf_complete.c.obj)
+ .debug_abbrev  0x0000000000001bc1      0x21a zephyr/libzephyr.a(assert.c.obj)
+ .debug_abbrev  0x0000000000001ddb      0x5d9 zephyr/libzephyr.a(mpsc_pbuf.c.obj)
+ .debug_abbrev  0x00000000000023b4      0x551 zephyr/libzephyr.a(onoff.c.obj)
+ .debug_abbrev  0x0000000000002905      0x227 zephyr/libzephyr.a(notify.c.obj)
+ .debug_abbrev  0x0000000000002b2c       0x2e zephyr/libzephyr.a(configs.c.obj)
+ .debug_abbrev  0x0000000000002b5a      0x6cb zephyr/libzephyr.a(nvs.c.obj)
+ .debug_abbrev  0x0000000000003225      0x960 zephyr/libzephyr.a(log_core.c.obj)
+ .debug_abbrev  0x0000000000003b85      0x65c zephyr/libzephyr.a(log_mgmt.c.obj)
+ .debug_abbrev  0x00000000000041e1      0x59c zephyr/libzephyr.a(log_msg.c.obj)
+ .debug_abbrev  0x000000000000477d      0x5e7 zephyr/libzephyr.a(log_output.c.obj)
+ .debug_abbrev  0x0000000000004d64      0x496 zephyr/libzephyr.a(log_backend_uart.c.obj)
+ .debug_abbrev  0x00000000000051fa      0x315 zephyr/libzephyr.a(flash_map.c.obj)
+ .debug_abbrev  0x000000000000550f      0x128 zephyr/libzephyr.a(flash_map_default.c.obj)
+ .debug_abbrev  0x0000000000005637      0x264 zephyr/libzephyr.a(flash_map_layout.c.obj)
+ .debug_abbrev  0x000000000000589b      0x3e7 zephyr/libzephyr.a(settings_store.c.obj)
+ .debug_abbrev  0x0000000000005c82      0x5d8 zephyr/libzephyr.a(settings.c.obj)
+ .debug_abbrev  0x000000000000625a      0x285 zephyr/libzephyr.a(settings_init.c.obj)
+ .debug_abbrev  0x00000000000064df      0x436 zephyr/libzephyr.a(settings_nvs.c.obj)
+ .debug_abbrev  0x0000000000006915       0x9c zephyr/libzephyr.a(banner.c.obj)
+ .debug_abbrev  0x00000000000069b1      0x282 zephyr/libzephyr.a(lis2mdl_reg.c.obj)
+ .debug_abbrev  0x0000000000006c33      0x15c zephyr/libzephyr.a(utils.c.obj)
+ .debug_abbrev  0x0000000000006d8f      0x200 zephyr/libzephyr.a(aes_encrypt.c.obj)
+ .debug_abbrev  0x0000000000006f8f      0x230 zephyr/libzephyr.a(cmac_mode.c.obj)
+ .debug_abbrev  0x00000000000071bf      0x3c2 zephyr/arch/arch/arm/core/libarch__arm__core.a(fatal.c.obj)
+ .debug_abbrev  0x0000000000007581       0x70 zephyr/arch/arch/arm/core/libarch__arm__core.a(nmi.c.obj)
+ .debug_abbrev  0x00000000000075f1       0x14 zephyr/arch/arch/arm/core/libarch__arm__core.a(nmi_on_reset.S.obj)
+ .debug_abbrev  0x0000000000007605      0x17f zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(exc_exit.c.obj)
+ .debug_abbrev  0x0000000000007784      0x4f9 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(fault.c.obj)
+ .debug_abbrev  0x0000000000007c7d       0x14 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(fault_s.S.obj)
+ .debug_abbrev  0x0000000000007c91       0x14 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(reset.S.obj)
+ .debug_abbrev  0x0000000000007ca5      0x1dd zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(scb.c.obj)
+ .debug_abbrev  0x0000000000007e82      0x227 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(thread_abort.c.obj)
+ .debug_abbrev  0x00000000000080a9      0x2b0 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(swap.c.obj)
+ .debug_abbrev  0x0000000000008359       0x12 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(swap_helper.S.obj)
+ .debug_abbrev  0x000000000000836b      0x267 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(irq_manage.c.obj)
+ .debug_abbrev  0x00000000000085d2      0x17d zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(prep_c.c.obj)
+ .debug_abbrev  0x000000000000874f      0x352 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(thread.c.obj)
+ .debug_abbrev  0x0000000000008aa1      0x16f zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(cpu_idle.c.obj)
+ .debug_abbrev  0x0000000000008c10      0x168 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(irq_init.c.obj)
+ .debug_abbrev  0x0000000000008d78      0x136 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(isr_wrapper.c.obj)
+ .debug_abbrev  0x0000000000008eae      0x66e zephyr/lib/libc/newlib/liblib__libc__newlib.a(libc-hooks.c.obj)
+ .debug_abbrev  0x000000000000951c      0x14d zephyr/lib/libc/common/liblib__libc__common.a(abort.c.obj)
+ .debug_abbrev  0x0000000000009669      0x2cf zephyr/soc/soc/nrf52833/libsoc__nordic.a(soc.c.obj)
+ .debug_abbrev  0x0000000000009938      0x784 zephyr/subsys/lorawan/libloramac-node.a(lorawan.c.obj)
+ .debug_abbrev  0x000000000000a0bc       0xe9 zephyr/subsys/lorawan/libloramac-node.a(lw_priv.c.obj)
+ .debug_abbrev  0x000000000000a1a5      0x558 zephyr/subsys/lorawan/libloramac-node.a(lorawan_nvm_settings.c.obj)
+ .debug_abbrev  0x000000000000a6fd      0x4c6 zephyr/subsys/lorawan/libloramac-node.a(hal_common.c.obj)
+ .debug_abbrev  0x000000000000abc3      0x69e zephyr/subsys/lorawan/libloramac-node.a(sx12xx_common.c.obj)
+ .debug_abbrev  0x000000000000b261      0x745 zephyr/subsys/lorawan/libloramac-node.a(sx127x.c.obj)
+ .debug_abbrev  0x000000000000b9a6      0x14b zephyr/subsys/lorawan/libloramac-node.a(utilities.c.obj)
+ .debug_abbrev  0x000000000000baf1      0x318 zephyr/subsys/lorawan/libloramac-node.a(systime.c.obj)
+ .debug_abbrev  0x000000000000be09      0x36c zephyr/subsys/lorawan/libloramac-node.a(timer.c.obj)
+ .debug_abbrev  0x000000000000c175      0x11d zephyr/subsys/lorawan/libloramac-node.a(delay.c.obj)
+ .debug_abbrev  0x000000000000c292      0x45d zephyr/subsys/lorawan/libloramac-node.a(sx1276.c.obj)
+ .debug_abbrev  0x000000000000c6ef      0x244 zephyr/subsys/lorawan/libloramac-node.a(aes.c.obj)
+ .debug_abbrev  0x000000000000c933      0x1d5 zephyr/subsys/lorawan/libloramac-node.a(cmac.c.obj)
+ .debug_abbrev  0x000000000000cb08      0x400 zephyr/subsys/lorawan/libloramac-node.a(soft-se.c.obj)
+ .debug_abbrev  0x000000000000cf08       0xa6 zephyr/subsys/lorawan/libloramac-node.a(soft-se-hal.c.obj)
+ .debug_abbrev  0x000000000000cfae      0x69e zephyr/subsys/lorawan/libloramac-node.a(LoRaMac.c.obj)
+ .debug_abbrev  0x000000000000d64c      0x1e9 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacAdr.c.obj)
+ .debug_abbrev  0x000000000000d835      0x378 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacClassB.c.obj)
+ .debug_abbrev  0x000000000000dbad      0x324 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacCommands.c.obj)
+ .debug_abbrev  0x000000000000ded1      0x396 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacConfirmQueue.c.obj)
+ .debug_abbrev  0x000000000000e267      0x4bd zephyr/subsys/lorawan/libloramac-node.a(LoRaMacCrypto.c.obj)
+ .debug_abbrev  0x000000000000e724      0x20a zephyr/subsys/lorawan/libloramac-node.a(LoRaMacParser.c.obj)
+ .debug_abbrev  0x000000000000e92e      0x20a zephyr/subsys/lorawan/libloramac-node.a(LoRaMacSerializer.c.obj)
+ .debug_abbrev  0x000000000000eb38      0x23d zephyr/subsys/lorawan/libloramac-node.a(Region.c.obj)
+ .debug_abbrev  0x000000000000ed75      0x4a1 zephyr/subsys/lorawan/libloramac-node.a(RegionCommon.c.obj)
+ .debug_abbrev  0x000000000000f216      0x47e zephyr/subsys/lorawan/libloramac-node.a(RegionEU868.c.obj)
+ .debug_abbrev  0x000000000000f694      0x3e8 zephyr/subsys/random/libsubsys__random.a(random_xoshiro128.c.obj)
+ .debug_abbrev  0x000000000000fa7c       0xa1 zephyr/subsys/bluetooth/common/libsubsys__bluetooth__common.a(addr.c.obj)
+ .debug_abbrev  0x000000000000fb1d      0x1ee zephyr/subsys/bluetooth/common/libsubsys__bluetooth__common.a(bt_str.c.obj)
+ .debug_abbrev  0x000000000000fd0b      0x2eb zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(long_wq.c.obj)
+ .debug_abbrev  0x000000000000fff6      0x2a9 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(uuid.c.obj)
+ .debug_abbrev  0x000000000001029f      0x21a zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(addr.c.obj)
+ .debug_abbrev  0x00000000000104b9      0x3cf zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(buf.c.obj)
+ .debug_abbrev  0x0000000000010888      0x38b zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(data.c.obj)
+ .debug_abbrev  0x0000000000010c13      0xa46 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+ .debug_abbrev  0x0000000000011659      0x7b6 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(id.c.obj)
+ .debug_abbrev  0x0000000000011e0f      0x7bb zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(adv.c.obj)
+ .debug_abbrev  0x00000000000125ca      0x95a zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(conn.c.obj)
+ .debug_abbrev  0x0000000000012f24      0x84b zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(l2cap.c.obj)
+ .debug_abbrev  0x000000000001376f      0x890 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(att.c.obj)
+ .debug_abbrev  0x0000000000013fff      0x8d6 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(gatt.c.obj)
+ .debug_abbrev  0x00000000000148d5      0x551 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(smp_null.c.obj)
+ .debug_abbrev  0x0000000000014e26      0x7fa zephyr/subsys/net/libsubsys__net.a(buf.c.obj)
+ .debug_abbrev  0x0000000000015620      0x454 zephyr/subsys/net/libsubsys__net.a(buf_simple.c.obj)
+ .debug_abbrev  0x0000000000015a74      0x68b zephyr/drivers/adc/libdrivers__adc.a(adc_nrfx_saadc.c.obj)
+ .debug_abbrev  0x00000000000160ff      0x7b1 zephyr/drivers/clock_control/libdrivers__clock_control.a(clock_control_nrf.c.obj)
+ .debug_abbrev  0x00000000000168b0      0x399 zephyr/drivers/console/libdrivers__console.a(uart_console.c.obj)
+ .debug_abbrev  0x0000000000016c49      0x5bf zephyr/drivers/entropy/libdrivers__entropy.a(entropy_nrf5.c.obj)
+ .debug_abbrev  0x0000000000017208      0x23b zephyr/drivers/entropy/libdrivers__entropy.a(entropy_bt_hci.c.obj)
+ .debug_abbrev  0x0000000000017443      0x6fc zephyr/drivers/flash/libdrivers__flash.a(soc_flash_nrf.c.obj)
+ .debug_abbrev  0x0000000000017b3f      0x1cc zephyr/drivers/flash/libdrivers__flash.a(flash_page_layout.c.obj)
+ .debug_abbrev  0x0000000000017d0b      0x5c5 zephyr/drivers/gpio/libdrivers__gpio.a(gpio_nrfx.c.obj)
+ .debug_abbrev  0x00000000000182d0      0x219 zephyr/drivers/i2c/libdrivers__i2c.a(i2c_common.c.obj)
+ .debug_abbrev  0x00000000000184e9      0x685 zephyr/drivers/i2c/libdrivers__i2c.a(i2c_nrfx_twim.c.obj)
+ .debug_abbrev  0x0000000000018b6e       0xd0 zephyr/drivers/pinctrl/libdrivers__pinctrl.a(common.c.obj)
+ .debug_abbrev  0x0000000000018c3e      0x2d0 zephyr/drivers/pinctrl/libdrivers__pinctrl.a(pinctrl_nrf.c.obj)
+ .debug_abbrev  0x0000000000018f0e      0x548 zephyr/drivers/sensor/bosch/bme280/libdrivers__sensor__bosch__bme280.a(bme280.c.obj)
+ .debug_abbrev  0x0000000000019456      0x392 zephyr/drivers/sensor/bosch/bme280/libdrivers__sensor__bosch__bme280.a(bme280_spi.c.obj)
+ .debug_abbrev  0x00000000000197e8      0x2a7 zephyr/drivers/sensor/st/stmemsc/libdrivers__sensor__st__stmemsc.a(stmemsc_i2c.c.obj)
+ .debug_abbrev  0x0000000000019a8f      0x152 zephyr/drivers/sensor/st/stmemsc/libdrivers__sensor__st__stmemsc.a(stmemsc_mdelay.c.obj)
+ .debug_abbrev  0x0000000000019be1      0x635 zephyr/drivers/sensor/st/lis2dh/libdrivers__sensor__st__lis2dh.a(lis2dh.c.obj)
+ .debug_abbrev  0x000000000001a216      0x471 zephyr/drivers/sensor/st/lis2dh/libdrivers__sensor__st__lis2dh.a(lis2dh_i2c.c.obj)
+ .debug_abbrev  0x000000000001a687      0x62c zephyr/drivers/sensor/st/lis2mdl/libdrivers__sensor__st__lis2mdl.a(lis2mdl.c.obj)
+ .debug_abbrev  0x000000000001acb3      0x590 zephyr/drivers/sensor/st/lis2mdl/libdrivers__sensor__st__lis2mdl.a(lis2mdl_trigger.c.obj)
+ .debug_abbrev  0x000000000001b243      0x54d zephyr/drivers/serial/libdrivers__serial.a(uart_nrfx_uart.c.obj)
+ .debug_abbrev  0x000000000001b790      0x739 zephyr/drivers/spi/libdrivers__spi.a(spi_nrfx_spim.c.obj)
+ .debug_abbrev  0x000000000001bec9      0x398 zephyr/drivers/spi/libdrivers__spi.a(spi_nrfx_common.c.obj)
+ .debug_abbrev  0x000000000001c261      0x6d0 zephyr/drivers/timer/libdrivers__timer.a(nrf_rtc_timer.c.obj)
+ .debug_abbrev  0x000000000001c931      0x27b modules/nrf/lib/multithreading_lock/lib..__nrf__lib__multithreading_lock.a(multithreading_lock.c.obj)
+ .debug_abbrev  0x000000000001cbac      0x6ff modules/nrf/subsys/bluetooth/controller/lib..__nrf__subsys__bluetooth__controller.a(hci_driver.c.obj)
+ .debug_abbrev  0x000000000001d2ab      0x4ea modules/nrf/subsys/bluetooth/controller/lib..__nrf__subsys__bluetooth__controller.a(hci_internal.c.obj)
+ .debug_abbrev  0x000000000001d795      0x355 modules/nrf/subsys/bluetooth/controller/lib..__nrf__subsys__bluetooth__controller.a(crypto.c.obj)
+ .debug_abbrev  0x000000000001daea      0x624 modules/nrf/subsys/bluetooth/controller/lib..__nrf__subsys__bluetooth__controller.a(ecdh.c.obj)
+ .debug_abbrev  0x000000000001e10e      0x6f0 modules/nrf/subsys/mpsl/init/lib..__nrf__subsys__mpsl__init.a(mpsl_init.c.obj)
+ .debug_abbrev  0x000000000001e7fe      0x160 modules/nrf/subsys/mpsl/fem/lib..__nrf__subsys__mpsl__fem.a(mpsl_fem_api_init.c.obj)
+ .debug_abbrev  0x000000000001e95e      0x1bb modules/nrf/drivers/mpsl/clock_control/lib..__nrf__drivers__mpsl__clock_control.a(nrfx_clock_mpsl.c.obj)
+ .debug_abbrev  0x000000000001eb19      0x545 modules/nrf/drivers/mpsl/flash_sync/lib..__nrf__drivers__mpsl__flash_sync.a(flash_sync_mpsl.c.obj)
+ .debug_abbrev  0x000000000001f05e      0x322 modules/nrf/drivers/mpsl/temp_nrf5/lib..__nrf__drivers__mpsl__temp_nrf5.a(temp_nrf5_mpsl.c.obj)
+ .debug_abbrev  0x000000000001f380      0x256 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(system_nrf52833.c.obj)
+ .debug_abbrev  0x000000000001f5d6      0x155 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_glue.c.obj)
+ .debug_abbrev  0x000000000001f72b      0x10b modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_flag32_allocator.c.obj)
+ .debug_abbrev  0x000000000001f836      0x61b modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_gpiote.c.obj)
+ .debug_abbrev  0x000000000001fe51      0x48d modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_nvmc.c.obj)
+ .debug_abbrev  0x00000000000202de      0x5e9 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_spim.c.obj)
+ .debug_abbrev  0x00000000000208c7      0x5a0 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_twim.c.obj)
+ .debug_abbrev  0x0000000000020e67      0x2ec modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_twi_twim.c.obj)
+ .debug_abbrev  0x0000000000021153       0x9d zephyr/kernel/libkernel.a(busy_wait.c.obj)
+ .debug_abbrev  0x00000000000211f0      0x1bc zephyr/kernel/libkernel.a(device.c.obj)
+ .debug_abbrev  0x00000000000213ac      0x517 zephyr/kernel/libkernel.a(fatal.c.obj)
+ .debug_abbrev  0x00000000000218c3      0x743 zephyr/kernel/libkernel.a(init.c.obj)
+ .debug_abbrev  0x0000000000022006      0x451 zephyr/kernel/libkernel.a(kheap.c.obj)
+ .debug_abbrev  0x0000000000022457      0x510 zephyr/kernel/libkernel.a(mem_slab.c.obj)
+ .debug_abbrev  0x0000000000022967      0x1fc zephyr/kernel/libkernel.a(idle.c.obj)
+ .debug_abbrev  0x0000000000022b63      0x49e zephyr/kernel/libkernel.a(mutex.c.obj)
+ .debug_abbrev  0x0000000000023001      0x530 zephyr/kernel/libkernel.a(queue.c.obj)
+ .debug_abbrev  0x0000000000023531      0x427 zephyr/kernel/libkernel.a(sem.c.obj)
+ .debug_abbrev  0x0000000000023958      0x264 zephyr/kernel/libkernel.a(system_work_q.c.obj)
+ .debug_abbrev  0x0000000000023bbc      0x6b0 zephyr/kernel/libkernel.a(work.c.obj)
+ .debug_abbrev  0x000000000002426c      0x54e zephyr/kernel/libkernel.a(thread.c.obj)
+ .debug_abbrev  0x00000000000247ba      0x6cc zephyr/kernel/libkernel.a(sched.c.obj)
+ .debug_abbrev  0x0000000000024e86      0x42f zephyr/kernel/libkernel.a(timeslicing.c.obj)
+ .debug_abbrev  0x00000000000252b5       0xbe zephyr/kernel/libkernel.a(xip.c.obj)
+ .debug_abbrev  0x0000000000025373      0x524 zephyr/kernel/libkernel.a(timeout.c.obj)
+ .debug_abbrev  0x0000000000025897      0x4eb zephyr/kernel/libkernel.a(timer.c.obj)
+ .debug_abbrev  0x0000000000025d82      0x6a3 zephyr/kernel/libkernel.a(poll.c.obj)
+ .debug_abbrev  0x0000000000026425      0x2f0 zephyr/kernel/libkernel.a(mempool.c.obj)
+
+.debug_line     0x0000000000000000    0x67ef0
+ *(SORT_BY_ALIGNMENT(.debug_line) SORT_BY_ALIGNMENT(.debug_line.*) SORT_BY_ALIGNMENT(.debug_line_end))
+ .debug_line    0x0000000000000000      0x167 zephyr/CMakeFiles/zephyr_final.dir/isr_tables.c.obj
+ .debug_line    0x0000000000000167       0xff zephyr/CMakeFiles/offsets.dir/./arch/arm/core/offsets/offsets.c.obj
+ .debug_line    0x0000000000000266     0x122e app/libapp.a(main.c.obj)
+ .debug_line    0x0000000000001494      0x291 zephyr/libzephyr.a(crc8_sw.c.obj)
+ .debug_line    0x0000000000001725     0x112f zephyr/libzephyr.a(heap.c.obj)
+ .debug_line    0x0000000000002854     0x1129 zephyr/libzephyr.a(cbprintf_packaged.c.obj)
+ .debug_line    0x000000000000397d      0x41a zephyr/libzephyr.a(printk.c.obj)
+ .debug_line    0x0000000000003d97      0x347 zephyr/libzephyr.a(thread_entry.c.obj)
+ .debug_line    0x00000000000040de      0xc82 zephyr/libzephyr.a(cbprintf_complete.c.obj)
+ .debug_line    0x0000000000004d60      0x2ea zephyr/libzephyr.a(assert.c.obj)
+ .debug_line    0x000000000000504a     0x17ff zephyr/libzephyr.a(mpsc_pbuf.c.obj)
+ .debug_line    0x0000000000006849     0x1638 zephyr/libzephyr.a(onoff.c.obj)
+ .debug_line    0x0000000000007e81      0x2ef zephyr/libzephyr.a(notify.c.obj)
+ .debug_line    0x0000000000008170      0x42e zephyr/libzephyr.a(configs.c.obj)
+ .debug_line    0x000000000000859e     0x1a36 zephyr/libzephyr.a(nvs.c.obj)
+ .debug_line    0x0000000000009fd4     0x1525 zephyr/libzephyr.a(log_core.c.obj)
+ .debug_line    0x000000000000b4f9      0xbfe zephyr/libzephyr.a(log_mgmt.c.obj)
+ .debug_line    0x000000000000c0f7      0x838 zephyr/libzephyr.a(log_msg.c.obj)
+ .debug_line    0x000000000000c92f      0xaed zephyr/libzephyr.a(log_output.c.obj)
+ .debug_line    0x000000000000d41c      0x569 zephyr/libzephyr.a(log_backend_uart.c.obj)
+ .debug_line    0x000000000000d985      0x63b zephyr/libzephyr.a(flash_map.c.obj)
+ .debug_line    0x000000000000dfc0      0x1ff zephyr/libzephyr.a(flash_map_default.c.obj)
+ .debug_line    0x000000000000e1bf      0x335 zephyr/libzephyr.a(flash_map_layout.c.obj)
+ .debug_line    0x000000000000e4f4      0x870 zephyr/libzephyr.a(settings_store.c.obj)
+ .debug_line    0x000000000000ed64      0xaaf zephyr/libzephyr.a(settings.c.obj)
+ .debug_line    0x000000000000f813      0x37f zephyr/libzephyr.a(settings_init.c.obj)
+ .debug_line    0x000000000000fb92      0x887 zephyr/libzephyr.a(settings_nvs.c.obj)
+ .debug_line    0x0000000000010419       0x9f zephyr/libzephyr.a(banner.c.obj)
+ .debug_line    0x00000000000104b8      0xd98 zephyr/libzephyr.a(lis2mdl_reg.c.obj)
+ .debug_line    0x0000000000011250      0x280 zephyr/libzephyr.a(utils.c.obj)
+ .debug_line    0x00000000000114d0      0x537 zephyr/libzephyr.a(aes_encrypt.c.obj)
+ .debug_line    0x0000000000011a07      0x499 zephyr/libzephyr.a(cmac_mode.c.obj)
+ .debug_line    0x0000000000011ea0      0x5cc zephyr/arch/arch/arm/core/libarch__arm__core.a(fatal.c.obj)
+ .debug_line    0x000000000001246c       0x99 zephyr/arch/arch/arm/core/libarch__arm__core.a(nmi.c.obj)
+ .debug_line    0x0000000000012505       0x5e zephyr/arch/arch/arm/core/libarch__arm__core.a(nmi_on_reset.S.obj)
+ .debug_line    0x0000000000012563      0x2d0 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(exc_exit.c.obj)
+ .debug_line    0x0000000000012833      0xe29 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(fault.c.obj)
+ .debug_line    0x000000000001365c       0x6b zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(fault_s.S.obj)
+ .debug_line    0x00000000000136c7       0x82 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(reset.S.obj)
+ .debug_line    0x0000000000013749      0x3f9 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(scb.c.obj)
+ .debug_line    0x0000000000013b42      0x377 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(thread_abort.c.obj)
+ .debug_line    0x0000000000013eb9      0x406 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(swap.c.obj)
+ .debug_line    0x00000000000142bf       0xa3 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(swap_helper.S.obj)
+ .debug_line    0x0000000000014362      0x34f zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(irq_manage.c.obj)
+ .debug_line    0x00000000000146b1      0x2c1 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(prep_c.c.obj)
+ .debug_line    0x0000000000014972      0x4c9 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(thread.c.obj)
+ .debug_line    0x0000000000014e3b      0x2f1 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(cpu_idle.c.obj)
+ .debug_line    0x000000000001512c      0x211 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(irq_init.c.obj)
+ .debug_line    0x000000000001533d      0x215 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(isr_wrapper.c.obj)
+ .debug_line    0x0000000000015552      0xa21 zephyr/lib/libc/newlib/liblib__libc__newlib.a(libc-hooks.c.obj)
+ .debug_line    0x0000000000015f73      0x289 zephyr/lib/libc/common/liblib__libc__common.a(abort.c.obj)
+ .debug_line    0x00000000000161fc      0x27e zephyr/soc/soc/nrf52833/libsoc__nordic.a(soc.c.obj)
+ .debug_line    0x000000000001647a     0x18c2 zephyr/subsys/lorawan/libloramac-node.a(lorawan.c.obj)
+ .debug_line    0x0000000000017d3c      0x24c zephyr/subsys/lorawan/libloramac-node.a(lw_priv.c.obj)
+ .debug_line    0x0000000000017f88      0xb34 zephyr/subsys/lorawan/libloramac-node.a(lorawan_nvm_settings.c.obj)
+ .debug_line    0x0000000000018abc      0x6b7 zephyr/subsys/lorawan/libloramac-node.a(hal_common.c.obj)
+ .debug_line    0x0000000000019173      0xd9d zephyr/subsys/lorawan/libloramac-node.a(sx12xx_common.c.obj)
+ .debug_line    0x0000000000019f10      0xef3 zephyr/subsys/lorawan/libloramac-node.a(sx127x.c.obj)
+ .debug_line    0x000000000001ae03      0x390 zephyr/subsys/lorawan/libloramac-node.a(utilities.c.obj)
+ .debug_line    0x000000000001b193      0x78c zephyr/subsys/lorawan/libloramac-node.a(systime.c.obj)
+ .debug_line    0x000000000001b91f      0x637 zephyr/subsys/lorawan/libloramac-node.a(timer.c.obj)
+ .debug_line    0x000000000001bf56      0x186 zephyr/subsys/lorawan/libloramac-node.a(delay.c.obj)
+ .debug_line    0x000000000001c0dc     0x172e zephyr/subsys/lorawan/libloramac-node.a(sx1276.c.obj)
+ .debug_line    0x000000000001d80a      0x81d zephyr/subsys/lorawan/libloramac-node.a(aes.c.obj)
+ .debug_line    0x000000000001e027      0x4bc zephyr/subsys/lorawan/libloramac-node.a(cmac.c.obj)
+ .debug_line    0x000000000001e4e3      0x6fa zephyr/subsys/lorawan/libloramac-node.a(soft-se.c.obj)
+ .debug_line    0x000000000001ebdd      0x167 zephyr/subsys/lorawan/libloramac-node.a(soft-se-hal.c.obj)
+ .debug_line    0x000000000001ed44     0x4521 zephyr/subsys/lorawan/libloramac-node.a(LoRaMac.c.obj)
+ .debug_line    0x0000000000023265      0x318 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacAdr.c.obj)
+ .debug_line    0x000000000002357d      0x4c8 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacClassB.c.obj)
+ .debug_line    0x0000000000023a45      0x61c zephyr/subsys/lorawan/libloramac-node.a(LoRaMacCommands.c.obj)
+ .debug_line    0x0000000000024061      0x6bb zephyr/subsys/lorawan/libloramac-node.a(LoRaMacConfirmQueue.c.obj)
+ .debug_line    0x000000000002471c     0x12c8 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacCrypto.c.obj)
+ .debug_line    0x00000000000259e4      0x3b0 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacParser.c.obj)
+ .debug_line    0x0000000000025d94      0x561 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacSerializer.c.obj)
+ .debug_line    0x00000000000262f5      0x616 zephyr/subsys/lorawan/libloramac-node.a(Region.c.obj)
+ .debug_line    0x000000000002690b      0xb6f zephyr/subsys/lorawan/libloramac-node.a(RegionCommon.c.obj)
+ .debug_line    0x000000000002747a      0xf19 zephyr/subsys/lorawan/libloramac-node.a(RegionEU868.c.obj)
+ .debug_line    0x0000000000028393      0x505 zephyr/subsys/random/libsubsys__random.a(random_xoshiro128.c.obj)
+ .debug_line    0x0000000000028898      0x135 zephyr/subsys/bluetooth/common/libsubsys__bluetooth__common.a(addr.c.obj)
+ .debug_line    0x00000000000289cd      0x37d zephyr/subsys/bluetooth/common/libsubsys__bluetooth__common.a(bt_str.c.obj)
+ .debug_line    0x0000000000028d4a      0x372 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(long_wq.c.obj)
+ .debug_line    0x00000000000290bc      0x412 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(uuid.c.obj)
+ .debug_line    0x00000000000294ce      0x414 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(addr.c.obj)
+ .debug_line    0x00000000000298e2      0x3ce zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(buf.c.obj)
+ .debug_line    0x0000000000029cb0      0x4a9 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(data.c.obj)
+ .debug_line    0x000000000002a159     0x4536 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+ .debug_line    0x000000000002e68f     0x1226 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(id.c.obj)
+ .debug_line    0x000000000002f8b5     0x1a67 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(adv.c.obj)
+ .debug_line    0x000000000003131c     0x3510 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(conn.c.obj)
+ .debug_line    0x000000000003482c     0x12bc zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(l2cap.c.obj)
+ .debug_line    0x0000000000035ae8     0x4130 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(att.c.obj)
+ .debug_line    0x0000000000039c18     0x2d00 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(gatt.c.obj)
+ .debug_line    0x000000000003c918      0x669 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(smp_null.c.obj)
+ .debug_line    0x000000000003cf81     0x1499 zephyr/subsys/net/libsubsys__net.a(buf.c.obj)
+ .debug_line    0x000000000003e41a     0x189c zephyr/subsys/net/libsubsys__net.a(buf_simple.c.obj)
+ .debug_line    0x000000000003fcb6      0xf70 zephyr/drivers/adc/libdrivers__adc.a(adc_nrfx_saadc.c.obj)
+ .debug_line    0x0000000000040c26     0x1404 zephyr/drivers/clock_control/libdrivers__clock_control.a(clock_control_nrf.c.obj)
+ .debug_line    0x000000000004202a      0x390 zephyr/drivers/console/libdrivers__console.a(uart_console.c.obj)
+ .debug_line    0x00000000000423ba      0xc4f zephyr/drivers/entropy/libdrivers__entropy.a(entropy_nrf5.c.obj)
+ .debug_line    0x0000000000043009      0x26d zephyr/drivers/entropy/libdrivers__entropy.a(entropy_bt_hci.c.obj)
+ .debug_line    0x0000000000043276      0xa6b zephyr/drivers/flash/libdrivers__flash.a(soc_flash_nrf.c.obj)
+ .debug_line    0x0000000000043ce1      0x3e9 zephyr/drivers/flash/libdrivers__flash.a(flash_page_layout.c.obj)
+ .debug_line    0x00000000000440ca      0xcec zephyr/drivers/gpio/libdrivers__gpio.a(gpio_nrfx.c.obj)
+ .debug_line    0x0000000000044db6      0x26a zephyr/drivers/i2c/libdrivers__i2c.a(i2c_common.c.obj)
+ .debug_line    0x0000000000045020      0xcbf zephyr/drivers/i2c/libdrivers__i2c.a(i2c_nrfx_twim.c.obj)
+ .debug_line    0x0000000000045cdf      0x1b0 zephyr/drivers/pinctrl/libdrivers__pinctrl.a(common.c.obj)
+ .debug_line    0x0000000000045e8f      0x563 zephyr/drivers/pinctrl/libdrivers__pinctrl.a(pinctrl_nrf.c.obj)
+ .debug_line    0x00000000000463f2      0x8f8 zephyr/drivers/sensor/bosch/bme280/libdrivers__sensor__bosch__bme280.a(bme280.c.obj)
+ .debug_line    0x0000000000046cea      0x50a zephyr/drivers/sensor/bosch/bme280/libdrivers__sensor__bosch__bme280.a(bme280_spi.c.obj)
+ .debug_line    0x00000000000471f4      0x539 zephyr/drivers/sensor/st/stmemsc/libdrivers__sensor__st__stmemsc.a(stmemsc_i2c.c.obj)
+ .debug_line    0x000000000004772d      0x205 zephyr/drivers/sensor/st/stmemsc/libdrivers__sensor__st__stmemsc.a(stmemsc_mdelay.c.obj)
+ .debug_line    0x0000000000047932      0xa9a zephyr/drivers/sensor/st/lis2dh/libdrivers__sensor__st__lis2dh.a(lis2dh.c.obj)
+ .debug_line    0x00000000000483cc      0x703 zephyr/drivers/sensor/st/lis2dh/libdrivers__sensor__st__lis2dh.a(lis2dh_i2c.c.obj)
+ .debug_line    0x0000000000048acf      0xcc8 zephyr/drivers/sensor/st/lis2mdl/libdrivers__sensor__st__lis2mdl.a(lis2mdl.c.obj)
+ .debug_line    0x0000000000049797      0x87a zephyr/drivers/sensor/st/lis2mdl/libdrivers__sensor__st__lis2mdl.a(lis2mdl_trigger.c.obj)
+ .debug_line    0x000000000004a011      0x857 zephyr/drivers/serial/libdrivers__serial.a(uart_nrfx_uart.c.obj)
+ .debug_line    0x000000000004a868     0x178c zephyr/drivers/spi/libdrivers__spi.a(spi_nrfx_spim.c.obj)
+ .debug_line    0x000000000004bff4      0x44f zephyr/drivers/spi/libdrivers__spi.a(spi_nrfx_common.c.obj)
+ .debug_line    0x000000000004c443     0x155e zephyr/drivers/timer/libdrivers__timer.a(nrf_rtc_timer.c.obj)
+ .debug_line    0x000000000004d9a1      0x34c modules/nrf/lib/multithreading_lock/lib..__nrf__lib__multithreading_lock.a(multithreading_lock.c.obj)
+ .debug_line    0x000000000004dced      0xf5a modules/nrf/subsys/bluetooth/controller/lib..__nrf__subsys__bluetooth__controller.a(hci_driver.c.obj)
+ .debug_line    0x000000000004ec47      0xc86 modules/nrf/subsys/bluetooth/controller/lib..__nrf__subsys__bluetooth__controller.a(hci_internal.c.obj)
+ .debug_line    0x000000000004f8cd      0x3de modules/nrf/subsys/bluetooth/controller/lib..__nrf__subsys__bluetooth__controller.a(crypto.c.obj)
+ .debug_line    0x000000000004fcab      0x985 modules/nrf/subsys/bluetooth/controller/lib..__nrf__subsys__bluetooth__controller.a(ecdh.c.obj)
+ .debug_line    0x0000000000050630      0x918 modules/nrf/subsys/mpsl/init/lib..__nrf__subsys__mpsl__init.a(mpsl_init.c.obj)
+ .debug_line    0x0000000000050f48      0x198 modules/nrf/subsys/mpsl/fem/lib..__nrf__subsys__mpsl__fem.a(mpsl_fem_api_init.c.obj)
+ .debug_line    0x00000000000510e0      0x2ba modules/nrf/drivers/mpsl/clock_control/lib..__nrf__drivers__mpsl__clock_control.a(nrfx_clock_mpsl.c.obj)
+ .debug_line    0x000000000005139a      0x7f9 modules/nrf/drivers/mpsl/flash_sync/lib..__nrf__drivers__mpsl__flash_sync.a(flash_sync_mpsl.c.obj)
+ .debug_line    0x0000000000051b93      0x3b6 modules/nrf/drivers/mpsl/temp_nrf5/lib..__nrf__drivers__mpsl__temp_nrf5.a(temp_nrf5_mpsl.c.obj)
+ .debug_line    0x0000000000051f49      0x3a9 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(system_nrf52833.c.obj)
+ .debug_line    0x00000000000522f2      0x26d modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_glue.c.obj)
+ .debug_line    0x000000000005255f      0x2d0 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_flag32_allocator.c.obj)
+ .debug_line    0x000000000005282f     0x2256 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_gpiote.c.obj)
+ .debug_line    0x0000000000054a85      0xc40 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_nvmc.c.obj)
+ .debug_line    0x00000000000556c5     0x12b5 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_spim.c.obj)
+ .debug_line    0x000000000005697a     0x1cc2 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_twim.c.obj)
+ .debug_line    0x000000000005863c      0x4b3 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_twi_twim.c.obj)
+ .debug_line    0x0000000000058aef      0x155 zephyr/kernel/libkernel.a(busy_wait.c.obj)
+ .debug_line    0x0000000000058c44      0x33a zephyr/kernel/libkernel.a(device.c.obj)
+ .debug_line    0x0000000000058f7e      0x9d3 zephyr/kernel/libkernel.a(fatal.c.obj)
+ .debug_line    0x0000000000059951      0xc8b zephyr/kernel/libkernel.a(init.c.obj)
+ .debug_line    0x000000000005a5dc      0x628 zephyr/kernel/libkernel.a(kheap.c.obj)
+ .debug_line    0x000000000005ac04      0x8f8 zephyr/kernel/libkernel.a(mem_slab.c.obj)
+ .debug_line    0x000000000005b4fc      0x32a zephyr/kernel/libkernel.a(idle.c.obj)
+ .debug_line    0x000000000005b826      0x94d zephyr/kernel/libkernel.a(mutex.c.obj)
+ .debug_line    0x000000000005c173     0x102e zephyr/kernel/libkernel.a(queue.c.obj)
+ .debug_line    0x000000000005d1a1      0x761 zephyr/kernel/libkernel.a(sem.c.obj)
+ .debug_line    0x000000000005d902      0x2eb zephyr/kernel/libkernel.a(system_work_q.c.obj)
+ .debug_line    0x000000000005dbed     0x243b zephyr/kernel/libkernel.a(work.c.obj)
+ .debug_line    0x0000000000060028      0xa15 zephyr/kernel/libkernel.a(thread.c.obj)
+ .debug_line    0x0000000000060a3d     0x3452 zephyr/kernel/libkernel.a(sched.c.obj)
+ .debug_line    0x0000000000063e8f      0x68e zephyr/kernel/libkernel.a(timeslicing.c.obj)
+ .debug_line    0x000000000006451d      0x1df zephyr/kernel/libkernel.a(xip.c.obj)
+ .debug_line    0x00000000000646fc     0x118b zephyr/kernel/libkernel.a(timeout.c.obj)
+ .debug_line    0x0000000000065887      0xbe1 zephyr/kernel/libkernel.a(timer.c.obj)
+ .debug_line    0x0000000000066468     0x174b zephyr/kernel/libkernel.a(poll.c.obj)
+ .debug_line    0x0000000000067bb3      0x33d zephyr/kernel/libkernel.a(mempool.c.obj)
+
+.debug_frame    0x0000000000000000     0xd024
+ *(SORT_BY_ALIGNMENT(.debug_frame))
+ .debug_frame   0x0000000000000000       0x20 zephyr/CMakeFiles/offsets.dir/./arch/arm/core/offsets/offsets.c.obj
+ .debug_frame   0x0000000000000020       0xec app/libapp.a(main.c.obj)
+ .debug_frame   0x000000000000010c       0x48 zephyr/libzephyr.a(crc8_sw.c.obj)
+ .debug_frame   0x0000000000000154      0x1d4 zephyr/libzephyr.a(heap.c.obj)
+ .debug_frame   0x0000000000000328       0xf4 zephyr/libzephyr.a(cbprintf_packaged.c.obj)
+ .debug_frame   0x000000000000041c      0x100 zephyr/libzephyr.a(printk.c.obj)
+ .debug_frame   0x000000000000051c       0x28 zephyr/libzephyr.a(thread_entry.c.obj)
+ .debug_frame   0x0000000000000544       0xac zephyr/libzephyr.a(cbprintf_complete.c.obj)
+ .debug_frame   0x00000000000005f0       0x50 zephyr/libzephyr.a(assert.c.obj)
+ .debug_frame   0x0000000000000640      0x290 zephyr/libzephyr.a(mpsc_pbuf.c.obj)
+ .debug_frame   0x00000000000008d0      0x190 zephyr/libzephyr.a(onoff.c.obj)
+ .debug_frame   0x0000000000000a60       0x38 zephyr/libzephyr.a(notify.c.obj)
+ .debug_frame   0x0000000000000a98       0x20 zephyr/libzephyr.a(configs.c.obj)
+ .debug_frame   0x0000000000000ab8      0x2c8 zephyr/libzephyr.a(nvs.c.obj)
+ .debug_frame   0x0000000000000d80      0x3f4 zephyr/libzephyr.a(log_core.c.obj)
+ .debug_frame   0x0000000000001174      0x1b0 zephyr/libzephyr.a(log_mgmt.c.obj)
+ .debug_frame   0x0000000000001324      0x150 zephyr/libzephyr.a(log_msg.c.obj)
+ .debug_frame   0x0000000000001474      0x188 zephyr/libzephyr.a(log_output.c.obj)
+ .debug_frame   0x00000000000015fc       0x94 zephyr/libzephyr.a(log_backend_uart.c.obj)
+ .debug_frame   0x0000000000001690      0x120 zephyr/libzephyr.a(flash_map.c.obj)
+ .debug_frame   0x00000000000017b0       0x50 zephyr/libzephyr.a(flash_map_layout.c.obj)
+ .debug_frame   0x0000000000001800      0x110 zephyr/libzephyr.a(settings_store.c.obj)
+ .debug_frame   0x0000000000001910       0xf8 zephyr/libzephyr.a(settings.c.obj)
+ .debug_frame   0x0000000000001a08       0x2c zephyr/libzephyr.a(settings_init.c.obj)
+ .debug_frame   0x0000000000001a34      0x110 zephyr/libzephyr.a(settings_nvs.c.obj)
+ .debug_frame   0x0000000000001b44       0x2c zephyr/libzephyr.a(banner.c.obj)
+ .debug_frame   0x0000000000001b70      0x580 zephyr/libzephyr.a(lis2mdl_reg.c.obj)
+ .debug_frame   0x00000000000020f0       0x68 zephyr/libzephyr.a(utils.c.obj)
+ .debug_frame   0x0000000000002158       0xb8 zephyr/libzephyr.a(aes_encrypt.c.obj)
+ .debug_frame   0x0000000000002210       0xb0 zephyr/libzephyr.a(cmac_mode.c.obj)
+ .debug_frame   0x00000000000022c0       0x64 zephyr/arch/arch/arm/core/libarch__arm__core.a(fatal.c.obj)
+ .debug_frame   0x0000000000002324       0x2c zephyr/arch/arch/arm/core/libarch__arm__core.a(nmi.c.obj)
+ .debug_frame   0x0000000000002350       0x20 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(exc_exit.c.obj)
+ .debug_frame   0x0000000000002370       0xb0 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(fault.c.obj)
+ .debug_frame   0x0000000000002420       0x30 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(scb.c.obj)
+ .debug_frame   0x0000000000002450       0x20 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(thread_abort.c.obj)
+ .debug_frame   0x0000000000002470       0x30 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(swap.c.obj)
+ .debug_frame   0x00000000000024a0       0x60 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(irq_manage.c.obj)
+ .debug_frame   0x0000000000002500       0x28 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(prep_c.c.obj)
+ .debug_frame   0x0000000000002528       0x50 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(thread.c.obj)
+ .debug_frame   0x0000000000002578       0x40 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(cpu_idle.c.obj)
+ .debug_frame   0x00000000000025b8       0x20 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(irq_init.c.obj)
+ .debug_frame   0x00000000000025d8       0x2c zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(isr_wrapper.c.obj)
+ .debug_frame   0x0000000000002604      0x260 zephyr/lib/libc/newlib/liblib__libc__newlib.a(libc-hooks.c.obj)
+ .debug_frame   0x0000000000002864       0x28 zephyr/lib/libc/common/liblib__libc__common.a(abort.c.obj)
+ .debug_frame   0x000000000000288c       0x30 zephyr/soc/soc/nrf52833/libsoc__nordic.a(soc.c.obj)
+ .debug_frame   0x00000000000028bc      0x2bc zephyr/subsys/lorawan/libloramac-node.a(lorawan.c.obj)
+ .debug_frame   0x0000000000002b78       0x50 zephyr/subsys/lorawan/libloramac-node.a(lw_priv.c.obj)
+ .debug_frame   0x0000000000002bc8       0xac zephyr/subsys/lorawan/libloramac-node.a(lorawan_nvm_settings.c.obj)
+ .debug_frame   0x0000000000002c74      0x168 zephyr/subsys/lorawan/libloramac-node.a(hal_common.c.obj)
+ .debug_frame   0x0000000000002ddc      0x1a4 zephyr/subsys/lorawan/libloramac-node.a(sx12xx_common.c.obj)
+ .debug_frame   0x0000000000002f80      0x1ec zephyr/subsys/lorawan/libloramac-node.a(sx127x.c.obj)
+ .debug_frame   0x000000000000316c       0xe4 zephyr/subsys/lorawan/libloramac-node.a(utilities.c.obj)
+ .debug_frame   0x0000000000003250      0x14c zephyr/subsys/lorawan/libloramac-node.a(systime.c.obj)
+ .debug_frame   0x000000000000339c      0x178 zephyr/subsys/lorawan/libloramac-node.a(timer.c.obj)
+ .debug_frame   0x0000000000003514       0x3c zephyr/subsys/lorawan/libloramac-node.a(delay.c.obj)
+ .debug_frame   0x0000000000003550      0x420 zephyr/subsys/lorawan/libloramac-node.a(sx1276.c.obj)
+ .debug_frame   0x0000000000003970       0xac zephyr/subsys/lorawan/libloramac-node.a(aes.c.obj)
+ .debug_frame   0x0000000000003a1c       0x90 zephyr/subsys/lorawan/libloramac-node.a(cmac.c.obj)
+ .debug_frame   0x0000000000003aac      0x1c0 zephyr/subsys/lorawan/libloramac-node.a(soft-se.c.obj)
+ .debug_frame   0x0000000000003c6c       0x20 zephyr/subsys/lorawan/libloramac-node.a(soft-se-hal.c.obj)
+ .debug_frame   0x0000000000003c8c      0x634 zephyr/subsys/lorawan/libloramac-node.a(LoRaMac.c.obj)
+ .debug_frame   0x00000000000042c0       0x40 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacAdr.c.obj)
+ .debug_frame   0x0000000000004300      0x200 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacClassB.c.obj)
+ .debug_frame   0x0000000000004500       0xf8 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacCommands.c.obj)
+ .debug_frame   0x00000000000045f8      0x12c zephyr/subsys/lorawan/libloramac-node.a(LoRaMacConfirmQueue.c.obj)
+ .debug_frame   0x0000000000004724      0x2f0 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacCrypto.c.obj)
+ .debug_frame   0x0000000000004a14       0x40 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacParser.c.obj)
+ .debug_frame   0x0000000000004a54       0x74 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacSerializer.c.obj)
+ .debug_frame   0x0000000000004ac8      0x1d0 zephyr/subsys/lorawan/libloramac-node.a(Region.c.obj)
+ .debug_frame   0x0000000000004c98      0x228 zephyr/subsys/lorawan/libloramac-node.a(RegionCommon.c.obj)
+ .debug_frame   0x0000000000004ec0      0x2d8 zephyr/subsys/lorawan/libloramac-node.a(RegionEU868.c.obj)
+ .debug_frame   0x0000000000005198       0x6c zephyr/subsys/random/libsubsys__random.a(random_xoshiro128.c.obj)
+ .debug_frame   0x0000000000005204       0x88 zephyr/subsys/bluetooth/common/libsubsys__bluetooth__common.a(bt_str.c.obj)
+ .debug_frame   0x000000000000528c       0x60 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(long_wq.c.obj)
+ .debug_frame   0x00000000000052ec       0x9c zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(uuid.c.obj)
+ .debug_frame   0x0000000000005388       0x98 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(addr.c.obj)
+ .debug_frame   0x0000000000005420       0x48 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(buf.c.obj)
+ .debug_frame   0x0000000000005468       0x68 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(data.c.obj)
+ .debug_frame   0x00000000000054d0      0x840 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+ .debug_frame   0x0000000000005d10      0x288 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(id.c.obj)
+ .debug_frame   0x0000000000005f98      0x320 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(adv.c.obj)
+ .debug_frame   0x00000000000062b8      0x620 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(conn.c.obj)
+ .debug_frame   0x00000000000068d8      0x2a8 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(l2cap.c.obj)
+ .debug_frame   0x0000000000006b80      0x8e4 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(att.c.obj)
+ .debug_frame   0x0000000000007464      0x788 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(gatt.c.obj)
+ .debug_frame   0x0000000000007bec       0x90 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(smp_null.c.obj)
+ .debug_frame   0x0000000000007c7c      0x2a4 zephyr/subsys/net/libsubsys__net.a(buf.c.obj)
+ .debug_frame   0x0000000000007f20      0x5f8 zephyr/subsys/net/libsubsys__net.a(buf_simple.c.obj)
+ .debug_frame   0x0000000000008518       0xcc zephyr/drivers/adc/libdrivers__adc.a(adc_nrfx_saadc.c.obj)
+ .debug_frame   0x00000000000085e4      0x21c zephyr/drivers/clock_control/libdrivers__clock_control.a(clock_control_nrf.c.obj)
+ .debug_frame   0x0000000000008800       0x54 zephyr/drivers/console/libdrivers__console.a(uart_console.c.obj)
+ .debug_frame   0x0000000000008854       0xbc zephyr/drivers/entropy/libdrivers__entropy.a(entropy_nrf5.c.obj)
+ .debug_frame   0x0000000000008910       0x48 zephyr/drivers/entropy/libdrivers__entropy.a(entropy_bt_hci.c.obj)
+ .debug_frame   0x0000000000008958      0x128 zephyr/drivers/flash/libdrivers__flash.a(soc_flash_nrf.c.obj)
+ .debug_frame   0x0000000000008a80       0x9c zephyr/drivers/flash/libdrivers__flash.a(flash_page_layout.c.obj)
+ .debug_frame   0x0000000000008b1c      0x104 zephyr/drivers/gpio/libdrivers__gpio.a(gpio_nrfx.c.obj)
+ .debug_frame   0x0000000000008c20       0x20 zephyr/drivers/i2c/libdrivers__i2c.a(i2c_common.c.obj)
+ .debug_frame   0x0000000000008c40       0xe0 zephyr/drivers/i2c/libdrivers__i2c.a(i2c_nrfx_twim.c.obj)
+ .debug_frame   0x0000000000008d20       0x2c zephyr/drivers/pinctrl/libdrivers__pinctrl.a(common.c.obj)
+ .debug_frame   0x0000000000008d4c       0x50 zephyr/drivers/pinctrl/libdrivers__pinctrl.a(pinctrl_nrf.c.obj)
+ .debug_frame   0x0000000000008d9c       0xc8 zephyr/drivers/sensor/bosch/bme280/libdrivers__sensor__bosch__bme280.a(bme280.c.obj)
+ .debug_frame   0x0000000000008e64       0x74 zephyr/drivers/sensor/bosch/bme280/libdrivers__sensor__bosch__bme280.a(bme280_spi.c.obj)
+ .debug_frame   0x0000000000008ed8       0x90 zephyr/drivers/sensor/st/stmemsc/libdrivers__sensor__st__stmemsc.a(stmemsc_i2c.c.obj)
+ .debug_frame   0x0000000000008f68       0x34 zephyr/drivers/sensor/st/stmemsc/libdrivers__sensor__st__stmemsc.a(stmemsc_mdelay.c.obj)
+ .debug_frame   0x0000000000008f9c       0xe8 zephyr/drivers/sensor/st/lis2dh/libdrivers__sensor__st__lis2dh.a(lis2dh.c.obj)
+ .debug_frame   0x0000000000009084       0xe8 zephyr/drivers/sensor/st/lis2dh/libdrivers__sensor__st__lis2dh.a(lis2dh_i2c.c.obj)
+ .debug_frame   0x000000000000916c      0x158 zephyr/drivers/sensor/st/lis2mdl/libdrivers__sensor__st__lis2mdl.a(lis2mdl.c.obj)
+ .debug_frame   0x00000000000092c4       0xc8 zephyr/drivers/sensor/st/lis2mdl/libdrivers__sensor__st__lis2mdl.a(lis2mdl_trigger.c.obj)
+ .debug_frame   0x000000000000938c       0x74 zephyr/drivers/serial/libdrivers__serial.a(uart_nrfx_uart.c.obj)
+ .debug_frame   0x0000000000009400      0x19c zephyr/drivers/spi/libdrivers__spi.a(spi_nrfx_spim.c.obj)
+ .debug_frame   0x000000000000959c       0x68 zephyr/drivers/spi/libdrivers__spi.a(spi_nrfx_common.c.obj)
+ .debug_frame   0x0000000000009604      0x268 zephyr/drivers/timer/libdrivers__timer.a(nrf_rtc_timer.c.obj)
+ .debug_frame   0x000000000000986c       0x30 modules/nrf/lib/multithreading_lock/lib..__nrf__lib__multithreading_lock.a(multithreading_lock.c.obj)
+ .debug_frame   0x000000000000989c      0x12c modules/nrf/subsys/bluetooth/controller/lib..__nrf__subsys__bluetooth__controller.a(hci_driver.c.obj)
+ .debug_frame   0x00000000000099c8       0x98 modules/nrf/subsys/bluetooth/controller/lib..__nrf__subsys__bluetooth__controller.a(hci_internal.c.obj)
+ .debug_frame   0x0000000000009a60       0x68 modules/nrf/subsys/bluetooth/controller/lib..__nrf__subsys__bluetooth__controller.a(crypto.c.obj)
+ .debug_frame   0x0000000000009ac8       0xe8 modules/nrf/subsys/bluetooth/controller/lib..__nrf__subsys__bluetooth__controller.a(ecdh.c.obj)
+ .debug_frame   0x0000000000009bb0      0x134 modules/nrf/subsys/mpsl/init/lib..__nrf__subsys__mpsl__init.a(mpsl_init.c.obj)
+ .debug_frame   0x0000000000009ce4       0x28 modules/nrf/subsys/mpsl/fem/lib..__nrf__subsys__mpsl__fem.a(mpsl_fem_api_init.c.obj)
+ .debug_frame   0x0000000000009d0c       0x70 modules/nrf/drivers/mpsl/clock_control/lib..__nrf__drivers__mpsl__clock_control.a(nrfx_clock_mpsl.c.obj)
+ .debug_frame   0x0000000000009d7c       0x9c modules/nrf/drivers/mpsl/flash_sync/lib..__nrf__drivers__mpsl__flash_sync.a(flash_sync_mpsl.c.obj)
+ .debug_frame   0x0000000000009e18       0x50 modules/nrf/drivers/mpsl/temp_nrf5/lib..__nrf__drivers__mpsl__temp_nrf5.a(temp_nrf5_mpsl.c.obj)
+ .debug_frame   0x0000000000009e68       0x50 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(system_nrf52833.c.obj)
+ .debug_frame   0x0000000000009eb8       0x48 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_glue.c.obj)
+ .debug_frame   0x0000000000009f00       0x54 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_flag32_allocator.c.obj)
+ .debug_frame   0x0000000000009f54      0x4bc modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_gpiote.c.obj)
+ .debug_frame   0x000000000000a410      0x1a0 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_nvmc.c.obj)
+ .debug_frame   0x000000000000a5b0      0x200 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_spim.c.obj)
+ .debug_frame   0x000000000000a7b0      0x1b8 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_twim.c.obj)
+ .debug_frame   0x000000000000a968       0x5c modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_twi_twim.c.obj)
+ .debug_frame   0x000000000000a9c4       0x20 zephyr/kernel/libkernel.a(busy_wait.c.obj)
+ .debug_frame   0x000000000000a9e4       0x5c zephyr/kernel/libkernel.a(device.c.obj)
+ .debug_frame   0x000000000000aa40       0xcc zephyr/kernel/libkernel.a(fatal.c.obj)
+ .debug_frame   0x000000000000ab0c      0x114 zephyr/kernel/libkernel.a(init.c.obj)
+ .debug_frame   0x000000000000ac20       0xb8 zephyr/kernel/libkernel.a(kheap.c.obj)
+ .debug_frame   0x000000000000acd8       0xb8 zephyr/kernel/libkernel.a(mem_slab.c.obj)
+ .debug_frame   0x000000000000ad90       0x48 zephyr/kernel/libkernel.a(idle.c.obj)
+ .debug_frame   0x000000000000add8       0x74 zephyr/kernel/libkernel.a(mutex.c.obj)
+ .debug_frame   0x000000000000ae4c      0x1a4 zephyr/kernel/libkernel.a(queue.c.obj)
+ .debug_frame   0x000000000000aff0       0x8c zephyr/kernel/libkernel.a(sem.c.obj)
+ .debug_frame   0x000000000000b07c       0x28 zephyr/kernel/libkernel.a(system_work_q.c.obj)
+ .debug_frame   0x000000000000b0a4      0x34c zephyr/kernel/libkernel.a(work.c.obj)
+ .debug_frame   0x000000000000b3f0      0x144 zephyr/kernel/libkernel.a(thread.c.obj)
+ .debug_frame   0x000000000000b534      0x4e8 zephyr/kernel/libkernel.a(sched.c.obj)
+ .debug_frame   0x000000000000ba1c       0x94 zephyr/kernel/libkernel.a(timeslicing.c.obj)
+ .debug_frame   0x000000000000bab0       0x2c zephyr/kernel/libkernel.a(xip.c.obj)
+ .debug_frame   0x000000000000badc      0x1ac zephyr/kernel/libkernel.a(timeout.c.obj)
+ .debug_frame   0x000000000000bc88       0xb8 zephyr/kernel/libkernel.a(timer.c.obj)
+ .debug_frame   0x000000000000bd40      0x1e4 zephyr/kernel/libkernel.a(poll.c.obj)
+ .debug_frame   0x000000000000bf24       0x40 zephyr/kernel/libkernel.a(mempool.c.obj)
+ .debug_frame   0x000000000000bf64       0xac /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/thumb/v7e-m/nofp/libgcc.a(_arm_addsubdf3.o)
+ .debug_frame   0x000000000000c010       0x50 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/thumb/v7e-m/nofp/libgcc.a(_arm_muldivdf3.o)
+ .debug_frame   0x000000000000c060       0xc4 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/thumb/v7e-m/nofp/libgcc.a(_arm_cmpdf2.o)
+ .debug_frame   0x000000000000c124       0x4c /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/thumb/v7e-m/nofp/libgcc.a(_arm_addsubsf3.o)
+ .debug_frame   0x000000000000c170       0xc8 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/thumb/v7e-m/nofp/libgcc.a(_arm_cmpsf2.o)
+ .debug_frame   0x000000000000c238       0x24 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/thumb/v7e-m/nofp/libgcc.a(_arm_fixsfsi.o)
+ .debug_frame   0x000000000000c25c       0x44 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/thumb/v7e-m/nofp/libgcc.a(_aeabi_ldivmod.o)
+ .debug_frame   0x000000000000c2a0       0x2c /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/thumb/v7e-m/nofp/libgcc.a(_aeabi_uldivmod.o)
+ .debug_frame   0x000000000000c2cc       0x34 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/thumb/v7e-m/nofp/libgcc.a(_udivmoddi4.o)
+ .debug_frame   0x000000000000c300       0x2c /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libm_nano.a(lib_a-sf_floor.o)
+ .debug_frame   0x000000000000c32c       0x30 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-malloc.o)
+ .debug_frame   0x000000000000c35c       0x28 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-memcmp.o)
+ .debug_frame   0x000000000000c384       0x28 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-memcpy-stub.o)
+ .debug_frame   0x000000000000c3ac       0x20 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-memset.o)
+ .debug_frame   0x000000000000c3cc       0x38 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-nano-freer.o)
+ .debug_frame   0x000000000000c404       0x30 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-nano-mallocr.o)
+ .debug_frame   0x000000000000c434       0x94 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-nano-vfprintf_float.o)
+ .debug_frame   0x000000000000c4c8       0x60 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-nano-vfprintf_i.o)
+ .debug_frame   0x000000000000c528       0x2c /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-sbrkr.o)
+ .debug_frame   0x000000000000c554       0x20 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-strcmp.o)
+ .debug_frame   0x000000000000c574       0x20 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-strcpy.o)
+ .debug_frame   0x000000000000c594       0x28 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-strnlen.o)
+ .debug_frame   0x000000000000c5bc       0x6c /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-dtoa.o)
+ .debug_frame   0x000000000000c628       0x40 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-localeconv.o)
+ .debug_frame   0x000000000000c668       0x30 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-mlock.o)
+ .debug_frame   0x000000000000c698      0x258 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-mprec.o)
+ .debug_frame   0x000000000000c8f0       0x2c /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-nano-callocr.o)
+ .debug_frame   0x000000000000c91c       0x5c /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-reent.o)
+ .debug_frame   0x000000000000c978       0x40 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-assert.o)
+ .debug_frame   0x000000000000c9b8       0x64 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-fprintf.o)
+ .debug_frame   0x000000000000ca1c       0x48 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-locale.o)
+ .debug_frame   0x000000000000ca64       0x48 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-mbtowc_r.o)
+ .debug_frame   0x000000000000caac       0xa8 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-nano-vfprintf.o)
+ .debug_frame   0x000000000000cb54       0x40 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-wbuf.o)
+ .debug_frame   0x000000000000cb94       0x3c /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-wctomb_r.o)
+ .debug_frame   0x000000000000cbd0       0x2c /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-wsetup.o)
+ .debug_frame   0x000000000000cbfc       0x5c /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-fflush.o)
+ .debug_frame   0x000000000000cc58      0x14c /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-findfp.o)
+ .debug_frame   0x000000000000cda4       0x54 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-fwalk.o)
+ .debug_frame   0x000000000000cdf8       0x58 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-makebuf.o)
+ .debug_frame   0x000000000000ce50       0x88 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-stdio.o)
+ .debug_frame   0x000000000000ced8       0x2c /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-writer.o)
+ .debug_frame   0x000000000000cf04       0x2c /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-closer.o)
+ .debug_frame   0x000000000000cf30       0x2c /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-fstatr.o)
+ .debug_frame   0x000000000000cf5c       0x2c /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-isattyr.o)
+ .debug_frame   0x000000000000cf88       0x2c /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-lseekr.o)
+ .debug_frame   0x000000000000cfb4       0x2c /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-readr.o)
+ .debug_frame   0x000000000000cfe0       0x20 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/thumb/v7e-m/nofp/libgcc.a(_arm_unorddf2.o)
+ .debug_frame   0x000000000000d000       0x24 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/thumb/v7e-m/nofp/libgcc.a(_arm_fixdfsi.o)
+
+.debug_str      0x0000000000000000    0x2be81
+ *(SORT_BY_ALIGNMENT(.debug_str))
+ .debug_str     0x0000000000000000      0x2f1 zephyr/CMakeFiles/zephyr_final.dir/isr_tables.c.obj
+                                        0x341 (size before relaxing)
+ .debug_str     0x00000000000002f1      0x268 zephyr/CMakeFiles/offsets.dir/./arch/arm/core/offsets/offsets.c.obj
+                                        0x341 (size before relaxing)
+ .debug_str     0x0000000000000559     0x1a32 app/libapp.a(main.c.obj)
+                                       0x20b2 (size before relaxing)
+ .debug_str     0x0000000000001f8b       0x6b zephyr/libzephyr.a(crc8_sw.c.obj)
+                                        0x284 (size before relaxing)
+ .debug_str     0x0000000000001ff6      0x3c4 zephyr/libzephyr.a(heap.c.obj)
+                                        0x6c6 (size before relaxing)
+ .debug_str     0x00000000000023ba      0x301 zephyr/libzephyr.a(cbprintf_packaged.c.obj)
+                                        0xaf3 (size before relaxing)
+ .debug_str     0x00000000000026bb       0xe6 zephyr/libzephyr.a(printk.c.obj)
+                                        0x5b5 (size before relaxing)
+ .debug_str     0x00000000000027a1      0x1de zephyr/libzephyr.a(thread_entry.c.obj)
+                                        0x514 (size before relaxing)
+ .debug_str     0x000000000000297f      0x33e zephyr/libzephyr.a(cbprintf_complete.c.obj)
+                                        0x64a (size before relaxing)
+ .debug_str     0x0000000000002cbd       0x9e zephyr/libzephyr.a(assert.c.obj)
+                                        0x52e (size before relaxing)
+ .debug_str     0x0000000000002d5b      0x377 zephyr/libzephyr.a(mpsc_pbuf.c.obj)
+                                        0x774 (size before relaxing)
+ .debug_str     0x00000000000030d2      0x3ec zephyr/libzephyr.a(onoff.c.obj)
+                                        0x7f4 (size before relaxing)
+ .debug_str     0x00000000000034be       0x54 zephyr/libzephyr.a(notify.c.obj)
+                                        0x345 (size before relaxing)
+ .debug_str     0x0000000000003512       0x6d zephyr/libzephyr.a(configs.c.obj)
+                                        0x1d7 (size before relaxing)
+ .debug_str     0x000000000000357f      0x5a8 zephyr/libzephyr.a(nvs.c.obj)
+                                       0x12b7 (size before relaxing)
+ .debug_str     0x0000000000003b27      0xb06 zephyr/libzephyr.a(log_core.c.obj)
+                                       0x1c59 (size before relaxing)
+ .debug_str     0x000000000000462d      0x54c zephyr/libzephyr.a(log_mgmt.c.obj)
+                                        0xf7d (size before relaxing)
+ .debug_str     0x0000000000004b79       0xf8 zephyr/libzephyr.a(log_msg.c.obj)
+                                        0xbe8 (size before relaxing)
+ .debug_str     0x0000000000004c71      0x2aa zephyr/libzephyr.a(log_output.c.obj)
+                                        0xc4c (size before relaxing)
+ .debug_str     0x0000000000004f1b      0x1d6 zephyr/libzephyr.a(log_backend_uart.c.obj)
+                                        0xd7b (size before relaxing)
+ .debug_str     0x00000000000050f1      0x174 zephyr/libzephyr.a(flash_map.c.obj)
+                                        0x630 (size before relaxing)
+ .debug_str     0x0000000000005265       0x4f zephyr/libzephyr.a(flash_map_default.c.obj)
+                                        0x55f (size before relaxing)
+ .debug_str     0x00000000000052b4       0xf0 zephyr/libzephyr.a(flash_map_layout.c.obj)
+                                        0x420 (size before relaxing)
+ .debug_str     0x00000000000053a4      0x2b4 zephyr/libzephyr.a(settings_store.c.obj)
+                                        0x93a (size before relaxing)
+ .debug_str     0x0000000000005658       0xe0 zephyr/libzephyr.a(settings.c.obj)
+                                        0xecb (size before relaxing)
+ .debug_str     0x0000000000005738       0x7b zephyr/libzephyr.a(settings_init.c.obj)
+                                        0x799 (size before relaxing)
+ .debug_str     0x00000000000057b3      0x184 zephyr/libzephyr.a(settings_nvs.c.obj)
+                                        0xca2 (size before relaxing)
+ .debug_str     0x0000000000005937       0x32 zephyr/libzephyr.a(banner.c.obj)
+                                        0x23e (size before relaxing)
+ .debug_str     0x0000000000005969      0x97b zephyr/libzephyr.a(lis2mdl_reg.c.obj)
+                                        0xc10 (size before relaxing)
+ .debug_str     0x00000000000062e4       0x63 zephyr/libzephyr.a(utils.c.obj)
+                                        0x2ae (size before relaxing)
+ .debug_str     0x0000000000006347       0xda zephyr/libzephyr.a(aes_encrypt.c.obj)
+                                        0x31c (size before relaxing)
+ .debug_str     0x0000000000006421       0xed zephyr/libzephyr.a(cmac_mode.c.obj)
+                                        0x39a (size before relaxing)
+ .debug_str     0x000000000000650e       0xf2 zephyr/arch/arch/arm/core/libarch__arm__core.a(fatal.c.obj)
+                                        0x9fe (size before relaxing)
+ .debug_str     0x0000000000006600       0x4d zephyr/arch/arch/arm/core/libarch__arm__core.a(nmi.c.obj)
+                                        0x252 (size before relaxing)
+ .debug_str     0x000000000000664d       0x39 zephyr/arch/arch/arm/core/libarch__arm__core.a(nmi_on_reset.S.obj)
+                                         0x77 (size before relaxing)
+ .debug_str     0x0000000000006686       0xc8 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(exc_exit.c.obj)
+                                        0x54a (size before relaxing)
+ .debug_str     0x000000000000674e      0x65d zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(fault.c.obj)
+                                       0x1133 (size before relaxing)
+ .debug_str     0x0000000000006dab       0x31 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(fault_s.S.obj)
+                                         0x7b (size before relaxing)
+ .debug_str     0x0000000000006ddc       0x2f zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(reset.S.obj)
+                                         0x79 (size before relaxing)
+ .debug_str     0x0000000000006e0b       0xf0 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(scb.c.obj)
+                                        0x403 (size before relaxing)
+ .debug_str     0x0000000000006efb       0x54 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(thread_abort.c.obj)
+                                        0x594 (size before relaxing)
+ .debug_str     0x0000000000006f4f       0x4f zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(swap.c.obj)
+                                        0x5cf (size before relaxing)
+ .debug_str     0x0000000000006f9e       0x35 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(swap_helper.S.obj)
+                                         0x7f (size before relaxing)
+ .debug_str     0x0000000000006fd3      0x37a zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(irq_manage.c.obj)
+                                        0x76c (size before relaxing)
+ .debug_str     0x000000000000734d       0xac zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(prep_c.c.obj)
+                                        0x3bf (size before relaxing)
+ .debug_str     0x00000000000073f9       0xcc zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(thread.c.obj)
+                                        0x667 (size before relaxing)
+ .debug_str     0x00000000000074c5       0x69 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(cpu_idle.c.obj)
+                                        0x33f (size before relaxing)
+ .debug_str     0x000000000000752e       0x32 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(irq_init.c.obj)
+                                        0x621 (size before relaxing)
+ .debug_str     0x0000000000007560       0x35 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(isr_wrapper.c.obj)
+                                        0x2be (size before relaxing)
+ .debug_str     0x0000000000007595      0x474 zephyr/lib/libc/newlib/liblib__libc__newlib.a(libc-hooks.c.obj)
+                                        0xdce (size before relaxing)
+ .debug_str     0x0000000000007a09      0x176 zephyr/lib/libc/common/liblib__libc__common.a(abort.c.obj)
+                                        0x323 (size before relaxing)
+ .debug_str     0x0000000000007b7f      0x55f zephyr/soc/soc/nrf52833/libsoc__nordic.a(soc.c.obj)
+                                        0xb0a (size before relaxing)
+ .debug_str     0x00000000000080de     0x2bbc zephyr/subsys/lorawan/libloramac-node.a(lorawan.c.obj)
+                                       0x3f13 (size before relaxing)
+ .debug_str     0x000000000000ac9a       0x29 zephyr/subsys/lorawan/libloramac-node.a(lw_priv.c.obj)
+                                        0x881 (size before relaxing)
+ .debug_str     0x000000000000acc3       0xe1 zephyr/subsys/lorawan/libloramac-node.a(lorawan_nvm_settings.c.obj)
+                                       0x24e9 (size before relaxing)
+ .debug_str     0x000000000000ada4      0x215 zephyr/subsys/lorawan/libloramac-node.a(hal_common.c.obj)
+                                        0xa67 (size before relaxing)
+ .debug_str     0x000000000000afb9      0x5ef zephyr/subsys/lorawan/libloramac-node.a(sx12xx_common.c.obj)
+                                       0x1417 (size before relaxing)
+ .debug_str     0x000000000000b5a8      0x655 zephyr/subsys/lorawan/libloramac-node.a(sx127x.c.obj)
+                                       0x1a9c (size before relaxing)
+ .debug_str     0x000000000000bbfd       0xb2 zephyr/subsys/lorawan/libloramac-node.a(utilities.c.obj)
+                                        0x343 (size before relaxing)
+ .debug_str     0x000000000000bcaf      0x189 zephyr/subsys/lorawan/libloramac-node.a(systime.c.obj)
+                                        0x49f (size before relaxing)
+ .debug_str     0x000000000000be38      0x1ce zephyr/subsys/lorawan/libloramac-node.a(timer.c.obj)
+                                        0x52d (size before relaxing)
+ .debug_str     0x000000000000c006       0x4b zephyr/subsys/lorawan/libloramac-node.a(delay.c.obj)
+                                        0x271 (size before relaxing)
+ .debug_str     0x000000000000c051      0x903 zephyr/subsys/lorawan/libloramac-node.a(sx1276.c.obj)
+                                       0x1008 (size before relaxing)
+ .debug_str     0x000000000000c954       0xf7 zephyr/subsys/lorawan/libloramac-node.a(aes.c.obj)
+                                        0x32d (size before relaxing)
+ .debug_str     0x000000000000ca4b       0xa8 zephyr/subsys/lorawan/libloramac-node.a(cmac.c.obj)
+                                        0x35d (size before relaxing)
+ .debug_str     0x000000000000caf3      0x425 zephyr/subsys/lorawan/libloramac-node.a(soft-se.c.obj)
+                                        0x923 (size before relaxing)
+ .debug_str     0x000000000000cf18       0x48 zephyr/subsys/lorawan/libloramac-node.a(soft-se-hal.c.obj)
+                                        0x26e (size before relaxing)
+ .debug_str     0x000000000000cf60     0x2cf0 zephyr/subsys/lorawan/libloramac-node.a(LoRaMac.c.obj)
+                                       0x6116 (size before relaxing)
+ .debug_str     0x000000000000fc50       0x69 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacAdr.c.obj)
+                                        0xb83 (size before relaxing)
+ .debug_str     0x000000000000fcb9       0xed zephyr/subsys/lorawan/libloramac-node.a(LoRaMacClassB.c.obj)
+                                       0x2966 (size before relaxing)
+ .debug_str     0x000000000000fda6      0x17f zephyr/subsys/lorawan/libloramac-node.a(LoRaMacCommands.c.obj)
+                                        0xa46 (size before relaxing)
+ .debug_str     0x000000000000ff25      0x210 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacConfirmQueue.c.obj)
+                                        0xd8e (size before relaxing)
+ .debug_str     0x0000000000010135      0x322 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacCrypto.c.obj)
+                                       0x15c7 (size before relaxing)
+ .debug_str     0x0000000000010457       0x3a zephyr/subsys/lorawan/libloramac-node.a(LoRaMacParser.c.obj)
+                                        0x50f (size before relaxing)
+ .debug_str     0x0000000000010491       0x4e zephyr/subsys/lorawan/libloramac-node.a(LoRaMacSerializer.c.obj)
+                                        0x5c4 (size before relaxing)
+ .debug_str     0x00000000000104df      0x345 zephyr/subsys/lorawan/libloramac-node.a(Region.c.obj)
+                                       0x18fd (size before relaxing)
+ .debug_str     0x0000000000010824      0x82f zephyr/subsys/lorawan/libloramac-node.a(RegionCommon.c.obj)
+                                       0x14fc (size before relaxing)
+ .debug_str     0x0000000000011053      0x138 zephyr/subsys/lorawan/libloramac-node.a(RegionEU868.c.obj)
+                                       0x1f7b (size before relaxing)
+ .debug_str     0x000000000001118b      0x10c zephyr/subsys/random/libsubsys__random.a(random_xoshiro128.c.obj)
+                                        0x4b4 (size before relaxing)
+ .debug_str     0x0000000000011297       0x7e zephyr/subsys/bluetooth/common/libsubsys__bluetooth__common.a(addr.c.obj)
+                                        0x288 (size before relaxing)
+ .debug_str     0x0000000000011315       0x9e zephyr/subsys/bluetooth/common/libsubsys__bluetooth__common.a(bt_str.c.obj)
+                                        0x2eb (size before relaxing)
+ .debug_str     0x00000000000113b3      0x142 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(long_wq.c.obj)
+                                        0x8ed (size before relaxing)
+ .debug_str     0x00000000000114f5      0x122 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(uuid.c.obj)
+                                        0x3c6 (size before relaxing)
+ .debug_str     0x0000000000011617       0xef zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(addr.c.obj)
+                                        0x343 (size before relaxing)
+ .debug_str     0x0000000000011706      0x972 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(buf.c.obj)
+                                        0xf64 (size before relaxing)
+ .debug_str     0x0000000000012078       0xb1 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(data.c.obj)
+                                        0xa10 (size before relaxing)
+ .debug_str     0x0000000000012129     0x18a3 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+                                       0x35a6 (size before relaxing)
+ .debug_str     0x00000000000139cc      0x56c zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(id.c.obj)
+                                       0x1e6a (size before relaxing)
+ .debug_str     0x0000000000013f38      0x4d3 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(adv.c.obj)
+                                       0x2121 (size before relaxing)
+ .debug_str     0x000000000001440b      0xbbb zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(conn.c.obj)
+                                       0x2f98 (size before relaxing)
+ .debug_str     0x0000000000014fc6      0x3e4 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(l2cap.c.obj)
+                                       0x1d7c (size before relaxing)
+ .debug_str     0x00000000000153aa      0xe6c zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(att.c.obj)
+                                       0x2dd5 (size before relaxing)
+ .debug_str     0x0000000000016216      0x96d zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(gatt.c.obj)
+                                       0x2c4d (size before relaxing)
+ .debug_str     0x0000000000016b83       0xb1 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(smp_null.c.obj)
+                                       0x179a (size before relaxing)
+ .debug_str     0x0000000000016c34      0x2b5 zephyr/subsys/net/libsubsys__net.a(buf.c.obj)
+                                       0x12f4 (size before relaxing)
+ .debug_str     0x0000000000016ee9      0x5f4 zephyr/subsys/net/libsubsys__net.a(buf_simple.c.obj)
+                                        0xb01 (size before relaxing)
+ .debug_str     0x00000000000174dd     0x110f zephyr/drivers/adc/libdrivers__adc.a(adc_nrfx_saadc.c.obj)
+                                       0x219d (size before relaxing)
+ .debug_str     0x00000000000185ec      0xe89 zephyr/drivers/clock_control/libdrivers__clock_control.a(clock_control_nrf.c.obj)
+                                       0x1b70 (size before relaxing)
+ .debug_str     0x0000000000019475       0x9f zephyr/drivers/console/libdrivers__console.a(uart_console.c.obj)
+                                        0x544 (size before relaxing)
+ .debug_str     0x0000000000019514      0x2e0 zephyr/drivers/entropy/libdrivers__entropy.a(entropy_nrf5.c.obj)
+                                        0xdf0 (size before relaxing)
+ .debug_str     0x00000000000197f4       0x96 zephyr/drivers/entropy/libdrivers__entropy.a(entropy_bt_hci.c.obj)
+                                        0x604 (size before relaxing)
+ .debug_str     0x000000000001988a      0x3c1 zephyr/drivers/flash/libdrivers__flash.a(soc_flash_nrf.c.obj)
+                                       0x11d5 (size before relaxing)
+ .debug_str     0x0000000000019c4b       0x99 zephyr/drivers/flash/libdrivers__flash.a(flash_page_layout.c.obj)
+                                        0x4c4 (size before relaxing)
+ .debug_str     0x0000000000019ce4      0xa81 zephyr/drivers/gpio/libdrivers__gpio.a(gpio_nrfx.c.obj)
+                                       0x13c9 (size before relaxing)
+ .debug_str     0x000000000001a765       0x75 zephyr/drivers/i2c/libdrivers__i2c.a(i2c_common.c.obj)
+                                        0x913 (size before relaxing)
+ .debug_str     0x000000000001a7da      0x972 zephyr/drivers/i2c/libdrivers__i2c.a(i2c_nrfx_twim.c.obj)
+                                       0x182d (size before relaxing)
+ .debug_str     0x000000000001b14c       0x29 zephyr/drivers/pinctrl/libdrivers__pinctrl.a(common.c.obj)
+                                        0x2dd (size before relaxing)
+ .debug_str     0x000000000001b175      0x27d zephyr/drivers/pinctrl/libdrivers__pinctrl.a(pinctrl_nrf.c.obj)
+                                        0xa75 (size before relaxing)
+ .debug_str     0x000000000001b3f2      0x2de zephyr/drivers/sensor/bosch/bme280/libdrivers__sensor__bosch__bme280.a(bme280.c.obj)
+                                       0x192b (size before relaxing)
+ .debug_str     0x000000000001b6d0       0x77 zephyr/drivers/sensor/bosch/bme280/libdrivers__sensor__bosch__bme280.a(bme280_spi.c.obj)
+                                        0x932 (size before relaxing)
+ .debug_str     0x000000000001b747      0x143 zephyr/drivers/sensor/st/stmemsc/libdrivers__sensor__st__stmemsc.a(stmemsc_i2c.c.obj)
+                                        0x62a (size before relaxing)
+ .debug_str     0x000000000001b88a       0x53 zephyr/drivers/sensor/st/stmemsc/libdrivers__sensor__st__stmemsc.a(stmemsc_mdelay.c.obj)
+                                        0x2f9 (size before relaxing)
+ .debug_str     0x000000000001b8dd      0x2a1 zephyr/drivers/sensor/st/lis2dh/libdrivers__sensor__st__lis2dh.a(lis2dh.c.obj)
+                                       0x191b (size before relaxing)
+ .debug_str     0x000000000001bb7e      0x132 zephyr/drivers/sensor/st/lis2dh/libdrivers__sensor__st__lis2dh.a(lis2dh_i2c.c.obj)
+                                        0xef9 (size before relaxing)
+ .debug_str     0x000000000001bcb0      0x2ad zephyr/drivers/sensor/st/lis2mdl/libdrivers__sensor__st__lis2mdl.a(lis2mdl.c.obj)
+                                       0x1f64 (size before relaxing)
+ .debug_str     0x000000000001bf5d       0x8e zephyr/drivers/sensor/st/lis2mdl/libdrivers__sensor__st__lis2mdl.a(lis2mdl_trigger.c.obj)
+                                       0x18d7 (size before relaxing)
+ .debug_str     0x000000000001bfeb      0x8e6 zephyr/drivers/serial/libdrivers__serial.a(uart_nrfx_uart.c.obj)
+                                        0xf22 (size before relaxing)
+ .debug_str     0x000000000001c8d1      0x73f zephyr/drivers/spi/libdrivers__spi.a(spi_nrfx_spim.c.obj)
+                                       0x1ea9 (size before relaxing)
+ .debug_str     0x000000000001d010      0x191 zephyr/drivers/spi/libdrivers__spi.a(spi_nrfx_common.c.obj)
+                                        0xb7b (size before relaxing)
+ .debug_str     0x000000000001d1a1      0x99b zephyr/drivers/timer/libdrivers__timer.a(nrf_rtc_timer.c.obj)
+                                       0x1543 (size before relaxing)
+ .debug_str     0x000000000001db3c       0x7d modules/nrf/lib/multithreading_lock/lib..__nrf__lib__multithreading_lock.a(multithreading_lock.c.obj)
+                                        0x77f (size before relaxing)
+ .debug_str     0x000000000001dbb9      0xc8e modules/nrf/subsys/bluetooth/controller/lib..__nrf__subsys__bluetooth__controller.a(hci_driver.c.obj)
+                                       0x1df6 (size before relaxing)
+ .debug_str     0x000000000001e847     0x7905 modules/nrf/subsys/bluetooth/controller/lib..__nrf__subsys__bluetooth__controller.a(hci_internal.c.obj)
+                                       0x8499 (size before relaxing)
+ .debug_str     0x000000000002614c       0x99 modules/nrf/subsys/bluetooth/controller/lib..__nrf__subsys__bluetooth__controller.a(crypto.c.obj)
+                                        0xa08 (size before relaxing)
+ .debug_str     0x00000000000261e5      0x17f modules/nrf/subsys/bluetooth/controller/lib..__nrf__subsys__bluetooth__controller.a(ecdh.c.obj)
+                                       0x1067 (size before relaxing)
+ .debug_str     0x0000000000026364      0x4cb modules/nrf/subsys/mpsl/init/lib..__nrf__subsys__mpsl__init.a(mpsl_init.c.obj)
+                                       0x174a (size before relaxing)
+ .debug_str     0x000000000002682f       0x61 modules/nrf/subsys/mpsl/fem/lib..__nrf__subsys__mpsl__fem.a(mpsl_fem_api_init.c.obj)
+                                        0x2eb (size before relaxing)
+ .debug_str     0x0000000000026890       0xb3 modules/nrf/drivers/mpsl/clock_control/lib..__nrf__drivers__mpsl__clock_control.a(nrfx_clock_mpsl.c.obj)
+                                        0x692 (size before relaxing)
+ .debug_str     0x0000000000026943      0x7c0 modules/nrf/drivers/mpsl/flash_sync/lib..__nrf__drivers__mpsl__flash_sync.a(flash_sync_mpsl.c.obj)
+                                       0x1781 (size before relaxing)
+ .debug_str     0x0000000000027103      0x143 modules/nrf/drivers/mpsl/temp_nrf5/lib..__nrf__drivers__mpsl__temp_nrf5.a(temp_nrf5_mpsl.c.obj)
+                                       0x1616 (size before relaxing)
+ .debug_str     0x0000000000027246      0x33d modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(system_nrf52833.c.obj)
+                                        0x7fa (size before relaxing)
+ .debug_str     0x0000000000027583       0x5d modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_glue.c.obj)
+                                        0x459 (size before relaxing)
+ .debug_str     0x00000000000275e0       0x9e modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_flag32_allocator.c.obj)
+                                        0x4a4 (size before relaxing)
+ .debug_str     0x000000000002767e     0x10fc modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_gpiote.c.obj)
+                                       0x26f8 (size before relaxing)
+ .debug_str     0x000000000002877a      0x494 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_nvmc.c.obj)
+                                        0xbd3 (size before relaxing)
+ .debug_str     0x0000000000028c0e      0x86b modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_spim.c.obj)
+                                       0x1cef (size before relaxing)
+ .debug_str     0x0000000000029479      0x9d3 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_twim.c.obj)
+                                       0x1eb4 (size before relaxing)
+ .debug_str     0x0000000000029e4c       0x3d modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_twi_twim.c.obj)
+                                        0x777 (size before relaxing)
+ .debug_str     0x0000000000029e89       0x23 zephyr/kernel/libkernel.a(busy_wait.c.obj)
+                                        0x26b (size before relaxing)
+ .debug_str     0x0000000000029eac       0xa0 zephyr/kernel/libkernel.a(device.c.obj)
+                                        0x32d (size before relaxing)
+ .debug_str     0x0000000000029f4c      0x233 zephyr/kernel/libkernel.a(fatal.c.obj)
+                                        0xef1 (size before relaxing)
+ .debug_str     0x000000000002a17f      0x4f8 zephyr/kernel/libkernel.a(init.c.obj)
+                                       0x1315 (size before relaxing)
+ .debug_str     0x000000000002a677       0xd9 zephyr/kernel/libkernel.a(kheap.c.obj)
+                                        0x7d1 (size before relaxing)
+ .debug_str     0x000000000002a750      0x136 zephyr/kernel/libkernel.a(mem_slab.c.obj)
+                                        0xa71 (size before relaxing)
+ .debug_str     0x000000000002a886       0x6a zephyr/kernel/libkernel.a(idle.c.obj)
+                                        0x384 (size before relaxing)
+ .debug_str     0x000000000002a8f0      0x144 zephyr/kernel/libkernel.a(mutex.c.obj)
+                                        0xbdc (size before relaxing)
+ .debug_str     0x000000000002aa34      0x309 zephyr/kernel/libkernel.a(queue.c.obj)
+                                        0xbdb (size before relaxing)
+ .debug_str     0x000000000002ad3d       0x1d zephyr/kernel/libkernel.a(sem.c.obj)
+                                        0x8b6 (size before relaxing)
+ .debug_str     0x000000000002ad5a       0x51 zephyr/kernel/libkernel.a(system_work_q.c.obj)
+                                        0x7f7 (size before relaxing)
+ .debug_str     0x000000000002adab      0x381 zephyr/kernel/libkernel.a(work.c.obj)
+                                       0x126e (size before relaxing)
+ .debug_str     0x000000000002b12c      0x1e1 zephyr/kernel/libkernel.a(thread.c.obj)
+                                        0xd8f (size before relaxing)
+ .debug_str     0x000000000002b30d      0x64d zephyr/kernel/libkernel.a(sched.c.obj)
+                                       0x1454 (size before relaxing)
+ .debug_str     0x000000000002b95a       0xae zephyr/kernel/libkernel.a(timeslicing.c.obj)
+                                        0x9d4 (size before relaxing)
+ .debug_str     0x000000000002ba08       0x90 zephyr/kernel/libkernel.a(xip.c.obj)
+                                        0x2cd (size before relaxing)
+ .debug_str     0x000000000002ba98       0xce zephyr/kernel/libkernel.a(timeout.c.obj)
+                                        0x881 (size before relaxing)
+ .debug_str     0x000000000002bb66       0x5d zephyr/kernel/libkernel.a(timer.c.obj)
+                                        0xa05 (size before relaxing)
+ .debug_str     0x000000000002bbc3      0x265 zephyr/kernel/libkernel.a(poll.c.obj)
+                                        0xf3a (size before relaxing)
+ .debug_str     0x000000000002be28       0x59 zephyr/kernel/libkernel.a(mempool.c.obj)
+                                        0x57d (size before relaxing)
+
+.debug_loc      0x0000000000000000    0x87c8a
+ *(SORT_BY_ALIGNMENT(.debug_loc))
+ .debug_loc     0x0000000000000000     0x261d app/libapp.a(main.c.obj)
+ .debug_loc     0x000000000000261d      0x261 zephyr/libzephyr.a(crc8_sw.c.obj)
+ .debug_loc     0x000000000000287e     0x32cb zephyr/libzephyr.a(heap.c.obj)
+ .debug_loc     0x0000000000005b49     0x25ca zephyr/libzephyr.a(cbprintf_packaged.c.obj)
+ .debug_loc     0x0000000000008113      0x263 zephyr/libzephyr.a(printk.c.obj)
+ .debug_loc     0x0000000000008376       0xc0 zephyr/libzephyr.a(thread_entry.c.obj)
+ .debug_loc     0x0000000000008436     0x139b zephyr/libzephyr.a(cbprintf_complete.c.obj)
+ .debug_loc     0x00000000000097d1       0x51 zephyr/libzephyr.a(assert.c.obj)
+ .debug_loc     0x0000000000009822     0x15e4 zephyr/libzephyr.a(mpsc_pbuf.c.obj)
+ .debug_loc     0x000000000000ae06     0x2057 zephyr/libzephyr.a(onoff.c.obj)
+ .debug_loc     0x000000000000ce5d      0x250 zephyr/libzephyr.a(notify.c.obj)
+ .debug_loc     0x000000000000d0ad     0x2a5d zephyr/libzephyr.a(nvs.c.obj)
+ .debug_loc     0x000000000000fb0a     0x11f6 zephyr/libzephyr.a(log_core.c.obj)
+ .debug_loc     0x0000000000010d00      0xc45 zephyr/libzephyr.a(log_mgmt.c.obj)
+ .debug_loc     0x0000000000011945     0x1114 zephyr/libzephyr.a(log_msg.c.obj)
+ .debug_loc     0x0000000000012a59     0x1718 zephyr/libzephyr.a(log_output.c.obj)
+ .debug_loc     0x0000000000014171      0x3a8 zephyr/libzephyr.a(log_backend_uart.c.obj)
+ .debug_loc     0x0000000000014519      0x88f zephyr/libzephyr.a(flash_map.c.obj)
+ .debug_loc     0x0000000000014da8      0x222 zephyr/libzephyr.a(flash_map_layout.c.obj)
+ .debug_loc     0x0000000000014fca      0x546 zephyr/libzephyr.a(settings_store.c.obj)
+ .debug_loc     0x0000000000015510      0xb9c zephyr/libzephyr.a(settings.c.obj)
+ .debug_loc     0x00000000000160ac       0x3d zephyr/libzephyr.a(settings_init.c.obj)
+ .debug_loc     0x00000000000160e9      0x7dc zephyr/libzephyr.a(settings_nvs.c.obj)
+ .debug_loc     0x00000000000168c5     0x1397 zephyr/libzephyr.a(lis2mdl_reg.c.obj)
+ .debug_loc     0x0000000000017c5c      0x205 zephyr/libzephyr.a(utils.c.obj)
+ .debug_loc     0x0000000000017e61      0x2fb zephyr/libzephyr.a(aes_encrypt.c.obj)
+ .debug_loc     0x000000000001815c      0x3b1 zephyr/libzephyr.a(cmac_mode.c.obj)
+ .debug_loc     0x000000000001850d      0xa18 zephyr/arch/arch/arm/core/libarch__arm__core.a(fatal.c.obj)
+ .debug_loc     0x0000000000018f25     0x1c3d zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(fault.c.obj)
+ .debug_loc     0x000000000001ab62      0x122 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(scb.c.obj)
+ .debug_loc     0x000000000001ac84       0x3a zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(thread_abort.c.obj)
+ .debug_loc     0x000000000001acbe       0xbc zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(swap.c.obj)
+ .debug_loc     0x000000000001ad7a      0x184 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(irq_manage.c.obj)
+ .debug_loc     0x000000000001aefe      0x165 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(thread.c.obj)
+ .debug_loc     0x000000000001b063       0x56 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(cpu_idle.c.obj)
+ .debug_loc     0x000000000001b0b9       0x6a zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(irq_init.c.obj)
+ .debug_loc     0x000000000001b123       0x3f zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(isr_wrapper.c.obj)
+ .debug_loc     0x000000000001b162      0x7a9 zephyr/lib/libc/newlib/liblib__libc__newlib.a(libc-hooks.c.obj)
+ .debug_loc     0x000000000001b90b       0x2c zephyr/lib/libc/common/liblib__libc__common.a(abort.c.obj)
+ .debug_loc     0x000000000001b937       0xd9 zephyr/soc/soc/nrf52833/libsoc__nordic.a(soc.c.obj)
+ .debug_loc     0x000000000001ba10     0x256c zephyr/subsys/lorawan/libloramac-node.a(lorawan.c.obj)
+ .debug_loc     0x000000000001df7c       0xc2 zephyr/subsys/lorawan/libloramac-node.a(lw_priv.c.obj)
+ .debug_loc     0x000000000001e03e     0x1b3d zephyr/subsys/lorawan/libloramac-node.a(lorawan_nvm_settings.c.obj)
+ .debug_loc     0x000000000001fb7b      0x171 zephyr/subsys/lorawan/libloramac-node.a(hal_common.c.obj)
+ .debug_loc     0x000000000001fcec     0x141e zephyr/subsys/lorawan/libloramac-node.a(sx12xx_common.c.obj)
+ .debug_loc     0x000000000002110a     0x175f zephyr/subsys/lorawan/libloramac-node.a(sx127x.c.obj)
+ .debug_loc     0x0000000000022869      0x45f zephyr/subsys/lorawan/libloramac-node.a(utilities.c.obj)
+ .debug_loc     0x0000000000022cc8      0xd19 zephyr/subsys/lorawan/libloramac-node.a(systime.c.obj)
+ .debug_loc     0x00000000000239e1      0x4fb zephyr/subsys/lorawan/libloramac-node.a(timer.c.obj)
+ .debug_loc     0x0000000000023edc       0x8a zephyr/subsys/lorawan/libloramac-node.a(delay.c.obj)
+ .debug_loc     0x0000000000023f66     0x1ba5 zephyr/subsys/lorawan/libloramac-node.a(sx1276.c.obj)
+ .debug_loc     0x0000000000025b0b      0x5cd zephyr/subsys/lorawan/libloramac-node.a(aes.c.obj)
+ .debug_loc     0x00000000000260d8      0x23c zephyr/subsys/lorawan/libloramac-node.a(cmac.c.obj)
+ .debug_loc     0x0000000000026314      0xc71 zephyr/subsys/lorawan/libloramac-node.a(soft-se.c.obj)
+ .debug_loc     0x0000000000026f85       0x25 zephyr/subsys/lorawan/libloramac-node.a(soft-se-hal.c.obj)
+ .debug_loc     0x0000000000026faa     0x31de zephyr/subsys/lorawan/libloramac-node.a(LoRaMac.c.obj)
+ .debug_loc     0x000000000002a188      0x1bc zephyr/subsys/lorawan/libloramac-node.a(LoRaMacAdr.c.obj)
+ .debug_loc     0x000000000002a344       0xde zephyr/subsys/lorawan/libloramac-node.a(LoRaMacClassB.c.obj)
+ .debug_loc     0x000000000002a422      0x66a zephyr/subsys/lorawan/libloramac-node.a(LoRaMacCommands.c.obj)
+ .debug_loc     0x000000000002aa8c      0x485 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacConfirmQueue.c.obj)
+ .debug_loc     0x000000000002af11     0x1f3f zephyr/subsys/lorawan/libloramac-node.a(LoRaMacCrypto.c.obj)
+ .debug_loc     0x000000000002ce50      0x210 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacParser.c.obj)
+ .debug_loc     0x000000000002d060      0x4dd zephyr/subsys/lorawan/libloramac-node.a(LoRaMacSerializer.c.obj)
+ .debug_loc     0x000000000002d53d      0xc8d zephyr/subsys/lorawan/libloramac-node.a(Region.c.obj)
+ .debug_loc     0x000000000002e1ca     0x12d1 zephyr/subsys/lorawan/libloramac-node.a(RegionCommon.c.obj)
+ .debug_loc     0x000000000002f49b      0xd78 zephyr/subsys/lorawan/libloramac-node.a(RegionEU868.c.obj)
+ .debug_loc     0x0000000000030213      0x21f zephyr/subsys/random/libsubsys__random.a(random_xoshiro128.c.obj)
+ .debug_loc     0x0000000000030432      0x236 zephyr/subsys/bluetooth/common/libsubsys__bluetooth__common.a(bt_str.c.obj)
+ .debug_loc     0x0000000000030668       0xca zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(long_wq.c.obj)
+ .debug_loc     0x0000000000030732      0x570 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(uuid.c.obj)
+ .debug_loc     0x0000000000030ca2      0x2a2 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(addr.c.obj)
+ .debug_loc     0x0000000000030f44      0x270 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(buf.c.obj)
+ .debug_loc     0x00000000000311b4      0x2fd zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(data.c.obj)
+ .debug_loc     0x00000000000314b1     0x8b5f zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+ .debug_loc     0x000000000003a010     0x1537 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(id.c.obj)
+ .debug_loc     0x000000000003b547     0x2afe zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(adv.c.obj)
+ .debug_loc     0x000000000003e045     0x5904 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(conn.c.obj)
+ .debug_loc     0x0000000000043949     0x1cfd zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(l2cap.c.obj)
+ .debug_loc     0x0000000000045646     0x7222 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(att.c.obj)
+ .debug_loc     0x000000000004c868     0x5cf7 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(gatt.c.obj)
+ .debug_loc     0x000000000005255f      0x3a2 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(smp_null.c.obj)
+ .debug_loc     0x0000000000052901     0x15a5 zephyr/subsys/net/libsubsys__net.a(buf.c.obj)
+ .debug_loc     0x0000000000053ea6     0x2866 zephyr/subsys/net/libsubsys__net.a(buf_simple.c.obj)
+ .debug_loc     0x000000000005670c     0x1ba6 zephyr/drivers/adc/libdrivers__adc.a(adc_nrfx_saadc.c.obj)
+ .debug_loc     0x00000000000582b2     0x17f8 zephyr/drivers/clock_control/libdrivers__clock_control.a(clock_control_nrf.c.obj)
+ .debug_loc     0x0000000000059aaa       0x85 zephyr/drivers/console/libdrivers__console.a(uart_console.c.obj)
+ .debug_loc     0x0000000000059b2f      0xe4f zephyr/drivers/entropy/libdrivers__entropy.a(entropy_nrf5.c.obj)
+ .debug_loc     0x000000000005a97e       0xbb zephyr/drivers/entropy/libdrivers__entropy.a(entropy_bt_hci.c.obj)
+ .debug_loc     0x000000000005aa39      0xcf0 zephyr/drivers/flash/libdrivers__flash.a(soc_flash_nrf.c.obj)
+ .debug_loc     0x000000000005b729      0x393 zephyr/drivers/flash/libdrivers__flash.a(flash_page_layout.c.obj)
+ .debug_loc     0x000000000005babc     0x185a zephyr/drivers/gpio/libdrivers__gpio.a(gpio_nrfx.c.obj)
+ .debug_loc     0x000000000005d316     0x10e1 zephyr/drivers/i2c/libdrivers__i2c.a(i2c_nrfx_twim.c.obj)
+ .debug_loc     0x000000000005e3f7       0x42 zephyr/drivers/pinctrl/libdrivers__pinctrl.a(common.c.obj)
+ .debug_loc     0x000000000005e439      0x6e4 zephyr/drivers/pinctrl/libdrivers__pinctrl.a(pinctrl_nrf.c.obj)
+ .debug_loc     0x000000000005eb1d      0x754 zephyr/drivers/sensor/bosch/bme280/libdrivers__sensor__bosch__bme280.a(bme280.c.obj)
+ .debug_loc     0x000000000005f271      0x5f3 zephyr/drivers/sensor/bosch/bme280/libdrivers__sensor__bosch__bme280.a(bme280_spi.c.obj)
+ .debug_loc     0x000000000005f864      0xdf6 zephyr/drivers/sensor/st/stmemsc/libdrivers__sensor__st__stmemsc.a(stmemsc_i2c.c.obj)
+ .debug_loc     0x000000000006065a       0x4a zephyr/drivers/sensor/st/stmemsc/libdrivers__sensor__st__stmemsc.a(stmemsc_mdelay.c.obj)
+ .debug_loc     0x00000000000606a4     0x1251 zephyr/drivers/sensor/st/lis2dh/libdrivers__sensor__st__lis2dh.a(lis2dh.c.obj)
+ .debug_loc     0x00000000000618f5      0xeea zephyr/drivers/sensor/st/lis2dh/libdrivers__sensor__st__lis2dh.a(lis2dh_i2c.c.obj)
+ .debug_loc     0x00000000000627df     0x1577 zephyr/drivers/sensor/st/lis2mdl/libdrivers__sensor__st__lis2mdl.a(lis2mdl.c.obj)
+ .debug_loc     0x0000000000063d56      0xa9d zephyr/drivers/sensor/st/lis2mdl/libdrivers__sensor__st__lis2mdl.a(lis2mdl_trigger.c.obj)
+ .debug_loc     0x00000000000647f3      0x9e6 zephyr/drivers/serial/libdrivers__serial.a(uart_nrfx_uart.c.obj)
+ .debug_loc     0x00000000000651d9     0x2c0b zephyr/drivers/spi/libdrivers__spi.a(spi_nrfx_spim.c.obj)
+ .debug_loc     0x0000000000067de4      0x37d zephyr/drivers/spi/libdrivers__spi.a(spi_nrfx_common.c.obj)
+ .debug_loc     0x0000000000068161     0x1b3b zephyr/drivers/timer/libdrivers__timer.a(nrf_rtc_timer.c.obj)
+ .debug_loc     0x0000000000069c9c       0x1a modules/nrf/lib/multithreading_lock/lib..__nrf__lib__multithreading_lock.a(multithreading_lock.c.obj)
+ .debug_loc     0x0000000000069cb6     0x13f5 modules/nrf/subsys/bluetooth/controller/lib..__nrf__subsys__bluetooth__controller.a(hci_driver.c.obj)
+ .debug_loc     0x000000000006b0ab     0x1c92 modules/nrf/subsys/bluetooth/controller/lib..__nrf__subsys__bluetooth__controller.a(hci_internal.c.obj)
+ .debug_loc     0x000000000006cd3d      0x251 modules/nrf/subsys/bluetooth/controller/lib..__nrf__subsys__bluetooth__controller.a(crypto.c.obj)
+ .debug_loc     0x000000000006cf8e      0x81f modules/nrf/subsys/bluetooth/controller/lib..__nrf__subsys__bluetooth__controller.a(ecdh.c.obj)
+ .debug_loc     0x000000000006d7ad      0x460 modules/nrf/subsys/mpsl/init/lib..__nrf__subsys__mpsl__init.a(mpsl_init.c.obj)
+ .debug_loc     0x000000000006dc0d       0xa7 modules/nrf/drivers/mpsl/clock_control/lib..__nrf__drivers__mpsl__clock_control.a(nrfx_clock_mpsl.c.obj)
+ .debug_loc     0x000000000006dcb4      0x57b modules/nrf/drivers/mpsl/flash_sync/lib..__nrf__drivers__mpsl__flash_sync.a(flash_sync_mpsl.c.obj)
+ .debug_loc     0x000000000006e22f      0x247 modules/nrf/drivers/mpsl/temp_nrf5/lib..__nrf__drivers__mpsl__temp_nrf5.a(temp_nrf5_mpsl.c.obj)
+ .debug_loc     0x000000000006e476       0xd6 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(system_nrf52833.c.obj)
+ .debug_loc     0x000000000006e54c      0x258 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_glue.c.obj)
+ .debug_loc     0x000000000006e7a4      0x221 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_flag32_allocator.c.obj)
+ .debug_loc     0x000000000006e9c5     0x3f72 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_gpiote.c.obj)
+ .debug_loc     0x0000000000072937      0xe80 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_nvmc.c.obj)
+ .debug_loc     0x00000000000737b7     0x1c7d modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_spim.c.obj)
+ .debug_loc     0x0000000000075434     0x27e2 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_twim.c.obj)
+ .debug_loc     0x0000000000077c16      0x3e5 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_twi_twim.c.obj)
+ .debug_loc     0x0000000000077ffb       0x32 zephyr/kernel/libkernel.a(busy_wait.c.obj)
+ .debug_loc     0x000000000007802d       0xd2 zephyr/kernel/libkernel.a(device.c.obj)
+ .debug_loc     0x00000000000780ff      0x916 zephyr/kernel/libkernel.a(fatal.c.obj)
+ .debug_loc     0x0000000000078a15      0x891 zephyr/kernel/libkernel.a(init.c.obj)
+ .debug_loc     0x00000000000792a6      0x4e4 zephyr/kernel/libkernel.a(kheap.c.obj)
+ .debug_loc     0x000000000007978a      0x54e zephyr/kernel/libkernel.a(mem_slab.c.obj)
+ .debug_loc     0x0000000000079cd8       0x86 zephyr/kernel/libkernel.a(idle.c.obj)
+ .debug_loc     0x0000000000079d5e      0x769 zephyr/kernel/libkernel.a(mutex.c.obj)
+ .debug_loc     0x000000000007a4c7     0x1627 zephyr/kernel/libkernel.a(queue.c.obj)
+ .debug_loc     0x000000000007baee      0x49d zephyr/kernel/libkernel.a(sem.c.obj)
+ .debug_loc     0x000000000007bf8b     0x3ab3 zephyr/kernel/libkernel.a(work.c.obj)
+ .debug_loc     0x000000000007fa3e      0x9ab zephyr/kernel/libkernel.a(thread.c.obj)
+ .debug_loc     0x00000000000803e9     0x3dba zephyr/kernel/libkernel.a(sched.c.obj)
+ .debug_loc     0x00000000000841a3      0x3fe zephyr/kernel/libkernel.a(timeslicing.c.obj)
+ .debug_loc     0x00000000000845a1      0xfa5 zephyr/kernel/libkernel.a(timeout.c.obj)
+ .debug_loc     0x0000000000085546      0x951 zephyr/kernel/libkernel.a(timer.c.obj)
+ .debug_loc     0x0000000000085e97     0x1b37 zephyr/kernel/libkernel.a(poll.c.obj)
+ .debug_loc     0x00000000000879ce      0x2bc zephyr/kernel/libkernel.a(mempool.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   0x0000000000000000    0x13ef8
+ *(SORT_BY_ALIGNMENT(.debug_ranges))
+ .debug_ranges  0x0000000000000000       0x20 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(swap_helper.S.obj)
+ .debug_ranges  0x0000000000000020       0x10 zephyr/CMakeFiles/offsets.dir/./arch/arm/core/offsets/offsets.c.obj
+ .debug_ranges  0x0000000000000030      0x638 app/libapp.a(main.c.obj)
+ .debug_ranges  0x0000000000000668       0x18 zephyr/libzephyr.a(crc8_sw.c.obj)
+ .debug_ranges  0x0000000000000680      0x550 zephyr/libzephyr.a(heap.c.obj)
+ .debug_ranges  0x0000000000000bd0      0x360 zephyr/libzephyr.a(cbprintf_packaged.c.obj)
+ .debug_ranges  0x0000000000000f30       0x68 zephyr/libzephyr.a(printk.c.obj)
+ .debug_ranges  0x0000000000000f98       0x10 zephyr/libzephyr.a(thread_entry.c.obj)
+ .debug_ranges  0x0000000000000fa8      0x1d0 zephyr/libzephyr.a(cbprintf_complete.c.obj)
+ .debug_ranges  0x0000000000001178       0x18 zephyr/libzephyr.a(assert.c.obj)
+ .debug_ranges  0x0000000000001190      0x4b0 zephyr/libzephyr.a(mpsc_pbuf.c.obj)
+ .debug_ranges  0x0000000000001640      0x420 zephyr/libzephyr.a(onoff.c.obj)
+ .debug_ranges  0x0000000000001a60       0x38 zephyr/libzephyr.a(notify.c.obj)
+ .debug_ranges  0x0000000000001a98       0x10 zephyr/libzephyr.a(configs.c.obj)
+ .debug_ranges  0x0000000000001aa8      0x420 zephyr/libzephyr.a(nvs.c.obj)
+ .debug_ranges  0x0000000000001ec8      0x4c0 zephyr/libzephyr.a(log_core.c.obj)
+ .debug_ranges  0x0000000000002388      0x310 zephyr/libzephyr.a(log_mgmt.c.obj)
+ .debug_ranges  0x0000000000002698      0x238 zephyr/libzephyr.a(log_msg.c.obj)
+ .debug_ranges  0x00000000000028d0      0x240 zephyr/libzephyr.a(log_output.c.obj)
+ .debug_ranges  0x0000000000002b10       0xa8 zephyr/libzephyr.a(log_backend_uart.c.obj)
+ .debug_ranges  0x0000000000002bb8      0x188 zephyr/libzephyr.a(flash_map.c.obj)
+ .debug_ranges  0x0000000000002d40       0x38 zephyr/libzephyr.a(flash_map_layout.c.obj)
+ .debug_ranges  0x0000000000002d78       0x90 zephyr/libzephyr.a(settings_store.c.obj)
+ .debug_ranges  0x0000000000002e08      0x238 zephyr/libzephyr.a(settings.c.obj)
+ .debug_ranges  0x0000000000003040       0x30 zephyr/libzephyr.a(settings_init.c.obj)
+ .debug_ranges  0x0000000000003070       0x48 zephyr/libzephyr.a(settings_nvs.c.obj)
+ .debug_ranges  0x00000000000030b8       0x10 zephyr/libzephyr.a(banner.c.obj)
+ .debug_ranges  0x00000000000030c8      0x1a0 zephyr/libzephyr.a(lis2mdl_reg.c.obj)
+ .debug_ranges  0x0000000000003268       0x50 zephyr/libzephyr.a(utils.c.obj)
+ .debug_ranges  0x00000000000032b8       0x38 zephyr/libzephyr.a(aes_encrypt.c.obj)
+ .debug_ranges  0x00000000000032f0       0x50 zephyr/libzephyr.a(cmac_mode.c.obj)
+ .debug_ranges  0x0000000000003340       0x98 zephyr/arch/arch/arm/core/libarch__arm__core.a(fatal.c.obj)
+ .debug_ranges  0x00000000000033d8       0x10 zephyr/arch/arch/arm/core/libarch__arm__core.a(nmi.c.obj)
+ .debug_ranges  0x00000000000033e8       0x10 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(exc_exit.c.obj)
+ .debug_ranges  0x00000000000033f8      0x438 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(fault.c.obj)
+ .debug_ranges  0x0000000000003830       0x18 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(scb.c.obj)
+ .debug_ranges  0x0000000000003848       0x10 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(thread_abort.c.obj)
+ .debug_ranges  0x0000000000003858       0x18 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(swap.c.obj)
+ .debug_ranges  0x0000000000003870       0x30 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(irq_manage.c.obj)
+ .debug_ranges  0x00000000000038a0       0x28 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(prep_c.c.obj)
+ .debug_ranges  0x00000000000038c8       0x28 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(thread.c.obj)
+ .debug_ranges  0x00000000000038f0       0x20 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(cpu_idle.c.obj)
+ .debug_ranges  0x0000000000003910       0x38 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(irq_init.c.obj)
+ .debug_ranges  0x0000000000003948       0x28 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(isr_wrapper.c.obj)
+ .debug_ranges  0x0000000000003970      0x190 zephyr/lib/libc/newlib/liblib__libc__newlib.a(libc-hooks.c.obj)
+ .debug_ranges  0x0000000000003b00       0x10 zephyr/lib/libc/common/liblib__libc__common.a(abort.c.obj)
+ .debug_ranges  0x0000000000003b10       0x18 zephyr/soc/soc/nrf52833/libsoc__nordic.a(soc.c.obj)
+ .debug_ranges  0x0000000000003b28      0x718 zephyr/subsys/lorawan/libloramac-node.a(lorawan.c.obj)
+ .debug_ranges  0x0000000000004240       0x28 zephyr/subsys/lorawan/libloramac-node.a(lw_priv.c.obj)
+ .debug_ranges  0x0000000000004268      0x3c0 zephyr/subsys/lorawan/libloramac-node.a(lorawan_nvm_settings.c.obj)
+ .debug_ranges  0x0000000000004628      0x118 zephyr/subsys/lorawan/libloramac-node.a(hal_common.c.obj)
+ .debug_ranges  0x0000000000004740      0x340 zephyr/subsys/lorawan/libloramac-node.a(sx12xx_common.c.obj)
+ .debug_ranges  0x0000000000004a80      0x3b8 zephyr/subsys/lorawan/libloramac-node.a(sx127x.c.obj)
+ .debug_ranges  0x0000000000004e38       0xd8 zephyr/subsys/lorawan/libloramac-node.a(utilities.c.obj)
+ .debug_ranges  0x0000000000004f10       0xd8 zephyr/subsys/lorawan/libloramac-node.a(systime.c.obj)
+ .debug_ranges  0x0000000000004fe8       0x90 zephyr/subsys/lorawan/libloramac-node.a(timer.c.obj)
+ .debug_ranges  0x0000000000005078       0x30 zephyr/subsys/lorawan/libloramac-node.a(delay.c.obj)
+ .debug_ranges  0x00000000000050a8      0x238 zephyr/subsys/lorawan/libloramac-node.a(sx1276.c.obj)
+ .debug_ranges  0x00000000000052e0      0x188 zephyr/subsys/lorawan/libloramac-node.a(aes.c.obj)
+ .debug_ranges  0x0000000000005468       0x98 zephyr/subsys/lorawan/libloramac-node.a(cmac.c.obj)
+ .debug_ranges  0x0000000000005500      0x120 zephyr/subsys/lorawan/libloramac-node.a(soft-se.c.obj)
+ .debug_ranges  0x0000000000005620       0x10 zephyr/subsys/lorawan/libloramac-node.a(soft-se-hal.c.obj)
+ .debug_ranges  0x0000000000005630      0x608 zephyr/subsys/lorawan/libloramac-node.a(LoRaMac.c.obj)
+ .debug_ranges  0x0000000000005c38       0x10 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacAdr.c.obj)
+ .debug_ranges  0x0000000000005c48      0x100 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacClassB.c.obj)
+ .debug_ranges  0x0000000000005d48      0x130 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacCommands.c.obj)
+ .debug_ranges  0x0000000000005e78      0x190 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacConfirmQueue.c.obj)
+ .debug_ranges  0x0000000000006008      0x2a8 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacCrypto.c.obj)
+ .debug_ranges  0x00000000000062b0       0x18 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacParser.c.obj)
+ .debug_ranges  0x00000000000062c8       0x28 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacSerializer.c.obj)
+ .debug_ranges  0x00000000000062f0       0xb8 zephyr/subsys/lorawan/libloramac-node.a(Region.c.obj)
+ .debug_ranges  0x00000000000063a8      0x2b8 zephyr/subsys/lorawan/libloramac-node.a(RegionCommon.c.obj)
+ .debug_ranges  0x0000000000006660      0x108 zephyr/subsys/lorawan/libloramac-node.a(RegionEU868.c.obj)
+ .debug_ranges  0x0000000000006768       0x80 zephyr/subsys/random/libsubsys__random.a(random_xoshiro128.c.obj)
+ .debug_ranges  0x00000000000067e8       0x68 zephyr/subsys/bluetooth/common/libsubsys__bluetooth__common.a(bt_str.c.obj)
+ .debug_ranges  0x0000000000006850       0x28 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(long_wq.c.obj)
+ .debug_ranges  0x0000000000006878       0x58 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(uuid.c.obj)
+ .debug_ranges  0x00000000000068d0       0x78 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(addr.c.obj)
+ .debug_ranges  0x0000000000006948       0x48 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(buf.c.obj)
+ .debug_ranges  0x0000000000006990       0x98 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(data.c.obj)
+ .debug_ranges  0x0000000000006a28     0x17b0 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+ .debug_ranges  0x00000000000081d8      0x2f8 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(id.c.obj)
+ .debug_ranges  0x00000000000084d0      0x520 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(adv.c.obj)
+ .debug_ranges  0x00000000000089f0      0xde0 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(conn.c.obj)
+ .debug_ranges  0x00000000000097d0      0x4e8 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(l2cap.c.obj)
+ .debug_ranges  0x0000000000009cb8      0xd98 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(att.c.obj)
+ .debug_ranges  0x000000000000aa50      0x9f0 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(gatt.c.obj)
+ .debug_ranges  0x000000000000b440       0xc8 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(smp_null.c.obj)
+ .debug_ranges  0x000000000000b508      0x258 zephyr/subsys/net/libsubsys__net.a(buf.c.obj)
+ .debug_ranges  0x000000000000b760      0xab8 zephyr/subsys/net/libsubsys__net.a(buf_simple.c.obj)
+ .debug_ranges  0x000000000000c218      0x3c0 zephyr/drivers/adc/libdrivers__adc.a(adc_nrfx_saadc.c.obj)
+ .debug_ranges  0x000000000000c5d8      0x438 zephyr/drivers/clock_control/libdrivers__clock_control.a(clock_control_nrf.c.obj)
+ .debug_ranges  0x000000000000ca10       0x38 zephyr/drivers/console/libdrivers__console.a(uart_console.c.obj)
+ .debug_ranges  0x000000000000ca48      0x268 zephyr/drivers/entropy/libdrivers__entropy.a(entropy_nrf5.c.obj)
+ .debug_ranges  0x000000000000ccb0       0x18 zephyr/drivers/entropy/libdrivers__entropy.a(entropy_bt_hci.c.obj)
+ .debug_ranges  0x000000000000ccc8      0x1c8 zephyr/drivers/flash/libdrivers__flash.a(soc_flash_nrf.c.obj)
+ .debug_ranges  0x000000000000ce90       0x48 zephyr/drivers/flash/libdrivers__flash.a(flash_page_layout.c.obj)
+ .debug_ranges  0x000000000000ced8      0x2d0 zephyr/drivers/gpio/libdrivers__gpio.a(gpio_nrfx.c.obj)
+ .debug_ranges  0x000000000000d1a8       0x10 zephyr/drivers/i2c/libdrivers__i2c.a(i2c_common.c.obj)
+ .debug_ranges  0x000000000000d1b8      0x3b8 zephyr/drivers/i2c/libdrivers__i2c.a(i2c_nrfx_twim.c.obj)
+ .debug_ranges  0x000000000000d570       0x10 zephyr/drivers/pinctrl/libdrivers__pinctrl.a(common.c.obj)
+ .debug_ranges  0x000000000000d580      0x118 zephyr/drivers/pinctrl/libdrivers__pinctrl.a(pinctrl_nrf.c.obj)
+ .debug_ranges  0x000000000000d698       0x98 zephyr/drivers/sensor/bosch/bme280/libdrivers__sensor__bosch__bme280.a(bme280.c.obj)
+ .debug_ranges  0x000000000000d730       0x98 zephyr/drivers/sensor/bosch/bme280/libdrivers__sensor__bosch__bme280.a(bme280_spi.c.obj)
+ .debug_ranges  0x000000000000d7c8      0x218 zephyr/drivers/sensor/st/stmemsc/libdrivers__sensor__st__stmemsc.a(stmemsc_i2c.c.obj)
+ .debug_ranges  0x000000000000d9e0       0x48 zephyr/drivers/sensor/st/stmemsc/libdrivers__sensor__st__stmemsc.a(stmemsc_mdelay.c.obj)
+ .debug_ranges  0x000000000000da28      0x358 zephyr/drivers/sensor/st/lis2dh/libdrivers__sensor__st__lis2dh.a(lis2dh.c.obj)
+ .debug_ranges  0x000000000000dd80      0x268 zephyr/drivers/sensor/st/lis2dh/libdrivers__sensor__st__lis2dh.a(lis2dh_i2c.c.obj)
+ .debug_ranges  0x000000000000dfe8      0x2f0 zephyr/drivers/sensor/st/lis2mdl/libdrivers__sensor__st__lis2mdl.a(lis2mdl.c.obj)
+ .debug_ranges  0x000000000000e2d8      0x138 zephyr/drivers/sensor/st/lis2mdl/libdrivers__sensor__st__lis2mdl.a(lis2mdl_trigger.c.obj)
+ .debug_ranges  0x000000000000e410      0x1a0 zephyr/drivers/serial/libdrivers__serial.a(uart_nrfx_uart.c.obj)
+ .debug_ranges  0x000000000000e5b0      0x688 zephyr/drivers/spi/libdrivers__spi.a(spi_nrfx_spim.c.obj)
+ .debug_ranges  0x000000000000ec38       0x50 zephyr/drivers/spi/libdrivers__spi.a(spi_nrfx_common.c.obj)
+ .debug_ranges  0x000000000000ec88      0x590 zephyr/drivers/timer/libdrivers__timer.a(nrf_rtc_timer.c.obj)
+ .debug_ranges  0x000000000000f218       0x30 modules/nrf/lib/multithreading_lock/lib..__nrf__lib__multithreading_lock.a(multithreading_lock.c.obj)
+ .debug_ranges  0x000000000000f248      0x328 modules/nrf/subsys/bluetooth/controller/lib..__nrf__subsys__bluetooth__controller.a(hci_driver.c.obj)
+ .debug_ranges  0x000000000000f570      0x210 modules/nrf/subsys/bluetooth/controller/lib..__nrf__subsys__bluetooth__controller.a(hci_internal.c.obj)
+ .debug_ranges  0x000000000000f780       0x68 modules/nrf/subsys/bluetooth/controller/lib..__nrf__subsys__bluetooth__controller.a(crypto.c.obj)
+ .debug_ranges  0x000000000000f7e8      0x150 modules/nrf/subsys/bluetooth/controller/lib..__nrf__subsys__bluetooth__controller.a(ecdh.c.obj)
+ .debug_ranges  0x000000000000f938      0x1a0 modules/nrf/subsys/mpsl/init/lib..__nrf__subsys__mpsl__init.a(mpsl_init.c.obj)
+ .debug_ranges  0x000000000000fad8       0x10 modules/nrf/subsys/mpsl/fem/lib..__nrf__subsys__mpsl__fem.a(mpsl_fem_api_init.c.obj)
+ .debug_ranges  0x000000000000fae8       0x38 modules/nrf/drivers/mpsl/clock_control/lib..__nrf__drivers__mpsl__clock_control.a(nrfx_clock_mpsl.c.obj)
+ .debug_ranges  0x000000000000fb20       0xa0 modules/nrf/drivers/mpsl/flash_sync/lib..__nrf__drivers__mpsl__flash_sync.a(flash_sync_mpsl.c.obj)
+ .debug_ranges  0x000000000000fbc0       0x20 modules/nrf/drivers/mpsl/temp_nrf5/lib..__nrf__drivers__mpsl__temp_nrf5.a(temp_nrf5_mpsl.c.obj)
+ .debug_ranges  0x000000000000fbe0       0x28 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(system_nrf52833.c.obj)
+ .debug_ranges  0x000000000000fc08       0x20 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_glue.c.obj)
+ .debug_ranges  0x000000000000fc28       0x58 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_flag32_allocator.c.obj)
+ .debug_ranges  0x000000000000fc80      0xb20 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_gpiote.c.obj)
+ .debug_ranges  0x00000000000107a0      0x248 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_nvmc.c.obj)
+ .debug_ranges  0x00000000000109e8      0x368 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_spim.c.obj)
+ .debug_ranges  0x0000000000010d50      0x410 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_twim.c.obj)
+ .debug_ranges  0x0000000000011160      0x178 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_twi_twim.c.obj)
+ .debug_ranges  0x00000000000112d8       0x10 zephyr/kernel/libkernel.a(busy_wait.c.obj)
+ .debug_ranges  0x00000000000112e8       0xa0 zephyr/kernel/libkernel.a(device.c.obj)
+ .debug_ranges  0x0000000000011388      0x268 zephyr/kernel/libkernel.a(fatal.c.obj)
+ .debug_ranges  0x00000000000115f0      0x2b8 zephyr/kernel/libkernel.a(init.c.obj)
+ .debug_ranges  0x00000000000118a8       0xa0 zephyr/kernel/libkernel.a(kheap.c.obj)
+ .debug_ranges  0x0000000000011948       0xe0 zephyr/kernel/libkernel.a(mem_slab.c.obj)
+ .debug_ranges  0x0000000000011a28       0x50 zephyr/kernel/libkernel.a(idle.c.obj)
+ .debug_ranges  0x0000000000011a78       0xa0 zephyr/kernel/libkernel.a(mutex.c.obj)
+ .debug_ranges  0x0000000000011b18      0x378 zephyr/kernel/libkernel.a(queue.c.obj)
+ .debug_ranges  0x0000000000011e90       0xd0 zephyr/kernel/libkernel.a(sem.c.obj)
+ .debug_ranges  0x0000000000011f60       0x10 zephyr/kernel/libkernel.a(system_work_q.c.obj)
+ .debug_ranges  0x0000000000011f70      0x748 zephyr/kernel/libkernel.a(work.c.obj)
+ .debug_ranges  0x00000000000126b8      0x1b8 zephyr/kernel/libkernel.a(thread.c.obj)
+ .debug_ranges  0x0000000000012870      0xc88 zephyr/kernel/libkernel.a(sched.c.obj)
+ .debug_ranges  0x00000000000134f8       0xa8 zephyr/kernel/libkernel.a(timeslicing.c.obj)
+ .debug_ranges  0x00000000000135a0       0x10 zephyr/kernel/libkernel.a(xip.c.obj)
+ .debug_ranges  0x00000000000135b0      0x478 zephyr/kernel/libkernel.a(timeout.c.obj)
+ .debug_ranges  0x0000000000013a28      0x158 zephyr/kernel/libkernel.a(timer.c.obj)
+ .debug_ranges  0x0000000000013b80      0x348 zephyr/kernel/libkernel.a(poll.c.obj)
+ .debug_ranges  0x0000000000013ec8       0x30 zephyr/kernel/libkernel.a(mempool.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
+                0x0000000000000000       0x2e
+ *(SORT_BY_ALIGNMENT(.ARM.attributes))
+ .ARM.attributes
+                0x0000000000000000       0x30 zephyr/CMakeFiles/zephyr_final.dir/misc/empty_file.c.obj
+ .ARM.attributes
+                0x0000000000000030       0x30 zephyr/CMakeFiles/zephyr_final.dir/isr_tables.c.obj
+ .ARM.attributes
+                0x0000000000000060       0x30 zephyr/CMakeFiles/offsets.dir/./arch/arm/core/offsets/offsets.c.obj
+ .ARM.attributes
+                0x0000000000000090       0x30 app/libapp.a(main.c.obj)
+ .ARM.attributes
+                0x00000000000000c0       0x30 zephyr/libzephyr.a(crc32c_sw.c.obj)
+ .ARM.attributes
+                0x00000000000000f0       0x30 zephyr/libzephyr.a(crc32_sw.c.obj)
+ .ARM.attributes
+                0x0000000000000120       0x30 zephyr/libzephyr.a(crc24_sw.c.obj)
+ .ARM.attributes
+                0x0000000000000150       0x30 zephyr/libzephyr.a(crc16_sw.c.obj)
+ .ARM.attributes
+                0x0000000000000180       0x30 zephyr/libzephyr.a(crc8_sw.c.obj)
+ .ARM.attributes
+                0x00000000000001b0       0x30 zephyr/libzephyr.a(crc7_sw.c.obj)
+ .ARM.attributes
+                0x00000000000001e0       0x30 zephyr/libzephyr.a(crc4_sw.c.obj)
+ .ARM.attributes
+                0x0000000000000210       0x30 zephyr/libzephyr.a(heap.c.obj)
+ .ARM.attributes
+                0x0000000000000240       0x30 zephyr/libzephyr.a(cbprintf_packaged.c.obj)
+ .ARM.attributes
+                0x0000000000000270       0x30 zephyr/libzephyr.a(printk.c.obj)
+ .ARM.attributes
+                0x00000000000002a0       0x30 zephyr/libzephyr.a(sem.c.obj)
+ .ARM.attributes
+                0x00000000000002d0       0x30 zephyr/libzephyr.a(thread_entry.c.obj)
+ .ARM.attributes
+                0x0000000000000300       0x30 zephyr/libzephyr.a(cbprintf_complete.c.obj)
+ .ARM.attributes
+                0x0000000000000330       0x30 zephyr/libzephyr.a(cbprintf.c.obj)
+ .ARM.attributes
+                0x0000000000000360       0x30 zephyr/libzephyr.a(assert.c.obj)
+ .ARM.attributes
+                0x0000000000000390       0x30 zephyr/libzephyr.a(mpsc_pbuf.c.obj)
+ .ARM.attributes
+                0x00000000000003c0       0x30 zephyr/libzephyr.a(dec.c.obj)
+ .ARM.attributes
+                0x00000000000003f0       0x30 zephyr/libzephyr.a(hex.c.obj)
+ .ARM.attributes
+                0x0000000000000420       0x30 zephyr/libzephyr.a(rb.c.obj)
+ .ARM.attributes
+                0x0000000000000450       0x30 zephyr/libzephyr.a(timeutil.c.obj)
+ .ARM.attributes
+                0x0000000000000480       0x30 zephyr/libzephyr.a(bitarray.c.obj)
+ .ARM.attributes
+                0x00000000000004b0       0x30 zephyr/libzephyr.a(onoff.c.obj)
+ .ARM.attributes
+                0x00000000000004e0       0x30 zephyr/libzephyr.a(notify.c.obj)
+ .ARM.attributes
+                0x0000000000000510       0x30 zephyr/libzephyr.a(configs.c.obj)
+ .ARM.attributes
+                0x0000000000000540       0x30 zephyr/libzephyr.a(nvs.c.obj)
+ .ARM.attributes
+                0x0000000000000570       0x30 zephyr/libzephyr.a(log_core.c.obj)
+ .ARM.attributes
+                0x00000000000005a0       0x30 zephyr/libzephyr.a(log_mgmt.c.obj)
+ .ARM.attributes
+                0x00000000000005d0       0x30 zephyr/libzephyr.a(log_cache.c.obj)
+ .ARM.attributes
+                0x0000000000000600       0x30 zephyr/libzephyr.a(log_msg.c.obj)
+ .ARM.attributes
+                0x0000000000000630       0x30 zephyr/libzephyr.a(log_output.c.obj)
+ .ARM.attributes
+                0x0000000000000660       0x30 zephyr/libzephyr.a(log_backend_uart.c.obj)
+ .ARM.attributes
+                0x0000000000000690       0x30 zephyr/libzephyr.a(flash_map.c.obj)
+ .ARM.attributes
+                0x00000000000006c0       0x30 zephyr/libzephyr.a(flash_map_default.c.obj)
+ .ARM.attributes
+                0x00000000000006f0       0x30 zephyr/libzephyr.a(flash_map_layout.c.obj)
+ .ARM.attributes
+                0x0000000000000720       0x30 zephyr/libzephyr.a(tracing_none.c.obj)
+ .ARM.attributes
+                0x0000000000000750       0x30 zephyr/libzephyr.a(addr_utils.c.obj)
+ .ARM.attributes
+                0x0000000000000780       0x30 zephyr/libzephyr.a(settings_store.c.obj)
+ .ARM.attributes
+                0x00000000000007b0       0x30 zephyr/libzephyr.a(settings.c.obj)
+ .ARM.attributes
+                0x00000000000007e0       0x30 zephyr/libzephyr.a(settings_init.c.obj)
+ .ARM.attributes
+                0x0000000000000810       0x30 zephyr/libzephyr.a(settings_line.c.obj)
+ .ARM.attributes
+                0x0000000000000840       0x30 zephyr/libzephyr.a(settings_nvs.c.obj)
+ .ARM.attributes
+                0x0000000000000870       0x30 zephyr/libzephyr.a(banner.c.obj)
+ .ARM.attributes
+                0x00000000000008a0       0x30 zephyr/libzephyr.a(host_extensions.c.obj)
+ .ARM.attributes
+                0x00000000000008d0       0x30 zephyr/libzephyr.a(lis2mdl_reg.c.obj)
+ .ARM.attributes
+                0x0000000000000900       0x30 zephyr/libzephyr.a(utils.c.obj)
+ .ARM.attributes
+                0x0000000000000930       0x30 zephyr/libzephyr.a(aes_decrypt.c.obj)
+ .ARM.attributes
+                0x0000000000000960       0x30 zephyr/libzephyr.a(aes_encrypt.c.obj)
+ .ARM.attributes
+                0x0000000000000990       0x30 zephyr/libzephyr.a(cmac_mode.c.obj)
+ .ARM.attributes
+                0x00000000000009c0       0x30 zephyr/arch/common/libarch__common.a(sw_isr_common.c.obj)
+ .ARM.attributes
+                0x00000000000009f0       0x30 zephyr/arch/arch/arm/core/libarch__arm__core.a(fatal.c.obj)
+ .ARM.attributes
+                0x0000000000000a20       0x30 zephyr/arch/arch/arm/core/libarch__arm__core.a(nmi.c.obj)
+ .ARM.attributes
+                0x0000000000000a50       0x1c zephyr/arch/arch/arm/core/libarch__arm__core.a(nmi_on_reset.S.obj)
+ .ARM.attributes
+                0x0000000000000a6c       0x30 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(exc_exit.c.obj)
+ .ARM.attributes
+                0x0000000000000a9c       0x30 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(fault.c.obj)
+ .ARM.attributes
+                0x0000000000000acc       0x1c zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(fault_s.S.obj)
+ .ARM.attributes
+                0x0000000000000ae8       0x30 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(fpu.c.obj)
+ .ARM.attributes
+                0x0000000000000b18       0x1c zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(reset.S.obj)
+ .ARM.attributes
+                0x0000000000000b34       0x30 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(scb.c.obj)
+ .ARM.attributes
+                0x0000000000000b64       0x30 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(thread_abort.c.obj)
+ .ARM.attributes
+                0x0000000000000b94       0x1e zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(vector_table.S.obj)
+ .ARM.attributes
+                0x0000000000000bb2       0x30 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(swap.c.obj)
+ .ARM.attributes
+                0x0000000000000be2       0x1c zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(swap_helper.S.obj)
+ .ARM.attributes
+                0x0000000000000bfe       0x30 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(irq_manage.c.obj)
+ .ARM.attributes
+                0x0000000000000c2e       0x30 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(prep_c.c.obj)
+ .ARM.attributes
+                0x0000000000000c5e       0x30 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(thread.c.obj)
+ .ARM.attributes
+                0x0000000000000c8e       0x30 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(cpu_idle.c.obj)
+ .ARM.attributes
+                0x0000000000000cbe       0x30 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(irq_init.c.obj)
+ .ARM.attributes
+                0x0000000000000cee       0x30 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(isr_wrapper.c.obj)
+ .ARM.attributes
+                0x0000000000000d1e       0x30 zephyr/lib/libc/newlib/liblib__libc__newlib.a(libc-hooks.c.obj)
+ .ARM.attributes
+                0x0000000000000d4e       0x30 zephyr/lib/libc/common/liblib__libc__common.a(abort.c.obj)
+ .ARM.attributes
+                0x0000000000000d7e       0x30 zephyr/soc/soc/nrf52833/libsoc__nordic.a(validate_base_addresses.c.obj)
+ .ARM.attributes
+                0x0000000000000dae       0x30 zephyr/soc/soc/nrf52833/libsoc__nordic.a(validate_binding_headers.c.obj)
+ .ARM.attributes
+                0x0000000000000dde       0x30 zephyr/soc/soc/nrf52833/libsoc__nordic.a(validate_enabled_instances.c.obj)
+ .ARM.attributes
+                0x0000000000000e0e       0x30 zephyr/soc/soc/nrf52833/libsoc__nordic.a(soc.c.obj)
+ .ARM.attributes
+                0x0000000000000e3e       0x30 zephyr/subsys/lorawan/libloramac-node.a(lorawan.c.obj)
+ .ARM.attributes
+                0x0000000000000e6e       0x30 zephyr/subsys/lorawan/libloramac-node.a(lw_priv.c.obj)
+ .ARM.attributes
+                0x0000000000000e9e       0x30 zephyr/subsys/lorawan/libloramac-node.a(lorawan_nvm_settings.c.obj)
+ .ARM.attributes
+                0x0000000000000ece       0x30 zephyr/subsys/lorawan/libloramac-node.a(hal_common.c.obj)
+ .ARM.attributes
+                0x0000000000000efe       0x30 zephyr/subsys/lorawan/libloramac-node.a(sx12xx_common.c.obj)
+ .ARM.attributes
+                0x0000000000000f2e       0x30 zephyr/subsys/lorawan/libloramac-node.a(sx127x.c.obj)
+ .ARM.attributes
+                0x0000000000000f5e       0x30 zephyr/subsys/lorawan/libloramac-node.a(utilities.c.obj)
+ .ARM.attributes
+                0x0000000000000f8e       0x30 zephyr/subsys/lorawan/libloramac-node.a(systime.c.obj)
+ .ARM.attributes
+                0x0000000000000fbe       0x30 zephyr/subsys/lorawan/libloramac-node.a(timer.c.obj)
+ .ARM.attributes
+                0x0000000000000fee       0x30 zephyr/subsys/lorawan/libloramac-node.a(delay.c.obj)
+ .ARM.attributes
+                0x000000000000101e       0x30 zephyr/subsys/lorawan/libloramac-node.a(sx1276.c.obj)
+ .ARM.attributes
+                0x000000000000104e       0x30 zephyr/subsys/lorawan/libloramac-node.a(aes.c.obj)
+ .ARM.attributes
+                0x000000000000107e       0x30 zephyr/subsys/lorawan/libloramac-node.a(cmac.c.obj)
+ .ARM.attributes
+                0x00000000000010ae       0x30 zephyr/subsys/lorawan/libloramac-node.a(soft-se.c.obj)
+ .ARM.attributes
+                0x00000000000010de       0x30 zephyr/subsys/lorawan/libloramac-node.a(soft-se-hal.c.obj)
+ .ARM.attributes
+                0x000000000000110e       0x30 zephyr/subsys/lorawan/libloramac-node.a(LoRaMac.c.obj)
+ .ARM.attributes
+                0x000000000000113e       0x30 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacAdr.c.obj)
+ .ARM.attributes
+                0x000000000000116e       0x30 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacClassB.c.obj)
+ .ARM.attributes
+                0x000000000000119e       0x30 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacCommands.c.obj)
+ .ARM.attributes
+                0x00000000000011ce       0x30 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacConfirmQueue.c.obj)
+ .ARM.attributes
+                0x00000000000011fe       0x30 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacCrypto.c.obj)
+ .ARM.attributes
+                0x000000000000122e       0x30 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacParser.c.obj)
+ .ARM.attributes
+                0x000000000000125e       0x30 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacSerializer.c.obj)
+ .ARM.attributes
+                0x000000000000128e       0x30 zephyr/subsys/lorawan/libloramac-node.a(Region.c.obj)
+ .ARM.attributes
+                0x00000000000012be       0x30 zephyr/subsys/lorawan/libloramac-node.a(RegionCommon.c.obj)
+ .ARM.attributes
+                0x00000000000012ee       0x30 zephyr/subsys/lorawan/libloramac-node.a(RegionEU868.c.obj)
+ .ARM.attributes
+                0x000000000000131e       0x30 zephyr/subsys/random/libsubsys__random.a(random_xoshiro128.c.obj)
+ .ARM.attributes
+                0x000000000000134e       0x30 zephyr/subsys/random/libsubsys__random.a(random_entropy_device.c.obj)
+ .ARM.attributes
+                0x000000000000137e       0x30 zephyr/subsys/bluetooth/common/libsubsys__bluetooth__common.a(addr.c.obj)
+ .ARM.attributes
+                0x00000000000013ae       0x30 zephyr/subsys/bluetooth/common/libsubsys__bluetooth__common.a(dummy.c.obj)
+ .ARM.attributes
+                0x00000000000013de       0x30 zephyr/subsys/bluetooth/common/libsubsys__bluetooth__common.a(bt_str.c.obj)
+ .ARM.attributes
+                0x000000000000140e       0x30 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(long_wq.c.obj)
+ .ARM.attributes
+                0x000000000000143e       0x30 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(uuid.c.obj)
+ .ARM.attributes
+                0x000000000000146e       0x30 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(addr.c.obj)
+ .ARM.attributes
+                0x000000000000149e       0x30 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(buf.c.obj)
+ .ARM.attributes
+                0x00000000000014ce       0x30 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(data.c.obj)
+ .ARM.attributes
+                0x00000000000014fe       0x30 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+ .ARM.attributes
+                0x000000000000152e       0x30 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_common.c.obj)
+ .ARM.attributes
+                0x000000000000155e       0x30 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(id.c.obj)
+ .ARM.attributes
+                0x000000000000158e       0x30 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(adv.c.obj)
+ .ARM.attributes
+                0x00000000000015be       0x30 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(conn.c.obj)
+ .ARM.attributes
+                0x00000000000015ee       0x30 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(l2cap.c.obj)
+ .ARM.attributes
+                0x000000000000161e       0x30 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(att.c.obj)
+ .ARM.attributes
+                0x000000000000164e       0x30 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(gatt.c.obj)
+ .ARM.attributes
+                0x000000000000167e       0x30 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(smp_null.c.obj)
+ .ARM.attributes
+                0x00000000000016ae       0x30 zephyr/subsys/net/libsubsys__net.a(buf.c.obj)
+ .ARM.attributes
+                0x00000000000016de       0x30 zephyr/subsys/net/libsubsys__net.a(buf_simple.c.obj)
+ .ARM.attributes
+                0x000000000000170e       0x30 zephyr/drivers/adc/libdrivers__adc.a(adc_common.c.obj)
+ .ARM.attributes
+                0x000000000000173e       0x30 zephyr/drivers/adc/libdrivers__adc.a(adc_nrfx_saadc.c.obj)
+ .ARM.attributes
+                0x000000000000176e       0x30 zephyr/drivers/clock_control/libdrivers__clock_control.a(clock_control_nrf.c.obj)
+ .ARM.attributes
+                0x000000000000179e       0x30 zephyr/drivers/console/libdrivers__console.a(uart_console.c.obj)
+ .ARM.attributes
+                0x00000000000017ce       0x30 zephyr/drivers/entropy/libdrivers__entropy.a(entropy_nrf5.c.obj)
+ .ARM.attributes
+                0x00000000000017fe       0x30 zephyr/drivers/entropy/libdrivers__entropy.a(entropy_bt_hci.c.obj)
+ .ARM.attributes
+                0x000000000000182e       0x30 zephyr/drivers/flash/libdrivers__flash.a(soc_flash_nrf.c.obj)
+ .ARM.attributes
+                0x000000000000185e       0x30 zephyr/drivers/flash/libdrivers__flash.a(flash_page_layout.c.obj)
+ .ARM.attributes
+                0x000000000000188e       0x30 zephyr/drivers/gpio/libdrivers__gpio.a(gpio_nrfx.c.obj)
+ .ARM.attributes
+                0x00000000000018be       0x30 zephyr/drivers/i2c/libdrivers__i2c.a(i2c_common.c.obj)
+ .ARM.attributes
+                0x00000000000018ee       0x30 zephyr/drivers/i2c/libdrivers__i2c.a(i2c_nrfx_twim.c.obj)
+ .ARM.attributes
+                0x000000000000191e       0x30 zephyr/drivers/pinctrl/libdrivers__pinctrl.a(common.c.obj)
+ .ARM.attributes
+                0x000000000000194e       0x30 zephyr/drivers/pinctrl/libdrivers__pinctrl.a(pinctrl_nrf.c.obj)
+ .ARM.attributes
+                0x000000000000197e       0x30 zephyr/drivers/sensor/bosch/bme280/libdrivers__sensor__bosch__bme280.a(bme280.c.obj)
+ .ARM.attributes
+                0x00000000000019ae       0x30 zephyr/drivers/sensor/bosch/bme280/libdrivers__sensor__bosch__bme280.a(bme280_spi.c.obj)
+ .ARM.attributes
+                0x00000000000019de       0x30 zephyr/drivers/sensor/bosch/bme280/libdrivers__sensor__bosch__bme280.a(bme280_i2c.c.obj)
+ .ARM.attributes
+                0x0000000000001a0e       0x30 zephyr/drivers/sensor/st/stmemsc/libdrivers__sensor__st__stmemsc.a(stmemsc_i2c.c.obj)
+ .ARM.attributes
+                0x0000000000001a3e       0x30 zephyr/drivers/sensor/st/stmemsc/libdrivers__sensor__st__stmemsc.a(stmemsc_spi.c.obj)
+ .ARM.attributes
+                0x0000000000001a6e       0x30 zephyr/drivers/sensor/st/stmemsc/libdrivers__sensor__st__stmemsc.a(stmemsc_mdelay.c.obj)
+ .ARM.attributes
+                0x0000000000001a9e       0x30 zephyr/drivers/sensor/st/lis2dh/libdrivers__sensor__st__lis2dh.a(lis2dh.c.obj)
+ .ARM.attributes
+                0x0000000000001ace       0x30 zephyr/drivers/sensor/st/lis2dh/libdrivers__sensor__st__lis2dh.a(lis2dh_i2c.c.obj)
+ .ARM.attributes
+                0x0000000000001afe       0x30 zephyr/drivers/sensor/st/lis2dh/libdrivers__sensor__st__lis2dh.a(lis2dh_spi.c.obj)
+ .ARM.attributes
+                0x0000000000001b2e       0x30 zephyr/drivers/sensor/st/lis2mdl/libdrivers__sensor__st__lis2mdl.a(lis2mdl.c.obj)
+ .ARM.attributes
+                0x0000000000001b5e       0x30 zephyr/drivers/sensor/st/lis2mdl/libdrivers__sensor__st__lis2mdl.a(lis2mdl_trigger.c.obj)
+ .ARM.attributes
+                0x0000000000001b8e       0x30 zephyr/drivers/serial/libdrivers__serial.a(uart_nrfx_uart.c.obj)
+ .ARM.attributes
+                0x0000000000001bbe       0x30 zephyr/drivers/spi/libdrivers__spi.a(spi_nrfx_spim.c.obj)
+ .ARM.attributes
+                0x0000000000001bee       0x30 zephyr/drivers/spi/libdrivers__spi.a(spi_nrfx_common.c.obj)
+ .ARM.attributes
+                0x0000000000001c1e       0x30 zephyr/drivers/timer/libdrivers__timer.a(sys_clock_init.c.obj)
+ .ARM.attributes
+                0x0000000000001c4e       0x30 zephyr/drivers/timer/libdrivers__timer.a(nrf_rtc_timer.c.obj)
+ .ARM.attributes
+                0x0000000000001c7e       0x30 modules/nrf/lib/multithreading_lock/lib..__nrf__lib__multithreading_lock.a(multithreading_lock.c.obj)
+ .ARM.attributes
+                0x0000000000001cae       0x30 modules/nrf/subsys/bluetooth/controller/lib..__nrf__subsys__bluetooth__controller.a(hci_driver.c.obj)
+ .ARM.attributes
+                0x0000000000001cde       0x30 modules/nrf/subsys/bluetooth/controller/lib..__nrf__subsys__bluetooth__controller.a(hci_internal.c.obj)
+ .ARM.attributes
+                0x0000000000001d0e       0x30 modules/nrf/subsys/bluetooth/controller/lib..__nrf__subsys__bluetooth__controller.a(crypto.c.obj)
+ .ARM.attributes
+                0x0000000000001d3e       0x30 modules/nrf/subsys/bluetooth/controller/lib..__nrf__subsys__bluetooth__controller.a(ecdh.c.obj)
+ .ARM.attributes
+                0x0000000000001d6e       0x30 modules/nrf/subsys/mpsl/init/lib..__nrf__subsys__mpsl__init.a(mpsl_init.c.obj)
+ .ARM.attributes
+                0x0000000000001d9e       0x30 modules/nrf/subsys/mpsl/fem/lib..__nrf__subsys__mpsl__fem.a(mpsl_fem_api_init.c.obj)
+ .ARM.attributes
+                0x0000000000001dce       0x30 modules/nrf/drivers/mpsl/clock_control/lib..__nrf__drivers__mpsl__clock_control.a(nrfx_clock_mpsl.c.obj)
+ .ARM.attributes
+                0x0000000000001dfe       0x30 modules/nrf/drivers/mpsl/flash_sync/lib..__nrf__drivers__mpsl__flash_sync.a(flash_sync_mpsl.c.obj)
+ .ARM.attributes
+                0x0000000000001e2e       0x30 modules/nrf/drivers/mpsl/temp_nrf5/lib..__nrf__drivers__mpsl__temp_nrf5.a(temp_nrf5_mpsl.c.obj)
+ .ARM.attributes
+                0x0000000000001e5e       0x30 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(system_nrf52833.c.obj)
+ .ARM.attributes
+                0x0000000000001e8e       0x30 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_glue.c.obj)
+ .ARM.attributes
+                0x0000000000001ebe       0x30 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_flag32_allocator.c.obj)
+ .ARM.attributes
+                0x0000000000001eee       0x30 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_gpiote.c.obj)
+ .ARM.attributes
+                0x0000000000001f1e       0x30 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_nvmc.c.obj)
+ .ARM.attributes
+                0x0000000000001f4e       0x30 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_spim.c.obj)
+ .ARM.attributes
+                0x0000000000001f7e       0x30 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_twim.c.obj)
+ .ARM.attributes
+                0x0000000000001fae       0x30 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_twi_twim.c.obj)
+ .ARM.attributes
+                0x0000000000001fde       0x30 zephyr/kernel/libkernel.a(busy_wait.c.obj)
+ .ARM.attributes
+                0x000000000000200e       0x30 zephyr/kernel/libkernel.a(device.c.obj)
+ .ARM.attributes
+                0x000000000000203e       0x30 zephyr/kernel/libkernel.a(errno.c.obj)
+ .ARM.attributes
+                0x000000000000206e       0x30 zephyr/kernel/libkernel.a(fatal.c.obj)
+ .ARM.attributes
+                0x000000000000209e       0x30 zephyr/kernel/libkernel.a(init.c.obj)
+ .ARM.attributes
+                0x00000000000020ce       0x30 zephyr/kernel/libkernel.a(kheap.c.obj)
+ .ARM.attributes
+                0x00000000000020fe       0x30 zephyr/kernel/libkernel.a(mem_slab.c.obj)
+ .ARM.attributes
+                0x000000000000212e       0x30 zephyr/kernel/libkernel.a(idle.c.obj)
+ .ARM.attributes
+                0x000000000000215e       0x30 zephyr/kernel/libkernel.a(mutex.c.obj)
+ .ARM.attributes
+                0x000000000000218e       0x30 zephyr/kernel/libkernel.a(queue.c.obj)
+ .ARM.attributes
+                0x00000000000021be       0x30 zephyr/kernel/libkernel.a(sem.c.obj)
+ .ARM.attributes
+                0x00000000000021ee       0x30 zephyr/kernel/libkernel.a(system_work_q.c.obj)
+ .ARM.attributes
+                0x000000000000221e       0x30 zephyr/kernel/libkernel.a(work.c.obj)
+ .ARM.attributes
+                0x000000000000224e       0x30 zephyr/kernel/libkernel.a(thread.c.obj)
+ .ARM.attributes
+                0x000000000000227e       0x30 zephyr/kernel/libkernel.a(sched.c.obj)
+ .ARM.attributes
+                0x00000000000022ae       0x30 zephyr/kernel/libkernel.a(timeslicing.c.obj)
+ .ARM.attributes
+                0x00000000000022de       0x30 zephyr/kernel/libkernel.a(xip.c.obj)
+ .ARM.attributes
+                0x000000000000230e       0x30 zephyr/kernel/libkernel.a(timeout.c.obj)
+ .ARM.attributes
+                0x000000000000233e       0x30 zephyr/kernel/libkernel.a(timer.c.obj)
+ .ARM.attributes
+                0x000000000000236e       0x30 zephyr/kernel/libkernel.a(poll.c.obj)
+ .ARM.attributes
+                0x000000000000239e       0x30 zephyr/kernel/libkernel.a(mempool.c.obj)
+ .ARM.attributes
+                0x00000000000023ce       0x1e /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/thumb/v7e-m/nofp/libgcc.a(_arm_muldf3.o)
+ .ARM.attributes
+                0x00000000000023ec       0x1e /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/thumb/v7e-m/nofp/libgcc.a(_arm_mulsf3.o)
+ .ARM.attributes
+                0x000000000000240a       0x1e /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/thumb/v7e-m/nofp/libgcc.a(_arm_addsubdf3.o)
+ .ARM.attributes
+                0x0000000000002428       0x1e /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/thumb/v7e-m/nofp/libgcc.a(_arm_muldivdf3.o)
+ .ARM.attributes
+                0x0000000000002446       0x1e /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/thumb/v7e-m/nofp/libgcc.a(_arm_cmpdf2.o)
+ .ARM.attributes
+                0x0000000000002464       0x1e /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/thumb/v7e-m/nofp/libgcc.a(_arm_truncdfsf2.o)
+ .ARM.attributes
+                0x0000000000002482       0x1e /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/thumb/v7e-m/nofp/libgcc.a(_arm_addsubsf3.o)
+ .ARM.attributes
+                0x00000000000024a0       0x1e /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/thumb/v7e-m/nofp/libgcc.a(_arm_cmpsf2.o)
+ .ARM.attributes
+                0x00000000000024be       0x1e /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/thumb/v7e-m/nofp/libgcc.a(_arm_fixsfsi.o)
+ .ARM.attributes
+                0x00000000000024dc       0x1e /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/thumb/v7e-m/nofp/libgcc.a(_arm_fixunssfsi.o)
+ .ARM.attributes
+                0x00000000000024fa       0x1e /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/thumb/v7e-m/nofp/libgcc.a(_aeabi_ldivmod.o)
+ .ARM.attributes
+                0x0000000000002518       0x1e /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/thumb/v7e-m/nofp/libgcc.a(_aeabi_uldivmod.o)
+ .ARM.attributes
+                0x0000000000002536       0x2e /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/thumb/v7e-m/nofp/libgcc.a(_popcountsi2.o)
+ .ARM.attributes
+                0x0000000000002564       0x2e /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/thumb/v7e-m/nofp/libgcc.a(_fixdfdi.o)
+ .ARM.attributes
+                0x0000000000002592       0x2e /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/thumb/v7e-m/nofp/libgcc.a(_fixunsdfdi.o)
+ .ARM.attributes
+                0x00000000000025c0       0x2e /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/thumb/v7e-m/nofp/libgcc.a(_udivmoddi4.o)
+ .ARM.attributes
+                0x00000000000025ee       0x1e /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/thumb/v7e-m/nofp/libgcc.a(_dvmd_tls.o)
+ .ARM.attributes
+                0x000000000000260c       0x1e /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/thumb/v7e-m/nofp/libgcc.a(_arm_fixunsdfsi.o)
+ .ARM.attributes
+                0x000000000000262a       0x2e /opt/ncs/nrfxlib/crypto/nrf_oberon/lib/cortex-m4/soft-float/liboberon_3.0.15.a(ocrypto_ecdh_p256.c.obj)
+ .ARM.attributes
+                0x0000000000002658       0x2e /opt/ncs/nrfxlib/crypto/nrf_oberon/lib/cortex-m4/soft-float/liboberon_3.0.15.a(ocrypto_sc_p256.c.obj)
+ .ARM.attributes
+                0x0000000000002686       0x21 /opt/ncs/nrfxlib/crypto/nrf_oberon/lib/cortex-m4/soft-float/liboberon_3.0.15.a(ocrypto_bigint256.s.obj)
+ .ARM.attributes
+                0x00000000000026a7       0x2e /opt/ncs/nrfxlib/crypto/nrf_oberon/lib/cortex-m4/soft-float/liboberon_3.0.15.a(ocrypto_curve_p256.c.obj)
+ .ARM.attributes
+                0x00000000000026d5       0x2e /opt/ncs/nrfxlib/crypto/nrf_oberon/lib/cortex-m4/soft-float/liboberon_3.0.15.a(ocrypto_mod_p256.c.obj)
+ .ARM.attributes
+                0x0000000000002703       0x21 /opt/ncs/nrfxlib/crypto/nrf_oberon/lib/cortex-m4/soft-float/liboberon_3.0.15.a(ocrypto_constant_time.s.obj)
+ .ARM.attributes
+                0x0000000000002724       0x21 /opt/ncs/nrfxlib/crypto/nrf_oberon/lib/cortex-m4/soft-float/liboberon_3.0.15.a(ocrypto_mod_p256_base.s.obj)
+ .ARM.attributes
+                0x0000000000002745       0x2e /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libm_nano.a(lib_a-sf_floor.o)
+ .ARM.attributes
+                0x0000000000002773       0x2e /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-ctype_.o)
+ .ARM.attributes
+                0x00000000000027a1       0x2e /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-malloc.o)
+ .ARM.attributes
+                0x00000000000027cf       0x1c /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-memchr.o)
+ .ARM.attributes
+                0x00000000000027eb       0x2e /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-memcmp.o)
+ .ARM.attributes
+                0x0000000000002819       0x2e /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-memcpy-stub.o)
+ .ARM.attributes
+                0x0000000000002847       0x2e /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-memset.o)
+ .ARM.attributes
+                0x0000000000002875       0x2e /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-nano-freer.o)
+ .ARM.attributes
+                0x00000000000028a3       0x2e /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-nano-mallocr.o)
+ .ARM.attributes
+                0x00000000000028d1       0x2e /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-nano-vfprintf_float.o)
+ .ARM.attributes
+                0x00000000000028ff       0x2e /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-nano-vfprintf_i.o)
+ .ARM.attributes
+                0x000000000000292d       0x2e /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-sbrkr.o)
+ .ARM.attributes
+                0x000000000000295b       0x1c /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-strcmp.o)
+ .ARM.attributes
+                0x0000000000002977       0x2e /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-strcpy.o)
+ .ARM.attributes
+                0x00000000000029a5       0x17 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-strlen.o)
+ .ARM.attributes
+                0x00000000000029bc       0x2e /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-strnlen.o)
+ .ARM.attributes
+                0x00000000000029ea       0x2e /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-dtoa.o)
+ .ARM.attributes
+                0x0000000000002a18       0x2e /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-impure.o)
+ .ARM.attributes
+                0x0000000000002a46       0x2e /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-localeconv.o)
+ .ARM.attributes
+                0x0000000000002a74       0x2e /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-mlock.o)
+ .ARM.attributes
+                0x0000000000002aa2       0x2e /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-mprec.o)
+ .ARM.attributes
+                0x0000000000002ad0       0x2e /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-nano-callocr.o)
+ .ARM.attributes
+                0x0000000000002afe       0x2e /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-reent.o)
+ .ARM.attributes
+                0x0000000000002b2c       0x2e /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-assert.o)
+ .ARM.attributes
+                0x0000000000002b5a       0x2e /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-fprintf.o)
+ .ARM.attributes
+                0x0000000000002b88       0x2e /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-locale.o)
+ .ARM.attributes
+                0x0000000000002bb6       0x2e /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-mbtowc_r.o)
+ .ARM.attributes
+                0x0000000000002be4       0x2e /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-nano-vfprintf.o)
+ .ARM.attributes
+                0x0000000000002c12       0x2e /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-wbuf.o)
+ .ARM.attributes
+                0x0000000000002c40       0x2e /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-wctomb_r.o)
+ .ARM.attributes
+                0x0000000000002c6e       0x2e /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-wsetup.o)
+ .ARM.attributes
+                0x0000000000002c9c       0x2e /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-fflush.o)
+ .ARM.attributes
+                0x0000000000002cca       0x2e /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-findfp.o)
+ .ARM.attributes
+                0x0000000000002cf8       0x2e /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-fvwrite.o)
+ .ARM.attributes
+                0x0000000000002d26       0x2e /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-fwalk.o)
+ .ARM.attributes
+                0x0000000000002d54       0x2e /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-makebuf.o)
+ .ARM.attributes
+                0x0000000000002d82       0x2e /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-memmove.o)
+ .ARM.attributes
+                0x0000000000002db0       0x2e /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-nano-reallocr.o)
+ .ARM.attributes
+                0x0000000000002dde       0x2e /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-stdio.o)
+ .ARM.attributes
+                0x0000000000002e0c       0x2e /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-writer.o)
+ .ARM.attributes
+                0x0000000000002e3a       0x2e /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-closer.o)
+ .ARM.attributes
+                0x0000000000002e68       0x2e /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-fstatr.o)
+ .ARM.attributes
+                0x0000000000002e96       0x2e /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-isattyr.o)
+ .ARM.attributes
+                0x0000000000002ec4       0x2e /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-lseekr.o)
+ .ARM.attributes
+                0x0000000000002ef2       0x2e /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-nano-msizer.o)
+ .ARM.attributes
+                0x0000000000002f20       0x2e /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-readr.o)
+ .ARM.attributes
+                0x0000000000002f4e       0x1e /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/thumb/v7e-m/nofp/libgcc.a(_arm_unorddf2.o)
+ .ARM.attributes
+                0x0000000000002f6c       0x1e /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/thumb/v7e-m/nofp/libgcc.a(_arm_fixdfsi.o)
+ .ARM.attributes
+                0x0000000000002f8a       0x2e /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .ARM.attributes
+                0x0000000000002fb8       0x2e /opt/ncs/nrfxlib/mpsl/fem/common/lib/cortex-m4/soft-float/libmpsl_fem_common.a(libmpsl_fem_common_debug_soft__obfuscated.elf)
+ .ARM.attributes
+                0x0000000000002fe6       0x2e /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ *(SORT_BY_ALIGNMENT(.gnu.attributes))
+
+.last_section   0x0000000000035928        0x4
+                0x0000000000035928        0x4 LONG 0xe015e015
+                0x000000000003592c                _flash_used = ((LOADADDR (.last_section) + SIZEOF (.last_section)) - __rom_region_start)
+OUTPUT(zephyr/zephyr.elf elf32-littlearm)
+LOAD linker stubs
diff --git a/build/zephyr/zephyr_pre0.elf b/build/zephyr/zephyr_pre0.elf
new file mode 100755
index 0000000000000000000000000000000000000000..77e5665682e138564fad786a3489dc5a32f8d595
Binary files /dev/null and b/build/zephyr/zephyr_pre0.elf differ
diff --git a/build/zephyr/zephyr_pre0.map b/build/zephyr/zephyr_pre0.map
new file mode 100644
index 0000000000000000000000000000000000000000..6e2748a6503b62910407892db8270ba106aa4073
--- /dev/null
+++ b/build/zephyr/zephyr_pre0.map
@@ -0,0 +1,13048 @@
+Archive member included to satisfy reference by file (symbol)
+
+app/libapp.a(main.c.obj)      (--whole-archive)
+zephyr/libzephyr.a(crc32c_sw.c.obj)
+                              (--whole-archive)
+zephyr/libzephyr.a(crc32_sw.c.obj)
+                              (--whole-archive)
+zephyr/libzephyr.a(crc24_sw.c.obj)
+                              (--whole-archive)
+zephyr/libzephyr.a(crc16_sw.c.obj)
+                              (--whole-archive)
+zephyr/libzephyr.a(crc8_sw.c.obj)
+                              (--whole-archive)
+zephyr/libzephyr.a(crc7_sw.c.obj)
+                              (--whole-archive)
+zephyr/libzephyr.a(crc4_sw.c.obj)
+                              (--whole-archive)
+zephyr/libzephyr.a(heap.c.obj)
+                              (--whole-archive)
+zephyr/libzephyr.a(cbprintf_packaged.c.obj)
+                              (--whole-archive)
+zephyr/libzephyr.a(printk.c.obj)
+                              (--whole-archive)
+zephyr/libzephyr.a(sem.c.obj)
+                              (--whole-archive)
+zephyr/libzephyr.a(thread_entry.c.obj)
+                              (--whole-archive)
+zephyr/libzephyr.a(cbprintf_complete.c.obj)
+                              (--whole-archive)
+zephyr/libzephyr.a(cbprintf.c.obj)
+                              (--whole-archive)
+zephyr/libzephyr.a(assert.c.obj)
+                              (--whole-archive)
+zephyr/libzephyr.a(mpsc_pbuf.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(timeutil.c.obj)
+                              (--whole-archive)
+zephyr/libzephyr.a(bitarray.c.obj)
+                              (--whole-archive)
+zephyr/libzephyr.a(onoff.c.obj)
+                              (--whole-archive)
+zephyr/libzephyr.a(notify.c.obj)
+                              (--whole-archive)
+zephyr/libzephyr.a(configs.c.obj)
+                              (--whole-archive)
+zephyr/libzephyr.a(nvs.c.obj)
+                              (--whole-archive)
+zephyr/libzephyr.a(log_core.c.obj)
+                              (--whole-archive)
+zephyr/libzephyr.a(log_mgmt.c.obj)
+                              (--whole-archive)
+zephyr/libzephyr.a(log_cache.c.obj)
+                              (--whole-archive)
+zephyr/libzephyr.a(log_msg.c.obj)
+                              (--whole-archive)
+zephyr/libzephyr.a(log_output.c.obj)
+                              (--whole-archive)
+zephyr/libzephyr.a(log_backend_uart.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(addr_utils.c.obj)
+                              (--whole-archive)
+zephyr/libzephyr.a(settings_store.c.obj)
+                              (--whole-archive)
+zephyr/libzephyr.a(settings.c.obj)
+                              (--whole-archive)
+zephyr/libzephyr.a(settings_init.c.obj)
+                              (--whole-archive)
+zephyr/libzephyr.a(settings_line.c.obj)
+                              (--whole-archive)
+zephyr/libzephyr.a(settings_nvs.c.obj)
+                              (--whole-archive)
+zephyr/libzephyr.a(banner.c.obj)
+                              (--whole-archive)
+zephyr/libzephyr.a(host_extensions.c.obj)
+                              (--whole-archive)
+zephyr/libzephyr.a(lis2mdl_reg.c.obj)
+                              (--whole-archive)
+zephyr/libzephyr.a(utils.c.obj)
+                              (--whole-archive)
+zephyr/libzephyr.a(aes_decrypt.c.obj)
+                              (--whole-archive)
+zephyr/libzephyr.a(aes_encrypt.c.obj)
+                              (--whole-archive)
+zephyr/libzephyr.a(cmac_mode.c.obj)
+                              (--whole-archive)
+zephyr/arch/common/libarch__common.a(sw_isr_common.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/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(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(thread_abort.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(swap.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_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(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/lib/libc/newlib/liblib__libc__newlib.a(libc-hooks.c.obj)
+                              (--whole-archive)
+zephyr/lib/libc/common/liblib__libc__common.a(abort.c.obj)
+                              (--whole-archive)
+zephyr/soc/soc/nrf52833/libsoc__nordic.a(validate_base_addresses.c.obj)
+                              (--whole-archive)
+zephyr/soc/soc/nrf52833/libsoc__nordic.a(validate_binding_headers.c.obj)
+                              (--whole-archive)
+zephyr/soc/soc/nrf52833/libsoc__nordic.a(validate_enabled_instances.c.obj)
+                              (--whole-archive)
+zephyr/soc/soc/nrf52833/libsoc__nordic.a(soc.c.obj)
+                              (--whole-archive)
+zephyr/subsys/lorawan/libloramac-node.a(lorawan.c.obj)
+                              (--whole-archive)
+zephyr/subsys/lorawan/libloramac-node.a(lw_priv.c.obj)
+                              (--whole-archive)
+zephyr/subsys/lorawan/libloramac-node.a(lorawan_nvm_settings.c.obj)
+                              (--whole-archive)
+zephyr/subsys/lorawan/libloramac-node.a(hal_common.c.obj)
+                              (--whole-archive)
+zephyr/subsys/lorawan/libloramac-node.a(sx12xx_common.c.obj)
+                              (--whole-archive)
+zephyr/subsys/lorawan/libloramac-node.a(sx127x.c.obj)
+                              (--whole-archive)
+zephyr/subsys/lorawan/libloramac-node.a(utilities.c.obj)
+                              (--whole-archive)
+zephyr/subsys/lorawan/libloramac-node.a(systime.c.obj)
+                              (--whole-archive)
+zephyr/subsys/lorawan/libloramac-node.a(timer.c.obj)
+                              (--whole-archive)
+zephyr/subsys/lorawan/libloramac-node.a(delay.c.obj)
+                              (--whole-archive)
+zephyr/subsys/lorawan/libloramac-node.a(sx1276.c.obj)
+                              (--whole-archive)
+zephyr/subsys/lorawan/libloramac-node.a(aes.c.obj)
+                              (--whole-archive)
+zephyr/subsys/lorawan/libloramac-node.a(cmac.c.obj)
+                              (--whole-archive)
+zephyr/subsys/lorawan/libloramac-node.a(soft-se.c.obj)
+                              (--whole-archive)
+zephyr/subsys/lorawan/libloramac-node.a(soft-se-hal.c.obj)
+                              (--whole-archive)
+zephyr/subsys/lorawan/libloramac-node.a(LoRaMac.c.obj)
+                              (--whole-archive)
+zephyr/subsys/lorawan/libloramac-node.a(LoRaMacAdr.c.obj)
+                              (--whole-archive)
+zephyr/subsys/lorawan/libloramac-node.a(LoRaMacClassB.c.obj)
+                              (--whole-archive)
+zephyr/subsys/lorawan/libloramac-node.a(LoRaMacCommands.c.obj)
+                              (--whole-archive)
+zephyr/subsys/lorawan/libloramac-node.a(LoRaMacConfirmQueue.c.obj)
+                              (--whole-archive)
+zephyr/subsys/lorawan/libloramac-node.a(LoRaMacCrypto.c.obj)
+                              (--whole-archive)
+zephyr/subsys/lorawan/libloramac-node.a(LoRaMacParser.c.obj)
+                              (--whole-archive)
+zephyr/subsys/lorawan/libloramac-node.a(LoRaMacSerializer.c.obj)
+                              (--whole-archive)
+zephyr/subsys/lorawan/libloramac-node.a(Region.c.obj)
+                              (--whole-archive)
+zephyr/subsys/lorawan/libloramac-node.a(RegionCommon.c.obj)
+                              (--whole-archive)
+zephyr/subsys/lorawan/libloramac-node.a(RegionEU868.c.obj)
+                              (--whole-archive)
+zephyr/subsys/random/libsubsys__random.a(random_xoshiro128.c.obj)
+                              (--whole-archive)
+zephyr/subsys/random/libsubsys__random.a(random_entropy_device.c.obj)
+                              (--whole-archive)
+zephyr/subsys/bluetooth/common/libsubsys__bluetooth__common.a(addr.c.obj)
+                              (--whole-archive)
+zephyr/subsys/bluetooth/common/libsubsys__bluetooth__common.a(dummy.c.obj)
+                              (--whole-archive)
+zephyr/subsys/bluetooth/common/libsubsys__bluetooth__common.a(bt_str.c.obj)
+                              (--whole-archive)
+zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(long_wq.c.obj)
+                              (--whole-archive)
+zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(uuid.c.obj)
+                              (--whole-archive)
+zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(addr.c.obj)
+                              (--whole-archive)
+zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(buf.c.obj)
+                              (--whole-archive)
+zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(data.c.obj)
+                              (--whole-archive)
+zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+                              (--whole-archive)
+zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_common.c.obj)
+                              (--whole-archive)
+zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(id.c.obj)
+                              (--whole-archive)
+zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(adv.c.obj)
+                              (--whole-archive)
+zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(conn.c.obj)
+                              (--whole-archive)
+zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(l2cap.c.obj)
+                              (--whole-archive)
+zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(att.c.obj)
+                              (--whole-archive)
+zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(gatt.c.obj)
+                              (--whole-archive)
+zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(smp_null.c.obj)
+                              (--whole-archive)
+zephyr/subsys/net/libsubsys__net.a(buf.c.obj)
+                              (--whole-archive)
+zephyr/subsys/net/libsubsys__net.a(buf_simple.c.obj)
+                              (--whole-archive)
+zephyr/drivers/adc/libdrivers__adc.a(adc_common.c.obj)
+                              (--whole-archive)
+zephyr/drivers/adc/libdrivers__adc.a(adc_nrfx_saadc.c.obj)
+                              (--whole-archive)
+zephyr/drivers/clock_control/libdrivers__clock_control.a(clock_control_nrf.c.obj)
+                              (--whole-archive)
+zephyr/drivers/console/libdrivers__console.a(uart_console.c.obj)
+                              (--whole-archive)
+zephyr/drivers/entropy/libdrivers__entropy.a(entropy_nrf5.c.obj)
+                              (--whole-archive)
+zephyr/drivers/entropy/libdrivers__entropy.a(entropy_bt_hci.c.obj)
+                              (--whole-archive)
+zephyr/drivers/flash/libdrivers__flash.a(soc_flash_nrf.c.obj)
+                              (--whole-archive)
+zephyr/drivers/flash/libdrivers__flash.a(flash_page_layout.c.obj)
+                              (--whole-archive)
+zephyr/drivers/gpio/libdrivers__gpio.a(gpio_nrfx.c.obj)
+                              (--whole-archive)
+zephyr/drivers/i2c/libdrivers__i2c.a(i2c_common.c.obj)
+                              (--whole-archive)
+zephyr/drivers/i2c/libdrivers__i2c.a(i2c_nrfx_twim.c.obj)
+                              (--whole-archive)
+zephyr/drivers/pinctrl/libdrivers__pinctrl.a(common.c.obj)
+                              (--whole-archive)
+zephyr/drivers/pinctrl/libdrivers__pinctrl.a(pinctrl_nrf.c.obj)
+                              (--whole-archive)
+zephyr/drivers/sensor/bosch/bme280/libdrivers__sensor__bosch__bme280.a(bme280.c.obj)
+                              (--whole-archive)
+zephyr/drivers/sensor/bosch/bme280/libdrivers__sensor__bosch__bme280.a(bme280_spi.c.obj)
+                              (--whole-archive)
+zephyr/drivers/sensor/bosch/bme280/libdrivers__sensor__bosch__bme280.a(bme280_i2c.c.obj)
+                              (--whole-archive)
+zephyr/drivers/sensor/st/stmemsc/libdrivers__sensor__st__stmemsc.a(stmemsc_i2c.c.obj)
+                              (--whole-archive)
+zephyr/drivers/sensor/st/stmemsc/libdrivers__sensor__st__stmemsc.a(stmemsc_spi.c.obj)
+                              (--whole-archive)
+zephyr/drivers/sensor/st/stmemsc/libdrivers__sensor__st__stmemsc.a(stmemsc_mdelay.c.obj)
+                              (--whole-archive)
+zephyr/drivers/sensor/st/lis2dh/libdrivers__sensor__st__lis2dh.a(lis2dh.c.obj)
+                              (--whole-archive)
+zephyr/drivers/sensor/st/lis2dh/libdrivers__sensor__st__lis2dh.a(lis2dh_i2c.c.obj)
+                              (--whole-archive)
+zephyr/drivers/sensor/st/lis2dh/libdrivers__sensor__st__lis2dh.a(lis2dh_spi.c.obj)
+                              (--whole-archive)
+zephyr/drivers/sensor/st/lis2mdl/libdrivers__sensor__st__lis2mdl.a(lis2mdl.c.obj)
+                              (--whole-archive)
+zephyr/drivers/sensor/st/lis2mdl/libdrivers__sensor__st__lis2mdl.a(lis2mdl_trigger.c.obj)
+                              (--whole-archive)
+zephyr/drivers/serial/libdrivers__serial.a(uart_nrfx_uart.c.obj)
+                              (--whole-archive)
+zephyr/drivers/spi/libdrivers__spi.a(spi_nrfx_spim.c.obj)
+                              (--whole-archive)
+zephyr/drivers/spi/libdrivers__spi.a(spi_nrfx_common.c.obj)
+                              (--whole-archive)
+zephyr/drivers/timer/libdrivers__timer.a(sys_clock_init.c.obj)
+                              (--whole-archive)
+zephyr/drivers/timer/libdrivers__timer.a(nrf_rtc_timer.c.obj)
+                              (--whole-archive)
+modules/nrf/lib/multithreading_lock/lib..__nrf__lib__multithreading_lock.a(multithreading_lock.c.obj)
+                              (--whole-archive)
+modules/nrf/subsys/bluetooth/controller/lib..__nrf__subsys__bluetooth__controller.a(hci_driver.c.obj)
+                              (--whole-archive)
+modules/nrf/subsys/bluetooth/controller/lib..__nrf__subsys__bluetooth__controller.a(hci_internal.c.obj)
+                              (--whole-archive)
+modules/nrf/subsys/bluetooth/controller/lib..__nrf__subsys__bluetooth__controller.a(crypto.c.obj)
+                              (--whole-archive)
+modules/nrf/subsys/bluetooth/controller/lib..__nrf__subsys__bluetooth__controller.a(ecdh.c.obj)
+                              (--whole-archive)
+modules/nrf/subsys/mpsl/init/lib..__nrf__subsys__mpsl__init.a(mpsl_init.c.obj)
+                              (--whole-archive)
+modules/nrf/subsys/mpsl/fem/lib..__nrf__subsys__mpsl__fem.a(mpsl_fem_api_init.c.obj)
+                              (--whole-archive)
+modules/nrf/drivers/mpsl/clock_control/lib..__nrf__drivers__mpsl__clock_control.a(nrfx_clock_mpsl.c.obj)
+                              (--whole-archive)
+modules/nrf/drivers/mpsl/flash_sync/lib..__nrf__drivers__mpsl__flash_sync.a(flash_sync_mpsl.c.obj)
+                              (--whole-archive)
+modules/nrf/drivers/mpsl/temp_nrf5/lib..__nrf__drivers__mpsl__temp_nrf5.a(temp_nrf5_mpsl.c.obj)
+                              (--whole-archive)
+modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(system_nrf52833.c.obj)
+                              (--whole-archive)
+modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_glue.c.obj)
+                              (--whole-archive)
+modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_flag32_allocator.c.obj)
+                              (--whole-archive)
+modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_gpiote.c.obj)
+                              (--whole-archive)
+modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_nvmc.c.obj)
+                              (--whole-archive)
+modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_spim.c.obj)
+                              (--whole-archive)
+modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_twim.c.obj)
+                              (--whole-archive)
+modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_twi_twim.c.obj)
+                              (--whole-archive)
+zephyr/kernel/libkernel.a(busy_wait.c.obj)
+                              zephyr/drivers/sensor/st/lis2mdl/libdrivers__sensor__st__lis2mdl.a(lis2mdl.c.obj) (z_impl_k_busy_wait)
+zephyr/kernel/libkernel.a(device.c.obj)
+                              app/libapp.a(main.c.obj) (z_device_is_ready)
+zephyr/kernel/libkernel.a(errno.c.obj)
+                              zephyr/lib/libc/newlib/liblib__libc__newlib.a(libc-hooks.c.obj) (z_impl_z_errno)
+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/drivers/clock_control/libdrivers__clock_control.a(clock_control_nrf.c.obj) (z_sys_post_kernel)
+zephyr/kernel/libkernel.a(kheap.c.obj)
+                              zephyr/subsys/net/libsubsys__net.a(buf.c.obj) (k_heap_alloc)
+zephyr/kernel/libkernel.a(mem_slab.c.obj)
+                              zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(att.c.obj) (k_mem_slab_alloc)
+zephyr/kernel/libkernel.a(idle.c.obj)
+                              zephyr/kernel/libkernel.a(init.c.obj) (idle)
+zephyr/kernel/libkernel.a(mutex.c.obj)
+                              zephyr/libzephyr.a(nvs.c.obj) (z_impl_k_mutex_init)
+zephyr/kernel/libkernel.a(queue.c.obj)
+                              zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj) (z_impl_k_queue_init)
+zephyr/kernel/libkernel.a(sem.c.obj)
+                              zephyr/libzephyr.a(sem.c.obj) (z_impl_k_sem_init)
+zephyr/kernel/libkernel.a(system_work_q.c.obj)
+                              zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(conn.c.obj) (k_sys_work_q)
+zephyr/kernel/libkernel.a(work.c.obj)
+                              zephyr/subsys/lorawan/libloramac-node.a(sx127x.c.obj) (k_work_init)
+zephyr/kernel/libkernel.a(thread.c.obj)
+                              zephyr/libzephyr.a(mpsc_pbuf.c.obj) (k_is_in_isr)
+zephyr/kernel/libkernel.a(sched.c.obj)
+                              zephyr/kernel/libkernel.a(init.c.obj) (_thread_dummy)
+zephyr/kernel/libkernel.a(timeslicing.c.obj)
+                              zephyr/kernel/libkernel.a(sched.c.obj) (z_reset_time_slice)
+zephyr/kernel/libkernel.a(xip.c.obj)
+                              zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(prep_c.c.obj) (z_data_copy)
+zephyr/kernel/libkernel.a(timeout.c.obj)
+                              zephyr/kernel/libkernel.a(init.c.obj) (z_add_timeout)
+zephyr/kernel/libkernel.a(timer.c.obj)
+                              zephyr/subsys/lorawan/libloramac-node.a(hal_common.c.obj) (z_timer_expiration_handler)
+zephyr/kernel/libkernel.a(poll.c.obj)
+                              zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(conn.c.obj) (k_poll_event_init)
+zephyr/kernel/libkernel.a(mempool.c.obj)
+                              zephyr/kernel/libkernel.a(queue.c.obj) (k_free)
+/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/thumb/v7e-m/nofp/libgcc.a(_arm_muldf3.o)
+                              app/libapp.a(main.c.obj) (__aeabi_dmul)
+/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/thumb/v7e-m/nofp/libgcc.a(_arm_mulsf3.o)
+                              zephyr/libzephyr.a(lis2mdl_reg.c.obj) (__aeabi_fmul)
+/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/thumb/v7e-m/nofp/libgcc.a(_arm_addsubdf3.o)
+                              app/libapp.a(main.c.obj) (__aeabi_dsub)
+/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/thumb/v7e-m/nofp/libgcc.a(_arm_muldivdf3.o)
+                              app/libapp.a(main.c.obj) (__aeabi_ddiv)
+/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/thumb/v7e-m/nofp/libgcc.a(_arm_cmpdf2.o)
+                              app/libapp.a(main.c.obj) (__aeabi_dcmpge)
+/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/thumb/v7e-m/nofp/libgcc.a(_arm_truncdfsf2.o)
+                              zephyr/libzephyr.a(timeutil.c.obj) (__aeabi_d2f)
+/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/thumb/v7e-m/nofp/libgcc.a(_arm_addsubsf3.o)
+                              zephyr/subsys/lorawan/libloramac-node.a(RegionCommon.c.obj) (__aeabi_fsub)
+/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/thumb/v7e-m/nofp/libgcc.a(_arm_cmpsf2.o)
+                              zephyr/libzephyr.a(timeutil.c.obj) (__aeabi_fcmpeq)
+/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/thumb/v7e-m/nofp/libgcc.a(_arm_fixsfsi.o)
+                              zephyr/subsys/lorawan/libloramac-node.a(RegionCommon.c.obj) (__aeabi_f2iz)
+/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/thumb/v7e-m/nofp/libgcc.a(_arm_fixunssfsi.o)
+                              zephyr/subsys/lorawan/libloramac-node.a(delay.c.obj) (__aeabi_f2uiz)
+/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/thumb/v7e-m/nofp/libgcc.a(_aeabi_ldivmod.o)
+                              zephyr/libzephyr.a(timeutil.c.obj) (__aeabi_ldivmod)
+/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/thumb/v7e-m/nofp/libgcc.a(_aeabi_uldivmod.o)
+                              zephyr/libzephyr.a(cbprintf_complete.c.obj) (__aeabi_uldivmod)
+/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/thumb/v7e-m/nofp/libgcc.a(_popcountsi2.o)
+                              zephyr/libzephyr.a(bitarray.c.obj) (__popcountsi2)
+/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/thumb/v7e-m/nofp/libgcc.a(_fixdfdi.o)
+                              zephyr/libzephyr.a(timeutil.c.obj) (__aeabi_d2lz)
+/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/thumb/v7e-m/nofp/libgcc.a(_fixunsdfdi.o)
+                              /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/thumb/v7e-m/nofp/libgcc.a(_fixdfdi.o) (__aeabi_d2ulz)
+/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/thumb/v7e-m/nofp/libgcc.a(_udivmoddi4.o)
+                              /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/thumb/v7e-m/nofp/libgcc.a(_aeabi_ldivmod.o) (__udivmoddi4)
+/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/thumb/v7e-m/nofp/libgcc.a(_dvmd_tls.o)
+                              /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/thumb/v7e-m/nofp/libgcc.a(_aeabi_ldivmod.o) (__aeabi_ldiv0)
+/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/thumb/v7e-m/nofp/libgcc.a(_arm_fixunsdfsi.o)
+                              /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/thumb/v7e-m/nofp/libgcc.a(_fixunsdfdi.o) (__aeabi_d2uiz)
+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)
+/opt/ncs/nrfxlib/crypto/nrf_oberon/lib/cortex-m4/soft-float/liboberon_3.0.15.a(ocrypto_ecdh_p256.c.obj)
+                              modules/nrf/subsys/bluetooth/controller/lib..__nrf__subsys__bluetooth__controller.a(ecdh.c.obj) (ocrypto_ecdh_p256_public_key)
+/opt/ncs/nrfxlib/crypto/nrf_oberon/lib/cortex-m4/soft-float/liboberon_3.0.15.a(ocrypto_sc_p256.c.obj)
+                              /opt/ncs/nrfxlib/crypto/nrf_oberon/lib/cortex-m4/soft-float/liboberon_3.0.15.a(ocrypto_ecdh_p256.c.obj) (ocrypto_sc_p256_from32bytes)
+/opt/ncs/nrfxlib/crypto/nrf_oberon/lib/cortex-m4/soft-float/liboberon_3.0.15.a(ocrypto_bigint256.s.obj)
+                              /opt/ncs/nrfxlib/crypto/nrf_oberon/lib/cortex-m4/soft-float/liboberon_3.0.15.a(ocrypto_sc_p256.c.obj) (ocrypto_bigint_add256)
+/opt/ncs/nrfxlib/crypto/nrf_oberon/lib/cortex-m4/soft-float/liboberon_3.0.15.a(ocrypto_curve_p256.c.obj)
+                              /opt/ncs/nrfxlib/crypto/nrf_oberon/lib/cortex-m4/soft-float/liboberon_3.0.15.a(ocrypto_ecdh_p256.c.obj) (ocrypto_curve_p256_from64bytes)
+/opt/ncs/nrfxlib/crypto/nrf_oberon/lib/cortex-m4/soft-float/liboberon_3.0.15.a(ocrypto_mod_p256.c.obj)
+                              /opt/ncs/nrfxlib/crypto/nrf_oberon/lib/cortex-m4/soft-float/liboberon_3.0.15.a(ocrypto_curve_p256.c.obj) (ocrypto_mod_p256_cneg)
+/opt/ncs/nrfxlib/crypto/nrf_oberon/lib/cortex-m4/soft-float/liboberon_3.0.15.a(ocrypto_constant_time.s.obj)
+                              /opt/ncs/nrfxlib/crypto/nrf_oberon/lib/cortex-m4/soft-float/liboberon_3.0.15.a(ocrypto_curve_p256.c.obj) (ocrypto_constant_time_equal)
+/opt/ncs/nrfxlib/crypto/nrf_oberon/lib/cortex-m4/soft-float/liboberon_3.0.15.a(ocrypto_mod_p256_base.s.obj)
+                              /opt/ncs/nrfxlib/crypto/nrf_oberon/lib/cortex-m4/soft-float/liboberon_3.0.15.a(ocrypto_curve_p256.c.obj) (ocrypto_mod_p256_add)
+/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libm_nano.a(lib_a-sf_floor.o)
+                              zephyr/subsys/lorawan/libloramac-node.a(RegionCommon.c.obj) (floorf)
+/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-ctype_.o)
+                              zephyr/libzephyr.a(cbprintf_complete.c.obj) (_ctype_)
+/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-malloc.o)
+                              zephyr/lib/libc/newlib/liblib__libc__newlib.a(libc-hooks.c.obj) (malloc)
+/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-memchr.o)
+                              zephyr/libzephyr.a(settings_line.c.obj) (memchr)
+/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-memcmp.o)
+                              zephyr/libzephyr.a(nvs.c.obj) (memcmp)
+/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-memcpy-stub.o)
+                              zephyr/libzephyr.a(heap.c.obj) (memcpy)
+/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-memset.o)
+                              app/libapp.a(main.c.obj) (memset)
+/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-nano-freer.o)
+                              /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-malloc.o) (_free_r)
+/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-nano-mallocr.o)
+                              /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-malloc.o) (_malloc_r)
+/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-nano-vfprintf_float.o)
+                              (_printf_float)
+/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-nano-vfprintf_i.o)
+                              /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-nano-vfprintf_float.o) (_printf_common)
+/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-sbrkr.o)
+                              /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-nano-mallocr.o) (_sbrk_r)
+/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-strcmp.o)
+                              zephyr/libzephyr.a(log_mgmt.c.obj) (strcmp)
+/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-strcpy.o)
+                              zephyr/subsys/bluetooth/common/libsubsys__bluetooth__common.a(bt_str.c.obj) (strcpy)
+/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-strlen.o)
+                              zephyr/libzephyr.a(cbprintf_packaged.c.obj) (strlen)
+/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-strnlen.o)
+                              zephyr/libzephyr.a(cbprintf_complete.c.obj) (strnlen)
+/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-dtoa.o)
+                              /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-nano-vfprintf_float.o) (_dtoa_r)
+/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-impure.o)
+                              /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-malloc.o) (_impure_ptr)
+/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-localeconv.o)
+                              /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-nano-vfprintf_float.o) (_localeconv_r)
+/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-mlock.o)
+                              /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-nano-freer.o) (__malloc_lock)
+/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-mprec.o)
+                              /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-dtoa.o) (_Balloc)
+/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-nano-callocr.o)
+                              /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-mprec.o) (_calloc_r)
+/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-reent.o)
+                              /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-sbrkr.o) (errno)
+/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-assert.o)
+                              /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-dtoa.o) (__assert_func)
+/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-fprintf.o)
+                              /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-assert.o) (fiprintf)
+/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-locale.o)
+                              /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-localeconv.o) (__global_locale)
+/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-mbtowc_r.o)
+                              /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-locale.o) (__ascii_mbtowc)
+/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-nano-vfprintf.o)
+                              /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-fprintf.o) (_vfprintf_r)
+/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-wbuf.o)
+                              /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-nano-vfprintf.o) (__swbuf_r)
+/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-wctomb_r.o)
+                              /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-locale.o) (__ascii_wctomb)
+/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-wsetup.o)
+                              /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-nano-vfprintf.o) (__swsetup_r)
+/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-fflush.o)
+                              /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-wbuf.o) (_fflush_r)
+/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-findfp.o)
+                              /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-nano-vfprintf.o) (__sinit)
+/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-fvwrite.o)
+                              /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-nano-vfprintf.o) (__sfvwrite_r)
+/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-fwalk.o)
+                              /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-findfp.o) (_fwalk)
+/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-makebuf.o)
+                              /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-wsetup.o) (__smakebuf_r)
+/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-memmove.o)
+                              /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-fvwrite.o) (memmove)
+/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-nano-reallocr.o)
+                              /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-fvwrite.o) (_realloc_r)
+/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-stdio.o)
+                              /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-findfp.o) (__sread)
+/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-writer.o)
+                              /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-stdio.o) (_write_r)
+/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-closer.o)
+                              /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-stdio.o) (_close_r)
+/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-fstatr.o)
+                              /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-makebuf.o) (_fstat_r)
+/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-isattyr.o)
+                              /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-makebuf.o) (_isatty_r)
+/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-lseekr.o)
+                              /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-stdio.o) (_lseek_r)
+/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-nano-msizer.o)
+                              /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-nano-reallocr.o) (_malloc_usable_size_r)
+/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-readr.o)
+                              /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-stdio.o) (_read_r)
+/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/thumb/v7e-m/nofp/libgcc.a(_arm_unorddf2.o)
+                              /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-nano-vfprintf_float.o) (__aeabi_dcmpun)
+/opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/thumb/v7e-m/nofp/libgcc.a(_arm_fixdfsi.o)
+                              /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-dtoa.o) (__aeabi_d2iz)
+/opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                              modules/nrf/subsys/bluetooth/controller/lib..__nrf__subsys__bluetooth__controller.a(hci_internal.c.obj) (sdc_hci_cmd_le_set_adv_enable)
+/opt/ncs/nrfxlib/mpsl/fem/common/lib/cortex-m4/soft-float/libmpsl_fem_common.a(libmpsl_fem_common_debug_soft__obfuscated.elf)
+                              /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf) (mpsl_fem_caps_get)
+/opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+                              modules/nrf/subsys/mpsl/init/lib..__nrf__subsys__mpsl__init.a(mpsl_init.c.obj) (MPSL_IRQ_RADIO_Handler)
+
+Discarded input sections
+
+ .text          0x0000000000000000        0x0 zephyr/CMakeFiles/zephyr_pre0.dir/misc/empty_file.c.obj
+ .data          0x0000000000000000        0x0 zephyr/CMakeFiles/zephyr_pre0.dir/misc/empty_file.c.obj
+ .bss           0x0000000000000000        0x0 zephyr/CMakeFiles/zephyr_pre0.dir/misc/empty_file.c.obj
+ .debug_line    0x0000000000000000        0x0 zephyr/CMakeFiles/zephyr_pre0.dir/misc/empty_file.c.obj
+ .debug_str     0x0000000000000000      0x18c zephyr/CMakeFiles/zephyr_pre0.dir/misc/empty_file.c.obj
+ .comment       0x0000000000000000       0x21 zephyr/CMakeFiles/zephyr_pre0.dir/misc/empty_file.c.obj
+ .text          0x0000000000000000        0x0 zephyr/CMakeFiles/offsets.dir/./arch/arm/core/offsets/offsets.c.obj
+ .data          0x0000000000000000        0x0 zephyr/CMakeFiles/offsets.dir/./arch/arm/core/offsets/offsets.c.obj
+ .bss           0x0000000000000000        0x0 zephyr/CMakeFiles/offsets.dir/./arch/arm/core/offsets/offsets.c.obj
+ .text          0x0000000000000000        0x0 app/libapp.a(main.c.obj)
+ .data          0x0000000000000000        0x0 app/libapp.a(main.c.obj)
+ .bss           0x0000000000000000        0x0 app/libapp.a(main.c.obj)
+ .text.get_Tension
+                0x0000000000000000       0x30 app/libapp.a(main.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/libzephyr.a(crc32c_sw.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/libzephyr.a(crc32c_sw.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/libzephyr.a(crc32c_sw.c.obj)
+ .text.crc32_c  0x0000000000000000       0x48 zephyr/libzephyr.a(crc32c_sw.c.obj)
+ .rodata.crc32c_table
+                0x0000000000000000       0x40 zephyr/libzephyr.a(crc32c_sw.c.obj)
+ .debug_info    0x0000000000000000      0x184 zephyr/libzephyr.a(crc32c_sw.c.obj)
+ .debug_abbrev  0x0000000000000000       0xcd zephyr/libzephyr.a(crc32c_sw.c.obj)
+ .debug_loc     0x0000000000000000      0x104 zephyr/libzephyr.a(crc32c_sw.c.obj)
+ .debug_aranges
+                0x0000000000000000       0x20 zephyr/libzephyr.a(crc32c_sw.c.obj)
+ .debug_ranges  0x0000000000000000       0x30 zephyr/libzephyr.a(crc32c_sw.c.obj)
+ .debug_line    0x0000000000000000      0x1ec zephyr/libzephyr.a(crc32c_sw.c.obj)
+ .debug_str     0x0000000000000000      0x27e zephyr/libzephyr.a(crc32c_sw.c.obj)
+ .comment       0x0000000000000000       0x21 zephyr/libzephyr.a(crc32c_sw.c.obj)
+ .debug_frame   0x0000000000000000       0x2c zephyr/libzephyr.a(crc32c_sw.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/libzephyr.a(crc32_sw.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/libzephyr.a(crc32_sw.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/libzephyr.a(crc32_sw.c.obj)
+ .text.crc32_ieee_update
+                0x0000000000000000       0x3c zephyr/libzephyr.a(crc32_sw.c.obj)
+ .text.crc32_ieee
+                0x0000000000000000        0xa zephyr/libzephyr.a(crc32_sw.c.obj)
+ .rodata.table.0
+                0x0000000000000000       0x40 zephyr/libzephyr.a(crc32_sw.c.obj)
+ .debug_info    0x0000000000000000      0x1cb zephyr/libzephyr.a(crc32_sw.c.obj)
+ .debug_abbrev  0x0000000000000000      0x117 zephyr/libzephyr.a(crc32_sw.c.obj)
+ .debug_loc     0x0000000000000000      0x160 zephyr/libzephyr.a(crc32_sw.c.obj)
+ .debug_aranges
+                0x0000000000000000       0x28 zephyr/libzephyr.a(crc32_sw.c.obj)
+ .debug_ranges  0x0000000000000000       0x50 zephyr/libzephyr.a(crc32_sw.c.obj)
+ .debug_line    0x0000000000000000      0x21e zephyr/libzephyr.a(crc32_sw.c.obj)
+ .debug_str     0x0000000000000000      0x277 zephyr/libzephyr.a(crc32_sw.c.obj)
+ .comment       0x0000000000000000       0x21 zephyr/libzephyr.a(crc32_sw.c.obj)
+ .debug_frame   0x0000000000000000       0x3c zephyr/libzephyr.a(crc32_sw.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/libzephyr.a(crc24_sw.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/libzephyr.a(crc24_sw.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/libzephyr.a(crc24_sw.c.obj)
+ .text.crc24_pgp_update
+                0x0000000000000000       0x2c zephyr/libzephyr.a(crc24_sw.c.obj)
+ .text.crc24_pgp
+                0x0000000000000000       0x18 zephyr/libzephyr.a(crc24_sw.c.obj)
+ .debug_info    0x0000000000000000      0x183 zephyr/libzephyr.a(crc24_sw.c.obj)
+ .debug_abbrev  0x0000000000000000       0xd6 zephyr/libzephyr.a(crc24_sw.c.obj)
+ .debug_loc     0x0000000000000000      0x137 zephyr/libzephyr.a(crc24_sw.c.obj)
+ .debug_aranges
+                0x0000000000000000       0x28 zephyr/libzephyr.a(crc24_sw.c.obj)
+ .debug_ranges  0x0000000000000000       0x18 zephyr/libzephyr.a(crc24_sw.c.obj)
+ .debug_line    0x0000000000000000      0x1d4 zephyr/libzephyr.a(crc24_sw.c.obj)
+ .debug_str     0x0000000000000000      0x26a zephyr/libzephyr.a(crc24_sw.c.obj)
+ .comment       0x0000000000000000       0x21 zephyr/libzephyr.a(crc24_sw.c.obj)
+ .debug_frame   0x0000000000000000       0x40 zephyr/libzephyr.a(crc24_sw.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/libzephyr.a(crc16_sw.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/libzephyr.a(crc16_sw.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/libzephyr.a(crc16_sw.c.obj)
+ .text.crc16    0x0000000000000000       0x30 zephyr/libzephyr.a(crc16_sw.c.obj)
+ .text.crc16_reflect
+                0x0000000000000000       0x2a zephyr/libzephyr.a(crc16_sw.c.obj)
+ .text.crc16_ccitt
+                0x0000000000000000       0x26 zephyr/libzephyr.a(crc16_sw.c.obj)
+ .text.crc16_itu_t
+                0x0000000000000000       0x28 zephyr/libzephyr.a(crc16_sw.c.obj)
+ .debug_info    0x0000000000000000      0x2d8 zephyr/libzephyr.a(crc16_sw.c.obj)
+ .debug_abbrev  0x0000000000000000       0xc8 zephyr/libzephyr.a(crc16_sw.c.obj)
+ .debug_loc     0x0000000000000000      0x3d0 zephyr/libzephyr.a(crc16_sw.c.obj)
+ .debug_aranges
+                0x0000000000000000       0x38 zephyr/libzephyr.a(crc16_sw.c.obj)
+ .debug_ranges  0x0000000000000000       0x28 zephyr/libzephyr.a(crc16_sw.c.obj)
+ .debug_line    0x0000000000000000      0x341 zephyr/libzephyr.a(crc16_sw.c.obj)
+ .debug_str     0x0000000000000000      0x280 zephyr/libzephyr.a(crc16_sw.c.obj)
+ .comment       0x0000000000000000       0x21 zephyr/libzephyr.a(crc16_sw.c.obj)
+ .debug_frame   0x0000000000000000       0x70 zephyr/libzephyr.a(crc16_sw.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/libzephyr.a(crc8_sw.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/libzephyr.a(crc8_sw.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/libzephyr.a(crc8_sw.c.obj)
+ .text.crc8     0x0000000000000000       0x54 zephyr/libzephyr.a(crc8_sw.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/libzephyr.a(crc7_sw.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/libzephyr.a(crc7_sw.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/libzephyr.a(crc7_sw.c.obj)
+ .text.crc7_be  0x0000000000000000       0x20 zephyr/libzephyr.a(crc7_sw.c.obj)
+ .debug_info    0x0000000000000000      0x127 zephyr/libzephyr.a(crc7_sw.c.obj)
+ .debug_abbrev  0x0000000000000000       0xac zephyr/libzephyr.a(crc7_sw.c.obj)
+ .debug_loc     0x0000000000000000       0xc0 zephyr/libzephyr.a(crc7_sw.c.obj)
+ .debug_aranges
+                0x0000000000000000       0x20 zephyr/libzephyr.a(crc7_sw.c.obj)
+ .debug_ranges  0x0000000000000000       0x10 zephyr/libzephyr.a(crc7_sw.c.obj)
+ .debug_line    0x0000000000000000      0x191 zephyr/libzephyr.a(crc7_sw.c.obj)
+ .debug_str     0x0000000000000000      0x242 zephyr/libzephyr.a(crc7_sw.c.obj)
+ .comment       0x0000000000000000       0x21 zephyr/libzephyr.a(crc7_sw.c.obj)
+ .debug_frame   0x0000000000000000       0x20 zephyr/libzephyr.a(crc7_sw.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/libzephyr.a(crc4_sw.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/libzephyr.a(crc4_sw.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/libzephyr.a(crc4_sw.c.obj)
+ .text.crc4     0x0000000000000000       0x8a zephyr/libzephyr.a(crc4_sw.c.obj)
+ .text.crc4_ti  0x0000000000000000       0x40 zephyr/libzephyr.a(crc4_sw.c.obj)
+ .rodata.lookup.0
+                0x0000000000000000        0x8 zephyr/libzephyr.a(crc4_sw.c.obj)
+ .debug_info    0x0000000000000000      0x22e zephyr/libzephyr.a(crc4_sw.c.obj)
+ .debug_abbrev  0x0000000000000000       0xf2 zephyr/libzephyr.a(crc4_sw.c.obj)
+ .debug_loc     0x0000000000000000      0x386 zephyr/libzephyr.a(crc4_sw.c.obj)
+ .debug_aranges
+                0x0000000000000000       0x28 zephyr/libzephyr.a(crc4_sw.c.obj)
+ .debug_ranges  0x0000000000000000       0x48 zephyr/libzephyr.a(crc4_sw.c.obj)
+ .debug_line    0x0000000000000000      0x2db zephyr/libzephyr.a(crc4_sw.c.obj)
+ .debug_str     0x0000000000000000      0x27c zephyr/libzephyr.a(crc4_sw.c.obj)
+ .comment       0x0000000000000000       0x21 zephyr/libzephyr.a(crc4_sw.c.obj)
+ .debug_frame   0x0000000000000000       0x4c zephyr/libzephyr.a(crc4_sw.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/libzephyr.a(heap.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/libzephyr.a(heap.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/libzephyr.a(heap.c.obj)
+ .text.sys_heap_usable_size
+                0x0000000000000000       0x1e zephyr/libzephyr.a(heap.c.obj)
+ .text.sys_heap_aligned_realloc
+                0x0000000000000000      0x128 zephyr/libzephyr.a(heap.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/libzephyr.a(cbprintf_packaged.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/libzephyr.a(cbprintf_packaged.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/libzephyr.a(cbprintf_packaged.c.obj)
+ .text.cbprintf_package
+                0x0000000000000000       0x1e zephyr/libzephyr.a(cbprintf_packaged.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/libzephyr.a(printk.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/libzephyr.a(printk.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/libzephyr.a(printk.c.obj)
+ .text.__printk_get_hook
+                0x0000000000000000        0xc zephyr/libzephyr.a(printk.c.obj)
+ .text.z_impl_k_str_out
+                0x0000000000000000       0x1c zephyr/libzephyr.a(printk.c.obj)
+ .rodata.str1.1
+                0x0000000000000000        0xf zephyr/libzephyr.a(printk.c.obj)
+ ._llext_const_symbol.static.printk_sym_
+                0x0000000000000000        0x8 zephyr/libzephyr.a(printk.c.obj)
+ ._llext_const_symbol.static.vprintk_sym_
+                0x0000000000000000        0x8 zephyr/libzephyr.a(printk.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/libzephyr.a(sem.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/libzephyr.a(sem.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/libzephyr.a(sem.c.obj)
+ .text.sys_sem_init
+                0x0000000000000000        0xa zephyr/libzephyr.a(sem.c.obj)
+ .text.sys_sem_give
+                0x0000000000000000        0xa zephyr/libzephyr.a(sem.c.obj)
+ .text.sys_sem_take
+                0x0000000000000000       0x1e zephyr/libzephyr.a(sem.c.obj)
+ .text.sys_sem_count_get
+                0x0000000000000000        0x4 zephyr/libzephyr.a(sem.c.obj)
+ .debug_info    0x0000000000000000      0x4eb zephyr/libzephyr.a(sem.c.obj)
+ .debug_abbrev  0x0000000000000000      0x22a zephyr/libzephyr.a(sem.c.obj)
+ .debug_loc     0x0000000000000000      0x21a zephyr/libzephyr.a(sem.c.obj)
+ .debug_aranges
+                0x0000000000000000       0x38 zephyr/libzephyr.a(sem.c.obj)
+ .debug_ranges  0x0000000000000000       0x70 zephyr/libzephyr.a(sem.c.obj)
+ .debug_line    0x0000000000000000      0x306 zephyr/libzephyr.a(sem.c.obj)
+ .debug_str     0x0000000000000000      0x396 zephyr/libzephyr.a(sem.c.obj)
+ .comment       0x0000000000000000       0x21 zephyr/libzephyr.a(sem.c.obj)
+ .debug_frame   0x0000000000000000       0x68 zephyr/libzephyr.a(sem.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/libzephyr.a(thread_entry.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/libzephyr.a(thread_entry.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/libzephyr.a(thread_entry.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/libzephyr.a(cbprintf_complete.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/libzephyr.a(cbprintf_complete.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/libzephyr.a(cbprintf_complete.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/libzephyr.a(cbprintf.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/libzephyr.a(cbprintf.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/libzephyr.a(cbprintf.c.obj)
+ .text.cbprintf
+                0x0000000000000000       0x1e zephyr/libzephyr.a(cbprintf.c.obj)
+ .debug_info    0x0000000000000000      0x23e zephyr/libzephyr.a(cbprintf.c.obj)
+ .debug_abbrev  0x0000000000000000      0x17e zephyr/libzephyr.a(cbprintf.c.obj)
+ .debug_loc     0x0000000000000000       0xcc zephyr/libzephyr.a(cbprintf.c.obj)
+ .debug_aranges
+                0x0000000000000000       0x20 zephyr/libzephyr.a(cbprintf.c.obj)
+ .debug_ranges  0x0000000000000000       0x30 zephyr/libzephyr.a(cbprintf.c.obj)
+ .debug_line    0x0000000000000000      0x1e9 zephyr/libzephyr.a(cbprintf.c.obj)
+ .debug_str     0x0000000000000000      0x298 zephyr/libzephyr.a(cbprintf.c.obj)
+ .comment       0x0000000000000000       0x21 zephyr/libzephyr.a(cbprintf.c.obj)
+ .debug_frame   0x0000000000000000       0x3c zephyr/libzephyr.a(cbprintf.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/libzephyr.a(assert.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/libzephyr.a(assert.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/libzephyr.a(assert.c.obj)
+ .text.assert_post_action
+                0x0000000000000000       0x12 zephyr/libzephyr.a(assert.c.obj)
+ .rodata.str1.1
+                0x0000000000000000       0x20 zephyr/libzephyr.a(assert.c.obj)
+ ._llext_const_symbol.static.assert_print_sym_
+                0x0000000000000000        0x8 zephyr/libzephyr.a(assert.c.obj)
+ ._llext_const_symbol.static.assert_post_action_sym_
+                0x0000000000000000        0x8 zephyr/libzephyr.a(assert.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/libzephyr.a(mpsc_pbuf.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/libzephyr.a(mpsc_pbuf.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/libzephyr.a(mpsc_pbuf.c.obj)
+ .text.mpsc_pbuf_put_word
+                0x0000000000000000       0xb8 zephyr/libzephyr.a(mpsc_pbuf.c.obj)
+ .text.mpsc_pbuf_put_word_ext
+                0x0000000000000000       0xea zephyr/libzephyr.a(mpsc_pbuf.c.obj)
+ .text.mpsc_pbuf_put_data
+                0x0000000000000000       0xe8 zephyr/libzephyr.a(mpsc_pbuf.c.obj)
+ .text.mpsc_pbuf_get_utilization
+                0x0000000000000000       0x16 zephyr/libzephyr.a(mpsc_pbuf.c.obj)
+ .text.mpsc_pbuf_get_max_utilization
+                0x0000000000000000       0x16 zephyr/libzephyr.a(mpsc_pbuf.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/libzephyr.a(dec.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/libzephyr.a(dec.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/libzephyr.a(dec.c.obj)
+ .text.u8_to_dec
+                0x0000000000000000       0x52 zephyr/libzephyr.a(dec.c.obj)
+ .debug_info    0x0000000000000000      0x12b zephyr/libzephyr.a(dec.c.obj)
+ .debug_abbrev  0x0000000000000000       0x9c zephyr/libzephyr.a(dec.c.obj)
+ .debug_loc     0x0000000000000000      0x11b zephyr/libzephyr.a(dec.c.obj)
+ .debug_aranges
+                0x0000000000000000       0x20 zephyr/libzephyr.a(dec.c.obj)
+ .debug_ranges  0x0000000000000000       0x10 zephyr/libzephyr.a(dec.c.obj)
+ .debug_line    0x0000000000000000      0x1a2 zephyr/libzephyr.a(dec.c.obj)
+ .debug_str     0x0000000000000000      0x261 zephyr/libzephyr.a(dec.c.obj)
+ .comment       0x0000000000000000       0x21 zephyr/libzephyr.a(dec.c.obj)
+ .debug_frame   0x0000000000000000       0x30 zephyr/libzephyr.a(dec.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/libzephyr.a(hex.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/libzephyr.a(hex.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/libzephyr.a(hex.c.obj)
+ .text.char2hex
+                0x0000000000000000       0x30 zephyr/libzephyr.a(hex.c.obj)
+ .text.hex2char
+                0x0000000000000000       0x1c zephyr/libzephyr.a(hex.c.obj)
+ .text.bin2hex  0x0000000000000000       0x54 zephyr/libzephyr.a(hex.c.obj)
+ .text.hex2bin  0x0000000000000000       0x70 zephyr/libzephyr.a(hex.c.obj)
+ .debug_info    0x0000000000000000      0x29d zephyr/libzephyr.a(hex.c.obj)
+ .debug_abbrev  0x0000000000000000      0x117 zephyr/libzephyr.a(hex.c.obj)
+ .debug_loc     0x0000000000000000      0x2d8 zephyr/libzephyr.a(hex.c.obj)
+ .debug_aranges
+                0x0000000000000000       0x38 zephyr/libzephyr.a(hex.c.obj)
+ .debug_ranges  0x0000000000000000       0x40 zephyr/libzephyr.a(hex.c.obj)
+ .debug_line    0x0000000000000000      0x2e7 zephyr/libzephyr.a(hex.c.obj)
+ .debug_str     0x0000000000000000      0x268 zephyr/libzephyr.a(hex.c.obj)
+ .comment       0x0000000000000000       0x21 zephyr/libzephyr.a(hex.c.obj)
+ .debug_frame   0x0000000000000000       0x74 zephyr/libzephyr.a(hex.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/libzephyr.a(rb.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/libzephyr.a(rb.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/libzephyr.a(rb.c.obj)
+ .text.find_and_stack
+                0x0000000000000000       0x3a zephyr/libzephyr.a(rb.c.obj)
+ .text.stack_left_limb
+                0x0000000000000000       0x3c zephyr/libzephyr.a(rb.c.obj)
+ .text.set_child
+                0x0000000000000000       0x12 zephyr/libzephyr.a(rb.c.obj)
+ .text.rotate   0x0000000000000000       0xa8 zephyr/libzephyr.a(rb.c.obj)
+ .text.z_rb_get_minmax
+                0x0000000000000000       0x1a zephyr/libzephyr.a(rb.c.obj)
+ .text.rb_insert
+                0x0000000000000000      0x134 zephyr/libzephyr.a(rb.c.obj)
+ .text.rb_remove
+                0x0000000000000000      0x344 zephyr/libzephyr.a(rb.c.obj)
+ .text.z_rb_walk
+                0x0000000000000000       0x24 zephyr/libzephyr.a(rb.c.obj)
+ .text.z_rb_child
+                0x0000000000000000        0xe zephyr/libzephyr.a(rb.c.obj)
+ .text.z_rb_is_black
+                0x0000000000000000        0x8 zephyr/libzephyr.a(rb.c.obj)
+ .text.rb_contains
+                0x0000000000000000       0x2c zephyr/libzephyr.a(rb.c.obj)
+ .text.z_rb_foreach_next
+                0x0000000000000000       0x56 zephyr/libzephyr.a(rb.c.obj)
+ .debug_info    0x0000000000000000     0x2498 zephyr/libzephyr.a(rb.c.obj)
+ .debug_abbrev  0x0000000000000000      0x4b6 zephyr/libzephyr.a(rb.c.obj)
+ .debug_loc     0x0000000000000000     0x26fa zephyr/libzephyr.a(rb.c.obj)
+ .debug_aranges
+                0x0000000000000000       0x78 zephyr/libzephyr.a(rb.c.obj)
+ .debug_ranges  0x0000000000000000      0x550 zephyr/libzephyr.a(rb.c.obj)
+ .debug_line    0x0000000000000000     0x12c3 zephyr/libzephyr.a(rb.c.obj)
+ .debug_str     0x0000000000000000      0x458 zephyr/libzephyr.a(rb.c.obj)
+ .comment       0x0000000000000000       0x21 zephyr/libzephyr.a(rb.c.obj)
+ .debug_frame   0x0000000000000000      0x180 zephyr/libzephyr.a(rb.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/libzephyr.a(timeutil.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/libzephyr.a(timeutil.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/libzephyr.a(timeutil.c.obj)
+ .text.timeutil_timegm64
+                0x0000000000000000       0xf0 zephyr/libzephyr.a(timeutil.c.obj)
+ .text.timeutil_timegm
+                0x0000000000000000       0x18 zephyr/libzephyr.a(timeutil.c.obj)
+ .text.timeutil_sync_state_update
+                0x0000000000000000       0x5c zephyr/libzephyr.a(timeutil.c.obj)
+ .text.timeutil_sync_state_set_skew
+                0x0000000000000000       0x3a zephyr/libzephyr.a(timeutil.c.obj)
+ .text.timeutil_sync_estimate_skew
+                0x0000000000000000       0x96 zephyr/libzephyr.a(timeutil.c.obj)
+ .text.timeutil_sync_ref_from_local
+                0x0000000000000000       0xae zephyr/libzephyr.a(timeutil.c.obj)
+ .text.timeutil_sync_local_from_ref
+                0x0000000000000000       0xa8 zephyr/libzephyr.a(timeutil.c.obj)
+ .text.timeutil_sync_skew_to_ppb
+                0x0000000000000000       0x3c zephyr/libzephyr.a(timeutil.c.obj)
+ .debug_info    0x0000000000000000      0x8e3 zephyr/libzephyr.a(timeutil.c.obj)
+ .debug_abbrev  0x0000000000000000      0x200 zephyr/libzephyr.a(timeutil.c.obj)
+ .debug_loc     0x0000000000000000      0x76a zephyr/libzephyr.a(timeutil.c.obj)
+ .debug_aranges
+                0x0000000000000000       0x58 zephyr/libzephyr.a(timeutil.c.obj)
+ .debug_ranges  0x0000000000000000       0xa8 zephyr/libzephyr.a(timeutil.c.obj)
+ .debug_line    0x0000000000000000      0x5b0 zephyr/libzephyr.a(timeutil.c.obj)
+ .debug_str     0x0000000000000000      0x52f zephyr/libzephyr.a(timeutil.c.obj)
+ .comment       0x0000000000000000       0x21 zephyr/libzephyr.a(timeutil.c.obj)
+ .debug_frame   0x0000000000000000      0x120 zephyr/libzephyr.a(timeutil.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/libzephyr.a(bitarray.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/libzephyr.a(bitarray.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/libzephyr.a(bitarray.c.obj)
+ .text.setup_bundle_data.constprop.0
+                0x0000000000000000       0x3a zephyr/libzephyr.a(bitarray.c.obj)
+ .text.set_region
+                0x0000000000000000       0x90 zephyr/libzephyr.a(bitarray.c.obj)
+ .text.set_clear_region
+                0x0000000000000000       0x46 zephyr/libzephyr.a(bitarray.c.obj)
+ .text.match_region
+                0x0000000000000000       0x8c zephyr/libzephyr.a(bitarray.c.obj)
+ .text.is_region_set_clear
+                0x0000000000000000       0x4e zephyr/libzephyr.a(bitarray.c.obj)
+ .text.sys_bitarray_popcount_region
+                0x0000000000000000       0x94 zephyr/libzephyr.a(bitarray.c.obj)
+ .text.sys_bitarray_xor
+                0x0000000000000000       0xc2 zephyr/libzephyr.a(bitarray.c.obj)
+ .text.sys_bitarray_set_bit
+                0x0000000000000000       0x3e zephyr/libzephyr.a(bitarray.c.obj)
+ .text.sys_bitarray_clear_bit
+                0x0000000000000000       0x40 zephyr/libzephyr.a(bitarray.c.obj)
+ .text.sys_bitarray_test_bit
+                0x0000000000000000       0x3e zephyr/libzephyr.a(bitarray.c.obj)
+ .text.sys_bitarray_test_and_set_bit
+                0x0000000000000000       0x4e zephyr/libzephyr.a(bitarray.c.obj)
+ .text.sys_bitarray_test_and_clear_bit
+                0x0000000000000000       0x50 zephyr/libzephyr.a(bitarray.c.obj)
+ .text.sys_bitarray_alloc
+                0x0000000000000000       0xa4 zephyr/libzephyr.a(bitarray.c.obj)
+ .text.sys_bitarray_find_nth_set
+                0x0000000000000000       0xba zephyr/libzephyr.a(bitarray.c.obj)
+ .text.sys_bitarray_free
+                0x0000000000000000       0x6c zephyr/libzephyr.a(bitarray.c.obj)
+ .text.sys_bitarray_is_region_set
+                0x0000000000000000        0x6 zephyr/libzephyr.a(bitarray.c.obj)
+ .text.sys_bitarray_is_region_cleared
+                0x0000000000000000        0x6 zephyr/libzephyr.a(bitarray.c.obj)
+ .text.sys_bitarray_test_and_set_region
+                0x0000000000000000       0x70 zephyr/libzephyr.a(bitarray.c.obj)
+ .text.sys_bitarray_set_region
+                0x0000000000000000        0x6 zephyr/libzephyr.a(bitarray.c.obj)
+ .text.sys_bitarray_clear_region
+                0x0000000000000000        0x6 zephyr/libzephyr.a(bitarray.c.obj)
+ .debug_info    0x0000000000000000     0x2562 zephyr/libzephyr.a(bitarray.c.obj)
+ .debug_abbrev  0x0000000000000000      0x476 zephyr/libzephyr.a(bitarray.c.obj)
+ .debug_loc     0x0000000000000000     0x1e23 zephyr/libzephyr.a(bitarray.c.obj)
+ .debug_aranges
+                0x0000000000000000       0xb8 zephyr/libzephyr.a(bitarray.c.obj)
+ .debug_ranges  0x0000000000000000      0x288 zephyr/libzephyr.a(bitarray.c.obj)
+ .debug_line    0x0000000000000000     0x1734 zephyr/libzephyr.a(bitarray.c.obj)
+ .debug_str     0x0000000000000000      0x638 zephyr/libzephyr.a(bitarray.c.obj)
+ .comment       0x0000000000000000       0x21 zephyr/libzephyr.a(bitarray.c.obj)
+ .debug_frame   0x0000000000000000      0x290 zephyr/libzephyr.a(bitarray.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/libzephyr.a(onoff.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/libzephyr.a(onoff.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/libzephyr.a(onoff.c.obj)
+ .text.sys_slist_find_and_remove
+                0x0000000000000000       0x36 zephyr/libzephyr.a(onoff.c.obj)
+ .text.onoff_release
+                0x0000000000000000       0x48 zephyr/libzephyr.a(onoff.c.obj)
+ .text.onoff_reset
+                0x0000000000000000       0x62 zephyr/libzephyr.a(onoff.c.obj)
+ .text.onoff_cancel
+                0x0000000000000000       0x36 zephyr/libzephyr.a(onoff.c.obj)
+ .text.onoff_monitor_register
+                0x0000000000000000       0x3a zephyr/libzephyr.a(onoff.c.obj)
+ .text.onoff_monitor_unregister
+                0x0000000000000000       0x34 zephyr/libzephyr.a(onoff.c.obj)
+ .text.onoff_sync_lock
+                0x0000000000000000       0x14 zephyr/libzephyr.a(onoff.c.obj)
+ .text.onoff_sync_finalize
+                0x0000000000000000       0x40 zephyr/libzephyr.a(onoff.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/libzephyr.a(notify.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/libzephyr.a(notify.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/libzephyr.a(notify.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/libzephyr.a(configs.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/libzephyr.a(configs.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/libzephyr.a(configs.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/libzephyr.a(nvs.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/libzephyr.a(nvs.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/libzephyr.a(nvs.c.obj)
+ .text.nvs_clear
+                0x0000000000000000       0x40 zephyr/libzephyr.a(nvs.c.obj)
+ .text.nvs_calc_free_space
+                0x0000000000000000       0xac zephyr/libzephyr.a(nvs.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/libzephyr.a(log_core.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/libzephyr.a(log_core.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/libzephyr.a(log_core.c.obj)
+ .text.log_format_table_size
+                0x0000000000000000        0x4 zephyr/libzephyr.a(log_core.c.obj)
+ .text.z_log_timestamp
+                0x0000000000000000        0xc zephyr/libzephyr.a(log_core.c.obj)
+ .text.log_format_set_all_active_backends
+                0x0000000000000000       0x4c zephyr/libzephyr.a(log_core.c.obj)
+ .text.log_init
+                0x0000000000000000        0x8 zephyr/libzephyr.a(log_core.c.obj)
+ .text.log_thread_trigger
+                0x0000000000000000       0x1c zephyr/libzephyr.a(log_core.c.obj)
+ .text.log_thread_set
+                0x0000000000000000        0x2 zephyr/libzephyr.a(log_core.c.obj)
+ .rodata.unordered_notify.str1.1
+                0x0000000000000000       0x28 zephyr/libzephyr.a(log_core.c.obj)
+ .text.unordered_notify
+                0x0000000000000000       0x30 zephyr/libzephyr.a(log_core.c.obj)
+ .text.z_impl_log_buffered_cnt
+                0x0000000000000000        0xc zephyr/libzephyr.a(log_core.c.obj)
+ .text.z_log_dropped_pending
+                0x0000000000000000       0x14 zephyr/libzephyr.a(log_core.c.obj)
+ .text.z_log_msg_claim_oldest
+                0x0000000000000000       0x78 zephyr/libzephyr.a(log_core.c.obj)
+ .text.z_log_msg_claim
+                0x0000000000000000        0x4 zephyr/libzephyr.a(log_core.c.obj)
+ .text.z_log_msg_enqueue
+                0x0000000000000000       0x70 zephyr/libzephyr.a(log_core.c.obj)
+ .text.log_set_tag
+                0x0000000000000000        0x6 zephyr/libzephyr.a(log_core.c.obj)
+ .text.log_mem_get_usage
+                0x0000000000000000       0x14 zephyr/libzephyr.a(log_core.c.obj)
+ .text.log_mem_get_max_usage
+                0x0000000000000000        0xc zephyr/libzephyr.a(log_core.c.obj)
+ .bss.unordered_cnt
+                0x0000000000000000        0x4 zephyr/libzephyr.a(log_core.c.obj)
+ .bss.prev_timestamp
+                0x0000000000000000        0x4 zephyr/libzephyr.a(log_core.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/libzephyr.a(log_mgmt.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/libzephyr.a(log_mgmt.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/libzephyr.a(log_mgmt.c.obj)
+ .text.domain_id_cmp
+                0x0000000000000000        0x8 zephyr/libzephyr.a(log_mgmt.c.obj)
+ .text.source_id_cmp
+                0x0000000000000000        0xe zephyr/libzephyr.a(log_mgmt.c.obj)
+ .text.z_log_link_get_dynamic_filter
+                0x0000000000000000       0x40 zephyr/libzephyr.a(log_mgmt.c.obj)
+ .text.z_log_ext_domain_count
+                0x0000000000000000       0x20 zephyr/libzephyr.a(log_mgmt.c.obj)
+ .text.log_src_cnt_get
+                0x0000000000000000       0x14 zephyr/libzephyr.a(log_mgmt.c.obj)
+ .rodata.log_domain_name_get.str1.1
+                0x0000000000000000        0x1 zephyr/libzephyr.a(log_mgmt.c.obj)
+ .text.log_domain_name_get
+                0x0000000000000000        0x8 zephyr/libzephyr.a(log_mgmt.c.obj)
+ .text.log_compiled_level_get
+                0x0000000000000000       0x20 zephyr/libzephyr.a(log_mgmt.c.obj)
+ .text.z_log_link_set_runtime_level
+                0x0000000000000000       0x40 zephyr/libzephyr.a(log_mgmt.c.obj)
+ .text.z_log_runtime_filters_init
+                0x0000000000000000       0x3c zephyr/libzephyr.a(log_mgmt.c.obj)
+ .text.log_source_id_get
+                0x0000000000000000       0x38 zephyr/libzephyr.a(log_mgmt.c.obj)
+ .text.filter_set
+                0x0000000000000000       0x20 zephyr/libzephyr.a(log_mgmt.c.obj)
+ .text.z_impl_log_filter_set
+                0x0000000000000000       0x20 zephyr/libzephyr.a(log_mgmt.c.obj)
+ .text.z_impl_log_frontend_filter_set
+                0x0000000000000000       0x20 zephyr/libzephyr.a(log_mgmt.c.obj)
+ .text.log_backend_get_by_name
+                0x0000000000000000       0x2c zephyr/libzephyr.a(log_mgmt.c.obj)
+ .text.log_backend_disable
+                0x0000000000000000        0x8 zephyr/libzephyr.a(log_mgmt.c.obj)
+ .text.log_filter_get
+                0x0000000000000000       0x20 zephyr/libzephyr.a(log_mgmt.c.obj)
+ .text.log_frontend_filter_get
+                0x0000000000000000        0x4 zephyr/libzephyr.a(log_mgmt.c.obj)
+ .text.z_log_links_initiate
+                0x0000000000000000       0x4c zephyr/libzephyr.a(log_mgmt.c.obj)
+ .rodata.sname_cache_config.0
+                0x0000000000000000       0x10 zephyr/libzephyr.a(log_mgmt.c.obj)
+ .rodata.dname_cache_config.1
+                0x0000000000000000       0x10 zephyr/libzephyr.a(log_mgmt.c.obj)
+ .bss.sname_cache
+                0x0000000000000000       0x20 zephyr/libzephyr.a(log_mgmt.c.obj)
+ .bss.dname_cache
+                0x0000000000000000       0x20 zephyr/libzephyr.a(log_mgmt.c.obj)
+ .bss.sname_cache_buffer
+                0x0000000000000000        0x9 zephyr/libzephyr.a(log_mgmt.c.obj)
+ .bss.dname_cache_buffer
+                0x0000000000000000        0x9 zephyr/libzephyr.a(log_mgmt.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/libzephyr.a(log_cache.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/libzephyr.a(log_cache.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/libzephyr.a(log_cache.c.obj)
+ .text.log_cache_init
+                0x0000000000000000       0x54 zephyr/libzephyr.a(log_cache.c.obj)
+ .text.log_cache_get
+                0x0000000000000000       0xa6 zephyr/libzephyr.a(log_cache.c.obj)
+ .text.log_cache_put
+                0x0000000000000000       0x14 zephyr/libzephyr.a(log_cache.c.obj)
+ .text.log_cache_release
+                0x0000000000000000       0x14 zephyr/libzephyr.a(log_cache.c.obj)
+ .debug_info    0x0000000000000000     0x10aa zephyr/libzephyr.a(log_cache.c.obj)
+ .debug_abbrev  0x0000000000000000      0x2ba zephyr/libzephyr.a(log_cache.c.obj)
+ .debug_loc     0x0000000000000000      0xa37 zephyr/libzephyr.a(log_cache.c.obj)
+ .debug_aranges
+                0x0000000000000000       0x38 zephyr/libzephyr.a(log_cache.c.obj)
+ .debug_ranges  0x0000000000000000      0x220 zephyr/libzephyr.a(log_cache.c.obj)
+ .debug_line    0x0000000000000000      0x7ce zephyr/libzephyr.a(log_cache.c.obj)
+ .debug_str     0x0000000000000000      0x4ba zephyr/libzephyr.a(log_cache.c.obj)
+ .comment       0x0000000000000000       0x21 zephyr/libzephyr.a(log_cache.c.obj)
+ .debug_frame   0x0000000000000000       0x70 zephyr/libzephyr.a(log_cache.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/libzephyr.a(log_msg.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/libzephyr.a(log_msg.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/libzephyr.a(log_msg.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/libzephyr.a(log_output.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/libzephyr.a(log_output.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/libzephyr.a(log_output.c.obj)
+ .text.log_output_timestamp_to_us
+                0x0000000000000000       0x28 zephyr/libzephyr.a(log_output.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/libzephyr.a(log_backend_uart.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/libzephyr.a(log_backend_uart.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/libzephyr.a(log_backend_uart.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/libzephyr.a(flash_map.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/libzephyr.a(flash_map.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/libzephyr.a(flash_map.c.obj)
+ .text.flash_area_foreach
+                0x0000000000000000       0x30 zephyr/libzephyr.a(flash_map.c.obj)
+ .text.flash_area_read
+                0x0000000000000000       0x2a zephyr/libzephyr.a(flash_map.c.obj)
+ .text.flash_area_write
+                0x0000000000000000       0x2a zephyr/libzephyr.a(flash_map.c.obj)
+ .text.flash_area_erase
+                0x0000000000000000       0x28 zephyr/libzephyr.a(flash_map.c.obj)
+ .text.flash_area_align
+                0x0000000000000000        0xe zephyr/libzephyr.a(flash_map.c.obj)
+ .text.flash_area_has_driver
+                0x0000000000000000       0x14 zephyr/libzephyr.a(flash_map.c.obj)
+ .text.flash_area_get_device
+                0x0000000000000000        0x4 zephyr/libzephyr.a(flash_map.c.obj)
+ .text.flash_area_erased_val
+                0x0000000000000000        0xe zephyr/libzephyr.a(flash_map.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/libzephyr.a(flash_map_default.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/libzephyr.a(flash_map_default.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/libzephyr.a(flash_map_default.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/libzephyr.a(flash_map_layout.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/libzephyr.a(flash_map_layout.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/libzephyr.a(flash_map_layout.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/libzephyr.a(tracing_none.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/libzephyr.a(tracing_none.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/libzephyr.a(tracing_none.c.obj)
+ .text.sys_trace_isr_enter
+                0x0000000000000000        0x2 zephyr/libzephyr.a(tracing_none.c.obj)
+ .text.sys_trace_isr_exit
+                0x0000000000000000        0x2 zephyr/libzephyr.a(tracing_none.c.obj)
+ .text.sys_trace_isr_exit_to_scheduler
+                0x0000000000000000        0x2 zephyr/libzephyr.a(tracing_none.c.obj)
+ .text.sys_trace_idle
+                0x0000000000000000        0x2 zephyr/libzephyr.a(tracing_none.c.obj)
+ .debug_info    0x0000000000000000       0x56 zephyr/libzephyr.a(tracing_none.c.obj)
+ .debug_abbrev  0x0000000000000000       0x48 zephyr/libzephyr.a(tracing_none.c.obj)
+ .debug_aranges
+                0x0000000000000000       0x38 zephyr/libzephyr.a(tracing_none.c.obj)
+ .debug_ranges  0x0000000000000000       0x28 zephyr/libzephyr.a(tracing_none.c.obj)
+ .debug_line    0x0000000000000000       0x93 zephyr/libzephyr.a(tracing_none.c.obj)
+ .debug_str     0x0000000000000000      0x1ee zephyr/libzephyr.a(tracing_none.c.obj)
+ .comment       0x0000000000000000       0x21 zephyr/libzephyr.a(tracing_none.c.obj)
+ .debug_frame   0x0000000000000000       0x50 zephyr/libzephyr.a(tracing_none.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/libzephyr.a(addr_utils.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/libzephyr.a(addr_utils.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/libzephyr.a(addr_utils.c.obj)
+ .debug_line    0x0000000000000000        0x0 zephyr/libzephyr.a(addr_utils.c.obj)
+ .debug_str     0x0000000000000000      0x19c zephyr/libzephyr.a(addr_utils.c.obj)
+ .comment       0x0000000000000000       0x21 zephyr/libzephyr.a(addr_utils.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/libzephyr.a(settings_store.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/libzephyr.a(settings_store.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/libzephyr.a(settings_store.c.obj)
+ .text.settings_load_subtree
+                0x0000000000000000       0x4c zephyr/libzephyr.a(settings_store.c.obj)
+ .text.settings_load
+                0x0000000000000000        0x6 zephyr/libzephyr.a(settings_store.c.obj)
+ .text.settings_delete
+                0x0000000000000000        0x8 zephyr/libzephyr.a(settings_store.c.obj)
+ .text.settings_save_subtree
+                0x0000000000000000       0xb0 zephyr/libzephyr.a(settings_store.c.obj)
+ .text.settings_save
+                0x0000000000000000        0x6 zephyr/libzephyr.a(settings_store.c.obj)
+ .text.settings_storage_get
+                0x0000000000000000       0x24 zephyr/libzephyr.a(settings_store.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/libzephyr.a(settings.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/libzephyr.a(settings.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/libzephyr.a(settings.c.obj)
+ .text.settings_register
+                0x0000000000000000       0x80 zephyr/libzephyr.a(settings.c.obj)
+ .text.settings_name_next
+                0x0000000000000000       0x24 zephyr/libzephyr.a(settings.c.obj)
+ .text.settings_commit_subtree
+                0x0000000000000000       0x70 zephyr/libzephyr.a(settings.c.obj)
+ .text.settings_commit
+                0x0000000000000000        0x6 zephyr/libzephyr.a(settings.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/libzephyr.a(settings_init.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/libzephyr.a(settings_init.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/libzephyr.a(settings_init.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/libzephyr.a(settings_line.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/libzephyr.a(settings_line.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/libzephyr.a(settings_line.c.obj)
+ .text.settings_line_raw_read_until
+                0x0000000000000000       0xbc zephyr/libzephyr.a(settings_line.c.obj)
+ .text.settings_line_write
+                0x0000000000000000       0xc8 zephyr/libzephyr.a(settings_line.c.obj)
+ .text.settings_line_len_calc
+                0x0000000000000000        0xe zephyr/libzephyr.a(settings_line.c.obj)
+ .text.settings_line_raw_read
+                0x0000000000000000       0x12 zephyr/libzephyr.a(settings_line.c.obj)
+ .text.settings_line_read_cb
+                0x0000000000000000       0x1e zephyr/libzephyr.a(settings_line.c.obj)
+ .text.settings_line_val_read
+                0x0000000000000000       0x16 zephyr/libzephyr.a(settings_line.c.obj)
+ .text.settings_line_val_get_len
+                0x0000000000000000       0x14 zephyr/libzephyr.a(settings_line.c.obj)
+ .text.settings_line_name_read
+                0x0000000000000000       0x20 zephyr/libzephyr.a(settings_line.c.obj)
+ .text.settings_line_entry_copy
+                0x0000000000000000       0x6c zephyr/libzephyr.a(settings_line.c.obj)
+ .text.settings_line_io_init
+                0x0000000000000000       0x14 zephyr/libzephyr.a(settings_line.c.obj)
+ .text.settings_line_dup_check_cb
+                0x0000000000000000       0x7a zephyr/libzephyr.a(settings_line.c.obj)
+ .text.settings_line_load_cb
+                0x0000000000000000       0x28 zephyr/libzephyr.a(settings_line.c.obj)
+ .bss.settings_io_cb
+                0x0000000000000000       0x10 zephyr/libzephyr.a(settings_line.c.obj)
+ .debug_info    0x0000000000000000     0x10e7 zephyr/libzephyr.a(settings_line.c.obj)
+ .debug_abbrev  0x0000000000000000      0x433 zephyr/libzephyr.a(settings_line.c.obj)
+ .debug_loc     0x0000000000000000      0xeb6 zephyr/libzephyr.a(settings_line.c.obj)
+ .debug_aranges
+                0x0000000000000000       0x78 zephyr/libzephyr.a(settings_line.c.obj)
+ .debug_ranges  0x0000000000000000       0xc0 zephyr/libzephyr.a(settings_line.c.obj)
+ .debug_line    0x0000000000000000      0x768 zephyr/libzephyr.a(settings_line.c.obj)
+ .debug_str     0x0000000000000000      0x674 zephyr/libzephyr.a(settings_line.c.obj)
+ .comment       0x0000000000000000       0x21 zephyr/libzephyr.a(settings_line.c.obj)
+ .debug_frame   0x0000000000000000      0x19c zephyr/libzephyr.a(settings_line.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/libzephyr.a(settings_nvs.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/libzephyr.a(settings_nvs.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/libzephyr.a(settings_nvs.c.obj)
+ .text.settings_nvs_src
+                0x0000000000000000       0x14 zephyr/libzephyr.a(settings_nvs.c.obj)
+ .text.settings_nvs_dst
+                0x0000000000000000       0x14 zephyr/libzephyr.a(settings_nvs.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/libzephyr.a(banner.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/libzephyr.a(banner.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/libzephyr.a(banner.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/libzephyr.a(host_extensions.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/libzephyr.a(host_extensions.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/libzephyr.a(host_extensions.c.obj)
+ .debug_info    0x0000000000000000       0x79 zephyr/libzephyr.a(host_extensions.c.obj)
+ .debug_abbrev  0x0000000000000000       0x26 zephyr/libzephyr.a(host_extensions.c.obj)
+ .debug_aranges
+                0x0000000000000000       0x18 zephyr/libzephyr.a(host_extensions.c.obj)
+ .debug_line    0x0000000000000000       0x60 zephyr/libzephyr.a(host_extensions.c.obj)
+ .debug_str     0x0000000000000000      0x245 zephyr/libzephyr.a(host_extensions.c.obj)
+ .comment       0x0000000000000000       0x21 zephyr/libzephyr.a(host_extensions.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/libzephyr.a(lis2mdl_reg.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/libzephyr.a(lis2mdl_reg.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/libzephyr.a(lis2mdl_reg.c.obj)
+ .text.lis2mdl_from_lsb_to_mgauss
+                0x0000000000000000       0x10 zephyr/libzephyr.a(lis2mdl_reg.c.obj)
+ .text.lis2mdl_from_lsb_to_celsius
+                0x0000000000000000       0x1c zephyr/libzephyr.a(lis2mdl_reg.c.obj)
+ .text.lis2mdl_mag_user_offset_get
+                0x0000000000000000       0x3c zephyr/libzephyr.a(lis2mdl_reg.c.obj)
+ .text.lis2mdl_operating_mode_get
+                0x0000000000000000       0x26 zephyr/libzephyr.a(lis2mdl_reg.c.obj)
+ .text.lis2mdl_data_rate_get
+                0x0000000000000000       0x2a zephyr/libzephyr.a(lis2mdl_reg.c.obj)
+ .text.lis2mdl_power_mode_set
+                0x0000000000000000       0x2e zephyr/libzephyr.a(lis2mdl_reg.c.obj)
+ .text.lis2mdl_power_mode_get
+                0x0000000000000000       0x1c zephyr/libzephyr.a(lis2mdl_reg.c.obj)
+ .text.lis2mdl_offset_temp_comp_get
+                0x0000000000000000       0x1c zephyr/libzephyr.a(lis2mdl_reg.c.obj)
+ .text.lis2mdl_low_pass_bandwidth_set
+                0x0000000000000000       0x2e zephyr/libzephyr.a(lis2mdl_reg.c.obj)
+ .text.lis2mdl_low_pass_bandwidth_get
+                0x0000000000000000       0x1c zephyr/libzephyr.a(lis2mdl_reg.c.obj)
+ .text.lis2mdl_set_rst_mode_get
+                0x0000000000000000       0x28 zephyr/libzephyr.a(lis2mdl_reg.c.obj)
+ .text.lis2mdl_set_rst_sensor_single_get
+                0x0000000000000000       0x1c zephyr/libzephyr.a(lis2mdl_reg.c.obj)
+ .text.lis2mdl_block_data_update_get
+                0x0000000000000000       0x1c zephyr/libzephyr.a(lis2mdl_reg.c.obj)
+ .text.lis2mdl_mag_data_ready_get
+                0x0000000000000000       0x1c zephyr/libzephyr.a(lis2mdl_reg.c.obj)
+ .text.lis2mdl_mag_data_ovr_get
+                0x0000000000000000       0x1c zephyr/libzephyr.a(lis2mdl_reg.c.obj)
+ .text.lis2mdl_reset_get
+                0x0000000000000000       0x1c zephyr/libzephyr.a(lis2mdl_reg.c.obj)
+ .text.lis2mdl_boot_get
+                0x0000000000000000       0x1c zephyr/libzephyr.a(lis2mdl_reg.c.obj)
+ .text.lis2mdl_self_test_set
+                0x0000000000000000       0x2e zephyr/libzephyr.a(lis2mdl_reg.c.obj)
+ .text.lis2mdl_self_test_get
+                0x0000000000000000       0x1c zephyr/libzephyr.a(lis2mdl_reg.c.obj)
+ .text.lis2mdl_data_format_set
+                0x0000000000000000       0x2e zephyr/libzephyr.a(lis2mdl_reg.c.obj)
+ .text.lis2mdl_data_format_get
+                0x0000000000000000       0x1c zephyr/libzephyr.a(lis2mdl_reg.c.obj)
+ .text.lis2mdl_status_get
+                0x0000000000000000        0xe zephyr/libzephyr.a(lis2mdl_reg.c.obj)
+ .text.lis2mdl_offset_int_conf_set
+                0x0000000000000000       0x2e zephyr/libzephyr.a(lis2mdl_reg.c.obj)
+ .text.lis2mdl_offset_int_conf_get
+                0x0000000000000000       0x1c zephyr/libzephyr.a(lis2mdl_reg.c.obj)
+ .text.lis2mdl_drdy_on_pin_get
+                0x0000000000000000       0x1c zephyr/libzephyr.a(lis2mdl_reg.c.obj)
+ .text.lis2mdl_int_on_pin_set
+                0x0000000000000000       0x2e zephyr/libzephyr.a(lis2mdl_reg.c.obj)
+ .text.lis2mdl_int_on_pin_get
+                0x0000000000000000       0x1c zephyr/libzephyr.a(lis2mdl_reg.c.obj)
+ .text.lis2mdl_int_gen_conf_set
+                0x0000000000000000        0xe zephyr/libzephyr.a(lis2mdl_reg.c.obj)
+ .text.lis2mdl_int_gen_conf_get
+                0x0000000000000000        0xe zephyr/libzephyr.a(lis2mdl_reg.c.obj)
+ .text.lis2mdl_int_gen_source_get
+                0x0000000000000000        0xe zephyr/libzephyr.a(lis2mdl_reg.c.obj)
+ .text.lis2mdl_int_gen_treshold_set
+                0x0000000000000000       0x16 zephyr/libzephyr.a(lis2mdl_reg.c.obj)
+ .text.lis2mdl_int_gen_treshold_get
+                0x0000000000000000       0x20 zephyr/libzephyr.a(lis2mdl_reg.c.obj)
+ .text.lis2mdl_spi_mode_get
+                0x0000000000000000       0x1c zephyr/libzephyr.a(lis2mdl_reg.c.obj)
+ .text.lis2mdl_i2c_interface_set
+                0x0000000000000000       0x2e zephyr/libzephyr.a(lis2mdl_reg.c.obj)
+ .text.lis2mdl_i2c_interface_get
+                0x0000000000000000       0x1c zephyr/libzephyr.a(lis2mdl_reg.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/libzephyr.a(utils.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/libzephyr.a(utils.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/libzephyr.a(utils.c.obj)
+ .text._compare
+                0x0000000000000000       0x1a zephyr/libzephyr.a(utils.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/libzephyr.a(aes_decrypt.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/libzephyr.a(aes_decrypt.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/libzephyr.a(aes_decrypt.c.obj)
+ .text.add_round_key
+                0x0000000000000000       0x8a zephyr/libzephyr.a(aes_decrypt.c.obj)
+ .text.inv_sub_bytes
+                0x0000000000000000       0x18 zephyr/libzephyr.a(aes_decrypt.c.obj)
+ .text.inv_shift_rows
+                0x0000000000000000       0x72 zephyr/libzephyr.a(aes_decrypt.c.obj)
+ .text.mult_row_column
+                0x0000000000000000      0x252 zephyr/libzephyr.a(aes_decrypt.c.obj)
+ .text.tc_aes128_set_decrypt_key
+                0x0000000000000000        0x4 zephyr/libzephyr.a(aes_decrypt.c.obj)
+ .text.tc_aes_decrypt
+                0x0000000000000000       0xae zephyr/libzephyr.a(aes_decrypt.c.obj)
+ .rodata.inv_sbox
+                0x0000000000000000      0x100 zephyr/libzephyr.a(aes_decrypt.c.obj)
+ .debug_info    0x0000000000000000      0x7bf zephyr/libzephyr.a(aes_decrypt.c.obj)
+ .debug_abbrev  0x0000000000000000      0x206 zephyr/libzephyr.a(aes_decrypt.c.obj)
+ .debug_loc     0x0000000000000000      0x218 zephyr/libzephyr.a(aes_decrypt.c.obj)
+ .debug_aranges
+                0x0000000000000000       0x48 zephyr/libzephyr.a(aes_decrypt.c.obj)
+ .debug_ranges  0x0000000000000000       0x50 zephyr/libzephyr.a(aes_decrypt.c.obj)
+ .debug_line    0x0000000000000000      0x481 zephyr/libzephyr.a(aes_decrypt.c.obj)
+ .debug_str     0x0000000000000000      0x323 zephyr/libzephyr.a(aes_decrypt.c.obj)
+ .comment       0x0000000000000000       0x21 zephyr/libzephyr.a(aes_decrypt.c.obj)
+ .debug_frame   0x0000000000000000       0xac zephyr/libzephyr.a(aes_decrypt.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/libzephyr.a(aes_encrypt.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/libzephyr.a(aes_encrypt.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/libzephyr.a(aes_encrypt.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/libzephyr.a(cmac_mode.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/libzephyr.a(cmac_mode.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/libzephyr.a(cmac_mode.c.obj)
+ .rodata.gf_wrap
+                0x0000000000000000        0x1 zephyr/libzephyr.a(cmac_mode.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/arch/common/libarch__common.a(sw_isr_common.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/arch/common/libarch__common.a(sw_isr_common.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/arch/common/libarch__common.a(sw_isr_common.c.obj)
+ .text.z_get_sw_isr_table_idx
+                0x0000000000000000        0x2 zephyr/arch/common/libarch__common.a(sw_isr_common.c.obj)
+ .debug_info    0x0000000000000000       0xba zephyr/arch/common/libarch__common.a(sw_isr_common.c.obj)
+ .debug_abbrev  0x0000000000000000       0x6b zephyr/arch/common/libarch__common.a(sw_isr_common.c.obj)
+ .debug_loc     0x0000000000000000       0x15 zephyr/arch/common/libarch__common.a(sw_isr_common.c.obj)
+ .debug_aranges
+                0x0000000000000000       0x20 zephyr/arch/common/libarch__common.a(sw_isr_common.c.obj)
+ .debug_ranges  0x0000000000000000       0x10 zephyr/arch/common/libarch__common.a(sw_isr_common.c.obj)
+ .debug_line    0x0000000000000000       0x6b zephyr/arch/common/libarch__common.a(sw_isr_common.c.obj)
+ .debug_str     0x0000000000000000      0x252 zephyr/arch/common/libarch__common.a(sw_isr_common.c.obj)
+ .comment       0x0000000000000000       0x21 zephyr/arch/common/libarch__common.a(sw_isr_common.c.obj)
+ .debug_frame   0x0000000000000000       0x20 zephyr/arch/common/libarch__common.a(sw_isr_common.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/arch/arch/arm/core/libarch__arm__core.a(fatal.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/arch/arch/arm/core/libarch__arm__core.a(fatal.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/arch/arch/arm/core/libarch__arm__core.a(fatal.c.obj)
+ .text.arch_syscall_oops
+                0x0000000000000000       0x1c zephyr/arch/arch/arm/core/libarch__arm__core.a(fatal.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/arch/arch/arm/core/libarch__arm__core.a(nmi.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/arch/arch/arm/core/libarch__arm__core.a(nmi.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/arch/arch/arm/core/libarch__arm__core.a(nmi.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/arch/arch/arm/core/libarch__arm__core.a(nmi_on_reset.S.obj)
+ .data          0x0000000000000000        0x0 zephyr/arch/arch/arm/core/libarch__arm__core.a(nmi_on_reset.S.obj)
+ .bss           0x0000000000000000        0x0 zephyr/arch/arch/arm/core/libarch__arm__core.a(nmi_on_reset.S.obj)
+ .text          0x0000000000000000        0x0 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(exc_exit.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(exc_exit.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(exc_exit.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(fault.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(fault.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(fault.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(fault_s.S.obj)
+ .data          0x0000000000000000        0x0 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(fault_s.S.obj)
+ .bss           0x0000000000000000        0x0 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(fault_s.S.obj)
+ .text          0x0000000000000000        0x0 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(fpu.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(fpu.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(fpu.c.obj)
+ .text.z_arm_save_fp_context
+                0x0000000000000000        0x2 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(fpu.c.obj)
+ .text.z_arm_restore_fp_context
+                0x0000000000000000        0x2 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(fpu.c.obj)
+ .debug_info    0x0000000000000000      0x146 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(fpu.c.obj)
+ .debug_abbrev  0x0000000000000000       0xcd zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(fpu.c.obj)
+ .debug_aranges
+                0x0000000000000000       0x28 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(fpu.c.obj)
+ .debug_ranges  0x0000000000000000       0x18 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(fpu.c.obj)
+ .debug_line    0x0000000000000000      0x15f zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(fpu.c.obj)
+ .debug_str     0x0000000000000000      0x2b3 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(fpu.c.obj)
+ .comment       0x0000000000000000       0x21 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(fpu.c.obj)
+ .debug_frame   0x0000000000000000       0x30 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(fpu.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(reset.S.obj)
+ .data          0x0000000000000000        0x0 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(reset.S.obj)
+ .bss           0x0000000000000000        0x0 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(reset.S.obj)
+ .text          0x0000000000000000        0x0 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(scb.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(scb.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(scb.c.obj)
+ .text.sys_arch_reboot
+                0x0000000000000000       0x24 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(scb.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(thread_abort.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(thread_abort.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(thread_abort.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(vector_table.S.obj)
+ .data          0x0000000000000000        0x0 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(vector_table.S.obj)
+ .bss           0x0000000000000000        0x0 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(vector_table.S.obj)
+ .text          0x0000000000000000        0x0 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(swap.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(swap.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(swap.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(swap_helper.S.obj)
+ .data          0x0000000000000000        0x0 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(swap_helper.S.obj)
+ .bss           0x0000000000000000        0x0 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(swap_helper.S.obj)
+ .text          0x0000000000000000        0x0 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(irq_manage.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(irq_manage.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(irq_manage.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(prep_c.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(prep_c.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(prep_c.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(thread.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(thread.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(thread.c.obj)
+ .text.arch_irq_lock_outlined
+                0x0000000000000000       0x10 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(thread.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(cpu_idle.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(cpu_idle.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(cpu_idle.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(irq_init.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(irq_init.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(irq_init.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(isr_wrapper.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(isr_wrapper.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(isr_wrapper.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/lib/libc/newlib/liblib__libc__newlib.a(libc-hooks.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/lib/libc/newlib/liblib__libc__newlib.a(libc-hooks.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/lib/libc/newlib/liblib__libc__newlib.a(libc-hooks.c.obj)
+ .text.__stdin_hook_install
+                0x0000000000000000        0xc zephyr/lib/libc/newlib/liblib__libc__newlib.a(libc-hooks.c.obj)
+ .text._open    0x0000000000000000        0x6 zephyr/lib/libc/newlib/liblib__libc__newlib.a(libc-hooks.c.obj)
+ .text._kill    0x0000000000000000        0x4 zephyr/lib/libc/newlib/liblib__libc__newlib.a(libc-hooks.c.obj)
+ .text._getpid  0x0000000000000000        0x4 zephyr/lib/libc/newlib/liblib__libc__newlib.a(libc-hooks.c.obj)
+ .rodata._exit.str1.1
+                0x0000000000000000        0x6 zephyr/lib/libc/newlib/liblib__libc__newlib.a(libc-hooks.c.obj)
+ .text._exit    0x0000000000000000       0x10 zephyr/lib/libc/newlib/liblib__libc__newlib.a(libc-hooks.c.obj)
+ .text.__retarget_lock_init
+                0x0000000000000000       0x18 zephyr/lib/libc/newlib/liblib__libc__newlib.a(libc-hooks.c.obj)
+ .text.__retarget_lock_close
+                0x0000000000000000        0x4 zephyr/lib/libc/newlib/liblib__libc__newlib.a(libc-hooks.c.obj)
+ .text.__retarget_lock_close_recursive
+                0x0000000000000000        0x4 zephyr/lib/libc/newlib/liblib__libc__newlib.a(libc-hooks.c.obj)
+ .text.__retarget_lock_acquire
+                0x0000000000000000        0xc zephyr/lib/libc/newlib/liblib__libc__newlib.a(libc-hooks.c.obj)
+ .text.__retarget_lock_try_acquire
+                0x0000000000000000       0x12 zephyr/lib/libc/newlib/liblib__libc__newlib.a(libc-hooks.c.obj)
+ .text.__retarget_lock_try_acquire_recursive
+                0x0000000000000000       0x12 zephyr/lib/libc/newlib/liblib__libc__newlib.a(libc-hooks.c.obj)
+ .text.__retarget_lock_release
+                0x0000000000000000        0x4 zephyr/lib/libc/newlib/liblib__libc__newlib.a(libc-hooks.c.obj)
+ .text.__errno  0x0000000000000000        0x4 zephyr/lib/libc/newlib/liblib__libc__newlib.a(libc-hooks.c.obj)
+ .text.__chk_fail
+                0x0000000000000000       0x20 zephyr/lib/libc/newlib/liblib__libc__newlib.a(libc-hooks.c.obj)
+ .text._gettimeofday
+                0x0000000000000000        0x6 zephyr/lib/libc/newlib/liblib__libc__newlib.a(libc-hooks.c.obj)
+ .rodata.chk_fail_msg.0
+                0x0000000000000000       0x1e zephyr/lib/libc/newlib/liblib__libc__newlib.a(libc-hooks.c.obj)
+ ._k_sem.static.__lock___arc4random_mutex_
+                0x0000000000000000       0x18 zephyr/lib/libc/newlib/liblib__libc__newlib.a(libc-hooks.c.obj)
+ ._k_sem.static.__lock___dd_hash_mutex_
+                0x0000000000000000       0x18 zephyr/lib/libc/newlib/liblib__libc__newlib.a(libc-hooks.c.obj)
+ ._k_sem.static.__lock___tz_mutex_
+                0x0000000000000000       0x18 zephyr/lib/libc/newlib/liblib__libc__newlib.a(libc-hooks.c.obj)
+ ._k_sem.static.__lock___at_quick_exit_mutex_
+                0x0000000000000000       0x18 zephyr/lib/libc/newlib/liblib__libc__newlib.a(libc-hooks.c.obj)
+ ._k_mutex.static.__lock___env_recursive_mutex_
+                0x0000000000000000       0x14 zephyr/lib/libc/newlib/liblib__libc__newlib.a(libc-hooks.c.obj)
+ ._k_mutex.static.__lock___atexit_recursive_mutex_
+                0x0000000000000000       0x14 zephyr/lib/libc/newlib/liblib__libc__newlib.a(libc-hooks.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/lib/libc/common/liblib__libc__common.a(abort.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/lib/libc/common/liblib__libc__common.a(abort.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/lib/libc/common/liblib__libc__common.a(abort.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/soc/soc/nrf52833/libsoc__nordic.a(validate_base_addresses.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/soc/soc/nrf52833/libsoc__nordic.a(validate_base_addresses.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/soc/soc/nrf52833/libsoc__nordic.a(validate_base_addresses.c.obj)
+ .debug_info    0x0000000000000000       0x79 zephyr/soc/soc/nrf52833/libsoc__nordic.a(validate_base_addresses.c.obj)
+ .debug_abbrev  0x0000000000000000       0x26 zephyr/soc/soc/nrf52833/libsoc__nordic.a(validate_base_addresses.c.obj)
+ .debug_aranges
+                0x0000000000000000       0x18 zephyr/soc/soc/nrf52833/libsoc__nordic.a(validate_base_addresses.c.obj)
+ .debug_line    0x0000000000000000       0x55 zephyr/soc/soc/nrf52833/libsoc__nordic.a(validate_base_addresses.c.obj)
+ .debug_str     0x0000000000000000      0x23a zephyr/soc/soc/nrf52833/libsoc__nordic.a(validate_base_addresses.c.obj)
+ .comment       0x0000000000000000       0x21 zephyr/soc/soc/nrf52833/libsoc__nordic.a(validate_base_addresses.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/soc/soc/nrf52833/libsoc__nordic.a(validate_binding_headers.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/soc/soc/nrf52833/libsoc__nordic.a(validate_binding_headers.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/soc/soc/nrf52833/libsoc__nordic.a(validate_binding_headers.c.obj)
+ .debug_info    0x0000000000000000       0x64 zephyr/soc/soc/nrf52833/libsoc__nordic.a(validate_binding_headers.c.obj)
+ .debug_abbrev  0x0000000000000000       0x26 zephyr/soc/soc/nrf52833/libsoc__nordic.a(validate_binding_headers.c.obj)
+ .debug_aranges
+                0x0000000000000000       0x18 zephyr/soc/soc/nrf52833/libsoc__nordic.a(validate_binding_headers.c.obj)
+ .debug_line    0x0000000000000000       0x56 zephyr/soc/soc/nrf52833/libsoc__nordic.a(validate_binding_headers.c.obj)
+ .debug_str     0x0000000000000000      0x224 zephyr/soc/soc/nrf52833/libsoc__nordic.a(validate_binding_headers.c.obj)
+ .comment       0x0000000000000000       0x21 zephyr/soc/soc/nrf52833/libsoc__nordic.a(validate_binding_headers.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/soc/soc/nrf52833/libsoc__nordic.a(validate_enabled_instances.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/soc/soc/nrf52833/libsoc__nordic.a(validate_enabled_instances.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/soc/soc/nrf52833/libsoc__nordic.a(validate_enabled_instances.c.obj)
+ .debug_info    0x0000000000000000       0x79 zephyr/soc/soc/nrf52833/libsoc__nordic.a(validate_enabled_instances.c.obj)
+ .debug_abbrev  0x0000000000000000       0x26 zephyr/soc/soc/nrf52833/libsoc__nordic.a(validate_enabled_instances.c.obj)
+ .debug_aranges
+                0x0000000000000000       0x18 zephyr/soc/soc/nrf52833/libsoc__nordic.a(validate_enabled_instances.c.obj)
+ .debug_line    0x0000000000000000       0x58 zephyr/soc/soc/nrf52833/libsoc__nordic.a(validate_enabled_instances.c.obj)
+ .debug_str     0x0000000000000000      0x23d zephyr/soc/soc/nrf52833/libsoc__nordic.a(validate_enabled_instances.c.obj)
+ .comment       0x0000000000000000       0x21 zephyr/soc/soc/nrf52833/libsoc__nordic.a(validate_enabled_instances.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/soc/soc/nrf52833/libsoc__nordic.a(soc.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/soc/soc/nrf52833/libsoc__nordic.a(soc.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/soc/soc/nrf52833/libsoc__nordic.a(soc.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/subsys/lorawan/libloramac-node.a(lorawan.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/subsys/lorawan/libloramac-node.a(lorawan.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/subsys/lorawan/libloramac-node.a(lorawan.c.obj)
+ .rodata.lorawan_set_class.str1.1
+                0x0000000000000000       0x3a zephyr/subsys/lorawan/libloramac-node.a(lorawan.c.obj)
+ .text.lorawan_set_class
+                0x0000000000000000       0x90 zephyr/subsys/lorawan/libloramac-node.a(lorawan.c.obj)
+ .text.lorawan_set_channels_mask
+                0x0000000000000000       0x30 zephyr/subsys/lorawan/libloramac-node.a(lorawan.c.obj)
+ .text.lorawan_get_min_datarate
+                0x0000000000000000       0x1a zephyr/subsys/lorawan/libloramac-node.a(lorawan.c.obj)
+ .text.lorawan_enable_adr
+                0x0000000000000000       0x28 zephyr/subsys/lorawan/libloramac-node.a(lorawan.c.obj)
+ .text.lorawan_set_conf_msg_tries
+                0x0000000000000000       0x24 zephyr/subsys/lorawan/libloramac-node.a(lorawan.c.obj)
+ .text.lorawan_register_battery_level_callback
+                0x0000000000000000        0xc zephyr/subsys/lorawan/libloramac-node.a(lorawan.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/subsys/lorawan/libloramac-node.a(lw_priv.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/subsys/lorawan/libloramac-node.a(lw_priv.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/subsys/lorawan/libloramac-node.a(lw_priv.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/subsys/lorawan/libloramac-node.a(lorawan_nvm_settings.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/subsys/lorawan/libloramac-node.a(lorawan_nvm_settings.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/subsys/lorawan/libloramac-node.a(lorawan_nvm_settings.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/subsys/lorawan/libloramac-node.a(hal_common.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/subsys/lorawan/libloramac-node.a(hal_common.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/subsys/lorawan/libloramac-node.a(hal_common.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/subsys/lorawan/libloramac-node.a(sx12xx_common.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/subsys/lorawan/libloramac-node.a(sx12xx_common.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/subsys/lorawan/libloramac-node.a(sx12xx_common.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/subsys/lorawan/libloramac-node.a(sx127x.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/subsys/lorawan/libloramac-node.a(sx127x.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/subsys/lorawan/libloramac-node.a(sx127x.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/subsys/lorawan/libloramac-node.a(utilities.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/subsys/lorawan/libloramac-node.a(utilities.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/subsys/lorawan/libloramac-node.a(utilities.c.obj)
+ .text.Nibble2HexChar
+                0x0000000000000000       0x16 zephyr/subsys/lorawan/libloramac-node.a(utilities.c.obj)
+ .text.Crc32Init
+                0x0000000000000000        0x6 zephyr/subsys/lorawan/libloramac-node.a(utilities.c.obj)
+ .text.Crc32Update
+                0x0000000000000000       0x34 zephyr/subsys/lorawan/libloramac-node.a(utilities.c.obj)
+ .text.Crc32Finalize
+                0x0000000000000000        0x4 zephyr/subsys/lorawan/libloramac-node.a(utilities.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/subsys/lorawan/libloramac-node.a(systime.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/subsys/lorawan/libloramac-node.a(systime.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/subsys/lorawan/libloramac-node.a(systime.c.obj)
+ .text.CalendarDiv61
+                0x0000000000000000       0x2c zephyr/subsys/lorawan/libloramac-node.a(systime.c.obj)
+ .text.CalendarDiv60
+                0x0000000000000000       0x2e zephyr/subsys/lorawan/libloramac-node.a(systime.c.obj)
+ .text.SysTimeToMs
+                0x0000000000000000       0x3e zephyr/subsys/lorawan/libloramac-node.a(systime.c.obj)
+ .text.SysTimeFromMs
+                0x0000000000000000       0x40 zephyr/subsys/lorawan/libloramac-node.a(systime.c.obj)
+ .text.SysTimeMkTime
+                0x0000000000000000       0x78 zephyr/subsys/lorawan/libloramac-node.a(systime.c.obj)
+ .text.SysTimeLocalTime
+                0x0000000000000000      0x128 zephyr/subsys/lorawan/libloramac-node.a(systime.c.obj)
+ .rodata.str1.1
+                0x0000000000000000       0x1c zephyr/subsys/lorawan/libloramac-node.a(systime.c.obj)
+ .data.WeekDayString
+                0x0000000000000000       0x1c zephyr/subsys/lorawan/libloramac-node.a(systime.c.obj)
+ .rodata        0x0000000000000000       0x10 zephyr/subsys/lorawan/libloramac-node.a(systime.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/subsys/lorawan/libloramac-node.a(timer.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/subsys/lorawan/libloramac-node.a(timer.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/subsys/lorawan/libloramac-node.a(timer.c.obj)
+ .text.TimerSetContext
+                0x0000000000000000        0x4 zephyr/subsys/lorawan/libloramac-node.a(timer.c.obj)
+ .text.TimerIsStarted
+                0x0000000000000000        0x4 zephyr/subsys/lorawan/libloramac-node.a(timer.c.obj)
+ .text.TimerReset
+                0x0000000000000000       0x12 zephyr/subsys/lorawan/libloramac-node.a(timer.c.obj)
+ .text.TimerTempCompensation
+                0x0000000000000000        0x4 zephyr/subsys/lorawan/libloramac-node.a(timer.c.obj)
+ .text.TimerProcess
+                0x0000000000000000        0x4 zephyr/subsys/lorawan/libloramac-node.a(timer.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/subsys/lorawan/libloramac-node.a(delay.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/subsys/lorawan/libloramac-node.a(delay.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/subsys/lorawan/libloramac-node.a(delay.c.obj)
+ .text.Delay    0x0000000000000000       0x18 zephyr/subsys/lorawan/libloramac-node.a(delay.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/subsys/lorawan/libloramac-node.a(sx1276.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/subsys/lorawan/libloramac-node.a(sx1276.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/subsys/lorawan/libloramac-node.a(sx1276.c.obj)
+ .text.SX1276StartCad
+                0x0000000000000000       0x3c zephyr/subsys/lorawan/libloramac-node.a(sx1276.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/subsys/lorawan/libloramac-node.a(aes.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/subsys/lorawan/libloramac-node.a(aes.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/subsys/lorawan/libloramac-node.a(aes.c.obj)
+ .text.aes_cbc_encrypt
+                0x0000000000000000       0x90 zephyr/subsys/lorawan/libloramac-node.a(aes.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/subsys/lorawan/libloramac-node.a(cmac.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/subsys/lorawan/libloramac-node.a(cmac.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/subsys/lorawan/libloramac-node.a(cmac.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/subsys/lorawan/libloramac-node.a(soft-se.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/subsys/lorawan/libloramac-node.a(soft-se.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/subsys/lorawan/libloramac-node.a(soft-se.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/subsys/lorawan/libloramac-node.a(soft-se-hal.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/subsys/lorawan/libloramac-node.a(soft-se-hal.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/subsys/lorawan/libloramac-node.a(soft-se-hal.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/subsys/lorawan/libloramac-node.a(LoRaMac.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/subsys/lorawan/libloramac-node.a(LoRaMac.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/subsys/lorawan/libloramac-node.a(LoRaMac.c.obj)
+ .text.LoRaMacStop
+                0x0000000000000000       0x3c zephyr/subsys/lorawan/libloramac-node.a(LoRaMac.c.obj)
+ .text.LoRaMacChannelAdd
+                0x0000000000000000       0x3c zephyr/subsys/lorawan/libloramac-node.a(LoRaMac.c.obj)
+ .text.LoRaMacChannelRemove
+                0x0000000000000000       0x3c zephyr/subsys/lorawan/libloramac-node.a(LoRaMac.c.obj)
+ .text.LoRaMacMcChannelSetup
+                0x0000000000000000       0xc0 zephyr/subsys/lorawan/libloramac-node.a(LoRaMac.c.obj)
+ .text.LoRaMacMcChannelDelete
+                0x0000000000000000       0x60 zephyr/subsys/lorawan/libloramac-node.a(LoRaMac.c.obj)
+ .text.LoRaMacMcChannelGetGroupId
+                0x0000000000000000       0x24 zephyr/subsys/lorawan/libloramac-node.a(LoRaMac.c.obj)
+ .text.LoRaMacMcChannelSetupRxParams
+                0x0000000000000000       0xd0 zephyr/subsys/lorawan/libloramac-node.a(LoRaMac.c.obj)
+ .text.LoRaMacTestSetDutyCycleOn
+                0x0000000000000000       0x38 zephyr/subsys/lorawan/libloramac-node.a(LoRaMac.c.obj)
+ .text.LoRaMacDeInitialization
+                0x0000000000000000       0x44 zephyr/subsys/lorawan/libloramac-node.a(LoRaMac.c.obj)
+ .text.LoRaMacReset
+                0x0000000000000000       0x50 zephyr/subsys/lorawan/libloramac-node.a(LoRaMac.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacAdr.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacAdr.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacAdr.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacClassB.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacClassB.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacClassB.c.obj)
+ .text.LoRaMacClassBIsAcquisitionPending
+                0x0000000000000000        0x4 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacClassB.c.obj)
+ .text.LoRaMacClassBStartRxSlots
+                0x0000000000000000        0x2 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacClassB.c.obj)
+ .text.LoRaMacClassBSetMulticastPeriodicity
+                0x0000000000000000        0x2 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacClassB.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacCommands.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacCommands.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacCommands.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacConfirmQueue.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacConfirmQueue.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacConfirmQueue.c.obj)
+ .text.LoRaMacConfirmQueueRemoveLast
+                0x0000000000000000       0x2c zephyr/subsys/lorawan/libloramac-node.a(LoRaMacConfirmQueue.c.obj)
+ .text.LoRaMacConfirmQueueGetStatus
+                0x0000000000000000       0x20 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacConfirmQueue.c.obj)
+ .text.LoRaMacConfirmQueueGetStatusCmn
+                0x0000000000000000        0xc zephyr/subsys/lorawan/libloramac-node.a(LoRaMacConfirmQueue.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacCrypto.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacCrypto.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacCrypto.c.obj)
+ .text.LoRaMacCryptoDeriveMcKEKey
+                0x0000000000000000        0xc zephyr/subsys/lorawan/libloramac-node.a(LoRaMacCrypto.c.obj)
+ .text.LoRaMacCryptoDeriveMcSessionKeyPair
+                0x0000000000000000       0x94 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacCrypto.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacParser.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacParser.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacParser.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacSerializer.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacSerializer.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacSerializer.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/subsys/lorawan/libloramac-node.a(Region.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/subsys/lorawan/libloramac-node.a(Region.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/subsys/lorawan/libloramac-node.a(Region.c.obj)
+ .text.RegionChannelAdd
+                0x0000000000000000        0xe zephyr/subsys/lorawan/libloramac-node.a(Region.c.obj)
+ .text.RegionChannelsRemove
+                0x0000000000000000        0xe zephyr/subsys/lorawan/libloramac-node.a(Region.c.obj)
+ .text.RegionRxBeaconSetup
+                0x0000000000000000       0x10 zephyr/subsys/lorawan/libloramac-node.a(Region.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/subsys/lorawan/libloramac-node.a(RegionCommon.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/subsys/lorawan/libloramac-node.a(RegionCommon.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/subsys/lorawan/libloramac-node.a(RegionCommon.c.obj)
+ .text.RegionCommonRxBeaconSetup
+                0x0000000000000000       0x60 zephyr/subsys/lorawan/libloramac-node.a(RegionCommon.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/subsys/lorawan/libloramac-node.a(RegionEU868.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/subsys/lorawan/libloramac-node.a(RegionEU868.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/subsys/lorawan/libloramac-node.a(RegionEU868.c.obj)
+ .text.RegionEU868RxBeaconSetup
+                0x0000000000000000       0x38 zephyr/subsys/lorawan/libloramac-node.a(RegionEU868.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/subsys/random/libsubsys__random.a(random_xoshiro128.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/subsys/random/libsubsys__random.a(random_xoshiro128.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/subsys/random/libsubsys__random.a(random_xoshiro128.c.obj)
+ .text.xoshiro128_next
+                0x0000000000000000       0x38 zephyr/subsys/random/libsubsys__random.a(random_xoshiro128.c.obj)
+ .text.z_impl_sys_rand_get
+                0x0000000000000000       0x94 zephyr/subsys/random/libsubsys__random.a(random_xoshiro128.c.obj)
+ .bss.initialized
+                0x0000000000000000        0x1 zephyr/subsys/random/libsubsys__random.a(random_xoshiro128.c.obj)
+ .bss.state     0x0000000000000000       0x10 zephyr/subsys/random/libsubsys__random.a(random_xoshiro128.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/subsys/random/libsubsys__random.a(random_entropy_device.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/subsys/random/libsubsys__random.a(random_entropy_device.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/subsys/random/libsubsys__random.a(random_entropy_device.c.obj)
+ .text.z_impl_sys_csrand_get
+                0x0000000000000000       0x20 zephyr/subsys/random/libsubsys__random.a(random_entropy_device.c.obj)
+ .debug_info    0x0000000000000000      0x475 zephyr/subsys/random/libsubsys__random.a(random_entropy_device.c.obj)
+ .debug_abbrev  0x0000000000000000      0x231 zephyr/subsys/random/libsubsys__random.a(random_entropy_device.c.obj)
+ .debug_loc     0x0000000000000000      0x18b zephyr/subsys/random/libsubsys__random.a(random_entropy_device.c.obj)
+ .debug_aranges
+                0x0000000000000000       0x20 zephyr/subsys/random/libsubsys__random.a(random_entropy_device.c.obj)
+ .debug_ranges  0x0000000000000000       0x10 zephyr/subsys/random/libsubsys__random.a(random_entropy_device.c.obj)
+ .debug_line    0x0000000000000000      0x324 zephyr/subsys/random/libsubsys__random.a(random_entropy_device.c.obj)
+ .debug_str     0x0000000000000000      0x403 zephyr/subsys/random/libsubsys__random.a(random_entropy_device.c.obj)
+ .comment       0x0000000000000000       0x21 zephyr/subsys/random/libsubsys__random.a(random_entropy_device.c.obj)
+ .debug_frame   0x0000000000000000       0x28 zephyr/subsys/random/libsubsys__random.a(random_entropy_device.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/subsys/bluetooth/common/libsubsys__bluetooth__common.a(addr.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/subsys/bluetooth/common/libsubsys__bluetooth__common.a(addr.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/subsys/bluetooth/common/libsubsys__bluetooth__common.a(addr.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/subsys/bluetooth/common/libsubsys__bluetooth__common.a(dummy.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/subsys/bluetooth/common/libsubsys__bluetooth__common.a(dummy.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/subsys/bluetooth/common/libsubsys__bluetooth__common.a(dummy.c.obj)
+ .debug_info    0x0000000000000000       0x79 zephyr/subsys/bluetooth/common/libsubsys__bluetooth__common.a(dummy.c.obj)
+ .debug_abbrev  0x0000000000000000       0x26 zephyr/subsys/bluetooth/common/libsubsys__bluetooth__common.a(dummy.c.obj)
+ .debug_aranges
+                0x0000000000000000       0x18 zephyr/subsys/bluetooth/common/libsubsys__bluetooth__common.a(dummy.c.obj)
+ .debug_line    0x0000000000000000       0x50 zephyr/subsys/bluetooth/common/libsubsys__bluetooth__common.a(dummy.c.obj)
+ .debug_str     0x0000000000000000      0x235 zephyr/subsys/bluetooth/common/libsubsys__bluetooth__common.a(dummy.c.obj)
+ .comment       0x0000000000000000       0x21 zephyr/subsys/bluetooth/common/libsubsys__bluetooth__common.a(dummy.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/subsys/bluetooth/common/libsubsys__bluetooth__common.a(bt_str.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/subsys/bluetooth/common/libsubsys__bluetooth__common.a(bt_str.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/subsys/bluetooth/common/libsubsys__bluetooth__common.a(bt_str.c.obj)
+ .rodata.bt_addr_str.str1.1
+                0x0000000000000000       0x1e zephyr/subsys/bluetooth/common/libsubsys__bluetooth__common.a(bt_str.c.obj)
+ .text.bt_addr_str
+                0x0000000000000000       0x34 zephyr/subsys/bluetooth/common/libsubsys__bluetooth__common.a(bt_str.c.obj)
+ .text.bt_uuid_str
+                0x0000000000000000       0x14 zephyr/subsys/bluetooth/common/libsubsys__bluetooth__common.a(bt_str.c.obj)
+ .bss.str.0     0x0000000000000000       0x25 zephyr/subsys/bluetooth/common/libsubsys__bluetooth__common.a(bt_str.c.obj)
+ .bss.str.2     0x0000000000000000       0x12 zephyr/subsys/bluetooth/common/libsubsys__bluetooth__common.a(bt_str.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(long_wq.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(long_wq.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(long_wq.c.obj)
+ .text.bt_long_wq_reschedule
+                0x0000000000000000        0xc zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(long_wq.c.obj)
+ .text.bt_long_wq_submit
+                0x0000000000000000        0xc zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(long_wq.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(uuid.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(uuid.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(uuid.c.obj)
+ .rodata.bt_uuid_to_str.str1.1
+                0x0000000000000000       0x27 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(uuid.c.obj)
+ .text.bt_uuid_to_str
+                0x0000000000000000       0x70 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(uuid.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(addr.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(addr.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(addr.c.obj)
+ .text.bt_addr_le_create_nrpa
+                0x0000000000000000       0x1c zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(addr.c.obj)
+ .text.bt_addr_from_str
+                0x0000000000000000       0x44 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(addr.c.obj)
+ .rodata.bt_addr_le_from_str.str1.1
+                0x0000000000000000       0x4c zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(addr.c.obj)
+ .text.bt_addr_le_from_str
+                0x0000000000000000       0xa4 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(addr.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(buf.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(buf.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(buf.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(data.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(data.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(data.c.obj)
+ .rodata.bt_data_parse.str1.1
+                0x0000000000000000       0x23 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(data.c.obj)
+ .text.bt_data_parse
+                0x0000000000000000       0x64 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(data.c.obj)
+ .text.bt_data_get_len
+                0x0000000000000000       0x1c zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(data.c.obj)
+ .text.bt_data_serialize
+                0x0000000000000000       0x24 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(data.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+ .text.bt_get_phy
+                0x0000000000000000       0x14 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+ .text.bt_get_df_cte_type
+                0x0000000000000000       0x10 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+ .text.bt_unpair
+                0x0000000000000000       0x3a zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+ .text.bt_hci_get_conn_handle
+                0x0000000000000000       0x12 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+ .rodata.hci_tx_thread.str1.1
+                0x0000000000000000       0x40 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+ .text.hci_tx_thread
+                0x0000000000000000      0x164 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+ .rodata.bt_enable.str1.1
+                0x0000000000000000       0x44 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+ .text.bt_enable
+                0x0000000000000000      0x104 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+ .rodata.bt_disable.str1.1
+                0x0000000000000000       0x1d zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+ .text.bt_disable
+                0x0000000000000000       0xd4 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+ .text.bt_set_name
+                0x0000000000000000        0x6 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+ .rodata.bt_le_set_chan_map.str1.1
+                0x0000000000000000       0x39 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+ .text.bt_le_set_chan_map
+                0x0000000000000000       0x64 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+ .text.bt_configure_data_path
+                0x0000000000000000       0x68 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+ .rodata.CSWTCH.15036
+                0x0000000000000000        0x3 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+ .rodata.CSWTCH.15034
+                0x0000000000000000        0x3 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+ .data.events.0
+                0x0000000000000000       0x3c zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+ .noinit."WEST_TOPDIR/zephyr/subsys/bluetooth/host/hci_core.c".1
+                0x0000000000000000      0x600 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+ .bss.tx_thread_data
+                0x0000000000000000       0x78 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+ .noinit."WEST_TOPDIR/zephyr/subsys/bluetooth/host/hci_core.c".0
+                0x0000000000000000      0x400 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_common.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_common.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_common.c.obj)
+ .text.bt_hci_evt_create
+                0x0000000000000000       0x26 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_common.c.obj)
+ .text.bt_hci_cmd_complete_create
+                0x0000000000000000       0x24 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_common.c.obj)
+ .text.bt_hci_cmd_status_create
+                0x0000000000000000       0x24 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_common.c.obj)
+ .debug_info    0x0000000000000000      0x5b3 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_common.c.obj)
+ .debug_abbrev  0x0000000000000000      0x206 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_common.c.obj)
+ .debug_loc     0x0000000000000000      0x22b zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_common.c.obj)
+ .debug_aranges
+                0x0000000000000000       0x30 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_common.c.obj)
+ .debug_ranges  0x0000000000000000       0x68 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_common.c.obj)
+ .debug_line    0x0000000000000000      0x36a zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_common.c.obj)
+ .debug_str     0x0000000000000000      0x3cd zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_common.c.obj)
+ .comment       0x0000000000000000       0x21 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_common.c.obj)
+ .debug_frame   0x0000000000000000       0x64 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_common.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(id.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(id.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(id.c.obj)
+ .text.adv_id_check_func
+                0x0000000000000000       0x1c zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(id.c.obj)
+ .text.bt_id_set_private_addr
+                0x0000000000000000       0x2c zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(id.c.obj)
+ .text.bt_id_scan_random_addr_check
+                0x0000000000000000       0x16 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(id.c.obj)
+ .text.bt_id_adv_random_addr_check
+                0x0000000000000000        0x8 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(id.c.obj)
+ .text.bt_id_adv_limited_stopped
+                0x0000000000000000       0x1c zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(id.c.obj)
+ .text.bt_id_get
+                0x0000000000000000       0x24 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(id.c.obj)
+ .rodata.bt_id_reset.str1.1
+                0x0000000000000000       0x2e zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(id.c.obj)
+ .text.bt_id_reset
+                0x0000000000000000       0xb4 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(id.c.obj)
+ .text.bt_id_delete
+                0x0000000000000000       0x80 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(id.c.obj)
+ .text.bt_le_oob_get_local
+                0x0000000000000000       0x48 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(id.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(adv.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(adv.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(adv.c.obj)
+ .text.get_adv_channel_map
+                0x0000000000000000       0x1e zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(adv.c.obj)
+ .rodata.hci_set_ad.str1.1
+                0x0000000000000000       0x19 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(adv.c.obj)
+ .text.hci_set_ad
+                0x0000000000000000       0xd0 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(adv.c.obj)
+ .text.atomic_set_bit_to
+                0x0000000000000000       0x2e zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(adv.c.obj)
+ .text.valid_adv_param
+                0x0000000000000000       0x84 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(adv.c.obj)
+ .text.le_adv_update.constprop.0
+                0x0000000000000000       0xee zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(adv.c.obj)
+ .text.get_adv_name_type
+                0x0000000000000000       0x20 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(adv.c.obj)
+ .text.get_adv_name_type_param
+                0x0000000000000000       0x20 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(adv.c.obj)
+ .text.bt_le_ext_adv_foreach
+                0x0000000000000000        0xc zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(adv.c.obj)
+ .text.bt_adv_reset_adv_pool
+                0x0000000000000000       0x10 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(adv.c.obj)
+ .text.bt_le_adv_delete_legacy
+                0x0000000000000000        0x2 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(adv.c.obj)
+ .text.bt_le_adv_set_enable_ext
+                0x0000000000000000       0x84 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(adv.c.obj)
+ .text.bt_le_adv_set_enable
+                0x0000000000000000        0x4 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(adv.c.obj)
+ .text.bt_le_adv_update_data
+                0x0000000000000000       0x4c zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(adv.c.obj)
+ .rodata.bt_le_adv_start_legacy.str1.1
+                0x0000000000000000       0x1b zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(adv.c.obj)
+ .text.bt_le_adv_start_legacy
+                0x0000000000000000      0x278 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(adv.c.obj)
+ .text.bt_le_adv_start_ext
+                0x0000000000000000      0x324 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(adv.c.obj)
+ .text.bt_le_adv_start
+                0x0000000000000000       0x64 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(adv.c.obj)
+ .text.bt_le_adv_stop
+                0x0000000000000000       0x78 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(adv.c.obj)
+ .rodata.adv_timeout.str1.1
+                0x0000000000000000       0x1f zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(adv.c.obj)
+ .text.adv_timeout
+                0x0000000000000000       0x24 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(adv.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(conn.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(conn.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(conn.c.obj)
+ .text.bt_conn_get_tx_power_level
+                0x0000000000000000       0x4e zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(conn.c.obj)
+ .rodata.send_frag.str1.1
+                0x0000000000000000       0x22 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(conn.c.obj)
+ .text.send_frag
+                0x0000000000000000      0x19c zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(conn.c.obj)
+ .text.conn_cleanup
+                0x0000000000000000       0x46 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(conn.c.obj)
+ .rodata.bt_conn_send_iso_cb.str1.1
+                0x0000000000000000       0x25 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(conn.c.obj)
+ .text.bt_conn_send_iso_cb
+                0x0000000000000000       0x38 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(conn.c.obj)
+ .text.bt_conn_prepare_events
+                0x0000000000000000       0xa4 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(conn.c.obj)
+ .text.conn_destroy
+                0x0000000000000000       0x24 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(conn.c.obj)
+ .text.bt_conn_foreach
+                0x0000000000000000       0x30 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(conn.c.obj)
+ .text.bt_conn_cleanup_all
+                0x0000000000000000       0x10 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(conn.c.obj)
+ .text.bt_conn_disconnect
+                0x0000000000000000       0x40 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(conn.c.obj)
+ .text.bt_conn_get_security
+                0x0000000000000000        0x4 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(conn.c.obj)
+ .text.bt_conn_cb_register
+                0x0000000000000000       0x10 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(conn.c.obj)
+ .text.bt_conn_cb_unregister
+                0x0000000000000000       0x38 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(conn.c.obj)
+ .text.bt_conn_get_info
+                0x0000000000000000       0xa0 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(conn.c.obj)
+ .text.bt_conn_get_remote_info
+                0x0000000000000000       0x34 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(conn.c.obj)
+ .text.bt_conn_le_get_tx_power_level
+                0x0000000000000000       0x26 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(conn.c.obj)
+ .text.bt_conn_le_param_update
+                0x0000000000000000       0x96 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(conn.c.obj)
+ .text.bt_conn_create_frag_timeout
+                0x0000000000000000        0xc zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(conn.c.obj)
+ .rodata.bt_conn_process_tx.str1.1
+                0x0000000000000000       0x51 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(conn.c.obj)
+ .text.bt_conn_process_tx
+                0x0000000000000000      0x124 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(conn.c.obj)
+ .text.bt_conn_lookup_index
+                0x0000000000000000       0x10 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(conn.c.obj)
+ .rodata.CSWTCH.7241
+                0x0000000000000000        0x7 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(conn.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(l2cap.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(l2cap.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(l2cap.c.obj)
+ .text.bt_l2cap_register_ecred_cb
+                0x0000000000000000        0x2 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(l2cap.c.obj)
+ .text.bt_l2cap_chan_remove
+                0x0000000000000000       0x3e zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(l2cap.c.obj)
+ .rodata.bt_l2cap_chan_state_str.str1.1
+                0x0000000000000000        0x8 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(l2cap.c.obj)
+ .text.bt_l2cap_chan_state_str
+                0x0000000000000000       0x18 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(l2cap.c.obj)
+ .text.bt_l2cap_chan_add
+                0x0000000000000000       0x1e zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(l2cap.c.obj)
+ .text.bt_l2cap_security_changed
+                0x0000000000000000       0x3a zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(l2cap.c.obj)
+ .text.bt_l2cap_le_lookup_tx_cid
+                0x0000000000000000       0x14 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(l2cap.c.obj)
+ .rodata.CSWTCH.2825
+                0x0000000000000000       0x14 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(l2cap.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(att.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(att.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(att.c.obj)
+ .text.bt_att_get_tx_meta_data
+                0x0000000000000000       0x14 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(att.c.obj)
+ .text.bt_att_get_mtu
+                0x0000000000000000       0x52 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(att.c.obj)
+ .text.bt_att_req_cancel
+                0x0000000000000000       0x58 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(att.c.obj)
+ .text.bt_att_find_req_by_user_data
+                0x0000000000000000       0x34 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(att.c.obj)
+ .text.bt_att_increment_tx_meta_data_attr_count
+                0x0000000000000000       0x1c zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(att.c.obj)
+ .text.bt_att_tx_meta_data_match
+                0x0000000000000000       0x34 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(att.c.obj)
+ .text.bt_att_chan_opt_valid
+                0x0000000000000000       0x1a zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(att.c.obj)
+ .text.bt_gatt_authorization_cb_register
+                0x0000000000000000        0x6 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(att.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(gatt.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(gatt.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(gatt.c.obj)
+ .text.get_service_handles
+                0x0000000000000000       0x44 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(gatt.c.obj)
+ .text.remove_peer_from_attr
+                0x0000000000000000       0x30 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(gatt.c.obj)
+ .text.bt_gatt_cb_register
+                0x0000000000000000       0x1c zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(gatt.c.obj)
+ .text.bt_gatt_attr_read
+                0x0000000000000000       0x2e zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(gatt.c.obj)
+ .text.bt_gatt_attr_read_included
+                0x0000000000000000       0x64 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(gatt.c.obj)
+ .text.bt_gatt_attr_read_cep
+                0x0000000000000000       0x36 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(gatt.c.obj)
+ .text.bt_gatt_attr_read_cud
+                0x0000000000000000       0x3e zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(gatt.c.obj)
+ .text.bt_gatt_attr_read_cpf
+                0x0000000000000000       0x46 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(gatt.c.obj)
+ .text.bt_gatt_find_by_uuid
+                0x0000000000000000       0x3c zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(gatt.c.obj)
+ .text.bt_gatt_get_mtu
+                0x0000000000000000        0x4 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(gatt.c.obj)
+ .text.bt_gatt_notify_cb
+                0x0000000000000000       0xec zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(gatt.c.obj)
+ .text.bt_gatt_encrypt_change
+                0x0000000000000000       0x28 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(gatt.c.obj)
+ .text.bt_gatt_clear
+                0x0000000000000000       0x54 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(gatt.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(smp_null.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(smp_null.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(smp_null.c.obj)
+ .text.bt_smp_sign_verify
+                0x0000000000000000        0x6 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(smp_null.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/subsys/net/libsubsys__net.a(buf.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/subsys/net/libsubsys__net.a(buf.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/subsys/net/libsubsys__net.a(buf.c.obj)
+ .text.generic_data_ref
+                0x0000000000000000        0xe zephyr/subsys/net/libsubsys__net.a(buf.c.obj)
+ .text.mem_pool_data_unref
+                0x0000000000000000       0x28 zephyr/subsys/net/libsubsys__net.a(buf.c.obj)
+ .text.mem_pool_data_alloc
+                0x0000000000000000       0x28 zephyr/subsys/net/libsubsys__net.a(buf.c.obj)
+ .text.net_buf_alloc_with_data
+                0x0000000000000000       0x26 zephyr/subsys/net/libsubsys__net.a(buf.c.obj)
+ .text.net_buf_clone
+                0x0000000000000000       0xdc zephyr/subsys/net/libsubsys__net.a(buf.c.obj)
+ .text.net_buf_user_data_copy
+                0x0000000000000000       0x20 zephyr/subsys/net/libsubsys__net.a(buf.c.obj)
+ .text.net_buf_frag_del
+                0x0000000000000000       0x18 zephyr/subsys/net/libsubsys__net.a(buf.c.obj)
+ .text.net_buf_linearize
+                0x0000000000000000       0x56 zephyr/subsys/net/libsubsys__net.a(buf.c.obj)
+ .text.net_buf_append_bytes
+                0x0000000000000000       0x94 zephyr/subsys/net/libsubsys__net.a(buf.c.obj)
+ .text.net_buf_data_match
+                0x0000000000000000       0x50 zephyr/subsys/net/libsubsys__net.a(buf.c.obj)
+ .rodata.net_buf_var_cb
+                0x0000000000000000        0xc zephyr/subsys/net/libsubsys__net.a(buf.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/subsys/net/libsubsys__net.a(buf_simple.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/subsys/net/libsubsys__net.a(buf_simple.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/subsys/net/libsubsys__net.a(buf_simple.c.obj)
+ .text.sys_put_be32
+                0x0000000000000000       0x12 zephyr/subsys/net/libsubsys__net.a(buf_simple.c.obj)
+ .text.sys_put_le32
+                0x0000000000000000       0x12 zephyr/subsys/net/libsubsys__net.a(buf_simple.c.obj)
+ .text.net_buf_simple_init_with_data
+                0x0000000000000000        0xc zephyr/subsys/net/libsubsys__net.a(buf_simple.c.obj)
+ .text.net_buf_simple_clone
+                0x0000000000000000        0xe zephyr/subsys/net/libsubsys__net.a(buf_simple.c.obj)
+ .text.net_buf_simple_add_le16
+                0x0000000000000000       0x14 zephyr/subsys/net/libsubsys__net.a(buf_simple.c.obj)
+ .text.net_buf_simple_add_be16
+                0x0000000000000000       0x14 zephyr/subsys/net/libsubsys__net.a(buf_simple.c.obj)
+ .text.net_buf_simple_add_le24
+                0x0000000000000000       0x1a zephyr/subsys/net/libsubsys__net.a(buf_simple.c.obj)
+ .text.net_buf_simple_add_be24
+                0x0000000000000000       0x1a zephyr/subsys/net/libsubsys__net.a(buf_simple.c.obj)
+ .text.net_buf_simple_add_le32
+                0x0000000000000000       0x16 zephyr/subsys/net/libsubsys__net.a(buf_simple.c.obj)
+ .text.net_buf_simple_add_be32
+                0x0000000000000000       0x16 zephyr/subsys/net/libsubsys__net.a(buf_simple.c.obj)
+ .text.net_buf_simple_add_le40
+                0x0000000000000000       0x18 zephyr/subsys/net/libsubsys__net.a(buf_simple.c.obj)
+ .text.net_buf_simple_add_be40
+                0x0000000000000000       0x1a zephyr/subsys/net/libsubsys__net.a(buf_simple.c.obj)
+ .text.net_buf_simple_add_le48
+                0x0000000000000000       0x1e zephyr/subsys/net/libsubsys__net.a(buf_simple.c.obj)
+ .text.net_buf_simple_add_be48
+                0x0000000000000000       0x20 zephyr/subsys/net/libsubsys__net.a(buf_simple.c.obj)
+ .text.net_buf_simple_add_le64
+                0x0000000000000000       0x20 zephyr/subsys/net/libsubsys__net.a(buf_simple.c.obj)
+ .text.net_buf_simple_add_be64
+                0x0000000000000000       0x20 zephyr/subsys/net/libsubsys__net.a(buf_simple.c.obj)
+ .text.net_buf_simple_remove_mem
+                0x0000000000000000        0xe zephyr/subsys/net/libsubsys__net.a(buf_simple.c.obj)
+ .text.net_buf_simple_remove_u8
+                0x0000000000000000        0xe zephyr/subsys/net/libsubsys__net.a(buf_simple.c.obj)
+ .text.net_buf_simple_remove_le16
+                0x0000000000000000        0xe zephyr/subsys/net/libsubsys__net.a(buf_simple.c.obj)
+ .text.net_buf_simple_remove_be16
+                0x0000000000000000       0x12 zephyr/subsys/net/libsubsys__net.a(buf_simple.c.obj)
+ .text.net_buf_simple_remove_le24
+                0x0000000000000000       0x1c zephyr/subsys/net/libsubsys__net.a(buf_simple.c.obj)
+ .text.net_buf_simple_remove_be24
+                0x0000000000000000       0x1c zephyr/subsys/net/libsubsys__net.a(buf_simple.c.obj)
+ .text.net_buf_simple_remove_le32
+                0x0000000000000000        0xe zephyr/subsys/net/libsubsys__net.a(buf_simple.c.obj)
+ .text.net_buf_simple_remove_be32
+                0x0000000000000000       0x10 zephyr/subsys/net/libsubsys__net.a(buf_simple.c.obj)
+ .text.net_buf_simple_remove_le40
+                0x0000000000000000       0x12 zephyr/subsys/net/libsubsys__net.a(buf_simple.c.obj)
+ .text.net_buf_simple_remove_be40
+                0x0000000000000000       0x2a zephyr/subsys/net/libsubsys__net.a(buf_simple.c.obj)
+ .text.net_buf_simple_remove_le48
+                0x0000000000000000       0x1a zephyr/subsys/net/libsubsys__net.a(buf_simple.c.obj)
+ .text.net_buf_simple_remove_be48
+                0x0000000000000000       0x32 zephyr/subsys/net/libsubsys__net.a(buf_simple.c.obj)
+ .text.net_buf_simple_remove_le64
+                0x0000000000000000       0x12 zephyr/subsys/net/libsubsys__net.a(buf_simple.c.obj)
+ .text.net_buf_simple_remove_be64
+                0x0000000000000000       0x16 zephyr/subsys/net/libsubsys__net.a(buf_simple.c.obj)
+ .text.net_buf_simple_push_mem
+                0x0000000000000000       0x18 zephyr/subsys/net/libsubsys__net.a(buf_simple.c.obj)
+ .text.net_buf_simple_push_le16
+                0x0000000000000000       0x18 zephyr/subsys/net/libsubsys__net.a(buf_simple.c.obj)
+ .text.net_buf_simple_push_be16
+                0x0000000000000000       0x18 zephyr/subsys/net/libsubsys__net.a(buf_simple.c.obj)
+ .text.net_buf_simple_push_u8
+                0x0000000000000000       0x12 zephyr/subsys/net/libsubsys__net.a(buf_simple.c.obj)
+ .text.net_buf_simple_push_le24
+                0x0000000000000000       0x20 zephyr/subsys/net/libsubsys__net.a(buf_simple.c.obj)
+ .text.net_buf_simple_push_be24
+                0x0000000000000000       0x20 zephyr/subsys/net/libsubsys__net.a(buf_simple.c.obj)
+ .text.net_buf_simple_push_le32
+                0x0000000000000000       0x14 zephyr/subsys/net/libsubsys__net.a(buf_simple.c.obj)
+ .text.net_buf_simple_push_be32
+                0x0000000000000000       0x14 zephyr/subsys/net/libsubsys__net.a(buf_simple.c.obj)
+ .text.net_buf_simple_push_le40
+                0x0000000000000000       0x1c zephyr/subsys/net/libsubsys__net.a(buf_simple.c.obj)
+ .text.net_buf_simple_push_be40
+                0x0000000000000000       0x1e zephyr/subsys/net/libsubsys__net.a(buf_simple.c.obj)
+ .text.net_buf_simple_push_le48
+                0x0000000000000000       0x24 zephyr/subsys/net/libsubsys__net.a(buf_simple.c.obj)
+ .text.net_buf_simple_push_be48
+                0x0000000000000000       0x26 zephyr/subsys/net/libsubsys__net.a(buf_simple.c.obj)
+ .text.net_buf_simple_push_le64
+                0x0000000000000000       0x24 zephyr/subsys/net/libsubsys__net.a(buf_simple.c.obj)
+ .text.net_buf_simple_push_be64
+                0x0000000000000000       0x24 zephyr/subsys/net/libsubsys__net.a(buf_simple.c.obj)
+ .text.net_buf_simple_pull_u8
+                0x0000000000000000       0x10 zephyr/subsys/net/libsubsys__net.a(buf_simple.c.obj)
+ .text.net_buf_simple_pull_be16
+                0x0000000000000000       0x14 zephyr/subsys/net/libsubsys__net.a(buf_simple.c.obj)
+ .text.net_buf_simple_pull_le24
+                0x0000000000000000       0x1c zephyr/subsys/net/libsubsys__net.a(buf_simple.c.obj)
+ .text.net_buf_simple_pull_be24
+                0x0000000000000000       0x2a zephyr/subsys/net/libsubsys__net.a(buf_simple.c.obj)
+ .text.net_buf_simple_pull_le32
+                0x0000000000000000       0x10 zephyr/subsys/net/libsubsys__net.a(buf_simple.c.obj)
+ .text.net_buf_simple_pull_be32
+                0x0000000000000000       0x12 zephyr/subsys/net/libsubsys__net.a(buf_simple.c.obj)
+ .text.net_buf_simple_pull_le40
+                0x0000000000000000       0x14 zephyr/subsys/net/libsubsys__net.a(buf_simple.c.obj)
+ .text.net_buf_simple_pull_be40
+                0x0000000000000000       0x28 zephyr/subsys/net/libsubsys__net.a(buf_simple.c.obj)
+ .text.net_buf_simple_pull_le48
+                0x0000000000000000       0x1a zephyr/subsys/net/libsubsys__net.a(buf_simple.c.obj)
+ .text.net_buf_simple_pull_be48
+                0x0000000000000000       0x38 zephyr/subsys/net/libsubsys__net.a(buf_simple.c.obj)
+ .text.net_buf_simple_pull_le64
+                0x0000000000000000       0x14 zephyr/subsys/net/libsubsys__net.a(buf_simple.c.obj)
+ .text.net_buf_simple_pull_be64
+                0x0000000000000000       0x18 zephyr/subsys/net/libsubsys__net.a(buf_simple.c.obj)
+ .text.net_buf_simple_max_len
+                0x0000000000000000        0xe zephyr/subsys/net/libsubsys__net.a(buf_simple.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/drivers/adc/libdrivers__adc.a(adc_common.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/drivers/adc/libdrivers__adc.a(adc_common.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/drivers/adc/libdrivers__adc.a(adc_common.c.obj)
+ .text.adc_gain_invert
+                0x0000000000000000       0x2c zephyr/drivers/adc/libdrivers__adc.a(adc_common.c.obj)
+ .rodata.gains.0
+                0x0000000000000000       0x28 zephyr/drivers/adc/libdrivers__adc.a(adc_common.c.obj)
+ .debug_info    0x0000000000000000      0x216 zephyr/drivers/adc/libdrivers__adc.a(adc_common.c.obj)
+ .debug_abbrev  0x0000000000000000      0x10c zephyr/drivers/adc/libdrivers__adc.a(adc_common.c.obj)
+ .debug_loc     0x0000000000000000       0xb9 zephyr/drivers/adc/libdrivers__adc.a(adc_common.c.obj)
+ .debug_aranges
+                0x0000000000000000       0x20 zephyr/drivers/adc/libdrivers__adc.a(adc_common.c.obj)
+ .debug_ranges  0x0000000000000000       0x10 zephyr/drivers/adc/libdrivers__adc.a(adc_common.c.obj)
+ .debug_line    0x0000000000000000      0x1ea zephyr/drivers/adc/libdrivers__adc.a(adc_common.c.obj)
+ .debug_str     0x0000000000000000      0x380 zephyr/drivers/adc/libdrivers__adc.a(adc_common.c.obj)
+ .comment       0x0000000000000000       0x21 zephyr/drivers/adc/libdrivers__adc.a(adc_common.c.obj)
+ .debug_frame   0x0000000000000000       0x20 zephyr/drivers/adc/libdrivers__adc.a(adc_common.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/drivers/adc/libdrivers__adc.a(adc_nrfx_saadc.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/drivers/adc/libdrivers__adc.a(adc_nrfx_saadc.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/drivers/adc/libdrivers__adc.a(adc_nrfx_saadc.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/drivers/clock_control/libdrivers__clock_control.a(clock_control_nrf.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/drivers/clock_control/libdrivers__clock_control.a(clock_control_nrf.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/drivers/clock_control/libdrivers__clock_control.a(clock_control_nrf.c.obj)
+ .text.z_nrf_clock_control_get_onoff
+                0x0000000000000000       0x10 zephyr/drivers/clock_control/libdrivers__clock_control.a(clock_control_nrf.c.obj)
+ .text.z_nrf_clock_bt_ctlr_hf_request
+                0x0000000000000000       0x2c zephyr/drivers/clock_control/libdrivers__clock_control.a(clock_control_nrf.c.obj)
+ .text.z_nrf_clock_bt_ctlr_hf_release
+                0x0000000000000000       0x34 zephyr/drivers/clock_control/libdrivers__clock_control.a(clock_control_nrf.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/drivers/console/libdrivers__console.a(uart_console.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/drivers/console/libdrivers__console.a(uart_console.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/drivers/console/libdrivers__console.a(uart_console.c.obj)
+ .text.uart_register_input
+                0x0000000000000000        0x2 zephyr/drivers/console/libdrivers__console.a(uart_console.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/drivers/entropy/libdrivers__entropy.a(entropy_nrf5.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/drivers/entropy/libdrivers__entropy.a(entropy_nrf5.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/drivers/entropy/libdrivers__entropy.a(entropy_nrf5.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/drivers/entropy/libdrivers__entropy.a(entropy_bt_hci.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/drivers/entropy/libdrivers__entropy.a(entropy_bt_hci.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/drivers/entropy/libdrivers__entropy.a(entropy_bt_hci.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/drivers/flash/libdrivers__flash.a(soc_flash_nrf.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/drivers/flash/libdrivers__flash.a(soc_flash_nrf.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/drivers/flash/libdrivers__flash.a(soc_flash_nrf.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/drivers/flash/libdrivers__flash.a(flash_page_layout.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/drivers/flash/libdrivers__flash.a(flash_page_layout.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/drivers/flash/libdrivers__flash.a(flash_page_layout.c.obj)
+ .text.z_impl_flash_get_page_info_by_idx
+                0x0000000000000000        0xa zephyr/drivers/flash/libdrivers__flash.a(flash_page_layout.c.obj)
+ .text.z_impl_flash_get_page_count
+                0x0000000000000000       0x28 zephyr/drivers/flash/libdrivers__flash.a(flash_page_layout.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/drivers/gpio/libdrivers__gpio.a(gpio_nrfx.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/drivers/gpio/libdrivers__gpio.a(gpio_nrfx.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/drivers/gpio/libdrivers__gpio.a(gpio_nrfx.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/drivers/i2c/libdrivers__i2c.a(i2c_common.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/drivers/i2c/libdrivers__i2c.a(i2c_common.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/drivers/i2c/libdrivers__i2c.a(i2c_common.c.obj)
+ .text.i2c_dump_msgs_rw
+                0x0000000000000000        0x2 zephyr/drivers/i2c/libdrivers__i2c.a(i2c_common.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/drivers/i2c/libdrivers__i2c.a(i2c_nrfx_twim.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/drivers/i2c/libdrivers__i2c.a(i2c_nrfx_twim.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/drivers/i2c/libdrivers__i2c.a(i2c_nrfx_twim.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/drivers/pinctrl/libdrivers__pinctrl.a(common.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/drivers/pinctrl/libdrivers__pinctrl.a(common.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/drivers/pinctrl/libdrivers__pinctrl.a(common.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/drivers/pinctrl/libdrivers__pinctrl.a(pinctrl_nrf.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/drivers/pinctrl/libdrivers__pinctrl.a(pinctrl_nrf.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/drivers/pinctrl/libdrivers__pinctrl.a(pinctrl_nrf.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/drivers/sensor/bosch/bme280/libdrivers__sensor__bosch__bme280.a(bme280.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/drivers/sensor/bosch/bme280/libdrivers__sensor__bosch__bme280.a(bme280.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/drivers/sensor/bosch/bme280/libdrivers__sensor__bosch__bme280.a(bme280.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/drivers/sensor/bosch/bme280/libdrivers__sensor__bosch__bme280.a(bme280_spi.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/drivers/sensor/bosch/bme280/libdrivers__sensor__bosch__bme280.a(bme280_spi.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/drivers/sensor/bosch/bme280/libdrivers__sensor__bosch__bme280.a(bme280_spi.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/drivers/sensor/bosch/bme280/libdrivers__sensor__bosch__bme280.a(bme280_i2c.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/drivers/sensor/bosch/bme280/libdrivers__sensor__bosch__bme280.a(bme280_i2c.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/drivers/sensor/bosch/bme280/libdrivers__sensor__bosch__bme280.a(bme280_i2c.c.obj)
+ .debug_info    0x0000000000000000       0x79 zephyr/drivers/sensor/bosch/bme280/libdrivers__sensor__bosch__bme280.a(bme280_i2c.c.obj)
+ .debug_abbrev  0x0000000000000000       0x26 zephyr/drivers/sensor/bosch/bme280/libdrivers__sensor__bosch__bme280.a(bme280_i2c.c.obj)
+ .debug_aranges
+                0x0000000000000000       0x18 zephyr/drivers/sensor/bosch/bme280/libdrivers__sensor__bosch__bme280.a(bme280_i2c.c.obj)
+ .debug_line    0x0000000000000000       0x59 zephyr/drivers/sensor/bosch/bme280/libdrivers__sensor__bosch__bme280.a(bme280_i2c.c.obj)
+ .debug_str     0x0000000000000000      0x23e zephyr/drivers/sensor/bosch/bme280/libdrivers__sensor__bosch__bme280.a(bme280_i2c.c.obj)
+ .comment       0x0000000000000000       0x21 zephyr/drivers/sensor/bosch/bme280/libdrivers__sensor__bosch__bme280.a(bme280_i2c.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/drivers/sensor/st/stmemsc/libdrivers__sensor__st__stmemsc.a(stmemsc_i2c.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/drivers/sensor/st/stmemsc/libdrivers__sensor__st__stmemsc.a(stmemsc_i2c.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/drivers/sensor/st/stmemsc/libdrivers__sensor__st__stmemsc.a(stmemsc_i2c.c.obj)
+ .text.stmemsc_i2c_read_incr
+                0x0000000000000000       0x3c zephyr/drivers/sensor/st/stmemsc/libdrivers__sensor__st__stmemsc.a(stmemsc_i2c.c.obj)
+ .text.stmemsc_i2c_write_incr
+                0x0000000000000000       0x3a zephyr/drivers/sensor/st/stmemsc/libdrivers__sensor__st__stmemsc.a(stmemsc_i2c.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/drivers/sensor/st/stmemsc/libdrivers__sensor__st__stmemsc.a(stmemsc_spi.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/drivers/sensor/st/stmemsc/libdrivers__sensor__st__stmemsc.a(stmemsc_spi.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/drivers/sensor/st/stmemsc/libdrivers__sensor__st__stmemsc.a(stmemsc_spi.c.obj)
+ .text.stmemsc_spi_read
+                0x0000000000000000       0x44 zephyr/drivers/sensor/st/stmemsc/libdrivers__sensor__st__stmemsc.a(stmemsc_spi.c.obj)
+ .text.stmemsc_spi_write
+                0x0000000000000000       0x34 zephyr/drivers/sensor/st/stmemsc/libdrivers__sensor__st__stmemsc.a(stmemsc_spi.c.obj)
+ .text.stmemsc_spi_read_incr
+                0x0000000000000000        0x8 zephyr/drivers/sensor/st/stmemsc/libdrivers__sensor__st__stmemsc.a(stmemsc_spi.c.obj)
+ .text.stmemsc_spi_write_incr
+                0x0000000000000000        0x8 zephyr/drivers/sensor/st/stmemsc/libdrivers__sensor__st__stmemsc.a(stmemsc_spi.c.obj)
+ .debug_info    0x0000000000000000      0x97c zephyr/drivers/sensor/st/stmemsc/libdrivers__sensor__st__stmemsc.a(stmemsc_spi.c.obj)
+ .debug_abbrev  0x0000000000000000      0x256 zephyr/drivers/sensor/st/stmemsc/libdrivers__sensor__st__stmemsc.a(stmemsc_spi.c.obj)
+ .debug_loc     0x0000000000000000      0x66a zephyr/drivers/sensor/st/stmemsc/libdrivers__sensor__st__stmemsc.a(stmemsc_spi.c.obj)
+ .debug_aranges
+                0x0000000000000000       0x38 zephyr/drivers/sensor/st/stmemsc/libdrivers__sensor__st__stmemsc.a(stmemsc_spi.c.obj)
+ .debug_ranges  0x0000000000000000       0x68 zephyr/drivers/sensor/st/stmemsc/libdrivers__sensor__st__stmemsc.a(stmemsc_spi.c.obj)
+ .debug_line    0x0000000000000000      0x3b1 zephyr/drivers/sensor/st/stmemsc/libdrivers__sensor__st__stmemsc.a(stmemsc_spi.c.obj)
+ .debug_str     0x0000000000000000      0x490 zephyr/drivers/sensor/st/stmemsc/libdrivers__sensor__st__stmemsc.a(stmemsc_spi.c.obj)
+ .comment       0x0000000000000000       0x21 zephyr/drivers/sensor/st/stmemsc/libdrivers__sensor__st__stmemsc.a(stmemsc_spi.c.obj)
+ .debug_frame   0x0000000000000000       0x70 zephyr/drivers/sensor/st/stmemsc/libdrivers__sensor__st__stmemsc.a(stmemsc_spi.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/drivers/sensor/st/stmemsc/libdrivers__sensor__st__stmemsc.a(stmemsc_mdelay.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/drivers/sensor/st/stmemsc/libdrivers__sensor__st__stmemsc.a(stmemsc_mdelay.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/drivers/sensor/st/stmemsc/libdrivers__sensor__st__stmemsc.a(stmemsc_mdelay.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/drivers/sensor/st/lis2dh/libdrivers__sensor__st__lis2dh.a(lis2dh.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/drivers/sensor/st/lis2dh/libdrivers__sensor__st__lis2dh.a(lis2dh.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/drivers/sensor/st/lis2dh/libdrivers__sensor__st__lis2dh.a(lis2dh.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/drivers/sensor/st/lis2dh/libdrivers__sensor__st__lis2dh.a(lis2dh_i2c.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/drivers/sensor/st/lis2dh/libdrivers__sensor__st__lis2dh.a(lis2dh_i2c.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/drivers/sensor/st/lis2dh/libdrivers__sensor__st__lis2dh.a(lis2dh_i2c.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/drivers/sensor/st/lis2dh/libdrivers__sensor__st__lis2dh.a(lis2dh_spi.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/drivers/sensor/st/lis2dh/libdrivers__sensor__st__lis2dh.a(lis2dh_spi.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/drivers/sensor/st/lis2dh/libdrivers__sensor__st__lis2dh.a(lis2dh_spi.c.obj)
+ .debug_info    0x0000000000000000       0x8e zephyr/drivers/sensor/st/lis2dh/libdrivers__sensor__st__lis2dh.a(lis2dh_spi.c.obj)
+ .debug_abbrev  0x0000000000000000       0x26 zephyr/drivers/sensor/st/lis2dh/libdrivers__sensor__st__lis2dh.a(lis2dh_spi.c.obj)
+ .debug_aranges
+                0x0000000000000000       0x18 zephyr/drivers/sensor/st/lis2dh/libdrivers__sensor__st__lis2dh.a(lis2dh_spi.c.obj)
+ .debug_line    0x0000000000000000       0x56 zephyr/drivers/sensor/st/lis2dh/libdrivers__sensor__st__lis2dh.a(lis2dh_spi.c.obj)
+ .debug_str     0x0000000000000000      0x24f zephyr/drivers/sensor/st/lis2dh/libdrivers__sensor__st__lis2dh.a(lis2dh_spi.c.obj)
+ .comment       0x0000000000000000       0x21 zephyr/drivers/sensor/st/lis2dh/libdrivers__sensor__st__lis2dh.a(lis2dh_spi.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/drivers/sensor/st/lis2mdl/libdrivers__sensor__st__lis2mdl.a(lis2mdl.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/drivers/sensor/st/lis2mdl/libdrivers__sensor__st__lis2mdl.a(lis2mdl.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/drivers/sensor/st/lis2mdl/libdrivers__sensor__st__lis2mdl.a(lis2mdl.c.obj)
+ .bss.lis2mdl_data
+                0x0000000000000000       0x48 zephyr/drivers/sensor/st/lis2mdl/libdrivers__sensor__st__lis2mdl.a(lis2mdl.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/drivers/sensor/st/lis2mdl/libdrivers__sensor__st__lis2mdl.a(lis2mdl_trigger.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/drivers/sensor/st/lis2mdl/libdrivers__sensor__st__lis2mdl.a(lis2mdl_trigger.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/drivers/sensor/st/lis2mdl/libdrivers__sensor__st__lis2mdl.a(lis2mdl_trigger.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/drivers/serial/libdrivers__serial.a(uart_nrfx_uart.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/drivers/serial/libdrivers__serial.a(uart_nrfx_uart.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/drivers/serial/libdrivers__serial.a(uart_nrfx_uart.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/drivers/spi/libdrivers__spi.a(spi_nrfx_spim.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/drivers/spi/libdrivers__spi.a(spi_nrfx_spim.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/drivers/spi/libdrivers__spi.a(spi_nrfx_spim.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/drivers/spi/libdrivers__spi.a(spi_nrfx_common.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/drivers/spi/libdrivers__spi.a(spi_nrfx_common.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/drivers/spi/libdrivers__spi.a(spi_nrfx_common.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/drivers/timer/libdrivers__timer.a(sys_clock_init.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/drivers/timer/libdrivers__timer.a(sys_clock_init.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/drivers/timer/libdrivers__timer.a(sys_clock_init.c.obj)
+ .text.sys_clock_set_timeout
+                0x0000000000000000        0x2 zephyr/drivers/timer/libdrivers__timer.a(sys_clock_init.c.obj)
+ .text.sys_clock_idle_exit
+                0x0000000000000000        0x2 zephyr/drivers/timer/libdrivers__timer.a(sys_clock_init.c.obj)
+ .debug_info    0x0000000000000000       0xda zephyr/drivers/timer/libdrivers__timer.a(sys_clock_init.c.obj)
+ .debug_abbrev  0x0000000000000000       0x7e zephyr/drivers/timer/libdrivers__timer.a(sys_clock_init.c.obj)
+ .debug_aranges
+                0x0000000000000000       0x28 zephyr/drivers/timer/libdrivers__timer.a(sys_clock_init.c.obj)
+ .debug_ranges  0x0000000000000000       0x18 zephyr/drivers/timer/libdrivers__timer.a(sys_clock_init.c.obj)
+ .debug_line    0x0000000000000000      0x126 zephyr/drivers/timer/libdrivers__timer.a(sys_clock_init.c.obj)
+ .debug_str     0x0000000000000000      0x27b zephyr/drivers/timer/libdrivers__timer.a(sys_clock_init.c.obj)
+ .comment       0x0000000000000000       0x21 zephyr/drivers/timer/libdrivers__timer.a(sys_clock_init.c.obj)
+ .debug_frame   0x0000000000000000       0x30 zephyr/drivers/timer/libdrivers__timer.a(sys_clock_init.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/drivers/timer/libdrivers__timer.a(nrf_rtc_timer.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/drivers/timer/libdrivers__timer.a(nrf_rtc_timer.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/drivers/timer/libdrivers__timer.a(nrf_rtc_timer.c.obj)
+ .text.z_nrf_rtc_timer_compare_evt_address_get
+                0x0000000000000000       0x10 zephyr/drivers/timer/libdrivers__timer.a(nrf_rtc_timer.c.obj)
+ .text.z_nrf_rtc_timer_capture_task_address_get
+                0x0000000000000000        0x4 zephyr/drivers/timer/libdrivers__timer.a(nrf_rtc_timer.c.obj)
+ .text.z_nrf_rtc_timer_compare_int_lock
+                0x0000000000000000        0x4 zephyr/drivers/timer/libdrivers__timer.a(nrf_rtc_timer.c.obj)
+ .text.z_nrf_rtc_timer_compare_int_unlock
+                0x0000000000000000        0x4 zephyr/drivers/timer/libdrivers__timer.a(nrf_rtc_timer.c.obj)
+ .text.z_nrf_rtc_timer_compare_read
+                0x0000000000000000       0x10 zephyr/drivers/timer/libdrivers__timer.a(nrf_rtc_timer.c.obj)
+ .text.z_nrf_rtc_timer_abort
+                0x0000000000000000       0x60 zephyr/drivers/timer/libdrivers__timer.a(nrf_rtc_timer.c.obj)
+ .text.z_nrf_rtc_timer_get_ticks
+                0x0000000000000000       0x78 zephyr/drivers/timer/libdrivers__timer.a(nrf_rtc_timer.c.obj)
+ .text.z_nrf_rtc_timer_set
+                0x0000000000000000       0x18 zephyr/drivers/timer/libdrivers__timer.a(nrf_rtc_timer.c.obj)
+ .text.z_nrf_rtc_timer_exact_set
+                0x0000000000000000       0x18 zephyr/drivers/timer/libdrivers__timer.a(nrf_rtc_timer.c.obj)
+ .text.z_nrf_rtc_timer_chan_alloc
+                0x0000000000000000       0x44 zephyr/drivers/timer/libdrivers__timer.a(nrf_rtc_timer.c.obj)
+ .text.z_nrf_rtc_timer_chan_free
+                0x0000000000000000       0x24 zephyr/drivers/timer/libdrivers__timer.a(nrf_rtc_timer.c.obj)
+ .text.z_nrf_rtc_timer_trigger_overflow
+                0x0000000000000000        0x6 zephyr/drivers/timer/libdrivers__timer.a(nrf_rtc_timer.c.obj)
+ .text.sys_clock_disable
+                0x0000000000000000       0x30 zephyr/drivers/timer/libdrivers__timer.a(nrf_rtc_timer.c.obj)
+ .bss.alloc_mask
+                0x0000000000000000        0x4 zephyr/drivers/timer/libdrivers__timer.a(nrf_rtc_timer.c.obj)
+ .text          0x0000000000000000        0x0 modules/nrf/lib/multithreading_lock/lib..__nrf__lib__multithreading_lock.a(multithreading_lock.c.obj)
+ .data          0x0000000000000000        0x0 modules/nrf/lib/multithreading_lock/lib..__nrf__lib__multithreading_lock.a(multithreading_lock.c.obj)
+ .bss           0x0000000000000000        0x0 modules/nrf/lib/multithreading_lock/lib..__nrf__lib__multithreading_lock.a(multithreading_lock.c.obj)
+ .text          0x0000000000000000        0x0 modules/nrf/subsys/bluetooth/controller/lib..__nrf__subsys__bluetooth__controller.a(hci_driver.c.obj)
+ .data          0x0000000000000000        0x0 modules/nrf/subsys/bluetooth/controller/lib..__nrf__subsys__bluetooth__controller.a(hci_driver.c.obj)
+ .bss           0x0000000000000000        0x0 modules/nrf/subsys/bluetooth/controller/lib..__nrf__subsys__bluetooth__controller.a(hci_driver.c.obj)
+ .text.bt_ctlr_set_public_addr
+                0x0000000000000000        0x4 modules/nrf/subsys/bluetooth/controller/lib..__nrf__subsys__bluetooth__controller.a(hci_driver.c.obj)
+ .text          0x0000000000000000        0x0 modules/nrf/subsys/bluetooth/controller/lib..__nrf__subsys__bluetooth__controller.a(hci_internal.c.obj)
+ .data          0x0000000000000000        0x0 modules/nrf/subsys/bluetooth/controller/lib..__nrf__subsys__bluetooth__controller.a(hci_internal.c.obj)
+ .bss           0x0000000000000000        0x0 modules/nrf/subsys/bluetooth/controller/lib..__nrf__subsys__bluetooth__controller.a(hci_internal.c.obj)
+ .text.hci_internal_user_cmd_handler_register
+                0x0000000000000000       0x18 modules/nrf/subsys/bluetooth/controller/lib..__nrf__subsys__bluetooth__controller.a(hci_internal.c.obj)
+ .text          0x0000000000000000        0x0 modules/nrf/subsys/bluetooth/controller/lib..__nrf__subsys__bluetooth__controller.a(crypto.c.obj)
+ .data          0x0000000000000000        0x0 modules/nrf/subsys/bluetooth/controller/lib..__nrf__subsys__bluetooth__controller.a(crypto.c.obj)
+ .bss           0x0000000000000000        0x0 modules/nrf/subsys/bluetooth/controller/lib..__nrf__subsys__bluetooth__controller.a(crypto.c.obj)
+ .text.bt_encrypt_le
+                0x0000000000000000        0xc modules/nrf/subsys/bluetooth/controller/lib..__nrf__subsys__bluetooth__controller.a(crypto.c.obj)
+ .text.bt_encrypt_be
+                0x0000000000000000        0xc modules/nrf/subsys/bluetooth/controller/lib..__nrf__subsys__bluetooth__controller.a(crypto.c.obj)
+ .text          0x0000000000000000        0x0 modules/nrf/subsys/bluetooth/controller/lib..__nrf__subsys__bluetooth__controller.a(ecdh.c.obj)
+ .data          0x0000000000000000        0x0 modules/nrf/subsys/bluetooth/controller/lib..__nrf__subsys__bluetooth__controller.a(ecdh.c.obj)
+ .bss           0x0000000000000000        0x0 modules/nrf/subsys/bluetooth/controller/lib..__nrf__subsys__bluetooth__controller.a(ecdh.c.obj)
+ .text          0x0000000000000000        0x0 modules/nrf/subsys/mpsl/init/lib..__nrf__subsys__mpsl__init.a(mpsl_init.c.obj)
+ .data          0x0000000000000000        0x0 modules/nrf/subsys/mpsl/init/lib..__nrf__subsys__mpsl__init.a(mpsl_init.c.obj)
+ .bss           0x0000000000000000        0x0 modules/nrf/subsys/mpsl/init/lib..__nrf__subsys__mpsl__init.a(mpsl_init.c.obj)
+ .text.mpsl_lib_init
+                0x0000000000000000        0x6 modules/nrf/subsys/mpsl/init/lib..__nrf__subsys__mpsl__init.a(mpsl_init.c.obj)
+ .text.mpsl_lib_uninit
+                0x0000000000000000        0x6 modules/nrf/subsys/mpsl/init/lib..__nrf__subsys__mpsl__init.a(mpsl_init.c.obj)
+ .rodata.z_mpsl_used_nrf_ppi_groups
+                0x0000000000000000        0x4 modules/nrf/subsys/mpsl/init/lib..__nrf__subsys__mpsl__init.a(mpsl_init.c.obj)
+ .rodata.z_mpsl_used_nrf_ppi_channels
+                0x0000000000000000        0x4 modules/nrf/subsys/mpsl/init/lib..__nrf__subsys__mpsl__init.a(mpsl_init.c.obj)
+ .text          0x0000000000000000        0x0 modules/nrf/subsys/mpsl/fem/lib..__nrf__subsys__mpsl__fem.a(mpsl_fem_api_init.c.obj)
+ .data          0x0000000000000000        0x0 modules/nrf/subsys/mpsl/fem/lib..__nrf__subsys__mpsl__fem.a(mpsl_fem_api_init.c.obj)
+ .bss           0x0000000000000000        0x0 modules/nrf/subsys/mpsl/fem/lib..__nrf__subsys__mpsl__fem.a(mpsl_fem_api_init.c.obj)
+ .text          0x0000000000000000        0x0 modules/nrf/drivers/mpsl/clock_control/lib..__nrf__drivers__mpsl__clock_control.a(nrfx_clock_mpsl.c.obj)
+ .data          0x0000000000000000        0x0 modules/nrf/drivers/mpsl/clock_control/lib..__nrf__drivers__mpsl__clock_control.a(nrfx_clock_mpsl.c.obj)
+ .bss           0x0000000000000000        0x0 modules/nrf/drivers/mpsl/clock_control/lib..__nrf__drivers__mpsl__clock_control.a(nrfx_clock_mpsl.c.obj)
+ .text          0x0000000000000000        0x0 modules/nrf/drivers/mpsl/flash_sync/lib..__nrf__drivers__mpsl__flash_sync.a(flash_sync_mpsl.c.obj)
+ .data          0x0000000000000000        0x0 modules/nrf/drivers/mpsl/flash_sync/lib..__nrf__drivers__mpsl__flash_sync.a(flash_sync_mpsl.c.obj)
+ .bss           0x0000000000000000        0x0 modules/nrf/drivers/mpsl/flash_sync/lib..__nrf__drivers__mpsl__flash_sync.a(flash_sync_mpsl.c.obj)
+ .text          0x0000000000000000        0x0 modules/nrf/drivers/mpsl/temp_nrf5/lib..__nrf__drivers__mpsl__temp_nrf5.a(temp_nrf5_mpsl.c.obj)
+ .data          0x0000000000000000        0x0 modules/nrf/drivers/mpsl/temp_nrf5/lib..__nrf__drivers__mpsl__temp_nrf5.a(temp_nrf5_mpsl.c.obj)
+ .bss           0x0000000000000000        0x0 modules/nrf/drivers/mpsl/temp_nrf5/lib..__nrf__drivers__mpsl__temp_nrf5.a(temp_nrf5_mpsl.c.obj)
+ .text          0x0000000000000000        0x0 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(system_nrf52833.c.obj)
+ .data          0x0000000000000000        0x0 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(system_nrf52833.c.obj)
+ .bss           0x0000000000000000        0x0 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(system_nrf52833.c.obj)
+ .text.nvmc_wait
+                0x0000000000000000       0x10 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(system_nrf52833.c.obj)
+ .text.nvmc_config
+                0x0000000000000000       0x10 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(system_nrf52833.c.obj)
+ .text.SystemCoreClockUpdate
+                0x0000000000000000       0x10 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(system_nrf52833.c.obj)
+ .data.SystemCoreClock
+                0x0000000000000000        0x4 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(system_nrf52833.c.obj)
+ .text          0x0000000000000000        0x0 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_glue.c.obj)
+ .data          0x0000000000000000        0x0 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_glue.c.obj)
+ .bss           0x0000000000000000        0x0 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_glue.c.obj)
+ .rodata.nrfx_error_string_get.str1.1
+                0x0000000000000000      0x178 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_glue.c.obj)
+ .text.nrfx_error_string_get
+                0x0000000000000000       0xd8 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_glue.c.obj)
+ .text          0x0000000000000000        0x0 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_flag32_allocator.c.obj)
+ .data          0x0000000000000000        0x0 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_flag32_allocator.c.obj)
+ .bss           0x0000000000000000        0x0 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_flag32_allocator.c.obj)
+ .text.nrfx_flag32_is_allocated
+                0x0000000000000000        0xa modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_flag32_allocator.c.obj)
+ .text          0x0000000000000000        0x0 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_gpiote.c.obj)
+ .data          0x0000000000000000        0x0 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_gpiote.c.obj)
+ .bss           0x0000000000000000        0x0 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_gpiote.c.obj)
+ .text.nrfx_gpiote_in_is_set
+                0x0000000000000000       0x1c modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_gpiote.c.obj)
+ .text.nrfx_gpiote_channels_number_get
+                0x0000000000000000        0xc modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_gpiote.c.obj)
+ .text.nrfx_gpiote_uninit
+                0x0000000000000000       0x6c modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_gpiote.c.obj)
+ .text.nrfx_gpiote_out_set
+                0x0000000000000000       0x1a modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_gpiote.c.obj)
+ .text.nrfx_gpiote_out_clear
+                0x0000000000000000       0x1a modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_gpiote.c.obj)
+ .text.nrfx_gpiote_out_toggle
+                0x0000000000000000       0x28 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_gpiote.c.obj)
+ .text.nrfx_gpiote_out_task_enable
+                0x0000000000000000       0x1e modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_gpiote.c.obj)
+ .text.nrfx_gpiote_out_task_disable
+                0x0000000000000000       0x1e modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_gpiote.c.obj)
+ .text.nrfx_gpiote_out_task_get
+                0x0000000000000000       0x10 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_gpiote.c.obj)
+ .text.nrfx_gpiote_out_task_address_get
+                0x0000000000000000       0x12 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_gpiote.c.obj)
+ .text.nrfx_gpiote_set_task_get
+                0x0000000000000000       0x14 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_gpiote.c.obj)
+ .text.nrfx_gpiote_set_task_address_get
+                0x0000000000000000       0x16 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_gpiote.c.obj)
+ .text.nrfx_gpiote_clr_task_get
+                0x0000000000000000       0x14 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_gpiote.c.obj)
+ .text.nrfx_gpiote_clr_task_address_get
+                0x0000000000000000       0x18 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_gpiote.c.obj)
+ .text.nrfx_gpiote_out_task_force
+                0x0000000000000000       0x2a modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_gpiote.c.obj)
+ .text.nrfx_gpiote_out_task_trigger
+                0x0000000000000000       0x14 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_gpiote.c.obj)
+ .text.nrfx_gpiote_set_task_trigger
+                0x0000000000000000       0x18 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_gpiote.c.obj)
+ .text.nrfx_gpiote_clr_task_trigger
+                0x0000000000000000       0x18 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_gpiote.c.obj)
+ .text.nrfx_gpiote_in_event_address_get
+                0x0000000000000000       0x10 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_gpiote.c.obj)
+ .rodata.port_lens.0
+                0x0000000000000000        0x2 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_gpiote.c.obj)
+ .text          0x0000000000000000        0x0 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_nvmc.c.obj)
+ .data          0x0000000000000000        0x0 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_nvmc.c.obj)
+ .bss           0x0000000000000000        0x0 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_nvmc.c.obj)
+ .text.partial_word_create
+                0x0000000000000000       0x1c modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_nvmc.c.obj)
+ .text.nrfx_nvmc_uicr_erase
+                0x0000000000000000       0x28 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_nvmc.c.obj)
+ .text.nrfx_nvmc_all_erase
+                0x0000000000000000       0x24 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_nvmc.c.obj)
+ .text.nrfx_nvmc_page_partial_erase_init
+                0x0000000000000000       0x3c modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_nvmc.c.obj)
+ .text.nrfx_nvmc_page_partial_erase_continue
+                0x0000000000000000       0x48 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_nvmc.c.obj)
+ .text.nrfx_nvmc_byte_writable_check
+                0x0000000000000000        0xc modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_nvmc.c.obj)
+ .text.nrfx_nvmc_word_writable_check
+                0x0000000000000000        0xc modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_nvmc.c.obj)
+ .text.nrfx_nvmc_byte_write
+                0x0000000000000000       0x20 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_nvmc.c.obj)
+ .text.nrfx_nvmc_halfword_write
+                0x0000000000000000       0x20 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_nvmc.c.obj)
+ .text.nrfx_nvmc_bytes_write
+                0x0000000000000000       0x84 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_nvmc.c.obj)
+ .text.nrfx_nvmc_words_write
+                0x0000000000000000       0x34 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_nvmc.c.obj)
+ .text.nrfx_nvmc_otp_halfword_read
+                0x0000000000000000       0x10 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_nvmc.c.obj)
+ .text.nrfx_nvmc_halfword_writable_check
+                0x0000000000000000       0x24 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_nvmc.c.obj)
+ .data.m_partial_erase_page_addr
+                0x0000000000000000        0x4 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_nvmc.c.obj)
+ .bss.m_partial_erase_time_elapsed
+                0x0000000000000000        0x4 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_nvmc.c.obj)
+ .text          0x0000000000000000        0x0 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_spim.c.obj)
+ .data          0x0000000000000000        0x0 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_spim.c.obj)
+ .bss           0x0000000000000000        0x0 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_spim.c.obj)
+ .text.nrfx_spim_reconfigure
+                0x0000000000000000       0x48 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_spim.c.obj)
+ .text.nrfx_spim_init_check
+                0x0000000000000000       0x18 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_spim.c.obj)
+ .text.nrfx_spim_abort
+                0x0000000000000000       0x18 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_spim.c.obj)
+ .text          0x0000000000000000        0x0 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_twim.c.obj)
+ .data          0x0000000000000000        0x0 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_twim.c.obj)
+ .bss           0x0000000000000000        0x0 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_twim.c.obj)
+ .text.nrfx_twim_reconfigure
+                0x0000000000000000       0x64 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_twim.c.obj)
+ .text.nrfx_twim_init_check
+                0x0000000000000000       0x1c modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_twim.c.obj)
+ .text.nrfx_twim_uninit
+                0x0000000000000000       0x5c modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_twim.c.obj)
+ .text.nrfx_twim_is_busy
+                0x0000000000000000       0x14 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_twim.c.obj)
+ .text.nrfx_twim_start_task_address_get
+                0x0000000000000000        0xe modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_twim.c.obj)
+ .text.nrfx_twim_stopped_event_address_get
+                0x0000000000000000        0x8 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_twim.c.obj)
+ .text          0x0000000000000000        0x0 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_twi_twim.c.obj)
+ .data          0x0000000000000000        0x0 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_twi_twim.c.obj)
+ .bss           0x0000000000000000        0x0 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_twi_twim.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/kernel/libkernel.a(busy_wait.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/kernel/libkernel.a(busy_wait.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/kernel/libkernel.a(busy_wait.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/kernel/libkernel.a(device.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/kernel/libkernel.a(device.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/kernel/libkernel.a(device.c.obj)
+ .text.z_device_get_all_static
+                0x0000000000000000       0x18 zephyr/kernel/libkernel.a(device.c.obj)
+ .text.z_impl_device_get_binding
+                0x0000000000000000       0x54 zephyr/kernel/libkernel.a(device.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/kernel/libkernel.a(errno.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/kernel/libkernel.a(errno.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/kernel/libkernel.a(errno.c.obj)
+ .text.z_impl_z_errno
+                0x0000000000000000        0xc zephyr/kernel/libkernel.a(errno.c.obj)
+ .rodata._k_neg_eagain
+                0x0000000000000000        0x4 zephyr/kernel/libkernel.a(errno.c.obj)
+ .debug_info    0x0000000000000000      0x6b7 zephyr/kernel/libkernel.a(errno.c.obj)
+ .debug_abbrev  0x0000000000000000      0x1c0 zephyr/kernel/libkernel.a(errno.c.obj)
+ .debug_aranges
+                0x0000000000000000       0x20 zephyr/kernel/libkernel.a(errno.c.obj)
+ .debug_ranges  0x0000000000000000       0x10 zephyr/kernel/libkernel.a(errno.c.obj)
+ .debug_line    0x0000000000000000      0x27f zephyr/kernel/libkernel.a(errno.c.obj)
+ .debug_str     0x0000000000000000      0x713 zephyr/kernel/libkernel.a(errno.c.obj)
+ .comment       0x0000000000000000       0x21 zephyr/kernel/libkernel.a(errno.c.obj)
+ .debug_frame   0x0000000000000000       0x20 zephyr/kernel/libkernel.a(errno.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/kernel/libkernel.a(fatal.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/kernel/libkernel.a(fatal.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/kernel/libkernel.a(fatal.c.obj)
+ .text.coredump
+                0x0000000000000000        0x2 zephyr/kernel/libkernel.a(fatal.c.obj)
+ .text.coredump_memory_dump
+                0x0000000000000000        0x2 zephyr/kernel/libkernel.a(fatal.c.obj)
+ .text.coredump_buffer_output
+                0x0000000000000000        0x2 zephyr/kernel/libkernel.a(fatal.c.obj)
+ .text.coredump_query
+                0x0000000000000000        0x6 zephyr/kernel/libkernel.a(fatal.c.obj)
+ .text.coredump_cmd
+                0x0000000000000000        0x6 zephyr/kernel/libkernel.a(fatal.c.obj)
+ .text.k_fatal_halt
+                0x0000000000000000        0x6 zephyr/kernel/libkernel.a(fatal.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/kernel/libkernel.a(init.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/kernel/libkernel.a(init.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/kernel/libkernel.a(init.c.obj)
+ .text.z_impl_device_init
+                0x0000000000000000       0x28 zephyr/kernel/libkernel.a(init.c.obj)
+ .text.z_early_rand_get
+                0x0000000000000000       0x94 zephyr/kernel/libkernel.a(init.c.obj)
+ .data.state.1  0x0000000000000000        0x8 zephyr/kernel/libkernel.a(init.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/kernel/libkernel.a(kheap.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/kernel/libkernel.a(kheap.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/kernel/libkernel.a(kheap.c.obj)
+ .text.k_heap_alloc
+                0x0000000000000000       0x14 zephyr/kernel/libkernel.a(kheap.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/kernel/libkernel.a(mem_slab.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/kernel/libkernel.a(mem_slab.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/kernel/libkernel.a(mem_slab.c.obj)
+ .text.k_mem_slab_init
+                0x0000000000000000       0x1c zephyr/kernel/libkernel.a(mem_slab.c.obj)
+ .text.k_mem_slab_runtime_stats_get
+                0x0000000000000000       0x3c zephyr/kernel/libkernel.a(mem_slab.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/kernel/libkernel.a(idle.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/kernel/libkernel.a(idle.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/kernel/libkernel.a(idle.c.obj)
+ .text.z_pm_save_idle_exit
+                0x0000000000000000        0x4 zephyr/kernel/libkernel.a(idle.c.obj)
+ .text.arch_spin_relax
+                0x0000000000000000        0x4 zephyr/kernel/libkernel.a(idle.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/kernel/libkernel.a(mutex.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/kernel/libkernel.a(mutex.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/kernel/libkernel.a(mutex.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/kernel/libkernel.a(queue.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/kernel/libkernel.a(queue.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/kernel/libkernel.a(queue.c.obj)
+ .text.z_impl_k_queue_cancel_wait
+                0x0000000000000000       0x3e zephyr/kernel/libkernel.a(queue.c.obj)
+ .text.k_queue_insert
+                0x0000000000000000       0x10 zephyr/kernel/libkernel.a(queue.c.obj)
+ .text.z_impl_k_queue_alloc_append
+                0x0000000000000000       0x14 zephyr/kernel/libkernel.a(queue.c.obj)
+ .text.z_impl_k_queue_alloc_prepend
+                0x0000000000000000       0x14 zephyr/kernel/libkernel.a(queue.c.obj)
+ .text.k_queue_append_list
+                0x0000000000000000       0x7c zephyr/kernel/libkernel.a(queue.c.obj)
+ .text.k_queue_merge_slist
+                0x0000000000000000       0x1c zephyr/kernel/libkernel.a(queue.c.obj)
+ .text.k_queue_remove
+                0x0000000000000000       0x4c zephyr/kernel/libkernel.a(queue.c.obj)
+ .text.k_queue_unique_append
+                0x0000000000000000       0x1e zephyr/kernel/libkernel.a(queue.c.obj)
+ .text.z_impl_k_queue_peek_head
+                0x0000000000000000        0x8 zephyr/kernel/libkernel.a(queue.c.obj)
+ .text.z_impl_k_queue_peek_tail
+                0x0000000000000000        0x8 zephyr/kernel/libkernel.a(queue.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/kernel/libkernel.a(sem.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/kernel/libkernel.a(sem.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/kernel/libkernel.a(sem.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/kernel/libkernel.a(system_work_q.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/kernel/libkernel.a(system_work_q.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/kernel/libkernel.a(system_work_q.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/kernel/libkernel.a(work.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/kernel/libkernel.a(work.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/kernel/libkernel.a(work.c.obj)
+ .text.k_work_cancel
+                0x0000000000000000       0x1e zephyr/kernel/libkernel.a(work.c.obj)
+ .text.k_work_cancel_sync
+                0x0000000000000000       0x5a zephyr/kernel/libkernel.a(work.c.obj)
+ .text.k_work_queue_drain
+                0x0000000000000000       0x78 zephyr/kernel/libkernel.a(work.c.obj)
+ .text.k_work_queue_unplug
+                0x0000000000000000       0x2c zephyr/kernel/libkernel.a(work.c.obj)
+ .text.k_work_flush_delayable
+                0x0000000000000000       0x64 zephyr/kernel/libkernel.a(work.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/kernel/libkernel.a(thread.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/kernel/libkernel.a(thread.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/kernel/libkernel.a(thread.c.obj)
+ .text.z_impl_k_is_preempt_thread
+                0x0000000000000000       0x20 zephyr/kernel/libkernel.a(thread.c.obj)
+ .text.z_impl_k_thread_priority_get
+                0x0000000000000000        0x6 zephyr/kernel/libkernel.a(thread.c.obj)
+ .text.z_impl_k_thread_name_copy
+                0x0000000000000000        0x6 zephyr/kernel/libkernel.a(thread.c.obj)
+ .rodata.k_thread_state_str.str1.1
+                0x0000000000000000        0x3 zephyr/kernel/libkernel.a(thread.c.obj)
+ .text.k_thread_state_str
+                0x0000000000000000       0x90 zephyr/kernel/libkernel.a(thread.c.obj)
+ .text.z_init_thread_base
+                0x0000000000000000       0x14 zephyr/kernel/libkernel.a(thread.c.obj)
+ .text.k_thread_user_mode_enter
+                0x0000000000000000       0x1c zephyr/kernel/libkernel.a(thread.c.obj)
+ .text.k_thread_runtime_stats_get
+                0x0000000000000000       0x14 zephyr/kernel/libkernel.a(thread.c.obj)
+ .text.k_thread_runtime_stats_all_get
+                0x0000000000000000        0xc zephyr/kernel/libkernel.a(thread.c.obj)
+ .rodata.str1.1
+                0x0000000000000000       0x4d zephyr/kernel/libkernel.a(thread.c.obj)
+ .rodata.state_string.0
+                0x0000000000000000       0x40 zephyr/kernel/libkernel.a(thread.c.obj)
+ ._llext_const_symbol.static.k_is_in_isr_sym_
+                0x0000000000000000        0x8 zephyr/kernel/libkernel.a(thread.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/kernel/libkernel.a(sched.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/kernel/libkernel.a(sched.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/kernel/libkernel.a(sched.c.obj)
+ .text.z_requeue_current
+                0x0000000000000000       0x50 zephyr/kernel/libkernel.a(sched.c.obj)
+ .text.z_ready_thread_locked
+                0x0000000000000000        0x4 zephyr/kernel/libkernel.a(sched.c.obj)
+ .text.z_move_thread_to_end_of_prio_q
+                0x0000000000000000       0x1e zephyr/kernel/libkernel.a(sched.c.obj)
+ .text.z_pend_thread
+                0x0000000000000000       0x44 zephyr/kernel/libkernel.a(sched.c.obj)
+ .text.z_impl_k_thread_resume
+                0x0000000000000000       0x3c zephyr/kernel/libkernel.a(sched.c.obj)
+ .text.z_swap_next_thread
+                0x0000000000000000        0xc zephyr/kernel/libkernel.a(sched.c.obj)
+ .text.init_ready_q
+                0x0000000000000000        0x8 zephyr/kernel/libkernel.a(sched.c.obj)
+ .text.z_impl_k_thread_priority_set
+                0x0000000000000000       0x2c zephyr/kernel/libkernel.a(sched.c.obj)
+ .text.k_can_yield
+                0x0000000000000000       0x30 zephyr/kernel/libkernel.a(sched.c.obj)
+ .text.z_impl_k_usleep
+                0x0000000000000000       0x3c zephyr/kernel/libkernel.a(sched.c.obj)
+ .text.z_impl_k_wakeup
+                0x0000000000000000       0x58 zephyr/kernel/libkernel.a(sched.c.obj)
+ .text.z_impl_k_thread_join
+                0x0000000000000000       0x80 zephyr/kernel/libkernel.a(sched.c.obj)
+ .text.z_sched_waitq_walk
+                0x0000000000000000       0x44 zephyr/kernel/libkernel.a(sched.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/kernel/libkernel.a(timeslicing.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/kernel/libkernel.a(timeslicing.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/kernel/libkernel.a(timeslicing.c.obj)
+ .text.k_sched_time_slice_set
+                0x0000000000000000       0x54 zephyr/kernel/libkernel.a(timeslicing.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/kernel/libkernel.a(xip.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/kernel/libkernel.a(xip.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/kernel/libkernel.a(xip.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/kernel/libkernel.a(timeout.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/kernel/libkernel.a(timeout.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/kernel/libkernel.a(timeout.c.obj)
+ .text.timeout_rem
+                0x0000000000000000       0x34 zephyr/kernel/libkernel.a(timeout.c.obj)
+ .text.z_timeout_remaining
+                0x0000000000000000       0x38 zephyr/kernel/libkernel.a(timeout.c.obj)
+ .text.z_timeout_expires
+                0x0000000000000000       0x38 zephyr/kernel/libkernel.a(timeout.c.obj)
+ .text.z_get_next_timeout_expiry
+                0x0000000000000000       0x1e zephyr/kernel/libkernel.a(timeout.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/kernel/libkernel.a(timer.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/kernel/libkernel.a(timer.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/kernel/libkernel.a(timer.c.obj)
+ .text.z_impl_k_timer_status_get
+                0x0000000000000000       0x20 zephyr/kernel/libkernel.a(timer.c.obj)
+ .text.z_impl_k_timer_status_sync
+                0x0000000000000000       0x54 zephyr/kernel/libkernel.a(timer.c.obj)
+ .bss.lock      0x0000000000000000        0x0 zephyr/kernel/libkernel.a(timer.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/kernel/libkernel.a(poll.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/kernel/libkernel.a(poll.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/kernel/libkernel.a(poll.c.obj)
+ .text.triggered_work_handler
+                0x0000000000000000       0x36 zephyr/kernel/libkernel.a(poll.c.obj)
+ .text.triggered_work_expiration_handler
+                0x0000000000000000       0x18 zephyr/kernel/libkernel.a(poll.c.obj)
+ .text.k_poll_event_init
+                0x0000000000000000       0x1e zephyr/kernel/libkernel.a(poll.c.obj)
+ .text.z_impl_k_poll_signal_init
+                0x0000000000000000        0xa zephyr/kernel/libkernel.a(poll.c.obj)
+ .text.z_impl_k_poll_signal_reset
+                0x0000000000000000        0x6 zephyr/kernel/libkernel.a(poll.c.obj)
+ .text.z_impl_k_poll_signal_check
+                0x0000000000000000        0xa zephyr/kernel/libkernel.a(poll.c.obj)
+ .text.k_work_poll_init
+                0x0000000000000000       0x24 zephyr/kernel/libkernel.a(poll.c.obj)
+ .text.k_work_poll_submit_to_queue
+                0x0000000000000000       0xf8 zephyr/kernel/libkernel.a(poll.c.obj)
+ .text.k_work_poll_submit
+                0x0000000000000000       0x10 zephyr/kernel/libkernel.a(poll.c.obj)
+ .text.k_work_poll_cancel
+                0x0000000000000000       0x4e zephyr/kernel/libkernel.a(poll.c.obj)
+ .text          0x0000000000000000        0x0 zephyr/kernel/libkernel.a(mempool.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/kernel/libkernel.a(mempool.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/kernel/libkernel.a(mempool.c.obj)
+ .text          0x0000000000000000      0x254 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/thumb/v7e-m/nofp/libgcc.a(_arm_muldf3.o)
+ .data          0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/thumb/v7e-m/nofp/libgcc.a(_arm_muldf3.o)
+ .bss           0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/thumb/v7e-m/nofp/libgcc.a(_arm_muldf3.o)
+ .debug_frame   0x0000000000000000       0x30 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/thumb/v7e-m/nofp/libgcc.a(_arm_muldf3.o)
+ .text          0x0000000000000000      0x168 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/thumb/v7e-m/nofp/libgcc.a(_arm_mulsf3.o)
+ .data          0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/thumb/v7e-m/nofp/libgcc.a(_arm_mulsf3.o)
+ .bss           0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/thumb/v7e-m/nofp/libgcc.a(_arm_mulsf3.o)
+ .debug_frame   0x0000000000000000       0x24 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/thumb/v7e-m/nofp/libgcc.a(_arm_mulsf3.o)
+ .data          0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/thumb/v7e-m/nofp/libgcc.a(_arm_addsubdf3.o)
+ .bss           0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/thumb/v7e-m/nofp/libgcc.a(_arm_addsubdf3.o)
+ .data          0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/thumb/v7e-m/nofp/libgcc.a(_arm_muldivdf3.o)
+ .bss           0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/thumb/v7e-m/nofp/libgcc.a(_arm_muldivdf3.o)
+ .data          0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/thumb/v7e-m/nofp/libgcc.a(_arm_cmpdf2.o)
+ .bss           0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/thumb/v7e-m/nofp/libgcc.a(_arm_cmpdf2.o)
+ .text          0x0000000000000000       0xa0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/thumb/v7e-m/nofp/libgcc.a(_arm_truncdfsf2.o)
+ .data          0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/thumb/v7e-m/nofp/libgcc.a(_arm_truncdfsf2.o)
+ .bss           0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/thumb/v7e-m/nofp/libgcc.a(_arm_truncdfsf2.o)
+ .debug_frame   0x0000000000000000       0x24 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/thumb/v7e-m/nofp/libgcc.a(_arm_truncdfsf2.o)
+ .data          0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/thumb/v7e-m/nofp/libgcc.a(_arm_addsubsf3.o)
+ .bss           0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/thumb/v7e-m/nofp/libgcc.a(_arm_addsubsf3.o)
+ .data          0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/thumb/v7e-m/nofp/libgcc.a(_arm_cmpsf2.o)
+ .bss           0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/thumb/v7e-m/nofp/libgcc.a(_arm_cmpsf2.o)
+ .data          0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/thumb/v7e-m/nofp/libgcc.a(_arm_fixsfsi.o)
+ .bss           0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/thumb/v7e-m/nofp/libgcc.a(_arm_fixsfsi.o)
+ .text          0x0000000000000000       0x40 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/thumb/v7e-m/nofp/libgcc.a(_arm_fixunssfsi.o)
+ .data          0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/thumb/v7e-m/nofp/libgcc.a(_arm_fixunssfsi.o)
+ .bss           0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/thumb/v7e-m/nofp/libgcc.a(_arm_fixunssfsi.o)
+ .debug_frame   0x0000000000000000       0x24 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/thumb/v7e-m/nofp/libgcc.a(_arm_fixunssfsi.o)
+ .data          0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/thumb/v7e-m/nofp/libgcc.a(_aeabi_ldivmod.o)
+ .bss           0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/thumb/v7e-m/nofp/libgcc.a(_aeabi_ldivmod.o)
+ .data          0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/thumb/v7e-m/nofp/libgcc.a(_aeabi_uldivmod.o)
+ .bss           0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/thumb/v7e-m/nofp/libgcc.a(_aeabi_uldivmod.o)
+ .text          0x0000000000000000       0x26 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/thumb/v7e-m/nofp/libgcc.a(_popcountsi2.o)
+ .data          0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/thumb/v7e-m/nofp/libgcc.a(_popcountsi2.o)
+ .bss           0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/thumb/v7e-m/nofp/libgcc.a(_popcountsi2.o)
+ .debug_frame   0x0000000000000000       0x20 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/thumb/v7e-m/nofp/libgcc.a(_popcountsi2.o)
+ .text          0x0000000000000000       0x2e /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/thumb/v7e-m/nofp/libgcc.a(_fixdfdi.o)
+ .data          0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/thumb/v7e-m/nofp/libgcc.a(_fixdfdi.o)
+ .bss           0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/thumb/v7e-m/nofp/libgcc.a(_fixdfdi.o)
+ .debug_frame   0x0000000000000000       0x38 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/thumb/v7e-m/nofp/libgcc.a(_fixdfdi.o)
+ .text          0x0000000000000000       0x3c /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/thumb/v7e-m/nofp/libgcc.a(_fixunsdfdi.o)
+ .data          0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/thumb/v7e-m/nofp/libgcc.a(_fixunsdfdi.o)
+ .bss           0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/thumb/v7e-m/nofp/libgcc.a(_fixunsdfdi.o)
+ .debug_frame   0x0000000000000000       0x2c /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/thumb/v7e-m/nofp/libgcc.a(_fixunsdfdi.o)
+ .data          0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/thumb/v7e-m/nofp/libgcc.a(_udivmoddi4.o)
+ .bss           0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/thumb/v7e-m/nofp/libgcc.a(_udivmoddi4.o)
+ .ARM.extab     0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/thumb/v7e-m/nofp/libgcc.a(_udivmoddi4.o)
+ .data          0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/thumb/v7e-m/nofp/libgcc.a(_dvmd_tls.o)
+ .bss           0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/thumb/v7e-m/nofp/libgcc.a(_dvmd_tls.o)
+ .text          0x0000000000000000       0x40 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/thumb/v7e-m/nofp/libgcc.a(_arm_fixunsdfsi.o)
+ .data          0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/thumb/v7e-m/nofp/libgcc.a(_arm_fixunsdfsi.o)
+ .bss           0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/thumb/v7e-m/nofp/libgcc.a(_arm_fixunsdfsi.o)
+ .debug_frame   0x0000000000000000       0x24 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/thumb/v7e-m/nofp/libgcc.a(_arm_fixunsdfsi.o)
+ .text          0x0000000000000000        0x0 zephyr/arch/common/libisr_tables.a(isr_tables.c.obj)
+ .data          0x0000000000000000        0x0 zephyr/arch/common/libisr_tables.a(isr_tables.c.obj)
+ .bss           0x0000000000000000        0x0 zephyr/arch/common/libisr_tables.a(isr_tables.c.obj)
+ .text          0x0000000000000000        0x0 /opt/ncs/nrfxlib/crypto/nrf_oberon/lib/cortex-m4/soft-float/liboberon_3.0.15.a(ocrypto_ecdh_p256.c.obj)
+ .data          0x0000000000000000        0x0 /opt/ncs/nrfxlib/crypto/nrf_oberon/lib/cortex-m4/soft-float/liboberon_3.0.15.a(ocrypto_ecdh_p256.c.obj)
+ .bss           0x0000000000000000        0x0 /opt/ncs/nrfxlib/crypto/nrf_oberon/lib/cortex-m4/soft-float/liboberon_3.0.15.a(ocrypto_ecdh_p256.c.obj)
+ .text.ocrypto_ecdh_p256_secret_key_check
+                0x0000000000000000       0x14 /opt/ncs/nrfxlib/crypto/nrf_oberon/lib/cortex-m4/soft-float/liboberon_3.0.15.a(ocrypto_ecdh_p256.c.obj)
+ .text.ocrypto_ecdh_p256_public_key_check
+                0x0000000000000000       0x14 /opt/ncs/nrfxlib/crypto/nrf_oberon/lib/cortex-m4/soft-float/liboberon_3.0.15.a(ocrypto_ecdh_p256.c.obj)
+ .text.ocrypto_ecdh_p256_public_key_init
+                0x0000000000000000       0x1c /opt/ncs/nrfxlib/crypto/nrf_oberon/lib/cortex-m4/soft-float/liboberon_3.0.15.a(ocrypto_ecdh_p256.c.obj)
+ .text.ocrypto_ecdh_p256_public_key_iterate
+                0x0000000000000000        0x4 /opt/ncs/nrfxlib/crypto/nrf_oberon/lib/cortex-m4/soft-float/liboberon_3.0.15.a(ocrypto_ecdh_p256.c.obj)
+ .text.ocrypto_ecdh_p256_public_key_final
+                0x0000000000000000       0x2c /opt/ncs/nrfxlib/crypto/nrf_oberon/lib/cortex-m4/soft-float/liboberon_3.0.15.a(ocrypto_ecdh_p256.c.obj)
+ .text.ocrypto_ecdh_p256_common_secret_init
+                0x0000000000000000       0x34 /opt/ncs/nrfxlib/crypto/nrf_oberon/lib/cortex-m4/soft-float/liboberon_3.0.15.a(ocrypto_ecdh_p256.c.obj)
+ .text.ocrypto_ecdh_p256_common_secret_iterate
+                0x0000000000000000        0x4 /opt/ncs/nrfxlib/crypto/nrf_oberon/lib/cortex-m4/soft-float/liboberon_3.0.15.a(ocrypto_ecdh_p256.c.obj)
+ .text.ocrypto_ecdh_p256_common_secret_final
+                0x0000000000000000       0x2c /opt/ncs/nrfxlib/crypto/nrf_oberon/lib/cortex-m4/soft-float/liboberon_3.0.15.a(ocrypto_ecdh_p256.c.obj)
+ .text          0x0000000000000000        0x0 /opt/ncs/nrfxlib/crypto/nrf_oberon/lib/cortex-m4/soft-float/liboberon_3.0.15.a(ocrypto_sc_p256.c.obj)
+ .data          0x0000000000000000        0x0 /opt/ncs/nrfxlib/crypto/nrf_oberon/lib/cortex-m4/soft-float/liboberon_3.0.15.a(ocrypto_sc_p256.c.obj)
+ .bss           0x0000000000000000        0x0 /opt/ncs/nrfxlib/crypto/nrf_oberon/lib/cortex-m4/soft-float/liboberon_3.0.15.a(ocrypto_sc_p256.c.obj)
+ .text.q_reduction
+                0x0000000000000000       0x6c /opt/ncs/nrfxlib/crypto/nrf_oberon/lib/cortex-m4/soft-float/liboberon_3.0.15.a(ocrypto_sc_p256.c.obj)
+ .text.ocrypto_sc_p256_from_bytes
+                0x0000000000000000       0xe4 /opt/ncs/nrfxlib/crypto/nrf_oberon/lib/cortex-m4/soft-float/liboberon_3.0.15.a(ocrypto_sc_p256.c.obj)
+ .text.ocrypto_sc_p256_from_mod256
+                0x0000000000000000       0x20 /opt/ncs/nrfxlib/crypto/nrf_oberon/lib/cortex-m4/soft-float/liboberon_3.0.15.a(ocrypto_sc_p256.c.obj)
+ .text.ocrypto_sc_p256_to32bytes
+                0x0000000000000000       0x34 /opt/ncs/nrfxlib/crypto/nrf_oberon/lib/cortex-m4/soft-float/liboberon_3.0.15.a(ocrypto_sc_p256.c.obj)
+ .text.ocrypto_sc_p256_add
+                0x0000000000000000       0x28 /opt/ncs/nrfxlib/crypto/nrf_oberon/lib/cortex-m4/soft-float/liboberon_3.0.15.a(ocrypto_sc_p256.c.obj)
+ .text.ocrypto_sc_p256_sub
+                0x0000000000000000       0x1c /opt/ncs/nrfxlib/crypto/nrf_oberon/lib/cortex-m4/soft-float/liboberon_3.0.15.a(ocrypto_sc_p256.c.obj)
+ .text.ocrypto_sc_p256_mul
+                0x0000000000000000       0x1c /opt/ncs/nrfxlib/crypto/nrf_oberon/lib/cortex-m4/soft-float/liboberon_3.0.15.a(ocrypto_sc_p256.c.obj)
+ .text.ocrypto_sc_p256_inv
+                0x0000000000000000      0x350 /opt/ncs/nrfxlib/crypto/nrf_oberon/lib/cortex-m4/soft-float/liboberon_3.0.15.a(ocrypto_sc_p256.c.obj)
+ .rodata.inv    0x0000000000000000       0x20 /opt/ncs/nrfxlib/crypto/nrf_oberon/lib/cortex-m4/soft-float/liboberon_3.0.15.a(ocrypto_sc_p256.c.obj)
+ .data          0x0000000000000000        0x0 /opt/ncs/nrfxlib/crypto/nrf_oberon/lib/cortex-m4/soft-float/liboberon_3.0.15.a(ocrypto_bigint256.s.obj)
+ .bss           0x0000000000000000        0x0 /opt/ncs/nrfxlib/crypto/nrf_oberon/lib/cortex-m4/soft-float/liboberon_3.0.15.a(ocrypto_bigint256.s.obj)
+ .text          0x0000000000000000        0x0 /opt/ncs/nrfxlib/crypto/nrf_oberon/lib/cortex-m4/soft-float/liboberon_3.0.15.a(ocrypto_curve_p256.c.obj)
+ .data          0x0000000000000000        0x0 /opt/ncs/nrfxlib/crypto/nrf_oberon/lib/cortex-m4/soft-float/liboberon_3.0.15.a(ocrypto_curve_p256.c.obj)
+ .bss           0x0000000000000000        0x0 /opt/ncs/nrfxlib/crypto/nrf_oberon/lib/cortex-m4/soft-float/liboberon_3.0.15.a(ocrypto_curve_p256.c.obj)
+ .text.ocrypto_curve_p256_from32bytes
+                0x0000000000000000       0x5c /opt/ncs/nrfxlib/crypto/nrf_oberon/lib/cortex-m4/soft-float/liboberon_3.0.15.a(ocrypto_curve_p256.c.obj)
+ .text.ocrypto_curve_p256_scalarmult_init
+                0x0000000000000000       0x8c /opt/ncs/nrfxlib/crypto/nrf_oberon/lib/cortex-m4/soft-float/liboberon_3.0.15.a(ocrypto_curve_p256.c.obj)
+ .text.ocrypto_curve_p256_scalarmult_iterate
+                0x0000000000000000       0xfc /opt/ncs/nrfxlib/crypto/nrf_oberon/lib/cortex-m4/soft-float/liboberon_3.0.15.a(ocrypto_curve_p256.c.obj)
+ .text.ocrypto_curve_p256_scalarmult_final
+                0x0000000000000000       0x9c /opt/ncs/nrfxlib/crypto/nrf_oberon/lib/cortex-m4/soft-float/liboberon_3.0.15.a(ocrypto_curve_p256.c.obj)
+ .text.ocrypto_curve_p256_scalarmult_base_init
+                0x0000000000000000       0x88 /opt/ncs/nrfxlib/crypto/nrf_oberon/lib/cortex-m4/soft-float/liboberon_3.0.15.a(ocrypto_curve_p256.c.obj)
+ .text.ocrypto_curve_p256_add
+                0x0000000000000000       0xe8 /opt/ncs/nrfxlib/crypto/nrf_oberon/lib/cortex-m4/soft-float/liboberon_3.0.15.a(ocrypto_curve_p256.c.obj)
+ .text          0x0000000000000000        0x0 /opt/ncs/nrfxlib/crypto/nrf_oberon/lib/cortex-m4/soft-float/liboberon_3.0.15.a(ocrypto_mod_p256.c.obj)
+ .data          0x0000000000000000        0x0 /opt/ncs/nrfxlib/crypto/nrf_oberon/lib/cortex-m4/soft-float/liboberon_3.0.15.a(ocrypto_mod_p256.c.obj)
+ .bss           0x0000000000000000        0x0 /opt/ncs/nrfxlib/crypto/nrf_oberon/lib/cortex-m4/soft-float/liboberon_3.0.15.a(ocrypto_mod_p256.c.obj)
+ .text.ocrypto_mod_p256_init
+                0x0000000000000000       0x14 /opt/ncs/nrfxlib/crypto/nrf_oberon/lib/cortex-m4/soft-float/liboberon_3.0.15.a(ocrypto_mod_p256.c.obj)
+ .text.ocrypto_mod_p256_getsign
+                0x0000000000000000        0x8 /opt/ncs/nrfxlib/crypto/nrf_oberon/lib/cortex-m4/soft-float/liboberon_3.0.15.a(ocrypto_mod_p256.c.obj)
+ .text.ocrypto_mod_p256_inv_init
+                0x0000000000000000       0x78 /opt/ncs/nrfxlib/crypto/nrf_oberon/lib/cortex-m4/soft-float/liboberon_3.0.15.a(ocrypto_mod_p256.c.obj)
+ .text.ocrypto_mod_p256_inv_iterate
+                0x0000000000000000      0x164 /opt/ncs/nrfxlib/crypto/nrf_oberon/lib/cortex-m4/soft-float/liboberon_3.0.15.a(ocrypto_mod_p256.c.obj)
+ .text.ocrypto_mod_p256_inv_final
+                0x0000000000000000       0x3c /opt/ncs/nrfxlib/crypto/nrf_oberon/lib/cortex-m4/soft-float/liboberon_3.0.15.a(ocrypto_mod_p256.c.obj)
+ .text.ocrypto_mod_p256_sqrt
+                0x0000000000000000       0xfc /opt/ncs/nrfxlib/crypto/nrf_oberon/lib/cortex-m4/soft-float/liboberon_3.0.15.a(ocrypto_mod_p256.c.obj)
+ .data          0x0000000000000000        0x0 /opt/ncs/nrfxlib/crypto/nrf_oberon/lib/cortex-m4/soft-float/liboberon_3.0.15.a(ocrypto_constant_time.s.obj)
+ .bss           0x0000000000000000        0x0 /opt/ncs/nrfxlib/crypto/nrf_oberon/lib/cortex-m4/soft-float/liboberon_3.0.15.a(ocrypto_constant_time.s.obj)
+ .data          0x0000000000000000        0x0 /opt/ncs/nrfxlib/crypto/nrf_oberon/lib/cortex-m4/soft-float/liboberon_3.0.15.a(ocrypto_mod_p256_base.s.obj)
+ .bss           0x0000000000000000        0x0 /opt/ncs/nrfxlib/crypto/nrf_oberon/lib/cortex-m4/soft-float/liboberon_3.0.15.a(ocrypto_mod_p256_base.s.obj)
+ .text          0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libm_nano.a(lib_a-sf_floor.o)
+ .data          0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libm_nano.a(lib_a-sf_floor.o)
+ .bss           0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libm_nano.a(lib_a-sf_floor.o)
+ .text          0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-ctype_.o)
+ .data          0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-ctype_.o)
+ .bss           0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-ctype_.o)
+ .text          0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-malloc.o)
+ .data          0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-malloc.o)
+ .bss           0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-malloc.o)
+ .text.free     0x0000000000000000       0x10 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-malloc.o)
+ .data          0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-memchr.o)
+ .bss           0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-memchr.o)
+ .text          0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-memcmp.o)
+ .data          0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-memcmp.o)
+ .bss           0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-memcmp.o)
+ .text          0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-memcpy-stub.o)
+ .data          0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-memcpy-stub.o)
+ .bss           0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-memcpy-stub.o)
+ .text          0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-memset.o)
+ .data          0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-memset.o)
+ .bss           0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-memset.o)
+ .text          0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-nano-freer.o)
+ .data          0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-nano-freer.o)
+ .bss           0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-nano-freer.o)
+ .text          0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-nano-mallocr.o)
+ .data          0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-nano-mallocr.o)
+ .bss           0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-nano-mallocr.o)
+ .text          0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-nano-vfprintf_float.o)
+ .data          0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-nano-vfprintf_float.o)
+ .bss           0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-nano-vfprintf_float.o)
+ .text          0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-nano-vfprintf_i.o)
+ .data          0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-nano-vfprintf_i.o)
+ .bss           0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-nano-vfprintf_i.o)
+ .text          0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-sbrkr.o)
+ .data          0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-sbrkr.o)
+ .bss           0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-sbrkr.o)
+ .data          0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-strcmp.o)
+ .bss           0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-strcmp.o)
+ .text          0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-strcpy.o)
+ .data          0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-strcpy.o)
+ .bss           0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-strcpy.o)
+ .data          0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-strlen.o)
+ .bss           0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-strlen.o)
+ .text          0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-strnlen.o)
+ .data          0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-strnlen.o)
+ .bss           0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-strnlen.o)
+ .text          0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-dtoa.o)
+ .data          0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-dtoa.o)
+ .bss           0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-dtoa.o)
+ .text          0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-impure.o)
+ .data          0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-impure.o)
+ .bss           0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-impure.o)
+ .text          0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-localeconv.o)
+ .data          0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-localeconv.o)
+ .bss           0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-localeconv.o)
+ .text.__localeconv_l
+                0x0000000000000000        0x4 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-localeconv.o)
+ .text.localeconv
+                0x0000000000000000        0x8 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-localeconv.o)
+ .text          0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-mlock.o)
+ .data          0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-mlock.o)
+ .bss           0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-mlock.o)
+ .text          0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-mprec.o)
+ .data          0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-mprec.o)
+ .bss           0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-mprec.o)
+ .text.__s2b    0x0000000000000000       0x94 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-mprec.o)
+ .text.__ulp    0x0000000000000000       0x40 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-mprec.o)
+ .text.__b2d    0x0000000000000000       0x94 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-mprec.o)
+ .text.__ratio  0x0000000000000000       0x60 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-mprec.o)
+ .text._mprec_log10
+                0x0000000000000000       0x38 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-mprec.o)
+ .text.__copybits
+                0x0000000000000000       0x46 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-mprec.o)
+ .text.__any_on
+                0x0000000000000000       0x42 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-mprec.o)
+ .rodata.__mprec_tinytens
+                0x0000000000000000       0x28 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-mprec.o)
+ .text          0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-nano-callocr.o)
+ .data          0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-nano-callocr.o)
+ .bss           0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-nano-callocr.o)
+ .text          0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-reent.o)
+ .data          0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-reent.o)
+ .bss           0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-reent.o)
+ .text.cleanup_glue
+                0x0000000000000000       0x1a /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-reent.o)
+ .text._reclaim_reent
+                0x0000000000000000       0xb8 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-reent.o)
+ .text          0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-assert.o)
+ .data          0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-assert.o)
+ .bss           0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-assert.o)
+ .text.__assert
+                0x0000000000000000        0xa /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-assert.o)
+ .text          0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-fprintf.o)
+ .data          0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-fprintf.o)
+ .bss           0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-fprintf.o)
+ .text._fprintf_r
+                0x0000000000000000       0x1a /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-fprintf.o)
+ .text          0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-locale.o)
+ .data          0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-locale.o)
+ .bss           0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-locale.o)
+ .text._setlocale_r
+                0x0000000000000000       0x3c /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-locale.o)
+ .text.__locale_mb_cur_max
+                0x0000000000000000        0xc /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-locale.o)
+ .text.setlocale
+                0x0000000000000000       0x10 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-locale.o)
+ .bss._PathLocale
+                0x0000000000000000        0x4 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-locale.o)
+ .text          0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-mbtowc_r.o)
+ .data          0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-mbtowc_r.o)
+ .bss           0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-mbtowc_r.o)
+ .text._mbtowc_r
+                0x0000000000000000       0x14 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-mbtowc_r.o)
+ .text          0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-nano-vfprintf.o)
+ .data          0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-nano-vfprintf.o)
+ .bss           0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-nano-vfprintf.o)
+ .text.__sprint_r
+                0x0000000000000000       0x1a /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-nano-vfprintf.o)
+ .text.vfprintf
+                0x0000000000000000       0x14 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-nano-vfprintf.o)
+ .text          0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-wbuf.o)
+ .data          0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-wbuf.o)
+ .bss           0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-wbuf.o)
+ .text.__swbuf  0x0000000000000000       0x10 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-wbuf.o)
+ .text          0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-wctomb_r.o)
+ .data          0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-wctomb_r.o)
+ .bss           0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-wctomb_r.o)
+ .text._wctomb_r
+                0x0000000000000000       0x14 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-wctomb_r.o)
+ .text          0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-wsetup.o)
+ .data          0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-wsetup.o)
+ .bss           0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-wsetup.o)
+ .text          0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-fflush.o)
+ .data          0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-fflush.o)
+ .bss           0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-fflush.o)
+ .text.fflush   0x0000000000000000       0x24 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-fflush.o)
+ .text          0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-findfp.o)
+ .data          0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-findfp.o)
+ .bss           0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-findfp.o)
+ .text.__fp_lock
+                0x0000000000000000       0x18 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-findfp.o)
+ .text.__fp_unlock
+                0x0000000000000000       0x18 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-findfp.o)
+ .text._cleanup
+                0x0000000000000000        0xc /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-findfp.o)
+ .text.__fp_lock_all
+                0x0000000000000000       0x1c /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-findfp.o)
+ .text.__fp_unlock_all
+                0x0000000000000000       0x1c /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-findfp.o)
+ .text          0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-fvwrite.o)
+ .data          0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-fvwrite.o)
+ .bss           0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-fvwrite.o)
+ .text.__sfvwrite_r
+                0x0000000000000000      0x2a0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-fvwrite.o)
+ .debug_frame   0x0000000000000000       0x3c /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-fvwrite.o)
+ .text          0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-fwalk.o)
+ .data          0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-fwalk.o)
+ .bss           0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-fwalk.o)
+ .text._fwalk   0x0000000000000000       0x3a /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-fwalk.o)
+ .text          0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-makebuf.o)
+ .data          0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-makebuf.o)
+ .bss           0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-makebuf.o)
+ .text          0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-memmove.o)
+ .data          0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-memmove.o)
+ .bss           0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-memmove.o)
+ .text.memmove  0x0000000000000000       0x34 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-memmove.o)
+ .debug_frame   0x0000000000000000       0x28 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-memmove.o)
+ .text          0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-nano-reallocr.o)
+ .data          0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-nano-reallocr.o)
+ .bss           0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-nano-reallocr.o)
+ .text._realloc_r
+                0x0000000000000000       0x4a /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-nano-reallocr.o)
+ .debug_frame   0x0000000000000000       0x3c /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-nano-reallocr.o)
+ .text          0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-stdio.o)
+ .data          0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-stdio.o)
+ .bss           0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-stdio.o)
+ .text.__seofread
+                0x0000000000000000        0x4 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-stdio.o)
+ .text          0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-writer.o)
+ .data          0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-writer.o)
+ .bss           0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-writer.o)
+ .text          0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-closer.o)
+ .data          0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-closer.o)
+ .bss           0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-closer.o)
+ .text          0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-fstatr.o)
+ .data          0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-fstatr.o)
+ .bss           0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-fstatr.o)
+ .text          0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-isattyr.o)
+ .data          0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-isattyr.o)
+ .bss           0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-isattyr.o)
+ .text          0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-lseekr.o)
+ .data          0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-lseekr.o)
+ .bss           0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-lseekr.o)
+ .text          0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-nano-msizer.o)
+ .data          0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-nano-msizer.o)
+ .bss           0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-nano-msizer.o)
+ .text._malloc_usable_size_r
+                0x0000000000000000       0x10 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-nano-msizer.o)
+ .debug_frame   0x0000000000000000       0x20 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-nano-msizer.o)
+ .text          0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-readr.o)
+ .data          0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-readr.o)
+ .bss           0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-readr.o)
+ .data          0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/thumb/v7e-m/nofp/libgcc.a(_arm_unorddf2.o)
+ .bss           0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/thumb/v7e-m/nofp/libgcc.a(_arm_unorddf2.o)
+ .data          0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/thumb/v7e-m/nofp/libgcc.a(_arm_fixdfsi.o)
+ .bss           0x0000000000000000        0x0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/thumb/v7e-m/nofp/libgcc.a(_arm_fixdfsi.o)
+ .text          0x0000000000000000        0x0 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x30 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x28 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x6 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x6 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x6 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x6 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x6 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x6 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x6 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x6 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x6 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x6 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x6 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x2c /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x6 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x6 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x6 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x6 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x6 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x6 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x6 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x6 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x6 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x6 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x6 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x6 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x6 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x6 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x6 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x6 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x6 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x6 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x6 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x1c /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x10 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x6 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x6 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x6 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000      0x114 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x1c /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x6 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x18 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x26 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x16 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0xa /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0xa /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0xa /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x26 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x30 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x8 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x2a /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x2c /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x2e /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x34 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x2e /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x1e /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x14 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x1e /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x2a /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x24 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x2a /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x40 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x10 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x28 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x46 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0xc /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x20 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x12 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x18 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x30 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x16 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x16 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x1c /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x14 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0xc /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x3e /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x34 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x3c /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x20 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x54 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x4c /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x2c /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x1c /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x20 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x88 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0xe /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x46 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x3a /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x12 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x20 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x1c /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x8 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x14 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0xc /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x74 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x52 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x20 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x90 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x36 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x7a /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x10 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x12 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x50 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x1c /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x2e /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x14 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0xe /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x10 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x72 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x4c /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x38 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0xa4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x8e /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x82 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x3a /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x18 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x22 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x1e /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x66 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x10 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x12 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0xc /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0xc /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x28 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x28 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x1c /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x10 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x44 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x12 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0xc /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x10 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x58 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0xc /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x36 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0xd6 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x62 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x6c /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0xe /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x48 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0xe /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x1c /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0xc0 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0xc /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x38 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0xfc /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x1e /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x20 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0xc /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0xc /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0xc /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x1c /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x3c /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x20 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x28 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x28 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x68 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x74 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x44 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x2c /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x18 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x10 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x28 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0xe /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0xc /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0xc /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0xc /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x20 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000      0x11a /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x98 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x98 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x6 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0xe /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0xe /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x8 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x8 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x6 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x2c /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x2e /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x8 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x10 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x6 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x6 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x6 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x6 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0xa /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x8 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0xe /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x30 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x1c /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0xa /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x6 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x6 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x12 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x8 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x12 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x8 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x8 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x1c /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x1c /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x8 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0xa /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x6 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0xe /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x8 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x6 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x8 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0xd8 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0xde /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x24 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x20 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x4a /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x34 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0xe /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0xe /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x14 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x18 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x18 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0xa /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0xc /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x7a /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x90 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0xa0 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x88 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x64 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x56 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x58 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x4a /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x1c /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x18 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x1c /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x18 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x18 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x12 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x1e /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x22 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0xc /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x18 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x24 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x6 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x6 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x2c /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x14 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x38 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x32 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x8 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0xc /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0xc /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x22 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x1c /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x34 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x36 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x20 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x58 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x28 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x28 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0xb6 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x30 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x3c /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x36 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x1c /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x68 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x24 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x1e /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x30 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x36 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0xe /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000      0x124 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x4c /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x48 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x7c /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x18 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x12 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x5c /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x10 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x34 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x20 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x28 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x12 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x2 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0xe /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x8 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x3a /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x12 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x1c /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x34 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x10 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x14 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x1a /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x54 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x2e /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x6 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x8 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x34 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0xa4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x88 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x2e /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x34 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x46 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x14 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x36 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x1c /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x1c /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0xd2 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x88 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x8c /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0xac /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x26 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x56 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x54 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x50 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x38 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x2e /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x4c /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x40 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x20 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x2c /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0xa /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x3c /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0xc /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0xe /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x22 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0xc /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x38 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x28 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x28 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x10 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x48 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x34 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x30 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x6c /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x10 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x18 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x18 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .data          0x0000000000000000        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .data          0x0000000000000000        0x8 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .data          0x0000000000000000        0x8 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x0 /opt/ncs/nrfxlib/mpsl/fem/common/lib/cortex-m4/soft-float/libmpsl_fem_common.a(libmpsl_fem_common_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x14 /opt/ncs/nrfxlib/mpsl/fem/common/lib/cortex-m4/soft-float/libmpsl_fem_common.a(libmpsl_fem_common_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0xc /opt/ncs/nrfxlib/mpsl/fem/common/lib/cortex-m4/soft-float/libmpsl_fem_common.a(libmpsl_fem_common_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0xc /opt/ncs/nrfxlib/mpsl/fem/common/lib/cortex-m4/soft-float/libmpsl_fem_common.a(libmpsl_fem_common_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x14 /opt/ncs/nrfxlib/mpsl/fem/common/lib/cortex-m4/soft-float/libmpsl_fem_common.a(libmpsl_fem_common_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0xc /opt/ncs/nrfxlib/mpsl/fem/common/lib/cortex-m4/soft-float/libmpsl_fem_common.a(libmpsl_fem_common_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0xc /opt/ncs/nrfxlib/mpsl/fem/common/lib/cortex-m4/soft-float/libmpsl_fem_common.a(libmpsl_fem_common_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0xc /opt/ncs/nrfxlib/mpsl/fem/common/lib/cortex-m4/soft-float/libmpsl_fem_common.a(libmpsl_fem_common_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0xc /opt/ncs/nrfxlib/mpsl/fem/common/lib/cortex-m4/soft-float/libmpsl_fem_common.a(libmpsl_fem_common_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0xc /opt/ncs/nrfxlib/mpsl/fem/common/lib/cortex-m4/soft-float/libmpsl_fem_common.a(libmpsl_fem_common_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0xc /opt/ncs/nrfxlib/mpsl/fem/common/lib/cortex-m4/soft-float/libmpsl_fem_common.a(libmpsl_fem_common_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x56 /opt/ncs/nrfxlib/mpsl/fem/common/lib/cortex-m4/soft-float/libmpsl_fem_common.a(libmpsl_fem_common_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x14 /opt/ncs/nrfxlib/mpsl/fem/common/lib/cortex-m4/soft-float/libmpsl_fem_common.a(libmpsl_fem_common_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x28 /opt/ncs/nrfxlib/mpsl/fem/common/lib/cortex-m4/soft-float/libmpsl_fem_common.a(libmpsl_fem_common_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x1c /opt/ncs/nrfxlib/mpsl/fem/common/lib/cortex-m4/soft-float/libmpsl_fem_common.a(libmpsl_fem_common_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x20 /opt/ncs/nrfxlib/mpsl/fem/common/lib/cortex-m4/soft-float/libmpsl_fem_common.a(libmpsl_fem_common_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x10 /opt/ncs/nrfxlib/mpsl/fem/common/lib/cortex-m4/soft-float/libmpsl_fem_common.a(libmpsl_fem_common_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x10 /opt/ncs/nrfxlib/mpsl/fem/common/lib/cortex-m4/soft-float/libmpsl_fem_common.a(libmpsl_fem_common_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x10 /opt/ncs/nrfxlib/mpsl/fem/common/lib/cortex-m4/soft-float/libmpsl_fem_common.a(libmpsl_fem_common_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x1c /opt/ncs/nrfxlib/mpsl/fem/common/lib/cortex-m4/soft-float/libmpsl_fem_common.a(libmpsl_fem_common_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x50 /opt/ncs/nrfxlib/mpsl/fem/common/lib/cortex-m4/soft-float/libmpsl_fem_common.a(libmpsl_fem_common_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x28 /opt/ncs/nrfxlib/mpsl/fem/common/lib/cortex-m4/soft-float/libmpsl_fem_common.a(libmpsl_fem_common_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x1c /opt/ncs/nrfxlib/mpsl/fem/common/lib/cortex-m4/soft-float/libmpsl_fem_common.a(libmpsl_fem_common_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x50 /opt/ncs/nrfxlib/mpsl/fem/common/lib/cortex-m4/soft-float/libmpsl_fem_common.a(libmpsl_fem_common_debug_soft__obfuscated.elf)
+ .rodata.str1.1
+                0x0000000000000000       0x2d /opt/ncs/nrfxlib/mpsl/fem/common/lib/cortex-m4/soft-float/libmpsl_fem_common.a(libmpsl_fem_common_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x0 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x38 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0xc /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x1c /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x2 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0xc /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x2 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x10 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x1c /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x28 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x1c /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x38 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x64 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x34 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0xc /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x5c /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0xa /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0xa /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x74 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x24 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x10 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x1c /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x22 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x4 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x1c /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x36 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x18 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x44 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x10 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x78 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000      0x110 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x40 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0xa /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0xa /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x28 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0xc /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0xc /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0xc /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0xc /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0xc /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x18 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x84 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x38 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x40 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0xb0 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x40 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x6c /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x48 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x80 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x38 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x68 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x12 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x2 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x5c /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x2 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x2c /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000        0x2 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0xf4 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x40 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x10 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x10 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0xd4 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x24 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x2c /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x58 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x2c /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x28 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x1c /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x1c /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x2c /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x10 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x38 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x2c /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x38 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x20 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x20 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x24 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0xdc /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x54 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x3c /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x1c /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x90 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x54 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000      0x2b8 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x4c /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000      0x108 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0xac /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000      0x108 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x18 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x1c /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x34 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x2c /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x3c /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x60 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0xa0 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x16 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x0000000000000000       0x74 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .data          0x0000000000000000        0x7 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .data          0x0000000000000000       0x1c /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .data          0x0000000000000000       0x1c /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+
+Memory Configuration
+
+Name             Origin             Length             Attributes
+FLASH            0x0000000000000000 0x0000000000080000 xr
+RAM              0x0000000020000000 0x0000000000020000 xw
+IDT_LIST         0x00000000ffff7fff 0x0000000000008000 xw
+*default*        0x0000000000000000 0xffffffffffffffff
+
+Linker script and memory map
+
+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/lib/libc/newlib/liblib__libc__newlib.a
+LOAD zephyr/lib/libc/common/liblib__libc__common.a
+LOAD zephyr/soc/soc/nrf52833/libsoc__nordic.a
+LOAD zephyr/subsys/lorawan/libloramac-node.a
+LOAD zephyr/subsys/random/libsubsys__random.a
+LOAD zephyr/subsys/bluetooth/common/libsubsys__bluetooth__common.a
+LOAD zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a
+LOAD zephyr/subsys/net/libsubsys__net.a
+LOAD zephyr/drivers/adc/libdrivers__adc.a
+LOAD zephyr/drivers/clock_control/libdrivers__clock_control.a
+LOAD zephyr/drivers/console/libdrivers__console.a
+LOAD zephyr/drivers/entropy/libdrivers__entropy.a
+LOAD zephyr/drivers/flash/libdrivers__flash.a
+LOAD zephyr/drivers/gpio/libdrivers__gpio.a
+LOAD zephyr/drivers/i2c/libdrivers__i2c.a
+LOAD zephyr/drivers/pinctrl/libdrivers__pinctrl.a
+LOAD zephyr/drivers/sensor/bosch/bme280/libdrivers__sensor__bosch__bme280.a
+LOAD zephyr/drivers/sensor/st/stmemsc/libdrivers__sensor__st__stmemsc.a
+LOAD zephyr/drivers/sensor/st/lis2dh/libdrivers__sensor__st__lis2dh.a
+LOAD zephyr/drivers/sensor/st/lis2mdl/libdrivers__sensor__st__lis2mdl.a
+LOAD zephyr/drivers/serial/libdrivers__serial.a
+LOAD zephyr/drivers/spi/libdrivers__spi.a
+LOAD zephyr/drivers/timer/libdrivers__timer.a
+LOAD modules/nrf/lib/multithreading_lock/lib..__nrf__lib__multithreading_lock.a
+LOAD modules/nrf/subsys/bluetooth/controller/lib..__nrf__subsys__bluetooth__controller.a
+LOAD modules/nrf/subsys/mpsl/init/lib..__nrf__subsys__mpsl__init.a
+LOAD modules/nrf/subsys/mpsl/fem/lib..__nrf__subsys__mpsl__fem.a
+LOAD modules/nrf/drivers/mpsl/clock_control/lib..__nrf__drivers__mpsl__clock_control.a
+LOAD modules/nrf/drivers/mpsl/flash_sync/lib..__nrf__drivers__mpsl__flash_sync.a
+LOAD modules/nrf/drivers/mpsl/temp_nrf5/lib..__nrf__drivers__mpsl__temp_nrf5.a
+LOAD modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a
+LOAD zephyr/kernel/libkernel.a
+LOAD /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/thumb/v7e-m/nofp/libgcc.a
+LOAD zephyr/arch/common/libisr_tables.a
+LOAD /opt/ncs/nrfxlib/crypto/nrf_oberon/lib/cortex-m4/soft-float/liboberon_3.0.15.a
+LOAD /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libm_nano.a
+LOAD /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a
+LOAD /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/thumb/v7e-m/nofp/libgcc.a
+LOAD /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a
+LOAD /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a
+LOAD /opt/ncs/nrfxlib/mpsl/fem/common/lib/cortex-m4/soft-float/libmpsl_fem_common.a
+LOAD /opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio/lib/cortex-m4/soft-float/libmpsl_fem_nrf21540_gpio.a
+LOAD /opt/ncs/nrfxlib/mpsl/fem/nrf21540_gpio_spi/lib/cortex-m4/soft-float/libmpsl_fem_nrf21540_gpio_spi.a
+LOAD /opt/ncs/nrfxlib/mpsl/fem/nrf2220/lib/cortex-m4/soft-float/libmpsl_fem_nrf2220.a
+LOAD /opt/ncs/nrfxlib/mpsl/fem/nrf2240/lib/cortex-m4/soft-float/libmpsl_fem_nrf2240.a
+LOAD /opt/ncs/nrfxlib/mpsl/fem/nrf22xx/lib/cortex-m4/soft-float/libmpsl_fem_nrf22xx.a
+LOAD /opt/ncs/nrfxlib/mpsl/fem/simple_gpio/lib/cortex-m4/soft-float/libmpsl_fem_simple_gpio.a
+LOAD /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a
+                0x0000000000000004                _region_min_align = 0x4
+
+.rel.plt        0x0000000000000000        0x0
+ *(SORT_BY_ALIGNMENT(.rel.plt))
+                [!provide]                        PROVIDE (__rel_iplt_start = .)
+ *(SORT_BY_ALIGNMENT(.rel.iplt))
+ .rel.iplt      0x0000000000000000        0x0 app/libapp.a(main.c.obj)
+                [!provide]                        PROVIDE (__rel_iplt_end = .)
+
+.rela.plt       0x0000000000000000        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))
+                0x0000000000000000                __rom_region_start = 0x0
+
+rom_start       0x0000000000000000      0x100
+                0x0000000000000000                __rom_start_address = .
+ FILL mask 0x00
+                0x0000000000000000                . = (. + (0x0 - (. - __rom_start_address)))
+                0x0000000000000000                . = ALIGN (0x4)
+                0x0000000000000000                . = ALIGN (0x80)
+                0x0000000000000000                . = ALIGN (0x100)
+                0x0000000000000000                _vector_start = .
+ *(SORT_BY_ALIGNMENT(.exc_vector_table))
+ *(SORT_BY_ALIGNMENT(.exc_vector_table.*))
+ .exc_vector_table._vector_table_section
+                0x0000000000000000       0x40 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(vector_table.S.obj)
+                0x0000000000000000                _vector_table
+ *(SORT_BY_ALIGNMENT(.vectors))
+                0x0000000000000100                _vector_end = .
+                0x0000000000000040                . = ALIGN (0x4)
+ *(SORT_BY_ALIGNMENT(.gnu.linkonce.irq_vector_table*))
+ .gnu.linkonce.irq_vector_table
+                0x0000000000000040       0xc0 zephyr/arch/common/libisr_tables.a(isr_tables.c.obj)
+                0x0000000000000040                _irq_vector_table
+                0x0000000000000100                _vector_end = .
+
+text            0x0000000000000100    0x2fe34
+                0x0000000000000100                __text_region_start = .
+ *(SORT_BY_ALIGNMENT(.text))
+ .text          0x0000000000000100       0xa0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-memchr.o)
+                0x0000000000000100                memchr
+ .text          0x00000000000001a0      0x378 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/thumb/v7e-m/nofp/libgcc.a(_arm_addsubdf3.o)
+                0x00000000000001a0                __aeabi_drsub
+                0x00000000000001a8                __aeabi_dsub
+                0x00000000000001a8                __subdf3
+                0x00000000000001ac                __adddf3
+                0x00000000000001ac                __aeabi_dadd
+                0x0000000000000424                __aeabi_ui2d
+                0x0000000000000424                __floatunsidf
+                0x0000000000000444                __aeabi_i2d
+                0x0000000000000444                __floatsidf
+                0x0000000000000468                __extendsfdf2
+                0x0000000000000468                __aeabi_f2d
+                0x00000000000004ac                __aeabi_ul2d
+                0x00000000000004ac                __floatundidf
+                0x00000000000004bc                __floatdidf
+                0x00000000000004bc                __aeabi_l2d
+ .text          0x0000000000000518      0x424 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/thumb/v7e-m/nofp/libgcc.a(_arm_muldivdf3.o)
+                0x0000000000000518                __aeabi_dmul
+                0x0000000000000518                __muldf3
+                0x000000000000076c                __aeabi_ddiv
+                0x000000000000076c                __divdf3
+ .text          0x000000000000093c      0x110 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/thumb/v7e-m/nofp/libgcc.a(_arm_cmpdf2.o)
+                0x000000000000093c                __gtdf2
+                0x000000000000093c                __gedf2
+                0x0000000000000944                __ltdf2
+                0x0000000000000944                __ledf2
+                0x000000000000094c                __cmpdf2
+                0x000000000000094c                __nedf2
+                0x000000000000094c                __eqdf2
+                0x00000000000009c8                __aeabi_cdrcmple
+                0x00000000000009d8                __aeabi_cdcmple
+                0x00000000000009d8                __aeabi_cdcmpeq
+                0x00000000000009e8                __aeabi_dcmpeq
+                0x00000000000009fc                __aeabi_dcmplt
+                0x0000000000000a10                __aeabi_dcmple
+                0x0000000000000a24                __aeabi_dcmpge
+                0x0000000000000a38                __aeabi_dcmpgt
+ .text          0x0000000000000a4c      0x21c /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/thumb/v7e-m/nofp/libgcc.a(_arm_addsubsf3.o)
+                0x0000000000000a4c                __aeabi_frsub
+                0x0000000000000a54                __aeabi_fsub
+                0x0000000000000a54                __subsf3
+                0x0000000000000a58                __aeabi_fadd
+                0x0000000000000a58                __addsf3
+                0x0000000000000bb8                __aeabi_ui2f
+                0x0000000000000bb8                __floatunsisf
+                0x0000000000000bc0                __floatsisf
+                0x0000000000000bc0                __aeabi_i2f
+                0x0000000000000bdc                __floatundisf
+                0x0000000000000bdc                __aeabi_ul2f
+                0x0000000000000bec                __floatdisf
+                0x0000000000000bec                __aeabi_l2f
+ .text          0x0000000000000c68       0xec /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/thumb/v7e-m/nofp/libgcc.a(_arm_cmpsf2.o)
+                0x0000000000000c68                __gtsf2
+                0x0000000000000c68                __gesf2
+                0x0000000000000c70                __ltsf2
+                0x0000000000000c70                __lesf2
+                0x0000000000000c78                __eqsf2
+                0x0000000000000c78                __nesf2
+                0x0000000000000c78                __cmpsf2
+                0x0000000000000cd8                __aeabi_cfrcmple
+                0x0000000000000ce0                __aeabi_cfcmple
+                0x0000000000000ce0                __aeabi_cfcmpeq
+                0x0000000000000cf0                __aeabi_fcmpeq
+                0x0000000000000d04                __aeabi_fcmplt
+                0x0000000000000d18                __aeabi_fcmple
+                0x0000000000000d2c                __aeabi_fcmpge
+                0x0000000000000d40                __aeabi_fcmpgt
+ .text          0x0000000000000d54       0x4c /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/thumb/v7e-m/nofp/libgcc.a(_arm_fixsfsi.o)
+                0x0000000000000d54                __fixsfsi
+                0x0000000000000d54                __aeabi_f2iz
+ .text          0x0000000000000da0       0xa0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/thumb/v7e-m/nofp/libgcc.a(_aeabi_ldivmod.o)
+                0x0000000000000da0                __aeabi_ldivmod
+ .text          0x0000000000000e40       0x30 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/thumb/v7e-m/nofp/libgcc.a(_aeabi_uldivmod.o)
+                0x0000000000000e40                __aeabi_uldivmod
+ .text          0x0000000000000e70        0x4 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/thumb/v7e-m/nofp/libgcc.a(_dvmd_tls.o)
+                0x0000000000000e70                __aeabi_ldiv0
+                0x0000000000000e70                __aeabi_idiv0
+ .text          0x0000000000000e74      0x41c /opt/ncs/nrfxlib/crypto/nrf_oberon/lib/cortex-m4/soft-float/liboberon_3.0.15.a(ocrypto_bigint256.s.obj)
+                0x0000000000000e74                ocrypto_bigint_add256
+                0x0000000000000eb4                ocrypto_bigint_sub256
+                0x0000000000000ef4                ocrypto_bigint_cadd256
+                0x0000000000000f50                ocrypto_bigint_csub256
+                0x0000000000000fac                ocrypto_bigint_cswap256
+                0x0000000000000fe0                ocrypto_mul256_noframe
+                0x0000000000001138                ocrypto_bigint_mul256
+                0x0000000000001158                ocrypto_sqr256_noframe
+                0x0000000000001270                ocrypto_bigint_sqr256
+ .text          0x0000000000001290       0x5c /opt/ncs/nrfxlib/crypto/nrf_oberon/lib/cortex-m4/soft-float/liboberon_3.0.15.a(ocrypto_constant_time.s.obj)
+                0x0000000000001290                ocrypto_constant_time_equal
+                0x00000000000012b8                ocrypto_constant_time_is_zero
+                0x00000000000012d4                ocrypto_constant_time_xor
+ .text          0x00000000000012ec      0x1ec /opt/ncs/nrfxlib/crypto/nrf_oberon/lib/cortex-m4/soft-float/liboberon_3.0.15.a(ocrypto_mod_p256_base.s.obj)
+                0x00000000000012ec                ocrypto_mod_p256_add
+                0x0000000000001368                ocrypto_mod_p256_sub
+                0x0000000000001478                ocrypto_mod_p256_mul
+                0x00000000000014a8                ocrypto_mod_p256_sqr
+ .text          0x00000000000014d8       0x2c /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/thumb/v7e-m/nofp/libgcc.a(_arm_unorddf2.o)
+                0x00000000000014d8                __aeabi_dcmpun
+                0x00000000000014d8                __unorddf2
+ .text          0x0000000000001504       0x50 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/thumb/v7e-m/nofp/libgcc.a(_arm_fixdfsi.o)
+                0x0000000000001504                __aeabi_d2iz
+                0x0000000000001504                __fixdfsi
+ .text          0x0000000000001554       0x34 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000001588       0x30 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x00000000000015b8       0x60 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000001618       0xb4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x00000000000016cc       0x78 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x00000000000016cc                sym_476LRB5XNUARAHCHHC7ZAIGPFC5VZ4W2N4467LI
+ .text          0x0000000000001744       0x48 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x000000000000178c       0x84 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000178c                sdc_init
+ .text          0x0000000000001810       0x8c /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000001810                sdc_cfg_set
+ .text          0x000000000000189c       0x54 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000189c                sdc_enable
+ .text          0x00000000000018f0       0x24 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x00000000000018f0                sdc_disable
+ .text          0x0000000000001914       0x24 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000001914                sdc_build_revision_get
+ .text          0x0000000000001938       0x28 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000001938                sdc_support_adv
+ .text          0x0000000000001960       0x28 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000001960                sdc_support_peripheral
+ .text          0x0000000000001988       0x1c /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000001988                sdc_support_dle_peripheral
+ .text          0x00000000000019a4       0x1c /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x00000000000019a4                sdc_support_le_2m_phy
+ .text          0x00000000000019c0       0x1c /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x00000000000019c0                sdc_support_phy_update_peripheral
+ .text          0x00000000000019dc       0x10 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x00000000000019dc                sdc_rand_source_register
+ .text          0x00000000000019ec        0xc /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x00000000000019ec                sym_CVMXQJYKHZVHIOMGOYEICPLVAIQNUBL6USVNZSA
+ .text          0x00000000000019f8       0x10 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x00000000000019f8                sym_EZ7BAEZZMYJFIJAONX254JF3WPGEXUT4NMP2WJQ
+ .text          0x0000000000001a08       0xac /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000001a08                sym_MS2INTHZLDZMKZ5TZUDLWHPLKH3FLVZPA26JG6A
+ .text          0x0000000000001ab4       0x28 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000001ab4                sym_TG7NSIC2UKHCUBZWZ4K4EMD5QRI2QVSKVKV6CFQ
+ .text          0x0000000000001adc       0x3c /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000001adc                sym_Z7NJGBYWCKFTEHRYWAIDKWPEUN45273QSWUA5CY
+ .text          0x0000000000001b18       0x24 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000001b18                sym_TU2SMBIUC7JL6C3K2XB6727DQLBLV5LEGIMZAFQ
+ .text          0x0000000000001b3c       0x10 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000001b3c                sym_CIVMWIRGIOQ374UFFPIFNN4ZGKYK2FRKTT6YRYA
+ .text          0x0000000000001b4c       0x10 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000001b4c                sym_PPT6FEOF2T6DRALMCRRTUI7CHLEPBAN25HYV3KQ
+ .text          0x0000000000001b5c       0x20 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000001b5c                sym_CEENVC5DZRUT7MGF5LABXKT4NV7YUL5F6EX6TEQ
+ .text          0x0000000000001b7c        0xc /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000001b7c                sym_G3KVRHCJDVHL7HV53526V3YI3DTK2IW2CADUWZQ
+ .text          0x0000000000001b88       0x1c /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000001b88                sdc_hci_cmd_cb_reset
+ .text          0x0000000000001ba4       0x48 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000001bec       0x4c /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000001c38       0x48 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000001c38                sym_HJGZHHO77JF3TGWELSVWDOZTFCPAWAJURCFG3IY
+ .text          0x0000000000001c80       0xa0 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000001c80                sym_XU5SZFZBMUUCUDZEEMM4IFIEXSHIDIGLJZ253XA
+ .text          0x0000000000001d20       0xe4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000001d20                sym_EQ53CEL7EDVHMFMHMFPRRQU46C5YKKFEBAACFOA
+ .text          0x0000000000001e04       0x70 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000001e04                sym_DMJHGENWVWA7ILXIIOOHU6SYMMXUDCUFUUBACLQ
+ .text          0x0000000000001e74       0x7c /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000001e74                sym_7JFC7IFAJQVPYCQHAIUKZ626ISM3VUWBEEXY7WI
+ .text          0x0000000000001ef0       0x2c /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000001ef0                sym_5X75WALYYBUWN4XT5LYOZBIGSZHVNFKF5J4CSQI
+ .text          0x0000000000001f1c       0x48 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000001f1c                sym_4AWF7EXI3MMHUULTY73E756U3IY5DEXOZ265MZY
+ .text          0x0000000000001f64       0x40 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000001f64                sym_6I4XEOIW7LI2E3Z53L54ZHQQHYICXR4H4JQWXLA
+ .text          0x0000000000001fa4       0x30 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000001fa4                sym_6DYG6C6ROXZA67GZINNB2XIQHL3KE2RCKK4QFXA
+ .text          0x0000000000001fd4       0x84 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000001fd4                sym_24NU2MJKHN4R2Z7HXHMPDWTTDYSB32VL6HEQPZA
+ .text          0x0000000000002058       0x28 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000002058                sym_3QFBRH4ZSIA64QP2I3K547Y5WIALGQTCBP5Y5SQ
+ .text          0x0000000000002080        0xc /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000002080                sym_NOQRMQ5IH6SQFJEPI5A3UBMITO54HG4WO4DTTXA
+ .text          0x000000000000208c       0x80 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000208c                sym_YL4RMM7WH2QQSRTLJX7L5Q2F5KYIEZ5IWMCN3UQ
+ .text          0x000000000000210c       0x58 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000210c                sym_47U6MZ7GC5PU2CVEGYFSZO6JE3OMJD4DVLRAUZQ
+ .text          0x0000000000002164       0xd4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000002164                sym_YBUOIVJGKD57C5J4XCQFOKF4I5XT74ICLDOCNXA
+ .text          0x0000000000002238       0x5c /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000002238                sym_E5WZNPP2DINHF6K4PHXLYLX5AXTYBQYGQESRSGQ
+ .text          0x0000000000002294       0x20 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x00000000000022b4       0x10 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x00000000000022c4        0xc /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x00000000000022d0       0x64 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000002334       0x14 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000002348       0x7c /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x00000000000023c4      0x110 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x00000000000024d4       0x2c /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000002500       0x18 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000002500                sym_DOZBRJLK4YK3UIAPC27JGEBDCH5Y2BCX3XMRURY
+ .text          0x0000000000002518       0x38 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000002518                sym_7TCX7VR3LQDB2G4LYUM4YUKX3ZVIO33J3JZVMKY
+ .text          0x0000000000002550       0x10 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000002550                sym_DDEKRCVCBAV6DMR2JGOTTXJPMB6OW3IK3MJRV2Q
+ .text          0x0000000000002560      0x21c /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000002560                sym_EXF7QYQZRNDSXD5BXX5JHASOOMIXFF6ILEF5NVA
+ .text          0x000000000000277c       0x38 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000277c                sym_6BTYZXVNYPYTH2WUVFE5C5JVTZHQJAJ5IGD6OCA
+ .text          0x00000000000027b4        0xc /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x00000000000027b4                sym_UAPFH34IEHUX3FGU7LNPEIJNCLAPRJP46TMN4NY
+ .text          0x00000000000027c0        0xc /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x00000000000027c0                sym_R2K72KVDRFDRB7INCDL2G5SJCI6KNYCIUBETXWY
+ .text          0x00000000000027cc       0x10 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x00000000000027cc                sym_HMWMSCLS2E7KO3CEVZ6FUZGM6YUJ4GDX4JETJTI
+ .text          0x00000000000027dc        0xc /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x00000000000027dc                sym_57CDLB7NR4I66F4XUEVXWWEJBBBXGSJ37LGPUXA
+ .text          0x00000000000027e8       0x84 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x00000000000027e8                sym_C4ZAWP4QAOEKUKS7VCLA6E4RPDOWCDVMBYVKPFI
+ .text          0x000000000000286c      0x494 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000002d00       0x10 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000002d10       0x1c /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000002d2c      0x4ec /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000003218      0x268 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000003480      0x144 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000003480                sym_U3OFHSWAAHECAZEDHWSQTU63SOSYAQR6QI45AFY
+ .text          0x00000000000035c4       0x8c /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x00000000000035c4                sym_3LXCSEW4O4NZFGMXLMWXSJJVGEQV4VDRFCVRV4Q
+ .text          0x0000000000003650       0x1c /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000003650                sym_4O3EP57XWWWRY57PVJMDKXNE25ZWFBDV6LLBFQQ
+ .text          0x000000000000366c        0xc /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000366c                sym_O6J3MUC4KJEDMNJLCC5Z3G5LTC5IHVL4PW7F6QI
+ .text          0x0000000000003678       0x1c /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000003678                sym_FQCHK2QLF7THGK7G4A4OWWNXI3K2TVYTTB4U4GY
+ .text          0x0000000000003694      0x130 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000003694                sym_EXAZKO22MNOFNIXIFHQ2Z4GAYMKBCE2UPJ6JSVI
+ .text          0x00000000000037c4       0x80 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x00000000000037c4                sym_XVWN3IZ65SG2YZAV5STIEBPJ2RGWTP2JZ3UEJLQ
+ .text          0x0000000000003844        0xc /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000003844                sym_YZMCMF2VDK5EZ5GH5K4G77V4XY7KHBJNPGELPVQ
+ .text          0x0000000000003850       0x60 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000003850                sym_HRCF6LWSDWPWEZA7S5YQFCNRDXXCJA6WGOZECRY
+ .text          0x00000000000038b0       0x34 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x00000000000038e4       0xc8 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x00000000000038e4                sym_7OWCT6RQNC7NMJTETN4SHKZQ2DXHZYW5I4QMKDQ
+ .text          0x00000000000039ac       0x4c /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x00000000000039ac                sym_RGKYP5TXYS27EGT6ZHZS5EDDAZK5QGTWLBOBJEA
+ .text          0x00000000000039f8       0x18 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x00000000000039f8                sym_5EMU3BEOS6JCQEXTZ5M5LP72YGJNCV3W3R43AOI
+ .text          0x0000000000003a10       0xe8 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000003a10                sym_DVO2EX3JGPIV6FVT5SJBVRKA5UGS2QSHNQOVQ2A
+ .text          0x0000000000003af8      0x100 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000003bf8       0x14 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000003bf8                sym_Y5RIWFUVP4FHJFYC7FBZKM2MV7INK43TLWQ5URA
+ .text          0x0000000000003c0c       0x68 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000003c0c                sym_CY3FVUNSUUR4I46K644NW3FXSFSLG3ETQWBRBHQ
+ .text          0x0000000000003c74       0x30 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000003c74                sym_JYVNTINWWHBNIBW6ZPFJYFKZBQTI25EUE75U36Y
+ .text          0x0000000000003ca4       0x14 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000003ca4                sym_THL6EKGE7AKTO5JDGU45MV33YSIXORBRMDECS2Q
+ .text          0x0000000000003cb8       0x5c /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000003cb8                sym_4POEZKL66A5T3356722OWKNB5CNFKPMV6JI3HEA
+ .text          0x0000000000003d14       0x68 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000003d14                sym_IP3LLUNJTDBIIPB3UG65MJFJZABGVNT2GN3EQPY
+ .text          0x0000000000003d7c      0x190 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000003d7c                sym_A32XXMQ5QRPQRH3R656RZXETZB6Y54SG45FSCYI
+ .text          0x0000000000003f0c       0xc8 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000003f0c                sym_CC522QK4M5MTSPVPJNGJXKYD5O54FC2LFC3D3QI
+ .text          0x0000000000003fd4       0x2c /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000003fd4                sym_XQWU4MX22DPQIRRYTXBNWTH2DBYK7MH33FME7FI
+ .text          0x0000000000004000       0x10 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000004000                sym_DVVOECRRYK6EAGDREB2UKKQZT5MAOOUK66XNPTA
+ .text          0x0000000000004010       0x18 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000004010                sym_CTIZP4PFSP4VPO64SY4WNQXXAO6AQ4FBRX2MZ2Y
+ .text          0x0000000000004028       0x1c /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000004028                sym_PT2LT65JTEWXEGBFKFJG6BCMFVOJAD3UAGCYAUI
+ .text          0x0000000000004044       0x18 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x000000000000405c       0x34 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000004090       0x28 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000004090                sym_EANB2LFFCPDZUHTPF7SNNYVWVGG3AE7JVOONSTY
+ .text          0x00000000000040b8       0x38 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x00000000000040b8                sym_BFBDHRTPYGNRMJSAT7WCAPOXBGIVSWF4E5GFHOA
+ .text          0x00000000000040f0        0xc /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x00000000000040f0                sym_PRWTRTI5GPQHIT26MFBSSOCWTUYYRLQLJWD2ZOI
+ .text          0x00000000000040fc       0x24 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x00000000000040fc                sym_G4TIIR7KO3GHFF45HCHTIL3RIPRK2LVDQADUYJQ
+ .text          0x0000000000004120        0xc /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000004120                sym_HG37ZAHWDO2P65KBJXRLV5PVSG5TCUWPMKZOZLQ
+ .text          0x000000000000412c       0x24 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000412c                sym_4W26TPGCKOCVVRKXQDBKGXGC2Y5LMZXNKS2QITA
+ .text          0x0000000000004150       0x1c /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000004150                sym_N6TOG3AODPPFNS6LXFKKIADNGIMUMBS5BXPEFOY
+ .text          0x000000000000416c        0xc /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000416c                sym_PBZPB3PSJJYSQQW7TH2XDGNLD2UYSZR6YJ4ZZNQ
+ .text          0x0000000000004178       0x14 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000004178                sym_HA7EOSELAQYVMG5UXMJGQLLFEIRQPB7MNOSYOXQ
+ .text          0x000000000000418c       0x30 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000418c                sym_MJMICEV3AHUJUDNI6JLXYNXCJNL4PTPUQLXISYA
+ .text          0x00000000000041bc       0x50 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x00000000000041bc                sym_GECJUMXC7GX4QNB2JHCJHLFH72UPMJZW6VAQVRA
+ .text          0x000000000000420c       0x28 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000420c                sym_BOFYMMO2XEUTXLE26SHEVVPNVILC4XKISLRYGBI
+ .text          0x0000000000004234      0x1ec /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000004234                sym_5AGU3LRCMVBHIA54A3ONXYPBDIAMDNM2I6LE6DA
+ .text          0x0000000000004420       0x18 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000004420                sym_MJCF2WRL4I323V23HKVENOJWV5IXH54R5X6LJRY
+ .text          0x0000000000004438       0x1c /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000004438                sym_REO6MG4FRJTNQQ56RDJDYGEWFEO5TFVYGRW6OLI
+ .text          0x0000000000004454        0xc /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000004454                sym_NKFCLZ5HTE6KVHDV5DGZ6TJP4KSZI43SYBECPRY
+ .text          0x0000000000004460       0x2c /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000004460                sym_65LA7GM3MU7DDFQKTB75BYTZMPMROSWKS3VXCNI
+ .text          0x000000000000448c       0x20 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000448c                sym_AGWGY6I3YKHHV6TMAWL24HN4IKGOB7PZYXPWBRA
+ .text          0x00000000000044ac        0xc /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x00000000000044ac                sym_IXGTNRGKILIZPWG2NJIZ2ALUPW2IM3XFVCGJW2I
+ .text          0x00000000000044b8       0x20 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x00000000000044b8                sym_JHXS4T25BAYOMDDZMWPX3HMPENRV73GSV2RYHAI
+ .text          0x00000000000044d8       0x2c /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x00000000000044d8                sym_54CHYGRI3UHSVLN5ZOGJESXNRISJW5CS4IYBN7Y
+ .text          0x0000000000004504       0x1c /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000004504                sym_V7MOOXL5SOLISKFFGWJC7M3XDITU574WBQOXGWY
+ .text          0x0000000000004520       0x30 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000004520                sym_QKSVBALUN2V4XT4OCC56LE75IAYLDFRRIVLBZ2Q
+ .text          0x0000000000004550       0x30 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000004550                sym_WCOWXKSKBH7DOKKKINFZAPWXKW4NYAUCJWTUKBI
+ .text          0x0000000000004580       0x1c /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000004580                sym_AO3U45UEGFLUPMT565ZR5UWUQUONF5AKILLCT3A
+ .text          0x000000000000459c       0x48 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x00000000000045e4       0x2c /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000004610       0x9c /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x00000000000046ac       0xc0 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x000000000000476c       0x18 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000476c                sym_BEUFSWAQKCWS5CDGVZRIC3BRKSTHGOKRJJDB32I
+ .text          0x0000000000004784       0x18 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000004784                sym_BAUTABQSJLBAZ6GNH7KOF4MJMAA6NF7CDAZNOEQ
+ .text          0x000000000000479c       0x20 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000479c                sym_62DUXM4M5AM4URNPP7IKDX3NCPAODBT4BMADGAY
+ .text          0x00000000000047bc        0xc /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x00000000000047bc                sym_JQOBED6Y6P46KNYF2UD53QPDVNRPPOKMQL6EEBY
+ .text          0x00000000000047c8        0xc /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x00000000000047c8                sym_RHRHCWPUPZHCOID576WBS7QZ2KAUT2GASS2T3QY
+ .text          0x00000000000047d4       0x30 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x00000000000047d4                sym_YAOI5BW7G2C6EUUY2B4S7A3CWX63A6MP2T3O5KA
+ .text          0x0000000000004804       0x24 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000004804                sym_2X6ZBBHQKFJV27I6OQZLD4IRAL5JANEGA5N34WA
+ .text          0x0000000000004828       0xc8 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000004828                sym_ZBPJ22BXDBC3S7A4QI6WOFWFQMYIGT2P4GNU3XA
+ .text          0x00000000000048f0       0x24 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x00000000000048f0                sym_DHR6XELGSD2MHYS7JWGEPSKXD43VLKKJDN33HMA
+ .text          0x0000000000004914       0x20 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000004914                sym_QEQGMTIGG3AOZQY7JM4T2FY2O3KM2UFUMT6Q7PI
+ .text          0x0000000000004934       0x54 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000004988       0xcc /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000004988                sym_4NT3PFFI5Z6RN57T2HW54HJZ23JEQUTUQPJLJGI
+ .text          0x0000000000004a54       0x14 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000004a54                sym_AIEQYZJFZQBQ5LEMJNMQV56TMLIGCBAC63QLHGI
+ .text          0x0000000000004a68       0x24 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000004a68                sym_MYZDSWHZMVTUGPWK7CFFVMNCPRPZBKC3UH2GTLQ
+ .text          0x0000000000004a8c       0x44 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000004a8c                sym_ZIE6EQ2YDF5ZLLLNRMU6NPOFHB7VMBHYMI4646I
+ .text          0x0000000000004ad0       0x10 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000004ad0                sym_JANNQMW3JZGYLNSOPAA2HBYBA6JBSX4W7VBR56Q
+ .text          0x0000000000004ae0       0x20 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000004ae0                sym_MAOKHHVPGVT23KVRN33B7KPEJU6F55EB66KOGDQ
+ .text          0x0000000000004b00       0x20 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000004b00                sym_S635TH4ZNECIWRKFWYBUXBZ3GFP7WORE4PRXDPQ
+ .text          0x0000000000004b20       0x20 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000004b20                sym_3S3ZPZTS3JKT3LR3P6QZ3KOW4P72YQZEIQOYGSA
+ .text          0x0000000000004b40       0x28 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000004b40                sym_U3LPDM4ZN7F4EBRA6GBYBEUAHXDWZU7U4P3OZRQ
+ .text          0x0000000000004b68       0xa4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000004c0c       0x10 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000004c0c                sym_N2NJCIBZFHVP7II7LSOD6U4WPOYSC3U3IRJ6NLY
+ .text          0x0000000000004c1c       0x14 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000004c1c                sym_56NG23UACCBJRJHKQI4X4VNMARWQXHUE4R3NK7I
+ .text          0x0000000000004c30       0x2c /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000004c5c       0xbc /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000004d18       0x44 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000004d5c       0x10 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000004d5c                sym_VKBDHCW5KWYFAEZJJBKQNHH4JDURIHHEJCK4SOA
+ .text          0x0000000000004d6c       0x10 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000004d6c                sym_FHMOSTDS4FAIPN4GDRMMMBPMBOTEQ5DLCM2A23Q
+ .text          0x0000000000004d7c      0x14c /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000004d7c                sym_XOOTGCSEAKA3PUKZW3QYB4DCVC2FKUP2TS5AZ5Q
+ .text          0x0000000000004ec8       0x1c /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000004ec8                sym_HHT5YV37VWRBGUMO4AOJUKOJARZKAH2OUWPZF7Q
+ .text          0x0000000000004ee4       0x2c /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000004ee4                sym_43VAZS4NQXUMOPHD7W7SYFZ3WJ6KGQYQH6UOYPQ
+ .text          0x0000000000004f10       0xb4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000004f10                sym_IPYDOGNKVSD5CNASNRZPFKSG4XKU4ZG4SVERI7Q
+ .text          0x0000000000004fc4       0x28 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000004fc4                sym_FKGRLSJGPWDG44KYHTBA74A2ZDKPDUWGXHS3E2I
+ .text          0x0000000000004fec       0x30 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000004fec                sym_K5GMJMBHBYPRCUIWKNEXGPSNQEZKEMBAP4JWHBQ
+ .text          0x000000000000501c       0x30 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000501c                sym_7LZ5OF5UTH4WGXV6IKS6GUUHKYRIWQTTIJXNBEY
+ .text          0x000000000000504c       0x30 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000504c                sym_77ICNIHY2R2L3JRP4ZLMOWZSS3UZRKJXJOBWTWI
+ .text          0x000000000000507c       0xc0 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000507c                sym_O4OEFTDQOHR27DXSKIP2NTPPTRMSYXD4NWCXJCY
+ .text          0x000000000000513c       0x28 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000513c                sym_IGZFOLICB5CJJJE7CMPL4WEIUAIWGZOX7NY2BUA
+ .text          0x0000000000005164       0x30 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000005164                sym_IXYRVGMAX4SRXA2W5Z6EII6E55G3FBKT7HXOFRA
+ .text          0x0000000000005194      0x160 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000005194                sym_BZUCV52NNXYJ4PFZE6PPPT2ZDHUDTEPDS6LUKZI
+ .text          0x00000000000052f4       0x14 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x00000000000052f4                sym_R3OVSIK4NXKOTUBI3IUCWAF5GBSLNFLFQGOT2YA
+ .text          0x0000000000005308       0x14 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000005308                sym_JOD4HBACYVOMP3CDGJCWGWOV76FFL6T5SRSXLJA
+ .text          0x000000000000531c       0x6c /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000531c                sym_6TSCY3EYJJ4NL2AB3FYZQO3YP65H7OZIFYTNMBQ
+ .text          0x0000000000005388       0xb8 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000005388                sym_R6DW7P5722C5WP5B4RKPYMZATZ5BMBDRUM6NNYQ
+ .text          0x0000000000005440       0x38 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000005440                sym_RTPW34URA5OC7HP5UM7G7G6DKV4XBRT7CDOHPRA
+ .text          0x0000000000005478       0x64 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000005478                sym_5PX46PPXISSLTQOT7WU7ULFUTTIKTAFVIDYCAVY
+ .text          0x00000000000054dc       0x58 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x00000000000054dc                sym_7ABLLIXUF3HMINU3DLWXJDVBNAU7RSUXPXZ3RFQ
+ .text          0x0000000000005534       0x8c /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000005534                sym_RHE23VLW3YS5P4HRDMPTVWIHXVLEGJ7BJEAEEUI
+ .text          0x00000000000055c0       0x28 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x00000000000055c0                sym_KH2TZBL3IC4Q72SOWRZYKXJYTC66QUG36J2D64Q
+ .text          0x00000000000055e8       0x24 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x00000000000055e8                sym_CYYZ5DA5UWAE37FM7XP643I473QUSWWZ2MS7OLY
+ .text          0x000000000000560c       0x38 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000560c                sym_KQ4RAL3HW3LUBE4EKZDESO77BJMQRXFGP63ANLQ
+ .text          0x0000000000005644       0xb4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000005644                sym_365Y77DXDRWJHR4QPTXJM46KZ7L557J533F2SNY
+ .text          0x00000000000056f8       0x18 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x00000000000056f8                sym_3E5VWVFRMYHMNGUSJEPBKKOP7X6VGWWURR334MQ
+ .text          0x0000000000005710       0x44 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000005710                sym_MKU2XEL6QB4MO4JU3HW4P3NALUM7PALQ3OF2VGA
+ .text          0x0000000000005754        0xc /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000005754                sym_3LKWZEY2K7UEF3M7QI5VCO43HM3TH6VAPJSZJBY
+ .text          0x0000000000005760       0x88 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x00000000000057e8       0x24 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x00000000000057e8                sym_ECAFXV3NMZ2THIWY27PTYY6WSGFWQJNAJOG5HIY
+ .text          0x000000000000580c        0xc /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000580c                sym_FKU5SDIGNJ3CUR3VYEELCK5CK3EK42NLF7KQXSQ
+ .text          0x0000000000005818        0xc /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000005818                sym_MD2ACKWOI3UMWSI6IONGH6VN62ROA3VVQP7HYBQ
+ .text          0x0000000000005824       0x60 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000005824                sym_VT36OYILRYR2ODZV34U7WHVGGSRS7VN6JG7WPYI
+ .text          0x0000000000005884       0x48 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000005884                sym_3BV6HS2RZST6R6C5ZWOISO6OTZHTSW3BAFXBSVQ
+ .text          0x00000000000058cc       0x24 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x00000000000058f0       0x68 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000005958       0x44 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x000000000000599c       0xac /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000005a48       0x54 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000005a9c       0x28 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000005ac4      0x120 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000005be4      0x22c /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000005e10       0xd4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000005ee4      0x188 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x000000000000606c       0x48 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x00000000000060b4       0x10 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x00000000000060c4       0x34 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x00000000000060f8       0x2c /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x00000000000060f8                sym_4WIY2RAFLOZNOS4O5BEVWEYHIO3NV42IZ2Q2NWQ
+ .text          0x0000000000006124       0x2c /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000006124                sym_KC3JIKE7HTERE3Q3BXMRUIDPAENUZKVBIDO6ODY
+ .text          0x0000000000006150       0x10 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000006150                sym_BPVIPCP3IMFHHNRASYWRUQPTOXIXQGWP3DTKXWI
+ .text          0x0000000000006160       0x20 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000006160                sym_I72BLVRK23UDT6KM4GEW6EVDLN4L7QB2CLD4CMY
+ .text          0x0000000000006180       0xb4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000006180                sym_JIJASGQH4XEEPZL7D35VQHVPKKLANGDBS2M46NQ
+ .text          0x0000000000006234      0x1b4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000006234                sym_KBJ4SX4MJK4IAM4DI3ILSISVXIP6O72O62TW3OQ
+ .text          0x00000000000063e8       0x10 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x00000000000063e8                sym_PY5KUATPBYOYJBMP6H7AVRPSEO7BZX2JK524O6A
+ .text          0x00000000000063f8       0x3c /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x00000000000063f8                sym_RPDYS5TXULS3Z2BQR7IFNSOINXPPN4LN764SRIY
+ .text          0x0000000000006434        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000006438        0x8 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000006440        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000006444       0x18 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x000000000000645c       0x40 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000645c                sym_6FVWF5AWPR7EN7BPHS4APSIUXYFZQTTZCMRDKPY
+ .text          0x000000000000649c       0x60 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000649c                sym_CWVFJQ3UTS5MGUYKHB563UDBBB3FBCXUIVZDU2I
+ .text          0x00000000000064fc       0x28 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000006524       0xbc /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x00000000000065e0       0x58 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000006638       0xa8 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x00000000000066e0       0x90 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000006770       0x4c /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x00000000000067bc       0x38 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x00000000000067f4       0x38 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x000000000000682c       0xcc /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x00000000000068f8      0x230 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000006b28       0x60 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000006b88       0x90 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000006c18      0x83c /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000007454      0x1e0 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000007454                sym_GRKUQI62F6CK2HPCZKZRWSZ3PZVCGXTWPZAIMJA
+ .text          0x0000000000007634       0x58 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000007634                sym_TLMTJNRYMIPTFJ2BLGCEHSZKVDBLFBSNMQEHHZI
+ .text          0x000000000000768c       0x60 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000768c                sym_HT64RIVISXSWFJE3LL26YHKQRTRRXKVEDBUUUOQ
+ .text          0x00000000000076ec       0x18 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x00000000000076ec                sym_OGXWMXSCK2QG6TOSCWHHS4PII24VSXWVJJIPCDI
+ .text          0x0000000000007704       0x20 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000007724       0x14 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000007724                sym_LOTFHGQTFUFWGX7HOTL4Q2XATGIJRVIMCMOYRMA
+ .text          0x0000000000007738       0x30 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000007738                sym_MDF364N4PQDEA5ZGP5CB3ZDZVZM5Q32KSEZZ5HI
+ .text          0x0000000000007768       0x34 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000007768                sym_XCEN5K7VEI2CAO42XW7S3FKM3HKMOCDCUFDX25Y
+ .text          0x000000000000779c       0x44 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000779c                sym_5DEPI2OGSPXE5OVFBPVFPSPYPRYUQ54QVVXIKNI
+ .text          0x00000000000077e0       0x34 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x00000000000077e0                sym_KZ5CVONZGMGIGNMI7YD6HLN3FXAAJK6OMEJW6BQ
+ .text          0x0000000000007814       0x28 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000007814                sym_ZQHB3ANU2DANFLJZLZL5U4SPQ2ZDVUAHI35744Y
+ .text          0x000000000000783c       0x10 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000783c                sym_TRMXENGHOH4VBQQZPIN222FLCEFU3Z3CD5C47DY
+ .text          0x000000000000784c       0x8c /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000784c                sym_5I5MTMPTF2F4WI7MIXG5OG4TUPLUR53CB2QHVUA
+ .text          0x00000000000078d8       0x94 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x00000000000078d8                sym_WLH66EC4H754I3MAYKGHFOCADIOY4E4WNRBI4TA
+ .text          0x000000000000796c       0x28 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000796c                sym_VIDE7XVSTT4HHX2MQJX6VUVABAKVNGIPRTLRLEQ
+ .text          0x0000000000007994       0x34 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000007994                sym_3CD5EC6VYR6RXXLO3FXSZQ37BOYSM63APF5D5BA
+ .text          0x00000000000079c8       0x6c /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x00000000000079c8                sym_FYMYD324TMLKJZE62CZN4WTXFSPL6FPU2SZH6CI
+ .text          0x0000000000007a34        0xc /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000007a34                sym_QQVHHHKNBN5TJBK4NCDSUYAMXMOEHFSL7HE7RRA
+ .text          0x0000000000007a40       0x3c /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000007a40                sym_XPKSFPKFBNSTZZU4FUMGC3XRHAVS24BBL53HRMA
+ .text          0x0000000000007a7c       0x60 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000007a7c                sym_6Q45YYTUN2KDQ5V5UGE3T2LTI5FNGX6WIJYLIDI
+ .text          0x0000000000007adc       0x28 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000007b04       0x10 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000007b14       0x54 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000007b68       0x30 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000007b98       0x34 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000007bcc       0x4c /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000007c18       0x60 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000007c78       0x28 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000007ca0       0x38 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000007cd8       0x20 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000007cf8       0x4c /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000007d44       0x50 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000007d94       0x74 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000007d94                sym_RUQBFILZ5CHV2AAL6C3D2J5Y33TCCAPZTHBGZ3A
+ .text          0x0000000000007e08       0x10 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000007e08                sym_DRIMECVE2FH7O6C2LQ25QRVJOICPHLA5GC6TM2I
+ .text          0x0000000000007e18        0xc /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000007e18                sym_ARLNRKQ66P65CL63VENK3NR6NFAZLWPJOOVV7RQ
+ .text          0x0000000000007e24        0xc /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000007e24                sym_YKV5VFBUMD7K2LRWZ6WWYBEL5ESMQ4SDYYBDIPI
+ .text          0x0000000000007e30        0xc /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000007e30                sym_GI7KSEEMTJQ7HR2XTQJ6A3EAB54YYLMWKNL2RBA
+ .text          0x0000000000007e3c       0x2c /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000007e3c                sym_RSWA3KDPDNEX2QOFCEQGJOF7JZOR274BWTEY2JA
+ .text          0x0000000000007e68       0x44 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000007e68                sym_5M4NZWSJ6BHHJZLT6EUU64HNZ2KEYYSTH2RKH5I
+ .text          0x0000000000007eac       0x58 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000007eac                sym_5CHOZAQ75MOW32NPEGX5AYLDFVQR6HZCDXZY5PQ
+ .text          0x0000000000007f04       0x24 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000007f04                sym_YUNWMAOOL6VPZ57LS54EAM7TJ65IEHYU7XKGKUI
+ .text          0x0000000000007f28      0x124 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000007f28                sym_JQ5GTNCJKXERB3SSKQRXLQOKWJQVRNEOVZZZVXI
+ .text          0x000000000000804c        0xc /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000804c                sym_HE5JGYEZFIITGQL7PMATDHSORSCK7HJIY5UXOZA
+ .text          0x0000000000008058       0x14 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000008058                sym_YLRTPBVG5ROXKOW4KXUYITRUY3FD2MVZW5LF7ZA
+ .text          0x000000000000806c       0x38 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000806c                sym_GVSNNBZMBIJOMUA3FPIAVVC7S5MNBYUF4QELXZA
+ .text          0x00000000000080a4        0xc /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x00000000000080a4                sym_ZQE76VUU7S5U7DETTZA65E75LHFWL5PGRN4JPHI
+ .text          0x00000000000080b0       0x78 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x00000000000080b0                sym_6PPYXQQOLTVZ6DHASA45P4Y6MOJ5US37OHECCGI
+ .text          0x0000000000008128       0x94 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000008128                sym_A5S3P57NWYYY5XJWBYERU6H4QSVP5TCTU7HKA5Y
+ .text          0x00000000000081bc       0x8c /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x00000000000081bc                sym_2YSDS7VWGMSD5CN64D2VGQIYXBV3A6NJCHWFZEY
+ .text          0x0000000000008248       0xd0 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000008248                sym_WJZCKVDJU3WW5NVNH77DPRGYVZQLD372GLDYO6I
+ .text          0x0000000000008318       0xf8 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000008318                sym_E7IS652W2J5N5UTHP752WOA4YNSR7E5S5H4J2AA
+ .text          0x0000000000008410        0xc /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000008410                sym_XD56LJG2JTRU4Q2V7WCY72EI3VTZICA3O4ERV2A
+ .text          0x000000000000841c       0x10 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000841c                sym_YG4UROEKVB7ZBE5TWHLNJHYKSFBTXGBYAX3RXRI
+ .text          0x000000000000842c       0x24 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000842c                sym_LPFN6QJEOHBT4AP2K7MEYWDZW35U5VHIHXOA54I
+ .text          0x0000000000008450       0x58 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000008450                sym_7CIQBS4FNO23MS6BAN7Q3LK45R62DBPT5FNCWOA
+ .text          0x00000000000084a8       0x48 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x00000000000084a8                sym_Y6HXZQJARJ7FDWKGPREPQGRRGDOQMXHDALUK6KY
+ .text          0x00000000000084f0       0x18 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x00000000000084f0                sym_RXYEX777ZXB2E2DXJWDBCV7AAHWTCHNTLOSENBY
+ .text          0x0000000000008508       0x1c /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000008508                sym_PCLF3MATC3G3MYGRPG4ATMGCS6N4B7M5CSF2C2Y
+ .text          0x0000000000008524       0x18 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000008524                sym_EZCFQXKGAFHY5HQVJOXWDLO45XWMEJQY5WUGZNI
+ .text          0x000000000000853c       0x40 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000853c                sym_2GNBSSSS7HPV6RZQ52VFCGRXSPA3KLWISQSF42I
+ .text          0x000000000000857c       0x10 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000857c                sym_VEC44ISWPJAJ32J57NYIBEMC7Q6QEP7J6SVR4BQ
+ .text          0x000000000000858c       0x18 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000858c                sym_LSYZDZOMTD6BKKRX25HIBNLFKSFDXBS3PS4UKOY
+ .text          0x00000000000085a4      0x264 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x00000000000085a4                sym_EMR2H7KEGRFFKS6A4P3ZPPGOJSTVXLGRI25MEYQ
+ .text          0x0000000000008808       0x10 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000008808                sym_V67AIMSO57NYVNGXZF2PDQSJQJLITHU4KD4CKAY
+ .text          0x0000000000008818        0xc /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000008818                sym_UX6VBOIQ7ULLMX3I6UDFOFZ6IT2DVZKKVIEVRMY
+ .text          0x0000000000008824       0x10 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000008824                sym_L4JTLGMK2AWYAAPRB3O77773SG36X2NTZJ3FAHA
+ .text          0x0000000000008834       0x1c /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000008834                sym_WD6EQ3FQVKOAARDWHQJJC5SVKHQS7A2MF5YDCPA
+ .text          0x0000000000008850       0x1c /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000008850                sym_WGW6HZ6PNLYQSUJALICWZO27AY5UJWYCU6B6ACI
+ .text          0x000000000000886c       0x34 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000886c                sym_7VLVVPDI26BVJ64XQBSGXOQYGQA4VH5APIPDGYA
+ .text          0x00000000000088a0       0x38 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x00000000000088a0                sym_55XNA7W2CQFJPCH62ZAKHLPISYHJ7KMNREEN6EA
+ .text          0x00000000000088d8       0xac /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x00000000000088d8                sym_472GCM45ITLH5GOXITRUEUJXOU6SPVHTMEVFHWQ
+ .text          0x0000000000008984        0xc /opt/ncs/nrfxlib/mpsl/fem/common/lib/cortex-m4/soft-float/libmpsl_fem_common.a(libmpsl_fem_common_debug_soft__obfuscated.elf)
+                0x0000000000008984                mpsl_fem_caps_get
+ .text          0x0000000000008990        0xc /opt/ncs/nrfxlib/mpsl/fem/common/lib/cortex-m4/soft-float/libmpsl_fem_common.a(libmpsl_fem_common_debug_soft__obfuscated.elf)
+                0x0000000000008990                mpsl_fem_disable
+ .text          0x000000000000899c        0xc /opt/ncs/nrfxlib/mpsl/fem/common/lib/cortex-m4/soft-float/libmpsl_fem_common.a(libmpsl_fem_common_debug_soft__obfuscated.elf)
+                0x000000000000899c                mpsl_fem_pa_configuration_set
+ .text          0x00000000000089a8        0xc /opt/ncs/nrfxlib/mpsl/fem/common/lib/cortex-m4/soft-float/libmpsl_fem_common.a(libmpsl_fem_common_debug_soft__obfuscated.elf)
+                0x00000000000089a8                mpsl_fem_lna_configuration_set
+ .text          0x00000000000089b4        0xc /opt/ncs/nrfxlib/mpsl/fem/common/lib/cortex-m4/soft-float/libmpsl_fem_common.a(libmpsl_fem_common_debug_soft__obfuscated.elf)
+                0x00000000000089b4                mpsl_fem_pa_configuration_clear
+ .text          0x00000000000089c0        0xc /opt/ncs/nrfxlib/mpsl/fem/common/lib/cortex-m4/soft-float/libmpsl_fem_common.a(libmpsl_fem_common_debug_soft__obfuscated.elf)
+                0x00000000000089c0                mpsl_fem_lna_configuration_clear
+ .text          0x00000000000089cc        0xc /opt/ncs/nrfxlib/mpsl/fem/common/lib/cortex-m4/soft-float/libmpsl_fem_common.a(libmpsl_fem_common_debug_soft__obfuscated.elf)
+                0x00000000000089cc                mpsl_fem_pa_power_control_set
+ .text          0x00000000000089d8       0x14 /opt/ncs/nrfxlib/mpsl/fem/common/lib/cortex-m4/soft-float/libmpsl_fem_common.a(libmpsl_fem_common_debug_soft__obfuscated.elf)
+                0x00000000000089d8                mpsl_fem_tx_power_split
+ .text          0x00000000000089ec        0xc /opt/ncs/nrfxlib/mpsl/fem/common/lib/cortex-m4/soft-float/libmpsl_fem_common.a(libmpsl_fem_common_debug_soft__obfuscated.elf)
+                0x00000000000089ec                mpsl_fem_device_config_254_apply_get
+ .text          0x00000000000089f8       0x44 /opt/ncs/nrfxlib/mpsl/fem/common/lib/cortex-m4/soft-float/libmpsl_fem_common.a(libmpsl_fem_common_debug_soft__obfuscated.elf)
+                0x00000000000089f8                mpsl_fem_utils_available_cc_channels_cache
+ .text          0x0000000000008a3c        0xc /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+                0x0000000000008a3c                sym_3NUECOSAIC227DBCPHAP4U7EQ3UBTGANU5ASIOA
+ .text          0x0000000000008a48       0x34 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+                0x0000000000008a48                sym_QLJBNB55XHXGY3EZ4W3ZZ3U6AVPE2YGDOXRUZSQ
+ .text          0x0000000000008a7c       0x54 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+                0x0000000000008a7c                sym_VWOYI7XCNXBFVPWSS6WFJ2CWKPJYCMRRQTU7QWQ
+ .text          0x0000000000008ad0       0x20 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+                0x0000000000008ad0                mpsl_tx_power_radio_supported_power_adjust
+ .text          0x0000000000008af0       0x80 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+                0x0000000000008af0                sym_JBMIQXYLJQQB56KLSIZ2WVKBMEMRZHLRBGLEPTA
+ .text          0x0000000000008b70       0x58 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x0000000000008bc8       0x1c /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x0000000000008be4       0x7c /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+                0x0000000000008be4                mpsl_timeslot_session_open
+ .text          0x0000000000008c60        0xc /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+                0x0000000000008c60                sym_SKFSQME5SGNPYLL7B75KY7PHXFYWSRI2HSTT45A
+ .text          0x0000000000008c6c       0x1c /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+                0x0000000000008c6c                sym_4RNEPYYQOFM4LAOGLN2TB27X7L3XBISTGAWYOHQ
+ .text          0x0000000000008c88       0x2c /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+                0x0000000000008c88                sym_WTOZYVN52TSAPXLTHQQLG45KSAFDDSBJMHMFM6Q
+ .text          0x0000000000008cb4       0x1c /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+                0x0000000000008cb4                sym_XYQTP7YX2XFVREW5KFDH2NNPGRIPEHKIO2RURYI
+ .text          0x0000000000008cd0       0x6c /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+                0x0000000000008cd0                sym_V6OT7EKSQC3XEJK5ZWNACQF7LLICCSE7X3C3ECY
+ .text          0x0000000000008d3c       0x58 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+                0x0000000000008d3c                sym_AOU55ZK756JLPLCLZ5TZSSVKOAWWFUNQZATBXUI
+ .text          0x0000000000008d94       0xb4 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+                0x0000000000008d94                sym_OLT7BBJAMRJJV5HK3QZCAOG3B3FGZ46HFC5VINI
+ .text          0x0000000000008e48       0x34 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+                0x0000000000008e48                sym_PITJNQC6YSCEFAH23N5QRORZDKCSKOAUGBUS6GA
+ .text          0x0000000000008e7c       0x20 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+                0x0000000000008e7c                sym_MLZNDMDYRI6WNTNQ4RIQGPD423CK7RT4YVI5CAI
+ .text          0x0000000000008e9c       0x38 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+                0x0000000000008e9c                sym_4FXF7BZT2IZ3YRYSE3Z2XCICKWZPGDZTXL2ECZQ
+ .text          0x0000000000008ed4       0x20 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+                0x0000000000008ed4                sym_RWBLK2534FJMTER76IYUPZQ3YF74JEALZ2OBIDI
+ .text          0x0000000000008ef4       0x20 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+                0x0000000000008ef4                sym_HVFGTYCGAECGUJHOFSPMGUV2G4PTWWUYTJVAPNA
+ .text          0x0000000000008f14       0x2c /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+                0x0000000000008f14                MPSL_IRQ_RADIO_Handler
+ .text          0x0000000000008f40       0x54 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+                0x0000000000008f40                sym_XEJLNUQGS5P4R5IXDJFF6NE6C2FZWRZYDQOGMPI
+ .text          0x0000000000008f94        0xc /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+                0x0000000000008f94                sym_ETIE3PCEXQYLK2GIVZENQ6V7PLBRV57MB7BDMNY
+ .text          0x0000000000008fa0        0xc /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+                0x0000000000008fa0                sym_MGDULS4U2D5VQ5NBLZDC7UTSC6O3GJASJZPQJ2Q
+ .text          0x0000000000008fac       0x28 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+                0x0000000000008fac                sym_PEUB6CZG5CWXXD4M2S6OVBXZGDFOG4XII7USUDQ
+ .text          0x0000000000008fd4       0x38 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+                0x0000000000008fd4                mpsl_clock_hfclk_request
+ .text          0x000000000000900c       0x34 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x0000000000009040       0x38 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+                0x0000000000009040                sym_AF5XKA2WT4DMFZTLKHOBWE7E2EZAMLDDFPQGGTQ
+ .text          0x0000000000009078       0x1c /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+                0x0000000000009078                mpsl_clock_hfclk_release
+ .text          0x0000000000009094       0x10 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+                0x0000000000009094                sym_4CZSFTTT34WDYFZKE2NSCSVSYLPHLZYN7QUTGHY
+ .text          0x00000000000090a4       0x4c /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+                0x00000000000090a4                mpsl_calibration_timer_handle
+ .text          0x00000000000090f0       0x78 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+                0x00000000000090f0                sym_A4JUKJUCTJV55V2WD6TXU63VO5GAMB4XA4EE56Q
+ .text          0x0000000000009168       0xf0 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+                0x0000000000009168                MPSL_IRQ_CLOCK_Handler
+ .text          0x0000000000009258       0x18 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+                0x0000000000009258                sym_4PX37LW4KIUYQZ73JWLPH5GAGIRWAKTV3E6F62Q
+ .text          0x0000000000009270      0x248 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+                0x0000000000009270                sym_FYHKZOVAJN6VDDHY43FT7PF4YLRDHWRTEWHFG6I
+ .text          0x00000000000094b8       0x44 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+                0x00000000000094b8                sym_UG7CMBAYEZEKSKQK753P4TBTSPUXVRWUS6QJJOA
+ .text          0x00000000000094fc       0x18 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+                0x00000000000094fc                sym_XK3TMLCZALCYYWGULGHQIRSOBMPIIPJ7HEMOZIQ
+ .text          0x0000000000009514        0xc /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+                0x0000000000009514                sym_PIRI3CTIHOPR5MPDQRHBJRRZEA2NVOD4J3GXGOA
+ .text          0x0000000000009520       0x1c /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+                0x0000000000009520                sym_LIY23QT3GHIV7NCGJ6ZW6LB2ZUSI56CIFCL6HUY
+ .text          0x000000000000953c       0x2c /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x0000000000009568       0x2c /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x0000000000009594       0x38 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x00000000000095cc       0x2c /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x00000000000095f8       0x50 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x0000000000009648       0x64 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x00000000000096ac       0x38 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x00000000000096e4       0xa8 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+                0x00000000000096e4                sym_3SK52U5TD4ACVVYKWS6UI6ZPWKSLV6BW5IGCPJI
+ .text          0x000000000000978c        0xc /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+                0x000000000000978c                sym_RUQO26WM5KVVEW7O3OHCXPO7LLLXRBDPIPSWIWY
+ .text          0x0000000000009798        0xc /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+                0x0000000000009798                sym_M4DIQOXJAE3BNHQBIUCZXAABSM24CWUEJOCU7DY
+ .text          0x00000000000097a4       0x20 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+                0x00000000000097a4                sym_E5Q6O4GY4KO3GMW7WJYXLZKHO7ZGDWLU4ZPAKWA
+ .text          0x00000000000097c4      0x130 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+                0x00000000000097c4                sym_2ZDZA75WOMRNSQ6XL7IZWAQKYFFSRJOGBGKPTIQ
+ .text          0x00000000000098f4       0xd0 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+                0x00000000000098f4                sym_X2K67YH6UCW6TFK6NTLPZZFGWYHTTPZYK5PXHNQ
+ .text          0x00000000000099c4       0x18 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+                0x00000000000099c4                sym_CQWZ455IMTLTPY5LEEZHXHRRNX223B3HTDD45HA
+ .text          0x00000000000099dc       0xc4 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+                0x00000000000099dc                sym_TSYEIN5CZPQE3YK6VECZD5C2M4LMXKKH6O7LNAY
+ .text          0x0000000000009aa0       0x34 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+                0x0000000000009aa0                sym_Y3UVF6YHRTBBXFJQDE7OMEAPPATQJFJYHW45BGI
+ .text          0x0000000000009ad4       0x8c /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+                0x0000000000009ad4                MPSL_IRQ_RTC0_Handler
+ .text          0x0000000000009b60       0xec /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+                0x0000000000009b60                MPSL_IRQ_TIMER0_Handler
+ .text          0x0000000000009c4c      0x53c /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x000000000000a188      0x258 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x000000000000a3e0      0x1e0 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x000000000000a5c0      0x188 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x000000000000a748       0xec /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x000000000000a834      0x14c /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x000000000000a980       0x7c /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+                0x000000000000a980                sym_ZC6NJBPUISWILQK6OTOBMJVVUT63JRIDGH5WNCY
+ .text          0x000000000000a9fc      0x34c /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+                0x000000000000a9fc                sym_SFR5TVV24PZRIRC5QGOHL2X436PUHKRY2QWKP5Y
+ .text          0x000000000000ad48       0x58 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+                0x000000000000ad48                sym_RPHL2J7CVNKM6GKLDIFI4NVAPZE2FHTYW4VJSJI
+ .text          0x000000000000ada0       0x3c /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+                0x000000000000ada0                sym_CFZK3G6ZC4ONUAYO2UALWQ4CBO7A6ADNAS2FS7Y
+ .text          0x000000000000addc       0x2c /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+                0x000000000000addc                sym_W447CEMR6K6QRW3N63PRPIR7NK6ENOSBFXLCPRQ
+ .text          0x000000000000ae08      0x22c /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+                0x000000000000ae08                sym_CVH6S6LMSFPC2RM6I6LYWFRVOJUD3A6OCMG7AAI
+ .text          0x000000000000b034      0x618 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+                0x000000000000b034                sym_NFDFVOR5BUFND4TNTGYIYR4ARXJRXWSQ4PVFUKY
+ .text          0x000000000000b64c      0x20c /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+                0x000000000000b64c                sym_R4Y3KWNYX4PGGLE5X2L7DXMWMJUY3DOXD7LSUKY
+ .text          0x000000000000b858      0x2e8 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+                0x000000000000b858                sym_J5F7QGRFPKMLWRNSXZXS5YI7BM4DUTISCOASCOA
+ .text          0x000000000000bb40       0xb0 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+                0x000000000000bb40                sym_URFU24FFGR2HYB6CCPIPKPNZNMTWHKDYOATUJNY
+ .text          0x000000000000bbf0        0x4 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+                0x000000000000bbf0                sym_6TZLBWMEWRMPI4KKAUVLC2XHUBDGXEA4B4JJJYQ
+ .text          0x000000000000bbf4       0xa0 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+                0x000000000000bbf4                sym_FWJGAV6HUABGKXBT6K4XJ76WZDWHK3EOQOQRNOI
+ .text          0x000000000000bc94      0x254 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+                0x000000000000bc94                sym_QWOE5H22ZADGJX5JSROW7BOI32Z6PPEEJCISNOQ
+ .text          0x000000000000bee8      0x2b4 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+                0x000000000000bee8                sym_DQFOGVCNU4NTOMWSL3IYDNCMIXT2LT7SZHL5IHI
+ .text          0x000000000000c19c       0x7c /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+                0x000000000000c19c                sym_ORUJDMUJV7RZIFXM3X5KLRROPKJ7VPLJ65JMLRQ
+ .text          0x000000000000c218       0x24 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x000000000000c23c       0x30 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x000000000000c26c       0x30 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x000000000000c29c       0x2c /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x000000000000c2c8       0x78 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+                0x000000000000c2c8                mpsl_init
+ .text          0x000000000000c340       0x14 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+                0x000000000000c340                sym_4JLKMM32SOXCP6XBYAWZDUIMUJIYXLKKDBOFLHI
+ .text          0x000000000000c354       0x58 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+                0x000000000000c354                sym_S2UAPMFVIQXDUOA6CV7GJMB33TYHEUH5D6LHO5Q
+ .text          0x000000000000c3ac       0x28 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+                0x000000000000c3ac                sym_XR32KBBIVYD5OVRJM2RBQ57EGCCM2C3F5IY6OHQ
+ .text          0x000000000000c3d4        0xc /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+                0x000000000000c3d4                mpsl_is_initialized
+ .text          0x000000000000c3e0       0xdc /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x000000000000c4bc      0x184 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+                0x000000000000c4bc                mpsl_ecb_block_encrypt_extended
+ .text          0x000000000000c640       0x7c /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+                0x000000000000c640                mpsl_temperature_get
+ .text          0x000000000000c6bc       0x38 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+                0x000000000000c6bc                sym_W7ROFHNOSDKPIRUKDGIZZ5YR3MC3DAM2YLJOUIA
+ .text          0x000000000000c6f4       0x20 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+                0x000000000000c6f4                sym_BJJ4JJDCVJTQH3OQZK6RMMOLISQZEJEZ3BJOKJY
+ .text          0x000000000000c714       0x38 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+                0x000000000000c714                sym_GURZ3AH6X65RGSKYMYNWZVP6HM56LA5MRAQWT6Q
+ .text          0x000000000000c74c       0x50 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+                0x000000000000c74c                sym_VWGRUQT3LYZHLYS5KJ7UOCJEHLDJTWH4RVJBGKQ
+ .text          0x000000000000c79c       0x34 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+                0x000000000000c79c                sym_4WL3TG4Q7RCTFEMPQ2CQTOL4PAKUULDPJUM5DTY
+ .text          0x000000000000c7d0       0x54 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x000000000000c824       0x88 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+                0x000000000000c824                sym_2FGI6PRNKAQGGACVKJNWC6EWB4C4ZZYUSEGOPOI
+ .text          0x000000000000c8ac       0xb0 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+                0x000000000000c8ac                sym_R66O3ZG7PAFXV56YPWXD7FGU6UB3QYBQIHK33BQ
+ .text          0x000000000000c95c       0x8c /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+                0x000000000000c95c                sym_525JLJ5JEQ6FEZGTSIW74UTOCUZ2F4YECMQ6KVQ
+ .text          0x000000000000c9e8       0xf0 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+                0x000000000000c9e8                sym_DQONLUECJTIEYFOFJXXAPJO4POIAJKJNKBGVN5A
+ .text          0x000000000000cad8       0xd8 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+                0x000000000000cad8                sym_VSILKYHVQ5DVF6LG5MG267DQVA3A2XZQ6FSCLXA
+ .text          0x000000000000cbb0        0xc /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+                0x000000000000cbb0                sym_FLYO2O6PDDEK6WCFFGJRAPCMRB5FFHTEEHI4Z2Q
+ .text          0x000000000000cbbc      0x2a0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/thumb/v7e-m/nofp/libgcc.a(_udivmoddi4.o)
+                0x000000000000cbbc                __udivmoddi4
+ .text          0x000000000000ce5c       0x14 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-strcmp.o)
+                0x000000000000ce5c                strcmp
+ .text          0x000000000000ce70       0x10 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-strlen.o)
+                0x000000000000ce70                strlen
+ .text          0x000000000000ce80       0x16 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000ce80                sym_PVKZWZJ5CJJGE5FITE5FOMMY5J4BUV2COWMQKSY
+ .text          0x000000000000ce96       0x28 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000ce96                sym_BR3ZWQHTEOP3TTXZR25GQZOEPSGL2XNSEOFSTEI
+ .text          0x000000000000cebe       0x5e /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000cebe                sym_CNH7SD2WCGFAHI2ANQOF3HHV2F3WYQDABEB6D2I
+ .text          0x000000000000cf1c       0x6c /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000cf1c                sym_XBPRCWTRXORTYBBILZLCEINUIX4S5BJ5RTZD2RY
+ .text          0x000000000000cf88      0x22a /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000cf88                sym_XMQQMVD4MD6DRWNW2DWSCGOMJHFY3IX7NXUHTGI
+ .text          0x000000000000d1b2       0x14 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000d1b2                sdc_hci_data_put
+ .text          0x000000000000d1c6       0x20 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000d1c6                sdc_hci_get
+ .text          0x000000000000d1e6        0xa /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000d1e6                sdc_hci_cmd_cb_set_event_mask
+ .text          0x000000000000d1f0        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000d1f0                sdc_hci_cmd_cb_read_transmit_power_level
+ .text          0x000000000000d1f4        0xa /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000d1f4                sdc_hci_cmd_cb_set_event_mask_page_2
+ .text          0x000000000000d1fe        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000d1fe                sdc_hci_cmd_cb_read_authenticated_payload_timeout
+ .text          0x000000000000d202        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000d202                sdc_hci_cmd_cb_write_authenticated_payload_timeout
+ .text          0x000000000000d206       0x36 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000d206                sdc_hci_cmd_vs_zephyr_read_version_info
+ .text          0x000000000000d23c        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000d23c                sdc_hci_cmd_vs_zephyr_write_bd_addr
+ .text          0x000000000000d240       0xa4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000d240                sdc_hci_cmd_vs_zephyr_read_static_addresses
+ .text          0x000000000000d2e4       0xa2 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000d2e4                sdc_hci_cmd_vs_zephyr_read_key_hierarchy_roots
+ .text          0x000000000000d386       0x2c /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000d386                sdc_hci_cmd_vs_zephyr_read_chip_temp
+ .text          0x000000000000d3b2        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000d3b2                sdc_hci_cmd_vs_llpm_mode_set
+ .text          0x000000000000d3b6        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000d3b6                sdc_hci_cmd_vs_conn_update
+ .text          0x000000000000d3ba        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000d3ba                sdc_hci_cmd_vs_conn_event_extend
+ .text          0x000000000000d3be        0xc /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000d3be                sdc_hci_cmd_vs_qos_conn_event_report_enable
+ .text          0x000000000000d3ca        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000d3ca                sdc_hci_cmd_vs_event_length_set
+ .text          0x000000000000d3ce        0x8 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000d3ce                sdc_hci_cmd_vs_peripheral_latency_mode_set
+ .text          0x000000000000d3d6        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000d3d6                sdc_hci_cmd_vs_set_adv_randomness
+ .text          0x000000000000d3da       0x1e /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000d3da                sdc_hci_cmd_vs_get_next_conn_event_counter
+ .text          0x000000000000d3f8        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000d3f8                sdc_hci_cmd_vs_min_val_of_max_acl_tx_payload_set
+ .text          0x000000000000d3fc        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000d3fc                sdc_hci_cmd_vs_set_role_priority
+ .text          0x000000000000d400        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000d400                sdc_hci_cmd_ip_read_local_version_information
+ .text          0x000000000000d404        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000d404                sdc_hci_cmd_ip_read_bd_addr
+ .text          0x000000000000d408        0xa /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000d408                sdc_hci_cmd_le_set_event_mask
+ .text          0x000000000000d412        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000d412                sdc_hci_cmd_le_read_buffer_size
+ .text          0x000000000000d416        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000d416                sdc_hci_cmd_le_set_random_address
+ .text          0x000000000000d41a        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000d41a                sdc_hci_cmd_le_set_adv_params
+ .text          0x000000000000d41e        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000d41e                sdc_hci_cmd_le_read_adv_physical_channel_tx_power
+ .text          0x000000000000d422        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000d422                sdc_hci_cmd_le_set_adv_data
+ .text          0x000000000000d426        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000d426                sdc_hci_cmd_le_set_scan_response_data
+ .text          0x000000000000d42a        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000d42a                sdc_hci_cmd_le_set_adv_enable
+ .text          0x000000000000d42e        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000d42e                sdc_hci_cmd_le_read_filter_accept_list_size
+ .text          0x000000000000d432        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000d432                sdc_hci_cmd_le_clear_filter_accept_list
+ .text          0x000000000000d436        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000d436                sdc_hci_cmd_le_add_device_to_filter_accept_list
+ .text          0x000000000000d43a        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000d43a                sdc_hci_cmd_le_remove_device_from_filter_accept_list
+ .text          0x000000000000d43e        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000d43e                sdc_hci_cmd_le_read_channel_map
+ .text          0x000000000000d442        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000d442                sdc_hci_cmd_le_read_remote_features
+ .text          0x000000000000d446        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000d446                sdc_hci_cmd_le_encrypt
+ .text          0x000000000000d44a        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000d44a                sdc_hci_cmd_le_rand
+ .text          0x000000000000d44e        0x8 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000d44e                sdc_hci_cmd_le_long_term_key_request_reply
+ .text          0x000000000000d456        0x8 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000d456                sdc_hci_cmd_le_long_term_key_request_negative_reply
+ .text          0x000000000000d45e        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000d45e                sdc_hci_cmd_le_set_data_length
+ .text          0x000000000000d462        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000d462                sdc_hci_cmd_le_read_suggested_default_data_length
+ .text          0x000000000000d466        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000d466                sdc_hci_cmd_le_write_suggested_default_data_length
+ .text          0x000000000000d46a        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000d46a                sdc_hci_cmd_le_read_max_data_length
+ .text          0x000000000000d46e        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000d46e                sdc_hci_cmd_le_read_phy
+ .text          0x000000000000d472        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000d472                sdc_hci_cmd_le_set_default_phy
+ .text          0x000000000000d476        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000d476                sdc_hci_cmd_le_set_phy
+ .text          0x000000000000d47a        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000d47a                sdc_hci_cmd_le_read_transmit_power
+ .text          0x000000000000d47e        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000d47e                sdc_hci_cmd_le_set_data_related_address_changes
+ .text          0x000000000000d482        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000d482                sdc_hci_cmd_lc_disconnect
+ .text          0x000000000000d486        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000d486                sdc_hci_cmd_lc_read_remote_version_information
+ .text          0x000000000000d48a       0x50 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000d48a                sym_A7PVZLRTORLFMETW3GOBE4DG32WTH46LP2SW5QQ
+ .text          0x000000000000d4da       0x4c /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000d4da                sym_XCF2HHS4DO2JW2ILCF4RJW66HXXYOROBK7NUPMY
+ .text          0x000000000000d526       0x12 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000d526                sym_E56LW5YVGUG6HP2OML5URHI7K2KCWX5ULQKQOKY
+ .text          0x000000000000d538        0xc /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000d538                sym_GY6HW2EOPDDWC2CI5H63QTBNGQK3KCPAMBHR3EY
+ .text          0x000000000000d544       0x38 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000d544                sym_TDLIKQLE652KPCFAMYL33G6BKGPHRLYLWNEOTHQ
+ .text          0x000000000000d57c       0x46 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000d57c                sym_47GVMLF7NXDJBYC2TPU2ES3ZL6CP4GIPWKYYWBI
+ .text          0x000000000000d5c2       0x4a /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000d5c2                sym_UOYZDE3MDLGPDL5S5WKUFLPYH4DJIMF3BJSBDYA
+ .text          0x000000000000d60c       0x38 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000d60c                sym_PTZ4EWNTFK5S5TZGCBNFETDF37P4DBX7VGM33II
+ .text          0x000000000000d644        0xe /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000d644                sym_B62EJKCCJ4JFC5I4BFTUJG7GNOKGWQ4KKFBS6RI
+ .text          0x000000000000d652       0x42 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000d652                sym_4WKKRRMMNLQOCTRGC2MVIREG5QOCFUEL67TBUQY
+ .text          0x000000000000d694       0x54 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000d694                sym_4DUZAAZKVNAL6VUHN4XAFX35FQKJS4D7DISLHDI
+ .text          0x000000000000d6e8       0x80 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000d6e8                sym_3LZ364FVGUVSOSH6XGIFMW5SY36X7BQXDOES46Y
+ .text          0x000000000000d768       0x1c /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000d768                sym_RZ3AO5KZJYCPFG5YW4CBZQF5SRGN3BPTEGBY47I
+ .text          0x000000000000d784        0xc /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000d784                sym_DY52YMZFQPMDNFDSVZDQLPFIWKOSXIQIEKUVZNY
+ .text          0x000000000000d790        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000d790                sym_UPAEGKLCM3QW7VHROMMVD5MIRBTM2NGCYENWSLI
+ .text          0x000000000000d794       0x28 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000d794                sym_Q4EW623JZHY67RB7U4Z2L2SMI5ENWIDFL23JZHQ
+ .text          0x000000000000d7bc       0x14 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000d7bc                sym_LIYGXI2UGDXBB3WZBJYHTKFR7X66AHBTSGA7ZTA
+ .text          0x000000000000d7d0       0x3c /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000d7d0                sym_T2KVJXUKBW7E6DZMIXB2ENUQYG6P2TBYLXO3PAY
+ .text          0x000000000000d80c       0x1a /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000d80c                sym_4FRIF7JGOVTE7JZ3KYQVPKX5PKSXGKCIHE6GQDY
+ .text          0x000000000000d826       0x54 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000d826                sym_JTNP7UFMKYWSFCHJEA5IASO3QVW3HK4YV6YOJYQ
+ .text          0x000000000000d87a        0xe /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000d87a                sym_B627VJPECYREV5OY4VJ652ISBA4XGPKVOUJ747A
+ .text          0x000000000000d888       0x3c /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x000000000000d8c4       0x10 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x000000000000d8d4       0x32 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000d8d4                sym_HNCDHITBYWLO4GMOSPKCO7YXRRWIUQ2IKIZ4C5A
+ .text          0x000000000000d906       0x1c /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000d906                sym_WDNTHBFS7DQM3AR7WDCR7ZEICFH5ZM5PJ35BRPY
+ .text          0x000000000000d922        0x6 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000d922                sym_SCCFLYV5KOPRJ5S7RGDC2KDSCCHMKXYC3EQIE6A
+ .text          0x000000000000d928       0x60 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000d928                sym_F5SXUQLY6DFZ5NXKJ4VFIGAK52D6AM5LN2AJKSY
+ .text          0x000000000000d988       0x3a /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000d988                sym_OC5GPSERLPE7TKXSCU3QAZ62H3OM4MWFYV7WX2I
+ .text          0x000000000000d9c2       0x4e /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000d9c2                sym_VPXIA5P4C72CY3ME4ZVXBADOKEG5S4C7Z7QZZFA
+ .text          0x000000000000da10       0x44 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000da10                sym_MF4WRTQNYFRYRFGW7FZUI3ZAYNQZ5EQ54QSK6JQ
+ .text          0x000000000000da54       0x16 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000da54                sym_DPFAWTOI3GRLXCS5TV5FXLZJNKWMRLYTLT4DRFY
+ .text          0x000000000000da6a       0x16 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000da6a                sym_27RZBWKBTESKUPVNN3E7RHYQU6UH4RT372SK2WA
+ .text          0x000000000000da80       0x12 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000da80                sym_Z3P3D5U3YDA66QTFRMTODYQPS5XZL7N2E3M2DIY
+ .text          0x000000000000da92       0x12 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000da92                sym_IBQ2J6PQMWEGB2QFNQVSDUN2ZUMMRTUFKUUZT2I
+ .text          0x000000000000daa4       0x20 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000daa4                sym_RIJIFYF46ZRKFDPA3GKV7WCH2VGEUEP6MVN4JFI
+ .text          0x000000000000dac4       0x20 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000dac4                sym_MJFFFAJVV3IQTOJK6UL2575XXGCEKTIIFXD5MAQ
+ .text          0x000000000000dae4        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000dae4                sym_T2WGCKXTT3AQKC37WUCKG6LFMKIXXWS3R6ESLQQ
+ .text          0x000000000000dae8       0x1c /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x000000000000db04        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000db04                sym_UXGGQ7KT7KLQURU53WAWGAVBCTGQC65UKGCUU4A
+ .text          0x000000000000db08       0x46 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x000000000000db4e       0x26 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x000000000000db74       0x28 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x000000000000db9c       0x50 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x000000000000dbec       0x4c /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x000000000000dc38      0x164 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x000000000000dd9c        0x6 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000dd9c                sym_MHDCHYAEWBCIUYGOTWRWGZEJ6XEBEBUHOO5T6WY
+ .text          0x000000000000dda2       0x48 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000dda2                sym_7Q3OGK46EJ4CJTNREFMB4I3YQOYV4MCCW6KC7XI
+ .text          0x000000000000ddea       0x24 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000ddea                sym_3ZNIOFG7XMX7YS4WHN4QVNG3AVWN2QVSTHUWDXQ
+ .text          0x000000000000de0e       0x18 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000de0e                sym_AYIY5D3XOYY75J7QUVTZN22IHGLGB3CW5RBZMDY
+ .text          0x000000000000de26       0xd4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000de26                sym_EPRPLWOAI3YMJ24HN6AZUGT5NWULVXEG6CTCI2Y
+ .text          0x000000000000defa       0x94 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000defa                sym_FY3JF6XBXLAG22E42UPFUU55A3QFAFZDUGSPAPY
+ .text          0x000000000000df8e        0x6 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000df8e                sym_VKORYLCFNIWNGETWJR24ZOUACQP66MFSZSXVABY
+ .text          0x000000000000df94       0x34 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x000000000000dfc8       0x2a /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x000000000000dff2       0x14 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x000000000000e006       0x1a /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x000000000000e020       0x24 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x000000000000e044       0x50 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x000000000000e094       0x76 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x000000000000e10a      0x116 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x000000000000e220       0xb8 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000e220                sym_TTWYMXRKLVLI7DIZYVTKGZHSGKFWB63OVH3AYYQ
+ .text          0x000000000000e2d8        0xa /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000e2d8                sym_QA2HTUWXDQAGJZ32BSTQMVSMKKNETZBUHL37LYA
+ .text          0x000000000000e2e2        0xe /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000e2e2                sym_5OKDNHIYSDG2NFFB242VCRESG3W37YENBGQLRBA
+ .text          0x000000000000e2f0       0x1c /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000e2f0                sym_UL6TXQTTOV34QCAIQPVPFYEQSUUJPIEN42CTITI
+ .text          0x000000000000e30c       0x28 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000e30c                sym_JNP3XPG2S47QWEENF5PX2JQ36HNB7C2PPNDBQRI
+ .text          0x000000000000e334       0x26 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000e334                sym_FQNF6KMIBMQDKYS2BJP6ZB7BLEET53WUIWQK6FA
+ .text          0x000000000000e35a       0x22 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000e35a                sym_VBKW2EEGTD4JJSNUU73GLQHLYR7TWOGYRMQYZEY
+ .text          0x000000000000e37c        0xc /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000e37c                sym_PMB4FUQR4IQVAL4FOP3PPQDDXYDFQIUYDVZ6DGY
+ .text          0x000000000000e388       0x40 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000e388                sym_Q3C2XSZVED7JHVMCJN53G6AXVXF3ZOUR7A37OEQ
+ .text          0x000000000000e3c8       0x22 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000e3c8                sym_KQ364TAUBSTGBVLC6BUZ6LU5UQACEISDV2KKO5I
+ .text          0x000000000000e3ea       0x16 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000e3ea                sym_IZN3QWH7I4A7OX5E6DK53W35W3UX25DTZ6CQ57Q
+ .text          0x000000000000e400       0x12 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000e400                sym_V4G4DUSXVGCZMSYXHZZWQMKMNZCZVEEIBVCQ7EQ
+ .text          0x000000000000e412       0x16 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000e412                sym_5KZ3ESY4NUZKM5COQRZJAL6CXWIG2JSPGHV3RPQ
+ .text          0x000000000000e428       0x2a /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000e428                sym_4JSL5B25NNB5WWK7I5BGUTCTKEZ4HYLOODANEEQ
+ .text          0x000000000000e452       0x22 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000e452                sym_NITRJIWYGM7PLEIQEII3QZID3O3DS62GXB3UYIA
+ .text          0x000000000000e474       0x4a /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000e474                sym_PAQFQMAKUCMOA6SUTJ7CAX3DYCWNAJLJQFJCDNY
+ .text          0x000000000000e4be        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000e4be                sym_M6MZU5PVUKHQMWMMC4UT23L7SRBW44JZLP26X4I
+ .text          0x000000000000e4c2       0x40 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000e4c2                sym_Q5GJELDUJDXPR5M7PG33JSPACOMZ32BYQV2DESA
+ .text          0x000000000000e502       0x1c /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000e502                sym_4DOGMDZGTALJPSDK26RDOFYJAUF2WWYUQSK5XNA
+ .text          0x000000000000e51e       0x20 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000e51e                sym_IS5N626FV5MT54PZIWSKFZUUH6WWJWJ46G6YN3A
+ .text          0x000000000000e53e       0x52 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000e53e                sym_VT6ZFFM2E7JNVAG5YLSPAZYR4HOPL3X5GX3IH7A
+ .text          0x000000000000e590       0x30 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000e590                sym_TWSXGABZDFOR6GMTPL43NA2Q7GCJDL7RARUHBMQ
+ .text          0x000000000000e5c0       0x56 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000e5c0                sym_MBHLAUPQK3H6ERLQXCLUB2AQHB6N7MDDZSUQGSI
+ .text          0x000000000000e616        0xa /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000e616                sym_2USEL6R2GGJMMFO4XRNC6NIEFTFUU2HPLL2Z6FQ
+ .text          0x000000000000e620       0x1a /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000e620                sym_7FOXGNIIIKWTK7LVO3GURVRGLMM3ARJVLEJOXQY
+ .text          0x000000000000e63a       0x40 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000e63a                sym_CT735EXQUXWPD7TNRP2WWTA3LGLYUEOZMPS7RMI
+ .text          0x000000000000e67a       0xde /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000e67a                sym_D6Z72QTHOBKAEBKPZKUE4VJPVZJ36GAIUXFUHKY
+ .text          0x000000000000e758       0xa0 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000e758                sym_MVDV5RBWBEZV6THUS3WDA3RV4H6NH2D4IESH3IA
+ .text          0x000000000000e7f8       0x2a /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000e7f8                sym_XYKOVFYGOSL56Y753SKDQGINYTUFZGQJGBB54WI
+ .text          0x000000000000e822       0x3e /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000e822                sym_7GRSXPCDN6SAIPL3YJGWJFDEBFB3EXAXYUBY2II
+ .text          0x000000000000e860       0x2a /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000e860                sym_KXE6R52JHXVKOK6AHXAXVCPJHWR4FK73UB2AK7I
+ .text          0x000000000000e88a       0x64 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000e88a                sym_JU2KBYZVAT7EYGVZA4FU7TNK2PDUQNCWUBE5MWQ
+ .text          0x000000000000e8ee       0x1c /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000e8ee                sym_NLJDQQVQW4HF3HHWCCOGCGX457WQXW2LVV5NUTI
+ .text          0x000000000000e90a       0x1a /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000e90a                sym_FYIHUHKV4DLEPRADEPLDQO3YFUPWZFWRUJ4JAOA
+ .text          0x000000000000e924       0x20 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000e924                sym_AB3LPEZLZTHWVJYT4X3CSIX3UJONE76BJDZFP2Y
+ .text          0x000000000000e944       0x40 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000e944                sym_ULWM63O6UPJLQWAHX3MM6KEQT4NBSDWNEO3LSBY
+ .text          0x000000000000e984       0x3c /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000e984                sym_HZRUCXEK6VH2SKHLITFSCAH5JZW3VUS5CZD2RBY
+ .text          0x000000000000e9c0       0x2e /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000e9c0                sym_UBZJS2DDJXFBNL4D7RG3NTLQLLLCEP5IJ3L4GHI
+ .text          0x000000000000e9ee       0x12 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000e9ee                sym_J2SUO2NMPPNDQZAGB2FE5TAXJFMJ5FZXKAPNVFQ
+ .text          0x000000000000ea00       0x1a /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000ea00                sym_QUXPDBBA3LF6URTUQCXVFN4UTAQY2K4DGZD5OMY
+ .text          0x000000000000ea1a        0x6 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000ea1a                sym_266BMVQDBLXULMLATXWWN2P23YFP57RBL2ZNQ7A
+ .text          0x000000000000ea20        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000ea20                sym_XGMYPLGF3Q5IDBTHXI7LBKOVEGJV3YOSYITNMYA
+ .text          0x000000000000ea24        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000ea24                sym_FMRFQSLTCXFMENQUUTH5EZZXMJ4WRY5OJOYNDUA
+ .text          0x000000000000ea28       0x10 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x000000000000ea38       0x1c /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x000000000000ea54       0x22 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x000000000000ea76       0x28 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x000000000000ea9e       0x18 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x000000000000eab6        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000eab6                sym_R2552DB5ZKNDWW24PBGEV77VCDBC44WVAYRCUXQ
+ .text          0x000000000000eaba       0x16 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000eaba                sym_N4QRZBF2FIWL2SJPDNB5CJNAF73PGHUMQ7KGJGA
+ .text          0x000000000000ead0       0x84 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000ead0                sym_7HP2F3XCOOTO7JW2SJO6PGUER2VAQ7RTRD56QUY
+ .text          0x000000000000eb54       0x26 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000eb54                sym_5UID3SBXLTGQYGRFXVINZNLWHB7EKFT76O275JI
+ .text          0x000000000000eb7a       0x1a /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000eb7a                sym_3AWAQCNCZH4MEGKKMZLZXM2OFWJS4TFUCWUEKRI
+ .text          0x000000000000eb94       0x96 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000eb94                sym_RRC5YHH6YM3SHNGPFUCE3YX5LDRJC7YUGPWWYHQ
+ .text          0x000000000000ec2a       0xa8 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000ec2a                sym_HXHGQZG5JTAFRHWMQAPJ6HVLUUHUFG7HQQBAFUY
+ .text          0x000000000000ecd2       0x20 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000ecd2                sym_SICJIUWQ7BCWEYTQIT6XRP4QI64HKVMZBOORCIY
+ .text          0x000000000000ecf2       0x12 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000ecf2                sym_GO3PW6WZMDT63KG3KMVKMBW77LBENKRY4YK5X4Y
+ .text          0x000000000000ed04        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000ed04                sym_QXKT3PVMDTZRAAU2QNTWO5VOUEZ4NW6TWISREXY
+ .text          0x000000000000ed08        0x2 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000ed08                sym_BGPX36PUCNVPV3544HQ5RQFY5WG7CJAFVVBI7AY
+ .text          0x000000000000ed0a       0x3c /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000ed0a                sym_4ZZLWI6QQY4KJYYVP4RVDTJJJ6MW72AL2TJDVOI
+ .text          0x000000000000ed46       0x1a /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x000000000000ed60       0x14 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000ed60                sym_QW6JOH7RCJIC2YFNJEURX5QNB5EIQT646EHIWEA
+ .text          0x000000000000ed74       0x14 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000ed74                sym_GKUVQYGVTZ7DKWBNC3M5TXN4XZ4Q6TUJFSFOWBA
+ .text          0x000000000000ed88       0x1c /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000ed88                sym_3LQGLF52CJLOKQOJSNFVLTD3CW6GGPJMARVGQNQ
+ .text          0x000000000000eda4       0x1a /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000eda4                sym_UHWWEFDYCEMO6BV2Q3GVLMFC37EIDJEWGQC2XUA
+ .text          0x000000000000edbe       0x80 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000edbe                sym_76SF2THVWBBVUHDFLIXMTXOYE2LFAIMVFAFT26I
+ .text          0x000000000000ee3e       0x62 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000ee3e                sym_K4XFYUFHWSS4WLYRDTKOJ7STOPYHBKAJBCXHBBY
+ .text          0x000000000000eea0       0x4c /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000eea0                sym_CMGYAOMYUJOSH7VMLD3ENK3VLSIPR3DVYN2F44Y
+ .text          0x000000000000eeec        0x8 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000eeec                sym_6NROXJNXJONASXBRH4ZGPEEQ42PSH3YLRTC74GQ
+ .text          0x000000000000eef4       0x2c /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000eef4                sym_QOK2KYWK62QNZBQRPK2GPAU2IEJXSELK32IAUUA
+ .text          0x000000000000ef20       0x16 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x000000000000ef36       0x50 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x000000000000ef86       0x30 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000ef86                sym_DGQRK6XVXAAPQDRCJOVOHOTQ47PE7QQ4MNBOW5I
+ .text          0x000000000000efb6       0x5c /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000efb6                sym_KHCOV3Y476ESNIVYZPGAZMIYAIZNR3YMGCWNDEQ
+ .text          0x000000000000f012       0xc8 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000f012                sym_EMRT7PRPOJDVU5Z5ET5VJFU2CWFE2OMTIKS35RA
+ .text          0x000000000000f0da        0xe /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000f0da                sym_UDZO6WOEWJ2CNEYVP45GSHBVFT4OP6GEANP3NQY
+ .text          0x000000000000f0e8        0xe /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000f0e8                sym_M7NFHAM4FWTXSZMPV3DTHM2V6JD26AKK4R2A6YI
+ .text          0x000000000000f0f6       0x12 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000f0f6                sym_YBOODJ7VBLXRRILCBQXIORIXU3GHRAYK6WULLQY
+ .text          0x000000000000f108        0xe /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000f108                sym_NAGMMCXDNSRJLJ55T6DS4CG2FNZEN6Y562ZTFRY
+ .text          0x000000000000f116       0x1e /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000f116                sym_252O2EYK5FIXU63T5SACWK2VO6UFAQRM77ITNFA
+ .text          0x000000000000f134       0x1e /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000f134                sym_W6IKRDQNYMHGTRDGPLEMFTUCJYSU6SRYW73T4XI
+ .text          0x000000000000f152       0x9c /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000f152                sym_33X4NJAF5ERGJDTOD7NIRDMR4KT4JWBGAGRR5WQ
+ .text          0x000000000000f1ee       0x10 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000f1ee                sym_IGXXIFMDOTCDOLQAILBV5BXIU5R6AALP5I4HZGQ
+ .text          0x000000000000f1fe        0x8 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000f1fe                sym_VV6G4PHP6ULWM4Y2LJJIOETDZSUFDXGJCHBQNZI
+ .text          0x000000000000f206       0x1c /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000f206                sym_EHH4TL4V6XWVDGG5OCXTIQQT5C4OFTGXZXSIJAA
+ .text          0x000000000000f222        0x6 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000f222                sym_GII4UQLGDHD6D5DSTGUIOYZXEEJFVPTQQUWUNII
+ .text          0x000000000000f228        0x6 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000f228                sym_MD56XYITEHSLIFIRQT26SWOCASBX33AYW4XGGWY
+ .text          0x000000000000f22e        0x6 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000f22e                sym_EKDQHRHOWISU7QCQSGE4X3J4VBX22VVETALDGWI
+ .text          0x000000000000f234       0x5a /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000f234                sym_V6WVC3IEGFJGJMCL2AM6XT7PQZ2G3RNXA5M3I2A
+ .text          0x000000000000f28e        0xa /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000f28e                sym_7VZW6MQYCHJNYQ6F4AFCRRJSPXBVUQDDS4RU32Y
+ .text          0x000000000000f298        0x6 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000f298                sym_E5LV7NLJGDBOOHT3XI7LZP4SJ6B3AVX5ZM7II3A
+ .text          0x000000000000f29e        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000f29e                sym_AFBV6ZWWJ5TP5BBQPAY4D2XGGYVLQVI65FY6JPY
+ .text          0x000000000000f2a2        0xa /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000f2a2                sym_NSDJKDRKPUUB5EAI3OMDTFOWZBLYJSPI3VQSNXQ
+ .text          0x000000000000f2ac        0xa /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000f2ac                sym_7LJR6S4GQKSUMWIUG2FRZAKXFD3RUBQ6FOHJMZQ
+ .text          0x000000000000f2b6        0x6 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000f2b6                sym_FIJW4TR7AWR6OLWCHL3HTVQSVWXOS6T6XISXCQQ
+ .text          0x000000000000f2bc        0xe /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000f2bc                sym_3BQBYKVQGWCA6VF5GDIUVXGAPLPPXRSSEFO5TXA
+ .text          0x000000000000f2ca        0x8 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000f2ca                sym_NILDTLWW7AYBRN5PYE72ILWSBBVUBN4Y5FF3XQQ
+ .text          0x000000000000f2d2        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000f2d2                sym_5WHAN4NH6PZY7VV5KTN53CABJRWXR3RJHHTA7KA
+ .text          0x000000000000f2d6        0x6 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000f2d6                sym_RGBMWS6T65LAWR3HOVV5354MKQCATDBBY34XWQA
+ .text          0x000000000000f2dc        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000f2dc                sym_SKKU5JCB4JFUP2TZKW5ETVOM5GL3U2WDXVK5LJI
+ .text          0x000000000000f2e0        0x8 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000f2e0                sym_XW2AJRDPRGLPOQ7S6SBIDHJSPT737QJRC7LOWOI
+ .text          0x000000000000f2e8        0x8 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000f2e8                sym_LKCMUIZAJSOHIZE54V37DJ4ULJ25HGEY7F7ST5I
+ .text          0x000000000000f2f0        0x8 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000f2f0                sym_5NOMYYLIL22YATRZCGPQVOYH6BFSDNIEMEEMIZA
+ .text          0x000000000000f2f8        0x8 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000f2f8                sym_BD2MQHSWE7QNCT7DV5JGZCA5J2QIL2T6RGRVJ3Y
+ .text          0x000000000000f300        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000f300                sym_PHCTC5YUX44NFLNJCEBJKKRAYHGUKTS4AC5GMAI
+ .text          0x000000000000f304        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000f304                sym_BWPZYUAKR5BUOCM2NWAMEPWQB6GIJXBPUENADMI
+ .text          0x000000000000f308        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000f308                sym_QDD7GI62CPYTU4DR5RMOF6JH72V5L65ZJXU3VAA
+ .text          0x000000000000f30c        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000f30c                sym_M5NXXZSYW5XYDZUQUOZMKSTD6GIS5XZ7Y4SKNVI
+ .text          0x000000000000f310       0x26 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000f310                sym_6OKNLUNCRGI263QFKGKDXFR77K4UISSZ3SA2RAY
+ .text          0x000000000000f336       0x16 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000f336                sym_PBCQYO46QLEABI4SERHQCHCGDP6NXKCTAYVE53Y
+ .text          0x000000000000f34c        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000f34c                sym_IMNEYE333DZSYFXBOKOMWVRET5JB5STH5YU7A5A
+ .text          0x000000000000f350        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000f350                sym_UA37MSV2DKCYXYIDDSBDMFEEGPUD3YMYMAH3IEI
+ .text          0x000000000000f354        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000f354                sym_FVNWXAKGSIJN4YGWC4O4B4H2WPPILAIKB7LLDVI
+ .text          0x000000000000f358       0x1e /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000f358                sym_A6H6572F75Y3NWHNM7XTQ5XKFPHT472D7ZS7PFQ
+ .text          0x000000000000f376        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000f376                sym_YMBI57OSTLFK65WQKT7WKM26EFMSOHLSMFNNR4I
+ .text          0x000000000000f37a        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000f37a                sym_65MVSHFHYY3W6LGERKUEYJPJ7ENCODZZSM2L7CQ
+ .text          0x000000000000f37e        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000f37e                sym_HAHVMCZ4V2U4G5KM2JOTYBKS4GFM72EJZRT7M3A
+ .text          0x000000000000f382        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000f382                sym_MR2HDMT6FMX7P5HJAUSXDTOYNLKDM5AILMXKYDY
+ .text          0x000000000000f386       0x14 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000f386                sym_7YTCAQN5IYKWCY5F36IVGAEEQIOP6X7YL63LRUI
+ .text          0x000000000000f39a       0x14 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000f39a                sym_24AALTDC2IQ6VNWU2ALOY4V3RG5R2RARTUG4AZY
+ .text          0x000000000000f3ae       0x2c /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000f3ae                sym_ZUFGUNQKQRINYDDQ2AFT3BJLR3IFVV6WJFPT3PA
+ .text          0x000000000000f3da        0xa /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x000000000000f3e4        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000f3e4                sym_5G7NLKZS4L5IIOBRUSBNVX2FPWE5MWDV7ZI2IXQ
+ .text          0x000000000000f3e8       0x18 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000f3e8                sym_XYMSM3YEXEOTUFIX3SPRBT27O44DJZKZVLNHELY
+ .text          0x000000000000f400        0x6 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000f400                sym_RH6FZQRBS4UKFN4MYJSECW7EJMU5464YS3XX4EQ
+ .text          0x000000000000f406        0x6 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000f406                sym_KTCPHKPMWNHFL5F33V7S5RPUDDKGTUD3PGP5JDY
+ .text          0x000000000000f40c       0x12 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000f40c                sym_MWHYECJZLQQJKLQZGDI66SVA3IIWYKXL7G5FMHY
+ .text          0x000000000000f41e       0x1e /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x000000000000f43c       0x22 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x000000000000f45e       0x9c /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x000000000000f4fa        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000f4fa                sym_72KBD3C5B67H6PWOG3S7CCYVGGTJG6L3WNWZOFQ
+ .text          0x000000000000f4fe        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000f4fe                sym_HKK3TRIGJYF3QRYFDYVZA3GRLMEB7JR5MI4RL7Y
+ .text          0x000000000000f502       0x1c /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000f502                sym_436OKKOGR27QX7FMSZKYSEYLCMU4ZXR5RN4XUBY
+ .text          0x000000000000f51e        0xe /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000f51e                sym_ONVPV2DV6OK6HG537JAHRS5B7G22RD24D2QGM5A
+ .text          0x000000000000f52c       0x26 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000f52c                sym_FYDDQSZGF6JMCFNKWS6THQCPVVLOW75RDFC62IQ
+ .text          0x000000000000f552       0x3e /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x000000000000f590       0x20 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000f590                sym_XRSFUVJVALTQXGE7INRI3M6HEEON3PEMDM73SDI
+ .text          0x000000000000f5b0       0x18 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000f5b0                sym_DGN3THKILL676ISUGG6LI5PGTHVDBLTDPNXUCAA
+ .text          0x000000000000f5c8       0x14 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000f5c8                sym_NEHMDBQBGZXV6OFKIS4NBQDVMDAPMSPSGUQZB7A
+ .text          0x000000000000f5dc       0x22 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000f5dc                sym_KQ7WDRFWHZIBRVZJQIHMC5NBIZUJ4NGFK5AE4FQ
+ .text          0x000000000000f5fe       0x12 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000f5fe                sym_GRWJSKDQ3POPWSRNDRQTNNGA4TE3WRBKWXT5JAQ
+ .text          0x000000000000f610       0x14 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000f610                sym_WN24RDMSAOQ4REDS6M5SAD27A5BMKW36N3VHGXI
+ .text          0x000000000000f624       0x1e /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000f624                sym_5ANWEAIBKDLEVCFMBX2VFT7WI2MWAIHK5BAGBTA
+ .text          0x000000000000f642        0xc /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000f642                sym_2UM6LVQLLMOP7WZDJLNUGNNDXOSOGAIT6WB627Q
+ .text          0x000000000000f64e       0x1e /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000f64e                sym_KB52DURVZMKV23HAOWR2F7RBPDMWZDB7UEFUF5Y
+ .text          0x000000000000f66c       0x28 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000f66c                sym_D2T2CRIOLYY45OMGCO4KH6B7LZXZRGO6ZS2WVVA
+ .text          0x000000000000f694       0x30 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x000000000000f6c4       0x66 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000f6c4                sym_EROH2ERI6YP4PUJVAMOS4KJ2YDG74D2WAXB2TOI
+ .text          0x000000000000f72a       0x2c /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000f72a                sym_NT2IJ3T3KMFT6N2I2OJU2HPSQ63J6FQHEAYOFIA
+ .text          0x000000000000f756       0x1e /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000f756                sym_MWD4AC6ISIKEYDTZF7KXOTJOBUPKKWWLNRGAYAA
+ .text          0x000000000000f774       0x28 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000f774                sym_24PTBIAZ2OKSUMWBHATZCO4EQUFF3BOLAN2QX4Y
+ .text          0x000000000000f79c       0x26 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000f79c                sym_YAZXXBE3UO3G4AM6TR2NFBXVHOGUGHIF6JXVVLI
+ .text          0x000000000000f7c2       0x7a /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000f7c2                sym_L25WURT3DTWGSITXNUG75XVVQF2UVCFLN5ZBQUA
+ .text          0x000000000000f83c       0x36 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000f83c                sym_E2UXMX6GPEL4QKJ6OQEZ6V3CQSSIZXTFJOXD4RI
+ .text          0x000000000000f872       0x18 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000f872                sym_2TCPCDAUQ3FXZYG56Z6ZP7VCFNUJTBV3EZJYPGY
+ .text          0x000000000000f88a       0x14 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000f88a                sym_S6U6ANENQP6QL5TLITNXPOYFSB26Q5AFTW32CXI
+ .text          0x000000000000f89e       0x28 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000f89e                sym_P3OAHUDLNMEJKO66PKADYJ5KBQTQCDBZBHL5ZUY
+ .text          0x000000000000f8c6       0x4c /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000f8c6                sym_5KQEKFOHAHY7H4YQZFOMBHKJR7UXXRMBYRHSOKA
+ .text          0x000000000000f912       0x86 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000f912                sym_37NODBYTBKFFSSK63VRMJNBJWPSLOW2TI6JJ5VA
+ .text          0x000000000000f998       0x16 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000f998                sym_5X5PLXM74Z3PECRXYVZGE5QLEWZX4H3BRJVO7TA
+ .text          0x000000000000f9ae       0x22 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000f9ae                sym_32TMQSVE6U4ANJKUXLQPGXGRIVQJQAN65IQXIPY
+ .text          0x000000000000f9d0       0x24 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000f9d0                sym_RNTRYUNMPUWLW2ULGAI2DOZQSMWTRXKHN4WA6OQ
+ .text          0x000000000000f9f4       0x1e /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000f9f4                sym_4PKZPV6KHQLZVLIOJABWXGUL7UXOPCQSGZIQF4Q
+ .text          0x000000000000fa12       0x22 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x000000000000fa34       0x26 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000fa34                sym_OPCORHVHZVKAWEVWCDZOHGGLXMSL2TBGHVHNDOY
+ .text          0x000000000000fa5a       0x32 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000fa5a                sym_FW4JPGKXKHARAAJ7L3QR6HU5OB4PHXARNGBNCMY
+ .text          0x000000000000fa8c        0xe /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000fa8c                sym_NK4HRRKGX3ST3ARVTU6HUEXLOWZFFBMCIDNT3EI
+ .text          0x000000000000fa9a       0x28 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000fa9a                sym_M65PCSZAPVYR7V5YEMYJW264OYLXMV6F2CRGMXQ
+ .text          0x000000000000fac2       0x26 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000fac2                sym_P2OZB7UAJZNJ47VR5DS7V33BAD5DESWDHJYKOZA
+ .text          0x000000000000fae8       0x12 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000fae8                sym_E2LE5OMX5VGHQ6BJ4G7CNEBI3KUUYONP2PS2EJQ
+ .text          0x000000000000fafa       0x26 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000fafa                sym_BR7VCSB75RGRQ7O7PYOVLMHXKJKUMK6XH3GVGZA
+ .text          0x000000000000fb20       0x1e /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000fb20                sym_2UKPFKMGRDZ4VV635IPSP7DNWK4DJAJ7LOHQN6A
+ .text          0x000000000000fb3e       0x64 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000fb3e                sym_XIDO6C76MBHDNIEQMWYSJKF4P7A3PGI2HBO3R5Q
+ .text          0x000000000000fba2       0x18 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x000000000000fbba       0x14 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000fbba                sym_FZRZ4CL3JR4VYYKFPYJ3VMCNBL7BVDZZP4POIWA
+ .text          0x000000000000fbce       0x16 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x000000000000fbe4       0x18 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x000000000000fbfc       0x5a /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x000000000000fc56        0x6 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x000000000000fc5c        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x000000000000fc60       0x1e /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000fc60                sym_OAGVEJLAHKQB2YTTUDIS6TDHXZIVWZXKUMPIBHQ
+ .text          0x000000000000fc7e       0x5c /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000fc7e                sym_YA57TPZ3CLQ6C73TD2RIGTELUAMYOOAKHU5T7RQ
+ .text          0x000000000000fcda        0xa /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000fcda                sym_2ORNMU44KG57RJ5GYPW4FCTEFWDXBHWXYAE3J6I
+ .text          0x000000000000fce4        0xa /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000fce4                sym_WGJLFS2PDN6RZG7JWUITZ3W5MGJYYXFXIKI3GGQ
+ .text          0x000000000000fcee       0x16 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000fcee                sym_3NMQXTBVJ27TN5IIVET3BSKEAUONNKTPZTYP2HY
+ .text          0x000000000000fd04        0x6 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000fd04                sym_RYQA5YFFRJZLTYB2ISC2Y3WUY3XB3LBBL37F22Q
+ .text          0x000000000000fd0a        0xa /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000fd0a                sym_H6NC6L6VJY74V6C72Y6E5P4HGSZIVJQXMUOQZ5Y
+ .text          0x000000000000fd14       0x12 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000fd14                sym_UDZCFPCYSG5E2MUJ3CH3H5GF4YJLF3Y6KNH3ZRQ
+ .text          0x000000000000fd26      0x14c /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000fd26                sym_L2IWXNCKXJIQJRTEIIW7HGFEPJAQM34TKD2GOIA
+ .text          0x000000000000fe72        0xe /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000fe72                sym_U7WTPI24N35WTMGPC25KDS7Q3PHHHS7M5KI6IPY
+ .text          0x000000000000fe80       0x10 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000fe80                sym_DG6VHZEFRVR44ESTRZM42ZEBJG4KXT7IVJESA4Y
+ .text          0x000000000000fe90        0x6 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000fe90                sym_L5UCRJFFWEVVII5IYG6PAKIQHXM34B62KO6ERPY
+ .text          0x000000000000fe96        0x8 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000fe96                sym_UEZ3FVWFJ5XVLQBVVAHW7UTXVCC77F7ZYGOMLTQ
+ .text          0x000000000000fe9e        0x8 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000fe9e                sym_NGJGZTNK6YIH3QX2NKB6A6MT7N5AOKWA6ZOOANQ
+ .text          0x000000000000fea6        0x8 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000fea6                sym_XRU76NANM3C4EMKWQU3DF6CELSRNDV6766IKPJI
+ .text          0x000000000000feae        0xc /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000feae                sym_WE45Z7LOSJEAVMD3HUIMZMMRDD5BLMKOFVBGE4Y
+ .text          0x000000000000feba        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000feba                sym_BDDELQSYWHVCCHSF6HGFFAORZOC56R54KIF45KY
+ .text          0x000000000000febe        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000febe                sym_4HDCBJCT2JOHNORERPDEH2A3V47FOX6NCTAKLUA
+ .text          0x000000000000fec2       0x18 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x000000000000feda       0x18 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000feda                sym_4FKJZF4AXR7RHM7IPPZMVUWU7W6MFHLX726TPNY
+ .text          0x000000000000fef2        0x8 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000fef2                sym_ID5SI2L6AD3KMSDR72YSJZGVIA6DEYQZU7WJI3I
+ .text          0x000000000000fefa        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000fefa                sym_2K3JTQJLCTROZQI43ERT7GF5BTQ3SMAJXYMCVJI
+ .text          0x000000000000fefe        0x6 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000fefe                sym_WAXMY55QAGCTLTIDQV34FPT2PPSDRT5VDN7EYYY
+ .text          0x000000000000ff04        0xa /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000ff04                sym_MQQDWQQHBS7ZPZWBMOTGVNNHVXRAEPOMLYRTE3A
+ .text          0x000000000000ff0e       0x12 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x000000000000ff20       0x22 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x000000000000ff42       0x32 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x000000000000ff74        0xe /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000ff74                sym_32MURW7CSXICOYPMCVOPRARLMRLK4UASNCF4JWQ
+ .text          0x000000000000ff82        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000ff82                sym_YZ554N3225FHWC7CK3UNRUMI3O4SGFLKXVRCFXA
+ .text          0x000000000000ff86       0x24 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000ff86                sym_XD3FX5TVO57NBJG4QV33FUOBCL7SNGB4OOT7C3Y
+ .text          0x000000000000ffaa        0xa /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000ffaa                sym_UEYPZKGY2IF5BYZ3QDKK4LEW4OE7NWR6DH5XEZQ
+ .text          0x000000000000ffb4       0x3e /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000ffb4                sym_GDGGQ5EKEJNZBTEWASFQ2LUSL4TZGNXHPD7BDQA
+ .text          0x000000000000fff2       0x2e /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000000fff2                sym_4U2RA2RXIRU5BEMWZTHT3PETZK6K62P2SAJVWHA
+ .text          0x0000000000010020       0x1a /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000010020                sym_STP6UONGXHZIIGYZLLHSWZFO5DU7227CCUKBTDQ
+ .text          0x000000000001003a        0x6 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000001003a                sym_USXJ3USYRHE5AVFUSG2J2G7QDHRASPG75ESP25A
+ .text          0x0000000000010040        0x8 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000010040                sym_FHGEXLJ7V34P3MECCDTYSDEZTZHFJ2TXYSFZQHQ
+ .text          0x0000000000010048       0x9c /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x00000000000100e4       0x1e /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000010102       0x30 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000010132       0x2e /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .text          0x0000000000010160       0x3a /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000010160                sym_PDDLBAI7RAK2OQ7ZHFU33L5KMJV5YKPLX5ITXAY
+ .text          0x000000000001019a        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000001019a                sym_OTZAOT4DEZSL3R4MXRNUS2BIBKPPCOEO2SMZYAI
+ .text          0x000000000001019e        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000001019e                sym_FIYSAC63N2FF462LEI76F5US34JKFTAQDSI2LXA
+ .text          0x00000000000101a2        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x00000000000101a2                sym_RUQGL7Y7CEVCWXKLY62UGVRWLQYUPKUGTSH7NVY
+ .text          0x00000000000101a6       0x1a /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x00000000000101a6                sym_IYZQNCOB4T4XO27DREWRIWJFVHVS355NEDBEGEQ
+ .text          0x00000000000101c0        0xa /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x00000000000101c0                sym_FXUFT4T2SFFF7MAZUKZNVKMBTW2EECY52UJZ33Y
+ .text          0x00000000000101ca        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x00000000000101ca                sym_B2B7AU2WDMX5JQNGTX4YKNCWQCXQIG5PWSSOSAI
+ .text          0x00000000000101ce       0x16 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x00000000000101ce                sym_5FDRWQI6XUFWVRIX2PMRPNDHWCIMAZ67SSGSRVI
+ .text          0x00000000000101e4       0x16 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x00000000000101e4                sym_BIDMG7YHRFQNLIKRFVSOGOT6IXZCQ6UEJKN52VI
+ .text          0x00000000000101fa       0x24 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x00000000000101fa                sym_ZG4AW57AAT4BVE2J2CU4KMCCWK46ENDRPKBYXEQ
+ .text          0x000000000001021e       0x16 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x000000000001021e                sym_KM5SKFVNZKDXUQ7BDD3RZ5UCA5E3ZDVNWYJVR3Y
+ .text          0x0000000000010234       0x1c /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x0000000000010234                sym_2EA2WBXQOKCTPMK7YNDR6QM6MTGHJCDTPZEXNNA
+ .text          0x0000000000010250        0x4 /opt/ncs/nrfxlib/mpsl/fem/common/lib/cortex-m4/soft-float/libmpsl_fem_common.a(libmpsl_fem_common_debug_soft__obfuscated.elf)
+                0x0000000000010250                mpsl_fem_init
+ .text          0x0000000000010254       0x20 /opt/ncs/nrfxlib/mpsl/fem/common/lib/cortex-m4/soft-float/libmpsl_fem_common.a(libmpsl_fem_common_debug_soft__obfuscated.elf)
+                0x0000000000010254                sym_PX4SKXGNX25XLMGGWQM65ZRFHI6666YGHL6AYMA
+ .text          0x0000000000010274        0x6 /opt/ncs/nrfxlib/mpsl/fem/common/lib/cortex-m4/soft-float/libmpsl_fem_common.a(libmpsl_fem_common_debug_soft__obfuscated.elf)
+ .text          0x000000000001027a        0x4 /opt/ncs/nrfxlib/mpsl/fem/common/lib/cortex-m4/soft-float/libmpsl_fem_common.a(libmpsl_fem_common_debug_soft__obfuscated.elf)
+ .text          0x000000000001027e        0x6 /opt/ncs/nrfxlib/mpsl/fem/common/lib/cortex-m4/soft-float/libmpsl_fem_common.a(libmpsl_fem_common_debug_soft__obfuscated.elf)
+ .text          0x0000000000010284        0x6 /opt/ncs/nrfxlib/mpsl/fem/common/lib/cortex-m4/soft-float/libmpsl_fem_common.a(libmpsl_fem_common_debug_soft__obfuscated.elf)
+ .text          0x000000000001028a        0x2 /opt/ncs/nrfxlib/mpsl/fem/common/lib/cortex-m4/soft-float/libmpsl_fem_common.a(libmpsl_fem_common_debug_soft__obfuscated.elf)
+ .text          0x000000000001028c        0x2 /opt/ncs/nrfxlib/mpsl/fem/common/lib/cortex-m4/soft-float/libmpsl_fem_common.a(libmpsl_fem_common_debug_soft__obfuscated.elf)
+ .text          0x000000000001028e        0x4 /opt/ncs/nrfxlib/mpsl/fem/common/lib/cortex-m4/soft-float/libmpsl_fem_common.a(libmpsl_fem_common_debug_soft__obfuscated.elf)
+ .text          0x0000000000010292        0x6 /opt/ncs/nrfxlib/mpsl/fem/common/lib/cortex-m4/soft-float/libmpsl_fem_common.a(libmpsl_fem_common_debug_soft__obfuscated.elf)
+ .text          0x0000000000010298        0x4 /opt/ncs/nrfxlib/mpsl/fem/common/lib/cortex-m4/soft-float/libmpsl_fem_common.a(libmpsl_fem_common_debug_soft__obfuscated.elf)
+ .text          0x000000000001029c        0x4 /opt/ncs/nrfxlib/mpsl/fem/common/lib/cortex-m4/soft-float/libmpsl_fem_common.a(libmpsl_fem_common_debug_soft__obfuscated.elf)
+ .text          0x00000000000102a0        0x6 /opt/ncs/nrfxlib/mpsl/fem/common/lib/cortex-m4/soft-float/libmpsl_fem_common.a(libmpsl_fem_common_debug_soft__obfuscated.elf)
+ .text          0x00000000000102a6        0x6 /opt/ncs/nrfxlib/mpsl/fem/common/lib/cortex-m4/soft-float/libmpsl_fem_common.a(libmpsl_fem_common_debug_soft__obfuscated.elf)
+ .text          0x00000000000102ac        0x4 /opt/ncs/nrfxlib/mpsl/fem/common/lib/cortex-m4/soft-float/libmpsl_fem_common.a(libmpsl_fem_common_debug_soft__obfuscated.elf)
+ .text          0x00000000000102b0        0x6 /opt/ncs/nrfxlib/mpsl/fem/common/lib/cortex-m4/soft-float/libmpsl_fem_common.a(libmpsl_fem_common_debug_soft__obfuscated.elf)
+ .text          0x00000000000102b6        0x6 /opt/ncs/nrfxlib/mpsl/fem/common/lib/cortex-m4/soft-float/libmpsl_fem_common.a(libmpsl_fem_common_debug_soft__obfuscated.elf)
+ .text          0x00000000000102bc        0x6 /opt/ncs/nrfxlib/mpsl/fem/common/lib/cortex-m4/soft-float/libmpsl_fem_common.a(libmpsl_fem_common_debug_soft__obfuscated.elf)
+ .text          0x00000000000102c2       0x34 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x00000000000102f6       0x2e /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x0000000000010324       0xee /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x0000000000010412      0x210 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x0000000000010622       0x22 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+                0x0000000000010622                sym_47MBMNER75N2M6YIZRIF4DAHSAATJOMK3LAIDCY
+ .text          0x0000000000010644       0x46 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+                0x0000000000010644                mpsl_timeslot_session_count_set
+ .text          0x000000000001068a       0x3c /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+                0x000000000001068a                mpsl_timeslot_session_close
+ .text          0x00000000000106c6       0xba /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+                0x00000000000106c6                mpsl_timeslot_request
+ .text          0x0000000000010780        0x4 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+                0x0000000000010780                sym_PIDJEDDM47FHOOZQXISY5YBB3CBP5VAXWPCUL2Q
+ .text          0x0000000000010784       0x12 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+                0x0000000000010784                sym_F77FUTRRLLWPYDS7BBANG2WE3C4EDMYMAPNI54A
+ .text          0x0000000000010796       0x26 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x00000000000107bc        0xa /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+                0x00000000000107bc                sym_IFJHPQV3B4EIN6OIUP3LZSPJBF5HLX2VYD323GA
+ .text          0x00000000000107c6        0xe /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+                0x00000000000107c6                sym_TIWHB6UQGI33JQCQDL7C2BRAEXCRAFYENVN6QEI
+ .text          0x00000000000107d4        0xe /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+                0x00000000000107d4                sym_AL7FCNVVCF72BNYCTLA5UGAWCQFXFPGE2ULTWOA
+ .text          0x00000000000107e2        0xe /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+                0x00000000000107e2                sym_7BUNPUBNWNFVXXIMNFFNK765OVON5LBIUZ66QRI
+ .text          0x00000000000107f0       0x20 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+                0x00000000000107f0                sym_LZEJCP3HZIBKMJQC47UQXAHGCQ52QF47EXOH2WA
+ .text          0x0000000000010810       0x1c /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+                0x0000000000010810                sym_SGRERKTYRS3O7AD2IUDRW5CT4AGUHLY2Q4A7LKY
+ .text          0x000000000001082c        0xe /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+                0x000000000001082c                sym_OLTN5HGCU3P74AJAQRGNYBUXASUKWF3RI2Q3H5Q
+ .text          0x000000000001083a        0x8 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+                0x000000000001083a                sym_YS3AHD7GWBHZEQHPIQANPGALEXB4QGY5O2DQKRY
+ .text          0x0000000000010842       0x1e /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+                0x0000000000010842                sym_AR22FPVUFSZMVYMQBBXG7EEZNA2HPS2RLAKRPBA
+ .text          0x0000000000010860       0x12 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+                0x0000000000010860                sym_OWJYSTADR5I36MIHWNPICVB7CMCWNSFIZPFXQ2Q
+ .text          0x0000000000010872        0x4 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+                0x0000000000010872                mpsl_low_priority_process
+ .text          0x0000000000010876       0x12 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+                0x0000000000010876                sym_BN6ZO2NBHRGKZ2NRQYWFBXVGKNG6Y5K55UNAWGA
+ .text          0x0000000000010888       0x12 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+                0x0000000000010888                sym_5EMXP3L6SPQSCAJKKRH62ZOKJCCSKLI3WEX2WHY
+ .text          0x000000000001089a       0x12 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+                0x000000000001089a                sym_H2QJCU2ORTYAFBAQQ2FHUYIAZO4HCXEKCQ4SS2Q
+ .text          0x00000000000108ac       0x12 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+                0x00000000000108ac                sym_SWIBDSDMHUYNCG5ZWLB52J7NETJIUBPCO5IIQFA
+ .text          0x00000000000108be       0x18 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+                0x00000000000108be                sym_QPP3IZFSWHUV4JQ6ODMIVIARPB4PQYUFESV7BRQ
+ .text          0x00000000000108d6       0x12 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+                0x00000000000108d6                sym_6PVOPWDLWTXOTRZZ7LP36TLYTLPTQHNAUQNFHEA
+ .text          0x00000000000108e8       0x12 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+                0x00000000000108e8                sym_USR4MDT6VMTQLOGKNN4MALBZ3GJPD2KOEY4HFAQ
+ .text          0x00000000000108fa       0x18 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+                0x00000000000108fa                sym_NQG4U7UYIQILZLC5ENYCA4NQMQM6PBAZC345PPA
+ .text          0x0000000000010912       0x1e /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+                0x0000000000010912                sym_YNH6KDZL2GMJ2KPUX5DEER63BRE7IOGBY3KCQAQ
+ .text          0x0000000000010930       0x1e /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+                0x0000000000010930                sym_6AONFMPWPBAZBMQ4KY5PX7QPX2FM4UPZQRFPZSQ
+ .text          0x000000000001094e        0x4 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+                0x000000000001094e                sym_PAD7XREQQORPXRJMXMW2EYVS4S43S42A5D43SBA
+ .text          0x0000000000010952        0x4 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+                0x0000000000010952                sym_PHK7RXLFFTGYQNCW3IEEUVLOAYXWQJQYEN3DT7Y
+ .text          0x0000000000010956        0xc /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x0000000000010962        0x4 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x0000000000010966        0x8 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x000000000001096e        0x4 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ .text          0x0000000000010972        0x4 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ *(SORT_BY_ALIGNMENT(.text.*))
+ *fill*         0x0000000000010976        0x2 
+ .text.calculer_capacite_restante_NiMH_2_cells
+                0x0000000000010978      0x220 app/libapp.a(main.c.obj)
+                0x0000000000010978                calculer_capacite_restante_NiMH_2_cells
+ .text.main     0x0000000000010b98      0x3c4 app/libapp.a(main.c.obj)
+                0x0000000000010b98                main
+ *fill*         0x0000000000010f5c        0x4 
+ .text.lis2dh_attr_set
+                0x0000000000010f60      0x110 zephyr/drivers/sensor/st/lis2dh/libdrivers__sensor__st__lis2dh.a(lis2dh.c.obj)
+ .text._dtoa_r  0x0000000000011070      0xc5c /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-dtoa.o)
+                0x0000000000011070                _dtoa_r
+ .text.lorwan_datarate_changed
+                0x0000000000011ccc       0x30 app/libapp.a(main.c.obj)
+ .text.sensor_channel_get.constprop.0
+                0x0000000000011cfc       0x18 app/libapp.a(main.c.obj)
+ .text.dl_callback
+                0x0000000000011d14       0x74 app/libapp.a(main.c.obj)
+ .text.crc8_ccitt
+                0x0000000000011d88       0x2c zephyr/libzephyr.a(crc8_sw.c.obj)
+                0x0000000000011d88                crc8_ccitt
+ .text.cbvprintf_package
+                0x0000000000011db4      0x3a4 zephyr/libzephyr.a(cbprintf_packaged.c.obj)
+                0x0000000000011db4                cbvprintf_package
+ .text.cbprintf_package_convert
+                0x0000000000012158      0x3c0 zephyr/libzephyr.a(cbprintf_packaged.c.obj)
+                0x0000000000012158                cbprintf_package_convert
+ .text.__printk_hook_install
+                0x0000000000012518        0xc zephyr/libzephyr.a(printk.c.obj)
+                0x0000000000012518                __printk_hook_install
+ .text.vsnprintk
+                0x0000000000012524       0x2c zephyr/libzephyr.a(printk.c.obj)
+                0x0000000000012524                vsnprintk
+ .text.extract_decimal
+                0x0000000000012550       0x2c zephyr/libzephyr.a(cbprintf_complete.c.obj)
+ .text.encode_uint
+                0x000000000001257c       0x98 zephyr/libzephyr.a(cbprintf_complete.c.obj)
+ .text.z_cbvprintf_impl
+                0x0000000000012614      0x754 zephyr/libzephyr.a(cbprintf_complete.c.obj)
+                0x0000000000012614                z_cbvprintf_impl
+ .text.process_event
+                0x0000000000012d68      0x21c zephyr/libzephyr.a(onoff.c.obj)
+ .text.nvs_recover_last_ate
+                0x0000000000012f84       0x64 zephyr/libzephyr.a(nvs.c.obj)
+ .text.nvs_mount
+                0x0000000000012fe8      0x34c zephyr/libzephyr.a(nvs.c.obj)
+                0x0000000000012fe8                nvs_mount
+ .text.nvs_write
+                0x0000000000013334      0x1f0 zephyr/libzephyr.a(nvs.c.obj)
+                0x0000000000013334                nvs_write
+ .text.nvs_read_hist
+                0x0000000000013524       0xd0 zephyr/libzephyr.a(nvs.c.obj)
+                0x0000000000013524                nvs_read_hist
+ .text.activate_foreach_backend
+                0x00000000000135f4       0x64 zephyr/libzephyr.a(log_core.c.obj)
+ .text.enable_logger
+                0x0000000000013658       0x5c zephyr/libzephyr.a(log_core.c.obj)
+ .text.log_process_thread_timer_expiry_fn
+                0x00000000000136b4        0xc zephyr/libzephyr.a(log_core.c.obj)
+ .text.z_log_init
+                0x00000000000136c0       0x90 zephyr/libzephyr.a(log_core.c.obj)
+ .text.log_format_func_t_get
+                0x0000000000013750        0xc zephyr/libzephyr.a(log_core.c.obj)
+                0x0000000000013750                log_format_func_t_get
+ .text.log_set_timestamp_func
+                0x000000000001375c       0x20 zephyr/libzephyr.a(log_core.c.obj)
+                0x000000000001375c                log_set_timestamp_func
+ .text.z_log_notify_backend_enabled
+                0x000000000001377c       0x1c zephyr/libzephyr.a(log_core.c.obj)
+                0x000000000001377c                z_log_notify_backend_enabled
+ .text.z_log_dropped
+                0x0000000000013798       0x30 zephyr/libzephyr.a(log_core.c.obj)
+                0x0000000000013798                z_log_dropped
+ .text.z_log_dropped_read_and_clear
+                0x00000000000137c8       0x20 zephyr/libzephyr.a(log_core.c.obj)
+                0x00000000000137c8                z_log_dropped_read_and_clear
+ .text.dropped_notify
+                0x00000000000137e8       0x30 zephyr/libzephyr.a(log_core.c.obj)
+                0x00000000000137e8                dropped_notify
+ .text.z_log_msg_init
+                0x0000000000013818       0x20 zephyr/libzephyr.a(log_core.c.obj)
+                0x0000000000013818                z_log_msg_init
+ .text.log_core_init
+                0x0000000000013838       0x34 zephyr/libzephyr.a(log_core.c.obj)
+                0x0000000000013838                log_core_init
+ .text.z_log_msg_alloc
+                0x000000000001386c       0x10 zephyr/libzephyr.a(log_core.c.obj)
+                0x000000000001386c                z_log_msg_alloc
+ .text.z_log_msg_local_claim
+                0x000000000001387c        0xc zephyr/libzephyr.a(log_core.c.obj)
+                0x000000000001387c                z_log_msg_local_claim
+ .text.z_log_msg_free
+                0x0000000000013888       0x10 zephyr/libzephyr.a(log_core.c.obj)
+                0x0000000000013888                z_log_msg_free
+ .text.z_log_msg_pending
+                0x0000000000013898        0xc zephyr/libzephyr.a(log_core.c.obj)
+                0x0000000000013898                z_log_msg_pending
+ .text.z_impl_log_process
+                0x00000000000138a4       0xbc zephyr/libzephyr.a(log_core.c.obj)
+                0x00000000000138a4                z_impl_log_process
+ .text.z_impl_log_panic
+                0x0000000000013960       0x44 zephyr/libzephyr.a(log_core.c.obj)
+                0x0000000000013960                z_impl_log_panic
+ .text.log_process_thread_func
+                0x00000000000139a4       0x9c zephyr/libzephyr.a(log_core.c.obj)
+ .text.z_log_msg_post_finalize
+                0x0000000000013a40       0x78 zephyr/libzephyr.a(log_core.c.obj)
+ .text.z_log_msg_commit
+                0x0000000000013ab8       0x24 zephyr/libzephyr.a(log_core.c.obj)
+                0x0000000000013ab8                z_log_msg_commit
+ .text.log_source_name_get
+                0x0000000000013adc       0x1c zephyr/libzephyr.a(log_mgmt.c.obj)
+                0x0000000000013adc                log_source_name_get
+ .text.log_backend_enable
+                0x0000000000013af8       0x28 zephyr/libzephyr.a(log_mgmt.c.obj)
+                0x0000000000013af8                log_backend_enable
+ .text.z_impl_z_log_msg_static_create
+                0x0000000000013b20      0x108 zephyr/libzephyr.a(log_msg.c.obj)
+                0x0000000000013b20                z_impl_z_log_msg_static_create
+ .text.z_log_msg_runtime_vcreate
+                0x0000000000013c28       0x8c zephyr/libzephyr.a(log_msg.c.obj)
+                0x0000000000013c28                z_log_msg_runtime_vcreate
+ .text.log_msg_get_source_id
+                0x0000000000013cb4       0x18 zephyr/libzephyr.a(log_msg.c.obj)
+                0x0000000000013cb4                log_msg_get_source_id
+ .text.print_formatted
+                0x0000000000013ccc       0x24 zephyr/libzephyr.a(log_output.c.obj)
+ .text.newline_print
+                0x0000000000013cf0       0x1c zephyr/libzephyr.a(log_output.c.obj)
+ .text.log_output_process
+                0x0000000000013d0c      0x2dc zephyr/libzephyr.a(log_output.c.obj)
+                0x0000000000013d0c                log_output_process
+ .text.log_output_dropped_process
+                0x0000000000013fe8       0x58 zephyr/libzephyr.a(log_output.c.obj)
+                0x0000000000013fe8                log_output_dropped_process
+ .text.log_output_timestamp_freq_set
+                0x0000000000014040       0x2c zephyr/libzephyr.a(log_output.c.obj)
+                0x0000000000014040                log_output_timestamp_freq_set
+ .text.char_out
+                0x000000000001406c       0x24 zephyr/libzephyr.a(log_backend_uart.c.obj)
+ .text.flash_area_open
+                0x0000000000014090       0x50 zephyr/libzephyr.a(flash_map.c.obj)
+                0x0000000000014090                flash_area_open
+ .text.flash_area_get_sectors
+                0x00000000000140e0       0x60 zephyr/libzephyr.a(flash_map_layout.c.obj)
+                0x00000000000140e0                flash_area_get_sectors
+ .text.settings_save_one
+                0x0000000000014140       0x4c zephyr/libzephyr.a(settings_store.c.obj)
+                0x0000000000014140                settings_save_one
+ .text.settings_src_register
+                0x000000000001418c       0x1c zephyr/libzephyr.a(settings_store.c.obj)
+                0x000000000001418c                settings_src_register
+ .text.settings_dst_register
+                0x00000000000141a8        0xc zephyr/libzephyr.a(settings_store.c.obj)
+                0x00000000000141a8                settings_dst_register
+ .text.settings_load_subtree_direct
+                0x00000000000141b4       0x40 zephyr/libzephyr.a(settings_store.c.obj)
+                0x00000000000141b4                settings_load_subtree_direct
+ .text.settings_store_init
+                0x00000000000141f4       0x10 zephyr/libzephyr.a(settings_store.c.obj)
+                0x00000000000141f4                settings_store_init
+ .text.settings_init
+                0x0000000000014204       0x10 zephyr/libzephyr.a(settings.c.obj)
+                0x0000000000014204                settings_init
+ .text.settings_parse_and_lookup
+                0x0000000000014214       0x98 zephyr/libzephyr.a(settings.c.obj)
+                0x0000000000014214                settings_parse_and_lookup
+ .text.settings_call_set_handler
+                0x00000000000142ac       0xa4 zephyr/libzephyr.a(settings.c.obj)
+                0x00000000000142ac                settings_call_set_handler
+ .text.settings_subsys_init
+                0x0000000000014350       0x3c zephyr/libzephyr.a(settings_init.c.obj)
+                0x0000000000014350                settings_subsys_init
+ .text.settings_nvs_load
+                0x000000000001438c       0xbc zephyr/libzephyr.a(settings_nvs.c.obj)
+ .text.settings_backend_init
+                0x0000000000014448       0x84 zephyr/libzephyr.a(settings_nvs.c.obj)
+                0x0000000000014448                settings_backend_init
+ .text.boot_banner
+                0x00000000000144cc       0x1c zephyr/libzephyr.a(banner.c.obj)
+                0x00000000000144cc                boot_banner
+ .text.sub_bytes
+                0x00000000000144e8       0x18 zephyr/libzephyr.a(aes_encrypt.c.obj)
+ .text.tc_aes128_set_encrypt_key
+                0x0000000000014500       0xa4 zephyr/libzephyr.a(aes_encrypt.c.obj)
+                0x0000000000014500                tc_aes128_set_encrypt_key
+ .text.z_arm_fatal_error
+                0x00000000000145a4       0xb8 zephyr/arch/arch/arm/core/libarch__arm__core.a(fatal.c.obj)
+                0x00000000000145a4                z_arm_fatal_error
+ .text.z_SysNmiOnReset
+                0x000000000001465c        0x8 zephyr/arch/arch/arm/core/libarch__arm__core.a(nmi_on_reset.S.obj)
+                0x000000000001465c                z_SysNmiOnReset
+ .text._HandlerModeExit
+                0x0000000000014664       0x28 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(exc_exit.c.obj)
+                0x0000000000014664                z_arm_int_exit
+                0x0000000000014664                z_arm_exc_exit
+ .text.mem_manage_fault.constprop.0
+                0x000000000001468c       0xd0 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(fault.c.obj)
+ .text.usage_fault.constprop.0
+                0x000000000001475c       0xa8 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(fault.c.obj)
+ .text.bus_fault.constprop.0
+                0x0000000000014804       0xd0 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(fault.c.obj)
+ .text.z_arm_fault
+                0x00000000000148d4      0x1d0 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(fault.c.obj)
+                0x00000000000148d4                z_arm_fault
+ .text.z_arm_fault_init
+                0x0000000000014aa4       0x10 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(fault.c.obj)
+                0x0000000000014aa4                z_arm_fault_init
+ .text.__fault  0x0000000000014ab4       0x14 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(fault_s.S.obj)
+                0x0000000000014ab4                z_arm_exc_spurious
+                0x0000000000014ab4                z_arm_usage_fault
+                0x0000000000014ab4                z_arm_mpu_fault
+                0x0000000000014ab4                z_arm_debug_monitor
+                0x0000000000014ab4                z_arm_hard_fault
+                0x0000000000014ab4                z_arm_bus_fault
+ .text._reset_section
+                0x0000000000014ac8       0x54 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(reset.S.obj)
+                0x0000000000014ac8                __start
+                0x0000000000014ac8                z_arm_reset
+ .text.z_arm_init_arch_hw_at_boot
+                0x0000000000014b1c       0x60 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(scb.c.obj)
+                0x0000000000014b1c                z_arm_init_arch_hw_at_boot
+ .text.z_impl_k_thread_abort
+                0x0000000000014b7c       0x2c zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(thread_abort.c.obj)
+                0x0000000000014b7c                z_impl_k_thread_abort
+ .text.arch_swap
+                0x0000000000014ba8       0x30 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(swap.c.obj)
+                0x0000000000014ba8                arch_swap
+ .text.z_arm_pendsv_c
+                0x0000000000014bd8       0x34 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(swap.c.obj)
+                0x0000000000014bd8                z_arm_pendsv_c
+ .text.z_arm_pendsv
+                0x0000000000014c0c       0x34 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(swap_helper.S.obj)
+                0x0000000000014c0c                z_arm_pendsv
+ .text.z_arm_svc
+                0x0000000000014c40       0x20 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(swap_helper.S.obj)
+                0x0000000000014c40                z_arm_svc
+ .text.arch_irq_enable
+                0x0000000000014c60       0x1c zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(irq_manage.c.obj)
+                0x0000000000014c60                arch_irq_enable
+ .text.arch_irq_disable
+                0x0000000000014c7c       0x28 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(irq_manage.c.obj)
+                0x0000000000014c7c                arch_irq_disable
+ .text.arch_irq_is_enabled
+                0x0000000000014ca4       0x1c zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(irq_manage.c.obj)
+                0x0000000000014ca4                arch_irq_is_enabled
+ .text.z_arm_irq_priority_set
+                0x0000000000014cc0       0x34 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(irq_manage.c.obj)
+                0x0000000000014cc0                z_arm_irq_priority_set
+ .text.z_prep_c
+                0x0000000000014cf4       0x38 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(prep_c.c.obj)
+                0x0000000000014cf4                z_prep_c
+ .text.arch_new_thread
+                0x0000000000014d2c       0x38 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(thread.c.obj)
+                0x0000000000014d2c                arch_new_thread
+ .text.arch_switch_to_main_thread
+                0x0000000000014d64       0x34 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(thread.c.obj)
+                0x0000000000014d64                arch_switch_to_main_thread
+ .text.z_arm_cpu_idle_init
+                0x0000000000014d98        0xc zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(cpu_idle.c.obj)
+                0x0000000000014d98                z_arm_cpu_idle_init
+ .text.z_arm_interrupt_init
+                0x0000000000014da4       0x18 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(irq_init.c.obj)
+                0x0000000000014da4                z_arm_interrupt_init
+ .text._isr_wrapper
+                0x0000000000014dbc       0x24 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(isr_wrapper.c.obj)
+                0x0000000000014dbc                _isr_wrapper
+ .text.__stdout_hook_install
+                0x0000000000014de0        0xc zephyr/lib/libc/newlib/liblib__libc__newlib.a(libc-hooks.c.obj)
+                0x0000000000014de0                __stdout_hook_install
+ .text.z_impl_zephyr_read_stdin
+                0x0000000000014dec       0x28 zephyr/lib/libc/newlib/liblib__libc__newlib.a(libc-hooks.c.obj)
+                0x0000000000014dec                z_impl_zephyr_read_stdin
+ .text.z_impl_zephyr_write_stdout
+                0x0000000000014e14       0x30 zephyr/lib/libc/newlib/liblib__libc__newlib.a(libc-hooks.c.obj)
+                0x0000000000014e14                z_impl_zephyr_write_stdout
+ .text._sbrk    0x0000000000014e44       0x28 zephyr/lib/libc/newlib/liblib__libc__newlib.a(libc-hooks.c.obj)
+                0x0000000000014e44                sbrk
+                0x0000000000014e44                _sbrk
+ .text.abort    0x0000000000014e6c       0x1c zephyr/lib/libc/common/liblib__libc__common.a(abort.c.obj)
+                0x0000000000014e6c                abort
+ .text.nordicsemi_nrf52_init
+                0x0000000000014e88       0x10 zephyr/soc/soc/nrf52833/libsoc__nordic.a(soc.c.obj)
+ .text.arch_busy_wait
+                0x0000000000014e98       0x14 zephyr/soc/soc/nrf52833/libsoc__nordic.a(soc.c.obj)
+                0x0000000000014e98                arch_busy_wait
+ .text.get_battery_level
+                0x0000000000014eac       0x10 zephyr/subsys/lorawan/libloramac-node.a(lorawan.c.obj)
+ .text.lorawan_init
+                0x0000000000014ebc       0x54 zephyr/subsys/lorawan/libloramac-node.a(lorawan.c.obj)
+ .text.datarate_observe
+                0x0000000000014f10       0x4c zephyr/subsys/lorawan/libloramac-node.a(lorawan.c.obj)
+ .text.mcps_indication_handler
+                0x0000000000014f5c       0xa0 zephyr/subsys/lorawan/libloramac-node.a(lorawan.c.obj)
+ .text.mcps_confirm_handler
+                0x0000000000014ffc       0x68 zephyr/subsys/lorawan/libloramac-node.a(lorawan.c.obj)
+ .text.mlme_confirm_handler
+                0x0000000000015064       0x90 zephyr/subsys/lorawan/libloramac-node.a(lorawan.c.obj)
+ .text.lorawan_set_region
+                0x00000000000150f4       0x38 zephyr/subsys/lorawan/libloramac-node.a(lorawan.c.obj)
+                0x00000000000150f4                lorawan_set_region
+ .text.lorawan_join
+                0x000000000001512c      0x1c8 zephyr/subsys/lorawan/libloramac-node.a(lorawan.c.obj)
+                0x000000000001512c                lorawan_join
+ .text.lorawan_set_datarate
+                0x00000000000152f4       0x40 zephyr/subsys/lorawan/libloramac-node.a(lorawan.c.obj)
+                0x00000000000152f4                lorawan_set_datarate
+ .text.lorawan_send
+                0x0000000000015334      0x114 zephyr/subsys/lorawan/libloramac-node.a(lorawan.c.obj)
+                0x0000000000015334                lorawan_send
+ .text.lorawan_register_downlink_callback
+                0x0000000000015448       0x20 zephyr/subsys/lorawan/libloramac-node.a(lorawan.c.obj)
+                0x0000000000015448                lorawan_register_downlink_callback
+ .text.lorawan_register_dr_changed_callback
+                0x0000000000015468        0xc zephyr/subsys/lorawan/libloramac-node.a(lorawan.c.obj)
+                0x0000000000015468                lorawan_register_dr_changed_callback
+ .text.lorawan_start
+                0x0000000000015474       0xb4 zephyr/subsys/lorawan/libloramac-node.a(lorawan.c.obj)
+                0x0000000000015474                lorawan_start
+ .text.lorawan_status2str
+                0x0000000000015528       0x18 zephyr/subsys/lorawan/libloramac-node.a(lw_priv.c.obj)
+                0x0000000000015528                lorawan_status2str
+ .text.lorawan_eventinfo2str
+                0x0000000000015540       0x18 zephyr/subsys/lorawan/libloramac-node.a(lw_priv.c.obj)
+                0x0000000000015540                lorawan_eventinfo2str
+ .text.lorawan_status2errno
+                0x0000000000015558       0x24 zephyr/subsys/lorawan/libloramac-node.a(lw_priv.c.obj)
+                0x0000000000015558                lorawan_status2errno
+ .text.lorawan_eventinfo2errno
+                0x000000000001557c       0x24 zephyr/subsys/lorawan/libloramac-node.a(lw_priv.c.obj)
+                0x000000000001557c                lorawan_eventinfo2errno
+ .text.on_setting_loaded
+                0x00000000000155a0      0x128 zephyr/subsys/lorawan/libloramac-node.a(lorawan_nvm_settings.c.obj)
+ .text.lorawan_nvm_data_mgmt_event
+                0x00000000000156c8       0x90 zephyr/subsys/lorawan/libloramac-node.a(lorawan_nvm_settings.c.obj)
+                0x00000000000156c8                lorawan_nvm_data_mgmt_event
+ .text.lorawan_nvm_data_restore
+                0x0000000000015758       0x78 zephyr/subsys/lorawan/libloramac-node.a(lorawan_nvm_settings.c.obj)
+                0x0000000000015758                lorawan_nvm_data_restore
+ .text.timer_callback
+                0x00000000000157d0        0xc zephyr/subsys/lorawan/libloramac-node.a(hal_common.c.obj)
+ .text.RtcBkupWrite
+                0x00000000000157dc        0xc zephyr/subsys/lorawan/libloramac-node.a(hal_common.c.obj)
+                0x00000000000157dc                RtcBkupWrite
+ .text.RtcBkupRead
+                0x00000000000157e8       0x10 zephyr/subsys/lorawan/libloramac-node.a(hal_common.c.obj)
+                0x00000000000157e8                RtcBkupRead
+ .text.RtcGetTimerElapsedTime
+                0x00000000000157f8       0x14 zephyr/subsys/lorawan/libloramac-node.a(hal_common.c.obj)
+                0x00000000000157f8                RtcGetTimerElapsedTime
+ .text.RtcStopAlarm
+                0x000000000001580c        0xc zephyr/subsys/lorawan/libloramac-node.a(hal_common.c.obj)
+                0x000000000001580c                RtcStopAlarm
+ .text.RtcSetAlarm
+                0x0000000000015818       0x34 zephyr/subsys/lorawan/libloramac-node.a(hal_common.c.obj)
+                0x0000000000015818                RtcSetAlarm
+ .text.RtcSetTimerContext
+                0x000000000001584c       0x10 zephyr/subsys/lorawan/libloramac-node.a(hal_common.c.obj)
+                0x000000000001584c                RtcSetTimerContext
+ .text.RtcGetTimerContext
+                0x000000000001585c        0xc zephyr/subsys/lorawan/libloramac-node.a(hal_common.c.obj)
+                0x000000000001585c                RtcGetTimerContext
+ .text.sx12xx_ev_rx_done
+                0x0000000000015868       0xac zephyr/subsys/lorawan/libloramac-node.a(sx12xx_common.c.obj)
+ .text.modem_release.constprop.0
+                0x0000000000015914       0x54 zephyr/subsys/lorawan/libloramac-node.a(sx12xx_common.c.obj)
+ .text.sx12xx_ev_tx_done
+                0x0000000000015968       0x20 zephyr/subsys/lorawan/libloramac-node.a(sx12xx_common.c.obj)
+ .text.__sx12xx_configure_pin
+                0x0000000000015988       0xd0 zephyr/subsys/lorawan/libloramac-node.a(sx12xx_common.c.obj)
+                0x0000000000015988                __sx12xx_configure_pin
+ .text.sx12xx_lora_send_async
+                0x0000000000015a58       0x4c zephyr/subsys/lorawan/libloramac-node.a(sx12xx_common.c.obj)
+                0x0000000000015a58                sx12xx_lora_send_async
+ .text.sx12xx_lora_send
+                0x0000000000015aa4       0xcc zephyr/subsys/lorawan/libloramac-node.a(sx12xx_common.c.obj)
+                0x0000000000015aa4                sx12xx_lora_send
+ .text.sx12xx_lora_recv
+                0x0000000000015b70       0xbc zephyr/subsys/lorawan/libloramac-node.a(sx12xx_common.c.obj)
+                0x0000000000015b70                sx12xx_lora_recv
+ .text.sx12xx_lora_recv_async
+                0x0000000000015c2c       0x54 zephyr/subsys/lorawan/libloramac-node.a(sx12xx_common.c.obj)
+                0x0000000000015c2c                sx12xx_lora_recv_async
+ .text.sx12xx_lora_config
+                0x0000000000015c80       0xbc zephyr/subsys/lorawan/libloramac-node.a(sx12xx_common.c.obj)
+                0x0000000000015c80                sx12xx_lora_config
+ .text.sx12xx_lora_test_cw
+                0x0000000000015d3c       0x40 zephyr/subsys/lorawan/libloramac-node.a(sx12xx_common.c.obj)
+                0x0000000000015d3c                sx12xx_lora_test_cw
+ .text.sx12xx_init
+                0x0000000000015d7c       0x58 zephyr/subsys/lorawan/libloramac-node.a(sx12xx_common.c.obj)
+                0x0000000000015d7c                sx12xx_init
+ .text.sx127x_dio_work_handle
+                0x0000000000015dd4       0x18 zephyr/subsys/lorawan/libloramac-node.a(sx127x.c.obj)
+ .text.sx127x_irq_callback
+                0x0000000000015dec       0x20 zephyr/subsys/lorawan/libloramac-node.a(sx127x.c.obj)
+ .text.SX1276ReadBuffer.part.0
+                0x0000000000015e0c       0x14 zephyr/subsys/lorawan/libloramac-node.a(sx127x.c.obj)
+ .text.gpio_pin_set_dt.constprop.0.isra.0
+                0x0000000000015e20       0x28 zephyr/subsys/lorawan/libloramac-node.a(sx127x.c.obj)
+ .text.SX1276WriteBuffer.part.0
+                0x0000000000015e48       0x14 zephyr/subsys/lorawan/libloramac-node.a(sx127x.c.obj)
+ .text.SX1276IoIrqInit
+                0x0000000000015e5c       0xcc zephyr/subsys/lorawan/libloramac-node.a(sx127x.c.obj)
+                0x0000000000015e5c                SX1276IoIrqInit
+ .text.sx127x_read
+                0x0000000000015f28       0x3c zephyr/subsys/lorawan/libloramac-node.a(sx127x.c.obj)
+                0x0000000000015f28                sx127x_read
+ .text.sx127x_lora_init.part.0
+                0x0000000000015f64       0x7c zephyr/subsys/lorawan/libloramac-node.a(sx127x.c.obj)
+ .text.sx127x_lora_init
+                0x0000000000015fe0       0x50 zephyr/subsys/lorawan/libloramac-node.a(sx127x.c.obj)
+ .text.sx127x_write
+                0x0000000000016030       0x3c zephyr/subsys/lorawan/libloramac-node.a(sx127x.c.obj)
+                0x0000000000016030                sx127x_write
+ .text.SX1276SetRfTxPower
+                0x000000000001606c       0xa4 zephyr/subsys/lorawan/libloramac-node.a(sx127x.c.obj)
+                0x000000000001606c                SX1276SetRfTxPower
+ .text.rand1    0x0000000000016110       0x28 zephyr/subsys/lorawan/libloramac-node.a(utilities.c.obj)
+                0x0000000000016110                rand1
+ .text.srand1   0x0000000000016138        0xc zephyr/subsys/lorawan/libloramac-node.a(utilities.c.obj)
+                0x0000000000016138                srand1
+ .text.Crc32    0x0000000000016144       0x34 zephyr/subsys/lorawan/libloramac-node.a(utilities.c.obj)
+                0x0000000000016144                Crc32
+ .text.TimerInsertNewHeadTimer
+                0x0000000000016178       0x18 zephyr/subsys/lorawan/libloramac-node.a(timer.c.obj)
+ .text.TimerStart
+                0x0000000000016190       0x70 zephyr/subsys/lorawan/libloramac-node.a(timer.c.obj)
+                0x0000000000016190                TimerStart
+ .text.TimerIrqHandler
+                0x0000000000016200       0x7c zephyr/subsys/lorawan/libloramac-node.a(timer.c.obj)
+                0x0000000000016200                TimerIrqHandler
+ .text.TimerStop
+                0x000000000001627c       0x54 zephyr/subsys/lorawan/libloramac-node.a(timer.c.obj)
+                0x000000000001627c                TimerStop
+ .text.GetFskBandwidthRegValue
+                0x00000000000162d0       0x2c zephyr/subsys/lorawan/libloramac-node.a(sx1276.c.obj)
+ .text.SX1276OnDio4Irq
+                0x00000000000162fc       0x1c zephyr/subsys/lorawan/libloramac-node.a(sx1276.c.obj)
+ .text.SX1276GetStatus
+                0x0000000000016318        0xc zephyr/subsys/lorawan/libloramac-node.a(sx1276.c.obj)
+                0x0000000000016318                SX1276GetStatus
+ .text.SX1276GetTimeOnAir
+                0x0000000000016324       0xdc zephyr/subsys/lorawan/libloramac-node.a(sx1276.c.obj)
+                0x0000000000016324                SX1276GetTimeOnAir
+ .text.SX1276SetChannel
+                0x0000000000016400       0x48 zephyr/subsys/lorawan/libloramac-node.a(sx1276.c.obj)
+                0x0000000000016400                SX1276SetChannel
+ .text.SX1276OnDio3Irq
+                0x0000000000016448       0x50 zephyr/subsys/lorawan/libloramac-node.a(sx1276.c.obj)
+ .text.SX1276OnDio2Irq
+                0x0000000000016498       0xd4 zephyr/subsys/lorawan/libloramac-node.a(sx1276.c.obj)
+ .text.SX1276OnDio1Irq
+                0x000000000001656c      0x118 zephyr/subsys/lorawan/libloramac-node.a(sx1276.c.obj)
+ .text.SX1276OnDio0Irq
+                0x0000000000016684      0x260 zephyr/subsys/lorawan/libloramac-node.a(sx1276.c.obj)
+ .text.RxChainCalibration
+                0x00000000000168e4       0x94 zephyr/subsys/lorawan/libloramac-node.a(sx1276.c.obj)
+ .text.SX1276SetSleep
+                0x0000000000016978       0x3c zephyr/subsys/lorawan/libloramac-node.a(sx1276.c.obj)
+                0x0000000000016978                SX1276SetSleep
+ .text.SX1276SetStby
+                0x00000000000169b4       0x34 zephyr/subsys/lorawan/libloramac-node.a(sx1276.c.obj)
+                0x00000000000169b4                SX1276SetStby
+ .text.SX1276Send
+                0x00000000000169e8      0x194 zephyr/subsys/lorawan/libloramac-node.a(sx1276.c.obj)
+                0x00000000000169e8                SX1276Send
+ .text.SX1276SetRx
+                0x0000000000016b7c      0x220 zephyr/subsys/lorawan/libloramac-node.a(sx1276.c.obj)
+                0x0000000000016b7c                SX1276SetRx
+ .text.SX1276ReadRssi
+                0x0000000000016d9c       0x48 zephyr/subsys/lorawan/libloramac-node.a(sx1276.c.obj)
+                0x0000000000016d9c                SX1276ReadRssi
+ .text.SX1276SetModem
+                0x0000000000016de4       0x74 zephyr/subsys/lorawan/libloramac-node.a(sx1276.c.obj)
+                0x0000000000016de4                SX1276SetModem
+ .text.SX1276Init
+                0x0000000000016e58       0x80 zephyr/subsys/lorawan/libloramac-node.a(sx1276.c.obj)
+                0x0000000000016e58                SX1276Init
+ .text.SX1276SetRxConfig
+                0x0000000000016ed8      0x2a8 zephyr/subsys/lorawan/libloramac-node.a(sx1276.c.obj)
+                0x0000000000016ed8                SX1276SetRxConfig
+ .text.SX1276SetTxConfig
+                0x0000000000017180      0x23c zephyr/subsys/lorawan/libloramac-node.a(sx1276.c.obj)
+                0x0000000000017180                SX1276SetTxConfig
+ .text.SX1276SetTxContinuousWave
+                0x00000000000173bc       0x84 zephyr/subsys/lorawan/libloramac-node.a(sx1276.c.obj)
+                0x00000000000173bc                SX1276SetTxContinuousWave
+ .text.SX1276SetMaxPayloadLength
+                0x0000000000017440       0x34 zephyr/subsys/lorawan/libloramac-node.a(sx1276.c.obj)
+                0x0000000000017440                SX1276SetMaxPayloadLength
+ .text.SX1276SetPublicNetwork
+                0x0000000000017474       0x28 zephyr/subsys/lorawan/libloramac-node.a(sx1276.c.obj)
+                0x0000000000017474                SX1276SetPublicNetwork
+ .text.SX1276OnTimeoutIrq
+                0x000000000001749c       0xc8 zephyr/subsys/lorawan/libloramac-node.a(sx1276.c.obj)
+ .text.aes_set_key
+                0x0000000000017564      0x104 zephyr/subsys/lorawan/libloramac-node.a(aes.c.obj)
+                0x0000000000017564                aes_set_key
+ .text.aes_encrypt
+                0x0000000000017668      0x2cc zephyr/subsys/lorawan/libloramac-node.a(aes.c.obj)
+                0x0000000000017668                aes_encrypt
+ .text.ComputeCmac
+                0x0000000000017934       0x80 zephyr/subsys/lorawan/libloramac-node.a(soft-se.c.obj)
+ .text.SecureElementInit
+                0x00000000000179b4       0xc0 zephyr/subsys/lorawan/libloramac-node.a(soft-se.c.obj)
+                0x00000000000179b4                SecureElementInit
+ .text.SecureElementAesEncrypt
+                0x0000000000017a74       0x7c zephyr/subsys/lorawan/libloramac-node.a(soft-se.c.obj)
+                0x0000000000017a74                SecureElementAesEncrypt
+ .text.SecureElementSetKey.part.0
+                0x0000000000017af0       0x7c zephyr/subsys/lorawan/libloramac-node.a(soft-se.c.obj)
+ .text.SecureElementSetDevEui
+                0x0000000000017b6c       0x1c zephyr/subsys/lorawan/libloramac-node.a(soft-se.c.obj)
+                0x0000000000017b6c                SecureElementSetDevEui
+ .text.SecureElementGetDevEui
+                0x0000000000017b88        0xc zephyr/subsys/lorawan/libloramac-node.a(soft-se.c.obj)
+                0x0000000000017b88                SecureElementGetDevEui
+ .text.SecureElementSetJoinEui
+                0x0000000000017b94       0x20 zephyr/subsys/lorawan/libloramac-node.a(soft-se.c.obj)
+                0x0000000000017b94                SecureElementSetJoinEui
+ .text.SecureElementGetJoinEui
+                0x0000000000017bb4        0xc zephyr/subsys/lorawan/libloramac-node.a(soft-se.c.obj)
+                0x0000000000017bb4                SecureElementGetJoinEui
+ .text.SecureElementSetPin
+                0x0000000000017bc0       0x20 zephyr/subsys/lorawan/libloramac-node.a(soft-se.c.obj)
+                0x0000000000017bc0                SecureElementSetPin
+ .text.SecureElementGetPin
+                0x0000000000017be0        0xc zephyr/subsys/lorawan/libloramac-node.a(soft-se.c.obj)
+                0x0000000000017be0                SecureElementGetPin
+ .text.UpdateRxSlotIdleState
+                0x0000000000017bec       0x1c zephyr/subsys/lorawan/libloramac-node.a(LoRaMac.c.obj)
+ .text.OnMacProcessNotify
+                0x0000000000017c08       0x14 zephyr/subsys/lorawan/libloramac-node.a(LoRaMac.c.obj)
+ .text.OnRadioRxTimeout
+                0x0000000000017c1c       0x14 zephyr/subsys/lorawan/libloramac-node.a(LoRaMac.c.obj)
+ .text.OnRadioTxTimeout
+                0x0000000000017c30       0x14 zephyr/subsys/lorawan/libloramac-node.a(LoRaMac.c.obj)
+ .text.OnRadioRxError
+                0x0000000000017c44       0x14 zephyr/subsys/lorawan/libloramac-node.a(LoRaMac.c.obj)
+ .text.OnAbpJoinPendingTimerEvent
+                0x0000000000017c58       0x24 zephyr/subsys/lorawan/libloramac-node.a(LoRaMac.c.obj)
+ .text.OnRadioRxDone
+                0x0000000000017c7c       0x3c zephyr/subsys/lorawan/libloramac-node.a(LoRaMac.c.obj)
+ .text.GetMaxAppPayloadWithoutFOptsLength
+                0x0000000000017cb8       0x2c zephyr/subsys/lorawan/libloramac-node.a(LoRaMac.c.obj)
+ .text.OnForceRejoinReqCycleTimerEvent
+                0x0000000000017ce4       0x64 zephyr/subsys/lorawan/libloramac-node.a(LoRaMac.c.obj)
+ .text.OnRetransmitTimeoutTimerEvent
+                0x0000000000017d48       0x28 zephyr/subsys/lorawan/libloramac-node.a(LoRaMac.c.obj)
+ .text.PrepareRxDoneAbort
+                0x0000000000017d70       0x38 zephyr/subsys/lorawan/libloramac-node.a(LoRaMac.c.obj)
+ .text.ResetMacParameters
+                0x0000000000017da8      0x15c zephyr/subsys/lorawan/libloramac-node.a(LoRaMac.c.obj)
+ .text.OnRadioTxDone
+                0x0000000000017f04       0x3c zephyr/subsys/lorawan/libloramac-node.a(LoRaMac.c.obj)
+ .text.HandleRadioRxErrorTimeout
+                0x0000000000017f40       0xcc zephyr/subsys/lorawan/libloramac-node.a(LoRaMac.c.obj)
+ .text.OpenContinuousRxCWindow
+                0x000000000001800c       0x58 zephyr/subsys/lorawan/libloramac-node.a(LoRaMac.c.obj)
+ .text.SwitchClass
+                0x0000000000018064      0x100 zephyr/subsys/lorawan/libloramac-node.a(LoRaMac.c.obj)
+ .text.RxWindowSetup.constprop.0
+                0x0000000000018164       0x40 zephyr/subsys/lorawan/libloramac-node.a(LoRaMac.c.obj)
+ .text.OnRxWindow1TimerEvent
+                0x00000000000181a4       0x44 zephyr/subsys/lorawan/libloramac-node.a(LoRaMac.c.obj)
+ .text.OnRxWindow2TimerEvent
+                0x00000000000181e8       0x4c zephyr/subsys/lorawan/libloramac-node.a(LoRaMac.c.obj)
+ .text.ProcessMacCommands.constprop.0
+                0x0000000000018234      0x6ec zephyr/subsys/lorawan/libloramac-node.a(LoRaMac.c.obj)
+ .text.StopRetransmission.isra.0
+                0x0000000000018920       0x90 zephyr/subsys/lorawan/libloramac-node.a(LoRaMac.c.obj)
+ .text.OnRejoin1CycleTimerEvent
+                0x00000000000189b0       0x50 zephyr/subsys/lorawan/libloramac-node.a(LoRaMac.c.obj)
+ .text.OnRejoin0CycleTimerEvent
+                0x0000000000018a00       0x50 zephyr/subsys/lorawan/libloramac-node.a(LoRaMac.c.obj)
+ .text.LoRaMacIsBusy
+                0x0000000000018a50       0x30 zephyr/subsys/lorawan/libloramac-node.a(LoRaMac.c.obj)
+                0x0000000000018a50                LoRaMacIsBusy
+ .text.PrepareFrame
+                0x0000000000018a80      0x14c zephyr/subsys/lorawan/libloramac-node.a(LoRaMac.c.obj)
+                0x0000000000018a80                PrepareFrame
+ .text.SendFrameOnChannel
+                0x0000000000018bcc      0x144 zephyr/subsys/lorawan/libloramac-node.a(LoRaMac.c.obj)
+                0x0000000000018bcc                SendFrameOnChannel
+ .text.ScheduleTx
+                0x0000000000018d10      0x1f8 zephyr/subsys/lorawan/libloramac-node.a(LoRaMac.c.obj)
+ .text.OnTxDelayedTimerEvent
+                0x0000000000018f08       0x70 zephyr/subsys/lorawan/libloramac-node.a(LoRaMac.c.obj)
+ .text.Send     0x0000000000018f78       0xfc zephyr/subsys/lorawan/libloramac-node.a(LoRaMac.c.obj)
+                0x0000000000018f78                Send
+ .text.SendReJoinReq
+                0x0000000000019074      0x108 zephyr/subsys/lorawan/libloramac-node.a(LoRaMac.c.obj)
+                0x0000000000019074                SendReJoinReq
+ .text.SetTxContinuousWave
+                0x000000000001917c       0x2c zephyr/subsys/lorawan/libloramac-node.a(LoRaMac.c.obj)
+                0x000000000001917c                SetTxContinuousWave
+ .text.LoRaMacInitialization
+                0x00000000000191a8      0x380 zephyr/subsys/lorawan/libloramac-node.a(LoRaMac.c.obj)
+                0x00000000000191a8                LoRaMacInitialization
+ .text.LoRaMacStart
+                0x0000000000019528       0x14 zephyr/subsys/lorawan/libloramac-node.a(LoRaMac.c.obj)
+                0x0000000000019528                LoRaMacStart
+ .text.LoRaMacQueryTxPossible
+                0x000000000001953c       0xc4 zephyr/subsys/lorawan/libloramac-node.a(LoRaMac.c.obj)
+                0x000000000001953c                LoRaMacQueryTxPossible
+ .text.LoRaMacMibGetRequestConfirm
+                0x0000000000019600      0x230 zephyr/subsys/lorawan/libloramac-node.a(LoRaMac.c.obj)
+                0x0000000000019600                LoRaMacMibGetRequestConfirm
+ .text.LoRaMacMibSetRequestConfirm
+                0x0000000000019830      0x648 zephyr/subsys/lorawan/libloramac-node.a(LoRaMac.c.obj)
+                0x0000000000019830                LoRaMacMibSetRequestConfirm
+ .text.LoRaMacMlmeRequest
+                0x0000000000019e78      0x228 zephyr/subsys/lorawan/libloramac-node.a(LoRaMac.c.obj)
+                0x0000000000019e78                LoRaMacMlmeRequest
+ .text.LoRaMacProcess
+                0x000000000001a0a0      0xb9c zephyr/subsys/lorawan/libloramac-node.a(LoRaMac.c.obj)
+                0x000000000001a0a0                LoRaMacProcess
+ .text.LoRaMacMcpsRequest
+                0x000000000001ac3c      0x1a4 zephyr/subsys/lorawan/libloramac-node.a(LoRaMac.c.obj)
+                0x000000000001ac3c                LoRaMacMcpsRequest
+ .text.IsSticky
+                0x000000000001ade0       0x20 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacCommands.c.obj)
+ .text.LoRaMacCommandsInit
+                0x000000000001ae00       0x1c zephyr/subsys/lorawan/libloramac-node.a(LoRaMacCommands.c.obj)
+                0x000000000001ae00                LoRaMacCommandsInit
+ .text.LoRaMacCommandsAddCmd
+                0x000000000001ae1c       0x9c zephyr/subsys/lorawan/libloramac-node.a(LoRaMacCommands.c.obj)
+                0x000000000001ae1c                LoRaMacCommandsAddCmd
+ .text.LoRaMacCommandsRemoveCmd
+                0x000000000001aeb8       0x5c zephyr/subsys/lorawan/libloramac-node.a(LoRaMacCommands.c.obj)
+                0x000000000001aeb8                LoRaMacCommandsRemoveCmd
+ .text.LoRaMacCommandsGetCmd
+                0x000000000001af14       0x1c zephyr/subsys/lorawan/libloramac-node.a(LoRaMacCommands.c.obj)
+                0x000000000001af14                LoRaMacCommandsGetCmd
+ .text.LoRaMacCommandsRemoveNoneStickyCmds
+                0x000000000001af30       0x1c zephyr/subsys/lorawan/libloramac-node.a(LoRaMacCommands.c.obj)
+                0x000000000001af30                LoRaMacCommandsRemoveNoneStickyCmds
+ .text.LoRaMacCommandsRemoveStickyAnsCmds
+                0x000000000001af4c       0x3c zephyr/subsys/lorawan/libloramac-node.a(LoRaMacCommands.c.obj)
+                0x000000000001af4c                LoRaMacCommandsRemoveStickyAnsCmds
+ .text.LoRaMacCommandsGetSizeSerializedCmds
+                0x000000000001af88       0x18 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacCommands.c.obj)
+                0x000000000001af88                LoRaMacCommandsGetSizeSerializedCmds
+ .text.LoRaMacCommandsSerializeCmds
+                0x000000000001afa0       0x68 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacCommands.c.obj)
+                0x000000000001afa0                LoRaMacCommandsSerializeCmds
+ .text.LoRaMacCommandsGetCmdSize
+                0x000000000001b008       0x14 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacCommands.c.obj)
+                0x000000000001b008                LoRaMacCommandsGetCmdSize
+ .text.GetElement.constprop.0
+                0x000000000001b01c       0x34 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacConfirmQueue.c.obj)
+ .text.LoRaMacConfirmQueueInit
+                0x000000000001b050       0x28 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacConfirmQueue.c.obj)
+                0x000000000001b050                LoRaMacConfirmQueueInit
+ .text.LoRaMacConfirmQueueAdd
+                0x000000000001b078       0x4c zephyr/subsys/lorawan/libloramac-node.a(LoRaMacConfirmQueue.c.obj)
+                0x000000000001b078                LoRaMacConfirmQueueAdd
+ .text.LoRaMacConfirmQueueRemoveFirst
+                0x000000000001b0c4       0x2c zephyr/subsys/lorawan/libloramac-node.a(LoRaMacConfirmQueue.c.obj)
+                0x000000000001b0c4                LoRaMacConfirmQueueRemoveFirst
+ .text.LoRaMacConfirmQueueSetStatus
+                0x000000000001b0f0       0x24 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacConfirmQueue.c.obj)
+                0x000000000001b0f0                LoRaMacConfirmQueueSetStatus
+ .text.LoRaMacConfirmQueueSetStatusCmn
+                0x000000000001b114       0x34 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacConfirmQueue.c.obj)
+                0x000000000001b114                LoRaMacConfirmQueueSetStatusCmn
+ .text.LoRaMacConfirmQueueIsCmdActive
+                0x000000000001b148       0x18 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacConfirmQueue.c.obj)
+                0x000000000001b148                LoRaMacConfirmQueueIsCmdActive
+ .text.LoRaMacConfirmQueueHandleCb
+                0x000000000001b160       0x68 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacConfirmQueue.c.obj)
+                0x000000000001b160                LoRaMacConfirmQueueHandleCb
+ .text.LoRaMacConfirmQueueGetCnt
+                0x000000000001b1c8        0xc zephyr/subsys/lorawan/libloramac-node.a(LoRaMacConfirmQueue.c.obj)
+                0x000000000001b1c8                LoRaMacConfirmQueueGetCnt
+ .text.LoRaMacConfirmQueueIsFull
+                0x000000000001b1d4       0x14 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacConfirmQueue.c.obj)
+                0x000000000001b1d4                LoRaMacConfirmQueueIsFull
+ .text.FOptsEncrypt
+                0x000000000001b1e8       0xbc zephyr/subsys/lorawan/libloramac-node.a(LoRaMacCrypto.c.obj)
+ .text.GetLastFcntDown.constprop.0
+                0x000000000001b2a4       0x58 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacCrypto.c.obj)
+ .text.VerifyCmacB0.constprop.0
+                0x000000000001b2fc       0xbc zephyr/subsys/lorawan/libloramac-node.a(LoRaMacCrypto.c.obj)
+ .text.LoRaMacCryptoInit
+                0x000000000001b3b8       0x3c zephyr/subsys/lorawan/libloramac-node.a(LoRaMacCrypto.c.obj)
+                0x000000000001b3b8                LoRaMacCryptoInit
+ .text.LoRaMacCryptoSetLrWanVersion
+                0x000000000001b3f4       0x10 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacCrypto.c.obj)
+                0x000000000001b3f4                LoRaMacCryptoSetLrWanVersion
+ .text.LoRaMacCryptoGetFCntUp
+                0x000000000001b404       0x18 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacCrypto.c.obj)
+                0x000000000001b404                LoRaMacCryptoGetFCntUp
+ .text.LoRaMacCryptoGetRJcount
+                0x000000000001b41c       0x30 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacCrypto.c.obj)
+                0x000000000001b41c                LoRaMacCryptoGetRJcount
+ .text.LoRaMacCryptoSetMulticastReference
+                0x000000000001b44c       0x2c zephyr/subsys/lorawan/libloramac-node.a(LoRaMacCrypto.c.obj)
+                0x000000000001b44c                LoRaMacCryptoSetMulticastReference
+ .text.LoRaMacCryptoPrepareJoinRequest
+                0x000000000001b478       0xac zephyr/subsys/lorawan/libloramac-node.a(LoRaMacCrypto.c.obj)
+                0x000000000001b478                LoRaMacCryptoPrepareJoinRequest
+ .text.LoRaMacCryptoPrepareReJoinType1
+                0x000000000001b524       0x58 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacCrypto.c.obj)
+                0x000000000001b524                LoRaMacCryptoPrepareReJoinType1
+ .text.LoRaMacCryptoPrepareReJoinType0or2
+                0x000000000001b57c       0x54 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacCrypto.c.obj)
+                0x000000000001b57c                LoRaMacCryptoPrepareReJoinType0or2
+ .text.LoRaMacCryptoSecureMessage
+                0x000000000001b5d0      0x18c zephyr/subsys/lorawan/libloramac-node.a(LoRaMacCrypto.c.obj)
+                0x000000000001b5d0                LoRaMacCryptoSecureMessage
+ .text.LoRaMacCryptoUnsecureMessage
+                0x000000000001b75c      0x150 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacCrypto.c.obj)
+                0x000000000001b75c                LoRaMacCryptoUnsecureMessage
+ .text.LoRaMacCryptoSetKey
+                0x000000000001b8ac       0x34 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacCrypto.c.obj)
+                0x000000000001b8ac                LoRaMacCryptoSetKey
+ .text.LoRaMacCryptoHandleJoinAccept
+                0x000000000001b8e0      0x180 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacCrypto.c.obj)
+                0x000000000001b8e0                LoRaMacCryptoHandleJoinAccept
+ .text.RegionGetVersion
+                0x000000000001ba60        0x8 zephyr/subsys/lorawan/libloramac-node.a(Region.c.obj)
+                0x000000000001ba60                RegionGetVersion
+ .text.RegionCommonUpdateBandTimeOff
+                0x000000000001ba68       0xdc zephyr/subsys/lorawan/libloramac-node.a(RegionCommon.c.obj)
+                0x000000000001ba68                RegionCommonUpdateBandTimeOff
+ .text.RegionCommonComputeSymbolTimeLoRa
+                0x000000000001bb44       0x10 zephyr/subsys/lorawan/libloramac-node.a(RegionCommon.c.obj)
+                0x000000000001bb44                RegionCommonComputeSymbolTimeLoRa
+ .text.RegionCommonGetBandwidth
+                0x000000000001bb54       0x24 zephyr/subsys/lorawan/libloramac-node.a(RegionCommon.c.obj)
+                0x000000000001bb54                RegionCommonGetBandwidth
+ .text.GetTimeOnAir
+                0x000000000001bb78       0x54 zephyr/subsys/lorawan/libloramac-node.a(RegionEU868.c.obj)
+ .text.VerifyRfFreq
+                0x000000000001bbcc       0x9c zephyr/subsys/lorawan/libloramac-node.a(RegionEU868.c.obj)
+ .text.RegionEU868GetPhyParam
+                0x000000000001bc68      0x120 zephyr/subsys/lorawan/libloramac-node.a(RegionEU868.c.obj)
+                0x000000000001bc68                RegionEU868GetPhyParam
+ .text.RegionEU868SetBandTxDone
+                0x000000000001bd88       0x38 zephyr/subsys/lorawan/libloramac-node.a(RegionEU868.c.obj)
+                0x000000000001bd88                RegionEU868SetBandTxDone
+ .text.RegionEU868InitDefaults
+                0x000000000001bdc0       0xcc zephyr/subsys/lorawan/libloramac-node.a(RegionEU868.c.obj)
+                0x000000000001bdc0                RegionEU868InitDefaults
+ .text.RegionEU868ChanMaskSet
+                0x000000000001be8c       0x34 zephyr/subsys/lorawan/libloramac-node.a(RegionEU868.c.obj)
+                0x000000000001be8c                RegionEU868ChanMaskSet
+ .text.RegionEU868ComputeRxWindowParameters
+                0x000000000001bec0       0x64 zephyr/subsys/lorawan/libloramac-node.a(RegionEU868.c.obj)
+                0x000000000001bec0                RegionEU868ComputeRxWindowParameters
+ .text.RegionEU868RxConfig
+                0x000000000001bf24       0xd8 zephyr/subsys/lorawan/libloramac-node.a(RegionEU868.c.obj)
+                0x000000000001bf24                RegionEU868RxConfig
+ .text.RegionEU868TxConfig
+                0x000000000001bffc      0x108 zephyr/subsys/lorawan/libloramac-node.a(RegionEU868.c.obj)
+                0x000000000001bffc                RegionEU868TxConfig
+ .text.RegionEU868LinkAdrReq
+                0x000000000001c104      0x15c zephyr/subsys/lorawan/libloramac-node.a(RegionEU868.c.obj)
+                0x000000000001c104                RegionEU868LinkAdrReq
+ .text.RegionEU868DlChannelReq
+                0x000000000001c260       0x58 zephyr/subsys/lorawan/libloramac-node.a(RegionEU868.c.obj)
+                0x000000000001c260                RegionEU868DlChannelReq
+ .text.RegionEU868NextChannel
+                0x000000000001c2b8       0xf4 zephyr/subsys/lorawan/libloramac-node.a(RegionEU868.c.obj)
+                0x000000000001c2b8                RegionEU868NextChannel
+ .text.RegionEU868ChannelAdd
+                0x000000000001c3ac       0xc0 zephyr/subsys/lorawan/libloramac-node.a(RegionEU868.c.obj)
+                0x000000000001c3ac                RegionEU868ChannelAdd
+ .text.RegionEU868ChannelsRemove
+                0x000000000001c46c       0x30 zephyr/subsys/lorawan/libloramac-node.a(RegionEU868.c.obj)
+                0x000000000001c46c                RegionEU868ChannelsRemove
+ .text.xoshiro128_initialize
+                0x000000000001c49c       0x18 zephyr/subsys/random/libsubsys__random.a(random_xoshiro128.c.obj)
+ .text.bt_hex   0x000000000001c4b4       0x44 zephyr/subsys/bluetooth/common/libsubsys__bluetooth__common.a(bt_str.c.obj)
+                0x000000000001c4b4                bt_hex
+ .text.bt_addr_le_str
+                0x000000000001c4f8       0x7c zephyr/subsys/bluetooth/common/libsubsys__bluetooth__common.a(bt_str.c.obj)
+                0x000000000001c4f8                bt_addr_le_str
+ .text.long_wq_init
+                0x000000000001c574       0x38 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(long_wq.c.obj)
+ .text.bt_long_wq_schedule
+                0x000000000001c5ac        0xc zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(long_wq.c.obj)
+                0x000000000001c5ac                bt_long_wq_schedule
+ .text.uuid_to_uuid128
+                0x000000000001c5b8       0x78 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(uuid.c.obj)
+ .text.bt_buf_get_rx
+                0x000000000001c630       0x20 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(buf.c.obj)
+                0x000000000001c630                bt_buf_get_rx
+ .text.bt_buf_get_evt
+                0x000000000001c650       0x38 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(buf.c.obj)
+                0x000000000001c650                bt_buf_get_evt
+ .text.hci_data_buf_overflow
+                0x000000000001c688       0x18 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+ .text.handle_event_common
+                0x000000000001c6a0       0x50 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+ .text.hci_disconn_complete_prio
+                0x000000000001c6f0       0x4c zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+ .text.hci_disconn_complete
+                0x000000000001c73c       0x44 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+ .text.le_phy_update_complete
+                0x000000000001c780       0x34 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+ .text.le_data_len_change
+                0x000000000001c7b4       0x30 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+ .text.hci_hardware_error
+                0x000000000001c7e4       0x24 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+ .text.rx_queue_put
+                0x000000000001c808       0x3c zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+ .text.find_pending_connect.part.0
+                0x000000000001c844       0x2c zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+ .text.le_conn_param_neg_reply.part.0
+                0x000000000001c870       0x14 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+ .text.hci_vendor_event
+                0x000000000001c884       0x60 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+ .text.handle_event.part.0
+                0x000000000001c8e4       0x48 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+ .text.hci_le_meta_event
+                0x000000000001c92c       0x20 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+ .text.le_remote_feat_complete
+                0x000000000001c94c       0x54 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+ .text.rx_work_handler
+                0x000000000001c9a0      0x138 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+ .text.hci_cmd_done.part.0
+                0x000000000001cad8      0x144 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+ .text.hci_cmd_status
+                0x000000000001cc1c       0x30 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+ .text.hci_cmd_complete
+                0x000000000001cc4c       0x50 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+ .text.hci_num_completed_packets
+                0x000000000001cc9c      0x138 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+ .text.le_conn_update_complete
+                0x000000000001cdd4       0xcc zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+ .text.bt_hci_cmd_state_set_init
+                0x000000000001cea0       0x24 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+                0x000000000001cea0                bt_hci_cmd_state_set_init
+ .text.bt_hci_cmd_create
+                0x000000000001cec4       0x78 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+                0x000000000001cec4                bt_hci_cmd_create
+ .text.bt_hci_cmd_send_sync
+                0x000000000001cf3c       0xf4 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+                0x000000000001cf3c                bt_hci_cmd_send_sync
+ .text.hci_le_read_max_data_len
+                0x000000000001d030       0x7c zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+ .text.bt_hci_le_rand
+                0x000000000001d0ac       0x58 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+                0x000000000001d0ac                bt_hci_le_rand
+ .text.bt_hci_le_enh_conn_complete
+                0x000000000001d104      0x2bc zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+                0x000000000001d104                bt_hci_le_enh_conn_complete
+ .text.le_legacy_conn_complete
+                0x000000000001d3c0       0x70 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+ .text.bt_hci_get_ver_str
+                0x000000000001d430       0x3c zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+                0x000000000001d430                bt_hci_get_ver_str
+ .text.bt_send  0x000000000001d46c       0x10 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+                0x000000000001d46c                bt_send
+ .text.bt_hci_cmd_send
+                0x000000000001d47c       0x58 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+                0x000000000001d47c                bt_hci_cmd_send
+ .text.le_conn_param_req
+                0x000000000001d4d4       0xc0 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+ .text.hci_event_prio
+                0x000000000001d594       0xa0 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+                0x000000000001d594                hci_event_prio
+ .text.bt_recv  0x000000000001d634       0x5c zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+                0x000000000001d634                bt_recv
+ .text.bt_hci_driver_register
+                0x000000000001d690       0x28 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+                0x000000000001d690                bt_hci_driver_register
+ .text.bt_finalize_init
+                0x000000000001d6b8      0x134 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+                0x000000000001d6b8                bt_finalize_init
+ .text.bt_init  0x000000000001d7ec      0x4c8 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+ .text.init_work
+                0x000000000001dcb4       0x18 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+ .text.bt_is_ready
+                0x000000000001dccc       0x18 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+                0x000000000001dccc                bt_is_ready
+ .text.bt_get_name
+                0x000000000001dce4        0x8 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+                0x000000000001dce4                bt_get_name
+ .text.id_find  0x000000000001dcec       0x30 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(id.c.obj)
+ .text.set_random_address
+                0x000000000001dd1c       0x74 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(id.c.obj)
+ .text.id_create.constprop.0
+                0x000000000001dd90       0x74 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(id.c.obj)
+ .text.bt_id_create
+                0x000000000001de04       0x9c zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(id.c.obj)
+                0x000000000001de04                bt_id_create
+ .text.bt_id_read_public_addr
+                0x000000000001dea0       0x88 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(id.c.obj)
+                0x000000000001dea0                bt_id_read_public_addr
+ .text.bt_setup_public_id_addr
+                0x000000000001df28       0x20 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(id.c.obj)
+                0x000000000001df28                bt_setup_public_id_addr
+ .text.bt_setup_random_id_addr
+                0x000000000001df48       0xd8 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(id.c.obj)
+                0x000000000001df48                bt_setup_random_id_addr
+ .text.bt_id_set_adv_own_addr
+                0x000000000001e020       0xd4 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(id.c.obj)
+                0x000000000001e020                bt_id_set_adv_own_addr
+ .text.bt_id_init
+                0x000000000001e0f4       0x54 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(id.c.obj)
+                0x000000000001e0f4                bt_id_init
+ .text.adv_is_directed
+                0x000000000001e148       0x18 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(adv.c.obj)
+ .text.le_adv_start_add_conn
+                0x000000000001e160       0x60 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(adv.c.obj)
+ .text.bt_le_adv_lookup_legacy
+                0x000000000001e1c0        0x8 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(adv.c.obj)
+                0x000000000001e1c0                bt_le_adv_lookup_legacy
+ .text.bt_le_adv_resume
+                0x000000000001e1c8       0xe8 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(adv.c.obj)
+                0x000000000001e1c8                bt_le_adv_resume
+ .text.notify_connected
+                0x000000000001e2b0       0x3c zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(conn.c.obj)
+ .text.tx_notify
+                0x000000000001e2ec       0x60 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(conn.c.obj)
+ .text.wait_for_tx_work
+                0x000000000001e34c       0x34 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(conn.c.obj)
+ .text.conn_tx_destroy
+                0x000000000001e380       0x2c zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(conn.c.obj)
+ .text.bt_conn_get_pkts
+                0x000000000001e3ac       0x18 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(conn.c.obj)
+                0x000000000001e3ac                bt_conn_get_pkts
+ .text.bt_conn_new
+                0x000000000001e3c4       0x64 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(conn.c.obj)
+                0x000000000001e3c4                bt_conn_new
+ .text.bt_conn_recv
+                0x000000000001e428       0xf4 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(conn.c.obj)
+                0x000000000001e428                bt_conn_recv
+ .text.bt_conn_send_cb
+                0x000000000001e51c       0xfc zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(conn.c.obj)
+                0x000000000001e51c                bt_conn_send_cb
+ .text.bt_conn_unref
+                0x000000000001e618       0x70 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(conn.c.obj)
+                0x000000000001e618                bt_conn_unref
+ .text.bt_conn_set_state
+                0x000000000001e688      0x238 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(conn.c.obj)
+                0x000000000001e688                bt_conn_set_state
+ .text.bt_conn_lookup_handle
+                0x000000000001e8c0       0x40 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(conn.c.obj)
+                0x000000000001e8c0                bt_conn_lookup_handle
+ .text.bt_conn_index
+                0x000000000001e900       0x18 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(conn.c.obj)
+                0x000000000001e900                bt_conn_index
+ .text.bt_conn_create_pdu_timeout
+                0x000000000001e918       0x64 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(conn.c.obj)
+                0x000000000001e918                bt_conn_create_pdu_timeout
+ .text.notify_le_param_updated
+                0x000000000001e97c       0x98 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(conn.c.obj)
+                0x000000000001e97c                notify_le_param_updated
+ .text.le_param_req
+                0x000000000001ea14       0x74 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(conn.c.obj)
+                0x000000000001ea14                le_param_req
+ .text.bt_conn_add_le
+                0x000000000001ea88       0x38 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(conn.c.obj)
+                0x000000000001ea88                bt_conn_add_le
+ .text.bt_conn_lookup_addr_le
+                0x000000000001eac0       0x34 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(conn.c.obj)
+                0x000000000001eac0                bt_conn_lookup_addr_le
+ .text.bt_conn_exists_le
+                0x000000000001eaf4       0x70 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(conn.c.obj)
+                0x000000000001eaf4                bt_conn_exists_le
+ .text.bt_conn_lookup_state_le
+                0x000000000001eb64       0x44 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(conn.c.obj)
+                0x000000000001eb64                bt_conn_lookup_state_le
+ .text.send_conn_le_param_update
+                0x000000000001eba8       0x6c zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(conn.c.obj)
+ .text.deferred_work
+                0x000000000001ec14      0x118 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(conn.c.obj)
+ .text.bt_conn_init
+                0x000000000001ed2c       0x44 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(conn.c.obj)
+                0x000000000001ed2c                bt_conn_init
+ .text.l2cap_create_le_sig_pdu.part.0
+                0x000000000001ed70       0x1c zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(l2cap.c.obj)
+ .text.l2cap_accept.part.0
+                0x000000000001ed8c       0x30 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(l2cap.c.obj)
+ .text.l2cap_accept
+                0x000000000001edbc       0x1c zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(l2cap.c.obj)
+ .text.bt_l2cap_connected
+                0x000000000001edd8       0x9c zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(l2cap.c.obj)
+                0x000000000001edd8                bt_l2cap_connected
+ .text.l2cap_recv.part.0
+                0x000000000001ee74       0x9c zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(l2cap.c.obj)
+ .text.l2cap_recv
+                0x000000000001ef10       0x24 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(l2cap.c.obj)
+ .text.bt_l2cap_recv
+                0x000000000001ef34       0x58 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(l2cap.c.obj)
+                0x000000000001ef34                bt_l2cap_recv
+ .text.bt_l2cap_update_conn_param
+                0x000000000001ef8c       0x50 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(l2cap.c.obj)
+                0x000000000001ef8c                bt_l2cap_update_conn_param
+ .text.att_op_get_type
+                0x000000000001efdc       0x74 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(att.c.obj)
+ .text.bt_att_released
+                0x000000000001f050        0xc zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(att.c.obj)
+ .text.bt_att_connected
+                0x000000000001f05c       0x40 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(att.c.obj)
+ .text.read_group_cb
+                0x000000000001f09c       0xb8 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(att.c.obj)
+ .text.bt_att_accept
+                0x000000000001f154      0x120 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(att.c.obj)
+ .text.read_type_cb
+                0x000000000001f274       0xac zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(att.c.obj)
+ .text.bt_att_chan_create_pdu
+                0x000000000001f320       0x94 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(att.c.obj)
+ .text.find_type_cb
+                0x000000000001f3b4      0x164 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(att.c.obj)
+ .text.chan_send
+                0x000000000001f518       0xe8 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(att.c.obj)
+ .text.att_tx_destroy
+                0x000000000001f600      0x110 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(att.c.obj)
+ .text.bt_att_recv
+                0x000000000001f710       0xc8 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(att.c.obj)
+ .text.att_write_rsp.constprop.0
+                0x000000000001f7d8       0xc0 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(att.c.obj)
+ .text.att_get  0x000000000001f898       0x4c zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(att.c.obj)
+ .text.bt_att_create_pdu
+                0x000000000001f8e4       0x64 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(att.c.obj)
+                0x000000000001f8e4                bt_att_create_pdu
+ .text.bt_att_create_rsp_pdu
+                0x000000000001f948       0x60 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(att.c.obj)
+                0x000000000001f948                bt_att_create_rsp_pdu
+ .text.att_read_group_req
+                0x000000000001f9a8       0xf0 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(att.c.obj)
+ .text.att_read_mult_vl_req
+                0x000000000001fa98       0x9c zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(att.c.obj)
+ .text.att_read_mult_req
+                0x000000000001fb34       0x9c zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(att.c.obj)
+ .text.att_read_rsp
+                0x000000000001fbd0       0x90 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(att.c.obj)
+ .text.att_read_type_req
+                0x000000000001fc60       0xbc zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(att.c.obj)
+ .text.att_find_type_req
+                0x000000000001fd1c       0xc0 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(att.c.obj)
+ .text.att_find_info_req
+                0x000000000001fddc       0x6c zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(att.c.obj)
+ .text.bt_att_req_alloc
+                0x000000000001fe48       0x48 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(att.c.obj)
+                0x000000000001fe48                bt_att_req_alloc
+ .text.bt_att_req_free
+                0x000000000001fe90       0x20 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(att.c.obj)
+                0x000000000001fe90                bt_att_req_free
+ .text.att_handle_rsp
+                0x000000000001feb0       0x80 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(att.c.obj)
+ .text.bt_att_disconnected
+                0x000000000001ff30       0xc8 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(att.c.obj)
+ .text.att_timeout
+                0x000000000001fff8       0xc8 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(att.c.obj)
+ .text.bt_att_set_tx_meta_data
+                0x00000000000200c0       0x24 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(att.c.obj)
+                0x00000000000200c0                bt_att_set_tx_meta_data
+ .text.find_cf_cfg
+                0x00000000000200e4       0x30 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(gatt.c.obj)
+ .text.find_sc_cfg
+                0x0000000000020114       0x24 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(gatt.c.obj)
+ .text.find_ccc_cfg
+                0x0000000000020138       0x28 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(gatt.c.obj)
+ .text.bt_gatt_attr_write_ccc
+                0x0000000000020160       0xbc zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(gatt.c.obj)
+                0x0000000000020160                bt_gatt_attr_write_ccc
+ .text.clear_cf_cfg
+                0x000000000002021c       0x2c zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(gatt.c.obj)
+ .text.sc_save  0x0000000000020248       0x60 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(gatt.c.obj)
+ .text.disconnected_cb
+                0x00000000000202a8       0xa0 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(gatt.c.obj)
+ .text.read_ppcp
+                0x0000000000020348       0x38 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(gatt.c.obj)
+ .text.cf_write
+                0x0000000000020380       0x98 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(gatt.c.obj)
+ .text.sc_indicate_rsp
+                0x0000000000020418       0x5c zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(gatt.c.obj)
+ .text.bt_gatt_init
+                0x0000000000020474       0x78 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(gatt.c.obj)
+                0x0000000000020474                bt_gatt_init
+ .text.bt_gatt_attr_get_handle
+                0x00000000000204ec       0x60 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(gatt.c.obj)
+                0x00000000000204ec                bt_gatt_attr_get_handle
+ .text.bt_gatt_foreach_attr_type
+                0x000000000002054c       0xb4 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(gatt.c.obj)
+                0x000000000002054c                bt_gatt_foreach_attr_type
+ .text.db_hash_gen
+                0x0000000000020600       0x80 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(gatt.c.obj)
+ .text.db_hash_read
+                0x0000000000020680       0x84 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(gatt.c.obj)
+ .text.db_hash_process
+                0x0000000000020704       0x1c zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(gatt.c.obj)
+ .text.bt_gatt_attr_next
+                0x0000000000020720       0x24 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(gatt.c.obj)
+                0x0000000000020720                bt_gatt_attr_next
+ .text.gatt_indicate
+                0x0000000000020744       0xd8 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(gatt.c.obj)
+ .text.bt_gatt_indicate
+                0x000000000002081c       0xf4 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(gatt.c.obj)
+                0x000000000002081c                bt_gatt_indicate
+ .text.sc_process
+                0x0000000000020910       0x68 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(gatt.c.obj)
+ .text.update_ccc
+                0x0000000000020978       0xf4 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(gatt.c.obj)
+ .text.gatt_notify
+                0x0000000000020a6c       0xac zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(gatt.c.obj)
+ .text.notify_cb
+                0x0000000000020b18      0x114 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(gatt.c.obj)
+ .text.bt_gatt_connected
+                0x0000000000020c2c       0x20 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(gatt.c.obj)
+                0x0000000000020c2c                bt_gatt_connected
+ .text.bt_gatt_att_max_mtu_changed
+                0x0000000000020c4c       0x28 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(gatt.c.obj)
+                0x0000000000020c4c                bt_gatt_att_max_mtu_changed
+ .text.bt_gatt_disconnected
+                0x0000000000020c74       0x48 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(gatt.c.obj)
+                0x0000000000020c74                bt_gatt_disconnected
+ .text.bt_smp_accept.part.0
+                0x0000000000020cbc       0x30 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(smp_null.c.obj)
+ .text.bt_smp_accept
+                0x0000000000020cec       0x1c zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(smp_null.c.obj)
+ .text.net_buf_destroy
+                0x0000000000020d08       0x38 zephyr/subsys/net/libsubsys__net.a(buf.c.obj)
+ .text.net_buf_pool_get
+                0x0000000000020d40       0x10 zephyr/subsys/net/libsubsys__net.a(buf.c.obj)
+                0x0000000000020d40                net_buf_pool_get
+ .text.net_buf_id
+                0x0000000000020d50       0x20 zephyr/subsys/net/libsubsys__net.a(buf.c.obj)
+                0x0000000000020d50                net_buf_id
+ .text.fixed_data_alloc
+                0x0000000000020d70       0x24 zephyr/subsys/net/libsubsys__net.a(buf.c.obj)
+ .text.net_buf_alloc_len
+                0x0000000000020d94      0x114 zephyr/subsys/net/libsubsys__net.a(buf.c.obj)
+                0x0000000000020d94                net_buf_alloc_len
+ .text.net_buf_unref
+                0x0000000000020ea8       0x38 zephyr/subsys/net/libsubsys__net.a(buf.c.obj)
+                0x0000000000020ea8                net_buf_unref
+ .text.adc_context_start_sampling
+                0x0000000000020ee0       0x1c zephyr/drivers/adc/libdrivers__adc.a(adc_nrfx_saadc.c.obj)
+ .text.adc_nrfx_channel_setup
+                0x0000000000020efc       0xf0 zephyr/drivers/adc/libdrivers__adc.a(adc_nrfx_saadc.c.obj)
+ .text.adc_nrfx_read
+                0x0000000000020fec      0x1d0 zephyr/drivers/adc/libdrivers__adc.a(adc_nrfx_saadc.c.obj)
+ .text.init_saadc
+                0x00000000000211bc       0x44 zephyr/drivers/adc/libdrivers__adc.a(adc_nrfx_saadc.c.obj)
+ .text.saadc_irq_handler
+                0x0000000000021200       0xd0 zephyr/drivers/adc/libdrivers__adc.a(adc_nrfx_saadc.c.obj)
+ .text.onoff_stop
+                0x00000000000212d0       0x30 zephyr/drivers/clock_control/libdrivers__clock_control.a(clock_control_nrf.c.obj)
+ .text.onoff_start
+                0x0000000000021300       0x44 zephyr/drivers/clock_control/libdrivers__clock_control.a(clock_control_nrf.c.obj)
+ .text.clk_init
+                0x0000000000021344       0x58 zephyr/drivers/clock_control/libdrivers__clock_control.a(clock_control_nrf.c.obj)
+ .text.api_blocking_start
+                0x000000000002139c       0x3c zephyr/drivers/clock_control/libdrivers__clock_control.a(clock_control_nrf.c.obj)
+ .text.generic_hfclk_stop
+                0x00000000000213d8       0x34 zephyr/drivers/clock_control/libdrivers__clock_control.a(clock_control_nrf.c.obj)
+ .text.clkstarted_handle.constprop.0
+                0x000000000002140c       0x4c zephyr/drivers/clock_control/libdrivers__clock_control.a(clock_control_nrf.c.obj)
+ .text.generic_hfclk_start
+                0x0000000000021458       0x78 zephyr/drivers/clock_control/libdrivers__clock_control.a(clock_control_nrf.c.obj)
+ .text.clock_event_handler
+                0x00000000000214d0       0x1c zephyr/drivers/clock_control/libdrivers__clock_control.a(clock_control_nrf.c.obj)
+ .text.z_nrf_clock_control_lf_on
+                0x00000000000214ec       0xb4 zephyr/drivers/clock_control/libdrivers__clock_control.a(clock_control_nrf.c.obj)
+                0x00000000000214ec                z_nrf_clock_control_lf_on
+ .text.uart_console_init
+                0x00000000000215a0       0x28 zephyr/drivers/console/libdrivers__console.a(uart_console.c.obj)
+ .text.console_out
+                0x00000000000215c8       0x28 zephyr/drivers/console/libdrivers__console.a(uart_console.c.obj)
+ .text.random_byte_get
+                0x00000000000215f0       0x3c zephyr/drivers/entropy/libdrivers__entropy.a(entropy_nrf5.c.obj)
+ .text.rng_pool_get
+                0x000000000002162c       0x88 zephyr/drivers/entropy/libdrivers__entropy.a(entropy_nrf5.c.obj)
+ .text.entropy_nrf5_get_entropy_isr
+                0x00000000000216b4       0xa8 zephyr/drivers/entropy/libdrivers__entropy.a(entropy_nrf5.c.obj)
+ .text.entropy_nrf5_get_entropy
+                0x000000000002175c       0x58 zephyr/drivers/entropy/libdrivers__entropy.a(entropy_nrf5.c.obj)
+ .text.entropy_nrf5_init
+                0x00000000000217b4       0x70 zephyr/drivers/entropy/libdrivers__entropy.a(entropy_nrf5.c.obj)
+ .text.isr      0x0000000000021824       0x74 zephyr/drivers/entropy/libdrivers__entropy.a(entropy_nrf5.c.obj)
+ .text.flash_nrf_pages_layout
+                0x0000000000021898       0x10 zephyr/drivers/flash/libdrivers__flash.a(soc_flash_nrf.c.obj)
+ .text.flash_nrf_get_parameters
+                0x00000000000218a8        0x8 zephyr/drivers/flash/libdrivers__flash.a(soc_flash_nrf.c.obj)
+ .text.flash_nrf_read.part.0
+                0x00000000000218b0       0x24 zephyr/drivers/flash/libdrivers__flash.a(soc_flash_nrf.c.obj)
+ .text.nrf_flash_init
+                0x00000000000218d4       0x2c zephyr/drivers/flash/libdrivers__flash.a(soc_flash_nrf.c.obj)
+ .text.write_op
+                0x0000000000021900       0x64 zephyr/drivers/flash/libdrivers__flash.a(soc_flash_nrf.c.obj)
+ .text.flash_nrf_erase
+                0x0000000000021964       0xc4 zephyr/drivers/flash/libdrivers__flash.a(soc_flash_nrf.c.obj)
+ .text.flash_nrf_write
+                0x0000000000021a28       0xa0 zephyr/drivers/flash/libdrivers__flash.a(soc_flash_nrf.c.obj)
+ .text.gpio_nrfx_pin_interrupt_configure
+                0x0000000000021ac8      0x100 zephyr/drivers/gpio/libdrivers__gpio.a(gpio_nrfx.c.obj)
+ .text.gpio_nrfx_init
+                0x0000000000021bc8       0x48 zephyr/drivers/gpio/libdrivers__gpio.a(gpio_nrfx.c.obj)
+ .text.nrfx_gpio_handler
+                0x0000000000021c10       0x4c zephyr/drivers/gpio/libdrivers__gpio.a(gpio_nrfx.c.obj)
+ .text.gpio_nrfx_pin_configure
+                0x0000000000021c5c      0x18c zephyr/drivers/gpio/libdrivers__gpio.a(gpio_nrfx.c.obj)
+ .text.i2c_nrfx_twim_configure
+                0x0000000000021de8       0x44 zephyr/drivers/i2c/libdrivers__i2c.a(i2c_nrfx_twim.c.obj)
+ .text.i2c_nrfx_twim_init
+                0x0000000000021e2c       0x7c zephyr/drivers/i2c/libdrivers__i2c.a(i2c_nrfx_twim.c.obj)
+ .text.i2c_nrfx_twim_recover_bus
+                0x0000000000021ea8       0x3c zephyr/drivers/i2c/libdrivers__i2c.a(i2c_nrfx_twim.c.obj)
+ .text.event_handler
+                0x0000000000021ee4       0x34 zephyr/drivers/i2c/libdrivers__i2c.a(i2c_nrfx_twim.c.obj)
+ .text.i2c_nrfx_twim_transfer
+                0x0000000000021f18      0x1d8 zephyr/drivers/i2c/libdrivers__i2c.a(i2c_nrfx_twim.c.obj)
+ .text.nrf_gpio_pin_port_decode
+                0x00000000000220f0       0x20 zephyr/drivers/pinctrl/libdrivers__pinctrl.a(pinctrl_nrf.c.obj)
+ .text.pinctrl_configure_pins
+                0x0000000000022110      0x170 zephyr/drivers/pinctrl/libdrivers__pinctrl.a(pinctrl_nrf.c.obj)
+                0x0000000000022110                pinctrl_configure_pins
+ .text.bme280_channel_get
+                0x0000000000022280       0x7c zephyr/drivers/sensor/bosch/bme280/libdrivers__sensor__bosch__bme280.a(bme280.c.obj)
+ .text.bme280_chip_init
+                0x00000000000222fc      0x15c zephyr/drivers/sensor/bosch/bme280/libdrivers__sensor__bosch__bme280.a(bme280.c.obj)
+ .text.lis2dh_channel_get
+                0x0000000000022458       0x54 zephyr/drivers/sensor/st/lis2dh/libdrivers__sensor__st__lis2dh.a(lis2dh.c.obj)
+ .text.lis2dh_fetch_xyz.constprop.0
+                0x00000000000224ac       0x38 zephyr/drivers/sensor/st/lis2dh/libdrivers__sensor__st__lis2dh.a(lis2dh.c.obj)
+ .text.lis2dh_sample_fetch
+                0x00000000000224e4       0x34 zephyr/drivers/sensor/st/lis2dh/libdrivers__sensor__st__lis2dh.a(lis2dh.c.obj)
+ .text.lis2dh_attr_set.part.0
+                0x0000000000022518       0x1c zephyr/drivers/sensor/st/lis2dh/libdrivers__sensor__st__lis2dh.a(lis2dh.c.obj)
+ .text.lis2dh_init
+                0x0000000000022534      0x130 zephyr/drivers/sensor/st/lis2dh/libdrivers__sensor__st__lis2dh.a(lis2dh.c.obj)
+                0x0000000000022534                lis2dh_init
+ .text.lis2dh_i2c_init
+                0x0000000000022664       0x34 zephyr/drivers/sensor/st/lis2dh/libdrivers__sensor__st__lis2dh.a(lis2dh_i2c.c.obj)
+                0x0000000000022664                lis2dh_i2c_init
+ .text.lis2mdl_channel_get.part.0
+                0x0000000000022698       0x18 zephyr/drivers/sensor/st/lis2mdl/libdrivers__sensor__st__lis2mdl.a(lis2mdl.c.obj)
+ .text.lis2mdl_init
+                0x00000000000226b0      0x160 zephyr/drivers/sensor/st/lis2mdl/libdrivers__sensor__st__lis2mdl.a(lis2mdl.c.obj)
+ .text.lis2mdl_sample_fetch_temp.part.0.isra.0
+                0x0000000000022810       0x10 zephyr/drivers/sensor/st/lis2mdl/libdrivers__sensor__st__lis2mdl.a(lis2mdl.c.obj)
+ .text.lis2mdl_channel_get
+                0x0000000000022820       0x90 zephyr/drivers/sensor/st/lis2mdl/libdrivers__sensor__st__lis2mdl.a(lis2mdl.c.obj)
+ .text.get_single_mode_raw_data
+                0x00000000000228b0       0x64 zephyr/drivers/sensor/st/lis2mdl/libdrivers__sensor__st__lis2mdl.a(lis2mdl.c.obj)
+ .text.lis2mdl_sample_fetch_mag.isra.0
+                0x0000000000022914       0xa0 zephyr/drivers/sensor/st/lis2mdl/libdrivers__sensor__st__lis2mdl.a(lis2mdl.c.obj)
+ .text.lis2mdl_attr_set.part.0
+                0x00000000000229b4       0x1c zephyr/drivers/sensor/st/lis2mdl/libdrivers__sensor__st__lis2mdl.a(lis2mdl.c.obj)
+ .text.lis2mdl_attr_set
+                0x00000000000229d0       0x8c zephyr/drivers/sensor/st/lis2mdl/libdrivers__sensor__st__lis2mdl.a(lis2mdl.c.obj)
+ .text.lis2mdl_trigger_set
+                0x0000000000022a5c       0x54 zephyr/drivers/sensor/st/lis2mdl/libdrivers__sensor__st__lis2mdl.a(lis2mdl_trigger.c.obj)
+                0x0000000000022a5c                lis2mdl_trigger_set
+ .text.lis2mdl_init_interrupt
+                0x0000000000022ab0       0xc0 zephyr/drivers/sensor/st/lis2mdl/libdrivers__sensor__st__lis2mdl.a(lis2mdl_trigger.c.obj)
+                0x0000000000022ab0                lis2mdl_init_interrupt
+ .text.uart_nrfx_poll_in
+                0x0000000000022b70       0x24 zephyr/drivers/serial/libdrivers__serial.a(uart_nrfx_uart.c.obj)
+ .text.uart_nrfx_err_check
+                0x0000000000022b94       0x10 zephyr/drivers/serial/libdrivers__serial.a(uart_nrfx_uart.c.obj)
+ .text.uart_nrfx_poll_out
+                0x0000000000022ba4       0x7c zephyr/drivers/serial/libdrivers__serial.a(uart_nrfx_uart.c.obj)
+ .text.uart_nrfx_init
+                0x0000000000022c20      0x1bc zephyr/drivers/serial/libdrivers__serial.a(uart_nrfx_uart.c.obj)
+ .text.spi_nrfx_init
+                0x0000000000022ddc      0x120 zephyr/drivers/spi/libdrivers__spi.a(spi_nrfx_spim.c.obj)
+ .text.transfer_next_chunk
+                0x0000000000022efc       0xd0 zephyr/drivers/spi/libdrivers__spi.a(spi_nrfx_spim.c.obj)
+ .text.event_handler
+                0x0000000000022fcc       0xd4 zephyr/drivers/spi/libdrivers__spi.a(spi_nrfx_spim.c.obj)
+ .text.spi_nrfx_transceive
+                0x00000000000230a0      0x3e4 zephyr/drivers/spi/libdrivers__spi.a(spi_nrfx_spim.c.obj)
+ .text.nrf_gpio_cfg_input
+                0x0000000000023484       0x40 zephyr/drivers/spi/libdrivers__spi.a(spi_nrfx_common.c.obj)
+ .text.spi_nrfx_wake_init
+                0x00000000000234c4       0x60 zephyr/drivers/spi/libdrivers__spi.a(spi_nrfx_common.c.obj)
+                0x00000000000234c4                spi_nrfx_wake_init
+ .text.compare_int_lock
+                0x0000000000023524       0x48 zephyr/drivers/timer/libdrivers__timer.a(nrf_rtc_timer.c.obj)
+ .text.sys_clock_timeout_handler
+                0x000000000002356c       0x48 zephyr/drivers/timer/libdrivers__timer.a(nrf_rtc_timer.c.obj)
+ .text.compare_int_unlock
+                0x00000000000235b4       0x5c zephyr/drivers/timer/libdrivers__timer.a(nrf_rtc_timer.c.obj)
+ .text.z_nrf_rtc_timer_read
+                0x0000000000023610       0x44 zephyr/drivers/timer/libdrivers__timer.a(nrf_rtc_timer.c.obj)
+                0x0000000000023610                z_nrf_rtc_timer_read
+ .text.compare_set
+                0x0000000000023654      0x130 zephyr/drivers/timer/libdrivers__timer.a(nrf_rtc_timer.c.obj)
+ .text.sys_clock_driver_init
+                0x0000000000023784       0x90 zephyr/drivers/timer/libdrivers__timer.a(nrf_rtc_timer.c.obj)
+ .text.rtc_nrf_isr
+                0x0000000000023814       0xc4 zephyr/drivers/timer/libdrivers__timer.a(nrf_rtc_timer.c.obj)
+                0x0000000000023814                rtc_nrf_isr
+ .text.sys_clock_set_timeout
+                0x00000000000238d8       0x5c zephyr/drivers/timer/libdrivers__timer.a(nrf_rtc_timer.c.obj)
+                0x00000000000238d8                sys_clock_set_timeout
+ .text.sys_clock_elapsed
+                0x0000000000023934       0x14 zephyr/drivers/timer/libdrivers__timer.a(nrf_rtc_timer.c.obj)
+                0x0000000000023934                sys_clock_elapsed
+ .text.multithreading_lock_acquire
+                0x0000000000023948       0x10 modules/nrf/lib/multithreading_lock/lib..__nrf__lib__multithreading_lock.a(multithreading_lock.c.obj)
+                0x0000000000023948                multithreading_lock_acquire
+ .text.multithreading_lock_release
+                0x0000000000023958        0xc modules/nrf/lib/multithreading_lock/lib..__nrf__lib__multithreading_lock.a(multithreading_lock.c.obj)
+                0x0000000000023958                multithreading_lock_release
+ .text.hci_driver_init
+                0x0000000000023964       0xe0 modules/nrf/subsys/bluetooth/controller/lib..__nrf__subsys__bluetooth__controller.a(hci_driver.c.obj)
+ .text.receive_signal_raise
+                0x0000000000023a44       0x10 modules/nrf/subsys/bluetooth/controller/lib..__nrf__subsys__bluetooth__controller.a(hci_driver.c.obj)
+ .text.rand_prio_low_vector_get_blocking
+                0x0000000000023a54       0x18 modules/nrf/subsys/bluetooth/controller/lib..__nrf__subsys__bluetooth__controller.a(hci_driver.c.obj)
+ .text.sdc_assertion_handler
+                0x0000000000023a6c       0x4c modules/nrf/subsys/bluetooth/controller/lib..__nrf__subsys__bluetooth__controller.a(hci_driver.c.obj)
+                0x0000000000023a6c                sdc_assertion_handler
+ .text.hci_driver_open
+                0x0000000000023ab8      0x100 modules/nrf/subsys/bluetooth/controller/lib..__nrf__subsys__bluetooth__controller.a(hci_driver.c.obj)
+ .text.hci_driver_receive_process
+                0x0000000000023bb8       0xf0 modules/nrf/subsys/bluetooth/controller/lib..__nrf__subsys__bluetooth__controller.a(hci_driver.c.obj)
+                0x0000000000023bb8                hci_driver_receive_process
+ .text.hci_internal_cmd_put
+                0x0000000000023ca8      0x630 modules/nrf/subsys/bluetooth/controller/lib..__nrf__subsys__bluetooth__controller.a(hci_internal.c.obj)
+                0x0000000000023ca8                hci_internal_cmd_put
+ .text.hci_internal_msg_get
+                0x00000000000242d8       0x2c modules/nrf/subsys/bluetooth/controller/lib..__nrf__subsys__bluetooth__controller.a(hci_internal.c.obj)
+                0x00000000000242d8                hci_internal_msg_get
+ .text.bt_rand  0x0000000000024304       0x2c modules/nrf/subsys/bluetooth/controller/lib..__nrf__subsys__bluetooth__controller.a(crypto.c.obj)
+                0x0000000000024304                bt_rand
+ .text.ecdh_p256_common_secret
+                0x0000000000024330       0x90 modules/nrf/subsys/bluetooth/controller/lib..__nrf__subsys__bluetooth__controller.a(ecdh.c.obj)
+ .text.ecdh_cmd_process
+                0x00000000000243c0      0x110 modules/nrf/subsys/bluetooth/controller/lib..__nrf__subsys__bluetooth__controller.a(ecdh.c.obj)
+                0x00000000000243c0                ecdh_cmd_process
+ .text.hci_ecdh_init
+                0x00000000000244d0       0x10 modules/nrf/subsys/bluetooth/controller/lib..__nrf__subsys__bluetooth__controller.a(ecdh.c.obj)
+                0x00000000000244d0                hci_ecdh_init
+ .text.hci_cmd_le_read_local_p256_public_key
+                0x00000000000244e0       0x3c modules/nrf/subsys/bluetooth/controller/lib..__nrf__subsys__bluetooth__controller.a(ecdh.c.obj)
+                0x00000000000244e0                hci_cmd_le_read_local_p256_public_key
+ .text.cmd_le_generate_dhkey
+                0x000000000002451c       0x60 modules/nrf/subsys/bluetooth/controller/lib..__nrf__subsys__bluetooth__controller.a(ecdh.c.obj)
+                0x000000000002451c                cmd_le_generate_dhkey
+ .text.mpsl_lib_init_sys
+                0x000000000002457c       0x64 modules/nrf/subsys/mpsl/init/lib..__nrf__subsys__mpsl__init.a(mpsl_init.c.obj)
+ .text.mpsl_low_prio_irq_handler
+                0x00000000000245e0       0x10 modules/nrf/subsys/mpsl/init/lib..__nrf__subsys__mpsl__init.a(mpsl_init.c.obj)
+ .text.m_assert_handler
+                0x00000000000245f0       0x4c modules/nrf/subsys/mpsl/init/lib..__nrf__subsys__mpsl__init.a(mpsl_init.c.obj)
+ .text.mpsl_low_prio_init
+                0x000000000002463c       0x60 modules/nrf/subsys/mpsl/init/lib..__nrf__subsys__mpsl__init.a(mpsl_init.c.obj)
+ .text.mpsl_calibration_work_handler
+                0x000000000002469c       0x20 modules/nrf/subsys/mpsl/init/lib..__nrf__subsys__mpsl__init.a(mpsl_init.c.obj)
+ .text.mpsl_hfclk_callback
+                0x00000000000246bc        0xc modules/nrf/drivers/mpsl/clock_control/lib..__nrf__drivers__mpsl__clock_control.a(nrfx_clock_mpsl.c.obj)
+ .text.nrfx_clock_start
+                0x00000000000246c8       0x20 modules/nrf/drivers/mpsl/clock_control/lib..__nrf__drivers__mpsl__clock_control.a(nrfx_clock_mpsl.c.obj)
+                0x00000000000246c8                nrfx_clock_start
+ .text.nrfx_clock_init
+                0x00000000000246e8       0x10 modules/nrf/drivers/mpsl/clock_control/lib..__nrf__drivers__mpsl__clock_control.a(nrfx_clock_mpsl.c.obj)
+                0x00000000000246e8                nrfx_clock_init
+ .text.timeslot_callback
+                0x00000000000246f8       0x84 modules/nrf/drivers/mpsl/flash_sync/lib..__nrf__drivers__mpsl__flash_sync.a(flash_sync_mpsl.c.obj)
+ .text.nrf_flash_sync_init
+                0x000000000002477c       0x10 modules/nrf/drivers/mpsl/flash_sync/lib..__nrf__drivers__mpsl__flash_sync.a(flash_sync_mpsl.c.obj)
+                0x000000000002477c                nrf_flash_sync_init
+ .text.nrf_flash_sync_set_context
+                0x000000000002478c        0xc modules/nrf/drivers/mpsl/flash_sync/lib..__nrf__drivers__mpsl__flash_sync.a(flash_sync_mpsl.c.obj)
+                0x000000000002478c                nrf_flash_sync_set_context
+ .text.nrf_flash_sync_exe
+                0x0000000000024798      0x100 modules/nrf/drivers/mpsl/flash_sync/lib..__nrf__drivers__mpsl__flash_sync.a(flash_sync_mpsl.c.obj)
+                0x0000000000024798                nrf_flash_sync_exe
+ .text.nrf_flash_sync_check_time_limit
+                0x0000000000024898       0x28 modules/nrf/drivers/mpsl/flash_sync/lib..__nrf__drivers__mpsl__flash_sync.a(flash_sync_mpsl.c.obj)
+                0x0000000000024898                nrf_flash_sync_check_time_limit
+ .text.temp_nrf5_mpsl_channel_get
+                0x00000000000248c0       0x38 modules/nrf/drivers/mpsl/temp_nrf5/lib..__nrf__drivers__mpsl__temp_nrf5.a(temp_nrf5_mpsl.c.obj)
+ .text.SystemInit
+                0x00000000000248f8       0xe4 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(system_nrf52833.c.obj)
+                0x00000000000248f8                SystemInit
+ .text.nrfx_flag32_alloc
+                0x00000000000249dc       0x48 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_flag32_allocator.c.obj)
+                0x00000000000249dc                nrfx_flag32_alloc
+ .text.nrfx_flag32_free
+                0x0000000000024a24       0x40 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_flag32_allocator.c.obj)
+                0x0000000000024a24                nrfx_flag32_free
+ .text.nrf_gpio_pin_port_decode
+                0x0000000000024a64       0x20 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_gpiote.c.obj)
+ .text.get_pin_idx
+                0x0000000000024a84       0x14 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_gpiote.c.obj)
+ .text.call_handler.constprop.0
+                0x0000000000024a98       0x40 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_gpiote.c.obj)
+ .text.pin_te_get.constprop.0
+                0x0000000000024ad8       0x18 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_gpiote.c.obj)
+ .text.pin_is_output.constprop.0
+                0x0000000000024af0       0x18 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_gpiote.c.obj)
+ .text.pin_in_use_by_te.constprop.0
+                0x0000000000024b08       0x18 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_gpiote.c.obj)
+ .text.latch_pending_read_and_check
+                0x0000000000024b20       0x40 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_gpiote.c.obj)
+ .text.release_handler.isra.0
+                0x0000000000024b60       0x58 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_gpiote.c.obj)
+ .text.__nrfy_internal_gpiote_events_process.constprop.0
+                0x0000000000024bb8       0x5c modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_gpiote.c.obj)
+ .text.pin_uninit
+                0x0000000000024c14       0x80 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_gpiote.c.obj)
+ .text.nrfx_gpiote_input_configure
+                0x0000000000024c94      0x174 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_gpiote.c.obj)
+                0x0000000000024c94                nrfx_gpiote_input_configure
+ .text.nrfx_gpiote_output_configure
+                0x0000000000024e08       0xfc modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_gpiote.c.obj)
+                0x0000000000024e08                nrfx_gpiote_output_configure
+ .text.nrfx_gpiote_global_callback_set
+                0x0000000000024f04        0xc modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_gpiote.c.obj)
+                0x0000000000024f04                nrfx_gpiote_global_callback_set
+ .text.nrfx_gpiote_channel_get
+                0x0000000000024f10       0x34 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_gpiote.c.obj)
+                0x0000000000024f10                nrfx_gpiote_channel_get
+ .text.nrfx_gpiote_init
+                0x0000000000024f44       0x68 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_gpiote.c.obj)
+                0x0000000000024f44                nrfx_gpiote_init
+ .text.nrfx_gpiote_init_check
+                0x0000000000024fac       0x14 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_gpiote.c.obj)
+                0x0000000000024fac                nrfx_gpiote_init_check
+ .text.nrfx_gpiote_channel_free
+                0x0000000000024fc0        0xc modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_gpiote.c.obj)
+                0x0000000000024fc0                nrfx_gpiote_channel_free
+ .text.nrfx_gpiote_channel_alloc
+                0x0000000000024fcc        0xc modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_gpiote.c.obj)
+                0x0000000000024fcc                nrfx_gpiote_channel_alloc
+ .text.nrfx_gpiote_trigger_enable
+                0x0000000000024fd8       0xb0 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_gpiote.c.obj)
+                0x0000000000024fd8                nrfx_gpiote_trigger_enable
+ .text.nrfx_gpiote_0_irq_handler
+                0x0000000000025088      0x1bc modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_gpiote.c.obj)
+                0x0000000000025088                nrfx_gpiote_0_irq_handler
+ .text.nvmc_word_write
+                0x0000000000025244       0x18 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_nvmc.c.obj)
+ .text.nrfx_nvmc_page_erase
+                0x000000000002525c       0x40 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_nvmc.c.obj)
+                0x000000000002525c                nrfx_nvmc_page_erase
+ .text.nrfx_nvmc_word_write
+                0x000000000002529c       0x1c modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_nvmc.c.obj)
+                0x000000000002529c                nrfx_nvmc_word_write
+ .text.nrf_gpio_pin_port_decode
+                0x00000000000252b8       0x20 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_spim.c.obj)
+ .text.spim_frequency_valid_check.constprop.0
+                0x00000000000252d8       0x64 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_spim.c.obj)
+ .text.pin_init
+                0x000000000002533c       0x50 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_spim.c.obj)
+ .text.spim_configure
+                0x000000000002538c      0x1c8 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_spim.c.obj)
+ .text.spim_pin_uninit
+                0x0000000000025554       0x30 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_spim.c.obj)
+ .text.nrfx_spim_init
+                0x0000000000025584       0x68 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_spim.c.obj)
+                0x0000000000025584                nrfx_spim_init
+ .text.nrfx_spim_uninit
+                0x00000000000255ec       0x74 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_spim.c.obj)
+                0x00000000000255ec                nrfx_spim_uninit
+ .text.nrfx_spim_xfer
+                0x0000000000025660      0x16c modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_spim.c.obj)
+                0x0000000000025660                nrfx_spim_xfer
+ .text.nrfx_spim_1_irq_handler
+                0x00000000000257cc       0x54 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_spim.c.obj)
+                0x00000000000257cc                nrfx_spim_1_irq_handler
+ .text.nrf_gpio_cfg.constprop.0
+                0x0000000000025820       0x48 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_twim.c.obj)
+ .text.twim_configure
+                0x0000000000025868       0x3c modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_twim.c.obj)
+ .text.nrfx_twim_init
+                0x00000000000258a4       0x74 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_twim.c.obj)
+                0x00000000000258a4                nrfx_twim_init
+ .text.nrfx_twim_enable
+                0x0000000000025918       0x20 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_twim.c.obj)
+                0x0000000000025918                nrfx_twim_enable
+ .text.nrfx_twim_disable
+                0x0000000000025938       0x3c modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_twim.c.obj)
+                0x0000000000025938                nrfx_twim_disable
+ .text.nrfx_twim_xfer
+                0x0000000000025974      0x350 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_twim.c.obj)
+                0x0000000000025974                nrfx_twim_xfer
+ .text.nrfx_twim_0_irq_handler
+                0x0000000000025cc4      0x184 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_twim.c.obj)
+                0x0000000000025cc4                nrfx_twim_0_irq_handler
+ .text.nrf_gpio_pin_port_decode
+                0x0000000000025e48       0x20 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_twi_twim.c.obj)
+ .text.nrfx_twi_twim_bus_recover
+                0x0000000000025e68       0xdc modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_twi_twim.c.obj)
+                0x0000000000025e68                nrfx_twi_twim_bus_recover
+ .text.k_sys_fatal_error_handler
+                0x0000000000025f44       0x20 zephyr/kernel/libkernel.a(fatal.c.obj)
+                0x0000000000025f44                k_sys_fatal_error_handler
+ .text.z_fatal_error
+                0x0000000000025f64       0xe8 zephyr/kernel/libkernel.a(fatal.c.obj)
+                0x0000000000025f64                z_fatal_error
+ .text.z_sys_init_run_level
+                0x000000000002604c       0x2c zephyr/kernel/libkernel.a(init.c.obj)
+ .text.bg_thread_main
+                0x0000000000026078       0xc0 zephyr/kernel/libkernel.a(init.c.obj)
+ .text.z_bss_zero
+                0x0000000000026138       0x18 zephyr/kernel/libkernel.a(init.c.obj)
+                0x0000000000026138                z_bss_zero
+ .text.z_init_cpu
+                0x0000000000026150       0x68 zephyr/kernel/libkernel.a(init.c.obj)
+                0x0000000000026150                z_init_cpu
+ .text.z_cstart
+                0x00000000000261b8       0xd4 zephyr/kernel/libkernel.a(init.c.obj)
+                0x00000000000261b8                z_cstart
+ .text.statics_init
+                0x000000000002628c       0x24 zephyr/kernel/libkernel.a(kheap.c.obj)
+ .text.init_mem_slab_obj_core_list
+                0x00000000000262b0       0x24 zephyr/kernel/libkernel.a(mem_slab.c.obj)
+ .text.k_mem_slab_alloc
+                0x00000000000262d4       0x5c zephyr/kernel/libkernel.a(mem_slab.c.obj)
+                0x00000000000262d4                k_mem_slab_alloc
+ .text.z_impl_k_mutex_lock
+                0x0000000000026330       0xf0 zephyr/kernel/libkernel.a(mutex.c.obj)
+                0x0000000000026330                z_impl_k_mutex_lock
+ .text.z_impl_k_mutex_unlock
+                0x0000000000026420       0x78 zephyr/kernel/libkernel.a(mutex.c.obj)
+                0x0000000000026420                z_impl_k_mutex_unlock
+ .text.z_impl_k_queue_get
+                0x0000000000026498       0x64 zephyr/kernel/libkernel.a(queue.c.obj)
+                0x0000000000026498                z_impl_k_queue_get
+ .text.z_impl_k_sem_give
+                0x00000000000264fc       0x48 zephyr/kernel/libkernel.a(sem.c.obj)
+                0x00000000000264fc                z_impl_k_sem_give
+ .text.z_impl_k_sem_take
+                0x0000000000026544       0x4c zephyr/kernel/libkernel.a(sem.c.obj)
+                0x0000000000026544                z_impl_k_sem_take
+ .text.z_impl_k_sem_reset
+                0x0000000000026590       0x44 zephyr/kernel/libkernel.a(sem.c.obj)
+                0x0000000000026590                z_impl_k_sem_reset
+ .text.k_sys_work_q_init
+                0x00000000000265d4       0x34 zephyr/kernel/libkernel.a(system_work_q.c.obj)
+ .text.work_queue_main
+                0x0000000000026608      0x13c zephyr/kernel/libkernel.a(work.c.obj)
+ .text.cancel_sync_locked
+                0x0000000000026744       0x3c zephyr/kernel/libkernel.a(work.c.obj)
+ .text.submit_to_queue_locked
+                0x0000000000026780       0xb0 zephyr/kernel/libkernel.a(work.c.obj)
+ .text.work_flush_locked
+                0x0000000000026830       0x80 zephyr/kernel/libkernel.a(work.c.obj)
+ .text.k_work_submit
+                0x00000000000268b0        0xc zephyr/kernel/libkernel.a(work.c.obj)
+                0x00000000000268b0                k_work_submit
+ .text.k_work_queue_start
+                0x00000000000268bc       0x7c zephyr/kernel/libkernel.a(work.c.obj)
+                0x00000000000268bc                k_work_queue_start
+ .text.k_work_schedule_for_queue
+                0x0000000000026938       0x54 zephyr/kernel/libkernel.a(work.c.obj)
+                0x0000000000026938                k_work_schedule_for_queue
+ .text.k_work_schedule
+                0x000000000002698c        0xc zephyr/kernel/libkernel.a(work.c.obj)
+                0x000000000002698c                k_work_schedule
+ .text.k_work_reschedule_for_queue
+                0x0000000000026998       0x5c zephyr/kernel/libkernel.a(work.c.obj)
+                0x0000000000026998                k_work_reschedule_for_queue
+ .text.k_work_reschedule
+                0x00000000000269f4        0xc zephyr/kernel/libkernel.a(work.c.obj)
+                0x00000000000269f4                k_work_reschedule
+ .text.z_setup_new_thread
+                0x0000000000026a00       0x54 zephyr/kernel/libkernel.a(thread.c.obj)
+                0x0000000000026a00                z_setup_new_thread
+ .text.z_impl_k_thread_create
+                0x0000000000026a54       0x58 zephyr/kernel/libkernel.a(thread.c.obj)
+                0x0000000000026a54                z_impl_k_thread_create
+ .text.update_cache
+                0x0000000000026aac       0x3c zephyr/kernel/libkernel.a(sched.c.obj)
+ .text.unready_thread
+                0x0000000000026ae8       0x30 zephyr/kernel/libkernel.a(sched.c.obj)
+ .text.ready_thread
+                0x0000000000026b18       0x68 zephyr/kernel/libkernel.a(sched.c.obj)
+ .text.z_thread_halt
+                0x0000000000026b80       0xd4 zephyr/kernel/libkernel.a(sched.c.obj)
+ .text.move_thread_to_end_of_prio_q
+                0x0000000000026c54       0x74 zephyr/kernel/libkernel.a(sched.c.obj)
+                0x0000000000026c54                move_thread_to_end_of_prio_q
+ .text.z_pend_curr
+                0x0000000000026cc8       0x58 zephyr/kernel/libkernel.a(sched.c.obj)
+                0x0000000000026cc8                z_pend_curr
+ .text.z_thread_prio_set
+                0x0000000000026d20       0x88 zephyr/kernel/libkernel.a(sched.c.obj)
+                0x0000000000026d20                z_thread_prio_set
+ .text.z_reschedule
+                0x0000000000026da8       0x24 zephyr/kernel/libkernel.a(sched.c.obj)
+                0x0000000000026da8                z_reschedule
+ .text.z_sched_start
+                0x0000000000026dcc       0x3c zephyr/kernel/libkernel.a(sched.c.obj)
+                0x0000000000026dcc                z_sched_start
+ .text.z_reschedule_irqlock
+                0x0000000000026e08       0x28 zephyr/kernel/libkernel.a(sched.c.obj)
+                0x0000000000026e08                z_reschedule_irqlock
+ .text.k_sched_lock
+                0x0000000000026e30       0x28 zephyr/kernel/libkernel.a(sched.c.obj)
+                0x0000000000026e30                k_sched_lock
+ .text.k_sched_unlock
+                0x0000000000026e58       0x40 zephyr/kernel/libkernel.a(sched.c.obj)
+                0x0000000000026e58                k_sched_unlock
+ .text.z_sched_init
+                0x0000000000026e98       0x10 zephyr/kernel/libkernel.a(sched.c.obj)
+                0x0000000000026e98                z_sched_init
+ .text.z_impl_k_yield
+                0x0000000000026ea8       0x7c zephyr/kernel/libkernel.a(sched.c.obj)
+                0x0000000000026ea8                z_impl_k_yield
+ .text.z_tick_sleep
+                0x0000000000026f24       0x88 zephyr/kernel/libkernel.a(sched.c.obj)
+ .text.z_impl_k_sleep
+                0x0000000000026fac       0x3c zephyr/kernel/libkernel.a(sched.c.obj)
+                0x0000000000026fac                z_impl_k_sleep
+ .text.z_impl_k_sched_current_thread_query
+                0x0000000000026fe8        0xc zephyr/kernel/libkernel.a(sched.c.obj)
+                0x0000000000026fe8                z_impl_k_sched_current_thread_query
+ .text.z_sched_wait
+                0x0000000000026ff4       0x24 zephyr/kernel/libkernel.a(sched.c.obj)
+                0x0000000000026ff4                z_sched_wait
+ .text.slice_timeout
+                0x0000000000027018       0x20 zephyr/kernel/libkernel.a(timeslicing.c.obj)
+ .text.thread_is_sliceable
+                0x0000000000027038       0x3c zephyr/kernel/libkernel.a(timeslicing.c.obj)
+                0x0000000000027038                thread_is_sliceable
+ .text.z_reset_time_slice
+                0x0000000000027074       0x50 zephyr/kernel/libkernel.a(timeslicing.c.obj)
+                0x0000000000027074                z_reset_time_slice
+ .text.z_time_slice
+                0x00000000000270c4       0x60 zephyr/kernel/libkernel.a(timeslicing.c.obj)
+                0x00000000000270c4                z_time_slice
+ .text.z_data_copy
+                0x0000000000027124       0x34 zephyr/kernel/libkernel.a(xip.c.obj)
+                0x0000000000027124                z_data_copy
+ .text.elapsed  0x0000000000027158       0x14 zephyr/kernel/libkernel.a(timeout.c.obj)
+ .text.remove_timeout
+                0x000000000002716c       0x38 zephyr/kernel/libkernel.a(timeout.c.obj)
+ .text.next_timeout
+                0x00000000000271a4       0x40 zephyr/kernel/libkernel.a(timeout.c.obj)
+ .text.z_add_timeout
+                0x00000000000271e4       0xf4 zephyr/kernel/libkernel.a(timeout.c.obj)
+                0x00000000000271e4                z_add_timeout
+ .text.sys_clock_announce
+                0x00000000000272d8       0xd0 zephyr/kernel/libkernel.a(timeout.c.obj)
+                0x00000000000272d8                sys_clock_announce
+ .text.sys_clock_tick_get
+                0x00000000000273a8       0x30 zephyr/kernel/libkernel.a(timeout.c.obj)
+                0x00000000000273a8                sys_clock_tick_get
+ .text.z_timer_expiration_handler
+                0x00000000000273d8       0xe0 zephyr/kernel/libkernel.a(timer.c.obj)
+                0x00000000000273d8                z_timer_expiration_handler
+ .text.z_impl_k_timer_start
+                0x00000000000274b8       0x74 zephyr/kernel/libkernel.a(timer.c.obj)
+                0x00000000000274b8                z_impl_k_timer_start
+ .text.z_impl_k_poll
+                0x000000000002752c       0xb0 zephyr/kernel/libkernel.a(poll.c.obj)
+                0x000000000002752c                z_impl_k_poll
+ .text.z_impl_k_poll_signal_raise
+                0x00000000000275dc       0x50 zephyr/kernel/libkernel.a(poll.c.obj)
+                0x00000000000275dc                z_impl_k_poll_signal_raise
+ .text.z_thread_aligned_alloc
+                0x000000000002762c       0x40 zephyr/kernel/libkernel.a(mempool.c.obj)
+                0x000000000002762c                z_thread_aligned_alloc
+ .text.ocrypto_ecdh_p256_public_key
+                0x000000000002766c       0x28 /opt/ncs/nrfxlib/crypto/nrf_oberon/lib/cortex-m4/soft-float/liboberon_3.0.15.a(ocrypto_ecdh_p256.c.obj)
+                0x000000000002766c                ocrypto_ecdh_p256_public_key
+ .text.ocrypto_ecdh_p256_common_secret
+                0x0000000000027694       0x34 /opt/ncs/nrfxlib/crypto/nrf_oberon/lib/cortex-m4/soft-float/liboberon_3.0.15.a(ocrypto_ecdh_p256.c.obj)
+                0x0000000000027694                ocrypto_ecdh_p256_common_secret
+ .text.ocrypto_sc_p256_from32bytes
+                0x00000000000276c8       0x54 /opt/ncs/nrfxlib/crypto/nrf_oberon/lib/cortex-m4/soft-float/liboberon_3.0.15.a(ocrypto_sc_p256.c.obj)
+                0x00000000000276c8                ocrypto_sc_p256_from32bytes
+ .text.p256_zdblu
+                0x000000000002771c       0xb8 /opt/ncs/nrfxlib/crypto/nrf_oberon/lib/cortex-m4/soft-float/liboberon_3.0.15.a(ocrypto_curve_p256.c.obj)
+ .text.p256_zaddc
+                0x00000000000277d4       0xcc /opt/ncs/nrfxlib/crypto/nrf_oberon/lib/cortex-m4/soft-float/liboberon_3.0.15.a(ocrypto_curve_p256.c.obj)
+ .text.p256_zaddu
+                0x00000000000278a0       0x98 /opt/ncs/nrfxlib/crypto/nrf_oberon/lib/cortex-m4/soft-float/liboberon_3.0.15.a(ocrypto_curve_p256.c.obj)
+ .text.ocrypto_curve_p256_from64bytes
+                0x0000000000027938       0x64 /opt/ncs/nrfxlib/crypto/nrf_oberon/lib/cortex-m4/soft-float/liboberon_3.0.15.a(ocrypto_curve_p256.c.obj)
+                0x0000000000027938                ocrypto_curve_p256_from64bytes
+ .text.ocrypto_curve_p256_to32bytes
+                0x000000000002799c        0x4 /opt/ncs/nrfxlib/crypto/nrf_oberon/lib/cortex-m4/soft-float/liboberon_3.0.15.a(ocrypto_curve_p256.c.obj)
+                0x000000000002799c                ocrypto_curve_p256_to32bytes
+ .text.ocrypto_curve_p256_to64bytes
+                0x00000000000279a0       0x1c /opt/ncs/nrfxlib/crypto/nrf_oberon/lib/cortex-m4/soft-float/liboberon_3.0.15.a(ocrypto_curve_p256.c.obj)
+                0x00000000000279a0                ocrypto_curve_p256_to64bytes
+ .text.ocrypto_curve_p256_scalarmult
+                0x00000000000279bc      0x16c /opt/ncs/nrfxlib/crypto/nrf_oberon/lib/cortex-m4/soft-float/liboberon_3.0.15.a(ocrypto_curve_p256.c.obj)
+                0x00000000000279bc                ocrypto_curve_p256_scalarmult
+ .text.ocrypto_curve_p256_scalarmult_base
+                0x0000000000027b28        0xc /opt/ncs/nrfxlib/crypto/nrf_oberon/lib/cortex-m4/soft-float/liboberon_3.0.15.a(ocrypto_curve_p256.c.obj)
+                0x0000000000027b28                ocrypto_curve_p256_scalarmult_base
+ .text.ocrypto_mod_p256_cneg
+                0x0000000000027b34       0x3c /opt/ncs/nrfxlib/crypto/nrf_oberon/lib/cortex-m4/soft-float/liboberon_3.0.15.a(ocrypto_mod_p256.c.obj)
+                0x0000000000027b34                ocrypto_mod_p256_cneg
+ .text.ocrypto_mod_p256_from_bytes
+                0x0000000000027b70       0x34 /opt/ncs/nrfxlib/crypto/nrf_oberon/lib/cortex-m4/soft-float/liboberon_3.0.15.a(ocrypto_mod_p256.c.obj)
+                0x0000000000027b70                ocrypto_mod_p256_from_bytes
+ .text.ocrypto_mod_p256_to_bytes
+                0x0000000000027ba4       0x34 /opt/ncs/nrfxlib/crypto/nrf_oberon/lib/cortex-m4/soft-float/liboberon_3.0.15.a(ocrypto_mod_p256.c.obj)
+                0x0000000000027ba4                ocrypto_mod_p256_to_bytes
+ .text.ocrypto_mod_p256_inv
+                0x0000000000027bd8      0x160 /opt/ncs/nrfxlib/crypto/nrf_oberon/lib/cortex-m4/soft-float/liboberon_3.0.15.a(ocrypto_mod_p256.c.obj)
+                0x0000000000027bd8                ocrypto_mod_p256_inv
+ .text.floorf   0x0000000000027d38       0x84 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libm_nano.a(lib_a-sf_floor.o)
+                0x0000000000027d38                floorf
+ .text.malloc   0x0000000000027dbc       0x10 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-malloc.o)
+                0x0000000000027dbc                malloc
+ .text._free_r  0x0000000000027dcc       0x94 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-nano-freer.o)
+                0x0000000000027dcc                _free_r
+ .text._malloc_r
+                0x0000000000027e60       0xb4 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-nano-mallocr.o)
+                0x0000000000027e60                _malloc_r
+ .text._printf_float
+                0x0000000000027f14      0x46c /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-nano-vfprintf_float.o)
+                0x0000000000027f14                _printf_float
+ .text._printf_i
+                0x0000000000028380      0x25c /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-nano-vfprintf_i.o)
+                0x0000000000028380                _printf_i
+ .text._sbrk_r  0x00000000000285dc       0x20 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-sbrkr.o)
+                0x00000000000285dc                _sbrk_r
+ .text._localeconv_r
+                0x00000000000285fc        0x8 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-localeconv.o)
+                0x00000000000285fc                _localeconv_r
+ .text.__malloc_lock
+                0x0000000000028604        0xc /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-mlock.o)
+                0x0000000000028604                __malloc_lock
+ .text.__malloc_unlock
+                0x0000000000028610        0xc /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-mlock.o)
+                0x0000000000028610                __malloc_unlock
+ .text._Balloc  0x000000000002861c       0x80 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-mprec.o)
+                0x000000000002861c                _Balloc
+ .text._Bfree   0x000000000002869c       0x44 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-mprec.o)
+                0x000000000002869c                _Bfree
+ .text.__multadd
+                0x00000000000286e0       0x8c /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-mprec.o)
+                0x00000000000286e0                __multadd
+ .text.__i2b    0x000000000002876c       0x2c /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-mprec.o)
+                0x000000000002876c                __i2b
+ .text.__multiply
+                0x0000000000028798      0x154 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-mprec.o)
+                0x0000000000028798                __multiply
+ .text.__pow5mult
+                0x00000000000288ec       0xb4 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-mprec.o)
+                0x00000000000288ec                __pow5mult
+ .text.__lshift
+                0x00000000000289a0       0xd8 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-mprec.o)
+                0x00000000000289a0                __lshift
+ .text.__mdiff  0x0000000000028a78      0x124 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-mprec.o)
+                0x0000000000028a78                __mdiff
+ .text.__d2b    0x0000000000028b9c       0xb0 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-mprec.o)
+                0x0000000000028b9c                __d2b
+ .text.__assert_func
+                0x0000000000028c4c       0x3c /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-assert.o)
+                0x0000000000028c4c                __assert_func
+ .text.fprintf  0x0000000000028c88       0x24 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-fprintf.o)
+                0x0000000000028c88                fprintf
+                0x0000000000028c88                fiprintf
+ .text._vfprintf_r
+                0x0000000000028cac      0x258 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-nano-vfprintf.o)
+                0x0000000000028cac                _vfprintf_r
+                0x0000000000028cac                _vfiprintf_r
+ .text.__swbuf_r
+                0x0000000000028f04       0xa4 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-wbuf.o)
+                0x0000000000028f04                __swbuf_r
+ .text.__swsetup_r
+                0x0000000000028fa8       0xd8 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-wsetup.o)
+                0x0000000000028fa8                __swsetup_r
+ .text._fflush_r
+                0x0000000000029080       0x78 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-fflush.o)
+                0x0000000000029080                _fflush_r
+ .text.std      0x00000000000290f8       0x48 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-findfp.o)
+ .text._cleanup_r
+                0x0000000000029140        0xc /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-findfp.o)
+                0x0000000000029140                _cleanup_r
+ .text.__sfp_lock_acquire
+                0x000000000002914c        0xc /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-findfp.o)
+                0x000000000002914c                __sfp_lock_acquire
+ .text.__sfp_lock_release
+                0x0000000000029158        0xc /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-findfp.o)
+                0x0000000000029158                __sfp_lock_release
+ .text.__sinit_lock_acquire
+                0x0000000000029164        0xc /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-findfp.o)
+                0x0000000000029164                __sinit_lock_acquire
+ .text.__sinit_lock_release
+                0x0000000000029170        0xc /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-findfp.o)
+                0x0000000000029170                __sinit_lock_release
+ .text.__sinit  0x000000000002917c       0x70 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-findfp.o)
+                0x000000000002917c                __sinit
+ .text.__sfp    0x00000000000291ec       0x8c /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-findfp.o)
+                0x00000000000291ec                __sfp
+ .text.__smakebuf_r
+                0x0000000000029278       0x80 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-makebuf.o)
+                0x0000000000029278                __smakebuf_r
+ .text._write_r
+                0x00000000000292f8       0x24 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-writer.o)
+                0x00000000000292f8                _write_r
+ .text._close_r
+                0x000000000002931c       0x20 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-closer.o)
+                0x000000000002931c                _close_r
+ .text._fstat_r
+                0x000000000002933c       0x24 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-fstatr.o)
+                0x000000000002933c                _fstat_r
+ .text._isatty_r
+                0x0000000000029360       0x20 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-isattyr.o)
+                0x0000000000029360                _isatty_r
+ .text._lseek_r
+                0x0000000000029380       0x24 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-lseekr.o)
+                0x0000000000029380                _lseek_r
+ .text._read_r  0x00000000000293a4       0x24 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-readr.o)
+                0x00000000000293a4                _read_r
+ .text._OffsetAbsSyms
+                0x00000000000293c8        0x2 zephyr/CMakeFiles/offsets.dir/./arch/arm/core/offsets/offsets.c.obj
+                0x00000000000293c8                _OffsetAbsSyms
+ .text.z_log_msg_simple_create_1.constprop.0
+                0x00000000000293ca        0xa app/libapp.a(main.c.obj)
+ .text.chunk_size
+                0x00000000000293d4        0xa zephyr/libzephyr.a(heap.c.obj)
+ .text.free_list_add
+                0x00000000000293de       0x4e zephyr/libzephyr.a(heap.c.obj)
+ .text.free_list_remove_bidx
+                0x000000000002942c       0x3a zephyr/libzephyr.a(heap.c.obj)
+ .text.free_list_remove
+                0x0000000000029466       0x1a zephyr/libzephyr.a(heap.c.obj)
+ .text.alloc_chunk
+                0x0000000000029480       0x6e zephyr/libzephyr.a(heap.c.obj)
+ .text.merge_chunks
+                0x00000000000294ee       0x2c zephyr/libzephyr.a(heap.c.obj)
+ .text.split_chunks
+                0x000000000002951a       0x34 zephyr/libzephyr.a(heap.c.obj)
+ .text.free_chunk
+                0x000000000002954e       0x62 zephyr/libzephyr.a(heap.c.obj)
+ .text.sys_heap_free
+                0x00000000000295b0       0x1e zephyr/libzephyr.a(heap.c.obj)
+                0x00000000000295b0                sys_heap_free
+ .text.sys_heap_alloc
+                0x00000000000295ce       0x52 zephyr/libzephyr.a(heap.c.obj)
+                0x00000000000295ce                sys_heap_alloc
+ .text.sys_heap_aligned_alloc
+                0x0000000000029620       0xd0 zephyr/libzephyr.a(heap.c.obj)
+                0x0000000000029620                sys_heap_aligned_alloc
+ .text.sys_heap_init
+                0x00000000000296f0       0x7a zephyr/libzephyr.a(heap.c.obj)
+                0x00000000000296f0                sys_heap_init
+ .text.cbpprintf_external
+                0x000000000002976a       0x62 zephyr/libzephyr.a(cbprintf_packaged.c.obj)
+                0x000000000002976a                cbpprintf_external
+ .text.is_ptr   0x00000000000297cc       0x4a zephyr/libzephyr.a(cbprintf_packaged.c.obj)
+                0x00000000000297cc                is_ptr
+ .text.arch_printk_char_out
+                0x0000000000029816        0x4 zephyr/libzephyr.a(printk.c.obj)
+                0x0000000000029816                arch_printk_char_out
+ .text.str_out  0x000000000002981a       0x26 zephyr/libzephyr.a(printk.c.obj)
+ .text.vprintk  0x0000000000029840        0x4 zephyr/libzephyr.a(printk.c.obj)
+                0x0000000000029840                vprintk
+ .text.printk   0x0000000000029844       0x1a zephyr/libzephyr.a(printk.c.obj)
+                0x0000000000029844                printk
+ .text.snprintk
+                0x000000000002985e       0x1a zephyr/libzephyr.a(printk.c.obj)
+                0x000000000002985e                snprintk
+ .text.z_thread_entry
+                0x0000000000029878       0x14 zephyr/libzephyr.a(thread_entry.c.obj)
+                0x0000000000029878                z_thread_entry
+ .text.outs     0x000000000002988c       0x2e zephyr/libzephyr.a(cbprintf_complete.c.obj)
+ .text.assert_print
+                0x00000000000298ba       0x1a zephyr/libzephyr.a(assert.c.obj)
+                0x00000000000298ba                assert_print
+ .text.free_space
+                0x00000000000298d4       0x26 zephyr/libzephyr.a(mpsc_pbuf.c.obj)
+ .text.get_usage
+                0x00000000000298fa       0x22 zephyr/libzephyr.a(mpsc_pbuf.c.obj)
+ .text.idx_inc  0x000000000002991c       0x1c zephyr/libzephyr.a(mpsc_pbuf.c.obj)
+ .text.rd_idx_inc
+                0x0000000000029938       0x18 zephyr/libzephyr.a(mpsc_pbuf.c.obj)
+ .text.add_skip_item
+                0x0000000000029950       0x3a zephyr/libzephyr.a(mpsc_pbuf.c.obj)
+ .text.drop_item_locked
+                0x000000000002998a       0xee zephyr/libzephyr.a(mpsc_pbuf.c.obj)
+ .text.post_drop_action
+                0x0000000000029a78       0x36 zephyr/libzephyr.a(mpsc_pbuf.c.obj)
+ .text.max_utilization_update
+                0x0000000000029aae       0x1a zephyr/libzephyr.a(mpsc_pbuf.c.obj)
+ .text.mpsc_pbuf_init
+                0x0000000000029ac8       0x42 zephyr/libzephyr.a(mpsc_pbuf.c.obj)
+                0x0000000000029ac8                mpsc_pbuf_init
+ .text.mpsc_pbuf_alloc
+                0x0000000000029b0a       0xf8 zephyr/libzephyr.a(mpsc_pbuf.c.obj)
+                0x0000000000029b0a                mpsc_pbuf_alloc
+ .text.mpsc_pbuf_commit
+                0x0000000000029c02       0x3e zephyr/libzephyr.a(mpsc_pbuf.c.obj)
+                0x0000000000029c02                mpsc_pbuf_commit
+ .text.mpsc_pbuf_claim
+                0x0000000000029c40       0xa8 zephyr/libzephyr.a(mpsc_pbuf.c.obj)
+                0x0000000000029c40                mpsc_pbuf_claim
+ .text.mpsc_pbuf_free
+                0x0000000000029ce8       0x76 zephyr/libzephyr.a(mpsc_pbuf.c.obj)
+                0x0000000000029ce8                mpsc_pbuf_free
+ .text.mpsc_pbuf_is_pending
+                0x0000000000029d5e       0x1a zephyr/libzephyr.a(mpsc_pbuf.c.obj)
+                0x0000000000029d5e                mpsc_pbuf_is_pending
+ .text.process_recheck
+                0x0000000000029d78       0x38 zephyr/libzephyr.a(onoff.c.obj)
+ .text.validate_args
+                0x0000000000029db0       0x20 zephyr/libzephyr.a(onoff.c.obj)
+ .text.notify_one
+                0x0000000000029dd0       0x2c zephyr/libzephyr.a(onoff.c.obj)
+ .text.transition_complete
+                0x0000000000029dfc       0x1a zephyr/libzephyr.a(onoff.c.obj)
+ .text.onoff_manager_init
+                0x0000000000029e16       0x26 zephyr/libzephyr.a(onoff.c.obj)
+                0x0000000000029e16                onoff_manager_init
+ .text.onoff_request
+                0x0000000000029e3c       0xae zephyr/libzephyr.a(onoff.c.obj)
+                0x0000000000029e3c                onoff_request
+ .text.sys_notify_validate
+                0x0000000000029eea       0x28 zephyr/libzephyr.a(notify.c.obj)
+                0x0000000000029eea                sys_notify_validate
+ .text.sys_notify_finalize
+                0x0000000000029f12       0x32 zephyr/libzephyr.a(notify.c.obj)
+                0x0000000000029f12                sys_notify_finalize
+ .text._ConfigAbsSyms
+                0x0000000000029f44        0x2 zephyr/libzephyr.a(configs.c.obj)
+                0x0000000000029f44                _ConfigAbsSyms
+ .text.nvs_flash_rd
+                0x0000000000029f46       0x1c zephyr/libzephyr.a(nvs.c.obj)
+ .text.nvs_flash_cmp_const
+                0x0000000000029f62       0x56 zephyr/libzephyr.a(nvs.c.obj)
+ .text.nvs_flash_erase_sector
+                0x0000000000029fb8       0x34 zephyr/libzephyr.a(nvs.c.obj)
+ .text.nvs_sector_advance
+                0x0000000000029fec       0x1a zephyr/libzephyr.a(nvs.c.obj)
+ .text.z_log_msg_simple_create_0
+                0x000000000002a006        0x4 zephyr/libzephyr.a(nvs.c.obj)
+ .text.nvs_ate_crc8_update
+                0x000000000002a00a       0x12 zephyr/libzephyr.a(nvs.c.obj)
+ .text.nvs_al_size.isra.0
+                0x000000000002a01c       0x14 zephyr/libzephyr.a(nvs.c.obj)
+ .text.nvs_ate_valid
+                0x000000000002a030       0x34 zephyr/libzephyr.a(nvs.c.obj)
+ .text.nvs_close_ate_valid
+                0x000000000002a064       0x3c zephyr/libzephyr.a(nvs.c.obj)
+ .text.nvs_prev_ate
+                0x000000000002a0a0       0x94 zephyr/libzephyr.a(nvs.c.obj)
+ .text.nvs_flash_al_wrt
+                0x000000000002a134       0x72 zephyr/libzephyr.a(nvs.c.obj)
+ .text.nvs_flash_ate_wrt
+                0x000000000002a1a6       0x22 zephyr/libzephyr.a(nvs.c.obj)
+ .text.nvs_add_gc_done_ate
+                0x000000000002a1c8       0x2e zephyr/libzephyr.a(nvs.c.obj)
+ .text.nvs_gc   0x000000000002a1f6      0x19a zephyr/libzephyr.a(nvs.c.obj)
+ .text.nvs_delete
+                0x000000000002a390        0x8 zephyr/libzephyr.a(nvs.c.obj)
+                0x000000000002a390                nvs_delete
+ .text.nvs_read
+                0x000000000002a398        0xe zephyr/libzephyr.a(nvs.c.obj)
+                0x000000000002a398                nvs_read
+ .text.log_msg_generic_get_wlen
+                0x000000000002a3a6       0x20 zephyr/libzephyr.a(log_core.c.obj)
+ .text.dummy_timestamp
+                0x000000000002a3c6        0x4 zephyr/libzephyr.a(log_core.c.obj)
+ .text.default_get_timestamp
+                0x000000000002a3ca        0x4 zephyr/libzephyr.a(log_core.c.obj)
+ .text.atomic_inc
+                0x000000000002a3ce       0x1a zephyr/libzephyr.a(log_core.c.obj)
+ .text.z_log_vprintk
+                0x000000000002a3e8       0x1c zephyr/libzephyr.a(log_core.c.obj)
+                0x000000000002a3e8                z_log_vprintk
+ .text.z_log_notify_drop
+                0x000000000002a404        0x6 zephyr/libzephyr.a(log_core.c.obj)
+ .text.z_log_get_tag
+                0x000000000002a40a        0x4 zephyr/libzephyr.a(log_core.c.obj)
+                0x000000000002a40a                z_log_get_tag
+ .text.z_cbprintf_cpy
+                0x000000000002a40e       0x2c zephyr/libzephyr.a(log_msg.c.obj)
+ .text.z_log_msg_finalize
+                0x000000000002a43a       0x32 zephyr/libzephyr.a(log_msg.c.obj)
+                0x000000000002a43a                z_log_msg_finalize
+ .text.z_log_msg_simple_create
+                0x000000000002a46c       0x6e zephyr/libzephyr.a(log_msg.c.obj)
+ .text.z_impl_z_log_msg_simple_create_0
+                0x000000000002a4da       0x12 zephyr/libzephyr.a(log_msg.c.obj)
+                0x000000000002a4da                z_impl_z_log_msg_simple_create_0
+ .text.z_impl_z_log_msg_simple_create_1
+                0x000000000002a4ec       0x14 zephyr/libzephyr.a(log_msg.c.obj)
+                0x000000000002a4ec                z_impl_z_log_msg_simple_create_1
+ .text.z_impl_z_log_msg_simple_create_2
+                0x000000000002a500       0x18 zephyr/libzephyr.a(log_msg.c.obj)
+                0x000000000002a500                z_impl_z_log_msg_simple_create_2
+ .text.buffer_write
+                0x000000000002a518       0x1c zephyr/libzephyr.a(log_output.c.obj)
+ .text.cbvprintf
+                0x000000000002a534        0xe zephyr/libzephyr.a(log_output.c.obj)
+ .text.log_output_flush
+                0x000000000002a542       0x1a zephyr/libzephyr.a(log_output.c.obj)
+                0x000000000002a542                log_output_flush
+ .text.out_func
+                0x000000000002a55c       0x36 zephyr/libzephyr.a(log_output.c.obj)
+ .text.cr_out_func
+                0x000000000002a592       0x1c zephyr/libzephyr.a(log_output.c.obj)
+ .text.log_output_msg_process
+                0x000000000002a5ae       0x6a zephyr/libzephyr.a(log_output.c.obj)
+                0x000000000002a5ae                log_output_msg_process
+ .text.format_set
+                0x000000000002a618        0xc zephyr/libzephyr.a(log_backend_uart.c.obj)
+ .text.log_backend_uart_init
+                0x000000000002a624        0xc zephyr/libzephyr.a(log_backend_uart.c.obj)
+ .text.panic    0x000000000002a630       0x10 zephyr/libzephyr.a(log_backend_uart.c.obj)
+ .text.dropped  0x000000000002a640        0xa zephyr/libzephyr.a(log_backend_uart.c.obj)
+ .text.process  0x000000000002a64a       0x1e zephyr/libzephyr.a(log_backend_uart.c.obj)
+ .text.flash_area_close
+                0x000000000002a668        0x2 zephyr/libzephyr.a(flash_map.c.obj)
+                0x000000000002a668                flash_area_close
+ .text.get_sectors_cb
+                0x000000000002a66a       0x44 zephyr/libzephyr.a(flash_map_layout.c.obj)
+ .text.settings_name_steq
+                0x000000000002a6ae       0x48 zephyr/libzephyr.a(settings.c.obj)
+                0x000000000002a6ae                settings_name_steq
+ .text.settings_nvs_storage_get
+                0x000000000002a6f6        0x4 zephyr/libzephyr.a(settings_nvs.c.obj)
+ .text.settings_nvs_read_fn
+                0x000000000002a6fa       0x18 zephyr/libzephyr.a(settings_nvs.c.obj)
+ .text.settings_nvs_save
+                0x000000000002a712      0x118 zephyr/libzephyr.a(settings_nvs.c.obj)
+ .text.settings_nvs_backend_init
+                0x000000000002a82a       0x42 zephyr/libzephyr.a(settings_nvs.c.obj)
+                0x000000000002a82a                settings_nvs_backend_init
+ .text.lis2mdl_read_reg
+                0x000000000002a86c        0xc zephyr/libzephyr.a(lis2mdl_reg.c.obj)
+                0x000000000002a86c                lis2mdl_read_reg
+ .text.lis2mdl_write_reg
+                0x000000000002a878        0xc zephyr/libzephyr.a(lis2mdl_reg.c.obj)
+                0x000000000002a878                lis2mdl_write_reg
+ .text.lis2mdl_mag_user_offset_set
+                0x000000000002a884       0x24 zephyr/libzephyr.a(lis2mdl_reg.c.obj)
+                0x000000000002a884                lis2mdl_mag_user_offset_set
+ .text.lis2mdl_operating_mode_set
+                0x000000000002a8a8       0x2e zephyr/libzephyr.a(lis2mdl_reg.c.obj)
+                0x000000000002a8a8                lis2mdl_operating_mode_set
+ .text.lis2mdl_data_rate_set
+                0x000000000002a8d6       0x2e zephyr/libzephyr.a(lis2mdl_reg.c.obj)
+                0x000000000002a8d6                lis2mdl_data_rate_set
+ .text.lis2mdl_offset_temp_comp_set
+                0x000000000002a904       0x2e zephyr/libzephyr.a(lis2mdl_reg.c.obj)
+                0x000000000002a904                lis2mdl_offset_temp_comp_set
+ .text.lis2mdl_set_rst_mode_set
+                0x000000000002a932       0x2e zephyr/libzephyr.a(lis2mdl_reg.c.obj)
+                0x000000000002a932                lis2mdl_set_rst_mode_set
+ .text.lis2mdl_set_rst_sensor_single_set
+                0x000000000002a960       0x2e zephyr/libzephyr.a(lis2mdl_reg.c.obj)
+                0x000000000002a960                lis2mdl_set_rst_sensor_single_set
+ .text.lis2mdl_block_data_update_set
+                0x000000000002a98e       0x2e zephyr/libzephyr.a(lis2mdl_reg.c.obj)
+                0x000000000002a98e                lis2mdl_block_data_update_set
+ .text.lis2mdl_magnetic_raw_get
+                0x000000000002a9bc       0x3c zephyr/libzephyr.a(lis2mdl_reg.c.obj)
+                0x000000000002a9bc                lis2mdl_magnetic_raw_get
+ .text.lis2mdl_temperature_raw_get
+                0x000000000002a9f8       0x20 zephyr/libzephyr.a(lis2mdl_reg.c.obj)
+                0x000000000002a9f8                lis2mdl_temperature_raw_get
+ .text.lis2mdl_device_id_get
+                0x000000000002aa18        0xe zephyr/libzephyr.a(lis2mdl_reg.c.obj)
+                0x000000000002aa18                lis2mdl_device_id_get
+ .text.lis2mdl_reset_set
+                0x000000000002aa26       0x2e zephyr/libzephyr.a(lis2mdl_reg.c.obj)
+                0x000000000002aa26                lis2mdl_reset_set
+ .text.lis2mdl_boot_set
+                0x000000000002aa54       0x2e zephyr/libzephyr.a(lis2mdl_reg.c.obj)
+                0x000000000002aa54                lis2mdl_boot_set
+ .text.lis2mdl_drdy_on_pin_set
+                0x000000000002aa82       0x2e zephyr/libzephyr.a(lis2mdl_reg.c.obj)
+                0x000000000002aa82                lis2mdl_drdy_on_pin_set
+ .text.lis2mdl_spi_mode_set
+                0x000000000002aab0       0x2e zephyr/libzephyr.a(lis2mdl_reg.c.obj)
+                0x000000000002aab0                lis2mdl_spi_mode_set
+ .text._copy    0x000000000002aade       0x1a zephyr/libzephyr.a(utils.c.obj)
+                0x000000000002aade                _copy
+ .text._set     0x000000000002aaf8        0x4 zephyr/libzephyr.a(utils.c.obj)
+                0x000000000002aaf8                _set
+ .text._double_byte
+                0x000000000002aafc       0x12 zephyr/libzephyr.a(utils.c.obj)
+                0x000000000002aafc                _double_byte
+ .text.add_round_key
+                0x000000000002ab0e       0x8a zephyr/libzephyr.a(aes_encrypt.c.obj)
+ .text.shift_rows
+                0x000000000002ab98       0x72 zephyr/libzephyr.a(aes_encrypt.c.obj)
+ .text.mult_row_column
+                0x000000000002ac0a       0x82 zephyr/libzephyr.a(aes_encrypt.c.obj)
+ .text.tc_aes_encrypt
+                0x000000000002ac8c       0xac zephyr/libzephyr.a(aes_encrypt.c.obj)
+                0x000000000002ac8c                tc_aes_encrypt
+ .text.gf_double
+                0x000000000002ad38       0x2a zephyr/libzephyr.a(cmac_mode.c.obj)
+                0x000000000002ad38                gf_double
+ .text.tc_cmac_erase
+                0x000000000002ad62       0x10 zephyr/libzephyr.a(cmac_mode.c.obj)
+                0x000000000002ad62                tc_cmac_erase
+ .text.tc_cmac_init
+                0x000000000002ad72       0x2c zephyr/libzephyr.a(cmac_mode.c.obj)
+                0x000000000002ad72                tc_cmac_init
+ .text.tc_cmac_setup
+                0x000000000002ad9e       0x56 zephyr/libzephyr.a(cmac_mode.c.obj)
+                0x000000000002ad9e                tc_cmac_setup
+ .text.tc_cmac_update
+                0x000000000002adf4       0xd4 zephyr/libzephyr.a(cmac_mode.c.obj)
+                0x000000000002adf4                tc_cmac_update
+ .text.tc_cmac_final
+                0x000000000002aec8       0x6a zephyr/libzephyr.a(cmac_mode.c.obj)
+                0x000000000002aec8                tc_cmac_final
+ .text.z_do_kernel_oops
+                0x000000000002af32        0x8 zephyr/arch/arch/arm/core/libarch__arm__core.a(fatal.c.obj)
+                0x000000000002af32                z_do_kernel_oops
+ .text.z_arm_nmi
+                0x000000000002af3a        0xe zephyr/arch/arch/arm/core/libarch__arm__core.a(nmi.c.obj)
+                0x000000000002af3a                z_arm_nmi
+ .text.z_log_msg_simple_create_0.constprop.0
+                0x000000000002af48        0x8 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(fault.c.obj)
+ .text.z_irq_spurious
+                0x000000000002af50        0x8 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(irq_manage.c.obj)
+                0x000000000002af50                z_irq_spurious
+ .text.arch_irq_unlock_outlined
+                0x000000000002af58        0xe zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(thread.c.obj)
+                0x000000000002af58                arch_irq_unlock_outlined
+ .text.arch_cpu_idle
+                0x000000000002af66       0x1a zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(cpu_idle.c.obj)
+                0x000000000002af66                arch_cpu_idle
+ .text.arch_cpu_atomic_idle
+                0x000000000002af80       0x1e zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(cpu_idle.c.obj)
+                0x000000000002af80                arch_cpu_atomic_idle
+ .text.malloc_prepare
+                0x000000000002af9e        0x4 zephyr/lib/libc/newlib/liblib__libc__newlib.a(libc-hooks.c.obj)
+ .text._stdout_hook_default
+                0x000000000002afa2        0x6 zephyr/lib/libc/newlib/liblib__libc__newlib.a(libc-hooks.c.obj)
+ .text._stdin_hook_default
+                0x000000000002afa8        0x4 zephyr/lib/libc/newlib/liblib__libc__newlib.a(libc-hooks.c.obj)
+ .text._read    0x000000000002afac        0x8 zephyr/lib/libc/newlib/liblib__libc__newlib.a(libc-hooks.c.obj)
+                0x000000000002afac                _read
+                0x000000000002afac                read
+ .text._write   0x000000000002afb4        0x8 zephyr/lib/libc/newlib/liblib__libc__newlib.a(libc-hooks.c.obj)
+                0x000000000002afb4                write
+                0x000000000002afb4                _write
+ .text._close   0x000000000002afbc        0x6 zephyr/lib/libc/newlib/liblib__libc__newlib.a(libc-hooks.c.obj)
+                0x000000000002afbc                _close
+                0x000000000002afbc                close
+ .text._lseek   0x000000000002afc2        0x4 zephyr/lib/libc/newlib/liblib__libc__newlib.a(libc-hooks.c.obj)
+                0x000000000002afc2                lseek
+                0x000000000002afc2                _lseek
+ .text._isatty  0x000000000002afc6        0xa zephyr/lib/libc/newlib/liblib__libc__newlib.a(libc-hooks.c.obj)
+                0x000000000002afc6                _isatty
+                0x000000000002afc6                isatty
+ .text._fstat   0x000000000002afd0        0xa zephyr/lib/libc/newlib/liblib__libc__newlib.a(libc-hooks.c.obj)
+                0x000000000002afd0                fstat
+                0x000000000002afd0                _fstat
+ .text.__retarget_lock_init_recursive
+                0x000000000002afda       0x14 zephyr/lib/libc/newlib/liblib__libc__newlib.a(libc-hooks.c.obj)
+                0x000000000002afda                __retarget_lock_init_recursive
+ .text.__retarget_lock_acquire_recursive
+                0x000000000002afee        0xc zephyr/lib/libc/newlib/liblib__libc__newlib.a(libc-hooks.c.obj)
+                0x000000000002afee                __retarget_lock_acquire_recursive
+ .text.__retarget_lock_release_recursive
+                0x000000000002affa        0x4 zephyr/lib/libc/newlib/liblib__libc__newlib.a(libc-hooks.c.obj)
+                0x000000000002affa                __retarget_lock_release_recursive
+ .text.mlme_indication_handler
+                0x000000000002affe        0x2 zephyr/subsys/lorawan/libloramac-node.a(lorawan.c.obj)
+ .text.mac_process_notify
+                0x000000000002b000        0x4 zephyr/subsys/lorawan/libloramac-node.a(lorawan.c.obj)
+ .text.z_log_msg_static_create.constprop.0
+                0x000000000002b004        0x6 zephyr/subsys/lorawan/libloramac-node.a(lorawan.c.obj)
+ .text.BoardGetUniqueId
+                0x000000000002b00a        0x2 zephyr/subsys/lorawan/libloramac-node.a(lorawan.c.obj)
+                0x000000000002b00a                BoardGetUniqueId
+ .text.lorawan_get_payload_sizes
+                0x000000000002b00c       0x1e zephyr/subsys/lorawan/libloramac-node.a(lorawan.c.obj)
+                0x000000000002b00c                lorawan_get_payload_sizes
+ .text.lorawan_nvm_init
+                0x000000000002b02a        0x4 zephyr/subsys/lorawan/libloramac-node.a(lorawan_nvm_settings.c.obj)
+                0x000000000002b02a                lorawan_nvm_init
+ .text.timer_work_handler
+                0x000000000002b02e        0x4 zephyr/subsys/lorawan/libloramac-node.a(hal_common.c.obj)
+ .text.k_uptime_get_32
+                0x000000000002b032       0x1a zephyr/subsys/lorawan/libloramac-node.a(hal_common.c.obj)
+ .text.RtcGetCalendarTime
+                0x000000000002b04c       0x2a zephyr/subsys/lorawan/libloramac-node.a(hal_common.c.obj)
+                0x000000000002b04c                RtcGetCalendarTime
+ .text.RtcGetTimerValue
+                0x000000000002b076        0x4 zephyr/subsys/lorawan/libloramac-node.a(hal_common.c.obj)
+                0x000000000002b076                RtcGetTimerValue
+ .text.RtcGetMinimumTimeout
+                0x000000000002b07a        0x4 zephyr/subsys/lorawan/libloramac-node.a(hal_common.c.obj)
+                0x000000000002b07a                RtcGetMinimumTimeout
+ .text.DelayMsMcu
+                0x000000000002b07e       0x20 zephyr/subsys/lorawan/libloramac-node.a(hal_common.c.obj)
+                0x000000000002b07e                DelayMsMcu
+ .text.RtcMs2Tick
+                0x000000000002b09e        0x2 zephyr/subsys/lorawan/libloramac-node.a(hal_common.c.obj)
+                0x000000000002b09e                RtcMs2Tick
+ .text.RtcTick2Ms
+                0x000000000002b0a0        0x2 zephyr/subsys/lorawan/libloramac-node.a(hal_common.c.obj)
+                0x000000000002b0a0                RtcTick2Ms
+ .text.BoardCriticalSectionBegin
+                0x000000000002b0a2       0x12 zephyr/subsys/lorawan/libloramac-node.a(hal_common.c.obj)
+                0x000000000002b0a2                BoardCriticalSectionBegin
+ .text.BoardCriticalSectionEnd
+                0x000000000002b0b4        0xc zephyr/subsys/lorawan/libloramac-node.a(hal_common.c.obj)
+                0x000000000002b0b4                BoardCriticalSectionEnd
+ .text.sx12xx_ev_tx_timed_out
+                0x000000000002b0c0        0x4 zephyr/subsys/lorawan/libloramac-node.a(sx12xx_common.c.obj)
+ .text.SX1276CheckRfFrequency
+                0x000000000002b0c4        0x4 zephyr/subsys/lorawan/libloramac-node.a(sx127x.c.obj)
+                0x000000000002b0c4                SX1276CheckRfFrequency
+ .text.SX1276GetBoardTcxoWakeupTime
+                0x000000000002b0c8        0x4 zephyr/subsys/lorawan/libloramac-node.a(sx127x.c.obj)
+                0x000000000002b0c8                SX1276GetBoardTcxoWakeupTime
+ .text.SX1276SetAntSwLowPower
+                0x000000000002b0cc        0x2 zephyr/subsys/lorawan/libloramac-node.a(sx127x.c.obj)
+                0x000000000002b0cc                SX1276SetAntSwLowPower
+ .text.SX1276SetBoardTcxo
+                0x000000000002b0ce        0x2 zephyr/subsys/lorawan/libloramac-node.a(sx127x.c.obj)
+                0x000000000002b0ce                SX1276SetBoardTcxo
+ .text.SX1276SetAntSw
+                0x000000000002b0d0        0x2 zephyr/subsys/lorawan/libloramac-node.a(sx127x.c.obj)
+                0x000000000002b0d0                SX1276SetAntSw
+ .text.SX1276Reset
+                0x000000000002b0d2       0x22 zephyr/subsys/lorawan/libloramac-node.a(sx127x.c.obj)
+                0x000000000002b0d2                SX1276Reset
+ .text.SX1276ReadBuffer
+                0x000000000002b0f4       0x1a zephyr/subsys/lorawan/libloramac-node.a(sx127x.c.obj)
+                0x000000000002b0f4                SX1276ReadBuffer
+ .text.SX1276WriteBuffer
+                0x000000000002b10e       0x1a zephyr/subsys/lorawan/libloramac-node.a(sx127x.c.obj)
+                0x000000000002b10e                SX1276WriteBuffer
+ .text.SX1276GetDio1PinState
+                0x000000000002b128        0x4 zephyr/subsys/lorawan/libloramac-node.a(sx127x.c.obj)
+                0x000000000002b128                SX1276GetDio1PinState
+ .text.randr    0x000000000002b12c       0x1a zephyr/subsys/lorawan/libloramac-node.a(utilities.c.obj)
+                0x000000000002b12c                randr
+ .text.memcpy1  0x000000000002b146       0x14 zephyr/subsys/lorawan/libloramac-node.a(utilities.c.obj)
+                0x000000000002b146                memcpy1
+ .text.memcpyr  0x000000000002b15a       0x14 zephyr/subsys/lorawan/libloramac-node.a(utilities.c.obj)
+                0x000000000002b15a                memcpyr
+ .text.memset1  0x000000000002b16e        0x4 zephyr/subsys/lorawan/libloramac-node.a(utilities.c.obj)
+                0x000000000002b16e                memset1
+ .text.SysTimeAdd
+                0x000000000002b172       0x36 zephyr/subsys/lorawan/libloramac-node.a(systime.c.obj)
+                0x000000000002b172                SysTimeAdd
+ .text.SysTimeSub
+                0x000000000002b1a8       0x36 zephyr/subsys/lorawan/libloramac-node.a(systime.c.obj)
+                0x000000000002b1a8                SysTimeSub
+ .text.SysTimeSet
+                0x000000000002b1de       0x42 zephyr/subsys/lorawan/libloramac-node.a(systime.c.obj)
+                0x000000000002b1de                SysTimeSet
+ .text.SysTimeGet
+                0x000000000002b220       0x46 zephyr/subsys/lorawan/libloramac-node.a(systime.c.obj)
+                0x000000000002b220                SysTimeGet
+ .text.SysTimeGetMcuTime
+                0x000000000002b266       0x24 zephyr/subsys/lorawan/libloramac-node.a(systime.c.obj)
+                0x000000000002b266                SysTimeGetMcuTime
+ .text.TimerSetTimeout
+                0x000000000002b28a       0x2c zephyr/subsys/lorawan/libloramac-node.a(timer.c.obj)
+ .text.TimerInit
+                0x000000000002b2b6       0x10 zephyr/subsys/lorawan/libloramac-node.a(timer.c.obj)
+                0x000000000002b2b6                TimerInit
+ .text.TimerSetValue
+                0x000000000002b2c6       0x22 zephyr/subsys/lorawan/libloramac-node.a(timer.c.obj)
+                0x000000000002b2c6                TimerSetValue
+ .text.TimerGetCurrentTime
+                0x000000000002b2e8        0xe zephyr/subsys/lorawan/libloramac-node.a(timer.c.obj)
+                0x000000000002b2e8                TimerGetCurrentTime
+ .text.TimerGetElapsedTime
+                0x000000000002b2f6       0x1e zephyr/subsys/lorawan/libloramac-node.a(timer.c.obj)
+                0x000000000002b2f6                TimerGetElapsedTime
+ .text.DelayMs  0x000000000002b314        0x4 zephyr/subsys/lorawan/libloramac-node.a(delay.c.obj)
+                0x000000000002b314                DelayMs
+ .text.SX1276Write
+                0x000000000002b318       0x16 zephyr/subsys/lorawan/libloramac-node.a(sx1276.c.obj)
+                0x000000000002b318                SX1276Write
+ .text.SX1276Read
+                0x000000000002b32e       0x16 zephyr/subsys/lorawan/libloramac-node.a(sx1276.c.obj)
+                0x000000000002b32e                SX1276Read
+ .text.SX1276SetOpMode
+                0x000000000002b344       0x34 zephyr/subsys/lorawan/libloramac-node.a(sx1276.c.obj)
+ .text.SX1276IsChannelFree
+                0x000000000002b378       0x66 zephyr/subsys/lorawan/libloramac-node.a(sx1276.c.obj)
+                0x000000000002b378                SX1276IsChannelFree
+ .text.SX1276Random
+                0x000000000002b3de       0x3e zephyr/subsys/lorawan/libloramac-node.a(sx1276.c.obj)
+                0x000000000002b3de                SX1276Random
+ .text.SX1276GetWakeupTime
+                0x000000000002b41c        0xa zephyr/subsys/lorawan/libloramac-node.a(sx1276.c.obj)
+                0x000000000002b41c                SX1276GetWakeupTime
+ .text.xor_block
+                0x000000000002b426       0x82 zephyr/subsys/lorawan/libloramac-node.a(aes.c.obj)
+ .text.copy_and_key
+                0x000000000002b4a8       0x84 zephyr/subsys/lorawan/libloramac-node.a(aes.c.obj)
+ .text.AES_CMAC_Init
+                0x000000000002b52c       0x20 zephyr/subsys/lorawan/libloramac-node.a(cmac.c.obj)
+                0x000000000002b52c                AES_CMAC_Init
+ .text.AES_CMAC_SetKey
+                0x000000000002b54c        0xa zephyr/subsys/lorawan/libloramac-node.a(cmac.c.obj)
+                0x000000000002b54c                AES_CMAC_SetKey
+ .text.AES_CMAC_Update
+                0x000000000002b556       0xd6 zephyr/subsys/lorawan/libloramac-node.a(cmac.c.obj)
+                0x000000000002b556                AES_CMAC_Update
+ .text.AES_CMAC_Final
+                0x000000000002b62c      0x16c zephyr/subsys/lorawan/libloramac-node.a(cmac.c.obj)
+                0x000000000002b62c                AES_CMAC_Final
+ .text.SecureElementComputeAesCmac
+                0x000000000002b798        0xc zephyr/subsys/lorawan/libloramac-node.a(soft-se.c.obj)
+                0x000000000002b798                SecureElementComputeAesCmac
+ .text.SecureElementVerifyAesCmac
+                0x000000000002b7a4       0x2c zephyr/subsys/lorawan/libloramac-node.a(soft-se.c.obj)
+                0x000000000002b7a4                SecureElementVerifyAesCmac
+ .text.SecureElementSetKey
+                0x000000000002b7d0        0xa zephyr/subsys/lorawan/libloramac-node.a(soft-se.c.obj)
+                0x000000000002b7d0                SecureElementSetKey
+ .text.SecureElementDeriveAndStoreKey
+                0x000000000002b7da       0x38 zephyr/subsys/lorawan/libloramac-node.a(soft-se.c.obj)
+                0x000000000002b7da                SecureElementDeriveAndStoreKey
+ .text.SecureElementProcessJoinAccept
+                0x000000000002b812      0x100 zephyr/subsys/lorawan/libloramac-node.a(soft-se.c.obj)
+                0x000000000002b812                SecureElementProcessJoinAccept
+ .text.SoftSeHalGetUniqueId
+                0x000000000002b912        0x4 zephyr/subsys/lorawan/libloramac-node.a(soft-se-hal.c.obj)
+                0x000000000002b912                SoftSeHalGetUniqueId
+ .text.DetermineFrameType
+                0x000000000002b916       0x3e zephyr/subsys/lorawan/libloramac-node.a(LoRaMac.c.obj)
+                0x000000000002b916                DetermineFrameType
+ .text.LoRaMacAdrCalcNext
+                0x000000000002b954       0xdc zephyr/subsys/lorawan/libloramac-node.a(LoRaMacAdr.c.obj)
+                0x000000000002b954                LoRaMacAdrCalcNext
+ .text.LoRaMacClassBInit
+                0x000000000002ba30        0x2 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacClassB.c.obj)
+                0x000000000002ba30                LoRaMacClassBInit
+ .text.LoRaMacClassBSetBeaconState
+                0x000000000002ba32        0x2 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacClassB.c.obj)
+                0x000000000002ba32                LoRaMacClassBSetBeaconState
+ .text.LoRaMacClassBSetPingSlotState
+                0x000000000002ba34        0x2 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacClassB.c.obj)
+                0x000000000002ba34                LoRaMacClassBSetPingSlotState
+ .text.LoRaMacClassBSetMulticastSlotState
+                0x000000000002ba36        0x2 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacClassB.c.obj)
+                0x000000000002ba36                LoRaMacClassBSetMulticastSlotState
+ .text.LoRaMacClassBIsAcquisitionInProgress
+                0x000000000002ba38        0x4 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacClassB.c.obj)
+                0x000000000002ba38                LoRaMacClassBIsAcquisitionInProgress
+ .text.LoRaMacClassBBeaconTimerEvent
+                0x000000000002ba3c        0x2 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacClassB.c.obj)
+                0x000000000002ba3c                LoRaMacClassBBeaconTimerEvent
+ .text.LoRaMacClassBPingSlotTimerEvent
+                0x000000000002ba3e        0x2 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacClassB.c.obj)
+                0x000000000002ba3e                LoRaMacClassBPingSlotTimerEvent
+ .text.LoRaMacClassBMulticastSlotTimerEvent
+                0x000000000002ba40        0x2 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacClassB.c.obj)
+                0x000000000002ba40                LoRaMacClassBMulticastSlotTimerEvent
+ .text.LoRaMacClassBRxBeacon
+                0x000000000002ba42        0x4 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacClassB.c.obj)
+                0x000000000002ba42                LoRaMacClassBRxBeacon
+ .text.LoRaMacClassBIsBeaconExpected
+                0x000000000002ba46        0x4 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacClassB.c.obj)
+                0x000000000002ba46                LoRaMacClassBIsBeaconExpected
+ .text.LoRaMacClassBIsPingExpected
+                0x000000000002ba4a        0x4 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacClassB.c.obj)
+                0x000000000002ba4a                LoRaMacClassBIsPingExpected
+ .text.LoRaMacClassBIsMulticastExpected
+                0x000000000002ba4e        0x4 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacClassB.c.obj)
+                0x000000000002ba4e                LoRaMacClassBIsMulticastExpected
+ .text.LoRaMacClassBIsBeaconModeActive
+                0x000000000002ba52        0x4 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacClassB.c.obj)
+                0x000000000002ba52                LoRaMacClassBIsBeaconModeActive
+ .text.LoRaMacClassBSetPingSlotInfo
+                0x000000000002ba56        0x2 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacClassB.c.obj)
+                0x000000000002ba56                LoRaMacClassBSetPingSlotInfo
+ .text.LoRaMacClassBHaltBeaconing
+                0x000000000002ba58        0x2 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacClassB.c.obj)
+                0x000000000002ba58                LoRaMacClassBHaltBeaconing
+ .text.LoRaMacClassBResumeBeaconing
+                0x000000000002ba5a        0x2 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacClassB.c.obj)
+                0x000000000002ba5a                LoRaMacClassBResumeBeaconing
+ .text.LoRaMacClassBSwitchClass
+                0x000000000002ba5c        0x4 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacClassB.c.obj)
+                0x000000000002ba5c                LoRaMacClassBSwitchClass
+ .text.LoRaMacClassBMibGetRequestConfirm
+                0x000000000002ba60        0x4 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacClassB.c.obj)
+                0x000000000002ba60                LoRaMacClassBMibGetRequestConfirm
+ .text.LoRaMacMibClassBSetRequestConfirm
+                0x000000000002ba64        0x4 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacClassB.c.obj)
+                0x000000000002ba64                LoRaMacMibClassBSetRequestConfirm
+ .text.LoRaMacClassBPingSlotInfoAns
+                0x000000000002ba68        0x2 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacClassB.c.obj)
+                0x000000000002ba68                LoRaMacClassBPingSlotInfoAns
+ .text.LoRaMacClassBPingSlotChannelReq
+                0x000000000002ba6a        0x4 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacClassB.c.obj)
+                0x000000000002ba6a                LoRaMacClassBPingSlotChannelReq
+ .text.LoRaMacClassBBeaconTimingAns
+                0x000000000002ba6e        0x2 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacClassB.c.obj)
+                0x000000000002ba6e                LoRaMacClassBBeaconTimingAns
+ .text.LoRaMacClassBDeviceTimeAns
+                0x000000000002ba70        0x2 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacClassB.c.obj)
+                0x000000000002ba70                LoRaMacClassBDeviceTimeAns
+ .text.LoRaMacClassBBeaconFreqReq
+                0x000000000002ba72        0x4 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacClassB.c.obj)
+                0x000000000002ba72                LoRaMacClassBBeaconFreqReq
+ .text.LoRaMacClassBIsUplinkCollision
+                0x000000000002ba76        0x4 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacClassB.c.obj)
+                0x000000000002ba76                LoRaMacClassBIsUplinkCollision
+ .text.LoRaMacClassBStopRxSlots
+                0x000000000002ba7a        0x2 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacClassB.c.obj)
+                0x000000000002ba7a                LoRaMacClassBStopRxSlots
+ .text.LoRaMacClassBSetFPendingBit
+                0x000000000002ba7c        0x2 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacClassB.c.obj)
+                0x000000000002ba7c                LoRaMacClassBSetFPendingBit
+ .text.LoRaMacClassBProcess
+                0x000000000002ba7e        0x2 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacClassB.c.obj)
+                0x000000000002ba7e                LoRaMacClassBProcess
+ .text.DeriveSessionKey11x
+                0x000000000002ba80       0x6c zephyr/subsys/lorawan/libloramac-node.a(LoRaMacCrypto.c.obj)
+ .text.DeriveSessionKey10x
+                0x000000000002baec       0x4e zephyr/subsys/lorawan/libloramac-node.a(LoRaMacCrypto.c.obj)
+ .text.PayloadEncrypt
+                0x000000000002bb3a       0xaa zephyr/subsys/lorawan/libloramac-node.a(LoRaMacCrypto.c.obj)
+ .text.LoRaMacCryptoDeriveMcKEKey.part.0
+                0x000000000002bbe4       0x22 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacCrypto.c.obj)
+ .text.ComputeCmacB0.constprop.0
+                0x000000000002bc06       0x66 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacCrypto.c.obj)
+ .text.LoRaMacCryptoGetFCntDown
+                0x000000000002bc6c       0x42 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacCrypto.c.obj)
+                0x000000000002bc6c                LoRaMacCryptoGetFCntDown
+ .text.LoRaMacCryptoDeriveMcRootKey
+                0x000000000002bcae       0x36 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacCrypto.c.obj)
+                0x000000000002bcae                LoRaMacCryptoDeriveMcRootKey
+ .text.LoRaMacParserJoinAccept
+                0x000000000002bce4       0x9c zephyr/subsys/lorawan/libloramac-node.a(LoRaMacParser.c.obj)
+                0x000000000002bce4                LoRaMacParserJoinAccept
+ .text.LoRaMacParserData
+                0x000000000002bd80       0xb6 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacParser.c.obj)
+                0x000000000002bd80                LoRaMacParserData
+ .text.LoRaMacSerializerJoinRequest
+                0x000000000002be36       0x68 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacSerializer.c.obj)
+                0x000000000002be36                LoRaMacSerializerJoinRequest
+ .text.LoRaMacSerializerReJoinType1
+                0x000000000002be9e       0x70 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacSerializer.c.obj)
+                0x000000000002be9e                LoRaMacSerializerReJoinType1
+ .text.LoRaMacSerializerReJoinType0or2
+                0x000000000002bf0e       0x70 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacSerializer.c.obj)
+                0x000000000002bf0e                LoRaMacSerializerReJoinType0or2
+ .text.LoRaMacSerializerData
+                0x000000000002bf7e       0xd8 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacSerializer.c.obj)
+                0x000000000002bf7e                LoRaMacSerializerData
+ .text.RegionIsActive
+                0x000000000002c056        0x8 zephyr/subsys/lorawan/libloramac-node.a(Region.c.obj)
+                0x000000000002c056                RegionIsActive
+ .text.RegionGetPhyParam
+                0x000000000002c05e       0x14 zephyr/subsys/lorawan/libloramac-node.a(Region.c.obj)
+                0x000000000002c05e                RegionGetPhyParam
+ .text.RegionSetBandTxDone
+                0x000000000002c072        0xc zephyr/subsys/lorawan/libloramac-node.a(Region.c.obj)
+                0x000000000002c072                RegionSetBandTxDone
+ .text.RegionInitDefaults
+                0x000000000002c07e        0xc zephyr/subsys/lorawan/libloramac-node.a(Region.c.obj)
+                0x000000000002c07e                RegionInitDefaults
+ .text.RegionVerify
+                0x000000000002c08a       0x12 zephyr/subsys/lorawan/libloramac-node.a(Region.c.obj)
+                0x000000000002c08a                RegionVerify
+ .text.RegionApplyCFList
+                0x000000000002c09c        0xc zephyr/subsys/lorawan/libloramac-node.a(Region.c.obj)
+                0x000000000002c09c                RegionApplyCFList
+ .text.RegionChanMaskSet
+                0x000000000002c0a8        0xe zephyr/subsys/lorawan/libloramac-node.a(Region.c.obj)
+                0x000000000002c0a8                RegionChanMaskSet
+ .text.RegionComputeRxWindowParameters
+                0x000000000002c0b6       0x1a zephyr/subsys/lorawan/libloramac-node.a(Region.c.obj)
+                0x000000000002c0b6                RegionComputeRxWindowParameters
+ .text.RegionRxConfig
+                0x000000000002c0d0       0x12 zephyr/subsys/lorawan/libloramac-node.a(Region.c.obj)
+                0x000000000002c0d0                RegionRxConfig
+ .text.RegionTxConfig
+                0x000000000002c0e2       0x1a zephyr/subsys/lorawan/libloramac-node.a(Region.c.obj)
+                0x000000000002c0e2                RegionTxConfig
+ .text.RegionLinkAdrReq
+                0x000000000002c0fc       0x20 zephyr/subsys/lorawan/libloramac-node.a(Region.c.obj)
+                0x000000000002c0fc                RegionLinkAdrReq
+ .text.RegionRxParamSetupReq
+                0x000000000002c11c        0xe zephyr/subsys/lorawan/libloramac-node.a(Region.c.obj)
+                0x000000000002c11c                RegionRxParamSetupReq
+ .text.RegionNewChannelReq
+                0x000000000002c12a        0xe zephyr/subsys/lorawan/libloramac-node.a(Region.c.obj)
+                0x000000000002c12a                RegionNewChannelReq
+ .text.RegionTxParamSetupReq
+                0x000000000002c138        0xe zephyr/subsys/lorawan/libloramac-node.a(Region.c.obj)
+                0x000000000002c138                RegionTxParamSetupReq
+ .text.RegionDlChannelReq
+                0x000000000002c146        0xe zephyr/subsys/lorawan/libloramac-node.a(Region.c.obj)
+                0x000000000002c146                RegionDlChannelReq
+ .text.RegionAlternateDr
+                0x000000000002c154       0x12 zephyr/subsys/lorawan/libloramac-node.a(Region.c.obj)
+                0x000000000002c154                RegionAlternateDr
+ .text.RegionNextChannel
+                0x000000000002c166       0x1c zephyr/subsys/lorawan/libloramac-node.a(Region.c.obj)
+                0x000000000002c166                RegionNextChannel
+ .text.RegionApplyDrOffset
+                0x000000000002c182       0x1a zephyr/subsys/lorawan/libloramac-node.a(Region.c.obj)
+                0x000000000002c182                RegionApplyDrOffset
+ .text.RegionCommonChanVerifyDr
+                0x000000000002c19c       0x5a zephyr/subsys/lorawan/libloramac-node.a(RegionCommon.c.obj)
+                0x000000000002c19c                RegionCommonChanVerifyDr
+ .text.RegionCommonValueInRange
+                0x000000000002c1f6       0x12 zephyr/subsys/lorawan/libloramac-node.a(RegionCommon.c.obj)
+                0x000000000002c1f6                RegionCommonValueInRange
+ .text.RegionCommonChanDisable
+                0x000000000002c208       0x32 zephyr/subsys/lorawan/libloramac-node.a(RegionCommon.c.obj)
+                0x000000000002c208                RegionCommonChanDisable
+ .text.RegionCommonCountChannels
+                0x000000000002c23a       0x3c zephyr/subsys/lorawan/libloramac-node.a(RegionCommon.c.obj)
+                0x000000000002c23a                RegionCommonCountChannels
+ .text.RegionCommonChanMaskCopy
+                0x000000000002c276       0x1e zephyr/subsys/lorawan/libloramac-node.a(RegionCommon.c.obj)
+                0x000000000002c276                RegionCommonChanMaskCopy
+ .text.RegionCommonSetBandTxDone
+                0x000000000002c294       0x28 zephyr/subsys/lorawan/libloramac-node.a(RegionCommon.c.obj)
+                0x000000000002c294                RegionCommonSetBandTxDone
+ .text.RegionCommonParseLinkAdrReq
+                0x000000000002c2bc       0x34 zephyr/subsys/lorawan/libloramac-node.a(RegionCommon.c.obj)
+                0x000000000002c2bc                RegionCommonParseLinkAdrReq
+ .text.RegionCommonLinkAdrReqVerifyParams
+                0x000000000002c2f0       0x96 zephyr/subsys/lorawan/libloramac-node.a(RegionCommon.c.obj)
+                0x000000000002c2f0                RegionCommonLinkAdrReqVerifyParams
+ .text.RegionCommonComputeSymbolTimeFsk
+                0x000000000002c386        0xa zephyr/subsys/lorawan/libloramac-node.a(RegionCommon.c.obj)
+                0x000000000002c386                RegionCommonComputeSymbolTimeFsk
+ .text.RegionCommonComputeRxWindowParameters
+                0x000000000002c390       0x50 zephyr/subsys/lorawan/libloramac-node.a(RegionCommon.c.obj)
+                0x000000000002c390                RegionCommonComputeRxWindowParameters
+ .text.RegionCommonComputeTxPower
+                0x000000000002c3e0       0x26 zephyr/subsys/lorawan/libloramac-node.a(RegionCommon.c.obj)
+                0x000000000002c3e0                RegionCommonComputeTxPower
+ .text.RegionCommonCountNbOfEnabledChannels
+                0x000000000002c406       0xb4 zephyr/subsys/lorawan/libloramac-node.a(RegionCommon.c.obj)
+                0x000000000002c406                RegionCommonCountNbOfEnabledChannels
+ .text.RegionCommonIdentifyChannels
+                0x000000000002c4ba       0x88 zephyr/subsys/lorawan/libloramac-node.a(RegionCommon.c.obj)
+                0x000000000002c4ba                RegionCommonIdentifyChannels
+ .text.RegionCommonGetNextLowerTxDr
+                0x000000000002c542       0x36 zephyr/subsys/lorawan/libloramac-node.a(RegionCommon.c.obj)
+                0x000000000002c542                RegionCommonGetNextLowerTxDr
+ .text.RegionCommonLimitTxPower
+                0x000000000002c578        0x8 zephyr/subsys/lorawan/libloramac-node.a(RegionCommon.c.obj)
+                0x000000000002c578                RegionCommonLimitTxPower
+ .text.RegionEU868Verify
+                0x000000000002c580       0x4a zephyr/subsys/lorawan/libloramac-node.a(RegionEU868.c.obj)
+                0x000000000002c580                RegionEU868Verify
+ .text.RegionEU868RxParamSetupReq
+                0x000000000002c5ca       0x3c zephyr/subsys/lorawan/libloramac-node.a(RegionEU868.c.obj)
+                0x000000000002c5ca                RegionEU868RxParamSetupReq
+ .text.RegionEU868TxParamSetupReq
+                0x000000000002c606        0x6 zephyr/subsys/lorawan/libloramac-node.a(RegionEU868.c.obj)
+                0x000000000002c606                RegionEU868TxParamSetupReq
+ .text.RegionEU868AlternateDr
+                0x000000000002c60c        0x2 zephyr/subsys/lorawan/libloramac-node.a(RegionEU868.c.obj)
+                0x000000000002c60c                RegionEU868AlternateDr
+ .text.RegionEU868ApplyCFList
+                0x000000000002c60e       0x8c zephyr/subsys/lorawan/libloramac-node.a(RegionEU868.c.obj)
+                0x000000000002c60e                RegionEU868ApplyCFList
+ .text.RegionEU868NewChannelReq
+                0x000000000002c69a       0x42 zephyr/subsys/lorawan/libloramac-node.a(RegionEU868.c.obj)
+                0x000000000002c69a                RegionEU868NewChannelReq
+ .text.RegionEU868ApplyDrOffset
+                0x000000000002c6dc        0xc zephyr/subsys/lorawan/libloramac-node.a(RegionEU868.c.obj)
+                0x000000000002c6dc                RegionEU868ApplyDrOffset
+ .text.bt_uuid_cmp
+                0x000000000002c6e8       0x5c zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(uuid.c.obj)
+                0x000000000002c6e8                bt_uuid_cmp
+ .text.bt_uuid_create
+                0x000000000002c744       0x40 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(uuid.c.obj)
+                0x000000000002c744                bt_uuid_create
+ .text.bt_addr_le_create_static
+                0x000000000002c784       0x1c zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(addr.c.obj)
+                0x000000000002c784                bt_addr_le_create_static
+ .text.bt_addr_le_copy_resolved
+                0x000000000002c7a0       0x16 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(addr.c.obj)
+                0x000000000002c7a0                bt_addr_le_copy_resolved
+ .text.bt_addr_le_is_resolved
+                0x000000000002c7b6        0x8 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(addr.c.obj)
+                0x000000000002c7b6                bt_addr_le_is_resolved
+ .text.bt_hci_evt_get_flags
+                0x000000000002c7be       0x24 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+ .text.z_log_msg_simple_create_1
+                0x000000000002c7e2        0x4 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+ .text.z_log_msg_simple_create_0
+                0x000000000002c7e6        0x4 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+ .text.atomic_or
+                0x000000000002c7ea       0x1e zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+ .text.z_log_msg_static_create.constprop.0
+                0x000000000002c808        0x6 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+ .text.handle_event
+                0x000000000002c80e       0x1c zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+ .text.atomic_and.isra.0
+                0x000000000002c82a       0x18 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+ .text.bt_hci_disconnect
+                0x000000000002c842       0x36 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+                0x000000000002c842                bt_hci_disconnect
+ .text.bt_le_set_data_len
+                0x000000000002c878       0x3c zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+                0x000000000002c878                bt_le_set_data_len
+ .text.bt_le_set_phy
+                0x000000000002c8b4       0x50 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+                0x000000000002c8b4                bt_le_set_phy
+ .text.le_enh_conn_complete
+                0x000000000002c904        0x6 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+ .text.bt_le_conn_params_valid
+                0x000000000002c90a       0x42 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+                0x000000000002c90a                bt_le_conn_params_valid
+ .text.le_conn_param_neg_reply
+                0x000000000002c94c       0x36 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+ .text.bt_get_appearance
+                0x000000000002c982        0x4 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+                0x000000000002c982                bt_get_appearance
+ .text.bt_addr_le_is_bonded
+                0x000000000002c986        0x4 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+                0x000000000002c986                bt_addr_le_is_bonded
+ .text.bt_addr_le_eq
+                0x000000000002c98a       0x10 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(id.c.obj)
+ .text.z_log_msg_simple_create_0
+                0x000000000002c99a        0x4 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(id.c.obj)
+ .text.bt_lookup_id_addr
+                0x000000000002c99e        0xa zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(id.c.obj)
+                0x000000000002c99e                bt_lookup_id_addr
+ .text.bt_id_set_adv_random_addr
+                0x000000000002c9a8       0x10 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(id.c.obj)
+                0x000000000002c9a8                bt_id_set_adv_random_addr
+ .text.bt_id_set_adv_private_addr
+                0x000000000002c9b8       0x2e zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(id.c.obj)
+                0x000000000002c9b8                bt_id_set_adv_private_addr
+ .text.atomic_get
+                0x000000000002c9e6        0xc zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(adv.c.obj)
+ .text.atomic_and
+                0x000000000002c9f2       0x1e zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(adv.c.obj)
+ .text.bt_le_adv_set_enable_legacy
+                0x000000000002ca10       0x4a zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(adv.c.obj)
+                0x000000000002ca10                bt_le_adv_set_enable_legacy
+ .text.bt_le_lim_adv_cancel_timeout
+                0x000000000002ca5a        0x6 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(adv.c.obj)
+                0x000000000002ca5a                bt_le_lim_adv_cancel_timeout
+ .text.tx_complete_work
+                0x000000000002ca60        0x6 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(conn.c.obj)
+ .text.bt_conn_reset_rx_state
+                0x000000000002ca66       0x12 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(conn.c.obj)
+                0x000000000002ca66                bt_conn_reset_rx_state
+ .text.bt_conn_ref
+                0x000000000002ca78       0x38 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(conn.c.obj)
+                0x000000000002ca78                bt_conn_ref
+ .text.conn_lookup_handle
+                0x000000000002cab0       0x44 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(conn.c.obj)
+                0x000000000002cab0                conn_lookup_handle
+ .text.bt_conn_connected
+                0x000000000002caf4       0x12 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(conn.c.obj)
+                0x000000000002caf4                bt_conn_connected
+ .text.bt_conn_is_peer_addr_le
+                0x000000000002cb06       0x40 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(conn.c.obj)
+                0x000000000002cb06                bt_conn_is_peer_addr_le
+ .text.bt_conn_get_dst
+                0x000000000002cb46        0x4 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(conn.c.obj)
+                0x000000000002cb46                bt_conn_get_dst
+ .text.bt_conn_le_conn_update
+                0x000000000002cb4a       0x50 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(conn.c.obj)
+                0x000000000002cb4a                bt_conn_le_conn_update
+ .text.l2cap_connected
+                0x000000000002cb9a        0x2 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(l2cap.c.obj)
+ .text.l2cap_create_le_sig_pdu
+                0x000000000002cb9c       0x36 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(l2cap.c.obj)
+ .text.l2cap_disconnected
+                0x000000000002cbd2        0x2 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(l2cap.c.obj)
+ .text.bt_l2cap_chan_del
+                0x000000000002cbd4       0x2a zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(l2cap.c.obj)
+                0x000000000002cbd4                bt_l2cap_chan_del
+ .text.bt_l2cap_disconnected
+                0x000000000002cbfe       0x30 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(l2cap.c.obj)
+                0x000000000002cbfe                bt_l2cap_disconnected
+ .text.bt_l2cap_create_pdu_timeout
+                0x000000000002cc2e        0x6 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(l2cap.c.obj)
+                0x000000000002cc2e                bt_l2cap_create_pdu_timeout
+ .text.bt_l2cap_send_cb
+                0x000000000002cc34       0x32 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(l2cap.c.obj)
+                0x000000000002cc34                bt_l2cap_send_cb
+ .text.l2cap_send_sig
+                0x000000000002cc66       0x20 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(l2cap.c.obj)
+ .text.bt_l2cap_le_lookup_rx_cid
+                0x000000000002cc86       0x14 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(l2cap.c.obj)
+                0x000000000002cc86                bt_l2cap_le_lookup_rx_cid
+ .text.bt_l2cap_init
+                0x000000000002cc9a        0x2 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(l2cap.c.obj)
+                0x000000000002cc9a                bt_l2cap_init
+ .text.sys_slist_get
+                0x000000000002cc9c       0x14 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(att.c.obj)
+ .text.net_buf_frags_len
+                0x000000000002ccb0       0x10 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(att.c.obj)
+ .text.attr_read_type_cb
+                0x000000000002ccc0       0x20 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(att.c.obj)
+ .text.att_prepare_write_req
+                0x000000000002cce0        0x4 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(att.c.obj)
+ .text.z_log_msg_simple_create_0
+                0x000000000002cce4        0x4 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(att.c.obj)
+ .text.write_cb
+                0x000000000002cce8       0x62 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(att.c.obj)
+ .text.bt_gatt_foreach_attr
+                0x000000000002cd4a       0x16 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(att.c.obj)
+ .text.find_info_cb
+                0x000000000002cd60       0xb8 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(att.c.obj)
+ .text.att_chan_mtu_updated
+                0x000000000002ce18       0x66 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(att.c.obj)
+ .text.attr_read_group_cb
+                0x000000000002ce7e       0x20 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(att.c.obj)
+ .text.att_chan_read
+                0x000000000002ce9e      0x14e zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(att.c.obj)
+ .text.sys_slist_find_and_remove.isra.0
+                0x000000000002cfec       0x32 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(att.c.obj)
+ .text.att_exec_write_req
+                0x000000000002d01e        0x4 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(att.c.obj)
+ .text.atomic_test_and_set_bit.constprop.0
+                0x000000000002d022       0x1e zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(att.c.obj)
+ .text.read_cb  0x000000000002d040       0x46 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(att.c.obj)
+ .text.read_vl_cb
+                0x000000000002d086       0x72 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(att.c.obj)
+ .text.chan_req_send
+                0x000000000002d0f8       0x5e zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(att.c.obj)
+ .text.bt_att_status
+                0x000000000002d156       0x44 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(att.c.obj)
+ .text.att_req_send_process
+                0x000000000002d19a       0x5e zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(att.c.obj)
+ .text.process_queue
+                0x000000000002d1f8       0x32 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(att.c.obj)
+ .text.bt_att_sent
+                0x000000000002d22a       0x6c zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(att.c.obj)
+ .text.bt_att_chan_send_rsp
+                0x000000000002d296       0x1c zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(att.c.obj)
+ .text.send_err_rsp.part.0
+                0x000000000002d2b2       0x3a zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(att.c.obj)
+ .text.att_write_req
+                0x000000000002d2ec       0x26 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(att.c.obj)
+ .text.att_write_cmd
+                0x000000000002d312       0x26 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(att.c.obj)
+ .text.att_read_blob_req
+                0x000000000002d338       0x18 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(att.c.obj)
+ .text.att_read_req
+                0x000000000002d350       0x18 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(att.c.obj)
+ .text.att_mtu_req
+                0x000000000002d368       0x50 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(att.c.obj)
+ .text.bt_att_init
+                0x000000000002d3b8        0x4 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(att.c.obj)
+                0x000000000002d3b8                bt_att_init
+ .text.att_confirm
+                0x000000000002d3bc        0xa zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(att.c.obj)
+ .text.bt_att_send
+                0x000000000002d3c6       0x5a zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(att.c.obj)
+                0x000000000002d3c6                bt_att_send
+ .text.bt_att_req_send
+                0x000000000002d420       0x3a zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(att.c.obj)
+                0x000000000002d420                bt_att_req_send
+ .text.bt_att_fixed_chan_only
+                0x000000000002d45a        0x4 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(att.c.obj)
+                0x000000000002d45a                bt_att_fixed_chan_only
+ .text.bt_att_clear_out_of_sync_sent
+                0x000000000002d45e       0x32 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(att.c.obj)
+                0x000000000002d45e                bt_att_clear_out_of_sync_sent
+ .text.bt_att_out_of_sync_sent_on_fixed
+                0x000000000002d490       0x1a zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(att.c.obj)
+                0x000000000002d490                bt_att_out_of_sync_sent_on_fixed
+ .text.find_next
+                0x000000000002d4aa        0x6 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(gatt.c.obj)
+ .text.gatt_ccc_changed
+                0x000000000002d4b0       0x14 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(gatt.c.obj)
+ .text.gatt_indicate_rsp
+                0x000000000002d4c4       0x2e zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(gatt.c.obj)
+ .text.match_uuid
+                0x000000000002d4f2        0x8 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(gatt.c.obj)
+ .text.ccc_set_cb
+                0x000000000002d4fa        0x4 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(gatt.c.obj)
+ .text.gen_hash_m
+                0x000000000002d4fe       0xa6 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(gatt.c.obj)
+ .text.z_log_msg_simple_create_0
+                0x000000000002d5a4        0x4 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(gatt.c.obj)
+ .text.bt_addr_le_eq
+                0x000000000002d5a8       0x10 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(gatt.c.obj)
+ .text.atomic_or
+                0x000000000002d5b8       0x1e zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(gatt.c.obj)
+ .text.bt_addr_le_copy
+                0x000000000002d5d6        0xe zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(gatt.c.obj)
+ .text.sc_clear
+                0x000000000002d5e4       0x38 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(gatt.c.obj)
+ .text.sc_ccc_cfg_write
+                0x000000000002d61c       0x1e zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(gatt.c.obj)
+ .text.read_appearance
+                0x000000000002d63a       0x3a zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(gatt.c.obj)
+ .text.read_name
+                0x000000000002d674       0x3c zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(gatt.c.obj)
+ .text.cf_read  0x000000000002d6b0       0x42 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(gatt.c.obj)
+ .text.bt_gatt_attr_read_service
+                0x000000000002d6f2       0x52 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(gatt.c.obj)
+                0x000000000002d6f2                bt_gatt_attr_read_service
+ .text.bt_gatt_attr_read_ccc
+                0x000000000002d744       0x40 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(gatt.c.obj)
+                0x000000000002d744                bt_gatt_attr_read_ccc
+ .text.set_change_aware_no_store.constprop.0.isra.0
+                0x000000000002d784        0x8 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(gatt.c.obj)
+ .text.sc_restore_rsp
+                0x000000000002d78c       0x30 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(gatt.c.obj)
+ .text.bt_gatt_attr_value_handle
+                0x000000000002d7bc       0x3a zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(gatt.c.obj)
+                0x000000000002d7bc                bt_gatt_attr_value_handle
+ .text.bt_gatt_attr_read_chrc
+                0x000000000002d7f6       0x6a zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(gatt.c.obj)
+                0x000000000002d7f6                bt_gatt_attr_read_chrc
+ .text.bt_gatt_foreach_attr
+                0x000000000002d860       0x16 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(gatt.c.obj)
+ .text.bt_gatt_check_perm
+                0x000000000002d876       0x38 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(gatt.c.obj)
+                0x000000000002d876                bt_gatt_check_perm
+ .text.bt_gatt_is_subscribed
+                0x000000000002d8ae      0x108 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(gatt.c.obj)
+                0x000000000002d8ae                bt_gatt_is_subscribed
+ .text.bt_gatt_change_aware
+                0x000000000002d9b6       0x8a zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(gatt.c.obj)
+                0x000000000002d9b6                bt_gatt_change_aware
+ .text.bt_gatt_req_set_mtu
+                0x000000000002da40        0x2 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(gatt.c.obj)
+                0x000000000002da40                bt_gatt_req_set_mtu
+ .text.bt_smp_recv
+                0x000000000002da42       0x4c zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(smp_null.c.obj)
+ .text.bt_smp_sign
+                0x000000000002da8e        0x6 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(smp_null.c.obj)
+                0x000000000002da8e                bt_smp_sign
+ .text.bt_smp_init
+                0x000000000002da94        0x4 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(smp_null.c.obj)
+                0x000000000002da94                bt_smp_init
+ .text.fixed_data_unref
+                0x000000000002da98        0x2 zephyr/subsys/net/libsubsys__net.a(buf.c.obj)
+ .text.net_buf_reset
+                0x000000000002da9a        0xa zephyr/subsys/net/libsubsys__net.a(buf.c.obj)
+                0x000000000002da9a                net_buf_reset
+ .text.net_buf_alloc_fixed
+                0x000000000002daa4        0x8 zephyr/subsys/net/libsubsys__net.a(buf.c.obj)
+                0x000000000002daa4                net_buf_alloc_fixed
+ .text.net_buf_get
+                0x000000000002daac        0x4 zephyr/subsys/net/libsubsys__net.a(buf.c.obj)
+                0x000000000002daac                net_buf_get
+ .text.net_buf_slist_put
+                0x000000000002dab0       0x2a zephyr/subsys/net/libsubsys__net.a(buf.c.obj)
+                0x000000000002dab0                net_buf_slist_put
+ .text.net_buf_slist_get
+                0x000000000002dada       0x2c zephyr/subsys/net/libsubsys__net.a(buf.c.obj)
+                0x000000000002dada                net_buf_slist_get
+ .text.net_buf_put
+                0x000000000002db06        0x4 zephyr/subsys/net/libsubsys__net.a(buf.c.obj)
+                0x000000000002db06                net_buf_put
+ .text.net_buf_ref
+                0x000000000002db0a        0x8 zephyr/subsys/net/libsubsys__net.a(buf.c.obj)
+                0x000000000002db0a                net_buf_ref
+ .text.net_buf_frag_last
+                0x000000000002db12        0xc zephyr/subsys/net/libsubsys__net.a(buf.c.obj)
+                0x000000000002db12                net_buf_frag_last
+ .text.net_buf_frag_insert
+                0x000000000002db1e       0x16 zephyr/subsys/net/libsubsys__net.a(buf.c.obj)
+                0x000000000002db1e                net_buf_frag_insert
+ .text.net_buf_frag_add
+                0x000000000002db34       0x22 zephyr/subsys/net/libsubsys__net.a(buf.c.obj)
+                0x000000000002db34                net_buf_frag_add
+ .text.net_buf_simple_reserve
+                0x000000000002db56        0x8 zephyr/subsys/net/libsubsys__net.a(buf_simple.c.obj)
+                0x000000000002db56                net_buf_simple_reserve
+ .text.net_buf_simple_add
+                0x000000000002db5e        0xc zephyr/subsys/net/libsubsys__net.a(buf_simple.c.obj)
+                0x000000000002db5e                net_buf_simple_add
+ .text.net_buf_simple_add_mem
+                0x000000000002db6a       0x12 zephyr/subsys/net/libsubsys__net.a(buf_simple.c.obj)
+                0x000000000002db6a                net_buf_simple_add_mem
+ .text.net_buf_simple_add_u8
+                0x000000000002db7c       0x10 zephyr/subsys/net/libsubsys__net.a(buf_simple.c.obj)
+                0x000000000002db7c                net_buf_simple_add_u8
+ .text.net_buf_simple_push
+                0x000000000002db8c       0x10 zephyr/subsys/net/libsubsys__net.a(buf_simple.c.obj)
+                0x000000000002db8c                net_buf_simple_push
+ .text.net_buf_simple_pull
+                0x000000000002db9c       0x10 zephyr/subsys/net/libsubsys__net.a(buf_simple.c.obj)
+                0x000000000002db9c                net_buf_simple_pull
+ .text.net_buf_simple_pull_mem
+                0x000000000002dbac       0x10 zephyr/subsys/net/libsubsys__net.a(buf_simple.c.obj)
+                0x000000000002dbac                net_buf_simple_pull_mem
+ .text.net_buf_simple_pull_le16
+                0x000000000002dbbc       0x10 zephyr/subsys/net/libsubsys__net.a(buf_simple.c.obj)
+                0x000000000002dbbc                net_buf_simple_pull_le16
+ .text.net_buf_simple_headroom
+                0x000000000002dbcc        0x8 zephyr/subsys/net/libsubsys__net.a(buf_simple.c.obj)
+                0x000000000002dbcc                net_buf_simple_headroom
+ .text.net_buf_simple_tailroom
+                0x000000000002dbd4       0x10 zephyr/subsys/net/libsubsys__net.a(buf_simple.c.obj)
+                0x000000000002dbd4                net_buf_simple_tailroom
+ .text.adc_context_on_timer_expired
+                0x000000000002dbe4       0x2e zephyr/drivers/adc/libdrivers__adc.a(adc_nrfx_saadc.c.obj)
+ .text.get_status
+                0x000000000002dc12       0x12 zephyr/drivers/clock_control/libdrivers__clock_control.a(clock_control_nrf.c.obj)
+ .text.stop     0x000000000002dc24       0x50 zephyr/drivers/clock_control/libdrivers__clock_control.a(clock_control_nrf.c.obj)
+ .text.api_stop
+                0x000000000002dc74        0x6 zephyr/drivers/clock_control/libdrivers__clock_control.a(clock_control_nrf.c.obj)
+ .text.async_start
+                0x000000000002dc7a       0x5a zephyr/drivers/clock_control/libdrivers__clock_control.a(clock_control_nrf.c.obj)
+ .text.api_start
+                0x000000000002dcd4        0xe zephyr/drivers/clock_control/libdrivers__clock_control.a(clock_control_nrf.c.obj)
+ .text.onoff_started_callback
+                0x000000000002dce2       0x12 zephyr/drivers/clock_control/libdrivers__clock_control.a(clock_control_nrf.c.obj)
+ .text.lfclk_start
+                0x000000000002dcf4        0x6 zephyr/drivers/clock_control/libdrivers__clock_control.a(clock_control_nrf.c.obj)
+ .text.lfclk_stop
+                0x000000000002dcfa        0x6 zephyr/drivers/clock_control/libdrivers__clock_control.a(clock_control_nrf.c.obj)
+ .text.blocking_start_callback
+                0x000000000002dd00        0x6 zephyr/drivers/clock_control/libdrivers__clock_control.a(clock_control_nrf.c.obj)
+ .text.entropy_bt_init
+                0x000000000002dd06        0x4 zephyr/drivers/entropy/libdrivers__entropy.a(entropy_bt_hci.c.obj)
+ .text.entropy_bt_get_entropy
+                0x000000000002dd0a       0x1e zephyr/drivers/entropy/libdrivers__entropy.a(entropy_bt_hci.c.obj)
+ .text.erase_op
+                0x000000000002dd28       0x48 zephyr/drivers/flash/libdrivers__flash.a(soc_flash_nrf.c.obj)
+ .text.is_regular_addr_valid
+                0x000000000002dd70       0x22 zephyr/drivers/flash/libdrivers__flash.a(soc_flash_nrf.c.obj)
+ .text.flash_nrf_read
+                0x000000000002dd92       0x2e zephyr/drivers/flash/libdrivers__flash.a(soc_flash_nrf.c.obj)
+ .text.flash_get_page_info
+                0x000000000002ddc0       0x62 zephyr/drivers/flash/libdrivers__flash.a(flash_page_layout.c.obj)
+ .text.z_impl_flash_get_page_info_by_offs
+                0x000000000002de22        0x8 zephyr/drivers/flash/libdrivers__flash.a(flash_page_layout.c.obj)
+                0x000000000002de22                z_impl_flash_get_page_info_by_offs
+ .text.flash_page_foreach
+                0x000000000002de2a       0x58 zephyr/drivers/flash/libdrivers__flash.a(flash_page_layout.c.obj)
+                0x000000000002de2a                flash_page_foreach
+ .text.gpio_nrfx_port_get_raw
+                0x000000000002de82        0xe zephyr/drivers/gpio/libdrivers__gpio.a(gpio_nrfx.c.obj)
+ .text.gpio_nrfx_port_set_masked_raw
+                0x000000000002de90       0x18 zephyr/drivers/gpio/libdrivers__gpio.a(gpio_nrfx.c.obj)
+ .text.gpio_nrfx_port_set_bits_raw
+                0x000000000002dea8        0xc zephyr/drivers/gpio/libdrivers__gpio.a(gpio_nrfx.c.obj)
+ .text.gpio_nrfx_port_clear_bits_raw
+                0x000000000002deb4        0xc zephyr/drivers/gpio/libdrivers__gpio.a(gpio_nrfx.c.obj)
+ .text.gpio_nrfx_port_toggle_bits
+                0x000000000002dec0       0x1a zephyr/drivers/gpio/libdrivers__gpio.a(gpio_nrfx.c.obj)
+ .text.gpio_nrfx_manage_callback
+                0x000000000002deda       0x52 zephyr/drivers/gpio/libdrivers__gpio.a(gpio_nrfx.c.obj)
+ .text.irq_connect0
+                0x000000000002df2c        0xa zephyr/drivers/i2c/libdrivers__i2c.a(i2c_nrfx_twim.c.obj)
+ .text.pinctrl_apply_state.constprop.0
+                0x000000000002df36       0x20 zephyr/drivers/i2c/libdrivers__i2c.a(i2c_nrfx_twim.c.obj)
+ .text.pinctrl_lookup_state
+                0x000000000002df56       0x26 zephyr/drivers/pinctrl/libdrivers__pinctrl.a(common.c.obj)
+                0x000000000002df56                pinctrl_lookup_state
+ .text.bme280_reg_write.isra.0
+                0x000000000002df7c        0x6 zephyr/drivers/sensor/bosch/bme280/libdrivers__sensor__bosch__bme280.a(bme280.c.obj)
+ .text.bme280_reg_read.isra.0
+                0x000000000002df82        0xc zephyr/drivers/sensor/bosch/bme280/libdrivers__sensor__bosch__bme280.a(bme280.c.obj)
+ .text.bme280_wait_until_ready
+                0x000000000002df8e       0x32 zephyr/drivers/sensor/bosch/bme280/libdrivers__sensor__bosch__bme280.a(bme280.c.obj)
+ .text.bme280_sample_fetch
+                0x000000000002dfc0      0x236 zephyr/drivers/sensor/bosch/bme280/libdrivers__sensor__bosch__bme280.a(bme280.c.obj)
+ .text.bme280_reg_write_spi
+                0x000000000002e1f6       0x34 zephyr/drivers/sensor/bosch/bme280/libdrivers__sensor__bosch__bme280.a(bme280_spi.c.obj)
+ .text.bme280_bus_check_spi
+                0x000000000002e22a       0x22 zephyr/drivers/sensor/bosch/bme280/libdrivers__sensor__bosch__bme280.a(bme280_spi.c.obj)
+ .text.bme280_reg_read_spi
+                0x000000000002e24c       0x66 zephyr/drivers/sensor/bosch/bme280/libdrivers__sensor__bosch__bme280.a(bme280_spi.c.obj)
+ .text.stmemsc_i2c_read
+                0x000000000002e2b2       0x38 zephyr/drivers/sensor/st/stmemsc/libdrivers__sensor__st__stmemsc.a(stmemsc_i2c.c.obj)
+                0x000000000002e2b2                stmemsc_i2c_read
+ .text.stmemsc_i2c_write
+                0x000000000002e2ea       0x36 zephyr/drivers/sensor/st/stmemsc/libdrivers__sensor__st__stmemsc.a(stmemsc_i2c.c.obj)
+                0x000000000002e2ea                stmemsc_i2c_write
+ .text.stmemsc_mdelay
+                0x000000000002e320       0x26 zephyr/drivers/sensor/st/stmemsc/libdrivers__sensor__st__stmemsc.a(stmemsc_mdelay.c.obj)
+                0x000000000002e320                stmemsc_mdelay
+ .text.i2c_transfer
+                0x000000000002e346        0xc zephyr/drivers/sensor/st/lis2dh/libdrivers__sensor__st__lis2dh.a(lis2dh_i2c.c.obj)
+ .text.lis2dh_i2c_write_data
+                0x000000000002e352       0x38 zephyr/drivers/sensor/st/lis2dh/libdrivers__sensor__st__lis2dh.a(lis2dh_i2c.c.obj)
+ .text.lis2dh_i2c_read_data
+                0x000000000002e38a       0x3a zephyr/drivers/sensor/st/lis2dh/libdrivers__sensor__st__lis2dh.a(lis2dh_i2c.c.obj)
+ .text.lis2dh_i2c_write_reg
+                0x000000000002e3c4       0x2a zephyr/drivers/sensor/st/lis2dh/libdrivers__sensor__st__lis2dh.a(lis2dh_i2c.c.obj)
+ .text.lis2dh_i2c_read_reg
+                0x000000000002e3ee       0x34 zephyr/drivers/sensor/st/lis2dh/libdrivers__sensor__st__lis2dh.a(lis2dh_i2c.c.obj)
+ .text.lis2dh_i2c_update_reg
+                0x000000000002e422       0x7a zephyr/drivers/sensor/st/lis2dh/libdrivers__sensor__st__lis2dh.a(lis2dh_i2c.c.obj)
+ .text.z_log_msg_simple_create_0.constprop.0
+                0x000000000002e49c        0x8 zephyr/drivers/sensor/st/lis2mdl/libdrivers__sensor__st__lis2mdl.a(lis2mdl.c.obj)
+ .text.lis2mdl_sample_fetch_temp.isra.0
+                0x000000000002e4a4       0x22 zephyr/drivers/sensor/st/lis2mdl/libdrivers__sensor__st__lis2mdl.a(lis2mdl.c.obj)
+ .text.lis2mdl_sample_fetch
+                0x000000000002e4c6       0x2e zephyr/drivers/sensor/st/lis2mdl/libdrivers__sensor__st__lis2mdl.a(lis2mdl.c.obj)
+ .text.gpio_pin_interrupt_configure_dt
+                0x000000000002e4f4       0x3a zephyr/drivers/sensor/st/lis2mdl/libdrivers__sensor__st__lis2mdl.a(lis2mdl_trigger.c.obj)
+ .text.lis2mdl_gpio_callback
+                0x000000000002e52e       0x20 zephyr/drivers/sensor/st/lis2mdl/libdrivers__sensor__st__lis2mdl.a(lis2mdl_trigger.c.obj)
+ .text.lis2mdl_work_cb
+                0x000000000002e54e       0x2e zephyr/drivers/sensor/st/lis2mdl/libdrivers__sensor__st__lis2mdl.a(lis2mdl_trigger.c.obj)
+ .text.z_log_msg_simple_create_0
+                0x000000000002e57c        0x4 zephyr/drivers/spi/libdrivers__spi.a(spi_nrfx_spim.c.obj)
+ .text.irq_connect1
+                0x000000000002e580        0xa zephyr/drivers/spi/libdrivers__spi.a(spi_nrfx_spim.c.obj)
+ .text.spi_context_get_next_buf.constprop.0
+                0x000000000002e58a       0x26 zephyr/drivers/spi/libdrivers__spi.a(spi_nrfx_spim.c.obj)
+ .text.gpio_pin_set_dt.isra.0
+                0x000000000002e5b0       0x28 zephyr/drivers/spi/libdrivers__spi.a(spi_nrfx_spim.c.obj)
+ .text._spi_context_cs_control
+                0x000000000002e5d8       0x40 zephyr/drivers/spi/libdrivers__spi.a(spi_nrfx_spim.c.obj)
+ .text.spi_context_unlock_unconditionally
+                0x000000000002e618       0x20 zephyr/drivers/spi/libdrivers__spi.a(spi_nrfx_spim.c.obj)
+ .text.spi_nrfx_release
+                0x000000000002e638       0x24 zephyr/drivers/spi/libdrivers__spi.a(spi_nrfx_spim.c.obj)
+ .text.finish_transaction
+                0x000000000002e65c       0x22 zephyr/drivers/spi/libdrivers__spi.a(spi_nrfx_spim.c.obj)
+ .text.spi_nrfx_wake_request
+                0x000000000002e67e       0x50 zephyr/drivers/spi/libdrivers__spi.a(spi_nrfx_common.c.obj)
+                0x000000000002e67e                spi_nrfx_wake_request
+ .text.event_clear
+                0x000000000002e6ce       0x18 zephyr/drivers/timer/libdrivers__timer.a(nrf_rtc_timer.c.obj)
+ .text.sys_clock_cycle_get_32
+                0x000000000002e6e6        0x8 zephyr/drivers/timer/libdrivers__timer.a(nrf_rtc_timer.c.obj)
+                0x000000000002e6e6                sys_clock_cycle_get_32
+ .text.hci_driver_close
+                0x000000000002e6ee       0x24 modules/nrf/subsys/bluetooth/controller/lib..__nrf__subsys__bluetooth__controller.a(hci_driver.c.obj)
+ .text.hci_driver_send
+                0x000000000002e712       0x6c modules/nrf/subsys/bluetooth/controller/lib..__nrf__subsys__bluetooth__controller.a(hci_driver.c.obj)
+ .text.receive_work_handler
+                0x000000000002e77e        0x4 modules/nrf/subsys/bluetooth/controller/lib..__nrf__subsys__bluetooth__controller.a(hci_driver.c.obj)
+ .text.hci_internal_supported_commands
+                0x000000000002e782       0x76 modules/nrf/subsys/bluetooth/controller/lib..__nrf__subsys__bluetooth__controller.a(hci_internal.c.obj)
+                0x000000000002e782                hci_internal_supported_commands
+ .text.hci_internal_le_supported_features
+                0x000000000002e7f8       0x20 modules/nrf/subsys/bluetooth/controller/lib..__nrf__subsys__bluetooth__controller.a(hci_internal.c.obj)
+                0x000000000002e7f8                hci_internal_le_supported_features
+ .text.sys_memcpy_swap.constprop.0
+                0x000000000002e818       0x14 modules/nrf/subsys/bluetooth/controller/lib..__nrf__subsys__bluetooth__controller.a(ecdh.c.obj)
+ .text.ecdh_work_handler
+                0x000000000002e82c        0x4 modules/nrf/subsys/bluetooth/controller/lib..__nrf__subsys__bluetooth__controller.a(ecdh.c.obj)
+                0x000000000002e82c                ecdh_work_handler
+ .text.hci_ecdh_uninit
+                0x000000000002e830        0x2 modules/nrf/subsys/bluetooth/controller/lib..__nrf__subsys__bluetooth__controller.a(ecdh.c.obj)
+                0x000000000002e830                hci_ecdh_uninit
+ .text.hci_cmd_le_generate_dhkey
+                0x000000000002e832        0x6 modules/nrf/subsys/bluetooth/controller/lib..__nrf__subsys__bluetooth__controller.a(ecdh.c.obj)
+                0x000000000002e832                hci_cmd_le_generate_dhkey
+ .text.hci_cmd_le_generate_dhkey_v2
+                0x000000000002e838       0x10 modules/nrf/subsys/bluetooth/controller/lib..__nrf__subsys__bluetooth__controller.a(ecdh.c.obj)
+                0x000000000002e838                hci_cmd_le_generate_dhkey_v2
+ .text.mpsl_timer0_isr_wrapper
+                0x000000000002e848       0x1a modules/nrf/subsys/mpsl/init/lib..__nrf__subsys__mpsl__init.a(mpsl_init.c.obj)
+                0x000000000002e848                mpsl_timer0_isr_wrapper
+ .text.mpsl_low_prio_work_handler
+                0x000000000002e862       0x1a modules/nrf/subsys/mpsl/init/lib..__nrf__subsys__mpsl__init.a(mpsl_init.c.obj)
+ .text.mpsl_rtc0_isr_wrapper
+                0x000000000002e87c       0x16 modules/nrf/subsys/mpsl/init/lib..__nrf__subsys__mpsl__init.a(mpsl_init.c.obj)
+                0x000000000002e87c                mpsl_rtc0_isr_wrapper
+ .text.mpsl_radio_isr_wrapper
+                0x000000000002e892       0x1a modules/nrf/subsys/mpsl/init/lib..__nrf__subsys__mpsl__init.a(mpsl_init.c.obj)
+                0x000000000002e892                mpsl_radio_isr_wrapper
+ .text.mpsl_fem_api_init
+                0x000000000002e8ac        0xa modules/nrf/subsys/mpsl/fem/lib..__nrf__subsys__mpsl__fem.a(mpsl_fem_api_init.c.obj)
+ .text.nrfx_clock_stop
+                0x000000000002e8b6        0xa modules/nrf/drivers/mpsl/clock_control/lib..__nrf__drivers__mpsl__clock_control.a(nrfx_clock_mpsl.c.obj)
+                0x000000000002e8b6                nrfx_clock_stop
+ .text.nrfx_clock_enable
+                0x000000000002e8c0        0x2 modules/nrf/drivers/mpsl/clock_control/lib..__nrf__drivers__mpsl__clock_control.a(nrfx_clock_mpsl.c.obj)
+                0x000000000002e8c0                nrfx_clock_enable
+ .text.nrfx_power_clock_irq_handler
+                0x000000000002e8c2        0x4 modules/nrf/drivers/mpsl/clock_control/lib..__nrf__drivers__mpsl__clock_control.a(nrfx_clock_mpsl.c.obj)
+                0x000000000002e8c2                nrfx_power_clock_irq_handler
+ .text.nrf_flash_sync_is_required
+                0x000000000002e8c6       0x18 modules/nrf/drivers/mpsl/flash_sync/lib..__nrf__drivers__mpsl__flash_sync.a(flash_sync_mpsl.c.obj)
+                0x000000000002e8c6                nrf_flash_sync_is_required
+ .text.nrf_flash_sync_get_timestamp_begin
+                0x000000000002e8de        0x2 modules/nrf/drivers/mpsl/flash_sync/lib..__nrf__drivers__mpsl__flash_sync.a(flash_sync_mpsl.c.obj)
+                0x000000000002e8de                nrf_flash_sync_get_timestamp_begin
+ .text.temp_nrf5_mpsl_init
+                0x000000000002e8e0        0x4 modules/nrf/drivers/mpsl/temp_nrf5/lib..__nrf__drivers__mpsl__temp_nrf5.a(temp_nrf5_mpsl.c.obj)
+ .text.temp_nrf5_mpsl_sample_fetch
+                0x000000000002e8e4       0x1c modules/nrf/drivers/mpsl/temp_nrf5/lib..__nrf__drivers__mpsl__temp_nrf5.a(temp_nrf5_mpsl.c.obj)
+ .text.nrfx_isr
+                0x000000000002e900        0x2 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_glue.c.obj)
+                0x000000000002e900                nrfx_isr
+ .text.nrfx_busy_wait
+                0x000000000002e902        0x4 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_glue.c.obj)
+                0x000000000002e902                nrfx_busy_wait
+ .text.nrf_gpio_reconfigure
+                0x000000000002e906       0x92 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_gpiote.c.obj)
+ .text.nrf_gpio_cfg_sense_set
+                0x000000000002e998       0x1e modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_gpiote.c.obj)
+ .text.pin_in_event_get.isra.0
+                0x000000000002e9b6       0x22 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_gpiote.c.obj)
+ .text.pin_trigger_disable
+                0x000000000002e9d8       0x48 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_gpiote.c.obj)
+ .text.nrfx_gpiote_pin_uninit
+                0x000000000002ea20        0x4 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_gpiote.c.obj)
+                0x000000000002ea20                nrfx_gpiote_pin_uninit
+ .text.nrfx_gpiote_trigger_disable
+                0x000000000002ea24        0x4 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_gpiote.c.obj)
+                0x000000000002ea24                nrfx_gpiote_trigger_disable
+ .text.nrfx_gpiote_in_event_get
+                0x000000000002ea28        0x6 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_gpiote.c.obj)
+                0x000000000002ea28                nrfx_gpiote_in_event_get
+ .text.nrfx_nvmc_flash_size_get
+                0x000000000002ea2e        0xc modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_nvmc.c.obj)
+                0x000000000002ea2e                nrfx_nvmc_flash_size_get
+ .text.nrfx_nvmc_flash_page_size_get
+                0x000000000002ea3a        0x8 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_nvmc.c.obj)
+                0x000000000002ea3a                nrfx_nvmc_flash_page_size_get
+ .text.nrfx_nvmc_flash_page_count_get
+                0x000000000002ea42        0x8 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_nvmc.c.obj)
+                0x000000000002ea42                nrfx_nvmc_flash_page_count_get
+ .text.__nrfy_internal_spim_event_handle
+                0x000000000002ea4a       0x2a modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_spim.c.obj)
+ .text.__nrfy_internal_spim_events_process
+                0x000000000002ea74       0x7c modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_spim.c.obj)
+ .text.nrf_gpio_pin_set
+                0x000000000002eaf0       0x1a modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_spim.c.obj)
+ .text.nrf_gpio_pin_clear
+                0x000000000002eb0a       0x1a modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_spim.c.obj)
+ .text.spim_abort
+                0x000000000002eb24       0x2c modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_spim.c.obj)
+ .text.xfer_completeness_check
+                0x000000000002eb50       0x62 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_twim.c.obj)
+ .text.pins_configure
+                0x000000000002ebb2       0x24 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_twim.c.obj)
+ .text.__nrfy_internal_twim_event_handle.isra.0
+                0x000000000002ebd6       0x22 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_twim.c.obj)
+ .text.__nrfy_internal_twim_events_process.constprop.0
+                0x000000000002ebf8       0x54 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_twim.c.obj)
+ .text.nrf_gpio_pin_set
+                0x000000000002ec4c       0x1a modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_twi_twim.c.obj)
+ .text.z_impl_k_busy_wait
+                0x000000000002ec66        0x8 zephyr/kernel/libkernel.a(busy_wait.c.obj)
+                0x000000000002ec66                z_impl_k_busy_wait
+ .text.z_device_state_init
+                0x000000000002ec6e        0x2 zephyr/kernel/libkernel.a(device.c.obj)
+                0x000000000002ec6e                z_device_state_init
+ .text.z_device_is_ready
+                0x000000000002ec70       0x16 zephyr/kernel/libkernel.a(device.c.obj)
+                0x000000000002ec70                z_device_is_ready
+ .text.arch_system_halt
+                0x000000000002ec86       0x10 zephyr/kernel/libkernel.a(fatal.c.obj)
+                0x000000000002ec86                arch_system_halt
+ .text.do_device_init
+                0x000000000002ec96       0x30 zephyr/kernel/libkernel.a(init.c.obj)
+ .text.z_early_memset
+                0x000000000002ecc6        0x4 zephyr/kernel/libkernel.a(init.c.obj)
+                0x000000000002ecc6                z_early_memset
+ .text.z_early_memcpy
+                0x000000000002ecca        0x4 zephyr/kernel/libkernel.a(init.c.obj)
+                0x000000000002ecca                z_early_memcpy
+ .text.k_heap_init
+                0x000000000002ecce       0x10 zephyr/kernel/libkernel.a(kheap.c.obj)
+                0x000000000002ecce                k_heap_init
+ .text.k_heap_aligned_alloc
+                0x000000000002ecde       0x82 zephyr/kernel/libkernel.a(kheap.c.obj)
+                0x000000000002ecde                k_heap_aligned_alloc
+ .text.k_heap_free
+                0x000000000002ed60       0x38 zephyr/kernel/libkernel.a(kheap.c.obj)
+                0x000000000002ed60                k_heap_free
+ .text.create_free_list
+                0x000000000002ed98       0x2c zephyr/kernel/libkernel.a(mem_slab.c.obj)
+ .text.k_mem_slab_free
+                0x000000000002edc4       0x4a zephyr/kernel/libkernel.a(mem_slab.c.obj)
+                0x000000000002edc4                k_mem_slab_free
+ .text.idle     0x000000000002ee0e       0x16 zephyr/kernel/libkernel.a(idle.c.obj)
+                0x000000000002ee0e                idle
+ .text.adjust_owner_prio.isra.0
+                0x000000000002ee24       0x10 zephyr/kernel/libkernel.a(mutex.c.obj)
+ .text.z_impl_k_mutex_init
+                0x000000000002ee34        0xe zephyr/kernel/libkernel.a(mutex.c.obj)
+                0x000000000002ee34                z_impl_k_mutex_init
+ .text.queue_insert
+                0x000000000002ee42       0xca zephyr/kernel/libkernel.a(queue.c.obj)
+ .text.z_queue_node_peek
+                0x000000000002ef0c       0x18 zephyr/kernel/libkernel.a(queue.c.obj)
+                0x000000000002ef0c                z_queue_node_peek
+ .text.z_impl_k_queue_init
+                0x000000000002ef24       0x18 zephyr/kernel/libkernel.a(queue.c.obj)
+                0x000000000002ef24                z_impl_k_queue_init
+ .text.k_queue_append
+                0x000000000002ef3c       0x16 zephyr/kernel/libkernel.a(queue.c.obj)
+                0x000000000002ef3c                k_queue_append
+ .text.k_queue_prepend
+                0x000000000002ef52       0x14 zephyr/kernel/libkernel.a(queue.c.obj)
+                0x000000000002ef52                k_queue_prepend
+ .text.z_impl_k_sem_init
+                0x000000000002ef66       0x20 zephyr/kernel/libkernel.a(sem.c.obj)
+                0x000000000002ef66                z_impl_k_sem_init
+ .text.flag_test_and_clear
+                0x000000000002ef86       0x16 zephyr/kernel/libkernel.a(work.c.obj)
+ .text.handle_flush
+                0x000000000002ef9c        0x2 zephyr/kernel/libkernel.a(work.c.obj)
+ .text.unschedule_locked
+                0x000000000002ef9e       0x1e zephyr/kernel/libkernel.a(work.c.obj)
+ .text.notify_queue_locked.isra.0
+                0x000000000002efbc        0xe zephyr/kernel/libkernel.a(work.c.obj)
+ .text.cancel_async_locked
+                0x000000000002efca       0x5a zephyr/kernel/libkernel.a(work.c.obj)
+ .text.work_timeout
+                0x000000000002f024       0x3c zephyr/kernel/libkernel.a(work.c.obj)
+ .text.k_work_init
+                0x000000000002f060       0x12 zephyr/kernel/libkernel.a(work.c.obj)
+                0x000000000002f060                k_work_init
+ .text.k_work_busy_get
+                0x000000000002f072       0x1e zephyr/kernel/libkernel.a(work.c.obj)
+                0x000000000002f072                k_work_busy_get
+ .text.z_work_submit_to_queue
+                0x000000000002f090       0x26 zephyr/kernel/libkernel.a(work.c.obj)
+                0x000000000002f090                z_work_submit_to_queue
+ .text.k_work_submit_to_queue
+                0x000000000002f0b6       0x20 zephyr/kernel/libkernel.a(work.c.obj)
+                0x000000000002f0b6                k_work_submit_to_queue
+ .text.k_work_flush
+                0x000000000002f0d6       0x36 zephyr/kernel/libkernel.a(work.c.obj)
+                0x000000000002f0d6                k_work_flush
+ .text.k_work_queue_init
+                0x000000000002f10c        0xc zephyr/kernel/libkernel.a(work.c.obj)
+                0x000000000002f10c                k_work_queue_init
+ .text.k_work_init_delayable
+                0x000000000002f118       0x18 zephyr/kernel/libkernel.a(work.c.obj)
+                0x000000000002f118                k_work_init_delayable
+ .text.k_work_delayable_busy_get
+                0x000000000002f130        0x4 zephyr/kernel/libkernel.a(work.c.obj)
+                0x000000000002f130                k_work_delayable_busy_get
+ .text.k_work_cancel_delayable
+                0x000000000002f134       0x26 zephyr/kernel/libkernel.a(work.c.obj)
+                0x000000000002f134                k_work_cancel_delayable
+ .text.k_work_cancel_delayable_sync
+                0x000000000002f15a       0x60 zephyr/kernel/libkernel.a(work.c.obj)
+                0x000000000002f15a                k_work_cancel_delayable_sync
+ .text.k_is_in_isr
+                0x000000000002f1ba        0xc zephyr/kernel/libkernel.a(thread.c.obj)
+                0x000000000002f1ba                k_is_in_isr
+ .text.z_impl_k_thread_name_set
+                0x000000000002f1c6        0x6 zephyr/kernel/libkernel.a(thread.c.obj)
+                0x000000000002f1c6                z_impl_k_thread_name_set
+ .text.k_thread_name_get
+                0x000000000002f1cc        0x4 zephyr/kernel/libkernel.a(thread.c.obj)
+                0x000000000002f1cc                k_thread_name_get
+ .text.z_impl_k_thread_start
+                0x000000000002f1d0        0x4 zephyr/kernel/libkernel.a(thread.c.obj)
+                0x000000000002f1d0                z_impl_k_thread_start
+ .text.sys_dlist_remove
+                0x000000000002f1d4       0x10 zephyr/kernel/libkernel.a(sched.c.obj)
+ .text.unpend_thread_no_timeout
+                0x000000000002f1e4       0x14 zephyr/kernel/libkernel.a(sched.c.obj)
+ .text.add_to_waitq_locked
+                0x000000000002f1f8       0x50 zephyr/kernel/libkernel.a(sched.c.obj)
+ .text.z_sched_prio_cmp
+                0x000000000002f248       0x12 zephyr/kernel/libkernel.a(sched.c.obj)
+                0x000000000002f248                z_sched_prio_cmp
+ .text.z_ready_thread
+                0x000000000002f25a       0x1e zephyr/kernel/libkernel.a(sched.c.obj)
+                0x000000000002f25a                z_ready_thread
+ .text.z_impl_k_thread_suspend
+                0x000000000002f278       0x34 zephyr/kernel/libkernel.a(sched.c.obj)
+                0x000000000002f278                z_impl_k_thread_suspend
+ .text.z_unpend_thread_no_timeout
+                0x000000000002f2ac       0x22 zephyr/kernel/libkernel.a(sched.c.obj)
+                0x000000000002f2ac                z_unpend_thread_no_timeout
+ .text.z_sched_wake_thread
+                0x000000000002f2ce       0x42 zephyr/kernel/libkernel.a(sched.c.obj)
+                0x000000000002f2ce                z_sched_wake_thread
+ .text.z_thread_timeout
+                0x000000000002f310        0x8 zephyr/kernel/libkernel.a(sched.c.obj)
+                0x000000000002f310                z_thread_timeout
+ .text.z_unpend1_no_timeout
+                0x000000000002f318       0x2c zephyr/kernel/libkernel.a(sched.c.obj)
+                0x000000000002f318                z_unpend1_no_timeout
+ .text.z_unpend_first_thread
+                0x000000000002f344       0x36 zephyr/kernel/libkernel.a(sched.c.obj)
+                0x000000000002f344                z_unpend_first_thread
+ .text.z_unpend_thread
+                0x000000000002f37a       0x2e zephyr/kernel/libkernel.a(sched.c.obj)
+                0x000000000002f37a                z_unpend_thread
+ .text.z_unpend_all
+                0x000000000002f3a8       0x20 zephyr/kernel/libkernel.a(sched.c.obj)
+                0x000000000002f3a8                z_unpend_all
+ .text.z_thread_abort
+                0x000000000002f3c8       0x44 zephyr/kernel/libkernel.a(sched.c.obj)
+                0x000000000002f3c8                z_thread_abort
+ .text.z_sched_wake
+                0x000000000002f40c       0x44 zephyr/kernel/libkernel.a(sched.c.obj)
+                0x000000000002f40c                z_sched_wake
+ .text.z_abort_timeout
+                0x000000000002f450       0x2a zephyr/kernel/libkernel.a(timeout.c.obj)
+                0x000000000002f450                z_abort_timeout
+ .text.sys_clock_tick_get_32
+                0x000000000002f47a        0x8 zephyr/kernel/libkernel.a(timeout.c.obj)
+                0x000000000002f47a                sys_clock_tick_get_32
+ .text.z_impl_k_uptime_ticks
+                0x000000000002f482        0x4 zephyr/kernel/libkernel.a(timeout.c.obj)
+                0x000000000002f482                z_impl_k_uptime_ticks
+ .text.sys_timepoint_calc
+                0x000000000002f486       0x48 zephyr/kernel/libkernel.a(timeout.c.obj)
+                0x000000000002f486                sys_timepoint_calc
+ .text.sys_timepoint_timeout
+                0x000000000002f4ce       0x42 zephyr/kernel/libkernel.a(timeout.c.obj)
+                0x000000000002f4ce                sys_timepoint_timeout
+ .text.k_timer_init
+                0x000000000002f510       0x18 zephyr/kernel/libkernel.a(timer.c.obj)
+                0x000000000002f510                k_timer_init
+ .text.z_impl_k_timer_stop
+                0x000000000002f528       0x38 zephyr/kernel/libkernel.a(timer.c.obj)
+                0x000000000002f528                z_impl_k_timer_stop
+ .text.clear_event_registrations
+                0x000000000002f560       0x5c zephyr/kernel/libkernel.a(poll.c.obj)
+ .text.add_event
+                0x000000000002f5bc       0x62 zephyr/kernel/libkernel.a(poll.c.obj)
+ .text.register_events
+                0x000000000002f61e       0xf0 zephyr/kernel/libkernel.a(poll.c.obj)
+ .text.signal_poll_event
+                0x000000000002f70e       0x8c zephyr/kernel/libkernel.a(poll.c.obj)
+ .text.z_handle_obj_poll_events
+                0x000000000002f79a       0x34 zephyr/kernel/libkernel.a(poll.c.obj)
+                0x000000000002f79a                z_handle_obj_poll_events
+ .text.k_free   0x000000000002f7ce        0xe zephyr/kernel/libkernel.a(mempool.c.obj)
+                0x000000000002f7ce                k_free
+ .text.memcmp   0x000000000002f7dc       0x20 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-memcmp.o)
+                0x000000000002f7dc                memcmp
+ .text.memcpy   0x000000000002f7fc       0x1c /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-memcpy-stub.o)
+                0x000000000002f7fc                memcpy
+ .text.memset   0x000000000002f818       0x10 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-memset.o)
+                0x000000000002f818                memset
+ .text.__cvt    0x000000000002f828       0xce /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-nano-vfprintf_float.o)
+                0x000000000002f828                __cvt
+ .text.__exponent
+                0x000000000002f8f6       0x74 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-nano-vfprintf_float.o)
+                0x000000000002f8f6                __exponent
+ .text._printf_common
+                0x000000000002f96a       0xda /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-nano-vfprintf_i.o)
+                0x000000000002f96a                _printf_common
+ .text.strcpy   0x000000000002fa44       0x10 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-strcpy.o)
+                0x000000000002fa44                strcpy
+ .text.strnlen  0x000000000002fa54       0x18 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-strnlen.o)
+                0x000000000002fa54                strnlen
+ .text.quorem   0x000000000002fa6c      0x110 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-dtoa.o)
+ .text.__hi0bits
+                0x000000000002fb7c       0x44 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-mprec.o)
+                0x000000000002fb7c                __hi0bits
+ .text.__lo0bits
+                0x000000000002fbc0       0x5a /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-mprec.o)
+                0x000000000002fbc0                __lo0bits
+ .text.__mcmp   0x000000000002fc1a       0x36 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-mprec.o)
+                0x000000000002fc1a                __mcmp
+ .text._calloc_r
+                0x000000000002fc50       0x1c /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-nano-callocr.o)
+                0x000000000002fc50                _calloc_r
+ .text.__ascii_mbtowc
+                0x000000000002fc6c       0x24 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-mbtowc_r.o)
+                0x000000000002fc6c                __ascii_mbtowc
+ .text.__sfputc_r
+                0x000000000002fc90       0x2a /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-nano-vfprintf.o)
+ .text.__sfputs_r
+                0x000000000002fcba       0x24 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-nano-vfprintf.o)
+                0x000000000002fcba                __sfputs_r
+ .text.__ascii_wctomb
+                0x000000000002fcde       0x1a /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-wctomb_r.o)
+                0x000000000002fcde                __ascii_wctomb
+ .text.__sflush_r
+                0x000000000002fcf8      0x100 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-fflush.o)
+                0x000000000002fcf8                __sflush_r
+ .text.__sfmoreglue
+                0x000000000002fdf8       0x2c /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-findfp.o)
+                0x000000000002fdf8                __sfmoreglue
+ .text._fwalk_reent
+                0x000000000002fe24       0x3e /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-fwalk.o)
+                0x000000000002fe24                _fwalk_reent
+ .text.__swhatbuf_r
+                0x000000000002fe62       0x4c /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-makebuf.o)
+                0x000000000002fe62                __swhatbuf_r
+ .text.__sread  0x000000000002feae       0x22 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-stdio.o)
+                0x000000000002feae                __sread
+ .text.__swrite
+                0x000000000002fed0       0x38 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-stdio.o)
+                0x000000000002fed0                __swrite
+ .text.__sseek  0x000000000002ff08       0x24 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-stdio.o)
+                0x000000000002ff08                __sseek
+ .text.__sclose
+                0x000000000002ff2c        0x8 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-stdio.o)
+                0x000000000002ff2c                __sclose
+ *(SORT_BY_ALIGNMENT(.TEXT.*))
+ *(SORT_BY_ALIGNMENT(.gnu.linkonce.t.*))
+ *(SORT_BY_ALIGNMENT(.glue_7t))
+ .glue_7t       0x000000000002ff34        0x0 linker stubs
+ *(SORT_BY_ALIGNMENT(.glue_7))
+ .glue_7        0x000000000002ff34        0x0 linker stubs
+ *(SORT_BY_ALIGNMENT(.vfp11_veneer))
+ .vfp11_veneer  0x000000000002ff34        0x0 linker stubs
+ *(SORT_BY_ALIGNMENT(.v4_bx))
+ .v4_bx         0x000000000002ff34        0x0 linker stubs
+                0x000000000002ff34                . = ALIGN (0x4)
+                0x000000000002ff34                __text_region_end = .
+
+.ARM.exidx      0x000000000002ff34        0x8
+                0x000000000002ff34                __exidx_start = .
+ *(SORT_BY_ALIGNMENT(.ARM.exidx*) SORT_BY_ALIGNMENT(gnu.linkonce.armexidx.*))
+ .ARM.exidx     0x000000000002ff34        0x8 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/thumb/v7e-m/nofp/libgcc.a(_udivmoddi4.o)
+                0x000000000002ff3c                __exidx_end = .
+                0x000000000002ff3c                __rodata_region_start = .
+
+initlevel       0x000000000002ff3c       0xf0
+                0x000000000002ff3c                __init_start = .
+                0x000000000002ff3c                __init_EARLY_start = .
+ *(SORT_BY_NAME(SORT_BY_ALIGNMENT(.z_init_EARLY?_*)))
+ *(SORT_BY_NAME(SORT_BY_ALIGNMENT(.z_init_EARLY??_*)))
+                0x000000000002ff3c                __init_PRE_KERNEL_1_start = .
+ *(SORT_BY_NAME(SORT_BY_ALIGNMENT(.z_init_PRE_KERNEL_1?_*)))
+ .z_init_PRE_KERNEL_10_0_
+                0x000000000002ff3c        0x8 zephyr/soc/soc/nrf52833/libsoc__nordic.a(soc.c.obj)
+ *(SORT_BY_NAME(SORT_BY_ALIGNMENT(.z_init_PRE_KERNEL_1??_*)))
+ .z_init_PRE_KERNEL_130_00040_
+                0x000000000002ff44        0x8 zephyr/drivers/clock_control/libdrivers__clock_control.a(clock_control_nrf.c.obj)
+ .z_init_PRE_KERNEL_130_0_
+                0x000000000002ff4c        0x8 zephyr/kernel/libkernel.a(kheap.c.obj)
+ .z_init_PRE_KERNEL_130_0_
+                0x000000000002ff54        0x8 zephyr/kernel/libkernel.a(mem_slab.c.obj)
+ .z_init_PRE_KERNEL_140_00008_
+                0x000000000002ff5c        0x8 zephyr/drivers/gpio/libdrivers__gpio.a(gpio_nrfx.c.obj)
+ .z_init_PRE_KERNEL_140_00009_
+                0x000000000002ff64        0x8 zephyr/drivers/gpio/libdrivers__gpio.a(gpio_nrfx.c.obj)
+ .z_init_PRE_KERNEL_140_0_
+                0x000000000002ff6c        0x8 modules/nrf/subsys/mpsl/init/lib..__nrf__subsys__mpsl__init.a(mpsl_init.c.obj)
+ .z_init_PRE_KERNEL_140_0_
+                0x000000000002ff74        0x8 modules/nrf/subsys/mpsl/fem/lib..__nrf__subsys__mpsl__fem.a(mpsl_fem_api_init.c.obj)
+ .z_init_PRE_KERNEL_150_00004_
+                0x000000000002ff7c        0x8 zephyr/drivers/entropy/libdrivers__entropy.a(entropy_bt_hci.c.obj)
+ .z_init_PRE_KERNEL_150_00061_
+                0x000000000002ff84        0x8 zephyr/drivers/entropy/libdrivers__entropy.a(entropy_nrf5.c.obj)
+ .z_init_PRE_KERNEL_150_00073_
+                0x000000000002ff8c        0x8 zephyr/drivers/serial/libdrivers__serial.a(uart_nrfx_uart.c.obj)
+ .z_init_PRE_KERNEL_160_0_
+                0x000000000002ff94        0x8 zephyr/drivers/console/libdrivers__console.a(uart_console.c.obj)
+                0x000000000002ff9c                __init_PRE_KERNEL_2_start = .
+ *(SORT_BY_NAME(SORT_BY_ALIGNMENT(.z_init_PRE_KERNEL_2?_*)))
+ .z_init_PRE_KERNEL_20_0_
+                0x000000000002ff9c        0x8 zephyr/drivers/timer/libdrivers__timer.a(nrf_rtc_timer.c.obj)
+ *(SORT_BY_NAME(SORT_BY_ALIGNMENT(.z_init_PRE_KERNEL_2??_*)))
+ .z_init_PRE_KERNEL_240_0_
+                0x000000000002ffa4        0x8 zephyr/subsys/random/libsubsys__random.a(random_xoshiro128.c.obj)
+                0x000000000002ffac                __init_POST_KERNEL_start = .
+ *(SORT_BY_NAME(SORT_BY_ALIGNMENT(.z_init_POST_KERNEL?_*)))
+ .z_init_POST_KERNEL0_0_
+                0x000000000002ffac        0x8 zephyr/libzephyr.a(log_core.c.obj)
+ .z_init_POST_KERNEL0_0_
+                0x000000000002ffb4        0x8 zephyr/subsys/lorawan/libloramac-node.a(lorawan.c.obj)
+ *(SORT_BY_NAME(SORT_BY_ALIGNMENT(.z_init_POST_KERNEL??_*)))
+ .z_init_POST_KERNEL40_0_
+                0x000000000002ffbc        0x8 zephyr/lib/libc/newlib/liblib__libc__newlib.a(libc-hooks.c.obj)
+ .z_init_POST_KERNEL40_0_
+                0x000000000002ffc4        0x8 modules/nrf/subsys/mpsl/init/lib..__nrf__subsys__mpsl__init.a(mpsl_init.c.obj)
+ .z_init_POST_KERNEL40_0_
+                0x000000000002ffcc        0x8 zephyr/kernel/libkernel.a(system_work_q.c.obj)
+ .z_init_POST_KERNEL50_00078_
+                0x000000000002ffd4        0x8 zephyr/drivers/adc/libdrivers__adc.a(adc_nrfx_saadc.c.obj)
+ .z_init_POST_KERNEL50_00080_
+                0x000000000002ffdc        0x8 zephyr/drivers/flash/libdrivers__flash.a(soc_flash_nrf.c.obj)
+ .z_init_POST_KERNEL50_00088_
+                0x000000000002ffe4        0x8 zephyr/drivers/i2c/libdrivers__i2c.a(i2c_nrfx_twim.c.obj)
+ .z_init_POST_KERNEL50_00096_
+                0x000000000002ffec        0x8 zephyr/drivers/spi/libdrivers__spi.a(spi_nrfx_spim.c.obj)
+ .z_init_POST_KERNEL50_0_
+                0x000000000002fff4        0x8 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(long_wq.c.obj)
+ .z_init_POST_KERNEL50_0_
+                0x000000000002fffc        0x8 modules/nrf/subsys/bluetooth/controller/lib..__nrf__subsys__bluetooth__controller.a(hci_driver.c.obj)
+ .z_init_POST_KERNEL90_00068_
+                0x0000000000030004        0x8 modules/nrf/drivers/mpsl/temp_nrf5/lib..__nrf__drivers__mpsl__temp_nrf5.a(temp_nrf5_mpsl.c.obj)
+ .z_init_POST_KERNEL90_00089_
+                0x000000000003000c        0x8 zephyr/drivers/sensor/st/lis2dh/libdrivers__sensor__st__lis2dh.a(lis2dh.c.obj)
+ .z_init_POST_KERNEL90_00090_
+                0x0000000000030014        0x8 zephyr/drivers/sensor/st/lis2mdl/libdrivers__sensor__st__lis2mdl.a(lis2mdl.c.obj)
+ .z_init_POST_KERNEL90_00097_
+                0x000000000003001c        0x8 zephyr/drivers/sensor/bosch/bme280/libdrivers__sensor__bosch__bme280.a(bme280.c.obj)
+ .z_init_POST_KERNEL90_00098_
+                0x0000000000030024        0x8 zephyr/subsys/lorawan/libloramac-node.a(sx127x.c.obj)
+                0x000000000003002c                __init_APPLICATION_start = .
+ *(SORT_BY_NAME(SORT_BY_ALIGNMENT(.z_init_APPLICATION?_*)))
+ *(SORT_BY_NAME(SORT_BY_ALIGNMENT(.z_init_APPLICATION??_*)))
+                0x000000000003002c                __init_SMP_start = .
+ *(SORT_BY_NAME(SORT_BY_ALIGNMENT(.z_init_SMP?_*)))
+ *(SORT_BY_NAME(SORT_BY_ALIGNMENT(.z_init_SMP??_*)))
+                0x000000000003002c                __init_end = .
+                0x000000000003002c                __deferred_init_list_start = .
+ *(SORT_BY_ALIGNMENT(.z_deferred_init))
+                0x000000000003002c                __deferred_init_list_end = .
+
+device_area     0x000000000003002c      0x12c
+                0x000000000003002c                _device_list_start = .
+ *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._device.static.*_?_*)))
+ *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._device.static.*_??_*)))
+ ._device.static.1_30_
+                0x000000000003002c       0x14 zephyr/drivers/clock_control/libdrivers__clock_control.a(clock_control_nrf.c.obj)
+                0x000000000003002c                __device_dts_ord_40
+ ._device.static.1_40_
+                0x0000000000030040       0x28 zephyr/drivers/gpio/libdrivers__gpio.a(gpio_nrfx.c.obj)
+                0x0000000000030040                __device_dts_ord_9
+                0x0000000000030054                __device_dts_ord_8
+ ._device.static.1_50_
+                0x0000000000030068       0x14 zephyr/drivers/entropy/libdrivers__entropy.a(entropy_nrf5.c.obj)
+                0x0000000000030068                __device_dts_ord_61
+ ._device.static.1_50_
+                0x000000000003007c       0x14 zephyr/drivers/entropy/libdrivers__entropy.a(entropy_bt_hci.c.obj)
+                0x000000000003007c                __device_dts_ord_4
+ ._device.static.1_50_
+                0x0000000000030090       0x14 zephyr/drivers/serial/libdrivers__serial.a(uart_nrfx_uart.c.obj)
+                0x0000000000030090                __device_dts_ord_73
+ ._device.static.3_50_
+                0x00000000000300a4       0x14 zephyr/drivers/adc/libdrivers__adc.a(adc_nrfx_saadc.c.obj)
+                0x00000000000300a4                __device_dts_ord_78
+ ._device.static.3_50_
+                0x00000000000300b8       0x14 zephyr/drivers/flash/libdrivers__flash.a(soc_flash_nrf.c.obj)
+                0x00000000000300b8                __device_dts_ord_80
+ ._device.static.3_50_
+                0x00000000000300cc       0x14 zephyr/drivers/i2c/libdrivers__i2c.a(i2c_nrfx_twim.c.obj)
+                0x00000000000300cc                __device_dts_ord_88
+ ._device.static.3_50_
+                0x00000000000300e0       0x14 zephyr/drivers/spi/libdrivers__spi.a(spi_nrfx_spim.c.obj)
+                0x00000000000300e0                __device_dts_ord_96
+ ._device.static.3_90_
+                0x00000000000300f4       0x14 zephyr/subsys/lorawan/libloramac-node.a(sx127x.c.obj)
+                0x00000000000300f4                __device_dts_ord_98
+ ._device.static.3_90_
+                0x0000000000030108       0x14 zephyr/drivers/sensor/bosch/bme280/libdrivers__sensor__bosch__bme280.a(bme280.c.obj)
+                0x0000000000030108                __device_dts_ord_97
+ ._device.static.3_90_
+                0x000000000003011c       0x14 zephyr/drivers/sensor/st/lis2dh/libdrivers__sensor__st__lis2dh.a(lis2dh.c.obj)
+                0x000000000003011c                __device_dts_ord_89
+ ._device.static.3_90_
+                0x0000000000030130       0x14 zephyr/drivers/sensor/st/lis2mdl/libdrivers__sensor__st__lis2mdl.a(lis2mdl.c.obj)
+                0x0000000000030130                __device_dts_ord_90
+ ._device.static.3_90_
+                0x0000000000030144       0x14 modules/nrf/drivers/mpsl/temp_nrf5/lib..__nrf__drivers__mpsl__temp_nrf5.a(temp_nrf5_mpsl.c.obj)
+                0x0000000000030144                __device_dts_ord_68
+                0x0000000000030158                _device_list_end = .
+
+sw_isr_table    0x0000000000030158      0x180
+                0x0000000000030158                . = ALIGN (0x4)
+ *(SORT_BY_ALIGNMENT(.gnu.linkonce.sw_isr_table*))
+ .gnu.linkonce.sw_isr_table
+                0x0000000000030158      0x180 zephyr/arch/common/libisr_tables.a(isr_tables.c.obj)
+                0x0000000000030158                _sw_isr_table
+
+initlevel_error
+                0x000000000002ff3c        0x0
+ *(SORT_BY_NAME(SORT_BY_ALIGNMENT(.z_init_[_A-Z0-9]*)))
+                0x0000000000000001                ASSERT ((SIZEOF (initlevel_error) == 0x0), Undefined initialization levels used.)
+
+app_shmem_regions
+                0x00000000000302d8        0x0
+                0x00000000000302d8                __app_shmem_regions_start = .
+ *(SORT_BY_NAME(SORT_BY_ALIGNMENT(.app_regions.*)))
+                0x00000000000302d8                __app_shmem_regions_end = .
+
+k_p4wq_initparam_area
+                0x00000000000302d8        0x0
+                0x00000000000302d8                _k_p4wq_initparam_list_start = .
+ *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._k_p4wq_initparam.static.*)))
+                0x00000000000302d8                _k_p4wq_initparam_list_end = .
+
+_static_thread_data_area
+                0x00000000000302d8        0x0
+                0x00000000000302d8                __static_thread_data_list_start = .
+ *(SORT_BY_NAME(SORT_BY_ALIGNMENT(.__static_thread_data.static.*)))
+                0x00000000000302d8                __static_thread_data_list_end = .
+
+device_deps     0x00000000000302d8        0x0
+                0x00000000000302d8                __device_deps_start = .
+ *(SORT_BY_NAME(SORT_BY_ALIGNMENT(.__device_deps_pass2*)))
+                0x00000000000302d8                __device_deps_end = .
+
+ztest           0x00000000000302d8        0x0
+                0x00000000000302d8                _ztest_expected_result_entry_list_start = .
+ *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._ztest_expected_result_entry.static.*)))
+                0x00000000000302d8                _ztest_expected_result_entry_list_end = .
+                0x00000000000302d8                _ztest_suite_node_list_start = .
+ *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._ztest_suite_node.static.*)))
+                0x00000000000302d8                _ztest_suite_node_list_end = .
+                0x00000000000302d8                _ztest_unit_test_list_start = .
+ *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._ztest_unit_test.static.*)))
+                0x00000000000302d8                _ztest_unit_test_list_end = .
+                0x00000000000302d8                _ztest_test_rule_list_start = .
+ *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._ztest_test_rule.static.*)))
+                0x00000000000302d8                _ztest_test_rule_list_end = .
+
+bt_l2cap_fixed_chan_area
+                0x00000000000302d8       0x24
+                0x00000000000302d8                _bt_l2cap_fixed_chan_list_start = .
+ *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._bt_l2cap_fixed_chan.static.*)))
+ ._bt_l2cap_fixed_chan.static.le_fixed_chan_
+                0x00000000000302d8        0xc zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(l2cap.c.obj)
+                0x00000000000302d8                le_fixed_chan
+ ._bt_l2cap_fixed_chan.static.smp_fixed_chan_
+                0x00000000000302e4        0xc zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(smp_null.c.obj)
+                0x00000000000302e4                smp_fixed_chan
+ ._bt_l2cap_fixed_chan.static.z_att_fixed_chan_
+                0x00000000000302f0        0xc zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(att.c.obj)
+                0x00000000000302f0                z_att_fixed_chan
+                0x00000000000302fc                _bt_l2cap_fixed_chan_list_end = .
+
+bt_conn_cb_area
+                0x00000000000302fc        0x0
+                0x00000000000302fc                _bt_conn_cb_list_start = .
+ *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._bt_conn_cb.static.*)))
+                0x00000000000302fc                _bt_conn_cb_list_end = .
+
+bt_gatt_service_static_area
+                0x00000000000302fc       0x10
+                0x00000000000302fc                _bt_gatt_service_static_list_start = .
+ *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._bt_gatt_service_static.static.*)))
+ ._bt_gatt_service_static.static._1_gatt_svc_
+                0x00000000000302fc        0x8 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(gatt.c.obj)
+                0x00000000000302fc                _1_gatt_svc
+ ._bt_gatt_service_static.static._2_gap_svc_
+                0x0000000000030304        0x8 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(gatt.c.obj)
+                0x0000000000030304                _2_gap_svc
+                0x000000000003030c                _bt_gatt_service_static_list_end = .
+
+log_strings_area
+                0x000000000003030c        0x0
+                0x000000000003030c                _log_strings_list_start = .
+ *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._log_strings.static.*)))
+                0x000000000003030c                _log_strings_list_end = .
+
+log_const_area  0x000000000003030c      0x138
+                0x000000000003030c                _log_const_list_start = .
+ *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._log_const.static.*)))
+ ._log_const.static.log_const_BME280_
+                0x000000000003030c        0x8 zephyr/drivers/sensor/bosch/bme280/libdrivers__sensor__bosch__bme280.a(bme280.c.obj)
+                0x000000000003030c                log_const_BME280
+ ._log_const.static.log_const_LIS2MDL_
+                0x0000000000030314        0x8 zephyr/drivers/sensor/st/lis2mdl/libdrivers__sensor__st__lis2mdl.a(lis2mdl.c.obj)
+                0x0000000000030314                log_const_LIS2MDL
+ ._log_const.static.log_const_adc_nrfx_saadc_
+                0x000000000003031c        0x8 zephyr/drivers/adc/libdrivers__adc.a(adc_nrfx_saadc.c.obj)
+                0x000000000003031c                log_const_adc_nrfx_saadc
+ ._log_const.static.log_const_bt_adv_
+                0x0000000000030324        0x8 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(adv.c.obj)
+                0x0000000000030324                log_const_bt_adv
+ ._log_const.static.log_const_bt_att_
+                0x000000000003032c        0x8 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(att.c.obj)
+                0x000000000003032c                log_const_bt_att
+ ._log_const.static.log_const_bt_conn_
+                0x0000000000030334        0x8 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(conn.c.obj)
+                0x0000000000030334                log_const_bt_conn
+ ._log_const.static.log_const_bt_data_
+                0x000000000003033c        0x8 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(data.c.obj)
+                0x000000000003033c                log_const_bt_data
+ ._log_const.static.log_const_bt_gatt_
+                0x0000000000030344        0x8 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(gatt.c.obj)
+                0x0000000000030344                log_const_bt_gatt
+ ._log_const.static.log_const_bt_hci_core_
+                0x000000000003034c        0x8 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+                0x000000000003034c                log_const_bt_hci_core
+ ._log_const.static.log_const_bt_id_
+                0x0000000000030354        0x8 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(id.c.obj)
+                0x0000000000030354                log_const_bt_id
+ ._log_const.static.log_const_bt_l2cap_
+                0x000000000003035c        0x8 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(l2cap.c.obj)
+                0x000000000003035c                log_const_bt_l2cap
+ ._log_const.static.log_const_bt_sdc_crypto_
+                0x0000000000030364        0x8 modules/nrf/subsys/bluetooth/controller/lib..__nrf__subsys__bluetooth__controller.a(crypto.c.obj)
+                0x0000000000030364                log_const_bt_sdc_crypto
+ ._log_const.static.log_const_bt_sdc_ecdh_
+                0x000000000003036c        0x8 modules/nrf/subsys/bluetooth/controller/lib..__nrf__subsys__bluetooth__controller.a(ecdh.c.obj)
+                0x000000000003036c                log_const_bt_sdc_ecdh
+ ._log_const.static.log_const_bt_sdc_hci_driver_
+                0x0000000000030374        0x8 modules/nrf/subsys/bluetooth/controller/lib..__nrf__subsys__bluetooth__controller.a(hci_driver.c.obj)
+                0x0000000000030374                log_const_bt_sdc_hci_driver
+ ._log_const.static.log_const_bt_smp_
+                0x000000000003037c        0x8 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(smp_null.c.obj)
+                0x000000000003037c                log_const_bt_smp
+ ._log_const.static.log_const_cbprintf_package_
+                0x0000000000030384        0x8 zephyr/libzephyr.a(cbprintf_packaged.c.obj)
+                0x0000000000030384                log_const_cbprintf_package
+ ._log_const.static.log_const_clock_control_
+                0x000000000003038c        0x8 zephyr/drivers/clock_control/libdrivers__clock_control.a(clock_control_nrf.c.obj)
+                0x000000000003038c                log_const_clock_control
+ ._log_const.static.log_const_flash_nrf_
+                0x0000000000030394        0x8 zephyr/drivers/flash/libdrivers__flash.a(soc_flash_nrf.c.obj)
+                0x0000000000030394                log_const_flash_nrf
+ ._log_const.static.log_const_flash_sync_mpsl_
+                0x000000000003039c        0x8 modules/nrf/drivers/mpsl/flash_sync/lib..__nrf__drivers__mpsl__flash_sync.a(flash_sync_mpsl.c.obj)
+                0x000000000003039c                log_const_flash_sync_mpsl
+ ._log_const.static.log_const_fs_nvs_
+                0x00000000000303a4        0x8 zephyr/libzephyr.a(nvs.c.obj)
+                0x00000000000303a4                log_const_fs_nvs
+ ._log_const.static.log_const_i2c_
+                0x00000000000303ac        0x8 zephyr/drivers/i2c/libdrivers__i2c.a(i2c_common.c.obj)
+                0x00000000000303ac                log_const_i2c
+ ._log_const.static.log_const_i2c_nrfx_twim_
+                0x00000000000303b4        0x8 zephyr/drivers/i2c/libdrivers__i2c.a(i2c_nrfx_twim.c.obj)
+                0x00000000000303b4                log_const_i2c_nrfx_twim
+ ._log_const.static.log_const_lis2dh_
+                0x00000000000303bc        0x8 zephyr/drivers/sensor/st/lis2dh/libdrivers__sensor__st__lis2dh.a(lis2dh.c.obj)
+                0x00000000000303bc                log_const_lis2dh
+ ._log_const.static.log_const_log_
+                0x00000000000303c4        0x8 zephyr/libzephyr.a(log_core.c.obj)
+                0x00000000000303c4                log_const_log
+ ._log_const.static.log_const_log_mgmt_
+                0x00000000000303cc        0x8 zephyr/libzephyr.a(log_mgmt.c.obj)
+                0x00000000000303cc                log_const_log_mgmt
+ ._log_const.static.log_const_log_uart_
+                0x00000000000303d4        0x8 zephyr/libzephyr.a(log_backend_uart.c.obj)
+                0x00000000000303d4                log_const_log_uart
+ ._log_const.static.log_const_lorawan_
+                0x00000000000303dc        0x8 zephyr/subsys/lorawan/libloramac-node.a(lorawan.c.obj)
+                0x00000000000303dc                log_const_lorawan
+ ._log_const.static.log_const_lorawan_class_a_
+                0x00000000000303e4        0x8 app/libapp.a(main.c.obj)
+                0x00000000000303e4                log_const_lorawan_class_a
+ ._log_const.static.log_const_lorawan_nvm_
+                0x00000000000303ec        0x8 zephyr/subsys/lorawan/libloramac-node.a(lorawan_nvm_settings.c.obj)
+                0x00000000000303ec                log_const_lorawan_nvm
+ ._log_const.static.log_const_mpsl_init_
+                0x00000000000303f4        0x8 modules/nrf/subsys/mpsl/init/lib..__nrf__subsys__mpsl__init.a(mpsl_init.c.obj)
+                0x00000000000303f4                log_const_mpsl_init
+ ._log_const.static.log_const_net_buf_
+                0x00000000000303fc        0x8 zephyr/subsys/net/libsubsys__net.a(buf.c.obj)
+                0x00000000000303fc                log_const_net_buf
+ ._log_const.static.log_const_net_buf_simple_
+                0x0000000000030404        0x8 zephyr/subsys/net/libsubsys__net.a(buf_simple.c.obj)
+                0x0000000000030404                log_const_net_buf_simple
+ ._log_const.static.log_const_os_
+                0x000000000003040c        0x8 zephyr/kernel/libkernel.a(init.c.obj)
+                0x000000000003040c                log_const_os
+ ._log_const.static.log_const_settings_
+                0x0000000000030414        0x8 zephyr/libzephyr.a(settings.c.obj)
+                0x0000000000030414                log_const_settings
+ ._log_const.static.log_const_soc_
+                0x000000000003041c        0x8 zephyr/soc/soc/nrf52833/libsoc__nordic.a(soc.c.obj)
+                0x000000000003041c                log_const_soc
+ ._log_const.static.log_const_spi_nrfx_spim_
+                0x0000000000030424        0x8 zephyr/drivers/spi/libdrivers__spi.a(spi_nrfx_spim.c.obj)
+                0x0000000000030424                log_const_spi_nrfx_spim
+ ._log_const.static.log_const_sx127x_
+                0x000000000003042c        0x8 zephyr/subsys/lorawan/libloramac-node.a(sx127x.c.obj)
+                0x000000000003042c                log_const_sx127x
+ ._log_const.static.log_const_sx12xx_common_
+                0x0000000000030434        0x8 zephyr/subsys/lorawan/libloramac-node.a(sx12xx_common.c.obj)
+                0x0000000000030434                log_const_sx12xx_common
+ ._log_const.static.log_const_temp_nrf5_mpsl_
+                0x000000000003043c        0x8 modules/nrf/drivers/mpsl/temp_nrf5/lib..__nrf__drivers__mpsl__temp_nrf5.a(temp_nrf5_mpsl.c.obj)
+                0x000000000003043c                log_const_temp_nrf5_mpsl
+                0x0000000000030444                _log_const_list_end = .
+
+log_backend_area
+                0x0000000000030444       0x10
+                0x0000000000030444                _log_backend_list_start = .
+ *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._log_backend.static.*)))
+ ._log_backend.static.log_backend_uart_
+                0x0000000000030444       0x10 zephyr/libzephyr.a(log_backend_uart.c.obj)
+                0x0000000000030454                _log_backend_list_end = .
+
+log_link_area   0x0000000000030454        0x0
+                0x0000000000030454                _log_link_list_start = .
+ *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._log_link.static.*)))
+                0x0000000000030454                _log_link_list_end = .
+
+tracing_backend_area
+                0x0000000000030454        0x0
+                0x0000000000030454                _tracing_backend_list_start = .
+ *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._tracing_backend.static.*)))
+                0x0000000000030454                _tracing_backend_list_end = .
+
+zephyr_dbg_info
+ *(SORT_BY_ALIGNMENT(.dbg_thread_info))
+
+settings_handler_static_area
+                0x0000000000030454       0x14
+                0x0000000000030454                _settings_handler_static_list_start = .
+ *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._settings_handler_static.static.*)))
+ ._settings_handler_static.static.settings_handler_bt_ccc_
+                0x0000000000030454       0x14 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(gatt.c.obj)
+                0x0000000000030454                settings_handler_bt_ccc
+                0x0000000000030468                _settings_handler_static_list_end = .
+
+symbol_to_keep  0x0000000000030468        0x0
+                0x0000000000030468                __symbol_to_keep_start = .
+ *(SORT_BY_NAME(SORT_BY_ALIGNMENT(.symbol_to_keep*)))
+                0x0000000000030468                __symbol_to_keep_end = .
+
+shell_area      0x0000000000030468        0x0
+                0x0000000000030468                _shell_list_start = .
+ *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._shell.static.*)))
+                0x0000000000030468                _shell_list_end = .
+
+shell_root_cmds_area
+                0x0000000000030468        0x0
+                0x0000000000030468                _shell_root_cmds_list_start = .
+ *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._shell_root_cmds.static.*)))
+                0x0000000000030468                _shell_root_cmds_list_end = .
+
+shell_subcmds_area
+                0x0000000000030468        0x0
+                0x0000000000030468                _shell_subcmds_list_start = .
+ *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._shell_subcmds.static.*)))
+                0x0000000000030468                _shell_subcmds_list_end = .
+
+shell_dynamic_subcmds_area
+                0x0000000000030468        0x0
+                0x0000000000030468                _shell_dynamic_subcmds_list_start = .
+ *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._shell_dynamic_subcmds.static.*)))
+                0x0000000000030468                _shell_dynamic_subcmds_list_end = .
+
+cfb_font_area   0x0000000000030468        0x0
+                0x0000000000030468                _cfb_font_list_start = .
+ *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._cfb_font.static.*)))
+                0x0000000000030468                _cfb_font_list_end = .
+
+rodata          0x0000000000030470     0x487c
+ *(SORT_BY_ALIGNMENT(.rodata))
+ .rodata        0x0000000000030470       0x2c zephyr/libzephyr.a(aes_encrypt.c.obj)
+ .rodata        0x000000000003049c       0x24 zephyr/subsys/lorawan/libloramac-node.a(RegionEU868.c.obj)
+ .rodata        0x00000000000304c0       0x38 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+ .rodata        0x00000000000304f8        0x8 zephyr/kernel/libkernel.a(system_work_q.c.obj)
+ .rodata        0x0000000000030500      0x144 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .rodata        0x0000000000030644       0x90 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+                0x00000000000306c0                sym_OW4FCVYV7CD5K552B5EATVXKXK5HNDFX7JEYSUI
+ .rodata        0x00000000000306d4        0x8 app/libapp.a(main.c.obj)
+ *(SORT_BY_ALIGNMENT(.rodata.*))
+ *fill*         0x00000000000306dc        0x4 
+ .rodata.delay_machine_code.0
+                0x00000000000306e0        0x6 zephyr/soc/soc/nrf52833/libsoc__nordic.a(soc.c.obj)
+ *fill*         0x00000000000306e6        0x2 
+ .rodata.__mprec_bigtens
+                0x00000000000306e8       0x28 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-mprec.o)
+                0x00000000000306e8                __mprec_bigtens
+ .rodata.__mprec_tens
+                0x0000000000030710       0xc8 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-mprec.o)
+                0x0000000000030710                __mprec_tens
+ .rodata.mpsc_config
+                0x00000000000307d8       0x14 zephyr/libzephyr.a(log_core.c.obj)
+ .rodata.format_table
+                0x00000000000307ec       0x10 zephyr/libzephyr.a(log_core.c.obj)
+ .rodata.colors
+                0x00000000000307fc       0x14 zephyr/libzephyr.a(log_output.c.obj)
+ .rodata.severity
+                0x0000000000030810       0x14 zephyr/libzephyr.a(log_output.c.obj)
+ .rodata.lbu_cb_ctx
+                0x0000000000030824        0x8 zephyr/libzephyr.a(log_backend_uart.c.obj)
+ .rodata.lbu_output
+                0x000000000003082c       0x10 zephyr/libzephyr.a(log_backend_uart.c.obj)
+ .rodata.log_backend_uart_api
+                0x000000000003083c       0x1c zephyr/libzephyr.a(log_backend_uart.c.obj)
+                0x000000000003083c                log_backend_uart_api
+ .rodata.flash_map_entries
+                0x0000000000030858        0x4 zephyr/libzephyr.a(flash_map_default.c.obj)
+                0x0000000000030858                flash_map_entries
+ .rodata.default_flash_map
+                0x000000000003085c       0x50 zephyr/libzephyr.a(flash_map_default.c.obj)
+                0x000000000003085c                default_flash_map
+ .rodata.eventinfo2errno
+                0x00000000000308ac       0x40 zephyr/subsys/lorawan/libloramac-node.a(lw_priv.c.obj)
+ .rodata.status2errno
+                0x00000000000308ec       0x5c zephyr/subsys/lorawan/libloramac-node.a(lw_priv.c.obj)
+ .rodata.eventinfo2str
+                0x0000000000030948       0x40 zephyr/subsys/lorawan/libloramac-node.a(lw_priv.c.obj)
+ .rodata.status2str
+                0x0000000000030988       0x60 zephyr/subsys/lorawan/libloramac-node.a(lw_priv.c.obj)
+ .rodata.nvm_setting_descriptors
+                0x00000000000309e8       0x8c zephyr/subsys/lorawan/libloramac-node.a(lorawan_nvm_settings.c.obj)
+ .rodata.sx127x_lora_api
+                0x0000000000030a74       0x18 zephyr/subsys/lorawan/libloramac-node.a(sx127x.c.obj)
+ .rodata.Radio  0x0000000000030a8c       0x6c zephyr/subsys/lorawan/libloramac-node.a(sx127x.c.obj)
+                0x0000000000030a8c                Radio
+ .rodata.dev_config
+                0x0000000000030af8       0x20 zephyr/subsys/lorawan/libloramac-node.a(sx127x.c.obj)
+ .rodata.CSWTCH.65
+                0x0000000000030b18        0xc zephyr/subsys/lorawan/libloramac-node.a(sx1276.c.obj)
+ .rodata.FskBandwidths
+                0x0000000000030b24       0xb0 zephyr/subsys/lorawan/libloramac-node.a(sx1276.c.obj)
+                0x0000000000030b24                FskBandwidths
+ .rodata.BandwidthsEU868
+                0x0000000000030bd4       0x20 zephyr/subsys/lorawan/libloramac-node.a(RegionEU868.c.obj)
+ .rodata.net_buf_fixed_alloc_hci_rx_pool
+                0x0000000000030bf4        0xc zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(buf.c.obj)
+ .rodata.net_buf_fixed_hci_rx_pool
+                0x0000000000030c00        0x4 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(buf.c.obj)
+ .rodata.net_buf_fixed_alloc_discardable_pool
+                0x0000000000030c04        0xc zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(buf.c.obj)
+ .rodata.net_buf_fixed_discardable_pool
+                0x0000000000030c10        0x4 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(buf.c.obj)
+ .rodata.net_buf_fixed_alloc_sync_evt_pool
+                0x0000000000030c14        0xc zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(buf.c.obj)
+ .rodata.net_buf_fixed_sync_evt_pool
+                0x0000000000030c20        0x4 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(buf.c.obj)
+ .rodata.var_str.1
+                0x0000000000030c24       0x10 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+ .rodata.nordic_str.2
+                0x0000000000030c34       0x18 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+ .rodata.plat_str.3
+                0x0000000000030c4c       0x10 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+ .rodata.prio_events
+                0x0000000000030c5c       0x28 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+ .rodata.normal_events
+                0x0000000000030c84       0x20 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+ .rodata.meta_events
+                0x0000000000030ca4       0x38 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+ .rodata.vs_events
+                0x0000000000030cdc        0x0 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+ .rodata.net_buf_fixed_alloc_hci_cmd_pool
+                0x0000000000030cdc        0xc zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+ .rodata.net_buf_fixed_hci_cmd_pool
+                0x0000000000030ce8        0x4 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+ .rodata.CSWTCH.7235
+                0x0000000000030cec       0x24 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(conn.c.obj)
+ .rodata.net_buf_fixed_alloc_frag_pool
+                0x0000000000030d10        0xc zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(conn.c.obj)
+ .rodata.net_buf_fixed_frag_pool
+                0x0000000000030d1c        0x4 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(conn.c.obj)
+ .rodata.net_buf_fixed_alloc_acl_tx_pool
+                0x0000000000030d20        0xc zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(conn.c.obj)
+ .rodata.net_buf_fixed_acl_tx_pool
+                0x0000000000030d2c        0x4 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(conn.c.obj)
+ .rodata.ops.0  0x0000000000030d30       0x28 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(l2cap.c.obj)
+ .rodata.handlers
+                0x0000000000030d58       0x70 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(att.c.obj)
+ .rodata.net_buf_fixed_alloc_att_pool
+                0x0000000000030dc8        0xc zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(att.c.obj)
+ .rodata.net_buf_fixed_att_pool
+                0x0000000000030dd4        0x4 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(att.c.obj)
+ .rodata.attr__1_gatt_svc
+                0x0000000000030dd8       0xa0 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(gatt.c.obj)
+                0x0000000000030dd8                attr__1_gatt_svc
+ .rodata.attr__2_gap_svc
+                0x0000000000030e78       0x8c zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(gatt.c.obj)
+                0x0000000000030e78                attr__2_gap_svc
+ .rodata.ops.0  0x0000000000030f04       0x28 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(smp_null.c.obj)
+ .rodata.net_buf_fixed_cb
+                0x0000000000030f2c        0xc zephyr/subsys/net/libsubsys__net.a(buf.c.obj)
+                0x0000000000030f2c                net_buf_fixed_cb
+ .rodata.adc_nrfx_driver_api
+                0x0000000000030f38        0xc zephyr/drivers/adc/libdrivers__adc.a(adc_nrfx_saadc.c.obj)
+ .rodata.transitions.0
+                0x0000000000030f44        0xc zephyr/drivers/clock_control/libdrivers__clock_control.a(clock_control_nrf.c.obj)
+ .rodata.config
+                0x0000000000030f50       0x18 zephyr/drivers/clock_control/libdrivers__clock_control.a(clock_control_nrf.c.obj)
+ .rodata.clock_control_api
+                0x0000000000030f68       0x1c zephyr/drivers/clock_control/libdrivers__clock_control.a(clock_control_nrf.c.obj)
+ .rodata.entropy_nrf5_api_funcs
+                0x0000000000030f84        0x8 zephyr/drivers/entropy/libdrivers__entropy.a(entropy_nrf5.c.obj)
+ .rodata.entropy_bt_api
+                0x0000000000030f8c        0x8 zephyr/drivers/entropy/libdrivers__entropy.a(entropy_bt_hci.c.obj)
+ .rodata.flash_nrf_api
+                0x0000000000030f94       0x14 zephyr/drivers/flash/libdrivers__flash.a(soc_flash_nrf.c.obj)
+ .rodata.flash_nrf_parameters
+                0x0000000000030fa8        0x8 zephyr/drivers/flash/libdrivers__flash.a(soc_flash_nrf.c.obj)
+ .rodata.gpio_nrfx_p1_cfg
+                0x0000000000030fb0       0x18 zephyr/drivers/gpio/libdrivers__gpio.a(gpio_nrfx.c.obj)
+ .rodata.gpio_nrfx_p0_cfg
+                0x0000000000030fc8       0x18 zephyr/drivers/gpio/libdrivers__gpio.a(gpio_nrfx.c.obj)
+ .rodata.gpio_nrfx_drv_api_funcs
+                0x0000000000030fe0       0x24 zephyr/drivers/gpio/libdrivers__gpio.a(gpio_nrfx.c.obj)
+ .rodata.twim_0z_config
+                0x0000000000031004       0x28 zephyr/drivers/i2c/libdrivers__i2c.a(i2c_nrfx_twim.c.obj)
+ .rodata.__pinctrl_dev_config__device_dts_ord_88
+                0x000000000003102c        0xc zephyr/drivers/i2c/libdrivers__i2c.a(i2c_nrfx_twim.c.obj)
+ .rodata.__pinctrl_states__device_dts_ord_88
+                0x0000000000031038        0x8 zephyr/drivers/i2c/libdrivers__i2c.a(i2c_nrfx_twim.c.obj)
+ .rodata.__pinctrl_state_pins_0__device_dts_ord_88
+                0x0000000000031040        0x8 zephyr/drivers/i2c/libdrivers__i2c.a(i2c_nrfx_twim.c.obj)
+ .rodata.i2c_nrfx_twim_driver_api
+                0x0000000000031048       0x18 zephyr/drivers/i2c/libdrivers__i2c.a(i2c_nrfx_twim.c.obj)
+ .rodata.bme280_config_0
+                0x0000000000031060       0x1c zephyr/drivers/sensor/bosch/bme280/libdrivers__sensor__bosch__bme280.a(bme280.c.obj)
+ .rodata.bme280_api_funcs
+                0x000000000003107c       0x1c zephyr/drivers/sensor/bosch/bme280/libdrivers__sensor__bosch__bme280.a(bme280.c.obj)
+ .rodata.bme280_bus_io_spi
+                0x0000000000031098        0xc zephyr/drivers/sensor/bosch/bme280/libdrivers__sensor__bosch__bme280.a(bme280_spi.c.obj)
+                0x0000000000031098                bme280_bus_io_spi
+ .rodata.lis2dh_config_0
+                0x00000000000310a4       0x10 zephyr/drivers/sensor/st/lis2dh/libdrivers__sensor__st__lis2dh.a(lis2dh.c.obj)
+ .rodata.lis2dh_driver_api
+                0x00000000000310b4       0x1c zephyr/drivers/sensor/st/lis2dh/libdrivers__sensor__st__lis2dh.a(lis2dh.c.obj)
+ .rodata.lis2dh_i2c_transfer_fn
+                0x00000000000310d0       0x14 zephyr/drivers/sensor/st/lis2dh/libdrivers__sensor__st__lis2dh.a(lis2dh_i2c.c.obj)
+ .rodata.lis2mdl_config_0
+                0x00000000000310e4       0x24 zephyr/drivers/sensor/st/lis2mdl/libdrivers__sensor__st__lis2mdl.a(lis2mdl.c.obj)
+ .rodata.lis2mdl_driver_api
+                0x0000000000031108       0x1c zephyr/drivers/sensor/st/lis2mdl/libdrivers__sensor__st__lis2mdl.a(lis2mdl.c.obj)
+ .rodata.uart_nrfx_uart0_config
+                0x0000000000031124        0x4 zephyr/drivers/serial/libdrivers__serial.a(uart_nrfx_uart.c.obj)
+ .rodata.__pinctrl_dev_config__device_dts_ord_73
+                0x0000000000031128        0xc zephyr/drivers/serial/libdrivers__serial.a(uart_nrfx_uart.c.obj)
+ .rodata.__pinctrl_states__device_dts_ord_73
+                0x0000000000031134        0x8 zephyr/drivers/serial/libdrivers__serial.a(uart_nrfx_uart.c.obj)
+ .rodata.__pinctrl_state_pins_0__device_dts_ord_73
+                0x000000000003113c        0x8 zephyr/drivers/serial/libdrivers__serial.a(uart_nrfx_uart.c.obj)
+ .rodata.uart_nrfx_uart_driver_api
+                0x0000000000031144        0xc zephyr/drivers/serial/libdrivers__serial.a(uart_nrfx_uart.c.obj)
+ .rodata.spi_1z_config
+                0x0000000000031150       0x44 zephyr/drivers/spi/libdrivers__spi.a(spi_nrfx_spim.c.obj)
+ .rodata.__pinctrl_dev_config__device_dts_ord_96
+                0x0000000000031194        0xc zephyr/drivers/spi/libdrivers__spi.a(spi_nrfx_spim.c.obj)
+ .rodata.__pinctrl_states__device_dts_ord_96
+                0x00000000000311a0        0x8 zephyr/drivers/spi/libdrivers__spi.a(spi_nrfx_spim.c.obj)
+ .rodata.__pinctrl_state_pins_0__device_dts_ord_96
+                0x00000000000311a8        0xc zephyr/drivers/spi/libdrivers__spi.a(spi_nrfx_spim.c.obj)
+ .rodata.__compound_literal.0
+                0x00000000000311b4       0x10 zephyr/drivers/spi/libdrivers__spi.a(spi_nrfx_spim.c.obj)
+ .rodata.spi_nrfx_driver_api
+                0x00000000000311c4        0x8 zephyr/drivers/spi/libdrivers__spi.a(spi_nrfx_spim.c.obj)
+ .rodata.drv    0x00000000000311cc       0x18 modules/nrf/subsys/bluetooth/controller/lib..__nrf__subsys__bluetooth__controller.a(hci_driver.c.obj)
+ .rodata.temp_nrf5_mpsl_driver_api
+                0x00000000000311e4       0x1c modules/nrf/drivers/mpsl/temp_nrf5/lib..__nrf__drivers__mpsl__temp_nrf5.a(temp_nrf5_mpsl.c.obj)
+ .rodata.CSWTCH.485
+                0x0000000000031200       0x14 zephyr/kernel/libkernel.a(fatal.c.obj)
+ .rodata.levels.0
+                0x0000000000031214       0x18 zephyr/kernel/libkernel.a(init.c.obj)
+ .rodata.q      0x000000000003122c       0x20 /opt/ncs/nrfxlib/crypto/nrf_oberon/lib/cortex-m4/soft-float/liboberon_3.0.15.a(ocrypto_sc_p256.c.obj)
+ .rodata.inv_a  0x000000000003124c       0x20 /opt/ncs/nrfxlib/crypto/nrf_oberon/lib/cortex-m4/soft-float/liboberon_3.0.15.a(ocrypto_curve_p256.c.obj)
+ .rodata.qp1    0x000000000003126c       0x20 /opt/ncs/nrfxlib/crypto/nrf_oberon/lib/cortex-m4/soft-float/liboberon_3.0.15.a(ocrypto_curve_p256.c.obj)
+ .rodata.cq     0x000000000003128c       0x20 /opt/ncs/nrfxlib/crypto/nrf_oberon/lib/cortex-m4/soft-float/liboberon_3.0.15.a(ocrypto_curve_p256.c.obj)
+ .rodata.base_point
+                0x00000000000312ac       0x40 /opt/ncs/nrfxlib/crypto/nrf_oberon/lib/cortex-m4/soft-float/liboberon_3.0.15.a(ocrypto_curve_p256.c.obj)
+ .rodata.param_b
+                0x00000000000312ec       0x20 /opt/ncs/nrfxlib/crypto/nrf_oberon/lib/cortex-m4/soft-float/liboberon_3.0.15.a(ocrypto_curve_p256.c.obj)
+ .rodata.param_a
+                0x000000000003130c       0x20 /opt/ncs/nrfxlib/crypto/nrf_oberon/lib/cortex-m4/soft-float/liboberon_3.0.15.a(ocrypto_curve_p256.c.obj)
+ .rodata._global_impure_ptr
+                0x000000000003132c        0x4 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-impure.o)
+                0x000000000003132c                _global_impure_ptr
+ .rodata.p05.0  0x0000000000031330        0xc /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-mprec.o)
+ .rodata.__sf_fake_stderr
+                0x000000000003133c       0x20 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-findfp.o)
+                0x000000000003133c                __sf_fake_stderr
+ .rodata.__sf_fake_stdout
+                0x000000000003135c       0x20 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-findfp.o)
+                0x000000000003135c                __sf_fake_stdout
+ .rodata.__sf_fake_stdin
+                0x000000000003137c       0x20 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-findfp.o)
+                0x000000000003137c                __sf_fake_stdin
+ .rodata.channel_cfg
+                0x000000000003139c        0x8 app/libapp.a(main.c.obj)
+ .rodata.__compound_literal.28
+                0x00000000000313a4        0x4 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(gatt.c.obj)
+ .rodata.__compound_literal.26
+                0x00000000000313a8        0x4 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(gatt.c.obj)
+ .rodata.__compound_literal.25
+                0x00000000000313ac        0x4 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(gatt.c.obj)
+ .rodata.__compound_literal.24
+                0x00000000000313b0        0x4 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(gatt.c.obj)
+ .rodata.__compound_literal.22
+                0x00000000000313b4        0x4 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(gatt.c.obj)
+ .rodata.__compound_literal.21
+                0x00000000000313b8        0x4 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(gatt.c.obj)
+ .rodata.__compound_literal.20
+                0x00000000000313bc        0x4 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(gatt.c.obj)
+ .rodata.__compound_literal.19
+                0x00000000000313c0        0x4 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(gatt.c.obj)
+ .rodata.__compound_literal.17
+                0x00000000000313c4        0x4 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(gatt.c.obj)
+ .rodata.__compound_literal.16
+                0x00000000000313c8        0x4 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(gatt.c.obj)
+ .rodata.__compound_literal.15
+                0x00000000000313cc        0x4 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(gatt.c.obj)
+ .rodata.__compound_literal.14
+                0x00000000000313d0        0x4 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(gatt.c.obj)
+ .rodata.__compound_literal.13
+                0x00000000000313d4        0x4 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(gatt.c.obj)
+ .rodata.__compound_literal.11
+                0x00000000000313d8        0x4 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(gatt.c.obj)
+ .rodata.__compound_literal.10
+                0x00000000000313dc        0x4 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(gatt.c.obj)
+ .rodata.__compound_literal.9
+                0x00000000000313e0        0x4 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(gatt.c.obj)
+ .rodata.__compound_literal.7
+                0x00000000000313e4        0x4 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(gatt.c.obj)
+ .rodata.__compound_literal.6
+                0x00000000000313e8        0x4 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(gatt.c.obj)
+ .rodata.__compound_literal.5
+                0x00000000000313ec        0x4 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(gatt.c.obj)
+ .rodata.__compound_literal.3
+                0x00000000000313f0        0x4 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(gatt.c.obj)
+ .rodata.__compound_literal.2
+                0x00000000000313f4        0x4 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(gatt.c.obj)
+ .rodata.__compound_literal.1
+                0x00000000000313f8        0x4 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(gatt.c.obj)
+ .rodata.__compound_literal.0
+                0x00000000000313fc        0x4 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(gatt.c.obj)
+ .rodata.lis2dh_odr_map
+                0x0000000000031400       0x16 zephyr/drivers/sensor/st/lis2dh/libdrivers__sensor__st__lis2dh.a(lis2dh.c.obj)
+ .rodata.lorwan_datarate_changed.str1.1
+                0x0000000000031416       0x36 app/libapp.a(main.c.obj)
+ .rodata.dl_callback.str1.1
+                0x000000000003144c       0x3b app/libapp.a(main.c.obj)
+                                         0x3e (size before relaxing)
+ .rodata.main.str1.1
+                0x0000000000031487      0x3be app/libapp.a(main.c.obj)
+ .rodata.str1.1
+                0x0000000000031845       0x10 app/libapp.a(main.c.obj)
+ .rodata.crc8_ccitt_small_table
+                0x0000000000031855       0x10 zephyr/libzephyr.a(crc8_sw.c.obj)
+ .rodata.cbprintf_package_convert.str1.1
+                0x0000000000031865       0xa3 zephyr/libzephyr.a(cbprintf_packaged.c.obj)
+ .rodata.str1.1
+                0x0000000000031908       0x11 zephyr/libzephyr.a(cbprintf_packaged.c.obj)
+ .rodata.z_cbvprintf_impl.str1.1
+                0x0000000000031919        0x6 zephyr/libzephyr.a(cbprintf_complete.c.obj)
+ .rodata.nvs_clear.str1.1
+                0x000000000003191f       0x14 zephyr/libzephyr.a(nvs.c.obj)
+ .rodata.nvs_mount.str1.1
+                0x0000000000031933      0x104 zephyr/libzephyr.a(nvs.c.obj)
+ .rodata.str1.1
+                0x0000000000031a37        0x7 zephyr/libzephyr.a(nvs.c.obj)
+ .rodata.enable_logger.str1.1
+                0x0000000000031a3e        0x8 zephyr/libzephyr.a(log_core.c.obj)
+ .rodata.str1.1
+                0x0000000000031a46        0x4 zephyr/libzephyr.a(log_core.c.obj)
+ .rodata.str1.1
+                0x0000000000031a4a        0x9 zephyr/libzephyr.a(log_mgmt.c.obj)
+ .rodata.z_impl_z_log_msg_static_create.str1.1
+                0x0000000000031a53       0x3f zephyr/libzephyr.a(log_msg.c.obj)
+ .rodata.newline_print.str1.1
+                0x0000000000031a92        0x3 zephyr/libzephyr.a(log_output.c.obj)
+                                          0x5 (size before relaxing)
+ .rodata.log_output_process.str1.1
+                0x0000000000031a95       0x4c zephyr/libzephyr.a(log_output.c.obj)
+                                         0x51 (size before relaxing)
+ .rodata.log_output_dropped_process.str1.1
+                0x0000000000031ae1       0x4c zephyr/libzephyr.a(log_output.c.obj)
+                                          0x3 (size before relaxing)
+ .rodata.postfix.0
+                0x0000000000031ae1       0x1c zephyr/libzephyr.a(log_output.c.obj)
+ .rodata.prefix.1
+                0x0000000000031afd        0xc zephyr/libzephyr.a(log_output.c.obj)
+ .rodata.str1.1
+                0x0000000000031b09       0x20 zephyr/libzephyr.a(log_output.c.obj)
+ .rodata.str1.1
+                0x0000000000031b29       0x1a zephyr/libzephyr.a(log_backend_uart.c.obj)
+ .rodata.settings_call_set_handler.str1.1
+                0x0000000000031b43       0x25 zephyr/libzephyr.a(settings.c.obj)
+ .rodata.str1.1
+                0x0000000000031b68        0x9 zephyr/libzephyr.a(settings.c.obj)
+ .rodata.boot_banner.str1.1
+                0x0000000000031b71       0x63 zephyr/libzephyr.a(banner.c.obj)
+ .rodata.sbox   0x0000000000031bd4      0x100 zephyr/libzephyr.a(aes_encrypt.c.obj)
+ .rodata.z_arm_fatal_error.str1.1
+                0x0000000000031cd4       0xae zephyr/arch/arch/arm/core/libarch__arm__core.a(fatal.c.obj)
+ .rodata.mem_manage_fault.constprop.0.str1.1
+                0x0000000000031d82       0xd8 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(fault.c.obj)
+ .rodata.usage_fault.constprop.0.str1.1
+                0x0000000000031e5a       0xcd zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(fault.c.obj)
+ .rodata.bus_fault.constprop.0.str1.1
+                0x0000000000031f27       0x88 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(fault.c.obj)
+ .rodata.z_arm_fault.str1.1
+                0x0000000000031faf      0x111 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(fault.c.obj)
+ .rodata.abort.str1.1
+                0x00000000000320c0        0x9 zephyr/lib/libc/common/liblib__libc__common.a(abort.c.obj)
+ .rodata.str1.1
+                0x00000000000320c9        0x4 zephyr/soc/soc/nrf52833/libsoc__nordic.a(soc.c.obj)
+ .rodata.datarate_observe.str1.1
+                0x00000000000320cd       0x18 zephyr/subsys/lorawan/libloramac-node.a(lorawan.c.obj)
+ .rodata.mcps_indication_handler.str1.1
+                0x00000000000320e5       0x1b zephyr/subsys/lorawan/libloramac-node.a(lorawan.c.obj)
+ .rodata.mcps_confirm_handler.str1.1
+                0x0000000000032100       0x18 zephyr/subsys/lorawan/libloramac-node.a(lorawan.c.obj)
+ .rodata.mlme_confirm_handler.str1.1
+                0x0000000000032118       0x56 zephyr/subsys/lorawan/libloramac-node.a(lorawan.c.obj)
+ .rodata.lorawan_set_region.str1.1
+                0x000000000003216e       0x1a zephyr/subsys/lorawan/libloramac-node.a(lorawan.c.obj)
+ .rodata.lorawan_join.str1.1
+                0x0000000000032188       0x15 zephyr/subsys/lorawan/libloramac-node.a(lorawan.c.obj)
+ .rodata.lorawan_send.str1.1
+                0x000000000003219d       0x3d zephyr/subsys/lorawan/libloramac-node.a(lorawan.c.obj)
+ .rodata.lorawan_start.str1.1
+                0x00000000000321da       0x47 zephyr/subsys/lorawan/libloramac-node.a(lorawan.c.obj)
+ .rodata.str1.1
+                0x0000000000032221        0x8 zephyr/subsys/lorawan/libloramac-node.a(lorawan.c.obj)
+ .rodata.lorawan_status2str.str1.1
+                0x0000000000032229       0x10 zephyr/subsys/lorawan/libloramac-node.a(lw_priv.c.obj)
+ .rodata.lorawan_eventinfo2str.str1.1
+                0x0000000000032239        0xf zephyr/subsys/lorawan/libloramac-node.a(lw_priv.c.obj)
+ .rodata.str1.1
+                0x0000000000032248      0x279 zephyr/subsys/lorawan/libloramac-node.a(lw_priv.c.obj)
+ .rodata.on_setting_loaded.str1.1
+                0x00000000000324c1       0xa1 zephyr/subsys/lorawan/libloramac-node.a(lorawan_nvm_settings.c.obj)
+ .rodata.lorawan_nvm_data_mgmt_event.str1.1
+                0x0000000000032562       0x3f zephyr/subsys/lorawan/libloramac-node.a(lorawan_nvm_settings.c.obj)
+ .rodata.lorawan_nvm_data_restore.str1.1
+                0x00000000000325a1       0x5e zephyr/subsys/lorawan/libloramac-node.a(lorawan_nvm_settings.c.obj)
+ .rodata.str1.1
+                0x00000000000325ff       0xaa zephyr/subsys/lorawan/libloramac-node.a(lorawan_nvm_settings.c.obj)
+                                         0xf4 (size before relaxing)
+ .rodata.__sx12xx_configure_pin.str1.1
+                0x00000000000326a9       0x39 zephyr/subsys/lorawan/libloramac-node.a(sx12xx_common.c.obj)
+ .rodata.sx12xx_lora_send.str1.1
+                0x00000000000326e2       0x1c zephyr/subsys/lorawan/libloramac-node.a(sx12xx_common.c.obj)
+ .rodata.sx12xx_lora_recv.str1.1
+                0x00000000000326fe       0x10 zephyr/subsys/lorawan/libloramac-node.a(sx12xx_common.c.obj)
+ .rodata.str1.1
+                0x000000000003270e        0xe zephyr/subsys/lorawan/libloramac-node.a(sx12xx_common.c.obj)
+ .rodata.SX1276ReadBuffer.part.0.str1.1
+                0x000000000003271c       0x1d zephyr/subsys/lorawan/libloramac-node.a(sx127x.c.obj)
+ .rodata.SX1276WriteBuffer.part.0.str1.1
+                0x0000000000032739       0x1e zephyr/subsys/lorawan/libloramac-node.a(sx127x.c.obj)
+ .rodata.SX1276IoIrqInit.str1.1
+                0x0000000000032757       0x34 zephyr/subsys/lorawan/libloramac-node.a(sx127x.c.obj)
+ .rodata.sx127x_lora_init.part.0.str1.1
+                0x000000000003278b       0x5b zephyr/subsys/lorawan/libloramac-node.a(sx127x.c.obj)
+ .rodata.sx127x_lora_init.str1.1
+                0x00000000000327e6       0x15 zephyr/subsys/lorawan/libloramac-node.a(sx127x.c.obj)
+ .rodata.SX1276SetRfTxPower.str1.1
+                0x00000000000327fb       0x47 zephyr/subsys/lorawan/libloramac-node.a(sx127x.c.obj)
+ .rodata.str1.1
+                0x0000000000032842       0x14 zephyr/subsys/lorawan/libloramac-node.a(sx127x.c.obj)
+ .rodata.RadioRegsInit
+                0x0000000000032856       0x30 zephyr/subsys/lorawan/libloramac-node.a(sx1276.c.obj)
+                0x0000000000032856                RadioRegsInit
+ .rodata.gfm3_sbox
+                0x0000000000032886      0x100 zephyr/subsys/lorawan/libloramac-node.a(aes.c.obj)
+ .rodata.gfm2_sbox
+                0x0000000000032986      0x100 zephyr/subsys/lorawan/libloramac-node.a(aes.c.obj)
+ .rodata.sbox   0x0000000000032a86      0x100 zephyr/subsys/lorawan/libloramac-node.a(aes.c.obj)
+ .rodata.SecureElementInit.str1.1
+                0x0000000000032b86       0x69 zephyr/subsys/lorawan/libloramac-node.a(soft-se.c.obj)
+ .rodata.LoRaMacMaxEirpTable
+                0x0000000000032bef       0x10 zephyr/subsys/lorawan/libloramac-node.a(LoRaMac.c.obj)
+ .rodata.CSWTCH.21
+                0x0000000000032bff       0x20 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacCommands.c.obj)
+ .rodata.MaxPayloadOfDatarateEU868
+                0x0000000000032c1f        0x8 zephyr/subsys/lorawan/libloramac-node.a(RegionEU868.c.obj)
+ .rodata.DataratesEU868
+                0x0000000000032c27        0x8 zephyr/subsys/lorawan/libloramac-node.a(RegionEU868.c.obj)
+ .rodata.bt_addr_le_none
+                0x0000000000032c2f        0x7 zephyr/subsys/bluetooth/common/libsubsys__bluetooth__common.a(addr.c.obj)
+                0x0000000000032c2f                bt_addr_le_none
+ .rodata.bt_addr_le_any
+                0x0000000000032c36        0x7 zephyr/subsys/bluetooth/common/libsubsys__bluetooth__common.a(addr.c.obj)
+                0x0000000000032c36                bt_addr_le_any
+ .rodata.bt_addr_none
+                0x0000000000032c3d        0x6 zephyr/subsys/bluetooth/common/libsubsys__bluetooth__common.a(addr.c.obj)
+                0x0000000000032c3d                bt_addr_none
+ .rodata.bt_addr_any
+                0x0000000000032c43        0x6 zephyr/subsys/bluetooth/common/libsubsys__bluetooth__common.a(addr.c.obj)
+                0x0000000000032c43                bt_addr_any
+ .rodata.bt_addr_le_str.str1.1
+                0x0000000000032c49       0x45 zephyr/subsys/bluetooth/common/libsubsys__bluetooth__common.a(bt_str.c.obj)
+                                         0x4c (size before relaxing)
+ .rodata.hex.4  0x0000000000032c8e       0x11 zephyr/subsys/bluetooth/common/libsubsys__bluetooth__common.a(bt_str.c.obj)
+ .rodata.long_wq_init.str1.1
+                0x0000000000032c9f        0x9 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(long_wq.c.obj)
+ .rodata.uuid128_base
+                0x0000000000032ca8       0x11 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(uuid.c.obj)
+ .rodata.str1.1
+                0x0000000000032cb9        0x8 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(data.c.obj)
+ .rodata.hci_data_buf_overflow.str1.1
+                0x0000000000032cc1       0x28 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+ .rodata.handle_event_common.str1.1
+                0x0000000000032ce9       0x22 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+ .rodata.hci_disconn_complete.str1.1
+                0x0000000000032d0b       0x26 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+ .rodata.le_phy_update_complete.str1.1
+                0x0000000000032d31       0x24 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+ .rodata.hci_hardware_error.str1.1
+                0x0000000000032d55       0x22 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+ .rodata.rx_queue_put.str1.1
+                0x0000000000032d77       0x1d zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+ .rodata.le_conn_param_neg_reply.part.0.str1.1
+                0x0000000000032d94       0x1a zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+ .rodata.hci_vendor_event.str1.1
+                0x0000000000032dae       0x24 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+ .rodata.handle_event.part.0.str1.1
+                0x0000000000032dd2       0x22 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+ .rodata.rx_work_handler.str1.1
+                0x0000000000032df4      0x116 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+ .rodata.hci_cmd_done.part.0.str1.1
+                0x0000000000032f0a       0x5b zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+ .rodata.hci_cmd_complete.str1.1
+                0x0000000000032f65       0x36 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+ .rodata.hci_num_completed_packets.str1.1
+                0x0000000000032f9b       0x5d zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+ .rodata.bt_hci_cmd_send_sync.str1.1
+                0x0000000000032ff8       0x51 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+ .rodata.hci_le_read_max_data_len.str1.1
+                0x0000000000033049       0x68 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+ .rodata.bt_hci_le_enh_conn_complete.str1.1
+                0x00000000000330b1       0xaa zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+ .rodata.bt_hci_get_ver_str.str1.1
+                0x000000000003315b       0xaa zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+                                          0x8 (size before relaxing)
+ .rodata.bt_hci_cmd_send.str1.1
+                0x000000000003315b       0x22 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+ .rodata.hci_event_prio.str1.1
+                0x000000000003317d       0x19 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+ .rodata.bt_recv.str1.1
+                0x0000000000033196       0x14 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+ .rodata.bt_finalize_init.str1.1
+                0x00000000000331aa       0x89 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+                                         0x8a (size before relaxing)
+ .rodata.bt_init.str1.1
+                0x0000000000033233      0x11b zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+ .rodata.bt_get_name.str1.1
+                0x000000000003334e        0x7 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+ .rodata.CSWTCH.15009
+                0x0000000000033355        0xa zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+ .rodata.str1.1
+                0x000000000003335f      0x103 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+ .rodata.set_random_address.str1.1
+                0x0000000000033462        0xf zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(id.c.obj)
+ .rodata.bt_id_create.str1.1
+                0x0000000000033471       0x2e zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(id.c.obj)
+ .rodata.bt_id_read_public_addr.str1.1
+                0x000000000003349f       0x37 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(id.c.obj)
+ .rodata.bt_setup_random_id_addr.str1.1
+                0x00000000000334d6       0x75 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(id.c.obj)
+ .rodata.bt_id_set_adv_own_addr.str1.1
+                0x000000000003354b       0x1f zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(id.c.obj)
+ .rodata.bt_id_init.str1.1
+                0x000000000003356a       0x3c zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(id.c.obj)
+ .rodata.str1.1
+                0x00000000000335a6        0x6 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(id.c.obj)
+ .rodata.bt_le_adv_resume.str1.1
+                0x00000000000335ac       0x36 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(adv.c.obj)
+ .rodata.str1.1
+                0x00000000000335e2        0x7 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(adv.c.obj)
+ .rodata.bt_conn_recv.str1.1
+                0x00000000000335e9       0x9b zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(conn.c.obj)
+ .rodata.bt_conn_send_cb.str1.1
+                0x0000000000033684       0x83 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(conn.c.obj)
+ .rodata.bt_conn_set_state.str1.1
+                0x0000000000033707       0x75 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(conn.c.obj)
+ .rodata.bt_conn_lookup_handle.str1.1
+                0x000000000003377c       0x17 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(conn.c.obj)
+ .rodata.bt_conn_create_pdu_timeout.str1.1
+                0x0000000000033793       0x29 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(conn.c.obj)
+ .rodata.bt_conn_exists_le.str1.1
+                0x00000000000337bc       0x39 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(conn.c.obj)
+ .rodata.deferred_work.str1.1
+                0x00000000000337f5       0x4f zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(conn.c.obj)
+ .rodata.str1.1
+                0x0000000000033844       0x89 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(conn.c.obj)
+                                         0x9e (size before relaxing)
+ .rodata.l2cap_create_le_sig_pdu.part.0.str1.1
+                0x00000000000338cd       0x28 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(l2cap.c.obj)
+ .rodata.l2cap_accept.part.0.str1.1
+                0x00000000000338f5       0x27 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(l2cap.c.obj)
+ .rodata.l2cap_recv.part.0.str1.1
+                0x000000000003391c       0x86 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(l2cap.c.obj)
+ .rodata.l2cap_recv.str1.1
+                0x00000000000339a2       0x1e zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(l2cap.c.obj)
+ .rodata.bt_l2cap_recv.str1.1
+                0x00000000000339c0       0x49 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(l2cap.c.obj)
+ .rodata.str1.1
+                0x0000000000033a09        0x9 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(l2cap.c.obj)
+                                         0x40 (size before relaxing)
+ .rodata.bt_att_accept.str1.1
+                0x0000000000033a12       0x4a zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(att.c.obj)
+ .rodata.bt_att_chan_create_pdu.str1.1
+                0x0000000000033a5c       0x25 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(att.c.obj)
+                                         0x4d (size before relaxing)
+ .rodata.find_type_cb.str1.1
+                0x0000000000033a81       0x3e zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(att.c.obj)
+ .rodata.chan_send.str1.1
+                0x0000000000033abf       0x50 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(att.c.obj)
+ .rodata.att_tx_destroy.str1.1
+                0x0000000000033b0f       0x1f zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(att.c.obj)
+ .rodata.bt_att_recv.str1.1
+                0x0000000000033b2e       0x54 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(att.c.obj)
+ .rodata.att_get.str1.1
+                0x0000000000033b82       0x29 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(att.c.obj)
+ .rodata.bt_att_create_pdu.str1.1
+                0x0000000000033bab       0x1b zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(att.c.obj)
+ .rodata.att_handle_rsp.str1.1
+                0x0000000000033bc6       0x17 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(att.c.obj)
+ .rodata.att_timeout.str1.1
+                0x0000000000033bdd       0x1a zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(att.c.obj)
+                                         0x66 (size before relaxing)
+ .rodata.str1.1
+                0x0000000000033bf7        0x7 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(att.c.obj)
+ .rodata.bt_gatt_attr_write_ccc.str1.1
+                0x0000000000033bfe       0x1a zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(gatt.c.obj)
+ .rodata.sc_save.str1.1
+                0x0000000000033c18       0x1f zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(gatt.c.obj)
+ .rodata.cf_write.str1.1
+                0x0000000000033c37       0x2c zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(gatt.c.obj)
+ .rodata.db_hash_gen.str1.1
+                0x0000000000033c63       0x32 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(gatt.c.obj)
+ .rodata.gatt_indicate.str1.1
+                0x0000000000033c95       0x68 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(gatt.c.obj)
+ .rodata.update_ccc.str1.1
+                0x0000000000033cfd       0x31 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(gatt.c.obj)
+ .rodata.gatt_notify.str1.1
+                0x0000000000033d2e       0x29 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(gatt.c.obj)
+ .rodata.str1.1
+                0x0000000000033d57        0xf zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(gatt.c.obj)
+ .rodata.bt_smp_accept.part.0.str1.1
+                0x0000000000033d66       0x25 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(smp_null.c.obj)
+ .rodata.str1.1
+                0x0000000000033d8b        0x7 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(smp_null.c.obj)
+ .rodata.str1.1
+                0x0000000000033d92        0x8 zephyr/subsys/net/libsubsys__net.a(buf.c.obj)
+ .rodata.str1.1
+                0x0000000000033d9a        0xf zephyr/subsys/net/libsubsys__net.a(buf_simple.c.obj)
+ .rodata.adc_nrfx_channel_setup.str1.1
+                0x0000000000033da9       0x6e zephyr/drivers/adc/libdrivers__adc.a(adc_nrfx_saadc.c.obj)
+ .rodata.adc_nrfx_read.str1.1
+                0x0000000000033e17       0xd7 zephyr/drivers/adc/libdrivers__adc.a(adc_nrfx_saadc.c.obj)
+ .rodata.str1.1
+                0x0000000000033eee       0x1c zephyr/drivers/adc/libdrivers__adc.a(adc_nrfx_saadc.c.obj)
+ .rodata.str1.1
+                0x0000000000033f0a       0x29 zephyr/drivers/clock_control/libdrivers__clock_control.a(clock_control_nrf.c.obj)
+ .rodata.str1.1
+                0x0000000000033f33       0x10 zephyr/drivers/entropy/libdrivers__entropy.a(entropy_nrf5.c.obj)
+ .rodata.str1.1
+                0x0000000000033f43        0xf zephyr/drivers/entropy/libdrivers__entropy.a(entropy_bt_hci.c.obj)
+ .rodata.flash_nrf_read.part.0.str1.1
+                0x0000000000033f52       0x1d zephyr/drivers/flash/libdrivers__flash.a(soc_flash_nrf.c.obj)
+ .rodata.flash_nrf_erase.str1.1
+                0x0000000000033f6f       0x1f zephyr/drivers/flash/libdrivers__flash.a(soc_flash_nrf.c.obj)
+ .rodata.flash_nrf_write.str1.1
+                0x0000000000033f8e       0x1e zephyr/drivers/flash/libdrivers__flash.a(soc_flash_nrf.c.obj)
+ .rodata.str1.1
+                0x0000000000033fac       0x24 zephyr/drivers/flash/libdrivers__flash.a(soc_flash_nrf.c.obj)
+ .rodata.str1.1
+                0x0000000000033fd0       0x1c zephyr/drivers/gpio/libdrivers__gpio.a(gpio_nrfx.c.obj)
+ .rodata.str1.1
+                0x0000000000033fec        0x4 zephyr/drivers/i2c/libdrivers__i2c.a(i2c_common.c.obj)
+ .rodata.i2c_nrfx_twim_configure.str1.1
+                0x0000000000033ff0       0x12 zephyr/drivers/i2c/libdrivers__i2c.a(i2c_nrfx_twim.c.obj)
+ .rodata.i2c_nrfx_twim_init.str1.1
+                0x0000000000034002       0x20 zephyr/drivers/i2c/libdrivers__i2c.a(i2c_nrfx_twim.c.obj)
+ .rodata.i2c_nrfx_twim_transfer.str1.1
+                0x0000000000034022      0x112 zephyr/drivers/i2c/libdrivers__i2c.a(i2c_nrfx_twim.c.obj)
+ .rodata.str1.1
+                0x0000000000034134       0x1b zephyr/drivers/i2c/libdrivers__i2c.a(i2c_nrfx_twim.c.obj)
+ .rodata.drive_modes
+                0x000000000003414f        0x8 zephyr/drivers/pinctrl/libdrivers__pinctrl.a(pinctrl_nrf.c.obj)
+ .rodata.str1.1
+                0x0000000000034157       0x10 zephyr/drivers/sensor/bosch/bme280/libdrivers__sensor__bosch__bme280.a(bme280.c.obj)
+ .rodata.lis2dh_fetch_xyz.constprop.0.str1.1
+                0x0000000000034167       0x1f zephyr/drivers/sensor/st/lis2dh/libdrivers__sensor__st__lis2dh.a(lis2dh.c.obj)
+ .rodata.lis2dh_sample_fetch.str1.1
+                0x0000000000034186       0x21 zephyr/drivers/sensor/st/lis2dh/libdrivers__sensor__st__lis2dh.a(lis2dh.c.obj)
+ .rodata.lis2dh_attr_set.part.0.str1.1
+                0x00000000000341a7       0x2a zephyr/drivers/sensor/st/lis2dh/libdrivers__sensor__st__lis2dh.a(lis2dh.c.obj)
+ .rodata.lis2dh_init.str1.1
+                0x00000000000341d1       0xc1 zephyr/drivers/sensor/st/lis2dh/libdrivers__sensor__st__lis2dh.a(lis2dh.c.obj)
+ .rodata.CSWTCH.978
+                0x0000000000034292        0x4 zephyr/drivers/sensor/st/lis2dh/libdrivers__sensor__st__lis2dh.a(lis2dh.c.obj)
+ .rodata.CSWTCH.977
+                0x0000000000034296        0x4 zephyr/drivers/sensor/st/lis2dh/libdrivers__sensor__st__lis2dh.a(lis2dh.c.obj)
+ .rodata.str1.1
+                0x000000000003429a       0x1a zephyr/drivers/sensor/st/lis2dh/libdrivers__sensor__st__lis2dh.a(lis2dh.c.obj)
+ .rodata.lis2dh_i2c_init.str1.1
+                0x00000000000342b4       0x18 zephyr/drivers/sensor/st/lis2dh/libdrivers__sensor__st__lis2dh.a(lis2dh_i2c.c.obj)
+ .rodata.lis2mdl_channel_get.part.0.str1.1
+                0x00000000000342cc       0x16 zephyr/drivers/sensor/st/lis2mdl/libdrivers__sensor__st__lis2mdl.a(lis2mdl.c.obj)
+ .rodata.lis2mdl_init.str1.1
+                0x00000000000342e2      0x103 zephyr/drivers/sensor/st/lis2mdl/libdrivers__sensor__st__lis2mdl.a(lis2mdl.c.obj)
+ .rodata.lis2mdl_sample_fetch_temp.part.0.isra.0.str1.1
+                0x00000000000343e5       0x16 zephyr/drivers/sensor/st/lis2mdl/libdrivers__sensor__st__lis2mdl.a(lis2mdl.c.obj)
+ .rodata.get_single_mode_raw_data.str1.1
+                0x00000000000343fb       0x40 zephyr/drivers/sensor/st/lis2mdl/libdrivers__sensor__st__lis2mdl.a(lis2mdl.c.obj)
+ .rodata.lis2mdl_sample_fetch_mag.isra.0.str1.1
+                0x000000000003443b       0x18 zephyr/drivers/sensor/st/lis2mdl/libdrivers__sensor__st__lis2mdl.a(lis2mdl.c.obj)
+ .rodata.lis2mdl_attr_set.part.0.str1.1
+                0x0000000000034453       0x27 zephyr/drivers/sensor/st/lis2mdl/libdrivers__sensor__st__lis2mdl.a(lis2mdl.c.obj)
+ .rodata.lis2mdl_attr_set.str1.1
+                0x000000000003447a       0x1c zephyr/drivers/sensor/st/lis2mdl/libdrivers__sensor__st__lis2mdl.a(lis2mdl.c.obj)
+ .rodata.str1.1
+                0x0000000000034496       0x1a zephyr/drivers/sensor/st/lis2mdl/libdrivers__sensor__st__lis2mdl.a(lis2mdl.c.obj)
+ .rodata.lis2mdl_trigger_set.str1.1
+                0x00000000000344b0       0x1d zephyr/drivers/sensor/st/lis2mdl/libdrivers__sensor__st__lis2mdl.a(lis2mdl_trigger.c.obj)
+ .rodata.lis2mdl_init_interrupt.str1.1
+                0x00000000000344cd       0x5c zephyr/drivers/sensor/st/lis2mdl/libdrivers__sensor__st__lis2mdl.a(lis2mdl_trigger.c.obj)
+ .rodata.str1.1
+                0x0000000000034529        0xe zephyr/drivers/serial/libdrivers__serial.a(uart_nrfx_uart.c.obj)
+ .rodata.spi_nrfx_init.str1.1
+                0x0000000000034537       0x6c zephyr/drivers/spi/libdrivers__spi.a(spi_nrfx_spim.c.obj)
+ .rodata.event_handler.str1.1
+                0x00000000000345a3       0x1e zephyr/drivers/spi/libdrivers__spi.a(spi_nrfx_spim.c.obj)
+ .rodata.spi_nrfx_transceive.str1.1
+                0x00000000000345c1      0x132 zephyr/drivers/spi/libdrivers__spi.a(spi_nrfx_spim.c.obj)
+ .rodata.str1.1
+                0x00000000000346f3       0x1b zephyr/drivers/spi/libdrivers__spi.a(spi_nrfx_spim.c.obj)
+ .rodata.hci_driver_init.str1.1
+                0x000000000003470e       0x22 modules/nrf/subsys/bluetooth/controller/lib..__nrf__subsys__bluetooth__controller.a(hci_driver.c.obj)
+ .rodata.sdc_assertion_handler.str1.1
+                0x0000000000034730       0x25 modules/nrf/subsys/bluetooth/controller/lib..__nrf__subsys__bluetooth__controller.a(hci_driver.c.obj)
+ .rodata.hci_driver_open.str1.1
+                0x0000000000034755       0x6b modules/nrf/subsys/bluetooth/controller/lib..__nrf__subsys__bluetooth__controller.a(hci_driver.c.obj)
+                                         0x6e (size before relaxing)
+ .rodata.hci_driver_receive_process.str1.1
+                0x00000000000347c0       0x6c modules/nrf/subsys/bluetooth/controller/lib..__nrf__subsys__bluetooth__controller.a(hci_driver.c.obj)
+ .rodata.str1.1
+                0x000000000003482c       0x28 modules/nrf/subsys/bluetooth/controller/lib..__nrf__subsys__bluetooth__controller.a(hci_driver.c.obj)
+ .rodata.str1.1
+                0x0000000000034854        0xe modules/nrf/subsys/bluetooth/controller/lib..__nrf__subsys__bluetooth__controller.a(crypto.c.obj)
+ .rodata.ecdh_p256_common_secret.str1.1
+                0x0000000000034862       0x21 modules/nrf/subsys/bluetooth/controller/lib..__nrf__subsys__bluetooth__controller.a(ecdh.c.obj)
+ .rodata.ecdh_cmd_process.str1.1
+                0x0000000000034883       0x10 modules/nrf/subsys/bluetooth/controller/lib..__nrf__subsys__bluetooth__controller.a(ecdh.c.obj)
+ .rodata.debug_private_key_be
+                0x0000000000034893       0x20 modules/nrf/subsys/bluetooth/controller/lib..__nrf__subsys__bluetooth__controller.a(ecdh.c.obj)
+ .rodata.str1.1
+                0x00000000000348b3        0xc modules/nrf/subsys/bluetooth/controller/lib..__nrf__subsys__bluetooth__controller.a(ecdh.c.obj)
+ .rodata.m_assert_handler.str1.1
+                0x00000000000348bf       0x14 modules/nrf/subsys/mpsl/init/lib..__nrf__subsys__mpsl__init.a(mpsl_init.c.obj)
+ .rodata.mpsl_low_prio_init.str1.1
+                0x00000000000348d3        0xa modules/nrf/subsys/mpsl/init/lib..__nrf__subsys__mpsl__init.a(mpsl_init.c.obj)
+ .rodata.str1.1
+                0x00000000000348dd        0xa modules/nrf/subsys/mpsl/init/lib..__nrf__subsys__mpsl__init.a(mpsl_init.c.obj)
+ .rodata.nrf_flash_sync_exe.str1.1
+                0x00000000000348e7       0x26 modules/nrf/drivers/mpsl/flash_sync/lib..__nrf__drivers__mpsl__flash_sync.a(flash_sync_mpsl.c.obj)
+                                         0x2e (size before relaxing)
+ .rodata.str1.1
+                0x000000000003490d       0x10 modules/nrf/drivers/mpsl/flash_sync/lib..__nrf__drivers__mpsl__flash_sync.a(flash_sync_mpsl.c.obj)
+ .rodata.str1.1
+                0x000000000003491d       0x1d modules/nrf/drivers/mpsl/temp_nrf5/lib..__nrf__drivers__mpsl__temp_nrf5.a(temp_nrf5_mpsl.c.obj)
+ .rodata.port_offset.1
+                0x000000000003493a       0x10 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_gpiote.c.obj)
+ .rodata.ports  0x000000000003494a        0x2 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_gpiote.c.obj)
+ .rodata.k_sys_fatal_error_handler.str1.1
+                0x000000000003494c        0xf zephyr/kernel/libkernel.a(fatal.c.obj)
+ .rodata.z_fatal_error.str1.1
+                0x000000000003495b       0x61 zephyr/kernel/libkernel.a(fatal.c.obj)
+                                         0x77 (size before relaxing)
+ .rodata.str1.1
+                0x00000000000349bc       0x4a zephyr/kernel/libkernel.a(fatal.c.obj)
+ .rodata.z_cstart.str1.1
+                0x0000000000034a06        0x5 zephyr/kernel/libkernel.a(init.c.obj)
+ .rodata.str1.1
+                0x0000000000034a0b        0x3 zephyr/kernel/libkernel.a(init.c.obj)
+ .rodata.str1.1
+                0x0000000000034a0e        0x9 zephyr/kernel/libkernel.a(system_work_q.c.obj)
+ .rodata._ctype_
+                0x0000000000034a17      0x101 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-ctype_.o)
+                0x0000000000034a17                _ctype_
+ .rodata._printf_float.str1.1
+                0x0000000000034b18        0xc /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-nano-vfprintf_float.o)
+                                         0x12 (size before relaxing)
+ .rodata._printf_i.str1.1
+                0x0000000000034b24       0x22 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-nano-vfprintf_i.o)
+ .rodata._dtoa_r.str1.1
+                0x0000000000034b46       0x91 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-dtoa.o)
+                                         0x93 (size before relaxing)
+ .rodata._Balloc.str1.1
+                0x0000000000034bd7       0x5d /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-mprec.o)
+                                         0x74 (size before relaxing)
+ .rodata.__multadd.str1.1
+                0x0000000000034c34       0x11 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-mprec.o)
+ .rodata.__assert_func.str1.1
+                0x0000000000034c34       0x3c /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-assert.o)
+                                         0x3d (size before relaxing)
+ .rodata._setlocale_r.str1.1
+                0x0000000000034c70        0x6 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-locale.o)
+                                          0x9 (size before relaxing)
+ .rodata.str1.1
+                0x0000000000034c76        0x6 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-locale.o)
+                                          0x2 (size before relaxing)
+ .rodata._vfprintf_r.str1.1
+                0x0000000000034c76       0x11 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-nano-vfprintf.o)
+ .rodata.str1.1
+                0x0000000000034c87       0x1b /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .rodata.str1.1
+                0x0000000000034ca2       0x47 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ *(SORT_BY_ALIGNMENT(.gnu.linkonce.r.*))
+                0x0000000000034cec                . = ALIGN (0x4)
+ *fill*         0x0000000000034ce9        0x3 
+                0x0000000000034cec                __rodata_region_end = .
+                0x0000000000034cec                . = ALIGN (_region_min_align)
+                0x0000000000034cec                __rom_region_end = ((__rom_region_start + .) - ADDR (rom_start))
+
+/DISCARD/
+ *(SORT_BY_ALIGNMENT(.got.plt))
+ *(SORT_BY_ALIGNMENT(.igot.plt))
+ *(SORT_BY_ALIGNMENT(.got))
+ *(SORT_BY_ALIGNMENT(.igot))
+                0x0000000020000000                . = 0x20000000
+                0x0000000020000000                . = ALIGN (_region_min_align)
+                0x0000000020000000                _image_ram_start = .
+
+.ramfunc        0x0000000020000000        0x0 load address 0x0000000000034cec
+                0x0000000020000000                . = ALIGN (_region_min_align)
+                0x0000000020000000                __ramfunc_start = .
+ *(SORT_BY_ALIGNMENT(.ramfunc))
+ *(SORT_BY_ALIGNMENT(.ramfunc.*))
+                0x0000000020000000                . = ALIGN (_region_min_align)
+                0x0000000020000000                __ramfunc_end = .
+                0x0000000000000000                __ramfunc_size = (__ramfunc_end - __ramfunc_start)
+                0x0000000000034cec                __ramfunc_load_start = LOADADDR (.ramfunc)
+
+datas           0x0000000020000000      0x92a load address 0x0000000000034cec
+                0x0000000020000000                __data_region_start = .
+                0x0000000020000000                __data_start = .
+ *(SORT_BY_ALIGNMENT(.data))
+ .data          0x0000000020000000       0x3f /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ *fill*         0x000000002000003f        0x1 
+ .data          0x0000000020000040        0xc /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .data          0x000000002000004c        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .data          0x0000000020000050        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .data          0x0000000020000054        0x8 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .data          0x000000002000005c        0x8 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .data          0x0000000020000064        0x8 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .data          0x000000002000006c        0x8 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .data          0x0000000020000074        0x8 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .data          0x000000002000007c        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .data          0x0000000020000080        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .data          0x0000000020000084       0xec /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .data          0x0000000020000170       0xec /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .data          0x000000002000025c        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .data          0x0000000020000260        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .data          0x0000000020000264        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .data          0x0000000020000268        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .data          0x000000002000026c        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .data          0x0000000020000270        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .data          0x0000000020000274        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .data          0x0000000020000278        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .data          0x000000002000027c        0x4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .data          0x0000000020000280        0x4 /opt/ncs/nrfxlib/mpsl/fem/common/lib/cortex-m4/soft-float/libmpsl_fem_common.a(libmpsl_fem_common_debug_soft__obfuscated.elf)
+ .data          0x0000000020000284       0x40 /opt/ncs/nrfxlib/mpsl/fem/common/lib/cortex-m4/soft-float/libmpsl_fem_common.a(libmpsl_fem_common_debug_soft__obfuscated.elf)
+                0x0000000020000284                sym_NIQMZN22R7GGCSNM3BZ25GTCR6D457XB3DIUGWA
+ *(SORT_BY_ALIGNMENT(.data.*))
+ *fill*         0x00000000200002c4        0x4 
+ .data.bt_dev   0x00000000200002c8      0x168 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+                0x00000000200002c8                bt_dev
+ .data.m_data   0x0000000020000430       0xa8 zephyr/drivers/adc/libdrivers__adc.a(adc_nrfx_saadc.c.obj)
+ .data.calibration_work
+                0x00000000200004d8       0x30 modules/nrf/subsys/mpsl/init/lib..__nrf__subsys__mpsl__init.a(mpsl_init.c.obj)
+ .data._char_out
+                0x0000000020000508        0x4 zephyr/libzephyr.a(printk.c.obj)
+                0x0000000020000508                _char_out
+ .data.timestamp_func
+                0x000000002000050c        0x4 zephyr/libzephyr.a(log_core.c.obj)
+ .data.backend_cb_log_backend_uart
+                0x0000000020000510        0x8 zephyr/libzephyr.a(log_backend_uart.c.obj)
+ .data.flash_map
+                0x0000000020000518        0x4 zephyr/libzephyr.a(flash_map_default.c.obj)
+                0x0000000020000518                flash_map
+ .data.settings_nvs_itf
+                0x000000002000051c       0x14 zephyr/libzephyr.a(settings_nvs.c.obj)
+ .data._stdin_hook
+                0x0000000020000530        0x4 zephyr/lib/libc/newlib/liblib__libc__newlib.a(libc-hooks.c.obj)
+ .data._stdout_hook
+                0x0000000020000534        0x4 zephyr/lib/libc/newlib/liblib__libc__newlib.a(libc-hooks.c.obj)
+ .data.timer_work
+                0x0000000020000538       0x10 zephyr/subsys/lorawan/libloramac-node.a(hal_common.c.obj)
+                0x0000000020000538                timer_work
+ .data.next     0x0000000020000548        0x4 zephyr/subsys/lorawan/libloramac-node.a(utilities.c.obj)
+ .data.DioIrq   0x000000002000054c       0x18 zephyr/subsys/lorawan/libloramac-node.a(sx1276.c.obj)
+                0x000000002000054c                DioIrq
+ .data.rx_work  0x0000000020000564       0x10 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+ .data.conn_change
+                0x0000000020000574       0x10 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(conn.c.obj)
+ .data.ops.0    0x0000000020000584       0x28 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(att.c.obj)
+ .data.__compound_literal.27
+                0x00000000200005ac        0x8 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(gatt.c.obj)
+ .data.__compound_literal.23
+                0x00000000200005b4        0x8 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(gatt.c.obj)
+ .data.__compound_literal.18
+                0x00000000200005bc        0x8 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(gatt.c.obj)
+ .data.sc_ccc   0x00000000200005c4       0x18 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(gatt.c.obj)
+ .data.__compound_literal.12
+                0x00000000200005dc        0x8 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(gatt.c.obj)
+ .data.__compound_literal.8
+                0x00000000200005e4        0x8 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(gatt.c.obj)
+ .data.__compound_literal.4
+                0x00000000200005ec        0x8 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(gatt.c.obj)
+ .data.twim_0_data
+                0x00000000200005f4       0x38 zephyr/drivers/i2c/libdrivers__i2c.a(i2c_nrfx_twim.c.obj)
+ .data.lis2dh_reg_val_to_scale
+                0x000000002000062c       0x10 zephyr/drivers/sensor/st/lis2dh/libdrivers__sensor__st__lis2dh.a(lis2dh.c.obj)
+ .data.uart_nrfx_uart0_data
+                0x000000002000063c        0x8 zephyr/drivers/serial/libdrivers__serial.a(uart_nrfx_uart.c.obj)
+ .data.spi_1_data
+                0x0000000020000644       0x78 zephyr/drivers/spi/libdrivers__spi.a(spi_nrfx_spim.c.obj)
+ .data.m_cb     0x00000000200006bc       0x78 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_gpiote.c.obj)
+ .data.timeout_list
+                0x0000000020000734        0x8 zephyr/kernel/libkernel.a(timeout.c.obj)
+ .data.wait_q.0
+                0x000000002000073c        0x8 zephyr/kernel/libkernel.a(poll.c.obj)
+ .data._impure_ptr
+                0x0000000020000744        0x4 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-impure.o)
+                0x0000000020000744                _impure_ptr
+ .data.impure_data
+                0x0000000020000748       0x60 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-impure.o)
+ .data.__global_locale
+                0x00000000200007a8      0x16c /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-locale.o)
+                0x00000000200007a8                __global_locale
+ .data.region_channels_mask_size
+                0x0000000020000914        0x1 zephyr/subsys/lorawan/libloramac-node.a(lorawan.c.obj)
+ .data.selected_region
+                0x0000000020000915        0x1 zephyr/subsys/lorawan/libloramac-node.a(lorawan.c.obj)
+ .data.KeyAddrList
+                0x0000000020000916       0x14 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacCrypto.c.obj)
+ *(SORT_BY_ALIGNMENT(.kernel.*))
+                0x000000002000092a                __data_end = .
+                0x000000000000092a                __data_size = (__data_end - __data_start)
+                0x0000000000034cec                __data_load_start = LOADADDR (datas)
+                0x0000000000034cec                __data_region_load_start = LOADADDR (datas)
+
+device_states   0x000000002000092a       0x1e load address 0x0000000000035616
+                0x000000002000092a                __device_states_start = .
+ *(SORT_BY_ALIGNMENT(.z_devstate))
+ .z_devstate    0x000000002000092a        0x2 zephyr/subsys/lorawan/libloramac-node.a(sx127x.c.obj)
+ .z_devstate    0x000000002000092c        0x2 zephyr/drivers/adc/libdrivers__adc.a(adc_nrfx_saadc.c.obj)
+ .z_devstate    0x000000002000092e        0x2 zephyr/drivers/clock_control/libdrivers__clock_control.a(clock_control_nrf.c.obj)
+ .z_devstate    0x0000000020000930        0x2 zephyr/drivers/entropy/libdrivers__entropy.a(entropy_nrf5.c.obj)
+ .z_devstate    0x0000000020000932        0x2 zephyr/drivers/entropy/libdrivers__entropy.a(entropy_bt_hci.c.obj)
+ .z_devstate    0x0000000020000934        0x2 zephyr/drivers/flash/libdrivers__flash.a(soc_flash_nrf.c.obj)
+ .z_devstate    0x0000000020000936        0x4 zephyr/drivers/gpio/libdrivers__gpio.a(gpio_nrfx.c.obj)
+ .z_devstate    0x000000002000093a        0x2 zephyr/drivers/i2c/libdrivers__i2c.a(i2c_nrfx_twim.c.obj)
+ .z_devstate    0x000000002000093c        0x2 zephyr/drivers/sensor/bosch/bme280/libdrivers__sensor__bosch__bme280.a(bme280.c.obj)
+ .z_devstate    0x000000002000093e        0x2 zephyr/drivers/sensor/st/lis2dh/libdrivers__sensor__st__lis2dh.a(lis2dh.c.obj)
+ .z_devstate    0x0000000020000940        0x2 zephyr/drivers/sensor/st/lis2mdl/libdrivers__sensor__st__lis2mdl.a(lis2mdl.c.obj)
+ .z_devstate    0x0000000020000942        0x2 zephyr/drivers/serial/libdrivers__serial.a(uart_nrfx_uart.c.obj)
+ .z_devstate    0x0000000020000944        0x2 zephyr/drivers/spi/libdrivers__spi.a(spi_nrfx_spim.c.obj)
+ .z_devstate    0x0000000020000946        0x2 modules/nrf/drivers/mpsl/temp_nrf5/lib..__nrf__drivers__mpsl__temp_nrf5.a(temp_nrf5_mpsl.c.obj)
+ *(SORT_BY_ALIGNMENT(.z_devstate.*))
+                0x0000000020000948                __device_states_end = .
+
+log_mpsc_pbuf_area
+                0x0000000020000948       0x40 load address 0x0000000000035634
+                0x0000000020000948                _log_mpsc_pbuf_list_start = .
+ *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._log_mpsc_pbuf.static.*)))
+ ._log_mpsc_pbuf.static.log_buffer_
+                0x0000000020000948       0x40 zephyr/libzephyr.a(log_core.c.obj)
+                0x0000000020000988                _log_mpsc_pbuf_list_end = .
+
+log_msg_ptr_area
+                0x0000000020000988        0x4 load address 0x0000000000035674
+                0x0000000020000988                _log_msg_ptr_list_start = .
+ *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._log_msg_ptr.static.*)))
+ ._log_msg_ptr.static.log_msg_ptr_
+                0x0000000020000988        0x4 zephyr/libzephyr.a(log_core.c.obj)
+                0x000000002000098c                _log_msg_ptr_list_end = .
+
+log_dynamic_area
+                0x000000002000098c        0x0 load address 0x0000000000035678
+                0x000000002000098c                _log_dynamic_list_start = .
+ *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._log_dynamic.static.*)))
+                0x000000002000098c                _log_dynamic_list_end = .
+
+k_timer_area    0x0000000020000990       0x38 load address 0x000000000003567c
+                0x0000000020000990                _k_timer_list_start = .
+ *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._k_timer.static.*)))
+ ._k_timer.static.lora_timer_
+                0x0000000020000990       0x38 zephyr/subsys/lorawan/libloramac-node.a(hal_common.c.obj)
+                0x0000000020000990                lora_timer
+                0x00000000200009c8                _k_timer_list_end = .
+
+k_mem_slab_area
+                0x00000000200009c8       0x54 load address 0x00000000000356b4
+                0x00000000200009c8                _k_mem_slab_list_start = .
+ *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._k_mem_slab.static.*)))
+ ._k_mem_slab.static.att_slab_
+                0x00000000200009c8       0x1c zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(att.c.obj)
+                0x00000000200009c8                att_slab
+ ._k_mem_slab.static.chan_slab_
+                0x00000000200009e4       0x1c zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(att.c.obj)
+                0x00000000200009e4                chan_slab
+ ._k_mem_slab.static.req_slab_
+                0x0000000020000a00       0x1c zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(att.c.obj)
+                0x0000000020000a00                req_slab
+                0x0000000020000a1c                _k_mem_slab_list_end = .
+
+k_heap_area     0x0000000020000a1c        0x0 load address 0x0000000000035708
+                0x0000000020000a1c                _k_heap_list_start = .
+ *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._k_heap.static.*)))
+                0x0000000020000a1c                _k_heap_list_end = .
+
+k_mutex_area    0x0000000020000a1c       0x8c load address 0x0000000000035708
+                0x0000000020000a1c                _k_mutex_list_start = .
+ *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._k_mutex.static.*)))
+ ._k_mutex.static.__lock___malloc_recursive_mutex_
+                0x0000000020000a1c       0x14 zephyr/lib/libc/newlib/liblib__libc__newlib.a(libc-hooks.c.obj)
+                0x0000000020000a1c                __lock___malloc_recursive_mutex
+ ._k_mutex.static.__lock___sfp_recursive_mutex_
+                0x0000000020000a30       0x14 zephyr/lib/libc/newlib/liblib__libc__newlib.a(libc-hooks.c.obj)
+                0x0000000020000a30                __lock___sfp_recursive_mutex
+ ._k_mutex.static.__lock___sinit_recursive_mutex_
+                0x0000000020000a44       0x14 zephyr/lib/libc/newlib/liblib__libc__newlib.a(libc-hooks.c.obj)
+                0x0000000020000a44                __lock___sinit_recursive_mutex
+ ._k_mutex.static.lorawan_join_mutex_
+                0x0000000020000a58       0x14 zephyr/subsys/lorawan/libloramac-node.a(lorawan.c.obj)
+                0x0000000020000a58                lorawan_join_mutex
+ ._k_mutex.static.lorawan_send_mutex_
+                0x0000000020000a6c       0x14 zephyr/subsys/lorawan/libloramac-node.a(lorawan.c.obj)
+                0x0000000020000a6c                lorawan_send_mutex
+ ._k_mutex.static.mpsl_lock_
+                0x0000000020000a80       0x14 modules/nrf/lib/multithreading_lock/lib..__nrf__lib__multithreading_lock.a(multithreading_lock.c.obj)
+ ._k_mutex.static.settings_lock_
+                0x0000000020000a94       0x14 zephyr/libzephyr.a(settings.c.obj)
+                0x0000000020000a94                settings_lock
+                0x0000000020000aa8                _k_mutex_list_end = .
+
+k_stack_area    0x0000000020000aa8        0x0 load address 0x0000000000035794
+                0x0000000020000aa8                _k_stack_list_start = .
+ *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._k_stack.static.*)))
+                0x0000000020000aa8                _k_stack_list_end = .
+
+k_msgq_area     0x0000000020000aa8        0x0 load address 0x0000000000035794
+                0x0000000020000aa8                _k_msgq_list_start = .
+ *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._k_msgq.static.*)))
+                0x0000000020000aa8                _k_msgq_list_end = .
+
+k_mbox_area     0x0000000020000aa8        0x0 load address 0x0000000000035794
+                0x0000000020000aa8                _k_mbox_list_start = .
+ *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._k_mbox.static.*)))
+                0x0000000020000aa8                _k_mbox_list_end = .
+
+k_pipe_area     0x0000000020000aa8        0x0 load address 0x0000000000035794
+                0x0000000020000aa8                _k_pipe_list_start = .
+ *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._k_pipe.static.*)))
+                0x0000000020000aa8                _k_pipe_list_end = .
+
+k_sem_area      0x0000000020000aa8       0x48 load address 0x0000000000035794
+                0x0000000020000aa8                _k_sem_list_start = .
+ *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._k_sem.static.*)))
+ ._k_sem.static.log_process_thread_sem_
+                0x0000000020000aa8       0x18 zephyr/libzephyr.a(log_core.c.obj)
+                0x0000000020000aa8                log_process_thread_sem
+ ._k_sem.static.mcps_confirm_sem_
+                0x0000000020000ac0       0x18 zephyr/subsys/lorawan/libloramac-node.a(lorawan.c.obj)
+                0x0000000020000ac0                mcps_confirm_sem
+ ._k_sem.static.mlme_confirm_sem_
+                0x0000000020000ad8       0x18 zephyr/subsys/lorawan/libloramac-node.a(lorawan.c.obj)
+                0x0000000020000ad8                mlme_confirm_sem
+                0x0000000020000af0                _k_sem_list_end = .
+
+k_event_area    0x0000000020000af0        0x0 load address 0x00000000000357dc
+                0x0000000020000af0                _k_event_list_start = .
+ *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._k_event.static.*)))
+                0x0000000020000af0                _k_event_list_end = .
+
+k_queue_area    0x0000000020000af0        0x0 load address 0x00000000000357dc
+                0x0000000020000af0                _k_queue_list_start = .
+ *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._k_queue.static.*)))
+                0x0000000020000af0                _k_queue_list_end = .
+
+k_fifo_area     0x0000000020000af0       0x18 load address 0x00000000000357dc
+                0x0000000020000af0                _k_fifo_list_start = .
+ *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._k_fifo.static.*)))
+ ._k_fifo.static.free_tx_
+                0x0000000020000af0       0x18 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(conn.c.obj)
+                0x0000000020000af0                free_tx
+                0x0000000020000b08                _k_fifo_list_end = .
+
+k_lifo_area     0x0000000020000b08        0x0 load address 0x00000000000357f4
+                0x0000000020000b08                _k_lifo_list_start = .
+ *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._k_lifo.static.*)))
+                0x0000000020000b08                _k_lifo_list_end = .
+
+k_condvar_area  0x0000000020000b08        0x0 load address 0x00000000000357f4
+                0x0000000020000b08                _k_condvar_list_start = .
+ *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._k_condvar.static.*)))
+                0x0000000020000b08                _k_condvar_list_end = .
+
+sys_mem_blocks_ptr_area
+                0x0000000020000b08        0x0 load address 0x00000000000357f4
+                0x0000000020000b08                _sys_mem_blocks_ptr_list_start = .
+ *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._sys_mem_blocks_ptr.static.*)))
+                0x0000000020000b08                _sys_mem_blocks_ptr_list_end = .
+
+net_buf_pool_area
+                0x0000000020000b08      0x134 load address 0x00000000000357f4
+                0x0000000020000b08                _net_buf_pool_list_start = .
+ *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._net_buf_pool.static.*)))
+ ._net_buf_pool.static.acl_tx_pool_
+                0x0000000020000b08       0x2c zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(conn.c.obj)
+ ._net_buf_pool.static.att_pool_
+                0x0000000020000b34       0x2c zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(att.c.obj)
+ ._net_buf_pool.static.discardable_pool_
+                0x0000000020000b60       0x2c zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(buf.c.obj)
+ ._net_buf_pool.static.frag_pool_
+                0x0000000020000b8c       0x2c zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(conn.c.obj)
+ ._net_buf_pool.static.hci_cmd_pool_
+                0x0000000020000bb8       0x2c zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+ ._net_buf_pool.static.hci_rx_pool_
+                0x0000000020000be4       0x2c zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(buf.c.obj)
+ ._net_buf_pool.static.sync_evt_pool_
+                0x0000000020000c10       0x2c zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(buf.c.obj)
+                0x0000000020000c3c                _net_buf_pool_list_end = .
+                0x0000000020000c3c                __data_region_end = .
+
+bss             0x0000000020000c40     0x3688
+                0x0000000020000c40                . = ALIGN (0x4)
+                0x0000000020000c40                __bss_start = .
+                0x0000000020000c40                __kernel_ram_start = .
+ *(SORT_BY_ALIGNMENT(.bss))
+ .bss           0x0000000020000c40      0x7d4 /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+                0x00000000200011ec                sym_X2CGJY32WPU5QR6XFTHTAS6KO4LV2ENSTHTXMQI
+                0x000000002000129a                sym_VQ35Q3R547AGSAUE3MG4FJPAHAQLVUOXVCL6PHY
+ *fill*         0x0000000020001414        0x4 
+ .bss           0x0000000020001418      0x643 /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+                0x0000000020001458                sym_NT37KP64JKA7J3SBAMLBJICQNSHBWT52IX4ZBOY
+                0x0000000020001858                sym_DJDGWWBZPJEGCPY35B7VRZXZW7UWR7GL2OUADBY
+                0x0000000020001860                sym_3QJDOYCZRNEDIUTNFE3QIKOLVPHROSOZTM22HKQ
+                0x0000000020001890                sym_FU46TPWIIUBL5EEFYRZUSQCSFRMR4OIHWDOTVSQ
+                0x00000000200018b8                sym_Z5WZCMHZDI7RNMVB5GZYQIRS7P3BTO7552UV62I
+ *fill*         0x0000000020001a5b        0x1 
+ .bss           0x0000000020001a5c       0x11 /opt/ncs/nrfxlib/mpsl/fem/common/lib/cortex-m4/soft-float/libmpsl_fem_common.a(libmpsl_fem_common_debug_soft__obfuscated.elf)
+ *(SORT_BY_ALIGNMENT(.bss.*))
+ *fill*         0x0000000020001a6d        0x3 
+ .bss.logging_thread
+                0x0000000020001a70       0x78 zephyr/libzephyr.a(log_core.c.obj)
+                0x0000000020001a70                logging_thread
+ .bss.buf32     0x0000000020001ae8      0x400 zephyr/libzephyr.a(log_core.c.obj)
+ .bss.last_failure_report
+                0x0000000020001ee8        0x8 zephyr/libzephyr.a(log_core.c.obj)
+ .bss.log_process_thread_timer
+                0x0000000020001ef0       0x38 zephyr/libzephyr.a(log_core.c.obj)
+ .bss.bt_long_wq
+                0x0000000020001f28       0x98 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(long_wq.c.obj)
+ .bss.bt_workq  0x0000000020001fc0       0x98 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+ .bss.acl_conns
+                0x0000000020002058       0xc0 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(conn.c.obj)
+ .bss.db_hash   0x0000000020002118       0x68 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(gatt.c.obj)
+ .bss.gatt_sc   0x0000000020002180       0x58 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(gatt.c.obj)
+ .bss.cc_data   0x00000000200021d8       0x10 zephyr/drivers/timer/libdrivers__timer.a(nrf_rtc_timer.c.obj)
+ .bss.last_count
+                0x00000000200021e8        0x8 zephyr/drivers/timer/libdrivers__timer.a(nrf_rtc_timer.c.obj)
+ .bss.anchor    0x00000000200021f0        0x8 zephyr/drivers/timer/libdrivers__timer.a(nrf_rtc_timer.c.obj)
+ .bss.sdc_mempool
+                0x00000000200021f8      0x779 modules/nrf/subsys/bluetooth/controller/lib..__nrf__subsys__bluetooth__controller.a(hci_driver.c.obj)
+ *fill*         0x0000000020002971        0x7 
+ .bss.mpsl_work_q
+                0x0000000020002978       0x98 modules/nrf/subsys/mpsl/init/lib..__nrf__subsys__mpsl__init.a(mpsl_init.c.obj)
+                0x0000000020002978                mpsl_work_q
+ .bss.z_idle_threads
+                0x0000000020002a10       0x78 zephyr/kernel/libkernel.a(init.c.obj)
+                0x0000000020002a10                z_idle_threads
+ .bss.z_main_thread
+                0x0000000020002a88       0x78 zephyr/kernel/libkernel.a(init.c.obj)
+                0x0000000020002a88                z_main_thread
+ .bss.k_sys_work_q
+                0x0000000020002b00       0x98 zephyr/kernel/libkernel.a(system_work_q.c.obj)
+                0x0000000020002b00                k_sys_work_q
+ .bss._thread_dummy
+                0x0000000020002b98       0x78 zephyr/kernel/libkernel.a(sched.c.obj)
+                0x0000000020002b98                _thread_dummy
+ .bss.slice_timeouts
+                0x0000000020002c10       0x18 zephyr/kernel/libkernel.a(timeslicing.c.obj)
+ .bss.curr_tick
+                0x0000000020002c28        0x8 zephyr/kernel/libkernel.a(timeout.c.obj)
+ .bss.curr_log_buffer
+                0x0000000020002c30        0x4 zephyr/libzephyr.a(log_core.c.obj)
+ .bss.proc_tid  0x0000000020002c34        0x4 zephyr/libzephyr.a(log_core.c.obj)
+ .bss.dropped_cnt
+                0x0000000020002c38        0x4 zephyr/libzephyr.a(log_core.c.obj)
+ .bss.buffered_cnt
+                0x0000000020002c3c        0x4 zephyr/libzephyr.a(log_core.c.obj)
+ .bss.initialized
+                0x0000000020002c40        0x4 zephyr/libzephyr.a(log_core.c.obj)
+ .bss.timestamp_div
+                0x0000000020002c44        0x4 zephyr/libzephyr.a(log_output.c.obj)
+ .bss.freq      0x0000000020002c48        0x4 zephyr/libzephyr.a(log_output.c.obj)
+ .bss.lbu_data  0x0000000020002c4c       0x20 zephyr/libzephyr.a(log_backend_uart.c.obj)
+ .bss.lbu_output_control_block
+                0x0000000020002c6c        0xc zephyr/libzephyr.a(log_backend_uart.c.obj)
+ .bss.settings_save_dst
+                0x0000000020002c78        0x4 zephyr/libzephyr.a(settings_store.c.obj)
+                0x0000000020002c78                settings_save_dst
+ .bss.settings_load_srcs
+                0x0000000020002c7c        0x8 zephyr/libzephyr.a(settings_store.c.obj)
+                0x0000000020002c7c                settings_load_srcs
+ .bss.settings_handlers
+                0x0000000020002c84        0x8 zephyr/libzephyr.a(settings.c.obj)
+                0x0000000020002c84                settings_handlers
+ .bss.default_settings_nvs.0
+                0x0000000020002c8c       0x40 zephyr/libzephyr.a(settings_nvs.c.obj)
+ .bss.heap_sz   0x0000000020002ccc        0x4 zephyr/lib/libc/newlib/liblib__libc__newlib.a(libc-hooks.c.obj)
+ .bss.dr_changed_cb
+                0x0000000020002cd0        0x4 zephyr/subsys/lorawan/libloramac-node.a(lorawan.c.obj)
+ .bss.battery_level_cb
+                0x0000000020002cd4        0x4 zephyr/subsys/lorawan/libloramac-node.a(lorawan.c.obj)
+ .bss.mac_callbacks
+                0x0000000020002cd8       0x10 zephyr/subsys/lorawan/libloramac-node.a(lorawan.c.obj)
+ .bss.mac_primitives
+                0x0000000020002ce8       0x10 zephyr/subsys/lorawan/libloramac-node.a(lorawan.c.obj)
+ .bss.dl_callbacks
+                0x0000000020002cf8        0x8 zephyr/subsys/lorawan/libloramac-node.a(lorawan.c.obj)
+ .bss.backup_reg
+                0x0000000020002d00        0x8 zephyr/subsys/lorawan/libloramac-node.a(hal_common.c.obj)
+ .bss.saved_time
+                0x0000000020002d08        0x4 zephyr/subsys/lorawan/libloramac-node.a(hal_common.c.obj)
+ .bss.dev_data  0x0000000020002d0c       0x54 zephyr/subsys/lorawan/libloramac-node.a(sx12xx_common.c.obj)
+ .bss.callbacks.0
+                0x0000000020002d60        0xc zephyr/subsys/lorawan/libloramac-node.a(sx127x.c.obj)
+ .bss.dev_data  0x0000000020002d6c       0x10 zephyr/subsys/lorawan/libloramac-node.a(sx127x.c.obj)
+ .bss.TimerListHead
+                0x0000000020002d7c        0x4 zephyr/subsys/lorawan/libloramac-node.a(timer.c.obj)
+ .bss.RxTimeoutSyncWord
+                0x0000000020002d80       0x18 zephyr/subsys/lorawan/libloramac-node.a(sx1276.c.obj)
+                0x0000000020002d80                RxTimeoutSyncWord
+ .bss.RxTimeoutTimer
+                0x0000000020002d98       0x18 zephyr/subsys/lorawan/libloramac-node.a(sx1276.c.obj)
+                0x0000000020002d98                RxTimeoutTimer
+ .bss.TxTimeoutTimer
+                0x0000000020002db0       0x18 zephyr/subsys/lorawan/libloramac-node.a(sx1276.c.obj)
+                0x0000000020002db0                TxTimeoutTimer
+ .bss.SX1276    0x0000000020002dc8      0x144 zephyr/subsys/lorawan/libloramac-node.a(sx1276.c.obj)
+                0x0000000020002dc8                SX1276
+ .bss.RadioEvents
+                0x0000000020002f0c        0x4 zephyr/subsys/lorawan/libloramac-node.a(sx1276.c.obj)
+ .bss.SeNvm     0x0000000020002f10        0x4 zephyr/subsys/lorawan/libloramac-node.a(soft-se.c.obj)
+ .bss.RxDoneParams
+                0x0000000020002f14       0x10 zephyr/subsys/lorawan/libloramac-node.a(LoRaMac.c.obj)
+                0x0000000020002f14                RxDoneParams
+ .bss.TxDoneParams
+                0x0000000020002f24        0x4 zephyr/subsys/lorawan/libloramac-node.a(LoRaMac.c.obj)
+                0x0000000020002f24                TxDoneParams
+ .bss.LoRaMacRadioEvents
+                0x0000000020002f28        0x4 zephyr/subsys/lorawan/libloramac-node.a(LoRaMac.c.obj)
+                0x0000000020002f28                LoRaMacRadioEvents
+ .bss.RegionBands
+                0x0000000020002f2c       0x90 zephyr/subsys/lorawan/libloramac-node.a(LoRaMac.c.obj)
+ .bss.Nvm       0x0000000020002fbc      0x460 zephyr/subsys/lorawan/libloramac-node.a(LoRaMac.c.obj)
+ .bss.MacCtx    0x000000002000341c      0x580 zephyr/subsys/lorawan/libloramac-node.a(LoRaMac.c.obj)
+ .bss.CommandsCtx
+                0x000000002000399c      0x20c zephyr/subsys/lorawan/libloramac-node.a(LoRaMacCommands.c.obj)
+ .bss.ConfirmQueueCtx
+                0x0000000020003ba8       0x24 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacConfirmQueue.c.obj)
+ .bss.CryptoNvm
+                0x0000000020003bcc        0x4 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacCrypto.c.obj)
+ .bss.RegionBands
+                0x0000000020003bd0        0x4 zephyr/subsys/lorawan/libloramac-node.a(RegionEU868.c.obj)
+ .bss.RegionNvmGroup2
+                0x0000000020003bd4        0x4 zephyr/subsys/lorawan/libloramac-node.a(RegionEU868.c.obj)
+ .bss.cmd_data  0x0000000020003bd8       0x18 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+ .bss.ready_cb  0x0000000020003bf0        0x4 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+ .bss.conn_tx   0x0000000020003bf4       0x30 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(conn.c.obj)
+ .bss.callback_list
+                0x0000000020003c24        0x4 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(conn.c.obj)
+ .bss.bt_l2cap_pool
+                0x0000000020003c28       0x30 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(l2cap.c.obj)
+ .bss.tx_meta_data_storage
+                0x0000000020003c58       0x48 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(att.c.obj)
+ .bss.att_handle_rsp_thread
+                0x0000000020003ca0        0x4 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(att.c.obj)
+ .bss.cancel    0x0000000020003ca4       0x10 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(att.c.obj)
+ .bss.sc_restore_params
+                0x0000000020003cb4       0x18 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(gatt.c.obj)
+ .bss.cf_cfg    0x0000000020003ccc       0x10 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(gatt.c.obj)
+ .bss.gatt_flags
+                0x0000000020003cdc        0x4 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(gatt.c.obj)
+ .bss.callback_list
+                0x0000000020003ce0        0x8 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(gatt.c.obj)
+ .bss.bt_smp_pool
+                0x0000000020003ce8       0x30 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(smp_null.c.obj)
+ .bss.cli.1     0x0000000020003d18       0x10 zephyr/drivers/clock_control/libdrivers__clock_control.a(clock_control_nrf.c.obj)
+ .bss.on.2      0x0000000020003d28        0x4 zephyr/drivers/clock_control/libdrivers__clock_control.a(clock_control_nrf.c.obj)
+ .bss.data      0x0000000020003d2c       0x50 zephyr/drivers/clock_control/libdrivers__clock_control.a(clock_control_nrf.c.obj)
+ .bss.hfclk_users
+                0x0000000020003d7c        0x4 zephyr/drivers/clock_control/libdrivers__clock_control.a(clock_control_nrf.c.obj)
+ .bss.entropy_nrf5_data
+                0x0000000020003d80       0x54 zephyr/drivers/entropy/libdrivers__entropy.a(entropy_nrf5.c.obj)
+ .bss.dev_layout
+                0x0000000020003dd4        0x8 zephyr/drivers/flash/libdrivers__flash.a(soc_flash_nrf.c.obj)
+ .bss.sem_lock  0x0000000020003ddc       0x18 zephyr/drivers/flash/libdrivers__flash.a(soc_flash_nrf.c.obj)
+ .bss.gpio_nrfx_p1_data
+                0x0000000020003df4        0xc zephyr/drivers/gpio/libdrivers__gpio.a(gpio_nrfx.c.obj)
+ .bss.gpio_nrfx_p0_data
+                0x0000000020003e00        0xc zephyr/drivers/gpio/libdrivers__gpio.a(gpio_nrfx.c.obj)
+ .bss.bme280_data_0
+                0x0000000020003e0c       0x38 zephyr/drivers/sensor/bosch/bme280/libdrivers__sensor__bosch__bme280.a(bme280.c.obj)
+ .bss.lis2dh_data_0
+                0x0000000020003e44       0x14 zephyr/drivers/sensor/st/lis2dh/libdrivers__sensor__st__lis2dh.a(lis2dh.c.obj)
+ .bss.lis2mdl_data_0
+                0x0000000020003e58       0x48 zephyr/drivers/sensor/st/lis2mdl/libdrivers__sensor__st__lis2mdl.a(lis2mdl.c.obj)
+ .bss.poll_out_lock.0
+                0x0000000020003ea0        0x4 zephyr/drivers/serial/libdrivers__serial.a(uart_nrfx_uart.c.obj)
+ .bss.force_isr_mask
+                0x0000000020003ea4        0x4 zephyr/drivers/timer/libdrivers__timer.a(nrf_rtc_timer.c.obj)
+ .bss.int_mask  0x0000000020003ea8        0x4 zephyr/drivers/timer/libdrivers__timer.a(nrf_rtc_timer.c.obj)
+ .bss.overflow_cnt
+                0x0000000020003eac        0x4 zephyr/drivers/timer/libdrivers__timer.a(nrf_rtc_timer.c.obj)
+ .bss.receive_work
+                0x0000000020003eb0       0x10 modules/nrf/subsys/bluetooth/controller/lib..__nrf__subsys__bluetooth__controller.a(hci_driver.c.obj)
+ .bss.user_cmd_handler
+                0x0000000020003ec0        0x4 modules/nrf/subsys/bluetooth/controller/lib..__nrf__subsys__bluetooth__controller.a(hci_internal.c.obj)
+ .bss.ecdh_work
+                0x0000000020003ec4       0x10 modules/nrf/subsys/bluetooth/controller/lib..__nrf__subsys__bluetooth__controller.a(ecdh.c.obj)
+ .bss.cmd       0x0000000020003ed4        0x4 modules/nrf/subsys/bluetooth/controller/lib..__nrf__subsys__bluetooth__controller.a(ecdh.c.obj)
+ .bss.timeslot_context
+                0x0000000020003ed8       0x30 modules/nrf/subsys/mpsl/init/lib..__nrf__subsys__mpsl__init.a(mpsl_init.c.obj)
+ .bss.mpsl_low_prio_work
+                0x0000000020003f08       0x10 modules/nrf/subsys/mpsl/init/lib..__nrf__subsys__mpsl__init.a(mpsl_init.c.obj)
+ .bss.event_handler
+                0x0000000020003f18        0x4 modules/nrf/drivers/mpsl/clock_control/lib..__nrf__drivers__mpsl__clock_control.a(nrfx_clock_mpsl.c.obj)
+ .bss._context  0x0000000020003f1c       0x44 modules/nrf/drivers/mpsl/flash_sync/lib..__nrf__drivers__mpsl__flash_sync.a(flash_sync_mpsl.c.obj)
+ .bss.temp_nrf5_mpsl_driver
+                0x0000000020003f60        0x4 modules/nrf/drivers/mpsl/temp_nrf5/lib..__nrf__drivers__mpsl__temp_nrf5.a(temp_nrf5_mpsl.c.obj)
+ .bss.m_cb      0x0000000020003f64       0x24 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_spim.c.obj)
+ .bss.m_cb      0x0000000020003f88       0x28 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_twim.c.obj)
+ .bss._kernel   0x0000000020003fb0       0x20 zephyr/kernel/libkernel.a(init.c.obj)
+                0x0000000020003fb0                _kernel
+ .bss.pending_cancels
+                0x0000000020003fd0        0x8 zephyr/kernel/libkernel.a(work.c.obj)
+ .bss.pending_current
+                0x0000000020003fd8        0x4 zephyr/kernel/libkernel.a(timeslicing.c.obj)
+                0x0000000020003fd8                pending_current
+ .bss.slice_max_prio
+                0x0000000020003fdc        0x4 zephyr/kernel/libkernel.a(timeslicing.c.obj)
+ .bss.slice_ticks
+                0x0000000020003fe0        0x4 zephyr/kernel/libkernel.a(timeslicing.c.obj)
+ .bss.announce_remaining
+                0x0000000020003fe4        0x4 zephyr/kernel/libkernel.a(timeout.c.obj)
+ .bss.__malloc_sbrk_start
+                0x0000000020003fe8        0x4 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-nano-mallocr.o)
+                0x0000000020003fe8                __malloc_sbrk_start
+ .bss.__malloc_free_list
+                0x0000000020003fec        0x4 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-nano-mallocr.o)
+                0x0000000020003fec                __malloc_free_list
+ .bss.errno     0x0000000020003ff0        0x4 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-reent.o)
+                0x0000000020003ff0                errno
+ .bss.sample_buffer
+                0x0000000020003ff4        0x2 app/libapp.a(main.c.obj)
+ .bss.RJcount0  0x0000000020003ff6        0x2 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacCrypto.c.obj)
+ .bss.disconnected_handles
+                0x0000000020003ff8        0x2 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+ .bss.sc_range  0x0000000020003ffa        0x4 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(gatt.c.obj)
+ .bss.sc_cfg    0x0000000020003ffe        0xc zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(gatt.c.obj)
+ .bss.last_static_handle
+                0x000000002000400a        0x2 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(gatt.c.obj)
+ .bss.backend_attached
+                0x000000002000400c        0x1 zephyr/libzephyr.a(log_core.c.obj)
+ .bss.panic_mode
+                0x000000002000400d        0x1 zephyr/libzephyr.a(log_core.c.obj)
+ .bss.lbu_buffer
+                0x000000002000400e        0x1 zephyr/libzephyr.a(log_backend_uart.c.obj)
+ .bss.settings_subsys_initialized
+                0x000000002000400f        0x1 zephyr/libzephyr.a(settings_init.c.obj)
+                0x000000002000400f                settings_subsys_initialized
+ .bss.last_mlme_confirm_status
+                0x0000000020004010        0x1 zephyr/subsys/lorawan/libloramac-node.a(lorawan.c.obj)
+ .bss.last_mcps_confirm_status
+                0x0000000020004011        0x1 zephyr/subsys/lorawan/libloramac-node.a(lorawan.c.obj)
+ .bss.lorawan_adr_enable
+                0x0000000020004012        0x1 zephyr/subsys/lorawan/libloramac-node.a(lorawan.c.obj)
+ .bss.current_datarate
+                0x0000000020004013        0x1 zephyr/subsys/lorawan/libloramac-node.a(lorawan.c.obj)
+ .bss.default_datarate
+                0x0000000020004014        0x1 zephyr/subsys/lorawan/libloramac-node.a(lorawan.c.obj)
+ .bss.RxTxBuffer
+                0x0000000020004015      0x100 zephyr/subsys/lorawan/libloramac-node.a(sx1276.c.obj)
+ .bss.initialized.0
+                0x0000000020004115        0x1 zephyr/subsys/lorawan/libloramac-node.a(LoRaMac.c.obj)
+ .bss.str.1     0x0000000020004116       0x1e zephyr/subsys/bluetooth/common/libsubsys__bluetooth__common.a(bt_str.c.obj)
+ .bss.str.3     0x0000000020004134       0x81 zephyr/subsys/bluetooth/common/libsubsys__bluetooth__common.a(bt_str.c.obj)
+ .bss.disconnected_handles_reason
+                0x00000000200041b5        0x1 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+ .bss.ident.1   0x00000000200041b6        0x1 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(l2cap.c.obj)
+ .bss.twim_0_msg_buf
+                0x00000000200041b7       0x10 zephyr/drivers/i2c/libdrivers__i2c.a(i2c_nrfx_twim.c.obj)
+ .bss.spim_1_rx_buffer
+                0x00000000200041c7        0x8 zephyr/drivers/spi/libdrivers__spi.a(spi_nrfx_spim.c.obj)
+ .bss.spim_1_tx_buffer
+                0x00000000200041cf        0x8 zephyr/drivers/spi/libdrivers__spi.a(spi_nrfx_spim.c.obj)
+ .bss.hci_buf.0
+                0x00000000200041d7       0x47 modules/nrf/subsys/bluetooth/controller/lib..__nrf__subsys__bluetooth__controller.a(hci_driver.c.obj)
+ .bss.cmd_complete_or_status
+                0x000000002000421e       0x48 modules/nrf/subsys/bluetooth/controller/lib..__nrf__subsys__bluetooth__controller.a(hci_internal.c.obj)
+ .bss.ecdh      0x0000000020004266       0x60 modules/nrf/subsys/bluetooth/controller/lib..__nrf__subsys__bluetooth__controller.a(ecdh.c.obj)
+ .bss.z_sys_post_kernel
+                0x00000000200042c6        0x1 zephyr/kernel/libkernel.a(init.c.obj)
+                0x00000000200042c6                z_sys_post_kernel
+ .bss.lock      0x00000000200042c7        0x0 zephyr/kernel/libkernel.a(mutex.c.obj)
+ .bss.lock      0x00000000200042c7        0x0 zephyr/kernel/libkernel.a(sem.c.obj)
+ .bss.lock      0x00000000200042c7        0x0 zephyr/kernel/libkernel.a(work.c.obj)
+ .bss._sched_spinlock
+                0x00000000200042c7        0x0 zephyr/kernel/libkernel.a(sched.c.obj)
+                0x00000000200042c7                _sched_spinlock
+ .bss.slice_expired
+                0x00000000200042c7        0x1 zephyr/kernel/libkernel.a(timeslicing.c.obj)
+ .bss.lock      0x00000000200042c8        0x0 zephyr/kernel/libkernel.a(poll.c.obj)
+ *(SORT_BY_ALIGNMENT(COMMON))
+ *(SORT_BY_ALIGNMENT(.kernel_bss.*))
+                0x00000000200042c8                __bss_end = ALIGN (0x4)
+
+noinit          0x00000000200042c8     0x2df8
+ *(SORT_BY_ALIGNMENT(.noinit))
+ *(SORT_BY_ALIGNMENT(.noinit.*))
+ .noinit."WEST_TOPDIR/zephyr/subsys/logging/log_core.c".0
+                0x00000000200042c8      0x300 zephyr/libzephyr.a(log_core.c.obj)
+                0x00000000200042c8                logging_stack
+ .noinit."WEST_TOPDIR/zephyr/subsys/bluetooth/host/long_wq.c".0
+                0x00000000200045c8      0x518 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(long_wq.c.obj)
+                0x00000000200045c8                bt_lw_stack_area
+ .noinit."WEST_TOPDIR/zephyr/subsys/bluetooth/host/att.c".k_mem_slab_buf_chan_slab
+                0x0000000020004ae0       0x90 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(att.c.obj)
+                0x0000000020004ae0                _k_mem_slab_buf_chan_slab
+ .noinit."WEST_TOPDIR/nrf/subsys/mpsl/init/mpsl_init.c".0
+                0x0000000020004b70      0x400 modules/nrf/subsys/mpsl/init/lib..__nrf__subsys__mpsl__init.a(mpsl_init.c.obj)
+ .noinit."WEST_TOPDIR/zephyr/kernel/init.c".2
+                0x0000000020004f70      0x800 zephyr/kernel/libkernel.a(init.c.obj)
+                0x0000000020004f70                z_interrupt_stacks
+ .noinit."WEST_TOPDIR/zephyr/kernel/init.c".1
+                0x0000000020005770      0x140 zephyr/kernel/libkernel.a(init.c.obj)
+ .noinit."WEST_TOPDIR/zephyr/kernel/init.c".0
+                0x00000000200058b0      0x800 zephyr/kernel/libkernel.a(init.c.obj)
+                0x00000000200058b0                z_main_stack
+ .noinit."WEST_TOPDIR/zephyr/kernel/system_work_q.c".0
+                0x00000000200060b0      0x800 zephyr/kernel/libkernel.a(system_work_q.c.obj)
+ .noinit."WEST_TOPDIR/zephyr/subsys/bluetooth/host/buf.c".5
+                0x00000000200068b0      0x2c6 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(buf.c.obj)
+ *fill*         0x0000000020006b76        0x2 
+ .noinit."WEST_TOPDIR/zephyr/subsys/bluetooth/host/buf.c".4
+                0x0000000020006b78      0x118 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(buf.c.obj)
+ .noinit."WEST_TOPDIR/zephyr/subsys/bluetooth/host/buf.c".3
+                0x0000000020006c90       0x8a zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(buf.c.obj)
+ *fill*         0x0000000020006d1a        0x2 
+ .noinit."WEST_TOPDIR/zephyr/subsys/bluetooth/host/buf.c".2
+                0x0000000020006d1c       0x54 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(buf.c.obj)
+ .noinit."WEST_TOPDIR/zephyr/subsys/bluetooth/host/buf.c".1
+                0x0000000020006d70        0x8 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(buf.c.obj)
+ .noinit."WEST_TOPDIR/zephyr/subsys/bluetooth/host/buf.c".0
+                0x0000000020006d78       0x1c zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(buf.c.obj)
+ .noinit."WEST_TOPDIR/zephyr/subsys/bluetooth/host/hci_core.c".3
+                0x0000000020006d94       0x8e zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+ *fill*         0x0000000020006e22        0x2 
+ .noinit."WEST_TOPDIR/zephyr/subsys/bluetooth/host/hci_core.c".2
+                0x0000000020006e24       0x38 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+ .noinit."WEST_TOPDIR/zephyr/subsys/bluetooth/host/conn.c".3
+                0x0000000020006e5c       0x40 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(conn.c.obj)
+ .noinit."WEST_TOPDIR/zephyr/subsys/bluetooth/host/conn.c".2
+                0x0000000020006e9c       0x40 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(conn.c.obj)
+ .noinit."WEST_TOPDIR/zephyr/subsys/bluetooth/host/conn.c".1
+                0x0000000020006edc       0x60 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(conn.c.obj)
+ .noinit."WEST_TOPDIR/zephyr/subsys/bluetooth/host/conn.c".0
+                0x0000000020006f3c       0x60 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(conn.c.obj)
+ .noinit."WEST_TOPDIR/zephyr/subsys/bluetooth/host/att.c".1
+                0x0000000020006f9c       0x66 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(att.c.obj)
+ *fill*         0x0000000020007002        0x2 
+ .noinit."WEST_TOPDIR/zephyr/subsys/bluetooth/host/att.c".0
+                0x0000000020007004       0x60 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(att.c.obj)
+ .noinit."WEST_TOPDIR/zephyr/subsys/bluetooth/host/att.c".k_mem_slab_buf_att_slab
+                0x0000000020007064       0x2c zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(att.c.obj)
+                0x0000000020007064                _k_mem_slab_buf_att_slab
+ .noinit."WEST_TOPDIR/zephyr/subsys/bluetooth/host/att.c".k_mem_slab_buf_req_slab
+                0x0000000020007090       0x30 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(att.c.obj)
+                0x0000000020007090                _k_mem_slab_buf_req_slab
+ *(SORT_BY_ALIGNMENT(.kernel_noinit.*))
+                0x0000000020020000                __kernel_ram_end = 0x20020000
+                0x000000000001f3c0                __kernel_ram_size = (__kernel_ram_end - __kernel_ram_start)
+                0x00000000000248f8                PROVIDE (z_arm_platform_init = SystemInit)
+
+.intList        0x00000000ffff8000       0xb8
+ *(SORT_BY_ALIGNMENT(.irq_info*))
+ .irq_info      0x00000000ffff8000        0x8 zephyr/arch/common/libisr_tables.a(isr_tables.c.obj)
+                0x00000000ffff8000                _iheader
+ *(SORT_BY_ALIGNMENT(.intList*))
+ .intList       0x00000000ffff8008       0x10 zephyr/drivers/adc/libdrivers__adc.a(adc_nrfx_saadc.c.obj)
+ .intList       0x00000000ffff8018       0x10 zephyr/drivers/clock_control/libdrivers__clock_control.a(clock_control_nrf.c.obj)
+ .intList       0x00000000ffff8028       0x10 zephyr/drivers/entropy/libdrivers__entropy.a(entropy_nrf5.c.obj)
+ .intList       0x00000000ffff8038       0x10 zephyr/drivers/gpio/libdrivers__gpio.a(gpio_nrfx.c.obj)
+ .intList       0x00000000ffff8048       0x10 zephyr/drivers/i2c/libdrivers__i2c.a(i2c_nrfx_twim.c.obj)
+ .intList       0x00000000ffff8058       0x10 zephyr/drivers/spi/libdrivers__spi.a(spi_nrfx_spim.c.obj)
+ .intList       0x00000000ffff8068       0x10 zephyr/drivers/timer/libdrivers__timer.a(nrf_rtc_timer.c.obj)
+ .intList       0x00000000ffff8078       0x40 modules/nrf/subsys/mpsl/init/lib..__nrf__subsys__mpsl__init.a(mpsl_init.c.obj)
+
+.last_ram_section
+                0x00000000200070c0        0x0
+                0x00000000200070c0                _image_ram_end = .
+                0x00000000000070c0                _image_ram_size = (_image_ram_end - _image_ram_start)
+                0x00000000200070c0                _end = .
+                0x00000000200070c0                z_mapped_end = .
+
+.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        0x0000000000000000       0x40
+ *(SORT_BY_ALIGNMENT(.comment))
+ .comment       0x0000000000000000       0x20 zephyr/CMakeFiles/offsets.dir/./arch/arm/core/offsets/offsets.c.obj
+                                         0x21 (size before relaxing)
+ .comment       0x0000000000000020       0x21 app/libapp.a(main.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/libzephyr.a(crc8_sw.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/libzephyr.a(heap.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/libzephyr.a(cbprintf_packaged.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/libzephyr.a(printk.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/libzephyr.a(thread_entry.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/libzephyr.a(cbprintf_complete.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/libzephyr.a(assert.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/libzephyr.a(mpsc_pbuf.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/libzephyr.a(onoff.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/libzephyr.a(notify.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/libzephyr.a(configs.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/libzephyr.a(nvs.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/libzephyr.a(log_core.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/libzephyr.a(log_mgmt.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/libzephyr.a(log_msg.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/libzephyr.a(log_output.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/libzephyr.a(log_backend_uart.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/libzephyr.a(flash_map.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/libzephyr.a(flash_map_default.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/libzephyr.a(flash_map_layout.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/libzephyr.a(settings_store.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/libzephyr.a(settings.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/libzephyr.a(settings_init.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/libzephyr.a(settings_nvs.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/libzephyr.a(banner.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/libzephyr.a(lis2mdl_reg.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/libzephyr.a(utils.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/libzephyr.a(aes_encrypt.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/libzephyr.a(cmac_mode.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/arch/arch/arm/core/libarch__arm__core.a(fatal.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/arch/arch/arm/core/libarch__arm__core.a(nmi.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(exc_exit.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(fault.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(scb.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(thread_abort.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(swap.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(irq_manage.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(prep_c.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(thread.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(cpu_idle.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(irq_init.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(isr_wrapper.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/lib/libc/newlib/liblib__libc__newlib.a(libc-hooks.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/lib/libc/common/liblib__libc__common.a(abort.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/soc/soc/nrf52833/libsoc__nordic.a(soc.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/subsys/lorawan/libloramac-node.a(lorawan.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/subsys/lorawan/libloramac-node.a(lw_priv.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/subsys/lorawan/libloramac-node.a(lorawan_nvm_settings.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/subsys/lorawan/libloramac-node.a(hal_common.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/subsys/lorawan/libloramac-node.a(sx12xx_common.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/subsys/lorawan/libloramac-node.a(sx127x.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/subsys/lorawan/libloramac-node.a(utilities.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/subsys/lorawan/libloramac-node.a(systime.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/subsys/lorawan/libloramac-node.a(timer.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/subsys/lorawan/libloramac-node.a(delay.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/subsys/lorawan/libloramac-node.a(sx1276.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/subsys/lorawan/libloramac-node.a(aes.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/subsys/lorawan/libloramac-node.a(cmac.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/subsys/lorawan/libloramac-node.a(soft-se.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/subsys/lorawan/libloramac-node.a(soft-se-hal.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/subsys/lorawan/libloramac-node.a(LoRaMac.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacAdr.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacClassB.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacCommands.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacConfirmQueue.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacCrypto.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacParser.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacSerializer.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/subsys/lorawan/libloramac-node.a(Region.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/subsys/lorawan/libloramac-node.a(RegionCommon.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/subsys/lorawan/libloramac-node.a(RegionEU868.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/subsys/random/libsubsys__random.a(random_xoshiro128.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/subsys/bluetooth/common/libsubsys__bluetooth__common.a(addr.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/subsys/bluetooth/common/libsubsys__bluetooth__common.a(bt_str.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(long_wq.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(uuid.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(addr.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(buf.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(data.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(id.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(adv.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(conn.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(l2cap.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(att.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(gatt.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(smp_null.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/subsys/net/libsubsys__net.a(buf.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/subsys/net/libsubsys__net.a(buf_simple.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/drivers/adc/libdrivers__adc.a(adc_nrfx_saadc.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/drivers/clock_control/libdrivers__clock_control.a(clock_control_nrf.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/drivers/console/libdrivers__console.a(uart_console.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/drivers/entropy/libdrivers__entropy.a(entropy_nrf5.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/drivers/entropy/libdrivers__entropy.a(entropy_bt_hci.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/drivers/flash/libdrivers__flash.a(soc_flash_nrf.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/drivers/flash/libdrivers__flash.a(flash_page_layout.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/drivers/gpio/libdrivers__gpio.a(gpio_nrfx.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/drivers/i2c/libdrivers__i2c.a(i2c_common.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/drivers/i2c/libdrivers__i2c.a(i2c_nrfx_twim.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/drivers/pinctrl/libdrivers__pinctrl.a(common.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/drivers/pinctrl/libdrivers__pinctrl.a(pinctrl_nrf.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/drivers/sensor/bosch/bme280/libdrivers__sensor__bosch__bme280.a(bme280.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/drivers/sensor/bosch/bme280/libdrivers__sensor__bosch__bme280.a(bme280_spi.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/drivers/sensor/st/stmemsc/libdrivers__sensor__st__stmemsc.a(stmemsc_i2c.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/drivers/sensor/st/stmemsc/libdrivers__sensor__st__stmemsc.a(stmemsc_mdelay.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/drivers/sensor/st/lis2dh/libdrivers__sensor__st__lis2dh.a(lis2dh.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/drivers/sensor/st/lis2dh/libdrivers__sensor__st__lis2dh.a(lis2dh_i2c.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/drivers/sensor/st/lis2mdl/libdrivers__sensor__st__lis2mdl.a(lis2mdl.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/drivers/sensor/st/lis2mdl/libdrivers__sensor__st__lis2mdl.a(lis2mdl_trigger.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/drivers/serial/libdrivers__serial.a(uart_nrfx_uart.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/drivers/spi/libdrivers__spi.a(spi_nrfx_spim.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/drivers/spi/libdrivers__spi.a(spi_nrfx_common.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/drivers/timer/libdrivers__timer.a(nrf_rtc_timer.c.obj)
+ .comment       0x0000000000000020       0x21 modules/nrf/lib/multithreading_lock/lib..__nrf__lib__multithreading_lock.a(multithreading_lock.c.obj)
+ .comment       0x0000000000000020       0x21 modules/nrf/subsys/bluetooth/controller/lib..__nrf__subsys__bluetooth__controller.a(hci_driver.c.obj)
+ .comment       0x0000000000000020       0x21 modules/nrf/subsys/bluetooth/controller/lib..__nrf__subsys__bluetooth__controller.a(hci_internal.c.obj)
+ .comment       0x0000000000000020       0x21 modules/nrf/subsys/bluetooth/controller/lib..__nrf__subsys__bluetooth__controller.a(crypto.c.obj)
+ .comment       0x0000000000000020       0x21 modules/nrf/subsys/bluetooth/controller/lib..__nrf__subsys__bluetooth__controller.a(ecdh.c.obj)
+ .comment       0x0000000000000020       0x21 modules/nrf/subsys/mpsl/init/lib..__nrf__subsys__mpsl__init.a(mpsl_init.c.obj)
+ .comment       0x0000000000000020       0x21 modules/nrf/subsys/mpsl/fem/lib..__nrf__subsys__mpsl__fem.a(mpsl_fem_api_init.c.obj)
+ .comment       0x0000000000000020       0x21 modules/nrf/drivers/mpsl/clock_control/lib..__nrf__drivers__mpsl__clock_control.a(nrfx_clock_mpsl.c.obj)
+ .comment       0x0000000000000020       0x21 modules/nrf/drivers/mpsl/flash_sync/lib..__nrf__drivers__mpsl__flash_sync.a(flash_sync_mpsl.c.obj)
+ .comment       0x0000000000000020       0x21 modules/nrf/drivers/mpsl/temp_nrf5/lib..__nrf__drivers__mpsl__temp_nrf5.a(temp_nrf5_mpsl.c.obj)
+ .comment       0x0000000000000020       0x21 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(system_nrf52833.c.obj)
+ .comment       0x0000000000000020       0x21 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_glue.c.obj)
+ .comment       0x0000000000000020       0x21 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_flag32_allocator.c.obj)
+ .comment       0x0000000000000020       0x21 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_gpiote.c.obj)
+ .comment       0x0000000000000020       0x21 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_nvmc.c.obj)
+ .comment       0x0000000000000020       0x21 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_spim.c.obj)
+ .comment       0x0000000000000020       0x21 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_twim.c.obj)
+ .comment       0x0000000000000020       0x21 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_twi_twim.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/kernel/libkernel.a(busy_wait.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/kernel/libkernel.a(device.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/kernel/libkernel.a(fatal.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/kernel/libkernel.a(init.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/kernel/libkernel.a(kheap.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/kernel/libkernel.a(mem_slab.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/kernel/libkernel.a(idle.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/kernel/libkernel.a(mutex.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/kernel/libkernel.a(queue.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/kernel/libkernel.a(sem.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/kernel/libkernel.a(system_work_q.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/kernel/libkernel.a(work.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/kernel/libkernel.a(thread.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/kernel/libkernel.a(sched.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/kernel/libkernel.a(timeslicing.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/kernel/libkernel.a(xip.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/kernel/libkernel.a(timeout.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/kernel/libkernel.a(timer.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/kernel/libkernel.a(poll.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/kernel/libkernel.a(mempool.c.obj)
+ .comment       0x0000000000000020       0x21 zephyr/arch/common/libisr_tables.a(isr_tables.c.obj)
+ .comment       0x0000000000000020       0x20 /opt/ncs/nrfxlib/crypto/nrf_oberon/lib/cortex-m4/soft-float/liboberon_3.0.15.a(ocrypto_ecdh_p256.c.obj)
+                                         0x21 (size before relaxing)
+ .comment       0x0000000000000040       0x21 /opt/ncs/nrfxlib/crypto/nrf_oberon/lib/cortex-m4/soft-float/liboberon_3.0.15.a(ocrypto_sc_p256.c.obj)
+ .comment       0x0000000000000040       0x21 /opt/ncs/nrfxlib/crypto/nrf_oberon/lib/cortex-m4/soft-float/liboberon_3.0.15.a(ocrypto_curve_p256.c.obj)
+ .comment       0x0000000000000040       0x21 /opt/ncs/nrfxlib/crypto/nrf_oberon/lib/cortex-m4/soft-float/liboberon_3.0.15.a(ocrypto_mod_p256.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  0x0000000000000000     0x44a8
+ *(SORT_BY_ALIGNMENT(.debug_aranges))
+ .debug_aranges
+                0x0000000000000000       0x20 zephyr/arch/arch/arm/core/libarch__arm__core.a(nmi_on_reset.S.obj)
+ .debug_aranges
+                0x0000000000000020       0x20 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(fault_s.S.obj)
+ .debug_aranges
+                0x0000000000000040       0x20 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(reset.S.obj)
+ .debug_aranges
+                0x0000000000000060       0x28 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(swap_helper.S.obj)
+ .debug_aranges
+                0x0000000000000088       0x20 zephyr/CMakeFiles/offsets.dir/./arch/arm/core/offsets/offsets.c.obj
+ .debug_aranges
+                0x00000000000000a8       0x50 app/libapp.a(main.c.obj)
+ .debug_aranges
+                0x00000000000000f8       0x28 zephyr/libzephyr.a(crc8_sw.c.obj)
+ .debug_aranges
+                0x0000000000000120       0x88 zephyr/libzephyr.a(heap.c.obj)
+ .debug_aranges
+                0x00000000000001a8       0x40 zephyr/libzephyr.a(cbprintf_packaged.c.obj)
+ .debug_aranges
+                0x00000000000001e8       0x60 zephyr/libzephyr.a(printk.c.obj)
+ .debug_aranges
+                0x0000000000000248       0x20 zephyr/libzephyr.a(thread_entry.c.obj)
+ .debug_aranges
+                0x0000000000000268       0x38 zephyr/libzephyr.a(cbprintf_complete.c.obj)
+ .debug_aranges
+                0x00000000000002a0       0x28 zephyr/libzephyr.a(assert.c.obj)
+ .debug_aranges
+                0x00000000000002c8       0xb0 zephyr/libzephyr.a(mpsc_pbuf.c.obj)
+ .debug_aranges
+                0x0000000000000378       0x90 zephyr/libzephyr.a(onoff.c.obj)
+ .debug_aranges
+                0x0000000000000408       0x28 zephyr/libzephyr.a(notify.c.obj)
+ .debug_aranges
+                0x0000000000000430       0x20 zephyr/libzephyr.a(configs.c.obj)
+ .debug_aranges
+                0x0000000000000450       0xc8 zephyr/libzephyr.a(nvs.c.obj)
+ .debug_aranges
+                0x0000000000000518      0x170 zephyr/libzephyr.a(log_core.c.obj)
+ .debug_aranges
+                0x0000000000000688       0xb8 zephyr/libzephyr.a(log_mgmt.c.obj)
+ .debug_aranges
+                0x0000000000000740       0x60 zephyr/libzephyr.a(log_msg.c.obj)
+ .debug_aranges
+                0x00000000000007a0       0x78 zephyr/libzephyr.a(log_output.c.obj)
+ .debug_aranges
+                0x0000000000000818       0x48 zephyr/libzephyr.a(log_backend_uart.c.obj)
+ .debug_aranges
+                0x0000000000000860       0x68 zephyr/libzephyr.a(flash_map.c.obj)
+ .debug_aranges
+                0x00000000000008c8       0x18 zephyr/libzephyr.a(flash_map_default.c.obj)
+ .debug_aranges
+                0x00000000000008e0       0x28 zephyr/libzephyr.a(flash_map_layout.c.obj)
+ .debug_aranges
+                0x0000000000000908       0x70 zephyr/libzephyr.a(settings_store.c.obj)
+ .debug_aranges
+                0x0000000000000978       0x58 zephyr/libzephyr.a(settings.c.obj)
+ .debug_aranges
+                0x00000000000009d0       0x20 zephyr/libzephyr.a(settings_init.c.obj)
+ .debug_aranges
+                0x00000000000009f0       0x58 zephyr/libzephyr.a(settings_nvs.c.obj)
+ .debug_aranges
+                0x0000000000000a48       0x20 zephyr/libzephyr.a(banner.c.obj)
+ .debug_aranges
+                0x0000000000000a68      0x1b0 zephyr/libzephyr.a(lis2mdl_reg.c.obj)
+ .debug_aranges
+                0x0000000000000c18       0x38 zephyr/libzephyr.a(utils.c.obj)
+ .debug_aranges
+                0x0000000000000c50       0x48 zephyr/libzephyr.a(aes_encrypt.c.obj)
+ .debug_aranges
+                0x0000000000000c98       0x48 zephyr/libzephyr.a(cmac_mode.c.obj)
+ .debug_aranges
+                0x0000000000000ce0       0x30 zephyr/arch/arch/arm/core/libarch__arm__core.a(fatal.c.obj)
+ .debug_aranges
+                0x0000000000000d10       0x20 zephyr/arch/arch/arm/core/libarch__arm__core.a(nmi.c.obj)
+ .debug_aranges
+                0x0000000000000d30       0x20 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(exc_exit.c.obj)
+ .debug_aranges
+                0x0000000000000d50       0x48 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(fault.c.obj)
+ .debug_aranges
+                0x0000000000000d98       0x28 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(scb.c.obj)
+ .debug_aranges
+                0x0000000000000dc0       0x20 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(thread_abort.c.obj)
+ .debug_aranges
+                0x0000000000000de0       0x28 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(swap.c.obj)
+ .debug_aranges
+                0x0000000000000e08       0x40 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(irq_manage.c.obj)
+ .debug_aranges
+                0x0000000000000e48       0x20 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(prep_c.c.obj)
+ .debug_aranges
+                0x0000000000000e68       0x38 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(thread.c.obj)
+ .debug_aranges
+                0x0000000000000ea0       0x30 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(cpu_idle.c.obj)
+ .debug_aranges
+                0x0000000000000ed0       0x20 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(irq_init.c.obj)
+ .debug_aranges
+                0x0000000000000ef0       0x20 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(isr_wrapper.c.obj)
+ .debug_aranges
+                0x0000000000000f10      0x110 zephyr/lib/libc/newlib/liblib__libc__newlib.a(libc-hooks.c.obj)
+ .debug_aranges
+                0x0000000000001020       0x20 zephyr/lib/libc/common/liblib__libc__common.a(abort.c.obj)
+ .debug_aranges
+                0x0000000000001040       0x28 zephyr/soc/soc/nrf52833/libsoc__nordic.a(soc.c.obj)
+ .debug_aranges
+                0x0000000000001068       0xd8 zephyr/subsys/lorawan/libloramac-node.a(lorawan.c.obj)
+ .debug_aranges
+                0x0000000000001140       0x38 zephyr/subsys/lorawan/libloramac-node.a(lw_priv.c.obj)
+ .debug_aranges
+                0x0000000000001178       0x38 zephyr/subsys/lorawan/libloramac-node.a(lorawan_nvm_settings.c.obj)
+ .debug_aranges
+                0x00000000000011b0       0xa8 zephyr/subsys/lorawan/libloramac-node.a(hal_common.c.obj)
+ .debug_aranges
+                0x0000000000001258       0x78 zephyr/subsys/lorawan/libloramac-node.a(sx12xx_common.c.obj)
+ .debug_aranges
+                0x00000000000012d0       0xb8 zephyr/subsys/lorawan/libloramac-node.a(sx127x.c.obj)
+ .debug_aranges
+                0x0000000000001388       0x70 zephyr/subsys/lorawan/libloramac-node.a(utilities.c.obj)
+ .debug_aranges
+                0x00000000000013f8       0x70 zephyr/subsys/lorawan/libloramac-node.a(systime.c.obj)
+ .debug_aranges
+                0x0000000000001468       0x88 zephyr/subsys/lorawan/libloramac-node.a(timer.c.obj)
+ .debug_aranges
+                0x00000000000014f0       0x28 zephyr/subsys/lorawan/libloramac-node.a(delay.c.obj)
+ .debug_aranges
+                0x0000000000001518      0x108 zephyr/subsys/lorawan/libloramac-node.a(sx1276.c.obj)
+ .debug_aranges
+                0x0000000000001620       0x40 zephyr/subsys/lorawan/libloramac-node.a(aes.c.obj)
+ .debug_aranges
+                0x0000000000001660       0x38 zephyr/subsys/lorawan/libloramac-node.a(cmac.c.obj)
+ .debug_aranges
+                0x0000000000001698       0x90 zephyr/subsys/lorawan/libloramac-node.a(soft-se.c.obj)
+ .debug_aranges
+                0x0000000000001728       0x20 zephyr/subsys/lorawan/libloramac-node.a(soft-se-hal.c.obj)
+ .debug_aranges
+                0x0000000000001748      0x1a8 zephyr/subsys/lorawan/libloramac-node.a(LoRaMac.c.obj)
+ .debug_aranges
+                0x00000000000018f0       0x20 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacAdr.c.obj)
+ .debug_aranges
+                0x0000000000001910      0x110 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacClassB.c.obj)
+ .debug_aranges
+                0x0000000000001a20       0x68 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacCommands.c.obj)
+ .debug_aranges
+                0x0000000000001a88       0x80 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacConfirmQueue.c.obj)
+ .debug_aranges
+                0x0000000000001b08       0xd8 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacCrypto.c.obj)
+ .debug_aranges
+                0x0000000000001be0       0x28 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacParser.c.obj)
+ .debug_aranges
+                0x0000000000001c08       0x38 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacSerializer.c.obj)
+ .debug_aranges
+                0x0000000000001c40       0xc8 zephyr/subsys/lorawan/libloramac-node.a(Region.c.obj)
+ .debug_aranges
+                0x0000000000001d08       0xb0 zephyr/subsys/lorawan/libloramac-node.a(RegionCommon.c.obj)
+ .debug_aranges
+                0x0000000000001db8       0xc8 zephyr/subsys/lorawan/libloramac-node.a(RegionEU868.c.obj)
+ .debug_aranges
+                0x0000000000001e80       0x30 zephyr/subsys/random/libsubsys__random.a(random_xoshiro128.c.obj)
+ .debug_aranges
+                0x0000000000001eb0       0x18 zephyr/subsys/bluetooth/common/libsubsys__bluetooth__common.a(addr.c.obj)
+ .debug_aranges
+                0x0000000000001ec8       0x38 zephyr/subsys/bluetooth/common/libsubsys__bluetooth__common.a(bt_str.c.obj)
+ .debug_aranges
+                0x0000000000001f00       0x38 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(long_wq.c.obj)
+ .debug_aranges
+                0x0000000000001f38       0x38 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(uuid.c.obj)
+ .debug_aranges
+                0x0000000000001f70       0x48 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(addr.c.obj)
+ .debug_aranges
+                0x0000000000001fb8       0x28 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(buf.c.obj)
+ .debug_aranges
+                0x0000000000001fe0       0x30 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(data.c.obj)
+ .debug_aranges
+                0x0000000000002010      0x218 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+ .debug_aranges
+                0x0000000000002228       0xd0 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(id.c.obj)
+ .debug_aranges
+                0x00000000000022f8       0xe8 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(adv.c.obj)
+ .debug_aranges
+                0x00000000000023e0      0x1a0 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(conn.c.obj)
+ .debug_aranges
+                0x0000000000002580       0xd8 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(l2cap.c.obj)
+ .debug_aranges
+                0x0000000000002658      0x250 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(att.c.obj)
+ .debug_aranges
+                0x00000000000028a8      0x220 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(gatt.c.obj)
+ .debug_aranges
+                0x0000000000002ac8       0x48 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(smp_null.c.obj)
+ .debug_aranges
+                0x0000000000002b10       0xf0 zephyr/subsys/net/libsubsys__net.a(buf.c.obj)
+ .debug_aranges
+                0x0000000000002c00      0x230 zephyr/subsys/net/libsubsys__net.a(buf_simple.c.obj)
+ .debug_aranges
+                0x0000000000002e30       0x48 zephyr/drivers/adc/libdrivers__adc.a(adc_nrfx_saadc.c.obj)
+ .debug_aranges
+                0x0000000000002e78       0xc0 zephyr/drivers/clock_control/libdrivers__clock_control.a(clock_control_nrf.c.obj)
+ .debug_aranges
+                0x0000000000002f38       0x30 zephyr/drivers/console/libdrivers__console.a(uart_console.c.obj)
+ .debug_aranges
+                0x0000000000002f68       0x48 zephyr/drivers/entropy/libdrivers__entropy.a(entropy_nrf5.c.obj)
+ .debug_aranges
+                0x0000000000002fb0       0x28 zephyr/drivers/entropy/libdrivers__entropy.a(entropy_bt_hci.c.obj)
+ .debug_aranges
+                0x0000000000002fd8       0x68 zephyr/drivers/flash/libdrivers__flash.a(soc_flash_nrf.c.obj)
+ .debug_aranges
+                0x0000000000003040       0x40 zephyr/drivers/flash/libdrivers__flash.a(flash_page_layout.c.obj)
+ .debug_aranges
+                0x0000000000003080       0x68 zephyr/drivers/gpio/libdrivers__gpio.a(gpio_nrfx.c.obj)
+ .debug_aranges
+                0x00000000000030e8       0x20 zephyr/drivers/i2c/libdrivers__i2c.a(i2c_common.c.obj)
+ .debug_aranges
+                0x0000000000003108       0x50 zephyr/drivers/i2c/libdrivers__i2c.a(i2c_nrfx_twim.c.obj)
+ .debug_aranges
+                0x0000000000003158       0x20 zephyr/drivers/pinctrl/libdrivers__pinctrl.a(common.c.obj)
+ .debug_aranges
+                0x0000000000003178       0x28 zephyr/drivers/pinctrl/libdrivers__pinctrl.a(pinctrl_nrf.c.obj)
+ .debug_aranges
+                0x00000000000031a0       0x48 zephyr/drivers/sensor/bosch/bme280/libdrivers__sensor__bosch__bme280.a(bme280.c.obj)
+ .debug_aranges
+                0x00000000000031e8       0x30 zephyr/drivers/sensor/bosch/bme280/libdrivers__sensor__bosch__bme280.a(bme280_spi.c.obj)
+ .debug_aranges
+                0x0000000000003218       0x38 zephyr/drivers/sensor/st/stmemsc/libdrivers__sensor__st__stmemsc.a(stmemsc_i2c.c.obj)
+ .debug_aranges
+                0x0000000000003250       0x20 zephyr/drivers/sensor/st/stmemsc/libdrivers__sensor__st__stmemsc.a(stmemsc_mdelay.c.obj)
+ .debug_aranges
+                0x0000000000003270       0x48 zephyr/drivers/sensor/st/lis2dh/libdrivers__sensor__st__lis2dh.a(lis2dh.c.obj)
+ .debug_aranges
+                0x00000000000032b8       0x50 zephyr/drivers/sensor/st/lis2dh/libdrivers__sensor__st__lis2dh.a(lis2dh_i2c.c.obj)
+ .debug_aranges
+                0x0000000000003308       0x70 zephyr/drivers/sensor/st/lis2mdl/libdrivers__sensor__st__lis2mdl.a(lis2mdl.c.obj)
+ .debug_aranges
+                0x0000000000003378       0x40 zephyr/drivers/sensor/st/lis2mdl/libdrivers__sensor__st__lis2mdl.a(lis2mdl_trigger.c.obj)
+ .debug_aranges
+                0x00000000000033b8       0x38 zephyr/drivers/serial/libdrivers__serial.a(uart_nrfx_uart.c.obj)
+ .debug_aranges
+                0x00000000000033f0       0x78 zephyr/drivers/spi/libdrivers__spi.a(spi_nrfx_spim.c.obj)
+ .debug_aranges
+                0x0000000000003468       0x30 zephyr/drivers/spi/libdrivers__spi.a(spi_nrfx_common.c.obj)
+ .debug_aranges
+                0x0000000000003498       0xd8 zephyr/drivers/timer/libdrivers__timer.a(nrf_rtc_timer.c.obj)
+ .debug_aranges
+                0x0000000000003570       0x28 modules/nrf/lib/multithreading_lock/lib..__nrf__lib__multithreading_lock.a(multithreading_lock.c.obj)
+ .debug_aranges
+                0x0000000000003598       0x68 modules/nrf/subsys/bluetooth/controller/lib..__nrf__subsys__bluetooth__controller.a(hci_driver.c.obj)
+ .debug_aranges
+                0x0000000000003600       0x40 modules/nrf/subsys/bluetooth/controller/lib..__nrf__subsys__bluetooth__controller.a(hci_internal.c.obj)
+ .debug_aranges
+                0x0000000000003640       0x30 modules/nrf/subsys/bluetooth/controller/lib..__nrf__subsys__bluetooth__controller.a(crypto.c.obj)
+ .debug_aranges
+                0x0000000000003670       0x68 modules/nrf/subsys/bluetooth/controller/lib..__nrf__subsys__bluetooth__controller.a(ecdh.c.obj)
+ .debug_aranges
+                0x00000000000036d8       0x70 modules/nrf/subsys/mpsl/init/lib..__nrf__subsys__mpsl__init.a(mpsl_init.c.obj)
+ .debug_aranges
+                0x0000000000003748       0x20 modules/nrf/subsys/mpsl/fem/lib..__nrf__subsys__mpsl__fem.a(mpsl_fem_api_init.c.obj)
+ .debug_aranges
+                0x0000000000003768       0x48 modules/nrf/drivers/mpsl/clock_control/lib..__nrf__drivers__mpsl__clock_control.a(nrfx_clock_mpsl.c.obj)
+ .debug_aranges
+                0x00000000000037b0       0x50 modules/nrf/drivers/mpsl/flash_sync/lib..__nrf__drivers__mpsl__flash_sync.a(flash_sync_mpsl.c.obj)
+ .debug_aranges
+                0x0000000000003800       0x30 modules/nrf/drivers/mpsl/temp_nrf5/lib..__nrf__drivers__mpsl__temp_nrf5.a(temp_nrf5_mpsl.c.obj)
+ .debug_aranges
+                0x0000000000003830       0x38 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(system_nrf52833.c.obj)
+ .debug_aranges
+                0x0000000000003868       0x30 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_glue.c.obj)
+ .debug_aranges
+                0x0000000000003898       0x30 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_flag32_allocator.c.obj)
+ .debug_aranges
+                0x00000000000038c8      0x188 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_gpiote.c.obj)
+ .debug_aranges
+                0x0000000000003a50       0xb0 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_nvmc.c.obj)
+ .debug_aranges
+                0x0000000000003b00       0xa0 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_spim.c.obj)
+ .debug_aranges
+                0x0000000000003ba0       0xa0 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_twim.c.obj)
+ .debug_aranges
+                0x0000000000003c40       0x30 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_twi_twim.c.obj)
+ .debug_aranges
+                0x0000000000003c70       0x20 zephyr/kernel/libkernel.a(busy_wait.c.obj)
+ .debug_aranges
+                0x0000000000003c90       0x38 zephyr/kernel/libkernel.a(device.c.obj)
+ .debug_aranges
+                0x0000000000003cc8       0x60 zephyr/kernel/libkernel.a(fatal.c.obj)
+ .debug_aranges
+                0x0000000000003d28       0x68 zephyr/kernel/libkernel.a(init.c.obj)
+ .debug_aranges
+                0x0000000000003d90       0x40 zephyr/kernel/libkernel.a(kheap.c.obj)
+ .debug_aranges
+                0x0000000000003dd0       0x48 zephyr/kernel/libkernel.a(mem_slab.c.obj)
+ .debug_aranges
+                0x0000000000003e18       0x30 zephyr/kernel/libkernel.a(idle.c.obj)
+ .debug_aranges
+                0x0000000000003e48       0x38 zephyr/kernel/libkernel.a(mutex.c.obj)
+ .debug_aranges
+                0x0000000000003e80       0x98 zephyr/kernel/libkernel.a(queue.c.obj)
+ .debug_aranges
+                0x0000000000003f18       0x38 zephyr/kernel/libkernel.a(sem.c.obj)
+ .debug_aranges
+                0x0000000000003f50       0x20 zephyr/kernel/libkernel.a(system_work_q.c.obj)
+ .debug_aranges
+                0x0000000000003f70      0x110 zephyr/kernel/libkernel.a(work.c.obj)
+ .debug_aranges
+                0x0000000000004080       0x88 zephyr/kernel/libkernel.a(thread.c.obj)
+ .debug_aranges
+                0x0000000000004108      0x188 zephyr/kernel/libkernel.a(sched.c.obj)
+ .debug_aranges
+                0x0000000000004290       0x40 zephyr/kernel/libkernel.a(timeslicing.c.obj)
+ .debug_aranges
+                0x00000000000042d0       0x20 zephyr/kernel/libkernel.a(xip.c.obj)
+ .debug_aranges
+                0x00000000000042f0       0x90 zephyr/kernel/libkernel.a(timeout.c.obj)
+ .debug_aranges
+                0x0000000000004380       0x48 zephyr/kernel/libkernel.a(timer.c.obj)
+ .debug_aranges
+                0x00000000000043c8       0xa0 zephyr/kernel/libkernel.a(poll.c.obj)
+ .debug_aranges
+                0x0000000000004468       0x28 zephyr/kernel/libkernel.a(mempool.c.obj)
+ .debug_aranges
+                0x0000000000004490       0x18 zephyr/arch/common/libisr_tables.a(isr_tables.c.obj)
+
+.debug_pubnames
+ *(SORT_BY_ALIGNMENT(.debug_pubnames))
+
+.debug_info     0x0000000000000000   0x231812
+ *(SORT_BY_ALIGNMENT(.debug_info) SORT_BY_ALIGNMENT(.gnu.linkonce.wi.*))
+ .debug_info    0x0000000000000000       0xdc zephyr/CMakeFiles/offsets.dir/./arch/arm/core/offsets/offsets.c.obj
+ .debug_info    0x00000000000000dc     0xe0cb app/libapp.a(main.c.obj)
+ .debug_info    0x000000000000e1a7      0x203 zephyr/libzephyr.a(crc8_sw.c.obj)
+ .debug_info    0x000000000000e3aa     0x2fe1 zephyr/libzephyr.a(heap.c.obj)
+ .debug_info    0x000000000001138b     0x2001 zephyr/libzephyr.a(cbprintf_packaged.c.obj)
+ .debug_info    0x000000000001338c      0x69a zephyr/libzephyr.a(printk.c.obj)
+ .debug_info    0x0000000000013a26      0x650 zephyr/libzephyr.a(thread_entry.c.obj)
+ .debug_info    0x0000000000014076     0x101c zephyr/libzephyr.a(cbprintf_complete.c.obj)
+ .debug_info    0x0000000000015092      0x345 zephyr/libzephyr.a(assert.c.obj)
+ .debug_info    0x00000000000153d7     0x2306 zephyr/libzephyr.a(mpsc_pbuf.c.obj)
+ .debug_info    0x00000000000176dd     0x28f7 zephyr/libzephyr.a(onoff.c.obj)
+ .debug_info    0x0000000000019fd4      0x39f zephyr/libzephyr.a(notify.c.obj)
+ .debug_info    0x000000000001a373       0x38 zephyr/libzephyr.a(configs.c.obj)
+ .debug_info    0x000000000001a3ab     0xaf76 zephyr/libzephyr.a(nvs.c.obj)
+ .debug_info    0x0000000000025321     0x437e zephyr/libzephyr.a(log_core.c.obj)
+ .debug_info    0x000000000002969f     0x2348 zephyr/libzephyr.a(log_mgmt.c.obj)
+ .debug_info    0x000000000002b9e7     0x1c64 zephyr/libzephyr.a(log_msg.c.obj)
+ .debug_info    0x000000000002d64b     0x2189 zephyr/libzephyr.a(log_output.c.obj)
+ .debug_info    0x000000000002f7d4     0x173c zephyr/libzephyr.a(log_backend_uart.c.obj)
+ .debug_info    0x0000000000030f10      0xdae zephyr/libzephyr.a(flash_map.c.obj)
+ .debug_info    0x0000000000031cbe      0x309 zephyr/libzephyr.a(flash_map_default.c.obj)
+ .debug_info    0x0000000000031fc7      0x522 zephyr/libzephyr.a(flash_map_layout.c.obj)
+ .debug_info    0x00000000000324e9     0x13c4 zephyr/libzephyr.a(settings_store.c.obj)
+ .debug_info    0x00000000000338ad     0x26d0 zephyr/libzephyr.a(settings.c.obj)
+ .debug_info    0x0000000000035f7d      0x76a zephyr/libzephyr.a(settings_init.c.obj)
+ .debug_info    0x00000000000366e7     0x1ad3 zephyr/libzephyr.a(settings_nvs.c.obj)
+ .debug_info    0x00000000000381ba       0xdc zephyr/libzephyr.a(banner.c.obj)
+ .debug_info    0x0000000000038296     0x24b0 zephyr/libzephyr.a(lis2mdl_reg.c.obj)
+ .debug_info    0x000000000003a746      0x2b6 zephyr/libzephyr.a(utils.c.obj)
+ .debug_info    0x000000000003a9fc      0x5e5 zephyr/libzephyr.a(aes_encrypt.c.obj)
+ .debug_info    0x000000000003afe1      0x697 zephyr/libzephyr.a(cmac_mode.c.obj)
+ .debug_info    0x000000000003b678     0x34bf zephyr/arch/arch/arm/core/libarch__arm__core.a(fatal.c.obj)
+ .debug_info    0x000000000003eb37       0xb6 zephyr/arch/arch/arm/core/libarch__arm__core.a(nmi.c.obj)
+ .debug_info    0x000000000003ebed       0x23 zephyr/arch/arch/arm/core/libarch__arm__core.a(nmi_on_reset.S.obj)
+ .debug_info    0x000000000003ec10      0x785 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(exc_exit.c.obj)
+ .debug_info    0x000000000003f395     0xcbce zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(fault.c.obj)
+ .debug_info    0x000000000004bf63       0x23 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(fault_s.S.obj)
+ .debug_info    0x000000000004bf86       0x23 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(reset.S.obj)
+ .debug_info    0x000000000004bfa9      0x5b6 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(scb.c.obj)
+ .debug_info    0x000000000004c55f      0x82c zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(thread_abort.c.obj)
+ .debug_info    0x000000000004cd8b      0x9dd zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(swap.c.obj)
+ .debug_info    0x000000000004d768       0x22 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(swap_helper.S.obj)
+ .debug_info    0x000000000004d78a      0x8e5 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(irq_manage.c.obj)
+ .debug_info    0x000000000004e06f      0x3f6 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(prep_c.c.obj)
+ .debug_info    0x000000000004e465      0xa5a zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(thread.c.obj)
+ .debug_info    0x000000000004eebf      0x48b zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(cpu_idle.c.obj)
+ .debug_info    0x000000000004f34a      0x584 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(irq_init.c.obj)
+ .debug_info    0x000000000004f8ce      0x1a3 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(isr_wrapper.c.obj)
+ .debug_info    0x000000000004fa71     0x182a zephyr/lib/libc/newlib/liblib__libc__newlib.a(libc-hooks.c.obj)
+ .debug_info    0x000000000005129b      0x1bb zephyr/lib/libc/common/liblib__libc__common.a(abort.c.obj)
+ .debug_info    0x0000000000051456      0x717 zephyr/soc/soc/nrf52833/libsoc__nordic.a(soc.c.obj)
+ .debug_info    0x0000000000051b6d     0xea73 zephyr/subsys/lorawan/libloramac-node.a(lorawan.c.obj)
+ .debug_info    0x00000000000605e0      0x365 zephyr/subsys/lorawan/libloramac-node.a(lw_priv.c.obj)
+ .debug_info    0x0000000000060945     0xa0ca zephyr/subsys/lorawan/libloramac-node.a(lorawan_nvm_settings.c.obj)
+ .debug_info    0x000000000006aa0f      0xec1 zephyr/subsys/lorawan/libloramac-node.a(hal_common.c.obj)
+ .debug_info    0x000000000006b8d0     0x4980 zephyr/subsys/lorawan/libloramac-node.a(sx12xx_common.c.obj)
+ .debug_info    0x0000000000070250     0x81e2 zephyr/subsys/lorawan/libloramac-node.a(sx127x.c.obj)
+ .debug_info    0x0000000000078432      0x465 zephyr/subsys/lorawan/libloramac-node.a(utilities.c.obj)
+ .debug_info    0x0000000000078897      0x9cd zephyr/subsys/lorawan/libloramac-node.a(systime.c.obj)
+ .debug_info    0x0000000000079264      0x85f zephyr/subsys/lorawan/libloramac-node.a(timer.c.obj)
+ .debug_info    0x0000000000079ac3      0x161 zephyr/subsys/lorawan/libloramac-node.a(delay.c.obj)
+ .debug_info    0x0000000000079c24     0x3664 zephyr/subsys/lorawan/libloramac-node.a(sx1276.c.obj)
+ .debug_info    0x000000000007d288      0x682 zephyr/subsys/lorawan/libloramac-node.a(aes.c.obj)
+ .debug_info    0x000000000007d90a      0x672 zephyr/subsys/lorawan/libloramac-node.a(cmac.c.obj)
+ .debug_info    0x000000000007df7c     0x1030 zephyr/subsys/lorawan/libloramac-node.a(soft-se.c.obj)
+ .debug_info    0x000000000007efac       0xd3 zephyr/subsys/lorawan/libloramac-node.a(soft-se-hal.c.obj)
+ .debug_info    0x000000000007f07f     0x8b96 zephyr/subsys/lorawan/libloramac-node.a(LoRaMac.c.obj)
+ .debug_info    0x0000000000087c15      0x7b3 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacAdr.c.obj)
+ .debug_info    0x00000000000883c8     0x1fc0 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacClassB.c.obj)
+ .debug_info    0x000000000008a388      0xa8d zephyr/subsys/lorawan/libloramac-node.a(LoRaMacCommands.c.obj)
+ .debug_info    0x000000000008ae15      0xdfc zephyr/subsys/lorawan/libloramac-node.a(LoRaMacConfirmQueue.c.obj)
+ .debug_info    0x000000000008bc11     0x289d zephyr/subsys/lorawan/libloramac-node.a(LoRaMacCrypto.c.obj)
+ .debug_info    0x000000000008e4ae      0x52a zephyr/subsys/lorawan/libloramac-node.a(LoRaMacParser.c.obj)
+ .debug_info    0x000000000008e9d8      0x69c zephyr/subsys/lorawan/libloramac-node.a(LoRaMacSerializer.c.obj)
+ .debug_info    0x000000000008f074     0x18f1 zephyr/subsys/lorawan/libloramac-node.a(Region.c.obj)
+ .debug_info    0x0000000000090965     0x1c0f zephyr/subsys/lorawan/libloramac-node.a(RegionCommon.c.obj)
+ .debug_info    0x0000000000092574     0x27ec zephyr/subsys/lorawan/libloramac-node.a(RegionEU868.c.obj)
+ .debug_info    0x0000000000094d60      0x7cc zephyr/subsys/random/libsubsys__random.a(random_xoshiro128.c.obj)
+ .debug_info    0x000000000009552c      0x156 zephyr/subsys/bluetooth/common/libsubsys__bluetooth__common.a(addr.c.obj)
+ .debug_info    0x0000000000095682      0x4fe zephyr/subsys/bluetooth/common/libsubsys__bluetooth__common.a(bt_str.c.obj)
+ .debug_info    0x0000000000095b80      0xb26 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(long_wq.c.obj)
+ .debug_info    0x00000000000966a6      0x6b3 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(uuid.c.obj)
+ .debug_info    0x0000000000096d59      0x5dd zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(addr.c.obj)
+ .debug_info    0x0000000000097336      0xe1b zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(buf.c.obj)
+ .debug_info    0x0000000000098151     0x1c4c zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(data.c.obj)
+ .debug_info    0x0000000000099d9d    0x40880 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+ .debug_info    0x00000000000da61d     0xb5c7 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(id.c.obj)
+ .debug_info    0x00000000000e5be4     0x8a07 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(adv.c.obj)
+ .debug_info    0x00000000000ee5eb    0x211ed zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(conn.c.obj)
+ .debug_info    0x000000000010f7d8     0xd5f4 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(l2cap.c.obj)
+ .debug_info    0x000000000011cdcc    0x2fd9e zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(att.c.obj)
+ .debug_info    0x000000000014cb6a    0x1ebab zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(gatt.c.obj)
+ .debug_info    0x000000000016b715     0x2b19 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(smp_null.c.obj)
+ .debug_info    0x000000000016e22e     0x35e8 zephyr/subsys/net/libsubsys__net.a(buf.c.obj)
+ .debug_info    0x0000000000171816     0x3179 zephyr/subsys/net/libsubsys__net.a(buf_simple.c.obj)
+ .debug_info    0x000000000017498f     0x6aef zephyr/drivers/adc/libdrivers__adc.a(adc_nrfx_saadc.c.obj)
+ .debug_info    0x000000000017b47e     0x3ae0 zephyr/drivers/clock_control/libdrivers__clock_control.a(clock_control_nrf.c.obj)
+ .debug_info    0x000000000017ef5e      0x788 zephyr/drivers/console/libdrivers__console.a(uart_console.c.obj)
+ .debug_info    0x000000000017f6e6     0x1d42 zephyr/drivers/entropy/libdrivers__entropy.a(entropy_nrf5.c.obj)
+ .debug_info    0x0000000000181428      0x473 zephyr/drivers/entropy/libdrivers__entropy.a(entropy_bt_hci.c.obj)
+ .debug_info    0x000000000018189b     0x41a1 zephyr/drivers/flash/libdrivers__flash.a(soc_flash_nrf.c.obj)
+ .debug_info    0x0000000000185a3c      0x70e zephyr/drivers/flash/libdrivers__flash.a(flash_page_layout.c.obj)
+ .debug_info    0x000000000018614a     0x2732 zephyr/drivers/gpio/libdrivers__gpio.a(gpio_nrfx.c.obj)
+ .debug_info    0x000000000018887c     0x2a24 zephyr/drivers/i2c/libdrivers__i2c.a(i2c_common.c.obj)
+ .debug_info    0x000000000018b2a0     0x40e4 zephyr/drivers/i2c/libdrivers__i2c.a(i2c_nrfx_twim.c.obj)
+ .debug_info    0x000000000018f384      0x1af zephyr/drivers/pinctrl/libdrivers__pinctrl.a(common.c.obj)
+ .debug_info    0x000000000018f533     0x1659 zephyr/drivers/pinctrl/libdrivers__pinctrl.a(pinctrl_nrf.c.obj)
+ .debug_info    0x0000000000190b8c     0x7d95 zephyr/drivers/sensor/bosch/bme280/libdrivers__sensor__bosch__bme280.a(bme280.c.obj)
+ .debug_info    0x0000000000198921     0x1cce zephyr/drivers/sensor/bosch/bme280/libdrivers__sensor__bosch__bme280.a(bme280_spi.c.obj)
+ .debug_info    0x000000000019a5ef      0xfc7 zephyr/drivers/sensor/st/stmemsc/libdrivers__sensor__st__stmemsc.a(stmemsc_i2c.c.obj)
+ .debug_info    0x000000000019b5b6      0x1e4 zephyr/drivers/sensor/st/stmemsc/libdrivers__sensor__st__stmemsc.a(stmemsc_mdelay.c.obj)
+ .debug_info    0x000000000019b79a     0x5eea zephyr/drivers/sensor/st/lis2dh/libdrivers__sensor__st__lis2dh.a(lis2dh.c.obj)
+ .debug_info    0x00000000001a1684     0x1faa zephyr/drivers/sensor/st/lis2dh/libdrivers__sensor__st__lis2dh.a(lis2dh_i2c.c.obj)
+ .debug_info    0x00000000001a362e     0xa1ce zephyr/drivers/sensor/st/lis2mdl/libdrivers__sensor__st__lis2mdl.a(lis2mdl.c.obj)
+ .debug_info    0x00000000001ad7fc     0x39d5 zephyr/drivers/sensor/st/lis2mdl/libdrivers__sensor__st__lis2mdl.a(lis2mdl_trigger.c.obj)
+ .debug_info    0x00000000001b11d1     0x16b4 zephyr/drivers/serial/libdrivers__serial.a(uart_nrfx_uart.c.obj)
+ .debug_info    0x00000000001b2885     0xcb69 zephyr/drivers/spi/libdrivers__spi.a(spi_nrfx_spim.c.obj)
+ .debug_info    0x00000000001bf3ee      0xd20 zephyr/drivers/spi/libdrivers__spi.a(spi_nrfx_common.c.obj)
+ .debug_info    0x00000000001c010e     0x32da zephyr/drivers/timer/libdrivers__timer.a(nrf_rtc_timer.c.obj)
+ .debug_info    0x00000000001c33e8      0x76a modules/nrf/lib/multithreading_lock/lib..__nrf__lib__multithreading_lock.a(multithreading_lock.c.obj)
+ .debug_info    0x00000000001c3b52     0xd3e6 modules/nrf/subsys/bluetooth/controller/lib..__nrf__subsys__bluetooth__controller.a(hci_driver.c.obj)
+ .debug_info    0x00000000001d0f38     0x560a modules/nrf/subsys/bluetooth/controller/lib..__nrf__subsys__bluetooth__controller.a(hci_internal.c.obj)
+ .debug_info    0x00000000001d6542     0x3449 modules/nrf/subsys/bluetooth/controller/lib..__nrf__subsys__bluetooth__controller.a(crypto.c.obj)
+ .debug_info    0x00000000001d998b     0x2597 modules/nrf/subsys/bluetooth/controller/lib..__nrf__subsys__bluetooth__controller.a(ecdh.c.obj)
+ .debug_info    0x00000000001dbf22     0x21c2 modules/nrf/subsys/mpsl/init/lib..__nrf__subsys__mpsl__init.a(mpsl_init.c.obj)
+ .debug_info    0x00000000001de0e4      0x1fe modules/nrf/subsys/mpsl/fem/lib..__nrf__subsys__mpsl__fem.a(mpsl_fem_api_init.c.obj)
+ .debug_info    0x00000000001de2e2      0x35e modules/nrf/drivers/mpsl/clock_control/lib..__nrf__drivers__mpsl__clock_control.a(nrfx_clock_mpsl.c.obj)
+ .debug_info    0x00000000001de640     0x364e modules/nrf/drivers/mpsl/flash_sync/lib..__nrf__drivers__mpsl__flash_sync.a(flash_sync_mpsl.c.obj)
+ .debug_info    0x00000000001e1c8e     0x2711 modules/nrf/drivers/mpsl/temp_nrf5/lib..__nrf__drivers__mpsl__temp_nrf5.a(temp_nrf5_mpsl.c.obj)
+ .debug_info    0x00000000001e439f     0x1195 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(system_nrf52833.c.obj)
+ .debug_info    0x00000000001e5534      0x25d modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_glue.c.obj)
+ .debug_info    0x00000000001e5791      0x354 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_flag32_allocator.c.obj)
+ .debug_info    0x00000000001e5ae5     0x8f5a modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_gpiote.c.obj)
+ .debug_info    0x00000000001eea3f     0x1aca modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_nvmc.c.obj)
+ .debug_info    0x00000000001f0509     0x787a modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_spim.c.obj)
+ .debug_info    0x00000000001f7d83     0xfda3 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_twim.c.obj)
+ .debug_info    0x0000000000207b26      0xa23 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_twi_twim.c.obj)
+ .debug_info    0x0000000000208549       0xe3 zephyr/kernel/libkernel.a(busy_wait.c.obj)
+ .debug_info    0x000000000020862c      0x343 zephyr/kernel/libkernel.a(device.c.obj)
+ .debug_info    0x000000000020896f     0x2ef9 zephyr/kernel/libkernel.a(fatal.c.obj)
+ .debug_info    0x000000000020b868     0x2066 zephyr/kernel/libkernel.a(init.c.obj)
+ .debug_info    0x000000000020d8ce      0xd6f zephyr/kernel/libkernel.a(kheap.c.obj)
+ .debug_info    0x000000000020e63d     0x124e zephyr/kernel/libkernel.a(mem_slab.c.obj)
+ .debug_info    0x000000000020f88b      0x30f zephyr/kernel/libkernel.a(idle.c.obj)
+ .debug_info    0x000000000020fb9a     0x6495 zephyr/kernel/libkernel.a(mutex.c.obj)
+ .debug_info    0x000000000021602f     0x28a3 zephyr/kernel/libkernel.a(queue.c.obj)
+ .debug_info    0x00000000002188d2      0xf0c zephyr/kernel/libkernel.a(sem.c.obj)
+ .debug_info    0x00000000002197de      0x8d2 zephyr/kernel/libkernel.a(system_work_q.c.obj)
+ .debug_info    0x000000000021a0b0     0x57d9 zephyr/kernel/libkernel.a(work.c.obj)
+ .debug_info    0x000000000021f889     0x2499 zephyr/kernel/libkernel.a(thread.c.obj)
+ .debug_info    0x0000000000221d22     0x78c1 zephyr/kernel/libkernel.a(sched.c.obj)
+ .debug_info    0x00000000002295e3      0xf73 zephyr/kernel/libkernel.a(timeslicing.c.obj)
+ .debug_info    0x000000000022a556      0x142 zephyr/kernel/libkernel.a(xip.c.obj)
+ .debug_info    0x000000000022a698     0x1be4 zephyr/kernel/libkernel.a(timeout.c.obj)
+ .debug_info    0x000000000022c27c     0x1728 zephyr/kernel/libkernel.a(timer.c.obj)
+ .debug_info    0x000000000022d9a4     0x344b zephyr/kernel/libkernel.a(poll.c.obj)
+ .debug_info    0x0000000000230def      0x854 zephyr/kernel/libkernel.a(mempool.c.obj)
+ .debug_info    0x0000000000231643      0x1cf zephyr/arch/common/libisr_tables.a(isr_tables.c.obj)
+
+.debug_abbrev   0x0000000000000000    0x26717
+ *(SORT_BY_ALIGNMENT(.debug_abbrev))
+ .debug_abbrev  0x0000000000000000       0x62 zephyr/CMakeFiles/offsets.dir/./arch/arm/core/offsets/offsets.c.obj
+ .debug_abbrev  0x0000000000000062      0x685 app/libapp.a(main.c.obj)
+ .debug_abbrev  0x00000000000006e7       0xdc zephyr/libzephyr.a(crc8_sw.c.obj)
+ .debug_abbrev  0x00000000000007c3      0x434 zephyr/libzephyr.a(heap.c.obj)
+ .debug_abbrev  0x0000000000000bf7      0x54e zephyr/libzephyr.a(cbprintf_packaged.c.obj)
+ .debug_abbrev  0x0000000000001145      0x345 zephyr/libzephyr.a(printk.c.obj)
+ .debug_abbrev  0x000000000000148a      0x25a zephyr/libzephyr.a(thread_entry.c.obj)
+ .debug_abbrev  0x00000000000016e4      0x3c5 zephyr/libzephyr.a(cbprintf_complete.c.obj)
+ .debug_abbrev  0x0000000000001aa9      0x21a zephyr/libzephyr.a(assert.c.obj)
+ .debug_abbrev  0x0000000000001cc3      0x5d9 zephyr/libzephyr.a(mpsc_pbuf.c.obj)
+ .debug_abbrev  0x000000000000229c      0x551 zephyr/libzephyr.a(onoff.c.obj)
+ .debug_abbrev  0x00000000000027ed      0x227 zephyr/libzephyr.a(notify.c.obj)
+ .debug_abbrev  0x0000000000002a14       0x2e zephyr/libzephyr.a(configs.c.obj)
+ .debug_abbrev  0x0000000000002a42      0x6cb zephyr/libzephyr.a(nvs.c.obj)
+ .debug_abbrev  0x000000000000310d      0x960 zephyr/libzephyr.a(log_core.c.obj)
+ .debug_abbrev  0x0000000000003a6d      0x65c zephyr/libzephyr.a(log_mgmt.c.obj)
+ .debug_abbrev  0x00000000000040c9      0x59c zephyr/libzephyr.a(log_msg.c.obj)
+ .debug_abbrev  0x0000000000004665      0x5e7 zephyr/libzephyr.a(log_output.c.obj)
+ .debug_abbrev  0x0000000000004c4c      0x496 zephyr/libzephyr.a(log_backend_uart.c.obj)
+ .debug_abbrev  0x00000000000050e2      0x315 zephyr/libzephyr.a(flash_map.c.obj)
+ .debug_abbrev  0x00000000000053f7      0x128 zephyr/libzephyr.a(flash_map_default.c.obj)
+ .debug_abbrev  0x000000000000551f      0x264 zephyr/libzephyr.a(flash_map_layout.c.obj)
+ .debug_abbrev  0x0000000000005783      0x3e7 zephyr/libzephyr.a(settings_store.c.obj)
+ .debug_abbrev  0x0000000000005b6a      0x5d8 zephyr/libzephyr.a(settings.c.obj)
+ .debug_abbrev  0x0000000000006142      0x285 zephyr/libzephyr.a(settings_init.c.obj)
+ .debug_abbrev  0x00000000000063c7      0x436 zephyr/libzephyr.a(settings_nvs.c.obj)
+ .debug_abbrev  0x00000000000067fd       0x9c zephyr/libzephyr.a(banner.c.obj)
+ .debug_abbrev  0x0000000000006899      0x282 zephyr/libzephyr.a(lis2mdl_reg.c.obj)
+ .debug_abbrev  0x0000000000006b1b      0x15c zephyr/libzephyr.a(utils.c.obj)
+ .debug_abbrev  0x0000000000006c77      0x200 zephyr/libzephyr.a(aes_encrypt.c.obj)
+ .debug_abbrev  0x0000000000006e77      0x230 zephyr/libzephyr.a(cmac_mode.c.obj)
+ .debug_abbrev  0x00000000000070a7      0x3c2 zephyr/arch/arch/arm/core/libarch__arm__core.a(fatal.c.obj)
+ .debug_abbrev  0x0000000000007469       0x70 zephyr/arch/arch/arm/core/libarch__arm__core.a(nmi.c.obj)
+ .debug_abbrev  0x00000000000074d9       0x14 zephyr/arch/arch/arm/core/libarch__arm__core.a(nmi_on_reset.S.obj)
+ .debug_abbrev  0x00000000000074ed      0x17f zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(exc_exit.c.obj)
+ .debug_abbrev  0x000000000000766c      0x4f9 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(fault.c.obj)
+ .debug_abbrev  0x0000000000007b65       0x14 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(fault_s.S.obj)
+ .debug_abbrev  0x0000000000007b79       0x14 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(reset.S.obj)
+ .debug_abbrev  0x0000000000007b8d      0x1dd zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(scb.c.obj)
+ .debug_abbrev  0x0000000000007d6a      0x227 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(thread_abort.c.obj)
+ .debug_abbrev  0x0000000000007f91      0x2b0 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(swap.c.obj)
+ .debug_abbrev  0x0000000000008241       0x12 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(swap_helper.S.obj)
+ .debug_abbrev  0x0000000000008253      0x267 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(irq_manage.c.obj)
+ .debug_abbrev  0x00000000000084ba      0x17d zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(prep_c.c.obj)
+ .debug_abbrev  0x0000000000008637      0x352 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(thread.c.obj)
+ .debug_abbrev  0x0000000000008989      0x16f zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(cpu_idle.c.obj)
+ .debug_abbrev  0x0000000000008af8      0x168 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(irq_init.c.obj)
+ .debug_abbrev  0x0000000000008c60      0x136 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(isr_wrapper.c.obj)
+ .debug_abbrev  0x0000000000008d96      0x66e zephyr/lib/libc/newlib/liblib__libc__newlib.a(libc-hooks.c.obj)
+ .debug_abbrev  0x0000000000009404      0x14d zephyr/lib/libc/common/liblib__libc__common.a(abort.c.obj)
+ .debug_abbrev  0x0000000000009551      0x2cf zephyr/soc/soc/nrf52833/libsoc__nordic.a(soc.c.obj)
+ .debug_abbrev  0x0000000000009820      0x784 zephyr/subsys/lorawan/libloramac-node.a(lorawan.c.obj)
+ .debug_abbrev  0x0000000000009fa4       0xe9 zephyr/subsys/lorawan/libloramac-node.a(lw_priv.c.obj)
+ .debug_abbrev  0x000000000000a08d      0x558 zephyr/subsys/lorawan/libloramac-node.a(lorawan_nvm_settings.c.obj)
+ .debug_abbrev  0x000000000000a5e5      0x4c6 zephyr/subsys/lorawan/libloramac-node.a(hal_common.c.obj)
+ .debug_abbrev  0x000000000000aaab      0x69e zephyr/subsys/lorawan/libloramac-node.a(sx12xx_common.c.obj)
+ .debug_abbrev  0x000000000000b149      0x745 zephyr/subsys/lorawan/libloramac-node.a(sx127x.c.obj)
+ .debug_abbrev  0x000000000000b88e      0x14b zephyr/subsys/lorawan/libloramac-node.a(utilities.c.obj)
+ .debug_abbrev  0x000000000000b9d9      0x318 zephyr/subsys/lorawan/libloramac-node.a(systime.c.obj)
+ .debug_abbrev  0x000000000000bcf1      0x36c zephyr/subsys/lorawan/libloramac-node.a(timer.c.obj)
+ .debug_abbrev  0x000000000000c05d      0x11d zephyr/subsys/lorawan/libloramac-node.a(delay.c.obj)
+ .debug_abbrev  0x000000000000c17a      0x45d zephyr/subsys/lorawan/libloramac-node.a(sx1276.c.obj)
+ .debug_abbrev  0x000000000000c5d7      0x244 zephyr/subsys/lorawan/libloramac-node.a(aes.c.obj)
+ .debug_abbrev  0x000000000000c81b      0x1d5 zephyr/subsys/lorawan/libloramac-node.a(cmac.c.obj)
+ .debug_abbrev  0x000000000000c9f0      0x400 zephyr/subsys/lorawan/libloramac-node.a(soft-se.c.obj)
+ .debug_abbrev  0x000000000000cdf0       0xa6 zephyr/subsys/lorawan/libloramac-node.a(soft-se-hal.c.obj)
+ .debug_abbrev  0x000000000000ce96      0x69e zephyr/subsys/lorawan/libloramac-node.a(LoRaMac.c.obj)
+ .debug_abbrev  0x000000000000d534      0x1e9 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacAdr.c.obj)
+ .debug_abbrev  0x000000000000d71d      0x378 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacClassB.c.obj)
+ .debug_abbrev  0x000000000000da95      0x324 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacCommands.c.obj)
+ .debug_abbrev  0x000000000000ddb9      0x396 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacConfirmQueue.c.obj)
+ .debug_abbrev  0x000000000000e14f      0x4bd zephyr/subsys/lorawan/libloramac-node.a(LoRaMacCrypto.c.obj)
+ .debug_abbrev  0x000000000000e60c      0x20a zephyr/subsys/lorawan/libloramac-node.a(LoRaMacParser.c.obj)
+ .debug_abbrev  0x000000000000e816      0x20a zephyr/subsys/lorawan/libloramac-node.a(LoRaMacSerializer.c.obj)
+ .debug_abbrev  0x000000000000ea20      0x23d zephyr/subsys/lorawan/libloramac-node.a(Region.c.obj)
+ .debug_abbrev  0x000000000000ec5d      0x4a1 zephyr/subsys/lorawan/libloramac-node.a(RegionCommon.c.obj)
+ .debug_abbrev  0x000000000000f0fe      0x47e zephyr/subsys/lorawan/libloramac-node.a(RegionEU868.c.obj)
+ .debug_abbrev  0x000000000000f57c      0x3e8 zephyr/subsys/random/libsubsys__random.a(random_xoshiro128.c.obj)
+ .debug_abbrev  0x000000000000f964       0xa1 zephyr/subsys/bluetooth/common/libsubsys__bluetooth__common.a(addr.c.obj)
+ .debug_abbrev  0x000000000000fa05      0x1ee zephyr/subsys/bluetooth/common/libsubsys__bluetooth__common.a(bt_str.c.obj)
+ .debug_abbrev  0x000000000000fbf3      0x2eb zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(long_wq.c.obj)
+ .debug_abbrev  0x000000000000fede      0x2a9 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(uuid.c.obj)
+ .debug_abbrev  0x0000000000010187      0x21a zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(addr.c.obj)
+ .debug_abbrev  0x00000000000103a1      0x3cf zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(buf.c.obj)
+ .debug_abbrev  0x0000000000010770      0x38b zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(data.c.obj)
+ .debug_abbrev  0x0000000000010afb      0xa46 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+ .debug_abbrev  0x0000000000011541      0x7b6 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(id.c.obj)
+ .debug_abbrev  0x0000000000011cf7      0x7bb zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(adv.c.obj)
+ .debug_abbrev  0x00000000000124b2      0x95a zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(conn.c.obj)
+ .debug_abbrev  0x0000000000012e0c      0x84b zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(l2cap.c.obj)
+ .debug_abbrev  0x0000000000013657      0x890 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(att.c.obj)
+ .debug_abbrev  0x0000000000013ee7      0x8d6 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(gatt.c.obj)
+ .debug_abbrev  0x00000000000147bd      0x551 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(smp_null.c.obj)
+ .debug_abbrev  0x0000000000014d0e      0x7fa zephyr/subsys/net/libsubsys__net.a(buf.c.obj)
+ .debug_abbrev  0x0000000000015508      0x454 zephyr/subsys/net/libsubsys__net.a(buf_simple.c.obj)
+ .debug_abbrev  0x000000000001595c      0x68b zephyr/drivers/adc/libdrivers__adc.a(adc_nrfx_saadc.c.obj)
+ .debug_abbrev  0x0000000000015fe7      0x7b1 zephyr/drivers/clock_control/libdrivers__clock_control.a(clock_control_nrf.c.obj)
+ .debug_abbrev  0x0000000000016798      0x399 zephyr/drivers/console/libdrivers__console.a(uart_console.c.obj)
+ .debug_abbrev  0x0000000000016b31      0x5bf zephyr/drivers/entropy/libdrivers__entropy.a(entropy_nrf5.c.obj)
+ .debug_abbrev  0x00000000000170f0      0x23b zephyr/drivers/entropy/libdrivers__entropy.a(entropy_bt_hci.c.obj)
+ .debug_abbrev  0x000000000001732b      0x6fc zephyr/drivers/flash/libdrivers__flash.a(soc_flash_nrf.c.obj)
+ .debug_abbrev  0x0000000000017a27      0x1cc zephyr/drivers/flash/libdrivers__flash.a(flash_page_layout.c.obj)
+ .debug_abbrev  0x0000000000017bf3      0x5c5 zephyr/drivers/gpio/libdrivers__gpio.a(gpio_nrfx.c.obj)
+ .debug_abbrev  0x00000000000181b8      0x219 zephyr/drivers/i2c/libdrivers__i2c.a(i2c_common.c.obj)
+ .debug_abbrev  0x00000000000183d1      0x685 zephyr/drivers/i2c/libdrivers__i2c.a(i2c_nrfx_twim.c.obj)
+ .debug_abbrev  0x0000000000018a56       0xd0 zephyr/drivers/pinctrl/libdrivers__pinctrl.a(common.c.obj)
+ .debug_abbrev  0x0000000000018b26      0x2d0 zephyr/drivers/pinctrl/libdrivers__pinctrl.a(pinctrl_nrf.c.obj)
+ .debug_abbrev  0x0000000000018df6      0x548 zephyr/drivers/sensor/bosch/bme280/libdrivers__sensor__bosch__bme280.a(bme280.c.obj)
+ .debug_abbrev  0x000000000001933e      0x392 zephyr/drivers/sensor/bosch/bme280/libdrivers__sensor__bosch__bme280.a(bme280_spi.c.obj)
+ .debug_abbrev  0x00000000000196d0      0x2a7 zephyr/drivers/sensor/st/stmemsc/libdrivers__sensor__st__stmemsc.a(stmemsc_i2c.c.obj)
+ .debug_abbrev  0x0000000000019977      0x152 zephyr/drivers/sensor/st/stmemsc/libdrivers__sensor__st__stmemsc.a(stmemsc_mdelay.c.obj)
+ .debug_abbrev  0x0000000000019ac9      0x635 zephyr/drivers/sensor/st/lis2dh/libdrivers__sensor__st__lis2dh.a(lis2dh.c.obj)
+ .debug_abbrev  0x000000000001a0fe      0x471 zephyr/drivers/sensor/st/lis2dh/libdrivers__sensor__st__lis2dh.a(lis2dh_i2c.c.obj)
+ .debug_abbrev  0x000000000001a56f      0x62c zephyr/drivers/sensor/st/lis2mdl/libdrivers__sensor__st__lis2mdl.a(lis2mdl.c.obj)
+ .debug_abbrev  0x000000000001ab9b      0x590 zephyr/drivers/sensor/st/lis2mdl/libdrivers__sensor__st__lis2mdl.a(lis2mdl_trigger.c.obj)
+ .debug_abbrev  0x000000000001b12b      0x54d zephyr/drivers/serial/libdrivers__serial.a(uart_nrfx_uart.c.obj)
+ .debug_abbrev  0x000000000001b678      0x739 zephyr/drivers/spi/libdrivers__spi.a(spi_nrfx_spim.c.obj)
+ .debug_abbrev  0x000000000001bdb1      0x398 zephyr/drivers/spi/libdrivers__spi.a(spi_nrfx_common.c.obj)
+ .debug_abbrev  0x000000000001c149      0x6d0 zephyr/drivers/timer/libdrivers__timer.a(nrf_rtc_timer.c.obj)
+ .debug_abbrev  0x000000000001c819      0x27b modules/nrf/lib/multithreading_lock/lib..__nrf__lib__multithreading_lock.a(multithreading_lock.c.obj)
+ .debug_abbrev  0x000000000001ca94      0x6ff modules/nrf/subsys/bluetooth/controller/lib..__nrf__subsys__bluetooth__controller.a(hci_driver.c.obj)
+ .debug_abbrev  0x000000000001d193      0x4ea modules/nrf/subsys/bluetooth/controller/lib..__nrf__subsys__bluetooth__controller.a(hci_internal.c.obj)
+ .debug_abbrev  0x000000000001d67d      0x355 modules/nrf/subsys/bluetooth/controller/lib..__nrf__subsys__bluetooth__controller.a(crypto.c.obj)
+ .debug_abbrev  0x000000000001d9d2      0x624 modules/nrf/subsys/bluetooth/controller/lib..__nrf__subsys__bluetooth__controller.a(ecdh.c.obj)
+ .debug_abbrev  0x000000000001dff6      0x6f0 modules/nrf/subsys/mpsl/init/lib..__nrf__subsys__mpsl__init.a(mpsl_init.c.obj)
+ .debug_abbrev  0x000000000001e6e6      0x160 modules/nrf/subsys/mpsl/fem/lib..__nrf__subsys__mpsl__fem.a(mpsl_fem_api_init.c.obj)
+ .debug_abbrev  0x000000000001e846      0x1bb modules/nrf/drivers/mpsl/clock_control/lib..__nrf__drivers__mpsl__clock_control.a(nrfx_clock_mpsl.c.obj)
+ .debug_abbrev  0x000000000001ea01      0x545 modules/nrf/drivers/mpsl/flash_sync/lib..__nrf__drivers__mpsl__flash_sync.a(flash_sync_mpsl.c.obj)
+ .debug_abbrev  0x000000000001ef46      0x322 modules/nrf/drivers/mpsl/temp_nrf5/lib..__nrf__drivers__mpsl__temp_nrf5.a(temp_nrf5_mpsl.c.obj)
+ .debug_abbrev  0x000000000001f268      0x256 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(system_nrf52833.c.obj)
+ .debug_abbrev  0x000000000001f4be      0x155 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_glue.c.obj)
+ .debug_abbrev  0x000000000001f613      0x10b modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_flag32_allocator.c.obj)
+ .debug_abbrev  0x000000000001f71e      0x61b modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_gpiote.c.obj)
+ .debug_abbrev  0x000000000001fd39      0x48d modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_nvmc.c.obj)
+ .debug_abbrev  0x00000000000201c6      0x5e9 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_spim.c.obj)
+ .debug_abbrev  0x00000000000207af      0x5a0 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_twim.c.obj)
+ .debug_abbrev  0x0000000000020d4f      0x2ec modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_twi_twim.c.obj)
+ .debug_abbrev  0x000000000002103b       0x9d zephyr/kernel/libkernel.a(busy_wait.c.obj)
+ .debug_abbrev  0x00000000000210d8      0x1bc zephyr/kernel/libkernel.a(device.c.obj)
+ .debug_abbrev  0x0000000000021294      0x517 zephyr/kernel/libkernel.a(fatal.c.obj)
+ .debug_abbrev  0x00000000000217ab      0x743 zephyr/kernel/libkernel.a(init.c.obj)
+ .debug_abbrev  0x0000000000021eee      0x451 zephyr/kernel/libkernel.a(kheap.c.obj)
+ .debug_abbrev  0x000000000002233f      0x510 zephyr/kernel/libkernel.a(mem_slab.c.obj)
+ .debug_abbrev  0x000000000002284f      0x1fc zephyr/kernel/libkernel.a(idle.c.obj)
+ .debug_abbrev  0x0000000000022a4b      0x49e zephyr/kernel/libkernel.a(mutex.c.obj)
+ .debug_abbrev  0x0000000000022ee9      0x530 zephyr/kernel/libkernel.a(queue.c.obj)
+ .debug_abbrev  0x0000000000023419      0x427 zephyr/kernel/libkernel.a(sem.c.obj)
+ .debug_abbrev  0x0000000000023840      0x264 zephyr/kernel/libkernel.a(system_work_q.c.obj)
+ .debug_abbrev  0x0000000000023aa4      0x6b0 zephyr/kernel/libkernel.a(work.c.obj)
+ .debug_abbrev  0x0000000000024154      0x54e zephyr/kernel/libkernel.a(thread.c.obj)
+ .debug_abbrev  0x00000000000246a2      0x6cc zephyr/kernel/libkernel.a(sched.c.obj)
+ .debug_abbrev  0x0000000000024d6e      0x42f zephyr/kernel/libkernel.a(timeslicing.c.obj)
+ .debug_abbrev  0x000000000002519d       0xbe zephyr/kernel/libkernel.a(xip.c.obj)
+ .debug_abbrev  0x000000000002525b      0x524 zephyr/kernel/libkernel.a(timeout.c.obj)
+ .debug_abbrev  0x000000000002577f      0x4eb zephyr/kernel/libkernel.a(timer.c.obj)
+ .debug_abbrev  0x0000000000025c6a      0x6a3 zephyr/kernel/libkernel.a(poll.c.obj)
+ .debug_abbrev  0x000000000002630d      0x2f0 zephyr/kernel/libkernel.a(mempool.c.obj)
+ .debug_abbrev  0x00000000000265fd      0x11a zephyr/arch/common/libisr_tables.a(isr_tables.c.obj)
+
+.debug_line     0x0000000000000000    0x67ec7
+ *(SORT_BY_ALIGNMENT(.debug_line) SORT_BY_ALIGNMENT(.debug_line.*) SORT_BY_ALIGNMENT(.debug_line_end))
+ .debug_line    0x0000000000000000       0xff zephyr/CMakeFiles/offsets.dir/./arch/arm/core/offsets/offsets.c.obj
+ .debug_line    0x00000000000000ff     0x122e app/libapp.a(main.c.obj)
+ .debug_line    0x000000000000132d      0x291 zephyr/libzephyr.a(crc8_sw.c.obj)
+ .debug_line    0x00000000000015be     0x112f zephyr/libzephyr.a(heap.c.obj)
+ .debug_line    0x00000000000026ed     0x1129 zephyr/libzephyr.a(cbprintf_packaged.c.obj)
+ .debug_line    0x0000000000003816      0x41a zephyr/libzephyr.a(printk.c.obj)
+ .debug_line    0x0000000000003c30      0x347 zephyr/libzephyr.a(thread_entry.c.obj)
+ .debug_line    0x0000000000003f77      0xc82 zephyr/libzephyr.a(cbprintf_complete.c.obj)
+ .debug_line    0x0000000000004bf9      0x2ea zephyr/libzephyr.a(assert.c.obj)
+ .debug_line    0x0000000000004ee3     0x17ff zephyr/libzephyr.a(mpsc_pbuf.c.obj)
+ .debug_line    0x00000000000066e2     0x1638 zephyr/libzephyr.a(onoff.c.obj)
+ .debug_line    0x0000000000007d1a      0x2ef zephyr/libzephyr.a(notify.c.obj)
+ .debug_line    0x0000000000008009      0x42e zephyr/libzephyr.a(configs.c.obj)
+ .debug_line    0x0000000000008437     0x1a36 zephyr/libzephyr.a(nvs.c.obj)
+ .debug_line    0x0000000000009e6d     0x1525 zephyr/libzephyr.a(log_core.c.obj)
+ .debug_line    0x000000000000b392      0xbfe zephyr/libzephyr.a(log_mgmt.c.obj)
+ .debug_line    0x000000000000bf90      0x838 zephyr/libzephyr.a(log_msg.c.obj)
+ .debug_line    0x000000000000c7c8      0xaed zephyr/libzephyr.a(log_output.c.obj)
+ .debug_line    0x000000000000d2b5      0x569 zephyr/libzephyr.a(log_backend_uart.c.obj)
+ .debug_line    0x000000000000d81e      0x63b zephyr/libzephyr.a(flash_map.c.obj)
+ .debug_line    0x000000000000de59      0x1ff zephyr/libzephyr.a(flash_map_default.c.obj)
+ .debug_line    0x000000000000e058      0x335 zephyr/libzephyr.a(flash_map_layout.c.obj)
+ .debug_line    0x000000000000e38d      0x870 zephyr/libzephyr.a(settings_store.c.obj)
+ .debug_line    0x000000000000ebfd      0xaaf zephyr/libzephyr.a(settings.c.obj)
+ .debug_line    0x000000000000f6ac      0x37f zephyr/libzephyr.a(settings_init.c.obj)
+ .debug_line    0x000000000000fa2b      0x887 zephyr/libzephyr.a(settings_nvs.c.obj)
+ .debug_line    0x00000000000102b2       0x9f zephyr/libzephyr.a(banner.c.obj)
+ .debug_line    0x0000000000010351      0xd98 zephyr/libzephyr.a(lis2mdl_reg.c.obj)
+ .debug_line    0x00000000000110e9      0x280 zephyr/libzephyr.a(utils.c.obj)
+ .debug_line    0x0000000000011369      0x537 zephyr/libzephyr.a(aes_encrypt.c.obj)
+ .debug_line    0x00000000000118a0      0x499 zephyr/libzephyr.a(cmac_mode.c.obj)
+ .debug_line    0x0000000000011d39      0x5cc zephyr/arch/arch/arm/core/libarch__arm__core.a(fatal.c.obj)
+ .debug_line    0x0000000000012305       0x99 zephyr/arch/arch/arm/core/libarch__arm__core.a(nmi.c.obj)
+ .debug_line    0x000000000001239e       0x5e zephyr/arch/arch/arm/core/libarch__arm__core.a(nmi_on_reset.S.obj)
+ .debug_line    0x00000000000123fc      0x2d0 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(exc_exit.c.obj)
+ .debug_line    0x00000000000126cc      0xe29 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(fault.c.obj)
+ .debug_line    0x00000000000134f5       0x6b zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(fault_s.S.obj)
+ .debug_line    0x0000000000013560       0x82 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(reset.S.obj)
+ .debug_line    0x00000000000135e2      0x3f9 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(scb.c.obj)
+ .debug_line    0x00000000000139db      0x377 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(thread_abort.c.obj)
+ .debug_line    0x0000000000013d52      0x406 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(swap.c.obj)
+ .debug_line    0x0000000000014158       0xa3 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(swap_helper.S.obj)
+ .debug_line    0x00000000000141fb      0x34f zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(irq_manage.c.obj)
+ .debug_line    0x000000000001454a      0x2c1 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(prep_c.c.obj)
+ .debug_line    0x000000000001480b      0x4c9 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(thread.c.obj)
+ .debug_line    0x0000000000014cd4      0x2f1 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(cpu_idle.c.obj)
+ .debug_line    0x0000000000014fc5      0x211 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(irq_init.c.obj)
+ .debug_line    0x00000000000151d6      0x215 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(isr_wrapper.c.obj)
+ .debug_line    0x00000000000153eb      0xa21 zephyr/lib/libc/newlib/liblib__libc__newlib.a(libc-hooks.c.obj)
+ .debug_line    0x0000000000015e0c      0x289 zephyr/lib/libc/common/liblib__libc__common.a(abort.c.obj)
+ .debug_line    0x0000000000016095      0x27e zephyr/soc/soc/nrf52833/libsoc__nordic.a(soc.c.obj)
+ .debug_line    0x0000000000016313     0x18c2 zephyr/subsys/lorawan/libloramac-node.a(lorawan.c.obj)
+ .debug_line    0x0000000000017bd5      0x24c zephyr/subsys/lorawan/libloramac-node.a(lw_priv.c.obj)
+ .debug_line    0x0000000000017e21      0xb34 zephyr/subsys/lorawan/libloramac-node.a(lorawan_nvm_settings.c.obj)
+ .debug_line    0x0000000000018955      0x6b7 zephyr/subsys/lorawan/libloramac-node.a(hal_common.c.obj)
+ .debug_line    0x000000000001900c      0xd9d zephyr/subsys/lorawan/libloramac-node.a(sx12xx_common.c.obj)
+ .debug_line    0x0000000000019da9      0xef3 zephyr/subsys/lorawan/libloramac-node.a(sx127x.c.obj)
+ .debug_line    0x000000000001ac9c      0x390 zephyr/subsys/lorawan/libloramac-node.a(utilities.c.obj)
+ .debug_line    0x000000000001b02c      0x78c zephyr/subsys/lorawan/libloramac-node.a(systime.c.obj)
+ .debug_line    0x000000000001b7b8      0x637 zephyr/subsys/lorawan/libloramac-node.a(timer.c.obj)
+ .debug_line    0x000000000001bdef      0x186 zephyr/subsys/lorawan/libloramac-node.a(delay.c.obj)
+ .debug_line    0x000000000001bf75     0x172e zephyr/subsys/lorawan/libloramac-node.a(sx1276.c.obj)
+ .debug_line    0x000000000001d6a3      0x81d zephyr/subsys/lorawan/libloramac-node.a(aes.c.obj)
+ .debug_line    0x000000000001dec0      0x4bc zephyr/subsys/lorawan/libloramac-node.a(cmac.c.obj)
+ .debug_line    0x000000000001e37c      0x6fa zephyr/subsys/lorawan/libloramac-node.a(soft-se.c.obj)
+ .debug_line    0x000000000001ea76      0x167 zephyr/subsys/lorawan/libloramac-node.a(soft-se-hal.c.obj)
+ .debug_line    0x000000000001ebdd     0x4521 zephyr/subsys/lorawan/libloramac-node.a(LoRaMac.c.obj)
+ .debug_line    0x00000000000230fe      0x318 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacAdr.c.obj)
+ .debug_line    0x0000000000023416      0x4c8 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacClassB.c.obj)
+ .debug_line    0x00000000000238de      0x61c zephyr/subsys/lorawan/libloramac-node.a(LoRaMacCommands.c.obj)
+ .debug_line    0x0000000000023efa      0x6bb zephyr/subsys/lorawan/libloramac-node.a(LoRaMacConfirmQueue.c.obj)
+ .debug_line    0x00000000000245b5     0x12c8 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacCrypto.c.obj)
+ .debug_line    0x000000000002587d      0x3b0 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacParser.c.obj)
+ .debug_line    0x0000000000025c2d      0x561 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacSerializer.c.obj)
+ .debug_line    0x000000000002618e      0x616 zephyr/subsys/lorawan/libloramac-node.a(Region.c.obj)
+ .debug_line    0x00000000000267a4      0xb6f zephyr/subsys/lorawan/libloramac-node.a(RegionCommon.c.obj)
+ .debug_line    0x0000000000027313      0xf19 zephyr/subsys/lorawan/libloramac-node.a(RegionEU868.c.obj)
+ .debug_line    0x000000000002822c      0x505 zephyr/subsys/random/libsubsys__random.a(random_xoshiro128.c.obj)
+ .debug_line    0x0000000000028731      0x135 zephyr/subsys/bluetooth/common/libsubsys__bluetooth__common.a(addr.c.obj)
+ .debug_line    0x0000000000028866      0x37d zephyr/subsys/bluetooth/common/libsubsys__bluetooth__common.a(bt_str.c.obj)
+ .debug_line    0x0000000000028be3      0x372 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(long_wq.c.obj)
+ .debug_line    0x0000000000028f55      0x412 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(uuid.c.obj)
+ .debug_line    0x0000000000029367      0x414 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(addr.c.obj)
+ .debug_line    0x000000000002977b      0x3ce zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(buf.c.obj)
+ .debug_line    0x0000000000029b49      0x4a9 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(data.c.obj)
+ .debug_line    0x0000000000029ff2     0x4536 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+ .debug_line    0x000000000002e528     0x1226 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(id.c.obj)
+ .debug_line    0x000000000002f74e     0x1a67 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(adv.c.obj)
+ .debug_line    0x00000000000311b5     0x3510 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(conn.c.obj)
+ .debug_line    0x00000000000346c5     0x12bc zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(l2cap.c.obj)
+ .debug_line    0x0000000000035981     0x4130 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(att.c.obj)
+ .debug_line    0x0000000000039ab1     0x2d00 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(gatt.c.obj)
+ .debug_line    0x000000000003c7b1      0x669 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(smp_null.c.obj)
+ .debug_line    0x000000000003ce1a     0x1499 zephyr/subsys/net/libsubsys__net.a(buf.c.obj)
+ .debug_line    0x000000000003e2b3     0x189c zephyr/subsys/net/libsubsys__net.a(buf_simple.c.obj)
+ .debug_line    0x000000000003fb4f      0xf70 zephyr/drivers/adc/libdrivers__adc.a(adc_nrfx_saadc.c.obj)
+ .debug_line    0x0000000000040abf     0x1404 zephyr/drivers/clock_control/libdrivers__clock_control.a(clock_control_nrf.c.obj)
+ .debug_line    0x0000000000041ec3      0x390 zephyr/drivers/console/libdrivers__console.a(uart_console.c.obj)
+ .debug_line    0x0000000000042253      0xc4f zephyr/drivers/entropy/libdrivers__entropy.a(entropy_nrf5.c.obj)
+ .debug_line    0x0000000000042ea2      0x26d zephyr/drivers/entropy/libdrivers__entropy.a(entropy_bt_hci.c.obj)
+ .debug_line    0x000000000004310f      0xa6b zephyr/drivers/flash/libdrivers__flash.a(soc_flash_nrf.c.obj)
+ .debug_line    0x0000000000043b7a      0x3e9 zephyr/drivers/flash/libdrivers__flash.a(flash_page_layout.c.obj)
+ .debug_line    0x0000000000043f63      0xcec zephyr/drivers/gpio/libdrivers__gpio.a(gpio_nrfx.c.obj)
+ .debug_line    0x0000000000044c4f      0x26a zephyr/drivers/i2c/libdrivers__i2c.a(i2c_common.c.obj)
+ .debug_line    0x0000000000044eb9      0xcbf zephyr/drivers/i2c/libdrivers__i2c.a(i2c_nrfx_twim.c.obj)
+ .debug_line    0x0000000000045b78      0x1b0 zephyr/drivers/pinctrl/libdrivers__pinctrl.a(common.c.obj)
+ .debug_line    0x0000000000045d28      0x563 zephyr/drivers/pinctrl/libdrivers__pinctrl.a(pinctrl_nrf.c.obj)
+ .debug_line    0x000000000004628b      0x8f8 zephyr/drivers/sensor/bosch/bme280/libdrivers__sensor__bosch__bme280.a(bme280.c.obj)
+ .debug_line    0x0000000000046b83      0x50a zephyr/drivers/sensor/bosch/bme280/libdrivers__sensor__bosch__bme280.a(bme280_spi.c.obj)
+ .debug_line    0x000000000004708d      0x539 zephyr/drivers/sensor/st/stmemsc/libdrivers__sensor__st__stmemsc.a(stmemsc_i2c.c.obj)
+ .debug_line    0x00000000000475c6      0x205 zephyr/drivers/sensor/st/stmemsc/libdrivers__sensor__st__stmemsc.a(stmemsc_mdelay.c.obj)
+ .debug_line    0x00000000000477cb      0xa9a zephyr/drivers/sensor/st/lis2dh/libdrivers__sensor__st__lis2dh.a(lis2dh.c.obj)
+ .debug_line    0x0000000000048265      0x703 zephyr/drivers/sensor/st/lis2dh/libdrivers__sensor__st__lis2dh.a(lis2dh_i2c.c.obj)
+ .debug_line    0x0000000000048968      0xcc8 zephyr/drivers/sensor/st/lis2mdl/libdrivers__sensor__st__lis2mdl.a(lis2mdl.c.obj)
+ .debug_line    0x0000000000049630      0x87a zephyr/drivers/sensor/st/lis2mdl/libdrivers__sensor__st__lis2mdl.a(lis2mdl_trigger.c.obj)
+ .debug_line    0x0000000000049eaa      0x857 zephyr/drivers/serial/libdrivers__serial.a(uart_nrfx_uart.c.obj)
+ .debug_line    0x000000000004a701     0x178c zephyr/drivers/spi/libdrivers__spi.a(spi_nrfx_spim.c.obj)
+ .debug_line    0x000000000004be8d      0x44f zephyr/drivers/spi/libdrivers__spi.a(spi_nrfx_common.c.obj)
+ .debug_line    0x000000000004c2dc     0x155e zephyr/drivers/timer/libdrivers__timer.a(nrf_rtc_timer.c.obj)
+ .debug_line    0x000000000004d83a      0x34c modules/nrf/lib/multithreading_lock/lib..__nrf__lib__multithreading_lock.a(multithreading_lock.c.obj)
+ .debug_line    0x000000000004db86      0xf5a modules/nrf/subsys/bluetooth/controller/lib..__nrf__subsys__bluetooth__controller.a(hci_driver.c.obj)
+ .debug_line    0x000000000004eae0      0xc86 modules/nrf/subsys/bluetooth/controller/lib..__nrf__subsys__bluetooth__controller.a(hci_internal.c.obj)
+ .debug_line    0x000000000004f766      0x3de modules/nrf/subsys/bluetooth/controller/lib..__nrf__subsys__bluetooth__controller.a(crypto.c.obj)
+ .debug_line    0x000000000004fb44      0x985 modules/nrf/subsys/bluetooth/controller/lib..__nrf__subsys__bluetooth__controller.a(ecdh.c.obj)
+ .debug_line    0x00000000000504c9      0x918 modules/nrf/subsys/mpsl/init/lib..__nrf__subsys__mpsl__init.a(mpsl_init.c.obj)
+ .debug_line    0x0000000000050de1      0x198 modules/nrf/subsys/mpsl/fem/lib..__nrf__subsys__mpsl__fem.a(mpsl_fem_api_init.c.obj)
+ .debug_line    0x0000000000050f79      0x2ba modules/nrf/drivers/mpsl/clock_control/lib..__nrf__drivers__mpsl__clock_control.a(nrfx_clock_mpsl.c.obj)
+ .debug_line    0x0000000000051233      0x7f9 modules/nrf/drivers/mpsl/flash_sync/lib..__nrf__drivers__mpsl__flash_sync.a(flash_sync_mpsl.c.obj)
+ .debug_line    0x0000000000051a2c      0x3b6 modules/nrf/drivers/mpsl/temp_nrf5/lib..__nrf__drivers__mpsl__temp_nrf5.a(temp_nrf5_mpsl.c.obj)
+ .debug_line    0x0000000000051de2      0x3a9 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(system_nrf52833.c.obj)
+ .debug_line    0x000000000005218b      0x26d modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_glue.c.obj)
+ .debug_line    0x00000000000523f8      0x2d0 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_flag32_allocator.c.obj)
+ .debug_line    0x00000000000526c8     0x2256 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_gpiote.c.obj)
+ .debug_line    0x000000000005491e      0xc40 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_nvmc.c.obj)
+ .debug_line    0x000000000005555e     0x12b5 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_spim.c.obj)
+ .debug_line    0x0000000000056813     0x1cc2 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_twim.c.obj)
+ .debug_line    0x00000000000584d5      0x4b3 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_twi_twim.c.obj)
+ .debug_line    0x0000000000058988      0x155 zephyr/kernel/libkernel.a(busy_wait.c.obj)
+ .debug_line    0x0000000000058add      0x33a zephyr/kernel/libkernel.a(device.c.obj)
+ .debug_line    0x0000000000058e17      0x9d3 zephyr/kernel/libkernel.a(fatal.c.obj)
+ .debug_line    0x00000000000597ea      0xc8b zephyr/kernel/libkernel.a(init.c.obj)
+ .debug_line    0x000000000005a475      0x628 zephyr/kernel/libkernel.a(kheap.c.obj)
+ .debug_line    0x000000000005aa9d      0x8f8 zephyr/kernel/libkernel.a(mem_slab.c.obj)
+ .debug_line    0x000000000005b395      0x32a zephyr/kernel/libkernel.a(idle.c.obj)
+ .debug_line    0x000000000005b6bf      0x94d zephyr/kernel/libkernel.a(mutex.c.obj)
+ .debug_line    0x000000000005c00c     0x102e zephyr/kernel/libkernel.a(queue.c.obj)
+ .debug_line    0x000000000005d03a      0x761 zephyr/kernel/libkernel.a(sem.c.obj)
+ .debug_line    0x000000000005d79b      0x2eb zephyr/kernel/libkernel.a(system_work_q.c.obj)
+ .debug_line    0x000000000005da86     0x243b zephyr/kernel/libkernel.a(work.c.obj)
+ .debug_line    0x000000000005fec1      0xa15 zephyr/kernel/libkernel.a(thread.c.obj)
+ .debug_line    0x00000000000608d6     0x3452 zephyr/kernel/libkernel.a(sched.c.obj)
+ .debug_line    0x0000000000063d28      0x68e zephyr/kernel/libkernel.a(timeslicing.c.obj)
+ .debug_line    0x00000000000643b6      0x1df zephyr/kernel/libkernel.a(xip.c.obj)
+ .debug_line    0x0000000000064595     0x118b zephyr/kernel/libkernel.a(timeout.c.obj)
+ .debug_line    0x0000000000065720      0xbe1 zephyr/kernel/libkernel.a(timer.c.obj)
+ .debug_line    0x0000000000066301     0x174b zephyr/kernel/libkernel.a(poll.c.obj)
+ .debug_line    0x0000000000067a4c      0x33d zephyr/kernel/libkernel.a(mempool.c.obj)
+ .debug_line    0x0000000000067d89      0x13e zephyr/arch/common/libisr_tables.a(isr_tables.c.obj)
+
+.debug_frame    0x0000000000000000     0xd024
+ *(SORT_BY_ALIGNMENT(.debug_frame))
+ .debug_frame   0x0000000000000000       0x20 zephyr/CMakeFiles/offsets.dir/./arch/arm/core/offsets/offsets.c.obj
+ .debug_frame   0x0000000000000020       0xec app/libapp.a(main.c.obj)
+ .debug_frame   0x000000000000010c       0x48 zephyr/libzephyr.a(crc8_sw.c.obj)
+ .debug_frame   0x0000000000000154      0x1d4 zephyr/libzephyr.a(heap.c.obj)
+ .debug_frame   0x0000000000000328       0xf4 zephyr/libzephyr.a(cbprintf_packaged.c.obj)
+ .debug_frame   0x000000000000041c      0x100 zephyr/libzephyr.a(printk.c.obj)
+ .debug_frame   0x000000000000051c       0x28 zephyr/libzephyr.a(thread_entry.c.obj)
+ .debug_frame   0x0000000000000544       0xac zephyr/libzephyr.a(cbprintf_complete.c.obj)
+ .debug_frame   0x00000000000005f0       0x50 zephyr/libzephyr.a(assert.c.obj)
+ .debug_frame   0x0000000000000640      0x290 zephyr/libzephyr.a(mpsc_pbuf.c.obj)
+ .debug_frame   0x00000000000008d0      0x190 zephyr/libzephyr.a(onoff.c.obj)
+ .debug_frame   0x0000000000000a60       0x38 zephyr/libzephyr.a(notify.c.obj)
+ .debug_frame   0x0000000000000a98       0x20 zephyr/libzephyr.a(configs.c.obj)
+ .debug_frame   0x0000000000000ab8      0x2c8 zephyr/libzephyr.a(nvs.c.obj)
+ .debug_frame   0x0000000000000d80      0x3f4 zephyr/libzephyr.a(log_core.c.obj)
+ .debug_frame   0x0000000000001174      0x1b0 zephyr/libzephyr.a(log_mgmt.c.obj)
+ .debug_frame   0x0000000000001324      0x150 zephyr/libzephyr.a(log_msg.c.obj)
+ .debug_frame   0x0000000000001474      0x188 zephyr/libzephyr.a(log_output.c.obj)
+ .debug_frame   0x00000000000015fc       0x94 zephyr/libzephyr.a(log_backend_uart.c.obj)
+ .debug_frame   0x0000000000001690      0x120 zephyr/libzephyr.a(flash_map.c.obj)
+ .debug_frame   0x00000000000017b0       0x50 zephyr/libzephyr.a(flash_map_layout.c.obj)
+ .debug_frame   0x0000000000001800      0x110 zephyr/libzephyr.a(settings_store.c.obj)
+ .debug_frame   0x0000000000001910       0xf8 zephyr/libzephyr.a(settings.c.obj)
+ .debug_frame   0x0000000000001a08       0x2c zephyr/libzephyr.a(settings_init.c.obj)
+ .debug_frame   0x0000000000001a34      0x110 zephyr/libzephyr.a(settings_nvs.c.obj)
+ .debug_frame   0x0000000000001b44       0x2c zephyr/libzephyr.a(banner.c.obj)
+ .debug_frame   0x0000000000001b70      0x580 zephyr/libzephyr.a(lis2mdl_reg.c.obj)
+ .debug_frame   0x00000000000020f0       0x68 zephyr/libzephyr.a(utils.c.obj)
+ .debug_frame   0x0000000000002158       0xb8 zephyr/libzephyr.a(aes_encrypt.c.obj)
+ .debug_frame   0x0000000000002210       0xb0 zephyr/libzephyr.a(cmac_mode.c.obj)
+ .debug_frame   0x00000000000022c0       0x64 zephyr/arch/arch/arm/core/libarch__arm__core.a(fatal.c.obj)
+ .debug_frame   0x0000000000002324       0x2c zephyr/arch/arch/arm/core/libarch__arm__core.a(nmi.c.obj)
+ .debug_frame   0x0000000000002350       0x20 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(exc_exit.c.obj)
+ .debug_frame   0x0000000000002370       0xb0 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(fault.c.obj)
+ .debug_frame   0x0000000000002420       0x30 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(scb.c.obj)
+ .debug_frame   0x0000000000002450       0x20 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(thread_abort.c.obj)
+ .debug_frame   0x0000000000002470       0x30 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(swap.c.obj)
+ .debug_frame   0x00000000000024a0       0x60 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(irq_manage.c.obj)
+ .debug_frame   0x0000000000002500       0x28 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(prep_c.c.obj)
+ .debug_frame   0x0000000000002528       0x50 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(thread.c.obj)
+ .debug_frame   0x0000000000002578       0x40 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(cpu_idle.c.obj)
+ .debug_frame   0x00000000000025b8       0x20 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(irq_init.c.obj)
+ .debug_frame   0x00000000000025d8       0x2c zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(isr_wrapper.c.obj)
+ .debug_frame   0x0000000000002604      0x260 zephyr/lib/libc/newlib/liblib__libc__newlib.a(libc-hooks.c.obj)
+ .debug_frame   0x0000000000002864       0x28 zephyr/lib/libc/common/liblib__libc__common.a(abort.c.obj)
+ .debug_frame   0x000000000000288c       0x30 zephyr/soc/soc/nrf52833/libsoc__nordic.a(soc.c.obj)
+ .debug_frame   0x00000000000028bc      0x2bc zephyr/subsys/lorawan/libloramac-node.a(lorawan.c.obj)
+ .debug_frame   0x0000000000002b78       0x50 zephyr/subsys/lorawan/libloramac-node.a(lw_priv.c.obj)
+ .debug_frame   0x0000000000002bc8       0xac zephyr/subsys/lorawan/libloramac-node.a(lorawan_nvm_settings.c.obj)
+ .debug_frame   0x0000000000002c74      0x168 zephyr/subsys/lorawan/libloramac-node.a(hal_common.c.obj)
+ .debug_frame   0x0000000000002ddc      0x1a4 zephyr/subsys/lorawan/libloramac-node.a(sx12xx_common.c.obj)
+ .debug_frame   0x0000000000002f80      0x1ec zephyr/subsys/lorawan/libloramac-node.a(sx127x.c.obj)
+ .debug_frame   0x000000000000316c       0xe4 zephyr/subsys/lorawan/libloramac-node.a(utilities.c.obj)
+ .debug_frame   0x0000000000003250      0x14c zephyr/subsys/lorawan/libloramac-node.a(systime.c.obj)
+ .debug_frame   0x000000000000339c      0x178 zephyr/subsys/lorawan/libloramac-node.a(timer.c.obj)
+ .debug_frame   0x0000000000003514       0x3c zephyr/subsys/lorawan/libloramac-node.a(delay.c.obj)
+ .debug_frame   0x0000000000003550      0x420 zephyr/subsys/lorawan/libloramac-node.a(sx1276.c.obj)
+ .debug_frame   0x0000000000003970       0xac zephyr/subsys/lorawan/libloramac-node.a(aes.c.obj)
+ .debug_frame   0x0000000000003a1c       0x90 zephyr/subsys/lorawan/libloramac-node.a(cmac.c.obj)
+ .debug_frame   0x0000000000003aac      0x1c0 zephyr/subsys/lorawan/libloramac-node.a(soft-se.c.obj)
+ .debug_frame   0x0000000000003c6c       0x20 zephyr/subsys/lorawan/libloramac-node.a(soft-se-hal.c.obj)
+ .debug_frame   0x0000000000003c8c      0x634 zephyr/subsys/lorawan/libloramac-node.a(LoRaMac.c.obj)
+ .debug_frame   0x00000000000042c0       0x40 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacAdr.c.obj)
+ .debug_frame   0x0000000000004300      0x200 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacClassB.c.obj)
+ .debug_frame   0x0000000000004500       0xf8 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacCommands.c.obj)
+ .debug_frame   0x00000000000045f8      0x12c zephyr/subsys/lorawan/libloramac-node.a(LoRaMacConfirmQueue.c.obj)
+ .debug_frame   0x0000000000004724      0x2f0 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacCrypto.c.obj)
+ .debug_frame   0x0000000000004a14       0x40 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacParser.c.obj)
+ .debug_frame   0x0000000000004a54       0x74 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacSerializer.c.obj)
+ .debug_frame   0x0000000000004ac8      0x1d0 zephyr/subsys/lorawan/libloramac-node.a(Region.c.obj)
+ .debug_frame   0x0000000000004c98      0x228 zephyr/subsys/lorawan/libloramac-node.a(RegionCommon.c.obj)
+ .debug_frame   0x0000000000004ec0      0x2d8 zephyr/subsys/lorawan/libloramac-node.a(RegionEU868.c.obj)
+ .debug_frame   0x0000000000005198       0x6c zephyr/subsys/random/libsubsys__random.a(random_xoshiro128.c.obj)
+ .debug_frame   0x0000000000005204       0x88 zephyr/subsys/bluetooth/common/libsubsys__bluetooth__common.a(bt_str.c.obj)
+ .debug_frame   0x000000000000528c       0x60 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(long_wq.c.obj)
+ .debug_frame   0x00000000000052ec       0x9c zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(uuid.c.obj)
+ .debug_frame   0x0000000000005388       0x98 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(addr.c.obj)
+ .debug_frame   0x0000000000005420       0x48 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(buf.c.obj)
+ .debug_frame   0x0000000000005468       0x68 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(data.c.obj)
+ .debug_frame   0x00000000000054d0      0x840 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+ .debug_frame   0x0000000000005d10      0x288 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(id.c.obj)
+ .debug_frame   0x0000000000005f98      0x320 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(adv.c.obj)
+ .debug_frame   0x00000000000062b8      0x620 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(conn.c.obj)
+ .debug_frame   0x00000000000068d8      0x2a8 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(l2cap.c.obj)
+ .debug_frame   0x0000000000006b80      0x8e4 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(att.c.obj)
+ .debug_frame   0x0000000000007464      0x788 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(gatt.c.obj)
+ .debug_frame   0x0000000000007bec       0x90 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(smp_null.c.obj)
+ .debug_frame   0x0000000000007c7c      0x2a4 zephyr/subsys/net/libsubsys__net.a(buf.c.obj)
+ .debug_frame   0x0000000000007f20      0x5f8 zephyr/subsys/net/libsubsys__net.a(buf_simple.c.obj)
+ .debug_frame   0x0000000000008518       0xcc zephyr/drivers/adc/libdrivers__adc.a(adc_nrfx_saadc.c.obj)
+ .debug_frame   0x00000000000085e4      0x21c zephyr/drivers/clock_control/libdrivers__clock_control.a(clock_control_nrf.c.obj)
+ .debug_frame   0x0000000000008800       0x54 zephyr/drivers/console/libdrivers__console.a(uart_console.c.obj)
+ .debug_frame   0x0000000000008854       0xbc zephyr/drivers/entropy/libdrivers__entropy.a(entropy_nrf5.c.obj)
+ .debug_frame   0x0000000000008910       0x48 zephyr/drivers/entropy/libdrivers__entropy.a(entropy_bt_hci.c.obj)
+ .debug_frame   0x0000000000008958      0x128 zephyr/drivers/flash/libdrivers__flash.a(soc_flash_nrf.c.obj)
+ .debug_frame   0x0000000000008a80       0x9c zephyr/drivers/flash/libdrivers__flash.a(flash_page_layout.c.obj)
+ .debug_frame   0x0000000000008b1c      0x104 zephyr/drivers/gpio/libdrivers__gpio.a(gpio_nrfx.c.obj)
+ .debug_frame   0x0000000000008c20       0x20 zephyr/drivers/i2c/libdrivers__i2c.a(i2c_common.c.obj)
+ .debug_frame   0x0000000000008c40       0xe0 zephyr/drivers/i2c/libdrivers__i2c.a(i2c_nrfx_twim.c.obj)
+ .debug_frame   0x0000000000008d20       0x2c zephyr/drivers/pinctrl/libdrivers__pinctrl.a(common.c.obj)
+ .debug_frame   0x0000000000008d4c       0x50 zephyr/drivers/pinctrl/libdrivers__pinctrl.a(pinctrl_nrf.c.obj)
+ .debug_frame   0x0000000000008d9c       0xc8 zephyr/drivers/sensor/bosch/bme280/libdrivers__sensor__bosch__bme280.a(bme280.c.obj)
+ .debug_frame   0x0000000000008e64       0x74 zephyr/drivers/sensor/bosch/bme280/libdrivers__sensor__bosch__bme280.a(bme280_spi.c.obj)
+ .debug_frame   0x0000000000008ed8       0x90 zephyr/drivers/sensor/st/stmemsc/libdrivers__sensor__st__stmemsc.a(stmemsc_i2c.c.obj)
+ .debug_frame   0x0000000000008f68       0x34 zephyr/drivers/sensor/st/stmemsc/libdrivers__sensor__st__stmemsc.a(stmemsc_mdelay.c.obj)
+ .debug_frame   0x0000000000008f9c       0xe8 zephyr/drivers/sensor/st/lis2dh/libdrivers__sensor__st__lis2dh.a(lis2dh.c.obj)
+ .debug_frame   0x0000000000009084       0xe8 zephyr/drivers/sensor/st/lis2dh/libdrivers__sensor__st__lis2dh.a(lis2dh_i2c.c.obj)
+ .debug_frame   0x000000000000916c      0x158 zephyr/drivers/sensor/st/lis2mdl/libdrivers__sensor__st__lis2mdl.a(lis2mdl.c.obj)
+ .debug_frame   0x00000000000092c4       0xc8 zephyr/drivers/sensor/st/lis2mdl/libdrivers__sensor__st__lis2mdl.a(lis2mdl_trigger.c.obj)
+ .debug_frame   0x000000000000938c       0x74 zephyr/drivers/serial/libdrivers__serial.a(uart_nrfx_uart.c.obj)
+ .debug_frame   0x0000000000009400      0x19c zephyr/drivers/spi/libdrivers__spi.a(spi_nrfx_spim.c.obj)
+ .debug_frame   0x000000000000959c       0x68 zephyr/drivers/spi/libdrivers__spi.a(spi_nrfx_common.c.obj)
+ .debug_frame   0x0000000000009604      0x268 zephyr/drivers/timer/libdrivers__timer.a(nrf_rtc_timer.c.obj)
+ .debug_frame   0x000000000000986c       0x30 modules/nrf/lib/multithreading_lock/lib..__nrf__lib__multithreading_lock.a(multithreading_lock.c.obj)
+ .debug_frame   0x000000000000989c      0x12c modules/nrf/subsys/bluetooth/controller/lib..__nrf__subsys__bluetooth__controller.a(hci_driver.c.obj)
+ .debug_frame   0x00000000000099c8       0x98 modules/nrf/subsys/bluetooth/controller/lib..__nrf__subsys__bluetooth__controller.a(hci_internal.c.obj)
+ .debug_frame   0x0000000000009a60       0x68 modules/nrf/subsys/bluetooth/controller/lib..__nrf__subsys__bluetooth__controller.a(crypto.c.obj)
+ .debug_frame   0x0000000000009ac8       0xe8 modules/nrf/subsys/bluetooth/controller/lib..__nrf__subsys__bluetooth__controller.a(ecdh.c.obj)
+ .debug_frame   0x0000000000009bb0      0x134 modules/nrf/subsys/mpsl/init/lib..__nrf__subsys__mpsl__init.a(mpsl_init.c.obj)
+ .debug_frame   0x0000000000009ce4       0x28 modules/nrf/subsys/mpsl/fem/lib..__nrf__subsys__mpsl__fem.a(mpsl_fem_api_init.c.obj)
+ .debug_frame   0x0000000000009d0c       0x70 modules/nrf/drivers/mpsl/clock_control/lib..__nrf__drivers__mpsl__clock_control.a(nrfx_clock_mpsl.c.obj)
+ .debug_frame   0x0000000000009d7c       0x9c modules/nrf/drivers/mpsl/flash_sync/lib..__nrf__drivers__mpsl__flash_sync.a(flash_sync_mpsl.c.obj)
+ .debug_frame   0x0000000000009e18       0x50 modules/nrf/drivers/mpsl/temp_nrf5/lib..__nrf__drivers__mpsl__temp_nrf5.a(temp_nrf5_mpsl.c.obj)
+ .debug_frame   0x0000000000009e68       0x50 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(system_nrf52833.c.obj)
+ .debug_frame   0x0000000000009eb8       0x48 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_glue.c.obj)
+ .debug_frame   0x0000000000009f00       0x54 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_flag32_allocator.c.obj)
+ .debug_frame   0x0000000000009f54      0x4bc modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_gpiote.c.obj)
+ .debug_frame   0x000000000000a410      0x1a0 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_nvmc.c.obj)
+ .debug_frame   0x000000000000a5b0      0x200 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_spim.c.obj)
+ .debug_frame   0x000000000000a7b0      0x1b8 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_twim.c.obj)
+ .debug_frame   0x000000000000a968       0x5c modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_twi_twim.c.obj)
+ .debug_frame   0x000000000000a9c4       0x20 zephyr/kernel/libkernel.a(busy_wait.c.obj)
+ .debug_frame   0x000000000000a9e4       0x5c zephyr/kernel/libkernel.a(device.c.obj)
+ .debug_frame   0x000000000000aa40       0xcc zephyr/kernel/libkernel.a(fatal.c.obj)
+ .debug_frame   0x000000000000ab0c      0x114 zephyr/kernel/libkernel.a(init.c.obj)
+ .debug_frame   0x000000000000ac20       0xb8 zephyr/kernel/libkernel.a(kheap.c.obj)
+ .debug_frame   0x000000000000acd8       0xb8 zephyr/kernel/libkernel.a(mem_slab.c.obj)
+ .debug_frame   0x000000000000ad90       0x48 zephyr/kernel/libkernel.a(idle.c.obj)
+ .debug_frame   0x000000000000add8       0x74 zephyr/kernel/libkernel.a(mutex.c.obj)
+ .debug_frame   0x000000000000ae4c      0x1a4 zephyr/kernel/libkernel.a(queue.c.obj)
+ .debug_frame   0x000000000000aff0       0x8c zephyr/kernel/libkernel.a(sem.c.obj)
+ .debug_frame   0x000000000000b07c       0x28 zephyr/kernel/libkernel.a(system_work_q.c.obj)
+ .debug_frame   0x000000000000b0a4      0x34c zephyr/kernel/libkernel.a(work.c.obj)
+ .debug_frame   0x000000000000b3f0      0x144 zephyr/kernel/libkernel.a(thread.c.obj)
+ .debug_frame   0x000000000000b534      0x4e8 zephyr/kernel/libkernel.a(sched.c.obj)
+ .debug_frame   0x000000000000ba1c       0x94 zephyr/kernel/libkernel.a(timeslicing.c.obj)
+ .debug_frame   0x000000000000bab0       0x2c zephyr/kernel/libkernel.a(xip.c.obj)
+ .debug_frame   0x000000000000badc      0x1ac zephyr/kernel/libkernel.a(timeout.c.obj)
+ .debug_frame   0x000000000000bc88       0xb8 zephyr/kernel/libkernel.a(timer.c.obj)
+ .debug_frame   0x000000000000bd40      0x1e4 zephyr/kernel/libkernel.a(poll.c.obj)
+ .debug_frame   0x000000000000bf24       0x40 zephyr/kernel/libkernel.a(mempool.c.obj)
+ .debug_frame   0x000000000000bf64       0xac /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/thumb/v7e-m/nofp/libgcc.a(_arm_addsubdf3.o)
+ .debug_frame   0x000000000000c010       0x50 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/thumb/v7e-m/nofp/libgcc.a(_arm_muldivdf3.o)
+ .debug_frame   0x000000000000c060       0xc4 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/thumb/v7e-m/nofp/libgcc.a(_arm_cmpdf2.o)
+ .debug_frame   0x000000000000c124       0x4c /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/thumb/v7e-m/nofp/libgcc.a(_arm_addsubsf3.o)
+ .debug_frame   0x000000000000c170       0xc8 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/thumb/v7e-m/nofp/libgcc.a(_arm_cmpsf2.o)
+ .debug_frame   0x000000000000c238       0x24 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/thumb/v7e-m/nofp/libgcc.a(_arm_fixsfsi.o)
+ .debug_frame   0x000000000000c25c       0x44 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/thumb/v7e-m/nofp/libgcc.a(_aeabi_ldivmod.o)
+ .debug_frame   0x000000000000c2a0       0x2c /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/thumb/v7e-m/nofp/libgcc.a(_aeabi_uldivmod.o)
+ .debug_frame   0x000000000000c2cc       0x34 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/thumb/v7e-m/nofp/libgcc.a(_udivmoddi4.o)
+ .debug_frame   0x000000000000c300       0x2c /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libm_nano.a(lib_a-sf_floor.o)
+ .debug_frame   0x000000000000c32c       0x30 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-malloc.o)
+ .debug_frame   0x000000000000c35c       0x28 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-memcmp.o)
+ .debug_frame   0x000000000000c384       0x28 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-memcpy-stub.o)
+ .debug_frame   0x000000000000c3ac       0x20 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-memset.o)
+ .debug_frame   0x000000000000c3cc       0x38 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-nano-freer.o)
+ .debug_frame   0x000000000000c404       0x30 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-nano-mallocr.o)
+ .debug_frame   0x000000000000c434       0x94 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-nano-vfprintf_float.o)
+ .debug_frame   0x000000000000c4c8       0x60 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-nano-vfprintf_i.o)
+ .debug_frame   0x000000000000c528       0x2c /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-sbrkr.o)
+ .debug_frame   0x000000000000c554       0x20 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-strcmp.o)
+ .debug_frame   0x000000000000c574       0x20 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-strcpy.o)
+ .debug_frame   0x000000000000c594       0x28 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-strnlen.o)
+ .debug_frame   0x000000000000c5bc       0x6c /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-dtoa.o)
+ .debug_frame   0x000000000000c628       0x40 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-localeconv.o)
+ .debug_frame   0x000000000000c668       0x30 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-mlock.o)
+ .debug_frame   0x000000000000c698      0x258 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-mprec.o)
+ .debug_frame   0x000000000000c8f0       0x2c /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-nano-callocr.o)
+ .debug_frame   0x000000000000c91c       0x5c /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-reent.o)
+ .debug_frame   0x000000000000c978       0x40 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-assert.o)
+ .debug_frame   0x000000000000c9b8       0x64 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-fprintf.o)
+ .debug_frame   0x000000000000ca1c       0x48 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-locale.o)
+ .debug_frame   0x000000000000ca64       0x48 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-mbtowc_r.o)
+ .debug_frame   0x000000000000caac       0xa8 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-nano-vfprintf.o)
+ .debug_frame   0x000000000000cb54       0x40 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-wbuf.o)
+ .debug_frame   0x000000000000cb94       0x3c /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-wctomb_r.o)
+ .debug_frame   0x000000000000cbd0       0x2c /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-wsetup.o)
+ .debug_frame   0x000000000000cbfc       0x5c /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-fflush.o)
+ .debug_frame   0x000000000000cc58      0x14c /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-findfp.o)
+ .debug_frame   0x000000000000cda4       0x54 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-fwalk.o)
+ .debug_frame   0x000000000000cdf8       0x58 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-makebuf.o)
+ .debug_frame   0x000000000000ce50       0x88 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-stdio.o)
+ .debug_frame   0x000000000000ced8       0x2c /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-writer.o)
+ .debug_frame   0x000000000000cf04       0x2c /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-closer.o)
+ .debug_frame   0x000000000000cf30       0x2c /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-fstatr.o)
+ .debug_frame   0x000000000000cf5c       0x2c /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-isattyr.o)
+ .debug_frame   0x000000000000cf88       0x2c /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-lseekr.o)
+ .debug_frame   0x000000000000cfb4       0x2c /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-readr.o)
+ .debug_frame   0x000000000000cfe0       0x20 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/thumb/v7e-m/nofp/libgcc.a(_arm_unorddf2.o)
+ .debug_frame   0x000000000000d000       0x24 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/thumb/v7e-m/nofp/libgcc.a(_arm_fixdfsi.o)
+
+.debug_str      0x0000000000000000    0x2be71
+ *(SORT_BY_ALIGNMENT(.debug_str))
+ .debug_str     0x0000000000000000      0x308 zephyr/CMakeFiles/offsets.dir/./arch/arm/core/offsets/offsets.c.obj
+                                        0x341 (size before relaxing)
+ .debug_str     0x0000000000000308     0x1bf1 app/libapp.a(main.c.obj)
+                                       0x20b2 (size before relaxing)
+ .debug_str     0x0000000000001ef9       0x6b zephyr/libzephyr.a(crc8_sw.c.obj)
+                                        0x284 (size before relaxing)
+ .debug_str     0x0000000000001f64      0x3c4 zephyr/libzephyr.a(heap.c.obj)
+                                        0x6c6 (size before relaxing)
+ .debug_str     0x0000000000002328      0x301 zephyr/libzephyr.a(cbprintf_packaged.c.obj)
+                                        0xaf3 (size before relaxing)
+ .debug_str     0x0000000000002629       0xe6 zephyr/libzephyr.a(printk.c.obj)
+                                        0x5b5 (size before relaxing)
+ .debug_str     0x000000000000270f      0x1de zephyr/libzephyr.a(thread_entry.c.obj)
+                                        0x514 (size before relaxing)
+ .debug_str     0x00000000000028ed      0x33e zephyr/libzephyr.a(cbprintf_complete.c.obj)
+                                        0x64a (size before relaxing)
+ .debug_str     0x0000000000002c2b       0x9e zephyr/libzephyr.a(assert.c.obj)
+                                        0x52e (size before relaxing)
+ .debug_str     0x0000000000002cc9      0x377 zephyr/libzephyr.a(mpsc_pbuf.c.obj)
+                                        0x774 (size before relaxing)
+ .debug_str     0x0000000000003040      0x3ec zephyr/libzephyr.a(onoff.c.obj)
+                                        0x7f4 (size before relaxing)
+ .debug_str     0x000000000000342c       0x54 zephyr/libzephyr.a(notify.c.obj)
+                                        0x345 (size before relaxing)
+ .debug_str     0x0000000000003480       0x6d zephyr/libzephyr.a(configs.c.obj)
+                                        0x1d7 (size before relaxing)
+ .debug_str     0x00000000000034ed      0x5a8 zephyr/libzephyr.a(nvs.c.obj)
+                                       0x12b7 (size before relaxing)
+ .debug_str     0x0000000000003a95      0xb06 zephyr/libzephyr.a(log_core.c.obj)
+                                       0x1c59 (size before relaxing)
+ .debug_str     0x000000000000459b      0x54c zephyr/libzephyr.a(log_mgmt.c.obj)
+                                        0xf7d (size before relaxing)
+ .debug_str     0x0000000000004ae7       0xf8 zephyr/libzephyr.a(log_msg.c.obj)
+                                        0xbe8 (size before relaxing)
+ .debug_str     0x0000000000004bdf      0x2aa zephyr/libzephyr.a(log_output.c.obj)
+                                        0xc4c (size before relaxing)
+ .debug_str     0x0000000000004e89      0x1d6 zephyr/libzephyr.a(log_backend_uart.c.obj)
+                                        0xd7b (size before relaxing)
+ .debug_str     0x000000000000505f      0x174 zephyr/libzephyr.a(flash_map.c.obj)
+                                        0x630 (size before relaxing)
+ .debug_str     0x00000000000051d3       0x4f zephyr/libzephyr.a(flash_map_default.c.obj)
+                                        0x55f (size before relaxing)
+ .debug_str     0x0000000000005222       0xf0 zephyr/libzephyr.a(flash_map_layout.c.obj)
+                                        0x420 (size before relaxing)
+ .debug_str     0x0000000000005312      0x2b4 zephyr/libzephyr.a(settings_store.c.obj)
+                                        0x93a (size before relaxing)
+ .debug_str     0x00000000000055c6       0xe0 zephyr/libzephyr.a(settings.c.obj)
+                                        0xecb (size before relaxing)
+ .debug_str     0x00000000000056a6       0x7b zephyr/libzephyr.a(settings_init.c.obj)
+                                        0x799 (size before relaxing)
+ .debug_str     0x0000000000005721      0x184 zephyr/libzephyr.a(settings_nvs.c.obj)
+                                        0xca2 (size before relaxing)
+ .debug_str     0x00000000000058a5       0x32 zephyr/libzephyr.a(banner.c.obj)
+                                        0x23e (size before relaxing)
+ .debug_str     0x00000000000058d7      0x97b zephyr/libzephyr.a(lis2mdl_reg.c.obj)
+                                        0xc10 (size before relaxing)
+ .debug_str     0x0000000000006252       0x63 zephyr/libzephyr.a(utils.c.obj)
+                                        0x2ae (size before relaxing)
+ .debug_str     0x00000000000062b5       0xda zephyr/libzephyr.a(aes_encrypt.c.obj)
+                                        0x31c (size before relaxing)
+ .debug_str     0x000000000000638f       0xed zephyr/libzephyr.a(cmac_mode.c.obj)
+                                        0x39a (size before relaxing)
+ .debug_str     0x000000000000647c       0xf2 zephyr/arch/arch/arm/core/libarch__arm__core.a(fatal.c.obj)
+                                        0x9fe (size before relaxing)
+ .debug_str     0x000000000000656e       0x4d zephyr/arch/arch/arm/core/libarch__arm__core.a(nmi.c.obj)
+                                        0x252 (size before relaxing)
+ .debug_str     0x00000000000065bb       0x39 zephyr/arch/arch/arm/core/libarch__arm__core.a(nmi_on_reset.S.obj)
+                                         0x77 (size before relaxing)
+ .debug_str     0x00000000000065f4       0xc8 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(exc_exit.c.obj)
+                                        0x54a (size before relaxing)
+ .debug_str     0x00000000000066bc      0x65d zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(fault.c.obj)
+                                       0x1133 (size before relaxing)
+ .debug_str     0x0000000000006d19       0x31 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(fault_s.S.obj)
+                                         0x7b (size before relaxing)
+ .debug_str     0x0000000000006d4a       0x2f zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(reset.S.obj)
+                                         0x79 (size before relaxing)
+ .debug_str     0x0000000000006d79       0xf0 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(scb.c.obj)
+                                        0x403 (size before relaxing)
+ .debug_str     0x0000000000006e69       0x54 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(thread_abort.c.obj)
+                                        0x594 (size before relaxing)
+ .debug_str     0x0000000000006ebd       0x4f zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(swap.c.obj)
+                                        0x5cf (size before relaxing)
+ .debug_str     0x0000000000006f0c       0x35 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(swap_helper.S.obj)
+                                         0x7f (size before relaxing)
+ .debug_str     0x0000000000006f41      0x389 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(irq_manage.c.obj)
+                                        0x76c (size before relaxing)
+ .debug_str     0x00000000000072ca       0xac zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(prep_c.c.obj)
+                                        0x3bf (size before relaxing)
+ .debug_str     0x0000000000007376       0xcc zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(thread.c.obj)
+                                        0x667 (size before relaxing)
+ .debug_str     0x0000000000007442       0x69 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(cpu_idle.c.obj)
+                                        0x33f (size before relaxing)
+ .debug_str     0x00000000000074ab       0x32 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(irq_init.c.obj)
+                                        0x621 (size before relaxing)
+ .debug_str     0x00000000000074dd       0x54 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(isr_wrapper.c.obj)
+                                        0x2be (size before relaxing)
+ .debug_str     0x0000000000007531      0x474 zephyr/lib/libc/newlib/liblib__libc__newlib.a(libc-hooks.c.obj)
+                                        0xdce (size before relaxing)
+ .debug_str     0x00000000000079a5      0x176 zephyr/lib/libc/common/liblib__libc__common.a(abort.c.obj)
+                                        0x323 (size before relaxing)
+ .debug_str     0x0000000000007b1b      0x55f zephyr/soc/soc/nrf52833/libsoc__nordic.a(soc.c.obj)
+                                        0xb0a (size before relaxing)
+ .debug_str     0x000000000000807a     0x2bbc zephyr/subsys/lorawan/libloramac-node.a(lorawan.c.obj)
+                                       0x3f13 (size before relaxing)
+ .debug_str     0x000000000000ac36       0x29 zephyr/subsys/lorawan/libloramac-node.a(lw_priv.c.obj)
+                                        0x881 (size before relaxing)
+ .debug_str     0x000000000000ac5f       0xe1 zephyr/subsys/lorawan/libloramac-node.a(lorawan_nvm_settings.c.obj)
+                                       0x24e9 (size before relaxing)
+ .debug_str     0x000000000000ad40      0x215 zephyr/subsys/lorawan/libloramac-node.a(hal_common.c.obj)
+                                        0xa67 (size before relaxing)
+ .debug_str     0x000000000000af55      0x5ef zephyr/subsys/lorawan/libloramac-node.a(sx12xx_common.c.obj)
+                                       0x1417 (size before relaxing)
+ .debug_str     0x000000000000b544      0x655 zephyr/subsys/lorawan/libloramac-node.a(sx127x.c.obj)
+                                       0x1a9c (size before relaxing)
+ .debug_str     0x000000000000bb99       0xb2 zephyr/subsys/lorawan/libloramac-node.a(utilities.c.obj)
+                                        0x343 (size before relaxing)
+ .debug_str     0x000000000000bc4b      0x189 zephyr/subsys/lorawan/libloramac-node.a(systime.c.obj)
+                                        0x49f (size before relaxing)
+ .debug_str     0x000000000000bdd4      0x1ce zephyr/subsys/lorawan/libloramac-node.a(timer.c.obj)
+                                        0x52d (size before relaxing)
+ .debug_str     0x000000000000bfa2       0x4b zephyr/subsys/lorawan/libloramac-node.a(delay.c.obj)
+                                        0x271 (size before relaxing)
+ .debug_str     0x000000000000bfed      0x903 zephyr/subsys/lorawan/libloramac-node.a(sx1276.c.obj)
+                                       0x1008 (size before relaxing)
+ .debug_str     0x000000000000c8f0       0xf7 zephyr/subsys/lorawan/libloramac-node.a(aes.c.obj)
+                                        0x32d (size before relaxing)
+ .debug_str     0x000000000000c9e7       0xa8 zephyr/subsys/lorawan/libloramac-node.a(cmac.c.obj)
+                                        0x35d (size before relaxing)
+ .debug_str     0x000000000000ca8f      0x425 zephyr/subsys/lorawan/libloramac-node.a(soft-se.c.obj)
+                                        0x923 (size before relaxing)
+ .debug_str     0x000000000000ceb4       0x48 zephyr/subsys/lorawan/libloramac-node.a(soft-se-hal.c.obj)
+                                        0x26e (size before relaxing)
+ .debug_str     0x000000000000cefc     0x2cf0 zephyr/subsys/lorawan/libloramac-node.a(LoRaMac.c.obj)
+                                       0x6116 (size before relaxing)
+ .debug_str     0x000000000000fbec       0x69 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacAdr.c.obj)
+                                        0xb83 (size before relaxing)
+ .debug_str     0x000000000000fc55       0xed zephyr/subsys/lorawan/libloramac-node.a(LoRaMacClassB.c.obj)
+                                       0x2966 (size before relaxing)
+ .debug_str     0x000000000000fd42      0x17f zephyr/subsys/lorawan/libloramac-node.a(LoRaMacCommands.c.obj)
+                                        0xa46 (size before relaxing)
+ .debug_str     0x000000000000fec1      0x210 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacConfirmQueue.c.obj)
+                                        0xd8e (size before relaxing)
+ .debug_str     0x00000000000100d1      0x322 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacCrypto.c.obj)
+                                       0x15c7 (size before relaxing)
+ .debug_str     0x00000000000103f3       0x3a zephyr/subsys/lorawan/libloramac-node.a(LoRaMacParser.c.obj)
+                                        0x50f (size before relaxing)
+ .debug_str     0x000000000001042d       0x4e zephyr/subsys/lorawan/libloramac-node.a(LoRaMacSerializer.c.obj)
+                                        0x5c4 (size before relaxing)
+ .debug_str     0x000000000001047b      0x345 zephyr/subsys/lorawan/libloramac-node.a(Region.c.obj)
+                                       0x18fd (size before relaxing)
+ .debug_str     0x00000000000107c0      0x82f zephyr/subsys/lorawan/libloramac-node.a(RegionCommon.c.obj)
+                                       0x14fc (size before relaxing)
+ .debug_str     0x0000000000010fef      0x138 zephyr/subsys/lorawan/libloramac-node.a(RegionEU868.c.obj)
+                                       0x1f7b (size before relaxing)
+ .debug_str     0x0000000000011127      0x10c zephyr/subsys/random/libsubsys__random.a(random_xoshiro128.c.obj)
+                                        0x4b4 (size before relaxing)
+ .debug_str     0x0000000000011233       0x7e zephyr/subsys/bluetooth/common/libsubsys__bluetooth__common.a(addr.c.obj)
+                                        0x288 (size before relaxing)
+ .debug_str     0x00000000000112b1       0x9e zephyr/subsys/bluetooth/common/libsubsys__bluetooth__common.a(bt_str.c.obj)
+                                        0x2eb (size before relaxing)
+ .debug_str     0x000000000001134f      0x142 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(long_wq.c.obj)
+                                        0x8ed (size before relaxing)
+ .debug_str     0x0000000000011491      0x122 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(uuid.c.obj)
+                                        0x3c6 (size before relaxing)
+ .debug_str     0x00000000000115b3       0xef zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(addr.c.obj)
+                                        0x343 (size before relaxing)
+ .debug_str     0x00000000000116a2      0x972 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(buf.c.obj)
+                                        0xf64 (size before relaxing)
+ .debug_str     0x0000000000012014       0xb1 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(data.c.obj)
+                                        0xa10 (size before relaxing)
+ .debug_str     0x00000000000120c5     0x18a3 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+                                       0x35a6 (size before relaxing)
+ .debug_str     0x0000000000013968      0x56c zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(id.c.obj)
+                                       0x1e6a (size before relaxing)
+ .debug_str     0x0000000000013ed4      0x4d3 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(adv.c.obj)
+                                       0x2121 (size before relaxing)
+ .debug_str     0x00000000000143a7      0xbbb zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(conn.c.obj)
+                                       0x2f98 (size before relaxing)
+ .debug_str     0x0000000000014f62      0x3e4 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(l2cap.c.obj)
+                                       0x1d7c (size before relaxing)
+ .debug_str     0x0000000000015346      0xe6c zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(att.c.obj)
+                                       0x2dd5 (size before relaxing)
+ .debug_str     0x00000000000161b2      0x96d zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(gatt.c.obj)
+                                       0x2c4d (size before relaxing)
+ .debug_str     0x0000000000016b1f       0xb1 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(smp_null.c.obj)
+                                       0x179a (size before relaxing)
+ .debug_str     0x0000000000016bd0      0x2b5 zephyr/subsys/net/libsubsys__net.a(buf.c.obj)
+                                       0x12f4 (size before relaxing)
+ .debug_str     0x0000000000016e85      0x5f4 zephyr/subsys/net/libsubsys__net.a(buf_simple.c.obj)
+                                        0xb01 (size before relaxing)
+ .debug_str     0x0000000000017479     0x110f zephyr/drivers/adc/libdrivers__adc.a(adc_nrfx_saadc.c.obj)
+                                       0x219d (size before relaxing)
+ .debug_str     0x0000000000018588      0xe89 zephyr/drivers/clock_control/libdrivers__clock_control.a(clock_control_nrf.c.obj)
+                                       0x1b70 (size before relaxing)
+ .debug_str     0x0000000000019411       0x9f zephyr/drivers/console/libdrivers__console.a(uart_console.c.obj)
+                                        0x544 (size before relaxing)
+ .debug_str     0x00000000000194b0      0x2e0 zephyr/drivers/entropy/libdrivers__entropy.a(entropy_nrf5.c.obj)
+                                        0xdf0 (size before relaxing)
+ .debug_str     0x0000000000019790       0x96 zephyr/drivers/entropy/libdrivers__entropy.a(entropy_bt_hci.c.obj)
+                                        0x604 (size before relaxing)
+ .debug_str     0x0000000000019826      0x3c1 zephyr/drivers/flash/libdrivers__flash.a(soc_flash_nrf.c.obj)
+                                       0x11d5 (size before relaxing)
+ .debug_str     0x0000000000019be7       0x99 zephyr/drivers/flash/libdrivers__flash.a(flash_page_layout.c.obj)
+                                        0x4c4 (size before relaxing)
+ .debug_str     0x0000000000019c80      0xa81 zephyr/drivers/gpio/libdrivers__gpio.a(gpio_nrfx.c.obj)
+                                       0x13c9 (size before relaxing)
+ .debug_str     0x000000000001a701       0x75 zephyr/drivers/i2c/libdrivers__i2c.a(i2c_common.c.obj)
+                                        0x913 (size before relaxing)
+ .debug_str     0x000000000001a776      0x972 zephyr/drivers/i2c/libdrivers__i2c.a(i2c_nrfx_twim.c.obj)
+                                       0x182d (size before relaxing)
+ .debug_str     0x000000000001b0e8       0x29 zephyr/drivers/pinctrl/libdrivers__pinctrl.a(common.c.obj)
+                                        0x2dd (size before relaxing)
+ .debug_str     0x000000000001b111      0x27d zephyr/drivers/pinctrl/libdrivers__pinctrl.a(pinctrl_nrf.c.obj)
+                                        0xa75 (size before relaxing)
+ .debug_str     0x000000000001b38e      0x2de zephyr/drivers/sensor/bosch/bme280/libdrivers__sensor__bosch__bme280.a(bme280.c.obj)
+                                       0x192b (size before relaxing)
+ .debug_str     0x000000000001b66c       0x77 zephyr/drivers/sensor/bosch/bme280/libdrivers__sensor__bosch__bme280.a(bme280_spi.c.obj)
+                                        0x932 (size before relaxing)
+ .debug_str     0x000000000001b6e3      0x143 zephyr/drivers/sensor/st/stmemsc/libdrivers__sensor__st__stmemsc.a(stmemsc_i2c.c.obj)
+                                        0x62a (size before relaxing)
+ .debug_str     0x000000000001b826       0x53 zephyr/drivers/sensor/st/stmemsc/libdrivers__sensor__st__stmemsc.a(stmemsc_mdelay.c.obj)
+                                        0x2f9 (size before relaxing)
+ .debug_str     0x000000000001b879      0x2a1 zephyr/drivers/sensor/st/lis2dh/libdrivers__sensor__st__lis2dh.a(lis2dh.c.obj)
+                                       0x191b (size before relaxing)
+ .debug_str     0x000000000001bb1a      0x132 zephyr/drivers/sensor/st/lis2dh/libdrivers__sensor__st__lis2dh.a(lis2dh_i2c.c.obj)
+                                        0xef9 (size before relaxing)
+ .debug_str     0x000000000001bc4c      0x2ad zephyr/drivers/sensor/st/lis2mdl/libdrivers__sensor__st__lis2mdl.a(lis2mdl.c.obj)
+                                       0x1f64 (size before relaxing)
+ .debug_str     0x000000000001bef9       0x8e zephyr/drivers/sensor/st/lis2mdl/libdrivers__sensor__st__lis2mdl.a(lis2mdl_trigger.c.obj)
+                                       0x18d7 (size before relaxing)
+ .debug_str     0x000000000001bf87      0x8e6 zephyr/drivers/serial/libdrivers__serial.a(uart_nrfx_uart.c.obj)
+                                        0xf22 (size before relaxing)
+ .debug_str     0x000000000001c86d      0x73f zephyr/drivers/spi/libdrivers__spi.a(spi_nrfx_spim.c.obj)
+                                       0x1ea9 (size before relaxing)
+ .debug_str     0x000000000001cfac      0x191 zephyr/drivers/spi/libdrivers__spi.a(spi_nrfx_common.c.obj)
+                                        0xb7b (size before relaxing)
+ .debug_str     0x000000000001d13d      0x99b zephyr/drivers/timer/libdrivers__timer.a(nrf_rtc_timer.c.obj)
+                                       0x1543 (size before relaxing)
+ .debug_str     0x000000000001dad8       0x7d modules/nrf/lib/multithreading_lock/lib..__nrf__lib__multithreading_lock.a(multithreading_lock.c.obj)
+                                        0x77f (size before relaxing)
+ .debug_str     0x000000000001db55      0xc8e modules/nrf/subsys/bluetooth/controller/lib..__nrf__subsys__bluetooth__controller.a(hci_driver.c.obj)
+                                       0x1df6 (size before relaxing)
+ .debug_str     0x000000000001e7e3     0x7905 modules/nrf/subsys/bluetooth/controller/lib..__nrf__subsys__bluetooth__controller.a(hci_internal.c.obj)
+                                       0x8499 (size before relaxing)
+ .debug_str     0x00000000000260e8       0x99 modules/nrf/subsys/bluetooth/controller/lib..__nrf__subsys__bluetooth__controller.a(crypto.c.obj)
+                                        0xa08 (size before relaxing)
+ .debug_str     0x0000000000026181      0x17f modules/nrf/subsys/bluetooth/controller/lib..__nrf__subsys__bluetooth__controller.a(ecdh.c.obj)
+                                       0x1067 (size before relaxing)
+ .debug_str     0x0000000000026300      0x4cb modules/nrf/subsys/mpsl/init/lib..__nrf__subsys__mpsl__init.a(mpsl_init.c.obj)
+                                       0x174a (size before relaxing)
+ .debug_str     0x00000000000267cb       0x61 modules/nrf/subsys/mpsl/fem/lib..__nrf__subsys__mpsl__fem.a(mpsl_fem_api_init.c.obj)
+                                        0x2eb (size before relaxing)
+ .debug_str     0x000000000002682c       0xb3 modules/nrf/drivers/mpsl/clock_control/lib..__nrf__drivers__mpsl__clock_control.a(nrfx_clock_mpsl.c.obj)
+                                        0x692 (size before relaxing)
+ .debug_str     0x00000000000268df      0x7c0 modules/nrf/drivers/mpsl/flash_sync/lib..__nrf__drivers__mpsl__flash_sync.a(flash_sync_mpsl.c.obj)
+                                       0x1781 (size before relaxing)
+ .debug_str     0x000000000002709f      0x143 modules/nrf/drivers/mpsl/temp_nrf5/lib..__nrf__drivers__mpsl__temp_nrf5.a(temp_nrf5_mpsl.c.obj)
+                                       0x1616 (size before relaxing)
+ .debug_str     0x00000000000271e2      0x33d modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(system_nrf52833.c.obj)
+                                        0x7fa (size before relaxing)
+ .debug_str     0x000000000002751f       0x5d modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_glue.c.obj)
+                                        0x459 (size before relaxing)
+ .debug_str     0x000000000002757c       0x9e modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_flag32_allocator.c.obj)
+                                        0x4a4 (size before relaxing)
+ .debug_str     0x000000000002761a     0x10fc modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_gpiote.c.obj)
+                                       0x26f8 (size before relaxing)
+ .debug_str     0x0000000000028716      0x494 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_nvmc.c.obj)
+                                        0xbd3 (size before relaxing)
+ .debug_str     0x0000000000028baa      0x86b modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_spim.c.obj)
+                                       0x1cef (size before relaxing)
+ .debug_str     0x0000000000029415      0x9d3 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_twim.c.obj)
+                                       0x1eb4 (size before relaxing)
+ .debug_str     0x0000000000029de8       0x3d modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_twi_twim.c.obj)
+                                        0x777 (size before relaxing)
+ .debug_str     0x0000000000029e25       0x23 zephyr/kernel/libkernel.a(busy_wait.c.obj)
+                                        0x26b (size before relaxing)
+ .debug_str     0x0000000000029e48       0xa0 zephyr/kernel/libkernel.a(device.c.obj)
+                                        0x32d (size before relaxing)
+ .debug_str     0x0000000000029ee8      0x233 zephyr/kernel/libkernel.a(fatal.c.obj)
+                                        0xef1 (size before relaxing)
+ .debug_str     0x000000000002a11b      0x4f8 zephyr/kernel/libkernel.a(init.c.obj)
+                                       0x1315 (size before relaxing)
+ .debug_str     0x000000000002a613       0xd9 zephyr/kernel/libkernel.a(kheap.c.obj)
+                                        0x7d1 (size before relaxing)
+ .debug_str     0x000000000002a6ec      0x136 zephyr/kernel/libkernel.a(mem_slab.c.obj)
+                                        0xa71 (size before relaxing)
+ .debug_str     0x000000000002a822       0x6a zephyr/kernel/libkernel.a(idle.c.obj)
+                                        0x384 (size before relaxing)
+ .debug_str     0x000000000002a88c      0x144 zephyr/kernel/libkernel.a(mutex.c.obj)
+                                        0xbdc (size before relaxing)
+ .debug_str     0x000000000002a9d0      0x309 zephyr/kernel/libkernel.a(queue.c.obj)
+                                        0xbdb (size before relaxing)
+ .debug_str     0x000000000002acd9       0x1d zephyr/kernel/libkernel.a(sem.c.obj)
+                                        0x8b6 (size before relaxing)
+ .debug_str     0x000000000002acf6       0x51 zephyr/kernel/libkernel.a(system_work_q.c.obj)
+                                        0x7f7 (size before relaxing)
+ .debug_str     0x000000000002ad47      0x381 zephyr/kernel/libkernel.a(work.c.obj)
+                                       0x126e (size before relaxing)
+ .debug_str     0x000000000002b0c8      0x1e1 zephyr/kernel/libkernel.a(thread.c.obj)
+                                        0xd8f (size before relaxing)
+ .debug_str     0x000000000002b2a9      0x64d zephyr/kernel/libkernel.a(sched.c.obj)
+                                       0x1454 (size before relaxing)
+ .debug_str     0x000000000002b8f6       0xae zephyr/kernel/libkernel.a(timeslicing.c.obj)
+                                        0x9d4 (size before relaxing)
+ .debug_str     0x000000000002b9a4       0x90 zephyr/kernel/libkernel.a(xip.c.obj)
+                                        0x2cd (size before relaxing)
+ .debug_str     0x000000000002ba34       0xce zephyr/kernel/libkernel.a(timeout.c.obj)
+                                        0x881 (size before relaxing)
+ .debug_str     0x000000000002bb02       0x5d zephyr/kernel/libkernel.a(timer.c.obj)
+                                        0xa05 (size before relaxing)
+ .debug_str     0x000000000002bb5f      0x265 zephyr/kernel/libkernel.a(poll.c.obj)
+                                        0xf3a (size before relaxing)
+ .debug_str     0x000000000002bdc4       0x59 zephyr/kernel/libkernel.a(mempool.c.obj)
+                                        0x57d (size before relaxing)
+ .debug_str     0x000000000002be1d       0x54 zephyr/arch/common/libisr_tables.a(isr_tables.c.obj)
+                                        0x357 (size before relaxing)
+
+.debug_loc      0x0000000000000000    0x87c8a
+ *(SORT_BY_ALIGNMENT(.debug_loc))
+ .debug_loc     0x0000000000000000     0x261d app/libapp.a(main.c.obj)
+ .debug_loc     0x000000000000261d      0x261 zephyr/libzephyr.a(crc8_sw.c.obj)
+ .debug_loc     0x000000000000287e     0x32cb zephyr/libzephyr.a(heap.c.obj)
+ .debug_loc     0x0000000000005b49     0x25ca zephyr/libzephyr.a(cbprintf_packaged.c.obj)
+ .debug_loc     0x0000000000008113      0x263 zephyr/libzephyr.a(printk.c.obj)
+ .debug_loc     0x0000000000008376       0xc0 zephyr/libzephyr.a(thread_entry.c.obj)
+ .debug_loc     0x0000000000008436     0x139b zephyr/libzephyr.a(cbprintf_complete.c.obj)
+ .debug_loc     0x00000000000097d1       0x51 zephyr/libzephyr.a(assert.c.obj)
+ .debug_loc     0x0000000000009822     0x15e4 zephyr/libzephyr.a(mpsc_pbuf.c.obj)
+ .debug_loc     0x000000000000ae06     0x2057 zephyr/libzephyr.a(onoff.c.obj)
+ .debug_loc     0x000000000000ce5d      0x250 zephyr/libzephyr.a(notify.c.obj)
+ .debug_loc     0x000000000000d0ad     0x2a5d zephyr/libzephyr.a(nvs.c.obj)
+ .debug_loc     0x000000000000fb0a     0x11f6 zephyr/libzephyr.a(log_core.c.obj)
+ .debug_loc     0x0000000000010d00      0xc45 zephyr/libzephyr.a(log_mgmt.c.obj)
+ .debug_loc     0x0000000000011945     0x1114 zephyr/libzephyr.a(log_msg.c.obj)
+ .debug_loc     0x0000000000012a59     0x1718 zephyr/libzephyr.a(log_output.c.obj)
+ .debug_loc     0x0000000000014171      0x3a8 zephyr/libzephyr.a(log_backend_uart.c.obj)
+ .debug_loc     0x0000000000014519      0x88f zephyr/libzephyr.a(flash_map.c.obj)
+ .debug_loc     0x0000000000014da8      0x222 zephyr/libzephyr.a(flash_map_layout.c.obj)
+ .debug_loc     0x0000000000014fca      0x546 zephyr/libzephyr.a(settings_store.c.obj)
+ .debug_loc     0x0000000000015510      0xb9c zephyr/libzephyr.a(settings.c.obj)
+ .debug_loc     0x00000000000160ac       0x3d zephyr/libzephyr.a(settings_init.c.obj)
+ .debug_loc     0x00000000000160e9      0x7dc zephyr/libzephyr.a(settings_nvs.c.obj)
+ .debug_loc     0x00000000000168c5     0x1397 zephyr/libzephyr.a(lis2mdl_reg.c.obj)
+ .debug_loc     0x0000000000017c5c      0x205 zephyr/libzephyr.a(utils.c.obj)
+ .debug_loc     0x0000000000017e61      0x2fb zephyr/libzephyr.a(aes_encrypt.c.obj)
+ .debug_loc     0x000000000001815c      0x3b1 zephyr/libzephyr.a(cmac_mode.c.obj)
+ .debug_loc     0x000000000001850d      0xa18 zephyr/arch/arch/arm/core/libarch__arm__core.a(fatal.c.obj)
+ .debug_loc     0x0000000000018f25     0x1c3d zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(fault.c.obj)
+ .debug_loc     0x000000000001ab62      0x122 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(scb.c.obj)
+ .debug_loc     0x000000000001ac84       0x3a zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(thread_abort.c.obj)
+ .debug_loc     0x000000000001acbe       0xbc zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(swap.c.obj)
+ .debug_loc     0x000000000001ad7a      0x184 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(irq_manage.c.obj)
+ .debug_loc     0x000000000001aefe      0x165 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(thread.c.obj)
+ .debug_loc     0x000000000001b063       0x56 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(cpu_idle.c.obj)
+ .debug_loc     0x000000000001b0b9       0x6a zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(irq_init.c.obj)
+ .debug_loc     0x000000000001b123       0x3f zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(isr_wrapper.c.obj)
+ .debug_loc     0x000000000001b162      0x7a9 zephyr/lib/libc/newlib/liblib__libc__newlib.a(libc-hooks.c.obj)
+ .debug_loc     0x000000000001b90b       0x2c zephyr/lib/libc/common/liblib__libc__common.a(abort.c.obj)
+ .debug_loc     0x000000000001b937       0xd9 zephyr/soc/soc/nrf52833/libsoc__nordic.a(soc.c.obj)
+ .debug_loc     0x000000000001ba10     0x256c zephyr/subsys/lorawan/libloramac-node.a(lorawan.c.obj)
+ .debug_loc     0x000000000001df7c       0xc2 zephyr/subsys/lorawan/libloramac-node.a(lw_priv.c.obj)
+ .debug_loc     0x000000000001e03e     0x1b3d zephyr/subsys/lorawan/libloramac-node.a(lorawan_nvm_settings.c.obj)
+ .debug_loc     0x000000000001fb7b      0x171 zephyr/subsys/lorawan/libloramac-node.a(hal_common.c.obj)
+ .debug_loc     0x000000000001fcec     0x141e zephyr/subsys/lorawan/libloramac-node.a(sx12xx_common.c.obj)
+ .debug_loc     0x000000000002110a     0x175f zephyr/subsys/lorawan/libloramac-node.a(sx127x.c.obj)
+ .debug_loc     0x0000000000022869      0x45f zephyr/subsys/lorawan/libloramac-node.a(utilities.c.obj)
+ .debug_loc     0x0000000000022cc8      0xd19 zephyr/subsys/lorawan/libloramac-node.a(systime.c.obj)
+ .debug_loc     0x00000000000239e1      0x4fb zephyr/subsys/lorawan/libloramac-node.a(timer.c.obj)
+ .debug_loc     0x0000000000023edc       0x8a zephyr/subsys/lorawan/libloramac-node.a(delay.c.obj)
+ .debug_loc     0x0000000000023f66     0x1ba5 zephyr/subsys/lorawan/libloramac-node.a(sx1276.c.obj)
+ .debug_loc     0x0000000000025b0b      0x5cd zephyr/subsys/lorawan/libloramac-node.a(aes.c.obj)
+ .debug_loc     0x00000000000260d8      0x23c zephyr/subsys/lorawan/libloramac-node.a(cmac.c.obj)
+ .debug_loc     0x0000000000026314      0xc71 zephyr/subsys/lorawan/libloramac-node.a(soft-se.c.obj)
+ .debug_loc     0x0000000000026f85       0x25 zephyr/subsys/lorawan/libloramac-node.a(soft-se-hal.c.obj)
+ .debug_loc     0x0000000000026faa     0x31de zephyr/subsys/lorawan/libloramac-node.a(LoRaMac.c.obj)
+ .debug_loc     0x000000000002a188      0x1bc zephyr/subsys/lorawan/libloramac-node.a(LoRaMacAdr.c.obj)
+ .debug_loc     0x000000000002a344       0xde zephyr/subsys/lorawan/libloramac-node.a(LoRaMacClassB.c.obj)
+ .debug_loc     0x000000000002a422      0x66a zephyr/subsys/lorawan/libloramac-node.a(LoRaMacCommands.c.obj)
+ .debug_loc     0x000000000002aa8c      0x485 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacConfirmQueue.c.obj)
+ .debug_loc     0x000000000002af11     0x1f3f zephyr/subsys/lorawan/libloramac-node.a(LoRaMacCrypto.c.obj)
+ .debug_loc     0x000000000002ce50      0x210 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacParser.c.obj)
+ .debug_loc     0x000000000002d060      0x4dd zephyr/subsys/lorawan/libloramac-node.a(LoRaMacSerializer.c.obj)
+ .debug_loc     0x000000000002d53d      0xc8d zephyr/subsys/lorawan/libloramac-node.a(Region.c.obj)
+ .debug_loc     0x000000000002e1ca     0x12d1 zephyr/subsys/lorawan/libloramac-node.a(RegionCommon.c.obj)
+ .debug_loc     0x000000000002f49b      0xd78 zephyr/subsys/lorawan/libloramac-node.a(RegionEU868.c.obj)
+ .debug_loc     0x0000000000030213      0x21f zephyr/subsys/random/libsubsys__random.a(random_xoshiro128.c.obj)
+ .debug_loc     0x0000000000030432      0x236 zephyr/subsys/bluetooth/common/libsubsys__bluetooth__common.a(bt_str.c.obj)
+ .debug_loc     0x0000000000030668       0xca zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(long_wq.c.obj)
+ .debug_loc     0x0000000000030732      0x570 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(uuid.c.obj)
+ .debug_loc     0x0000000000030ca2      0x2a2 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(addr.c.obj)
+ .debug_loc     0x0000000000030f44      0x270 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(buf.c.obj)
+ .debug_loc     0x00000000000311b4      0x2fd zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(data.c.obj)
+ .debug_loc     0x00000000000314b1     0x8b5f zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+ .debug_loc     0x000000000003a010     0x1537 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(id.c.obj)
+ .debug_loc     0x000000000003b547     0x2afe zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(adv.c.obj)
+ .debug_loc     0x000000000003e045     0x5904 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(conn.c.obj)
+ .debug_loc     0x0000000000043949     0x1cfd zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(l2cap.c.obj)
+ .debug_loc     0x0000000000045646     0x7222 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(att.c.obj)
+ .debug_loc     0x000000000004c868     0x5cf7 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(gatt.c.obj)
+ .debug_loc     0x000000000005255f      0x3a2 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(smp_null.c.obj)
+ .debug_loc     0x0000000000052901     0x15a5 zephyr/subsys/net/libsubsys__net.a(buf.c.obj)
+ .debug_loc     0x0000000000053ea6     0x2866 zephyr/subsys/net/libsubsys__net.a(buf_simple.c.obj)
+ .debug_loc     0x000000000005670c     0x1ba6 zephyr/drivers/adc/libdrivers__adc.a(adc_nrfx_saadc.c.obj)
+ .debug_loc     0x00000000000582b2     0x17f8 zephyr/drivers/clock_control/libdrivers__clock_control.a(clock_control_nrf.c.obj)
+ .debug_loc     0x0000000000059aaa       0x85 zephyr/drivers/console/libdrivers__console.a(uart_console.c.obj)
+ .debug_loc     0x0000000000059b2f      0xe4f zephyr/drivers/entropy/libdrivers__entropy.a(entropy_nrf5.c.obj)
+ .debug_loc     0x000000000005a97e       0xbb zephyr/drivers/entropy/libdrivers__entropy.a(entropy_bt_hci.c.obj)
+ .debug_loc     0x000000000005aa39      0xcf0 zephyr/drivers/flash/libdrivers__flash.a(soc_flash_nrf.c.obj)
+ .debug_loc     0x000000000005b729      0x393 zephyr/drivers/flash/libdrivers__flash.a(flash_page_layout.c.obj)
+ .debug_loc     0x000000000005babc     0x185a zephyr/drivers/gpio/libdrivers__gpio.a(gpio_nrfx.c.obj)
+ .debug_loc     0x000000000005d316     0x10e1 zephyr/drivers/i2c/libdrivers__i2c.a(i2c_nrfx_twim.c.obj)
+ .debug_loc     0x000000000005e3f7       0x42 zephyr/drivers/pinctrl/libdrivers__pinctrl.a(common.c.obj)
+ .debug_loc     0x000000000005e439      0x6e4 zephyr/drivers/pinctrl/libdrivers__pinctrl.a(pinctrl_nrf.c.obj)
+ .debug_loc     0x000000000005eb1d      0x754 zephyr/drivers/sensor/bosch/bme280/libdrivers__sensor__bosch__bme280.a(bme280.c.obj)
+ .debug_loc     0x000000000005f271      0x5f3 zephyr/drivers/sensor/bosch/bme280/libdrivers__sensor__bosch__bme280.a(bme280_spi.c.obj)
+ .debug_loc     0x000000000005f864      0xdf6 zephyr/drivers/sensor/st/stmemsc/libdrivers__sensor__st__stmemsc.a(stmemsc_i2c.c.obj)
+ .debug_loc     0x000000000006065a       0x4a zephyr/drivers/sensor/st/stmemsc/libdrivers__sensor__st__stmemsc.a(stmemsc_mdelay.c.obj)
+ .debug_loc     0x00000000000606a4     0x1251 zephyr/drivers/sensor/st/lis2dh/libdrivers__sensor__st__lis2dh.a(lis2dh.c.obj)
+ .debug_loc     0x00000000000618f5      0xeea zephyr/drivers/sensor/st/lis2dh/libdrivers__sensor__st__lis2dh.a(lis2dh_i2c.c.obj)
+ .debug_loc     0x00000000000627df     0x1577 zephyr/drivers/sensor/st/lis2mdl/libdrivers__sensor__st__lis2mdl.a(lis2mdl.c.obj)
+ .debug_loc     0x0000000000063d56      0xa9d zephyr/drivers/sensor/st/lis2mdl/libdrivers__sensor__st__lis2mdl.a(lis2mdl_trigger.c.obj)
+ .debug_loc     0x00000000000647f3      0x9e6 zephyr/drivers/serial/libdrivers__serial.a(uart_nrfx_uart.c.obj)
+ .debug_loc     0x00000000000651d9     0x2c0b zephyr/drivers/spi/libdrivers__spi.a(spi_nrfx_spim.c.obj)
+ .debug_loc     0x0000000000067de4      0x37d zephyr/drivers/spi/libdrivers__spi.a(spi_nrfx_common.c.obj)
+ .debug_loc     0x0000000000068161     0x1b3b zephyr/drivers/timer/libdrivers__timer.a(nrf_rtc_timer.c.obj)
+ .debug_loc     0x0000000000069c9c       0x1a modules/nrf/lib/multithreading_lock/lib..__nrf__lib__multithreading_lock.a(multithreading_lock.c.obj)
+ .debug_loc     0x0000000000069cb6     0x13f5 modules/nrf/subsys/bluetooth/controller/lib..__nrf__subsys__bluetooth__controller.a(hci_driver.c.obj)
+ .debug_loc     0x000000000006b0ab     0x1c92 modules/nrf/subsys/bluetooth/controller/lib..__nrf__subsys__bluetooth__controller.a(hci_internal.c.obj)
+ .debug_loc     0x000000000006cd3d      0x251 modules/nrf/subsys/bluetooth/controller/lib..__nrf__subsys__bluetooth__controller.a(crypto.c.obj)
+ .debug_loc     0x000000000006cf8e      0x81f modules/nrf/subsys/bluetooth/controller/lib..__nrf__subsys__bluetooth__controller.a(ecdh.c.obj)
+ .debug_loc     0x000000000006d7ad      0x460 modules/nrf/subsys/mpsl/init/lib..__nrf__subsys__mpsl__init.a(mpsl_init.c.obj)
+ .debug_loc     0x000000000006dc0d       0xa7 modules/nrf/drivers/mpsl/clock_control/lib..__nrf__drivers__mpsl__clock_control.a(nrfx_clock_mpsl.c.obj)
+ .debug_loc     0x000000000006dcb4      0x57b modules/nrf/drivers/mpsl/flash_sync/lib..__nrf__drivers__mpsl__flash_sync.a(flash_sync_mpsl.c.obj)
+ .debug_loc     0x000000000006e22f      0x247 modules/nrf/drivers/mpsl/temp_nrf5/lib..__nrf__drivers__mpsl__temp_nrf5.a(temp_nrf5_mpsl.c.obj)
+ .debug_loc     0x000000000006e476       0xd6 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(system_nrf52833.c.obj)
+ .debug_loc     0x000000000006e54c      0x258 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_glue.c.obj)
+ .debug_loc     0x000000000006e7a4      0x221 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_flag32_allocator.c.obj)
+ .debug_loc     0x000000000006e9c5     0x3f72 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_gpiote.c.obj)
+ .debug_loc     0x0000000000072937      0xe80 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_nvmc.c.obj)
+ .debug_loc     0x00000000000737b7     0x1c7d modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_spim.c.obj)
+ .debug_loc     0x0000000000075434     0x27e2 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_twim.c.obj)
+ .debug_loc     0x0000000000077c16      0x3e5 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_twi_twim.c.obj)
+ .debug_loc     0x0000000000077ffb       0x32 zephyr/kernel/libkernel.a(busy_wait.c.obj)
+ .debug_loc     0x000000000007802d       0xd2 zephyr/kernel/libkernel.a(device.c.obj)
+ .debug_loc     0x00000000000780ff      0x916 zephyr/kernel/libkernel.a(fatal.c.obj)
+ .debug_loc     0x0000000000078a15      0x891 zephyr/kernel/libkernel.a(init.c.obj)
+ .debug_loc     0x00000000000792a6      0x4e4 zephyr/kernel/libkernel.a(kheap.c.obj)
+ .debug_loc     0x000000000007978a      0x54e zephyr/kernel/libkernel.a(mem_slab.c.obj)
+ .debug_loc     0x0000000000079cd8       0x86 zephyr/kernel/libkernel.a(idle.c.obj)
+ .debug_loc     0x0000000000079d5e      0x769 zephyr/kernel/libkernel.a(mutex.c.obj)
+ .debug_loc     0x000000000007a4c7     0x1627 zephyr/kernel/libkernel.a(queue.c.obj)
+ .debug_loc     0x000000000007baee      0x49d zephyr/kernel/libkernel.a(sem.c.obj)
+ .debug_loc     0x000000000007bf8b     0x3ab3 zephyr/kernel/libkernel.a(work.c.obj)
+ .debug_loc     0x000000000007fa3e      0x9ab zephyr/kernel/libkernel.a(thread.c.obj)
+ .debug_loc     0x00000000000803e9     0x3dba zephyr/kernel/libkernel.a(sched.c.obj)
+ .debug_loc     0x00000000000841a3      0x3fe zephyr/kernel/libkernel.a(timeslicing.c.obj)
+ .debug_loc     0x00000000000845a1      0xfa5 zephyr/kernel/libkernel.a(timeout.c.obj)
+ .debug_loc     0x0000000000085546      0x951 zephyr/kernel/libkernel.a(timer.c.obj)
+ .debug_loc     0x0000000000085e97     0x1b37 zephyr/kernel/libkernel.a(poll.c.obj)
+ .debug_loc     0x00000000000879ce      0x2bc zephyr/kernel/libkernel.a(mempool.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   0x0000000000000000    0x13ef8
+ *(SORT_BY_ALIGNMENT(.debug_ranges))
+ .debug_ranges  0x0000000000000000       0x20 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(swap_helper.S.obj)
+ .debug_ranges  0x0000000000000020       0x10 zephyr/CMakeFiles/offsets.dir/./arch/arm/core/offsets/offsets.c.obj
+ .debug_ranges  0x0000000000000030      0x638 app/libapp.a(main.c.obj)
+ .debug_ranges  0x0000000000000668       0x18 zephyr/libzephyr.a(crc8_sw.c.obj)
+ .debug_ranges  0x0000000000000680      0x550 zephyr/libzephyr.a(heap.c.obj)
+ .debug_ranges  0x0000000000000bd0      0x360 zephyr/libzephyr.a(cbprintf_packaged.c.obj)
+ .debug_ranges  0x0000000000000f30       0x68 zephyr/libzephyr.a(printk.c.obj)
+ .debug_ranges  0x0000000000000f98       0x10 zephyr/libzephyr.a(thread_entry.c.obj)
+ .debug_ranges  0x0000000000000fa8      0x1d0 zephyr/libzephyr.a(cbprintf_complete.c.obj)
+ .debug_ranges  0x0000000000001178       0x18 zephyr/libzephyr.a(assert.c.obj)
+ .debug_ranges  0x0000000000001190      0x4b0 zephyr/libzephyr.a(mpsc_pbuf.c.obj)
+ .debug_ranges  0x0000000000001640      0x420 zephyr/libzephyr.a(onoff.c.obj)
+ .debug_ranges  0x0000000000001a60       0x38 zephyr/libzephyr.a(notify.c.obj)
+ .debug_ranges  0x0000000000001a98       0x10 zephyr/libzephyr.a(configs.c.obj)
+ .debug_ranges  0x0000000000001aa8      0x420 zephyr/libzephyr.a(nvs.c.obj)
+ .debug_ranges  0x0000000000001ec8      0x4c0 zephyr/libzephyr.a(log_core.c.obj)
+ .debug_ranges  0x0000000000002388      0x310 zephyr/libzephyr.a(log_mgmt.c.obj)
+ .debug_ranges  0x0000000000002698      0x238 zephyr/libzephyr.a(log_msg.c.obj)
+ .debug_ranges  0x00000000000028d0      0x240 zephyr/libzephyr.a(log_output.c.obj)
+ .debug_ranges  0x0000000000002b10       0xa8 zephyr/libzephyr.a(log_backend_uart.c.obj)
+ .debug_ranges  0x0000000000002bb8      0x188 zephyr/libzephyr.a(flash_map.c.obj)
+ .debug_ranges  0x0000000000002d40       0x38 zephyr/libzephyr.a(flash_map_layout.c.obj)
+ .debug_ranges  0x0000000000002d78       0x90 zephyr/libzephyr.a(settings_store.c.obj)
+ .debug_ranges  0x0000000000002e08      0x238 zephyr/libzephyr.a(settings.c.obj)
+ .debug_ranges  0x0000000000003040       0x30 zephyr/libzephyr.a(settings_init.c.obj)
+ .debug_ranges  0x0000000000003070       0x48 zephyr/libzephyr.a(settings_nvs.c.obj)
+ .debug_ranges  0x00000000000030b8       0x10 zephyr/libzephyr.a(banner.c.obj)
+ .debug_ranges  0x00000000000030c8      0x1a0 zephyr/libzephyr.a(lis2mdl_reg.c.obj)
+ .debug_ranges  0x0000000000003268       0x50 zephyr/libzephyr.a(utils.c.obj)
+ .debug_ranges  0x00000000000032b8       0x38 zephyr/libzephyr.a(aes_encrypt.c.obj)
+ .debug_ranges  0x00000000000032f0       0x50 zephyr/libzephyr.a(cmac_mode.c.obj)
+ .debug_ranges  0x0000000000003340       0x98 zephyr/arch/arch/arm/core/libarch__arm__core.a(fatal.c.obj)
+ .debug_ranges  0x00000000000033d8       0x10 zephyr/arch/arch/arm/core/libarch__arm__core.a(nmi.c.obj)
+ .debug_ranges  0x00000000000033e8       0x10 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(exc_exit.c.obj)
+ .debug_ranges  0x00000000000033f8      0x438 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(fault.c.obj)
+ .debug_ranges  0x0000000000003830       0x18 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(scb.c.obj)
+ .debug_ranges  0x0000000000003848       0x10 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(thread_abort.c.obj)
+ .debug_ranges  0x0000000000003858       0x18 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(swap.c.obj)
+ .debug_ranges  0x0000000000003870       0x30 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(irq_manage.c.obj)
+ .debug_ranges  0x00000000000038a0       0x28 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(prep_c.c.obj)
+ .debug_ranges  0x00000000000038c8       0x28 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(thread.c.obj)
+ .debug_ranges  0x00000000000038f0       0x20 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(cpu_idle.c.obj)
+ .debug_ranges  0x0000000000003910       0x38 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(irq_init.c.obj)
+ .debug_ranges  0x0000000000003948       0x28 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(isr_wrapper.c.obj)
+ .debug_ranges  0x0000000000003970      0x190 zephyr/lib/libc/newlib/liblib__libc__newlib.a(libc-hooks.c.obj)
+ .debug_ranges  0x0000000000003b00       0x10 zephyr/lib/libc/common/liblib__libc__common.a(abort.c.obj)
+ .debug_ranges  0x0000000000003b10       0x18 zephyr/soc/soc/nrf52833/libsoc__nordic.a(soc.c.obj)
+ .debug_ranges  0x0000000000003b28      0x718 zephyr/subsys/lorawan/libloramac-node.a(lorawan.c.obj)
+ .debug_ranges  0x0000000000004240       0x28 zephyr/subsys/lorawan/libloramac-node.a(lw_priv.c.obj)
+ .debug_ranges  0x0000000000004268      0x3c0 zephyr/subsys/lorawan/libloramac-node.a(lorawan_nvm_settings.c.obj)
+ .debug_ranges  0x0000000000004628      0x118 zephyr/subsys/lorawan/libloramac-node.a(hal_common.c.obj)
+ .debug_ranges  0x0000000000004740      0x340 zephyr/subsys/lorawan/libloramac-node.a(sx12xx_common.c.obj)
+ .debug_ranges  0x0000000000004a80      0x3b8 zephyr/subsys/lorawan/libloramac-node.a(sx127x.c.obj)
+ .debug_ranges  0x0000000000004e38       0xd8 zephyr/subsys/lorawan/libloramac-node.a(utilities.c.obj)
+ .debug_ranges  0x0000000000004f10       0xd8 zephyr/subsys/lorawan/libloramac-node.a(systime.c.obj)
+ .debug_ranges  0x0000000000004fe8       0x90 zephyr/subsys/lorawan/libloramac-node.a(timer.c.obj)
+ .debug_ranges  0x0000000000005078       0x30 zephyr/subsys/lorawan/libloramac-node.a(delay.c.obj)
+ .debug_ranges  0x00000000000050a8      0x238 zephyr/subsys/lorawan/libloramac-node.a(sx1276.c.obj)
+ .debug_ranges  0x00000000000052e0      0x188 zephyr/subsys/lorawan/libloramac-node.a(aes.c.obj)
+ .debug_ranges  0x0000000000005468       0x98 zephyr/subsys/lorawan/libloramac-node.a(cmac.c.obj)
+ .debug_ranges  0x0000000000005500      0x120 zephyr/subsys/lorawan/libloramac-node.a(soft-se.c.obj)
+ .debug_ranges  0x0000000000005620       0x10 zephyr/subsys/lorawan/libloramac-node.a(soft-se-hal.c.obj)
+ .debug_ranges  0x0000000000005630      0x608 zephyr/subsys/lorawan/libloramac-node.a(LoRaMac.c.obj)
+ .debug_ranges  0x0000000000005c38       0x10 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacAdr.c.obj)
+ .debug_ranges  0x0000000000005c48      0x100 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacClassB.c.obj)
+ .debug_ranges  0x0000000000005d48      0x130 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacCommands.c.obj)
+ .debug_ranges  0x0000000000005e78      0x190 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacConfirmQueue.c.obj)
+ .debug_ranges  0x0000000000006008      0x2a8 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacCrypto.c.obj)
+ .debug_ranges  0x00000000000062b0       0x18 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacParser.c.obj)
+ .debug_ranges  0x00000000000062c8       0x28 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacSerializer.c.obj)
+ .debug_ranges  0x00000000000062f0       0xb8 zephyr/subsys/lorawan/libloramac-node.a(Region.c.obj)
+ .debug_ranges  0x00000000000063a8      0x2b8 zephyr/subsys/lorawan/libloramac-node.a(RegionCommon.c.obj)
+ .debug_ranges  0x0000000000006660      0x108 zephyr/subsys/lorawan/libloramac-node.a(RegionEU868.c.obj)
+ .debug_ranges  0x0000000000006768       0x80 zephyr/subsys/random/libsubsys__random.a(random_xoshiro128.c.obj)
+ .debug_ranges  0x00000000000067e8       0x68 zephyr/subsys/bluetooth/common/libsubsys__bluetooth__common.a(bt_str.c.obj)
+ .debug_ranges  0x0000000000006850       0x28 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(long_wq.c.obj)
+ .debug_ranges  0x0000000000006878       0x58 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(uuid.c.obj)
+ .debug_ranges  0x00000000000068d0       0x78 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(addr.c.obj)
+ .debug_ranges  0x0000000000006948       0x48 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(buf.c.obj)
+ .debug_ranges  0x0000000000006990       0x98 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(data.c.obj)
+ .debug_ranges  0x0000000000006a28     0x17b0 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+ .debug_ranges  0x00000000000081d8      0x2f8 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(id.c.obj)
+ .debug_ranges  0x00000000000084d0      0x520 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(adv.c.obj)
+ .debug_ranges  0x00000000000089f0      0xde0 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(conn.c.obj)
+ .debug_ranges  0x00000000000097d0      0x4e8 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(l2cap.c.obj)
+ .debug_ranges  0x0000000000009cb8      0xd98 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(att.c.obj)
+ .debug_ranges  0x000000000000aa50      0x9f0 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(gatt.c.obj)
+ .debug_ranges  0x000000000000b440       0xc8 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(smp_null.c.obj)
+ .debug_ranges  0x000000000000b508      0x258 zephyr/subsys/net/libsubsys__net.a(buf.c.obj)
+ .debug_ranges  0x000000000000b760      0xab8 zephyr/subsys/net/libsubsys__net.a(buf_simple.c.obj)
+ .debug_ranges  0x000000000000c218      0x3c0 zephyr/drivers/adc/libdrivers__adc.a(adc_nrfx_saadc.c.obj)
+ .debug_ranges  0x000000000000c5d8      0x438 zephyr/drivers/clock_control/libdrivers__clock_control.a(clock_control_nrf.c.obj)
+ .debug_ranges  0x000000000000ca10       0x38 zephyr/drivers/console/libdrivers__console.a(uart_console.c.obj)
+ .debug_ranges  0x000000000000ca48      0x268 zephyr/drivers/entropy/libdrivers__entropy.a(entropy_nrf5.c.obj)
+ .debug_ranges  0x000000000000ccb0       0x18 zephyr/drivers/entropy/libdrivers__entropy.a(entropy_bt_hci.c.obj)
+ .debug_ranges  0x000000000000ccc8      0x1c8 zephyr/drivers/flash/libdrivers__flash.a(soc_flash_nrf.c.obj)
+ .debug_ranges  0x000000000000ce90       0x48 zephyr/drivers/flash/libdrivers__flash.a(flash_page_layout.c.obj)
+ .debug_ranges  0x000000000000ced8      0x2d0 zephyr/drivers/gpio/libdrivers__gpio.a(gpio_nrfx.c.obj)
+ .debug_ranges  0x000000000000d1a8       0x10 zephyr/drivers/i2c/libdrivers__i2c.a(i2c_common.c.obj)
+ .debug_ranges  0x000000000000d1b8      0x3b8 zephyr/drivers/i2c/libdrivers__i2c.a(i2c_nrfx_twim.c.obj)
+ .debug_ranges  0x000000000000d570       0x10 zephyr/drivers/pinctrl/libdrivers__pinctrl.a(common.c.obj)
+ .debug_ranges  0x000000000000d580      0x118 zephyr/drivers/pinctrl/libdrivers__pinctrl.a(pinctrl_nrf.c.obj)
+ .debug_ranges  0x000000000000d698       0x98 zephyr/drivers/sensor/bosch/bme280/libdrivers__sensor__bosch__bme280.a(bme280.c.obj)
+ .debug_ranges  0x000000000000d730       0x98 zephyr/drivers/sensor/bosch/bme280/libdrivers__sensor__bosch__bme280.a(bme280_spi.c.obj)
+ .debug_ranges  0x000000000000d7c8      0x218 zephyr/drivers/sensor/st/stmemsc/libdrivers__sensor__st__stmemsc.a(stmemsc_i2c.c.obj)
+ .debug_ranges  0x000000000000d9e0       0x48 zephyr/drivers/sensor/st/stmemsc/libdrivers__sensor__st__stmemsc.a(stmemsc_mdelay.c.obj)
+ .debug_ranges  0x000000000000da28      0x358 zephyr/drivers/sensor/st/lis2dh/libdrivers__sensor__st__lis2dh.a(lis2dh.c.obj)
+ .debug_ranges  0x000000000000dd80      0x268 zephyr/drivers/sensor/st/lis2dh/libdrivers__sensor__st__lis2dh.a(lis2dh_i2c.c.obj)
+ .debug_ranges  0x000000000000dfe8      0x2f0 zephyr/drivers/sensor/st/lis2mdl/libdrivers__sensor__st__lis2mdl.a(lis2mdl.c.obj)
+ .debug_ranges  0x000000000000e2d8      0x138 zephyr/drivers/sensor/st/lis2mdl/libdrivers__sensor__st__lis2mdl.a(lis2mdl_trigger.c.obj)
+ .debug_ranges  0x000000000000e410      0x1a0 zephyr/drivers/serial/libdrivers__serial.a(uart_nrfx_uart.c.obj)
+ .debug_ranges  0x000000000000e5b0      0x688 zephyr/drivers/spi/libdrivers__spi.a(spi_nrfx_spim.c.obj)
+ .debug_ranges  0x000000000000ec38       0x50 zephyr/drivers/spi/libdrivers__spi.a(spi_nrfx_common.c.obj)
+ .debug_ranges  0x000000000000ec88      0x590 zephyr/drivers/timer/libdrivers__timer.a(nrf_rtc_timer.c.obj)
+ .debug_ranges  0x000000000000f218       0x30 modules/nrf/lib/multithreading_lock/lib..__nrf__lib__multithreading_lock.a(multithreading_lock.c.obj)
+ .debug_ranges  0x000000000000f248      0x328 modules/nrf/subsys/bluetooth/controller/lib..__nrf__subsys__bluetooth__controller.a(hci_driver.c.obj)
+ .debug_ranges  0x000000000000f570      0x210 modules/nrf/subsys/bluetooth/controller/lib..__nrf__subsys__bluetooth__controller.a(hci_internal.c.obj)
+ .debug_ranges  0x000000000000f780       0x68 modules/nrf/subsys/bluetooth/controller/lib..__nrf__subsys__bluetooth__controller.a(crypto.c.obj)
+ .debug_ranges  0x000000000000f7e8      0x150 modules/nrf/subsys/bluetooth/controller/lib..__nrf__subsys__bluetooth__controller.a(ecdh.c.obj)
+ .debug_ranges  0x000000000000f938      0x1a0 modules/nrf/subsys/mpsl/init/lib..__nrf__subsys__mpsl__init.a(mpsl_init.c.obj)
+ .debug_ranges  0x000000000000fad8       0x10 modules/nrf/subsys/mpsl/fem/lib..__nrf__subsys__mpsl__fem.a(mpsl_fem_api_init.c.obj)
+ .debug_ranges  0x000000000000fae8       0x38 modules/nrf/drivers/mpsl/clock_control/lib..__nrf__drivers__mpsl__clock_control.a(nrfx_clock_mpsl.c.obj)
+ .debug_ranges  0x000000000000fb20       0xa0 modules/nrf/drivers/mpsl/flash_sync/lib..__nrf__drivers__mpsl__flash_sync.a(flash_sync_mpsl.c.obj)
+ .debug_ranges  0x000000000000fbc0       0x20 modules/nrf/drivers/mpsl/temp_nrf5/lib..__nrf__drivers__mpsl__temp_nrf5.a(temp_nrf5_mpsl.c.obj)
+ .debug_ranges  0x000000000000fbe0       0x28 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(system_nrf52833.c.obj)
+ .debug_ranges  0x000000000000fc08       0x20 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_glue.c.obj)
+ .debug_ranges  0x000000000000fc28       0x58 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_flag32_allocator.c.obj)
+ .debug_ranges  0x000000000000fc80      0xb20 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_gpiote.c.obj)
+ .debug_ranges  0x00000000000107a0      0x248 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_nvmc.c.obj)
+ .debug_ranges  0x00000000000109e8      0x368 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_spim.c.obj)
+ .debug_ranges  0x0000000000010d50      0x410 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_twim.c.obj)
+ .debug_ranges  0x0000000000011160      0x178 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_twi_twim.c.obj)
+ .debug_ranges  0x00000000000112d8       0x10 zephyr/kernel/libkernel.a(busy_wait.c.obj)
+ .debug_ranges  0x00000000000112e8       0xa0 zephyr/kernel/libkernel.a(device.c.obj)
+ .debug_ranges  0x0000000000011388      0x268 zephyr/kernel/libkernel.a(fatal.c.obj)
+ .debug_ranges  0x00000000000115f0      0x2b8 zephyr/kernel/libkernel.a(init.c.obj)
+ .debug_ranges  0x00000000000118a8       0xa0 zephyr/kernel/libkernel.a(kheap.c.obj)
+ .debug_ranges  0x0000000000011948       0xe0 zephyr/kernel/libkernel.a(mem_slab.c.obj)
+ .debug_ranges  0x0000000000011a28       0x50 zephyr/kernel/libkernel.a(idle.c.obj)
+ .debug_ranges  0x0000000000011a78       0xa0 zephyr/kernel/libkernel.a(mutex.c.obj)
+ .debug_ranges  0x0000000000011b18      0x378 zephyr/kernel/libkernel.a(queue.c.obj)
+ .debug_ranges  0x0000000000011e90       0xd0 zephyr/kernel/libkernel.a(sem.c.obj)
+ .debug_ranges  0x0000000000011f60       0x10 zephyr/kernel/libkernel.a(system_work_q.c.obj)
+ .debug_ranges  0x0000000000011f70      0x748 zephyr/kernel/libkernel.a(work.c.obj)
+ .debug_ranges  0x00000000000126b8      0x1b8 zephyr/kernel/libkernel.a(thread.c.obj)
+ .debug_ranges  0x0000000000012870      0xc88 zephyr/kernel/libkernel.a(sched.c.obj)
+ .debug_ranges  0x00000000000134f8       0xa8 zephyr/kernel/libkernel.a(timeslicing.c.obj)
+ .debug_ranges  0x00000000000135a0       0x10 zephyr/kernel/libkernel.a(xip.c.obj)
+ .debug_ranges  0x00000000000135b0      0x478 zephyr/kernel/libkernel.a(timeout.c.obj)
+ .debug_ranges  0x0000000000013a28      0x158 zephyr/kernel/libkernel.a(timer.c.obj)
+ .debug_ranges  0x0000000000013b80      0x348 zephyr/kernel/libkernel.a(poll.c.obj)
+ .debug_ranges  0x0000000000013ec8       0x30 zephyr/kernel/libkernel.a(mempool.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
+                0x0000000000000000       0x2e
+ *(SORT_BY_ALIGNMENT(.ARM.attributes))
+ .ARM.attributes
+                0x0000000000000000       0x30 zephyr/CMakeFiles/zephyr_pre0.dir/misc/empty_file.c.obj
+ .ARM.attributes
+                0x0000000000000030       0x30 zephyr/CMakeFiles/offsets.dir/./arch/arm/core/offsets/offsets.c.obj
+ .ARM.attributes
+                0x0000000000000060       0x30 app/libapp.a(main.c.obj)
+ .ARM.attributes
+                0x0000000000000090       0x30 zephyr/libzephyr.a(crc32c_sw.c.obj)
+ .ARM.attributes
+                0x00000000000000c0       0x30 zephyr/libzephyr.a(crc32_sw.c.obj)
+ .ARM.attributes
+                0x00000000000000f0       0x30 zephyr/libzephyr.a(crc24_sw.c.obj)
+ .ARM.attributes
+                0x0000000000000120       0x30 zephyr/libzephyr.a(crc16_sw.c.obj)
+ .ARM.attributes
+                0x0000000000000150       0x30 zephyr/libzephyr.a(crc8_sw.c.obj)
+ .ARM.attributes
+                0x0000000000000180       0x30 zephyr/libzephyr.a(crc7_sw.c.obj)
+ .ARM.attributes
+                0x00000000000001b0       0x30 zephyr/libzephyr.a(crc4_sw.c.obj)
+ .ARM.attributes
+                0x00000000000001e0       0x30 zephyr/libzephyr.a(heap.c.obj)
+ .ARM.attributes
+                0x0000000000000210       0x30 zephyr/libzephyr.a(cbprintf_packaged.c.obj)
+ .ARM.attributes
+                0x0000000000000240       0x30 zephyr/libzephyr.a(printk.c.obj)
+ .ARM.attributes
+                0x0000000000000270       0x30 zephyr/libzephyr.a(sem.c.obj)
+ .ARM.attributes
+                0x00000000000002a0       0x30 zephyr/libzephyr.a(thread_entry.c.obj)
+ .ARM.attributes
+                0x00000000000002d0       0x30 zephyr/libzephyr.a(cbprintf_complete.c.obj)
+ .ARM.attributes
+                0x0000000000000300       0x30 zephyr/libzephyr.a(cbprintf.c.obj)
+ .ARM.attributes
+                0x0000000000000330       0x30 zephyr/libzephyr.a(assert.c.obj)
+ .ARM.attributes
+                0x0000000000000360       0x30 zephyr/libzephyr.a(mpsc_pbuf.c.obj)
+ .ARM.attributes
+                0x0000000000000390       0x30 zephyr/libzephyr.a(dec.c.obj)
+ .ARM.attributes
+                0x00000000000003c0       0x30 zephyr/libzephyr.a(hex.c.obj)
+ .ARM.attributes
+                0x00000000000003f0       0x30 zephyr/libzephyr.a(rb.c.obj)
+ .ARM.attributes
+                0x0000000000000420       0x30 zephyr/libzephyr.a(timeutil.c.obj)
+ .ARM.attributes
+                0x0000000000000450       0x30 zephyr/libzephyr.a(bitarray.c.obj)
+ .ARM.attributes
+                0x0000000000000480       0x30 zephyr/libzephyr.a(onoff.c.obj)
+ .ARM.attributes
+                0x00000000000004b0       0x30 zephyr/libzephyr.a(notify.c.obj)
+ .ARM.attributes
+                0x00000000000004e0       0x30 zephyr/libzephyr.a(configs.c.obj)
+ .ARM.attributes
+                0x0000000000000510       0x30 zephyr/libzephyr.a(nvs.c.obj)
+ .ARM.attributes
+                0x0000000000000540       0x30 zephyr/libzephyr.a(log_core.c.obj)
+ .ARM.attributes
+                0x0000000000000570       0x30 zephyr/libzephyr.a(log_mgmt.c.obj)
+ .ARM.attributes
+                0x00000000000005a0       0x30 zephyr/libzephyr.a(log_cache.c.obj)
+ .ARM.attributes
+                0x00000000000005d0       0x30 zephyr/libzephyr.a(log_msg.c.obj)
+ .ARM.attributes
+                0x0000000000000600       0x30 zephyr/libzephyr.a(log_output.c.obj)
+ .ARM.attributes
+                0x0000000000000630       0x30 zephyr/libzephyr.a(log_backend_uart.c.obj)
+ .ARM.attributes
+                0x0000000000000660       0x30 zephyr/libzephyr.a(flash_map.c.obj)
+ .ARM.attributes
+                0x0000000000000690       0x30 zephyr/libzephyr.a(flash_map_default.c.obj)
+ .ARM.attributes
+                0x00000000000006c0       0x30 zephyr/libzephyr.a(flash_map_layout.c.obj)
+ .ARM.attributes
+                0x00000000000006f0       0x30 zephyr/libzephyr.a(tracing_none.c.obj)
+ .ARM.attributes
+                0x0000000000000720       0x30 zephyr/libzephyr.a(addr_utils.c.obj)
+ .ARM.attributes
+                0x0000000000000750       0x30 zephyr/libzephyr.a(settings_store.c.obj)
+ .ARM.attributes
+                0x0000000000000780       0x30 zephyr/libzephyr.a(settings.c.obj)
+ .ARM.attributes
+                0x00000000000007b0       0x30 zephyr/libzephyr.a(settings_init.c.obj)
+ .ARM.attributes
+                0x00000000000007e0       0x30 zephyr/libzephyr.a(settings_line.c.obj)
+ .ARM.attributes
+                0x0000000000000810       0x30 zephyr/libzephyr.a(settings_nvs.c.obj)
+ .ARM.attributes
+                0x0000000000000840       0x30 zephyr/libzephyr.a(banner.c.obj)
+ .ARM.attributes
+                0x0000000000000870       0x30 zephyr/libzephyr.a(host_extensions.c.obj)
+ .ARM.attributes
+                0x00000000000008a0       0x30 zephyr/libzephyr.a(lis2mdl_reg.c.obj)
+ .ARM.attributes
+                0x00000000000008d0       0x30 zephyr/libzephyr.a(utils.c.obj)
+ .ARM.attributes
+                0x0000000000000900       0x30 zephyr/libzephyr.a(aes_decrypt.c.obj)
+ .ARM.attributes
+                0x0000000000000930       0x30 zephyr/libzephyr.a(aes_encrypt.c.obj)
+ .ARM.attributes
+                0x0000000000000960       0x30 zephyr/libzephyr.a(cmac_mode.c.obj)
+ .ARM.attributes
+                0x0000000000000990       0x30 zephyr/arch/common/libarch__common.a(sw_isr_common.c.obj)
+ .ARM.attributes
+                0x00000000000009c0       0x30 zephyr/arch/arch/arm/core/libarch__arm__core.a(fatal.c.obj)
+ .ARM.attributes
+                0x00000000000009f0       0x30 zephyr/arch/arch/arm/core/libarch__arm__core.a(nmi.c.obj)
+ .ARM.attributes
+                0x0000000000000a20       0x1c zephyr/arch/arch/arm/core/libarch__arm__core.a(nmi_on_reset.S.obj)
+ .ARM.attributes
+                0x0000000000000a3c       0x30 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(exc_exit.c.obj)
+ .ARM.attributes
+                0x0000000000000a6c       0x30 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(fault.c.obj)
+ .ARM.attributes
+                0x0000000000000a9c       0x1c zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(fault_s.S.obj)
+ .ARM.attributes
+                0x0000000000000ab8       0x30 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(fpu.c.obj)
+ .ARM.attributes
+                0x0000000000000ae8       0x1c zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(reset.S.obj)
+ .ARM.attributes
+                0x0000000000000b04       0x30 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(scb.c.obj)
+ .ARM.attributes
+                0x0000000000000b34       0x30 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(thread_abort.c.obj)
+ .ARM.attributes
+                0x0000000000000b64       0x1e zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(vector_table.S.obj)
+ .ARM.attributes
+                0x0000000000000b82       0x30 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(swap.c.obj)
+ .ARM.attributes
+                0x0000000000000bb2       0x1c zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(swap_helper.S.obj)
+ .ARM.attributes
+                0x0000000000000bce       0x30 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(irq_manage.c.obj)
+ .ARM.attributes
+                0x0000000000000bfe       0x30 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(prep_c.c.obj)
+ .ARM.attributes
+                0x0000000000000c2e       0x30 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(thread.c.obj)
+ .ARM.attributes
+                0x0000000000000c5e       0x30 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(cpu_idle.c.obj)
+ .ARM.attributes
+                0x0000000000000c8e       0x30 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(irq_init.c.obj)
+ .ARM.attributes
+                0x0000000000000cbe       0x30 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(isr_wrapper.c.obj)
+ .ARM.attributes
+                0x0000000000000cee       0x30 zephyr/lib/libc/newlib/liblib__libc__newlib.a(libc-hooks.c.obj)
+ .ARM.attributes
+                0x0000000000000d1e       0x30 zephyr/lib/libc/common/liblib__libc__common.a(abort.c.obj)
+ .ARM.attributes
+                0x0000000000000d4e       0x30 zephyr/soc/soc/nrf52833/libsoc__nordic.a(validate_base_addresses.c.obj)
+ .ARM.attributes
+                0x0000000000000d7e       0x30 zephyr/soc/soc/nrf52833/libsoc__nordic.a(validate_binding_headers.c.obj)
+ .ARM.attributes
+                0x0000000000000dae       0x30 zephyr/soc/soc/nrf52833/libsoc__nordic.a(validate_enabled_instances.c.obj)
+ .ARM.attributes
+                0x0000000000000dde       0x30 zephyr/soc/soc/nrf52833/libsoc__nordic.a(soc.c.obj)
+ .ARM.attributes
+                0x0000000000000e0e       0x30 zephyr/subsys/lorawan/libloramac-node.a(lorawan.c.obj)
+ .ARM.attributes
+                0x0000000000000e3e       0x30 zephyr/subsys/lorawan/libloramac-node.a(lw_priv.c.obj)
+ .ARM.attributes
+                0x0000000000000e6e       0x30 zephyr/subsys/lorawan/libloramac-node.a(lorawan_nvm_settings.c.obj)
+ .ARM.attributes
+                0x0000000000000e9e       0x30 zephyr/subsys/lorawan/libloramac-node.a(hal_common.c.obj)
+ .ARM.attributes
+                0x0000000000000ece       0x30 zephyr/subsys/lorawan/libloramac-node.a(sx12xx_common.c.obj)
+ .ARM.attributes
+                0x0000000000000efe       0x30 zephyr/subsys/lorawan/libloramac-node.a(sx127x.c.obj)
+ .ARM.attributes
+                0x0000000000000f2e       0x30 zephyr/subsys/lorawan/libloramac-node.a(utilities.c.obj)
+ .ARM.attributes
+                0x0000000000000f5e       0x30 zephyr/subsys/lorawan/libloramac-node.a(systime.c.obj)
+ .ARM.attributes
+                0x0000000000000f8e       0x30 zephyr/subsys/lorawan/libloramac-node.a(timer.c.obj)
+ .ARM.attributes
+                0x0000000000000fbe       0x30 zephyr/subsys/lorawan/libloramac-node.a(delay.c.obj)
+ .ARM.attributes
+                0x0000000000000fee       0x30 zephyr/subsys/lorawan/libloramac-node.a(sx1276.c.obj)
+ .ARM.attributes
+                0x000000000000101e       0x30 zephyr/subsys/lorawan/libloramac-node.a(aes.c.obj)
+ .ARM.attributes
+                0x000000000000104e       0x30 zephyr/subsys/lorawan/libloramac-node.a(cmac.c.obj)
+ .ARM.attributes
+                0x000000000000107e       0x30 zephyr/subsys/lorawan/libloramac-node.a(soft-se.c.obj)
+ .ARM.attributes
+                0x00000000000010ae       0x30 zephyr/subsys/lorawan/libloramac-node.a(soft-se-hal.c.obj)
+ .ARM.attributes
+                0x00000000000010de       0x30 zephyr/subsys/lorawan/libloramac-node.a(LoRaMac.c.obj)
+ .ARM.attributes
+                0x000000000000110e       0x30 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacAdr.c.obj)
+ .ARM.attributes
+                0x000000000000113e       0x30 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacClassB.c.obj)
+ .ARM.attributes
+                0x000000000000116e       0x30 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacCommands.c.obj)
+ .ARM.attributes
+                0x000000000000119e       0x30 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacConfirmQueue.c.obj)
+ .ARM.attributes
+                0x00000000000011ce       0x30 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacCrypto.c.obj)
+ .ARM.attributes
+                0x00000000000011fe       0x30 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacParser.c.obj)
+ .ARM.attributes
+                0x000000000000122e       0x30 zephyr/subsys/lorawan/libloramac-node.a(LoRaMacSerializer.c.obj)
+ .ARM.attributes
+                0x000000000000125e       0x30 zephyr/subsys/lorawan/libloramac-node.a(Region.c.obj)
+ .ARM.attributes
+                0x000000000000128e       0x30 zephyr/subsys/lorawan/libloramac-node.a(RegionCommon.c.obj)
+ .ARM.attributes
+                0x00000000000012be       0x30 zephyr/subsys/lorawan/libloramac-node.a(RegionEU868.c.obj)
+ .ARM.attributes
+                0x00000000000012ee       0x30 zephyr/subsys/random/libsubsys__random.a(random_xoshiro128.c.obj)
+ .ARM.attributes
+                0x000000000000131e       0x30 zephyr/subsys/random/libsubsys__random.a(random_entropy_device.c.obj)
+ .ARM.attributes
+                0x000000000000134e       0x30 zephyr/subsys/bluetooth/common/libsubsys__bluetooth__common.a(addr.c.obj)
+ .ARM.attributes
+                0x000000000000137e       0x30 zephyr/subsys/bluetooth/common/libsubsys__bluetooth__common.a(dummy.c.obj)
+ .ARM.attributes
+                0x00000000000013ae       0x30 zephyr/subsys/bluetooth/common/libsubsys__bluetooth__common.a(bt_str.c.obj)
+ .ARM.attributes
+                0x00000000000013de       0x30 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(long_wq.c.obj)
+ .ARM.attributes
+                0x000000000000140e       0x30 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(uuid.c.obj)
+ .ARM.attributes
+                0x000000000000143e       0x30 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(addr.c.obj)
+ .ARM.attributes
+                0x000000000000146e       0x30 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(buf.c.obj)
+ .ARM.attributes
+                0x000000000000149e       0x30 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(data.c.obj)
+ .ARM.attributes
+                0x00000000000014ce       0x30 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj)
+ .ARM.attributes
+                0x00000000000014fe       0x30 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_common.c.obj)
+ .ARM.attributes
+                0x000000000000152e       0x30 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(id.c.obj)
+ .ARM.attributes
+                0x000000000000155e       0x30 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(adv.c.obj)
+ .ARM.attributes
+                0x000000000000158e       0x30 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(conn.c.obj)
+ .ARM.attributes
+                0x00000000000015be       0x30 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(l2cap.c.obj)
+ .ARM.attributes
+                0x00000000000015ee       0x30 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(att.c.obj)
+ .ARM.attributes
+                0x000000000000161e       0x30 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(gatt.c.obj)
+ .ARM.attributes
+                0x000000000000164e       0x30 zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(smp_null.c.obj)
+ .ARM.attributes
+                0x000000000000167e       0x30 zephyr/subsys/net/libsubsys__net.a(buf.c.obj)
+ .ARM.attributes
+                0x00000000000016ae       0x30 zephyr/subsys/net/libsubsys__net.a(buf_simple.c.obj)
+ .ARM.attributes
+                0x00000000000016de       0x30 zephyr/drivers/adc/libdrivers__adc.a(adc_common.c.obj)
+ .ARM.attributes
+                0x000000000000170e       0x30 zephyr/drivers/adc/libdrivers__adc.a(adc_nrfx_saadc.c.obj)
+ .ARM.attributes
+                0x000000000000173e       0x30 zephyr/drivers/clock_control/libdrivers__clock_control.a(clock_control_nrf.c.obj)
+ .ARM.attributes
+                0x000000000000176e       0x30 zephyr/drivers/console/libdrivers__console.a(uart_console.c.obj)
+ .ARM.attributes
+                0x000000000000179e       0x30 zephyr/drivers/entropy/libdrivers__entropy.a(entropy_nrf5.c.obj)
+ .ARM.attributes
+                0x00000000000017ce       0x30 zephyr/drivers/entropy/libdrivers__entropy.a(entropy_bt_hci.c.obj)
+ .ARM.attributes
+                0x00000000000017fe       0x30 zephyr/drivers/flash/libdrivers__flash.a(soc_flash_nrf.c.obj)
+ .ARM.attributes
+                0x000000000000182e       0x30 zephyr/drivers/flash/libdrivers__flash.a(flash_page_layout.c.obj)
+ .ARM.attributes
+                0x000000000000185e       0x30 zephyr/drivers/gpio/libdrivers__gpio.a(gpio_nrfx.c.obj)
+ .ARM.attributes
+                0x000000000000188e       0x30 zephyr/drivers/i2c/libdrivers__i2c.a(i2c_common.c.obj)
+ .ARM.attributes
+                0x00000000000018be       0x30 zephyr/drivers/i2c/libdrivers__i2c.a(i2c_nrfx_twim.c.obj)
+ .ARM.attributes
+                0x00000000000018ee       0x30 zephyr/drivers/pinctrl/libdrivers__pinctrl.a(common.c.obj)
+ .ARM.attributes
+                0x000000000000191e       0x30 zephyr/drivers/pinctrl/libdrivers__pinctrl.a(pinctrl_nrf.c.obj)
+ .ARM.attributes
+                0x000000000000194e       0x30 zephyr/drivers/sensor/bosch/bme280/libdrivers__sensor__bosch__bme280.a(bme280.c.obj)
+ .ARM.attributes
+                0x000000000000197e       0x30 zephyr/drivers/sensor/bosch/bme280/libdrivers__sensor__bosch__bme280.a(bme280_spi.c.obj)
+ .ARM.attributes
+                0x00000000000019ae       0x30 zephyr/drivers/sensor/bosch/bme280/libdrivers__sensor__bosch__bme280.a(bme280_i2c.c.obj)
+ .ARM.attributes
+                0x00000000000019de       0x30 zephyr/drivers/sensor/st/stmemsc/libdrivers__sensor__st__stmemsc.a(stmemsc_i2c.c.obj)
+ .ARM.attributes
+                0x0000000000001a0e       0x30 zephyr/drivers/sensor/st/stmemsc/libdrivers__sensor__st__stmemsc.a(stmemsc_spi.c.obj)
+ .ARM.attributes
+                0x0000000000001a3e       0x30 zephyr/drivers/sensor/st/stmemsc/libdrivers__sensor__st__stmemsc.a(stmemsc_mdelay.c.obj)
+ .ARM.attributes
+                0x0000000000001a6e       0x30 zephyr/drivers/sensor/st/lis2dh/libdrivers__sensor__st__lis2dh.a(lis2dh.c.obj)
+ .ARM.attributes
+                0x0000000000001a9e       0x30 zephyr/drivers/sensor/st/lis2dh/libdrivers__sensor__st__lis2dh.a(lis2dh_i2c.c.obj)
+ .ARM.attributes
+                0x0000000000001ace       0x30 zephyr/drivers/sensor/st/lis2dh/libdrivers__sensor__st__lis2dh.a(lis2dh_spi.c.obj)
+ .ARM.attributes
+                0x0000000000001afe       0x30 zephyr/drivers/sensor/st/lis2mdl/libdrivers__sensor__st__lis2mdl.a(lis2mdl.c.obj)
+ .ARM.attributes
+                0x0000000000001b2e       0x30 zephyr/drivers/sensor/st/lis2mdl/libdrivers__sensor__st__lis2mdl.a(lis2mdl_trigger.c.obj)
+ .ARM.attributes
+                0x0000000000001b5e       0x30 zephyr/drivers/serial/libdrivers__serial.a(uart_nrfx_uart.c.obj)
+ .ARM.attributes
+                0x0000000000001b8e       0x30 zephyr/drivers/spi/libdrivers__spi.a(spi_nrfx_spim.c.obj)
+ .ARM.attributes
+                0x0000000000001bbe       0x30 zephyr/drivers/spi/libdrivers__spi.a(spi_nrfx_common.c.obj)
+ .ARM.attributes
+                0x0000000000001bee       0x30 zephyr/drivers/timer/libdrivers__timer.a(sys_clock_init.c.obj)
+ .ARM.attributes
+                0x0000000000001c1e       0x30 zephyr/drivers/timer/libdrivers__timer.a(nrf_rtc_timer.c.obj)
+ .ARM.attributes
+                0x0000000000001c4e       0x30 modules/nrf/lib/multithreading_lock/lib..__nrf__lib__multithreading_lock.a(multithreading_lock.c.obj)
+ .ARM.attributes
+                0x0000000000001c7e       0x30 modules/nrf/subsys/bluetooth/controller/lib..__nrf__subsys__bluetooth__controller.a(hci_driver.c.obj)
+ .ARM.attributes
+                0x0000000000001cae       0x30 modules/nrf/subsys/bluetooth/controller/lib..__nrf__subsys__bluetooth__controller.a(hci_internal.c.obj)
+ .ARM.attributes
+                0x0000000000001cde       0x30 modules/nrf/subsys/bluetooth/controller/lib..__nrf__subsys__bluetooth__controller.a(crypto.c.obj)
+ .ARM.attributes
+                0x0000000000001d0e       0x30 modules/nrf/subsys/bluetooth/controller/lib..__nrf__subsys__bluetooth__controller.a(ecdh.c.obj)
+ .ARM.attributes
+                0x0000000000001d3e       0x30 modules/nrf/subsys/mpsl/init/lib..__nrf__subsys__mpsl__init.a(mpsl_init.c.obj)
+ .ARM.attributes
+                0x0000000000001d6e       0x30 modules/nrf/subsys/mpsl/fem/lib..__nrf__subsys__mpsl__fem.a(mpsl_fem_api_init.c.obj)
+ .ARM.attributes
+                0x0000000000001d9e       0x30 modules/nrf/drivers/mpsl/clock_control/lib..__nrf__drivers__mpsl__clock_control.a(nrfx_clock_mpsl.c.obj)
+ .ARM.attributes
+                0x0000000000001dce       0x30 modules/nrf/drivers/mpsl/flash_sync/lib..__nrf__drivers__mpsl__flash_sync.a(flash_sync_mpsl.c.obj)
+ .ARM.attributes
+                0x0000000000001dfe       0x30 modules/nrf/drivers/mpsl/temp_nrf5/lib..__nrf__drivers__mpsl__temp_nrf5.a(temp_nrf5_mpsl.c.obj)
+ .ARM.attributes
+                0x0000000000001e2e       0x30 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(system_nrf52833.c.obj)
+ .ARM.attributes
+                0x0000000000001e5e       0x30 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_glue.c.obj)
+ .ARM.attributes
+                0x0000000000001e8e       0x30 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_flag32_allocator.c.obj)
+ .ARM.attributes
+                0x0000000000001ebe       0x30 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_gpiote.c.obj)
+ .ARM.attributes
+                0x0000000000001eee       0x30 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_nvmc.c.obj)
+ .ARM.attributes
+                0x0000000000001f1e       0x30 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_spim.c.obj)
+ .ARM.attributes
+                0x0000000000001f4e       0x30 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_twim.c.obj)
+ .ARM.attributes
+                0x0000000000001f7e       0x30 modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a(nrfx_twi_twim.c.obj)
+ .ARM.attributes
+                0x0000000000001fae       0x30 zephyr/kernel/libkernel.a(busy_wait.c.obj)
+ .ARM.attributes
+                0x0000000000001fde       0x30 zephyr/kernel/libkernel.a(device.c.obj)
+ .ARM.attributes
+                0x000000000000200e       0x30 zephyr/kernel/libkernel.a(errno.c.obj)
+ .ARM.attributes
+                0x000000000000203e       0x30 zephyr/kernel/libkernel.a(fatal.c.obj)
+ .ARM.attributes
+                0x000000000000206e       0x30 zephyr/kernel/libkernel.a(init.c.obj)
+ .ARM.attributes
+                0x000000000000209e       0x30 zephyr/kernel/libkernel.a(kheap.c.obj)
+ .ARM.attributes
+                0x00000000000020ce       0x30 zephyr/kernel/libkernel.a(mem_slab.c.obj)
+ .ARM.attributes
+                0x00000000000020fe       0x30 zephyr/kernel/libkernel.a(idle.c.obj)
+ .ARM.attributes
+                0x000000000000212e       0x30 zephyr/kernel/libkernel.a(mutex.c.obj)
+ .ARM.attributes
+                0x000000000000215e       0x30 zephyr/kernel/libkernel.a(queue.c.obj)
+ .ARM.attributes
+                0x000000000000218e       0x30 zephyr/kernel/libkernel.a(sem.c.obj)
+ .ARM.attributes
+                0x00000000000021be       0x30 zephyr/kernel/libkernel.a(system_work_q.c.obj)
+ .ARM.attributes
+                0x00000000000021ee       0x30 zephyr/kernel/libkernel.a(work.c.obj)
+ .ARM.attributes
+                0x000000000000221e       0x30 zephyr/kernel/libkernel.a(thread.c.obj)
+ .ARM.attributes
+                0x000000000000224e       0x30 zephyr/kernel/libkernel.a(sched.c.obj)
+ .ARM.attributes
+                0x000000000000227e       0x30 zephyr/kernel/libkernel.a(timeslicing.c.obj)
+ .ARM.attributes
+                0x00000000000022ae       0x30 zephyr/kernel/libkernel.a(xip.c.obj)
+ .ARM.attributes
+                0x00000000000022de       0x30 zephyr/kernel/libkernel.a(timeout.c.obj)
+ .ARM.attributes
+                0x000000000000230e       0x30 zephyr/kernel/libkernel.a(timer.c.obj)
+ .ARM.attributes
+                0x000000000000233e       0x30 zephyr/kernel/libkernel.a(poll.c.obj)
+ .ARM.attributes
+                0x000000000000236e       0x30 zephyr/kernel/libkernel.a(mempool.c.obj)
+ .ARM.attributes
+                0x000000000000239e       0x1e /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/thumb/v7e-m/nofp/libgcc.a(_arm_muldf3.o)
+ .ARM.attributes
+                0x00000000000023bc       0x1e /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/thumb/v7e-m/nofp/libgcc.a(_arm_mulsf3.o)
+ .ARM.attributes
+                0x00000000000023da       0x1e /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/thumb/v7e-m/nofp/libgcc.a(_arm_addsubdf3.o)
+ .ARM.attributes
+                0x00000000000023f8       0x1e /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/thumb/v7e-m/nofp/libgcc.a(_arm_muldivdf3.o)
+ .ARM.attributes
+                0x0000000000002416       0x1e /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/thumb/v7e-m/nofp/libgcc.a(_arm_cmpdf2.o)
+ .ARM.attributes
+                0x0000000000002434       0x1e /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/thumb/v7e-m/nofp/libgcc.a(_arm_truncdfsf2.o)
+ .ARM.attributes
+                0x0000000000002452       0x1e /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/thumb/v7e-m/nofp/libgcc.a(_arm_addsubsf3.o)
+ .ARM.attributes
+                0x0000000000002470       0x1e /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/thumb/v7e-m/nofp/libgcc.a(_arm_cmpsf2.o)
+ .ARM.attributes
+                0x000000000000248e       0x1e /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/thumb/v7e-m/nofp/libgcc.a(_arm_fixsfsi.o)
+ .ARM.attributes
+                0x00000000000024ac       0x1e /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/thumb/v7e-m/nofp/libgcc.a(_arm_fixunssfsi.o)
+ .ARM.attributes
+                0x00000000000024ca       0x1e /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/thumb/v7e-m/nofp/libgcc.a(_aeabi_ldivmod.o)
+ .ARM.attributes
+                0x00000000000024e8       0x1e /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/thumb/v7e-m/nofp/libgcc.a(_aeabi_uldivmod.o)
+ .ARM.attributes
+                0x0000000000002506       0x2e /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/thumb/v7e-m/nofp/libgcc.a(_popcountsi2.o)
+ .ARM.attributes
+                0x0000000000002534       0x2e /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/thumb/v7e-m/nofp/libgcc.a(_fixdfdi.o)
+ .ARM.attributes
+                0x0000000000002562       0x2e /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/thumb/v7e-m/nofp/libgcc.a(_fixunsdfdi.o)
+ .ARM.attributes
+                0x0000000000002590       0x2e /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/thumb/v7e-m/nofp/libgcc.a(_udivmoddi4.o)
+ .ARM.attributes
+                0x00000000000025be       0x1e /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/thumb/v7e-m/nofp/libgcc.a(_dvmd_tls.o)
+ .ARM.attributes
+                0x00000000000025dc       0x1e /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/thumb/v7e-m/nofp/libgcc.a(_arm_fixunsdfsi.o)
+ .ARM.attributes
+                0x00000000000025fa       0x30 zephyr/arch/common/libisr_tables.a(isr_tables.c.obj)
+ .ARM.attributes
+                0x000000000000262a       0x2e /opt/ncs/nrfxlib/crypto/nrf_oberon/lib/cortex-m4/soft-float/liboberon_3.0.15.a(ocrypto_ecdh_p256.c.obj)
+ .ARM.attributes
+                0x0000000000002658       0x2e /opt/ncs/nrfxlib/crypto/nrf_oberon/lib/cortex-m4/soft-float/liboberon_3.0.15.a(ocrypto_sc_p256.c.obj)
+ .ARM.attributes
+                0x0000000000002686       0x21 /opt/ncs/nrfxlib/crypto/nrf_oberon/lib/cortex-m4/soft-float/liboberon_3.0.15.a(ocrypto_bigint256.s.obj)
+ .ARM.attributes
+                0x00000000000026a7       0x2e /opt/ncs/nrfxlib/crypto/nrf_oberon/lib/cortex-m4/soft-float/liboberon_3.0.15.a(ocrypto_curve_p256.c.obj)
+ .ARM.attributes
+                0x00000000000026d5       0x2e /opt/ncs/nrfxlib/crypto/nrf_oberon/lib/cortex-m4/soft-float/liboberon_3.0.15.a(ocrypto_mod_p256.c.obj)
+ .ARM.attributes
+                0x0000000000002703       0x21 /opt/ncs/nrfxlib/crypto/nrf_oberon/lib/cortex-m4/soft-float/liboberon_3.0.15.a(ocrypto_constant_time.s.obj)
+ .ARM.attributes
+                0x0000000000002724       0x21 /opt/ncs/nrfxlib/crypto/nrf_oberon/lib/cortex-m4/soft-float/liboberon_3.0.15.a(ocrypto_mod_p256_base.s.obj)
+ .ARM.attributes
+                0x0000000000002745       0x2e /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libm_nano.a(lib_a-sf_floor.o)
+ .ARM.attributes
+                0x0000000000002773       0x2e /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-ctype_.o)
+ .ARM.attributes
+                0x00000000000027a1       0x2e /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-malloc.o)
+ .ARM.attributes
+                0x00000000000027cf       0x1c /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-memchr.o)
+ .ARM.attributes
+                0x00000000000027eb       0x2e /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-memcmp.o)
+ .ARM.attributes
+                0x0000000000002819       0x2e /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-memcpy-stub.o)
+ .ARM.attributes
+                0x0000000000002847       0x2e /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-memset.o)
+ .ARM.attributes
+                0x0000000000002875       0x2e /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-nano-freer.o)
+ .ARM.attributes
+                0x00000000000028a3       0x2e /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-nano-mallocr.o)
+ .ARM.attributes
+                0x00000000000028d1       0x2e /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-nano-vfprintf_float.o)
+ .ARM.attributes
+                0x00000000000028ff       0x2e /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-nano-vfprintf_i.o)
+ .ARM.attributes
+                0x000000000000292d       0x2e /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-sbrkr.o)
+ .ARM.attributes
+                0x000000000000295b       0x1c /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-strcmp.o)
+ .ARM.attributes
+                0x0000000000002977       0x2e /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-strcpy.o)
+ .ARM.attributes
+                0x00000000000029a5       0x17 /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-strlen.o)
+ .ARM.attributes
+                0x00000000000029bc       0x2e /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-strnlen.o)
+ .ARM.attributes
+                0x00000000000029ea       0x2e /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-dtoa.o)
+ .ARM.attributes
+                0x0000000000002a18       0x2e /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-impure.o)
+ .ARM.attributes
+                0x0000000000002a46       0x2e /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-localeconv.o)
+ .ARM.attributes
+                0x0000000000002a74       0x2e /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-mlock.o)
+ .ARM.attributes
+                0x0000000000002aa2       0x2e /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-mprec.o)
+ .ARM.attributes
+                0x0000000000002ad0       0x2e /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-nano-callocr.o)
+ .ARM.attributes
+                0x0000000000002afe       0x2e /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-reent.o)
+ .ARM.attributes
+                0x0000000000002b2c       0x2e /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-assert.o)
+ .ARM.attributes
+                0x0000000000002b5a       0x2e /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-fprintf.o)
+ .ARM.attributes
+                0x0000000000002b88       0x2e /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-locale.o)
+ .ARM.attributes
+                0x0000000000002bb6       0x2e /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-mbtowc_r.o)
+ .ARM.attributes
+                0x0000000000002be4       0x2e /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-nano-vfprintf.o)
+ .ARM.attributes
+                0x0000000000002c12       0x2e /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-wbuf.o)
+ .ARM.attributes
+                0x0000000000002c40       0x2e /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-wctomb_r.o)
+ .ARM.attributes
+                0x0000000000002c6e       0x2e /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-wsetup.o)
+ .ARM.attributes
+                0x0000000000002c9c       0x2e /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-fflush.o)
+ .ARM.attributes
+                0x0000000000002cca       0x2e /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-findfp.o)
+ .ARM.attributes
+                0x0000000000002cf8       0x2e /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-fvwrite.o)
+ .ARM.attributes
+                0x0000000000002d26       0x2e /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-fwalk.o)
+ .ARM.attributes
+                0x0000000000002d54       0x2e /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-makebuf.o)
+ .ARM.attributes
+                0x0000000000002d82       0x2e /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-memmove.o)
+ .ARM.attributes
+                0x0000000000002db0       0x2e /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-nano-reallocr.o)
+ .ARM.attributes
+                0x0000000000002dde       0x2e /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-stdio.o)
+ .ARM.attributes
+                0x0000000000002e0c       0x2e /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-writer.o)
+ .ARM.attributes
+                0x0000000000002e3a       0x2e /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-closer.o)
+ .ARM.attributes
+                0x0000000000002e68       0x2e /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-fstatr.o)
+ .ARM.attributes
+                0x0000000000002e96       0x2e /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-isattyr.o)
+ .ARM.attributes
+                0x0000000000002ec4       0x2e /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-lseekr.o)
+ .ARM.attributes
+                0x0000000000002ef2       0x2e /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-nano-msizer.o)
+ .ARM.attributes
+                0x0000000000002f20       0x2e /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-readr.o)
+ .ARM.attributes
+                0x0000000000002f4e       0x1e /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/thumb/v7e-m/nofp/libgcc.a(_arm_unorddf2.o)
+ .ARM.attributes
+                0x0000000000002f6c       0x1e /opt/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/thumb/v7e-m/nofp/libgcc.a(_arm_fixdfsi.o)
+ .ARM.attributes
+                0x0000000000002f8a       0x2e /opt/ncs/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a(libsoftdevice_controller_s112_debug_soft__obfuscated.elf)
+ .ARM.attributes
+                0x0000000000002fb8       0x2e /opt/ncs/nrfxlib/mpsl/fem/common/lib/cortex-m4/soft-float/libmpsl_fem_common.a(libmpsl_fem_common_debug_soft__obfuscated.elf)
+ .ARM.attributes
+                0x0000000000002fe6       0x2e /opt/ncs/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a(libmpsl_debug_soft__obfuscated.elf)
+ *(SORT_BY_ALIGNMENT(.gnu.attributes))
+
+.last_section   0x0000000000035928        0x4
+                0x0000000000035928        0x4 LONG 0xe015e015
+                0x000000000003592c                _flash_used = ((LOADADDR (.last_section) + SIZEOF (.last_section)) - __rom_region_start)
+OUTPUT(zephyr/zephyr_pre0.elf elf32-littlearm)
+LOAD linker stubs
diff --git a/build/zephyr_modules.txt b/build/zephyr_modules.txt
new file mode 100644
index 0000000000000000000000000000000000000000..f4e80e5f1293262dd965f9b20860c322078d1428
--- /dev/null
+++ b/build/zephyr_modules.txt
@@ -0,0 +1,43 @@
+"nrf":"/opt/ncs/nrf":"/opt/ncs/nrf"
+"mcuboot":"/opt/ncs/bootloader/mcuboot":"${ZEPHYR_MCUBOOT_CMAKE_DIR}"
+"mbedtls":"/opt/ncs/modules/crypto/mbedtls":"${ZEPHYR_MBEDTLS_CMAKE_DIR}"
+"oberon-psa-crypto":"/opt/ncs/modules/crypto/oberon-psa-crypto":"${ZEPHYR_OBERON_PSA_CRYPTO_CMAKE_DIR}"
+"trusted-firmware-m":"/opt/ncs/modules/tee/tf-m/trusted-firmware-m":"${ZEPHYR_TRUSTED_FIRMWARE_M_CMAKE_DIR}"
+"psa-arch-tests":"/opt/ncs/modules/tee/tf-m/psa-arch-tests":""
+"soc-hwmv1":"/opt/ncs/modules/soc-hwmv1":""
+"cjson":"/opt/ncs/modules/lib/cjson":"${ZEPHYR_CJSON_CMAKE_DIR}"
+"azure-sdk-for-c":"/opt/ncs/modules/lib/azure-sdk-for-c":"${ZEPHYR_AZURE_SDK_FOR_C_CMAKE_DIR}"
+"cirrus-logic":"/opt/ncs/modules/hal/cirrus-logic":"/opt/ncs/modules/hal/cirrus-logic"
+"openthread":"/opt/ncs/modules/lib/openthread":"${ZEPHYR_OPENTHREAD_CMAKE_DIR}"
+"suit-generator":"/opt/ncs/modules/lib/suit-generator":""
+"suit-processor":"/opt/ncs/modules/lib/suit-processor":"/opt/ncs/modules/lib/suit-processor/ncs"
+"memfault-firmware-sdk":"/opt/ncs/modules/lib/memfault-firmware-sdk":"/opt/ncs/modules/lib/memfault-firmware-sdk/ports/zephyr"
+"coremark":"/opt/ncs/modules/benchmark/coremark":"${ZEPHYR_COREMARK_CMAKE_DIR}"
+"canopennode":"/opt/ncs/modules/lib/canopennode":"${ZEPHYR_CANOPENNODE_CMAKE_DIR}"
+"chre":"/opt/ncs/modules/lib/chre":"/opt/ncs/modules/lib/chre/platform/zephyr"
+"lz4":"/opt/ncs/modules/lib/lz4":"${ZEPHYR_LZ4_CMAKE_DIR}"
+"nanopb":"/opt/ncs/modules/lib/nanopb":"${ZEPHYR_NANOPB_CMAKE_DIR}"
+"tf-m-tests":"/opt/ncs/modules/tee/tf-m/tf-m-tests":""
+"zscilib":"/opt/ncs/modules/lib/zscilib":"/opt/ncs/modules/lib/zscilib"
+"cmsis":"/opt/ncs/modules/hal/cmsis":"${ZEPHYR_CMSIS_CMAKE_DIR}"
+"cmsis-dsp":"/opt/ncs/modules/lib/cmsis-dsp":"${ZEPHYR_CMSIS_DSP_CMAKE_DIR}"
+"cmsis-nn":"/opt/ncs/modules/lib/cmsis-nn":"${ZEPHYR_CMSIS_NN_CMAKE_DIR}"
+"fatfs":"/opt/ncs/modules/fs/fatfs":"${ZEPHYR_FATFS_CMAKE_DIR}"
+"hal_nordic":"/opt/ncs/modules/hal/nordic":"${ZEPHYR_HAL_NORDIC_CMAKE_DIR}"
+"hal_st":"/opt/ncs/modules/hal/st":"/opt/ncs/modules/hal/st"
+"hal_wurthelektronik":"/opt/ncs/modules/hal/wurthelektronik":"/opt/ncs/modules/hal/wurthelektronik"
+"libmetal":"/opt/ncs/modules/hal/libmetal":"/opt/ncs/modules/hal/libmetal"
+"liblc3":"/opt/ncs/modules/lib/liblc3":"${ZEPHYR_LIBLC3_CMAKE_DIR}"
+"littlefs":"/opt/ncs/modules/fs/littlefs":"${ZEPHYR_LITTLEFS_CMAKE_DIR}"
+"loramac-node":"/opt/ncs/modules/lib/loramac-node":"${ZEPHYR_LORAMAC_NODE_CMAKE_DIR}"
+"lvgl":"/opt/ncs/modules/lib/gui/lvgl":"${ZEPHYR_LVGL_CMAKE_DIR}"
+"mipi-sys-t":"/opt/ncs/modules/debug/mipi-sys-t":"/opt/ncs/modules/debug/mipi-sys-t"
+"nrf_hw_models":"/opt/ncs/modules/bsim_hw_models/nrf_hw_models":"/opt/ncs/modules/bsim_hw_models/nrf_hw_models"
+"open-amp":"/opt/ncs/modules/lib/open-amp":"/opt/ncs/modules/lib/open-amp"
+"picolibc":"/opt/ncs/modules/lib/picolibc":"/opt/ncs/modules/lib/picolibc"
+"segger":"/opt/ncs/modules/debug/segger":"${ZEPHYR_SEGGER_CMAKE_DIR}"
+"tinycrypt":"/opt/ncs/modules/crypto/tinycrypt":"/opt/ncs/modules/crypto/tinycrypt"
+"uoscore-uedhoc":"/opt/ncs/modules/lib/uoscore-uedhoc":"${ZEPHYR_UOSCORE_UEDHOC_CMAKE_DIR}"
+"zcbor":"/opt/ncs/modules/lib/zcbor":"${ZEPHYR_ZCBOR_CMAKE_DIR}"
+"nrfxlib":"/opt/ncs/nrfxlib":"${ZEPHYR_NRFXLIB_CMAKE_DIR}"
+"connectedhomeip":"/opt/ncs/modules/lib/matter":"/opt/ncs/modules/lib/matter/config/nrfconnect/chip-module"
diff --git a/build/zephyr_settings.txt b/build/zephyr_settings.txt
new file mode 100644
index 0000000000000000000000000000000000000000..04aac0c4e83395b628c081cb71ece3a847f61aa8
--- /dev/null
+++ b/build/zephyr_settings.txt
@@ -0,0 +1,12 @@
+# WARNING. THIS FILE IS AUTO-GENERATED. DO NOT MODIFY!
+#
+# This file contains build system settings derived from your modules.
+#
+# Modules may be set via ZEPHYR_MODULES, ZEPHYR_EXTRA_MODULES,
+# and/or the west manifest file.
+#
+# See the Modules guide for more information.
+"BOARD_ROOT":"/opt/ncs/nrf"
+"DTS_ROOT":"/opt/ncs/nrf"
+"MODULE_EXT_ROOT":"/opt/ncs/nrf"
+"SOC_ROOT":"/opt/ncs/modules/soc-hwmv1"
diff --git a/core b/core
deleted file mode 100644
index 684467142d0835140df7ea2d5a2c07842fab7eee..0000000000000000000000000000000000000000
Binary files a/core and /dev/null differ
diff --git a/prj.conf b/prj.conf
index d52e027f03619481a3551ce88a5559e3d160cfdd..add6f917ca04778f3efa0054ed903acdbd270bd1 100644
--- a/prj.conf
+++ b/prj.conf
@@ -1,17 +1,27 @@
-#
-# Copyright (c) 2023 Nordic Semiconductor ASA
-#
-# SPDX-License-Identifier: Apache-2.0
-#
+CONFIG_LOG=y
+CONFIG_SPI=y
+CONFIG_GPIO=y
+CONFIG_LORA=y
+CONFIG_LORAWAN=y
+CONFIG_LORAMAC_REGION_EU868=y
+CONFIG_MAIN_STACK_SIZE=2048
+CONFIG_SYSTEM_WORKQUEUE_STACK_SIZE=2048
+
+CONFIG_FLASH=y
+CONFIG_FLASH_MAP=y
+CONFIG_NVS=y
+CONFIG_SETTINGS_NVS=y
+CONFIG_SETTINGS=y
+CONFIG_LORAWAN_NVM_SETTINGS=y
+
 CONFIG_BT=y
 CONFIG_BT_PERIPHERAL=y
 CONFIG_BT_DEVICE_NAME="BTHome"
-
 CONFIG_ADC=y
-
-CONFIG_SPI=y
 CONFIG_SENSOR=y
 CONFIG_BME280=y
 
 CONFIG_NEWLIB_LIBC_FLOAT_PRINTF=y
-CONFIG_NEWLIB_LIBC=y
\ No newline at end of file
+CONFIG_NEWLIB_LIBC=y
+
+
diff --git a/sample.yaml b/sample.yaml
new file mode 100644
index 0000000000000000000000000000000000000000..c617ec5feb4433cf8aa1efae69e8062f80fb1f9a
--- /dev/null
+++ b/sample.yaml
@@ -0,0 +1,46 @@
+common:
+  tags: lorawan
+  depends_on: lora
+  harness: console
+  harness_config:
+    type: one_line
+    regex:
+      - "<inf> lorawan_class_a: Joining network over OTAA"
+sample:
+  description: Demonstration of Class-A LoRaWAN functionality
+  name: LoRaWAN Class-A
+tests:
+  sample.lorawan.class_a.as923:
+    extra_configs:
+      - CONFIG_LORAMAC_REGION_AS923=y
+  sample.lorawan.class_a.au915:
+    extra_configs:
+      - CONFIG_LORAMAC_REGION_AU915=y
+  sample.lorawan.class_a.cn470:
+    extra_configs:
+      - CONFIG_LORAMAC_REGION_CN470=y
+  sample.lorawan.class_a.cn779:
+    extra_configs:
+      - CONFIG_LORAMAC_REGION_CN779=y
+  sample.lorawan.class_a.eu433:
+    extra_configs:
+      - CONFIG_LORAMAC_REGION_EU433=y
+  sample.lorawan.class_a.eu868:
+    extra_configs:
+      - CONFIG_LORAMAC_REGION_EU868=y
+  sample.lorawan.class_a.kr920:
+    extra_configs:
+      - CONFIG_LORAMAC_REGION_KR920=y
+  sample.lorawan.class_a.in865:
+    extra_configs:
+      - CONFIG_LORAMAC_REGION_IN865=y
+  sample.lorawan.class_a.us915:
+    extra_configs:
+      - CONFIG_LORAMAC_REGION_US915=y
+  sample.lorawan.class_a.ru864:
+    extra_configs:
+      - CONFIG_LORAMAC_REGION_RU864=y
+  sample.lorawan.class_a.multiregion:
+    extra_configs:
+      - CONFIG_LORAMAC_REGION_EU868=y
+      - CONFIG_LORAMAC_REGION_US915=y
diff --git a/src/main.c b/src/main.c
index cf9f5ac05e397744344674b02fd71386c2b71fac..efd81b49d9cbaf4eeefa730fadba4b521c2085ca 100644
--- a/src/main.c
+++ b/src/main.c
@@ -1,32 +1,56 @@
-/*
- * Copyright (c) 2023 Nordic Semiconductor ASA
- *
- * SPDX-License-Identifier: Apache-2.0
- */
-
-#include <zephyr/bluetooth/bluetooth.h>
-#include <zephyr/bluetooth/uuid.h>
-//#################################################
+#include <zephyr/device.h>
 #include <zephyr/drivers/adc.h>
+#include <zephyr/lorawan/lorawan.h>
 #include <zephyr/kernel.h>
+#include <zephyr/logging/log.h>
+
 #include <stdio.h>
 #include <stdint.h>
-//------------------------------------------------
-//------------------------------------------------
-#include <zephyr/device.h>
 #include <zephyr/devicetree.h>
 #include <zephyr/drivers/sensor.h>
-//------------------------------------------------
-//------------------------------------------------
 
+#define LORAWAN_DEV_EUI         { 0xDD, 0xEE, 0xAA, 0xDD, 0xBB, 0xEE, 0xEE, 0xFF }
+#define LORAWAN_JOIN_EUI        { 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 }
+#define LORAWAN_APP_KEY         { 0x2B, 0x7E, 0x15, 0x16, 0x28, 0xAE, 0xD2, 0xA6, 0xAB, 0xF7, 0x15, 0x88, 0x09, 0xCF, 0x4F, 0x3C }
 
-/* ADC node from the devicetree. */
+#define DELAY K_MSEC(60000)
+#define MAX_RETRY 5
 #define ADC_NODE DT_ALIAS(adc0)
+#define ADC_RESOLUTION 12
+
+static int16_t sample_buffer[1];
+
+
+LOG_MODULE_REGISTER(lorawan_class_a);
+
+// Structure pour contenir les données des capteurs
+struct sensor_data {
+    uint16_t pm25;
+    uint16_t pm10;
+    uint16_t ppm;
+    uint16_t humidity;
+    int16_t temperature;
+    uint32_t pressure;
+    uint8_t battery;
+    uint16_t co2;
+};
+
+// Initialisation des données capteurs
+static struct sensor_data data = {
+    .pm25 = 0x000F,
+    .pm10 = 0x0014,
+    .ppm  = 0x015E,
+    .humidity = 0x003C,
+    .temperature = 0x00EB,
+    .pressure = 0x000000,
+    .battery = 0x62,
+    .co2 = 0x01F4
+};
 
-/* Data of ADC device specified in devicetree. */
+// ADC et capteur
 static const struct device *adc = DEVICE_DT_GET(ADC_NODE);
 
-/* Configuration of the ADC channel */
+// Configuration du canal ADC
 static const struct adc_channel_cfg channel_cfg = {
     .gain = ADC_GAIN_1_6,
     .reference = ADC_REF_INTERNAL,
@@ -35,260 +59,282 @@ static const struct adc_channel_cfg channel_cfg = {
     .input_positive = SAADC_CH_PSELP_PSELP_VDD,
 };
 
-#define ADC_RESOLUTION 12
-#define BUFFER_SIZE 1 /* We only need one sample */
-
-static int16_t sample_buffer[BUFFER_SIZE];
-
-//#################################################
-
-#define SERVICE_DATA_LEN        15
-#define SERVICE_UUID            0xfcd2      /* BTHome service UUID */
-#define IDX_TEMPL               4           /* Index of lo byte of temp in service data*/
-#define IDX_TEMPH               5           /* Index of hi byte of temp in service data*/
-#define IDX_HUML 				7 			/* Index of lo byte of humidity in service data */
-#define IDX_HUMH 				8			/* Index of hi byte of humidity in service data */
-#define IDX_PRESL      			10         	/* Index of lo byte of pressure in service data (in hPa */                                               
-#define IDX_PRESM				11 			/* Index of hi byte of pressure in service data (in hPa)*/
-#define IDX_PRESH 				12 			/* Index of hi byte of pressure in service data (in hPa) */
-#define BAT              	 	14          /* Index of hi byte of temp in service data*/
-
-
-#define ADV_PARAM BT_LE_ADV_PARAM(BT_LE_ADV_OPT_USE_IDENTITY, \
-				  BT_GAP_ADV_SLOW_INT_MIN, \
-				  BT_GAP_ADV_SLOW_INT_MAX, NULL)
-
-
-static uint8_t service_data[SERVICE_DATA_LEN] = {
-	BT_UUID_16_ENCODE(SERVICE_UUID),
-	0x40,
-	0x02,	/* Temperature */
-	0xc4,	/* Low byte */
-	0x00,   /* High byte */
-	0x03,	/* Humidity */
-	0xbf,	/* 50.55%  low byte*/
-	0x13,   /* 50.55%  high byte*/
-	0x04, /* Pressure type identifier*/
-    0x00, /* Low byte of pressure */
-    0x00, /* Middle byte of pressure */
-    0x00,  /* High byte of pressure */
-	0x01,	/* BATTERY */
-	0x80,
-
-};
+// Fonction pour convertir les données de la structure en tableau de bytes
+static void get_payload(uint8_t *payload, struct sensor_data *data) {
+    payload[0] = (data->pm25 >> 8) & 0xFF;
+    payload[1] = data->pm25 & 0xFF;
+    payload[2] = (data->pm10 >> 8) & 0xFF;
+    payload[3] = data->pm10 & 0xFF;
+    payload[4] = (data->ppm >> 8) & 0xFF;
+    payload[5] = data->ppm & 0xFF;
+    payload[6] = (data->humidity >> 8) & 0xFF;
+    payload[7] = data->humidity & 0xFF;
+    payload[8] = (data->temperature >> 8) & 0xFF;
+    payload[9] = data->temperature & 0xFF;
+    payload[10] = data->pressure & 0xFF;
+    payload[11] = (data->pressure >> 8) & 0xFF;
+    payload[12] = (data->pressure >> 16) & 0xFF;
+    payload[13] = data->battery;
+    payload[14] = (data->co2 >> 8) & 0xFF;
+    payload[15] = data->co2 & 0xFF;
+}
 
-static struct bt_data ad[] = {
-	BT_DATA_BYTES(BT_DATA_FLAGS, BT_LE_AD_GENERAL | BT_LE_AD_NO_BREDR),
-	BT_DATA(BT_DATA_NAME_COMPLETE, CONFIG_BT_DEVICE_NAME, sizeof(CONFIG_BT_DEVICE_NAME) - 1),
-	BT_DATA(BT_DATA_SVC_DATA16, service_data, ARRAY_SIZE(service_data))
-};
+static void dl_callback(uint8_t port, bool data_pending,
+            int16_t rssi, int8_t snr,
+            uint8_t len, const uint8_t *hex_data)
+{
+    LOG_INF("Port %d, Pending %d, RSSI %ddB, SNR %ddBm", port, data_pending, rssi, snr);
+    if (hex_data) {
+        LOG_HEXDUMP_INF(hex_data, len, "Payload reçu : ");
+    }
+}
 
-static void bt_ready(int err)
+static void lorwan_datarate_changed(enum lorawan_datarate dr)
 {
-	if (err) {
-		printk("Bluetooth init failed (err %d)\n", err);
-		return;
-	}
+    uint8_t unused, max_size;
+    lorawan_get_payload_sizes(&unused, &max_size);
+    LOG_INF("Nouvelle datarate : DR_%d, Taille max du payload : %d", dr, max_size);
+}
 
-	printk("Bluetooth initialized\n");
+// Fonction pour configurer LoRaWAN
+static int configure_lorawan(void) {
+    int ret;
 
-	/* Start advertising */
-	err = bt_le_adv_start(ADV_PARAM, ad, ARRAY_SIZE(ad), NULL, 0);
-	if (err) {
-		printk("Advertising failed to start (err %d)\n", err);
-		return;
-	}
+    ret = lorawan_set_region(LORAWAN_REGION_EU868);
+    if (ret < 0) {
+        LOG_ERR("Erreur de configuration de la région : %d", ret);
+        return ret;
+    }
+
+    ret = lorawan_start();
+    if (ret < 0) {
+        LOG_ERR("Échec du démarrage de LoRaWAN : %d", ret);
+        return ret;
+    }
+
+    ret = lorawan_set_datarate(LORAWAN_DR_5);
+    if (ret < 0) {
+        LOG_ERR("Échec de la configuration du datarate : %d", ret);
+        return ret;
+    }
+
+    return 0;
+}
+
+
+static int read_adc_value(int *adc_value) {
+    int ret;
+    struct adc_sequence sequence = {
+        .channels    = BIT(channel_cfg.channel_id),
+        .buffer      = sample_buffer,
+        .buffer_size = sizeof(sample_buffer),
+        .resolution  = ADC_RESOLUTION,
+    };
+
+    ret = adc_read(adc, &sequence);
+    if (ret < 0) {
+        LOG_ERR("Erreur de lecture de l'ADC : %d", ret);
+        return ret;
+    }
+
+    *adc_value = sample_buffer[0];  // Assigner la valeur à adc_value
+    return 0;
 }
 
-////////////////////////////////////////////////////////////
+
+// Fonction pour calculer la tension de la batterie à partir de la valeur ADC
 double get_Tension(int32_t adc_value) {
-    // Le gain est toujours égal à 1/6
     double gain = 1.0 / 6.0;
     double vref = 0.6;
-
-    // Calcul de la tension en utilisant l'équation donnée
-    double tension = ( (adc_value * vref) / ( 4095 * gain) );
+    double tension = ( (adc_value * vref) / (4095 * gain) );
     return tension;
 }
 
+// Fonction pour calculer la capacité restante de la batterie NiMH
 double calculer_capacite_restante_NiMH_2_cells(double tension_batterie) {
     double capacite_restante;
-
-    // La tension de la batterie est de 2.0V à 2.7V pour 2 cellules NiMH en série
     if (tension_batterie >= 2.7) {
-        capacite_restante = (tension_batterie - 2.7) * (100 - 90) / (2.8 - 2.7) + 90;  // Plage 2.7V - 2.8V
+        capacite_restante = (tension_batterie - 2.7) * (100 - 90) / (2.8 - 2.7) + 90;
     } else if (tension_batterie >= 2.6) {
-        capacite_restante = (tension_batterie - 2.6) * (90 - 80) / (2.7 - 2.6) + 80;  // Plage 2.6V - 2.7V
+        capacite_restante = (tension_batterie - 2.6) * (90 - 80) / (2.7 - 2.6) + 80;
     } else if (tension_batterie >= 2.5) {
-        capacite_restante = (tension_batterie - 2.5) * (80 - 70) / (2.6 - 2.5) + 70;  // Plage 2.5V - 2.6V
+        capacite_restante = (tension_batterie - 2.5) * (80 - 70) / (2.6 - 2.5) + 70;
     } else if (tension_batterie >= 2.4) {
-        capacite_restante = (tension_batterie - 2.4) * (70 - 60) / (2.5 - 2.4) + 60;  // Plage 2.4V - 2.5V
+        capacite_restante = (tension_batterie - 2.4) * (70 - 60) / (2.5 - 2.4) + 60;
     } else if (tension_batterie >= 2.3) {
-        capacite_restante = (tension_batterie - 2.3) * (60 - 50) / (2.4 - 2.3) + 50;  // Plage 2.3V - 2.4V
+        capacite_restante = (tension_batterie - 2.3) * (60 - 50) / (2.4 - 2.3) + 50;
     } else if (tension_batterie >= 2.2) {
-        capacite_restante = (tension_batterie - 2.2) * (50 - 40) / (2.3 - 2.2) + 40;  // Plage 2.2V - 2.3V
+        capacite_restante = (tension_batterie - 2.2) * (50 - 40) / (2.3 - 2.2) + 40;
     } else if (tension_batterie >= 2.1) {
-        capacite_restante = (tension_batterie - 2.1) * (40 - 30) / (2.2 - 2.1) + 30;  // Plage 2.1V - 2.2V
+        capacite_restante = (tension_batterie - 2.1) * (40 - 30) / (2.2 - 2.1) + 30;
     } else if (tension_batterie >= 2.0) {
-        capacite_restante = (tension_batterie - 2.0) * (30 - 20) / (2.1 - 2.0) + 20;  // Plage 2.0V - 2.1V
+        capacite_restante = (tension_batterie - 2.0) * (30 - 20) / (2.1 - 2.0) + 20;
     } else {
         capacite_restante = 0;  // Moins de 10% de charge
     }
 
     return capacite_restante;
 }
-////////////////////////////////////////////////////////////
-//--------------------------------------------------
-//--------------------------------------------------
-static const struct device *get_bme280_device(void) {
-  const struct device *const dev = DEVICE_DT_GET_ANY(bosch_bme280);
-
-  if (dev == NULL) {
-    /* No such node, or the node does not have status "okay". */
-    printk("\nError: no device found.\n");
-    return NULL;
-  }
-
-  if (!device_is_ready(dev)) {
-    printk("\nError: Device \"%s\" is not ready; "
-           "check the driver initialization logs for errors.\n",
-           dev->name);
-    return NULL;
-  }
-
-  printk("Found device \"%s\", getting sensor data\n", dev->name);
-  return dev;
+
+// Fonction pour obtenir les données du capteur BME280
+static int get_bme280_data(const struct device *dev) {
+    struct sensor_value temperature, humidity, pressure;
+    int ret;
+
+    ret = sensor_sample_fetch(dev);
+    if (ret < 0) {
+        LOG_ERR("Erreur lors de la récupération des données du BME280 : %d", ret);
+        return ret;
+    }
+
+    ret = sensor_channel_get(dev, SENSOR_CHAN_AMBIENT_TEMP, &temperature);
+    if (ret < 0) {
+        LOG_ERR("Erreur lors de la récupération de la température : %d", ret);
+        return ret;
+    }
+
+    ret = sensor_channel_get(dev, SENSOR_CHAN_HUMIDITY, &humidity);
+    if (ret < 0) {
+        LOG_ERR("Erreur lors de la récupération de l'humidité : %d", ret);
+        return ret;
+    }
+
+    ret = sensor_channel_get(dev, SENSOR_CHAN_PRESS, &pressure);
+    if (ret < 0) {
+        LOG_ERR("Erreur lors de la récupération de la pression : %d", ret);
+        return ret;
+    }
+
+    LOG_INF("Température : %d.%d°C", temperature.val1, temperature.val2);
+    LOG_INF("Humidité : %d.%d%%", humidity.val1, humidity.val2);
+    LOG_INF("Pression : %d.%d hPa", pressure.val1, pressure.val2);
+
+    return 0;
 }
-//--------------------------------------------------
-//--------------------------------------------------
 
+// Fonction pour envoyer les données avec réessais en cas d'échec
+static int send_data_with_retry(uint8_t *payload, size_t size) {
+    int ret, retry_count = 0;
 
-int main(void)
-{
-	int err;
-	const struct device *dev = get_bme280_device();
-	struct sensor_value temp, humidity, press;
+    do {
+        ret = lorawan_send(2, payload, size, LORAWAN_MSG_CONFIRMED);
+        if (ret < 0) {
+            LOG_ERR("Échec de l'envoi des données (tentative %d) : %d", retry_count + 1, ret);
+            retry_count++;
+            k_sleep(DELAY);
+        }
+    } while (ret < 0 && retry_count < MAX_RETRY);
 
-	//#################################################
-	printk("Starting BTHome sensor template\n");
+    return ret;
+}
 
-	/* Initialize the Bluetooth Subsystem */
-	err = bt_enable(bt_ready);
-	if (err) {
-		printk("Bluetooth init failed (err %d)\n", err);
-		return 0;
-	}
+// Fonction pour rejoindre le réseau LoRaWAN
+static int join_lorawan(void) {
+    struct lorawan_join_config join_cfg;
+    uint8_t dev_eui[] = LORAWAN_DEV_EUI;
+    uint8_t join_eui[] = LORAWAN_JOIN_EUI;
+    uint8_t app_key[] = LORAWAN_APP_KEY;
+    int ret;
+
+    join_cfg.mode = LORAWAN_ACT_OTAA;
+    join_cfg.dev_eui = dev_eui;
+    join_cfg.otaa.join_eui = join_eui;
+    join_cfg.otaa.app_key = app_key;
+    join_cfg.otaa.nwk_key = app_key;
+    join_cfg.otaa.dev_nonce = 0u;
+
+    LOG_INF("Tentative de joindre le réseau en OTAA");
+    do {
+        ret = lorawan_join(&join_cfg);
+        if (ret < 0) {
+            LOG_ERR("Échec de lorawan_join_network : %d", ret);
+            k_sleep(K_MSEC(1000));
+        }
+    } while (ret < 0);
 
+    return 0;
+}
 
-    /* Configure the sampling sequence */
-    struct adc_sequence sequence = {
-        .channels = BIT(channel_cfg.channel_id),
-        .buffer = sample_buffer,
-        .buffer_size = sizeof(sample_buffer),
-        .resolution = ADC_RESOLUTION,
+int main(void) {
+    int adc_value = 0;  // 
+    int err;
+    int ret;
+    uint8_t payload[16];
+    double tension_batterie;
+    double capacite_restante;
+
+    struct lorawan_downlink_cb downlink_cb = {
+        .port = LW_RECV_PORT_ANY,
+        .cb = dl_callback
     };
 
-	//#################################################
+    const struct device *const dev = DEVICE_DT_GET_ANY(bosch_bme280);
+    if (!device_is_ready(dev)) {
+        LOG_ERR("Capteur BME280 non disponible");
+        return -1;
+    }
+
+    const struct device *lora_dev = DEVICE_DT_GET(DT_ALIAS(lora0));
+    if (!device_is_ready(lora_dev)) {
+        LOG_ERR("%s : périphérique non prêt.", lora_dev->name);
+        return 0;
+    }
+
+    // Configurer les périphériques et initialiser le LoRaWAN
+    ret = configure_lorawan();
+    if (ret < 0) {
+        return -1;
+    }
+
+    lorawan_register_downlink_callback(&downlink_cb);
+    lorawan_register_dr_changed_callback(lorwan_datarate_changed);
+
+    if (join_lorawan() < 0) {
+        return -1;
+    }
 
-	if (!device_is_ready(adc)) {
-		printf("ADC controller device %s not ready\n", adc->name);
-		return 0;
-	}
 
-	err = adc_channel_setup(adc, &channel_cfg);
-	if (err < 0) {
+    err = adc_channel_setup(adc, &channel_cfg);
+    if (err < 0) {
+        LOG_ERR("Échec de la configuration du canal ADC : %d", err);
+        return -1;
+    }
+	
+    if (err < 0) {
         printf("Could not setup ADC channel (%d)\n", err);
 		return 0;
 	}
-//#################################################
-
-
-	for (;;) {
-//#################################################
-		// Récupération des échantillons du capteur
-		if (sensor_sample_fetch(dev) < 0) {
-			printk("Erreur lors de la récupération des données du capteur\n");
-			continue;
-		}
-
-		err = adc_read(adc, &sequence);
-		if (err < 0) {
-			printf("Could not read (%d)\n", err);
-			continue;
-		}
-
-		// Récupération des différentes valeurs
-		sensor_channel_get(dev, SENSOR_CHAN_AMBIENT_TEMP, &temp);
-		sensor_channel_get(dev, SENSOR_CHAN_HUMIDITY, &humidity);
-		sensor_channel_get(dev, SENSOR_CHAN_PRESS, &press);
-
-
-		// Convertir la température en centi-degrés Celsius (°C * 100) en tenant
-		// compte de val2
-    	int temperature_centi = (temp.val1 * 100) + (temp.val2 / 10000);
-        int32_t val_mv = sample_buffer[0]; /* Read raw value */
-
-		// Mettre à jour les deux octets dans service_data pour la température
-		service_data[IDX_TEMPH] = (temperature_centi >> 8) & 0xff; // Partie haute
-		service_data[IDX_TEMPL] = temperature_centi & 0xff;        // Partie basse
-
-		// Convertir l'humidité en centi-pourcent (% * 100) en tenant compte de val2
-		int humidity_centi = (humidity.val1 * 100) + (humidity.val2 / 10000);
-
-		// Mettre à jour les deux octets dans service_data pour l'humidité
-		service_data[IDX_HUMH] = (humidity_centi >> 8) & 0xff; // Partie haute
-		service_data[IDX_HUML] = humidity_centi & 0xff;        // Partie basse
-
-		// Convertir la pression et la mettre à jour dans service_data
-		int pressure_hpa =
-			100*((press.val1 * 10) + (press.val2 / 10000)); // Convertir en hPa
-		service_data[IDX_PRESH] =
-			(pressure_hpa) >> 16; // Haute partie de la pression
-		service_data[IDX_PRESM] =
-			(pressure_hpa >> 8) & 0xff; // Partie intermédiaire
-		service_data[IDX_PRESL] =
-			(pressure_hpa)&0xff; // Basse partie de la pression
-
-		// Affichage des résultats avec les unités
-		printk("temp: %d.%06d°C; humidity: %d.%06d%%; press: %d hPa\n", temp.val1,
-			temp.val2, humidity.val1, humidity.val2, pressure_hpa);
-
-		// Mettre à jour les données de la publicité
-		err = bt_le_adv_update_data(ad, ARRAY_SIZE(ad), NULL, 0);
-		if (err) {
-		printk("Failed to update advertising data (err %d)\n", err);
-		}
-
-		err = adc_raw_to_millivolts(channel_cfg.reference,
-			channel_cfg.gain,
-			ADC_RESOLUTION, &val_mv);
-
-
-		/* Simulate temperature from 0C to 25C */
-		double battery_voltage =(get_Tension(sample_buffer[0]));
-				
-		service_data[BAT] = calculer_capacite_restante_NiMH_2_cells(battery_voltage);
-		//service_data[BAT_H] = (battery_voltage >> 8) & 0xff;
-		//service_data[BAT_L] = battery_voltage & 0xff;
-
-
-		if (err < 0 || channel_cfg.reference == 0) {
-            printk("Raw value: %d (conversion to mV not available)\n", sample_buffer[0]);
-        } else {
-			printk("Raw ADC value: %d\n", service_data[BAT]);
 
-            printk("Battery voltage: %f \n", battery_voltage);
-        }
-//#################################################
+    // Lire l'ADC et calculer la tension
+    ret = read_adc_value(&adc_value);
 
-		
-		
 
-		err = bt_le_adv_update_data(ad, ARRAY_SIZE(ad), NULL, 0);
-		if (err) {
-			printk("Failed to update advertising data (err %d)\n", err);
-		}
-		k_sleep(K_MSEC(BT_GAP_ADV_SLOW_INT_MIN));
-	}
-	return 0;
+    LOG_INF("Envoi des données capteurs...");
+    while (1) {
+        if (ret < 0) {
+            LOG_ERR("Erreur de lecture de l'ADC.");
+            k_sleep(DELAY);
+            continue;
+        }
+        tension_batterie = get_Tension(adc_value);
+        capacite_restante = calculer_capacite_restante_NiMH_2_cells(tension_batterie);
+        LOG_INF("Tension de la batterie : %0.2f V, Capacité restante : %0.2f%%", tension_batterie, capacite_restante);
+ 
+        // Récupérer les données du capteur BME280
+        ret = get_bme280_data(dev);
+        if (ret < 0) {
+            LOG_ERR("Erreur de récupération des données BME280.");
+        }
+ 
+        // Remplir le payload et envoyer les données
+        get_payload(payload, &data);
+        ret = send_data_with_retry(payload, sizeof(payload));
+        if (ret < 0) {
+            LOG_ERR("Échec de l'envoi des données après %d tentatives.", MAX_RETRY);
+        } else {
+            LOG_INF("Données envoyées avec succès.");
+        }
+
+        k_sleep(DELAY);
+    }
 }